iobroker.lovelace
Version:
With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI
5 lines • 36.3 kB
JavaScript
/*! For license information please see 37694.37ec5e6496886c65.js.LICENSE.txt */
export const __rspack_esm_id=37694;export const __rspack_esm_ids=[37694];export const __webpack_modules__={35370(t,e,o){var i=o(26198);t.exports=function(t,e,o){for(var r=0,a=arguments.length>2?o:i(e),s=new t(a);a>r;)s[r]=e[r++];return s}},77957(t,e,o){var i=o(76080),r=o(79504),a=o(47055),s=o(48981),n=o(56969),l=o(26198),h=o(2360),p=o(35370),u=Array,c=r([].push);t.exports=function(t,e,o,r){for(var d,b,v,w=s(t),f=a(w),m=i(e,o),y=h(null),g=l(f),x=0;g>x;x++)v=f[x],(b=n(m(v,x,w)))in y?c(y[b],v):y[b]=[v];if(r&&(d=r(w))!==u)for(b in y)y[b]=p(d,y[b]);return y}},46058(t,e,o){var i=o(46518),r=o(77957),a=o(6469);i({target:"Array",proto:!0},{group:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),a("group")},30006(t,e,o){o.a(t,async function(t,e){try{o(74423);var i=o(5124),r=o(22441),a=o(6412),s=o(63672),n=o(34514),l=o(37541),h=o(40991),p=o(92070),u=o(28225),c=o(41268),d=o(9395),b=o(62676),v=o(15477),w=o(31896),f=o(17060),m=(o(38625),o(96272)),y=t([f]);f=(y.then?(await y)():y)[0];var g=Object.defineProperty,x=Object.getOwnPropertyDescriptor,k=(t,e,o,i)=>{for(var r,a=i>1?void 0:i?x(e,o):e,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i?r(e,o,a):r(a))||a);return i&&a&&g(e,o,a),a};let C=class extends b.q{static get validators(){return[...super.validators,(0,c.i)()]}get value(){return this.valueHasChanged?this._value:this._value??this.defaultValue}set value(t){this._value!==t&&(this.valueHasChanged=!0,this._value=t)}handleSizeChange(){(0,h.b)(this.localName,this.size)}handleChange(t){this.value=this.input.value,this.relayNativeEvent(t,{bubbles:!0,composed:!0})}clear(){""!==this.value&&(this.value="",this.updateComplete.then(()=>{this.dispatchEvent(new l.I),this.dispatchEvent(new InputEvent("input",{bubbles:!0,composed:!0})),this.dispatchEvent(new Event("change",{bubbles:!0,composed:!0}))})),this.input.focus()}handleClearClick(t){t.preventDefault(),this.clear()}handleInput(){this.value=this.input.value}handleKeyDown(t){(0,u.U)(t,this)}handlePasswordToggle(){this.passwordVisible=!this.passwordVisible}updated(t){if(super.updated(t),t.has("value")||t.has("defaultValue")||t.has("type")){const t=["number","date","time","datetime-local"];this.input&&t.includes(this.type)&&this.value&&this.input.value!==this.value&&(this._value=this.input.value),this.customStates.set("blank",!this.value),this.updateValidity()}}handleStepChange(){this.input.step=String(this.step),this.updateValidity()}focus(t){this.input.focus(t)}blur(){this.input.blur()}select(){this.input.select()}setSelectionRange(t,e,o="none"){this.input.setSelectionRange(t,e,o)}setRangeText(t,e,o,i="preserve"){const r=e??this.input.selectionStart,a=o??this.input.selectionEnd;this.input.setRangeText(t,r,a,i),this.value!==this.input.value&&(this.value=this.input.value)}showPicker(){"showPicker"in HTMLInputElement.prototype&&this.input.showPicker()}stepUp(){this.input.stepUp(),this.value!==this.input.value&&(this.value=this.input.value)}stepDown(){this.input.stepDown(),this.value!==this.input.value&&(this.value=this.input.value)}formResetCallback(){this.value=null,this.input&&(this.input.value=this.value),super.formResetCallback()}render(){const t=this.hasUpdated?this.hasSlotController.test("label"):this.withLabel,e=this.hasUpdated?this.hasSlotController.test("hint"):this.withHint,o=!!this.label||!!t,r=!!this.hint||!!e,l=this.withClear&&!this.disabled&&!this.readonly,h=(i.S$||this.hasUpdated)&&l&&("number"==typeof this.value||this.value&&this.value.length>0);return i.qy` <label part="form-control-label label" class="${(0,a.H)({label:!0,"has-label":o})}" for="input" aria-hidden="${o?"false":"true"}"> <slot name="label">${this.label}</slot> </label> <div part="base" class="text-field"> <slot name="start" part="start" class="start"></slot> <input part="input" id="input" class="control" type="${"password"===this.type&&this.passwordVisible?"text":this.type}" title="${this.title}" name="${(0,s.J)(this.name)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" placeholder="${(0,s.J)(this.placeholder)}" minlength="${(0,s.J)(this.minlength)}" maxlength="${(0,s.J)(this.maxlength)}" min="${(0,s.J)(this.min)}" max="${(0,s.J)(this.max)}" step="${(0,s.J)(this.step)}" .value="${(0,n.V)(this.value??"")}" autocapitalize="${(0,s.J)(this.autocapitalize)}" autocomplete="${(0,s.J)(this.autocomplete)}" autocorrect="${this.autocorrect?"on":"off"}" ?autofocus="${this.autofocus}" spellcheck="${this.spellcheck}" pattern="${(0,s.J)(this.pattern)}" enterkeyhint="${(0,s.J)(this.enterkeyhint)}" inputmode="${(0,s.J)(this.inputmode)}" aria-describedby="hint" @change="${this.handleChange}" @input="${this.handleInput}" @keydown="${this.handleKeyDown}"> ${h?i.qy` <slot name="clear-button"> <button part="clear-button" class="clear" type="button" aria-label="${this.localize.term("clearEntry")}" @click="${this.handleClearClick}" tabindex="-1"> <slot name="clear-icon"> <wa-icon name="circle-xmark" library="system" variant="regular"></wa-icon> </slot> </button> </slot> `:""} ${this.passwordToggle&&!this.disabled?i.qy` <slot name="password-toggle-button"> <button part="password-toggle-button" class="password-toggle" type="button" aria-label="${this.localize.term(this.passwordVisible?"hidePassword":"showPassword")}" @click="${this.handlePasswordToggle}" tabindex="-1"> ${this.passwordVisible?i.qy` <slot name="hide-password-icon"> <wa-icon name="eye-slash" library="system" variant="regular"></wa-icon> </slot> `:i.qy` <slot name="show-password-icon"> <wa-icon name="eye" library="system" variant="regular"></wa-icon> </slot> `} </button> </slot> `:""} <slot name="end" part="end" class="end"></slot> </div> <slot id="hint" part="hint" name="hint" class="${(0,a.H)({"has-slotted":r})}" aria-hidden="${r?"false":"true"}">${this.hint}</slot> `}constructor(){super(...arguments),this.assumeInteractionOn=["blur","input"],this.hasSlotController=new p.X(this,"hint","label"),this.localize=new f.c(this),this.title="",this.type="text",this._value=null,this.defaultValue=this.getAttribute("value")||null,this.size="m",this.appearance="outlined",this.pill=!1,this.label="",this.hint="",this.withClear=!1,this.placeholder="",this.readonly=!1,this.passwordToggle=!1,this.passwordVisible=!1,this.withoutSpinButtons=!1,this.required=!1,this.spellcheck=!0,this.withLabel=!1,this.withHint=!1}};C.css=[w.A,v.A,m.A],C.shadowRootOptions={...b.q.shadowRootOptions,delegatesFocus:!0},k([(0,r.P)("input")],C.prototype,"input",2),k([(0,r.MZ)()],C.prototype,"title",2),k([(0,r.MZ)({reflect:!0})],C.prototype,"type",2),k([(0,r.wk)()],C.prototype,"value",1),k([(0,r.MZ)({attribute:"value",reflect:!0})],C.prototype,"defaultValue",2),k([(0,r.MZ)({reflect:!0})],C.prototype,"size",2),k([(0,d.w)("size")],C.prototype,"handleSizeChange",1),k([(0,r.MZ)({reflect:!0})],C.prototype,"appearance",2),k([(0,r.MZ)({type:Boolean,reflect:!0})],C.prototype,"pill",2),k([(0,r.MZ)()],C.prototype,"label",2),k([(0,r.MZ)({attribute:"hint"})],C.prototype,"hint",2),k([(0,r.MZ)({attribute:"with-clear",type:Boolean})],C.prototype,"withClear",2),k([(0,r.MZ)()],C.prototype,"placeholder",2),k([(0,r.MZ)({type:Boolean,reflect:!0})],C.prototype,"readonly",2),k([(0,r.MZ)({attribute:"password-toggle",type:Boolean})],C.prototype,"passwordToggle",2),k([(0,r.MZ)({attribute:"password-visible",type:Boolean})],C.prototype,"passwordVisible",2),k([(0,r.MZ)({attribute:"without-spin-buttons",type:Boolean,reflect:!0})],C.prototype,"withoutSpinButtons",2),k([(0,r.MZ)({type:Boolean,reflect:!0})],C.prototype,"required",2),k([(0,r.MZ)()],C.prototype,"pattern",2),k([(0,r.MZ)({type:Number})],C.prototype,"minlength",2),k([(0,r.MZ)({type:Number})],C.prototype,"maxlength",2),k([(0,r.MZ)()],C.prototype,"min",2),k([(0,r.MZ)()],C.prototype,"max",2),k([(0,r.MZ)()],C.prototype,"step",2),k([(0,r.MZ)()],C.prototype,"autocapitalize",2),k([(0,r.MZ)({type:Boolean,converter:{fromAttribute:t=>!(!t||"off"===t),toAttribute:t=>t?"on":"off"}})],C.prototype,"autocorrect",2),k([(0,r.MZ)()],C.prototype,"autocomplete",2),k([(0,r.MZ)({type:Boolean})],C.prototype,"autofocus",2),k([(0,r.MZ)()],C.prototype,"enterkeyhint",2),k([(0,r.MZ)({type:Boolean,converter:{fromAttribute:t=>!(!t||"false"===t),toAttribute:t=>t?"true":"false"}})],C.prototype,"spellcheck",2),k([(0,r.MZ)()],C.prototype,"inputmode",2),k([(0,r.MZ)({attribute:"with-label",type:Boolean})],C.prototype,"withLabel",2),k([(0,r.MZ)({attribute:"with-hint",type:Boolean})],C.prototype,"withHint",2),k([(0,d.w)("step",{waitUntilFirstUpdate:!0})],C.prototype,"handleStepChange",1),C=k([(0,r.EM)("wa-input")],C),C.disableWarning?.("change-in-update"),e()}catch(t){e(t)}})},96272(t,e,o){o.d(e,{A:()=>i});var i=o(5124).AH`:host{border-width:0}:host(:focus){outline:0}.text-field{display:flex;align-items:stretch;justify-content:start;position:relative;transition:inherit;height:var(--wa-form-control-height);border-color:var(--wa-form-control-border-color);border-radius:var(--wa-form-control-border-radius);border-style:var(--wa-form-control-border-style);border-width:var(--wa-form-control-border-width);cursor:text;color:var(--wa-form-control-value-color);font-size:var(--wa-form-control-value-font-size);font-family:inherit;font-weight:var(--wa-form-control-value-font-weight);line-height:var(--wa-form-control-value-line-height);vertical-align:middle;width:100%;transition:background-color var(--wa-transition-normal),border-color var(--wa-transition-normal),outline-color var(--wa-transition-fast);transition-timing-function:var(--wa-transition-easing);background-color:var(--wa-form-control-background-color);box-shadow:var(--box-shadow);padding:0 var(--wa-form-control-padding-inline);outline:var(--wa-focus-ring-style) var(--wa-focus-ring-width) transparent;outline-offset:var(--wa-focus-ring-offset)}.text-field:focus-within{outline-color:var(--wa-color-focus)}.text-field:has(:disabled){cursor:not-allowed;opacity:.5}:host([appearance=outlined]) .text-field{background-color:var(--wa-form-control-background-color);border-color:var(--wa-form-control-border-color)}:host([appearance=filled]) .text-field{background-color:var(--wa-color-neutral-fill-quiet);border-color:var(--wa-color-neutral-fill-quiet)}:host([appearance=filled-outlined]) .text-field{background-color:var(--wa-color-neutral-fill-quiet);border-color:var(--wa-form-control-border-color)}:host([pill]) .text-field{border-radius:var(--wa-border-radius-pill)!important}.text-field:has(:-webkit-autofill),.text-field:has(:autofill){background-color:var(--wa-color-brand-fill-quiet)!important}.text-field input,.text-field textarea{height:100%;padding:0;border:none;outline:0;box-shadow:none;margin:0;cursor:inherit;-webkit-appearance:none;font:inherit}:is(.text-field input,.text-field textarea):-webkit-autofill,:is(.text-field input,.text-field textarea):-webkit-autofill:active,:is(.text-field input,.text-field textarea):-webkit-autofill:focus,:is(.text-field input,.text-field textarea):-webkit-autofill:hover{-webkit-background-clip:text;background-color:transparent;-webkit-text-fill-color:inherit}input{flex:1 1 auto;min-width:0;height:100%;transition:inherit;background-color:rgb(118 118 118 / 0);height:calc(var(--wa-form-control-height) - var(--border-width) * 2);padding-block:0;color:inherit}input:autofill,input:autofill:active,input:autofill:focus,input:autofill:hover{box-shadow:none;caret-color:var(--wa-form-control-value-color)}input::placeholder{color:var(--wa-form-control-placeholder-color);user-select:none;-webkit-user-select:none}input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{-webkit-appearance:none}input:focus{outline:0}textarea:autofill,textarea:autofill:active,textarea:autofill:focus,textarea:autofill:hover{box-shadow:none;caret-color:var(--wa-form-control-value-color)}textarea::placeholder{color:var(--wa-form-control-placeholder-color);user-select:none;-webkit-user-select:none}.end,.start{display:inline-flex;flex:0 0 auto;align-items:center;cursor:default}:is(.start,.end)::slotted(wa-icon){color:var(--wa-color-neutral-on-quiet)}.start::slotted(*){margin-inline-end:var(--wa-form-control-padding-inline)}.end::slotted(*){margin-inline-start:var(--wa-form-control-padding-inline)}.clear,.password-toggle{display:inline-flex;align-items:center;justify-content:center;font-size:inherit;color:var(--wa-color-neutral-on-quiet);border:none;background:0 0;padding:0;transition:var(--wa-transition-normal) color;cursor:pointer;margin-inline-start:var(--wa-form-control-padding-inline)}@media (hover:hover){:is(.clear,.password-toggle):hover{color:color-mix(in oklab,currentColor,var(--wa-color-mix-hover))}}:is(.clear,.password-toggle):active{color:color-mix(in oklab,currentColor,var(--wa-color-mix-active))}:is(.clear,.password-toggle):focus{outline:0}::-ms-reveal{display:none}:host([without-spin-buttons]) input[type=number]{-moz-appearance:textfield}:host([without-spin-buttons]) input[type=number]::-webkit-inner-spin-button,:host([without-spin-buttons]) input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;display:none}`},99324(t,e,o){o.a(t,async function(t,e){try{var i=o(5124),r=o(22441),a=o(6412),s=o(63672),n=o(34514),l=o(40991),h=o(92070),p=o(41268),u=o(9395),c=o(62676),d=o(15477),b=o(31896),v=o(32565),w=o(17060),f=o(9054),m=t([w]);w=(m.then?(await m)():m)[0];var y=Object.defineProperty,g=Object.getOwnPropertyDescriptor,x=(t,e,o,i)=>{for(var r,a=i>1?void 0:i?g(e,o):e,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i?r(e,o,a):r(a))||a);return i&&a&&y(e,o,a),a};let k=class extends c.q{static get validators(){return[...super.validators,(0,p.i)()]}get value(){return this.valueHasChanged?this._value:this._value??this.defaultValue}set value(t){this._value!==t&&(this.valueHasChanged=!0,this._value=t)}handleSizeChange(){(0,l.b)(this.localName,this.size)}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{if(this.setTextareaDimensions(),this.updateResizeObserver(),this.didSSR&&this.input&&this.value!==this.input.value){const t=this.input.value;this.value=t}})}disconnectedCallback(){super.disconnectedCallback(),clearTimeout(this.countAnnounceTimeout),this.resizeObserver?.disconnect(),this.resizeObserver=void 0}updateResizeObserver(){const t="none"!==this.resize;this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=void 0),t&&this.input&&("auto"===this.resize?(this.resizeObserver=new ResizeObserver(t=>{const e=t[0]?.contentRect.width??0;e!==this.lastObservedWidth&&(this.lastObservedWidth=e,requestAnimationFrame(()=>this.setTextareaDimensions()))}),this.resizeObserver.observe(this)):(this.resizeObserver=new ResizeObserver(()=>this.setTextareaDimensions()),this.resizeObserver.observe(this.input)))}handleBlur(){this.checkValidity()}handleChange(t){this.valueHasChanged=!0,this.value=this.input.value,this.setTextareaDimensions(),this.checkValidity(),this.relayNativeEvent(t,{bubbles:!0,composed:!0})}handleInput(t){this.valueHasChanged=!0,this.value=this.input.value,this.relayNativeEvent(t,{bubbles:!0,composed:!0}),this.scheduleCountAnnouncement()}scheduleCountAnnouncement(){clearTimeout(this.countAnnounceTimeout),this.countAnnounceTimeout=setTimeout(()=>{const t=(this.value??"").length;this.announcedCountText=null!=this.maxlength?this.localize.term("numCharactersRemaining",this.maxlength-t):this.localize.term("numCharacters",t)},1e3)}setTextareaDimensions(){if("none"===this.resize)return this.base.style.width="",void(this.base.style.height="");if("auto"===this.resize){this.sizeAdjuster.style.height=`${this.input.clientHeight}px`,this.input.style.height="auto";const t=this.input.scrollHeight;return this.input.style.height=`${t}px`,this.sizeAdjuster.style.height=`${t}px`,this.base.style.width="",void(this.base.style.height="")}if(this.input.style.width){const t=Number(this.input.style.width.split(/px/)[0])+2;this.base.style.width=`${t}px`}if(this.input.style.height){const t=Number(this.input.style.height.split(/px/)[0])+2;this.base.style.height=`${t}px`}}handleRowsChange(){this.setTextareaDimensions()}async handleValueChange(){await this.updateComplete,this.checkValidity(),this.setTextareaDimensions()}updated(t){t.has("resize")&&(this.setTextareaDimensions(),this.updateResizeObserver()),super.updated(t),t.has("value")&&this.customStates.set("blank",!this.value)}focus(t){this.input.focus(t)}blur(){this.input.blur()}select(){this.input.select()}scrollPosition(t){return t?("number"==typeof t.top&&(this.input.scrollTop=t.top),void("number"==typeof t.left&&(this.input.scrollLeft=t.left))):{top:this.input.scrollTop,left:this.input.scrollTop}}setSelectionRange(t,e,o="none"){this.input.setSelectionRange(t,e,o)}setRangeText(t,e,o,i="preserve"){const r=e??this.input.selectionStart,a=o??this.input.selectionEnd;this.input.setRangeText(t,r,a,i),this.value!==this.input.value&&(this.value=this.input.value,this.setTextareaDimensions())}formResetCallback(){this._value=null,this.input&&(this.input.value=this.value||""),super.formResetCallback()}render(){const t=this.hasUpdated?this.hasSlotController.test("label"):this.withLabel,e=this.hasUpdated?this.hasSlotController.test("hint"):this.withHint,o=!!this.label||!!t,r=!!this.hint||!!e,l=(this.value??"").length,h=null!=this.maxlength?this.localize.term("numCharactersRemaining",this.maxlength-l):this.localize.term("numCharacters",l);return i.qy` <label part="form-control-label label" class="${(0,a.H)({label:!0,"has-label":o})}" for="input" aria-hidden="${o?"false":"true"}"> <slot name="label">${this.label}</slot> </label> <div part="base" class="textarea"> <textarea part="textarea" id="input" class="control" title="${this.title}" name="${(0,s.J)(this.name)}" .value="${(0,n.V)(this.value)}" ?disabled="${this.disabled}" ?readonly="${this.readonly}" ?required="${this.required}" placeholder="${(0,s.J)(this.placeholder)}" rows="${(0,s.J)(this.rows)}" minlength="${(0,s.J)(this.minlength)}" maxlength="${(0,s.J)(this.maxlength)}" autocapitalize="${(0,s.J)(this.autocapitalize)}" autocorrect="${(0,s.J)(this.autocorrect)}" ?autofocus="${this.autofocus}" spellcheck="${(0,s.J)(this.spellcheck)}" enterkeyhint="${(0,s.J)(this.enterkeyhint)}" inputmode="${(0,s.J)(this.inputmode)}" aria-describedby="hint" @change="${this.handleChange}" @input="${this.handleInput}" @blur="${this.handleBlur}"></textarea> <div part="textarea-adjuster" class="size-adjuster" ?hidden="${"auto"!==this.resize}"></div> </div> <div class="${(0,a.H)({footer:!0,"has-count":this.withCount})}"> <slot id="hint" name="hint" part="hint" aria-hidden="${r?"false":"true"}" class="${(0,a.H)({"has-slotted":r})}">${this.hint}</slot> ${this.withCount?i.qy` <div part="count" class="count" aria-hidden="true">${h}</div> <div class="wa-visually-hidden-force" aria-live="polite">${this.announcedCountText}</div> `:""} </div> `}constructor(){super(...arguments),this.assumeInteractionOn=["blur","input"],this.hasSlotController=new h.X(this,"hint","label"),this.localize=new w.c(this),this.announcedCountText="",this.title="",this.name=null,this._value=null,this.defaultValue=this.getAttribute("value")??"",this.size="m",this.appearance="outlined",this.label="",this.hint="",this.placeholder="",this.rows=4,this.resize="vertical",this.disabled=!1,this.readonly=!1,this.required=!1,this.spellcheck=!0,this.withLabel=!1,this.withHint=!1,this.withCount=!1,this.lastObservedWidth=0}};k.css=[f.A,d.A,b.A,v.A],x([(0,r.wk)()],k.prototype,"announcedCountText",2),x([(0,r.P)(".control")],k.prototype,"input",2),x([(0,r.P)('[part~="base"]')],k.prototype,"base",2),x([(0,r.P)(".size-adjuster")],k.prototype,"sizeAdjuster",2),x([(0,r.MZ)()],k.prototype,"title",2),x([(0,r.MZ)({reflect:!0})],k.prototype,"name",2),x([(0,r.wk)()],k.prototype,"value",1),x([(0,r.MZ)({attribute:"value",reflect:!0})],k.prototype,"defaultValue",2),x([(0,r.MZ)({reflect:!0})],k.prototype,"size",2),x([(0,u.w)("size")],k.prototype,"handleSizeChange",1),x([(0,r.MZ)({reflect:!0})],k.prototype,"appearance",2),x([(0,r.MZ)()],k.prototype,"label",2),x([(0,r.MZ)({attribute:"hint"})],k.prototype,"hint",2),x([(0,r.MZ)()],k.prototype,"placeholder",2),x([(0,r.MZ)({type:Number})],k.prototype,"rows",2),x([(0,r.MZ)({reflect:!0})],k.prototype,"resize",2),x([(0,r.MZ)({type:Boolean})],k.prototype,"disabled",2),x([(0,r.MZ)({type:Boolean,reflect:!0})],k.prototype,"readonly",2),x([(0,r.MZ)({type:Boolean,reflect:!0})],k.prototype,"required",2),x([(0,r.MZ)({type:Number})],k.prototype,"minlength",2),x([(0,r.MZ)({type:Number})],k.prototype,"maxlength",2),x([(0,r.MZ)()],k.prototype,"autocapitalize",2),x([(0,r.MZ)({type:Boolean,converter:{fromAttribute:t=>!(!t||"off"===t),toAttribute:t=>t?"on":"off"}})],k.prototype,"autocorrect",2),x([(0,r.MZ)()],k.prototype,"autocomplete",2),x([(0,r.MZ)({type:Boolean})],k.prototype,"autofocus",2),x([(0,r.MZ)()],k.prototype,"enterkeyhint",2),x([(0,r.MZ)({type:Boolean,converter:{fromAttribute:t=>!(!t||"false"===t),toAttribute:t=>t?"true":"false"}})],k.prototype,"spellcheck",2),x([(0,r.MZ)()],k.prototype,"inputmode",2),x([(0,r.MZ)({attribute:"with-label",type:Boolean})],k.prototype,"withLabel",2),x([(0,r.MZ)({attribute:"with-hint",type:Boolean})],k.prototype,"withHint",2),x([(0,r.MZ)({attribute:"with-count",type:Boolean,reflect:!0})],k.prototype,"withCount",2),x([(0,u.w)("rows",{waitUntilFirstUpdate:!0})],k.prototype,"handleRowsChange",1),x([(0,u.w)("value",{waitUntilFirstUpdate:!0})],k.prototype,"handleValueChange",1),k=x([(0,r.EM)("wa-textarea")],k),k.disableWarning?.("change-in-update"),e()}catch(t){e(t)}})},9054(t,e,o){o.d(e,{A:()=>i});var i=o(5124).AH`:host{border-width:0}.textarea{display:grid;align-items:center;margin:0;border:none;outline:0;cursor:inherit;font:inherit;background-color:var(--wa-form-control-background-color);border-color:var(--wa-form-control-border-color);border-radius:var(--wa-form-control-border-radius);border-style:var(--wa-form-control-border-style);border-width:var(--wa-form-control-border-width);-webkit-appearance:none;outline:var(--wa-focus-ring-style) var(--wa-focus-ring-width) transparent;outline-offset:var(--wa-focus-ring-offset)}.textarea:focus-within{outline-color:var(--wa-color-focus)}:host([appearance=outlined]) .textarea{background-color:var(--wa-form-control-background-color);border-color:var(--wa-form-control-border-color)}:host([appearance=filled]) .textarea{background-color:var(--wa-color-neutral-fill-quiet);border-color:var(--wa-color-neutral-fill-quiet)}:host([appearance=filled-outlined]) .textarea{background-color:var(--wa-color-neutral-fill-quiet);border-color:var(--wa-form-control-border-color)}textarea{display:block;width:100%;border:none;background:0 0;font:inherit;color:inherit;padding:calc(var(--wa-form-control-padding-block) - ((1lh - 1em)/ 2)) var(--wa-form-control-padding-inline);min-height:calc(var(--wa-form-control-height) - var(--border-width) * 2);box-shadow:none;margin:0}textarea::placeholder{color:var(--wa-form-control-placeholder-color);user-select:none;-webkit-user-select:none}textarea:autofill,textarea:autofill:active,textarea:autofill:focus,textarea:autofill:hover{box-shadow:none;caret-color:var(--wa-form-control-value-color)}textarea:focus{outline:0}.control,.size-adjuster{grid-area:1/1/2/2}.size-adjuster{visibility:hidden;pointer-events:none;opacity:0;padding:0}textarea::-webkit-search-cancel-button,textarea::-webkit-search-decoration,textarea::-webkit-search-results-button,textarea::-webkit-search-results-decoration{-webkit-appearance:none}:host([resize=none]) textarea{resize:none}:host([resize=vertical]) textarea,textarea{resize:vertical}:host([resize=horizontal]) textarea{resize:horizontal}:host([resize=both]) textarea{resize:both}:host([resize=auto]) textarea{height:auto;resize:none;overflow-y:hidden}.footer{display:flex;align-items:baseline;gap:1em}.footer.has-count [part=hint]{flex:1 1 auto;min-width:0}.count{flex:0 0 auto;color:var(--wa-form-control-hint-color);font-weight:var(--wa-form-control-hint-font-weight);line-height:var(--wa-form-control-hint-line-height);margin-block-start:0.5em;font-size:var(--wa-font-size-smaller);margin-inline-start:auto}`},52630(t,e,o){o.a(t,async function(t,i){try{o.d(e,{A:()=>C});o(74423),o(44114),o(18111),o(22489);var r=o(5124),a=o(22441),s=o(6412),n=o(17051),l=o(42462),h=o(28438),p=o(98779),u=o(27259),c=o(25877),d=o(984),b=o(95010),v=o(9395),w=o(717),f=o(40158),m=o(51920),y=t([f]);f=(y.then?(await y)():y)[0];var g=Object.defineProperty,x=Object.getOwnPropertyDescriptor,k=(t,e,o,i)=>{for(var r,a=i>1?void 0:i?x(e,o):e,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(i?r(e,o,a):r(a))||a);return i&&a&&g(e,o,a),a};let C=class extends w.A{connectedCallback(){super.connectedCallback(),this.eventController.signal.aborted&&(this.eventController=new AbortController),this.addEventListener("mouseout",this.handleMouseOut),this.open&&(this.open=!1,this.updateComplete.then(()=>{this.open=!0})),this.id||(this.id=(0,b.N)("wa-tooltip-")),this.for&&this.anchor?(this.anchor=null,this.handleForChange()):this.for&&this.handleForChange()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("keydown",this.handleDocumentKeyDown),(0,c.Fw)(this),this.eventController.abort(),this.anchor&&this.removeFromAriaLabelledBy(this.anchor,this.id)}firstUpdated(){this.body.hidden=!this.open,this.open&&(this.popup.active=!0,this.popup.reposition())}hasTrigger(t){return this.trigger.split(" ").includes(t)}addToAriaLabelledBy(t,e){const o=(t.getAttribute("aria-labelledby")||"").split(/\s+/).filter(Boolean);o.includes(e)||(o.push(e),t.setAttribute("aria-labelledby",o.join(" ")))}removeFromAriaLabelledBy(t,e){const o=(t.getAttribute("aria-labelledby")||"").split(/\s+/).filter(Boolean).filter(t=>t!==e);o.length>0?t.setAttribute("aria-labelledby",o.join(" ")):t.removeAttribute("aria-labelledby")}async handleOpenChange(){if(this.open){if(this.disabled)return;const t=new p.k;if(this.dispatchEvent(t),t.defaultPrevented)return void(this.open=!1);document.addEventListener("keydown",this.handleDocumentKeyDown,{signal:this.eventController.signal}),(0,c.AZ)(this),this.body.hidden=!1,this.popup.active=!0,await(0,u.Ud)(this.popup.popup,"show-with-scale"),this.popup.reposition(),this.dispatchEvent(new l.q)}else{const t=new h.L;if(this.dispatchEvent(t),t.defaultPrevented)return void(this.open=!1);document.removeEventListener("keydown",this.handleDocumentKeyDown),(0,c.Fw)(this),await(0,u.Ud)(this.popup.popup,"hide-with-scale"),this.popup.active=!1,this.body.hidden=!0,this.dispatchEvent(new n.Z)}}handleForChange(){const t=this.getRootNode();if(!t)return;const e=this.for?t.getElementById(this.for):null,o=this.anchor;if(e===o)return;const{signal:i}=this.eventController;e&&(this.addToAriaLabelledBy(e,this.id),e.addEventListener("blur",this.handleBlur,{capture:!0,signal:i}),e.addEventListener("focus",this.handleFocus,{capture:!0,signal:i}),e.addEventListener("click",this.handleClick,{signal:i}),e.addEventListener("mouseover",this.handleMouseOver,{signal:i}),e.addEventListener("mouseout",this.handleMouseOut,{signal:i})),o&&(this.removeFromAriaLabelledBy(o,this.id),o.removeEventListener("blur",this.handleBlur,{capture:!0}),o.removeEventListener("focus",this.handleFocus,{capture:!0}),o.removeEventListener("click",this.handleClick),o.removeEventListener("mouseover",this.handleMouseOver),o.removeEventListener("mouseout",this.handleMouseOut)),this.anchor=e}async handleOptionsChange(){this.hasUpdated&&(await this.updateComplete,this.popup.reposition())}handleDisabledChange(){this.disabled&&this.open&&this.hide()}async show(){if(!this.open)return this.open=!0,(0,d.l)(this,"wa-after-show")}async hide(){if(this.open)return this.open=!1,(0,d.l)(this,"wa-after-hide")}render(){return r.qy` <wa-popup part="base" exportparts="
popup:base__popup,
arrow:base__arrow
" class="${(0,s.H)({tooltip:!0,"tooltip-open":this.open})}" placement="${this.placement}" distance="${this.distance}" skidding="${this.skidding}" flip shift ?arrow="${!this.withoutArrow}" hover-bridge .anchor="${this.anchor}"> <div part="body" class="body"> <slot></slot> </div> </wa-popup> `}constructor(){super(...arguments),this.placement="top",this.disabled=!1,this.distance=8,this.open=!1,this.skidding=0,this.showDelay=150,this.hideDelay=0,this.trigger="hover focus",this.withoutArrow=!1,this.for=null,this.anchor=null,this.eventController=new AbortController,this.handleBlur=()=>{this.hasTrigger("focus")&&this.hide()},this.handleClick=()=>{this.hasTrigger("click")&&(this.open?this.hide():this.show())},this.handleFocus=()=>{this.hasTrigger("focus")&&this.show()},this.handleDocumentKeyDown=t=>{"Escape"===t.key&&this.open&&(0,c.a0)(this)&&(t.preventDefault(),t.stopPropagation(),this.hide())},this.handleMouseOver=()=>{this.hasTrigger("hover")&&(clearTimeout(this.hoverTimeout),this.hoverTimeout=window.setTimeout(()=>this.show(),this.showDelay))},this.handleMouseOut=()=>{if(this.hasTrigger("hover")){const t=Boolean(this.anchor?.matches(":hover")),e=this.matches(":hover");if(t||e)return;clearTimeout(this.hoverTimeout),t||e||(this.hoverTimeout=window.setTimeout(()=>{this.hide()},this.hideDelay))}}}};C.css=m.A,C.dependencies={"wa-popup":f.A},k([(0,a.P)("slot:not([name])")],C.prototype,"defaultSlot",2),k([(0,a.P)(".body")],C.prototype,"body",2),k([(0,a.P)("wa-popup")],C.prototype,"popup",2),k([(0,a.MZ)()],C.prototype,"placement",2),k([(0,a.MZ)({type:Boolean,reflect:!0})],C.prototype,"disabled",2),k([(0,a.MZ)({type:Number})],C.prototype,"distance",2),k([(0,a.MZ)({type:Boolean,reflect:!0})],C.prototype,"open",2),k([(0,a.MZ)({type:Number})],C.prototype,"skidding",2),k([(0,a.MZ)({attribute:"show-delay",type:Number})],C.prototype,"showDelay",2),k([(0,a.MZ)({attribute:"hide-delay",type:Number})],C.prototype,"hideDelay",2),k([(0,a.MZ)()],C.prototype,"trigger",2),k([(0,a.MZ)({attribute:"without-arrow",type:Boolean,reflect:!0})],C.prototype,"withoutArrow",2),k([(0,a.MZ)()],C.prototype,"for",2),k([(0,a.wk)()],C.prototype,"anchor",2),k([(0,v.w)("open",{waitUntilFirstUpdate:!0})],C.prototype,"handleOpenChange",1),k([(0,v.w)("for")],C.prototype,"handleForChange",1),k([(0,v.w)(["distance","placement","skidding"])],C.prototype,"handleOptionsChange",1),k([(0,v.w)("disabled")],C.prototype,"handleDisabledChange",1),C=k([(0,a.EM)("wa-tooltip")],C),i()}catch(t){i(t)}})},51920(t,e,o){o.d(e,{A:()=>i});var i=o(5124).AH`:host{--max-width:30ch;display:inline-block;position:absolute;color:var(--wa-tooltip-content-color);font-size:var(--wa-tooltip-font-size);line-height:var(--wa-tooltip-line-height);text-align:start;white-space:normal}.tooltip{--arrow-size:var(--wa-tooltip-arrow-size);--arrow-color:var(--wa-tooltip-background-color)}.tooltip::part(popup){z-index:1000}.tooltip[placement^=top]::part(popup){transform-origin:bottom}.tooltip[placement^=bottom]::part(popup){transform-origin:top}.tooltip[placement^=left]::part(popup){transform-origin:right}.tooltip[placement^=right]::part(popup){transform-origin:left}.body{display:block;width:max-content;max-width:var(--max-width);border-radius:var(--wa-tooltip-border-radius);background-color:var(--wa-tooltip-background-color);border:var(--wa-tooltip-border-width) var(--wa-tooltip-border-style) var(--wa-tooltip-border-color);padding:.25em .5em;user-select:none;-webkit-user-select:none}.tooltip{--popup-border-width:var(--wa-tooltip-border-width)}.tooltip::part(arrow){border-bottom:var(--wa-tooltip-border-width) var(--wa-tooltip-border-style) var(--wa-tooltip-border-color);border-right:var(--wa-tooltip-border-width) var(--wa-tooltip-border-style) var(--wa-tooltip-border-color)}`},37541(t,e,o){o.d(e,{I:()=>i});class i extends Event{constructor(){super("wa-clear",{bubbles:!0,cancelable:!1,composed:!0})}}},984(t,e,o){function i(t,e){return new Promise(o=>{t.addEventListener(e,function i(r){r.target===t&&(t.removeEventListener(e,i),o())})})}o.d(e,{l:()=>i})},95010(t,e,o){o.d(e,{q:()=>i,N:()=>r});o(16573),o(78100),o(77936),o(37467),o(44732),o(79577),o(16632),o(34226),o(9486),o(20456);function i(t,e,o){const i=t=>Object.is(t,-0)?0:t;return i(t<e?e:t>o?o:t)}function r(t=""){return`${t}${((t=21)=>{let e="",o=crypto.getRandomValues(new Uint8Array(t|=0));for(;t--;)e+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[63&o[t]];return e})()}`}},28225(t,e,o){o.d(e,{U:()=>i});o(74423);function i(t,e){const o=t.metaKey||t.ctrlKey||t.shiftKey||t.altKey;"Enter"!==t.key||o||setTimeout(()=>{t.defaultPrevented||t.isComposing||function(t){let e=null;"form"in t&&(e=t.form);!e&&"getForm"in t&&(e=t.getForm());if(!e)return;const o=[...e.elements];if(1===o.length)return void e.requestSubmit(null);const i=o.find(t=>"submit"===t.type&&!t.matches(":disabled"));if(!i)return;["input","button"].includes(i.localName)?e.requestSubmit(i):i.click()}(e)})}},15477(t,e,o){o.d(e,{A:()=>i});var i=o(5124).AH`:host{display:flex;flex-direction:column}[part~=form-control]{display:contents}:is([part~=form-control-label],[part~=label]).has-label,:is([part~=form-control-label],[part~=label]):has(:not(:empty)){display:inline-flex;color:var(--wa-form-control-label-color);font-weight:var(--wa-form-control-label-font-weight);line-height:var(--wa-form-control-label-line-height);margin-block-end:0.5em}:host([required]) :is([part~=form-control-label],[part~=label])::after{content:var(--wa-form-control-required-content);margin-inline-start:var(--wa-form-control-required-content-offset);color:var(--wa-form-control-required-content-color)}[part~=hint]{display:block;color:var(--wa-form-control-hint-color);font-weight:var(--wa-form-control-hint-font-weight);line-height:var(--wa-form-control-hint-line-height);margin-block-start:0.5em;font-size:var(--wa-font-size-smaller)}[part~=hint]:not(.has-slotted,.has-hint){display:none}`},32565(t,e,o){o.d(e,{A:()=>i});var i=o(5124).AH`.wa-visually-hidden-force,.wa-visually-hidden-hint::part(hint),.wa-visually-hidden-label::part(form-control-label),.wa-visually-hidden-label::part(label),.wa-visually-hidden:not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:none!important;overflow:hidden!important;white-space:nowrap!important;padding:0!important}`},34514(t,e,o){o.d(e,{V:()=>s});var i=o(5055),r=o(42017),a=o(63937);const s=(0,r.u$)(class extends r.WL{render(t){return t}update(t,[e]){if(e===i.c0||e===i.s6)return e;const o=t.element,s=t.name;if(t.type===r.OA.PROPERTY){if(e===o[s])return i.c0}else if(t.type===r.OA.BOOLEAN_ATTRIBUTE){if(!!e===o.hasAttribute(s))return i.c0}else if(t.type===r.OA.ATTRIBUTE&&o.getAttribute(s)===e+"")return i.c0;return(0,a.mY)(t),e}constructor(t){if(super(t),t.type!==r.OA.PROPERTY&&t.type!==r.OA.ATTRIBUTE&&t.type!==r.OA.BOOLEAN_ATTRIBUTE)throw Error("The `live` directive is not allowed on child or event bindings");if(!(0,a.Rt)(t))throw Error("`live` bindings can only contain a single expression")}})},75751(t,e,o){o.d(e,{u:()=>n});o(45367),o(92731);var i=o(5055),r=o(42017),a=o(63937);const s=(t,e,o)=>{const i=new Map;for(let r=e;r<=o;r++)i.set(t[r],r);return i},n=(0,r.u$)(class extends r.WL{dt(t,e,o){let i;void 0===o?o=e:void 0!==e&&(i=e);const r=[],a=[];let s=0;for(const e of t)r[s]=i?i(e,s):s,a[s]=o(e,s),s++;return{values:a,keys:r}}render(t,e,o){return this.dt(t,e,o).values}update(t,[e,o,r]){const n=(0,a.cN)(t),{values:l,keys:h}=this.dt(e,o,r);if(!Array.isArray(n))return this.ut=h,l;const p=this.ut??=[],u=[];let c,d,b=0,v=n.length-1,w=0,f=l.length-1;for(;b<=v&&w<=f;)if(null===n[b])b++;else if(null===n[v])v--;else if(p[b]===h[w])u[w]=(0,a.lx)(n[b],l[w]),b++,w++;else if(p[v]===h[f])u[f]=(0,a.lx)(n[v],l[f]),v--,f--;else if(p[b]===h[f])u[f]=(0,a.lx)(n[b],l[f]),(0,a.Dx)(t,u[f+1],n[b]),b++,f--;else if(p[v]===h[w])u[w]=(0,a.lx)(n[v],l[w]),(0,a.Dx)(t,n[b],n[v]),v--,w++;else if(void 0===c&&(c=s(h,w,f),d=s(p,b,v)),c.has(p[b]))if(c.has(p[v])){const e=d.get(h[w]),o=void 0!==e?n[e]:null;if(null===o){const e=(0,a.Dx)(t,n[b]);(0,a.lx)(e,l[w]),u[w]=e}else u[w]=(0,a.lx)(o,l[w]),(0,a.Dx)(t,n[b],o),n[e]=null;w++}else(0,a.KO)(n[v]),v--;else(0,a.KO)(n[b]),b++;for(;w<=f;){const e=(0,a.Dx)(t,u[f+1]);(0,a.lx)(e,l[w]),u[w++]=e}for(;b<=v;){const t=n[b++];null!==t&&(0,a.KO)(t)}return this.ut=h,(0,a.mY)(t,u),i.c0}constructor(t){if(super(t),t.type!==r.OA.CHILD)throw Error("repeat() can only be used in text expressions")}})}};