@roadtrip/components 2.48.0 → 2.49.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-a2306350.js +8 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/road-avatar.cjs.entry.js +7 -2
- package/dist/cjs/road-badge_14.cjs.entry.js +1 -1
- package/dist/cjs/road-profil-dropdown.cjs.entry.js +29 -0
- package/dist/cjs/roadtrip.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/avatar/avatar.css +40 -1
- package/dist/collection/components/avatar/avatar.js +31 -2
- package/dist/collection/components/avatar/avatar.stories.js +8 -7
- package/dist/collection/components/icon/svg/stocktaking-color.svg +1 -1
- package/dist/collection/components/icon/svg/stocktaking-outline.svg +1 -1
- package/dist/collection/components/input/input.js +1 -1
- package/dist/collection/components/input/input.stories.js +5 -6
- package/dist/collection/components/profil-dropdown/profil-dropdown.css +156 -0
- package/dist/collection/components/profil-dropdown/profil-dropdown.js +59 -0
- package/dist/collection/components/profil-dropdown/profil-dropdown.stories.js +68 -0
- package/dist/esm/index-a99a5e7b.js +8 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/road-avatar.entry.js +8 -3
- package/dist/esm/road-badge_14.entry.js +1 -1
- package/dist/esm/road-profil-dropdown.entry.js +25 -0
- package/dist/esm/roadtrip.js +1 -1
- package/dist/html.html-data.json +36 -1
- package/dist/roadtrip/{p-47567f4e.entry.js → p-16f79a5a.entry.js} +1 -1
- package/dist/roadtrip/p-87b690f4.entry.js +1 -0
- package/dist/roadtrip/p-ed05f2c9.entry.js +1 -0
- package/dist/roadtrip/roadtrip.css +1 -1
- package/dist/roadtrip/roadtrip.esm.js +1 -1
- package/dist/roadtrip/svg/stocktaking-color.svg +1 -1
- package/dist/roadtrip/svg/stocktaking-outline.svg +1 -1
- package/dist/types/components/avatar/avatar.d.ts +4 -0
- package/dist/types/components/profil-dropdown/profil-dropdown.d.ts +18 -0
- package/dist/types/components.d.ts +29 -0
- package/package.json +1 -1
- package/dist/roadtrip/p-2b92deb4.entry.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as t,h as r,H as o,c as e,e as i}from"./p-cdc666bc.js";import"./p-12fd8791.js";import{n as a,a as s}from"./p-5c45952d.js";import{i as n,g as d,b as l}from"./p-6312516e.js";const h=class{constructor(r){t(this,r),this.color="secondary",this.bubble=!1}render(){return r(o,{class:`${void 0!==this.color?`badge-${this.color}`:""} ${this.bubble?"badge-bubble":""}`},r("slot",null))}};h.style=":host{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;min-height:1rem;padding:0 0.3125rem;font-family:var(--road-font, sans-serif);font-size:0.625rem;font-weight:700;white-space:nowrap;border-radius:1rem}:host(.badge-bubble){min-width:0.25rem;min-height:0.25rem;padding:0}:host(.badge-primary){color:var(--road-primary-contrast);background-color:var(--road-primary-500)}:host(.badge-secondary){color:var(--road-primary-contrast);background-color:var(--road-primary-500)}:host(.badge-accent){color:var(--road-secondary-contrast);background-color:var(--road-secondary-500)}:host(.badge-info){color:var(--road-info-contrast);background-color:var(--road-info-default)}:host(.badge-success){color:var(--road-success-contrast);background-color:var(--road-success-default)}:host(.badge-warning){color:var(--road-warning-contrast);background-color:var(--road-warning-default)}:host(.badge-danger){color:var(--road-danger-contrast);background-color:var(--road-danger-default)}";const c=class{constructor(r){t(this,r),this.roadfocus=e(this,"roadfocus",7),this.roadFocus=e(this,"roadFocus",7),this.roadblur=e(this,"roadblur",7),this.roadBlur=e(this,"roadBlur",7),this.color="default",this.size="lg",this.buttonType="button",this.disabled=!1,this.expand=!1,this.outline=!1,this.onClick=t=>{if(this.el.shadowRoot&&this.el.attachShadow){const r=this.el.closest("form");if(r){t.preventDefault();const o=document.createElement("button");o.type=this.buttonType,o.style.display="none",r.appendChild(o),o.click(),o.remove()}}},this.onFocus=()=>{this.roadfocus.emit(),this.roadFocus.emit()},this.onBlur=()=>{this.roadblur.emit(),this.roadBlur.emit()}}render(){const{buttonType:t,disabled:e,href:i,rel:a,target:s,color:n}=this,d=void 0===this.href?"button":"a";return r(o,{class:`${this.outline?`btn-outline-${n}`:`btn-${n}`} ${void 0!==this.size?`btn-${this.size}`:""} ${this.expand?"btn-block":""}`,onClick:this.onClick,"aria-disabled":e?"true":null},r(d,Object.assign({},"button"===d?{type:t}:{download:this.download,href:i,rel:a,target:s},{class:"button-native",part:"native",disabled:e,onFocus:this.onFocus,onBlur:this.onBlur}),r("slot",{name:"start"}),r("slot",null),r("slot",{name:"end"})))}get el(){return i(this)}};c.style=':host{--border-radius:0.25rem;--font-size:1rem;--margin-bottom:1rem;--padding-start:1.5rem;--padding-end:1.5rem;box-sizing:border-box;display:inline-flex;display:-webkit-inline-flex;align-items:center;justify-content:center;height:3rem;padding:0;margin-bottom:var(--margin-bottom);font-family:var(--road-font, sans-serif);font-size:var(--font-size);font-weight:700;line-height:1.375;color:var(--road-grey-900);text-decoration:none;white-space:nowrap;vertical-align:middle;background:transparent;border:1px solid transparent;border-radius:var(--border-radius);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}:host(:hover){text-decoration:none}:host(.focus-visible){outline:0}.button-native{position:relative;z-index:1;display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;padding:0 var(--padding-end) 0 var(--padding-start);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(.btn-default:not([disabled]).focus-visible){background:var(--road-grey-200)}:host(.btn-primary){color:var(--road-primary-contrast);background:var(--road-primary-500)}:host(.btn-primary) ::slotted(road-icon){color:var(--road-primary-contrast)}:host(.btn-primary:not([disabled]):hover),:host(.btn-primary:not([disabled]).focus-visible){background:var(--road-primary-700)}:host(.btn-secondary){color:var(--road-primary-contrast);background:var(--road-primary-500)}:host(.btn-secondary) ::slotted(road-icon){color:var(--road-primary-contrast)}:host(.btn-secondary:not([disabled]):hover),:host(.btn-secondary:not([disabled]).focus-visible){background:var(--road-primary-700)}:host(.btn-link){font-weight:400;color:var(--road-primary-500);background:transparent}:host(.btn-link:not([disabled]):hover),:host(.btn-link:not([disabled]).focus-visible){color:var(--road-primary-700)}:host(.btn-outline-primary),:host(.btn-outline-secondary),:host(.btn-outline-default){background:transparent}:host(.btn-outline-default){color:var(--road-grey-600);background:var(--road-grey-000);border-color:var(--road-grey-600)}:host(.btn-outline-default) ::slotted(road-icon){color:var(--road-grey-600)}:host(.btn-outline-default:hover),:host(.btn-outline-default.focus-visible){background:var(--road-grey-200)}:host(.btn-ghost) ::slotted(road-icon){color:var(--road-grey-900)}:host(.btn-ghost:hover),:host(.btn-ghost.focus-visible){background:var(--road-primary-100)}:host(.btn-outline-primary){color:var(--road-primary-500);border-color:var(--road-primary-500)}:host(.btn-outline-primary) ::slotted(road-icon){color:var(--road-primary-500)}:host(.btn-outline-primary:hover),:host(.btn-outline-primary.focus-visible){background:var(--road-primary-100)}:host(.btn-outline-secondary){color:var(--road-primary-500);border-color:var(--road-primary-500)}:host(.btn-outline-secondary) ::slotted(road-icon){color:var(--road-primary-500)}:host(.btn-outline-secondary:hover),:host(.btn-outline-secondary.focus-visible){background:var(--road-primary-100)}:host([aria-disabled]){pointer-events:none;opacity:0.16}.button-native:disabled{cursor:not-allowed}::slotted([slot="start"]){margin-right:0.5rem}::slotted([slot="end"]){margin-left:0.5rem}:host(.btn-xl){height:3.5rem}:host(.btn-xl) ::slotted(road-icon){width:2rem;height:2rem}:host(.btn-md){--font-size:0.875rem;height:2.5rem}:host(.btn-md) ::slotted(road-icon){width:1.5rem;height:1.5rem}:host(.btn-sm){--font-size:0.875rem;height:2rem}:host(.btn-sm) ::slotted(road-icon){width:1.25rem;height:1.25rem}:host(.btn-block){width:100%}::slotted(road-badge){position:absolute;top:4px;left:calc(50% + 0.375rem);z-index:1;box-sizing:border-box;height:auto}';const m=class{constructor(r){t(this,r)}render(){return r("slot",null)}};m.style=":host{position:relative;flex-basis:0;flex-grow:1;width:100%;max-width:100%;min-height:1px;padding-right:8px;padding-left:8px}:host(.col-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-3){flex:0 0 25%;max-width:25%}:host(.col-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-6){flex:0 0 50%;max-width:50%}:host(.col-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-9){flex:0 0 75%;max-width:75%}:host(.col-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-12){flex:0 0 100%;max-width:100%}:host(.offset-1){margin-left:8.3333%}:host(.offset-2){margin-left:16.6667%}:host(.offset-3){margin-left:25%}:host(.offset-4){margin-left:33.3333%}:host(.offset-5){margin-left:41.6667%}:host(.offset-6){margin-left:50%}:host(.offset-7){margin-left:58.3333%}:host(.offset-8){margin-left:66.6667%}:host(.offset-9){margin-left:75%}:host(.offset-10){margin-left:83.3333%}:host(.offset-11){margin-left:91.6667%}@media (min-width: 576px){:host(.col-sm){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-sm-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-sm-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-sm-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-sm-3){flex:0 0 25%;max-width:25%}:host(.col-sm-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-sm-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-sm-6){flex:0 0 50%;max-width:50%}:host(.col-sm-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-sm-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-sm-9){flex:0 0 75%;max-width:75%}:host(.col-sm-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-sm-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-sm-12){flex:0 0 100%;max-width:100%}:host(.offset-sm-0){margin-left:0}:host(.offset-sm-1){margin-left:8.3333%}:host(.offset-sm-2){margin-left:16.6667%}:host(.offset-sm-3){margin-left:25%}:host(.offset-sm-4){margin-left:33.3333%}:host(.offset-sm-5){margin-left:41.6667%}:host(.offset-sm-6){margin-left:50%}:host(.offset-sm-7){margin-left:58.3333%}:host(.offset-sm-8){margin-left:66.6667%}:host(.offset-sm-9){margin-left:75%}:host(.offset-sm-10){margin-left:83.3333%}:host(.offset-sm-11){margin-left:91.6667%}}@media (min-width: 768px){:host(.col-md){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-md-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-md-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-md-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-md-3){flex:0 0 25%;max-width:25%}:host(.col-md-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-md-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-md-6){flex:0 0 50%;max-width:50%}:host(.col-md-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-md-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-md-9){flex:0 0 75%;max-width:75%}:host(.col-md-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-md-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-md-12){flex:0 0 100%;max-width:100%}:host(.offset-md-0){margin-left:0}:host(.offset-md-1){margin-left:8.3333%}:host(.offset-md-2){margin-left:16.6667%}:host(.offset-md-3){margin-left:25%}:host(.offset-md-4){margin-left:33.3333%}:host(.offset-md-5){margin-left:41.6667%}:host(.offset-md-6){margin-left:50%}:host(.offset-md-7){margin-left:58.3333%}:host(.offset-md-8){margin-left:66.6667%}:host(.offset-md-9){margin-left:75%}:host(.offset-md-10){margin-left:83.3333%}:host(.offset-md-11){margin-left:91.6667%}}@media (min-width: 992px){:host(.col-lg){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-lg-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-lg-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-lg-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-lg-3){flex:0 0 25%;max-width:25%}:host(.col-lg-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-lg-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-lg-6){flex:0 0 50%;max-width:50%}:host(.col-lg-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-lg-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-lg-9){flex:0 0 75%;max-width:75%}:host(.col-lg-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-lg-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-lg-12){flex:0 0 100%;max-width:100%}:host(.offset-lg-0){margin-left:0}:host(.offset-lg-1){margin-left:8.3333%}:host(.offset-lg-2){margin-left:16.6667%}:host(.offset-lg-3){margin-left:25%}:host(.offset-lg-4){margin-left:33.3333%}:host(.offset-lg-5){margin-left:41.6667%}:host(.offset-lg-6){margin-left:50%}:host(.offset-lg-7){margin-left:58.3333%}:host(.offset-lg-8){margin-left:66.6667%}:host(.offset-lg-9){margin-left:75%}:host(.offset-lg-10){margin-left:83.3333%}:host(.offset-lg-11){margin-left:91.6667%}}@media (min-width: 1200px){:host(.col-xl){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-xl-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-xl-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-xl-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-xl-3){flex:0 0 25%;max-width:25%}:host(.col-xl-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-xl-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-xl-6){flex:0 0 50%;max-width:50%}:host(.col-xl-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-xl-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-xl-9){flex:0 0 75%;max-width:75%}:host(.col-xl-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-xl-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-xl-12){flex:0 0 100%;max-width:100%}:host(.offset-xl-0){margin-left:0}:host(.offset-xl-1){margin-left:8.3333%}:host(.offset-xl-2){margin-left:16.6667%}:host(.offset-xl-3){margin-left:25%}:host(.offset-xl-4){margin-left:33.3333%}:host(.offset-xl-5){margin-left:41.6667%}:host(.offset-xl-6){margin-left:50%}:host(.offset-xl-7){margin-left:58.3333%}:host(.offset-xl-8){margin-left:66.6667%}:host(.offset-xl-9){margin-left:75%}:host(.offset-xl-10){margin-left:83.3333%}:host(.offset-xl-11){margin-left:91.6667%}}";const f=class{constructor(r){t(this,r),this.roadIncrease=e(this,"roadIncrease",7),this.roadDecrease=e(this,"roadDecrease",7),this.roadChange=e(this,"roadChange",7),this.roadDustbinClick=e(this,"roadDustbinClick",7),this.leftIconClasses="",this.rightIconClasses="",this.isDustbinVisible=!1,this.inputId="road-counter-"+u++,this.min=0,this.value=1,this.size="lg",this.dustbin=!1,this.setIsDustbinVisible=t=>{this.isDustbinVisible=!(t>this.min||!this.dustbin)},this.increase=()=>{this.inputElement.querySelector("input").stepUp();let t=parseInt(this.inputElement.querySelector("input").value);t||(t=this.min),this.onValueChange(t),this.roadIncrease.emit({value:t})},this.decrease=()=>{if(this.isDustbinVisible)return void this.roadDustbinClick.emit();this.inputElement.querySelector("input").stepDown();let t=parseInt(this.inputElement.querySelector("input").value);t||(t=this.min),this.onValueChange(t),this.roadDecrease.emit({value:t})},this.checkValue=t=>{const r=t.target,o=r.value&&parseInt(r.value);null!=o&&""!==o&&(o<this.min?r.value=this.min.toString():this.max&&o>this.max&&(r.value=this.max.toString()),this.onValueChange(parseInt(r.value)))},this.onRoadChange=t=>{t.stopPropagation();const r=t.target,o=r.value&&parseInt(r.value);this.roadChange.emit(null!==o&&""!==o?o<this.min?{value:this.min}:this.max&&o>this.max?{value:this.max}:{value:parseInt(r.value)}:{value:null})}}onValueChange(t){this.setIsDustbinVisible(t),this.setIconsClasses(t)}setIconsClasses(t){t=null!=t?t:parseInt(this.inputElement.querySelector("input").value),this.leftIconClasses=t<=this.min&&!this.dustbin?"disabled":"",this.rightIconClasses=this.max&&t>=this.max?"disabled":""}componentWillLoad(){this.onValueChange(this.value)}render(){return r("road-input-group",{class:this.size&&`counter-${this.size}`},r("road-button",{slot:"prepend",size:this.size,onClick:this.decrease,class:this.leftIconClasses,"data-cy":"road-decrease"},r("road-icon",{name:this.isDustbinVisible?"delete-forever":"navigation-add-less",ref:t=>this.iconCounterLess=t,size:this.size,"data-cy":this.isDustbinVisible?"road-dustbin":""})),r("road-input",{ref:t=>this.inputElement=t,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"}),r("road-button",{slot:"append",size:this.size,onClick:this.increase,class:this.rightIconClasses,"data-cy":"road-increase"},r("road-icon",{name:"navigation-add-more",size:this.size})))}get el(){return i(this)}static get watchers(){return{value:["onValueChange"]}}};let u=0;f.style=".sc-road-counter-h{display:block}road-input.sc-road-counter{--input-text-align:center;--border-radius:0;--margin-bottom:0}road-button.sc-road-counter{width:3rem;font-size:1.5rem;line-height:1.4;background:var(--road-grey-000);border:1px solid var(--road-primary-500)}road-button.sc-road-counter:hover,road-button.sc-road-counter:focus{background:var(--road-primary-100)}road-button.sc-road-counter road-icon.sc-road-counter{display:flex;fill:var(--road-primary-500)}.disabled.sc-road-counter{margin-right:-1px;margin-left:-1px;pointer-events:none;cursor:not-allowed;background:var(--road-disabled);border:1px solid var(--road-grey-500);opacity:inherit}.disabled.sc-road-counter:focus{background:var(--road-disabled)}.disabled.sc-road-counter road-icon.sc-road-counter{fill:var(--road-grey-500)}road-button.btn-md.sc-road-counter{width:2.5rem}road-button.btn-sm.sc-road-counter{width:2rem}.counter-md.sc-road-counter{height:2.5rem}.counter-sm.sc-road-counter{height:2rem}.counter-md.sc-road-counter road-input.sc-road-counter{--height:2.5rem}.counter-md.sc-road-counter road-button.sc-road-counter{min-width:2.5rem}.counter-sm.sc-road-counter road-input.sc-road-counter{--height:2rem}.counter-sm.sc-road-counter road-button.sc-road-counter{min-width:2rem}";const p=class{constructor(r){t(this,r),this.onOpen=e(this,"open",7),this.onClose=e(this,"close",7),this.onBack=e(this,"back",7),this.isOpen=!1,this.position="left",this.drawerWidth=480,this.hasInverseHeader=!1,this.hasBackIcon=!1,this.hasCloseIcon=!0,this.onClick=t=>{t.stopPropagation(),t.preventDefault(),this.close()},this.onClickBack=t=>{t.stopPropagation(),t.preventDefault(),this.back()}}async open(){this.isOpen=!0}async close(){this.isOpen=!1}async back(){this.onBack.emit()}handleOpen(t){!0===t?this.onOpen.emit():this.el.addEventListener("transitionend",(()=>{this.onClose.emit(),this.el.shadowRoot&&(this.el.shadowRoot.querySelector(".drawer-body").scrollTop=0)}),{once:!0})}onEscape(t){"Escape"!==t.key&&"Esc"!==t.key||this.close()}componentDidLoad(){this.el.querySelectorAll('[data-dismiss="modal"]').forEach((t=>{t.addEventListener("click",(()=>this.close()))}))}render(){const t=this.isOpen?"drawer-open":"",e=this.hasInverseHeader?"drawer-header-inverse":"",i=void 0===this.drawerTitle||this.hasInverseHeader?"":"drawer-delimiter",n=this.hasBackIcon?r("button",{type:"button",class:"drawer-action","aria-label":"Back",onClick:this.onClickBack},r("road-icon",{icon:a,rotate:"180"}),this.backText):"",d=this.hasCloseIcon?r("button",{type:"button",class:"drawer-close",onClick:this.onClick,"aria-label":"Close"},r("road-icon",{icon:s,"aria-hidden":"true"})):"",l="bottom"===this.position?"100%":this.drawerWidth+"px";return r(o,{class:`drawer ${t} drawer-${this.position}`,tabindex:"-1",role:"dialog"},r("div",{class:"drawer-overlay",onClick:this.onClick,tabindex:"-1"}),r("div",{class:"drawer-dialog",style:{maxWidth:`${l}`},role:"document",tabindex:"0"},r("div",{class:"drawer-content"},r("header",{class:`drawer-header ${e} ${i}`},n,void 0!==this.drawerTitle?r("h2",{class:"drawer-title"},this.drawerTitle):r("div",{class:"drawer-title"},r("slot",{name:"title"})),d),r("div",{class:"drawer-body"},r("slot",null)))))}get el(){return i(this)}static get watchers(){return{isOpen:["handleOpen"]}}};p.style={dark:":host{--background:var(--road-grey-000);--color:var(--road-grey-900);--header-icon:var(--road-grey-900);--header-color:var(--road-grey-900);--header-background:var(--road-grey-000);--header-delimiter:0;--back-chevron-color:var(--road-grey-900);--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{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}.drawer-dialog{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateX(-100%)}:host(.drawer-right){justify-content:flex-end}:host(.drawer-right) .drawer-dialog{transform:translateX(100%)}:host(.drawer-bottom){align-items:flex-end}:host(.drawer-bottom) .drawer-dialog{width:100%;max-height:var(--max-height);transform:translateY(100%)}:host(.drawer-bottom) .drawer-content{height:auto}.drawer-content{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background-color:var(--background);background-clip:padding-box;box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16)}.drawer-header{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{flex-shrink:0;color:var(--header-icon)}.drawer-header-inverse{--header-icon:var(--road-primary-contrast);--header-color:var(--road-primary-contrast);--header-background:var(--road-primary-900);margin-bottom:2.5rem}.drawer-action,.drawer-close{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;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.drawer-header:not(.drawer-header-inverse) .drawer-action road-icon{color:var(--back-chevron-color)}.drawer-action~.drawer-title,.drawer-close~.drawer-title{padding-left:0}.drawer-action-left,.drawer-close-left{margin-right:auto}.drawer-title{display:flex;flex-grow:1;align-items:center;justify-content:center;height:3.5rem;padding-left:3.5rem;margin:0;font-size:1rem;font-weight:400}.drawer-body{overflow-y:auto}:host(.drawer-right) .drawer-body,:host(.drawer-left) .drawer-body{height:calc(100vh - 3.5rem)}.drawer-inner{padding:0 1rem 2.5rem}@media (min-width: 768px){.drawer-inner{padding:0 2rem 2.5rem}}:host(.drawer-open){visibility:visible !important;opacity:1}:host(.drawer-open) .drawer-dialog{transform:none}:host{--background:var(--road-grey-999);--color:var(--road-grey-000);--header-icon:var(--road-grey-000)}",light:":host{--background:var(--road-grey-000);--color:var(--road-grey-900);--header-icon:var(--road-grey-900);--header-color:var(--road-grey-900);--header-background:var(--road-grey-000);--header-delimiter:0;--back-chevron-color:var(--road-grey-900);--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{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}.drawer-dialog{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateX(-100%)}:host(.drawer-right){justify-content:flex-end}:host(.drawer-right) .drawer-dialog{transform:translateX(100%)}:host(.drawer-bottom){align-items:flex-end}:host(.drawer-bottom) .drawer-dialog{width:100%;max-height:var(--max-height);transform:translateY(100%)}:host(.drawer-bottom) .drawer-content{height:auto}.drawer-content{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background-color:var(--background);background-clip:padding-box;box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16)}.drawer-header{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{flex-shrink:0;color:var(--header-icon)}.drawer-header-inverse{--header-icon:var(--road-primary-contrast);--header-color:var(--road-primary-contrast);--header-background:var(--road-primary-900);margin-bottom:2.5rem}.drawer-action,.drawer-close{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;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.drawer-header:not(.drawer-header-inverse) .drawer-action road-icon{color:var(--back-chevron-color)}.drawer-action~.drawer-title,.drawer-close~.drawer-title{padding-left:0}.drawer-action-left,.drawer-close-left{margin-right:auto}.drawer-title{display:flex;flex-grow:1;align-items:center;justify-content:center;height:3.5rem;padding-left:3.5rem;margin:0;font-size:1rem;font-weight:400}.drawer-body{overflow-y:auto}:host(.drawer-right) .drawer-body,:host(.drawer-left) .drawer-body{height:calc(100vh - 3.5rem)}.drawer-inner{padding:0 1rem 2.5rem}@media (min-width: 768px){.drawer-inner{padding:0 2rem 2.5rem}}:host(.drawer-open){visibility:visible !important;opacity:1}:host(.drawer-open) .drawer-dialog{transform:none}"};const g=class{constructor(r){t(this,r)}render(){return r("slot",null)}};g.style=":host{box-sizing:border-box;display:block;width:100%;padding-right:8px;padding-left:8px;margin-right:auto;margin-left:auto}@media (min-width: 768px){:host{padding-right:24px;padding-left:24px}}";const b=t=>{if(1===t.nodeType){if("script"===t.nodeName.toLowerCase())return!1;for(let r=0;r<t.attributes.length;r++){const o=t.attributes[r].value;if(n(o)&&0===o.toLowerCase().indexOf("on"))return!1}for(let r=0;r<t.childNodes.length;r++)if(!b(t.childNodes[r]))return!1}return!0},x=new Map,w=new Map,v=class{constructor(r){t(this,r),this.isVisible=!1,this.size="lg",this.lazy=!1,this.sanitize=!0}componentWillLoad(){this.waitUntilVisible(this.el,"50px",(()=>{this.isVisible=!0,this.loadIcon()}))}disconnectedCallback(){this.io&&(this.io.disconnect(),this.io=void 0)}waitUntilVisible(t,r,o){if(this.lazy&&window.IntersectionObserver){const e=this.io=new window.IntersectionObserver((t=>{t[0].isIntersecting&&(e.disconnect(),this.io=void 0,o())}),{rootMargin:r});e.observe(t)}else o()}loadIcon(){if(this.isVisible){const t=d(this);t&&(x.has(t)?this.svgContent=x.get(t):((t,r)=>{let o=w.get(t);if(!o){if("undefined"==typeof fetch||"undefined"==typeof document)return x.set(t,""),Promise.resolve();o=fetch(t).then((o=>{if(o.ok)return o.text().then((o=>{o&&!1!==r&&(o=(t=>{const r=document.createElement("div");r.innerHTML=t;for(let e=r.childNodes.length-1;e>=0;e--)"svg"!==r.childNodes[e].nodeName.toLowerCase()&&r.removeChild(r.childNodes[e]);const o=r.firstElementChild;if(o&&"svg"===o.nodeName.toLowerCase()){const t=o.getAttribute("class")||"";if(o.setAttribute("class",(t+" s-ion-icon").trim()),b(o))return r.innerHTML}return""})(o)),x.set(t,o||"")}));x.set(t,"")})),w.set(t,o)}return o})(t,this.sanitize).then((()=>this.svgContent=x.get(t))))}if(!this.ariaLabel&&"true"!==this.ariaHidden){const t=l(this.name,this.icon);t&&(this.ariaLabel=t.replace(/-/g," "))}}render(){return r(o,{class:`${void 0!==this.color?`icon-${this.color}`:""} ${void 0!==this.size?`icon-${this.size}`:""} ${void 0!==this.rotate?`icon-rotate-${this.rotate}`:""}`,"aria-hidden":"true"},r("div",""!==this.svgContent?{class:"icon-inner",innerHTML:this.svgContent}:{class:"icon-inner"}))}static get assetsDirs(){return["svg"]}get el(){return i(this)}static get watchers(){return{name:["loadIcon"],src:["loadIcon"],icon:["loadIcon"]}}};v.style=":host{box-sizing:content-box;display:inline-block;color:var(--road-grey-900);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;contain:strict}:host svg{display:block;width:100%;height:100%}:host(.icon-sm){width:1.25rem;height:1.25rem}:host(.icon-md){width:1.5rem;height:1.5rem}:host(.icon-lg){width:2rem;height:2rem}:host(.icon-3x){width:3rem;height:3rem}:host(.icon-4x){width:4rem;height:4rem}:host(.icon-primary){color:var(--road-primary-900)}:host(.icon-secondary){color:var(--road-primary-500)}:host(.icon-accent){color:var(--road-secondary-500)}:host(.icon-info){color:var(--road-info-default)}:host(.icon-success){color:var(--road-success-default)}:host(.icon-warning){color:var(--road-warning-default)}:host(.icon-danger){color:var(--road-danger-default)}:host(.icon-default){color:var(--road-grey-900)}:host(.icon-white){color:var(--road-grey-000)}:host(.icon-rotate-90){transform:rotate(90deg)}:host(.icon-rotate-180){transform:rotate(180deg)}:host(.icon-rotate-270){transform:rotate(270deg)}";const y=(t,r)=>{const o=t._original||t;return{_original:t,emit:k(o.emit.bind(o),r)}},k=(t,r=0)=>{let o;return(...e)=>{clearTimeout(o),o=setTimeout(t,r,...e)}},j=class{constructor(r){t(this,r),this.roadinput=e(this,"roadinput",7),this.roadInput=e(this,"roadInput",7),this.roadchange=e(this,"roadchange",7),this.roadChange=e(this,"roadChange",7),this.roadblur=e(this,"roadblur",7),this.roadBlur=e(this,"roadBlur",7),this.roadfocus=e(this,"roadfocus",7),this.roadFocus=e(this,"roadFocus",7),this.inputId="road-input-"+z++,this.autocapitalize="off",this.autocomplete="off",this.autocorrect="off",this.autofocus=!1,this.disabled=!1,this.name=this.inputId,this.readonly=!1,this.required=!1,this.spellcheck=!1,this.sizes="lg",this.type="text",this.value="",this.label="",this.debounce=0,this.onInput=t=>{const r=t.target;r&&(this.value=r.value||""),this.roadinput.emit(t),this.roadInput.emit(t)},this.onBlur=()=>{this.roadblur.emit(),this.roadBlur.emit()},this.onFocus=()=>{this.roadfocus.emit(),this.roadFocus.emit()}}debounceChanged(){this.roadchange=y(this.roadchange,this.debounce),this.roadChange=y(this.roadChange,this.debounce)}valueChanged(){this.roadchange.emit({value:null==this.value?this.value:this.value.toString()}),this.roadChange.emit({value:null==this.value?this.value:this.value.toString()})}getValue(){return"number"==typeof this.value?this.value.toString():(this.value||"").toString()}render(){const t=this.getValue(),e=this.inputId+"-label";return r(o,{"aria-disabled":this.disabled?"true":null,class:this.sizes&&`input-${this.sizes}`},r("input",{class:`form-control ${""!==this.value?"has-value":""} ${void 0!==this.error&&""!==this.error?"is-invalid":""} ${""!==this.label?"":"less-label"}`,id:this.inputId,"aria-disabled":this.disabled?"true":null,"aria-labelledby":e,disabled:this.disabled,autoCapitalize:this.autocapitalize,autoComplete:this.autocomplete,autoCorrect:this.autocorrect,enterKeyHint:this.enterkeyhint,autoFocus:this.autofocus,inputMode:this.inputmode,min:this.min,max:this.max,minLength:this.minlength,maxLength:this.maxlength,name:this.name,pattern:this.pattern,placeholder:this.placeholder,readOnly:this.readonly,required:this.required,spellcheck:this.spellcheck,step:this.step,size:this.size,type:this.type,value:t,onInput:this.onInput,onBlur:this.onBlur,onFocus:this.onFocus}),r("label",{class:"form-label",id:e,htmlFor:this.inputId},this.label),this.error&&""!==this.error&&r("p",{class:"invalid-feedback"},this.error),this.helper&&""!==this.helper&&r("p",{class:"helper"},this.helper),this.type&&"password"==this.type&&r("slot",{name:"checklistPassword"}))}static get watchers(){return{debounce:["debounceChanged"],value:["valueChanged"]}}};let z=0;j.style='.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-900)}.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:1rem;color:var(--road-grey-900);text-align:var(--input-text-align);background:var(--road-grey-000);border:1px solid var(--road-grey-500);border-radius:var(--border-radius);box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-control[type="number"].sc-road-input{-webkit-appearance:textfield;-moz-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-grey-500);opacity:1}@media (hover: hover){.form-control.sc-road-input:not(:disabled):hover{border-color:var(--road-primary-700)}}.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{border-color:var(--road-primary-700);outline:0}.form-control.sc-road-input:disabled,.form-control[readonly].sc-road-input{cursor:not-allowed;background:var(--road-grey-200);opacity:1}.form-label.sc-road-input{position:absolute;top:0.75rem;left:1rem;display:block;font-size:1rem;line-height:1.5;color:var(--road-grey-500);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[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:0.75rem;color:var(--road-danger-text)}.form-control.is-invalid.sc-road-input,.was-validated.sc-road-input .form-control.sc-road-input:invalid{border-color:var(--road-danger-default)}.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:0.875rem;color:var(--road-grey-500)}.form-control[type="password"].sc-road-input~.checklist-password.sc-road-input .invalid.sc-road-input{color:var(--road-grey-500)}';const $=class{constructor(r){t(this,r)}componentDidLoad(){var t;this.el.querySelector("road-input[disabled]")&&(null===(t=this.el.querySelector("road-button"))||void 0===t||t.setAttribute("disabled",""))}render(){const t=this.el.querySelector("road-input[error]")?"is-invalid":"",o=this.el.querySelector("road-input[disabled]")?"is-disabled":"",e=this.el.querySelector("road-input[sizes]")?`size-${this.el.querySelector("road-input").sizes}`:"";return r("div",{class:`input-group ${t} ${o} ${e}`},r("slot",null),r("div",{class:"input-group-prepend"},r("slot",{name:"prepend"})),r("div",{class:"input-group-append"},r("slot",{name:"append"})))}get el(){return i(this)}};$.style=':host{display:block}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;font-family:var(--road-font, sans-serif)}::slotted(road-input),::slotted(input),::slotted(textarea),::slotted(road-select){position:relative;flex:1 1 auto;width:1%;margin-bottom:0}::slotted([slot="prepend"]){margin-right:-3px;border-color:var(--road-grey-500);border-right-color:transparent;border-top-right-radius:0;border-bottom-right-radius:0}::slotted([slot="append"]){margin-left:-0.25rem;border-color:var(--road-grey-500);border-left-width:0}@media (hover: hover){.input-group:not(.is-disabled):hover ::slotted([slot="prepend"]){border-color:var(--road-primary-700);border-right-color:transparent}.input-group:not(.is-disabled):hover ::slotted([slot="append"]){border-color:var(--road-primary-700);border-left-color:transparent}:host(.phone-number-group) .input-group:not(.is-disabled):hover ::slotted([slot="prepend"]){border-color:var(--road-primary-700)}}.input-group:focus-within ::slotted([slot="prepend"]){border-color:var(--road-primary-700);border-right-color:transparent}:host(.phone-number-group) .input-group:focus-within ::slotted([slot="prepend"]){border-color:var(--road-primary-700);border-right-color:transparent}.input-group:focus-within ::slotted([slot="append"]){border-color:var(--road-primary-700);border-left-color:transparent}.input-group-prepend,.input-group-append{display:flex;height:3rem}::slotted(road-button){--padding-start:0.5rem;--padding-end:0.5rem;position:relative;z-index:2;min-width:3rem;margin:0;font-size:0.875rem}.input-group-prepend{z-index:1;order:-1}.input-group-prepend~.form-label{left:calc(3rem + 1px)}.input-group-append{position:relative;z-index:1;border-radius:0 0.25rem 0.25rem 0}::slotted(label){display:flex;align-items:center;padding:0 0.5rem;margin-bottom:0;color:var(--road-grey-900);text-align:center;white-space:nowrap;cursor:text;background:var(--road-grey-000);border:1px solid var(--road-grey-500);border-radius:0.25rem;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}::slotted(road-input:not(:first-child)),::slotted(road-select:not(:first-child)){border-radius:0}.input-group-append ::slotted([slot="append"]){border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend ::slotted([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"]){border-right:1px solid var(--road-grey-500);border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend ::slotted(label){margin-right:calc(-1rem + 1px)}.input-group-append ::slotted(road-button){background-color:var(--road-grey-000)}.size-xl .input-group-prepend,.size-xl .input-group-append{height:3.5rem}.size-xl ::slotted(road-button){height:3.5rem}.input-group.is-invalid ::slotted([slot="append"]),.input-group.is-invalid ::slotted([slot="prepend"]){border-color:var(--road-danger-default)}:host(.phone-number-group) .input-group.is-invalid ::slotted([slot="prepend"]){border-color:var(--road-danger-default)}.input-group.is-disabled ::slotted([slot="append"]),.input-group.is-disabled ::slotted([slot="prepend"]){cursor:not-allowed;background:var(--road-grey-200)}.is-disabled ::slotted(road-button){opacity:1}';const C=class{constructor(r){t(this,r),this.multipleInputs=!1,this.button=!1,this.detailIcon=a,this.disabled=!1,this.type="button"}isClickable(){return void 0!==this.href||this.button}render(){const{detail:t,detailIcon:e,download:i,lines:a,disabled:s,href:n,rel:d,target:l}=this,h=this.isClickable()?void 0===n?"button":"a":"div",c=void 0!==t&&t;return r(o,{"aria-disabled":s?"true":null,class:{[`item-lines-${a}`]:void 0!==a}},r(h,Object.assign({},"button"===h?{type:this.type}:{download:i,href:n,rel:d,target:l},{class:{"item-native":!0,"item-active":this.active},part:"native",disabled:s}),r("slot",{name:"start"}),r("div",{class:"item-inner"},r("div",{class:"input-wrapper"},r("slot",null)),r("slot",{name:"end"}),c&&r("road-icon",{icon:e,lazy:!1,class:"item-detail-icon"}))))}get el(){return i(this)}};C.style=":host{--border-radius:0.25rem;--background-color:transparent;--detail-color:var(--road-grey-900);--inner-padding:1rem 0.5rem 1rem 0;--min-height:3.5rem;--padding-left:1rem;position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;overflow:hidden;text-decoration:none;outline:none}.item-native{position:relative;z-index:1;box-sizing:border-box;display:flex;align-items:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);padding:0 0 0 var(--padding-left);margin:0;overflow:inherit;font-family:inherit;font-size:inherit;color:var(--road-grey-900);background-color:var(--background-color);border-color:var(--road-grey-300);border-style:solid;border-width:var(--border-width, 0);border-radius:var(--border-radius);outline:none;transition:background 0.15s ease-in-out;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.item-active{background-color:var(--road-grey-100)}button.item-native:not(:disabled):not(.item-active):hover,button.item-native:not(:disabled):not(.item-active):focus{background-color:var(--road-grey-100)}.item-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{position:relative;box-sizing:border-box;display:flex;flex:1;flex-direction:inherit;align-items:center;align-self:stretch;width:100%;min-height:inherit;padding:var(--inner-padding);overflow:inherit;text-align:inherit;text-decoration:none;border-color:var(--road-grey-300);border-style:solid;border-width:var(--inner-border-width, 0);outline:0}.input-wrapper{box-sizing:border-box;display:flex;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;overflow:inherit;text-overflow:ellipsis}.item-detail-icon{color:var(--detail-color)}::slotted(road-icon){flex-shrink:0;margin-right:0.5rem}::slotted(road-img){flex-shrink:0;width:3rem;height:3rem;object-fit:cover;min-height:inherit;margin-right:1rem}::slotted(road-button){--padding-start:0.5rem;--padding-end:0.5rem;--margin-bottom:0}:host(.item-lines-none){--border-width:0 !important;--inner-border-width:0 !important}:host(.item-lines-full){--border-width:0 0 1px 0 !important;--inner-border-width:0 !important}:host(.item-lines-inset){--inner-border-width:0 0 1px 0 !important}";const I=class{constructor(r){t(this,r)}render(){return r("slot",null)}};I.style=":host{box-sizing:border-box;display:block;overflow:hidden;font-size:0.875rem;color:currentColor;text-overflow:ellipsis;white-space:nowrap}";const _=class{constructor(r){t(this,r)}render(){const{lines:t}=this;return r(o,{class:{[`list-lines-${t}`]:void 0!==t}},r("slot",null))}};_.style=":host{display:block;contain:content;list-style-type:none}:host(.list-lines-none) ::slotted(road-item){--border-width:0;--inner-border-width:0}:host(.list-lines-full){border:1px solid var(--road-grey-300);border-bottom:0}:host(.list-lines-full),:host(.list-lines-full) ::slotted(road-item){--border-width:0 0 1px 0;--inner-border-width:0}:host(.item-lines-inset),:host(.list-lines-inset) ::slotted(road-item){--inner-border-width:0 0 1px 0}";const L=class{constructor(r){t(this,r)}render(){return r(o,null,r("slot",null))}};L.style=":host{display:flex;flex-wrap:wrap;max-width:1440px;margin-right:-8px;margin-left:-8px}@media (min-width: 1440px){:host{margin-right:auto;margin-left:auto}}:host(.flex-wrap){flex-wrap:wrap}:host(.flex-nowrap){flex-wrap:nowrap}:host(.justify-content-start){justify-content:flex-start}:host(.justify-content-end){justify-content:flex-end}:host(.justify-content-center){justify-content:center}:host(.justify-content-between){justify-content:space-between}:host(.justify-content-around){justify-content:space-around}:host(.align-items-start){align-items:flex-start}:host(.align-items-end){align-items:flex-end}:host(.align-items-center){align-items:center}:host(.align-items-baseline){align-items:baseline}:host(.align-items-stretch){align-items:stretch}@media (min-width: 576px){:host(.flex-sm-wrap){flex-wrap:wrap}:host(.flex-sm-nowrap){flex-wrap:nowrap}:host(.justify-content-sm-start){justify-content:flex-start}:host(.justify-content-sm-end){justify-content:flex-end}:host(.justify-content-sm-center){justify-content:center}:host(.justify-content-sm-between){justify-content:space-between}:host(.justify-content-sm-around){justify-content:space-around}:host(.align-items-sm-start){align-items:flex-start}:host(.align-items-sm-end){align-items:flex-end}:host(.align-items-sm-center){align-items:center}:host(.align-items-sm-baseline){align-items:baseline}:host(.align-items-sm-stretch){align-items:stretch}}@media (min-width: 768px){:host(.flex-md-wrap){flex-wrap:wrap}:host(.flex-md-nowrap){flex-wrap:nowrap}:host(.justify-content-md-start){justify-content:flex-start}:host(.justify-content-md-end){justify-content:flex-end}:host(.justify-content-md-center){justify-content:center}:host(.justify-content-md-between){justify-content:space-between}:host(.justify-content-md-around){justify-content:space-around}:host(.align-items-md-start){align-items:flex-start}:host(.align-items-md-end){align-items:flex-end}:host(.align-items-md-center){align-items:center}:host(.align-items-md-baseline){align-items:baseline}:host(.align-items-md-stretch){align-items:stretch}}@media (min-width: 992px){:host(.flex-lg-wrap){flex-wrap:wrap}:host(.flex-lg-nowrap){flex-wrap:nowrap}:host(.justify-content-lg-start){justify-content:flex-start}:host(.justify-content-lg-end){justify-content:flex-end}:host(.justify-content-lg-center){justify-content:center}:host(.justify-content-lg-between){justify-content:space-between}:host(.justify-content-lg-around){justify-content:space-around}:host(.align-items-lg-start){align-items:flex-start}:host(.align-items-lg-end){align-items:flex-end}:host(.align-items-lg-center){align-items:center}:host(.align-items-lg-baseline){align-items:baseline}:host(.align-items-lg-stretch){align-items:stretch}}@media (min-width: 1200px){:host(.flex-xl-wrap){flex-wrap:wrap}:host(.flex-xl-nowrap){flex-wrap:nowrap}:host(.justify-content-xl-start){justify-content:flex-start}:host(.justify-content-xl-end){justify-content:flex-end}:host(.justify-content-xl-center){justify-content:center}:host(.justify-content-xl-between){justify-content:space-between}:host(.justify-content-xl-around){justify-content:space-around}:host(.align-items-xl-start){align-items:flex-start}:host(.align-items-xl-end){align-items:flex-end}:host(.align-items-xl-center){align-items:center}:host(.align-items-xl-baseline){align-items:baseline}:host(.align-items-xl-stretch){align-items:stretch}}:host(.align-content-start){align-content:flex-start}:host(.align-content-end){align-content:flex-end}:host(.align-content-center){align-content:center}:host(.align-content-between){align-content:space-between}:host(.align-content-around){align-content:space-around}:host(.align-content-stretch){align-content:stretch}:host(.align-self-auto){align-self:auto}:host(.align-self-start){align-self:flex-start}:host(.align-self-end){align-self:flex-end}:host(.align-self-center){align-self:center}:host(.align-self-baseline){align-self:baseline}:host(.align-self-stretch){align-self:stretch}";const Y=class{constructor(r){t(this,r)}render(){return r(o,{class:void 0!==this.color?`toolbar-${this.color}`:""},r("div",{class:"toolbar-container"},r("slot",{name:"start"}),r("slot",{name:"primary"}),r("div",{class:"toolbar-content"},r("slot",null)),r("slot",{name:"secondary"}),r("slot",{name:"end"})))}};Y.style=":host{position:relative;box-sizing:border-box;display:block;width:100%;contain:content;color:var(--road-grey-900);background:var(--road-grey-000);border-bottom:1px solid var(--road-grey-300)}.toolbar-container{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;min-height:3.5rem;contain:content;overflow:hidden}.toolbar-content{flex:1 1 0%;min-width:0;max-width:100%}::slotted(road-button){--margin-bottom:0;--padding-start:0.5rem;--padding-end:0.5rem;--border-radius:1.5rem;font-size:0.875rem;font-weight:400}:host(.toolbar-primary){color:var(--road-primary-contrast);background:var(--road-primary-900)}:host(.toolbar-secondary){color:var(--road-primary-contrast);background:var(--road-primary-500)}";export{h as road_badge,c as road_button,m as road_col,f as road_counter,p as road_drawer,g as road_grid,v as road_icon,j as road_input,$ as road_input_group,C as road_item,I as road_label,_ as road_list,L as road_row,Y as road_toolbar}
|
|
1
|
+
import{r as t,h as r,H as o,c as e,e as i}from"./p-cdc666bc.js";import"./p-12fd8791.js";import{n as a,a as s}from"./p-5c45952d.js";import{i as n,g as d,b as l}from"./p-6312516e.js";const h=class{constructor(r){t(this,r),this.color="secondary",this.bubble=!1}render(){return r(o,{class:`${void 0!==this.color?`badge-${this.color}`:""} ${this.bubble?"badge-bubble":""}`},r("slot",null))}};h.style=":host{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:1rem;min-height:1rem;padding:0 0.3125rem;font-family:var(--road-font, sans-serif);font-size:0.625rem;font-weight:700;white-space:nowrap;border-radius:1rem}:host(.badge-bubble){min-width:0.25rem;min-height:0.25rem;padding:0}:host(.badge-primary){color:var(--road-primary-contrast);background-color:var(--road-primary-500)}:host(.badge-secondary){color:var(--road-primary-contrast);background-color:var(--road-primary-500)}:host(.badge-accent){color:var(--road-secondary-contrast);background-color:var(--road-secondary-500)}:host(.badge-info){color:var(--road-info-contrast);background-color:var(--road-info-default)}:host(.badge-success){color:var(--road-success-contrast);background-color:var(--road-success-default)}:host(.badge-warning){color:var(--road-warning-contrast);background-color:var(--road-warning-default)}:host(.badge-danger){color:var(--road-danger-contrast);background-color:var(--road-danger-default)}";const c=class{constructor(r){t(this,r),this.roadfocus=e(this,"roadfocus",7),this.roadFocus=e(this,"roadFocus",7),this.roadblur=e(this,"roadblur",7),this.roadBlur=e(this,"roadBlur",7),this.color="default",this.size="lg",this.buttonType="button",this.disabled=!1,this.expand=!1,this.outline=!1,this.onClick=t=>{if(this.el.shadowRoot&&this.el.attachShadow){const r=this.el.closest("form");if(r){t.preventDefault();const o=document.createElement("button");o.type=this.buttonType,o.style.display="none",r.appendChild(o),o.click(),o.remove()}}},this.onFocus=()=>{this.roadfocus.emit(),this.roadFocus.emit()},this.onBlur=()=>{this.roadblur.emit(),this.roadBlur.emit()}}render(){const{buttonType:t,disabled:e,href:i,rel:a,target:s,color:n}=this,d=void 0===this.href?"button":"a";return r(o,{class:`${this.outline?`btn-outline-${n}`:`btn-${n}`} ${void 0!==this.size?`btn-${this.size}`:""} ${this.expand?"btn-block":""}`,onClick:this.onClick,"aria-disabled":e?"true":null},r(d,Object.assign({},"button"===d?{type:t}:{download:this.download,href:i,rel:a,target:s},{class:"button-native",part:"native",disabled:e,onFocus:this.onFocus,onBlur:this.onBlur}),r("slot",{name:"start"}),r("slot",null),r("slot",{name:"end"})))}get el(){return i(this)}};c.style=':host{--border-radius:0.25rem;--font-size:1rem;--margin-bottom:1rem;--padding-start:1.5rem;--padding-end:1.5rem;box-sizing:border-box;display:inline-flex;display:-webkit-inline-flex;align-items:center;justify-content:center;height:3rem;padding:0;margin-bottom:var(--margin-bottom);font-family:var(--road-font, sans-serif);font-size:var(--font-size);font-weight:700;line-height:1.375;color:var(--road-grey-900);text-decoration:none;white-space:nowrap;vertical-align:middle;background:transparent;border:1px solid transparent;border-radius:var(--border-radius);transition:background 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}:host(:hover){text-decoration:none}:host(.focus-visible){outline:0}.button-native{position:relative;z-index:1;display:flex;flex-flow:row nowrap;flex-shrink:0;align-items:center;justify-content:center;width:100%;height:100%;padding:0 var(--padding-end) 0 var(--padding-start);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(.btn-default:not([disabled]).focus-visible){background:var(--road-grey-200)}:host(.btn-primary){color:var(--road-primary-contrast);background:var(--road-primary-500)}:host(.btn-primary) ::slotted(road-icon){color:var(--road-primary-contrast)}:host(.btn-primary:not([disabled]):hover),:host(.btn-primary:not([disabled]).focus-visible){background:var(--road-primary-700)}:host(.btn-secondary){color:var(--road-primary-contrast);background:var(--road-primary-500)}:host(.btn-secondary) ::slotted(road-icon){color:var(--road-primary-contrast)}:host(.btn-secondary:not([disabled]):hover),:host(.btn-secondary:not([disabled]).focus-visible){background:var(--road-primary-700)}:host(.btn-link){font-weight:400;color:var(--road-primary-500);background:transparent}:host(.btn-link:not([disabled]):hover),:host(.btn-link:not([disabled]).focus-visible){color:var(--road-primary-700)}:host(.btn-outline-primary),:host(.btn-outline-secondary),:host(.btn-outline-default){background:transparent}:host(.btn-outline-default){color:var(--road-grey-600);background:var(--road-grey-000);border-color:var(--road-grey-600)}:host(.btn-outline-default) ::slotted(road-icon){color:var(--road-grey-600)}:host(.btn-outline-default:hover),:host(.btn-outline-default.focus-visible){background:var(--road-grey-200)}:host(.btn-ghost) ::slotted(road-icon){color:var(--road-grey-900)}:host(.btn-ghost:hover),:host(.btn-ghost.focus-visible){background:var(--road-primary-100)}:host(.btn-outline-primary){color:var(--road-primary-500);border-color:var(--road-primary-500)}:host(.btn-outline-primary) ::slotted(road-icon){color:var(--road-primary-500)}:host(.btn-outline-primary:hover),:host(.btn-outline-primary.focus-visible){background:var(--road-primary-100)}:host(.btn-outline-secondary){color:var(--road-primary-500);border-color:var(--road-primary-500)}:host(.btn-outline-secondary) ::slotted(road-icon){color:var(--road-primary-500)}:host(.btn-outline-secondary:hover),:host(.btn-outline-secondary.focus-visible){background:var(--road-primary-100)}:host([aria-disabled]){pointer-events:none;opacity:0.16}.button-native:disabled{cursor:not-allowed}::slotted([slot="start"]){margin-right:0.5rem}::slotted([slot="end"]){margin-left:0.5rem}:host(.btn-xl){height:3.5rem}:host(.btn-xl) ::slotted(road-icon){width:2rem;height:2rem}:host(.btn-md){--font-size:0.875rem;height:2.5rem}:host(.btn-md) ::slotted(road-icon){width:1.5rem;height:1.5rem}:host(.btn-sm){--font-size:0.875rem;height:2rem}:host(.btn-sm) ::slotted(road-icon){width:1.25rem;height:1.25rem}:host(.btn-block){width:100%}::slotted(road-badge){position:absolute;top:4px;left:calc(50% + 0.375rem);z-index:1;box-sizing:border-box;height:auto}';const m=class{constructor(r){t(this,r)}render(){return r("slot",null)}};m.style=":host{position:relative;flex-basis:0;flex-grow:1;width:100%;max-width:100%;min-height:1px;padding-right:8px;padding-left:8px}:host(.col-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-3){flex:0 0 25%;max-width:25%}:host(.col-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-6){flex:0 0 50%;max-width:50%}:host(.col-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-9){flex:0 0 75%;max-width:75%}:host(.col-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-12){flex:0 0 100%;max-width:100%}:host(.offset-1){margin-left:8.3333%}:host(.offset-2){margin-left:16.6667%}:host(.offset-3){margin-left:25%}:host(.offset-4){margin-left:33.3333%}:host(.offset-5){margin-left:41.6667%}:host(.offset-6){margin-left:50%}:host(.offset-7){margin-left:58.3333%}:host(.offset-8){margin-left:66.6667%}:host(.offset-9){margin-left:75%}:host(.offset-10){margin-left:83.3333%}:host(.offset-11){margin-left:91.6667%}@media (min-width: 576px){:host(.col-sm){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-sm-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-sm-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-sm-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-sm-3){flex:0 0 25%;max-width:25%}:host(.col-sm-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-sm-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-sm-6){flex:0 0 50%;max-width:50%}:host(.col-sm-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-sm-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-sm-9){flex:0 0 75%;max-width:75%}:host(.col-sm-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-sm-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-sm-12){flex:0 0 100%;max-width:100%}:host(.offset-sm-0){margin-left:0}:host(.offset-sm-1){margin-left:8.3333%}:host(.offset-sm-2){margin-left:16.6667%}:host(.offset-sm-3){margin-left:25%}:host(.offset-sm-4){margin-left:33.3333%}:host(.offset-sm-5){margin-left:41.6667%}:host(.offset-sm-6){margin-left:50%}:host(.offset-sm-7){margin-left:58.3333%}:host(.offset-sm-8){margin-left:66.6667%}:host(.offset-sm-9){margin-left:75%}:host(.offset-sm-10){margin-left:83.3333%}:host(.offset-sm-11){margin-left:91.6667%}}@media (min-width: 768px){:host(.col-md){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-md-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-md-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-md-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-md-3){flex:0 0 25%;max-width:25%}:host(.col-md-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-md-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-md-6){flex:0 0 50%;max-width:50%}:host(.col-md-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-md-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-md-9){flex:0 0 75%;max-width:75%}:host(.col-md-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-md-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-md-12){flex:0 0 100%;max-width:100%}:host(.offset-md-0){margin-left:0}:host(.offset-md-1){margin-left:8.3333%}:host(.offset-md-2){margin-left:16.6667%}:host(.offset-md-3){margin-left:25%}:host(.offset-md-4){margin-left:33.3333%}:host(.offset-md-5){margin-left:41.6667%}:host(.offset-md-6){margin-left:50%}:host(.offset-md-7){margin-left:58.3333%}:host(.offset-md-8){margin-left:66.6667%}:host(.offset-md-9){margin-left:75%}:host(.offset-md-10){margin-left:83.3333%}:host(.offset-md-11){margin-left:91.6667%}}@media (min-width: 992px){:host(.col-lg){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-lg-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-lg-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-lg-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-lg-3){flex:0 0 25%;max-width:25%}:host(.col-lg-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-lg-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-lg-6){flex:0 0 50%;max-width:50%}:host(.col-lg-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-lg-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-lg-9){flex:0 0 75%;max-width:75%}:host(.col-lg-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-lg-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-lg-12){flex:0 0 100%;max-width:100%}:host(.offset-lg-0){margin-left:0}:host(.offset-lg-1){margin-left:8.3333%}:host(.offset-lg-2){margin-left:16.6667%}:host(.offset-lg-3){margin-left:25%}:host(.offset-lg-4){margin-left:33.3333%}:host(.offset-lg-5){margin-left:41.6667%}:host(.offset-lg-6){margin-left:50%}:host(.offset-lg-7){margin-left:58.3333%}:host(.offset-lg-8){margin-left:66.6667%}:host(.offset-lg-9){margin-left:75%}:host(.offset-lg-10){margin-left:83.3333%}:host(.offset-lg-11){margin-left:91.6667%}}@media (min-width: 1200px){:host(.col-xl){flex-basis:0;flex-grow:1;max-width:100%}:host(.col-xl-auto){flex:0 0 auto;width:auto;max-width:none}:host(.col-xl-1){flex:0 0 8.3333%;max-width:8.3333%}:host(.col-xl-2){flex:0 0 16.6667%;max-width:16.6667%}:host(.col-xl-3){flex:0 0 25%;max-width:25%}:host(.col-xl-4){flex:0 0 33.3333%;max-width:33.3333%}:host(.col-xl-5){flex:0 0 41.6667%;max-width:41.6667%}:host(.col-xl-6){flex:0 0 50%;max-width:50%}:host(.col-xl-7){flex:0 0 58.3333%;max-width:58.3333%}:host(.col-xl-8){flex:0 0 66.6667%;max-width:66.6667%}:host(.col-xl-9){flex:0 0 75%;max-width:75%}:host(.col-xl-10){flex:0 0 83.3333%;max-width:83.3333%}:host(.col-xl-11){flex:0 0 91.6667%;max-width:91.6667%}:host(.col-xl-12){flex:0 0 100%;max-width:100%}:host(.offset-xl-0){margin-left:0}:host(.offset-xl-1){margin-left:8.3333%}:host(.offset-xl-2){margin-left:16.6667%}:host(.offset-xl-3){margin-left:25%}:host(.offset-xl-4){margin-left:33.3333%}:host(.offset-xl-5){margin-left:41.6667%}:host(.offset-xl-6){margin-left:50%}:host(.offset-xl-7){margin-left:58.3333%}:host(.offset-xl-8){margin-left:66.6667%}:host(.offset-xl-9){margin-left:75%}:host(.offset-xl-10){margin-left:83.3333%}:host(.offset-xl-11){margin-left:91.6667%}}";const f=class{constructor(r){t(this,r),this.roadIncrease=e(this,"roadIncrease",7),this.roadDecrease=e(this,"roadDecrease",7),this.roadChange=e(this,"roadChange",7),this.roadDustbinClick=e(this,"roadDustbinClick",7),this.leftIconClasses="",this.rightIconClasses="",this.isDustbinVisible=!1,this.inputId="road-counter-"+u++,this.min=0,this.value=1,this.size="lg",this.dustbin=!1,this.setIsDustbinVisible=t=>{this.isDustbinVisible=!(t>this.min||!this.dustbin)},this.increase=()=>{this.inputElement.querySelector("input").stepUp();let t=parseInt(this.inputElement.querySelector("input").value);t||(t=this.min),this.onValueChange(t),this.roadIncrease.emit({value:t})},this.decrease=()=>{if(this.isDustbinVisible)return void this.roadDustbinClick.emit();this.inputElement.querySelector("input").stepDown();let t=parseInt(this.inputElement.querySelector("input").value);t||(t=this.min),this.onValueChange(t),this.roadDecrease.emit({value:t})},this.checkValue=t=>{const r=t.target,o=r.value&&parseInt(r.value);null!=o&&""!==o&&(o<this.min?r.value=this.min.toString():this.max&&o>this.max&&(r.value=this.max.toString()),this.onValueChange(parseInt(r.value)))},this.onRoadChange=t=>{t.stopPropagation();const r=t.target,o=r.value&&parseInt(r.value);this.roadChange.emit(null!==o&&""!==o?o<this.min?{value:this.min}:this.max&&o>this.max?{value:this.max}:{value:parseInt(r.value)}:{value:null})}}onValueChange(t){this.setIsDustbinVisible(t),this.setIconsClasses(t)}setIconsClasses(t){t=null!=t?t:parseInt(this.inputElement.querySelector("input").value),this.leftIconClasses=t<=this.min&&!this.dustbin?"disabled":"",this.rightIconClasses=this.max&&t>=this.max?"disabled":""}componentWillLoad(){this.onValueChange(this.value)}render(){return r("road-input-group",{class:this.size&&`counter-${this.size}`},r("road-button",{slot:"prepend",size:this.size,onClick:this.decrease,class:this.leftIconClasses,"data-cy":"road-decrease"},r("road-icon",{name:this.isDustbinVisible?"delete-forever":"navigation-add-less",ref:t=>this.iconCounterLess=t,size:this.size,"data-cy":this.isDustbinVisible?"road-dustbin":""})),r("road-input",{ref:t=>this.inputElement=t,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"}),r("road-button",{slot:"append",size:this.size,onClick:this.increase,class:this.rightIconClasses,"data-cy":"road-increase"},r("road-icon",{name:"navigation-add-more",size:this.size})))}get el(){return i(this)}static get watchers(){return{value:["onValueChange"]}}};let u=0;f.style=".sc-road-counter-h{display:block}road-input.sc-road-counter{--input-text-align:center;--border-radius:0;--margin-bottom:0}road-button.sc-road-counter{width:3rem;font-size:1.5rem;line-height:1.4;background:var(--road-grey-000);border:1px solid var(--road-primary-500)}road-button.sc-road-counter:hover,road-button.sc-road-counter:focus{background:var(--road-primary-100)}road-button.sc-road-counter road-icon.sc-road-counter{display:flex;fill:var(--road-primary-500)}.disabled.sc-road-counter{margin-right:-1px;margin-left:-1px;pointer-events:none;cursor:not-allowed;background:var(--road-disabled);border:1px solid var(--road-grey-500);opacity:inherit}.disabled.sc-road-counter:focus{background:var(--road-disabled)}.disabled.sc-road-counter road-icon.sc-road-counter{fill:var(--road-grey-500)}road-button.btn-md.sc-road-counter{width:2.5rem}road-button.btn-sm.sc-road-counter{width:2rem}.counter-md.sc-road-counter{height:2.5rem}.counter-sm.sc-road-counter{height:2rem}.counter-md.sc-road-counter road-input.sc-road-counter{--height:2.5rem}.counter-md.sc-road-counter road-button.sc-road-counter{min-width:2.5rem}.counter-sm.sc-road-counter road-input.sc-road-counter{--height:2rem}.counter-sm.sc-road-counter road-button.sc-road-counter{min-width:2rem}";const p=class{constructor(r){t(this,r),this.onOpen=e(this,"open",7),this.onClose=e(this,"close",7),this.onBack=e(this,"back",7),this.isOpen=!1,this.position="left",this.drawerWidth=480,this.hasInverseHeader=!1,this.hasBackIcon=!1,this.hasCloseIcon=!0,this.onClick=t=>{t.stopPropagation(),t.preventDefault(),this.close()},this.onClickBack=t=>{t.stopPropagation(),t.preventDefault(),this.back()}}async open(){this.isOpen=!0}async close(){this.isOpen=!1}async back(){this.onBack.emit()}handleOpen(t){!0===t?this.onOpen.emit():this.el.addEventListener("transitionend",(()=>{this.onClose.emit(),this.el.shadowRoot&&(this.el.shadowRoot.querySelector(".drawer-body").scrollTop=0)}),{once:!0})}onEscape(t){"Escape"!==t.key&&"Esc"!==t.key||this.close()}componentDidLoad(){this.el.querySelectorAll('[data-dismiss="modal"]').forEach((t=>{t.addEventListener("click",(()=>this.close()))}))}render(){const t=this.isOpen?"drawer-open":"",e=this.hasInverseHeader?"drawer-header-inverse":"",i=void 0===this.drawerTitle||this.hasInverseHeader?"":"drawer-delimiter",n=this.hasBackIcon?r("button",{type:"button",class:"drawer-action","aria-label":"Back",onClick:this.onClickBack},r("road-icon",{icon:a,rotate:"180"}),this.backText):"",d=this.hasCloseIcon?r("button",{type:"button",class:"drawer-close",onClick:this.onClick,"aria-label":"Close"},r("road-icon",{icon:s,"aria-hidden":"true"})):"",l="bottom"===this.position?"100%":this.drawerWidth+"px";return r(o,{class:`drawer ${t} drawer-${this.position}`,tabindex:"-1",role:"dialog"},r("div",{class:"drawer-overlay",onClick:this.onClick,tabindex:"-1"}),r("div",{class:"drawer-dialog",style:{maxWidth:`${l}`},role:"document",tabindex:"0"},r("div",{class:"drawer-content"},r("header",{class:`drawer-header ${e} ${i}`},n,void 0!==this.drawerTitle?r("h2",{class:"drawer-title"},this.drawerTitle):r("div",{class:"drawer-title"},r("slot",{name:"title"})),d),r("div",{class:"drawer-body"},r("slot",null)))))}get el(){return i(this)}static get watchers(){return{isOpen:["handleOpen"]}}};p.style={dark:":host{--background:var(--road-grey-000);--color:var(--road-grey-900);--header-icon:var(--road-grey-900);--header-color:var(--road-grey-900);--header-background:var(--road-grey-000);--header-delimiter:0;--back-chevron-color:var(--road-grey-900);--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{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}.drawer-dialog{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateX(-100%)}:host(.drawer-right){justify-content:flex-end}:host(.drawer-right) .drawer-dialog{transform:translateX(100%)}:host(.drawer-bottom){align-items:flex-end}:host(.drawer-bottom) .drawer-dialog{width:100%;max-height:var(--max-height);transform:translateY(100%)}:host(.drawer-bottom) .drawer-content{height:auto}.drawer-content{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background-color:var(--background);background-clip:padding-box;box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16)}.drawer-header{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{flex-shrink:0;color:var(--header-icon)}.drawer-header-inverse{--header-icon:var(--road-primary-contrast);--header-color:var(--road-primary-contrast);--header-background:var(--road-primary-900);margin-bottom:2.5rem}.drawer-action,.drawer-close{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;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.drawer-header:not(.drawer-header-inverse) .drawer-action road-icon{color:var(--back-chevron-color)}.drawer-action~.drawer-title,.drawer-close~.drawer-title{padding-left:0}.drawer-action-left,.drawer-close-left{margin-right:auto}.drawer-title{display:flex;flex-grow:1;align-items:center;justify-content:center;height:3.5rem;padding-left:3.5rem;margin:0;font-size:1rem;font-weight:400}.drawer-body{overflow-y:auto}:host(.drawer-right) .drawer-body,:host(.drawer-left) .drawer-body{height:calc(100vh - 3.5rem)}.drawer-inner{padding:0 1rem 2.5rem}@media (min-width: 768px){.drawer-inner{padding:0 2rem 2.5rem}}:host(.drawer-open){visibility:visible !important;opacity:1}:host(.drawer-open) .drawer-dialog{transform:none}:host{--background:var(--road-grey-999);--color:var(--road-grey-000);--header-icon:var(--road-grey-000)}",light:":host{--background:var(--road-grey-000);--color:var(--road-grey-900);--header-icon:var(--road-grey-900);--header-color:var(--road-grey-900);--header-background:var(--road-grey-000);--header-delimiter:0;--back-chevron-color:var(--road-grey-900);--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{position:absolute;top:0;right:0;bottom:0;left:0;display:block;touch-action:none;cursor:pointer;background:var(--road-overlay)}.drawer-dialog{position:relative;width:100%;pointer-events:none;transition:transform 0.3s ease-out;transform:translateX(-100%)}:host(.drawer-right){justify-content:flex-end}:host(.drawer-right) .drawer-dialog{transform:translateX(100%)}:host(.drawer-bottom){align-items:flex-end}:host(.drawer-bottom) .drawer-dialog{width:100%;max-height:var(--max-height);transform:translateY(100%)}:host(.drawer-bottom) .drawer-content{height:auto}.drawer-content{position:relative;display:flex;flex-direction:column;width:100%;height:100vh;pointer-events:auto;background-color:var(--background);background-clip:padding-box;box-shadow:0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16)}.drawer-header{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{flex-shrink:0;color:var(--header-icon)}.drawer-header-inverse{--header-icon:var(--road-primary-contrast);--header-color:var(--road-primary-contrast);--header-background:var(--road-primary-900);margin-bottom:2.5rem}.drawer-action,.drawer-close{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;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.drawer-header:not(.drawer-header-inverse) .drawer-action road-icon{color:var(--back-chevron-color)}.drawer-action~.drawer-title,.drawer-close~.drawer-title{padding-left:0}.drawer-action-left,.drawer-close-left{margin-right:auto}.drawer-title{display:flex;flex-grow:1;align-items:center;justify-content:center;height:3.5rem;padding-left:3.5rem;margin:0;font-size:1rem;font-weight:400}.drawer-body{overflow-y:auto}:host(.drawer-right) .drawer-body,:host(.drawer-left) .drawer-body{height:calc(100vh - 3.5rem)}.drawer-inner{padding:0 1rem 2.5rem}@media (min-width: 768px){.drawer-inner{padding:0 2rem 2.5rem}}:host(.drawer-open){visibility:visible !important;opacity:1}:host(.drawer-open) .drawer-dialog{transform:none}"};const g=class{constructor(r){t(this,r)}render(){return r("slot",null)}};g.style=":host{box-sizing:border-box;display:block;width:100%;padding-right:8px;padding-left:8px;margin-right:auto;margin-left:auto}@media (min-width: 768px){:host{padding-right:24px;padding-left:24px}}";const b=t=>{if(1===t.nodeType){if("script"===t.nodeName.toLowerCase())return!1;for(let r=0;r<t.attributes.length;r++){const o=t.attributes[r].value;if(n(o)&&0===o.toLowerCase().indexOf("on"))return!1}for(let r=0;r<t.childNodes.length;r++)if(!b(t.childNodes[r]))return!1}return!0},x=new Map,w=new Map,v=class{constructor(r){t(this,r),this.isVisible=!1,this.size="lg",this.lazy=!1,this.sanitize=!0}componentWillLoad(){this.waitUntilVisible(this.el,"50px",(()=>{this.isVisible=!0,this.loadIcon()}))}disconnectedCallback(){this.io&&(this.io.disconnect(),this.io=void 0)}waitUntilVisible(t,r,o){if(this.lazy&&window.IntersectionObserver){const e=this.io=new window.IntersectionObserver((t=>{t[0].isIntersecting&&(e.disconnect(),this.io=void 0,o())}),{rootMargin:r});e.observe(t)}else o()}loadIcon(){if(this.isVisible){const t=d(this);t&&(x.has(t)?this.svgContent=x.get(t):((t,r)=>{let o=w.get(t);if(!o){if("undefined"==typeof fetch||"undefined"==typeof document)return x.set(t,""),Promise.resolve();o=fetch(t).then((o=>{if(o.ok)return o.text().then((o=>{o&&!1!==r&&(o=(t=>{const r=document.createElement("div");r.innerHTML=t;for(let e=r.childNodes.length-1;e>=0;e--)"svg"!==r.childNodes[e].nodeName.toLowerCase()&&r.removeChild(r.childNodes[e]);const o=r.firstElementChild;if(o&&"svg"===o.nodeName.toLowerCase()){const t=o.getAttribute("class")||"";if(o.setAttribute("class",(t+" s-ion-icon").trim()),b(o))return r.innerHTML}return""})(o)),x.set(t,o||"")}));x.set(t,"")})),w.set(t,o)}return o})(t,this.sanitize).then((()=>this.svgContent=x.get(t))))}if(!this.ariaLabel&&"true"!==this.ariaHidden){const t=l(this.name,this.icon);t&&(this.ariaLabel=t.replace(/-/g," "))}}render(){return r(o,{class:`${void 0!==this.color?`icon-${this.color}`:""} ${void 0!==this.size?`icon-${this.size}`:""} ${void 0!==this.rotate?`icon-rotate-${this.rotate}`:""}`,"aria-hidden":"true"},r("div",""!==this.svgContent?{class:"icon-inner",innerHTML:this.svgContent}:{class:"icon-inner"}))}static get assetsDirs(){return["svg"]}get el(){return i(this)}static get watchers(){return{name:["loadIcon"],src:["loadIcon"],icon:["loadIcon"]}}};v.style=":host{box-sizing:content-box;display:inline-block;color:var(--road-grey-900);transition:fill 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;fill:currentColor;contain:strict}:host svg{display:block;width:100%;height:100%}:host(.icon-sm){width:1.25rem;height:1.25rem}:host(.icon-md){width:1.5rem;height:1.5rem}:host(.icon-lg){width:2rem;height:2rem}:host(.icon-3x){width:3rem;height:3rem}:host(.icon-4x){width:4rem;height:4rem}:host(.icon-primary){color:var(--road-primary-900)}:host(.icon-secondary){color:var(--road-primary-500)}:host(.icon-accent){color:var(--road-secondary-500)}:host(.icon-info){color:var(--road-info-default)}:host(.icon-success){color:var(--road-success-default)}:host(.icon-warning){color:var(--road-warning-default)}:host(.icon-danger){color:var(--road-danger-default)}:host(.icon-default){color:var(--road-grey-900)}:host(.icon-white){color:var(--road-grey-000)}:host(.icon-rotate-90){transform:rotate(90deg)}:host(.icon-rotate-180){transform:rotate(180deg)}:host(.icon-rotate-270){transform:rotate(270deg)}";const y=(t,r)=>{const o=t._original||t;return{_original:t,emit:k(o.emit.bind(o),r)}},k=(t,r=0)=>{let o;return(...e)=>{clearTimeout(o),o=setTimeout(t,r,...e)}},j=class{constructor(r){t(this,r),this.roadinput=e(this,"roadinput",7),this.roadInput=e(this,"roadInput",7),this.roadchange=e(this,"roadchange",7),this.roadChange=e(this,"roadChange",7),this.roadblur=e(this,"roadblur",7),this.roadBlur=e(this,"roadBlur",7),this.roadfocus=e(this,"roadfocus",7),this.roadFocus=e(this,"roadFocus",7),this.inputId="road-input-"+z++,this.autocapitalize="off",this.autocomplete="off",this.autocorrect="off",this.autofocus=!1,this.disabled=!1,this.name=this.inputId,this.readonly=!1,this.required=!1,this.spellcheck=!1,this.sizes="lg",this.type="text",this.value="",this.label="",this.debounce=0,this.onInput=t=>{const r=t.target;r&&(this.value=r.value||""),this.roadinput.emit(t),this.roadInput.emit(t)},this.onBlur=()=>{this.roadblur.emit(),this.roadBlur.emit()},this.onFocus=()=>{this.roadfocus.emit(),this.roadFocus.emit()}}debounceChanged(){this.roadchange=y(this.roadchange,this.debounce),this.roadChange=y(this.roadChange,this.debounce)}valueChanged(){this.roadchange.emit({value:null==this.value?this.value:this.value.toString()}),this.roadChange.emit({value:null==this.value?this.value:this.value.toString()})}getValue(){return"number"==typeof this.value?this.value.toString():(this.value||"").toString()}render(){const t=this.getValue(),e=this.inputId+"-label";return r(o,{"aria-disabled":this.disabled?"true":null,class:this.sizes&&`input-${this.sizes}`},r("input",{class:`form-control ${""!==this.value?"has-value":""} ${void 0!==this.error&&""!==this.error?"is-invalid":""} ${""!==this.label?"":"less-label"}`,id:this.inputId,"aria-disabled":this.disabled?"true":null,"aria-labelledby":e,disabled:this.disabled,autoCapitalize:this.autocapitalize,autoComplete:this.autocomplete,autoCorrect:this.autocorrect,enterKeyHint:this.enterkeyhint,autoFocus:this.autofocus,inputMode:this.inputmode,min:this.min,max:this.max,minLength:this.minlength,maxLength:this.maxlength,name:this.name,pattern:this.pattern,placeholder:this.placeholder,readOnly:this.readonly,required:this.required,spellcheck:this.spellcheck,step:this.step,size:this.size,type:this.type,value:t,onInput:this.onInput,onBlur:this.onBlur,onFocus:this.onFocus,"data-cy":"road-input"}),r("label",{class:"form-label",id:e,htmlFor:this.inputId},this.label),this.error&&""!==this.error&&r("p",{class:"invalid-feedback"},this.error),this.helper&&""!==this.helper&&r("p",{class:"helper"},this.helper),this.type&&"password"==this.type&&r("slot",{name:"checklistPassword"}))}static get watchers(){return{debounce:["debounceChanged"],value:["valueChanged"]}}};let z=0;j.style='.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-900)}.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:1rem;color:var(--road-grey-900);text-align:var(--input-text-align);background:var(--road-grey-000);border:1px solid var(--road-grey-500);border-radius:var(--border-radius);box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-control[type="number"].sc-road-input{-webkit-appearance:textfield;-moz-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-grey-500);opacity:1}@media (hover: hover){.form-control.sc-road-input:not(:disabled):hover{border-color:var(--road-primary-700)}}.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{border-color:var(--road-primary-700);outline:0}.form-control.sc-road-input:disabled,.form-control[readonly].sc-road-input{cursor:not-allowed;background:var(--road-grey-200);opacity:1}.form-label.sc-road-input{position:absolute;top:0.75rem;left:1rem;display:block;font-size:1rem;line-height:1.5;color:var(--road-grey-500);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[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:0.75rem;color:var(--road-danger-text)}.form-control.is-invalid.sc-road-input,.was-validated.sc-road-input .form-control.sc-road-input:invalid{border-color:var(--road-danger-default)}.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:0.875rem;color:var(--road-grey-500)}.form-control[type="password"].sc-road-input~.checklist-password.sc-road-input .invalid.sc-road-input{color:var(--road-grey-500)}';const $=class{constructor(r){t(this,r)}componentDidLoad(){var t;this.el.querySelector("road-input[disabled]")&&(null===(t=this.el.querySelector("road-button"))||void 0===t||t.setAttribute("disabled",""))}render(){const t=this.el.querySelector("road-input[error]")?"is-invalid":"",o=this.el.querySelector("road-input[disabled]")?"is-disabled":"",e=this.el.querySelector("road-input[sizes]")?`size-${this.el.querySelector("road-input").sizes}`:"";return r("div",{class:`input-group ${t} ${o} ${e}`},r("slot",null),r("div",{class:"input-group-prepend"},r("slot",{name:"prepend"})),r("div",{class:"input-group-append"},r("slot",{name:"append"})))}get el(){return i(this)}};$.style=':host{display:block}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%;font-family:var(--road-font, sans-serif)}::slotted(road-input),::slotted(input),::slotted(textarea),::slotted(road-select){position:relative;flex:1 1 auto;width:1%;margin-bottom:0}::slotted([slot="prepend"]){margin-right:-3px;border-color:var(--road-grey-500);border-right-color:transparent;border-top-right-radius:0;border-bottom-right-radius:0}::slotted([slot="append"]){margin-left:-0.25rem;border-color:var(--road-grey-500);border-left-width:0}@media (hover: hover){.input-group:not(.is-disabled):hover ::slotted([slot="prepend"]){border-color:var(--road-primary-700);border-right-color:transparent}.input-group:not(.is-disabled):hover ::slotted([slot="append"]){border-color:var(--road-primary-700);border-left-color:transparent}:host(.phone-number-group) .input-group:not(.is-disabled):hover ::slotted([slot="prepend"]){border-color:var(--road-primary-700)}}.input-group:focus-within ::slotted([slot="prepend"]){border-color:var(--road-primary-700);border-right-color:transparent}:host(.phone-number-group) .input-group:focus-within ::slotted([slot="prepend"]){border-color:var(--road-primary-700);border-right-color:transparent}.input-group:focus-within ::slotted([slot="append"]){border-color:var(--road-primary-700);border-left-color:transparent}.input-group-prepend,.input-group-append{display:flex;height:3rem}::slotted(road-button){--padding-start:0.5rem;--padding-end:0.5rem;position:relative;z-index:2;min-width:3rem;margin:0;font-size:0.875rem}.input-group-prepend{z-index:1;order:-1}.input-group-prepend~.form-label{left:calc(3rem + 1px)}.input-group-append{position:relative;z-index:1;border-radius:0 0.25rem 0.25rem 0}::slotted(label){display:flex;align-items:center;padding:0 0.5rem;margin-bottom:0;color:var(--road-grey-900);text-align:center;white-space:nowrap;cursor:text;background:var(--road-grey-000);border:1px solid var(--road-grey-500);border-radius:0.25rem;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}::slotted(road-input:not(:first-child)),::slotted(road-select:not(:first-child)){border-radius:0}.input-group-append ::slotted([slot="append"]){border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend ::slotted([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"]){border-right:1px solid var(--road-grey-500);border-top-right-radius:0;border-bottom-right-radius:0}.input-group-prepend ::slotted(label){margin-right:calc(-1rem + 1px)}.input-group-append ::slotted(road-button){background-color:var(--road-grey-000)}.size-xl .input-group-prepend,.size-xl .input-group-append{height:3.5rem}.size-xl ::slotted(road-button){height:3.5rem}.input-group.is-invalid ::slotted([slot="append"]),.input-group.is-invalid ::slotted([slot="prepend"]){border-color:var(--road-danger-default)}:host(.phone-number-group) .input-group.is-invalid ::slotted([slot="prepend"]){border-color:var(--road-danger-default)}.input-group.is-disabled ::slotted([slot="append"]),.input-group.is-disabled ::slotted([slot="prepend"]){cursor:not-allowed;background:var(--road-grey-200)}.is-disabled ::slotted(road-button){opacity:1}';const C=class{constructor(r){t(this,r),this.multipleInputs=!1,this.button=!1,this.detailIcon=a,this.disabled=!1,this.type="button"}isClickable(){return void 0!==this.href||this.button}render(){const{detail:t,detailIcon:e,download:i,lines:a,disabled:s,href:n,rel:d,target:l}=this,h=this.isClickable()?void 0===n?"button":"a":"div",c=void 0!==t&&t;return r(o,{"aria-disabled":s?"true":null,class:{[`item-lines-${a}`]:void 0!==a}},r(h,Object.assign({},"button"===h?{type:this.type}:{download:i,href:n,rel:d,target:l},{class:{"item-native":!0,"item-active":this.active},part:"native",disabled:s}),r("slot",{name:"start"}),r("div",{class:"item-inner"},r("div",{class:"input-wrapper"},r("slot",null)),r("slot",{name:"end"}),c&&r("road-icon",{icon:e,lazy:!1,class:"item-detail-icon"}))))}get el(){return i(this)}};C.style=":host{--border-radius:0.25rem;--background-color:transparent;--detail-color:var(--road-grey-900);--inner-padding:1rem 0.5rem 1rem 0;--min-height:3.5rem;--padding-left:1rem;position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;overflow:hidden;text-decoration:none;outline:none}.item-native{position:relative;z-index:1;box-sizing:border-box;display:flex;align-items:inherit;justify-content:inherit;width:100%;min-height:var(--min-height);padding:0 0 0 var(--padding-left);margin:0;overflow:inherit;font-family:inherit;font-size:inherit;color:var(--road-grey-900);background-color:var(--background-color);border-color:var(--road-grey-300);border-style:solid;border-width:var(--border-width, 0);border-radius:var(--border-radius);outline:none;transition:background 0.15s ease-in-out;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.item-active{background-color:var(--road-grey-100)}button.item-native:not(:disabled):not(.item-active):hover,button.item-native:not(:disabled):not(.item-active):focus{background-color:var(--road-grey-100)}.item-native::-moz-focus-inner{border:0}button,a{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.item-inner{position:relative;box-sizing:border-box;display:flex;flex:1;flex-direction:inherit;align-items:center;align-self:stretch;width:100%;min-height:inherit;padding:var(--inner-padding);overflow:inherit;text-align:inherit;text-decoration:none;border-color:var(--road-grey-300);border-style:solid;border-width:var(--inner-border-width, 0);outline:0}.input-wrapper{box-sizing:border-box;display:flex;flex:1;flex-direction:inherit;align-items:inherit;align-self:stretch;overflow:inherit;text-overflow:ellipsis}.item-detail-icon{color:var(--detail-color)}::slotted(road-icon){flex-shrink:0;margin-right:0.5rem}::slotted(road-img){flex-shrink:0;width:3rem;height:3rem;object-fit:cover;min-height:inherit;margin-right:1rem}::slotted(road-button){--padding-start:0.5rem;--padding-end:0.5rem;--margin-bottom:0}:host(.item-lines-none){--border-width:0 !important;--inner-border-width:0 !important}:host(.item-lines-full){--border-width:0 0 1px 0 !important;--inner-border-width:0 !important}:host(.item-lines-inset){--inner-border-width:0 0 1px 0 !important}";const I=class{constructor(r){t(this,r)}render(){return r("slot",null)}};I.style=":host{box-sizing:border-box;display:block;overflow:hidden;font-size:0.875rem;color:currentColor;text-overflow:ellipsis;white-space:nowrap}";const _=class{constructor(r){t(this,r)}render(){const{lines:t}=this;return r(o,{class:{[`list-lines-${t}`]:void 0!==t}},r("slot",null))}};_.style=":host{display:block;contain:content;list-style-type:none}:host(.list-lines-none) ::slotted(road-item){--border-width:0;--inner-border-width:0}:host(.list-lines-full){border:1px solid var(--road-grey-300);border-bottom:0}:host(.list-lines-full),:host(.list-lines-full) ::slotted(road-item){--border-width:0 0 1px 0;--inner-border-width:0}:host(.item-lines-inset),:host(.list-lines-inset) ::slotted(road-item){--inner-border-width:0 0 1px 0}";const L=class{constructor(r){t(this,r)}render(){return r(o,null,r("slot",null))}};L.style=":host{display:flex;flex-wrap:wrap;max-width:1440px;margin-right:-8px;margin-left:-8px}@media (min-width: 1440px){:host{margin-right:auto;margin-left:auto}}:host(.flex-wrap){flex-wrap:wrap}:host(.flex-nowrap){flex-wrap:nowrap}:host(.justify-content-start){justify-content:flex-start}:host(.justify-content-end){justify-content:flex-end}:host(.justify-content-center){justify-content:center}:host(.justify-content-between){justify-content:space-between}:host(.justify-content-around){justify-content:space-around}:host(.align-items-start){align-items:flex-start}:host(.align-items-end){align-items:flex-end}:host(.align-items-center){align-items:center}:host(.align-items-baseline){align-items:baseline}:host(.align-items-stretch){align-items:stretch}@media (min-width: 576px){:host(.flex-sm-wrap){flex-wrap:wrap}:host(.flex-sm-nowrap){flex-wrap:nowrap}:host(.justify-content-sm-start){justify-content:flex-start}:host(.justify-content-sm-end){justify-content:flex-end}:host(.justify-content-sm-center){justify-content:center}:host(.justify-content-sm-between){justify-content:space-between}:host(.justify-content-sm-around){justify-content:space-around}:host(.align-items-sm-start){align-items:flex-start}:host(.align-items-sm-end){align-items:flex-end}:host(.align-items-sm-center){align-items:center}:host(.align-items-sm-baseline){align-items:baseline}:host(.align-items-sm-stretch){align-items:stretch}}@media (min-width: 768px){:host(.flex-md-wrap){flex-wrap:wrap}:host(.flex-md-nowrap){flex-wrap:nowrap}:host(.justify-content-md-start){justify-content:flex-start}:host(.justify-content-md-end){justify-content:flex-end}:host(.justify-content-md-center){justify-content:center}:host(.justify-content-md-between){justify-content:space-between}:host(.justify-content-md-around){justify-content:space-around}:host(.align-items-md-start){align-items:flex-start}:host(.align-items-md-end){align-items:flex-end}:host(.align-items-md-center){align-items:center}:host(.align-items-md-baseline){align-items:baseline}:host(.align-items-md-stretch){align-items:stretch}}@media (min-width: 992px){:host(.flex-lg-wrap){flex-wrap:wrap}:host(.flex-lg-nowrap){flex-wrap:nowrap}:host(.justify-content-lg-start){justify-content:flex-start}:host(.justify-content-lg-end){justify-content:flex-end}:host(.justify-content-lg-center){justify-content:center}:host(.justify-content-lg-between){justify-content:space-between}:host(.justify-content-lg-around){justify-content:space-around}:host(.align-items-lg-start){align-items:flex-start}:host(.align-items-lg-end){align-items:flex-end}:host(.align-items-lg-center){align-items:center}:host(.align-items-lg-baseline){align-items:baseline}:host(.align-items-lg-stretch){align-items:stretch}}@media (min-width: 1200px){:host(.flex-xl-wrap){flex-wrap:wrap}:host(.flex-xl-nowrap){flex-wrap:nowrap}:host(.justify-content-xl-start){justify-content:flex-start}:host(.justify-content-xl-end){justify-content:flex-end}:host(.justify-content-xl-center){justify-content:center}:host(.justify-content-xl-between){justify-content:space-between}:host(.justify-content-xl-around){justify-content:space-around}:host(.align-items-xl-start){align-items:flex-start}:host(.align-items-xl-end){align-items:flex-end}:host(.align-items-xl-center){align-items:center}:host(.align-items-xl-baseline){align-items:baseline}:host(.align-items-xl-stretch){align-items:stretch}}:host(.align-content-start){align-content:flex-start}:host(.align-content-end){align-content:flex-end}:host(.align-content-center){align-content:center}:host(.align-content-between){align-content:space-between}:host(.align-content-around){align-content:space-around}:host(.align-content-stretch){align-content:stretch}:host(.align-self-auto){align-self:auto}:host(.align-self-start){align-self:flex-start}:host(.align-self-end){align-self:flex-end}:host(.align-self-center){align-self:center}:host(.align-self-baseline){align-self:baseline}:host(.align-self-stretch){align-self:stretch}";const Y=class{constructor(r){t(this,r)}render(){return r(o,{class:void 0!==this.color?`toolbar-${this.color}`:""},r("div",{class:"toolbar-container"},r("slot",{name:"start"}),r("slot",{name:"primary"}),r("div",{class:"toolbar-content"},r("slot",null)),r("slot",{name:"secondary"}),r("slot",{name:"end"})))}};Y.style=":host{position:relative;box-sizing:border-box;display:block;width:100%;contain:content;color:var(--road-grey-900);background:var(--road-grey-000);border-bottom:1px solid var(--road-grey-300)}.toolbar-container{position:relative;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;min-height:3.5rem;contain:content;overflow:hidden}.toolbar-content{flex:1 1 0%;min-width:0;max-width:100%}::slotted(road-button){--margin-bottom:0;--padding-start:0.5rem;--padding-end:0.5rem;--border-radius:1.5rem;font-size:0.875rem;font-weight:400}:host(.toolbar-primary){color:var(--road-primary-contrast);background:var(--road-primary-900)}:host(.toolbar-secondary){color:var(--road-primary-contrast);background:var(--road-primary-500)}";export{h as road_badge,c as road_button,m as road_col,f as road_counter,p as road_drawer,g as road_grid,v as road_icon,j as road_input,$ as road_input_group,C as road_item,I as road_label,_ as road_list,L as road_row,Y as road_toolbar}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as a,h as r,H as t}from"./p-cdc666bc.js";const o=class{constructor(r){a(this,r),this.size="md"}render(){return r(t,{class:""+(void 0!==this.size?`avatar-${this.size}`:"")},r("slot",null))}};o.style=":host{--avatar-background:var(--road-primary-500);--avatar-width:3rem;--avatar-color:var(--road-grey-000);position:relative;display:flex;align-items:center;justify-content:center;width:var(--avatar-width);height:var(--avatar-width);font-weight:700;color:var(--avatar-color);background:var(--avatar-background);border-radius:var(--avatar-width);transition:box-shadow 0.5s}:host(:hover),:host(.focus-visible),:host(:focus){box-shadow:0 0 0 4px var(--road-primary-200)}:host ::slotted(road-icon){fill:var(--road-grey-000)}:host(.avatar-sm){width:2.625rem;height:2.625rem;font-size:1.25rem}:host(.avatar-md){width:3.5rem;height:3.5rem;font-size:2rem}:host(.avatar-lg){width:4rem;height:4rem;font-size:2.375rem}::slotted(road-img),::slotted(img){width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius:var(--avatar-width)}::slotted(road-badge){position:absolute;top:0;right:0}";export{o as road_avatar}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r}from"./p-cdc666bc.js";const e=class{constructor(r){o(this,r),this.isOpen=!1,this.onClick=()=>{this.isOpen=!this.isOpen}}render(){return r("details",{class:"dropdown",open:this.isOpen},r("summary",{"aria-expanded":`${this.isOpen}`,tabindex:"0",role:"button",onClick:this.onClick},r("div",{class:"d-flex"},r("div",null,r("road-avatar",null,r("slot",{name:"avatar"}))))),r("div",{class:"dropdown-menu"},r("div",{class:"profil-item"},r("road-avatar",{size:"sm"},r("slot",{name:"avatarItem"})),r("div",{class:"profil-item-info"},r("span",{class:"profil-item-info-name"},"First and Last name"),r("road-label",null,"Email"))),r("slot",{name:"list"})))}};e.style=":host{--margin-top:0.5rem;display:block;font-size:1rem}.dropdown{position:relative;width:max-content;font-family:var(--road-font)}.dropdown summary{display:block;cursor:pointer;outline:none}.dropdown summary::-webkit-details-marker{display:none}.dropdown-button{position:relative;z-index:1;height:3.5rem;cursor:pointer;border-radius:0.25rem}.dropdown-button:hover{background:var(--road-grey-200)}.dropdown[open] .dropdown-menu{transform:scaleY(1)}.dropdown[open] .dropdown-menu.direction-top{position:absolute;bottom:0;left:0;transform:translate3d(0, -56px, 0);will-change:transform}.dropdown-menu{position:absolute;top:0;left:5.5rem;display:flex;flex-direction:column;width:100%;min-width:16.875rem;padding:0.5rem 0;color:var(--road-grey-900);background:var(--road-test);border:1px solid;border-color:var(--road-grey-200);border-radius:0.25rem;box-shadow:0 0.375rem 0.375rem rgba(41, 44, 51, 0.24);transition:transform 0.2s ease-in-out;transform:scaleY(0);transform-origin:0 0}road-item{font-size:1rem}.profil-item{display:flex;padding-bottom:1rem;margin:1rem;cursor:auto;border-bottom:1px solid var(--road-grey-200)}.profil-item-info{display:flex;flex-direction:column;margin-left:1rem}.profil-item-info-name{font-weight:700}.profil-item road-avatar:hover{box-shadow:none}.dropdown-item{display:flex;align-items:center;min-height:40px;padding:0 1rem;font-size:1rem;line-height:1.5;color:var(--road-grey-900);text-align:left;text-decoration:none;cursor:pointer;background:var(--road-grey-000);border:none;outline:none}.dropdown-item-border{border-color:var(--road-grey-200);border-bottom:1px solid}.dropdown-item road-icon{margin-right:0.7rem}road-item:hover:first-child,road-item.focus-visible:first-child{background:none}road-item:hover,road-item.focus-visible{background:var(--road-grey-100)}";export{e as road_profil_dropdown}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
body{--road-brand-primary:#002b6f;--road-primary-100:#d9eafb;--road-primary-200:#a3ccf4;--road-primary-300:#6caded;--road-primary-400:#368fe5;--road-primary-500:#0071dc;--road-primary-600:#005fb9;--road-primary-700:#004c96;--road-primary-800:#003a72;--road-primary-900:#00284f;--road-primary-contrast:var(--road-grey-000);--road-brand-secondary:#fcb731;--road-secondary-100:#fff1cc;--road-secondary-200:#ffe4a6;--road-secondary-300:#ffd67d;--road-secondary-400:#ffc756;--road-secondary-500:#fcb731;--road-secondary-600:#f6a404;--road-secondary-700:#db8700;--road-secondary-800:#c26700;--road-secondary-900:#995200;--road-secondary-contrast:var(--road-grey-900);--road-surface-header:var(--road-primary-900);--road-on-surface-header:var(--road-grey-000);--road-icon-header:var(--road-grey-000);--road-icon-header-variant:var(--road-secondary-500);--road-badge-header:var(--road-brand-secondary);--road-on-badge-header:var(--road-primary-900);--road-info-background:#d9eafb;--road-info-default:#0071dc;--road-info-text:#005fb9;--road-info-contrast:var(--road-grey-000);--road-success-background:#cdefd0;--road-success-default:#159e1f;--road-success-text:#12861a;--road-success-contrast:var(--road-grey-000);--road-warning-background:#ffefcc;--road-warning-default:#f6a404;--road-warning-text:#ac7303;--road-warning-contrast:var(--road-grey-900);--road-danger-background:#f5cccc;--road-danger-default:#bb1e10;--road-danger-text:#832114;--road-danger-contrast:var(--road-grey-000);--road-grey-000:#ffffff;--road-grey-100:#f4f4f6;--road-grey-200:#dddfe4;--road-grey-300:#c1c4cd;--road-grey-400:#a4a9b6;--road-grey-500:#898fa0;--road-grey-600:#6d7488;--road-grey-700:#565c6c;--road-grey-800:#40444f;--road-grey-900:#292c33;--road-grey-999:#000000;--road-disabled:rgb(137, 143, 160, 0.2);--road-overlay:rgba(41, 44, 51, 0.6);--road-font:muli, arial, sans-serif;--primary:var(--road-brand-primary);--primary-hover:var(--road-grey-999);--primary-darken:var(--road-grey-999);--primary-lighten:var(--road-primary-100);--primary-contrast:var(--road-grey-000);--secondary:var(--road-primary-500);--secondary-hover:var(--road-primary-700);--secondary-darken:var(--road-primary-700);--secondary-lighten:var(--road-primary-100);--secondary-contrast:var(--road-grey-000);--accent:var(--road-secondary-500);--accent-hover:var(--road-secondary-700);--accent-darken:var(--road-secondary-700);--accent-lighten:var(--road-secondary-100);--accent-contrast:var(--road-grey-900);--info:var(--road-info-default);--info-hover:var(--road-info-text);--info-text:var(--road-info-text);--info-background:var(--road-info-background);--info-contrast:var(--road-grey-000);--success:var(--road-success-default);--success-hover:var(--road-success-text);--success-text:var(--road-success-text);--success-background:var(--road-success-background);--success-contrast:var(--road-grey-000);--warning:var(--road-warning-default);--warning-hover:var(--road-warning-text);--warning-text:var(--road-warning-text);--warning-background:var(--road-warning-background);--warning-contrast:var(--road-grey-900);--danger:var(--road-danger-default);--danger-hover:var(--road-danger-text);--danger-text:var(--road-danger-text);--danger-background:var(--road-danger-background);--danger-contrast:var(--road-grey-000);--icon:var(--road-grey-900);--text:var(--road-grey-900);--text-second:var(--road-grey-600);--text-disabled:var(--road-grey-400);--border-form:var(--road-grey-400);--border:var(--road-grey-300);--background:var(--road-grey-100);--background-second:var(--road-grey-100);--white:var(--road-grey-000);--font:var(--road-font)}.auto5-theme{--road-brand-primary:#002b6f;--road-primary-100:#d9eafb;--road-primary-200:#a3ccf4;--road-primary-300:#6caded;--road-primary-400:#368fe5;--road-primary-500:#0071dc;--road-primary-600:#005fb9;--road-primary-700:#004c96;--road-primary-800:#003a72;--road-primary-900:#00284f;--road-primary-contrast:var(--road-grey-000);--road-brand-secondary:#e00008;--road-secondary-100:#ffcccc;--road-secondary-200:#ff9999;--road-secondary-300:#ff5959;--road-secondary-400:#f22d2d;--road-secondary-500:#e00008;--road-secondary-600:#ca0005;--road-secondary-700:#b00004;--road-secondary-800:#8c0004;--road-secondary-900:#660005;--road-secondary-contrast:var(--road-grey-000);--road-surface-header:var(--road-primary-900);--road-on-surface-header:var(--road-grey-000);--road-icon-header:var(--road-grey-000);--road-icon-header-variant:var(--road-secondary-500);--road-badge-header:var(--road-grey-000);--road-on-badge-header:var(--road-brand-primary)}.auto5-theme road-banner{color:var(--road-grey-000)}.atu-theme{--road-brand-primary:#bb1e10;--road-primary-100:#f5cccc;--road-primary-200:#e99d9a;--road-primary-300:#db706b;--road-primary-400:#cc463c;--road-primary-500:#bb1e10;--road-primary-600:#9e2013;--road-primary-700:#832114;--road-primary-800:#681f14;--road-primary-900:#501b12;--road-primary-contrast:var(--road-grey-000);--road-brand-secondary:#bb1e10;--road-secondary-100:#f5cccc;--road-secondary-200:#e99d9a;--road-secondary-300:#db706b;--road-secondary-400:#cc463c;--road-secondary-500:#bb1e10;--road-secondary-600:#9e2013;--road-secondary-700:#832114;--road-secondary-800:#681f14;--road-secondary-900:#501b12;--road-secondary-contrast:var(--road-grey-000);--road-surface-header:var(--road-grey-100);--road-on-surface-header:var(--road-grey-900);--road-icon-header:var(--road-grey-900);--road-icon-header-variant:var(--road-primary-500);--road-badge-header:var(--road-brand-primary);--road-on-badge-header:var(--road-grey-000)}.atu-theme road-banner{color:var(--road-grey-000)}.midas-theme{--road-brand-primary:#000000;--road-primary-100:#fff6be;--road-primary-200:#fef092;--road-primary-300:#fdeb65;--road-primary-400:#fce63d;--road-primary-500:#ffd300;--road-primary-600:#ffc800;--road-primary-700:#faaf00;--road-primary-800:#f99500;--road-primary-900:#f76f00;--road-primary-contrast:var(--road-grey-900);--road-brand-secondary:#ffd300;--road-secondary-100:#fff6be;--road-secondary-200:#fef092;--road-secondary-300:#fdeb65;--road-secondary-400:#fce63d;--road-secondary-500:#ffd300;--road-secondary-600:#ffc800;--road-secondary-700:#faaf00;--road-secondary-800:#f99500;--road-secondary-900:#f76f00;--road-secondary-contrast:var(--road-grey-900);--road-surface-header:var(--road-grey-100);--road-on-surface-header:var(--road-grey-900);--road-icon-header:var(--road-grey-900);--road-icon-header-variant:var(--road-primary-500);--road-badge-header:var(--road-road-primary-700);--road-on-badge-header:var(--road-grey-900)}.midas-theme road-button[outline][color="primary"],.midas-theme road-button[outline][color="secondary"],.midas-theme .link{color:var(--road-grey-900)}.midas-theme .link:focus,.midas-theme .link:hover{color:var(--road-grey-600)}.mobivia-theme{--road-brand-primary:#b40063;--road-primary-100:#f1bbcd;--road-primary-200:#e282a6;--road-primary-300:#d24d87;--road-primary-400:#c42674;--road-primary-500:#b40063;--road-primary-600:#9b004f;--road-primary-700:#7f003b;--road-primary-800:#5c0026;--road-primary-900:#2e0011;--road-primary-contrast:var(--road-grey-000);--road-brand-secondary:#f8ab00;--road-secondary-100:#ffeaa8;--road-secondary-200:#ffda70;--road-secondary-300:#ffca42;--road-secondary-400:#ffbb21;--road-secondary-500:#f8ab00;--road-secondary-600:#bd7b00;--road-secondary-700:#995e00;--road-secondary-800:#754300;--road-secondary-900:#4c2800;--road-secondary-contrast:var(--road-grey-900);--road-surface-header:var(--road-primary-500);--road-on-surface-header:var(--road-grey-000);--road-icon-header:var(--road-grey-000);--road-icon-header-variant:var(--road-secondary-400);--road-badge-header:var(--road-brand-secondary);--road-on-badge-header:var(--road-brand-primary)}html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible;}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15;}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:border-box}input[type="number"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}body{font-family:var(--road-font, sans-serif);font-size:0.875rem;line-height:1.5;color:var(--road-grey-900)}img,embed,iframe,object,audio,video{max-width:100%;height:auto}iframe{border:0}input,textarea,button,select,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}a{text-decoration:none;cursor:pointer}@font-face{font-family:Muli;font-style:normal;font-weight:400;font-display:swap;src:local("Muli Regular"), local("Muli-Regular"), url("fonts/Muli-Regular.woff2") format("woff2"), url("fonts/Muli-Regular.woff") format("woff");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:Muli;font-style:normal;font-weight:400;font-display:swap;src:local("Muli Regular"), local("Muli-Regular"), url("fonts/Muli-Regular.woff2") format("woff2"), url("fonts/Muli-Regular.woff") format("woff");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:700;font-display:swap;src:local("Muli Bold"), local("Muli-Bold"), url("fonts/Muli-Bold.woff2") format("woff2"), url("fonts/Muli-Bold.woff") format("woff");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:Muli;font-style:normal;font-weight:700;font-display:swap;src:local("Muli Bold"), local("Muli-Bold"), url("fonts/Muli-Bold.woff2") format("woff2"), url("fonts/Muli-Bold.woff") format("woff");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}.h1,.h2,.h3,.h4,.h5,.h6,.h7,.h8,.h9{padding:0;font-weight:700;line-height:1.2;color:var(--road-grey-900)}.title-primary{color:var(--road-brand-primary)}.h1,.h2,.h3,.h4,.h5,.h6,.h7,.h8,.h9,.text-content,.text-small,.text-legal,.text-large,.text-medium{margin:0 0 1rem;font-family:var(--road-font, sans-serif)}.h1{font-size:3rem}.h2{font-size:2.375rem}.h3{font-size:2rem}.h4{font-size:1.75rem}.h5{font-size:1.5rem}.h6{font-size:1.25rem}.h7{font-size:1.125rem}.h8{font-size:1rem}.h9{font-size:0.75rem;text-transform:uppercase}.text-content,.text-small,.text-legal,.text-large,.text-medium{line-height:1.5}.text-large{font-size:1.125rem;color:var(--road-grey-900)}.text-content{font-size:1rem;color:var(--road-grey-900)}.text-medium{font-size:0.875rem;color:var(--road-grey-900)}.text-small{font-size:0.75rem;color:var(--road-grey-600)}.text-legal{font-size:0.625rem;color:var(--road-grey-400)}.title-underline::after{display:block;width:50px;height:3px;margin-top:8px;content:"";background-color:var(--accent)}.text-center.title-underline::after{margin:8px auto 0}.text-right.title-underline::after{position:absolute;right:2rem}.link{color:var(--road-primary-500);text-decoration:underline;outline:0;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.link:hover,.link:focus{text-decoration:none}.link-default{color:var(--road-grey-900)}.link-white{color:var(--road-grey-000)}.link-md{font-size:1rem}.link-sm{font-size:0.875rem}.link road-icon{color:currentColor}.d-none{display:none}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}@media (min-width: 576px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}}@media (min-width: 768px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}}@media (min-width: 992px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}}@media (min-width: 1200px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}@media (min-width: 576px){.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-baseline{align-items:baseline}.align-items-sm-stretch{align-items:stretch}}@media (min-width: 768px){.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-baseline{align-items:baseline}.align-items-md-stretch{align-items:stretch}}@media (min-width: 992px){.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-baseline{align-items:baseline}.align-items-lg-stretch{align-items:stretch}}@media (min-width: 1200px){.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-baseline{align-items:baseline}.align-items-xl-stretch{align-items:stretch}}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.m-0{margin:0}.m-4{margin:0.25rem}.m-8{margin:0.5rem}.m-16{margin:1rem}.m-24{margin:1.5rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-4{margin-right:0.25rem;margin-left:0.25rem}.mx-8{margin-right:0.5rem;margin-left:0.5rem}.mx-16{margin-right:1rem;margin-left:1rem}.mx-24{margin-right:1.5rem;margin-left:1.5rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-4{margin-top:0.25rem;margin-bottom:0.25rem}.my-8{margin-top:0.5rem;margin-bottom:0.5rem}.my-16{margin-top:1rem;margin-bottom:1rem}.my-24{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-4{margin-top:0.25rem}.mt-8{margin-top:0.5rem}.mt-16{margin-top:1rem}.mt-24{margin-top:1.5rem}.mr-0{margin-right:0}.mr-4{margin-right:0.25rem}.mr-8{margin-right:0.5rem}.mr-16{margin-right:1rem}.mr-24{margin-right:1.5rem}.mb-0{--margin-bottom:0;margin-bottom:0}.mb-4{margin-bottom:0.25rem}.mb-8{margin-bottom:0.5rem}.mb-16{margin-bottom:1rem}.mb-24{margin-bottom:1.5rem}.ml-0{margin-left:0}.ml-4{margin-left:0.25rem}.ml-8{margin-left:0.5rem}.ml-16{margin-left:1rem}.ml-24{margin-left:1.5rem}.p-0{padding:0}.p-4{padding:0.25rem}.p-8{padding:0.5rem}.p-16{padding:1rem}.p-24{padding:1.5rem}.px-0{padding-right:0;padding-left:0}.px-4{padding-right:0.25rem;padding-left:0.25rem}.px-8{padding-right:0.5rem;padding-left:0.5rem}.px-16{padding-right:1rem;padding-left:1rem}.px-24{padding-right:1.5rem;padding-left:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-4{padding-top:0.25rem;padding-bottom:0.25rem}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.py-16{padding-top:1rem;padding-bottom:1rem}.py-24{padding-top:1.5rem;padding-bottom:1.5rem}.pt-0{padding-top:0}.pt-4{padding-top:0.25rem}.pt-8{padding-top:0.5rem}.pt-16{padding-top:1rem}.pt-24{padding-top:1.5rem}.pr-0{padding-right:0}.pr-4{padding-right:0.25rem}.pr-8{padding-right:0.5rem}.pr-16{padding-right:1rem}.pr-24{padding-right:1.5rem}.pb-0{padding-bottom:0}.pb-4{padding-bottom:0.25rem}.pb-8{padding-bottom:0.5rem}.pb-16{padding-bottom:1rem}.pb-24{padding-bottom:1.5rem}.pl-0{padding-left:0}.pl-4{padding-left:0.25rem}.pl-8{padding-left:0.5rem}.pl-16{padding-left:1rem}.pl-24{padding-left:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-primary{color:var(--road-primary-900)}.text-secondary{color:var(--road-primary-500)}.text-accent{color:var(--road-secondary-500)}.text-info{color:var(--road-info-text)}.text-success{color:var(--road-success-text)}.text-warning{color:var(--road-warning-text)}.text-danger{color:var(--road-danger-text)}.text-gray{color:var(--road-grey-900)}.text-gray-second{color:var(--road-grey-600)}.text-disabled{color:var(--road-grey-400)}.text-white{--text:var(--road-grey-000);color:var(--road-grey-000)}.bg-primary{background-color:var(--road-primary-900)}.bg-secondary{background-color:var(--road-primary-500)}.bg-accent{background-color:var(--road-secondary-500)}.bg-info{background-color:var(--road-info-default)}.bg-success{background-color:var(--road-success-default)}.bg-warning{background-color:var(--road-warning-default)}.bg-danger{background-color:var(--road-danger-default)}.bg-light{--background-color:var(--road-grey-100);background-color:var(--road-grey-100)}.bg-white{background-color:var(--road-grey-000)}.border{border:1px solid var(--road-grey-300)}.border-left{border-left:1px solid var(--road-grey-300)}.border-top{border-top:1px solid var(--road-grey-300)}.border-right{border-right:1px solid var(--road-grey-300)}.border-bottom{border-bottom:1px solid var(--road-grey-300)}.border-0{border:0 !important}.border-left-0{border-left:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}
|
|
1
|
+
body{--road-brand-primary:#002b6f;--road-primary-100:#d9eafb;--road-primary-200:#a3ccf4;--road-primary-300:#6caded;--road-primary-400:#368fe5;--road-primary-500:#0071dc;--road-primary-600:#005fb9;--road-primary-700:#004c96;--road-primary-800:#003a72;--road-primary-900:#00284f;--road-primary-contrast:var(--road-grey-000);--road-brand-secondary:#fcb731;--road-secondary-100:#fff1cc;--road-secondary-200:#ffe4a6;--road-secondary-300:#ffd67d;--road-secondary-400:#ffc756;--road-secondary-500:#fcb731;--road-secondary-600:#f6a404;--road-secondary-700:#db8700;--road-secondary-800:#c26700;--road-secondary-900:#995200;--road-secondary-contrast:var(--road-grey-900);--road-surface-header:var(--road-brand-primary);--road-on-surface-header:var(--road-grey-000);--road-icon-header:var(--road-grey-000);--road-icon-header-variant:var(--road-secondary-500);--road-badge-header:var(--road-brand-secondary);--road-on-badge-header:var(--road-primary-900);--road-info-background:#d9eafb;--road-info-default:#0071dc;--road-info-text:#005fb9;--road-info-contrast:var(--road-grey-000);--road-success-background:#cdefd0;--road-success-default:#159e1f;--road-success-text:#12861a;--road-success-contrast:var(--road-grey-000);--road-warning-background:#ffefcc;--road-warning-default:#f6a404;--road-warning-text:#ac7303;--road-warning-contrast:var(--road-grey-900);--road-danger-background:#f5cccc;--road-danger-default:#bb1e10;--road-danger-text:#832114;--road-danger-contrast:var(--road-grey-000);--road-grey-000:#ffffff;--road-grey-100:#f4f4f6;--road-grey-200:#dddfe4;--road-grey-300:#c1c4cd;--road-grey-400:#a4a9b6;--road-grey-500:#898fa0;--road-grey-600:#6d7488;--road-grey-700:#565c6c;--road-grey-800:#40444f;--road-grey-900:#292c33;--road-grey-999:#000000;--road-disabled:rgb(137, 143, 160, 0.2);--road-overlay:rgba(41, 44, 51, 0.6);--road-font:muli, arial, sans-serif;--primary:var(--road-brand-primary);--primary-hover:var(--road-grey-999);--primary-darken:var(--road-grey-999);--primary-lighten:var(--road-primary-100);--primary-contrast:var(--road-grey-000);--secondary:var(--road-primary-500);--secondary-hover:var(--road-primary-700);--secondary-darken:var(--road-primary-700);--secondary-lighten:var(--road-primary-100);--secondary-contrast:var(--road-grey-000);--accent:var(--road-secondary-500);--accent-hover:var(--road-secondary-700);--accent-darken:var(--road-secondary-700);--accent-lighten:var(--road-secondary-100);--accent-contrast:var(--road-grey-900);--info:var(--road-info-default);--info-hover:var(--road-info-text);--info-text:var(--road-info-text);--info-background:var(--road-info-background);--info-contrast:var(--road-grey-000);--success:var(--road-success-default);--success-hover:var(--road-success-text);--success-text:var(--road-success-text);--success-background:var(--road-success-background);--success-contrast:var(--road-grey-000);--warning:var(--road-warning-default);--warning-hover:var(--road-warning-text);--warning-text:var(--road-warning-text);--warning-background:var(--road-warning-background);--warning-contrast:var(--road-grey-900);--danger:var(--road-danger-default);--danger-hover:var(--road-danger-text);--danger-text:var(--road-danger-text);--danger-background:var(--road-danger-background);--danger-contrast:var(--road-grey-000);--icon:var(--road-grey-900);--text:var(--road-grey-900);--text-second:var(--road-grey-600);--text-disabled:var(--road-grey-400);--border-form:var(--road-grey-400);--border:var(--road-grey-300);--background:var(--road-grey-100);--background-second:var(--road-grey-100);--white:var(--road-grey-000);--font:var(--road-font)}.auto5-theme{--road-brand-primary:#002b6f;--road-primary-100:#d9eafb;--road-primary-200:#a3ccf4;--road-primary-300:#6caded;--road-primary-400:#368fe5;--road-primary-500:#0071dc;--road-primary-600:#005fb9;--road-primary-700:#004c96;--road-primary-800:#003a72;--road-primary-900:#00284f;--road-primary-contrast:var(--road-grey-000);--road-brand-secondary:#e00008;--road-secondary-100:#ffcccc;--road-secondary-200:#ff9999;--road-secondary-300:#ff5959;--road-secondary-400:#f22d2d;--road-secondary-500:#e00008;--road-secondary-600:#ca0005;--road-secondary-700:#b00004;--road-secondary-800:#8c0004;--road-secondary-900:#660005;--road-secondary-contrast:var(--road-grey-000);--road-surface-header:var(--road-brand-primary);--road-on-surface-header:var(--road-grey-000);--road-icon-header:var(--road-grey-000);--road-icon-header-variant:var(--road-secondary-500);--road-badge-header:var(--road-grey-000);--road-on-badge-header:var(--road-brand-primary)}.auto5-theme road-banner{color:var(--road-grey-000)}.atu-theme{--road-brand-primary:#bb1e10;--road-primary-100:#f5cccc;--road-primary-200:#e99d9a;--road-primary-300:#db706b;--road-primary-400:#cc463c;--road-primary-500:#bb1e10;--road-primary-600:#9e2013;--road-primary-700:#832114;--road-primary-800:#681f14;--road-primary-900:#501b12;--road-primary-contrast:var(--road-grey-000);--road-brand-secondary:#bb1e10;--road-secondary-100:#f5cccc;--road-secondary-200:#e99d9a;--road-secondary-300:#db706b;--road-secondary-400:#cc463c;--road-secondary-500:#bb1e10;--road-secondary-600:#9e2013;--road-secondary-700:#832114;--road-secondary-800:#681f14;--road-secondary-900:#501b12;--road-secondary-contrast:var(--road-grey-000);--road-surface-header:var(--road-grey-100);--road-on-surface-header:var(--road-grey-900);--road-icon-header:var(--road-grey-900);--road-icon-header-variant:var(--road-primary-500);--road-badge-header:var(--road-brand-primary);--road-on-badge-header:var(--road-grey-000)}.atu-theme road-banner{color:var(--road-grey-000)}.midas-theme{--road-brand-primary:#000000;--road-primary-100:#fff6be;--road-primary-200:#fef092;--road-primary-300:#fdeb65;--road-primary-400:#fce63d;--road-primary-500:#ffd300;--road-primary-600:#ffc800;--road-primary-700:#faaf00;--road-primary-800:#f99500;--road-primary-900:#f76f00;--road-primary-contrast:var(--road-grey-900);--road-brand-secondary:#ffd300;--road-secondary-100:#fff6be;--road-secondary-200:#fef092;--road-secondary-300:#fdeb65;--road-secondary-400:#fce63d;--road-secondary-500:#ffd300;--road-secondary-600:#ffc800;--road-secondary-700:#faaf00;--road-secondary-800:#f99500;--road-secondary-900:#f76f00;--road-secondary-contrast:var(--road-grey-900);--road-surface-header:var(--road-grey-100);--road-on-surface-header:var(--road-grey-900);--road-icon-header:var(--road-grey-900);--road-icon-header-variant:var(--road-primary-500);--road-badge-header:var(--road-road-primary-700);--road-on-badge-header:var(--road-grey-900)}.midas-theme road-button[outline][color="primary"],.midas-theme road-button[outline][color="secondary"],.midas-theme .link{color:var(--road-grey-900)}.midas-theme .link:focus,.midas-theme .link:hover{color:var(--road-grey-600)}.mobivia-theme{--road-brand-primary:#b40063;--road-primary-100:#f1bbcd;--road-primary-200:#e282a6;--road-primary-300:#d24d87;--road-primary-400:#c42674;--road-primary-500:#b40063;--road-primary-600:#9b004f;--road-primary-700:#7f003b;--road-primary-800:#5c0026;--road-primary-900:#2e0011;--road-primary-contrast:var(--road-grey-000);--road-brand-secondary:#f8ab00;--road-secondary-100:#ffeaa8;--road-secondary-200:#ffda70;--road-secondary-300:#ffca42;--road-secondary-400:#ffbb21;--road-secondary-500:#f8ab00;--road-secondary-600:#bd7b00;--road-secondary-700:#995e00;--road-secondary-800:#754300;--road-secondary-900:#4c2800;--road-secondary-contrast:var(--road-grey-900);--road-surface-header:var(--road-brand-primary);--road-on-surface-header:var(--road-grey-000);--road-icon-header:var(--road-grey-000);--road-icon-header-variant:var(--road-secondary-400);--road-badge-header:var(--road-brand-secondary);--road-on-badge-header:var(--road-brand-primary)}html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible;}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15;}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:border-box}input[type="number"]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}body{font-family:var(--road-font, sans-serif);font-size:0.875rem;line-height:1.5;color:var(--road-grey-900)}img,embed,iframe,object,audio,video{max-width:100%;height:auto}iframe{border:0}input,textarea,button,select,a{-webkit-tap-highlight-color:rgba(0,0,0,0)}a{text-decoration:none;cursor:pointer}@font-face{font-family:Muli;font-style:normal;font-weight:400;font-display:swap;src:local("Muli Regular"), local("Muli-Regular"), url("fonts/Muli-Regular.woff2") format("woff2"), url("fonts/Muli-Regular.woff") format("woff");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:Muli;font-style:normal;font-weight:400;font-display:swap;src:local("Muli Regular"), local("Muli-Regular"), url("fonts/Muli-Regular.woff2") format("woff2"), url("fonts/Muli-Regular.woff") format("woff");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:700;font-display:swap;src:local("Muli Bold"), local("Muli-Bold"), url("fonts/Muli-Bold.woff2") format("woff2"), url("fonts/Muli-Bold.woff") format("woff");unicode-range:U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:Muli;font-style:normal;font-weight:700;font-display:swap;src:local("Muli Bold"), local("Muli-Bold"), url("fonts/Muli-Bold.woff2") format("woff2"), url("fonts/Muli-Bold.woff") format("woff");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}.h1,.h2,.h3,.h4,.h5,.h6,.h7,.h8,.h9{padding:0;font-weight:700;line-height:1.2;color:var(--road-grey-900)}.title-primary{color:var(--road-brand-primary)}.h1,.h2,.h3,.h4,.h5,.h6,.h7,.h8,.h9,.text-content,.text-small,.text-legal,.text-large,.text-medium{margin:0 0 1rem;font-family:var(--road-font, sans-serif)}.h1{font-size:3rem}.h2{font-size:2.375rem}.h3{font-size:2rem}.h4{font-size:1.75rem}.h5{font-size:1.5rem}.h6{font-size:1.25rem}.h7{font-size:1.125rem}.h8{font-size:1rem}.h9{font-size:0.75rem;text-transform:uppercase}.text-content,.text-small,.text-legal,.text-large,.text-medium{line-height:1.5}.text-large{font-size:1.125rem;color:var(--road-grey-900)}.text-content{font-size:1rem;color:var(--road-grey-900)}.text-medium{font-size:0.875rem;color:var(--road-grey-900)}.text-small{font-size:0.75rem;color:var(--road-grey-600)}.text-legal{font-size:0.625rem;color:var(--road-grey-400)}.title-underline::after{display:block;width:50px;height:3px;margin-top:8px;content:"";background-color:var(--accent)}.text-center.title-underline::after{margin:8px auto 0}.text-right.title-underline::after{position:absolute;right:2rem}.link{color:var(--road-primary-500);text-decoration:underline;outline:0;transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms}.link:hover,.link:focus{text-decoration:none}.link-default{color:var(--road-grey-900)}.link-white{color:var(--road-grey-000)}.link-md{font-size:1rem}.link-sm{font-size:0.875rem}.link road-icon{color:currentColor}.d-none{display:none}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-block{display:block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}@media (min-width: 576px){.d-sm-none{display:none}.d-sm-inline{display:inline}.d-sm-inline-block{display:inline-block}.d-sm-block{display:block}.d-sm-flex{display:flex}.d-sm-inline-flex{display:inline-flex}}@media (min-width: 768px){.d-md-none{display:none}.d-md-inline{display:inline}.d-md-inline-block{display:inline-block}.d-md-block{display:block}.d-md-flex{display:flex}.d-md-inline-flex{display:inline-flex}}@media (min-width: 992px){.d-lg-none{display:none}.d-lg-inline{display:inline}.d-lg-inline-block{display:inline-block}.d-lg-block{display:block}.d-lg-flex{display:flex}.d-lg-inline-flex{display:inline-flex}}@media (min-width: 1200px){.d-xl-none{display:none}.d-xl-inline{display:inline}.d-xl-inline-block{display:inline-block}.d-xl-block{display:block}.d-xl-flex{display:flex}.d-xl-inline-flex{display:inline-flex}}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}@media (min-width: 576px){.flex-sm-wrap{flex-wrap:wrap}.flex-sm-nowrap{flex-wrap:nowrap}.justify-content-sm-start{justify-content:flex-start}.justify-content-sm-end{justify-content:flex-end}.justify-content-sm-center{justify-content:center}.justify-content-sm-between{justify-content:space-between}.justify-content-sm-around{justify-content:space-around}.align-items-sm-start{align-items:flex-start}.align-items-sm-end{align-items:flex-end}.align-items-sm-center{align-items:center}.align-items-sm-baseline{align-items:baseline}.align-items-sm-stretch{align-items:stretch}}@media (min-width: 768px){.flex-md-wrap{flex-wrap:wrap}.flex-md-nowrap{flex-wrap:nowrap}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.justify-content-md-between{justify-content:space-between}.justify-content-md-around{justify-content:space-around}.align-items-md-start{align-items:flex-start}.align-items-md-end{align-items:flex-end}.align-items-md-center{align-items:center}.align-items-md-baseline{align-items:baseline}.align-items-md-stretch{align-items:stretch}}@media (min-width: 992px){.flex-lg-wrap{flex-wrap:wrap}.flex-lg-nowrap{flex-wrap:nowrap}.justify-content-lg-start{justify-content:flex-start}.justify-content-lg-end{justify-content:flex-end}.justify-content-lg-center{justify-content:center}.justify-content-lg-between{justify-content:space-between}.justify-content-lg-around{justify-content:space-around}.align-items-lg-start{align-items:flex-start}.align-items-lg-end{align-items:flex-end}.align-items-lg-center{align-items:center}.align-items-lg-baseline{align-items:baseline}.align-items-lg-stretch{align-items:stretch}}@media (min-width: 1200px){.flex-xl-wrap{flex-wrap:wrap}.flex-xl-nowrap{flex-wrap:nowrap}.justify-content-xl-start{justify-content:flex-start}.justify-content-xl-end{justify-content:flex-end}.justify-content-xl-center{justify-content:center}.justify-content-xl-between{justify-content:space-between}.justify-content-xl-around{justify-content:space-around}.align-items-xl-start{align-items:flex-start}.align-items-xl-end{align-items:flex-end}.align-items-xl-center{align-items:center}.align-items-xl-baseline{align-items:baseline}.align-items-xl-stretch{align-items:stretch}}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.m-0{margin:0}.m-4{margin:0.25rem}.m-8{margin:0.5rem}.m-16{margin:1rem}.m-24{margin:1.5rem}.m-auto{margin:auto}.mx-0{margin-right:0;margin-left:0}.mx-4{margin-right:0.25rem;margin-left:0.25rem}.mx-8{margin-right:0.5rem;margin-left:0.5rem}.mx-16{margin-right:1rem;margin-left:1rem}.mx-24{margin-right:1.5rem;margin-left:1.5rem}.mx-auto{margin-right:auto;margin-left:auto}.my-0{margin-top:0;margin-bottom:0}.my-4{margin-top:0.25rem;margin-bottom:0.25rem}.my-8{margin-top:0.5rem;margin-bottom:0.5rem}.my-16{margin-top:1rem;margin-bottom:1rem}.my-24{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-4{margin-top:0.25rem}.mt-8{margin-top:0.5rem}.mt-16{margin-top:1rem}.mt-24{margin-top:1.5rem}.mr-0{margin-right:0}.mr-4{margin-right:0.25rem}.mr-8{margin-right:0.5rem}.mr-16{margin-right:1rem}.mr-24{margin-right:1.5rem}.mb-0{--margin-bottom:0;margin-bottom:0}.mb-4{margin-bottom:0.25rem}.mb-8{margin-bottom:0.5rem}.mb-16{margin-bottom:1rem}.mb-24{margin-bottom:1.5rem}.ml-0{margin-left:0}.ml-4{margin-left:0.25rem}.ml-8{margin-left:0.5rem}.ml-16{margin-left:1rem}.ml-24{margin-left:1.5rem}.p-0{padding:0}.p-4{padding:0.25rem}.p-8{padding:0.5rem}.p-16{padding:1rem}.p-24{padding:1.5rem}.px-0{padding-right:0;padding-left:0}.px-4{padding-right:0.25rem;padding-left:0.25rem}.px-8{padding-right:0.5rem;padding-left:0.5rem}.px-16{padding-right:1rem;padding-left:1rem}.px-24{padding-right:1.5rem;padding-left:1.5rem}.py-0{padding-top:0;padding-bottom:0}.py-4{padding-top:0.25rem;padding-bottom:0.25rem}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.py-16{padding-top:1rem;padding-bottom:1rem}.py-24{padding-top:1.5rem;padding-bottom:1.5rem}.pt-0{padding-top:0}.pt-4{padding-top:0.25rem}.pt-8{padding-top:0.5rem}.pt-16{padding-top:1rem}.pt-24{padding-top:1.5rem}.pr-0{padding-right:0}.pr-4{padding-right:0.25rem}.pr-8{padding-right:0.5rem}.pr-16{padding-right:1rem}.pr-24{padding-right:1.5rem}.pb-0{padding-bottom:0}.pb-4{padding-bottom:0.25rem}.pb-8{padding-bottom:0.5rem}.pb-16{padding-bottom:1rem}.pb-24{padding-bottom:1.5rem}.pl-0{padding-left:0}.pl-4{padding-left:0.25rem}.pl-8{padding-left:0.5rem}.pl-16{padding-left:1rem}.pl-24{padding-left:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-primary{color:var(--road-primary-900)}.text-secondary{color:var(--road-primary-500)}.text-accent{color:var(--road-secondary-500)}.text-info{color:var(--road-info-text)}.text-success{color:var(--road-success-text)}.text-warning{color:var(--road-warning-text)}.text-danger{color:var(--road-danger-text)}.text-gray{color:var(--road-grey-900)}.text-gray-second{color:var(--road-grey-600)}.text-disabled{color:var(--road-grey-400)}.text-white{--text:var(--road-grey-000);color:var(--road-grey-000)}.bg-primary{background-color:var(--road-primary-900)}.bg-secondary{background-color:var(--road-primary-500)}.bg-accent{background-color:var(--road-secondary-500)}.bg-info{background-color:var(--road-info-default)}.bg-success{background-color:var(--road-success-default)}.bg-warning{background-color:var(--road-warning-default)}.bg-danger{background-color:var(--road-danger-default)}.bg-light{--background-color:var(--road-grey-100);background-color:var(--road-grey-100)}.bg-white{background-color:var(--road-grey-000)}.border{border:1px solid var(--road-grey-300)}.border-left{border-left:1px solid var(--road-grey-300)}.border-top{border-top:1px solid var(--road-grey-300)}.border-right{border-right:1px solid var(--road-grey-300)}.border-bottom{border-bottom:1px solid var(--road-grey-300)}.border-0{border:0 !important}.border-left-0{border-left:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,w as a,d as o,N as r,a as t,b as d}from"./p-cdc666bc.js";import"./p-e64fe690.js";(()=>{e.o=a.__cssshim;const d=Array.from(o.querySelectorAll("script")).find((e=>new RegExp(`/${r}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===r)),s={};return"onbeforeload"in d&&!history.scrollRestoration?{then(){}}:(s.resourcesUrl=new URL(".",new URL(d.getAttribute("data-resources-url")||d.src,a.location.href)).href,((e,t)=>{const d=`__sc_import_${r.replace(/\s|-/g,"_")}`;try{a[d]=new Function("w",`return import(w);//${Math.random()}`)}catch(s){const r=new Map;a[d]=s=>{const l=new URL(s,e).href;let i=r.get(l);if(!i){const e=o.createElement("script");e.type="module",e.crossOrigin=t.crossOrigin,e.src=URL.createObjectURL(new Blob([`import * as m from '${l}'; window.${d}.m = m;`],{type:"application/javascript"})),i=new Promise((o=>{e.onload=()=>{o(a[d].m),e.remove()}})),r.set(l,i),o.head.appendChild(e)}return i}}})(s.resourcesUrl,d),a.customElements?t(s):__sc_import_roadtrip("./p-62b28500.js").then((()=>s)))})().then((e=>d([["p-
|
|
1
|
+
import{p as e,w as a,d as o,N as r,a as t,b as d}from"./p-cdc666bc.js";import"./p-e64fe690.js";(()=>{e.o=a.__cssshim;const d=Array.from(o.querySelectorAll("script")).find((e=>new RegExp(`/${r}(\\.esm)?\\.js($|\\?|#)`).test(e.src)||e.getAttribute("data-stencil-namespace")===r)),s={};return"onbeforeload"in d&&!history.scrollRestoration?{then(){}}:(s.resourcesUrl=new URL(".",new URL(d.getAttribute("data-resources-url")||d.src,a.location.href)).href,((e,t)=>{const d=`__sc_import_${r.replace(/\s|-/g,"_")}`;try{a[d]=new Function("w",`return import(w);//${Math.random()}`)}catch(s){const r=new Map;a[d]=s=>{const l=new URL(s,e).href;let i=r.get(l);if(!i){const e=o.createElement("script");e.type="module",e.crossOrigin=t.crossOrigin,e.src=URL.createObjectURL(new Blob([`import * as m from '${l}'; window.${d}.m = m;`],{type:"application/javascript"})),i=new Promise((o=>{e.onload=()=>{o(a[d].m),e.remove()}})),r.set(l,i),o.head.appendChild(e)}return i}}})(s.resourcesUrl,d),a.customElements?t(s):__sc_import_roadtrip("./p-62b28500.js").then((()=>s)))})().then((e=>d([["p-16f79a5a",[[2,"road-counter",{inputId:[1,"input-id"],min:[2],max:[2],step:[1],value:[2],size:[1],dustbin:[4],leftIconClasses:[32],rightIconClasses:[32],isDustbinVisible:[32]}],[1,"road-item",{button:[4],detail:[4],active:[4],detailIcon:[1,"detail-icon"],disabled:[4],download:[1],href:[1],rel:[1],lines:[1],target:[1],type:[1],multipleInputs:[32]}],[1,"road-badge",{color:[1],bubble:[4]}],[1,"road-list",{lines:[1]}],[1,"road-toolbar",{color:[1]}],[33,"road-drawer",{isOpen:[1028,"is-open"],position:[1],drawerWidth:[2,"drawer-width"],hasInverseHeader:[4,"has-inverse-header"],hasBackIcon:[4,"has-back-icon"],backText:[1,"back-text"],drawerTitle:[1,"drawer-title"],hasCloseIcon:[4,"has-close-icon"],open:[64],close:[64],back:[64]},[[4,"keyup","onEscape"]]],[1,"road-col"],[1,"road-grid"],[6,"road-input",{inputId:[1,"input-id"],autocapitalize:[1],autocomplete:[1],autocorrect:[1],autofocus:[4],disabled:[4],enterkeyhint:[1],inputmode:[1],max:[1],maxlength:[2],min:[1],minlength:[2],name:[1],pattern:[1],placeholder:[1],readonly:[4],required:[4],spellcheck:[4],step:[1],size:[2],sizes:[1],type:[1],value:[1032],label:[1],error:[1],helper:[1],debounce:[2]}],[1,"road-row"],[1,"road-button",{color:[1],size:[513],buttonType:[1,"button-type"],disabled:[516],expand:[516],download:[1],href:[1],rel:[1],target:[1],outline:[4]}],[1,"road-input-group"],[1,"road-label"],[1,"road-icon",{color:[1],ariaLabel:[1537,"aria-label"],ariaHidden:[513,"aria-hidden"],name:[1],src:[1],icon:[8],size:[1],rotate:[1],lazy:[4],sanitize:[4],svgContent:[32],isVisible:[32]}]]],["p-835ad24a",[[1,"road-duration",{isOpen:[1028,"is-open"],header:[1],min:[2],max:[2],step:[2],open:[64],close:[64]},[[0,"roadcardclick","handleClick"]]]]],["p-40bfdbfa",[[2,"road-plate-number",{country:[1],disabled:[4],placeholder:[1],readonly:[4],value:[1032],motorbike:[4]}]]],["p-ed05f2c9",[[1,"road-profil-dropdown",{isOpen:[1028,"is-open"]}]]],["p-4fb365bc",[[1,"road-accordion",{isOpen:[1028,"is-open"],isLight:[4,"is-light"],isLightSeparator:[4,"is-light-separator"],isSmall:[4,"is-small"]}]]],["p-05f7da47",[[1,"road-banner",{isOpen:[1028,"is-open"],label:[1],link:[1],url:[1],close:[64]}]]],["p-17c3054f",[[1,"road-carousel",{options:[8],pager:[4],arrows:[4],update:[64],updateAutoHeight:[64],slideTo:[64],slideNext:[64],slidePrev:[64],getActiveIndex:[64],getPreviousIndex:[64],length:[64],isEnd:[64],isBeginning:[64],startAutoplay:[64],stopAutoplay:[64],lockSwipeToNext:[64],lockSwipeToPrev:[64],lockSwipes:[64],getSwiper:[64]}]]],["p-e602feab",[[6,"road-checkbox",{checkboxId:[1,"checkbox-id"],name:[1],required:[4],checked:[1028],indeterminate:[4],disabled:[4],value:[1],label:[1],inverse:[4],error:[1],helper:[1]}]]],["p-d2d83075",[[1,"road-chip",{color:[1],outline:[4],size:[1],hasCloseIcon:[4,"has-close-icon"]}]]],["p-2db00cbc",[[1,"road-collapse",{isOpen:[1028,"is-open"],showMore:[1,"show-more"],showLess:[1,"show-less"],centered:[4]}]]],["p-aeb7cc19",[[1,"road-dialog",{isOpen:[1028,"is-open"],hasCloseIcon:[4,"has-close-icon"],color:[1],icon:[1],label:[1],description:[1],open:[64],close:[64]},[[4,"keyup","onEscape"]]]]],["p-6862b9f8",[[1,"road-dropdown",{isOpen:[1028,"is-open"],isLight:[4,"is-light"],position:[513],direction:[513]}]]],["p-1361d4c7",[[1,"road-modal",{maxWidth:[2,"max-width"],isOpen:[1028,"is-open"],hasInverseHeader:[4,"has-inverse-header"],modalTitle:[1,"modal-title"],hasCloseIcon:[4,"has-close-icon"],open:[64],close:[64]},[[4,"keyup","onEscape"]]]]],["p-af548fed",[[6,"road-range",{rangeId:[1,"range-id"],value:[1032],min:[1],max:[1],step:[1],showValue:[4,"show-value"],showTick:[4,"show-tick"],showLabels:[4,"show-labels"]}]]],["p-1871fe52",[[1,"road-rating",{size:[513],rate:[2],reviews:[2],reviewsText:[1,"reviews-text"]}]]],["p-97d330e0",[[1,"road-toast",{isOpen:[1028,"is-open"],color:[1],label:[1],timeout:[2],open:[64],close:[64]}]]],["p-095d5ffc",[[1,"road-alert",{color:[1],label:[1],link:[1],url:[1]}]]],["p-ba09f82a",[[6,"road-autocomplete",{options:[16],visible:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[4,"click","onClickOutside"]]]]],["p-5d29e9c8",[[4,"road-carousel-item"]]],["p-2c4fdb41",[[1,"road-flap",{color:[1],size:[513]}]]],["p-cc47e29d",[[1,"road-img",{alt:[1],src:[1],loadSrc:[32],loadError:[32]}]]],["p-4354fc7f",[[1,"road-navbar",{selectedTab:[1,"selected-tab"]},[[0,"roadNavbarItemClick","onNavbarChanged"],[0,"roadnavbaritemclick","onNavbarChanged"]]]]],["p-d5a7bdc7",[[1,"road-navbar-item",{disabled:[4],download:[1],href:[1],rel:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadNavbarChanged","onNavbarChanged"],[8,"roadnavbarchanged","onNavbarChanged"]]]]],["p-140d8d34",[[1,"road-progress",{value:[2],numbersteps:[1],label:[1],showstep:[4],color:[1]}]]],["p-edc33971",[[2,"road-radio",{radioId:[1,"radio-id"],name:[1],required:[4],disabled:[4],value:[8],label:[1],inverse:[4],error:[4],helper:[1],inline:[4],checked:[32]},[[8,"roadChange","onRoadChangedChanged"],[8,"roadchange","onRoadChangedChanged"]]]]],["p-1c8fba28",[[6,"road-radio-group",{radioGroupId:[1,"radio-group-id"],allowEmptySelection:[4,"allow-empty-selection"],name:[1],value:[1032],label:[1],asterisk:[4],ariaLabel:[513,"aria-label"],error:[1025],helper:[1]}]]],["p-1ac0bf10",[[1,"road-segmented-button",{size:[1],selected:[1028],tab:[1]},[[8,"roadSegmentedButtonBarChanged","onButtonBarChanged"],[8,"roadSegmentedButtonbarchanged","onButtonBarChanged"]]]]],["p-9ef4cedb",[[1,"road-segmented-button-bar",{selectedTab:[1,"selected-tab"]}]]],["p-10024b8f",[[1,"road-segmented-buttons",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["p-23d1fa76",[[2,"road-select",{selectId:[1,"select-id"],options:[16],autofocus:[4],disabled:[4],name:[1],required:[4],size:[2],sizes:[1],label:[1],error:[1],value:[1032]}]]],["p-64c0d798",[[6,"road-select-filter",{options:[16],parameters:[8],isActive:[4,"is-active"],onlySelect:[4,"only-select"],isOpen:[32],currentValue:[32]},[[0,"roadFocus","handleFocus"],[0,"roadfocus","handleFocus"],[0,"roadBlur","handleBlur"],[0,"roadblur","handleBlur"],[0,"roadChange","handleChange"],[0,"roadchange","handleChange"],[4,"click","onClickOutside"]]]]],["p-4056c748",[[1,"road-skeleton"]]],["p-34045b69",[[1,"road-spinner",{size:[513],color:[513]}]]],["p-6246e09a",[[1,"road-stepper",{color:[513],light:[4],outline:[4],stateFirstStep:[1,"state-first-step"],stateSecondStep:[1,"state-second-step"],stateThirdStep:[1,"state-third-step"]}]]],["p-0ca6fb50",[[2,"road-switch",{switchId:[1,"switch-id"],name:[1],checked:[1028],disabled:[4],label:[1],color:[1],hasLeftLabel:[4,"has-left-label"],isSpaced:[4,"is-spaced"],value:[1],on:[1],off:[1]}]]],["p-e6a69601",[[1,"road-tab",{active:[1028],tab:[1],setActive:[64]}]]],["p-b09d2170",[[1,"road-tab-bar",{secondary:[4],expand:[4],center:[4],selectedTab:[1,"selected-tab"]}]]],["p-6298ef24",[[1,"road-tab-button",{download:[1],href:[1],rel:[1],layout:[1],selected:[1028],tab:[1],target:[1]},[[8,"roadTabBarChanged","onTabBarChanged"],[8,"roadTabbarchanged","onTabBarChanged"]]]]],["p-350b8f54",[[6,"road-table"]]],["p-ea321cc5",[[1,"road-tabs",{selectedTab:[32],select:[64],getTab:[64],getSelected:[64]}]]],["p-c468b520",[[1,"road-text",{color:[1]}]]],["p-70540977",[[2,"road-textarea",{textareaId:[1,"textarea-id"],autocapitalize:[1],autofocus:[4],disabled:[4],inputmode:[1],enterkeyhint:[1],maxlength:[2],minlength:[2],name:[1],placeholder:[1],sizes:[1],readonly:[4],required:[4],spellcheck:[4],cols:[2],rows:[2],wrap:[1],value:[1025],label:[1],error:[1],helper:[1]}]]],["p-924cade0",[[2,"road-toggle",{toggleId:[1,"toggle-id"],name:[1],checked:[1028],disabled:[4],label:[1],color:[1],hasLeftLabel:[4,"has-left-label"],isSpaced:[4,"is-spaced"],value:[1],on:[1],off:[1]}]]],["p-0ce45fe7",[[1,"road-toolbar-title"]]],["p-aafa4ced",[[1,"road-tooltip",{tooltipId:[1,"tooltip-id"],content:[1],position:[1],contentAlign:[1,"content-align"],isOpen:[1028,"is-open"],trigger:[1],open:[64],close:[64]}]]],["p-932e323f",[[1,"road-vertical-stepper"]]],["p-a3736d12",[[4,"road-vertical-stepper-item"]]],["p-87b690f4",[[1,"road-avatar",{size:[513]}]]],["p-ea053d07",[[1,"road-card",{button:[4],value:[1],type:[1],download:[1],href:[1],rel:[1],target:[1]}]]]],e)));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M1.02 35.5v20.22l18.59 7.99 18.59-7.99V35.49l-18.59-7.97L1.02 35.5Zm23.78-3.03-14.18 6.07-5.18-2.22 14.17-6.08 5.19 2.22v.01Zm-5.19 9.92L13.8 39.9l14.17-6.07 5.81 2.49-14.17 6.07ZM3.52 38.22l14.84 6.36v15.88L3.52 54.08V38.22Zm17.34 22.24V44.58l14.84-6.36v15.86l-14.84 6.38ZM37.8 11.9H27.05v2.5H37.8v-2.5ZM33.19 18.05h-6.14v2.5h6.14v-2.5ZM37.8 24.19H27.05v2.5H37.8v-2.5Z"/><path d="M57.94 1.22H20.98c-2.07 0-3.75 1.68-3.75 3.75v20.47h2.5V4.97c0-.69.56-1.25 1.25-1.25h36.96c.69 0 1.25.56 1.25 1.25v48.49c0 .69-.56 1.25-1.25 1.25H40.46v2.5h17.48c2.07 0 3.75-1.68 3.75-3.75V4.97c0-2.07-1.68-3.75-3.75-3.75Z"/><path d="m48.66 45.75 7.01-8.77-1.95-1.57L48.45 42l-2.09-2.08-1.76 1.77 4.06 4.06ZM48.66 31.92l7.01-8.77-1.95-1.56-5.27 6.59-2.09-2.08-1.76 1.76 4.06 4.06ZM55.67 9.33l-1.95-1.56-5.27 6.59-2.09-2.09-1.76 1.77 4.06 4.06 7.01-8.77ZM33.053 50.225l-4.65 1.996.987 2.298 4.65-1.997-.987-2.297Z" fill="var(--road-secondary-600, rgb(246, 164, 4))"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><path d="M1.02 35.5v20.22l18.59 7.99 18.59-7.99V35.49l-18.59-7.97L1.02 35.5Zm23.78-3.03-14.18 6.07-5.18-2.22 14.17-6.08 5.19 2.22v.01Zm-5.19 9.92L13.8 39.9l14.17-6.07 5.81 2.49-14.17 6.07ZM3.52 38.22l14.84 6.36v15.88L3.52 54.08V38.22Zm17.34 22.24V44.58l14.84-6.36v15.86l-14.84 6.38ZM37.8 11.9H27.05v2.5H37.8v-2.5ZM33.19 18.05h-6.14v2.5h6.14v-2.5ZM37.8 24.19H27.05v2.5H37.8v-2.5Z"/><path d="M57.94 1.22H20.98c-2.07 0-3.75 1.68-3.75 3.75v20.47h2.5V4.97c0-.69.56-1.25 1.25-1.25h36.96c.69 0 1.25.56 1.25 1.25v48.49c0 .69-.56 1.25-1.25 1.25H40.46v2.5h17.48c2.07 0 3.75-1.68 3.75-3.75V4.97c0-2.07-1.68-3.75-3.75-3.75Z"/><path d="m48.66 45.75 7.01-8.77-1.95-1.57L48.45 42l-2.09-2.08-1.76 1.77 4.06 4.06ZM48.66 31.92l7.01-8.77-1.95-1.56-5.27 6.59-2.09-2.08-1.76 1.76 4.06 4.06ZM55.67 9.33l-1.95-1.56-5.27 6.59-2.09-2.09-1.76 1.77 4.06 4.06 7.01-8.77ZM33.053 50.225l-4.65 1.996.987 2.298 4.65-1.997-.987-2.297Z"/></svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @slot - Element how will open the dropdown when clicked
|
|
3
|
+
* @slot list - List of item values (you can add border with lines=`full` but not on the last item)
|
|
4
|
+
* @slot avatar - Content of the avatar (img or First letter) <road-img> or <road-label>.
|
|
5
|
+
* @slot avatarItem - Content of the avatar item (img or First letter) <road-img> or <road-label>.
|
|
6
|
+
|
|
7
|
+
*/
|
|
8
|
+
export declare class Dropdown {
|
|
9
|
+
/**
|
|
10
|
+
* Set to `true` to open the dropdown menu and to `false` to close it.
|
|
11
|
+
*/
|
|
12
|
+
isOpen: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Toggle the display when clicking element in slot
|
|
15
|
+
*/
|
|
16
|
+
private onClick;
|
|
17
|
+
render(): any;
|
|
18
|
+
}
|
|
@@ -53,6 +53,10 @@ export namespace Components {
|
|
|
53
53
|
}>;
|
|
54
54
|
}
|
|
55
55
|
interface RoadAvatar {
|
|
56
|
+
/**
|
|
57
|
+
* The Avatar size.
|
|
58
|
+
*/
|
|
59
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
56
60
|
}
|
|
57
61
|
interface RoadBadge {
|
|
58
62
|
/**
|
|
@@ -817,6 +821,12 @@ export namespace Components {
|
|
|
817
821
|
*/
|
|
818
822
|
"value"?: string | number | null;
|
|
819
823
|
}
|
|
824
|
+
interface RoadProfilDropdown {
|
|
825
|
+
/**
|
|
826
|
+
* Set to `true` to open the dropdown menu and to `false` to close it.
|
|
827
|
+
*/
|
|
828
|
+
"isOpen": boolean;
|
|
829
|
+
}
|
|
820
830
|
interface RoadProgress {
|
|
821
831
|
/**
|
|
822
832
|
* The color to use from your application's color palette.
|
|
@@ -1773,6 +1783,12 @@ declare global {
|
|
|
1773
1783
|
prototype: HTMLRoadPlateNumberElement;
|
|
1774
1784
|
new (): HTMLRoadPlateNumberElement;
|
|
1775
1785
|
};
|
|
1786
|
+
interface HTMLRoadProfilDropdownElement extends Components.RoadProfilDropdown, HTMLStencilElement {
|
|
1787
|
+
}
|
|
1788
|
+
var HTMLRoadProfilDropdownElement: {
|
|
1789
|
+
prototype: HTMLRoadProfilDropdownElement;
|
|
1790
|
+
new (): HTMLRoadProfilDropdownElement;
|
|
1791
|
+
};
|
|
1776
1792
|
interface HTMLRoadProgressElement extends Components.RoadProgress, HTMLStencilElement {
|
|
1777
1793
|
}
|
|
1778
1794
|
var HTMLRoadProgressElement: {
|
|
@@ -1980,6 +1996,7 @@ declare global {
|
|
|
1980
1996
|
"road-navbar": HTMLRoadNavbarElement;
|
|
1981
1997
|
"road-navbar-item": HTMLRoadNavbarItemElement;
|
|
1982
1998
|
"road-plate-number": HTMLRoadPlateNumberElement;
|
|
1999
|
+
"road-profil-dropdown": HTMLRoadProfilDropdownElement;
|
|
1983
2000
|
"road-progress": HTMLRoadProgressElement;
|
|
1984
2001
|
"road-radio": HTMLRoadRadioElement;
|
|
1985
2002
|
"road-radio-group": HTMLRoadRadioGroupElement;
|
|
@@ -2065,6 +2082,10 @@ declare namespace LocalJSX {
|
|
|
2065
2082
|
}>;
|
|
2066
2083
|
}
|
|
2067
2084
|
interface RoadAvatar {
|
|
2085
|
+
/**
|
|
2086
|
+
* The Avatar size.
|
|
2087
|
+
*/
|
|
2088
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
2068
2089
|
}
|
|
2069
2090
|
interface RoadBadge {
|
|
2070
2091
|
/**
|
|
@@ -2909,6 +2930,12 @@ declare namespace LocalJSX {
|
|
|
2909
2930
|
*/
|
|
2910
2931
|
"value"?: string | number | null;
|
|
2911
2932
|
}
|
|
2933
|
+
interface RoadProfilDropdown {
|
|
2934
|
+
/**
|
|
2935
|
+
* Set to `true` to open the dropdown menu and to `false` to close it.
|
|
2936
|
+
*/
|
|
2937
|
+
"isOpen"?: boolean;
|
|
2938
|
+
}
|
|
2912
2939
|
interface RoadProgress {
|
|
2913
2940
|
/**
|
|
2914
2941
|
* The color to use from your application's color palette.
|
|
@@ -3640,6 +3667,7 @@ declare namespace LocalJSX {
|
|
|
3640
3667
|
"road-navbar": RoadNavbar;
|
|
3641
3668
|
"road-navbar-item": RoadNavbarItem;
|
|
3642
3669
|
"road-plate-number": RoadPlateNumber;
|
|
3670
|
+
"road-profil-dropdown": RoadProfilDropdown;
|
|
3643
3671
|
"road-progress": RoadProgress;
|
|
3644
3672
|
"road-radio": RoadRadio;
|
|
3645
3673
|
"road-radio-group": RoadRadioGroup;
|
|
@@ -3707,6 +3735,7 @@ declare module "@stencil/core" {
|
|
|
3707
3735
|
"road-navbar": LocalJSX.RoadNavbar & JSXBase.HTMLAttributes<HTMLRoadNavbarElement>;
|
|
3708
3736
|
"road-navbar-item": LocalJSX.RoadNavbarItem & JSXBase.HTMLAttributes<HTMLRoadNavbarItemElement>;
|
|
3709
3737
|
"road-plate-number": LocalJSX.RoadPlateNumber & JSXBase.HTMLAttributes<HTMLRoadPlateNumberElement>;
|
|
3738
|
+
"road-profil-dropdown": LocalJSX.RoadProfilDropdown & JSXBase.HTMLAttributes<HTMLRoadProfilDropdownElement>;
|
|
3710
3739
|
"road-progress": LocalJSX.RoadProgress & JSXBase.HTMLAttributes<HTMLRoadProgressElement>;
|
|
3711
3740
|
"road-radio": LocalJSX.RoadRadio & JSXBase.HTMLAttributes<HTMLRoadRadioElement>;
|
|
3712
3741
|
"road-radio-group": LocalJSX.RoadRadioGroup & JSXBase.HTMLAttributes<HTMLRoadRadioGroupElement>;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as a,h as t}from"./p-cdc666bc.js";const r=class{constructor(t){a(this,t)}render(){return t("slot",null)}};r.style=":host{--avatar-background:var(--road-grey-100);--avatar-width:3rem;position:relative;display:flex;align-items:center;justify-content:center;width:var(--avatar-width);height:var(--avatar-width);background:var(--avatar-background);border-radius:var(--avatar-width)}::slotted(road-img),::slotted(img){width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius:var(--avatar-width)}::slotted(road-badge){position:absolute;top:0;right:0}";export{r as road_avatar}
|