dolphin-components 2.2.7 → 2.2.9

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.
@@ -1,4 +1,4 @@
1
- (function(j,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],c):(j=typeof globalThis<"u"?globalThis:j||self,c(j.DolphinComponents={},j.Vue))})(this,function(j,c){"use strict";var GV=Object.defineProperty;var YV=(j,c,Yo)=>c in j?GV(j,c,{enumerable:!0,configurable:!0,writable:!0,value:Yo}):j[c]=Yo;var E=(j,c,Yo)=>YV(j,typeof c!="symbol"?c+"":c,Yo);var Ce,Fe,xe,Qe,VC,PC,BC;const Yo={class:"content-div"},TE={class:"content-title"},DE={key:0},zE={key:2,width:"22px",height:"22px",class:"mt-[4px]",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},RE={class:"content-action"},HE=["onClick"],AE=c.defineComponent({__name:"ContentLayout",props:{title:{default:()=>[]},actions:{},bodyClass:{default:""},titleClass:{default:""},disableMinHeight:{type:Boolean,default:!1}},setup(o,{emit:e}){const t=e,i=o,a=c.ref(i.actions?i.actions:[]);return c.watch(()=>i.actions,n=>{n&&(a.value=n)},{deep:!0}),(n,r)=>{const l=c.resolveComponent("RouterLink");return c.openBlock(),c.createElementBlock("div",Yo,[c.createElementVNode("div",{class:c.normalizeClass(["content-title-div",n.titleClass])},[c.createElementVNode("div",TE,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(n.title,(h,d)=>(c.openBlock(),c.createElementBlock("div",{key:d},[h.link?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("span",DE,c.toDisplayString(h.name),1)),h.link?(c.openBlock(),c.createBlock(l,{key:1,to:h.link,class:"hover:underline cursor-pointer"},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(h.name),1)]),_:2},1032,["to"])):c.createCommentVNode("",!0),n.title.length!==0&&d+1!==n.title.length?(c.openBlock(),c.createElementBlock("svg",zE,r[0]||(r[0]=[c.createElementVNode("path",{d:"M9 6L15 12L9 18",stroke:"gray",style:{"stroke-width":"2.5px"},"stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))):c.createCommentVNode("",!0)]))),128))]),c.createElementVNode("div",RE,[c.renderSlot(n.$slots,"action-before"),(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(a.value,(h,d)=>(c.openBlock(),c.createElementBlock("div",{key:d},[c.createElementVNode("button",{class:c.normalizeClass(h.class||"btn"),onClick:u=>t(h.emit)},c.toDisplayString(h.title),11,HE)]))),128)),c.renderSlot(n.$slots,"action-after")])],2),c.createElementVNode("div",{class:c.normalizeClass(["content-body",[n.bodyClass,n.disableMinHeight?"":"content-body-min-height"]])},[c.renderSlot(n.$slots,"body")],2)])}}}),VE={class:"border-b py-3 px-4"},PE={class:"font-bold text-lg my-auto relative flex text-[19px]"},BE={key:0},qE={key:3,width:"22px",height:"22px",class:"mt-[4px]",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},FE={class:"border-t py-2.5 px-4"},OE={class:"my-auto relative"},jE={class:"flex justify-end gap-1.5"},NE=["onClick"],_E={key:0,class:"h-screen bg-black/30 z-10 fixed top-0 right-0 left-0"},qC=c.defineComponent({__name:"Modal",props:{title:{default:()=>[]},actions:{default:()=>[]},show:{type:Boolean,default:!1},width:{default:"600px"}},setup(o,{emit:e}){const t=e,i=o,a=c.ref(window.innerHeight),n=c.ref(null),r=c.ref(!1),l=p=>{p.emit==="onClose"?t("onClose"):t(p.emit)},h=()=>{if(n.value){const p=a.value-200;r.value=n.value.scrollHeight>p}},d=()=>{a.value=window.innerHeight,h()};c.onMounted(()=>{h(),window.addEventListener("resize",d)}),c.onUpdated(()=>{h()}),c.onBeforeUnmount(()=>{window.removeEventListener("resize",d)}),c.watch(a,h);const u=c.ref(i.actions);return c.watch(()=>i.actions,p=>{u.value=p},{deep:!0}),(p,y)=>{const f=c.resolveComponent("RouterLink");return c.openBlock(),c.createBlock(c.Teleport,{to:"body"},[c.createElementVNode("div",null,[c.createVNode(c.Transition,{name:"modal-load"},{default:c.withCtx(()=>[p.show?(c.openBlock(),c.createElementBlock("div",{key:0,class:c.normalizeClass(["bg-white border border-border z-11 fixed top-[50px] right-0 left-0 mx-auto",{"overflow-y-auto":r.value}]),style:c.normalizeStyle({width:p.width})},[c.createElementVNode("div",VE,[c.createElementVNode("div",PE,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(p.title,(g,b)=>(c.openBlock(),c.createElementBlock("span",{key:b,class:"flex"},[g.link?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("span",BE,c.toDisplayString(g.name),1)),g.link&&g.link!=="#"?(c.openBlock(),c.createBlock(f,{key:1,to:g.link,class:"hover:underline"},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(g.name),1)]),_:2},1032,["to"])):c.createCommentVNode("",!0),g.link&&g.link==="#"?(c.openBlock(),c.createElementBlock("a",{key:2,onClick:y[0]||(y[0]=k=>t("onClose")),class:"hover:underline cursor-pointer"},c.toDisplayString(g.name),1)):c.createCommentVNode("",!0),p.title.length!==0&&b+1!==p.title.length?(c.openBlock(),c.createElementBlock("svg",qE,y[2]||(y[2]=[c.createElementVNode("path",{d:"M9 6L15 12L9 18",stroke:"gray",style:{"stroke-width":"2.5px"},"stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))):c.createCommentVNode("",!0)]))),128)),c.createElementVNode("div",{class:"absolute hover:cursor-pointer top-[7px] right-0 text-xl group",onClick:y[1]||(y[1]=g=>t("onClose"))},y[3]||(y[3]=[c.createElementVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16.00 16.00",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",class:"duration-200","stroke-width":"0.592"},[c.createElementVNode("g",{id:"SVGRepo_iconCarrier"},[c.createElementVNode("path",{d:"M0 14.545L1.455 16 8 9.455 14.545 16 16 14.545 9.455 8 16 1.455 14.545 0 8 6.545 1.455 0 0 1.455 6.545 8z","fill-rule":"evenodd"})])],-1)]))])]),c.createElementVNode("div",{ref_key:"dynamicDiv",ref:n,class:c.normalizeClass(["py-4 px-4",{"overflow-y-auto":r.value}]),style:c.normalizeStyle({maxHeight:`${a.value-200}px`})},[c.renderSlot(p.$slots,"default")],6),c.createElementVNode("div",FE,[c.createElementVNode("div",OE,[c.createElementVNode("div",jE,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(u.value,(g,b)=>(c.openBlock(),c.createElementBlock("div",{key:b},[c.createElementVNode("button",{class:c.normalizeClass(g.class||"btn"),onClick:k=>l(g)},c.toDisplayString(g.title),11,NE)]))),128))])])])],6)):c.createCommentVNode("",!0)]),_:3}),p.show?(c.openBlock(),c.createElementBlock("div",_E)):c.createCommentVNode("",!0)])])}}}),WE=["aria-checked"],UE=c.defineComponent({__name:"Switch",props:{modelValue:{type:Boolean,default:!1},background:{default:"bg-[#1C64F2]"},disable:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(o,{emit:e}){const t=o,i=e,a=c.ref(t.modelValue);c.watch(()=>t.modelValue,r=>{a.value=r});const n=()=>{t.disable||(a.value=!a.value,i("update:modelValue",a.value))};return(r,l)=>(c.openBlock(),c.createElementBlock("button",{onClick:n,class:c.normalizeClass(["relative w-[40px] h-[25px] rounded-full p-1 transition-colors duration-200 my-[1px]",[a.value?r.background:"bg-gray-200",r.disable?"cursor-not-allowed":"cursor-pointer"]]),role:"switch","aria-checked":a.value},[c.createElementVNode("div",{class:c.normalizeClass(["flex items-center justify-center w-[15px] h-[15px] rounded-full bg-white shadow-md transform transition-transform duration-200",a.value?"translate-x-[110%]":"translate-x-0"])},null,2)],10,WE))}});class te{constructor(e){this.table=e}reloadData(e,t,i){return this.table.dataLoader.load(e,void 0,void 0,void 0,t,i)}langText(){return this.table.modules.localize.getText(...arguments)}langBind(){return this.table.modules.localize.bind(...arguments)}langLocale(){return this.table.modules.localize.getLocale(...arguments)}commsConnections(){return this.table.modules.comms.getConnections(...arguments)}commsSend(){return this.table.modules.comms.send(...arguments)}layoutMode(){return this.table.modules.layout.getMode()}layoutRefresh(e){return this.table.modules.layout.layout(e)}subscribe(){return this.table.eventBus.subscribe(...arguments)}unsubscribe(){return this.table.eventBus.unsubscribe(...arguments)}subscribed(e){return this.table.eventBus.subscribed(e)}subscriptionChange(){return this.table.eventBus.subscriptionChange(...arguments)}dispatch(){return this.table.eventBus.dispatch(...arguments)}chain(){return this.table.eventBus.chain(...arguments)}confirm(){return this.table.eventBus.confirm(...arguments)}dispatchExternal(){return this.table.externalEvents.dispatch(...arguments)}subscribedExternal(e){return this.table.externalEvents.subscribed(e)}subscriptionChangeExternal(){return this.table.externalEvents.subscriptionChange(...arguments)}options(e){return this.table.options[e]}setOption(e,t){return typeof t<"u"&&(this.table.options[e]=t),this.table.options[e]}deprecationCheck(e,t,i){return this.table.deprecationAdvisor.check(e,t,i)}deprecationCheckMsg(e,t){return this.table.deprecationAdvisor.checkMsg(e,t)}deprecationMsg(e){return this.table.deprecationAdvisor.msg(e)}module(e){return this.table.module(e)}}class Y{static elVisible(e){return!(e.offsetWidth<=0&&e.offsetHeight<=0)}static elOffset(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset-document.documentElement.clientTop,left:t.left+window.pageXOffset-document.documentElement.clientLeft}}static retrieveNestedData(e,t,i){var a=e?t.split(e):[t],n=a.length,r;for(let l=0;l<n&&(i=i[a[l]],r=i,!!i);l++);return r}static deepClone(e,t,i=[]){var a={}.__proto__,n=[].__proto__;t||(t=Object.assign(Array.isArray(e)?[]:{},e));for(var r in e){let l=e[r],h,d;l!=null&&typeof l=="object"&&(l.__proto__===a||l.__proto__===n)&&(h=i.findIndex(u=>u.subject===l),h>-1?t[r]=i[h].copy:(d=Object.assign(Array.isArray(l)?[]:{},l),i.unshift({subject:l,copy:d}),t[r]=this.deepClone(l,d,i)))}return t}}let $E=class SE extends te{constructor(e,t,i){super(e),this.element=t,this.container=this._lookupContainer(),this.parent=i,this.reversedX=!1,this.childPopup=null,this.blurable=!1,this.blurCallback=null,this.blurEventsBound=!1,this.renderedCallback=null,this.visible=!1,this.hideable=!0,this.element.classList.add("tabulator-popup-container"),this.blurEvent=this.hide.bind(this,!1),this.escEvent=this._escapeCheck.bind(this),this.destroyBinding=this.tableDestroyed.bind(this),this.destroyed=!1}tableDestroyed(){this.destroyed=!0,this.hide(!0)}_lookupContainer(){var e=this.table.options.popupContainer;return typeof e=="string"?(e=document.querySelector(e),e||console.warn("Menu Error - no container element found matching selector:",this.table.options.popupContainer,"(defaulting to document body)")):e===!0&&(e=this.table.element),e&&!this._checkContainerIsParent(e)&&(e=!1,console.warn("Menu Error - container element does not contain this table:",this.table.options.popupContainer,"(defaulting to document body)")),e||(e=document.body),e}_checkContainerIsParent(e,t=this.table.element){return e===t?!0:t.parentNode?this._checkContainerIsParent(e,t.parentNode):!1}renderCallback(e){this.renderedCallback=e}containerEventCoords(e){var t=!(e instanceof MouseEvent),i=t?e.touches[0].pageX:e.pageX,a=t?e.touches[0].pageY:e.pageY;if(this.container!==document.body){let n=Y.elOffset(this.container);i-=n.left,a-=n.top}return{x:i,y:a}}elementPositionCoords(e,t="right"){var i=Y.elOffset(e),a,n,r;switch(this.container!==document.body&&(a=Y.elOffset(this.container),i.left-=a.left,i.top-=a.top),t){case"right":n=i.left+e.offsetWidth,r=i.top-1;break;case"bottom":n=i.left,r=i.top+e.offsetHeight;break;case"left":n=i.left,r=i.top-1;break;case"top":n=i.left,r=i.top;break;case"center":n=i.left+e.offsetWidth/2,r=i.top+e.offsetHeight/2;break}return{x:n,y:r,offset:i}}show(e,t){var i,a,n,r,l;return this.destroyed||this.table.destroyed?this:(e instanceof HTMLElement?(n=e,l=this.elementPositionCoords(e,t),r=l.offset,i=l.x,a=l.y):typeof e=="number"?(r={top:0,left:0},i=e,a=t):(l=this.containerEventCoords(e),i=l.x,a=l.y,this.reversedX=!1),this.element.style.top=a+"px",this.element.style.left=i+"px",this.container.appendChild(this.element),typeof this.renderedCallback=="function"&&this.renderedCallback(),this._fitToScreen(i,a,n,r,t),this.visible=!0,this.subscribe("table-destroy",this.destroyBinding),this.element.addEventListener("mousedown",h=>{h.stopPropagation()}),this)}_fitToScreen(e,t,i,a,n){var r=this.container===document.body?document.documentElement.scrollTop:this.container.scrollTop;(e+this.element.offsetWidth>=this.container.offsetWidth||this.reversedX)&&(this.element.style.left="",i?this.element.style.right=this.container.offsetWidth-a.left+"px":this.element.style.right=this.container.offsetWidth-e+"px",this.reversedX=!0);let l=Math.max(this.container.offsetHeight,r?this.container.scrollHeight:0);if(t+this.element.offsetHeight>l)if(i)switch(n){case"bottom":this.element.style.top=parseInt(this.element.style.top)-this.element.offsetHeight-i.offsetHeight-1+"px";break;default:this.element.style.top=parseInt(this.element.style.top)-this.element.offsetHeight+i.offsetHeight+1+"px"}else this.element.style.height=l+"px"}isVisible(){return this.visible}hideOnBlur(e){return this.blurable=!0,this.visible&&(setTimeout(()=>{this.visible&&(this.table.rowManager.element.addEventListener("scroll",this.blurEvent),this.subscribe("cell-editing",this.blurEvent),document.body.addEventListener("click",this.blurEvent),document.body.addEventListener("contextmenu",this.blurEvent),document.body.addEventListener("mousedown",this.blurEvent),window.addEventListener("resize",this.blurEvent),document.body.addEventListener("keydown",this.escEvent),this.blurEventsBound=!0)},100),this.blurCallback=e),this}_escapeCheck(e){e.keyCode==27&&this.hide()}blockHide(){this.hideable=!1}restoreHide(){this.hideable=!0}hide(e=!1){return this.visible&&this.hideable&&(this.blurable&&this.blurEventsBound&&(document.body.removeEventListener("keydown",this.escEvent),document.body.removeEventListener("click",this.blurEvent),document.body.removeEventListener("contextmenu",this.blurEvent),document.body.removeEventListener("mousedown",this.blurEvent),window.removeEventListener("resize",this.blurEvent),this.table.rowManager.element.removeEventListener("scroll",this.blurEvent),this.unsubscribe("cell-editing",this.blurEvent),this.blurEventsBound=!1),this.childPopup&&this.childPopup.hide(),this.parent&&(this.parent.childPopup=null),this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.visible=!1,this.blurCallback&&!e&&this.blurCallback(),this.unsubscribe("table-destroy",this.destroyBinding)),this}child(e){return this.childPopup&&this.childPopup.hide(),this.childPopup=new SE(this.table,e,this),this.childPopup}};class q extends te{constructor(e,t){super(e),this._handler=null}initialize(){}registerTableOption(e,t){this.table.optionsList.register(e,t)}registerColumnOption(e,t){this.table.columnManager.optionsList.register(e,t)}registerTableFunction(e,t){typeof this.table[e]>"u"?this.table[e]=(...i)=>(this.table.initGuard(e),t(...i)):console.warn("Unable to bind table function, name already in use",e)}registerComponentFunction(e,t,i){return this.table.componentFunctionBinder.bind(e,t,i)}registerDataHandler(e,t){this.table.rowManager.registerDataPipelineHandler(e,t),this._handler=e}registerDisplayHandler(e,t){this.table.rowManager.registerDisplayPipelineHandler(e,t),this._handler=e}displayRows(e){var t=this.table.rowManager.displayRows.length-1,i;if(this._handler&&(i=this.table.rowManager.displayPipeline.findIndex(a=>a.handler===this._handler),i>-1&&(t=i)),e&&(t=t+e),this._handler)return t>-1?this.table.rowManager.getDisplayRows(t):this.activeRows()}activeRows(){return this.table.rowManager.activeRows}refreshData(e,t){t||(t=this._handler),t&&this.table.rowManager.refreshActiveData(t,!1,e)}footerAppend(e){return this.table.footerManager.append(e)}footerPrepend(e){return this.table.footerManager.prepend(e)}footerRemove(e){return this.table.footerManager.remove(e)}popup(e,t){return new $E(this.table,e,t)}alert(e,t){return this.table.alertManager.alert(e,t)}clearAlert(){return this.table.alertManager.clear()}}var GE={rownum:function(o,e,t,i,a,n){return n.getPosition()}};const hn=class hn extends q{constructor(e){super(e),this.allowedTypes=["","data","download","clipboard","print","htmlOutput"],this.registerColumnOption("accessor"),this.registerColumnOption("accessorParams"),this.registerColumnOption("accessorData"),this.registerColumnOption("accessorDataParams"),this.registerColumnOption("accessorDownload"),this.registerColumnOption("accessorDownloadParams"),this.registerColumnOption("accessorClipboard"),this.registerColumnOption("accessorClipboardParams"),this.registerColumnOption("accessorPrint"),this.registerColumnOption("accessorPrintParams"),this.registerColumnOption("accessorHtmlOutput"),this.registerColumnOption("accessorHtmlOutputParams")}initialize(){this.subscribe("column-layout",this.initializeColumn.bind(this)),this.subscribe("row-data-retrieve",this.transformRow.bind(this))}initializeColumn(e){var t=!1,i={};this.allowedTypes.forEach(a=>{var n="accessor"+(a.charAt(0).toUpperCase()+a.slice(1)),r;e.definition[n]&&(r=this.lookupAccessor(e.definition[n]),r&&(t=!0,i[n]={accessor:r,params:e.definition[n+"Params"]||{}}))}),t&&(e.modules.accessor=i)}lookupAccessor(e){var t=!1;switch(typeof e){case"string":hn.accessors[e]?t=hn.accessors[e]:console.warn("Accessor Error - No such accessor found, ignoring: ",e);break;case"function":t=e;break}return t}transformRow(e,t){var i="accessor"+(t.charAt(0).toUpperCase()+t.slice(1)),a=e.getComponent(),n=Y.deepClone(e.data||{});return this.table.columnManager.traverse(function(r){var l,h,d,u;r.modules.accessor&&(h=r.modules.accessor[i]||r.modules.accessor.accessor||!1,h&&(l=r.getFieldValue(n),l!="undefined"&&(u=r.getComponent(),d=typeof h.params=="function"?h.params(l,n,t,u,a):h.params,r.setFieldValue(n,h.accessor(l,n,t,d,u,a)))))}),n}};E(hn,"moduleName","accessor"),E(hn,"accessors",GE);let p9=hn;var YE={method:"GET"};function y9(o,e){var t=[];if(e=e||"",Array.isArray(o))o.forEach((a,n)=>{t=t.concat(y9(a,e?e+"["+n+"]":n))});else if(typeof o=="object")for(var i in o)t=t.concat(y9(o[i],e?e+"["+i+"]":i));else t.push({key:e,value:o});return t}function ZE(o){var e=y9(o),t=[];return e.forEach(function(i){t.push(encodeURIComponent(i.key)+"="+encodeURIComponent(i.value))}),t.join("&")}function FC(o,e,t){return o&&t&&Object.keys(t).length&&(!e.method||e.method.toLowerCase()=="get")&&(e.method="get",o+=(o.includes("?")?"&":"?")+ZE(t)),o}function XE(o,e,t){var i;return new Promise((a,n)=>{if(o=this.urlGenerator.call(this.table,o,e,t),e.method.toUpperCase()!="GET")if(i=typeof this.table.options.ajaxContentType=="object"?this.table.options.ajaxContentType:this.contentTypeFormatters[this.table.options.ajaxContentType],i){for(var r in i.headers)e.headers||(e.headers={}),typeof e.headers[r]>"u"&&(e.headers[r]=i.headers[r]);e.body=i.body.call(this,o,e,t)}else console.warn("Ajax Error - Invalid ajaxContentType value:",this.table.options.ajaxContentType);o?(typeof e.headers>"u"&&(e.headers={}),typeof e.headers.Accept>"u"&&(e.headers.Accept="application/json"),typeof e.headers["X-Requested-With"]>"u"&&(e.headers["X-Requested-With"]="XMLHttpRequest"),typeof e.mode>"u"&&(e.mode="cors"),e.mode=="cors"?(typeof e.headers.Origin>"u"&&(e.headers.Origin=window.location.origin),typeof e.credentials>"u"&&(e.credentials="same-origin")):typeof e.credentials>"u"&&(e.credentials="include"),fetch(o,e).then(l=>{l.ok?l.json().then(h=>{a(h)}).catch(h=>{n(h),console.warn("Ajax Load Error - Invalid JSON returned",h)}):(console.error("Ajax Load Error - Connection Error: "+l.status,l.statusText),n(l))}).catch(l=>{console.error("Ajax Load Error - Connection Error: ",l),n(l)})):(console.warn("Ajax Load Error - No URL Set"),a([]))})}function f9(o,e){var t=[];if(e=e||"",Array.isArray(o))o.forEach((a,n)=>{t=t.concat(f9(a,e?e+"["+n+"]":n))});else if(typeof o=="object")for(var i in o)t=t.concat(f9(o[i],e?e+"["+i+"]":i));else t.push({key:e,value:o});return t}var KE={json:{headers:{"Content-Type":"application/json"},body:function(o,e,t){return JSON.stringify(t)}},form:{headers:{},body:function(o,e,t){var i=f9(t),a=new FormData;return i.forEach(function(n){a.append(n.key,n.value)}),a}}};const Me=class Me extends q{constructor(e){super(e),this.config={},this.url="",this.urlGenerator=!1,this.params=!1,this.loaderPromise=!1,this.registerTableOption("ajaxURL",!1),this.registerTableOption("ajaxURLGenerator",!1),this.registerTableOption("ajaxParams",{}),this.registerTableOption("ajaxConfig","get"),this.registerTableOption("ajaxContentType","form"),this.registerTableOption("ajaxRequestFunc",!1),this.registerTableOption("ajaxRequesting",function(){}),this.registerTableOption("ajaxResponse",!1),this.contentTypeFormatters=Me.contentTypeFormatters}initialize(){this.loaderPromise=this.table.options.ajaxRequestFunc||Me.defaultLoaderPromise,this.urlGenerator=this.table.options.ajaxURLGenerator||Me.defaultURLGenerator,this.table.options.ajaxURL&&this.setUrl(this.table.options.ajaxURL),this.setDefaultConfig(this.table.options.ajaxConfig),this.registerTableFunction("getAjaxUrl",this.getUrl.bind(this)),this.subscribe("data-loading",this.requestDataCheck.bind(this)),this.subscribe("data-params",this.requestParams.bind(this)),this.subscribe("data-load",this.requestData.bind(this))}requestParams(e,t,i,a){var n=this.table.options.ajaxParams;return n&&(typeof n=="function"&&(n=n.call(this.table)),a=Object.assign(Object.assign({},n),a)),a}requestDataCheck(e,t,i,a){return!!(!e&&this.url||typeof e=="string")}requestData(e,t,i,a,n){var r;return!n&&this.requestDataCheck(e)?(e&&this.setUrl(e),r=this.generateConfig(i),this.sendRequest(this.url,t,r)):n}setDefaultConfig(e={}){this.config=Object.assign({},Me.defaultConfig),typeof e=="string"?this.config.method=e:Object.assign(this.config,e)}generateConfig(e={}){var t=Object.assign({},this.config);return typeof e=="string"?t.method=e:Object.assign(t,e),t}setUrl(e){this.url=e}getUrl(){return this.url}sendRequest(e,t,i){return this.table.options.ajaxRequesting.call(this.table,e,t)!==!1?this.loaderPromise(e,i,t).then(a=>(this.table.options.ajaxResponse&&(a=this.table.options.ajaxResponse.call(this.table,e,t,a)),a)):Promise.reject()}};E(Me,"moduleName","ajax"),E(Me,"defaultConfig",YE),E(Me,"defaultURLGenerator",FC),E(Me,"defaultLoaderPromise",XE),E(Me,"contentTypeFormatters",KE);let m9=Me;var JE={replace:function(o){return this.table.setData(o)},update:function(o){return this.table.updateOrAddData(o)},insert:function(o){return this.table.addData(o)}},QE={table:function(o){var e=[],t=!0,i=this.table.columnManager.columns,a=[],n=[];return o=o.split(`
1
+ (function(j,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],c):(j=typeof globalThis<"u"?globalThis:j||self,c(j.DolphinComponents={},j.Vue))})(this,function(j,c){"use strict";var UV=Object.defineProperty;var $V=(j,c,Yo)=>c in j?UV(j,c,{enumerable:!0,configurable:!0,writable:!0,value:Yo}):j[c]=Yo;var E=(j,c,Yo)=>$V(j,typeof c!="symbol"?c+"":c,Yo);var Ce,Fe,xe,Qe,VC,PC,BC;const Yo={class:"content-div"},TE={class:"content-title"},DE={key:0},zE={key:2,width:"22px",height:"22px",class:"mt-[4px]",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},RE={class:"content-action"},HE=["onClick"],AE=c.defineComponent({__name:"ContentLayout",props:{title:{default:()=>[]},actions:{},bodyClass:{default:""},titleClass:{default:""},disableMinHeight:{type:Boolean,default:!1}},setup(o,{emit:e}){const t=e,i=o,a=c.ref(i.actions?i.actions:[]);return c.watch(()=>i.actions,n=>{n&&(a.value=n)},{deep:!0}),(n,r)=>{const l=c.resolveComponent("RouterLink");return c.openBlock(),c.createElementBlock("div",Yo,[c.createElementVNode("div",{class:c.normalizeClass(["content-title-div",n.titleClass])},[c.createElementVNode("div",TE,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(n.title,(h,d)=>(c.openBlock(),c.createElementBlock("div",{key:d},[h.link?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("span",DE,c.toDisplayString(h.name),1)),h.link?(c.openBlock(),c.createBlock(l,{key:1,to:h.link,class:"hover:underline cursor-pointer"},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(h.name),1)]),_:2},1032,["to"])):c.createCommentVNode("",!0),n.title.length!==0&&d+1!==n.title.length?(c.openBlock(),c.createElementBlock("svg",zE,r[0]||(r[0]=[c.createElementVNode("path",{d:"M9 6L15 12L9 18",stroke:"gray",style:{"stroke-width":"2.5px"},"stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))):c.createCommentVNode("",!0)]))),128))]),c.createElementVNode("div",RE,[c.renderSlot(n.$slots,"action-before"),(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(a.value,(h,d)=>(c.openBlock(),c.createElementBlock("div",{key:d},[c.createElementVNode("button",{class:c.normalizeClass(h.class||"btn"),onClick:u=>t(h.emit)},c.toDisplayString(h.title),11,HE)]))),128)),c.renderSlot(n.$slots,"action-after")])],2),c.createElementVNode("div",{class:c.normalizeClass(["content-body",[n.bodyClass,n.disableMinHeight?"":"content-body-min-height"]])},[c.renderSlot(n.$slots,"body")],2)])}}}),VE={class:"border-b py-3 px-4"},PE={class:"font-bold text-lg my-auto relative flex text-[19px]"},BE={key:0},qE={key:3,width:"22px",height:"22px",class:"mt-[4px]",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},FE={class:"border-t py-2.5 px-4"},OE={class:"my-auto relative"},jE={class:"flex justify-end gap-1.5"},NE=["onClick"],_E={key:0,class:"h-screen bg-black/30 z-10 fixed top-0 right-0 left-0"},qC=c.defineComponent({__name:"Modal",props:{title:{default:()=>[]},actions:{default:()=>[]},show:{type:Boolean,default:!1},width:{default:"600px"}},setup(o,{emit:e}){const t=e,i=o,a=c.ref(window.innerHeight),n=c.ref(null),r=c.ref(!1),l=p=>{p.emit==="onClose"?t("onClose"):t(p.emit)},h=()=>{if(n.value){const p=a.value-200;r.value=n.value.scrollHeight>p}},d=()=>{a.value=window.innerHeight,h()};c.onMounted(()=>{h(),window.addEventListener("resize",d)}),c.onUpdated(()=>{h()}),c.onBeforeUnmount(()=>{window.removeEventListener("resize",d)}),c.watch(a,h);const u=c.ref(i.actions);return c.watch(()=>i.actions,p=>{u.value=p},{deep:!0}),(p,y)=>{const f=c.resolveComponent("RouterLink");return c.openBlock(),c.createBlock(c.Teleport,{to:"body"},[c.createElementVNode("div",null,[c.createVNode(c.Transition,{name:"modal-load"},{default:c.withCtx(()=>[p.show?(c.openBlock(),c.createElementBlock("div",{key:0,class:c.normalizeClass(["bg-white border border-border z-11 fixed top-[50px] right-0 left-0 mx-auto",{"overflow-y-auto":r.value}]),style:c.normalizeStyle({width:p.width})},[c.createElementVNode("div",VE,[c.createElementVNode("div",PE,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(p.title,(g,b)=>(c.openBlock(),c.createElementBlock("span",{key:b,class:"flex"},[g.link?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("span",BE,c.toDisplayString(g.name),1)),g.link&&g.link!=="#"?(c.openBlock(),c.createBlock(f,{key:1,to:g.link,class:"hover:underline"},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(g.name),1)]),_:2},1032,["to"])):c.createCommentVNode("",!0),g.link&&g.link==="#"?(c.openBlock(),c.createElementBlock("a",{key:2,onClick:y[0]||(y[0]=k=>t("onClose")),class:"hover:underline cursor-pointer"},c.toDisplayString(g.name),1)):c.createCommentVNode("",!0),p.title.length!==0&&b+1!==p.title.length?(c.openBlock(),c.createElementBlock("svg",qE,y[2]||(y[2]=[c.createElementVNode("path",{d:"M9 6L15 12L9 18",stroke:"gray",style:{"stroke-width":"2.5px"},"stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))):c.createCommentVNode("",!0)]))),128)),c.createElementVNode("div",{class:"absolute hover:cursor-pointer top-[7px] right-0 text-xl group",onClick:y[1]||(y[1]=g=>t("onClose"))},y[3]||(y[3]=[c.createElementVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16.00 16.00",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",class:"duration-200","stroke-width":"0.592"},[c.createElementVNode("g",{id:"SVGRepo_iconCarrier"},[c.createElementVNode("path",{d:"M0 14.545L1.455 16 8 9.455 14.545 16 16 14.545 9.455 8 16 1.455 14.545 0 8 6.545 1.455 0 0 1.455 6.545 8z","fill-rule":"evenodd"})])],-1)]))])]),c.createElementVNode("div",{ref_key:"dynamicDiv",ref:n,class:c.normalizeClass(["py-4 px-4",{"overflow-y-auto":r.value}]),style:c.normalizeStyle({maxHeight:`${a.value-200}px`})},[c.renderSlot(p.$slots,"default")],6),c.createElementVNode("div",FE,[c.createElementVNode("div",OE,[c.createElementVNode("div",jE,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(u.value,(g,b)=>(c.openBlock(),c.createElementBlock("div",{key:b},[c.createElementVNode("button",{class:c.normalizeClass(g.class||"btn"),onClick:k=>l(g)},c.toDisplayString(g.title),11,NE)]))),128))])])])],6)):c.createCommentVNode("",!0)]),_:3}),p.show?(c.openBlock(),c.createElementBlock("div",_E)):c.createCommentVNode("",!0)])])}}}),WE=["aria-checked"],UE=c.defineComponent({__name:"Switch",props:{modelValue:{type:Boolean,default:!1},background:{default:"bg-[#1C64F2]"},disable:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(o,{emit:e}){const t=o,i=e,a=c.ref(t.modelValue);c.watch(()=>t.modelValue,r=>{a.value=r});const n=()=>{t.disable||(a.value=!a.value,i("update:modelValue",a.value))};return(r,l)=>(c.openBlock(),c.createElementBlock("button",{onClick:n,class:c.normalizeClass(["relative w-[40px] h-[25px] rounded-full p-1 transition-colors duration-200 my-[1px]",[a.value?r.background:"bg-gray-200",r.disable?"cursor-not-allowed":"cursor-pointer"]]),role:"switch","aria-checked":a.value},[c.createElementVNode("div",{class:c.normalizeClass(["flex items-center justify-center w-[15px] h-[15px] rounded-full bg-white shadow-md transform transition-transform duration-200",a.value?"translate-x-[110%]":"translate-x-0"])},null,2)],10,WE))}});class te{constructor(e){this.table=e}reloadData(e,t,i){return this.table.dataLoader.load(e,void 0,void 0,void 0,t,i)}langText(){return this.table.modules.localize.getText(...arguments)}langBind(){return this.table.modules.localize.bind(...arguments)}langLocale(){return this.table.modules.localize.getLocale(...arguments)}commsConnections(){return this.table.modules.comms.getConnections(...arguments)}commsSend(){return this.table.modules.comms.send(...arguments)}layoutMode(){return this.table.modules.layout.getMode()}layoutRefresh(e){return this.table.modules.layout.layout(e)}subscribe(){return this.table.eventBus.subscribe(...arguments)}unsubscribe(){return this.table.eventBus.unsubscribe(...arguments)}subscribed(e){return this.table.eventBus.subscribed(e)}subscriptionChange(){return this.table.eventBus.subscriptionChange(...arguments)}dispatch(){return this.table.eventBus.dispatch(...arguments)}chain(){return this.table.eventBus.chain(...arguments)}confirm(){return this.table.eventBus.confirm(...arguments)}dispatchExternal(){return this.table.externalEvents.dispatch(...arguments)}subscribedExternal(e){return this.table.externalEvents.subscribed(e)}subscriptionChangeExternal(){return this.table.externalEvents.subscriptionChange(...arguments)}options(e){return this.table.options[e]}setOption(e,t){return typeof t<"u"&&(this.table.options[e]=t),this.table.options[e]}deprecationCheck(e,t,i){return this.table.deprecationAdvisor.check(e,t,i)}deprecationCheckMsg(e,t){return this.table.deprecationAdvisor.checkMsg(e,t)}deprecationMsg(e){return this.table.deprecationAdvisor.msg(e)}module(e){return this.table.module(e)}}class Y{static elVisible(e){return!(e.offsetWidth<=0&&e.offsetHeight<=0)}static elOffset(e){var t=e.getBoundingClientRect();return{top:t.top+window.pageYOffset-document.documentElement.clientTop,left:t.left+window.pageXOffset-document.documentElement.clientLeft}}static retrieveNestedData(e,t,i){var a=e?t.split(e):[t],n=a.length,r;for(let l=0;l<n&&(i=i[a[l]],r=i,!!i);l++);return r}static deepClone(e,t,i=[]){var a={}.__proto__,n=[].__proto__;t||(t=Object.assign(Array.isArray(e)?[]:{},e));for(var r in e){let l=e[r],h,d;l!=null&&typeof l=="object"&&(l.__proto__===a||l.__proto__===n)&&(h=i.findIndex(u=>u.subject===l),h>-1?t[r]=i[h].copy:(d=Object.assign(Array.isArray(l)?[]:{},l),i.unshift({subject:l,copy:d}),t[r]=this.deepClone(l,d,i)))}return t}}let $E=class SE extends te{constructor(e,t,i){super(e),this.element=t,this.container=this._lookupContainer(),this.parent=i,this.reversedX=!1,this.childPopup=null,this.blurable=!1,this.blurCallback=null,this.blurEventsBound=!1,this.renderedCallback=null,this.visible=!1,this.hideable=!0,this.element.classList.add("tabulator-popup-container"),this.blurEvent=this.hide.bind(this,!1),this.escEvent=this._escapeCheck.bind(this),this.destroyBinding=this.tableDestroyed.bind(this),this.destroyed=!1}tableDestroyed(){this.destroyed=!0,this.hide(!0)}_lookupContainer(){var e=this.table.options.popupContainer;return typeof e=="string"?(e=document.querySelector(e),e||console.warn("Menu Error - no container element found matching selector:",this.table.options.popupContainer,"(defaulting to document body)")):e===!0&&(e=this.table.element),e&&!this._checkContainerIsParent(e)&&(e=!1,console.warn("Menu Error - container element does not contain this table:",this.table.options.popupContainer,"(defaulting to document body)")),e||(e=document.body),e}_checkContainerIsParent(e,t=this.table.element){return e===t?!0:t.parentNode?this._checkContainerIsParent(e,t.parentNode):!1}renderCallback(e){this.renderedCallback=e}containerEventCoords(e){var t=!(e instanceof MouseEvent),i=t?e.touches[0].pageX:e.pageX,a=t?e.touches[0].pageY:e.pageY;if(this.container!==document.body){let n=Y.elOffset(this.container);i-=n.left,a-=n.top}return{x:i,y:a}}elementPositionCoords(e,t="right"){var i=Y.elOffset(e),a,n,r;switch(this.container!==document.body&&(a=Y.elOffset(this.container),i.left-=a.left,i.top-=a.top),t){case"right":n=i.left+e.offsetWidth,r=i.top-1;break;case"bottom":n=i.left,r=i.top+e.offsetHeight;break;case"left":n=i.left,r=i.top-1;break;case"top":n=i.left,r=i.top;break;case"center":n=i.left+e.offsetWidth/2,r=i.top+e.offsetHeight/2;break}return{x:n,y:r,offset:i}}show(e,t){var i,a,n,r,l;return this.destroyed||this.table.destroyed?this:(e instanceof HTMLElement?(n=e,l=this.elementPositionCoords(e,t),r=l.offset,i=l.x,a=l.y):typeof e=="number"?(r={top:0,left:0},i=e,a=t):(l=this.containerEventCoords(e),i=l.x,a=l.y,this.reversedX=!1),this.element.style.top=a+"px",this.element.style.left=i+"px",this.container.appendChild(this.element),typeof this.renderedCallback=="function"&&this.renderedCallback(),this._fitToScreen(i,a,n,r,t),this.visible=!0,this.subscribe("table-destroy",this.destroyBinding),this.element.addEventListener("mousedown",h=>{h.stopPropagation()}),this)}_fitToScreen(e,t,i,a,n){var r=this.container===document.body?document.documentElement.scrollTop:this.container.scrollTop;(e+this.element.offsetWidth>=this.container.offsetWidth||this.reversedX)&&(this.element.style.left="",i?this.element.style.right=this.container.offsetWidth-a.left+"px":this.element.style.right=this.container.offsetWidth-e+"px",this.reversedX=!0);let l=Math.max(this.container.offsetHeight,r?this.container.scrollHeight:0);if(t+this.element.offsetHeight>l)if(i)switch(n){case"bottom":this.element.style.top=parseInt(this.element.style.top)-this.element.offsetHeight-i.offsetHeight-1+"px";break;default:this.element.style.top=parseInt(this.element.style.top)-this.element.offsetHeight+i.offsetHeight+1+"px"}else this.element.style.height=l+"px"}isVisible(){return this.visible}hideOnBlur(e){return this.blurable=!0,this.visible&&(setTimeout(()=>{this.visible&&(this.table.rowManager.element.addEventListener("scroll",this.blurEvent),this.subscribe("cell-editing",this.blurEvent),document.body.addEventListener("click",this.blurEvent),document.body.addEventListener("contextmenu",this.blurEvent),document.body.addEventListener("mousedown",this.blurEvent),window.addEventListener("resize",this.blurEvent),document.body.addEventListener("keydown",this.escEvent),this.blurEventsBound=!0)},100),this.blurCallback=e),this}_escapeCheck(e){e.keyCode==27&&this.hide()}blockHide(){this.hideable=!1}restoreHide(){this.hideable=!0}hide(e=!1){return this.visible&&this.hideable&&(this.blurable&&this.blurEventsBound&&(document.body.removeEventListener("keydown",this.escEvent),document.body.removeEventListener("click",this.blurEvent),document.body.removeEventListener("contextmenu",this.blurEvent),document.body.removeEventListener("mousedown",this.blurEvent),window.removeEventListener("resize",this.blurEvent),this.table.rowManager.element.removeEventListener("scroll",this.blurEvent),this.unsubscribe("cell-editing",this.blurEvent),this.blurEventsBound=!1),this.childPopup&&this.childPopup.hide(),this.parent&&(this.parent.childPopup=null),this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.visible=!1,this.blurCallback&&!e&&this.blurCallback(),this.unsubscribe("table-destroy",this.destroyBinding)),this}child(e){return this.childPopup&&this.childPopup.hide(),this.childPopup=new SE(this.table,e,this),this.childPopup}};class q extends te{constructor(e,t){super(e),this._handler=null}initialize(){}registerTableOption(e,t){this.table.optionsList.register(e,t)}registerColumnOption(e,t){this.table.columnManager.optionsList.register(e,t)}registerTableFunction(e,t){typeof this.table[e]>"u"?this.table[e]=(...i)=>(this.table.initGuard(e),t(...i)):console.warn("Unable to bind table function, name already in use",e)}registerComponentFunction(e,t,i){return this.table.componentFunctionBinder.bind(e,t,i)}registerDataHandler(e,t){this.table.rowManager.registerDataPipelineHandler(e,t),this._handler=e}registerDisplayHandler(e,t){this.table.rowManager.registerDisplayPipelineHandler(e,t),this._handler=e}displayRows(e){var t=this.table.rowManager.displayRows.length-1,i;if(this._handler&&(i=this.table.rowManager.displayPipeline.findIndex(a=>a.handler===this._handler),i>-1&&(t=i)),e&&(t=t+e),this._handler)return t>-1?this.table.rowManager.getDisplayRows(t):this.activeRows()}activeRows(){return this.table.rowManager.activeRows}refreshData(e,t){t||(t=this._handler),t&&this.table.rowManager.refreshActiveData(t,!1,e)}footerAppend(e){return this.table.footerManager.append(e)}footerPrepend(e){return this.table.footerManager.prepend(e)}footerRemove(e){return this.table.footerManager.remove(e)}popup(e,t){return new $E(this.table,e,t)}alert(e,t){return this.table.alertManager.alert(e,t)}clearAlert(){return this.table.alertManager.clear()}}var GE={rownum:function(o,e,t,i,a,n){return n.getPosition()}};const hn=class hn extends q{constructor(e){super(e),this.allowedTypes=["","data","download","clipboard","print","htmlOutput"],this.registerColumnOption("accessor"),this.registerColumnOption("accessorParams"),this.registerColumnOption("accessorData"),this.registerColumnOption("accessorDataParams"),this.registerColumnOption("accessorDownload"),this.registerColumnOption("accessorDownloadParams"),this.registerColumnOption("accessorClipboard"),this.registerColumnOption("accessorClipboardParams"),this.registerColumnOption("accessorPrint"),this.registerColumnOption("accessorPrintParams"),this.registerColumnOption("accessorHtmlOutput"),this.registerColumnOption("accessorHtmlOutputParams")}initialize(){this.subscribe("column-layout",this.initializeColumn.bind(this)),this.subscribe("row-data-retrieve",this.transformRow.bind(this))}initializeColumn(e){var t=!1,i={};this.allowedTypes.forEach(a=>{var n="accessor"+(a.charAt(0).toUpperCase()+a.slice(1)),r;e.definition[n]&&(r=this.lookupAccessor(e.definition[n]),r&&(t=!0,i[n]={accessor:r,params:e.definition[n+"Params"]||{}}))}),t&&(e.modules.accessor=i)}lookupAccessor(e){var t=!1;switch(typeof e){case"string":hn.accessors[e]?t=hn.accessors[e]:console.warn("Accessor Error - No such accessor found, ignoring: ",e);break;case"function":t=e;break}return t}transformRow(e,t){var i="accessor"+(t.charAt(0).toUpperCase()+t.slice(1)),a=e.getComponent(),n=Y.deepClone(e.data||{});return this.table.columnManager.traverse(function(r){var l,h,d,u;r.modules.accessor&&(h=r.modules.accessor[i]||r.modules.accessor.accessor||!1,h&&(l=r.getFieldValue(n),l!="undefined"&&(u=r.getComponent(),d=typeof h.params=="function"?h.params(l,n,t,u,a):h.params,r.setFieldValue(n,h.accessor(l,n,t,d,u,a)))))}),n}};E(hn,"moduleName","accessor"),E(hn,"accessors",GE);let p9=hn;var YE={method:"GET"};function y9(o,e){var t=[];if(e=e||"",Array.isArray(o))o.forEach((a,n)=>{t=t.concat(y9(a,e?e+"["+n+"]":n))});else if(typeof o=="object")for(var i in o)t=t.concat(y9(o[i],e?e+"["+i+"]":i));else t.push({key:e,value:o});return t}function ZE(o){var e=y9(o),t=[];return e.forEach(function(i){t.push(encodeURIComponent(i.key)+"="+encodeURIComponent(i.value))}),t.join("&")}function FC(o,e,t){return o&&t&&Object.keys(t).length&&(!e.method||e.method.toLowerCase()=="get")&&(e.method="get",o+=(o.includes("?")?"&":"?")+ZE(t)),o}function XE(o,e,t){var i;return new Promise((a,n)=>{if(o=this.urlGenerator.call(this.table,o,e,t),e.method.toUpperCase()!="GET")if(i=typeof this.table.options.ajaxContentType=="object"?this.table.options.ajaxContentType:this.contentTypeFormatters[this.table.options.ajaxContentType],i){for(var r in i.headers)e.headers||(e.headers={}),typeof e.headers[r]>"u"&&(e.headers[r]=i.headers[r]);e.body=i.body.call(this,o,e,t)}else console.warn("Ajax Error - Invalid ajaxContentType value:",this.table.options.ajaxContentType);o?(typeof e.headers>"u"&&(e.headers={}),typeof e.headers.Accept>"u"&&(e.headers.Accept="application/json"),typeof e.headers["X-Requested-With"]>"u"&&(e.headers["X-Requested-With"]="XMLHttpRequest"),typeof e.mode>"u"&&(e.mode="cors"),e.mode=="cors"?(typeof e.headers.Origin>"u"&&(e.headers.Origin=window.location.origin),typeof e.credentials>"u"&&(e.credentials="same-origin")):typeof e.credentials>"u"&&(e.credentials="include"),fetch(o,e).then(l=>{l.ok?l.json().then(h=>{a(h)}).catch(h=>{n(h),console.warn("Ajax Load Error - Invalid JSON returned",h)}):(console.error("Ajax Load Error - Connection Error: "+l.status,l.statusText),n(l))}).catch(l=>{console.error("Ajax Load Error - Connection Error: ",l),n(l)})):(console.warn("Ajax Load Error - No URL Set"),a([]))})}function f9(o,e){var t=[];if(e=e||"",Array.isArray(o))o.forEach((a,n)=>{t=t.concat(f9(a,e?e+"["+n+"]":n))});else if(typeof o=="object")for(var i in o)t=t.concat(f9(o[i],e?e+"["+i+"]":i));else t.push({key:e,value:o});return t}var KE={json:{headers:{"Content-Type":"application/json"},body:function(o,e,t){return JSON.stringify(t)}},form:{headers:{},body:function(o,e,t){var i=f9(t),a=new FormData;return i.forEach(function(n){a.append(n.key,n.value)}),a}}};const Me=class Me extends q{constructor(e){super(e),this.config={},this.url="",this.urlGenerator=!1,this.params=!1,this.loaderPromise=!1,this.registerTableOption("ajaxURL",!1),this.registerTableOption("ajaxURLGenerator",!1),this.registerTableOption("ajaxParams",{}),this.registerTableOption("ajaxConfig","get"),this.registerTableOption("ajaxContentType","form"),this.registerTableOption("ajaxRequestFunc",!1),this.registerTableOption("ajaxRequesting",function(){}),this.registerTableOption("ajaxResponse",!1),this.contentTypeFormatters=Me.contentTypeFormatters}initialize(){this.loaderPromise=this.table.options.ajaxRequestFunc||Me.defaultLoaderPromise,this.urlGenerator=this.table.options.ajaxURLGenerator||Me.defaultURLGenerator,this.table.options.ajaxURL&&this.setUrl(this.table.options.ajaxURL),this.setDefaultConfig(this.table.options.ajaxConfig),this.registerTableFunction("getAjaxUrl",this.getUrl.bind(this)),this.subscribe("data-loading",this.requestDataCheck.bind(this)),this.subscribe("data-params",this.requestParams.bind(this)),this.subscribe("data-load",this.requestData.bind(this))}requestParams(e,t,i,a){var n=this.table.options.ajaxParams;return n&&(typeof n=="function"&&(n=n.call(this.table)),a=Object.assign(Object.assign({},n),a)),a}requestDataCheck(e,t,i,a){return!!(!e&&this.url||typeof e=="string")}requestData(e,t,i,a,n){var r;return!n&&this.requestDataCheck(e)?(e&&this.setUrl(e),r=this.generateConfig(i),this.sendRequest(this.url,t,r)):n}setDefaultConfig(e={}){this.config=Object.assign({},Me.defaultConfig),typeof e=="string"?this.config.method=e:Object.assign(this.config,e)}generateConfig(e={}){var t=Object.assign({},this.config);return typeof e=="string"?t.method=e:Object.assign(t,e),t}setUrl(e){this.url=e}getUrl(){return this.url}sendRequest(e,t,i){return this.table.options.ajaxRequesting.call(this.table,e,t)!==!1?this.loaderPromise(e,i,t).then(a=>(this.table.options.ajaxResponse&&(a=this.table.options.ajaxResponse.call(this.table,e,t,a)),a)):Promise.reject()}};E(Me,"moduleName","ajax"),E(Me,"defaultConfig",YE),E(Me,"defaultURLGenerator",FC),E(Me,"defaultLoaderPromise",XE),E(Me,"contentTypeFormatters",KE);let m9=Me;var JE={replace:function(o){return this.table.setData(o)},update:function(o){return this.table.updateOrAddData(o)},insert:function(o){return this.table.addData(o)}},QE={table:function(o){var e=[],t=!0,i=this.table.columnManager.columns,a=[],n=[];return o=o.split(`
2
2
  `),o.forEach(function(r){e.push(r.split(" "))}),e.length&&!(e.length===1&&e[0].length<2)?(e[0].forEach(function(r){var l=i.find(function(h){return r&&h.definition.title&&r.trim()&&h.definition.title.trim()===r.trim()});l?a.push(l):t=!1}),t||(t=!0,a=[],e[0].forEach(function(r){var l=i.find(function(h){return r&&h.field&&r.trim()&&h.field.trim()===r.trim()});l?a.push(l):t=!1}),t||(a=this.table.columnManager.columnsByIndex)),t&&e.shift(),e.forEach(function(r){var l={};r.forEach(function(h,d){a[d]&&(l[a[d].field]=h)}),n.push(l)}),n):!1}},eS={copyToClipboard:["ctrl + 67","meta + 67"]},tS={copyToClipboard:function(o){this.table.modules.edit.currentCell||this.table.modExists("clipboard",!0)&&this.table.modules.clipboard.copy(!1,!0)}},iS={keybindings:{bindings:eS,actions:tS}};let aS=(Ce=class extends q{constructor(e){super(e),this.mode=!0,this.pasteParser=function(){},this.pasteAction=function(){},this.customSelection=!1,this.rowRange=!1,this.blocked=!0,this.registerTableOption("clipboard",!1),this.registerTableOption("clipboardCopyStyled",!0),this.registerTableOption("clipboardCopyConfig",!1),this.registerTableOption("clipboardCopyFormatter",!1),this.registerTableOption("clipboardCopyRowRange","active"),this.registerTableOption("clipboardPasteParser","table"),this.registerTableOption("clipboardPasteAction","insert"),this.registerColumnOption("clipboard"),this.registerColumnOption("titleClipboard")}initialize(){this.mode=this.table.options.clipboard,this.rowRange=this.table.options.clipboardCopyRowRange,(this.mode===!0||this.mode==="copy")&&this.table.element.addEventListener("copy",e=>{var t,i,a;this.blocked||(e.preventDefault(),this.customSelection?(t=this.customSelection,this.table.options.clipboardCopyFormatter&&(t=this.table.options.clipboardCopyFormatter("plain",t))):(a=this.table.modules.export.generateExportList(this.table.options.clipboardCopyConfig,this.table.options.clipboardCopyStyled,this.rowRange,"clipboard"),i=this.table.modules.export.generateHTMLTable(a),t=i?this.generatePlainContent(a):"",this.table.options.clipboardCopyFormatter&&(t=this.table.options.clipboardCopyFormatter("plain",t),i=this.table.options.clipboardCopyFormatter("html",i))),window.clipboardData&&window.clipboardData.setData?window.clipboardData.setData("Text",t):e.clipboardData&&e.clipboardData.setData?(e.clipboardData.setData("text/plain",t),i&&e.clipboardData.setData("text/html",i)):e.originalEvent&&e.originalEvent.clipboardData.setData&&(e.originalEvent.clipboardData.setData("text/plain",t),i&&e.originalEvent.clipboardData.setData("text/html",i)),this.dispatchExternal("clipboardCopied",t,i),this.reset())}),(this.mode===!0||this.mode==="paste")&&this.table.element.addEventListener("paste",e=>{this.paste(e)}),this.setPasteParser(this.table.options.clipboardPasteParser),this.setPasteAction(this.table.options.clipboardPasteAction),this.registerTableFunction("copyToClipboard",this.copy.bind(this))}reset(){this.blocked=!0,this.customSelection=!1}generatePlainContent(e){var t=[];return e.forEach(i=>{var a=[];i.columns.forEach(n=>{var r="";if(n)if(i.type==="group"&&(n.value=n.component.getKey()),n.value===null)r="";else switch(typeof n.value){case"object":r=JSON.stringify(n.value);break;case"undefined":r="";break;default:r=n.value}a.push(r)}),t.push(a.join(" "))}),t.join(`
3
3
  `)}copy(e,t){var i,a;this.blocked=!1,this.customSelection=!1,(this.mode===!0||this.mode==="copy")&&(this.rowRange=e||this.table.options.clipboardCopyRowRange,typeof window.getSelection<"u"&&typeof document.createRange<"u"?(e=document.createRange(),e.selectNodeContents(this.table.element),i=window.getSelection(),i.toString()&&t&&(this.customSelection=i.toString()),i.removeAllRanges(),i.addRange(e)):typeof document.selection<"u"&&typeof document.body.createTextRange<"u"&&(a=document.body.createTextRange(),a.moveToElementText(this.table.element),a.select()),document.execCommand("copy"),i&&i.removeAllRanges())}setPasteAction(e){switch(typeof e){case"string":this.pasteAction=Ce.pasteActions[e],this.pasteAction||console.warn("Clipboard Error - No such paste action found:",e);break;case"function":this.pasteAction=e;break}}setPasteParser(e){switch(typeof e){case"string":this.pasteParser=Ce.pasteParsers[e],this.pasteParser||console.warn("Clipboard Error - No such paste parser found:",e);break;case"function":this.pasteParser=e;break}}paste(e){var t,i,a;this.checkPasteOrigin(e)&&(t=this.getPasteData(e),i=this.pasteParser.call(this,t),i?(e.preventDefault(),this.table.modExists("mutator")&&(i=this.mutateData(i)),a=this.pasteAction.call(this,i),this.dispatchExternal("clipboardPasted",t,i,a)):this.dispatchExternal("clipboardPasteError",t))}mutateData(e){var t=[];return Array.isArray(e)?e.forEach(i=>{t.push(this.table.modules.mutator.transformRow(i,"clipboard"))}):t=e,t}checkPasteOrigin(e){var t=!0,i=this.confirm("clipboard-paste",[e]);return(i||!["DIV","SPAN"].includes(e.target.tagName))&&(t=!1),t}getPasteData(e){var t;return window.clipboardData&&window.clipboardData.getData?t=window.clipboardData.getData("Text"):e.clipboardData&&e.clipboardData.getData?t=e.clipboardData.getData("text/plain"):e.originalEvent&&e.originalEvent.clipboardData.getData&&(t=e.originalEvent.clipboardData.getData("text/plain")),t}},E(Ce,"moduleName","clipboard"),E(Ce,"moduleExtensions",iS),E(Ce,"pasteActions",JE),E(Ce,"pasteParsers",QE),Ce);class oS{constructor(e){return this._row=e,new Proxy(this,{get:function(t,i,a){return typeof t[i]<"u"?t[i]:t._row.table.componentFunctionBinder.handle("row",t._row,i)}})}getData(e){return this._row.getData(e)}getElement(){return this._row.getElement()}getTable(){return this._row.table}getCells(){var e=[];return this._row.getCells().forEach(function(t){e.push(t.getComponent())}),e}getCell(e){var t=this._row.getCell(e);return t?t.getComponent():!1}_getSelf(){return this._row}}class OC{constructor(e){return this._cell=e,new Proxy(this,{get:function(t,i,a){return typeof t[i]<"u"?t[i]:t._cell.table.componentFunctionBinder.handle("cell",t._cell,i)}})}getValue(){return this._cell.getValue()}getOldValue(){return this._cell.getOldValue()}getInitialValue(){return this._cell.initialValue}getElement(){return this._cell.getElement()}getRow(){return this._cell.row.getComponent()}getData(e){return this._cell.row.getData(e)}getType(){return"cell"}getField(){return this._cell.column.getField()}getColumn(){return this._cell.column.getComponent()}setValue(e,t){typeof t>"u"&&(t=!0),this._cell.setValue(e,t)}restoreOldValue(){this._cell.setValueActual(this._cell.getOldValue())}restoreInitialValue(){this._cell.setValueActual(this._cell.initialValue)}checkHeight(){this._cell.checkHeight()}getTable(){return this._cell.table}_getSelf(){return this._cell}}class un extends te{constructor(e,t){super(e.table),this.table=e.table,this.column=e,this.row=t,this.element=null,this.value=null,this.initialValue,this.oldValue=null,this.modules={},this.height=null,this.width=null,this.minWidth=null,this.component=null,this.loaded=!1,this.build()}build(){this.generateElement(),this.setWidth(),this._configureCell(),this.setValueActual(this.column.getFieldValue(this.row.data)),this.initialValue=this.value}generateElement(){this.element=document.createElement("div"),this.element.className="tabulator-cell",this.element.setAttribute("role","gridcell"),this.column.isRowHeader&&this.element.classList.add("tabulator-row-header")}_configureCell(){var e=this.element,t=this.column.getField(),i={top:"flex-start",bottom:"flex-end",middle:"center"},a={left:"flex-start",right:"flex-end",center:"center"};if(e.style.textAlign=this.column.hozAlign,this.column.vertAlign&&(e.style.display="inline-flex",e.style.alignItems=i[this.column.vertAlign]||"",this.column.hozAlign&&(e.style.justifyContent=a[this.column.hozAlign]||"")),t&&e.setAttribute("tabulator-field",t),this.column.definition.cssClass){var n=this.column.definition.cssClass.split(" ");n.forEach(r=>{e.classList.add(r)})}this.dispatch("cell-init",this),this.column.visible||this.hide()}_generateContents(){var e;switch(e=this.chain("cell-format",this,null,()=>this.element.innerHTML=this.value),typeof e){case"object":if(e instanceof Node){for(;this.element.firstChild;)this.element.removeChild(this.element.firstChild);this.element.appendChild(e)}else this.element.innerHTML="",e!=null&&console.warn("Format Error - Formatter has returned a type of object, the only valid formatter object return is an instance of Node, the formatter returned:",e);break;case"undefined":this.element.innerHTML="";break;default:this.element.innerHTML=e}}cellRendered(){this.dispatch("cell-rendered",this)}getElement(e){return this.loaded||(this.loaded=!0,e||this.layoutElement()),this.element}getValue(){return this.value}getOldValue(){return this.oldValue}setValue(e,t,i){var a=this.setValueProcessData(e,t,i);a&&(this.dispatch("cell-value-updated",this),this.cellRendered(),this.column.definition.cellEdited&&this.column.definition.cellEdited.call(this.table,this.getComponent()),this.dispatchExternal("cellEdited",this.getComponent()),this.subscribedExternal("dataChanged")&&this.dispatchExternal("dataChanged",this.table.rowManager.getData()))}setValueProcessData(e,t,i){var a=!1;return(this.value!==e||i)&&(a=!0,t&&(e=this.chain("cell-value-changing",[this,e],null,e))),this.setValueActual(e),a&&this.dispatch("cell-value-changed",this),a}setValueActual(e){this.oldValue=this.value,this.value=e,this.dispatch("cell-value-save-before",this),this.column.setFieldValue(this.row.data,e),this.dispatch("cell-value-save-after",this),this.loaded&&this.layoutElement()}layoutElement(){this._generateContents(),this.dispatch("cell-layout",this)}setWidth(){this.width=this.column.width,this.element.style.width=this.column.widthStyled}clearWidth(){this.width="",this.element.style.width=""}getWidth(){return this.width||this.element.offsetWidth}setMinWidth(){this.minWidth=this.column.minWidth,this.element.style.minWidth=this.column.minWidthStyled}setMaxWidth(){this.maxWidth=this.column.maxWidth,this.element.style.maxWidth=this.column.maxWidthStyled}checkHeight(){this.row.reinitializeHeight()}clearHeight(){this.element.style.height="",this.height=null,this.dispatch("cell-height",this,"")}setHeight(){this.height=this.row.height,this.element.style.height=this.row.heightStyled,this.dispatch("cell-height",this,this.row.heightStyled)}getHeight(){return this.height||this.element.offsetHeight}show(){this.element.style.display=this.column.vertAlign?"inline-flex":""}hide(){this.element.style.display="none"}delete(){this.dispatch("cell-delete",this),!this.table.rowManager.redrawBlock&&this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.element=!1,this.column.deleteCell(this),this.row.deleteCell(this),this.calcs={}}getIndex(){return this.row.getCellIndex(this)}getComponent(){return this.component||(this.component=new OC(this)),this.component}}class jC{constructor(e){return this._column=e,this.type="ColumnComponent",new Proxy(this,{get:function(t,i,a){return typeof t[i]<"u"?t[i]:t._column.table.componentFunctionBinder.handle("column",t._column,i)}})}getElement(){return this._column.getElement()}getDefinition(){return this._column.getDefinition()}getField(){return this._column.getField()}getTitleDownload(){return this._column.getTitleDownload()}getCells(){var e=[];return this._column.cells.forEach(function(t){e.push(t.getComponent())}),e}isVisible(){return this._column.visible}show(){this._column.isGroup?this._column.columns.forEach(function(e){e.show()}):this._column.show()}hide(){this._column.isGroup?this._column.columns.forEach(function(e){e.hide()}):this._column.hide()}toggle(){this._column.visible?this.hide():this.show()}delete(){return this._column.delete()}getSubColumns(){var e=[];return this._column.columns.length&&this._column.columns.forEach(function(t){e.push(t.getComponent())}),e}getParentColumn(){return this._column.getParentComponent()}_getSelf(){return this._column}scrollTo(e,t){return this._column.table.columnManager.scrollToColumn(this._column,e,t)}getTable(){return this._column.table}move(e,t){var i=this._column.table.columnManager.findColumn(e);i?this._column.table.columnManager.moveColumn(this._column,i,t):console.warn("Move Error - No matching column found:",i)}getNextColumn(){var e=this._column.nextColumn();return e?e.getComponent():!1}getPrevColumn(){var e=this._column.prevColumn();return e?e.getComponent():!1}updateDefinition(e){return this._column.updateDefinition(e)}getWidth(){return this._column.getWidth()}setWidth(e){var t;return e===!0?t=this._column.reinitializeWidth(!0):t=this._column.setWidth(e),this._column.table.columnManager.rerenderColumns(!0),t}}var NC={title:void 0,field:void 0,columns:void 0,visible:void 0,hozAlign:void 0,vertAlign:void 0,width:void 0,minWidth:40,maxWidth:void 0,maxInitialWidth:void 0,cssClass:void 0,variableHeight:void 0,headerVertical:void 0,headerHozAlign:void 0,headerWordWrap:!1,editableTitle:void 0};const Uo=class Uo extends te{constructor(e,t,i){super(t.table),this.definition=e,this.parent=t,this.type="column",this.columns=[],this.cells=[],this.isGroup=!1,this.isRowHeader=i,this.element=this.createElement(),this.contentElement=!1,this.titleHolderElement=!1,this.titleElement=!1,this.groupElement=this.createGroupElement(),this.hozAlign="",this.vertAlign="",this.field="",this.fieldStructure="",this.getFieldValue="",this.setFieldValue="",this.titleDownload=null,this.titleFormatterRendered=!1,this.mapDefinitions(),this.setField(this.definition.field),this.modules={},this.width=null,this.widthStyled="",this.maxWidth=null,this.maxWidthStyled="",this.maxInitialWidth=null,this.minWidth=null,this.minWidthStyled="",this.widthFixed=!1,this.visible=!0,this.component=null,this.definition.columns?(this.isGroup=!0,this.definition.columns.forEach((a,n)=>{var r=new Uo(a,this);this.attachColumn(r)}),this.checkColumnVisibility()):t.registerColumnField(this),this._initialize()}createElement(){var e=document.createElement("div");switch(e.classList.add("tabulator-col"),e.setAttribute("role","columnheader"),e.setAttribute("aria-sort","none"),this.isRowHeader&&e.classList.add("tabulator-row-header"),this.table.options.columnHeaderVertAlign){case"middle":e.style.justifyContent="center";break;case"bottom":e.style.justifyContent="flex-end";break}return e}createGroupElement(){var e=document.createElement("div");return e.classList.add("tabulator-col-group-cols"),e}mapDefinitions(){var e=this.table.options.columnDefaults;if(e)for(let t in e)typeof this.definition[t]>"u"&&(this.definition[t]=e[t]);this.definition=this.table.columnManager.optionsList.generate(Uo.defaultOptionList,this.definition)}checkDefinition(){Object.keys(this.definition).forEach(e=>{Uo.defaultOptionList.indexOf(e)===-1&&console.warn("Invalid column definition option in '"+(this.field||this.definition.title)+"' column:",e)})}setField(e){this.field=e,this.fieldStructure=e?this.table.options.nestedFieldSeparator?e.split(this.table.options.nestedFieldSeparator):[e]:[],this.getFieldValue=this.fieldStructure.length>1?this._getNestedData:this._getFlatData,this.setFieldValue=this.fieldStructure.length>1?this._setNestedData:this._setFlatData}registerColumnPosition(e){this.parent.registerColumnPosition(e)}registerColumnField(e){this.parent.registerColumnField(e)}reRegisterPosition(){this.isGroup?this.columns.forEach(function(e){e.reRegisterPosition()}):this.registerColumnPosition(this)}_initialize(){for(var e=this.definition;this.element.firstChild;)this.element.removeChild(this.element.firstChild);e.headerVertical&&(this.element.classList.add("tabulator-col-vertical"),e.headerVertical==="flip"&&this.element.classList.add("tabulator-col-vertical-flip")),this.contentElement=this._buildColumnHeaderContent(),this.element.appendChild(this.contentElement),this.isGroup?this._buildGroupHeader():this._buildColumnHeader(),this.dispatch("column-init",this)}_buildColumnHeader(){var e=this.definition;if(this.dispatch("column-layout",this),typeof e.visible<"u"&&(e.visible?this.show(!0):this.hide(!0)),e.cssClass){var t=e.cssClass.split(" ");t.forEach(i=>{this.element.classList.add(i)})}e.field&&this.element.setAttribute("tabulator-field",e.field),this.setMinWidth(parseInt(e.minWidth)),e.maxInitialWidth&&(this.maxInitialWidth=parseInt(e.maxInitialWidth)),e.maxWidth&&this.setMaxWidth(parseInt(e.maxWidth)),this.reinitializeWidth(),this.hozAlign=this.definition.hozAlign,this.vertAlign=this.definition.vertAlign,this.titleElement.style.textAlign=this.definition.headerHozAlign}_buildColumnHeaderContent(){var e=document.createElement("div");return e.classList.add("tabulator-col-content"),this.titleHolderElement=document.createElement("div"),this.titleHolderElement.classList.add("tabulator-col-title-holder"),e.appendChild(this.titleHolderElement),this.titleElement=this._buildColumnHeaderTitle(),this.titleHolderElement.appendChild(this.titleElement),e}_buildColumnHeaderTitle(){var e=this.definition,t=document.createElement("div");if(t.classList.add("tabulator-col-title"),e.headerWordWrap&&t.classList.add("tabulator-col-title-wrap"),e.editableTitle){var i=document.createElement("input");i.classList.add("tabulator-title-editor"),i.addEventListener("click",a=>{a.stopPropagation(),i.focus()}),i.addEventListener("mousedown",a=>{a.stopPropagation()}),i.addEventListener("change",()=>{e.title=i.value,this.dispatchExternal("columnTitleChanged",this.getComponent())}),t.appendChild(i),e.field?this.langBind("columns|"+e.field,a=>{i.value=a||e.title||"&nbsp;"}):i.value=e.title||"&nbsp;"}else e.field?this.langBind("columns|"+e.field,a=>{this._formatColumnHeaderTitle(t,a||e.title||"&nbsp;")}):this._formatColumnHeaderTitle(t,e.title||"&nbsp;");return t}_formatColumnHeaderTitle(e,t){var i=this.chain("column-format",[this,t,e],null,()=>t);switch(typeof i){case"object":i instanceof Node?e.appendChild(i):(e.innerHTML="",console.warn("Format Error - Title formatter has returned a type of object, the only valid formatter object return is an instance of Node, the formatter returned:",i));break;case"undefined":e.innerHTML="";break;default:e.innerHTML=i}}_buildGroupHeader(){if(this.element.classList.add("tabulator-col-group"),this.element.setAttribute("role","columngroup"),this.element.setAttribute("aria-title",this.definition.title),this.definition.cssClass){var e=this.definition.cssClass.split(" ");e.forEach(t=>{this.element.classList.add(t)})}this.titleElement.style.textAlign=this.definition.headerHozAlign,this.element.appendChild(this.groupElement)}_getFlatData(e){return e[this.field]}_getNestedData(e){var t=e,i=this.fieldStructure,a=i.length,n;for(let r=0;r<a&&(t=t[i[r]],n=t,!!t);r++);return n}_setFlatData(e,t){this.field&&(e[this.field]=t)}_setNestedData(e,t){var i=e,a=this.fieldStructure,n=a.length;for(let r=0;r<n;r++)if(r==n-1)i[a[r]]=t;else{if(!i[a[r]])if(typeof t<"u")i[a[r]]={};else break;i=i[a[r]]}}attachColumn(e){this.groupElement?(this.columns.push(e),this.groupElement.appendChild(e.getElement()),e.columnRendered()):console.warn("Column Warning - Column being attached to another column instead of column group")}verticalAlign(e,t){var i=this.parent.isGroup?this.parent.getGroupElement().clientHeight:t||this.parent.getHeadersElement().clientHeight;this.element.style.height=i+"px",this.dispatch("column-height",this,this.element.style.height),this.isGroup&&(this.groupElement.style.minHeight=i-this.contentElement.offsetHeight+"px"),this.columns.forEach(function(a){a.verticalAlign(e)})}clearVerticalAlign(){this.element.style.paddingTop="",this.element.style.height="",this.element.style.minHeight="",this.groupElement.style.minHeight="",this.columns.forEach(function(e){e.clearVerticalAlign()}),this.dispatch("column-height",this,"")}getElement(){return this.element}getGroupElement(){return this.groupElement}getField(){return this.field}getTitleDownload(){return this.titleDownload}getFirstColumn(){return this.isGroup?this.columns.length?this.columns[0].getFirstColumn():!1:this}getLastColumn(){return this.isGroup?this.columns.length?this.columns[this.columns.length-1].getLastColumn():!1:this}getColumns(e){var t=[];return e?this.columns.forEach(i=>{t.push(i),t=t.concat(i.getColumns(!0))}):t=this.columns,t}getCells(){return this.cells}getTopColumn(){return this.parent.isGroup?this.parent.getTopColumn():this}getDefinition(e){var t=[];return this.isGroup&&e&&(this.columns.forEach(function(i){t.push(i.getDefinition(!0))}),this.definition.columns=t),this.definition}checkColumnVisibility(){var e=!1;this.columns.forEach(function(t){t.visible&&(e=!0)}),e?(this.show(),this.dispatchExternal("columnVisibilityChanged",this.getComponent(),!1)):this.hide()}show(e,t){this.visible||(this.visible=!0,this.element.style.display="",this.parent.isGroup&&this.parent.checkColumnVisibility(),this.cells.forEach(function(i){i.show()}),!this.isGroup&&this.width===null&&this.reinitializeWidth(),this.table.columnManager.verticalAlignHeaders(),this.dispatch("column-show",this,t),e||this.dispatchExternal("columnVisibilityChanged",this.getComponent(),!0),this.parent.isGroup&&this.parent.matchChildWidths(),this.silent||this.table.columnManager.rerenderColumns())}hide(e,t){this.visible&&(this.visible=!1,this.element.style.display="none",this.table.columnManager.verticalAlignHeaders(),this.parent.isGroup&&this.parent.checkColumnVisibility(),this.cells.forEach(function(i){i.hide()}),this.dispatch("column-hide",this,t),e||this.dispatchExternal("columnVisibilityChanged",this.getComponent(),!1),this.parent.isGroup&&this.parent.matchChildWidths(),this.silent||this.table.columnManager.rerenderColumns())}matchChildWidths(){var e=0;this.contentElement&&this.columns.length&&(this.columns.forEach(function(t){t.visible&&(e+=t.getWidth())}),this.contentElement.style.maxWidth=e-1+"px",this.table.initialized&&(this.element.style.width=e+"px"),this.parent.isGroup&&this.parent.matchChildWidths())}removeChild(e){var t=this.columns.indexOf(e);t>-1&&this.columns.splice(t,1),this.columns.length||this.delete()}setWidth(e){this.widthFixed=!0,this.setWidthActual(e)}setWidthActual(e){isNaN(e)&&(e=Math.floor(this.table.element.clientWidth/100*parseInt(e))),e=Math.max(this.minWidth,e),this.maxWidth&&(e=Math.min(this.maxWidth,e)),this.width=e,this.widthStyled=e?e+"px":"",this.element.style.width=this.widthStyled,this.isGroup||this.cells.forEach(function(t){t.setWidth()}),this.parent.isGroup&&this.parent.matchChildWidths(),this.dispatch("column-width",this),this.subscribedExternal("columnWidth")&&this.dispatchExternal("columnWidth",this.getComponent())}checkCellHeights(){var e=[];this.cells.forEach(function(t){t.row.heightInitialized&&(t.row.getElement().offsetParent!==null?(e.push(t.row),t.row.clearCellHeight()):t.row.heightInitialized=!1)}),e.forEach(function(t){t.calcHeight()}),e.forEach(function(t){t.setCellHeight()})}getWidth(){var e=0;return this.isGroup?this.columns.forEach(function(t){t.visible&&(e+=t.getWidth())}):e=this.width,e}getLeftOffset(){var e=this.element.offsetLeft;return this.parent.isGroup&&(e+=this.parent.getLeftOffset()),e}getHeight(){return Math.ceil(this.element.getBoundingClientRect().height)}setMinWidth(e){this.maxWidth&&e>this.maxWidth&&(e=this.maxWidth,console.warn("the minWidth ("+e+"px) for column '"+this.field+"' cannot be bigger that its maxWidth ("+this.maxWidthStyled+")")),this.minWidth=e,this.minWidthStyled=e?e+"px":"",this.element.style.minWidth=this.minWidthStyled,this.cells.forEach(function(t){t.setMinWidth()})}setMaxWidth(e){this.minWidth&&e<this.minWidth&&(e=this.minWidth,console.warn("the maxWidth ("+e+"px) for column '"+this.field+"' cannot be smaller that its minWidth ("+this.minWidthStyled+")")),this.maxWidth=e,this.maxWidthStyled=e?e+"px":"",this.element.style.maxWidth=this.maxWidthStyled,this.cells.forEach(function(t){t.setMaxWidth()})}delete(){return new Promise((e,t)=>{this.isGroup&&this.columns.forEach(function(a){a.delete()}),this.dispatch("column-delete",this);var i=this.cells.length;for(let a=0;a<i;a++)this.cells[0].delete();this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.element=!1,this.contentElement=!1,this.titleElement=!1,this.groupElement=!1,this.parent.isGroup&&this.parent.removeChild(this),this.table.columnManager.deregisterColumn(this),this.table.columnManager.rerenderColumns(!0),this.dispatch("column-deleted",this),e()})}columnRendered(){this.titleFormatterRendered&&this.titleFormatterRendered(),this.dispatch("column-rendered",this)}generateCell(e){var t=new un(this,e);return this.cells.push(t),t}nextColumn(){var e=this.table.columnManager.findColumnIndex(this);return e>-1?this._nextVisibleColumn(e+1):!1}_nextVisibleColumn(e){var t=this.table.columnManager.getColumnByIndex(e);return!t||t.visible?t:this._nextVisibleColumn(e+1)}prevColumn(){var e=this.table.columnManager.findColumnIndex(this);return e>-1?this._prevVisibleColumn(e-1):!1}_prevVisibleColumn(e){var t=this.table.columnManager.getColumnByIndex(e);return!t||t.visible?t:this._prevVisibleColumn(e-1)}reinitializeWidth(e){this.widthFixed=!1,typeof this.definition.width<"u"&&!e&&this.setWidth(this.definition.width),this.dispatch("column-width-fit-before",this),this.fitToData(e),this.dispatch("column-width-fit-after",this)}fitToData(e){if(!this.isGroup){this.widthFixed||(this.element.style.width="",this.cells.forEach(a=>{a.clearWidth()}));var t=this.element.offsetWidth;if((!this.width||!this.widthFixed)&&(this.cells.forEach(a=>{var n=a.getWidth();n>t&&(t=n)}),t)){var i=t+1;e?this.setWidth(i):(this.maxInitialWidth&&!e&&(i=Math.min(i,this.maxInitialWidth)),this.setWidthActual(i))}}}updateDefinition(e){var t;return this.isGroup||this.parent.isGroup?(console.error("Column Update Error - The updateDefinition function is only available on ungrouped columns"),Promise.reject("Column Update Error - The updateDefinition function is only available on columns, not column groups")):(t=Object.assign({},this.getDefinition()),t=Object.assign(t,e),this.table.columnManager.addColumn(t,!1,this).then(i=>(t.field==this.field&&(this.field=!1),this.delete().then(()=>i.getComponent()))))}deleteCell(e){var t=this.cells.indexOf(e);t>-1&&this.cells.splice(t,1)}getComponent(){return this.component||(this.component=new jC(this)),this.component}getPosition(){return this.table.columnManager.getVisibleColumnsByIndex().indexOf(this)+1}getParentComponent(){return this.parent instanceof Uo?this.parent.getComponent():!1}};E(Uo,"defaultOptionList",NC);let tt=Uo;class Rn{constructor(e){return this._row=e,new Proxy(this,{get:function(t,i,a){return typeof t[i]<"u"?t[i]:t._row.table.componentFunctionBinder.handle("row",t._row,i)}})}getData(e){return this._row.getData(e)}getElement(){return this._row.getElement()}getCells(){var e=[];return this._row.getCells().forEach(function(t){e.push(t.getComponent())}),e}getCell(e){var t=this._row.getCell(e);return t?t.getComponent():!1}getIndex(){return this._row.getData("data")[this._row.table.options.index]}getPosition(){return this._row.getPosition()}watchPosition(e){return this._row.watchPosition(e)}delete(){return this._row.delete()}scrollTo(e,t){return this._row.table.rowManager.scrollToRow(this._row,e,t)}move(e,t){this._row.moveToRow(e,t)}update(e){return this._row.updateData(e)}normalizeHeight(){this._row.normalizeHeight(!0)}_getSelf(){return this._row}reformat(){return this._row.reinitialize()}getTable(){return this._row.table}getNextRow(){var e=this._row.nextRow();return e&&e.getComponent()}getPrevRow(){var e=this._row.prevRow();return e&&e.getComponent()}}class oe extends te{constructor(e,t,i="row"){super(t.table),this.parent=t,this.data={},this.type=i,this.element=!1,this.modules={},this.cells=[],this.height=0,this.heightStyled="",this.manualHeight=!1,this.outerHeight=0,this.initialized=!1,this.heightInitialized=!1,this.position=0,this.positionWatchers=[],this.component=null,this.created=!1,this.setData(e)}create(){this.created||(this.created=!0,this.generateElement())}createElement(){var e=document.createElement("div");e.classList.add("tabulator-row"),e.setAttribute("role","row"),this.element=e}getElement(){return this.create(),this.element}detachElement(){this.element&&this.element.parentNode&&this.element.parentNode.removeChild(this.element)}generateElement(){this.createElement(),this.dispatch("row-init",this)}generateCells(){this.cells=this.table.columnManager.generateCells(this)}initialize(e,t){if(this.create(),!this.initialized||e){for(this.deleteCells();this.element.firstChild;)this.element.removeChild(this.element.firstChild);this.dispatch("row-layout-before",this),this.generateCells(),this.initialized=!0,this.table.columnManager.renderer.renderRowCells(this,t),e&&this.normalizeHeight(),this.dispatch("row-layout",this),this.table.options.rowFormatter&&this.table.options.rowFormatter(this.getComponent()),this.dispatch("row-layout-after",this)}else this.table.columnManager.renderer.rerenderRowCells(this,t)}rendered(){this.cells.forEach(e=>{e.cellRendered()})}reinitializeHeight(){this.heightInitialized=!1,this.element&&this.element.offsetParent!==null&&this.normalizeHeight(!0)}deinitialize(){this.initialized=!1}deinitializeHeight(){this.heightInitialized=!1}reinitialize(e){this.initialized=!1,this.heightInitialized=!1,this.manualHeight||(this.height=0,this.heightStyled=""),this.element&&this.element.offsetParent!==null&&this.initialize(!0),this.dispatch("row-relayout",this)}calcHeight(e){var t=0,i=0;this.table.options.rowHeight?this.height=this.table.options.rowHeight:(i=this.calcMinHeight(),t=this.calcMaxHeight(),e?this.height=Math.max(t,i):this.height=this.manualHeight?this.height:Math.max(t,i)),this.heightStyled=this.height?this.height+"px":"",this.outerHeight=this.element.offsetHeight}calcMinHeight(){return this.table.options.resizableRows?this.element.clientHeight:0}calcMaxHeight(){var e=0;return this.cells.forEach(function(t){var i=t.getHeight();i>e&&(e=i)}),e}setCellHeight(){this.cells.forEach(function(e){e.setHeight()}),this.heightInitialized=!0}clearCellHeight(){this.cells.forEach(function(e){e.clearHeight()})}normalizeHeight(e){e&&!this.table.options.rowHeight&&this.clearCellHeight(),this.calcHeight(e),this.setCellHeight()}setHeight(e,t){(this.height!=e||t)&&(this.manualHeight=!0,this.height=e,this.heightStyled=e?e+"px":"",this.setCellHeight(),this.outerHeight=this.element.offsetHeight,this.subscribedExternal("rowHeight")&&this.dispatchExternal("rowHeight",this.getComponent()))}getHeight(){return this.outerHeight}getWidth(){return this.element.offsetWidth}deleteCell(e){var t=this.cells.indexOf(e);t>-1&&this.cells.splice(t,1)}setData(e){this.data=this.chain("row-data-init-before",[this,e],void 0,e),this.dispatch("row-data-init-after",this)}updateData(e){var t=this.element&&Y.elVisible(this.element),i={},a;return new Promise((n,r)=>{typeof e=="string"&&(e=JSON.parse(e)),this.dispatch("row-data-save-before",this),this.subscribed("row-data-changing")&&(i=Object.assign(i,this.data),i=Object.assign(i,e)),a=this.chain("row-data-changing",[this,i,e],null,e);for(let l in a)this.data[l]=a[l];this.dispatch("row-data-save-after",this);for(let l in e)this.table.columnManager.getColumnsByFieldRoot(l).forEach(d=>{let u=this.getCell(d.getField());if(u){let p=d.getFieldValue(a);u.getValue()!==p&&(u.setValueProcessData(p),t&&u.cellRendered())}});t?(this.normalizeHeight(!0),this.table.options.rowFormatter&&this.table.options.rowFormatter(this.getComponent())):(this.initialized=!1,this.height=0,this.heightStyled=""),this.dispatch("row-data-changed",this,t,e),this.dispatchExternal("rowUpdated",this.getComponent()),this.subscribedExternal("dataChanged")&&this.dispatchExternal("dataChanged",this.table.rowManager.getData()),n()})}getData(e){return e?this.chain("row-data-retrieve",[this,e],null,this.data):this.data}getCell(e){var t=!1;return e=this.table.columnManager.findColumn(e),!this.initialized&&this.cells.length===0&&this.generateCells(),t=this.cells.find(function(i){return i.column===e}),t}getCellIndex(e){return this.cells.findIndex(function(t){return t===e})}findCell(e){return this.cells.find(t=>t.element===e)}getCells(){return!this.initialized&&this.cells.length===0&&this.generateCells(),this.cells}nextRow(){var e=this.table.rowManager.nextDisplayRow(this,!0);return e||!1}prevRow(){var e=this.table.rowManager.prevDisplayRow(this,!0);return e||!1}moveToRow(e,t){var i=this.table.rowManager.findRow(e);i?(this.table.rowManager.moveRowActual(this,i,!t),this.table.rowManager.refreshActiveData("display",!1,!0)):console.warn("Move Error - No matching row found:",e)}delete(){return this.dispatch("row-delete",this),this.deleteActual(),Promise.resolve()}deleteActual(e){this.detachModules(),this.table.rowManager.deleteRow(this,e),this.deleteCells(),this.initialized=!1,this.heightInitialized=!1,this.element=!1,this.dispatch("row-deleted",this)}detachModules(){this.dispatch("row-deleting",this)}deleteCells(){var e=this.cells.length;for(let t=0;t<e;t++)this.cells[0].delete()}wipe(){if(this.detachModules(),this.deleteCells(),this.element){for(;this.element.firstChild;)this.element.removeChild(this.element.firstChild);this.element.parentNode&&this.element.parentNode.removeChild(this.element)}this.element=!1,this.modules={}}isDisplayed(){return this.table.rowManager.getDisplayRows().includes(this)}getPosition(){return this.isDisplayed()?this.position:!1}setPosition(e){e!=this.position&&(this.position=e,this.positionWatchers.forEach(t=>{t(this.position)}))}watchPosition(e){this.positionWatchers.push(e),e(this.position)}getGroup(){return this.modules.group||!1}getComponent(){return this.component||(this.component=new Rn(this)),this.component}}var nS={avg:function(o,e,t){var i=0,a=typeof t.precision<"u"?t.precision:2;return o.length&&(i=o.reduce(function(n,r){return Number(n)+Number(r)}),i=i/o.length,i=a!==!1?i.toFixed(a):i),parseFloat(i).toString()},max:function(o,e,t){var i=null,a=typeof t.precision<"u"?t.precision:!1;return o.forEach(function(n){n=Number(n),(n>i||i===null)&&(i=n)}),i!==null?a!==!1?i.toFixed(a):i:""},min:function(o,e,t){var i=null,a=typeof t.precision<"u"?t.precision:!1;return o.forEach(function(n){n=Number(n),(n<i||i===null)&&(i=n)}),i!==null?a!==!1?i.toFixed(a):i:""},sum:function(o,e,t){var i=0,a=typeof t.precision<"u"?t.precision:!1;return o.length&&o.forEach(function(n){n=Number(n),i+=isNaN(n)?0:Number(n)}),a!==!1?i.toFixed(a):i},concat:function(o,e,t){var i=0;return o.length&&(i=o.reduce(function(a,n){return String(a)+String(n)})),i},count:function(o,e,t){var i=0;return o.length&&o.forEach(function(a){a&&i++}),i},unique:function(o,e,t){var i=o.filter((a,n)=>(o||a===0)&&o.indexOf(a)===n);return i.length}};const Xe=class Xe extends q{constructor(e){super(e),this.topCalcs=[],this.botCalcs=[],this.genColumn=!1,this.topElement=this.createElement(),this.botElement=this.createElement(),this.topRow=!1,this.botRow=!1,this.topInitialized=!1,this.botInitialized=!1,this.blocked=!1,this.recalcAfterBlock=!1,this.registerTableOption("columnCalcs",!0),this.registerColumnOption("topCalc"),this.registerColumnOption("topCalcParams"),this.registerColumnOption("topCalcFormatter"),this.registerColumnOption("topCalcFormatterParams"),this.registerColumnOption("bottomCalc"),this.registerColumnOption("bottomCalcParams"),this.registerColumnOption("bottomCalcFormatter"),this.registerColumnOption("bottomCalcFormatterParams")}createElement(){var e=document.createElement("div");return e.classList.add("tabulator-calcs-holder"),e}initialize(){this.genColumn=new tt({field:"value"},this),this.subscribe("cell-value-changed",this.cellValueChanged.bind(this)),this.subscribe("column-init",this.initializeColumnCheck.bind(this)),this.subscribe("row-deleted",this.rowsUpdated.bind(this)),this.subscribe("scroll-horizontal",this.scrollHorizontal.bind(this)),this.subscribe("row-added",this.rowsUpdated.bind(this)),this.subscribe("column-moved",this.recalcActiveRows.bind(this)),this.subscribe("column-add",this.recalcActiveRows.bind(this)),this.subscribe("data-refreshed",this.recalcActiveRowsRefresh.bind(this)),this.subscribe("table-redraw",this.tableRedraw.bind(this)),this.subscribe("rows-visible",this.visibleRows.bind(this)),this.subscribe("scrollbar-vertical",this.adjustForScrollbar.bind(this)),this.subscribe("redraw-blocked",this.blockRedraw.bind(this)),this.subscribe("redraw-restored",this.restoreRedraw.bind(this)),this.subscribe("table-redrawing",this.resizeHolderWidth.bind(this)),this.subscribe("column-resized",this.resizeHolderWidth.bind(this)),this.subscribe("column-show",this.resizeHolderWidth.bind(this)),this.subscribe("column-hide",this.resizeHolderWidth.bind(this)),this.registerTableFunction("getCalcResults",this.getResults.bind(this)),this.registerTableFunction("recalc",this.userRecalc.bind(this)),this.resizeHolderWidth()}resizeHolderWidth(){this.topElement.style.minWidth=this.table.columnManager.headersElement.offsetWidth+"px"}tableRedraw(e){this.recalc(this.table.rowManager.activeRows),e&&this.redraw()}blockRedraw(){this.blocked=!0,this.recalcAfterBlock=!1}restoreRedraw(){this.blocked=!1,this.recalcAfterBlock&&(this.recalcAfterBlock=!1,this.recalcActiveRowsRefresh())}userRecalc(){this.recalc(this.table.rowManager.activeRows)}blockCheck(){return this.blocked&&(this.recalcAfterBlock=!0),this.blocked}visibleRows(e,t){return this.topRow&&t.unshift(this.topRow),this.botRow&&t.push(this.botRow),t}rowsUpdated(e){this.table.options.groupBy?this.recalcRowGroup(e):this.recalcActiveRows()}recalcActiveRowsRefresh(){this.table.options.groupBy&&this.table.options.dataTreeStartExpanded&&this.table.options.dataTree?this.recalcAll():this.recalcActiveRows()}recalcActiveRows(){this.recalc(this.table.rowManager.activeRows)}cellValueChanged(e){(e.column.definition.topCalc||e.column.definition.bottomCalc)&&(this.table.options.groupBy?((this.table.options.columnCalcs=="table"||this.table.options.columnCalcs=="both")&&this.recalcActiveRows(),this.table.options.columnCalcs!="table"&&this.recalcRowGroup(e.row)):this.recalcActiveRows())}initializeColumnCheck(e){(e.definition.topCalc||e.definition.bottomCalc)&&this.initializeColumn(e)}initializeColumn(e){var t=e.definition,i={topCalcParams:t.topCalcParams||{},botCalcParams:t.bottomCalcParams||{}};if(t.topCalc){switch(typeof t.topCalc){case"string":Xe.calculations[t.topCalc]?i.topCalc=Xe.calculations[t.topCalc]:console.warn("Column Calc Error - No such calculation found, ignoring: ",t.topCalc);break;case"function":i.topCalc=t.topCalc;break}i.topCalc&&(e.modules.columnCalcs=i,this.topCalcs.push(e),this.table.options.columnCalcs!="group"&&this.initializeTopRow())}if(t.bottomCalc){switch(typeof t.bottomCalc){case"string":Xe.calculations[t.bottomCalc]?i.botCalc=Xe.calculations[t.bottomCalc]:console.warn("Column Calc Error - No such calculation found, ignoring: ",t.bottomCalc);break;case"function":i.botCalc=t.bottomCalc;break}i.botCalc&&(e.modules.columnCalcs=i,this.botCalcs.push(e),this.table.options.columnCalcs!="group"&&this.initializeBottomRow())}}registerColumnField(){}removeCalcs(){var e=!1;this.topInitialized&&(this.topInitialized=!1,this.topElement.parentNode.removeChild(this.topElement),e=!0),this.botInitialized&&(this.botInitialized=!1,this.footerRemove(this.botElement),e=!0),e&&this.table.rowManager.adjustTableSize()}reinitializeCalcs(){this.topCalcs.length&&this.initializeTopRow(),this.botCalcs.length&&this.initializeBottomRow()}initializeTopRow(){var e=document.createDocumentFragment();this.topInitialized||(e.appendChild(document.createElement("br")),e.appendChild(this.topElement),this.table.columnManager.getContentsElement().insertBefore(e,this.table.columnManager.headersElement.nextSibling),this.topInitialized=!0)}initializeBottomRow(){this.botInitialized||(this.footerPrepend(this.botElement),this.botInitialized=!0)}scrollHorizontal(e){this.botInitialized&&this.botRow&&(this.botElement.scrollLeft=e)}recalc(e){var t,i;if(!this.blockCheck()&&(this.topInitialized||this.botInitialized)){if(t=this.rowsToData(e),this.topInitialized){for(this.topRow&&this.topRow.deleteCells(),i=this.generateRow("top",t),this.topRow=i;this.topElement.firstChild;)this.topElement.removeChild(this.topElement.firstChild);this.topElement.appendChild(i.getElement()),i.initialize(!0)}if(this.botInitialized){for(this.botRow&&this.botRow.deleteCells(),i=this.generateRow("bottom",t),this.botRow=i;this.botElement.firstChild;)this.botElement.removeChild(this.botElement.firstChild);this.botElement.appendChild(i.getElement()),i.initialize(!0)}this.table.rowManager.adjustTableSize(),this.table.modExists("frozenColumns")&&this.table.modules.frozenColumns.layout()}}recalcRowGroup(e){this.recalcGroup(this.table.modules.groupRows.getRowGroup(e))}recalcAll(){if((this.topCalcs.length||this.botCalcs.length)&&(this.table.options.columnCalcs!=="group"&&this.recalcActiveRows(),this.table.options.groupBy&&this.table.options.columnCalcs!=="table")){var e=this.table.modules.groupRows.getChildGroups();e.forEach(t=>{this.recalcGroup(t)})}}recalcGroup(e){var t,i;this.blockCheck()||e&&e.calcs&&(e.calcs.bottom&&(t=this.rowsToData(e.rows),i=this.generateRowData("bottom",t),e.calcs.bottom.updateData(i),e.calcs.bottom.reinitialize()),e.calcs.top&&(t=this.rowsToData(e.rows),i=this.generateRowData("top",t),e.calcs.top.updateData(i),e.calcs.top.reinitialize()))}generateTopRow(e){return this.generateRow("top",this.rowsToData(e))}generateBottomRow(e){return this.generateRow("bottom",this.rowsToData(e))}rowsToData(e){var t=[],i=this.table.options.dataTree&&this.table.options.dataTreeChildColumnCalcs,a=this.table.modules.dataTree;return e.forEach(n=>{var r;t.push(n.getData()),i&&((r=n.modules.dataTree)!=null&&r.open)&&this.rowsToData(a.getFilteredTreeChildren(n)).forEach(l=>{t.push(n)})}),t}generateRow(e,t){var i=this.generateRowData(e,t),a;return this.table.modExists("mutator")&&this.table.modules.mutator.disable(),a=new oe(i,this,"calc"),this.table.modExists("mutator")&&this.table.modules.mutator.enable(),a.getElement().classList.add("tabulator-calcs","tabulator-calcs-"+e),a.component=!1,a.getComponent=()=>(a.component||(a.component=new oS(a)),a.component),a.generateCells=()=>{var n=[];this.table.columnManager.columnsByIndex.forEach(r=>{this.genColumn.setField(r.getField()),this.genColumn.hozAlign=r.hozAlign,r.definition[e+"CalcFormatter"]&&this.table.modExists("format")?this.genColumn.modules.format={formatter:this.table.modules.format.lookupFormatter(r.definition[e+"CalcFormatter"]),params:r.definition[e+"CalcFormatterParams"]||{}}:this.genColumn.modules.format={formatter:this.table.modules.format.lookupFormatter("plaintext"),params:{}},this.genColumn.definition.cssClass=r.definition.cssClass;var l=new un(this.genColumn,a);l.getElement(),l.column=r,l.setWidth(),r.cells.push(l),n.push(l),r.visible||l.hide()}),a.cells=n},a}generateRowData(e,t){var i={},a=e=="top"?this.topCalcs:this.botCalcs,n=e=="top"?"topCalc":"botCalc",r,l;return a.forEach(function(h){var d=[];h.modules.columnCalcs&&h.modules.columnCalcs[n]&&(t.forEach(function(u){d.push(h.getFieldValue(u))}),l=n+"Params",r=typeof h.modules.columnCalcs[l]=="function"?h.modules.columnCalcs[l](d,t):h.modules.columnCalcs[l],h.setFieldValue(i,h.modules.columnCalcs[n](d,t,r)))}),i}hasTopCalcs(){return!!this.topCalcs.length}hasBottomCalcs(){return!!this.botCalcs.length}redraw(){this.topRow&&this.topRow.normalizeHeight(!0),this.botRow&&this.botRow.normalizeHeight(!0)}getResults(){var e={},t;return this.table.options.groupBy&&this.table.modExists("groupRows")?(t=this.table.modules.groupRows.getGroups(!0),t.forEach(i=>{e[i.getKey()]=this.getGroupResults(i)})):e={top:this.topRow?this.topRow.getData():{},bottom:this.botRow?this.botRow.getData():{}},e}getGroupResults(e){var t=e._getSelf(),i=e.getSubGroups(),a={},n={};return i.forEach(r=>{a[r.getKey()]=this.getGroupResults(r)}),n={top:t.calcs.top?t.calcs.top.getData():{},bottom:t.calcs.bottom?t.calcs.bottom.getData():{},groups:a},n}adjustForScrollbar(e){this.botRow&&(this.table.rtl?this.botElement.style.paddingLeft=e+"px":this.botElement.style.paddingRight=e+"px")}};E(Xe,"moduleName","columnCalcs"),E(Xe,"calculations",nS);let g9=Xe;class _C extends q{constructor(e){super(e),this.indent=10,this.field="",this.collapseEl=null,this.expandEl=null,this.branchEl=null,this.elementField=!1,this.startOpen=function(){},this.registerTableOption("dataTree",!1),this.registerTableOption("dataTreeFilter",!0),this.registerTableOption("dataTreeSort",!0),this.registerTableOption("dataTreeElementColumn",!1),this.registerTableOption("dataTreeBranchElement",!0),this.registerTableOption("dataTreeChildIndent",9),this.registerTableOption("dataTreeChildField","_children"),this.registerTableOption("dataTreeCollapseElement",!1),this.registerTableOption("dataTreeExpandElement",!1),this.registerTableOption("dataTreeStartExpanded",!1),this.registerTableOption("dataTreeChildColumnCalcs",!1),this.registerTableOption("dataTreeSelectPropagate",!1),this.registerComponentFunction("row","treeCollapse",this.collapseRow.bind(this)),this.registerComponentFunction("row","treeExpand",this.expandRow.bind(this)),this.registerComponentFunction("row","treeToggle",this.toggleRow.bind(this)),this.registerComponentFunction("row","getTreeParent",this.getTreeParent.bind(this)),this.registerComponentFunction("row","getTreeChildren",this.getRowChildren.bind(this)),this.registerComponentFunction("row","addTreeChild",this.addTreeChildRow.bind(this)),this.registerComponentFunction("row","isTreeExpanded",this.isRowExpanded.bind(this))}initialize(){if(this.table.options.dataTree){var e=null,t=this.table.options;switch(this.field=t.dataTreeChildField,this.indent=t.dataTreeChildIndent,this.options("movableRows")&&console.warn("The movableRows option is not available with dataTree enabled, moving of child rows could result in unpredictable behavior"),t.dataTreeBranchElement?t.dataTreeBranchElement===!0?(this.branchEl=document.createElement("div"),this.branchEl.classList.add("tabulator-data-tree-branch")):typeof t.dataTreeBranchElement=="string"?(e=document.createElement("div"),e.innerHTML=t.dataTreeBranchElement,this.branchEl=e.firstChild):this.branchEl=t.dataTreeBranchElement:(this.branchEl=document.createElement("div"),this.branchEl.classList.add("tabulator-data-tree-branch-empty")),t.dataTreeCollapseElement?typeof t.dataTreeCollapseElement=="string"?(e=document.createElement("div"),e.innerHTML=t.dataTreeCollapseElement,this.collapseEl=e.firstChild):this.collapseEl=t.dataTreeCollapseElement:(this.collapseEl=document.createElement("div"),this.collapseEl.classList.add("tabulator-data-tree-control"),this.collapseEl.tabIndex=0,this.collapseEl.innerHTML="<div class='tabulator-data-tree-control-collapse'></div>"),t.dataTreeExpandElement?typeof t.dataTreeExpandElement=="string"?(e=document.createElement("div"),e.innerHTML=t.dataTreeExpandElement,this.expandEl=e.firstChild):this.expandEl=t.dataTreeExpandElement:(this.expandEl=document.createElement("div"),this.expandEl.classList.add("tabulator-data-tree-control"),this.expandEl.tabIndex=0,this.expandEl.innerHTML="<div class='tabulator-data-tree-control-expand'></div>"),typeof t.dataTreeStartExpanded){case"boolean":this.startOpen=function(i,a){return t.dataTreeStartExpanded};break;case"function":this.startOpen=t.dataTreeStartExpanded;break;default:this.startOpen=function(i,a){return t.dataTreeStartExpanded[a]};break}this.subscribe("row-init",this.initializeRow.bind(this)),this.subscribe("row-layout-after",this.layoutRow.bind(this)),this.subscribe("row-deleting",this.rowDeleting.bind(this)),this.subscribe("row-deleted",this.rowDelete.bind(this),0),this.subscribe("row-data-changed",this.rowDataChanged.bind(this),10),this.subscribe("cell-value-updated",this.cellValueChanged.bind(this)),this.subscribe("edit-cancelled",this.cellValueChanged.bind(this)),this.subscribe("column-moving-rows",this.columnMoving.bind(this)),this.subscribe("table-built",this.initializeElementField.bind(this)),this.subscribe("table-redrawing",this.tableRedrawing.bind(this)),this.registerDisplayHandler(this.getRows.bind(this),30)}}tableRedrawing(e){var t;e&&(t=this.table.rowManager.getRows(),t.forEach(i=>{this.reinitializeRowChildren(i)}))}initializeElementField(){var e=this.table.columnManager.getFirstVisibleColumn();this.elementField=this.table.options.dataTreeElementColumn||(e?e.field:!1)}getRowChildren(e){return this.getTreeChildren(e,!0)}columnMoving(){var e=[];return this.table.rowManager.rows.forEach(t=>{e=e.concat(this.getTreeChildren(t,!1,!0))}),e}rowDataChanged(e,t,i){this.redrawNeeded(i)&&(this.initializeRow(e),t&&(this.layoutRow(e),this.refreshData(!0)))}cellValueChanged(e){var t=e.column.getField();t===this.elementField&&this.layoutRow(e.row)}initializeRow(e){var t=e.getData()[this.field],i=Array.isArray(t),a=i||!i&&typeof t=="object"&&t!==null;!a&&e.modules.dataTree&&e.modules.dataTree.branchEl&&e.modules.dataTree.branchEl.parentNode.removeChild(e.modules.dataTree.branchEl),!a&&e.modules.dataTree&&e.modules.dataTree.controlEl&&e.modules.dataTree.controlEl.parentNode.removeChild(e.modules.dataTree.controlEl),e.modules.dataTree={index:e.modules.dataTree?e.modules.dataTree.index:0,open:a?e.modules.dataTree?e.modules.dataTree.open:this.startOpen(e.getComponent(),0):!1,controlEl:e.modules.dataTree&&a?e.modules.dataTree.controlEl:!1,branchEl:e.modules.dataTree&&a?e.modules.dataTree.branchEl:!1,parent:e.modules.dataTree?e.modules.dataTree.parent:!1,children:a}}reinitializeRowChildren(e){var t=this.getTreeChildren(e,!1,!0);t.forEach(function(i){i.reinitialize(!0)})}layoutRow(e){var t=this.elementField?e.getCell(this.elementField):e.getCells()[0],i=t.getElement(),a=e.modules.dataTree;a.branchEl&&(a.branchEl.parentNode&&a.branchEl.parentNode.removeChild(a.branchEl),a.branchEl=!1),a.controlEl&&(a.controlEl.parentNode&&a.controlEl.parentNode.removeChild(a.controlEl),a.controlEl=!1),this.generateControlElement(e,i),e.getElement().classList.add("tabulator-tree-level-"+a.index),a.index&&(this.branchEl?(a.branchEl=this.branchEl.cloneNode(!0),i.insertBefore(a.branchEl,i.firstChild),this.table.rtl?a.branchEl.style.marginRight=(a.branchEl.offsetWidth+a.branchEl.style.marginLeft)*(a.index-1)+a.index*this.indent+"px":a.branchEl.style.marginLeft=(a.branchEl.offsetWidth+a.branchEl.style.marginRight)*(a.index-1)+a.index*this.indent+"px"):this.table.rtl?i.style.paddingRight=parseInt(window.getComputedStyle(i,null).getPropertyValue("padding-right"))+a.index*this.indent+"px":i.style.paddingLeft=parseInt(window.getComputedStyle(i,null).getPropertyValue("padding-left"))+a.index*this.indent+"px")}generateControlElement(e,t){var i=e.modules.dataTree,a=i.controlEl;t=t||e.getCells()[0].getElement(),i.children!==!1&&(i.open?(i.controlEl=this.collapseEl.cloneNode(!0),i.controlEl.addEventListener("click",n=>{n.stopPropagation(),this.collapseRow(e)})):(i.controlEl=this.expandEl.cloneNode(!0),i.controlEl.addEventListener("click",n=>{n.stopPropagation(),this.expandRow(e)})),i.controlEl.addEventListener("mousedown",n=>{n.stopPropagation()}),a&&a.parentNode===t?a.parentNode.replaceChild(i.controlEl,a):t.insertBefore(i.controlEl,t.firstChild))}getRows(e){var t=[];return e.forEach((i,a)=>{var n,r;t.push(i),i instanceof oe&&(i.create(),n=i.modules.dataTree,!n.index&&n.children!==!1&&(r=this.getChildren(i,!1,!0),r.forEach(l=>{l.create(),t.push(l)})))}),t}getChildren(e,t,i){var a=e.modules.dataTree,n=[],r=[];return a.children!==!1&&(a.open||t)&&(Array.isArray(a.children)||(a.children=this.generateChildren(e)),this.table.modExists("filter")&&this.table.options.dataTreeFilter?n=this.table.modules.filter.filter(a.children):n=a.children,this.table.modExists("sort")&&this.table.options.dataTreeSort&&this.table.modules.sort.sort(n,i),n.forEach(l=>{r.push(l);var h=this.getChildren(l,!1,!0);h.forEach(d=>{r.push(d)})})),r}generateChildren(e){var t=[],i=e.getData()[this.field];return Array.isArray(i)||(i=[i]),i.forEach(a=>{var n=new oe(a||{},this.table.rowManager);n.create(),n.modules.dataTree.index=e.modules.dataTree.index+1,n.modules.dataTree.parent=e,n.modules.dataTree.children&&(n.modules.dataTree.open=this.startOpen(n.getComponent(),n.modules.dataTree.index)),t.push(n)}),t}expandRow(e,t){var i=e.modules.dataTree;i.children!==!1&&(i.open=!0,e.reinitialize(),this.refreshData(!0),this.dispatchExternal("dataTreeRowExpanded",e.getComponent(),e.modules.dataTree.index))}collapseRow(e){var t=e.modules.dataTree;t.children!==!1&&(t.open=!1,e.reinitialize(),this.refreshData(!0),this.dispatchExternal("dataTreeRowCollapsed",e.getComponent(),e.modules.dataTree.index))}toggleRow(e){var t=e.modules.dataTree;t.children!==!1&&(t.open?this.collapseRow(e):this.expandRow(e))}isRowExpanded(e){return e.modules.dataTree.open}getTreeParent(e){return e.modules.dataTree.parent?e.modules.dataTree.parent.getComponent():!1}getTreeParentRoot(e){return e.modules.dataTree&&e.modules.dataTree.parent?this.getTreeParentRoot(e.modules.dataTree.parent):e}getFilteredTreeChildren(e){var t=e.modules.dataTree,i=[],a;return t.children&&(Array.isArray(t.children)||(t.children=this.generateChildren(e)),this.table.modExists("filter")&&this.table.options.dataTreeFilter?a=this.table.modules.filter.filter(t.children):a=t.children,a.forEach(n=>{n instanceof oe&&i.push(n)})),i}rowDeleting(e){var t=e.modules.dataTree;t&&t.children&&Array.isArray(t.children)&&t.children.forEach(i=>{i instanceof oe&&i.wipe()})}rowDelete(e){var t=e.modules.dataTree.parent,i;t&&(i=this.findChildIndex(e,t),i!==!1&&t.data[this.field].splice(i,1),t.data[this.field].length||delete t.data[this.field],this.initializeRow(t),this.layoutRow(t)),this.refreshData(!0)}addTreeChildRow(e,t,i,a){var n=!1;typeof t=="string"&&(t=JSON.parse(t)),Array.isArray(e.data[this.field])||(e.data[this.field]=[],e.modules.dataTree.open=this.startOpen(e.getComponent(),e.modules.dataTree.index)),typeof a<"u"&&(n=this.findChildIndex(a,e),n!==!1&&e.data[this.field].splice(i?n:n+1,0,t)),n===!1&&(i?e.data[this.field].unshift(t):e.data[this.field].push(t)),this.initializeRow(e),this.layoutRow(e),this.refreshData(!0)}findChildIndex(e,t){var i=!1;return typeof e=="object"?e instanceof oe?i=e.data:e instanceof Rn?i=e._getSelf().data:typeof HTMLElement<"u"&&e instanceof HTMLElement?t.modules.dataTree&&(i=t.modules.dataTree.children.find(a=>a instanceof oe?a.element===e:!1),i&&(i=i.data)):e===null&&(i=!1):typeof e>"u"?i=!1:i=t.data[this.field].find(a=>a.data[this.table.options.index]==e),i&&(Array.isArray(t.data[this.field])&&(i=t.data[this.field].indexOf(i)),i==-1&&(i=!1)),i}getTreeChildren(e,t,i){var a=e.modules.dataTree,n=[];return a&&a.children&&(Array.isArray(a.children)||(a.children=this.generateChildren(e)),a.children.forEach(r=>{r instanceof oe&&(n.push(t?r.getComponent():r),i&&this.getTreeChildren(r,t,i).forEach(l=>{n.push(l)}))})),n}getChildField(){return this.field}redrawNeeded(e){return(this.field?typeof e[this.field]<"u":!1)||(this.elementField?typeof e[this.elementField]<"u":!1)}}E(_C,"moduleName","dataTree");function sS(o,e={},t){var i=e.delimiter?e.delimiter:",",a=[],n=[];o.forEach(r=>{var l=[];switch(r.type){case"group":console.warn("Download Warning - CSV downloader cannot process row groups");break;case"calc":console.warn("Download Warning - CSV downloader cannot process column calculations");break;case"header":r.columns.forEach((h,d)=>{h&&h.depth===1&&(n[d]=typeof h.value>"u"||h.value===null?"":'"'+String(h.value).split('"').join('""')+'"')});break;case"row":r.columns.forEach(h=>{if(h){switch(typeof h.value){case"object":h.value=h.value!==null?JSON.stringify(h.value):"";break;case"undefined":h.value="";break}l.push('"'+String(h.value).split('"').join('""')+'"')}}),a.push(l.join(i));break}}),n.length&&a.unshift(n.join(i)),a=a.join(`
4
4
  `),e.bom&&(a="\uFEFF"+a),t(a,"text/csv")}function rS(o,e,t){var i=[];o.forEach(a=>{var n={};switch(a.type){case"header":break;case"group":console.warn("Download Warning - JSON downloader cannot process row groups");break;case"calc":console.warn("Download Warning - JSON downloader cannot process column calculations");break;case"row":a.columns.forEach(r=>{r&&(n[r.component.getTitleDownload()||r.component.getField()]=r.value)}),i.push(n);break}}),i=JSON.stringify(i,null," "),t(i,"application/json")}function lS(o,e={},t){var i=[],a=[],n={},r=e.rowGroupStyles||{fontStyle:"bold",fontSize:12,cellPadding:6,fillColor:220},l=e.rowCalcStyles||{fontStyle:"bold",fontSize:10,cellPadding:4,fillColor:232},h=e.jsPDF||{},d=e.title?e.title:"",u,p;h.orientation||(h.orientation=e.orientation||"landscape"),h.unit||(h.unit="pt"),o.forEach(f=>{switch(f.type){case"header":i.push(y(f));break;case"group":a.push(y(f,r));break;case"calc":a.push(y(f,l));break;case"row":a.push(y(f));break}});function y(f,g){var b=[];return f.columns.forEach(k=>{var m;if(k){switch(typeof k.value){case"object":k.value=k.value!==null?JSON.stringify(k.value):"";break;case"undefined":k.value="";break}m={content:k.value,colSpan:k.width,rowSpan:k.height},g&&(m.styles=g),b.push(m)}}),b}u=this.dependencyRegistry.lookup("jspdf","jsPDF"),p=new u(h),e.autoTable&&(typeof e.autoTable=="function"?n=e.autoTable(p)||{}:n=e.autoTable),d&&(n.didDrawPage=function(f){p.text(d,40,30)}),n.head=i,n.body=a,p.autoTable(n),e.documentProcessing&&e.documentProcessing(p),t(p.output("arraybuffer"),"application/pdf")}function hS(o,e,t){var i=this,a=e.sheetName||"Sheet1",n=this.dependencyRegistry.lookup("XLSX"),r=n.utils.book_new(),l=new te(this),h="compress"in e?e.compress:!0,d=e.writeOptions||{bookType:"xlsx",bookSST:!0,compression:h},u;d.type="binary",r.SheetNames=[],r.Sheets={};function p(){var g=[],b=[],k={},m={s:{c:0,r:0},e:{c:o[0]?o[0].columns.reduce((v,M)=>v+(M&&M.width?M.width:1),0):0,r:o.length}};return o.forEach((v,M)=>{var C=[];v.columns.forEach(function(S,L){S?(C.push(!(S.value instanceof Date)&&typeof S.value=="object"?JSON.stringify(S.value):S.value),(S.width>1||S.height>-1)&&(S.height>1||S.width>1)&&b.push({s:{r:M,c:L},e:{r:M+S.height-1,c:L+S.width-1}})):C.push("")}),g.push(C)}),n.utils.sheet_add_aoa(k,g),k["!ref"]=n.utils.encode_range(m),b.length&&(k["!merges"]=b),k}if(e.sheetOnly){t(p());return}if(e.sheets)for(var y in e.sheets)e.sheets[y]===!0?(r.SheetNames.push(y),r.Sheets[y]=p()):(r.SheetNames.push(y),l.commsSend(e.sheets[y],"download","intercept",{type:"xlsx",options:{sheetOnly:!0},active:i.active,intercept:function(g){r.Sheets[y]=g}}));else r.SheetNames.push(a),r.Sheets[a]=p();e.documentProcessing&&(r=e.documentProcessing(r));function f(g){for(var b=new ArrayBuffer(g.length),k=new Uint8Array(b),m=0;m!=g.length;++m)k[m]=g.charCodeAt(m)&255;return b}u=n.write(r,d),t(f(u),"application/octet-stream")}function cS(o,e,t){this.modExists("export",!0)&&t(this.modules.export.generateHTMLTable(o),"text/html")}function dS(o,e,t){const i=[];o.forEach(a=>{const n={};switch(a.type){case"header":break;case"group":console.warn("Download Warning - JSON downloader cannot process row groups");break;case"calc":console.warn("Download Warning - JSON downloader cannot process column calculations");break;case"row":a.columns.forEach(r=>{r&&(n[r.component.getTitleDownload()||r.component.getField()]=r.value)}),i.push(JSON.stringify(n));break}}),t(i.join(`
@@ -8021,7 +8021,7 @@ Data: `,e)}_wipeElements(){this.dispatch("rows-wipe"),this.destroy(),this.ad
8021
8021
  *
8022
8022
  * This source code is licensed under the ISC license.
8023
8023
  * See the LICENSE file in the root directory of this source tree.
8024
- */const xT=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:qn,AArrowDownIcon:qn,AArrowUp:Fn,AArrowUpIcon:Fn,ALargeSmall:On,ALargeSmallIcon:On,Accessibility:jn,AccessibilityIcon:jn,Activity:Nn,ActivityIcon:Nn,ActivitySquare:wa,ActivitySquareIcon:wa,AirVent:Wn,AirVentIcon:Wn,Airplay:_n,AirplayIcon:_n,AlarmCheck:it,AlarmCheckIcon:it,AlarmClock:$n,AlarmClockCheck:it,AlarmClockCheckIcon:it,AlarmClockIcon:$n,AlarmClockMinus:at,AlarmClockMinusIcon:at,AlarmClockOff:Un,AlarmClockOffIcon:Un,AlarmClockPlus:ot,AlarmClockPlusIcon:ot,AlarmMinus:at,AlarmMinusIcon:at,AlarmPlus:ot,AlarmPlusIcon:ot,AlarmSmoke:Gn,AlarmSmokeIcon:Gn,Album:Yn,AlbumIcon:Yn,AlertCircle:Rt,AlertCircleIcon:Rt,AlertOctagon:Xi,AlertOctagonIcon:Xi,AlertTriangle:Co,AlertTriangleIcon:Co,AlignCenter:Kn,AlignCenterHorizontal:Zn,AlignCenterHorizontalIcon:Zn,AlignCenterIcon:Kn,AlignCenterVertical:Xn,AlignCenterVerticalIcon:Xn,AlignEndHorizontal:Jn,AlignEndHorizontalIcon:Jn,AlignEndVertical:Qn,AlignEndVerticalIcon:Qn,AlignHorizontalDistributeCenter:es,AlignHorizontalDistributeCenterIcon:es,AlignHorizontalDistributeEnd:ts,AlignHorizontalDistributeEndIcon:ts,AlignHorizontalDistributeStart:is,AlignHorizontalDistributeStartIcon:is,AlignHorizontalJustifyCenter:as,AlignHorizontalJustifyCenterIcon:as,AlignHorizontalJustifyEnd:os,AlignHorizontalJustifyEndIcon:os,AlignHorizontalJustifyStart:ns,AlignHorizontalJustifyStartIcon:ns,AlignHorizontalSpaceAround:ss,AlignHorizontalSpaceAroundIcon:ss,AlignHorizontalSpaceBetween:rs,AlignHorizontalSpaceBetweenIcon:rs,AlignJustify:ls,AlignJustifyIcon:ls,AlignLeft:hs,AlignLeftIcon:hs,AlignRight:ds,AlignRightIcon:ds,AlignStartHorizontal:cs,AlignStartHorizontalIcon:cs,AlignStartVertical:us,AlignStartVerticalIcon:us,AlignVerticalDistributeCenter:ps,AlignVerticalDistributeCenterIcon:ps,AlignVerticalDistributeEnd:ys,AlignVerticalDistributeEndIcon:ys,AlignVerticalDistributeStart:fs,AlignVerticalDistributeStartIcon:fs,AlignVerticalJustifyCenter:ms,AlignVerticalJustifyCenterIcon:ms,AlignVerticalJustifyEnd:gs,AlignVerticalJustifyEndIcon:gs,AlignVerticalJustifyStart:ks,AlignVerticalJustifyStartIcon:ks,AlignVerticalSpaceAround:bs,AlignVerticalSpaceAroundIcon:bs,AlignVerticalSpaceBetween:ws,AlignVerticalSpaceBetweenIcon:ws,Ambulance:vs,AmbulanceIcon:vs,Ampersand:Ms,AmpersandIcon:Ms,Ampersands:Cs,AmpersandsIcon:Cs,Amphora:xs,AmphoraIcon:xs,Anchor:Es,AnchorIcon:Es,Angry:Ls,AngryIcon:Ls,Annoyed:Ss,AnnoyedIcon:Ss,Antenna:Is,AntennaIcon:Is,Anvil:Ts,AnvilIcon:Ts,Aperture:Ds,ApertureIcon:Ds,AppWindow:Rs,AppWindowIcon:Rs,AppWindowMac:zs,AppWindowMacIcon:zs,Apple:Hs,AppleIcon:Hs,Archive:Ps,ArchiveIcon:Ps,ArchiveRestore:As,ArchiveRestoreIcon:As,ArchiveX:Vs,ArchiveXIcon:Vs,AreaChart:kt,AreaChartIcon:kt,Armchair:qs,ArmchairIcon:qs,ArrowBigDown:Fs,ArrowBigDownDash:Bs,ArrowBigDownDashIcon:Bs,ArrowBigDownIcon:Fs,ArrowBigLeft:js,ArrowBigLeftDash:Os,ArrowBigLeftDashIcon:Os,ArrowBigLeftIcon:js,ArrowBigRight:_s,ArrowBigRightDash:Ns,ArrowBigRightDashIcon:Ns,ArrowBigRightIcon:_s,ArrowBigUp:Us,ArrowBigUpDash:Ws,ArrowBigUpDashIcon:Ws,ArrowBigUpIcon:Us,ArrowDown:tr,ArrowDown01:$s,ArrowDown01Icon:$s,ArrowDown10:Gs,ArrowDown10Icon:Gs,ArrowDownAZ:nt,ArrowDownAZIcon:nt,ArrowDownAz:nt,ArrowDownAzIcon:nt,ArrowDownCircle:zt,ArrowDownCircleIcon:zt,ArrowDownFromLine:Ys,ArrowDownFromLineIcon:Ys,ArrowDownIcon:tr,ArrowDownLeft:Zs,ArrowDownLeftFromCircle:At,ArrowDownLeftFromCircleIcon:At,ArrowDownLeftFromSquare:La,ArrowDownLeftFromSquareIcon:La,ArrowDownLeftIcon:Zs,ArrowDownLeftSquare:va,ArrowDownLeftSquareIcon:va,ArrowDownNarrowWide:Xs,ArrowDownNarrowWideIcon:Xs,ArrowDownRight:Ks,ArrowDownRightFromCircle:Vt,ArrowDownRightFromCircleIcon:Vt,ArrowDownRightFromSquare:Ea,ArrowDownRightFromSquareIcon:Ea,ArrowDownRightIcon:Ks,ArrowDownRightSquare:Ma,ArrowDownRightSquareIcon:Ma,ArrowDownSquare:Ca,ArrowDownSquareIcon:Ca,ArrowDownToDot:Js,ArrowDownToDotIcon:Js,ArrowDownToLine:er,ArrowDownToLineIcon:er,ArrowDownUp:Qs,ArrowDownUpIcon:Qs,ArrowDownWideNarrow:st,ArrowDownWideNarrowIcon:st,ArrowDownZA:rt,ArrowDownZAIcon:rt,ArrowDownZa:rt,ArrowDownZaIcon:rt,ArrowLeft:nr,ArrowLeftCircle:Ht,ArrowLeftCircleIcon:Ht,ArrowLeftFromLine:ir,ArrowLeftFromLineIcon:ir,ArrowLeftIcon:nr,ArrowLeftRight:ar,ArrowLeftRightIcon:ar,ArrowLeftSquare:xa,ArrowLeftSquareIcon:xa,ArrowLeftToLine:or,ArrowLeftToLineIcon:or,ArrowRight:hr,ArrowRightCircle:qt,ArrowRightCircleIcon:qt,ArrowRightFromLine:sr,ArrowRightFromLineIcon:sr,ArrowRightIcon:hr,ArrowRightLeft:rr,ArrowRightLeftIcon:rr,ArrowRightSquare:Ta,ArrowRightSquareIcon:Ta,ArrowRightToLine:lr,ArrowRightToLineIcon:lr,ArrowUp:br,ArrowUp01:cr,ArrowUp01Icon:cr,ArrowUp10:ur,ArrowUp10Icon:ur,ArrowUpAZ:lt,ArrowUpAZIcon:lt,ArrowUpAz:lt,ArrowUpAzIcon:lt,ArrowUpCircle:Ft,ArrowUpCircleIcon:Ft,ArrowUpDown:dr,ArrowUpDownIcon:dr,ArrowUpFromDot:pr,ArrowUpFromDotIcon:pr,ArrowUpFromLine:yr,ArrowUpFromLineIcon:yr,ArrowUpIcon:br,ArrowUpLeft:fr,ArrowUpLeftFromCircle:Pt,ArrowUpLeftFromCircleIcon:Pt,ArrowUpLeftFromSquare:Sa,ArrowUpLeftFromSquareIcon:Sa,ArrowUpLeftIcon:fr,ArrowUpLeftSquare:za,ArrowUpLeftSquareIcon:za,ArrowUpNarrowWide:ht,ArrowUpNarrowWideIcon:ht,ArrowUpRight:mr,ArrowUpRightFromCircle:Bt,ArrowUpRightFromCircleIcon:Bt,ArrowUpRightFromSquare:Ia,ArrowUpRightFromSquareIcon:Ia,ArrowUpRightIcon:mr,ArrowUpRightSquare:Da,ArrowUpRightSquareIcon:Da,ArrowUpSquare:Ra,ArrowUpSquareIcon:Ra,ArrowUpToLine:gr,ArrowUpToLineIcon:gr,ArrowUpWideNarrow:kr,ArrowUpWideNarrowIcon:kr,ArrowUpZA:ct,ArrowUpZAIcon:ct,ArrowUpZa:ct,ArrowUpZaIcon:ct,ArrowsUpFromLine:wr,ArrowsUpFromLineIcon:wr,Asterisk:vr,AsteriskIcon:vr,AsteriskSquare:Ha,AsteriskSquareIcon:Ha,AtSign:Mr,AtSignIcon:Mr,Atom:Cr,AtomIcon:Cr,AudioLines:xr,AudioLinesIcon:xr,AudioWaveform:Lr,AudioWaveformIcon:Lr,Award:Er,AwardIcon:Er,Axe:Sr,AxeIcon:Sr,Axis3D:dt,Axis3DIcon:dt,Axis3d:dt,Axis3dIcon:dt,Baby:Ir,BabyIcon:Ir,Backpack:Tr,BackpackIcon:Tr,Badge:Ur,BadgeAlert:Dr,BadgeAlertIcon:Dr,BadgeCent:zr,BadgeCentIcon:zr,BadgeCheck:ut,BadgeCheckIcon:ut,BadgeDollarSign:Rr,BadgeDollarSignIcon:Rr,BadgeEuro:Hr,BadgeEuroIcon:Hr,BadgeHelp:Ar,BadgeHelpIcon:Ar,BadgeIcon:Ur,BadgeIndianRupee:Vr,BadgeIndianRupeeIcon:Vr,BadgeInfo:Pr,BadgeInfoIcon:Pr,BadgeJapaneseYen:Br,BadgeJapaneseYenIcon:Br,BadgeMinus:qr,BadgeMinusIcon:qr,BadgePercent:Fr,BadgePercentIcon:Fr,BadgePlus:Or,BadgePlusIcon:Or,BadgePoundSterling:jr,BadgePoundSterlingIcon:jr,BadgeRussianRuble:Nr,BadgeRussianRubleIcon:Nr,BadgeSwissFranc:_r,BadgeSwissFrancIcon:_r,BadgeX:Wr,BadgeXIcon:Wr,BaggageClaim:$r,BaggageClaimIcon:$r,Ban:Gr,BanIcon:Gr,Banana:Yr,BananaIcon:Yr,Bandage:Zr,BandageIcon:Zr,Banknote:Qr,BanknoteArrowDown:Xr,BanknoteArrowDownIcon:Xr,BanknoteArrowUp:Kr,BanknoteArrowUpIcon:Kr,BanknoteIcon:Qr,BanknoteX:Jr,BanknoteXIcon:Jr,BarChart:Et,BarChart2:St,BarChart2Icon:St,BarChart3:xt,BarChart3Icon:xt,BarChart4:Ct,BarChart4Icon:Ct,BarChartBig:Mt,BarChartBigIcon:Mt,BarChartHorizontal:wt,BarChartHorizontalBig:bt,BarChartHorizontalBigIcon:bt,BarChartHorizontalIcon:wt,BarChartIcon:Et,Barcode:el,BarcodeIcon:el,Baseline:tl,BaselineIcon:tl,Bath:il,BathIcon:il,Battery:hl,BatteryCharging:al,BatteryChargingIcon:al,BatteryFull:ol,BatteryFullIcon:ol,BatteryIcon:hl,BatteryLow:nl,BatteryLowIcon:nl,BatteryMedium:sl,BatteryMediumIcon:sl,BatteryPlus:rl,BatteryPlusIcon:rl,BatteryWarning:ll,BatteryWarningIcon:ll,Beaker:cl,BeakerIcon:cl,Bean:ul,BeanIcon:ul,BeanOff:dl,BeanOffIcon:dl,Bed:fl,BedDouble:pl,BedDoubleIcon:pl,BedIcon:fl,BedSingle:yl,BedSingleIcon:yl,Beef:gl,BeefIcon:gl,Beer:kl,BeerIcon:kl,BeerOff:ml,BeerOffIcon:ml,Bell:Ll,BellDot:bl,BellDotIcon:bl,BellElectric:wl,BellElectricIcon:wl,BellIcon:Ll,BellMinus:vl,BellMinusIcon:vl,BellOff:Ml,BellOffIcon:Ml,BellPlus:Cl,BellPlusIcon:Cl,BellRing:xl,BellRingIcon:xl,BetweenHorizonalEnd:pt,BetweenHorizonalEndIcon:pt,BetweenHorizonalStart:yt,BetweenHorizonalStartIcon:yt,BetweenHorizontalEnd:pt,BetweenHorizontalEndIcon:pt,BetweenHorizontalStart:yt,BetweenHorizontalStartIcon:yt,BetweenVerticalEnd:El,BetweenVerticalEndIcon:El,BetweenVerticalStart:Sl,BetweenVerticalStartIcon:Sl,BicepsFlexed:Il,BicepsFlexedIcon:Il,Bike:Tl,BikeIcon:Tl,Binary:Dl,BinaryIcon:Dl,Binoculars:zl,BinocularsIcon:zl,Biohazard:Rl,BiohazardIcon:Rl,Bird:Hl,BirdIcon:Hl,Bitcoin:Al,BitcoinIcon:Al,Blend:Vl,BlendIcon:Vl,Blinds:Pl,BlindsIcon:Pl,Blocks:Bl,BlocksIcon:Bl,Bluetooth:jl,BluetoothConnected:ql,BluetoothConnectedIcon:ql,BluetoothIcon:jl,BluetoothOff:Fl,BluetoothOffIcon:Fl,BluetoothSearching:Ol,BluetoothSearchingIcon:Ol,Bold:Nl,BoldIcon:Nl,Bolt:_l,BoltIcon:_l,Bomb:Wl,BombIcon:Wl,Bone:Ul,BoneIcon:Ul,Book:y1,BookA:$l,BookAIcon:$l,BookAudio:Gl,BookAudioIcon:Gl,BookCheck:Yl,BookCheckIcon:Yl,BookCopy:Zl,BookCopyIcon:Zl,BookDashed:ft,BookDashedIcon:ft,BookDown:Kl,BookDownIcon:Kl,BookHeadphones:Xl,BookHeadphonesIcon:Xl,BookHeart:Jl,BookHeartIcon:Jl,BookIcon:y1,BookImage:Ql,BookImageIcon:Ql,BookKey:e1,BookKeyIcon:e1,BookLock:t1,BookLockIcon:t1,BookMarked:i1,BookMarkedIcon:i1,BookMinus:a1,BookMinusIcon:a1,BookOpen:s1,BookOpenCheck:n1,BookOpenCheckIcon:n1,BookOpenIcon:s1,BookOpenText:o1,BookOpenTextIcon:o1,BookPlus:r1,BookPlusIcon:r1,BookTemplate:ft,BookTemplateIcon:ft,BookText:l1,BookTextIcon:l1,BookType:h1,BookTypeIcon:h1,BookUp:d1,BookUp2:c1,BookUp2Icon:c1,BookUpIcon:d1,BookUser:u1,BookUserIcon:u1,BookX:p1,BookXIcon:p1,Bookmark:b1,BookmarkCheck:f1,BookmarkCheckIcon:f1,BookmarkIcon:b1,BookmarkMinus:m1,BookmarkMinusIcon:m1,BookmarkPlus:g1,BookmarkPlusIcon:g1,BookmarkX:k1,BookmarkXIcon:k1,BoomBox:w1,BoomBoxIcon:w1,Bot:C1,BotIcon:C1,BotMessageSquare:v1,BotMessageSquareIcon:v1,BotOff:M1,BotOffIcon:M1,BowArrow:x1,BowArrowIcon:x1,Box:L1,BoxIcon:L1,BoxSelect:Wa,BoxSelectIcon:Wa,Boxes:E1,BoxesIcon:E1,Braces:mt,BracesIcon:mt,Brackets:S1,BracketsIcon:S1,Brain:D1,BrainCircuit:I1,BrainCircuitIcon:I1,BrainCog:T1,BrainCogIcon:T1,BrainIcon:D1,BrickWall:R1,BrickWallFire:z1,BrickWallFireIcon:z1,BrickWallIcon:R1,Briefcase:P1,BriefcaseBusiness:H1,BriefcaseBusinessIcon:H1,BriefcaseConveyorBelt:A1,BriefcaseConveyorBeltIcon:A1,BriefcaseIcon:P1,BriefcaseMedical:V1,BriefcaseMedicalIcon:V1,BringToFront:B1,BringToFrontIcon:B1,Brush:F1,BrushCleaning:q1,BrushCleaningIcon:q1,BrushIcon:F1,Bubbles:O1,BubblesIcon:O1,Bug:_1,BugIcon:_1,BugOff:j1,BugOffIcon:j1,BugPlay:N1,BugPlayIcon:N1,Building:U1,Building2:W1,Building2Icon:W1,BuildingIcon:U1,Bus:G1,BusFront:$1,BusFrontIcon:$1,BusIcon:G1,Cable:Z1,CableCar:Y1,CableCarIcon:Y1,CableIcon:Z1,Cake:K1,CakeIcon:K1,CakeSlice:X1,CakeSliceIcon:X1,Calculator:J1,CalculatorIcon:J1,Calendar:bh,Calendar1:Q1,Calendar1Icon:Q1,CalendarArrowDown:eh,CalendarArrowDownIcon:eh,CalendarArrowUp:th,CalendarArrowUpIcon:th,CalendarCheck:ah,CalendarCheck2:ih,CalendarCheck2Icon:ih,CalendarCheckIcon:ah,CalendarClock:oh,CalendarClockIcon:oh,CalendarCog:nh,CalendarCogIcon:nh,CalendarDays:sh,CalendarDaysIcon:sh,CalendarFold:rh,CalendarFoldIcon:rh,CalendarHeart:lh,CalendarHeartIcon:lh,CalendarIcon:bh,CalendarMinus:ch,CalendarMinus2:hh,CalendarMinus2Icon:hh,CalendarMinusIcon:ch,CalendarOff:dh,CalendarOffIcon:dh,CalendarPlus:ph,CalendarPlus2:uh,CalendarPlus2Icon:uh,CalendarPlusIcon:ph,CalendarRange:yh,CalendarRangeIcon:yh,CalendarSearch:fh,CalendarSearchIcon:fh,CalendarSync:mh,CalendarSyncIcon:mh,CalendarX:kh,CalendarX2:gh,CalendarX2Icon:gh,CalendarXIcon:kh,Camera:vh,CameraIcon:vh,CameraOff:wh,CameraOffIcon:wh,CandlestickChart:vt,CandlestickChartIcon:vt,Candy:xh,CandyCane:Mh,CandyCaneIcon:Mh,CandyIcon:xh,CandyOff:Ch,CandyOffIcon:Ch,Cannabis:Lh,CannabisIcon:Lh,Captions:gt,CaptionsIcon:gt,CaptionsOff:Eh,CaptionsOffIcon:Eh,Car:Th,CarFront:Sh,CarFrontIcon:Sh,CarIcon:Th,CarTaxiFront:Ih,CarTaxiFrontIcon:Ih,Caravan:Dh,CaravanIcon:Dh,Carrot:zh,CarrotIcon:zh,CaseLower:Rh,CaseLowerIcon:Rh,CaseSensitive:Hh,CaseSensitiveIcon:Hh,CaseUpper:Ah,CaseUpperIcon:Ah,CassetteTape:Vh,CassetteTapeIcon:Vh,Cast:Ph,CastIcon:Ph,Castle:Bh,CastleIcon:Bh,Cat:qh,CatIcon:qh,Cctv:Fh,CctvIcon:Fh,ChartArea:kt,ChartAreaIcon:kt,ChartBar:wt,ChartBarBig:bt,ChartBarBigIcon:bt,ChartBarDecreasing:Oh,ChartBarDecreasingIcon:Oh,ChartBarIcon:wt,ChartBarIncreasing:jh,ChartBarIncreasingIcon:jh,ChartBarStacked:Nh,ChartBarStackedIcon:Nh,ChartCandlestick:vt,ChartCandlestickIcon:vt,ChartColumn:xt,ChartColumnBig:Mt,ChartColumnBigIcon:Mt,ChartColumnDecreasing:_h,ChartColumnDecreasingIcon:_h,ChartColumnIcon:xt,ChartColumnIncreasing:Ct,ChartColumnIncreasingIcon:Ct,ChartColumnStacked:Wh,ChartColumnStackedIcon:Wh,ChartGantt:Uh,ChartGanttIcon:Uh,ChartLine:Lt,ChartLineIcon:Lt,ChartNetwork:$h,ChartNetworkIcon:$h,ChartNoAxesColumn:St,ChartNoAxesColumnDecreasing:Gh,ChartNoAxesColumnDecreasingIcon:Gh,ChartNoAxesColumnIcon:St,ChartNoAxesColumnIncreasing:Et,ChartNoAxesColumnIncreasingIcon:Et,ChartNoAxesCombined:Yh,ChartNoAxesCombinedIcon:Yh,ChartNoAxesGantt:It,ChartNoAxesGanttIcon:It,ChartPie:Tt,ChartPieIcon:Tt,ChartScatter:Dt,ChartScatterIcon:Dt,ChartSpline:Zh,ChartSplineIcon:Zh,Check:Jh,CheckCheck:Xh,CheckCheckIcon:Xh,CheckCircle:Ot,CheckCircle2:jt,CheckCircle2Icon:jt,CheckCircleIcon:Ot,CheckIcon:Jh,CheckLine:Kh,CheckLineIcon:Kh,CheckSquare:Va,CheckSquare2:Pa,CheckSquare2Icon:Pa,CheckSquareIcon:Va,ChefHat:Qh,ChefHatIcon:Qh,Cherry:ec,CherryIcon:ec,ChevronDown:tc,ChevronDownCircle:Nt,ChevronDownCircleIcon:Nt,ChevronDownIcon:tc,ChevronDownSquare:Ba,ChevronDownSquareIcon:Ba,ChevronFirst:ic,ChevronFirstIcon:ic,ChevronLast:oc,ChevronLastIcon:oc,ChevronLeft:ac,ChevronLeftCircle:_t,ChevronLeftCircleIcon:_t,ChevronLeftIcon:ac,ChevronLeftSquare:qa,ChevronLeftSquareIcon:qa,ChevronRight:nc,ChevronRightCircle:Wt,ChevronRightCircleIcon:Wt,ChevronRightIcon:nc,ChevronRightSquare:Fa,ChevronRightSquareIcon:Fa,ChevronUp:sc,ChevronUpCircle:Ut,ChevronUpCircleIcon:Ut,ChevronUpIcon:sc,ChevronUpSquare:Oa,ChevronUpSquareIcon:Oa,ChevronsDown:lc,ChevronsDownIcon:lc,ChevronsDownUp:rc,ChevronsDownUpIcon:rc,ChevronsLeft:dc,ChevronsLeftIcon:dc,ChevronsLeftRight:cc,ChevronsLeftRightEllipsis:hc,ChevronsLeftRightEllipsisIcon:hc,ChevronsLeftRightIcon:cc,ChevronsRight:pc,ChevronsRightIcon:pc,ChevronsRightLeft:uc,ChevronsRightLeftIcon:uc,ChevronsUp:fc,ChevronsUpDown:yc,ChevronsUpDownIcon:yc,ChevronsUpIcon:fc,Chrome:mc,ChromeIcon:mc,Church:gc,ChurchIcon:gc,Cigarette:bc,CigaretteIcon:bc,CigaretteOff:kc,CigaretteOffIcon:kc,Circle:zc,CircleAlert:Rt,CircleAlertIcon:Rt,CircleArrowDown:zt,CircleArrowDownIcon:zt,CircleArrowLeft:Ht,CircleArrowLeftIcon:Ht,CircleArrowOutDownLeft:At,CircleArrowOutDownLeftIcon:At,CircleArrowOutDownRight:Vt,CircleArrowOutDownRightIcon:Vt,CircleArrowOutUpLeft:Pt,CircleArrowOutUpLeftIcon:Pt,CircleArrowOutUpRight:Bt,CircleArrowOutUpRightIcon:Bt,CircleArrowRight:qt,CircleArrowRightIcon:qt,CircleArrowUp:Ft,CircleArrowUpIcon:Ft,CircleCheck:jt,CircleCheckBig:Ot,CircleCheckBigIcon:Ot,CircleCheckIcon:jt,CircleChevronDown:Nt,CircleChevronDownIcon:Nt,CircleChevronLeft:_t,CircleChevronLeftIcon:_t,CircleChevronRight:Wt,CircleChevronRightIcon:Wt,CircleChevronUp:Ut,CircleChevronUpIcon:Ut,CircleDashed:wc,CircleDashedIcon:wc,CircleDivide:$t,CircleDivideIcon:$t,CircleDollarSign:vc,CircleDollarSignIcon:vc,CircleDot:Cc,CircleDotDashed:Mc,CircleDotDashedIcon:Mc,CircleDotIcon:Cc,CircleEllipsis:xc,CircleEllipsisIcon:xc,CircleEqual:Lc,CircleEqualIcon:Lc,CircleFadingArrowUp:Ec,CircleFadingArrowUpIcon:Ec,CircleFadingPlus:Sc,CircleFadingPlusIcon:Sc,CircleGauge:Gt,CircleGaugeIcon:Gt,CircleHelp:Yt,CircleHelpIcon:Yt,CircleIcon:zc,CircleMinus:Zt,CircleMinusIcon:Zt,CircleOff:Ic,CircleOffIcon:Ic,CircleParking:Kt,CircleParkingIcon:Kt,CircleParkingOff:Xt,CircleParkingOffIcon:Xt,CirclePause:Jt,CirclePauseIcon:Jt,CirclePercent:Qt,CirclePercentIcon:Qt,CirclePlay:ei,CirclePlayIcon:ei,CirclePlus:ti,CirclePlusIcon:ti,CirclePower:ii,CirclePowerIcon:ii,CircleSlash:Tc,CircleSlash2:ai,CircleSlash2Icon:ai,CircleSlashIcon:Tc,CircleSlashed:ai,CircleSlashedIcon:ai,CircleSmall:Dc,CircleSmallIcon:Dc,CircleStop:oi,CircleStopIcon:oi,CircleUser:si,CircleUserIcon:si,CircleUserRound:ni,CircleUserRoundIcon:ni,CircleX:ri,CircleXIcon:ri,CircuitBoard:Rc,CircuitBoardIcon:Rc,Citrus:Hc,CitrusIcon:Hc,Clapperboard:Ac,ClapperboardIcon:Ac,Clipboard:_c,ClipboardCheck:Vc,ClipboardCheckIcon:Vc,ClipboardCopy:Pc,ClipboardCopyIcon:Pc,ClipboardEdit:hi,ClipboardEditIcon:hi,ClipboardIcon:_c,ClipboardList:Bc,ClipboardListIcon:Bc,ClipboardMinus:qc,ClipboardMinusIcon:qc,ClipboardPaste:Fc,ClipboardPasteIcon:Fc,ClipboardPen:hi,ClipboardPenIcon:hi,ClipboardPenLine:li,ClipboardPenLineIcon:li,ClipboardPlus:Oc,ClipboardPlusIcon:Oc,ClipboardSignature:li,ClipboardSignatureIcon:li,ClipboardType:jc,ClipboardTypeIcon:jc,ClipboardX:Nc,ClipboardXIcon:Nc,Clock:rd,Clock1:Wc,Clock10:Uc,Clock10Icon:Uc,Clock11:$c,Clock11Icon:$c,Clock12:Gc,Clock12Icon:Gc,Clock1Icon:Wc,Clock2:Yc,Clock2Icon:Yc,Clock3:Zc,Clock3Icon:Zc,Clock4:Xc,Clock4Icon:Xc,Clock5:Kc,Clock5Icon:Kc,Clock6:Jc,Clock6Icon:Jc,Clock7:Qc,Clock7Icon:Qc,Clock8:ed,Clock8Icon:ed,Clock9:td,Clock9Icon:td,ClockAlert:id,ClockAlertIcon:id,ClockArrowDown:ad,ClockArrowDownIcon:ad,ClockArrowUp:od,ClockArrowUpIcon:od,ClockFading:nd,ClockFadingIcon:nd,ClockIcon:rd,ClockPlus:sd,ClockPlusIcon:sd,Cloud:Md,CloudAlert:ld,CloudAlertIcon:ld,CloudCog:hd,CloudCogIcon:hd,CloudDownload:ci,CloudDownloadIcon:ci,CloudDrizzle:cd,CloudDrizzleIcon:cd,CloudFog:ud,CloudFogIcon:ud,CloudHail:dd,CloudHailIcon:dd,CloudIcon:Md,CloudLightning:pd,CloudLightningIcon:pd,CloudMoon:fd,CloudMoonIcon:fd,CloudMoonRain:yd,CloudMoonRainIcon:yd,CloudOff:md,CloudOffIcon:md,CloudRain:kd,CloudRainIcon:kd,CloudRainWind:gd,CloudRainWindIcon:gd,CloudSnow:bd,CloudSnowIcon:bd,CloudSun:vd,CloudSunIcon:vd,CloudSunRain:wd,CloudSunRainIcon:wd,CloudUpload:di,CloudUploadIcon:di,Cloudy:Cd,CloudyIcon:Cd,Clover:xd,CloverIcon:xd,Club:Ld,ClubIcon:Ld,Code:Ed,Code2:ui,Code2Icon:ui,CodeIcon:Ed,CodeSquare:ja,CodeSquareIcon:ja,CodeXml:ui,CodeXmlIcon:ui,Codepen:Sd,CodepenIcon:Sd,Codesandbox:Id,CodesandboxIcon:Id,Coffee:Td,CoffeeIcon:Td,Cog:Dd,CogIcon:Dd,Coins:zd,CoinsIcon:zd,Columns:pi,Columns2:pi,Columns2Icon:pi,Columns3:yi,Columns3Cog:Se,Columns3CogIcon:Se,Columns3Icon:yi,Columns4:Rd,Columns4Icon:Rd,ColumnsIcon:pi,ColumnsSettings:Se,ColumnsSettingsIcon:Se,Combine:Ad,CombineIcon:Ad,Command:Hd,CommandIcon:Hd,Compass:Vd,CompassIcon:Vd,Component:Pd,ComponentIcon:Pd,Computer:Bd,ComputerIcon:Bd,ConciergeBell:qd,ConciergeBellIcon:qd,Cone:Od,ConeIcon:Od,Construction:Fd,ConstructionIcon:Fd,Contact:jd,Contact2:fi,Contact2Icon:fi,ContactIcon:jd,ContactRound:fi,ContactRoundIcon:fi,Container:Nd,ContainerIcon:Nd,Contrast:_d,ContrastIcon:_d,Cookie:Wd,CookieIcon:Wd,CookingPot:Ud,CookingPotIcon:Ud,Copy:Kd,CopyCheck:Gd,CopyCheckIcon:Gd,CopyIcon:Kd,CopyMinus:$d,CopyMinusIcon:$d,CopyPlus:Yd,CopyPlusIcon:Yd,CopySlash:Zd,CopySlashIcon:Zd,CopyX:Xd,CopyXIcon:Xd,Copyleft:Jd,CopyleftIcon:Jd,Copyright:Qd,CopyrightIcon:Qd,CornerDownLeft:e2,CornerDownLeftIcon:e2,CornerDownRight:t2,CornerDownRightIcon:t2,CornerLeftDown:i2,CornerLeftDownIcon:i2,CornerLeftUp:a2,CornerLeftUpIcon:a2,CornerRightDown:o2,CornerRightDownIcon:o2,CornerRightUp:n2,CornerRightUpIcon:n2,CornerUpLeft:s2,CornerUpLeftIcon:s2,CornerUpRight:r2,CornerUpRightIcon:r2,Cpu:l2,CpuIcon:l2,CreativeCommons:h2,CreativeCommonsIcon:h2,CreditCard:c2,CreditCardIcon:c2,Croissant:d2,CroissantIcon:d2,Crop:u2,CropIcon:u2,Cross:p2,CrossIcon:p2,Crosshair:y2,CrosshairIcon:y2,Crown:f2,CrownIcon:f2,Cuboid:m2,CuboidIcon:m2,CupSoda:g2,CupSodaIcon:g2,CurlyBraces:mt,CurlyBracesIcon:mt,Currency:k2,CurrencyIcon:k2,Cylinder:b2,CylinderIcon:b2,Dam:w2,DamIcon:w2,Database:C2,DatabaseBackup:v2,DatabaseBackupIcon:v2,DatabaseIcon:C2,DatabaseZap:M2,DatabaseZapIcon:M2,DecimalsArrowLeft:x2,DecimalsArrowLeftIcon:x2,DecimalsArrowRight:L2,DecimalsArrowRightIcon:L2,Delete:E2,DeleteIcon:E2,Dessert:I2,DessertIcon:I2,Diameter:S2,DiameterIcon:S2,Diamond:z2,DiamondIcon:z2,DiamondMinus:T2,DiamondMinusIcon:T2,DiamondPercent:mi,DiamondPercentIcon:mi,DiamondPlus:D2,DiamondPlusIcon:D2,Dice1:R2,Dice1Icon:R2,Dice2:H2,Dice2Icon:H2,Dice3:A2,Dice3Icon:A2,Dice4:V2,Dice4Icon:V2,Dice5:P2,Dice5Icon:P2,Dice6:B2,Dice6Icon:B2,Dices:q2,DicesIcon:q2,Diff:F2,DiffIcon:F2,Disc:_2,Disc2:O2,Disc2Icon:O2,Disc3:j2,Disc3Icon:j2,DiscAlbum:N2,DiscAlbumIcon:N2,DiscIcon:_2,Divide:W2,DivideCircle:$t,DivideCircleIcon:$t,DivideIcon:W2,DivideSquare:Ua,DivideSquareIcon:Ua,Dna:U2,DnaIcon:U2,DnaOff:$2,DnaOffIcon:$2,Dock:G2,DockIcon:G2,Dog:Y2,DogIcon:Y2,DollarSign:Z2,DollarSignIcon:Z2,Donut:X2,DonutIcon:X2,DoorClosed:J2,DoorClosedIcon:J2,DoorClosedLocked:K2,DoorClosedLockedIcon:K2,DoorOpen:Q2,DoorOpenIcon:Q2,Dot:e0,DotIcon:e0,DotSquare:$a,DotSquareIcon:$a,Download:t0,DownloadCloud:ci,DownloadCloudIcon:ci,DownloadIcon:t0,DraftingCompass:i0,DraftingCompassIcon:i0,Drama:a0,DramaIcon:a0,Dribbble:o0,DribbbleIcon:o0,Drill:n0,DrillIcon:n0,Droplet:r0,DropletIcon:r0,DropletOff:s0,DropletOffIcon:s0,Droplets:l0,DropletsIcon:l0,Drum:h0,DrumIcon:h0,Drumstick:c0,DrumstickIcon:c0,Dumbbell:d0,DumbbellIcon:d0,Ear:p0,EarIcon:p0,EarOff:u0,EarOffIcon:u0,Earth:gi,EarthIcon:gi,EarthLock:f0,EarthLockIcon:f0,Eclipse:y0,EclipseIcon:y0,Edit:ue,Edit2:ha,Edit2Icon:ha,Edit3:la,Edit3Icon:la,EditIcon:ue,Egg:k0,EggFried:m0,EggFriedIcon:m0,EggIcon:k0,EggOff:g0,EggOffIcon:g0,Ellipsis:bi,EllipsisIcon:bi,EllipsisVertical:ki,EllipsisVerticalIcon:ki,Equal:v0,EqualApproximately:b0,EqualApproximatelyIcon:b0,EqualIcon:v0,EqualNot:w0,EqualNotIcon:w0,EqualSquare:Ga,EqualSquareIcon:Ga,Eraser:M0,EraserIcon:M0,EthernetPort:C0,EthernetPortIcon:C0,Euro:x0,EuroIcon:x0,Expand:L0,ExpandIcon:L0,ExternalLink:E0,ExternalLinkIcon:E0,Eye:T0,EyeClosed:S0,EyeClosedIcon:S0,EyeIcon:T0,EyeOff:I0,EyeOffIcon:I0,Facebook:D0,FacebookIcon:D0,Factory:z0,FactoryIcon:z0,Fan:R0,FanIcon:R0,FastForward:H0,FastForwardIcon:H0,Feather:A0,FeatherIcon:A0,Fence:B0,FenceIcon:B0,FerrisWheel:V0,FerrisWheelIcon:V0,Figma:P0,FigmaIcon:P0,File:Au,FileArchive:q0,FileArchiveIcon:q0,FileAudio:O0,FileAudio2:F0,FileAudio2Icon:F0,FileAudioIcon:O0,FileAxis3D:wi,FileAxis3DIcon:wi,FileAxis3d:wi,FileAxis3dIcon:wi,FileBadge:N0,FileBadge2:j0,FileBadge2Icon:j0,FileBadgeIcon:N0,FileBarChart:vi,FileBarChart2:Mi,FileBarChart2Icon:Mi,FileBarChartIcon:vi,FileBox:_0,FileBoxIcon:_0,FileChartColumn:Mi,FileChartColumnIcon:Mi,FileChartColumnIncreasing:vi,FileChartColumnIncreasingIcon:vi,FileChartLine:Ci,FileChartLineIcon:Ci,FileChartPie:xi,FileChartPieIcon:xi,FileCheck:U0,FileCheck2:W0,FileCheck2Icon:W0,FileCheckIcon:U0,FileClock:$0,FileClockIcon:$0,FileCode:Y0,FileCode2:G0,FileCode2Icon:G0,FileCodeIcon:Y0,FileCog:Li,FileCog2:Li,FileCog2Icon:Li,FileCogIcon:Li,FileDiff:Z0,FileDiffIcon:Z0,FileDigit:X0,FileDigitIcon:X0,FileDown:K0,FileDownIcon:K0,FileEdit:Si,FileEditIcon:Si,FileHeart:J0,FileHeartIcon:J0,FileIcon:Au,FileImage:Q0,FileImageIcon:Q0,FileInput:eu,FileInputIcon:eu,FileJson:iu,FileJson2:tu,FileJson2Icon:tu,FileJsonIcon:iu,FileKey:ou,FileKey2:au,FileKey2Icon:au,FileKeyIcon:ou,FileLineChart:Ci,FileLineChartIcon:Ci,FileLock:su,FileLock2:nu,FileLock2Icon:nu,FileLockIcon:su,FileMinus:ru,FileMinus2:lu,FileMinus2Icon:lu,FileMinusIcon:ru,FileMusic:hu,FileMusicIcon:hu,FileOutput:cu,FileOutputIcon:cu,FilePen:Si,FilePenIcon:Si,FilePenLine:Ei,FilePenLineIcon:Ei,FilePieChart:xi,FilePieChartIcon:xi,FilePlus:pu,FilePlus2:du,FilePlus2Icon:du,FilePlusIcon:pu,FileQuestion:uu,FileQuestionIcon:uu,FileScan:yu,FileScanIcon:yu,FileSearch:mu,FileSearch2:fu,FileSearch2Icon:fu,FileSearchIcon:mu,FileSignature:Ei,FileSignatureIcon:Ei,FileSliders:gu,FileSlidersIcon:gu,FileSpreadsheet:ku,FileSpreadsheetIcon:ku,FileStack:bu,FileStackIcon:bu,FileSymlink:wu,FileSymlinkIcon:wu,FileTerminal:vu,FileTerminalIcon:vu,FileText:Mu,FileTextIcon:Mu,FileType:xu,FileType2:Cu,FileType2Icon:Cu,FileTypeIcon:xu,FileUp:Lu,FileUpIcon:Lu,FileUser:Eu,FileUserIcon:Eu,FileVideo:Iu,FileVideo2:Su,FileVideo2Icon:Su,FileVideoIcon:Iu,FileVolume:zu,FileVolume2:Tu,FileVolume2Icon:Tu,FileVolumeIcon:zu,FileWarning:Du,FileWarningIcon:Du,FileX:Hu,FileX2:Ru,FileX2Icon:Ru,FileXIcon:Hu,Files:Pu,FilesIcon:Pu,Film:Vu,FilmIcon:Vu,Filter:zi,FilterIcon:zi,FilterX:Di,FilterXIcon:Di,Fingerprint:Bu,FingerprintIcon:Bu,FireExtinguisher:qu,FireExtinguisherIcon:qu,Fish:ju,FishIcon:ju,FishOff:Fu,FishOffIcon:Fu,FishSymbol:Ou,FishSymbolIcon:Ou,Flag:Uu,FlagIcon:Uu,FlagOff:Nu,FlagOffIcon:Nu,FlagTriangleLeft:_u,FlagTriangleLeftIcon:_u,FlagTriangleRight:Wu,FlagTriangleRightIcon:Wu,Flame:Gu,FlameIcon:Gu,FlameKindling:$u,FlameKindlingIcon:$u,Flashlight:Xu,FlashlightIcon:Xu,FlashlightOff:Yu,FlashlightOffIcon:Yu,FlaskConical:Ku,FlaskConicalIcon:Ku,FlaskConicalOff:Zu,FlaskConicalOffIcon:Zu,FlaskRound:Ju,FlaskRoundIcon:Ju,FlipHorizontal:ep,FlipHorizontal2:Qu,FlipHorizontal2Icon:Qu,FlipHorizontalIcon:ep,FlipVertical:tp,FlipVertical2:ip,FlipVertical2Icon:ip,FlipVerticalIcon:tp,Flower:op,Flower2:ap,Flower2Icon:ap,FlowerIcon:op,Focus:np,FocusIcon:np,FoldHorizontal:sp,FoldHorizontalIcon:sp,FoldVertical:rp,FoldVerticalIcon:rp,Folder:Vp,FolderArchive:lp,FolderArchiveIcon:lp,FolderCheck:hp,FolderCheckIcon:hp,FolderClock:dp,FolderClockIcon:dp,FolderClosed:cp,FolderClosedIcon:cp,FolderCode:up,FolderCodeIcon:up,FolderCog:Ii,FolderCog2:Ii,FolderCog2Icon:Ii,FolderCogIcon:Ii,FolderDot:pp,FolderDotIcon:pp,FolderDown:yp,FolderDownIcon:yp,FolderEdit:Ti,FolderEditIcon:Ti,FolderGit:mp,FolderGit2:fp,FolderGit2Icon:fp,FolderGitIcon:mp,FolderHeart:gp,FolderHeartIcon:gp,FolderIcon:Vp,FolderInput:kp,FolderInputIcon:kp,FolderKanban:bp,FolderKanbanIcon:bp,FolderKey:wp,FolderKeyIcon:wp,FolderLock:vp,FolderLockIcon:vp,FolderMinus:Cp,FolderMinusIcon:Cp,FolderOpen:xp,FolderOpenDot:Mp,FolderOpenDotIcon:Mp,FolderOpenIcon:xp,FolderOutput:Ep,FolderOutputIcon:Ep,FolderPen:Ti,FolderPenIcon:Ti,FolderPlus:Lp,FolderPlusIcon:Lp,FolderRoot:Sp,FolderRootIcon:Sp,FolderSearch:Tp,FolderSearch2:Ip,FolderSearch2Icon:Ip,FolderSearchIcon:Tp,FolderSymlink:zp,FolderSymlinkIcon:zp,FolderSync:Dp,FolderSyncIcon:Dp,FolderTree:Rp,FolderTreeIcon:Rp,FolderUp:Hp,FolderUpIcon:Hp,FolderX:Ap,FolderXIcon:Ap,Folders:Pp,FoldersIcon:Pp,Footprints:Bp,FootprintsIcon:Bp,ForkKnife:Ao,ForkKnifeCrossed:Ho,ForkKnifeCrossedIcon:Ho,ForkKnifeIcon:Ao,Forklift:qp,ForkliftIcon:qp,FormInput:da,FormInputIcon:da,Forward:Op,ForwardIcon:Op,Frame:Fp,FrameIcon:Fp,Framer:jp,FramerIcon:jp,Frown:Np,FrownIcon:Np,Fuel:Wp,FuelIcon:Wp,Fullscreen:_p,FullscreenIcon:_p,FunctionSquare:Ya,FunctionSquareIcon:Ya,Funnel:zi,FunnelIcon:zi,FunnelPlus:Up,FunnelPlusIcon:Up,FunnelX:Di,FunnelXIcon:Di,GalleryHorizontal:Yp,GalleryHorizontalEnd:$p,GalleryHorizontalEndIcon:$p,GalleryHorizontalIcon:Yp,GalleryThumbnails:Gp,GalleryThumbnailsIcon:Gp,GalleryVertical:Xp,GalleryVerticalEnd:Zp,GalleryVerticalEndIcon:Zp,GalleryVerticalIcon:Xp,Gamepad:Kp,Gamepad2:Jp,Gamepad2Icon:Jp,GamepadIcon:Kp,GanttChart:It,GanttChartIcon:It,GanttChartSquare:Te,GanttChartSquareIcon:Te,Gauge:Qp,GaugeCircle:Gt,GaugeCircleIcon:Gt,GaugeIcon:Qp,Gavel:ey,GavelIcon:ey,Gem:ty,GemIcon:ty,Ghost:iy,GhostIcon:iy,Gift:ay,GiftIcon:ay,GitBranch:ny,GitBranchIcon:ny,GitBranchPlus:oy,GitBranchPlusIcon:oy,GitCommit:Ri,GitCommitHorizontal:Ri,GitCommitHorizontalIcon:Ri,GitCommitIcon:Ri,GitCommitVertical:sy,GitCommitVerticalIcon:sy,GitCompare:ly,GitCompareArrows:ry,GitCompareArrowsIcon:ry,GitCompareIcon:ly,GitFork:hy,GitForkIcon:hy,GitGraph:cy,GitGraphIcon:cy,GitMerge:dy,GitMergeIcon:dy,GitPullRequest:gy,GitPullRequestArrow:uy,GitPullRequestArrowIcon:uy,GitPullRequestClosed:py,GitPullRequestClosedIcon:py,GitPullRequestCreate:my,GitPullRequestCreateArrow:yy,GitPullRequestCreateArrowIcon:yy,GitPullRequestCreateIcon:my,GitPullRequestDraft:fy,GitPullRequestDraftIcon:fy,GitPullRequestIcon:gy,Github:ky,GithubIcon:ky,Gitlab:by,GitlabIcon:by,GlassWater:wy,GlassWaterIcon:wy,Glasses:vy,GlassesIcon:vy,Globe:xy,Globe2:gi,Globe2Icon:gi,GlobeIcon:xy,GlobeLock:My,GlobeLockIcon:My,Goal:Cy,GoalIcon:Cy,Gpu:Ly,GpuIcon:Ly,Grab:Ey,GrabIcon:Ey,GraduationCap:Sy,GraduationCapIcon:Sy,Grape:Iy,GrapeIcon:Iy,Grid:Ie,Grid2X2:Pi,Grid2X2Check:Hi,Grid2X2CheckIcon:Hi,Grid2X2Icon:Pi,Grid2X2Plus:Ai,Grid2X2PlusIcon:Ai,Grid2X2X:Vi,Grid2X2XIcon:Vi,Grid2x2:Pi,Grid2x2Check:Hi,Grid2x2CheckIcon:Hi,Grid2x2Icon:Pi,Grid2x2Plus:Ai,Grid2x2PlusIcon:Ai,Grid2x2X:Vi,Grid2x2XIcon:Vi,Grid3X3:Ie,Grid3X3Icon:Ie,Grid3x3:Ie,Grid3x3Icon:Ie,GridIcon:Ie,Grip:zy,GripHorizontal:Ty,GripHorizontalIcon:Ty,GripIcon:zy,GripVertical:Dy,GripVerticalIcon:Dy,Group:Ry,GroupIcon:Ry,Guitar:Hy,GuitarIcon:Hy,Ham:Ay,HamIcon:Ay,Hamburger:Vy,HamburgerIcon:Vy,Hammer:Py,HammerIcon:Py,Hand:jy,HandCoins:By,HandCoinsIcon:By,HandHeart:qy,HandHeartIcon:qy,HandHelping:Bi,HandHelpingIcon:Bi,HandIcon:jy,HandMetal:Fy,HandMetalIcon:Fy,HandPlatter:Oy,HandPlatterIcon:Oy,Handshake:_y,HandshakeIcon:_y,HardDrive:Uy,HardDriveDownload:Ny,HardDriveDownloadIcon:Ny,HardDriveIcon:Uy,HardDriveUpload:Wy,HardDriveUploadIcon:Wy,HardHat:$y,HardHatIcon:$y,Hash:Gy,HashIcon:Gy,Haze:Yy,HazeIcon:Yy,HdmiPort:Zy,HdmiPortIcon:Zy,Heading:af,Heading1:Xy,Heading1Icon:Xy,Heading2:Ky,Heading2Icon:Ky,Heading3:Jy,Heading3Icon:Jy,Heading4:tf,Heading4Icon:tf,Heading5:Qy,Heading5Icon:Qy,Heading6:ef,Heading6Icon:ef,HeadingIcon:af,HeadphoneOff:of,HeadphoneOffIcon:of,Headphones:nf,HeadphonesIcon:nf,Headset:sf,HeadsetIcon:sf,Heart:uf,HeartCrack:rf,HeartCrackIcon:rf,HeartHandshake:lf,HeartHandshakeIcon:lf,HeartIcon:uf,HeartMinus:hf,HeartMinusIcon:hf,HeartOff:cf,HeartOffIcon:cf,HeartPlus:df,HeartPlusIcon:df,HeartPulse:pf,HeartPulseIcon:pf,Heater:yf,HeaterIcon:yf,HelpCircle:Yt,HelpCircleIcon:Yt,HelpingHand:Bi,HelpingHandIcon:Bi,Hexagon:ff,HexagonIcon:ff,Highlighter:mf,HighlighterIcon:mf,History:gf,HistoryIcon:gf,Home:qi,HomeIcon:qi,Hop:bf,HopIcon:bf,HopOff:kf,HopOffIcon:kf,Hospital:wf,HospitalIcon:wf,Hotel:vf,HotelIcon:vf,Hourglass:Mf,HourglassIcon:Mf,House:qi,HouseIcon:qi,HousePlug:Cf,HousePlugIcon:Cf,HousePlus:xf,HousePlusIcon:xf,HouseWifi:Lf,HouseWifiIcon:Lf,IceCream:Oi,IceCream2:Fi,IceCream2Icon:Fi,IceCreamBowl:Fi,IceCreamBowlIcon:Fi,IceCreamCone:Oi,IceCreamConeIcon:Oi,IceCreamIcon:Oi,Icon:hx,IdCard:Ef,IdCardIcon:Ef,Image:Af,ImageDown:Sf,ImageDownIcon:Sf,ImageIcon:Af,ImageMinus:If,ImageMinusIcon:If,ImageOff:Df,ImageOffIcon:Df,ImagePlay:Tf,ImagePlayIcon:Tf,ImagePlus:zf,ImagePlusIcon:zf,ImageUp:Hf,ImageUpIcon:Hf,ImageUpscale:Rf,ImageUpscaleIcon:Rf,Images:Vf,ImagesIcon:Vf,Import:Bf,ImportIcon:Bf,Inbox:Pf,InboxIcon:Pf,Indent:Ni,IndentDecrease:ji,IndentDecreaseIcon:ji,IndentIcon:Ni,IndentIncrease:Ni,IndentIncreaseIcon:Ni,IndianRupee:qf,IndianRupeeIcon:qf,Infinity:Ff,InfinityIcon:Ff,Info:Of,InfoIcon:Of,Inspect:eo,InspectIcon:eo,InspectionPanel:_f,InspectionPanelIcon:_f,Instagram:jf,InstagramIcon:jf,Italic:Nf,ItalicIcon:Nf,IterationCcw:Wf,IterationCcwIcon:Wf,IterationCw:Uf,IterationCwIcon:Uf,JapaneseYen:$f,JapaneseYenIcon:$f,Joystick:Gf,JoystickIcon:Gf,Kanban:Yf,KanbanIcon:Yf,KanbanSquare:Za,KanbanSquareDashed:Na,KanbanSquareDashedIcon:Na,KanbanSquareIcon:Za,Key:Kf,KeyIcon:Kf,KeyRound:Xf,KeyRoundIcon:Xf,KeySquare:Zf,KeySquareIcon:Zf,Keyboard:em,KeyboardIcon:em,KeyboardMusic:Jf,KeyboardMusicIcon:Jf,KeyboardOff:Qf,KeyboardOffIcon:Qf,Lamp:sm,LampCeiling:tm,LampCeilingIcon:tm,LampDesk:am,LampDeskIcon:am,LampFloor:im,LampFloorIcon:im,LampIcon:sm,LampWallDown:om,LampWallDownIcon:om,LampWallUp:nm,LampWallUpIcon:nm,LandPlot:rm,LandPlotIcon:rm,Landmark:lm,LandmarkIcon:lm,Languages:hm,LanguagesIcon:hm,Laptop:dm,Laptop2:_i,Laptop2Icon:_i,LaptopIcon:dm,LaptopMinimal:_i,LaptopMinimalCheck:cm,LaptopMinimalCheckIcon:cm,LaptopMinimalIcon:_i,Lasso:um,LassoIcon:um,LassoSelect:ym,LassoSelectIcon:ym,Laugh:pm,LaughIcon:pm,Layers:Wi,Layers2:fm,Layers2Icon:fm,Layers3:Wi,Layers3Icon:Wi,LayersIcon:Wi,Layout:ra,LayoutDashboard:mm,LayoutDashboardIcon:mm,LayoutGrid:gm,LayoutGridIcon:gm,LayoutIcon:ra,LayoutList:km,LayoutListIcon:km,LayoutPanelLeft:bm,LayoutPanelLeftIcon:bm,LayoutPanelTop:wm,LayoutPanelTopIcon:wm,LayoutTemplate:vm,LayoutTemplateIcon:vm,Leaf:Mm,LeafIcon:Mm,LeafyGreen:xm,LeafyGreenIcon:xm,Lectern:Cm,LecternIcon:Cm,LetterText:Lm,LetterTextIcon:Lm,Library:Sm,LibraryBig:Em,LibraryBigIcon:Em,LibraryIcon:Sm,LibrarySquare:Xa,LibrarySquareIcon:Xa,LifeBuoy:Im,LifeBuoyIcon:Im,Ligature:Tm,LigatureIcon:Tm,Lightbulb:zm,LightbulbIcon:zm,LightbulbOff:Dm,LightbulbOffIcon:Dm,LineChart:Lt,LineChartIcon:Lt,Link:Am,Link2:Hm,Link2Icon:Hm,Link2Off:Rm,Link2OffIcon:Rm,LinkIcon:Am,Linkedin:Vm,LinkedinIcon:Vm,List:Jm,ListCheck:Pm,ListCheckIcon:Pm,ListChecks:Bm,ListChecksIcon:Bm,ListCollapse:qm,ListCollapseIcon:qm,ListEnd:Fm,ListEndIcon:Fm,ListFilter:Nm,ListFilterIcon:Nm,ListFilterPlus:Om,ListFilterPlusIcon:Om,ListIcon:Jm,ListMinus:jm,ListMinusIcon:jm,ListMusic:_m,ListMusicIcon:_m,ListOrdered:Wm,ListOrderedIcon:Wm,ListPlus:Um,ListPlusIcon:Um,ListRestart:$m,ListRestartIcon:$m,ListStart:Gm,ListStartIcon:Gm,ListTodo:Ym,ListTodoIcon:Ym,ListTree:Zm,ListTreeIcon:Zm,ListVideo:Xm,ListVideoIcon:Xm,ListX:Km,ListXIcon:Km,Loader:eg,Loader2:Ui,Loader2Icon:Ui,LoaderCircle:Ui,LoaderCircleIcon:Ui,LoaderIcon:eg,LoaderPinwheel:Qm,LoaderPinwheelIcon:Qm,Locate:ag,LocateFixed:tg,LocateFixedIcon:tg,LocateIcon:ag,LocateOff:ig,LocateOffIcon:ig,LocationEdit:og,LocationEditIcon:og,Lock:sg,LockIcon:sg,LockKeyhole:ng,LockKeyholeIcon:ng,LockKeyholeOpen:$i,LockKeyholeOpenIcon:$i,LockOpen:Gi,LockOpenIcon:Gi,LogIn:rg,LogInIcon:rg,LogOut:lg,LogOutIcon:lg,Logs:hg,LogsIcon:hg,Lollipop:cg,LollipopIcon:cg,LucideAArrowDown:qn,LucideAArrowUp:Fn,LucideALargeSmall:On,LucideAccessibility:jn,LucideActivity:Nn,LucideActivitySquare:wa,LucideAirVent:Wn,LucideAirplay:_n,LucideAlarmCheck:it,LucideAlarmClock:$n,LucideAlarmClockCheck:it,LucideAlarmClockMinus:at,LucideAlarmClockOff:Un,LucideAlarmClockPlus:ot,LucideAlarmMinus:at,LucideAlarmPlus:ot,LucideAlarmSmoke:Gn,LucideAlbum:Yn,LucideAlertCircle:Rt,LucideAlertOctagon:Xi,LucideAlertTriangle:Co,LucideAlignCenter:Kn,LucideAlignCenterHorizontal:Zn,LucideAlignCenterVertical:Xn,LucideAlignEndHorizontal:Jn,LucideAlignEndVertical:Qn,LucideAlignHorizontalDistributeCenter:es,LucideAlignHorizontalDistributeEnd:ts,LucideAlignHorizontalDistributeStart:is,LucideAlignHorizontalJustifyCenter:as,LucideAlignHorizontalJustifyEnd:os,LucideAlignHorizontalJustifyStart:ns,LucideAlignHorizontalSpaceAround:ss,LucideAlignHorizontalSpaceBetween:rs,LucideAlignJustify:ls,LucideAlignLeft:hs,LucideAlignRight:ds,LucideAlignStartHorizontal:cs,LucideAlignStartVertical:us,LucideAlignVerticalDistributeCenter:ps,LucideAlignVerticalDistributeEnd:ys,LucideAlignVerticalDistributeStart:fs,LucideAlignVerticalJustifyCenter:ms,LucideAlignVerticalJustifyEnd:gs,LucideAlignVerticalJustifyStart:ks,LucideAlignVerticalSpaceAround:bs,LucideAlignVerticalSpaceBetween:ws,LucideAmbulance:vs,LucideAmpersand:Ms,LucideAmpersands:Cs,LucideAmphora:xs,LucideAnchor:Es,LucideAngry:Ls,LucideAnnoyed:Ss,LucideAntenna:Is,LucideAnvil:Ts,LucideAperture:Ds,LucideAppWindow:Rs,LucideAppWindowMac:zs,LucideApple:Hs,LucideArchive:Ps,LucideArchiveRestore:As,LucideArchiveX:Vs,LucideAreaChart:kt,LucideArmchair:qs,LucideArrowBigDown:Fs,LucideArrowBigDownDash:Bs,LucideArrowBigLeft:js,LucideArrowBigLeftDash:Os,LucideArrowBigRight:_s,LucideArrowBigRightDash:Ns,LucideArrowBigUp:Us,LucideArrowBigUpDash:Ws,LucideArrowDown:tr,LucideArrowDown01:$s,LucideArrowDown10:Gs,LucideArrowDownAZ:nt,LucideArrowDownAz:nt,LucideArrowDownCircle:zt,LucideArrowDownFromLine:Ys,LucideArrowDownLeft:Zs,LucideArrowDownLeftFromCircle:At,LucideArrowDownLeftFromSquare:La,LucideArrowDownLeftSquare:va,LucideArrowDownNarrowWide:Xs,LucideArrowDownRight:Ks,LucideArrowDownRightFromCircle:Vt,LucideArrowDownRightFromSquare:Ea,LucideArrowDownRightSquare:Ma,LucideArrowDownSquare:Ca,LucideArrowDownToDot:Js,LucideArrowDownToLine:er,LucideArrowDownUp:Qs,LucideArrowDownWideNarrow:st,LucideArrowDownZA:rt,LucideArrowDownZa:rt,LucideArrowLeft:nr,LucideArrowLeftCircle:Ht,LucideArrowLeftFromLine:ir,LucideArrowLeftRight:ar,LucideArrowLeftSquare:xa,LucideArrowLeftToLine:or,LucideArrowRight:hr,LucideArrowRightCircle:qt,LucideArrowRightFromLine:sr,LucideArrowRightLeft:rr,LucideArrowRightSquare:Ta,LucideArrowRightToLine:lr,LucideArrowUp:br,LucideArrowUp01:cr,LucideArrowUp10:ur,LucideArrowUpAZ:lt,LucideArrowUpAz:lt,LucideArrowUpCircle:Ft,LucideArrowUpDown:dr,LucideArrowUpFromDot:pr,LucideArrowUpFromLine:yr,LucideArrowUpLeft:fr,LucideArrowUpLeftFromCircle:Pt,LucideArrowUpLeftFromSquare:Sa,LucideArrowUpLeftSquare:za,LucideArrowUpNarrowWide:ht,LucideArrowUpRight:mr,LucideArrowUpRightFromCircle:Bt,LucideArrowUpRightFromSquare:Ia,LucideArrowUpRightSquare:Da,LucideArrowUpSquare:Ra,LucideArrowUpToLine:gr,LucideArrowUpWideNarrow:kr,LucideArrowUpZA:ct,LucideArrowUpZa:ct,LucideArrowsUpFromLine:wr,LucideAsterisk:vr,LucideAsteriskSquare:Ha,LucideAtSign:Mr,LucideAtom:Cr,LucideAudioLines:xr,LucideAudioWaveform:Lr,LucideAward:Er,LucideAxe:Sr,LucideAxis3D:dt,LucideAxis3d:dt,LucideBaby:Ir,LucideBackpack:Tr,LucideBadge:Ur,LucideBadgeAlert:Dr,LucideBadgeCent:zr,LucideBadgeCheck:ut,LucideBadgeDollarSign:Rr,LucideBadgeEuro:Hr,LucideBadgeHelp:Ar,LucideBadgeIndianRupee:Vr,LucideBadgeInfo:Pr,LucideBadgeJapaneseYen:Br,LucideBadgeMinus:qr,LucideBadgePercent:Fr,LucideBadgePlus:Or,LucideBadgePoundSterling:jr,LucideBadgeRussianRuble:Nr,LucideBadgeSwissFranc:_r,LucideBadgeX:Wr,LucideBaggageClaim:$r,LucideBan:Gr,LucideBanana:Yr,LucideBandage:Zr,LucideBanknote:Qr,LucideBanknoteArrowDown:Xr,LucideBanknoteArrowUp:Kr,LucideBanknoteX:Jr,LucideBarChart:Et,LucideBarChart2:St,LucideBarChart3:xt,LucideBarChart4:Ct,LucideBarChartBig:Mt,LucideBarChartHorizontal:wt,LucideBarChartHorizontalBig:bt,LucideBarcode:el,LucideBaseline:tl,LucideBath:il,LucideBattery:hl,LucideBatteryCharging:al,LucideBatteryFull:ol,LucideBatteryLow:nl,LucideBatteryMedium:sl,LucideBatteryPlus:rl,LucideBatteryWarning:ll,LucideBeaker:cl,LucideBean:ul,LucideBeanOff:dl,LucideBed:fl,LucideBedDouble:pl,LucideBedSingle:yl,LucideBeef:gl,LucideBeer:kl,LucideBeerOff:ml,LucideBell:Ll,LucideBellDot:bl,LucideBellElectric:wl,LucideBellMinus:vl,LucideBellOff:Ml,LucideBellPlus:Cl,LucideBellRing:xl,LucideBetweenHorizonalEnd:pt,LucideBetweenHorizonalStart:yt,LucideBetweenHorizontalEnd:pt,LucideBetweenHorizontalStart:yt,LucideBetweenVerticalEnd:El,LucideBetweenVerticalStart:Sl,LucideBicepsFlexed:Il,LucideBike:Tl,LucideBinary:Dl,LucideBinoculars:zl,LucideBiohazard:Rl,LucideBird:Hl,LucideBitcoin:Al,LucideBlend:Vl,LucideBlinds:Pl,LucideBlocks:Bl,LucideBluetooth:jl,LucideBluetoothConnected:ql,LucideBluetoothOff:Fl,LucideBluetoothSearching:Ol,LucideBold:Nl,LucideBolt:_l,LucideBomb:Wl,LucideBone:Ul,LucideBook:y1,LucideBookA:$l,LucideBookAudio:Gl,LucideBookCheck:Yl,LucideBookCopy:Zl,LucideBookDashed:ft,LucideBookDown:Kl,LucideBookHeadphones:Xl,LucideBookHeart:Jl,LucideBookImage:Ql,LucideBookKey:e1,LucideBookLock:t1,LucideBookMarked:i1,LucideBookMinus:a1,LucideBookOpen:s1,LucideBookOpenCheck:n1,LucideBookOpenText:o1,LucideBookPlus:r1,LucideBookTemplate:ft,LucideBookText:l1,LucideBookType:h1,LucideBookUp:d1,LucideBookUp2:c1,LucideBookUser:u1,LucideBookX:p1,LucideBookmark:b1,LucideBookmarkCheck:f1,LucideBookmarkMinus:m1,LucideBookmarkPlus:g1,LucideBookmarkX:k1,LucideBoomBox:w1,LucideBot:C1,LucideBotMessageSquare:v1,LucideBotOff:M1,LucideBowArrow:x1,LucideBox:L1,LucideBoxSelect:Wa,LucideBoxes:E1,LucideBraces:mt,LucideBrackets:S1,LucideBrain:D1,LucideBrainCircuit:I1,LucideBrainCog:T1,LucideBrickWall:R1,LucideBrickWallFire:z1,LucideBriefcase:P1,LucideBriefcaseBusiness:H1,LucideBriefcaseConveyorBelt:A1,LucideBriefcaseMedical:V1,LucideBringToFront:B1,LucideBrush:F1,LucideBrushCleaning:q1,LucideBubbles:O1,LucideBug:_1,LucideBugOff:j1,LucideBugPlay:N1,LucideBuilding:U1,LucideBuilding2:W1,LucideBus:G1,LucideBusFront:$1,LucideCable:Z1,LucideCableCar:Y1,LucideCake:K1,LucideCakeSlice:X1,LucideCalculator:J1,LucideCalendar:bh,LucideCalendar1:Q1,LucideCalendarArrowDown:eh,LucideCalendarArrowUp:th,LucideCalendarCheck:ah,LucideCalendarCheck2:ih,LucideCalendarClock:oh,LucideCalendarCog:nh,LucideCalendarDays:sh,LucideCalendarFold:rh,LucideCalendarHeart:lh,LucideCalendarMinus:ch,LucideCalendarMinus2:hh,LucideCalendarOff:dh,LucideCalendarPlus:ph,LucideCalendarPlus2:uh,LucideCalendarRange:yh,LucideCalendarSearch:fh,LucideCalendarSync:mh,LucideCalendarX:kh,LucideCalendarX2:gh,LucideCamera:vh,LucideCameraOff:wh,LucideCandlestickChart:vt,LucideCandy:xh,LucideCandyCane:Mh,LucideCandyOff:Ch,LucideCannabis:Lh,LucideCaptions:gt,LucideCaptionsOff:Eh,LucideCar:Th,LucideCarFront:Sh,LucideCarTaxiFront:Ih,LucideCaravan:Dh,LucideCarrot:zh,LucideCaseLower:Rh,LucideCaseSensitive:Hh,LucideCaseUpper:Ah,LucideCassetteTape:Vh,LucideCast:Ph,LucideCastle:Bh,LucideCat:qh,LucideCctv:Fh,LucideChartArea:kt,LucideChartBar:wt,LucideChartBarBig:bt,LucideChartBarDecreasing:Oh,LucideChartBarIncreasing:jh,LucideChartBarStacked:Nh,LucideChartCandlestick:vt,LucideChartColumn:xt,LucideChartColumnBig:Mt,LucideChartColumnDecreasing:_h,LucideChartColumnIncreasing:Ct,LucideChartColumnStacked:Wh,LucideChartGantt:Uh,LucideChartLine:Lt,LucideChartNetwork:$h,LucideChartNoAxesColumn:St,LucideChartNoAxesColumnDecreasing:Gh,LucideChartNoAxesColumnIncreasing:Et,LucideChartNoAxesCombined:Yh,LucideChartNoAxesGantt:It,LucideChartPie:Tt,LucideChartScatter:Dt,LucideChartSpline:Zh,LucideCheck:Jh,LucideCheckCheck:Xh,LucideCheckCircle:Ot,LucideCheckCircle2:jt,LucideCheckLine:Kh,LucideCheckSquare:Va,LucideCheckSquare2:Pa,LucideChefHat:Qh,LucideCherry:ec,LucideChevronDown:tc,LucideChevronDownCircle:Nt,LucideChevronDownSquare:Ba,LucideChevronFirst:ic,LucideChevronLast:oc,LucideChevronLeft:ac,LucideChevronLeftCircle:_t,LucideChevronLeftSquare:qa,LucideChevronRight:nc,LucideChevronRightCircle:Wt,LucideChevronRightSquare:Fa,LucideChevronUp:sc,LucideChevronUpCircle:Ut,LucideChevronUpSquare:Oa,LucideChevronsDown:lc,LucideChevronsDownUp:rc,LucideChevronsLeft:dc,LucideChevronsLeftRight:cc,LucideChevronsLeftRightEllipsis:hc,LucideChevronsRight:pc,LucideChevronsRightLeft:uc,LucideChevronsUp:fc,LucideChevronsUpDown:yc,LucideChrome:mc,LucideChurch:gc,LucideCigarette:bc,LucideCigaretteOff:kc,LucideCircle:zc,LucideCircleAlert:Rt,LucideCircleArrowDown:zt,LucideCircleArrowLeft:Ht,LucideCircleArrowOutDownLeft:At,LucideCircleArrowOutDownRight:Vt,LucideCircleArrowOutUpLeft:Pt,LucideCircleArrowOutUpRight:Bt,LucideCircleArrowRight:qt,LucideCircleArrowUp:Ft,LucideCircleCheck:jt,LucideCircleCheckBig:Ot,LucideCircleChevronDown:Nt,LucideCircleChevronLeft:_t,LucideCircleChevronRight:Wt,LucideCircleChevronUp:Ut,LucideCircleDashed:wc,LucideCircleDivide:$t,LucideCircleDollarSign:vc,LucideCircleDot:Cc,LucideCircleDotDashed:Mc,LucideCircleEllipsis:xc,LucideCircleEqual:Lc,LucideCircleFadingArrowUp:Ec,LucideCircleFadingPlus:Sc,LucideCircleGauge:Gt,LucideCircleHelp:Yt,LucideCircleMinus:Zt,LucideCircleOff:Ic,LucideCircleParking:Kt,LucideCircleParkingOff:Xt,LucideCirclePause:Jt,LucideCirclePercent:Qt,LucideCirclePlay:ei,LucideCirclePlus:ti,LucideCirclePower:ii,LucideCircleSlash:Tc,LucideCircleSlash2:ai,LucideCircleSlashed:ai,LucideCircleSmall:Dc,LucideCircleStop:oi,LucideCircleUser:si,LucideCircleUserRound:ni,LucideCircleX:ri,LucideCircuitBoard:Rc,LucideCitrus:Hc,LucideClapperboard:Ac,LucideClipboard:_c,LucideClipboardCheck:Vc,LucideClipboardCopy:Pc,LucideClipboardEdit:hi,LucideClipboardList:Bc,LucideClipboardMinus:qc,LucideClipboardPaste:Fc,LucideClipboardPen:hi,LucideClipboardPenLine:li,LucideClipboardPlus:Oc,LucideClipboardSignature:li,LucideClipboardType:jc,LucideClipboardX:Nc,LucideClock:rd,LucideClock1:Wc,LucideClock10:Uc,LucideClock11:$c,LucideClock12:Gc,LucideClock2:Yc,LucideClock3:Zc,LucideClock4:Xc,LucideClock5:Kc,LucideClock6:Jc,LucideClock7:Qc,LucideClock8:ed,LucideClock9:td,LucideClockAlert:id,LucideClockArrowDown:ad,LucideClockArrowUp:od,LucideClockFading:nd,LucideClockPlus:sd,LucideCloud:Md,LucideCloudAlert:ld,LucideCloudCog:hd,LucideCloudDownload:ci,LucideCloudDrizzle:cd,LucideCloudFog:ud,LucideCloudHail:dd,LucideCloudLightning:pd,LucideCloudMoon:fd,LucideCloudMoonRain:yd,LucideCloudOff:md,LucideCloudRain:kd,LucideCloudRainWind:gd,LucideCloudSnow:bd,LucideCloudSun:vd,LucideCloudSunRain:wd,LucideCloudUpload:di,LucideCloudy:Cd,LucideClover:xd,LucideClub:Ld,LucideCode:Ed,LucideCode2:ui,LucideCodeSquare:ja,LucideCodeXml:ui,LucideCodepen:Sd,LucideCodesandbox:Id,LucideCoffee:Td,LucideCog:Dd,LucideCoins:zd,LucideColumns:pi,LucideColumns2:pi,LucideColumns3:yi,LucideColumns3Cog:Se,LucideColumns4:Rd,LucideColumnsSettings:Se,LucideCombine:Ad,LucideCommand:Hd,LucideCompass:Vd,LucideComponent:Pd,LucideComputer:Bd,LucideConciergeBell:qd,LucideCone:Od,LucideConstruction:Fd,LucideContact:jd,LucideContact2:fi,LucideContactRound:fi,LucideContainer:Nd,LucideContrast:_d,LucideCookie:Wd,LucideCookingPot:Ud,LucideCopy:Kd,LucideCopyCheck:Gd,LucideCopyMinus:$d,LucideCopyPlus:Yd,LucideCopySlash:Zd,LucideCopyX:Xd,LucideCopyleft:Jd,LucideCopyright:Qd,LucideCornerDownLeft:e2,LucideCornerDownRight:t2,LucideCornerLeftDown:i2,LucideCornerLeftUp:a2,LucideCornerRightDown:o2,LucideCornerRightUp:n2,LucideCornerUpLeft:s2,LucideCornerUpRight:r2,LucideCpu:l2,LucideCreativeCommons:h2,LucideCreditCard:c2,LucideCroissant:d2,LucideCrop:u2,LucideCross:p2,LucideCrosshair:y2,LucideCrown:f2,LucideCuboid:m2,LucideCupSoda:g2,LucideCurlyBraces:mt,LucideCurrency:k2,LucideCylinder:b2,LucideDam:w2,LucideDatabase:C2,LucideDatabaseBackup:v2,LucideDatabaseZap:M2,LucideDecimalsArrowLeft:x2,LucideDecimalsArrowRight:L2,LucideDelete:E2,LucideDessert:I2,LucideDiameter:S2,LucideDiamond:z2,LucideDiamondMinus:T2,LucideDiamondPercent:mi,LucideDiamondPlus:D2,LucideDice1:R2,LucideDice2:H2,LucideDice3:A2,LucideDice4:V2,LucideDice5:P2,LucideDice6:B2,LucideDices:q2,LucideDiff:F2,LucideDisc:_2,LucideDisc2:O2,LucideDisc3:j2,LucideDiscAlbum:N2,LucideDivide:W2,LucideDivideCircle:$t,LucideDivideSquare:Ua,LucideDna:U2,LucideDnaOff:$2,LucideDock:G2,LucideDog:Y2,LucideDollarSign:Z2,LucideDonut:X2,LucideDoorClosed:J2,LucideDoorClosedLocked:K2,LucideDoorOpen:Q2,LucideDot:e0,LucideDotSquare:$a,LucideDownload:t0,LucideDownloadCloud:ci,LucideDraftingCompass:i0,LucideDrama:a0,LucideDribbble:o0,LucideDrill:n0,LucideDroplet:r0,LucideDropletOff:s0,LucideDroplets:l0,LucideDrum:h0,LucideDrumstick:c0,LucideDumbbell:d0,LucideEar:p0,LucideEarOff:u0,LucideEarth:gi,LucideEarthLock:f0,LucideEclipse:y0,LucideEdit:ue,LucideEdit2:ha,LucideEdit3:la,LucideEgg:k0,LucideEggFried:m0,LucideEggOff:g0,LucideEllipsis:bi,LucideEllipsisVertical:ki,LucideEqual:v0,LucideEqualApproximately:b0,LucideEqualNot:w0,LucideEqualSquare:Ga,LucideEraser:M0,LucideEthernetPort:C0,LucideEuro:x0,LucideExpand:L0,LucideExternalLink:E0,LucideEye:T0,LucideEyeClosed:S0,LucideEyeOff:I0,LucideFacebook:D0,LucideFactory:z0,LucideFan:R0,LucideFastForward:H0,LucideFeather:A0,LucideFence:B0,LucideFerrisWheel:V0,LucideFigma:P0,LucideFile:Au,LucideFileArchive:q0,LucideFileAudio:O0,LucideFileAudio2:F0,LucideFileAxis3D:wi,LucideFileAxis3d:wi,LucideFileBadge:N0,LucideFileBadge2:j0,LucideFileBarChart:vi,LucideFileBarChart2:Mi,LucideFileBox:_0,LucideFileChartColumn:Mi,LucideFileChartColumnIncreasing:vi,LucideFileChartLine:Ci,LucideFileChartPie:xi,LucideFileCheck:U0,LucideFileCheck2:W0,LucideFileClock:$0,LucideFileCode:Y0,LucideFileCode2:G0,LucideFileCog:Li,LucideFileCog2:Li,LucideFileDiff:Z0,LucideFileDigit:X0,LucideFileDown:K0,LucideFileEdit:Si,LucideFileHeart:J0,LucideFileImage:Q0,LucideFileInput:eu,LucideFileJson:iu,LucideFileJson2:tu,LucideFileKey:ou,LucideFileKey2:au,LucideFileLineChart:Ci,LucideFileLock:su,LucideFileLock2:nu,LucideFileMinus:ru,LucideFileMinus2:lu,LucideFileMusic:hu,LucideFileOutput:cu,LucideFilePen:Si,LucideFilePenLine:Ei,LucideFilePieChart:xi,LucideFilePlus:pu,LucideFilePlus2:du,LucideFileQuestion:uu,LucideFileScan:yu,LucideFileSearch:mu,LucideFileSearch2:fu,LucideFileSignature:Ei,LucideFileSliders:gu,LucideFileSpreadsheet:ku,LucideFileStack:bu,LucideFileSymlink:wu,LucideFileTerminal:vu,LucideFileText:Mu,LucideFileType:xu,LucideFileType2:Cu,LucideFileUp:Lu,LucideFileUser:Eu,LucideFileVideo:Iu,LucideFileVideo2:Su,LucideFileVolume:zu,LucideFileVolume2:Tu,LucideFileWarning:Du,LucideFileX:Hu,LucideFileX2:Ru,LucideFiles:Pu,LucideFilm:Vu,LucideFilter:zi,LucideFilterX:Di,LucideFingerprint:Bu,LucideFireExtinguisher:qu,LucideFish:ju,LucideFishOff:Fu,LucideFishSymbol:Ou,LucideFlag:Uu,LucideFlagOff:Nu,LucideFlagTriangleLeft:_u,LucideFlagTriangleRight:Wu,LucideFlame:Gu,LucideFlameKindling:$u,LucideFlashlight:Xu,LucideFlashlightOff:Yu,LucideFlaskConical:Ku,LucideFlaskConicalOff:Zu,LucideFlaskRound:Ju,LucideFlipHorizontal:ep,LucideFlipHorizontal2:Qu,LucideFlipVertical:tp,LucideFlipVertical2:ip,LucideFlower:op,LucideFlower2:ap,LucideFocus:np,LucideFoldHorizontal:sp,LucideFoldVertical:rp,LucideFolder:Vp,LucideFolderArchive:lp,LucideFolderCheck:hp,LucideFolderClock:dp,LucideFolderClosed:cp,LucideFolderCode:up,LucideFolderCog:Ii,LucideFolderCog2:Ii,LucideFolderDot:pp,LucideFolderDown:yp,LucideFolderEdit:Ti,LucideFolderGit:mp,LucideFolderGit2:fp,LucideFolderHeart:gp,LucideFolderInput:kp,LucideFolderKanban:bp,LucideFolderKey:wp,LucideFolderLock:vp,LucideFolderMinus:Cp,LucideFolderOpen:xp,LucideFolderOpenDot:Mp,LucideFolderOutput:Ep,LucideFolderPen:Ti,LucideFolderPlus:Lp,LucideFolderRoot:Sp,LucideFolderSearch:Tp,LucideFolderSearch2:Ip,LucideFolderSymlink:zp,LucideFolderSync:Dp,LucideFolderTree:Rp,LucideFolderUp:Hp,LucideFolderX:Ap,LucideFolders:Pp,LucideFootprints:Bp,LucideForkKnife:Ao,LucideForkKnifeCrossed:Ho,LucideForklift:qp,LucideFormInput:da,LucideForward:Op,LucideFrame:Fp,LucideFramer:jp,LucideFrown:Np,LucideFuel:Wp,LucideFullscreen:_p,LucideFunctionSquare:Ya,LucideFunnel:zi,LucideFunnelPlus:Up,LucideFunnelX:Di,LucideGalleryHorizontal:Yp,LucideGalleryHorizontalEnd:$p,LucideGalleryThumbnails:Gp,LucideGalleryVertical:Xp,LucideGalleryVerticalEnd:Zp,LucideGamepad:Kp,LucideGamepad2:Jp,LucideGanttChart:It,LucideGanttChartSquare:Te,LucideGauge:Qp,LucideGaugeCircle:Gt,LucideGavel:ey,LucideGem:ty,LucideGhost:iy,LucideGift:ay,LucideGitBranch:ny,LucideGitBranchPlus:oy,LucideGitCommit:Ri,LucideGitCommitHorizontal:Ri,LucideGitCommitVertical:sy,LucideGitCompare:ly,LucideGitCompareArrows:ry,LucideGitFork:hy,LucideGitGraph:cy,LucideGitMerge:dy,LucideGitPullRequest:gy,LucideGitPullRequestArrow:uy,LucideGitPullRequestClosed:py,LucideGitPullRequestCreate:my,LucideGitPullRequestCreateArrow:yy,LucideGitPullRequestDraft:fy,LucideGithub:ky,LucideGitlab:by,LucideGlassWater:wy,LucideGlasses:vy,LucideGlobe:xy,LucideGlobe2:gi,LucideGlobeLock:My,LucideGoal:Cy,LucideGpu:Ly,LucideGrab:Ey,LucideGraduationCap:Sy,LucideGrape:Iy,LucideGrid:Ie,LucideGrid2X2:Pi,LucideGrid2X2Check:Hi,LucideGrid2X2Plus:Ai,LucideGrid2X2X:Vi,LucideGrid2x2:Pi,LucideGrid2x2Check:Hi,LucideGrid2x2Plus:Ai,LucideGrid2x2X:Vi,LucideGrid3X3:Ie,LucideGrid3x3:Ie,LucideGrip:zy,LucideGripHorizontal:Ty,LucideGripVertical:Dy,LucideGroup:Ry,LucideGuitar:Hy,LucideHam:Ay,LucideHamburger:Vy,LucideHammer:Py,LucideHand:jy,LucideHandCoins:By,LucideHandHeart:qy,LucideHandHelping:Bi,LucideHandMetal:Fy,LucideHandPlatter:Oy,LucideHandshake:_y,LucideHardDrive:Uy,LucideHardDriveDownload:Ny,LucideHardDriveUpload:Wy,LucideHardHat:$y,LucideHash:Gy,LucideHaze:Yy,LucideHdmiPort:Zy,LucideHeading:af,LucideHeading1:Xy,LucideHeading2:Ky,LucideHeading3:Jy,LucideHeading4:tf,LucideHeading5:Qy,LucideHeading6:ef,LucideHeadphoneOff:of,LucideHeadphones:nf,LucideHeadset:sf,LucideHeart:uf,LucideHeartCrack:rf,LucideHeartHandshake:lf,LucideHeartMinus:hf,LucideHeartOff:cf,LucideHeartPlus:df,LucideHeartPulse:pf,LucideHeater:yf,LucideHelpCircle:Yt,LucideHelpingHand:Bi,LucideHexagon:ff,LucideHighlighter:mf,LucideHistory:gf,LucideHome:qi,LucideHop:bf,LucideHopOff:kf,LucideHospital:wf,LucideHotel:vf,LucideHourglass:Mf,LucideHouse:qi,LucideHousePlug:Cf,LucideHousePlus:xf,LucideHouseWifi:Lf,LucideIceCream:Oi,LucideIceCream2:Fi,LucideIceCreamBowl:Fi,LucideIceCreamCone:Oi,LucideIdCard:Ef,LucideImage:Af,LucideImageDown:Sf,LucideImageMinus:If,LucideImageOff:Df,LucideImagePlay:Tf,LucideImagePlus:zf,LucideImageUp:Hf,LucideImageUpscale:Rf,LucideImages:Vf,LucideImport:Bf,LucideInbox:Pf,LucideIndent:Ni,LucideIndentDecrease:ji,LucideIndentIncrease:Ni,LucideIndianRupee:qf,LucideInfinity:Ff,LucideInfo:Of,LucideInspect:eo,LucideInspectionPanel:_f,LucideInstagram:jf,LucideItalic:Nf,LucideIterationCcw:Wf,LucideIterationCw:Uf,LucideJapaneseYen:$f,LucideJoystick:Gf,LucideKanban:Yf,LucideKanbanSquare:Za,LucideKanbanSquareDashed:Na,LucideKey:Kf,LucideKeyRound:Xf,LucideKeySquare:Zf,LucideKeyboard:em,LucideKeyboardMusic:Jf,LucideKeyboardOff:Qf,LucideLamp:sm,LucideLampCeiling:tm,LucideLampDesk:am,LucideLampFloor:im,LucideLampWallDown:om,LucideLampWallUp:nm,LucideLandPlot:rm,LucideLandmark:lm,LucideLanguages:hm,LucideLaptop:dm,LucideLaptop2:_i,LucideLaptopMinimal:_i,LucideLaptopMinimalCheck:cm,LucideLasso:um,LucideLassoSelect:ym,LucideLaugh:pm,LucideLayers:Wi,LucideLayers2:fm,LucideLayers3:Wi,LucideLayout:ra,LucideLayoutDashboard:mm,LucideLayoutGrid:gm,LucideLayoutList:km,LucideLayoutPanelLeft:bm,LucideLayoutPanelTop:wm,LucideLayoutTemplate:vm,LucideLeaf:Mm,LucideLeafyGreen:xm,LucideLectern:Cm,LucideLetterText:Lm,LucideLibrary:Sm,LucideLibraryBig:Em,LucideLibrarySquare:Xa,LucideLifeBuoy:Im,LucideLigature:Tm,LucideLightbulb:zm,LucideLightbulbOff:Dm,LucideLineChart:Lt,LucideLink:Am,LucideLink2:Hm,LucideLink2Off:Rm,LucideLinkedin:Vm,LucideList:Jm,LucideListCheck:Pm,LucideListChecks:Bm,LucideListCollapse:qm,LucideListEnd:Fm,LucideListFilter:Nm,LucideListFilterPlus:Om,LucideListMinus:jm,LucideListMusic:_m,LucideListOrdered:Wm,LucideListPlus:Um,LucideListRestart:$m,LucideListStart:Gm,LucideListTodo:Ym,LucideListTree:Zm,LucideListVideo:Xm,LucideListX:Km,LucideLoader:eg,LucideLoader2:Ui,LucideLoaderCircle:Ui,LucideLoaderPinwheel:Qm,LucideLocate:ag,LucideLocateFixed:tg,LucideLocateOff:ig,LucideLocationEdit:og,LucideLock:sg,LucideLockKeyhole:ng,LucideLockKeyholeOpen:$i,LucideLockOpen:Gi,LucideLogIn:rg,LucideLogOut:lg,LucideLogs:hg,LucideLollipop:cg,LucideLuggage:dg,LucideMSquare:Ka,LucideMagnet:ug,LucideMail:vg,LucideMailCheck:pg,LucideMailMinus:yg,LucideMailOpen:fg,LucideMailPlus:mg,LucideMailQuestion:gg,LucideMailSearch:kg,LucideMailWarning:bg,LucideMailX:wg,LucideMailbox:Mg,LucideMails:Cg,LucideMap:Bg,LucideMapPin:Ag,LucideMapPinCheck:Lg,LucideMapPinCheckInside:xg,LucideMapPinHouse:Eg,LucideMapPinMinus:Ig,LucideMapPinMinusInside:Sg,LucideMapPinOff:Tg,LucideMapPinPlus:zg,LucideMapPinPlusInside:Dg,LucideMapPinX:Rg,LucideMapPinXInside:Hg,LucideMapPinned:Vg,LucideMapPlus:Pg,LucideMars:Fg,LucideMarsStroke:qg,LucideMartini:Og,LucideMaximize:jg,LucideMaximize2:Ng,LucideMedal:_g,LucideMegaphone:Ug,LucideMegaphoneOff:Wg,LucideMeh:$g,LucideMemoryStick:Yg,LucideMenu:Gg,LucideMenuSquare:Ja,LucideMerge:Zg,LucideMessageCircle:sk,LucideMessageCircleCode:Xg,LucideMessageCircleDashed:Kg,LucideMessageCircleHeart:Jg,LucideMessageCircleMore:Qg,LucideMessageCircleOff:ek,LucideMessageCirclePlus:tk,LucideMessageCircleQuestion:ik,LucideMessageCircleReply:ak,LucideMessageCircleWarning:ok,LucideMessageCircleX:nk,LucideMessageSquare:Mk,LucideMessageSquareCode:rk,LucideMessageSquareDashed:lk,LucideMessageSquareDiff:hk,LucideMessageSquareDot:ck,LucideMessageSquareHeart:dk,LucideMessageSquareLock:uk,LucideMessageSquareMore:pk,LucideMessageSquareOff:yk,LucideMessageSquarePlus:fk,LucideMessageSquareQuote:mk,LucideMessageSquareReply:gk,LucideMessageSquareShare:kk,LucideMessageSquareText:bk,LucideMessageSquareWarning:wk,LucideMessageSquareX:vk,LucideMessagesSquare:Ck,LucideMic:Lk,LucideMic2:Yi,LucideMicOff:xk,LucideMicVocal:Yi,LucideMicrochip:Ek,LucideMicroscope:Sk,LucideMicrowave:Ik,LucideMilestone:Tk,LucideMilk:zk,LucideMilkOff:Dk,LucideMinimize:Hk,LucideMinimize2:Rk,LucideMinus:Ak,LucideMinusCircle:Zt,LucideMinusSquare:Qa,LucideMonitor:Gk,LucideMonitorCheck:Vk,LucideMonitorCog:Bk,LucideMonitorDot:Pk,LucideMonitorDown:qk,LucideMonitorOff:Fk,LucideMonitorPause:Ok,LucideMonitorPlay:jk,LucideMonitorSmartphone:Nk,LucideMonitorSpeaker:Wk,LucideMonitorStop:_k,LucideMonitorUp:Uk,LucideMonitorX:$k,LucideMoon:Zk,LucideMoonStar:Yk,LucideMoreHorizontal:bi,LucideMoreVertical:ki,LucideMountain:Kk,LucideMountainSnow:Xk,LucideMouse:n3,LucideMouseOff:Jk,LucideMousePointer:i3,LucideMousePointer2:Qk,LucideMousePointerBan:e3,LucideMousePointerClick:t3,LucideMousePointerSquareDashed:_a,LucideMove:m3,LucideMove3D:Zi,LucideMove3d:Zi,LucideMoveDiagonal:o3,LucideMoveDiagonal2:a3,LucideMoveDown:l3,LucideMoveDownLeft:s3,LucideMoveDownRight:r3,LucideMoveHorizontal:c3,LucideMoveLeft:h3,LucideMoveRight:d3,LucideMoveUp:y3,LucideMoveUpLeft:u3,LucideMoveUpRight:p3,LucideMoveVertical:f3,LucideMusic:w3,LucideMusic2:g3,LucideMusic3:k3,LucideMusic4:b3,LucideNavigation:x3,LucideNavigation2:M3,LucideNavigation2Off:v3,LucideNavigationOff:C3,LucideNetwork:L3,LucideNewspaper:E3,LucideNfc:S3,LucideNonBinary:I3,LucideNotebook:R3,LucideNotebookPen:T3,LucideNotebookTabs:D3,LucideNotebookText:z3,LucideNotepadText:A3,LucideNotepadTextDashed:H3,LucideNut:P3,LucideNutOff:V3,LucideOctagon:q3,LucideOctagonAlert:Xi,LucideOctagonMinus:B3,LucideOctagonPause:Ji,LucideOctagonX:Ki,LucideOmega:F3,LucideOption:O3,LucideOrbit:N3,LucideOrigami:j3,LucideOutdent:ji,LucidePackage:X3,LucidePackage2:_3,LucidePackageCheck:W3,LucidePackageMinus:U3,LucidePackageOpen:$3,LucidePackagePlus:G3,LucidePackageSearch:Y3,LucidePackageX:Z3,LucidePaintBucket:K3,LucidePaintRoller:J3,LucidePaintbrush:Q3,LucidePaintbrush2:Qi,LucidePaintbrushVertical:Qi,LucidePalette:e4,LucidePalmtree:Mo,LucidePanda:t4,LucidePanelBottom:o4,LucidePanelBottomClose:i4,LucidePanelBottomDashed:ea,LucidePanelBottomInactive:ea,LucidePanelBottomOpen:a4,LucidePanelLeft:oa,LucidePanelLeftClose:ta,LucidePanelLeftDashed:ia,LucidePanelLeftInactive:ia,LucidePanelLeftOpen:aa,LucidePanelRight:l4,LucidePanelRightClose:n4,LucidePanelRightDashed:na,LucidePanelRightInactive:na,LucidePanelRightOpen:s4,LucidePanelTop:c4,LucidePanelTopClose:r4,LucidePanelTopDashed:sa,LucidePanelTopInactive:sa,LucidePanelTopOpen:h4,LucidePanelsLeftBottom:d4,LucidePanelsLeftRight:yi,LucidePanelsRightBottom:u4,LucidePanelsTopBottom:ya,LucidePanelsTopLeft:ra,LucidePaperclip:p4,LucideParentheses:y4,LucideParkingCircle:Kt,LucideParkingCircleOff:Xt,LucideParkingMeter:f4,LucideParkingSquare:io,LucideParkingSquareOff:to,LucidePartyPopper:m4,LucidePause:g4,LucidePauseCircle:Jt,LucidePauseOctagon:Ji,LucidePawPrint:k4,LucidePcCase:b4,LucidePen:ha,LucidePenBox:ue,LucidePenLine:la,LucidePenOff:w4,LucidePenSquare:ue,LucidePenTool:v4,LucidePencil:L4,LucidePencilLine:C4,LucidePencilOff:M4,LucidePencilRuler:x4,LucidePentagon:E4,LucidePercent:S4,LucidePercentCircle:Qt,LucidePercentDiamond:mi,LucidePercentSquare:ao,LucidePersonStanding:I4,LucidePhilippinePeso:D4,LucidePhone:P4,LucidePhoneCall:T4,LucidePhoneForwarded:z4,LucidePhoneIncoming:R4,LucidePhoneMissed:H4,LucidePhoneOff:A4,LucidePhoneOutgoing:V4,LucidePi:B4,LucidePiSquare:oo,LucidePiano:q4,LucidePickaxe:F4,LucidePictureInPicture:j4,LucidePictureInPicture2:O4,LucidePieChart:Tt,LucidePiggyBank:N4,LucidePilcrow:U4,LucidePilcrowLeft:_4,LucidePilcrowRight:W4,LucidePilcrowSquare:no,LucidePill:G4,LucidePillBottle:$4,LucidePin:Z4,LucidePinOff:Y4,LucidePipette:X4,LucidePizza:K4,LucidePlane:e5,LucidePlaneLanding:J4,LucidePlaneTakeoff:Q4,LucidePlay:t5,LucidePlayCircle:ei,LucidePlaySquare:so,LucidePlug:a5,LucidePlug2:i5,LucidePlugZap:ca,LucidePlugZap2:ca,LucidePlus:o5,LucidePlusCircle:ti,LucidePlusSquare:ro,LucidePocket:n5,LucidePocketKnife:s5,LucidePodcast:r5,LucidePointer:h5,LucidePointerOff:l5,LucidePopcorn:c5,LucidePopsicle:d5,LucidePoundSterling:u5,LucidePower:y5,LucidePowerCircle:ii,LucidePowerOff:p5,LucidePowerSquare:lo,LucidePresentation:f5,LucidePrinter:g5,LucidePrinterCheck:m5,LucideProjector:k5,LucideProportions:b5,LucidePuzzle:w5,LucidePyramid:v5,LucideQrCode:M5,LucideQuote:x5,LucideRabbit:C5,LucideRadar:L5,LucideRadiation:E5,LucideRadical:S5,LucideRadio:D5,LucideRadioReceiver:I5,LucideRadioTower:T5,LucideRadius:z5,LucideRailSymbol:R5,LucideRainbow:H5,LucideRat:A5,LucideRatio:V5,LucideReceipt:W5,LucideReceiptCent:P5,LucideReceiptEuro:B5,LucideReceiptIndianRupee:F5,LucideReceiptJapaneseYen:q5,LucideReceiptPoundSterling:j5,LucideReceiptRussianRuble:O5,LucideReceiptSwissFranc:N5,LucideReceiptText:_5,LucideRectangleEllipsis:da,LucideRectangleGoggles:U5,LucideRectangleHorizontal:$5,LucideRectangleVertical:G5,LucideRecycle:Y5,LucideRedo:K5,LucideRedo2:Z5,LucideRedoDot:X5,LucideRefreshCcw:Q5,LucideRefreshCcwDot:J5,LucideRefreshCw:tb,LucideRefreshCwOff:eb,LucideRefrigerator:ab,LucideRegex:ib,LucideRemoveFormatting:ob,LucideRepeat:rb,LucideRepeat1:nb,LucideRepeat2:sb,LucideReplace:hb,LucideReplaceAll:lb,LucideReply:db,LucideReplyAll:cb,LucideRewind:ub,LucideRibbon:pb,LucideRocket:yb,LucideRockingChair:fb,LucideRollerCoaster:mb,LucideRotate3D:ua,LucideRotate3d:ua,LucideRotateCcw:bb,LucideRotateCcwKey:gb,LucideRotateCcwSquare:kb,LucideRotateCw:vb,LucideRotateCwSquare:wb,LucideRoute:xb,LucideRouteOff:Mb,LucideRouter:Cb,LucideRows:pa,LucideRows2:pa,LucideRows3:ya,LucideRows4:Lb,LucideRss:Eb,LucideRuler:Ib,LucideRulerDimensionLine:Sb,LucideRussianRuble:Tb,LucideSailboat:Db,LucideSalad:zb,LucideSandwich:Rb,LucideSatellite:Ab,LucideSatelliteDish:Hb,LucideSaudiRiyal:Vb,LucideSave:qb,LucideSaveAll:Pb,LucideSaveOff:Bb,LucideScale:Fb,LucideScale3D:fa,LucideScale3d:fa,LucideScaling:Ob,LucideScan:Yb,LucideScanBarcode:jb,LucideScanEye:_b,LucideScanFace:Nb,LucideScanHeart:Wb,LucideScanLine:$b,LucideScanQrCode:Ub,LucideScanSearch:Gb,LucideScanText:Zb,LucideScatterChart:Dt,LucideSchool:Xb,LucideSchool2:Lo,LucideScissors:Jb,LucideScissorsLineDashed:Kb,LucideScissorsSquare:ho,LucideScissorsSquareDashedBottom:Aa,LucideScreenShare:ew,LucideScreenShareOff:Qb,LucideScroll:iw,LucideScrollText:tw,LucideSearch:rw,LucideSearchCheck:aw,LucideSearchCode:ow,LucideSearchSlash:nw,LucideSearchX:sw,LucideSection:lw,LucideSend:dw,LucideSendHorizonal:ma,LucideSendHorizontal:ma,LucideSendToBack:hw,LucideSeparatorHorizontal:cw,LucideSeparatorVertical:pw,LucideServer:mw,LucideServerCog:uw,LucideServerCrash:yw,LucideServerOff:fw,LucideSettings:kw,LucideSettings2:gw,LucideShapes:bw,LucideShare:vw,LucideShare2:ww,LucideSheet:Mw,LucideShell:Cw,LucideShield:Aw,LucideShieldAlert:xw,LucideShieldBan:Lw,LucideShieldCheck:Ew,LucideShieldClose:ga,LucideShieldEllipsis:Sw,LucideShieldHalf:Iw,LucideShieldMinus:Tw,LucideShieldOff:Dw,LucideShieldPlus:zw,LucideShieldQuestion:Rw,LucideShieldUser:Hw,LucideShieldX:ga,LucideShip:Vw,LucideShipWheel:Bw,LucideShirt:Pw,LucideShoppingBag:qw,LucideShoppingBasket:Fw,LucideShoppingCart:Ow,LucideShovel:jw,LucideShowerHead:Nw,LucideShredder:_w,LucideShrimp:Ww,LucideShrink:Uw,LucideShrub:$w,LucideShuffle:Gw,LucideSidebar:oa,LucideSidebarClose:ta,LucideSidebarOpen:aa,LucideSigma:Yw,LucideSigmaSquare:co,LucideSignal:Qw,LucideSignalHigh:Zw,LucideSignalLow:Xw,LucideSignalMedium:Kw,LucideSignalZero:Jw,LucideSignature:ev,LucideSignpost:iv,LucideSignpostBig:tv,LucideSiren:av,LucideSkipBack:ov,LucideSkipForward:nv,LucideSkull:sv,LucideSlack:rv,LucideSlash:lv,LucideSlashSquare:po,LucideSlice:cv,LucideSliders:ka,LucideSlidersHorizontal:hv,LucideSlidersVertical:ka,LucideSmartphone:pv,LucideSmartphoneCharging:dv,LucideSmartphoneNfc:uv,LucideSmile:fv,LucideSmilePlus:yv,LucideSnail:mv,LucideSnowflake:gv,LucideSoapDispenserDroplet:kv,LucideSofa:bv,LucideSortAsc:ht,LucideSortDesc:st,LucideSoup:wv,LucideSpace:vv,LucideSpade:Mv,LucideSparkle:Cv,LucideSparkles:ba,LucideSpeaker:xv,LucideSpeech:Lv,LucideSpellCheck:Sv,LucideSpellCheck2:Ev,LucideSpline:Tv,LucideSplinePointer:Iv,LucideSplit:zv,LucideSplitSquareHorizontal:uo,LucideSplitSquareVertical:yo,LucideSprayCan:Dv,LucideSprout:Rv,LucideSquare:Ov,LucideSquareActivity:wa,LucideSquareArrowDown:Ca,LucideSquareArrowDownLeft:va,LucideSquareArrowDownRight:Ma,LucideSquareArrowLeft:xa,LucideSquareArrowOutDownLeft:La,LucideSquareArrowOutDownRight:Ea,LucideSquareArrowOutUpLeft:Sa,LucideSquareArrowOutUpRight:Ia,LucideSquareArrowRight:Ta,LucideSquareArrowUp:Ra,LucideSquareArrowUpLeft:za,LucideSquareArrowUpRight:Da,LucideSquareAsterisk:Ha,LucideSquareBottomDashedScissors:Aa,LucideSquareChartGantt:Te,LucideSquareCheck:Pa,LucideSquareCheckBig:Va,LucideSquareChevronDown:Ba,LucideSquareChevronLeft:qa,LucideSquareChevronRight:Fa,LucideSquareChevronUp:Oa,LucideSquareCode:ja,LucideSquareDashed:Wa,LucideSquareDashedBottom:Av,LucideSquareDashedBottomCode:Hv,LucideSquareDashedKanban:Na,LucideSquareDashedMousePointer:_a,LucideSquareDashedTopSolid:Vv,LucideSquareDivide:Ua,LucideSquareDot:$a,LucideSquareEqual:Ga,LucideSquareFunction:Ya,LucideSquareGanttChart:Te,LucideSquareKanban:Za,LucideSquareLibrary:Xa,LucideSquareM:Ka,LucideSquareMenu:Ja,LucideSquareMinus:Qa,LucideSquareMousePointer:eo,LucideSquareParking:io,LucideSquareParkingOff:to,LucideSquarePen:ue,LucideSquarePercent:ao,LucideSquarePi:oo,LucideSquarePilcrow:no,LucideSquarePlay:so,LucideSquarePlus:ro,LucideSquarePower:lo,LucideSquareRadical:Pv,LucideSquareRoundCorner:Bv,LucideSquareScissors:ho,LucideSquareSigma:co,LucideSquareSlash:po,LucideSquareSplitHorizontal:uo,LucideSquareSplitVertical:yo,LucideSquareSquare:qv,LucideSquareStack:Fv,LucideSquareTerminal:fo,LucideSquareUser:go,LucideSquareUserRound:mo,LucideSquareX:ko,LucideSquaresExclude:Nv,LucideSquaresIntersect:jv,LucideSquaresSubtract:_v,LucideSquaresUnite:Wv,LucideSquircle:Uv,LucideSquirrel:$v,LucideStamp:Gv,LucideStar:Xv,LucideStarHalf:Yv,LucideStarOff:Zv,LucideStars:ba,LucideStepBack:Kv,LucideStepForward:Jv,LucideStethoscope:Qv,LucideSticker:e6,LucideStickyNote:t6,LucideStopCircle:oi,LucideStore:i6,LucideStretchHorizontal:a6,LucideStretchVertical:o6,LucideStrikethrough:n6,LucideSubscript:s6,LucideSubtitles:gt,LucideSun:d6,LucideSunDim:l6,LucideSunMedium:r6,LucideSunMoon:h6,LucideSunSnow:c6,LucideSunrise:u6,LucideSunset:p6,LucideSuperscript:y6,LucideSwatchBook:f6,LucideSwissFranc:m6,LucideSwitchCamera:g6,LucideSword:k6,LucideSwords:b6,LucideSyringe:w6,LucideTable:I6,LucideTable2:v6,LucideTableCellsMerge:M6,LucideTableCellsSplit:C6,LucideTableColumnsSplit:x6,LucideTableConfig:Se,LucideTableOfContents:L6,LucideTableProperties:E6,LucideTableRowsSplit:S6,LucideTablet:D6,LucideTabletSmartphone:T6,LucideTablets:z6,LucideTag:R6,LucideTags:H6,LucideTally1:A6,LucideTally2:V6,LucideTally3:P6,LucideTally4:B6,LucideTally5:q6,LucideTangent:F6,LucideTarget:O6,LucideTelescope:j6,LucideTent:_6,LucideTentTree:N6,LucideTerminal:W6,LucideTerminalSquare:fo,LucideTestTube:U6,LucideTestTube2:bo,LucideTestTubeDiagonal:bo,LucideTestTubes:$6,LucideText:K6,LucideTextCursor:Y6,LucideTextCursorInput:G6,LucideTextQuote:Z6,LucideTextSearch:X6,LucideTextSelect:wo,LucideTextSelection:wo,LucideTheater:J6,LucideThermometer:t8,LucideThermometerSnowflake:Q6,LucideThermometerSun:e8,LucideThumbsDown:i8,LucideThumbsUp:a8,LucideTicket:c8,LucideTicketCheck:o8,LucideTicketMinus:n8,LucideTicketPercent:s8,LucideTicketPlus:r8,LucideTicketSlash:l8,LucideTicketX:h8,LucideTickets:p8,LucideTicketsPlane:d8,LucideTimer:f8,LucideTimerOff:u8,LucideTimerReset:y8,LucideToggleLeft:m8,LucideToggleRight:g8,LucideToilet:k8,LucideTornado:b8,LucideTorus:w8,LucideTouchpad:M8,LucideTouchpadOff:v8,LucideTowerControl:C8,LucideToyBrick:x8,LucideTractor:L8,LucideTrafficCone:E8,LucideTrain:vo,LucideTrainFront:I8,LucideTrainFrontTunnel:S8,LucideTrainTrack:T8,LucideTramFront:vo,LucideTransgender:D8,LucideTrash:R8,LucideTrash2:z8,LucideTreeDeciduous:H8,LucideTreePalm:Mo,LucideTreePine:A8,LucideTrees:V8,LucideTrello:P8,LucideTrendingDown:B8,LucideTrendingUp:F8,LucideTrendingUpDown:q8,LucideTriangle:N8,LucideTriangleAlert:Co,LucideTriangleDashed:O8,LucideTriangleRight:j8,LucideTrophy:_8,LucideTruck:W8,LucideTruckElectric:U8,LucideTurtle:$8,LucideTv:Y8,LucideTv2:xo,LucideTvMinimal:xo,LucideTvMinimalPlay:G8,LucideTwitch:Z8,LucideTwitter:X8,LucideType:J8,LucideTypeOutline:K8,LucideUmbrella:eM,LucideUmbrellaOff:Q8,LucideUnderline:tM,LucideUndo:oM,LucideUndo2:aM,LucideUndoDot:iM,LucideUnfoldHorizontal:nM,LucideUnfoldVertical:sM,LucideUngroup:rM,LucideUniversity:Lo,LucideUnlink:hM,LucideUnlink2:lM,LucideUnlock:Gi,LucideUnlockKeyhole:$i,LucideUnplug:cM,LucideUpload:dM,LucideUploadCloud:di,LucideUsb:uM,LucideUser:CM,LucideUser2:zo,LucideUserCheck:pM,LucideUserCheck2:Eo,LucideUserCircle:si,LucideUserCircle2:ni,LucideUserCog:yM,LucideUserCog2:So,LucideUserLock:fM,LucideUserMinus:mM,LucideUserMinus2:Io,LucideUserPen:gM,LucideUserPlus:kM,LucideUserPlus2:To,LucideUserRound:zo,LucideUserRoundCheck:Eo,LucideUserRoundCog:So,LucideUserRoundMinus:Io,LucideUserRoundPen:bM,LucideUserRoundPlus:To,LucideUserRoundSearch:wM,LucideUserRoundX:Do,LucideUserSearch:vM,LucideUserSquare:go,LucideUserSquare2:mo,LucideUserX:MM,LucideUserX2:Do,LucideUsers:xM,LucideUsers2:Ro,LucideUsersRound:Ro,LucideUtensils:Ao,LucideUtensilsCrossed:Ho,LucideUtilityPole:LM,LucideVariable:EM,LucideVault:SM,LucideVegan:IM,LucideVenetianMask:TM,LucideVenus:zM,LucideVenusAndMars:DM,LucideVerified:ut,LucideVibrate:HM,LucideVibrateOff:RM,LucideVideo:PM,LucideVideoOff:AM,LucideVideotape:VM,LucideView:BM,LucideVoicemail:qM,LucideVolleyball:FM,LucideVolume:_M,LucideVolume1:OM,LucideVolume2:jM,LucideVolumeOff:NM,LucideVolumeX:WM,LucideVote:UM,LucideWallet:GM,LucideWallet2:Vo,LucideWalletCards:$M,LucideWalletMinimal:Vo,LucideWallpaper:YM,LucideWand:ZM,LucideWand2:Po,LucideWandSparkles:Po,LucideWarehouse:XM,LucideWashingMachine:KM,LucideWatch:JM,LucideWaves:e7,LucideWavesLadder:QM,LucideWaypoints:t7,LucideWebcam:i7,LucideWebhook:a7,LucideWebhookOff:o7,LucideWeight:n7,LucideWheat:s7,LucideWheatOff:r7,LucideWholeWord:h7,LucideWifi:p7,LucideWifiHigh:l7,LucideWifiLow:c7,LucideWifiOff:d7,LucideWifiPen:u7,LucideWifiZero:y7,LucideWind:m7,LucideWindArrowDown:f7,LucideWine:k7,LucideWineOff:g7,LucideWorkflow:b7,LucideWorm:w7,LucideWrapText:v7,LucideWrench:M7,LucideX:C7,LucideXCircle:ri,LucideXOctagon:Ki,LucideXSquare:ko,LucideYoutube:x7,LucideZap:E7,LucideZapOff:L7,LucideZoomIn:S7,LucideZoomOut:I7,Luggage:dg,LuggageIcon:dg,MSquare:Ka,MSquareIcon:Ka,Magnet:ug,MagnetIcon:ug,Mail:vg,MailCheck:pg,MailCheckIcon:pg,MailIcon:vg,MailMinus:yg,MailMinusIcon:yg,MailOpen:fg,MailOpenIcon:fg,MailPlus:mg,MailPlusIcon:mg,MailQuestion:gg,MailQuestionIcon:gg,MailSearch:kg,MailSearchIcon:kg,MailWarning:bg,MailWarningIcon:bg,MailX:wg,MailXIcon:wg,Mailbox:Mg,MailboxIcon:Mg,Mails:Cg,MailsIcon:Cg,Map:Bg,MapIcon:Bg,MapPin:Ag,MapPinCheck:Lg,MapPinCheckIcon:Lg,MapPinCheckInside:xg,MapPinCheckInsideIcon:xg,MapPinHouse:Eg,MapPinHouseIcon:Eg,MapPinIcon:Ag,MapPinMinus:Ig,MapPinMinusIcon:Ig,MapPinMinusInside:Sg,MapPinMinusInsideIcon:Sg,MapPinOff:Tg,MapPinOffIcon:Tg,MapPinPlus:zg,MapPinPlusIcon:zg,MapPinPlusInside:Dg,MapPinPlusInsideIcon:Dg,MapPinX:Rg,MapPinXIcon:Rg,MapPinXInside:Hg,MapPinXInsideIcon:Hg,MapPinned:Vg,MapPinnedIcon:Vg,MapPlus:Pg,MapPlusIcon:Pg,Mars:Fg,MarsIcon:Fg,MarsStroke:qg,MarsStrokeIcon:qg,Martini:Og,MartiniIcon:Og,Maximize:jg,Maximize2:Ng,Maximize2Icon:Ng,MaximizeIcon:jg,Medal:_g,MedalIcon:_g,Megaphone:Ug,MegaphoneIcon:Ug,MegaphoneOff:Wg,MegaphoneOffIcon:Wg,Meh:$g,MehIcon:$g,MemoryStick:Yg,MemoryStickIcon:Yg,Menu:Gg,MenuIcon:Gg,MenuSquare:Ja,MenuSquareIcon:Ja,Merge:Zg,MergeIcon:Zg,MessageCircle:sk,MessageCircleCode:Xg,MessageCircleCodeIcon:Xg,MessageCircleDashed:Kg,MessageCircleDashedIcon:Kg,MessageCircleHeart:Jg,MessageCircleHeartIcon:Jg,MessageCircleIcon:sk,MessageCircleMore:Qg,MessageCircleMoreIcon:Qg,MessageCircleOff:ek,MessageCircleOffIcon:ek,MessageCirclePlus:tk,MessageCirclePlusIcon:tk,MessageCircleQuestion:ik,MessageCircleQuestionIcon:ik,MessageCircleReply:ak,MessageCircleReplyIcon:ak,MessageCircleWarning:ok,MessageCircleWarningIcon:ok,MessageCircleX:nk,MessageCircleXIcon:nk,MessageSquare:Mk,MessageSquareCode:rk,MessageSquareCodeIcon:rk,MessageSquareDashed:lk,MessageSquareDashedIcon:lk,MessageSquareDiff:hk,MessageSquareDiffIcon:hk,MessageSquareDot:ck,MessageSquareDotIcon:ck,MessageSquareHeart:dk,MessageSquareHeartIcon:dk,MessageSquareIcon:Mk,MessageSquareLock:uk,MessageSquareLockIcon:uk,MessageSquareMore:pk,MessageSquareMoreIcon:pk,MessageSquareOff:yk,MessageSquareOffIcon:yk,MessageSquarePlus:fk,MessageSquarePlusIcon:fk,MessageSquareQuote:mk,MessageSquareQuoteIcon:mk,MessageSquareReply:gk,MessageSquareReplyIcon:gk,MessageSquareShare:kk,MessageSquareShareIcon:kk,MessageSquareText:bk,MessageSquareTextIcon:bk,MessageSquareWarning:wk,MessageSquareWarningIcon:wk,MessageSquareX:vk,MessageSquareXIcon:vk,MessagesSquare:Ck,MessagesSquareIcon:Ck,Mic:Lk,Mic2:Yi,Mic2Icon:Yi,MicIcon:Lk,MicOff:xk,MicOffIcon:xk,MicVocal:Yi,MicVocalIcon:Yi,Microchip:Ek,MicrochipIcon:Ek,Microscope:Sk,MicroscopeIcon:Sk,Microwave:Ik,MicrowaveIcon:Ik,Milestone:Tk,MilestoneIcon:Tk,Milk:zk,MilkIcon:zk,MilkOff:Dk,MilkOffIcon:Dk,Minimize:Hk,Minimize2:Rk,Minimize2Icon:Rk,MinimizeIcon:Hk,Minus:Ak,MinusCircle:Zt,MinusCircleIcon:Zt,MinusIcon:Ak,MinusSquare:Qa,MinusSquareIcon:Qa,Monitor:Gk,MonitorCheck:Vk,MonitorCheckIcon:Vk,MonitorCog:Bk,MonitorCogIcon:Bk,MonitorDot:Pk,MonitorDotIcon:Pk,MonitorDown:qk,MonitorDownIcon:qk,MonitorIcon:Gk,MonitorOff:Fk,MonitorOffIcon:Fk,MonitorPause:Ok,MonitorPauseIcon:Ok,MonitorPlay:jk,MonitorPlayIcon:jk,MonitorSmartphone:Nk,MonitorSmartphoneIcon:Nk,MonitorSpeaker:Wk,MonitorSpeakerIcon:Wk,MonitorStop:_k,MonitorStopIcon:_k,MonitorUp:Uk,MonitorUpIcon:Uk,MonitorX:$k,MonitorXIcon:$k,Moon:Zk,MoonIcon:Zk,MoonStar:Yk,MoonStarIcon:Yk,MoreHorizontal:bi,MoreHorizontalIcon:bi,MoreVertical:ki,MoreVerticalIcon:ki,Mountain:Kk,MountainIcon:Kk,MountainSnow:Xk,MountainSnowIcon:Xk,Mouse:n3,MouseIcon:n3,MouseOff:Jk,MouseOffIcon:Jk,MousePointer:i3,MousePointer2:Qk,MousePointer2Icon:Qk,MousePointerBan:e3,MousePointerBanIcon:e3,MousePointerClick:t3,MousePointerClickIcon:t3,MousePointerIcon:i3,MousePointerSquareDashed:_a,MousePointerSquareDashedIcon:_a,Move:m3,Move3D:Zi,Move3DIcon:Zi,Move3d:Zi,Move3dIcon:Zi,MoveDiagonal:o3,MoveDiagonal2:a3,MoveDiagonal2Icon:a3,MoveDiagonalIcon:o3,MoveDown:l3,MoveDownIcon:l3,MoveDownLeft:s3,MoveDownLeftIcon:s3,MoveDownRight:r3,MoveDownRightIcon:r3,MoveHorizontal:c3,MoveHorizontalIcon:c3,MoveIcon:m3,MoveLeft:h3,MoveLeftIcon:h3,MoveRight:d3,MoveRightIcon:d3,MoveUp:y3,MoveUpIcon:y3,MoveUpLeft:u3,MoveUpLeftIcon:u3,MoveUpRight:p3,MoveUpRightIcon:p3,MoveVertical:f3,MoveVerticalIcon:f3,Music:w3,Music2:g3,Music2Icon:g3,Music3:k3,Music3Icon:k3,Music4:b3,Music4Icon:b3,MusicIcon:w3,Navigation:x3,Navigation2:M3,Navigation2Icon:M3,Navigation2Off:v3,Navigation2OffIcon:v3,NavigationIcon:x3,NavigationOff:C3,NavigationOffIcon:C3,Network:L3,NetworkIcon:L3,Newspaper:E3,NewspaperIcon:E3,Nfc:S3,NfcIcon:S3,NonBinary:I3,NonBinaryIcon:I3,Notebook:R3,NotebookIcon:R3,NotebookPen:T3,NotebookPenIcon:T3,NotebookTabs:D3,NotebookTabsIcon:D3,NotebookText:z3,NotebookTextIcon:z3,NotepadText:A3,NotepadTextDashed:H3,NotepadTextDashedIcon:H3,NotepadTextIcon:A3,Nut:P3,NutIcon:P3,NutOff:V3,NutOffIcon:V3,Octagon:q3,OctagonAlert:Xi,OctagonAlertIcon:Xi,OctagonIcon:q3,OctagonMinus:B3,OctagonMinusIcon:B3,OctagonPause:Ji,OctagonPauseIcon:Ji,OctagonX:Ki,OctagonXIcon:Ki,Omega:F3,OmegaIcon:F3,Option:O3,OptionIcon:O3,Orbit:N3,OrbitIcon:N3,Origami:j3,OrigamiIcon:j3,Outdent:ji,OutdentIcon:ji,Package:X3,Package2:_3,Package2Icon:_3,PackageCheck:W3,PackageCheckIcon:W3,PackageIcon:X3,PackageMinus:U3,PackageMinusIcon:U3,PackageOpen:$3,PackageOpenIcon:$3,PackagePlus:G3,PackagePlusIcon:G3,PackageSearch:Y3,PackageSearchIcon:Y3,PackageX:Z3,PackageXIcon:Z3,PaintBucket:K3,PaintBucketIcon:K3,PaintRoller:J3,PaintRollerIcon:J3,Paintbrush:Q3,Paintbrush2:Qi,Paintbrush2Icon:Qi,PaintbrushIcon:Q3,PaintbrushVertical:Qi,PaintbrushVerticalIcon:Qi,Palette:e4,PaletteIcon:e4,Palmtree:Mo,PalmtreeIcon:Mo,Panda:t4,PandaIcon:t4,PanelBottom:o4,PanelBottomClose:i4,PanelBottomCloseIcon:i4,PanelBottomDashed:ea,PanelBottomDashedIcon:ea,PanelBottomIcon:o4,PanelBottomInactive:ea,PanelBottomInactiveIcon:ea,PanelBottomOpen:a4,PanelBottomOpenIcon:a4,PanelLeft:oa,PanelLeftClose:ta,PanelLeftCloseIcon:ta,PanelLeftDashed:ia,PanelLeftDashedIcon:ia,PanelLeftIcon:oa,PanelLeftInactive:ia,PanelLeftInactiveIcon:ia,PanelLeftOpen:aa,PanelLeftOpenIcon:aa,PanelRight:l4,PanelRightClose:n4,PanelRightCloseIcon:n4,PanelRightDashed:na,PanelRightDashedIcon:na,PanelRightIcon:l4,PanelRightInactive:na,PanelRightInactiveIcon:na,PanelRightOpen:s4,PanelRightOpenIcon:s4,PanelTop:c4,PanelTopClose:r4,PanelTopCloseIcon:r4,PanelTopDashed:sa,PanelTopDashedIcon:sa,PanelTopIcon:c4,PanelTopInactive:sa,PanelTopInactiveIcon:sa,PanelTopOpen:h4,PanelTopOpenIcon:h4,PanelsLeftBottom:d4,PanelsLeftBottomIcon:d4,PanelsLeftRight:yi,PanelsLeftRightIcon:yi,PanelsRightBottom:u4,PanelsRightBottomIcon:u4,PanelsTopBottom:ya,PanelsTopBottomIcon:ya,PanelsTopLeft:ra,PanelsTopLeftIcon:ra,Paperclip:p4,PaperclipIcon:p4,Parentheses:y4,ParenthesesIcon:y4,ParkingCircle:Kt,ParkingCircleIcon:Kt,ParkingCircleOff:Xt,ParkingCircleOffIcon:Xt,ParkingMeter:f4,ParkingMeterIcon:f4,ParkingSquare:io,ParkingSquareIcon:io,ParkingSquareOff:to,ParkingSquareOffIcon:to,PartyPopper:m4,PartyPopperIcon:m4,Pause:g4,PauseCircle:Jt,PauseCircleIcon:Jt,PauseIcon:g4,PauseOctagon:Ji,PauseOctagonIcon:Ji,PawPrint:k4,PawPrintIcon:k4,PcCase:b4,PcCaseIcon:b4,Pen:ha,PenBox:ue,PenBoxIcon:ue,PenIcon:ha,PenLine:la,PenLineIcon:la,PenOff:w4,PenOffIcon:w4,PenSquare:ue,PenSquareIcon:ue,PenTool:v4,PenToolIcon:v4,Pencil:L4,PencilIcon:L4,PencilLine:C4,PencilLineIcon:C4,PencilOff:M4,PencilOffIcon:M4,PencilRuler:x4,PencilRulerIcon:x4,Pentagon:E4,PentagonIcon:E4,Percent:S4,PercentCircle:Qt,PercentCircleIcon:Qt,PercentDiamond:mi,PercentDiamondIcon:mi,PercentIcon:S4,PercentSquare:ao,PercentSquareIcon:ao,PersonStanding:I4,PersonStandingIcon:I4,PhilippinePeso:D4,PhilippinePesoIcon:D4,Phone:P4,PhoneCall:T4,PhoneCallIcon:T4,PhoneForwarded:z4,PhoneForwardedIcon:z4,PhoneIcon:P4,PhoneIncoming:R4,PhoneIncomingIcon:R4,PhoneMissed:H4,PhoneMissedIcon:H4,PhoneOff:A4,PhoneOffIcon:A4,PhoneOutgoing:V4,PhoneOutgoingIcon:V4,Pi:B4,PiIcon:B4,PiSquare:oo,PiSquareIcon:oo,Piano:q4,PianoIcon:q4,Pickaxe:F4,PickaxeIcon:F4,PictureInPicture:j4,PictureInPicture2:O4,PictureInPicture2Icon:O4,PictureInPictureIcon:j4,PieChart:Tt,PieChartIcon:Tt,PiggyBank:N4,PiggyBankIcon:N4,Pilcrow:U4,PilcrowIcon:U4,PilcrowLeft:_4,PilcrowLeftIcon:_4,PilcrowRight:W4,PilcrowRightIcon:W4,PilcrowSquare:no,PilcrowSquareIcon:no,Pill:G4,PillBottle:$4,PillBottleIcon:$4,PillIcon:G4,Pin:Z4,PinIcon:Z4,PinOff:Y4,PinOffIcon:Y4,Pipette:X4,PipetteIcon:X4,Pizza:K4,PizzaIcon:K4,Plane:e5,PlaneIcon:e5,PlaneLanding:J4,PlaneLandingIcon:J4,PlaneTakeoff:Q4,PlaneTakeoffIcon:Q4,Play:t5,PlayCircle:ei,PlayCircleIcon:ei,PlayIcon:t5,PlaySquare:so,PlaySquareIcon:so,Plug:a5,Plug2:i5,Plug2Icon:i5,PlugIcon:a5,PlugZap:ca,PlugZap2:ca,PlugZap2Icon:ca,PlugZapIcon:ca,Plus:o5,PlusCircle:ti,PlusCircleIcon:ti,PlusIcon:o5,PlusSquare:ro,PlusSquareIcon:ro,Pocket:n5,PocketIcon:n5,PocketKnife:s5,PocketKnifeIcon:s5,Podcast:r5,PodcastIcon:r5,Pointer:h5,PointerIcon:h5,PointerOff:l5,PointerOffIcon:l5,Popcorn:c5,PopcornIcon:c5,Popsicle:d5,PopsicleIcon:d5,PoundSterling:u5,PoundSterlingIcon:u5,Power:y5,PowerCircle:ii,PowerCircleIcon:ii,PowerIcon:y5,PowerOff:p5,PowerOffIcon:p5,PowerSquare:lo,PowerSquareIcon:lo,Presentation:f5,PresentationIcon:f5,Printer:g5,PrinterCheck:m5,PrinterCheckIcon:m5,PrinterIcon:g5,Projector:k5,ProjectorIcon:k5,Proportions:b5,ProportionsIcon:b5,Puzzle:w5,PuzzleIcon:w5,Pyramid:v5,PyramidIcon:v5,QrCode:M5,QrCodeIcon:M5,Quote:x5,QuoteIcon:x5,Rabbit:C5,RabbitIcon:C5,Radar:L5,RadarIcon:L5,Radiation:E5,RadiationIcon:E5,Radical:S5,RadicalIcon:S5,Radio:D5,RadioIcon:D5,RadioReceiver:I5,RadioReceiverIcon:I5,RadioTower:T5,RadioTowerIcon:T5,Radius:z5,RadiusIcon:z5,RailSymbol:R5,RailSymbolIcon:R5,Rainbow:H5,RainbowIcon:H5,Rat:A5,RatIcon:A5,Ratio:V5,RatioIcon:V5,Receipt:W5,ReceiptCent:P5,ReceiptCentIcon:P5,ReceiptEuro:B5,ReceiptEuroIcon:B5,ReceiptIcon:W5,ReceiptIndianRupee:F5,ReceiptIndianRupeeIcon:F5,ReceiptJapaneseYen:q5,ReceiptJapaneseYenIcon:q5,ReceiptPoundSterling:j5,ReceiptPoundSterlingIcon:j5,ReceiptRussianRuble:O5,ReceiptRussianRubleIcon:O5,ReceiptSwissFranc:N5,ReceiptSwissFrancIcon:N5,ReceiptText:_5,ReceiptTextIcon:_5,RectangleEllipsis:da,RectangleEllipsisIcon:da,RectangleGoggles:U5,RectangleGogglesIcon:U5,RectangleHorizontal:$5,RectangleHorizontalIcon:$5,RectangleVertical:G5,RectangleVerticalIcon:G5,Recycle:Y5,RecycleIcon:Y5,Redo:K5,Redo2:Z5,Redo2Icon:Z5,RedoDot:X5,RedoDotIcon:X5,RedoIcon:K5,RefreshCcw:Q5,RefreshCcwDot:J5,RefreshCcwDotIcon:J5,RefreshCcwIcon:Q5,RefreshCw:tb,RefreshCwIcon:tb,RefreshCwOff:eb,RefreshCwOffIcon:eb,Refrigerator:ab,RefrigeratorIcon:ab,Regex:ib,RegexIcon:ib,RemoveFormatting:ob,RemoveFormattingIcon:ob,Repeat:rb,Repeat1:nb,Repeat1Icon:nb,Repeat2:sb,Repeat2Icon:sb,RepeatIcon:rb,Replace:hb,ReplaceAll:lb,ReplaceAllIcon:lb,ReplaceIcon:hb,Reply:db,ReplyAll:cb,ReplyAllIcon:cb,ReplyIcon:db,Rewind:ub,RewindIcon:ub,Ribbon:pb,RibbonIcon:pb,Rocket:yb,RocketIcon:yb,RockingChair:fb,RockingChairIcon:fb,RollerCoaster:mb,RollerCoasterIcon:mb,Rotate3D:ua,Rotate3DIcon:ua,Rotate3d:ua,Rotate3dIcon:ua,RotateCcw:bb,RotateCcwIcon:bb,RotateCcwKey:gb,RotateCcwKeyIcon:gb,RotateCcwSquare:kb,RotateCcwSquareIcon:kb,RotateCw:vb,RotateCwIcon:vb,RotateCwSquare:wb,RotateCwSquareIcon:wb,Route:xb,RouteIcon:xb,RouteOff:Mb,RouteOffIcon:Mb,Router:Cb,RouterIcon:Cb,Rows:pa,Rows2:pa,Rows2Icon:pa,Rows3:ya,Rows3Icon:ya,Rows4:Lb,Rows4Icon:Lb,RowsIcon:pa,Rss:Eb,RssIcon:Eb,Ruler:Ib,RulerDimensionLine:Sb,RulerDimensionLineIcon:Sb,RulerIcon:Ib,RussianRuble:Tb,RussianRubleIcon:Tb,Sailboat:Db,SailboatIcon:Db,Salad:zb,SaladIcon:zb,Sandwich:Rb,SandwichIcon:Rb,Satellite:Ab,SatelliteDish:Hb,SatelliteDishIcon:Hb,SatelliteIcon:Ab,SaudiRiyal:Vb,SaudiRiyalIcon:Vb,Save:qb,SaveAll:Pb,SaveAllIcon:Pb,SaveIcon:qb,SaveOff:Bb,SaveOffIcon:Bb,Scale:Fb,Scale3D:fa,Scale3DIcon:fa,Scale3d:fa,Scale3dIcon:fa,ScaleIcon:Fb,Scaling:Ob,ScalingIcon:Ob,Scan:Yb,ScanBarcode:jb,ScanBarcodeIcon:jb,ScanEye:_b,ScanEyeIcon:_b,ScanFace:Nb,ScanFaceIcon:Nb,ScanHeart:Wb,ScanHeartIcon:Wb,ScanIcon:Yb,ScanLine:$b,ScanLineIcon:$b,ScanQrCode:Ub,ScanQrCodeIcon:Ub,ScanSearch:Gb,ScanSearchIcon:Gb,ScanText:Zb,ScanTextIcon:Zb,ScatterChart:Dt,ScatterChartIcon:Dt,School:Xb,School2:Lo,School2Icon:Lo,SchoolIcon:Xb,Scissors:Jb,ScissorsIcon:Jb,ScissorsLineDashed:Kb,ScissorsLineDashedIcon:Kb,ScissorsSquare:ho,ScissorsSquareDashedBottom:Aa,ScissorsSquareDashedBottomIcon:Aa,ScissorsSquareIcon:ho,ScreenShare:ew,ScreenShareIcon:ew,ScreenShareOff:Qb,ScreenShareOffIcon:Qb,Scroll:iw,ScrollIcon:iw,ScrollText:tw,ScrollTextIcon:tw,Search:rw,SearchCheck:aw,SearchCheckIcon:aw,SearchCode:ow,SearchCodeIcon:ow,SearchIcon:rw,SearchSlash:nw,SearchSlashIcon:nw,SearchX:sw,SearchXIcon:sw,Section:lw,SectionIcon:lw,Send:dw,SendHorizonal:ma,SendHorizonalIcon:ma,SendHorizontal:ma,SendHorizontalIcon:ma,SendIcon:dw,SendToBack:hw,SendToBackIcon:hw,SeparatorHorizontal:cw,SeparatorHorizontalIcon:cw,SeparatorVertical:pw,SeparatorVerticalIcon:pw,Server:mw,ServerCog:uw,ServerCogIcon:uw,ServerCrash:yw,ServerCrashIcon:yw,ServerIcon:mw,ServerOff:fw,ServerOffIcon:fw,Settings:kw,Settings2:gw,Settings2Icon:gw,SettingsIcon:kw,Shapes:bw,ShapesIcon:bw,Share:vw,Share2:ww,Share2Icon:ww,ShareIcon:vw,Sheet:Mw,SheetIcon:Mw,Shell:Cw,ShellIcon:Cw,Shield:Aw,ShieldAlert:xw,ShieldAlertIcon:xw,ShieldBan:Lw,ShieldBanIcon:Lw,ShieldCheck:Ew,ShieldCheckIcon:Ew,ShieldClose:ga,ShieldCloseIcon:ga,ShieldEllipsis:Sw,ShieldEllipsisIcon:Sw,ShieldHalf:Iw,ShieldHalfIcon:Iw,ShieldIcon:Aw,ShieldMinus:Tw,ShieldMinusIcon:Tw,ShieldOff:Dw,ShieldOffIcon:Dw,ShieldPlus:zw,ShieldPlusIcon:zw,ShieldQuestion:Rw,ShieldQuestionIcon:Rw,ShieldUser:Hw,ShieldUserIcon:Hw,ShieldX:ga,ShieldXIcon:ga,Ship:Vw,ShipIcon:Vw,ShipWheel:Bw,ShipWheelIcon:Bw,Shirt:Pw,ShirtIcon:Pw,ShoppingBag:qw,ShoppingBagIcon:qw,ShoppingBasket:Fw,ShoppingBasketIcon:Fw,ShoppingCart:Ow,ShoppingCartIcon:Ow,Shovel:jw,ShovelIcon:jw,ShowerHead:Nw,ShowerHeadIcon:Nw,Shredder:_w,ShredderIcon:_w,Shrimp:Ww,ShrimpIcon:Ww,Shrink:Uw,ShrinkIcon:Uw,Shrub:$w,ShrubIcon:$w,Shuffle:Gw,ShuffleIcon:Gw,Sidebar:oa,SidebarClose:ta,SidebarCloseIcon:ta,SidebarIcon:oa,SidebarOpen:aa,SidebarOpenIcon:aa,Sigma:Yw,SigmaIcon:Yw,SigmaSquare:co,SigmaSquareIcon:co,Signal:Qw,SignalHigh:Zw,SignalHighIcon:Zw,SignalIcon:Qw,SignalLow:Xw,SignalLowIcon:Xw,SignalMedium:Kw,SignalMediumIcon:Kw,SignalZero:Jw,SignalZeroIcon:Jw,Signature:ev,SignatureIcon:ev,Signpost:iv,SignpostBig:tv,SignpostBigIcon:tv,SignpostIcon:iv,Siren:av,SirenIcon:av,SkipBack:ov,SkipBackIcon:ov,SkipForward:nv,SkipForwardIcon:nv,Skull:sv,SkullIcon:sv,Slack:rv,SlackIcon:rv,Slash:lv,SlashIcon:lv,SlashSquare:po,SlashSquareIcon:po,Slice:cv,SliceIcon:cv,Sliders:ka,SlidersHorizontal:hv,SlidersHorizontalIcon:hv,SlidersIcon:ka,SlidersVertical:ka,SlidersVerticalIcon:ka,Smartphone:pv,SmartphoneCharging:dv,SmartphoneChargingIcon:dv,SmartphoneIcon:pv,SmartphoneNfc:uv,SmartphoneNfcIcon:uv,Smile:fv,SmileIcon:fv,SmilePlus:yv,SmilePlusIcon:yv,Snail:mv,SnailIcon:mv,Snowflake:gv,SnowflakeIcon:gv,SoapDispenserDroplet:kv,SoapDispenserDropletIcon:kv,Sofa:bv,SofaIcon:bv,SortAsc:ht,SortAscIcon:ht,SortDesc:st,SortDescIcon:st,Soup:wv,SoupIcon:wv,Space:vv,SpaceIcon:vv,Spade:Mv,SpadeIcon:Mv,Sparkle:Cv,SparkleIcon:Cv,Sparkles:ba,SparklesIcon:ba,Speaker:xv,SpeakerIcon:xv,Speech:Lv,SpeechIcon:Lv,SpellCheck:Sv,SpellCheck2:Ev,SpellCheck2Icon:Ev,SpellCheckIcon:Sv,Spline:Tv,SplineIcon:Tv,SplinePointer:Iv,SplinePointerIcon:Iv,Split:zv,SplitIcon:zv,SplitSquareHorizontal:uo,SplitSquareHorizontalIcon:uo,SplitSquareVertical:yo,SplitSquareVerticalIcon:yo,SprayCan:Dv,SprayCanIcon:Dv,Sprout:Rv,SproutIcon:Rv,Square:Ov,SquareActivity:wa,SquareActivityIcon:wa,SquareArrowDown:Ca,SquareArrowDownIcon:Ca,SquareArrowDownLeft:va,SquareArrowDownLeftIcon:va,SquareArrowDownRight:Ma,SquareArrowDownRightIcon:Ma,SquareArrowLeft:xa,SquareArrowLeftIcon:xa,SquareArrowOutDownLeft:La,SquareArrowOutDownLeftIcon:La,SquareArrowOutDownRight:Ea,SquareArrowOutDownRightIcon:Ea,SquareArrowOutUpLeft:Sa,SquareArrowOutUpLeftIcon:Sa,SquareArrowOutUpRight:Ia,SquareArrowOutUpRightIcon:Ia,SquareArrowRight:Ta,SquareArrowRightIcon:Ta,SquareArrowUp:Ra,SquareArrowUpIcon:Ra,SquareArrowUpLeft:za,SquareArrowUpLeftIcon:za,SquareArrowUpRight:Da,SquareArrowUpRightIcon:Da,SquareAsterisk:Ha,SquareAsteriskIcon:Ha,SquareBottomDashedScissors:Aa,SquareBottomDashedScissorsIcon:Aa,SquareChartGantt:Te,SquareChartGanttIcon:Te,SquareCheck:Pa,SquareCheckBig:Va,SquareCheckBigIcon:Va,SquareCheckIcon:Pa,SquareChevronDown:Ba,SquareChevronDownIcon:Ba,SquareChevronLeft:qa,SquareChevronLeftIcon:qa,SquareChevronRight:Fa,SquareChevronRightIcon:Fa,SquareChevronUp:Oa,SquareChevronUpIcon:Oa,SquareCode:ja,SquareCodeIcon:ja,SquareDashed:Wa,SquareDashedBottom:Av,SquareDashedBottomCode:Hv,SquareDashedBottomCodeIcon:Hv,SquareDashedBottomIcon:Av,SquareDashedIcon:Wa,SquareDashedKanban:Na,SquareDashedKanbanIcon:Na,SquareDashedMousePointer:_a,SquareDashedMousePointerIcon:_a,SquareDashedTopSolid:Vv,SquareDashedTopSolidIcon:Vv,SquareDivide:Ua,SquareDivideIcon:Ua,SquareDot:$a,SquareDotIcon:$a,SquareEqual:Ga,SquareEqualIcon:Ga,SquareFunction:Ya,SquareFunctionIcon:Ya,SquareGanttChart:Te,SquareGanttChartIcon:Te,SquareIcon:Ov,SquareKanban:Za,SquareKanbanIcon:Za,SquareLibrary:Xa,SquareLibraryIcon:Xa,SquareM:Ka,SquareMIcon:Ka,SquareMenu:Ja,SquareMenuIcon:Ja,SquareMinus:Qa,SquareMinusIcon:Qa,SquareMousePointer:eo,SquareMousePointerIcon:eo,SquareParking:io,SquareParkingIcon:io,SquareParkingOff:to,SquareParkingOffIcon:to,SquarePen:ue,SquarePenIcon:ue,SquarePercent:ao,SquarePercentIcon:ao,SquarePi:oo,SquarePiIcon:oo,SquarePilcrow:no,SquarePilcrowIcon:no,SquarePlay:so,SquarePlayIcon:so,SquarePlus:ro,SquarePlusIcon:ro,SquarePower:lo,SquarePowerIcon:lo,SquareRadical:Pv,SquareRadicalIcon:Pv,SquareRoundCorner:Bv,SquareRoundCornerIcon:Bv,SquareScissors:ho,SquareScissorsIcon:ho,SquareSigma:co,SquareSigmaIcon:co,SquareSlash:po,SquareSlashIcon:po,SquareSplitHorizontal:uo,SquareSplitHorizontalIcon:uo,SquareSplitVertical:yo,SquareSplitVerticalIcon:yo,SquareSquare:qv,SquareSquareIcon:qv,SquareStack:Fv,SquareStackIcon:Fv,SquareTerminal:fo,SquareTerminalIcon:fo,SquareUser:go,SquareUserIcon:go,SquareUserRound:mo,SquareUserRoundIcon:mo,SquareX:ko,SquareXIcon:ko,SquaresExclude:Nv,SquaresExcludeIcon:Nv,SquaresIntersect:jv,SquaresIntersectIcon:jv,SquaresSubtract:_v,SquaresSubtractIcon:_v,SquaresUnite:Wv,SquaresUniteIcon:Wv,Squircle:Uv,SquircleIcon:Uv,Squirrel:$v,SquirrelIcon:$v,Stamp:Gv,StampIcon:Gv,Star:Xv,StarHalf:Yv,StarHalfIcon:Yv,StarIcon:Xv,StarOff:Zv,StarOffIcon:Zv,Stars:ba,StarsIcon:ba,StepBack:Kv,StepBackIcon:Kv,StepForward:Jv,StepForwardIcon:Jv,Stethoscope:Qv,StethoscopeIcon:Qv,Sticker:e6,StickerIcon:e6,StickyNote:t6,StickyNoteIcon:t6,StopCircle:oi,StopCircleIcon:oi,Store:i6,StoreIcon:i6,StretchHorizontal:a6,StretchHorizontalIcon:a6,StretchVertical:o6,StretchVerticalIcon:o6,Strikethrough:n6,StrikethroughIcon:n6,Subscript:s6,SubscriptIcon:s6,Subtitles:gt,SubtitlesIcon:gt,Sun:d6,SunDim:l6,SunDimIcon:l6,SunIcon:d6,SunMedium:r6,SunMediumIcon:r6,SunMoon:h6,SunMoonIcon:h6,SunSnow:c6,SunSnowIcon:c6,Sunrise:u6,SunriseIcon:u6,Sunset:p6,SunsetIcon:p6,Superscript:y6,SuperscriptIcon:y6,SwatchBook:f6,SwatchBookIcon:f6,SwissFranc:m6,SwissFrancIcon:m6,SwitchCamera:g6,SwitchCameraIcon:g6,Sword:k6,SwordIcon:k6,Swords:b6,SwordsIcon:b6,Syringe:w6,SyringeIcon:w6,Table:I6,Table2:v6,Table2Icon:v6,TableCellsMerge:M6,TableCellsMergeIcon:M6,TableCellsSplit:C6,TableCellsSplitIcon:C6,TableColumnsSplit:x6,TableColumnsSplitIcon:x6,TableConfig:Se,TableConfigIcon:Se,TableIcon:I6,TableOfContents:L6,TableOfContentsIcon:L6,TableProperties:E6,TablePropertiesIcon:E6,TableRowsSplit:S6,TableRowsSplitIcon:S6,Tablet:D6,TabletIcon:D6,TabletSmartphone:T6,TabletSmartphoneIcon:T6,Tablets:z6,TabletsIcon:z6,Tag:R6,TagIcon:R6,Tags:H6,TagsIcon:H6,Tally1:A6,Tally1Icon:A6,Tally2:V6,Tally2Icon:V6,Tally3:P6,Tally3Icon:P6,Tally4:B6,Tally4Icon:B6,Tally5:q6,Tally5Icon:q6,Tangent:F6,TangentIcon:F6,Target:O6,TargetIcon:O6,Telescope:j6,TelescopeIcon:j6,Tent:_6,TentIcon:_6,TentTree:N6,TentTreeIcon:N6,Terminal:W6,TerminalIcon:W6,TerminalSquare:fo,TerminalSquareIcon:fo,TestTube:U6,TestTube2:bo,TestTube2Icon:bo,TestTubeDiagonal:bo,TestTubeDiagonalIcon:bo,TestTubeIcon:U6,TestTubes:$6,TestTubesIcon:$6,Text:K6,TextCursor:Y6,TextCursorIcon:Y6,TextCursorInput:G6,TextCursorInputIcon:G6,TextIcon:K6,TextQuote:Z6,TextQuoteIcon:Z6,TextSearch:X6,TextSearchIcon:X6,TextSelect:wo,TextSelectIcon:wo,TextSelection:wo,TextSelectionIcon:wo,Theater:J6,TheaterIcon:J6,Thermometer:t8,ThermometerIcon:t8,ThermometerSnowflake:Q6,ThermometerSnowflakeIcon:Q6,ThermometerSun:e8,ThermometerSunIcon:e8,ThumbsDown:i8,ThumbsDownIcon:i8,ThumbsUp:a8,ThumbsUpIcon:a8,Ticket:c8,TicketCheck:o8,TicketCheckIcon:o8,TicketIcon:c8,TicketMinus:n8,TicketMinusIcon:n8,TicketPercent:s8,TicketPercentIcon:s8,TicketPlus:r8,TicketPlusIcon:r8,TicketSlash:l8,TicketSlashIcon:l8,TicketX:h8,TicketXIcon:h8,Tickets:p8,TicketsIcon:p8,TicketsPlane:d8,TicketsPlaneIcon:d8,Timer:f8,TimerIcon:f8,TimerOff:u8,TimerOffIcon:u8,TimerReset:y8,TimerResetIcon:y8,ToggleLeft:m8,ToggleLeftIcon:m8,ToggleRight:g8,ToggleRightIcon:g8,Toilet:k8,ToiletIcon:k8,Tornado:b8,TornadoIcon:b8,Torus:w8,TorusIcon:w8,Touchpad:M8,TouchpadIcon:M8,TouchpadOff:v8,TouchpadOffIcon:v8,TowerControl:C8,TowerControlIcon:C8,ToyBrick:x8,ToyBrickIcon:x8,Tractor:L8,TractorIcon:L8,TrafficCone:E8,TrafficConeIcon:E8,Train:vo,TrainFront:I8,TrainFrontIcon:I8,TrainFrontTunnel:S8,TrainFrontTunnelIcon:S8,TrainIcon:vo,TrainTrack:T8,TrainTrackIcon:T8,TramFront:vo,TramFrontIcon:vo,Transgender:D8,TransgenderIcon:D8,Trash:R8,Trash2:z8,Trash2Icon:z8,TrashIcon:R8,TreeDeciduous:H8,TreeDeciduousIcon:H8,TreePalm:Mo,TreePalmIcon:Mo,TreePine:A8,TreePineIcon:A8,Trees:V8,TreesIcon:V8,Trello:P8,TrelloIcon:P8,TrendingDown:B8,TrendingDownIcon:B8,TrendingUp:F8,TrendingUpDown:q8,TrendingUpDownIcon:q8,TrendingUpIcon:F8,Triangle:N8,TriangleAlert:Co,TriangleAlertIcon:Co,TriangleDashed:O8,TriangleDashedIcon:O8,TriangleIcon:N8,TriangleRight:j8,TriangleRightIcon:j8,Trophy:_8,TrophyIcon:_8,Truck:W8,TruckElectric:U8,TruckElectricIcon:U8,TruckIcon:W8,Turtle:$8,TurtleIcon:$8,Tv:Y8,Tv2:xo,Tv2Icon:xo,TvIcon:Y8,TvMinimal:xo,TvMinimalIcon:xo,TvMinimalPlay:G8,TvMinimalPlayIcon:G8,Twitch:Z8,TwitchIcon:Z8,Twitter:X8,TwitterIcon:X8,Type:J8,TypeIcon:J8,TypeOutline:K8,TypeOutlineIcon:K8,Umbrella:eM,UmbrellaIcon:eM,UmbrellaOff:Q8,UmbrellaOffIcon:Q8,Underline:tM,UnderlineIcon:tM,Undo:oM,Undo2:aM,Undo2Icon:aM,UndoDot:iM,UndoDotIcon:iM,UndoIcon:oM,UnfoldHorizontal:nM,UnfoldHorizontalIcon:nM,UnfoldVertical:sM,UnfoldVerticalIcon:sM,Ungroup:rM,UngroupIcon:rM,University:Lo,UniversityIcon:Lo,Unlink:hM,Unlink2:lM,Unlink2Icon:lM,UnlinkIcon:hM,Unlock:Gi,UnlockIcon:Gi,UnlockKeyhole:$i,UnlockKeyholeIcon:$i,Unplug:cM,UnplugIcon:cM,Upload:dM,UploadCloud:di,UploadCloudIcon:di,UploadIcon:dM,Usb:uM,UsbIcon:uM,User:CM,User2:zo,User2Icon:zo,UserCheck:pM,UserCheck2:Eo,UserCheck2Icon:Eo,UserCheckIcon:pM,UserCircle:si,UserCircle2:ni,UserCircle2Icon:ni,UserCircleIcon:si,UserCog:yM,UserCog2:So,UserCog2Icon:So,UserCogIcon:yM,UserIcon:CM,UserLock:fM,UserLockIcon:fM,UserMinus:mM,UserMinus2:Io,UserMinus2Icon:Io,UserMinusIcon:mM,UserPen:gM,UserPenIcon:gM,UserPlus:kM,UserPlus2:To,UserPlus2Icon:To,UserPlusIcon:kM,UserRound:zo,UserRoundCheck:Eo,UserRoundCheckIcon:Eo,UserRoundCog:So,UserRoundCogIcon:So,UserRoundIcon:zo,UserRoundMinus:Io,UserRoundMinusIcon:Io,UserRoundPen:bM,UserRoundPenIcon:bM,UserRoundPlus:To,UserRoundPlusIcon:To,UserRoundSearch:wM,UserRoundSearchIcon:wM,UserRoundX:Do,UserRoundXIcon:Do,UserSearch:vM,UserSearchIcon:vM,UserSquare:go,UserSquare2:mo,UserSquare2Icon:mo,UserSquareIcon:go,UserX:MM,UserX2:Do,UserX2Icon:Do,UserXIcon:MM,Users:xM,Users2:Ro,Users2Icon:Ro,UsersIcon:xM,UsersRound:Ro,UsersRoundIcon:Ro,Utensils:Ao,UtensilsCrossed:Ho,UtensilsCrossedIcon:Ho,UtensilsIcon:Ao,UtilityPole:LM,UtilityPoleIcon:LM,Variable:EM,VariableIcon:EM,Vault:SM,VaultIcon:SM,Vegan:IM,VeganIcon:IM,VenetianMask:TM,VenetianMaskIcon:TM,Venus:zM,VenusAndMars:DM,VenusAndMarsIcon:DM,VenusIcon:zM,Verified:ut,VerifiedIcon:ut,Vibrate:HM,VibrateIcon:HM,VibrateOff:RM,VibrateOffIcon:RM,Video:PM,VideoIcon:PM,VideoOff:AM,VideoOffIcon:AM,Videotape:VM,VideotapeIcon:VM,View:BM,ViewIcon:BM,Voicemail:qM,VoicemailIcon:qM,Volleyball:FM,VolleyballIcon:FM,Volume:_M,Volume1:OM,Volume1Icon:OM,Volume2:jM,Volume2Icon:jM,VolumeIcon:_M,VolumeOff:NM,VolumeOffIcon:NM,VolumeX:WM,VolumeXIcon:WM,Vote:UM,VoteIcon:UM,Wallet:GM,Wallet2:Vo,Wallet2Icon:Vo,WalletCards:$M,WalletCardsIcon:$M,WalletIcon:GM,WalletMinimal:Vo,WalletMinimalIcon:Vo,Wallpaper:YM,WallpaperIcon:YM,Wand:ZM,Wand2:Po,Wand2Icon:Po,WandIcon:ZM,WandSparkles:Po,WandSparklesIcon:Po,Warehouse:XM,WarehouseIcon:XM,WashingMachine:KM,WashingMachineIcon:KM,Watch:JM,WatchIcon:JM,Waves:e7,WavesIcon:e7,WavesLadder:QM,WavesLadderIcon:QM,Waypoints:t7,WaypointsIcon:t7,Webcam:i7,WebcamIcon:i7,Webhook:a7,WebhookIcon:a7,WebhookOff:o7,WebhookOffIcon:o7,Weight:n7,WeightIcon:n7,Wheat:s7,WheatIcon:s7,WheatOff:r7,WheatOffIcon:r7,WholeWord:h7,WholeWordIcon:h7,Wifi:p7,WifiHigh:l7,WifiHighIcon:l7,WifiIcon:p7,WifiLow:c7,WifiLowIcon:c7,WifiOff:d7,WifiOffIcon:d7,WifiPen:u7,WifiPenIcon:u7,WifiZero:y7,WifiZeroIcon:y7,Wind:m7,WindArrowDown:f7,WindArrowDownIcon:f7,WindIcon:m7,Wine:k7,WineIcon:k7,WineOff:g7,WineOffIcon:g7,Workflow:b7,WorkflowIcon:b7,Worm:w7,WormIcon:w7,WrapText:v7,WrapTextIcon:v7,Wrench:M7,WrenchIcon:M7,X:C7,XCircle:ri,XCircleIcon:ri,XIcon:C7,XOctagon:Ki,XOctagonIcon:Ki,XSquare:ko,XSquareIcon:ko,Youtube:x7,YoutubeIcon:x7,Zap:E7,ZapIcon:E7,ZapOff:L7,ZapOffIcon:L7,ZoomIn:S7,ZoomInIcon:S7,ZoomOut:I7,ZoomOutIcon:I7,createLucideIcon:s,icons:CT},Symbol.toStringTag,{value:"Module"})),cx=c.defineComponent({__name:"Icons",props:{name:{},size:{default:16},color:{default:"currentColor"},strokeWidth:{default:2},absoluteStrokeWidth:{type:Boolean,default:!1},classValue:{default:""}},setup(o){const e=o,t=c.computed(()=>xT[e.name]||null);return(i,a)=>t.value?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(t.value),{key:0,size:parseInt(i.size.toString()),color:i.color,"stroke-width":i.strokeWidth,"absolute-stroke-width":i.absoluteStrokeWidth,class:c.normalizeClass(i.classValue)},null,8,["size","color","stroke-width","absolute-stroke-width","class"])):c.createCommentVNode("",!0)}}),LT={class:"tabulator-body"},ET={class:"flex justify-end mb-4"},ST=["id"],IT={class:"flex"},TT={class:"w-1/2"},DT={key:0,class:"flex"},zT=["disabled","value","id"],RT=["for"],HT={class:"w-1/2"},AT={class:"mb-4"},VT=["value"],PT=c.defineComponent({__name:"Tabulator",props:{data:{default:()=>[]},columns:{default:()=>[]},placeholder:{default:""},paginationSize:{default:25},paginationSizeSelector:{default:()=>[25,50,100,200]},action:{type:Boolean,default:!1},actionButtons:{default:()=>[]},heightOffset:{default:250},actionMode:{default:"frontend"}},setup(o,{emit:e}){const t=I=>{const z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";let R="";for(let N=0;N<I;N++)R+=z.charAt(Math.floor(Math.random()*z.length));return R},i=o,a=c.ref("table_"+t(5)),n=e,r=c.ref(!1),l=c.ref(""),h=c.ref(i.paginationSize),d=c.ref([]),u=c.ref([]);let p=null;const y={title:[{name:"Settings"}],action:[{title:"Cancel",emit:"onClose",class:"btn-outline"},{title:"Apply",emit:"onSave"}]},f=c.computed(()=>i.columns.filter(I=>I.title.toLowerCase().includes(l.value.toLowerCase()))),g=()=>({title:"Action",field:"action",width:99,hozAlign:"center",headerSort:!1,formatter:I=>{var z=[];if(i.actionMode=="api"?z=I.getData().actions:i.actionMode=="frontend"&&(z=i.actionButtons),z){const R=z.map(N=>`
8024
+ */const xT=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:qn,AArrowDownIcon:qn,AArrowUp:Fn,AArrowUpIcon:Fn,ALargeSmall:On,ALargeSmallIcon:On,Accessibility:jn,AccessibilityIcon:jn,Activity:Nn,ActivityIcon:Nn,ActivitySquare:wa,ActivitySquareIcon:wa,AirVent:Wn,AirVentIcon:Wn,Airplay:_n,AirplayIcon:_n,AlarmCheck:it,AlarmCheckIcon:it,AlarmClock:$n,AlarmClockCheck:it,AlarmClockCheckIcon:it,AlarmClockIcon:$n,AlarmClockMinus:at,AlarmClockMinusIcon:at,AlarmClockOff:Un,AlarmClockOffIcon:Un,AlarmClockPlus:ot,AlarmClockPlusIcon:ot,AlarmMinus:at,AlarmMinusIcon:at,AlarmPlus:ot,AlarmPlusIcon:ot,AlarmSmoke:Gn,AlarmSmokeIcon:Gn,Album:Yn,AlbumIcon:Yn,AlertCircle:Rt,AlertCircleIcon:Rt,AlertOctagon:Xi,AlertOctagonIcon:Xi,AlertTriangle:Co,AlertTriangleIcon:Co,AlignCenter:Kn,AlignCenterHorizontal:Zn,AlignCenterHorizontalIcon:Zn,AlignCenterIcon:Kn,AlignCenterVertical:Xn,AlignCenterVerticalIcon:Xn,AlignEndHorizontal:Jn,AlignEndHorizontalIcon:Jn,AlignEndVertical:Qn,AlignEndVerticalIcon:Qn,AlignHorizontalDistributeCenter:es,AlignHorizontalDistributeCenterIcon:es,AlignHorizontalDistributeEnd:ts,AlignHorizontalDistributeEndIcon:ts,AlignHorizontalDistributeStart:is,AlignHorizontalDistributeStartIcon:is,AlignHorizontalJustifyCenter:as,AlignHorizontalJustifyCenterIcon:as,AlignHorizontalJustifyEnd:os,AlignHorizontalJustifyEndIcon:os,AlignHorizontalJustifyStart:ns,AlignHorizontalJustifyStartIcon:ns,AlignHorizontalSpaceAround:ss,AlignHorizontalSpaceAroundIcon:ss,AlignHorizontalSpaceBetween:rs,AlignHorizontalSpaceBetweenIcon:rs,AlignJustify:ls,AlignJustifyIcon:ls,AlignLeft:hs,AlignLeftIcon:hs,AlignRight:ds,AlignRightIcon:ds,AlignStartHorizontal:cs,AlignStartHorizontalIcon:cs,AlignStartVertical:us,AlignStartVerticalIcon:us,AlignVerticalDistributeCenter:ps,AlignVerticalDistributeCenterIcon:ps,AlignVerticalDistributeEnd:ys,AlignVerticalDistributeEndIcon:ys,AlignVerticalDistributeStart:fs,AlignVerticalDistributeStartIcon:fs,AlignVerticalJustifyCenter:ms,AlignVerticalJustifyCenterIcon:ms,AlignVerticalJustifyEnd:gs,AlignVerticalJustifyEndIcon:gs,AlignVerticalJustifyStart:ks,AlignVerticalJustifyStartIcon:ks,AlignVerticalSpaceAround:bs,AlignVerticalSpaceAroundIcon:bs,AlignVerticalSpaceBetween:ws,AlignVerticalSpaceBetweenIcon:ws,Ambulance:vs,AmbulanceIcon:vs,Ampersand:Ms,AmpersandIcon:Ms,Ampersands:Cs,AmpersandsIcon:Cs,Amphora:xs,AmphoraIcon:xs,Anchor:Es,AnchorIcon:Es,Angry:Ls,AngryIcon:Ls,Annoyed:Ss,AnnoyedIcon:Ss,Antenna:Is,AntennaIcon:Is,Anvil:Ts,AnvilIcon:Ts,Aperture:Ds,ApertureIcon:Ds,AppWindow:Rs,AppWindowIcon:Rs,AppWindowMac:zs,AppWindowMacIcon:zs,Apple:Hs,AppleIcon:Hs,Archive:Ps,ArchiveIcon:Ps,ArchiveRestore:As,ArchiveRestoreIcon:As,ArchiveX:Vs,ArchiveXIcon:Vs,AreaChart:kt,AreaChartIcon:kt,Armchair:qs,ArmchairIcon:qs,ArrowBigDown:Fs,ArrowBigDownDash:Bs,ArrowBigDownDashIcon:Bs,ArrowBigDownIcon:Fs,ArrowBigLeft:js,ArrowBigLeftDash:Os,ArrowBigLeftDashIcon:Os,ArrowBigLeftIcon:js,ArrowBigRight:_s,ArrowBigRightDash:Ns,ArrowBigRightDashIcon:Ns,ArrowBigRightIcon:_s,ArrowBigUp:Us,ArrowBigUpDash:Ws,ArrowBigUpDashIcon:Ws,ArrowBigUpIcon:Us,ArrowDown:tr,ArrowDown01:$s,ArrowDown01Icon:$s,ArrowDown10:Gs,ArrowDown10Icon:Gs,ArrowDownAZ:nt,ArrowDownAZIcon:nt,ArrowDownAz:nt,ArrowDownAzIcon:nt,ArrowDownCircle:zt,ArrowDownCircleIcon:zt,ArrowDownFromLine:Ys,ArrowDownFromLineIcon:Ys,ArrowDownIcon:tr,ArrowDownLeft:Zs,ArrowDownLeftFromCircle:At,ArrowDownLeftFromCircleIcon:At,ArrowDownLeftFromSquare:La,ArrowDownLeftFromSquareIcon:La,ArrowDownLeftIcon:Zs,ArrowDownLeftSquare:va,ArrowDownLeftSquareIcon:va,ArrowDownNarrowWide:Xs,ArrowDownNarrowWideIcon:Xs,ArrowDownRight:Ks,ArrowDownRightFromCircle:Vt,ArrowDownRightFromCircleIcon:Vt,ArrowDownRightFromSquare:Ea,ArrowDownRightFromSquareIcon:Ea,ArrowDownRightIcon:Ks,ArrowDownRightSquare:Ma,ArrowDownRightSquareIcon:Ma,ArrowDownSquare:Ca,ArrowDownSquareIcon:Ca,ArrowDownToDot:Js,ArrowDownToDotIcon:Js,ArrowDownToLine:er,ArrowDownToLineIcon:er,ArrowDownUp:Qs,ArrowDownUpIcon:Qs,ArrowDownWideNarrow:st,ArrowDownWideNarrowIcon:st,ArrowDownZA:rt,ArrowDownZAIcon:rt,ArrowDownZa:rt,ArrowDownZaIcon:rt,ArrowLeft:nr,ArrowLeftCircle:Ht,ArrowLeftCircleIcon:Ht,ArrowLeftFromLine:ir,ArrowLeftFromLineIcon:ir,ArrowLeftIcon:nr,ArrowLeftRight:ar,ArrowLeftRightIcon:ar,ArrowLeftSquare:xa,ArrowLeftSquareIcon:xa,ArrowLeftToLine:or,ArrowLeftToLineIcon:or,ArrowRight:hr,ArrowRightCircle:qt,ArrowRightCircleIcon:qt,ArrowRightFromLine:sr,ArrowRightFromLineIcon:sr,ArrowRightIcon:hr,ArrowRightLeft:rr,ArrowRightLeftIcon:rr,ArrowRightSquare:Ta,ArrowRightSquareIcon:Ta,ArrowRightToLine:lr,ArrowRightToLineIcon:lr,ArrowUp:br,ArrowUp01:cr,ArrowUp01Icon:cr,ArrowUp10:ur,ArrowUp10Icon:ur,ArrowUpAZ:lt,ArrowUpAZIcon:lt,ArrowUpAz:lt,ArrowUpAzIcon:lt,ArrowUpCircle:Ft,ArrowUpCircleIcon:Ft,ArrowUpDown:dr,ArrowUpDownIcon:dr,ArrowUpFromDot:pr,ArrowUpFromDotIcon:pr,ArrowUpFromLine:yr,ArrowUpFromLineIcon:yr,ArrowUpIcon:br,ArrowUpLeft:fr,ArrowUpLeftFromCircle:Pt,ArrowUpLeftFromCircleIcon:Pt,ArrowUpLeftFromSquare:Sa,ArrowUpLeftFromSquareIcon:Sa,ArrowUpLeftIcon:fr,ArrowUpLeftSquare:za,ArrowUpLeftSquareIcon:za,ArrowUpNarrowWide:ht,ArrowUpNarrowWideIcon:ht,ArrowUpRight:mr,ArrowUpRightFromCircle:Bt,ArrowUpRightFromCircleIcon:Bt,ArrowUpRightFromSquare:Ia,ArrowUpRightFromSquareIcon:Ia,ArrowUpRightIcon:mr,ArrowUpRightSquare:Da,ArrowUpRightSquareIcon:Da,ArrowUpSquare:Ra,ArrowUpSquareIcon:Ra,ArrowUpToLine:gr,ArrowUpToLineIcon:gr,ArrowUpWideNarrow:kr,ArrowUpWideNarrowIcon:kr,ArrowUpZA:ct,ArrowUpZAIcon:ct,ArrowUpZa:ct,ArrowUpZaIcon:ct,ArrowsUpFromLine:wr,ArrowsUpFromLineIcon:wr,Asterisk:vr,AsteriskIcon:vr,AsteriskSquare:Ha,AsteriskSquareIcon:Ha,AtSign:Mr,AtSignIcon:Mr,Atom:Cr,AtomIcon:Cr,AudioLines:xr,AudioLinesIcon:xr,AudioWaveform:Lr,AudioWaveformIcon:Lr,Award:Er,AwardIcon:Er,Axe:Sr,AxeIcon:Sr,Axis3D:dt,Axis3DIcon:dt,Axis3d:dt,Axis3dIcon:dt,Baby:Ir,BabyIcon:Ir,Backpack:Tr,BackpackIcon:Tr,Badge:Ur,BadgeAlert:Dr,BadgeAlertIcon:Dr,BadgeCent:zr,BadgeCentIcon:zr,BadgeCheck:ut,BadgeCheckIcon:ut,BadgeDollarSign:Rr,BadgeDollarSignIcon:Rr,BadgeEuro:Hr,BadgeEuroIcon:Hr,BadgeHelp:Ar,BadgeHelpIcon:Ar,BadgeIcon:Ur,BadgeIndianRupee:Vr,BadgeIndianRupeeIcon:Vr,BadgeInfo:Pr,BadgeInfoIcon:Pr,BadgeJapaneseYen:Br,BadgeJapaneseYenIcon:Br,BadgeMinus:qr,BadgeMinusIcon:qr,BadgePercent:Fr,BadgePercentIcon:Fr,BadgePlus:Or,BadgePlusIcon:Or,BadgePoundSterling:jr,BadgePoundSterlingIcon:jr,BadgeRussianRuble:Nr,BadgeRussianRubleIcon:Nr,BadgeSwissFranc:_r,BadgeSwissFrancIcon:_r,BadgeX:Wr,BadgeXIcon:Wr,BaggageClaim:$r,BaggageClaimIcon:$r,Ban:Gr,BanIcon:Gr,Banana:Yr,BananaIcon:Yr,Bandage:Zr,BandageIcon:Zr,Banknote:Qr,BanknoteArrowDown:Xr,BanknoteArrowDownIcon:Xr,BanknoteArrowUp:Kr,BanknoteArrowUpIcon:Kr,BanknoteIcon:Qr,BanknoteX:Jr,BanknoteXIcon:Jr,BarChart:Et,BarChart2:St,BarChart2Icon:St,BarChart3:xt,BarChart3Icon:xt,BarChart4:Ct,BarChart4Icon:Ct,BarChartBig:Mt,BarChartBigIcon:Mt,BarChartHorizontal:wt,BarChartHorizontalBig:bt,BarChartHorizontalBigIcon:bt,BarChartHorizontalIcon:wt,BarChartIcon:Et,Barcode:el,BarcodeIcon:el,Baseline:tl,BaselineIcon:tl,Bath:il,BathIcon:il,Battery:hl,BatteryCharging:al,BatteryChargingIcon:al,BatteryFull:ol,BatteryFullIcon:ol,BatteryIcon:hl,BatteryLow:nl,BatteryLowIcon:nl,BatteryMedium:sl,BatteryMediumIcon:sl,BatteryPlus:rl,BatteryPlusIcon:rl,BatteryWarning:ll,BatteryWarningIcon:ll,Beaker:cl,BeakerIcon:cl,Bean:ul,BeanIcon:ul,BeanOff:dl,BeanOffIcon:dl,Bed:fl,BedDouble:pl,BedDoubleIcon:pl,BedIcon:fl,BedSingle:yl,BedSingleIcon:yl,Beef:gl,BeefIcon:gl,Beer:kl,BeerIcon:kl,BeerOff:ml,BeerOffIcon:ml,Bell:Ll,BellDot:bl,BellDotIcon:bl,BellElectric:wl,BellElectricIcon:wl,BellIcon:Ll,BellMinus:vl,BellMinusIcon:vl,BellOff:Ml,BellOffIcon:Ml,BellPlus:Cl,BellPlusIcon:Cl,BellRing:xl,BellRingIcon:xl,BetweenHorizonalEnd:pt,BetweenHorizonalEndIcon:pt,BetweenHorizonalStart:yt,BetweenHorizonalStartIcon:yt,BetweenHorizontalEnd:pt,BetweenHorizontalEndIcon:pt,BetweenHorizontalStart:yt,BetweenHorizontalStartIcon:yt,BetweenVerticalEnd:El,BetweenVerticalEndIcon:El,BetweenVerticalStart:Sl,BetweenVerticalStartIcon:Sl,BicepsFlexed:Il,BicepsFlexedIcon:Il,Bike:Tl,BikeIcon:Tl,Binary:Dl,BinaryIcon:Dl,Binoculars:zl,BinocularsIcon:zl,Biohazard:Rl,BiohazardIcon:Rl,Bird:Hl,BirdIcon:Hl,Bitcoin:Al,BitcoinIcon:Al,Blend:Vl,BlendIcon:Vl,Blinds:Pl,BlindsIcon:Pl,Blocks:Bl,BlocksIcon:Bl,Bluetooth:jl,BluetoothConnected:ql,BluetoothConnectedIcon:ql,BluetoothIcon:jl,BluetoothOff:Fl,BluetoothOffIcon:Fl,BluetoothSearching:Ol,BluetoothSearchingIcon:Ol,Bold:Nl,BoldIcon:Nl,Bolt:_l,BoltIcon:_l,Bomb:Wl,BombIcon:Wl,Bone:Ul,BoneIcon:Ul,Book:y1,BookA:$l,BookAIcon:$l,BookAudio:Gl,BookAudioIcon:Gl,BookCheck:Yl,BookCheckIcon:Yl,BookCopy:Zl,BookCopyIcon:Zl,BookDashed:ft,BookDashedIcon:ft,BookDown:Kl,BookDownIcon:Kl,BookHeadphones:Xl,BookHeadphonesIcon:Xl,BookHeart:Jl,BookHeartIcon:Jl,BookIcon:y1,BookImage:Ql,BookImageIcon:Ql,BookKey:e1,BookKeyIcon:e1,BookLock:t1,BookLockIcon:t1,BookMarked:i1,BookMarkedIcon:i1,BookMinus:a1,BookMinusIcon:a1,BookOpen:s1,BookOpenCheck:n1,BookOpenCheckIcon:n1,BookOpenIcon:s1,BookOpenText:o1,BookOpenTextIcon:o1,BookPlus:r1,BookPlusIcon:r1,BookTemplate:ft,BookTemplateIcon:ft,BookText:l1,BookTextIcon:l1,BookType:h1,BookTypeIcon:h1,BookUp:d1,BookUp2:c1,BookUp2Icon:c1,BookUpIcon:d1,BookUser:u1,BookUserIcon:u1,BookX:p1,BookXIcon:p1,Bookmark:b1,BookmarkCheck:f1,BookmarkCheckIcon:f1,BookmarkIcon:b1,BookmarkMinus:m1,BookmarkMinusIcon:m1,BookmarkPlus:g1,BookmarkPlusIcon:g1,BookmarkX:k1,BookmarkXIcon:k1,BoomBox:w1,BoomBoxIcon:w1,Bot:C1,BotIcon:C1,BotMessageSquare:v1,BotMessageSquareIcon:v1,BotOff:M1,BotOffIcon:M1,BowArrow:x1,BowArrowIcon:x1,Box:L1,BoxIcon:L1,BoxSelect:Wa,BoxSelectIcon:Wa,Boxes:E1,BoxesIcon:E1,Braces:mt,BracesIcon:mt,Brackets:S1,BracketsIcon:S1,Brain:D1,BrainCircuit:I1,BrainCircuitIcon:I1,BrainCog:T1,BrainCogIcon:T1,BrainIcon:D1,BrickWall:R1,BrickWallFire:z1,BrickWallFireIcon:z1,BrickWallIcon:R1,Briefcase:P1,BriefcaseBusiness:H1,BriefcaseBusinessIcon:H1,BriefcaseConveyorBelt:A1,BriefcaseConveyorBeltIcon:A1,BriefcaseIcon:P1,BriefcaseMedical:V1,BriefcaseMedicalIcon:V1,BringToFront:B1,BringToFrontIcon:B1,Brush:F1,BrushCleaning:q1,BrushCleaningIcon:q1,BrushIcon:F1,Bubbles:O1,BubblesIcon:O1,Bug:_1,BugIcon:_1,BugOff:j1,BugOffIcon:j1,BugPlay:N1,BugPlayIcon:N1,Building:U1,Building2:W1,Building2Icon:W1,BuildingIcon:U1,Bus:G1,BusFront:$1,BusFrontIcon:$1,BusIcon:G1,Cable:Z1,CableCar:Y1,CableCarIcon:Y1,CableIcon:Z1,Cake:K1,CakeIcon:K1,CakeSlice:X1,CakeSliceIcon:X1,Calculator:J1,CalculatorIcon:J1,Calendar:bh,Calendar1:Q1,Calendar1Icon:Q1,CalendarArrowDown:eh,CalendarArrowDownIcon:eh,CalendarArrowUp:th,CalendarArrowUpIcon:th,CalendarCheck:ah,CalendarCheck2:ih,CalendarCheck2Icon:ih,CalendarCheckIcon:ah,CalendarClock:oh,CalendarClockIcon:oh,CalendarCog:nh,CalendarCogIcon:nh,CalendarDays:sh,CalendarDaysIcon:sh,CalendarFold:rh,CalendarFoldIcon:rh,CalendarHeart:lh,CalendarHeartIcon:lh,CalendarIcon:bh,CalendarMinus:ch,CalendarMinus2:hh,CalendarMinus2Icon:hh,CalendarMinusIcon:ch,CalendarOff:dh,CalendarOffIcon:dh,CalendarPlus:ph,CalendarPlus2:uh,CalendarPlus2Icon:uh,CalendarPlusIcon:ph,CalendarRange:yh,CalendarRangeIcon:yh,CalendarSearch:fh,CalendarSearchIcon:fh,CalendarSync:mh,CalendarSyncIcon:mh,CalendarX:kh,CalendarX2:gh,CalendarX2Icon:gh,CalendarXIcon:kh,Camera:vh,CameraIcon:vh,CameraOff:wh,CameraOffIcon:wh,CandlestickChart:vt,CandlestickChartIcon:vt,Candy:xh,CandyCane:Mh,CandyCaneIcon:Mh,CandyIcon:xh,CandyOff:Ch,CandyOffIcon:Ch,Cannabis:Lh,CannabisIcon:Lh,Captions:gt,CaptionsIcon:gt,CaptionsOff:Eh,CaptionsOffIcon:Eh,Car:Th,CarFront:Sh,CarFrontIcon:Sh,CarIcon:Th,CarTaxiFront:Ih,CarTaxiFrontIcon:Ih,Caravan:Dh,CaravanIcon:Dh,Carrot:zh,CarrotIcon:zh,CaseLower:Rh,CaseLowerIcon:Rh,CaseSensitive:Hh,CaseSensitiveIcon:Hh,CaseUpper:Ah,CaseUpperIcon:Ah,CassetteTape:Vh,CassetteTapeIcon:Vh,Cast:Ph,CastIcon:Ph,Castle:Bh,CastleIcon:Bh,Cat:qh,CatIcon:qh,Cctv:Fh,CctvIcon:Fh,ChartArea:kt,ChartAreaIcon:kt,ChartBar:wt,ChartBarBig:bt,ChartBarBigIcon:bt,ChartBarDecreasing:Oh,ChartBarDecreasingIcon:Oh,ChartBarIcon:wt,ChartBarIncreasing:jh,ChartBarIncreasingIcon:jh,ChartBarStacked:Nh,ChartBarStackedIcon:Nh,ChartCandlestick:vt,ChartCandlestickIcon:vt,ChartColumn:xt,ChartColumnBig:Mt,ChartColumnBigIcon:Mt,ChartColumnDecreasing:_h,ChartColumnDecreasingIcon:_h,ChartColumnIcon:xt,ChartColumnIncreasing:Ct,ChartColumnIncreasingIcon:Ct,ChartColumnStacked:Wh,ChartColumnStackedIcon:Wh,ChartGantt:Uh,ChartGanttIcon:Uh,ChartLine:Lt,ChartLineIcon:Lt,ChartNetwork:$h,ChartNetworkIcon:$h,ChartNoAxesColumn:St,ChartNoAxesColumnDecreasing:Gh,ChartNoAxesColumnDecreasingIcon:Gh,ChartNoAxesColumnIcon:St,ChartNoAxesColumnIncreasing:Et,ChartNoAxesColumnIncreasingIcon:Et,ChartNoAxesCombined:Yh,ChartNoAxesCombinedIcon:Yh,ChartNoAxesGantt:It,ChartNoAxesGanttIcon:It,ChartPie:Tt,ChartPieIcon:Tt,ChartScatter:Dt,ChartScatterIcon:Dt,ChartSpline:Zh,ChartSplineIcon:Zh,Check:Jh,CheckCheck:Xh,CheckCheckIcon:Xh,CheckCircle:Ot,CheckCircle2:jt,CheckCircle2Icon:jt,CheckCircleIcon:Ot,CheckIcon:Jh,CheckLine:Kh,CheckLineIcon:Kh,CheckSquare:Va,CheckSquare2:Pa,CheckSquare2Icon:Pa,CheckSquareIcon:Va,ChefHat:Qh,ChefHatIcon:Qh,Cherry:ec,CherryIcon:ec,ChevronDown:tc,ChevronDownCircle:Nt,ChevronDownCircleIcon:Nt,ChevronDownIcon:tc,ChevronDownSquare:Ba,ChevronDownSquareIcon:Ba,ChevronFirst:ic,ChevronFirstIcon:ic,ChevronLast:oc,ChevronLastIcon:oc,ChevronLeft:ac,ChevronLeftCircle:_t,ChevronLeftCircleIcon:_t,ChevronLeftIcon:ac,ChevronLeftSquare:qa,ChevronLeftSquareIcon:qa,ChevronRight:nc,ChevronRightCircle:Wt,ChevronRightCircleIcon:Wt,ChevronRightIcon:nc,ChevronRightSquare:Fa,ChevronRightSquareIcon:Fa,ChevronUp:sc,ChevronUpCircle:Ut,ChevronUpCircleIcon:Ut,ChevronUpIcon:sc,ChevronUpSquare:Oa,ChevronUpSquareIcon:Oa,ChevronsDown:lc,ChevronsDownIcon:lc,ChevronsDownUp:rc,ChevronsDownUpIcon:rc,ChevronsLeft:dc,ChevronsLeftIcon:dc,ChevronsLeftRight:cc,ChevronsLeftRightEllipsis:hc,ChevronsLeftRightEllipsisIcon:hc,ChevronsLeftRightIcon:cc,ChevronsRight:pc,ChevronsRightIcon:pc,ChevronsRightLeft:uc,ChevronsRightLeftIcon:uc,ChevronsUp:fc,ChevronsUpDown:yc,ChevronsUpDownIcon:yc,ChevronsUpIcon:fc,Chrome:mc,ChromeIcon:mc,Church:gc,ChurchIcon:gc,Cigarette:bc,CigaretteIcon:bc,CigaretteOff:kc,CigaretteOffIcon:kc,Circle:zc,CircleAlert:Rt,CircleAlertIcon:Rt,CircleArrowDown:zt,CircleArrowDownIcon:zt,CircleArrowLeft:Ht,CircleArrowLeftIcon:Ht,CircleArrowOutDownLeft:At,CircleArrowOutDownLeftIcon:At,CircleArrowOutDownRight:Vt,CircleArrowOutDownRightIcon:Vt,CircleArrowOutUpLeft:Pt,CircleArrowOutUpLeftIcon:Pt,CircleArrowOutUpRight:Bt,CircleArrowOutUpRightIcon:Bt,CircleArrowRight:qt,CircleArrowRightIcon:qt,CircleArrowUp:Ft,CircleArrowUpIcon:Ft,CircleCheck:jt,CircleCheckBig:Ot,CircleCheckBigIcon:Ot,CircleCheckIcon:jt,CircleChevronDown:Nt,CircleChevronDownIcon:Nt,CircleChevronLeft:_t,CircleChevronLeftIcon:_t,CircleChevronRight:Wt,CircleChevronRightIcon:Wt,CircleChevronUp:Ut,CircleChevronUpIcon:Ut,CircleDashed:wc,CircleDashedIcon:wc,CircleDivide:$t,CircleDivideIcon:$t,CircleDollarSign:vc,CircleDollarSignIcon:vc,CircleDot:Cc,CircleDotDashed:Mc,CircleDotDashedIcon:Mc,CircleDotIcon:Cc,CircleEllipsis:xc,CircleEllipsisIcon:xc,CircleEqual:Lc,CircleEqualIcon:Lc,CircleFadingArrowUp:Ec,CircleFadingArrowUpIcon:Ec,CircleFadingPlus:Sc,CircleFadingPlusIcon:Sc,CircleGauge:Gt,CircleGaugeIcon:Gt,CircleHelp:Yt,CircleHelpIcon:Yt,CircleIcon:zc,CircleMinus:Zt,CircleMinusIcon:Zt,CircleOff:Ic,CircleOffIcon:Ic,CircleParking:Kt,CircleParkingIcon:Kt,CircleParkingOff:Xt,CircleParkingOffIcon:Xt,CirclePause:Jt,CirclePauseIcon:Jt,CirclePercent:Qt,CirclePercentIcon:Qt,CirclePlay:ei,CirclePlayIcon:ei,CirclePlus:ti,CirclePlusIcon:ti,CirclePower:ii,CirclePowerIcon:ii,CircleSlash:Tc,CircleSlash2:ai,CircleSlash2Icon:ai,CircleSlashIcon:Tc,CircleSlashed:ai,CircleSlashedIcon:ai,CircleSmall:Dc,CircleSmallIcon:Dc,CircleStop:oi,CircleStopIcon:oi,CircleUser:si,CircleUserIcon:si,CircleUserRound:ni,CircleUserRoundIcon:ni,CircleX:ri,CircleXIcon:ri,CircuitBoard:Rc,CircuitBoardIcon:Rc,Citrus:Hc,CitrusIcon:Hc,Clapperboard:Ac,ClapperboardIcon:Ac,Clipboard:_c,ClipboardCheck:Vc,ClipboardCheckIcon:Vc,ClipboardCopy:Pc,ClipboardCopyIcon:Pc,ClipboardEdit:hi,ClipboardEditIcon:hi,ClipboardIcon:_c,ClipboardList:Bc,ClipboardListIcon:Bc,ClipboardMinus:qc,ClipboardMinusIcon:qc,ClipboardPaste:Fc,ClipboardPasteIcon:Fc,ClipboardPen:hi,ClipboardPenIcon:hi,ClipboardPenLine:li,ClipboardPenLineIcon:li,ClipboardPlus:Oc,ClipboardPlusIcon:Oc,ClipboardSignature:li,ClipboardSignatureIcon:li,ClipboardType:jc,ClipboardTypeIcon:jc,ClipboardX:Nc,ClipboardXIcon:Nc,Clock:rd,Clock1:Wc,Clock10:Uc,Clock10Icon:Uc,Clock11:$c,Clock11Icon:$c,Clock12:Gc,Clock12Icon:Gc,Clock1Icon:Wc,Clock2:Yc,Clock2Icon:Yc,Clock3:Zc,Clock3Icon:Zc,Clock4:Xc,Clock4Icon:Xc,Clock5:Kc,Clock5Icon:Kc,Clock6:Jc,Clock6Icon:Jc,Clock7:Qc,Clock7Icon:Qc,Clock8:ed,Clock8Icon:ed,Clock9:td,Clock9Icon:td,ClockAlert:id,ClockAlertIcon:id,ClockArrowDown:ad,ClockArrowDownIcon:ad,ClockArrowUp:od,ClockArrowUpIcon:od,ClockFading:nd,ClockFadingIcon:nd,ClockIcon:rd,ClockPlus:sd,ClockPlusIcon:sd,Cloud:Md,CloudAlert:ld,CloudAlertIcon:ld,CloudCog:hd,CloudCogIcon:hd,CloudDownload:ci,CloudDownloadIcon:ci,CloudDrizzle:cd,CloudDrizzleIcon:cd,CloudFog:ud,CloudFogIcon:ud,CloudHail:dd,CloudHailIcon:dd,CloudIcon:Md,CloudLightning:pd,CloudLightningIcon:pd,CloudMoon:fd,CloudMoonIcon:fd,CloudMoonRain:yd,CloudMoonRainIcon:yd,CloudOff:md,CloudOffIcon:md,CloudRain:kd,CloudRainIcon:kd,CloudRainWind:gd,CloudRainWindIcon:gd,CloudSnow:bd,CloudSnowIcon:bd,CloudSun:vd,CloudSunIcon:vd,CloudSunRain:wd,CloudSunRainIcon:wd,CloudUpload:di,CloudUploadIcon:di,Cloudy:Cd,CloudyIcon:Cd,Clover:xd,CloverIcon:xd,Club:Ld,ClubIcon:Ld,Code:Ed,Code2:ui,Code2Icon:ui,CodeIcon:Ed,CodeSquare:ja,CodeSquareIcon:ja,CodeXml:ui,CodeXmlIcon:ui,Codepen:Sd,CodepenIcon:Sd,Codesandbox:Id,CodesandboxIcon:Id,Coffee:Td,CoffeeIcon:Td,Cog:Dd,CogIcon:Dd,Coins:zd,CoinsIcon:zd,Columns:pi,Columns2:pi,Columns2Icon:pi,Columns3:yi,Columns3Cog:Se,Columns3CogIcon:Se,Columns3Icon:yi,Columns4:Rd,Columns4Icon:Rd,ColumnsIcon:pi,ColumnsSettings:Se,ColumnsSettingsIcon:Se,Combine:Ad,CombineIcon:Ad,Command:Hd,CommandIcon:Hd,Compass:Vd,CompassIcon:Vd,Component:Pd,ComponentIcon:Pd,Computer:Bd,ComputerIcon:Bd,ConciergeBell:qd,ConciergeBellIcon:qd,Cone:Od,ConeIcon:Od,Construction:Fd,ConstructionIcon:Fd,Contact:jd,Contact2:fi,Contact2Icon:fi,ContactIcon:jd,ContactRound:fi,ContactRoundIcon:fi,Container:Nd,ContainerIcon:Nd,Contrast:_d,ContrastIcon:_d,Cookie:Wd,CookieIcon:Wd,CookingPot:Ud,CookingPotIcon:Ud,Copy:Kd,CopyCheck:Gd,CopyCheckIcon:Gd,CopyIcon:Kd,CopyMinus:$d,CopyMinusIcon:$d,CopyPlus:Yd,CopyPlusIcon:Yd,CopySlash:Zd,CopySlashIcon:Zd,CopyX:Xd,CopyXIcon:Xd,Copyleft:Jd,CopyleftIcon:Jd,Copyright:Qd,CopyrightIcon:Qd,CornerDownLeft:e2,CornerDownLeftIcon:e2,CornerDownRight:t2,CornerDownRightIcon:t2,CornerLeftDown:i2,CornerLeftDownIcon:i2,CornerLeftUp:a2,CornerLeftUpIcon:a2,CornerRightDown:o2,CornerRightDownIcon:o2,CornerRightUp:n2,CornerRightUpIcon:n2,CornerUpLeft:s2,CornerUpLeftIcon:s2,CornerUpRight:r2,CornerUpRightIcon:r2,Cpu:l2,CpuIcon:l2,CreativeCommons:h2,CreativeCommonsIcon:h2,CreditCard:c2,CreditCardIcon:c2,Croissant:d2,CroissantIcon:d2,Crop:u2,CropIcon:u2,Cross:p2,CrossIcon:p2,Crosshair:y2,CrosshairIcon:y2,Crown:f2,CrownIcon:f2,Cuboid:m2,CuboidIcon:m2,CupSoda:g2,CupSodaIcon:g2,CurlyBraces:mt,CurlyBracesIcon:mt,Currency:k2,CurrencyIcon:k2,Cylinder:b2,CylinderIcon:b2,Dam:w2,DamIcon:w2,Database:C2,DatabaseBackup:v2,DatabaseBackupIcon:v2,DatabaseIcon:C2,DatabaseZap:M2,DatabaseZapIcon:M2,DecimalsArrowLeft:x2,DecimalsArrowLeftIcon:x2,DecimalsArrowRight:L2,DecimalsArrowRightIcon:L2,Delete:E2,DeleteIcon:E2,Dessert:I2,DessertIcon:I2,Diameter:S2,DiameterIcon:S2,Diamond:z2,DiamondIcon:z2,DiamondMinus:T2,DiamondMinusIcon:T2,DiamondPercent:mi,DiamondPercentIcon:mi,DiamondPlus:D2,DiamondPlusIcon:D2,Dice1:R2,Dice1Icon:R2,Dice2:H2,Dice2Icon:H2,Dice3:A2,Dice3Icon:A2,Dice4:V2,Dice4Icon:V2,Dice5:P2,Dice5Icon:P2,Dice6:B2,Dice6Icon:B2,Dices:q2,DicesIcon:q2,Diff:F2,DiffIcon:F2,Disc:_2,Disc2:O2,Disc2Icon:O2,Disc3:j2,Disc3Icon:j2,DiscAlbum:N2,DiscAlbumIcon:N2,DiscIcon:_2,Divide:W2,DivideCircle:$t,DivideCircleIcon:$t,DivideIcon:W2,DivideSquare:Ua,DivideSquareIcon:Ua,Dna:U2,DnaIcon:U2,DnaOff:$2,DnaOffIcon:$2,Dock:G2,DockIcon:G2,Dog:Y2,DogIcon:Y2,DollarSign:Z2,DollarSignIcon:Z2,Donut:X2,DonutIcon:X2,DoorClosed:J2,DoorClosedIcon:J2,DoorClosedLocked:K2,DoorClosedLockedIcon:K2,DoorOpen:Q2,DoorOpenIcon:Q2,Dot:e0,DotIcon:e0,DotSquare:$a,DotSquareIcon:$a,Download:t0,DownloadCloud:ci,DownloadCloudIcon:ci,DownloadIcon:t0,DraftingCompass:i0,DraftingCompassIcon:i0,Drama:a0,DramaIcon:a0,Dribbble:o0,DribbbleIcon:o0,Drill:n0,DrillIcon:n0,Droplet:r0,DropletIcon:r0,DropletOff:s0,DropletOffIcon:s0,Droplets:l0,DropletsIcon:l0,Drum:h0,DrumIcon:h0,Drumstick:c0,DrumstickIcon:c0,Dumbbell:d0,DumbbellIcon:d0,Ear:p0,EarIcon:p0,EarOff:u0,EarOffIcon:u0,Earth:gi,EarthIcon:gi,EarthLock:f0,EarthLockIcon:f0,Eclipse:y0,EclipseIcon:y0,Edit:ue,Edit2:ha,Edit2Icon:ha,Edit3:la,Edit3Icon:la,EditIcon:ue,Egg:k0,EggFried:m0,EggFriedIcon:m0,EggIcon:k0,EggOff:g0,EggOffIcon:g0,Ellipsis:bi,EllipsisIcon:bi,EllipsisVertical:ki,EllipsisVerticalIcon:ki,Equal:v0,EqualApproximately:b0,EqualApproximatelyIcon:b0,EqualIcon:v0,EqualNot:w0,EqualNotIcon:w0,EqualSquare:Ga,EqualSquareIcon:Ga,Eraser:M0,EraserIcon:M0,EthernetPort:C0,EthernetPortIcon:C0,Euro:x0,EuroIcon:x0,Expand:L0,ExpandIcon:L0,ExternalLink:E0,ExternalLinkIcon:E0,Eye:T0,EyeClosed:S0,EyeClosedIcon:S0,EyeIcon:T0,EyeOff:I0,EyeOffIcon:I0,Facebook:D0,FacebookIcon:D0,Factory:z0,FactoryIcon:z0,Fan:R0,FanIcon:R0,FastForward:H0,FastForwardIcon:H0,Feather:A0,FeatherIcon:A0,Fence:B0,FenceIcon:B0,FerrisWheel:V0,FerrisWheelIcon:V0,Figma:P0,FigmaIcon:P0,File:Au,FileArchive:q0,FileArchiveIcon:q0,FileAudio:O0,FileAudio2:F0,FileAudio2Icon:F0,FileAudioIcon:O0,FileAxis3D:wi,FileAxis3DIcon:wi,FileAxis3d:wi,FileAxis3dIcon:wi,FileBadge:N0,FileBadge2:j0,FileBadge2Icon:j0,FileBadgeIcon:N0,FileBarChart:vi,FileBarChart2:Mi,FileBarChart2Icon:Mi,FileBarChartIcon:vi,FileBox:_0,FileBoxIcon:_0,FileChartColumn:Mi,FileChartColumnIcon:Mi,FileChartColumnIncreasing:vi,FileChartColumnIncreasingIcon:vi,FileChartLine:Ci,FileChartLineIcon:Ci,FileChartPie:xi,FileChartPieIcon:xi,FileCheck:U0,FileCheck2:W0,FileCheck2Icon:W0,FileCheckIcon:U0,FileClock:$0,FileClockIcon:$0,FileCode:Y0,FileCode2:G0,FileCode2Icon:G0,FileCodeIcon:Y0,FileCog:Li,FileCog2:Li,FileCog2Icon:Li,FileCogIcon:Li,FileDiff:Z0,FileDiffIcon:Z0,FileDigit:X0,FileDigitIcon:X0,FileDown:K0,FileDownIcon:K0,FileEdit:Si,FileEditIcon:Si,FileHeart:J0,FileHeartIcon:J0,FileIcon:Au,FileImage:Q0,FileImageIcon:Q0,FileInput:eu,FileInputIcon:eu,FileJson:iu,FileJson2:tu,FileJson2Icon:tu,FileJsonIcon:iu,FileKey:ou,FileKey2:au,FileKey2Icon:au,FileKeyIcon:ou,FileLineChart:Ci,FileLineChartIcon:Ci,FileLock:su,FileLock2:nu,FileLock2Icon:nu,FileLockIcon:su,FileMinus:ru,FileMinus2:lu,FileMinus2Icon:lu,FileMinusIcon:ru,FileMusic:hu,FileMusicIcon:hu,FileOutput:cu,FileOutputIcon:cu,FilePen:Si,FilePenIcon:Si,FilePenLine:Ei,FilePenLineIcon:Ei,FilePieChart:xi,FilePieChartIcon:xi,FilePlus:pu,FilePlus2:du,FilePlus2Icon:du,FilePlusIcon:pu,FileQuestion:uu,FileQuestionIcon:uu,FileScan:yu,FileScanIcon:yu,FileSearch:mu,FileSearch2:fu,FileSearch2Icon:fu,FileSearchIcon:mu,FileSignature:Ei,FileSignatureIcon:Ei,FileSliders:gu,FileSlidersIcon:gu,FileSpreadsheet:ku,FileSpreadsheetIcon:ku,FileStack:bu,FileStackIcon:bu,FileSymlink:wu,FileSymlinkIcon:wu,FileTerminal:vu,FileTerminalIcon:vu,FileText:Mu,FileTextIcon:Mu,FileType:xu,FileType2:Cu,FileType2Icon:Cu,FileTypeIcon:xu,FileUp:Lu,FileUpIcon:Lu,FileUser:Eu,FileUserIcon:Eu,FileVideo:Iu,FileVideo2:Su,FileVideo2Icon:Su,FileVideoIcon:Iu,FileVolume:zu,FileVolume2:Tu,FileVolume2Icon:Tu,FileVolumeIcon:zu,FileWarning:Du,FileWarningIcon:Du,FileX:Hu,FileX2:Ru,FileX2Icon:Ru,FileXIcon:Hu,Files:Pu,FilesIcon:Pu,Film:Vu,FilmIcon:Vu,Filter:zi,FilterIcon:zi,FilterX:Di,FilterXIcon:Di,Fingerprint:Bu,FingerprintIcon:Bu,FireExtinguisher:qu,FireExtinguisherIcon:qu,Fish:ju,FishIcon:ju,FishOff:Fu,FishOffIcon:Fu,FishSymbol:Ou,FishSymbolIcon:Ou,Flag:Uu,FlagIcon:Uu,FlagOff:Nu,FlagOffIcon:Nu,FlagTriangleLeft:_u,FlagTriangleLeftIcon:_u,FlagTriangleRight:Wu,FlagTriangleRightIcon:Wu,Flame:Gu,FlameIcon:Gu,FlameKindling:$u,FlameKindlingIcon:$u,Flashlight:Xu,FlashlightIcon:Xu,FlashlightOff:Yu,FlashlightOffIcon:Yu,FlaskConical:Ku,FlaskConicalIcon:Ku,FlaskConicalOff:Zu,FlaskConicalOffIcon:Zu,FlaskRound:Ju,FlaskRoundIcon:Ju,FlipHorizontal:ep,FlipHorizontal2:Qu,FlipHorizontal2Icon:Qu,FlipHorizontalIcon:ep,FlipVertical:tp,FlipVertical2:ip,FlipVertical2Icon:ip,FlipVerticalIcon:tp,Flower:op,Flower2:ap,Flower2Icon:ap,FlowerIcon:op,Focus:np,FocusIcon:np,FoldHorizontal:sp,FoldHorizontalIcon:sp,FoldVertical:rp,FoldVerticalIcon:rp,Folder:Vp,FolderArchive:lp,FolderArchiveIcon:lp,FolderCheck:hp,FolderCheckIcon:hp,FolderClock:dp,FolderClockIcon:dp,FolderClosed:cp,FolderClosedIcon:cp,FolderCode:up,FolderCodeIcon:up,FolderCog:Ii,FolderCog2:Ii,FolderCog2Icon:Ii,FolderCogIcon:Ii,FolderDot:pp,FolderDotIcon:pp,FolderDown:yp,FolderDownIcon:yp,FolderEdit:Ti,FolderEditIcon:Ti,FolderGit:mp,FolderGit2:fp,FolderGit2Icon:fp,FolderGitIcon:mp,FolderHeart:gp,FolderHeartIcon:gp,FolderIcon:Vp,FolderInput:kp,FolderInputIcon:kp,FolderKanban:bp,FolderKanbanIcon:bp,FolderKey:wp,FolderKeyIcon:wp,FolderLock:vp,FolderLockIcon:vp,FolderMinus:Cp,FolderMinusIcon:Cp,FolderOpen:xp,FolderOpenDot:Mp,FolderOpenDotIcon:Mp,FolderOpenIcon:xp,FolderOutput:Ep,FolderOutputIcon:Ep,FolderPen:Ti,FolderPenIcon:Ti,FolderPlus:Lp,FolderPlusIcon:Lp,FolderRoot:Sp,FolderRootIcon:Sp,FolderSearch:Tp,FolderSearch2:Ip,FolderSearch2Icon:Ip,FolderSearchIcon:Tp,FolderSymlink:zp,FolderSymlinkIcon:zp,FolderSync:Dp,FolderSyncIcon:Dp,FolderTree:Rp,FolderTreeIcon:Rp,FolderUp:Hp,FolderUpIcon:Hp,FolderX:Ap,FolderXIcon:Ap,Folders:Pp,FoldersIcon:Pp,Footprints:Bp,FootprintsIcon:Bp,ForkKnife:Ao,ForkKnifeCrossed:Ho,ForkKnifeCrossedIcon:Ho,ForkKnifeIcon:Ao,Forklift:qp,ForkliftIcon:qp,FormInput:da,FormInputIcon:da,Forward:Op,ForwardIcon:Op,Frame:Fp,FrameIcon:Fp,Framer:jp,FramerIcon:jp,Frown:Np,FrownIcon:Np,Fuel:Wp,FuelIcon:Wp,Fullscreen:_p,FullscreenIcon:_p,FunctionSquare:Ya,FunctionSquareIcon:Ya,Funnel:zi,FunnelIcon:zi,FunnelPlus:Up,FunnelPlusIcon:Up,FunnelX:Di,FunnelXIcon:Di,GalleryHorizontal:Yp,GalleryHorizontalEnd:$p,GalleryHorizontalEndIcon:$p,GalleryHorizontalIcon:Yp,GalleryThumbnails:Gp,GalleryThumbnailsIcon:Gp,GalleryVertical:Xp,GalleryVerticalEnd:Zp,GalleryVerticalEndIcon:Zp,GalleryVerticalIcon:Xp,Gamepad:Kp,Gamepad2:Jp,Gamepad2Icon:Jp,GamepadIcon:Kp,GanttChart:It,GanttChartIcon:It,GanttChartSquare:Te,GanttChartSquareIcon:Te,Gauge:Qp,GaugeCircle:Gt,GaugeCircleIcon:Gt,GaugeIcon:Qp,Gavel:ey,GavelIcon:ey,Gem:ty,GemIcon:ty,Ghost:iy,GhostIcon:iy,Gift:ay,GiftIcon:ay,GitBranch:ny,GitBranchIcon:ny,GitBranchPlus:oy,GitBranchPlusIcon:oy,GitCommit:Ri,GitCommitHorizontal:Ri,GitCommitHorizontalIcon:Ri,GitCommitIcon:Ri,GitCommitVertical:sy,GitCommitVerticalIcon:sy,GitCompare:ly,GitCompareArrows:ry,GitCompareArrowsIcon:ry,GitCompareIcon:ly,GitFork:hy,GitForkIcon:hy,GitGraph:cy,GitGraphIcon:cy,GitMerge:dy,GitMergeIcon:dy,GitPullRequest:gy,GitPullRequestArrow:uy,GitPullRequestArrowIcon:uy,GitPullRequestClosed:py,GitPullRequestClosedIcon:py,GitPullRequestCreate:my,GitPullRequestCreateArrow:yy,GitPullRequestCreateArrowIcon:yy,GitPullRequestCreateIcon:my,GitPullRequestDraft:fy,GitPullRequestDraftIcon:fy,GitPullRequestIcon:gy,Github:ky,GithubIcon:ky,Gitlab:by,GitlabIcon:by,GlassWater:wy,GlassWaterIcon:wy,Glasses:vy,GlassesIcon:vy,Globe:xy,Globe2:gi,Globe2Icon:gi,GlobeIcon:xy,GlobeLock:My,GlobeLockIcon:My,Goal:Cy,GoalIcon:Cy,Gpu:Ly,GpuIcon:Ly,Grab:Ey,GrabIcon:Ey,GraduationCap:Sy,GraduationCapIcon:Sy,Grape:Iy,GrapeIcon:Iy,Grid:Ie,Grid2X2:Pi,Grid2X2Check:Hi,Grid2X2CheckIcon:Hi,Grid2X2Icon:Pi,Grid2X2Plus:Ai,Grid2X2PlusIcon:Ai,Grid2X2X:Vi,Grid2X2XIcon:Vi,Grid2x2:Pi,Grid2x2Check:Hi,Grid2x2CheckIcon:Hi,Grid2x2Icon:Pi,Grid2x2Plus:Ai,Grid2x2PlusIcon:Ai,Grid2x2X:Vi,Grid2x2XIcon:Vi,Grid3X3:Ie,Grid3X3Icon:Ie,Grid3x3:Ie,Grid3x3Icon:Ie,GridIcon:Ie,Grip:zy,GripHorizontal:Ty,GripHorizontalIcon:Ty,GripIcon:zy,GripVertical:Dy,GripVerticalIcon:Dy,Group:Ry,GroupIcon:Ry,Guitar:Hy,GuitarIcon:Hy,Ham:Ay,HamIcon:Ay,Hamburger:Vy,HamburgerIcon:Vy,Hammer:Py,HammerIcon:Py,Hand:jy,HandCoins:By,HandCoinsIcon:By,HandHeart:qy,HandHeartIcon:qy,HandHelping:Bi,HandHelpingIcon:Bi,HandIcon:jy,HandMetal:Fy,HandMetalIcon:Fy,HandPlatter:Oy,HandPlatterIcon:Oy,Handshake:_y,HandshakeIcon:_y,HardDrive:Uy,HardDriveDownload:Ny,HardDriveDownloadIcon:Ny,HardDriveIcon:Uy,HardDriveUpload:Wy,HardDriveUploadIcon:Wy,HardHat:$y,HardHatIcon:$y,Hash:Gy,HashIcon:Gy,Haze:Yy,HazeIcon:Yy,HdmiPort:Zy,HdmiPortIcon:Zy,Heading:af,Heading1:Xy,Heading1Icon:Xy,Heading2:Ky,Heading2Icon:Ky,Heading3:Jy,Heading3Icon:Jy,Heading4:tf,Heading4Icon:tf,Heading5:Qy,Heading5Icon:Qy,Heading6:ef,Heading6Icon:ef,HeadingIcon:af,HeadphoneOff:of,HeadphoneOffIcon:of,Headphones:nf,HeadphonesIcon:nf,Headset:sf,HeadsetIcon:sf,Heart:uf,HeartCrack:rf,HeartCrackIcon:rf,HeartHandshake:lf,HeartHandshakeIcon:lf,HeartIcon:uf,HeartMinus:hf,HeartMinusIcon:hf,HeartOff:cf,HeartOffIcon:cf,HeartPlus:df,HeartPlusIcon:df,HeartPulse:pf,HeartPulseIcon:pf,Heater:yf,HeaterIcon:yf,HelpCircle:Yt,HelpCircleIcon:Yt,HelpingHand:Bi,HelpingHandIcon:Bi,Hexagon:ff,HexagonIcon:ff,Highlighter:mf,HighlighterIcon:mf,History:gf,HistoryIcon:gf,Home:qi,HomeIcon:qi,Hop:bf,HopIcon:bf,HopOff:kf,HopOffIcon:kf,Hospital:wf,HospitalIcon:wf,Hotel:vf,HotelIcon:vf,Hourglass:Mf,HourglassIcon:Mf,House:qi,HouseIcon:qi,HousePlug:Cf,HousePlugIcon:Cf,HousePlus:xf,HousePlusIcon:xf,HouseWifi:Lf,HouseWifiIcon:Lf,IceCream:Oi,IceCream2:Fi,IceCream2Icon:Fi,IceCreamBowl:Fi,IceCreamBowlIcon:Fi,IceCreamCone:Oi,IceCreamConeIcon:Oi,IceCreamIcon:Oi,Icon:hx,IdCard:Ef,IdCardIcon:Ef,Image:Af,ImageDown:Sf,ImageDownIcon:Sf,ImageIcon:Af,ImageMinus:If,ImageMinusIcon:If,ImageOff:Df,ImageOffIcon:Df,ImagePlay:Tf,ImagePlayIcon:Tf,ImagePlus:zf,ImagePlusIcon:zf,ImageUp:Hf,ImageUpIcon:Hf,ImageUpscale:Rf,ImageUpscaleIcon:Rf,Images:Vf,ImagesIcon:Vf,Import:Bf,ImportIcon:Bf,Inbox:Pf,InboxIcon:Pf,Indent:Ni,IndentDecrease:ji,IndentDecreaseIcon:ji,IndentIcon:Ni,IndentIncrease:Ni,IndentIncreaseIcon:Ni,IndianRupee:qf,IndianRupeeIcon:qf,Infinity:Ff,InfinityIcon:Ff,Info:Of,InfoIcon:Of,Inspect:eo,InspectIcon:eo,InspectionPanel:_f,InspectionPanelIcon:_f,Instagram:jf,InstagramIcon:jf,Italic:Nf,ItalicIcon:Nf,IterationCcw:Wf,IterationCcwIcon:Wf,IterationCw:Uf,IterationCwIcon:Uf,JapaneseYen:$f,JapaneseYenIcon:$f,Joystick:Gf,JoystickIcon:Gf,Kanban:Yf,KanbanIcon:Yf,KanbanSquare:Za,KanbanSquareDashed:Na,KanbanSquareDashedIcon:Na,KanbanSquareIcon:Za,Key:Kf,KeyIcon:Kf,KeyRound:Xf,KeyRoundIcon:Xf,KeySquare:Zf,KeySquareIcon:Zf,Keyboard:em,KeyboardIcon:em,KeyboardMusic:Jf,KeyboardMusicIcon:Jf,KeyboardOff:Qf,KeyboardOffIcon:Qf,Lamp:sm,LampCeiling:tm,LampCeilingIcon:tm,LampDesk:am,LampDeskIcon:am,LampFloor:im,LampFloorIcon:im,LampIcon:sm,LampWallDown:om,LampWallDownIcon:om,LampWallUp:nm,LampWallUpIcon:nm,LandPlot:rm,LandPlotIcon:rm,Landmark:lm,LandmarkIcon:lm,Languages:hm,LanguagesIcon:hm,Laptop:dm,Laptop2:_i,Laptop2Icon:_i,LaptopIcon:dm,LaptopMinimal:_i,LaptopMinimalCheck:cm,LaptopMinimalCheckIcon:cm,LaptopMinimalIcon:_i,Lasso:um,LassoIcon:um,LassoSelect:ym,LassoSelectIcon:ym,Laugh:pm,LaughIcon:pm,Layers:Wi,Layers2:fm,Layers2Icon:fm,Layers3:Wi,Layers3Icon:Wi,LayersIcon:Wi,Layout:ra,LayoutDashboard:mm,LayoutDashboardIcon:mm,LayoutGrid:gm,LayoutGridIcon:gm,LayoutIcon:ra,LayoutList:km,LayoutListIcon:km,LayoutPanelLeft:bm,LayoutPanelLeftIcon:bm,LayoutPanelTop:wm,LayoutPanelTopIcon:wm,LayoutTemplate:vm,LayoutTemplateIcon:vm,Leaf:Mm,LeafIcon:Mm,LeafyGreen:xm,LeafyGreenIcon:xm,Lectern:Cm,LecternIcon:Cm,LetterText:Lm,LetterTextIcon:Lm,Library:Sm,LibraryBig:Em,LibraryBigIcon:Em,LibraryIcon:Sm,LibrarySquare:Xa,LibrarySquareIcon:Xa,LifeBuoy:Im,LifeBuoyIcon:Im,Ligature:Tm,LigatureIcon:Tm,Lightbulb:zm,LightbulbIcon:zm,LightbulbOff:Dm,LightbulbOffIcon:Dm,LineChart:Lt,LineChartIcon:Lt,Link:Am,Link2:Hm,Link2Icon:Hm,Link2Off:Rm,Link2OffIcon:Rm,LinkIcon:Am,Linkedin:Vm,LinkedinIcon:Vm,List:Jm,ListCheck:Pm,ListCheckIcon:Pm,ListChecks:Bm,ListChecksIcon:Bm,ListCollapse:qm,ListCollapseIcon:qm,ListEnd:Fm,ListEndIcon:Fm,ListFilter:Nm,ListFilterIcon:Nm,ListFilterPlus:Om,ListFilterPlusIcon:Om,ListIcon:Jm,ListMinus:jm,ListMinusIcon:jm,ListMusic:_m,ListMusicIcon:_m,ListOrdered:Wm,ListOrderedIcon:Wm,ListPlus:Um,ListPlusIcon:Um,ListRestart:$m,ListRestartIcon:$m,ListStart:Gm,ListStartIcon:Gm,ListTodo:Ym,ListTodoIcon:Ym,ListTree:Zm,ListTreeIcon:Zm,ListVideo:Xm,ListVideoIcon:Xm,ListX:Km,ListXIcon:Km,Loader:eg,Loader2:Ui,Loader2Icon:Ui,LoaderCircle:Ui,LoaderCircleIcon:Ui,LoaderIcon:eg,LoaderPinwheel:Qm,LoaderPinwheelIcon:Qm,Locate:ag,LocateFixed:tg,LocateFixedIcon:tg,LocateIcon:ag,LocateOff:ig,LocateOffIcon:ig,LocationEdit:og,LocationEditIcon:og,Lock:sg,LockIcon:sg,LockKeyhole:ng,LockKeyholeIcon:ng,LockKeyholeOpen:$i,LockKeyholeOpenIcon:$i,LockOpen:Gi,LockOpenIcon:Gi,LogIn:rg,LogInIcon:rg,LogOut:lg,LogOutIcon:lg,Logs:hg,LogsIcon:hg,Lollipop:cg,LollipopIcon:cg,LucideAArrowDown:qn,LucideAArrowUp:Fn,LucideALargeSmall:On,LucideAccessibility:jn,LucideActivity:Nn,LucideActivitySquare:wa,LucideAirVent:Wn,LucideAirplay:_n,LucideAlarmCheck:it,LucideAlarmClock:$n,LucideAlarmClockCheck:it,LucideAlarmClockMinus:at,LucideAlarmClockOff:Un,LucideAlarmClockPlus:ot,LucideAlarmMinus:at,LucideAlarmPlus:ot,LucideAlarmSmoke:Gn,LucideAlbum:Yn,LucideAlertCircle:Rt,LucideAlertOctagon:Xi,LucideAlertTriangle:Co,LucideAlignCenter:Kn,LucideAlignCenterHorizontal:Zn,LucideAlignCenterVertical:Xn,LucideAlignEndHorizontal:Jn,LucideAlignEndVertical:Qn,LucideAlignHorizontalDistributeCenter:es,LucideAlignHorizontalDistributeEnd:ts,LucideAlignHorizontalDistributeStart:is,LucideAlignHorizontalJustifyCenter:as,LucideAlignHorizontalJustifyEnd:os,LucideAlignHorizontalJustifyStart:ns,LucideAlignHorizontalSpaceAround:ss,LucideAlignHorizontalSpaceBetween:rs,LucideAlignJustify:ls,LucideAlignLeft:hs,LucideAlignRight:ds,LucideAlignStartHorizontal:cs,LucideAlignStartVertical:us,LucideAlignVerticalDistributeCenter:ps,LucideAlignVerticalDistributeEnd:ys,LucideAlignVerticalDistributeStart:fs,LucideAlignVerticalJustifyCenter:ms,LucideAlignVerticalJustifyEnd:gs,LucideAlignVerticalJustifyStart:ks,LucideAlignVerticalSpaceAround:bs,LucideAlignVerticalSpaceBetween:ws,LucideAmbulance:vs,LucideAmpersand:Ms,LucideAmpersands:Cs,LucideAmphora:xs,LucideAnchor:Es,LucideAngry:Ls,LucideAnnoyed:Ss,LucideAntenna:Is,LucideAnvil:Ts,LucideAperture:Ds,LucideAppWindow:Rs,LucideAppWindowMac:zs,LucideApple:Hs,LucideArchive:Ps,LucideArchiveRestore:As,LucideArchiveX:Vs,LucideAreaChart:kt,LucideArmchair:qs,LucideArrowBigDown:Fs,LucideArrowBigDownDash:Bs,LucideArrowBigLeft:js,LucideArrowBigLeftDash:Os,LucideArrowBigRight:_s,LucideArrowBigRightDash:Ns,LucideArrowBigUp:Us,LucideArrowBigUpDash:Ws,LucideArrowDown:tr,LucideArrowDown01:$s,LucideArrowDown10:Gs,LucideArrowDownAZ:nt,LucideArrowDownAz:nt,LucideArrowDownCircle:zt,LucideArrowDownFromLine:Ys,LucideArrowDownLeft:Zs,LucideArrowDownLeftFromCircle:At,LucideArrowDownLeftFromSquare:La,LucideArrowDownLeftSquare:va,LucideArrowDownNarrowWide:Xs,LucideArrowDownRight:Ks,LucideArrowDownRightFromCircle:Vt,LucideArrowDownRightFromSquare:Ea,LucideArrowDownRightSquare:Ma,LucideArrowDownSquare:Ca,LucideArrowDownToDot:Js,LucideArrowDownToLine:er,LucideArrowDownUp:Qs,LucideArrowDownWideNarrow:st,LucideArrowDownZA:rt,LucideArrowDownZa:rt,LucideArrowLeft:nr,LucideArrowLeftCircle:Ht,LucideArrowLeftFromLine:ir,LucideArrowLeftRight:ar,LucideArrowLeftSquare:xa,LucideArrowLeftToLine:or,LucideArrowRight:hr,LucideArrowRightCircle:qt,LucideArrowRightFromLine:sr,LucideArrowRightLeft:rr,LucideArrowRightSquare:Ta,LucideArrowRightToLine:lr,LucideArrowUp:br,LucideArrowUp01:cr,LucideArrowUp10:ur,LucideArrowUpAZ:lt,LucideArrowUpAz:lt,LucideArrowUpCircle:Ft,LucideArrowUpDown:dr,LucideArrowUpFromDot:pr,LucideArrowUpFromLine:yr,LucideArrowUpLeft:fr,LucideArrowUpLeftFromCircle:Pt,LucideArrowUpLeftFromSquare:Sa,LucideArrowUpLeftSquare:za,LucideArrowUpNarrowWide:ht,LucideArrowUpRight:mr,LucideArrowUpRightFromCircle:Bt,LucideArrowUpRightFromSquare:Ia,LucideArrowUpRightSquare:Da,LucideArrowUpSquare:Ra,LucideArrowUpToLine:gr,LucideArrowUpWideNarrow:kr,LucideArrowUpZA:ct,LucideArrowUpZa:ct,LucideArrowsUpFromLine:wr,LucideAsterisk:vr,LucideAsteriskSquare:Ha,LucideAtSign:Mr,LucideAtom:Cr,LucideAudioLines:xr,LucideAudioWaveform:Lr,LucideAward:Er,LucideAxe:Sr,LucideAxis3D:dt,LucideAxis3d:dt,LucideBaby:Ir,LucideBackpack:Tr,LucideBadge:Ur,LucideBadgeAlert:Dr,LucideBadgeCent:zr,LucideBadgeCheck:ut,LucideBadgeDollarSign:Rr,LucideBadgeEuro:Hr,LucideBadgeHelp:Ar,LucideBadgeIndianRupee:Vr,LucideBadgeInfo:Pr,LucideBadgeJapaneseYen:Br,LucideBadgeMinus:qr,LucideBadgePercent:Fr,LucideBadgePlus:Or,LucideBadgePoundSterling:jr,LucideBadgeRussianRuble:Nr,LucideBadgeSwissFranc:_r,LucideBadgeX:Wr,LucideBaggageClaim:$r,LucideBan:Gr,LucideBanana:Yr,LucideBandage:Zr,LucideBanknote:Qr,LucideBanknoteArrowDown:Xr,LucideBanknoteArrowUp:Kr,LucideBanknoteX:Jr,LucideBarChart:Et,LucideBarChart2:St,LucideBarChart3:xt,LucideBarChart4:Ct,LucideBarChartBig:Mt,LucideBarChartHorizontal:wt,LucideBarChartHorizontalBig:bt,LucideBarcode:el,LucideBaseline:tl,LucideBath:il,LucideBattery:hl,LucideBatteryCharging:al,LucideBatteryFull:ol,LucideBatteryLow:nl,LucideBatteryMedium:sl,LucideBatteryPlus:rl,LucideBatteryWarning:ll,LucideBeaker:cl,LucideBean:ul,LucideBeanOff:dl,LucideBed:fl,LucideBedDouble:pl,LucideBedSingle:yl,LucideBeef:gl,LucideBeer:kl,LucideBeerOff:ml,LucideBell:Ll,LucideBellDot:bl,LucideBellElectric:wl,LucideBellMinus:vl,LucideBellOff:Ml,LucideBellPlus:Cl,LucideBellRing:xl,LucideBetweenHorizonalEnd:pt,LucideBetweenHorizonalStart:yt,LucideBetweenHorizontalEnd:pt,LucideBetweenHorizontalStart:yt,LucideBetweenVerticalEnd:El,LucideBetweenVerticalStart:Sl,LucideBicepsFlexed:Il,LucideBike:Tl,LucideBinary:Dl,LucideBinoculars:zl,LucideBiohazard:Rl,LucideBird:Hl,LucideBitcoin:Al,LucideBlend:Vl,LucideBlinds:Pl,LucideBlocks:Bl,LucideBluetooth:jl,LucideBluetoothConnected:ql,LucideBluetoothOff:Fl,LucideBluetoothSearching:Ol,LucideBold:Nl,LucideBolt:_l,LucideBomb:Wl,LucideBone:Ul,LucideBook:y1,LucideBookA:$l,LucideBookAudio:Gl,LucideBookCheck:Yl,LucideBookCopy:Zl,LucideBookDashed:ft,LucideBookDown:Kl,LucideBookHeadphones:Xl,LucideBookHeart:Jl,LucideBookImage:Ql,LucideBookKey:e1,LucideBookLock:t1,LucideBookMarked:i1,LucideBookMinus:a1,LucideBookOpen:s1,LucideBookOpenCheck:n1,LucideBookOpenText:o1,LucideBookPlus:r1,LucideBookTemplate:ft,LucideBookText:l1,LucideBookType:h1,LucideBookUp:d1,LucideBookUp2:c1,LucideBookUser:u1,LucideBookX:p1,LucideBookmark:b1,LucideBookmarkCheck:f1,LucideBookmarkMinus:m1,LucideBookmarkPlus:g1,LucideBookmarkX:k1,LucideBoomBox:w1,LucideBot:C1,LucideBotMessageSquare:v1,LucideBotOff:M1,LucideBowArrow:x1,LucideBox:L1,LucideBoxSelect:Wa,LucideBoxes:E1,LucideBraces:mt,LucideBrackets:S1,LucideBrain:D1,LucideBrainCircuit:I1,LucideBrainCog:T1,LucideBrickWall:R1,LucideBrickWallFire:z1,LucideBriefcase:P1,LucideBriefcaseBusiness:H1,LucideBriefcaseConveyorBelt:A1,LucideBriefcaseMedical:V1,LucideBringToFront:B1,LucideBrush:F1,LucideBrushCleaning:q1,LucideBubbles:O1,LucideBug:_1,LucideBugOff:j1,LucideBugPlay:N1,LucideBuilding:U1,LucideBuilding2:W1,LucideBus:G1,LucideBusFront:$1,LucideCable:Z1,LucideCableCar:Y1,LucideCake:K1,LucideCakeSlice:X1,LucideCalculator:J1,LucideCalendar:bh,LucideCalendar1:Q1,LucideCalendarArrowDown:eh,LucideCalendarArrowUp:th,LucideCalendarCheck:ah,LucideCalendarCheck2:ih,LucideCalendarClock:oh,LucideCalendarCog:nh,LucideCalendarDays:sh,LucideCalendarFold:rh,LucideCalendarHeart:lh,LucideCalendarMinus:ch,LucideCalendarMinus2:hh,LucideCalendarOff:dh,LucideCalendarPlus:ph,LucideCalendarPlus2:uh,LucideCalendarRange:yh,LucideCalendarSearch:fh,LucideCalendarSync:mh,LucideCalendarX:kh,LucideCalendarX2:gh,LucideCamera:vh,LucideCameraOff:wh,LucideCandlestickChart:vt,LucideCandy:xh,LucideCandyCane:Mh,LucideCandyOff:Ch,LucideCannabis:Lh,LucideCaptions:gt,LucideCaptionsOff:Eh,LucideCar:Th,LucideCarFront:Sh,LucideCarTaxiFront:Ih,LucideCaravan:Dh,LucideCarrot:zh,LucideCaseLower:Rh,LucideCaseSensitive:Hh,LucideCaseUpper:Ah,LucideCassetteTape:Vh,LucideCast:Ph,LucideCastle:Bh,LucideCat:qh,LucideCctv:Fh,LucideChartArea:kt,LucideChartBar:wt,LucideChartBarBig:bt,LucideChartBarDecreasing:Oh,LucideChartBarIncreasing:jh,LucideChartBarStacked:Nh,LucideChartCandlestick:vt,LucideChartColumn:xt,LucideChartColumnBig:Mt,LucideChartColumnDecreasing:_h,LucideChartColumnIncreasing:Ct,LucideChartColumnStacked:Wh,LucideChartGantt:Uh,LucideChartLine:Lt,LucideChartNetwork:$h,LucideChartNoAxesColumn:St,LucideChartNoAxesColumnDecreasing:Gh,LucideChartNoAxesColumnIncreasing:Et,LucideChartNoAxesCombined:Yh,LucideChartNoAxesGantt:It,LucideChartPie:Tt,LucideChartScatter:Dt,LucideChartSpline:Zh,LucideCheck:Jh,LucideCheckCheck:Xh,LucideCheckCircle:Ot,LucideCheckCircle2:jt,LucideCheckLine:Kh,LucideCheckSquare:Va,LucideCheckSquare2:Pa,LucideChefHat:Qh,LucideCherry:ec,LucideChevronDown:tc,LucideChevronDownCircle:Nt,LucideChevronDownSquare:Ba,LucideChevronFirst:ic,LucideChevronLast:oc,LucideChevronLeft:ac,LucideChevronLeftCircle:_t,LucideChevronLeftSquare:qa,LucideChevronRight:nc,LucideChevronRightCircle:Wt,LucideChevronRightSquare:Fa,LucideChevronUp:sc,LucideChevronUpCircle:Ut,LucideChevronUpSquare:Oa,LucideChevronsDown:lc,LucideChevronsDownUp:rc,LucideChevronsLeft:dc,LucideChevronsLeftRight:cc,LucideChevronsLeftRightEllipsis:hc,LucideChevronsRight:pc,LucideChevronsRightLeft:uc,LucideChevronsUp:fc,LucideChevronsUpDown:yc,LucideChrome:mc,LucideChurch:gc,LucideCigarette:bc,LucideCigaretteOff:kc,LucideCircle:zc,LucideCircleAlert:Rt,LucideCircleArrowDown:zt,LucideCircleArrowLeft:Ht,LucideCircleArrowOutDownLeft:At,LucideCircleArrowOutDownRight:Vt,LucideCircleArrowOutUpLeft:Pt,LucideCircleArrowOutUpRight:Bt,LucideCircleArrowRight:qt,LucideCircleArrowUp:Ft,LucideCircleCheck:jt,LucideCircleCheckBig:Ot,LucideCircleChevronDown:Nt,LucideCircleChevronLeft:_t,LucideCircleChevronRight:Wt,LucideCircleChevronUp:Ut,LucideCircleDashed:wc,LucideCircleDivide:$t,LucideCircleDollarSign:vc,LucideCircleDot:Cc,LucideCircleDotDashed:Mc,LucideCircleEllipsis:xc,LucideCircleEqual:Lc,LucideCircleFadingArrowUp:Ec,LucideCircleFadingPlus:Sc,LucideCircleGauge:Gt,LucideCircleHelp:Yt,LucideCircleMinus:Zt,LucideCircleOff:Ic,LucideCircleParking:Kt,LucideCircleParkingOff:Xt,LucideCirclePause:Jt,LucideCirclePercent:Qt,LucideCirclePlay:ei,LucideCirclePlus:ti,LucideCirclePower:ii,LucideCircleSlash:Tc,LucideCircleSlash2:ai,LucideCircleSlashed:ai,LucideCircleSmall:Dc,LucideCircleStop:oi,LucideCircleUser:si,LucideCircleUserRound:ni,LucideCircleX:ri,LucideCircuitBoard:Rc,LucideCitrus:Hc,LucideClapperboard:Ac,LucideClipboard:_c,LucideClipboardCheck:Vc,LucideClipboardCopy:Pc,LucideClipboardEdit:hi,LucideClipboardList:Bc,LucideClipboardMinus:qc,LucideClipboardPaste:Fc,LucideClipboardPen:hi,LucideClipboardPenLine:li,LucideClipboardPlus:Oc,LucideClipboardSignature:li,LucideClipboardType:jc,LucideClipboardX:Nc,LucideClock:rd,LucideClock1:Wc,LucideClock10:Uc,LucideClock11:$c,LucideClock12:Gc,LucideClock2:Yc,LucideClock3:Zc,LucideClock4:Xc,LucideClock5:Kc,LucideClock6:Jc,LucideClock7:Qc,LucideClock8:ed,LucideClock9:td,LucideClockAlert:id,LucideClockArrowDown:ad,LucideClockArrowUp:od,LucideClockFading:nd,LucideClockPlus:sd,LucideCloud:Md,LucideCloudAlert:ld,LucideCloudCog:hd,LucideCloudDownload:ci,LucideCloudDrizzle:cd,LucideCloudFog:ud,LucideCloudHail:dd,LucideCloudLightning:pd,LucideCloudMoon:fd,LucideCloudMoonRain:yd,LucideCloudOff:md,LucideCloudRain:kd,LucideCloudRainWind:gd,LucideCloudSnow:bd,LucideCloudSun:vd,LucideCloudSunRain:wd,LucideCloudUpload:di,LucideCloudy:Cd,LucideClover:xd,LucideClub:Ld,LucideCode:Ed,LucideCode2:ui,LucideCodeSquare:ja,LucideCodeXml:ui,LucideCodepen:Sd,LucideCodesandbox:Id,LucideCoffee:Td,LucideCog:Dd,LucideCoins:zd,LucideColumns:pi,LucideColumns2:pi,LucideColumns3:yi,LucideColumns3Cog:Se,LucideColumns4:Rd,LucideColumnsSettings:Se,LucideCombine:Ad,LucideCommand:Hd,LucideCompass:Vd,LucideComponent:Pd,LucideComputer:Bd,LucideConciergeBell:qd,LucideCone:Od,LucideConstruction:Fd,LucideContact:jd,LucideContact2:fi,LucideContactRound:fi,LucideContainer:Nd,LucideContrast:_d,LucideCookie:Wd,LucideCookingPot:Ud,LucideCopy:Kd,LucideCopyCheck:Gd,LucideCopyMinus:$d,LucideCopyPlus:Yd,LucideCopySlash:Zd,LucideCopyX:Xd,LucideCopyleft:Jd,LucideCopyright:Qd,LucideCornerDownLeft:e2,LucideCornerDownRight:t2,LucideCornerLeftDown:i2,LucideCornerLeftUp:a2,LucideCornerRightDown:o2,LucideCornerRightUp:n2,LucideCornerUpLeft:s2,LucideCornerUpRight:r2,LucideCpu:l2,LucideCreativeCommons:h2,LucideCreditCard:c2,LucideCroissant:d2,LucideCrop:u2,LucideCross:p2,LucideCrosshair:y2,LucideCrown:f2,LucideCuboid:m2,LucideCupSoda:g2,LucideCurlyBraces:mt,LucideCurrency:k2,LucideCylinder:b2,LucideDam:w2,LucideDatabase:C2,LucideDatabaseBackup:v2,LucideDatabaseZap:M2,LucideDecimalsArrowLeft:x2,LucideDecimalsArrowRight:L2,LucideDelete:E2,LucideDessert:I2,LucideDiameter:S2,LucideDiamond:z2,LucideDiamondMinus:T2,LucideDiamondPercent:mi,LucideDiamondPlus:D2,LucideDice1:R2,LucideDice2:H2,LucideDice3:A2,LucideDice4:V2,LucideDice5:P2,LucideDice6:B2,LucideDices:q2,LucideDiff:F2,LucideDisc:_2,LucideDisc2:O2,LucideDisc3:j2,LucideDiscAlbum:N2,LucideDivide:W2,LucideDivideCircle:$t,LucideDivideSquare:Ua,LucideDna:U2,LucideDnaOff:$2,LucideDock:G2,LucideDog:Y2,LucideDollarSign:Z2,LucideDonut:X2,LucideDoorClosed:J2,LucideDoorClosedLocked:K2,LucideDoorOpen:Q2,LucideDot:e0,LucideDotSquare:$a,LucideDownload:t0,LucideDownloadCloud:ci,LucideDraftingCompass:i0,LucideDrama:a0,LucideDribbble:o0,LucideDrill:n0,LucideDroplet:r0,LucideDropletOff:s0,LucideDroplets:l0,LucideDrum:h0,LucideDrumstick:c0,LucideDumbbell:d0,LucideEar:p0,LucideEarOff:u0,LucideEarth:gi,LucideEarthLock:f0,LucideEclipse:y0,LucideEdit:ue,LucideEdit2:ha,LucideEdit3:la,LucideEgg:k0,LucideEggFried:m0,LucideEggOff:g0,LucideEllipsis:bi,LucideEllipsisVertical:ki,LucideEqual:v0,LucideEqualApproximately:b0,LucideEqualNot:w0,LucideEqualSquare:Ga,LucideEraser:M0,LucideEthernetPort:C0,LucideEuro:x0,LucideExpand:L0,LucideExternalLink:E0,LucideEye:T0,LucideEyeClosed:S0,LucideEyeOff:I0,LucideFacebook:D0,LucideFactory:z0,LucideFan:R0,LucideFastForward:H0,LucideFeather:A0,LucideFence:B0,LucideFerrisWheel:V0,LucideFigma:P0,LucideFile:Au,LucideFileArchive:q0,LucideFileAudio:O0,LucideFileAudio2:F0,LucideFileAxis3D:wi,LucideFileAxis3d:wi,LucideFileBadge:N0,LucideFileBadge2:j0,LucideFileBarChart:vi,LucideFileBarChart2:Mi,LucideFileBox:_0,LucideFileChartColumn:Mi,LucideFileChartColumnIncreasing:vi,LucideFileChartLine:Ci,LucideFileChartPie:xi,LucideFileCheck:U0,LucideFileCheck2:W0,LucideFileClock:$0,LucideFileCode:Y0,LucideFileCode2:G0,LucideFileCog:Li,LucideFileCog2:Li,LucideFileDiff:Z0,LucideFileDigit:X0,LucideFileDown:K0,LucideFileEdit:Si,LucideFileHeart:J0,LucideFileImage:Q0,LucideFileInput:eu,LucideFileJson:iu,LucideFileJson2:tu,LucideFileKey:ou,LucideFileKey2:au,LucideFileLineChart:Ci,LucideFileLock:su,LucideFileLock2:nu,LucideFileMinus:ru,LucideFileMinus2:lu,LucideFileMusic:hu,LucideFileOutput:cu,LucideFilePen:Si,LucideFilePenLine:Ei,LucideFilePieChart:xi,LucideFilePlus:pu,LucideFilePlus2:du,LucideFileQuestion:uu,LucideFileScan:yu,LucideFileSearch:mu,LucideFileSearch2:fu,LucideFileSignature:Ei,LucideFileSliders:gu,LucideFileSpreadsheet:ku,LucideFileStack:bu,LucideFileSymlink:wu,LucideFileTerminal:vu,LucideFileText:Mu,LucideFileType:xu,LucideFileType2:Cu,LucideFileUp:Lu,LucideFileUser:Eu,LucideFileVideo:Iu,LucideFileVideo2:Su,LucideFileVolume:zu,LucideFileVolume2:Tu,LucideFileWarning:Du,LucideFileX:Hu,LucideFileX2:Ru,LucideFiles:Pu,LucideFilm:Vu,LucideFilter:zi,LucideFilterX:Di,LucideFingerprint:Bu,LucideFireExtinguisher:qu,LucideFish:ju,LucideFishOff:Fu,LucideFishSymbol:Ou,LucideFlag:Uu,LucideFlagOff:Nu,LucideFlagTriangleLeft:_u,LucideFlagTriangleRight:Wu,LucideFlame:Gu,LucideFlameKindling:$u,LucideFlashlight:Xu,LucideFlashlightOff:Yu,LucideFlaskConical:Ku,LucideFlaskConicalOff:Zu,LucideFlaskRound:Ju,LucideFlipHorizontal:ep,LucideFlipHorizontal2:Qu,LucideFlipVertical:tp,LucideFlipVertical2:ip,LucideFlower:op,LucideFlower2:ap,LucideFocus:np,LucideFoldHorizontal:sp,LucideFoldVertical:rp,LucideFolder:Vp,LucideFolderArchive:lp,LucideFolderCheck:hp,LucideFolderClock:dp,LucideFolderClosed:cp,LucideFolderCode:up,LucideFolderCog:Ii,LucideFolderCog2:Ii,LucideFolderDot:pp,LucideFolderDown:yp,LucideFolderEdit:Ti,LucideFolderGit:mp,LucideFolderGit2:fp,LucideFolderHeart:gp,LucideFolderInput:kp,LucideFolderKanban:bp,LucideFolderKey:wp,LucideFolderLock:vp,LucideFolderMinus:Cp,LucideFolderOpen:xp,LucideFolderOpenDot:Mp,LucideFolderOutput:Ep,LucideFolderPen:Ti,LucideFolderPlus:Lp,LucideFolderRoot:Sp,LucideFolderSearch:Tp,LucideFolderSearch2:Ip,LucideFolderSymlink:zp,LucideFolderSync:Dp,LucideFolderTree:Rp,LucideFolderUp:Hp,LucideFolderX:Ap,LucideFolders:Pp,LucideFootprints:Bp,LucideForkKnife:Ao,LucideForkKnifeCrossed:Ho,LucideForklift:qp,LucideFormInput:da,LucideForward:Op,LucideFrame:Fp,LucideFramer:jp,LucideFrown:Np,LucideFuel:Wp,LucideFullscreen:_p,LucideFunctionSquare:Ya,LucideFunnel:zi,LucideFunnelPlus:Up,LucideFunnelX:Di,LucideGalleryHorizontal:Yp,LucideGalleryHorizontalEnd:$p,LucideGalleryThumbnails:Gp,LucideGalleryVertical:Xp,LucideGalleryVerticalEnd:Zp,LucideGamepad:Kp,LucideGamepad2:Jp,LucideGanttChart:It,LucideGanttChartSquare:Te,LucideGauge:Qp,LucideGaugeCircle:Gt,LucideGavel:ey,LucideGem:ty,LucideGhost:iy,LucideGift:ay,LucideGitBranch:ny,LucideGitBranchPlus:oy,LucideGitCommit:Ri,LucideGitCommitHorizontal:Ri,LucideGitCommitVertical:sy,LucideGitCompare:ly,LucideGitCompareArrows:ry,LucideGitFork:hy,LucideGitGraph:cy,LucideGitMerge:dy,LucideGitPullRequest:gy,LucideGitPullRequestArrow:uy,LucideGitPullRequestClosed:py,LucideGitPullRequestCreate:my,LucideGitPullRequestCreateArrow:yy,LucideGitPullRequestDraft:fy,LucideGithub:ky,LucideGitlab:by,LucideGlassWater:wy,LucideGlasses:vy,LucideGlobe:xy,LucideGlobe2:gi,LucideGlobeLock:My,LucideGoal:Cy,LucideGpu:Ly,LucideGrab:Ey,LucideGraduationCap:Sy,LucideGrape:Iy,LucideGrid:Ie,LucideGrid2X2:Pi,LucideGrid2X2Check:Hi,LucideGrid2X2Plus:Ai,LucideGrid2X2X:Vi,LucideGrid2x2:Pi,LucideGrid2x2Check:Hi,LucideGrid2x2Plus:Ai,LucideGrid2x2X:Vi,LucideGrid3X3:Ie,LucideGrid3x3:Ie,LucideGrip:zy,LucideGripHorizontal:Ty,LucideGripVertical:Dy,LucideGroup:Ry,LucideGuitar:Hy,LucideHam:Ay,LucideHamburger:Vy,LucideHammer:Py,LucideHand:jy,LucideHandCoins:By,LucideHandHeart:qy,LucideHandHelping:Bi,LucideHandMetal:Fy,LucideHandPlatter:Oy,LucideHandshake:_y,LucideHardDrive:Uy,LucideHardDriveDownload:Ny,LucideHardDriveUpload:Wy,LucideHardHat:$y,LucideHash:Gy,LucideHaze:Yy,LucideHdmiPort:Zy,LucideHeading:af,LucideHeading1:Xy,LucideHeading2:Ky,LucideHeading3:Jy,LucideHeading4:tf,LucideHeading5:Qy,LucideHeading6:ef,LucideHeadphoneOff:of,LucideHeadphones:nf,LucideHeadset:sf,LucideHeart:uf,LucideHeartCrack:rf,LucideHeartHandshake:lf,LucideHeartMinus:hf,LucideHeartOff:cf,LucideHeartPlus:df,LucideHeartPulse:pf,LucideHeater:yf,LucideHelpCircle:Yt,LucideHelpingHand:Bi,LucideHexagon:ff,LucideHighlighter:mf,LucideHistory:gf,LucideHome:qi,LucideHop:bf,LucideHopOff:kf,LucideHospital:wf,LucideHotel:vf,LucideHourglass:Mf,LucideHouse:qi,LucideHousePlug:Cf,LucideHousePlus:xf,LucideHouseWifi:Lf,LucideIceCream:Oi,LucideIceCream2:Fi,LucideIceCreamBowl:Fi,LucideIceCreamCone:Oi,LucideIdCard:Ef,LucideImage:Af,LucideImageDown:Sf,LucideImageMinus:If,LucideImageOff:Df,LucideImagePlay:Tf,LucideImagePlus:zf,LucideImageUp:Hf,LucideImageUpscale:Rf,LucideImages:Vf,LucideImport:Bf,LucideInbox:Pf,LucideIndent:Ni,LucideIndentDecrease:ji,LucideIndentIncrease:Ni,LucideIndianRupee:qf,LucideInfinity:Ff,LucideInfo:Of,LucideInspect:eo,LucideInspectionPanel:_f,LucideInstagram:jf,LucideItalic:Nf,LucideIterationCcw:Wf,LucideIterationCw:Uf,LucideJapaneseYen:$f,LucideJoystick:Gf,LucideKanban:Yf,LucideKanbanSquare:Za,LucideKanbanSquareDashed:Na,LucideKey:Kf,LucideKeyRound:Xf,LucideKeySquare:Zf,LucideKeyboard:em,LucideKeyboardMusic:Jf,LucideKeyboardOff:Qf,LucideLamp:sm,LucideLampCeiling:tm,LucideLampDesk:am,LucideLampFloor:im,LucideLampWallDown:om,LucideLampWallUp:nm,LucideLandPlot:rm,LucideLandmark:lm,LucideLanguages:hm,LucideLaptop:dm,LucideLaptop2:_i,LucideLaptopMinimal:_i,LucideLaptopMinimalCheck:cm,LucideLasso:um,LucideLassoSelect:ym,LucideLaugh:pm,LucideLayers:Wi,LucideLayers2:fm,LucideLayers3:Wi,LucideLayout:ra,LucideLayoutDashboard:mm,LucideLayoutGrid:gm,LucideLayoutList:km,LucideLayoutPanelLeft:bm,LucideLayoutPanelTop:wm,LucideLayoutTemplate:vm,LucideLeaf:Mm,LucideLeafyGreen:xm,LucideLectern:Cm,LucideLetterText:Lm,LucideLibrary:Sm,LucideLibraryBig:Em,LucideLibrarySquare:Xa,LucideLifeBuoy:Im,LucideLigature:Tm,LucideLightbulb:zm,LucideLightbulbOff:Dm,LucideLineChart:Lt,LucideLink:Am,LucideLink2:Hm,LucideLink2Off:Rm,LucideLinkedin:Vm,LucideList:Jm,LucideListCheck:Pm,LucideListChecks:Bm,LucideListCollapse:qm,LucideListEnd:Fm,LucideListFilter:Nm,LucideListFilterPlus:Om,LucideListMinus:jm,LucideListMusic:_m,LucideListOrdered:Wm,LucideListPlus:Um,LucideListRestart:$m,LucideListStart:Gm,LucideListTodo:Ym,LucideListTree:Zm,LucideListVideo:Xm,LucideListX:Km,LucideLoader:eg,LucideLoader2:Ui,LucideLoaderCircle:Ui,LucideLoaderPinwheel:Qm,LucideLocate:ag,LucideLocateFixed:tg,LucideLocateOff:ig,LucideLocationEdit:og,LucideLock:sg,LucideLockKeyhole:ng,LucideLockKeyholeOpen:$i,LucideLockOpen:Gi,LucideLogIn:rg,LucideLogOut:lg,LucideLogs:hg,LucideLollipop:cg,LucideLuggage:dg,LucideMSquare:Ka,LucideMagnet:ug,LucideMail:vg,LucideMailCheck:pg,LucideMailMinus:yg,LucideMailOpen:fg,LucideMailPlus:mg,LucideMailQuestion:gg,LucideMailSearch:kg,LucideMailWarning:bg,LucideMailX:wg,LucideMailbox:Mg,LucideMails:Cg,LucideMap:Bg,LucideMapPin:Ag,LucideMapPinCheck:Lg,LucideMapPinCheckInside:xg,LucideMapPinHouse:Eg,LucideMapPinMinus:Ig,LucideMapPinMinusInside:Sg,LucideMapPinOff:Tg,LucideMapPinPlus:zg,LucideMapPinPlusInside:Dg,LucideMapPinX:Rg,LucideMapPinXInside:Hg,LucideMapPinned:Vg,LucideMapPlus:Pg,LucideMars:Fg,LucideMarsStroke:qg,LucideMartini:Og,LucideMaximize:jg,LucideMaximize2:Ng,LucideMedal:_g,LucideMegaphone:Ug,LucideMegaphoneOff:Wg,LucideMeh:$g,LucideMemoryStick:Yg,LucideMenu:Gg,LucideMenuSquare:Ja,LucideMerge:Zg,LucideMessageCircle:sk,LucideMessageCircleCode:Xg,LucideMessageCircleDashed:Kg,LucideMessageCircleHeart:Jg,LucideMessageCircleMore:Qg,LucideMessageCircleOff:ek,LucideMessageCirclePlus:tk,LucideMessageCircleQuestion:ik,LucideMessageCircleReply:ak,LucideMessageCircleWarning:ok,LucideMessageCircleX:nk,LucideMessageSquare:Mk,LucideMessageSquareCode:rk,LucideMessageSquareDashed:lk,LucideMessageSquareDiff:hk,LucideMessageSquareDot:ck,LucideMessageSquareHeart:dk,LucideMessageSquareLock:uk,LucideMessageSquareMore:pk,LucideMessageSquareOff:yk,LucideMessageSquarePlus:fk,LucideMessageSquareQuote:mk,LucideMessageSquareReply:gk,LucideMessageSquareShare:kk,LucideMessageSquareText:bk,LucideMessageSquareWarning:wk,LucideMessageSquareX:vk,LucideMessagesSquare:Ck,LucideMic:Lk,LucideMic2:Yi,LucideMicOff:xk,LucideMicVocal:Yi,LucideMicrochip:Ek,LucideMicroscope:Sk,LucideMicrowave:Ik,LucideMilestone:Tk,LucideMilk:zk,LucideMilkOff:Dk,LucideMinimize:Hk,LucideMinimize2:Rk,LucideMinus:Ak,LucideMinusCircle:Zt,LucideMinusSquare:Qa,LucideMonitor:Gk,LucideMonitorCheck:Vk,LucideMonitorCog:Bk,LucideMonitorDot:Pk,LucideMonitorDown:qk,LucideMonitorOff:Fk,LucideMonitorPause:Ok,LucideMonitorPlay:jk,LucideMonitorSmartphone:Nk,LucideMonitorSpeaker:Wk,LucideMonitorStop:_k,LucideMonitorUp:Uk,LucideMonitorX:$k,LucideMoon:Zk,LucideMoonStar:Yk,LucideMoreHorizontal:bi,LucideMoreVertical:ki,LucideMountain:Kk,LucideMountainSnow:Xk,LucideMouse:n3,LucideMouseOff:Jk,LucideMousePointer:i3,LucideMousePointer2:Qk,LucideMousePointerBan:e3,LucideMousePointerClick:t3,LucideMousePointerSquareDashed:_a,LucideMove:m3,LucideMove3D:Zi,LucideMove3d:Zi,LucideMoveDiagonal:o3,LucideMoveDiagonal2:a3,LucideMoveDown:l3,LucideMoveDownLeft:s3,LucideMoveDownRight:r3,LucideMoveHorizontal:c3,LucideMoveLeft:h3,LucideMoveRight:d3,LucideMoveUp:y3,LucideMoveUpLeft:u3,LucideMoveUpRight:p3,LucideMoveVertical:f3,LucideMusic:w3,LucideMusic2:g3,LucideMusic3:k3,LucideMusic4:b3,LucideNavigation:x3,LucideNavigation2:M3,LucideNavigation2Off:v3,LucideNavigationOff:C3,LucideNetwork:L3,LucideNewspaper:E3,LucideNfc:S3,LucideNonBinary:I3,LucideNotebook:R3,LucideNotebookPen:T3,LucideNotebookTabs:D3,LucideNotebookText:z3,LucideNotepadText:A3,LucideNotepadTextDashed:H3,LucideNut:P3,LucideNutOff:V3,LucideOctagon:q3,LucideOctagonAlert:Xi,LucideOctagonMinus:B3,LucideOctagonPause:Ji,LucideOctagonX:Ki,LucideOmega:F3,LucideOption:O3,LucideOrbit:N3,LucideOrigami:j3,LucideOutdent:ji,LucidePackage:X3,LucidePackage2:_3,LucidePackageCheck:W3,LucidePackageMinus:U3,LucidePackageOpen:$3,LucidePackagePlus:G3,LucidePackageSearch:Y3,LucidePackageX:Z3,LucidePaintBucket:K3,LucidePaintRoller:J3,LucidePaintbrush:Q3,LucidePaintbrush2:Qi,LucidePaintbrushVertical:Qi,LucidePalette:e4,LucidePalmtree:Mo,LucidePanda:t4,LucidePanelBottom:o4,LucidePanelBottomClose:i4,LucidePanelBottomDashed:ea,LucidePanelBottomInactive:ea,LucidePanelBottomOpen:a4,LucidePanelLeft:oa,LucidePanelLeftClose:ta,LucidePanelLeftDashed:ia,LucidePanelLeftInactive:ia,LucidePanelLeftOpen:aa,LucidePanelRight:l4,LucidePanelRightClose:n4,LucidePanelRightDashed:na,LucidePanelRightInactive:na,LucidePanelRightOpen:s4,LucidePanelTop:c4,LucidePanelTopClose:r4,LucidePanelTopDashed:sa,LucidePanelTopInactive:sa,LucidePanelTopOpen:h4,LucidePanelsLeftBottom:d4,LucidePanelsLeftRight:yi,LucidePanelsRightBottom:u4,LucidePanelsTopBottom:ya,LucidePanelsTopLeft:ra,LucidePaperclip:p4,LucideParentheses:y4,LucideParkingCircle:Kt,LucideParkingCircleOff:Xt,LucideParkingMeter:f4,LucideParkingSquare:io,LucideParkingSquareOff:to,LucidePartyPopper:m4,LucidePause:g4,LucidePauseCircle:Jt,LucidePauseOctagon:Ji,LucidePawPrint:k4,LucidePcCase:b4,LucidePen:ha,LucidePenBox:ue,LucidePenLine:la,LucidePenOff:w4,LucidePenSquare:ue,LucidePenTool:v4,LucidePencil:L4,LucidePencilLine:C4,LucidePencilOff:M4,LucidePencilRuler:x4,LucidePentagon:E4,LucidePercent:S4,LucidePercentCircle:Qt,LucidePercentDiamond:mi,LucidePercentSquare:ao,LucidePersonStanding:I4,LucidePhilippinePeso:D4,LucidePhone:P4,LucidePhoneCall:T4,LucidePhoneForwarded:z4,LucidePhoneIncoming:R4,LucidePhoneMissed:H4,LucidePhoneOff:A4,LucidePhoneOutgoing:V4,LucidePi:B4,LucidePiSquare:oo,LucidePiano:q4,LucidePickaxe:F4,LucidePictureInPicture:j4,LucidePictureInPicture2:O4,LucidePieChart:Tt,LucidePiggyBank:N4,LucidePilcrow:U4,LucidePilcrowLeft:_4,LucidePilcrowRight:W4,LucidePilcrowSquare:no,LucidePill:G4,LucidePillBottle:$4,LucidePin:Z4,LucidePinOff:Y4,LucidePipette:X4,LucidePizza:K4,LucidePlane:e5,LucidePlaneLanding:J4,LucidePlaneTakeoff:Q4,LucidePlay:t5,LucidePlayCircle:ei,LucidePlaySquare:so,LucidePlug:a5,LucidePlug2:i5,LucidePlugZap:ca,LucidePlugZap2:ca,LucidePlus:o5,LucidePlusCircle:ti,LucidePlusSquare:ro,LucidePocket:n5,LucidePocketKnife:s5,LucidePodcast:r5,LucidePointer:h5,LucidePointerOff:l5,LucidePopcorn:c5,LucidePopsicle:d5,LucidePoundSterling:u5,LucidePower:y5,LucidePowerCircle:ii,LucidePowerOff:p5,LucidePowerSquare:lo,LucidePresentation:f5,LucidePrinter:g5,LucidePrinterCheck:m5,LucideProjector:k5,LucideProportions:b5,LucidePuzzle:w5,LucidePyramid:v5,LucideQrCode:M5,LucideQuote:x5,LucideRabbit:C5,LucideRadar:L5,LucideRadiation:E5,LucideRadical:S5,LucideRadio:D5,LucideRadioReceiver:I5,LucideRadioTower:T5,LucideRadius:z5,LucideRailSymbol:R5,LucideRainbow:H5,LucideRat:A5,LucideRatio:V5,LucideReceipt:W5,LucideReceiptCent:P5,LucideReceiptEuro:B5,LucideReceiptIndianRupee:F5,LucideReceiptJapaneseYen:q5,LucideReceiptPoundSterling:j5,LucideReceiptRussianRuble:O5,LucideReceiptSwissFranc:N5,LucideReceiptText:_5,LucideRectangleEllipsis:da,LucideRectangleGoggles:U5,LucideRectangleHorizontal:$5,LucideRectangleVertical:G5,LucideRecycle:Y5,LucideRedo:K5,LucideRedo2:Z5,LucideRedoDot:X5,LucideRefreshCcw:Q5,LucideRefreshCcwDot:J5,LucideRefreshCw:tb,LucideRefreshCwOff:eb,LucideRefrigerator:ab,LucideRegex:ib,LucideRemoveFormatting:ob,LucideRepeat:rb,LucideRepeat1:nb,LucideRepeat2:sb,LucideReplace:hb,LucideReplaceAll:lb,LucideReply:db,LucideReplyAll:cb,LucideRewind:ub,LucideRibbon:pb,LucideRocket:yb,LucideRockingChair:fb,LucideRollerCoaster:mb,LucideRotate3D:ua,LucideRotate3d:ua,LucideRotateCcw:bb,LucideRotateCcwKey:gb,LucideRotateCcwSquare:kb,LucideRotateCw:vb,LucideRotateCwSquare:wb,LucideRoute:xb,LucideRouteOff:Mb,LucideRouter:Cb,LucideRows:pa,LucideRows2:pa,LucideRows3:ya,LucideRows4:Lb,LucideRss:Eb,LucideRuler:Ib,LucideRulerDimensionLine:Sb,LucideRussianRuble:Tb,LucideSailboat:Db,LucideSalad:zb,LucideSandwich:Rb,LucideSatellite:Ab,LucideSatelliteDish:Hb,LucideSaudiRiyal:Vb,LucideSave:qb,LucideSaveAll:Pb,LucideSaveOff:Bb,LucideScale:Fb,LucideScale3D:fa,LucideScale3d:fa,LucideScaling:Ob,LucideScan:Yb,LucideScanBarcode:jb,LucideScanEye:_b,LucideScanFace:Nb,LucideScanHeart:Wb,LucideScanLine:$b,LucideScanQrCode:Ub,LucideScanSearch:Gb,LucideScanText:Zb,LucideScatterChart:Dt,LucideSchool:Xb,LucideSchool2:Lo,LucideScissors:Jb,LucideScissorsLineDashed:Kb,LucideScissorsSquare:ho,LucideScissorsSquareDashedBottom:Aa,LucideScreenShare:ew,LucideScreenShareOff:Qb,LucideScroll:iw,LucideScrollText:tw,LucideSearch:rw,LucideSearchCheck:aw,LucideSearchCode:ow,LucideSearchSlash:nw,LucideSearchX:sw,LucideSection:lw,LucideSend:dw,LucideSendHorizonal:ma,LucideSendHorizontal:ma,LucideSendToBack:hw,LucideSeparatorHorizontal:cw,LucideSeparatorVertical:pw,LucideServer:mw,LucideServerCog:uw,LucideServerCrash:yw,LucideServerOff:fw,LucideSettings:kw,LucideSettings2:gw,LucideShapes:bw,LucideShare:vw,LucideShare2:ww,LucideSheet:Mw,LucideShell:Cw,LucideShield:Aw,LucideShieldAlert:xw,LucideShieldBan:Lw,LucideShieldCheck:Ew,LucideShieldClose:ga,LucideShieldEllipsis:Sw,LucideShieldHalf:Iw,LucideShieldMinus:Tw,LucideShieldOff:Dw,LucideShieldPlus:zw,LucideShieldQuestion:Rw,LucideShieldUser:Hw,LucideShieldX:ga,LucideShip:Vw,LucideShipWheel:Bw,LucideShirt:Pw,LucideShoppingBag:qw,LucideShoppingBasket:Fw,LucideShoppingCart:Ow,LucideShovel:jw,LucideShowerHead:Nw,LucideShredder:_w,LucideShrimp:Ww,LucideShrink:Uw,LucideShrub:$w,LucideShuffle:Gw,LucideSidebar:oa,LucideSidebarClose:ta,LucideSidebarOpen:aa,LucideSigma:Yw,LucideSigmaSquare:co,LucideSignal:Qw,LucideSignalHigh:Zw,LucideSignalLow:Xw,LucideSignalMedium:Kw,LucideSignalZero:Jw,LucideSignature:ev,LucideSignpost:iv,LucideSignpostBig:tv,LucideSiren:av,LucideSkipBack:ov,LucideSkipForward:nv,LucideSkull:sv,LucideSlack:rv,LucideSlash:lv,LucideSlashSquare:po,LucideSlice:cv,LucideSliders:ka,LucideSlidersHorizontal:hv,LucideSlidersVertical:ka,LucideSmartphone:pv,LucideSmartphoneCharging:dv,LucideSmartphoneNfc:uv,LucideSmile:fv,LucideSmilePlus:yv,LucideSnail:mv,LucideSnowflake:gv,LucideSoapDispenserDroplet:kv,LucideSofa:bv,LucideSortAsc:ht,LucideSortDesc:st,LucideSoup:wv,LucideSpace:vv,LucideSpade:Mv,LucideSparkle:Cv,LucideSparkles:ba,LucideSpeaker:xv,LucideSpeech:Lv,LucideSpellCheck:Sv,LucideSpellCheck2:Ev,LucideSpline:Tv,LucideSplinePointer:Iv,LucideSplit:zv,LucideSplitSquareHorizontal:uo,LucideSplitSquareVertical:yo,LucideSprayCan:Dv,LucideSprout:Rv,LucideSquare:Ov,LucideSquareActivity:wa,LucideSquareArrowDown:Ca,LucideSquareArrowDownLeft:va,LucideSquareArrowDownRight:Ma,LucideSquareArrowLeft:xa,LucideSquareArrowOutDownLeft:La,LucideSquareArrowOutDownRight:Ea,LucideSquareArrowOutUpLeft:Sa,LucideSquareArrowOutUpRight:Ia,LucideSquareArrowRight:Ta,LucideSquareArrowUp:Ra,LucideSquareArrowUpLeft:za,LucideSquareArrowUpRight:Da,LucideSquareAsterisk:Ha,LucideSquareBottomDashedScissors:Aa,LucideSquareChartGantt:Te,LucideSquareCheck:Pa,LucideSquareCheckBig:Va,LucideSquareChevronDown:Ba,LucideSquareChevronLeft:qa,LucideSquareChevronRight:Fa,LucideSquareChevronUp:Oa,LucideSquareCode:ja,LucideSquareDashed:Wa,LucideSquareDashedBottom:Av,LucideSquareDashedBottomCode:Hv,LucideSquareDashedKanban:Na,LucideSquareDashedMousePointer:_a,LucideSquareDashedTopSolid:Vv,LucideSquareDivide:Ua,LucideSquareDot:$a,LucideSquareEqual:Ga,LucideSquareFunction:Ya,LucideSquareGanttChart:Te,LucideSquareKanban:Za,LucideSquareLibrary:Xa,LucideSquareM:Ka,LucideSquareMenu:Ja,LucideSquareMinus:Qa,LucideSquareMousePointer:eo,LucideSquareParking:io,LucideSquareParkingOff:to,LucideSquarePen:ue,LucideSquarePercent:ao,LucideSquarePi:oo,LucideSquarePilcrow:no,LucideSquarePlay:so,LucideSquarePlus:ro,LucideSquarePower:lo,LucideSquareRadical:Pv,LucideSquareRoundCorner:Bv,LucideSquareScissors:ho,LucideSquareSigma:co,LucideSquareSlash:po,LucideSquareSplitHorizontal:uo,LucideSquareSplitVertical:yo,LucideSquareSquare:qv,LucideSquareStack:Fv,LucideSquareTerminal:fo,LucideSquareUser:go,LucideSquareUserRound:mo,LucideSquareX:ko,LucideSquaresExclude:Nv,LucideSquaresIntersect:jv,LucideSquaresSubtract:_v,LucideSquaresUnite:Wv,LucideSquircle:Uv,LucideSquirrel:$v,LucideStamp:Gv,LucideStar:Xv,LucideStarHalf:Yv,LucideStarOff:Zv,LucideStars:ba,LucideStepBack:Kv,LucideStepForward:Jv,LucideStethoscope:Qv,LucideSticker:e6,LucideStickyNote:t6,LucideStopCircle:oi,LucideStore:i6,LucideStretchHorizontal:a6,LucideStretchVertical:o6,LucideStrikethrough:n6,LucideSubscript:s6,LucideSubtitles:gt,LucideSun:d6,LucideSunDim:l6,LucideSunMedium:r6,LucideSunMoon:h6,LucideSunSnow:c6,LucideSunrise:u6,LucideSunset:p6,LucideSuperscript:y6,LucideSwatchBook:f6,LucideSwissFranc:m6,LucideSwitchCamera:g6,LucideSword:k6,LucideSwords:b6,LucideSyringe:w6,LucideTable:I6,LucideTable2:v6,LucideTableCellsMerge:M6,LucideTableCellsSplit:C6,LucideTableColumnsSplit:x6,LucideTableConfig:Se,LucideTableOfContents:L6,LucideTableProperties:E6,LucideTableRowsSplit:S6,LucideTablet:D6,LucideTabletSmartphone:T6,LucideTablets:z6,LucideTag:R6,LucideTags:H6,LucideTally1:A6,LucideTally2:V6,LucideTally3:P6,LucideTally4:B6,LucideTally5:q6,LucideTangent:F6,LucideTarget:O6,LucideTelescope:j6,LucideTent:_6,LucideTentTree:N6,LucideTerminal:W6,LucideTerminalSquare:fo,LucideTestTube:U6,LucideTestTube2:bo,LucideTestTubeDiagonal:bo,LucideTestTubes:$6,LucideText:K6,LucideTextCursor:Y6,LucideTextCursorInput:G6,LucideTextQuote:Z6,LucideTextSearch:X6,LucideTextSelect:wo,LucideTextSelection:wo,LucideTheater:J6,LucideThermometer:t8,LucideThermometerSnowflake:Q6,LucideThermometerSun:e8,LucideThumbsDown:i8,LucideThumbsUp:a8,LucideTicket:c8,LucideTicketCheck:o8,LucideTicketMinus:n8,LucideTicketPercent:s8,LucideTicketPlus:r8,LucideTicketSlash:l8,LucideTicketX:h8,LucideTickets:p8,LucideTicketsPlane:d8,LucideTimer:f8,LucideTimerOff:u8,LucideTimerReset:y8,LucideToggleLeft:m8,LucideToggleRight:g8,LucideToilet:k8,LucideTornado:b8,LucideTorus:w8,LucideTouchpad:M8,LucideTouchpadOff:v8,LucideTowerControl:C8,LucideToyBrick:x8,LucideTractor:L8,LucideTrafficCone:E8,LucideTrain:vo,LucideTrainFront:I8,LucideTrainFrontTunnel:S8,LucideTrainTrack:T8,LucideTramFront:vo,LucideTransgender:D8,LucideTrash:R8,LucideTrash2:z8,LucideTreeDeciduous:H8,LucideTreePalm:Mo,LucideTreePine:A8,LucideTrees:V8,LucideTrello:P8,LucideTrendingDown:B8,LucideTrendingUp:F8,LucideTrendingUpDown:q8,LucideTriangle:N8,LucideTriangleAlert:Co,LucideTriangleDashed:O8,LucideTriangleRight:j8,LucideTrophy:_8,LucideTruck:W8,LucideTruckElectric:U8,LucideTurtle:$8,LucideTv:Y8,LucideTv2:xo,LucideTvMinimal:xo,LucideTvMinimalPlay:G8,LucideTwitch:Z8,LucideTwitter:X8,LucideType:J8,LucideTypeOutline:K8,LucideUmbrella:eM,LucideUmbrellaOff:Q8,LucideUnderline:tM,LucideUndo:oM,LucideUndo2:aM,LucideUndoDot:iM,LucideUnfoldHorizontal:nM,LucideUnfoldVertical:sM,LucideUngroup:rM,LucideUniversity:Lo,LucideUnlink:hM,LucideUnlink2:lM,LucideUnlock:Gi,LucideUnlockKeyhole:$i,LucideUnplug:cM,LucideUpload:dM,LucideUploadCloud:di,LucideUsb:uM,LucideUser:CM,LucideUser2:zo,LucideUserCheck:pM,LucideUserCheck2:Eo,LucideUserCircle:si,LucideUserCircle2:ni,LucideUserCog:yM,LucideUserCog2:So,LucideUserLock:fM,LucideUserMinus:mM,LucideUserMinus2:Io,LucideUserPen:gM,LucideUserPlus:kM,LucideUserPlus2:To,LucideUserRound:zo,LucideUserRoundCheck:Eo,LucideUserRoundCog:So,LucideUserRoundMinus:Io,LucideUserRoundPen:bM,LucideUserRoundPlus:To,LucideUserRoundSearch:wM,LucideUserRoundX:Do,LucideUserSearch:vM,LucideUserSquare:go,LucideUserSquare2:mo,LucideUserX:MM,LucideUserX2:Do,LucideUsers:xM,LucideUsers2:Ro,LucideUsersRound:Ro,LucideUtensils:Ao,LucideUtensilsCrossed:Ho,LucideUtilityPole:LM,LucideVariable:EM,LucideVault:SM,LucideVegan:IM,LucideVenetianMask:TM,LucideVenus:zM,LucideVenusAndMars:DM,LucideVerified:ut,LucideVibrate:HM,LucideVibrateOff:RM,LucideVideo:PM,LucideVideoOff:AM,LucideVideotape:VM,LucideView:BM,LucideVoicemail:qM,LucideVolleyball:FM,LucideVolume:_M,LucideVolume1:OM,LucideVolume2:jM,LucideVolumeOff:NM,LucideVolumeX:WM,LucideVote:UM,LucideWallet:GM,LucideWallet2:Vo,LucideWalletCards:$M,LucideWalletMinimal:Vo,LucideWallpaper:YM,LucideWand:ZM,LucideWand2:Po,LucideWandSparkles:Po,LucideWarehouse:XM,LucideWashingMachine:KM,LucideWatch:JM,LucideWaves:e7,LucideWavesLadder:QM,LucideWaypoints:t7,LucideWebcam:i7,LucideWebhook:a7,LucideWebhookOff:o7,LucideWeight:n7,LucideWheat:s7,LucideWheatOff:r7,LucideWholeWord:h7,LucideWifi:p7,LucideWifiHigh:l7,LucideWifiLow:c7,LucideWifiOff:d7,LucideWifiPen:u7,LucideWifiZero:y7,LucideWind:m7,LucideWindArrowDown:f7,LucideWine:k7,LucideWineOff:g7,LucideWorkflow:b7,LucideWorm:w7,LucideWrapText:v7,LucideWrench:M7,LucideX:C7,LucideXCircle:ri,LucideXOctagon:Ki,LucideXSquare:ko,LucideYoutube:x7,LucideZap:E7,LucideZapOff:L7,LucideZoomIn:S7,LucideZoomOut:I7,Luggage:dg,LuggageIcon:dg,MSquare:Ka,MSquareIcon:Ka,Magnet:ug,MagnetIcon:ug,Mail:vg,MailCheck:pg,MailCheckIcon:pg,MailIcon:vg,MailMinus:yg,MailMinusIcon:yg,MailOpen:fg,MailOpenIcon:fg,MailPlus:mg,MailPlusIcon:mg,MailQuestion:gg,MailQuestionIcon:gg,MailSearch:kg,MailSearchIcon:kg,MailWarning:bg,MailWarningIcon:bg,MailX:wg,MailXIcon:wg,Mailbox:Mg,MailboxIcon:Mg,Mails:Cg,MailsIcon:Cg,Map:Bg,MapIcon:Bg,MapPin:Ag,MapPinCheck:Lg,MapPinCheckIcon:Lg,MapPinCheckInside:xg,MapPinCheckInsideIcon:xg,MapPinHouse:Eg,MapPinHouseIcon:Eg,MapPinIcon:Ag,MapPinMinus:Ig,MapPinMinusIcon:Ig,MapPinMinusInside:Sg,MapPinMinusInsideIcon:Sg,MapPinOff:Tg,MapPinOffIcon:Tg,MapPinPlus:zg,MapPinPlusIcon:zg,MapPinPlusInside:Dg,MapPinPlusInsideIcon:Dg,MapPinX:Rg,MapPinXIcon:Rg,MapPinXInside:Hg,MapPinXInsideIcon:Hg,MapPinned:Vg,MapPinnedIcon:Vg,MapPlus:Pg,MapPlusIcon:Pg,Mars:Fg,MarsIcon:Fg,MarsStroke:qg,MarsStrokeIcon:qg,Martini:Og,MartiniIcon:Og,Maximize:jg,Maximize2:Ng,Maximize2Icon:Ng,MaximizeIcon:jg,Medal:_g,MedalIcon:_g,Megaphone:Ug,MegaphoneIcon:Ug,MegaphoneOff:Wg,MegaphoneOffIcon:Wg,Meh:$g,MehIcon:$g,MemoryStick:Yg,MemoryStickIcon:Yg,Menu:Gg,MenuIcon:Gg,MenuSquare:Ja,MenuSquareIcon:Ja,Merge:Zg,MergeIcon:Zg,MessageCircle:sk,MessageCircleCode:Xg,MessageCircleCodeIcon:Xg,MessageCircleDashed:Kg,MessageCircleDashedIcon:Kg,MessageCircleHeart:Jg,MessageCircleHeartIcon:Jg,MessageCircleIcon:sk,MessageCircleMore:Qg,MessageCircleMoreIcon:Qg,MessageCircleOff:ek,MessageCircleOffIcon:ek,MessageCirclePlus:tk,MessageCirclePlusIcon:tk,MessageCircleQuestion:ik,MessageCircleQuestionIcon:ik,MessageCircleReply:ak,MessageCircleReplyIcon:ak,MessageCircleWarning:ok,MessageCircleWarningIcon:ok,MessageCircleX:nk,MessageCircleXIcon:nk,MessageSquare:Mk,MessageSquareCode:rk,MessageSquareCodeIcon:rk,MessageSquareDashed:lk,MessageSquareDashedIcon:lk,MessageSquareDiff:hk,MessageSquareDiffIcon:hk,MessageSquareDot:ck,MessageSquareDotIcon:ck,MessageSquareHeart:dk,MessageSquareHeartIcon:dk,MessageSquareIcon:Mk,MessageSquareLock:uk,MessageSquareLockIcon:uk,MessageSquareMore:pk,MessageSquareMoreIcon:pk,MessageSquareOff:yk,MessageSquareOffIcon:yk,MessageSquarePlus:fk,MessageSquarePlusIcon:fk,MessageSquareQuote:mk,MessageSquareQuoteIcon:mk,MessageSquareReply:gk,MessageSquareReplyIcon:gk,MessageSquareShare:kk,MessageSquareShareIcon:kk,MessageSquareText:bk,MessageSquareTextIcon:bk,MessageSquareWarning:wk,MessageSquareWarningIcon:wk,MessageSquareX:vk,MessageSquareXIcon:vk,MessagesSquare:Ck,MessagesSquareIcon:Ck,Mic:Lk,Mic2:Yi,Mic2Icon:Yi,MicIcon:Lk,MicOff:xk,MicOffIcon:xk,MicVocal:Yi,MicVocalIcon:Yi,Microchip:Ek,MicrochipIcon:Ek,Microscope:Sk,MicroscopeIcon:Sk,Microwave:Ik,MicrowaveIcon:Ik,Milestone:Tk,MilestoneIcon:Tk,Milk:zk,MilkIcon:zk,MilkOff:Dk,MilkOffIcon:Dk,Minimize:Hk,Minimize2:Rk,Minimize2Icon:Rk,MinimizeIcon:Hk,Minus:Ak,MinusCircle:Zt,MinusCircleIcon:Zt,MinusIcon:Ak,MinusSquare:Qa,MinusSquareIcon:Qa,Monitor:Gk,MonitorCheck:Vk,MonitorCheckIcon:Vk,MonitorCog:Bk,MonitorCogIcon:Bk,MonitorDot:Pk,MonitorDotIcon:Pk,MonitorDown:qk,MonitorDownIcon:qk,MonitorIcon:Gk,MonitorOff:Fk,MonitorOffIcon:Fk,MonitorPause:Ok,MonitorPauseIcon:Ok,MonitorPlay:jk,MonitorPlayIcon:jk,MonitorSmartphone:Nk,MonitorSmartphoneIcon:Nk,MonitorSpeaker:Wk,MonitorSpeakerIcon:Wk,MonitorStop:_k,MonitorStopIcon:_k,MonitorUp:Uk,MonitorUpIcon:Uk,MonitorX:$k,MonitorXIcon:$k,Moon:Zk,MoonIcon:Zk,MoonStar:Yk,MoonStarIcon:Yk,MoreHorizontal:bi,MoreHorizontalIcon:bi,MoreVertical:ki,MoreVerticalIcon:ki,Mountain:Kk,MountainIcon:Kk,MountainSnow:Xk,MountainSnowIcon:Xk,Mouse:n3,MouseIcon:n3,MouseOff:Jk,MouseOffIcon:Jk,MousePointer:i3,MousePointer2:Qk,MousePointer2Icon:Qk,MousePointerBan:e3,MousePointerBanIcon:e3,MousePointerClick:t3,MousePointerClickIcon:t3,MousePointerIcon:i3,MousePointerSquareDashed:_a,MousePointerSquareDashedIcon:_a,Move:m3,Move3D:Zi,Move3DIcon:Zi,Move3d:Zi,Move3dIcon:Zi,MoveDiagonal:o3,MoveDiagonal2:a3,MoveDiagonal2Icon:a3,MoveDiagonalIcon:o3,MoveDown:l3,MoveDownIcon:l3,MoveDownLeft:s3,MoveDownLeftIcon:s3,MoveDownRight:r3,MoveDownRightIcon:r3,MoveHorizontal:c3,MoveHorizontalIcon:c3,MoveIcon:m3,MoveLeft:h3,MoveLeftIcon:h3,MoveRight:d3,MoveRightIcon:d3,MoveUp:y3,MoveUpIcon:y3,MoveUpLeft:u3,MoveUpLeftIcon:u3,MoveUpRight:p3,MoveUpRightIcon:p3,MoveVertical:f3,MoveVerticalIcon:f3,Music:w3,Music2:g3,Music2Icon:g3,Music3:k3,Music3Icon:k3,Music4:b3,Music4Icon:b3,MusicIcon:w3,Navigation:x3,Navigation2:M3,Navigation2Icon:M3,Navigation2Off:v3,Navigation2OffIcon:v3,NavigationIcon:x3,NavigationOff:C3,NavigationOffIcon:C3,Network:L3,NetworkIcon:L3,Newspaper:E3,NewspaperIcon:E3,Nfc:S3,NfcIcon:S3,NonBinary:I3,NonBinaryIcon:I3,Notebook:R3,NotebookIcon:R3,NotebookPen:T3,NotebookPenIcon:T3,NotebookTabs:D3,NotebookTabsIcon:D3,NotebookText:z3,NotebookTextIcon:z3,NotepadText:A3,NotepadTextDashed:H3,NotepadTextDashedIcon:H3,NotepadTextIcon:A3,Nut:P3,NutIcon:P3,NutOff:V3,NutOffIcon:V3,Octagon:q3,OctagonAlert:Xi,OctagonAlertIcon:Xi,OctagonIcon:q3,OctagonMinus:B3,OctagonMinusIcon:B3,OctagonPause:Ji,OctagonPauseIcon:Ji,OctagonX:Ki,OctagonXIcon:Ki,Omega:F3,OmegaIcon:F3,Option:O3,OptionIcon:O3,Orbit:N3,OrbitIcon:N3,Origami:j3,OrigamiIcon:j3,Outdent:ji,OutdentIcon:ji,Package:X3,Package2:_3,Package2Icon:_3,PackageCheck:W3,PackageCheckIcon:W3,PackageIcon:X3,PackageMinus:U3,PackageMinusIcon:U3,PackageOpen:$3,PackageOpenIcon:$3,PackagePlus:G3,PackagePlusIcon:G3,PackageSearch:Y3,PackageSearchIcon:Y3,PackageX:Z3,PackageXIcon:Z3,PaintBucket:K3,PaintBucketIcon:K3,PaintRoller:J3,PaintRollerIcon:J3,Paintbrush:Q3,Paintbrush2:Qi,Paintbrush2Icon:Qi,PaintbrushIcon:Q3,PaintbrushVertical:Qi,PaintbrushVerticalIcon:Qi,Palette:e4,PaletteIcon:e4,Palmtree:Mo,PalmtreeIcon:Mo,Panda:t4,PandaIcon:t4,PanelBottom:o4,PanelBottomClose:i4,PanelBottomCloseIcon:i4,PanelBottomDashed:ea,PanelBottomDashedIcon:ea,PanelBottomIcon:o4,PanelBottomInactive:ea,PanelBottomInactiveIcon:ea,PanelBottomOpen:a4,PanelBottomOpenIcon:a4,PanelLeft:oa,PanelLeftClose:ta,PanelLeftCloseIcon:ta,PanelLeftDashed:ia,PanelLeftDashedIcon:ia,PanelLeftIcon:oa,PanelLeftInactive:ia,PanelLeftInactiveIcon:ia,PanelLeftOpen:aa,PanelLeftOpenIcon:aa,PanelRight:l4,PanelRightClose:n4,PanelRightCloseIcon:n4,PanelRightDashed:na,PanelRightDashedIcon:na,PanelRightIcon:l4,PanelRightInactive:na,PanelRightInactiveIcon:na,PanelRightOpen:s4,PanelRightOpenIcon:s4,PanelTop:c4,PanelTopClose:r4,PanelTopCloseIcon:r4,PanelTopDashed:sa,PanelTopDashedIcon:sa,PanelTopIcon:c4,PanelTopInactive:sa,PanelTopInactiveIcon:sa,PanelTopOpen:h4,PanelTopOpenIcon:h4,PanelsLeftBottom:d4,PanelsLeftBottomIcon:d4,PanelsLeftRight:yi,PanelsLeftRightIcon:yi,PanelsRightBottom:u4,PanelsRightBottomIcon:u4,PanelsTopBottom:ya,PanelsTopBottomIcon:ya,PanelsTopLeft:ra,PanelsTopLeftIcon:ra,Paperclip:p4,PaperclipIcon:p4,Parentheses:y4,ParenthesesIcon:y4,ParkingCircle:Kt,ParkingCircleIcon:Kt,ParkingCircleOff:Xt,ParkingCircleOffIcon:Xt,ParkingMeter:f4,ParkingMeterIcon:f4,ParkingSquare:io,ParkingSquareIcon:io,ParkingSquareOff:to,ParkingSquareOffIcon:to,PartyPopper:m4,PartyPopperIcon:m4,Pause:g4,PauseCircle:Jt,PauseCircleIcon:Jt,PauseIcon:g4,PauseOctagon:Ji,PauseOctagonIcon:Ji,PawPrint:k4,PawPrintIcon:k4,PcCase:b4,PcCaseIcon:b4,Pen:ha,PenBox:ue,PenBoxIcon:ue,PenIcon:ha,PenLine:la,PenLineIcon:la,PenOff:w4,PenOffIcon:w4,PenSquare:ue,PenSquareIcon:ue,PenTool:v4,PenToolIcon:v4,Pencil:L4,PencilIcon:L4,PencilLine:C4,PencilLineIcon:C4,PencilOff:M4,PencilOffIcon:M4,PencilRuler:x4,PencilRulerIcon:x4,Pentagon:E4,PentagonIcon:E4,Percent:S4,PercentCircle:Qt,PercentCircleIcon:Qt,PercentDiamond:mi,PercentDiamondIcon:mi,PercentIcon:S4,PercentSquare:ao,PercentSquareIcon:ao,PersonStanding:I4,PersonStandingIcon:I4,PhilippinePeso:D4,PhilippinePesoIcon:D4,Phone:P4,PhoneCall:T4,PhoneCallIcon:T4,PhoneForwarded:z4,PhoneForwardedIcon:z4,PhoneIcon:P4,PhoneIncoming:R4,PhoneIncomingIcon:R4,PhoneMissed:H4,PhoneMissedIcon:H4,PhoneOff:A4,PhoneOffIcon:A4,PhoneOutgoing:V4,PhoneOutgoingIcon:V4,Pi:B4,PiIcon:B4,PiSquare:oo,PiSquareIcon:oo,Piano:q4,PianoIcon:q4,Pickaxe:F4,PickaxeIcon:F4,PictureInPicture:j4,PictureInPicture2:O4,PictureInPicture2Icon:O4,PictureInPictureIcon:j4,PieChart:Tt,PieChartIcon:Tt,PiggyBank:N4,PiggyBankIcon:N4,Pilcrow:U4,PilcrowIcon:U4,PilcrowLeft:_4,PilcrowLeftIcon:_4,PilcrowRight:W4,PilcrowRightIcon:W4,PilcrowSquare:no,PilcrowSquareIcon:no,Pill:G4,PillBottle:$4,PillBottleIcon:$4,PillIcon:G4,Pin:Z4,PinIcon:Z4,PinOff:Y4,PinOffIcon:Y4,Pipette:X4,PipetteIcon:X4,Pizza:K4,PizzaIcon:K4,Plane:e5,PlaneIcon:e5,PlaneLanding:J4,PlaneLandingIcon:J4,PlaneTakeoff:Q4,PlaneTakeoffIcon:Q4,Play:t5,PlayCircle:ei,PlayCircleIcon:ei,PlayIcon:t5,PlaySquare:so,PlaySquareIcon:so,Plug:a5,Plug2:i5,Plug2Icon:i5,PlugIcon:a5,PlugZap:ca,PlugZap2:ca,PlugZap2Icon:ca,PlugZapIcon:ca,Plus:o5,PlusCircle:ti,PlusCircleIcon:ti,PlusIcon:o5,PlusSquare:ro,PlusSquareIcon:ro,Pocket:n5,PocketIcon:n5,PocketKnife:s5,PocketKnifeIcon:s5,Podcast:r5,PodcastIcon:r5,Pointer:h5,PointerIcon:h5,PointerOff:l5,PointerOffIcon:l5,Popcorn:c5,PopcornIcon:c5,Popsicle:d5,PopsicleIcon:d5,PoundSterling:u5,PoundSterlingIcon:u5,Power:y5,PowerCircle:ii,PowerCircleIcon:ii,PowerIcon:y5,PowerOff:p5,PowerOffIcon:p5,PowerSquare:lo,PowerSquareIcon:lo,Presentation:f5,PresentationIcon:f5,Printer:g5,PrinterCheck:m5,PrinterCheckIcon:m5,PrinterIcon:g5,Projector:k5,ProjectorIcon:k5,Proportions:b5,ProportionsIcon:b5,Puzzle:w5,PuzzleIcon:w5,Pyramid:v5,PyramidIcon:v5,QrCode:M5,QrCodeIcon:M5,Quote:x5,QuoteIcon:x5,Rabbit:C5,RabbitIcon:C5,Radar:L5,RadarIcon:L5,Radiation:E5,RadiationIcon:E5,Radical:S5,RadicalIcon:S5,Radio:D5,RadioIcon:D5,RadioReceiver:I5,RadioReceiverIcon:I5,RadioTower:T5,RadioTowerIcon:T5,Radius:z5,RadiusIcon:z5,RailSymbol:R5,RailSymbolIcon:R5,Rainbow:H5,RainbowIcon:H5,Rat:A5,RatIcon:A5,Ratio:V5,RatioIcon:V5,Receipt:W5,ReceiptCent:P5,ReceiptCentIcon:P5,ReceiptEuro:B5,ReceiptEuroIcon:B5,ReceiptIcon:W5,ReceiptIndianRupee:F5,ReceiptIndianRupeeIcon:F5,ReceiptJapaneseYen:q5,ReceiptJapaneseYenIcon:q5,ReceiptPoundSterling:j5,ReceiptPoundSterlingIcon:j5,ReceiptRussianRuble:O5,ReceiptRussianRubleIcon:O5,ReceiptSwissFranc:N5,ReceiptSwissFrancIcon:N5,ReceiptText:_5,ReceiptTextIcon:_5,RectangleEllipsis:da,RectangleEllipsisIcon:da,RectangleGoggles:U5,RectangleGogglesIcon:U5,RectangleHorizontal:$5,RectangleHorizontalIcon:$5,RectangleVertical:G5,RectangleVerticalIcon:G5,Recycle:Y5,RecycleIcon:Y5,Redo:K5,Redo2:Z5,Redo2Icon:Z5,RedoDot:X5,RedoDotIcon:X5,RedoIcon:K5,RefreshCcw:Q5,RefreshCcwDot:J5,RefreshCcwDotIcon:J5,RefreshCcwIcon:Q5,RefreshCw:tb,RefreshCwIcon:tb,RefreshCwOff:eb,RefreshCwOffIcon:eb,Refrigerator:ab,RefrigeratorIcon:ab,Regex:ib,RegexIcon:ib,RemoveFormatting:ob,RemoveFormattingIcon:ob,Repeat:rb,Repeat1:nb,Repeat1Icon:nb,Repeat2:sb,Repeat2Icon:sb,RepeatIcon:rb,Replace:hb,ReplaceAll:lb,ReplaceAllIcon:lb,ReplaceIcon:hb,Reply:db,ReplyAll:cb,ReplyAllIcon:cb,ReplyIcon:db,Rewind:ub,RewindIcon:ub,Ribbon:pb,RibbonIcon:pb,Rocket:yb,RocketIcon:yb,RockingChair:fb,RockingChairIcon:fb,RollerCoaster:mb,RollerCoasterIcon:mb,Rotate3D:ua,Rotate3DIcon:ua,Rotate3d:ua,Rotate3dIcon:ua,RotateCcw:bb,RotateCcwIcon:bb,RotateCcwKey:gb,RotateCcwKeyIcon:gb,RotateCcwSquare:kb,RotateCcwSquareIcon:kb,RotateCw:vb,RotateCwIcon:vb,RotateCwSquare:wb,RotateCwSquareIcon:wb,Route:xb,RouteIcon:xb,RouteOff:Mb,RouteOffIcon:Mb,Router:Cb,RouterIcon:Cb,Rows:pa,Rows2:pa,Rows2Icon:pa,Rows3:ya,Rows3Icon:ya,Rows4:Lb,Rows4Icon:Lb,RowsIcon:pa,Rss:Eb,RssIcon:Eb,Ruler:Ib,RulerDimensionLine:Sb,RulerDimensionLineIcon:Sb,RulerIcon:Ib,RussianRuble:Tb,RussianRubleIcon:Tb,Sailboat:Db,SailboatIcon:Db,Salad:zb,SaladIcon:zb,Sandwich:Rb,SandwichIcon:Rb,Satellite:Ab,SatelliteDish:Hb,SatelliteDishIcon:Hb,SatelliteIcon:Ab,SaudiRiyal:Vb,SaudiRiyalIcon:Vb,Save:qb,SaveAll:Pb,SaveAllIcon:Pb,SaveIcon:qb,SaveOff:Bb,SaveOffIcon:Bb,Scale:Fb,Scale3D:fa,Scale3DIcon:fa,Scale3d:fa,Scale3dIcon:fa,ScaleIcon:Fb,Scaling:Ob,ScalingIcon:Ob,Scan:Yb,ScanBarcode:jb,ScanBarcodeIcon:jb,ScanEye:_b,ScanEyeIcon:_b,ScanFace:Nb,ScanFaceIcon:Nb,ScanHeart:Wb,ScanHeartIcon:Wb,ScanIcon:Yb,ScanLine:$b,ScanLineIcon:$b,ScanQrCode:Ub,ScanQrCodeIcon:Ub,ScanSearch:Gb,ScanSearchIcon:Gb,ScanText:Zb,ScanTextIcon:Zb,ScatterChart:Dt,ScatterChartIcon:Dt,School:Xb,School2:Lo,School2Icon:Lo,SchoolIcon:Xb,Scissors:Jb,ScissorsIcon:Jb,ScissorsLineDashed:Kb,ScissorsLineDashedIcon:Kb,ScissorsSquare:ho,ScissorsSquareDashedBottom:Aa,ScissorsSquareDashedBottomIcon:Aa,ScissorsSquareIcon:ho,ScreenShare:ew,ScreenShareIcon:ew,ScreenShareOff:Qb,ScreenShareOffIcon:Qb,Scroll:iw,ScrollIcon:iw,ScrollText:tw,ScrollTextIcon:tw,Search:rw,SearchCheck:aw,SearchCheckIcon:aw,SearchCode:ow,SearchCodeIcon:ow,SearchIcon:rw,SearchSlash:nw,SearchSlashIcon:nw,SearchX:sw,SearchXIcon:sw,Section:lw,SectionIcon:lw,Send:dw,SendHorizonal:ma,SendHorizonalIcon:ma,SendHorizontal:ma,SendHorizontalIcon:ma,SendIcon:dw,SendToBack:hw,SendToBackIcon:hw,SeparatorHorizontal:cw,SeparatorHorizontalIcon:cw,SeparatorVertical:pw,SeparatorVerticalIcon:pw,Server:mw,ServerCog:uw,ServerCogIcon:uw,ServerCrash:yw,ServerCrashIcon:yw,ServerIcon:mw,ServerOff:fw,ServerOffIcon:fw,Settings:kw,Settings2:gw,Settings2Icon:gw,SettingsIcon:kw,Shapes:bw,ShapesIcon:bw,Share:vw,Share2:ww,Share2Icon:ww,ShareIcon:vw,Sheet:Mw,SheetIcon:Mw,Shell:Cw,ShellIcon:Cw,Shield:Aw,ShieldAlert:xw,ShieldAlertIcon:xw,ShieldBan:Lw,ShieldBanIcon:Lw,ShieldCheck:Ew,ShieldCheckIcon:Ew,ShieldClose:ga,ShieldCloseIcon:ga,ShieldEllipsis:Sw,ShieldEllipsisIcon:Sw,ShieldHalf:Iw,ShieldHalfIcon:Iw,ShieldIcon:Aw,ShieldMinus:Tw,ShieldMinusIcon:Tw,ShieldOff:Dw,ShieldOffIcon:Dw,ShieldPlus:zw,ShieldPlusIcon:zw,ShieldQuestion:Rw,ShieldQuestionIcon:Rw,ShieldUser:Hw,ShieldUserIcon:Hw,ShieldX:ga,ShieldXIcon:ga,Ship:Vw,ShipIcon:Vw,ShipWheel:Bw,ShipWheelIcon:Bw,Shirt:Pw,ShirtIcon:Pw,ShoppingBag:qw,ShoppingBagIcon:qw,ShoppingBasket:Fw,ShoppingBasketIcon:Fw,ShoppingCart:Ow,ShoppingCartIcon:Ow,Shovel:jw,ShovelIcon:jw,ShowerHead:Nw,ShowerHeadIcon:Nw,Shredder:_w,ShredderIcon:_w,Shrimp:Ww,ShrimpIcon:Ww,Shrink:Uw,ShrinkIcon:Uw,Shrub:$w,ShrubIcon:$w,Shuffle:Gw,ShuffleIcon:Gw,Sidebar:oa,SidebarClose:ta,SidebarCloseIcon:ta,SidebarIcon:oa,SidebarOpen:aa,SidebarOpenIcon:aa,Sigma:Yw,SigmaIcon:Yw,SigmaSquare:co,SigmaSquareIcon:co,Signal:Qw,SignalHigh:Zw,SignalHighIcon:Zw,SignalIcon:Qw,SignalLow:Xw,SignalLowIcon:Xw,SignalMedium:Kw,SignalMediumIcon:Kw,SignalZero:Jw,SignalZeroIcon:Jw,Signature:ev,SignatureIcon:ev,Signpost:iv,SignpostBig:tv,SignpostBigIcon:tv,SignpostIcon:iv,Siren:av,SirenIcon:av,SkipBack:ov,SkipBackIcon:ov,SkipForward:nv,SkipForwardIcon:nv,Skull:sv,SkullIcon:sv,Slack:rv,SlackIcon:rv,Slash:lv,SlashIcon:lv,SlashSquare:po,SlashSquareIcon:po,Slice:cv,SliceIcon:cv,Sliders:ka,SlidersHorizontal:hv,SlidersHorizontalIcon:hv,SlidersIcon:ka,SlidersVertical:ka,SlidersVerticalIcon:ka,Smartphone:pv,SmartphoneCharging:dv,SmartphoneChargingIcon:dv,SmartphoneIcon:pv,SmartphoneNfc:uv,SmartphoneNfcIcon:uv,Smile:fv,SmileIcon:fv,SmilePlus:yv,SmilePlusIcon:yv,Snail:mv,SnailIcon:mv,Snowflake:gv,SnowflakeIcon:gv,SoapDispenserDroplet:kv,SoapDispenserDropletIcon:kv,Sofa:bv,SofaIcon:bv,SortAsc:ht,SortAscIcon:ht,SortDesc:st,SortDescIcon:st,Soup:wv,SoupIcon:wv,Space:vv,SpaceIcon:vv,Spade:Mv,SpadeIcon:Mv,Sparkle:Cv,SparkleIcon:Cv,Sparkles:ba,SparklesIcon:ba,Speaker:xv,SpeakerIcon:xv,Speech:Lv,SpeechIcon:Lv,SpellCheck:Sv,SpellCheck2:Ev,SpellCheck2Icon:Ev,SpellCheckIcon:Sv,Spline:Tv,SplineIcon:Tv,SplinePointer:Iv,SplinePointerIcon:Iv,Split:zv,SplitIcon:zv,SplitSquareHorizontal:uo,SplitSquareHorizontalIcon:uo,SplitSquareVertical:yo,SplitSquareVerticalIcon:yo,SprayCan:Dv,SprayCanIcon:Dv,Sprout:Rv,SproutIcon:Rv,Square:Ov,SquareActivity:wa,SquareActivityIcon:wa,SquareArrowDown:Ca,SquareArrowDownIcon:Ca,SquareArrowDownLeft:va,SquareArrowDownLeftIcon:va,SquareArrowDownRight:Ma,SquareArrowDownRightIcon:Ma,SquareArrowLeft:xa,SquareArrowLeftIcon:xa,SquareArrowOutDownLeft:La,SquareArrowOutDownLeftIcon:La,SquareArrowOutDownRight:Ea,SquareArrowOutDownRightIcon:Ea,SquareArrowOutUpLeft:Sa,SquareArrowOutUpLeftIcon:Sa,SquareArrowOutUpRight:Ia,SquareArrowOutUpRightIcon:Ia,SquareArrowRight:Ta,SquareArrowRightIcon:Ta,SquareArrowUp:Ra,SquareArrowUpIcon:Ra,SquareArrowUpLeft:za,SquareArrowUpLeftIcon:za,SquareArrowUpRight:Da,SquareArrowUpRightIcon:Da,SquareAsterisk:Ha,SquareAsteriskIcon:Ha,SquareBottomDashedScissors:Aa,SquareBottomDashedScissorsIcon:Aa,SquareChartGantt:Te,SquareChartGanttIcon:Te,SquareCheck:Pa,SquareCheckBig:Va,SquareCheckBigIcon:Va,SquareCheckIcon:Pa,SquareChevronDown:Ba,SquareChevronDownIcon:Ba,SquareChevronLeft:qa,SquareChevronLeftIcon:qa,SquareChevronRight:Fa,SquareChevronRightIcon:Fa,SquareChevronUp:Oa,SquareChevronUpIcon:Oa,SquareCode:ja,SquareCodeIcon:ja,SquareDashed:Wa,SquareDashedBottom:Av,SquareDashedBottomCode:Hv,SquareDashedBottomCodeIcon:Hv,SquareDashedBottomIcon:Av,SquareDashedIcon:Wa,SquareDashedKanban:Na,SquareDashedKanbanIcon:Na,SquareDashedMousePointer:_a,SquareDashedMousePointerIcon:_a,SquareDashedTopSolid:Vv,SquareDashedTopSolidIcon:Vv,SquareDivide:Ua,SquareDivideIcon:Ua,SquareDot:$a,SquareDotIcon:$a,SquareEqual:Ga,SquareEqualIcon:Ga,SquareFunction:Ya,SquareFunctionIcon:Ya,SquareGanttChart:Te,SquareGanttChartIcon:Te,SquareIcon:Ov,SquareKanban:Za,SquareKanbanIcon:Za,SquareLibrary:Xa,SquareLibraryIcon:Xa,SquareM:Ka,SquareMIcon:Ka,SquareMenu:Ja,SquareMenuIcon:Ja,SquareMinus:Qa,SquareMinusIcon:Qa,SquareMousePointer:eo,SquareMousePointerIcon:eo,SquareParking:io,SquareParkingIcon:io,SquareParkingOff:to,SquareParkingOffIcon:to,SquarePen:ue,SquarePenIcon:ue,SquarePercent:ao,SquarePercentIcon:ao,SquarePi:oo,SquarePiIcon:oo,SquarePilcrow:no,SquarePilcrowIcon:no,SquarePlay:so,SquarePlayIcon:so,SquarePlus:ro,SquarePlusIcon:ro,SquarePower:lo,SquarePowerIcon:lo,SquareRadical:Pv,SquareRadicalIcon:Pv,SquareRoundCorner:Bv,SquareRoundCornerIcon:Bv,SquareScissors:ho,SquareScissorsIcon:ho,SquareSigma:co,SquareSigmaIcon:co,SquareSlash:po,SquareSlashIcon:po,SquareSplitHorizontal:uo,SquareSplitHorizontalIcon:uo,SquareSplitVertical:yo,SquareSplitVerticalIcon:yo,SquareSquare:qv,SquareSquareIcon:qv,SquareStack:Fv,SquareStackIcon:Fv,SquareTerminal:fo,SquareTerminalIcon:fo,SquareUser:go,SquareUserIcon:go,SquareUserRound:mo,SquareUserRoundIcon:mo,SquareX:ko,SquareXIcon:ko,SquaresExclude:Nv,SquaresExcludeIcon:Nv,SquaresIntersect:jv,SquaresIntersectIcon:jv,SquaresSubtract:_v,SquaresSubtractIcon:_v,SquaresUnite:Wv,SquaresUniteIcon:Wv,Squircle:Uv,SquircleIcon:Uv,Squirrel:$v,SquirrelIcon:$v,Stamp:Gv,StampIcon:Gv,Star:Xv,StarHalf:Yv,StarHalfIcon:Yv,StarIcon:Xv,StarOff:Zv,StarOffIcon:Zv,Stars:ba,StarsIcon:ba,StepBack:Kv,StepBackIcon:Kv,StepForward:Jv,StepForwardIcon:Jv,Stethoscope:Qv,StethoscopeIcon:Qv,Sticker:e6,StickerIcon:e6,StickyNote:t6,StickyNoteIcon:t6,StopCircle:oi,StopCircleIcon:oi,Store:i6,StoreIcon:i6,StretchHorizontal:a6,StretchHorizontalIcon:a6,StretchVertical:o6,StretchVerticalIcon:o6,Strikethrough:n6,StrikethroughIcon:n6,Subscript:s6,SubscriptIcon:s6,Subtitles:gt,SubtitlesIcon:gt,Sun:d6,SunDim:l6,SunDimIcon:l6,SunIcon:d6,SunMedium:r6,SunMediumIcon:r6,SunMoon:h6,SunMoonIcon:h6,SunSnow:c6,SunSnowIcon:c6,Sunrise:u6,SunriseIcon:u6,Sunset:p6,SunsetIcon:p6,Superscript:y6,SuperscriptIcon:y6,SwatchBook:f6,SwatchBookIcon:f6,SwissFranc:m6,SwissFrancIcon:m6,SwitchCamera:g6,SwitchCameraIcon:g6,Sword:k6,SwordIcon:k6,Swords:b6,SwordsIcon:b6,Syringe:w6,SyringeIcon:w6,Table:I6,Table2:v6,Table2Icon:v6,TableCellsMerge:M6,TableCellsMergeIcon:M6,TableCellsSplit:C6,TableCellsSplitIcon:C6,TableColumnsSplit:x6,TableColumnsSplitIcon:x6,TableConfig:Se,TableConfigIcon:Se,TableIcon:I6,TableOfContents:L6,TableOfContentsIcon:L6,TableProperties:E6,TablePropertiesIcon:E6,TableRowsSplit:S6,TableRowsSplitIcon:S6,Tablet:D6,TabletIcon:D6,TabletSmartphone:T6,TabletSmartphoneIcon:T6,Tablets:z6,TabletsIcon:z6,Tag:R6,TagIcon:R6,Tags:H6,TagsIcon:H6,Tally1:A6,Tally1Icon:A6,Tally2:V6,Tally2Icon:V6,Tally3:P6,Tally3Icon:P6,Tally4:B6,Tally4Icon:B6,Tally5:q6,Tally5Icon:q6,Tangent:F6,TangentIcon:F6,Target:O6,TargetIcon:O6,Telescope:j6,TelescopeIcon:j6,Tent:_6,TentIcon:_6,TentTree:N6,TentTreeIcon:N6,Terminal:W6,TerminalIcon:W6,TerminalSquare:fo,TerminalSquareIcon:fo,TestTube:U6,TestTube2:bo,TestTube2Icon:bo,TestTubeDiagonal:bo,TestTubeDiagonalIcon:bo,TestTubeIcon:U6,TestTubes:$6,TestTubesIcon:$6,Text:K6,TextCursor:Y6,TextCursorIcon:Y6,TextCursorInput:G6,TextCursorInputIcon:G6,TextIcon:K6,TextQuote:Z6,TextQuoteIcon:Z6,TextSearch:X6,TextSearchIcon:X6,TextSelect:wo,TextSelectIcon:wo,TextSelection:wo,TextSelectionIcon:wo,Theater:J6,TheaterIcon:J6,Thermometer:t8,ThermometerIcon:t8,ThermometerSnowflake:Q6,ThermometerSnowflakeIcon:Q6,ThermometerSun:e8,ThermometerSunIcon:e8,ThumbsDown:i8,ThumbsDownIcon:i8,ThumbsUp:a8,ThumbsUpIcon:a8,Ticket:c8,TicketCheck:o8,TicketCheckIcon:o8,TicketIcon:c8,TicketMinus:n8,TicketMinusIcon:n8,TicketPercent:s8,TicketPercentIcon:s8,TicketPlus:r8,TicketPlusIcon:r8,TicketSlash:l8,TicketSlashIcon:l8,TicketX:h8,TicketXIcon:h8,Tickets:p8,TicketsIcon:p8,TicketsPlane:d8,TicketsPlaneIcon:d8,Timer:f8,TimerIcon:f8,TimerOff:u8,TimerOffIcon:u8,TimerReset:y8,TimerResetIcon:y8,ToggleLeft:m8,ToggleLeftIcon:m8,ToggleRight:g8,ToggleRightIcon:g8,Toilet:k8,ToiletIcon:k8,Tornado:b8,TornadoIcon:b8,Torus:w8,TorusIcon:w8,Touchpad:M8,TouchpadIcon:M8,TouchpadOff:v8,TouchpadOffIcon:v8,TowerControl:C8,TowerControlIcon:C8,ToyBrick:x8,ToyBrickIcon:x8,Tractor:L8,TractorIcon:L8,TrafficCone:E8,TrafficConeIcon:E8,Train:vo,TrainFront:I8,TrainFrontIcon:I8,TrainFrontTunnel:S8,TrainFrontTunnelIcon:S8,TrainIcon:vo,TrainTrack:T8,TrainTrackIcon:T8,TramFront:vo,TramFrontIcon:vo,Transgender:D8,TransgenderIcon:D8,Trash:R8,Trash2:z8,Trash2Icon:z8,TrashIcon:R8,TreeDeciduous:H8,TreeDeciduousIcon:H8,TreePalm:Mo,TreePalmIcon:Mo,TreePine:A8,TreePineIcon:A8,Trees:V8,TreesIcon:V8,Trello:P8,TrelloIcon:P8,TrendingDown:B8,TrendingDownIcon:B8,TrendingUp:F8,TrendingUpDown:q8,TrendingUpDownIcon:q8,TrendingUpIcon:F8,Triangle:N8,TriangleAlert:Co,TriangleAlertIcon:Co,TriangleDashed:O8,TriangleDashedIcon:O8,TriangleIcon:N8,TriangleRight:j8,TriangleRightIcon:j8,Trophy:_8,TrophyIcon:_8,Truck:W8,TruckElectric:U8,TruckElectricIcon:U8,TruckIcon:W8,Turtle:$8,TurtleIcon:$8,Tv:Y8,Tv2:xo,Tv2Icon:xo,TvIcon:Y8,TvMinimal:xo,TvMinimalIcon:xo,TvMinimalPlay:G8,TvMinimalPlayIcon:G8,Twitch:Z8,TwitchIcon:Z8,Twitter:X8,TwitterIcon:X8,Type:J8,TypeIcon:J8,TypeOutline:K8,TypeOutlineIcon:K8,Umbrella:eM,UmbrellaIcon:eM,UmbrellaOff:Q8,UmbrellaOffIcon:Q8,Underline:tM,UnderlineIcon:tM,Undo:oM,Undo2:aM,Undo2Icon:aM,UndoDot:iM,UndoDotIcon:iM,UndoIcon:oM,UnfoldHorizontal:nM,UnfoldHorizontalIcon:nM,UnfoldVertical:sM,UnfoldVerticalIcon:sM,Ungroup:rM,UngroupIcon:rM,University:Lo,UniversityIcon:Lo,Unlink:hM,Unlink2:lM,Unlink2Icon:lM,UnlinkIcon:hM,Unlock:Gi,UnlockIcon:Gi,UnlockKeyhole:$i,UnlockKeyholeIcon:$i,Unplug:cM,UnplugIcon:cM,Upload:dM,UploadCloud:di,UploadCloudIcon:di,UploadIcon:dM,Usb:uM,UsbIcon:uM,User:CM,User2:zo,User2Icon:zo,UserCheck:pM,UserCheck2:Eo,UserCheck2Icon:Eo,UserCheckIcon:pM,UserCircle:si,UserCircle2:ni,UserCircle2Icon:ni,UserCircleIcon:si,UserCog:yM,UserCog2:So,UserCog2Icon:So,UserCogIcon:yM,UserIcon:CM,UserLock:fM,UserLockIcon:fM,UserMinus:mM,UserMinus2:Io,UserMinus2Icon:Io,UserMinusIcon:mM,UserPen:gM,UserPenIcon:gM,UserPlus:kM,UserPlus2:To,UserPlus2Icon:To,UserPlusIcon:kM,UserRound:zo,UserRoundCheck:Eo,UserRoundCheckIcon:Eo,UserRoundCog:So,UserRoundCogIcon:So,UserRoundIcon:zo,UserRoundMinus:Io,UserRoundMinusIcon:Io,UserRoundPen:bM,UserRoundPenIcon:bM,UserRoundPlus:To,UserRoundPlusIcon:To,UserRoundSearch:wM,UserRoundSearchIcon:wM,UserRoundX:Do,UserRoundXIcon:Do,UserSearch:vM,UserSearchIcon:vM,UserSquare:go,UserSquare2:mo,UserSquare2Icon:mo,UserSquareIcon:go,UserX:MM,UserX2:Do,UserX2Icon:Do,UserXIcon:MM,Users:xM,Users2:Ro,Users2Icon:Ro,UsersIcon:xM,UsersRound:Ro,UsersRoundIcon:Ro,Utensils:Ao,UtensilsCrossed:Ho,UtensilsCrossedIcon:Ho,UtensilsIcon:Ao,UtilityPole:LM,UtilityPoleIcon:LM,Variable:EM,VariableIcon:EM,Vault:SM,VaultIcon:SM,Vegan:IM,VeganIcon:IM,VenetianMask:TM,VenetianMaskIcon:TM,Venus:zM,VenusAndMars:DM,VenusAndMarsIcon:DM,VenusIcon:zM,Verified:ut,VerifiedIcon:ut,Vibrate:HM,VibrateIcon:HM,VibrateOff:RM,VibrateOffIcon:RM,Video:PM,VideoIcon:PM,VideoOff:AM,VideoOffIcon:AM,Videotape:VM,VideotapeIcon:VM,View:BM,ViewIcon:BM,Voicemail:qM,VoicemailIcon:qM,Volleyball:FM,VolleyballIcon:FM,Volume:_M,Volume1:OM,Volume1Icon:OM,Volume2:jM,Volume2Icon:jM,VolumeIcon:_M,VolumeOff:NM,VolumeOffIcon:NM,VolumeX:WM,VolumeXIcon:WM,Vote:UM,VoteIcon:UM,Wallet:GM,Wallet2:Vo,Wallet2Icon:Vo,WalletCards:$M,WalletCardsIcon:$M,WalletIcon:GM,WalletMinimal:Vo,WalletMinimalIcon:Vo,Wallpaper:YM,WallpaperIcon:YM,Wand:ZM,Wand2:Po,Wand2Icon:Po,WandIcon:ZM,WandSparkles:Po,WandSparklesIcon:Po,Warehouse:XM,WarehouseIcon:XM,WashingMachine:KM,WashingMachineIcon:KM,Watch:JM,WatchIcon:JM,Waves:e7,WavesIcon:e7,WavesLadder:QM,WavesLadderIcon:QM,Waypoints:t7,WaypointsIcon:t7,Webcam:i7,WebcamIcon:i7,Webhook:a7,WebhookIcon:a7,WebhookOff:o7,WebhookOffIcon:o7,Weight:n7,WeightIcon:n7,Wheat:s7,WheatIcon:s7,WheatOff:r7,WheatOffIcon:r7,WholeWord:h7,WholeWordIcon:h7,Wifi:p7,WifiHigh:l7,WifiHighIcon:l7,WifiIcon:p7,WifiLow:c7,WifiLowIcon:c7,WifiOff:d7,WifiOffIcon:d7,WifiPen:u7,WifiPenIcon:u7,WifiZero:y7,WifiZeroIcon:y7,Wind:m7,WindArrowDown:f7,WindArrowDownIcon:f7,WindIcon:m7,Wine:k7,WineIcon:k7,WineOff:g7,WineOffIcon:g7,Workflow:b7,WorkflowIcon:b7,Worm:w7,WormIcon:w7,WrapText:v7,WrapTextIcon:v7,Wrench:M7,WrenchIcon:M7,X:C7,XCircle:ri,XCircleIcon:ri,XIcon:C7,XOctagon:Ki,XOctagonIcon:Ki,XSquare:ko,XSquareIcon:ko,Youtube:x7,YoutubeIcon:x7,Zap:E7,ZapIcon:E7,ZapOff:L7,ZapOffIcon:L7,ZoomIn:S7,ZoomInIcon:S7,ZoomOut:I7,ZoomOutIcon:I7,createLucideIcon:s,icons:CT},Symbol.toStringTag,{value:"Module"})),cx=c.defineComponent({__name:"Icons",props:{name:{},size:{default:16},color:{default:"currentColor"},strokeWidth:{default:2},absoluteStrokeWidth:{type:Boolean,default:!1},classValue:{default:""}},setup(o){const e=o,t=c.computed(()=>xT[e.name]||null);return(i,a)=>t.value?(c.openBlock(),c.createBlock(c.resolveDynamicComponent(t.value),{key:0,size:parseInt(i.size.toString()),color:i.color,"stroke-width":i.strokeWidth,"absolute-stroke-width":i.absoluteStrokeWidth,class:c.normalizeClass(i.classValue)},null,8,["size","color","stroke-width","absolute-stroke-width","class"])):c.createCommentVNode("",!0)}}),LT={class:"tabulator-body"},ET={key:0,class:"flex justify-end mb-4"},ST=["id"],IT={class:"flex"},TT={class:"w-1/2"},DT={key:0,class:"flex"},zT=["disabled","value","id"],RT=["for"],HT={class:"w-1/2"},AT={class:"mb-4"},VT=["value"],PT=c.defineComponent({__name:"Tabulator",props:{data:{default:()=>[]},columns:{default:()=>[]},placeholder:{default:""},paginationSize:{default:25},paginationSizeSelector:{default:()=>[25,50,100,200]},action:{type:Boolean,default:!1},actionButtons:{default:()=>[]},heightOffset:{default:250},actionMode:{default:"frontend"},showOptions:{type:Boolean,default:!0}},setup(o,{emit:e}){const t=I=>{const z="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";let R="";for(let N=0;N<I;N++)R+=z.charAt(Math.floor(Math.random()*z.length));return R},i=o,a=c.ref("table_"+t(5)),n=e,r=c.ref(!1),l=c.ref(""),h=c.ref(i.paginationSize),d=c.ref([]),u=c.ref([]);let p=null;const y={title:[{name:"Settings"}],action:[{title:"Cancel",emit:"onClose",class:"btn-outline"},{title:"Apply",emit:"onSave"}]},f=c.computed(()=>i.columns.filter(I=>I.title.toLowerCase().includes(l.value.toLowerCase()))),g=()=>({title:"Action",field:"action",width:99,hozAlign:"center",headerSort:!1,formatter:I=>{var z=[];if(i.actionMode=="api"?z=I.getData().actions:i.actionMode=="frontend"&&(z=i.actionButtons),z){const R=z.map(N=>`
8025
8025
  <div class="p-1 hover:bg-secondary cursor-pointer transition-all flex gap-1 font-medium ${N.class} ${N.name.replace(" ","_").toLowerCase()}_${I.getData().id}_${a.value}">
8026
8026
  ${N.name}
8027
8027
  </div>
@@ -8034,7 +8034,7 @@ Data: `,e)}_wipeElements(){this.dispatch("rows-wipe"),this.destroy(),this.ad
8034
8034
  ${R}
8035
8035
  </div>
8036
8036
  </div>
8037
- `}else return""},cellClick:v}),b=()=>{const I=document.getElementById(a.value);I&&(d.value=i.columns.map(z=>z.field),S(),p=new bT(I,{data:i.data,columns:u.value,placeholder:i.placeholder??"No records found!",pagination:!0,paginationSize:h.value,paginationSizeSelector:i.paginationSizeSelector,layout:"fitColumns",height:window.innerHeight-i.heightOffset}),p.on("rowClick",k))},k=(I,z)=>{const R=document.querySelector(".action-show");if(I.target.closest(`.action-btn-${a.value}`)||R==null||R.classList.remove("action-show"),i.action){I.preventDefault();const P=document.querySelector(".datarow-selected");P==null||P.classList.remove("datarow-selected"),z.getElement().classList.add("datarow-selected")}},m=c.computed(()=>i.action?i.actionMode==="frontend"&&i.actionButtons.length>0?!0:i.actionMode==="api"?i.data.some(I=>I.actions&&I.actions.length>0):!1:!1),v=(I,z)=>{const R=I.target,N=R.closest(`.action-btn-${a.value}`),P=R.closest(`.action-main-div-body-${a.value}`),Re=document.querySelector(".tabulator-tableholder");if(Re&&N&&P){const ie=Re.getBoundingClientRect(),U=P.querySelector(`.action-dropdown-${a.value}`);if(!U)return;const be=U.classList.contains("action-show");document.querySelectorAll(`.action-dropdown-${a.value}`).forEach(Le=>Le.classList.remove("action-show")),be||(document.addEventListener("click",C),M(U,ie))}i.actionMode=="frontend"?i.actionButtons.forEach(ie=>{R.classList.contains(ie.name.replace(" ","_").toLowerCase()+"_"+z.getData().id+"_"+a.value)&&n&&(z.getRow().getData().id,n(ie.emit,z.getData()))}):i.actionMode=="api"&&z.getData().actions.forEach(ie=>{R.classList.contains(ie.name.replace(" ","_").toLowerCase()+"_"+z.getData().id+"_"+a.value)&&n&&(z.getRow().getData().id,n(ie.emit,z.getData()))})},M=(I,z)=>{const R=I;R.style.top="",R.style.left="",R.style.right="",R.classList.add("action-show"),R.style.right="55px";const N=R.getBoundingClientRect();N.bottom>z.bottom-10&&(R.style.top=`-${N.height}px`)},C=I=>{const z=document.querySelector(".action-show"),R=document.getElementById(a.value),N=I.target.closest(".tabulator-row"),P=I.target.closest(`.action-main-div-body-${a.value}`);(!(R!=null&&R.contains(I.target))||!N&&!P)&&(z==null||z.classList.remove("action-show"),document.removeEventListener("click",C))},S=()=>{u.value=i.columns.filter(I=>d.value.includes(I.field)),i.action&&m.value&&u.value.push(g())},L=()=>{S(),p==null||p.setColumns(u.value),p==null||p.setPageSize(h.value),r.value=!1},H=()=>{r.value=!r.value};return c.onMounted(()=>{h.value=i.paginationSize,b()}),c.onBeforeUnmount(()=>{document.removeEventListener("click",C)}),c.watch(()=>i.data,I=>{p==null||p.setData(I),S(),p==null||p.setColumns(u.value)},{deep:!0}),c.watch(()=>i.columns,()=>{S(),p==null||p.setColumns(u.value)},{deep:!0}),(I,z)=>(c.openBlock(),c.createElementBlock("div",LT,[c.createElementVNode("div",ET,[c.createElementVNode("button",{onClick:H,class:"btn-outline btn-secondary group","aria-label":"Open settings"},[c.createVNode(cx,{name:"Settings"})])]),c.createElementVNode("div",null,[c.createElementVNode("div",{ref:a.value,id:a.value,class:c.normalizeClass({"tabulator-action":I.action})},null,10,ST)]),c.createVNode(qC,{show:r.value,title:y.title,actions:y.action,width:"600px",onOnClose:z[3]||(z[3]=R=>r.value=!1),onOnSave:L},{default:c.withCtx(()=>[c.createElementVNode("div",IT,[c.createElementVNode("div",TT,[z[4]||(z[4]=c.createElementVNode("span",{class:"text-base font-semibold"},"Columns Attributes",-1)),c.createElementVNode("div",null,[c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":z[0]||(z[0]=R=>l.value=R),class:"input-text mb-4",placeholder:"Search for attributes","aria-label":"Search columns"},null,512),[[c.vModelText,l.value]]),(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(f.value,R=>(c.openBlock(),c.createElementBlock("div",{key:R.field,class:"my-2"},[R.field!=="action"?(c.openBlock(),c.createElementBlock("div",DT,[c.withDirectives(c.createElementVNode("input",{type:"checkbox",disabled:!R.isNotMandatory,"onUpdate:modelValue":z[1]||(z[1]=N=>d.value=N),value:R.field,class:"mx-1.5",id:R.title,"aria-labelledby":"column-checkbox"},null,8,zT),[[c.vModelCheckbox,d.value]]),c.createElementVNode("label",{for:R.title,class:"select-none"},c.toDisplayString(R.title),9,RT)])):c.createCommentVNode("",!0)]))),128))])]),c.createElementVNode("div",HT,[z[5]||(z[5]=c.createElementVNode("span",{class:"text-base font-semibold"},"Page Size",-1)),c.createElementVNode("div",AT,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(I.paginationSizeSelector,R=>(c.openBlock(),c.createElementBlock("label",{key:R,class:"flex items-center mt-2"},[c.withDirectives(c.createElementVNode("input",{type:"radio","onUpdate:modelValue":z[2]||(z[2]=N=>h.value=N),value:R,class:"mr-2.5","aria-label":"Select page size"},null,8,VT),[[c.vModelRadio,h.value]]),c.createTextVNode(" "+c.toDisplayString(R),1)]))),128))])])])]),_:1},8,["show","title","actions"])]))}}),BT=["aria-checked"],qT={class:"text-[12px]"},F9=c.defineComponent({__name:"Toggle",props:{modelValue:{type:Boolean,default:!1},onText:{default:"On"},offText:{default:"Off"},width:{default:"60px"},disable:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(o,{emit:e}){const t=o,i=e,a=c.ref(t.modelValue);c.watch(()=>t.modelValue,r=>{a.value=r});const n=()=>{t.disable||(a.value=!a.value,i("update:modelValue",a.value))};return(r,l)=>(c.openBlock(),c.createElementBlock("button",{onClick:n,class:c.normalizeClass(["relative select-none h-[30px] rounded-default transition-colors duration-200 border border-border-foreground overflow-hidden",[r.disable?"cursor-not-allowed":"cursor-pointer"]]),style:c.normalizeStyle({width:r.width,maxWidth:r.width,minWidth:r.width}),role:"switch","aria-checked":a.value},[c.createElementVNode("div",{class:c.normalizeClass(["flex items-center justify-center w-1/2 h-full bg-gray-200 shadow-md transform transition-transform duration-200",a.value?"translate-x-full":"translate-x-0"])},[c.createElementVNode("span",qT,c.toDisplayString(a.value?r.onText:r.offText),1)],2)],14,BT))}}),FT={key:0,class:"fixed top-0 left-0 w-[100vw] h-[100vh] bg-background z-10 overflow-hidden"},OT={class:"flex z-10 w-[100vw] top-0 fixed justify-between px-4 py-3 bg-white border-b border-b-border max-h-[50px]"},jT={class:"h-fit my-auto font-bold text-lg relative flex text-[19px]"},NT={key:0},_T={key:3,width:"22px",height:"22px",class:"mt-[4px]",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},WT={key:0,class:"flex justify-end fixed bottom-0 left-0 w-[100vw] bg-white border-t border-t-border max-h-[50px] px-4 py-3"},UT={class:"right-0 flex gap-2"},$T=["onClick"],GT=c.defineComponent({__name:"Towser",props:{show:{type:Boolean,default:!1},title:{},actions:{},double:{type:Boolean,default:!1},bodyWidth:{default:50},body2Width:{default:50}},setup(o,{emit:e}){const t=o,i=e,a=c.computed(()=>t.actions?"150px":"100px"),n=c.computed(()=>t.double?`${t.bodyWidth}%`:"100%"),r=c.computed(()=>`
8037
+ `}else return""},cellClick:v}),b=()=>{const I=document.getElementById(a.value);I&&(d.value=i.columns.map(z=>z.field),S(),p=new bT(I,{data:i.data,columns:u.value,placeholder:i.placeholder??"No records found!",pagination:!0,paginationSize:h.value,paginationSizeSelector:i.paginationSizeSelector,layout:"fitColumns",height:window.innerHeight-i.heightOffset}),p.on("rowClick",k))},k=(I,z)=>{const R=document.querySelector(".action-show");if(I.target.closest(`.action-btn-${a.value}`)||R==null||R.classList.remove("action-show"),i.action){I.preventDefault();const P=document.querySelector(".datarow-selected");P==null||P.classList.remove("datarow-selected"),z.getElement().classList.add("datarow-selected")}},m=c.computed(()=>i.action?i.actionMode==="frontend"&&i.actionButtons.length>0?!0:i.actionMode==="api"?i.data.some(I=>I.actions&&I.actions.length>0):!1:!1),v=(I,z)=>{const R=I.target,N=R.closest(`.action-btn-${a.value}`),P=R.closest(`.action-main-div-body-${a.value}`),Re=document.querySelector(".tabulator-tableholder");if(Re&&N&&P){const ie=Re.getBoundingClientRect(),U=P.querySelector(`.action-dropdown-${a.value}`);if(!U)return;const be=U.classList.contains("action-show");document.querySelectorAll(`.action-dropdown-${a.value}`).forEach(Le=>Le.classList.remove("action-show")),be||(document.addEventListener("click",C),M(U,ie))}i.actionMode=="frontend"?i.actionButtons.forEach(ie=>{R.classList.contains(ie.name.replace(" ","_").toLowerCase()+"_"+z.getData().id+"_"+a.value)&&n&&(z.getRow().getData().id,n(ie.emit,z.getData()))}):i.actionMode=="api"&&z.getData().actions.forEach(ie=>{R.classList.contains(ie.name.replace(" ","_").toLowerCase()+"_"+z.getData().id+"_"+a.value)&&n&&(z.getRow().getData().id,n(ie.emit,z.getData()))})},M=(I,z)=>{const R=I;R.style.top="",R.style.left="",R.style.right="",R.classList.add("action-show"),R.style.right="35px";const N=R.getBoundingClientRect();N.bottom>z.bottom-10&&(R.style.top=`-${N.height}px`)},C=I=>{const z=document.querySelector(".action-show"),R=document.getElementById(a.value),N=I.target.closest(".tabulator-row"),P=I.target.closest(`.action-main-div-body-${a.value}`);(!(R!=null&&R.contains(I.target))||!N&&!P)&&(z==null||z.classList.remove("action-show"),document.removeEventListener("click",C))},S=()=>{u.value=i.columns.filter(I=>d.value.includes(I.field)),i.action&&m.value&&u.value.push(g())},L=()=>{S(),p==null||p.setColumns(u.value),p==null||p.setPageSize(h.value),r.value=!1},H=()=>{r.value=!r.value};return c.onMounted(()=>{h.value=i.paginationSize,b()}),c.onBeforeUnmount(()=>{document.removeEventListener("click",C)}),c.watch(()=>i.data,I=>{p==null||p.setData(I),S(),p==null||p.setColumns(u.value)},{deep:!0}),c.watch(()=>i.columns,()=>{S(),p==null||p.setColumns(u.value)},{deep:!0}),(I,z)=>(c.openBlock(),c.createElementBlock("div",LT,[I.showOptions?(c.openBlock(),c.createElementBlock("div",ET,[c.createElementVNode("button",{onClick:H,class:"btn-outline btn-secondary group","aria-label":"Open settings"},[c.createVNode(cx,{name:"Settings"})])])):c.createCommentVNode("",!0),c.createElementVNode("div",null,[c.createElementVNode("div",{ref:a.value,id:a.value,class:c.normalizeClass({"tabulator-action":I.action})},null,10,ST)]),c.createVNode(qC,{show:r.value,title:y.title,actions:y.action,width:"600px",onOnClose:z[3]||(z[3]=R=>r.value=!1),onOnSave:L},{default:c.withCtx(()=>[c.createElementVNode("div",IT,[c.createElementVNode("div",TT,[z[4]||(z[4]=c.createElementVNode("span",{class:"text-base font-semibold"},"Columns Attributes",-1)),c.createElementVNode("div",null,[c.withDirectives(c.createElementVNode("input",{"onUpdate:modelValue":z[0]||(z[0]=R=>l.value=R),class:"input-text mb-4",placeholder:"Search for attributes","aria-label":"Search columns"},null,512),[[c.vModelText,l.value]]),(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(f.value,R=>(c.openBlock(),c.createElementBlock("div",{key:R.field,class:"my-2"},[R.field!=="action"?(c.openBlock(),c.createElementBlock("div",DT,[c.withDirectives(c.createElementVNode("input",{type:"checkbox",disabled:!R.isNotMandatory,"onUpdate:modelValue":z[1]||(z[1]=N=>d.value=N),value:R.field,class:"mx-1.5",id:R.title,"aria-labelledby":"column-checkbox"},null,8,zT),[[c.vModelCheckbox,d.value]]),c.createElementVNode("label",{for:R.title,class:"select-none"},c.toDisplayString(R.title),9,RT)])):c.createCommentVNode("",!0)]))),128))])]),c.createElementVNode("div",HT,[z[5]||(z[5]=c.createElementVNode("span",{class:"text-base font-semibold"},"Page Size",-1)),c.createElementVNode("div",AT,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(I.paginationSizeSelector,R=>(c.openBlock(),c.createElementBlock("label",{key:R,class:"flex items-center mt-2"},[c.withDirectives(c.createElementVNode("input",{type:"radio","onUpdate:modelValue":z[2]||(z[2]=N=>h.value=N),value:R,class:"mr-2.5","aria-label":"Select page size"},null,8,VT),[[c.vModelRadio,h.value]]),c.createTextVNode(" "+c.toDisplayString(R),1)]))),128))])])])]),_:1},8,["show","title","actions"])]))}}),BT=["aria-checked"],qT={class:"text-[12px]"},F9=c.defineComponent({__name:"Toggle",props:{modelValue:{type:Boolean,default:!1},onText:{default:"On"},offText:{default:"Off"},width:{default:"60px"},disable:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(o,{emit:e}){const t=o,i=e,a=c.ref(t.modelValue);c.watch(()=>t.modelValue,r=>{a.value=r});const n=()=>{t.disable||(a.value=!a.value,i("update:modelValue",a.value))};return(r,l)=>(c.openBlock(),c.createElementBlock("button",{onClick:n,class:c.normalizeClass(["relative select-none h-[30px] rounded-default transition-colors duration-200 border border-border-foreground overflow-hidden",[r.disable?"cursor-not-allowed":"cursor-pointer"]]),style:c.normalizeStyle({width:r.width,maxWidth:r.width,minWidth:r.width}),role:"switch","aria-checked":a.value},[c.createElementVNode("div",{class:c.normalizeClass(["flex items-center justify-center w-1/2 h-full bg-gray-200 shadow-md transform transition-transform duration-200",a.value?"translate-x-full":"translate-x-0"])},[c.createElementVNode("span",qT,c.toDisplayString(a.value?r.onText:r.offText),1)],2)],14,BT))}}),FT={key:0,class:"fixed top-0 left-0 w-[100vw] h-[100vh] bg-background z-10 overflow-hidden"},OT={class:"flex z-10 w-[100vw] top-0 fixed justify-between px-4 py-3 bg-white border-b border-b-border max-h-[50px]"},jT={class:"h-fit my-auto font-bold text-lg relative flex text-[19px]"},NT={key:0},_T={key:3,width:"22px",height:"22px",class:"mt-[4px]",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},WT={key:0,class:"flex justify-end fixed bottom-0 left-0 w-[100vw] bg-white border-t border-t-border max-h-[50px] px-4 py-3"},UT={class:"right-0 flex gap-2"},$T=["onClick"],GT=c.defineComponent({__name:"Towser",props:{show:{type:Boolean,default:!1},title:{},actions:{},double:{type:Boolean,default:!1},bodyWidth:{default:50},body2Width:{default:50}},setup(o,{emit:e}){const t=o,i=e,a=c.computed(()=>t.actions?"150px":"100px"),n=c.computed(()=>t.double?`${t.bodyWidth}%`:"100%"),r=c.computed(()=>`
8038
8038
  min-height: calc(100vh - ${a.value});
8039
8039
  max-height: calc(100vh - ${a.value});
8040
8040
  width: ${n.value}
@@ -8042,10 +8042,10 @@ Data: `,e)}_wipeElements(){this.dispatch("rows-wipe"),this.destroy(),this.ad
8042
8042
  min-height: calc(100vh - ${a.value});
8043
8043
  max-height: calc(100vh - ${a.value});
8044
8044
  width: ${t.body2Width}%
8045
- `);return(h,d)=>{const u=c.resolveComponent("RouterLink");return c.openBlock(),c.createBlock(c.Teleport,{to:"body"},[c.createVNode(c.Transition,{name:"towser"},{default:c.withCtx(()=>[h.show?(c.openBlock(),c.createElementBlock("div",FT,[c.createElementVNode("div",OT,[c.createElementVNode("div",jT,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(h.title,(p,y)=>(c.openBlock(),c.createElementBlock("span",{key:y,class:"flex"},[p.link?p.link!=="#"?(c.openBlock(),c.createBlock(u,{key:1,to:p.link,class:"hover:underline"},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(p.name),1)]),_:2},1032,["to"])):(c.openBlock(),c.createElementBlock("a",{key:2,onClick:d[0]||(d[0]=f=>i("onClose")),class:"hover:underline cursor-pointer"},c.toDisplayString(p.name),1)):(c.openBlock(),c.createElementBlock("span",NT,c.toDisplayString(p.name),1)),h.title.length!==0&&y+1!==h.title.length?(c.openBlock(),c.createElementBlock("svg",_T,d[2]||(d[2]=[c.createElementVNode("path",{d:"M9 6L15 12L9 18",stroke:"gray",style:{"stroke-width":"2.5px"},"stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))):c.createCommentVNode("",!0)]))),128))]),c.createElementVNode("button",{class:"absolute cursor-pointer text-[20px] right-4 top-[15px]",onClick:d[1]||(d[1]=p=>i("onClose"))},d[3]||(d[3]=[c.createElementVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16.00 16.00",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",class:"duration-200","stroke-width":"0.592"},[c.createElementVNode("g",{id:"SVGRepo_iconCarrier"},[c.createElementVNode("path",{d:"M0 14.545L1.455 16 8 9.455 14.545 16 16 14.545 9.455 8 16 1.455 14.545 0 8 6.545 1.455 0 0 1.455 6.545 8z","fill-rule":"evenodd"})])],-1)]))]),c.createElementVNode("div",null,[c.createElementVNode("div",{class:c.normalizeClass([h.double?"flex gap-[15px]":"","px-[15px]"])},[c.createElementVNode("div",{class:"my-[75px] bg-white p-4 overflow-y-auto overflow-x-hidden",style:c.normalizeStyle(r.value)},[c.renderSlot(h.$slots,"default",{},void 0,!0)],4),h.double?(c.openBlock(),c.createElementBlock("div",{key:0,class:"my-[75px] bg-white p-4 overflow-y-auto overflow-x-hidden",style:c.normalizeStyle(l.value)},[c.renderSlot(h.$slots,"body2",{},void 0,!0)],4)):c.createCommentVNode("",!0)],2)]),h.actions?(c.openBlock(),c.createElementBlock("div",WT,[c.createElementVNode("div",UT,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(h.actions,p=>(c.openBlock(),c.createElementBlock("button",{key:p.emit,class:c.normalizeClass(p.class||"btn"),onClick:y=>i(p.emit)},c.toDisplayString(p.title),11,$T))),128))])])):c.createCommentVNode("",!0)])):c.createCommentVNode("",!0)]),_:3})])}}}),dx=(o,e)=>{const t=o.__vccOpts||o;for(const[i,a]of e)t[i]=a;return t},YT=dx(GT,[["__scopeId","data-v-93cc0e1e"]]);function ux(o){return o instanceof Date||Object.prototype.toString.call(o)==="[object Date]"}function T7(o){return ux(o)?new Date(o.getTime()):o==null?new Date(NaN):new Date(o)}function ZT(o){return ux(o)&&!isNaN(o.getTime())}function px(o){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;if(!(e>=0&&e<=6))throw new RangeError("weekStartsOn must be between 0 and 6");var t=T7(o),i=t.getDay(),a=(i+7-e)%7;return t.setDate(t.getDate()-a),t.setHours(0,0,0,0),t}function yx(o){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=e.firstDayOfWeek,i=t===void 0?0:t,a=e.firstWeekContainsDate,n=a===void 0?1:a;if(!(n>=1&&n<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7");for(var r=T7(o),l=r.getFullYear(),h=new Date(0),d=l+1;d>=l-1&&(h.setFullYear(d,0,n),h.setHours(0,0,0,0),h=px(h,i),!(r.getTime()>=h.getTime()));d--);return h}function O9(o){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=e.firstDayOfWeek,i=t===void 0?0:t,a=e.firstWeekContainsDate,n=a===void 0?1:a,r=T7(o),l=px(r,i),h=yx(r,{firstDayOfWeek:i,firstWeekContainsDate:n}),d=l.getTime()-h.getTime();return Math.round(d/(7*24*3600*1e3))+1}var j9={months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysMin:["Su","Mo","Tu","We","Th","Fr","Sa"],firstDayOfWeek:0,firstWeekContainsDate:1},XT=/\[([^\]]+)]|YYYY|YY?|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|m{1,2}|s{1,2}|Z{1,2}|S{1,3}|w{1,2}|x|X|a|A/g;function pe(o){for(var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2,t="".concat(Math.abs(o)),i=o<0?"-":"";t.length<e;)t="0".concat(t);return i+t}function fx(o){return Math.round(o.getTimezoneOffset()/15)*15}function mx(o){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",t=o>0?"-":"+",i=Math.abs(o),a=Math.floor(i/60),n=i%60;return t+pe(a,2)+e+pe(n,2)}var gx=function(e,t,i){var a=e<12?"AM":"PM";return i?a.toLocaleLowerCase():a},yn={Y:function(e){var t=e.getFullYear();return t<=9999?"".concat(t):"+".concat(t)},YY:function(e){return pe(e.getFullYear(),4).substr(2)},YYYY:function(e){return pe(e.getFullYear(),4)},M:function(e){return e.getMonth()+1},MM:function(e){return pe(e.getMonth()+1,2)},MMM:function(e,t){return t.monthsShort[e.getMonth()]},MMMM:function(e,t){return t.months[e.getMonth()]},D:function(e){return e.getDate()},DD:function(e){return pe(e.getDate(),2)},H:function(e){return e.getHours()},HH:function(e){return pe(e.getHours(),2)},h:function(e){var t=e.getHours();return t===0?12:t>12?t%12:t},hh:function(){var e=yn.h.apply(yn,arguments);return pe(e,2)},m:function(e){return e.getMinutes()},mm:function(e){return pe(e.getMinutes(),2)},s:function(e){return e.getSeconds()},ss:function(e){return pe(e.getSeconds(),2)},S:function(e){return Math.floor(e.getMilliseconds()/100)},SS:function(e){return pe(Math.floor(e.getMilliseconds()/10),2)},SSS:function(e){return pe(e.getMilliseconds(),3)},d:function(e){return e.getDay()},dd:function(e,t){return t.weekdaysMin[e.getDay()]},ddd:function(e,t){return t.weekdaysShort[e.getDay()]},dddd:function(e,t){return t.weekdays[e.getDay()]},A:function(e,t){var i=t.meridiem||gx;return i(e.getHours(),e.getMinutes(),!1)},a:function(e,t){var i=t.meridiem||gx;return i(e.getHours(),e.getMinutes(),!0)},Z:function(e){return mx(fx(e),":")},ZZ:function(e){return mx(fx(e))},X:function(e){return Math.floor(e.getTime()/1e3)},x:function(e){return e.getTime()},w:function(e,t){return O9(e,{firstDayOfWeek:t.firstDayOfWeek,firstWeekContainsDate:t.firstWeekContainsDate})},ww:function(e,t){return pe(yn.w(e,t),2)}};function N9(o,e){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=e?String(e):"YYYY-MM-DDTHH:mm:ss.SSSZ",a=T7(o);if(!ZT(a))return"Invalid Date";var n=t.locale||j9;return i.replace(XT,function(r,l){return l||(typeof yn[r]=="function"?"".concat(yn[r](a,n)):r)})}function kx(o){return QT(o)||JT(o)||KT()}function KT(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function JT(o){if(Symbol.iterator in Object(o)||Object.prototype.toString.call(o)==="[object Arguments]")return Array.from(o)}function QT(o){if(Array.isArray(o)){for(var e=0,t=new Array(o.length);e<o.length;e++)t[e]=o[e];return t}}function bx(o,e){var t=Object.keys(o);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(o);e&&(i=i.filter(function(a){return Object.getOwnPropertyDescriptor(o,a).enumerable})),t.push.apply(t,i)}return t}function eD(o){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?bx(t,!0).forEach(function(i){Ne(o,i,t[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(t)):bx(t).forEach(function(i){Object.defineProperty(o,i,Object.getOwnPropertyDescriptor(t,i))})}return o}function tD(o,e){return oD(o)||aD(o,e)||iD()}function iD(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function aD(o,e){if(Symbol.iterator in Object(o)||Object.prototype.toString.call(o)==="[object Arguments]"){var t=[],i=!0,a=!1,n=void 0;try{for(var r=o[Symbol.iterator](),l;!(i=(l=r.next()).done)&&(t.push(l.value),!(e&&t.length===e));i=!0);}catch(h){a=!0,n=h}finally{try{!i&&r.return!=null&&r.return()}finally{if(a)throw n}}return t}}function oD(o){if(Array.isArray(o))return o}function Ne(o,e,t){return e in o?Object.defineProperty(o,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):o[e]=t,o}var nD=/(\[[^\[]*\])|(MM?M?M?|Do|DD?|ddd?d?|w[o|w]?|YYYY|YY|a|A|hh?|HH?|mm?|ss?|S{1,3}|x|X|ZZ?|.)/g,wx=/\d/,_e=/\d\d/,sD=/\d{3}/,rD=/\d{4}/,Zo=/\d\d?/,lD=/[+-]\d\d:?\d\d/,vx=/[+-]?\d+/,hD=/[+-]?\d+(\.\d{1,3})?/,_9="year",D7="month",Mx="day",Cx="hour",xx="minute",Lx="second",W9="millisecond",Ex={},$=function(e,t,i){var a=Array.isArray(e)?e:[e],n;typeof i=="string"?n=function(l){var h=parseInt(l,10);return Ne({},i,h)}:n=i,a.forEach(function(r){Ex[r]=[t,n]})},cD=function(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")},fn=function(e){return function(t){var i=t[e];if(!Array.isArray(i))throw new Error("Locale[".concat(e,"] need an array"));return new RegExp(i.map(cD).join("|"))}},mn=function(e,t){return function(i,a){var n=a[e];if(!Array.isArray(n))throw new Error("Locale[".concat(e,"] need an array"));var r=n.indexOf(i);if(r<0)throw new Error("Invalid Word");return Ne({},t,r)}};$("Y",vx,_9),$("YY",_e,function(o){var e=new Date().getFullYear(),t=Math.floor(e/100),i=parseInt(o,10);return i=(i>68?t-1:t)*100+i,Ne({},_9,i)}),$("YYYY",rD,_9),$("M",Zo,function(o){return Ne({},D7,parseInt(o,10)-1)}),$("MM",_e,function(o){return Ne({},D7,parseInt(o,10)-1)}),$("MMM",fn("monthsShort"),mn("monthsShort",D7)),$("MMMM",fn("months"),mn("months",D7)),$("D",Zo,Mx),$("DD",_e,Mx),$(["H","h"],Zo,Cx),$(["HH","hh"],_e,Cx),$("m",Zo,xx),$("mm",_e,xx),$("s",Zo,Lx),$("ss",_e,Lx),$("S",wx,function(o){return Ne({},W9,parseInt(o,10)*100)}),$("SS",_e,function(o){return Ne({},W9,parseInt(o,10)*10)}),$("SSS",sD,W9);function dD(o){return o.meridiemParse||/[ap]\.?m?\.?/i}function uD(o){return"".concat(o).toLowerCase().charAt(0)==="p"}$(["A","a"],dD,function(o,e){var t=typeof e.isPM=="function"?e.isPM(o):uD(o);return{isPM:t}});function pD(o){var e=o.match(/([+-]|\d\d)/g)||["-","0","0"],t=tD(e,3),i=t[0],a=t[1],n=t[2],r=parseInt(a,10)*60+parseInt(n,10);return r===0?0:i==="+"?-r:+r}$(["Z","ZZ"],lD,function(o){return{offset:pD(o)}}),$("x",vx,function(o){return{date:new Date(parseInt(o,10))}}),$("X",hD,function(o){return{date:new Date(parseFloat(o)*1e3)}}),$("d",wx,"weekday"),$("dd",fn("weekdaysMin"),mn("weekdaysMin","weekday")),$("ddd",fn("weekdaysShort"),mn("weekdaysShort","weekday")),$("dddd",fn("weekdays"),mn("weekdays","weekday")),$("w",Zo,"week"),$("ww",_e,"week");function yD(o,e){if(o!==void 0&&e!==void 0){if(e){if(o<12)return o+12}else if(o===12)return 0}return o}function fD(o){for(var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:new Date,t=[0,0,1,0,0,0,0],i=[e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()],a=!0,n=0;n<7;n++)o[n]===void 0?t[n]=a?i[n]:t[n]:(t[n]=o[n],a=!1);return t}function mD(o,e,t,i,a,n,r){var l;return o<100&&o>=0?(l=new Date(o+400,e,t,i,a,n,r),isFinite(l.getFullYear())&&l.setFullYear(o)):l=new Date(o,e,t,i,a,n,r),l}function gD(){for(var o,e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];var a=t[0];return a<100&&a>=0?(t[0]+=400,o=new Date(Date.UTC.apply(Date,t)),isFinite(o.getUTCFullYear())&&o.setUTCFullYear(a)):o=new Date(Date.UTC.apply(Date,t)),o}function kD(o,e,t){var i=e.match(nD);if(!i)throw new Error;for(var a=i.length,n={},r=0;r<a;r+=1){var l=i[r],h=Ex[l];if(h){var u=typeof h[0]=="function"?h[0](t):h[0],p=h[1],y=(u.exec(o)||[])[0],f=p(y,t);n=eD({},n,{},f),o=o.replace(y,"")}else{var d=l.replace(/^\[|\]$/g,"");if(o.indexOf(d)===0)o=o.substr(d.length);else throw new Error("not match")}}return n}function bD(o,e){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};try{var i=t.locale,a=i===void 0?j9:i,n=t.backupDate,r=n===void 0?new Date:n,l=kD(o,e,a),h=l.year,d=l.month,u=l.day,p=l.hour,y=l.minute,f=l.second,g=l.millisecond,b=l.isPM,k=l.date,m=l.offset,v=l.weekday,M=l.week;if(k)return k;var C=[h,d,u,p,y,f,g];if(C[3]=yD(C[3],b),M!==void 0&&d===void 0&&u===void 0){var S=yx(h===void 0?r:new Date(h,3),{firstDayOfWeek:a.firstDayOfWeek,firstWeekContainsDate:a.firstWeekContainsDate});return new Date(S.getTime()+(M-1)*7*24*3600*1e3)}var L,H=fD(C,r);return m!==void 0?(H[6]+=m*60*1e3,L=gD.apply(void 0,kx(H))):L=mD.apply(void 0,kx(H)),v!==void 0&&L.getDay()!==v?new Date(NaN):L}catch{return new Date(NaN)}}var wD=Object.defineProperty,vD=Object.defineProperties,MD=Object.getOwnPropertyDescriptors,z7=Object.getOwnPropertySymbols,Sx=Object.prototype.hasOwnProperty,Ix=Object.prototype.propertyIsEnumerable,Tx=(o,e,t)=>e in o?wD(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t,Q=(o,e)=>{for(var t in e||(e={}))Sx.call(e,t)&&Tx(o,t,e[t]);if(z7)for(var t of z7(e))Ix.call(e,t)&&Tx(o,t,e[t]);return o},we=(o,e)=>vD(o,MD(e)),CD=(o,e)=>{var t={};for(var i in o)Sx.call(o,i)&&e.indexOf(i)<0&&(t[i]=o[i]);if(o!=null&&z7)for(var i of z7(o))e.indexOf(i)<0&&Ix.call(o,i)&&(t[i]=o[i]);return t};const xD={formatLocale:j9,yearFormat:"YYYY",monthFormat:"MMM",monthBeforeYear:!0};let gn="en";const Xo={};Xo[gn]=xD;function Dx(o,e,t=!1){if(typeof o!="string")return Xo[gn];let i=gn;return Xo[o]&&(i=o),e&&(Xo[o]=e,i=o),t||(gn=i),Xo[o]||Xo[gn]}function U9(o){return Dx(o,void 0,!0)}function $9(o,e){if(!Array.isArray(o))return[];const t=[],i=o.length;let a=0;for(e=e||i;a<i;)t.push(o.slice(a,a+=e));return t}function zx(o){return Array.isArray(o)?o[o.length-1]:void 0}function We(o){return Object.prototype.toString.call(o)==="[object Object]"}function Ae(o,e){const t={};return We(o)&&(Array.isArray(e)||(e=[e]),e.forEach(i=>{Object.prototype.hasOwnProperty.call(o,i)&&(t[i]=o[i])})),t}function Rx(o,e){if(!We(o))return{};let t=o;return We(e)&&Object.keys(e).forEach(i=>{let a=e[i];const n=o[i];We(a)&&We(n)&&(a=Rx(n,a)),t=we(Q({},t),{[i]:a})}),t}function G9(o){const e=parseInt(String(o),10);return e<10?`0${e}`:`${e}`}function LD(o){const e=/-(\w)/g;return o.replace(e,(t,i)=>i?i.toUpperCase():"")}const Hx="datepicker_locale",Ax="datepicker_prefixClass",Vx="datepicker_getWeek";function Y9(){return c.inject(Hx,c.shallowRef(U9()))}function ED(o){const e=c.computed(()=>We(o.value)?Rx(U9(),o.value):U9(o.value));return c.provide(Hx,e),e}function SD(o){c.provide(Ax,o)}function se(){return c.inject(Ax,"mx")}function ID(o){c.provide(Vx,o)}function TD(){return c.inject(Vx,O9)}function DD(o){const e=o.style.display,t=o.style.visibility;o.style.display="block",o.style.visibility="hidden";const i=window.getComputedStyle(o),a=o.offsetWidth+parseInt(i.marginLeft,10)+parseInt(i.marginRight,10),n=o.offsetHeight+parseInt(i.marginTop,10)+parseInt(i.marginBottom,10);return o.style.display=e,o.style.visibility=t,{width:a,height:n}}function zD(o,e,t,i){let a=0,n=0,r=0,l=0;const h=o.getBoundingClientRect(),d=document.documentElement.clientWidth,u=document.documentElement.clientHeight;return i&&(r=window.pageXOffset+h.left,l=window.pageYOffset+h.top),d-h.left<e&&h.right<e?a=r-h.left+1:h.left+h.width/2<=d/2?a=r:a=r+h.width-e,h.top<=t&&u-h.bottom<=t?n=l+u-h.top-t:h.top+h.height/2<=u/2?n=l+h.height:n=l-t,{left:`${a}px`,top:`${n}px`}}function Z9(o,e=document.body){if(!o||o===e)return null;const t=(n,r)=>getComputedStyle(n,null).getPropertyValue(r);return/(auto|scroll)/.test(t(o,"overflow")+t(o,"overflow-y")+t(o,"overflow-x"))?o:Z9(o.parentElement,e)}let R7;function RD(){if(typeof window>"u")return 0;if(R7!==void 0)return R7;const o=document.createElement("div");o.style.visibility="hidden",o.style.overflow="scroll",o.style.width="100px",o.style.position="absolute",o.style.top="-9999px",document.body.appendChild(o);const e=document.createElement("div");return e.style.width="100%",o.appendChild(e),R7=o.offsetWidth-e.offsetWidth,o.parentNode.removeChild(o),R7}const Px="ontouchend"in document?"touchstart":"mousedown";function HD(o){let e=!1;return function(...i){e||(e=!0,requestAnimationFrame(()=>{e=!1,o.apply(this,i)}))}}function Ve(o,e){return{setup:o,name:o.name,props:e}}function Pe(o,e){return new Proxy(o,{get(i,a){const n=i[a];return n!==void 0?n:e[a]}})}const Ue=()=>o=>o,AD=(o,e)=>{const t={};for(const i in o)if(Object.prototype.hasOwnProperty.call(o,i)){const a=LD(i);let n=o[i];e.indexOf(a)!==-1&&n===""&&(n=!0),t[a]=n}return t};function VD(o,{slots:e}){const t=Pe(o,{appendToBody:!0}),i=se(),a=c.ref(null),n=c.ref({left:"",top:""}),r=()=>{if(!t.visible||!a.value)return;const h=t.getRelativeElement();if(!h)return;const{width:d,height:u}=DD(a.value);n.value=zD(h,d,u,t.appendToBody)};c.watchEffect(r,{flush:"post"}),c.watchEffect(h=>{const d=t.getRelativeElement();if(!d)return;const u=Z9(d)||window,p=HD(r);u.addEventListener("scroll",p),window.addEventListener("resize",p),h(()=>{u.removeEventListener("scroll",p),window.removeEventListener("resize",p)})},{flush:"post"});const l=h=>{if(!t.visible)return;const d=h.target,u=a.value,p=t.getRelativeElement();u&&!u.contains(d)&&p&&!p.contains(d)&&t.onClickOutside(h)};return c.watchEffect(h=>{document.addEventListener(Px,l),h(()=>{document.removeEventListener(Px,l)})}),()=>c.createVNode(c.Teleport,{to:"body",disabled:!t.appendToBody},{default:()=>[c.createVNode(c.Transition,{name:`${i}-zoom-in-down`},{default:()=>{var h;return[t.visible&&c.createVNode("div",{ref:a,class:`${i}-datepicker-main ${i}-datepicker-popup ${t.className}`,style:[Q({position:"absolute"},n.value),t.style||{}]},[(h=e.default)==null?void 0:h.call(e)])]}})]})}const PD=Ue()(["style","className","visible","appendToBody","onClickOutside","getRelativeElement"]);var BD=Ve(VD,PD);const qD={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",width:"1em",height:"1em"},FD=[c.createElementVNode("path",{d:"M940.218 107.055H730.764v-60.51H665.6v60.51H363.055v-60.51H297.89v60.51H83.78c-18.617 0-32.581 13.963-32.581 32.581v805.237c0 18.618 13.964 32.582 32.582 32.582h861.09c18.619 0 32.583-13.964 32.583-32.582V139.636c-4.655-18.618-18.619-32.581-37.237-32.581zm-642.327 65.163v60.51h65.164v-60.51h307.2v60.51h65.163v-60.51h176.873v204.8H116.364v-204.8H297.89zM116.364 912.291V442.18H912.29v470.11H116.364z"},null,-1)];function Bx(o,e){return c.openBlock(),c.createElementBlock("svg",qD,FD)}const OD={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",width:"1em",height:"1em"},jD=[c.createElementVNode("path",{d:"M810.005 274.005 572.011 512l237.994 237.995-60.01 60.01L512 572.011 274.005 810.005l-60.01-60.01L451.989 512 213.995 274.005l60.01-60.01L512 451.989l237.995-237.994z"},null,-1)];function ND(o,e){return c.openBlock(),c.createElementBlock("svg",OD,jD)}const _D={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"1em",height:"1em"},WD=[c.createElementVNode("path",{d:"M0 0h24v24H0z",fill:"none"},null,-1),c.createElementVNode("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},null,-1),c.createElementVNode("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},null,-1)];function UD(o,e){return c.openBlock(),c.createElementBlock("svg",_D,WD)}function Bo(o,e=0,t=1,i=0,a=0,n=0,r=0){const l=new Date(o,e,t,i,a,n,r);return o<100&&o>=0&&l.setFullYear(o),l}function Be(o){return o instanceof Date&&!isNaN(o.getTime())}function qo(o){return Array.isArray(o)&&o.length===2&&o.every(Be)&&o[0]<=o[1]}function $D(o){return Array.isArray(o)&&o.every(Be)}function H7(...o){if(o[0]!==void 0&&o[0]!==null){const t=new Date(o[0]);if(Be(t))return t}const e=o.slice(1);return e.length?H7(...e):new Date}function GD(o){const e=new Date(o);return e.setMonth(0,1),e.setHours(0,0,0,0),e}function qx(o){const e=new Date(o);return e.setDate(1),e.setHours(0,0,0,0),e}function $e(o){const e=new Date(o);return e.setHours(0,0,0,0),e}function YD({firstDayOfWeek:o,year:e,month:t}){const i=[],a=Bo(e,t,0),n=a.getDate(),r=n-(a.getDay()+7-o)%7;for(let u=r;u<=n;u++)i.push(Bo(e,t,u-n));a.setMonth(t+1,0);const l=a.getDate();for(let u=1;u<=l;u++)i.push(Bo(e,t,u));const h=n-r+1,d=6*7-h-l;for(let u=1;u<=d;u++)i.push(Bo(e,t,l+u));return i}function A7(o,e){const t=new Date(o),i=typeof e=="function"?e(t.getMonth()):Number(e),a=t.getFullYear(),n=Bo(a,i+1,0).getDate(),r=t.getDate();return t.setMonth(i,Math.min(r,n)),t}function Ko(o,e){const t=new Date(o),i=typeof e=="function"?e(t.getFullYear()):e;return t.setFullYear(i),t}function ZD(o,e){const t=new Date(e),i=new Date(o),a=t.getFullYear()-i.getFullYear(),n=t.getMonth()-i.getMonth();return a*12+n}function V7(o,e){const t=new Date(o),i=new Date(e);return t.setHours(i.getHours(),i.getMinutes(),i.getSeconds()),t}function XD(o,{slots:e}){const t=Pe(o,{editable:!0,disabled:!1,clearable:!0,range:!1,multiple:!1}),i=se(),a=c.ref(null),n=c.computed(()=>t.separator||(t.range?" ~ ":",")),r=f=>t.range?qo(f):t.multiple?$D(f):Be(f),l=f=>Array.isArray(f)?f.some(g=>t.disabledDate(g)):t.disabledDate(f),h=c.computed(()=>a.value!==null?a.value:typeof t.renderInputText=="function"?t.renderInputText(t.value):r(t.value)?Array.isArray(t.value)?t.value.map(f=>t.formatDate(f)).join(n.value):t.formatDate(t.value):""),d=f=>{var g;f&&f.stopPropagation(),t.onChange(t.range?[null,null]:null),(g=t.onClear)==null||g.call(t)},u=()=>{var f;if(!t.editable||a.value===null)return;const g=a.value.trim();if(a.value=null,g===""){d();return}let b;if(t.range){let k=g.split(n.value);k.length!==2&&(k=g.split(n.value.trim())),b=k.map(m=>t.parseDate(m.trim()))}else t.multiple?b=g.split(n.value).map(k=>t.parseDate(k.trim())):b=t.parseDate(g);r(b)&&!l(b)?t.onChange(b):(f=t.onInputError)==null||f.call(t,g)},p=f=>{a.value=typeof f=="string"?f:f.target.value},y=f=>{const{keyCode:g}=f;g===9?t.onBlur():g===13&&u()};return()=>{var f,g,b;const k=!t.disabled&&t.clearable&&h.value,m=we(Q({name:"date",type:"text",autocomplete:"off",value:h.value,class:t.inputClass||`${i}-input`,readonly:!t.editable,disabled:t.disabled,placeholder:t.placeholder},t.inputAttr),{onFocus:t.onFocus,onKeydown:y,onInput:p,onChange:u});return c.createVNode("div",{class:`${i}-input-wrapper`,onClick:t.onClick},[((f=e.input)==null?void 0:f.call(e,m))||c.createVNode("input",m,null),k?c.createVNode("i",{class:`${i}-icon-clear`,onClick:d},[((g=e["icon-clear"])==null?void 0:g.call(e))||c.createVNode(ND,null,null)]):null,c.createVNode("i",{class:`${i}-icon-calendar`},[((b=e["icon-calendar"])==null?void 0:b.call(e))||c.createVNode(Bx,null,null)])])}}const X9=Ue()(["placeholder","editable","disabled","clearable","inputClass","inputAttr","range","multiple","separator","renderInputText","onInputError","onClear"]),KD=Ue()(["value","formatDate","parseDate","disabledDate","onChange","onFocus","onBlur","onClick",...X9]);var JD=Ve(XD,KD);function QD(o,{slots:e}){var t;const i=Pe(o,{prefixClass:"mx",valueType:"date",format:"YYYY-MM-DD",type:"date",disabledDate:()=>!1,disabledTime:()=>!1,confirmText:"OK"});SD(i.prefixClass),ID(((t=i.formatter)==null?void 0:t.getWeek)||O9);const a=ED(c.toRef(o,"lang")),n=c.ref(),r=()=>n.value,l=c.ref(!1),h=c.computed(()=>!i.disabled&&(typeof i.open=="boolean"?i.open:l.value)),d=()=>{var L,H;i.disabled||h.value||(l.value=!0,(L=i["onUpdate:open"])==null||L.call(i,!0),(H=i.onOpen)==null||H.call(i))},u=()=>{var L,H;h.value&&(l.value=!1,(L=i["onUpdate:open"])==null||L.call(i,!1),(H=i.onClose)==null||H.call(i))},p=(L,H)=>(H=H||i.format,We(i.formatter)&&typeof i.formatter.stringify=="function"?i.formatter.stringify(L,H):N9(L,H,{locale:a.value.formatLocale})),y=(L,H)=>{if(H=H||i.format,We(i.formatter)&&typeof i.formatter.parse=="function")return i.formatter.parse(L,H);const I=new Date;return bD(L,H,{locale:a.value.formatLocale,backupDate:I})},f=L=>{switch(i.valueType){case"date":return L instanceof Date?new Date(L.getTime()):new Date(NaN);case"timestamp":return typeof L=="number"?new Date(L):new Date(NaN);case"format":return typeof L=="string"?y(L):new Date(NaN);default:return typeof L=="string"?y(L,i.valueType):new Date(NaN)}},g=L=>{if(!Be(L))return null;switch(i.valueType){case"date":return L;case"timestamp":return L.getTime();case"format":return p(L);default:return p(L,i.valueType)}},b=c.computed(()=>{const L=i.value;return i.range?(Array.isArray(L)?L.slice(0,2):[null,null]).map(f):i.multiple?(Array.isArray(L)?L:[]).map(f):f(L)}),k=(L,H,I=!0)=>{var z,R;const N=Array.isArray(L)?L.map(g):g(L);return(z=i["onUpdate:value"])==null||z.call(i,N),(R=i.onChange)==null||R.call(i,N,H),I&&u(),N},m=c.ref(new Date);c.watchEffect(()=>{h.value&&(m.value=b.value)});const v=(L,H)=>{i.confirm?m.value=L:k(L,H,!i.multiple&&(H===i.type||H==="time"))},M=()=>{var L;const H=k(m.value);(L=i.onConfirm)==null||L.call(i,H)},C=L=>i.disabledDate(L)||i.disabledTime(L),S=L=>{var H;const{prefixClass:I}=i;return c.createVNode("div",{class:`${I}-datepicker-sidebar`},[(H=e.sidebar)==null?void 0:H.call(e,L),(i.shortcuts||[]).map((z,R)=>c.createVNode("button",{key:R,"data-index":R,type:"button",class:`${I}-btn ${I}-btn-text ${I}-btn-shortcut`,onClick:()=>{var N;const P=(N=z.onClick)==null?void 0:N.call(z);P&&k(P)}},[z.text]))])};return()=>{var L,H;const{prefixClass:I,disabled:z,confirm:R,range:N,popupClass:P,popupStyle:Re,appendToBody:ie}=i,U={value:m.value,"onUpdate:value":v,emit:k},be=e.header&&c.createVNode("div",{class:`${I}-datepicker-header`},[e.header(U)]),Le=(e.footer||R)&&c.createVNode("div",{class:`${I}-datepicker-footer`},[(L=e.footer)==null?void 0:L.call(e,U),R&&c.createVNode("button",{type:"button",class:`${I}-btn ${I}-datepicker-btn-confirm`,onClick:M},[i.confirmText])]),Ee=(H=e.content)==null?void 0:H.call(e,U),Tn=(e.sidebar||i.shortcuts)&&S(U);return c.createVNode("div",{ref:n,class:{[`${I}-datepicker`]:!0,[`${I}-datepicker-range`]:N,disabled:z}},[c.createVNode(JD,we(Q({},Ae(i,X9)),{value:b.value,formatDate:p,parseDate:y,disabledDate:C,onChange:k,onClick:d,onFocus:d,onBlur:u}),Ae(e,["icon-calendar","icon-clear","input"])),c.createVNode(BD,{className:P,style:Re,visible:h.value,appendToBody:ie,getRelativeElement:r,onClickOutside:u},{default:()=>[Tn,c.createVNode("div",{class:`${I}-datepicker-content`},[be,Ee,Le])]})])}}const ez=[...Ue()(["value","valueType","type","format","formatter","lang","prefixClass","appendToBody","open","popupClass","popupStyle","confirm","confirmText","shortcuts","disabledDate","disabledTime","onOpen","onClose","onConfirm","onChange","onUpdate:open","onUpdate:value"]),...X9];var Fx=Ve(QD,ez);function P7(o){var e=o,{value:t}=e,i=CD(e,["value"]);const a=se();return c.createVNode("button",we(Q({},i),{type:"button",class:`${a}-btn ${a}-btn-text ${a}-btn-icon-${t}`}),[c.createVNode("i",{class:`${a}-icon-${t}`},null)])}function K9({type:o,calendar:e,onUpdateCalendar:t},{slots:i}){var a;const n=se(),r=()=>{t(A7(e,y=>y-1))},l=()=>{t(A7(e,y=>y+1))},h=()=>{t(Ko(e,y=>y-1))},d=()=>{t(Ko(e,y=>y+1))},u=()=>{t(Ko(e,y=>y-10))},p=()=>{t(Ko(e,y=>y+10))};return c.createVNode("div",{class:`${n}-calendar-header`},[c.createVNode(P7,{value:"double-left",onClick:o==="year"?u:h},null),o==="date"&&c.createVNode(P7,{value:"left",onClick:r},null),c.createVNode(P7,{value:"double-right",onClick:o==="year"?p:d},null),o==="date"&&c.createVNode(P7,{value:"right",onClick:l},null),c.createVNode("span",{class:`${n}-calendar-header-label`},[(a=i.default)==null?void 0:a.call(i)])])}function tz({calendar:o,isWeekMode:e,showWeekNumber:t,titleFormat:i,getWeekActive:a,getCellClasses:n,onSelect:r,onUpdatePanel:l,onUpdateCalendar:h,onDateMouseEnter:d,onDateMouseLeave:u}){const p=se(),y=TD(),f=Y9().value,{yearFormat:g,monthBeforeYear:b,monthFormat:k="MMM",formatLocale:m}=f,v=m.firstDayOfWeek||0;let M=f.days||m.weekdaysMin;M=M.concat(M).slice(v,v+7);const C=o.getFullYear(),S=o.getMonth(),L=$9(YD({firstDayOfWeek:v,year:C,month:S}),7),H=(U,be)=>N9(U,be,{locale:f.formatLocale}),I=U=>{l(U)},z=U=>{const be=U.getAttribute("data-index"),[Le,Ee]=be.split(",").map(Dn=>parseInt(Dn,10)),Tn=L[Le][Ee];return new Date(Tn)},R=U=>{r(z(U.currentTarget))},N=U=>{d&&d(z(U.currentTarget))},P=U=>{u&&u(z(U.currentTarget))},Re=c.createVNode("button",{type:"button",class:`${p}-btn ${p}-btn-text ${p}-btn-current-year`,onClick:()=>I("year")},[H(o,g)]),ie=c.createVNode("button",{type:"button",class:`${p}-btn ${p}-btn-text ${p}-btn-current-month`,onClick:()=>I("month")},[H(o,k)]);return t=typeof t=="boolean"?t:e,c.createVNode("div",{class:[`${p}-calendar ${p}-calendar-panel-date`,{[`${p}-calendar-week-mode`]:e}]},[c.createVNode(K9,{type:"date",calendar:o,onUpdateCalendar:h},{default:()=>[b?[ie,Re]:[Re,ie]]}),c.createVNode("div",{class:`${p}-calendar-content`},[c.createVNode("table",{class:`${p}-table ${p}-table-date`},[c.createVNode("thead",null,[c.createVNode("tr",null,[t&&c.createVNode("th",{class:`${p}-week-number-header`},null),M.map(U=>c.createVNode("th",{key:U},[U]))])]),c.createVNode("tbody",null,[L.map((U,be)=>c.createVNode("tr",{key:be,class:[`${p}-date-row`,{[`${p}-active-week`]:a(U)}]},[t&&c.createVNode("td",{class:`${p}-week-number`,"data-index":`${be},0`,onClick:R},[c.createVNode("div",null,[y(U[0])])]),U.map((Le,Ee)=>c.createVNode("td",{key:Ee,class:["cell",n(Le)],title:H(Le,i),"data-index":`${be},${Ee}`,onClick:R,onMouseenter:N,onMouseleave:P},[c.createVNode("div",null,[Le.getDate()])]))]))])])])])}function iz({calendar:o,getCellClasses:e,onSelect:t,onUpdateCalendar:i,onUpdatePanel:a}){const n=se(),r=Y9().value,l=r.months||r.formatLocale.monthsShort,h=u=>Bo(o.getFullYear(),u),d=u=>{const y=u.currentTarget.getAttribute("data-month");t(h(parseInt(y,10)))};return c.createVNode("div",{class:`${n}-calendar ${n}-calendar-panel-month`},[c.createVNode(K9,{type:"month",calendar:o,onUpdateCalendar:i},{default:()=>[c.createVNode("button",{type:"button",class:`${n}-btn ${n}-btn-text ${n}-btn-current-year`,onClick:()=>a("year")},[o.getFullYear()])]}),c.createVNode("div",{class:`${n}-calendar-content`},[c.createVNode("table",{class:`${n}-table ${n}-table-month`},[$9(l,3).map((u,p)=>c.createVNode("tr",{key:p},[u.map((y,f)=>{const g=p*3+f;return c.createVNode("td",{key:f,class:["cell",e(h(g))],"data-month":g,onClick:d},[c.createVNode("div",null,[y])])})]))])])])}const az=o=>{const e=Math.floor(o.getFullYear()/10)*10,t=[];for(let i=0;i<10;i++)t.push(e+i);return $9(t,2)};function oz({calendar:o,getCellClasses:e=()=>[],getYearPanel:t=az,onSelect:i,onUpdateCalendar:a}){const n=se(),r=p=>Bo(p,0),l=p=>{const f=p.currentTarget.getAttribute("data-year");i(r(parseInt(f,10)))},h=t(new Date(o)),d=h[0][0],u=zx(zx(h));return c.createVNode("div",{class:`${n}-calendar ${n}-calendar-panel-year`},[c.createVNode(K9,{type:"year",calendar:o,onUpdateCalendar:a},{default:()=>[c.createVNode("span",null,[d]),c.createVNode("span",{class:`${n}-calendar-decade-separator`},null),c.createVNode("span",null,[u])]}),c.createVNode("div",{class:`${n}-calendar-content`},[c.createVNode("table",{class:`${n}-table ${n}-table-year`},[h.map((p,y)=>c.createVNode("tr",{key:y},[p.map((f,g)=>c.createVNode("td",{key:g,class:["cell",e(r(f))],"data-year":f,onClick:l},[c.createVNode("div",null,[f])]))]))])])])}function nz(o){const e=Pe(o,{defaultValue:$e(new Date),type:"date",disabledDate:()=>!1,getClasses:()=>[],titleFormat:"YYYY-MM-DD"}),t=c.computed(()=>(Array.isArray(e.value)?e.value:[e.value]).filter(Be).map(v=>e.type==="year"?GD(v):e.type==="month"?qx(v):$e(v))),i=c.ref(new Date);c.watchEffect(()=>{let m=e.calendar;if(!Be(m)){const{length:v}=t.value;m=H7(v>0?t.value[v-1]:e.defaultValue)}i.value=qx(m)});const a=m=>{var v;i.value=m,(v=e.onCalendarChange)==null||v.call(e,m)},n=c.ref("date");c.watchEffect(()=>{const m=["date","month","year"],v=Math.max(m.indexOf(e.type),m.indexOf(e.defaultPanel));n.value=v!==-1?m[v]:"date"});const r=m=>{var v;const M=n.value;n.value=m,(v=e.onPanelChange)==null||v.call(e,m,M)},l=m=>e.disabledDate(new Date(m),t.value),h=(m,v)=>{var M,C,S;if(!l(m))if((M=e.onPick)==null||M.call(e,m),e.multiple===!0){const L=t.value.filter(H=>H.getTime()!==m.getTime());L.length===t.value.length&&L.push(m),(C=e["onUpdate:value"])==null||C.call(e,L,v)}else(S=e["onUpdate:value"])==null||S.call(e,m,v)},d=m=>{h(m,e.type==="week"?"week":"date")},u=m=>{if(e.type==="year")h(m,"year");else if(a(m),r("month"),e.partialUpdate&&t.value.length===1){const v=Ko(t.value[0],m.getFullYear());h(v,"year")}},p=m=>{if(e.type==="month")h(m,"month");else if(a(m),r("date"),e.partialUpdate&&t.value.length===1){const v=A7(Ko(t.value[0],m.getFullYear()),m.getMonth());h(v,"month")}},y=(m,v=[])=>(l(m)?v.push("disabled"):t.value.some(M=>M.getTime()===m.getTime())&&v.push("active"),v.concat(e.getClasses(m,t.value,v.join(" ")))),f=m=>{const v=m.getMonth()!==i.value.getMonth(),M=[];return m.getTime()===new Date().setHours(0,0,0,0)&&M.push("today"),v&&M.push("not-current-month"),y(m,M)},g=m=>e.type!=="month"?i.value.getMonth()===m.getMonth()?"active":"":y(m),b=m=>e.type!=="year"?i.value.getFullYear()===m.getFullYear()?"active":"":y(m),k=m=>{if(e.type!=="week")return!1;const v=m[0].getTime(),M=m[6].getTime();return t.value.some(C=>{const S=C.getTime();return S>=v&&S<=M})};return()=>n.value==="year"?c.createVNode(oz,{calendar:i.value,getCellClasses:b,getYearPanel:e.getYearPanel,onSelect:u,onUpdateCalendar:a},null):n.value==="month"?c.createVNode(iz,{calendar:i.value,getCellClasses:g,onSelect:p,onUpdatePanel:r,onUpdateCalendar:a},null):c.createVNode(tz,{isWeekMode:e.type==="week",showWeekNumber:e.showWeekNumber,titleFormat:e.titleFormat,calendar:i.value,getCellClasses:f,getWeekActive:k,onSelect:d,onUpdatePanel:r,onUpdateCalendar:a,onDateMouseEnter:e.onDateMouseEnter,onDateMouseLeave:e.onDateMouseLeave},null)}const B7=Ue()(["type","value","defaultValue","defaultPanel","disabledDate","getClasses","calendar","multiple","partialUpdate","showWeekNumber","titleFormat","getYearPanel","onDateMouseEnter","onDateMouseLeave","onCalendarChange","onPanelChange","onUpdate:value","onPick"]);var q7=Ve(nz,B7);const Ox=(o,e)=>{const t=o.getTime();let[i,a]=e.map(n=>n.getTime());return i>a&&([i,a]=[a,i]),t>i&&t<a};function sz(o){const e=Pe(o,{defaultValue:new Date,type:"date"}),t=se(),i=c.computed(()=>{let k=Array.isArray(e.defaultValue)?e.defaultValue:[e.defaultValue,e.defaultValue];return k=k.map(m=>$e(m)),qo(k)?k:[new Date,new Date].map(m=>$e(m))}),a=c.ref([new Date(NaN),new Date(NaN)]);c.watchEffect(()=>{qo(e.value)&&(a.value=e.value)});const n=(k,m)=>{var v;const[M,C]=a.value;Be(M)&&!Be(C)?(M.getTime()>k.getTime()?a.value=[k,M]:a.value=[M,k],(v=e["onUpdate:value"])==null||v.call(e,a.value,m)):a.value=[k,new Date(NaN)]},r=c.ref([new Date,new Date]),l=c.computed(()=>qo(e.calendar)?e.calendar:r.value),h=c.computed(()=>e.type==="year"?10*12:e.type==="month"?1*12:1),d=(k,m)=>{var v;const M=ZD(k[0],k[1]),C=h.value-M;if(C>0){const S=m===1?0:1;k[S]=A7(k[S],L=>L+(S===0?-C:C))}r.value=k,(v=e.onCalendarChange)==null||v.call(e,k,m)},u=k=>{d([k,l.value[1]],0)},p=k=>{d([l.value[0],k],1)};c.watchEffect(()=>{const k=qo(e.value)?e.value:i.value;d(k.slice(0,2))});const y=c.ref(null),f=k=>y.value=k,g=()=>y.value=null,b=(k,m,v)=>{const M=e.getClasses?e.getClasses(k,m,v):[],C=Array.isArray(M)?M:[M];return/disabled|active/.test(v)?C:(m.length===2&&Ox(k,m)&&C.push("in-range"),m.length===1&&y.value&&Ox(k,[m[0],y.value])?C.concat("hover-in-range"):C)};return()=>{const k=l.value.map((m,v)=>{const M=we(Q({},e),{calendar:m,value:a.value,defaultValue:i.value[v],getClasses:b,partialUpdate:!1,multiple:!1,"onUpdate:value":n,onCalendarChange:v===0?u:p,onDateMouseLeave:g,onDateMouseEnter:f});return c.createVNode(q7,M,null)});return c.createVNode("div",{class:`${t}-calendar-range`},[k])}}const J9=B7;var Q9=Ve(sz,J9);const jx=c.defineComponent({setup(o,{slots:e}){const t=se(),i=c.ref(),a=c.ref(""),n=c.ref(""),r=()=>{if(!i.value)return;const g=i.value,b=g.clientHeight*100/g.scrollHeight;a.value=b<100?`${b}%`:""};c.onMounted(r);const l=RD(),h=g=>{const b=g.currentTarget,{scrollHeight:k,scrollTop:m}=b;n.value=`${m*100/k}%`};let d=!1,u=0;const p=g=>{g.stopImmediatePropagation();const b=g.currentTarget,{offsetTop:k}=b;d=!0,u=g.clientY-k},y=g=>{if(!d||!i.value)return;const{clientY:b}=g,{scrollHeight:k,clientHeight:m}=i.value,M=(b-u)*k/m;i.value.scrollTop=M},f=()=>{d=!1};return c.onMounted(()=>{document.addEventListener("mousemove",y),document.addEventListener("mouseup",f)}),c.onUnmounted(()=>{document.addEventListener("mousemove",y),document.addEventListener("mouseup",f)}),()=>{var g;return c.createVNode("div",{class:`${t}-scrollbar`,style:{position:"relative",overflow:"hidden"}},[c.createVNode("div",{ref:i,class:`${t}-scrollbar-wrap`,style:{marginRight:`-${l}px`},onScroll:h},[(g=e.default)==null?void 0:g.call(e)]),c.createVNode("div",{class:`${t}-scrollbar-track`},[c.createVNode("div",{class:`${t}-scrollbar-thumb`,style:{height:a.value,top:n.value},onMousedown:p},null)])])}}});function rz({options:o,getClasses:e,onSelect:t}){const i=se(),a=n=>{const r=n.target,l=n.currentTarget;if(r.tagName.toUpperCase()!=="LI")return;const h=l.getAttribute("data-type"),d=parseInt(l.getAttribute("data-index"),10),u=parseInt(r.getAttribute("data-index"),10),p=o[d].list[u].value;t(p,h)};return c.createVNode("div",{class:`${i}-time-columns`},[o.map((n,r)=>c.createVNode(jx,{key:n.type,class:`${i}-time-column`},{default:()=>[c.createVNode("ul",{class:`${i}-time-list`,"data-index":r,"data-type":n.type,onClick:a},[n.list.map((l,h)=>c.createVNode("li",{key:l.text,"data-index":h,class:[`${i}-time-item`,e(l.value,n.type)]},[l.text]))])]}))])}function lz(o){return typeof o=="function"||Object.prototype.toString.call(o)==="[object Object]"&&!c.isVNode(o)}function hz(o){let e;const t=se();return c.createVNode(jx,null,lz(e=o.options.map(i=>c.createVNode("div",{key:i.text,class:[`${t}-time-option`,o.getClasses(i.value,"time")],onClick:()=>o.onSelect(i.value,"time")},[i.text])))?e:{default:()=>[e]})}function eC({length:o,step:e=1,options:t}){if(Array.isArray(t))return t.filter(a=>a>=0&&a<o);e<=0&&(e=1);const i=[];for(let a=0;a<o;a+=e)i.push(a);return i}function cz(o,e){let{showHour:t,showMinute:i,showSecond:a,use12h:n}=e;const r=e.format||"HH:mm:ss";t=typeof t=="boolean"?t:/[HhKk]/.test(r),i=typeof i=="boolean"?i:/m/.test(r),a=typeof a=="boolean"?a:/s/.test(r),n=typeof n=="boolean"?n:/a/i.test(r);const l=[],h=n&&o.getHours()>=12;return t&&l.push({type:"hour",list:eC({length:n?12:24,step:e.hourStep,options:e.hourOptions}).map(d=>{const u=d===0&&n?"12":G9(d),p=new Date(o);return p.setHours(h?d+12:d),{value:p,text:u}})}),i&&l.push({type:"minute",list:eC({length:60,step:e.minuteStep,options:e.minuteOptions}).map(d=>{const u=new Date(o);return u.setMinutes(d),{value:u,text:G9(d)}})}),a&&l.push({type:"second",list:eC({length:60,step:e.secondStep,options:e.secondOptions}).map(d=>{const u=new Date(o);return u.setSeconds(d),{value:u,text:G9(d)}})}),n&&l.push({type:"ampm",list:["AM","PM"].map((d,u)=>{const p=new Date(o);return p.setHours(p.getHours()%12+u*12),{text:d,value:p}})}),l}function tC(o=""){const e=o.split(":");if(e.length>=2){const t=parseInt(e[0],10),i=parseInt(e[1],10);return{hours:t,minutes:i}}return null}function dz({date:o,option:e,format:t,formatDate:i}){const a=[];if(typeof e=="function")return e()||[];const n=tC(e.start),r=tC(e.end),l=tC(e.step),h=e.format||t;if(n&&r&&l){const d=n.minutes+n.hours*60,u=r.minutes+r.hours*60,p=l.minutes+l.hours*60,y=Math.floor((u-d)/p);for(let f=0;f<=y;f++){const g=d+f*p,b=Math.floor(g/60),k=g%60,m=new Date(o);m.setHours(b,k,0),a.push({value:m,text:i(m,h)})}}return a}const Nx=(o,e,t=0)=>{if(t<=0){requestAnimationFrame(()=>{o.scrollTop=e});return}const a=(e-o.scrollTop)/t*10;requestAnimationFrame(()=>{const n=o.scrollTop+a;if(n>=e){o.scrollTop=e;return}o.scrollTop=n,Nx(o,e,t-10)})};function uz(o){const e=Pe(o,{defaultValue:$e(new Date),format:"HH:mm:ss",timeTitleFormat:"YYYY-MM-DD",disabledTime:()=>!1,scrollDuration:100}),t=se(),i=Y9(),a=(b,k)=>N9(b,k,{locale:i.value.formatLocale}),n=c.ref(new Date);c.watchEffect(()=>{n.value=H7(e.value,e.defaultValue)});const r=b=>Array.isArray(b)?b.every(k=>e.disabledTime(new Date(k))):e.disabledTime(new Date(b)),l=b=>{const k=new Date(b);return r([k.getTime(),k.setMinutes(0,0,0),k.setMinutes(59,59,999)])},h=b=>{const k=new Date(b);return r([k.getTime(),k.setSeconds(0,0),k.setSeconds(59,999)])},d=b=>{const k=new Date(b),m=k.getHours()<12?0:12,v=m+11;return r([k.getTime(),k.setHours(m,0,0,0),k.setHours(v,59,59,999)])},u=(b,k)=>k==="hour"?l(b):k==="minute"?h(b):k==="ampm"?d(b):r(b),p=(b,k)=>{var m;if(!u(b,k)){const v=new Date(b);n.value=v,r(v)||(m=e["onUpdate:value"])==null||m.call(e,v,k)}},y=(b,k)=>u(b,k)?"disabled":b.getTime()===n.value.getTime()?"active":"",f=c.ref(),g=b=>{if(!f.value)return;const k=f.value.querySelectorAll(".active");for(let m=0;m<k.length;m++){const v=k[m],M=Z9(v,f.value);if(M){const C=v.offsetTop;Nx(M,C,b)}}};return c.onMounted(()=>g(0)),c.watch(n,()=>g(e.scrollDuration),{flush:"post"}),()=>{let b;return e.timePickerOptions?b=c.createVNode(hz,{onSelect:p,getClasses:y,options:dz({date:n.value,format:e.format,option:e.timePickerOptions,formatDate:a})},null):b=c.createVNode(rz,{options:cz(n.value,e),onSelect:p,getClasses:y},null),c.createVNode("div",{class:`${t}-time`,ref:f},[e.showTimeHeader&&c.createVNode("div",{class:`${t}-time-header`},[c.createVNode("button",{type:"button",class:`${t}-btn ${t}-btn-text ${t}-time-header-title`,onClick:e.onClickTitle},[a(n.value,e.timeTitleFormat)])]),c.createVNode("div",{class:`${t}-time-content`},[b])])}}const F7=Ue()(["value","defaultValue","format","timeTitleFormat","showTimeHeader","disabledTime","timePickerOptions","hourOptions","minuteOptions","secondOptions","hourStep","minuteStep","secondStep","showHour","showMinute","showSecond","use12h","scrollDuration","onClickTitle","onUpdate:value"]);var kn=Ve(uz,F7);function pz(o){const e=Pe(o,{defaultValue:$e(new Date),disabledTime:()=>!1}),t=se(),i=c.ref([new Date(NaN),new Date(NaN)]);c.watchEffect(()=>{qo(e.value)?i.value=e.value:i.value=[new Date(NaN),new Date(NaN)]});const a=(d,u)=>{var p;(p=e["onUpdate:value"])==null||p.call(e,i.value,d==="time"?"time-range":d,u)},n=(d,u)=>{i.value[0]=d,i.value[1].getTime()>=d.getTime()||(i.value[1]=d),a(u,0)},r=(d,u)=>{i.value[1]=d,i.value[0].getTime()<=d.getTime()||(i.value[0]=d),a(u,1)},l=d=>e.disabledTime(d,0),h=d=>d.getTime()<i.value[0].getTime()||e.disabledTime(d,1);return()=>{const d=Array.isArray(e.defaultValue)?e.defaultValue:[e.defaultValue,e.defaultValue];return c.createVNode("div",{class:`${t}-time-range`},[c.createVNode(kn,we(Q({},e),{"onUpdate:value":n,value:i.value[0],defaultValue:d[0],disabledTime:l}),null),c.createVNode(kn,we(Q({},e),{"onUpdate:value":r,value:i.value[1],defaultValue:d[1],disabledTime:h}),null)])}}const iC=F7;var aC=Ve(pz,iC);function _x(o){const e=c.ref(!1),t=()=>{var n;e.value=!1,(n=o.onShowTimePanelChange)==null||n.call(o,!1)},i=()=>{var n;e.value=!0,(n=o.onShowTimePanelChange)==null||n.call(o,!0)};return{timeVisible:c.computed(()=>typeof o.showTimePanel=="boolean"?o.showTimePanel:e.value),openTimePanel:i,closeTimePanel:t}}function yz(o){const e=Pe(o,{disabledTime:()=>!1,defaultValue:$e(new Date)}),t=c.ref(e.value);c.watchEffect(()=>{t.value=e.value});const{openTimePanel:i,closeTimePanel:a,timeVisible:n}=_x(e),r=(l,h)=>{var d;h==="date"&&i();let u=V7(l,H7(e.value,e.defaultValue));if(e.disabledTime(new Date(u))&&(u=V7(l,e.defaultValue),e.disabledTime(new Date(u)))){t.value=u;return}(d=e["onUpdate:value"])==null||d.call(e,u,h)};return()=>{const l=se(),h=we(Q({},Ae(e,B7)),{multiple:!1,type:"date",value:t.value,"onUpdate:value":r}),d=we(Q({},Ae(e,F7)),{showTimeHeader:!0,value:t.value,"onUpdate:value":e["onUpdate:value"],onClickTitle:a});return c.createVNode("div",{class:`${l}-date-time`},[c.createVNode(q7,h,null),n.value&&c.createVNode(kn,d,null)])}}const Wx=Ue()(["showTimePanel","onShowTimePanelChange"]),fz=[...Wx,...B7,...F7];var Ux=Ve(yz,fz);function mz(o){const e=Pe(o,{defaultValue:$e(new Date),disabledTime:()=>!1}),t=c.ref(e.value);c.watchEffect(()=>{t.value=e.value});const{openTimePanel:i,closeTimePanel:a,timeVisible:n}=_x(e),r=(l,h)=>{var d;h==="date"&&i();const u=Array.isArray(e.defaultValue)?e.defaultValue:[e.defaultValue,e.defaultValue];let p=l.map((y,f)=>{const g=qo(e.value)?e.value[f]:u[f];return V7(y,g)});if(p[1].getTime()<p[0].getTime()&&(p=[p[0],p[0]]),p.some(e.disabledTime)&&(p=l.map((y,f)=>V7(y,u[f])),p.some(e.disabledTime))){t.value=p;return}(d=e["onUpdate:value"])==null||d.call(e,p,h)};return()=>{const l=se(),h=we(Q({},Ae(e,J9)),{type:"date",value:t.value,"onUpdate:value":r}),d=we(Q({},Ae(e,iC)),{showTimeHeader:!0,value:t.value,"onUpdate:value":e["onUpdate:value"],onClickTitle:a});return c.createVNode("div",{class:`${l}-date-time-range`},[c.createVNode(Q9,h,null),n.value&&c.createVNode(aC,d,null)])}}const gz=[...Wx,...iC,...J9];var $x=Ve(mz,gz);const kz=Ue()(["range","open","appendToBody","clearable","confirm","disabled","editable","multiple","partialUpdate","showHour","showMinute","showSecond","showTimeHeader","showTimePanel","showWeekNumber","use12h"]),Gx={date:"YYYY-MM-DD",datetime:"YYYY-MM-DD HH:mm:ss",year:"YYYY",month:"YYYY-MM",time:"HH:mm:ss",week:"w"};function Yx(o,{slots:e}){const t=o.type||"date",i=o.format||Gx[t]||Gx.date,a=we(Q({},AD(o,kz)),{type:t,format:i});return c.createVNode(Fx,Ae(a,Fx.props),Q({content:n=>{if(a.range){const r=t==="time"?aC:t==="datetime"?$x:Q9;return c.h(r,Ae(Q(Q({},a),n),r.props))}else{const r=t==="time"?kn:t==="datetime"?Ux:q7;return c.h(r,Ae(Q(Q({},a),n),r.props))}},"icon-calendar":()=>t==="time"?c.createVNode(UD,null,null):c.createVNode(Bx,null,null)},e))}var oC=Object.assign(Yx,{locale:Dx,install:o=>{o.component("DatePicker",Yx)}},{Calendar:q7,CalendarRange:Q9,TimePanel:kn,TimeRange:aC,DateTime:Ux,DateTimeRange:$x}),B=[{year:2e3,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2001,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2002,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2003,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2004,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2005,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2006,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2007,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2008,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2009,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2010,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2011,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2012,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2013,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2014,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2015,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2016,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2017,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2018,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2019,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2020,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2021,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2022,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2023,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2024,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2025,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2026,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2027,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2028,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2029,days:[31,31,32,31,32,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2030,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2031,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2032,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2033,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2034,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2035,days:[30,32,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2036,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2037,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2038,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2039,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2040,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2041,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2042,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2043,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2044,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2045,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2046,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2047,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2048,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2049,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2050,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2051,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2052,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2053,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2054,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2055,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2056,days:[31,31,32,31,32,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2057,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2058,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2059,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2060,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2061,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2062,days:[30,32,31,32,31,31,29,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2063,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2064,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2065,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2066,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2067,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2068,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2069,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2070,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2071,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2072,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2073,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2074,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2075,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2076,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2077,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2078,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2079,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2080,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2081,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2082,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2083,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2084,days:[31,31,32,31,31,30,30,30,29,30,30,30],totalDays:0,daysTillNow:0},{year:2085,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2086,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2087,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2088,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2089,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2090,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2091,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2092,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2093,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2094,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2095,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2096,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2097,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2098,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2099,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2100,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0}],Zx=0;B.forEach(o=>{o.totalDays=o.days.reduce((e,t)=>e+t,0),Zx+=o.totalDays,o.daysTillNow=Zx});var O7=new Date(1943,3,14).getTime(),Xx=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Kx=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],Jx=["आइतबार","सोमबार","मंगलबार","बुधबार","बिहिबार","शुक्रबार","शनिबार"],Qx=["आइत","सोम","मंगल","बुध","बिहि","शुक्र","शनि"],eL=["Baisakh","Jestha","Asar","Shrawan","Bhadra","Aswin","Kartik","Mangsir","Poush","Magh","Falgun","Chaitra"],tL=["Bai","Jes","Asa","Shr","Bhd","Asw","Kar","Man","Pou","Mag","Fal","Cha"],iL=["बैशाख","जेठ","असार","श्रावण","भाद्र","आश्विन","कार्तिक","मंसिर","पौष","माघ","फाल्गुण","चैत्र"],aL=["बै","जे","अ","श्रा","भा","आ","का","मं","पौ","मा","फा","चै"],bz=["०","१","२","३","४","५","६","७","८","९"];function j7(o){return o<10?`0${o}`:`${o}`}function Jo(o){let e="";for(let t=0;t<o.length;t+=1)e+=bz[o.charCodeAt(t)-48];return e}function wz(o){return e=>o<=2?String(e.getYear()).substring(2):o===3?String(e.getYear()).substring(1):String(e.getYear())}function vz(o){return e=>o<=2?Jo(String(e.getYear()).substring(2)):Jo(o===3?String(e.getYear()).substring(1):String(e.getYear()))}function Mz(o){return e=>o===1?String(e.getMonth()+1):o===2?j7(e.getMonth()+1):o===3?tL[e.getMonth()]:eL[e.getMonth()]}function Cz(o){return e=>o===1?Jo(String(e.getMonth()+1)):o===2?Jo(j7(e.getMonth()+1)):o===3?aL[e.getMonth()]:iL[e.getMonth()]}function xz(o){return e=>o===1?String(e.getDate()):o===2?j7(e.getDate()):o===3?Kx[e.getDay()]:Xx[e.getDay()]}function Lz(o){return e=>o===1?Jo(String(e.getDate())):o===2?Jo(j7(e.getDate())):o===3?Qx[e.getDay()]:Jx[e.getDay()]}function oL(o){return()=>o}var nC={Y:wz,y:vz,M:Mz,m:Cz,D:xz,d:Lz};function Ez(o){return o in nC}function Sz(o){let e=!1,t="",i="",a=0,n=[];for(let r=0;r<o.length;r+=1){let l=o[r];if(l===i){a+=1;continue}if(i!==""&&(n.push(nC[i](a)),i="",a=0),l==='"'){e=!e;continue}!Ez(l)||e?t+=l:(t&&(n.push(oL(t)),t=""),i=l,a=1)}return t?n.push(oL(t)):i&&n.push(nC[i](a)),n}function Iz(o,e){return Sz(e).map(t=>t(o)).join("")}function nL(o){let e=o.split(/[-./]/,3),[t,i=1,a=1]=e.map(r=>{let l=parseInt(r,10);if(Number.isNaN(l))throw new Error("Invalid date");return l});if(t<B[0].year||t>=B[0].year+B.length)throw new Error("Nepal year out of range");if(i<1||i>12)throw new Error("Invalid nepali month must be between 1 - 12");let n=B[t-B[0].year].days[i-1];if(a<1||a>n)throw new Error(`Invalid nepali date must be between 1 - ${n} in ${t} ${i}`);return[t,i-1,a]}var ye=class F{constructor(...e){E(this,"timestamp");E(this,"year");E(this,"month");E(this,"day");if(e.length===0)this.setEnglishDate(new Date);else if(e.length===1){let t=e[0];if(typeof t=="object")if(t instanceof Date)this.setEnglishDate(t);else if(t instanceof F)this.timestamp=t.timestamp,this.year=t.year,this.month=t.month,this.day=t.day;else throw new Error("Invalid date argument");else if(typeof t=="string")this.set(...nL(t));else if(typeof t=="number")this.setEnglishDate(new Date(t));else throw new Error("Invalid date argument")}else if(e.length===3)this.set(e[0],e[1],e[2]);else throw new Error("Invalid argument syntax")}setEnglishDate(e){this.timestamp=e;let t=Math.floor((this.timestamp.getTime()-O7)/864e5),i=Math.floor(t/366);for(;t>=B[i].daysTillNow;)i+=1;let a=B[i-1]?B[i-1].daysTillNow:0;t-=a;let n=B[i];for(this.year=n.year,this.month=0;t>=n.days[this.month];)this.month+=1,t-=n.days[this.month-1];this.day=t+1}getEnglishDate(){return this.timestamp}parse(e){this.set(...nL(e))}getYear(){return this.year}getMonth(){return this.month}getDate(){return this.day}getDay(){return this.timestamp.getDay()}getHours(){return this.timestamp.getHours()}getMinutes(){return this.timestamp.getMinutes()}getSeconds(){return this.timestamp.getSeconds()}getMilliseconds(){return this.timestamp.getMilliseconds()}getTime(){return this.timestamp.getTime()}setYear(e){this.set(e,this.month,this.day)}setMonth(e){this.set(this.year,e,this.day)}setDate(e){this.set(this.year,this.month,e)}set(e,t,i){let a=e+Math.floor(t/12)-B[0].year,n=B[a],r=n.daysTillNow-n.totalDays,l=t%12,h=l<0?12+l:l;for(let d=0;d<h;d+=1)r+=n.days[d];r+=i-1,this.setEnglishDate(new Date(O7+r*864e5))}format(e){return Iz(this,e)}toString(){return`${this.year}/${this.month+1}/${this.day}`}addDays(e){let t=new Date(this.timestamp.getTime()+e*864e5);return new F(t)}addMonths(e){let t=this.year,i=this.month+e;t+=Math.floor(i/12),i=i%12,i<0&&(i+=12,t-=1);let a=t-B[0].year;if(a<0||a>=B.length)throw new Error("Resulting date is out of supported range");let n=B[a].days[i],r=Math.min(this.day,n);return new F(t,i,r)}addYears(e){let t=this.year+e;if(t<B[0].year||t>=B[0].year+B.length)throw new Error("Resulting date is out of supported range");let i=t-B[0].year;if(this.month===11&&this.day===29){let a=B[i].days[11];if(a<29)return new F(t,11,a)}return new F(t,this.month,this.day)}static minimum(){return new Date(O7)}static maximum(){return new Date(O7+B[B.length-1].daysTillNow*864e5)}daysInMonth(){let e=this.year-B[0].year;return B[e].days[this.month]}isLeapYear(){let e=this.year-B[0].year;return B[e].totalDays===366}getWeeksInMonth(){let e=new F(this.year,this.month,1).getDay(),t=this.daysInMonth();return Math.ceil((e+t)/7)}diff(e,t){switch(t){case"day":return Math.floor((this.timestamp.getTime()-e.timestamp.getTime())/864e5);case"month":let i=this.year-e.year,a=this.month-e.month;return i*12+a;case"year":return this.year-e.year;default:throw new Error("Invalid unit for diff calculation")}}startOfDay(){let e=new Date(this.timestamp);return e.setHours(0,0,0,0),new F(e)}endOfDay(){let e=new Date(this.timestamp);return e.setHours(23,59,59,999),new F(e)}startOfWeek(e=0){if(e<0||e>6||!Number.isInteger(e))throw new Error("startOfWeek must be an integer between 0 and 6");let t=(this.getDay()-e+7)%7;return this.clone().startOfDay().addDays(-t)}endOfWeek(e=0){return this.startOfWeek(e).addDays(6).endOfDay()}startOfMonth(){return new F(this.year,this.month,1)}endOfMonth(){let e=this.daysInMonth();return new F(this.year,this.month,e).endOfDay()}startOfYear(){return new F(this.year,0,1)}endOfYear(){let e=this.year-B[0].year,t=B[e].days[11];return new F(this.year,11,t).endOfDay()}static getMonthName(e,t=!1,i=!1){if(e<0||e>11)throw new Error("Invalid month index, must be between 0-11");let a="";return i?a=t?aL[e]:iL[e]:a=t?tL[e]:eL[e],a}static getDayName(e,t=!1,i=!1){if(e<0||e>6)throw new Error("Invalid day index, must be between 0-6");let a="";return i?a=t?Qx[e]:Jx[e]:a=t?Kx[e]:Xx[e],a}static isValid(e,t,i){try{if(e<B[0].year||e>=B[0].year+B.length||t<0||t>11)return!1;let a=e-B[0].year,n=B[a].days[t];return!(i<1||i>n)}catch{return!1}}isValid(){return F.isValid(this.year,this.month,this.day)}static getCalendarDays(e,t){if(!F.isValid(e,t,1))throw new Error("Invalid year or month");let i={year:0,month:0,days:[]},a={year:0,month:0,days:[]},n={year:0,month:0,days:[]},r=e-B[0].year,l=new F(e,t,1).getDay(),h=B[r].days[t];a.year=e,a.month=t;let d=t-1,u=e,p=t+1,y=e;if(d<0&&(d=11,u--),u>B[0].year&&(i.year=u,i.month=d),u>=B[0].year&&l>0){let g=u-B[0].year,b=B[g].days[d];for(let k=0;k<l;k++)i.days.push(b-l+k+1)}for(let g=1;g<=h;g++)a.days.push(g);p>11&&(p=0,y++),y<B[0].year+B.length&&(n.year=y,n.month=p);let f=42-l-a.days.length;if(y<B[0].year+B.length&&f>0)for(let g=1;g<=f;g++)n.days.push(g);return{prevRemainingDays:l,prevMonth:i,currentMonth:a,nextMonth:n,remainingDays:f}}clone(){return new F(this)}isAfter(e){return this.timestamp.getTime()>e.timestamp.getTime()}isBefore(e){return this.timestamp.getTime()<e.timestamp.getTime()}isEqual(e){return this.year===e.year&&this.month===e.month&&this.day===e.day}isSame(e,t){switch(t){case"year":return this.year===e.year;case"month":return this.year===e.year&&this.month===e.month;case"day":return this.isEqual(e);default:throw new Error("Invalid unit for comparison")}}static getQuarter(e,t){if(e<1||e>4||!Number.isInteger(e))throw new Error("Quarter must be an integer between 1 and 4");let i=t??new F().getYear(),a=(e-1)*3,n=new F(i,a,1),r=new F(i,a+2,1).endOfMonth();return{start:n,end:r}}getCurrentQuarter(){return Math.floor(this.month/3)+1}static getQuarters(e){let t=e??new F().getYear();return{Q1:F.getQuarter(1,t),Q2:F.getQuarter(2,t),Q3:F.getQuarter(3,t),Q4:F.getQuarter(4,t)}}static getCurrentFiscalYear(){let e=new F,t=e.getYear();return e.getMonth()<3?t-1:t}static getFiscalYearQuarter(e,t){if(e<1||e>4||!Number.isInteger(e))throw new Error("Quarter must be an integer between 1 and 4");let i=t??F.getCurrentFiscalYear(),a=i,n=(e-1)*3+3;e===4&&(a=i+1,n=0),n>11&&(a++,n-=12);let r=n+2,l=a;r>11&&(l++,r-=12);let h=new F(a,n,1),d=new F(l,r,1).endOfMonth();return{start:h,end:d}}getCurrentFiscalYearQuarter(){let e=this.getMonth();return e>=3&&e<=5?1:e>=6&&e<=8?2:e>=9&&e<=11?3:4}getCurrentFiscalYearQuarterDates(){let e=this.getCurrentFiscalYearQuarter(),t=F.getCurrentFiscalYear();return F.getFiscalYearQuarter(e,t)}static getFiscalYearQuarters(e){let t=e??F.getCurrentFiscalYear();return{Q1:F.getFiscalYearQuarter(1,t),Q2:F.getFiscalYearQuarter(2,t),Q3:F.getFiscalYearQuarter(3,t),Q4:F.getFiscalYearQuarter(4,t)}}},Ge=o=>{if(!/^\d{4}-\d{2}-\d{2}$/.test(o))throw new Error("Invalid date format. Expected format: YYYY-MM-DD");let e=new Date(o);if(Number.isNaN(e.getTime()))throw new Error(`Invalid date input '${o}'`);try{return new ye(e).format("YYYY-MM-DD")}catch(t){throw console.error("Error During Date Conversion : ",t),new Error("Failed to convert AD to BS")}};function he(o){try{if(!/^\d{4}-\d{2}-\d{2}$/.test(o))throw new Error("Invalid date format. Expected format: YYYY-MM-DD");let e=o?new ye(o):new ye,t=a=>a<10?`0${a}`:`${a}`,i=e.getEnglishDate();return`${i.getFullYear()}-${t(i.getMonth()+1)}-${t(i.getDate())}`}catch(e){throw console.error("Error During Date Conversion : ",e),new Error("Failed to convert BS to AD")}}var Tz=Object.defineProperty,Dz=(o,e,t)=>e in o?Tz(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t,N7=(o,e,t)=>Dz(o,typeof e!="symbol"?e+"":e,t),A=[{year:2e3,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2001,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2002,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2003,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2004,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2005,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2006,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2007,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2008,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2009,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2010,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2011,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2012,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2013,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2014,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2015,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2016,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2017,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2018,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2019,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2020,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2021,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2022,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2023,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2024,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2025,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2026,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2027,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2028,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2029,days:[31,31,32,31,32,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2030,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2031,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2032,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2033,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2034,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2035,days:[30,32,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2036,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2037,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2038,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2039,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2040,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2041,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2042,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2043,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2044,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2045,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2046,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2047,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2048,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2049,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2050,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2051,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2052,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2053,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2054,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2055,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2056,days:[31,31,32,31,32,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2057,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2058,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2059,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2060,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2061,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2062,days:[30,32,31,32,31,31,29,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2063,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2064,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2065,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2066,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2067,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2068,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2069,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2070,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2071,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2072,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2073,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2074,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2075,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2076,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2077,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2078,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2079,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2080,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2081,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2082,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2083,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2084,days:[31,31,32,31,31,30,30,30,29,30,30,30],totalDays:0,daysTillNow:0},{year:2085,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2086,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2087,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2088,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2089,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2090,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2091,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2092,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2093,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2094,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2095,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2096,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2097,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2098,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2099,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2100,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0}],sL=0;A.forEach(o=>{o.totalDays=o.days.reduce((e,t)=>e+t,0),sL+=o.totalDays,o.daysTillNow=sL});var _7=new Date(1943,3,14).getTime(),rL=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],W7=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],lL=["आइतबार","सोमबार","मंगलबार","बुधबार","बिहिबार","शुक्रबार","शनिबार"],hL=["आइत","सोम","मंगल","बुध","बिहि","शुक्र","शनि"],sC=["Baisakh","Jestha","Asar","Shrawan","Bhadra","Aswin","Kartik","Mangsir","Poush","Magh","Falgun","Chaitra"],cL=["Bai","Jes","Asa","Shr","Bhd","Asw","Kar","Man","Pou","Mag","Fal","Cha"],dL=["बैशाख","जेठ","असार","श्रावण","भाद्र","आश्विन","कार्तिक","मंसिर","पौष","माघ","फाल्गुण","चैत्र"],uL=["बै","जे","अ","श्रा","भा","आ","का","मं","पौ","मा","फा","चै"],zz=["०","१","२","३","४","५","६","७","८","९"];function U7(o){return o<10?`0${o}`:`${o}`}function Qo(o){let e="";for(let t=0;t<o.length;t+=1)e+=zz[o.charCodeAt(t)-48];return e}function Rz(o){return e=>o<=2?String(e.getYear()).substring(2):o===3?String(e.getYear()).substring(1):String(e.getYear())}function Hz(o){return e=>o<=2?Qo(String(e.getYear()).substring(2)):Qo(o===3?String(e.getYear()).substring(1):String(e.getYear()))}function Az(o){return e=>o===1?String(e.getMonth()+1):o===2?U7(e.getMonth()+1):o===3?cL[e.getMonth()]:sC[e.getMonth()]}function Vz(o){return e=>o===1?Qo(String(e.getMonth()+1)):o===2?Qo(U7(e.getMonth()+1)):o===3?uL[e.getMonth()]:dL[e.getMonth()]}function Pz(o){return e=>o===1?String(e.getDate()):o===2?U7(e.getDate()):o===3?W7[e.getDay()]:rL[e.getDay()]}function Bz(o){return e=>o===1?Qo(String(e.getDate())):o===2?Qo(U7(e.getDate())):o===3?hL[e.getDay()]:lL[e.getDay()]}function pL(o){return()=>o}var rC={Y:Rz,y:Hz,M:Az,m:Vz,D:Pz,d:Bz};function qz(o){return o in rC}function Fz(o){let e=!1,t="",i="",a=0,n=[];for(let r=0;r<o.length;r+=1){let l=o[r];if(l===i){a+=1;continue}if(i!==""&&(n.push(rC[i](a)),i="",a=0),l==='"'){e=!e;continue}!qz(l)||e?t+=l:(t&&(n.push(pL(t)),t=""),i=l,a=1)}return t?n.push(pL(t)):i&&n.push(rC[i](a)),n}function Oz(o,e){return Fz(e).map(t=>t(o)).join("")}function yL(o){let e=o.split(/[-./]/,3),[t,i=1,a=1]=e.map(r=>{let l=parseInt(r,10);if(Number.isNaN(l))throw new Error("Invalid date");return l});if(t<A[0].year||t>=A[0].year+A.length)throw new Error("Nepal year out of range");if(i<1||i>12)throw new Error("Invalid nepali month must be between 1 - 12");let n=A[t-A[0].year].days[i-1];if(a<1||a>n)throw new Error(`Invalid nepali date must be between 1 - ${n} in ${t} ${i}`);return[t,i-1,a]}var Z=class O{constructor(...e){if(N7(this,"timestamp"),N7(this,"year"),N7(this,"month"),N7(this,"day"),e.length===0)this.setEnglishDate(new Date);else if(e.length===1){let t=e[0];if(typeof t=="object")if(t instanceof Date)this.setEnglishDate(t);else if(t instanceof O)this.timestamp=t.timestamp,this.year=t.year,this.month=t.month,this.day=t.day;else throw new Error("Invalid date argument");else if(typeof t=="string")this.set(...yL(t));else if(typeof t=="number")this.setEnglishDate(new Date(t));else throw new Error("Invalid date argument")}else if(e.length===3)this.set(e[0],e[1],e[2]);else throw new Error("Invalid argument syntax")}setEnglishDate(e){this.timestamp=e;let t=Math.floor((this.timestamp.getTime()-_7)/864e5),i=Math.floor(t/366);for(;t>=A[i].daysTillNow;)i+=1;let a=A[i-1]?A[i-1].daysTillNow:0;t-=a;let n=A[i];for(this.year=n.year,this.month=0;t>=n.days[this.month];)this.month+=1,t-=n.days[this.month-1];this.day=t+1}getEnglishDate(){return this.timestamp}parse(e){this.set(...yL(e))}getYear(){return this.year}getMonth(){return this.month}getDate(){return this.day}getDay(){return this.timestamp.getDay()}getHours(){return this.timestamp.getHours()}getMinutes(){return this.timestamp.getMinutes()}getSeconds(){return this.timestamp.getSeconds()}getMilliseconds(){return this.timestamp.getMilliseconds()}getTime(){return this.timestamp.getTime()}setYear(e){this.set(e,this.month,this.day)}setMonth(e){this.set(this.year,e,this.day)}setDate(e){this.set(this.year,this.month,e)}set(e,t,i){let a=e+Math.floor(t/12)-A[0].year,n=A[a],r=n.daysTillNow-n.totalDays,l=t%12,h=l<0?12+l:l;for(let d=0;d<h;d+=1)r+=n.days[d];r+=i-1,this.setEnglishDate(new Date(_7+r*864e5))}format(e){return Oz(this,e)}toString(){return`${this.year}/${this.month+1}/${this.day}`}addDays(e){let t=new Date(this.timestamp.getTime()+e*864e5);return new O(t)}addMonths(e){let t=this.year,i=this.month+e;t+=Math.floor(i/12),i=i%12,i<0&&(i+=12,t-=1);let a=t-A[0].year;if(a<0||a>=A.length)throw new Error("Resulting date is out of supported range");let n=A[a].days[i],r=Math.min(this.day,n);return new O(t,i,r)}addYears(e){let t=this.year+e;if(t<A[0].year||t>=A[0].year+A.length)throw new Error("Resulting date is out of supported range");let i=t-A[0].year;if(this.month===11&&this.day===29){let a=A[i].days[11];if(a<29)return new O(t,11,a)}return new O(t,this.month,this.day)}static minimum(){return new Date(_7)}static maximum(){return new Date(_7+A[A.length-1].daysTillNow*864e5)}daysInMonth(){let e=this.year-A[0].year;return A[e].days[this.month]}isLeapYear(){let e=this.year-A[0].year;return A[e].totalDays===366}getWeeksInMonth(){let e=new O(this.year,this.month,1).getDay(),t=this.daysInMonth();return Math.ceil((e+t)/7)}diff(e,t){switch(t){case"day":return Math.floor((this.timestamp.getTime()-e.timestamp.getTime())/864e5);case"month":let i=this.year-e.year,a=this.month-e.month;return i*12+a;case"year":return this.year-e.year;default:throw new Error("Invalid unit for diff calculation")}}startOfDay(){let e=new Date(this.timestamp);return e.setHours(0,0,0,0),new O(e)}endOfDay(){let e=new Date(this.timestamp);return e.setHours(23,59,59,999),new O(e)}startOfWeek(e=0){if(e<0||e>6||!Number.isInteger(e))throw new Error("startOfWeek must be an integer between 0 and 6");let t=(this.getDay()-e+7)%7;return this.clone().startOfDay().addDays(-t)}endOfWeek(e=0){return this.startOfWeek(e).addDays(6).endOfDay()}startOfMonth(){return new O(this.year,this.month,1)}endOfMonth(){let e=this.daysInMonth();return new O(this.year,this.month,e).endOfDay()}startOfYear(){return new O(this.year,0,1)}endOfYear(){let e=this.year-A[0].year,t=A[e].days[11];return new O(this.year,11,t).endOfDay()}static getMonthName(e,t=!1,i=!1){if(e<0||e>11)throw new Error("Invalid month index, must be between 0-11");let a="";return i?a=t?uL[e]:dL[e]:a=t?cL[e]:sC[e],a}static getDayName(e,t=!1,i=!1){if(e<0||e>6)throw new Error("Invalid day index, must be between 0-6");let a="";return i?a=t?hL[e]:lL[e]:a=t?W7[e]:rL[e],a}static isValid(e,t,i){try{if(e<A[0].year||e>=A[0].year+A.length||t<0||t>11)return!1;let a=e-A[0].year,n=A[a].days[t];return!(i<1||i>n)}catch{return!1}}isValid(){return O.isValid(this.year,this.month,this.day)}static getCalendarDays(e,t){if(!O.isValid(e,t,1))throw new Error("Invalid year or month");let i={year:0,month:0,days:[]},a={year:0,month:0,days:[]},n={year:0,month:0,days:[]},r=e-A[0].year,l=new O(e,t,1).getDay(),h=A[r].days[t];a.year=e,a.month=t;let d=t-1,u=e,p=t+1,y=e;if(d<0&&(d=11,u--),u>A[0].year&&(i.year=u,i.month=d),u>=A[0].year&&l>0){let g=u-A[0].year,b=A[g].days[d];for(let k=0;k<l;k++)i.days.push(b-l+k+1)}for(let g=1;g<=h;g++)a.days.push(g);p>11&&(p=0,y++),y<A[0].year+A.length&&(n.year=y,n.month=p);let f=42-l-a.days.length;if(y<A[0].year+A.length&&f>0)for(let g=1;g<=f;g++)n.days.push(g);return{prevRemainingDays:l,prevMonth:i,currentMonth:a,nextMonth:n,remainingDays:f}}clone(){return new O(this)}isAfter(e){return this.timestamp.getTime()>e.timestamp.getTime()}isBefore(e){return this.timestamp.getTime()<e.timestamp.getTime()}isEqual(e){return this.year===e.year&&this.month===e.month&&this.day===e.day}isSame(e,t){switch(t){case"year":return this.year===e.year;case"month":return this.year===e.year&&this.month===e.month;case"day":return this.isEqual(e);default:throw new Error("Invalid unit for comparison")}}static getQuarter(e,t){if(e<1||e>4||!Number.isInteger(e))throw new Error("Quarter must be an integer between 1 and 4");let i=t??new O().getYear(),a=(e-1)*3,n=new O(i,a,1),r=new O(i,a+2,1).endOfMonth();return{start:n,end:r}}getCurrentQuarter(){return Math.floor(this.month/3)+1}static getQuarters(e){let t=e??new O().getYear();return{Q1:O.getQuarter(1,t),Q2:O.getQuarter(2,t),Q3:O.getQuarter(3,t),Q4:O.getQuarter(4,t)}}static getCurrentFiscalYear(){let e=new O,t=e.getYear();return e.getMonth()<3?t-1:t}static getFiscalYearQuarter(e,t){if(e<1||e>4||!Number.isInteger(e))throw new Error("Quarter must be an integer between 1 and 4");let i=t??O.getCurrentFiscalYear(),a=i,n=(e-1)*3+3;e===4&&(a=i+1,n=0),n>11&&(a++,n-=12);let r=n+2,l=a;r>11&&(l++,r-=12);let h=new O(a,n,1),d=new O(l,r,1).endOfMonth();return{start:h,end:d}}getCurrentFiscalYearQuarter(){let e=this.getMonth();return e>=3&&e<=5?1:e>=6&&e<=8?2:e>=9&&e<=11?3:4}getCurrentFiscalYearQuarterDates(){let e=this.getCurrentFiscalYearQuarter(),t=O.getCurrentFiscalYear();return O.getFiscalYearQuarter(e,t)}static getFiscalYearQuarters(e){let t=e??O.getCurrentFiscalYear();return{Q1:O.getFiscalYearQuarter(1,t),Q2:O.getFiscalYearQuarter(2,t),Q3:O.getFiscalYearQuarter(3,t),Q4:O.getFiscalYearQuarter(4,t)}}};const jz=["placeholder","id"],Nz={key:0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",width:"1em",height:"1em"},_z=["id"],Wz={class:"calendar__body"},Uz={class:"calendar__head"},$z={class:"calendar__header_label"},Gz={key:0},Yz={key:2},Zz={key:4},Xz={class:"calendar__container"},Kz={key:0},Jz={class:"calendar__weeks"},Qz={class:"calendar__days"},eR=["title","onClick"],tR=["title","onClick"],iR=["title","onClick"],aR=["onClick"],oR=["onClick"],$7=10,nR=c.defineComponent({__name:"NepaliDatePicker",props:{modelValue:{type:String,default:""},yearSelect:{type:Boolean,default:!0},monthSelect:{type:Boolean,default:!0},class:{type:String,default:""},placeholder:{type:String,default:""}},emits:["update:modelValue","onSelect"],setup(o,{emit:e}){const t=o,i=e,a=c.ref(t.modelValue?new Z(t.modelValue):new Z),n=c.ref(!1),r=c.ref(t.modelValue),l=c.ref(null),h=c.ref(null),d=c.ref(null),u=c.ref(null),p=c.ref(t.modelValue?new Z(t.modelValue).getYear():new Z().getYear()),y=c.ref(t.modelValue?new Z(t.modelValue).getMonth():new Z().getMonth()),f=c.ref(!1),g=c.ref(!1),b=c.ref(A[0].year),k=c.ref(A.length+A[0].year-1),m=c.ref(0);c.watch(()=>t.modelValue,()=>{r.value=t.modelValue,p.value=t.modelValue?new Z(t.modelValue).getYear():new Z().getYear(),y.value=t.modelValue?new Z(t.modelValue).getMonth():new Z().getMonth(),a.value=t.modelValue?new Z(t.modelValue):new Z});const v=c.computed(()=>a.value.year==b.value&&a.value.month==0?[]:(A.forEach(T=>{let x=a.value.year,D=a.value.month-1;M.value[0].month==0&&(x=x-1,D=11),T.year===x&&T.days.forEach((ae,He)=>{He===D&&(h.value=ae)})}),Array(h.value).fill(null).map((T,x)=>new Z(a.value.year,a.value.month-1,x+1)).slice(-(S.value?S.value:0)))),M=c.computed(()=>(A.forEach(T=>{T.year===a.value.year&&T.days.forEach((x,D)=>{D===a.value.month&&(l.value=x)})}),Array(l.value).fill(null).map((T,x)=>new Z(a.value.year,a.value.month,x+1)))),C=c.computed(()=>a.value.year==k.value&&a.value.month==11?[]:(A.forEach(T=>{let x=a.value.year,D=a.value.month+1;M.value[0].month==11&&(x=x+1,D=0),T.year===x&&T.days.forEach((ae,He)=>{He===D&&(d.value=ae)})}),Array(d.value).fill(null).map((T,x)=>new Z(a.value.year,a.value.month+1,x+1)).slice(0,L.value))),S=c.computed(()=>{const T=new Z(p.value,y.value,1);return W7.forEach((x,D)=>{T.format("DDD")==="Su"?u.value=7:T.format("DDD")===x&&(u.value=D)}),u.value}),L=c.computed(()=>42-M.value.length-(S.value?S.value:0)),H=()=>{if(g.value=!g.value,f.value=!1,g.value){const T=a.value.year,x=A.findIndex(D=>D.year===T);m.value=Math.floor(x/$7)}},I=(T,x)=>{T?n.value=!0:x?n.value=!1:n.value=!n.value,n.value?document.addEventListener("click",u9):(document.removeEventListener("click",u9),EE())},z=()=>{f.value=!f.value,g.value=!1},R=()=>{let T=a.value.month+1,x=a.value.year;T>11&&(x++,T=0),x+1<b.value||x>k.value||(c9(T,x),a.value=new Z(x,T,1))},N=()=>{if(g.value)m.value<Tn.value-1&&m.value++;else{let T=a.value.month,x=a.value.year+1;x<b.value||x>k.value||(c9(T,x),a.value=new Z(x,T,1))}},P=()=>{let T=a.value.month-1,x=a.value.year;T<0&&(x--,T=11),x<b.value||x>k.value||(c9(T,x),a.value=new Z(x,T,1))},Re=()=>{if(g.value)m.value>0&&m.value--;else{let T=a.value.month,x=a.value.year-1;x<b.value||x>k.value||(c9(T,x),a.value=new Z(x,T,1))}},ie=T=>t.modelValue?new Z(t.modelValue).getTime()===T.getTime():!1,U=T=>a.value.month==T,be=T=>a.value.year==T,Le=T=>{const x=new Z;return T.day===x.day&&T.year===x.year&&T.month===x.month},Ee=c.computed(()=>{const T=A.map(D=>D.year),x=m.value*$7;return T.slice(x,x+$7)}),Tn=c.computed(()=>Math.ceil(A.length/$7)),Dn=T=>{let x="";const D="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",ae=D.length;let He=0;for(;He<T;)x+=D.charAt(Math.floor(Math.random()*ae)),He+=1;return x},zn=Dn(3)+Dn(3)+Dn(3),c9=(T,x)=>{y.value=T,p.value=x},_V=T=>{y.value=T,a.value.setMonth(T),f.value=!1},WV=T=>{p.value=T,a.value.setYear(T),g.value=!1,t.monthSelect&&(f.value=!0)},d9=T=>{a.value=T,r.value=a.value.format("YYYY-MM-DD"),i("update:modelValue",r.value),i("onSelect",r.value),I()},UV=()=>{/^\d{4}-\d{2}-\d{2}$/.test(r.value)||(r.value=t.modelValue);try{const T=new Z(r.value);d9(T)}catch{r.value=t.modelValue}},u9=T=>{const x=document.getElementById("nepali-calendar-"+zn),D=document.getElementById("nepali-date-input-"+zn);x&&!x.contains(T.target)&&D&&!D.contains(T.target)&&(n.value=!1,EE(),document.removeEventListener("click",u9))},EE=()=>{f.value=!1,g.value=!1,a.value=t.modelValue?new Z(t.modelValue):new Z},$V=()=>{f.value=!1,g.value=!1,a.value=new Z,i("update:modelValue",""),i("onSelect",""),I(!1,!0)};return c.onUnmounted(()=>{document.removeEventListener("click",u9)}),(T,x)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["nepali-datepicker",t.class]),key:zn},[c.createElementVNode("div",{class:c.normalizeClass(["calendar-input-div",o.modelValue?"calendar-input-contain-value":""])},[c.withDirectives(c.createElementVNode("input",{type:"text",class:"calendar-input",onClick:x[0]||(x[0]=D=>I(!0)),"onUpdate:modelValue":x[1]||(x[1]=D=>r.value=D),placeholder:o.placeholder,"aria-haspopup":"true",id:"nepali-date-input-"+zn,onKeyup:x[2]||(x[2]=c.withKeys(D=>UV(),["enter"]))},null,40,jz),[[c.vModelText,r.value]]),c.createElementVNode("div",{class:"calendar-input-icon calender-icon",onClick:x[3]||(x[3]=c.withModifiers(D=>I(!0),["stop"]))},[n.value&&o.modelValue?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("svg",Nz,x[11]||(x[11]=[c.createElementVNode("path",{d:"M940.218 107.055H730.764v-60.51H665.6v60.51H363.055v-60.51H297.89v60.51H83.78c-18.617 0-32.581 13.963-32.581 32.581v805.237c0 18.618 13.964 32.582 32.582 32.582h861.09c18.619 0 32.583-13.964 32.583-32.582V139.636c-4.655-18.618-18.619-32.581-37.237-32.581zm-642.327 65.163v60.51h65.164v-60.51h307.2v60.51h65.163v-60.51h176.873v204.8H116.364v-204.8H297.89zM116.364 912.291V442.18H912.29v470.11H116.364z"},null,-1)])))]),o.modelValue?(c.openBlock(),c.createElementBlock("div",{key:0,class:c.normalizeClass(["calendar-input-icon",n.value?"":"calendar-clear-input"]),onClick:x[4]||(x[4]=c.withModifiers(D=>$V(),["stop"]))},x[12]||(x[12]=[c.createElementVNode("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c.createElementVNode("path",{id:"Vector",d:"M18 18L12 12M12 12L6 6M12 12L18 6M12 12L6 18","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"})],-1)]),2)):c.createCommentVNode("",!0)],2),c.createVNode(c.Transition,{name:"calendar-animation"},{default:c.withCtx(()=>[n.value?(c.openBlock(),c.createElementBlock("div",{key:0,class:c.normalizeClass(["calendar",{show:n.value}]),id:"nepali-calendar-"+zn,style:{"user-select":"none"}},[c.createElementVNode("div",Wz,[c.createElementVNode("div",Uz,[c.createElementVNode("div",null,[c.createElementVNode("button",{class:"calendar__toggle_button",onClick:x[5]||(x[5]=D=>Re())},x[13]||(x[13]=[c.createElementVNode("i",{class:"calendar-icon-double-left"},null,-1)])),!f.value&&!g.value?(c.openBlock(),c.createElementBlock("button",{key:0,class:"calendar__toggle_button",onClick:x[6]||(x[6]=D=>P())},x[14]||(x[14]=[c.createElementVNode("i",{class:"calendar-icon-left"},null,-1)]))):c.createCommentVNode("",!0)]),c.createElementVNode("div",$z,[o.monthSelect?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("a",Gz,c.toDisplayString(a.value.format("MMMM")),1)),!f.value&&!g.value&&o.monthSelect?(c.openBlock(),c.createElementBlock("a",{key:1,class:"calendar__header_selector",onClick:c.withModifiers(z,["stop"])},c.toDisplayString(a.value.format("MMMM")),1)):c.createCommentVNode("",!0),o.yearSelect?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("a",Yz,c.toDisplayString(a.value.format("YYYY")),1)),!g.value&&o.yearSelect?(c.openBlock(),c.createElementBlock("a",{key:3,class:"calendar__header_selector",onClick:c.withModifiers(H,["stop"])},c.toDisplayString(a.value.format("YYYY")),1)):c.createCommentVNode("",!0),g.value&&o.yearSelect?(c.openBlock(),c.createElementBlock("a",Zz,c.toDisplayString(Ee.value[0])+" ~ "+c.toDisplayString(Ee.value[Ee.value.length-1]),1)):c.createCommentVNode("",!0)]),c.createElementVNode("div",null,[!f.value&&!g.value?(c.openBlock(),c.createElementBlock("button",{key:0,class:"calendar__toggle_button",onClick:x[7]||(x[7]=D=>R())},x[15]||(x[15]=[c.createElementVNode("i",{class:"calendar-icon-right"},null,-1)]))):c.createCommentVNode("",!0),c.createElementVNode("button",{class:"calendar__toggle_button",onClick:x[8]||(x[8]=D=>N())},x[16]||(x[16]=[c.createElementVNode("i",{class:"calendar-icon-double-right"},null,-1)]))])]),c.createElementVNode("div",Xz,[!f.value&&!g.value?(c.openBlock(),c.createElementBlock("div",Kz,[c.createElementVNode("div",Jz,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(c.unref(W7),(D,ae)=>(c.openBlock(),c.createElementBlock("div",{key:ae,class:"calendar__weekday"},c.toDisplayString(D),1))),128))]),c.createElementVNode("div",Qz,[a.value.year==b.value&&a.value.month==0?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:0},c.renderList(S.value,D=>(c.openBlock(),c.createElementBlock("div",{class:"calendar__day_spacer",key:D}))),128)):c.createCommentVNode("",!0),S.value?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:1},c.renderList(v.value,(D,ae)=>(c.openBlock(),c.createElementBlock("div",{key:ae,class:"calendar__day not_current_month",title:`${D.year}-${D.month+1}-${D.day}`,onClick:He=>d9(D)},[c.createElementVNode("span",null,c.toDisplayString(D.day),1)],8,eR))),128)):c.createCommentVNode("",!0),(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(M.value,(D,ae)=>(c.openBlock(),c.createElementBlock("div",{key:ae,class:c.normalizeClass(["calendar__day",{selected:ie(D),today:Le(D)}]),title:`${D.year}-${D.month+1}-${D.day}`,onClick:He=>d9(D)},[c.createElementVNode("span",null,c.toDisplayString(D.day),1)],10,tR))),128)),S.value?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:2},c.renderList(C.value,(D,ae)=>(c.openBlock(),c.createElementBlock("div",{key:ae,class:"calendar__day not_current_month",title:`${D.year}-${D.month+1}-${D.day}`,onClick:He=>d9(D)},[c.createElementVNode("span",null,c.toDisplayString(D.day),1)],8,iR))),128)):c.createCommentVNode("",!0),a.value.year==k.value&&a.value.month==11?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:3},c.renderList(L.value,D=>(c.openBlock(),c.createElementBlock("div",{class:"calendar__day_spacer",key:D}))),128)):c.createCommentVNode("",!0)])])):c.createCommentVNode("",!0),f.value?(c.openBlock(),c.createElementBlock("div",{key:1,class:"calendar__months",onClick:x[9]||(x[9]=c.withModifiers(()=>{},["stop"]))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(c.unref(sC),(D,ae)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["calendar_month",{selected:U(ae)}]),onClick:He=>_V(ae)},c.toDisplayString(D),11,aR))),256))])):c.createCommentVNode("",!0),g.value?(c.openBlock(),c.createElementBlock("div",{key:2,class:"calendar__years",onClick:x[10]||(x[10]=c.withModifiers(()=>{},["stop"]))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(Ee.value,D=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["calendar__year",{selected:be(D)}]),onClick:ae=>WV(D)},c.toDisplayString(D),11,oR))),256))])):c.createCommentVNode("",!0)])])],10,_z)):c.createCommentVNode("",!0)]),_:1})],2))}}),sR=(o,e)=>{const t=o.__vccOpts||o;for(const[i,a]of e)t[i]=a;return t},lC=sR(nR,[["__scopeId","data-v-2be2f4ff"]]),rR={class:"flex gap-[5px]"},lR={key:2},hR=["value","disabled"],cR=c.defineComponent({__name:"DateSelector",props:{modelValue:{default:""},inputWidth:{default:120},isBS:{type:Boolean,default:!1},showToggle:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","update:isBS"],setup(o,{emit:e}){const t=o,i=e,a=c.ref(""),n=c.ref(t.isBS);c.watch(()=>t.modelValue,l=>{/^\d{4}-\d{2}-\d{2}$/.test(l)?l!==a.value&&(a.value=n.value?l?Ge(l):"":l):i("update:modelValue",n.value?a.value?he(a.value):"":a.value)},{immediate:!0}),c.watch(()=>a.value,l=>{i("update:modelValue",n.value?l?he(l):"":l)});const r=()=>{n.value?a.value=a.value?Ge(a.value):"":a.value=a.value?he(a.value):""};return c.watch(()=>t.isBS,l=>{l!==n.value&&(n.value=l)}),c.watch(()=>n.value,l=>{i("update:isBS",l),r()}),(l,h)=>(c.openBlock(),c.createElementBlock("div",rR,[!n.value&&!l.disabled?(c.openBlock(),c.createBlock(c.unref(oC),{key:0,value:a.value,"onUpdate:value":h[0]||(h[0]=d=>a.value=d),valueType:"YYYY-MM-DD",style:c.normalizeStyle(`width: ${l.inputWidth}px; min-width: ${l.inputWidth}px; max-width: ${l.inputWidth}px`)},null,8,["value","style"])):n.value&&!l.disabled?(c.openBlock(),c.createBlock(c.unref(lC),{key:1,modelValue:a.value,"onUpdate:modelValue":h[1]||(h[1]=d=>a.value=d),style:c.normalizeStyle(`width: ${l.inputWidth}px; min-width: ${l.inputWidth}px; max-width: ${l.inputWidth}px`)},null,8,["modelValue","style"])):l.disabled?(c.openBlock(),c.createElementBlock("div",lR,[c.createElementVNode("input",{type:"text",name:"",id:"",value:a.value,disabled:l.disabled,style:c.normalizeStyle(`width: ${l.inputWidth}px; min-width: ${l.inputWidth}px; max-width: ${l.inputWidth}px`)},null,12,hR)])):c.createCommentVNode("",!0),l.showToggle?(c.openBlock(),c.createBlock(F9,{key:3,modelValue:n.value,"onUpdate:modelValue":h[2]||(h[2]=d=>n.value=d),onText:"BS",offText:"AD"},null,8,["modelValue"])):c.createCommentVNode("",!0)]))}});function hC(o){return o===0?!1:Array.isArray(o)&&o.length===0?!0:!o}function dR(o){return(...e)=>!o(...e)}function uR(o,e){return o===void 0&&(o="undefined"),o===null&&(o="null"),o===!1&&(o="false"),o.toString().toLowerCase().indexOf(e.trim())!==-1}function pR(o){return o.filter(e=>!e.$isLabel)}function cC(o,e){return t=>t.reduce((i,a)=>a[o]&&a[o].length?(i.push({$groupLabel:a[e],$isLabel:!0}),i.concat(a[o])):i,[])}const fL=(...o)=>e=>o.reduce((t,i)=>i(t),e);var yR={data(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(o,e){return hC(o)?"":e?o[e]:o}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1},filteringSortFunc:{type:Function,default:null}},mounted(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){const o=this.search||"",e=o.toLowerCase().trim();let t=this.options.concat();return this.internalSearch?t=this.groupValues?this.filterAndFlat(t,e,this.label):this.filterOptions(t,e,this.label,this.customLabel):t=this.groupValues?cC(this.groupValues,this.groupLabel)(t):t,t=this.hideSelected?t.filter(dR(this.isSelected)):t,this.taggable&&e.length&&!this.isExistingOption(e)&&(this.tagPosition==="bottom"?t.push({isTag:!0,label:o}):t.unshift({isTag:!0,label:o})),t.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(o=>o[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(e=>this.customLabel(e,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("update:modelValue",this.multiple?[]:null))},deep:!0},search(){this.$emit("search-change",this.search)}},emits:["open","search-change","close","select","update:modelValue","remove","tag"],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(o,e,t){return fL(this.filterGroups(e,t,this.groupValues,this.groupLabel,this.customLabel),cC(this.groupValues,this.groupLabel))(o)},flatAndStrip(o){return fL(cC(this.groupValues,this.groupLabel),pR)(o)},updateSearch(o){this.search=o},isExistingOption(o){return this.options?this.optionKeys.indexOf(o)>-1:!1},isSelected(o){const e=this.trackBy?o[this.trackBy]:o;return this.valueKeys.indexOf(e)>-1},isOptionDisabled(o){return!!o.$isDisabled},getOptionLabel(o){if(hC(o))return"";if(o.isTag)return o.label;if(o.$isLabel)return o.$groupLabel;const e=this.customLabel(o,this.label);return hC(e)?"":e},select(o,e){if(o.$isLabel&&this.groupSelect){this.selectGroup(o);return}if(!(this.blockKeys.indexOf(e)!==-1||this.disabled||o.$isDisabled||o.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(e==="Tab"&&!this.pointerDirty)){if(o.isTag)this.$emit("tag",o.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(o)){e!=="Tab"&&this.removeElement(o);return}this.multiple?this.$emit("update:modelValue",this.internalValue.concat([o])):this.$emit("update:modelValue",o),this.$emit("select",o,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup(o){const e=this.options.find(t=>t[this.groupLabel]===o.$groupLabel);if(e){if(this.wholeGroupSelected(e)){this.$emit("remove",e[this.groupValues],this.id);const t=this.trackBy?e[this.groupValues].map(a=>a[this.trackBy]):e[this.groupValues],i=this.internalValue.filter(a=>t.indexOf(this.trackBy?a[this.trackBy]:a)===-1);this.$emit("update:modelValue",i)}else{const t=e[this.groupValues].filter(i=>!(this.isOptionDisabled(i)||this.isSelected(i)));this.max&&t.splice(this.max-this.internalValue.length),this.$emit("select",t,this.id),this.$emit("update:modelValue",this.internalValue.concat(t))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(o){return o[this.groupValues].every(e=>this.isSelected(e)||this.isOptionDisabled(e))},wholeGroupDisabled(o){return o[this.groupValues].every(this.isOptionDisabled)},removeElement(o,e=!0){if(this.disabled||o.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}const t=typeof o=="object"?this.valueKeys.indexOf(o[this.trackBy]):this.valueKeys.indexOf(o);if(this.multiple){const i=this.internalValue.slice(0,t).concat(this.internalValue.slice(t+1));this.$emit("update:modelValue",i)}else this.$emit("update:modelValue",null);this.$emit("remove",o,this.id),this.closeOnSelect&&e&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf("Delete")===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||typeof this.$el<"u"&&this.$el.focus(),this.$emit("open",this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search!==null&&typeof this.$refs.search<"u"&&this.$refs.search.blur():typeof this.$el<"u"&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>"u")return;const o=this.$el.getBoundingClientRect().top,e=window.innerHeight-this.$el.getBoundingClientRect().bottom;e>this.maxHeight||e>o||this.openDirection==="below"||this.openDirection==="bottom"?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(e-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(o-40,this.maxHeight))},filterOptions(o,e,t,i){return e?o.filter(a=>uR(i(a,t),e)).sort((a,n)=>typeof this.filteringSortFunc=="function"?this.filteringSortFunc(a,n):i(a,t).length-i(n,t).length):o},filterGroups(o,e,t,i,a){return n=>n.map(r=>{if(!r[t])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];const l=this.filterOptions(r[t],o,e,a);return l.length?{[i]:r[i],[t]:l}:[]})}}},fR={data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight(o,e){return{"multiselect__option--highlight":o===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(e)}},groupHighlight(o,e){if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":e.$isLabel}];const t=this.options.find(i=>i[this.groupLabel]===e.$groupLabel);return t&&!this.wholeGroupDisabled(t)?["multiselect__option--group",{"multiselect__option--highlight":o===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(t)}]:"multiselect__option--disabled"},addPointerElement({key:o}="Enter"){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],o),this.pointerReset()},pointerForward(){this.pointer<this.filteredOptions.length-1&&(this.pointer++,this.$refs.list.scrollTop<=this.pointerPosition-(this.visibleElements-1)*this.optionHeight&&(this.$refs.list.scrollTop=this.pointerPosition-(this.visibleElements-1)*this.optionHeight),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()),this.pointerDirty=!0},pointerBackward(){this.pointer>0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(o){this.pointer=o,this.pointerDirty=!0}}},mL={name:"vue-multiselect",mixins:[yR,fR],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:""},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:o=>`and ${o} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},spellcheck:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0},required:{type:Boolean,default:!1}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText(){return this.showLabels?this.selectLabel:""},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText(){return this.showLabels?this.selectedLabel:""},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove(){return this.openDirection==="above"||this.openDirection==="top"?!0:this.openDirection==="below"||this.openDirection==="bottom"?!1:this.preferredOpenDirection==="above"},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)},isRequired(){return this.required===!1?!1:this.internalValue.length<=0}}};const mR=["tabindex","aria-expanded","aria-owns","aria-activedescendant"],gR={ref:"tags",class:"multiselect__tags"},kR={class:"multiselect__tags-wrap"},bR=["textContent"],wR=["onKeypress","onMousedown"],vR=["textContent"],MR={class:"multiselect__spinner"},CR=["name","id","spellcheck","placeholder","required","value","disabled","tabindex","aria-label","aria-controls"],xR=["id","aria-multiselectable"],LR={key:0},ER={class:"multiselect__option"},SR=["aria-selected","id","role"],IR=["onClick","onMouseenter","data-select","data-selected","data-deselect"],TR=["data-select","data-deselect","onMouseenter","onMousedown"],DR={class:"multiselect__option"},zR={class:"multiselect__option"};function RR(o,e,t,i,a,n){return c.openBlock(),c.createElementBlock("div",{tabindex:o.searchable?-1:t.tabindex,class:c.normalizeClass([{"multiselect--active":o.isOpen,"multiselect--disabled":t.disabled,"multiselect--above":n.isAbove,"multiselect--has-options-group":n.hasOptionGroup},"multiselect"]),onFocus:e[14]||(e[14]=r=>o.activate()),onBlur:e[15]||(e[15]=r=>o.searchable?!1:o.deactivate()),onKeydown:[e[16]||(e[16]=c.withKeys(c.withModifiers(r=>o.pointerForward(),["self","prevent"]),["down"])),e[17]||(e[17]=c.withKeys(c.withModifiers(r=>o.pointerBackward(),["self","prevent"]),["up"]))],onKeypress:e[18]||(e[18]=c.withKeys(c.withModifiers(r=>o.addPointerElement(r),["stop","self"]),["enter","tab"])),onKeyup:e[19]||(e[19]=c.withKeys(r=>o.deactivate(),["esc"])),role:"combobox","aria-expanded":o.isOpen,"aria-owns":"listbox-"+o.id,"aria-activedescendant":o.isOpen&&o.pointer!==null?o.id+"-"+o.pointer:null},[c.renderSlot(o.$slots,"caret",{toggle:o.toggle},()=>[c.createElementVNode("div",{onMousedown:e[0]||(e[0]=c.withModifiers(r=>o.toggle(),["prevent","stop"])),class:"multiselect__select"},null,32)]),c.renderSlot(o.$slots,"clear",{search:o.search}),c.createElementVNode("div",gR,[c.renderSlot(o.$slots,"selection",{search:o.search,remove:o.removeElement,values:n.visibleValues,isOpen:o.isOpen},()=>[c.withDirectives(c.createElementVNode("div",kR,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(n.visibleValues,(r,l)=>c.renderSlot(o.$slots,"tag",{option:r,search:o.search,remove:o.removeElement},()=>[(c.openBlock(),c.createElementBlock("span",{class:"multiselect__tag",key:l,onMousedown:e[1]||(e[1]=c.withModifiers(()=>{},["prevent"]))},[c.createElementVNode("span",{textContent:c.toDisplayString(o.getOptionLabel(r))},null,8,bR),c.createElementVNode("i",{tabindex:"1",onKeypress:c.withKeys(c.withModifiers(h=>o.removeElement(r),["prevent"]),["enter"]),onMousedown:c.withModifiers(h=>o.removeElement(r),["prevent"]),class:"multiselect__tag-icon"},null,40,wR)],32))])),256))],512),[[c.vShow,n.visibleValues.length>0]]),o.internalValue&&o.internalValue.length>t.limit?c.renderSlot(o.$slots,"limit",{key:0},()=>[c.createElementVNode("strong",{class:"multiselect__strong",textContent:c.toDisplayString(t.limitText(o.internalValue.length-t.limit))},null,8,vR)]):c.createCommentVNode("v-if",!0)]),c.createVNode(c.Transition,{name:"multiselect__loading"},{default:c.withCtx(()=>[c.renderSlot(o.$slots,"loading",{},()=>[c.withDirectives(c.createElementVNode("div",MR,null,512),[[c.vShow,t.loading]])])]),_:3}),o.searchable?(c.openBlock(),c.createElementBlock("input",{key:0,ref:"search",name:t.name,id:o.id,type:"text",autocomplete:"off",spellcheck:t.spellcheck,placeholder:o.placeholder,required:n.isRequired,style:c.normalizeStyle(n.inputStyle),value:o.search,disabled:t.disabled,tabindex:t.tabindex,"aria-label":t.name+"-searchbox",onInput:e[2]||(e[2]=r=>o.updateSearch(r.target.value)),onFocus:e[3]||(e[3]=c.withModifiers(r=>o.activate(),["prevent"])),onBlur:e[4]||(e[4]=c.withModifiers(r=>o.deactivate(),["prevent"])),onKeyup:e[5]||(e[5]=c.withKeys(r=>o.deactivate(),["esc"])),onKeydown:[e[6]||(e[6]=c.withKeys(c.withModifiers(r=>o.pointerForward(),["prevent"]),["down"])),e[7]||(e[7]=c.withKeys(c.withModifiers(r=>o.pointerBackward(),["prevent"]),["up"])),e[9]||(e[9]=c.withKeys(c.withModifiers(r=>o.removeLastElement(),["stop"]),["delete"]))],onKeypress:e[8]||(e[8]=c.withKeys(c.withModifiers(r=>o.addPointerElement(r),["prevent","stop","self"]),["enter"])),class:"multiselect__input","aria-controls":"listbox-"+o.id},null,44,CR)):c.createCommentVNode("v-if",!0),n.isSingleLabelVisible?(c.openBlock(),c.createElementBlock("span",{key:1,class:"multiselect__single",onMousedown:e[10]||(e[10]=c.withModifiers((...r)=>o.toggle&&o.toggle(...r),["prevent"]))},[c.renderSlot(o.$slots,"singleLabel",{option:n.singleValue},()=>[c.createTextVNode(c.toDisplayString(o.currentOptionLabel),1)])],32)):c.createCommentVNode("v-if",!0),n.isPlaceholderVisible?(c.openBlock(),c.createElementBlock("span",{key:2,class:"multiselect__placeholder",onMousedown:e[11]||(e[11]=c.withModifiers((...r)=>o.toggle&&o.toggle(...r),["prevent"]))},[c.renderSlot(o.$slots,"placeholder",{},()=>[c.createTextVNode(c.toDisplayString(o.placeholder),1)])],32)):c.createCommentVNode("v-if",!0)],512),c.createVNode(c.Transition,{name:"multiselect",persisted:""},{default:c.withCtx(()=>[c.withDirectives(c.createElementVNode("div",{class:"multiselect__content-wrapper",onFocus:e[12]||(e[12]=(...r)=>o.activate&&o.activate(...r)),tabindex:"-1",onMousedown:e[13]||(e[13]=c.withModifiers(()=>{},["prevent"])),style:c.normalizeStyle({maxHeight:o.optimizedHeight+"px"}),ref:"list"},[c.createElementVNode("ul",{class:"multiselect__content",style:c.normalizeStyle(n.contentStyle),role:"listbox",id:"listbox-"+o.id,"aria-multiselectable":o.multiple},[c.renderSlot(o.$slots,"beforeList"),o.multiple&&o.max===o.internalValue.length?(c.openBlock(),c.createElementBlock("li",LR,[c.createElementVNode("span",ER,[c.renderSlot(o.$slots,"maxElements",{},()=>[c.createTextVNode("Maximum of "+c.toDisplayString(o.max)+" options selected. First remove a selected option to select another.",1)])])])):c.createCommentVNode("v-if",!0),!o.max||o.internalValue.length<o.max?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:1},c.renderList(o.filteredOptions,(r,l)=>(c.openBlock(),c.createElementBlock("li",{class:"multiselect__element",key:l,"aria-selected":o.isSelected(r),id:o.id+"-"+l,role:r&&(r.$isLabel||r.$isDisabled)?null:"option"},[r&&(r.$isLabel||r.$isDisabled)?c.createCommentVNode("v-if",!0):(c.openBlock(),c.createElementBlock("span",{key:0,class:c.normalizeClass([o.optionHighlight(l,r),"multiselect__option"]),onClick:c.withModifiers(h=>o.select(r),["stop"]),onMouseenter:c.withModifiers(h=>o.pointerSet(l),["self"]),"data-select":r&&r.isTag?o.tagPlaceholder:n.selectLabelText,"data-selected":n.selectedLabelText,"data-deselect":n.deselectLabelText},[c.renderSlot(o.$slots,"option",{option:r,search:o.search,index:l},()=>[c.createElementVNode("span",null,c.toDisplayString(o.getOptionLabel(r)),1)])],42,IR)),r&&(r.$isLabel||r.$isDisabled)?(c.openBlock(),c.createElementBlock("span",{key:1,"data-select":o.groupSelect&&n.selectGroupLabelText,"data-deselect":o.groupSelect&&n.deselectGroupLabelText,class:c.normalizeClass([o.groupHighlight(l,r),"multiselect__option"]),onMouseenter:c.withModifiers(h=>o.groupSelect&&o.pointerSet(l),["self"]),onMousedown:c.withModifiers(h=>o.selectGroup(r),["prevent"])},[c.renderSlot(o.$slots,"option",{option:r,search:o.search,index:l},()=>[c.createElementVNode("span",null,c.toDisplayString(o.getOptionLabel(r)),1)])],42,TR)):c.createCommentVNode("v-if",!0)],8,SR))),128)):c.createCommentVNode("v-if",!0),c.withDirectives(c.createElementVNode("li",null,[c.createElementVNode("span",DR,[c.renderSlot(o.$slots,"noResult",{search:o.search},()=>[e[20]||(e[20]=c.createTextVNode("No elements found. Consider changing the search query."))])])],512),[[c.vShow,t.showNoResults&&o.filteredOptions.length===0&&o.search&&!t.loading]]),c.withDirectives(c.createElementVNode("li",null,[c.createElementVNode("span",zR,[c.renderSlot(o.$slots,"noOptions",{},()=>[e[21]||(e[21]=c.createTextVNode("List is empty."))])])],512),[[c.vShow,t.showNoOptions&&(o.options.length===0||n.hasOptionGroup===!0&&o.filteredOptions.length===0)&&!o.search&&!t.loading]]),c.renderSlot(o.$slots,"afterList")],12,xR)],36),[[c.vShow,o.isOpen]])]),_:3})],42,mR)}mL.render=RR;const HR={class:"flex gap-[5px] w-[100%]"},AR=c.defineComponent({__name:"DateRange",props:{modelValue:{default:()=>({startDate:"",endDate:"",dateType:"today",isBS:!1})}},emits:["update:modelValue","search"],setup(o,{emit:e}){const t=e,i=o,a=new ye,n=a.format("YYYY-MM-DD"),r=n?he(n):"",l=c.ref(i.modelValue.isBS?i.modelValue.isBS:!1),h=c.ref(""),d=c.ref(""),u=M=>y.find(C=>C.id===M)||y[4],p=c.computed({get(){return u(i.modelValue.dateType||"today")},set(M){m({dateType:M.id})}}),y=[{name:"Year to date",id:"year_to_date"},{name:"Quarter to date",id:"quarter_to_date"},{name:"Month to date",id:"month_to_date"},{name:"Week to date",id:"week_to_date"},{name:"Today",id:"today"},{name:"Last 30 days",id:"last_30_days"},{name:"Last 90 days",id:"last_90_days"},{name:"First quarter (Q1)",id:"first_quarter"},{name:"Second quarter (Q2)",id:"second_quarter"},{name:"Third quarter (Q3)",id:"third_quarter"},{name:"Fourth quarter (Q4)",id:"fourth_quarter"},{name:"Custom",id:"custom"}];c.onMounted(()=>{f()});const f=()=>{if(i.modelValue.startDate&&i.modelValue.endDate)h.value=l.value?Ge(i.modelValue.startDate):i.modelValue.startDate,d.value=l.value?Ge(i.modelValue.endDate):i.modelValue.endDate;else{const M=l.value?n:r;h.value=M,d.value=M,m({startDate:r,endDate:r})}i.modelValue.dateType||(p.value=u("today"),m({dateType:"today"})),i.modelValue.isBS||m({isBS:!1})},g=()=>{h.value&&(h.value=h.value?l.value?Ge(h.value):he(h.value):""),d.value&&(d.value=d.value?l.value?Ge(d.value):he(d.value):"")},b=()=>{m({dateType:"custom"}),k()},k=()=>{let M=h.value,C=d.value;l.value&&(M=h.value?he(h.value):"",C=d.value?he(d.value):""),m({startDate:M,endDate:C})},m=M=>{t("update:modelValue",{...i.modelValue,...M})},v=()=>{k(),t("search",i.modelValue)};return c.watch(()=>l.value,()=>{g(),m({isBS:l.value})}),c.watch(()=>i.modelValue.startDate,M=>{M&&M!==(h.value?l.value?he(h.value):h.value:"")&&(h.value=l.value?Ge(M):M,m({dateType:"custom"}))}),c.watch(()=>i.modelValue.endDate,M=>{M&&M!==(d.value?l.value?he(d.value):d.value:"")&&(d.value=l.value?Ge(M):M,m({dateType:"custom"}))}),c.watch(()=>i.modelValue.isBS,M=>{M!==l.value&&(l.value=M)}),c.watch(()=>h.value,()=>{k()}),c.watch(()=>d.value,()=>{k()}),c.watch(()=>i.modelValue.dateType,M=>{if(M==="custom")return;let C,S;switch(M){case"year_to_date":C=ye.getFiscalYearQuarter(1).start,S=a;break;case"quarter_to_date":C=a.getCurrentFiscalYearQuarterDates().start,S=a;break;case"month_to_date":C=a.startOfMonth(),S=a;break;case"week_to_date":C=a.startOfWeek(),S=a;break;case"today":C=a,S=a;break;case"last_30_days":C=a.addDays(-30),S=a;break;case"last_90_days":C=a.addDays(-90),S=a;break;case"first_quarter":C=ye.getFiscalYearQuarter(1).start,S=ye.getFiscalYearQuarter(1).end;break;case"second_quarter":C=ye.getFiscalYearQuarter(2).start,S=ye.getFiscalYearQuarter(2).end;break;case"third_quarter":C=ye.getFiscalYearQuarter(3).start,S=ye.getFiscalYearQuarter(3).end;break;case"fourth_quarter":C=ye.getFiscalYearQuarter(4).start,S=ye.getFiscalYearQuarter(4).end;break;default:return}const L=C.format("YYYY-MM-DD"),H=S.format("YYYY-MM-DD");l.value?(h.value=L,d.value=H):(h.value=L?he(L):"",d.value=H?he(H):""),m({startDate:L?he(L):"",endDate:H?he(H):""})}),(M,C)=>(c.openBlock(),c.createElementBlock("div",HR,[c.createVNode(c.unref(mL),{modelValue:p.value,"onUpdate:modelValue":C[0]||(C[0]=S=>p.value=S),options:y,searchable:!1,"close-on-select":!0,"allow-empty":!1,"show-labels":!1,placeholder:"Select Date Type",class:"remove-height w-[160px] max-w-[160px]",label:"name","track-by":"id"},null,8,["modelValue"]),l.value?(c.openBlock(),c.createBlock(c.unref(lC),{key:1,modelValue:h.value,"onUpdate:modelValue":C[3]||(C[3]=S=>h.value=S),class:"w-[120px]! min-w-[120px]! max-w-[120px]!",onOnSelect:C[4]||(C[4]=S=>b())},null,8,["modelValue"])):(c.openBlock(),c.createBlock(c.unref(oC),{key:0,value:h.value,"onUpdate:value":C[1]||(C[1]=S=>h.value=S),valueType:"YYYY-MM-DD",class:"w-[120px]! min-w-[120px]! max-w-[120px]!",onChange:C[2]||(C[2]=S=>b())},null,8,["value"])),C[11]||(C[11]=c.createElementVNode("p",{class:"h-fit my-auto"},"-",-1)),l.value?(c.openBlock(),c.createBlock(c.unref(lC),{key:3,modelValue:d.value,"onUpdate:modelValue":C[7]||(C[7]=S=>d.value=S),class:"w-[120px]! min-w-[120px]! max-w-[120px]!",onOnSelect:C[8]||(C[8]=S=>b())},null,8,["modelValue"])):(c.openBlock(),c.createBlock(c.unref(oC),{key:2,value:d.value,"onUpdate:value":C[5]||(C[5]=S=>d.value=S),valueType:"YYYY-MM-DD",class:"w-[120px]! min-w-[120px]! max-w-[120px]!",onChange:C[6]||(C[6]=S=>b())},null,8,["value"])),c.createVNode(F9,{modelValue:l.value,"onUpdate:modelValue":C[9]||(C[9]=S=>l.value=S),onText:"BS",offText:"AD"},null,8,["modelValue"]),c.createElementVNode("button",{class:"btn-outline",onClick:C[10]||(C[10]=S=>v())},"Search")]))}}),VR={class:"flex items-center justify-between"},PR=["onClick"],BR={class:"text-sm font-semibold"},qR={key:0,class:"flex-1 h-1 mx-2 relative bg-gray-200 rounded"},FR={key:0,class:"flex items-center justify-between mt-3"},OR={class:"text-xs font-medium text-center flex-shrink-0",style:{width:"40px"}},jR={key:0,class:"flex-1 mx-2"},NR=c.defineComponent({__name:"Wizard",props:{totalSteps:{default:4},currentStep:{default:1},className:{default:""},stepLabels:{default:null},onStepChange:{type:[Function,null],default:null}},emits:["step-change"],setup(o,{emit:e}){const t=o,i=e,a=c.computed(()=>Array.from({length:t.totalSteps},(d,u)=>u+1)),n=d=>d<t.currentStep?"bg-primary border-primary text-white":d===t.currentStep?"bg-blue-500 border-blue-500 text-white ring-4 ring-blue-200":"bg-white border-gray-300 text-gray-500",r=d=>d===t.currentStep||d<t.currentStep?"bg-primary":"bg-gray-200",l=d=>d<t.currentStep?"100%":"0%",h=d=>{t.onStepChange&&t.onStepChange(d),i("step-change",d)};return(d,u)=>(c.openBlock(),c.createElementBlock("div",{ref:"containerRef",class:c.normalizeClass([d.className,"w-full py-4"])},[c.createElementVNode("div",VR,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(a.value,(p,y)=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:y},[c.createElementVNode("div",{class:c.normalizeClass(["w-10 h-10 rounded-full border-2 flex items-center justify-center flex-shrink-0","transition-all duration-500 ease-in-out cursor-pointer",n(y+1),d.onStepChange?"hover:scale-105":""]),onClick:f=>h(y+1)},[c.createElementVNode("span",BR,c.toDisplayString(y+1),1)],10,PR),y<a.value.length-1?(c.openBlock(),c.createElementBlock("div",qR,[c.createElementVNode("div",{class:c.normalizeClass(["h-full rounded transition-all duration-700 ease-in-out",y+2===d.currentStep?"animate-pulse":"",r(y+1)]),style:c.normalizeStyle({width:l(y+1)})},null,6)])):c.createCommentVNode("",!0)],64))),128))]),d.stepLabels?(c.openBlock(),c.createElementBlock("div",FR,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(a.value,(p,y)=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:`label-${y}`},[c.createElementVNode("div",OR,c.toDisplayString(d.stepLabels[y]||`Step ${y+1}`),1),y<a.value.length-1?(c.openBlock(),c.createElementBlock("div",jR)):c.createCommentVNode("",!0)],64))),128))])):c.createCommentVNode("",!0)],2))}}),_R={key:0,class:"absolute top-0 h-full w-full flex justify-center z-9999 left-0 bg-gray-900/10"},WR=c.defineComponent({__name:"Loader",props:{show:{type:Boolean,default:!1}},setup(o){return(e,t)=>e.show?(c.openBlock(),c.createElementBlock("div",_R,t[0]||(t[0]=[c.createElementVNode("svg",{class:"text-gray-300 animate-spin h-fit my-auto",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:"80",height:"80"},[c.createElementVNode("path",{d:"M32 3C35.8083 3 39.5794 3.75011 43.0978 5.20749C46.6163 6.66488 49.8132 8.80101 52.5061 11.4939C55.199 14.1868 57.3351 17.3837 58.7925 20.9022C60.2499 24.4206 61 28.1917 61 32C61 35.8083 60.2499 39.5794 58.7925 43.0978C57.3351 46.6163 55.199 49.8132 52.5061 52.5061C49.8132 55.199 46.6163 57.3351 43.0978 58.7925C39.5794 60.2499 35.8083 61 32 61C28.1917 61 24.4206 60.2499 20.9022 58.7925C17.3837 57.3351 14.1868 55.199 11.4939 52.5061C8.801 49.8132 6.66487 46.6163 5.20749 43.0978C3.7501 39.5794 3 35.8083 3 32C3 28.1917 3.75011 24.4206 5.2075 20.9022C6.66489 17.3837 8.80101 14.1868 11.4939 11.4939C14.1868 8.80099 17.3838 6.66487 20.9022 5.20749C24.4206 3.7501 28.1917 3 32 3L32 3Z",stroke:"currentColor","stroke-width":"5","stroke-linecap":"round","stroke-linejoin":"round"}),c.createElementVNode("path",{d:"M32 3C36.5778 3 41.0906 4.08374 45.1692 6.16256C49.2477 8.24138 52.7762 11.2562 55.466 14.9605C58.1558 18.6647 59.9304 22.9531 60.6448 27.4748C61.3591 31.9965 60.9928 36.6232 59.5759 40.9762",stroke:"currentColor","stroke-width":"5","stroke-linecap":"round","stroke-linejoin":"round",class:"text-primary"})],-1)]))):c.createCommentVNode("",!0)}}),UR={mounted:(o,e)=>{if(e.value){o.classList.add("flex"),o.classList.add("flex-col");const t=o.querySelector("input"),i=document.createElement("span");i.classList.add("text-red-500","text-[12px]","error-message"),t==null||t.classList.add("border-red-500"),o.classList.add("border-red-500"),i.textContent=e.value,o.appendChild(i)}},updated:(o,e)=>{const t=o.querySelector("input"),i=o.querySelector(".error-message");if(!i&&e.value){const a=document.createElement("span");a.classList.add("text-red-500","text-[12px]","error-message"),a.textContent=e.value,t==null||t.classList.add("border-red-500"),o.appendChild(a)}else e.value?(o.classList.add("input-error"),t==null||t.classList.add("border-red-500"),i&&(i.textContent=e.value)):(o.classList.remove("input-error"),o.classList.remove("border-red-500"),t==null||t.classList.remove("border-red-500"),i&&i.remove())}},dC=new WeakMap,$R={mounted(o,e){let t=null,i=0;o.classList.add("hide-scrollbar");const a=()=>{o.classList.remove("hide-scrollbar")},n=()=>{o.classList.add("hide-scrollbar"),i=Date.now()},r=()=>{Date.now()-i>=100&&a(),t&&clearTimeout(t),t=setTimeout(n,1e3)};o.addEventListener("scroll",r),dC.set(o,r)},unmounted(o){const e=dC.get(o);e&&(o.removeEventListener("scroll",e),dC.delete(o))}};var uC={exports:{}},gL;function GR(){if(gL)return uC.exports;gL=1;var o=uC.exports={},e,t;function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?e=setTimeout:e=i}catch{e=i}try{typeof clearTimeout=="function"?t=clearTimeout:t=a}catch{t=a}})();function n(b){if(e===setTimeout)return setTimeout(b,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(b,0);try{return e(b,0)}catch{try{return e.call(null,b,0)}catch{return e.call(this,b,0)}}}function r(b){if(t===clearTimeout)return clearTimeout(b);if((t===a||!t)&&clearTimeout)return t=clearTimeout,clearTimeout(b);try{return t(b)}catch{try{return t.call(null,b)}catch{return t.call(this,b)}}}var l=[],h=!1,d,u=-1;function p(){!h||!d||(h=!1,d.length?l=d.concat(l):u=-1,l.length&&y())}function y(){if(!h){var b=n(p);h=!0;for(var k=l.length;k;){for(d=l,l=[];++u<k;)d&&d[u].run();u=-1,k=l.length}d=null,h=!1,r(b)}}o.nextTick=function(b){var k=new Array(arguments.length-1);if(arguments.length>1)for(var m=1;m<arguments.length;m++)k[m-1]=arguments[m];l.push(new f(b,k)),l.length===1&&!h&&n(y)};function f(b,k){this.fun=b,this.array=k}f.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={};function g(){}return o.on=g,o.addListener=g,o.once=g,o.off=g,o.removeListener=g,o.removeAllListeners=g,o.emit=g,o.prependListener=g,o.prependOnceListener=g,o.listeners=function(b){return[]},o.binding=function(b){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(b){throw new Error("process.chdir is not supported")},o.umask=function(){return 0},uC.exports}var kL=GR();const pC=new WeakMap,YR={mounted(o){kL.nextTick(()=>{const e=()=>{typeof o.select=="function"&&o.select()};o.addEventListener("focus",e),pC.set(o,e)})},unmounted(o){const e=pC.get(o);e&&(o.removeEventListener("focus",e),pC.delete(o))}},bL=(o,e,t="RS.",i="usa",a="nepali")=>{const n=parseFloat(o);if(isNaN(n))return"";const r=i==="euro",l=r?",":".",h=r?".":",",d=n.toFixed(2).split(".");let u=d[0];const p=d[1];if(a==="nepali"){const y=u.slice(-3),f=u.slice(0,-3),g=f.replace(/\B(?=(\d{2})+(?!\d))/g,h);u=f?g+h+y:y}else u=u.replace(/\B(?=(\d{3})+(?!\d))/g,h);return e&&t?`${t}${u}${l}${p}`:`${u}${l}${p}`},wL=(o,e,t="RS.",i="usa",a="nepali")=>{if(!o)return 0;const n=i==="euro",r=n?",":".",l=n?".":",";let h=o.trim();e&&t&&h.startsWith(t)&&(h=h.slice(t.length).trim());const d=new RegExp(`\\${l}(?=\\d{2,3})`,"g");h=h.replace(d,"");const u=h.lastIndexOf(r);u!==-1&&r!=="."&&(h=h.slice(0,u)+"."+h.slice(u+1));const p=parseFloat(h);return isNaN(p)?0:p},G7=(o,e,t=!0)=>{t?o.value=bL(o.value,!1,"",e.format,e.structure):o.value=wL(o.value,!1,"",e.format,e.structure).toString()},ZR={mounted(o,e){const t={format:e.modifiers.euro?"euro":"usa",structure:e.arg==="foreign"?"foreign":"nepali"};kL.nextTick(()=>{o.value&&G7(o,t)});const i=()=>{G7(o,t),o.removeEventListener("blur",i),o.removeEventListener("keydown",n)},a=()=>{G7(o,t,!1),o.addEventListener("blur",i),o.addEventListener("keydown",n)},n=r=>{const l=/^\d$/.test(r.key),h=r.key===".",d=r.ctrlKey||r.metaKey,u=r.key==="Enter"||r.key==="Tab"||r.key==="Backspace",p=o.value.includes(".");if(h&&p){r.preventDefault();return}l||h&&!p||d||u||r.preventDefault()};o.addEventListener("focus",a),o.eventCleanUp=()=>{o.removeEventListener("focus",a),o.removeEventListener("blur",i),o.removeEventListener("keydown",n)}},updated(o,e){const t={format:e.modifiers.euro?"euro":"usa",structure:e.arg==="foreign"?"foreign":"nepali"};document.activeElement!=o&&G7(o,t)},unmounted(o){}},XR={mounted(o){const e=o.closest(".sidebar-dropdown");if(!e)return;const t=700,i=()=>{const r=o.scrollHeight,l=r*1e3/t;o.style.overflow="hidden",o.style.transition=`height ${l}ms linear`,o.style.height=`${r}px`,clearTimeout(o._timeout),o._timeout=window.setTimeout(()=>{o.style.height="",o.style.transition="",o.style.overflow=""},l)},a=()=>{const r=o.scrollHeight,l=r*1e3/t;o.style.transition=`height ${l}ms linear`,o.style.overflow="hidden",o.style.height=`${r}px`,o.offsetHeight,o.style.height="0px",clearTimeout(o._timeout),o._timeout=window.setTimeout(()=>{o.style.transition="",o.style.overflow=""},l)},n=new MutationObserver(()=>{e.classList.contains("sidebar-item-open")?i():a()});n.observe(e,{attributes:!0,attributeFilter:["class"]}),o._observer=n,e.classList.contains("sidebar-item-open")?o.style.height="auto":(o.style.height="0px",o.style.overflow="hidden")},unmounted(o){o._observer&&o._observer.disconnect(),clearTimeout(o._timeout)}},KR=["innerHTML"],JR={key:1},QR=dx(c.defineComponent({__name:"Tooltip",props:{content:{},raw:{type:Boolean}},setup(o,{expose:e}){const t=c.ref(!1);c.onMounted(()=>{requestAnimationFrame(()=>{t.value=!0})});function i(){t.value=!1}return e({hide:i}),(a,n)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["tooltip-content",{visible:t.value}])},[a.raw?(c.openBlock(),c.createElementBlock("div",{key:0,innerHTML:a.content},null,8,KR)):(c.openBlock(),c.createElementBlock("span",JR,c.toDisplayString(a.content),1))],2))}}),[["__scopeId","data-v-8d3ecfdd"]]),eH={mounted(o,e){let t=null,i=null,a=null;function n(d,u,p){const y=window.innerWidth,f=window.innerHeight;switch(d){case"top":return u.top>=p.height;case"bottom":return f-u.bottom>=p.height;case"left":return u.left>=p.width;case"right":return y-u.right>=p.width;default:return!1}}const r=async()=>{if(a&&(clearTimeout(a),a=null),!e.value||!e.value.content)return;const{content:d,raw:u=!1,preferredPosition:p="top"}=e.value;if(i=document.createElement("div"),i.style.position="absolute",i.style.zIndex="9999",document.body.appendChild(i),t=c.createApp(QR,{content:d,raw:u}),t.mount(i),await c.nextTick(),!i)return;const y=o.getBoundingClientRect(),f=i.getBoundingClientRect(),k=[p,...["top","bottom","left","right"].filter(M=>M!==p)].find(M=>n(M,y,f))||"bottom";let m=0,v=0;switch(k){case"top":m=y.top-f.height+window.scrollY,v=y.left+(y.width-f.width)/2+window.scrollX;break;case"bottom":m=y.bottom+window.scrollY,v=y.left+(y.width-f.width)/2+window.scrollX;break;case"left":m=y.top+(y.height-f.height)/2+window.scrollY,v=y.left-f.width+window.scrollX;break;case"right":m=y.top+(y.height-f.height)/2+window.scrollY,v=y.right+window.scrollX;break}v=Math.max(0,Math.min(v,window.innerWidth-f.width)),m=Math.max(0,Math.min(m,window.innerHeight-f.height)),i.style.top=`${m}px`,i.style.left=`${v}px`},l=()=>{a&&(clearTimeout(a),a=null),t&&i&&(t.unmount(),i.remove(),t=null,i=null)},h=()=>{a||(a=window.setTimeout(()=>{r(),a=null},200))};o.__tooltipHandlers={showTooltip:h,hideTooltip:l,clearShowTimeout:()=>{a&&(clearTimeout(a),a=null)}},o.addEventListener("mouseenter",h),o.addEventListener("mouseleave",l)},unmounted(o){o.__tooltipHandlers&&(o.removeEventListener("mouseenter",o.__tooltipHandlers.showTooltip),o.removeEventListener("mouseleave",o.__tooltipHandlers.hideTooltip),o.__tooltipHandlers.clearShowTimeout(),delete o.__tooltipHandlers)}};class tH{constructor(){this.socket=null,this.url="",this.isConnected=!1}setURL(e){this.url=e}init(){var e,t;return this.url==""?(console.log("❗WebSocket url not set!"),Promise.resolve(this)):(((e=this.socket)==null?void 0:e.readyState)==WebSocket.OPEN&&((t=this.socket)==null||t.close()),this.socket?(console.log("❗WebSocket is already initialized"),Promise.resolve(this)):(this.socket=new WebSocket(this.url),new Promise((i,a)=>{this.socket.onopen=()=>{this.isConnected=!0,console.log("✅ WebSocket connected"),i(this)},this.socket.onclose=()=>{this.isConnected=!1},this.socket.onerror=n=>{this.close(),console.error("⛔ WebSocket error occurred:",n),a(n)}})))}onMessage(e){return this.socket?(this.socket.onmessage=t=>{e&&t.data&&e(t.data)},Promise.resolve(this)):(console.error("❗WebSocket is not initialized"),Promise.resolve(this))}sendMessage(e){return new Promise((t,i)=>{if(this.socket&&this.isConnected)try{this.socket.send(e),t()}catch(a){console.error("❗Error sending message:",a),i(a)}else{const a="❗WebSocket is not connected";console.error(a),i(new Error(a))}})}close(){this.socket&&(this.socket.close(),this.isConnected=!1,console.log("❌ WebSocket connection closed"))}getConnectionStatus(){return this.isConnected}}/*!
8045
+ `);return(h,d)=>{const u=c.resolveComponent("RouterLink");return c.openBlock(),c.createBlock(c.Teleport,{to:"body"},[c.createVNode(c.Transition,{name:"towser"},{default:c.withCtx(()=>[h.show?(c.openBlock(),c.createElementBlock("div",FT,[c.createElementVNode("div",OT,[c.createElementVNode("div",jT,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(h.title,(p,y)=>(c.openBlock(),c.createElementBlock("span",{key:y,class:"flex"},[p.link?p.link!=="#"?(c.openBlock(),c.createBlock(u,{key:1,to:p.link,class:"hover:underline"},{default:c.withCtx(()=>[c.createTextVNode(c.toDisplayString(p.name),1)]),_:2},1032,["to"])):(c.openBlock(),c.createElementBlock("a",{key:2,onClick:d[0]||(d[0]=f=>i("onClose")),class:"hover:underline cursor-pointer"},c.toDisplayString(p.name),1)):(c.openBlock(),c.createElementBlock("span",NT,c.toDisplayString(p.name),1)),h.title.length!==0&&y+1!==h.title.length?(c.openBlock(),c.createElementBlock("svg",_T,d[2]||(d[2]=[c.createElementVNode("path",{d:"M9 6L15 12L9 18",stroke:"gray",style:{"stroke-width":"2.5px"},"stroke-linecap":"round","stroke-linejoin":"round"},null,-1)]))):c.createCommentVNode("",!0)]))),128))]),c.createElementVNode("button",{class:"absolute cursor-pointer text-[20px] right-4 top-[15px]",onClick:d[1]||(d[1]=p=>i("onClose"))},d[3]||(d[3]=[c.createElementVNode("svg",{width:"16px",height:"16px",viewBox:"0 0 16.00 16.00",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor",class:"duration-200","stroke-width":"0.592"},[c.createElementVNode("g",{id:"SVGRepo_iconCarrier"},[c.createElementVNode("path",{d:"M0 14.545L1.455 16 8 9.455 14.545 16 16 14.545 9.455 8 16 1.455 14.545 0 8 6.545 1.455 0 0 1.455 6.545 8z","fill-rule":"evenodd"})])],-1)]))]),c.createElementVNode("div",null,[c.createElementVNode("div",{class:c.normalizeClass([h.double?"flex gap-[15px]":"","px-[15px]"])},[c.createElementVNode("div",{class:"my-[75px] bg-white p-4 overflow-y-auto overflow-x-hidden",style:c.normalizeStyle(r.value)},[c.renderSlot(h.$slots,"default",{},void 0,!0)],4),h.double?(c.openBlock(),c.createElementBlock("div",{key:0,class:"my-[75px] bg-white p-4 overflow-y-auto overflow-x-hidden",style:c.normalizeStyle(l.value)},[c.renderSlot(h.$slots,"body2",{},void 0,!0)],4)):c.createCommentVNode("",!0)],2)]),h.actions?(c.openBlock(),c.createElementBlock("div",WT,[c.createElementVNode("div",UT,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(h.actions,p=>(c.openBlock(),c.createElementBlock("button",{key:p.emit,class:c.normalizeClass(p.class||"btn"),onClick:y=>i(p.emit)},c.toDisplayString(p.title),11,$T))),128))])])):c.createCommentVNode("",!0)])):c.createCommentVNode("",!0)]),_:3})])}}}),dx=(o,e)=>{const t=o.__vccOpts||o;for(const[i,a]of e)t[i]=a;return t},YT=dx(GT,[["__scopeId","data-v-93cc0e1e"]]);function ux(o){return o instanceof Date||Object.prototype.toString.call(o)==="[object Date]"}function T7(o){return ux(o)?new Date(o.getTime()):o==null?new Date(NaN):new Date(o)}function ZT(o){return ux(o)&&!isNaN(o.getTime())}function px(o){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;if(!(e>=0&&e<=6))throw new RangeError("weekStartsOn must be between 0 and 6");var t=T7(o),i=t.getDay(),a=(i+7-e)%7;return t.setDate(t.getDate()-a),t.setHours(0,0,0,0),t}function yx(o){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=e.firstDayOfWeek,i=t===void 0?0:t,a=e.firstWeekContainsDate,n=a===void 0?1:a;if(!(n>=1&&n<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7");for(var r=T7(o),l=r.getFullYear(),h=new Date(0),d=l+1;d>=l-1&&(h.setFullYear(d,0,n),h.setHours(0,0,0,0),h=px(h,i),!(r.getTime()>=h.getTime()));d--);return h}function O9(o){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=e.firstDayOfWeek,i=t===void 0?0:t,a=e.firstWeekContainsDate,n=a===void 0?1:a,r=T7(o),l=px(r,i),h=yx(r,{firstDayOfWeek:i,firstWeekContainsDate:n}),d=l.getTime()-h.getTime();return Math.round(d/(7*24*3600*1e3))+1}var j9={months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],weekdaysMin:["Su","Mo","Tu","We","Th","Fr","Sa"],firstDayOfWeek:0,firstWeekContainsDate:1},XT=/\[([^\]]+)]|YYYY|YY?|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|m{1,2}|s{1,2}|Z{1,2}|S{1,3}|w{1,2}|x|X|a|A/g;function pe(o){for(var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2,t="".concat(Math.abs(o)),i=o<0?"-":"";t.length<e;)t="0".concat(t);return i+t}function fx(o){return Math.round(o.getTimezoneOffset()/15)*15}function mx(o){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",t=o>0?"-":"+",i=Math.abs(o),a=Math.floor(i/60),n=i%60;return t+pe(a,2)+e+pe(n,2)}var gx=function(e,t,i){var a=e<12?"AM":"PM";return i?a.toLocaleLowerCase():a},yn={Y:function(e){var t=e.getFullYear();return t<=9999?"".concat(t):"+".concat(t)},YY:function(e){return pe(e.getFullYear(),4).substr(2)},YYYY:function(e){return pe(e.getFullYear(),4)},M:function(e){return e.getMonth()+1},MM:function(e){return pe(e.getMonth()+1,2)},MMM:function(e,t){return t.monthsShort[e.getMonth()]},MMMM:function(e,t){return t.months[e.getMonth()]},D:function(e){return e.getDate()},DD:function(e){return pe(e.getDate(),2)},H:function(e){return e.getHours()},HH:function(e){return pe(e.getHours(),2)},h:function(e){var t=e.getHours();return t===0?12:t>12?t%12:t},hh:function(){var e=yn.h.apply(yn,arguments);return pe(e,2)},m:function(e){return e.getMinutes()},mm:function(e){return pe(e.getMinutes(),2)},s:function(e){return e.getSeconds()},ss:function(e){return pe(e.getSeconds(),2)},S:function(e){return Math.floor(e.getMilliseconds()/100)},SS:function(e){return pe(Math.floor(e.getMilliseconds()/10),2)},SSS:function(e){return pe(e.getMilliseconds(),3)},d:function(e){return e.getDay()},dd:function(e,t){return t.weekdaysMin[e.getDay()]},ddd:function(e,t){return t.weekdaysShort[e.getDay()]},dddd:function(e,t){return t.weekdays[e.getDay()]},A:function(e,t){var i=t.meridiem||gx;return i(e.getHours(),e.getMinutes(),!1)},a:function(e,t){var i=t.meridiem||gx;return i(e.getHours(),e.getMinutes(),!0)},Z:function(e){return mx(fx(e),":")},ZZ:function(e){return mx(fx(e))},X:function(e){return Math.floor(e.getTime()/1e3)},x:function(e){return e.getTime()},w:function(e,t){return O9(e,{firstDayOfWeek:t.firstDayOfWeek,firstWeekContainsDate:t.firstWeekContainsDate})},ww:function(e,t){return pe(yn.w(e,t),2)}};function N9(o,e){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=e?String(e):"YYYY-MM-DDTHH:mm:ss.SSSZ",a=T7(o);if(!ZT(a))return"Invalid Date";var n=t.locale||j9;return i.replace(XT,function(r,l){return l||(typeof yn[r]=="function"?"".concat(yn[r](a,n)):r)})}function kx(o){return QT(o)||JT(o)||KT()}function KT(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function JT(o){if(Symbol.iterator in Object(o)||Object.prototype.toString.call(o)==="[object Arguments]")return Array.from(o)}function QT(o){if(Array.isArray(o)){for(var e=0,t=new Array(o.length);e<o.length;e++)t[e]=o[e];return t}}function bx(o,e){var t=Object.keys(o);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(o);e&&(i=i.filter(function(a){return Object.getOwnPropertyDescriptor(o,a).enumerable})),t.push.apply(t,i)}return t}function eD(o){for(var e=1;e<arguments.length;e++){var t=arguments[e]!=null?arguments[e]:{};e%2?bx(t,!0).forEach(function(i){Ne(o,i,t[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(t)):bx(t).forEach(function(i){Object.defineProperty(o,i,Object.getOwnPropertyDescriptor(t,i))})}return o}function tD(o,e){return oD(o)||aD(o,e)||iD()}function iD(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function aD(o,e){if(Symbol.iterator in Object(o)||Object.prototype.toString.call(o)==="[object Arguments]"){var t=[],i=!0,a=!1,n=void 0;try{for(var r=o[Symbol.iterator](),l;!(i=(l=r.next()).done)&&(t.push(l.value),!(e&&t.length===e));i=!0);}catch(h){a=!0,n=h}finally{try{!i&&r.return!=null&&r.return()}finally{if(a)throw n}}return t}}function oD(o){if(Array.isArray(o))return o}function Ne(o,e,t){return e in o?Object.defineProperty(o,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):o[e]=t,o}var nD=/(\[[^\[]*\])|(MM?M?M?|Do|DD?|ddd?d?|w[o|w]?|YYYY|YY|a|A|hh?|HH?|mm?|ss?|S{1,3}|x|X|ZZ?|.)/g,wx=/\d/,_e=/\d\d/,sD=/\d{3}/,rD=/\d{4}/,Zo=/\d\d?/,lD=/[+-]\d\d:?\d\d/,vx=/[+-]?\d+/,hD=/[+-]?\d+(\.\d{1,3})?/,_9="year",D7="month",Mx="day",Cx="hour",xx="minute",Lx="second",W9="millisecond",Ex={},$=function(e,t,i){var a=Array.isArray(e)?e:[e],n;typeof i=="string"?n=function(l){var h=parseInt(l,10);return Ne({},i,h)}:n=i,a.forEach(function(r){Ex[r]=[t,n]})},cD=function(e){return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")},fn=function(e){return function(t){var i=t[e];if(!Array.isArray(i))throw new Error("Locale[".concat(e,"] need an array"));return new RegExp(i.map(cD).join("|"))}},mn=function(e,t){return function(i,a){var n=a[e];if(!Array.isArray(n))throw new Error("Locale[".concat(e,"] need an array"));var r=n.indexOf(i);if(r<0)throw new Error("Invalid Word");return Ne({},t,r)}};$("Y",vx,_9),$("YY",_e,function(o){var e=new Date().getFullYear(),t=Math.floor(e/100),i=parseInt(o,10);return i=(i>68?t-1:t)*100+i,Ne({},_9,i)}),$("YYYY",rD,_9),$("M",Zo,function(o){return Ne({},D7,parseInt(o,10)-1)}),$("MM",_e,function(o){return Ne({},D7,parseInt(o,10)-1)}),$("MMM",fn("monthsShort"),mn("monthsShort",D7)),$("MMMM",fn("months"),mn("months",D7)),$("D",Zo,Mx),$("DD",_e,Mx),$(["H","h"],Zo,Cx),$(["HH","hh"],_e,Cx),$("m",Zo,xx),$("mm",_e,xx),$("s",Zo,Lx),$("ss",_e,Lx),$("S",wx,function(o){return Ne({},W9,parseInt(o,10)*100)}),$("SS",_e,function(o){return Ne({},W9,parseInt(o,10)*10)}),$("SSS",sD,W9);function dD(o){return o.meridiemParse||/[ap]\.?m?\.?/i}function uD(o){return"".concat(o).toLowerCase().charAt(0)==="p"}$(["A","a"],dD,function(o,e){var t=typeof e.isPM=="function"?e.isPM(o):uD(o);return{isPM:t}});function pD(o){var e=o.match(/([+-]|\d\d)/g)||["-","0","0"],t=tD(e,3),i=t[0],a=t[1],n=t[2],r=parseInt(a,10)*60+parseInt(n,10);return r===0?0:i==="+"?-r:+r}$(["Z","ZZ"],lD,function(o){return{offset:pD(o)}}),$("x",vx,function(o){return{date:new Date(parseInt(o,10))}}),$("X",hD,function(o){return{date:new Date(parseFloat(o)*1e3)}}),$("d",wx,"weekday"),$("dd",fn("weekdaysMin"),mn("weekdaysMin","weekday")),$("ddd",fn("weekdaysShort"),mn("weekdaysShort","weekday")),$("dddd",fn("weekdays"),mn("weekdays","weekday")),$("w",Zo,"week"),$("ww",_e,"week");function yD(o,e){if(o!==void 0&&e!==void 0){if(e){if(o<12)return o+12}else if(o===12)return 0}return o}function fD(o){for(var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:new Date,t=[0,0,1,0,0,0,0],i=[e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()],a=!0,n=0;n<7;n++)o[n]===void 0?t[n]=a?i[n]:t[n]:(t[n]=o[n],a=!1);return t}function mD(o,e,t,i,a,n,r){var l;return o<100&&o>=0?(l=new Date(o+400,e,t,i,a,n,r),isFinite(l.getFullYear())&&l.setFullYear(o)):l=new Date(o,e,t,i,a,n,r),l}function gD(){for(var o,e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];var a=t[0];return a<100&&a>=0?(t[0]+=400,o=new Date(Date.UTC.apply(Date,t)),isFinite(o.getUTCFullYear())&&o.setUTCFullYear(a)):o=new Date(Date.UTC.apply(Date,t)),o}function kD(o,e,t){var i=e.match(nD);if(!i)throw new Error;for(var a=i.length,n={},r=0;r<a;r+=1){var l=i[r],h=Ex[l];if(h){var u=typeof h[0]=="function"?h[0](t):h[0],p=h[1],y=(u.exec(o)||[])[0],f=p(y,t);n=eD({},n,{},f),o=o.replace(y,"")}else{var d=l.replace(/^\[|\]$/g,"");if(o.indexOf(d)===0)o=o.substr(d.length);else throw new Error("not match")}}return n}function bD(o,e){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};try{var i=t.locale,a=i===void 0?j9:i,n=t.backupDate,r=n===void 0?new Date:n,l=kD(o,e,a),h=l.year,d=l.month,u=l.day,p=l.hour,y=l.minute,f=l.second,g=l.millisecond,b=l.isPM,k=l.date,m=l.offset,v=l.weekday,M=l.week;if(k)return k;var C=[h,d,u,p,y,f,g];if(C[3]=yD(C[3],b),M!==void 0&&d===void 0&&u===void 0){var S=yx(h===void 0?r:new Date(h,3),{firstDayOfWeek:a.firstDayOfWeek,firstWeekContainsDate:a.firstWeekContainsDate});return new Date(S.getTime()+(M-1)*7*24*3600*1e3)}var L,H=fD(C,r);return m!==void 0?(H[6]+=m*60*1e3,L=gD.apply(void 0,kx(H))):L=mD.apply(void 0,kx(H)),v!==void 0&&L.getDay()!==v?new Date(NaN):L}catch{return new Date(NaN)}}var wD=Object.defineProperty,vD=Object.defineProperties,MD=Object.getOwnPropertyDescriptors,z7=Object.getOwnPropertySymbols,Sx=Object.prototype.hasOwnProperty,Ix=Object.prototype.propertyIsEnumerable,Tx=(o,e,t)=>e in o?wD(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t,Q=(o,e)=>{for(var t in e||(e={}))Sx.call(e,t)&&Tx(o,t,e[t]);if(z7)for(var t of z7(e))Ix.call(e,t)&&Tx(o,t,e[t]);return o},we=(o,e)=>vD(o,MD(e)),CD=(o,e)=>{var t={};for(var i in o)Sx.call(o,i)&&e.indexOf(i)<0&&(t[i]=o[i]);if(o!=null&&z7)for(var i of z7(o))e.indexOf(i)<0&&Ix.call(o,i)&&(t[i]=o[i]);return t};const xD={formatLocale:j9,yearFormat:"YYYY",monthFormat:"MMM",monthBeforeYear:!0};let gn="en";const Xo={};Xo[gn]=xD;function Dx(o,e,t=!1){if(typeof o!="string")return Xo[gn];let i=gn;return Xo[o]&&(i=o),e&&(Xo[o]=e,i=o),t||(gn=i),Xo[o]||Xo[gn]}function U9(o){return Dx(o,void 0,!0)}function $9(o,e){if(!Array.isArray(o))return[];const t=[],i=o.length;let a=0;for(e=e||i;a<i;)t.push(o.slice(a,a+=e));return t}function zx(o){return Array.isArray(o)?o[o.length-1]:void 0}function We(o){return Object.prototype.toString.call(o)==="[object Object]"}function Ae(o,e){const t={};return We(o)&&(Array.isArray(e)||(e=[e]),e.forEach(i=>{Object.prototype.hasOwnProperty.call(o,i)&&(t[i]=o[i])})),t}function Rx(o,e){if(!We(o))return{};let t=o;return We(e)&&Object.keys(e).forEach(i=>{let a=e[i];const n=o[i];We(a)&&We(n)&&(a=Rx(n,a)),t=we(Q({},t),{[i]:a})}),t}function G9(o){const e=parseInt(String(o),10);return e<10?`0${e}`:`${e}`}function LD(o){const e=/-(\w)/g;return o.replace(e,(t,i)=>i?i.toUpperCase():"")}const Hx="datepicker_locale",Ax="datepicker_prefixClass",Vx="datepicker_getWeek";function Y9(){return c.inject(Hx,c.shallowRef(U9()))}function ED(o){const e=c.computed(()=>We(o.value)?Rx(U9(),o.value):U9(o.value));return c.provide(Hx,e),e}function SD(o){c.provide(Ax,o)}function se(){return c.inject(Ax,"mx")}function ID(o){c.provide(Vx,o)}function TD(){return c.inject(Vx,O9)}function DD(o){const e=o.style.display,t=o.style.visibility;o.style.display="block",o.style.visibility="hidden";const i=window.getComputedStyle(o),a=o.offsetWidth+parseInt(i.marginLeft,10)+parseInt(i.marginRight,10),n=o.offsetHeight+parseInt(i.marginTop,10)+parseInt(i.marginBottom,10);return o.style.display=e,o.style.visibility=t,{width:a,height:n}}function zD(o,e,t,i){let a=0,n=0,r=0,l=0;const h=o.getBoundingClientRect(),d=document.documentElement.clientWidth,u=document.documentElement.clientHeight;return i&&(r=window.pageXOffset+h.left,l=window.pageYOffset+h.top),d-h.left<e&&h.right<e?a=r-h.left+1:h.left+h.width/2<=d/2?a=r:a=r+h.width-e,h.top<=t&&u-h.bottom<=t?n=l+u-h.top-t:h.top+h.height/2<=u/2?n=l+h.height:n=l-t,{left:`${a}px`,top:`${n}px`}}function Z9(o,e=document.body){if(!o||o===e)return null;const t=(n,r)=>getComputedStyle(n,null).getPropertyValue(r);return/(auto|scroll)/.test(t(o,"overflow")+t(o,"overflow-y")+t(o,"overflow-x"))?o:Z9(o.parentElement,e)}let R7;function RD(){if(typeof window>"u")return 0;if(R7!==void 0)return R7;const o=document.createElement("div");o.style.visibility="hidden",o.style.overflow="scroll",o.style.width="100px",o.style.position="absolute",o.style.top="-9999px",document.body.appendChild(o);const e=document.createElement("div");return e.style.width="100%",o.appendChild(e),R7=o.offsetWidth-e.offsetWidth,o.parentNode.removeChild(o),R7}const Px="ontouchend"in document?"touchstart":"mousedown";function HD(o){let e=!1;return function(...i){e||(e=!0,requestAnimationFrame(()=>{e=!1,o.apply(this,i)}))}}function Ve(o,e){return{setup:o,name:o.name,props:e}}function Pe(o,e){return new Proxy(o,{get(i,a){const n=i[a];return n!==void 0?n:e[a]}})}const Ue=()=>o=>o,AD=(o,e)=>{const t={};for(const i in o)if(Object.prototype.hasOwnProperty.call(o,i)){const a=LD(i);let n=o[i];e.indexOf(a)!==-1&&n===""&&(n=!0),t[a]=n}return t};function VD(o,{slots:e}){const t=Pe(o,{appendToBody:!0}),i=se(),a=c.ref(null),n=c.ref({left:"",top:""}),r=()=>{if(!t.visible||!a.value)return;const h=t.getRelativeElement();if(!h)return;const{width:d,height:u}=DD(a.value);n.value=zD(h,d,u,t.appendToBody)};c.watchEffect(r,{flush:"post"}),c.watchEffect(h=>{const d=t.getRelativeElement();if(!d)return;const u=Z9(d)||window,p=HD(r);u.addEventListener("scroll",p),window.addEventListener("resize",p),h(()=>{u.removeEventListener("scroll",p),window.removeEventListener("resize",p)})},{flush:"post"});const l=h=>{if(!t.visible)return;const d=h.target,u=a.value,p=t.getRelativeElement();u&&!u.contains(d)&&p&&!p.contains(d)&&t.onClickOutside(h)};return c.watchEffect(h=>{document.addEventListener(Px,l),h(()=>{document.removeEventListener(Px,l)})}),()=>c.createVNode(c.Teleport,{to:"body",disabled:!t.appendToBody},{default:()=>[c.createVNode(c.Transition,{name:`${i}-zoom-in-down`},{default:()=>{var h;return[t.visible&&c.createVNode("div",{ref:a,class:`${i}-datepicker-main ${i}-datepicker-popup ${t.className}`,style:[Q({position:"absolute"},n.value),t.style||{}]},[(h=e.default)==null?void 0:h.call(e)])]}})]})}const PD=Ue()(["style","className","visible","appendToBody","onClickOutside","getRelativeElement"]);var BD=Ve(VD,PD);const qD={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",width:"1em",height:"1em"},FD=[c.createElementVNode("path",{d:"M940.218 107.055H730.764v-60.51H665.6v60.51H363.055v-60.51H297.89v60.51H83.78c-18.617 0-32.581 13.963-32.581 32.581v805.237c0 18.618 13.964 32.582 32.582 32.582h861.09c18.619 0 32.583-13.964 32.583-32.582V139.636c-4.655-18.618-18.619-32.581-37.237-32.581zm-642.327 65.163v60.51h65.164v-60.51h307.2v60.51h65.163v-60.51h176.873v204.8H116.364v-204.8H297.89zM116.364 912.291V442.18H912.29v470.11H116.364z"},null,-1)];function Bx(o,e){return c.openBlock(),c.createElementBlock("svg",qD,FD)}const OD={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",width:"1em",height:"1em"},jD=[c.createElementVNode("path",{d:"M810.005 274.005 572.011 512l237.994 237.995-60.01 60.01L512 572.011 274.005 810.005l-60.01-60.01L451.989 512 213.995 274.005l60.01-60.01L512 451.989l237.995-237.994z"},null,-1)];function ND(o,e){return c.openBlock(),c.createElementBlock("svg",OD,jD)}const _D={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",width:"1em",height:"1em"},WD=[c.createElementVNode("path",{d:"M0 0h24v24H0z",fill:"none"},null,-1),c.createElementVNode("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},null,-1),c.createElementVNode("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},null,-1)];function UD(o,e){return c.openBlock(),c.createElementBlock("svg",_D,WD)}function Bo(o,e=0,t=1,i=0,a=0,n=0,r=0){const l=new Date(o,e,t,i,a,n,r);return o<100&&o>=0&&l.setFullYear(o),l}function Be(o){return o instanceof Date&&!isNaN(o.getTime())}function qo(o){return Array.isArray(o)&&o.length===2&&o.every(Be)&&o[0]<=o[1]}function $D(o){return Array.isArray(o)&&o.every(Be)}function H7(...o){if(o[0]!==void 0&&o[0]!==null){const t=new Date(o[0]);if(Be(t))return t}const e=o.slice(1);return e.length?H7(...e):new Date}function GD(o){const e=new Date(o);return e.setMonth(0,1),e.setHours(0,0,0,0),e}function qx(o){const e=new Date(o);return e.setDate(1),e.setHours(0,0,0,0),e}function $e(o){const e=new Date(o);return e.setHours(0,0,0,0),e}function YD({firstDayOfWeek:o,year:e,month:t}){const i=[],a=Bo(e,t,0),n=a.getDate(),r=n-(a.getDay()+7-o)%7;for(let u=r;u<=n;u++)i.push(Bo(e,t,u-n));a.setMonth(t+1,0);const l=a.getDate();for(let u=1;u<=l;u++)i.push(Bo(e,t,u));const h=n-r+1,d=6*7-h-l;for(let u=1;u<=d;u++)i.push(Bo(e,t,l+u));return i}function A7(o,e){const t=new Date(o),i=typeof e=="function"?e(t.getMonth()):Number(e),a=t.getFullYear(),n=Bo(a,i+1,0).getDate(),r=t.getDate();return t.setMonth(i,Math.min(r,n)),t}function Ko(o,e){const t=new Date(o),i=typeof e=="function"?e(t.getFullYear()):e;return t.setFullYear(i),t}function ZD(o,e){const t=new Date(e),i=new Date(o),a=t.getFullYear()-i.getFullYear(),n=t.getMonth()-i.getMonth();return a*12+n}function V7(o,e){const t=new Date(o),i=new Date(e);return t.setHours(i.getHours(),i.getMinutes(),i.getSeconds()),t}function XD(o,{slots:e}){const t=Pe(o,{editable:!0,disabled:!1,clearable:!0,range:!1,multiple:!1}),i=se(),a=c.ref(null),n=c.computed(()=>t.separator||(t.range?" ~ ":",")),r=f=>t.range?qo(f):t.multiple?$D(f):Be(f),l=f=>Array.isArray(f)?f.some(g=>t.disabledDate(g)):t.disabledDate(f),h=c.computed(()=>a.value!==null?a.value:typeof t.renderInputText=="function"?t.renderInputText(t.value):r(t.value)?Array.isArray(t.value)?t.value.map(f=>t.formatDate(f)).join(n.value):t.formatDate(t.value):""),d=f=>{var g;f&&f.stopPropagation(),t.onChange(t.range?[null,null]:null),(g=t.onClear)==null||g.call(t)},u=()=>{var f;if(!t.editable||a.value===null)return;const g=a.value.trim();if(a.value=null,g===""){d();return}let b;if(t.range){let k=g.split(n.value);k.length!==2&&(k=g.split(n.value.trim())),b=k.map(m=>t.parseDate(m.trim()))}else t.multiple?b=g.split(n.value).map(k=>t.parseDate(k.trim())):b=t.parseDate(g);r(b)&&!l(b)?t.onChange(b):(f=t.onInputError)==null||f.call(t,g)},p=f=>{a.value=typeof f=="string"?f:f.target.value},y=f=>{const{keyCode:g}=f;g===9?t.onBlur():g===13&&u()};return()=>{var f,g,b;const k=!t.disabled&&t.clearable&&h.value,m=we(Q({name:"date",type:"text",autocomplete:"off",value:h.value,class:t.inputClass||`${i}-input`,readonly:!t.editable,disabled:t.disabled,placeholder:t.placeholder},t.inputAttr),{onFocus:t.onFocus,onKeydown:y,onInput:p,onChange:u});return c.createVNode("div",{class:`${i}-input-wrapper`,onClick:t.onClick},[((f=e.input)==null?void 0:f.call(e,m))||c.createVNode("input",m,null),k?c.createVNode("i",{class:`${i}-icon-clear`,onClick:d},[((g=e["icon-clear"])==null?void 0:g.call(e))||c.createVNode(ND,null,null)]):null,c.createVNode("i",{class:`${i}-icon-calendar`},[((b=e["icon-calendar"])==null?void 0:b.call(e))||c.createVNode(Bx,null,null)])])}}const X9=Ue()(["placeholder","editable","disabled","clearable","inputClass","inputAttr","range","multiple","separator","renderInputText","onInputError","onClear"]),KD=Ue()(["value","formatDate","parseDate","disabledDate","onChange","onFocus","onBlur","onClick",...X9]);var JD=Ve(XD,KD);function QD(o,{slots:e}){var t;const i=Pe(o,{prefixClass:"mx",valueType:"date",format:"YYYY-MM-DD",type:"date",disabledDate:()=>!1,disabledTime:()=>!1,confirmText:"OK"});SD(i.prefixClass),ID(((t=i.formatter)==null?void 0:t.getWeek)||O9);const a=ED(c.toRef(o,"lang")),n=c.ref(),r=()=>n.value,l=c.ref(!1),h=c.computed(()=>!i.disabled&&(typeof i.open=="boolean"?i.open:l.value)),d=()=>{var L,H;i.disabled||h.value||(l.value=!0,(L=i["onUpdate:open"])==null||L.call(i,!0),(H=i.onOpen)==null||H.call(i))},u=()=>{var L,H;h.value&&(l.value=!1,(L=i["onUpdate:open"])==null||L.call(i,!1),(H=i.onClose)==null||H.call(i))},p=(L,H)=>(H=H||i.format,We(i.formatter)&&typeof i.formatter.stringify=="function"?i.formatter.stringify(L,H):N9(L,H,{locale:a.value.formatLocale})),y=(L,H)=>{if(H=H||i.format,We(i.formatter)&&typeof i.formatter.parse=="function")return i.formatter.parse(L,H);const I=new Date;return bD(L,H,{locale:a.value.formatLocale,backupDate:I})},f=L=>{switch(i.valueType){case"date":return L instanceof Date?new Date(L.getTime()):new Date(NaN);case"timestamp":return typeof L=="number"?new Date(L):new Date(NaN);case"format":return typeof L=="string"?y(L):new Date(NaN);default:return typeof L=="string"?y(L,i.valueType):new Date(NaN)}},g=L=>{if(!Be(L))return null;switch(i.valueType){case"date":return L;case"timestamp":return L.getTime();case"format":return p(L);default:return p(L,i.valueType)}},b=c.computed(()=>{const L=i.value;return i.range?(Array.isArray(L)?L.slice(0,2):[null,null]).map(f):i.multiple?(Array.isArray(L)?L:[]).map(f):f(L)}),k=(L,H,I=!0)=>{var z,R;const N=Array.isArray(L)?L.map(g):g(L);return(z=i["onUpdate:value"])==null||z.call(i,N),(R=i.onChange)==null||R.call(i,N,H),I&&u(),N},m=c.ref(new Date);c.watchEffect(()=>{h.value&&(m.value=b.value)});const v=(L,H)=>{i.confirm?m.value=L:k(L,H,!i.multiple&&(H===i.type||H==="time"))},M=()=>{var L;const H=k(m.value);(L=i.onConfirm)==null||L.call(i,H)},C=L=>i.disabledDate(L)||i.disabledTime(L),S=L=>{var H;const{prefixClass:I}=i;return c.createVNode("div",{class:`${I}-datepicker-sidebar`},[(H=e.sidebar)==null?void 0:H.call(e,L),(i.shortcuts||[]).map((z,R)=>c.createVNode("button",{key:R,"data-index":R,type:"button",class:`${I}-btn ${I}-btn-text ${I}-btn-shortcut`,onClick:()=>{var N;const P=(N=z.onClick)==null?void 0:N.call(z);P&&k(P)}},[z.text]))])};return()=>{var L,H;const{prefixClass:I,disabled:z,confirm:R,range:N,popupClass:P,popupStyle:Re,appendToBody:ie}=i,U={value:m.value,"onUpdate:value":v,emit:k},be=e.header&&c.createVNode("div",{class:`${I}-datepicker-header`},[e.header(U)]),Le=(e.footer||R)&&c.createVNode("div",{class:`${I}-datepicker-footer`},[(L=e.footer)==null?void 0:L.call(e,U),R&&c.createVNode("button",{type:"button",class:`${I}-btn ${I}-datepicker-btn-confirm`,onClick:M},[i.confirmText])]),Ee=(H=e.content)==null?void 0:H.call(e,U),Tn=(e.sidebar||i.shortcuts)&&S(U);return c.createVNode("div",{ref:n,class:{[`${I}-datepicker`]:!0,[`${I}-datepicker-range`]:N,disabled:z}},[c.createVNode(JD,we(Q({},Ae(i,X9)),{value:b.value,formatDate:p,parseDate:y,disabledDate:C,onChange:k,onClick:d,onFocus:d,onBlur:u}),Ae(e,["icon-calendar","icon-clear","input"])),c.createVNode(BD,{className:P,style:Re,visible:h.value,appendToBody:ie,getRelativeElement:r,onClickOutside:u},{default:()=>[Tn,c.createVNode("div",{class:`${I}-datepicker-content`},[be,Ee,Le])]})])}}const ez=[...Ue()(["value","valueType","type","format","formatter","lang","prefixClass","appendToBody","open","popupClass","popupStyle","confirm","confirmText","shortcuts","disabledDate","disabledTime","onOpen","onClose","onConfirm","onChange","onUpdate:open","onUpdate:value"]),...X9];var Fx=Ve(QD,ez);function P7(o){var e=o,{value:t}=e,i=CD(e,["value"]);const a=se();return c.createVNode("button",we(Q({},i),{type:"button",class:`${a}-btn ${a}-btn-text ${a}-btn-icon-${t}`}),[c.createVNode("i",{class:`${a}-icon-${t}`},null)])}function K9({type:o,calendar:e,onUpdateCalendar:t},{slots:i}){var a;const n=se(),r=()=>{t(A7(e,y=>y-1))},l=()=>{t(A7(e,y=>y+1))},h=()=>{t(Ko(e,y=>y-1))},d=()=>{t(Ko(e,y=>y+1))},u=()=>{t(Ko(e,y=>y-10))},p=()=>{t(Ko(e,y=>y+10))};return c.createVNode("div",{class:`${n}-calendar-header`},[c.createVNode(P7,{value:"double-left",onClick:o==="year"?u:h},null),o==="date"&&c.createVNode(P7,{value:"left",onClick:r},null),c.createVNode(P7,{value:"double-right",onClick:o==="year"?p:d},null),o==="date"&&c.createVNode(P7,{value:"right",onClick:l},null),c.createVNode("span",{class:`${n}-calendar-header-label`},[(a=i.default)==null?void 0:a.call(i)])])}function tz({calendar:o,isWeekMode:e,showWeekNumber:t,titleFormat:i,getWeekActive:a,getCellClasses:n,onSelect:r,onUpdatePanel:l,onUpdateCalendar:h,onDateMouseEnter:d,onDateMouseLeave:u}){const p=se(),y=TD(),f=Y9().value,{yearFormat:g,monthBeforeYear:b,monthFormat:k="MMM",formatLocale:m}=f,v=m.firstDayOfWeek||0;let M=f.days||m.weekdaysMin;M=M.concat(M).slice(v,v+7);const C=o.getFullYear(),S=o.getMonth(),L=$9(YD({firstDayOfWeek:v,year:C,month:S}),7),H=(U,be)=>N9(U,be,{locale:f.formatLocale}),I=U=>{l(U)},z=U=>{const be=U.getAttribute("data-index"),[Le,Ee]=be.split(",").map(Dn=>parseInt(Dn,10)),Tn=L[Le][Ee];return new Date(Tn)},R=U=>{r(z(U.currentTarget))},N=U=>{d&&d(z(U.currentTarget))},P=U=>{u&&u(z(U.currentTarget))},Re=c.createVNode("button",{type:"button",class:`${p}-btn ${p}-btn-text ${p}-btn-current-year`,onClick:()=>I("year")},[H(o,g)]),ie=c.createVNode("button",{type:"button",class:`${p}-btn ${p}-btn-text ${p}-btn-current-month`,onClick:()=>I("month")},[H(o,k)]);return t=typeof t=="boolean"?t:e,c.createVNode("div",{class:[`${p}-calendar ${p}-calendar-panel-date`,{[`${p}-calendar-week-mode`]:e}]},[c.createVNode(K9,{type:"date",calendar:o,onUpdateCalendar:h},{default:()=>[b?[ie,Re]:[Re,ie]]}),c.createVNode("div",{class:`${p}-calendar-content`},[c.createVNode("table",{class:`${p}-table ${p}-table-date`},[c.createVNode("thead",null,[c.createVNode("tr",null,[t&&c.createVNode("th",{class:`${p}-week-number-header`},null),M.map(U=>c.createVNode("th",{key:U},[U]))])]),c.createVNode("tbody",null,[L.map((U,be)=>c.createVNode("tr",{key:be,class:[`${p}-date-row`,{[`${p}-active-week`]:a(U)}]},[t&&c.createVNode("td",{class:`${p}-week-number`,"data-index":`${be},0`,onClick:R},[c.createVNode("div",null,[y(U[0])])]),U.map((Le,Ee)=>c.createVNode("td",{key:Ee,class:["cell",n(Le)],title:H(Le,i),"data-index":`${be},${Ee}`,onClick:R,onMouseenter:N,onMouseleave:P},[c.createVNode("div",null,[Le.getDate()])]))]))])])])])}function iz({calendar:o,getCellClasses:e,onSelect:t,onUpdateCalendar:i,onUpdatePanel:a}){const n=se(),r=Y9().value,l=r.months||r.formatLocale.monthsShort,h=u=>Bo(o.getFullYear(),u),d=u=>{const y=u.currentTarget.getAttribute("data-month");t(h(parseInt(y,10)))};return c.createVNode("div",{class:`${n}-calendar ${n}-calendar-panel-month`},[c.createVNode(K9,{type:"month",calendar:o,onUpdateCalendar:i},{default:()=>[c.createVNode("button",{type:"button",class:`${n}-btn ${n}-btn-text ${n}-btn-current-year`,onClick:()=>a("year")},[o.getFullYear()])]}),c.createVNode("div",{class:`${n}-calendar-content`},[c.createVNode("table",{class:`${n}-table ${n}-table-month`},[$9(l,3).map((u,p)=>c.createVNode("tr",{key:p},[u.map((y,f)=>{const g=p*3+f;return c.createVNode("td",{key:f,class:["cell",e(h(g))],"data-month":g,onClick:d},[c.createVNode("div",null,[y])])})]))])])])}const az=o=>{const e=Math.floor(o.getFullYear()/10)*10,t=[];for(let i=0;i<10;i++)t.push(e+i);return $9(t,2)};function oz({calendar:o,getCellClasses:e=()=>[],getYearPanel:t=az,onSelect:i,onUpdateCalendar:a}){const n=se(),r=p=>Bo(p,0),l=p=>{const f=p.currentTarget.getAttribute("data-year");i(r(parseInt(f,10)))},h=t(new Date(o)),d=h[0][0],u=zx(zx(h));return c.createVNode("div",{class:`${n}-calendar ${n}-calendar-panel-year`},[c.createVNode(K9,{type:"year",calendar:o,onUpdateCalendar:a},{default:()=>[c.createVNode("span",null,[d]),c.createVNode("span",{class:`${n}-calendar-decade-separator`},null),c.createVNode("span",null,[u])]}),c.createVNode("div",{class:`${n}-calendar-content`},[c.createVNode("table",{class:`${n}-table ${n}-table-year`},[h.map((p,y)=>c.createVNode("tr",{key:y},[p.map((f,g)=>c.createVNode("td",{key:g,class:["cell",e(r(f))],"data-year":f,onClick:l},[c.createVNode("div",null,[f])]))]))])])])}function nz(o){const e=Pe(o,{defaultValue:$e(new Date),type:"date",disabledDate:()=>!1,getClasses:()=>[],titleFormat:"YYYY-MM-DD"}),t=c.computed(()=>(Array.isArray(e.value)?e.value:[e.value]).filter(Be).map(v=>e.type==="year"?GD(v):e.type==="month"?qx(v):$e(v))),i=c.ref(new Date);c.watchEffect(()=>{let m=e.calendar;if(!Be(m)){const{length:v}=t.value;m=H7(v>0?t.value[v-1]:e.defaultValue)}i.value=qx(m)});const a=m=>{var v;i.value=m,(v=e.onCalendarChange)==null||v.call(e,m)},n=c.ref("date");c.watchEffect(()=>{const m=["date","month","year"],v=Math.max(m.indexOf(e.type),m.indexOf(e.defaultPanel));n.value=v!==-1?m[v]:"date"});const r=m=>{var v;const M=n.value;n.value=m,(v=e.onPanelChange)==null||v.call(e,m,M)},l=m=>e.disabledDate(new Date(m),t.value),h=(m,v)=>{var M,C,S;if(!l(m))if((M=e.onPick)==null||M.call(e,m),e.multiple===!0){const L=t.value.filter(H=>H.getTime()!==m.getTime());L.length===t.value.length&&L.push(m),(C=e["onUpdate:value"])==null||C.call(e,L,v)}else(S=e["onUpdate:value"])==null||S.call(e,m,v)},d=m=>{h(m,e.type==="week"?"week":"date")},u=m=>{if(e.type==="year")h(m,"year");else if(a(m),r("month"),e.partialUpdate&&t.value.length===1){const v=Ko(t.value[0],m.getFullYear());h(v,"year")}},p=m=>{if(e.type==="month")h(m,"month");else if(a(m),r("date"),e.partialUpdate&&t.value.length===1){const v=A7(Ko(t.value[0],m.getFullYear()),m.getMonth());h(v,"month")}},y=(m,v=[])=>(l(m)?v.push("disabled"):t.value.some(M=>M.getTime()===m.getTime())&&v.push("active"),v.concat(e.getClasses(m,t.value,v.join(" ")))),f=m=>{const v=m.getMonth()!==i.value.getMonth(),M=[];return m.getTime()===new Date().setHours(0,0,0,0)&&M.push("today"),v&&M.push("not-current-month"),y(m,M)},g=m=>e.type!=="month"?i.value.getMonth()===m.getMonth()?"active":"":y(m),b=m=>e.type!=="year"?i.value.getFullYear()===m.getFullYear()?"active":"":y(m),k=m=>{if(e.type!=="week")return!1;const v=m[0].getTime(),M=m[6].getTime();return t.value.some(C=>{const S=C.getTime();return S>=v&&S<=M})};return()=>n.value==="year"?c.createVNode(oz,{calendar:i.value,getCellClasses:b,getYearPanel:e.getYearPanel,onSelect:u,onUpdateCalendar:a},null):n.value==="month"?c.createVNode(iz,{calendar:i.value,getCellClasses:g,onSelect:p,onUpdatePanel:r,onUpdateCalendar:a},null):c.createVNode(tz,{isWeekMode:e.type==="week",showWeekNumber:e.showWeekNumber,titleFormat:e.titleFormat,calendar:i.value,getCellClasses:f,getWeekActive:k,onSelect:d,onUpdatePanel:r,onUpdateCalendar:a,onDateMouseEnter:e.onDateMouseEnter,onDateMouseLeave:e.onDateMouseLeave},null)}const B7=Ue()(["type","value","defaultValue","defaultPanel","disabledDate","getClasses","calendar","multiple","partialUpdate","showWeekNumber","titleFormat","getYearPanel","onDateMouseEnter","onDateMouseLeave","onCalendarChange","onPanelChange","onUpdate:value","onPick"]);var q7=Ve(nz,B7);const Ox=(o,e)=>{const t=o.getTime();let[i,a]=e.map(n=>n.getTime());return i>a&&([i,a]=[a,i]),t>i&&t<a};function sz(o){const e=Pe(o,{defaultValue:new Date,type:"date"}),t=se(),i=c.computed(()=>{let k=Array.isArray(e.defaultValue)?e.defaultValue:[e.defaultValue,e.defaultValue];return k=k.map(m=>$e(m)),qo(k)?k:[new Date,new Date].map(m=>$e(m))}),a=c.ref([new Date(NaN),new Date(NaN)]);c.watchEffect(()=>{qo(e.value)&&(a.value=e.value)});const n=(k,m)=>{var v;const[M,C]=a.value;Be(M)&&!Be(C)?(M.getTime()>k.getTime()?a.value=[k,M]:a.value=[M,k],(v=e["onUpdate:value"])==null||v.call(e,a.value,m)):a.value=[k,new Date(NaN)]},r=c.ref([new Date,new Date]),l=c.computed(()=>qo(e.calendar)?e.calendar:r.value),h=c.computed(()=>e.type==="year"?10*12:e.type==="month"?1*12:1),d=(k,m)=>{var v;const M=ZD(k[0],k[1]),C=h.value-M;if(C>0){const S=m===1?0:1;k[S]=A7(k[S],L=>L+(S===0?-C:C))}r.value=k,(v=e.onCalendarChange)==null||v.call(e,k,m)},u=k=>{d([k,l.value[1]],0)},p=k=>{d([l.value[0],k],1)};c.watchEffect(()=>{const k=qo(e.value)?e.value:i.value;d(k.slice(0,2))});const y=c.ref(null),f=k=>y.value=k,g=()=>y.value=null,b=(k,m,v)=>{const M=e.getClasses?e.getClasses(k,m,v):[],C=Array.isArray(M)?M:[M];return/disabled|active/.test(v)?C:(m.length===2&&Ox(k,m)&&C.push("in-range"),m.length===1&&y.value&&Ox(k,[m[0],y.value])?C.concat("hover-in-range"):C)};return()=>{const k=l.value.map((m,v)=>{const M=we(Q({},e),{calendar:m,value:a.value,defaultValue:i.value[v],getClasses:b,partialUpdate:!1,multiple:!1,"onUpdate:value":n,onCalendarChange:v===0?u:p,onDateMouseLeave:g,onDateMouseEnter:f});return c.createVNode(q7,M,null)});return c.createVNode("div",{class:`${t}-calendar-range`},[k])}}const J9=B7;var Q9=Ve(sz,J9);const jx=c.defineComponent({setup(o,{slots:e}){const t=se(),i=c.ref(),a=c.ref(""),n=c.ref(""),r=()=>{if(!i.value)return;const g=i.value,b=g.clientHeight*100/g.scrollHeight;a.value=b<100?`${b}%`:""};c.onMounted(r);const l=RD(),h=g=>{const b=g.currentTarget,{scrollHeight:k,scrollTop:m}=b;n.value=`${m*100/k}%`};let d=!1,u=0;const p=g=>{g.stopImmediatePropagation();const b=g.currentTarget,{offsetTop:k}=b;d=!0,u=g.clientY-k},y=g=>{if(!d||!i.value)return;const{clientY:b}=g,{scrollHeight:k,clientHeight:m}=i.value,M=(b-u)*k/m;i.value.scrollTop=M},f=()=>{d=!1};return c.onMounted(()=>{document.addEventListener("mousemove",y),document.addEventListener("mouseup",f)}),c.onUnmounted(()=>{document.addEventListener("mousemove",y),document.addEventListener("mouseup",f)}),()=>{var g;return c.createVNode("div",{class:`${t}-scrollbar`,style:{position:"relative",overflow:"hidden"}},[c.createVNode("div",{ref:i,class:`${t}-scrollbar-wrap`,style:{marginRight:`-${l}px`},onScroll:h},[(g=e.default)==null?void 0:g.call(e)]),c.createVNode("div",{class:`${t}-scrollbar-track`},[c.createVNode("div",{class:`${t}-scrollbar-thumb`,style:{height:a.value,top:n.value},onMousedown:p},null)])])}}});function rz({options:o,getClasses:e,onSelect:t}){const i=se(),a=n=>{const r=n.target,l=n.currentTarget;if(r.tagName.toUpperCase()!=="LI")return;const h=l.getAttribute("data-type"),d=parseInt(l.getAttribute("data-index"),10),u=parseInt(r.getAttribute("data-index"),10),p=o[d].list[u].value;t(p,h)};return c.createVNode("div",{class:`${i}-time-columns`},[o.map((n,r)=>c.createVNode(jx,{key:n.type,class:`${i}-time-column`},{default:()=>[c.createVNode("ul",{class:`${i}-time-list`,"data-index":r,"data-type":n.type,onClick:a},[n.list.map((l,h)=>c.createVNode("li",{key:l.text,"data-index":h,class:[`${i}-time-item`,e(l.value,n.type)]},[l.text]))])]}))])}function lz(o){return typeof o=="function"||Object.prototype.toString.call(o)==="[object Object]"&&!c.isVNode(o)}function hz(o){let e;const t=se();return c.createVNode(jx,null,lz(e=o.options.map(i=>c.createVNode("div",{key:i.text,class:[`${t}-time-option`,o.getClasses(i.value,"time")],onClick:()=>o.onSelect(i.value,"time")},[i.text])))?e:{default:()=>[e]})}function eC({length:o,step:e=1,options:t}){if(Array.isArray(t))return t.filter(a=>a>=0&&a<o);e<=0&&(e=1);const i=[];for(let a=0;a<o;a+=e)i.push(a);return i}function cz(o,e){let{showHour:t,showMinute:i,showSecond:a,use12h:n}=e;const r=e.format||"HH:mm:ss";t=typeof t=="boolean"?t:/[HhKk]/.test(r),i=typeof i=="boolean"?i:/m/.test(r),a=typeof a=="boolean"?a:/s/.test(r),n=typeof n=="boolean"?n:/a/i.test(r);const l=[],h=n&&o.getHours()>=12;return t&&l.push({type:"hour",list:eC({length:n?12:24,step:e.hourStep,options:e.hourOptions}).map(d=>{const u=d===0&&n?"12":G9(d),p=new Date(o);return p.setHours(h?d+12:d),{value:p,text:u}})}),i&&l.push({type:"minute",list:eC({length:60,step:e.minuteStep,options:e.minuteOptions}).map(d=>{const u=new Date(o);return u.setMinutes(d),{value:u,text:G9(d)}})}),a&&l.push({type:"second",list:eC({length:60,step:e.secondStep,options:e.secondOptions}).map(d=>{const u=new Date(o);return u.setSeconds(d),{value:u,text:G9(d)}})}),n&&l.push({type:"ampm",list:["AM","PM"].map((d,u)=>{const p=new Date(o);return p.setHours(p.getHours()%12+u*12),{text:d,value:p}})}),l}function tC(o=""){const e=o.split(":");if(e.length>=2){const t=parseInt(e[0],10),i=parseInt(e[1],10);return{hours:t,minutes:i}}return null}function dz({date:o,option:e,format:t,formatDate:i}){const a=[];if(typeof e=="function")return e()||[];const n=tC(e.start),r=tC(e.end),l=tC(e.step),h=e.format||t;if(n&&r&&l){const d=n.minutes+n.hours*60,u=r.minutes+r.hours*60,p=l.minutes+l.hours*60,y=Math.floor((u-d)/p);for(let f=0;f<=y;f++){const g=d+f*p,b=Math.floor(g/60),k=g%60,m=new Date(o);m.setHours(b,k,0),a.push({value:m,text:i(m,h)})}}return a}const Nx=(o,e,t=0)=>{if(t<=0){requestAnimationFrame(()=>{o.scrollTop=e});return}const a=(e-o.scrollTop)/t*10;requestAnimationFrame(()=>{const n=o.scrollTop+a;if(n>=e){o.scrollTop=e;return}o.scrollTop=n,Nx(o,e,t-10)})};function uz(o){const e=Pe(o,{defaultValue:$e(new Date),format:"HH:mm:ss",timeTitleFormat:"YYYY-MM-DD",disabledTime:()=>!1,scrollDuration:100}),t=se(),i=Y9(),a=(b,k)=>N9(b,k,{locale:i.value.formatLocale}),n=c.ref(new Date);c.watchEffect(()=>{n.value=H7(e.value,e.defaultValue)});const r=b=>Array.isArray(b)?b.every(k=>e.disabledTime(new Date(k))):e.disabledTime(new Date(b)),l=b=>{const k=new Date(b);return r([k.getTime(),k.setMinutes(0,0,0),k.setMinutes(59,59,999)])},h=b=>{const k=new Date(b);return r([k.getTime(),k.setSeconds(0,0),k.setSeconds(59,999)])},d=b=>{const k=new Date(b),m=k.getHours()<12?0:12,v=m+11;return r([k.getTime(),k.setHours(m,0,0,0),k.setHours(v,59,59,999)])},u=(b,k)=>k==="hour"?l(b):k==="minute"?h(b):k==="ampm"?d(b):r(b),p=(b,k)=>{var m;if(!u(b,k)){const v=new Date(b);n.value=v,r(v)||(m=e["onUpdate:value"])==null||m.call(e,v,k)}},y=(b,k)=>u(b,k)?"disabled":b.getTime()===n.value.getTime()?"active":"",f=c.ref(),g=b=>{if(!f.value)return;const k=f.value.querySelectorAll(".active");for(let m=0;m<k.length;m++){const v=k[m],M=Z9(v,f.value);if(M){const C=v.offsetTop;Nx(M,C,b)}}};return c.onMounted(()=>g(0)),c.watch(n,()=>g(e.scrollDuration),{flush:"post"}),()=>{let b;return e.timePickerOptions?b=c.createVNode(hz,{onSelect:p,getClasses:y,options:dz({date:n.value,format:e.format,option:e.timePickerOptions,formatDate:a})},null):b=c.createVNode(rz,{options:cz(n.value,e),onSelect:p,getClasses:y},null),c.createVNode("div",{class:`${t}-time`,ref:f},[e.showTimeHeader&&c.createVNode("div",{class:`${t}-time-header`},[c.createVNode("button",{type:"button",class:`${t}-btn ${t}-btn-text ${t}-time-header-title`,onClick:e.onClickTitle},[a(n.value,e.timeTitleFormat)])]),c.createVNode("div",{class:`${t}-time-content`},[b])])}}const F7=Ue()(["value","defaultValue","format","timeTitleFormat","showTimeHeader","disabledTime","timePickerOptions","hourOptions","minuteOptions","secondOptions","hourStep","minuteStep","secondStep","showHour","showMinute","showSecond","use12h","scrollDuration","onClickTitle","onUpdate:value"]);var kn=Ve(uz,F7);function pz(o){const e=Pe(o,{defaultValue:$e(new Date),disabledTime:()=>!1}),t=se(),i=c.ref([new Date(NaN),new Date(NaN)]);c.watchEffect(()=>{qo(e.value)?i.value=e.value:i.value=[new Date(NaN),new Date(NaN)]});const a=(d,u)=>{var p;(p=e["onUpdate:value"])==null||p.call(e,i.value,d==="time"?"time-range":d,u)},n=(d,u)=>{i.value[0]=d,i.value[1].getTime()>=d.getTime()||(i.value[1]=d),a(u,0)},r=(d,u)=>{i.value[1]=d,i.value[0].getTime()<=d.getTime()||(i.value[0]=d),a(u,1)},l=d=>e.disabledTime(d,0),h=d=>d.getTime()<i.value[0].getTime()||e.disabledTime(d,1);return()=>{const d=Array.isArray(e.defaultValue)?e.defaultValue:[e.defaultValue,e.defaultValue];return c.createVNode("div",{class:`${t}-time-range`},[c.createVNode(kn,we(Q({},e),{"onUpdate:value":n,value:i.value[0],defaultValue:d[0],disabledTime:l}),null),c.createVNode(kn,we(Q({},e),{"onUpdate:value":r,value:i.value[1],defaultValue:d[1],disabledTime:h}),null)])}}const iC=F7;var aC=Ve(pz,iC);function _x(o){const e=c.ref(!1),t=()=>{var n;e.value=!1,(n=o.onShowTimePanelChange)==null||n.call(o,!1)},i=()=>{var n;e.value=!0,(n=o.onShowTimePanelChange)==null||n.call(o,!0)};return{timeVisible:c.computed(()=>typeof o.showTimePanel=="boolean"?o.showTimePanel:e.value),openTimePanel:i,closeTimePanel:t}}function yz(o){const e=Pe(o,{disabledTime:()=>!1,defaultValue:$e(new Date)}),t=c.ref(e.value);c.watchEffect(()=>{t.value=e.value});const{openTimePanel:i,closeTimePanel:a,timeVisible:n}=_x(e),r=(l,h)=>{var d;h==="date"&&i();let u=V7(l,H7(e.value,e.defaultValue));if(e.disabledTime(new Date(u))&&(u=V7(l,e.defaultValue),e.disabledTime(new Date(u)))){t.value=u;return}(d=e["onUpdate:value"])==null||d.call(e,u,h)};return()=>{const l=se(),h=we(Q({},Ae(e,B7)),{multiple:!1,type:"date",value:t.value,"onUpdate:value":r}),d=we(Q({},Ae(e,F7)),{showTimeHeader:!0,value:t.value,"onUpdate:value":e["onUpdate:value"],onClickTitle:a});return c.createVNode("div",{class:`${l}-date-time`},[c.createVNode(q7,h,null),n.value&&c.createVNode(kn,d,null)])}}const Wx=Ue()(["showTimePanel","onShowTimePanelChange"]),fz=[...Wx,...B7,...F7];var Ux=Ve(yz,fz);function mz(o){const e=Pe(o,{defaultValue:$e(new Date),disabledTime:()=>!1}),t=c.ref(e.value);c.watchEffect(()=>{t.value=e.value});const{openTimePanel:i,closeTimePanel:a,timeVisible:n}=_x(e),r=(l,h)=>{var d;h==="date"&&i();const u=Array.isArray(e.defaultValue)?e.defaultValue:[e.defaultValue,e.defaultValue];let p=l.map((y,f)=>{const g=qo(e.value)?e.value[f]:u[f];return V7(y,g)});if(p[1].getTime()<p[0].getTime()&&(p=[p[0],p[0]]),p.some(e.disabledTime)&&(p=l.map((y,f)=>V7(y,u[f])),p.some(e.disabledTime))){t.value=p;return}(d=e["onUpdate:value"])==null||d.call(e,p,h)};return()=>{const l=se(),h=we(Q({},Ae(e,J9)),{type:"date",value:t.value,"onUpdate:value":r}),d=we(Q({},Ae(e,iC)),{showTimeHeader:!0,value:t.value,"onUpdate:value":e["onUpdate:value"],onClickTitle:a});return c.createVNode("div",{class:`${l}-date-time-range`},[c.createVNode(Q9,h,null),n.value&&c.createVNode(aC,d,null)])}}const gz=[...Wx,...iC,...J9];var $x=Ve(mz,gz);const kz=Ue()(["range","open","appendToBody","clearable","confirm","disabled","editable","multiple","partialUpdate","showHour","showMinute","showSecond","showTimeHeader","showTimePanel","showWeekNumber","use12h"]),Gx={date:"YYYY-MM-DD",datetime:"YYYY-MM-DD HH:mm:ss",year:"YYYY",month:"YYYY-MM",time:"HH:mm:ss",week:"w"};function Yx(o,{slots:e}){const t=o.type||"date",i=o.format||Gx[t]||Gx.date,a=we(Q({},AD(o,kz)),{type:t,format:i});return c.createVNode(Fx,Ae(a,Fx.props),Q({content:n=>{if(a.range){const r=t==="time"?aC:t==="datetime"?$x:Q9;return c.h(r,Ae(Q(Q({},a),n),r.props))}else{const r=t==="time"?kn:t==="datetime"?Ux:q7;return c.h(r,Ae(Q(Q({},a),n),r.props))}},"icon-calendar":()=>t==="time"?c.createVNode(UD,null,null):c.createVNode(Bx,null,null)},e))}var oC=Object.assign(Yx,{locale:Dx,install:o=>{o.component("DatePicker",Yx)}},{Calendar:q7,CalendarRange:Q9,TimePanel:kn,TimeRange:aC,DateTime:Ux,DateTimeRange:$x}),B=[{year:2e3,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2001,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2002,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2003,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2004,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2005,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2006,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2007,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2008,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2009,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2010,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2011,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2012,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2013,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2014,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2015,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2016,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2017,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2018,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2019,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2020,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2021,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2022,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2023,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2024,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2025,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2026,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2027,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2028,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2029,days:[31,31,32,31,32,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2030,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2031,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2032,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2033,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2034,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2035,days:[30,32,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2036,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2037,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2038,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2039,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2040,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2041,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2042,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2043,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2044,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2045,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2046,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2047,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2048,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2049,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2050,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2051,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2052,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2053,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2054,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2055,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2056,days:[31,31,32,31,32,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2057,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2058,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2059,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2060,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2061,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2062,days:[30,32,31,32,31,31,29,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2063,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2064,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2065,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2066,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2067,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2068,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2069,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2070,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2071,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2072,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2073,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2074,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2075,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2076,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2077,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2078,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2079,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2080,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2081,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2082,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2083,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2084,days:[31,31,32,31,31,30,30,30,29,30,30,30],totalDays:0,daysTillNow:0},{year:2085,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2086,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2087,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2088,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2089,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2090,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2091,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2092,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2093,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2094,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2095,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2096,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2097,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2098,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2099,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2100,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0}],Zx=0;B.forEach(o=>{o.totalDays=o.days.reduce((e,t)=>e+t,0),Zx+=o.totalDays,o.daysTillNow=Zx});var O7=new Date(1943,3,14).getTime(),Xx=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Kx=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],Jx=["आइतबार","सोमबार","मंगलबार","बुधबार","बिहिबार","शुक्रबार","शनिबार"],Qx=["आइत","सोम","मंगल","बुध","बिहि","शुक्र","शनि"],eL=["Baisakh","Jestha","Asar","Shrawan","Bhadra","Aswin","Kartik","Mangsir","Poush","Magh","Falgun","Chaitra"],tL=["Bai","Jes","Asa","Shr","Bhd","Asw","Kar","Man","Pou","Mag","Fal","Cha"],iL=["बैशाख","जेठ","असार","श्रावण","भाद्र","आश्विन","कार्तिक","मंसिर","पौष","माघ","फाल्गुण","चैत्र"],aL=["बै","जे","अ","श्रा","भा","आ","का","मं","पौ","मा","फा","चै"],bz=["०","१","२","३","४","५","६","७","८","९"];function j7(o){return o<10?`0${o}`:`${o}`}function Jo(o){let e="";for(let t=0;t<o.length;t+=1)e+=bz[o.charCodeAt(t)-48];return e}function wz(o){return e=>o<=2?String(e.getYear()).substring(2):o===3?String(e.getYear()).substring(1):String(e.getYear())}function vz(o){return e=>o<=2?Jo(String(e.getYear()).substring(2)):Jo(o===3?String(e.getYear()).substring(1):String(e.getYear()))}function Mz(o){return e=>o===1?String(e.getMonth()+1):o===2?j7(e.getMonth()+1):o===3?tL[e.getMonth()]:eL[e.getMonth()]}function Cz(o){return e=>o===1?Jo(String(e.getMonth()+1)):o===2?Jo(j7(e.getMonth()+1)):o===3?aL[e.getMonth()]:iL[e.getMonth()]}function xz(o){return e=>o===1?String(e.getDate()):o===2?j7(e.getDate()):o===3?Kx[e.getDay()]:Xx[e.getDay()]}function Lz(o){return e=>o===1?Jo(String(e.getDate())):o===2?Jo(j7(e.getDate())):o===3?Qx[e.getDay()]:Jx[e.getDay()]}function oL(o){return()=>o}var nC={Y:wz,y:vz,M:Mz,m:Cz,D:xz,d:Lz};function Ez(o){return o in nC}function Sz(o){let e=!1,t="",i="",a=0,n=[];for(let r=0;r<o.length;r+=1){let l=o[r];if(l===i){a+=1;continue}if(i!==""&&(n.push(nC[i](a)),i="",a=0),l==='"'){e=!e;continue}!Ez(l)||e?t+=l:(t&&(n.push(oL(t)),t=""),i=l,a=1)}return t?n.push(oL(t)):i&&n.push(nC[i](a)),n}function Iz(o,e){return Sz(e).map(t=>t(o)).join("")}function nL(o){let e=o.split(/[-./]/,3),[t,i=1,a=1]=e.map(r=>{let l=parseInt(r,10);if(Number.isNaN(l))throw new Error("Invalid date");return l});if(t<B[0].year||t>=B[0].year+B.length)throw new Error("Nepal year out of range");if(i<1||i>12)throw new Error("Invalid nepali month must be between 1 - 12");let n=B[t-B[0].year].days[i-1];if(a<1||a>n)throw new Error(`Invalid nepali date must be between 1 - ${n} in ${t} ${i}`);return[t,i-1,a]}var ye=class F{constructor(...e){E(this,"timestamp");E(this,"year");E(this,"month");E(this,"day");if(e.length===0)this.setEnglishDate(new Date);else if(e.length===1){let t=e[0];if(typeof t=="object")if(t instanceof Date)this.setEnglishDate(t);else if(t instanceof F)this.timestamp=t.timestamp,this.year=t.year,this.month=t.month,this.day=t.day;else throw new Error("Invalid date argument");else if(typeof t=="string")this.set(...nL(t));else if(typeof t=="number")this.setEnglishDate(new Date(t));else throw new Error("Invalid date argument")}else if(e.length===3)this.set(e[0],e[1],e[2]);else throw new Error("Invalid argument syntax")}setEnglishDate(e){this.timestamp=e;let t=Math.floor((this.timestamp.getTime()-O7)/864e5),i=Math.floor(t/366);for(;t>=B[i].daysTillNow;)i+=1;let a=B[i-1]?B[i-1].daysTillNow:0;t-=a;let n=B[i];for(this.year=n.year,this.month=0;t>=n.days[this.month];)this.month+=1,t-=n.days[this.month-1];this.day=t+1}getEnglishDate(){return this.timestamp}parse(e){this.set(...nL(e))}getYear(){return this.year}getMonth(){return this.month}getDate(){return this.day}getDay(){return this.timestamp.getDay()}getHours(){return this.timestamp.getHours()}getMinutes(){return this.timestamp.getMinutes()}getSeconds(){return this.timestamp.getSeconds()}getMilliseconds(){return this.timestamp.getMilliseconds()}getTime(){return this.timestamp.getTime()}setYear(e){this.set(e,this.month,this.day)}setMonth(e){this.set(this.year,e,this.day)}setDate(e){this.set(this.year,this.month,e)}set(e,t,i){let a=e+Math.floor(t/12)-B[0].year,n=B[a],r=n.daysTillNow-n.totalDays,l=t%12,h=l<0?12+l:l;for(let d=0;d<h;d+=1)r+=n.days[d];r+=i-1,this.setEnglishDate(new Date(O7+r*864e5))}format(e){return Iz(this,e)}toString(){return`${this.year}/${this.month+1}/${this.day}`}addDays(e){let t=new Date(this.timestamp.getTime()+e*864e5);return new F(t)}addMonths(e){let t=this.year,i=this.month+e;t+=Math.floor(i/12),i=i%12,i<0&&(i+=12,t-=1);let a=t-B[0].year;if(a<0||a>=B.length)throw new Error("Resulting date is out of supported range");let n=B[a].days[i],r=Math.min(this.day,n);return new F(t,i,r)}addYears(e){let t=this.year+e;if(t<B[0].year||t>=B[0].year+B.length)throw new Error("Resulting date is out of supported range");let i=t-B[0].year;if(this.month===11&&this.day===29){let a=B[i].days[11];if(a<29)return new F(t,11,a)}return new F(t,this.month,this.day)}static minimum(){return new Date(O7)}static maximum(){return new Date(O7+B[B.length-1].daysTillNow*864e5)}daysInMonth(){let e=this.year-B[0].year;return B[e].days[this.month]}isLeapYear(){let e=this.year-B[0].year;return B[e].totalDays===366}getWeeksInMonth(){let e=new F(this.year,this.month,1).getDay(),t=this.daysInMonth();return Math.ceil((e+t)/7)}diff(e,t){switch(t){case"day":return Math.floor((this.timestamp.getTime()-e.timestamp.getTime())/864e5);case"month":let i=this.year-e.year,a=this.month-e.month;return i*12+a;case"year":return this.year-e.year;default:throw new Error("Invalid unit for diff calculation")}}startOfDay(){let e=new Date(this.timestamp);return e.setHours(0,0,0,0),new F(e)}endOfDay(){let e=new Date(this.timestamp);return e.setHours(23,59,59,999),new F(e)}startOfWeek(e=0){if(e<0||e>6||!Number.isInteger(e))throw new Error("startOfWeek must be an integer between 0 and 6");let t=(this.getDay()-e+7)%7;return this.clone().startOfDay().addDays(-t)}endOfWeek(e=0){return this.startOfWeek(e).addDays(6).endOfDay()}startOfMonth(){return new F(this.year,this.month,1)}endOfMonth(){let e=this.daysInMonth();return new F(this.year,this.month,e).endOfDay()}startOfYear(){return new F(this.year,0,1)}endOfYear(){let e=this.year-B[0].year,t=B[e].days[11];return new F(this.year,11,t).endOfDay()}static getMonthName(e,t=!1,i=!1){if(e<0||e>11)throw new Error("Invalid month index, must be between 0-11");let a="";return i?a=t?aL[e]:iL[e]:a=t?tL[e]:eL[e],a}static getDayName(e,t=!1,i=!1){if(e<0||e>6)throw new Error("Invalid day index, must be between 0-6");let a="";return i?a=t?Qx[e]:Jx[e]:a=t?Kx[e]:Xx[e],a}static isValid(e,t,i){try{if(e<B[0].year||e>=B[0].year+B.length||t<0||t>11)return!1;let a=e-B[0].year,n=B[a].days[t];return!(i<1||i>n)}catch{return!1}}isValid(){return F.isValid(this.year,this.month,this.day)}static getCalendarDays(e,t){if(!F.isValid(e,t,1))throw new Error("Invalid year or month");let i={year:0,month:0,days:[]},a={year:0,month:0,days:[]},n={year:0,month:0,days:[]},r=e-B[0].year,l=new F(e,t,1).getDay(),h=B[r].days[t];a.year=e,a.month=t;let d=t-1,u=e,p=t+1,y=e;if(d<0&&(d=11,u--),u>B[0].year&&(i.year=u,i.month=d),u>=B[0].year&&l>0){let g=u-B[0].year,b=B[g].days[d];for(let k=0;k<l;k++)i.days.push(b-l+k+1)}for(let g=1;g<=h;g++)a.days.push(g);p>11&&(p=0,y++),y<B[0].year+B.length&&(n.year=y,n.month=p);let f=42-l-a.days.length;if(y<B[0].year+B.length&&f>0)for(let g=1;g<=f;g++)n.days.push(g);return{prevRemainingDays:l,prevMonth:i,currentMonth:a,nextMonth:n,remainingDays:f}}clone(){return new F(this)}isAfter(e){return this.timestamp.getTime()>e.timestamp.getTime()}isBefore(e){return this.timestamp.getTime()<e.timestamp.getTime()}isEqual(e){return this.year===e.year&&this.month===e.month&&this.day===e.day}isSame(e,t){switch(t){case"year":return this.year===e.year;case"month":return this.year===e.year&&this.month===e.month;case"day":return this.isEqual(e);default:throw new Error("Invalid unit for comparison")}}static getQuarter(e,t){if(e<1||e>4||!Number.isInteger(e))throw new Error("Quarter must be an integer between 1 and 4");let i=t??new F().getYear(),a=(e-1)*3,n=new F(i,a,1),r=new F(i,a+2,1).endOfMonth();return{start:n,end:r}}getCurrentQuarter(){return Math.floor(this.month/3)+1}static getQuarters(e){let t=e??new F().getYear();return{Q1:F.getQuarter(1,t),Q2:F.getQuarter(2,t),Q3:F.getQuarter(3,t),Q4:F.getQuarter(4,t)}}static getCurrentFiscalYear(){let e=new F,t=e.getYear();return e.getMonth()<3?t-1:t}static getFiscalYearQuarter(e,t){if(e<1||e>4||!Number.isInteger(e))throw new Error("Quarter must be an integer between 1 and 4");let i=t??F.getCurrentFiscalYear(),a=i,n=(e-1)*3+3;e===4&&(a=i+1,n=0),n>11&&(a++,n-=12);let r=n+2,l=a;r>11&&(l++,r-=12);let h=new F(a,n,1),d=new F(l,r,1).endOfMonth();return{start:h,end:d}}getCurrentFiscalYearQuarter(){let e=this.getMonth();return e>=3&&e<=5?1:e>=6&&e<=8?2:e>=9&&e<=11?3:4}getCurrentFiscalYearQuarterDates(){let e=this.getCurrentFiscalYearQuarter(),t=F.getCurrentFiscalYear();return F.getFiscalYearQuarter(e,t)}static getFiscalYearQuarters(e){let t=e??F.getCurrentFiscalYear();return{Q1:F.getFiscalYearQuarter(1,t),Q2:F.getFiscalYearQuarter(2,t),Q3:F.getFiscalYearQuarter(3,t),Q4:F.getFiscalYearQuarter(4,t)}}},Ge=o=>{if(!/^\d{4}-\d{2}-\d{2}$/.test(o))throw new Error("Invalid date format. Expected format: YYYY-MM-DD");let e=new Date(o);if(Number.isNaN(e.getTime()))throw new Error(`Invalid date input '${o}'`);try{return new ye(e).format("YYYY-MM-DD")}catch(t){throw console.error("Error During Date Conversion : ",t),new Error("Failed to convert AD to BS")}};function he(o){try{if(!/^\d{4}-\d{2}-\d{2}$/.test(o))throw new Error("Invalid date format. Expected format: YYYY-MM-DD");let e=o?new ye(o):new ye,t=a=>a<10?`0${a}`:`${a}`,i=e.getEnglishDate();return`${i.getFullYear()}-${t(i.getMonth()+1)}-${t(i.getDate())}`}catch(e){throw console.error("Error During Date Conversion : ",e),new Error("Failed to convert BS to AD")}}var Tz=Object.defineProperty,Dz=(o,e,t)=>e in o?Tz(o,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):o[e]=t,N7=(o,e,t)=>Dz(o,typeof e!="symbol"?e+"":e,t),A=[{year:2e3,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2001,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2002,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2003,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2004,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2005,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2006,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2007,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2008,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2009,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2010,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2011,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2012,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2013,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2014,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2015,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2016,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2017,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2018,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2019,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2020,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2021,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2022,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2023,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2024,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2025,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2026,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2027,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2028,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2029,days:[31,31,32,31,32,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2030,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2031,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2032,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2033,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2034,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2035,days:[30,32,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2036,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2037,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2038,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2039,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2040,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2041,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2042,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2043,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2044,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2045,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2046,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2047,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2048,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2049,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2050,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2051,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2052,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2053,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2054,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2055,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2056,days:[31,31,32,31,32,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2057,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2058,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2059,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2060,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2061,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2062,days:[30,32,31,32,31,31,29,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2063,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2064,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2065,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2066,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2067,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2068,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2069,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2070,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2071,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2072,days:[31,32,31,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2073,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2074,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2075,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2076,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2077,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2078,days:[31,31,31,32,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2079,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2080,days:[31,32,31,32,31,30,30,30,29,29,30,30],totalDays:0,daysTillNow:0},{year:2081,days:[31,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2082,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2083,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2084,days:[31,31,32,31,31,30,30,30,29,30,30,30],totalDays:0,daysTillNow:0},{year:2085,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2086,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2087,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2088,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2089,days:[30,32,31,32,31,30,30,30,29,30,29,31],totalDays:0,daysTillNow:0},{year:2090,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2091,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2092,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2093,days:[31,31,31,32,31,31,29,30,30,29,29,31],totalDays:0,daysTillNow:0},{year:2094,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2095,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2096,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0},{year:2097,days:[31,31,31,32,31,31,29,30,30,29,30,30],totalDays:0,daysTillNow:0},{year:2098,days:[31,31,32,31,31,31,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2099,days:[31,31,32,32,31,30,30,29,30,29,30,30],totalDays:0,daysTillNow:0},{year:2100,days:[31,32,31,32,31,30,30,30,29,29,30,31],totalDays:0,daysTillNow:0}],sL=0;A.forEach(o=>{o.totalDays=o.days.reduce((e,t)=>e+t,0),sL+=o.totalDays,o.daysTillNow=sL});var _7=new Date(1943,3,14).getTime(),rL=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],W7=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],lL=["आइतबार","सोमबार","मंगलबार","बुधबार","बिहिबार","शुक्रबार","शनिबार"],hL=["आइत","सोम","मंगल","बुध","बिहि","शुक्र","शनि"],sC=["Baisakh","Jestha","Asar","Shrawan","Bhadra","Aswin","Kartik","Mangsir","Poush","Magh","Falgun","Chaitra"],cL=["Bai","Jes","Asa","Shr","Bhd","Asw","Kar","Man","Pou","Mag","Fal","Cha"],dL=["बैशाख","जेठ","असार","श्रावण","भाद्र","आश्विन","कार्तिक","मंसिर","पौष","माघ","फाल्गुण","चैत्र"],uL=["बै","जे","अ","श्रा","भा","आ","का","मं","पौ","मा","फा","चै"],zz=["०","१","२","३","४","५","६","७","८","९"];function U7(o){return o<10?`0${o}`:`${o}`}function Qo(o){let e="";for(let t=0;t<o.length;t+=1)e+=zz[o.charCodeAt(t)-48];return e}function Rz(o){return e=>o<=2?String(e.getYear()).substring(2):o===3?String(e.getYear()).substring(1):String(e.getYear())}function Hz(o){return e=>o<=2?Qo(String(e.getYear()).substring(2)):Qo(o===3?String(e.getYear()).substring(1):String(e.getYear()))}function Az(o){return e=>o===1?String(e.getMonth()+1):o===2?U7(e.getMonth()+1):o===3?cL[e.getMonth()]:sC[e.getMonth()]}function Vz(o){return e=>o===1?Qo(String(e.getMonth()+1)):o===2?Qo(U7(e.getMonth()+1)):o===3?uL[e.getMonth()]:dL[e.getMonth()]}function Pz(o){return e=>o===1?String(e.getDate()):o===2?U7(e.getDate()):o===3?W7[e.getDay()]:rL[e.getDay()]}function Bz(o){return e=>o===1?Qo(String(e.getDate())):o===2?Qo(U7(e.getDate())):o===3?hL[e.getDay()]:lL[e.getDay()]}function pL(o){return()=>o}var rC={Y:Rz,y:Hz,M:Az,m:Vz,D:Pz,d:Bz};function qz(o){return o in rC}function Fz(o){let e=!1,t="",i="",a=0,n=[];for(let r=0;r<o.length;r+=1){let l=o[r];if(l===i){a+=1;continue}if(i!==""&&(n.push(rC[i](a)),i="",a=0),l==='"'){e=!e;continue}!qz(l)||e?t+=l:(t&&(n.push(pL(t)),t=""),i=l,a=1)}return t?n.push(pL(t)):i&&n.push(rC[i](a)),n}function Oz(o,e){return Fz(e).map(t=>t(o)).join("")}function yL(o){let e=o.split(/[-./]/,3),[t,i=1,a=1]=e.map(r=>{let l=parseInt(r,10);if(Number.isNaN(l))throw new Error("Invalid date");return l});if(t<A[0].year||t>=A[0].year+A.length)throw new Error("Nepal year out of range");if(i<1||i>12)throw new Error("Invalid nepali month must be between 1 - 12");let n=A[t-A[0].year].days[i-1];if(a<1||a>n)throw new Error(`Invalid nepali date must be between 1 - ${n} in ${t} ${i}`);return[t,i-1,a]}var Z=class O{constructor(...e){if(N7(this,"timestamp"),N7(this,"year"),N7(this,"month"),N7(this,"day"),e.length===0)this.setEnglishDate(new Date);else if(e.length===1){let t=e[0];if(typeof t=="object")if(t instanceof Date)this.setEnglishDate(t);else if(t instanceof O)this.timestamp=t.timestamp,this.year=t.year,this.month=t.month,this.day=t.day;else throw new Error("Invalid date argument");else if(typeof t=="string")this.set(...yL(t));else if(typeof t=="number")this.setEnglishDate(new Date(t));else throw new Error("Invalid date argument")}else if(e.length===3)this.set(e[0],e[1],e[2]);else throw new Error("Invalid argument syntax")}setEnglishDate(e){this.timestamp=e;let t=Math.floor((this.timestamp.getTime()-_7)/864e5),i=Math.floor(t/366);for(;t>=A[i].daysTillNow;)i+=1;let a=A[i-1]?A[i-1].daysTillNow:0;t-=a;let n=A[i];for(this.year=n.year,this.month=0;t>=n.days[this.month];)this.month+=1,t-=n.days[this.month-1];this.day=t+1}getEnglishDate(){return this.timestamp}parse(e){this.set(...yL(e))}getYear(){return this.year}getMonth(){return this.month}getDate(){return this.day}getDay(){return this.timestamp.getDay()}getHours(){return this.timestamp.getHours()}getMinutes(){return this.timestamp.getMinutes()}getSeconds(){return this.timestamp.getSeconds()}getMilliseconds(){return this.timestamp.getMilliseconds()}getTime(){return this.timestamp.getTime()}setYear(e){this.set(e,this.month,this.day)}setMonth(e){this.set(this.year,e,this.day)}setDate(e){this.set(this.year,this.month,e)}set(e,t,i){let a=e+Math.floor(t/12)-A[0].year,n=A[a],r=n.daysTillNow-n.totalDays,l=t%12,h=l<0?12+l:l;for(let d=0;d<h;d+=1)r+=n.days[d];r+=i-1,this.setEnglishDate(new Date(_7+r*864e5))}format(e){return Oz(this,e)}toString(){return`${this.year}/${this.month+1}/${this.day}`}addDays(e){let t=new Date(this.timestamp.getTime()+e*864e5);return new O(t)}addMonths(e){let t=this.year,i=this.month+e;t+=Math.floor(i/12),i=i%12,i<0&&(i+=12,t-=1);let a=t-A[0].year;if(a<0||a>=A.length)throw new Error("Resulting date is out of supported range");let n=A[a].days[i],r=Math.min(this.day,n);return new O(t,i,r)}addYears(e){let t=this.year+e;if(t<A[0].year||t>=A[0].year+A.length)throw new Error("Resulting date is out of supported range");let i=t-A[0].year;if(this.month===11&&this.day===29){let a=A[i].days[11];if(a<29)return new O(t,11,a)}return new O(t,this.month,this.day)}static minimum(){return new Date(_7)}static maximum(){return new Date(_7+A[A.length-1].daysTillNow*864e5)}daysInMonth(){let e=this.year-A[0].year;return A[e].days[this.month]}isLeapYear(){let e=this.year-A[0].year;return A[e].totalDays===366}getWeeksInMonth(){let e=new O(this.year,this.month,1).getDay(),t=this.daysInMonth();return Math.ceil((e+t)/7)}diff(e,t){switch(t){case"day":return Math.floor((this.timestamp.getTime()-e.timestamp.getTime())/864e5);case"month":let i=this.year-e.year,a=this.month-e.month;return i*12+a;case"year":return this.year-e.year;default:throw new Error("Invalid unit for diff calculation")}}startOfDay(){let e=new Date(this.timestamp);return e.setHours(0,0,0,0),new O(e)}endOfDay(){let e=new Date(this.timestamp);return e.setHours(23,59,59,999),new O(e)}startOfWeek(e=0){if(e<0||e>6||!Number.isInteger(e))throw new Error("startOfWeek must be an integer between 0 and 6");let t=(this.getDay()-e+7)%7;return this.clone().startOfDay().addDays(-t)}endOfWeek(e=0){return this.startOfWeek(e).addDays(6).endOfDay()}startOfMonth(){return new O(this.year,this.month,1)}endOfMonth(){let e=this.daysInMonth();return new O(this.year,this.month,e).endOfDay()}startOfYear(){return new O(this.year,0,1)}endOfYear(){let e=this.year-A[0].year,t=A[e].days[11];return new O(this.year,11,t).endOfDay()}static getMonthName(e,t=!1,i=!1){if(e<0||e>11)throw new Error("Invalid month index, must be between 0-11");let a="";return i?a=t?uL[e]:dL[e]:a=t?cL[e]:sC[e],a}static getDayName(e,t=!1,i=!1){if(e<0||e>6)throw new Error("Invalid day index, must be between 0-6");let a="";return i?a=t?hL[e]:lL[e]:a=t?W7[e]:rL[e],a}static isValid(e,t,i){try{if(e<A[0].year||e>=A[0].year+A.length||t<0||t>11)return!1;let a=e-A[0].year,n=A[a].days[t];return!(i<1||i>n)}catch{return!1}}isValid(){return O.isValid(this.year,this.month,this.day)}static getCalendarDays(e,t){if(!O.isValid(e,t,1))throw new Error("Invalid year or month");let i={year:0,month:0,days:[]},a={year:0,month:0,days:[]},n={year:0,month:0,days:[]},r=e-A[0].year,l=new O(e,t,1).getDay(),h=A[r].days[t];a.year=e,a.month=t;let d=t-1,u=e,p=t+1,y=e;if(d<0&&(d=11,u--),u>A[0].year&&(i.year=u,i.month=d),u>=A[0].year&&l>0){let g=u-A[0].year,b=A[g].days[d];for(let k=0;k<l;k++)i.days.push(b-l+k+1)}for(let g=1;g<=h;g++)a.days.push(g);p>11&&(p=0,y++),y<A[0].year+A.length&&(n.year=y,n.month=p);let f=42-l-a.days.length;if(y<A[0].year+A.length&&f>0)for(let g=1;g<=f;g++)n.days.push(g);return{prevRemainingDays:l,prevMonth:i,currentMonth:a,nextMonth:n,remainingDays:f}}clone(){return new O(this)}isAfter(e){return this.timestamp.getTime()>e.timestamp.getTime()}isBefore(e){return this.timestamp.getTime()<e.timestamp.getTime()}isEqual(e){return this.year===e.year&&this.month===e.month&&this.day===e.day}isSame(e,t){switch(t){case"year":return this.year===e.year;case"month":return this.year===e.year&&this.month===e.month;case"day":return this.isEqual(e);default:throw new Error("Invalid unit for comparison")}}static getQuarter(e,t){if(e<1||e>4||!Number.isInteger(e))throw new Error("Quarter must be an integer between 1 and 4");let i=t??new O().getYear(),a=(e-1)*3,n=new O(i,a,1),r=new O(i,a+2,1).endOfMonth();return{start:n,end:r}}getCurrentQuarter(){return Math.floor(this.month/3)+1}static getQuarters(e){let t=e??new O().getYear();return{Q1:O.getQuarter(1,t),Q2:O.getQuarter(2,t),Q3:O.getQuarter(3,t),Q4:O.getQuarter(4,t)}}static getCurrentFiscalYear(){let e=new O,t=e.getYear();return e.getMonth()<3?t-1:t}static getFiscalYearQuarter(e,t){if(e<1||e>4||!Number.isInteger(e))throw new Error("Quarter must be an integer between 1 and 4");let i=t??O.getCurrentFiscalYear(),a=i,n=(e-1)*3+3;e===4&&(a=i+1,n=0),n>11&&(a++,n-=12);let r=n+2,l=a;r>11&&(l++,r-=12);let h=new O(a,n,1),d=new O(l,r,1).endOfMonth();return{start:h,end:d}}getCurrentFiscalYearQuarter(){let e=this.getMonth();return e>=3&&e<=5?1:e>=6&&e<=8?2:e>=9&&e<=11?3:4}getCurrentFiscalYearQuarterDates(){let e=this.getCurrentFiscalYearQuarter(),t=O.getCurrentFiscalYear();return O.getFiscalYearQuarter(e,t)}static getFiscalYearQuarters(e){let t=e??O.getCurrentFiscalYear();return{Q1:O.getFiscalYearQuarter(1,t),Q2:O.getFiscalYearQuarter(2,t),Q3:O.getFiscalYearQuarter(3,t),Q4:O.getFiscalYearQuarter(4,t)}}};const jz=["placeholder","id"],Nz={key:0,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024",width:"1em",height:"1em"},_z=["id"],Wz={class:"calendar__body"},Uz={class:"calendar__head"},$z={class:"calendar__header_label"},Gz={key:0},Yz={key:2},Zz={key:4},Xz={class:"calendar__container"},Kz={key:0},Jz={class:"calendar__weeks"},Qz={class:"calendar__days"},eR=["title","onClick"],tR=["title","onClick"],iR=["title","onClick"],aR=["onClick"],oR=["onClick"],$7=10,nR=c.defineComponent({__name:"NepaliDatePicker",props:{modelValue:{type:String,default:""},yearSelect:{type:Boolean,default:!0},monthSelect:{type:Boolean,default:!0},class:{type:String,default:""},placeholder:{type:String,default:""}},emits:["update:modelValue","onSelect"],setup(o,{emit:e}){const t=o,i=e,a=c.ref(t.modelValue?new Z(t.modelValue):new Z),n=c.ref(!1),r=c.ref(t.modelValue),l=c.ref(null),h=c.ref(null),d=c.ref(null),u=c.ref(null),p=c.ref(t.modelValue?new Z(t.modelValue).getYear():new Z().getYear()),y=c.ref(t.modelValue?new Z(t.modelValue).getMonth():new Z().getMonth()),f=c.ref(!1),g=c.ref(!1),b=c.ref(A[0].year),k=c.ref(A.length+A[0].year-1),m=c.ref(0);c.watch(()=>t.modelValue,()=>{r.value=t.modelValue,p.value=t.modelValue?new Z(t.modelValue).getYear():new Z().getYear(),y.value=t.modelValue?new Z(t.modelValue).getMonth():new Z().getMonth(),a.value=t.modelValue?new Z(t.modelValue):new Z});const v=c.computed(()=>a.value.year==b.value&&a.value.month==0?[]:(A.forEach(T=>{let x=a.value.year,D=a.value.month-1;M.value[0].month==0&&(x=x-1,D=11),T.year===x&&T.days.forEach((ae,He)=>{He===D&&(h.value=ae)})}),Array(h.value).fill(null).map((T,x)=>new Z(a.value.year,a.value.month-1,x+1)).slice(-(S.value?S.value:0)))),M=c.computed(()=>(A.forEach(T=>{T.year===a.value.year&&T.days.forEach((x,D)=>{D===a.value.month&&(l.value=x)})}),Array(l.value).fill(null).map((T,x)=>new Z(a.value.year,a.value.month,x+1)))),C=c.computed(()=>a.value.year==k.value&&a.value.month==11?[]:(A.forEach(T=>{let x=a.value.year,D=a.value.month+1;M.value[0].month==11&&(x=x+1,D=0),T.year===x&&T.days.forEach((ae,He)=>{He===D&&(d.value=ae)})}),Array(d.value).fill(null).map((T,x)=>new Z(a.value.year,a.value.month+1,x+1)).slice(0,L.value))),S=c.computed(()=>{const T=new Z(p.value,y.value,1);return W7.forEach((x,D)=>{T.format("DDD")==="Su"?u.value=7:T.format("DDD")===x&&(u.value=D)}),u.value}),L=c.computed(()=>42-M.value.length-(S.value?S.value:0)),H=()=>{if(g.value=!g.value,f.value=!1,g.value){const T=a.value.year,x=A.findIndex(D=>D.year===T);m.value=Math.floor(x/$7)}},I=(T,x)=>{T?n.value=!0:x?n.value=!1:n.value=!n.value,n.value?document.addEventListener("click",u9):(document.removeEventListener("click",u9),EE())},z=()=>{f.value=!f.value,g.value=!1},R=()=>{let T=a.value.month+1,x=a.value.year;T>11&&(x++,T=0),x+1<b.value||x>k.value||(c9(T,x),a.value=new Z(x,T,1))},N=()=>{if(g.value)m.value<Tn.value-1&&m.value++;else{let T=a.value.month,x=a.value.year+1;x<b.value||x>k.value||(c9(T,x),a.value=new Z(x,T,1))}},P=()=>{let T=a.value.month-1,x=a.value.year;T<0&&(x--,T=11),x<b.value||x>k.value||(c9(T,x),a.value=new Z(x,T,1))},Re=()=>{if(g.value)m.value>0&&m.value--;else{let T=a.value.month,x=a.value.year-1;x<b.value||x>k.value||(c9(T,x),a.value=new Z(x,T,1))}},ie=T=>t.modelValue?new Z(t.modelValue).getTime()===T.getTime():!1,U=T=>a.value.month==T,be=T=>a.value.year==T,Le=T=>{const x=new Z;return T.day===x.day&&T.year===x.year&&T.month===x.month},Ee=c.computed(()=>{const T=A.map(D=>D.year),x=m.value*$7;return T.slice(x,x+$7)}),Tn=c.computed(()=>Math.ceil(A.length/$7)),Dn=T=>{let x="";const D="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",ae=D.length;let He=0;for(;He<T;)x+=D.charAt(Math.floor(Math.random()*ae)),He+=1;return x},zn=Dn(3)+Dn(3)+Dn(3),c9=(T,x)=>{y.value=T,p.value=x},jV=T=>{y.value=T,a.value.setMonth(T),f.value=!1},NV=T=>{p.value=T,a.value.setYear(T),g.value=!1,t.monthSelect&&(f.value=!0)},d9=T=>{a.value=T,r.value=a.value.format("YYYY-MM-DD"),i("update:modelValue",r.value),i("onSelect",r.value),I()},_V=()=>{/^\d{4}-\d{2}-\d{2}$/.test(r.value)||(r.value=t.modelValue);try{const T=new Z(r.value);d9(T)}catch{r.value=t.modelValue}},u9=T=>{const x=document.getElementById("nepali-calendar-"+zn),D=document.getElementById("nepali-date-input-"+zn);x&&!x.contains(T.target)&&D&&!D.contains(T.target)&&(n.value=!1,EE(),document.removeEventListener("click",u9))},EE=()=>{f.value=!1,g.value=!1,a.value=t.modelValue?new Z(t.modelValue):new Z},WV=()=>{f.value=!1,g.value=!1,a.value=new Z,i("update:modelValue",""),i("onSelect",""),I(!1,!0)};return c.onUnmounted(()=>{document.removeEventListener("click",u9)}),(T,x)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["nepali-datepicker",t.class]),key:zn},[c.createElementVNode("div",{class:c.normalizeClass(["calendar-input-div",o.modelValue?"calendar-input-contain-value":""])},[c.withDirectives(c.createElementVNode("input",{type:"text",class:"calendar-input",onClick:x[0]||(x[0]=D=>I(!0)),"onUpdate:modelValue":x[1]||(x[1]=D=>r.value=D),placeholder:o.placeholder,"aria-haspopup":"true",id:"nepali-date-input-"+zn,onKeyup:x[2]||(x[2]=c.withKeys(D=>_V(),["enter"]))},null,40,jz),[[c.vModelText,r.value]]),c.createElementVNode("div",{class:"calendar-input-icon calender-icon",onClick:x[3]||(x[3]=c.withModifiers(D=>I(!0),["stop"]))},[n.value&&o.modelValue?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("svg",Nz,x[11]||(x[11]=[c.createElementVNode("path",{d:"M940.218 107.055H730.764v-60.51H665.6v60.51H363.055v-60.51H297.89v60.51H83.78c-18.617 0-32.581 13.963-32.581 32.581v805.237c0 18.618 13.964 32.582 32.582 32.582h861.09c18.619 0 32.583-13.964 32.583-32.582V139.636c-4.655-18.618-18.619-32.581-37.237-32.581zm-642.327 65.163v60.51h65.164v-60.51h307.2v60.51h65.163v-60.51h176.873v204.8H116.364v-204.8H297.89zM116.364 912.291V442.18H912.29v470.11H116.364z"},null,-1)])))]),o.modelValue?(c.openBlock(),c.createElementBlock("div",{key:0,class:c.normalizeClass(["calendar-input-icon",n.value?"":"calendar-clear-input"]),onClick:x[4]||(x[4]=c.withModifiers(D=>WV(),["stop"]))},x[12]||(x[12]=[c.createElementVNode("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c.createElementVNode("path",{id:"Vector",d:"M18 18L12 12M12 12L6 6M12 12L18 6M12 12L6 18","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"})],-1)]),2)):c.createCommentVNode("",!0)],2),c.createVNode(c.Transition,{name:"calendar-animation"},{default:c.withCtx(()=>[n.value?(c.openBlock(),c.createElementBlock("div",{key:0,class:c.normalizeClass(["calendar",{show:n.value}]),id:"nepali-calendar-"+zn,style:{"user-select":"none"}},[c.createElementVNode("div",Wz,[c.createElementVNode("div",Uz,[c.createElementVNode("div",null,[c.createElementVNode("button",{class:"calendar__toggle_button",onClick:x[5]||(x[5]=D=>Re())},x[13]||(x[13]=[c.createElementVNode("i",{class:"calendar-icon-double-left"},null,-1)])),!f.value&&!g.value?(c.openBlock(),c.createElementBlock("button",{key:0,class:"calendar__toggle_button",onClick:x[6]||(x[6]=D=>P())},x[14]||(x[14]=[c.createElementVNode("i",{class:"calendar-icon-left"},null,-1)]))):c.createCommentVNode("",!0)]),c.createElementVNode("div",$z,[o.monthSelect?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("a",Gz,c.toDisplayString(a.value.format("MMMM")),1)),!f.value&&!g.value&&o.monthSelect?(c.openBlock(),c.createElementBlock("a",{key:1,class:"calendar__header_selector",onClick:c.withModifiers(z,["stop"])},c.toDisplayString(a.value.format("MMMM")),1)):c.createCommentVNode("",!0),o.yearSelect?c.createCommentVNode("",!0):(c.openBlock(),c.createElementBlock("a",Yz,c.toDisplayString(a.value.format("YYYY")),1)),!g.value&&o.yearSelect?(c.openBlock(),c.createElementBlock("a",{key:3,class:"calendar__header_selector",onClick:c.withModifiers(H,["stop"])},c.toDisplayString(a.value.format("YYYY")),1)):c.createCommentVNode("",!0),g.value&&o.yearSelect?(c.openBlock(),c.createElementBlock("a",Zz,c.toDisplayString(Ee.value[0])+" ~ "+c.toDisplayString(Ee.value[Ee.value.length-1]),1)):c.createCommentVNode("",!0)]),c.createElementVNode("div",null,[!f.value&&!g.value?(c.openBlock(),c.createElementBlock("button",{key:0,class:"calendar__toggle_button",onClick:x[7]||(x[7]=D=>R())},x[15]||(x[15]=[c.createElementVNode("i",{class:"calendar-icon-right"},null,-1)]))):c.createCommentVNode("",!0),c.createElementVNode("button",{class:"calendar__toggle_button",onClick:x[8]||(x[8]=D=>N())},x[16]||(x[16]=[c.createElementVNode("i",{class:"calendar-icon-double-right"},null,-1)]))])]),c.createElementVNode("div",Xz,[!f.value&&!g.value?(c.openBlock(),c.createElementBlock("div",Kz,[c.createElementVNode("div",Jz,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(c.unref(W7),(D,ae)=>(c.openBlock(),c.createElementBlock("div",{key:ae,class:"calendar__weekday"},c.toDisplayString(D),1))),128))]),c.createElementVNode("div",Qz,[a.value.year==b.value&&a.value.month==0?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:0},c.renderList(S.value,D=>(c.openBlock(),c.createElementBlock("div",{class:"calendar__day_spacer",key:D}))),128)):c.createCommentVNode("",!0),S.value?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:1},c.renderList(v.value,(D,ae)=>(c.openBlock(),c.createElementBlock("div",{key:ae,class:"calendar__day not_current_month",title:`${D.year}-${D.month+1}-${D.day}`,onClick:He=>d9(D)},[c.createElementVNode("span",null,c.toDisplayString(D.day),1)],8,eR))),128)):c.createCommentVNode("",!0),(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(M.value,(D,ae)=>(c.openBlock(),c.createElementBlock("div",{key:ae,class:c.normalizeClass(["calendar__day",{selected:ie(D),today:Le(D)}]),title:`${D.year}-${D.month+1}-${D.day}`,onClick:He=>d9(D)},[c.createElementVNode("span",null,c.toDisplayString(D.day),1)],10,tR))),128)),S.value?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:2},c.renderList(C.value,(D,ae)=>(c.openBlock(),c.createElementBlock("div",{key:ae,class:"calendar__day not_current_month",title:`${D.year}-${D.month+1}-${D.day}`,onClick:He=>d9(D)},[c.createElementVNode("span",null,c.toDisplayString(D.day),1)],8,iR))),128)):c.createCommentVNode("",!0),a.value.year==k.value&&a.value.month==11?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:3},c.renderList(L.value,D=>(c.openBlock(),c.createElementBlock("div",{class:"calendar__day_spacer",key:D}))),128)):c.createCommentVNode("",!0)])])):c.createCommentVNode("",!0),f.value?(c.openBlock(),c.createElementBlock("div",{key:1,class:"calendar__months",onClick:x[9]||(x[9]=c.withModifiers(()=>{},["stop"]))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(c.unref(sC),(D,ae)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["calendar_month",{selected:U(ae)}]),onClick:He=>jV(ae)},c.toDisplayString(D),11,aR))),256))])):c.createCommentVNode("",!0),g.value?(c.openBlock(),c.createElementBlock("div",{key:2,class:"calendar__years",onClick:x[10]||(x[10]=c.withModifiers(()=>{},["stop"]))},[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(Ee.value,D=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["calendar__year",{selected:be(D)}]),onClick:ae=>NV(D)},c.toDisplayString(D),11,oR))),256))])):c.createCommentVNode("",!0)])])],10,_z)):c.createCommentVNode("",!0)]),_:1})],2))}}),sR=(o,e)=>{const t=o.__vccOpts||o;for(const[i,a]of e)t[i]=a;return t},lC=sR(nR,[["__scopeId","data-v-2be2f4ff"]]),rR={class:"flex gap-[5px]"},lR={key:2},hR=["value","disabled"],cR=c.defineComponent({__name:"DateSelector",props:{modelValue:{default:""},inputWidth:{default:120},isBS:{type:Boolean,default:!1},showToggle:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},classValue:{}},emits:["update:modelValue","update:isBS"],setup(o,{emit:e}){const t=o,i=e,a=c.ref(""),n=c.ref(t.isBS);c.watch(()=>t.modelValue,l=>{/^\d{4}-\d{2}-\d{2}$/.test(l)?l!==a.value&&(a.value=n.value?l?Ge(l):"":l):i("update:modelValue",n.value?a.value?he(a.value):"":a.value)},{immediate:!0}),c.watch(()=>a.value,l=>{i("update:modelValue",n.value?l?he(l):"":l)});const r=()=>{n.value?a.value=a.value?Ge(a.value):"":a.value=a.value?he(a.value):""};return c.watch(()=>t.isBS,l=>{l!==n.value&&(n.value=l)}),c.watch(()=>n.value,l=>{i("update:isBS",l),r()}),(l,h)=>(c.openBlock(),c.createElementBlock("div",rR,[!n.value&&!l.disabled?(c.openBlock(),c.createBlock(c.unref(oC),{key:0,value:a.value,"onUpdate:value":h[0]||(h[0]=d=>a.value=d),valueType:"YYYY-MM-DD",class:c.normalizeClass(l.classValue?l.classValue:"w-[120px]")},null,8,["value","class"])):n.value&&!l.disabled?(c.openBlock(),c.createBlock(c.unref(lC),{key:1,modelValue:a.value,"onUpdate:modelValue":h[1]||(h[1]=d=>a.value=d),class:c.normalizeClass(l.classValue?l.classValue:"w-[120px]")},null,8,["modelValue","class"])):l.disabled?(c.openBlock(),c.createElementBlock("div",lR,[c.createElementVNode("input",{type:"text",name:"",id:"",value:a.value,disabled:l.disabled,style:c.normalizeStyle(`width: ${l.inputWidth}px; min-width: ${l.inputWidth}px; max-width: ${l.inputWidth}px`)},null,12,hR)])):c.createCommentVNode("",!0),l.showToggle?(c.openBlock(),c.createBlock(F9,{key:3,modelValue:n.value,"onUpdate:modelValue":h[2]||(h[2]=d=>n.value=d),onText:"BS",offText:"AD"},null,8,["modelValue"])):c.createCommentVNode("",!0)]))}});function hC(o){return o===0?!1:Array.isArray(o)&&o.length===0?!0:!o}function dR(o){return(...e)=>!o(...e)}function uR(o,e){return o===void 0&&(o="undefined"),o===null&&(o="null"),o===!1&&(o="false"),o.toString().toLowerCase().indexOf(e.trim())!==-1}function pR(o){return o.filter(e=>!e.$isLabel)}function cC(o,e){return t=>t.reduce((i,a)=>a[o]&&a[o].length?(i.push({$groupLabel:a[e],$isLabel:!0}),i.concat(a[o])):i,[])}const fL=(...o)=>e=>o.reduce((t,i)=>i(t),e);var yR={data(){return{search:"",isOpen:!1,preferredOpenDirection:"below",optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:"Select option"},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(o,e){return hC(o)?"":e?o[e]:o}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:"Press enter to create a tag"},tagPosition:{type:String,default:"top"},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1},filteringSortFunc:{type:Function,default:null}},mounted(){!this.multiple&&this.max&&console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){const o=this.search||"",e=o.toLowerCase().trim();let t=this.options.concat();return this.internalSearch?t=this.groupValues?this.filterAndFlat(t,e,this.label):this.filterOptions(t,e,this.label,this.customLabel):t=this.groupValues?cC(this.groupValues,this.groupLabel)(t):t,t=this.hideSelected?t.filter(dR(this.isSelected)):t,this.taggable&&e.length&&!this.isExistingOption(e)&&(this.tagPosition==="bottom"?t.push({isTag:!0,label:o}):t.unshift({isTag:!0,label:o})),t.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(o=>o[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(e=>this.customLabel(e,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?"":this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?"":this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search="",this.$emit("update:modelValue",this.multiple?[]:null))},deep:!0},search(){this.$emit("search-change",this.search)}},emits:["open","search-change","close","select","update:modelValue","remove","tag"],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(o,e,t){return fL(this.filterGroups(e,t,this.groupValues,this.groupLabel,this.customLabel),cC(this.groupValues,this.groupLabel))(o)},flatAndStrip(o){return fL(cC(this.groupValues,this.groupLabel),pR)(o)},updateSearch(o){this.search=o},isExistingOption(o){return this.options?this.optionKeys.indexOf(o)>-1:!1},isSelected(o){const e=this.trackBy?o[this.trackBy]:o;return this.valueKeys.indexOf(e)>-1},isOptionDisabled(o){return!!o.$isDisabled},getOptionLabel(o){if(hC(o))return"";if(o.isTag)return o.label;if(o.$isLabel)return o.$groupLabel;const e=this.customLabel(o,this.label);return hC(e)?"":e},select(o,e){if(o.$isLabel&&this.groupSelect){this.selectGroup(o);return}if(!(this.blockKeys.indexOf(e)!==-1||this.disabled||o.$isDisabled||o.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(e==="Tab"&&!this.pointerDirty)){if(o.isTag)this.$emit("tag",o.label,this.id),this.search="",this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(o)){e!=="Tab"&&this.removeElement(o);return}this.multiple?this.$emit("update:modelValue",this.internalValue.concat([o])):this.$emit("update:modelValue",o),this.$emit("select",o,this.id),this.clearOnSelect&&(this.search="")}this.closeOnSelect&&this.deactivate()}},selectGroup(o){const e=this.options.find(t=>t[this.groupLabel]===o.$groupLabel);if(e){if(this.wholeGroupSelected(e)){this.$emit("remove",e[this.groupValues],this.id);const t=this.trackBy?e[this.groupValues].map(a=>a[this.trackBy]):e[this.groupValues],i=this.internalValue.filter(a=>t.indexOf(this.trackBy?a[this.trackBy]:a)===-1);this.$emit("update:modelValue",i)}else{const t=e[this.groupValues].filter(i=>!(this.isOptionDisabled(i)||this.isSelected(i)));this.max&&t.splice(this.max-this.internalValue.length),this.$emit("select",t,this.id),this.$emit("update:modelValue",this.internalValue.concat(t))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(o){return o[this.groupValues].every(e=>this.isSelected(e)||this.isOptionDisabled(e))},wholeGroupDisabled(o){return o[this.groupValues].every(this.isOptionDisabled)},removeElement(o,e=!0){if(this.disabled||o.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}const t=typeof o=="object"?this.valueKeys.indexOf(o[this.trackBy]):this.valueKeys.indexOf(o);if(this.multiple){const i=this.internalValue.slice(0,t).concat(this.internalValue.slice(t+1));this.$emit("update:modelValue",i)}else this.$emit("update:modelValue",null);this.$emit("remove",o,this.id),this.closeOnSelect&&e&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf("Delete")===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=""),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||typeof this.$el<"u"&&this.$el.focus(),this.$emit("open",this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search!==null&&typeof this.$refs.search<"u"&&this.$refs.search.blur():typeof this.$el<"u"&&this.$el.blur(),this.preserveSearch||(this.search=""),this.$emit("close",this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>"u")return;const o=this.$el.getBoundingClientRect().top,e=window.innerHeight-this.$el.getBoundingClientRect().bottom;e>this.maxHeight||e>o||this.openDirection==="below"||this.openDirection==="bottom"?(this.preferredOpenDirection="below",this.optimizedHeight=Math.min(e-40,this.maxHeight)):(this.preferredOpenDirection="above",this.optimizedHeight=Math.min(o-40,this.maxHeight))},filterOptions(o,e,t,i){return e?o.filter(a=>uR(i(a,t),e)).sort((a,n)=>typeof this.filteringSortFunc=="function"?this.filteringSortFunc(a,n):i(a,t).length-i(n,t).length):o},filterGroups(o,e,t,i,a){return n=>n.map(r=>{if(!r[t])return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."),[];const l=this.filterOptions(r[t],o,e,a);return l.length?{[i]:r[i],[t]:l}:[]})}}},fR={data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute("aria-activedescendant",this.id+"-"+this.pointer.toString())}},methods:{optionHighlight(o,e){return{"multiselect__option--highlight":o===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(e)}},groupHighlight(o,e){if(!this.groupSelect)return["multiselect__option--disabled",{"multiselect__option--group":e.$isLabel}];const t=this.options.find(i=>i[this.groupLabel]===e.$groupLabel);return t&&!this.wholeGroupDisabled(t)?["multiselect__option--group",{"multiselect__option--highlight":o===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(t)}]:"multiselect__option--disabled"},addPointerElement({key:o}="Enter"){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],o),this.pointerReset()},pointerForward(){this.pointer<this.filteredOptions.length-1&&(this.pointer++,this.$refs.list.scrollTop<=this.pointerPosition-(this.visibleElements-1)*this.optionHeight&&(this.$refs.list.scrollTop=this.pointerPosition-(this.visibleElements-1)*this.optionHeight),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()),this.pointerDirty=!0},pointerBackward(){this.pointer>0?(this.pointer--,this.$refs.list.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(o){this.pointer=o,this.pointerDirty=!0}}},mL={name:"vue-multiselect",mixins:[yR,fR],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:""},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:"Press enter to select"},selectGroupLabel:{type:String,default:"Press enter to select group"},selectedLabel:{type:String,default:"Selected"},deselectLabel:{type:String,default:"Press enter to remove"},deselectGroupLabel:{type:String,default:"Press enter to deselect group"},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:o=>`and ${o} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},spellcheck:{type:Boolean,default:!1},openDirection:{type:String,default:""},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0},required:{type:Boolean,default:!1}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:""},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:""},selectLabelText(){return this.showLabels?this.selectLabel:""},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:""},selectedLabelText(){return this.showLabels?this.selectedLabel:""},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:"100%"}:{width:"0",position:"absolute",padding:"0"}:""},contentStyle(){return this.options.length?{display:"inline-block"}:{display:"block"}},isAbove(){return this.openDirection==="above"||this.openDirection==="top"?!0:this.openDirection==="below"||this.openDirection==="bottom"?!1:this.preferredOpenDirection==="above"},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)},isRequired(){return this.required===!1?!1:this.internalValue.length<=0}}};const mR=["tabindex","aria-expanded","aria-owns","aria-activedescendant"],gR={ref:"tags",class:"multiselect__tags"},kR={class:"multiselect__tags-wrap"},bR=["textContent"],wR=["onKeypress","onMousedown"],vR=["textContent"],MR={class:"multiselect__spinner"},CR=["name","id","spellcheck","placeholder","required","value","disabled","tabindex","aria-label","aria-controls"],xR=["id","aria-multiselectable"],LR={key:0},ER={class:"multiselect__option"},SR=["aria-selected","id","role"],IR=["onClick","onMouseenter","data-select","data-selected","data-deselect"],TR=["data-select","data-deselect","onMouseenter","onMousedown"],DR={class:"multiselect__option"},zR={class:"multiselect__option"};function RR(o,e,t,i,a,n){return c.openBlock(),c.createElementBlock("div",{tabindex:o.searchable?-1:t.tabindex,class:c.normalizeClass([{"multiselect--active":o.isOpen,"multiselect--disabled":t.disabled,"multiselect--above":n.isAbove,"multiselect--has-options-group":n.hasOptionGroup},"multiselect"]),onFocus:e[14]||(e[14]=r=>o.activate()),onBlur:e[15]||(e[15]=r=>o.searchable?!1:o.deactivate()),onKeydown:[e[16]||(e[16]=c.withKeys(c.withModifiers(r=>o.pointerForward(),["self","prevent"]),["down"])),e[17]||(e[17]=c.withKeys(c.withModifiers(r=>o.pointerBackward(),["self","prevent"]),["up"]))],onKeypress:e[18]||(e[18]=c.withKeys(c.withModifiers(r=>o.addPointerElement(r),["stop","self"]),["enter","tab"])),onKeyup:e[19]||(e[19]=c.withKeys(r=>o.deactivate(),["esc"])),role:"combobox","aria-expanded":o.isOpen,"aria-owns":"listbox-"+o.id,"aria-activedescendant":o.isOpen&&o.pointer!==null?o.id+"-"+o.pointer:null},[c.renderSlot(o.$slots,"caret",{toggle:o.toggle},()=>[c.createElementVNode("div",{onMousedown:e[0]||(e[0]=c.withModifiers(r=>o.toggle(),["prevent","stop"])),class:"multiselect__select"},null,32)]),c.renderSlot(o.$slots,"clear",{search:o.search}),c.createElementVNode("div",gR,[c.renderSlot(o.$slots,"selection",{search:o.search,remove:o.removeElement,values:n.visibleValues,isOpen:o.isOpen},()=>[c.withDirectives(c.createElementVNode("div",kR,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(n.visibleValues,(r,l)=>c.renderSlot(o.$slots,"tag",{option:r,search:o.search,remove:o.removeElement},()=>[(c.openBlock(),c.createElementBlock("span",{class:"multiselect__tag",key:l,onMousedown:e[1]||(e[1]=c.withModifiers(()=>{},["prevent"]))},[c.createElementVNode("span",{textContent:c.toDisplayString(o.getOptionLabel(r))},null,8,bR),c.createElementVNode("i",{tabindex:"1",onKeypress:c.withKeys(c.withModifiers(h=>o.removeElement(r),["prevent"]),["enter"]),onMousedown:c.withModifiers(h=>o.removeElement(r),["prevent"]),class:"multiselect__tag-icon"},null,40,wR)],32))])),256))],512),[[c.vShow,n.visibleValues.length>0]]),o.internalValue&&o.internalValue.length>t.limit?c.renderSlot(o.$slots,"limit",{key:0},()=>[c.createElementVNode("strong",{class:"multiselect__strong",textContent:c.toDisplayString(t.limitText(o.internalValue.length-t.limit))},null,8,vR)]):c.createCommentVNode("v-if",!0)]),c.createVNode(c.Transition,{name:"multiselect__loading"},{default:c.withCtx(()=>[c.renderSlot(o.$slots,"loading",{},()=>[c.withDirectives(c.createElementVNode("div",MR,null,512),[[c.vShow,t.loading]])])]),_:3}),o.searchable?(c.openBlock(),c.createElementBlock("input",{key:0,ref:"search",name:t.name,id:o.id,type:"text",autocomplete:"off",spellcheck:t.spellcheck,placeholder:o.placeholder,required:n.isRequired,style:c.normalizeStyle(n.inputStyle),value:o.search,disabled:t.disabled,tabindex:t.tabindex,"aria-label":t.name+"-searchbox",onInput:e[2]||(e[2]=r=>o.updateSearch(r.target.value)),onFocus:e[3]||(e[3]=c.withModifiers(r=>o.activate(),["prevent"])),onBlur:e[4]||(e[4]=c.withModifiers(r=>o.deactivate(),["prevent"])),onKeyup:e[5]||(e[5]=c.withKeys(r=>o.deactivate(),["esc"])),onKeydown:[e[6]||(e[6]=c.withKeys(c.withModifiers(r=>o.pointerForward(),["prevent"]),["down"])),e[7]||(e[7]=c.withKeys(c.withModifiers(r=>o.pointerBackward(),["prevent"]),["up"])),e[9]||(e[9]=c.withKeys(c.withModifiers(r=>o.removeLastElement(),["stop"]),["delete"]))],onKeypress:e[8]||(e[8]=c.withKeys(c.withModifiers(r=>o.addPointerElement(r),["prevent","stop","self"]),["enter"])),class:"multiselect__input","aria-controls":"listbox-"+o.id},null,44,CR)):c.createCommentVNode("v-if",!0),n.isSingleLabelVisible?(c.openBlock(),c.createElementBlock("span",{key:1,class:"multiselect__single",onMousedown:e[10]||(e[10]=c.withModifiers((...r)=>o.toggle&&o.toggle(...r),["prevent"]))},[c.renderSlot(o.$slots,"singleLabel",{option:n.singleValue},()=>[c.createTextVNode(c.toDisplayString(o.currentOptionLabel),1)])],32)):c.createCommentVNode("v-if",!0),n.isPlaceholderVisible?(c.openBlock(),c.createElementBlock("span",{key:2,class:"multiselect__placeholder",onMousedown:e[11]||(e[11]=c.withModifiers((...r)=>o.toggle&&o.toggle(...r),["prevent"]))},[c.renderSlot(o.$slots,"placeholder",{},()=>[c.createTextVNode(c.toDisplayString(o.placeholder),1)])],32)):c.createCommentVNode("v-if",!0)],512),c.createVNode(c.Transition,{name:"multiselect",persisted:""},{default:c.withCtx(()=>[c.withDirectives(c.createElementVNode("div",{class:"multiselect__content-wrapper",onFocus:e[12]||(e[12]=(...r)=>o.activate&&o.activate(...r)),tabindex:"-1",onMousedown:e[13]||(e[13]=c.withModifiers(()=>{},["prevent"])),style:c.normalizeStyle({maxHeight:o.optimizedHeight+"px"}),ref:"list"},[c.createElementVNode("ul",{class:"multiselect__content",style:c.normalizeStyle(n.contentStyle),role:"listbox",id:"listbox-"+o.id,"aria-multiselectable":o.multiple},[c.renderSlot(o.$slots,"beforeList"),o.multiple&&o.max===o.internalValue.length?(c.openBlock(),c.createElementBlock("li",LR,[c.createElementVNode("span",ER,[c.renderSlot(o.$slots,"maxElements",{},()=>[c.createTextVNode("Maximum of "+c.toDisplayString(o.max)+" options selected. First remove a selected option to select another.",1)])])])):c.createCommentVNode("v-if",!0),!o.max||o.internalValue.length<o.max?(c.openBlock(!0),c.createElementBlock(c.Fragment,{key:1},c.renderList(o.filteredOptions,(r,l)=>(c.openBlock(),c.createElementBlock("li",{class:"multiselect__element",key:l,"aria-selected":o.isSelected(r),id:o.id+"-"+l,role:r&&(r.$isLabel||r.$isDisabled)?null:"option"},[r&&(r.$isLabel||r.$isDisabled)?c.createCommentVNode("v-if",!0):(c.openBlock(),c.createElementBlock("span",{key:0,class:c.normalizeClass([o.optionHighlight(l,r),"multiselect__option"]),onClick:c.withModifiers(h=>o.select(r),["stop"]),onMouseenter:c.withModifiers(h=>o.pointerSet(l),["self"]),"data-select":r&&r.isTag?o.tagPlaceholder:n.selectLabelText,"data-selected":n.selectedLabelText,"data-deselect":n.deselectLabelText},[c.renderSlot(o.$slots,"option",{option:r,search:o.search,index:l},()=>[c.createElementVNode("span",null,c.toDisplayString(o.getOptionLabel(r)),1)])],42,IR)),r&&(r.$isLabel||r.$isDisabled)?(c.openBlock(),c.createElementBlock("span",{key:1,"data-select":o.groupSelect&&n.selectGroupLabelText,"data-deselect":o.groupSelect&&n.deselectGroupLabelText,class:c.normalizeClass([o.groupHighlight(l,r),"multiselect__option"]),onMouseenter:c.withModifiers(h=>o.groupSelect&&o.pointerSet(l),["self"]),onMousedown:c.withModifiers(h=>o.selectGroup(r),["prevent"])},[c.renderSlot(o.$slots,"option",{option:r,search:o.search,index:l},()=>[c.createElementVNode("span",null,c.toDisplayString(o.getOptionLabel(r)),1)])],42,TR)):c.createCommentVNode("v-if",!0)],8,SR))),128)):c.createCommentVNode("v-if",!0),c.withDirectives(c.createElementVNode("li",null,[c.createElementVNode("span",DR,[c.renderSlot(o.$slots,"noResult",{search:o.search},()=>[e[20]||(e[20]=c.createTextVNode("No elements found. Consider changing the search query."))])])],512),[[c.vShow,t.showNoResults&&o.filteredOptions.length===0&&o.search&&!t.loading]]),c.withDirectives(c.createElementVNode("li",null,[c.createElementVNode("span",zR,[c.renderSlot(o.$slots,"noOptions",{},()=>[e[21]||(e[21]=c.createTextVNode("List is empty."))])])],512),[[c.vShow,t.showNoOptions&&(o.options.length===0||n.hasOptionGroup===!0&&o.filteredOptions.length===0)&&!o.search&&!t.loading]]),c.renderSlot(o.$slots,"afterList")],12,xR)],36),[[c.vShow,o.isOpen]])]),_:3})],42,mR)}mL.render=RR;const HR={class:"flex gap-[5px] w-[100%]"},AR=c.defineComponent({__name:"DateRange",props:{modelValue:{default:()=>({startDate:"",endDate:"",dateType:"today",isBS:!1})}},emits:["update:modelValue","search"],setup(o,{emit:e}){const t=e,i=o,a=new ye,n=a.format("YYYY-MM-DD"),r=n?he(n):"",l=c.ref(i.modelValue.isBS?i.modelValue.isBS:!1),h=c.ref(""),d=c.ref(""),u=M=>y.find(C=>C.id===M)||y[4],p=c.computed({get(){return u(i.modelValue.dateType||"today")},set(M){m({dateType:M.id})}}),y=[{name:"Year to date",id:"year_to_date"},{name:"Quarter to date",id:"quarter_to_date"},{name:"Month to date",id:"month_to_date"},{name:"Week to date",id:"week_to_date"},{name:"Today",id:"today"},{name:"Last 30 days",id:"last_30_days"},{name:"Last 90 days",id:"last_90_days"},{name:"First quarter (Q1)",id:"first_quarter"},{name:"Second quarter (Q2)",id:"second_quarter"},{name:"Third quarter (Q3)",id:"third_quarter"},{name:"Fourth quarter (Q4)",id:"fourth_quarter"},{name:"Custom",id:"custom"}];c.onMounted(()=>{f()});const f=()=>{if(i.modelValue.startDate&&i.modelValue.endDate)h.value=l.value?Ge(i.modelValue.startDate):i.modelValue.startDate,d.value=l.value?Ge(i.modelValue.endDate):i.modelValue.endDate;else{const M=l.value?n:r;h.value=M,d.value=M,m({startDate:r,endDate:r})}i.modelValue.dateType||(p.value=u("today"),m({dateType:"today"})),i.modelValue.isBS||m({isBS:!1})},g=()=>{h.value&&(h.value=h.value?l.value?Ge(h.value):he(h.value):""),d.value&&(d.value=d.value?l.value?Ge(d.value):he(d.value):"")},b=()=>{m({dateType:"custom"}),k()},k=()=>{let M=h.value,C=d.value;l.value&&(M=h.value?he(h.value):"",C=d.value?he(d.value):""),m({startDate:M,endDate:C})},m=M=>{t("update:modelValue",{...i.modelValue,...M})},v=()=>{k(),t("search",i.modelValue)};return c.watch(()=>l.value,()=>{g(),m({isBS:l.value})}),c.watch(()=>i.modelValue.startDate,M=>{M&&M!==(h.value?l.value?he(h.value):h.value:"")&&(h.value=l.value?Ge(M):M,m({dateType:"custom"}))}),c.watch(()=>i.modelValue.endDate,M=>{M&&M!==(d.value?l.value?he(d.value):d.value:"")&&(d.value=l.value?Ge(M):M,m({dateType:"custom"}))}),c.watch(()=>i.modelValue.isBS,M=>{M!==l.value&&(l.value=M)}),c.watch(()=>h.value,()=>{k()}),c.watch(()=>d.value,()=>{k()}),c.watch(()=>i.modelValue.dateType,M=>{if(M==="custom")return;let C,S;switch(M){case"year_to_date":C=ye.getFiscalYearQuarter(1).start,S=a;break;case"quarter_to_date":C=a.getCurrentFiscalYearQuarterDates().start,S=a;break;case"month_to_date":C=a.startOfMonth(),S=a;break;case"week_to_date":C=a.startOfWeek(),S=a;break;case"today":C=a,S=a;break;case"last_30_days":C=a.addDays(-30),S=a;break;case"last_90_days":C=a.addDays(-90),S=a;break;case"first_quarter":C=ye.getFiscalYearQuarter(1).start,S=ye.getFiscalYearQuarter(1).end;break;case"second_quarter":C=ye.getFiscalYearQuarter(2).start,S=ye.getFiscalYearQuarter(2).end;break;case"third_quarter":C=ye.getFiscalYearQuarter(3).start,S=ye.getFiscalYearQuarter(3).end;break;case"fourth_quarter":C=ye.getFiscalYearQuarter(4).start,S=ye.getFiscalYearQuarter(4).end;break;default:return}const L=C.format("YYYY-MM-DD"),H=S.format("YYYY-MM-DD");l.value?(h.value=L,d.value=H):(h.value=L?he(L):"",d.value=H?he(H):""),m({startDate:L?he(L):"",endDate:H?he(H):""})}),(M,C)=>(c.openBlock(),c.createElementBlock("div",HR,[c.createVNode(c.unref(mL),{modelValue:p.value,"onUpdate:modelValue":C[0]||(C[0]=S=>p.value=S),options:y,searchable:!1,"close-on-select":!0,"allow-empty":!1,"show-labels":!1,placeholder:"Select Date Type",class:"remove-height w-[160px] max-w-[160px]",label:"name","track-by":"id"},null,8,["modelValue"]),l.value?(c.openBlock(),c.createBlock(c.unref(lC),{key:1,modelValue:h.value,"onUpdate:modelValue":C[3]||(C[3]=S=>h.value=S),class:"w-[120px]! min-w-[120px]! max-w-[120px]!",onOnSelect:C[4]||(C[4]=S=>b())},null,8,["modelValue"])):(c.openBlock(),c.createBlock(c.unref(oC),{key:0,value:h.value,"onUpdate:value":C[1]||(C[1]=S=>h.value=S),valueType:"YYYY-MM-DD",class:"w-[120px]! min-w-[120px]! max-w-[120px]!",onChange:C[2]||(C[2]=S=>b())},null,8,["value"])),C[11]||(C[11]=c.createElementVNode("p",{class:"h-fit my-auto"},"-",-1)),l.value?(c.openBlock(),c.createBlock(c.unref(lC),{key:3,modelValue:d.value,"onUpdate:modelValue":C[7]||(C[7]=S=>d.value=S),class:"w-[120px]! min-w-[120px]! max-w-[120px]!",onOnSelect:C[8]||(C[8]=S=>b())},null,8,["modelValue"])):(c.openBlock(),c.createBlock(c.unref(oC),{key:2,value:d.value,"onUpdate:value":C[5]||(C[5]=S=>d.value=S),valueType:"YYYY-MM-DD",class:"w-[120px]! min-w-[120px]! max-w-[120px]!",onChange:C[6]||(C[6]=S=>b())},null,8,["value"])),c.createVNode(F9,{modelValue:l.value,"onUpdate:modelValue":C[9]||(C[9]=S=>l.value=S),onText:"BS",offText:"AD"},null,8,["modelValue"]),c.createElementVNode("button",{class:"btn-outline",onClick:C[10]||(C[10]=S=>v())},"Search")]))}}),VR={class:"flex items-center justify-between"},PR=["onClick"],BR={class:"text-sm font-semibold"},qR={key:0,class:"text-black absolute text-xs text-center top-[40px] w-[100px]"},FR={key:0,class:"flex-1 h-1 mx-2 relative bg-gray-200 rounded"},OR=c.defineComponent({__name:"Wizard",props:{totalSteps:{default:4},currentStep:{default:1},className:{default:""},stepLabels:{default:null},onStepChange:{type:[Function,null],default:null}},emits:["step-change"],setup(o,{emit:e}){const t=o,i=e,a=c.computed(()=>Array.from({length:t.totalSteps},(d,u)=>u+1)),n=d=>d<t.currentStep?"bg-primary border-primary text-white":d===t.currentStep?"bg-blue-500 border-blue-500 text-white ring-4 ring-blue-200":"bg-white border-gray-300 text-gray-500",r=d=>d===t.currentStep||d<t.currentStep?"bg-primary":"bg-gray-200",l=d=>d<t.currentStep?"100%":"0%",h=d=>{t.onStepChange&&t.onStepChange(d),i("step-change",d)};return(d,u)=>(c.openBlock(),c.createElementBlock("div",{ref:"containerRef",class:c.normalizeClass([d.className,"w-full py-4"])},[c.createElementVNode("div",VR,[(c.openBlock(!0),c.createElementBlock(c.Fragment,null,c.renderList(a.value,(p,y)=>(c.openBlock(),c.createElementBlock(c.Fragment,{key:y},[c.createElementVNode("div",{class:c.normalizeClass([["w-10 h-10 rounded-full border-2 flex items-center justify-center flex-shrink-0","transition-all duration-500 ease-in-out cursor-pointer",n(y+1),d.onStepChange?"hover:scale-102":""],"relative"]),onClick:f=>h(y+1)},[c.createElementVNode("span",BR,c.toDisplayString(y+1),1),d.stepLabels?(c.openBlock(),c.createElementBlock("div",qR,c.toDisplayString(d.stepLabels[y]||`Step ${y+1}`),1)):c.createCommentVNode("",!0)],10,PR),y<a.value.length-1?(c.openBlock(),c.createElementBlock("div",FR,[c.createElementVNode("div",{class:c.normalizeClass(["h-full rounded transition-all duration-700 ease-in-out",y+2===d.currentStep?"animate-pulse":"",r(y+1)]),style:c.normalizeStyle({width:l(y+1)})},null,6)])):c.createCommentVNode("",!0)],64))),128))])],2))}}),jR={key:0,class:"absolute top-0 h-full w-full flex justify-center z-9999 left-0 bg-gray-900/10"},NR=c.defineComponent({__name:"Loader",props:{show:{type:Boolean,default:!1}},setup(o){return(e,t)=>e.show?(c.openBlock(),c.createElementBlock("div",jR,t[0]||(t[0]=[c.createElementVNode("svg",{class:"text-gray-300 animate-spin h-fit my-auto",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg",width:"80",height:"80"},[c.createElementVNode("path",{d:"M32 3C35.8083 3 39.5794 3.75011 43.0978 5.20749C46.6163 6.66488 49.8132 8.80101 52.5061 11.4939C55.199 14.1868 57.3351 17.3837 58.7925 20.9022C60.2499 24.4206 61 28.1917 61 32C61 35.8083 60.2499 39.5794 58.7925 43.0978C57.3351 46.6163 55.199 49.8132 52.5061 52.5061C49.8132 55.199 46.6163 57.3351 43.0978 58.7925C39.5794 60.2499 35.8083 61 32 61C28.1917 61 24.4206 60.2499 20.9022 58.7925C17.3837 57.3351 14.1868 55.199 11.4939 52.5061C8.801 49.8132 6.66487 46.6163 5.20749 43.0978C3.7501 39.5794 3 35.8083 3 32C3 28.1917 3.75011 24.4206 5.2075 20.9022C6.66489 17.3837 8.80101 14.1868 11.4939 11.4939C14.1868 8.80099 17.3838 6.66487 20.9022 5.20749C24.4206 3.7501 28.1917 3 32 3L32 3Z",stroke:"currentColor","stroke-width":"5","stroke-linecap":"round","stroke-linejoin":"round"}),c.createElementVNode("path",{d:"M32 3C36.5778 3 41.0906 4.08374 45.1692 6.16256C49.2477 8.24138 52.7762 11.2562 55.466 14.9605C58.1558 18.6647 59.9304 22.9531 60.6448 27.4748C61.3591 31.9965 60.9928 36.6232 59.5759 40.9762",stroke:"currentColor","stroke-width":"5","stroke-linecap":"round","stroke-linejoin":"round",class:"text-primary"})],-1)]))):c.createCommentVNode("",!0)}}),_R={mounted:(o,e)=>{if(e.value){o.classList.add("flex"),o.classList.add("flex-col");const t=o.querySelector("input"),i=document.createElement("span");i.classList.add("text-red-500","text-[12px]","error-message"),t==null||t.classList.add("border-red-500"),o.classList.add("border-red-500"),i.textContent=e.value,o.appendChild(i)}},updated:(o,e)=>{const t=o.querySelector("input"),i=o.querySelector(".error-message");if(!i&&e.value){const a=document.createElement("span");a.classList.add("text-red-500","text-[12px]","error-message"),a.textContent=e.value,t==null||t.classList.add("border-red-500"),o.appendChild(a)}else e.value?(o.classList.add("input-error"),t==null||t.classList.add("border-red-500"),i&&(i.textContent=e.value)):(o.classList.remove("input-error"),o.classList.remove("border-red-500"),t==null||t.classList.remove("border-red-500"),i&&i.remove())}},dC=new WeakMap,WR={mounted(o,e){let t=null,i=0;o.classList.add("hide-scrollbar");const a=()=>{o.classList.remove("hide-scrollbar")},n=()=>{o.classList.add("hide-scrollbar"),i=Date.now()},r=()=>{Date.now()-i>=100&&a(),t&&clearTimeout(t),t=setTimeout(n,1e3)};o.addEventListener("scroll",r),dC.set(o,r)},unmounted(o){const e=dC.get(o);e&&(o.removeEventListener("scroll",e),dC.delete(o))}};var uC={exports:{}},gL;function UR(){if(gL)return uC.exports;gL=1;var o=uC.exports={},e,t;function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?e=setTimeout:e=i}catch{e=i}try{typeof clearTimeout=="function"?t=clearTimeout:t=a}catch{t=a}})();function n(b){if(e===setTimeout)return setTimeout(b,0);if((e===i||!e)&&setTimeout)return e=setTimeout,setTimeout(b,0);try{return e(b,0)}catch{try{return e.call(null,b,0)}catch{return e.call(this,b,0)}}}function r(b){if(t===clearTimeout)return clearTimeout(b);if((t===a||!t)&&clearTimeout)return t=clearTimeout,clearTimeout(b);try{return t(b)}catch{try{return t.call(null,b)}catch{return t.call(this,b)}}}var l=[],h=!1,d,u=-1;function p(){!h||!d||(h=!1,d.length?l=d.concat(l):u=-1,l.length&&y())}function y(){if(!h){var b=n(p);h=!0;for(var k=l.length;k;){for(d=l,l=[];++u<k;)d&&d[u].run();u=-1,k=l.length}d=null,h=!1,r(b)}}o.nextTick=function(b){var k=new Array(arguments.length-1);if(arguments.length>1)for(var m=1;m<arguments.length;m++)k[m-1]=arguments[m];l.push(new f(b,k)),l.length===1&&!h&&n(y)};function f(b,k){this.fun=b,this.array=k}f.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={};function g(){}return o.on=g,o.addListener=g,o.once=g,o.off=g,o.removeListener=g,o.removeAllListeners=g,o.emit=g,o.prependListener=g,o.prependOnceListener=g,o.listeners=function(b){return[]},o.binding=function(b){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(b){throw new Error("process.chdir is not supported")},o.umask=function(){return 0},uC.exports}var kL=UR();const pC=new WeakMap,$R={mounted(o){kL.nextTick(()=>{const e=()=>{typeof o.select=="function"&&o.select()};o.addEventListener("focus",e),pC.set(o,e)})},unmounted(o){const e=pC.get(o);e&&(o.removeEventListener("focus",e),pC.delete(o))}},bL=(o,e,t="RS.",i="usa",a="nepali")=>{const n=parseFloat(o);if(isNaN(n))return"";const r=i==="euro",l=r?",":".",h=r?".":",",d=n.toFixed(2).split(".");let u=d[0];const p=d[1];if(a==="nepali"){const y=u.slice(-3),f=u.slice(0,-3),g=f.replace(/\B(?=(\d{2})+(?!\d))/g,h);u=f?g+h+y:y}else u=u.replace(/\B(?=(\d{3})+(?!\d))/g,h);return e&&t?`${t}${u}${l}${p}`:`${u}${l}${p}`},wL=(o,e,t="RS.",i="usa",a="nepali")=>{if(!o)return 0;const n=i==="euro",r=n?",":".",l=n?".":",";let h=o.trim();e&&t&&h.startsWith(t)&&(h=h.slice(t.length).trim());const d=new RegExp(`\\${l}(?=\\d{2,3})`,"g");h=h.replace(d,"");const u=h.lastIndexOf(r);u!==-1&&r!=="."&&(h=h.slice(0,u)+"."+h.slice(u+1));const p=parseFloat(h);return isNaN(p)?0:p},G7=(o,e,t=!0)=>{t?o.value=bL(o.value,!1,"",e.format,e.structure):o.value=wL(o.value,!1,"",e.format,e.structure).toString()},GR={mounted(o,e){const t={format:e.modifiers.euro?"euro":"usa",structure:e.arg==="foreign"?"foreign":"nepali"};kL.nextTick(()=>{o.value&&G7(o,t)});const i=()=>{G7(o,t),o.removeEventListener("blur",i),o.removeEventListener("keydown",n)},a=()=>{G7(o,t,!1),o.addEventListener("blur",i),o.addEventListener("keydown",n)},n=r=>{const l=/^\d$/.test(r.key),h=r.key===".",d=r.ctrlKey||r.metaKey,u=r.key==="Enter"||r.key==="Tab"||r.key==="Backspace",p=o.value.includes(".");if(h&&p){r.preventDefault();return}l||h&&!p||d||u||r.preventDefault()};o.addEventListener("focus",a),o.eventCleanUp=()=>{o.removeEventListener("focus",a),o.removeEventListener("blur",i),o.removeEventListener("keydown",n)}},updated(o,e){const t={format:e.modifiers.euro?"euro":"usa",structure:e.arg==="foreign"?"foreign":"nepali"};document.activeElement!=o&&G7(o,t)},unmounted(o){}},YR={mounted(o){const e=o.closest(".sidebar-dropdown");if(!e)return;const t=700,i=()=>{const r=o.scrollHeight,l=r*1e3/t;o.style.overflow="hidden",o.style.transition=`height ${l}ms linear`,o.style.height=`${r}px`,clearTimeout(o._timeout),o._timeout=window.setTimeout(()=>{o.style.height="",o.style.transition="",o.style.overflow=""},l)},a=()=>{const r=o.scrollHeight,l=r*1e3/t;o.style.transition=`height ${l}ms linear`,o.style.overflow="hidden",o.style.height=`${r}px`,o.offsetHeight,o.style.height="0px",clearTimeout(o._timeout),o._timeout=window.setTimeout(()=>{o.style.transition="",o.style.overflow=""},l)},n=new MutationObserver(()=>{e.classList.contains("sidebar-item-open")?i():a()});n.observe(e,{attributes:!0,attributeFilter:["class"]}),o._observer=n,e.classList.contains("sidebar-item-open")?o.style.height="auto":(o.style.height="0px",o.style.overflow="hidden")},unmounted(o){o._observer&&o._observer.disconnect(),clearTimeout(o._timeout)}},ZR=["innerHTML"],XR={key:1},KR=dx(c.defineComponent({__name:"Tooltip",props:{content:{},raw:{type:Boolean}},setup(o,{expose:e}){const t=c.ref(!1);c.onMounted(()=>{requestAnimationFrame(()=>{t.value=!0})});function i(){t.value=!1}return e({hide:i}),(a,n)=>(c.openBlock(),c.createElementBlock("div",{class:c.normalizeClass(["tooltip-content",{visible:t.value}])},[a.raw?(c.openBlock(),c.createElementBlock("div",{key:0,innerHTML:a.content},null,8,ZR)):(c.openBlock(),c.createElementBlock("span",XR,c.toDisplayString(a.content),1))],2))}}),[["__scopeId","data-v-8d3ecfdd"]]),JR={mounted(o,e){let t=null,i=null,a=null;function n(d,u,p){const y=window.innerWidth,f=window.innerHeight;switch(d){case"top":return u.top>=p.height;case"bottom":return f-u.bottom>=p.height;case"left":return u.left>=p.width;case"right":return y-u.right>=p.width;default:return!1}}const r=async()=>{if(a&&(clearTimeout(a),a=null),!e.value||!e.value.content)return;const{content:d,raw:u=!1,preferredPosition:p="top"}=e.value;if(i=document.createElement("div"),i.style.position="absolute",i.style.zIndex="9999",document.body.appendChild(i),t=c.createApp(KR,{content:d,raw:u}),t.mount(i),await c.nextTick(),!i)return;const y=o.getBoundingClientRect(),f=i.getBoundingClientRect(),k=[p,...["top","bottom","left","right"].filter(M=>M!==p)].find(M=>n(M,y,f))||"bottom";let m=0,v=0;switch(k){case"top":m=y.top-f.height+window.scrollY,v=y.left+(y.width-f.width)/2+window.scrollX;break;case"bottom":m=y.bottom+window.scrollY,v=y.left+(y.width-f.width)/2+window.scrollX;break;case"left":m=y.top+(y.height-f.height)/2+window.scrollY,v=y.left-f.width+window.scrollX;break;case"right":m=y.top+(y.height-f.height)/2+window.scrollY,v=y.right+window.scrollX;break}v=Math.max(0,Math.min(v,window.innerWidth-f.width)),m=Math.max(0,Math.min(m,window.innerHeight-f.height)),i.style.top=`${m}px`,i.style.left=`${v}px`},l=()=>{a&&(clearTimeout(a),a=null),t&&i&&(t.unmount(),i.remove(),t=null,i=null)},h=()=>{a||(a=window.setTimeout(()=>{r(),a=null},200))};o.__tooltipHandlers={showTooltip:h,hideTooltip:l,clearShowTimeout:()=>{a&&(clearTimeout(a),a=null)}},o.addEventListener("mouseenter",h),o.addEventListener("mouseleave",l)},unmounted(o){o.__tooltipHandlers&&(o.removeEventListener("mouseenter",o.__tooltipHandlers.showTooltip),o.removeEventListener("mouseleave",o.__tooltipHandlers.hideTooltip),o.__tooltipHandlers.clearShowTimeout(),delete o.__tooltipHandlers)}};class QR{constructor(){this.socket=null,this.url="",this.isConnected=!1}setURL(e){this.url=e}init(){var e,t;return this.url==""?(console.log("❗WebSocket url not set!"),Promise.resolve(this)):(((e=this.socket)==null?void 0:e.readyState)==WebSocket.OPEN&&((t=this.socket)==null||t.close()),this.socket?(console.log("❗WebSocket is already initialized"),Promise.resolve(this)):(this.socket=new WebSocket(this.url),new Promise((i,a)=>{this.socket.onopen=()=>{this.isConnected=!0,console.log("✅ WebSocket connected"),i(this)},this.socket.onclose=()=>{this.isConnected=!1},this.socket.onerror=n=>{this.close(),console.error("⛔ WebSocket error occurred:",n),a(n)}})))}onMessage(e){return this.socket?(this.socket.onmessage=t=>{e&&t.data&&e(t.data)},Promise.resolve(this)):(console.error("❗WebSocket is not initialized"),Promise.resolve(this))}sendMessage(e){return new Promise((t,i)=>{if(this.socket&&this.isConnected)try{this.socket.send(e),t()}catch(a){console.error("❗Error sending message:",a),i(a)}else{const a="❗WebSocket is not connected";console.error(a),i(new Error(a))}})}close(){this.socket&&(this.socket.close(),this.isConnected=!1,console.log("❌ WebSocket connection closed"))}getConnectionStatus(){return this.isConnected}}/*!
8046
8046
  * sweetalert2 v11.22.0
8047
8047
  * Released under the MIT License.
8048
- */function vL(o,e,t){if(typeof o=="function"?o===e:o.has(e))return arguments.length<3?e:t;throw new TypeError("Private element is not present on this object")}function iH(o,e){if(e.has(o))throw new TypeError("Cannot initialize the same private elements twice on an object")}function ML(o,e){return o.get(vL(o,e))}function aH(o,e,t){iH(o,e),e.set(o,t)}function oH(o,e,t){return o.set(vL(o,e),t),t}const nH=100,V={},sH=()=>{V.previousActiveElement instanceof HTMLElement?(V.previousActiveElement.focus(),V.previousActiveElement=null):document.body&&document.body.focus()},rH=o=>new Promise(e=>{if(!o)return e();const t=window.scrollX,i=window.scrollY;V.restoreFocusTimeout=setTimeout(()=>{sH(),e()},nH),window.scrollTo(t,i)}),CL="swal2-",w=["container","shown","height-auto","iosfix","popup","modal","no-backdrop","no-transition","toast","toast-shown","show","hide","close","title","html-container","actions","confirm","deny","cancel","footer","icon","icon-content","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","input-label","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loader","loading","styled","top","top-start","top-end","top-left","top-right","center","center-start","center-end","center-left","center-right","bottom","bottom-start","bottom-end","bottom-left","bottom-right","grow-row","grow-column","grow-fullscreen","rtl","timer-progress-bar","timer-progress-bar-container","scrollbar-measure","icon-success","icon-warning","icon-info","icon-question","icon-error","draggable","dragging"].reduce((o,e)=>(o[e]=CL+e,o),{}),Y7=["success","warning","info","question","error"].reduce((o,e)=>(o[e]=CL+e,o),{}),xL="SweetAlert2:",yC=o=>o.charAt(0).toUpperCase()+o.slice(1),re=o=>{console.warn(`${xL} ${typeof o=="object"?o.join(" "):o}`)},Fo=o=>{console.error(`${xL} ${o}`)},LL=[],lH=o=>{LL.includes(o)||(LL.push(o),re(o))},EL=(o,e=null)=>{lH(`"${o}" is deprecated and will be removed in the next major release.${e?` Use "${e}" instead.`:""}`)},Z7=o=>typeof o=="function"?o():o,fC=o=>o&&typeof o.toPromise=="function",bn=o=>fC(o)?o.toPromise():Promise.resolve(o),mC=o=>o&&Promise.resolve(o)===o,le=()=>document.body.querySelector(`.${w.container}`),wn=o=>{const e=le();return e?e.querySelector(o):null},fe=o=>wn(`.${o}`),_=()=>fe(w.popup),en=()=>fe(w.icon),hH=()=>fe(w["icon-content"]),SL=()=>fe(w.title),gC=()=>fe(w["html-container"]),IL=()=>fe(w.image),kC=()=>fe(w["progress-steps"]),X7=()=>fe(w["validation-message"]),De=()=>wn(`.${w.actions} .${w.confirm}`),tn=()=>wn(`.${w.actions} .${w.cancel}`),Oo=()=>wn(`.${w.actions} .${w.deny}`),cH=()=>fe(w["input-label"]),an=()=>wn(`.${w.loader}`),vn=()=>fe(w.actions),TL=()=>fe(w.footer),K7=()=>fe(w["timer-progress-bar"]),bC=()=>fe(w.close),dH=`
8048
+ */function vL(o,e,t){if(typeof o=="function"?o===e:o.has(e))return arguments.length<3?e:t;throw new TypeError("Private element is not present on this object")}function eH(o,e){if(e.has(o))throw new TypeError("Cannot initialize the same private elements twice on an object")}function ML(o,e){return o.get(vL(o,e))}function tH(o,e,t){eH(o,e),e.set(o,t)}function iH(o,e,t){return o.set(vL(o,e),t),t}const aH=100,V={},oH=()=>{V.previousActiveElement instanceof HTMLElement?(V.previousActiveElement.focus(),V.previousActiveElement=null):document.body&&document.body.focus()},nH=o=>new Promise(e=>{if(!o)return e();const t=window.scrollX,i=window.scrollY;V.restoreFocusTimeout=setTimeout(()=>{oH(),e()},aH),window.scrollTo(t,i)}),CL="swal2-",w=["container","shown","height-auto","iosfix","popup","modal","no-backdrop","no-transition","toast","toast-shown","show","hide","close","title","html-container","actions","confirm","deny","cancel","footer","icon","icon-content","image","input","file","range","select","radio","checkbox","label","textarea","inputerror","input-label","validation-message","progress-steps","active-progress-step","progress-step","progress-step-line","loader","loading","styled","top","top-start","top-end","top-left","top-right","center","center-start","center-end","center-left","center-right","bottom","bottom-start","bottom-end","bottom-left","bottom-right","grow-row","grow-column","grow-fullscreen","rtl","timer-progress-bar","timer-progress-bar-container","scrollbar-measure","icon-success","icon-warning","icon-info","icon-question","icon-error","draggable","dragging"].reduce((o,e)=>(o[e]=CL+e,o),{}),Y7=["success","warning","info","question","error"].reduce((o,e)=>(o[e]=CL+e,o),{}),xL="SweetAlert2:",yC=o=>o.charAt(0).toUpperCase()+o.slice(1),re=o=>{console.warn(`${xL} ${typeof o=="object"?o.join(" "):o}`)},Fo=o=>{console.error(`${xL} ${o}`)},LL=[],sH=o=>{LL.includes(o)||(LL.push(o),re(o))},EL=(o,e=null)=>{sH(`"${o}" is deprecated and will be removed in the next major release.${e?` Use "${e}" instead.`:""}`)},Z7=o=>typeof o=="function"?o():o,fC=o=>o&&typeof o.toPromise=="function",bn=o=>fC(o)?o.toPromise():Promise.resolve(o),mC=o=>o&&Promise.resolve(o)===o,le=()=>document.body.querySelector(`.${w.container}`),wn=o=>{const e=le();return e?e.querySelector(o):null},fe=o=>wn(`.${o}`),_=()=>fe(w.popup),en=()=>fe(w.icon),rH=()=>fe(w["icon-content"]),SL=()=>fe(w.title),gC=()=>fe(w["html-container"]),IL=()=>fe(w.image),kC=()=>fe(w["progress-steps"]),X7=()=>fe(w["validation-message"]),De=()=>wn(`.${w.actions} .${w.confirm}`),tn=()=>wn(`.${w.actions} .${w.cancel}`),Oo=()=>wn(`.${w.actions} .${w.deny}`),lH=()=>fe(w["input-label"]),an=()=>wn(`.${w.loader}`),vn=()=>fe(w.actions),TL=()=>fe(w.footer),K7=()=>fe(w["timer-progress-bar"]),bC=()=>fe(w.close),hH=`
8049
8049
  a[href],
8050
8050
  area[href],
8051
8051
  input:not([disabled]),
@@ -8060,7 +8060,7 @@ Data: `,e)}_wipeElements(){this.dispatch("rows-wipe"),this.destroy(),this.ad
8060
8060
  audio[controls],
8061
8061
  video[controls],
8062
8062
  summary
8063
- `,wC=()=>{const o=_();if(!o)return[];const e=o.querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])'),t=Array.from(e).sort((n,r)=>{const l=parseInt(n.getAttribute("tabindex")||"0"),h=parseInt(r.getAttribute("tabindex")||"0");return l>h?1:l<h?-1:0}),i=o.querySelectorAll(dH),a=Array.from(i).filter(n=>n.getAttribute("tabindex")!=="-1");return[...new Set(t.concat(a))].filter(n=>ce(n))},vC=()=>qe(document.body,w.shown)&&!qe(document.body,w["toast-shown"])&&!qe(document.body,w["no-backdrop"]),J7=()=>{const o=_();return o?qe(o,w.toast):!1},uH=()=>{const o=_();return o?o.hasAttribute("data-loading"):!1},me=(o,e)=>{if(o.textContent="",e){const i=new DOMParser().parseFromString(e,"text/html"),a=i.querySelector("head");a&&Array.from(a.childNodes).forEach(r=>{o.appendChild(r)});const n=i.querySelector("body");n&&Array.from(n.childNodes).forEach(r=>{r instanceof HTMLVideoElement||r instanceof HTMLAudioElement?o.appendChild(r.cloneNode(!0)):o.appendChild(r)})}},qe=(o,e)=>{if(!e)return!1;const t=e.split(/\s+/);for(let i=0;i<t.length;i++)if(!o.classList.contains(t[i]))return!1;return!0},pH=(o,e)=>{Array.from(o.classList).forEach(t=>{!Object.values(w).includes(t)&&!Object.values(Y7).includes(t)&&!Object.values(e.showClass||{}).includes(t)&&o.classList.remove(t)})},ge=(o,e,t)=>{if(pH(o,e),!e.customClass)return;const i=e.customClass[t];if(i){if(typeof i!="string"&&!i.forEach){re(`Invalid type of customClass.${t}! Expected string or iterable object, got "${typeof i}"`);return}W(o,i)}},Q7=(o,e)=>{if(!e)return null;switch(e){case"select":case"textarea":case"file":return o.querySelector(`.${w.popup} > .${w[e]}`);case"checkbox":return o.querySelector(`.${w.popup} > .${w.checkbox} input`);case"radio":return o.querySelector(`.${w.popup} > .${w.radio} input:checked`)||o.querySelector(`.${w.popup} > .${w.radio} input:first-child`);case"range":return o.querySelector(`.${w.popup} > .${w.range} input`);default:return o.querySelector(`.${w.popup} > .${w.input}`)}},DL=o=>{if(o.focus(),o.type!=="file"){const e=o.value;o.value="",o.value=e}},zL=(o,e,t)=>{!o||!e||(typeof e=="string"&&(e=e.split(/\s+/).filter(Boolean)),e.forEach(i=>{Array.isArray(o)?o.forEach(a=>{t?a.classList.add(i):a.classList.remove(i)}):t?o.classList.add(i):o.classList.remove(i)}))},W=(o,e)=>{zL(o,e,!0)},ve=(o,e)=>{zL(o,e,!1)},Ye=(o,e)=>{const t=Array.from(o.children);for(let i=0;i<t.length;i++){const a=t[i];if(a instanceof HTMLElement&&qe(a,e))return a}},jo=(o,e,t)=>{t===`${parseInt(t)}`&&(t=parseInt(t)),t||parseInt(t)===0?o.style.setProperty(e,typeof t=="number"?`${t}px`:t):o.style.removeProperty(e)},ee=(o,e="flex")=>{o&&(o.style.display=e)},ne=o=>{o&&(o.style.display="none")},MC=(o,e="block")=>{o&&new MutationObserver(()=>{Mn(o,o.innerHTML,e)}).observe(o,{childList:!0,subtree:!0})},RL=(o,e,t,i)=>{const a=o.querySelector(e);a&&a.style.setProperty(t,i)},Mn=(o,e,t="flex")=>{e?ee(o,t):ne(o)},ce=o=>!!(o&&(o.offsetWidth||o.offsetHeight||o.getClientRects().length)),yH=()=>!ce(De())&&!ce(Oo())&&!ce(tn()),CC=o=>o.scrollHeight>o.clientHeight,fH=(o,e)=>{let t=o;for(;t&&t!==e;){if(CC(t))return!0;t=t.parentElement}return!1},HL=o=>{const e=window.getComputedStyle(o),t=parseFloat(e.getPropertyValue("animation-duration")||"0"),i=parseFloat(e.getPropertyValue("transition-duration")||"0");return t>0||i>0},xC=(o,e=!1)=>{const t=K7();t&&ce(t)&&(e&&(t.style.transition="none",t.style.width="100%"),setTimeout(()=>{t.style.transition=`width ${o/1e3}s linear`,t.style.width="0%"},10))},mH=()=>{const o=K7();if(!o)return;const e=parseInt(window.getComputedStyle(o).width);o.style.removeProperty("transition"),o.style.width="100%";const t=parseInt(window.getComputedStyle(o).width),i=e/t*100;o.style.width=`${i}%`},gH=()=>typeof window>"u"||typeof document>"u",kH=`
8063
+ `,wC=()=>{const o=_();if(!o)return[];const e=o.querySelectorAll('[tabindex]:not([tabindex="-1"]):not([tabindex="0"])'),t=Array.from(e).sort((n,r)=>{const l=parseInt(n.getAttribute("tabindex")||"0"),h=parseInt(r.getAttribute("tabindex")||"0");return l>h?1:l<h?-1:0}),i=o.querySelectorAll(hH),a=Array.from(i).filter(n=>n.getAttribute("tabindex")!=="-1");return[...new Set(t.concat(a))].filter(n=>ce(n))},vC=()=>qe(document.body,w.shown)&&!qe(document.body,w["toast-shown"])&&!qe(document.body,w["no-backdrop"]),J7=()=>{const o=_();return o?qe(o,w.toast):!1},cH=()=>{const o=_();return o?o.hasAttribute("data-loading"):!1},me=(o,e)=>{if(o.textContent="",e){const i=new DOMParser().parseFromString(e,"text/html"),a=i.querySelector("head");a&&Array.from(a.childNodes).forEach(r=>{o.appendChild(r)});const n=i.querySelector("body");n&&Array.from(n.childNodes).forEach(r=>{r instanceof HTMLVideoElement||r instanceof HTMLAudioElement?o.appendChild(r.cloneNode(!0)):o.appendChild(r)})}},qe=(o,e)=>{if(!e)return!1;const t=e.split(/\s+/);for(let i=0;i<t.length;i++)if(!o.classList.contains(t[i]))return!1;return!0},dH=(o,e)=>{Array.from(o.classList).forEach(t=>{!Object.values(w).includes(t)&&!Object.values(Y7).includes(t)&&!Object.values(e.showClass||{}).includes(t)&&o.classList.remove(t)})},ge=(o,e,t)=>{if(dH(o,e),!e.customClass)return;const i=e.customClass[t];if(i){if(typeof i!="string"&&!i.forEach){re(`Invalid type of customClass.${t}! Expected string or iterable object, got "${typeof i}"`);return}W(o,i)}},Q7=(o,e)=>{if(!e)return null;switch(e){case"select":case"textarea":case"file":return o.querySelector(`.${w.popup} > .${w[e]}`);case"checkbox":return o.querySelector(`.${w.popup} > .${w.checkbox} input`);case"radio":return o.querySelector(`.${w.popup} > .${w.radio} input:checked`)||o.querySelector(`.${w.popup} > .${w.radio} input:first-child`);case"range":return o.querySelector(`.${w.popup} > .${w.range} input`);default:return o.querySelector(`.${w.popup} > .${w.input}`)}},DL=o=>{if(o.focus(),o.type!=="file"){const e=o.value;o.value="",o.value=e}},zL=(o,e,t)=>{!o||!e||(typeof e=="string"&&(e=e.split(/\s+/).filter(Boolean)),e.forEach(i=>{Array.isArray(o)?o.forEach(a=>{t?a.classList.add(i):a.classList.remove(i)}):t?o.classList.add(i):o.classList.remove(i)}))},W=(o,e)=>{zL(o,e,!0)},ve=(o,e)=>{zL(o,e,!1)},Ye=(o,e)=>{const t=Array.from(o.children);for(let i=0;i<t.length;i++){const a=t[i];if(a instanceof HTMLElement&&qe(a,e))return a}},jo=(o,e,t)=>{t===`${parseInt(t)}`&&(t=parseInt(t)),t||parseInt(t)===0?o.style.setProperty(e,typeof t=="number"?`${t}px`:t):o.style.removeProperty(e)},ee=(o,e="flex")=>{o&&(o.style.display=e)},ne=o=>{o&&(o.style.display="none")},MC=(o,e="block")=>{o&&new MutationObserver(()=>{Mn(o,o.innerHTML,e)}).observe(o,{childList:!0,subtree:!0})},RL=(o,e,t,i)=>{const a=o.querySelector(e);a&&a.style.setProperty(t,i)},Mn=(o,e,t="flex")=>{e?ee(o,t):ne(o)},ce=o=>!!(o&&(o.offsetWidth||o.offsetHeight||o.getClientRects().length)),uH=()=>!ce(De())&&!ce(Oo())&&!ce(tn()),CC=o=>o.scrollHeight>o.clientHeight,pH=(o,e)=>{let t=o;for(;t&&t!==e;){if(CC(t))return!0;t=t.parentElement}return!1},HL=o=>{const e=window.getComputedStyle(o),t=parseFloat(e.getPropertyValue("animation-duration")||"0"),i=parseFloat(e.getPropertyValue("transition-duration")||"0");return t>0||i>0},xC=(o,e=!1)=>{const t=K7();t&&ce(t)&&(e&&(t.style.transition="none",t.style.width="100%"),setTimeout(()=>{t.style.transition=`width ${o/1e3}s linear`,t.style.width="0%"},10))},yH=()=>{const o=K7();if(!o)return;const e=parseInt(window.getComputedStyle(o).width);o.style.removeProperty("transition"),o.style.width="100%";const t=parseInt(window.getComputedStyle(o).width),i=e/t*100;o.style.width=`${i}%`},fH=()=>typeof window>"u"||typeof document>"u",mH=`
8064
8064
  <div aria-labelledby="${w.title}" aria-describedby="${w["html-container"]}" class="${w.popup}" tabindex="-1">
8065
8065
  <button type="button" class="${w.close}"></button>
8066
8066
  <ul class="${w["progress-steps"]}"></ul>
@@ -8093,17 +8093,17 @@ Data: `,e)}_wipeElements(){this.dispatch("rows-wipe"),this.destroy(),this.ad
8093
8093
  <div class="${w["timer-progress-bar"]}"></div>
8094
8094
  </div>
8095
8095
  </div>
8096
- `.replace(/(^|\n)\s*/g,""),bH=()=>{const o=le();return o?(o.remove(),ve([document.documentElement,document.body],[w["no-backdrop"],w["toast-shown"],w["has-column"]]),!0):!1},No=()=>{V.currentInstance.resetValidationMessage()},wH=()=>{const o=_(),e=Ye(o,w.input),t=Ye(o,w.file),i=o.querySelector(`.${w.range} input`),a=o.querySelector(`.${w.range} output`),n=Ye(o,w.select),r=o.querySelector(`.${w.checkbox} input`),l=Ye(o,w.textarea);e.oninput=No,t.onchange=No,n.onchange=No,r.onchange=No,l.oninput=No,i.oninput=()=>{No(),a.value=i.value},i.onchange=()=>{No(),a.value=i.value}},vH=o=>typeof o=="string"?document.querySelector(o):o,MH=o=>{const e=_();e.setAttribute("role",o.toast?"alert":"dialog"),e.setAttribute("aria-live",o.toast?"polite":"assertive"),o.toast||e.setAttribute("aria-modal","true")},CH=o=>{window.getComputedStyle(o).direction==="rtl"&&W(le(),w.rtl)},xH=o=>{const e=bH();if(gH()){Fo("SweetAlert2 requires document to initialize");return}const t=document.createElement("div");t.className=w.container,e&&W(t,w["no-transition"]),me(t,kH),t.dataset.swal2Theme=o.theme;const i=vH(o.target);i.appendChild(t),o.topLayer&&(t.setAttribute("popover",""),t.showPopover()),MH(o),CH(i),wH()},LC=(o,e)=>{o instanceof HTMLElement?e.appendChild(o):typeof o=="object"?LH(o,e):o&&me(e,o)},LH=(o,e)=>{o.jquery?EH(e,o):me(e,o.toString())},EH=(o,e)=>{if(o.textContent="",0 in e)for(let t=0;t in e;t++)o.appendChild(e[t].cloneNode(!0));else o.appendChild(e.cloneNode(!0))},SH=(o,e)=>{const t=vn(),i=an();!t||!i||(!e.showConfirmButton&&!e.showDenyButton&&!e.showCancelButton?ne(t):ee(t),ge(t,e,"actions"),IH(t,i,e),me(i,e.loaderHtml||""),ge(i,e,"loader"))};function IH(o,e,t){const i=De(),a=Oo(),n=tn();!i||!a||!n||(SC(i,"confirm",t),SC(a,"deny",t),SC(n,"cancel",t),TH(i,a,n,t),t.reverseButtons&&(t.toast?(o.insertBefore(n,i),o.insertBefore(a,i)):(o.insertBefore(n,e),o.insertBefore(a,e),o.insertBefore(i,e))))}function TH(o,e,t,i){if(!i.buttonsStyling){ve([o,e,t],w.styled);return}W([o,e,t],w.styled),i.confirmButtonColor&&o.style.setProperty("--swal2-confirm-button-background-color",i.confirmButtonColor),i.denyButtonColor&&e.style.setProperty("--swal2-deny-button-background-color",i.denyButtonColor),i.cancelButtonColor&&t.style.setProperty("--swal2-cancel-button-background-color",i.cancelButtonColor),EC(o),EC(e),EC(t)}function EC(o){const e=window.getComputedStyle(o);if(e.getPropertyValue("--swal2-action-button-focus-box-shadow"))return;const t=e.backgroundColor.replace(/rgba?\((\d+), (\d+), (\d+).*/,"rgba($1, $2, $3, 0.5)");o.style.setProperty("--swal2-action-button-focus-box-shadow",e.getPropertyValue("--swal2-outline").replace(/ rgba\(.*/,` ${t}`))}function SC(o,e,t){const i=yC(e);Mn(o,t[`show${i}Button`],"inline-block"),me(o,t[`${e}ButtonText`]||""),o.setAttribute("aria-label",t[`${e}ButtonAriaLabel`]||""),o.className=w[e],ge(o,t,`${e}Button`)}const DH=(o,e)=>{const t=bC();t&&(me(t,e.closeButtonHtml||""),ge(t,e,"closeButton"),Mn(t,e.showCloseButton),t.setAttribute("aria-label",e.closeButtonAriaLabel||""))},zH=(o,e)=>{const t=le();t&&(RH(t,e.backdrop),HH(t,e.position),AH(t,e.grow),ge(t,e,"container"))};function RH(o,e){typeof e=="string"?o.style.background=e:e||W([document.documentElement,document.body],w["no-backdrop"])}function HH(o,e){e&&(e in w?W(o,w[e]):(re('The "position" parameter is not valid, defaulting to "center"'),W(o,w.center)))}function AH(o,e){e&&W(o,w[`grow-${e}`])}var X={innerParams:new WeakMap,domCache:new WeakMap};const VH=["input","file","range","select","radio","checkbox","textarea"],PH=(o,e)=>{const t=_();if(!t)return;const i=X.innerParams.get(o),a=!i||e.input!==i.input;VH.forEach(n=>{const r=Ye(t,w[n]);r&&(FH(n,e.inputAttributes),r.className=w[n],a&&ne(r))}),e.input&&(a&&BH(e),OH(e))},BH=o=>{if(!o.input)return;if(!K[o.input]){Fo(`Unexpected type of input! Expected ${Object.keys(K).join(" | ")}, got "${o.input}"`);return}const e=AL(o.input);if(!e)return;const t=K[o.input](e,o);ee(e),o.inputAutoFocus&&setTimeout(()=>{DL(t)})},qH=o=>{for(let e=0;e<o.attributes.length;e++){const t=o.attributes[e].name;["id","type","value","style"].includes(t)||o.removeAttribute(t)}},FH=(o,e)=>{const t=_();if(!t)return;const i=Q7(t,o);if(i){qH(i);for(const a in e)i.setAttribute(a,e[a])}},OH=o=>{if(!o.input)return;const e=AL(o.input);e&&ge(e,o,"input")},IC=(o,e)=>{!o.placeholder&&e.inputPlaceholder&&(o.placeholder=e.inputPlaceholder)},Cn=(o,e,t)=>{if(t.inputLabel){const i=document.createElement("label"),a=w["input-label"];i.setAttribute("for",o.id),i.className=a,typeof t.customClass=="object"&&W(i,t.customClass.inputLabel),i.innerText=t.inputLabel,e.insertAdjacentElement("beforebegin",i)}},AL=o=>{const e=_();if(e)return Ye(e,w[o]||w.input)},e9=(o,e)=>{["string","number"].includes(typeof e)?o.value=`${e}`:mC(e)||re(`Unexpected type of inputValue! Expected "string", "number" or "Promise", got "${typeof e}"`)},K={};K.text=K.email=K.password=K.number=K.tel=K.url=K.search=K.date=K["datetime-local"]=K.time=K.week=K.month=(o,e)=>(e9(o,e.inputValue),Cn(o,o,e),IC(o,e),o.type=e.input,o),K.file=(o,e)=>(Cn(o,o,e),IC(o,e),o),K.range=(o,e)=>{const t=o.querySelector("input"),i=o.querySelector("output");return e9(t,e.inputValue),t.type=e.input,e9(i,e.inputValue),Cn(t,o,e),o},K.select=(o,e)=>{if(o.textContent="",e.inputPlaceholder){const t=document.createElement("option");me(t,e.inputPlaceholder),t.value="",t.disabled=!0,t.selected=!0,o.appendChild(t)}return Cn(o,o,e),o},K.radio=o=>(o.textContent="",o),K.checkbox=(o,e)=>{const t=Q7(_(),"checkbox");t.value="1",t.checked=!!e.inputValue;const i=o.querySelector("span");return me(i,e.inputPlaceholder||e.inputLabel),t},K.textarea=(o,e)=>{e9(o,e.inputValue),IC(o,e),Cn(o,o,e);const t=i=>parseInt(window.getComputedStyle(i).marginLeft)+parseInt(window.getComputedStyle(i).marginRight);return setTimeout(()=>{if("MutationObserver"in window){const i=parseInt(window.getComputedStyle(_()).width),a=()=>{if(!document.body.contains(o))return;const n=o.offsetWidth+t(o);n>i?_().style.width=`${n}px`:jo(_(),"width",e.width)};new MutationObserver(a).observe(o,{attributes:!0,attributeFilter:["style"]})}}),o};const jH=(o,e)=>{const t=gC();t&&(MC(t),ge(t,e,"htmlContainer"),e.html?(LC(e.html,t),ee(t,"block")):e.text?(t.textContent=e.text,ee(t,"block")):ne(t),PH(o,e))},NH=(o,e)=>{const t=TL();t&&(MC(t),Mn(t,e.footer,"block"),e.footer&&LC(e.footer,t),ge(t,e,"footer"))},_H=(o,e)=>{const t=X.innerParams.get(o),i=en();if(!i)return;if(t&&e.icon===t.icon){BL(i,e),VL(i,e);return}if(!e.icon&&!e.iconHtml){ne(i);return}if(e.icon&&Object.keys(Y7).indexOf(e.icon)===-1){Fo(`Unknown icon! Expected "success", "error", "warning", "info" or "question", got "${e.icon}"`),ne(i);return}ee(i),BL(i,e),VL(i,e),W(i,e.showClass&&e.showClass.icon),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",PL)},VL=(o,e)=>{for(const[t,i]of Object.entries(Y7))e.icon!==t&&ve(o,i);W(o,e.icon&&Y7[e.icon]),$H(o,e),PL(),ge(o,e,"icon")},PL=()=>{const o=_();if(!o)return;const e=window.getComputedStyle(o).getPropertyValue("background-color"),t=o.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix");for(let i=0;i<t.length;i++)t[i].style.backgroundColor=e},WH=`
8096
+ `.replace(/(^|\n)\s*/g,""),gH=()=>{const o=le();return o?(o.remove(),ve([document.documentElement,document.body],[w["no-backdrop"],w["toast-shown"],w["has-column"]]),!0):!1},No=()=>{V.currentInstance.resetValidationMessage()},kH=()=>{const o=_(),e=Ye(o,w.input),t=Ye(o,w.file),i=o.querySelector(`.${w.range} input`),a=o.querySelector(`.${w.range} output`),n=Ye(o,w.select),r=o.querySelector(`.${w.checkbox} input`),l=Ye(o,w.textarea);e.oninput=No,t.onchange=No,n.onchange=No,r.onchange=No,l.oninput=No,i.oninput=()=>{No(),a.value=i.value},i.onchange=()=>{No(),a.value=i.value}},bH=o=>typeof o=="string"?document.querySelector(o):o,wH=o=>{const e=_();e.setAttribute("role",o.toast?"alert":"dialog"),e.setAttribute("aria-live",o.toast?"polite":"assertive"),o.toast||e.setAttribute("aria-modal","true")},vH=o=>{window.getComputedStyle(o).direction==="rtl"&&W(le(),w.rtl)},MH=o=>{const e=gH();if(fH()){Fo("SweetAlert2 requires document to initialize");return}const t=document.createElement("div");t.className=w.container,e&&W(t,w["no-transition"]),me(t,mH),t.dataset.swal2Theme=o.theme;const i=bH(o.target);i.appendChild(t),o.topLayer&&(t.setAttribute("popover",""),t.showPopover()),wH(o),vH(i),kH()},LC=(o,e)=>{o instanceof HTMLElement?e.appendChild(o):typeof o=="object"?CH(o,e):o&&me(e,o)},CH=(o,e)=>{o.jquery?xH(e,o):me(e,o.toString())},xH=(o,e)=>{if(o.textContent="",0 in e)for(let t=0;t in e;t++)o.appendChild(e[t].cloneNode(!0));else o.appendChild(e.cloneNode(!0))},LH=(o,e)=>{const t=vn(),i=an();!t||!i||(!e.showConfirmButton&&!e.showDenyButton&&!e.showCancelButton?ne(t):ee(t),ge(t,e,"actions"),EH(t,i,e),me(i,e.loaderHtml||""),ge(i,e,"loader"))};function EH(o,e,t){const i=De(),a=Oo(),n=tn();!i||!a||!n||(SC(i,"confirm",t),SC(a,"deny",t),SC(n,"cancel",t),SH(i,a,n,t),t.reverseButtons&&(t.toast?(o.insertBefore(n,i),o.insertBefore(a,i)):(o.insertBefore(n,e),o.insertBefore(a,e),o.insertBefore(i,e))))}function SH(o,e,t,i){if(!i.buttonsStyling){ve([o,e,t],w.styled);return}W([o,e,t],w.styled),i.confirmButtonColor&&o.style.setProperty("--swal2-confirm-button-background-color",i.confirmButtonColor),i.denyButtonColor&&e.style.setProperty("--swal2-deny-button-background-color",i.denyButtonColor),i.cancelButtonColor&&t.style.setProperty("--swal2-cancel-button-background-color",i.cancelButtonColor),EC(o),EC(e),EC(t)}function EC(o){const e=window.getComputedStyle(o);if(e.getPropertyValue("--swal2-action-button-focus-box-shadow"))return;const t=e.backgroundColor.replace(/rgba?\((\d+), (\d+), (\d+).*/,"rgba($1, $2, $3, 0.5)");o.style.setProperty("--swal2-action-button-focus-box-shadow",e.getPropertyValue("--swal2-outline").replace(/ rgba\(.*/,` ${t}`))}function SC(o,e,t){const i=yC(e);Mn(o,t[`show${i}Button`],"inline-block"),me(o,t[`${e}ButtonText`]||""),o.setAttribute("aria-label",t[`${e}ButtonAriaLabel`]||""),o.className=w[e],ge(o,t,`${e}Button`)}const IH=(o,e)=>{const t=bC();t&&(me(t,e.closeButtonHtml||""),ge(t,e,"closeButton"),Mn(t,e.showCloseButton),t.setAttribute("aria-label",e.closeButtonAriaLabel||""))},TH=(o,e)=>{const t=le();t&&(DH(t,e.backdrop),zH(t,e.position),RH(t,e.grow),ge(t,e,"container"))};function DH(o,e){typeof e=="string"?o.style.background=e:e||W([document.documentElement,document.body],w["no-backdrop"])}function zH(o,e){e&&(e in w?W(o,w[e]):(re('The "position" parameter is not valid, defaulting to "center"'),W(o,w.center)))}function RH(o,e){e&&W(o,w[`grow-${e}`])}var X={innerParams:new WeakMap,domCache:new WeakMap};const HH=["input","file","range","select","radio","checkbox","textarea"],AH=(o,e)=>{const t=_();if(!t)return;const i=X.innerParams.get(o),a=!i||e.input!==i.input;HH.forEach(n=>{const r=Ye(t,w[n]);r&&(BH(n,e.inputAttributes),r.className=w[n],a&&ne(r))}),e.input&&(a&&VH(e),qH(e))},VH=o=>{if(!o.input)return;if(!K[o.input]){Fo(`Unexpected type of input! Expected ${Object.keys(K).join(" | ")}, got "${o.input}"`);return}const e=AL(o.input);if(!e)return;const t=K[o.input](e,o);ee(e),o.inputAutoFocus&&setTimeout(()=>{DL(t)})},PH=o=>{for(let e=0;e<o.attributes.length;e++){const t=o.attributes[e].name;["id","type","value","style"].includes(t)||o.removeAttribute(t)}},BH=(o,e)=>{const t=_();if(!t)return;const i=Q7(t,o);if(i){PH(i);for(const a in e)i.setAttribute(a,e[a])}},qH=o=>{if(!o.input)return;const e=AL(o.input);e&&ge(e,o,"input")},IC=(o,e)=>{!o.placeholder&&e.inputPlaceholder&&(o.placeholder=e.inputPlaceholder)},Cn=(o,e,t)=>{if(t.inputLabel){const i=document.createElement("label"),a=w["input-label"];i.setAttribute("for",o.id),i.className=a,typeof t.customClass=="object"&&W(i,t.customClass.inputLabel),i.innerText=t.inputLabel,e.insertAdjacentElement("beforebegin",i)}},AL=o=>{const e=_();if(e)return Ye(e,w[o]||w.input)},e9=(o,e)=>{["string","number"].includes(typeof e)?o.value=`${e}`:mC(e)||re(`Unexpected type of inputValue! Expected "string", "number" or "Promise", got "${typeof e}"`)},K={};K.text=K.email=K.password=K.number=K.tel=K.url=K.search=K.date=K["datetime-local"]=K.time=K.week=K.month=(o,e)=>(e9(o,e.inputValue),Cn(o,o,e),IC(o,e),o.type=e.input,o),K.file=(o,e)=>(Cn(o,o,e),IC(o,e),o),K.range=(o,e)=>{const t=o.querySelector("input"),i=o.querySelector("output");return e9(t,e.inputValue),t.type=e.input,e9(i,e.inputValue),Cn(t,o,e),o},K.select=(o,e)=>{if(o.textContent="",e.inputPlaceholder){const t=document.createElement("option");me(t,e.inputPlaceholder),t.value="",t.disabled=!0,t.selected=!0,o.appendChild(t)}return Cn(o,o,e),o},K.radio=o=>(o.textContent="",o),K.checkbox=(o,e)=>{const t=Q7(_(),"checkbox");t.value="1",t.checked=!!e.inputValue;const i=o.querySelector("span");return me(i,e.inputPlaceholder||e.inputLabel),t},K.textarea=(o,e)=>{e9(o,e.inputValue),IC(o,e),Cn(o,o,e);const t=i=>parseInt(window.getComputedStyle(i).marginLeft)+parseInt(window.getComputedStyle(i).marginRight);return setTimeout(()=>{if("MutationObserver"in window){const i=parseInt(window.getComputedStyle(_()).width),a=()=>{if(!document.body.contains(o))return;const n=o.offsetWidth+t(o);n>i?_().style.width=`${n}px`:jo(_(),"width",e.width)};new MutationObserver(a).observe(o,{attributes:!0,attributeFilter:["style"]})}}),o};const FH=(o,e)=>{const t=gC();t&&(MC(t),ge(t,e,"htmlContainer"),e.html?(LC(e.html,t),ee(t,"block")):e.text?(t.textContent=e.text,ee(t,"block")):ne(t),AH(o,e))},OH=(o,e)=>{const t=TL();t&&(MC(t),Mn(t,e.footer,"block"),e.footer&&LC(e.footer,t),ge(t,e,"footer"))},jH=(o,e)=>{const t=X.innerParams.get(o),i=en();if(!i)return;if(t&&e.icon===t.icon){BL(i,e),VL(i,e);return}if(!e.icon&&!e.iconHtml){ne(i);return}if(e.icon&&Object.keys(Y7).indexOf(e.icon)===-1){Fo(`Unknown icon! Expected "success", "error", "warning", "info" or "question", got "${e.icon}"`),ne(i);return}ee(i),BL(i,e),VL(i,e),W(i,e.showClass&&e.showClass.icon),window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",PL)},VL=(o,e)=>{for(const[t,i]of Object.entries(Y7))e.icon!==t&&ve(o,i);W(o,e.icon&&Y7[e.icon]),WH(o,e),PL(),ge(o,e,"icon")},PL=()=>{const o=_();if(!o)return;const e=window.getComputedStyle(o).getPropertyValue("background-color"),t=o.querySelectorAll("[class^=swal2-success-circular-line], .swal2-success-fix");for(let i=0;i<t.length;i++)t[i].style.backgroundColor=e},NH=`
8097
8097
  <div class="swal2-success-circular-line-left"></div>
8098
8098
  <span class="swal2-success-line-tip"></span> <span class="swal2-success-line-long"></span>
8099
8099
  <div class="swal2-success-ring"></div> <div class="swal2-success-fix"></div>
8100
8100
  <div class="swal2-success-circular-line-right"></div>
8101
- `,UH=`
8101
+ `,_H=`
8102
8102
  <span class="swal2-x-mark">
8103
8103
  <span class="swal2-x-mark-line-left"></span>
8104
8104
  <span class="swal2-x-mark-line-right"></span>
8105
8105
  </span>
8106
- `,BL=(o,e)=>{if(!e.icon&&!e.iconHtml)return;let t=o.innerHTML,i="";e.iconHtml?i=qL(e.iconHtml):e.icon==="success"?(i=WH,t=t.replace(/ style=".*?"/g,"")):e.icon==="error"?i=UH:e.icon&&(i=qL({question:"?",warning:"!",info:"i"}[e.icon])),t.trim()!==i.trim()&&me(o,i)},$H=(o,e)=>{if(e.iconColor){o.style.color=e.iconColor,o.style.borderColor=e.iconColor;for(const t of[".swal2-success-line-tip",".swal2-success-line-long",".swal2-x-mark-line-left",".swal2-x-mark-line-right"])RL(o,t,"background-color",e.iconColor);RL(o,".swal2-success-ring","border-color",e.iconColor)}},qL=o=>`<div class="${w["icon-content"]}">${o}</div>`,GH=(o,e)=>{const t=IL();if(t){if(!e.imageUrl){ne(t);return}ee(t,""),t.setAttribute("src",e.imageUrl),t.setAttribute("alt",e.imageAlt||""),jo(t,"width",e.imageWidth),jo(t,"height",e.imageHeight),t.className=w.image,ge(t,e,"image")}};let TC=!1,FL=0,OL=0,jL=0,NL=0;const YH=o=>{o.addEventListener("mousedown",t9),document.body.addEventListener("mousemove",i9),o.addEventListener("mouseup",a9),o.addEventListener("touchstart",t9),document.body.addEventListener("touchmove",i9),o.addEventListener("touchend",a9)},ZH=o=>{o.removeEventListener("mousedown",t9),document.body.removeEventListener("mousemove",i9),o.removeEventListener("mouseup",a9),o.removeEventListener("touchstart",t9),document.body.removeEventListener("touchmove",i9),o.removeEventListener("touchend",a9)},t9=o=>{const e=_();if(o.target===e||en().contains(o.target)){TC=!0;const t=_L(o);FL=t.clientX,OL=t.clientY,jL=parseInt(e.style.insetInlineStart)||0,NL=parseInt(e.style.insetBlockStart)||0,W(e,"swal2-dragging")}},i9=o=>{const e=_();if(TC){let{clientX:t,clientY:i}=_L(o);e.style.insetInlineStart=`${jL+(t-FL)}px`,e.style.insetBlockStart=`${NL+(i-OL)}px`}},a9=()=>{const o=_();TC=!1,ve(o,"swal2-dragging")},_L=o=>{let e=0,t=0;return o.type.startsWith("mouse")?(e=o.clientX,t=o.clientY):o.type.startsWith("touch")&&(e=o.touches[0].clientX,t=o.touches[0].clientY),{clientX:e,clientY:t}},XH=(o,e)=>{const t=le(),i=_();if(!(!t||!i)){if(e.toast){jo(t,"width",e.width),i.style.width="100%";const a=an();a&&i.insertBefore(a,en())}else jo(i,"width",e.width);jo(i,"padding",e.padding),e.color&&(i.style.color=e.color),e.background&&(i.style.background=e.background),ne(X7()),KH(i,e),e.draggable&&!e.toast?(W(i,w.draggable),YH(i)):(ve(i,w.draggable),ZH(i))}},KH=(o,e)=>{const t=e.showClass||{};o.className=`${w.popup} ${ce(o)?t.popup:""}`,e.toast?(W([document.documentElement,document.body],w["toast-shown"]),W(o,w.toast)):W(o,w.modal),ge(o,e,"popup"),typeof e.customClass=="string"&&W(o,e.customClass),e.icon&&W(o,w[`icon-${e.icon}`])},JH=(o,e)=>{const t=kC();if(!t)return;const{progressSteps:i,currentProgressStep:a}=e;if(!i||i.length===0||a===void 0){ne(t);return}ee(t),t.textContent="",a>=i.length&&re("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),i.forEach((n,r)=>{const l=QH(n);if(t.appendChild(l),r===a&&W(l,w["active-progress-step"]),r!==i.length-1){const h=eA(e);t.appendChild(h)}})},QH=o=>{const e=document.createElement("li");return W(e,w["progress-step"]),me(e,o),e},eA=o=>{const e=document.createElement("li");return W(e,w["progress-step-line"]),o.progressStepsDistance&&jo(e,"width",o.progressStepsDistance),e},tA=(o,e)=>{const t=SL();t&&(MC(t),Mn(t,e.title||e.titleText,"block"),e.title&&LC(e.title,t),e.titleText&&(t.innerText=e.titleText),ge(t,e,"title"))},WL=(o,e)=>{XH(o,e),zH(o,e),JH(o,e),_H(o,e),GH(o,e),tA(o,e),DH(o,e),jH(o,e),SH(o,e),NH(o,e);const t=_();typeof e.didRender=="function"&&t&&e.didRender(t),V.eventEmitter.emit("didRender",t)},iA=()=>ce(_()),UL=()=>{var o;return(o=De())===null||o===void 0?void 0:o.click()},aA=()=>{var o;return(o=Oo())===null||o===void 0?void 0:o.click()},oA=()=>{var o;return(o=tn())===null||o===void 0?void 0:o.click()},on=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),$L=o=>{o.keydownTarget&&o.keydownHandlerAdded&&(o.keydownTarget.removeEventListener("keydown",o.keydownHandler,{capture:o.keydownListenerCapture}),o.keydownHandlerAdded=!1)},nA=(o,e,t)=>{$L(o),e.toast||(o.keydownHandler=i=>rA(e,i,t),o.keydownTarget=e.keydownListenerCapture?window:_(),o.keydownListenerCapture=e.keydownListenerCapture,o.keydownTarget.addEventListener("keydown",o.keydownHandler,{capture:o.keydownListenerCapture}),o.keydownHandlerAdded=!0)},DC=(o,e)=>{var t;const i=wC();if(i.length){o=o+e,o===-2&&(o=i.length-1),o===i.length?o=0:o===-1&&(o=i.length-1),i[o].focus();return}(t=_())===null||t===void 0||t.focus()},GL=["ArrowRight","ArrowDown"],sA=["ArrowLeft","ArrowUp"],rA=(o,e,t)=>{o&&(e.isComposing||e.keyCode===229||(o.stopKeydownPropagation&&e.stopPropagation(),e.key==="Enter"?lA(e,o):e.key==="Tab"?hA(e):[...GL,...sA].includes(e.key)?cA(e.key):e.key==="Escape"&&dA(e,o,t)))},lA=(o,e)=>{if(!Z7(e.allowEnterKey))return;const t=Q7(_(),e.input);if(o.target&&t&&o.target instanceof HTMLElement&&o.target.outerHTML===t.outerHTML){if(["textarea","file"].includes(e.input))return;UL(),o.preventDefault()}},hA=o=>{const e=o.target,t=wC();let i=-1;for(let a=0;a<t.length;a++)if(e===t[a]){i=a;break}o.shiftKey?DC(i,-1):DC(i,1),o.stopPropagation(),o.preventDefault()},cA=o=>{const e=vn(),t=De(),i=Oo(),a=tn();if(!e||!t||!i||!a)return;const n=[t,i,a];if(document.activeElement instanceof HTMLElement&&!n.includes(document.activeElement))return;const r=GL.includes(o)?"nextElementSibling":"previousElementSibling";let l=document.activeElement;if(l){for(let h=0;h<e.children.length;h++){if(l=l[r],!l)return;if(l instanceof HTMLButtonElement&&ce(l))break}l instanceof HTMLButtonElement&&l.focus()}},dA=(o,e,t)=>{Z7(e.allowEscapeKey)&&(o.preventDefault(),t(on.esc))};var nn={swalPromiseResolve:new WeakMap,swalPromiseReject:new WeakMap};const uA=()=>{const o=le();Array.from(document.body.children).forEach(t=>{t.contains(o)||(t.hasAttribute("aria-hidden")&&t.setAttribute("data-previous-aria-hidden",t.getAttribute("aria-hidden")||""),t.setAttribute("aria-hidden","true"))})},YL=()=>{Array.from(document.body.children).forEach(e=>{e.hasAttribute("data-previous-aria-hidden")?(e.setAttribute("aria-hidden",e.getAttribute("data-previous-aria-hidden")||""),e.removeAttribute("data-previous-aria-hidden")):e.removeAttribute("aria-hidden")})},ZL=typeof window<"u"&&!!window.GestureEvent,pA=()=>{if(ZL&&!qe(document.body,w.iosfix)){const o=document.body.scrollTop;document.body.style.top=`${o*-1}px`,W(document.body,w.iosfix),yA()}},yA=()=>{const o=le();if(!o)return;let e;o.ontouchstart=t=>{e=fA(t)},o.ontouchmove=t=>{e&&(t.preventDefault(),t.stopPropagation())}},fA=o=>{const e=o.target,t=le(),i=gC();return!t||!i||mA(o)||gA(o)?!1:e===t||!CC(t)&&e instanceof HTMLElement&&!fH(e,i)&&e.tagName!=="INPUT"&&e.tagName!=="TEXTAREA"&&!(CC(i)&&i.contains(e))},mA=o=>o.touches&&o.touches.length&&o.touches[0].touchType==="stylus",gA=o=>o.touches&&o.touches.length>1,kA=()=>{if(qe(document.body,w.iosfix)){const o=parseInt(document.body.style.top,10);ve(document.body,w.iosfix),document.body.style.top="",document.body.scrollTop=o*-1}},bA=()=>{const o=document.createElement("div");o.className=w["scrollbar-measure"],document.body.appendChild(o);const e=o.getBoundingClientRect().width-o.clientWidth;return document.body.removeChild(o),e};let sn=null;const wA=o=>{sn===null&&(document.body.scrollHeight>window.innerHeight||o==="scroll")&&(sn=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight=`${sn+bA()}px`)},vA=()=>{sn!==null&&(document.body.style.paddingRight=`${sn}px`,sn=null)};function XL(o,e,t,i){J7()?JL(o,i):(rH(t).then(()=>JL(o,i)),$L(V)),ZL?(e.setAttribute("style","display:none !important"),e.removeAttribute("class"),e.innerHTML=""):e.remove(),vC()&&(vA(),kA(),YL()),MA()}function MA(){ve([document.documentElement,document.body],[w.shown,w["height-auto"],w["no-backdrop"],w["toast-shown"]])}function Ze(o){o=xA(o);const e=nn.swalPromiseResolve.get(this),t=CA(this);this.isAwaitingPromise?o.isDismissed||(xn(this),e(o)):t&&e(o)}const CA=o=>{const e=_();if(!e)return!1;const t=X.innerParams.get(o);if(!t||qe(e,t.hideClass.popup))return!1;ve(e,t.showClass.popup),W(e,t.hideClass.popup);const i=le();return ve(i,t.showClass.backdrop),W(i,t.hideClass.backdrop),LA(o,e,t),!0};function KL(o){const e=nn.swalPromiseReject.get(this);xn(this),e&&e(o)}const xn=o=>{o.isAwaitingPromise&&(delete o.isAwaitingPromise,X.innerParams.get(o)||o._destroy())},xA=o=>typeof o>"u"?{isConfirmed:!1,isDenied:!1,isDismissed:!0}:Object.assign({isConfirmed:!1,isDenied:!1,isDismissed:!1},o),LA=(o,e,t)=>{var i;const a=le(),n=HL(e);typeof t.willClose=="function"&&t.willClose(e),(i=V.eventEmitter)===null||i===void 0||i.emit("willClose",e),n?EA(o,e,a,t.returnFocus,t.didClose):XL(o,a,t.returnFocus,t.didClose)},EA=(o,e,t,i,a)=>{V.swalCloseEventFinishedCallback=XL.bind(null,o,t,i,a);const n=function(r){if(r.target===e){var l;(l=V.swalCloseEventFinishedCallback)===null||l===void 0||l.call(V),delete V.swalCloseEventFinishedCallback,e.removeEventListener("animationend",n),e.removeEventListener("transitionend",n)}};e.addEventListener("animationend",n),e.addEventListener("transitionend",n)},JL=(o,e)=>{setTimeout(()=>{var t;typeof e=="function"&&e.bind(o.params)(),(t=V.eventEmitter)===null||t===void 0||t.emit("didClose"),o._destroy&&o._destroy()})},rn=o=>{let e=_();if(e||new Wo,e=_(),!e)return;const t=an();J7()?ne(en()):SA(e,o),ee(t),e.setAttribute("data-loading","true"),e.setAttribute("aria-busy","true"),e.focus()},SA=(o,e)=>{const t=vn(),i=an();!t||!i||(!e&&ce(De())&&(e=De()),ee(t),e&&(ne(e),i.setAttribute("data-button-to-replace",e.className),t.insertBefore(i,e)),W([o,t],w.loading))},IA=(o,e)=>{e.input==="select"||e.input==="radio"?HA(o,e):["text","email","number","tel","textarea"].some(t=>t===e.input)&&(fC(e.inputValue)||mC(e.inputValue))&&(rn(De()),AA(o,e))},TA=(o,e)=>{const t=o.getInput();if(!t)return null;switch(e.input){case"checkbox":return DA(t);case"radio":return zA(t);case"file":return RA(t);default:return e.inputAutoTrim?t.value.trim():t.value}},DA=o=>o.checked?1:0,zA=o=>o.checked?o.value:null,RA=o=>o.files&&o.files.length?o.getAttribute("multiple")!==null?o.files:o.files[0]:null,HA=(o,e)=>{const t=_();if(!t)return;const i=a=>{e.input==="select"?VA(t,o9(a),e):e.input==="radio"&&PA(t,o9(a),e)};fC(e.inputOptions)||mC(e.inputOptions)?(rn(De()),bn(e.inputOptions).then(a=>{o.hideLoading(),i(a)})):typeof e.inputOptions=="object"?i(e.inputOptions):Fo(`Unexpected type of inputOptions! Expected object, Map or Promise, got ${typeof e.inputOptions}`)},AA=(o,e)=>{const t=o.getInput();t&&(ne(t),bn(e.inputValue).then(i=>{t.value=e.input==="number"?`${parseFloat(i)||0}`:`${i}`,ee(t),t.focus(),o.hideLoading()}).catch(i=>{Fo(`Error in inputValue promise: ${i}`),t.value="",ee(t),t.focus(),o.hideLoading()}))};function VA(o,e,t){const i=Ye(o,w.select);if(!i)return;const a=(n,r,l)=>{const h=document.createElement("option");h.value=l,me(h,r),h.selected=QL(l,t.inputValue),n.appendChild(h)};e.forEach(n=>{const r=n[0],l=n[1];if(Array.isArray(l)){const h=document.createElement("optgroup");h.label=r,h.disabled=!1,i.appendChild(h),l.forEach(d=>a(h,d[1],d[0]))}else a(i,l,r)}),i.focus()}function PA(o,e,t){const i=Ye(o,w.radio);if(!i)return;e.forEach(n=>{const r=n[0],l=n[1],h=document.createElement("input"),d=document.createElement("label");h.type="radio",h.name=w.radio,h.value=r,QL(r,t.inputValue)&&(h.checked=!0);const u=document.createElement("span");me(u,l),u.className=w.label,d.appendChild(h),d.appendChild(u),i.appendChild(d)});const a=i.querySelectorAll("input");a.length&&a[0].focus()}const o9=o=>{const e=[];return o instanceof Map?o.forEach((t,i)=>{let a=t;typeof a=="object"&&(a=o9(a)),e.push([i,a])}):Object.keys(o).forEach(t=>{let i=o[t];typeof i=="object"&&(i=o9(i)),e.push([t,i])}),e},QL=(o,e)=>!!e&&e.toString()===o.toString(),BA=o=>{const e=X.innerParams.get(o);o.disableButtons(),e.input?eE(o,"confirm"):RC(o,!0)},qA=o=>{const e=X.innerParams.get(o);o.disableButtons(),e.returnInputValueOnDeny?eE(o,"deny"):zC(o,!1)},FA=(o,e)=>{o.disableButtons(),e(on.cancel)},eE=(o,e)=>{const t=X.innerParams.get(o);if(!t.input){Fo(`The "input" parameter is needed to be set when using returnInputValueOn${yC(e)}`);return}const i=o.getInput(),a=TA(o,t);t.inputValidator?OA(o,a,e):i&&!i.checkValidity()?(o.enableButtons(),o.showValidationMessage(t.validationMessage||i.validationMessage)):e==="deny"?zC(o,a):RC(o,a)},OA=(o,e,t)=>{const i=X.innerParams.get(o);o.disableInput(),Promise.resolve().then(()=>bn(i.inputValidator(e,i.validationMessage))).then(n=>{o.enableButtons(),o.enableInput(),n?o.showValidationMessage(n):t==="deny"?zC(o,e):RC(o,e)})},zC=(o,e)=>{const t=X.innerParams.get(o||void 0);t.showLoaderOnDeny&&rn(Oo()),t.preDeny?(o.isAwaitingPromise=!0,Promise.resolve().then(()=>bn(t.preDeny(e,t.validationMessage))).then(a=>{a===!1?(o.hideLoading(),xn(o)):o.close({isDenied:!0,value:typeof a>"u"?e:a})}).catch(a=>iE(o||void 0,a))):o.close({isDenied:!0,value:e})},tE=(o,e)=>{o.close({isConfirmed:!0,value:e})},iE=(o,e)=>{o.rejectPromise(e)},RC=(o,e)=>{const t=X.innerParams.get(o||void 0);t.showLoaderOnConfirm&&rn(),t.preConfirm?(o.resetValidationMessage(),o.isAwaitingPromise=!0,Promise.resolve().then(()=>bn(t.preConfirm(e,t.validationMessage))).then(a=>{ce(X7())||a===!1?(o.hideLoading(),xn(o)):tE(o,typeof a>"u"?e:a)}).catch(a=>iE(o||void 0,a))):tE(o,e)};function n9(){const o=X.innerParams.get(this);if(!o)return;const e=X.domCache.get(this);ne(e.loader),J7()?o.icon&&ee(en()):jA(e),ve([e.popup,e.actions],w.loading),e.popup.removeAttribute("aria-busy"),e.popup.removeAttribute("data-loading"),e.confirmButton.disabled=!1,e.denyButton.disabled=!1,e.cancelButton.disabled=!1}const jA=o=>{const e=o.popup.getElementsByClassName(o.loader.getAttribute("data-button-to-replace"));e.length?ee(e[0],"inline-block"):yH()&&ne(o.actions)};function aE(){const o=X.innerParams.get(this),e=X.domCache.get(this);return e?Q7(e.popup,o.input):null}function oE(o,e,t){const i=X.domCache.get(o);e.forEach(a=>{i[a].disabled=t})}function nE(o,e){const t=_();if(!(!t||!o))if(o.type==="radio"){const i=t.querySelectorAll(`[name="${w.radio}"]`);for(let a=0;a<i.length;a++)i[a].disabled=e}else o.disabled=e}function sE(){oE(this,["confirmButton","denyButton","cancelButton"],!1)}function rE(){oE(this,["confirmButton","denyButton","cancelButton"],!0)}function lE(){nE(this.getInput(),!1)}function hE(){nE(this.getInput(),!0)}function cE(o){const e=X.domCache.get(this),t=X.innerParams.get(this);me(e.validationMessage,o),e.validationMessage.className=w["validation-message"],t.customClass&&t.customClass.validationMessage&&W(e.validationMessage,t.customClass.validationMessage),ee(e.validationMessage);const i=this.getInput();i&&(i.setAttribute("aria-invalid","true"),i.setAttribute("aria-describedby",w["validation-message"]),DL(i),W(i,w.inputerror))}function dE(){const o=X.domCache.get(this);o.validationMessage&&ne(o.validationMessage);const e=this.getInput();e&&(e.removeAttribute("aria-invalid"),e.removeAttribute("aria-describedby"),ve(e,w.inputerror))}const ln={title:"",titleText:"",text:"",html:"",footer:"",icon:void 0,iconColor:void 0,iconHtml:void 0,template:void 0,toast:!1,draggable:!1,animation:!0,theme:"light",showClass:{popup:"swal2-show",backdrop:"swal2-backdrop-show",icon:"swal2-icon-show"},hideClass:{popup:"swal2-hide",backdrop:"swal2-backdrop-hide",icon:"swal2-icon-hide"},customClass:{},target:"body",color:void 0,backdrop:!0,heightAuto:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,stopKeydownPropagation:!0,keydownListenerCapture:!1,showConfirmButton:!0,showDenyButton:!1,showCancelButton:!1,preConfirm:void 0,preDeny:void 0,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:void 0,denyButtonText:"No",denyButtonAriaLabel:"",denyButtonColor:void 0,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:void 0,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusDeny:!1,focusCancel:!1,returnFocus:!0,showCloseButton:!1,closeButtonHtml:"&times;",closeButtonAriaLabel:"Close this dialog",loaderHtml:"",showLoaderOnConfirm:!1,showLoaderOnDeny:!1,imageUrl:void 0,imageWidth:void 0,imageHeight:void 0,imageAlt:"",timer:void 0,timerProgressBar:!1,width:void 0,padding:void 0,background:void 0,input:void 0,inputPlaceholder:"",inputLabel:"",inputValue:"",inputOptions:{},inputAutoFocus:!0,inputAutoTrim:!0,inputAttributes:{},inputValidator:void 0,returnInputValueOnDeny:!1,validationMessage:void 0,grow:!1,position:"center",progressSteps:[],currentProgressStep:void 0,progressStepsDistance:void 0,willOpen:void 0,didOpen:void 0,didRender:void 0,willClose:void 0,didClose:void 0,didDestroy:void 0,scrollbarPadding:!0,topLayer:!1},NA=["allowEscapeKey","allowOutsideClick","background","buttonsStyling","cancelButtonAriaLabel","cancelButtonColor","cancelButtonText","closeButtonAriaLabel","closeButtonHtml","color","confirmButtonAriaLabel","confirmButtonColor","confirmButtonText","currentProgressStep","customClass","denyButtonAriaLabel","denyButtonColor","denyButtonText","didClose","didDestroy","draggable","footer","hideClass","html","icon","iconColor","iconHtml","imageAlt","imageHeight","imageUrl","imageWidth","preConfirm","preDeny","progressSteps","returnFocus","reverseButtons","showCancelButton","showCloseButton","showConfirmButton","showDenyButton","text","title","titleText","theme","willClose"],_A={allowEnterKey:void 0},WA=["allowOutsideClick","allowEnterKey","backdrop","draggable","focusConfirm","focusDeny","focusCancel","returnFocus","heightAuto","keydownListenerCapture"],uE=o=>Object.prototype.hasOwnProperty.call(ln,o),pE=o=>NA.indexOf(o)!==-1,yE=o=>_A[o],UA=o=>{uE(o)||re(`Unknown parameter "${o}"`)},$A=o=>{WA.includes(o)&&re(`The parameter "${o}" is incompatible with toasts`)},GA=o=>{const e=yE(o);e&&EL(o,e)},fE=o=>{o.backdrop===!1&&o.allowOutsideClick&&re('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`'),o.theme&&!["light","dark","auto","minimal","borderless","embed-iframe","bulma","bulma-light","bulma-dark"].includes(o.theme)&&re(`Invalid theme "${o.theme}"`);for(const e in o)UA(e),o.toast&&$A(e),GA(e)};function mE(o){const e=le(),t=_(),i=X.innerParams.get(this);if(!t||qe(t,i.hideClass.popup)){re("You're trying to update the closed or closing popup, that won't work. Use the update() method in preConfirm parameter or show a new popup.");return}const a=YA(o),n=Object.assign({},i,a);fE(n),e.dataset.swal2Theme=n.theme,WL(this,n),X.innerParams.set(this,n),Object.defineProperties(this,{params:{value:Object.assign({},this.params,o),writable:!1,enumerable:!0}})}const YA=o=>{const e={};return Object.keys(o).forEach(t=>{pE(t)?e[t]=o[t]:re(`Invalid parameter to update: ${t}`)}),e};function gE(){const o=X.domCache.get(this),e=X.innerParams.get(this);if(!e){kE(this);return}o.popup&&V.swalCloseEventFinishedCallback&&(V.swalCloseEventFinishedCallback(),delete V.swalCloseEventFinishedCallback),typeof e.didDestroy=="function"&&e.didDestroy(),V.eventEmitter.emit("didDestroy"),ZA(this)}const ZA=o=>{kE(o),delete o.params,delete V.keydownHandler,delete V.keydownTarget,delete V.currentInstance},kE=o=>{o.isAwaitingPromise?(HC(X,o),o.isAwaitingPromise=!0):(HC(nn,o),HC(X,o),delete o.isAwaitingPromise,delete o.disableButtons,delete o.enableButtons,delete o.getInput,delete o.disableInput,delete o.enableInput,delete o.hideLoading,delete o.disableLoading,delete o.showValidationMessage,delete o.resetValidationMessage,delete o.close,delete o.closePopup,delete o.closeModal,delete o.closeToast,delete o.rejectPromise,delete o.update,delete o._destroy)},HC=(o,e)=>{for(const t in o)o[t].delete(e)};var XA=Object.freeze({__proto__:null,_destroy:gE,close:Ze,closeModal:Ze,closePopup:Ze,closeToast:Ze,disableButtons:rE,disableInput:hE,disableLoading:n9,enableButtons:sE,enableInput:lE,getInput:aE,handleAwaitingPromise:xn,hideLoading:n9,rejectPromise:KL,resetValidationMessage:dE,showValidationMessage:cE,update:mE});const KA=(o,e,t)=>{o.toast?JA(o,e,t):(eV(e),tV(e),iV(o,e,t))},JA=(o,e,t)=>{e.popup.onclick=()=>{o&&(QA(o)||o.timer||o.input)||t(on.close)}},QA=o=>!!(o.showConfirmButton||o.showDenyButton||o.showCancelButton||o.showCloseButton);let s9=!1;const eV=o=>{o.popup.onmousedown=()=>{o.container.onmouseup=function(e){o.container.onmouseup=()=>{},e.target===o.container&&(s9=!0)}}},tV=o=>{o.container.onmousedown=e=>{e.target===o.container&&e.preventDefault(),o.popup.onmouseup=function(t){o.popup.onmouseup=()=>{},(t.target===o.popup||t.target instanceof HTMLElement&&o.popup.contains(t.target))&&(s9=!0)}}},iV=(o,e,t)=>{e.container.onclick=i=>{if(s9){s9=!1;return}i.target===e.container&&Z7(o.allowOutsideClick)&&t(on.backdrop)}},aV=o=>typeof o=="object"&&o.jquery,bE=o=>o instanceof Element||aV(o),oV=o=>{const e={};return typeof o[0]=="object"&&!bE(o[0])?Object.assign(e,o[0]):["title","html","icon"].forEach((t,i)=>{const a=o[i];typeof a=="string"||bE(a)?e[t]=a:a!==void 0&&Fo(`Unexpected type of ${t}! Expected "string" or "Element", got ${typeof a}`)}),e};function nV(...o){return new this(...o)}function sV(o){class e extends this{_main(i,a){return super._main(i,Object.assign({},o,a))}}return e}const rV=()=>V.timeout&&V.timeout.getTimerLeft(),wE=()=>{if(V.timeout)return mH(),V.timeout.stop()},vE=()=>{if(V.timeout){const o=V.timeout.start();return xC(o),o}},lV=()=>{const o=V.timeout;return o&&(o.running?wE():vE())},hV=o=>{if(V.timeout){const e=V.timeout.increase(o);return xC(e,!0),e}},cV=()=>!!(V.timeout&&V.timeout.isRunning());let ME=!1;const AC={};function dV(o="data-swal-template"){AC[o]=this,ME||(document.body.addEventListener("click",uV),ME=!0)}const uV=o=>{for(let e=o.target;e&&e!==document;e=e.parentNode)for(const t in AC){const i=e.getAttribute(t);if(i){AC[t].fire({template:i});return}}};class pV{constructor(){this.events={}}_getHandlersByEventName(e){return typeof this.events[e]>"u"&&(this.events[e]=[]),this.events[e]}on(e,t){const i=this._getHandlersByEventName(e);i.includes(t)||i.push(t)}once(e,t){const i=(...a)=>{this.removeListener(e,i),t.apply(this,a)};this.on(e,i)}emit(e,...t){this._getHandlersByEventName(e).forEach(i=>{try{i.apply(this,t)}catch(a){console.error(a)}})}removeListener(e,t){const i=this._getHandlersByEventName(e),a=i.indexOf(t);a>-1&&i.splice(a,1)}removeAllListeners(e){this.events[e]!==void 0&&(this.events[e].length=0)}reset(){this.events={}}}V.eventEmitter=new pV;var yV=Object.freeze({__proto__:null,argsToParams:oV,bindClickHandler:dV,clickCancel:oA,clickConfirm:UL,clickDeny:aA,enableLoading:rn,fire:nV,getActions:vn,getCancelButton:tn,getCloseButton:bC,getConfirmButton:De,getContainer:le,getDenyButton:Oo,getFocusableElements:wC,getFooter:TL,getHtmlContainer:gC,getIcon:en,getIconContent:hH,getImage:IL,getInputLabel:cH,getLoader:an,getPopup:_,getProgressSteps:kC,getTimerLeft:rV,getTimerProgressBar:K7,getTitle:SL,getValidationMessage:X7,increaseTimer:hV,isDeprecatedParameter:yE,isLoading:uH,isTimerRunning:cV,isUpdatableParameter:pE,isValidParameter:uE,isVisible:iA,mixin:sV,off:(o,e)=>{if(!o){V.eventEmitter.reset();return}e?V.eventEmitter.removeListener(o,e):V.eventEmitter.removeAllListeners(o)},on:(o,e)=>{V.eventEmitter.on(o,e)},once:(o,e)=>{V.eventEmitter.once(o,e)},resumeTimer:vE,showLoading:rn,stopTimer:wE,toggleTimer:lV});class fV{constructor(e,t){this.callback=e,this.remaining=t,this.running=!1,this.start()}start(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}stop(){return this.started&&this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=new Date().getTime()-this.started.getTime()),this.remaining}increase(e){const t=this.running;return t&&this.stop(),this.remaining+=e,t&&this.start(),this.remaining}getTimerLeft(){return this.running&&(this.stop(),this.start()),this.remaining}isRunning(){return this.running}}const CE=["swal-title","swal-html","swal-footer"],mV=o=>{const e=typeof o.template=="string"?document.querySelector(o.template):o.template;if(!e)return{};const t=e.content;return xV(t),Object.assign(gV(t),kV(t),bV(t),wV(t),vV(t),MV(t),CV(t,CE))},gV=o=>{const e={};return Array.from(o.querySelectorAll("swal-param")).forEach(i=>{_o(i,["name","value"]);const a=i.getAttribute("name"),n=i.getAttribute("value");!a||!n||(typeof ln[a]=="boolean"?e[a]=n!=="false":typeof ln[a]=="object"?e[a]=JSON.parse(n):e[a]=n)}),e},kV=o=>{const e={};return Array.from(o.querySelectorAll("swal-function-param")).forEach(i=>{const a=i.getAttribute("name"),n=i.getAttribute("value");!a||!n||(e[a]=new Function(`return ${n}`)())}),e},bV=o=>{const e={};return Array.from(o.querySelectorAll("swal-button")).forEach(i=>{_o(i,["type","color","aria-label"]);const a=i.getAttribute("type");!a||!["confirm","cancel","deny"].includes(a)||(e[`${a}ButtonText`]=i.innerHTML,e[`show${yC(a)}Button`]=!0,i.hasAttribute("color")&&(e[`${a}ButtonColor`]=i.getAttribute("color")),i.hasAttribute("aria-label")&&(e[`${a}ButtonAriaLabel`]=i.getAttribute("aria-label")))}),e},wV=o=>{const e={},t=o.querySelector("swal-image");return t&&(_o(t,["src","width","height","alt"]),t.hasAttribute("src")&&(e.imageUrl=t.getAttribute("src")||void 0),t.hasAttribute("width")&&(e.imageWidth=t.getAttribute("width")||void 0),t.hasAttribute("height")&&(e.imageHeight=t.getAttribute("height")||void 0),t.hasAttribute("alt")&&(e.imageAlt=t.getAttribute("alt")||void 0)),e},vV=o=>{const e={},t=o.querySelector("swal-icon");return t&&(_o(t,["type","color"]),t.hasAttribute("type")&&(e.icon=t.getAttribute("type")),t.hasAttribute("color")&&(e.iconColor=t.getAttribute("color")),e.iconHtml=t.innerHTML),e},MV=o=>{const e={},t=o.querySelector("swal-input");t&&(_o(t,["type","label","placeholder","value"]),e.input=t.getAttribute("type")||"text",t.hasAttribute("label")&&(e.inputLabel=t.getAttribute("label")),t.hasAttribute("placeholder")&&(e.inputPlaceholder=t.getAttribute("placeholder")),t.hasAttribute("value")&&(e.inputValue=t.getAttribute("value")));const i=Array.from(o.querySelectorAll("swal-input-option"));return i.length&&(e.inputOptions={},i.forEach(a=>{_o(a,["value"]);const n=a.getAttribute("value");if(!n)return;const r=a.innerHTML;e.inputOptions[n]=r})),e},CV=(o,e)=>{const t={};for(const i in e){const a=e[i],n=o.querySelector(a);n&&(_o(n,[]),t[a.replace(/^swal-/,"")]=n.innerHTML.trim())}return t},xV=o=>{const e=CE.concat(["swal-param","swal-function-param","swal-button","swal-image","swal-icon","swal-input","swal-input-option"]);Array.from(o.children).forEach(t=>{const i=t.tagName.toLowerCase();e.includes(i)||re(`Unrecognized element <${i}>`)})},_o=(o,e)=>{Array.from(o.attributes).forEach(t=>{e.indexOf(t.name)===-1&&re([`Unrecognized attribute "${t.name}" on <${o.tagName.toLowerCase()}>.`,`${e.length?`Allowed attributes are: ${e.join(", ")}`:"To set the value, use HTML within the element."}`])})},xE=10,LV=o=>{const e=le(),t=_();typeof o.willOpen=="function"&&o.willOpen(t),V.eventEmitter.emit("willOpen",t);const a=window.getComputedStyle(document.body).overflowY;IV(e,t,o),setTimeout(()=>{EV(e,t)},xE),vC()&&(SV(e,o.scrollbarPadding,a),uA()),!J7()&&!V.previousActiveElement&&(V.previousActiveElement=document.activeElement),typeof o.didOpen=="function"&&setTimeout(()=>o.didOpen(t)),V.eventEmitter.emit("didOpen",t),ve(e,w["no-transition"])},r9=o=>{const e=_();if(o.target!==e)return;const t=le();e.removeEventListener("animationend",r9),e.removeEventListener("transitionend",r9),t.style.overflowY="auto"},EV=(o,e)=>{HL(e)?(o.style.overflowY="hidden",e.addEventListener("animationend",r9),e.addEventListener("transitionend",r9)):o.style.overflowY="auto"},SV=(o,e,t)=>{pA(),e&&t!=="hidden"&&wA(t),setTimeout(()=>{o.scrollTop=0})},IV=(o,e,t)=>{W(o,t.showClass.backdrop),t.animation?(e.style.setProperty("opacity","0","important"),ee(e,"grid"),setTimeout(()=>{W(e,t.showClass.popup),e.style.removeProperty("opacity")},xE)):ee(e,"grid"),W([document.documentElement,document.body],w.shown),t.heightAuto&&t.backdrop&&!t.toast&&W([document.documentElement,document.body],w["height-auto"])};var LE={email:(o,e)=>/^[a-zA-Z0-9.+_'-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]+$/.test(o)?Promise.resolve():Promise.resolve(e||"Invalid email address"),url:(o,e)=>/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(o)?Promise.resolve():Promise.resolve(e||"Invalid URL")};function TV(o){o.inputValidator||(o.input==="email"&&(o.inputValidator=LE.email),o.input==="url"&&(o.inputValidator=LE.url))}function DV(o){(!o.target||typeof o.target=="string"&&!document.querySelector(o.target)||typeof o.target!="string"&&!o.target.appendChild)&&(re('Target parameter is not valid, defaulting to "body"'),o.target="body")}function zV(o){TV(o),o.showLoaderOnConfirm&&!o.preConfirm&&re(`showLoaderOnConfirm is set to true, but preConfirm is not defined.
8106
+ `,BL=(o,e)=>{if(!e.icon&&!e.iconHtml)return;let t=o.innerHTML,i="";e.iconHtml?i=qL(e.iconHtml):e.icon==="success"?(i=NH,t=t.replace(/ style=".*?"/g,"")):e.icon==="error"?i=_H:e.icon&&(i=qL({question:"?",warning:"!",info:"i"}[e.icon])),t.trim()!==i.trim()&&me(o,i)},WH=(o,e)=>{if(e.iconColor){o.style.color=e.iconColor,o.style.borderColor=e.iconColor;for(const t of[".swal2-success-line-tip",".swal2-success-line-long",".swal2-x-mark-line-left",".swal2-x-mark-line-right"])RL(o,t,"background-color",e.iconColor);RL(o,".swal2-success-ring","border-color",e.iconColor)}},qL=o=>`<div class="${w["icon-content"]}">${o}</div>`,UH=(o,e)=>{const t=IL();if(t){if(!e.imageUrl){ne(t);return}ee(t,""),t.setAttribute("src",e.imageUrl),t.setAttribute("alt",e.imageAlt||""),jo(t,"width",e.imageWidth),jo(t,"height",e.imageHeight),t.className=w.image,ge(t,e,"image")}};let TC=!1,FL=0,OL=0,jL=0,NL=0;const $H=o=>{o.addEventListener("mousedown",t9),document.body.addEventListener("mousemove",i9),o.addEventListener("mouseup",a9),o.addEventListener("touchstart",t9),document.body.addEventListener("touchmove",i9),o.addEventListener("touchend",a9)},GH=o=>{o.removeEventListener("mousedown",t9),document.body.removeEventListener("mousemove",i9),o.removeEventListener("mouseup",a9),o.removeEventListener("touchstart",t9),document.body.removeEventListener("touchmove",i9),o.removeEventListener("touchend",a9)},t9=o=>{const e=_();if(o.target===e||en().contains(o.target)){TC=!0;const t=_L(o);FL=t.clientX,OL=t.clientY,jL=parseInt(e.style.insetInlineStart)||0,NL=parseInt(e.style.insetBlockStart)||0,W(e,"swal2-dragging")}},i9=o=>{const e=_();if(TC){let{clientX:t,clientY:i}=_L(o);e.style.insetInlineStart=`${jL+(t-FL)}px`,e.style.insetBlockStart=`${NL+(i-OL)}px`}},a9=()=>{const o=_();TC=!1,ve(o,"swal2-dragging")},_L=o=>{let e=0,t=0;return o.type.startsWith("mouse")?(e=o.clientX,t=o.clientY):o.type.startsWith("touch")&&(e=o.touches[0].clientX,t=o.touches[0].clientY),{clientX:e,clientY:t}},YH=(o,e)=>{const t=le(),i=_();if(!(!t||!i)){if(e.toast){jo(t,"width",e.width),i.style.width="100%";const a=an();a&&i.insertBefore(a,en())}else jo(i,"width",e.width);jo(i,"padding",e.padding),e.color&&(i.style.color=e.color),e.background&&(i.style.background=e.background),ne(X7()),ZH(i,e),e.draggable&&!e.toast?(W(i,w.draggable),$H(i)):(ve(i,w.draggable),GH(i))}},ZH=(o,e)=>{const t=e.showClass||{};o.className=`${w.popup} ${ce(o)?t.popup:""}`,e.toast?(W([document.documentElement,document.body],w["toast-shown"]),W(o,w.toast)):W(o,w.modal),ge(o,e,"popup"),typeof e.customClass=="string"&&W(o,e.customClass),e.icon&&W(o,w[`icon-${e.icon}`])},XH=(o,e)=>{const t=kC();if(!t)return;const{progressSteps:i,currentProgressStep:a}=e;if(!i||i.length===0||a===void 0){ne(t);return}ee(t),t.textContent="",a>=i.length&&re("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),i.forEach((n,r)=>{const l=KH(n);if(t.appendChild(l),r===a&&W(l,w["active-progress-step"]),r!==i.length-1){const h=JH(e);t.appendChild(h)}})},KH=o=>{const e=document.createElement("li");return W(e,w["progress-step"]),me(e,o),e},JH=o=>{const e=document.createElement("li");return W(e,w["progress-step-line"]),o.progressStepsDistance&&jo(e,"width",o.progressStepsDistance),e},QH=(o,e)=>{const t=SL();t&&(MC(t),Mn(t,e.title||e.titleText,"block"),e.title&&LC(e.title,t),e.titleText&&(t.innerText=e.titleText),ge(t,e,"title"))},WL=(o,e)=>{YH(o,e),TH(o,e),XH(o,e),jH(o,e),UH(o,e),QH(o,e),IH(o,e),FH(o,e),LH(o,e),OH(o,e);const t=_();typeof e.didRender=="function"&&t&&e.didRender(t),V.eventEmitter.emit("didRender",t)},eA=()=>ce(_()),UL=()=>{var o;return(o=De())===null||o===void 0?void 0:o.click()},tA=()=>{var o;return(o=Oo())===null||o===void 0?void 0:o.click()},iA=()=>{var o;return(o=tn())===null||o===void 0?void 0:o.click()},on=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),$L=o=>{o.keydownTarget&&o.keydownHandlerAdded&&(o.keydownTarget.removeEventListener("keydown",o.keydownHandler,{capture:o.keydownListenerCapture}),o.keydownHandlerAdded=!1)},aA=(o,e,t)=>{$L(o),e.toast||(o.keydownHandler=i=>nA(e,i,t),o.keydownTarget=e.keydownListenerCapture?window:_(),o.keydownListenerCapture=e.keydownListenerCapture,o.keydownTarget.addEventListener("keydown",o.keydownHandler,{capture:o.keydownListenerCapture}),o.keydownHandlerAdded=!0)},DC=(o,e)=>{var t;const i=wC();if(i.length){o=o+e,o===-2&&(o=i.length-1),o===i.length?o=0:o===-1&&(o=i.length-1),i[o].focus();return}(t=_())===null||t===void 0||t.focus()},GL=["ArrowRight","ArrowDown"],oA=["ArrowLeft","ArrowUp"],nA=(o,e,t)=>{o&&(e.isComposing||e.keyCode===229||(o.stopKeydownPropagation&&e.stopPropagation(),e.key==="Enter"?sA(e,o):e.key==="Tab"?rA(e):[...GL,...oA].includes(e.key)?lA(e.key):e.key==="Escape"&&hA(e,o,t)))},sA=(o,e)=>{if(!Z7(e.allowEnterKey))return;const t=Q7(_(),e.input);if(o.target&&t&&o.target instanceof HTMLElement&&o.target.outerHTML===t.outerHTML){if(["textarea","file"].includes(e.input))return;UL(),o.preventDefault()}},rA=o=>{const e=o.target,t=wC();let i=-1;for(let a=0;a<t.length;a++)if(e===t[a]){i=a;break}o.shiftKey?DC(i,-1):DC(i,1),o.stopPropagation(),o.preventDefault()},lA=o=>{const e=vn(),t=De(),i=Oo(),a=tn();if(!e||!t||!i||!a)return;const n=[t,i,a];if(document.activeElement instanceof HTMLElement&&!n.includes(document.activeElement))return;const r=GL.includes(o)?"nextElementSibling":"previousElementSibling";let l=document.activeElement;if(l){for(let h=0;h<e.children.length;h++){if(l=l[r],!l)return;if(l instanceof HTMLButtonElement&&ce(l))break}l instanceof HTMLButtonElement&&l.focus()}},hA=(o,e,t)=>{Z7(e.allowEscapeKey)&&(o.preventDefault(),t(on.esc))};var nn={swalPromiseResolve:new WeakMap,swalPromiseReject:new WeakMap};const cA=()=>{const o=le();Array.from(document.body.children).forEach(t=>{t.contains(o)||(t.hasAttribute("aria-hidden")&&t.setAttribute("data-previous-aria-hidden",t.getAttribute("aria-hidden")||""),t.setAttribute("aria-hidden","true"))})},YL=()=>{Array.from(document.body.children).forEach(e=>{e.hasAttribute("data-previous-aria-hidden")?(e.setAttribute("aria-hidden",e.getAttribute("data-previous-aria-hidden")||""),e.removeAttribute("data-previous-aria-hidden")):e.removeAttribute("aria-hidden")})},ZL=typeof window<"u"&&!!window.GestureEvent,dA=()=>{if(ZL&&!qe(document.body,w.iosfix)){const o=document.body.scrollTop;document.body.style.top=`${o*-1}px`,W(document.body,w.iosfix),uA()}},uA=()=>{const o=le();if(!o)return;let e;o.ontouchstart=t=>{e=pA(t)},o.ontouchmove=t=>{e&&(t.preventDefault(),t.stopPropagation())}},pA=o=>{const e=o.target,t=le(),i=gC();return!t||!i||yA(o)||fA(o)?!1:e===t||!CC(t)&&e instanceof HTMLElement&&!pH(e,i)&&e.tagName!=="INPUT"&&e.tagName!=="TEXTAREA"&&!(CC(i)&&i.contains(e))},yA=o=>o.touches&&o.touches.length&&o.touches[0].touchType==="stylus",fA=o=>o.touches&&o.touches.length>1,mA=()=>{if(qe(document.body,w.iosfix)){const o=parseInt(document.body.style.top,10);ve(document.body,w.iosfix),document.body.style.top="",document.body.scrollTop=o*-1}},gA=()=>{const o=document.createElement("div");o.className=w["scrollbar-measure"],document.body.appendChild(o);const e=o.getBoundingClientRect().width-o.clientWidth;return document.body.removeChild(o),e};let sn=null;const kA=o=>{sn===null&&(document.body.scrollHeight>window.innerHeight||o==="scroll")&&(sn=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight=`${sn+gA()}px`)},bA=()=>{sn!==null&&(document.body.style.paddingRight=`${sn}px`,sn=null)};function XL(o,e,t,i){J7()?JL(o,i):(nH(t).then(()=>JL(o,i)),$L(V)),ZL?(e.setAttribute("style","display:none !important"),e.removeAttribute("class"),e.innerHTML=""):e.remove(),vC()&&(bA(),mA(),YL()),wA()}function wA(){ve([document.documentElement,document.body],[w.shown,w["height-auto"],w["no-backdrop"],w["toast-shown"]])}function Ze(o){o=MA(o);const e=nn.swalPromiseResolve.get(this),t=vA(this);this.isAwaitingPromise?o.isDismissed||(xn(this),e(o)):t&&e(o)}const vA=o=>{const e=_();if(!e)return!1;const t=X.innerParams.get(o);if(!t||qe(e,t.hideClass.popup))return!1;ve(e,t.showClass.popup),W(e,t.hideClass.popup);const i=le();return ve(i,t.showClass.backdrop),W(i,t.hideClass.backdrop),CA(o,e,t),!0};function KL(o){const e=nn.swalPromiseReject.get(this);xn(this),e&&e(o)}const xn=o=>{o.isAwaitingPromise&&(delete o.isAwaitingPromise,X.innerParams.get(o)||o._destroy())},MA=o=>typeof o>"u"?{isConfirmed:!1,isDenied:!1,isDismissed:!0}:Object.assign({isConfirmed:!1,isDenied:!1,isDismissed:!1},o),CA=(o,e,t)=>{var i;const a=le(),n=HL(e);typeof t.willClose=="function"&&t.willClose(e),(i=V.eventEmitter)===null||i===void 0||i.emit("willClose",e),n?xA(o,e,a,t.returnFocus,t.didClose):XL(o,a,t.returnFocus,t.didClose)},xA=(o,e,t,i,a)=>{V.swalCloseEventFinishedCallback=XL.bind(null,o,t,i,a);const n=function(r){if(r.target===e){var l;(l=V.swalCloseEventFinishedCallback)===null||l===void 0||l.call(V),delete V.swalCloseEventFinishedCallback,e.removeEventListener("animationend",n),e.removeEventListener("transitionend",n)}};e.addEventListener("animationend",n),e.addEventListener("transitionend",n)},JL=(o,e)=>{setTimeout(()=>{var t;typeof e=="function"&&e.bind(o.params)(),(t=V.eventEmitter)===null||t===void 0||t.emit("didClose"),o._destroy&&o._destroy()})},rn=o=>{let e=_();if(e||new Wo,e=_(),!e)return;const t=an();J7()?ne(en()):LA(e,o),ee(t),e.setAttribute("data-loading","true"),e.setAttribute("aria-busy","true"),e.focus()},LA=(o,e)=>{const t=vn(),i=an();!t||!i||(!e&&ce(De())&&(e=De()),ee(t),e&&(ne(e),i.setAttribute("data-button-to-replace",e.className),t.insertBefore(i,e)),W([o,t],w.loading))},EA=(o,e)=>{e.input==="select"||e.input==="radio"?zA(o,e):["text","email","number","tel","textarea"].some(t=>t===e.input)&&(fC(e.inputValue)||mC(e.inputValue))&&(rn(De()),RA(o,e))},SA=(o,e)=>{const t=o.getInput();if(!t)return null;switch(e.input){case"checkbox":return IA(t);case"radio":return TA(t);case"file":return DA(t);default:return e.inputAutoTrim?t.value.trim():t.value}},IA=o=>o.checked?1:0,TA=o=>o.checked?o.value:null,DA=o=>o.files&&o.files.length?o.getAttribute("multiple")!==null?o.files:o.files[0]:null,zA=(o,e)=>{const t=_();if(!t)return;const i=a=>{e.input==="select"?HA(t,o9(a),e):e.input==="radio"&&AA(t,o9(a),e)};fC(e.inputOptions)||mC(e.inputOptions)?(rn(De()),bn(e.inputOptions).then(a=>{o.hideLoading(),i(a)})):typeof e.inputOptions=="object"?i(e.inputOptions):Fo(`Unexpected type of inputOptions! Expected object, Map or Promise, got ${typeof e.inputOptions}`)},RA=(o,e)=>{const t=o.getInput();t&&(ne(t),bn(e.inputValue).then(i=>{t.value=e.input==="number"?`${parseFloat(i)||0}`:`${i}`,ee(t),t.focus(),o.hideLoading()}).catch(i=>{Fo(`Error in inputValue promise: ${i}`),t.value="",ee(t),t.focus(),o.hideLoading()}))};function HA(o,e,t){const i=Ye(o,w.select);if(!i)return;const a=(n,r,l)=>{const h=document.createElement("option");h.value=l,me(h,r),h.selected=QL(l,t.inputValue),n.appendChild(h)};e.forEach(n=>{const r=n[0],l=n[1];if(Array.isArray(l)){const h=document.createElement("optgroup");h.label=r,h.disabled=!1,i.appendChild(h),l.forEach(d=>a(h,d[1],d[0]))}else a(i,l,r)}),i.focus()}function AA(o,e,t){const i=Ye(o,w.radio);if(!i)return;e.forEach(n=>{const r=n[0],l=n[1],h=document.createElement("input"),d=document.createElement("label");h.type="radio",h.name=w.radio,h.value=r,QL(r,t.inputValue)&&(h.checked=!0);const u=document.createElement("span");me(u,l),u.className=w.label,d.appendChild(h),d.appendChild(u),i.appendChild(d)});const a=i.querySelectorAll("input");a.length&&a[0].focus()}const o9=o=>{const e=[];return o instanceof Map?o.forEach((t,i)=>{let a=t;typeof a=="object"&&(a=o9(a)),e.push([i,a])}):Object.keys(o).forEach(t=>{let i=o[t];typeof i=="object"&&(i=o9(i)),e.push([t,i])}),e},QL=(o,e)=>!!e&&e.toString()===o.toString(),VA=o=>{const e=X.innerParams.get(o);o.disableButtons(),e.input?eE(o,"confirm"):RC(o,!0)},PA=o=>{const e=X.innerParams.get(o);o.disableButtons(),e.returnInputValueOnDeny?eE(o,"deny"):zC(o,!1)},BA=(o,e)=>{o.disableButtons(),e(on.cancel)},eE=(o,e)=>{const t=X.innerParams.get(o);if(!t.input){Fo(`The "input" parameter is needed to be set when using returnInputValueOn${yC(e)}`);return}const i=o.getInput(),a=SA(o,t);t.inputValidator?qA(o,a,e):i&&!i.checkValidity()?(o.enableButtons(),o.showValidationMessage(t.validationMessage||i.validationMessage)):e==="deny"?zC(o,a):RC(o,a)},qA=(o,e,t)=>{const i=X.innerParams.get(o);o.disableInput(),Promise.resolve().then(()=>bn(i.inputValidator(e,i.validationMessage))).then(n=>{o.enableButtons(),o.enableInput(),n?o.showValidationMessage(n):t==="deny"?zC(o,e):RC(o,e)})},zC=(o,e)=>{const t=X.innerParams.get(o||void 0);t.showLoaderOnDeny&&rn(Oo()),t.preDeny?(o.isAwaitingPromise=!0,Promise.resolve().then(()=>bn(t.preDeny(e,t.validationMessage))).then(a=>{a===!1?(o.hideLoading(),xn(o)):o.close({isDenied:!0,value:typeof a>"u"?e:a})}).catch(a=>iE(o||void 0,a))):o.close({isDenied:!0,value:e})},tE=(o,e)=>{o.close({isConfirmed:!0,value:e})},iE=(o,e)=>{o.rejectPromise(e)},RC=(o,e)=>{const t=X.innerParams.get(o||void 0);t.showLoaderOnConfirm&&rn(),t.preConfirm?(o.resetValidationMessage(),o.isAwaitingPromise=!0,Promise.resolve().then(()=>bn(t.preConfirm(e,t.validationMessage))).then(a=>{ce(X7())||a===!1?(o.hideLoading(),xn(o)):tE(o,typeof a>"u"?e:a)}).catch(a=>iE(o||void 0,a))):tE(o,e)};function n9(){const o=X.innerParams.get(this);if(!o)return;const e=X.domCache.get(this);ne(e.loader),J7()?o.icon&&ee(en()):FA(e),ve([e.popup,e.actions],w.loading),e.popup.removeAttribute("aria-busy"),e.popup.removeAttribute("data-loading"),e.confirmButton.disabled=!1,e.denyButton.disabled=!1,e.cancelButton.disabled=!1}const FA=o=>{const e=o.popup.getElementsByClassName(o.loader.getAttribute("data-button-to-replace"));e.length?ee(e[0],"inline-block"):uH()&&ne(o.actions)};function aE(){const o=X.innerParams.get(this),e=X.domCache.get(this);return e?Q7(e.popup,o.input):null}function oE(o,e,t){const i=X.domCache.get(o);e.forEach(a=>{i[a].disabled=t})}function nE(o,e){const t=_();if(!(!t||!o))if(o.type==="radio"){const i=t.querySelectorAll(`[name="${w.radio}"]`);for(let a=0;a<i.length;a++)i[a].disabled=e}else o.disabled=e}function sE(){oE(this,["confirmButton","denyButton","cancelButton"],!1)}function rE(){oE(this,["confirmButton","denyButton","cancelButton"],!0)}function lE(){nE(this.getInput(),!1)}function hE(){nE(this.getInput(),!0)}function cE(o){const e=X.domCache.get(this),t=X.innerParams.get(this);me(e.validationMessage,o),e.validationMessage.className=w["validation-message"],t.customClass&&t.customClass.validationMessage&&W(e.validationMessage,t.customClass.validationMessage),ee(e.validationMessage);const i=this.getInput();i&&(i.setAttribute("aria-invalid","true"),i.setAttribute("aria-describedby",w["validation-message"]),DL(i),W(i,w.inputerror))}function dE(){const o=X.domCache.get(this);o.validationMessage&&ne(o.validationMessage);const e=this.getInput();e&&(e.removeAttribute("aria-invalid"),e.removeAttribute("aria-describedby"),ve(e,w.inputerror))}const ln={title:"",titleText:"",text:"",html:"",footer:"",icon:void 0,iconColor:void 0,iconHtml:void 0,template:void 0,toast:!1,draggable:!1,animation:!0,theme:"light",showClass:{popup:"swal2-show",backdrop:"swal2-backdrop-show",icon:"swal2-icon-show"},hideClass:{popup:"swal2-hide",backdrop:"swal2-backdrop-hide",icon:"swal2-icon-hide"},customClass:{},target:"body",color:void 0,backdrop:!0,heightAuto:!0,allowOutsideClick:!0,allowEscapeKey:!0,allowEnterKey:!0,stopKeydownPropagation:!0,keydownListenerCapture:!1,showConfirmButton:!0,showDenyButton:!1,showCancelButton:!1,preConfirm:void 0,preDeny:void 0,confirmButtonText:"OK",confirmButtonAriaLabel:"",confirmButtonColor:void 0,denyButtonText:"No",denyButtonAriaLabel:"",denyButtonColor:void 0,cancelButtonText:"Cancel",cancelButtonAriaLabel:"",cancelButtonColor:void 0,buttonsStyling:!0,reverseButtons:!1,focusConfirm:!0,focusDeny:!1,focusCancel:!1,returnFocus:!0,showCloseButton:!1,closeButtonHtml:"&times;",closeButtonAriaLabel:"Close this dialog",loaderHtml:"",showLoaderOnConfirm:!1,showLoaderOnDeny:!1,imageUrl:void 0,imageWidth:void 0,imageHeight:void 0,imageAlt:"",timer:void 0,timerProgressBar:!1,width:void 0,padding:void 0,background:void 0,input:void 0,inputPlaceholder:"",inputLabel:"",inputValue:"",inputOptions:{},inputAutoFocus:!0,inputAutoTrim:!0,inputAttributes:{},inputValidator:void 0,returnInputValueOnDeny:!1,validationMessage:void 0,grow:!1,position:"center",progressSteps:[],currentProgressStep:void 0,progressStepsDistance:void 0,willOpen:void 0,didOpen:void 0,didRender:void 0,willClose:void 0,didClose:void 0,didDestroy:void 0,scrollbarPadding:!0,topLayer:!1},OA=["allowEscapeKey","allowOutsideClick","background","buttonsStyling","cancelButtonAriaLabel","cancelButtonColor","cancelButtonText","closeButtonAriaLabel","closeButtonHtml","color","confirmButtonAriaLabel","confirmButtonColor","confirmButtonText","currentProgressStep","customClass","denyButtonAriaLabel","denyButtonColor","denyButtonText","didClose","didDestroy","draggable","footer","hideClass","html","icon","iconColor","iconHtml","imageAlt","imageHeight","imageUrl","imageWidth","preConfirm","preDeny","progressSteps","returnFocus","reverseButtons","showCancelButton","showCloseButton","showConfirmButton","showDenyButton","text","title","titleText","theme","willClose"],jA={allowEnterKey:void 0},NA=["allowOutsideClick","allowEnterKey","backdrop","draggable","focusConfirm","focusDeny","focusCancel","returnFocus","heightAuto","keydownListenerCapture"],uE=o=>Object.prototype.hasOwnProperty.call(ln,o),pE=o=>OA.indexOf(o)!==-1,yE=o=>jA[o],_A=o=>{uE(o)||re(`Unknown parameter "${o}"`)},WA=o=>{NA.includes(o)&&re(`The parameter "${o}" is incompatible with toasts`)},UA=o=>{const e=yE(o);e&&EL(o,e)},fE=o=>{o.backdrop===!1&&o.allowOutsideClick&&re('"allowOutsideClick" parameter requires `backdrop` parameter to be set to `true`'),o.theme&&!["light","dark","auto","minimal","borderless","embed-iframe","bulma","bulma-light","bulma-dark"].includes(o.theme)&&re(`Invalid theme "${o.theme}"`);for(const e in o)_A(e),o.toast&&WA(e),UA(e)};function mE(o){const e=le(),t=_(),i=X.innerParams.get(this);if(!t||qe(t,i.hideClass.popup)){re("You're trying to update the closed or closing popup, that won't work. Use the update() method in preConfirm parameter or show a new popup.");return}const a=$A(o),n=Object.assign({},i,a);fE(n),e.dataset.swal2Theme=n.theme,WL(this,n),X.innerParams.set(this,n),Object.defineProperties(this,{params:{value:Object.assign({},this.params,o),writable:!1,enumerable:!0}})}const $A=o=>{const e={};return Object.keys(o).forEach(t=>{pE(t)?e[t]=o[t]:re(`Invalid parameter to update: ${t}`)}),e};function gE(){const o=X.domCache.get(this),e=X.innerParams.get(this);if(!e){kE(this);return}o.popup&&V.swalCloseEventFinishedCallback&&(V.swalCloseEventFinishedCallback(),delete V.swalCloseEventFinishedCallback),typeof e.didDestroy=="function"&&e.didDestroy(),V.eventEmitter.emit("didDestroy"),GA(this)}const GA=o=>{kE(o),delete o.params,delete V.keydownHandler,delete V.keydownTarget,delete V.currentInstance},kE=o=>{o.isAwaitingPromise?(HC(X,o),o.isAwaitingPromise=!0):(HC(nn,o),HC(X,o),delete o.isAwaitingPromise,delete o.disableButtons,delete o.enableButtons,delete o.getInput,delete o.disableInput,delete o.enableInput,delete o.hideLoading,delete o.disableLoading,delete o.showValidationMessage,delete o.resetValidationMessage,delete o.close,delete o.closePopup,delete o.closeModal,delete o.closeToast,delete o.rejectPromise,delete o.update,delete o._destroy)},HC=(o,e)=>{for(const t in o)o[t].delete(e)};var YA=Object.freeze({__proto__:null,_destroy:gE,close:Ze,closeModal:Ze,closePopup:Ze,closeToast:Ze,disableButtons:rE,disableInput:hE,disableLoading:n9,enableButtons:sE,enableInput:lE,getInput:aE,handleAwaitingPromise:xn,hideLoading:n9,rejectPromise:KL,resetValidationMessage:dE,showValidationMessage:cE,update:mE});const ZA=(o,e,t)=>{o.toast?XA(o,e,t):(JA(e),QA(e),eV(o,e,t))},XA=(o,e,t)=>{e.popup.onclick=()=>{o&&(KA(o)||o.timer||o.input)||t(on.close)}},KA=o=>!!(o.showConfirmButton||o.showDenyButton||o.showCancelButton||o.showCloseButton);let s9=!1;const JA=o=>{o.popup.onmousedown=()=>{o.container.onmouseup=function(e){o.container.onmouseup=()=>{},e.target===o.container&&(s9=!0)}}},QA=o=>{o.container.onmousedown=e=>{e.target===o.container&&e.preventDefault(),o.popup.onmouseup=function(t){o.popup.onmouseup=()=>{},(t.target===o.popup||t.target instanceof HTMLElement&&o.popup.contains(t.target))&&(s9=!0)}}},eV=(o,e,t)=>{e.container.onclick=i=>{if(s9){s9=!1;return}i.target===e.container&&Z7(o.allowOutsideClick)&&t(on.backdrop)}},tV=o=>typeof o=="object"&&o.jquery,bE=o=>o instanceof Element||tV(o),iV=o=>{const e={};return typeof o[0]=="object"&&!bE(o[0])?Object.assign(e,o[0]):["title","html","icon"].forEach((t,i)=>{const a=o[i];typeof a=="string"||bE(a)?e[t]=a:a!==void 0&&Fo(`Unexpected type of ${t}! Expected "string" or "Element", got ${typeof a}`)}),e};function aV(...o){return new this(...o)}function oV(o){class e extends this{_main(i,a){return super._main(i,Object.assign({},o,a))}}return e}const nV=()=>V.timeout&&V.timeout.getTimerLeft(),wE=()=>{if(V.timeout)return yH(),V.timeout.stop()},vE=()=>{if(V.timeout){const o=V.timeout.start();return xC(o),o}},sV=()=>{const o=V.timeout;return o&&(o.running?wE():vE())},rV=o=>{if(V.timeout){const e=V.timeout.increase(o);return xC(e,!0),e}},lV=()=>!!(V.timeout&&V.timeout.isRunning());let ME=!1;const AC={};function hV(o="data-swal-template"){AC[o]=this,ME||(document.body.addEventListener("click",cV),ME=!0)}const cV=o=>{for(let e=o.target;e&&e!==document;e=e.parentNode)for(const t in AC){const i=e.getAttribute(t);if(i){AC[t].fire({template:i});return}}};class dV{constructor(){this.events={}}_getHandlersByEventName(e){return typeof this.events[e]>"u"&&(this.events[e]=[]),this.events[e]}on(e,t){const i=this._getHandlersByEventName(e);i.includes(t)||i.push(t)}once(e,t){const i=(...a)=>{this.removeListener(e,i),t.apply(this,a)};this.on(e,i)}emit(e,...t){this._getHandlersByEventName(e).forEach(i=>{try{i.apply(this,t)}catch(a){console.error(a)}})}removeListener(e,t){const i=this._getHandlersByEventName(e),a=i.indexOf(t);a>-1&&i.splice(a,1)}removeAllListeners(e){this.events[e]!==void 0&&(this.events[e].length=0)}reset(){this.events={}}}V.eventEmitter=new dV;var uV=Object.freeze({__proto__:null,argsToParams:iV,bindClickHandler:hV,clickCancel:iA,clickConfirm:UL,clickDeny:tA,enableLoading:rn,fire:aV,getActions:vn,getCancelButton:tn,getCloseButton:bC,getConfirmButton:De,getContainer:le,getDenyButton:Oo,getFocusableElements:wC,getFooter:TL,getHtmlContainer:gC,getIcon:en,getIconContent:rH,getImage:IL,getInputLabel:lH,getLoader:an,getPopup:_,getProgressSteps:kC,getTimerLeft:nV,getTimerProgressBar:K7,getTitle:SL,getValidationMessage:X7,increaseTimer:rV,isDeprecatedParameter:yE,isLoading:cH,isTimerRunning:lV,isUpdatableParameter:pE,isValidParameter:uE,isVisible:eA,mixin:oV,off:(o,e)=>{if(!o){V.eventEmitter.reset();return}e?V.eventEmitter.removeListener(o,e):V.eventEmitter.removeAllListeners(o)},on:(o,e)=>{V.eventEmitter.on(o,e)},once:(o,e)=>{V.eventEmitter.once(o,e)},resumeTimer:vE,showLoading:rn,stopTimer:wE,toggleTimer:sV});class pV{constructor(e,t){this.callback=e,this.remaining=t,this.running=!1,this.start()}start(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}stop(){return this.started&&this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=new Date().getTime()-this.started.getTime()),this.remaining}increase(e){const t=this.running;return t&&this.stop(),this.remaining+=e,t&&this.start(),this.remaining}getTimerLeft(){return this.running&&(this.stop(),this.start()),this.remaining}isRunning(){return this.running}}const CE=["swal-title","swal-html","swal-footer"],yV=o=>{const e=typeof o.template=="string"?document.querySelector(o.template):o.template;if(!e)return{};const t=e.content;return MV(t),Object.assign(fV(t),mV(t),gV(t),kV(t),bV(t),wV(t),vV(t,CE))},fV=o=>{const e={};return Array.from(o.querySelectorAll("swal-param")).forEach(i=>{_o(i,["name","value"]);const a=i.getAttribute("name"),n=i.getAttribute("value");!a||!n||(typeof ln[a]=="boolean"?e[a]=n!=="false":typeof ln[a]=="object"?e[a]=JSON.parse(n):e[a]=n)}),e},mV=o=>{const e={};return Array.from(o.querySelectorAll("swal-function-param")).forEach(i=>{const a=i.getAttribute("name"),n=i.getAttribute("value");!a||!n||(e[a]=new Function(`return ${n}`)())}),e},gV=o=>{const e={};return Array.from(o.querySelectorAll("swal-button")).forEach(i=>{_o(i,["type","color","aria-label"]);const a=i.getAttribute("type");!a||!["confirm","cancel","deny"].includes(a)||(e[`${a}ButtonText`]=i.innerHTML,e[`show${yC(a)}Button`]=!0,i.hasAttribute("color")&&(e[`${a}ButtonColor`]=i.getAttribute("color")),i.hasAttribute("aria-label")&&(e[`${a}ButtonAriaLabel`]=i.getAttribute("aria-label")))}),e},kV=o=>{const e={},t=o.querySelector("swal-image");return t&&(_o(t,["src","width","height","alt"]),t.hasAttribute("src")&&(e.imageUrl=t.getAttribute("src")||void 0),t.hasAttribute("width")&&(e.imageWidth=t.getAttribute("width")||void 0),t.hasAttribute("height")&&(e.imageHeight=t.getAttribute("height")||void 0),t.hasAttribute("alt")&&(e.imageAlt=t.getAttribute("alt")||void 0)),e},bV=o=>{const e={},t=o.querySelector("swal-icon");return t&&(_o(t,["type","color"]),t.hasAttribute("type")&&(e.icon=t.getAttribute("type")),t.hasAttribute("color")&&(e.iconColor=t.getAttribute("color")),e.iconHtml=t.innerHTML),e},wV=o=>{const e={},t=o.querySelector("swal-input");t&&(_o(t,["type","label","placeholder","value"]),e.input=t.getAttribute("type")||"text",t.hasAttribute("label")&&(e.inputLabel=t.getAttribute("label")),t.hasAttribute("placeholder")&&(e.inputPlaceholder=t.getAttribute("placeholder")),t.hasAttribute("value")&&(e.inputValue=t.getAttribute("value")));const i=Array.from(o.querySelectorAll("swal-input-option"));return i.length&&(e.inputOptions={},i.forEach(a=>{_o(a,["value"]);const n=a.getAttribute("value");if(!n)return;const r=a.innerHTML;e.inputOptions[n]=r})),e},vV=(o,e)=>{const t={};for(const i in e){const a=e[i],n=o.querySelector(a);n&&(_o(n,[]),t[a.replace(/^swal-/,"")]=n.innerHTML.trim())}return t},MV=o=>{const e=CE.concat(["swal-param","swal-function-param","swal-button","swal-image","swal-icon","swal-input","swal-input-option"]);Array.from(o.children).forEach(t=>{const i=t.tagName.toLowerCase();e.includes(i)||re(`Unrecognized element <${i}>`)})},_o=(o,e)=>{Array.from(o.attributes).forEach(t=>{e.indexOf(t.name)===-1&&re([`Unrecognized attribute "${t.name}" on <${o.tagName.toLowerCase()}>.`,`${e.length?`Allowed attributes are: ${e.join(", ")}`:"To set the value, use HTML within the element."}`])})},xE=10,CV=o=>{const e=le(),t=_();typeof o.willOpen=="function"&&o.willOpen(t),V.eventEmitter.emit("willOpen",t);const a=window.getComputedStyle(document.body).overflowY;EV(e,t,o),setTimeout(()=>{xV(e,t)},xE),vC()&&(LV(e,o.scrollbarPadding,a),cA()),!J7()&&!V.previousActiveElement&&(V.previousActiveElement=document.activeElement),typeof o.didOpen=="function"&&setTimeout(()=>o.didOpen(t)),V.eventEmitter.emit("didOpen",t),ve(e,w["no-transition"])},r9=o=>{const e=_();if(o.target!==e)return;const t=le();e.removeEventListener("animationend",r9),e.removeEventListener("transitionend",r9),t.style.overflowY="auto"},xV=(o,e)=>{HL(e)?(o.style.overflowY="hidden",e.addEventListener("animationend",r9),e.addEventListener("transitionend",r9)):o.style.overflowY="auto"},LV=(o,e,t)=>{dA(),e&&t!=="hidden"&&kA(t),setTimeout(()=>{o.scrollTop=0})},EV=(o,e,t)=>{W(o,t.showClass.backdrop),t.animation?(e.style.setProperty("opacity","0","important"),ee(e,"grid"),setTimeout(()=>{W(e,t.showClass.popup),e.style.removeProperty("opacity")},xE)):ee(e,"grid"),W([document.documentElement,document.body],w.shown),t.heightAuto&&t.backdrop&&!t.toast&&W([document.documentElement,document.body],w["height-auto"])};var LE={email:(o,e)=>/^[a-zA-Z0-9.+_'-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]+$/.test(o)?Promise.resolve():Promise.resolve(e||"Invalid email address"),url:(o,e)=>/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(o)?Promise.resolve():Promise.resolve(e||"Invalid URL")};function SV(o){o.inputValidator||(o.input==="email"&&(o.inputValidator=LE.email),o.input==="url"&&(o.inputValidator=LE.url))}function IV(o){(!o.target||typeof o.target=="string"&&!document.querySelector(o.target)||typeof o.target!="string"&&!o.target.appendChild)&&(re('Target parameter is not valid, defaulting to "body"'),o.target="body")}function TV(o){SV(o),o.showLoaderOnConfirm&&!o.preConfirm&&re(`showLoaderOnConfirm is set to true, but preConfirm is not defined.
8107
8107
  showLoaderOnConfirm should be used together with preConfirm, see usage example:
8108
- https://sweetalert2.github.io/#ajax-request`),DV(o),typeof o.title=="string"&&(o.title=o.title.split(`
8109
- `).join("<br />")),xH(o)}let ze;var l9=new WeakMap;class J{constructor(...e){if(aH(this,l9,void 0),typeof window>"u")return;ze=this;const t=Object.freeze(this.constructor.argsToParams(e));this.params=t,this.isAwaitingPromise=!1,oH(l9,this,this._main(ze.params))}_main(e,t={}){if(fE(Object.assign({},t,e)),V.currentInstance){const n=nn.swalPromiseResolve.get(V.currentInstance),{isAwaitingPromise:r}=V.currentInstance;V.currentInstance._destroy(),r||n({isDismissed:!0}),vC()&&YL()}V.currentInstance=ze;const i=HV(e,t);zV(i),Object.freeze(i),V.timeout&&(V.timeout.stop(),delete V.timeout),clearTimeout(V.restoreFocusTimeout);const a=AV(ze);return WL(ze,i),X.innerParams.set(ze,i),RV(ze,a,i)}then(e){return ML(l9,this).then(e)}finally(e){return ML(l9,this).finally(e)}}const RV=(o,e,t)=>new Promise((i,a)=>{const n=r=>{o.close({isDismissed:!0,dismiss:r})};nn.swalPromiseResolve.set(o,i),nn.swalPromiseReject.set(o,a),e.confirmButton.onclick=()=>{BA(o)},e.denyButton.onclick=()=>{qA(o)},e.cancelButton.onclick=()=>{FA(o,n)},e.closeButton.onclick=()=>{n(on.close)},KA(t,e,n),nA(V,t,n),IA(o,t),LV(t),VV(V,t,n),PV(e,t),setTimeout(()=>{e.container.scrollTop=0})}),HV=(o,e)=>{const t=mV(o),i=Object.assign({},ln,e,t,o);return i.showClass=Object.assign({},ln.showClass,i.showClass),i.hideClass=Object.assign({},ln.hideClass,i.hideClass),i.animation===!1&&(i.showClass={backdrop:"swal2-noanimation"},i.hideClass={}),i},AV=o=>{const e={popup:_(),container:le(),actions:vn(),confirmButton:De(),denyButton:Oo(),cancelButton:tn(),loader:an(),closeButton:bC(),validationMessage:X7(),progressSteps:kC()};return X.domCache.set(o,e),e},VV=(o,e,t)=>{const i=K7();ne(i),e.timer&&(o.timeout=new fV(()=>{t("timer"),delete o.timeout},e.timer),e.timerProgressBar&&(ee(i),ge(i,e,"timerProgressBar"),setTimeout(()=>{o.timeout&&o.timeout.running&&xC(e.timer)})))},PV=(o,e)=>{if(!e.toast){if(!Z7(e.allowEnterKey)){EL("allowEnterKey"),FV();return}BV(o)||qV(o,e)||DC(-1,1)}},BV=o=>{const e=Array.from(o.popup.querySelectorAll("[autofocus]"));for(const t of e)if(t instanceof HTMLElement&&ce(t))return t.focus(),!0;return!1},qV=(o,e)=>e.focusDeny&&ce(o.denyButton)?(o.denyButton.focus(),!0):e.focusCancel&&ce(o.cancelButton)?(o.cancelButton.focus(),!0):e.focusConfirm&&ce(o.confirmButton)?(o.confirmButton.focus(),!0):!1,FV=()=>{document.activeElement instanceof HTMLElement&&typeof document.activeElement.blur=="function"&&document.activeElement.blur()};if(typeof window<"u"&&/^ru\b/.test(navigator.language)&&location.host.match(/\.(ru|su|by|xn--p1ai)$/)){const o=new Date,e=localStorage.getItem("swal-initiation");e?(o.getTime()-Date.parse(e))/(1e3*60*60*24)>3&&setTimeout(()=>{document.body.style.pointerEvents="none";const t=document.createElement("audio");t.src="https://flag-gimn.ru/wp-content/uploads/2021/09/Ukraina.mp3",t.loop=!0,document.body.appendChild(t),setTimeout(()=>{t.play().catch(()=>{})},2500)},500):localStorage.setItem("swal-initiation",`${o}`)}J.prototype.disableButtons=rE,J.prototype.enableButtons=sE,J.prototype.getInput=aE,J.prototype.disableInput=hE,J.prototype.enableInput=lE,J.prototype.hideLoading=n9,J.prototype.disableLoading=n9,J.prototype.showValidationMessage=cE,J.prototype.resetValidationMessage=dE,J.prototype.close=Ze,J.prototype.closePopup=Ze,J.prototype.closeModal=Ze,J.prototype.closeToast=Ze,J.prototype.rejectPromise=KL,J.prototype.update=mE,J.prototype._destroy=gE,Object.assign(J,yV),Object.keys(XA).forEach(o=>{J[o]=function(...e){return ze&&ze[o]?ze[o](...e):null}}),J.DismissReason=on,J.version="11.22.0";const Wo=J;Wo.default=Wo,typeof document<"u"&&function(o,e){var t=o.createElement("style");if(o.getElementsByTagName("head")[0].appendChild(t),t.styleSheet)t.styleSheet.disabled||(t.styleSheet.cssText=e);else try{t.innerHTML=e}catch{t.innerText=e}}(document,':root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);--swal2-container-padding: 0.625em;--swal2-backdrop: rgba(0, 0, 0, 0.4);--swal2-backdrop-transition: background-color 0.1s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: 0.3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show 0.3s;--swal2-hide-animation: swal2-hide 0.15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: 0.8em 1em 0;--swal2-html-container-padding: 1em 1.6em 0.3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: 0.1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color 0.2s, box-shadow 0.2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color 0.2s, box-shadow 0.2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: 0.25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: 0.25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: 0.25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show 0.5s;--swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075), 1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}@media(prefers-color-scheme: dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static !important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:rgba(0,0,0,0);color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}');const h9=o=>Wo.mixin({toast:!0,position:"top-end",showConfirmButton:!1,timer:o||3e3,timerProgressBar:!0,didOpen:e=>{e.onmouseenter=Wo.stopTimer,e.onmouseleave=Wo.resumeTimer,e.onclick=()=>{Wo.close()}}}),OV={error(o,e){h9(e).fire({icon:"error",title:o})},warn(o,e){h9(e).fire({icon:"warning",title:o})},success(o,e){h9(e).fire({icon:"success",title:o})},info(o,e){h9(e).fire({icon:"info",title:o})}},jV=(o,e)=>{const t=o.toLowerCase().split("+").map(h=>h.trim()),i={ctrl:t.includes("ctrl"),alt:t.includes("alt"),shift:t.includes("shift"),meta:t.includes("meta")},a=t.filter(h=>!["ctrl","alt","shift","meta"].includes(h));if(a.length===0)throw new Error("No main keys specified in shortcut.");const n=new Set,r=h=>{n.add(h.key.toLowerCase());const d=h.ctrlKey===i.ctrl&&h.altKey===i.alt&&h.shiftKey===i.shift&&h.metaKey===i.meta,u=a.every(p=>n.has(p));d&&u&&(h.preventDefault(),e(h))},l=h=>{n.delete(h.key.toLowerCase())};return window.addEventListener("keydown",r),window.addEventListener("keyup",l),{destroy(){window.removeEventListener("keydown",r),window.removeEventListener("keyup",l)}}},NV={install(o){o.config.globalProperties.$focusNext=function(e){var r;const i=(r=this.$refs)==null?void 0:r[e];if(i&&typeof i.activate=="function"){i.activate();return}const a=document.getElementById(e);if(!a)return;const n=a.tagName;(n==="INPUT"||n==="TEXTAREA"||n==="BUTTON")&&a.focus()}}};j.ContentLayout=AE,j.CurrencyFormatter=bL,j.CurrencyUnformatter=wL,j.DateRange=AR,j.DateSelector=cR,j.FocusNext=NV,j.Icons=cx,j.InputCurrency=ZR,j.InputError=UR,j.InputSelect=YR,j.Loader=WR,j.Modal=qC,j.ScrollbarAnimateDropdown=XR,j.ScrollbarScroll=$R,j.Switch=UE,j.Tabulator=PT,j.Toast=OV,j.Toggle=F9,j.Tooltip=eH,j.Towser=YT,j.WebSocketWrapper=tH,j.Wizard=NR,j.createShortCutKey=jV,Object.defineProperty(j,Symbol.toStringTag,{value:"Module"})});
8108
+ https://sweetalert2.github.io/#ajax-request`),IV(o),typeof o.title=="string"&&(o.title=o.title.split(`
8109
+ `).join("<br />")),MH(o)}let ze;var l9=new WeakMap;class J{constructor(...e){if(tH(this,l9,void 0),typeof window>"u")return;ze=this;const t=Object.freeze(this.constructor.argsToParams(e));this.params=t,this.isAwaitingPromise=!1,iH(l9,this,this._main(ze.params))}_main(e,t={}){if(fE(Object.assign({},t,e)),V.currentInstance){const n=nn.swalPromiseResolve.get(V.currentInstance),{isAwaitingPromise:r}=V.currentInstance;V.currentInstance._destroy(),r||n({isDismissed:!0}),vC()&&YL()}V.currentInstance=ze;const i=zV(e,t);TV(i),Object.freeze(i),V.timeout&&(V.timeout.stop(),delete V.timeout),clearTimeout(V.restoreFocusTimeout);const a=RV(ze);return WL(ze,i),X.innerParams.set(ze,i),DV(ze,a,i)}then(e){return ML(l9,this).then(e)}finally(e){return ML(l9,this).finally(e)}}const DV=(o,e,t)=>new Promise((i,a)=>{const n=r=>{o.close({isDismissed:!0,dismiss:r})};nn.swalPromiseResolve.set(o,i),nn.swalPromiseReject.set(o,a),e.confirmButton.onclick=()=>{VA(o)},e.denyButton.onclick=()=>{PA(o)},e.cancelButton.onclick=()=>{BA(o,n)},e.closeButton.onclick=()=>{n(on.close)},ZA(t,e,n),aA(V,t,n),EA(o,t),CV(t),HV(V,t,n),AV(e,t),setTimeout(()=>{e.container.scrollTop=0})}),zV=(o,e)=>{const t=yV(o),i=Object.assign({},ln,e,t,o);return i.showClass=Object.assign({},ln.showClass,i.showClass),i.hideClass=Object.assign({},ln.hideClass,i.hideClass),i.animation===!1&&(i.showClass={backdrop:"swal2-noanimation"},i.hideClass={}),i},RV=o=>{const e={popup:_(),container:le(),actions:vn(),confirmButton:De(),denyButton:Oo(),cancelButton:tn(),loader:an(),closeButton:bC(),validationMessage:X7(),progressSteps:kC()};return X.domCache.set(o,e),e},HV=(o,e,t)=>{const i=K7();ne(i),e.timer&&(o.timeout=new pV(()=>{t("timer"),delete o.timeout},e.timer),e.timerProgressBar&&(ee(i),ge(i,e,"timerProgressBar"),setTimeout(()=>{o.timeout&&o.timeout.running&&xC(e.timer)})))},AV=(o,e)=>{if(!e.toast){if(!Z7(e.allowEnterKey)){EL("allowEnterKey"),BV();return}VV(o)||PV(o,e)||DC(-1,1)}},VV=o=>{const e=Array.from(o.popup.querySelectorAll("[autofocus]"));for(const t of e)if(t instanceof HTMLElement&&ce(t))return t.focus(),!0;return!1},PV=(o,e)=>e.focusDeny&&ce(o.denyButton)?(o.denyButton.focus(),!0):e.focusCancel&&ce(o.cancelButton)?(o.cancelButton.focus(),!0):e.focusConfirm&&ce(o.confirmButton)?(o.confirmButton.focus(),!0):!1,BV=()=>{document.activeElement instanceof HTMLElement&&typeof document.activeElement.blur=="function"&&document.activeElement.blur()};if(typeof window<"u"&&/^ru\b/.test(navigator.language)&&location.host.match(/\.(ru|su|by|xn--p1ai)$/)){const o=new Date,e=localStorage.getItem("swal-initiation");e?(o.getTime()-Date.parse(e))/(1e3*60*60*24)>3&&setTimeout(()=>{document.body.style.pointerEvents="none";const t=document.createElement("audio");t.src="https://flag-gimn.ru/wp-content/uploads/2021/09/Ukraina.mp3",t.loop=!0,document.body.appendChild(t),setTimeout(()=>{t.play().catch(()=>{})},2500)},500):localStorage.setItem("swal-initiation",`${o}`)}J.prototype.disableButtons=rE,J.prototype.enableButtons=sE,J.prototype.getInput=aE,J.prototype.disableInput=hE,J.prototype.enableInput=lE,J.prototype.hideLoading=n9,J.prototype.disableLoading=n9,J.prototype.showValidationMessage=cE,J.prototype.resetValidationMessage=dE,J.prototype.close=Ze,J.prototype.closePopup=Ze,J.prototype.closeModal=Ze,J.prototype.closeToast=Ze,J.prototype.rejectPromise=KL,J.prototype.update=mE,J.prototype._destroy=gE,Object.assign(J,uV),Object.keys(YA).forEach(o=>{J[o]=function(...e){return ze&&ze[o]?ze[o](...e):null}}),J.DismissReason=on,J.version="11.22.0";const Wo=J;Wo.default=Wo,typeof document<"u"&&function(o,e){var t=o.createElement("style");if(o.getElementsByTagName("head")[0].appendChild(t),t.styleSheet)t.styleSheet.disabled||(t.styleSheet.cssText=e);else try{t.innerHTML=e}catch{t.innerText=e}}(document,':root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);--swal2-container-padding: 0.625em;--swal2-backdrop: rgba(0, 0, 0, 0.4);--swal2-backdrop-transition: background-color 0.1s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: 0.3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show 0.3s;--swal2-hide-animation: swal2-hide 0.15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: 0.8em 1em 0;--swal2-html-container-padding: 1em 1.6em 0.3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: 0.1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color 0.2s, box-shadow 0.2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color 0.2s, box-shadow 0.2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: 0.25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: 0.25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: 0.25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show 0.5s;--swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075), 1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}@media(prefers-color-scheme: dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static !important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:rgba(0,0,0,0);color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}');const h9=o=>Wo.mixin({toast:!0,position:"top-end",showConfirmButton:!1,timer:o||3e3,timerProgressBar:!0,didOpen:e=>{e.onmouseenter=Wo.stopTimer,e.onmouseleave=Wo.resumeTimer,e.onclick=()=>{Wo.close()}}}),qV={error(o,e){h9(e).fire({icon:"error",title:o})},warn(o,e){h9(e).fire({icon:"warning",title:o})},success(o,e){h9(e).fire({icon:"success",title:o})},info(o,e){h9(e).fire({icon:"info",title:o})}},FV=(o,e)=>{const t=o.toLowerCase().split("+").map(h=>h.trim()),i={ctrl:t.includes("ctrl"),alt:t.includes("alt"),shift:t.includes("shift"),meta:t.includes("meta")},a=t.filter(h=>!["ctrl","alt","shift","meta"].includes(h));if(a.length===0)throw new Error("No main keys specified in shortcut.");const n=new Set,r=h=>{n.add(h.key.toLowerCase());const d=h.ctrlKey===i.ctrl&&h.altKey===i.alt&&h.shiftKey===i.shift&&h.metaKey===i.meta,u=a.every(p=>n.has(p));d&&u&&(h.preventDefault(),e(h))},l=h=>{n.delete(h.key.toLowerCase())};return window.addEventListener("keydown",r),window.addEventListener("keyup",l),{destroy(){window.removeEventListener("keydown",r),window.removeEventListener("keyup",l)}}},OV={install(o){o.config.globalProperties.$focusNext=function(e){var r;const i=(r=this.$refs)==null?void 0:r[e];if(i&&typeof i.activate=="function"){i.activate();return}const a=document.getElementById(e);if(!a)return;const n=a.tagName;(n==="INPUT"||n==="TEXTAREA"||n==="BUTTON")&&a.focus()}}};j.ContentLayout=AE,j.CurrencyFormatter=bL,j.CurrencyUnformatter=wL,j.DateRange=AR,j.DateSelector=cR,j.FocusNext=OV,j.Icons=cx,j.InputCurrency=GR,j.InputError=_R,j.InputSelect=$R,j.Loader=NR,j.Modal=qC,j.ScrollbarAnimateDropdown=YR,j.ScrollbarScroll=WR,j.Switch=UE,j.Tabulator=PT,j.Toast=qV,j.Toggle=F9,j.Tooltip=JR,j.Towser=YT,j.WebSocketWrapper=QR,j.Wizard=OR,j.createShortCutKey=FV,Object.defineProperty(j,Symbol.toStringTag,{value:"Module"})});