@rededor/cura 2.0.0-alpha.11 → 2.0.0-alpha.13
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/{cura-accordion_21.cjs.entry.js → cura-accordion_22.cjs.entry.js} +6872 -0
- package/dist/cjs/cura.cjs.js +1 -1
- package/dist/cjs/index.cjs.js +1140 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/cura-calendar/cura-calendar.css +27 -0
- package/dist/collection/components/cura-calendar/cura-calendar.js +65 -2
- package/dist/collection/components/cura-calendar/cura-calendar.stories.js +10 -0
- package/dist/collection/index.js +2 -0
- package/dist/components/cura-calendar.js +1 -1
- package/dist/components/cura-input-date.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-CpmZ68rD.js → p-C05r6CQV.js} +1 -1
- package/dist/cura/cura.esm.js +1 -1
- package/dist/cura/index.esm.js +1 -1
- package/dist/cura/p-47fdb124.entry.js +1 -0
- package/dist/esm/{cura-accordion_21.entry.js → cura-accordion_22.entry.js} +6872 -1
- package/dist/esm/cura.js +1 -1
- package/dist/esm/index.js +1140 -0
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/cura-calendar/cura-calendar.d.ts +11 -0
- package/dist/types/components/cura-calendar/cura-calendar.stories.d.ts +11 -0
- package/dist/types/components.d.ts +13 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +3 -2
- package/dist/cjs/cura-calendar.cjs.entry.js +0 -6840
- package/dist/cura/p-27ba7ef5.entry.js +0 -1
- package/dist/cura/p-54624944.entry.js +0 -1
- package/dist/esm/cura-calendar.entry.js +0 -6838
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as e,H as i,g as r,c as s}from"./p-BxFVLGIR.js";import{l as o}from"./p-BSI2FkNn.js";import{S as a}from"./p-DfJS7YqS.js";import{i as n}from"./p-sjLA93YY.js";import{l as h}from"./p-CHcd-uKK.js";import"./p-BTIDzOyO.js";const l=class{constructor(e){t(this,e),this.color="primary",this.colorMode="dark",this.iconSize=20,this.labelIcon="",this.openIcon="down",this.closeIcon="up",this.iconColor="",this.behavior="default",this.level=3,this.mutationObserverCallback=t=>{var e;for(const i of t){if("attributes"===i.type&&"opened"===i.attributeName&&(null===(e=i.target)||void 0===e?void 0:e.opened)){if("default"!==this.behavior)continue;this.host.querySelectorAll("cura-accordion-item").forEach((t=>{t!=i.target&&(t.opened=!1)}))}if("childList"===i.type){const t=Array.from(i.addedNodes||[]);for(let e of t)this.setChildProperties(e)}}},this.mutationObserver=new MutationObserver(this.mutationObserverCallback),this.styles={}}handleChangeColor(){this.setColors()}connectedCallback(){const t=window.CuraAPI.theme.fonts.getWeights();this.styles["--base-spacing"]=window.CuraAPI.theme.spacing.getSpacing(),this.styles["--neutral-base"]=window.CuraAPI.theme.colors.getColor("neutral-base"),this.styles["--font-size"]=window.CuraAPI.theme.fonts.getSize(),this.styles["--font-color"]=window.CuraAPI.theme.fonts.getColor(),this.styles["--font-family"]=window.CuraAPI.theme.fonts.getFamily(),this.styles["--font-weight-regular"]=t.regular,this.setColors()}componentDidLoad(){this.host.querySelectorAll("cura-accordion-item").forEach((t=>{this.setChildProperties(t)})),this.mutationObserver.observe(this.host,{childList:!0,subtree:!1,attributes:!1})}disconnectedCallback(){this.mutationObserver.disconnect()}setChildProperties(t){t.colorMode=this.colorMode,t.iconColor=this.iconColor||this.color,t.iconSize=this.iconSize,this.labelIcon&&(t.labelIcon=this.labelIcon),t.openIcon=this.openIcon,t.closeIcon=this.closeIcon,t.level=this.level}setColors(){this.styles=Object.assign(Object.assign({},this.styles),{"--acc-color":window.CuraAPI.theme.colors.getColor("neutral-black"),"--acc-color-hover":window.CuraAPI.theme.colors.getColor(`${this.color}-base`),"--acc-color-icon":window.CuraAPI.theme.colors.getColor(`${this.iconColor||this.color}-base`),"--acc-color-icon-hover":window.CuraAPI.theme.colors.getColor(`${this.iconColor||this.color}-darker`),"--acc-color-inverted":window.CuraAPI.theme.colors.getColor("neutral-white"),"--acc-color-hover-inverted":window.CuraAPI.theme.colors.getColor(`${this.color}-lighter`),"--acc-color-icon-inverted":window.CuraAPI.theme.colors.getColor("neutral-white"),"--acc-color-icon-hover-inverted":window.CuraAPI.theme.colors.getColor(`${this.iconColor||this.color}-lighter`)})}render(){return e(i,{key:"58c69f7911698dae68dacaeb4cd226d61e09fe17",style:this.styles},e("slot",{key:"d808861eb471bfd7c356fb942121d20d547abfcb",name:"accordion-item"}))}get host(){return r(this)}static get watchers(){return{color:[{handleChangeColor:0}]}}};l.style=":host{display:block;color:var(--font-color);font-size:var(--font-size);font-size:var(--font-size);font-family:var(--font-family);font-weight:var(--font-weight-regular)}";const u=class{constructor(e){t(this,e),this.label="",this.iconSize=20,this.labelIcon="",this.openIcon="down",this.closeIcon="up",this.iconColor="",this.colorMode="dark",this.level=3,this.opened=!1,this.styles={}}getClasses(){const t={"accordion-item":!0};return t.active=this.opened,t.inverted="light"===this.colorMode,t}accordionItemClick(t){this.opened=!this.opened}renderIcon(){return this.labelIcon?e("cura-icon",{name:this.labelIcon,size:this.iconSize,color:"neutral-black"}):""}render(){return e(i,{key:"3dd53ab4a597b1726045ec4d3ed066c6c30050d0",slot:"accordion-item"},e("div",{key:"209291c7c9b587ac546e8b9e40b7d94a11a2489e",class:this.getClasses(),style:this.styles},e("div",{key:"9c2de1103c7f30bc9d2cb0a86fc660c98b94be84",class:"label",onClick:t=>this.accordionItemClick(t)},e("div",{key:"052a8be2c00edf3907e49970120d9b65937ab031",class:"label-container"},e("div",{key:"da543cdbcb0c0d5f691c3d2fcabfbfc9ec46f506",class:"label-content"},this.renderIcon(),e("cura-heading",{key:"f587de080f2c1779ffacf0b557827c24edf5e1ee",size:"small",level:this.level,weight:"bold","margin-block":"0",color:"neutral-black"},this.label)),e("cura-icon",{key:"611b48e32dfd7056a563aab56401feb3c8febee2",name:this.opened?this.closeIcon:this.openIcon,size:this.iconSize,color:"neutral-black"}))),e("div",{key:"e1d5e606f3e9415570a2a5c2ba3d96264d430bd0",class:"content"},e("div",{key:"62b76ef21093a4d051120e2502936049a186c36a",class:"content-wrapper"},e("slot",{key:"646b3d0163edf473c1a2e824f251f4db85b2fc18"})))))}};u.style=':host{display:block}:host .accordion-item{width:100%}:host .accordion-item::after{content:"";display:block;border-top:solid 1px var(--neutral-base);width:100%}:host .accordion-item:hover:not(.active)::after{content:"";display:block;border-top:solid 1px var(--acc-color-icon-hover);width:100%}:host .accordion-item .label{display:flex;flex-direction:column}:host .accordion-item .label .label-container{display:flex;flex-grow:1;justify-content:space-between;align-items:center;gap:calc(var(--cura-spacing-base) * 3px);padding:calc(var(--cura-spacing-base) * 3px);word-break:break-word;cursor:pointer;font-size:1.14em;font-weight:var(--font-weight-regular)}:host .accordion-item .label .label-container .label-content{display:flex;justify-content:center;align-items:center;gap:calc(var(--cura-spacing-base) * 3px)}:host .accordion-item .label .label-container .label-content cura-icon{--color:var(--acc-color) !important}:host .accordion-item .label .label-container .label-content cura-heading{--color-body:var(--acc-color) !important}:host .accordion-item .label .label-container cura-icon{--color:var(--acc-color-icon) !important;margin-right:4px}:host .accordion-item .label .label-container:hover cura-heading{--color-body:var(--acc-color-hover) !important}:host .accordion-item .label .label-container:hover cura-icon{--color:var(--acc-color-icon-hover) !important}:host .accordion-item .content{font-size:1em;overflow:hidden;max-height:0;transition:max-height 0.25s ease}:host .accordion-item .content .content-wrapper{padding:calc(var(--cura-spacing-base) * 3px)}:host .accordion-item.inverted:hover:not(.active)::after{content:"";display:block;border-top:solid 1px var(--acc-color-icon-hover-inverted);width:100%}:host .accordion-item.inverted .label .label-container cura-heading{--color-body:var(--acc-color-inverted) !important}:host .accordion-item.inverted .label .label-container cura-icon{--color:var(--acc-color-icon-inverted) !important}:host .accordion-item.inverted .label .label-container:hover cura-heading{--color-body:var(--acc-color-hover-inverted) !important}:host .accordion-item.inverted .label .label-container:hover cura-icon{--color:var(--acc-color-icon-hover-inverted) !important}:host .accordion-item.active .content{max-height:200vh;overflow-y:auto;transition:max-height 0.5s ease 0.14s}@media (min-width: 769px) and (max-width: 992px){:host .accordion-item .label .label-container{font-size:1.29em}:host .accordion-item .content{font-size:1.14em}}@media (min-width: 993px){:host .accordion-item .label .label-container{font-size:1.29em}:host .accordion-item .content{font-size:1.14em}}';const c={80:{border:2.5},40:{border:2.25},32:{border:2},24:{border:1.75}},d=class{constructor(e){t(this,e),this.size="80",this.backgroundColor="neutral-purewhite",this.borderRadius="50%",this.border=!1,this.type="default",this.styles={}}sizeHandler(t){this.styles=Object.assign(Object.assign({},this.styles),{"--size":`${t}px`})}getClasses(){const t={conteiner:!0};return t.floating=this.floating,t}connectedCallback(){this.assetsPath=window.CuraAPI.localAssetsPath,this.sizeHandler(this.size)}hostCSSProperties(){const t=c[this.size];return{"--background-color":window.CuraAPI.theme.colors.getColor(this.backgroundColor),"--border-color":window.CuraAPI.theme.colors.getColor(this.borderColor),"--border-radius":`${this.borderRadius}`,"--border":this.border?`${t.border}px`:"0"}}onSrcError(){this.imageSrc=this.imageSrcDefault||`${this.assetsPath}/images/avatar/patient-default.svg`}render(){return e(i,{key:"51683368cca9bff9bdf3a8e835990c89df3cd4be",style:this.hostCSSProperties(),role:"img"},e("div",{key:"84196bf4ed6914904f14f8ec0d07b40ceace5ebf",class:this.getClasses(),style:this.styles},e("img",{key:"8968215d670f9cd5a042dd66e6dc15a75d07c68e",src:this.imageSrc||this.imageSrcDefault||`${this.assetsPath}/images/avatar/patient-default.svg`,onError:()=>this.onSrcError()})))}get host(){return r(this)}static get watchers(){return{size:[{sizeHandler:0}]}}};d.style=":host{display:inline-flex}:host .conteiner{display:flex;box-sizing:border-box;justify-content:center;align-items:center;width:var(--size);height:var(--size);border:var(--border) solid var(--border-color);border-radius:var(--border-radius);background:var(--background-color);overflow:hidden}:host .conteiner.floating{box-shadow:0px 4px 8px 0px rgba(38, 38, 38, 0.16)}:host .conteiner img{outline:none;object-fit:contain;width:100%;height:100%}";const p=class{constructor(e){t(this,e),this.distance=0,this.label="km",this.styles={},this.displayDistance=0,this.isThousandRounded=!1,this.theme=window.CuraAPI.theme}formatDistance(){const t=this.distance%1!=0?parseFloat(this.distance.toFixed(1)):this.distance;this.isThousandRounded=Math.abs(t)>=1e3,this.displayDistance=this.isThousandRounded?parseFloat((t/1e3).toFixed(1)):t}connectedCallback(){this.setCssProperties(),this.formatDistance()}render(){return e(i,{key:"cdc206deecbed2e069befda5d21ddcaf03049afc"},e("div",{key:"d22d2b5b97964281e8588fbc17a66f3fddcd875e",class:"container",style:this.styles},e("cura-label",{key:"0d54ab1ad403ba23a57fb78a422ed8c577cd627e",size:"xsmall",weight:"bold",color:"neutral-black"},this.displayDistance,this.isThousandRounded?"K":""),e("cura-label",{key:"d4929a67484bbfd6d6f3edce82414951ea4778c8",size:"xsmall",weight:"bold",color:"neutral-dark"},this.label)))}setCssProperties(){this.styles={"--neutral-pale":this.theme.colors.getColor("neutral-pale"),"--base-spacing":this.theme.spacing.getSpacing()}}static get watchers(){return{distance:[{formatDistance:0}]}}};p.style=":host .container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(var(--cura-spacing-base) * 10px);height:calc(var(--cura-spacing-base) * 10px);border-radius:calc(var(--cura-spacing-base) * 1px);background:var(--neutral-pale)}";const b=class{constructor(e){t(this,e),e.$hostElement$["s-ei"]?this.internals=e.$hostElement$["s-ei"]:(this.internals=e.$hostElement$.attachInternals(),e.$hostElement$["s-ei"]=this.internals),this.type="button",this.size="large",this.disabled=!1,this.isLoading=!1,this.iconset="default",this.iconPosition="left",this.iconOnly=!1,this.target="_self",this.color="accent",this.background="light",this.fontColor="dark",this.textAlign="left",this.justify=!1,this.styles={},this.hovered=!1}connectedCallback(){this.weights=window.CuraAPI.theme.fonts.getWeights(),this.styles["--base-spacing"]=window.CuraAPI.theme.spacing.getSpacing(),this.styles["--font-size"]=window.CuraAPI.theme.fonts.getSize(),this.styles["--font-family"]=window.CuraAPI.theme.fonts.getFamily(),this.styles["--font-weight-medium"]=this.weights.medium,this.styles["--text-align"]=this.textAlign,this.setColors()}setColors(){[{name:"--color-base-neutral-purewhite",theme:"light"===this.background?`${this.color}-base`:"neutral-pale"},{name:"--color-base-color-light",theme:"light"===this.background?`${this.color}-base`:`${this.color}-lighter`},{name:"--color-dark-color-light",theme:"light"===this.background?`${this.color}-dark`:`${this.color}-light`},{name:"--color-dark-color-base",theme:"light"===this.background?`${this.color}-dark`:`${this.color}-base`},{name:"--neutral-pale-neutral-black",theme:"light"===this.background?"neutral-pale":"neutral-black"}].forEach((t=>this.styles[t.name]=window.CuraAPI.theme.colors.getColor(t.theme))),this.styles=Object.assign({},this.styles)}handleMouseEnter(){this.disabled||(this.hovered=!0)}handleMouseLeave(){this.hovered=!1}getClasses(){var t,e;const i={};return i[`${null===(t=this.size)||void 0===t?void 0:t.toLowerCase()}`]=!0,i[`icon-${null===(e=this.iconPosition)||void 0===e?void 0:e.toLowerCase()}`]=!0,i["icon-only"]=this.iconOnly,i.disabled=this.disabled,i.isLoading=this.isLoading,i.justify=this.justify,i}getIcon(){return this.iconName?e("cura-icon",{name:this.iconName,iconset:this.iconset,size:"large"===this.size?20:16,color:this.getSymbolColor()}):""}getSymbolColor(){return this.disabled?"neutral-dark":"light"===this.fontColor?"neutral-white":"neutral-black"}handleClick(t){this.disabled||this.isLoading?t.preventDefault():this.href||("submit"===this.type&&this.internals.form&&this.internals.form.submit(),"reset"===this.type&&this.internals.form&&this.internals.form.reset())}render(){const t=this.getSymbolColor(),r=o[this.size]||o.default;return e(i,{key:"7f9528e42c3c38a3aed09ac8bbe669aabde4c0d9",role:this.href?"link":this.type,"aria-disabled":this.disabled},this.href?e("a",{href:this.disabled?"":this.href,target:this.target,class:this.getClasses(),style:this.styles,onClick:t=>this.handleClick(t),onMouseEnter:()=>this.handleMouseEnter(),onMouseLeave:()=>this.handleMouseLeave()},e("span",{class:"button-container"},this.getIcon(),e("cura-label",{class:"label",size:r,lineHeight:"normal",color:t},e("slot",null))),e("cura-loader-circle",{size:this.size,color:t})):e("button",{class:this.getClasses(),style:this.styles,disabled:this.disabled||null,onClick:t=>this.handleClick(t),onMouseEnter:()=>this.handleMouseEnter(),onMouseLeave:()=>this.handleMouseLeave(),type:this.type},e("span",{class:"button-container"},this.getIcon(),e("cura-label",{class:"label",size:r,lineHeight:"normal",color:t},e("slot",null))),e("cura-loader-circle",{size:this.size,color:t})))}static get formAssociated(){return!0}static get watchers(){return{background:[{setColors:0}],color:[{setColors:0}]}}};b.style=':host{--border-radius:4px;display:inline-block;vertical-align:middle;position:relative}:host button,:host a{outline:none;box-shadow:none;box-sizing:border-box;display:flex;width:100%;align-items:center;justify-content:center;text-decoration:none !important;font-size:var(--font-size);cursor:pointer;transition:background-color 0.07s linear, box-shadow 0.07s linear, border-color 0.07s linear;border-radius:var(--border-radius);position:relative;background-color:var(--color-base-neutral-purewhite);box-sizing:border-box;border:none}:host button:focus,:host a:focus{outline:2px solid #6EA8FF}:host button::before,:host a::before{content:"";width:100%;height:100%;position:absolute;left:0px;top:0px;box-sizing:border-box;border:2px solid transparent;border-radius:var(--border-radius)}:host button:not(.disabled):not(.isLoading)::before,:host a:not(.disabled):not(.isLoading)::before{border:2px solid var(--color-base-color-light)}:host button:not(.disabled):hover,:host a:not(.disabled):hover{background:var(--color-base-color-light);box-shadow:0px 4px 8px 0px rgba(38, 38, 38, 0.16)}:host button:not(.disabled):not(.isLoading):hover::before,:host a:not(.disabled):not(.isLoading):hover::before{border-color:var(--color-dark-color-base)}:host button:not(.isLoading):not(.disabled):active,:host a:not(.isLoading):not(.disabled):active{background-color:var(--color-dark-color-light)}:host button:not(.isLoading):not(.disabled):active::before,:host a:not(.isLoading):not(.disabled):active::before{border-color:var(--color-dark-color-light)}:host button:hover,:host a:hover{box-shadow:0 4px 8px 0 rgba(38, 38, 38, 0.16)}:host button.medium:hover,:host a.medium:hover{box-shadow:0 3px 6px 0 rgba(38, 38, 38, 0.16)}:host button.small:hover,:host a.small:hover{box-shadow:0 2px 5px 0 rgba(38, 38, 38, 0.16)}:host button:active,:host button.disabled:hover,:host button.isLoading:hover,:host a:active,:host a.disabled:hover,:host a.isLoading:hover{box-shadow:none !important}:host button.large,:host a.large{padding:calc(var(--cura-spacing-base) * 3px) calc(var(--cura-spacing-base) * 4px);min-height:calc(var(--cura-spacing-base) * 11px)}:host button.medium,:host a.medium{padding:calc(var(--cura-spacing-base) * 3px);min-height:calc(var(--cura-spacing-base) * 10px)}:host button.small,:host a.small{padding:calc(var(--cura-spacing-base) * 2px);min-height:calc(var(--cura-spacing-base) * 8px)}:host button .button-container,:host a .button-container{display:flex;align-items:center;opacity:1;transition:opacity 0.2s linear;position:relative}:host button.icon-right .button-container,:host a.icon-right .button-container{flex-direction:row-reverse}:host button.justify .button-container,:host a.justify .button-container{width:100%}:host button cura-label,:host a cura-label{flex:1;text-align:var(--text-align, "left")}:host button.icon-left cura-icon,:host a.icon-left cura-icon{margin-right:calc(var(--cura-spacing-base) * 3px)}:host button.icon-right cura-icon,:host a.icon-right cura-icon{margin-left:calc(var(--cura-spacing-base) * 3px)}:host button.medium.icon-left cura-icon,:host button.small.icon-left cura-icon,:host a.medium.icon-left cura-icon,:host a.small.icon-left cura-icon{margin-right:calc(var(--cura-spacing-base) * 2px)}:host button.medium.icon-right cura-icon,:host button.small.icon-right cura-icon,:host a.medium.icon-right cura-icon,:host a.small.icon-right cura-icon{margin-left:calc(var(--cura-spacing-base) * 2px)}:host button.disabled,:host a.disabled{cursor:not-allowed;background-color:var(--neutral-pale-neutral-black)}:host button.icon-only,:host a.icon-only{padding:calc(var(--cura-spacing-base) * 3px) calc(var(--cura-spacing-base) * 3px)}:host button.icon-only cura-label,:host a.icon-only cura-label{display:none}:host button.icon-only cura-icon,:host a.icon-only cura-icon{margin-left:0 !important;margin-right:0 !important}:host button.icon-only.medium,:host a.icon-only.medium{padding:calc(var(--cura-spacing-base) * 3px)}:host button.icon-only.small,:host a.icon-only.small{padding:calc(var(--cura-spacing-base) * 2px)}:host button cura-loader-circle,:host a cura-loader-circle{position:absolute;display:none}:host button.isLoading,:host a.isLoading{cursor:wait}:host button.isLoading .button-container,:host a.isLoading .button-container{opacity:0}:host button.isLoading cura-loader-circle,:host a.isLoading cura-loader-circle{display:block}';const f=class{constructor(e){t(this,e),e.$hostElement$["s-ei"]?this.internals=e.$hostElement$["s-ei"]:(this.internals=e.$hostElement$.attachInternals(),e.$hostElement$["s-ei"]=this.internals),this.type="button",this.size="large",this.disabled=!1,this.isLoading=!1,this.iconset="default",this.iconPosition="left",this.iconOnly=!1,this.target="_self",this.color="primary",this.fontColor="dark",this.textAlign="left",this.justify=!1,this.hovered=!1,this.styles={}}connectedCallback(){this.weights=window.CuraAPI.theme.fonts.getWeights(),this.styles["--base-spacing"]=window.CuraAPI.theme.spacing.getSpacing(),this.styles["--neutral-white"]=window.CuraAPI.theme.colors.getColor("neutral-white"),this.styles["--neutral-base"]=window.CuraAPI.theme.colors.getColor("neutral-base"),this.styles["--neutral-dark"]=window.CuraAPI.theme.colors.getColor("neutral-dark"),this.styles["--font-size"]=window.CuraAPI.theme.fonts.getSize(),this.styles["--font-family"]=window.CuraAPI.theme.fonts.getFamily(),this.styles["--font-weight-medium"]=this.weights.medium,this.styles["--text-align"]=this.textAlign}getClasses(){const t={};return t[`${this.size.toLowerCase()}`]=!0,t[`icon-${this.iconPosition.toLowerCase()}`]=!0,t["icon-only"]=this.iconOnly,t.disabled=this.disabled,t.isLoading=this.isLoading,t.justify=this.justify,t}getIcon(){return this.iconName?e("cura-icon",{name:this.iconName,iconset:this.iconset,size:"large"===this.size?20:16,color:this.getSymbolColor()}):null}handleMouseEnter(){this.disabled||(this.hovered=!0)}handleMouseLeave(){this.hovered=!1}getSymbolColor(){return this.disabled?"neutral-dark":this.hovered&&!this.isLoading?"light"===this.fontColor?`${this.color}-light`:`${this.color}-darker`:"light"===this.fontColor?"neutral-white":`${this.color}-dark`}handleClick(t){this.disabled||this.isLoading?t.preventDefault():this.href||("submit"===this.type&&this.internals.form&&this.internals.form.submit(),"reset"===this.type&&this.internals.form&&this.internals.form.reset())}render(){const t=this.getSymbolColor(),r=o[this.size]||o.default;return e(i,{key:"b10c4c589085d0e4d5d1c8311ec039d42060674c",role:this.href?"link":this.type,"aria-disabled":this.disabled},this.href?e("a",{href:this.disabled?"":this.href,target:this.target,class:this.getClasses(),style:this.styles,onClick:t=>this.handleClick(t),onMouseEnter:()=>this.handleMouseEnter(),onMouseLeave:()=>this.handleMouseLeave()},e("span",{class:"button-container"},this.getIcon(),e("cura-label",{size:r,lineHeight:"normal",color:t},e("slot",null))),e("cura-loader-circle",{size:this.size,color:t})):e("button",{class:this.getClasses(),style:this.styles,disabled:this.disabled||null,onClick:t=>this.handleClick(t),onMouseEnter:()=>this.handleMouseEnter(),onMouseLeave:()=>this.handleMouseLeave(),type:this.type},e("span",{class:"button-container"},this.getIcon(),e("cura-label",{size:r,lineHeight:"normal",color:t},e("slot",null))),e("cura-loader-circle",{size:this.size,color:t})))}static get formAssociated(){return!0}static get watchers(){return{fontColor:[{getSymbolColor:0}],color:[{getSymbolColor:0}]}}};f.style=':host{--border-radius:4px;display:inline-block;vertical-align:middle;position:relative}:host button,:host a{outline:none;box-shadow:none;box-sizing:border-box;display:flex;width:100%;align-items:center;justify-content:center;text-decoration:none !important;font-size:var(--font-size);cursor:pointer;transition:background-color 0.07s linear, box-shadow 0.07s linear, border-color 0.07s linear;border-radius:var(--border-radius);position:relative;background-color:transparent;border:none}:host button:focus,:host a:focus{outline:2px solid #6EA8FF}:host button.large,:host a.large{padding:calc(var(--cura-spacing-base) * 3px) calc(var(--cura-spacing-base) * 4px);min-height:calc(var(--cura-spacing-base) * 11px)}:host button.medium,:host a.medium{padding:calc(var(--cura-spacing-base) * 3px);min-height:calc(var(--cura-spacing-base) * 10px)}:host button.small,:host a.small{padding:calc(var(--cura-spacing-base) * 2px);min-height:calc(var(--cura-spacing-base) * 8px)}:host button .button-container,:host a .button-container{display:flex;align-items:center;opacity:1;transition:opacity 0.2s linear;position:relative}:host button.icon-right .button-container,:host a.icon-right .button-container{flex-direction:row-reverse}:host button.justify .button-container,:host a.justify .button-container{width:100%}:host button cura-label,:host a cura-label{flex:1;text-align:var(--text-align, "left")}:host button.icon-left cura-icon,:host a.icon-left cura-icon{margin-right:calc(var(--cura-spacing-base) * 3px)}:host button.icon-right cura-icon,:host a.icon-right cura-icon{margin-left:calc(var(--cura-spacing-base) * 3px)}:host button.medium.icon-left cura-icon,:host button.small.icon-left cura-icon,:host a.medium.icon-left cura-icon,:host a.small.icon-left cura-icon{margin-right:calc(var(--cura-spacing-base) * 2px)}:host button.medium.icon-right cura-icon,:host button.small.icon-right cura-icon,:host a.medium.icon-right cura-icon,:host a.small.icon-right cura-icon{margin-left:calc(var(--cura-spacing-base) * 2px)}:host button.disabled,:host a.disabled{cursor:not-allowed}:host button.icon-only,:host a.icon-only{padding:calc(var(--cura-spacing-base) * 3px) calc(var(--cura-spacing-base) * 3px)}:host button.icon-only cura-label,:host a.icon-only cura-label{display:none}:host button.icon-only cura-icon,:host a.icon-only cura-icon{margin-left:0 !important;margin-right:0 !important}:host button.icon-only.medium,:host a.icon-only.medium{padding:calc(var(--cura-spacing-base) * 3px)}:host button.icon-only.small,:host a.icon-only.small{padding:calc(var(--cura-spacing-base) * 2px)}:host button cura-loader-circle,:host a cura-loader-circle{position:absolute;display:none}:host button.isLoading,:host a.isLoading{cursor:wait}:host button.isLoading .button-container,:host a.isLoading .button-container{opacity:0}:host button.isLoading cura-loader-circle,:host a.isLoading cura-loader-circle{display:block}';const g=class{constructor(e){t(this,e),this.hasPadding=!0,this.hasShadow=!1,this.type="solid",this.colorMode="light",this.target="_self",this.styles={}}connectedCallback(){this.weights=window.CuraAPI.theme.fonts.getWeights(),this.styles["--base-spacing"]=window.CuraAPI.theme.spacing.getSpacing(),this.styles["--neutral-purewhite"]=window.CuraAPI.theme.colors.getColor("neutral-purewhite"),this.styles["--neutral-white"]=window.CuraAPI.theme.colors.getColor("neutral-white"),this.styles["--neutral-base"]=window.CuraAPI.theme.colors.getColor("neutral-base"),this.styles["--neutral-dark"]=window.CuraAPI.theme.colors.getColor("neutral-dark"),this.styles["--neutral-black"]=window.CuraAPI.theme.colors.getColor("neutral-black"),this.styles["--neutral-black-shadow"]=window.CuraAPI.theme.colors.getColor("neutral-black",.16),this.styles["--primary-lighter"]=window.CuraAPI.theme.colors.getColor("primary-lighter"),this.styles["--primary-base"]=window.CuraAPI.theme.colors.getColor("primary-base"),this.styles["--font-size"]=window.CuraAPI.theme.fonts.getSize(),this.styles["--font-family"]=window.CuraAPI.theme.fonts.getFamily(),this.styles["--font-weight-medium"]=this.weights.medium}getClasses(){const t={};return t[this.type]=!0,t.cardLink=this.href,t[this.colorMode]=!0,t.hasPadding=this.hasPadding,t.hasShadow=this.hasShadow,t}render(){return e(i,{key:"9478ce754c108db722dbc5bcbb00a0884b6c6f38",role:this.href?"link":"div"},this.href?e("a",{class:this.getClasses(),target:this.target,style:this.styles,href:this.href},e("slot",null)):e("div",{class:this.getClasses(),style:this.styles},e("slot",null)))}};function m(){return(null===window||void 0===window?void 0:window.innerWidth)<a.breakpoints.medium.min}function x(){return["iPad Simulator","iPhone Simulator","iPod Simulator","iPad","iPhone","iPod"].includes(navigator.userAgent)||navigator.userAgent.includes("Mac")&&"ontouchend"in document}g.style=":host{display:block;box-sizing:border-box;font-size:var(--font-size);font-family:var(--font-family)}:host ::slotted(*){display:flex;align-items:center;justify-content:center;font-size:var(--font-size);font-family:var(--font-family)}a{display:block;text-decoration:none !important;color:inherit}.solid{background-color:var(--neutral-purewhite);border:2px solid var(--neutral-base);border-radius:12px;overflow:hidden;padding:0px;box-shadow:none}.solid ::slotted(*){border-radius:0}.solid.hasPadding{padding:20px}.solid.hasPadding ::slotted(*){border-radius:4px !important}.solid.hasShadow{border:2px solid var(--neutral-base);box-shadow:0px 1px 4px 0px var(--neutral-black-shadow, rgba(38, 38, 38, 0.16))}.solid.cardLink{background-color:var(--neutral-purewhite);border:2px solid var(--primary-base);border-radius:12px;padding:0px;box-shadow:none;cursor:pointer}.solid.cardLink ::slotted(*){border-radius:0px}.solid.cardLink:hover{border:2px solid var(--primary-lighter) !important}.solid.cardLink.hasPadding{padding:20px}.solid.cardLink.hasPadding ::slotted(*){border-radius:4px !important}.solid.cardLink.hasPadding:hover{border:2px solid var(--primary-lighter) !important}.solid.cardLink.hasShadow{border:2px solid var(--primary-base);box-shadow:0px 4px 8px 0px var(--neutral-black-shadow, rgba(38, 38, 38, 0.16))}.solid.cardLink:not(.hasPadding).hasShadow ::slotted(*){border-radius:12px !important}.solid.cardLink.dark{background-color:var(--neutral-purewhite);border:2px solid var(--neutral-purewhite)}.solid.cardLink.dark:hover{border:2px solid var(--primary-lighter)}.transparent{background-color:transparent;border:0;border-radius:12px;padding:0px;overflow:hidden}.transparent ::slotted(*){border-radius:12px}.transparent.hasPadding{padding:20px}.transparent.hasPadding ::slotted(*){border-radius:4px}.transparent.cardLink{background-color:transparent;border:2px solid var(--primary-base);overflow:hidden;border-radius:12px;padding:0px;box-shadow:none}.transparent.cardLink ::slotted(*){border-radius:0px !important}.transparent.cardLink:hover{border:2px solid var(--primary-lighter) !important}.transparent.cardLink.light{background-color:var(--neutral-purewhite);border:2px solid var(--primary-base)}.transparent.cardLink.light ::slotted(*){border-radius:12px !important}.transparent.cardLink.light:hover{border-color:var(--primary-lighter) !important}.transparent.cardLink.dark{background-color:transparent;border:2px solid var(--neutral-purewhite)}.transparent.cardLink.dark:hover{border:0}.transparent.cardLink.hasPadding{padding:20px}.transparent.cardLink.hasPadding ::slotted(*){border-radius:4px !important}";class v{constructor(t,e){this._stopPropagationEvent=t=>{this.scrollableElement.scrollHeight<=this.scrollableElement.clientHeight&&t.preventDefault(),t.stopPropagation()},this._preventEvent=t=>{t.preventDefault(),t.stopPropagation()},t&&e?(this.hostElement=t,this.scrollableElement=e):console.error("Componentes host ou scrollable não foram informados corretamente ou não existem.")}disableScroll(){this.scrollPosition=window.scrollY,window.scrollTo({top:0,behavior:"instant"}),document.body.classList.add("cura-body-scroll-lock"),this._addEvents()}enableScroll(){document.body.classList.contains("cura-body-scroll-lock")&&document.body.classList.remove("cura-body-scroll-lock"),window.scrollTo({top:this.scrollPosition,behavior:"instant"}),this._removeEvents()}_addEvents(){this.hostElement.addEventListener("wheel",this._preventEvent,{passive:!1}),this.hostElement.addEventListener("mousewheel",this._preventEvent,{passive:!1}),this.hostElement.addEventListener("touchmove",this._preventEvent,{passive:!1}),this.hostElement.addEventListener("scroll",this._preventEvent,{passive:!1}),this.scrollableElement.addEventListener("wheel",this._stopPropagationEvent,{passive:!1}),this.scrollableElement.addEventListener("mousewheel",this._stopPropagationEvent,{passive:!1}),this.scrollableElement.addEventListener("touchmove",this._stopPropagationEvent,{passive:!1}),this.scrollableElement.addEventListener("scroll",this._stopPropagationEvent,{passive:!1})}_removeEvents(){this.hostElement.removeEventListener("wheel",this._preventEvent),this.hostElement.removeEventListener("mousewheel",this._preventEvent),this.hostElement.removeEventListener("touchmove",this._preventEvent),this.hostElement.removeEventListener("scroll",this._preventEvent),this.scrollableElement.removeEventListener("wheel",this._stopPropagationEvent),this.scrollableElement.removeEventListener("mousewheel",this._stopPropagationEvent),this.scrollableElement.removeEventListener("touchmove",this._stopPropagationEvent),this.scrollableElement.removeEventListener("scroll",this._stopPropagationEvent)}}const w=class{constructor(e){t(this,e),this.termchange=s(this,"termchange"),this.optionselect=s(this,"optionselect"),this.size="large",this.status="default",this.disabled=!1,this.required=!1,this.placeholder="",this.label="",this.icon="search",this.maxheight="400px",this.value="",this.searchdelay=400,this.searchminchars=3,this.styles={},this.zoomState=!1,this.isOnFocus=!1,this.resizeTimeoutMs=66,this.focusTimeoutMs=500,this.blurTimeoutMs=300,this.highlightedIndex=-1,this.dropdownItems=[],this.dropdownSelectableItems=[],this.handleSlotChange=()=>{this.getSlotElements()},this.handleWindowResize=()=>{this.resizeTimeout&&clearTimeout(this.resizeTimeout),this.resizeTimeout=setTimeout((()=>{this.isMobile=m(),this.setZoomHeight()}),this.resizeTimeoutMs)},this.handleVisualViewportChange=()=>{this.zoomState&&(this.viewportTimeout&&clearTimeout(this.viewportTimeout),this.viewportTimeout=setTimeout((()=>this.setZoomHeight()),this.resizeTimeoutMs))},this.handleFocus=()=>{this.focusTimeout&&clearTimeout(this.focusTimeout),this.focusTimeout=setTimeout((()=>{this.isOnFocus=!0,this.clearHighlight(),this.isMobile&&!this.zoomState&&this.enterZoom(),this.zoomState&&this.setZoomHeight(),setTimeout((()=>{var t;null===(t=this.selectedOptionElement)||void 0===t||t.scrollIntoView({behavior:"instant",block:"nearest",inline:"nearest"})}),10)}),this.focusTimeoutMs)},this.handleBlur=()=>{this.blurTimeout&&clearTimeout(this.blurTimeout),this.blurTimeout=setTimeout((()=>{this.zoomState&&setTimeout((()=>this.setZoomHeight()),x?500:100),this.isOnFocus=!1}),this.blurTimeoutMs)},this.handleFocusout=()=>{this.zoomState&&this.setZoomHeight()},this.handleBackClick=()=>{this.exitZoom()},this.handleOptionActionClick=t=>{this.getInputElement().setFocus(),this._preventEvent(t)},this.handleInputClear=t=>{this.setValue(""),this.clearSelectedOptions(),this._preventEvent(t)},this.handleSelectOption=t=>{this._selectOption(t.detail),this._preventEvent(t)},this.handleInputValueChange=t=>{this.setValue(t.detail),this.selectedOptionElement&&t.detail!==this.selectedOptionElement.value&&this.clearSelectedOptions(),this._preventEvent(t)},this.handleDropdownMouseOver=()=>{(this.highlightedElement||this.highlightedIndex>=0)&&this.clearHighlight()},this.handleKeyDown=t=>{"ArrowDown"===t.key&&this.moveHighlight("next"),"ArrowUp"===t.key&&this.moveHighlight("prev"),"Enter"===t.key&&this.selectHighlight()},this.getInputElement=()=>{var t;return null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector("cura-input-text")},this._preventEvent=t=>{t.preventDefault(),t.stopPropagation()}}async setFocus(){this.getInputElement().setFocus()}async selectOption(t){this._selectOption(t)}connectedCallback(){this.weights=window.CuraAPI.theme.fonts.getWeights(),this.breakpoints=window.CuraAPI.theme.breakpoints.get(),this.styles["--info"]=window.CuraAPI.theme.colors.getColor("info-base"),this.styles["--purewhite"]=window.CuraAPI.theme.colors.getColor("neutral-purewhite"),this.styles["--neutral-light"]=window.CuraAPI.theme.colors.getColor("neutral-light"),this.styles["--neutral-dark"]=window.CuraAPI.theme.colors.getColor("neutral-dark"),this.styles["--neutral-black-shadow"]=window.CuraAPI.theme.colors.getColor("neutral-black",.16),this.styles["--error-dark"]=window.CuraAPI.theme.colors.getColor("error-dark"),this.styles["--error-lighter"]=window.CuraAPI.theme.colors.getColor("error-lighter"),this.styles["--primary"]=window.CuraAPI.theme.colors.getColor("primary"),this.styles["--font-size"]=window.CuraAPI.theme.fonts.getSize(),this.styles["--font-family"]=window.CuraAPI.theme.fonts.getFamily(),this.styles["--font-weight-medium"]=this.weights.medium,null===window||void 0===window||window.addEventListener("resize",this.handleWindowResize),null===window||void 0===window||window.addEventListener("orientationchange",this.handleWindowResize),(null===window||void 0===window?void 0:window.visualViewport)&&(window.visualViewport.addEventListener("resize",this.handleVisualViewportChange),window.visualViewport.addEventListener("scroll",this.handleVisualViewportChange)),this.isMobile=m()}componentDidLoad(){var t;this.dropdownElement=null===(t=this.host.shadowRoot)||void 0===t?void 0:t.querySelector(".dropdown-container"),this.host.addEventListener("actionclick",this.handleOptionActionClick),this.host.addEventListener("selectoption",this.handleSelectOption),this.scrollBehavior=new v(this.host,this.dropdownElement),setTimeout((()=>this.getSlotElements()),10)}disconnectedCallback(){this.removeAllListeners()}removeAllListeners(){null===window||void 0===window||window.removeEventListener("resize",this.handleWindowResize),null===window||void 0===window||window.removeEventListener("orientationchange",this.handleWindowResize),(null===window||void 0===window?void 0:window.visualViewport)&&(window.visualViewport.removeEventListener("resize",this.handleVisualViewportChange),window.visualViewport.removeEventListener("scroll",this.handleVisualViewportChange)),this.host.removeEventListener("actionclick",this.handleOptionActionClick),this.host.removeEventListener("selectoption",this.handleSelectOption)}moveHighlight(t){if(!this.dropdownSelectableItems.length)return;let e="next"===t?this.highlightedIndex+1:this.highlightedIndex-1;if(e<0)return void this.clearHighlight();const i=this.dropdownSelectableItems.length-1;e>i&&(e=i),this.highlightedElement&&(this.highlightedElement.highlighted=!1),this.highlightedIndex=e,this.highlightedElement=this.dropdownSelectableItems[e],this.highlightedElement.selected?this.moveHighlight(t):(this.highlightedElement.highlighted=!0,this.highlightedElement.scrollIntoView({behavior:"instant",block:"nearest",inline:"nearest"}))}clearHighlight(){this.highlightedElement&&(this.highlightedElement.highlighted=!1,this.highlightedElement=null),this.highlightedIndex=-1}selectHighlight(){this.highlightedElement&&(this._selectOption(this.highlightedElement.optionid),this.clearHighlight(),this.getInputElement().blur())}setValue(t){this.value!==t&&(this.value=t,this.valueTimeout&&clearTimeout(this.valueTimeout),this.valueTimeout=setTimeout((()=>{var t;const e=null!==(t=this.value)&&void 0!==t?t:"";this.termchange.emit(""===e||e.length<this.searchminchars?"":e)}),this.searchdelay||300))}_selectOption(t){if(!t)return this.clearSelectedOptions(),void this.setValue("");const e=this.dropdownSelectableItems.find((e=>e.optionid===t));e&&!e.selected&&(this.clearSelectedOptions(),this.selectedOptionElement=e,this.selectedOptionElement.selected=!0,this.setValue(this.selectedOptionElement.value),this.optionselect.emit(this.selectedOptionElement.optionid),this.zoomState&&setTimeout((()=>this.exitZoom()),this.blurTimeoutMs))}clearSelectedOptions(){this.dropdownSelectableItems.forEach((t=>{t.selected&&(t.selected=!1)})),this.selectedOptionElement=null}getSlotElements(){const t=[],e=[];let i=!1;this.dropdownElement&&this.dropdownElement.querySelector("slot").assignedElements().forEach((r=>{t.push(r),"cura-dropdown-search-option"===r.localName&&r.selectable&&e.push(r),"cura-dropdown-search-not-found"===r.localName&&(i=!0)})),this.dropdownSelectableItems=e,this.dropdownItems=t,this.status=i?"error":"default"}enterZoom(){this.scrollBehavior.disableScroll(),this.setZoomHeight(),this.zoomState=!0}exitZoom(){this.scrollBehavior.enableScroll(),this.setZoomHeight(),setTimeout((()=>{this.zoomState=!1}),300)}setZoomHeight(){if(null===window||void 0===window?void 0:window.visualViewport){const t=`${window.visualViewport.height}px`,e=`${window.visualViewport.offsetTop}px`;return void(this.styles=Object.assign(Object.assign({},this.styles),{"--height":t,"--top-offset":e}))}const t=window?`${window.innerHeight}px`:"100vh";this.styles=Object.assign(Object.assign({},this.styles),{"--height":t,"--top-offset":"0px"})}getClasses(){return{"component-container":!0,mobile:this.isMobile,zoom:this.zoomState,"dropdown-visible":this.isOnFocus&&this.dropdownItems.length>0&&!this.zoomState,error:"error"===this.status}}getHostCSSProperties(){return{"--max-height":this.maxheight||"400px"}}render(){return e(i,{key:"7a312071ecc60fe462636ad7b32bcb82b5d5c1a2",style:this.getHostCSSProperties(),role:"search","aria-label":this.label,"aria-required":this.required,"aria-disabled":this.disabled,"aria-expanded":this.zoomState},e("div",{key:"c4b906871b300013208649f8dcf9b27cf161daae",class:this.getClasses(),style:this.styles},e("div",{key:"97d3d3ae67dc79f2d04456555388cce9aec36f7d",class:"component-controls"},this.isMobile&&this.zoomState?e("cura-button-transparent",{fontColor:"dark",onClick:()=>this.handleBackClick(),iconName:"arrowLeft",size:"large",iconOnly:!0,color:"primary",id:"button-back"}):"",e("cura-input-text",{key:"53aa07646542b9941804f7a7f0d66f8c340ce664",disabled:this.disabled,label:this.label,part:"cura-input-field",mode:this.zoomState?"transparent":"default",required:this.required,iconName:this.icon||"search",value:this.value,status:this.status,onValueChange:t=>this.handleInputValueChange(t),onInput:t=>this._preventEvent(t),onFocus:()=>this.handleFocus(),onClick:t=>this._preventEvent(t),onBlur:()=>this.handleBlur(),onFocusout:()=>this.handleFocusout(),onInputClear:t=>this.handleInputClear(t),placeholder:this.placeholder,size:this.size,onKeyDown:t=>this.handleKeyDown(t)},e("slot",{key:"fb206e8295b0139082b79cc747bfe8e424df33fa",name:"helperText"}))),e("div",{key:"8ab0ad70e667c4b01b2f7a31fc5df6056b170565",class:"dropdown-container",onMouseOver:()=>this.handleDropdownMouseOver()},e("slot",{key:"dc3cda02f7a70d7229457d6c225a606ee2e03f52",onSlotchange:()=>this.handleSlotChange()}))))}get host(){return r(this)}};w.style=":host{display:block;box-sizing:border-box;position:relative}:host .component-controls{display:flex;align-items:center;justify-content:center;gap:calc(var(--cura-spacing-base) * 1px)}:host .component-controls #button-back{padding:0 0 0 calc(var(--cura-spacing-base) * 3px);width:max-content}:host .component-container{box-sizing:border-box;width:100%;position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:min-content 1fr}:host .component-container.zoom{position:fixed;top:var(--top-offset, 0);left:0;width:100vw;background:var(--purewhite);height:var(--height);z-index:9999;overscroll-behavior:contain}:host .component-container.zoom .component-controls{border-bottom:2px solid var(--primary);padding:calc(var(--cura-spacing-base) * 3px) 0}:host .component-container.zoom.error .component-controls{border-bottom:2px solid var(--error-dark);background-color:var(--error-lighter)}:host .component-container .dropdown-container{box-sizing:border-box;width:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;padding:calc(var(--cura-spacing-base) * 3px);overscroll-behavior:contain}:host .component-container:not(.zoom) .dropdown-container{box-shadow:0px 4px 8px 0px var(--neutral-black-shadow, rgba(38, 38, 38, 0.16));position:absolute;bottom:0;left:0;transform:translateY(100%);max-height:var(--max-height);background-color:var(--purewhite);border-radius:0px 0px calc(var(--cura-spacing-base) * 1px) calc(var(--cura-spacing-base) * 1px);border-bottom:2px solid var(--neutral-light);border-left:2px solid var(--neutral-light);border-right:2px solid var(--neutral-light);display:none;z-index:9997}:host .component-container:not(.zoom).dropdown-visible ::part(cura-input-field){border-radius:4px 4px 0px 0px}:host .component-container:not(.zoom).dropdown-visible ::part(cura-input-text-helper){height:0px;overflow:hidden;margin-top:0px}:host .component-container:not(.zoom).dropdown-visible .dropdown-container{display:block}";const k=class{constructor(e){t(this,e),this.styles={},this.theme=window.CuraAPI.theme}connectedCallback(){this.styles={"--neutral-light":this.theme.colors.getColor("neutral-light")}}render(){return e(i,{key:"511391a8c6c1c998b04e3093838173ae76549715"},e("div",{key:"63da720bb3d2cc354ef5f1e9ceaf0f2f9c396f4e",class:"component-container",style:this.styles},e("cura-heading",{key:"ba003607e581d4abaf2e6d617f94e3174d04a4b3",size:"xsmall",weight:"bold",color:"neutral-dark",marginBlock:"0",lineHeight:"1em"},e("slot",{key:"80b14ff99b42a64082895db81b4dbe78cd7545a3"}))))}};k.style=":host{display:block;box-sizing:border-box}:host .component-container{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;min-height:calc(var(--cura-spacing-base) * 10px);padding:0 calc(var(--cura-spacing-base) * 1px);border-bottom:1px solid var(--neutral-light);padding:calc(var(--cura-spacing-base) * 3px) 0}:host(:last-child) .component-container{border-bottom:none !important}";const y=class{constructor(e){t(this,e),this.actionclick=s(this,"actionclick"),this.selectoption=s(this,"selectoption"),this.selectable=!0,this.selected=!1,this.highlighted=!1,this.styles={},this.theme=window.CuraAPI.theme}connectedCallback(){this.styles={"--neutral-light":this.theme.colors.getColor("neutral-light"),"--neutral-white":this.theme.colors.getColor("neutral-white"),"--neutral-dark":this.theme.colors.getColor("neutral-dark"),"--neutral-black":this.theme.colors.getColor("neutral-black"),"--primary-lighter-50":this.theme.colors.getColor("primary-lighter",.5),"--primary-light":this.theme.colors.getColor("primary-light"),"--primary":this.theme.colors.getColor("primary-base")}}handleSelect(){this.selectable?this.selectoption.emit(this.optionid):this.actionclick.emit()}handleActionsClick(){this.actionclick.emit()}getClasses(){return{"component-container":!0,selected:this.selected,highlighted:this.highlighted,"not-selectable":!this.selectable}}render(){return e(i,{key:"6168a95a628d07878f472c310390bf9c45bd5057"},e("div",{key:"29763282f101a9fbe205c91e7b3c70fa51878e63",class:this.getClasses(),style:this.styles},e("div",{key:"46bd7a250ad866b984e6f4184aa4800e89b741c9",class:"selectable-container",onClick:()=>this.handleSelect()},e("slot",{key:"77088405f3cc4f077e49a4266fb926348774d9e9",name:"image"}),e("div",{key:"96baef2af4ffe7c5ec809a5adbd0512120b6c71c",class:"content"},e("slot",{key:"e41794e8eaff6bfe1516e88e8591ca915eb7ad3f"}))),e("div",{key:"991bca3b0956519b531d576a1738bc3f200cc73f",class:"actions-container",onClick:()=>this.handleActionsClick()},e("slot",{key:"098e8c29ab48ef8e0cfff2a48a31860eafb62487",name:"actions"}))))}};y.style=":host{display:block;box-sizing:border-box}:host .component-container{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;min-height:calc(var(--cura-spacing-base) * 10px);padding:0 calc(var(--cura-spacing-base) * 1px);border-bottom:1px solid var(--neutral-light);transition:background-color 0.15s linear}:host .component-container:not(.selected):not(.not-selectable):has(.selectable-container:hover),:host .component-container:not(.selected):not(.not-selectable).highlighted{background-color:var(--neutral-white)}:host .selectable-container{flex:1;display:flex;align-items:center;justify-content:flex-start;padding:calc(var(--cura-spacing-base) * 3px) 0;min-height:calc(var(--cura-spacing-base) * 10px);min-width:0;gap:calc(var(--cura-spacing-base) * 1px);cursor:pointer}:host .selectable-container .content{flex:1;align-items:center;justify-content:flex-end;padding-right:calc(var(--cura-spacing-base) * 1px);min-width:0}:host .selectable-container ::slotted(cura-icon){--color:var(--neutral-dark) !important;margin:0 10px}:host .selectable-container ::slotted(cura-avatar){margin:0 calc(var(--cura-spacing-base) * 1px)}:host .selectable-container ::slotted(cura-heading),:host .selectable-container ::slotted(cura-paragraph){--margin-block:0 !important;--color-spot:var(--primary) !important}:host .selectable-container ::slotted(cura-heading){--color-body:var(--neutral-black) !important}:host .selectable-container ::slotted(cura-paragraph){--color-body:var(--neutral-dark) !important}:host .selected{background-color:var(--primary-lighter-50);border-bottom-color:var(--primary-light)}:host .selected .selectable-container{cursor:default}:host .selected .selectable-container ::slotted(cura-icon){--color:var(--primary) !important}:host .selected .selectable-container ::slotted(cura-heading){--color-body:var(--primary) !important}:host .actions-container{display:flex}:host .actions-container ::slotted(*){padding-left:calc(var(--cura-spacing-base) * 1px)}:host .not-selectable .selectable-container{cursor:default}:host(:last-child) .component-container{border-bottom:none !important}";const C=class{constructor(e){t(this,e),this.level=1,this.size="medium",this.weight="regular",this.spotColor="accent-dark",this.marginBlock="1.25em",this.lineHeight="130%",this.textOverflow="none",this.styles={},this.theme=window.CuraAPI.theme}connectedCallback(){this.setFontProperties()}getClasses(){const t={"textoverflow-single":"single"===this.textOverflow};return t[this.size.toLowerCase()]=!0,t[`${this.weight.toLowerCase()}-weight`]=!0,t}setFontProperties(){this.weights=this.theme.fonts.getWeights(),this.fontSizeBase=this.theme.fonts.getSize(),this.styles={"--font-family":window.CuraAPI.theme.fonts.getFamily("heading"),"--font-weight-regular":this.weights.regular,"--font-weight-medium":this.weights.medium,"--font-weight-bold":this.weights.bold,"--font-weight-black":this.weights.black}}hostCSSProperties(){const t=this.color?this.theme.colors.getColor(this.color):this.theme.fonts.getColor();return{"--margin-block":this.marginBlock,"--font-size-base":this.fontSizeBase,"--line-height":this.lineHeight,"--color-body":t||this.theme.colors.getColor("neutral-darker"),"--color-spot":this.theme.colors.getColor(`${this.spotColor}`)}}getHeadingTag(){const t={1:e("h1",{style:this.styles,class:this.getClasses()},e("slot",null)),2:e("h2",{style:this.styles,class:this.getClasses()},e("slot",null)),3:e("h3",{style:this.styles,class:this.getClasses()},e("slot",null)),4:e("h4",{style:this.styles,class:this.getClasses()},e("slot",null)),5:e("h5",{style:this.styles,class:this.getClasses()},e("slot",null)),6:e("h6",{style:this.styles,class:this.getClasses()},e("slot",null)),default:e("h1",{style:this.styles,class:this.getClasses()},e("slot",null))};return t[`${this.level}`]||t.default}render(){return e(i,{key:"d32c25d0110f82182f4559789f3d2db04e040afe",style:this.hostCSSProperties(),role:"heading","aria-level":this.level},this.getHeadingTag())}get host(){return r(this)}};C.style=":host{display:block;font-size:var(--font-size-base)}:host h1,:host h2,:host h3,:host h4,:host h5,:host h6{font-family:var(--font-family);font-size:1.714em;font-weight:var(--font-weight-regular);color:var(--color-body);line-height:var(--line-height);margin-block:var(--margin-block);letter-spacing:0px}:host h1.bold-weight,:host h2.bold-weight,:host h3.bold-weight,:host h4.bold-weight,:host h5.bold-weight,:host h6.bold-weight{font-weight:var(--font-weight-medium)}:host h1.large,:host h2.large,:host h3.large,:host h4.large,:host h5.large,:host h6.large{font-size:2.071em;letter-spacing:-0.58px}:host h1.small,:host h2.small,:host h3.small,:host h4.small,:host h5.small,:host h6.small{font-size:1.214em;line-height:calc(var(--line-height) + 20%)}:host h1.small.bold-weight,:host h1.small ::slotted(b),:host h1.small ::slotted(strong),:host h2.small.bold-weight,:host h2.small ::slotted(b),:host h2.small ::slotted(strong),:host h3.small.bold-weight,:host h3.small ::slotted(b),:host h3.small ::slotted(strong),:host h4.small.bold-weight,:host h4.small ::slotted(b),:host h4.small ::slotted(strong),:host h5.small.bold-weight,:host h5.small ::slotted(b),:host h5.small ::slotted(strong),:host h6.small.bold-weight,:host h6.small ::slotted(b),:host h6.small ::slotted(strong){font-weight:var(--font-weight-bold)}:host h1.xsmall,:host h2.xsmall,:host h3.xsmall,:host h4.xsmall,:host h5.xsmall,:host h6.xsmall{font-size:0.8571428571em;font-weight:var(--font-weight-medium);letter-spacing:0.6px}:host h1.xsmall.bold-weight,:host h1.xsmall ::slotted(b),:host h1.xsmall ::slotted(strong),:host h2.xsmall.bold-weight,:host h2.xsmall ::slotted(b),:host h2.xsmall ::slotted(strong),:host h3.xsmall.bold-weight,:host h3.xsmall ::slotted(b),:host h3.xsmall ::slotted(strong),:host h4.xsmall.bold-weight,:host h4.xsmall ::slotted(b),:host h4.xsmall ::slotted(strong),:host h5.xsmall.bold-weight,:host h5.xsmall ::slotted(b),:host h5.xsmall ::slotted(strong),:host h6.xsmall.bold-weight,:host h6.xsmall ::slotted(b),:host h6.xsmall ::slotted(strong){font-weight:var(--font-weight-bold)}:host h1.textoverflow-single,:host h2.textoverflow-single,:host h3.textoverflow-single,:host h4.textoverflow-single,:host h5.textoverflow-single,:host h6.textoverflow-single{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}:host h1 ::slotted(b),:host h1 ::slotted(strong),:host h2 ::slotted(b),:host h2 ::slotted(strong),:host h3 ::slotted(b),:host h3 ::slotted(strong),:host h4 ::slotted(b),:host h4 ::slotted(strong),:host h5 ::slotted(b),:host h5 ::slotted(strong),:host h6 ::slotted(b),:host h6 ::slotted(strong){font-weight:var(--font-weight-medium)}:host h1 ::slotted(a),:host h2 ::slotted(a),:host h3 ::slotted(a),:host h4 ::slotted(a),:host h5 ::slotted(a),:host h6 ::slotted(a){font-weight:var(--font-weight-bold);color:var(--color-spot);text-underline-offset:10%;cursor:pointer}:host h1 ::slotted(u),:host h2 ::slotted(u),:host h3 ::slotted(u),:host h4 ::slotted(u),:host h5 ::slotted(u),:host h6 ::slotted(u){text-underline-offset:10%}:host h1 ::slotted(abbr),:host h2 ::slotted(abbr),:host h3 ::slotted(abbr),:host h4 ::slotted(abbr),:host h5 ::slotted(abbr),:host h6 ::slotted(abbr){color:var(--color-spot);text-decoration:underline dashed 1px var(--color-spot);text-underline-offset:10%;cursor:default}:host h1 ::slotted(i),:host h2 ::slotted(i),:host h3 ::slotted(i),:host h4 ::slotted(i),:host h5 ::slotted(i),:host h6 ::slotted(i){font-weight:var(--font-weight-medium)}:host h1 ::slotted(em),:host h2 ::slotted(em),:host h3 ::slotted(em),:host h4 ::slotted(em),:host h5 ::slotted(em),:host h6 ::slotted(em){color:var(--color-spot);font-weight:var(--font-weight-bold);font-style:normal}@media (min-width: 769px) and (max-width: 1920px){:host h1,:host h2,:host h3,:host h4,:host h5,:host h6{font-size:2em}:host h1.large,:host h2.large,:host h3.large,:host h4.large,:host h5.large,:host h6.large{font-size:2.357em;letter-spacing:-0.66px}:host h1.small,:host h2.small,:host h3.small,:host h4.small,:host h5.small,:host h6.small{font-size:1.357em}:host h1.xsmall,:host h2.xsmall,:host h3.xsmall,:host h4.xsmall,:host h5.xsmall,:host h6.xsmall{font-size:0.8571428571em;line-height:calc(var(--line-height) + 3%);letter-spacing:0.72px}}@media (min-width: 1921px){:host h1,:host h2,:host h3,:host h4,:host h5,:host h6{font-size:2.5em;line-height:calc(var(--line-height) + 5%);letter-spacing:-0.82px}:host h1.large,:host h2.large,:host h3.large,:host h4.large,:host h5.large,:host h6.large{font-size:2.929em}:host h1.small,:host h2.small,:host h3.small,:host h4.small,:host h5.small,:host h6.small{font-size:1.714em;line-height:calc(var(--line-height) + 30%);letter-spacing:0%}:host h1.xsmall,:host h2.xsmall,:host h3.xsmall,:host h4.xsmall,:host h5.xsmall,:host h6.xsmall{font-size:1em;line-height:calc(var(--line-height) + 12.857%);letter-spacing:0.28px}}";const A=class{constructor(e){t(this,e),this.name="",this.color="neutral-base",this.iconset="default",this.disabled=!1}sizeHandler(t){var e;this.setHostProperty("--size",n[`${t}`]?`${n[t].size}px`:`${n.default.size}px`),this.setHostProperty("--stroke",n[e=n[`${t}`]?t:"default"].stroke*(n.default.size/n[e].size)+"px")}colorHandler(){this.setHostProperty("--color",window.CuraAPI.theme.colors.getColor(this.disabled?"neutral-light":this.color||"neutral"))}connectedCallback(){this.assetsPath=window.CuraAPI.localAssetsPath,this.sizeHandler(this.size),this.colorHandler()}setHostProperty(t,e){this.host.style.setProperty(t,e)}render(){return e(i,{key:"5dfb1ead36b19cb799e5dad924426356b23500d4",role:"img"},e("svg",{key:"9df09822b70978c96afb525cf5967145513b4a56",version:"1.1",viewBox:"0 0 24 24",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg"},e("use",{key:"8ce9a2c0e434ee559a8c0ff2fb14a30093ce434a",xlinkHref:`${this.assetsPath}/icons/iconset-${this.iconset}.svg#${this.name}`})))}get host(){return r(this)}static get watchers(){return{size:[{sizeHandler:0}],color:[{colorHandler:0}],disabled:[{colorHandler:0}]}}};function z(t){return"string"==typeof t||t instanceof String}function F(t){var e;return"object"==typeof t&&null!=t&&"Object"===(null==t||null==(e=t.constructor)?void 0:e.name)}function B(t,e){return Array.isArray(e)?B(t,((t,i)=>e.includes(i))):Object.entries(t).reduce(((t,i)=>{let[r,s]=i;return e(s,r)&&(t[r]=s),t}),{})}A.style=":host{width:var(--size);height:var(--size);display:inline-block}:host svg{display:inline-block;stroke:var(--color);width:var(--size);height:var(--size);stroke-width:var(--stroke);fill:none}";const E="NONE",D="LEFT",_="FORCE_LEFT",S="RIGHT",O="FORCE_RIGHT";function L(t){return t.replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1")}function M(t,e){if(e===t)return!0;const i=Array.isArray(e),r=Array.isArray(t);let s;if(i&&r){if(e.length!=t.length)return!1;for(s=0;s<e.length;s++)if(!M(e[s],t[s]))return!1;return!0}if(i!=r)return!1;if(e&&t&&"object"==typeof e&&"object"==typeof t){const i=e instanceof Date,r=t instanceof Date;if(i&&r)return e.getTime()==t.getTime();if(i!=r)return!1;const o=e instanceof RegExp,a=t instanceof RegExp;if(o&&a)return e.toString()==t.toString();if(o!=a)return!1;const n=Object.keys(e);for(s=0;s<n.length;s++)if(!Object.prototype.hasOwnProperty.call(t,n[s]))return!1;for(s=0;s<n.length;s++)if(!M(t[n[s]],e[n[s]]))return!1;return!0}return!(!e||!t||"function"!=typeof e||"function"!=typeof t)&&e.toString()===t.toString()}class j{constructor(t){for(Object.assign(this,t);this.value.slice(0,this.startChangePos)!==this.oldValue.slice(0,this.startChangePos);)--this.oldSelection.start;if(this.insertedCount)for(;this.value.slice(this.cursorPos)!==this.oldValue.slice(this.oldSelection.end);)this.value.length-this.cursorPos<this.oldValue.length-this.oldSelection.end?++this.oldSelection.end:++this.cursorPos}get startChangePos(){return Math.min(this.cursorPos,this.oldSelection.start)}get insertedCount(){return this.cursorPos-this.startChangePos}get inserted(){return this.value.substr(this.startChangePos,this.insertedCount)}get removedCount(){return Math.max(this.oldSelection.end-this.startChangePos||this.oldValue.length-this.value.length,0)}get removed(){return this.oldValue.substr(this.startChangePos,this.removedCount)}get head(){return this.value.substring(0,this.startChangePos)}get tail(){return this.value.substring(this.startChangePos+this.insertedCount)}get removeDirection(){return!this.removedCount||this.insertedCount?E:this.oldSelection.end!==this.cursorPos&&this.oldSelection.start!==this.cursorPos||this.oldSelection.end!==this.oldSelection.start?D:S}}function I(t,e){return new I.InputMask(t,e)}function P(t){if(null==t)throw new Error("mask property should be defined");return t instanceof RegExp?I.MaskedRegExp:z(t)?I.MaskedPattern:t===Date?I.MaskedDate:t===Number?I.MaskedNumber:Array.isArray(t)||t===Array?I.MaskedDynamic:I.Masked&&t.prototype instanceof I.Masked?t:I.Masked&&t instanceof I.Masked?t.constructor:t instanceof Function?I.MaskedFunction:(console.warn("Mask not found for mask",t),I.Masked)}function T(t){if(!t)throw new Error("Options in not defined");if(I.Masked){if(t.prototype instanceof I.Masked)return{mask:t};const{mask:e,...i}=t instanceof I.Masked?{mask:t}:F(t)&&t.mask instanceof I.Masked?t:{};if(e){const t=e.mask;return{...B(e,((t,e)=>!e.startsWith("_"))),mask:e.constructor,_mask:t,...i}}}return F(t)?{...t}:{mask:t}}function V(t){if(I.Masked&&t instanceof I.Masked)return t;const e=T(t),i=P(e.mask);if(!i)throw new Error("Masked class is not found for provided mask "+e.mask+", appropriate module needs to be imported manually before creating mask.");return e.mask===i&&delete e.mask,e._mask&&(e.mask=e._mask,delete e._mask),new i(e)}I.createMask=V;class ${get selectionStart(){let t;try{t=this._unsafeSelectionStart}catch{}return null!=t?t:this.value.length}get selectionEnd(){let t;try{t=this._unsafeSelectionEnd}catch{}return null!=t?t:this.value.length}select(t,e){if(null!=t&&null!=e&&(t!==this.selectionStart||e!==this.selectionEnd))try{this._unsafeSelect(t,e)}catch{}}get isActive(){return!1}}I.MaskElement=$;class R extends ${constructor(t){super(),this.input=t,this._onKeydown=this._onKeydown.bind(this),this._onInput=this._onInput.bind(this),this._onBeforeinput=this._onBeforeinput.bind(this),this._onCompositionEnd=this._onCompositionEnd.bind(this)}get rootElement(){var t,e,i;return null!=(t=null==(e=(i=this.input).getRootNode)?void 0:e.call(i))?t:document}get isActive(){return this.input===this.rootElement.activeElement}bindEvents(t){this.input.addEventListener("keydown",this._onKeydown),this.input.addEventListener("input",this._onInput),this.input.addEventListener("beforeinput",this._onBeforeinput),this.input.addEventListener("compositionend",this._onCompositionEnd),this.input.addEventListener("drop",t.drop),this.input.addEventListener("click",t.click),this.input.addEventListener("focus",t.focus),this.input.addEventListener("blur",t.commit),this._handlers=t}_onKeydown(t){return this._handlers.redo&&(90===t.keyCode&&t.shiftKey&&(t.metaKey||t.ctrlKey)||89===t.keyCode&&t.ctrlKey)?(t.preventDefault(),this._handlers.redo(t)):this._handlers.undo&&90===t.keyCode&&(t.metaKey||t.ctrlKey)?(t.preventDefault(),this._handlers.undo(t)):void(t.isComposing||this._handlers.selectionChange(t))}_onBeforeinput(t){return"historyUndo"===t.inputType&&this._handlers.undo?(t.preventDefault(),this._handlers.undo(t)):"historyRedo"===t.inputType&&this._handlers.redo?(t.preventDefault(),this._handlers.redo(t)):void 0}_onCompositionEnd(t){this._handlers.input(t)}_onInput(t){t.isComposing||this._handlers.input(t)}unbindEvents(){this.input.removeEventListener("keydown",this._onKeydown),this.input.removeEventListener("input",this._onInput),this.input.removeEventListener("beforeinput",this._onBeforeinput),this.input.removeEventListener("compositionend",this._onCompositionEnd),this.input.removeEventListener("drop",this._handlers.drop),this.input.removeEventListener("click",this._handlers.click),this.input.removeEventListener("focus",this._handlers.focus),this.input.removeEventListener("blur",this._handlers.commit),this._handlers={}}}I.HTMLMaskElement=R;class H extends R{constructor(t){super(t),this.input=t}get _unsafeSelectionStart(){return null!=this.input.selectionStart?this.input.selectionStart:this.value.length}get _unsafeSelectionEnd(){return this.input.selectionEnd}_unsafeSelect(t,e){this.input.setSelectionRange(t,e)}get value(){return this.input.value}set value(t){this.input.value=t}}I.HTMLMaskElement=R;class N extends R{get _unsafeSelectionStart(){const t=this.rootElement,e=t.getSelection&&t.getSelection(),i=e&&e.anchorOffset,r=e&&e.focusOffset;return null==r||null==i||i<r?i:r}get _unsafeSelectionEnd(){const t=this.rootElement,e=t.getSelection&&t.getSelection(),i=e&&e.anchorOffset,r=e&&e.focusOffset;return null==r||null==i||i>r?i:r}_unsafeSelect(t,e){if(!this.rootElement.createRange)return;const i=this.rootElement.createRange();i.setStart(this.input.firstChild||this.input,t),i.setEnd(this.input.lastChild||this.input,e);const r=this.rootElement,s=r.getSelection&&r.getSelection();s&&(s.removeAllRanges(),s.addRange(i))}get value(){return this.input.textContent||""}set value(t){this.input.textContent=t}}I.HTMLContenteditableMaskElement=N;class q{constructor(){this.states=[],this.currentIndex=0}get currentState(){return this.states[this.currentIndex]}get isEmpty(){return 0===this.states.length}push(t){this.currentIndex<this.states.length-1&&(this.states.length=this.currentIndex+1),this.states.push(t),this.states.length>q.MAX_LENGTH&&this.states.shift(),this.currentIndex=this.states.length-1}go(t){return this.currentIndex=Math.min(Math.max(this.currentIndex+t,0),this.states.length-1),this.currentState}undo(){return this.go(-1)}redo(){return this.go(1)}clear(){this.states.length=0,this.currentIndex=0}}q.MAX_LENGTH=100,I.InputMask=class{constructor(t,e){this.el=t instanceof $?t:t.isContentEditable&&"INPUT"!==t.tagName&&"TEXTAREA"!==t.tagName?new N(t):new H(t),this.masked=V(e),this._listeners={},this._value="",this._unmaskedValue="",this._rawInputValue="",this.history=new q,this._saveSelection=this._saveSelection.bind(this),this._onInput=this._onInput.bind(this),this._onChange=this._onChange.bind(this),this._onDrop=this._onDrop.bind(this),this._onFocus=this._onFocus.bind(this),this._onClick=this._onClick.bind(this),this._onUndo=this._onUndo.bind(this),this._onRedo=this._onRedo.bind(this),this.alignCursor=this.alignCursor.bind(this),this.alignCursorFriendly=this.alignCursorFriendly.bind(this),this._bindEvents(),this.updateValue(),this._onChange()}maskEquals(t){var e;return null==t||(null==(e=this.masked)?void 0:e.maskEquals(t))}get mask(){return this.masked.mask}set mask(t){if(this.maskEquals(t))return;if(!(t instanceof I.Masked)&&this.masked.constructor===P(t))return void this.masked.updateOptions({mask:t});const e=t instanceof I.Masked?t:V({mask:t});e.unmaskedValue=this.masked.unmaskedValue,this.masked=e}get value(){return this._value}set value(t){this.value!==t&&(this.masked.value=t,this.updateControl("auto"))}get unmaskedValue(){return this._unmaskedValue}set unmaskedValue(t){this.unmaskedValue!==t&&(this.masked.unmaskedValue=t,this.updateControl("auto"))}get rawInputValue(){return this._rawInputValue}set rawInputValue(t){this.rawInputValue!==t&&(this.masked.rawInputValue=t,this.updateControl(),this.alignCursor())}get typedValue(){return this.masked.typedValue}set typedValue(t){this.masked.typedValueEquals(t)||(this.masked.typedValue=t,this.updateControl("auto"))}get displayValue(){return this.masked.displayValue}_bindEvents(){this.el.bindEvents({selectionChange:this._saveSelection,input:this._onInput,drop:this._onDrop,click:this._onClick,focus:this._onFocus,commit:this._onChange,undo:this._onUndo,redo:this._onRedo})}_unbindEvents(){this.el&&this.el.unbindEvents()}_fireEvent(t,e){const i=this._listeners[t];i&&i.forEach((t=>t(e)))}get selectionStart(){return this._cursorChanging?this._changingCursorPos:this.el.selectionStart}get cursorPos(){return this._cursorChanging?this._changingCursorPos:this.el.selectionEnd}set cursorPos(t){this.el&&this.el.isActive&&(this.el.select(t,t),this._saveSelection())}_saveSelection(){this.displayValue!==this.el.value&&console.warn("Element value was changed outside of mask. Syncronize mask using `mask.updateValue()` to work properly."),this._selection={start:this.selectionStart,end:this.cursorPos}}updateValue(){this.masked.value=this.el.value,this._value=this.masked.value,this._unmaskedValue=this.masked.unmaskedValue,this._rawInputValue=this.masked.rawInputValue}updateControl(t){const e=this.masked.unmaskedValue,i=this.masked.value,r=this.masked.rawInputValue,s=this.displayValue,o=this.unmaskedValue!==e||this.value!==i||this._rawInputValue!==r;this._unmaskedValue=e,this._value=i,this._rawInputValue=r,this.el.value!==s&&(this.el.value=s),"auto"===t?this.alignCursor():null!=t&&(this.cursorPos=t),o&&this._fireChangeEvents(),this._historyChanging||!o&&!this.history.isEmpty||this.history.push({unmaskedValue:e,selection:{start:this.selectionStart,end:this.cursorPos}})}updateOptions(t){const{mask:e,...i}=t,r=!this.maskEquals(e),s=this.masked.optionsIsChanged(i);r&&(this.mask=e),s&&this.masked.updateOptions(i),(r||s)&&this.updateControl()}updateCursor(t){null!=t&&(this.cursorPos=t,this._delayUpdateCursor(t))}_delayUpdateCursor(t){this._abortUpdateCursor(),this._changingCursorPos=t,this._cursorChanging=setTimeout((()=>{this.el&&(this.cursorPos=this._changingCursorPos,this._abortUpdateCursor())}),10)}_fireChangeEvents(){this._fireEvent("accept",this._inputEvent),this.masked.isComplete&&this._fireEvent("complete",this._inputEvent)}_abortUpdateCursor(){this._cursorChanging&&(clearTimeout(this._cursorChanging),delete this._cursorChanging)}alignCursor(){this.cursorPos=this.masked.nearestInputPos(this.masked.nearestInputPos(this.cursorPos,D))}alignCursorFriendly(){this.selectionStart===this.cursorPos&&this.alignCursor()}on(t,e){return this._listeners[t]||(this._listeners[t]=[]),this._listeners[t].push(e),this}off(t,e){if(!this._listeners[t])return this;if(!e)return delete this._listeners[t],this;const i=this._listeners[t].indexOf(e);return i>=0&&this._listeners[t].splice(i,1),this}_onInput(t){this._inputEvent=t,this._abortUpdateCursor();const e=new j({value:this.el.value,cursorPos:this.cursorPos,oldValue:this.displayValue,oldSelection:this._selection}),i=this.masked.rawInputValue,r=this.masked.splice(e.startChangePos,e.removed.length,e.inserted,e.removeDirection,{input:!0,raw:!0}).offset,s=i===this.masked.rawInputValue?e.removeDirection:E;let o=this.masked.nearestInputPos(e.startChangePos+r,s);s!==E&&(o=this.masked.nearestInputPos(o,E)),this.updateControl(o),delete this._inputEvent}_onChange(){this.displayValue!==this.el.value&&this.updateValue(),this.masked.doCommit(),this.updateControl(),this._saveSelection()}_onDrop(t){t.preventDefault(),t.stopPropagation()}_onFocus(t){this.alignCursorFriendly()}_onClick(t){this.alignCursorFriendly()}_onUndo(){this._applyHistoryState(this.history.undo())}_onRedo(){this._applyHistoryState(this.history.redo())}_applyHistoryState(t){t&&(this._historyChanging=!0,this.unmaskedValue=t.unmaskedValue,this.el.select(t.selection.start,t.selection.end),this._saveSelection(),this._historyChanging=!1)}destroy(){this._unbindEvents(),this._listeners.length=0,delete this.el}};class U{static normalize(t){return Array.isArray(t)?t:[t,new U]}constructor(t){Object.assign(this,{inserted:"",rawInserted:"",tailShift:0,skip:!1},t)}aggregate(t){return this.inserted+=t.inserted,this.rawInserted+=t.rawInserted,this.tailShift+=t.tailShift,this.skip=this.skip||t.skip,this}get offset(){return this.tailShift+this.inserted.length}get consumed(){return Boolean(this.rawInserted)||this.skip}equals(t){return this.inserted===t.inserted&&this.tailShift===t.tailShift&&this.rawInserted===t.rawInserted&&this.skip===t.skip}}I.ChangeDetails=U;class K{constructor(t,e,i){void 0===t&&(t=""),void 0===e&&(e=0),this.value=t,this.from=e,this.stop=i}toString(){return this.value}extend(t){this.value+=String(t)}appendTo(t){return t.append(this.toString(),{tail:!0}).aggregate(t._appendPlaceholder())}get state(){return{value:this.value,from:this.from,stop:this.stop}}set state(t){Object.assign(this,t)}unshift(t){if(!this.value.length||null!=t&&this.from>=t)return"";const e=this.value[0];return this.value=this.value.slice(1),e}shift(){if(!this.value.length)return"";const t=this.value[this.value.length-1];return this.value=this.value.slice(0,-1),t}}class Y{constructor(t){this._value="",this._update({...Y.DEFAULTS,...t}),this._initialized=!0}updateOptions(t){this.optionsIsChanged(t)&&this.withValueRefresh(this._update.bind(this,t))}_update(t){Object.assign(this,t)}get state(){return{_value:this.value,_rawInputValue:this.rawInputValue}}set state(t){this._value=t._value}reset(){this._value=""}get value(){return this._value}set value(t){this.resolve(t,{input:!0})}resolve(t,e){void 0===e&&(e={input:!0}),this.reset(),this.append(t,e,""),this.doCommit()}get unmaskedValue(){return this.value}set unmaskedValue(t){this.resolve(t,{})}get typedValue(){return this.parse?this.parse(this.value,this):this.unmaskedValue}set typedValue(t){this.format?this.value=this.format(t,this):this.unmaskedValue=String(t)}get rawInputValue(){return this.extractInput(0,this.displayValue.length,{raw:!0})}set rawInputValue(t){this.resolve(t,{raw:!0})}get displayValue(){return this.value}get isComplete(){return!0}get isFilled(){return this.isComplete}nearestInputPos(t,e){return t}totalInputPositions(t,e){return void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length),Math.min(this.displayValue.length,e-t)}extractInput(t,e,i){return void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length),this.displayValue.slice(t,e)}extractTail(t,e){return void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length),new K(this.extractInput(t,e),t)}appendTail(t){return z(t)&&(t=new K(String(t))),t.appendTo(this)}_appendCharRaw(t,e){return t?(this._value+=t,new U({inserted:t,rawInserted:t})):new U}_appendChar(t,e,i){void 0===e&&(e={});const r=this.state;let s;if([t,s]=this.doPrepareChar(t,e),t&&(s=s.aggregate(this._appendCharRaw(t,e)),!s.rawInserted&&"pad"===this.autofix)){const i=this.state;this.state=r;let o=this.pad(e);const a=this._appendCharRaw(t,e);o=o.aggregate(a),a.rawInserted||o.equals(s)?s=o:this.state=i}if(s.inserted){let t,o=!1!==this.doValidate(e);if(o&&null!=i){const e=this.state;if(!0===this.overwrite){t=i.state;for(let t=0;t<s.rawInserted.length;++t)i.unshift(this.displayValue.length-s.tailShift)}let r=this.appendTail(i);if(o=r.rawInserted.length===i.toString().length,!(o&&r.inserted||"shift"!==this.overwrite)){this.state=e,t=i.state;for(let t=0;t<s.rawInserted.length;++t)i.shift();r=this.appendTail(i),o=r.rawInserted.length===i.toString().length}o&&r.inserted&&(this.state=e)}o||(s=new U,this.state=r,i&&t&&(i.state=t))}return s}_appendPlaceholder(){return new U}_appendEager(){return new U}append(t,e,i){if(!z(t))throw new Error("value should be string");const r=z(i)?new K(String(i)):i;let s;null!=e&&e.tail&&(e._beforeTailState=this.state),[t,s]=this.doPrepare(t,e);for(let i=0;i<t.length;++i){const o=this._appendChar(t[i],e,r);if(!o.rawInserted&&!this.doSkipInvalid(t[i],e,r))break;s.aggregate(o)}return(!0===this.eager||"append"===this.eager)&&null!=e&&e.input&&t&&s.aggregate(this._appendEager()),null!=r&&(s.tailShift+=this.appendTail(r).tailShift),s}remove(t,e){return void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length),this._value=this.displayValue.slice(0,t)+this.displayValue.slice(e),new U}withValueRefresh(t){if(this._refreshing||!this._initialized)return t();this._refreshing=!0;const e=this.rawInputValue,i=this.value,r=t();return this.rawInputValue=e,this.value&&this.value!==i&&0===i.indexOf(this.value)&&(this.append(i.slice(this.displayValue.length),{},""),this.doCommit()),delete this._refreshing,r}runIsolated(t){if(this._isolated||!this._initialized)return t(this);this._isolated=!0;const e=this.state,i=t(this);return this.state=e,delete this._isolated,i}doSkipInvalid(t,e,i){return Boolean(this.skipInvalid)}doPrepare(t,e){return void 0===e&&(e={}),U.normalize(this.prepare?this.prepare(t,this,e):t)}doPrepareChar(t,e){return void 0===e&&(e={}),U.normalize(this.prepareChar?this.prepareChar(t,this,e):t)}doValidate(t){return(!this.validate||this.validate(this.value,this,t))&&(!this.parent||this.parent.doValidate(t))}doCommit(){this.commit&&this.commit(this.value,this)}splice(t,e,i,r,s){void 0===i&&(i=""),void 0===r&&(r=E),void 0===s&&(s={input:!0});const o=t+e,a=this.extractTail(o),n=!0===this.eager||"remove"===this.eager;let h;n&&(r=function(t){switch(t){case D:return _;case S:return O;default:return t}}(r),h=this.extractInput(0,o,{raw:!0}));let l=t;const u=new U;if(r!==E&&(l=this.nearestInputPos(t,e>1&&0!==t&&!n?E:r),u.tailShift=l-t),u.aggregate(this.remove(l)),n&&r!==E&&h===this.rawInputValue)if(r===_){let t;for(;h===this.rawInputValue&&(t=this.displayValue.length);)u.aggregate(new U({tailShift:-1})).aggregate(this.remove(t-1))}else r===O&&a.unshift();return u.aggregate(this.append(i,s,a))}maskEquals(t){return this.mask===t}optionsIsChanged(t){return!M(this,t)}typedValueEquals(t){const e=this.typedValue;return t===e||Y.EMPTY_VALUES.includes(t)&&Y.EMPTY_VALUES.includes(e)||!!this.format&&this.format(t,this)===this.format(this.typedValue,this)}pad(t){return new U}}Y.DEFAULTS={skipInvalid:!0},Y.EMPTY_VALUES=[void 0,null,""],I.Masked=Y;class Z{constructor(t,e){void 0===t&&(t=[]),void 0===e&&(e=0),this.chunks=t,this.from=e}toString(){return this.chunks.map(String).join("")}extend(t){if(!String(t))return;t=z(t)?new K(String(t)):t;const e=this.chunks[this.chunks.length-1],i=e&&(e.stop===t.stop||null==t.stop)&&t.from===e.from+e.toString().length;if(t instanceof K)i?e.extend(t.toString()):this.chunks.push(t);else if(t instanceof Z){if(null==t.stop){let e;for(;t.chunks.length&&null==t.chunks[0].stop;)e=t.chunks.shift(),e.from+=t.from,this.extend(e)}t.toString()&&(t.stop=t.blockIndex,this.chunks.push(t))}}appendTo(t){if(!(t instanceof I.MaskedPattern))return new K(this.toString()).appendTo(t);const e=new U;for(let i=0;i<this.chunks.length;++i){const r=this.chunks[i],s=t._mapPosToBlock(t.displayValue.length),o=r.stop;let a;if(null!=o&&(!s||s.index<=o)&&((r instanceof Z||t._stops.indexOf(o)>=0)&&e.aggregate(t._appendPlaceholder(o)),a=r instanceof Z&&t._blocks[o]),a){const i=a.appendTail(r);e.aggregate(i);const s=r.toString().slice(i.rawInserted.length);s&&e.aggregate(t.append(s,{tail:!0}))}else e.aggregate(t.append(r.toString(),{tail:!0}))}return e}get state(){return{chunks:this.chunks.map((t=>t.state)),from:this.from,stop:this.stop,blockIndex:this.blockIndex}}set state(t){const{chunks:e,...i}=t;Object.assign(this,i),this.chunks=e.map((t=>{const e="chunks"in t?new Z:new K;return e.state=t,e}))}unshift(t){if(!this.chunks.length||null!=t&&this.from>=t)return"";const e=null!=t?t-this.from:t;let i=0;for(;i<this.chunks.length;){const t=this.chunks[i],r=t.unshift(e);if(t.toString()){if(!r)break;++i}else this.chunks.splice(i,1);if(r)return r}return""}shift(){if(!this.chunks.length)return"";let t=this.chunks.length-1;for(;0<=t;){const e=this.chunks[t],i=e.shift();if(e.toString()){if(!i)break;--t}else this.chunks.splice(t,1);if(i)return i}return""}}class G{constructor(t,e){this.masked=t,this._log=[];const{offset:i,index:r}=t._mapPosToBlock(e)||(e<0?{index:0,offset:0}:{index:this.masked._blocks.length,offset:0});this.offset=i,this.index=r,this.ok=!1}get block(){return this.masked._blocks[this.index]}get pos(){return this.masked._blockStartPos(this.index)+this.offset}get state(){return{index:this.index,offset:this.offset,ok:this.ok}}set state(t){Object.assign(this,t)}pushState(){this._log.push(this.state)}popState(){const t=this._log.pop();return t&&(this.state=t),t}bindBlock(){this.block||(this.index<0&&(this.index=0,this.offset=0),this.index>=this.masked._blocks.length&&(this.index=this.masked._blocks.length-1,this.offset=this.block.displayValue.length))}_pushLeft(t){for(this.pushState(),this.bindBlock();0<=this.index;--this.index,this.offset=(null==(e=this.block)?void 0:e.displayValue.length)||0){var e;if(t())return this.ok=!0}return this.ok=!1}_pushRight(t){for(this.pushState(),this.bindBlock();this.index<this.masked._blocks.length;++this.index,this.offset=0)if(t())return this.ok=!0;return this.ok=!1}pushLeftBeforeFilled(){return this._pushLeft((()=>{if(!this.block.isFixed&&this.block.value)return this.offset=this.block.nearestInputPos(this.offset,_),0!==this.offset||void 0}))}pushLeftBeforeInput(){return this._pushLeft((()=>{if(!this.block.isFixed)return this.offset=this.block.nearestInputPos(this.offset,D),!0}))}pushLeftBeforeRequired(){return this._pushLeft((()=>{if(!(this.block.isFixed||this.block.isOptional&&!this.block.value))return this.offset=this.block.nearestInputPos(this.offset,D),!0}))}pushRightBeforeFilled(){return this._pushRight((()=>{if(!this.block.isFixed&&this.block.value)return this.offset=this.block.nearestInputPos(this.offset,O),this.offset!==this.block.value.length||void 0}))}pushRightBeforeInput(){return this._pushRight((()=>{if(!this.block.isFixed)return this.offset=this.block.nearestInputPos(this.offset,E),!0}))}pushRightBeforeRequired(){return this._pushRight((()=>{if(!(this.block.isFixed||this.block.isOptional&&!this.block.value))return this.offset=this.block.nearestInputPos(this.offset,E),!0}))}}class J{constructor(t){Object.assign(this,t),this._value="",this.isFixed=!0}get value(){return this._value}get unmaskedValue(){return this.isUnmasking?this.value:""}get rawInputValue(){return this._isRawInput?this.value:""}get displayValue(){return this.value}reset(){this._isRawInput=!1,this._value=""}remove(t,e){return void 0===t&&(t=0),void 0===e&&(e=this._value.length),this._value=this._value.slice(0,t)+this._value.slice(e),this._value||(this._isRawInput=!1),new U}nearestInputPos(t,e){void 0===e&&(e=E);const i=this._value.length;switch(e){case D:case _:return 0;default:return i}}totalInputPositions(t,e){return void 0===t&&(t=0),void 0===e&&(e=this._value.length),this._isRawInput?e-t:0}extractInput(t,e,i){return void 0===t&&(t=0),void 0===e&&(e=this._value.length),void 0===i&&(i={}),i.raw&&this._isRawInput&&this._value.slice(t,e)||""}get isComplete(){return!0}get isFilled(){return Boolean(this._value)}_appendChar(t,e){if(void 0===e&&(e={}),this.isFilled)return new U;const i=this.char===t&&(this.isUnmasking||e.input||e.raw)&&(!e.raw||!(!0===this.eager||"append"===this.eager))&&!e.tail,r=new U({inserted:this.char,rawInserted:i?this.char:""});return this._value=this.char,this._isRawInput=i&&(e.raw||e.input),r}_appendEager(){return this._appendChar(this.char,{tail:!0})}_appendPlaceholder(){const t=new U;return this.isFilled||(this._value=t.inserted=this.char),t}extractTail(){return new K("")}appendTail(t){return z(t)&&(t=new K(String(t))),t.appendTo(this)}append(t,e,i){const r=this._appendChar(t[0],e);return null!=i&&(r.tailShift+=this.appendTail(i).tailShift),r}doCommit(){}get state(){return{_value:this._value,_rawInputValue:this.rawInputValue}}set state(t){this._value=t._value,this._isRawInput=Boolean(t._rawInputValue)}pad(t){return this._appendPlaceholder()}}class W{constructor(t){const{parent:e,isOptional:i,placeholderChar:r,displayChar:s,lazy:o,eager:a,...n}=t;this.masked=V(n),Object.assign(this,{parent:e,isOptional:i,placeholderChar:r,displayChar:s,lazy:o,eager:a})}reset(){this.isFilled=!1,this.masked.reset()}remove(t,e){return void 0===t&&(t=0),void 0===e&&(e=this.value.length),0===t&&e>=1?(this.isFilled=!1,this.masked.remove(t,e)):new U}get value(){return this.masked.value||(this.isFilled&&!this.isOptional?this.placeholderChar:"")}get unmaskedValue(){return this.masked.unmaskedValue}get rawInputValue(){return this.masked.rawInputValue}get displayValue(){return this.masked.value&&this.displayChar||this.value}get isComplete(){return Boolean(this.masked.value)||this.isOptional}_appendChar(t,e){if(void 0===e&&(e={}),this.isFilled)return new U;const i=this.masked.state;let r=this.masked._appendChar(t,this.currentMaskFlags(e));return r.inserted&&!1===this.doValidate(e)&&(r=new U,this.masked.state=i),r.inserted||this.isOptional||this.lazy||e.input||(r.inserted=this.placeholderChar),r.skip=!r.inserted&&!this.isOptional,this.isFilled=Boolean(r.inserted),r}append(t,e,i){return this.masked.append(t,this.currentMaskFlags(e),i)}_appendPlaceholder(){return this.isFilled||this.isOptional?new U:(this.isFilled=!0,new U({inserted:this.placeholderChar}))}_appendEager(){return new U}extractTail(t,e){return this.masked.extractTail(t,e)}appendTail(t){return this.masked.appendTail(t)}extractInput(t,e,i){return void 0===t&&(t=0),void 0===e&&(e=this.value.length),this.masked.extractInput(t,e,i)}nearestInputPos(t,e){void 0===e&&(e=E);const i=this.value.length,r=Math.min(Math.max(t,0),i);switch(e){case D:case _:return this.isComplete?r:0;case S:case O:return this.isComplete?r:i;default:return r}}totalInputPositions(t,e){return void 0===t&&(t=0),void 0===e&&(e=this.value.length),this.value.slice(t,e).length}doValidate(t){return this.masked.doValidate(this.currentMaskFlags(t))&&(!this.parent||this.parent.doValidate(this.currentMaskFlags(t)))}doCommit(){this.masked.doCommit()}get state(){return{_value:this.value,_rawInputValue:this.rawInputValue,masked:this.masked.state,isFilled:this.isFilled}}set state(t){this.masked.state=t.masked,this.isFilled=t.isFilled}currentMaskFlags(t){var e;return{...t,_beforeTailState:(null==t||null==(e=t._beforeTailState)?void 0:e.masked)||(null==t?void 0:t._beforeTailState)}}pad(t){return new U}}W.DEFAULT_DEFINITIONS={0:/\d/,a:/[\u0041-\u005A\u0061-\u007A\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,"*":/./},I.MaskedRegExp=class extends Y{updateOptions(t){super.updateOptions(t)}_update(t){const e=t.mask;e&&(t.validate=t=>t.search(e)>=0),super._update(t)}};class X extends Y{constructor(t){super({...X.DEFAULTS,...t,definitions:Object.assign({},W.DEFAULT_DEFINITIONS,null==t?void 0:t.definitions)})}updateOptions(t){super.updateOptions(t)}_update(t){t.definitions=Object.assign({},this.definitions,t.definitions),super._update(t),this._rebuildMask()}_rebuildMask(){const t=this.definitions;this._blocks=[],this.exposeBlock=void 0,this._stops=[],this._maskedBlocks={};const e=this.mask;if(!e||!t)return;let i=!1,r=!1;for(let s=0;s<e.length;++s){if(this.blocks){const t=e.slice(s),i=Object.keys(this.blocks).filter((e=>0===t.indexOf(e)));i.sort(((t,e)=>e.length-t.length));const r=i[0];if(r){const{expose:t,repeat:e,...i}=T(this.blocks[r]),o={lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,displayChar:this.displayChar,overwrite:this.overwrite,autofix:this.autofix,...i,repeat:e,parent:this},a=null!=e?new I.RepeatBlock(o):V(o);a&&(this._blocks.push(a),t&&(this.exposeBlock=a),this._maskedBlocks[r]||(this._maskedBlocks[r]=[]),this._maskedBlocks[r].push(this._blocks.length-1)),s+=r.length-1;continue}}let o=e[s],a=o in t;if(o===X.STOP_CHAR){this._stops.push(this._blocks.length);continue}if("{"===o||"}"===o){i=!i;continue}if("["===o||"]"===o){r=!r;continue}if(o===X.ESCAPE_CHAR){if(++s,o=e[s],!o)break;a=!1}const n=a?new W({isOptional:r,lazy:this.lazy,eager:this.eager,placeholderChar:this.placeholderChar,displayChar:this.displayChar,...T(t[o]),parent:this}):new J({char:o,eager:this.eager,isUnmasking:i});this._blocks.push(n)}}get state(){return{...super.state,_blocks:this._blocks.map((t=>t.state))}}set state(t){if(!t)return void this.reset();const{_blocks:e,...i}=t;this._blocks.forEach(((t,i)=>t.state=e[i])),super.state=i}reset(){super.reset(),this._blocks.forEach((t=>t.reset()))}get isComplete(){return this.exposeBlock?this.exposeBlock.isComplete:this._blocks.every((t=>t.isComplete))}get isFilled(){return this._blocks.every((t=>t.isFilled))}get isFixed(){return this._blocks.every((t=>t.isFixed))}get isOptional(){return this._blocks.every((t=>t.isOptional))}doCommit(){this._blocks.forEach((t=>t.doCommit())),super.doCommit()}get unmaskedValue(){return this.exposeBlock?this.exposeBlock.unmaskedValue:this._blocks.reduce(((t,e)=>t+e.unmaskedValue),"")}set unmaskedValue(t){if(this.exposeBlock){const e=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.unmaskedValue=t,this.appendTail(e),this.doCommit()}else super.unmaskedValue=t}get value(){return this.exposeBlock?this.exposeBlock.value:this._blocks.reduce(((t,e)=>t+e.value),"")}set value(t){if(this.exposeBlock){const e=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.value=t,this.appendTail(e),this.doCommit()}else super.value=t}get typedValue(){return this.exposeBlock?this.exposeBlock.typedValue:super.typedValue}set typedValue(t){if(this.exposeBlock){const e=this.extractTail(this._blockStartPos(this._blocks.indexOf(this.exposeBlock))+this.exposeBlock.displayValue.length);this.exposeBlock.typedValue=t,this.appendTail(e),this.doCommit()}else super.typedValue=t}get displayValue(){return this._blocks.reduce(((t,e)=>t+e.displayValue),"")}appendTail(t){return super.appendTail(t).aggregate(this._appendPlaceholder())}_appendEager(){var t;const e=new U;let i=null==(t=this._mapPosToBlock(this.displayValue.length))?void 0:t.index;if(null==i)return e;this._blocks[i].isFilled&&++i;for(let t=i;t<this._blocks.length;++t){const i=this._blocks[t]._appendEager();if(!i.inserted)break;e.aggregate(i)}return e}_appendCharRaw(t,e){void 0===e&&(e={});const i=this._mapPosToBlock(this.displayValue.length),r=new U;if(!i)return r;for(let o,a=i.index;o=this._blocks[a];++a){var s;const i=o._appendChar(t,{...e,_beforeTailState:null==(s=e._beforeTailState)||null==(s=s._blocks)?void 0:s[a]});if(r.aggregate(i),i.consumed)break}return r}extractTail(t,e){void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length);const i=new Z;return t===e||this._forEachBlocksInRange(t,e,((t,e,r,s)=>{const o=t.extractTail(r,s);o.stop=this._findStopBefore(e),o.from=this._blockStartPos(e),o instanceof Z&&(o.blockIndex=e),i.extend(o)})),i}extractInput(t,e,i){if(void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length),void 0===i&&(i={}),t===e)return"";let r="";return this._forEachBlocksInRange(t,e,((t,e,s,o)=>{r+=t.extractInput(s,o,i)})),r}_findStopBefore(t){let e;for(let i=0;i<this._stops.length;++i){const r=this._stops[i];if(!(r<=t))break;e=r}return e}_appendPlaceholder(t){const e=new U;if(this.lazy&&null==t)return e;const i=this._mapPosToBlock(this.displayValue.length);return i?(this._blocks.slice(i.index,null!=t?t:this._blocks.length).forEach((i=>{var r;i.lazy&&null==t||e.aggregate(i._appendPlaceholder(null==(r=i._blocks)?void 0:r.length))})),e):e}_mapPosToBlock(t){let e="";for(let i=0;i<this._blocks.length;++i){const r=e.length;if(e+=this._blocks[i].displayValue,t<=e.length)return{index:i,offset:t-r}}}_blockStartPos(t){return this._blocks.slice(0,t).reduce(((t,e)=>t+e.displayValue.length),0)}_forEachBlocksInRange(t,e,i){void 0===e&&(e=this.displayValue.length);const r=this._mapPosToBlock(t);if(r){const t=this._mapPosToBlock(e),s=t&&r.index===t.index;if(i(this._blocks[r.index],r.index,r.offset,t&&s?t.offset:this._blocks[r.index].displayValue.length),t&&!s){for(let e=r.index+1;e<t.index;++e)i(this._blocks[e],e,0,this._blocks[e].displayValue.length);i(this._blocks[t.index],t.index,0,t.offset)}}}remove(t,e){void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length);const i=super.remove(t,e);return this._forEachBlocksInRange(t,e,((t,e,r,s)=>{i.aggregate(t.remove(r,s))})),i}nearestInputPos(t,e){if(void 0===e&&(e=E),!this._blocks.length)return 0;const i=new G(this,t);if(e===E)return i.pushRightBeforeInput()?i.pos:(i.popState(),i.pushLeftBeforeInput()?i.pos:this.displayValue.length);if(e===D||e===_){if(e===D){if(i.pushRightBeforeFilled(),i.ok&&i.pos===t)return t;i.popState()}if(i.pushLeftBeforeInput(),i.pushLeftBeforeRequired(),i.pushLeftBeforeFilled(),e===D){if(i.pushRightBeforeInput(),i.pushRightBeforeRequired(),i.ok&&i.pos<=t)return i.pos;if(i.popState(),i.ok&&i.pos<=t)return i.pos;i.popState()}return i.ok?i.pos:e===_?0:(i.popState(),i.ok?i.pos:(i.popState(),i.ok?i.pos:0))}return e===S||e===O?(i.pushRightBeforeInput(),i.pushRightBeforeRequired(),i.pushRightBeforeFilled()?i.pos:e===O?this.displayValue.length:(i.popState(),i.ok?i.pos:(i.popState(),i.ok?i.pos:this.nearestInputPos(t,D)))):t}totalInputPositions(t,e){void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length);let i=0;return this._forEachBlocksInRange(t,e,((t,e,r,s)=>{i+=t.totalInputPositions(r,s)})),i}maskedBlock(t){return this.maskedBlocks(t)[0]}maskedBlocks(t){const e=this._maskedBlocks[t];return e?e.map((t=>this._blocks[t])):[]}pad(t){const e=new U;return this._forEachBlocksInRange(0,this.displayValue.length,(i=>e.aggregate(i.pad(t)))),e}}X.DEFAULTS={...Y.DEFAULTS,lazy:!0,placeholderChar:"_"},X.STOP_CHAR="`",X.ESCAPE_CHAR="\\",X.InputDefinition=W,X.FixedDefinition=J,I.MaskedPattern=X;class Q extends X{get _matchFrom(){return this.maxLength-String(this.from).length}constructor(t){super(t)}updateOptions(t){super.updateOptions(t)}_update(t){const{to:e=this.to||0,from:i=this.from||0,maxLength:r=this.maxLength||0,autofix:s=this.autofix,...o}=t;this.to=e,this.from=i,this.maxLength=Math.max(String(e).length,r),this.autofix=s;const a=String(this.from).padStart(this.maxLength,"0"),n=String(this.to).padStart(this.maxLength,"0");let h=0;for(;h<n.length&&n[h]===a[h];)++h;o.mask=n.slice(0,h).replace(/0/g,"\\0")+"0".repeat(this.maxLength-h),super._update(o)}get isComplete(){return super.isComplete&&Boolean(this.value)}boundaries(t){let e="",i="";const[,r,s]=t.match(/^(\D*)(\d*)(\D*)/)||[];return s&&(e="0".repeat(r.length)+s,i="9".repeat(r.length)+s),e=e.padEnd(this.maxLength,"0"),i=i.padEnd(this.maxLength,"9"),[e,i]}doPrepareChar(t,e){let i;return void 0===e&&(e={}),[t,i]=super.doPrepareChar(t.replace(/\D/g,""),e),t||(i.skip=!this.isComplete),[t,i]}_appendCharRaw(t,e){if(void 0===e&&(e={}),!this.autofix||this.value.length+1>this.maxLength)return super._appendCharRaw(t,e);const i=String(this.from).padStart(this.maxLength,"0"),r=String(this.to).padStart(this.maxLength,"0"),[s,o]=this.boundaries(this.value+t);return Number(o)<this.from?super._appendCharRaw(i[this.value.length],e):Number(s)>this.to?!e.tail&&"pad"===this.autofix&&this.value.length+1<this.maxLength?super._appendCharRaw(i[this.value.length],e).aggregate(this._appendCharRaw(t,e)):super._appendCharRaw(r[this.value.length],e):super._appendCharRaw(t,e)}doValidate(t){const e=this.value;if(-1===e.search(/[^0]/)&&e.length<=this._matchFrom)return!0;const[i,r]=this.boundaries(e);return this.from<=Number(r)&&Number(i)<=this.to&&super.doValidate(t)}pad(t){const e=new U;if(this.value.length===this.maxLength)return e;const i=this.value,r=this.maxLength-this.value.length;if(r){this.reset();for(let i=0;i<r;++i)e.aggregate(super._appendCharRaw("0",t));i.split("").forEach((t=>this._appendCharRaw(t)))}return e}}I.MaskedRange=Q;class tt extends X{static extractPatternOptions(t){const{mask:e,pattern:i,...r}=t;return{...r,mask:z(e)?e:i}}constructor(t){super(tt.extractPatternOptions({...tt.DEFAULTS,...t}))}updateOptions(t){super.updateOptions(t)}_update(t){const{mask:e,pattern:i,blocks:r,...s}={...tt.DEFAULTS,...t},o=Object.assign({},tt.GET_DEFAULT_BLOCKS());t.min&&(o.Y.from=t.min.getFullYear()),t.max&&(o.Y.to=t.max.getFullYear()),t.min&&t.max&&o.Y.from===o.Y.to&&(o.m.from=t.min.getMonth()+1,o.m.to=t.max.getMonth()+1,o.m.from===o.m.to&&(o.d.from=t.min.getDate(),o.d.to=t.max.getDate())),Object.assign(o,this.blocks,r),super._update({...s,mask:z(e)?e:i,blocks:o})}doValidate(t){const e=this.date;return super.doValidate(t)&&(!this.isComplete||this.isDateExist(this.value)&&null!=e&&(null==this.min||this.min<=e)&&(null==this.max||e<=this.max))}isDateExist(t){return this.format(this.parse(t,this),this).indexOf(t)>=0}get date(){return this.typedValue}set date(t){this.typedValue=t}get typedValue(){return this.isComplete?super.typedValue:null}set typedValue(t){super.typedValue=t}maskEquals(t){return t===Date||super.maskEquals(t)}optionsIsChanged(t){return super.optionsIsChanged(tt.extractPatternOptions(t))}}tt.GET_DEFAULT_BLOCKS=()=>({d:{mask:Q,from:1,to:31,maxLength:2},m:{mask:Q,from:1,to:12,maxLength:2},Y:{mask:Q,from:1900,to:9999}}),tt.DEFAULTS={...X.DEFAULTS,mask:Date,pattern:"d{.}`m{.}`Y",format:t=>t?[String(t.getDate()).padStart(2,"0"),String(t.getMonth()+1).padStart(2,"0"),t.getFullYear()].join("."):"",parse:t=>{const[e,i,r]=t.split(".").map(Number);return new Date(r,i-1,e)}},I.MaskedDate=tt;class et extends Y{constructor(t){super({...et.DEFAULTS,...t}),this.currentMask=void 0}updateOptions(t){super.updateOptions(t)}_update(t){super._update(t),"mask"in t&&(this.exposeMask=void 0,this.compiledMasks=Array.isArray(t.mask)?t.mask.map((t=>{const{expose:e,...i}=T(t),r=V({overwrite:this._overwrite,eager:this._eager,skipInvalid:this._skipInvalid,...i});return e&&(this.exposeMask=r),r})):[])}_appendCharRaw(t,e){void 0===e&&(e={});const i=this._applyDispatch(t,e);return this.currentMask&&i.aggregate(this.currentMask._appendChar(t,this.currentMaskFlags(e))),i}_applyDispatch(t,e,i){void 0===t&&(t=""),void 0===e&&(e={}),void 0===i&&(i="");const r=e.tail&&null!=e._beforeTailState?e._beforeTailState._value:this.value,s=this.rawInputValue,o=e.tail&&null!=e._beforeTailState?e._beforeTailState._rawInputValue:s,a=s.slice(o.length),n=this.currentMask,h=new U,l=null==n?void 0:n.state;return this.currentMask=this.doDispatch(t,{...e},i),this.currentMask&&(this.currentMask!==n?(this.currentMask.reset(),o&&(this.currentMask.append(o,{raw:!0}),h.tailShift=this.currentMask.value.length-r.length),a&&(h.tailShift+=this.currentMask.append(a,{raw:!0,tail:!0}).tailShift)):l&&(this.currentMask.state=l)),h}_appendPlaceholder(){const t=this._applyDispatch();return this.currentMask&&t.aggregate(this.currentMask._appendPlaceholder()),t}_appendEager(){const t=this._applyDispatch();return this.currentMask&&t.aggregate(this.currentMask._appendEager()),t}appendTail(t){const e=new U;return t&&e.aggregate(this._applyDispatch("",{},t)),e.aggregate(this.currentMask?this.currentMask.appendTail(t):super.appendTail(t))}currentMaskFlags(t){var e,i;return{...t,_beforeTailState:(null==(e=t._beforeTailState)?void 0:e.currentMaskRef)===this.currentMask&&(null==(i=t._beforeTailState)?void 0:i.currentMask)||t._beforeTailState}}doDispatch(t,e,i){return void 0===e&&(e={}),void 0===i&&(i=""),this.dispatch(t,this,e,i)}doValidate(t){return super.doValidate(t)&&(!this.currentMask||this.currentMask.doValidate(this.currentMaskFlags(t)))}doPrepare(t,e){void 0===e&&(e={});let[i,r]=super.doPrepare(t,e);if(this.currentMask){let t;[i,t]=super.doPrepare(i,this.currentMaskFlags(e)),r=r.aggregate(t)}return[i,r]}doPrepareChar(t,e){void 0===e&&(e={});let[i,r]=super.doPrepareChar(t,e);if(this.currentMask){let t;[i,t]=super.doPrepareChar(i,this.currentMaskFlags(e)),r=r.aggregate(t)}return[i,r]}reset(){var t;null==(t=this.currentMask)||t.reset(),this.compiledMasks.forEach((t=>t.reset()))}get value(){return this.exposeMask?this.exposeMask.value:this.currentMask?this.currentMask.value:""}set value(t){this.exposeMask?(this.exposeMask.value=t,this.currentMask=this.exposeMask,this._applyDispatch()):super.value=t}get unmaskedValue(){return this.exposeMask?this.exposeMask.unmaskedValue:this.currentMask?this.currentMask.unmaskedValue:""}set unmaskedValue(t){this.exposeMask?(this.exposeMask.unmaskedValue=t,this.currentMask=this.exposeMask,this._applyDispatch()):super.unmaskedValue=t}get typedValue(){return this.exposeMask?this.exposeMask.typedValue:this.currentMask?this.currentMask.typedValue:""}set typedValue(t){if(this.exposeMask)return this.exposeMask.typedValue=t,this.currentMask=this.exposeMask,void this._applyDispatch();let e=String(t);this.currentMask&&(this.currentMask.typedValue=t,e=this.currentMask.unmaskedValue),this.unmaskedValue=e}get displayValue(){return this.currentMask?this.currentMask.displayValue:""}get isComplete(){var t;return Boolean(null==(t=this.currentMask)?void 0:t.isComplete)}get isFilled(){var t;return Boolean(null==(t=this.currentMask)?void 0:t.isFilled)}remove(t,e){const i=new U;return this.currentMask&&i.aggregate(this.currentMask.remove(t,e)).aggregate(this._applyDispatch()),i}get state(){var t;return{...super.state,_rawInputValue:this.rawInputValue,compiledMasks:this.compiledMasks.map((t=>t.state)),currentMaskRef:this.currentMask,currentMask:null==(t=this.currentMask)?void 0:t.state}}set state(t){const{compiledMasks:e,currentMaskRef:i,currentMask:r,...s}=t;e&&this.compiledMasks.forEach(((t,i)=>t.state=e[i])),null!=i&&(this.currentMask=i,this.currentMask.state=r),super.state=s}extractInput(t,e,i){return this.currentMask?this.currentMask.extractInput(t,e,i):""}extractTail(t,e){return this.currentMask?this.currentMask.extractTail(t,e):super.extractTail(t,e)}doCommit(){this.currentMask&&this.currentMask.doCommit(),super.doCommit()}nearestInputPos(t,e){return this.currentMask?this.currentMask.nearestInputPos(t,e):super.nearestInputPos(t,e)}get overwrite(){return this.currentMask?this.currentMask.overwrite:this._overwrite}set overwrite(t){this._overwrite=t}get eager(){return this.currentMask?this.currentMask.eager:this._eager}set eager(t){this._eager=t}get skipInvalid(){return this.currentMask?this.currentMask.skipInvalid:this._skipInvalid}set skipInvalid(t){this._skipInvalid=t}get autofix(){return this.currentMask?this.currentMask.autofix:this._autofix}set autofix(t){this._autofix=t}maskEquals(t){return Array.isArray(t)?this.compiledMasks.every(((e,i)=>{if(!t[i])return;const{mask:r,...s}=t[i];return M(e,s)&&e.maskEquals(r)})):super.maskEquals(t)}typedValueEquals(t){var e;return Boolean(null==(e=this.currentMask)?void 0:e.typedValueEquals(t))}}et.DEFAULTS={...Y.DEFAULTS,dispatch:(t,e,i,r)=>{if(!e.compiledMasks.length)return;const s=e.rawInputValue,o=e.compiledMasks.map(((o,a)=>{const n=e.currentMask===o,h=n?o.displayValue.length:o.nearestInputPos(o.displayValue.length,_);return o.rawInputValue!==s?(o.reset(),o.append(s,{raw:!0})):n||o.remove(h),o.append(t,e.currentMaskFlags(i)),o.appendTail(r),{index:a,weight:o.rawInputValue.length,totalInputPositions:o.totalInputPositions(0,Math.max(h,o.nearestInputPos(o.displayValue.length,_)))}}));return o.sort(((t,e)=>e.weight-t.weight||e.totalInputPositions-t.totalInputPositions)),e.compiledMasks[o[0].index]}},I.MaskedDynamic=et;class it extends X{constructor(t){super({...it.DEFAULTS,...t})}updateOptions(t){super.updateOptions(t)}_update(t){const{enum:e,...i}=t;if(e){const t=e.map((t=>t.length)),r=Math.min(...t),s=Math.max(...t)-r;i.mask="*".repeat(r),s&&(i.mask+="["+"*".repeat(s)+"]"),this.enum=e}super._update(i)}_appendCharRaw(t,e){void 0===e&&(e={});const i=Math.min(this.nearestInputPos(0,O),this.value.length),r=this.enum.filter((e=>this.matchValue(e,this.unmaskedValue+t,i)));if(r.length){1===r.length&&this._forEachBlocksInRange(0,this.value.length,((t,i)=>{const s=r[0][i];i>=this.value.length||s===t.value||(t.reset(),t._appendChar(s,e))}));const t=super._appendCharRaw(r[0][this.value.length],e);return 1===r.length&&r[0].slice(this.unmaskedValue.length).split("").forEach((e=>t.aggregate(super._appendCharRaw(e)))),t}return new U({skip:!this.isComplete})}extractTail(t,e){return void 0===t&&(t=0),new K("",t)}remove(t,e){if(void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length),t===e)return new U;const i=Math.min(super.nearestInputPos(0,O),this.value.length);let r;for(r=t;r>=0&&!(this.enum.filter((t=>this.matchValue(t,this.value.slice(i,r),i))).length>1);--r);const s=super.remove(r,e);return s.tailShift+=r-t,s}get isComplete(){return this.enum.indexOf(this.value)>=0}}var rt;it.DEFAULTS={...X.DEFAULTS,matchValue:(t,e,i)=>t.indexOf(e,i)===i},I.MaskedEnum=it,I.MaskedFunction=class extends Y{updateOptions(t){super.updateOptions(t)}_update(t){super._update({...t,validate:t.mask})}};class st extends Y{constructor(t){super({...st.DEFAULTS,...t})}updateOptions(t){super.updateOptions(t)}_update(t){super._update(t),this._updateRegExps()}_updateRegExps(){const t="^"+(this.allowNegative?"[+|\\-]?":""),e=(this.scale?"("+L(this.radix)+"\\d{0,"+this.scale+"})?":"")+"$";this._numberRegExp=new RegExp(t+"\\d*"+e),this._mapToRadixRegExp=new RegExp("["+this.mapToRadix.map(L).join("")+"]","g"),this._thousandsSeparatorRegExp=new RegExp(L(this.thousandsSeparator),"g")}_removeThousandsSeparators(t){return t.replace(this._thousandsSeparatorRegExp,"")}_insertThousandsSeparators(t){const e=t.split(this.radix);return e[0]=e[0].replace(/\B(?=(\d{3})+(?!\d))/g,this.thousandsSeparator),e.join(this.radix)}doPrepareChar(t,e){void 0===e&&(e={});const[i,r]=super.doPrepareChar(this._removeThousandsSeparators(this.scale&&this.mapToRadix.length&&(e.input&&e.raw||!e.input&&!e.raw)?t.replace(this._mapToRadixRegExp,this.radix):t),e);return t&&!i&&(r.skip=!0),!i||this.allowPositive||this.value||"-"===i||r.aggregate(this._appendChar("-")),[i,r]}_separatorsCount(t,e){void 0===e&&(e=!1);let i=0;for(let r=0;r<t;++r)this._value.indexOf(this.thousandsSeparator,r)===r&&(++i,e&&(t+=this.thousandsSeparator.length));return i}_separatorsCountFromSlice(t){return void 0===t&&(t=this._value),this._separatorsCount(this._removeThousandsSeparators(t).length,!0)}extractInput(t,e,i){return void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length),[t,e]=this._adjustRangeWithSeparators(t,e),this._removeThousandsSeparators(super.extractInput(t,e,i))}_appendCharRaw(t,e){void 0===e&&(e={});const i=this._separatorsCountFromSlice(e.tail&&e._beforeTailState?e._beforeTailState._value:this._value);this._value=this._removeThousandsSeparators(this.value);const r=this._value;this._value+=t;let s,o=!isNaN(this.number),a=!1;if(o){let t;null!=this.min&&this.min<0&&this.number<this.min&&(t=this.min),null!=this.max&&this.max>0&&this.number>this.max&&(t=this.max),null!=t&&(this.autofix?(this._value=this.format(t,this).replace(st.UNMASKED_RADIX,this.radix),a||(a=r===this._value&&!e.tail)):o=!1),o&&(o=Boolean(this._value.match(this._numberRegExp)))}o?s=new U({inserted:this._value.slice(r.length),rawInserted:a?"":t,skip:a}):(this._value=r,s=new U),this._value=this._insertThousandsSeparators(this._value);const n=this._separatorsCountFromSlice(e.tail&&e._beforeTailState?e._beforeTailState._value:this._value);return s.tailShift+=(n-i)*this.thousandsSeparator.length,s}_findSeparatorAround(t){if(this.thousandsSeparator){const e=this.value.indexOf(this.thousandsSeparator,t-this.thousandsSeparator.length+1);if(e<=t)return e}return-1}_adjustRangeWithSeparators(t,e){const i=this._findSeparatorAround(t);i>=0&&(t=i);const r=this._findSeparatorAround(e);return r>=0&&(e=r+this.thousandsSeparator.length),[t,e]}remove(t,e){void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length),[t,e]=this._adjustRangeWithSeparators(t,e);const i=this.value.slice(0,t),r=this.value.slice(e),s=this._separatorsCount(i.length);this._value=this._insertThousandsSeparators(this._removeThousandsSeparators(i+r));const o=this._separatorsCountFromSlice(i);return new U({tailShift:(o-s)*this.thousandsSeparator.length})}nearestInputPos(t,e){if(!this.thousandsSeparator)return t;switch(e){case E:case D:case _:{const i=this._findSeparatorAround(t-1);if(i>=0){const r=i+this.thousandsSeparator.length;if(t<r||this.value.length<=r||e===_)return i}break}case S:case O:{const e=this._findSeparatorAround(t);if(e>=0)return e+this.thousandsSeparator.length}}return t}doCommit(){if(this.value){const t=this.number;let e=t;null!=this.min&&(e=Math.max(e,this.min)),null!=this.max&&(e=Math.min(e,this.max)),e!==t&&(this.unmaskedValue=this.format(e,this));let i=this.value;this.normalizeZeros&&(i=this._normalizeZeros(i)),this.padFractionalZeros&&this.scale>0&&(i=this._padFractionalZeros(i)),this._value=i}super.doCommit()}_normalizeZeros(t){const e=this._removeThousandsSeparators(t).split(this.radix);return e[0]=e[0].replace(/^(\D*)(0*)(\d*)/,((t,e,i,r)=>e+r)),t.length&&!/\d$/.test(e[0])&&(e[0]=e[0]+"0"),e.length>1&&(e[1]=e[1].replace(/0*$/,""),e[1].length||(e.length=1)),this._insertThousandsSeparators(e.join(this.radix))}_padFractionalZeros(t){if(!t)return t;const e=t.split(this.radix);return e.length<2&&e.push(""),e[1]=e[1].padEnd(this.scale,"0"),e.join(this.radix)}doSkipInvalid(t,e,i){void 0===e&&(e={});const r=0===this.scale&&t!==this.thousandsSeparator&&(t===this.radix||t===st.UNMASKED_RADIX||this.mapToRadix.includes(t));return super.doSkipInvalid(t,e,i)&&!r}get unmaskedValue(){return this._removeThousandsSeparators(this._normalizeZeros(this.value)).replace(this.radix,st.UNMASKED_RADIX)}set unmaskedValue(t){super.unmaskedValue=t}get typedValue(){return this.parse(this.unmaskedValue,this)}set typedValue(t){this.rawInputValue=this.format(t,this).replace(st.UNMASKED_RADIX,this.radix)}get number(){return this.typedValue}set number(t){this.typedValue=t}get allowNegative(){return null!=this.min&&this.min<0||null!=this.max&&this.max<0}get allowPositive(){return null!=this.min&&this.min>0||null!=this.max&&this.max>0}typedValueEquals(t){return(super.typedValueEquals(t)||st.EMPTY_VALUES.includes(t)&&st.EMPTY_VALUES.includes(this.typedValue))&&!(0===t&&""===this.value)}}rt=st,st.UNMASKED_RADIX=".",st.EMPTY_VALUES=[...Y.EMPTY_VALUES,0],st.DEFAULTS={...Y.DEFAULTS,mask:Number,radix:",",thousandsSeparator:"",mapToRadix:[rt.UNMASKED_RADIX],min:Number.MIN_SAFE_INTEGER,max:Number.MAX_SAFE_INTEGER,scale:2,normalizeZeros:!0,padFractionalZeros:!1,parse:Number,format:t=>t.toLocaleString("en-US",{useGrouping:!1,maximumFractionDigits:20})},I.MaskedNumber=st;const ot={MASKED:"value",UNMASKED:"unmaskedValue",TYPED:"typedValue"};function at(t,e,i){void 0===e&&(e=ot.MASKED),void 0===i&&(i=ot.MASKED);const r=V(t);return t=>r.runIsolated((r=>(r[e]=t,r[i])))}I.PIPE_TYPE=ot,I.createPipe=at,I.pipe=function(t,e,i,r){return at(e,i,r)(t)},I.RepeatBlock=class extends X{get repeatFrom(){var t;return null!=(t=Array.isArray(this.repeat)?this.repeat[0]:this.repeat===1/0?0:this.repeat)?t:0}get repeatTo(){var t;return null!=(t=Array.isArray(this.repeat)?this.repeat[1]:this.repeat)?t:1/0}constructor(t){super(t)}updateOptions(t){super.updateOptions(t)}_update(t){var e,i,r;const{repeat:s,...o}=T(t);this._blockOpts=Object.assign({},this._blockOpts,o);const a=V(this._blockOpts);this.repeat=null!=(e=null!=(i=null!=s?s:a.repeat)?i:this.repeat)?e:1/0,super._update({mask:"m".repeat(Math.max(this.repeatTo===1/0&&(null==(r=this._blocks)?void 0:r.length)||0,this.repeatFrom)),blocks:{m:a},eager:a.eager,overwrite:a.overwrite,skipInvalid:a.skipInvalid,lazy:a.lazy,placeholderChar:a.placeholderChar,displayChar:a.displayChar})}_allocateBlock(t){return t<this._blocks.length?this._blocks[t]:this.repeatTo===1/0||this._blocks.length<this.repeatTo?(this._blocks.push(V(this._blockOpts)),this.mask+="m",this._blocks[this._blocks.length-1]):void 0}_appendCharRaw(t,e){void 0===e&&(e={});const i=new U;for(let n,h,l=null!=(r=null==(s=this._mapPosToBlock(this.displayValue.length))?void 0:s.index)?r:Math.max(this._blocks.length-1,0);n=null!=(o=this._blocks[l])?o:h=!h&&this._allocateBlock(l);++l){var r,s,o,a;const u=n._appendChar(t,{...e,_beforeTailState:null==(a=e._beforeTailState)||null==(a=a._blocks)?void 0:a[l]});if(u.skip&&h){this._blocks.pop(),this.mask=this.mask.slice(1);break}if(i.aggregate(u),u.consumed)break}return i}_trimEmptyTail(t,e){var i,r;void 0===t&&(t=0);const s=Math.max((null==(i=this._mapPosToBlock(t))?void 0:i.index)||0,this.repeatFrom,0);let o;null!=e&&(o=null==(r=this._mapPosToBlock(e))?void 0:r.index),null==o&&(o=this._blocks.length-1);let a=0;for(let t=o;s<=t&&!this._blocks[t].unmaskedValue;--t,++a);a&&(this._blocks.splice(o-a+1,a),this.mask=this.mask.slice(a))}reset(){super.reset(),this._trimEmptyTail()}remove(t,e){void 0===t&&(t=0),void 0===e&&(e=this.displayValue.length);const i=super.remove(t,e);return this._trimEmptyTail(t,e),i}totalInputPositions(t,e){return void 0===t&&(t=0),null==e&&this.repeatTo===1/0?1/0:super.totalInputPositions(t,e)}get state(){return super.state}set state(t){this._blocks.length=t._blocks.length,this.mask=this.mask.slice(0,this._blocks.length),super.state=t}};try{globalThis.IMask=I}catch{}const nt={cpf_cnpj:{mask:[{mask:"000.000.000-00"},{mask:"00.000.000/0000-00"}],placeholderChar:"_"},cpf:{mask:"000.000.000-00",placeholderChar:"_"},cnpj:{mask:"00.000.000/0000-00",placeholderChar:"_"},phone:{mask:"(00) 00000-0000",blocks:{"(00)":{mask:"(00)",maxLength:2,placeholderChar:""},"00000":{mask:"00000",maxLength:5,placeholderChar:"_"},"-":{mask:"-"},"0000":{mask:"0000",maxLength:4,placeholderChar:"_"}},placeholderChar:"_"},date:{mask:"00/00/0000"},dateRange:{mask:"00/00/0000 - 00/00/0000"}},ht=class{constructor(e){t(this,e),this.valueChange=s(this,"valueChange"),this.inputClear=s(this,"inputClear"),e.$hostElement$["s-ei"]?this.internals=e.$hostElement$["s-ei"]:(this.internals=e.$hostElement$.attachInternals(),e.$hostElement$["s-ei"]=this.internals),this.mode="default",this.status="default",this.size="medium",this.type="text",this.inputMode="text",this.label="",this.name="",this.placeholder=null,this.value="",this.iconName="",this.disabled=!1,this.required=!1,this.enableSelectionMode=!1,this.readOnly=!1,this.isLoading=!1,this.isHovered=!1,this.isFocused=!1,this.styles={},this.clearIcon=!0,this.hideErrorIcon=!1,this.autocomplete="on"}async setFocus(){const t=m()&&x()?1e3:200;let e=function(t){if(!m()||!x())return null;const e=document.createElement("input");return e.setAttribute("type","text"),e.style.position="absolute",e.style.opacity="0",e.style.height="0",e.style.fontSize="16px",t.prepend(e),e.focus(),e}(this.host);setTimeout((()=>{this.inputRef.focus(),e&&e.remove()}),t)}formStateRestoreCallback(t){var e;this.value=t.value,this.applyValueToMask(),null===(e=this.internals)||void 0===e||e.setFormValue(this.value)}formAssociatedCallback(t){t.ariaLabel=this.label}formResetCallback(){var t,e;this.handleClearInput(),null===(t=this.internals)||void 0===t||t.setValidity({}),null===(e=this.internals)||void 0===e||e.setFormValue("")}formDisabledCallback(t){this.disabled=t}connectedCallback(){this.styles["--primary-base"]=window.CuraAPI.theme.colors.getColor("primary-base"),this.styles["--neutral-purewhite"]=window.CuraAPI.theme.colors.getColor("neutral-purewhite"),this.styles["--neutral-white"]=window.CuraAPI.theme.colors.getColor("neutral-white"),this.styles["--neutral-black"]=window.CuraAPI.theme.colors.getColor("neutral-black"),this.styles["--neutral-medium"]=window.CuraAPI.theme.colors.getColor("neutral-medium"),this.styles["--neutral-base"]=window.CuraAPI.theme.colors.getColor("neutral-base"),this.styles["--neutral-dark"]=window.CuraAPI.theme.colors.getColor("neutral-dark"),this.styles["--success-dark"]=window.CuraAPI.theme.colors.getColor("success-dark"),this.styles["--success-darker"]=window.CuraAPI.theme.colors.getColor("success-darker"),this.styles["--success-lighter"]=window.CuraAPI.theme.colors.getColor("success-lighter"),this.styles["--error-lighter"]=window.CuraAPI.theme.colors.getColor("error-lighter"),this.styles["--error-dark"]=window.CuraAPI.theme.colors.getColor("error-dark"),this.styles["--error-darker"]=window.CuraAPI.theme.colors.getColor("error-darker"),this.styles["--error-base"]=window.CuraAPI.theme.colors.getColor("error-base"),this.styles["--info-base"]=window.CuraAPI.theme.colors.getColor("info-base"),this.styles["--font-family"]=window.CuraAPI.theme.fonts.getFamily(),this.styles["--font-size"]=window.CuraAPI.theme.fonts.getSize(),this.styles["--font-color"]=window.CuraAPI.theme.fonts.getColor(),this.weights=window.CuraAPI.theme.fonts.getWeights(),this.breakpoints=window.CuraAPI.theme.breakpoints.get(),this.styles["--font-weight-medium"]=this.weights.medium,this.styles["--font-weight-bold"]=this.weights.bold,this.styles["--font-weight-regular"]=this.weights.regular}getClasses(){return{[this.size.toLowerCase()]:"default"===this.mode,disabled:this.disabled,isLoading:this.isLoading,isFocused:this.isFocused&&!this.disabled&&!this.readOnly&&!this.isLoading,isHovered:this.isHovered,[this.status]:!0,transparent:"transparent"===this.mode,selection:this.enableSelectionMode}}getLabelColor(){return this.disabled?"neutral-medium":this.isLoading&&"transparent"===this.mode&&!this.isHovered?"neutral-dark":(this.isFocused||this.isHovered||"success"===this.status||"error"===this.status)&&!this.readOnly||this.isHovered?"neutral-black":"neutral-dark"}renderIcon(){if(""===this.iconName&&"default"===this.status||"transparent"===this.mode&&this.isLoading||"transparent"===this.mode&&"default"===this.status)return;if("error"===this.status&&this.hideErrorIcon)return;const t={loading:{name:this.iconName,color:"primary-base"},success:{name:"checkCircle",color:"success-dark"},error:{name:"alertCircle",color:"error-dark"},default:{name:this.iconName,color:"neutral-dark"},disabled:{name:this.iconName,color:"neutral-medium"}}[this.isLoading?"loading":this.disabled?"disabled":this.status||"default"];return e("div",{class:"feedback-icon",style:this.styles},e("cura-icon",{name:t.name,iconset:"default",size:"transparent"===this.mode||"large"===this.size?20:16,color:t.color}))}renderHelperText(){const t="error"===this.status,i="success"===this.status,r="default"===this.status,s="large"===this.size?"small":"xsmall",o=(()=>this.disabled?"neutral-medium":this.isLoading?"primary-base":this.isFocused||this.isHovered?"neutral-black":"neutral-dark")();return e("div",{style:this.styles,class:"helper-text",part:"cura-input-text-helper"},r&&e("cura-label",{size:s,lineHeight:"xsmall",color:o},e("slot",null)),t&&"default"===this.mode&&e("cura-label",{size:s,lineHeight:"xsmall",color:"error-dark"},e("slot",null)),t&&"transparent"===this.mode&&e("cura-label",{size:s,lineHeight:"xsmall",color:"neutral-black"},e("slot",null)),i&&e("cura-label",{size:s,lineHeight:"xsmall",color:"success-dark"},e("slot",null)))}handleMouseEnter(){this.isHovered=!0}handleMouseLeave(){this.isHovered=!1}componentDidLoad(){this.initializeMask()}disconnectedCallback(){this.destroyMask()}handleMaskUpdate(){this.maskedInput&&this.maskedInput.updateValue()}handleClearInput(){this.handleMaskUpdate(),this.value="",this.inputRef.value="",this.valueChange.emit(this.value),this.inputClear.emit(this.value),this.handleMaskUpdate(),this.setFocus()}handleInputFocus(){this.handleMaskUpdate(),this.isFocused=!0}handleInputBlur(){this.handleMaskUpdate(),setTimeout((()=>{this.isFocused=!1}),150)}shouldDisplayMask(){return this.maskPreset||this.maskRegex||this.maskAdvanced}initializeMask(){this.shouldDisplayMask()?(this.maskedInput&&this.destroyMask(),this.maskPreset?this.initializePresetMask():this.maskRegex?this.initializeRegexMask():this.maskAdvanced&&this.initializeAdvancedMask(),this.applyValueToMask()):this.clearMaskValue()}initializeRegexMask(){const t=this.maskRegex.replace(/^\/|\/[gimsuy]*$/g,""),e=(this.maskRegex.match(/\/[gimsuy]*$/g)||[""])[0].slice(1);this.maskedInput=I(this.inputRef,{mask:new RegExp(t,e)})}initializePresetMask(){const t=nt[this.maskPreset];t?this.maskedInput=I(this.inputRef,t):console.error(`Mask preset "${this.maskPreset}" not found.`)}initializeAdvancedMask(){if(this.inputRef)try{const t="string"==typeof this.maskAdvanced?JSON.parse(this.maskAdvanced):this.maskAdvanced;this.maskedInput=I(this.inputRef,t)}catch(t){console.error("Error defining maskAdvanced:",t)}}applyValueToMask(){this.maskedInput&&(this.maskedInput.mask===Date||this.maskedInput.mask===Number?this.maskedInput.typedValue=this.value:this.value=this.maskedInput.value,this.handleMaskUpdate())}clearMaskValue(){this.inputRef.value=this.value}destroyMask(){this.maskedInput&&(this.maskedInput.destroy(),this.maskedInput=void 0)}handleInputChange(t){var e;const i=t.target.value;this.valueChange.emit(i),"number"===this.type?this.handleNumberInputChange(i):this.handleTextInputChange(i),null===(e=this.internals)||void 0===e||e.setFormValue(this.value)}handleNumberInputChange(t){const e=parseFloat(t);isNaN(e)?console.error("Invalid numeric input:",t):this.value=e}handleTextInputChange(t){this.maskedInput?((this.maskedInput.mask instanceof Date||this.maskedInput.mask===Number)&&(this.maskedInput.typedValue=t,this.value=this.maskedInput.typedValue),this.value=this.maskedInput.value):this.value=t}handleKeyDown(t){"number"===this.type&&this.handleBlockInvalidNumber(t)}handleBlockInvalidNumber(t){["e","E","+","-"].includes(t.key)&&t.preventDefault()}render(){return e(i,{key:"7794e2a816baa0438c256ba584d14ddbeb9cc9b8",role:"textbox","aria-disabled":this.disabled,"aria-required":this.required,"aria-invalid":"error"===this.status},e("div",{key:"60fd4d3edebfe6aeb720dd079efb94970626d975",style:this.styles,onMouseEnter:()=>this.handleMouseEnter(),onMouseLeave:()=>this.handleMouseLeave(),class:Object.assign({"cura-input-group":!0},this.getClasses())},e("div",{key:"55db1933b3eb29807029669e5c66002556b3bd03",class:"input-wrapper"},this.label&&e("cura-label",{key:"1c4119cc0b2190fbdb1ddcc3f55c41c68ec88957",class:"label",weight:"bold",size:"large"===this.size?"small":"xsmall",color:this.getLabelColor()},this.label," ",this.required&&e("span",{key:"779e4726201110a6daf2c474b494f6baa9db5dc0",class:"required"},"* ")),e("div",{key:"a409f41993833fea3eb3212821c26a63f62e970f",class:"cura-input-field",part:"cura-input-field",style:this.styles},this.renderIcon(),e("input",{key:"75b3de8e8ca33eb2b9e8e8a285de19d172490552",name:this.name?this.name:"",type:this.type,onKeyDown:t=>this.handleKeyDown(t),onBlur:this.handleInputBlur.bind(this),onFocus:this.handleInputFocus.bind(this),onInput:t=>this.handleInputChange(t),class:this.getClasses(),style:this.styles,placeholder:this.placeholder,disabled:this.disabled||this.isLoading,required:this.required,readonly:this.readOnly,maxlength:this.maxlength,value:null!=this.value?this.value:"",inputmode:this.maskPreset?"tel":this.inputMode,ref:t=>this.inputRef=t,autocomplete:this.autocomplete}),!!this.clearIcon&&!this.readOnly&&!this.isLoading&&!this.disabled&&this.value&&this.isFocused&&e("cura-icon",{key:"4a22b5b1608c5dc57a99b7edc93ab11ce2de4048",size:"large"===this.size||"transparent"===this.mode?20:16,color:"primary-base",name:"closeCircle",iconset:"default",class:"clear-button",onMouseDown:()=>this.handleClearInput()}),this.isLoading&&e("cura-loader-circle",{key:"65a078642ac17f1779726749b29516c018bc317d",size:"large"===this.size?"medium":"small",color:"primary-base"})),this.renderHelperText())))}static get formAssociated(){return!0}get host(){return r(this)}static get watchers(){return{styles:[{connectedCallback:0}],size:[{getClasses:0}],status:[{renderIcon:0}],mode:[{renderIcon:0}],maskPreset:[{initializeMask:0}],maskRegex:[{initializeMask:0}],maskAdvanced:[{initializeMask:0}]}}};ht.style=":host{display:block;box-sizing:border-box;width:100%}.required{color:var(--error-base)}.cura-input-group{width:100%;font-family:var(--font-family);text-align:left !important}.cura-input-group .helper-text{margin-top:8px;color:var(--neutral-dark)}.cura-input-group cura-label{margin-bottom:8px}.cura-input-group .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group .cura-input-field cura-loader-circle{margin:0px 12px}.cura-input-group .cura-input-field .feedback-icon{padding-left:12px;padding-top:6px}.cura-input-group .cura-input-field .clear-button{padding-right:12px;cursor:pointer}.cura-input-group .helper-text{margin-top:8px;color:var(--neutral-dark)}.cura-input-group.success .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.success .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.success .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.success .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.success .cura-input-field input{color:var(--success-darker) !important}.cura-input-group.success .cura-input-field input::placeholder{color:var(--success-darker) !important}.cura-input-group.success:not(.transparent) .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;border:2px solid var(--success-dark) !important;background-color:var(--success-lighter) !important}.cura-input-group.success:not(.transparent) .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.success:not(.transparent) .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.success:not(.transparent) .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.error .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.error .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.error .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.error .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.error .cura-input-field input{color:var(--error-darker) !important}.cura-input-group.error .cura-input-field input::placeholder{color:var(--error-darker) !important}.cura-input-group.error:not(.transparent) .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;border:2px solid var(--error-dark) !important;background-color:var(--error-lighter) !important}.cura-input-group.error:not(.transparent) .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.error:not(.transparent) .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.error:not(.transparent) .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group:hover:not(.disabled):not(.isLoading):not(.success):not(.error):not(.isFocused):not(.readOnly):not(.transparent) .cura-input-field{border-color:var(--neutral-dark)}.cura-input-group:hover:not(.disabled):not(.isLoading):not(.success):not(.error):not(.isFocused):not(.readOnly):not(.transparent) .cura-input-field input{color:var(--neutral-dark)}.cura-input-group:hover:not(.disabled):not(.isLoading):not(.success):not(.error):not(.isFocused):not(.readOnly):not(.transparent) .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group:focus-within:not(.selection) .cura-input-field{border:2px solid var(--info-base) !important;background-color:var(--neutral-purewhite);outline:none}.cura-input-group:focus-within:not(.selection) .cura-input-field input{color:var(--neutral-black) !important}.cura-input-group:focus-within.selection .cura-input-field{border-radius:4px 4px 0px 0px}.cura-input-group.isLoading{cursor:wait}.cura-input-group.isLoading .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;background-color:var(--neutral-white) !important;border:2px solid var(--primary-base) !important}.cura-input-group.isLoading .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.isLoading .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.isLoading .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.isLoading .cura-input-field input{cursor:wait;color:var(--primary-base) !important}.cura-input-group.isLoading .cura-input-field input::placeholder{color:var(--primary-base) !important}.cura-input-group.readOnly[read-only] .cura-input-field{cursor:default}.cura-input-group.readOnly[read-only] .cura-input-field input{cursor:default}.cura-input-group.small .cura-input-field{width:100%;height:32px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.small .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:12px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.small .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.small .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.small .cura-input-field input{line-height:13px;letter-spacing:0.72px}.cura-input-group.small .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-regular)}.cura-input-group.medium .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.medium .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.medium .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.medium .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.medium .cura-input-field input{line-height:16px;letter-spacing:0.56px}.cura-input-group.medium .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-regular)}.cura-input-group.large .cura-input-field{width:100%;height:44px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.large .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:16px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.large .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.large .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.large .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-bold)}.cura-input-group.disabled .cura-input-field{background-color:var(--neutral-white);border:2px solid var(--neutral-base)}.cura-input-group.disabled .cura-input-field input{color:var(--neutral-medium)}.cura-input-group.disabled .cura-input-field input::placeholder{color:var(--neutral-medium)}.cura-input-group.transparent{background-color:transparent;padding:0px;max-height:80px}.cura-input-group.transparent .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;background-color:transparent !important;border:none !important;border-radius:0;height:27px}.cura-input-group.transparent .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.transparent .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.transparent .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.transparent .cura-input-field input{color:var(--neutral-black) !important;font-size:16px;font-weight:var(--font-weight-bold) !important;padding:0}.cura-input-group.transparent .cura-input-field input::placeholder{color:var(--neutral-black)}.cura-input-group.transparent .cura-input-field .feedback-icon{order:3;margin:0 20px 0 0}.cura-input-group.transparent:focus-within .cura-input-field{border:none !important;background-color:transparent !important}.cura-input-group.transparent:focus-within .cura-input-field input{border:none !important;outline:none}.cura-input-group.transparent .helper-text{margin-top:0px}.cura-input-group.transparent.transparent{display:flex;background-color:transparent;padding:0px;justify-content:start;align-items:center;max-height:80px;gap:4px}.cura-input-group.transparent.transparent .input-wrapper{display:flex;width:100%;flex-direction:column;justify-content:start}.cura-input-group.transparent.transparent cura-label{margin-bottom:4px;--color-body:var(--neutral-dark) !important}.cura-input-group.transparent.transparent.error cura-label{--color-body:var(--neutral-black) !important}.cura-input-group.transparent.transparent .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;background-color:transparent !important;border:none !important;border-radius:0;height:27px;overflow:hidden}.cura-input-group.transparent.transparent .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.transparent.transparent .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.transparent.transparent .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.transparent.transparent .cura-input-field input{order:1;color:var(--neutral-black) !important;font-size:16px;font-weight:var(--font-weight-bold) !important;padding:0}.cura-input-group.transparent.transparent .cura-input-field input::placeholder{color:var(--neutral-black)}.cura-input-group.transparent.transparent .cura-input-field .clear-button{order:2;cursor:pointer;margin:0 20px 0 0;padding:0}.cura-input-group.transparent.transparent .cura-input-field .feedback-icon{padding:6px 0 0 0}.cura-input-group.transparent.transparent .cura-input-field cura-loader-circle{order:2;margin:0 20px 0 0}.cura-input-group.error .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.error .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.error .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.error .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.error .cura-input-field input{color:var(--error-darker) !important}.cura-input-group.error .cura-input-field input::placeholder{color:var(--error-darker) !important}.cura-input-group.error.small .cura-input-field{width:100%;height:32px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.error.small .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:12px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.error.small .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.error.small .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.error.small .cura-input-field input{line-height:13px;letter-spacing:0.72px}.cura-input-group.error.small .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-regular)}.cura-input-group.error.medium .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.error.medium .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.error.medium .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.error.medium .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.error.medium .cura-input-field input{line-height:16px;letter-spacing:0.56px}.cura-input-group.error.medium .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-regular)}.cura-input-group.error.large .cura-input-field{width:100%;height:44px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.error.large .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:16px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.error.large .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.error.large .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.error.large .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-bold)}.cura-input-group.error:not(.transparent).large .cura-input-field{width:100%;height:44px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;border:2px solid var(--error-dark) !important;background-color:var(--error-lighter) !important}.cura-input-group.error:not(.transparent).large .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:16px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.error:not(.transparent).large .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.error:not(.transparent).large .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.success .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.success .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.success .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.success .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.success .cura-input-field input{color:var(--success-darker) !important}.cura-input-group.success .cura-input-field input::placeholder{color:var(--success-darker) !important}.cura-input-group.success.small .cura-input-field{width:100%;height:32px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.success.small .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:12px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.success.small .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.success.small .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.success.small .cura-input-field input{line-height:13px;letter-spacing:0.72px}.cura-input-group.success.small .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-regular)}.cura-input-group.success.medium .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.success.medium .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.success.medium .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.success.medium .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.success.medium .cura-input-field input{line-height:16px;letter-spacing:0.56px}.cura-input-group.success.medium .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-regular)}.cura-input-group.success.large .cura-input-field{width:100%;height:44px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.cura-input-group.success.large .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:16px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.success.large .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.success.large .cura-input-field .feedback-icon{padding-left:12px}.cura-input-group.success.large .helper-text{margin-top:8px;color:var(--neutral-dark);font-weight:var(--font-weight-bold)}.cura-input-group.success:not(.transparent).large .cura-input-field{width:100%;height:44px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;border:2px solid var(--success-dark) !important;background-color:var(--success-lighter) !important}.cura-input-group.success:not(.transparent).large .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:16px;box-sizing:border-box;padding:0px 12px 0px 8px}.cura-input-group.success:not(.transparent).large .cura-input-field input::placeholder{color:var(--neutral-dark)}.cura-input-group.success:not(.transparent).large .cura-input-field .feedback-icon{padding-left:12px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}";const lt=class{constructor(e){t(this,e),this.size="medium",this.weight="regular",this.spotColor="accent-dark",this.marginBlock="0",this.lineHeight="125%",this.textOverflow="none",this.styles={},this.theme=window.CuraAPI.theme}handleChangeColor(){this.setColors()}connectedCallback(){this.setFontProperties(),this.setColors()}getClasses(){const t={"textoverflow-single":"single"===this.textOverflow};return t[this.size.toLowerCase()]=!0,t[`${this.weight.toLowerCase()}-weight`]=!0,t}setFontProperties(){this.weights=this.theme.fonts.getWeights(),this.fontSizeBase=this.theme.fonts.getSize(),this.styles={"--font-family":this.theme.fonts.getFamily("body"),"--font-weight-medium":this.weights.medium,"--font-weight-bold":this.weights.bold}}setColors(){this.styles=Object.assign(Object.assign({},this.styles),{"--color-link":this.theme.colors.getColor(`${this.spotColor}`)})}hostCSSProperties(){const t=this.color?this.theme.colors.getColor(this.color):this.theme.fonts.getColor();return{"--margin-block":this.marginBlock,"--font-size-base":this.fontSizeBase,"--line-height":this.lineHeight,"--color-body":t||this.theme.colors.getColor("neutral-darker")}}render(){return e(i,{key:"7d49bffcd8408352d48e9d2f4d1a085232b0a388",style:this.hostCSSProperties()},e("p",{key:"9479efc64405d2653e2aaf185138c37c4ecca95c",style:this.styles,class:this.getClasses()},e("slot",{key:"6de7990505b1f2e4af8988e9a9cc3a96ae18cf75"})))}get host(){return r(this)}static get watchers(){return{color:[{handleChangeColor:0}],spotColor:[{handleChangeColor:0}]}}};lt.style=":host{display:block;font-size:var(--font-size-base)}:host p{font-family:var(--font-family);font-size:1.143em;font-weight:var(--font-weight-medium);color:var(--color-body);line-height:var(--line-height);margin-block:var(--margin-block);letter-spacing:0.32px}:host p.bold-weight,:host p ::slotted(b),:host p ::slotted(strong),:host p ::slotted(u){font-weight:var(--font-weight-bold)}:host p.large{font-size:1.357em;line-height:calc(var(--line-height) - 4%);letter-spacing:0px}:host p.small{font-size:1em;line-height:calc(var(--line-height) - 4%);letter-spacing:0.56px}:host p.xsmall{font-size:0.857em;line-height:calc(var(--line-height) - 17%);letter-spacing:0.72px}:host p.textoverflow-single{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}:host p ::slotted(a){font-weight:var(--font-weight-bold);color:var(--color-link);text-underline-offset:10%}:host p ::slotted(u){text-underline-offset:10%}:host p ::slotted(abbr){color:var(--color-link);text-decoration:underline dashed 1px var(--color-link);text-underline-offset:10%;cursor:default}";const ut=class{constructor(e){t(this,e),this.size="medium",this.color="neutral-white",this.sizes={xlarge:32,large:24,medium:20,small:16,default:16},this.getPxSize=()=>this.sizes[this.size]||this.sizes.default}getStyles(){return{"--size":`${this.getPxSize()}px`,"--color":window.CuraAPI.theme.colors.getColor(this.color)}}render(){return e(i,{key:"09f72e4ec206571c1bfb4333a76da3113f2b386d",style:this.getStyles(),role:"progressbar"},e("svg",{key:"d446c093c9ae6c1ebca50e023f2eba592f37eb07",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e("g",{key:"8d8bf0fefcb924af391977d672f777face8bf24f"},e("circle",{key:"d77eaba65fc61c265b7c495e95dae22d9732732b",cx:"8",cy:"8",r:"7",stroke:"url(#paint0_linear_13485_11488)","stroke-width":"2"}),e("path",{key:"ab82247a03c327a6eac8f5c0770932e3520aa32c",d:"M1 8C1 4.13401 4.11877 1 7.96596 1C9.53445 1 10.9819 1.52093 12.1462 2.4C12.8959 2.96601 13.5282 3.68049 14 4.5","stroke-width":"2"})),e("defs",{key:"6291d976f90dd54aecaead32f8314e977dad4c3f"},e("linearGradient",{key:"8f213ed3cb1e55f9aae79f18d43f414b48f45a19",id:"paint0_linear_13485_11488",x1:"15.7",y1:"4.5",x2:"4.15",y2:"11.5",gradientUnits:"userSpaceOnUse"},e("stop",{key:"c723178770cb0d49746a72fff6c9c8dc7fbb07b4"}),e("stop",{key:"07bb208a3ca3f3b7a317b1e2386dc9cf683fd155",offset:"1"})))))}};ut.style=":host{display:inline-block;width:var(--size);height:var(--size)}:host svg{width:var(--size);height:var(--size);animation:rotate 0.7s linear infinite}:host circle,:host path{stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}:host path{stroke:var(--color)}:host stop{stop-color:var(--color)}:host linearGradient stop:first-child{stop-opacity:0.14}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}";const ct=class{constructor(e){t(this,e),this.contentwidth="default"}connectedCallback(){this.styles={"--spacing":window.CuraAPI.theme.spacing.getSpacing()}}getClasses(){const t={};return t[this.contentwidth.toLowerCase()]=!0,t}render(){return e(i,{key:"a3b743b1f518ece009858e39716903869184d627"},e("div",{key:"f3f29d5306f612c197ded53885bbf598a377388a",style:this.styles,class:"grid-template"},e("div",{key:"2329343b116c6bfb8f35a146bbab6b9460e50cbe",id:"sub-header"},e("slot",{key:"b27e5dd020099fc64636a0ab363003024315cff6",name:"sub-header"})),e("div",{key:"45bcb4f1a574c2c0d8337635729bd603df399f20",id:"header"},e("slot",{key:"27bcdc8a59b717ab1c4a021b629a5c4a6a285f8a",name:"header"})),e("div",{key:"b19ae447a53c43d2f46127b0e38e115b792bec6b",id:"pre-content"},e("slot",{key:"b37745e63e57ad2c48cf430849b2d64c71d2b45e",name:"pre-content"})),e("div",{key:"4adbaacd79ebb4e5e5fae0233acba2b7215a74ce",id:"content-container",class:this.getClasses()},e("div",{key:"17a7d806d6a24fe67f249cfca2fce466861e25f5",id:"sidebar-left"},e("slot",{key:"6fa66175bf7e0953ce23c6c557297d6f2efb9439",name:"sidebar-left"})),e("div",{key:"450c3a5a742d40d26ccdc672c855b2f9f9ae3153",id:"content"},e("slot",{key:"ce593020ba6d60ca8a2ddd835deb8c8a4b0e33a1",name:"content"}),e("slot",{key:"1cc8b4478d78e3c6985e811cd0d1b510f00edf1b"})),e("div",{key:"4497faf9a880a4ae0eaa3f097ca02d3a155a4496",id:"sidebar-right"},e("slot",{key:"97dd82f3f0b83f93334a9ca896ace76521ab05fb",name:"sidebar-right"}))),e("div",{key:"80fb43c7b84bdc2c0722dbada31024d477326d0a",id:"post-body"},e("slot",{key:"3975794bdbefe5fd0e05d06af7715e13ff650338",name:"post-body"})),e("div",{key:"08183669839fce4b448bef3f6489fc6d8c61e898",id:"footer"},e("slot",{key:"9b1797aecc9fd4131944a70371fab08b239f0802",name:"footer"})),e("div",{key:"3e9ea1d173490ee3bf941439fad80814d3a5daf2",id:"sub-footer"},e("slot",{key:"4b0c6a8d6f4b548040195003e8b5574c83541508",name:"sub-footer"}))))}get host(){return r(this)}};ct.style=':host{display:block}:host .grid-template{display:grid;grid-template-rows:auto;grid-template-columns:auto;grid-template-areas:"sub-header" "header" "pre-content" "content-container" "post-body" "footer" "sub-footer"}:host .grid-template #sub-header{grid-area:sub-header}:host .grid-template #header{grid-area:header}:host .grid-template #pre-content{grid-area:pre-content}:host .grid-template #content-container{grid-area:content-container}:host .grid-template #post-body{grid-area:post-body}:host .grid-template #footer{grid-area:footer}:host .grid-template #sub-footer{grid-area:sub-footer}@media (max-width: 768px){:host .grid-template{padding:0px}}@media (min-width: 769px) and (max-width: 992px){:host .grid-template{padding:0px}}@media (min-width: 993px) and (max-width: 1920px){:host .grid-template{padding:0px}:host .grid-template #content-container #sidebar-left ::slotted(div[slot=sidebar-left]){margin-right:calc(var(--spacing) * 5px)}:host .grid-template #content-container #sidebar-right ::slotted(div[slot=sidebar-right]){margin-left:calc(var(--spacing) * 5px)}:host .grid-template #content-container{display:flex}:host .grid-template #content-container #content{flex-grow:1}:host .grid-template #content-container #sidebar-left,:host .grid-template #content-container #sidebar-right{max-width:20%}}@media (min-width: 1921px){:host .grid-template{padding:0px}:host .grid-template #content-container #sidebar-left ::slotted(div[slot=sidebar-left]){margin-right:calc(var(--spacing) * 7px)}:host .grid-template #content-container #sidebar-right ::slotted(div[slot=sidebar-right]){margin-left:calc(var(--spacing) * 7px)}:host .grid-template #content-container{display:flex}:host .grid-template #content-container #content{flex-grow:1}:host .grid-template #content-container #sidebar-left,:host .grid-template #content-container #sidebar-right{max-width:20%}:host .grid-template #content-container.centered{max-width:1921px;justify-self:center}}';const dt=class{constructor(e){t(this,e),this.size="medium",this.spotColor="accent-dark",this.marginBlock="1.25em",this.lineHeight="140%",this.textOverflow="none",this.styles={},this.theme=window.CuraAPI.theme}connectedCallback(){this.setFontProperties()}setFontProperties(){this.weights=this.theme.fonts.getWeights(),this.fontSizeBase=this.theme.fonts.getSize(),this.styles={"--font-family":this.theme.fonts.getFamily("body"),"--font-weight-regular":this.weights.regular,"--font-weight-medium":this.weights.medium,"--font-weight-bold":this.weights.bold}}hostCSSProperties(){const t=this.color?this.theme.colors.getColor(this.color):this.theme.fonts.getColor();return{"--margin-block":this.marginBlock,"--font-size-base":this.fontSizeBase,"--line-height":this.lineHeight,"--color-body":t||this.theme.colors.getColor("neutral-darker"),"--color-spot":this.theme.colors.getColor(`${this.spotColor}`)}}getClasses(){const t={"textoverflow-single":"single"===this.textOverflow};return t[this.size.toLowerCase()]=!0,t}render(){return e(i,{key:"c3789e60b50107cc39c51e4a3ec317e86c966689",style:this.hostCSSProperties()},e("p",{key:"f70ffc6277b6164dfc8d230123820efb3d5daa64",style:this.styles,class:this.getClasses()},e("slot",{key:"66251e59d51637fc7820516b17af8947cc9168e8"})))}get host(){return r(this)}};dt.style=":host{display:block;font-size:var(--font-size-base);min-width:0}:host p{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);color:var(--color-body);line-height:var(--line-height);margin-block:var(--margin-block);letter-spacing:0.28px;width:100%}:host p.large{font-size:1.214em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.small{font-size:0.85em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.48px}:host p.caption,:host p.xsmall{font-size:0.8571428571em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.6px}:host p.textoverflow-single{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}:host p ::slotted(b),:host p ::slotted(strong){font-weight:var(--font-weight-bold)}:host p ::slotted(a),:host p ::slotted(a:-webkit-any-link){font-weight:var(--font-weight-medium);color:var(--color-spot);text-underline-offset:10%}:host p ::slotted(u){font-weight:var(--font-weight-medium);text-underline-offset:10%}:host p ::slotted(i){font-style:italic}:host p ::slotted(em){font-weight:var(--font-weight-bold);color:var(--color-spot);font-style:normal}:host p ::slotted(abbr){color:var(--color-spot);text-decoration:underline dashed 1px var(--color-spot);text-underline-offset:10%;cursor:default}@media (min-width: 769px) and (max-width: 1920px){:host p{font-size:1.143em;line-height:calc(var(--line-height) + 5%);letter-spacing:0.32px}:host p.large{font-size:1.357em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.small{font-size:1em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.56px}:host p.caption,:host p.xsmall{font-size:0.8571428571em;line-height:calc(var(--line-height) - 5%);letter-spacing:0.72px}}@media (min-width: 1921px){:host p{font-size:1.429em;line-height:calc(var(--line-height) + 10%);letter-spacing:0px}:host p.large{font-size:1.714em;line-height:calc(var(--line-height) + 20%)}:host p.small{font-size:1.21em;line-height:calc(var(--line-height) + 5%);letter-spacing:0px}:host p.caption,:host p.xsmall{font-size:1em;line-height:calc(var(--line-height) + 5%);letter-spacing:0.28px}}";const pt=Math.min,bt=Math.max,ft=Math.round,gt=Math.floor,mt=t=>({x:t,y:t}),xt={left:"right",right:"left",bottom:"top",top:"bottom"};function vt(t,e,i){return bt(t,pt(e,i))}function wt(t,e){return"function"==typeof t?t(e):t}function kt(t){return t.split("-")[0]}function yt(t){return t.split("-")[1]}function Ct(t){return"x"===t?"y":"x"}function At(t){return"y"===t?"height":"width"}function zt(t){const e=t[0];return"t"===e||"b"===e?"y":"x"}function Ft(t){return Ct(zt(t))}function Bt(t){return t.includes("start")?t.replace("start","end"):t.replace("end","start")}const Et=["left","right"],Dt=["right","left"],_t=["top","bottom"],St=["bottom","top"];function Ot(t){const e=kt(t);return xt[e]+t.slice(e.length)}function Lt(t){const{x:e,y:i,width:r,height:s}=t;return{width:r,height:s,top:i,left:e,right:e+r,bottom:i+s,x:e,y:i}}function Mt(t,e,i){let{reference:r,floating:s}=t;const o=zt(e),a=Ft(e),n=At(a),h=kt(e),l="y"===o,u=r.x+r.width/2-s.width/2,c=r.y+r.height/2-s.height/2,d=r[n]/2-s[n]/2;let p;switch(h){case"top":p={x:u,y:r.y-s.height};break;case"bottom":p={x:u,y:r.y+r.height};break;case"right":p={x:r.x+r.width,y:c};break;case"left":p={x:r.x-s.width,y:c};break;default:p={x:r.x,y:r.y}}switch(yt(e)){case"start":p[a]-=d*(i&&l?-1:1);break;case"end":p[a]+=d*(i&&l?-1:1)}return p}async function jt(t,e){var i;void 0===e&&(e={});const{x:r,y:s,platform:o,rects:a,elements:n,strategy:h}=t,{boundary:l="clippingAncestors",rootBoundary:u="viewport",elementContext:c="floating",altBoundary:d=!1,padding:p=0}=wt(e,t),b=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(p),f=n[d?"floating"===c?"reference":"floating":c],g=Lt(await o.getClippingRect({element:null==(i=await(null==o.isElement?void 0:o.isElement(f)))||i?f:f.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(n.floating)),boundary:l,rootBoundary:u,strategy:h})),m="floating"===c?{x:r,y:s,width:a.floating.width,height:a.floating.height}:a.reference,x=await(null==o.getOffsetParent?void 0:o.getOffsetParent(n.floating)),v=await(null==o.isElement?void 0:o.isElement(x))&&await(null==o.getScale?void 0:o.getScale(x))||{x:1,y:1},w=Lt(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:n,rect:m,offsetParent:x,strategy:h}):m);return{top:(g.top-w.top+b.top)/v.y,bottom:(w.bottom-g.bottom+b.bottom)/v.y,left:(g.left-w.left+b.left)/v.x,right:(w.right-g.right+b.right)/v.x}}const It=new Set(["left","top"]);function Pt(){return"undefined"!=typeof window}function Tt(t){return Rt(t)?(t.nodeName||"").toLowerCase():"#document"}function Vt(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function $t(t){var e;return null==(e=(Rt(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Rt(t){return!!Pt()&&(t instanceof Node||t instanceof Vt(t).Node)}function Ht(t){return!!Pt()&&(t instanceof Element||t instanceof Vt(t).Element)}function Nt(t){return!!Pt()&&(t instanceof HTMLElement||t instanceof Vt(t).HTMLElement)}function qt(t){return!(!Pt()||"undefined"==typeof ShadowRoot)&&(t instanceof ShadowRoot||t instanceof Vt(t).ShadowRoot)}function Ut(t){const{overflow:e,overflowX:i,overflowY:r,display:s}=ee(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+i)&&"inline"!==s&&"contents"!==s}function Kt(t){return/^(table|td|th)$/.test(Tt(t))}function Yt(t){try{if(t.matches(":popover-open"))return!0}catch(t){}try{return t.matches(":modal")}catch(t){return!1}}const Zt=/transform|translate|scale|rotate|perspective|filter/,Gt=/paint|layout|strict|content/,Jt=t=>!!t&&"none"!==t;let Wt;function Xt(t){const e=Ht(t)?ee(t):t;return Jt(e.transform)||Jt(e.translate)||Jt(e.scale)||Jt(e.rotate)||Jt(e.perspective)||!Qt()&&(Jt(e.backdropFilter)||Jt(e.filter))||Zt.test(e.willChange||"")||Gt.test(e.contain||"")}function Qt(){return null==Wt&&(Wt="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Wt}function te(t){return/^(html|body|#document)$/.test(Tt(t))}function ee(t){return Vt(t).getComputedStyle(t)}function ie(t){return Ht(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function re(t){if("html"===Tt(t))return t;const e=t.assignedSlot||t.parentNode||qt(t)&&t.host||$t(t);return qt(e)?e.host:e}function se(t){const e=re(t);return te(e)?t.ownerDocument?t.ownerDocument.body:t.body:Nt(e)&&Ut(e)?e:se(e)}function oe(t,e,i){var r;void 0===e&&(e=[]),void 0===i&&(i=!0);const s=se(t),o=s===(null==(r=t.ownerDocument)?void 0:r.body),a=Vt(s);if(o){const t=ae(a);return e.concat(a,a.visualViewport||[],Ut(s)?s:[],t&&i?oe(t):[])}return e.concat(s,oe(s,[],i))}function ae(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function ne(t){const e=ee(t);let i=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const s=Nt(t),o=s?t.offsetWidth:i,a=s?t.offsetHeight:r,n=ft(i)!==o||ft(r)!==a;return n&&(i=o,r=a),{width:i,height:r,$:n}}function he(t){return Ht(t)?t:t.contextElement}function le(t){const e=he(t);if(!Nt(e))return mt(1);const i=e.getBoundingClientRect(),{width:r,height:s,$:o}=ne(e);let a=(o?ft(i.width):i.width)/r,n=(o?ft(i.height):i.height)/s;return a&&Number.isFinite(a)||(a=1),n&&Number.isFinite(n)||(n=1),{x:a,y:n}}const ue=mt(0);function ce(t){const e=Vt(t);return Qt()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:ue}function de(t,e,i,r){void 0===e&&(e=!1),void 0===i&&(i=!1);const s=t.getBoundingClientRect(),o=he(t);let a=mt(1);e&&(r?Ht(r)&&(a=le(r)):a=le(t));const n=function(t,e,i){return void 0===e&&(e=!1),!(!i||e&&i!==Vt(t))&&e}(o,i,r)?ce(o):mt(0);let h=(s.left+n.x)/a.x,l=(s.top+n.y)/a.y,u=s.width/a.x,c=s.height/a.y;if(o){const t=Vt(o),e=r&&Ht(r)?Vt(r):r;let i=t,s=ae(i);for(;s&&r&&e!==i;){const t=le(s),e=s.getBoundingClientRect(),r=ee(s),o=e.left+(s.clientLeft+parseFloat(r.paddingLeft))*t.x,a=e.top+(s.clientTop+parseFloat(r.paddingTop))*t.y;h*=t.x,l*=t.y,u*=t.x,c*=t.y,h+=o,l+=a,i=Vt(s),s=ae(i)}}return Lt({width:u,height:c,x:h,y:l})}function pe(t,e){const i=ie(t).scrollLeft;return e?e.left+i:de($t(t)).left+i}function be(t,e){const i=t.getBoundingClientRect();return{x:i.left+e.scrollLeft-pe(t,i),y:i.top+e.scrollTop}}function fe(t,e,i){let r;if("viewport"===e)r=function(t,e){const i=Vt(t),r=$t(t),s=i.visualViewport;let o=r.clientWidth,a=r.clientHeight,n=0,h=0;if(s){o=s.width,a=s.height;const t=Qt();(!t||t&&"fixed"===e)&&(n=s.offsetLeft,h=s.offsetTop)}const l=pe(r);if(l<=0){const t=r.ownerDocument,e=t.body,i=getComputedStyle(e),s="CSS1Compat"===t.compatMode&&parseFloat(i.marginLeft)+parseFloat(i.marginRight)||0,a=Math.abs(r.clientWidth-e.clientWidth-s);a<=25&&(o-=a)}else l<=25&&(o+=l);return{width:o,height:a,x:n,y:h}}(t,i);else if("document"===e)r=function(t){const e=$t(t),i=ie(t),r=t.ownerDocument.body,s=bt(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),o=bt(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-i.scrollLeft+pe(t);const n=-i.scrollTop;return"rtl"===ee(r).direction&&(a+=bt(e.clientWidth,r.clientWidth)-s),{width:s,height:o,x:a,y:n}}($t(t));else if(Ht(e))r=function(t,e){const i=de(t,!0,"fixed"===e),r=i.top+t.clientTop,s=i.left+t.clientLeft,o=Nt(t)?le(t):mt(1);return{width:t.clientWidth*o.x,height:t.clientHeight*o.y,x:s*o.x,y:r*o.y}}(e,i);else{const i=ce(t);r={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height}}return Lt(r)}function ge(t,e){const i=re(t);return!(i===e||!Ht(i)||te(i))&&("fixed"===ee(i).position||ge(i,e))}function me(t,e,i){const r=Nt(e),s=$t(e),o="fixed"===i,a=de(t,!0,o,e);let n={scrollLeft:0,scrollTop:0};const h=mt(0);function l(){h.x=pe(s)}if(r||!r&&!o)if(("body"!==Tt(e)||Ut(s))&&(n=ie(e)),r){const t=de(e,!0,o,e);h.x=t.x+e.clientLeft,h.y=t.y+e.clientTop}else s&&l();o&&!r&&s&&l();const u=!s||r||o?mt(0):be(s,n);return{x:a.left+n.scrollLeft-h.x-u.x,y:a.top+n.scrollTop-h.y-u.y,width:a.width,height:a.height}}function xe(t){return"static"===ee(t).position}function ve(t,e){if(!Nt(t)||"fixed"===ee(t).position)return null;if(e)return e(t);let i=t.offsetParent;return $t(t)===i&&(i=i.ownerDocument.body),i}function we(t,e){const i=Vt(t);if(Yt(t))return i;if(!Nt(t)){let e=re(t);for(;e&&!te(e);){if(Ht(e)&&!xe(e))return e;e=re(e)}return i}let r=ve(t,e);for(;r&&Kt(r)&&xe(r);)r=ve(r,e);return r&&te(r)&&xe(r)&&!Xt(r)?i:r||function(t){let e=re(t);for(;Nt(e)&&!te(e);){if(Xt(e))return e;if(Yt(e))return null;e=re(e)}return null}(t)||i}const ke={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{elements:e,rect:i,offsetParent:r,strategy:s}=t;const o="fixed"===s,a=$t(r),n=!!e&&Yt(e.floating);if(r===a||n&&o)return i;let h={scrollLeft:0,scrollTop:0},l=mt(1);const u=mt(0),c=Nt(r);if((c||!c&&!o)&&(("body"!==Tt(r)||Ut(a))&&(h=ie(r)),c)){const t=de(r);l=le(r),u.x=t.x+r.clientLeft,u.y=t.y+r.clientTop}const d=!a||c||o?mt(0):be(a,h);return{width:i.width*l.x,height:i.height*l.y,x:i.x*l.x-h.scrollLeft*l.x+u.x+d.x,y:i.y*l.y-h.scrollTop*l.y+u.y+d.y}},getDocumentElement:$t,getClippingRect:function(t){let{element:e,boundary:i,rootBoundary:r,strategy:s}=t;const o=[..."clippingAncestors"===i?Yt(e)?[]:function(t,e){const i=e.get(t);if(i)return i;let r=oe(t,[],!1).filter((t=>Ht(t)&&"body"!==Tt(t))),s=null;const o="fixed"===ee(t).position;let a=o?re(t):t;for(;Ht(a)&&!te(a);){const e=ee(a),i=Xt(a);i||"fixed"!==e.position||(s=null),(o?!i&&!s:!i&&"static"===e.position&&s&&("absolute"===s.position||"fixed"===s.position)||Ut(a)&&!i&&ge(t,a))?r=r.filter((t=>t!==a)):s=e,a=re(a)}return e.set(t,r),r}(e,this._c):[].concat(i),r],a=fe(e,o[0],s);let n=a.top,h=a.right,l=a.bottom,u=a.left;for(let t=1;t<o.length;t++){const i=fe(e,o[t],s);n=bt(i.top,n),h=pt(i.right,h),l=pt(i.bottom,l),u=bt(i.left,u)}return{width:h-u,height:l-n,x:u,y:n}},getOffsetParent:we,getElementRects:async function(t){const e=this.getOffsetParent||we,i=this.getDimensions,r=await i(t.floating);return{reference:me(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){const{width:e,height:i}=ne(t);return{width:e,height:i}},getScale:le,isElement:Ht,isRTL:function(t){return"rtl"===ee(t).direction}};function ye(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}const Ce=function(t){return void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:i,y:r,placement:s,platform:o}=e,{mainAxis:a=!0,crossAxis:n=!1,limiter:h={fn:t=>{let{x:e,y:i}=t;return{x:e,y:i}}},...l}=wt(t,e),u={x:i,y:r},c=await o.detectOverflow(e,l),d=zt(kt(s)),p=Ct(d);let b=u[p],f=u[d];a&&(b=vt(b+c["y"===p?"top":"left"],b,b-c["y"===p?"bottom":"right"])),n&&(f=vt(f+c["y"===d?"top":"left"],f,f-c["y"===d?"bottom":"right"]));const g=h.fn({...e,[p]:b,[d]:f});return{...g,data:{x:g.x-i,y:g.y-r,enabled:{[p]:a,[d]:n}}}}}},Ae=function(t){return void 0===t&&(t={}),{name:"flip",options:t,async fn(e){var i,r;const{placement:s,middlewareData:o,rects:a,initialPlacement:n,platform:h,elements:l}=e,{mainAxis:u=!0,crossAxis:c=!0,fallbackPlacements:d,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:b="none",flipAlignment:f=!0,...g}=wt(t,e);if(null!=(i=o.arrow)&&i.alignmentOffset)return{};const m=kt(s),x=zt(n),v=kt(n)===n,w=await(null==h.isRTL?void 0:h.isRTL(l.floating)),k=d||(v||!f?[Ot(n)]:function(t){const e=Ot(t);return[Bt(t),e,Bt(e)]}(n)),y="none"!==b;!d&&y&&k.push(...function(t,e,i,r){const s=yt(t);let o=function(t,e,i){switch(t){case"top":case"bottom":return i?e?Dt:Et:e?Et:Dt;case"left":case"right":return e?_t:St;default:return[]}}(kt(t),"start"===i,r);return s&&(o=o.map((t=>t+"-"+s)),e&&(o=o.concat(o.map(Bt)))),o}(n,f,b,w));const C=[n,...k],A=await h.detectOverflow(e,g),z=[];let F=(null==(r=o.flip)?void 0:r.overflows)||[];if(u&&z.push(A[m]),c){const t=function(t,e,i){void 0===i&&(i=!1);const r=yt(t),s=Ft(t),o=At(s);let a="x"===s?r===(i?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[o]>e.floating[o]&&(a=Ot(a)),[a,Ot(a)]}(s,a,w);z.push(A[t[0]],A[t[1]])}if(F=[...F,{placement:s,overflows:z}],!z.every((t=>t<=0))){var B,E;const t=((null==(B=o.flip)?void 0:B.index)||0)+1,e=C[t];if(e&&("alignment"!==c||x===zt(e)||F.every((t=>zt(t.placement)!==x||t.overflows[0]>0))))return{data:{index:t,overflows:F},reset:{placement:e}};let i=null==(E=F.filter((t=>t.overflows[0]<=0)).sort(((t,e)=>t.overflows[1]-e.overflows[1]))[0])?void 0:E.placement;if(!i)switch(p){case"bestFit":{var D;const t=null==(D=F.filter((t=>{if(y){const e=zt(t.placement);return e===x||"y"===e}return!0})).map((t=>[t.placement,t.overflows.filter((t=>t>0)).reduce(((t,e)=>t+e),0)])).sort(((t,e)=>t[1]-e[1]))[0])?void 0:D[0];t&&(i=t);break}case"initialPlacement":i=n}if(s!==i)return{reset:{placement:i}}}return{}}}},ze=function(t){return void 0===t&&(t={}),{name:"size",options:t,async fn(e){var i,r;const{placement:s,rects:o,platform:a,elements:n}=e,{apply:h=()=>{},...l}=wt(t,e),u=await a.detectOverflow(e,l),c=kt(s),d=yt(s),p="y"===zt(s),{width:b,height:f}=o.floating;let g,m;"top"===c||"bottom"===c?(g=c,m=d===(await(null==a.isRTL?void 0:a.isRTL(n.floating))?"start":"end")?"left":"right"):(m=c,g="end"===d?"top":"bottom");const x=f-u.top-u.bottom,v=b-u.left-u.right;let w=pt(f-u[g],x),k=pt(b-u[m],v);if(null!=(i=e.middlewareData.shift)&&i.enabled.x&&(k=v),null!=(r=e.middlewareData.shift)&&r.enabled.y&&(w=x),!e.middlewareData.shift&&!d){const t=bt(u.left,0),e=bt(u.right,0),i=bt(u.top,0),r=bt(u.bottom,0);p?k=b-2*(0!==t||0!==e?t+e:bt(u.left,u.right)):w=f-2*(0!==i||0!==r?i+r:bt(u.top,u.bottom))}await h({...e,availableWidth:k,availableHeight:w});const y=await a.getDimensions(n.floating);return b!==y.width||f!==y.height?{reset:{rects:!0}}:{}}}},Fe=class{constructor(e){t(this,e),this.selected=s(this,"selected"),this.searchTermInput=s(this,"searchTermInput"),e.$hostElement$["s-ei"]?this.internals=e.$hostElement$["s-ei"]:(this.internals=e.$hostElement$.attachInternals(),e.$hostElement$["s-ei"]=this.internals),this.label="",this.placeholder="",this.value="",this.mode="default",this.size="medium",this.status="default",this.disabled=!1,this.required=!1,this.searchBehavior=!1,this.caseSensitive=!0,this.maxHeight="285px",this.isHovered=!1,this.isFocused=!1,this.isOpen=!1,this.isPositioned=!1,this.menuStyle={top:"0px",left:"0px",width:"0px",maxHeight:this.maxHeight},this.activeIndex=-1,this.preferredPlacement="bottom",this.textInput="",this.floatingPlacement="bottom-start",this.styles={},this.theme=window.CuraAPI.theme,this.handleMutations=t=>{t.forEach((t=>{"attributes"===t.type&&"selected"===t.attributeName&&this.updateSelectedOption()}))},this.onOptiselected=t=>{const e=t.target;this.clearSelectedAttributes(),e.setAttribute("selected","true")},this.handleKeyNavigation=t=>{var e;const{code:i}=t;if(!this.isOpen&&"ArrowDown"===i)return this.openMenu(),void(this.activeIndex=0);"ArrowDown"===i&&(t.preventDefault(),this.updateActiveIndex(1)),"ArrowUp"===i&&(t.preventDefault(),this.updateActiveIndex(-1)),"Enter"!==i&&"Space"!==i||null===(e=this.options[this.activeIndex])||void 0===e||e.click(),"Escape"===i&&this.closeMenu()},this.handleInputChange=t=>{this.textInput=t.target.value,this.searchBehavior&&(this.textInput.length>0&&!this.isOpen&&this.openMenu(),0===this.textInput.length&&this.isOpen&&this.closeMenu()),this.internals.setFormValue(this.textInput)},this.handleClick=t=>this.disabled?t.preventDefault():"CURA-SELECT-OPTION"===t.target.tagName?this.onOptiselected(t):void(this.isOpen?this.closeMenu():this.openMenu()),this.handleClickOutside=t=>{const e=t.composedPath&&t.composedPath()||[];!(e.includes(this.host)||this.menuElement&&e.includes(this.menuElement))&&this.closeMenu()},this.handleViewportChange=()=>{this.isOpen&&this.updateMenuPosition()}}updateOptionHighlights(t){this.options.forEach(((e,i)=>e.active=i===t))}filterOptions(t){if(this.searchTermInput.emit(t),!this.isOpen||!this.searchBehavior)return;const e=t=>t.normalize("NFD").replace(/[\u0300-\u036f]/g,"");let i=t;this.caseSensitive||(i=e(i).toLocaleLowerCase()),this.options.forEach((t=>{let r=t.textContent||"";this.caseSensitive||(r=e(null==r?void 0:r.toLowerCase()));const s=r.includes(i);t.style.display=s?"block":"none"}))}formAssociatedCallback(t){t.ariaLabel=this.label}formStateRestoreCallback(t){this.textInput=t.value,this.updateSelectedOption()}formResetCallback(){this.textInput="",this.clearSelectedAttributes(),this.internals.setFormValue(""),this.internals.setValidity({})}formDisabledCallback(t){this.disabled=t}componentWillLoad(){this.initializeOptions()}componentDidLoad(){this.setupMutationObserver(),this.addOutsideClickListener(),this.addPositionListeners()}connectedCallback(){this.applyStyles()}disconnectedCallback(){var t,e;null===(t=this.mutationObserver)||void 0===t||t.disconnect(),this.removeOutsideClickListener(),this.removePositionListeners(),null===(e=this.cleanupAutoUpdate)||void 0===e||e.call(this)}initializeOptions(){var t;this.options=this.host.querySelectorAll("cura-select-option"),this.options.forEach((t=>{t.setAttribute("size",this.size);const e=this.value===t.value;t.setAttribute("selected",JSON.stringify(e)),e&&(this.value=t.value,this.internals.setFormValue(t.value))})),this.textInput=(null===(t=Array.from(this.options).find((t=>t.value===this.value)))||void 0===t?void 0:t.textContent)||this.textInput}applyStyles(){const{fonts:t,colors:e}=this.theme,i=t.getWeights();this.styles=Object.assign(Object.assign({},this.styles),{"--font-weight-medium":i.medium,"--font-weight-bold":i.bold,"--font-weight-regular":i.regular,"--font-color":t.getColor(),"--font-family":t.getFamily(),"--font-size":t.getSize()}),["primary-base","neutral-purewhite","neutral-white","neutral-black","neutral-medium","neutral-light","neutral-base","neutral-dark","success-dark","success-darker","success-lighter","error-lighter","error-dark","error-darker","error-base","info-base"].forEach((t=>{this.styles[`--${t}`]=e.getColor(t)}))}setupMutationObserver(){this.mutationObserver=new MutationObserver(this.handleMutations),this.mutationObserver.observe(this.host,{attributes:!0,subtree:!0,attributeFilter:["selected","value"]})}handleValueChange(t){this.clearSelectedAttributes();const e=this.host.querySelector(`cura-select-option[value="${t}"]`);e&&e.setAttribute("selected","true")}updateSelectedOption(){const t=this.host.querySelector("cura-select-option[selected]");t&&(this.value=t.value,this.internals.setFormValue(this.value),this.textInput!==t.textContent&&(this.textInput=t.textContent,this.closeMenu(),this.selected.emit(t.value)))}clearSelectedAttributes(){this.options.forEach((t=>t.removeAttribute("selected")))}updateActiveIndex(t){0!==this.options.length&&(this.activeIndex=(this.activeIndex+t+this.options.length)%this.options.length)}getClasses(){return{wrapper:!0,label:!!this.label,disabled:this.disabled,transparent:"transparent"===this.mode,[this.size.toLowerCase()]:!0,[this.status.toLowerCase()]:!0}}getColor(t){if(this.disabled)return"neutral-medium";const e="default"===this.status,i=this.isFocused||this.isHovered;return"label"===t?!e||i?"neutral-black":"neutral-dark":i&&e?"neutral-black":"success"===this.status?"success-dark":"error"===this.status?"error-dark":"neutral-dark"}renderIcon(){return"default"!==this.status||this.iconName?e("cura-icon",{class:"feedback-icon",name:{default:this.iconName,success:"checkCircle",error:"alertCircle"}[this.status],iconset:"default",size:"large"===this.size?20:16,color:this.getColor("icon"),style:this.styles}):null}openMenu(){this.isOpen=!0,this.isPositioned=!1,requestAnimationFrame((()=>this.setupFloating()))}closeMenu(){var t;this.isOpen=!1,this.isPositioned=!1,null===(t=this.cleanupAutoUpdate)||void 0===t||t.call(this)}addOutsideClickListener(){document.addEventListener("click",this.handleClickOutside)}removeOutsideClickListener(){document.removeEventListener("click",this.handleClickOutside)}addPositionListeners(){window.addEventListener("resize",this.handleViewportChange,{passive:!0}),window.addEventListener("scroll",this.handleViewportChange,!0)}removePositionListeners(){window.removeEventListener("resize",this.handleViewportChange),window.removeEventListener("scroll",this.handleViewportChange,!0)}parseMaxHeight(){const t=parseFloat(this.maxHeight);return Number.isFinite(t)?t:285}setupFloating(){var t;this.inputWrapper&&this.menuElement&&(null===(t=this.cleanupAutoUpdate)||void 0===t||t.call(this),this.cleanupAutoUpdate=function(t,e,i,r){void 0===r&&(r={});const{ancestorScroll:s=!0,ancestorResize:o=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:n="function"==typeof IntersectionObserver,animationFrame:h=!1}=r,l=he(t),u=s||o?[...l?oe(l):[],...e?oe(e):[]]:[];u.forEach((t=>{s&&t.addEventListener("scroll",i,{passive:!0}),o&&t.addEventListener("resize",i)}));const c=l&&n?function(t,e){let i,r=null;const s=$t(t);function o(){var t;clearTimeout(i),null==(t=r)||t.disconnect(),r=null}return function a(n,h){void 0===n&&(n=!1),void 0===h&&(h=1),o();const l=t.getBoundingClientRect(),{left:u,top:c,width:d,height:p}=l;if(n||e(),!d||!p)return;const b={rootMargin:-gt(c)+"px "+-gt(s.clientWidth-(u+d))+"px "+-gt(s.clientHeight-(c+p))+"px "+-gt(u)+"px",threshold:bt(0,pt(1,h))||1};let f=!0;function g(e){const r=e[0].intersectionRatio;if(r!==h){if(!f)return a();r?a(!1,r):i=setTimeout((()=>{a(!1,1e-7)}),1e3)}1!==r||ye(l,t.getBoundingClientRect())||a(),f=!1}try{r=new IntersectionObserver(g,{...b,root:s.ownerDocument})}catch(t){r=new IntersectionObserver(g,b)}r.observe(t)}(!0),o}(l,i):null;let d,p=-1,b=null;a&&(b=new ResizeObserver((t=>{let[r]=t;r&&r.target===l&&b&&e&&(b.unobserve(e),cancelAnimationFrame(p),p=requestAnimationFrame((()=>{var t;null==(t=b)||t.observe(e)}))),i()})),l&&!h&&b.observe(l),e&&b.observe(e));let f=h?de(t):null;return h&&function e(){const r=de(t);f&&!ye(f,r)&&i(),f=r,d=requestAnimationFrame(e)}(),i(),()=>{var t;u.forEach((t=>{s&&t.removeEventListener("scroll",i),o&&t.removeEventListener("resize",i)})),null==c||c(),null==(t=b)||t.disconnect(),b=null,h&&cancelAnimationFrame(d)}}(this.inputWrapper,this.menuElement,(()=>{this.updateMenuPosition()})),this.updateMenuPosition())}updateMenuPosition(){var t;this.inputWrapper&&this.menuElement&&((t,e,i)=>{const r=new Map,s={platform:ke,...i},o={...s.platform,_c:r};return(async(t,e,i)=>{const{placement:r="bottom",strategy:s="absolute",middleware:o=[],platform:a}=i,n=a.detectOverflow?a:{...a,detectOverflow:jt},h=await(null==a.isRTL?void 0:a.isRTL(e));let l=await a.getElementRects({reference:t,floating:e,strategy:s}),{x:u,y:c}=Mt(l,r,h),d=r,p=0;const b={};for(let i=0;i<o.length;i++){const f=o[i];if(!f)continue;const{name:g,fn:m}=f,{x,y:v,data:w,reset:k}=await m({x:u,y:c,initialPlacement:r,placement:d,strategy:s,middlewareData:b,rects:l,platform:n,elements:{reference:t,floating:e}});u=null!=x?x:u,c=null!=v?v:c,b[g]={...b[g],...w},k&&p<50&&(p++,"object"==typeof k&&(k.placement&&(d=k.placement),k.rects&&(l=!0===k.rects?await a.getElementRects({reference:t,floating:e,strategy:s}):k.rects),({x:u,y:c}=Mt(l,d,h))),i=-1)}return{x:u,y:c,placement:d,strategy:s,middlewareData:b}})(t,e,{...s,platform:o})})(this.inputWrapper,this.menuElement,{strategy:"fixed",placement:this.floatingPlacement,middleware:[(t=0,void 0===t&&(t=0),{name:"offset",options:t,async fn(e){var i,r;const{x:s,y:o,placement:a,middlewareData:n}=e,h=await async function(t,e){const{placement:i,platform:r,elements:s}=t,o=await(null==r.isRTL?void 0:r.isRTL(s.floating)),a=kt(i),n=yt(i),h="y"===zt(i),l=It.has(a)?-1:1,u=o&&h?-1:1,c=wt(e,t);let{mainAxis:d,crossAxis:p,alignmentAxis:b}="number"==typeof c?{mainAxis:c,crossAxis:0,alignmentAxis:null}:{mainAxis:c.mainAxis||0,crossAxis:c.crossAxis||0,alignmentAxis:c.alignmentAxis};return n&&"number"==typeof b&&(p="end"===n?-1*b:b),h?{x:p*u,y:d*l}:{x:d*l,y:p*u}}(e,t);return a===(null==(i=n.offset)?void 0:i.placement)&&null!=(r=n.arrow)&&r.alignmentOffset?{}:{x:s+h.x,y:o+h.y,data:{...h,placement:a}}}}),Ae(),Ce({padding:8}),ze({apply:({rects:t,availableHeight:e})=>{this.menuStyle=Object.assign(Object.assign({},this.menuStyle),{width:`${t.reference.width}px`,maxHeight:`${Math.min(e,this.parseMaxHeight())}px`})}})]}).then((({x:t,y:e,placement:i})=>{this.preferredPlacement=i.startsWith("top")?"top":"bottom",this.menuStyle=Object.assign(Object.assign({},this.menuStyle),{top:`${e}px`,left:`${t}px`}),this.isPositioned=!0}))}render(){return e(i,{key:"8a05e5365062b5a2da4f10d7e3ca04f9d3136fba",style:this.styles,role:"combobox","aria-label":this.label,"aria-required":String(this.required),"aria-disabled":String(this.disabled),"aria-invalid":String("error"===this.status)},e("div",{key:"ab28fd73d68ccdc5ad6dd6cc7f79d879eaf25818",class:this.getClasses(),onMouseEnter:()=>this.isHovered=!0,onMouseLeave:()=>this.isHovered=!1,onClick:this.handleClick},this.label&&e("cura-label",{key:"5405aa3706b07640fdfdaa681ad22ea9c5fd9997",class:"label",weight:"bold",size:"large"===this.size?"small":"xsmall",color:this.getColor("label")},this.label," ",this.required&&e("span",{key:"39b37aefbf4e61572607d891eb63c737c332793c",class:"required"},"* ")),e("div",{key:"c339ab1ff49699fb0a348a169ba7f545b89bd593",class:{"cura-input-field":!0,open:this.isOpen},ref:t=>this.inputWrapper=t},this.renderIcon(),e("input",{key:"5118ad409b6b9c48c856670857d3cae26d28fd46",type:"text",autocomplete:"off",onFocus:()=>this.isFocused=!0,onBlur:()=>this.isFocused=!1,onKeyDown:this.handleKeyNavigation,"aria-required":String(this.required),"aria-disabled":String(this.disabled),"aria-invalid":String("error"===this.status),onInput:this.handleInputChange,style:this.styles,placeholder:this.placeholder,disabled:this.disabled,required:this.required,value:this.textInput,readonly:!this.searchBehavior||null}),e("button",{key:"53bddc2b1e56462a9181ce99749d98568f1c5dd9",class:"up-down-button"},e("cura-icon",{key:"01cb20504d2e0506e7210d33e3ca75978a598eff",name:this.isOpen?"up":"down",class:"up-down-icon",color:this.disabled?"neutral-dark":"primary-base",size:16,iconset:"default"}))),e("cura-label",{key:"550c24779f690ebd16bec881770b200ce06f5390",class:"helper-text",size:"xsmall",color:this.getColor("text"),weight:"transparent"===this.mode?"bold":"regular"},e("slot",{key:"530f64f99df6328d3a49a449f8f924e57bb03f21"})),this.isOpen&&e("div",{key:"3ee7a6439c98a0837a3f39d27646ed7a55c630b3",class:{menu:!0,open:this.isOpen,[this.preferredPlacement]:!0},ref:t=>this.menuElement=t,style:{"--max-height":this.maxHeight,top:this.menuStyle.top,left:this.menuStyle.left,width:this.menuStyle.width,maxHeight:this.menuStyle.maxHeight,visibility:this.isPositioned?"visible":"hidden",opacity:this.isPositioned?"1":"0",pointerEvents:this.isPositioned?"auto":"none"}},e("slot",{key:"84c3bb501966175635102b2ccbfa0cf43d2112f1",name:"option"}))))}static get formAssociated(){return!0}get host(){return r(this)}static get watchers(){return{activeIndex:[{updateOptionHighlights:0}],textInput:[{filterOptions:0}],value:[{handleValueChange:0}]}}};Fe.style=":host{display:block;position:relative;font-family:var(--font-family)}.wrapper{width:100%;user-select:none;text-align:left !important}.wrapper cura-label{margin-bottom:8px}.wrapper .helper-text{margin-top:8px;color:var(--neutral-dark)}.wrapper .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.wrapper .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.wrapper .cura-input-field input::placeholder{color:var(--neutral-dark)}.wrapper .cura-input-field .feedback-icon{padding-left:12px}.wrapper .cura-input-field .up-down-icon{order:3;padding-right:6px;cursor:pointer;pointer-events:all}.wrapper .cura-input-field .up-down-button{background-color:transparent;border:none}.wrapper .cura-input-field input{padding:0px 12px 0px 8px;cursor:pointer}.wrapper .cura-input-field.open{border-radius:4px 4px 0 0 !important}.wrapper.transparent{background-color:transparent;padding:0px;max-height:80px}.wrapper.transparent .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;background-color:transparent !important;border:none !important;border-radius:0;height:27px}.wrapper.transparent .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.wrapper.transparent .cura-input-field input::placeholder{color:var(--neutral-dark)}.wrapper.transparent .cura-input-field .feedback-icon{padding-left:12px}.wrapper.transparent .cura-input-field input{color:var(--neutral-black) !important;font-size:16px;font-weight:var(--font-weight-bold) !important;padding:0}.wrapper.transparent .cura-input-field input::placeholder{color:var(--neutral-black)}.wrapper.transparent .cura-input-field .feedback-icon{order:3;margin:0 20px 0 0}.wrapper.transparent:focus-within .cura-input-field{border:none !important;background-color:transparent !important}.wrapper.transparent:focus-within .cura-input-field input{border:none !important;outline:none}.wrapper.transparent .helper-text{margin-top:0px}.wrapper:hover:not(.disabled):not(.isLoading):not(.success):not(.error):not(.isFocused):not(.readOnly):not(.transparent) .cura-input-field{border-color:var(--neutral-dark)}.wrapper:hover:not(.disabled):not(.isLoading):not(.success):not(.error):not(.isFocused):not(.readOnly):not(.transparent) .cura-input-field input{color:var(--neutral-dark)}.wrapper:hover:not(.disabled):not(.isLoading):not(.success):not(.error):not(.isFocused):not(.readOnly):not(.transparent) .cura-input-field input::placeholder{color:var(--neutral-dark)}.wrapper:focus-within:not(.selection) .cura-input-field{border:2px solid var(--info-base) !important;background-color:var(--neutral-purewhite);outline:none}.wrapper:focus-within:not(.selection) .cura-input-field input{color:var(--neutral-black) !important}.wrapper:focus-within.selection .cura-input-field{border-radius:4px 4px 0px 0px}.wrapper.success .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.wrapper.success .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.wrapper.success .cura-input-field input::placeholder{color:var(--neutral-dark)}.wrapper.success .cura-input-field .feedback-icon{padding-left:12px}.wrapper.success .cura-input-field input{color:var(--success-darker) !important}.wrapper.success .cura-input-field input::placeholder{color:var(--success-darker) !important}.wrapper.success:not(.transparent) .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;border:2px solid var(--success-dark) !important;background-color:var(--success-lighter) !important}.wrapper.success:not(.transparent) .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.wrapper.success:not(.transparent) .cura-input-field input::placeholder{color:var(--neutral-dark)}.wrapper.success:not(.transparent) .cura-input-field .feedback-icon{padding-left:12px}.wrapper.error .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box}.wrapper.error .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.wrapper.error .cura-input-field input::placeholder{color:var(--neutral-dark)}.wrapper.error .cura-input-field .feedback-icon{padding-left:12px}.wrapper.error .cura-input-field input{color:var(--error-darker) !important}.wrapper.error .cura-input-field input::placeholder{color:var(--error-darker) !important}.wrapper.error:not(.transparent) .cura-input-field{width:100%;height:40px;display:flex;flex-direction:row;align-items:center;background-color:var(--neutral-purewhite);border:2px solid var(--neutral-medium);border-radius:4px;color:var(--primary-base);letter-spacing:0.32px;line-height:20px;overflow:hidden;box-sizing:border-box;border:2px solid var(--error-dark) !important;background-color:var(--error-lighter) !important}.wrapper.error:not(.transparent) .cura-input-field input{flex:1;width:100%;height:100%;background:transparent;border:none;outline:none;color:var(--neutral-dark);font-family:var(--font-family);font-weight:var(--font-weight-medium);font-size:14px;box-sizing:border-box;padding:0px 12px 0px 8px}.wrapper.error:not(.transparent) .cura-input-field input::placeholder{color:var(--neutral-dark)}.wrapper.error:not(.transparent) .cura-input-field .feedback-icon{padding-left:12px}.wrapper.disabled .cura-input-field{background-color:var(--neutral-white);border:2px solid var(--neutral-base)}.wrapper.disabled .cura-input-field input{color:var(--neutral-medium)}.wrapper.disabled .cura-input-field input::placeholder{color:var(--neutral-medium)}.required{color:red}.menu{position:fixed;left:0;top:0;box-sizing:border-box;background:#fff;border:2px solid var(--neutral-light);border-radius:4px;z-index:1000;max-height:var(--max-height);overflow:hidden;border-top:transparent;align-items:center;scrollbar-color:var(--neutral-medium) var(--neutral-black-20);overflow-y:auto;box-shadow:0px 4px 8px 0px rgba(38, 38, 38, 0.16)}.menu.open{border-radius:0 !important;padding:12px}";const Be=class{constructor(e){t(this,e),this.selected=!1,this.active=!1,this.size="small",this.styles={},this.theme=window.CuraAPI.theme}connectedCallback(){[{name:"--primary-lighter-50",theme:"primary-lighter",opacity:.5},{name:"--primary-light",theme:"primary-light"},{name:"--neutral-light",theme:"neutral-light"},{name:"--neutral-purewhite",theme:"neutral-purewhite"}].forEach((t=>this.styles=Object.assign(Object.assign({},this.styles),{[t.name]:this.theme.colors.getColor(t.theme,null==t?void 0:t.opacity)})))}getSize(t){const e={large:"label"===t?"medium":20,medium:"label"===t?"small":16,small:"label"===t?"xsmall":"micro"};return e[this.size]||e.medium}getClasses(){return{item:!0,selected:this.selected,active:this.active}}render(){return e(i,{key:"0822f9ef2bf99e9f2fd9b82757c232449cec3397",slot:"option",role:"option","aria-selected":this.selected},e("div",{key:"97ce07635ab1e67676cdf80bce6b1eada30e035c",class:this.getClasses(),style:this.styles},e("cura-label",{key:"d6fb19b666f1d12d713ba1e6270ebb62a12d86ab",color:this.selected?"primary-base":"neutral-black",size:this.getSize("label"),"margin-block":"0"},e("slot",{key:"78f64d9347185fd398e1adbc45650cf247894481"})),this.selected&&e("cura-icon",{key:"948e0d36d71e4c236a2472032703dbb47a371910",name:"check",size:this.getSize("icon"),color:"primary-base"})))}get host(){return r(this)}static get watchers(){return{size:[{getSize:0}]}}};Be.style=":host{display:block}.item{display:flex;padding:12px 8px;cursor:pointer;justify-content:space-between;align-items:center;box-sizing:border-box;background:var(--neutral-purewhite);border-bottom:1px solid transparent}.item.selected{background-color:var(--primary-lighter-50);border-bottom:1px solid var(--primary-light)}.item:hover:not(.selected){background:var(--neutral-white)}.item:hover:not(.selected){border-bottom:1px solid var(--neutral-light)}.item.active{background:var(--neutral-white) !important}.item.active{border-bottom:1px solid var(--neutral-light)}.item.selected.active{background-color:var(--primary-lighter-50) !important;box-shadow:none}:host(:last-of-type) .item{border-bottom:none}:host(:last-of-type) .item:hover,:host(:last-of-type) .item.active,:host(:last-of-type) .item.selected{border-bottom:none}";const Ee=class{constructor(e){t(this,e),this.tabSelect=s(this,"tabSelect"),this.selected=!1,this.disabled=!1,this.borderBottom=!0,this.size="large",this.colorMode="light",this.hovered=!1,this.styles={}}setColors(){[{name:"--background-color-selected",theme:"light"===this.colorMode?"primary-base":"primary-lighter"},{name:"--background-color-hover",theme:"light"===this.colorMode?"primary-lighter":null},{name:"--background-disabled-selected",theme:"light"===this.colorMode?"neutral-pale":"neutral-black"},{name:"--border-bottom-color",theme:"light"===this.colorMode?"neutral-base":"primary"}].forEach((t=>{t.theme&&(this.styles[t.name]=window.CuraAPI.theme.colors.getColor(t.theme))})),this.styles=Object.assign({},this.styles)}computeContentColor(){return this.disabled?"neutral-dark":"dark"===this.colorMode?this.hovered&&!this.selected?"neutral-purewhite":this.selected?"neutral-black":"primary-lighter":this.selected?"neutral-purewhite":"primary-dark"}updateDynamicStyles(){"dark"===this.colorMode&&this.hovered&&!this.selected&&(this.styles=Object.assign(Object.assign({},this.styles),{"--border-bottom-color":window.CuraAPI.theme.colors.getColor("neutral-purewhite")}))}getIcon(){if(!this.iconName)return"";const t="large"===this.size?20:16,i=this.computeContentColor();return e("cura-icon",{name:this.iconName,size:t,color:i})}getClasses(){return{[this.size]:!0,[this.colorMode]:!0,selected:this.selected,disabled:this.disabled,"border-bottom":this.borderBottom}}connectedCallback(){this.styles=Object.assign(Object.assign({},this.styles),{"--primary-dark":window.CuraAPI.theme.colors.getColor("primary-dark"),"--neutral-purewhite":window.CuraAPI.theme.colors.getColor("neutral-purewhite"),"--base-spacing":window.CuraAPI.theme.spacing.getSpacing()}),this.setColors()}handleMouseEnter(){this.disabled||(this.hovered=!0)}handleMouseLeave(){this.hovered=!1}handleClick(t){this.disabled?t.preventDefault():(this.selected=!this.selected,this.tabSelect.emit({name:this.name}))}render(){const t=h[this.size]||h.default,r=this.computeContentColor();return this.updateDynamicStyles(),e(i,{key:"3966968b73a9a51ec26f3206cdb09fbfcb3d3daf",role:"button","aria-pressed":this.selected,"aria-disabled":this.disabled},e("button",{key:"00cc6382c635a05c52fd74b3e02e968c2d94cacb",class:this.getClasses(),style:this.styles,onClick:t=>this.handleClick(t),disabled:this.disabled,onMouseEnter:this.handleMouseEnter.bind(this),onMouseLeave:this.handleMouseLeave.bind(this)},this.getIcon(),e("cura-label",{key:"e193500f156c10cf0442e6f504e19d552c19f849",size:t,color:r,lineHeight:"0",marginBlock:"0"},e("slot",{key:"8a0ac7c4b2ff4990093d13b4110e370616cf39f4"}))))}static get watchers(){return{colorMode:[{setColors:0}]}}};Ee.style=":host button,:host a{outline:none;box-shadow:none;box-sizing:border-box;display:flex;width:100%;align-items:center;justify-content:center;text-decoration:none !important;font-size:var(--font-size);cursor:pointer;transition:background-color 0.07s linear, box-shadow 0.07s linear, border-color 0.07s linear;border-radius:var(--border-radius);position:relative;background-color:transparent;box-sizing:border-box;border:none;min-width:120px;width:fit-content;display:flex;align-items:center;justify-content:center;border-radius:4px 4px 0 0}:host button:focus,:host a:focus{outline:2px solid #6EA8FF}:host button.border-bottom,:host a.border-bottom{border-bottom:1px solid var(--border-bottom-color)}:host button:not(.disabled,.selected):hover,:host a:not(.disabled,.selected):hover{background-color:var(--background-color-hover)}:host button:not(.disabled,.selected):hover.light,:host a:not(.disabled,.selected):hover.light{border-bottom-color:var(--primary-dark)}:host button:not(.disabled,.selected):hover.dark,:host a:not(.disabled,.selected):hover.dark{border-bottom-color:var(--neutral-purewhite)}:host button.small,:host a.small{padding:calc(var(--cura-spacing-base) * 2px) calc(var(--cura-spacing-base) * 2px)}:host button.medium,:host a.medium{padding:calc(var(--cura-spacing-base) * 3px) calc(var(--cura-spacing-base) * 3px)}:host button.large,:host a.large{padding:calc(var(--cura-spacing-base) * 3px) calc(var(--cura-spacing-base) * 4px)}:host button:focus,:host a:focus{border:2px solid var(--primary-light)}:host button cura-icon,:host a cura-icon{margin-right:calc(var(--cura-spacing-base) * 2px)}:host button.selected,:host a.selected{cursor:pointer;background-color:var(--background-color-selected)}:host button.selected.disabled,:host a.selected.disabled{background-color:var(--background-disabled-selected)}:host button.disabled,:host a.disabled{cursor:not-allowed}";const De=class{constructor(e){t(this,e),this.tabChange=s(this,"tabChange"),this.gap=0,this.borderBottom=!0,this.colorMode="light",this.styles={}}handleTabSelect(t){this.updateSelectedTab(t.detail.name)}updateSelectedTab(t){this.host.querySelectorAll("cura-tabs, cura-tabs-transparent, cura-tabs-button").forEach((e=>{e.selected=e.name===t}))}getClasses(){return{"border-bottom":this.borderBottom}}connectedCallback(){this.styles=Object.assign(Object.assign({},this.styles),{"--border-color":window.CuraAPI.theme.colors.getColor("light"===this.colorMode?"neutral-base":"primary-base"),"--gap":`${this.gap}px`})}render(){return e(i,{key:"fb6a6ae52fd5bdfb8c3978a75f26be87479ccafa",role:"tablist",style:this.styles,class:this.getClasses()},e("slot",{key:"afca97b27c8359f8236331257e4db41f1332e071"}))}get host(){return r(this)}};De.style=':host{display:flex;gap:var(--gap)}:host(.border-bottom){position:relative}:host(.border-bottom)::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--border-color);z-index:0}::slotted(cura-tabs),::slotted(cura-tabs-transparent){position:relative;z-index:1}';export{l as cura_accordion,u as cura_accordion_item,d as cura_avatar,p as cura_badge_distance,b as cura_button,f as cura_button_transparent,g as cura_card,w as cura_dropdown_search,k as cura_dropdown_search_category,y as cura_dropdown_search_option,C as cura_heading,A as cura_icon,ht as cura_input_text,lt as cura_label,ut as cura_loader_circle,ct as cura_page_template,dt as cura_paragraph,Fe as cura_select,Be as cura_select_option,Ee as cura_tabs,De as cura_tabs_group}
|