frankenstyle 0.0.11 → 0.1.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,569 @@
1
+ var __COMPONENTS__=(function(o,d,ut,Pt){"use strict";function xt(r){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(r){for(const e in r)if(e!=="default"){const i=Object.getOwnPropertyDescriptor(r,e);Object.defineProperty(t,e,i.get?i:{enumerable:!0,get:()=>r[e]})}}return t.default=r,Object.freeze(t)}const Mt=xt(ut);const L=r=>(t,e)=>{e!==void 0?e.addInitializer((()=>{customElements.define(r,t)})):customElements.define(r,t)};const B=globalThis,et=B.ShadowRoot&&(B.ShadyCSS===void 0||B.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ct=Symbol(),dt=new WeakMap;let Vt=class{constructor(t,e,i){if(this._$cssResult$=!0,i!==ct)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(et&&t===void 0){const i=e!==void 0&&e.length===1;i&&(t=dt.get(e)),t===void 0&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&dt.set(e,t))}return t}toString(){return this.cssText}};const Dt=r=>new Vt(typeof r=="string"?r:r+"",void 0,ct),Rt=(r,t)=>{if(et)r.adoptedStyleSheets=t.map((e=>e instanceof CSSStyleSheet?e:e.styleSheet));else for(const e of t){const i=document.createElement("style"),s=B.litNonce;s!==void 0&&i.setAttribute("nonce",s),i.textContent=e.cssText,r.appendChild(i)}},pt=et?r=>r:r=>r instanceof CSSStyleSheet?(t=>{let e="";for(const i of t.cssRules)e+=i.cssText;return Dt(e)})(r):r;const{is:Ht,defineProperty:Ut,getOwnPropertyDescriptor:Nt,getOwnPropertyNames:jt,getOwnPropertySymbols:zt,getPrototypeOf:Kt}=Object,q=globalThis,$t=q.trustedTypes,Bt=$t?$t.emptyScript:"",qt=q.reactiveElementPolyfillSupport,D=(r,t)=>r,F={toAttribute(r,t){switch(t){case Boolean:r=r?Bt:null;break;case Object:case Array:r=r==null?r:JSON.stringify(r)}return r},fromAttribute(r,t){let e=r;switch(t){case Boolean:e=r!==null;break;case Number:e=r===null?null:Number(r);break;case Object:case Array:try{e=JSON.parse(r)}catch{e=null}}return e}},it=(r,t)=>!Ht(r,t),ft={attribute:!0,type:String,converter:F,reflect:!1,useDefault:!1,hasChanged:it};Symbol.metadata??=Symbol("metadata"),q.litPropertyMetadata??=new WeakMap;class R extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=ft){if(e.state&&(e.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((e=Object.create(e)).wrapped=!0),this.elementProperties.set(t,e),!e.noAccessor){const i=Symbol(),s=this.getPropertyDescriptor(t,i,e);s!==void 0&&Ut(this.prototype,t,s)}}static getPropertyDescriptor(t,e,i){const{get:s,set:a}=Nt(this.prototype,t)??{get(){return this[e]},set(n){this[e]=n}};return{get:s,set(n){const l=s?.call(this);a?.call(this,n),this.requestUpdate(t,l,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??ft}static _$Ei(){if(this.hasOwnProperty(D("elementProperties")))return;const t=Kt(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(D("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(D("properties"))){const e=this.properties,i=[...jt(e),...zt(e)];for(const s of i)this.createProperty(s,e[s])}const t=this[Symbol.metadata];if(t!==null){const e=litPropertyMetadata.get(t);if(e!==void 0)for(const[i,s]of e)this.elementProperties.set(i,s)}this._$Eh=new Map;for(const[e,i]of this.elementProperties){const s=this._$Eu(e,i);s!==void 0&&this._$Eh.set(s,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const s of i)e.unshift(pt(s))}else t!==void 0&&e.push(pt(t));return e}static _$Eu(t,e){const i=e.attribute;return i===!1?void 0:typeof i=="string"?i:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const i of e.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Rt(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,i){this._$AK(t,i)}_$ET(t,e){const i=this.constructor.elementProperties.get(t),s=this.constructor._$Eu(t,i);if(s!==void 0&&i.reflect===!0){const a=(i.converter?.toAttribute!==void 0?i.converter:F).toAttribute(e,i.type);this._$Em=t,a==null?this.removeAttribute(s):this.setAttribute(s,a),this._$Em=null}}_$AK(t,e){const i=this.constructor,s=i._$Eh.get(t);if(s!==void 0&&this._$Em!==s){const a=i.getPropertyOptions(s),n=typeof a.converter=="function"?{fromAttribute:a.converter}:a.converter?.fromAttribute!==void 0?a.converter:F;this._$Em=s;const l=n.fromAttribute(e,a.type);this[s]=l??this._$Ej?.get(s)??l,this._$Em=null}}requestUpdate(t,e,i){if(t!==void 0){const s=this.constructor,a=this[t];if(i??=s.getPropertyOptions(t),!((i.hasChanged??it)(a,e)||i.useDefault&&i.reflect&&a===this._$Ej?.get(t)&&!this.hasAttribute(s._$Eu(t,i))))return;this.C(t,e,i)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,e,{useDefault:i,reflect:s,wrapped:a},n){i&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,n??e??this[t]),a!==!0||n!==void 0)||(this._$AL.has(t)||(this.hasUpdated||i||(e=void 0),this._$AL.set(t,e)),s===!0&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(e){Promise.reject(e)}const t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[s,a]of this._$Ep)this[s]=a;this._$Ep=void 0}const i=this.constructor.elementProperties;if(i.size>0)for(const[s,a]of i){const{wrapped:n}=a,l=this[s];n!==!0||this._$AL.has(s)||l===void 0||this.C(s,void 0,a,l)}}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((i=>i.hostUpdate?.())),this.update(e)):this._$EM()}catch(i){throw t=!1,this._$EM(),i}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((e=>e.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach((e=>this._$ET(e,this[e]))),this._$EM()}updated(t){}firstUpdated(t){}}R.elementStyles=[],R.shadowRootOptions={mode:"open"},R[D("elementProperties")]=new Map,R[D("finalized")]=new Map,qt?.({ReactiveElement:R}),(q.reactiveElementVersions??=[]).push("2.1.1");const Ft={attribute:!0,type:String,converter:F,reflect:!1,hasChanged:it},Wt=(r=Ft,t,e)=>{const{kind:i,metadata:s}=e;let a=globalThis.litPropertyMetadata.get(s);if(a===void 0&&globalThis.litPropertyMetadata.set(s,a=new Map),i==="setter"&&((r=Object.create(r)).wrapped=!0),a.set(e.name,r),i==="accessor"){const{name:n}=e;return{set(l){const h=t.get.call(this);t.set.call(this,l),this.requestUpdate(n,h,r)},init(l){return l!==void 0&&this.C(n,void 0,r,l),l}}}if(i==="setter"){const{name:n}=e;return function(l){const h=this[n];t.call(this,l),this.requestUpdate(n,h,r)}}throw Error("Unsupported decorator location: "+i)};function u(r){return(t,e)=>typeof e=="object"?Wt(r,t,e):((i,s,a)=>{const n=s.hasOwnProperty(a);return s.constructor.createProperty(a,i),n?Object.getOwnPropertyDescriptor(s,a):void 0})(r,t,e)}function v(r){return u({...r,state:!0,attribute:!1})}const st=globalThis,W=st.trustedTypes,gt=W?W.createPolicy("lit-html",{createHTML:r=>r}):void 0,mt="$lit$",S=`lit$${Math.random().toFixed(9).slice(2)}$`,vt="?"+S,Yt=`<${vt}>`,O=document,Y=()=>O.createComment(""),H=r=>r===null||typeof r!="object"&&typeof r!="function",rt=Array.isArray,Jt=r=>rt(r)||typeof r?.[Symbol.iterator]=="function",at=`[
2
+ \f\r]`,U=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,bt=/-->/g,yt=/>/g,P=RegExp(`>|${at}(?:([^\\s"'>=/]+)(${at}*=${at}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),_t=/'/g,wt=/"/g,It=/^(?:script|style|textarea|title)$/i,C=Symbol.for("lit-noChange"),b=Symbol.for("lit-nothing"),Tt=new WeakMap,x=O.createTreeWalker(O,129);function At(r,t){if(!rt(r)||!r.hasOwnProperty("raw"))throw Error("invalid template strings array");return gt!==void 0?gt.createHTML(t):t}const Gt=(r,t)=>{const e=r.length-1,i=[];let s,a=t===2?"<svg>":t===3?"<math>":"",n=U;for(let l=0;l<e;l++){const h=r[l];let c,p,$=-1,g=0;for(;g<h.length&&(n.lastIndex=g,p=n.exec(h),p!==null);)g=n.lastIndex,n===U?p[1]==="!--"?n=bt:p[1]!==void 0?n=yt:p[2]!==void 0?(It.test(p[2])&&(s=RegExp("</"+p[2],"g")),n=P):p[3]!==void 0&&(n=P):n===P?p[0]===">"?(n=s??U,$=-1):p[1]===void 0?$=-2:($=n.lastIndex-p[2].length,c=p[1],n=p[3]===void 0?P:p[3]==='"'?wt:_t):n===wt||n===_t?n=P:n===bt||n===yt?n=U:(n=P,s=void 0);const m=n===P&&r[l+1].startsWith("/>")?" ":"";a+=n===U?h+Yt:$>=0?(i.push(c),h.slice(0,$)+mt+h.slice($)+S+m):h+S+($===-2?l:m)}return[At(r,a+(r[e]||"<?>")+(t===2?"</svg>":t===3?"</math>":"")),i]};class N{constructor({strings:t,_$litType$:e},i){let s;this.parts=[];let a=0,n=0;const l=t.length-1,h=this.parts,[c,p]=Gt(t,e);if(this.el=N.createElement(c,i),x.currentNode=this.el.content,e===2||e===3){const $=this.el.content.firstChild;$.replaceWith(...$.childNodes)}for(;(s=x.nextNode())!==null&&h.length<l;){if(s.nodeType===1){if(s.hasAttributes())for(const $ of s.getAttributeNames())if($.endsWith(mt)){const g=p[n++],m=s.getAttribute($).split(S),f=/([.?@])?(.*)/.exec(g);h.push({type:1,index:a,name:f[2],strings:m,ctor:f[1]==="."?Xt:f[1]==="?"?Qt:f[1]==="@"?te:G}),s.removeAttribute($)}else $.startsWith(S)&&(h.push({type:6,index:a}),s.removeAttribute($));if(It.test(s.tagName)){const $=s.textContent.split(S),g=$.length-1;if(g>0){s.textContent=W?W.emptyScript:"";for(let m=0;m<g;m++)s.append($[m],Y()),x.nextNode(),h.push({type:2,index:++a});s.append($[g],Y())}}}else if(s.nodeType===8)if(s.data===vt)h.push({type:2,index:a});else{let $=-1;for(;($=s.data.indexOf(S,$+1))!==-1;)h.push({type:7,index:a}),$+=S.length-1}a++}}static createElement(t,e){const i=O.createElement("template");return i.innerHTML=t,i}}function V(r,t,e=r,i){if(t===C)return t;let s=i!==void 0?e._$Co?.[i]:e._$Cl;const a=H(t)?void 0:t._$litDirective$;return s?.constructor!==a&&(s?._$AO?.(!1),a===void 0?s=void 0:(s=new a(r),s._$AT(r,e,i)),i!==void 0?(e._$Co??=[])[i]=s:e._$Cl=s),s!==void 0&&(t=V(r,s._$AS(r,t.values),s,i)),t}class Zt{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:i}=this._$AD,s=(t?.creationScope??O).importNode(e,!0);x.currentNode=s;let a=x.nextNode(),n=0,l=0,h=i[0];for(;h!==void 0;){if(n===h.index){let c;h.type===2?c=new J(a,a.nextSibling,this,t):h.type===1?c=new h.ctor(a,h.name,h.strings,this,t):h.type===6&&(c=new ee(a,this,t)),this._$AV.push(c),h=i[++l]}n!==h?.index&&(a=x.nextNode(),n++)}return x.currentNode=O,s}p(t){let e=0;for(const i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,e),e+=i.strings.length-2):i._$AI(t[e])),e++}}class J{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,i,s){this.type=2,this._$AH=b,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=i,this.options=s,this._$Cv=s?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return e!==void 0&&t?.nodeType===11&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=V(this,t,e),H(t)?t===b||t==null||t===""?(this._$AH!==b&&this._$AR(),this._$AH=b):t!==this._$AH&&t!==C&&this._(t):t._$litType$!==void 0?this.$(t):t.nodeType!==void 0?this.T(t):Jt(t)?this.k(t):this._(t)}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t))}_(t){this._$AH!==b&&H(this._$AH)?this._$AA.nextSibling.data=t:this.T(O.createTextNode(t)),this._$AH=t}$(t){const{values:e,_$litType$:i}=t,s=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=N.createElement(At(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===s)this._$AH.p(e);else{const a=new Zt(s,this),n=a.u(this.options);a.p(e),this.T(n),this._$AH=a}}_$AC(t){let e=Tt.get(t.strings);return e===void 0&&Tt.set(t.strings,e=new N(t)),e}k(t){rt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let i,s=0;for(const a of t)s===e.length?e.push(i=new J(this.O(Y()),this.O(Y()),this,this.options)):i=e[s],i._$AI(a),s++;s<e.length&&(this._$AR(i&&i._$AB.nextSibling,s),e.length=s)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}}class G{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,i,s,a){this.type=1,this._$AH=b,this._$AN=void 0,this.element=t,this.name=e,this._$AM=s,this.options=a,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=b}_$AI(t,e=this,i,s){const a=this.strings;let n=!1;if(a===void 0)t=V(this,t,e,0),n=!H(t)||t!==this._$AH&&t!==C,n&&(this._$AH=t);else{const l=t;let h,c;for(t=a[0],h=0;h<a.length-1;h++)c=V(this,l[i+h],e,h),c===C&&(c=this._$AH[h]),n||=!H(c)||c!==this._$AH[h],c===b?t=b:t!==b&&(t+=(c??"")+a[h+1]),this._$AH[h]=c}n&&!s&&this.j(t)}j(t){t===b?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Xt extends G{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===b?void 0:t}}class Qt extends G{constructor(){super(...arguments),this.type=4}j(t){this.element.toggleAttribute(this.name,!!t&&t!==b)}}class te extends G{constructor(t,e,i,s,a){super(t,e,i,s,a),this.type=5}_$AI(t,e=this){if((t=V(this,t,e,0)??b)===C)return;const i=this._$AH,s=t===b&&i!==b||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,a=t!==b&&(i===b||s);s&&this.element.removeEventListener(this.name,this,i),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class ee{constructor(t,e,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){V(this,t)}}const ie=st.litHtmlPolyfillSupport;ie?.(N,J),(st.litHtmlVersions??=[]).push("3.3.1");const nt={ATTRIBUTE:1,CHILD:2},ot=r=>(...t)=>({_$litDirective$:r,values:t});let lt=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};const j=ot(class extends lt{constructor(r){if(super(r),r.type!==nt.ATTRIBUTE||r.name!=="class"||r.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(r){return" "+Object.keys(r).filter((t=>r[t])).join(" ")+" "}update(r,[t]){if(this.st===void 0){this.st=new Set,r.strings!==void 0&&(this.nt=new Set(r.strings.join(" ").split(/\s/).filter((i=>i!==""))));for(const i in t)t[i]&&!this.nt?.has(i)&&this.st.add(i);return this.render(t)}const e=r.element.classList;for(const i of this.st)i in t||(e.remove(i),this.st.delete(i));for(const i in t){const s=!!t[i];s===this.st.has(i)||this.nt?.has(i)||(s?(e.add(i),this.st.add(i)):(e.remove(i),this.st.delete(i)))}return C}});const Et="important",se=" !"+Et,re=ot(class extends lt{constructor(r){if(super(r),r.type!==nt.ATTRIBUTE||r.name!=="style"||r.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(r){return Object.keys(r).reduce(((t,e)=>{const i=r[e];return i==null?t:t+`${e=e.includes("-")?e:e.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${i};`}),"")}update(r,[t]){const{style:e}=r.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(t)),this.render(t);for(const i of this.ft)t[i]==null&&(this.ft.delete(i),i.includes("-")?e.removeProperty(i):e[i]=null);for(const i in t){const s=t[i];if(s!=null){this.ft.add(i);const a=typeof s=="string"&&s.endsWith(se);i.includes("-")||a?e.setProperty(i,a?s.slice(0,-11):s,a?Et:""):e[i]=s}}return C}});var ae=Object.defineProperty,z=(r,t,e,i)=>{for(var s=void 0,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=n(t,e,s)||s);return s&&ae(t,e,s),s};const Z=r=>{class t extends r{constructor(){super(...arguments),this.disabled=!1,this.name="",this.placeholder="",this.required=!1,this.value=""}renderHidden(){return typeof this.$value=="string"?this.name?d.html`
4
+ <input name="${this.name}" type="hidden" value="${this.$value}" />
5
+ `:"":this.$value.map(i=>d.html`
6
+ <input name="${this.name}[]" type="hidden" value="${i}" />
7
+ `)}emit(){this.dispatchEvent(new CustomEvent(this["input-event"],{detail:{value:this.$value},bubbles:!0,composed:!0}))}connectedCallback(){super.connectedCallback(),this.initializeValue()}}return z([u({type:Boolean})],t.prototype,"disabled"),z([u({type:String})],t.prototype,"name"),z([u({type:String})],t.prototype,"placeholder"),z([u({type:Boolean})],t.prototype,"required"),z([u({type:String})],t.prototype,"value"),t};class ht extends lt{constructor(t){if(super(t),this.it=b,t.type!==nt.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===b||t==null)return this._t=void 0,this.it=t;if(t===C)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this._t;this.it=t;const e=[t];return e.raw=e,this._t={_$litType$:this.constructor.resultType,strings:e,values:[]}}}ht.directiveName="unsafeHTML",ht.resultType=1;const ne=ot(ht);function X(r,t=!1){if(t){if(r.startsWith("{"))try{return JSON.parse(r)}catch(e){return console.error("Error parsing JSON:",r,e),r}return r}if(r.startsWith("{"))try{return JSON.parse(r)}catch(e){return console.error("Error parsing JSON:",r,e),{}}if(r.replace(/\\:/g,"").includes(":"))try{const e={};return St(r.replace(/[;\s]+$/,""),";").forEach(s=>{const a=St(s.trim(),":");if(a.length>=2){const n=a[0].trim(),l=a.slice(1).join(":").trim();n&&(e[n]=Ct(l))}}),e}catch(e){return console.error("Error parsing key-value pairs:",r,e),{}}return Ct(r)}function St(r,t){const e=[];let i="",s=0;for(;s<r.length;)r[s]==="\\"&&s+1<r.length&&r[s+1]===t?(i+="\\"+t,s+=2):r[s]===t?(e.push(i),i="",s++):(i+=r[s],s++);return e.push(i),e}function Ct(r){return r.replace(/\\:/g,":").replace(/\\;/g,";")}function oe(r){const t={},e=(s,a=[])=>{const n=a.length>0?{keywords:a}:{};return Object.keys(s.dataset).forEach(l=>{if(l==="keywords"){const h=s.dataset.keywords.split(",").map(c=>c.trim()).filter(c=>c.length>0);n.keywords=a.length>0?[...a,...h]:h}else n[l]=s.dataset[l]}),n},i=(s,a,n,l=!1)=>{const h=n.hasAttribute("value")?n.getAttribute("value"):n.textContent.trim(),c=e(n,[h]);t[s]||(t[s]={text:a,options:[]}),t[s].options.push({group:s,value:h,text:n.textContent.trim(),disabled:l||n.disabled,selected:n.hasAttribute("selected"),data:c})};return Array.from(r.children).forEach(s=>{if(s.nodeName==="OPTGROUP"){const a=s,n=a.dataset.key||a.getAttribute("label"),l=a.getAttribute("label").trim(),h=e(a);Array.from(a.children).forEach(c=>{c.nodeName==="OPTION"&&i(n,l,c,a.disabled)}),Object.keys(h).length>0&&(t[n]||(t[n]={text:l,options:[]}),t[n].data=h)}else s.nodeName==="OPTION"&&i("__","__",s)}),t}var le=Object.defineProperty,I=(r,t,e,i)=>{for(var s=void 0,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=n(t,e,s)||s);return s&&le(t,e,s),s};let Q=null,kt=!1;class y extends d.LitElement{constructor(){super(...arguments),this.cls="",this.stl="",this.i18n="",this["force-prevent-rerender"]=!1,this.$i18n={},this.$cls={},this.$stl={},this.$config={},this.$i=new Map,this.$template="",this.$data={},this.isRendered=!1,this.HTMLScript=null,this.HTMLIconContainer=null,this.HTMLTemplateContainer=null,this.HTMLDataSource=null,this.configObserver=null,this.dataSourceObserver=null,this["cls-default-element"]="host-inner",this["stl-default-element"]="host-inner"}get $normalizedI18n(){const t={};return Object.keys(this.$i18n).forEach(e=>{const i=this.$i18n[e];t[e]=i.includes(",")?i.split(",").map(s=>s.trim()):i}),t}$icons(t){return this.$i.get(t)}getI18nText(t,e={},i){let s=this.$i18n[t];if(!s){const a=this.tagName.toLowerCase(),n=this.$i18n[a];typeof n=="object"&&n!==null&&t in n&&(s=n[t])}return s||(s=e[t]||""),i!==void 0&&(typeof i=="number"?s=s.replace("{n}",String(i)):Object.keys(i).forEach(a=>{const n=i[a];s=s.replace(new RegExp(`\\{${a}\\}`,"g"),String(n))})),s}initializeCls(){if(this.cls){const t=X(this.cls);typeof t=="string"?this.$cls[this["cls-default-element"]]=t:Object.keys(t).forEach(e=>{this.$cls[e]=t[e]})}}initializeStl(){if(this.stl){const t=X(this.stl);typeof t=="string"?this.$stl[this["stl-default-element"]]=t:Object.keys(t).forEach(e=>{this.$stl[e]=t[e]})}}initializeGI18n(){if(kt)return;kt=!0;const t=document.getElementById("uk-i18n");if(t&&t.textContent)try{Q=JSON.parse(t.textContent)}catch(e){console.error('Failed to parse global i18n from <script id="uk-i18n">.',e),Q={}}else Q={}}initializeI18n(){this.initializeGI18n();const t=this.i18n?X(this.i18n):{};typeof t=="object"&&t!==null&&(this.$i18n=Object.assign({},Q,t))}initializeConfig(){this.HTMLScript=this.querySelector('script[data-fn="config"][type="application/json"]')}initializeIcons(){this.HTMLIconContainer=this.querySelector('template[data-fn="icons"]')}initializeTemplate(){this.HTMLTemplateContainer=this.querySelector('template[data-fn="template"]')}initializeDataSource(){this.HTMLDataSource=this.querySelector('select[data-fn="data-source"]')}parseIcons(){if(!this.HTMLIconContainer)return;this.HTMLIconContainer.querySelectorAll("[data-key]").forEach(e=>{const i=e.getAttribute("data-key");if(i){const s=e.cloneNode(!0);s.removeAttribute("data-key");const a=s.outerHTML;this.$i.set(i,d.html`${ne(a)}`)}})}parseTemplate(){this.HTMLTemplateContainer&&(this.$template=this.HTMLTemplateContainer.innerHTML.trim())}parseConfig(){if(this.HTMLScript)try{const t=this.HTMLScript.textContent;if(this.$config=t?JSON.parse(t):{},this.$config&&typeof this.$config=="object"){if("i18n"in this.$config){const e=this.$config.i18n;typeof e=="object"&&e!==null&&(this.$i18n={...this.$i18n,...e})}if("cls"in this.$config){const e=this.$config.cls;typeof e=="string"?this.$cls[this["cls-default-element"]]=e:typeof e=="object"&&e!==null&&(this.$cls={...this.$cls,...e})}if("stl"in this.$config){const e=this.$config.stl;typeof e=="string"?this.$stl[this["stl-default-element"]]=e:typeof e=="object"&&e!==null&&(this.$stl={...this.$stl,...e})}}}catch(t){console.warn(`${this.tagName.toLowerCase()}: Failed to parse config JSON:`,t),this.$config={}}}parseDataSource(){this.HTMLDataSource&&(this.$data=oe(this.HTMLDataSource))}initializeConfigObserver(){!this.HTMLScript||!this.HTMLScript.hasAttribute("data-reactive")||(this.configObserver=new MutationObserver(()=>{this.parseConfig(),this.onConfigChanged()}),this.configObserver.observe(this.HTMLScript,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))}initializeDataSourceObserver(){!this.HTMLDataSource||!this.HTMLDataSource.hasAttribute("data-reactive")||(this.dataSourceObserver=new MutationObserver(()=>{this.parseDataSource(),this.onDataSourceChanged()}),this.dataSourceObserver.observe(this.HTMLDataSource,{attributes:!0,childList:!0,characterData:!0,subtree:!0}))}onConfigChanged(){}onDataSourceChanged(){}connectedCallback(){super.connectedCallback(),this["force-prevent-rerender"]&&this.querySelector("[data-host-inner]")&&(this.isRendered=!0),this.initializeI18n(),this.initializeCls(),this.initializeStl(),this.initializeConfig(),this.initializeIcons(),this.initializeTemplate(),this.initializeDataSource(),this.HTMLScript&&(this.parseConfig(),this.initializeConfigObserver()),this.HTMLIconContainer&&this.parseIcons(),this.HTMLTemplateContainer&&this.parseTemplate(),this.HTMLDataSource&&(this.parseDataSource(),this.initializeDataSourceObserver())}disconnectedCallback(){super.disconnectedCallback(),this.configObserver&&(this.configObserver.disconnect(),this.configObserver=null),this.dataSourceObserver&&(this.dataSourceObserver.disconnect(),this.dataSourceObserver=null)}shouldUpdate(t){return this["force-prevent-rerender"]&&this.isRendered?!1:super.shouldUpdate(t)}updated(t){super.updated(t),this.isRendered||(this.isRendered=!0)}createRenderRoot(){return this}}I([u({type:String})],y.prototype,"cls"),I([u({type:String})],y.prototype,"stl"),I([u({type:String})],y.prototype,"i18n"),I([u({type:Boolean})],y.prototype,"force-prevent-rerender"),I([v()],y.prototype,"$i18n"),I([v()],y.prototype,"$cls"),I([v()],y.prototype,"$stl"),I([v()],y.prototype,"$config"),I([v()],y.prototype,"$i"),I([v()],y.prototype,"$template"),I([v()],y.prototype,"$data");var he=Object.defineProperty,ue=Object.getOwnPropertyDescriptor,T=(r,t,e,i)=>{for(var s=i>1?void 0:i?ue(t,e):t,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&he(t,e,s),s};o.InputPin=class extends Z(y){constructor(){super(...arguments),this["cls-default-element"]="container",this["stl-default-element"]="container",this["input-event"]="uk-input-pin:change",this.autofocus=!1,this.length=6,this["input-mode"]="numeric",this["show-labels"]=!1,this.$cls={container:"",wrapper:"",input:"",label:"",description:""},this.$stl={container:"",wrapper:"",input:"",label:"",description:""},this.$pin="",this.$inputs=null,this.groupId=""}get $value(){return this.$pin}get $text(){return""}initializeValue(){if(this.groupId=this.id?`${this.id}-group`:`pin-${Math.random().toString(36).substr(2,9)}`,this.value){const t=this.value.substring(0,this.length);if(this.pattern&&!new RegExp(`^[${this.pattern}]*$`).test(t)){console.warn(`[uk-input-pin] Initial value "${this.value}" does not match pattern "${this.pattern}"`);return}this.$pin=t}}firstUpdated(t){this.$inputs=this.renderRoot.querySelectorAll("input[data-pin-input]"),this.setupPasteHandlers(),this.populateInitialValue(),this.announceToScreenReader(this.getI18nText("loaded",{loaded:"PIN input ready"}))}populateInitialValue(){if(!(!this.$pin||!this.$inputs)&&(this.$pin.split("").forEach((t,e)=>{const i=this.$inputs[e];i&&(i.value=t,i.disabled=!1)}),this.$pin.length<this.length)){const t=this.$inputs[this.$pin.length];t&&(t.disabled=!1)}}setupPasteHandlers(){this.$inputs?.forEach(t=>{t.addEventListener("paste",e=>{e.preventDefault();const i=e.clipboardData;i&&this.handlePaste(i.getData("Text"))})})}handlePaste(t){if(!this.$inputs)return;const e=t.substring(0,this.length);if(this.pattern&&!new RegExp(`^[${this.pattern}]*$`).test(e)){this.announceToScreenReader(this.getI18nText("invalidCharacter",{invalidCharacter:"Invalid character entered"}));return}this.$pin=e,e.split("").forEach((i,s)=>{const a=this.$inputs[s];a.disabled=!1,a.value=i});for(let i=e.length;i<this.length;i++){const s=this.$inputs[i];s.value="",s.disabled=i!==e.length}if(e.length<this.length){const i=this.$inputs[e.length];i.disabled=!1,i.focus(),this.announceToScreenReader(this.getI18nText("fieldFilled",{fieldFilled:"Field {n} filled"},{n:e.length+1}))}else this.$inputs[this.$focus]?.blur(),this.announceToScreenReader(this.getI18nText("complete",{complete:"PIN entry complete"})),this.emitComplete();this.emit()}handleKeyNavigation(t,e){if(!(this.$focus===void 0||!this.$inputs))switch(t.key){case"Backspace":if(e.value.length===0&&this.$focus>0){t.preventDefault();const i=this.$inputs[this.$focus-1];i.focus(),i.select(),e.disabled=!0}break;case"Delete":if(e.value.length===0){t.preventDefault();const i=this.$inputs[this.$focus+1];i&&(i.focus(),i.setSelectionRange(0,0))}break;case"ArrowLeft":if(t.preventDefault(),this.$focus>0){const i=this.$inputs[this.$focus-1];i.focus(),i.setSelectionRange(1,1)}break;case"ArrowRight":if(t.preventDefault(),this.$focus<this.length-1){const i=this.$inputs[this.$focus+1];i.disabled||(i.focus(),i.setSelectionRange(0,0))}break;case"Home":t.preventDefault(),this.$inputs[0]?.focus();break;case"End":t.preventDefault();for(let i=this.length-1;i>=0;i--){const s=this.$inputs[i];if(!s.disabled){s.focus();break}}break}}handleInput(t,e){if(!this.$inputs)return;const i=t.target;if(this.pattern&&i.value&&!new RegExp(`[${this.pattern}]`).test(i.value)){i.value="",this.announceToScreenReader(this.getI18nText("invalidCharacter",{invalidCharacter:"Invalid character entered"}));return}if(i.value.length===1)if(e<this.length-1){const s=this.$inputs[e+1];s.disabled=!1,s.focus(),this.announceToScreenReader(this.getI18nText("fieldFilled",{fieldFilled:"Field {n} filled"},{n:e+2}))}else i.blur(),this.announceToScreenReader(this.getI18nText("complete",{complete:"PIN entry complete"})),this.emitComplete();this.updatePinValue(),this.emit()}updatePinValue(){if(!this.$inputs)return;let t="";this.$inputs.forEach(e=>{t+=e.value}),this.$pin=t}emitComplete(){this.dispatchEvent(new CustomEvent("uk-input-pin:complete",{detail:{value:this.$value},bubbles:!0,composed:!0}))}announceToScreenReader(t){if(!t)return;const e=this.renderRoot.querySelector('[role="status"]');e&&(e.textContent=t,setTimeout(()=>{e.textContent=""},1e3))}get groupLabel(){return this.getI18nText("label",{label:"PIN Code"})}get groupDescription(){return this.getI18nText("description",{description:"Enter {length}-digit code"},{length:this.length})}getFieldLabel(t){return this.getI18nText("fieldLabel",{fieldLabel:"Digit {n} of {total}"},{n:t+1,total:this.length})}renderInput(t){const e=this.getFieldLabel(t);return d.html`
8
+ <input
9
+ part="input"
10
+ class=${this.$cls.input}
11
+ style=${this.$stl.input}
12
+ data-pin-input
13
+ type="text"
14
+ inputmode=${this["input-mode"]}
15
+ autocomplete=${t===0?"one-time-code":"off"}
16
+ maxlength="1"
17
+ placeholder="○"
18
+ pattern=${this.pattern||""}
19
+ aria-label=${e}
20
+ .autofocus=${this.autofocus&&t===0}
21
+ .disabled=${this.disabled?!0:t!==0}
22
+ .required=${this.required}
23
+ @keydown=${i=>this.handleKeyNavigation(i,i.target)}
24
+ @input=${i=>this.handleInput(i,t)}
25
+ @focus=${()=>this.$focus=t}
26
+ @blur=${()=>this.$focus=void 0}
27
+ />
28
+ `}renderLabel(){return this.querySelector('[slot="label"]')?d.html`
29
+ <span
30
+ part="label"
31
+ id="${this.groupId}-label"
32
+ class=${j({[this.$cls.label]:!0,"sr-only":!this["show-labels"]})}
33
+ style=${this.$stl.label}
34
+ >
35
+ <slot name="label"></slot>
36
+ </span>
37
+ `:d.html`
38
+ <span
39
+ part="label"
40
+ id="${this.groupId}-label"
41
+ class=${j({[this.$cls.label]:!0,"sr-only":!this["show-labels"]})}
42
+ style=${this.$stl.label}
43
+ >
44
+ ${this.groupLabel}
45
+ </span>
46
+ `}renderDescription(){return this.querySelector('[slot="description"]')?d.html`
47
+ <span
48
+ part="description"
49
+ id="${this.groupId}-desc"
50
+ class=${j({[this.$cls.description]:!0,"sr-only":!this["show-labels"]})}
51
+ style=${this.$stl.description}
52
+ >
53
+ <slot name="description"></slot>
54
+ </span>
55
+ `:d.html`
56
+ <span
57
+ part="description"
58
+ id="${this.groupId}-desc"
59
+ class=${j({[this.$cls.description]:!0,"sr-only":!this["show-labels"]})}
60
+ style=${this.$stl.description}
61
+ >
62
+ ${this.groupDescription}
63
+ </span>
64
+ `}render(){return d.html`
65
+ <div
66
+ data-host-inner
67
+ part="container"
68
+ class=${j(this.$cls)}
69
+ style=${re(this.$stl)}
70
+ role="group"
71
+ aria-labelledby="${this.groupId}-label ${this.groupId}-desc"
72
+ >
73
+ ${this.renderLabel()} ${this.renderDescription()}
74
+
75
+ <div
76
+ part="wrapper"
77
+ class=${this.$cls.wrapper}
78
+ style=${this.$stl.wrapper}
79
+ role="presentation"
80
+ >
81
+ ${Array(this.length).fill("").map((t,e)=>this.renderInput(e))}
82
+ </div>
83
+
84
+ <span
85
+ part="live-region"
86
+ role="status"
87
+ aria-live="polite"
88
+ aria-atomic="true"
89
+ class="sr-only"
90
+ ></span>
91
+
92
+ ${this.renderHidden()}
93
+ </div>
94
+ `}},T([u({type:Boolean})],o.InputPin.prototype,"autofocus",2),T([u({type:Number})],o.InputPin.prototype,"length",2),T([u({type:String,attribute:"input-mode"})],o.InputPin.prototype,"input-mode",2),T([u({type:String})],o.InputPin.prototype,"pattern",2),T([u({type:Boolean,attribute:"show-labels"})],o.InputPin.prototype,"show-labels",2),T([v()],o.InputPin.prototype,"$cls",2),T([v()],o.InputPin.prototype,"$stl",2),T([v()],o.InputPin.prototype,"$focus",2),T([v()],o.InputPin.prototype,"$pin",2),o.InputPin=T([L("uk-input-pin")],o.InputPin);var ce=Object.defineProperty,de=Object.getOwnPropertyDescriptor,k=(r,t,e,i)=>{for(var s=i>1?void 0:i?de(t,e):t,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&ce(t,e,s),s};o.InputRange=class extends Z(y){constructor(){super(...arguments),this["cls-default-element"]="container",this["stl-default-element"]="container",this["input-event"]="uk-input-range:input",this.multiple=!1,this.min=0,this.max=100,this.step=1,this.label=!1,this["label-position"]="top",this["aria-label"]="",this._lowValue=this.min,this._highValue=this.max,this._label=!1,this.activeKnob=null,this.trackElement=null,this.isDragging=!1,this.defaultI18n={ariaValueText:"Value: {value}",ariaRangeText:"Range from {low} to {high}",lowKnobLabel:"Minimum value",highKnobLabel:"Maximum value",ariaLabel:"Range slider"},this.preventScrolling=t=>{this.isDragging&&t.preventDefault()},this.onPointerStart=(t,e)=>{this.disabled||(t.preventDefault(),t.stopPropagation(),this.activeKnob=e,this.isDragging=!0,t.currentTarget.focus(),document.addEventListener("pointermove",this.onPointerMove,{passive:!1}),document.addEventListener("pointerup",this.onPointerEnd),document.addEventListener("pointercancel",this.onPointerEnd),document.addEventListener("touchmove",this.onTouchMove,{passive:!1}),document.addEventListener("touchend",this.onPointerEnd),document.addEventListener("touchcancel",this.onPointerEnd))},this.onPointerMove=t=>{if(!this.isDragging||!this.activeKnob||this.disabled)return;t.preventDefault();const e=this.positionToValue(t.clientX);this.handleValueChange(this.activeKnob,e)},this.onTouchMove=t=>{if(!this.isDragging||!this.activeKnob||this.disabled)return;t.preventDefault();const e=this.positionToValue(t.touches[0].clientX);this.handleValueChange(this.activeKnob,e)},this.onPointerEnd=()=>{this.isDragging=!1,this.activeKnob=null,this.cleanupEventListeners()},this.onKeyDown=(t,e)=>{if(this.disabled)return;const i=e==="low"?this._lowValue:this._highValue;let s=0;switch(t.key){case"ArrowRight":case"ArrowUp":s=this.step;break;case"ArrowLeft":case"ArrowDown":s=-this.step;break;case"Home":this.handleValueChange(e,e==="low"?this.min:this._lowValue),t.preventDefault();return;case"End":this.handleValueChange(e,e==="high"?this.max:this._highValue),t.preventDefault();return;case"PageUp":s=this.step*10;break;case"PageDown":s=-this.step*10;break;default:return}s&&(t.preventDefault(),this.handleValueChange(e,i+s))}}get $text(){return""}get $value(){return this.multiple?this.value.split(",").map(t=>t.trim()):this.value}connectedCallback(){super.connectedCallback();const t=this.getAttribute("label");this._label=t===""?!0:t||!1,this.addEventListener("touchstart",this.preventScrolling,{passive:!1})}disconnectedCallback(){this.removeEventListener("touchstart",this.preventScrolling),this.cleanupEventListeners(),super.disconnectedCallback?.()}updated(t){(t.has("value")||t.has("multiple"))&&this.parseValue()}initializeValue(){this.value?this.parseValue():(this._lowValue=this.min,this._highValue=this.max,this.value=this.multiple?`${this.formatValue(this._lowValue)},${this.formatValue(this._highValue)}`:this.formatValue(this._lowValue))}parseValue(){if(this.multiple){const[t,e]=this.value.split(",").map(i=>parseFloat(i));t!==void 0&&e!==void 0&&(this._lowValue=this.clamp(t),this._highValue=this.clamp(e))}else this._lowValue=this.clamp(parseFloat(this.value))}formatValue(t){const e=t.toFixed(2);return e.endsWith(".00")?e.slice(0,-3):e}clamp(t){return parseFloat(Math.min(Math.max(t,this.min),this.max).toFixed(2))}valueToPercent(t){return(t-this.min)/(this.max-this.min)*100}positionToValue(t){this.trackElement||(this.trackElement=this.querySelector("[data-range-track]"));const e=this.trackElement.getBoundingClientRect(),i=Math.max(0,Math.min(1,(t-e.left)/e.width));return this.min+i*(this.max-this.min)}updateValue(){this.value=this.multiple?`${this.formatValue(this._lowValue)},${this.formatValue(this._highValue)}`:this.formatValue(this._lowValue),this.emit()}handleValueChange(t,e){e=this.clamp(Math.round(e/this.step)*this.step),t==="low"?this._lowValue=this.multiple?Math.min(e,this._highValue):e:this._highValue=Math.max(e,this._lowValue),this.updateValue(),this.requestUpdate()}cleanupEventListeners(){document.removeEventListener("pointermove",this.onPointerMove),document.removeEventListener("pointerup",this.onPointerEnd),document.removeEventListener("pointercancel",this.onPointerEnd),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onPointerEnd),document.removeEventListener("touchcancel",this.onPointerEnd)}getAriaValueText(t){return this.multiple?this.getI18nText("ariaRangeText",this.defaultI18n,{low:this.formatValue(this._lowValue),high:this.formatValue(this._highValue)}):this.getI18nText("ariaValueText",this.defaultI18n,{value:this.formatValue(t)})}getKnobAriaLabel(t){const e=t==="low"?"lowKnobLabel":"highKnobLabel";return this.getI18nText(e,this.defaultI18n)}renderKnob(t){const e=t==="low"?this._lowValue:this._highValue,i=this.valueToPercent(e),s=t==="low"?this.min:this._lowValue,a=t==="low"?this.multiple?this._highValue:this.max:this.max,n=this.isDragging&&this.activeKnob===t,l=[this.$cls.knob||"",this.$cls[t==="low"?"knobLow":"knobHigh"]||"",n&&this.$cls.knobDragging||""].filter(Boolean).join(" ");return d.html`
95
+ <button
96
+ type="button"
97
+ class="${l}"
98
+ part="knob knob-${t} ${n?"knob-dragging":""}"
99
+ role="slider"
100
+ aria-label="${this.getKnobAriaLabel(t)}"
101
+ aria-valuemin="${s}"
102
+ aria-valuemax="${a}"
103
+ aria-valuenow="${e}"
104
+ aria-valuetext="${this.getAriaValueText(e)}"
105
+ aria-disabled="${this.disabled}"
106
+ ?disabled=${this.disabled}
107
+ style="${this.$stl.knob||""}${this.$stl[t==="low"?"knobLow":"knobHigh"]||""}left: ${i}%;"
108
+ data-knob="${t}"
109
+ data-dragging="${n}"
110
+ @pointerdown=${h=>this.onPointerStart(h,t)}
111
+ @touchstart=${h=>this.onPointerStart(h,t)}
112
+ @keydown=${h=>this.onKeyDown(h,t)}
113
+ >
114
+ ${this._label?d.html`
115
+ <span
116
+ class="${this.$cls.label||""} ${this.$cls[`label-${this["label-position"]}`]||""}"
117
+ part="label label-${this["label-position"]}"
118
+ style="${this.$stl.label||""}"
119
+ data-label-position="${this["label-position"]}"
120
+ >
121
+ ${t==="low"?this.formatValue(e):""}
122
+ ${typeof this.label=="string"?this.label:""}
123
+ ${t==="high"?this.formatValue(e):""}
124
+ </span>
125
+ `:""}
126
+ </button>
127
+ `}render(){const t=this.valueToPercent(this._lowValue),e=this.multiple?this.valueToPercent(this._highValue):t,i=`left: ${this.multiple?t:0}%; width: ${this.multiple?e-t:t}%`,s=this["aria-label"]||this.getI18nText("ariaLabel",this.defaultI18n);return d.html`
128
+ <div
129
+ data-host-inner
130
+ class="${this.$cls.container||""}"
131
+ part="container"
132
+ style="${this.$stl.container||""}"
133
+ role="group"
134
+ aria-label="${s}"
135
+ data-disabled="${this.disabled}"
136
+ data-multiple="${this.multiple}"
137
+ >
138
+ <div
139
+ class="${this.$cls.runnable||""}"
140
+ part="runnable-track"
141
+ style="${this.$stl.runnable||""}"
142
+ data-range-track
143
+ ></div>
144
+ <div
145
+ class="${this.$cls.fill||""} ${this.$cls.track||""}"
146
+ part="fill-track"
147
+ style="${this.$stl.fill||""}${this.$stl.track||""}${i}"
148
+ data-fill-track
149
+ ></div>
150
+ ${this.renderKnob("low")}
151
+ ${this.multiple?this.renderKnob("high"):""} ${this.renderHidden()}
152
+ </div>
153
+ `}},k([u({type:Boolean})],o.InputRange.prototype,"multiple",2),k([u({type:Number})],o.InputRange.prototype,"min",2),k([u({type:Number})],o.InputRange.prototype,"max",2),k([u({type:Number})],o.InputRange.prototype,"step",2),k([u({type:String})],o.InputRange.prototype,"label",2),k([u({type:String})],o.InputRange.prototype,"label-position",2),k([u({type:String})],o.InputRange.prototype,"aria-label",2),o.InputRange=k([L("uk-input-range")],o.InputRange);function pe(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}var tt={exports:{}},$e=tt.exports,Lt;function fe(){return Lt||(Lt=1,(function(r,t){(function(e,i,s){r.exports=s(),r.exports.default=s()})("slugify",$e,function(){var e=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ō":"O","ō":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","Ə":"E","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","ə":"e","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","Ա":"A","Բ":"B","Գ":"G","Դ":"D","Ե":"E","Զ":"Z","Է":"E'","Ը":"Y'","Թ":"T'","Ժ":"JH","Ի":"I","Լ":"L","Խ":"X","Ծ":"C'","Կ":"K","Հ":"H","Ձ":"D'","Ղ":"GH","Ճ":"TW","Մ":"M","Յ":"Y","Ն":"N","Շ":"SH","Չ":"CH","Պ":"P","Ջ":"J","Ռ":"R'","Ս":"S","Վ":"V","Տ":"T","Ր":"R","Ց":"C","Փ":"P'","Ք":"Q'","Օ":"O''","Ֆ":"F","և":"EV","ء":"a","آ":"aa","أ":"a","ؤ":"u","إ":"i","ئ":"e","ا":"a","ب":"b","ة":"h","ت":"t","ث":"th","ج":"j","ح":"h","خ":"kh","د":"d","ذ":"th","ر":"r","ز":"z","س":"s","ش":"sh","ص":"s","ض":"dh","ط":"t","ظ":"z","ع":"a","غ":"gh","ف":"f","ق":"q","ك":"k","ل":"l","م":"m","ن":"n","ه":"h","و":"w","ى":"a","ي":"y","ً":"an","ٌ":"on","ٍ":"en","َ":"a","ُ":"u","ِ":"e","ْ":"","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","پ":"p","چ":"ch","ژ":"zh","ک":"k","گ":"g","ی":"y","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ṣ":"S","ṣ":"s","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","–":"-","‘":"'","’":"'","“":"\\"","”":"\\"","„":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₺":"turkish lira","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial","ﻵ":"laa","ﻷ":"laa","ﻹ":"lai","ﻻ":"la"}`),i=JSON.parse('{"bg":{"Й":"Y","Ц":"Ts","Щ":"Sht","Ъ":"A","Ь":"Y","й":"y","ц":"ts","щ":"sht","ъ":"a","ь":"y"},"de":{"Ä":"AE","ä":"ae","Ö":"OE","ö":"oe","Ü":"UE","ü":"ue","ß":"ss","%":"prozent","&":"und","|":"oder","∑":"summe","∞":"unendlich","♥":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","¢":"centavos","£":"libras","¤":"moneda","₣":"francos","∑":"suma","∞":"infinito","♥":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","¢":"centime","£":"livre","¤":"devise","₣":"franc","∑":"somme","∞":"infini","♥":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","¢":"centavo","∑":"soma","£":"libra","∞":"infinito","♥":"amor"},"uk":{"И":"Y","и":"y","Й":"Y","й":"y","Ц":"Ts","ц":"ts","Х":"Kh","х":"kh","Щ":"Shch","щ":"shch","Г":"H","г":"h"},"vi":{"Đ":"D","đ":"d"},"da":{"Ø":"OE","ø":"oe","Å":"AA","å":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"større end"},"nb":{"&":"og","Å":"AA","Æ":"AE","Ø":"OE","å":"aa","æ":"ae","ø":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","Å":"AA","Ä":"AE","Ö":"OE","å":"aa","ä":"ae","ö":"oe"}}');function s(a,n){if(typeof a!="string")throw new Error("slugify: string argument expected");n=typeof n=="string"?{replacement:n}:n||{};var l=i[n.locale]||{},h=n.replacement===void 0?"-":n.replacement,c=n.trim===void 0?!0:n.trim,p=a.normalize().split("").reduce(function($,g){var m=l[g];return m===void 0&&(m=e[g]),m===void 0&&(m=g),m===h&&(m=" "),$+m.replace(n.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return n.strict&&(p=p.replace(/[^A-Za-z0-9\s]/g,"")),c&&(p=p.trim()),p=p.replace(/\s+/g,h),n.lower&&(p=p.toLowerCase()),p}return s.extend=function(a){Object.assign(e,a)},s})})(tt)),tt.exports}var ge=fe();const Ot=pe(ge);var me=Object.defineProperty,ve=Object.getOwnPropertyDescriptor,_=(r,t,e,i)=>{for(var s=i>1?void 0:i?ve(t,e):t,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&me(t,e,s),s};o.InputTag=class extends Z(y){constructor(){super(...arguments),this["cls-default-element"]="container",this["stl-default-element"]="container",this["input-event"]="uk-input-tag:input",this.maxlength=20,this.minlength=1,this.slugify=!1,this["slugify-options"]="",this.delimiters=",",this["allow-duplicates"]=!1,this["max-tags"]=0,this.$input="",this.$slugOptions={lower:!0,strict:!0},this.$tags=[],this.$error="",this.defaultI18n={placeholder:"Add a tag...",removeLabel:"Remove tag",editLabel:"Edit tag",tagListLabel:"Tags",minLengthError:"Tag must be at least {min} characters",maxLengthError:"Tag cannot exceed {max} characters",duplicateError:"Tag already exists",maxTagsError:"Maximum {max} tags allowed",inputLabel:"Tag input"}}get $value(){return this.$tags}get $text(){return""}get delimiterChars(){return this.delimiters.split("")}initializeValue(){this.initializeTags(),this.initializeSlugOptions()}initializeTags(){this.$tags=this.value===""?[]:this.value.split(",")}initializeSlugOptions(){if(!this["slugify-options"])return;const t=X(this["slugify-options"]);t.replacement&&(this.$slugOptions.replacement=t.replacement),t.remove&&(this.$slugOptions.remove=new RegExp(t.remove,"g")),t.lower&&(this.$slugOptions.lower=t.lower==="true"),t.strict&&(this.$slugOptions.strict=t.strict==="true"),t.locale&&(this.$slugOptions.locale=t.locale),t.trim&&(this.$slugOptions.trim=t.trim==="true")}validateTag(t){return this.$error="",t.length<this.minlength?(this.$error=this.getI18nText("minLengthError",this.defaultI18n,{min:String(this.minlength)}),!1):t.length>this.maxlength?(this.$error=this.getI18nText("maxLengthError",this.defaultI18n,{max:String(this.maxlength)}),!1):!this["allow-duplicates"]&&this.$tags.includes(t)?(this.$error=this.getI18nText("duplicateError",this.defaultI18n),!1):this["max-tags"]>0&&this.$tags.length>=this["max-tags"]?(this.$error=this.getI18nText("maxTagsError",this.defaultI18n,{max:String(this["max-tags"])}),!1):!0}addTag(){if(!this.$input.trim())return;let t=this.$input.trim();this.slugify&&(t=Ot(t,this.$slugOptions)),this.validateTag(t)&&(this.$tags=[...this.$tags,t],this.$input="",this.$error="",this.emit(),this.requestUpdate())}removeTag(t){this.disabled||(this.$tags=this.$tags.filter((e,i)=>i!==t),this.$error="",this.emit(),this.requestUpdate())}editTag(t){this.disabled||(this.$input=this.$tags[t],this.removeTag(t),this.updateComplete.then(()=>{this.renderRoot.querySelector("input")?.focus()}))}handleKeydown(t){switch(t.key){case"Backspace":this.$tags.length>0&&this.$input.length===0&&(t.preventDefault(),this.editTag(this.$tags.length-1));break;case"Enter":t.preventDefault(),this.addTag();break;case"Escape":this.$input&&(t.preventDefault(),this.$input="",this.$error="",this.requestUpdate());break;default:this.delimiterChars.includes(t.key)&&(t.preventDefault(),this.addTag());break}}handleInput(t){const e=t.target;this.$input=e.value,this.$error=""}handlePaste(t){const e=t.clipboardData?.getData("text");if(!e)return;if(this.delimiterChars.some(s=>e.includes(s))){t.preventDefault();const s=new RegExp(`[${this.delimiterChars.join("")}]`);e.split(s).map(n=>n.trim()).filter(n=>n.length>0).forEach(n=>{this.slugify&&(n=Ot(n,this.$slugOptions)),this.validateTag(n)&&(this.$tags=[...this.$tags,n])}),this.$input="",this.emit(),this.requestUpdate()}}renderTag(t,e){const i=this.getI18nText("removeLabel",this.defaultI18n),s=this.getI18nText("editLabel",this.defaultI18n);return d.html`
154
+ <div
155
+ class="${this.$cls.tag||""}"
156
+ part="tag"
157
+ style="${this.$stl.tag||""}"
158
+ role="listitem"
159
+ data-tag-index="${e}"
160
+ >
161
+ <span
162
+ class="${this.$cls.tagText||""}"
163
+ part="tag-text"
164
+ style="${this.$stl.tagText||""}"
165
+ role="button"
166
+ tabindex="${this.disabled?"-1":"0"}"
167
+ aria-label="${s}: ${t}"
168
+ @click="${()=>this.editTag(e)}"
169
+ @keydown="${a=>{(a.key==="Enter"||a.key===" ")&&(a.preventDefault(),this.editTag(e))}}"
170
+ >
171
+ ${t}
172
+ </span>
173
+ <button
174
+ type="button"
175
+ class="${this.$cls.tagRemove||""}"
176
+ part="tag-remove"
177
+ style="${this.$stl.tagRemove||""}"
178
+ aria-label="${i}: ${t}"
179
+ ?disabled="${this.disabled}"
180
+ @click="${()=>this.removeTag(e)}"
181
+ >
182
+ <span aria-hidden="true">&times;</span>
183
+ </button>
184
+ </div>
185
+ `}renderError(){return this.$error?d.html`
186
+ <div
187
+ class="${this.$cls.error||""}"
188
+ part="error"
189
+ style="${this.$stl.error||""}"
190
+ role="alert"
191
+ aria-live="polite"
192
+ >
193
+ ${this.$error}
194
+ </div>
195
+ `:""}render(){const t=this.placeholder||this.getI18nText("placeholder",this.defaultI18n),e=this.getI18nText("tagListLabel",this.defaultI18n),i=this.getI18nText("inputLabel",this.defaultI18n);return d.html`
196
+ <div
197
+ data-host-inner
198
+ class="${this.$cls.container||""}"
199
+ part="container"
200
+ style="${this.$stl.container||""}"
201
+ data-disabled="${this.disabled}"
202
+ data-has-error="${!!this.$error}"
203
+ >
204
+ <div
205
+ class="${this.$cls.tagList||""}"
206
+ part="tag-list"
207
+ style="${this.$stl.tagList||""}"
208
+ role="list"
209
+ aria-label="${e}"
210
+ >
211
+ ${this.$tags.map((s,a)=>this.renderTag(s,a))}
212
+ </div>
213
+
214
+ <input
215
+ class="${this.$cls.input||""}"
216
+ part="input"
217
+ style="${this.$stl.input||""}"
218
+ type="text"
219
+ role="textbox"
220
+ aria-label="${i}"
221
+ aria-invalid="${!!this.$error}"
222
+ aria-describedby="${this.$error?"tag-error":""}"
223
+ autocomplete="off"
224
+ placeholder="${t}"
225
+ maxlength="${this.maxlength}"
226
+ .value="${this.$input}"
227
+ ?disabled="${this.disabled}"
228
+ @keydown="${this.handleKeydown}"
229
+ @input="${this.handleInput}"
230
+ @paste="${this.handlePaste}"
231
+ />
232
+
233
+ ${this.renderError()} ${this.renderHidden()}
234
+ </div>
235
+ `}},_([u({type:Number})],o.InputTag.prototype,"maxlength",2),_([u({type:Number})],o.InputTag.prototype,"minlength",2),_([u({type:Boolean})],o.InputTag.prototype,"slugify",2),_([u({type:String})],o.InputTag.prototype,"slugify-options",2),_([u({type:String})],o.InputTag.prototype,"delimiters",2),_([u({type:Boolean})],o.InputTag.prototype,"allow-duplicates",2),_([u({type:Number})],o.InputTag.prototype,"max-tags",2),_([v()],o.InputTag.prototype,"$input",2),_([v()],o.InputTag.prototype,"$slugOptions",2),_([v()],o.InputTag.prototype,"$tags",2),_([v()],o.InputTag.prototype,"$error",2),o.InputTag=_([L("uk-input-tag")],o.InputTag);function be(r){if(!/^([01]\d|2[0-3]):([0-5]\d)$/.test(r))throw new Error("Invalid time format. Use HH:MM (24-hour format)");return r}var ye=Object.defineProperty,_e=Object.getOwnPropertyDescriptor,A=(r,t,e,i)=>{for(var s=i>1?void 0:i?_e(t,e):t,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&ye(t,e,s),s};o.InputTime=class extends Z(y){constructor(){super(...arguments),this["cls-default-element"]="container",this["stl-default-element"]="container",this["input-event"]="uk-input-time:input",this.autofocus=!1,this.now=!1,this.clock="12h",this.min="",this.max="",this.$min=0,this.$meridiem="am",this.defaultI18n={am:"AM",pm:"PM",hourLabel:"Hour",minuteLabel:"Minute",meridiemLabel:"AM/PM",timeLabel:"Time",hourPlaceholder:"HH",minutePlaceholder:"MM",invalidTime:"Invalid time format"}}get $HH(){return this.$hour!==void 0?this.$hour.toString().padStart(2,"0"):"00"}get $MM(){return this.$min>=0?this.$min.toString().padStart(2,"0"):"00"}get $value(){if(this.$hour===void 0||this.$hour===null)return"";let t=this.$hour;return this.clock==="12h"&&(this.$meridiem==="pm"?t=this.$hour===12?12:this.$hour+12:t=this.$hour===12?0:this.$hour),`${t.toString().padStart(2,"0")}:${this.$min.toString().padStart(2,"0")}`}get $text(){return""}initializeValue(){this.value?this.parseTimeValue():this.now&&this.setCurrentTime()}updated(t){["$hour","$min","$meridiem"].some(e=>t.has(e))&&this.emit()}parseTimeValue(){try{const t=be(this.value),[e,i]=t.split(":").map(Number);this.clock==="12h"?this.$hour=e%12||12:this.$hour=e,this.$min=i,this.$meridiem=e<12?"am":"pm"}catch(t){console.error(this.getI18nText("invalidTime",this.defaultI18n),t)}}setCurrentTime(){const t=new Date;this.clock==="12h"?this.$hour=t.getHours()%12||12:this.$hour=t.getHours(),this.$min=t.getMinutes(),this.$meridiem=t.getHours()<12?"am":"pm"}isTimeValid(){const t=this.$value;return t?!(this.min&&t<this.min||this.max&&t>this.max):!0}handleInput(t,e){const i=t.target,s=i.value.replace(/[^0-9]/g,"").substring(0,2),a=parseInt(s);switch(e){case"$hour":this.clock==="12h"?this.$hour=a<=12?a:12:this.$hour=a<=23?a:23;break;case"$min":this.$min=a<=59?a:59;break}i.value=s}handleBlur(t,e){const i=t.target,s=parseInt(i.value);switch(e){case"$hour":if(i.value===""){this.required?i.value=this.$HH:this.$hour=void 0;return}this.clock==="12h"&&s>12?(this.$hour=12,i.value="12"):this.clock==="12h"&&s===0?(this.$hour=12,i.value="12"):this.clock==="24h"&&s>23?(this.$hour=23,i.value="23"):i.value=this.$HH;break;case"$min":s>59&&(this.$min=59),i.value=this.$MM;break}}handleKeydown(t,e){const i=t.target;if((e==="$hour"?this.$hour:this.$min)===void 0&&e==="$hour")return;let a=0,n=!1;switch(t.key){case"ArrowUp":a=1,n=!0;break;case"ArrowDown":a=-1,n=!0;break;case"PageUp":a=e==="$hour"?1:15,n=!0;break;case"PageDown":a=e==="$hour"?-1:-15,n=!0;break}if(n&&a!==0)if(t.preventDefault(),e==="$hour"){const l=this.clock==="12h"?12:23,h=this.clock==="12h"?1:0;let c=(this.$hour||0)+a;c>l&&(c=h),c<h&&(c=l),this.$hour=c,i.value=c.toString().padStart(2,"0")}else{let l=this.$min+a;l>59&&(l=0),l<0&&(l=59),this.$min=l,i.value=l.toString().padStart(2,"0")}}toggleMeridiem(){this.$meridiem=this.$meridiem==="am"?"pm":"am"}handleMeridiemKeydown(t){(t.key==="ArrowUp"||t.key==="ArrowDown"||t.key===" ")&&(t.preventDefault(),this.toggleMeridiem())}renderInput(t){const{min:e,max:i,state:s,key:a}=t,n=s==="$hour",l=n?this.$hour!==void 0?this.$hour.toString().padStart(2,"0"):"":this.$hour===void 0?"":this.$min>=0?this.$min.toString().padStart(2,"0"):"00",h=this.getI18nText(n?"hourLabel":"minuteLabel",this.defaultI18n),c=this.getI18nText(n?"hourPlaceholder":"minutePlaceholder",this.defaultI18n),p=n?this.$cls.hourInput||this.$cls.input||"":this.$cls.minuteInput||this.$cls.input||"",$=n?this.$stl.hourInput||this.$stl.input||"":this.$stl.minuteInput||this.$stl.input||"";return d.html`
236
+ <input
237
+ class="${p}"
238
+ part="${n?"hour-input":"minute-input"} input"
239
+ style="${$}"
240
+ data-key="${a}"
241
+ data-field="${s}"
242
+ type="number"
243
+ inputmode="numeric"
244
+ role="spinbutton"
245
+ aria-label="${h}"
246
+ aria-valuemin="${e}"
247
+ aria-valuemax="${i}"
248
+ aria-valuenow="${n?this.$hour||0:this.$min}"
249
+ aria-invalid="${!this.isTimeValid()}"
250
+ min="${e}"
251
+ max="${i}"
252
+ step="1"
253
+ placeholder="${c}"
254
+ maxlength="2"
255
+ value="${l}"
256
+ .autofocus="${n&&this.autofocus}"
257
+ ?disabled="${this.disabled||!n&&this.$hour===void 0}"
258
+ @keydown="${g=>this.handleKeydown(g,s)}"
259
+ @input="${g=>this.handleInput(g,s)}"
260
+ @blur="${g=>this.handleBlur(g,s)}"
261
+ />
262
+ `}render(){const t=this.getI18nText("timeLabel",this.defaultI18n),e=this.getI18nText("meridiemLabel",this.defaultI18n);let i=d.html``;if(this.clock==="12h"){const s=this.getI18nText("am",this.defaultI18n),a=this.getI18nText("pm",this.defaultI18n),n=this.$meridiem==="am"?s:a;i=d.html`
263
+ <button
264
+ class="${this.$cls.meridiemButton||this.$cls.button||""}"
265
+ part="meridiem-button button"
266
+ style="${this.$stl.meridiemButton||this.$stl.button||""}"
267
+ data-key="meridiem"
268
+ data-meridiem="${this.$meridiem}"
269
+ type="button"
270
+ role="switch"
271
+ aria-label="${e}"
272
+ aria-checked="${this.$meridiem==="pm"}"
273
+ ?disabled="${this.disabled||this.$hour===void 0}"
274
+ @click="${l=>{l.preventDefault(),this.toggleMeridiem()}}"
275
+ @keydown="${this.handleMeridiemKeydown}"
276
+ >
277
+ ${n}
278
+ </button>
279
+ `}return d.html`
280
+ <div
281
+ data-host-inner
282
+ class="${this.$cls.container||""}"
283
+ part="container"
284
+ style="${this.$stl.container||""}"
285
+ role="group"
286
+ aria-label="${t}"
287
+ data-disabled="${this.disabled}"
288
+ data-clock="${this.clock}"
289
+ data-valid="${this.isTimeValid()}"
290
+ >
291
+ ${this.renderInput({min:this.clock==="12h"?1:0,max:this.clock==="12h"?12:23,state:"$hour",key:"$HH"})}
292
+ <span
293
+ class="${this.$cls.separator||""}"
294
+ part="separator"
295
+ style="${this.$stl.separator||""}"
296
+ aria-hidden="true"
297
+ >
298
+ :
299
+ </span>
300
+ ${this.renderInput({min:0,max:59,state:"$min",key:"$MM"})}
301
+ ${i} ${this.renderHidden()}
302
+ </div>
303
+ `}},A([u({type:Boolean})],o.InputTime.prototype,"autofocus",2),A([u({type:Boolean})],o.InputTime.prototype,"now",2),A([u({type:String})],o.InputTime.prototype,"clock",2),A([u({type:String})],o.InputTime.prototype,"min",2),A([u({type:String})],o.InputTime.prototype,"max",2),A([v()],o.InputTime.prototype,"$hour",2),A([v()],o.InputTime.prototype,"$min",2),A([v()],o.InputTime.prototype,"$meridiem",2),o.InputTime=A([L("uk-input-time")],o.InputTime);function we(r=5){const t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";return Array.from({length:r},()=>t.charAt(Math.floor(Math.random()*t.length))).join("")}var Ie=Object.defineProperty,Te=Object.getOwnPropertyDescriptor,E=(r,t,e,i)=>{for(var s=i>1?void 0:i?Te(t,e):t,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&Ie(t,e,s),s};o.Keyval=class extends y{constructor(){super(...arguments),this["cls-default-element"]="container",this["stl-default-element"]="container",this.keys="",this.values="",this.sensitive=!1,this.noninsertable=!1,this.max=0,this.min=1,this["aria-label"]="",this.valueVisibility={},this.defaultI18n={headerKey:"Key",headerValue:"Value",placeholderKey:"Enter key",placeholderValue:"Enter value",addRowLabel:"Add row",removeRowLabel:"Remove row",toggleVisibilityLabel:"Toggle visibility",generateRandomLabel:"Generate random value",tableLabel:"Key-value pairs",actionsLabel:"Actions",keyLabel:"Key for row {index}",valueLabel:"Value for row {index}"},this.handleKeyDown=t=>{(t.ctrlKey||t.metaKey)&&t.key==="Enter"&&!this.noninsertable&&(t.preventDefault(),this.addRow())}}connectedCallback(){super.connectedCallback(),this.HTMLDataSource||(this.initializeEmptyData(),this.addRow()),this.initializePasswordVisibility()}onDataSourceChanged(){(!this.$data.__||!this.$data.__.options||this.$data.__.options.length===0)&&(this.initializeEmptyData(),this.addRow())}initializeEmptyData(){this.$data={__:{text:"__",options:[]}}}initializePasswordVisibility(){this.sensitive&&this.$data.__&&this.$data.__.options&&this.$data.__.options.forEach((t,e)=>{this.valueVisibility[e]=!1})}canAddRow(){return this.max===0?!0:this.$data.__.options.length<this.max}canRemoveRow(){return this.$data.__.options.length>this.min}addRow(){if(!this.canAddRow())return;this.$data.__||this.initializeEmptyData();const t=this.$data.__.options.length;this.$data.__.options.push({group:"__",value:"",text:"",disabled:!1,selected:!1,data:{gid:""}}),this.sensitive&&(this.valueVisibility[t]=!1),this.requestUpdate(),this.updateComplete.then(()=>{const i=this.renderRoot.querySelectorAll('[data-field="key"]')[t];i&&i.focus()})}removeRow(t){this.canRemoveRow()&&this.$data.__&&this.$data.__.options&&(this.$data.__.options.splice(t,1),this.reindexVisibilityAfterRemoval(t),this.requestUpdate())}reindexVisibilityAfterRemoval(t){const e={};Object.keys(this.valueVisibility).forEach(i=>{const s=parseInt(i);s<t?e[s]=this.valueVisibility[s]:s>t&&(e[s-1]=this.valueVisibility[s])}),this.valueVisibility=e}handleKeyChange(t,e){const s=e.target.value;this.$data.__&&this.$data.__.options[t]&&(this.$data.__.options[t].data.gid=s,this.requestUpdate())}handleValueChange(t,e){const s=e.target.value;this.$data.__&&this.$data.__.options[t]&&(this.$data.__.options[t].value=s,this.requestUpdate())}setRandomValue(t){this.$data.__&&this.$data.__.options[t]&&(this.$data.__.options[t].value=we(16),this.valueVisibility[t]=!0,this.requestUpdate())}togglePasswordVisibility(t){this.sensitive&&(this.valueVisibility[t]=!this.valueVisibility[t],this.requestUpdate())}getPasswordVisibility(t){return this.valueVisibility[t]||!1}getInputType(t){return this.sensitive?this.getPasswordVisibility(t)?"text":"password":"text"}$icons(t){const e=super.$icons(t);if(e)return e;switch(t){case"plus":return d.html`
304
+ <svg
305
+ xmlns="http://www.w3.org/2000/svg"
306
+ width="16"
307
+ height="16"
308
+ viewBox="0 0 24 24"
309
+ fill="none"
310
+ stroke="currentColor"
311
+ stroke-width="2"
312
+ stroke-linecap="round"
313
+ stroke-linejoin="round"
314
+ aria-hidden="true"
315
+ >
316
+ <path d="M5 12h14" />
317
+ <path d="M12 5v14" />
318
+ </svg>
319
+ `;case"wand":return d.html`
320
+ <svg
321
+ xmlns="http://www.w3.org/2000/svg"
322
+ width="16"
323
+ height="16"
324
+ viewBox="0 0 24 24"
325
+ fill="none"
326
+ stroke="currentColor"
327
+ stroke-width="2"
328
+ stroke-linecap="round"
329
+ stroke-linejoin="round"
330
+ aria-hidden="true"
331
+ >
332
+ <path d="M15 4V2" />
333
+ <path d="M15 16v-2" />
334
+ <path d="M8 9h2" />
335
+ <path d="M20 9h2" />
336
+ <path d="M17.8 11.8 19 13" />
337
+ <path d="M15 9h.01" />
338
+ <path d="M17.8 6.2 19 5" />
339
+ <path d="m3 21 9-9" />
340
+ <path d="M12.2 6.2 11 5" />
341
+ </svg>
342
+ `;case"eye-off":return d.html`
343
+ <svg
344
+ xmlns="http://www.w3.org/2000/svg"
345
+ width="16"
346
+ height="16"
347
+ viewBox="0 0 24 24"
348
+ fill="none"
349
+ stroke="currentColor"
350
+ stroke-width="2"
351
+ stroke-linecap="round"
352
+ stroke-linejoin="round"
353
+ aria-hidden="true"
354
+ >
355
+ <path
356
+ d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"
357
+ />
358
+ <path d="M14.084 14.158a3 3 0 0 1-4.242-4.242" />
359
+ <path
360
+ d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"
361
+ />
362
+ <path d="m2 2 20 20" />
363
+ </svg>
364
+ `;case"eye":return d.html`
365
+ <svg
366
+ xmlns="http://www.w3.org/2000/svg"
367
+ width="16"
368
+ height="16"
369
+ viewBox="0 0 24 24"
370
+ fill="none"
371
+ stroke="currentColor"
372
+ stroke-width="2"
373
+ stroke-linecap="round"
374
+ stroke-linejoin="round"
375
+ aria-hidden="true"
376
+ >
377
+ <path
378
+ d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"
379
+ />
380
+ <circle cx="12" cy="12" r="3" />
381
+ </svg>
382
+ `;case"trash-2":return d.html`
383
+ <svg
384
+ xmlns="http://www.w3.org/2000/svg"
385
+ width="16"
386
+ height="16"
387
+ viewBox="0 0 24 24"
388
+ fill="none"
389
+ stroke="currentColor"
390
+ stroke-width="2"
391
+ stroke-linecap="round"
392
+ stroke-linejoin="round"
393
+ aria-hidden="true"
394
+ >
395
+ <path d="M3 6h18" />
396
+ <path d="M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6" />
397
+ <path d="M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2" />
398
+ <line x1="10" x2="10" y1="11" y2="17" />
399
+ <line x1="14" x2="14" y1="11" y2="17" />
400
+ </svg>
401
+ `}}render(){const t=this["aria-label"]||this.getI18nText("tableLabel",this.defaultI18n),e=this.getI18nText("headerKey",this.defaultI18n),i=this.getI18nText("headerValue",this.defaultI18n),s=this.getI18nText("actionsLabel",this.defaultI18n),a=this.getI18nText("addRowLabel",this.defaultI18n);return d.html`
402
+ <div
403
+ data-host-inner
404
+ class="${this.$cls.container||""}"
405
+ style="${this.$stl.container||""}"
406
+ @keydown="${this.handleKeyDown}"
407
+ >
408
+ <table
409
+ class="${this.$cls.table||""}"
410
+ style="${this.$stl.table||""}"
411
+ role="table"
412
+ aria-label="${t}"
413
+ >
414
+ <thead>
415
+ <tr
416
+ class="${this.$cls.headerRow||""}"
417
+ style="${this.$stl.headerRow||""}"
418
+ role="row"
419
+ >
420
+ <th role="columnheader">${e}</th>
421
+ <th role="columnheader">${i}</th>
422
+ <th role="columnheader">
423
+ ${s}
424
+ ${this.noninsertable?"":d.html`
425
+ <button
426
+ class="${this.$cls.addButton||this.$cls.button||""}"
427
+ style="${this.$stl.addButton||this.$stl.button||""}"
428
+ type="button"
429
+ aria-label="${a}"
430
+ ?disabled="${!this.canAddRow()}"
431
+ @click=${()=>this.addRow()}
432
+ >
433
+ ${this.$icons("plus")}
434
+ </button>
435
+ `}
436
+ </th>
437
+ </tr>
438
+ </thead>
439
+ <tbody>
440
+ ${this.$data.__&&this.$data.__.options?this.$data.__.options.map((n,l)=>{const h=this.getI18nText("keyLabel",this.defaultI18n,{index:String(l+1)}),c=this.getI18nText("valueLabel",this.defaultI18n,{index:String(l+1)}),p=this.getI18nText("placeholderKey",this.defaultI18n),$=this.getI18nText("placeholderValue",this.defaultI18n),g=this.getI18nText("removeRowLabel",this.defaultI18n),m=this.getI18nText("toggleVisibilityLabel",this.defaultI18n),f=this.getI18nText("generateRandomLabel",this.defaultI18n);return d.html`
441
+ <tr
442
+ class="${this.$cls.row||""}"
443
+ style="${this.$stl.row||""}"
444
+ role="row"
445
+ data-row-index="${l}"
446
+ >
447
+ <td role="cell">
448
+ <input
449
+ class="${this.$cls.keyInput||this.$cls.input||""}"
450
+ style="${this.$stl.keyInput||this.$stl.input||""}"
451
+ autocomplete="off"
452
+ type="text"
453
+ placeholder="${p}"
454
+ value="${n.data.gid||""}"
455
+ aria-label="${h}"
456
+ data-field="key"
457
+ @input=${K=>this.handleKeyChange(l,K)}
458
+ />
459
+ </td>
460
+ <td role="cell">
461
+ <div
462
+ class="${this.$cls.valueWrapper||""}"
463
+ style="${this.$stl.valueWrapper||""}"
464
+ >
465
+ ${this.sensitive?d.html`
466
+ <button
467
+ class="${this.$cls.randomButton||this.$cls.button||""}"
468
+ style="${this.$stl.randomButton||this.$stl.button||""}"
469
+ type="button"
470
+ aria-label="${f}"
471
+ ?disabled="${!!n.value}"
472
+ @click=${()=>this.setRandomValue(l)}
473
+ >
474
+ ${this.$icons("wand")}
475
+ </button>
476
+ `:""}
477
+
478
+ <input
479
+ class="${this.$cls.valueInput||this.$cls.input||""}"
480
+ style="${this.$stl.valueInput||this.$stl.input||""}"
481
+ autocomplete="off"
482
+ type="${this.getInputType(l)}"
483
+ placeholder="${$}"
484
+ name="${n.data.gid||""}"
485
+ value="${n.value}"
486
+ aria-label="${c}"
487
+ data-field="value"
488
+ ?disabled=${!n.data.gid}
489
+ @input=${K=>this.handleValueChange(l,K)}
490
+ />
491
+ </div>
492
+ </td>
493
+ <td role="cell">
494
+ <div
495
+ class="${this.$cls.actions||""}"
496
+ style="${this.$stl.actions||""}"
497
+ role="group"
498
+ aria-label="${s}"
499
+ >
500
+ ${this.sensitive?d.html`
501
+ <button
502
+ class="${this.$cls.toggleButton||this.$cls.button||""}"
503
+ style="${this.$stl.toggleButton||this.$stl.button||""}"
504
+ type="button"
505
+ aria-label="${m}"
506
+ aria-pressed="${this.getPasswordVisibility(l)}"
507
+ @click=${()=>this.togglePasswordVisibility(l)}
508
+ >
509
+ ${this.getPasswordVisibility(l)?this.$icons("eye-off"):this.$icons("eye")}
510
+ </button>
511
+ `:""}
512
+ <button
513
+ class="${this.$cls.removeButton||this.$cls.button||""}"
514
+ style="${this.$stl.removeButton||this.$stl.button||""}"
515
+ type="button"
516
+ aria-label="${g}"
517
+ ?disabled=${!this.canRemoveRow()}
518
+ @click=${()=>this.removeRow(l)}
519
+ >
520
+ ${this.$icons("trash-2")}
521
+ </button>
522
+ </div>
523
+ </td>
524
+ </tr>
525
+ `}):""}
526
+ </tbody>
527
+ </table>
528
+ </div>
529
+ `}},E([u({type:String})],o.Keyval.prototype,"keys",2),E([u({type:String})],o.Keyval.prototype,"values",2),E([u({type:Boolean})],o.Keyval.prototype,"sensitive",2),E([u({type:Boolean})],o.Keyval.prototype,"noninsertable",2),E([u({type:Number})],o.Keyval.prototype,"max",2),E([u({type:Number})],o.Keyval.prototype,"min",2),E([u({type:String})],o.Keyval.prototype,"aria-label",2),E([v()],o.Keyval.prototype,"valueVisibility",2),o.Keyval=E([L("uk-keyval")],o.Keyval);var Ae=Object.defineProperty,Ee=Object.getOwnPropertyDescriptor,w=(r,t,e,i)=>{for(var s=i>1?void 0:i?Ee(t,e):t,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&Ae(t,e,s),s};o.Icon=class extends y{constructor(){super(...arguments),this["cls-default-element"]="svg",this["stl-default-element"]="svg",this.icon="",this.label="",this.decorative=!1,this.role="",this["stroke-width"]="2",this.height="16",this.width="16",this.color="",this.fill="none",this.defaultI18n={label:""}}get key(){return this.icon.trim().split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join("")}getEffectiveLabel(){return this.getI18nText("label",this.defaultI18n)||this.label}updated(t){(["icon","stroke-width","height","width","size","color","fill","label","decorative","role","$cls","$stl"].some(i=>t.has(i))||t.has("$i18n"))&&this.updateComplete.then(()=>{this.regenerateSvg()})}regenerateSvg(){this.$svg=this.createSvg({icon:this.key,cls:this.$cls.svg||"",stl:this.$stl.svg||"",height:this.size||this.height,width:this.size||this.width,strokeWidth:this["stroke-width"],color:this.color,fill:this.fill,label:this.getEffectiveLabel(),decorative:this.decorative,role:this.role})}createSvg(t){const{icon:e,cls:i,stl:s,height:a,width:n,strokeWidth:l,color:h,fill:c,label:p,decorative:$,role:g}=t;try{const m=Mt[e];if(!m){console.warn(`uk-icon: Icon "${this.icon}" not found in Lucide icons.`);return}const f=ut.createElement(m);if(i&&f.setAttribute("class",i),s&&f.setAttribute("style",s),f.setAttribute("height",a),f.setAttribute("width",n),f.setAttribute("stroke-width",l),c!=="none"&&f.setAttribute("fill",c),h){const K=f.getAttribute("style")||"";f.setAttribute("style",`${K}; color: ${h};`)}return $?(f.setAttribute("aria-hidden","true"),f.removeAttribute("role"),f.removeAttribute("aria-label")):p?(f.setAttribute("role",g||"img"),f.setAttribute("aria-label",p),f.removeAttribute("aria-hidden")):g&&(f.setAttribute("role",g),f.removeAttribute("aria-hidden")),f.setAttribute("data-icon",this.icon),f.setAttribute("data-lucide",this.icon),f}catch(m){console.warn(`uk-icon: Failed to create icon "${this.icon}":`,m);return}}render(){return this.renderRoot.children.length===0?this.$svg:d.nothing}},w([u({type:String})],o.Icon.prototype,"icon",2),w([u({type:String})],o.Icon.prototype,"label",2),w([u({type:Boolean})],o.Icon.prototype,"decorative",2),w([u({type:String})],o.Icon.prototype,"role",2),w([u({type:String})],o.Icon.prototype,"stroke-width",2),w([u({type:String})],o.Icon.prototype,"height",2),w([u({type:String})],o.Icon.prototype,"width",2),w([u({type:String})],o.Icon.prototype,"size",2),w([u({type:String})],o.Icon.prototype,"color",2),w([u({type:String})],o.Icon.prototype,"fill",2),w([v()],o.Icon.prototype,"$svg",2),o.Icon=w([L("uk-icon")],o.Icon);var Se=Object.defineProperty,Ce=Object.getOwnPropertyDescriptor,M=(r,t,e,i)=>{for(var s=i>1?void 0:i?Ce(t,e):t,a=r.length-1,n;a>=0;a--)(n=r[a])&&(s=(i?n(t,e,s):n(s))||s);return i&&s&&Se(t,e,s),s};return o.Chart=class extends y{constructor(){super(...arguments),this["cls-default-element"]="container",this["stl-default-element"]="container",this.loading=!1,this.width="100%",this.height="auto",this["aria-label"]="",this.hasError=!1,this.errorMessage="",this.apexCharts=null,this.defaultI18n={chartLabel:"Chart",loadingMessage:"Loading chart...",errorMessage:"Failed to load chart. Please try again.",noDataMessage:"No data available"}}get $apexChartsConfig(){return"apexCharts"in this.$config&&typeof this.$config=="object"?this.$config.apexCharts:{}}hasValidConfig(){return Object.keys(this.$apexChartsConfig).length>0}firstUpdated(t){super.firstUpdated(t),this.loading||this.initializeApexCharts()}updated(t){super.updated(t),t.has("loading")&&!this.loading&&!this.apexCharts&&this.initializeApexCharts()}disconnectedCallback(){super.disconnectedCallback(),this.apexCharts&&(this.apexCharts.destroy(),this.apexCharts=null)}onConfigChanged(){if(this.apexCharts&&this.hasValidConfig())try{this.apexCharts.updateOptions(this.$apexChartsConfig,!0,!0),this.hasError=!1,this.errorMessage=""}catch(t){console.error("uk-chart: Failed to update chart:",t),this.hasError=!0,this.errorMessage=t instanceof Error?t.message:"Unknown error"}else!this.apexCharts&&this.hasValidConfig()&&this.initializeApexCharts()}async initializeApexCharts(){const t=this.renderRoot.querySelector("[data-chart-container]");if(!t){console.warn("uk-chart: Chart container not found");return}if(!this.hasValidConfig()){console.warn("uk-chart: No valid chart configuration found"),this.hasError=!0,this.errorMessage=this.getI18nText("noDataMessage",this.defaultI18n);return}if(this.apexCharts===null)try{const e={...this.$apexChartsConfig,chart:{...this.$apexChartsConfig.chart,width:this.width,height:this.height}};this.apexCharts=new Pt(t,e),await this.apexCharts.render(),this.isRendered=!0,this.hasError=!1,this.errorMessage=""}catch(e){console.error("uk-chart: Failed to initialize chart:",e),this.hasError=!0,this.errorMessage=e instanceof Error?e.message:this.getI18nText("errorMessage",this.defaultI18n)}}renderLoading(){const t=this.getI18nText("loadingMessage",this.defaultI18n);return d.html`
530
+ <div
531
+ class="${this.$cls.loading||""}"
532
+ style="${this.$stl.loading||""}"
533
+ role="status"
534
+ aria-live="polite"
535
+ aria-label="${t}"
536
+ >
537
+ <span>${t}</span>
538
+ </div>
539
+ `}renderError(){const t=this.errorMessage||this.getI18nText("errorMessage",this.defaultI18n);return d.html`
540
+ <div
541
+ class="${this.$cls.error||""}"
542
+ part="error"
543
+ style="${this.$stl.error||""}"
544
+ role="alert"
545
+ aria-live="assertive"
546
+ >
547
+ <span>${t}</span>
548
+ </div>
549
+ `}render(){const t=this["aria-label"]||this.getI18nText("chartLabel",this.defaultI18n);return d.html`
550
+ <div
551
+ data-host-inner
552
+ class="${this.$cls.container}"
553
+ style="${this.$stl.container}"
554
+ role="img"
555
+ aria-label="${t}"
556
+ data-loading="${this.loading}"
557
+ data-error="${this.hasError}"
558
+ data-rendered="${this.isRendered}"
559
+ >
560
+ ${this.loading?this.renderLoading():this.hasError?this.renderError():d.html`
561
+ <div
562
+ data-chart-container
563
+ class="${this.$cls.chart||""}"
564
+ part="chart"
565
+ style="${this.$stl.chart||""}"
566
+ ></div>
567
+ `}
568
+ </div>
569
+ `}async updateChart(t,e=!0,i=!0){if(this.apexCharts)try{await this.apexCharts.updateOptions(t,e,i),this.hasError=!1,this.errorMessage=""}catch(s){throw console.error("uk-chart: Failed to update chart:",s),this.hasError=!0,this.errorMessage=s instanceof Error?s.message:"Unknown error",s}else throw new Error("Chart not initialized")}async updateSeries(t,e=!0){if(this.apexCharts)try{await this.apexCharts.updateSeries(t,e),this.hasError=!1,this.errorMessage=""}catch(i){throw console.error("uk-chart: Failed to update series:",i),this.hasError=!0,this.errorMessage=i instanceof Error?i.message:"Unknown error",i}else throw new Error("Chart not initialized")}getChartInstance(){return this.apexCharts}},M([u({type:Boolean})],o.Chart.prototype,"loading",2),M([u({type:String})],o.Chart.prototype,"width",2),M([u({type:String})],o.Chart.prototype,"height",2),M([u({type:String})],o.Chart.prototype,"aria-label",2),M([v()],o.Chart.prototype,"hasError",2),M([v()],o.Chart.prototype,"errorMessage",2),o.Chart=M([L("uk-chart")],o.Chart),Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),o})({},Lit,Lucide,ApexCharts);