"use strict";const axError={formatError:"This is not a valid data format!",paraError:"The parameters do not meet the requirements!",arrayRequired:"The value must be an array type!",noNode:"This page can not find the node!",required:"Required field is missing!",notExist:"The program cannot be executed because the object does not exist!"},axIsMobi=()=>"ontouchstart"in document.documentElement,axEventMap=axIsMobi()?["touchstart","touchmove","touchend","touchcancel"]:["mousedown","mousemove","mouseup","mouseleave"],axIsDate=t=>isNaN(t)&&!isNaN(Date.parse(t)),axCeil={phone:parseInt(getComputedStyle(document.documentElement).getPropertyValue("--ceil-phone")),pad:parseInt(getComputedStyle(document.documentElement).getPropertyValue("--ceil-pad")),flip:parseInt(getComputedStyle(document.documentElement).getPropertyValue("--ceil-flip")),pro:parseInt(getComputedStyle(document.documentElement).getPropertyValue("--ceil-pro")),pc:parseInt(getComputedStyle(document.documentElement).getPropertyValue("--ceil-pc"))},axClient=()=>{let t=document.body.clientWidth;return taxCeil.phone&&taxCeil.pad&&taxCeil.flip&&tObject.prototype.toString.call(t).slice(8,-1),axIsEmpty=t=>{let e=axType(t);return!t||("Function"===e?"{}"==t.toString().replace(/\s+/g,"").match(/{.*}/g)[0]:"Array"===e?""==t.join(""):"Object"===e&&0===Object.keys(t).length)},axToNumber=t=>isNaN(t)?parseFloat(t):t,axTheme={set:(t,e="")=>{if(axIsEmpty(t))return!1;let s=t=>{t=t.trim();let e=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/,s=t.toLowerCase(),i=[];if(e.test(s)){if(4===s.length){let t="#";for(let e=1;e<4;e+=1)t+=s.slice(e,e+1).concat(s.slice(e,e+1));s=t}for(let t=1;t<7;t+=2)i.push(parseInt("0x"+s.slice(t,t+2)))}return i},i=t=>{let e,s,i=t[0]/255,o=t[1]/255,a=t[2]/255,n=Math.min(i,o,a),r=Math.max(i,o,a),l=(n+r)/2,h=r-n;if(r===n)e=0,s=0;else{switch(s=l>.5?h/(2-r-n):h/(r+n),r){case i:e=(o-a)/h+(o{let e=axType(t),o=[];if(!axIsEmpty(t))if("String"===e)if(t=t.trim().toLowerCase(),t.startsWith("hsl"))o=t.replace(/^(hsl|hsla)\(/,"").replace(/\)$/,"").replace(/\s/g,"").split(",");else{let e=[];t.startsWith("#")?e=s(t):t.startsWith("rgb")&&(e=t.replace(/^(rgb|rgba)\(/,"").replace(/\)$/,"").replace(/\s/g,"").split(",").map(Number)),o=i(e)}else"Array"===e&&(o=t);return 3===o.length&&o.push(1),o},a=axType(t),n={primary:[],text:[],error:[],success:[],info:[],warning:[],question:[]};if("Object"===a)for(let e in t)t.hasOwnProperty(e)&&t[e].length>2&&(n[e]=o(t[e]));else n.primary=o(t);axIsEmpty(axLocalStorage.get("ax-theme-raw"))&&axLocalStorage.set("ax-theme-raw",axGetColors());let r=document.querySelector(":root");for(let t in n)n.hasOwnProperty(t)&&n[t].length>2&&(r.style.setProperty(`--h-${t}`,n[t][0]),r.style.setProperty(`--s-${t}`,"string"==typeof n[t][1]&&n[t][1].includes("%")?n[t][1]:n[t][1]+"%"),r.style.setProperty(`--l-${t}`,"string"==typeof n[t][2]&&n[t][2].includes("%")?n[t][2]:n[t][2]+"%"),r.style.setProperty(`--a-${t}`,n[t][3]));e&&axLocalStorage.set(e,n)},get:()=>axGetColors(),reset:()=>{}};axTheme.reset=(()=>{let t=axLocalStorage.get("ax-theme-raw");axTheme.set(t)});const axGetScrollObj=()=>navigator.userAgent.indexOf("Firefox")>0?{event:"DOMMouseScroll",detail:"detail"}:{event:"mousewheel",detail:"wheelDelta"},axGetClientObj=t=>{let e=axIsMobi()?t.targetTouches[0]:t;return e?{x:e.clientX,y:e.clientY}:null},axIsScrollUp=(t,e=axGetScrollObj().detail)=>{let s,i=t[e];return s=navigator.userAgent.indexOf("Firefox")>0?i>0:i<0,s},axIsVnode=t=>!getComputedStyle(t).display,axNumber=(t,e)=>{let s=Object.assign({places:2,mode:"round",zero:!1},e),i=0;if(!t||!Number(t))return 0;{let e=Number(t),o=e+Number.EPSILON,a=Number(`1${"0".repeat(s.places)}`),n=e*a,r=o*a;i="floor"===s.mode?Math.floor(n)/a:"ceil"===s.mode?Math.ceil(n)/a:Math.round(r)/a}return s.zero&&(i=i.toFixed(s.places)),i},axTrim=(t,e=!1)=>e?t.replace(/\s+/g,""):t.trim().replace(/\s+/gi," "),axSplitToArr=(t,e=",",s="all")=>{let i=axType(t),o="",a=[];return"String"===i?(o="one"===s?axTrim(t,!1):"none"===s?axTrim(t,!0):t.trim(),a=o.split(e)):"Array"===i&&(a=t),a},axPreventDefault=t=>{t.preventDefault?t.preventDefault():t.returnValue=!1},axStrEnd=(t,e,s="afterend",i=!0)=>{if(!t||!e)return!1;if(t=t.trim(),t.includes(e)){let o,a,n=e.length;return"beforebegin"===s?(o=t.indexOf(e),i&&(o+=n),a=t.substring(0,o)):"afterbegin"===s?(o=t.indexOf(e),!i&&(o+=n),a=t.substring(o,t.length)):"beforeend"===s?(o=t.lastIndexOf(e),i&&(o+=n),a=t.substring(0,o)):"afterend"===s?(o=t.lastIndexOf(e),!i&&(o+=n),a=t.substring(o,t.length)):a="",a}return""},axStrType=t=>{if("string"!=typeof t)return console.error("Argument must be a string!"),!1;t=t.trim();let e=t=>{if(t>="A"&&t<="Z")return!0},s="";return t&&(t.includes(" ")?s="level":t.startsWith("#")?s="id":t.startsWith(".")?s="class":t.startsWith("[")&&t.endsWith("]")?s="name":(["H1","H2","H3","H4","H5","H6"].includes(t)||[...t].every(t=>e(t)))&&(s="node")),s},axStrToDom=t=>{if("string"!=typeof t)return!1;let e;return t=t.trim(),t.startsWith("")?(e=document.createElement("tr"),e.innerHTML=t,e):(e=document.createElement("div"),e.innerHTML=t,e.firstElementChild)},axIdToDom=t=>{let e=axType(t);if(t){if("String"===e){let e=t.trim();return axStrType(e)?("name"!==axStrType(e)||e.includes("=")||(e=e.slice(0,1)+"name="+e.slice(1)),document.querySelector(e)):(console.warn("No node is found with this string!"),!1)}return!!e.includes("HTML")&&t}return console.warn("Node selector is empty!"),!1},axAllToDoms=t=>{if(axIsEmpty(t))return[];let e=[],s=axType(t);if(s.includes("HTML"))e.push(t);else if("String"===s){let s=axTrim(t),i=",";s.includes(" ")&&(i=" "),s.split(i).forEach(t=>{let s=axIdToDom(t);s&&e.push(s)})}else"Array"===s?t.forEach(t=>{let s=axIdToDom(t);s&&e.push(s)}):"NodeList"===s&&(e=[...t]);return e},axValueToArr=t=>{let e=[];if(!axIsEmpty(t)||0===t)if(Array.isArray(t))e=t;else if("string"==typeof t){let s=t.trim(),i=t.includes(",")?",":" ";s.includes(i)?e=s.split(i):e.push(t)}else e.push(t);return e},axUnique=(t,e)=>{if(e){let s=new Map;for(let i of t)s.has(i[e])||s.set(i[e],i);return[...s.values()]}return[...new Set(t)]},axClass={get:function(t){return axValueToArr(t)},add:function(t,e,s){let i=axIdToDom(t),o=this.get(e);return!(!i||0===o.length)&&(o.forEach(t=>{let e=!s||s(t);e&&i.classList.add(t)}),this)},del:function(t,e,s){let i=axIdToDom(t),o=this.get(e);return!(!i||0===o.length)&&(o.forEach(t=>{let e=!s||s(t);e&&i.classList.remove(t)}),this)}},axArrToDom=(t,e)=>{let s=t.split(","),i=[],o=/^[0-9]*$/,a="";return a="string"==typeof e?document.querySelector(e):e,s.forEach(t=>{if(!o.test(t.substr(0,1)))if("class"==axStrType(t))i=a?i.concat([...a.querySelectorAll(t)]):i.concat([...document.querySelectorAll(t)]);else if("id"==axStrType(t))i.push(document.querySelector(t));else{if(!t)return i;{let e=document.querySelectorAll(t);e&&(i=a?i.concat([...a.querySelectorAll(t)]):i.concat([...document.querySelectorAll(t)]))}}}),i},axArrToFlat=t=>{let e=[],s=[...t];return s.forEach(t=>{t.children?e=[...e,t,...axArrToFlat(t.children)]:e.push(t)}),e},axIncreaseId=(t,e=!0)=>{let s,i=[];return e?(t.forEach(t=>{i.push(~~t.id)}),s=Math.max(...i)+1):s=t.length,s},axMultiValues=(t,e="checkbox",s="array",i,o=",")=>{let a,n=[],r=i?axIdToDom(i):"";if("NodeList"==axType(t)||"Array"==axType(t)){if(e.includes("select")||"file"==e)return console.warn("Can not be an node array in this type!"),!1;a=t}else if("object"==typeof t||axStrType(t)&&"name"!==axStrType(t)){let s=axIdToDom(t);e.includes("select")||"SELECT"==t.nodeName?(e="select",a=s.options):"file"==e||"file"==s.type?(e="file",a=[s]):a=[...s.querySelectorAll("input")]}else{let s="";s="name"===axStrType(t)?t.replace("[","[name="):`[name=${t}]`,a=e.includes("select")?r?r.querySelector(s).options:document.querySelector(s).options:"file"==e?r?[r.querySelector(s)]:[document.querySelector(s)]:r?[...r.querySelectorAll(s)]:[...document.querySelectorAll(s)]}for(let t=0;t{let i=null,o=function(o){s&&(o.stopPropagation(),o.preventDefault()),i&&clearTimeout(i),i=setTimeout(()=>{t.apply(this,arguments)},e)};return o.cancel=function(){i&&clearTimeout(i)},o},axThrottle=(t,e=500,s=!1)=>{let i=0,o=null,a=function(a){let n=(new Date).getTime();n-i>e?(o&&(clearTimeout(o),o=null),t.apply(this,arguments),i=n):s&&(a.stopPropagation(),a.preventDefault())};return a.cancel=function(){clearTimeout(o),o=null},a},axMoveArr=(t,e,s)=>{if(e>t.length||s>t.length||e<0||s<0)return console.error("Exceeded array length!"),!1;let i=t[e];return t.splice(e,1),t.splice(s,0,i),t},axIsVisible=t=>{let e=axIdToDom(t),s=!0,i="none"!=getComputedStyle(e).display&&"hidden"!=getComputedStyle(e).visibility;for(;s&&i;)e=e.parentNode,e&&e!=document.body?i="none"!=getComputedStyle(e).display&&"hidden"!=getComputedStyle(e).visibility:s=!1;return i},axClampValue=(t={value:value,min:min,max:max})=>t.hasOwnProperty("min")&&t.hasOwnProperty("max")?(t.value=axToNumber(t.value),t.min=axToNumber(t.min),t.max=axToNumber(t.max),t.value>t.max?t.max:t.value{let s=axIdToDom(e),i=axIdToDom(t),o=s.scrollTop,a=s.getBoundingClientRect().height;return i.offsetTop+i.offsetHeight>o&&i.offsetTop{let i=axIdToDom(t),o=e;if(!t)return console.error(axError.notExist),!1;let a=()=>{let t=[];return[...i.children].forEach(e=>{t.push(r(e,o++))}),t},n=(t,e)=>{let s=[...t.attributes].filter(t=>"label"!==t.name&&"value"!==t.name);s.forEach(t=>{["selected","disabled","readonly","active","checked","expanded"].includes(t.name)?e[t.name]=!0:e[t.name]=t.value.trim()})},r=(t,e)=>{let i=t.firstElementChild,a={id:e,node:i};a.label=i.textContent.trim(),s?a.value=i.hasAttribute("value")?i.getAttribute("value"):a.label:i.hasAttribute("value")&&(a.value=i.getAttribute("value")),n(i,a);let l=t.querySelector("ul")||t.querySelector("ol");return l&&(a.children=[],[...l.children].forEach(t=>{a.children.push(r(t,o++))})),a};return{data:a(),index:o}},axSelectToArr=(t,e=0,s=!0)=>{let i=axIdToDom(t),o=e;if(!i)return console.error(axError.notExist),!1;let a=()=>{let t=[];return[...i.children].forEach(e=>{t.push(r(e,o++))}),t},n=(t,e)=>{let s=[...t.attributes].filter(t=>"label"!==t.name&&"value"!==t.name);s.forEach(t=>{["selected","disabled","readonly","active","checked","expanded"].includes(t.name)?e[t.name]=!0:e[t.name]=t.value.trim()})},r=(t,e)=>{let i={id:e,node:t},a=t.textContent.trim(),l=t.hasAttribute("value")?t.getAttribute("value").trim():"";return n(t,i),"OPTGROUP"==t.nodeName?(i.label=t.getAttribute("label").trim(),i.value=i.label,i.children=[],[...t.children].forEach(t=>{i.children.push(r(t,o++))})):(i.label=a||l.trim(),i.value=s?l||i.label:l),i};return{data:a(),index:o}},axTableToJson=t=>{let e=axIdToDom(t),s=e.querySelector("tbody"),i=s.rows,o=[];return[...i].forEach(t=>{let e=t.cells,s=[];[...e].forEach(t=>{s.push(t.innerText.trim())}),o.push(s)}),o},axArrToTree=t=>{let e=t[0].pId;return t.forEach(e=>{let s=t.filter(t=>e.id==t.pId);s.length&&(e.children=s)}),t.filter(t=>t.pId==e)},axGetDoms=t=>{let e=axType(t),s=[],i=t=>{let e,s=axType(t);return"String"===s&&axStrType(t)?e=[...this.targetDom.querySelectorAll(t)]:s.includes("HTML")&&(e=[t]),e};return s="Array"===e?t.map(t=>i(t)).flat(1/0):i(t),s.filter(Boolean)},axFindItem=(t,e,s)=>{let i,o=axType(t),a=Object.assign({string:"label",number:"id",dom:"headerDom"},s),n=(t,e)=>{let s=Object.keys(t),i=e.find(e=>{let i=!0;for(let o of s)if(e[o]!=t[o]){i=!1;break}return i});return i};return i="Object"===o?e.find(e=>e===t)||n(t,e):"Array"===o?e.find(e=>e===t):"Number"===o?e[0].hasOwnProperty(a.number)?e.find(e=>String(e[a.number])===String(t)):e[t]:"String"===o?t.startsWith("#")?e.find(e=>"#"+e[a.dom].id===t):e.find(e=>String(e[a.number])===t||String(e[a.string])===t):!!o.includes("HTML")&&e.find(e=>e[a.dom]===t),i},axTreeMethod={addPath:(t,e=-1,s=0)=>{if(!Array.isArray(t)||0===t.length)return!1;let i=0,o=0,a=!!t[0].hasOwnProperty("id"),n=s,r=(t,s,l=e)=>{t.forEach(t=>{a||(t.id=n,n++),t.floor=s,t.pId=t.pId||0===t.pId?t.pId:e,t.path=l.toString()+">"+t.id.toString(),s>=i&&(i=s),isNaN(t.id)||t.id>=o&&(o=t.id),t.children&&t.children.length>0&&(t.children.forEach(e=>{e.pId=t.id}),r(t.children,s+1,t.path)),t.path||(t.path=t.pId+">"+t.id)})};return r(t,1),{data:t,floorMax:i,idMax:o}},remove:(t,e,s,i)=>{if(1!==t.floor){let s=e.find(e=>e.id==t.pId),i=s.children,o=i.indexOf(t);i.splice(o,1)}else s&&(s=s.filter(e=>e!=t));return e=e.filter(e=>e!==t&&!e.path.includes(">"+t.id+">")),t.wrapperDom.remove(),i&&i(t,e),{flat:e,tree:s}},createData:(t,e,s,i)=>{let o={},a=axType(t),n=axIncreaseId(s),r="String"===a?t:"新节点"+n;if("Object"===a){let s=i?{path:e.path+">"+t.id,floor:e.floor+1}:{path:e.path.replace(new RegExp("(.*)"+e.id),"$1"+t.id),floor:e.floor};!t.hasOwnProperty("id")&&(t.id=n),o=Object.assign(t,s)}else o=i?{id:n,label:r,pId:e.id,path:e.path+">"+n,floor:e.floor+1}:{id:n,label:r,pId:e.pId,path:e.path.replace(new RegExp("(.*)"+e.id),"$1"+n),floor:e.floor};return o},existChildPush:(t,e,s=!0)=>{s?(e.children.unshift(t),e.bodyDom.insertAdjacentElement("afterBegin",t.wrapperDom)):(e.children.push(t),e.bodyDom.insertAdjacentElement("beforeEnd",t.wrapperDom))},noExistChildPush:(t,e,s)=>{e.children=[],e.children.push(t),e=s(e),e.bodyDom.appendChild(t.wrapperDom),e.wrapperDom.appendChild(e.bodyDom)},getItemsFromPath(t){let e=Object.assign({connector:"/",prop:"label"},t),s=e.path.split(">"),i=s.map(t=>e.data.find(e=>e.id==t)).filter(Boolean),o=i.map(t=>t[e.prop]).join(e.connector);return{items:i,path:o}},getFullData:async function(t={}){if(axIsEmpty(t.source))return!1;let e=axType(t.source),s=Object.assign({idStart:0,rootStart:-1,replace:!1,ajaxData:{},ajaxType:"post",async:!1,addPath:!0},t),i=[],o={},a=t=>{let e=t.nodeName,i=[];return"SELECT"===e||"DATALIST"===e?i=axSelectToArr(t,s.idStart,s.replace).data:"UL"!==e&&"OL"!==e||(i=axUlToArr(t,s.idStart,s.replace).data),i},n=t=>{let e=[],s=axClone(t);return e=s[0].hasOwnProperty("pId")&&s[0].hasOwnProperty("id")?axArrToTree(s):s,e};if(!axIsEmpty(s.ajaxData)&&(s.async=!0),s.async){let t=s.source.loadDom?axIdToDom(s.source.loadDom):null;await axAjax({url:s.source,data:axIsEmpty(s.ajaxData)?"":s.ajaxData,type:s.ajaxType,opened:t=>{s.opened?s.opened(t):s.instance&&s.xhrName&&(s.instance[s.xhrName]=t.xhr)},before:e=>{s.before?s.before(e):t&&t.setAttribute("loading","")},success:e=>{if(axIsEmpty(e.content))return console.warn("No data obtained!"),!1;t&&t.hasAttribute("loading")&&t.removeAttribute("loading"),s.success&&s.success(e),i=n(e.content)}})}else e.includes("HTML")?i=a(s.source):"String"===e?axStrType(s.source)&&(i=a(axIdToDom(s.source))):"Array"===e&&(i=n(s.source));return o=s.addPath?this.addPath(i,s.rootStart,s.idStart):i,s.callback&&s.callback(o),o}},axDateMethod={toSlash:function(t){return t.replace("-","/")},toDate:function(t,e){let s,i=axType(t);return"Date"===i?s=new Date(t.valueOf()):"String"===i?s=new Date(this.toSlash(t)):"Object"===i?(s=new Date,t.hasOwnProperty("YYYY")&&s.setFullYear(t.YYYY),t.hasOwnProperty("MM")&&s.setMonth(t.MM),t.hasOwnProperty("DD")&&s.setDate(t.DD),t.hasOwnProperty("hh")&&s.setHours(t.hh),t.hasOwnProperty("mm")&&s.setMinutes(t.mm),t.hasOwnProperty("ss")&&s.setSeconds(t.ss)):s=new Date,"date"===e?(s.setHours(0),s.setMinutes(0),s.setSeconds(0)):"month"===e?(s.setDate(1),s.setHours(0),s.setMinutes(0),s.setSeconds(0)):"year"===e&&(s.setMonth(0),s.setDate(1),s.setHours(0),s.setMinutes(0),s.setSeconds(0)),s},toObj:function(t,e=!1,s){let i,o=axType(t),a="";if("Object"===o)a=t;else if("String"===o&&!t.trim().includes(" ")&&t.includes(":")){let e=t.split(":");a={hh:~~e[0],mm:~~e[1],ss:~~e[2]}}else i=this.toDate(t),a={YYYY:i.getFullYear(),MM:i.getMonth(),DD:i.getDate(),hh:i.getHours(),mm:i.getMinutes(),ss:i.getSeconds()};return e&&(!a.hasOwnProperty("hh")&&(a.hh=0),!a.hasOwnProperty("mm")&&(a.mm=0),!a.hasOwnProperty("ss")&&(a.ss=0)),"year"===s?(Reflect.deleteProperty(a,"MM"),Reflect.deleteProperty(a,"DD"),Reflect.deleteProperty(a,"hh"),Reflect.deleteProperty(a,"mm"),Reflect.deleteProperty(a,"ss")):"month"===s?(Reflect.deleteProperty(a,"DD"),Reflect.deleteProperty(a,"hh"),Reflect.deleteProperty(a,"mm"),Reflect.deleteProperty(a,"ss")):"date"===s&&(Reflect.deleteProperty(a,"hh"),Reflect.deleteProperty(a,"mm"),Reflect.deleteProperty(a,"ss")),a},strToTimeObj:function(t){t=t.replace(" ","");let e=t.split(":");return{hh:~~e[0]||0,mm:~~e[1]||0,ss:~~e[2]||0}},getDays:function(t){let e=this.toDate(t),s=e.getFullYear(),i=e.getMonth();return new Date(s,i+1,0).getDate()},getChain:function(t,e={YYYY:0,MM:0,DD:0,hh:0,mm:0,ss:0}){let s=this.toDate(t);return e.hasOwnProperty("ss")&&s.setDate(s.getSeconds()+e.ss),e.hasOwnProperty("mm")&&s.setDate(s.getMinutes()+e.mm),e.hasOwnProperty("hh")&&s.setDate(s.getHours()+e.hh),e.hasOwnProperty("DD")&&s.setDate(s.getDate()+e.DD),e.hasOwnProperty("MM")&&s.setMonth(s.getMonth()+e.MM),e.hasOwnProperty("YYYY")&&s.setFullYear(s.getFullYear()+e.YYYY),s},fillZero:function(t){let e=~~t;return e<10?"0"+e:e},fillFormat:function(t,e){let s,i,o,a,n,r,l,h=["日","一","二","三","四","五","六"];return t instanceof Date?(s=t.getFullYear(),i=t.getMonth()+1,o=t.getDate(),a=t.getHours(),n=t.getMinutes(),r=t.getSeconds(),l=t.getDay()):(s=t.YYYY,i=t.MM+1,o=t.DD,a=t.hh,n=t.mm,r=t.ss,t.hasOwnProperty("DD")&&(l=new Date(t.YYYY,t.MM,t.DD).getDay())),e.includes("YYYY")&&(e=e.replace("YYYY",s)),e.includes("MM")&&(e=e.replace("MM",this.fillZero(i))),e.includes("DD")&&(e=e.replace("DD",this.fillZero(o))),e.includes("hh")&&(e=e.replace("hh",this.fillZero(a))),e.includes("mm")&&(e=e.replace("mm",this.fillZero(n))),e.includes("ss")&&(e=e.replace("ss",this.fillZero(r))),e.includes("WW")&&void 0!==l&&(e=e.replace("WW",h[l])),e},sort:function(t){return t.sort((t,e)=>this.toDate(t)-this.toDate(e))},trim:function(t){return t.trim().replace(/\s+/gi," ")},getType:function(t){let e="";return RegExp(/^(?=.*YYYY)(?=.*MM)(?=.*DD)(?=.*hh).*$/).test(t)?e="datetime":RegExp(/^(?=.*YYYY)(?=.*MM)(?=.*DD).*$/).test(t)?e="date":RegExp(/^(?=.*YYYY)(?=.*MM).*$/).test(t)?e="month":RegExp(/^(?=.*YYYY).*$/).test(t)?e="year":RegExp(/^(?=.*hh).*$/).test(t)&&(e="time"),e},isSameDay:function(t,e){let s={...t},i={...e};return Reflect.deleteProperty(s,"hh"),Reflect.deleteProperty(s,"mm"),Reflect.deleteProperty(s,"ss"),Reflect.deleteProperty(i,"hh"),Reflect.deleteProperty(i,"mm"),Reflect.deleteProperty(i,"ss"),JSON.stringify(s)==JSON.stringify(i)}},axIsOutside=(t,e,s,i)=>{if(!e)return!0;let o=axIdToDom(e);if(!o)return!0;let a,n,r,l,h=t.clientX,d=t.clientY;return a=s||o.getBoundingClientRect().left,n=i||o.getBoundingClientRect().top,r=a+o.offsetWidth,l=n+o.offsetHeight,hr||dl},axStyle=(t,e)=>{if(!t)return console.error(axError.notExist),!1;let s=axIdToDom(t);return document.defaultView.getComputedStyle(s,e)},axListenAnimation=(t={duration:duration,doing:doing,done:done})=>{if(!t.duration)return!1;let e=(new Date).getTime()+t.duration,s=()=>{let i,o=(new Date).getTime();o>=e?(t.done&&t.done(s),i&&cancelAnimationFrame(s)):(t.doing&&t.doing(s),i=requestAnimationFrame(s))};return s(),s},axGetStyleTransform=(t,e=["translate","scale","rotate","skew"],s=!1)=>{let i=axIdToDom(t),o=axStyle(i),a=i.style.transform,n={rotate:0,scale:{x:1,y:1},translate:{x:0,y:0},skew:{x:0,y:0}};if(a){let t=t=>new RegExp(`${t}\\(([^\\)]+)\\)`),s=e=>a.match(t(e));if(e.includes("translate")&&a.includes("translate")&&s("translate"))if(s("translate")[1].includes(",")){let t=s("translate")[1].split(",").map(t=>parseInt(t));n.translate={x:t[0],y:t[1]}}else n.translate={x:parseInt(s("translate")[1]),y:0};if(e.includes("scale")&&a.includes("scale")&&s("scale"))if(s("scale")[1].includes(",")){let t=s("scale")[1].split(",").map(t=>parseFloat(t));n.scale={x:t[0],y:t[1]}}else n.scale={x:parseFloat(s("scale")[1]),y:parseFloat(s("scale")[1])};if(e.includes("rotate")&&a.includes("rotate")&&s("rotate")&&(n.rotate=parseFloat(s("rotate")[1])),e.includes("skew")&&a.includes("skew")&&s("skew"))if(s("skew")[1].includes(",")){let t=s("skew")[1].split(",").map(t=>parseFloat(t));n.skew={x:t[0],y:t[1]}}else n.skew={x:parseFloat(s("skew")[1]),y:0}}return s&&(n.translate={x:parseInt(o.left),y:parseInt(o.top)}),n},axSetStyleTransform=(t,e,s=!1)=>{let i=axIdToDom(t),o=i.style.transform,a=t=>new RegExp(`${t}\\(([^\\)]+)\\)`,"gmi");if(axIsEmpty(e))return!1;for(let t in e)if(e.hasOwnProperty(t)){let n="";"translate"===t?s?isNaN(e[t])?(i.style.left=`${e[t].x}px`,i.style.top=`${e[t].y}px`):i.style.left=`${e[t]}px`:(n=isNaN(e[t])?`${t}(${e[t].x}px,${e[t].y}px)`:`${t}(${e[t]}px)`,o.includes(t)?o.startsWith("translate")?o=o.replace(a(t),n):(o=o.replace(a(t),""),o=`${n} ${o}`):o=`${n} ${o}`):("scale"===t?n=isNaN(e[t])?`${t}(${e[t].x},${e[t].y})`:`${t}(${e[t]})`:"rotate"===t?n=`${t}(${e[t]}deg)`:"skew"===t&&(n=isNaN(e[t])?`${t}(${e[t].x}deg,${e[t].y}deg)`:`${t}(${e[t]}deg)`),o.includes(t)?o=o.replace(a(t),n):o+=` ${n}`)}return i.style.transform=o,o},axTplEngine=(t,e)=>{if(!t)return console.error("No html!"),!1;let s,i=/<#([^#>]+)?#>/g,o=/(^( )?(if|for|else|switch|case|break|{|}))(.*)?/g,a="let r=[];\n",n=0,r=(t,e)=>(a+=e?t.match(o)?t+"\n":"r.push("+t+");\n":""!=t?'r.push("'+t.replace(/"/g,'\\"')+'");\n':"",r);for(;s=i.exec(t);)r(t.slice(n,s.index))(s[1],!0),n=s.index+s[0].length;return r(t.substr(n,t.length-n)),a+='return r.join("");',new Function(a.replace(/[\r\t\n]/g,"")).apply(e)},axClone=t=>{let e=t=>{if(null===t)return null;if("object"!=typeof t)return t;if(t.constructor===Date)return new Date(t);{let e={};for(let s in t)if(null==t[s])e[s]=null;else if("object"!=typeof t[s]||t[s].nodeType)e[s]=t[s];else if(e[s]=axClone(t[s]),t[s]instanceof Array){let i=[];for(let e of t[s])i.push(axClone(e));e[s]=i}return e}};return Array.isArray(t)?t.map(t=>e(t)):e(t)},axMerge=(t,e,s={arrAppend:!1,clone:!1,attrAppend:!0})=>{if("object"!=typeof t||"object"!=typeof e)return e;if(!e)return t;let i=s.copy?axClone(t):t;for(let t in e)e.hasOwnProperty(t)&&i.hasOwnProperty(t)?i[t]?"Array"!=axType(e[t])?i[t]=axMerge(i[t],e[t],s):s.arrAppend?i[t].push(...e[t]):i[t]=e[t]:i[t]=e[t]:e.hasOwnProperty(t)&&!i.hasOwnProperty(t)&&s.attrAppend&&(i[t]=e[t]);return i},axStrToArr=(t,e,s)=>{let i=[],o={};return axIsEmpty(e)||e.forEach((t,e)=>{o[t]=axIsEmpty(s)?"":s[e]}),"["==t.substr(0,1)&&"]"==t.substr(-1)?i=JSON.parse(t):-1!=t.replace(/\s*/g,"").indexOf("},{")?i=JSON.parse("["+t+"]"):"{"==t.replace(/\s*/g,"").substr(0,1)&&"}"==t.replace(/\s*/g,"").substr(-1)?i=JSON.parse("["+t+"]"):(i=t.split(","),i.forEach((t,s)=>{if(t=t.trim(),"string"==typeof t&&!axIsEmpty(e)){let o={};e.forEach((e,s)=>{o[e]=0==s?t:""}),i.splice(s,1,o)}})),i.forEach(t=>{if(!axIsEmpty(o))for(let e in o)t.hasOwnProperty(e)?t.hasOwnProperty(e)&&!t[e]&&(t[e]=o[e]):t[e]=o[e]?o[e]:""}),i},axTplToArr=(t,e,s,i,o)=>{let a=axIdToDom(t),n=[];if(i){let t=a.querySelectorAll(i);t.forEach(t=>{let i={};e.forEach((e,a)=>{let n=t.querySelector("["+e+"]");i[s[a]]=n?n.getAttribute(e)?n.getAttribute(e).trim():n.innerHTML.trim():o[a]||""}),n.push(i)})}else{let t={};e.forEach((e,i)=>{let n=a.querySelector("["+e+"]");t[s[i]]=n?n.getAttribute(e)?n.getAttribute(e).trim():n.innerHTML.trim():o[i]||""}),n.push(t)}return n},axDataset=(t,e)=>{let s=t?axIdToDom(t):null,i=/^\d+(\.\d+)?$/,o=/^(-(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*)))$/;if(s){let t=[...s.attributes].filter(t=>0==t.name.indexOf("data-"));if(!axIsEmpty(t)){let s=axClone(e),a=t=>{for(let e in t){let s=e.toLowerCase();t[s]=t[e],"Object"===axType(t[e])&&a(t[e]),s!=e&&delete t[e]}};a(s);for(let e=0;e{for(let s in t){let i=s.toLowerCase();"Object"===axType(t[s])?n(t[s],e[i]):t[s]=e[i]}};n(e,s)}}return e},axAttrToJson=(t,e)=>{let s=axIdToDom(t);if(!s)return console.warn("The attribute node does not exist!"),{};let i=s.getAttribute(e);if(!e||!i)return{};if(!i.includes(":"))return{};let o=i.trim();return o.startsWith("{")||(o="{"+o+"}"),new Function("return "+o)()},axExtend=(t,e,s,i)=>{if(!t)return console.error(axError.notExist),!1;let o=s?axIdToDom(s):null;return axMerge(t,e),o&&axMerge(t,axAttrToJson(o,i)),t},axAddPlan=(t,e,s)=>{let i=axType(t),o=[],a=t=>{s.handlers.hasOwnProperty(t)||(s.handlers[t]=[]);let i=e.toString().replace(/\s/g,"").replace(/\;/g,"").match(/{(\S*)}/)[1],o=s.handlers[t].toString().replace(/\s/g,"").replace(/\;/g,"");!(o.indexOf(i)>-1)&&s.handlers[t].push(e)};if("String"===i?o=t.includes(",")?t.split(","):t.split(" "):"Array"===i&&(o=t),o.length>0)for(let t of o)a(t)},axExePlan=(t,e,...s)=>{let i=axType(t),o=[],a=t=>{if(!e.handlers.hasOwnProperty(t))return console.warn(`The ${t} event is unregistered or unusable!`);e.handlers[t].forEach(t=>{t.call(e,...s)})};if("String"===i?o=t.includes(",")?t.split(","):t.split(" "):"Array"===i&&(o=t),o.length>0)for(let t of o)a(t)},axDelPlan=(t,e,s)=>{let i=axType(t),o=[],a=t=>{if(!s.handlers.hasOwnProperty(t))return console.warn(`The ${t} event is invalid or unusable!`);if(e){let i=s.handlers[t].findIndex(t=>t===e);if(void 0===i)return console.warn(`The ${t} event is not bound!`);s.handlers[t].splice(i,1),0===s.handlers[t].length&&delete s.handlers[t]}else delete s.handlers[t]};if("String"===i?o=t.includes(",")?t.split(","):t.split(" "):"Array"===i&&(o=t),o.length>0)for(let t of o)a(t)},axAddElem=(t,e,s)=>{let i=t.toLowerCase().trim(),o=document.createElement(i),a=function(t,e){if(""===e||null==e)return!1;"template"===i?t.innerHTML=e:Array.isArray(e)?e.length>0&&e.forEach(e=>{a(t,e)}):"object"==typeof e?t.appendChild(e):t.insertAdjacentHTML("beforeEnd",e)};if(e)for(let t in e)e.hasOwnProperty(t)&&o.setAttribute(t,e[t]);return a(o,s),o},axStrToFilter=(t,e,s)=>{let i=`source.filter(item =>${t})`,o=new Function("source","return "+i)(e);return s&&s(o),o},axRangeReplace=(t,e,s,i,o)=>{"string"!=typeof t&&(t=JSON.stringify(t)),"string"!=typeof e&&(t=JSON.stringify(e));let a="";return a=s||i?i?s?t.substring(0,s)+e+t.substring(i):o?t.substring(i-o)+e+t.substring(0,s):e+t.substring(i):o?t.substring(0,s)+e+t.substring(s+o):t.substring(0,s)+e:e,a},axArrange=(t,e,s=0,i=[],o=[])=>{let a=t.length;if(!(s+e>a)){for(let n=s;n{if(!t)return console.error("There is no options!"),!1;let i=axAddElem("SPAN",{"ajax-message":""}),o=e?axIdToDom(e):null;o&&o.appendChild(i);let a={url:"",selector:"",type:"post",async:!0,data:{},delay:6e4,contentType:"",headers:{},responseType:"",catchable:!1,abort:()=>{o?(i.innerHTML='中止了请求!',o.setAttribute("ajax-result","abort")):console.error("中止了请求!")},timeout:()=>{o?(i.innerHTML='请求超时了!',o.setAttribute("ajax-result","timeout")):console.error("请求超时了!")},loading:'',opened:"",before:t=>{o&&(i.innerHTML=t.content,o.setAttribute("ajax-result","before"))},downloading:()=>{},uploading:()=>{},success:t=>{o&&(o.innerHTML=t.content,o.setAttribute("ajax-result","success"))},error:t=>{o?(i.innerHTML=`错误状态:${t.status}`,o.setAttribute("ajax-result","error")):console.error(`错误状态:${t.status}`)}};for(let e in t)a[e]=t[e];let n="";n=window.XMLHttpRequest?new XMLHttpRequest:new ActiveXObject("Microsoft.XMLHTTP");let r="";if(!axIsEmpty(a.data))if("FormData"==axType(a.data))r=a.data;else if("Object"==axType(a.data))if(a.contentType.includes("json"))r=JSON.stringify(a.data);else{for(let t in a.data)r+="&"+t+"="+a.data[t];a.contentType="application/x-www-form-urlencoded"}else a.data=a.data.trim(),r=a.data.startsWith("&")?a.data.slice(1):a.data,a.contentType="application/x-www-form-urlencoded";if(a.headers["Content-Type"]=a.contentType,!a.contentType.includes("urlencoded")&&"get"==a.type.toLowerCase())return console.error("Please request data with post!"),!1;let l,h=()=>{for(let t in a.headers)a.headers[t]&&n.setRequestHeader(t,a.headers[t])};n.timeout=a.delay,n.responseType=a.responseType;let d=()=>{l&&n.removeEventListener("timeout",l),n.abort(),!axIsEmpty(a.abort)&&a.abort(o,n)},p=new Promise((t,e)=>{let i=(t,e)=>{let s=t.loaded,i=t.total,a=0,n=0,r="0%",l=new Date(t.timeStamp).getTime();t.lengthComputable&&(a=s/i,n=Math.round(100*a),r=n+"%",e&&e({result:r,percent:n,current:s,total:i,ratio:a,time:l,dom:o}))};n.upload.onprogress=(t=>{i(t,t=>{!axIsEmpty(a.uploading)&&a.uploading(t)})}),n.onprogress=(t=>{i(t,t=>{!axIsEmpty(a.downloading)&&a.downloading(t)})}),n.onerror=(t=>{let s={content:n.response,status:n.status,dom:o,xhr:n};!axIsEmpty(a.error)&&a.error(s),a.catchable&&e(s)}),l=(()=>{let t={content:n.response,status:n.status,dom:o,xhr:n};o&&o.setAttribute("ajax-result","timeout"),!axIsEmpty(a.timeout)&&a.timeout(t),a.catchable&&e(t)}),n.addEventListener("timeout",l),n.onreadystatechange=function(){if(n.readyState<4){let t={content:a.loading,status:n.status,dom:o,xhr:n,abort:d};1===n.readyState&&!axIsEmpty(a.opened)&&a.opened(t),!axIsEmpty(a.before)&&a.before(t),s&&s(t)}else if(n.status>=200&&n.status<300||304==n.status)if(a.responseType&&"text"!=n.responseType){o&&o.setAttribute("ajax-result","success");let e={content:n.response,status:n.status,dom:o,xhr:n};!axIsEmpty(a.success)&&a.success(e),t(e)}else{let e=document.createElement("div"),s="",i=/()<[^<]*)*<\/head>)|(<\/?html.*?>)|(<\!DOCTYPE.*?html.*?>)|(<\/?body.*?>)/gi,r=axStrEnd(a.url,"#"),l=a.selector||r;e.innerHTML=n.responseText,l&&e.querySelector(l)?s=e.querySelector(l).innerHTML:l&&!e.querySelector(l)?(console.warn(`The node of "${l}" is not exist!`),s=n.responseText.replace(i,"").trim()):s="{"==n.responseText.trim().substr(0,1)||"["==n.responseText.trim().substr(0,1)?JSON.parse(n.responseText.trim()):n.responseText.replace(i,"").trim(),o&&o.setAttribute("ajax-result","success");let h={content:s,status:n.status,dom:o,xhr:n};!axIsEmpty(a.success)&&a.success(h),t(h)}else{let t={content:n.response,status:n.status,dom:o,xhr:n};!axIsEmpty(a.error)&&a.error(t),a.catchable&&e(t)}},"get"==a.type.toLowerCase()?(n.open("get",a.url+"?now="+(new Date).getTime()+"&"+r,a.async),h(),n.send()):"post"==a.type.toLowerCase()&&(n.open("post",a.url,a.async),h(),n.send(r))});return p.xhr=n,p.abort=d,p},axAjaxSubmit=(t,e,s,i={type:type,success:success,loading:loading,delay:delay,before:before,error:error,opended:opended,other:other})=>{if(!t)return console.error("Url is required!"),!1;if(!e)return console.error("Form node is required!"),!1;i.type=i.type||"post",i.other=i.other||{};let o=axIdToDom(e),a=s?axIdToDom(s):null,n=a?a.innerHTML:"",r=i.loading||"button",l=Object.assign(i.other,{formClass:"ax-form-submitting",buttonClass:"ax-button-submitting",buttonText:"正在提交",overlayClass:"ax-form-overlay",overlayShowClass:"ax-show",successText:"恭喜!提交成功!",errorText:"对不起,提交失败!"}),h=o.querySelector(".ax-form-overlay")?o.querySelector(".ax-form-overlay"):axAddElem("div",{class:"ax-form-overlay"});if(o.classList.contains(l.formClass))return!1;if(a&&a.classList.contains(l.buttonClass))return!1;let d,p={};return o.querySelectorAll("[name]").forEach(function(t){p[t.getAttribute("name")]=t.value.trim()}),d=axAjax({url:t,data:p,type:i.type,opened:t=>{i.opened&&i.opened(t)},before:t=>{o.classList.add(l.formClass), a&&a.classList.add(l.buttonClass),"button"==r&&a?(a.innerHTML=l.buttonText,a.insertAdjacentHTML("afterbegin",'')):(h.innerHTML=t.content,h.classList.add(l.overlayClass),o.querySelector(".ax-form-overlay")||o.appendChild(h)),i.before&&i.before(t)},success:t=>{setTimeout(()=>{o.classList.remove(l.formClass),a&&a.classList.remove(l.buttonClass),"button"==r&&a?a.innerHTML=n:h.classList.remove(l.overlayClass),new axMessage({content:l.successText,result:"success",iconShow:!0}),i.success&&i.success(t)},0===i.delay?0:i.delay||1e3)},error:t=>{"button"==r&&a?a.innerHTML=n:h.classList.remove(l.overlayClass),new axMessage({content:l.errorText,result:"error",iconShow:!0}),i.error&&i.error(t)}}),d},axOffset=t=>{if(!t)return console.error(axError.notExist),!1;let e,s,i=document.documentElement.scrollLeft||window.pageXOffset||document.body.scrollLeft,o=document.documentElement.scrollTop||window.pageYOffset||document.body.scrollTop,a=axIdToDom(t);return e=a.getBoundingClientRect().left+i,s=a.getBoundingClientRect().top+o,{left:e,top:s}},axWidth=(t,e)=>{if(!t)return console.error(axError.notExist),!1;let s=axIdToDom(t),{width:i,paddingLeft:o,paddingRight:a,marginLeft:n,marginRight:r,borderLeftWidth:l,borderRightWidth:h}=getComputedStyle(s);return i=parseInt(i,10),o=parseInt(o,10),a=parseInt(a,10),n=parseInt(n,10),r=parseInt(r,10),l=parseInt(l,10),h=parseInt(h,10),"inner"==e?i+o+a:"outer"==e?i+o+a+n+r+l+h:i},axHeight=(t,e)=>{if(!t)return console.error(axError.notExist),!1;let s=axIdToDom(t),{height:i,paddingTop:o,paddingBottom:a,marginTop:n,marginBottom:r,borderTopWidth:l,borderBottomWidth:h}=getComputedStyle(s);return i=parseInt(i,10),o=parseInt(o,10),a=parseInt(a,10),n=parseInt(n,10),r=parseInt(r,10),l=parseInt(l,10),h=parseInt(h,10),"inner"==e?i+o+a:"outer"==e?i+o+a+n+r+l+h:i},axArrHeight=t=>{if(!t)return console.error(axError.notExist),!1;let e=axIdToDom(t),{height:s,paddingTop:i,paddingBottom:o,marginTop:a,marginBottom:n,borderTopWidth:r,borderBottomWidth:l}=getComputedStyle(e);return s=parseInt(s,10),i=parseInt(i,10),o=parseInt(o,10),a=parseInt(a,10),n=parseInt(n,10),r=parseInt(r,10),l=parseInt(l,10),{height:s,paddingTop:i,paddingBottom:o,marginTop:a,marginBottom:n,borderTopWidth:r,borderBottomWidth:l}},axSelector=(t,e)=>{if(!t)return console.error(axError.notExist),!1;let s=axIdToDom(t),i=!0;if(e){e=String(e).replace(/\s+/g,""),e=String(e).split(",");for(let t=0;t{if(!t)return console.error(axError.notExist),!1;let s=axIdToDom(t),i=!0;if(e){e=String(e).replace(/\s+/g,""),e=String(e).split(",");for(let t=0;t{if(!t)return console.error(axError.notExist),!1;let o=axIdToDom(t);return[...o.parentNode.children].filter(t=>e?axSelector(t,s)&&!axNot(t,i):t!==o&&axSelector(t,s)&&!axNot(t,i))},axChildren=(t,e,s)=>{if(!t)return console.error(axError.notExist),!1;let i=axIdToDom(t);return[...i.children].filter(t=>axSelector(t,e)&&!axNot(t,s))},axParents=(t,e,s,i,o=[])=>{if(!t)return console.error("No node to start!"),!1;let a=axIdToDom(t),n=e?axIdToDom(e):null;return"BODY"!==a.parentElement.nodeName?(s&&o.indexOf(a)<0&&o.push(a),n?(i&&o.indexOf(n)<0&&o.push(n),a.parentElement!==n?(o.push(a.parentElement),axParents(a.parentElement,n,s,i,o)):o):(o.push(a.parentElement),axParents(a.parentElement,n,s,i,o))):o},axCurves={linear:t=>t,easeIn:t=>t*t*t,easeOut:t=>(t-1)*(t-1)*(t-1)+1,easeInOut:t=>t<.5?2*t*t:-2(t-1)*(t-1)+1,easeOutIn:t=>t<.5?Math.sqrt(.5*t):1-Math.sqrt(.5*(1-t))},axSlideDown=(t,e,s,i,o="easeOut")=>{if(!t)return console.error(axError.notExist),!1;let a=axIdToDom(t),n=t=>t/3+250,r=a.style.cssText;if(e=e||"block","none"===window.getComputedStyle(a).display){a.style.cssText=`${r}display: ${e};`;const{height:t,paddingTop:l,paddingBottom:h,marginTop:d,marginBottom:p}=axArrHeight(a);let c;c=void 0!==i&&"number"==typeof i?i:n(t),a.style.cssText=`${r}display: ${e}; padding-top: 0; padding-bottom: 0;margin-top: 0; margin-bottom: 0;`;const u=(new Date).getTime(),m=()=>{const i=(new Date).getTime()-u,n=i/c,g=axCurves[o](n),f=0+t*g,x=0+l*g,y=0+h*g,b=0+d*g,v=0+p*g;i<=c&&Math.ceil(f)=t||!t)&&(cancelAnimationFrame(D),s&&s())};m()}return a},axHeightDown=(t,e,s,i,o="easeOut")=>{if(!t)return console.error(axError.notExist),!1;let a=axIdToDom(t),n=t=>t/3+250;const r=e&&e.height?e.height:axArrHeight(a).height,l=e&&e.paddingTop?e.paddingTop:axArrHeight(a).paddingTop,h=e&&e.paddingBottom?e.paddingBottom:axArrHeight(a).paddingBottom,d=e&&e.marginTop?e.marginTop:axArrHeight(a).marginTop,p=e&&e.marginBottom?e.marginBottom:axArrHeight(a).marginBottom;let c;c=void 0!==i&&"number"==typeof i?i:n(r),a.style.overflow="hidden",a.style.height=0,l&&(a.style.paddingTop=0),h&&(a.style.paddingBottom=0),d&&(a.style.marginTop=0),p&&(a.style.marginBottom=0);const u=(new Date).getTime(),m=()=>{const t=(new Date).getTime()-u,e=t/c,i=axCurves[o](e),n=0+r*i,g=0+l*i,f=0+h*i,x=0+d*i,y=0+p*i;t<=c&&Math.ceil(n)=r||!r)&&(cancelAnimationFrame(b),s&&s())};return m(),a},axSlideUp=(t,e,s,i,o="easeOut")=>{if(!t)return console.error(axError.notExist),!1;let a=axIdToDom(t),n=t=>t/3+250,r=a.style.cssText;if(e=e||"block","none"!==window.getComputedStyle(a).display){const{height:t,paddingTop:l,paddingBottom:h,marginTop:d,marginBottom:p}=axArrHeight(a);let c;c=void 0!==i&&"number"==typeof i?i:n(t),a.style.cssText=`${r}display: ${e}; padding-top: 0; padding-bottom: 0;margin-top: 0; margin-bottom: 0;`;const u=(new Date).getTime(),m=()=>{const i=(new Date).getTime()-u,n=i/c,g=axCurves[o](n),f=t+-t*g,x=l+-l*g,y=h+-h*g,b=d+-d*g,v=p+-p*g;i<=c&&Math.floor(f)>0?a.style.cssText=`${r}overflow:hidden;display: ${e}; padding-top: ${x}px; padding-bottom: ${y}px;margin-top: ${b}px; margin-bottom: ${v}px; height: ${f}px`:a.style.cssText=`${r}display: none`;const D=requestAnimationFrame(m);(Math.floor(f)<=0||!t)&&(cancelAnimationFrame(D),s&&s())};m()}return a},axHeightUp=(t,e,s,i,o="easeOut")=>{if(!t)return console.error(axError.notExist),!1;let a=axIdToDom(t),n=t=>t/3+250;const r=e&&e.height?e.height:axArrHeight(a).height,l=e&&e.paddingTop?e.paddingTop:axArrHeight(a).paddingTop,h=e&&e.paddingBottom?e.paddingBottom:axArrHeight(a).paddingBottom,d=e&&e.marginTop?e.marginTop:axArrHeight(a).marginTop,p=e&&e.marginBottom?e.marginBottom:axArrHeight(a).marginBottom;let c;c=void 0!==i&&"number"==typeof i?i:n(r),a.style.overflow="hidden";const u=(new Date).getTime(),m=()=>{const t=(new Date).getTime()-u,e=t/c,i=axCurves[o](e),n=r+-r*i,g=l+-l*i,f=h+-h*i,x=d+-d*i,y=p+-p*i;t<=c&&Math.floor(n)>0?(a.style.height=n+"px",l&&(a.style.paddingTop=g+"px"),h&&(a.style.paddingBottom=f+"px"),d&&(a.style.marginTop=x+"px"),p&&(a.style.marginBottom=y+"px")):(a.style.height=0,l&&(a.style.paddingTop=0),h&&(a.style.paddingBottom=0),d&&(a.style.marginTop=0),p&&(a.style.marginBottom=0));const b=requestAnimationFrame(m);(Math.floor(n)<=0||!r)&&(cancelAnimationFrame(b),s&&s())};return m(),a},axSlideToggle=(t,e,s,i,o,a="easeOut")=>{if(!t)return console.error(axError.notExist),!1;let n=axIdToDom(t);return e=e||"block","none"===window.getComputedStyle(n).display?axSlideDown(n,e,s,o,a):axSlideUp(n,e,i,o,a),n},axFadeIn=(t,e,s,i=200,o="linear")=>{if(!t)return console.error(axError.notExist),!1;let a=axIdToDom(t);if(e=e||"block",a){let t=window.getComputedStyle(a).display,s=window.getComputedStyle(a).opacity;if("none"===t){a.style.display=e,a.style.opacity=0;let t=(new Date).getTime(),s=()=>{let e=(new Date).getTime()-t,n=e/i,r=axCurves[o](n);a.style.opacity=e<=i&&r<=1?r:1;let l=requestAnimationFrame(s);r>=1&&cancelAnimationFrame(l)};s()}else if("none"!==t&&1!==Number(s)){let t=(new Date).getTime(),e=()=>{let n=(new Date).getTime()-t,r=n/i,l=axCurves[o](r)+Number(s);a.style.opacity=n<=i&&l<=1?l:1;let h=requestAnimationFrame(e);l>=1&&cancelAnimationFrame(h)};e()}}return s&&s(),a},axFadeOut=(t,e,s=200,i="linear")=>{if(!t)return console.error(axError.notExist),!1;let o=axIdToDom(t);if(o){let t=window.getComputedStyle(o).display,e=window.getComputedStyle(o).opacity;if("none"!==t||0!==Number(e)){o.style.opacity=e;let t=(new Date).getTime(),a=()=>{let n=(new Date).getTime()-t,r=n/s,l=Number(e)-axCurves[i](r);n<=s&&l>0?o.style.opacity=l:(o.style.opacity=0,o.style.display="none");let h=requestAnimationFrame(a);l<=0&&cancelAnimationFrame(h)};a()}}return e&&e(),o},axFadeToggle=(t,e,s,i,o=200,a="linear")=>{if(!t)return console.error(axError.notExist),!1;let n=axIdToDom(t);if(n){let t=window.getComputedStyle(n).display,r=window.getComputedStyle(n).opacity;"none"===t?axFadeIn(n,e,s,o,a):Number(r)<=.5?axFadeIn(n,e,s,o,a):(Number(r),axFadeOut(n,i,o,a))}return n},axShow=(t,e,s)=>{if(!t)return console.error(axError.notExist),!1;let i=axIdToDom(t);"visible"==e?i.style.visibility="visible":i.style.display=e||"block",s&&s()},axHide=(t,e,s)=>{if(!t)return console.error(axError.notExist),!1;let i=axIdToDom(t);"hidden"==e?i.style.visibility="hidden":i.style.display="none",s&&s()},axToggle=(t,e,s,i,o)=>{if(!t)return console.error(axError.notExist),!1;let a=axIdToDom(t);axIsVisible(a)?axHide(a,s,o):axShow(a,e,i)},axScrollTo=(t,e={})=>{let s,i=e.parent?axIdToDom(e.parent):null,o=i||window,a=~~e.offset||0,n=e.curve||"easeOut",r="number"==typeof t?"":axIdToDom(t),l=document.documentElement.scrollTop||window.pageYOffset||document.body.scrollTop,h=i?i.scrollTop:l,d=(new Date).getTime();i&&"static"===axStyle(i).position&&(i.style.position="relative"),s=r?i?r.offsetTop-i.scrollTop:r.getBoundingClientRect().top:"number"==typeof t?t-h:-h;let p=e.duration&&"number"==typeof e.duration?e.duration:Math.abs(s)/4+1e3,c=()=>{let t=(new Date).getTime()-d,e=t/p,i=h+(s-a)*axCurves[n](e);o.scrollTo(0,i),c.timer=requestAnimationFrame(c),t>=p&&(o.scrollTo(0,i),cancelAnimationFrame(c.timer))};return c(),t},axIcon={font:{success:'',error:'',warning:'',info:'',question:'',successFill:'',errorFill:'',warningFill:'',infoFill:'',questionFill:''},svg:{success:'',error:'',warning:'',info:'',question:''}},axImage={load:getComputedStyle(document.documentElement).getPropertyValue("--load").trim().split('"')[1],loadW:getComputedStyle(document.documentElement).getPropertyValue("--load-w").trim().split('"')[1],blank:getComputedStyle(document.documentElement).getPropertyValue("--blank").trim().split('"')[1],avatar:getComputedStyle(document.documentElement).getPropertyValue("--avatar").trim().split('"')[1],empty:getComputedStyle(document.documentElement).getPropertyValue("--empty").trim().split('"')[1],none:getComputedStyle(document.documentElement).getPropertyValue("--none").trim().split('"')[1]},axGetColors=()=>{let t=getComputedStyle(document.documentElement),e=e=>[t.getPropertyValue(`--h-${e}`),t.getPropertyValue(`--s-${e}`),t.getPropertyValue(`--l-${e}`),t.getPropertyValue(`--a-${e}`)].map(t=>{let e=t.trim();return e.includes("%")?e:Number(e)});return{primary:e("primary"),text:e("text"),success:e("success"),error:e("error"),info:e("info"),warning:e("warning"),question:e("question")}},axResult=(t,e)=>{if(!t)return console.error(axError.notExist),!1;let s=axIdToDom(t),i="";switch(e){case"success":i='\n ',s.querySelector("svg").classList.add("svg-success");break;case"error":i='\n \n ',s.querySelector("svg").classList.add("svg-error");break;case"question":i='\n \n ',s.querySelector("svg").classList.add("svg-question");break;case"info":i='\n \n ',s.querySelector("svg").classList.add("svg-info")}s.classList.add("ax-result-show"),-1==s.querySelector("svg").innerHTML.indexOf("svg-in-1")&&s.querySelector("svg").insertAdjacentHTML("beforeend",i)},axCreateContent=(t,e,s)=>{let i,o=t.content,a={};if(t.url)if("async"===t.type){let n="",r="";"id"==axStrType(t.url)?(n=t.url.match(/(\S*)\#/)[1],r="#"+t.url.match(/\#(\S*)/)[1]):n=t.url,a=axAjax({url:n,selector:r,type:t.ajaxType||"post",opened:t=>{e.contentXhr=t.xhr},before:t=>{i=t.content},success:t=>{i="function"==typeof o?o(t.content):t.content,s&&s.call(e,i)}})}else"iframe"===t.type?(i=``,t.footerShow=!1):"picture"===t.type?i=`\n
\n
${t.name}
\n ${o}\n `:"video"===t.type?i=`\n
\n
${t.name}
\n ${o}\n `:"audio"===t.type&&(i=`\n
\n
${t.name}
\n ${o}\n `),s&&s.call(e,i);else i="html"==t.type?"string"==typeof o&&"id"==axStrType(o)?document.querySelector(o).innerHTML:"function"==typeof o?o.call(e):o:o||"没有任何内容!",s&&s.call(e,i);return a.content=i,s&&s(i),a},axBreakpoints=(t,e)=>{if(axIsEmpty(t))return!1;let s=[],i={},o=document.body.clientWidth,a=(t,e)=>{t.startsWith("ceil")?axCeil[t.split("-")[1]]>o&&s.push(e):t.startsWith("client")?t.split("-")[1]===axClient()&&s.push(e):t.startsWith("width")?t.split("-")[1]>o&&s.push(e):t.startsWith("mobile")?t.split("-")[1]==axIsMobi()&&s.push(e):t>o&&s.push(e)};for(let t in e)e.hasOwnProperty(t)&&(Reflect.deleteProperty(e[t],"breakpoint"),a(t,e[t]));if(0===s.length)return!1;i=Object.assign(...s),axExtend(t,i)},axFooterBtns=t=>{let e=t.footerBreak?'
':"",s="";if(t.note&&(t.note=`
${t.note}
`),t.footerShow)if("right"==t.footerType){let i="",o="",a="";t.confirm.text&&(o=`${t.confirm.icon}${t.confirm.text}`),t.cancel.text&&(i=`${t.cancel.icon}${t.cancel.text}`),t.diy.text&&t.diy.callback?a=`${t.diy.icon}${t.diy.text}`:t.diy.text&&!t.diy.callback&&(a=`${t.diy.icon}${t.diy.text}`),s=`\n ${e}\n
\n
\n
\n ${t.note}\n
\n
${a}${i}${o}
\n
\n
\n `}else if("line"==t.footerType){let e="",i="",o="";t.confirm.text&&(i=`${t.confirm.icon}${t.confirm.text}`),t.cancel.text&&(e=`${t.cancel.icon}${t.cancel.text}`),t.diy.text&&t.diy.callback?o=`${t.diy.icon}${t.diy.text}`:t.diy.text&&!t.diy.callback&&(o=`${t.diy.icon}${t.diy.text}`),s=`\n
\n
${o}${e}${i}
${t.note}\n `}else{let i="",o="",a="";t.confirm.text&&(o=`${t.confirm.icon}${t.confirm.text}`),t.cancel.text&&(i=`${t.cancel.icon}${t.cancel.text}`),t.diy.text&&t.diy.callback?a=`${t.diy.icon}${t.diy.text}`:t.diy.text&&!t.diy.callback&&(a=`${t.diy.icon}${t.diy.text}`),s=`\n ${e}\n
${a}${i}${o}
\n
${t.note}\n `}else s="";return s},axLocalTime=(t,e)=>{let s,i,o,a,n;if(t){if(t=t.trim(),i=new Date(t),o=i instanceof Date&&!isNaN(i.getTime()),!o)return console.error('Date format must be "YYYY-MM-DD" or "YYYY/MM/DD"');s=t.replace(/-/g,"/"),a=new Date(s).getTime(),n=-1!==s.indexOf(":")?0:6e4*new Date(s).getTimezoneOffset()}else a=(new Date).getTime(),n=0;return e?a-n:a},axCreateData=(t,e=["src","cover","caption","type"],s=["media","cover","caption","type"],i="figure",o=["","","","image"],a)=>{let n=[],r="";return"String"===axType(t)&&"id"==axStrType(t)?n=axTplToArr(t,e,s,i,o):("Array"===axType(t)||"Object"===axType(t)?r=JSON.stringify(t):"String"===axType(t)&&(r=t),n=axStrToArr(r,s,o)),n=n.filter(t=>t[s[0]]),a&&a(n),n},axSort=(t,e,s)=>{let i=[];Array.isArray(e)?i=e.filter(t=>t.order):e.order&&i.push(e);let o=(t,e,i)=>{if(0==i.length)return 0;let a,n,r,l=i.shift(),h=l.col,d=l.order,p=l.attr||"label";return"table"==s?"number"==typeof h?(n=t.children.filter(t=>t.index===h)[0][p],r=e.children.filter(t=>t.index===h)[0][p]):(n=t.children.find(t=>t.name===h)[p],r=e.children.find(t=>t.name===h)[p]):(n=t[h],r=e[h]),a=isNaN(n-r)?"desc"===d?r.localeCompare(n,"zh-CN-u-kf-lower"):n.localeCompare(r,"zh-CN-u-kf-lower"):"desc"===d?r-n:n-r,n===r?o(t,e,i):a};return t.sort((t,e)=>o(t,e,[...i]))},axSerialize=(t,e="string",s=",")=>{let i,o,a=[];if(i=Array.isArray(t)?t:[...axIdToDom(t).querySelectorAll("[name]")].filter(t=>["INPUT","SELECT","TEXTAREA"].includes(t.nodeName)&&t.name&&!t.name.includes("_ax_alt")),i.forEach(t=>{let e=a.find(e=>e.name==t.name);e?"checkbox"!=t.type&&"radio"!=t.type||e.dom.push(t):a.push({name:t.name,type:t.type,dom:[t]})}),a.forEach(t=>{"file"==t.type?t.value=axMultiValues(t.dom[0],"file","array"):"checkbox"==t.type?t.value=axMultiValues(t.dom,"checkbox","string","",s):"radio"==t.type?t.value=axMultiValues(t.dom,"radio","string"):t.type.includes("select")?t.value=axMultiValues(t.dom[0],"select","string","",s):t.value=t.dom[0].value}),"string"==e){let t="";a.forEach(e=>{t+="&"+e.name+"="+e.value}),o=t}else if("json"==e){let t={};a.forEach(e=>{t[e.name]=e.value}),o=t}else"array"==e&&(a.forEach(t=>{delete t.type,delete t.dom}),o=a);return o},axArrSearch=(t,e,s,i)=>{if(axIsEmpty(t)||axIsEmpty(e)||!s||0===s.length)return[];let o=Object.assign({fuzzy:!0,separator:" ",limit:0,reorder:!1,ignore:!0},i),a=axSplitToArr(t,o.separator),n=axSplitToArr(e,","),r=[],l="("+a.join("|")+")",h=new RegExp(l,`${o.ignore?"i":""}g`);for(let t of s){let e=n.map(e=>t[e]).join("■"),s=e.match(h),i={};s&&(i={source:t,weight:s.length,keys:[...new Set(s)]},o.fuzzy?r.push(i):[...new Set(s)].length===a.length&&r.push(i))}return o.reorder&&r.sort((t,e)=>e.weight-t.weight),o.limit&&r.length>o.limit&&r.splice(o.limit),r};class axObserve{constructor(t,e){if(this.dataType=axType(t),"Object"!==this.dataType&&"Array"!==this.dataType)return{instance:this,proxy:t};if(this.options=axExtend({deep:!1,accept:!0,once:!1,methods:["set","deleteProperty"],callback:""},e),this.handlers={},this.completeIndex=0,this.reacts=0,this.proxys=[],this.data=t,this.fullMethods={get:(t,e,s)=>{let i=t[e];return this.options.callback&&this.options.callback({target:t,key:e,proxy:s,value:i,type:"get"}),this.handlers.hasOwnProperty(e)&&this.emit(e,{target:t,key:e,proxy:s,value:i,type:"get"}),Reflect.get(t,e,s)},set:(t,e,s,i)=>{if(JSON.stringify(t[e])==JSON.stringify(s))return!0;let o=axType(s),a=t[e],n=void 0===t[e]?"add":"edit";return"Object"!==o&&"Array"!==o||!this.options.deep||(s=this.proxy(s)),this.options.accept&&Reflect.set(t,e,s,i),this.options.callback&&this.options.callback({target:t,key:e,proxy:i,value:s,raw:a,type:n}),this.handlers.hasOwnProperty(e)&&this.emit(e,{target:t,key:e,proxy:i,value:s,raw:a,type:n}),this.reacts++,this.complete(this.reacts),!0},deleteProperty:(t,e)=>{let s=t[e];return this.options.accept&&Reflect.deleteProperty(t,e),this.options.callback&&this.options.callback({target:t,key:e,value:s,type:"delete"}),this.handlers.hasOwnProperty(e)&&this.emit(e,{target:t,key:e,value:s,type:"delete"}),this.reacts++,this.complete(this.reacts),!0}},this.methods={},this.options.methods.forEach(t=>{this.methods[t]=this.fullMethods[t]}),this.options.deep)for(let e in t)if(t.hasOwnProperty(e)){let s=axType(t[e]);"Object"!==s&&"Array"!==s||(t[e]=this.proxy(t[e]))}return{instance:this,proxy:this.proxy(t)}}complete(t){setTimeout(()=>{if(t===this.reacts){if(this.options.once&&0!==this.completeIndex)return!1;this.options.callback&&this.options.callback({target:this.data,proxy:this.proxys[0],type:"complete"}),this.handlers.hasOwnProperty("complete")&&this.emit("complete",{target:this.data,proxy:this.proxys[0],type:"complete"}),this.completeIndex++}},0)}proxy(t){let e=new Proxy(t,this.methods);return 0===this.proxys.length&&this.proxys.push(e),e}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class AXINSTANCE{constructor(){this.data=[],this.destroyFun=(t=>{if(!t)return!1;t.instance.hasOwnProperty("destroyed")&&t.instance.destroyed||!t.instance.__proto__.destroy||(t.instance.destroy(),t.log=`destroy(${(new Date).toLocaleString()})`)}),this.initFun=(t=>{if(!t)return!1;t.instance.hasOwnProperty("destroyed")&&!t.instance.destroyed||!t.instance.__proto__.init||(t.instance.init(),t.log=`init(${(new Date).toLocaleString()})`)})}push(t,e,s){if(!t)return!1;let i={name:e,instance:t,type:s||"",log:`push(${(new Date).toLocaleString()})`};this.data.some(e=>e.instance===t)||this.data.push(i)}find(t,e,s=!1){if(!t)return!1;let i;return i=e?this.data.find(i=>i.instance.hasOwnProperty("destroyed")?i.name===t&&i.type===e&&i.instance.destroyed===s:i.name===t&&i.type===e):this.data.find(e=>e.instance.hasOwnProperty("destroyed")?e.name===t&&e.instance.destroyed===s:e.name===t),i?i.instance:i}findAll(t,e=!1){let s=[];return s=t?this.data.filter(s=>s.instance.hasOwnProperty("destroyed")?s.type===t&&s.instance.destroyed===e:s.type===t):i.instance.hasOwnProperty("destroyed")?this.data.filter(t=>t.instance.destroyed===e):this.data,s.length>0?s.map(t=>t.instance):s}destroy(t,e,s){if(!t)return!1;let i;i=e?this.data.find(s=>s.name===t&&s.type===e):this.data.find(e=>e.name===t),this.destroyFun(i),s&&s(i)}destroyAll(t,e){if(!t)return this.data.forEach(t=>{this.destroyFun(t)}),e&&e(this.data),!1;{let s=this.data.filter(e=>e.type===t);s.forEach(t=>{this.destroyFun(t)}),e&&e(s)}}clear(t){this.data.forEach(t=>{this.destroyFun(t)}),this.data.length=0,t&&t()}init(t,e,s){if(!t)return!1;let i;i=e?this.data.find(s=>s.name===t&&s.type===e):this.data.find(e=>e.name===t),this.initFun(i),s&&s(i)}initAll(t,e){if(!t)return this.data.forEach(t=>{this.initFun(t)}),e&&e(this.data),!1;{let s=this.data.filter(e=>e.type===t);s.forEach(t=>{this.initFun(t)}),e&&e(s)}}}const axInstance=new AXINSTANCE;class axCage{constructor(t,e){if(!t)return!1;if(this.targetDom=axIdToDom(t),!this.targetDom||0===this.targetDom.children.length)return!1;this.options=axExtend({insName:"",init:!0,unbound:{attr:"unbound",selector:""},dampingRatio:.5,duration:300,drift:{enable:!1,timeTHR:200,distTHR:20,coef:2},scale:{enable:!1,min:1,max:5},completedTHR:20,breakpoints:{},onInit:"",onCompleted:"",onStart:"",onMove:"",onEnd:"",onScaled:"",onScaledMin:"",onScaledMax:"",onTranslated:"",onRefactored:"",onResized:"",onFitted:"",onSlided:"",onUpdated:"",onDestroy:""},e,this.targetDom,this.constructor.name);let s=this;this.handlers={},this.isMobi=axIsMobi(),this.events=this.isMobi?["touchstart","touchmove","touchend"]:["mousedown","mousemove","mouseup"],this.started=!1,this.scrollObj=axGetScrollObj(),this.startFun=function(t){if(t.stopPropagation(),s.unbounds.length>0&&s.unbounds.includes(t.target))return!1;t.preventDefault(),s.startValue={...s.getCoordValue(t)};let e=s.slides.find(t=>t.dom===this),i={...s.startValue};s.distStart={x:i.x-e.last.x,y:i.y-e.last.y},s.startTime=t.timeStamp,s.started=!0,this.setAttribute("active",""),e.active=!0,this.style.transitionDuration="0ms",s.handlers.hasOwnProperty("start")&&s.emit("start",e),s.options.onStart&&s.options.onStart.call(s,e)},this.moveFun=function(t){if(t.stopPropagation(),!s.isMobi&&!s.started)return!1;if(s.unbounds.length>0&&s.unbounds.includes(t.target))return!1;t.preventDefault();let e=s.getCoordValue(t);JSON.stringify(e)!=JSON.stringify(s.startValue)&&s.targetDom.setAttribute("moving","");let i=s.slides.find(t=>t.dom===this),o=t=>i.range[t][0]+(i.now[t]-i.range[t][0])*Math.pow(s.options.dampingRatio,2),a=t=>i.range[t][1]+(i.now[t]-i.range[t][1])*Math.pow(s.options.dampingRatio,2);i.now={x:e.x-s.distStart.x,y:e.y-s.distStart.y},i.now.y=s.options.completedTHR&&(s.handlers.hasOwnProperty("completed")&&s.emit("completed","top"),s.options.onCompleted&&s.options.onCompleted.call(s,"top"))):i.now.y>i.range.y[1]&&(i.now.y=a("y"),Math.abs(i.now.y-i.range.y[1])>=s.options.completedTHR&&(s.handlers.hasOwnProperty("completed")&&s.emit("completed","bottom"),s.options.onCompleted&&s.options.onCompleted.call(s,"bottom"))),i.now.x=s.options.completedTHR&&(s.handlers.hasOwnProperty("completed")&&s.emit("completed","left"),s.options.onCompleted&&s.options.onCompleted.call(s,"left"))):i.now.x>i.range.x[1]&&(i.now.x=a("x"),Math.abs(i.now.x-i.range.x[1])>=s.options.completedTHR&&(s.handlers.hasOwnProperty("completed")&&s.emit("completed","right"),s.options.onCompleted&&s.options.onCompleted.call(s,"right"))),s.setValues({item:i,value:i.now,apply:!1}),s.handlers.hasOwnProperty("move")&&s.emit("move",i),s.options.onMove&&s.options.onMove.call(s,i)},this.endFun=function(t){if(t.stopPropagation(),s.targetDom.removeAttribute("moving"),!s.isMobi&&!s.started)return!1;t.preventDefault(),s.started=!1;let e=s.slides.find(t=>t.active),i=s.computeHYP({...e.now},{...e.last}),o=i.HYP,a=i.SIN,n=i.COS;e.last={...e.now},e.dom.style.cssText=e.dom.style.cssText.replace("transition-duration: 0ms","");let r,l=t.timeStamp-s.startTime;if(s.options.drift.enable&&ls.options.drift.distTHR){let t=(s.options.drift.timeTHR-l)*s.options.drift.coef;r={x:~~(e.last.x+a*t),y:~~(e.last.y+n*t)}}else r=e.now;s.slideTo({item:e,value:r}),e.dom.removeAttribute("active"),Reflect.deleteProperty(e,"active"),s.handlers.hasOwnProperty("end")&&s.emit("end",e),s.options.onEnd&&s.options.onEnd.call(s,e)},this.scrollFun=axThrottle(function(t){if(t.stopPropagation(),t.preventDefault(),s.unbounds.length>0&&s.unbounds.includes(this))return!1;let e=s.slides.find(t=>t.dom===this),i=axIsScrollUp(t,s.scrollObj.detail);i?(e.scale++,e.scale>=s.options.scale.max&&(e.scale=s.options.scale.max)):(e.scale--,e.scale<=s.options.scale.min&&(e.scale=s.options.scale.min)),(e.scale<=s.options.scale.max||e.scale>=s.options.scale.min)&&(e.scale=axNumber(e.scale,{places:0,mode:"floor"}),this.style.transitionDuration=s.options.duration+"ms",s.setValues({type:"scale",item:e,value:e.scale}),setTimeout(()=>{s.updateItem(e)},s.options.duration))},s.options.duration,!0),this.slidedEvent=function(t){t.stopPropagation(),s.response(this)},this.mutationObs=new MutationObserver(t=>{t.forEach(t=>{if("attributes"===t.type&&t.target!==this.targetDom){let e=this.slides.find(e=>e.dom===t.target),s=this.getValues(e);s[0]==e.scale&&s[3]==e.scale||(this.handlers.hasOwnProperty("scaled")&&this.emit("scaled",e,s[0]),this.options.onScaled&&this.options.onScaled.call(this,e,s[0]),e.scale===this.options.scale.min?(e.boundary="min",this.handlers.hasOwnProperty("scaledMin")&&this.emit("scaledMin",e,this.options.scale.min),this.options.onScaledMin&&this.options.onScaledMin.call(this,e,this.options.scale.min)):e.scale===this.options.scale.max?(e.boundary="max",this.handlers.hasOwnProperty("scaledMax")&&this.emit("scaledMax",e,this.options.scale.max),this.options.onScaledMax&&this.options.onScaledMax.call(this,e,this.options.scale.max)):Reflect.deleteProperty(e,"boundary")),s[4]==e.now.x&&s[5]==e.now.y||(this.handlers.hasOwnProperty("translated")&&this.emit("translated",e,{x:s[4],y:s[5]}),this.options.onTranslated&&this.options.onTranslated.call(this,e,{x:s[4],y:s[5]}))}"childList"===t.type&&t.target===this.targetDom&&(this.options.unbound&&this.getUnbounds(),this.handlers.hasOwnProperty("refactored")&&this.emit("refactored",""),this.options.onRefactored&&this.options.onRefactored.call(this))})}),this.slideDomSizeObserver=new ResizeObserver(axDebounce(t=>{for(let e of t)this.response(e.target),this.handlers.hasOwnProperty("resized")&&this.emit("resized",e,e.target),this.options.onResized&&this.options.onResized.call(this,e,e.target)})),this.targetDomSizeObserver=new ResizeObserver(axDebounce(t=>{for(let e of t)this.response(),this.handlers.hasOwnProperty("resized")&&this.emit("resized",e,this.targetDom),this.options.onResized&&this.options.onResized.call(this,e,this.targetDom)})),this.options.init?this.init():this.destroyed=!0}init(t){return axInstance.push(this,this.options.insName,"cage"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.getUnbounds(),this.slides=[...this.targetDom.children].map(t=>({dom:t,last:{x:0,y:0},now:{x:0,y:0},difference:{x:0,y:0},size:{width:0,height:0},offset:{x:0,y:0},shape:"",range:{x:[],y:[]},scale:1})),this.setAttribute(),this.updateTarget(),this.distStart={x:0,y:0},this.addTargetEvent(),this.slides.forEach(t=>{this.addItemEvent(t.dom)}),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),t&&t.call(this),this}computeHYP(t,e){let s={...t},i={...e},o=Math.abs(s.x-i.x),a=Math.abs(s.y-i.y),n=Math.sqrt(o*o+a*a),r=n?(s.x-i.x)/n:0,l=n?(s.y-i.y)/n:0;return{HYP:n,SIN:r,COS:l}}setAttribute(){!this.targetDom.classList.contains("ax-cage")&&this.targetDom.classList.add("ax-cage"),"hidden"!==axStyle(this.targetDom).overflow&&(this.targetDom.style.overflow="hidden"),"static"===axStyle(this.targetDom).position&&(this.targetDom.style.position="relative")}getUnbounds(){this.unbounds=this.getDomsFromArg(this.options.unbound.selector),this.unbounds.forEach(t=>t.setAttribute(this.options.unbound.attr,""))}getDomsFromArg(t){let e=[];if(t){let s=axType(t);"String"===s?e=[...this.targetDom.querySelectorAll(t)]:"Array"===s?e=t:s.includes("HTML")&&e.push(t)}return e}fitTo(t){if(this.destroyed)return this;let e=Object.assign({item:this.slides[0],placement:"left-top",duration:this.options.duration},t),s=axType(e.item),i=s.includes("HTML")?this.slides.find(t=>t.dom===e.item):"String"===s?this.targetDom.querySelector(e.item):e.item,o={},a=this.getScaleOffset(i);if(!i||this.unbounds.includes(i.dom))return!1;switch(e.placement){case"right-top":o={x:i.difference.x,y:0};break;case"left-bottom":o={x:0,y:i.difference.y};break;case"right-bottom":o={...i.difference};break;case"left":o={x:0,y:i.now.y};break;case"right":o={x:i.difference.x,y:i.now.y};break;case"top":o={x:i.now.x,y:0};break;case"bottom":o={x:i.now.x,y:i.difference.y};break;default:o={x:0,y:0}}(e.placement.includes("left")||e.placement.includes("right"))&&(o.x+=a.x),(e.placement.includes("top")||e.placement.includes("bottom"))&&(o.y+=a.y),i.dom.style.transitionDuration=e.duration+"ms",this.setValues({value:o,item:i}),setTimeout(()=>{this.handlers.hasOwnProperty("fitted")&&this.emit("fitted",i),this.options.onFitted&&this.options.onFitted.call(this,i),e.callback&&e.callback.call(this,i)},e.duration)}getEdgeValue(t,e){let s,i=axType(t);if(i.includes("HTML")||"String"===i){let e=axIdToDom(t);!e||(s={x:-e.offsetLeft,y:-e.offsetTop})}else s={...t};return!axIsEmpty(s)&&s.hasOwnProperty("x")&&s.hasOwnProperty("y")&&(s.xe.range.x[1]&&(s.x=e.range.x[1]),s.ye.range.y[1]&&(s.y=e.range.y[1])),s}slideTo(t){if(this.destroyed)return this;let e=Object.assign({item:this.slides[0]},t),s=axType(e.item),i=s.includes("HTML")?this.slides.find(t=>t.dom===e.item):"String"===s?this.targetDom.querySelector(e.item):e.item;if(!i||this.unbounds.includes(i.dom))return!1;let o=this.getEdgeValue(e.value,i),a=this.computeHYP(i.now,o).HYP/this.hypotenuse,n=e.duration||0==e.duration?`${e.duration}ms`:a>1?Math.trunc(this.options.duration*a)+"ms":`${this.options.duration}ms`;if(JSON.stringify(o)==JSON.stringify(i.now))return!1;i.dom.style.transitionDuration=n,this.setValues({value:o,item:i}),setTimeout(()=>{this.handlers.hasOwnProperty("slided")&&this.emit("slided",{raw:e.value,correction:o,item:i}),this.options.onSlided&&this.options.onSlided.call(this,{raw:e.value,correction:o,item:i}),e.callback&&e.callback.call(this,{raw:e.value,correction:o,item:i})},parseInt(n))}getCoordValue(t){return this.isMobi?{x:t.changedTouches[0].clientX,y:t.changedTouches[0].clientY}:{x:t.clientX,y:t.clientY}}updateTarget(){let t=axStyle(this.targetDom),e=this.targetDom.getBoundingClientRect().height-(parseInt(t.borderTopWidth)+parseInt(t.borderBottomWidth)+parseInt(t.paddingTop)+parseInt(t.paddingBottom)),s=this.targetDom.getBoundingClientRect().width-(parseInt(t.borderLeftWidth)+parseInt(t.borderRightWidth)+parseInt(t.paddingLeft)+parseInt(t.paddingRight)),i=this.computeHYP({x:0,y:0},{x:s,y:e}).HYP;this.targetHeight!=e&&(this.targetHeight=e),this.targetWidth!=s&&(this.targetWidth=s),this.hypotenuse!=i&&(this.hypotenuse=i)}updateItem(t=this.slides[0]){let e=axType(t),s=e.includes("HTML")?this.slides.find(e=>e.dom===t):"String"===e?this.targetDom.querySelector(t):t;if(!s||this.unbounds.includes(s.dom))return!1;s.size.height=s.dom.getBoundingClientRect().height,s.size.width=s.dom.getBoundingClientRect().width,s.difference={x:this.targetWidth-s.size.width,y:this.targetHeight-s.size.height},s.offset={x:s.dom.offsetLeft,y:s.dom.offsetTop},s.difference.x>0&&s.difference.y>0?s.shape="baby":s.difference.y>0&&s.difference.x<=0?s.shape="river":s.difference.x>0&&s.difference.y<=0?s.shape="chimney":s.shape="cover",this.fixedTranslate(s)}getScaleOffset(t){return t.scale>this.options.scale.min?{x:t.size.width/t.scale/2*(t.scale-1),y:t.size.height/t.scale/2*(t.scale-1)}:{x:0,y:0}}fixedTranslate(t){let e=this.getValues(t),s={x:e[4],y:e[5]},i=this.getScaleOffset(t),o=e=>{t.offset[e]-i[e]+s[e]<0?s[e]=-t.offset[e]+i[e]:t.offset[e]-i[e]+s[e]>t.difference[e]&&(s[e]=t.difference[e]-t.offset[e]+i[e]),t.range[e]=[0-t.offset[e]+i[e],t.difference[e]-t.offset[e]+i[e]]},a=e=>{s[e]-t.offset[e]+i[e]&&(s[e]=-t.offset[e]+i[e]),t.range[e]=[t.difference[e]-t.offset[e]+i[e],-t.offset[e]+i[e]]};switch(t.shape){case"baby":o("x"),o("y");break;case"river":o("y"),a("x");break;case"chimney":o("x"),a("y");break;default:a("x"),a("y")}JSON.stringify(s)!=JSON.stringify(t.now)&&this.setValues({value:s,item:t})}response(t="all"){if(this.destroyed)return this;if("all"===t)this.updateTarget(),this.slides.forEach(t=>{this.updateItem(t)});else if("parent"===t)this.updateTarget();else if("chidren"===t)this.slides.forEach(t=>{this.updateItem(t)});else{let e=axType(t),s=e.includes("HTML")?this.slides.find(e=>e.dom===t):"String"===e?this.targetDom.querySelector(t):t;s&&this.updateItem(s)}}getValues(t=this.slides[0]){let e=axType(t),s=e.includes("HTML")?this.slides.find(e=>e.dom===t):"String"===e?this.targetDom.querySelector(t):t;if(!s)return!1;let i=axStyle(s.dom).transform;return"none"===i?[1,0,0,1,0,0]:i.replace(/[^0-9.\-,]/g,"").split(",").map(t=>Number(t))}setValues(t){if(this.destroyed)return this;let e=Object.assign({item:this.slides[0],type:"translate",apply:!0},t),s=axType(e.item),i=s.includes("HTML")?this.slides.find(t=>t.dom===e.item):"String"===s?this.targetDom.querySelector(e.item):e.item;if(!i||this.unbounds.includes(i.dom))return!1;let o=this.getValues(i),a=[...o],n=axType(e.value),r={};if("Object"===n)r={...e.value};else if("Number"===n)r={x:e.value,y:e.value};else{let t=~~e.value;t||(t="scale"===e.type?1:0),r={x:t,y:t}}"zero"===e.type?(a[0]=1,a[3]=1,a[4]=0,a[5]=0):"scale"===e.type?(a[0]=r.x,a[3]=r.y):(a[4]=r.x,a[5]=r.y),JSON.stringify(a)!=JSON.stringify(o)&&(i.dom.style.transform=`matrix(${a.join()})`,e.apply&&("zero"===e.type?(i.last={x:0,y:0},i.now={x:0,y:0},i.scale=1):"scale"===e.type?i.scale=r.x||r.y:(i.last={...r},i.now={...r})))}reset(){if(this.destroyed)return this;this.slides.forEach(t=>{this.setValues({type:"zero",item:t}),t.dom.style.cssText=t.dom.style.cssText.replace("transition-duration: 0ms","")}),this.targetDom.removeAttribute("moving"),this.started=!1}addItemEvent(t){t.addEventListener(this.events[0],this.startFun),t.addEventListener(this.events[1],this.moveFun),t.addEventListener(this.events[2],this.endFun),!this.isMobi&&this.options.scale.enable&&t.addEventListener(this.scrollObj.event,this.scrollFun),this.mutationObs.observe(t,{attributes:!0,attributeFilter:["style"]}),t.addEventListener("transitionend",this.slidedEvent),this.slideDomSizeObserver.observe(t)}removeItemEvent(t){t.removeEventListener(this.events[0],this.startFun),t.removeEventListener(this.events[1],this.moveFun),t.removeEventListener(this.events[2],this.endFun),!this.isMobi&&this.options.scale.enable&&t.removeEventListener(this.scrollObj.event,this.scrollFun),t.removeEventListener("transitionend",this.slidedEvent),this.slideDomSizeObserver.unobserve(t)}addTargetEvent(){this.isMobi?this.targetDom.addEventListener("touchcancel",this.endFun):this.targetDom.addEventListener("mouseleave",this.endFun),this.mutationObs.observe(this.targetDom,{childList:!0}),this.targetDomSizeObserver.observe(this.targetDom)}removeTargetEvent(){this.isMobi||this.targetDom.removeEventListener("mouseleave",this.endFun),this.targetDomSizeObserver.unobserve(this.targetDom)}add(t,e){let s=axGetDoms(t),i=[];return 0!==s.length&&(i=s.filter(Boolean).map(t=>{let e=this.slides.find(e=>e.dom===t),s=null;return e&&e.disabled?(Reflect.deleteProperty(e,"disabled"),e.dom.removeAttribute("disabled"),s=t,this.addItemEvent(t)):(s={dom:t,last:{x:0,y:0},now:{x:0,y:0},difference:{x:0,y:0},size:{width:0,height:0},offset:{x:0,y:0},shape:"",range:{x:[],y:[]},scale:1},this.addItemEvent(t),this.slides.push(s)),s}),this.handlers.hasOwnProperty("add")&&this.emit("add",i),this.options.onAdd&&this.options.onAdd.call(this,i),e&&e.call(this,i),this)}remove(t,e){let s=axGetDoms(t),i=this.slides.filter(t=>!t.disabled&&s.includes(t.dom));return 0!==s.length&&(i.forEach(t=>{t.disabled=!0,t.dom.setAttribute("disabled",""),this.removeItemEvent(t.dom)}),this.handlers.hasOwnProperty("remove")&&this.emit("remove",i),this.options.onRemove&&this.options.onRemove.call(this,i),e&&e.call(this,i),this)}update(t,e){return this.destroyed?this:(this.options=axExtend(this.options,t),this.reset(),this.options.init&&this.init(),this.handlers.hasOwnProperty("updated")&&this.emit("updated",""),this.options.onUpdated&&this.options.onUpdated.call(this),e&&e.call(this),this)}destroy(t){return this.destroyed?this:(this.reset(),this.slides.forEach(t=>{this.removeItemEvent(t.dom)}),this.removeTargetEvent(),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axTow{constructor(t,e){return this.targetDom=axIdToDom(t),!!this.targetDom&&(this.options=axExtend({insName:"",parent:document,onInit:"",onStart:null,onMove:null,onEnd:null,onDestroy:""},e,this.targetDom,this.constructor.name),this.parentDom=axIdToDom(this.options.parent),!!this.parentDom&&(this.handlers={},this.coord={x:0,y:0},this.diff={x:0,y:0},this.startFun=(t=>{this.coord=axGetClientObj(t),this.parentDom.addEventListener(axEventMap[1],this.moveFun,{passive:!1}),this.parentDom.addEventListener(axEventMap[2],this.endFun,{passive:!1});let e={target:t.target,coord:this.coord,diff:this.diff,originEvent:t};this.handlers.hasOwnProperty("start")&&this.emit("start",e),this.options.onStart&&this.options.onStart.call(this,e)}),this.moveFun=(t=>{let e=axGetClientObj(t);this.diff={x:e.x-this.coord.x,y:e.y-this.coord.y};let s={target:t.target,coord:e,diff:this.diff,originEvent:t};this.handlers.hasOwnProperty("move")&&this.emit("move",s),this.options.onMove&&this.options.onMove.call(this,s)}),this.endFun=(t=>{this.coord=axGetClientObj(t);let e={target:t.target,coord:this.coord,diff:this.diff,originEvent:t};this.handlers.hasOwnProperty("end")&&this.emit("end",e),this.options.onEnd&&this.options.onEnd.call(this,e),this.setCompleted()}),this.cancelFun=(t=>{this.setCompleted(),this.handlers.hasOwnProperty("cancel")&&this.emit("cancel",{target:t.target,coord:this.coord,diff:this.diff}),this.options.onCancel&&this.options.onCancel.call(this,{target:t.target,coord:this.coord,diff:this.diff})}),void this.init()))}init(){return axInstance.push(this,this.options.insName,"tow"),this.destroyed=!1,this.targetDom.removeEventListener(axEventMap[0],this.startFun),this.targetDom.addEventListener(axEventMap[0],this.startFun,{passive:!1}),this.parentDom.addEventListener(axEventMap[3],this.cancelFun,{passive:!1}),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this}setCompleted(){this.diff={x:0,y:0},this.parentDom.removeEventListener(axEventMap[1],this.moveFun),this.parentDom.removeEventListener(axEventMap[2],this.endFun)}destroy(t){return this.destroyed?this:(this.setCompleted(),this.targetDom.removeEventListener(axEventMap[0],this.startFun),this.parentDom.removeEventListener(axEventMap[3],this.cancelFun),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}(function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t="undefined"!=typeof globalThis?globalThis:t||self,t.axSwiper=e())})(this,function(){function t(t){return null!==t&&"object"==typeof t&&"constructor"in t&&t.constructor===Object}function e(s,i){void 0===s&&(s={}),void 0===i&&(i={}),Object.keys(i).forEach(o=>{void 0===s[o]?s[o]=i[o]:t(i[o])&&t(s[o])&&Object.keys(i[o]).length>0&&e(s[o],i[o])})}function s(){const t="undefined"!=typeof document?document:{};return e(t,Be),t}function i(){const t="undefined"!=typeof window?window:{};return e(t,Ve),t}function o(t){const e=t.__proto__;Object.defineProperty(t,"__proto__",{get:()=>e,set(t){e.__proto__=t}})}function a(t){void 0===t&&(t=[]);const e=[];return t.forEach(t=>{Array.isArray(t)?e.push(...a(t)):e.push(t)}),e}function n(t,e){return Array.prototype.filter.call(t,e)}function r(t){const e=[];for(let s=0;s=0&&s.indexOf(">")>=0){let t="div";0===s.indexOf("t.split(" ")));return this.forEach(t=>{t.classList.add(...i)}),this}function p(){for(var t=arguments.length,e=new Array(t),s=0;st.split(" ")));return this.forEach(t=>{t.classList.remove(...i)}),this}function c(){for(var t=arguments.length,e=new Array(t),s=0;st.split(" ")));this.forEach(t=>{i.forEach(e=>{t.classList.toggle(e)})})}function u(){for(var t=arguments.length,e=new Array(t),s=0;st.split(" ")));return n(this,t=>i.filter(e=>t.classList.contains(e)).length>0).length>0}function m(t,e){if(1===arguments.length&&"string"==typeof t)return this[0]?this[0].getAttribute(t):void 0;for(let s=0;s=0;t-=1){const o=i[t];a&&o.listener===a?(s.removeEventListener(e,o.proxyListener,n),i.splice(t,1)):a&&o.listener&&o.listener.dom7proxy&&o.listener.dom7proxy===a?(s.removeEventListener(e,o.proxyListener,n),i.splice(t,1)):a||(s.removeEventListener(e,o.proxyListener,n),i.splice(t,1))}}}return this}function v(){const t=i();for(var e=arguments.length,s=new Array(e),o=0;oe>0),o.dispatchEvent(e),o.dom7EventData=[],delete o.dom7EventData}}}return this}function D(t){function e(i){i.target===this&&(t.call(this,i),s.off("transitionend",e))}const s=this;return t&&s.on("transitionend",e),this}function w(t){if(this.length>0){if(t){const t=this.styles();return this[0].offsetWidth+parseFloat(t.getPropertyValue("margin-right"))+parseFloat(t.getPropertyValue("margin-left"))}return this[0].offsetWidth}return null}function T(t){if(this.length>0){if(t){const t=this.styles();return this[0].offsetHeight+parseFloat(t.getPropertyValue("margin-top"))+parseFloat(t.getPropertyValue("margin-bottom"))}return this[0].offsetHeight}return null}function S(){if(this.length>0){const t=i(),e=s(),o=this[0],a=o.getBoundingClientRect(),n=e.body,r=o.clientTop||n.clientTop||0,l=o.clientLeft||n.clientLeft||0,h=o===t?t.scrollY:o.scrollTop,d=o===t?t.scrollX:o.scrollLeft;return{top:a.top+h-r,left:a.left+d-l}}return null}function E(){const t=i();return this[0]?t.getComputedStyle(this[0],null):{}}function A(t,e){const s=i();let o;if(1===arguments.length){if("string"!=typeof t){for(o=0;o{t.apply(e,[e,s])}),this):this}function I(t){const e=n(this,t);return h(e)}function k(t){if(void 0===t)return this[0]?this[0].innerHTML:null;for(let e=0;ee-1)return h([]);if(t<0){const s=e+t;return h(s<0?[]:[this[s]])}return h([this[t]])}function O(){let t;const e=s();for(let s=0;s=0;o-=1)this[i].insertBefore(s.childNodes[o],this[i].childNodes[0])}else if(t instanceof Fe)for(o=0;o0?t?this[0].nextElementSibling&&h(this[0].nextElementSibling).is(t)?h([this[0].nextElementSibling]):h([]):this[0].nextElementSibling?h([this[0].nextElementSibling]):h([]):h([])}function H(t){const e=[];let s=this[0];if(!s)return h([]);for(;s.nextElementSibling;){const i=s.nextElementSibling;t?h(i).is(t)&&e.push(i):e.push(i),s=i}return h(e)}function q(t){if(this.length>0){const e=this[0];return t?e.previousElementSibling&&h(e.previousElementSibling).is(t)?h([e.previousElementSibling]):h([]):e.previousElementSibling?h([e.previousElementSibling]):h([])}return h([])}function R(t){const e=[];let s=this[0];if(!s)return h([]);for(;s.previousElementSibling;){const i=s.previousElementSibling;t?h(i).is(t)&&e.push(i):e.push(i),s=i}return h(e)}function B(t){const e=[];for(let s=0;s{try{e[t]=null}catch(t){}try{delete e[t]}catch(t){}})}function X(t,e){return void 0===e&&(e=0),setTimeout(t,e)}function G(){return Date.now()}function _(t){const e=i();let s;return e.getComputedStyle&&(s=e.getComputedStyle(t,null)),!s&&t.currentStyle&&(s=t.currentStyle),s||(s=t.style),s}function J(t,e){void 0===e&&(e="x");const s=i();let o,a,n;const r=_(t);return s.WebKitCSSMatrix?(a=r.transform||r.webkitTransform,a.split(",").length>6&&(a=a.split(", ").map(t=>t.replace(",",".")).join(", ")),n=new s.WebKitCSSMatrix("none"===a?"":a)):(n=r.MozTransform||r.OTransform||r.MsTransform||r.msTransform||r.transform||r.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),o=n.toString().split(",")),"x"===e&&(a=s.WebKitCSSMatrix?n.m41:16===o.length?parseFloat(o[12]):parseFloat(o[4])),"y"===e&&(a=s.WebKitCSSMatrix?n.m42:16===o.length?parseFloat(o[13]):parseFloat(o[5])),a||0}function Z(t){return"object"==typeof t&&null!==t&&t.constructor&&"Object"===Object.prototype.toString.call(t).slice(8,-1)}function K(t){return"undefined"!=typeof window&&void 0!==window.HTMLElement?t instanceof HTMLElement:t&&(1===t.nodeType||11===t.nodeType)}function Q(){const t=Object(arguments.length<=0?void 0:arguments[0]),e=["__proto__","constructor","prototype"];for(let s=1;se.indexOf(t)<0);for(let e=0,o=s.length;en?"next":"prev",p=(t,e)=>"next"===d&&t>=e||"prev"===d&&t<=e,c=()=>{r=(new Date).getTime(),null===l&&(l=r);const t=Math.max(Math.min((r-l)/h,1),0),i=.5-Math.cos(t*Math.PI)/2;let d=n+i*(s-n);if(p(d,s)&&(d=s),e.wrapperEl.scrollTo({[o]:d}),p(d,s))return e.wrapperEl.style.overflow="hidden",e.wrapperEl.style.scrollSnapType="",setTimeout(()=>{e.wrapperEl.style.overflow="",e.wrapperEl.scrollTo({[o]:d})}),void a.cancelAnimationFrame(e.cssModeFrameID);e.cssModeFrameID=a.requestAnimationFrame(c)};c()}function st(){const t=i(),e=s();return{smoothScroll:e.documentElement&&"scrollBehavior"in e.documentElement.style,touch:!!("ontouchstart"in t||t.DocumentTouch&&e instanceof t.DocumentTouch),passiveListener:function(){let e=!1;try{const s=Object.defineProperty({},"passive",{get(){e=!0}});t.addEventListener("testPassiveListener",null,s)}catch(t){}return e}(),gestures:"ongesturestart"in t}}function it(){return Ye||(Ye=st()),Ye}function ot(t){let{userAgent:e}=void 0===t?{}:t;const s=it(),o=i(),a=o.navigator.platform,n=e||o.navigator.userAgent,r={ios:!1,android:!1},l=o.screen.width,h=o.screen.height,d=n.match(/(Android);?[\s\/]+([\d.]+)?/);let p=n.match(/(iPad).*OS\s([\d_]+)/);const c=n.match(/(iPod)(.*OS\s([\d_]+))?/),u=!p&&n.match(/(iPhone\sOS|iOS)\s([\d_]+)/),m="Win32"===a;let g="MacIntel"===a;const f=["1024x1366","1366x1024","834x1194","1194x834","834x1112","1112x834","768x1024","1024x768","820x1180","1180x820","810x1080","1080x810"];return!p&&g&&s.touch&&f.indexOf(`${l}x${h}`)>=0&&(p=n.match(/(Version)\/([\d.]+)/),p||(p=[0,1,"13_0_0"]),g=!1),d&&!m&&(r.os="android",r.android=!0),(p||u||c)&&(r.os="ios",r.ios=!0),r}function at(t){return void 0===t&&(t={}),Ue||(Ue=ot(t)),Ue}function nt(){function t(){const t=e.navigator.userAgent.toLowerCase();return t.indexOf("safari")>=0&&t.indexOf("chrome")<0&&t.indexOf("android")<0}const e=i();return{isSafari:t(),isWebView:/(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(e.navigator.userAgent)}}function rt(){return We||(We=nt()),We}function lt(t){let{swiper:e,on:s,emit:o}=t;const a=i();let n=null,r=null;const l=()=>{e&&!e.destroyed&&e.initialized&&(o("beforeResize"),o("resize"))},h=()=>{e&&!e.destroyed&&e.initialized&&(n=new ResizeObserver(t=>{r=a.requestAnimationFrame(()=>{const{width:s,height:i}=e;let o=s,a=i;t.forEach(t=>{let{contentBoxSize:s,contentRect:i,target:n}=t;n&&n!==e.el||(o=i?i.width:(s[0]||s).inlineSize,a=i?i.height:(s[0]||s).blockSize)}),o===s&&a===i||l()})}),n.observe(e.el))},d=()=>{r&&a.cancelAnimationFrame(r),n&&n.unobserve&&e.el&&(n.unobserve(e.el),n=null)},p=()=>{e&&!e.destroyed&&e.initialized&&o("orientationchange")};s("init",()=>{e.params.resizeObserver&&void 0!==a.ResizeObserver?h():(a.addEventListener("resize",l),a.addEventListener("orientationchange",p))}),s("destroy",()=>{d(),a.removeEventListener("resize",l),a.removeEventListener("orientationchange",p)})}function ht(t){let{swiper:e,extendParams:s,on:o,emit:a}=t;const n=[],r=i(),l=function(t,e){void 0===e&&(e={});const s=r.MutationObserver||r.WebkitMutationObserver,i=new s(t=>{if(1===t.length)return void a("observerUpdate",t[0]);const e=function(){a("observerUpdate",t[0])};r.requestAnimationFrame?r.requestAnimationFrame(e):r.setTimeout(e,0)});i.observe(t,{attributes:void 0===e.attributes||e.attributes,childList:void 0===e.childList||e.childList,characterData:void 0===e.characterData||e.characterData}),n.push(i)},h=()=>{if(e.params.observer){ if(e.params.observeParents){const t=e.$el.parents();for(let e=0;e{n.forEach(t=>{t.disconnect()}),n.splice(0,n.length)};s({observer:!1,observeParents:!1,observeSlideChildren:!1}),o("init",h),o("destroy",d)}function dt(){const t=this;let e,s;const i=t.$el;e=void 0!==t.params.width&&null!==t.params.width?t.params.width:i[0].clientWidth,s=void 0!==t.params.height&&null!==t.params.height?t.params.height:i[0].clientHeight,0===e&&t.isHorizontal()||0===s&&t.isVertical()||(e=e-parseInt(i.css("padding-left")||0,10)-parseInt(i.css("padding-right")||0,10),s=s-parseInt(i.css("padding-top")||0,10)-parseInt(i.css("padding-bottom")||0,10),Number.isNaN(e)&&(e=0),Number.isNaN(s)&&(s=0),Object.assign(t,{width:e,height:s,size:t.isHorizontal()?e:s}))}function pt(){function t(t){return s.isHorizontal()?t:{width:"height","margin-top":"margin-left","margin-bottom ":"margin-right","margin-left":"margin-top","margin-right":"margin-bottom","padding-left":"padding-top","padding-right":"padding-bottom",marginRight:"marginBottom"}[t]}function e(e,s){return parseFloat(e.getPropertyValue(t(s))||0)}const s=this,i=s.params,{$wrapperEl:o,size:a,rtlTranslate:n,wrongRTL:r}=s,l=s.virtual&&i.virtual.enabled,h=l?s.virtual.slides.length:s.slides.length,d=o.children(`.${s.params.slideClass}`),p=l?s.virtual.slides.length:d.length;let c=[];const u=[],m=[];let g=i.slidesOffsetBefore;"function"==typeof g&&(g=i.slidesOffsetBefore.call(s));let f=i.slidesOffsetAfter;"function"==typeof f&&(f=i.slidesOffsetAfter.call(s));const x=s.snapGrid.length,y=s.slidesGrid.length;let b=i.spaceBetween,v=-g,D=0,w=0;if(void 0===a)return;"string"==typeof b&&b.indexOf("%")>=0&&(b=parseFloat(b.replace("%",""))/100*a),s.virtualSize=-b,n?d.css({marginLeft:"",marginBottom:"",marginTop:""}):d.css({marginRight:"",marginBottom:"",marginTop:""}),i.centeredSlides&&i.cssMode&&(tt(s.wrapperEl,"--swiper-centered-offset-before",""),tt(s.wrapperEl,"--swiper-centered-offset-after",""));const T=i.grid&&i.grid.rows>1&&s.grid;let S;T&&s.grid.initSlides(p);const E="auto"===i.slidesPerView&&i.breakpoints&&Object.keys(i.breakpoints).filter(t=>void 0!==i.breakpoints[t].slidesPerView).length>0;for(let o=0;o1&&c.push(s.virtualSize-a)}if(0===c.length&&(c=[0]),0!==i.spaceBetween){const e=s.isHorizontal()&&n?"marginLeft":t("marginRight");d.filter((t,e)=>!i.cssMode||e!==d.length-1).css({[e]:`${b}px`})}if(i.centeredSlides&&i.centeredSlidesBounds){let t=0;m.forEach(e=>{t+=e+(i.spaceBetween?i.spaceBetween:0)}),t-=i.spaceBetween;const e=t-a;c=c.map(t=>t<0?-g:t>e?e+f:t)}if(i.centerInsufficientSlides){let t=0;if(m.forEach(e=>{t+=e+(i.spaceBetween?i.spaceBetween:0)}),t-=i.spaceBetween,t{c[s]=t-e}),u.forEach((t,s)=>{u[s]=t+e})}}if(Object.assign(s,{slides:d,snapGrid:c,slidesGrid:u,slidesSizesGrid:m}),i.centeredSlides&&i.cssMode&&!i.centeredSlidesBounds){tt(s.wrapperEl,"--swiper-centered-offset-before",`${-c[0]}px`),tt(s.wrapperEl,"--swiper-centered-offset-after",`${s.size/2-m[m.length-1]/2}px`);const t=-s.snapGrid[0],e=-s.slidesGrid[0];s.snapGrid=s.snapGrid.map(e=>e+t),s.slidesGrid=s.slidesGrid.map(t=>t+e)}if(p!==h&&s.emit("slidesLengthChange"),c.length!==x&&(s.params.watchOverflow&&s.checkOverflow(),s.emit("snapGridLengthChange")),u.length!==y&&s.emit("slidesGridLengthChange"),i.watchSlidesProgress&&s.updateSlidesOffset(),!(l||i.cssMode||"slide"!==i.effect&&"fade"!==i.effect)){const t=`${i.containerModifierClass}backface-hidden`,e=s.$el.hasClass(t);p<=i.maxBackfaceHiddenSlides?e||s.$el.addClass(t):e&&s.$el.removeClass(t)}}function ct(t){const e=this,s=[],i=e.virtual&&e.params.virtual.enabled;let o,a=0;"number"==typeof t?e.setTransition(t):!0===t&&e.setTransition(e.params.speed);const n=t=>i?e.slides.filter(e=>parseInt(e.getAttribute("data-swiper-slide-index"),10)===t)[0]:e.slides.eq(t)[0];if("auto"!==e.params.slidesPerView&&e.params.slidesPerView>1)if(e.params.centeredSlides)e.visibleSlides.each(t=>{s.push(t)});else for(o=0;oe.slides.length&&!i)break;s.push(n(t))}else s.push(n(e.activeIndex));for(o=0;oa?t:a}(a||0===a)&&e.$wrapperEl.css("height",`${a}px`)}function ut(){const t=this,e=t.slides;for(let s=0;s=0&&p1&&c<=e.size||p<=0&&c>=e.size;u&&(e.visibleSlides.push(r),e.visibleSlidesIndexes.push(t),i.eq(t).addClass(s.slideVisibleClass)),r.progress=o?-h:h,r.originalProgress=o?-d:d}e.visibleSlides=h(e.visibleSlides)}function gt(t){const e=this;if(void 0===t){const s=e.rtlTranslate?-1:1;t=e&&e.translate&&e.translate*s||0}const s=e.params,i=e.maxTranslate()-e.minTranslate();let{progress:o,isBeginning:a,isEnd:n}=e;const r=a,l=n;0===i?(o=0,a=!0,n=!0):(o=(t-e.minTranslate())/i,a=o<=0,n=o>=1),Object.assign(e,{progress:o,isBeginning:a,isEnd:n}),(s.watchSlidesProgress||s.centeredSlides&&s.autoHeight)&&e.updateSlidesProgress(t),a&&!r&&e.emit("reachBeginning toEdge"),n&&!l&&e.emit("reachEnd toEdge"),(r&&!a||l&&!n)&&e.emit("fromEdge"),e.emit("progress",o)}function ft(){const t=this,{slides:e,params:s,$wrapperEl:i,activeIndex:o,realIndex:a}=t,n=t.virtual&&s.virtual.enabled;let r;e.removeClass(`${s.slideActiveClass} ${s.slideNextClass} ${s.slidePrevClass} ${s.slideDuplicateActiveClass} ${s.slideDuplicateNextClass} ${s.slideDuplicatePrevClass}`),r=n?t.$wrapperEl.find(`.${s.slideClass}[data-swiper-slide-index="${o}"]`):e.eq(o),r.addClass(s.slideActiveClass),s.loop&&(r.hasClass(s.slideDuplicateClass)?i.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${a}"]`).addClass(s.slideDuplicateActiveClass):i.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${a}"]`).addClass(s.slideDuplicateActiveClass));let l=r.nextAll(`.${s.slideClass}`).eq(0).addClass(s.slideNextClass);s.loop&&0===l.length&&(l=e.eq(0),l.addClass(s.slideNextClass));let h=r.prevAll(`.${s.slideClass}`).eq(0).addClass(s.slidePrevClass);s.loop&&0===h.length&&(h=e.eq(-1),h.addClass(s.slidePrevClass)),s.loop&&(l.hasClass(s.slideDuplicateClass)?i.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${l.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicateNextClass):i.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${l.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicateNextClass),h.hasClass(s.slideDuplicateClass)?i.children(`.${s.slideClass}:not(.${s.slideDuplicateClass})[data-swiper-slide-index="${h.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicatePrevClass):i.children(`.${s.slideClass}.${s.slideDuplicateClass}[data-swiper-slide-index="${h.attr("data-swiper-slide-index")}"]`).addClass(s.slideDuplicatePrevClass)),t.emitSlidesClasses()}function xt(t){const e=this,s=e.rtlTranslate?e.translate:-e.translate,{slidesGrid:i,snapGrid:o,params:a,activeIndex:n,realIndex:r,snapIndex:l}=e;let h,d=t;if(void 0===d){for(let t=0;t=i[t]&&s=i[t]&&s=i[t]&&(d=t);a.normalizeSlideIndex&&(d<0||void 0===d)&&(d=0)}if(o.indexOf(s)>=0)h=o.indexOf(s);else{const t=Math.min(a.slidesPerGroupSkip,d);h=t+Math.floor((d-t)/a.slidesPerGroup)}if(h>=o.length&&(h=o.length-1),d===n)return void(h!==l&&(e.snapIndex=h,e.emit("snapIndexChange")));const p=parseInt(e.slides.eq(d).attr("data-swiper-slide-index")||d,10);Object.assign(e,{snapIndex:h,realIndex:p,previousIndex:n,activeIndex:d}),e.emit("activeIndexChange"),e.emit("snapIndexChange"),r!==p&&e.emit("realIndexChange"),(e.initialized||e.params.runCallbacksOnInit)&&e.emit("slideChange")}function yt(t){const e=this,s=e.params,i=h(t).closest(`.${s.slideClass}`)[0];let o,a=!1;if(i)for(let t=0;tl?l:i&&tn?"next":a=l.length&&(f=l.length-1),(p||r.initialSlide||0)===(d||0)&&s&&a.emit("beforeSlideChangeStart");const x=-l[f];if(a.updateProgress(x),r.normalizeSlideIndex)for(let t=0;t=s&&e=s&&e=s&&(n=t)}if(a.initialized&&n!==p){if(!a.allowSlideNext&&xa.translate&&x>a.maxTranslate()&&(p||0)!==n)return!1}let y;if(y=n>p?"next":n{a.wrapperEl.style.scrollSnapType="",a._swiperImmediateVirtual=!1})}else{if(!a.support.smoothScroll)return et({swiper:a,targetPosition:s,side:t?"left":"top"}),!0;u.scrollTo({[t?"left":"top"]:s,behavior:"smooth"})}return!0}return a.setTransition(e),a.setTranslate(x),a.updateActiveIndex(n),a.updateSlidesClasses(),a.emit("beforeTransitionStart",e,i),a.transitionStart(s,y),0===e?a.transitionEnd(s,y):a.animating||(a.animating=!0,a.onSlideToWrapperTransitionEnd||(a.onSlideToWrapperTransitionEnd=function(t){a&&!a.destroyed&&t.target===this&&(a.$wrapperEl[0].removeEventListener("transitionend",a.onSlideToWrapperTransitionEnd),a.$wrapperEl[0].removeEventListener("webkitTransitionEnd",a.onSlideToWrapperTransitionEnd),a.onSlideToWrapperTransitionEnd=null,delete a.onSlideToWrapperTransitionEnd,a.transitionEnd(s,y))}),a.$wrapperEl[0].addEventListener("transitionend",a.onSlideToWrapperTransitionEnd),a.$wrapperEl[0].addEventListener("webkitTransitionEnd",a.onSlideToWrapperTransitionEnd)),!0}function kt(t,e,s,i){void 0===t&&(t=0),void 0===e&&(e=this.params.speed),void 0===s&&(s=!0);const o=this;let a=t;return o.params.loop&&(a+=o.loopedSlides),o.slideTo(a,e,s,i)}function Mt(t,e,s){void 0===t&&(t=this.params.speed),void 0===e&&(e=!0);const i=this,{animating:o,enabled:a,params:n}=i;if(!a)return i;let r=n.slidesPerGroup;"auto"===n.slidesPerView&&1===n.slidesPerGroup&&n.slidesPerGroupAuto&&(r=Math.max(i.slidesPerViewDynamic("current",!0),1));const l=i.activeIndexi(t));let m=r[u.indexOf(c)-1];if(void 0===m&&a.cssMode){let t;r.forEach((e,s)=>{c>=e&&(t=s)}),void 0!==t&&(m=r[t>0?t-1:t])}let g=0;if(void 0!==m&&(g=l.indexOf(m),g<0&&(g=o.activeIndex-1),"auto"===a.slidesPerView&&1===a.slidesPerGroup&&a.slidesPerGroupAuto&&(g=g-o.slidesPerViewDynamic("previous",!0)+1,g=Math.max(g,0))),a.rewind&&o.isBeginning){const i=o.params.virtual&&o.params.virtual.enabled&&o.virtual?o.virtual.slides.length-1:o.slides.length-1;return o.slideTo(i,t,e,s)}return o.slideTo(g,t,e,s)}function Pt(t,e,s){void 0===t&&(t=this.params.speed),void 0===e&&(e=!0);const i=this;return i.slideTo(i.activeIndex,t,e,s)}function $t(t,e,s,i){void 0===t&&(t=this.params.speed),void 0===e&&(e=!0),void 0===i&&(i=.5);const o=this;let a=o.activeIndex;const n=Math.min(o.params.slidesPerGroupSkip,a),r=n+Math.floor((a-n)/o.params.slidesPerGroup),l=o.rtlTranslate?o.translate:-o.translate;if(l>=o.snapGrid[r]){const t=o.snapGrid[r],e=o.snapGrid[r+1];l-t>(e-t)*i&&(a+=o.params.slidesPerGroup)}else{const t=o.snapGrid[r-1],e=o.snapGrid[r];l-t<=(e-t)*i&&(a-=o.params.slidesPerGroup)}return a=Math.max(a,0),a=Math.min(a,o.slidesGrid.length-1),o.slideTo(a,t,e,s)}function Ot(){const t=this,{params:e,$wrapperEl:s}=t,i="auto"===e.slidesPerView?t.slidesPerViewDynamic():e.slidesPerView;let o,a=t.clickedIndex;if(e.loop){if(t.animating)return;o=parseInt(h(t.clickedSlide).attr("data-swiper-slide-index"),10),e.centeredSlides?at.slides.length-t.loopedSlides+i/2?(t.loopFix(),a=s.children(`.${e.slideClass}[data-swiper-slide-index="${o}"]:not(.${e.slideDuplicateClass})`).eq(0).index(),X(()=>{t.slideTo(a)})):t.slideTo(a):a>t.slides.length-i?(t.loopFix(),a=s.children(`.${e.slideClass}[data-swiper-slide-index="${o}"]:not(.${e.slideDuplicateClass})`).eq(0).index(),X(()=>{t.slideTo(a)})):t.slideTo(a)}else t.slideTo(a)}function Nt(){const t=this,e=s(),{params:i,$wrapperEl:o}=t,a=o.children().length>0?h(o.children()[0].parentNode):o;a.children(`.${i.slideClass}.${i.slideDuplicateClass}`).remove();let n=a.children(`.${i.slideClass}`);if(i.loopFillGroupWithBlank){const t=i.slidesPerGroup-n.length%i.slidesPerGroup;if(t!==i.slidesPerGroup){for(let s=0;sn.length&&(t.loopedSlides=n.length);const r=[],l=[];n.each((e,s)=>{const i=h(e);s=n.length-t.loopedSlides&&r.push(e),i.attr("data-swiper-slide-index",s)});for(let t=0;t=0;t-=1)a.prepend(h(r[t].cloneNode(!0)).addClass(i.slideDuplicateClass))}function zt(){const t=this;t.emit("beforeLoopFix");const{activeIndex:e,slides:s,loopedSlides:i,allowSlidePrev:o,allowSlideNext:a,snapGrid:n,rtlTranslate:r}=t;let l;t.allowSlidePrev=!0,t.allowSlideNext=!0;const h=-n[e],d=h-t.getTranslate();if(e=s.length-i){l=-s.length+e+i,l+=i;const o=t.slideTo(l,0,!1,!0);o&&0!==d&&t.setTranslate((r?-t.translate:t.translate)-d)}t.allowSlidePrev=o,t.allowSlideNext=a,t.emit("loopFix")}function Ht(){const t=this,{$wrapperEl:e,params:s,slides:i}=t;e.children(`.${s.slideClass}.${s.slideDuplicateClass},.${s.slideClass}.${s.slideBlankClass}`).remove(),i.removeAttr("data-swiper-slide-index")}function qt(t){const e=this;if(e.support.touch||!e.params.simulateTouch||e.params.watchOverflow&&e.isLocked||e.params.cssMode)return;const s="container"===e.params.touchEventsTarget?e.el:e.wrapperEl;s.style.cursor="move",s.style.cursor=t?"grabbing":"grab"}function Rt(){const t=this;t.support.touch||t.params.watchOverflow&&t.isLocked||t.params.cssMode||(t["container"===t.params.touchEventsTarget?"el":"wrapperEl"].style.cursor="")}function Bt(t,e){function o(e){if(!e||e===s()||e===i())return null;e.assignedSlot&&(e=e.assignedSlot);const a=e.closest(t);return a||o(e.getRootNode().host)}return void 0===e&&(e=this),o(e)}function Vt(t){const e=this,o=s(),a=i(),n=e.touchEventsData,{params:r,touches:l,enabled:d}=e;if(!d)return;if(e.animating&&r.preventInteractionOnTransition)return;!e.animating&&r.cssMode&&r.loop&&e.loopFix();let p=t;p.originalEvent&&(p=p.originalEvent);let c=h(p.target);if("wrapper"===r.touchEventsTarget&&!c.closest(e.wrapperEl).length)return;if(n.isTouchEvent="touchstart"===p.type,!n.isTouchEvent&&"which"in p&&3===p.which)return;if(!n.isTouchEvent&&"button"in p&&p.button>0)return;if(n.isTouched&&n.isMoved)return;const u=!!r.noSwipingClass&&""!==r.noSwipingClass;u&&p.target&&p.target.shadowRoot&&t.path&&t.path[0]&&(c=h(t.path[0]));const m=r.noSwipingSelector?r.noSwipingSelector:`.${r.noSwipingClass}`,g=!(!p.target||!p.target.shadowRoot);if(r.noSwiping&&(g?Bt(m,p.target):c.closest(m)[0]))return void(e.allowClick=!0);if(r.swipeHandler&&!c.closest(r.swipeHandler)[0])return;l.currentX="touchstart"===p.type?p.targetTouches[0].pageX:p.pageX,l.currentY="touchstart"===p.type?p.targetTouches[0].pageY:p.pageY;const f=l.currentX,x=l.currentY,y=r.edgeSwipeDetection||r.iOSEdgeSwipeDetection,b=r.edgeSwipeThreshold||r.iOSEdgeSwipeThreshold;if(y&&(f<=b||f>=a.innerWidth-b)){if("prevent"!==y)return;axPreventDefault(t)}if(Object.assign(n,{isTouched:!0,isMoved:!1,allowTouchCallbacks:!0,isScrolling:void 0,startMoving:void 0}),l.startX=f,l.startY=x,n.touchStartTime=G(),e.allowClick=!0,e.updateSize(),e.swipeDirection=void 0,r.threshold>0&&(n.allowThresholdMove=!1),"touchstart"!==p.type){let t=!0;c.is(n.focusableElements)&&(t=!1,"SELECT"===c[0].nodeName&&(n.isTouched=!1)),o.activeElement&&h(o.activeElement).is(n.focusableElements)&&o.activeElement!==c[0]&&o.activeElement.blur();const s=t&&e.allowTouchMove&&r.touchStartPreventDefault;!r.touchStartForcePreventDefault&&!s||c[0].isContentEditable||axPreventDefault(p)}e.params.freeMode&&e.params.freeMode.enabled&&e.freeMode&&e.animating&&!r.cssMode&&e.freeMode.onTouchStart(),e.emit("touchStart",p)}function Ft(t){const e=s(),i=this,o=i.touchEventsData,{params:a,touches:n,rtlTranslate:r,enabled:l}=i;if(!l)return;let d=t;if(d.originalEvent&&(d=d.originalEvent),!o.isTouched)return void(o.startMoving&&o.isScrolling&&i.emit("touchMoveOpposite",d));if(o.isTouchEvent&&"touchmove"!==d.type)return;const p="touchmove"===d.type&&d.targetTouches&&(d.targetTouches[0]||d.changedTouches[0]),c="touchmove"===d.type?p.pageX:d.pageX,u="touchmove"===d.type?p.pageY:d.pageY;if(d.preventedByNestedSwiper)return n.startX=c,void(n.startY=u);if(!i.allowTouchMove)return h(d.target).is(o.focusableElements)||(i.allowClick=!1),void(o.isTouched&&(Object.assign(n,{startX:c,startY:u,currentX:c,currentY:u}),o.touchStartTime=G()));if(o.isTouchEvent&&a.touchReleaseOnEdges&&!a.loop)if(i.isVertical()){if(un.startY&&i.translate>=i.minTranslate())return o.isTouched=!1,void(o.isMoved=!1)}else if(cn.startX&&i.translate>=i.minTranslate())return;if(o.isTouchEvent&&e.activeElement&&d.target===e.activeElement&&h(d.target).is(o.focusableElements))return o.isMoved=!0,void(i.allowClick=!1);if(o.allowTouchCallbacks&&i.emit("touchMove",d),d.targetTouches&&d.targetTouches.length>1)return;n.currentX=c,n.currentY=u;const m=n.currentX-n.startX,g=n.currentY-n.startY;if(i.params.threshold&&Math.sqrt(m**2+g**2)=25&&(t=180*Math.atan2(Math.abs(g),Math.abs(m))/Math.PI,o.isScrolling=i.isHorizontal()?t>a.touchAngle:90-t>a.touchAngle)}if(o.isScrolling&&i.emit("touchMoveOpposite",d),void 0===o.startMoving&&(n.currentX===n.startX&&n.currentY===n.startY||(o.startMoving=!0)),o.isScrolling)return void(o.isTouched=!1);if(!o.startMoving)return;i.allowClick=!1,!a.cssMode&&d.cancelable&&axPreventDefault(d),a.touchMoveStopPropagation&&!a.nested&&d.stopPropagation(),o.isMoved||(a.loop&&!a.cssMode&&i.loopFix(),o.startTranslate=i.getTranslate(),i.setTransition(0),i.animating&&i.$wrapperEl.trigger("webkitTransitionEnd transitionend"),o.allowMomentumBounce=!1,!a.grabCursor||!0!==i.allowSlideNext&&!0!==i.allowSlidePrev||i.setGrabCursor(!0),i.emit("sliderFirstMove",d)),i.emit("sliderMove",d),o.isMoved=!0;let f=i.isHorizontal()?m:g;n.diff=f,f*=a.touchRatio,r&&(f=-f),i.swipeDirection=f>0?"prev":"next",o.currentTranslate=f+o.startTranslate;let x=!0,y=a.resistanceRatio;if(a.touchReleaseOnEdges&&(y=0),f>0&&o.currentTranslate>i.minTranslate()?(x=!1,a.resistance&&(o.currentTranslate=i.minTranslate()-1+(-i.minTranslate()+o.startTranslate+f)**y)):f<0&&o.currentTranslateo.startTranslate&&(o.currentTranslate=o.startTranslate),i.allowSlidePrev||i.allowSlideNext||(o.currentTranslate=o.startTranslate),a.threshold>0){if(!(Math.abs(f)>a.threshold||o.allowThresholdMove))return void(o.currentTranslate=o.startTranslate);if(!o.allowThresholdMove)return o.allowThresholdMove=!0,n.startX=n.currentX,n.startY=n.currentY,o.currentTranslate=o.startTranslate,void(n.diff=i.isHorizontal()?n.currentX-n.startX:n.currentY-n.startY)}a.followFinger&&!a.cssMode&&((a.freeMode&&a.freeMode.enabled&&i.freeMode||a.watchSlidesProgress)&&(i.updateActiveIndex(),i.updateSlidesClasses()),i.params.freeMode&&a.freeMode.enabled&&i.freeMode&&i.freeMode.onTouchMove(),i.updateProgress(o.currentTranslate),i.setTranslate(o.currentTranslate))}function jt(t){const e=this,s=e.touchEventsData,{params:i,touches:o,rtlTranslate:a,slidesGrid:n,enabled:r}=e;if(!r)return;let l=t;if(l.originalEvent&&(l=l.originalEvent),s.allowTouchCallbacks&&e.emit("touchEnd",l),s.allowTouchCallbacks=!1,!s.isTouched)return s.isMoved&&i.grabCursor&&e.setGrabCursor(!1),s.isMoved=!1,void(s.startMoving=!1);i.grabCursor&&s.isMoved&&s.isTouched&&(!0===e.allowSlideNext||!0===e.allowSlidePrev)&&e.setGrabCursor(!1);const h=G(),d=h-s.touchStartTime;if(e.allowClick){const t=l.path||l.composedPath&&l.composedPath();e.updateClickedSlide(t&&t[0]||l.target),e.emit("tap click",l),d<300&&h-s.lastClickTime<300&&e.emit("doubleTap doubleClick",l)}if(s.lastClickTime=G(),X(()=>{e.destroyed||(e.allowClick=!0)}),!s.isTouched||!s.isMoved||!e.swipeDirection||0===o.diff||s.currentTranslate===s.startTranslate)return s.isTouched=!1,s.isMoved=!1,void(s.startMoving=!1);let p;if(s.isTouched=!1,s.isMoved=!1,s.startMoving=!1,p=i.followFinger?a?e.translate:-e.translate:-s.currentTranslate,i.cssMode)return;if(e.params.freeMode&&i.freeMode.enabled)return void e.freeMode.onTouchEnd({currentPos:p});let c=0,u=e.slidesSizesGrid[0];for(let t=0;t=n[t]&&p=n[t]&&(c=t,u=n[n.length-1]-n[n.length-2])}let m=null,g=null;i.rewind&&(e.isBeginning?g=e.params.virtual&&e.params.virtual.enabled&&e.virtual?e.virtual.slides.length-1:e.slides.length-1:e.isEnd&&(m=0));const f=(p-n[c])/u,x=ci.longSwipesMs){if(!i.longSwipes)return void e.slideTo(e.activeIndex);"next"===e.swipeDirection&&(f>=i.longSwipesRatio?e.slideTo(i.rewind&&e.isEnd?m:c+x):e.slideTo(c)),"prev"===e.swipeDirection&&(f>1-i.longSwipesRatio?e.slideTo(c+x):null!==g&&f<0&&Math.abs(f)>i.longSwipesRatio?e.slideTo(g):e.slideTo(c))}else{if(!i.shortSwipes)return void e.slideTo(e.activeIndex);const t=e.navigation&&(l.target===e.navigation.nextEl||l.target===e.navigation.prevEl);t?l.target===e.navigation.nextEl?e.slideTo(c+x):e.slideTo(c):("next"===e.swipeDirection&&e.slideTo(null!==m?m:c+x),"prev"===e.swipeDirection&&e.slideTo(null!==g?g:c))}}function Yt(){const t=this,{params:e,el:s}=t;if(s&&0===s.offsetWidth)return;e.breakpoints&&t.setBreakpoint();const{allowSlideNext:i,allowSlidePrev:o,snapGrid:a}=t;t.allowSlideNext=!0,t.allowSlidePrev=!0,t.updateSize(),t.updateSlides(),t.updateSlidesClasses(),("auto"===e.slidesPerView||e.slidesPerView>1)&&t.isEnd&&!t.isBeginning&&!t.params.centeredSlides?t.slideTo(t.slides.length-1,0,!1,!0):t.slideTo(t.activeIndex,0,!1,!0),t.autoplay&&t.autoplay.running&&t.autoplay.paused&&t.autoplay.run(),t.allowSlidePrev=o,t.allowSlideNext=i,t.params.watchOverflow&&a!==t.snapGrid&&t.checkOverflow()}function Ut(t){const e=this;e.enabled&&(e.allowClick||(e.params.preventClicks&&axPreventDefault(t),e.params.preventClicksPropagation&&e.animating&&(t.stopPropagation(),t.stopImmediatePropagation())))}function Wt(){const t=this,{wrapperEl:e,rtlTranslate:s,enabled:i}=t;if(!i)return;let o;t.previousTranslate=t.translate,t.isHorizontal()?t.translate=-e.scrollLeft:t.translate=-e.scrollTop,0===t.translate&&(t.translate=0),t.updateActiveIndex(),t.updateSlidesClasses();const a=t.maxTranslate()-t.minTranslate();o=0===a?0:(t.translate-t.minTranslate())/a,o!==t.progress&&t.updateProgress(s?-t.translate:t.translate),t.emit("setTranslate",t.translate,!1)}function Xt(){}function Gt(){const t=this,e=s(),{params:i,support:o}=t;t.onTouchStart=Vt.bind(t),t.onTouchMove=Ft.bind(t),t.onTouchEnd=jt.bind(t),i.cssMode&&(t.onScroll=Wt.bind(t)),t.onClick=Ut.bind(t),o.touch&&!ts&&(e.addEventListener("touchstart",Xt),ts=!0),es(t,"on")}function _t(){const t=this;es(t,"off")}function Jt(){const t=this,{activeIndex:e,initialized:s,loopedSlides:i=0,params:o,$el:a}=t,n=o.breakpoints;if(!n||n&&0===Object.keys(n).length)return;const r=t.getBreakpoint(n,t.params.breakpointsBase,t.el);if(!r||t.currentBreakpoint===r)return;const l=r in n?n[r]:void 0,h=l||t.originalParams,d=is(t,o),p=is(t,h),c=o.enabled;d&&!p?(a.removeClass(`${o.containerModifierClass}grids ${o.containerModifierClass}grid-column`),t.emitContainerClasses()):!d&&p&&(a.addClass(`${o.containerModifierClass}grids`),(h.grid.fill&&"column"===h.grid.fill||!h.grid.fill&&"column"===o.grid.fill)&&a.addClass(`${o.containerModifierClass}grid-column`),t.emitContainerClasses());const u=h.direction&&h.direction!==o.direction,m=o.loop&&(h.slidesPerView!==o.slidesPerView||u);u&&s&&t.changeDirection(),Q(t.params,h);const g=t.params.enabled;Object.assign(t,{ allowTouchMove:t.params.allowTouchMove,allowSlideNext:t.params.allowSlideNext,allowSlidePrev:t.params.allowSlidePrev}),c&&!g?t.disable():!c&&g&&t.enable(),t.currentBreakpoint=r,t.emit("_beforeBreakpoint",h),m&&s&&(t.loopDestroy(),t.loopCreate(),t.updateSlides(),t.slideTo(e-i+t.loopedSlides,0,!1)),t.emit("breakpoint",h)}function Zt(t,e,s){if(void 0===e&&(e="window"),!t||"container"===e&&!s)return;let o=!1;const a=i(),n="window"===e?a.innerHeight:s.clientHeight,r=Object.keys(t).map(t=>{if("string"==typeof t&&0===t.indexOf("@")){const e=parseFloat(t.substr(1)),s=n*e;return{value:s,point:t}}return{value:t,point:t}});r.sort((t,e)=>parseInt(t.value,10)-parseInt(e.value,10));for(let t=0;t{"object"==typeof t?Object.keys(t).forEach(i=>{t[i]&&s.push(e+i)}):"string"==typeof t&&s.push(e+t)}),s}function Qt(){const t=this,{classNames:e,params:s,rtl:i,$el:o,device:a,support:n}=t,r=Kt(["initialized",s.direction,{"pointer-events":!n.touch},{"free-mode":t.params.freeMode&&s.freeMode.enabled},{autoheight:s.autoHeight},{rtl:i},{grids:s.grid&&s.grid.rows>1},{"grid-column":s.grid&&s.grid.rows>1&&"column"===s.grid.fill},{android:a.android},{ios:a.ios},{"css-mode":s.cssMode},{centered:s.cssMode&&s.centeredSlides},{"watch-progress":s.watchSlidesProgress}],s.containerModifierClass);e.push(...r),o.addClass([...e].join(" ")),t.emitContainerClasses()}function te(){const t=this,{$el:e,classNames:s}=t;e.removeClass(s.join(" ")),t.emitContainerClasses()}function ee(t,e,s,o,a,n){function r(){n&&n()}const l=i();let d;const p=h(t).parent("picture")[0];p||t.complete&&a?r():e?(d=new l.Image,d.onload=r,d.onerror=r,o&&(d.sizes=o),s&&(d.srcset=s),e&&(d.src=e)):r()}function se(){function t(){null!=e&&e&&!e.destroyed&&(void 0!==e.imagesLoaded&&(e.imagesLoaded+=1),e.imagesLoaded===e.imagesToLoad.length&&(e.params.updateOnImagesReady&&e.update(),e.emit("imagesReady")))}const e=this;e.imagesToLoad=e.$el.find("img");for(let s=0;ss}else t.isLocked=1===t.snapGrid.length;!0===s.allowSlideNext&&(t.allowSlideNext=!t.isLocked),!0===s.allowSlidePrev&&(t.allowSlidePrev=!t.isLocked),e&&e!==t.isLocked&&(t.isEnd=!1),e!==t.isLocked&&t.emit(t.isLocked?"lock":"unlock")}function oe(t,e){return function(s){void 0===s&&(s={});const i=Object.keys(s)[0],o=s[i];"object"==typeof o&&null!==o?(["navigation","pagination","scrollbar"].indexOf(i)>=0&&!0===t[i]&&(t[i]={auto:!0}),i in t&&"enabled"in o?(!0===t[i]&&(t[i]={enabled:!0}),"object"!=typeof t[i]||"enabled"in t[i]||(t[i].enabled=!0),t[i]||(t[i]={enabled:!1}),Q(e,s)):Q(e,s)):Q(e,s)}}function ae(t){function e(t,e){const s=l.params.virtual;if(s.cache&&l.virtual.cache[e])return l.virtual.cache[e];const i=s.renderSlide?h(s.renderSlide.call(l,t,e)):h(`
${t}
`);return i.attr("data-swiper-slide-index")||i.attr("data-swiper-slide-index",e),s.cache&&(l.virtual.cache[e]=i),i}function s(t){function s(){l.updateSlides(),l.updateProgress(),l.updateSlidesClasses(),l.lazy&&l.params.lazy.enabled&&l.lazy.load(),c("virtualUpdate")}const{slidesPerView:i,slidesPerGroup:o,centeredSlides:a}=l.params,{addSlidesBefore:n,addSlidesAfter:r}=l.params.virtual,{from:h,to:d,slides:p,slidesGrid:u,offset:m}=l.virtual;l.params.cssMode||l.updateActiveIndex();const g=l.activeIndex||0;let f,x,y;f=l.rtlTranslate?"right":l.isHorizontal()?"left":"top",a?(x=Math.floor(i/2)+o+r,y=Math.floor(i/2)+o+n):(x=i+(o-1)+r,y=o+n);const b=Math.max((g||0)-y,0),v=Math.min((g||0)+x,p.length-1),D=(l.slidesGrid[b]||0)-(l.slidesGrid[0]||0);if(Object.assign(l.virtual,{from:b,to:v,offset:D,slidesGrid:l.slidesGrid}),h===b&&d===v&&!t)return l.slidesGrid!==u&&D!==m&&l.slides.css(f,`${D}px`),l.updateProgress(),void c("virtualUpdate");if(l.params.virtual.renderExternal)return l.params.virtual.renderExternal.call(l,{offset:D,from:b,to:v,slides:function(){const t=[];for(let e=b;e<=v;e+=1)t.push(p[e]);return t}()}),void(l.params.virtual.renderExternalUpdate?s():c("virtualUpdate"));const w=[],T=[];if(t)l.$wrapperEl.find(`.${l.params.slideClass}`).remove();else for(let t=h;t<=d;t+=1)(tv)&&l.$wrapperEl.find(`.${l.params.slideClass}[data-swiper-slide-index="${t}"]`).remove();for(let e=0;e=b&&e<=v&&(void 0===d||t?T.push(e):(e>d&&T.push(e),e{l.$wrapperEl.append(e(p[t],t))}),w.sort((t,e)=>e-t).forEach(t=>{l.$wrapperEl.prepend(e(p[t],t))}),l.$wrapperEl.children(".swiper-slide").css(f,`${D}px`),s()}function i(t){if("object"==typeof t&&"length"in t)for(let e=0;e{const i=t[s],a=i.attr("data-swiper-slide-index");a&&i.attr("data-swiper-slide-index",parseInt(a,10)+o),e[parseInt(s,10)+o]=i}),l.virtual.cache=e}s(!0),l.slideTo(i,0)}function a(t){if(null==t)return;let e=l.activeIndex;if(Array.isArray(t))for(let s=t.length-1;s>=0;s-=1)l.virtual.slides.splice(t[s],1),l.params.virtual.cache&&delete l.virtual.cache[t[s]],t[s]{l.params.virtual.enabled&&(l.virtual.slides=l.params.virtual.slides,l.classNames.push(`${l.params.containerModifierClass}virtual`),l.params.watchSlidesProgress=!0,l.originalParams.watchSlidesProgress=!0,l.params.initialSlide||s())}),p("setTranslate",()=>{l.params.virtual.enabled&&(l.params.cssMode&&!l._immediateVirtual?(clearTimeout(r),r=setTimeout(()=>{s()},100)):s())}),p("init update resize",()=>{l.params.virtual.enabled&&l.params.cssMode&&tt(l.wrapperEl,"--swiper-virtual-size",`${l.virtualSize}px`)}),Object.assign(l.virtual,{appendSlide:i,prependSlide:o,removeSlide:a,removeAllSlides:n,update:s})}function ne(t){function e(t){if(!n.enabled)return;const{rtlTranslate:e}=n;let s=t;s.originalEvent&&(s=s.originalEvent);const i=s.keyCode||s.charCode,o=n.params.keyboard.pageUpDown,a=o&&33===i,r=o&&34===i,l=37===i,h=39===i,u=38===i,m=40===i;if(!n.allowSlideNext&&(n.isHorizontal()&&h||n.isVertical()&&m||r))return!1;if(!n.allowSlidePrev&&(n.isHorizontal()&&l||n.isVertical()&&u||a))return!1;if(!(s.shiftKey||s.altKey||s.ctrlKey||s.metaKey||p.activeElement&&p.activeElement.nodeName&&("input"===p.activeElement.nodeName.toLowerCase()||"textarea"===p.activeElement.nodeName.toLowerCase()))){if(n.params.keyboard.onlyInViewport&&(a||r||l||h||u||m)){let t=!1;if(n.$el.parents(`.${n.params.slideClass}`).length>0&&0===n.$el.parents(`.${n.params.slideActiveClass}`).length)return;const s=n.$el,i=s[0].clientWidth,o=s[0].clientHeight,a=c.innerWidth,r=c.innerHeight,l=n.$el.offset();e&&(l.left-=n.$el[0].scrollLeft);const h=[[l.left,l.top],[l.left+i,l.top],[l.left,l.top+o],[l.left+i,l.top+o]];for(let e=0;e=0&&s[0]<=a&&s[1]>=0&&s[1]<=r){if(0===s[0]&&0===s[1])continue;t=!0}}if(!t)return}n.isHorizontal()?((a||r||l||h)&&axPreventDefault(s),((r||h)&&!e||(a||l)&&e)&&n.slideNext(),((a||l)&&!e||(r||h)&&e)&&n.slidePrev()):((a||r||u||m)&&axPreventDefault(s),(r||m)&&n.slideNext(),(a||u)&&n.slidePrev()),d("keyPress",i)}}function o(){n.keyboard.enabled||(h(p).on("keydown",e),n.keyboard.enabled=!0)}function a(){n.keyboard.enabled&&(h(p).off("keydown",e),n.keyboard.enabled=!1)}let{swiper:n,extendParams:r,on:l,emit:d}=t;const p=s(),c=i();n.keyboard={enabled:!1},r({keyboard:{enabled:!1,onlyInViewport:!0,pageUpDown:!0}}),l("init",()=>{n.params.keyboard.enabled&&o()}),l("destroy",()=>{n.keyboard.enabled&&a()}),Object.assign(n.keyboard,{enable:o,disable:a})}function re(t){function e(t){const e=10,s=40,i=800;let o=0,a=0,n=0,r=0;return"detail"in t&&(a=t.detail),"wheelDelta"in t&&(a=-t.wheelDelta/120),"wheelDeltaY"in t&&(a=-t.wheelDeltaY/120),"wheelDeltaX"in t&&(o=-t.wheelDeltaX/120),"axis"in t&&t.axis===t.HORIZONTAL_AXIS&&(o=a,a=0),n=o*e,r=a*e,"deltaY"in t&&(r=t.deltaY),"deltaX"in t&&(n=t.deltaX),t.shiftKey&&!n&&(n=r,r=0),(n||r)&&t.deltaMode&&(1===t.deltaMode?(n*=s,r*=s):(n*=i,r*=i)),n&&!o&&(o=n<1?-1:1),r&&!a&&(a=r<1?-1:1),{spinX:o,spinY:a,pixelX:n,pixelY:r}}function s(){c.enabled&&(c.mouseEntered=!0)}function o(){c.enabled&&(c.mouseEntered=!1)}function a(t){return!(c.params.mousewheel.thresholdDelta&&t.delta=6&&G()-b<60||(t.direction<0?c.isEnd&&!c.params.loop||c.animating||(c.slideNext(),g("scroll",t.raw)):c.isBeginning&&!c.params.loop||c.animating||(c.slidePrev(),g("scroll",t.raw)),b=(new f.Date).getTime(),!1)))}function n(t){const e=c.params.mousewheel;if(t.direction<0){if(c.isEnd&&!c.params.loop&&e.releaseOnEdges)return!0}else if(c.isBeginning&&!c.params.loop&&e.releaseOnEdges)return!0;return!1}function r(t){let s=t,i=!0;if(!c.enabled)return;const o=c.params.mousewheel;c.params.cssMode&&axPreventDefault(s);let r=c.$el;if("container"!==c.params.mousewheel.eventsTarget&&(r=h(c.params.mousewheel.eventsTarget)),!c.mouseEntered&&!r[0].contains(s.target)&&!o.releaseOnEdges)return!0;s.originalEvent&&(s=s.originalEvent);let l=0;const d=c.rtlTranslate?-1:1,p=e(s);if(o.forceToAxis)if(c.isHorizontal()){if(!(Math.abs(p.pixelX)>Math.abs(p.pixelY)))return!0;l=-p.pixelX*d}else{if(!(Math.abs(p.pixelY)>Math.abs(p.pixelX)))return!0;l=-p.pixelY}else l=Math.abs(p.pixelX)>Math.abs(p.pixelY)?-p.pixelX*d:-p.pixelY;if(0===l)return!0;o.invert&&(l=-l);let u=c.getTranslate()+l*o.sensitivity;if(u>=c.minTranslate()&&(u=c.minTranslate()),u<=c.maxTranslate()&&(u=c.maxTranslate()),i=!!c.params.loop||!(u===c.minTranslate()||u===c.maxTranslate()),i&&c.params.nested&&s.stopPropagation(),c.params.freeMode&&c.params.freeMode.enabled){const t={time:G(),delta:Math.abs(l),direction:Math.sign(l)},e=y&&t.time=c.minTranslate()&&(i=c.minTranslate()),i<=c.maxTranslate()&&(i=c.maxTranslate()),c.setTransition(0),c.setTranslate(i),c.updateProgress(),c.updateActiveIndex(),c.updateSlidesClasses(),(!a&&c.isBeginning||!n&&c.isEnd)&&c.updateSlidesClasses(),c.params.freeMode.sticky){clearTimeout(x),x=void 0,v.length>=15&&v.shift();const e=v.length?v[v.length-1]:void 0,s=v[0];if(v.push(t),e&&(t.delta>e.delta||t.direction!==e.direction))v.splice(0);else if(v.length>=15&&t.time-s.time<500&&s.delta-t.delta>=1&&t.delta<=6){const e=l>0?.8:.2;y=t,v.splice(0),x=X(()=>{c.slideToClosest(c.params.speed,!0,void 0,e)},0)}x||(x=X(()=>{const e=.5;y=t,v.splice(0),c.slideToClosest(c.params.speed,!0,void 0,e)},500))}if(e||g("scroll",s),c.params.autoplay&&c.params.autoplayDisableOnInteraction&&c.autoplay.stop(),i===c.minTranslate()||i===c.maxTranslate())return!0}}else{const e={time:G(),delta:Math.abs(l),direction:Math.sign(l),raw:t};v.length>=2&&v.shift();const s=v.length?v[v.length-1]:void 0;if(v.push(e),s?(e.direction!==s.direction||e.delta>s.delta||e.time>s.time+150)&&a(e):a(e),n(e))return!0}return axPreventDefault(s),!1}function l(t){let e=c.$el;"container"!==c.params.mousewheel.eventsTarget&&(e=h(c.params.mousewheel.eventsTarget)),e[t]("mouseenter",s),e[t]("mouseleave",o),e[t]("wheel",r)}function d(){return c.params.cssMode?(c.wrapperEl.removeEventListener("wheel",r),!0):!c.mousewheel.enabled&&(l("on"),c.mousewheel.enabled=!0,!0)}function p(){return c.params.cssMode?(c.wrapperEl.addEventListener(event,r),!0):!!c.mousewheel.enabled&&(l("off"),c.mousewheel.enabled=!1,!0)}let{swiper:c,extendParams:u,on:m,emit:g}=t;const f=i();let x;u({mousewheel:{enabled:!1,releaseOnEdges:!1,invert:!1,forceToAxis:!1,sensitivity:1,eventsTarget:"container",thresholdDelta:null,thresholdTime:null}}),c.mousewheel={enabled:!1};let y,b=G();const v=[];m("init",()=>{!c.params.mousewheel.enabled&&c.params.cssMode&&p(),c.params.mousewheel.enabled&&d()}),m("destroy",()=>{c.params.cssMode&&d(),c.mousewheel.enabled&&p()}),Object.assign(c.mousewheel,{enable:d,disable:p})}function le(t,e,i,o){const a=s();return t.params.createElements&&Object.keys(o).forEach(s=>{if(!i[s]&&!0===i.auto){let n=t.$el.children(`.${o[s]}`)[0];n||(n=a.createElement("div"),n.className=o[s],t.$el.append(n)),i[s]=n,e[s]=n}}),i}function he(t){function e(t){let e;return t&&(e=h(t),l.params.uniqueNavElements&&"string"==typeof t&&e.length>1&&1===l.$el.find(t).length&&(e=l.$el.find(t))),e}function s(t,e){const s=l.params.navigation;t&&t.length>0&&(t[e?"addClass":"removeClass"](s.disabledClass),t[0]&&"BUTTON"===t[0].tagName&&(t[0].disabled=e),l.params.watchOverflow&&l.enabled&&t[l.isLocked?"addClass":"removeClass"](s.lockClass))}function i(){if(l.params.loop)return;const{$nextEl:t,$prevEl:e}=l.navigation;s(e,l.isBeginning&&!l.params.rewind),s(t,l.isEnd&&!l.params.rewind)}function o(t){axPreventDefault(t),(!l.isBeginning||l.params.loop||l.params.rewind)&&l.slidePrev()}function a(t){axPreventDefault(t),(!l.isEnd||l.params.loop||l.params.rewind)&&l.slideNext()}function n(){const t=l.params.navigation;if(l.params.navigation=le(l,l.originalParams.navigation,l.params.navigation,{nextEl:"ax-next",prevEl:"ax-prev"}),!t.nextEl&&!t.prevEl)return;const s=e(t.nextEl),i=e(t.prevEl);s&&s.length>0&&s.on("click",a),i&&i.length>0&&i.on("click",o),Object.assign(l.navigation,{$nextEl:s,nextEl:s&&s[0],$prevEl:i,prevEl:i&&i[0]}),l.enabled||(s&&s.addClass(t.lockClass),i&&i.addClass(t.lockClass))}function r(){const{$nextEl:t,$prevEl:e}=l.navigation;t&&t.length&&(t.off("click",a),t.removeClass(l.params.navigation.disabledClass)),e&&e.length&&(e.off("click",o),e.removeClass(l.params.navigation.disabledClass))}let{swiper:l,extendParams:d,on:p,emit:c}=t;d({navigation:{nextEl:".ax-next",prevEl:".ax-prev",hideOnClick:!1,disabledClass:"ax-disabled",hiddenClass:"ax-hidden",lockClass:"ax-lock"}}),l.navigation={nextEl:null,$nextEl:null,prevEl:null,$prevEl:null},p("init",()=>{n(),i()}),p("toEdge fromEdge lock unlock",()=>{i()}),p("destroy",()=>{r()}),p("enable disable",()=>{const{$nextEl:t,$prevEl:e}=l.navigation;t&&t[l.enabled?"removeClass":"addClass"](l.params.navigation.lockClass),e&&e[l.enabled?"removeClass":"addClass"](l.params.navigation.lockClass)}),p("click",(t,e)=>{const{$nextEl:s,$prevEl:i}=l.navigation,o=e.target;if(l.params.navigation.hideOnClick&&!h(o).is(i)&&!h(o).is(s)){if(l.pagination&&l.params.pagination&&l.params.pagination.clickable&&(l.pagination.el===o||l.pagination.el.contains(o)))return;let t;s?t=s.hasClass(l.params.navigation.hiddenClass):i&&(t=i.hasClass(l.params.navigation.hiddenClass)),c(!0===t?"navigationShow":"navigationHide"),s&&s.toggleClass(l.params.navigation.hiddenClass),i&&i.toggleClass(l.params.navigation.hiddenClass)}}),Object.assign(l.navigation,{update:i,init:n,destroy:r})}function de(t){return void 0===t&&(t=""),`.${t.trim().replace(/([\.:!\/])/g,"\\$1").replace(/ /g,".")}`}function pe(t){function e(){return!r.params.pagination.el||!r.pagination.el||!r.pagination.$el||0===r.pagination.$el.length}function s(t,e){const{bulletActiveClass:s}=r.params.pagination;t[e]().addClass(`${s}-${e}`)[e]().addClass(`${s}-${e}-${e}`)}function i(){const t=r.rtl,i=r.params.pagination;if(e())return;const o=r.virtual&&r.params.virtual.enabled?r.virtual.slides.length:r.slides.length,a=r.pagination.$el;let n;const l=r.params.loop?Math.ceil((o-2*r.loopedSlides)/r.params.slidesPerGroup):r.snapGrid.length;if(r.params.loop?(n=Math.ceil((r.activeIndex-r.loopedSlides)/r.params.slidesPerGroup),n>o-1-2*r.loopedSlides&&(n-=o-2*r.loopedSlides),n>l-1&&(n-=l),n<0&&"bullets"!==r.params.paginationType&&(n=l+n)):n=void 0!==r.snapIndex?r.snapIndex:r.activeIndex||0,"bullets"===i.type&&r.pagination.bullets&&r.pagination.bullets.length>0){const e=r.pagination.bullets;let o,l,d;if(i.dynamicBullets&&(u=e.eq(0)[r.isHorizontal()?"outerWidth":"outerHeight"](!0),a.css(r.isHorizontal()?"width":"height",`${u*(i.dynamicMainBullets+4)}px`),i.dynamicMainBullets>1&&void 0!==r.previousIndex&&(m+=n-(r.previousIndex-r.loopedSlides||0),m>i.dynamicMainBullets-1?m=i.dynamicMainBullets-1:m<0&&(m=0)),o=Math.max(n-m,0),l=o+(Math.min(e.length,i.dynamicMainBullets)-1),d=(l+o)/2),e.removeClass(["","-next","-next-next","-prev","-prev-prev","-main"].map(t=>`${i.bulletActiveClass}${t}`).join(" ")),a.length>1)e.each(t=>{const e=h(t),a=e.index();a===n&&e.addClass(i.bulletActiveClass),i.dynamicBullets&&(a>=o&&a<=l&&e.addClass(`${i.bulletActiveClass}-main`),a===o&&s(e,"prev"),a===l&&s(e,"next"))});else{const t=e.eq(n),a=t.index();if(t.addClass(i.bulletActiveClass),i.dynamicBullets){const t=e.eq(o),n=e.eq(l);for(let t=o;t<=l;t+=1)e.eq(t).addClass(`${i.bulletActiveClass}-main`);if(r.params.loop)if(a>=e.length){for(let t=i.dynamicMainBullets;t>=0;t-=1)e.eq(e.length-t).addClass(`${i.bulletActiveClass}-main`);e.eq(e.length-i.dynamicMainBullets-1).addClass(`${i.bulletActiveClass}-prev`)}else s(t,"prev"),s(n,"next");else s(t,"prev"),s(n,"next")}}if(i.dynamicBullets){const s=Math.min(e.length,i.dynamicMainBullets+4),o=(u*s-u)/2-d*u,a=t?"right":"left";e.css(r.isHorizontal()?a:"top",`${o}px`)}}if("fraction"===i.type&&(a.find(de(i.currentClass)).text(i.formatFractionCurrent(n+1)),a.find(de(i.totalClass)).text(i.formatFractionTotal(l))),"progressbar"===i.type){let t;t=i.progressbarOpposite?r.isHorizontal()?"vertical":"horizontal":r.isHorizontal()?"horizontal":"vertical";const e=(n+1)/l;let s=1,o=1;"horizontal"===t?s=e:o=e,a.find(de(i.progressbarFillClass)).transform(`translate3d(0,0,0) scaleX(${s}) scaleY(${o})`).transition(r.params.speed)}"custom"===i.type&&i.renderCustom?(a.html(i.renderCustom(r,n+1,l)),p("paginationRender",a[0])):p("paginationUpdate",a[0]),r.params.watchOverflow&&r.enabled&&a[r.isLocked?"addClass":"removeClass"](i.lockClass)}function o(){const t=r.params.pagination;if(e())return;const s=r.virtual&&r.params.virtual.enabled?r.virtual.slides.length:r.slides.length,i=r.pagination.$el;let o="";if("bullets"===t.type){let e=r.params.loop?Math.ceil((s-2*r.loopedSlides)/r.params.slidesPerGroup):r.snapGrid.length;r.params.freeMode&&r.params.freeMode.enabled&&!r.params.loop&&e>s&&(e=s);for(let s=0;s`;i.html(o),r.pagination.bullets=i.find(de(t.bulletClass))}"fraction"===t.type&&(o=t.renderFraction?t.renderFraction.call(r,t.currentClass,t.totalClass):``+" / "+``,i.html(o)),"progressbar"===t.type&&(o=t.renderProgressbar?t.renderProgressbar.call(r,t.progressbarFillClass):``,i.html(o)),"custom"!==t.type&&p("paginationRender",r.pagination.$el[0])}function a(){r.params.pagination=le(r,r.originalParams.pagination,r.params.pagination,{el:"ax-pages"});const t=r.params.pagination;if(!t.el)return;let e=h(t.el);0!==e.length&&(r.params.uniqueNavElements&&"string"==typeof t.el&&e.length>1&&(e=r.$el.find(t.el),e.length>1&&(e=e.filter(t=>h(t).parents(".swiper")[0]===r.el))),"bullets"===t.type&&t.clickable&&e.addClass(t.clickableClass),e.addClass(t.modifierClass+t.type),e.addClass(r.isHorizontal()?t.horizontalClass:t.verticalClass),"bullets"===t.type&&t.dynamicBullets&&(e.addClass(`${t.modifierClass}${t.type}-dynamic`),m=0,t.dynamicMainBullets<1&&(t.dynamicMainBullets=1)),"progressbar"===t.type&&t.progressbarOpposite&&e.addClass(t.progressbarOppositeClass),t.clickable&&e.on("click",de(t.bulletClass),function(t){axPreventDefault(t);let e=h(this).index()*r.params.slidesPerGroup;r.params.loop&&(e+=r.loopedSlides),r.slideTo(e)}),Object.assign(r.pagination,{$el:e,el:e[0]}),r.enabled||e.addClass(t.lockClass))}function n(){const t=r.params.pagination;if(e())return;const s=r.pagination.$el;s.removeClass(t.hiddenClass),s.removeClass(t.modifierClass+t.type),s.removeClass(r.isHorizontal()?t.horizontalClass:t.verticalClass),r.pagination.bullets&&r.pagination.bullets.removeClass&&r.pagination.bullets.removeClass(t.bulletActiveClass),t.clickable&&s.off("click",de(t.bulletClass))}let{swiper:r,extendParams:l,on:d,emit:p}=t;const c="ax-pages";let u;l({pagination:{el:"."+c,bulletElement:"i",clickable:!0,hideOnClick:!1,renderBullet:null,renderProgressbar:null,renderFraction:null,renderCustom:null,progressbarOpposite:!1,type:"bullets",dynamicBullets:!1,dynamicMainBullets:1,formatFractionCurrent:t=>t,formatFractionTotal:t=>t,bulletClass:`${c}-bullet`,bulletActiveClass:`${c}-bullet-active`,modifierClass:`${c}-`,currentClass:`${c}-current`,totalClass:`${c}-total`,hiddenClass:`${c}-hidden`,progressbarFillClass:`${c}-progressbar-fill`,progressbarOppositeClass:`${c}-progressbar-opposite`,clickableClass:`${c}-clickable`,lockClass:`${c}-lock`,horizontalClass:`${c}-horizontal`,verticalClass:`${c}-vertical`}}),r.pagination={el:null,$el:null,bullets:[]};let m=0;d("init",()=>{a(),o(),i()}),d("activeIndexChange",()=>{r.params.loop?i():void 0===r.snapIndex&&i()}),d("snapIndexChange",()=>{r.params.loop||i()}),d("slidesLengthChange",()=>{r.params.loop&&(o(),i())}),d("snapGridLengthChange",()=>{r.params.loop||(o(),i())}),d("destroy",()=>{n()}),d("enable disable",()=>{const{$el:t}=r.pagination;t&&t[r.enabled?"removeClass":"addClass"](r.params.pagination.lockClass)}),d("lock unlock",()=>{i()}),d("click",(t,e)=>{const s=e.target,{$el:i}=r.pagination;if(r.params.pagination.el&&r.params.pagination.hideOnClick&&i.length>0&&!h(s).hasClass(r.params.pagination.bulletClass)){if(r.navigation&&(r.navigation.nextEl&&s===r.navigation.nextEl||r.navigation.prevEl&&s===r.navigation.prevEl))return;const t=i.hasClass(r.params.pagination.hiddenClass);p(!0===t?"paginationShow":"paginationHide"),i.toggleClass(r.params.pagination.hiddenClass)}}),Object.assign(r.pagination,{render:o,update:i,init:a,destroy:n})}function ce(t){function e(){if(!f.params.scrollbar.el||!f.scrollbar.el)return;const{scrollbar:t,rtlTranslate:e,progress:s}=f,{$dragEl:i,$el:o}=t,a=f.params.scrollbar;let n=w,r=(T-w)*s;e?(r=-r,r>0?(n=w-r,r=0):-r+w>T&&(n=T+r)):r<0?(n=w+r,r=0):r+w>T&&(n=T-r),f.isHorizontal()?(i.transform(`translate3d(${r}px, 0, 0)`),i[0].style.width=`${n}px`):(i.transform(`translate3d(0px, ${r}px, 0)`),i[0].style.height=`${n}px`),a.hide&&(clearTimeout(A),o[0].style.opacity=1,A=setTimeout(()=>{o[0].style.opacity=0,o.transition(400)},1e3))}function i(t){f.params.scrollbar.el&&f.scrollbar.el&&f.scrollbar.$dragEl.transition(t)}function o(){if(!f.params.scrollbar.el||!f.scrollbar.el)return;const{scrollbar:t}=f,{$dragEl:e,$el:s}=t;e[0].style.width="",e[0].style.height="",T=f.isHorizontal()?s[0].offsetWidth:s[0].offsetHeight,S=f.size/(f.virtualSize+f.params.slidesOffsetBefore-(f.params.centeredSlides?f.snapGrid[0]:0)),w="auto"===f.params.scrollbar.dragSize?T*S:parseInt(f.params.scrollbar.dragSize,10),f.isHorizontal()?e[0].style.width=`${w}px`:e[0].style.height=`${w}px`,s[0].style.display=S>=1?"none":"",f.params.scrollbar.hide&&(s[0].style.opacity=0),f.params.watchOverflow&&f.enabled&&t.$el[f.isLocked?"addClass":"removeClass"](f.params.scrollbar.lockClass)}function a(t){return f.isHorizontal()?"touchstart"===t.type||"touchmove"===t.type?t.targetTouches[0].clientX:t.clientX:"touchstart"===t.type||"touchmove"===t.type?t.targetTouches[0].clientY:t.clientY}function n(t){const{scrollbar:e,rtlTranslate:s}=f,{$el:i}=e;let o;o=(a(t)-i.offset()[f.isHorizontal()?"left":"top"]-(null!==D?D:w/2))/(T-w),o=Math.max(Math.min(o,1),0),s&&(o=1-o);const n=f.minTranslate()+(f.maxTranslate()-f.minTranslate())*o;f.updateProgress(n),f.setTranslate(n),f.updateActiveIndex(),f.updateSlidesClasses()}function r(t){const e=f.params.scrollbar,{scrollbar:s,$wrapperEl:i}=f,{$el:o,$dragEl:r}=s;E=!0,D=t.target===r[0]||t.target===r?a(t)-t.target.getBoundingClientRect()[f.isHorizontal()?"left":"top"]:null,axPreventDefault(t),t.stopPropagation(),i.transition(100),r.transition(100),n(t),clearTimeout(C),o.transition(0),e.hide&&o.css("opacity",1),f.params.cssMode&&f.$wrapperEl.css("scroll-snap-type","none"),b("scrollbarDragStart",t)}function l(t){const{scrollbar:e,$wrapperEl:s}=f,{$el:i,$dragEl:o}=e;E&&(axPreventDefault(t),n(t),s.transition(0),i.transition(0),o.transition(0),b("scrollbarDragMove",t))}function d(t){const e=f.params.scrollbar,{scrollbar:s,$wrapperEl:i}=f,{$el:o}=s;E&&(E=!1,f.params.cssMode&&(f.$wrapperEl.css("scroll-snap-type",""),i.transition("")),e.hide&&(clearTimeout(C),C=X(()=>{o.css("opacity",0),o.transition(400)},1e3)),b("scrollbarDragEnd",t),e.snapOnRelease&&f.slideToClosest())}function p(t){const{scrollbar:e,touchEventsTouch:s,touchEventsDesktop:i,params:o,support:a}=f,n=e.$el,h=n[0],p=!(!a.passiveListener||!o.passiveListeners)&&{passive:!1,capture:!1},c=!(!a.passiveListener||!o.passiveListeners)&&{passive:!0,capture:!1};if(!h)return;const u="on"===t?"addEventListener":"removeEventListener";a.touch?(h[u](s.start,r,p),h[u](s.move,l,p),h[u](s.end,d,c)):(h[u](i.start,r,p),v[u](i.move,l,p),v[u](i.end,d,c))}function c(){f.params.scrollbar.el&&p("on")}function u(){f.params.scrollbar.el&&p("off")}function m(){const{scrollbar:t,$el:e}=f;f.params.scrollbar=le(f,f.originalParams.scrollbar,f.params.scrollbar,{el:"ax-scrollbar"});const s=f.params.scrollbar;if(!s.el)return;let i=h(s.el);f.params.uniqueNavElements&&"string"==typeof s.el&&i.length>1&&1===e.find(s.el).length&&(i=e.find(s.el));let o=i.find(`.${f.params.scrollbar.dragClass}`);0===o.length&&(o=h(`
`),i.append(o)),Object.assign(t,{$el:i,el:i[0],$dragEl:o,dragEl:o[0]}),s.draggable&&c(),i&&i[f.enabled?"removeClass":"addClass"](f.params.scrollbar.lockClass)}function g(){u()}let{swiper:f,extendParams:x,on:y,emit:b}=t;const v=s();let D,w,T,S,E=!1,A=null,C=null;x({scrollbar:{el:".ax-scrollbar",dragSize:"auto",hide:!0,draggable:!0,snapOnRelease:!0,lockClass:"ax-scrollbar-lock",dragClass:"ax-scrollbar-drag"}}),f.scrollbar={el:null,dragEl:null,$el:null,$dragEl:null},y("init",()=>{m(),o(),e()}),y("update resize observerUpdate lock unlock",()=>{o()}),y("setTranslate",()=>{e()}),y("setTransition",(t,e)=>{i(e)}),y("enable disable",()=>{const{$el:t}=f.scrollbar;t&&t[f.enabled?"removeClass":"addClass"](f.params.scrollbar.lockClass)}),y("destroy",()=>{g()}),Object.assign(f.scrollbar,{updateSize:o,setTranslate:e,init:m,destroy:g})}function ue(t){let{swiper:e,extendParams:s,on:i}=t;s({parallax:{enabled:!1}});const o=(t,s)=>{const{rtl:i}=e,o=h(t),a=i?-1:1,n=o.attr("data-swiper-parallax")||"0";let r=o.attr("data-swiper-parallax-x"),l=o.attr("data-swiper-parallax-y");const d=o.attr("data-swiper-parallax-scale"),p=o.attr("data-swiper-parallax-opacity");if(r||l?(r=r||"0",l=l||"0"):e.isHorizontal()?(r=n,l="0"):(l=n,r="0"),r=r.indexOf("%")>=0?`${parseInt(r,10)*s*a}%`:`${r*s*a}px`,l=l.indexOf("%")>=0?`${parseInt(l,10)*s}%`:`${l*s}px`,null!=p){const t=p-(p-1)*(1-Math.abs(s));o[0].style.opacity=t}if(null==d)o.transform(`translate3d(${r}, ${l}, 0px)`);else{const t=d-(d-1)*(1-Math.abs(s));o.transform(`translate3d(${r}, ${l}, 0px) scale(${t})`)}},a=()=>{const{$el:t,slides:s,progress:i,snapGrid:a}=e;t.children("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each(t=>{o(t,i)}),s.each((t,s)=>{let n=t.progress;e.params.slidesPerGroup>1&&"auto"!==e.params.slidesPerView&&(n+=Math.ceil(s/2)-i*(a.length-1)),n=Math.min(Math.max(n,-1),1),h(t).find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each(t=>{o(t,n)})})},n=function(t){void 0===t&&(t=e.params.speed);const{$el:s}=e;s.find("[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y], [data-swiper-parallax-opacity], [data-swiper-parallax-scale]").each(e=>{const s=h(e);let i=parseInt(s.attr("data-swiper-parallax-duration"),10)||t;0===t&&(i=0),s.transition(i)})};i("beforeInit",()=>{e.params.parallax.enabled&&(e.params.watchSlidesProgress=!0,e.originalParams.watchSlidesProgress=!0)}),i("init",()=>{e.params.parallax.enabled&&a()}),i("setTranslate",()=>{e.params.parallax.enabled&&a()}),i("setTransition",(t,s)=>{e.params.parallax.enabled&&n(s)})}function me(t){function e(t){if(t.targetTouches.length<2)return 1;const e=t.targetTouches[0].pageX,s=t.targetTouches[0].pageY,i=t.targetTouches[1].pageX,o=t.targetTouches[1].pageY,a=Math.sqrt((i-e)**2+(o-s)**2);return a}function s(t){const s=D.support,i=D.params.zoom;if(C=!1,I=!1,!s.gestures){if("touchstart"!==t.type||"touchstart"===t.type&&t.targetTouches.length<2)return;C=!0,L.scaleStart=e(t)}L.$slideEl&&L.$slideEl.length||(L.$slideEl=h(t.target).closest(`.${D.params.slideClass}`),0===L.$slideEl.length&&(L.$slideEl=D.slides.eq(D.activeIndex)),L.$imageEl=L.$slideEl.find(`.${i.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),L.$imageWrapEl=L.$imageEl.parent(`.${i.containerClass}`),L.maxRatio=L.$imageWrapEl.attr("data-swiper-zoom")||i.maxRatio,0!==L.$imageWrapEl.length)?(L.$imageEl&&L.$imageEl.transition(0),M=!0):L.$imageEl=void 0}function o(t){const i=D.support,o=D.params.zoom,a=D.zoom;if(!i.gestures){if("touchmove"!==t.type||"touchmove"===t.type&&t.targetTouches.length<2)return;I=!0,L.scaleMove=e(t)}L.$imageEl&&0!==L.$imageEl.length?(i.gestures?a.scale=t.scale*k:a.scale=L.scaleMove/L.scaleStart*k,a.scale>L.maxRatio&&(a.scale=L.maxRatio-1+(a.scale-L.maxRatio+1)**.5),a.scaleP.touchesStart.x))return void(P.isTouched=!1);if(!D.isHorizontal()&&(Math.floor(P.minY)===Math.floor(P.startY)&&P.touchesCurrent.yP.touchesStart.y))return void(P.isTouched=!1)}t.cancelable&&axPreventDefault(t),t.stopPropagation(),P.isMoved=!0,P.currentX=P.touchesCurrent.x-P.touchesStart.x+P.startX,P.currentY=P.touchesCurrent.y-P.touchesStart.y+P.startY,P.currentXP.maxX&&(P.currentX=P.maxX-1+(P.currentX-P.maxX+1)**.8),P.currentYP.maxY&&(P.currentY=P.maxY-1+(P.currentY-P.maxY+1)**.8),$.prevPositionX||($.prevPositionX=P.touchesCurrent.x),$.prevPositionY||($.prevPositionY=P.touchesCurrent.y),$.prevTime||($.prevTime=Date.now()),$.x=(P.touchesCurrent.x-$.prevPositionX)/(Date.now()-$.prevTime)/2,$.y=(P.touchesCurrent.y-$.prevPositionY)/(Date.now()-$.prevTime)/2,Math.abs(P.touchesCurrent.x-$.prevPositionX)<2&&($.x=0),Math.abs(P.touchesCurrent.y-$.prevPositionY)<2&&($.y=0),$.prevPositionX=P.touchesCurrent.x,$.prevPositionY=P.touchesCurrent.y,$.prevTime=Date.now(),L.$imageWrapEl.transform(`translate3d(${P.currentX}px, ${P.currentY}px,0)`)}}function l(){const t=D.zoom;if(!L.$imageEl||0===L.$imageEl.length)return;if(!P.isTouched||!P.isMoved)return P.isTouched=!1,void(P.isMoved=!1);P.isTouched=!1,P.isMoved=!1;let e=300,s=300;const i=$.x*e,o=P.currentX+i,a=$.y*s,n=P.currentY+a;0!==$.x&&(e=Math.abs((o-P.currentX)/$.x)),0!==$.y&&(s=Math.abs((n-P.currentY)/$.y));const r=Math.max(e,s);P.currentX=o,P.currentY=n;const l=P.width*t.scale,h=P.height*t.scale;P.minX=Math.min(L.slideWidth/2-l/2,0),P.maxX=-P.minX,P.minY=Math.min(L.slideHeight/2-h/2,0),P.maxY=-P.minY,P.currentX=Math.max(Math.min(P.currentX,P.maxX),P.minX),P.currentY=Math.max(Math.min(P.currentY,P.maxY),P.minY),L.$imageWrapEl.transition(r).transform(`translate3d(${P.currentX}px, ${P.currentY}px,0)`)}function d(){const t=D.zoom;L.$slideEl&&D.previousIndex!==D.activeIndex&&(L.$imageEl&&L.$imageEl.transform("translate3d(0,0,0) scale(1)"),L.$imageWrapEl&&L.$imageWrapEl.transform("translate3d(0,0,0)"),t.scale=1,k=1,L.$slideEl=void 0,L.$imageEl=void 0,L.$imageWrapEl=void 0)}function p(t){const e=D.zoom,s=D.params.zoom;if(L.$slideEl||(t&&t.target&&(L.$slideEl=h(t.target).closest(`.${D.params.slideClass}`)),L.$slideEl||(D.params.virtual&&D.params.virtual.enabled&&D.virtual?L.$slideEl=D.$wrapperEl.children(`.${D.params.slideActiveClass}`):L.$slideEl=D.slides.eq(D.activeIndex)),L.$imageEl=L.$slideEl.find(`.${s.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),L.$imageWrapEl=L.$imageEl.parent(`.${s.containerClass}`)),!L.$imageEl||0===L.$imageEl.length||!L.$imageWrapEl||0===L.$imageWrapEl.length)return;let i,o,a,n,r,l,d,p,c,u,m,g,f,x,y,b,v,w;D.params.cssMode&&(D.wrapperEl.style.overflow="hidden",D.wrapperEl.style.touchAction="none"),L.$slideEl.addClass(`${s.zoomedSlideClass}`),void 0===P.touchesStart.x&&t?(i="touchend"===t.type?t.changedTouches[0].pageX:t.pageX,o="touchend"===t.type?t.changedTouches[0].pageY:t.pageY):(i=P.touchesStart.x,o=P.touchesStart.y),e.scale=L.$imageWrapEl.attr("data-swiper-zoom")||s.maxRatio,k=L.$imageWrapEl.attr("data-swiper-zoom")||s.maxRatio,t?(v=L.$slideEl[0].offsetWidth,w=L.$slideEl[0].offsetHeight,a=L.$slideEl.offset().left+E.scrollX,n=L.$slideEl.offset().top+E.scrollY,r=a+v/2-i,l=n+w/2-o,c=L.$imageEl[0].offsetWidth,u=L.$imageEl[0].offsetHeight,m=c*e.scale,g=u*e.scale,f=Math.min(v/2-m/2,0),x=Math.min(w/2-g/2,0),y=-f,b=-x,d=r*e.scale,p=l*e.scale,dy&&(d=y),pb&&(p=b)):(d=0,p=0),L.$imageWrapEl.transition(300).transform(`translate3d(${d}px, ${p}px,0)`),L.$imageEl.transition(300).transform(`translate3d(0,0,0) scale(${e.scale})`)}function c(){const t=D.zoom,e=D.params.zoom;L.$slideEl||(D.params.virtual&&D.params.virtual.enabled&&D.virtual?L.$slideEl=D.$wrapperEl.children(`.${D.params.slideActiveClass}`):L.$slideEl=D.slides.eq(D.activeIndex),L.$imageEl=L.$slideEl.find(`.${e.containerClass}`).eq(0).find("picture, img, svg, canvas, .swiper-zoom-target").eq(0),L.$imageWrapEl=L.$imageEl.parent(`.${e.containerClass}`)),L.$imageEl&&0!==L.$imageEl.length&&L.$imageWrapEl&&0!==L.$imageWrapEl.length&&(D.params.cssMode&&(D.wrapperEl.style.overflow="",D.wrapperEl.style.touchAction=""),t.scale=1,k=1,L.$imageWrapEl.transition(300).transform("translate3d(0,0,0)"),L.$imageEl.transition(300).transform("translate3d(0,0,0) scale(1)"),L.$slideEl.removeClass(`${e.zoomedSlideClass}`),L.$slideEl=void 0)}function u(t){const e=D.zoom;e.scale&&1!==e.scale?c():p(t)}function m(){const t=D.support,e=!("touchstart"!==D.touchEvents.start||!t.passiveListener||!D.params.passiveListeners)&&{passive:!0,capture:!1},s=!t.passiveListener||{passive:!1,capture:!0};return{passiveListener:e,activeListenerWithCapture:s}}function g(){return`.${D.params.slideClass}`}function f(t){const{passiveListener:e}=m(),i=g();D.$wrapperEl[t]("gesturestart",i,s,e),D.$wrapperEl[t]("gesturechange",i,o,e),D.$wrapperEl[t]("gestureend",i,a,e)}function x(){A||(A=!0,f("on"))}function y(){A&&(A=!1,f("off"))}function b(){const t=D.zoom;if(t.enabled)return;t.enabled=!0;const e=D.support,{passiveListener:i,activeListenerWithCapture:n}=m(),l=g();e.gestures?(D.$wrapperEl.on(D.touchEvents.start,x,i),D.$wrapperEl.on(D.touchEvents.end,y,i)):"touchstart"===D.touchEvents.start&&(D.$wrapperEl.on(D.touchEvents.start,l,s,i),D.$wrapperEl.on(D.touchEvents.move,l,o,n),D.$wrapperEl.on(D.touchEvents.end,l,a,i),D.touchEvents.cancel&&D.$wrapperEl.on(D.touchEvents.cancel,l,a,i)),D.$wrapperEl.on(D.touchEvents.move,`.${D.params.zoom.containerClass}`,r,n)}function v(){const t=D.zoom;if(!t.enabled)return;const e=D.support;t.enabled=!1;const{passiveListener:i,activeListenerWithCapture:n}=m(),l=g();e.gestures?(D.$wrapperEl.off(D.touchEvents.start,x,i),D.$wrapperEl.off(D.touchEvents.end,y,i)):"touchstart"===D.touchEvents.start&&(D.$wrapperEl.off(D.touchEvents.start,l,s,i),D.$wrapperEl.off(D.touchEvents.move,l,o,n),D.$wrapperEl.off(D.touchEvents.end,l,a,i),D.touchEvents.cancel&&D.$wrapperEl.off(D.touchEvents.cancel,l,a,i)),D.$wrapperEl.off(D.touchEvents.move,`.${D.params.zoom.containerClass}`,r,n)}let{swiper:D,extendParams:w,on:T,emit:S}=t;const E=i();w({zoom:{enabled:!1,maxRatio:3,minRatio:1,toggle:!0,containerClass:"ax-zoom",zoomedSlideClass:"ax-slide-zoomed"}}),D.zoom={enabled:!1};let A,C,I,k=1,M=!1;const L={$slideEl:void 0,slideWidth:void 0,slideHeight:void 0,$imageEl:void 0,$imageWrapEl:void 0,maxRatio:3},P={isTouched:void 0,isMoved:void 0,currentX:void 0,currentY:void 0,minX:void 0,minY:void 0,maxX:void 0,maxY:void 0,width:void 0,height:void 0,startX:void 0,startY:void 0,touchesStart:{},touchesCurrent:{}},$={x:void 0,y:void 0,prevPositionX:void 0,prevPositionY:void 0,prevTime:void 0};let O=1;Object.defineProperty(D.zoom,"scale",{get:()=>O,set(t){if(O!==t){const e=L.$imageEl?L.$imageEl[0]:void 0,s=L.$slideEl?L.$slideEl[0]:void 0;S("zoomChange",t,e,s)}O=t}}),T("init",()=>{D.params.zoom.enabled&&b()}),T("destroy",()=>{v()}),T("touchStart",(t,e)=>{D.zoom.enabled&&n(e)}),T("touchEnd",(t,e)=>{D.zoom.enabled&&l()}),T("doubleTap",(t,e)=>{!D.animating&&D.params.zoom.enabled&&D.zoom.enabled&&D.params.zoom.toggle&&u(e)}),T("transitionEnd",()=>{D.zoom.enabled&&D.params.zoom.enabled&&d()}),T("slideChange",()=>{D.zoom.enabled&&D.params.zoom.enabled&&D.params.cssMode&&d()}),Object.assign(D.zoom,{enable:b,disable:v,in:p,out:c,toggle:u})}function ge(t){function e(t,s){void 0===s&&(s=!0);const i=a.params.lazy;if(void 0===t)return;if(0===a.slides.length)return;const o=a.virtual&&a.params.virtual.enabled,n=o?a.$wrapperEl.children(`.${a.params.slideClass}[data-swiper-slide-index="${t}"]`):a.slides.eq(t),r=n.find(`.${i.elementClass}:not(.${i.loadedClass}):not(.${i.loadingClass})`);!n.hasClass(i.elementClass)||n.hasClass(i.loadedClass)||n.hasClass(i.loadingClass)||r.push(n[0]),0!==r.length&&r.each(t=>{const o=h(t);o.addClass(i.loadingClass);const r=o.attr("data-background"),d=o.attr("data-src"),p=o.attr("data-srcset"),c=o.attr("data-sizes"),u=o.parent("picture");a.loadImage(o[0],d||r,p,c,!1,()=>{if(null!=a&&a&&(!a||a.params)&&!a.destroyed){if(r?(o.css("background-image",`url("${r}")`),o.removeAttr("data-background")):(p&&(o.attr("srcset",p),o.removeAttr("data-srcset")),c&&(o.attr("sizes",c),o.removeAttr("data-sizes")),u.length&&u.children("source").each(t=>{const e=h(t);e.attr("data-srcset")&&(e.attr("srcset",e.attr("data-srcset")),e.removeAttr("data-srcset"))}),d&&(o.attr("src",d),o.removeAttr("data-src"))),o.addClass(i.loadedClass).removeClass(i.loadingClass),n.find(`.${i.preloaderClass}`).remove(),a.params.loop&&s){const t=n.attr("data-swiper-slide-index");if(n.hasClass(a.params.slideDuplicateClass)){const s=a.$wrapperEl.children(`[data-swiper-slide-index="${t}"]:not(.${a.params.slideDuplicateClass})`);e(s.index(),!1)}else{const s=a.$wrapperEl.children(`.${a.params.slideDuplicateClass}[data-swiper-slide-index="${t}"]`);e(s.index(),!1)}}l("lazyImageReady",n[0],o[0]),a.params.autoHeight&&a.updateAutoHeight()}}),l("lazyImageLoad",n[0],o[0])})}function s(){function t(t){if(l){if(i.children(`.${o.slideClass}[data-swiper-slide-index="${t}"]`).length)return!0}else if(n[t])return!0;return!1}function s(t){return l?h(t).attr("data-swiper-slide-index"):h(t).index()}const{$wrapperEl:i,params:o,slides:n,activeIndex:r}=a,l=a.virtual&&o.virtual.enabled,d=o.lazy;let c=o.slidesPerView;if("auto"===c&&(c=0),p||(p=!0),a.params.watchSlidesProgress)i.children(`.${o.slideVisibleClass}`).each(t=>{const s=l?h(t).attr("data-swiper-slide-index"):h(t).index();e(s)});else if(c>1)for(let s=r;s1||d.loadPrevNextAmount&&d.loadPrevNextAmount>1){const s=d.loadPrevNextAmount,i=c,o=Math.min(r+i+Math.max(s,i),n.length),a=Math.max(r-Math.max(i,s),0);for(let s=r+c;s0&&e(s(t));const a=i.children(`.${o.slidePrevClass}`);a.length>0&&e(s(a))}}function o(){const t=i();if(!a||a.destroyed)return;const e=a.params.lazy.scrollingElement?h(a.params.lazy.scrollingElement):h(t),n=e[0]===t,r=n?t.innerWidth:e[0].offsetWidth,l=n?t.innerHeight:e[0].offsetHeight,p=a.$el.offset(),{rtlTranslate:c}=a;let u=!1;c&&(p.left-=a.$el[0].scrollLeft);const m=[[p.left,p.top],[p.left+a.width,p.top],[p.left,p.top+a.height],[p.left+a.width,p.top+a.height]];for(let t=0;t=0&&e[0]<=r&&e[1]>=0&&e[1]<=l){if(0===e[0]&&0===e[1])continue;u=!0}}const g=!("touchstart"!==a.touchEvents.start||!a.support.passiveListener||!a.params.passiveListeners)&&{passive:!0,capture:!1};u?(s(),e.off("scroll",o,g)):d||(d=!0,e.on("scroll",o,g))}let{swiper:a,extendParams:n,on:r,emit:l}=t;n({lazy:{checkInView:!1,enabled:!1,loadPrevNext:!1,loadPrevNextAmount:1,loadOnTransitionStart:!1,scrollingElement:"",elementClass:"ax-lazy",loadingClass:"ax-lazy-loading",loadedClass:"ax-lazy-loaded",preloaderClass:"ax-loading"}}),a.lazy={};let d=!1,p=!1;r("beforeInit",()=>{a.params.lazy.enabled&&a.params.preloadImages&&(a.params.preloadImages=!1)}),r("init",()=>{a.params.lazy.enabled&&(a.params.lazy.checkInView?o():s())}),r("scroll",()=>{a.params.freeMode&&a.params.freeMode.enabled&&!a.params.freeMode.sticky&&s()}),r("scrollbarDragMove resize _freeModeNoMomentumRelease",()=>{a.params.lazy.enabled&&(a.params.lazy.checkInView?o():s())}),r("transitionStart",()=>{a.params.lazy.enabled&&(a.params.lazy.loadOnTransitionStart||!a.params.lazy.loadOnTransitionStart&&!p)&&(a.params.lazy.checkInView?o():s())}),r("transitionEnd",()=>{a.params.lazy.enabled&&!a.params.lazy.loadOnTransitionStart&&(a.params.lazy.checkInView?o():s())}),r("slideChange",()=>{const{lazy:t,cssMode:e,watchSlidesProgress:i,touchReleaseOnEdges:o,resistanceRatio:n}=a.params;t.enabled&&(e||i&&(o||0===n))&&s()}),Object.assign(a.lazy,{load:s,loadInSlide:e})}function fe(t){function e(t,e){const s=function(){let t,e,s;return(i,o)=>{for(e=-1,t=i.length;t-e>1;)s=t+e>>1,i[s]<=o?e=s:t=s;return t}}();let i,o;return this.x=t,this.y=e,this.lastIndex=t.length-1,this.interpolate=function(t){return t?(o=s(this.x,t),i=o-1,(t-this.x[i])*(this.y[o]-this.y[i])/(this.x[o]-this.x[i])+this.y[i]):0},this}function s(t){n.controller.spline||(n.controller.spline=n.params.loop?new e(n.slidesGrid,t.slidesGrid):new e(n.snapGrid,t.snapGrid))}function i(t,e){function i(t){const e=n.rtlTranslate?-n.translate:n.translate;"slide"===n.params.controller.by&&(s(t),r=-n.controller.spline.interpolate(-e)),r&&"container"!==n.params.controller.by||(a=(t.maxTranslate()-t.minTranslate())/(n.maxTranslate()-n.minTranslate()),r=(e-n.minTranslate())*a+t.minTranslate()),n.params.controller.inverse&&(r=t.maxTranslate()-r),t.updateProgress(r),t.setTranslate(r,n),t.updateActiveIndex(),t.updateSlidesClasses()}const o=n.controller.control;let a,r;const l=n.constructor;if(Array.isArray(o))for(let t=0;t{e.updateAutoHeight()}),e.$wrapperEl.transitionEnd(()=>{o&&(e.params.loop&&"slide"===n.params.controller.by&&e.loopFix(),e.transitionEnd())}))}const i=n.constructor,o=n.controller.control;let a;if(Array.isArray(o))for(a=0;a{n.controller.control=n.params.controller.control}),l("update",()=>{a()}),l("resize",()=>{a()}),l("observerUpdate",()=>{a()}),l("setTranslate",(t,e,s)=>{n.controller.control&&n.controller.setTranslate(e,s)}),l("setTransition",(t,e,s)=>{n.controller.control&&n.controller.setTransition(e,s)}),Object.assign(n.controller,{setTranslate:i,setTransition:o})}function xe(t){function e(t){const e=S;0!==e.length&&(e.html(""),e.html(t))}function s(t){void 0===t&&(t=16);const e=()=>Math.round(16*Math.random()).toString(16);return"x".repeat(t).replace(/x/g,e)}function i(t){t.attr("tabIndex","0")}function o(t){t.attr("tabIndex","-1")}function a(t,e){t.attr("role",e)}function n(t,e){t.attr("aria-roledescription",e)}function r(t,e){t.attr("aria-controls",e)}function l(t,e){t.attr("aria-label",e)}function d(t,e){t.attr("id",e)}function p(t,e){t.attr("aria-live",e)}function c(t){t.attr("aria-disabled",!0)}function u(t){t.attr("aria-disabled",!1)}function m(t){if(13!==t.keyCode&&32!==t.keyCode)return;const s=D.params.a11y,i=h(t.target);D.navigation&&D.navigation.$nextEl&&i.is(D.navigation.$nextEl)&&(D.isEnd&&!D.params.loop||D.slideNext(),D.isEnd?e(s.lastSlideMessage):e(s.nextSlideMessage)),D.navigation&&D.navigation.$prevEl&&i.is(D.navigation.$prevEl)&&(D.isBeginning&&!D.params.loop||D.slidePrev(),D.isBeginning?e(s.firstSlideMessage):e(s.prevSlideMessage)),D.pagination&&i.is(de(D.params.pagination.bulletClass))&&i[0].click()}function g(){if(D.params.loop||D.params.rewind||!D.navigation)return;const{$nextEl:t,$prevEl:e}=D.navigation;e&&e.length>0&&(D.isBeginning?(c(e),o(e)):(u(e),i(e))),t&&t.length>0&&(D.isEnd?(c(t),o(t)):(u(t),i(t)))}function f(){return D.pagination&&D.pagination.bullets&&D.pagination.bullets.length}function x(){return f()&&D.params.pagination.clickable}function y(){const t=D.params.a11y;f()&&D.pagination.bullets.each(e=>{const s=h(e);D.params.pagination.clickable&&(i(s),D.params.pagination.renderBullet||(a(s,"button"),l(s,t.paginationBulletMessage.replace(/\{\{index\}\}/,s.index()+1)))),s.is(`.${D.params.pagination.bulletActiveClass}`)?s.attr("aria-current","true"):s.removeAttr("aria-current")})}function b(){const t=D.params.a11y;D.$el.append(S);const e=D.$el;t.containerRoleDescriptionMessage&&n(e,t.containerRoleDescriptionMessage),t.containerMessage&&l(e,t.containerMessage);const i=D.$wrapperEl,o=t.id||i.attr("id")||`ax-wrapper-${s(16)}`,r=D.params.autoplay&&D.params.autoplay.enabled?"off":"polite";d(i,o),p(i,r),t.itemRoleDescriptionMessage&&n(h(D.slides),t.itemRoleDescriptionMessage),a(h(D.slides),t.slideRole);const c=D.params.loop?D.slides.filter(t=>!t.classList.contains(D.params.slideDuplicateClass)).length:D.slides.length;let u,g;D.slides.each((e,s)=>{const i=h(e),o=D.params.loop?parseInt(i.attr("data-swiper-slide-index"),10):s,a=t.slideLabelMessage.replace(/\{\{index\}\}/,o+1).replace(/\{\{slidesLength\}\}/,c);l(i,a)}),D.navigation&&D.navigation.$nextEl&&(u=D.navigation.$nextEl),D.navigation&&D.navigation.$prevEl&&(g=D.navigation.$prevEl),u&&u.length&&E(u,o,t.nextSlideMessage),g&&g.length&&E(g,o,t.prevSlideMessage),x()&&D.pagination.$el.on("keydown",de(D.params.pagination.bulletClass),m),D.$el.on("focus",A,!0)}function v(){let t,e;S&&S.length>0&&S.remove(),D.navigation&&D.navigation.$nextEl&&(t=D.navigation.$nextEl),D.navigation&&D.navigation.$prevEl&&(e=D.navigation.$prevEl),t&&t.off("keydown",m),e&&e.off("keydown",m),x()&&D.pagination.$el.off("keydown",de(D.params.pagination.bulletClass),m),D.$el.off("focus",A,!0)}let{swiper:D,extendParams:w,on:T}=t;w({a11y:{enabled:!0,notificationClass:"ax-notification",prevSlideMessage:"上一个",nextSlideMessage:"下一个",firstSlideMessage:"这是第一个",lastSlideMessage:"这是最后一个",paginationBulletMessage:"跳转到第{{index}}页",slideLabelMessage:"第{{index}}/{{slidesLength}}页",containerMessage:null,containerRoleDescriptionMessage:null,itemRoleDescriptionMessage:null,slideRole:"group",id:null}});let S=null;const E=(t,e,s)=>{i(t),"BUTTON"!==t[0].tagName&&(a(t,"button"),t.on("keydown",m)),l(t,s),r(t,e)},A=t=>{const e=t.target.closest(`.${D.params.slideClass}`);if(!e||!D.slides.includes(e))return;const s=D.slides.indexOf(e)===D.activeIndex,i=D.params.watchSlidesProgress&&D.visibleSlides&&D.visibleSlides.includes(e);s||i||D.slideTo(D.slides.indexOf(e),0)};T("beforeInit",()=>{S=h(``)}),T("afterInit",()=>{D.params.a11y.enabled&&b()}),T("fromEdge toEdge afterInit lock unlock",()=>{D.params.a11y.enabled&&g()}),T("paginationUpdate",()=>{D.params.a11y.enabled&&y()}),T("destroy",()=>{D.params.a11y.enabled&&v()})}function ye(t){let{swiper:e,extendParams:s,on:o}=t;s({history:{enabled:!1,root:"",replaceState:!1,key:"slides"}});let a=!1,n={};const r=t=>t.toString().replace(/\s+/g,"-").replace(/[^\w-]+/g,"").replace(/--+/g,"-").replace(/^-+/,"").replace(/-+$/,""),l=t=>{const e=i();let s;s=t?new URL(t):e.location;const o=s.pathname.slice(1).split("/").filter(t=>""!==t),a=o.length,n=o[a-2],r=o[a-1];return{key:n,value:r}},h=(t,s)=>{const o=i();if(!a||!e.params.history.enabled)return;let n;n=e.params.url?new URL(e.params.url):o.location;const l=e.slides.eq(s);let h=r(l.attr("data-history"));if(e.params.history.root.length>0){let s=e.params.history.root;"/"===s[s.length-1]&&(s=s.slice(0,s.length-1)),h=`${s}/${t}/${h}`}else n.pathname.includes(t)||(h=`${t}/${h}`);const d=o.history.state;d&&d.value===h||(e.params.history.replaceState?o.history.replaceState({value:h},null,h):o.history.pushState({value:h},null,h))},d=(t,s,i)=>{if(s)for(let o=0,a=e.slides.length;o{n=l(e.params.url),d(e.params.speed,e.paths.value,!1)},c=()=>{const t=i();if(e.params.history){if(!t.history||!t.history.pushState)return e.params.history.enabled=!1,void(e.params.hashNavigation.enabled=!0);a=!0,n=l(e.params.url),(n.key||n.value)&&(d(0,n.value,e.params.runCallbacksOnInit),e.params.history.replaceState||t.addEventListener("popstate",p))}},u=()=>{const t=i();e.params.history.replaceState||t.removeEventListener("popstate",p)};o("init",()=>{e.params.history.enabled&&c()}),o("destroy",()=>{e.params.history.enabled&&u()}),o("transitionEnd _freeModeNoMomentumRelease",()=>{a&&h(e.params.history.key,e.activeIndex)}),o("slideChange",()=>{a&&e.params.cssMode&&h(e.params.history.key,e.activeIndex)})}function be(t){let{swiper:e,extendParams:o,emit:a,on:n}=t,r=!1;const l=s(),d=i();o({hashNavigation:{enabled:!1,replaceState:!1,watchState:!1}});const p=()=>{a("hashChange");const t=l.location.hash.replace("#",""),s=e.slides.eq(e.activeIndex).attr("data-hash");if(t!==s){const s=e.$wrapperEl.children(`.${e.params.slideClass}[data-hash="${t}"]`).index();if(void 0===s)return;e.slideTo(s)}},c=()=>{if(r&&e.params.hashNavigation.enabled)if(e.params.hashNavigation.replaceState&&d.history&&d.history.replaceState)d.history.replaceState(null,null,`#${e.slides.eq(e.activeIndex).attr("data-hash")}`||""),a("hashSet");else{const t=e.slides.eq(e.activeIndex),s=t.attr("data-hash")||t.attr("data-history");l.location.hash=s||"",a("hashSet")}},u=()=>{if(!e.params.hashNavigation.enabled||e.params.history&&e.params.history.enabled)return;r=!0;const t=l.location.hash.replace("#","");if(t){const s=0;for(let i=0,o=e.slides.length;i{e.params.hashNavigation.watchState&&h(d).off("hashchange",p)};n("init",()=>{e.params.hashNavigation.enabled&&u()}),n("destroy",()=>{e.params.hashNavigation.enabled&&m()}),n("transitionEnd _freeModeNoMomentumRelease",()=>{r&&c()}),n("slideChange",()=>{r&&e.params.cssMode&&c()})}function ve(t){function e(){const t=u.slides.eq(u.activeIndex);let s=u.params.autoplay.delay;t.attr("data-swiper-autoplay")&&(s=t.attr("data-swiper-autoplay")||u.params.autoplay.delay),clearTimeout(c),c=X(()=>{let t;u.params.autoplay.reverseDirection?u.params.loop?(u.loopFix(),t=u.slidePrev(u.params.speed,!0,!0),f("autoplay")):u.isBeginning?u.params.autoplay.stopOnLastSlide?o():(t=u.slideTo(u.slides.length-1,u.params.speed,!0,!0),f("autoplay")):(t=u.slidePrev(u.params.speed,!0,!0),f("autoplay")):u.params.loop?(u.loopFix(),t=u.slideNext(u.params.speed,!0,!0),f("autoplay")):u.isEnd?u.params.autoplay.stopOnLastSlide?o():(t=u.slideTo(0,u.params.speed,!0,!0),f("autoplay")):(t=u.slideNext(u.params.speed,!0,!0),f("autoplay")),u.params.cssMode&&u.autoplay.running?e():!1===t&&e()},s)}function i(){return void 0===c&&(!u.autoplay.running&&(u.autoplay.running=!0,f("autoplayStart"),e(),!0))}function o(){return!!u.autoplay.running&&(void 0!==c&&(c&&(clearTimeout(c),c=void 0),u.autoplay.running=!1,f("autoplayStop"),!0))}function a(t){u.autoplay.running&&(u.autoplay.paused||(c&&clearTimeout(c),u.autoplay.paused=!0,0!==t&&u.params.autoplay.waitForTransition?["transitionend","webkitTransitionEnd"].forEach(t=>{u.$wrapperEl[0].addEventListener(t,r)}):(u.autoplay.paused=!1,e())))}function n(){const t=s();"hidden"===t.visibilityState&&u.autoplay.running&&a(),"visible"===t.visibilityState&&u.autoplay.paused&&(e(),u.autoplay.paused=!1)}function r(t){u&&!u.destroyed&&u.$wrapperEl&&t.target===u.$wrapperEl[0]&&(["transitionend","webkitTransitionEnd"].forEach(t=>{u.$wrapperEl[0].removeEventListener(t,r)}),u.autoplay.paused=!1,u.autoplay.running?e():o())}function l(){u.params.autoplay.disableOnInteraction?o():(f("autoplayPause"),a()),["transitionend","webkitTransitionEnd"].forEach(t=>{u.$wrapperEl[0].removeEventListener(t,r)})}function h(){u.params.autoplay.disableOnInteraction||(u.autoplay.paused=!1,f("autoplayResume"),e())}function d(){u.params.autoplay.pauseOnMouseEnter&&(u.$el.on("mouseenter",l),u.$el.on("mouseleave",h))}function p(){u.$el.off("mouseenter",l),u.$el.off("mouseleave",h)}let c,{swiper:u,extendParams:m,on:g,emit:f}=t;u.autoplay={running:!1,paused:!1},m({autoplay:{enabled:!1,delay:3e3,waitForTransition:!0,disableOnInteraction:!0,stopOnLastSlide:!1,reverseDirection:!1,pauseOnMouseEnter:!1}}),g("init",()=>{if(u.params.autoplay.enabled){i();const t=s();t.addEventListener("visibilitychange",n),d()}}),g("beforeTransitionStart",(t,e,s)=>{u.autoplay.running&&(s||!u.params.autoplay.disableOnInteraction?u.autoplay.pause(e):o())}),g("sliderFirstMove",()=>{u.autoplay.running&&(u.params.autoplay.disableOnInteraction?o():a())}),g("touchEnd",()=>{u.params.cssMode&&u.autoplay.paused&&!u.params.autoplay.disableOnInteraction&&e()}),g("destroy",()=>{p(),u.autoplay.running&&o();const t=s();t.removeEventListener("visibilitychange",n)}),Object.assign(u.autoplay,{pause:a,run:e,start:i,stop:o})}function De(t){function e(){const t=o.thumbs.swiper;if(!t||t.destroyed)return;const e=t.clickedIndex,s=t.clickedSlide;if(s&&h(s).hasClass(o.params.thumbs.slideThumbActiveClass))return;if(null==e)return;let i;if(i=t.params.loop?parseInt(h(t.clickedSlide).attr("data-swiper-slide-index"),10):e,o.params.loop){let t=o.activeIndex;o.slides.eq(t).hasClass(o.params.slideDuplicateClass)&&(o.loopFix(),o._clientLeft=o.$wrapperEl[0].clientLeft,t=o.activeIndex);const e=o.slides.eq(t).prevAll(`[data-swiper-slide-index="${i}"]`).eq(0).index(),s=o.slides.eq(t).nextAll(`[data-swiper-slide-index="${i}"]`).eq(0).index();i=void 0===e?s:void 0===s?e:s-t1?s:l:s-lo.previousIndex?"next":"prev"}else n=o.realIndex,r=n>o.previousIndex?"next":"prev";a&&(n+="next"===r?i:-1*i),e.visibleSlidesIndexes&&e.visibleSlidesIndexes.indexOf(n)<0&&(e.params.centeredSlides?n=n>l?n-Math.floor(s/2)+1:n+Math.floor(s/2)-1:n>l&&e.params.slidesPerGroup,e.slideTo(n,t?0:void 0))}let n=1;const r=o.params.thumbs.slideThumbActiveClass;if(o.params.slidesPerView>1&&!o.params.centeredSlides&&(n=o.params.slidesPerView),o.params.thumbs.multipleActiveThumbs||(n=1),n=Math.floor(n),e.slides.removeClass(r),e.params.loop||e.params.virtual&&e.params.virtual.enabled)for(let t=0;t{const{thumbs:t}=o.params;t&&t.swiper&&(s(),i(!0))}),n("slideChange update resize observerUpdate",()=>{i()}),n("setTransition",(t,e)=>{const s=o.thumbs.swiper;s&&!s.destroyed&&s.setTransition(e)}),n("beforeDestroy",()=>{const t=o.thumbs.swiper;t&&!t.destroyed&&l&&t.destroy()}),Object.assign(o.thumbs,{init:s,update:i})}function we(t){function e(){const t=o.getTranslate();o.setTranslate(t),o.setTransition(0),o.touchEventsData.velocities.length=0,o.freeMode.onTouchEnd({currentPos:o.rtl?o.translate:-o.translate})}function s(){const{touchEventsData:t,touches:e}=o;0===t.velocities.length&&t.velocities.push({position:e[o.isHorizontal()?"startX":"startY"],time:t.touchStartTime}),t.velocities.push({position:e[o.isHorizontal()?"currentX":"currentY"],time:G()})}function i(t){let{currentPos:e}=t;const{params:s,$wrapperEl:i,rtlTranslate:a,snapGrid:l,touchEventsData:h}=o,d=G(),p=d-h.touchStartTime;if(e<-o.minTranslate())o.slideTo(o.activeIndex);else if(e>-o.maxTranslate())o.slides.length1){const t=h.velocities.pop(),e=h.velocities.pop(),i=t.position-e.position,a=t.time-e.time;o.velocity=i/a,o.velocity/=2,Math.abs(o.velocity)150||G()-t.time>300)&&(o.velocity=0)}else o.velocity=0;o.velocity*=s.freeMode.momentumVelocityRatio,h.velocities.length=0;let t=1e3*s.freeMode.momentumRatio;const e=o.velocity*t;let d=o.translate+e;a&&(d=-d);let p,c=!1;const u=20*Math.abs(o.velocity)*s.freeMode.momentumBounceRatio;let m;if(do.minTranslate())s.freeMode.momentumBounce?(d-o.minTranslate()>u&&(d=o.minTranslate()+u),p=o.minTranslate(),c=!0,h.allowMomentumBounce=!0):d=o.minTranslate(),s.loop&&s.centeredSlides&&(m=!0);else if(s.freeMode.sticky){let t;for(let e=0;e-d){t=e;break}d=Math.abs(l[t]-d){o.loopFix()}),0!==o.velocity){if(t=a?Math.abs((-d-o.translate)/o.velocity):Math.abs((d-o.translate)/o.velocity),s.freeMode.sticky){const e=Math.abs((a?-d:d)-o.translate),i=o.slidesSizesGrid[o.activeIndex];t=e{o&&!o.destroyed&&h.allowMomentumBounce&&(n("momentumBounce"),o.setTransition(s.speed),setTimeout(()=>{o.setTranslate(p),i.transitionEnd(()=>{o&&!o.destroyed&&o.transitionEnd()})},0))})):o.velocity?(n("_freeModeNoMomentumRelease"),o.updateProgress(d),o.setTransition(t),o.setTranslate(d),o.transitionStart(!0,o.swipeDirection),o.animating||(o.animating=!0,i.transitionEnd(()=>{o&&!o.destroyed&&o.transitionEnd()}))):o.updateProgress(d),o.updateActiveIndex(),o.updateSlidesClasses()}else{if(s.freeMode.sticky)return void o.slideToClosest();s.freeMode&&n("_freeModeNoMomentumRelease")}(!s.freeMode.momentum||p>=s.longSwipesMs)&&(o.updateProgress(),o.updateActiveIndex(),o.updateSlidesClasses())}}let{swiper:o,extendParams:a,emit:n,once:r}=t;a({freeMode:{enabled:!1,momentum:!0,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,momentumVelocityRatio:1,sticky:!1,minimumVelocity:.02}}),Object.assign(o,{freeMode:{onTouchStart:e,onTouchMove:s,onTouchEnd:i}})}function Te(t){let e,s,i,{swiper:o,extendParams:a}=t;a({grid:{rows:1,fill:"column"}});const n=t=>{const{slidesPerView:a}=o.params,{rows:n,fill:r}=o.params.grid;s=e/n,i=Math.floor(t/n),e=Math.floor(t/n)===t/n?t:Math.ceil(t/n)*n,"auto"!==a&&"row"===r&&(e=Math.max(e,a*n))},r=(t,a,n,r)=>{const{slidesPerGroup:l,spaceBetween:h}=o.params,{rows:d,fill:p}=o.params.grid;let c,u,m;if("row"===p&&l>1){const s=Math.floor(t/(l*d)),i=t-d*l*s,o=0===s?l:Math.min(Math.ceil((n-s*d*l)/d),l);m=Math.floor(i/o),u=i-m*o+s*l,c=u+m*e/d,a.css({"-webkit-order":c,order:c})}else"column"===p?(u=Math.floor(t/d),m=t-u*d,(u>i||u===i&&m===d-1)&&(m+=1,m>=d&&(m=0,u+=1))):(m=Math.floor(t/s),u=t-m*s);a.css(r("margin-top"),0!==m?h&&`${h}px`:"")},l=(t,s,i)=>{const{spaceBetween:a,centeredSlides:n,roundLengths:r}=o.params,{rows:l}=o.params.grid;if(o.virtualSize=(t+a)*e, o.virtualSize=Math.ceil(o.virtualSize/l)-a,o.$wrapperEl.css({[i("width")]:`${o.virtualSize+a}px`}),n){s.splice(0,s.length);const t=[];for(let e=0;e=r)return void s.appendSlide(e);let l=n>t?n+1:n;const h=[];for(let e=r-1;e>=t;e-=1){const t=s.slides.eq(e);t.remove(),h.unshift(t)}if("object"==typeof e&&"length"in e){for(let t=0;tt?n+e.length:n}else i.append(e);for(let t=0;t{if(s.params.effect!==e)return;s.classNames.push(`${s.params.containerModifierClass}${e}`),r&&r()&&s.classNames.push(`${s.params.containerModifierClass}3d`);const t=n?n():{};Object.assign(s.params,t),Object.assign(s.originalParams,t)}),i("setTranslate",()=>{s.params.effect===e&&o()}),i("setTransition",(t,i)=>{s.params.effect===e&&a(i)}),i("transitionEnd",()=>{if(s.params.effect===e&&l){if(!h||!h().slideShadows)return;s.slides.each(t=>{const e=s.$(t);e.find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").remove()}),l()}}),i("virtualUpdate",()=>{s.params.effect===e&&(s.slides.length||(d=!0),requestAnimationFrame(()=>{d&&s.slides&&s.slides.length&&(o(),d=!1)}))})}function Le(t,e){return t.transformEl?e.find(t.transformEl).css({"backface-visibility":"hidden","-webkit-backface-visibility":"hidden"}):e}function Pe(t){let{swiper:e,duration:s,transformEl:i,allSlides:o}=t;const{slides:a,activeIndex:n,$wrapperEl:r}=e;if(e.params.virtualTranslate&&0!==s){let t,s=!1;t=o?i?a.find(i):a:i?a.eq(n).find(i):a.eq(n),t.transitionEnd(()=>{if(s)return;if(!e||e.destroyed)return;s=!0,e.animating=!1;const t=["webkitTransitionEnd","transitionend"];for(let e=0;e{const{slides:t}=e,s=e.params.fadeEffect;for(let i=0;i{const{transformEl:s}=e.params.fadeEffect,i=s?e.slides.find(s):e.slides;i.transition(t),Pe({swiper:e,duration:t,transformEl:s,allSlides:!0})};Me({effect:"fade",swiper:e,on:i,setTranslate:o,setTransition:a,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!e.params.cssMode})})}function Oe(t){let{swiper:e,extendParams:s,on:i}=t;s({cubeEffect:{slideShadows:!0,shadow:!0,shadowOffset:20,shadowScale:.94}});const o=(t,e,s)=>{let i=s?t.find(".swiper-slide-shadow-left"):t.find(".swiper-slide-shadow-top"),o=s?t.find(".swiper-slide-shadow-right"):t.find(".swiper-slide-shadow-bottom");0===i.length&&(i=h(`
`),t.append(i)),0===o.length&&(o=h(`
`),t.append(o)),i.length&&(i[0].style.opacity=Math.max(-e,0)),o.length&&(o[0].style.opacity=Math.max(e,0))},a=()=>{const t=e.isHorizontal();e.slides.each(e=>{const s=Math.max(Math.min(e.progress,1),-1);o(h(e),s,t)})},n=()=>{const{$el:t,$wrapperEl:s,slides:i,width:a,height:n,rtlTranslate:r,size:l,browser:d}=e,p=e.params.cubeEffect,c=e.isHorizontal(),u=e.virtual&&e.params.virtual.enabled;let m,g=0;p.shadow&&(c?(m=s.find(".swiper-cube-shadow"),0===m.length&&(m=h('
'),s.append(m)),m.css({height:`${a}px`})):(m=t.find(".swiper-cube-shadow"),0===m.length&&(m=h('
'),t.append(m))));for(let t=0;t-1&&(g=90*s+90*h,r&&(g=90*-s-90*h)),e.transform(x),p.slideShadows&&o(e,h,c)}if(s.css({"-webkit-transform-origin":`50% 50% -${l/2}px`,"transform-origin":`50% 50% -${l/2}px`}),p.shadow)if(c)m.transform(`translate3d(0px, ${a/2+p.shadowOffset}px, ${-a/2}px) rotateX(90deg) rotateZ(0deg) scale(${p.shadowScale})`);else{const t=Math.abs(g)-90*Math.floor(Math.abs(g)/90),e=1.5-(Math.sin(2*t*Math.PI/360)/2+Math.cos(2*t*Math.PI/360)/2),s=p.shadowScale,i=p.shadowScale/e,o=p.shadowOffset;m.transform(`scale3d(${s}, 1, ${i}) translate3d(0px, ${n/2+o}px, ${-n/2/i}px) rotateX(-90deg)`)}const f=d.isSafari||d.isWebView?-l/2:0;s.transform(`translate3d(0px,0,${f}px) rotateX(${e.isHorizontal()?0:g}deg) rotateY(${e.isHorizontal()?-g:0}deg)`),s[0].style.setProperty("--swiper-cube-translate-z",`${f}px`)},r=t=>{const{$el:s,slides:i}=e;i.transition(t).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(t),e.params.cubeEffect.shadow&&!e.isHorizontal()&&s.find(".swiper-cube-shadow").transition(t)};Me({effect:"cube",swiper:e,on:i,setTranslate:n,setTransition:r,recreateShadows:a,getEffectParams:()=>e.params.cubeEffect,perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,resistanceRatio:0,spaceBetween:0,centeredSlides:!1,virtualTranslate:!0})})}function Ne(t,e,s){const i=`swiper-slide-shadow${s?`-${s}`:""}`,o=t.transformEl?e.find(t.transformEl):e;let a=o.children(`.${i}`);return a.length||(a=h(`
`),o.append(a)),a}function ze(t){let{swiper:e,extendParams:s,on:i}=t;s({flipEffect:{slideShadows:!0,limitRotation:!0,transformEl:null}});const o=(t,s,i)=>{let o=e.isHorizontal()?t.find(".swiper-slide-shadow-left"):t.find(".swiper-slide-shadow-top"),a=e.isHorizontal()?t.find(".swiper-slide-shadow-right"):t.find(".swiper-slide-shadow-bottom");0===o.length&&(o=Ne(i,t,e.isHorizontal()?"left":"top")),0===a.length&&(a=Ne(i,t,e.isHorizontal()?"right":"bottom")),o.length&&(o[0].style.opacity=Math.max(-s,0)),a.length&&(a[0].style.opacity=Math.max(s,0))},a=()=>{const t=e.params.flipEffect;e.slides.each(s=>{const i=h(s);let a=i[0].progress;e.params.flipEffect.limitRotation&&(a=Math.max(Math.min(s.progress,1),-1)),o(i,a,t)})},n=()=>{const{slides:t,rtlTranslate:s}=e,i=e.params.flipEffect;for(let a=0;a{const{transformEl:s}=e.params.flipEffect,i=s?e.slides.find(s):e.slides;i.transition(t).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(t),Pe({swiper:e,duration:t,transformEl:s})};Me({effect:"flip",swiper:e,on:i,setTranslate:n,setTransition:r,recreateShadows:a,getEffectParams:()=>e.params.flipEffect,perspective:()=>!0,overwriteParams:()=>({slidesPerView:1,slidesPerGroup:1,watchSlidesProgress:!0,spaceBetween:0,virtualTranslate:!e.params.cssMode})})}function He(t){let{swiper:e,extendParams:s,on:i}=t;s({coverflowEffect:{rotate:50,stretch:0,depth:100,scale:1,modifier:1,slideShadows:!0,transformEl:null}});const o=()=>{const{width:t,height:s,slides:i,slidesSizesGrid:o}=e,a=e.params.coverflowEffect,n=e.isHorizontal(),r=e.translate,l=n?t/2-r:s/2-r,h=n?a.rotate:-a.rotate,d=a.depth;for(let t=0,e=i.length;t0?c:0),s.length&&(s[0].style.opacity=-c>0?-c:0)}}},a=t=>{const{transformEl:s}=e.params.coverflowEffect,i=s?e.slides.find(s):e.slides;i.transition(t).find(".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left").transition(t)};Me({effect:"coverflow",swiper:e,on:i,setTranslate:o,setTransition:a,perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0})})}function qe(t){let{swiper:e,extendParams:s,on:i}=t;s({creativeEffect:{transformEl:null,limitProgress:1,shadowPerProgress:!1,progressMultiplier:1,perspective:!0,prev:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1},next:{translate:[0,0,0],rotate:[0,0,0],opacity:1,scale:1}}});const o=t=>"string"==typeof t?t:`${t}px`,a=()=>{const{slides:t,$wrapperEl:s,slidesSizesGrid:i}=e,a=e.params.creativeEffect,{progressMultiplier:n}=a,r=e.params.centeredSlides;if(r){const t=i[0]/2-e.params.slidesOffsetBefore||0;s.transform(`translateX(calc(50% - ${t}px))`)}for(let s=0;s0&&(g=a.prev,m=!0),c.forEach((t,e)=>{c[e]=`calc(${t}px + (${o(g.translate[e])} * ${Math.abs(h*n)}))`}),u.forEach((t,e)=>{u[e]=g.rotate[e]*Math.abs(h*n)}),i[0].style.zIndex=-Math.abs(Math.round(l))+t.length;const f=c.join(", "),x=`rotateX(${u[0]}deg) rotateY(${u[1]}deg) rotateZ(${u[2]}deg)`,y=d<0?`scale(${1+(1-g.scale)*d*n})`:`scale(${1-(1-g.scale)*d*n})`,b=d<0?1+(1-g.opacity)*d*n:1-(1-g.opacity)*d*n,v=`translate3d(${f}) ${x} ${y}`;if(m&&g.shadow||!m){let t=i.children(".swiper-slide-shadow");if(0===t.length&&g.shadow&&(t=Ne(a,i)),t.length){const e=a.shadowPerProgress?h*(1/a.limitProgress):h;t[0].style.opacity=Math.min(Math.max(Math.abs(e),0),1)}}const D=Le(a,i);D.transform(v).css({opacity:b}),g.origin&&D.css("transform-origin",g.origin)}},n=t=>{const{transformEl:s}=e.params.creativeEffect,i=s?e.slides.find(s):e.slides;i.transition(t).find(".swiper-slide-shadow").transition(t),Pe({swiper:e,duration:t,transformEl:s,allSlides:!0})};Me({effect:"creative",swiper:e,on:i,setTranslate:a,setTransition:n,perspective:()=>e.params.creativeEffect.perspective,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!e.params.cssMode})})}function Re(t){let{swiper:e,extendParams:s,on:i}=t;s({cardsEffect:{slideShadows:!0,transformEl:null,rotate:!0}});const o=()=>{const{slides:t,activeIndex:s}=e,i=e.params.cardsEffect,{startTranslate:o,isTouched:a}=e.touchEventsData,n=e.translate;for(let r=0;r0&&d<1&&(a||e.params.cssMode)&&n-1&&(a||e.params.cssMode)&&n>o;if(b||v){const t=(1-Math.abs((Math.abs(d)-.5)/.5))**.5;f+=-28*d*t,g+=-.5*t,x+=96*t,u=`${-25*t*Math.abs(d)}%`}if(c=d<0?`calc(${c}px + (${x*Math.abs(d)}%))`:d>0?`calc(${c}px + (-${x*Math.abs(d)}%))`:`${c}px`,!e.isHorizontal()){const t=u;u=c,c=t}const D=d<0?`${1+(1-g)*d}`:`${1-(1-g)*d}`,w=`\n translate3d(${c}, ${u}, ${m}px)\n rotateZ(${i.rotate?f:0}deg)\n scale(${D})\n `;if(i.slideShadows){let t=l.find(".swiper-slide-shadow");0===t.length&&(t=Ne(i,l)),t.length&&(t[0].style.opacity=Math.min(Math.max((Math.abs(d)-.5)/.5,0),1))}l[0].style.zIndex=-Math.abs(Math.round(h))+t.length;const T=Le(i,l);T.transform(w)}},a=t=>{const{transformEl:s}=e.params.cardsEffect,i=s?e.slides.find(s):e.slides;i.transition(t).find(".swiper-slide-shadow").transition(t),Pe({swiper:e,duration:t,transformEl:s})};Me({effect:"cards",swiper:e,on:i,setTranslate:o,setTransition:a,perspective:()=>!0,overwriteParams:()=>({watchSlidesProgress:!0,virtualTranslate:!e.params.cssMode})})}const Be={body:{},addEventListener(){},removeEventListener(){},activeElement:{blur(){},nodeName:""},querySelector:()=>null,querySelectorAll:()=>[],getElementById:()=>null,createEvent:()=>({initEvent(){}}),createElement:()=>({children:[],childNodes:[],style:{},setAttribute(){},getElementsByTagName:()=>[]}),createElementNS:()=>({}),importNode:()=>null,location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}},Ve={document:Be,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState(){},pushState(){},go(){},back(){}},CustomEvent:function(){return this},addEventListener(){},removeEventListener(){},getComputedStyle:()=>({getPropertyValue:()=>""}),Image(){},Date(){},screen:{},setTimeout(){},clearTimeout(){},matchMedia:()=>({}),requestAnimationFrame:t=>"undefined"==typeof setTimeout?(t(),null):setTimeout(t,0),cancelAnimationFrame(t){"undefined"!=typeof setTimeout&&clearTimeout(t)}};class Fe extends Array{constructor(t){"number"==typeof t?super(t):(super(...t||[]),o(this))}}h.fn=Fe.prototype;const je={addClass:d,removeClass:p,hasClass:u,toggleClass:c,attr:m,removeAttr:g,transform:f,transition:x,on:y,off:b,trigger:v,transitionEnd:D,outerWidth:w,outerHeight:T,styles:E,offset:S,css:A,each:C,html:k,text:M,is:L,index:P,eq:$,append:O,prepend:N,next:z,nextAll:H,prev:q,prevAll:R,parent:B,parents:V,closest:F,find:j,children:Y,filter:I,remove:U};let Ye,Ue,We;Object.keys(je).forEach(t=>{Object.defineProperty(h.fn,t,{value:je[t],writable:!0})});var Xe={on(t,e,s){const i=this;if(!i.eventsListeners||i.destroyed)return i;if("function"!=typeof e)return i;const o=s?"unshift":"push";return t.split(" ").forEach(t=>{i.eventsListeners[t]||(i.eventsListeners[t]=[]),i.eventsListeners[t][o](e)}),i},once(t,e,s){function i(){o.off(t,i),i.__emitterProxy&&delete i.__emitterProxy;for(var s=arguments.length,a=new Array(s),n=0;n=0&&e.eventsAnyListeners.splice(s,1),e},off(t,e){const s=this;return!s.eventsListeners||s.destroyed?s:s.eventsListeners?(t.split(" ").forEach(t=>{void 0===e?s.eventsListeners[t]=[]:s.eventsListeners[t]&&s.eventsListeners[t].forEach((i,o)=>{(i===e||i.__emitterProxy&&i.__emitterProxy===e)&&s.eventsListeners[t].splice(o,1)})}),s):s},emit(){const t=this;if(!t.eventsListeners||t.destroyed)return t;if(!t.eventsListeners)return t;let e,s,i;for(var o=arguments.length,a=new Array(o),n=0;n{t.eventsAnyListeners&&t.eventsAnyListeners.length&&t.eventsAnyListeners.forEach(t=>{t.apply(i,[e,...s])}),t.eventsListeners&&t.eventsListeners[e]&&t.eventsListeners[e].forEach(t=>{t.apply(i,s)})}),t}},Ge={updateSize:dt,updateSlides:pt,updateAutoHeight:ct,updateSlidesOffset:ut,updateSlidesProgress:mt,updateProgress:gt,updateSlidesClasses:ft,updateActiveIndex:xt,updateClickedSlide:yt},_e={getTranslate:bt,setTranslate:vt,minTranslate:Dt,maxTranslate:wt,translateTo:Tt},Je={setTransition:St,transitionStart:At,transitionEnd:Ct},Ze={slideTo:It,slideToLoop:kt,slideNext:Mt,slidePrev:Lt,slideReset:Pt,slideToClosest:$t,slideToClickedSlide:Ot},Ke={loopCreate:Nt,loopFix:zt,loopDestroy:Ht},Qe={setGrabCursor:qt,unsetGrabCursor:Rt};let ts=!1;const es=(t,e)=>{const i=s(),{params:o,touchEvents:a,el:n,wrapperEl:r,device:l,support:h}=t,d=!!o.nested,p="on"===e?"addEventListener":"removeEventListener",c=e;if(h.touch){const e=!("touchstart"!==a.start||!h.passiveListener||!o.passiveListeners)&&{passive:!0,capture:!1};n[p](a.start,t.onTouchStart,e),n[p](a.move,t.onTouchMove,h.passiveListener?{passive:!1,capture:d}:d),n[p](a.end,t.onTouchEnd,e),a.cancel&&n[p](a.cancel,t.onTouchEnd,e)}else n[p](a.start,t.onTouchStart,!1),i[p](a.move,t.onTouchMove,d),i[p](a.end,t.onTouchEnd,!1);(o.preventClicks||o.preventClicksPropagation)&&n[p]("click",t.onClick,!0),o.cssMode&&r[p]("scroll",t.onScroll),o.updateOnWindowResize?t[c](l.ios||l.android?"resize orientationchange observerUpdate":"resize observerUpdate",Yt,!0):t[c]("observerUpdate",Yt,!0)};var ss={attachEvents:Gt,detachEvents:_t};const is=(t,e)=>t.grid&&e.grid&&e.grid.rows>1;var os={setBreakpoint:Jt,getBreakpoint:Zt},as={addClasses:Qt,removeClasses:te},ns={loadImage:ee,preloadImages:se},rs={checkOverflow:ie},ls={init:!0,direction:"horizontal",touchEventsTarget:"wrapper",initialSlide:0,speed:300,cssMode:!1,updateOnWindowResize:!0,resizeObserver:!0,nested:!1,createElements:!1,enabled:!0,focusableElements:"input, select, option, textarea, button, video, label",width:null,height:null,preventInteractionOnTransition:!1,userAgent:null,url:null,edgeSwipeDetection:!1,edgeSwipeThreshold:20,autoHeight:!1,setWrapperSize:!1,virtualTranslate:!1,effect:"slide",breakpoints:void 0,breakpointsBase:"window",spaceBetween:0,slidesPerView:1,slidesPerGroup:1,slidesPerGroupSkip:0,slidesPerGroupAuto:!1,centeredSlides:!1,centeredSlidesBounds:!1,slidesOffsetBefore:0,slidesOffsetAfter:0,normalizeSlideIndex:!0,centerInsufficientSlides:!1,watchOverflow:!0,roundLengths:!1,touchRatio:1,touchAngle:45,simulateTouch:!0,shortSwipes:!0,longSwipes:!0,longSwipesRatio:.5,longSwipesMs:300,followFinger:!0,allowTouchMove:!0,threshold:0,touchMoveStopPropagation:!1,touchStartPreventDefault:!0,touchStartForcePreventDefault:!1,touchReleaseOnEdges:!1,uniqueNavElements:!0,resistance:!0,resistanceRatio:.85,watchSlidesProgress:!1,grabCursor:!1,preventClicks:!0,preventClicksPropagation:!0,slideToClickedSlide:!1,preloadImages:!0,updateOnImagesReady:!0,loop:!1,loopAdditionalSlides:0,loopedSlides:null,loopFillGroupWithBlank:!1,loopPreventsSlide:!0,rewind:!1,allowSlidePrev:!0,allowSlideNext:!0,swipeHandler:null,noSwiping:!0,noSwipingClass:"ax-no-swiping",noSwipingSelector:null,passiveListeners:!0,maxBackfaceHiddenSlides:10,containerModifierClass:"ax-",slideClass:"ax-slide",slideBlankClass:"ax-slide-invisible-blank",slideActiveClass:"ax-slide-active",slideDuplicateActiveClass:"ax-slide-duplicate-active",slideVisibleClass:"ax-slide-visible",slideDuplicateClass:"ax-slide-duplicate",slideNextClass:"ax-slide-next",slideDuplicateNextClass:"ax-slide-duplicate-next",slidePrevClass:"ax-slide-prev",slideDuplicatePrevClass:"ax-slide-duplicate-prev",wrapperClass:"ax-wrapper",runCallbacksOnInit:!0,_emitClasses:!1};const hs={eventsEmitter:Xe,update:Ge,translate:_e,transition:Je,slide:Ze,loop:Ke,grabCursor:Qe,events:ss,breakpoints:os,checkOverflow:rs,classes:as,images:ns},ds={};class ps{constructor(){let t,e;for(var s=arguments.length,i=new Array(s),o=0;o1){const t=[];return h(e.el).each(s=>{const i=Q({},e,{el:s});t.push(new ps(i))}),t}const a=this;a.__swiper__=!0,a.support=it(),a.device=at({userAgent:e.userAgent}),a.browser=rt(),a.eventsListeners={},a.eventsAnyListeners=[],a.modules=[...a.__modules__],e.modules&&Array.isArray(e.modules)&&a.modules.push(...e.modules);const n={};a.modules.forEach(t=>{t({swiper:a,extendParams:oe(e,n),on:a.on.bind(a),once:a.once.bind(a),off:a.off.bind(a),emit:a.emit.bind(a)})});const r=Q({},ls,n);return a.params=Q({},r,ds,e),"string"==typeof e.el?(".ax-prev"==a.params.navigation.prevEl&&(a.params.navigation.prevEl=document.querySelector(e.el+" .ax-prev")),".ax-next"==a.params.navigation.nextEl&&(a.params.navigation.nextEl=document.querySelector(e.el+" .ax-next"))):(".ax-prev"==a.params.navigation.prevEl&&(a.params.navigation.prevEl=e.el.querySelector(".ax-prev")),".ax-next"==a.params.navigation.nextEl&&(a.params.navigation.nextEl=e.el.querySelector(".ax-next"))),a.originalParams=Q({},a.params),a.passedParams=Q({},e),a.params&&a.params.on&&Object.keys(a.params.on).forEach(t=>{a.on(t,a.params.on[t])}),a.params&&a.params.onAny&&a.onAny(a.params.onAny),a.$=h,Object.assign(a,{enabled:a.params.enabled,el:t,classNames:[],slides:h(),slidesGrid:[],snapGrid:[],slidesSizesGrid:[],isHorizontal:()=>"horizontal"===a.params.direction,isVertical:()=>"vertical"===a.params.direction,activeIndex:0,realIndex:0,isBeginning:!0,isEnd:!1,translate:0,previousTranslate:0,progress:0,velocity:0,animating:!1,allowSlideNext:a.params.allowSlideNext,allowSlidePrev:a.params.allowSlidePrev,touchEvents:function(){const t=["touchstart","touchmove","touchend","touchcancel"],e=["pointerdown","pointermove","pointerup"];return a.touchEventsTouch={start:t[0],move:t[1],end:t[2],cancel:t[3]},a.touchEventsDesktop={start:e[0],move:e[1],end:e[2]},a.support.touch||!a.params.simulateTouch?a.touchEventsTouch:a.touchEventsDesktop}(),touchEventsData:{isTouched:void 0,isMoved:void 0,allowTouchCallbacks:void 0,touchStartTime:void 0,isScrolling:void 0,currentTranslate:void 0,startTranslate:void 0,allowThresholdMove:void 0,focusableElements:a.params.focusableElements,lastClickTime:G(),clickTimeout:void 0,velocities:[],allowMomentumBounce:void 0,isTouchEvent:void 0,startMoving:void 0},allowClick:!0,allowTouchMove:a.params.allowTouchMove,touches:{startX:0,startY:0,currentX:0,currentY:0,diff:0},imagesToLoad:[],imagesLoaded:0}),a.emit("_swiper"),a.params.init&&a.init(),a}enable(){const t=this;t.enabled||(t.enabled=!0,t.params.grabCursor&&t.setGrabCursor(),t.emit("enable"))}disable(){const t=this;t.enabled&&(t.enabled=!1,t.params.grabCursor&&t.unsetGrabCursor(),t.emit("disable"))}setProgress(t,e){const s=this;t=Math.min(Math.max(t,0),1);const i=s.minTranslate(),o=s.maxTranslate(),a=(o-i)*t+i;s.translateTo(a,void 0===e?0:e),s.updateActiveIndex(),s.updateSlidesClasses()}emitContainerClasses(){const t=this;if(!t.params._emitClasses||!t.el)return;const e=t.el.className.split(" ").filter(e=>0===e.indexOf("ax")||0===e.indexOf(t.params.containerModifierClass));t.emit("_containerClasses",e.join(" "))}getSlideClasses(t){const e=this;return e.destroyed?"":t.className.split(" ").filter(t=>0===t.indexOf("ax-slide")||0===t.indexOf(e.params.slideClass)).join(" ")}emitSlidesClasses(){const t=this;if(!t.params._emitClasses||!t.el)return;const e=[];t.slides.each(s=>{const i=t.getSlideClasses(s);e.push({slideEl:s,classNames:i}),t.emit("_slideClass",s,i)}),t.emit("_slideClasses",e)}slidesPerViewDynamic(t,e){void 0===t&&(t="current"),void 0===e&&(e=!1);const s=this,{params:i,slides:o,slidesGrid:a,slidesSizesGrid:n,size:r,activeIndex:l}=s;let h=1;if(i.centeredSlides){let t,e=o[l].swiperSlideSize;for(let s=l+1;sr&&(t=!0));for(let s=l-1;s>=0;s-=1)o[s]&&!t&&(e+=o[s].swiperSlideSize,h+=1,e>r&&(t=!0))}else if("current"===t)for(let t=l+1;t=0;t-=1){const e=a[l]-a[t]1)&&e.isEnd&&!e.params.centeredSlides?e.slideTo(e.slides.length-1,0,!1,!0):e.slideTo(e.activeIndex,0,!1,!0),o||t()),i.watchOverflow&&s!==e.snapGrid&&e.checkOverflow(),e.emit("update")}changeDirection(t,e){void 0===e&&(e=!0);const s=this,i=s.params.direction;return t||(t="horizontal"===i?"vertical":"horizontal"),t===i||"horizontal"!==t&&"vertical"!==t?s:(s.$el.removeClass(`${s.params.containerModifierClass}${i}`).addClass(`${s.params.containerModifierClass}${t}`),s.emitContainerClasses(),s.params.direction=t,s.slides.each(e=>{"vertical"===t?e.style.width="":e.style.height=""}),s.emit("changeDirection"),e&&s.update(),s)}mount(t){const e=this;if(e.mounted)return!0;const i=h(t||e.params.el);if(t=i[0],!t)return!1;t.swiper=e;const o=()=>`.${(e.params.wrapperClass||"").trim().split(" ").join(".")}`,a=()=>{if(t&&t.shadowRoot&&t.shadowRoot.querySelector){const e=h(t.shadowRoot.querySelector(o()));return e.children=(t=>i.children(t)),e}return i.children(o())};let n=a();if(0===n.length&&e.params.createElements){const t=s(),o=t.createElement("div");n=h(o),o.className=e.params.wrapperClass,i.append(o),i.children(`.${e.params.slideClass}`).each(t=>{n.append(t)})}return Object.assign(e,{$el:i,el:t,$wrapperEl:n,wrapperEl:n[0],mounted:!0,rtl:"rtl"===t.dir.toLowerCase()||"rtl"===i.css("direction"),rtlTranslate:"horizontal"===e.params.direction&&("rtl"===t.dir.toLowerCase()||"rtl"===i.css("direction")),wrongRTL:"-webkit-box"===n.css("display")}),!0}init(t){const e=this;if(e.initialized)return e;const s=e.mount(t);return!1===s?e:(e.emit("beforeInit"),e.params.breakpoints&&e.setBreakpoint(),e.addClasses(),e.params.loop&&e.loopCreate(),e.updateSize(),e.updateSlides(),e.params.watchOverflow&&e.checkOverflow(),e.params.grabCursor&&e.enabled&&e.setGrabCursor(),e.params.preloadImages&&e.preloadImages(),e.params.loop?e.slideTo(e.params.initialSlide+e.loopedSlides,0,e.params.runCallbacksOnInit,!1,!0):e.slideTo(e.params.initialSlide,0,e.params.runCallbacksOnInit,!1,!0),e.attachEvents(),e.initialized=!0,e.emit("init"),e.emit("afterInit"),e)}destroy(t,e){void 0===t&&(t=!0),void 0===e&&(e=!0);const s=this,{params:i,$el:o,$wrapperEl:a,slides:n}=s;return void 0===s.params||s.destroyed?null:(s.emit("beforeDestroy"),s.initialized=!1,s.detachEvents(),i.loop&&s.loopDestroy(),e&&(s.removeClasses(),o.removeAttr("style"),a.removeAttr("style"),n&&n.length&&n.removeClass([i.slideVisibleClass,i.slideActiveClass,i.slideNextClass,i.slidePrevClass].join(" ")).removeAttr("style").removeAttr("data-swiper-slide-index")),s.emit("destroy"),Object.keys(s.eventsListeners).forEach(t=>{s.off(t)}),!1!==t&&(s.$el[0].swiper=null,W(s)),s.destroyed=!0,null)}static extendDefaults(t){Q(ds,t)}static get extendedDefaults(){return ds}static get defaults(){return ls}static installModule(t){ps.prototype.__modules__||(ps.prototype.__modules__=[]);const e=ps.prototype.__modules__;"function"==typeof t&&e.indexOf(t)<0&&e.push(t)}static use(t){return Array.isArray(t)?(t.forEach(t=>ps.installModule(t)),ps):(ps.installModule(t),ps)}}Object.keys(hs).forEach(t=>{Object.keys(hs[t]).forEach(e=>{ps.prototype[e]=hs[t][e]})}),ps.use([lt,ht]);const cs=[ae,ne,re,he,pe,ce,ue,me,ge,fe,xe,ye,be,ve,De,we,Te,ke,$e,Oe,ze,He,qe,Re];return ps.use(cs),ps});class axScroll{constructor(t,e){return!!t&&(this.targetDom=axIdToDom(t),!(!this.targetDom||0===this.targetDom.children.length)&&(this.options=axExtend({wrapper:"",axis:"y",snap:{enable:!1,force:!1,offset:0,snapped:"",unsnapped:""},unbound:{attr:"unbound",selector:""},dampingRatio:.5,transInit:0,toInitMode:"scroll",duration:300,distMouse:0,completedTHR:50,drift:{enable:!0,mode:"free",timeTHR:300,distTHR:20,coef:2},paddingStart:0,paddingEnd:0,mouseINR:300,startINR:300,barShow:!1,insertable:!0,breakpoints:{},onBeforeToStart:"",onBeforeToEnd:"",onInit:"",onAdd:"",onRemove:"",onCompleted:"",onExceed:"",onStart:"",onMove:"",onEnd:"",onToStart:"",onToEnd:"",onTranslated:"",onRefactored:"",onSnap:"",onSnapped:"",onUpdateContent:"",onResized:"",onMouse:"",onScrolled:"",onLocated:"",onClick:"",onDestroy:""},e,this.targetDom,this.constructor.name),this.handlers={},"x"===this.options.axis?this.propsMap={position:"left",axis:"X",overflow:"overflowX",client:"clientX",size:"width",index:4,offset:"offsetLeft"}:"y"===this.options.axis&&(this.propsMap={position:"top",axis:"Y",overflow:"overflowY",client:"clientY",size:"height",index:5,offset:"offsetTop"}),this.scrollObj=axGetScrollObj(),this.wrapperDom=this.options.wrapper?axIdToDom(this.options.wrapper):this.targetDom.firstElementChild,!(!this.wrapperDom||0===this.wrapperDom.children.length)&&(this.getUnbounds(),this.getSnappeds(),this.options.barShow&&(this.scrollThumb=axAddElem("span"),this.scrollTrack=axAddElem("div",{class:"ax-scroll-bar"},this.scrollThumb),this.targetDom.appendChild(this.scrollTrack)),this.isMobi=axIsMobi(),this.started=!1,this.scrolled=!0,this.distJitter=0,this.exceedListen=((t,e)=>{this.handlers.hasOwnProperty("exceed")&&this.emit("exceed",t,e),this.options.onExceed&&this.options.onExceed.call(this,t,e),t>=1&&(this.handlers.hasOwnProperty("completed")&&this.emit("completed",e),this.options.onCompleted&&this.options.onCompleted.call(this,e)) }),this.startFun=axThrottle(t=>{if(t.stopPropagation(),this.unbounds.length>0&&(this.unbounds.includes(t.target)||this.unbounds.find(e=>e.contains(t.target)))||!this.getInsertable())return!1;if(t.preventDefault(),this.scrollThumb&&(t.target===this.scrollThumb||t.target===this.scrollTrack))return!1;let e=this.startValue=this.getCoordValue(t);this.distStart=e-this.transLast,this.startTime=t.timeStamp,this.started=!0,this.handlers.hasOwnProperty("start")&&this.emit("start",this.transLast),this.options.onStart&&this.options.onStart.call(this,this.transLast)},this.options.startINR,!0),this.moveFun=(t=>{if(t.stopPropagation(),!this.isMobi&&!this.started)return!1;if(this.unbounds.length>0&&(this.unbounds.includes(t.target)||this.unbounds.find(e=>e.contains(t.target)))||!this.getInsertable())return!1;t.preventDefault();let e=this.getCoordValue(t);if(Math.abs(e-this.startValue)<=2)return!1;this.targetDom.setAttribute("moving",""),this.direction=0,this.transNow=e-this.distStart;let s=this.transNow>=this.transLast;s?this.transNow>this.options.paddingStart&&(this.transNow=this.options.paddingStart+(this.transNow-this.options.paddingStart)*Math.pow(this.options.dampingRatio,2)):this.transNow<=this.difference&&this.difference-this.options.paddingStart<=0&&(this.transNow=this.difference+(this.transNow-this.difference)*Math.pow(this.options.dampingRatio,2)),this.wrapperDom.style.transitionDuration="0ms",this.wrapperDom.style.transform=`translate${this.options.axis}(${this.transNow}px)`,this.handlers.hasOwnProperty("move")&&this.emit("move",this.transNow),this.options.onMove&&this.options.onMove.call(this,this.transNow),this.exceedHandle()}),this.endFun=(t=>{if(t.stopPropagation(),this.targetDom.removeAttribute("moving"),!this.isMobi&&!this.started)return!1;if(this.unbounds.length>0&&(this.unbounds.includes(t.target)||this.unbounds.find(e=>e.contains(t.target)))||!this.getInsertable())return!1;if(t.preventDefault(),this.started=!1,this.flagDir=this.transNow>=this.transLast?1:-1,this.distJitter=Math.abs(this.transNow-this.transLast),this.transLast=this.transNow,this.distJitter<=2)return this.handlers.hasOwnProperty("click")&&this.emit("click",t.target),this.options.onClick&&this.options.onClick.call(this,t.target),!1;let e=t.timeStamp-this.startTime;if(this.options.drift.enable&&ethis.options.drift.distTHR){let s;if("neighbor"===this.options.drift.mode){let e=null;e=-1===this.flagDir?t.target.nextElementSibling:t.target.previousElementSibling,this.options.snap.enable?this.setSnapped({target:e}):this.scrollTo(e)}else if("snap"===this.options.drift.mode){if(!this.options.snap.enable)return!1;let t=this.snappeds.findIndex(t=>t===this.snapped),e=null;-1===this.flagDir?t!==this.snappeds.length-1&&(e=this.snappeds[t+1]):0!==t&&(e=this.snappeds[t-1]),this.setSnapped({target:e})}else s=isNaN(this.options.drift.mode)?(this.options.drift.timeTHR-e)*this.options.drift.coef*this.flagDir:this.options.drift.mode<=1?this.options.drift.mode*this.targetDomSize*this.flagDir:this.options.drift.mode*this.flagDir,this.scrollTo(this.transLast+s-this.distJitter*this.flagDir)}else this.options.snap.enable&&this.setSnapped();this.handlers.hasOwnProperty("end")&&this.emit("end",this.transNow),this.options.onEnd&&this.options.onEnd.call(this,this.transNow),this.exceedHandle(t=>{this.options.onBeforeToStart?this.options.onBeforeToStart.call(this,t)&&this.toStart():this.toStart()},t=>{this.options.onBeforeToEnd?this.options.onBeforeToEnd.call(this,t)&&this.toEnd():this.toEnd()})}),this.scrollFun=axThrottle(t=>{if(t.stopPropagation(),t.preventDefault(),this.unbounds.length>0&&(this.unbounds.includes(t.target)||this.unbounds.find(e=>e.contains(t.target)))||!this.getInsertable())return!1;let e=axIsScrollUp(t,this.scrollObj.detail),s=e?1:-1,i=null;if("string"!=typeof this.options.distMouse){let t=Math.abs(this.distMouse)*s,e=this.getTranslateValue(),o=e-t;i=o}else if("neighbor"===this.options.distMouse)i=e?t.target.nextElementSibling:t.target.previousElementSibling;else if("snap"===this.options.distMouse&&this.options.snap.enable){let t=this.snappeds.findIndex(t=>t===this.snapped);e?t!==this.snappeds.length-1&&(i=this.snappeds[t+1]):0!==t&&(i=this.snappeds[t-1])}this.scrollTo(i,this.options.duration),this.handlers.hasOwnProperty("mouse")&&this.emit("mouse",i),this.options.onMouse&&this.options.onMouse.call(this,i)},this.options.mouseINR,!0),this.transitionendFun=(t=>{t.stopPropagation(),0===this.transNow&&(this.handlers.hasOwnProperty("toStart")&&this.emit("toStart",""),this.options.onToStart&&this.options.onToStart.call(this)),this.transNow===this.difference&&(this.handlers.hasOwnProperty("toEnd")&&this.emit("toEnd",""),this.options.onToEnd&&this.options.onToEnd.call(this)),this.scrollTrack&&this.scrollTrack.removeAttribute("shown"),this.options.snap.enable&&this.snapped!==this.getLatestSnap().latest&&this.setSnapped()}),void this.init())))}init(t){!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.setAttribute(),this.updateDiff(),this.distStart=0,this.transLast=0;let e=axType(this.options.transInit);if(e.includes("HTML")||"String"===e){let t="String"===e?this.wrapperDom.querySelector(this.options.transInit):this.options.transInit;this.transInit=-t[this.propsMap.offset]+this.options.paddingStart}else this.transInit=this.options.paddingStart>Math.abs(this.options.transInit)?this.options.paddingStart:this.options.transInit;return this.transNow=0,"scroll"===this.options.toInitMode?this.scrollTo(this.transInit):"locate"===this.options.toInitMode&&this.locateTo(this.transInit),this.targetDom.addEventListener(axEventMap[0],this.startFun),this.targetDom.addEventListener(axEventMap[1],this.moveFun),this.targetDom.addEventListener(axEventMap[2],this.endFun),this.StyleObs=new MutationObserver(t=>{t.forEach(t=>{if("attributes"===t.type){let e=Number(t.target.style.transform.replace(/[^0-9.\-,]/g,""));if(this.options.barShow&&(this.scrollTrack.setAttribute("shown",""),e>=0||this.isBaby()?this.updateScrollBarSize(e):e<=this.difference&&this.updateScrollBarSize(this.difference-e),e<=0)){let t=1-this.scrollThumbSizeRatio,s=Math.abs(e/(this.targetDomSize-this.wrapperDomSize)),i=s*t,o=Math.ceil(100*i)+"%";this.scrollThumb.style[this.propsMap.position]=o}this.handlers.hasOwnProperty("translated")&&this.emit("translated",e),this.options.onTranslated&&this.options.onTranslated.call(this,e)}"childList"===t.type&&(this.response(),this.options.unbound&&this.getUnbounds(),this.options.snap.enable&&this.getSnappeds(),this.handlers.hasOwnProperty("refactored")&&this.emit("refactored",""),this.options.onRefactored&&this.options.onRefactored.call(this))})}),this.StyleObs.observe(this.wrapperDom,{childList:!0,attributes:!0,attributeFilter:["style"]}),this.targetDomSizeObserver=new ResizeObserver(axDebounce(t=>{for(let e of t){if(!e.contentRect.width&&!e.contentRect.height)return!1;this.response(),this.handlers.hasOwnProperty("resized")&&this.emit("resized",e,this.targetDom),this.options.onResized&&this.options.onResized.call(this,e,this.targetDom)}})),this.targetDomSizeObserver.observe(this.targetDom),this.wrapperDomSizeObserver=new ResizeObserver(axDebounce(t=>{for(let e of t){if(!e.contentRect.width&&!e.contentRect.height)return!1;this.response(),this.handlers.hasOwnProperty("resized")&&this.emit("resized",e,this.wrapperDom),this.options.onResized&&this.options.onResized.call(this,e,this.wrapperDom)}})),this.wrapperDomSizeObserver.observe(this.wrapperDom),this.isMobi||(this.targetDom.addEventListener("mouseleave",this.endFun),this.targetDom.addEventListener(this.scrollObj.event,this.scrollFun)),this.wrapperDom.addEventListener("transitionend",this.transitionendFun),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),t&&t.call(this),this}getInsertable(){return!!this.options.insertable||!!this.scrolled}setAttribute(){!this.targetDom.classList.contains("ax-scroll")&&this.targetDom.classList.add("ax-scroll"),!this.wrapperDom.classList.contains("ax-scroll-body")&&this.wrapperDom.classList.add("ax-scroll-body"),"hidden"!==axStyle(this.targetDom)[this.propsMap.overflow]&&"hidden"!==axStyle(this.targetDom).overflow&&(this.targetDom.style[this.propsMap.overflow]="hidden"),this.targetDom.setAttribute("axis",this.options.axis)}getUnbounds(){this.unbounds=this.getDomsFromArg(this.options.unbound.selector),this.unbounds.forEach(t=>t.setAttribute(this.options.unbound.attr,""))}getDomsFromArg(t){let e=[];if(t){let s=axType(t);"String"===s?e=[...this.wrapperDom.querySelectorAll(t)]:"Array"===s?e=t:s.includes("HTML")&&e.push(t)}return e.filter(Boolean)}getSnappeds(){if(this.options.snap.enable){this.unsnappeds=this.getDomsFromArg(this.options.snap.unsnapped);let t=this.getDomsFromArg(this.options.snap.snapped);t.length||(t=[...this.wrapperDom.children]),this.snappeds=t.filter(t=>!this.unsnappeds.includes(t))}else this.snappeds=[]}getLatestSnap(){let t=this.snappeds.map(t=>({dom:t,offset:Math.abs(this.transNow-this.options.paddingStart+t[this.propsMap.offset])})),e=null;if(t.sort((t,e)=>t.offset-e.offset),this.options.snap.offset){let s=t.find(t=>t.offset<=this.options.snap.offset);e=s?s.dom:null}else e=t[0].dom;return{latest:e,snappeds:t}}setSnapped(t){if(this.destroyed||0===this.wrapperDom.children.length)return this;if(!this.options.snap.enable)return!1;this.scrolled=!1;let e=Object.assign({force:this.options.snap.force},t);if(this.options.snap.enable){let t=this.getLatestSnap(),s=t.snappeds,i=t.latest,o=null,a=e.target?axIdToDom(e.target):null;if(o=a||i,o&&this.scrollTo(o,e.duration,()=>{o===this.snapped&&(this.handlers.hasOwnProperty("snapped")&&this.emit("snapped",o),this.options.onSnapped&&this.options.onSnapped.call(this,o),e.callback&&e.callback.call(this,o))}),o&&(o!==this.snapped||e.force)){o.setAttribute("snapped","");let t=s.find(t=>t!==o&&t.dom.hasAttribute("snapped"));t&&t.dom.removeAttribute("snapped"),this.snapped=o,this.handlers.hasOwnProperty("snap")&&this.emit("snap",o),this.options.onSnap&&this.options.onSnap.call(this,o)}}}rollback(t,e){e=e||this.options.duration+"ms",setTimeout(()=>{this.wrapperDom.style.transitionDuration=e,this.wrapperDom.style.transform=`translate${this.options.axis}(${t}px)`},0),setTimeout(()=>{},parseInt(e))}toStart(t){if(this.destroyed||0===this.wrapperDom.children.length)return this;this.transNow=this.transLast=this.options.paddingStart,this.rollback(this.transNow,t)}toEnd(t){if(this.destroyed||0===this.wrapperDom.children.length)return this;this.transNow=this.transLast=this.difference,this.rollback(this.transNow,t)}getDistMouse(){this.distMouse=0,"string"==typeof this.options.distMouse&&this.options.distMouse||(this.options.distMouse?this.distMouse=this.options.distMouse<=1?parseInt(this.targetDomSize*this.options.distMouse):this.options.distMouse:this.distMouse=parseInt(.25*this.targetDomSize))}getEdgeValue(t){let e,s=axType(t);if(s.includes("HTML")||"String"===s){let s=axIdToDom(t);s?e=-s[this.propsMap.offset]+this.options.paddingStart:this.options.paddingStart}else e=t;return(e||0===e)&&(e>=this.options.paddingStart||this.isBaby()?e=this.options.paddingStart:e<=this.difference&&(e=this.difference)),e}scrollTo(t,e,s){if(this.destroyed||0===this.wrapperDom.children.length)return this;this.scrolled=!1;let i=this.getEdgeValue(t),o=Math.abs(this.transNow-i)/this.targetDomSize,a=e||0==e?`${e}ms`:o>1?Math.trunc(this.options.duration*o)+"ms":`${this.options.duration}ms`;this.wrapperDom.style.transitionDuration=a,this.wrapperDom.style.transform=`translate${this.options.axis}(${i}px)`,this.transLast=this.transNow=i,setTimeout(()=>{this.handlers.hasOwnProperty("scrolled")&&this.emit("scrolled",t,i),this.options.onScrolled&&this.options.onScrolled.call(this,t,i),s&&s.call(this,t,i),this.scrolled=!0},parseInt(a))}locateTo(t,e=!0,s){if(this.destroyed||0===this.wrapperDom.children.length)return this;let i=this.getEdgeValue(t);this.wrapperDom.style.transitionDuration="0ms",this.wrapperDom.style.transform=`translate${this.options.axis}(${i}px)`,this.transLast=this.transNow=i,e&&this.setSnapped(),this.handlers.hasOwnProperty("located")&&this.emit("located",t,i),this.options.onLocated&&this.options.onLocated.call(this,t,i),s&&s.call(this,t,i)}getCoordValue(t){return this.isMobi?t.changedTouches[0][this.propsMap.client]:t[this.propsMap.client]}exceedHandle(t,e){let s=0;this.transNow>this.options.paddingStart||this.wrapperDomSize<=this.targetDomSize-this.options.paddingStart-this.options.paddingEnd?(s=Math.abs(this.transNow/this.options.completedTHR),t&&t(s.toFixed(2)),this.exceedListen(s.toFixed(2),"start")):this.transNowthis.options.paddingStart?this.toStart():this.transNow=1?1:this.targetDomSize/this.wrapperDomSize;let e=(this.targetDomSize-Math.abs(t/2))/this.targetDomSize;t&&(this.scrollThumbSizeRatio=this.scrollThumbSizeRatio*e),this.scrollThumb.style[this.propsMap.size]=Math.ceil(100*this.scrollThumbSizeRatio)+"%"}}getTranslateValue(){let t=axStyle(this.wrapperDom).transform.replace(/[^0-9.\-,]/g,"").split(",").map(t=>Number(t))[this.propsMap.index];return t||0}updateContent(t,e){if(this.destroyed)return this;let s=axType(t);if(this.wrapperDom.innerHTML="","String"===s)if(axStrType(t)){let e=axIdToDom(t);e&&(this.wrapperDom.innerHTML=e.innerHTML)}else this.wrapperDom.innerHTML=t;else if(s.includes("HTML"))this.wrapperDom.appendChild(t);else if("Array"===s){let e=document.createDocumentFragment();for(let s of t)e.appendChild(s);this.wrapperDom.appendChild(e)}else"DocumentFragment"===s&&this.wrapperDom.appendChild(t);this.updateDiff(),this.handlers.hasOwnProperty("updateContent")&&this.emit("updateContent",""),this.options.onUpdateContent&&this.options.onUpdateContent.call(this),e&&e.call(this)}destroy(t){return this.destroyed?this:(this.targetDom.removeEventListener(axEventMap[0],this.startFun),this.targetDom.removeEventListener(axEventMap[1],this.moveFun),this.targetDom.removeEventListener(axEventMap[2],this.endFun),this.wrapperDom.removeEventListener("transitionend",this.transitionendFun),this.StyleObs.disconnect(),this.targetDomSizeObserver.disconnect(),this.wrapperDomSizeObserver.disconnect(),this.isMobi||(this.targetDom.removeEventListener("mouseleave",this.endFun),this.targetDom.removeEventListener(this.scrollObj.event,this.scrollFun)),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axGesture{constructor(t,e){if(!t)return!1;if(this.targetDom=axIdToDom(t),!this.targetDom)return!1;this.options=axExtend({insName:"",parent:"",jitterValue:10,origin:null,click:{timeTHR:200,delay:200,dblclickable:!0,holdDelay:1e3,holdToMenu:!0},wheel:{action:"",axis:"y",distance:60,scale:.5,degree:10,duration:500,reverse:!1},translate:{max:1e4,min:-1e4,positionInstead:!1},drift:{enable:!0,timeTHR:300,distTHR:20,coef:1,duration:500},scale:{enable:!1,centered:!0,max:100,min:0},rotate:{enable:!1,max:3600,min:-3600},initial:null,breakpoints:{},onInit:"",onStart:"",onMove:"",onEnd:"",onClick:"",onDblclick:"",onHold:"",onScale:"",onScaling:"",onScaled:"",onRotate:"",onRotating:"",onRotated:"",onTranslate:"",onTranslating:"",onTranslated:"",onDrift:"",onDrifting:"",onDrifted:"",onCancel:"",onReset:"",onDestroy:""},e,this.targetDom,this.constructor.name);let s=this;this.handlers={},this.started=!1,this.eventState="end",this.scrollObj=axGetScrollObj(),this.isMobi=axIsMobi(),this.startTime=0,this.diffTime=0,this.jitterValue=s.options.jitterValue+(this.isMobi?10:0),this.clickCount=0,this.holdHandle=null,this.moveValues={h:0,x:0,y:0,c:{id:0,x:0,y:0},d:{x:"",y:""}},this.diffValues={scale:0,rotate:0,translate:{x:0,y:0,h:0}},this.startCoord={x:0,y:0},this.triangleValues={start:{x:0,y:0,h:0},last:{x:0,y:0,h:0},now:{x:0,y:0,h:0}},this.moveCount=0,this.touchesMoveCount=0,this.paramsFormat={originEvent:null,scale:{direction:0,diff:0,value:{x:1,y:1},translate:{x:0,y:0}},rotate:{direction:0,diff:0,value:0},translate:{direction:{x:0,y:0},diff:{x:0,y:0,h:0},value:{x:0,y:0},isDrift:!1},drift:{duration:0,direction:{x:0,y:0},diff:{x:0,y:0,h:0},value:{x:0,y:0}},wheel:{direction:{x:0,y:0}},coord:{x:0,y:0},target:this.targetDom,name:"",moveStart:!1,touchesStart:!1,moveEnd:!1,moveTime:0},this.params=null,this.endParams={moveStart:!1,touchesStart:!1,moveEnd:!0},this.startFun=function(t){if(t.stopPropagation(),t.cancelable&&t.preventDefault(),s.params=axClone(s.paramsFormat),s.params.originEvent=t,s.isMobi&&t.targetTouches.length>2&&0===t.changedTouches.length)return s.started=!1,!1;s.getStartValues();let e=s.getTouchCoords(t,"targetTouches"),i=s.getTouchCoords(t,"targetTouches"),o={...s.params},a={...s.params},n={...s.params},r={...s.params},l={...s.params};s.startCoord=s.getCenterCoord(e),s.startTime=Date.now(),s.isMobi&&1!==t.targetTouches.length?s.holdHandle&&clearTimeout(s.holdHandle):s.holdHandle=setTimeout(()=>{o.coord={...s.startCoord},o.name="hold",s.handlers.hasOwnProperty("hold")&&s.emit("hold",o),s.options.onHold&&s.options.onHold.call(s,o),clearTimeout(s.holdHandle)},s.options.click.holdDelay),s.isMobi&&t.targetTouches.length>1&&(s.startCoord=s.getCenterCoord(i),n.coord={...s.startCoord},n.scale.value=s.lastValues.scale,n.name="scale",s.handlers.hasOwnProperty("scale")&&s.emit("scale",n),s.options.onScale&&s.options.onScale.call(s,n),r.coord={...s.startCoord},r.rotate.value=s.lastValues.rotate,r.name="rotate",s.handlers.hasOwnProperty("rotate")&&s.emit("rotate",r),s.options.onRotate&&s.options.onRotate.call(s,r)),a.coord={...s.startCoord},a.translate.value={...s.lastValues.translate},a.name="translate",s.handlers.hasOwnProperty("translate")&&s.emit("translate",a),s.options.onTranslate&&s.options.onTranslate.call(s,a),l.coord={...s.startCoord},l.scale.value=s.lastValues.scale,l.rotate.value=s.lastValues.rotate,l.translate.value={...s.lastValues.translate},l.name="start",s.handlers.hasOwnProperty("start")&&s.emit("start",l),s.options.onStart&&s.options.onStart.call(s,l),s.started=!0,s.eventState="start"},this.moveFun=function(t){if(t.stopPropagation(),t.cancelable&&t.preventDefault(),!s.started)return!1;s.driftListen&&(cancelAnimationFrame(s.driftListen),s.driftListen=null),s.moveCount++,s.params.originEvent=t,s.targetDom.style.transitionDuration="0ms";let e=s.getTouchCoords(t,"targetTouches"),i=1===s.moveCount;s.moveValues=s.getMoveValues(e,s.startCoord);let o={...s.params,coord:s.moveValues.c,moveStart:i},a={...o},n={...o},r={...o},l={...o};s.diffValues.translate={x:~~s.moveValues.x,y:~~s.moveValues.y,h:~~s.moveValues.h},s.updateNowTranslate(s.diffValues.translate),s.moveValues.h>s.jitterValue&&s.holdHandle&&clearTimeout(s.holdHandle),a=axExtend(o,{translate:{diff:{...s.diffValues.translate},value:{...s.nowValues.translate},direction:s.moveValues.d},name:"translating"}),s.handlers.hasOwnProperty("translating")&&s.emit("translating",a),s.options.onTranslating&&s.options.onTranslating.call(s,a),s.isMobi&&t.targetTouches.length>1&&(s.touchesMoveCount++,s.triangleValues.now=s.getTriangleValues(e[0],e[1]),1===s.touchesMoveCount?(s.triangleValues.start={...s.triangleValues.now},s.diffValues.scale=0,s.diffValues.rotate=0,o.touchesStart=!0):(s.diffValues.scale=s.triangleValues.now.h/s.triangleValues.last.h-1,s.diffValues.rotate=s.triangleValues.now.a-s.triangleValues.last.a,s.correctDiffRotate()),s.correctRangeScale(),s.correctRangeRotate(),n=axExtend(o,{scale:{diff:axNumber(s.diffValues.scale),value:{x:axNumber(s.nowValues.scale.x),y:axNumber(s.nowValues.scale.y)},direction:s.diffValues.scale>0?1:s.diffValues.scale<0?-1:0},name:"scaling"}),s.options.scale.centered||(n.scale.translate=s.getTranslate({coord:n.coord,diff:n.scale.diff})),s.handlers.hasOwnProperty("scaling")&&s.emit("scaling",n),s.options.onScaling&&s.options.onScaling.call(s,n),r=axExtend(o,{rotate:{diff:axNumber(s.diffValues.rotate),value:axNumber(s.nowValues.rotate),direction:s.diffValues.rotate>0?1:s.diffValues.rotate<0?-1:0},name:"rotating"}),s.handlers.hasOwnProperty("rotating")&&s.emit("rotating",r),s.options.onRotating&&s.options.onRotating.call(s,r)),l=axExtend(o,{rotate:r.rotate,scale:n.scale,translate:a.translate,name:"move"}),s.handlers.hasOwnProperty("move")&&s.emit("move",l),s.options.onMove&&s.options.onMove.call(s,l),s.triangleValues.last={...s.triangleValues.now},s.eventState="move"},this.endFun=function(t){if(t.stopPropagation(),t.cancelable&&t.preventDefault(),!s.started)return!1;s.moveCount=s.touchesMoveCount=0,s.params.originEvent=t,s.params.moveTime=s.diffTime=Date.now()-s.startTime,s.holdHandle&&clearTimeout(s.holdHandle);let e=s.diffValues.translate.h>s.options.drift.distTHR&&s.diffTime{1===s.clickCount?(s.handlers.hasOwnProperty("click")&&s.emit("click",o),s.options.onClick&&s.options.onClick.call(s,o)):s.clickCount>1&&(o.name="dblclick",s.handlers.hasOwnProperty("dblclick")&&s.emit("dblclick",o),s.options.onDblclick&&s.options.onDblclick.call(s,o)),s.clickCount=0},s.options.click.delay)):(s.handlers.hasOwnProperty("click")&&s.emit("click",o),s.options.onClick&&s.options.onClick.call(s,o))}if(s.options.drift.enable&&e){let t=~~((s.options.drift.timeTHR-s.diffTime)*s.options.drift.coef),e=~~(t*(s.diffValues.translate.x/s.diffValues.translate.h)),o=~~(t*(s.diffValues.translate.y/s.diffValues.translate.h));i.drift.direction=i.translate.direction,i.drift.diff={x:e,y:o,h:t},i.drift.duration=s.options.drift.duration,i.drift.value={x:i.translate.value.x+e,y:i.translate.value.y+o},i.translate.isDrift=!0,i.name="drift",s.targetDom.style.transitionDuration=`${s.options.drift.duration}ms`,s.handlers.hasOwnProperty("drift")&&s.emit("drift",i),s.options.onDrift&&s.options.onDrift.call(s,i),s.driftListen=axListenAnimation({duration:s.options.drift.duration,doing:()=>{s.handlers.hasOwnProperty("drifting")&&s.emit("drifting",i),s.options.onDrifting&&s.options.onDrifting.call(s,i)},done:()=>{let t=axGetStyleTransform(s.targetDom,["translate"],s.options.translate.positionInstead).translate;i.drift.value.x===t.x&&i.drift.value.y===t.y&&(s.handlers.hasOwnProperty("drifted")&&s.emit("drifted",i),s.options.onDrifted&&s.options.onDrifted.call(s,i))}})}i.name="translated",s.handlers.hasOwnProperty("translated")&&s.emit("translated",i),s.options.onTranslated&&s.options.onTranslated.call(s,i),s.isMobi&&(a.scale.diff=axNumber(s.diffValues.scale),a.scale.value={x:axNumber(s.nowValues.scale.x),y:axNumber(s.nowValues.scale.y)},a.name="scaled",s.handlers.hasOwnProperty("scaled")&&s.emit("scaled",a),s.options.onScaled&&s.options.onScaled.call(s,a),n.rotate.diff=axNumber(s.diffValues.rotate),n.rotate.value=axNumber(s.nowValues.rotate),n.name="rotated",s.handlers.hasOwnProperty("rotated")&&s.emit("rotated",n),s.options.onRotated&&s.options.onRotated.call(s,n),s.lastValues.rotate=s.nowValues.rotate,s.lastValues.scale={...s.nowValues.scale}),r.translate=i.translate,r.drift=i.drift,r.scale=a.scale,r.rotate=n.rotate,r.name="end",s.handlers.hasOwnProperty("end")&&s.emit("end",r),s.options.onEnd&&s.options.onEnd.call(s,r),s.lastValues.translate={...s.nowValues.translate},s.setCompleted()},this.wheelFun=function(t){t.stopPropagation(),t.preventDefault(),s.getStartValues();let e=s.correctWheelDirection(axIsScrollUp(t,s.scrollObj.detail)),i=e?1:-1;s.options.wheel.duration&&(s.targetDom.style.transitionDuration=`${s.options.wheel.duration}ms`),s.params=axClone(s.paramsFormat),s.params=axExtend(s.params,{originEvent:t,coord:{x:t.clientX,y:t.clientY},wheel:{direction:{x:i,y:i}},translate:{value:{...s.nowValues.translate}},scale:{value:{...s.nowValues.scale},direction:i},rotate:{value:s.nowValues.rotate,direction:i},moveTime:1e3*parseFloat(axStyle(s.targetDom).transitionDuration)});let o={...s.params,name:`${s.options.wheel.action}move`},a={...s.params,name:"move"};if("scale"===s.options.wheel.action)s.diffValues.scale=e?s.options.wheel.scale:-s.options.wheel.scale,s.correctRangeScale(),o.scale.diff=axNumber(s.diffValues.scale),o.scale.value={x:axNumber(s.nowValues.scale.x),y:axNumber(s.nowValues.scale.y)},s.options.scale.centered||(o.scale.translate=s.getTranslate({coord:o.coord,diff:o.scale.diff})),s.handlers.hasOwnProperty("scaling")&&s.emit("scaling",o),s.options.onScaling&&s.options.onScaling.call(s,o);else if("rotate"===s.options.wheel.action)s.diffValues.rotate=e?s.options.wheel.degree:-s.options.wheel.degree,s.correctRangeRotate(),o.rotate.diff=axNumber(s.diffValues.rotate),o.rotate.value=axNumber(s.nowValues.rotate),s.handlers.hasOwnProperty("rotating")&&s.emit("rotating",o),s.options.onRotating&&s.options.onRotating.call(s,o);else if("translate"===s.options.wheel.action){let t="y"===s.options.wheel.axis?{x:0,y:-i}:{x:-i,y:0},e=-i*s.options.wheel.distance,a="y"===s.options.wheel.axis?0:e,n="x"===s.options.wheel.axis?0:e;s.diffValues.translate={x:a,y:n,h:s.options.wheel.distance},s.updateNowTranslate(s.diffValues.translate),o.translate.diff=s.diffValues.translate,o.translate.value=s.nowValues.translate,o.translate.direction=t,s.handlers.hasOwnProperty("translating")&&s.emit("translating",o),s.options.onTranslating&&s.options.onTranslating.call(s,o)}a[s.options.wheel.action]=o[s.options.wheel.action],s.handlers.hasOwnProperty("move")&&s.emit("move",a),s.options.onMove&&s.options.onMove.call(s,a),s.lastValues[s.options.wheel.action]={...s.nowValues[s.options.wheel.action]}},this.cancelFun=function(t){t.stopPropagation(),t.preventDefault(),s.setCompleted();let e=Object.assign(axClone(s.paramsFormat),{originEvent:t,coord:{x:t.clientX,y:t.clientY},...s.endParams,name:"cancel"});s.handlers.hasOwnProperty("cancel")&&s.emit("cancel",e),s.options.onCancel&&s.options.onCancel.call(s,e)},this.menuFun=function(t){t.stopPropagation(),t.preventDefault();let e=Object.assign(axClone(s.paramsFormat),{originEvent:t,coord:{x:t.clientX,y:t.clientY},...s.endParams,name:"hold"});s.handlers.hasOwnProperty("hold")&&s.emit("hold",e),s.options.onHold&&s.options.onHold.call(s,e)},this.init()}getStartValues(){this.startValues=axGetStyleTransform(this.targetDom,["translate","scale","rotate"],this.options.translate.positionInstead),this.nowValues={translate:{...this.startValues.translate,h:~~this.calcDistance(this.startValues.translate.x,this.startValues.translate.y)},scale:{...this.startValues.scale},rotate:this.startValues.rotate},this.lastValues=axClone(this.nowValues)}init(t){return axInstance.push(this,this.options.insName,"gesture"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.options.initial&&axSetStyleTransform(this.targetDom,this.options.initial,this.options.translate.positionInstead),this.initialValues=this.options.translate.positionInstead?axGetStyleTransform(this.targetDom,["translate","scale","rotate","skew"],this.options.translate.positionInstead):this.targetDom.style.transform,this.targetDom.addEventListener(axEventMap[0],this.startFun,{passive:!1}),this.targetDom.addEventListener(axEventMap[1],this.moveFun,{passive:!1}),this.targetDom.addEventListener(axEventMap[2],this.endFun,{passive:!1}),this.targetDom.addEventListener(axEventMap[3],this.cancelFun,{passive:!1}),this.isMobi||(this.options.wheel.action&&this.targetDom.addEventListener(this.scrollObj.event,this.wheelFun,{passive:!1}),this.options.click.holdToMenu&&this.targetDom.addEventListener("contextmenu",this.menuFun)),this.parentDom=this.options.parent?axIdToDom(this.options.parent):null,this.setCompleted(),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),t&&t.call(this),this}updateNowTranslate(t){let e=this.lastValues.translate.x+t.x,s=this.lastValues.translate.y+t.y;e=axClampValue({value:e,min:this.options.translate.min,max:this.options.translate.max}),s=axClampValue({value:s,min:this.options.translate.min,max:this.options.translate.max}),this.nowValues.translate={x:~~e,y:~~s}}getMoveValues(t,e){let s=this.getCenterCoord(t),i=this.getTriangleValues(s,e),o=~~i.h,a=~~i.x,n=~~i.y,r={x:a>0?1:a<0?-1:0,y:n>0?1:n<0?-1:0};return{c:s,h:o,x:a,y:n,d:r}}setCompleted(){this.parentDom&&!this.isMobi&&(this.parentDom.addEventListener("mouseleave",this.endFun,{passive:!1}),this.options.wheel.action&&this.parentDom.addEventListener(this.scrollObj.event,this.wheelFun,{passive:!1})),this.started=!1,this.moveCount=this.touchesMoveCount=0,this.diffValues={scale:0,rotate:0,translate:{x:0,y:0,h:0}},this.holdHandle&&clearTimeout(this.holdHandle)}getOrign(t,e){let s=t.x-e.left,i=t.y-e.top;return s<0?s=0:s>e.width&&(s=e.width),i<0?i=0:i>e.height&&(i=e.height),{x:s,y:i}}getTranslate(t){let e=axStyle(this.targetDom),s=parseInt(e.width),i=parseInt(e.height),o=this.options.origin||{x:s/2,y:i/2 },a=this.targetDom.getBoundingClientRect(),n=this.getOrign(t.coord,a),r=axGetStyleTransform(this.targetDom,["translate"],this.options.translate.positionInstead),l=t=>{let e=n[t]/a["x"===t?"width":"height"];return e<0?e=0:e>1&&(e=1),e},h=e=>(o[e]-("x"===e?s:i)*l(e))*t.diff,d=r.translate.x+h("x"),p=r.translate.y+h("y");return{x:~~d,y:~~p}}getTouchCoords(t,e="targetTouches"){let s=[];if(this.isMobi)for(let i of t[e])s.push({x:~~i.clientX,y:~~i.clientY});else s.push({x:~~t.clientX,y:~~t.clientY});return s}getCenterCoord(t){let e,s=(e,s)=>{let i=0;for(let o=0;o1?{x:~~s(2,"x"),y:~~s(2,"y")}:1===t.length?t[0]:{x:0,y:0},e}calcDistance(t,e){return Math.sqrt(t*t+e*e)}getTriangleValues(t,e){let s=t.x-e.x,i=t.y-e.y,o=this.calcDistance(s,i),a=180*Math.atan2(i,s)/Math.PI;return{x:s,y:i,h:o,a:a}}correctRangeRotate(){this.nowValues.rotate=this.correctRangeValue("rotate",this.nowValues.rotate);let t=this.nowValues.rotate+this.diffValues.rotate;t>=this.options.rotate.max?this.diffValues.rotate=this.options.rotate.max-this.nowValues.rotate:t<=this.options.rotate.min&&(this.diffValues.rotate=this.options.rotate.min-this.nowValues.rotate),this.nowValues.rotate+=this.diffValues.rotate}correctDiffRotate(){this.triangleValues.now.a>0&&this.triangleValues.last.a<0?this.triangleValues.now.a>90&&this.triangleValues.last.a<-90?this.diffValues.rotate=360-this.diffValues.rotate:this.triangleValues.now.a<90&&this.triangleValues.last.a>-90&&(this.diffValues.rotate=-this.diffValues.rotate):this.triangleValues.now.a<0&&this.triangleValues.last.a>0&&(this.triangleValues.now.a>-90&&this.triangleValues.last.a<90?value=-this.diffValues.rotate:this.triangleValues.now.a<-90&&this.triangleValues.last.a>90&&(this.diffValues.rotate=-(360+this.diffValues.rotate)))}correctRangeScale(){this.nowValues.scale.x=this.correctRangeValue("scale",this.nowValues.scale.x),this.nowValues.scale.y=this.correctRangeValue("scale",this.nowValues.scale.y);let t=this.nowValues.scale.x+this.diffValues.scale,e=this.nowValues.scale.y+this.diffValues.scale;t>=this.options.scale.max||e>=this.options.scale.max?this.diffValues.scale=Math.min(this.options.scale.max-this.nowValues.scale.x,this.options.scale.max-this.nowValues.scale.y):(t<=this.options.scale.min||e<=this.options.scale.min)&&(this.diffValues.scale=Math.min(this.options.scale.min-this.nowValues.scale.x,this.options.scale.min-this.nowValues.scale.y)),this.nowValues.scale.x+=this.diffValues.scale,this.nowValues.scale.y+=this.diffValues.scale}correctRangeValue(t,e){let s;return s=ethis.options[t].max?this.options[t].max:e,s}keepDiffZero(t){(this.nowValues[t].x===this.options[t].min&&this.nowValues[t].y===this.options[t].min||this.nowValues[t].x===this.options[t].max&&this.nowValues[t].y===this.options[t].max)&&(this.diffValues[t]=0)}correctWheelDirection(t){return this.options.wheel.reverse?!t:t}reset(t){return this.targetDom.style.transform=this.initialValues,this.handlers.hasOwnProperty("reset")&&this.emit("reset",""),this.options.onReset&&this.options.onReset.call(this),t&&t.call(this),this}destroy(t){return this.destroyed?this:(this.setCompleted(),this.reset(),this.targetDom.removeEventListener(axEventMap[0],this.startFun),this.targetDom.removeEventListener(axEventMap[1],this.moveFun),this.targetDom.removeEventListener(axEventMap[2],this.endFun),this.targetDom.removeEventListener(axEventMap[3],this.cancelFun),this.isMobi||(this.options.wheel.action&&this.targetDom.removeEventListener(this.scrollObj.event,this.wheelFun),this.options.click.holdToMenu&&this.targetDom.removeEventListener("contextmenu",this.menuFun)),this.parentDom&&!this.isMobi&&(this.parentDom.removeEventListener("mouseleave",this.endFun),this.options.wheel.action&&this.parentDom.removeEventListener(this.scrollObj.event,this.wheelFun)),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axSlider{constructor(t,e){return!!t&&(this.targetDom=axIdToDom(t),!!this.targetDom&&(this.options=axExtend({insName:"",storageName:"",content:"",separator:",",async:{enable:!1,type:"post",source:"json",data:null},lazyShow:!1,lazyload:{visible:[.2],dataName:"src",onAsync:""},active:0,duration:500,throttle:0,slides:1,grouped:!1,loop:!1,unsnappedAttr:"unsnapped",autoHeight:!1,gap:0,centered:!1,centeredFill:!1,divide:1,keyboard:!1,breakpoints:{},autoplay:{enable:!1,delay:4e3,countdown:!1},scroll:{axis:"x",snap:{enable:!0},drift:{timeTHR:200}},scale:{enable:!1,min:1,max:3},scaleGap:50,tools:[],total:{enable:!1,placement:"left-top"},pagination:{enable:!1,className:"",type:"lamp",selector:"",data:[],callback:""},navigation:{enable:!1,className:"",Filled:!1,prev:{selector:"",className:"",text:""},next:{selector:"",className:"",text:""}},integrated:!1,onInit:"",onSlide:"",onSlided:"",onStartPlay:"",onStopPlay:"",onToStart:"",onToEnd:"",onZoomin:"",onZoomout:"",onUpdated:"",onDestroy:"",onSave:""},e,this.targetDom,this.constructor.name),this.handlers={},"x"===this.options.scroll.axis?this.propsMap={position:"left",gap:"marginLeft",client:"clientX",size:"width",offset:"offsetLeft",reverse:{size:"height",gap:"marginTop"}}:"y"===this.options.scroll.axis&&(this.propsMap={position:"top",gap:"marginTop",client:"clientY",size:"height",offset:"offsetTop",reverse:{size:"width",gap:"marginLeft"}}),this.delayScroll=(()=>{this.activeIndex>=this.bullets.at(-1).index?(this.stopPlay(),this.toStart(()=>{this.startPlay()})):(this.setCountdown(),this.toNext())}),this.startClone=[],this.endClone=[],this.keyToSwipe=axThrottle(t=>{"ArrowLeft"===t.code&&this.toPrev(),"ArrowRight"===t.code&&this.toNext()},this.options.throttle,!0),this.init(),this))}begin(){if(this.data=[],this.bullets=[],axInstance.push(this,this.options.insName,"slider"),this.destroyed=!1,this.options.storageName){let t=axLocalStorage.get(this.options.storageName);axIsEmpty(t)?axLocalStorage.set(this.options.storageName,{}):this.options=axExtend(this.options,t)}this.activeIndex=this.options.active,!0===this.options.pagination?this.options.pagination={enable:!0,type:"lamp"}:!1===this.options.pagination&&(this.options.pagination={enable:!1}),!0===this.options.navigation?this.options.navigation={enable:!0}:!0===this.options.navigation&&(this.options.navigation={enable:!1}),!0===this.options.autoplay?this.options.autoplay={enable:!0,delay:4e3}:!1===this.options.autoplay&&(this.options.autoplay={enable:!1}),this.pause=!0,!0===this.options.total?this.options.total={enable:!0,placement:"left-top"}:!1===this.options.total&&(this.options.total={enable:!1}),!0===this.options.async&&(this.options.async={enable:!0,type:"post",source:"json"}),!0===this.options.scale&&(this.options.scale={enable:!0,min:1,max:3}),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints)}getDistMouse(){let t=0;return this.options.loop?t="snap":this.options.grouped&&this.options.slides>1?t="snap":this.options.slides>=1&&(t=this.options.gap?this.slideSize+this.options.gap:1/this.options.slides),t}getPaddingStart(){return this.options.slides>=1&&this.options.centered?(this.targetSize-this.slideSize)/2:0}getInitSlide(){return this.options.centered&&this.options.centeredFill?this.options.slides>1&&this.activeIndex<~~(this.options.slides/2)&&(this.activeIndex=~~(this.options.slides/2)):this.activeIndex>this.slides.length-1&&(this.activeIndex=this.slides.length-1),this.slides[this.activeIndex].dom}init(){this.begin(),this.createWrapper(),this.setAttribute(),this.spyIns=new axSpy(this.targetDom,{visible:[1],onShown:()=>{this.options.keyboard&&window.addEventListener("keydown",this.keyToSwipe)},onOut:()=>{this.options.keyboard&&window.removeEventListener("keydown",this.keyToSwipe)}}),this.getSlidersData(t=>(this.slides=t,this.setSlidesObserve(),this.fillTarget(),this.setScroll(),this.setCage(),this.setLoopPlay(),this.setAutoPlay(),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this))}getUnbounds(){return[...this.scrollIns.unbounds,this.prevDom,this.nextDom,this.toolsDom,this.countdownDom,...this.bullets.map(t=>t.dom)].filter(Boolean)}setScroll(){this.scrollOpt=axExtend({wrapper:this.wrapperDom,transInit:this.getInitSlide(),duration:this.options.duration,distMouse:this.getDistMouse(),paddingStart:this.getPaddingStart(),paddingEnd:this.getPaddingStart(),insertable:!this.options.loop},this.options.scroll),this.options.grouped&&this.options.slides>1&&(this.scrollOpt.snap.unsnapped=`[${this.options.unsnappedAttr}]`),this.options.slides>=1&&(this.scrollOpt.drift.mode=this.options.gap?this.targetSize+this.options.gap:1),this.scrollIns=new axScroll(this.targetDom,this.scrollOpt),this.scrollIns.unbounds=this.getUnbounds(),this.scrollIns.on("snap",t=>{this.slided=!1;let e=this.bullets.find(e=>e.target.dom===t);e&&(this.activeIndex=e.index,this.numeratorDom&&(this.numeratorDom.innerHTML=this.activeIndex+1),this.setBulletActive(e),this.setNavState(),this.options.autoHeight&&(this.targetDom.style.height=axStyle(e.target.dom).height),this.handlers.hasOwnProperty("slide")&&this.emit("slide",e),this.options.onSlide&&this.options.onSlide.call(this,e),this.save());let s=this.slides.filter(t=>t.scaled);s.length>0&&s.forEach(t=>{this.toZoomout(t)})}),this.scrollIns.on("snapped",t=>{let e=this.slides.findIndex(e=>e.dom===t),s=this.bullets.find(e=>e.target.dom===t);if(-1===e)if(this.endClone.length>0&&this.endClone.includes(t)){let e=this.endClone.findIndex(e=>e===t);this.scrollIns.locateTo(this.slides.at(e-this.totalClone).dom)}else if(this.startClone.length>0&&this.startClone.includes(t)){let e=this.startClone.findIndex(e=>e===t);this.scrollIns.locateTo(this.slides[e].dom)}s&&(this.handlers.hasOwnProperty("slided")&&this.emit("slided",s),this.options.onSlided&&this.options.onSlided.call(this,s),s===this.bullets[0]?(this.handlers.hasOwnProperty("toStart")&&this.emit("toStart",s),this.options.onToStart&&this.options.onToStart.call(this,s)):s===this.bullets.at(-1)&&(this.handlers.hasOwnProperty("toEnd")&&this.emit("toEnd",s),this.options.onToEnd&&this.options.onToEnd.call(this,s)))}),this.scrollIns.on("move",t=>{this.options.loop&&(t>0?this.scrollIns.locateTo(this.slides.at(-this.totalClone).dom):t{e===this.targetDom&&(this.resetSlidesSize(t),this.scrollIns.setSnapped())}),this.scrollIns.on("mouse",()=>{this.stopPlay(!0)})}setCage(){if(!this.options.scale.enable)return!1;for(let t of this.slides)t.dom.hasAttribute("unscalable")||0===t.dom.children.length||(t.cage=new axCage(t.dom,{init:!1,drift:{enable:!0},scale:this.options.scale,completedTHR:this.options.scaleGap,onCompleted:t=>{"x"===this.options.scroll.axis?"left"===t?this.toNext():"right"===t&&this.toPrev():"y"===this.options.scroll.axis&&("top"===t?this.toNext():"bottom"===t&&this.toPrev())}}),t.dom.ondblclick=(()=>{if(0===t.dom.children.length)return!1;t.scaled?this.toZoomout(t):this.toZoomin(t)}))}scaleToggle(t,e){"destroy"===e?(t.cage.destroy(),Reflect.deleteProperty(t,"scaled")):(t.cage.init(()=>{t.cage.setValues({value:this.options.scale.max,type:"scale"})}),t.scaled=!0)}findSlide(t){let e=axType(t),s=null;return t?"Number"===e?s=this.slides[t]:"Object"===e?s=t:e.includes("HTML")&&(s=this.slides.find(e=>e.dom===t)):s=this.slides[this.activeIndex],s}toZoomin(t,e){let s=this.findSlide(t);(s||s.children.length>0)&&(this.scaleToggle(s,"init"),e&&e.call(this),this.handlers.hasOwnProperty("zoomin")&&this.emit("zoomin",s),this.options.onZoomin&&this.options.onZoomin.call(this,s))}toZoomout(t,e){let s=this.findSlide(t);(s||s.children.length>0)&&(this.scaleToggle(s,"destroy"),e&&e.call(this),this.handlers.hasOwnProperty("zoomout")&&this.emit("zoomout",s),this.options.onZoomout&&this.options.onZoomout.call(this,s))}setAttribute(){!this.targetDom.classList.contains("ax-slider")&&this.targetDom.classList.add("ax-slider"),this.options.divide>1&&this.targetDom.setAttribute("display","grid"),this.targetDom.setAttribute("axis",this.options.scroll.axis),this.targetDom.setAttribute("slides",this.options.slides)}createSliderDom(t){let e;if("image"===t.type)props={type:"image"},e=this.options.lazyShow?``:``,t.dom=axAddElem("li",{type:"image"},e);else if("video"===t.type)e=this.options.lazyShow?``:``,t.dom=axAddElem("li",{type:"video"},e);else if("audio"===t.type)e=this.options.lazyShow?``:``,t.dom=axAddElem("li",{type:"audio"},e);else if("url"===t.type)e=this.options.lazyShow?``:``,t.dom=axAddElem("li",{type:"url"},e);else if("node"===t.type)"LI"===t.content.nodeName?(t.dom=t.content,t.dom.setAttribute("type","node")):(t.dom=axAddElem("li",{type:"node"}),t.dom.appendChild(t.content));else if("async"===t.type)if(this.options.lazyShow){let e={type:"async"};e[`data-${this.options.lazyload.dataName}`]=t.content,!axIsEmpty(t.data)&&(e["data-async"]=JSON.stringify(t.data)),t.dom=axAddElem("li",e)}else t.dom=axAddElem("li",{type:"async"}),axAjax({url:t.content,type:this.options.async.type,data:t.data,before:()=>{t.dom.setAttribute("loading","")},success:e=>{t.dom.removeAttribute("loading"),"string"==typeof e.content?t.dom.innerHTML=e.content:t.callback&&t.callback.call(this,e.content,t)}});else"text"!==t.type&&t.type||(t.type="text",t.content=t.content.trim(),e=axStrType(t.content)?document.querySelector(t.content).innerHTML:t.content,t.dom=axAddElem("li",{type:"text"},e))}getSlidersData(t){let e=[];if(this.wrapperDom.innerHTML)e=[...this.wrapperDom.children].map(t=>{let e={dom:t};if(t.getAttribute("label")&&(e.label=t.getAttribute("label")),1===t.children.length){let s=t.children[0],i=s.nodeName;"IMG"===i?(e.type="image",e.content=s.src,e.label=s.alt||s.title||t.getAttribute("label")||"",e.poster=t.getAttribute("poster")||""):"IFRAME"===i?(e.type="url",e.content=s.src,e.label=s.alt||s.title||t.getAttribute("label")||"",e.poster=t.getAttribute("poster")||""):"VIDEO"===i?(e.type="video",e.content=s.src,e.label=t.getAttribute("label")||"",e.poster=s.getAttribute("poster")||t.getAttribute("poster")||""):"AUDIO"===i&&(e.type="audio",e.content=s.src,e.label=t.getAttribute("label")||"",e.poster=t.getAttribute("poster")||"")}else e.type="text",e.content=t.innerHTML,e.label=t.getAttribute("label")||"",e.poster=t.getAttribute("poster")||"";return e}),t(e);else{let s,i=axType(this.options.content);if("String"===i)this.options.async.enable?axAjax({url:this.options.content,type:this.options.async.type,data:this.options.async.data,before:()=>{this.targetDom.setAttribute("loading","")},success:s=>{this.targetDom.removeAttribute("loading"),s.content.forEach(t=>{this.createSliderDom(t)}),e=s.content,t(e)}}):(e=this.options.content.split(this.options.separator).map(t=>(s=this.options.lazyShow?``:``,{type:"image",content:t,dom:axAddElem("li",{type:"image"},s)})),t(e));else if("Array"===i){let i=axType(this.options.content[0]);"String"===i?e=this.options.content.map(t=>(s=this.options.lazyShow?``:``,{type:"image",content:t,dom:axAddElem("li",{type:"image"},s)})):i.includes("HTML")?e=this.options.content.map(t=>{let e={type:"node",content:t};return"LI"===t.nodeName?(e.dom=t,e.dom.setAttribute("type","node")):(e.dom=axAddElem("li",{type:"node"}),e.dom.appendChild(t)),e}):"Object"===i&&(this.options.content.forEach(t=>{this.createSliderDom(t)}),e=this.options.content),t(e)}}}getAccuracy(t,e=!0){let s=t.toString().split(".")[1]?t.toString().split(".")[1].length:0;return s>3?axNumber(t+(e?.1:0),{mode:e?"ceil":"floor",places:1}):t}getSingleSize(){let t=this.targetSize-this.options.gap*(this.options.slides-1),e=t/this.options.slides;if(this.slideSize=this.getAccuracy(e,!(this.options.gap>0)),this.options.divide>1){let t=parseInt(axStyle(this.targetDom)[this.propsMap.reverse.size])-this.options.gap*(this.options.divide-1),e=t/this.options.divide;this.slideSizeDivide=this.getAccuracy(e,!(this.options.gap>0))}}setSingleSize(t){this.options.slides>0&&(t.dom.style[this.propsMap.size]=this.slideSize+"px")}setSingleGap(t,e){e=0===e?0:e||this.slides.findIndex(e=>e===t),this.options.divide>1?(t.dom.style[this.propsMap.reverse.size]=this.getAccuracy(this.slideSizeDivide,!1)+"px",e%this.options.divide!=0&&this.options.gap&&(t.dom.style[this.propsMap.reverse.gap]=this.options.gap+"px"),e>=this.options.divide&&(t.dom.style[this.propsMap.gap]=this.options.gap+"px")):0!==e&&(t.dom.style[this.propsMap.gap]=this.options.gap+"px")}resetSlidesSize(t){let e=axIsEmpty(t)?"":t[this.propsMap.size];this.getTargetSize(e),this.getSingleSize(),this.setSlidersSize()}resetSlidesGap(){this.options.slides>0&&(this.options.divide>1?this.slides.forEach((t,e)=>{this.setSingleGap(t,e)}):this.options.gap>0&&this.slides.forEach(t=>{this.setSingleGap(t)}))}getTargetSize(t){let e=axStyle(this.targetDom),s=parseInt(e.height),i=parseInt(e.width);"x"===this.options.scroll.axis?this.targetSize=t||i:"y"===this.options.scroll.axis&&(this.targetSize=t||s)}setSlidersSize(){this.options.slides>0&&(this.slides.forEach(t=>{this.setSingleSize(t)}),this.resetSlidesGap())}createWrapper(){this.targetDom.querySelector(".ax-slider-wrapper")?this.wrapperDom=this.targetDom.querySelector(".ax-slider-wrapper"):(this.wrapperDom=axAddElem("ul",{class:"ax-slider-wrapper"},""),this.targetDom.appendChild(this.wrapperDom)),this.targetDom.querySelector(".ax-slider-navigation")?this.navigationDom=this.targetDom.querySelector(".ax-slider-navigation"):this.options.integrated&&(this.navigationDom=axAddElem("div",{class:"ax-slider-navigation"},""),this.targetDom.appendChild(this.navigationDom))}fillTarget(){if(this.options.content){let t=document.createDocumentFragment();for(let e of this.slides)t.appendChild(e.dom);this.wrapperDom.appendChild(t)}this.resetSlidesSize(),this.lazyIns=this.options.lazyShow?new axLazyload(this.wrapperDom,axExtend({parent:this.targetDom},this.options.lazyload)):null,this.getBullets(),this.fillNavigation(),this.fillPagination(),this.fillTotal(),this.fillTools()}setSlidesObserve(){this.slidesObserve=new axObserve(this.slides),this.slidesObserve.instance.on("complete",t=>{this.resetSlidesGap(),this.getBullets(),this.fillPagination(),this.setNavState(),this.scrollIns.unbounds=this.getUnbounds(),this.resetTotal(),this.scrollIns.setSnapped({force:!0})})}getBullets(){this.bullets=[],this.paginationDom&&(this.paginationDom.innerHTML="");let t=this.slides.length,e=this.wrapperDom.getBoundingClientRect()[this.propsMap.size];"auto"===this.options.slides?this.slides.forEach((t,s)=>{t.dom[this.propsMap.offset]<=e-this.targetSize&&this.bullets.push({target:t,dom:axAddElem("li"),index:s})}):this.slides.forEach((e,s)=>{let i={target:e,dom:axAddElem("li"),index:s};this.options.centered&&this.options.slides>0?this.bullets.push(i):this.options.loop?this.options.grouped&&this.options.slides>1?s%this.options.slides==0?this.bullets.push(i):e.dom.setAttribute(this.options.unsnappedAttr,""):this.bullets.push(i):this.options.grouped&&this.options.slides>1?s%this.options.slides==0&&this.slides.length-s>=this.options.slides||s===t-this.options.slides?this.bullets.push(i):e.dom.setAttribute(this.options.unsnappedAttr,""):s<=t-this.options.slides&&this.bullets.push(i)})}fillPagination(){if(!this.options.pagination.enable)return!1;if(this.pagesIns=null,this.targetDom.querySelector(".ax-slider-pagination"))this.paginationDom=this.targetDom.querySelector(".ax-slider-pagination");else if(this.options.pagination.selector){let t=axType(this.options.pagination.selector);t.includes("HTML")?this.paginationDom=this.options.pagination.selector:"String"===t?axStrType(this.options.pagination.selector)?this.paginationDom=axIdToDom(this.options.pagination.selector):(this.pagesIns=axInstance.find(this.options.pagination.selector,"slider"),this.pagesIns&&(this.paginationDom=this.pagesIns.wrapperDom)):"Object"===t&&(this.pagesIns=this.options.pagination.selector,this.paginationDom=this.pagesIns.wrapperDom)}else this.paginationDom=axAddElem("ul",{class:"ax-slider-pagination"},""),this.navigationDom&&this.prevDom?this.prevDom.insertAdjacentElement("afterend",this.paginationDom):this.targetDom.appendChild(this.paginationDom);if(this.paginationDom){if(this.options.pagination.type&&this.paginationDom.setAttribute("type",this.options.pagination.type),this.options.pagination.className&&axClass.add(this.paginationDom,this.options.pagination.className),this.paginationDom.children.length)this.bullets.forEach((t,e)=>{this.paginationDom.children[e]&&(t.dom=this.paginationDom.children[e],e===this.activeIndex&&this.setBulletActive(t))});else{let t=this.bullets.length,e=document.createDocumentFragment();this.bullets.forEach((s,i)=>{let o;switch(i===this.activeIndex&&this.setBulletActive(s),this.options.pagination.type){case"text":o=s.target.label||this.options.pagination.data[i];break;case"thumb":o=``;break;case"index":o=i+1;break;default:o=""}this.options.pagination.callback?this.options.pagination.callback.call(this,{index:i,total:t,data:s,parent:this.paginationDom}):s.dom.innerHTML=o,e.appendChild(s.dom)}),this.paginationDom.appendChild(e)}this.bullets.forEach((t,e)=>{t.dom.onclick=(()=>{this.setBulletActive(t),this.scrollIns.scrollTo(t.target.dom,this.options.duration),this.stopPlay(!0)})})}}setNavState(){if(0===this.slides.length)return this.prevDom.setAttribute("disabled",""),this.nextDom.setAttribute("disabled",""),!1;this.options.loop||(this.prevDom&&(this.activeIndex===this.bullets[0].index?this.prevDom.setAttribute("disabled",""):this.prevDom.removeAttribute("disabled")),this.nextDom&&(this.activeIndex>=this.bullets.at(-1).index?this.nextDom.setAttribute("disabled",""):this.nextDom.removeAttribute("disabled")))}fillNavigation(){if(!this.options.navigation.enable)return!1;let t=t=>{let e,s=null;return e="prev"===t?"x"===this.options.scroll.axis?"left":"up":"next"===t?"x"===this.options.scroll.axis?"right":"down":"",this.targetDom.querySelector(`.ax-slider-${t}`)?s=this.targetDom.querySelector(`.ax-slider-${t}`):this.options.navigation[t]&&this.options.navigation[t].selector?s=axIdToDom(this.options.navigation[t].selector):(s=axAddElem("i",{class:`ax-slider-${t}`},e),this.navigationDom?this.navigationDom.appendChild(s):this.targetDom.appendChild(s)),s&&(this.options.navigation[t]&&this.options.navigation[t].className&&axClass.add(s,this.options.navigation[t].className),this.options.navigation[t]&&this.options.navigation[t].text&&(s.innerHTML=this.options.navigation[t].text),this.options.navigation.className&&axClass.add(s,this.options.navigation.className),this.options.navigation.filled&&s.setAttribute("filled",""),this.options.loop||("prev"===t&&0===this.activeIndex||"next"===t&&this.activeIndex>=this.bullets.length-1)&&s.setAttribute("disabled","")),s};this.options.navigation.enable&&(this.prevDom=t("prev"),this.nextDom=t("next"),this.prevDom&&(this.prevDom.onclick=axThrottle(()=>{this.toPrev(),this.stopPlay(!0)},this.options.throttle,!0)),this.nextDom&&(this.nextDom.onclick=axThrottle(()=>{this.toNext(),this.stopPlay(!0)},this.options.throttle,!0)))}resetTotal(t){if(!this.options.total.enable)return!1;t=t||this.getTotal(),0===t.pages?this.numeratorDom.innerHTML=this.denominatorDom.innerHTML=0:(this.numeratorDom.innerHTML=t.current+1,this.denominatorDom.innerHTML=t.pages)}fillTotal(){if(!this.options.total.enable)return!1;let t=this.getTotal();this.totalDom=axAddElem("span",{class:"ax-slider-total"},"/"),this.numeratorDom=this.totalDom.querySelector("i"),this.denominatorDom=this.totalDom.querySelector("u"),this.resetTotal(t),this.options.total.placement&&this.totalDom.setAttribute("placement",this.options.total.placement),this.targetDom.appendChild(this.totalDom)}getTotal(){return{snapped:this.activeIndex,slides:this.slides.length,current:this.bullets.findIndex(t=>t.active),pages:this.bullets.length}}createTool(t){let e=axType(t.action);t.dom=axAddElem("a",axIsEmpty(t.props)?{}:t.props,t.text?t.text:""),t.icon&&t.dom.classList.add("ax-iconfont",t.icon),t.disabled&&t.dom.setAttribute("inert",""),"String"===e?t.dom.href=t.action:"Function"===e&&(t.dom.onclick=(()=>{t.action.call(this,this.bullets.find(t=>t.active),t),t.dom.setAttribute("active",""),this.options.tools.forEach(e=>{e.dom!==t.dom&&e.dom.removeAttribute("active")})})),this.toolsDom.appendChild(t.dom)}fillTools(){if(0===!this.options.tools.length)return!1;this.targetDom.querySelector(".ax-slider-tools")?this.toolsDom=this.targetDom.querySelector(".ax-slider-tools"):(this.toolsDom=axAddElem("span",{class:"ax-slider-tools"}),this.targetDom.appendChild(this.toolsDom)),this.options.tools.forEach(t=>{this.createTool(t)})}toolDisabledToggle(t,e=!0){let s=this.options.tools.find(e=>e.name===t);s&&(e?(s.disabled=!0,s.dom.setAttribute("inert","")):(Reflect.deleteProperty(s,"disabled"),s.dom.removeAttribute("inert","")))}toPrev(t){if(this.destroyed)return this;let e=this.findOneSnap("prev");if(!this.options.loop&&this.scrollIns.snapped===this.bullets[0].target)return!1;this.scrollIns.setSnapped({target:e,callback:e=>{t&&t.call(this,this.bullets.find(t=>t.target.dom===e))}})}toNext(t){if(this.destroyed)return this;let e=this.findOneSnap("next");if(!this.options.loop&&this.scrollIns.snapped===this.bullets.at(-1).target)return!1;this.scrollIns.setSnapped({target:e,callback:e=>{t&&t.call(this,this.bullets.find(t=>t.target.dom===e))}})}toStart(t){if(this.destroyed)return this;let e=this.bullets[0];if(e.active)return!1;this.toBullet(e,{complete:e=>{t&&t.call(this,e)}})}toEnd(t){if(this.destroyed)return this;let e=this.bullets.at(-1);if(e.active)return!1;this.toBullet(e,{complete:e=>{t&&t.call(this,e)}})}findOneSnap(t="next"){let e=this.scrollIns.snappeds.findIndex(t=>t===this.scrollIns.snapped),s=null;return"next"===t?e!==this.scrollIns.snappeds.length-1&&(s=this.scrollIns.snappeds[e+1]):"prev"===t?0!==e&&(s=this.scrollIns.snappeds[e-1]):"start"===t?s=this.scrollIns.snappeds[0]:"end"===t&&(s=this.scrollIns.snappeds.at(-1)),s}toBullet(t,e={before:null,complete:null}){if(this.destroyed)return this;if(0!==t&&axIsEmpty(t))return!1;let s,i=axType(t);if(s="Number"===i?t>=this.bullets.length-1?this.bullets.at(-1):t<=0?this.bullets[0]:this.bullets[t]:t,s===this.bullets.find(t=>t.active))return!1;this.setBulletActive(s),e.before&&e.before.call(this,s),this.scrollIns.scrollTo(s.target.dom,this.options.duration,()=>{e.complete&&e.complete.call(this,s)})}setBulletActive(t){if(t.active)return!1;t.active=!0,t.dom.setAttribute("active",""),t.target.dom.setAttribute("snapped",""),t.target.snapped=!0,this.activeIndex=t.index;let e=this.bullets.find(e=>e!==t&&e.active);if(e&&(Reflect.deleteProperty(e,"active"),e.dom.removeAttribute("active"),Reflect.deleteProperty(e.target,"snapped"),e.target.dom.removeAttribute("snapped")),this.pagesIns&&this.pagesIns.options.slides>0){let t=this.pagesIns.activeIndex,e=this.bullets.findIndex(t=>t.active);this.pagesIns.activeIndex+this.pagesIns.options.slides<=e?t=e-this.pagesIns.options.slides+1:et.dom.cloneNode(!0)),this.endClone=this.slides.map(t=>t.dom.cloneNode(!0)),this.totalClone=this.slides.length):(this.startClone=this.slides.slice(0,this.options.slides).map(t=>t.dom.cloneNode(!0)),this.endClone=this.slides.slice(this.slides.length-this.options.slides).map(t=>t.dom.cloneNode(!0)),this.totalClone=this.options.slides),this.scrollIns.add(this.endClone,{placement:"start"}),this.scrollIns.add(this.startClone,{placement:"end"})}setCountdown(){this.countdownIns&&(axIsVnode(this.countdownDom)&&this.targetDom.appendChild(this.countdownDom),this.countdownIns.done(),this.countdownIns.set(0,this.options.autoplay.delay),this.countdownDom.onclick=(()=>{let t=this.countdownDom.getAttribute("state");"pause"===t?this.startPlay():"play"===t&&this.stopPlay()}))}setAutoPlay(){if(!this.options.autoplay.enable)return!1;this.options.autoplay.countdown&&(this.countdownDom=axAddElem("div",{class:"ax-progress"}),this.countdownIns=new axProgress(this.countdownDom,{labelShow:!1,value:100,type:"circle",curve:"linear"}),this.targetDom.appendChild(this.countdownDom)),this.startPlay()}startPlay(t){return this.destroyed||!this.pause?this:!!this.options.autoplay.enable&&(this.interval&&clearInterval(this.interval),this.interval=setInterval(this.delayScroll,this.options.autoplay.delay),this.setCountdown(),this.countdownDom&&this.countdownDom.setAttribute("state","play"),this.pause=!1,this.options.onStartPlay&&this.options.onStartPlay.call(this),this.handlers.hasOwnProperty("startPlay")&&this.emit("startPlay",""),t&&t.call(this),this)}stopPlay(t=!1,e){return this.destroyed||this.pause?this:!!this.options.autoplay.enable&&(this.countdownIns&&this.countdownIns.set(0,0),clearInterval(this.interval),t&&this.countdownDom&&this.countdownDom.remove(),this.countdownDom&&this.countdownDom.setAttribute("state","pause"),this.pause=!0,this.options.onStopPlay&&this.options.onStopPlay.call(this),this.handlers.hasOwnProperty("stopPlay")&&this.emit("stopPlay",""),e&&e.call(this),this)}add(t,e="end",s){if(this.destroyed)return this;let i=axType(t),o=i.includes("HTML")?{type:"node",content:t}:t;this.createSliderDom(o),this.setSingleSize(o),this.scrollIns.add(o.dom,{placement:e,callback:(t,s)=>{if("start"===e)this.slidesObserve.proxy.unshift(o);else if("end"===e)this.slidesObserve.proxy.push(o);else{let t=this.slides.findIndex(t=>t.dom===s);this.slidesObserve.proxy.splice(t+1,0,o)}}}),this.handlers.hasOwnProperty("add")&&this.emit("add",o),this.options.onAdd&&this.options.onAdd.call(this,o),s&&s.call(this,o)}remove(t="end",e){if(this.destroyed||0===this.slides.length)return this;let s="Object"===axType(t)?t:null;this.scrollIns.remove(s?s.dom:t,t=>{let i=s||this.slides.find(e=>e.dom===t),o=this.slides.findIndex(e=>e.dom===t);this.slidesObserve.proxy.splice(o,1),this.handlers.hasOwnProperty("remove")&&this.emit("remove",i),this.options.onRemove&&this.options.onRemove.call(this,i),e&&e.call(this,i)})}save(t,e){if(this.destroyed)return this;if(!this.options.storageName)return!1;t?(t.active=this.activeIndex,axLocalStorage.set(this.options.storageName,axExtend(this.options,t),{cover:!1})):axLocalStorage.set(this.options.storageName,axExtend(this.options,{active:this.activeIndex}),{cover:!1});let s=axLocalStorage.get(this.options.storageName);return"save"in this.handlers&&this.emit("save",s),this.options.onSave&&this.options.onSave.call(this,s),e&&e.call(this,s),this}destroy(t){return this.destroyed?this:(this.slides.forEach(t=>{t.cage&&(t.cage.destroy(),t.dom.ondblclick=null)}),this.scrollIns.destroy(),this.spyIns&&this.spyIns.destroy(),this.lazyIns&&this.lazyIns.destroy(),this.countdownIns&&this.countdownIns.destroy(),window.removeEventListener("keydown",this.keyToSwipe),this.bullets.forEach(t=>{t.dom.onclick=null}),this.prevDom&&(this.prevDom.onclick=null),this.nextDom&&(this.nextDom.onclick=null),this.toolsDom&&this.options.tools.forEach(t=>{t.dom.onclick=null}),this.destroyed=!0, this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this)}update(t,e){return this.destroyed?this:(this.options=axExtend(this.options,t),this.save(),this.init(),this.options.onUpdated&&this.options.onUpdated.call(this,t),this.handlers.hasOwnProperty("updated")&&this.emit("updated",t),e&&e.call(this,t),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}const axExpires=(t="d",e=365)=>{let s;if(axIsDate(e))s=new Date(e).toUTCString();else{let i=new Date;"second"==t||"s"==t?(i.setSeconds(i.getSeconds()+~~e),s=i.toUTCString()):"minute"==t||"m"==t?(i.setMinutes(i.getMinutes()+~~e),s=i.toUTCString()):"hour"==t||"h"==t?(i.setHours(i.getHours()+~~e),s=i.toUTCString()):(i.setDate(i.getDate()+~~e),s=i.toUTCString())}return s},axCookie={set:function(t,e,s={type:"d",expires:365}){if(!t)return console.error("The name of cookie can not be empty!"),!1;let i=Object.assign({},s),o=i.path?";path="+i.path:"";return o+=i.domain?";domain="+i.domain:"",o+=i.secure?";secure="+i.secure:"",o+=i.sameSite?";sameSite="+i.sameSite:"",i.expires=axExpires(s.type,s.expires),(s.expires<0||null===e)&&this.get(t)?this.del(t):document.cookie=t+"="+encodeURIComponent(e)+";expires="+i.expires+o,this},get:function(t){let e=document.cookie.replace(/;\s*/,";").split(";"),s="";for(let i=0;i(Object.keys(t).forEach(e=>{let s=t[e];("Array"===axType(s)||"Object"===axType(s))&&a(s),(axType(s).includes("HTML")||"Function"===axType(s))&&delete t[e]}),t);"Array"!==o&&"Object"!==o||axIsEmpty(i)||a(i);let n=0!==s.expires?axExpires(s.type,s.expires):0,r=axLocalStorage.get(t),l={data:!s.cover&&axLocalStorage.get(t)?axExtend(r,i):i,expires:n};return(s.expires<0||null===i)&&this.get(t)?this.del(t):window.localStorage.setItem(t,JSON.stringify(l)),this},get:function(t){if(axIsEmpty(t))return!1;let e=(new Date).toUTCString(),s=JSON.parse(window.localStorage.getItem(t));return s?0===s.expires||e<=s.expires?s.data:(window.localStorage.removeItem(t),null):null},remove:function(t){if(axIsEmpty(t))return!1;let e=[];return Array.isArray(t)?e=t:e.push(t),e.forEach(t=>{window.localStorage.removeItem(t)}),this},key:function(t){return"number"==typeof t&&window.localStorage.key(t)},clear:function(){return window.localStorage.clear(),this}};class axAlert{constructor(t,e){if(!t)return!1;this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",caption:"",content:"",theme:"warning",borderless:!1,square:!1,className:"",closable:!1,style:"simple",icon:"",iconShow:!0,notable:!1,display:"",breakpoints:{},onInit:"",onShow:"",onHide:"",onUpdate:"",onUpdateContent:"",onClear:"",onDestroy:""},e,this.targetDom,this.constructor.name),this.handlers={},this.init()}init(){return this.shown=!0,axInstance.push(this,this.options.insName,"alert"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.render(),this.setAttribute(),this.close&&(this.close.onclick=(()=>{this.hide()})),this.options.onInit&&this.options.onInit.call(this),this}render(){if(!this.targetDom.innerHTML.trim()){let t="";"simple"!=this.options.style&&this.options.style?"complex"==this.options.style&&(this.targetDom.innerHTML.trim()||(t=`${this.options.icon&&this.options.iconShow?'':""}\n
\n ${this.options.caption?"
"+this.options.caption+"
":""}\n
${this.options.content}
\n
\n ${this.options.closable?"":""}\n `)):(this.content=this.targetDom.innerHTML.trim()?this.targetDom.innerHTML:this.options.content,t=this.options.icon&&this.options.iconShow?`${this.content}`:`${this.content}${this.options.closable?"":""}`),this.targetDom.innerHTML=t}this.close=this.targetDom.querySelector("[close]"),this.icon=this.targetDom.querySelector("[icon]"),this.wrapper=this.targetDom.querySelector("[wrapper]"),this.caption=this.targetDom.querySelector("[caption]"),this.content=this.targetDom.querySelector("[content]")}setAttribute(){!this.targetDom.classList.contains("ax-alert")&&this.targetDom.classList.add("ax-alert"),axClass.add(this.targetDom,this.options.className),this.options.theme&&this.targetDom.setAttribute("theme",this.options.theme),this.options.borderless&&this.targetDom.setAttribute("borderless",""),this.options.notable&&"complex"===this.options.style&&this.targetDom.setAttribute("notable",""),this.options.square&&this.targetDom.setAttribute("square","")}update(t,e){return this.destroyed?this:(this.options=axExtend(this.options,t),this.targetDom.removeAttribute("class"),this.targetDom.removeAttribute("theme"),this.targetDom.removeAttribute("borderless"),this.targetDom.removeAttribute("square"),this.targetDom.removeAttribute("notable"),this.targetDom.innerHTML="",this.init(),e&&e.call(this),this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update",""),this)}updateContent(t,e){return this.destroyed?this:(this.content.innerHTML=t,e&&e.call(this),this.options.onUpdateContent&&this.options.onUpdateContent.call(this),"updateContent"in this.handlers&&this.emit("updateContent",""),this)}show(t){return this.destroyed||this.shown?this:(this.options.display?this.targetDom.style.display=this.options.display:this.targetDom.style.cssText=this.targetDom.style.cssText.replace("display: none;",""),this.shown=!0,this.options.onShow&&this.options.onShow.call(this),"show"in this.handlers&&this.emit("show",""),t&&t.call(this),this)}hide(t){return this.destroyed||!this.shown?this:(this.targetDom.style.display="none",this.shown=!1,this.options.onHide&&this.options.onHide.call(this),"hide"in this.handlers&&this.emit("hide",""),t&&t.call(this),this)}clear(t){return this.destroyed?this:(this.targetDom.removeAttribute("class"),this.targetDom.removeAttribute("theme"),this.targetDom.removeAttribute("borderless"),this.targetDom.removeAttribute("square"),this.targetDom.removeAttribute("notable"),this.targetDom.innerHTML="",t&&t.call(this),this.options.onClear&&this.options.onClear.call(this),"clear"in this.handlers&&this.emit("clear",""),this)}destroy(t){return this.close&&(this.close.onclick=null),this.destroyed=!0,this.options.onDestroy&&this.options.onDestroy.call(this),"destroy"in this.handlers&&this.emit("destroy",""),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axTags{constructor(t,e){if(this.targetDom=axIdToDom(t),!this.targetDom)return!1;this.options=axExtend({insName:"",content:"",theme:"",borderless:!1,compact:!1,text:!1,corner:"",className:"",removeNode:"i",removable:!1,separator:",",unique:!1,emptyShow:!0,emptyTip:'还没有创建标签!',edit:{enable:!1,addable:!0,deletable:!0,input:"",placeholder:"输入关键字..."},breakpoints:{},onInit:"",onBeforeAdd:"",onAdd:"",onBeforeRemove:"",onRemove:"",onUpdate:"",onUClear:"",onDestroy:""},e,this.targetDom,this.constructor.name),this.handlers={},this.maxIndex=0,this.emptyDom=axAddElem("span",{emptyTip:""},this.options.emptyTip),this.inputEdit=(t=>{let e=this.inputDom.value,s=this.content.find(t=>t.dom.hasAttribute("selected"));if(!this.options.edit.input&&(this.inputDom.style.width=e.length+"em"),e)this.options.edit.addable&&"Enter"===t.code&&(axIsEmpty(this.options.onBeforeAdd)?(this.add(this.inputDom.value.trim()),this.inputDom.value=""):this.options.onBeforeAdd.call(this,this.inputDom.value.trim())),s&&s.dom.removeAttribute("selected");else if(this.options.edit.deletable&&"Backspace"===t.code&&this.content.length>0){let t=this.content.slice(-1)[0];t.dom.hasAttribute("selected")?axIsEmpty(this.options.onBeforeRemove)?this.remove(t.dom):this.options.onBeforeRemove.call(this,this.content.find(e=>e.dom==t.dom)):t.dom.setAttribute("selected",""),this.toggleEmpty()}else s&&s.dom.removeAttribute("selected")}),this.init()}init(){return axInstance.push(this,this.options.insName,"tags"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.content=[],this.contentProxy=new axObserve(this.content,{deep:!0}),this.contentProxy.proxy.push(...this.getSource(this.options.content)),this.render(this.content),this.observeInput(),this.setAttribute(),this.renderFinish(),this.options.onInit&&this.options.onInit.call(this),this}renderFinish(){this.content.forEach(t=>{t.dom.onclick=(()=>{t.dom.setAttribute("selected",""),this.content.filter(e=>e!==t).forEach(t=>{t.dom.removeAttribute("selected")})})})}getSource(t){let e=[];if(!axIsEmpty(t))if(Array.isArray(t))e="string"==typeof t[0]?t.map(t=>({value:t,theme:""})):t;else if("object"==typeof t)e=[t];else if("string"==typeof t){let s=t.trim().split(this.options.separator);e=s.map(t=>({value:t,theme:""}))}return e=e.filter(Boolean),e.forEach((t,e)=>{!t.hasOwnProperty("id")&&(t.id=this.maxIndex+e),!t.hasOwnProperty("theme")&&(t.theme="")}),this.maxIndex+=e.length,e}render(t){if(this.toggleEmpty(),axIsEmpty(t))return!1;let e=document.createDocumentFragment();t.forEach(t=>{let s=this.createTag(t);t.dom=s,e.appendChild(s)}),this.targetDom.appendChild(e),this.inputDom&&!this.options.edit.input&&(this.targetDom.appendChild(this.inputDom),this.inputDom.focus())}createTag(t){let e=axAddElem("span",{class:"ax-tag"},t.value),s=axAddElem(this.options.removeNode,{remove:""});return!this.options.theme&&t.theme&&e.setAttribute("theme",t.theme),this.options.removable&&(e.appendChild(s),s.onclick=(()=>{axIsEmpty(this.options.onBeforeRemove)?this.remove(e):this.options.onBeforeRemove.call(this,this.content.find(t=>t.dom==e))})),t.dom=e,e}getTag(t){if(axIsEmpty(t))return!1;let e,s,i=axType(t);if("Object"===i){let i="";(t.id||0==t.id)&&(i+="item.id == obj.id "),t.value&&(i+="&& item.value == obj.value "),t.dom&&(i+="&& item.dom == obj.dom"),i.startsWith("&&")&&(i="true "+i),e=new Function("data","obj",`return data.filter(item =>${i})`)(this.content,t),e.length>0&&(s=e[0])}else i.includes("HTML")?s=this.content.find(e=>e.dom===t):"String"===i?s=this.content.find(e=>e.value===t):"Number"===i&&(s=this.content.find(e=>e.id==t));return{item:s,id:this.content.findIndex(t=>t===s)}}setAttribute(){!this.targetDom.classList.contains("ax-tags")&&this.targetDom.classList.add("ax-tags"),axClass.add(this.targetDom,this.options.className),this.options.theme&&this.targetDom.setAttribute("theme",this.options.theme),this.options.borderless&&this.targetDom.setAttribute("borderless",""),this.options.compact&&this.targetDom.setAttribute("compact",""),this.options.text&&this.targetDom.setAttribute("text",""),this.options.corner&&this.targetDom.setAttribute("corner",this.options.corner)}observeInput(){if(!this.options.edit.enable||this.destroyed)return!1;this.options.edit.input?(this.inputDom=axIdToDom(this.options.edit.input),!this.inputDom.hasAttribute("placeholder")&&this.inputDom.setAttribute("placeholder",this.options.edit.placeholder)):(this.inputDom=axAddElem("input",{type:"text",placeholder:this.options.edit.placeholder}),this.targetDom.appendChild(this.inputDom)),this.inputDom&&this.inputDom.addEventListener("keyup",this.inputEdit)}toggleEmpty(){if(!this.options.emptyShow)return!1;0===this.content.length?(this.targetDom.insertAdjacentElement("afterbegin",this.emptyDom),this.maxIndex=0):this.emptyDom.remove()}update(t,e){return axIsEmpty(t)||this.destroyed?this:(this.options=axExtend(this.options,t),this.targetDom.innerHTML="",this.inputDom&&!this.options.edit.input&&this.targetDom.appendChild(this.inputDom),this.init(),e&&e.call(this),this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update",""),this)}add(t,e){if(axIsEmpty(t)||this.destroyed)return this;let s=this.getSource(t),i=this.content.map(t=>t.value);if(this.options.unique){s=axUnique(s,"value");for(let t=0;t0)t.forEach(t=>{let e=this.getTag(t);e.item&&(s.push(e.item),i.push(e.id))});else if("String"===o){let e=t.split(this.options.separator);s=this.content.filter(t=>e.includes(t.value)),i=s.map(t=>this.content.findIndex(e=>e===t))}else{let e=this.getTag(t);e.item&&(s.push(e.item),i.push(e.id))}s.forEach(t=>{t.dom.remove()});let a=s.map(t=>t.dom);return this.contentProxy.proxy.forEach((t,e)=>{a.includes(t.dom)&&this.contentProxy.proxy.splice(e--,1)}),this.toggleEmpty(),this.options.onRemove&&this.options.onRemove.call(this,s,i),"remove"in this.handlers&&this.emit("remove",s,i),e&&e.call(this,s,i),this}clear(t){return this.destroyed?this:(this.contentProxy.proxy.splice(0),this.maxIndex=0,this.targetDom.innerHTML="",this.inputDom&&!this.options.edit.input&&this.targetDom.appendChild(this.inputDom),this.toggleEmpty(),this.options.onClear&&this.options.onClear.call(this),"clear"in this.handlers&&this.emit("clear",""),t&&t.call(this),this)}destroy(t){return this.content.forEach(t=>{let e=t.dom.querySelector("[remove]");e&&(e.onclick=null)}),this.inputDom&&this.inputDom.removeEventListener("keyup",this.inputEdit,!1),this.destroyed=!0,this.options.onDestroy&&this.options.onDestroy.call(this),"destroy"in this.handlers&&this.emit("destroy",""),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axHover{constructor(t,e){this.targetDom=axIdToDom(t),this.options=axExtend({timeout:50,interval:50,threshold:7,enter:()=>{},leave:()=>{},hold:""},e),this.curX,this.curY,this.preX,this.preY,this.enterTimer,this.leaveTimer,this.isActive=!1,this.options.hold?this.hold=axIdToDom(this.options.hold):this.hold="",this.event=((t,e,s)=>{"enter"===t?(this.options.enter.call(this,e,s),this.isActive=!0):"leave"===t&&(this.options.leave.call(this,e,s),this.isActive=!1)}),this.enterCompare=((t,e)=>{let s=this.preX-this.curX,i=this.preY-this.curY,o=Math.sqrt(s**2+i**2);o{this.enterCompare(t,e)},this.options.interval))}),this.init()}init(){let t=this;this.targetDom.addEventListener("mousemove",t=>{this.curX=t.pageX,this.curY=t.pageY}),this.targetDom.addEventListener("mouseenter",function(e){clearTimeout(t.leaveTimer),t.preX=e.pageX,t.preY=e.pageY,t.enterTimer=setTimeout(()=>{t.enterCompare(this,e)},t.options.interval)}),this.targetDom.addEventListener("mouseleave",function(e){clearTimeout(t.enterTimer),t.leaveTimer=setTimeout(()=>{t.event("leave",this,e)},t.options.timeout)}),this.hold&&(t.hold.onmouseenter=function(e){clearTimeout(t.leaveTimer)},t.hold.onmouseleave=function(e){clearTimeout(t.enterTimer),t.leaveTimer=setTimeout(()=>{t.event("leave",t.targetDom,e)},t.options.timeout)})}}const axMores=[];class axMore{constructor(t,e){this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",length:60,textFold:"展开",textUnfold:"收起",classFold:"ax-color-primary",classUnfold:"ax-color-primary",breakpoints:{}},e,this.targetDom,"axMore"),this.handlers={},this.html=this.targetDom.innerHTML,this.pureHtml=this.targetDom.textContent;let s=this,i=!0;this.event=function(){i?(s.targetDom.removeChild(this.previousSibling),this.innerHTML=s.options.textUnfold,this.setAttribute("class",s.options.classUnfold),this.insertAdjacentHTML("beforeBegin",s.text),i=!1,"unfold"in s.handlers&&s.emit("unfold","")):(s.targetDom.removeChild(this.previousSibling),this.innerHTML=s.options.textFold,this.setAttribute("class",s.options.classFold),this.insertAdjacentHTML("beforeBegin",s.ell),i=!0,"fold"in s.handlers&&s.emit("fold",""))},this.targetDom.getAttribute("axMore")?this.referName=this.targetDom.getAttribute("axMore"):this.referName="",this.init()}init(){axInstance.push(this,this.options.insName,"more"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.text=this.pureHtml.trim().replace(/<[^>]+>/g,"").replace(/ +/g," "),this.ell=this.text.substring(0,this.options.length)+"...";let t=[...this.text].length,e=`${this.options.textFold}`;return t>this.options.length&&(this.targetDom.innerHTML=this.ell+e),this.targetDom.lastChild.onclick=this.event,this.referName&&(axIsEmpty(axMores)?axMores.push({name:this.referName,instance:this}):axMores.some(t=>t.name==this.referName)||axMores.push({name:this.referName,instance:this})),"load"in this.handlers&&this.emit("load",""),this}destroy(t){this.targetDom.lastChild.removeEventListener("click",this.event,!1),this.targetDom.innerHTML=this.html,t&&t.call(this)}updateContent(t,e){return t="string"==typeof t?"#"==t.substr(0,1)?document.querySelector(t).textContent:t:t.textContent,this.pureHtml=t,this.init(),"updated"in this.handlers&&this.emit("updated",""),e&&e.call(this),this}update(t,e){return this.options=axExtend(this.options,t),this.init(),"updated"in this.handlers&&this.emit("updated",""),e&&e.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axAccordion{constructor(t,e){this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",storageName:"",content:"",dispose:!1,active:"",disabled:"",multiple:!1,collapseAll:!0,borderShow:!1,ajaxType:"post",trigger:"click",max:0,headerBreakShow:!0,bodyBreakShow:!0,targetClass:"",itemNode:"li",arrow:{enable:!0,rotate:180,iconClose:"ax-icon-up",iconOpen:"ax-icon-up",position:"end"},tipPosition:"begin",addToActive:!0,breakpoints:{},onInit:"",onAdd:"",onRemove:"",onDisable:"",onEnable:"",onDisableALL:"",onEnableAll:"",onExpand:"",onExpanded:"",onCollapse:"",onCollapsed:"",onUpdate:"",onUpdateContent:"",onDestroy:"",onSave:"",onExpandAll:"",onCollapseAll:""},e,this.targetDom,this.constructor.name);let s=this;this.handlers={},this.triggerShow=function(){s.toggle(this)},this.init()}init(){if(axInstance.push(this,this.options.insName,"accordion"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.data=[],this.options.storageName){let t=axLocalStorage.get(this.options.storageName);axIsEmpty(t)?axLocalStorage.set(this.options.storageName,{}):this.options=axExtend(this.options,t)}return this.setAttribute(),this.initDataStd(),this.options.onInit&&this.options.onInit.call(this),this}async initDataStd(){if(axIsEmpty(this.options.content)){if(this.targetDom.innerHTML){let t=[...this.targetDom.children];for(let e in t){if(e>=this.options.max&&0!==this.options.max)break;let s=t[e],i=s.querySelector(".ax-accordion-header"),o=s.querySelector("[flex]"),a=s.querySelector(".ax-accordion-body"),n=s.querySelector(".ax-accordion-content"),r=i.querySelector("[label]"),l=i.querySelector("[arrow]"),h=s.querySelector("[tip]"),d=s.querySelector("[legend]"),p=i.nextElementSibling&&i.nextElementSibling.classList.contains("ax-break-line")?i.nextElementSibling:null,c=n.nextElementSibling&&n.nextElementSibling.classList.contains("ax-break-line")?n.nextElementSibling:null,u={label:r.innerHTML.trim(),content:n.innerHTML.trim(),wrapperDom:s,flexDom:o,labelDom:r,headerDom:i,bodyDom:a,contentDom:n,arrowDom:l,tipDom:h,legendDom:d,headerBreakDom:p,bodyBreakDom:c};s.hasAttribute("active")&&(u.active=!0),s.hasAttribute("disabled")&&(u.disabled=!0),this.data.push(u)}}}else this.targetDom.innerHTML="","string"==typeof this.options.content?await this.getAsyncData(t=>{this.initRender(t)}):(this.data=this.options.content,this.data.length>0&&this.initRender(this.data));this.renderFinish()}getAsyncData(t){return axAjax({type:this.options.ajaxType,url:this.options.content,opened:t=>{this.contentXhr=t.xhr},success:e=>{if(axIsEmpty(e.content))return console.warn("No data obtained!"),!1;this.targetDom.innerHTML="",this.data=e.content,t&&t(this.data)}},this.targetDom)}initRender(t){for(let e in t){if(e>=this.options.max&&0!==this.options.max)break;this.appendItem(t[e])}this.disable(this.options.disabled)}appendItem(t,e){let s;s="async"===t.type||"url"===t.type?"":"node"===t.type?axIdToDom(t.content):"string"==typeof t.content?axStrType(t.content)?axIdToDom(t.content).innerHTML:t.content:t.content||"";let i=axAddElem(this.options.itemNode),o=axAddElem("div",{flex:""}),a=axAddElem("i",{label:""},t.label),n=axAddElem("div",{class:"ax-accordion-header"},a),r=axAddElem("div",{class:"ax-accordion-body"}),l=axAddElem("hr"),h=axAddElem("hr"),d=axAddElem("url"===t.type?"iframe":"div","url"===t.type?{class:"ax-accordion-content",frameborder:0}:{class:"ax-accordion-content"},s);if(o.appendChild(a),n.appendChild(o),i.appendChild(n),this.options.headerBreakShow?(n.insertAdjacentElement("afterend",l),t.headerBreakDom=l):t.headerBreakDom=null,r.appendChild(d),this.options.bodyBreakShow?(r.insertAdjacentElement("beforeend",h),t.bodyBreakDom=h):t.bodyBreakDom=null,i.appendChild(r),t.wrapperDom=i,t.headerDom=n,t.bodyDom=r,t.contentDom=d,t.labelDom=a,t.headerBreakDom=l,t.disabled&&i.setAttribute("disabled",""),!axIsEmpty(t.props))for(let e in t.props)i.setAttribute(e,t.props[e]);if(t.tip){let e=axAddElem("i",{tip:""},t.tip);"begin"===this.options.tipPosition?a.insertAdjacentElement("afterend",e):"end"===this.options.tipPosition&&n.insertAdjacentElement("beforeend",e),t.tipDom=e}if(t.legend){let e=axAddElem("i",{legend:"",class:t.legend?"ax-iconfont "+t.legend:"ax-iconfont"});n.insertAdjacentElement("afterbegin",e),t.legendDom=e}if(this.options.arrow.enable){let e=axAddElem("i",{arrow:"",class:`ax-iconfont ${this.options.arrow.iconClose}`});"begin"===this.options.arrow.position?n.insertAdjacentElement("afterbegin",e):"end"===this.options.arrow.position&&n.insertAdjacentElement("beforeend",e),t.arrowDom=e}this.targetDom.appendChild(i),e&&e(t)}initActive(){if(0===this.data.length)return!1;if(this.options.multiple&&!this.options.collapseAll)this.expandAll();else{let t=this.data.filter(t=>t.active);if(""!==this.options.active){let e=axValueToArr(this.options.active),s=[...e.map(t=>axFindItem(t,this.data)),...t].filter(Boolean);s.length>0&&(this.options.multiple?s.forEach(t=>{this.expand(t)}):this.expand(s[0]))}else this.options.multiple?t.forEach(t=>{this.expand(t)}):this.expand(t[0])}}asyncActive(t,e){if(t.contentDom.innerHTML.trim())return!1;"async"===t.type&&t.content&&"string"==typeof t.content&&axAjax({url:t.content,type:this.options.ajaxType,success:function(s){t.contentDom.innerHTML=s,e&&e(s)}})}setAttribute(){!this.targetDom.classList.contains("ax-accordion")&&this.targetDom.classList.add("ax-accordion"),this.options.targetClass&&axClass.add(this.targetDom,this.options.targetClass),this.options.borderShow&&axClass.add(this.targetDom,"ax-border"),this.options.arrow.enable&&this.options.arrow.rotate&&this.targetDom.setAttribute("rotate",this.options.arrow.rotate)}renderFinish(){this.initActive(),this.options.dispose||this.data.forEach(t=>{t.disabled||t.headerDom.addEventListener(this.options.trigger,this.triggerShow,!1)}),this.save()}workToggle(t,e="disable"){"enable"===e&&t.disabled?(delete t.disabled,t.wrapperDom.removeAttribute("disabled"),t.headerDom.addEventListener(this.options.trigger,this.triggerShow,!1)):"disable"!==e||t.disabled||(t.disabled=!0,t.wrapperDom.setAttribute("disabled",""),t.headerDom.removeEventListener(this.options.trigger,this.triggerShow,!1)),this.save()}getDisabled(){return this.data.filter(t=>t.disabled)}getActive(){return this.data.filter(t=>t.active)}collapseAll(t){if(this.destroyed)return this;this.data.filter(t=>t.active).forEach(t=>{this.collapse(t)}),"collapseAll"in this.handlers&&this.emit("collapseAll",""),this.options.onCollapseAll&&this.options.onCollapseAll.call(this),t&&t.call(this)}expandAll(t){if(this.destroyed||!this.options.multiple)return this;this.data.forEach(t=>{this.expand(t)}),"expandAll"in this.handlers&&this.emit("expandAll",""),this.options.onExpandAll&&this.options.onExpandAll.call(this),t&&t.call(this)}disable(t,e){if(this.destroyed)return this;if(0!==t&&axIsEmpty(t))return!1;let s=t=>{let e=axFindItem(t,this.data);e&&this.workToggle(e,"disable")};Array.isArray(t)?t.forEach(t=>{s(t)}):s(t),this.save();let i=this.data.filter(t=>t.disabled);"disable"in this.handlers&&this.emit("disable",i),this.options.onDisable&&this.options.onDisable.call(this,i),e&&e.call(this,i)}disableAll(t){this.disable(this.data),"disableAll"in this.handlers&&this.emit("disableAll",""),this.options.onDisableAll&&this.options.onDisableAll.call(this),t&&t.call(this)}enable(t,e){if(this.destroyed)return this;if(0!==t&&axIsEmpty(t))return!1;let s=t=>{let e=axFindItem(t,this.data);e&&this.workToggle(e,"enable")};Array.isArray(t)?t.forEach(t=>{s(t)}):s(t),this.save();let i=this.data.filter(t=>!t.disabled);"enable"in this.handlers&&this.emit("enable",i),this.options.onEnable&&this.options.onEnable.call(this,i),e&&e.call(this,i)}enableAll(t){this.enable(this.data),"enableAll"in this.handlers&&this.emit("enableAll",""),this.options.onEnableAll&&this.options.onEnableAll.call(this),t&&t.call(this)}updateContent(t,e,s){if(this.destroyed)return this;let i=axFindItem(t,this.data);i&&(i.contentDom.innerHTML="",e&&(i.content=e),"url"===i.type?i.contentDom.src=e:"async"===i.type?this.asyncActive(i):axType(i.conten).includes("HTML")?i.contentDom.appendChild(i.content):i.contentDom.innerHTML=i.content,this.save()),"updateContent"in this.handlers&&this.emit("updateContent",i),this.options.onUpdateContent&&this.options.onUpdateContent.call(this,i),s&&s.call(this,i)}toggle(t){let e=axFindItem(t,this.data);e.active?this.collapse(e):this.expand(e)}collapse(t,e){let s=axType(t),i="Object"===s?t:axFindItem(t,this.data);if(!i||!i.shown)return!1;"collapse"in this.handlers&&this.emit("collapse",i),this.options.onCollapse&&this.options.onCollapse.call(this,i),delete i.active,i.wrapperDom.removeAttribute("active"),this.options.arrow.enable&&!this.options.arrow.rotate&&(i.arrowDom.classList.remove(this.options.arrow.iconOpen),i.arrowDom.classList.add(this.options.arrow.iconClose)),axSlideUp(i.bodyDom,"",()=>{Reflect.deleteProperty(i,"shown"),"collapsed"in this.handlers&&this.emit("collapsed",i),this.options.onCollapsed&&this.options.onCollapsed.call(this,i),e&&e.call(this,i)}),this.save()}slideDown(t,e){let s=axType(t),i="Object"===s?t:axFindItem(t,this.data);if(!i||i.shown)return!1;i.active=!0,i.wrapperDom.setAttribute("active",""),this.options.arrow.enable&&!this.options.arrow.rotate&&(i.arrowDom.classList.remove(this.options.arrow.iconClose),i.arrowDom.classList.add(this.options.arrow.iconOpen)),axSlideDown(i.bodyDom,"",()=>{i.shown=!0,"expanded"in this.handlers&&this.emit("expanded",i),this.options.onExpanded&&this.options.onExpanded.call(this,i),e&&e.call(this,i)})}expand(t,e){if(this.destroyed)return this;let s,i=axFindItem(t,this.data);axIsEmpty(i)||("expand"in this.handlers&&this.emit("expand",i),this.options.onExpand&&this.options.onExpand.call(this,i),"async"!==i.type||i.contentDom.innerHTML?("url"!==i.type||i.contentDom.getAttribute("src")||i.contentDom.setAttribute("src",i.content),this.slideDown(i,()=>{e&&e.call(this,i)})):(i.arrowDom&&i.arrowDom.setAttribute("loading",""),this.asyncActive(i,()=>{this.slideDown(i,()=>{e&&e.call(this,i)}),i.arrowDom&&i.arrowDom.removeAttribute("loading")})),this.options.multiple||(s=this.data.filter(t=>t!==i&&t.active),s.forEach(t=>{this.collapse(t)})),this.save())}add(t,e){if(this.destroyed)return this;if(axIsEmpty(t))return!1;if(this.data.length>=this.options.max&&0!==this.options.max)return console.warn("The number of children exceeds the maximum!"),!1;let s=axType(t),i=[],o=t=>{-1===this.data.findIndex(e=>e.label===t.label)&&this.appendItem(t,()=>{this.data.push(t),i.push(t)})};return"Object"===s&&o(t),"Array"===s&&t.length>0&&t.forEach(t=>{o(t)}),i.length>0&&(this.options.addToActive&&(this.options.multiple?i.forEach(t=>{this.expand(t)}):this.expand(i[i.length-1])),this.renderFinish()),this.save(),"add"in this.handlers&&this.emit("add",i),this.options.onAdd&&this.options.onAdd.call(this,i),e&&e.call(this,i),this}remove(t,e){if(this.destroyed)return this;if(axIsEmpty(t))return!1;if(0===this.data.length)return console.warn("The data is already empty!"),!1;let s=t=>{let e=axFindItem(t,this.data);e&&(e.headerDom.removeEventListener(this.options.trigger,this.triggerShow,!1),e.wrapperDom.remove(),this.data=this.data.filter(t=>t!==e))};return Array.isArray(t)?t.forEach(t=>{s(t)}):s(t),this.save(),"remove"in this.handlers&&this.emit("remove",""),this.options.onRemove&&this.options.onRemove.call(this),e&&e.call(this),this}save(t,e){return this.destroyed?this:!!this.options.storageName&&void setTimeout(()=>{let s=this.data.filter(t=>t.active).map(t=>t.id).filter(Boolean),i=this.data.filter(t=>t.disabled).map(t=>t.id).filter(Boolean);t?(!t.hasOwnProperty("active")&&(t.active=s),!t.hasOwnProperty("disabled")&&(t.disabled=i),!t.hasOwnProperty("content")&&(t.content=this.data),axLocalStorage.set(this.options.storageName,t)):axLocalStorage.set(this.options.storageName,{active:s,disabled:i,content:this.data});let o=axLocalStorage.get(this.options.storageName);return"save"in this.handlers&&this.emit("save",o),this.options.onSave&&this.options.onSave.call(this,o),e&&e.call(this,o),this},0)}destroy(t){return this.data.forEach(t=>{t.headerDom.removeEventListener(this.options.trigger,this.triggerShow)}),this.destroyed=!0,this.contentXhr&&this.contentXhr.abort(),this.options.storageName&&axLocalStorage.set(this.options.storageName,{}),"destroy"in this.handlers&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this}update(t,e){return this.destroyed?this:(this.options=axExtend(this.options,t),this.options.storageName&&axLocalStorage.set(this.options.storageName,{}),this.init(),"update"in this.handlers&&this.emit("update",""),this.options.onUpdate&&this.options.onUpdate.call(this),e&&e.call(this),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axTab{constructor(t,e){this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",storageName:"",trigger:"click",disabled:"",active:0,content:"",ajaxType:"post",headerNode:"ul",bodyNode:"ul",headerChildNode:"li",bodyChildNode:"li",max:0,removable:!1,updatable:!1,wrapperClass:"",headerClass:"ax-tab-group",bodyClass:"",sticky:0,slider:{enable:!1,arrowShow:!1,options:{slides:"auto",scroll:{drift:{mode:"free",coef:1}}}},menu:{enable:!1,options:{columns:4,size:"lg"}},addToActive:!0,breakpoints:{},onInit:"",onAdd:"",onBeforeRemove:"",onRemove:"",onDisable:"",onEnable:"",onDisableALL:"",onEnableAll:"",onActive:"",onUpdate:"",onUpdateContent:"",onDestroy:"",onSave:""},e,this.targetDom,this.constructor.name);let s=this;this.handlers={},this.sliderDom=null,this.sliderIns=null,this.maxIndex=0,this.triggerShow=function(){s.active(this)},this.labelRemove=(t=>{if(this.options.onBeforeRemove){let e=this.options.onBeforeRemove.call(this,t);e&&this.remove(t)}else this.remove(t)}),this.init()}init(){if(axInstance.push(this,this.options.insName,"tab"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints), this.destroyed=!1,this.data=[],this.options.storageName){let t=axLocalStorage.get(this.options.storageName);axIsEmpty(t)?axLocalStorage.set(this.options.storageName,{}):this.options=axExtend(this.options,t)}return this.initDataStd(),this.options.onInit&&this.options.onInit.call(this),this}async initDataStd(){if(axIsEmpty(this.options.content)){if(!this.targetDom.classList.contains("ax-tab")&&this.targetDom.classList.add("ax-tab"),this.targetDom.querySelector(".ax-tab-header")&&this.targetDom.querySelector(".ax-tab-body")){this.navDom=this.targetDom.querySelector("[nav]"),this.prevDom=this.navDom?this.navDom.querySelector("[prev]"):null,this.nextDom=this.navDom?this.navDom.querySelector("[next]"):null,this.menuDom=this.navDom?this.navDom.querySelector("[menu]"):null,this.sliderDom=this.targetDom.querySelector(".ax-slider"),this.headerWrapperDom=this.targetDom.querySelector(".ax-tab-header"),this.bodyWrapperDom=this.targetDom.querySelector(".ax-tab-body");let t=[...this.headerWrapperDom.children],e=[...this.bodyWrapperDom.children];for(let s=0,i=t.length;s=this.options.max&&0!==this.options.max);s++){let i=t[s],o=i.querySelector("[label]"),a=i.querySelector("[remove]"),n=i.querySelector("[update]"),r=e[s];if(r){let t={label:o?o.innerText:i.innerHTML,content:r.innerHTML,labelDom:o,headerDom:i,bodyDom:r};i.hasAttribute("active")&&(t.active=!0),i.hasAttribute("disabled")&&(t.disabled=!0),t.index=this.maxIndex,this.data.push(t),n&&(t.updateDom=n),a&&(this.isSticky(t)?a.remove():t.removeDom=a)}this.maxIndex++}this.createSlider(),this.initActive()}}else this.targetDom.innerHTML="","string"==typeof this.options.content?await axAjax({url:this.options.content,type:this.options.ajaxType,success:t=>{this.targetDom.innerHTML="",this.data=t.content}},this.targetDom):this.data=this.options.content,this.data.length>0&&this.initRender(this.data);this.renderFinish()}initRender(t){this.headerWrapperDom=axAddElem(this.options.headerNode,{class:"ax-tab-header"}),this.bodyWrapperDom=axAddElem(this.options.bodyNode,{class:"ax-tab-body"});for(let e=0,s=t.length;e=this.options.max&&0!==this.options.max);e++)this.appendItem(t[e]);this.initActive(),this.disable(this.options.disabled),this.setAttribute(),this.options.slider.enable?(this.headerWrapperDom.classList.add("ax-slider-wrapper"),this.sliderDom=axAddElem("div",{class:"ax-slider"},this.headerWrapperDom),this.navDom=axAddElem("div",{class:"ax-tab-slider"},this.sliderDom),this.options.slider.arrowShow&&(this.prevDom=axAddElem("i",{prev:""}),this.nextDom=axAddElem("i",{next:""}),this.navDom.insertAdjacentElement("afterbegin",this.prevDom),this.navDom.insertAdjacentElement("beforeend",this.nextDom)),this.options.menu.enable&&(this.menuDom=axAddElem("i",{menu:""}),this.navDom.insertAdjacentElement("beforeend",this.menuDom)),this.targetDom.appendChild(this.navDom),this.createSlider()):this.targetDom.appendChild(this.headerWrapperDom),this.targetDom.appendChild(this.bodyWrapperDom)}isSticky(t){return"string"==typeof this.options.sticky?this.options.sticky===t.label:this.options.sticky===t.index}appendItem(t,e){if(!t.label)return!1;let s;s="async"===t.type||"url"===t.type?"":"node"===t.type?axIdToDom(t.content):"string"==typeof t.content?axStrType(t.content)?axIdToDom(t.content).innerHTML:t.content:t.content||"";let i=axAddElem(this.options.headerChildNode),o=axAddElem("i",{label:""},t.label),a=axAddElem("url"===t.type?"iframe":this.options.bodyChildNode,"url"===t.type?{src:t.content,frameborder:0}:"",s),n=axAddElem("i",{remove:""}),r=axAddElem("i",{update:""});if(t.index=this.maxIndex,i.appendChild(o),t.active&&(i.setAttribute("active",""),a.setAttribute("active","")),t.disabled&&i.setAttribute("disabled",""),!axIsEmpty(t.props))for(let e in t.props)a.setAttribute(e,t.props[e]);t.headerDom=i,t.labelDom=o,t.bodyDom=a,this.headerWrapperDom.appendChild(i),this.options.updatable&&(t.updateDom=r,i.appendChild(r)),this.options.removable&&!this.isSticky(t)&&(t.removeDom=n,i.appendChild(n)),this.maxIndex++,e&&e(t)}initActive(){if(0===this.data.length)return!1;let t=this.data.find(t=>t.active)||this.data[0];this.options.active?this.active(this.options.active):this.active(t)}asyncActive(t,e){if(t.bodyDom.innerHTML.trim())return!1;"async"===t.type&&t.content&&"string"==typeof t.content&&axAjax({url:t.content,type:this.options.ajaxType,success:function(s){t.bodyDom.innerHTML=s.content,e&&e(s.content)}},t.bodyDom)}getDropDownData(){return this.data.map(t=>({value:t.label,label:t.label}))}createSlider(){if(!this.sliderDom)return!1;let t=this.options.slider.options;this.prevDom&&this.nextDom&&(t.navigation={enable:!0,prev:{selector:this.prevDom},next:{selector:this.nextDom}}),this.sliderIns=new axSlider(this.sliderDom,t),this.menuDom&&setTimeout(()=>{this.dropdown=new axDropdown(this.menuDom,{arrowShow:!1,grid:{enable:0!==this.options.menu.options.columns&&1!==this.options.menu.options.columns,columns:this.options.menu.options.columns,fenceShow:!0},type:"button",popup:{size:this.options.menu.options.size},content:this.getDropDownData()}),this.dropdown.popup.on("show",()=>{this.getActive()&&this.getActive().label&&this.dropdown.updateValues(this.getActive().label)}),this.dropdown.on("set",t=>{(t||0===t)&&this.active(t),this.sliderIns.toBullet(this.getIndexActive())})},0)}setAttribute(){!this.targetDom.classList.contains("ax-tab")&&this.targetDom.classList.add("ax-tab"),this.options.wrapperClass&&axClass.add(this.targetDom,this.options.wrapperClass),this.options.headerClass&&axClass.add(this.headerWrapperDom,this.options.headerClass),this.options.bodyClass&&axClass.add(this.bodyWrapperDom,this.options.bodyClass)}renderFinish(){this.data.forEach(t=>{if(!t.disabled){let e=t.labelDom?t.labelDom:t.headerDom;e.addEventListener(this.options.trigger,this.triggerShow,!1),t.updateDom&&(t.updateDom.onclick=(()=>{this.updateContent(t)})),t.removeDom&&(t.removeDom.onclick=(()=>{this.labelRemove(t)}))}}),this.save()}workToggle(t,e="disable"){let s=t.labelDom?t.labelDom:t.headerDom;"enable"===e&&t.disabled?(delete t.disabled,t.headerDom.removeAttribute("disabled"),t.bodyDom.removeAttribute("disabled"),s.addEventListener(this.options.trigger,this.triggerShow,!1),t.removeDom&&(t.removeDom.onclick=(()=>{this.labelRemove(t)})),t.updateDom&&(t.updateDom.onclick=(()=>{this.updateContent(t)}))):"disable"!==e||t.disabled||(t.disabled=!0,t.headerDom.setAttribute("disabled",""),t.bodyDom.setAttribute("disabled",""),s.removeEventListener(this.options.trigger,this.triggerShow,!1),t.removeDom&&(t.removeDom.onclick=null),t.updateDom&&(t.updateDom.onclick=null)),this.save()}getIndexActive(){return this.data.findIndex(t=>t.active)}getDisabled(){return this.data.filter(t=>t.disabled)}getActive(){return this.data.find(t=>t.active)}disable(t,e){if(this.destroyed)return this;if(0!==t&&axIsEmpty(t))return!1;let s=t=>{let e=axFindItem(t,this.data);e&&this.workToggle(e,"disable")};Array.isArray(t)?t.forEach(t=>{s(t)}):s(t);let i=this.data.filter(t=>t.disabled);"disable"in this.handlers&&this.emit("disable",i),this.options.onDisable&&this.options.onDisable.call(this,i),e&&e.call(this,i)}disableAll(t){this.disable(this.data),"disableAll"in this.handlers&&this.emit("disableAll",""),this.options.onDisableAll&&this.options.onDisableAll.call(this),t&&t.call(this)}enable(t,e){if(this.destroyed)return this;if(0!==t&&axIsEmpty(t))return!1;let s=t=>{let e=axFindItem(t,this.data);e&&this.workToggle(e,"enable")};Array.isArray(t)?t.forEach(t=>{s(t)}):s(t);let i=this.data.filter(t=>!t.disabled);"enable"in this.handlers&&this.emit("enable",i),this.options.onEnable&&this.options.onEnable.call(this,i),e&&e.call(this,i)}enableAll(t){this.enable(this.data),"enableAll"in this.handlers&&this.emit("enableAll",""),this.options.onEnableAll&&this.options.onEnableAll.call(this),t&&t.call(this)}updateContent(t,e,s){if(this.destroyed)return this;let i=axFindItem(t,this.data);i&&(i.bodyDom.innerHTML="",e&&(i.content=e),"url"===i.type?i.bodyDom.src=e:"async"===i.type?this.asyncActive(i):axType(i.content).includes("HTML")?i.bodyDom.appendChild(i.content):i.bodyDom.innerHTML=i.content,this.save()),"updateContent"in this.handlers&&this.emit("updateContent",i),this.options.onUpdateContent&&this.options.onUpdateContent.call(this,i),s&&s.call(this,i)}active(t,e){if(this.destroyed)return this;let s,i=axType(t).includes("HTML")&&t.hasAttribute("label")?axFindItem(t,this.data,{dom:"labelDom"}):axFindItem(t,this.data),o=i;axIsEmpty(o)||(!o.active&&(o.active=!0),o.headerDom.setAttribute("active",""),o.bodyDom.setAttribute("active",""),axIsVnode(o.bodyDom)&&this.bodyWrapperDom.appendChild(o.bodyDom),"async"===o.type&&this.asyncActive(o),s=this.data.filter(t=>t!==o),s.forEach(t=>{t.active&&delete t.active,t.headerDom.removeAttribute("active"),t.bodyDom.removeAttribute("active")}),this.save()),"active"in this.handlers&&this.emit("active",o),this.options.onActive&&this.options.onActive.call(this,o),e&&e.call(this,o)}add(t,e){if(this.destroyed)return this;if(axIsEmpty(t))return!1;if(this.data.length>=this.options.max&&0!==this.options.max)return console.warn("The number of tabs exceeds the maximum!"),!1;let s=axType(t),i=[],o=t=>{-1===this.data.findIndex(e=>e.label===t.label)&&this.appendItem(t,()=>{this.data.push(t),i.push(t),this.sliderIns&&this.sliderIns.add(t.headerDom)})};return"Object"===s&&o(t),"Array"===s&&t.length>0&&t.forEach(t=>{o(t)}),i.length>0&&(this.options.addToActive&&(this.active(i[i.length-1]),this.sliderIns&&this.sliderIns.toBullet(i.length-1)),this.renderFinish(),this.dropdown&&this.dropdown.updateContent(this.getDropDownData())),"add"in this.handlers&&this.emit("add",i),this.options.onAdd&&this.options.onAdd.call(this,i),e&&e.call(this,i),this}remove(t,e){if(this.destroyed)return this;if(axIsEmpty(t))return!1;if(0===this.data.length)return console.warn("The data is already empty!"),!1;let s=t=>{let e=axFindItem(t,this.data);e&&(!e.labelDom&&e.headerDom.removeEventListener(this.options.trigger,this.triggerShow,!1),e.headerDom.remove(),e.bodyDom.remove(),this.data=this.data.filter(t=>t!==e),this.sliderIns&&this.sliderIns.remove(e.headerDom))};return Array.isArray(t)?t.forEach(t=>{s(t)}):s(t),this.save(),this.dropdown&&this.dropdown.updateContent(this.getDropDownData()),"remove"in this.handlers&&this.emit("remove",""),this.options.onRemove&&this.options.onRemove.call(this),e&&e.call(this),this}save(t,e){return this.destroyed?this:!!this.options.storageName&&void setTimeout(()=>{let s=this.getIndexActive(),i=this.data.filter(t=>t.disabled).map(t=>t.id).filter(Boolean);t?(!t.hasOwnProperty("active")&&(t.active=s),!t.hasOwnProperty("disabled")&&(t.disabled=i),!t.hasOwnProperty("content")&&(t.content=this.data),axLocalStorage.set(this.options.storageName,t)):axLocalStorage.set(this.options.storageName,{active:s,disabled:i,content:this.data});let o=axLocalStorage.get(this.options.storageName);return"save"in this.handlers&&this.emit("save",o),this.options.onSave&&this.options.onSave.call(this,o),e&&e.call(this,o),this},0)}update(t,e){return this.destroyed?this:(this.options=axExtend(this.options,t),this.options.storageName&&axLocalStorage.set(this.options.storageName,{}),this.init(),"update"in this.handlers&&this.emit("update",""),this.options.onUpdate&&this.options.onUpdate.call(this),e&&e.call(this),this)}destroy(t){return this.data.forEach(t=>{let e=t.labelDom?t.labelDom:t.headerDom;e.removeEventListener(this.options.trigger,this.triggerShow),t.removeDom&&(t.removeDom.onclick=null),t.updateDom&&(t.updateDom.onclick=null)}),this.sliderIns&&this.sliderIns.destroy(),this.dropdown&&this.dropdown.popup.destroy(),this.destroyed=!0,this.options.storageName&&axLocalStorage.set(this.options.storageName,{}),"destroy"in this.handlers&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axDrawer{constructor(t,e){return this.options=axExtend({insName:"",title:"",titleBreak:!0,overlay:!0,overlayClose:!0,duration:0,placement:"right",size:"sm",padding:"ax-padding",offset:"100px",content:"",type:"html",url:"",btnClass:"ax-opened",rel:"",close:!0,footerType:"center",footerShow:!0,footerBreak:!1,note:"",ajaxType:"post",zIndex:0,onInit:"",onShow:"",onShown:"",onHide:"",onHidden:"",onUpdate:"",onUpdated:"",onUpdateContent:"",onDestroy:"",breakpoints:{},confirm:{text:"确定",classname:"",icon:"",type:"close",url:"",callback:""},cancel:{text:"关闭",classname:"",icon:"",callback:""},diy:{text:"",classname:"",icon:"",url:"",target:"",callback:""}},t,e,this.constructor.name),this.handlers={},this.form=null,e&&(this.button=axIdToDom(e)),this.state="hidden",this.sequenceShow=((t,e)=>{t.style[e]?t.style[e]=.6*parseInt(t.style[e])+parseInt(this.options.offset)+"px":t.style[e]=this.options.offset}),this.sequenceHide=((t,e)=>{if(t.style[e])t.style[e]==this.options.offset?t.removeAttribute("style"):t.style[e]=(parseInt(t.style[e])-parseInt(this.options.offset))/.6+"px";else{let s="left"===e||"right"===e?"width":"height";t.style[e]="-"+getComputedStyle(t)[s]}}),this.init(),this}async init(){if(axInstance.push(this,this.options.insName,"drawer"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.rel=axAllToDoms(this.options.rel),this.renderDom(),this.setAttribute(),1===this.options.content.nodeType)this.content.innerHTML="",this.content.appendChild(this.options.content),this.form=this.content.querySelector("form");else if("form"===this.options.type&&"string"==typeof this.options.content&&"#"===this.options.content.substr(0,1)){if(this.form=document.querySelector(this.options.content).querySelector("form"),!this.form)return console.error("Form node is required!"),!1;this.content.innerHTML="",this.content.appendChild(this.form)}else{let t;t="async"===this.options.type&&this.options.url?await axCreateContent(this.options,this):axCreateContent(this.options,this),"function"==typeof this.options.content?this.content.innerHTML=this.options.content.call(this,t.content):this.content.innerHTML=t.content,this.form=this.content.querySelector("form")}return this.footer.innerHTML=axFooterBtns(this.options,this),this.targetDom.querySelectorAll("[confirm]").forEach(t=>{t.onclick=(e=>{if("submit"==this.options.confirm.type){if(!this.form||"form"!=this.options.type)return console.error("Form node is required and type of options must be form string!"),!1;axValidRepeat(e,this.form,()=>{this.form.submit()}),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,"")}else if("async"==this.options.confirm.type){if(!this.form||"form"!=this.options.type||!this.options.confirm.url)return console.error("Form node is required & type of options must be form string & url of async is required!"),!1;axValidRepeat(e,this.form,()=>{axAjaxSubmit(this.options.confirm.url,this.form,t,{type:this.options.ajaxType,opened:t=>{this.submitXhr=t.xhr},success:e=>{this.options.confirm.callback&&this.options.confirm.callback.call(this,t,e.content)}})})}else"prevent"==this.options.confirm.type?(axPreventDefault(e),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,"")):(this.hide(),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,""))})}),this.targetDom.querySelectorAll("[diy]").forEach(t=>{t.onclick=(()=>{this.options.diy.callback&&this.options.diy.callback.call(this,t)})}),this.targetDom.querySelectorAll("[cancel]").forEach(t=>{t.onclick=(()=>{this.hide(),this.options.cancel.callback&&this.options.cancel.callback.call(this,t)})}),this.targetDom.querySelectorAll("[close]").forEach(t=>{t.addEventListener("click",()=>{this.hide()},!1)}),this.button&&(this.button.onclick=(()=>{this.show()})),this.rel.length>0&&this.rel.forEach(t=>{t.onclick=(()=>{this.show()})}),this.options.onInit&&this.options.onInit.call(this),this}createTemplate(){return'\n
\n <# if(this.overlay){ #>
close<# } #>>
<# } #>\n
\n <# if(this.close){ #> <# } #>\n <# if(this.title){ #>
<# this.title #>
<# } #>\n <# if(this.title && this.titleBreak){ #>
<# } #>\n
\n <# if(this.padding){ #>
style="height:100%;"<# } #>> <# } #>\n
style="height:100%;"<# } #>>
\n <# if(this.padding){ #>
<# } #>\n
\n \n
\n
\n '}renderDom(){this.template=axTplEngine(this.createTemplate(),this.options),this.targetDom=axStrToDom(this.template),this.wrapper=this.targetDom.querySelector(".ax-drawer-wrapper"),this.targetDom.querySelector(".ax-drawer-overlay")&&(this.overlay=this.targetDom.querySelector(".ax-drawer-overlay")),this.content=this.targetDom.querySelector(".ax-drawer-content"),this.body=this.targetDom.querySelector(".ax-drawer-body"),this.targetDom.querySelector(".ax-drawer-footer")&&(this.footer=this.targetDom.querySelector(".ax-drawer-footer")),this.width=window.getComputedStyle(this.wrapper).width,this.height=window.getComputedStyle(this.wrapper).height,this.left=window.getComputedStyle(this.wrapper).left,this.right=window.getComputedStyle(this.wrapper).right,this.top=window.getComputedStyle(this.wrapper).top,this.bottom=window.getComputedStyle(this.wrapper).bottom}setAttribute(){if("left"==this.options.placement)this.targetDom.setAttribute("data-placement","left");else if("right"==this.options.placement)this.targetDom.setAttribute("data-placement","right");else if("top"==this.options.placement)this.targetDom.setAttribute("data-placement","top");else{if("bottom"!=this.options.placement)return;this.targetDom.setAttribute("data-placement","bottom")}if("sm"==this.options.size)this.targetDom.setAttribute("data-size","sm");else if("md"==this.options.size)this.targetDom.setAttribute("data-size","md");else{if("lg"!=this.options.size)return;this.targetDom.setAttribute("data-size","lg")}this.options.zIndex&&(this.targetDom.style.zIndex=this.options.zIndex)}show(t){return this.destroyed||"hidden"!==this.state?this:(this.state="ing",document.body.appendChild(this.targetDom),this.options.duration?this.duration=this.options.duration:this.duration=1e3*parseFloat(axStyle(this.wrapper).animationDuration),axInstance.data.filter(t=>"drawer"===t.type&&!t.instance.destroyed).forEach(t=>{"shown"===t.instance.state&&t.instance.options.placement===this.options.placement&&this.sequenceShow(t.instance.wrapper,this.options.placement)}),this.targetDom.classList.add("ax-show"),this.button&&this.button.classList.add(this.options.btnClass),this.options.onShow&&this.options.onShow.call(this),"show"in this.handlers&&this.emit("show",""),setTimeout(()=>{this.state="shown",this.options.onShown&&this.options.onShown.call(this),"shown"in this.handlers&&this.emit("shown","")},this.duration),t&&t.call(this),this)}hide(t){return this.destroyed||"shown"!==this.state?this:(this.state="ing",this.options.onHide&&this.options.onHide.call(this),"hide"in this.handlers&&this.emit("hide",""),this.button&&this.button.classList.remove(this.options.btnClass),this.overlay&&(this.overlay.style.opacity=0),this.sequenceHide(this.wrapper,this.options.placement),setTimeout(()=>{this.state="hidden",this.targetDom.classList.remove("ax-show"),this.overlay&&this.overlay.removeAttribute("style"),this.wrapper.removeAttribute("style"),this.targetDom.remove(),this.options.onHidden&&this.options.onHidden.call(this),"hidden"in this.handlers&&this.emit("hidden","")},this.duration),axInstance.data.filter(t=>"drawer"===t.type&&!t.instance.destroyed).forEach(t=>{"shown"===t.instance.state&&t.instance.options.placement===this.options.placement&&t.instance!==this&&this.sequenceHide(t.instance.wrapper,this.options.placement)}),this.targetDom.querySelectorAll("video,audio").forEach(t=>{t.pause()}),this.button&&this.button.classList.remove(this.options.btnClass),t&&t.call(this),this)}destroy(t){return this.targetDom.remove(),this.button.onclick=null,this.rel.forEach(t=>{t.onclick=null}),this.contentXhr&&this.contentXhr.abort(),this.submitXhr&&this.submitXhr.abort(),this.options.onDestroy&&this.options.onDestroy.call(this),"destroy"in this.handlers&&this.emit("destroy",""),this.destroyed=!0,t&&t.call(this),this}update(t,e){if(this.destroyed)return this;this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update","");let s=this.targetDom,i=axClone(this.options),o=axExtend(this.options,t),a=!1;return t&&JSON.stringify(o)!=JSON.stringify(i)&&(this.options=o,"shown"===this.state?this.init().show():"hidden"===this.state&&this.init(),s.remove(),a=!0),e&&e.call(this,a,i,o),this.options.onUpdated&&this.options.onUpdated.call(this,a,i,o),"updated"in this.handlers&&this.emit("updated",a,i,o),this}updateContent(t,e){if(this.destroyed)return this;this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update","");let s=this.content.innerHTML,i=!1;return"String"===axType(t)?axStrType(t)?this.content.innerHTML=axIdToDom(t)?axIdToDom(t).innerHTML:"":this.content.innerHTML=t:axType(t).includes("HTML")?(this.content.innerHTML="",this.content.appendChild(t)):this.content.innerHTML="No data to update!",i=this.content.innerHTML!=s,e&&e.call(this,i,s,this.content.innerHTML),this.options.onUpdateContent&&this.options.onUpdateContent.call(this,i,s,this.content.innerHTML),"updateContent"in this.handlers&&this.emit("updateContent",i,s,this.content.innerHTML),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axDialog{constructor(t,e){return this.options=axExtend({insName:"",title:"",titleBreak:!1,overlay:!0,overlayClose:!0,duration:0,placement:"center",in:"springIn",out:"scaleOut",multiple:!0,size:"md",padding:"ax-padding",drag:!1,content:"",type:"html",url:"",btnClass:"ax-opened",rel:"",name:"",width:"",height:"",close:!0,closePlace:"inside",footerShow:!0,footerType:"center",footerBreak:!1,note:"",ajaxType:"post",zIndex:0,onDrag:"",onDragged:"",onInit:"",onShow:"",onShown:"",onHide:"",onHidden:"",onUpdate:"",onUpdated:"",onUpdateContent:"",onDestroy:"",breakpoints:{},confirm:{text:"确定",classname:"",icon:"",type:"close",url:"",callback:""},cancel:{text:"关闭",classname:"",icon:"",callback:""},diy:{text:"",classname:"",icon:"",url:"",target:"",callback:""}},t,e,this.constructor.name),this.wrapper="",this.content="",this.overlay="",this.handlers={},this.wrapPosition="",this.wrapLeft="",this.wrapTop="",this.form=null,e&&(this.button=axIdToDom(e)),this.state="hidden",this.init(),this}async init(){if(axInstance.push(this,this.options.insName,"dialog"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.rel=axAllToDoms(this.options.rel),"phone"===axClient()&&(this.options.placement="center"),this.renderDom(),this.setAttribute(),1===this.options.content.nodeType)this.content.innerHTML="",this.content.appendChild(this.options.content),this.form=this.content.querySelector("form");else if("form"===this.options.type&&"string"==typeof this.options.content&&"#"===this.options.content.substr(0,1)){if(this.form=document.querySelector(this.options.content).querySelector("form"),!this.form)return console.error("Form node is required!"),!1;this.content.innerHTML="",this.content.appendChild(this.form)}else{let t;t="async"===this.options.type&&this.options.url?await axCreateContent(this.options,this):axCreateContent(this.options,this),"function"==typeof this.options.content?this.content.innerHTML=this.options.content.call(this,t.content):this.content.innerHTML=t.content,this.form=this.content.querySelector("form")}return this.footer.innerHTML=axFooterBtns(this.options,this),this.options.drag&&this.drag(),this.targetDom.querySelectorAll("[confirm]").forEach(t=>{t.onclick=(e=>{if("submit"==this.options.confirm.type){if(!this.form||"form"!=this.options.type)return console.error("Form node is required and type of options must be form string!"),!1;axValidRepeat(e,this.form,()=>{this.form.submit()}),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,"")}else if("async"==this.options.confirm.type){if(!this.form||"form"!=this.options.type||!this.options.confirm.url)return console.error("Form node is required & type of options must be form string & url of async is required!"),!1;axValidRepeat(e,this.form,()=>{axAjaxSubmit(this.options.confirm.url,this.form,t,{type:this.options.ajaxType,opened:t=>{this.submitXhr=t.xhr},success:e=>{this.options.confirm.callback&&this.options.confirm.callback.call(this,t,e.content)}})})}else"prevent"==this.options.confirm.type?(axPreventDefault(e),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,"")):(this.hide(),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,""))})}),this.targetDom.querySelectorAll("[diy]").forEach(t=>{t.onclick=(()=>{this.options.diy.callback&&this.options.diy.callback.call(this,t)})}),this.targetDom.querySelectorAll("[cancel]").forEach(t=>{t.onclick=(()=>{this.hide(),this.options.cancel.callback&&this.options.cancel.callback.call(this,t)})}),this.targetDom.querySelectorAll("[close]").forEach(t=>{t.addEventListener("click",()=>{this.hide()},!1)}),this.button&&(this.button.onclick=(()=>{this.show()})),this.rel.length>0&&this.rel.forEach(t=>{t.onclick=(()=>{this.show()})}),this.options.onInit&&this.options.onInit.call(this),this}createTemplate(){return'\n
\n <# if(this.overlay){ #>
close<# } #>>
<# } #>\n
\n <# if(this.close){ #><# } #>\n <# if(this.title){ #>
<# this.title #>
<# } #>\n <# if(this.titleBreak){ #>
<# } #>\n
\n <# if(typeof this.padding == \'string\'){ #>
<# }else if(this.padding){ #>
<# } #>\n
\n <# if(this.padding){ #>
<# } #>\n
\n \n
\n
\n '}renderDom(){this.template=axTplEngine(this.createTemplate(),this.options),this.targetDom=axStrToDom(this.template),this.wrapper=this.targetDom.querySelector(".ax-dialog-wrapper"),this.header=this.targetDom.querySelector(".ax-dialog-header"),this.content=this.targetDom.querySelector(".ax-dialog-content"),this.body=this.targetDom.querySelector(".ax-dialog-body"),this.overlay=this.targetDom.querySelector(".ax-dialog-overlay"),this.footer=this.targetDom.querySelector(".ax-dialog-footer")}setAttribute(){this.options.size&&this.targetDom.setAttribute("data-size",this.options.size),this.options.footerType&&this.targetDom.setAttribute("data-footerType",this.options.footerType),this.options.height&&(this.content.style.height=this.options.height),this.oldStyle=this.options.width?`width:${this.options.width};`:null,this.options.type&&this.targetDom.setAttribute("data-type",this.options.type),!this.options.overlay&&this.targetDom.setAttribute("data-overlay","false"),!this.options.title&&this.options.close?"lg"==this.options.size?this.targetDom.setAttribute("data-closePlace","bottom"):this.options.title||"inside"!=this.options.closePlace?this.targetDom.setAttribute("data-closePlace",this.options.closePlace):this.targetDom.setAttribute("data-closePlace","outside"):this.options.closePlace&&this.options.close&&this.targetDom.setAttribute("data-closePlace",this.options.closePlace),this.targetDom.setAttribute("placement",this.options.placement),this.options.zIndex&&(this.targetDom.style.zIndex=this.options.zIndex)}drag(t){if(this.destroyed)return!1;if(!this.options.title)return!1;{let e=this,s=this.targetDom.querySelector(".ax-dialog-header");this.targetDom.setAttribute("data-drag",this.options.drag),s.onmousedown=function(t){e.options.onDrag&&e.options.onDrag.call(this),"drag"in e.handlers&&e.emit("drag",""),this.style.cursor="move";let s=this.parentNode;s.style.cssText+="position:fixed ;",e.wrapPosition="fixed";let i=t.clientX-s.offsetLeft,o=t.clientY-s.offsetTop;document.onmousemove=function(t){let a=t.clientX-i,n=t.clientY-o,r=document.documentElement.clientWidth-s.clientWidth,l=document.documentElement.clientHeight-s.clientHeight;a<0&&(a=0),a>r&&(a=r),n<0&&(n=0),n>l&&(n=l),s.style.left=a+"px",s.style.top=n+"px",e.wrapLeft=s.style.left,e.wrapTop=s.style.top}},s.onmouseup=function(){document.onmousemove=null,document.onmouseup=null,e.options.onDragged&&e.options.onDragged.call(this),"dragged"in e.handlers&&e.emit("dragged","")},s.ondragstart=function(t){axPreventDefault(t)},s.ondragend=function(t){axPreventDefault(t)},t&&t.call(this)}return this}update(t,e){if(this.destroyed)return this;this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update","");let s=this.targetDom,i=axClone(this.options),o=axExtend(this.options,t),a=!1;return t&&JSON.stringify(o)!=JSON.stringify(i)&&(this.options=o,"shown"===this.state?this.init().show():"hidden"===this.state&&this.init(),s.remove(),a=!0),e&&e.call(this,a,i,o),this.options.onUpdated&&this.options.onUpdated.call(this,a,i,o),"updated"in this.handlers&&this.emit("updated",a,i,o),this}updateContent(t,e){if(this.destroyed)return this;this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update","");let s=this.content.innerHTML,i=!1;return"String"===axType(t)?axStrType(t)?this.content.innerHTML=axIdToDom(t)?axIdToDom(t).innerHTML:"":this.content.innerHTML=t:axType(t).includes("HTML")?(this.content.innerHTML="",this.content.appendChild(t)):this.content.innerHTML="No data to update!",i=this.content.innerHTML!=s,e&&e.call(this,i,s,this.content.innerHTML),this.options.onUpdateContent&&this.options.onUpdateContent.call(this,i,s,this.content.innerHTML),"updateContent"in this.handlers&&this.emit("updateContent",i,s,this.content.innerHTML),this}destroy(t){return this.targetDom.remove(),this.button.onclick=null,this.rel.forEach(t=>{t.onclick=null}),this.contentXhr&&this.contentXhr.abort(),this.submitXhr&&this.submitXhr.abort(),this.options.onDestroy&&this.options.onDestroy.call(this),"destroy"in this.handlers&&this.emit("destroy",""),this.destroyed=!0,t&&t.call(this),this}show(t){if(this.destroyed||"hidden"!==this.state)return this;if(this.state="ing",document.body.appendChild(this.targetDom),this.wrapperHeight=axArrHeight(this.wrapper).height,this.options.duration?this.duration=this.options.duration:this.wrapperHeight?this.duration=Math.floor(this.wrapperHeight/3+250):this.duration=1e3*parseFloat(axStyle(this.wrapper).animationDuration),!this.options.multiple){let t=axInstance.data.filter(t=>t.type.dialog&&t.instance!==this&&t.instance.isShow);t.forEach(t=>{t.instance.hide()})}this.targetDom.classList.remove("ax-hide"),this.targetDom.classList.add("ax-show"), this.button&&this.button.classList.add(this.options.btnClass),this.options.onShow&&this.options.onShow.call(this),"show"in this.handlers&&this.emit("show","");let e="";return this.wrapPosition&&(e=`position:${this.wrapPosition};left:${this.wrapLeft};top:${this.wrapTop};`),"slideDown"==this.options.in?axHeightDown(this.wrapper,{height:this.wrapperHeight},"",this.duration):(this.options.duration&&(this.targetDom.style.animationDuration=`${this.options.duration}ms`),this.options.in&&(this.wrapper.style.cssText=`animation-name: ${this.options.in};${e};${this.oldStyle}`)),setTimeout(()=>{this.state="shown",this.options.onShown&&this.options.onShown.call(this),"shown"in this.handlers&&this.emit("shown","")},this.duration),t&&t.call(this),this}hide(t){if(this.destroyed||"shown"!==this.state)return this;this.state="ing",this.options.onHide&&this.options.onHide.call(this),"hide"in this.handlers&&this.emit("hide",""),this.button&&this.button.classList.remove(this.options.btnClass),this.options.duration&&(this.targetDom.style.animationDuration=this.options.duration),this.targetDom.classList.add("ax-hide");let e="";return this.wrapPosition&&(e=`position:${this.wrapPosition};left:${this.wrapLeft};top:${this.wrapTop};`),"slideUp"==this.options.out?axHeightUp(this.wrapper,{height:this.wrapperHeight},"",this.duration):this.options.out&&(this.wrapper.style.cssText=`animation-name: ${this.options.out};${e};${this.oldStyle}`),this.targetDom.querySelectorAll("video,audio").forEach(t=>{t.pause()}),setTimeout(()=>{this.state="hidden",this.targetDom.classList.remove("ax-show"),this.targetDom.remove(),this.options.onHidden&&this.options.onHidden.call(this),"hidden"in this.handlers&&this.emit("hidden",""),this.wrapper.style.cssText=this.oldStyle},this.duration),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axPopupPosition{constructor(t,e,s){if(!t||!e)return!1;this.btnDom=axIdToDom(t),this.boxDom=axIdToDom(e),this.options=axExtend({placement:"top",arrowShow:!0,arrowOffset:"2.8rem",gap:".8rem",observer:document.body,onInit:"",onUpdated:""},s),this.handlers={},this.gap=this.strToNum(this.options.gap),this.observer=axIdToDom(this.options.observer),this.placement=this.options.placement,this.init()}init(){return"center"!==this.placement&&this.createArrow(),this.setAttribute(),this.resetPlacement(),window.addEventListener("resize",()=>{this.resetPlacement()}),window.addEventListener("scroll",()=>{this.resetPlacement()}),new MutationObserver(()=>{!this.unsettable("btn")&&this.btnData&&(axOffset(this.btnDom).left===this.btnData.left&&axOffset(this.btnDom).top===this.btnData.top||this.resetPlacement())}).observe(this.observer,{childList:!0,subtree:!0,characterData:!0}),this.options.onInit&&this.options.onInit.call(this,this.placement),this}strToNum(t){if(!t)return 0;let e;return e=t.endsWith("rem")||t.endsWith("REM")?10*t.replace("rem","").replace("REM",""):t.endsWith("px")||t.endsWith("PX")?~~t.replace("px","").replace("PX",""):~~t,e}setAttribute(){"absolute"!==getComputedStyle(this.boxDom).position&&(this.boxDom.style.position="absolute")}createArrow(){this.options.arrowShow&&(this.arrow=axAddElem("i",{style:"position:absolute",arrow:""}),this.boxDom.appendChild(this.arrow))}setArrow(t){let e=this.btnData.width>this.boxData.width/2,s=this.btnData.height>this.boxData.height/2,i=this.strToNum(getComputedStyle(this.arrow).width)/2;this.boxDom.setAttribute("placement",t),t.includes("top")||t.includes("bottom")?t.includes("start")?e?(this.arrow.style.left=this.options.arrowOffset,this.arrow.style.right="auto"):(this.arrow.style.left=Math.floor(this.btnData.width/2-i)+"px",this.arrow.style.right="auto"):t.includes("end")?e?(this.arrow.style.left="auto",this.arrow.style.right=this.options.arrowOffset):(this.arrow.style.left="auto",this.arrow.style.right=Math.floor(this.btnData.width/2-i)+"px"):this.arrow.style.left=this.boxData.width/2-1-i+"px":(t.includes("left")||t.includes("right"))&&(t.includes("start")?s?(this.arrow.style.top=this.options.arrowOffset,this.arrow.style.bottom="auto"):(this.arrow.style.top=Math.floor(this.btnData.height/2-i)+"px",this.arrow.style.bottom="auto"):t.includes("end")?s?(this.arrow.style.top="auto",this.arrow.style.bottom=this.options.arrowOffset):(this.arrow.style.top="auto",this.arrow.style.bottom=Math.floor(this.btnData.height/2-i)+"px"):this.arrow.style.top=this.boxData.height/2-1-i+"px")}getRectData(){this.browserData={width:document.documentElement.clientWidth,height:document.documentElement.clientHeight},this.btnData={width:this.btnDom.getBoundingClientRect().width,height:this.btnDom.getBoundingClientRect().height,offsetLeft:this.btnDom.getBoundingClientRect().left,offsetLeftAlt:this.btnDom.getBoundingClientRect().right,offsetRight:this.browserData.width-this.btnDom.getBoundingClientRect().right,offsetTop:this.btnDom.getBoundingClientRect().top,offsetTopAlt:this.btnDom.getBoundingClientRect().bottom,offsetBottom:this.browserData.height-this.btnDom.getBoundingClientRect().bottom,...axOffset(this.btnDom)},this.boxData={width:this.boxDom.getBoundingClientRect().width,height:this.boxDom.getBoundingClientRect().height,offsetLeft:this.boxDom.getBoundingClientRect().left,offsetLeftAlt:this.boxDom.getBoundingClientRect().right,offsetRight:this.browserData.width-this.boxDom.getBoundingClientRect().right,offsetTop:this.boxDom.getBoundingClientRect().top,offsetTopAlt:this.boxDom.getBoundingClientRect().bottom,offsetBottom:this.browserData.height-this.boxDom.getBoundingClientRect().bottom}}setPlacement(t){let[e,s,i,o]=["auto","auto","auto","auto"];t.includes("bottom")?("bottom"===t?e=this.btnData.left-(this.boxData.width-this.btnData.width)/2:"bottom-start"===t?e=this.btnData.left:"bottom-end"===t&&(e=this.btnData.left+this.btnData.width-this.boxData.width),i=`${Math.ceil(this.btnData.top+this.btnData.height+this.gap)}px`,e=`${Math.ceil(e)}px`):t.includes("top")?("top"===t?e=this.btnData.left-(this.boxData.width-this.btnData.width)/2:"top-start"===t?e=this.btnData.left:"top-end"===t&&(e=this.btnData.left+this.btnData.width-this.boxData.width),o=this.browserData.height-this.btnData.top+this.gap,o=`${Math.ceil(o)}px`,e=`${Math.ceil(e)}px`):t.includes("left")?("left"===t?i=`${Math.ceil(this.btnData.top-(this.boxData.height-this.btnData.height)/2)}px`:"left-start"===t?i=`${Math.ceil(this.btnData.top)}px`:"left-end"===t&&(o=`${Math.ceil(this.browserData.height-this.btnData.top-this.btnData.height)}px`),s=`${Math.ceil(this.browserData.width-this.btnData.left+this.gap)}px`):t.includes("right")?("right"===t?i=`${Math.ceil(this.btnData.top-(this.boxData.height-this.btnData.height)/2)}px`:"right-start"===t?i=`${Math.ceil(this.btnData.top)}px`:"right-end"===t&&(o=`${Math.ceil(this.browserData.height-this.btnData.top-this.btnData.height)}px`),e=`${Math.ceil(this.btnData.left+this.btnData.width+this.gap)}px`):"center"===t&&(this.boxDom.style.position="fixed",this.boxDom.style.marginLeft=`-${Math.ceil(this.boxData.width/2)}px`,this.boxDom.style.marginTop=`-${Math.ceil(this.boxData.height/2)}px`,e="50%",i="50%"),this.boxDom.style.left=e,this.boxDom.style.right=s,this.boxDom.style.top=i,this.boxDom.style.bottom=o,this.arrow&&this.setArrow(t)}getRectOffset(){let t=this.btnData.offsetLeft-this.boxData.width-this.gap,e=this.btnData.offsetTop-this.boxData.height-this.gap,s=this.browserData.width-this.btnData.offsetLeftAlt-this.boxData.width-this.gap,i=this.browserData.height-this.btnData.offsetTopAlt-this.boxData.height-this.gap,o=this.btnData.offsetTop,a=this.browserData.height-(o+this.boxData.height),n=this.btnData.offsetTop-(this.boxData.height-this.btnData.height)/2,r=this.browserData.height-(n+this.boxData.height),l=this.btnData.offsetTopAlt-this.boxData.height,h=this.browserData.height-this.btnData.offsetTopAlt,d=this.btnData.offsetLeft,p=this.browserData.width-(d+this.boxData.width),c=this.btnData.offsetLeft-(this.boxData.width-this.btnData.width)/2,u=this.browserData.width-(c+this.boxData.width),m=this.btnData.offsetLeftAlt-this.boxData.width,g=this.browserData.width-this.btnData.offsetLeftAlt;return{left:t,right:s,top:e,bottom:i,startTop:o,startBottom:a,centerTop:n,centerBottom:r,endTop:l,endBottom:h,startLeft:d,startRight:p,centerLeft:c,centerRight:u,endLeft:m,endRight:g}}edgeResponse(t,e){let s;return 1===e.length?s="center"===e[0].name?t:`${t}-${e[0].name}`:2===e.length?("top"!==t&&"bottom"!==t||(s=this.btnData.offsetLeft===this.boxData.offsetLeft&&this.boxData.offsetLeftthis.boxData.offsetBottom?`${t}-end`:t)):s=3===e.length?this.options.placement:this.placement,s}fixPlacement(){let t=this.getRectOffset(),e=this.options.placement,s=this.placement,i=[{name:"start",left:t.startLeft,right:t.startRight},{name:"center",left:t.centerLeft,right:t.centerRight},{name:"end",left:t.endLeft,right:t.endRight}],o=i.filter(t=>t.left>=0&&t.right>=0),a=[{name:"start",top:t.startTop,bottom:t.startBottom},{name:"center",top:t.centerTop,bottom:t.centerBottom},{name:"end",top:t.endTop,bottom:t.endBottom}],n=a.filter(t=>t.top>=0&&t.bottom>=0);return e.includes("bottom")?(s=this.edgeResponse("bottom",o),t.bottom<0&&t.top>0&&(s=s.replace("bottom","top"))):e.includes("top")?(s=this.edgeResponse("top",o),t.top<0&&t.bottom>0&&(s=s.replace("top","bottom"))):e.includes("left")?(s=this.edgeResponse("left",n),t.left<0&&t.right>0&&(s=e.replace("left","right"))):e.includes("right")&&(s=this.edgeResponse("right",n),t.right<0&&t.left>0&&(s=e.replace("right","left"))),this.placement=s,s}unsettable(t){let e="btn"===t?this.btnDom:this.boxDom;return axIsVnode(e)||"none"===getComputedStyle(e).display}resetPlacement(){if(this.unsettable())return!1;this.getRectData(),this.fixPlacement(),this.setPlacement(this.placement),this.options.onUpdated&&this.options.onUpdated.call(this,this.placement),"updated"in this.handlers&&this.emit("updated",this.placement)}update(t){return this.resetPlacement(),t&&t.call(this,this.placement),this}change(t,e){return this.btnDom=axIdToDom(t),this.resetPlacement(),e&&e.call(this,this.placement),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axPopup{constructor(t,e){this.options=axExtend({insName:"",title:"",titleBreak:!1,placement:"top",arrow:!0,trigger:"click",pageClose:!0,size:"md",duration:0,in:"fadeIn",out:"fadeOut",multiple:!1,offsetShow:!0,rel:"",triggerRel:"click",theme:"",stay:!1,fixDistance:"2.4rem",name:"",width:"",height:"",padding:"ax-padding",content:"",type:"html",url:"",btnClass:"ax-opened",close:!0,closePlace:"inside",triggerShowOnly:!1,triggerStrict:!1,footerShow:!0,footerType:"line",footerBreak:!1,note:"",ajaxType:"post",zIndex:0,response:!0,onInit:"",onShow:"",onShown:"",onHide:"",onHidden:"",onUpdate:"",onUpdated:"",onUpdateContent:"",onUpdatePosition:"",onDestroy:"",breakpoints:{},confirm:{text:"确定",classname:"",icon:"",type:"close",url:"",callback:""},cancel:{text:"关闭",classname:"",icon:"",callback:""},diy:{text:"",classname:"",icon:"",url:"",target:"",callback:""}},e,t,this.constructor.name);let s=this;return this.handlers={},this.form=null,this.button=axIdToDom(t),this.state="hidden",this.bound=!1,this.triggerShow=function(t){if(s.options.triggerStrict&&![...s.rel,s.button].includes(t.target))return!1;if("click"===s.options.trigger||"click"===this.trigger)if("hidden"===s.state){if(s.show(),!s.options.multiple){let t=axInstance.data.filter(t=>"popup"===t.type&&t.instance!==s&&t.instance.isShow);t.forEach(t=>{t.instance.hide()})}}else"shown"===s.state&&!s.options.triggerShowOnly&&s.hide();else"input"===s.options.trigger&&(s.button.value?s.show():!s.options.triggerShowOnly&&s.hide())},this.toggleShow=(t=>{let e=!0;for(let s=0;s{t.onclick=(e=>{if("submit"==this.options.confirm.type){if(!this.form||"form"!=this.options.type)return console.error("Form node is required and type of options must be form string!"),!1;axValidRepeat(e,this.form,()=>{this.form.submit()}),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,"")}else if("async"==this.options.confirm.type){if(!this.form||"form"!=this.options.type||!this.options.confirm.url)return console.error("Form node is required & type of options must be form string & url of async is required!"),!1;axValidRepeat(e,this.form,()=>{axAjaxSubmit(this.options.confirm.url,this.form,t,{type:this.options.ajaxType,opened:t=>{this.submitXhr=t.xhr},success:e=>{this.options.confirm.callback&&this.options.confirm.callback.call(this,t,e.content)}})})}else"prevent"===this.options.confirm.type?(axPreventDefault(e),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,"")):(this.hide(),this.options.confirm.callback&&this.options.confirm.callback.call(this,t,""))})}),this.targetDom.querySelectorAll("[diy]").forEach(t=>{t.onclick=(()=>{this.options.diy.callback&&this.options.diy.callback.call(this,t)})}),this.targetDom.querySelectorAll("[cancel]").forEach(t=>{t.onclick=(()=>{this.hide(),this.options.cancel.callback&&this.options.cancel.callback.call(this,t)})}),this.targetDom.querySelectorAll("[close]").forEach(t=>{t.addEventListener("click",()=>{this.hide()},!1)}),this.showEvent(),this.options.onInit&&this.options.onInit.call(this),this}createTemplate(){return`\n
\n
\n <# if(this.close){ #><# } #>\n <# if(this.title){ #>
<# this.title #>
<# } #>\n <# if(this.titleBreak){ #>
<# } #>\n
\n <# if(typeof this.padding === 'string'){ #>
<# }else if(this.padding){ #>
<# } #>\n <# this.media #>\n
\n <# if(this.padding){ #>
<# } #>\n
\n \n
\n
\n `}renderDom(){this.template=axTplEngine(this.createTemplate(),this.options),this.targetDom=axStrToDom(this.template),this.wrapper=this.targetDom.querySelector(".ax-popup-wrapper"),this.content=this.targetDom.querySelector(".ax-popup-content"),this.body=this.targetDom.querySelector(".ax-popup-body"),this.targetDom.querySelector(".ax-popup-header")&&(this.header=this.targetDom.querySelector(".ax-popup-header")),this.footer=this.targetDom.querySelector(".ax-popup-footer")}setAttribute(){this.options.size&&this.targetDom.setAttribute("size",this.options.size),this.options.type&&this.targetDom.setAttribute("type",this.options.type),this.options.footerType&&this.targetDom.setAttribute("footerType",this.options.footerType),this.options.height&&(this.content.style.height=this.options.height),this.options.theme&&this.targetDom.setAttribute("theme",this.options.theme),this.options.zIndex&&(this.targetDom.style.zIndex=this.options.zIndex),this.options.close&&this.targetDom.setAttribute("closePlace",this.options.closePlace)}createPopup(){let t;t="center"===this.options.placement||this.options.response&&axIsMobi()?"center":this.options.placement,this.popupPosition=new axPopupPosition(this.button,this.targetDom,{placement:t,arrowShow:this.options.arrow,gap:this.options.arrow?".8rem":".4rem",arrowOffset:this.options.fixDistance}),this.oldStyle=this.options.width?`width:${this.options.width};`:""}showEvent(){"click"===this.options.trigger||"input"===this.options.trigger?(!this.bound&&this.button.addEventListener(this.options.trigger,this.triggerShow,!1),this.rel.length>0&&this.rel.forEach(t=>{this.bound||(t.trigger=this.options.triggerRel||this.options.trigger,t.addEventListener(this.options.triggerRel||this.options.trigger,this.triggerShow,!1))})):"hover"===this.options.trigger?this.hover=new axHover(this.button,{enter:()=>{this.show()},leave:()=>{!this.options.triggerShowOnly&&this.hide()},hold:this.targetDom}):"sticky"===this.options.trigger&&this.show(),this.options.pageClose&&!this.options.multiple&&!this.bound&&document.addEventListener("click",this.toggleShow,!1),this.bound=!0}update(t,e){if(this.destroyed)return this;this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update","");let s=axClone(this.options),i=axExtend(this.options,t),o=!1;return t&&JSON.stringify(i)!=JSON.stringify(s)&&(this.options=i,this.targetDom.remove(),this.popupPosition="","shown"===this.state?this.init().show():"hidden"===this.state&&this.init(),o=!0),e&&e.call(this,o,s,i),this.options.onUpdated&&this.options.onUpdated.call(this,o,s,i),"updated"in this.handlers&&this.emit("updated",o,s,i),this}updateContent(t,e){if(this.destroyed)return this;this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update","");let s=this.content.innerHTML,i=!1;return"String"===axType(t)?axStrType(t)?this.content.innerHTML=axIdToDom(t)?axIdToDom(t).innerHTML:"":this.content.innerHTML=t:axType(t).includes("HTML")?(this.content.innerHTML="",this.content.appendChild(t)):this.content.innerHTML="No data to update!",i=this.content.innerHTML!=s,e&&e.call(this,i,s,this.content.innerHTML),this.options.onUpdateContent&&this.options.onUpdateContent.call(this,i,s,this.content.innerHTML),"updateContent"in this.handlers&&this.emit("updateContent",i,s,this.content.innerHTML),this}updatePosition(t,e){if(this.destroyed)return this;this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update","");let s=axIdToDom(t);return this.popupPosition.change(s,t=>{this.options.onUpdatePosition&&this.options.onUpdatePosition.call(this,t),"updatePosition"in this.handlers&&this.emit("updatePosition",t)}),e&&e.call(this),this}show(t){return this.destroyed||"hidden"!==this.state?this:(this.state="ing",getComputedStyle(this.targetDom).display||document.body.appendChild(this.targetDom),this.wrapperHeight=axArrHeight(this.wrapper).height,this.options.duration?this.duration=this.options.duration:this.wrapperHeight?this.duration=Math.floor(this.wrapperHeight/3+250):this.duration=1e3*parseFloat(axStyle(this.targetDom).animationDuration),this.popupPosition.update(),this.targetDom.classList.add("ax-show"),this.button&&this.button.classList.add(this.options.btnClass),this.options.onShow&&this.options.onShow.call(this),"show"in this.handlers&&this.emit("show",""),"slideDown"===this.options.in?axHeightDown(this.wrapper,{height:this.wrapperHeight},"",this.duration):(this.options.duration&&(this.targetDom.style.animationDuration=`${this.options.duration}ms`),this.options.in&&(this.targetDom.style.animationName=this.options.in)),this.targetDom.style.cssText+=`;${this.oldStyle}`,this.hover&&(this.hover.isActive=!0),setTimeout(()=>{this.state="shown",this.options.onShown&&this.options.onShown.call(this),"shown"in this.handlers&&this.emit("shown","")},this.duration),t&&t.call(this),this)}hide(t){return this.destroyed||"shown"!==this.state?this:(this.state="ing",this.options.stay||(this.options.onHide&&this.options.onHide.call(this),"hide"in this.handlers&&this.emit("hide",""),this.button&&this.button.classList.remove(this.options.btnClass),"slideUp"===this.options.out?axHeightUp(this.wrapper,{height:this.wrapperHeight},"",this.duration):this.options.out&&(this.targetDom.style.animationName=this.options.out),this.targetDom.style.cssText+=`;${this.oldStyle}`,this.targetDom.querySelectorAll("video,audio").forEach(t=>{t.pause()}),this.hover&&(this.hover.isActive=!1),setTimeout(()=>{this.state="hidden",this.targetDom.classList.remove("ax-show"),this.targetDom.remove(),this.options.onHidden&&this.options.onHidden.call(this),"hidden"in this.handlers&&this.emit("hidden",""),"slideUp"===this.options.out&&(this.wrapper.style.height="auto")},this.duration),t&&t.call(this)),this)}destroy(t){return this.targetDom.remove(),this.popupPosition=null,this.hover=null,this.button.removeEventListener(this.options.trigger,this.triggerShow),this.rel.forEach(t=>{t.removeEventListener(this.options.triggerRel||this.options.trigger,this.triggerShow)}),this.toggleShow&&document.removeEventListener("click",this.toggleShow),this.bound=!1,this.contentXhr&&this.contentXhr.abort(),this.submitXhr&&this.submitXhr.abort(),this.options.onDestroy&&this.options.onDestroy.call(this),"destroy"in this.handlers&&this.emit("destroy",""),this.destroyed=!0,t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axTooltip{constructor(t,e){this.button=axIdToDom(t),this.options=axExtend({insName:"",placement:"top",arrow:!0,trigger:"hover",size:"",multiple:!0,theme:"text",content:"",breakpoints:{}},e,this.button,this.constructor.name),this.init()}init(){axInstance.push(this,this.options.insName,"tooltip"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints);let t=this.button.getAttribute("axTooltip");!this.options.content&&t&&!t.includes(":")&&(this.options.content=t);let e=Object.assign({type:"html",close:!1,footerShow:!1,padding:!1},this.options);this.popup=new axPopup(this.button,e),this.content=this.popup.content,this.setAttribute()}setAttribute(){this.popup.targetDom.classList.add("ax-tooltip"),this.options.theme&&this.popup.targetDom.setAttribute("theme",this.options.theme)}updateContent(t,e){return this.content.innerHTML=t,e&&e.call(this,update,before,this.content.innerHTML,this.options.content),"updated"in this.handlers&&this.emit("updated",""),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axUpload{constructor(t,e){this.targetDom=t?axIdToDom(t):"",this.options=axExtend({insName:"",type:"beautify",accept:"jpg,jpeg,gif,png,svg,doc,docx,xls,xlsx,txt,mp4,mp3,pdf",mime:"",multiple:!0,name:"",separator:",",columns:0,min:0,max:0,size:0,url:"",fileType:[],action:"auto",tipsShow:!0,summaryShow:!1,cloud:"",pastable:{before:"请点击使用ctrl+v粘贴上传",ing:"使用ctrl+v粘贴进来",after:"ctrl+v粘贴上传成功"},icons:{file:"ax-iconfont ax-icon-file-text",attach:"ax-iconfont ax-icon-attach",image:"ax-iconfont ax-icon-image",video:"ax-iconfont ax-icon-video",audio:"ax-iconfont ax-icon-music"},beautify:{placeholder:"请选择文件...",text:"选择文件",className:"ax-file",display:"",callback:""},message:{passed:"通过文件校验!",exceeded:"超过了文件数量限制!",tooLarge:"文件体积太大了!",errorSuffix:"不支持该文件格式!",success:"上传成功!",failed:"提交地址可能错误!"},chooseBtn:{icon:'',text:"选择文件",className:"",props:{},show:!0},uploadBtn:{icon:'',text:"立即上传",className:"",props:{},show:!1},clearBtn:{icon:'',text:"删除全部",className:"",props:{},show:!1},cubeBtn:{icon:'',text:"",className:"",props:{},show:!0},boxBtn:{icon:'',text:"点击或拖拽上传",className:"",props:{},show:!0},breakpoints:{},onRendered:"",onPasted:"",onDropped:"",onUploading:"",onUploaded:"",onAllUploaded:"",onError:"",onCompleted:"",onAllCompleted:"",onChanged:"",onRemove:"",onClear:"",onBeforeRemove:"",onBeforeClear:"",onBeforeUpload:""},e,this.targetDom,this.constructor.name),this.name=this.targetDom&&"INPUT"==this.targetDom.nodeName?this.targetDom.getAttribute("name"):this.options.name,this.handlers={},this.sizeLimit=1024*this.options.size*1024;let s=[{name:"image",icon:this.options.icons.image,suffix:["png","jpg","jpeg","bmp","gif","webp","svg","tiff"]},{name:"video",icon:this.options.icons.video,suffix:["mp4","mpeg","avi","wmv","mov","m4v","flv","rmvb","3gp"]},{name:"audio",icon:this.options.icons.audio,suffix:["mp3","wma","m4a","ogg"]}];axIsEmpty(this.options.fileType)?this.fileTypes=[...s]:this.fileTypes=[...this.options.fileType,...s],this.files=[],this.details=[],this.history=[],this.value=[],this.inputValue="",this.summary=axAddElem("div",{summary:""}),this.init()}init(){return axInstance.push(this,this.options.insName,"upload"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.createTips(),this.createButton(),this.createSkeleton(),this.setAttribute(),"beautify"!=this.options.type&&(this.chooseBtn.onclick=(()=>{this.inputFile.click()}),this.readyUpload(),this)}createTips(){this.tipsText="",this.options.size&&(this.tipsText+=`要求大小不超过${this.options.size}MB,`),this.options.min&&(this.tipsText+=`至少上传${this.options.min}个文件,`),this.options.max&&(this.tipsText+=`最多上传${this.options.max}个文件`),this.tips=axAddElem("div",{tips:""},this.tipsText)}createButton(){"gallery"==this.options.type?this.chooseBtn=axAddElem("div",Object.assign({choose:""},this.options.boxBtn.props),this.options.boxBtn.icon+"
"+this.options.boxBtn.text+"
"):"picture"==this.options.type?this.chooseBtn=axAddElem("li",Object.assign(this.options.cubeBtn.className?{class:this.options.cubeBtn.className}:{choose:""},this.options.cubeBtn.props),this.options.cubeBtn.icon+this.options.cubeBtn.text):this.chooseBtn=axAddElem("a",Object.assign({href:"###",class:this.options.chooseBtn.className?"ax-btn "+this.options.chooseBtn.className:"ax-btn",choose:""},this.options.chooseBtn.props),this.options.chooseBtn.icon+this.options.chooseBtn.text)}createSkeleton(){if(this.targetDom?"INPUT"==this.targetDom.nodeName&&"file"==this.targetDom.type?(this.inputFile=this.targetDom,this.inputFile.name&&this.inputFile.setAttribute("name",this.name),this.parent=axAddElem("div",{class:"ax-upload"}),this.inputFile.insertAdjacentElement("beforeBegin",this.parent)):"INPUT"!=this.targetDom.nodeName||"hidden"!=this.targetDom.type&&"text"!=this.targetDom.type?(this.parent=this.targetDom,this.inputFile=axAddElem("input",{type:"file"}),this.inputText=axAddElem("input",{type:"hidden",readonly:"",name:this.name}),this.options.multiple&&this.inputFile.setAttribute("multiple","")):(this.inputText=this.targetDom,this.inputText.name&&this.inputText.setAttribute("name",this.name),this.inputText.setAttribute("readonly",""),this.inputFile=axAddElem("input",{type:"file"}),this.parent=axAddElem("div",{class:"ax-upload"}),this.inputText.insertAdjacentElement("beforeBegin",this.parent),this.options.multiple&&this.inputFile.setAttribute("multiple","")):(this.parent=axAddElem("div",{class:"ax-upload"}),this.inputFile=axAddElem("input",{type:"file"}),this.options.multiple&&this.inputFile.setAttribute("multiple",""),this.inputText=axAddElem("input",{type:"hidden",readonly:"",name:this.options.name})),this.options.mime&&this.inputFile.setAttribute("accept",this.options.mime),this.parent.appendChild(this.inputFile),"beautify"==this.options.type)this.parent.appendChild(this.inputFile),this.parent.dataset.placeholder=this.options.beautify.placeholder,this.parent.dataset.text=this.options.beautify.text,this.parent.classList.add(this.options.beautify.className),this.fileChange(this.parent,this.inputFile);else{this.list=axAddElem("ul"),this.parent.appendChild(this.list),this.parent.appendChild(this.inputText);let t=axAddElem("div",{info:""}),e=axAddElem("div",{footer:""},t);if(this.options.tipsShow&&this.tipsText&&(t.appendChild(this.tips),this.parent.setAttribute("withtips","")),this.options.summaryShow&&(t.appendChild(this.summary),this.summary.innerHTML=this.getSummary(),this.parent.setAttribute("withtips","")),"gallery"==this.options.type)this.createCtrlv(),this.parent.appendChild(e),this.parent.insertAdjacentElement("afterBegin",this.chooseBtn),this.list.classList.add("ax-grid","ax-space-xs"),this.options.columns&&this.list.classList.add("ax-grid-"+this.options.columns),this.options.clearBtn.show&&(this.clearBtn=axAddElem("a",Object.assign({href:"###",class:this.options.clearBtn.className?"ax-btn "+this.options.clearBtn.className:"ax-btn",clear:""},this.options.clearBtn.props),this.options.clearBtn.icon+this.options.clearBtn.text),e.appendChild(this.clearBtn),this.parent.setAttribute("withtips","")),this.options.uploadBtn.show&&(this.uploadBtn=axAddElem("a",Object.assign({href:"###",class:this.options.uploadBtn.className?"ax-btn "+this.options.uploadBtn.className:"ax-btn",upload:""},this.options.uploadBtn.props),this.options.uploadBtn.icon+this.options.uploadBtn.text),e.appendChild(this.uploadBtn),this.parent.setAttribute("withtips",""));else if("picture"==this.options.type)this.parent.appendChild(e),this.list.appendChild(this.chooseBtn),this.options.clearBtn.show&&(this.clearBtn=axAddElem("li",Object.assign({class:this.options.clearBtn.className,clear:""},this.options.clearBtn.props),this.options.clearBtn.icon+this.options.clearBtn.text),this.chooseBtn.insertAdjacentElement("afterEnd",this.clearBtn)),this.options.uploadBtn.show&&(this.uploadBtn=axAddElem("li",Object.assign({class:this.options.uploadBtn.className,upload:""},this.options.uploadBtn.props),this.options.uploadBtn.icon+this.options.uploadBtn.text),this.chooseBtn.insertAdjacentElement("afterEnd",this.uploadBtn));else{let t=axAddElem("div",{header:""});this.list.insertAdjacentElement("beforeBegin",e),this.parent.insertAdjacentElement("afterBegin",t),t.appendChild(this.chooseBtn),this.options.uploadBtn.show&&(this.uploadBtn=axAddElem("a",Object.assign({href:"###",class:this.options.uploadBtn.className?"ax-btn "+this.options.uploadBtn.className:"ax-btn",upload:""},this.options.uploadBtn.props),this.options.uploadBtn.icon+this.options.uploadBtn.text),t.appendChild(this.uploadBtn)),this.options.clearBtn.show&&(this.clearBtn=axAddElem("a",Object.assign({href:"###",class:this.options.clearBtn.className?"ax-btn "+this.options.clearBtn.className:"ax-btn",clear:""},this.options.clearBtn.props),this.options.clearBtn.icon+this.options.clearBtn.text),t.appendChild(this.clearBtn))}}}createCtrlv(){this.options.pastable&&(this.ctrlv=axAddElem("i",{ctrlv:""},this.options.pastable.before),this.parent.appendChild(this.ctrlv),this.parent.onclick=(()=>{this.ctrlv.innerHTML=this.options.pastable.ing}), this.parent.onmouseleave=(()=>{this.ctrlv.innerHTML=this.options.pastable.before}))}sizeStr(t){let e="";return e=t/1024>=1024?""+(t/1048576).toFixed(2)+"MB":t/1024>=1?""+(t/1024).toFixed(2)+"KB":""+t+"B",e}getSummary(){let t,e=0,s=this.details.length,i=this.details.filter(t=>"uploaded"==t.progress),o=i.length;return i.forEach(t=>{e+=t.file.size}),t=this.sizeStr(e),`提交了${s}个文件,成功上传了${o}个,共${t}`}createItem(t,e){let s="";s="gallery"==this.options.type?`\n
  • \n
    \n
    \n \n \n \n
    \n
    \n \n
    ${e&&!e.valid?e.message:""}
    \n
    \n
    \n
    ${t.name}
    \n
    ${this.sizeStr(t.size)}
    \n
    \n
    \n
  • \n `:"picture"==this.options.type?`\n
  • \n
    \n
    \n \n \n \n
    \n
    \n \n
    ${e&&!e.valid?e.message:""}
    \n
  • \n `:"info"==this.options.type?`\n
  • \n \n
    \n ${t.name}\n
    \n
    \n \n ${e&&!e.valid?e.message:""}\n \n
  • \n `:`\n
  • \n \n
    \n ${t.name}\n
    \n
    \n \n ${e&&!e.valid?e.message:""}\n \n
  • \n `;let i=axStrToDom(s),o=i.querySelector("[file]");return o&&this.fillHeader(t,o),"picture"==this.options.type?this.chooseBtn.insertAdjacentElement("beforeBegin",i):this.list.appendChild(i),i}fileChange(t,e){let s,i=this,o=t.getAttribute("data-text"),a=t.getAttribute("data-placeholder");o||t.classList.add("ax-simple"),e.classList.contains("ax-xs")?t.classList.add("ax-xs"):e.classList.contains("ax-sm")?t.classList.add("ax-sm"):e.classList.contains("ax-lg")&&t.classList.add("ax-lg"),this.options.beautify.display&&(s=axIdToDom(this.options.beautify.display)),e.addEventListener("change",function(){t.classList.add("ax-active"),t.setAttribute("data-placeholder",this.value.replace(/.*(\/|\\)/,"")),this.value||(t.setAttribute("data-placeholder",a),t.classList.remove("ax-active")),[...this.files].length>0&&([...this.files].forEach(t=>{i.value.push({name:t.name,size:t.size,time:t.lastModified,url:""})}),s&&(s.innerHTML="",[...this.files].forEach(t=>{t.type.startsWith("image")&&i.readFile(t,t=>{s.appendChild(axAddElem("img",{src:t}))})}))),i.options.beautify.callback&&i.options.beautify.callback.call(i,this.files),i.options.onChange&&i.options.onChange.call(i,this.files),"changed"in i.handlers&&i.emit("changed",this.files),i.options.onChanged&&i.options.onChanged.call(i,this.files)},!1),e.onfocus=(()=>{t.classList.add("ax-focus")}),e.onblur=(()=>{t.classList.remove("ax-focus")})}setAttribute(){this.options.type&&this.parent.setAttribute("type",this.options.type),this.options.pastable&&this.parent.setAttribute("pastable",""),this.parent.setAttribute("state","ready")}readyUpload(){this.inputFile.addEventListener("change",()=>{let t=[...this.inputFile.files];this.renderList(t),this.inputFile.value="","changed"in this.handlers&&this.emit("changed",t),this.options.changed&&this.options.changed.call(this,t)},!1),this.options.pastable&&this.parent.addEventListener("paste",t=>{let e=t.clipboardData?t.clipboardData:window.clipboardData;if(e){let t=e.items[0];t&&"file"===t.kind&&t.type.includes("image")&&(this.renderList([t.getAsFile()]),this.ctrlv&&(this.ctrlv.innerHTML=this.options.pastable.after)),"pasted"in this.handlers&&this.emit("pasted",t),this.options.onPasted&&this.options.onPasted.call(this,t)}},!1),this.parent.addEventListener("dragleave",t=>{t.preventDefault(),this.parent.removeAttribute("drag")}),this.parent.addEventListener("dragover",t=>{t.preventDefault()}),this.parent.addEventListener("dragenter",t=>{t.preventDefault(),this.parent.setAttribute("drag","")}),this.parent.addEventListener("drop",t=>{t.preventDefault(),this.parent.removeAttribute("drag");let e=t.dataTransfer.items;for(let t=0;t{if(0==this.details.length)return!1;this.options.onBeforeClear?this.options.onBeforeClear.call(this):this.clear.call(this)}))}renderItem(t){let e,s=this.fileValid(t),i={file:t,state:s},o=(t,e)=>{t.dom=e,t.progress="rendered",e.setAttribute("progress","rendered")};s.valid?(this.files.push(t),e=this.createItem(t)):e=this.createItem(t,s),o(i,e),this.details.push(i);let a=e.querySelector("[remove]");return a&&(a.onclick=(()=>{this.options.onBeforeRemove?this.options.onBeforeRemove.call(this,i):this.remove(i.file)})),"rendered"in this.handlers&&this.emit("rendered",i),this.options.onRendered&&this.options.onRendered.call(this,i),e}getEntries(t){if(t.isFile)t.file(t=>this.renderList([t]));else{let e=t.createReader();e.readEntries(t=>{t.forEach(t=>this.getEntries(t))})}}renderList(t,e){if(0==t.length)return!1;for(let e=0,s=t.length;et.name!=s.name&&t.size!=s.size))continue;this.history.push(s),this.renderItem(s)}}"auto"==this.options.action?this.upload():this.uploadBtn&&(this.uploadBtn.onclick=(()=>{this.upload()})),this.parent.setAttribute("state","processing"),e&&e.call(this)}upload(t){if(!this.options.url)return console.error("The url is required!"),!1;let e=this.globalValid();if(!e.valid)return new axMessage({content:e.message,result:"error"}).show(),!1;let s=this.getUploadingFiles();if(this.options.onBeforeUpload&&!this.options.onBeforeUpload.call(this,s))return!1;s.forEach(t=>{this.uploadFile(t)}),"uploading"in this.handlers&&this.emit("uploading",""),this.options.onUploading&&this.options.onUploading.call(this),t&&t.call(this)}getUploadingFiles(){return this.details.filter(t=>t.state.valid&&"uploaded"!=t.progress)}activeOperate(t,e,s,i){e.setAttribute("valid","success"),e.setAttribute("progress","uploaded"),e.querySelector("[state]")||e.querySelector("[percent]").insertAdjacentHTML("afterend",''),this.options.cloud&&(s=this.options.cloud.server+s);let o=e.querySelector("[down]"),a=e.querySelector("[view]");if(o&&(this.options.cloud?o.onclick=(()=>{this.downloadFile(s,t.name)}):(o.setAttribute("download",""),o.setAttribute("href",s))),a){let e={media:s,caption:i,type:""};"image"==this.h5Type(t)?e.type="image":"video"==this.h5Type(t)?e.type="video":"audio"==this.h5Type(t)&&(e.type="audio"),e.type&&(a.onclick=function(){new axLightbox({src:e}).init().show()})}if("text"==this.options.type||"info"==this.options.type){let t=e.querySelector("[title]"),i=e.querySelector("[file]");t.setAttribute("href",s),t.setAttribute("target","_blank"),i&&(i.setAttribute("href",s),i.setAttribute("target","_blank"))}}downloadFile(t,e){let s=new XMLHttpRequest;s.open("GET",t,!0),s.responseType="blob",s.onload=function(){let t=window.URL.createObjectURL(s.response),i=axAddElem("a");i.href=t,i.download=e,i.click()},s.send()}uploadFile(t){let e=new FormData,s=t.file,i=t.dom,o=t.state.valid,a=(t,e,i,o)=>{t?this.activeOperate(s,o,e,s.name):(o.setAttribute("valid","error"),o.querySelector("[message]").innerText=i),this.options.summaryShow&&(this.summary.innerHTML=this.getSummary())};if(!o||"uploaded"==t.progress)return!1;if(t.progress="uploading",i.setAttribute("progress","uploading"),this.options.cloud){e.append(this.options.cloud.field?this.options.cloud.field:"file",s);for(let t in this.options.cloud.append)e.append(t,this.options.cloud.append[t])}else e.append(this.name?this.name:"file",s);axAjax({url:this.options.url,data:e,uploading:e=>{i.querySelector("[percent]").innerText=e.result,i.querySelector("[bar]").style.width=e.result,e.percent>=100&&(i.setAttribute("completed",""),t.completed=!0,this.handlers.hasOwnProperty("completed")&&this.emit("completed",t),this.options.onCompleted&&this.options.onCompleted.call(this,t),this.details.every(t=>t.state.valid&&t.completed)&&(this.handlers.hasOwnProperty("allCompleted")&&this.emit("allCompleted",""),this.options.onAllCompleted&&this.options.onAllCompleted.call(this)))},success:e=>{let o,n="",r="",l=0,h=0,d=(t,e)=>{if(!e)return"";if(!e.includes("."))return t[e];let s,i=e.split(".");return s=1==i.length?t[i[0]]:2==i.length?t[i[0]][i[1]]:"",s};if(this.options.cloud){let t=this.options.cloud.keys;r=d(e.content,t.url),l=d(e.content,t.size),h=d(e.content,t.time),n=d(e.content,t.message),o=this.options.cloud.code==e.content.code}else r=e.content.url,l=s.size,h=e.content.time,n=e.content.message,o=!0===e.content.valid;t.state.valid=o,t.state.time=h,t.state.url=r,t.state.message=n,o?(this.value.push({name:s.name,url:r,size:l,time:h}),this.valueToValue(this.value),t.progress="uploaded",this.handlers.hasOwnProperty("uploaded")&&this.emit("uploaded",t,e.content),this.options.onUploaded&&this.options.onUploaded.call(this,t,e.content),this.details.every(t=>t.state.valid&&"uploaded"==t.progress)&&(this.handlers.hasOwnProperty("allUploaded")&&this.emit("allUploaded",e.content),this.options.onAllUploaded&&this.options.onAllUploaded.call(this,t,e.content))):(this.files=this.files.filter(t=>t!=s),this.handlers.hasOwnProperty("error")&&this.emit("error",t,e.content),this.options.onError&&this.options.onError.call(this,t,e.content)),a(o,r,n,i)},error:()=>{a(!1,"",this.options.message.failed,i)}})}valueToValue(t){let e=[];t.forEach(t=>{e.push(t.url)}),this.inputValue=e.join(this.options.separator),this.inputText&&(this.inputText.value=this.inputValue,this.inputText.onchange&&this.inputText.onchange())}getSuffix(t){return t.name.substring(t.name.lastIndexOf(".")+1)}h5Type(t){let e;return t.type.startsWith("image")?e="image":["mp4","ogg","webm"].includes(this.getSuffix(t))?e="video":["mp3","ogg","wav"].includes(this.getSuffix(t))&&(e="audio"),e}readFile(t,e){let s=new FileReader;s.readAsDataURL(t),s.onload=(t=>{e(t.target.result)})}fillHeader(t,e){let s,i=this.h5Type(t),o=this.fileTypes.filter(e=>e.suffix.includes(this.getSuffix(t)))[0];"image"==i?this.readFile(t,t=>{s=axAddElem("img",{src:t}),e.appendChild(s)}):"video"==i?this.readFile(t,t=>{s=axAddElem("video",{src:t,controls:""}),e.appendChild(s)}):"audio"==i?this.readFile(t,t=>{s=axAddElem("audio",{src:t,controls:""}),e.appendChild(s)}):(s=axAddElem("i",{class:o?o.icon:this.options.icons.file,icon:""}),e.appendChild(s))}fileValid(t){let e=this.options.message.passed,s=!0,i=this.getSuffix(t);return this.history.length>this.options.max&&this.options.max?(e=this.options.message.exceeded,s=!1):this.history.lengththis.sizeLimit?(e=this.options.message.tooLarge,s=!1):this.options.accept.includes(i)||(e=this.options.message.errorSuffix,s=!1),{valid:s,message:e}}globalValid(){let t=this.options.message.passed,e=!0;return this.history.lengthe!=t),this.files=this.files.filter(e=>e!=t);let s=this.details.find(e=>e.file==t),i=t.name,o=t.size,a=s.state.url,n=s.state.time;s.dom.remove(),this.details=this.details.filter(e=>e.file!=t),0==this.details.length&&this.parent.setAttribute("state","ready"),this.value=this.value.filter(t=>t.time!=n),this.valueToValue(this.value),this.options.summaryShow&&(this.summary.innerHTML=this.getSummary()),this.options.onRemove&&this.options.onRemove.call(this,a,i,o),"remove"in this.handlers&&this.emit("remove",a,i,o),e&&e.call(this,a,i,o)}clear(t){return this.details.forEach(t=>{t.dom.remove()}),this.details=[],this.history=[],this.files=[],this.value=[],this.valueToValue(this.value),this.parent.setAttribute("state","ready"),this.options.summaryShow&&(this.summary.innerHTML=this.getSummary()),this.options.onClear&&this.options.onClear.call(this),"clear"in this.handlers&&this.emit("clear",""),t&&t.call(this),this}getUrlFile(t,e,s){axAjax({url:t,type:"get",responseType:"blob",headers:{Accept:""},success:t=>{let i=new File([t.content],e,{type:t.content.type});s&&s(i)}})}show(t){let e=[];if("string"==typeof t){let s=t.trim().split(",");s.forEach(t=>{let s={url:t,name:t};e.push(s)})}else Array.isArray(t)&&"string"==typeof t[0]?t.forEach(t=>{let s={url:t,name:t};e.push(s)}):e=t;return 0!=e.length&&(this.parent.setAttribute("state","processing"),e.forEach(t=>{this.getUrlFile(t.url,t.name,e=>{this.history.push(e);let s=this.renderItem(e),i=this.details.find(t=>t.file==e);i.progress="uploaded",i.state.message=this.options.message.success,i.state.url=t.url,i.state.time=t.time||e.lastModified,this.activeOperate(e,s,t.url,t.name||t.url),s.setAttribute("completed",""),this.options.summaryShow&&(this.summary.innerHTML=this.getSummary())})}),this.details.forEach(t=>{let e={name:t.file.name,url:t.state.url,size:t.file.size,time:t.state.time};this.value.push(e)}),this.valueToValue(this.value),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}const axMessages=[];class axMessage{constructor(t){this.options=axExtend({insName:"",className:"",placement:"center-top",content:"",result:"info",delay:3e3,progress:!0,title:{warning:"操作警告!",success:"操作成功!",error:"操作失败!",question:"操作疑问!",info:"信息提示!"},breakpoints:{},close:!1,iconShow:!1,style:"simple",zIndex:0,icon:"",onShown:"",onHidden:"",onUpdated:""},t),this.handlers={},this.timeout=null,this.setOutFun=(()=>{this.timeout=setTimeout(()=>{this.hide()},this.options.delay)}),this.clearOutFun=(()=>{this.timeout&&clearTimeout(this.timeout)}),this.init()}init(){if(axInstance.push(this,this.options.insName,"message"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),"simple"!=this.options.style&&this.options.style){if("complex"==this.options.style)switch(this.options.result){case"success":this.options.icon=axIcon.svg.success;break;case"error":this.options.icon=axIcon.svg.error;break;case"question":this.options.icon=axIcon.svg.question;break;case"warning":this.options.icon=axIcon.svg.warning;break;default:this.options.icon=axIcon.svg.info}}else switch(this.options.result){case"success":this.options.icon=axIcon.font.success,!this.options.content&&(this.options.content=this.options.title.success);break;case"error":this.options.icon=axIcon.font.error,!this.options.content&&(this.options.content=this.options.title.error);break;case"question":this.options.icon=axIcon.font.question,!this.options.content&&(this.options.content=this.options.title.question);break;case"warning":this.options.icon=axIcon.font.warning,!this.options.content&&(this.options.content=this.options.title.warning);break;default:this.options.icon=axIcon.font.info,!this.options.content&&(this.options.content=this.options.title.info)}switch("simple"!=this.options.style&&this.options.style?"complex"==this.options.style&&(this.template=axTplEngine('\n
    \n
    \n
    \n <# if(this.iconShow){ #><# this.icon #><# } #>\n <# if(this.result == \'success\'){ #> <# this.title.success #> <# }else if(this.result == \'error\'){ #> <# this.title.error #> <# }else if(this.result == \'question\'){#> <# this.title.question #> <# }else if(this.result == \'warning\'){#> <# this.title.warning #> <# } else {#> <# this.title.info #> <# } #>
    \n
    <# this.content #>
    \n
    \n <# if(this.close){ #> <# } #>\n <# if(this.progress){ #>
    <# } #>\n
    \n ',this.options)):this.template=axTplEngine('\n
    \n
    \n <# if(this.iconShow){ #><# this.icon #><# } #>\n
    <# this.content #>
    \n <# if(this.close){ #> <# } #>\n
    \n
    \n ',this.options),this.targetDom=axStrToDom(this.template),this.contentDom=this.targetDom.querySelector(".ax-message-body"),this.titleDom=this.targetDom.querySelector(".ax-message-title"),this.closeDom=this.targetDom.querySelector("[close]"),this.progressDom=this.targetDom.querySelector(".ax-message-progress"),this.legendDom=this.targetDom.querySelector("[legend]"),this.options.result){case"success":this.targetDom.setAttribute("data-result","success");break;case"error":this.targetDom.setAttribute("data-result","error");break;case"question":this.targetDom.setAttribute("data-result","question");break;case"warning":this.targetDom.setAttribute("data-result","warning");break;default:this.targetDom.setAttribute("data-result","info")}let t="";switch(t=this.options.className?"":" "+this.options.className,this.options.close&&this.targetDom.setAttribute("data-close","true"),this.contentDom.innerHTML=this.options.content,this.wrapperDom="",this.shown=!1,this.event=(e=>{let s=axMessages.find(t=>t.position===e);s?this.wrapperDom=s.parent:(this.wrapperDom=axAddElem("div",{class:"ax-message"+t,"data-placement":e}),axMessages.push({position:e,parent:this.wrapperDom}))}),this.options.placement){case"left-top":this.event("left-top");break;case"center-top":this.event("center-top");break;case"right-top":this.event("right-top");break;case"left-center":this.event("left-center");break;case"center-center":this.event("center-center");break;case"right-center":this.event("right-center");break;case"left-bottom":this.event("left-bottom");break;case"center-bottom":this.event("center-bottom");break;case"right-bottom":this.event("right-bottom");break;case"left":this.event("left-top");break;case"top":this.event("center-top");break;case"right":this.event("right-top");break;case"center":this.event("center-center");break;default:this.event("center-top")}return this.closeDom&&(this.closeDom.onclick=(()=>{this.hide()})),new axHover(this.targetDom,{enter:()=>{this.clearOutFun()},leave:()=>{this.setOutFun()}}),this.options.zIndex&&(this.wrapperDom.style.zIndex=this.options.zIndex),axIsVnode(this.wrapperDom)&&document.body.appendChild(this.wrapperDom),this}show(t){return!this.shown&&(this.wrapperDom.appendChild(this.targetDom),axSlideDown(this.targetDom,"",()=>{this.shown=!0,this.handlers.hasOwnProperty("shown")&&this.emit("shown",""),this.options.onShown&&this.options.onShown.call(this),t&&t.call(this),this.options.close||(this.options.progress&&this.progressDom&&(this.progressDom.style.cssText+="width:0;"),this.setOutFun())}),this)}hide(t){return!!this.shown&&(axSlideUp(this.targetDom,"",()=>{this.targetDom.remove(),this.shown=!1,this.handlers.hasOwnProperty("hidden")&&this.emit("hidden",""),this.options.onHidden&&this.options.onHidden.call(this),t&&t.call(this)}),this)}update(t,e){return this.targetDom.remove(),this.options=axExtend(this.options,t),this.init(),this.handlers.hasOwnProperty("updated")&&this.emit("updated",""),this.options.onUpdated&&this.options.onUpdated.call(this),e&&e.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}const axValids=[];class axValid{constructor(t,e){return this.targetDom=axIdToDom(t),this.targetDom.getAttribute("name")?(this.options=axExtend({insName:"",label:"",mode:"newline",url:"",iconShow:!0,type:"",parent:"",error:"",success:"通过验证!",rule:{},number:"",max:"",min:"",length:"",maxLength:"",minLength:"",include:[],exclude:[],date:"",earliest:"",latest:"",compare:"",compareLabel:"",least:1,most:2,separator:"",successShow:!0,message:{},popup:{},format:"",inputSuccess:"ax-check-primary",inputError:"ax-check-error",boxSuccess:"ax-color-primary",boxError:"ax-color-error",chars:"~!@#",charsShow:!1,trigger:"blur",ajaxType:"post",breakpoints:{},immediately:!0,language:{required:"这是必填项!",requiredWithLabel:"<# this.label #>是必填项!",email:"<# this.label #>请填写正确的邮箱!",telephone:"<# this.label #>请填写11位手机号!",landline:"<# this.label #>请填写正确的座机号码!",ip:"<# this.label #>请填写正确的IP地址!",idCard:"<# this.label #>请填写正确的身份证号!",zip:"<# this.label #>只能填写6位数字邮编!",url:"<# this.label #>请填写正确的域名!",plate:"<# this.label #>请填写正确的车牌号!",chinese:"<# this.label #>只能填写中文!",letter:"<# this.label #>只能填写大小写英文字母!",string:"<# this.label #>只能填写大小写英文字母和数字!",password:"<# this.label #>只能填写大小写英文字母、数字以及特殊字符!",ymdhms:"<# this.label #>只能填写类似2022-11-13 2:56:12的日期格式!",ymd:"<# this.label #>只能填写类似2022-11-13的日期格式!",hms:"<# this.label #>只能填写类似2:56:12的日期格式!",ym:"<# this.label #>只能填写类似2022-11的日期格式!",y:"<# this.label #>只能填写4位数字年份!",m:"<# this.label #>只能填写1~12月份!",d:"<# this.label #>只能填写1~31日!",date:"<# this.label #>请填写有效的日期!",earlier:"<# this.label #>不可晚于<# this.value #>",later:"<# this.label #>不可早于<# this.value #>",dateRange:"<# this.label #>不可早于<# this.max #>,且不可晚于<# this.min #>",integer:"<# this.label #>只能填写非0开头的正整数!",number:"<# this.label #>只能填写数字,包括正数、负数、整数、小数!",moreThan:"<# this.label #>需要大于<# this.value #>",moreEqual:"<# this.label #>需要大于或等于<# this.value #>",lessThan:"<# this.label #>需要小于<# this.value #>",lessEqual:"<# this.label #>需要小于或等于<# this.value #>",equal:"<# this.label #>需要等于<# this.value #>",range:"<# this.label #>需要大于等于<# this.min #>并小于<# this.max #>",length:"<# this.label #>只能填写<# this.value #>个字符!",lengthMore:"<# this.label #>字符数量不可少于<# this.value #>个!",lengthLess:"<# this.label #>字符数量不可多于<# this.value #>个!",lengthRange:"<# this.label #>字符数量不可少于<# this.min #>个,且不可多余<# this.max #>个!",include:"<# this.label #>填写的值在指定内容中不存在!",exclude:"<# this.label #>不可填写该值!",oneChecked:"<# this.label #>必须且只能选择1项!",leastChecked:"<# this.label #>至少选择<# this.value #>项!",mostChecked:"<# this.label #>最多选择<# this.value #>项!",rangeChecked:"<# this.label #>至少选择<# this.min #>项,且不能多于<# this.max #>项!",same:"两个字段值不一致!",sameWithLabel:"<# this.label #>与<# this.value #>不一致!",strong:{az:"小写字母",AZ:"大写字母",number:"数字",char:"特殊字符",chinese:"中文",and:"和",require:"必须是",requireMore:"并且要求",least:"至少",unit:"个字符,",select:"中至少选择",group:"种字符。",total:"总共只能是<# this.value #>个字符。",totalMore:"总共至少<# this.value #>个字符。",totalRange:"总共至少<# this.min #>个字符,且不能超过<# this.max #>个字符。"},message:{strongError:"随机字符类型必须有1种,并且不能超过允许字符类型范围!"}},onTrigger:"",onChange:"",onInit:""},e,this.targetDom,this.constructor.name),this.options.parent?this.parent=axIdToDom(this.options.parent):this.parent=this.targetDom.closest("form")?this.targetDom.closest("form"):document,this.options.compare&&("string"==typeof this.options.compare?this.compare=this.parent.querySelector("[name="+this.options.compare+"]"):this.compare=axIdToDom(this.options.compare)),this.options.compareLabel?this.compareLabel=this.options.compareLabel:this.compare&&this.compare.getAttribute("data-label")&&(this.compareLabel=this.compare.getAttribute("data-label")),this.handlers={},this.strong=0,this.msgBox=axAddElem("div",{valid:""}),this.value=null,this.label=this.options.label,this.name=this.targetDom.getAttribute("name"),this.type=this.targetDom.getAttribute("type")?this.targetDom.getAttribute("type"):this.targetDom.type,this.text="",this.verified=null,this.verifieds=[],this.getRules(),this.strongParse=this.parseFormat(),this.checks={required:function(t){return t?{verified:!0,message:""}:{verified:!1,message:this.label?axTplEngine(this.options.language.requiredWithLabel,{label:this.label}):this.options.language.required}},email:function(t){let e=/^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/;return this.doTest(e,t,axTplEngine(this.options.language.email,{label:this.label}))},telephone:function(t){let e=/^[1][3456789][0-9]{9}$/;return this.doTest(e,t,axTplEngine(this.options.language.telephone,{label:this.label}))},landline:function(t){let e=/^([0-9]{3,4}-)?[0-9]{7,8}$/;return this.doTest(e,t,axTplEngine(this.options.language.landline,{label:this.label}))},ip:function(t){let e=/^\d+\.\d+\.\d+\.\d+$/;return this.doTest(e,t,axTplEngine(this.options.language.ip,{label:this.label}))},plate:function(t){let e="";return e=8==t.length?/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/:/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳]{1}$/,this.doTest(e,t,axTplEngine(this.options.language.plate,{label:this.label}))},idCard:function(t){let e=/^(([1][1-5])|([2][1-3])|([3][1-7])|([4][1-6])|([5][0-4])|([6][1-5])|([7][1])|([8][1-2]))\d{4}(([1][9]\d{2})|([2]\d{3}))(([0][1-9])|([1][0-2]))(([0][1-9])|([1-2][0-9])|([3][0-1]))\d{3}[0-9xX]$/;return this.doTest(e,t,axTplEngine(this.options.language.idCard,{label:this.label}))},zip:function(t){let e=/^\d{6}$/;return this.doTest(e,t,axTplEngine(this.options.language.zip,{label:this.label}))},url:function(t){let e=/^(?=^.{3,255}$)(http(s)?:\/\/)?(www\.)?[a-zA-Z0-9][-a-zA-Z0-9]{0,62}(\.[a-zA-Z0-9][-a-zA-Z0-9]{0,62})+(:\d+)*(\/\w+\.\w+)*$/;return this.doTest(e,t,axTplEngine(this.options.language.url,{label:this.label}))},chinese:function(t){let e=/^[\u0391-\uFFE5]+$/;return this.doTest(e,t,axTplEngine(this.options.language.chinese,{label:this.label}))},letter:function(t){let e=/^[a-zA-Z]+$/;return this.doTest(e,t,axTplEngine(this.options.language.letter,{label:this.label}))},string:function(t){let e=/^[a-zA-Z0-9]+$/;return this.doTest(e,t,axTplEngine(this.options.language.string,{label:this.label}))},password:function(t){let e=new RegExp("^[a-zA-Z0-9"+this.options.chars+"]+$");return this.doTest(e,t,axTplEngine(this.options.language.password,{label:this.label}))},ymdhms:function(t){let e=/^(\d{4})(-|\/)(\d{1,2})\2(\d{1,2}) (\d{1,2}):(\d{1,2}):(\d{1,2})$/;return this.doTest(e,t,axTplEngine(this.options.language.ymdhms,{label:this.label}))},ymd:function(t){let e=/^(\d{4})(-|\/)(\d{1,2})\2(\d{1,2})$/;return this.doTest(e,t,axTplEngine(this.options.language.ymd,{label:this.label}))},hms:function(t){let e=/^((20|21|22|23|[0-1]\d)\:[0-5][0-9])(\:[0-5][0-9])?$/;return this.doTest(e,t,axTplEngine(this.options.language.hms,{label:this.label}))},ym:function(t){let e=/^(\d{4})(-|\/)(\d{1,2})$/;return this.doTest(e,t,axTplEngine(this.options.language.ym,{label:this.label}))},y:function(t){let e=/^(\d{4})$/;return this.doTest(e,t,axTplEngine(this.options.language.y,{label:this.label}))},m:function(t){let e=/^(0?[1-9]|1[0-2])$/;return this.doTest(e,t,axTplEngine(this.options.language.m,{label:this.label}))},d:function(t){let e=/^((0?[1-9])|((1|2)[0-9])|30|31)$/;return this.doTest(e,t,axTplEngine(this.options.language.d,{label:this.label}))},date:function(t){let e=/^(\d{4})(-|\/)(\d{1,2})\2(\d{1,2}) (\d{1,2}):(\d{1,2}):(\d{1,2})$/,s=/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2})$/,i=/^(\d{1,4})(-|\/)(\d{1,2})$/,o=/^(\d{4})$/;return e.test(t)||s.test(t)||i.test(t)||o.test(t)?{verified:!0,message:""}:{verified:!1,message:axTplEngine(this.options.language.date,{label:this.label})}},earlier:function(t){if(!this.options.date||isNaN(Date.parse(this.options.date)))return void console.error("Please enter a valid target date!");if(isNaN(Date.parse(t)))return void console.error("The value is not a valid date!");let e=axLocalTime(t),s=axLocalTime(this.options.date);return es?{verified:!0,message:""}:{verified:!1,message:axTplEngine(this.options.language.later,{label:this.label,value:this.options.date})}},dateRange:function(t){if(!this.options.earliest||isNaN(Date.parse(this.options.earliest)))return void console.error("Please enter a valid earliest date!");if(!this.options.latest||isNaN(Date.parse(this.options.latest)))return void console.error("Please enter a valid latest date!");if(isNaN(Date.parse(t)))return void console.error("The value is not a valid date!");let e=axLocalTime(t),s=axLocalTime(this.options.earliest),i=axLocalTime(this.options.latest);return e>s&&ethis.options.number?{verified:!0,message:""}:{verified:!1,message:axTplEngine(this.options.language.moreThan,{label:this.label,value:this.options.number})}},moreEqual:function(t){let e=/^(-?\d+)\.?(\d*)$/;return e.test(t)&&t>=this.options.number?{verified:!0,message:""}:{verified:!1,message:axTplEngine(this.options.language.moreEqual,{label:this.label,value:this.options.number})}},lessThan:function(t){let e=/^(-?\d+)\.?(\d*)$/;return e.test(t)&&t=this.options.min&&t=this.options.least?{verified:!0,message:""}:{verified:!1,message:axTplEngine(this.options.language.leastChecked,{label:this.label,value:this.options.least})};console.error(axError.arrayRequired)},mostChecked:function(t){if(Array.isArray(t))return!this.options.most||this.options.most&&t.length<=this.options.most?{verified:!0,message:""}:{verified:!1,message:axTplEngine(this.options.language.mostChecked,{label:this.label,value:this.options.most})};console.error(axError.arrayRequired)},rangeChecked:function(t){if(Array.isArray(t))return this.options.least&&this.options.most&&this.options.most>this.options.least?t.length>=this.options.least&&t.length<=this.options.most?{verified:!0,message:""}:{verified:!1,message:axTplEngine(this.options.language.rangeChecked,{label:this.label,min:this.options.least,max:this.options.most})}:void console.error(axError.paraError);console.error(axError.arrayRequired)},same:function(t){if(this.compare){if(t==this.compare.value)return{verified:!0,message:""};{let t=this.compareLabel?axTplEngine(this.options.language.samedWithLabel,{label:this.label,value:this.compareLabel}):this.options.language.samed;return{verified:!1,message:t}}}console.error(axError.noNode)}},Object.assign(this.checks,this.options.extend),this.init(),this):(console.error("The element to be verified must have a name attribute!"),!1)}init(t){axInstance.push(this,this.options.insName,"valid"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints);let e={dom:this.targetDom,name:this.name,instance:this};if(axIsEmpty(axValids))this.parent&&axValids.push({parent:this.parent,children:[e]});else if(axValids.some(t=>t.parent==this.parent)){let t=axValids.findIndex(t=>t.parent==this.parent),s=axValids[t].children;if(s.some(t=>t.name==this.name)){for(let t=0;t{if(!axIsEmpty(this.options.extend))for(let t in this.options.extend)this.rules[t]=["",this.options.success];let s="";"radio"==this.type||"checkbox"==this.type||"select-multiple"==this.type||"file"==this.type?s=axMultiValues(this.name,this.type,this.parent):(s=this.targetDom.value.trim(),this.options.separator&&(s=s.split(this.options.separator)));let i=Object.keys(this.rules).length,o=0;this.value=s;for(let t in this.rules){o++;let e=this.rules[t][0],a=this.rules[t][1];if(axIsEmpty(s)){if("required"==t){this.text=e||this.checks[t].call(this,"").message,this.verified=!1;break}"oneChecked"==t||"leastChecked"==t||"rangeChecked"==t?(this.text=e||this.checks[t].call(this,[]).message,this.verified=!1):(this.text=a,this.verified=!0)}else if(this.options.type){let n=this.checks[t].call(this,s);if(!n.verified){this.text=e||n.message,this.verified=!1;break}o==i&&(this.text=a,this.verified=!0)}}this.options.url&&!this.options.type&&await axAjax({url:this.options.url,data:{name:this.name,value:this.value,parent:this.parent},type:this.options.ajaxType,success:t=>{this.verified=t.content.verified,this.text=t.content.text}}),this.refreshDom(this.options.mode),e.verified=this.verified;let a=[this.verified,this.text,this.strong];return t&&t.call(this,...a),this.options.onTrigger&&this.options.onTrigger.call(this,...a),this.handlers.hasOwnProperty("trigger")&&this.emit("trigger",...a),this.verifieds.unshift(this.verified),this.verifieds.length>=2&&(this.verifieds.length>2&&this.verifieds.splice(2),this.verifieds[0]!=this.verifieds[1]&&(this.options.onChange&&this.options.onChange.call(this,...a),"change"in this.handlers&&this.emit("change",...a))),a};return"submit"==this.options.trigger?s():"listen"==this.options.trigger?this.targetDom.onchange=(()=>{s()}):this.targetDom.addEventListener(this.options.trigger,s,!1),this.options.immediately&&s().then(t=>{this.options.onInit&&this.options.onInit.call(this,...t),this.handlers.hasOwnProperty("init")&&this.emit("init",...t)}),this}parseFormat(){if(this.options.format){let t="",e="",s="",i="",o="",a="",n="",r={},l=[],h={},d="",p="",c=[],u="",m=null,g="",f="",x="";if(g=this.options.format.split("#")[0],this.options.format.split("#")[1]?(f=this.options.format.split("#")[1],a=f.split(",")[0],-1==f.indexOf(",")?(m=!0,n=""):n=-1!==f.indexOf(",")&&f.split(",")[1]?f.split(",")[1]:""):(a="",n=""),this.options.format.split("#")[2]&&(x=this.options.format.split("#")[2],-1!==x.indexOf("a")&&(h.lower=this.options.language.strong.az,d+="a-z",c.push("a-z"),l.push(h.lower)),-1!==x.indexOf("A")&&(h.upper=this.options.language.strong.AZ,d+="A-Z",c.push("A-Z"),l.push(h.upper)),-1!==x.indexOf("9")&&(h.number=this.options.language.strong.number,d+="0-9",c.push("0-9"),l.push(h.number)),-1!==x.indexOf("~")&&(h.char=this.options.charsShow?`${this.options.language.strong.char}"${this.options.chars}"`:this.options.language.strong.char,d+=this.options.chars,c.push(this.options.chars),l.push(h.char)),-1!==x.indexOf("中")&&(h.cn=this.options.language.strong.chinese,d+="一-龥",c.push("一-龥"),l.push(h.cn)),l=l.length>2?axRangeReplace(l.join(),this.options.language.strong.and,l.join().lastIndexOf(",")):l.join(),l=l.replaceAll(",","、"),!axIsEmpty(l)&&(u+=`${this.options.language.strong.require}${l},${this.options.language.strong.requireMore}`)),axIsEmpty(this.options.format.split("#")[0])&&this.options.format.split("#")[3]&&(this.options.format.split("#")[3]0?2==this.options.format.split("#")[3]?c.forEach(t=>{p+="(?!["+t+"]+$)"}):3==this.options.format.split("#")[3]?axArrange(c,2).forEach(t=>{p+="(?!["+t.join().replaceAll(",","")+"]+$)"}):4==this.options.format.split("#")[3]&&axArrange(p,3).forEach(t=>{p+="(?!["+t.join().replaceAll(",","")+"]+$)"}):new axMessage({result:"error",content:this.options.language.strongError}).show(),u=`${l}${this.options.language.strong.select}${this.options.format.split("#")[3]}${this.options.language.strong.group}`),-1!==g.indexOf("a")){let t=g.lastIndexOf("a");r.lower=this.options.language.strong.az,e=parseInt(g.substring(t+1,t+2)),u+=`${r.lower}${this.options.language.strong.least}${e}${this.options.language.strong.unit}`}if(-1!==g.indexOf("A")){let e=g.lastIndexOf("A");r.upper=this.options.language.strong.AZ,t=parseInt(g.substring(e+1,e+2)),u+=`${r.upper}${this.options.language.strong.least}${t}${this.options.language.strong.unit}`}if(-1!==g.indexOf("9")){let t=g.lastIndexOf("9");r.number=this.options.language.strong.number,s=parseInt(g.substring(t+1,t+2)),u+=`${r.number}${this.options.language.strong.least}${s}${this.options.language.strong.unit}`}if(-1!==g.indexOf("~")){let t=g.lastIndexOf("~");r.char=this.options.charsShow?`${this.options.language.strong.char}"${this.options.chars}"`:this.options.language.strong.char,i=parseInt(g.substring(t+1,t+2)),u+=`${r.char}${this.options.language.strong.least}${i}${this.options.language.strong.unit}`}if(-1!==g.indexOf("中")){let t=g.lastIndexOf("中");r.cn=this.options.language.strong.chinese,o=parseInt(g.substring(t+1,t+2)),u+=`${r.cn}${this.options.language.strong.least}${o}${this.options.language.strong.unit}`}return e&&(p+="(?="+Array(e+1).join(".*?[a-z]")+")"),t&&(p+="(?="+Array(t+1).join(".*?[A-Z]")+")"),s&&(p+="(?="+Array(s+1).join(".*?[0-9]")+")"),i&&(p+="(?="+Array(i+1).join(".*?["+this.options.chars+"]")+")"),o&&(p+="(?="+Array(o+1).join(".*?[一-龥]")+")"),axIsEmpty(d)?axIsEmpty(d)&&a?p+=".":p+=".{0,}":p+=a?"["+d+"]":"["+d+"]+",a&&m&&!n?(p+="{"+a+"}",u+=axTplEngine(this.options.language.strong.total,{value:a})):a&&!n?(p+="{"+a+",}",u+=axTplEngine(this.options.language.strong.totalMore,{value:a})):a&&n&&(p+="{"+a+","+n+"}",u+=axTplEngine(this.options.language.strong.totalRange,{min:a,max:n})),p="^"+p+"$",{pattern:p,message:u}}return{}}getStrong(t){let e=0,s=0,i=0,o=0,a=0,n=0;if(this.options.format){let r=this.options.format.split("#")[1].split(",")[0];t&&t.match(new RegExp("[a-z]"))&&(s=1),t&&t.match(new RegExp("[A-Z]"))&&(e=1),t&&t.match(new RegExp("[0-9]"))&&(i=1),t&&t.match(new RegExp("["+this.options.chars+"]"))&&(o=1),t&&t.match(new RegExp("[一-龥]"))&&(a=1),t&&r&&t.length>=r&&(n=1)}return this.strong=e+s+i+o+a+n,this.strong}doTest(t,e,s){return t.test(e)?{verified:!0,message:""}:{verified:!1,message:s}}getRules(){this.rules={};let t=this.options.type.trim().split(",");if("required"!=t[0]&&t.includes("required")){for(let e=0;e{this.rules[t]=["",""],axIsEmpty(this.options.rule)||this.options.rule[t]&&(this.rules[t]=this.options.rule[t]),!this.rules[t][0]&&(this.rules[t][0]=this.options.error),!this.rules[t][1]&&(this.rules[t][1]=this.options.success)}),this.rules}refreshText(){let t=this.verified?axIcon.font.successFill:axIcon.font.errorFill;this.options.iconShow?this.msgBox.innerHTML=t+" "+this.text:this.msgBox.innerHTML=this.text}refreshDom(t){let e=()=>{this.verified?(this.msgBox.classList.remove(this.options.boxError),this.msgBox.classList.add(this.options.boxSuccess),this.targetDom.classList.remove(this.options.inputError),this.targetDom.classList.add(this.options.inputSuccess)):(this.msgBox.classList.remove(this.options.boxSuccess),this.msgBox.classList.add(this.options.boxError),this.targetDom.classList.remove(this.options.inputSuccess),this.targetDom.classList.add(this.options.inputError))};if(this.refreshText(),1==this.options.mode.nodeType||"#"==t.substr(0,1)){let s=axIdToDom(t);this.msgBox.parentNode||s.appendChild(this.msgBox),e()}else if("note"==t){this.msgBox.classList.add("ax-form-txt");let t=this.targetDom.closest(".ax-form-con"),s=t.nextElementSibling;"raido"==this.type||"checkbox"==this.type?(s&&s.hasAttribute("valid")&&s.remove(),t.insertAdjacentElement("afterend",this.msgBox)):s!=this.msgBox&&t.insertAdjacentElement("afterend",this.msgBox),e()}else if("popup"==t)this.popup?(this.popup.content.innerHTML="",this.popup.content.appendChild(this.msgBox)):this.popup=new axPopup(this.targetDom.closest(".ax-form-input"),axExtend({content:this.msgBox,padding:!1,placement:"bottom-start",offsetShow:!1,arrow:!1,close:!1,footerShow:!1,theme:"crude",stay:!0},this.options.popup)).show(),e();else if("message"==t)this.verified?this.options.successShow&&new axMessage(axExtend({content:this.text,result:"success",iconShow:this.options.iconShow},this.options.message)).show():new axMessage(axExtend({content:this.text,result:"error",iconShow:this.options.iconShow},this.options.message)).show(),e();else{let t=this.targetDom.closest(".ax-form-input");"radio"==this.type||"checkbox"==this.type?(t.nextElementSibling&&t.nextElementSibling.hasAttribute("valid")&&t.nextElementSibling.remove(),t.insertAdjacentElement("afterend",this.msgBox)):t!=this.msgBox&&t.insertAdjacentElement("afterend",this.msgBox),this.msgBox.classList.add("ax-valid"),e()}}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}const axValidRepeat=(t,e,s,i={data:axValids,interval:100})=>{if(!e)return console.error("A form node must be filled in!"),!1;if(axIsEmpty(i.data))return console.error(axError.required),!1;if(axIsEmpty(i.data.filter(t=>t.parent==e)))return console.error("No submittable form found!"),!1;let o=[...i.data],a=o.filter(t=>t.parent==e)[0].children,n=0,r=()=>{let o=i.data.filter(t=>t.parent==e)[0];o.children.some(t=>!t.verified)?axPreventDefault(t):s&&s()};a.forEach((t,e)=>{t.instance.options.trigger="submit",setTimeout(()=>{n++,t.instance.init(function(){n==a.length&&r()})},i.interval*e)})};(()=>{if([...document.querySelectorAll("[axValid]")].filter(t=>t.getAttribute("name")).forEach(t=>{new axValid(t)}),!axIsEmpty(axValids)){let t=[...axValids];t.forEach(t=>{"FORM"==t.parent.nodeName&&t.parent.addEventListener("submit",function(e){axPreventDefault(e),axValidRepeat(e,t.parent,()=>{t.parent.submit()})},!1)})}})();class axMenu{constructor(t,e){this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",storageName:"",theme:"light",content:"",dispose:!1,active:"",disabled:"",multiple:!1,collapseAll:!0,ajaxType:"post",zIndex:0,trigger:"click",rootStart:-1,idStart:0,arrowShow:!0,max:0,targetClass:"",addToActive:!0,gapless:!1,lamp:"",full:!1,nav:{enable:!1,headerWidth:"",bodyWidth:"",marginLeft:"",marginRight:"",align:"left"},breakpoints:{},onInit:"",onTreeCompleted:"",onPlanted:"",onTrigger:"",onAdd:"",onRemove:"",onDisable:"",onEnable:"",onDisableALL:"",onEnableAll:"",onExpand:"",onExpanded:"",onCollapse:"",onCollapsed:"",onSelected:"",onUpdate:"",onUpdateContent:"",onDestroy:"",onSave:"",onExpandAll:"",onCollapseAll:""},e,this.targetDom,this.constructor.name);let s=this;this.handlers={},this.triggerShow=function(){s.toggle(this)},this.triggerSelected=(t=>{t.headerDom.setAttribute("selected",""),t.selected=!0;let e=this.flatData.filter(e=>e!==t&&e.selected&&!e.children);e.forEach(t=>{t.headerDom.removeAttribute("selected"),delete t.selected}),this.options.onSelected&&this.options.onSelected.call(this,t),"selected"in this.handlers&&this.emit("selected",t),"trigger"in this.handlers&&this.emit("trigger",t),this.options.onTrigger&&this.options.onTrigger.call(this,t),this.save()}),this.rawHTML="",this.init()}init(){if(axInstance.push(this,this.options.insName,"menu"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.flatData=[],this.treeData=[],this.options.storageName){let t=axLocalStorage.get(this.options.storageName);axIsEmpty(t)?axLocalStorage.set(this.options.storageName,{}):this.options=axExtend(this.options,t)}return this.resolveSource(),this}async resolveSource(){if(axIsEmpty(this.options.content))this.targetDom.innerHTML&&(this.rawHTML=this.targetDom.innerHTML,this.treeData=this.ulToArr(),this.treeData=axTreeMethod.addPath(this.treeData,this.options.rootStart,this.options.idStart).data);else{if(this.targetDom.innerHTML="","String"===axType(this.options.content))await axTreeMethod.getFullData({source:this.options.content,ajaxType:this.options.ajaxType,async:!0,rootStart:this.options.rootStart,idStart:this.options.idStart,opened:t=>{this.contentXhr=t.xhr},before:t=>{this.targetDom.innerHTML=t.content},success:()=>{this.targetDom.innerHTML=""}}).then(t=>{this.treeData=t.data});else if("Array"===axType(this.options.content)){if(0===this.options.content.length)return console.warn("Array is empty!"),!1;await axTreeMethod.getFullData({source:this.options.content,rootStart:this.options.rootStart,idStart:this.options.idStart}).then(t=>{this.treeData=t.data})}this.arrayToDom(this.treeData)}this.options.onTreeCompleted&&this.options.onTreeCompleted.call(this,this.treeData),"treeCompleted"in this.handlers&&this.emit("treeCompleted",this.treeData),this.processDataFormat(this.treeData)}processDataFormat(t){this.flatData=axArrToFlat(t),this.initParms(),this.renderFinish(),this.options.onInit&&this.options.onInit.call(this),"init"in this.handlers&&this.emit("init","")}initParms(){this.initAttribute(),this.initActive(),this.initDisabled()}ulToArr(){let t=[],e=this.options.idStart,s=(t,i)=>{let o={},a=t.querySelector("ul");return o.id=i,o.wrapperDom=t,o.headerDom=t.firstElementChild,o.labelDom=o.headerDom.querySelector("[label]"),o.label=o.labelDom.textContent.trim(),o.tipDom=o.headerDom.querySelector("[tip]"),o.tip=o.tipDom?o.tipDom.textContent.trim():"",o.url=o.labelDom.href&&!o.labelDom.href.includes("##")?o.labelDom.href:"",o.target=o.labelDom.target,o.arrowDom=o.headerDom.querySelector("[arrow]"),o.legendDom=o.headerDom.querySelector("[legend]"),o.legendDom&&(o.legend=o.legendDom.getAttribute("class")),t.hasAttribute("expanded")&&(o.expanded=!0),o.headerDom.hasAttribute("selected")&&(o.selected=!0),o.headerDom.hasAttribute("disabled")&&(o.disabled=!0),a&&(o.children=[],o.bodyDom=a,[...a.children].forEach(t=>{e++,o.children.push(s(t,e))})),o},i=()=>{[...this.targetDom.children].forEach(i=>{t.push(s(i,e)),e++})};return i(),t}childToParent(t){return t.headerDom.onclick=null,t.expanded=!0,t.wrapperDom.setAttribute("expanded",""),t.arrowDom=this.options.arrowShow&&t.children?axAddElem("i",{arrow:"",class:"ax-iconfont ax-icon-right"}):null,t.headerDom.appendChild(t.arrowDom),t.bodyDom=axAddElem("ul",{style:"display:block"}),t}createHeaderDom(t){t.labelDom=axAddElem(t.url?"a":"i",{label:""},t.label),t.url&&(t.labelDom.href=t.url),t.target&&(t.labelDom.target=t.target),t.legendDom=t.legend?axAddElem("i",{legend:"",class:`ax-iconfont ${t.legend}`}):null,t.arrowDom=this.options.arrowShow&&t.children?axAddElem("i",{arrow:"",class:"ax-iconfont ax-icon-right"}):null,t.headerDom=axAddElem("div"),t.tipDom=t.tip?axAddElem("i",{tip:""},t.tip):null,t.wrapperDom=axAddElem("li"),t.wrapperDom.appendChild(t.headerDom),t.legendDom&&t.headerDom.appendChild(t.legendDom),t.headerDom.appendChild(t.labelDom),t.tipDom&&t.headerDom.appendChild(t.tipDom),t.arrowDom&&t.headerDom.appendChild(t.arrowDom)}arrayToDom(t){let e=axAddElem("ul"),s=document.createDocumentFragment(),i=(t,e)=>{let s=axAddElem("ul");return e.forEach(t=>{this.createHeaderDom(t),t.hasOwnProperty("children")&&(t.bodyDom=i(t.wrapperDom,t.children)),s.appendChild(t.wrapperDom)}),t.appendChild(s),s};i(e,t);let o=e.childNodes[0].childNodes;[...o].forEach(t=>{s.appendChild(t)}),this.targetDom.appendChild(s),this.options.onPlanted&&this.options.onPlanted.call(this),"planted"in this.handlers&&this.emit("planted","")}initAttribute(){if(!this.targetDom.classList.contains("ax-menu")&&this.targetDom.classList.add("ax-menu"),this.options.targetClass&&axClass.add(this.targetDom,this.options.targetClass),this.targetDom.setAttribute("theme",this.options.theme),this.options.gapless&&this.targetDom.setAttribute("gapless",""),this.options.lamp&&this.targetDom.setAttribute("lamp",this.options.lamp),this.options.full&&!this.options.nav.enable&&this.targetDom.setAttribute("full",""),this.options.zIndex&&(this.targetDom.style.zIndex=this.options.zIndex),this.options.nav.enable){if(this.targetDom.setAttribute("nav",""),this.options.nav.align&&this.targetDom.setAttribute("align",this.options.nav.align),this.options.nav.headerWidth){let t=this.flatData.filter(t=>1===t.floor);t.forEach(t=>{t.wrapperDom.style.width=this.options.nav.headerWidth})}this.options.nav.bodyWidth&&this.flatData.forEach(t=>{t.bodyDom&&(t.bodyDom.style.width=this.options.nav.bodyWidth)}),this.options.nav.marginLeft&&this.flatData.filter(t=>1===t.floor).forEach(t=>{t.wrapperDom.style.marginLeft=this.options.nav.marginLeft}),this.options.nav.marginRight&&this.flatData.filter(t=>1===t.floor).forEach(t=>{t.wrapperDom.style.marginRight=this.options.nav.marginRight})}}getPathIds(t){if(0===t.length)return[];let e=[],s=this.options.multiple?t:t.slice(0,1);return s.forEach(t=>{let s,i=axFindItem(t,this.flatData);i&&(s=i.path.split(">"),e.push(...s))}),[...new Set(e)].map(t=>parseInt(t))}initActive(){if(0===this.flatData.length)return!1;if(this.options.multiple&&!this.options.collapseAll)this.expandAll();else{let t,e=""!==this.options.active?axValueToArr(this.options.active):[];e.push(...this.flatData.filter(t=>t.selected),...this.flatData.filter(t=>t.expanded)),t=this.getPathIds(e),this.flatData.forEach(e=>{t.includes(e.id)&&(e.children?this.expand(e):this.triggerSelected(e))})}}initDisabled(){if(0===this.flatData.length)return!1;let t=this.flatData.filter(t=>t.disabled),e=""!==this.options.disabled?axValueToArr(this.options.disabled):[];e.push(...t),e.forEach(t=>{let e=axFindItem(t,this.flatData);e&&(e.disabled=!0,e.headerDom.setAttribute("disabled",""))})}renderFinish(){this.options.dispose||this.flatData.forEach(t=>{if(t.children){if(!t.disabled){let e=t.url&&t.arrowDom?t.arrowDom:t.headerDom;"click"===this.options.trigger?e.addEventListener(this.options.trigger,this.triggerShow,!1):"hover"===this.options.trigger&&(this.hover=new axHover(t.wrapperDom,{enter:()=>{this.expand(t),"trigger"in this.handlers&&this.emit("trigger",t),this.options.onTrigger&&this.options.onTrigger.call(this,t)},leave:()=>{this.collapse(t)}}))}}else t.disabled||(t.headerDom.onclick=(()=>{this.triggerSelected(t)}));t.callback&&t.callback.call(this,t)}),this.save()}workToggle(t,e="disable"){let s=t.url&&t.arrowDom?t.arrowDom:t.headerDom;"enable"===e?(t.disabled&&delete t.disabled,t.headerDom.removeAttribute("disabled"),t.children?s.addEventListener(this.options.trigger,this.triggerShow,!1):t.headerDom.onclick=(()=>{this.triggerSelected(t)})):"disable"===e&&(t.disabled=!0,t.headerDom.setAttribute("disabled",""),t.children?s.removeEventListener(this.options.trigger,this.triggerShow,!1):t.headerDom.onclick=null),this.save()}getDisabled(){return this.flatData.filter(t=>t.disabled)}getExpanded(){return this.flatData.filter(t=>t.expanded)}getActive(){return this.flatData.filter(t=>t.expanded||t.selected)}getSelected(){return this.flatData.find(t=>t.selected)}collapseAll(t){if(this.destroyed)return this;this.flatData.filter(t=>t.expanded).forEach(t=>{this.collapse(t)}),"collapseAll"in this.handlers&&this.emit("collapseAll",""),this.options.onCollapseAll&&this.options.onCollapseAll.call(this),t&&t.call(this)}expandAll(t){if(this.destroyed||!this.options.multiple)return this;this.flatData.forEach(t=>{this.expand(t)}),"expandAll"in this.handlers&&this.emit("expandAll",""),this.options.onExpandAll&&this.options.onExpandAll.call(this),t&&t.call(this)}disable(t,e){if(this.destroyed)return this;if(0!==t&&axIsEmpty(t))return!1;let s=t=>{let e=axFindItem(t,this.flatData);e&&this.workToggle(e,"disable")};Array.isArray(t)?t.forEach(t=>{s(t)}):s(t),this.save();let i=this.flatData.filter(t=>t.disabled);"disable"in this.handlers&&this.emit("disable",i),this.options.onDisable&&this.options.onDisable.call(this,i),e&&e.call(this,i)}disableAll(t){this.disable(this.flatData),"disableAll"in this.handlers&&this.emit("disableAll",""),this.options.onDisableAll&&this.options.onDisableAll.call(this),t&&t.call(this)}enable(t,e){if(this.destroyed)return this;if(0!==t&&axIsEmpty(t))return!1;let s=t=>{let e=axFindItem(t,this.flatData);e&&this.workToggle(e,"enable")};Array.isArray(t)?t.forEach(t=>{s(t)}):s(t),this.save();let i=this.flatData.filter(t=>!t.disabled);"enable"in this.handlers&&this.emit("enable",i),this.options.onEnable&&this.options.onEnable.call(this,i),e&&e.call(this,i)}enableAll(t){this.enable(this.flatData),"enableAll"in this.handlers&&this.emit("enableAll",""),this.options.onEnableAll&&this.options.onEnableAll.call(this),t&&t.call(this)}toggle(t){let e=axFindItem(t,this.flatData)||axFindItem(t,this.flatData,{dom:"arrowDom"});e.expanded?this.collapse(e):this.expand(e),"trigger"in this.handlers&&this.emit("trigger",e),this.options.onTrigger&&this.options.onTrigger.call(this,e)}collapse(t,e){let s=axType(t),i="Object"===s?t:axFindItem(t,this.flatData);if(!i||!i.children||!i.shown)return!1;"collapse"in this.handlers&&this.emit("collapse",i),this.options.onCollapse&&this.options.onCollapse.call(this,i),delete i.expanded,i.wrapperDom.removeAttribute("expanded"),axSlideUp(i.bodyDom,"",()=>{Reflect.deleteProperty(i,"shown"),"collapsed"in this.handlers&&this.emit("collapsed",i),this.options.onCollapsed&&this.options.onCollapsed.call(this,i),e&&e.call(this,i)}),this.save()}expand(t,e){if(this.destroyed)return this;let s,i=axFindItem(t,this.flatData);if(i.shown)return!1;!axIsEmpty(i)&&i.children&&("expand"in this.handlers&&this.emit("expand",i),this.options.onExpand&&this.options.onExpand.call(this,i),i.expanded=!0,i.wrapperDom.setAttribute("expanded",""),axSlideDown(i.bodyDom,"",()=>{i.shown=!0,"expanded"in this.handlers&&this.emit("expanded",i),this.options.onExpanded&&this.options.onExpanded.call(this,i),e&&e.call(this,i)}),this.options.multiple||(s=this.flatData.filter(t=>t!==i&&t.expanded&&t.floor===i.floor&&t.children),s.forEach(t=>{this.collapse(t)})),this.save())}active(t,e){if(this.destroyed)return this;let s=[],i=[],o=t=>{let e=axFindItem(t,this.flatData);if(e){let t=e.path.split(">").map(t=>parseInt(t));t.forEach(t=>{this.expand(t)}),e.children||this.triggerSelected(e)}};s=Array.isArray(t)?this.options.multiple?t:t.slice(0,1):[t],i=s.map(t=>axFindItem(t,this.flatData)).filter(Boolean),s.forEach(t=>{o(t)}),"active"in this.handlers&&this.emit("active",i),this.options.onActive&&this.options.onActive.call(this,i),e&&e.call(this,i),this.save()}add(t,e,s=!1,i=!1,o){if(this.destroyed)return this;if(this.flatData.length>=this.options.max&&0!==this.options.max)return console.warn("The number of children exceeds the maximum!"),!1;let a=axType(t),n=[],r=(t,e,s,i)=>{let o;t.hasOwnProperty("pId")&&t.pId!==this.options.rootStart?(o=axFindItem(t.pId,this.flatData),s=!0):void 0===e||"end"===e?o=this.flatData.filter(t=>1===t.floor).slice(-1)[0]:"start"===e?(o=this.flatData.filter(t=>1===t.floor)[0],i=!0):o=axFindItem(e,this.flatData);let a=axTreeMethod.createData(t,o,this.flatData,s);if(this.createHeaderDom(a),s)o.children?axTreeMethod.existChildPush(a,o):axTreeMethod.noExistChildPush(a,o,()=>this.childToParent(o));else{let t=this.flatData.find(t=>t.id==o.pId),e=t?t.children:this.treeData,s=e.indexOf(o);i?(0==s?e.unshift(a):e.splice(s,0,a),o.wrapperDom.insertAdjacentElement("beforeBegin",a.wrapperDom)):(e.splice(s+1,0,a),o.wrapperDom.insertAdjacentElement("afterEnd",a.wrapperDom))}this.flatData.push(a),n.push(a)};if("Array"===a&&t.length>0?t.forEach(t=>{r(t,e,s,i)}):r(t,e,s,i),n.length>0){if(this.options.addToActive)if(this.options.multiple)n.forEach(t=>{t.children&&this.expand(t)});else{let t=n[n.length-1];t.children&&this.expand(t)}this.renderFinish()}return"add"in this.handlers&&this.emit("add",n),this.options.onAdd&&this.options.onAdd.call(this,n),o&&o.call(this,n),this}remove(t,e){if(this.destroyed)return this;if(axIsEmpty(t))return!1;if(0===this.flatData.length)return console.warn("The data is already empty!"),!1;let s=t=>{let e,s=axFindItem(t,this.flatData);s&&(e=axTreeMethod.remove(s,this.flatData,this.treeData),this.flatData=e.flat,this.treeData=e.tree)};return Array.isArray(t)?t.forEach(t=>{s(t)}):s(t),this.save(),"remove"in this.handlers&&this.emit("remove",""),this.options.onRemove&&this.options.onRemove.call(this),e&&e.call(this),this}save(t,e){return this.destroyed?this:!!this.options.storageName&&void setTimeout(()=>{let s=[...this.flatData.filter(t=>t.selected),...this.flatData.filter(t=>t.expanded)].filter(Boolean).map(t=>t.id),i=this.flatData.filter(t=>t.disabled).map(t=>t.id);t?(!t.hasOwnProperty("active")&&(t.active=s),!t.hasOwnProperty("disabled")&&(t.disabled=i),!t.hasOwnProperty("content")&&(t.content=this.flatData),axLocalStorage.set(this.options.storageName,t)):axLocalStorage.set(this.options.storageName,{active:s,disabled:i,content:this.flatData});let o=axLocalStorage.get(this.options.storageName);return"save"in this.handlers&&this.emit("save",o),this.options.onSave&&this.options.onSave.call(this,o),e&&e.call(this,o),this},0)}destroy(t){return this.flatData.forEach(t=>{let e=t.url&&t.arrowDom?t.arrowDom:t.headerDom;e.removeEventListener(this.options.trigger,this.triggerShow),e.onclick=null,t.headerDom.onclick=null}),this.destroyed=!0,this.contentXhr&&this.contentXhr.abort(),this.options.storageName&&axLocalStorage.set(this.options.storageName,{}),"destroy"in this.handlers&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this}updateContent(t,e,s){if(this.destroyed)return this;let i=axFindItem(t,this.flatData);return i&&("String"===axType(e)?(i.label=e,i.labelDom.innerHTML=e):"Object"===axType(e)&&(e.label&&(i.label=e.label,i.labelDom.innerHTML=e.label),e.url&&i.url&&(i.url=e.url,i.labelDom.href=e.url),e.target&&i.url&&(i.target=e.target,i.labelDom.target=e.target)),"updateContent"in this.handlers&&this.emit("updateContent",i),this.options.onUpdateContent&&this.options.onUpdateContent.call(this,i),s&&s.call(this,i),this.save()),this}update(t,e){return this.destroyed?this:(this.options=axExtend(this.options,t),this.options.storageName&&axLocalStorage.set(this.options.storageName,{}),this.targetDom.innerHTML=this.rawHTML?this.rawHTML:"",this.init(),"update"in this.handlers&&this.emit("update",""),this.options.onUpdate&&this.options.onUpdate.call(this),e&&e.call(this),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}const axSticks=[];class axStick{constructor(t,e){return this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",refer:"body",space:"0px",width:"",zIndex:"",breakpoints:{}},e,this.targetDom,this.constructor.name),this.handlers={},this.height=this.targetDom.offsetHeight,this.width=this.targetDom.offsetWidth,this.left=axOffset(this.targetDom).left,this.top=axOffset(this.targetDom).top,this.bottom=axOffset(this.targetDom).top+this.height,this.style=this.targetDom.getAttribute("style"),this.placeholder=axAddElem("DIV",{style:`width:${this.width}px;height:${this.height}px;display:none;`}),this.targetDom.insertAdjacentElement("beforebegin",this.placeholder),this.init(),this}init(){return axInstance.push(this,this.options.insName,"stick"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.refer=this.targetDom.closest(this.options.refer),this.referHeight=this.refer.offsetHeight,this.referWidth=this.refer.offsetWidth,this.referLeft=axOffset(this.refer).left,this.referTop=axOffset(this.refer).top,this.referBottom=axOffset(this.refer).top+this.referHeight,"body"===this.options.refer||"fixed"===getComputedStyle(this.refer).position&&"absolute"===getComputedStyle(this.refer).position||(this.refer.style.position="relative"),this.options.zIndex&&(this.targetDom.style.zIndex=this.options.zIndex),"none"!==getComputedStyle(this.targetDom).float&&(this.placeholder.style.float=getComputedStyle(this.targetDom).float),window.addEventListener("scroll",()=>{this.height>window.innerHeight?this.bottomdocument.documentElement.scrollTop+window.innerHeight?(this.targetDom.style.cssText+=`width:${this.targetDom.offsetWidth}px;`,this.targetDom.style.cssText+=`left:${axOffset(this.targetDom).left}px;`,this.targetDom.style.cssText+=`position:fixed;bottom:${this.options.space};margin:0;`,this.placeholder.style.display="block", "sticked"in this.handlers&&this.emit("sticked","fixed")):this.referBottomdocument.documentElement.scrollTop&&(this.targetDom.setAttribute("style",this.style),this.placeholder.style.display="none","unsticked"in this.handlers&&this.emit("unsticked","")):this.topthis.referBottom-document.documentElement.scrollTop&&(this.targetDom.style.position="absolute",this.targetDom.style.left=this.left-this.referLeft+"px",this.targetDom.style.top="auto",this.targetDom.style.bottom=0,"sticked"in this.handlers&&this.emit("sticked","absolute"))):(this.targetDom.setAttribute("style",this.style),this.placeholder.style.display="none","unsticked"in this.handlers&&this.emit("unsticked",""))},!1),this}destroy(t){this.targetDom.lastChild.removeEventListener("click",this.event,!1),this.targetDom.innerHTML=this.html,t&&t.call(this)}update(t,e){return this.targetDom.style=this.style,this.options=axExtend(this.options,t),this.init(),"updated"in this.handlers&&this.emit("updated",""),e&&e.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axSelect{constructor(t,e){return this.inputDom=axIdToDom(t),!!this.inputDom&&(this.options=axExtend({insName:"",storageName:"",least:0,most:0,content:"",async:!1,trigger:"click",selected:"",disabled:"",clearShow:!1,removable:!1,separator:",",dropdownShow:!0,ajaxType:"post",absentAddable:!1,idStart:0,width:"",size:"md",readonly:!1,enterSelect:!0,displayProp:"",singleClose:!0,className:"",language:{inputPlaceholder:"请选择...",searchPlaceholder:"输入关键字...",editPlaceholder:"输入关键字...",absent:'列表中没有"<# this.value #>"可供选择!',absentAddable:'列表中没有"<# this.value #>",但是作为新项加入了列表!',empty:'没有找到符合"<# this.value #>"的选项!',emptyAddable:'没有找到符合"<# this.value #>"的选项,请使用回车键添加!',most:'只能最多选择"<# this.value #>"项!',addFail:'添加失败!列表中已经有了"<# this.value #>"这一项。'},search:{enable:!1,fuzzy:!0,limit:0,reorder:!1,editable:!0},dialog:{},popup:{},breakpoints:{},onInit:"",onBeforeAdd:"",onAdd:"",onBeforeRemove:"",onRemove:"",onSelect:"",onUnselect:"",onDisabled:"",onEnabled:"",onClear:"",onAbsentSelect:"",onToggleSelect:"",onMost:"",onLeast:"",onUpdate:"",onDestroy:"",onSave:""},e,this.inputDom,this.constructor.name),this.handlers={},"SELECT"===this.inputDom.nodeName?this.inputDom.hasAttribute("multiple")?this.inputType="select-multiple":this.inputType="select-single":"INPUT"===this.inputDom.nodeName&&(this.inputType="input"),this.clickSelect=(t=>{if(~~t.disabled||t.children)return!1;let e=this.getDisplayValue(t),s={id:t.id,value:e};if("select-single"===this.inputType){if(~~t.selected)return!1;this.toggleList(t,this.data),this.tagsIns.clear(),this.tagsIns.add(s),this.options.singleClose&&this.popupIns.hide()}else this.selectedAttrToggle(t,!~~t.selected),~~t.selected?this.tagsIns.add(s):this.tagsIns.remove(s)}),this.keydownSelect=(t=>{if(axIsEmpty(t))return document.onkeydown=null,!1;document.onkeydown=(e=>{let s=t.filter(t=>!t.children&&!~~t.disabled),i=s.find(t=>t.active),o=s.findIndex(t=>t===i)||0;"ArrowDown"===e.code?(axPreventDefault(e),this.keyToggleActive("down",i,o,s)):"ArrowUp"===e.code?(axPreventDefault(e),this.keyToggleActive("up",i,o,s)):"Enter"===e.code&&i&&this.options.enterSelect&&("select-single"===this.inputType?this.select(i):~~i.selected?this.unselect(i):this.select(i))})}),this.bodyClickBlur=(t=>{this.selectDom.contains(t.target)||(this.selectDom.classList.remove("ax-opened"),document.removeEventListener("click",this.bodyClickBlur))}),this.init(),this)}beforeInit(){!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.selectDom&&(this.tagsIns.destroy(),this.tagsIns=null,this.popupIns&&(this.popupIns.destroy(),this.popupIns=null),this.tagsDom.innerHTML="",this.listDom.innerHTML="",this.searchDom&&this.searchDom.remove())}async init(){if(this.beforeInit(),axInstance.push(this,this.options.insName,"select"),this.destroyed=!1,this.maxIndex=this.options.idStart,this.value="",this.selected=[],this.searchResult=[],this.data=[],this.options.storageName){let t=axLocalStorage.get(this.options.storageName);axIsEmpty(t)?axLocalStorage.set(this.options.storageName,{}):this.options=axExtend(this.options,t)}this.inputDom.style.width&&!this.options.width&&(this.options.width=this.inputDom.style.width),this.createSkeleton();let t=axType(this.options.content);return"input"===this.inputType&&"String"===t&&this.options.async?await this.getAsyncData(t=>{this.data=axArrToFlat(t)}):this.inputType.includes("select")?this.getDataFromNode(this.inputDom):"input"===this.inputType&&(axIsEmpty(this.options.content)?this.inputDom.value&&this.getDataFromStr(this.inputDom.value):"String"===t?this.options.content.trim().startsWith("#")?this.getDataFromNode(this.options.content):this.getDataFromStr(this.options.content):"Array"===t?(this.data=axArrToFlat(this.options.content),!isNaN(this.data[0].id)&&(this.maxIndex=Math.max(...this.data.map(t=>t.id))+1)):t.includes("HTML")&&this.getDataFromNode(this.options.content)),this.initRender(),this.renderFinish(),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this}getDisplayValue(t){return this.options.displayProp?t[this.options.displayProp]:t.label}getAsyncData(t){return axAjax({type:this.options.ajaxType,url:this.options.content,opened:t=>{this.contentXhr=t.xhr},success:e=>{if(axIsEmpty(e.content)&&!Array.isArray(e.content))return console.warn("No data obtained from database!"),!1;this.tagsDom.innerHTML="",this.listDom.innerHTML="",t&&t(e.content)}},this.tagsDom)}getDataFromNode(t){let e,s=axIdToDom(t);if("UL"===s.nodeName)e=axUlToArr(s,0);else{if("SELECT"!==s.nodeName&&"DATALIST"!==s.nodeName)return!1;e=axSelectToArr(s,0)}this.data=axArrToFlat(e.data),this.maxIndex=e.index}getDataFromStr(t){let e=t.split(this.options.separator);this.data=e.map((t,e)=>({id:e,label:t,value:t})),this.maxIndex=e.length+1}setAttribute(){this.options.className&&axClass.add(this.selectDom,this.options.className),this.selectDom.setAttribute("type",this.inputType),this.options.width&&(this.selectDom.style.width=this.options.width),!axIsMobi()&&this.selectDom.getBoundingClientRect().width&&(this.options.popup.width=this.selectDom.getBoundingClientRect().width+"px"),this.selectDom.setAttribute("size",this.options.size),this.options.readonly&&this.readonly()}initDataStd(){let t=axType(this.options.selected),e=axType(this.options.disabled),s=(t,e)=>{let s,i=axType(t);"Number"===i||"Object"===i?s=axFindItem(t,this.data):"String"===i&&(s=axFindItem(t,this.data)||axFindItem(t,this.data,{string:"value"})),s&&(s[e]=!0,s.dom.setAttribute(e,""))};if("Array"===t)for(let t of this.options.selected)s(t,"selected");else"String"===t?this.options.selected.split(",").forEach(t=>{s(t,"selected")}):s(this.options.selected,"selected");if("Array"===e)for(let t of this.options.disabled)s(t,"disabled");else"String"===e?this.options.disabled.split(",").forEach(t=>{s(t,"disabled")}):s(this.options.disabled,"disabled")}createSkeleton(){this.selectDom||(this.selectDom=axAddElem("div",{class:"ax-select"}),this.inputDom.style.display="none",this.inputDom.insertAdjacentElement("beforebegin",this.selectDom),this.selectDom.appendChild(this.inputDom),this.tagsDom=axAddElem("div",{class:"ax-tags"}),this.selectDom.appendChild(this.tagsDom),this.options.dropdownShow&&(this.arrowDom=axAddElem("i",{arrow:""}),this.selectDom.appendChild(this.arrowDom),this.wrapperDom=axAddElem("div",{class:"ax-select-wrapper"}),this.listDom=axAddElem("ul"),this.wrapperDom.appendChild(this.listDom))),this.selectDom.contains(this.clearDom)||(this.clearDom=axAddElem("i",{clear:""}),this.options.clearShow&&this.arrowDom.insertAdjacentElement("beforebegin",this.clearDom)),this.setAttribute()}initRender(){this.data.forEach(t=>{this.fillItem(t,this.listDom)})}fillItem(t,e,s="end"){t.dom=axAddElem("li","",`${t.legend?'':""}${t.image?'':""}${t.label}${t.tip?""+t.tip+"":""}`),t.children?t.dom.setAttribute("parent",""):(~~t.selected&&t.dom.setAttribute("selected",""),~~t.disabled&&t.dom.setAttribute("disabled","")),e&&("end"!==s?e.insertAdjacentElement("afterbegin",t.dom):e.appendChild(t.dom))}reRenderList(t){this.initDataStd(),this.listDom.innerHTML="",t[0].hasOwnProperty("weight")?t.forEach(t=>{let e=new RegExp(t.keys.join("|"),"g"),s=t.source.dom.querySelector("[label]");s.innerHTML=s.innerHTML.replace(/<[^>]+>/g,"").replace(e,t=>`${t}`),this.listDom.appendChild(t.source.dom)}):t.forEach(t=>{t.dom.querySelector("[label]").innerHTML=t.dom.querySelector("[label]").innerHTML.replace(/<[^>]+>/g,""),this.listDom.appendChild(t.dom)})}selectedAttrToggle(t,e){if(e){if(!~~t.selected){if("single-multiple"!==this.inputType&&0!==this.options.most&&this.data.filter(t=>~~t.selected).length>=this.options.most)return new axMessage({content:axTplEngine(this.options.language.most,{value:this.options.most}),result:"error",iconShow:!0}).show(),this.handlers.hasOwnProperty("most")&&this.emit("most",this.options.most),this.options.onMost&&this.options.onMost.call(this,this.options.most),!1;Reflect.set(t,"selected",!0),t.dom.setAttribute("selected",""),this.inputType.includes("select")&&t.node&&t.node.setAttribute("selected","")}}else~~t.selected&&(Reflect.deleteProperty(t,"selected"),t.dom.removeAttribute("selected"),this.inputType.includes("select")&&t.node&&t.node.removeAttribute("selected"));"toggleSelect"in this.handlers&&this.emit("toggleSelect",t),this.options.onToggleSelect&&this.options.onToggleSelect.call(this,t)}toggleList(t,e){this.selectedAttrToggle(t,!0);let s=e.find(e=>e!=t&&~~e.selected);s&&this.selectedAttrToggle(s,!1)}keyToggleActive(t,e,s,i){if("hidden"===this.popupIns.state)this.popupIns.show(),e||(i[0].active=!0,i[0].dom.setAttribute("active",""));else if("shown"===this.popupIns.state){let o,a=0;"up"===t?s>0&&(e&&(Reflect.deleteProperty(e,"active"),e.dom.removeAttribute("active")),o=i[s-1],o.active=!0,o.dom.setAttribute("active",""),s--,o.dom.offsetTop>this.wrapperDom.clientHeight&&(a=o.dom.offsetTop+o.dom.getBoundingClientRect().height-this.wrapperDom.clientHeight),axScrollTo(a,{parent:this.wrapperDom,duration:200})):"down"===t&&s+10&&this.options.least>0?`最多选择${this.options.most}项,至少选择${this.options.least}项`:this.options.most>0?`最多选择${this.options.most}项`:this.options.most>0?`至少选择${this.options.most}项`:this.options.language.inputPlaceholder,this.tagsIns=new axTags(this.tagsDom,{content:this.data.filter(t=>~~t.selected).map(t=>({id:t.id,value:this.getDisplayValue(t)})),removable:"select-single"!==this.inputType&&this.options.removable,compact:"select-single"!==this.inputType,text:"select-single"===this.inputType,theme:"select-single"===this.inputType?"auto":"light",emptyShow:!(!this.inputType.includes("select")&&("input"!==this.inputType||this.options.search.enable)),emptyTip:`${t}`,edit:{enable:!this.inputType.includes("select")&&this.options.search.enable,addable:this.options.search.editable,deletable:this.options.search.editable,placeholder:this.options.language.editPlaceholder}}),this.inputType.includes("select")?this.searchDom=axAddElem("input",{type:"text",placeholder:this.options.language.searchPlaceholder}):"input"===this.inputType&&(this.searchDom=this.tagsIns.inputDom),this.options.dropdownShow){this.options.search.enable&&this.inputType.includes("select")&&this.wrapperDom.insertAdjacentElement("afterbegin",this.searchDom),this.popupIns=new axPopup(this.selectDom,axExtend({content:this.wrapperDom,trigger:this.options.trigger,footerShow:!1,close:!1,padding:!1,triggerStrict:!0,arrow:!1,theme:"select",placement:"bottom-start"},this.options.popup)),this.popupIns.on("show",()=>{this.searchDom&&"input"===this.inputType&&this.searchDom.focus()}),this.popupIns.on("shown",()=>{this.searchDom&&this.inputType.includes("select")&&this.searchDom.focus()}),this.popupIns.on("hide",()=>{this.keydownSelect()}),this.popupIns.on("hidden",()=>{}),this.selectDom.onclick=(()=>{this.keydownSelect(this.searchResult.length>0?this.searchResult.map(t=>t.source):this.data)}),this.clearDom&&(this.clearDom.onclick=(()=>{this.clear()})),"input"===this.inputType&&this.searchDom&&(this.searchDom.onclick=(()=>{"hidden"===this.popupIns.state&&this.popupIns.show()}));for(let t of this.data)~~t.disabled||t.children||(t.dom.onclick=(()=>{this.clickSelect(t),"select-multiple"===this.inputType&&0!==this.options.least&&this.data.filter(t=>~~t.selected).length{t.forEach(t=>{let e=axFindItem({id:t.id,value:t.value},this.data);e&&this.selectedAttrToggle(e,!1)})}),this.searchDom&&(this.searchDom.oninput=axDebounce(()=>{let t=this.searchDom.value;t?(this.searchResult=axArrSearch(t,"label",this.data,{fuzzy:this.options.search.fuzzy,reorder:this.options.search.reorder,limit:this.options.search.limit}),0===this.searchResult.length?("input"===this.inputType?(this.options.enterSelect&&this.searchDom.addEventListener("keyup",this.tagsIns.inputEdit),this.listDom.innerHTML=`
  • ${axTplEngine(this.options.language.emptyAddable,{value:t})}
  • `):this.listDom.innerHTML=`
  • ${axTplEngine(this.options.language.empty,{value:t})}
  • `,this.keydownSelect()):("input"===this.inputType&&this.options.enterSelect&&this.searchDom.removeEventListener("keyup",this.tagsIns.inputEdit),this.reRenderList(this.searchResult),this.keydownSelect(this.searchResult.map(t=>t.source)))):(this.reRenderList(this.data),this.keydownSelect(this.data))})),this.tagsIns.contentProxy.instance.on("complete",t=>{this.selected=t.target.map(t=>({id:t.id,value:t.value})),this.value=t.target.map(t=>t.value).join(this.options.separator),"input"===this.inputType&&(this.inputDom.value=this.value),"select-single"!==this.inputType&&this.popupIns&&this.popupIns.popupPosition.update(),this.save()})}else this.selectDom.onclick=(()=>{this.selectDom.classList.contains("ax-opened")||this.selectDom.classList.add("ax-opened"),this.searchDom&&"input"===this.inputType&&this.searchDom.focus(),document.addEventListener("click",this.bodyClickBlur,!1)})}select(t,e){if(axIsEmpty(t)||this.destroyed)return this;let s=axType(t),i=[],o=[],a=t=>{let e=axFindItem(t,this.data);if(e){i.push(e);let t={id:e.id,value:this.getDisplayValue(e)};~~e.selected||("select-single"===this.inputType?(this.toggleList(e,this.data),this.tagsIns.clear(),this.tagsIns.add(t)):(this.selectedAttrToggle(e,!~~e.selected),this.tagsIns.add(t)))}else o.push(t)};if("Array"===s?t.forEach(t=>{a(t)}):"String"===s?t.split(",").forEach(t=>{a(t)}):a(t),o.length>0){let t=o.map(t=>t.label||t).join(",");this.options.absentAddable?new axDialog(axExtend({content:axTplEngine(this.options.language.absentAddable,{value:t}),confirm:{callback:()=>{o.forEach(t=>{this.add(t,"end",t=>{t.forEach(e=>{e.dom.setAttribute("selected",""),e.selected=!0,this.tagsIns.add({id:e.id,value:this.getDisplayValue(e)}),i.push(...t)})})}),this.handlers.hasOwnProperty("absentSelect")&&this.emit("absentSelect",i),this.options.onAbsentSelect&&this.options.onAbsentSelect.call(this,i)}}},this.options.dialog)).show():new axMessage({content:axTplEngine(this.options.language.absent,{value:t}),iconShow:!0}).show()}return this.handlers.hasOwnProperty("select")&&this.emit("select",i),this.options.onSave&&this.options.onSave.call(this,i),e&&e.call(this,i),this}unselect(t,e){if(this.destroyed)return this;let s=axType(t),i=[],o=t=>{let e=axFindItem(t,this.data);if(e){i.push(e);let t={id:e.id,value:e.value};~~e.selected&&(this.selectedAttrToggle(e,!1),this.tagsIns.remove(t))}else this.tagsIns.remove(t)};return"Array"===s?t.forEach(t=>{o(t)}):"String"===s?t.split(",").forEach(t=>{o(t)}):o(t),this.handlers.hasOwnProperty("unselect")&&this.emit("unselect",i),this.options.onSave&&this.options.onSave.call(this,i),e&&e.call(this,i),this}arrAdd(t,e){t.forEach(t=>{this.fillItem(t,this.listDom,e),"end"!==e?this.data.unshift(t):this.data.push(t),t.dom.onclick=(()=>{this.clickSelect(t)})})}add(t,e="end",s){if(axIsEmpty(t)||this.destroyed)return this;let i=axType(t),o=[],a=t=>{let e=axType(t);if("String"===e){let e=t.split(this.options.separator),s=new axMessage({content:"",result:"error",iconShow:!0});for(let t of e)this.data.find(e=>e.label===t)?s.update({content:axTplEngine(this.options.language.addFail,{value:t})}).show():(o.push({id:this.maxIndex,label:t,value:t}),this.maxIndex++)}else"Object"===e&&(axFindItem(t,this.data)?msgIns.update({content:axTplEngine(this.options.language.addFail,{value:t.label})}).show():(t.hasOwnProperty("id")||(t.id=this.maxIndex,this.maxIndex++),o.push(t)))};return"Array"===i?t.forEach(t=>{a(t)}):"String"===i&&a(t),this.options.onBeforeAdd?this.options.onBeforeAdd.call(o):this.arrAdd(o,e),this.handlers.hasOwnProperty("add")&&this.emit("add",o),this.options.onAdd&&this.options.onAdd.call(this,o),s&&s.call(this,o),this.save(),this}arrRemove(t){t.length>0&&(t.forEach(t=>{t.dom.remove()}),this.data=this.data.filter(e=>!t.includes(e)))}remove(t,e){if(axIsEmpty(t)||this.destroyed)return this;let s=axType(t),i=[],o=t=>{let e=axFindItem(t,this.data);e&&i.push(e)};return"Array"===s?t.forEach(t=>{o(t)}):"String"===s?t.split(",").forEach(t=>{o(t)}):o(t),this.options.onBeforeRemove?this.options.onBeforeRemove.call(i):this.arrRemove(i),this.handlers.hasOwnProperty("remove")&&this.emit("remove",i),this.options.onRemove&&this.options.onRemove.call(this,i),e&&e.call(this,i),this.save(),this}clear(t){this.tagsIns.clear();for(let t of this.data)~~t.selected&&(Reflect.deleteProperty(t,"selected"),t.dom.removeAttribute("selected"),t.node&&t.node.removeAttribute("selected"));return this.handlers.hasOwnProperty("clear")&&this.emit("clear",""),this.options.onClear&&this.options.onClear.call(this),t&&t.call(this),this}readonly(t){return this.inputDom.setAttribute("readonly",""),this.selectDom.setAttribute("readonly",""),t&&t.call(this),this}readable(t){return this.inputDom.removeAttribute("readonly"),this.selectDom.removeAttribute("readonly"),t&&t.call(this),this}disable(t,e){if(this.destroyed)return this;let s=axType(t),i=[],o=t=>{let e=axFindItem(t,this.data);e&&i.push(e)};return"Array"===s?t.forEach(t=>{o(t)}):"String"===s?t.split(",").forEach(t=>{o(t)}):o(t),i.forEach(t=>{~~t.disabled||(t.dom.setAttribute("disabled",""),t.disabled=!0)}),this.handlers.hasOwnProperty("disabled")&&this.emit("disabled",i),this.options.onDisabled&&this.options.onDisabled.call(this,i),e&&e.call(this,i),this.save(),this}enable(t,e){if(this.destroyed)return this;let s=axType(t),i=[],o=t=>{let e=axFindItem(t,this.data);e&&i.push(e)};return"Array"===s?t.forEach(t=>{o(t)}):"String"===s?t.split(",").forEach(t=>{o(t)}):o(t),i.forEach(t=>{~~t.disabled&&(t.dom.removeAttribute("disabled"),Reflect.deleteProperty(t,"disabled"))}),this.handlers.hasOwnProperty("enabled")&&this.emit("enabled",i),this.options.onEnabled&&this.options.onEnabled.call(this,i),e&&e.call(this,i),this.save(),this}save(t,e){if(this.destroyed)return this;if(!this.options.storageName)return!1;t?axLocalStorage.set(this.options.storageName,t):(this.options.content=this.data,axLocalStorage.set(this.options.storageName,this.options));let s=axLocalStorage.get(this.options.storageName);return this.handlers.hasOwnProperty("save")&&this.emit("save",s),this.options.onSave&&this.options.onSave.call(this,s),e&&e.call(this,s),this}async update(t,e){return this.destroyed?this:(this.options=axExtend(this.options,t),this.save(),await this.init(),this.handlers.hasOwnProperty("update")&&this.emit("update",""),this.options.onUpdate&&this.options.onUpdate.call(this),e&&e.call(this),this)}destroy(t){return this.selectDom.onclick=null,this.clearDom&&(this.clearDom.onclick=null),this.searchDom&&(this.searchDom.onclick=null),this.searchDom&&this.searchDom.removeEventListener("keyup",this.tagsIns.inputEdit),document.removeEventListener("click",this.bodyClickBlur),this.contentXhr&&this.contentXhr.abort(),this.popupIns&&this.popupIns.destroy(),this.tagsIns.destroy(),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axDropdown{constructor(t,e){return this.targetDom=axIdToDom(t),this.options=axExtend({type:"list",content:"",node:"a",nowrap:!0,breakShow:!0,arrowShow:!0,grid:{enable:!1,columns:0,fenceShow:!1},onInit:"",onBeforeSet:"",onAfterSet:"",onConfirm:"",onUpdate:"",onUpdateContent:"",breakpoints:{},plugin:{value:""},popup:{in:"slideDown",out:"slideUp",size:"sm",placement:"bottom-start",close:!1}},e,this.targetDom,this.constructor.name),this.handlers={},this.init(),this}init(){if(axInstance.push(this,this.options.insName,"dropdown"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.plugin=null,this.popup=null,this.value="",this.valueArr=[],this.list=[],this.options.plugin.value?this.initValue=this.options.plugin.value:this.initValue="","INPUT"!=this.targetDom.nodeName&&"TEXTAREA"!=this.targetDom.nodeName||(this.targetDom.setAttribute("readonly",""),this.targetDom.value?(this.options.plugin.value=this.targetDom.value,this.initValue=this.targetDom.value):this.initValue&&(this.targetDom.value=this.initValue)),"checkbox"===this.options.type||"radio"===this.options.type)axIsEmpty(this.options.content)||(this.options.plugin.children=this.options.content),this.options.plugin.type=this.options.type,this.options.grid.enable?(this.options.plugin.display="grid",this.options.grid.columns&&(this.options.plugin.columns=this.options.grid.columns),this.options.grid.fenceShow&&(this.options.plugin.parentClass="ax-fence",this.options.plugin.childClass="ax-padding-left",this.options.popup.padding=!1)):this.options.plugin.display="block",this.plugin=new axCheckbox("",this.options.plugin),this.popup=new axPopup(this.targetDom,Object.assign(this.options.popup,{content:this.plugin.parent,cancel:"",diy:{text:"重置",callback:()=>{this.plugin.reset()}},confirm:{type:"prevent",callback:()=>{this.value=this.plugin.getValues("string"),this.valueArr=this.plugin.getValues("array"),this.options.onBeforeSet?this.options.onBeforeSet.call(this,this.value):this.setToHide(this.value),this.options.onConfirm&&this.options.onConfirm.call(this,this.value),"confirm"in this.handlers&&this.emit("confirm",this.value)}}})),this.popup.on("show",()=>{"INPUT"!==this.targetDom.nodeName&&"TEXTAREA"!==this.targetDom.nodeName||!this.targetDom.value||this.targetDom.value!=this.plugin.getValues("string")&&this.updateValues(this.targetDom.value)});else if("list"===this.options.type){this.popup=new axPopup(this.targetDom,Object.assign(this.options.popup,{footerShow:!1,padding:!1}));let t=null;"String"===axType(this.options.content)?axStrType(this.options.content)?(t=axIdToDom(this.options.content),this.popup.content.innerHTML=axIdToDom(this.options.content).innerHTML):this.popup.content.innerHTML=this.options.content:axType(this.options.content).includes("HTML")?this.popup.content.innerHTML=this.options.content.innerHTML:"Array"===axType(this.options.content)&&(t=axAddElem("div",{class:"ax-list-wrapper"}),this.renderList(this.options.content,t),this.popup.content.innerHTML="",this.popup.content.appendChild(t))}else if("button"===this.options.type){this.popup=new axPopup(this.targetDom,Object.assign(this.options.popup,{footerShow:!1,padding:!1}));let t=axAddElem("div",{class:"ax-list-wrapper"});this.renderList(this.options.content,t),this.list.forEach(t=>{t.props.disabled||(t.dom.onclick=(e=>{axPreventDefault(e),this.value=t.props.value,this.valueArr=[t.props.value],t.dom.setAttribute("checked",""),this.list.filter(e=>e.dom!=t.dom).forEach(t=>{t.dom.removeAttribute("checked")}),this.options.onBeforeSet?this.options.onBeforeSet.call(this,t.props.value):this.setToHide(t.props.value)}))}),this.popup.content.innerHTML="",this.popup.content.appendChild(t),this.initValue&&this.updateValues(this.initValue),this.popup.on("show",()=>{"INPUT"!==this.targetDom.nodeName&&"TEXTAREA"!==this.targetDom.nodeName||!this.targetDom.value||this.updateValues(this.targetDom.value)})}else"text"===this.options.type||"textarea"===this.options.type?(this.options.plugin.type=this.options.type,this.options.content&&(this.options.plugin.value=this.options.content),this.plugin=new axInput("",this.options.plugin),this.popup=new axPopup(this.targetDom,Object.assign(this.options.popup,{content:this.plugin.parent,cancel:"",diy:{text:"重置",callback:()=>{this.plugin.set(this.initValue)}},confirm:{type:"prevent",callback:()=>{this.value=this.plugin.getValues("string"),this.valueArr=this.plugin.getValues("array"),this.options.onBeforeSet?this.options.onBeforeSet.call(this,this.value):this.setToHide(this.value),this.options.onConfirm&&this.options.onConfirm.call(this,this.value),"confirm"in this.handlers&&this.emit("confirm",this.value)}}})),this.popup.on("show",()=>{"INPUT"!==this.targetDom.nodeName&&"TEXTAREA"!==this.targetDom.nodeName||!this.targetDom.value||this.targetDom.value!=this.plugin.getValues()&&this.updateValues(this.targetDom.value),setTimeout(()=>{let t=this.plugin.field.value;this.plugin.field.value="",this.plugin.field.focus(),this.plugin.field.value=t},100)}),"text"===this.options.type&&(this.plugin.field.onkeyup=(t=>{"Enter"===t.code&&this.popup.options.confirm.callback()}))):"number"===this.options.type?(this.options.plugin.width="100%",this.plugin=new axAmount("",this.options.plugin),this.popup=new axPopup(this.targetDom,Object.assign(this.options.popup,{content:this.plugin.parent,cancel:"",diy:{text:"重置",callback:()=>{this.plugin.reset()}},confirm:{type:"prevent",callback:()=>{this.value=this.plugin.value,this.valueArr.push(this.plugin.value),this.options.onBeforeSet?this.options.onBeforeSet.call(this,this.value):this.setToHide(this.value),this.options.onConfirm&&this.options.onConfirm.call(this,this.value),"confirm"in this.handlers&&this.emit("confirm",this.value)}}})),this.popup.on("show",()=>{"INPUT"!==this.targetDom.nodeName&&"TEXTAREA"!==this.targetDom.nodeName||!this.targetDom.value||this.targetDom.value!=this.plugin.value&&this.updateValues(this.targetDom.value)}),setTimeout(()=>{let t=this.plugin.field.value;this.plugin.field.value="",this.plugin.field.focus(),this.plugin.field.value=t},100),this.plugin.field.onkeyup=(t=>{"Enter"===t.code&&this.popup.options.confirm.callback()})):"switch"===this.options.type||"html"===this.options.type&&(this.popup=new axPopup(this.targetDom,Object.assign(this.options.popup,{footerShow:!1,content:this.options.content})));this.setAttribute(),this.options.onInit&&this.options.onInit.call(this)}setAttribute(){if(this.options.arrowShow&&this.targetDom&&!this.targetDom.querySelector(".ax-at-right")){let t=axAddElem("i",{class:"ax-dropdown-arrow"});this.targetDom.appendChild(t)}this.popup.targetDom.classList.add("ax-dropdown")}setToHide(t,e){t=t||this.value,"INPUT"===this.targetDom.nodeName&&(this.targetDom.value=t),this.options.onAfterSet&&this.options.onAfterSet.call(this,t),"set"in this.handlers&&this.emit("set",t),e&&e.call(this,t),this.popup.hide()}updateToShow(t){this.popup.show(),setTimeout(()=>{this.updateValues(t)},100)}updateValues(t){if(["checkbox","radio","text","textarea","number"].includes(this.options.type))this.plugin.set(t);else if("button"===this.options.type){let e="";e=Array.isArray(t)?t[0]:t,this.list.forEach(t=>{t.props.value===e?t.dom.setAttribute("checked",""):t.dom.removeAttribute("checked")})}}getValues(t="string"){return"string"===t?this.value:"array"===t?this.valueArr:void 0}renderList(t,e){if(this.options.grid.enable){let t="ax-grid";this.options.grid.columns&&(t+=` ax-grid-${this.options.grid.columns}`),this.options.grid.fenceShow&&(t+=" ax-fence"),axClass.add(e,t)}t.forEach((t,s)=>{let i=axAddElem(this.options.node,{class:"ax-bulletin ax-hover",...t.props},'
    '),o=i.querySelector(".ax-bulletin-body"),a=null;t.disabled&&i.setAttribute("disabled",""),"a"===this.options.node&&("list"===this.options.type?(i.target=t.target?t.target:"_blank",i.href=t.url?t.url:"###"):i.href="###"),this.options.nowrap?("a"!=this.options.node&&t.url?(a=axAddElem("a",{caption:""},t.label),"list"===this.options.type?(a.target=t.target?t.target:"_blank",a.href=t.url?t.url:"###"):a.href="###"):a=axAddElem("i",{caption:""},t.label),o.appendChild(a)):o.textContent=t.label,axIsEmpty(t.prefix)||("legend"===t.prefix.type?o.insertAdjacentElement("beforebegin",axAddElem("i",{class:"ax-iconfont "+t.prefix.data,legend:""})):"avatar"===t.prefix.type?o.insertAdjacentElement("beforebegin",axAddElem("i",{avatar:""},``)):"image"===t.prefix.type&&o.insertAdjacentElement("beforebegin",axAddElem("i",{image:""},``))),t.suffix&&o.insertAdjacentElement("afterend",axAddElem("i",{arrow:""},t.suffix)),e.appendChild(i),!this.options.grid.enable&&this.options.breakShow&&s+1!=this.options.content.length&&e.insertAdjacentHTML("beforeend","
    "),this.list.push({props:t,dom:i}),t.disabled||t.callback&&t.callback(i,t)})}update(t,e){return this.popup.targetDom.remove(),this.popup.destroy(),this.options.content=axExtend(this.options.content,t),this.init(),this.options.onUpdate&&this.options.onUpdate.call(this),"update"in this.handlers&&this.emit("update"),e&&e.call(this),this}updateContent(t,e){return this.popup.targetDom.remove(),this.popup.destroy(),this.options.content=t,this.init(),this.options.onUpdateContent&&this.options.onUpdateContent.call(this),"updateContent"in this.handlers&&this.emit("updateContent"),e&&e.call(this),this}show(t){return this.popup.show(),t&&t.call(this),this}hide(t){return this.popup.hide(),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}const axAmounts=[];class axAmount{constructor(t,e){this.targetDom=t?axIdToDom(t):"",this.options=axExtend({insName:"",width:"",placeholder:"输入数量",value:"",min:"",max:"",step:1,precision:0,rule:"",disabled:!1,increase:!0,decrease:!0,cookie:"",breakpoints:{},onInit:"",onMined:"",onMaxed:"",onUpdated:"",onChanged:""},e,this.targetDom,this.constructor.name),this.handlers={},this.value="",this.activeIn=!0,this.activeDe=!0,this.init()}init(){if(axInstance.push(this,this.options.insName,"amount"), ""!==this.options.min&&""!==this.options.mam&&this.options.min>this.options.mam)return console.error("The minimum value is greater than the maximum value!"),!1;!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.createSkeleton(),this.ruleToSet(),this.initValue(),this.getCookie(),this.rawValue=this.value,this.setAttribute();let t=t=>{"ArrowUp"===t.code||"ArrowRight"===t.code?(t.preventDefault(),e()):"ArrowLeft"!==t.code&&"ArrowDown"!==t.code||(t.preventDefault(),s())},e=()=>{this.activeDe||(this.options.decrease=!0,this.decrease.removeAttribute("disabled"));let t=Number(this.field.value),e=Number(this.field.value);""===this.options.max?t+=this.options.step:""!==this.options.max&&tthis.options.max&&(this.options.increae=!1,this.increase.setAttribute("disabled","true"),this.activeIn=!1,this.options.onMaxed&&this.options.onMaxed.call(this),"maxed"in this.handlers&&this.emit("maxed","")),this.field.value=t.toFixed(this.options.precision),this.value=this.field.value,this.setCookie(),this.field.value>e&&(this.options.onChanged&&this.options.onChanged.call(this,e,this.field.value),"changed"in this.handlers&&this.emit("changed",e,this.field.value))},s=()=>{this.activeIn||(this.options.increae=!0,this.increase.removeAttribute("disabled"));let t=Number(this.field.value),e=Number(this.field.value);""===this.options.min?t-=this.options.step:""!==this.options.min&&t>this.options.min&&(t-=this.options.step),""!==this.options.min&&t-this.options.step{this.value=this.correctValue(Number(this.field.value)),this.field.value=this.value,this.setCookie()}),this.field.addEventListener("keyup",t=>{"Enter"===t.code&&this.field.blur()},!1)),this.options.onInit&&this.options.onInit.call(this),this}ruleToSet(){switch(this.options.rule){case"currency":this.options.min=0,this.options.max="",this.options.step=.01,this.options.precision=2;break;case"quantity":this.options.min=1,this.options.max=999,this.options.step=1,this.options.precision=0;break;case"percent":this.options.min=0,this.options.max=100,this.options.step=1,this.options.precision=0;break;case"month":this.options.min=1,this.options.max=12,this.options.step=1,this.options.precision=0;break;case"day":this.options.min=1,this.options.max=31,this.options.step=1,this.options.precision=0;break;case"hour":this.options.min=0,this.options.max=24,this.options.step=1,this.options.precision=0;break;case"minute":case"second":this.options.min=0,this.options.max=59,this.options.step=1,this.options.precision=0}}initValue(){""!==this.options.value?(""!==this.options.min&&this.options.valuethis.options.max?this.value=this.options.max:this.value=this.options.value,this.field.value=this.value):this.field.value&&(""!==this.options.min&&this.options.min>Number(this.field.value)&&(this.field.value=this.options.min),""!==this.options.max&&this.options.max'),this.increase=axAddElem("a",{href:"###",increase:""},''),this.field.insertAdjacentElement("beforeBegin",this.parent),this.parent.appendChild(this.field),this.parent.appendChild(this.decrease),this.parent.appendChild(this.increase))}correctValue(t){return""!==this.options.min&&tthis.options.max&&(t=this.options.max),t}set(t,e){return t=this.correctValue(t),this.field.value=t,this.value=t,this.options.cookie&&(this.value=axCookie.set(this.options.cookie,t)),e&&e.call(this,t),this}reset(t){return this.set(this.rawValue),t&&t.call(this,this.rawValue),this.options.cookie&&(this.value=axCookie.set(this.options.cookie,this.rawValue)),this}update(t,e){return this.options=axExtend(this.options,t),this.options.onUpdated&&this.options.onUpdated.call(this),"updated"in this.handlers&&this.emit("updated",""),e&&e.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axShare{constructor(t,e){this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",source:"",title:"",des:"",url:window.location.href,image:"",key:"",origin:window.location.origin,qrTitle:"

    在微信里点击“发现”,再点击“扫一扫,”
    便可将本文分享至朋友圈。

    ",qrSize:180,newPage:!0,dialogText:"确定分享本页面?",onShare:"",breakpoints:{}},e,this.targetDom,"axShare"),this.handlers={},this.options.source||(this.options.source=document.querySelector('meta[name="site"]')||document.title),this.options.title||(this.options.title=document.querySelector('meta[name="title"]')||document.title),this.options.des||(this.options.des=document.querySelector('meta[name="description"]')||""),this.options.image||(this.options.image=(document.images[0]||0).src||""),this.init()}init(){axInstance.push(this,this.options.insName,"share"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.shareUrl={qzone:"http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+this.options.url+"&title="+this.options.title+"&desc="+this.options.des+"&summary="+this.options.summary+"&site="+this.options.source+"&pics="+this.options.image,youdao:"http://note.youdao.com/memory/?title="+this.options.title+"&pic="+this.options.image+"&summary="+this.options.des+"&url="+this.options.url,qq:"http://connect.qq.com/widget/shareqq/index.html?url="+this.options.url+"&title="+this.options.title+"&source="+this.options.source+"&desc="+this.options.des+"&pics="+this.options.image+"&summary="+this.options.summary,weibo:"https://service.weibo.com/share/share.php?url="+this.options.url+"&title="+this.options.title+"&pic="+this.options.image+"&appkey="+this.options.key,daoban:"http://shuo.douban.com/!service/share?href="+this.options.url+"&name="+this.options.title+"&text="+this.options.des+"&image="+this.options.image+"&starid=0&aid=0&style=11",linkedin:"http://www.linkedin.com/shareArticle?mini=true&ro=true&title="+this.options.title+"&url="+this.options.url+"&summary="+this.options.summary+"&source="+this.options.source+"&armin=armin",facebook:"https://www.facebook.com/sharer/sharer.php?u="+this.options.url,twitter:"https://twitter.com/intent/tweet?text="+this.options.title+"&url="+this.options.url+"&via="+this.options.origin,google:"https://plus.google.com/share?url="+this.options.url,pinterest:"https://www.pinterest.com/pin/create/button/?url="+this.options.url+"&description="+this.options.des+"&media="+this.options.image,tumblr:"https://www.tumblr.com/widgets/share/tool?shareSource=legacy&canonicalUrl=&url="+this.options.url+"&title="+this.options.title};for(let t in this.shareUrl)this.changeHref(t);if(this.targetDom.querySelector('[share="wechat"]')){if("undefined"==typeof QRCode)return console.error("Please import the QRCode plugin first!"),!1;this.createQrcode()}}changeHref(t){let e=this.targetDom.querySelector("[share="+t+"]");e&&(e.hasAttribute("confirm")?e.addEventListener("click",e=>{axPreventDefault(e),new axDialog({content:this.options.dialogText,footerType:"right",confirm:{callback:()=>{this.options.newPage?(window.open(this.shareUrl[t]),this.hide()):window.location.href=this.shareUrl[t],this.options.onShare&&this.options.onShare.call(this,t)}}}).show()},!1):(this.options.newPage?e.setAttribute("target","_blank"):e.removeAttribute("target"),e.setAttribute("href",this.shareUrl[t]),e.addEventListener("click",e=>{this.options.onShare&&this.options.onShare.call(this,t)},!1)))}createQrcode(){let t=this.targetDom.querySelector('[share="wechat"]');if(0===t.length)return!1;let e=axAddElem("div",{class:"ax-qrcode"}),s=axAddElem("div",{class:"ax-qrcode-body"}),i=axAddElem("div",{class:"ax-qrcode-title"},this.options.qrTitle);new QRCode(s,{text:this.options.url,width:this.options.qrSize,height:this.options.qrSize}),e.appendChild(s),e.appendChild(i),new axPopup(t,{content:e,padding:!0,placement:"bottom",close:!1,footerShow:!1})}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axComplete{constructor(t,e){return this.inputDom=axIdToDom(t),!!this.inputDom&&(this.options=axExtend({insName:"",content:"",async:"",ajaxType:"post",fuzzy:!0,reorder:!1,limit:20,ignore:!0,keys:"label",template:"",className:"",breakShow:!0,msgShow:!0,msgPlace:"inside",highlight:!0,fill:"label",idStart:0,language:{message:"共有<# this.value #>个结果符合要求"},breakpoints:{},popup:{rel:"",triggerRel:"click"},onInit:"",onSearch:"",onSelected:"",onUpdate:"",onDestroy:""},e,this.inputDom,this.constructor.name),this.handlers={},this.inputEdit=(()=>{let t=this.inputDom.value;this.search(t)}),this.init(),this)}beforeInit(){this.inputDom.removeEventListener("input",this.inputEdit),this.popupIns&&(this.popupIns.destroy(),this.popupIns=null),this.contentXhr&&this.contentXhr.abort()}async init(){this.beforeInit(),axInstance.push(this,this.options.insName,"complete"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.createSkeleton(),this.setAttribute(),this.popupIns=new axPopup(this.inputDom,axExtend({content:this.wrapperDom,trigger:"input",padding:!1,placement:"bottom-start",close:!1,footerShow:!1},this.options.popup)),this.popupIns.on("show",()=>{let t=this.inputDom.value;this.inputDom.value="",this.inputDom.focus(),this.inputDom.value=t}),this.popupIns.on("hidden",()=>{!this.inputDom.value&&this.reset()}),this.inputDom.addEventListener("input",this.inputEdit,!1),this.rawData=[],this.sliceData=[],this.filterData=[];let t=axType(this.options.content);return"String"===t&&this.options.async?await this.getAsyncData(this.options.async,"",t=>{this.getRawData(t)}):this.getRawData(this.options.content),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this}createSkeleton(){this.wrapperDom=axAddElem("div",{class:"ax-complete"}),this.listDom=axAddElem("ul"),this.wrapperDom.appendChild(this.listDom),this.msgDom=axAddElem("div",{class:"ax-complete-msg"},axTplEngine(this.options.language.message,{value:0})),this.options.msgShow&&("newline"===this.options.msgPlace?this.inputDom.insertAdjacentElement("afterend",this.msgDom):axStrType(this.options.msgPlace)?axIdToDom(this.options.msgPlace).appendChild(this.msgDom):this.wrapperDom.insertAdjacentElement("afterbegin",this.msgDom))}setAttribute(){this.options.className&&axClass.add(this.wrapperDom,this.options.className),this.inputDom.setAttribute("autocomplete","off")}getRawData(t){let e=axType(t);if("String"===e)if(axStrType(t))this.rawData=axSelectToArr(t,this.options.idStart).data;else{let e=axSplitToArr(t);this.rawData=e.map((t,e)=>({id:this.options.idStart+e,label:t,value:t}))}else"Array"===e&&("object"==typeof t[0]?(t.forEach((t,e)=>{!t.hasOwnProperty("id")&&(t.id=this.options.idStart+e),!t.hasOwnProperty("value")&&(t.value=t.label)}),this.rawData=t):"string"==typeof t[0]&&(this.rawData=t.map((t,e)=>({id:this.options.idStart+e,label:t,value:t}))));this.rawData.forEach(t=>{t.dom=axStrToDom(axTplEngine(this.getTemplate(),t)),t.dom.onclick=(()=>{this.inputDom.value=t[this.options.fill],this.popupIns.hide(),this.handlers.hasOwnProperty("selected")&&this.emit("selected",t),this.options.onSelected&&this.options.onSelected.call(this,t)})}),this.sliceData=this.getSliceData(),this.reRenderList(this.sliceData)}getSliceData(){return this.options.limit>0?this.rawData.slice(0,this.options.limit):this.rawData}getFilterData(t){this.filterData=axArrSearch(t,this.options.keys,this.rawData,{fuzzy:this.options.fuzzy,reorder:this.options.reorder,limit:this.options.limit,ignore:this.options.ignore})}getAsyncData(t="json",e,s){return axAjax({data:"sql"===t?{value:axSplitToArr(e," ","one").join(","),keys:this.options.keys,fuzzy:this.options.fuzzy,limit:this.options.limit,reorder:this.options.reorder,ignore:this.options.ignore}:"",type:this.options.ajaxType,url:this.options.content,opened:t=>{this.contentXhr=t.xhr},success:e=>{if(axIsEmpty(e.content))return console.warn(`No data obtained from the ${"sql"===t?"database":"json"}!`),!1;this.listDom.innerHTML="",s&&s(e.content)}},this.listDom)}reRenderList(t){if(this.listDom.innerHTML="",axIsEmpty(t))return!1;let e=document.createDocumentFragment();t[0].hasOwnProperty("weight")?(t.forEach(t=>{if(this.options.highlight){let e=new RegExp(t.keys.join("|"),"g"),s=t.source.dom.querySelector("[label]")||t.source.dom.querySelector("[caption]");s.innerHTML=s.innerHTML.replace(/<[^>]+>/g,"").replace(e,t=>`${t}`)}e.appendChild(t.source.dom)}),this.output=t):t.forEach(t=>{if(this.options.highlight){let e=t.dom.querySelector("[label]")||t.dom.querySelector("[caption]");e.innerHTML=e.innerHTML.replace(/<[^>]+>/g,"")}e.appendChild(t.dom)}),this.listDom.appendChild(e)}getTemplate(){let t=`
  • \n ${this.options.breakShow?"
    ":""}\n
    \n
    <# this.label #>
    \n
    \n
  • \n `;return this.options.template||t}async search(t,e){if(this.destroyed)return this;let s=[];return t?("String"==typeof this.options.content&&"sql"===this.options.async?await this.getAsyncData("sql",t,t=>{this.getRawData(t),this.popupIns.show(),s=this.sliceData,this.msgDom.innerHTML=axTplEngine(this.options.language.message,{value:s.length})}):(this.getFilterData(t),0===this.filterData.length?this.listDom.innerHTML="":(this.reRenderList(this.filterData),this.popupIns.show(),s=this.filterData)),!(0!==s.length||"inside"===this.options.msgPlace&&this.options.msgShow)&&this.popupIns.hide(),this.msgDom.innerHTML=axTplEngine(this.options.language.message,{value:s.length})):this.popupIns.hide(),this.handlers.hasOwnProperty("search")&&this.emit("search",s),this.options.onSearch&&this.options.onSearch.call(this,s),e&&e.call(this,data),this}async update(t,e){return this.destroyed?this:(this.options.content=t,"String"==typeof this.options.content&&"sql"===this.options.async?await this.getAsyncData("sql","",t=>{this.getRawData(t)}):this.getRawData(this.options.content),this.handlers.hasOwnProperty("update")&&this.emit("update",this.sliceData),this.options.onUpdate&&this.options.onUpdate.call(this,this.sliceData),e&&e.call(this,this.sliceData),this)}async reset(t){return this.destroyed?this:(this.inputDom.value="","String"==typeof this.options.content&&"sql"===this.options.async?await this.getAsyncData("sql","",t=>{this.getRawData(t)}):this.getRawData(this.sliceData),this.handlers.hasOwnProperty("reset")&&this.emit("reset",this.sliceData),this.options.onReset&&this.options.onReset.call(this,this.sliceData),t&&t.call(this,this.sliceData),this)}destroy(t){return this.beforeInit(),this.destroyed=!0,this.contentXhr&&this.contentXhr.abort(),this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axDate{constructor(t,e){this.inputDom=axIdToDom(t),this.options=axExtend({insName:"",storageName:"",content:"",format:"YYYY/MM/DD",mode:"single",maxSelection:100,rows:1,cols:1,minDate:"",maxDate:"",flexible:!1,footerShow:!0,nowToHide:!1,nowShow:!1,clearShow:!0,closeShow:!0,cancelShow:!1,resultShow:!1,confirmToHide:!0,autoFill:!1,autoCorrect:!0,forceSelect:!1,language:{month:["01","02","03","04","05","06","07","08","09","10","11","12"],week:["一","二","三","四","五","六","日"],year:{prev:"上一页",next:"下一页",placeholder:"输入年份"},range:"至",unit:{Y:"年",M:"月",D:"日",h:"时",m:"分",s:"秒"},time:{select:"时间选择",start:"开始时间",end:"结束时间"},button:{clear:"清除",close:"关闭",cancel:"取消",now:"现在",confirm:"确定"},toolTip:{restore:"还原",reset:"归零",now:"现在",close:"关闭"},empty:'还未选择日期!',message:{requireTwoValue:"区间模式至少需要选择两个日期!",requireYearFormat:"请填入3或4位年份数字!",requireOneSelected:"请至少选择一个日期!"},noEvent:'今天没有需要安排的事项!'},weekStart:"monday",separator:",",buttonDom:"",positionDom:"",display:"popup",toDrawer:!0,bubble:{},fillNow:!1,next:"",lunar:{enable:!1,handler:"",map:{},template:"
    农历:<#this.animal#>年 <#this.month#><#this.date#>
    \n
    干支:<#this.gzYear#>年 <#this.gzMonth#>月 <#this.gzDate#>日
    \n
    节日/节气:<#this.term#> <#this.lunarFestival#> <#this.solarFestival#>
    \n ",arrange:["solarFestival","lunarFestival","term","date"],tags:[]},event:{enable:!1,display:"popup",template:"
    <#this.label#>
    <#this.content#>
    ",list:[]},menu:[],breakpoints:{},onInit:"",onClear:"",onSet:"",onSetRange:"",onCreatePanels:"",onCancel:"",onConfirm:"",onSetTime:"",onUpdate:"",onDestroy:"",onSave:""},e,this.inputDom,this.constructor.name),this.handlers={},this.triggerShow=(()=>{this.active(this)}),this.content=[],this.raw=[],this.monthStr=`\n
  • 01${this.options.language.unit.M}
  • \n
  • 02${this.options.language.unit.M}
  • \n
  • 03${this.options.language.unit.M}
  • \n
  • 04${this.options.language.unit.M}
  • \n
  • 05${this.options.language.unit.M}
  • \n
  • 06${this.options.language.unit.M}
  • \n
  • 07${this.options.language.unit.M}
  • \n
  • 08${this.options.language.unit.M}
  • \n
  • 09${this.options.language.unit.M}
  • \n
  • 10${this.options.language.unit.M}
  • \n
  • 11${this.options.language.unit.M}
  • \n
  • 12${this.options.language.unit.M}
  • \n `,this.init()}init(){if(axInstance.push(this,this.options.insName,"date"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.destroyed=!1,this.data={startDate:"",selectedDates:[],type:"",panels:[],menu:[],year:{panelDom:"",listDom:"",list:[]},month:{panelDom:"",listDom:"",list:[]},time:[]},this.options.storageName){let t=axLocalStorage.get(this.options.storageName);axIsEmpty(t)?axLocalStorage.set(this.options.storageName,{}):this.options=axExtend(this.options,t)}return this.options.format=axTrim(this.options.format),this.data.type=axDateMethod.getType(this.options.format),"range"===this.options.mode&&1===this.options.cols&&(this.options.cols=2),"phone"===axClient()?("inline"!==this.options.display&&this.options.toDrawer&&(this.options.display="drawer"),this.options.lunar.enable?(this.options.cols=1,this.options.rows=1):this.options.cols>1&&(this.options.cols=1,this.options.rows=2),this.bilateralCondition=!1):this.bilateralCondition="time"!==this.data.type&&this.options.cols>1||"time"===this.data.type&&"range"===this.options.mode,this.separator="range"===this.options.mode&&this.options.language.range?this.options.language.range:this.options.separator,this.positionDom=this.options.positionDom?axIdToDom(this.options.positionDom):this.inputDom,this.buttonDom=this.options.buttonDom?axIdToDom(this.options.buttonDom):this.inputDom,this.selectedDatesProxy=new axObserve(this.data.selectedDates,{deep:!0}),this.selectedDatesProxy.instance.on("complete",t=>{if(this.resultDom){let e=t.target.map(t=>axDateMethod.fillFormat(t,this.options.format)),s=this.resultIns.content.map(t=>t.value);this.options.resultShow&&this.resultIns&&JSON.stringify(e)!=JSON.stringify(s)&&this.resultIns.update({content:e})}this.options.autoFill&&this.confirm(!1)}),"time"!==this.data.type&&this.handleDayContent(),this.createSkeleton(),"time"!==this.data.type?this.createPanels():this.handleTimeContent(),"inline"===this.options.display?this.positionDom.insertAdjacentElement("afterend",this.targetDom):"popup"===this.options.display?this.bubbleIns=this.bubbleIns||new axPopup(this.positionDom,axExtend({size:"",padding:!1,placement:"bottom-start",close:!1,footerShow:!1,rel:this.options.buttonDom,content:this.targetDom},this.options.bubble)):"dialog"===this.options.display?this.bubbleIns=this.bubbleIns||new axDialog(axExtend({size:"",padding:!1,footerShow:!1,content:this.targetDom,rel:this.options.buttonDom},this.options.bubble),this.buttonDom):"drawer"===this.options.display&&(this.options.flexible=!0,this.bubbleIns=this.bubbleIns||new axDrawer(axExtend({size:"",padding:!1,footerShow:!1,content:this.targetDom,placement:"bottom",rel:this.options.buttonDom},this.options.bubble),this.buttonDom)),this.bubbleIns&&this.bubbleIns.on("show",()=>{this.checkBeforeShow()}),this.setAttribute(),this.renderFinish(),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this}createPanel(t,e){let s=axDateMethod.toDate(e,this.data.type),i={},o=()=>"monday"===this.options.weekStart?`
  • ${this.options.language.week[0]}
  • \n
  • ${this.options.language.week[1]}
  • \n
  • ${this.options.language.week[2]}
  • \n
  • ${this.options.language.week[3]}
  • \n
  • ${this.options.language.week[4]}
  • \n
  • ${this.options.language.week[5]}
  • \n
  • ${this.options.language.week[6]}
  • `:`
  • ${this.options.language.week[6]}
  • \n
  • ${this.options.language.week[0]}
  • \n
  • ${this.options.language.week[1]}
  • \n
  • ${this.options.language.week[2]}
  • \n
  • ${this.options.language.week[3]}
  • \n
  • ${this.options.language.week[4]}
  • \n
  • ${this.options.language.week[5]}
  • `;this.data.type.includes("date")?(s.setMonth(s.getMonth()+t),i.month=s.getMonth(),i.year=s.getFullYear(),i.panelDom=axStrToDom(`\n
  • \n
    \n ${i.year}${this.options.language.unit.Y}${i.month+1}${this.options.language.unit.M}\n
    \n
    \n
      \n ${o()}\n
    \n
      \n
      \n
    • \n `),i.type="date",i.headerDom=i.panelDom.querySelector("[header]"),i.yearDom=i.headerDom.querySelector("[year]"),i.monthDom=i.headerDom.querySelector("[month]"),i.listDom=i.panelDom.querySelector("[list]"),i.list=this.createPanelDayList(i.listDom,s)):"month"===this.data.type?(s.setFullYear(s.getFullYear()+t),i.year=s.getFullYear(),i.panelDom=axStrToDom(`\n
    • \n
      \n ${i.year}${this.options.language.unit.Y}\n
      \n
      \n
        ${this.monthStr}
      \n
      \n
    • \n `),i.type="month",i.headerDom=i.panelDom.querySelector("[header]"),i.yearDom=i.headerDom.querySelector("[year]"),i.listDom=i.panelDom.querySelector("[list]"),i.list=this.createPanelMonthList(i.listDom,s)):"year"===this.data.type&&(s.setFullYear(s.getFullYear()+18*t-7),i.year=s.getFullYear(),i.panelDom=axStrToDom(`\n
    • \n
      \n ${i.year}${this.options.language.unit.Y}~${i.year+17}${this.options.language.unit.Y}\n
      \n
      \n
        \n
        \n
      • \n `),i.type="year",i.headerDom=i.panelDom.querySelector("[header]"),i.listDom=i.panelDom.querySelector("[list]"),i.list=this.createPanelYearList(i.listDom,s)),i.bodyDom=i.panelDom.querySelector("[body]"),this.data.panels.push(i),this.panelsDom.appendChild(i.panelDom)}createPanels(t,e=!1,s){if(this.destroyed)return!1;let i,o=this.options.rows*this.options.cols;if(i=t?axDateMethod.toDate(t,this.data.type):this.data.startDate,!e&&this.inCurPanels(i))return!1;this.data.panels=[],this.panelsDom.innerHTML="";for(let t=0;t{this.inSelectedDate(t)&&!t.selected&&this.selectedAttrToggle(t,!0)}),"range"===this.options.mode&&this.setRangeAttr(a);let n=axDateMethod.toObj(new Date,!1,this.data.type),r=a.find(t=>JSON.stringify(t.value)==JSON.stringify(n));return r&&r.wrapperDom.setAttribute("now",""),this.renderFinish(),this.handlers.hasOwnProperty("createPanels")&&this.emit("createPanels",""),this.options.onCreatePanels&&this.options.onCreatePanels.call(this),s&&s.call(this),this}inSelectedDate(t){let e=this.getDateValue(t,this.data.type);return this.selectedDatesProxy.proxy.some(t=>{let{hh:s,mm:i,ss:o,...a}=t;return JSON.stringify(a)==JSON.stringify(e)})}showEvent(t){if(this.todayDom.innerHTML=axDateMethod.fillFormat(t.value,"YYYY年MM月DD日 周WW"),this.options.lunar.enable&&this.options.lunar.handler){let e={...this.options.lunar.map},s=this.options.lunar.handler(t.value.YYYY,t.value.MM+1,t.value.DD);for(let t in e)e.hasOwnProperty(t)&&(e[t]=s[e[t]]);this.lunarDom.innerHTML=axTplEngine(this.options.lunar.template,e)}let e=this.options.event.list.find(e=>JSON.stringify(axDateMethod.toObj(e.date,!1,"date"))==JSON.stringify(axDateMethod.toObj(t.value,!1,"date")));this.eventDom.innerHTML=e&&e.content?axTplEngine(this.options.event.template,e):this.options.language.noEvent}inCurPanels(t,e){let s,i="datetime"===this.data.type?"date":this.data.type,o="Object"===axType(t)?{...t}:t,a=axDateMethod.toObj(o,!1,i),n=e||this.getCurGrids();return s=n.some(t=>JSON.stringify(t.value)==JSON.stringify(a)),s}setAttribute(){!this.bilateralCondition&&this.targetDom.setAttribute("footerType","line"),this.targetDom.setAttribute("mode",this.options.mode),this.data.type&&this.targetDom.setAttribute("type",this.data.type),this.targetDom.setAttribute("display",this.options.display),"INPUT"===this.inputDom.nodeName&&this.inputDom.setAttribute("readonly",""),this.options.flexible&&this.targetDom.setAttribute("flexible",""),this.targetDom.setAttribute("footerShow",this.options.footerShow),this.options.lunar.enable&&this.targetDom.setAttribute("lunar","")}inputValueToDates(t=!0){let e,s=[];return e="INPUT"===this.inputDom.nodeName?this.inputDom.value.trim():this.inputDom.innerText.trim(),!e||isNaN(parseFloat(e.substr(0,2)))?s:(e&&(s=t?e.split(this.separator).map(t=>new Date(t)):axTrim(e)),s)}contentToArr(){let t=axType(this.options.content),e=[];if("time"===this.data.type)this.inputDom&&(this.inputDom.value||this.inputDom.innerText)?e=this.inputValueToDates(!1):axIsEmpty(this.options.content)?e=axDateMethod.fillFormat(new Date,this.options.format):"String"===t?e=this.options.content.split(this.separator):"Array"===t&&(e=this.options.content);else if(axIsEmpty(this.options.content))e=this.inputDom&&(this.inputDom.value||this.inputDom.innerText)?this.inputValueToDates(!0):this.options.fillNow?[new Date]:[];else{let t=axType(this.options.content);"Array"===t?e=this.options.content.map(t=>"string"==typeof t?new Date(t):t):"Date"===t?e.push(this.options.content):"String"===t&&(e=this.options.content.split(this.separator).map(t=>new Date(t)))}return e}handleDayContent(){this.content=this.contentToArr(),this.content.length>1&&"range"===this.options.mode&&(this.content.sort(function(t,e){return t-e}),this.content.length>2&&(this.content=this.content.slice(0,2))),this.data.startDate=0===this.content.length?new Date:this.content[0];let t=this.datesToObjs(this.content);if(this.selectedDatesProxy.proxy.splice(0,this.data.selectedDates.length,...t),this.raw=[...t],this.inputDom){let t=this.selectedDatesProxy.proxy.map(t=>axDateMethod.fillFormat(t,this.options.format)).join(this.separator);this.fillInput(t)}}timeStrSTD(t,e="object"){let s=axType(t),i=[],o=[],a=t=>{let e,s,i=axType(t);if("String"===i)e=axTrim(t).split(":").map(t=>~~t),1===e.length?e.push(0,0):2===e.length&&e.push(0),s={hh:e[0],mm:e[1],ss:e[2]};else if("Object"===i){for(let e in t)t.hasOwnProperty(e)&&(t[e]=~~t[e]);!t.hasOwnProperty("mm")&&(t.mm=0),!t.hasOwnProperty("ss")&&(t.ss=0),s=t}return s};return"Array"===s?t.forEach(t=>{i.push(a(t))}):i.push(a(t)),"string"===e?(o=i.map(t=>`${axDateMethod.fillZero(t.hh)}:${axDateMethod.fillZero(t.mm)}:${axDateMethod.fillZero(t.ss)}`),o):i}handleTimeContent(){if(this.content=this.timeStrSTD(this.contentToArr()),"range"===this.options.mode?0===this.content.length?this.setTime([{hh:0,mm:0,ss:0},{hh:0,mm:0,ss:0}]):1===this.content.length?this.setTime([this.content[0],{hh:0,mm:0,ss:0}]):this.setTime(this.content):0===this.content.length?this.setTime({hh:0,mm:0,ss:0}):this.setTime(this.content[0]),this.raw=[...this.content],this.inputDom&&!axIsEmpty(this.options.content)){ let t=this.timeStrSTD(this.content,"string").join(this.separator);"INPUT"===this.inputDom.nodeName?this.inputDom.value=t:this.inputDom.innerText=t}}datesToObjs(t){let e=[];return"year"===this.data.type?e=t.map(t=>({YYYY:t.getFullYear()})):"month"===this.data.type?e=t.map(t=>({YYYY:t.getFullYear(),MM:t.getMonth()})):"time"===this.data.type?e=t.map(t=>({hh:t.getHours(),mm:t.getMinutes(),ss:t.getSeconds()})):"date"===this.data.type?e=t.map(t=>({YYYY:t.getFullYear(),MM:t.getMonth(),DD:t.getDate()})):"datetime"===this.data.type&&(e=t.map(t=>({YYYY:t.getFullYear(),MM:t.getMonth(),DD:t.getDate(),hh:t.getHours(),mm:t.getMinutes(),ss:t.getSeconds()}))),e}checkBeforeShow(){if(!this.options.autoCorrect)return!1;if("time"!==this.data.type){let t=this.inputValueToDates(),e=this.datesToObjs(t),s=JSON.stringify(e)==JSON.stringify(this.data.selectedDates);s||(this.data.startDate=t.length>0?t[0]:axDateMethod.toDate(this.data.selectedDates[0],this.data.type),this.createPanels(),this.clear(),this.set(e))}else{let t=this.timeStrSTD(this.inputValueToDates(!1));this.setTime(t)}}createSkeleton(){let t="",e="";"time"!==this.data.type&&(t=`
        \n
        \n
        \n
          \n
          `),this.options.footerShow&&(e=`
          \n ${this.bilateralCondition?"
          ":""}\n
          `),this.targetDom=axStrToDom(`\n
          \n
          \n ${this.options.menu.length>0?"
            ":""}\n
            \n ${this.options.resultShow&&"time"!==this.data.type?"
            ":""}\n ${t}\n ${e}\n
            \n
            \n
            \n `),this.wrapperDom=this.targetDom.querySelector("[wrapper]"),this.menuDom=this.targetDom.querySelector("[menu]"),this.resultDom=this.targetDom.querySelector("[result]"),this.outerDom=this.targetDom.querySelector("[outer]"),this.prevDom=this.targetDom.querySelector("[prev]"),this.nextDom=this.targetDom.querySelector("[next]"),this.mainDom=this.targetDom.querySelector("[main]"),this.panelsDom=this.targetDom.querySelector("[panels]"),this.options.footerShow&&(this.footerDom=this.targetDom.querySelector("[footer]"),this.timeBtnWrapperDom=this.bilateralCondition?this.footerDom.querySelector("[left]"):this.footerDom,this.handleBtnsWrapperDom=this.bilateralCondition?this.footerDom.querySelector("[right]"):this.footerDom,this.confirmDom=axAddElem("i",{class:`ax-btn${this.bilateralCondition?"":" ax-plain"} `,confirm:""},this.options.language.button.confirm),this.clearDom=this.options.clearShow?axAddElem("i",{class:"ax-btn ax-plain",clear:""},this.options.language.button.clear):"",this.closeDom=this.options.closeShow?axAddElem("i",{class:"ax-btn ax-plain",close:""},this.options.language.button.close):"",this.cancelDom=this.options.cancelShow?axAddElem("i",{class:"ax-btn ax-plain",cancel:""},this.options.language.button.cancel):"",this.nowDom=this.options.nowShow?axAddElem("i",{class:"ax-btn ax-plain",now:""},this.options.language.button.now):"",this.timeBtnDom=this.data.type.includes("time")?axAddElem("i",{class:"ax-btn ax-plain",time:""},this.options.language.time.select):"",this.yearSearchDom="year"===this.data.type?axAddElem("span",{search:""},`arrow-right`):"",this.confirmDom&&this.handleBtnsWrapperDom.appendChild(this.confirmDom),this.nowDom&&this.handleBtnsWrapperDom.insertAdjacentElement("afterbegin",this.nowDom),this.clearDom&&this.handleBtnsWrapperDom.insertAdjacentElement("afterbegin",this.clearDom),this.closeDom&&this.handleBtnsWrapperDom.insertAdjacentElement("afterbegin",this.closeDom),this.cancelDom&&this.handleBtnsWrapperDom.insertAdjacentElement("afterbegin",this.cancelDom),this.timeBtnDom&&this.timeBtnWrapperDom.insertAdjacentElement("afterbegin",this.timeBtnDom),this.yearSearchDom&&this.timeBtnWrapperDom.insertAdjacentElement("afterbegin",this.yearSearchDom)),this.options.event.enable&&(this.detailDom=axAddElem("div",{detail:""}),this.todayDom=axAddElem("div",{today:""}),this.eventDom=axAddElem("div",{event:""},this.options.language.noEvent),this.detailDom.appendChild(this.todayDom),this.detailDom.appendChild(this.eventDom),this.options.lunar.enable&&this.options.lunar.handler&&(this.lunarDom=axAddElem("div",{lunar:""}),this.todayDom.insertAdjacentElement("afterend",this.lunarDom)),"inline"===this.options.event.display?this.wrapperDom.appendChild(this.detailDom):"popup"===this.options.event.display&&(this.detailIns=this.detailIns||new axPopup(this.panelsDom,{content:this.detailDom,trigger:"hovor",placement:"bottom",size:"sm",footerShow:!1}))),this.data.type.includes("time")&&this.options.footerShow&&this.createTimeSelectPanel(),this.createMenu(),"time"!==this.data.type&&(this.resultDom&&(this.resultIns=this.resultIns||new axTags(this.resultDom,{content:"",closable:!0,text:!0,emptyTip:this.options.language.empty})),"year"===this.data.type||"month"===this.data.type?(this.prevDom.innerHTML=' ',this.nextDom.innerHTML=' '):this.data.type.includes("date")&&(this.prevDom.innerHTML=' ',this.nextDom.innerHTML=' '),this.prevYearDom=this.prevDom.querySelector("[prevYear]"),this.prevMonthDom=this.prevDom.querySelector("[prevMonth]"),this.nextYearDom=this.targetDom.querySelector("[nextYear]"),this.nextMonthDom=this.targetDom.querySelector("[nextMonth]"),("month"===this.data.type||this.data.type.includes("date"))&&this.createYearPanel(),this.data.type.includes("date")&&this.createMonthPanel())}createMenu(){if(this.options.menu.length>0){this.data.menu=this.options.menu;let t=document.createDocumentFragment();this.data.menu.forEach(e=>{let s=axAddElem("li","",e.label);e.dom=s,t.appendChild(s)}),this.menuDom.appendChild(t),this.data.menu.forEach(t=>{t.dom.onclick=(()=>{t.action&&t.action.call(this),t.dom.setAttribute("selected",""),t.selected=!0,this.data.menu.filter(e=>e!==t).forEach(t=>{Reflect.deleteProperty(t,"selected"),t.dom.removeAttribute("selected")})})})}}createMonthPanel(t){this.data.month.panelDom=axAddElem("div",{panel:"month"},`
              ${this.monthStr}
            `),this.data.month.listDom=this.data.month.panelDom.querySelector("[list]"),[...this.data.month.listDom.children].forEach((t,e)=>{let s={wrapperDom:t,contentDom:t.querySelector("[content]"),value:e};this.data.month.list.push(s)}),this.panelsDom.insertAdjacentElement("afterend",this.data.month.panelDom),t&&t()}createYearPanel(t){this.data.year.panelDom=axAddElem("div",{panel:"year"},`\n
            \n
              \n
                \n
              • ${this.options.language.year.prev}
              • \n
              • arrow-right
              • \n
              • ${this.options.language.year.next}
              • \n
              \n
              \n `),this.data.year.listDom=this.data.year.panelDom.querySelector("[list]"),this.data.year.prevDom=this.data.year.panelDom.querySelector("[prev]"),this.data.year.nextDom=this.data.year.panelDom.querySelector("[next]"),this.data.year.inputDom=this.data.year.panelDom.querySelector("input"),this.data.year.goDom=this.data.year.panelDom.querySelector("[go]"),this.panelsDom.insertAdjacentElement("afterend",this.data.year.panelDom),t&&t()}createYearList(t,e,s){this.data.year.listDom.innerHTML="",this.data.year.list=[];for(let s=0;s<15;s++){let i=e||0===e?e+s:t.year-7+s,o={wrapperDom:axAddElem("li","",` ${i}年 `),value:i};o.contentDom=o.wrapperDom.querySelector("[content]"),o.labelDom=o.wrapperDom.querySelector("[label]"),this.data.year.listDom.appendChild(o.wrapperDom),this.data.year.list.push(o)}this.data.year.list.forEach(e=>{t.year===e.value?this.selectedAttrToggle(e,!0):this.selectedAttrToggle(e,!1),e.contentDom.onclick=(()=>{if(e.disabled)return!1;if(t.year!==e.value){let t=e.value;"month"===this.data.type?t=e.value-s:this.data.type.includes("date")&&(t=e.value-(this.data.panels[s].year-this.data.panels[0].year)),this.data.startDate.setFullYear(t),this.createPanels("",!0),axHide(this.data.year.panelDom)}})})}goto(t,e=!1,s){if(this.destroyed)return!1;let i=axDateMethod.toDate(t,this.data.type);e?this.set(i):this.createPanels(i),s&&s.call(this)}offset(t,e){if(this.destroyed)return!1;if(this.data.selectedDates.length>0){let e=this.data.selectedDates.map(e=>axDateMethod.toObj(axDateMethod.getChain(e,t),!1,this.data.type));this.set(e)}else this.data.startDate=axDateMethod.getChain(axDateMethod.toObj(new Date,!1,this.data.type),t),this.set(this.data.startDate);e&&e.call(this)}selectedAttrToggle(t,e){e?t.selected||(Reflect.set(t,"selected",!0),t.wrapperDom.setAttribute("selected","")):t.selected&&(Reflect.deleteProperty(t,"selected"),t.wrapperDom.removeAttribute("selected"))}setSelected(t,e,s){let i=this.findFromPanels(t,e,s),o=i.list,a=i.target,n=t=>{let e={};return e="range"===this.options.mode?1===this.selectedDatesProxy.proxy.length?this.data.type.includes("time")?{...t,...this.data.time[1].value}:t:this.data.type.includes("time")?{...t,...this.data.time[0].value}:t:this.data.time.length>0&&this.data.type.includes("time")?{...t,...this.data.time[0].value}:t,e},r=e=>{let s;if(s=this.data.type.includes("time")?t.hasOwnProperty("hh")&&t.hasOwnProperty("mm")&&t.hasOwnProperty("ss")?t:n(e.value):t.value||t,!e.disabled){if("range"===this.options.mode){let t=this.selectedDatesProxy.proxy.length;if(t<2){if(this.selectedDatesProxy.proxy.push(s),1===t){let t={...this.data.selectedDates[0]},e={...this.data.selectedDates[1]};axDateMethod.toDate(t)>axDateMethod.toDate(e)&&(this.selectedDatesProxy.proxy.sort((t,e)=>axDateMethod.toDate(t)-axDateMethod.toDate(e)),this.assignDaytime()),this.setRange(this.data.selectedDates)}}else this.clear(!1),this.selectedDatesProxy.proxy.splice(0,this.selectedDatesProxy.proxy.length,s)}else if("single"===this.options.mode){if(this.inSelectedDate(s))return!1;this.clear(!1),this.selectedDatesProxy.proxy.splice(0,this.selectedDatesProxy.proxy.length,s)}else"multiple"===this.options.mode&&!this.inSelectedDate(s)&&this.selectedDatesProxy.proxy.push(s);this.selectedAttrToggle(e,!0)}};o.includes(t)||a||(this.createPanels(t.hasOwnProperty("value")?t.value:t),a=this.findFromPanels(t).target),!a.selected&&r(a),this.options.event.enable&&a&&this.showEvent(a)}setUnselected(t,e,s){if(axIsEmpty(t))return!1;let i=s||this.getCurGrids(),o=this.findFromPanels(t,e,i).target,a=[];o&&this.selectedAttrToggle(o,!1),a=this.data.selectedDates.filter(e=>!axDateMethod.isSameDay(e,t.hasOwnProperty("value")?t.value:t)),this.selectedDatesProxy.proxy.splice(0,this.data.selectedDates.length,...a),"range"===this.options.mode&&this.data.selectedDates.length<2&&i.forEach(t=>{this.removeRangeAttr(t)})}setRangeAttr(t){if(2!==this.data.selectedDates.length)return!1;let e=t||this.getCurGrids(),s="datetime"===this.data.type?"date":this.data.type;e.forEach(t=>{this.removeRangeAttr(t),this.selectedAttrToggle(t,!1),axDateMethod.toDate(t.value,s)>axDateMethod.toDate(this.data.selectedDates[0],s)&&axDateMethod.toDate(t.value,s){i&&(t.disabled=!0,t.wrapperDom.setAttribute("disabled",""))};"date"===e||"month"===e?i=this.options.minDate&&on:"year"===e?i=this.options.minDate&&t.value.YYYY<~~this.options.minDate||this.options.maxDate&&t.value.YYYY>~~this.options.maxDate:"time"===e&&(a=axDateMethod.toObj(this.options.minDate,!1,e),n=axDateMethod.toObj(this.options.maxDate,!1,e),i=t.valuen[s]),r(t)}getDateValue(t,e){let s=axType(t),i={};"Object"===s?i=t.hasOwnProperty("value")?t.value:t:"Number"===s?i=this.data.selectedDates[t]:"String"!==s&&"Date"!==s||(i=axDateMethod.toObj(t,!1,this.data.type));let{hh:o,mm:a,ss:n,...r}=i;return"year"===e?(Reflect.deleteProperty(r,"DD"),Reflect.deleteProperty(r,"MM")):"month"===e&&Reflect.deleteProperty(r,"DD"),r}getCurGrids(){return this.data.panels.map(t=>t.list).flat(1/0).filter(t=>!t.exceed)}findFromPanels(t,e,s){let i=this.getDateValue(t,this.data.type),o=s||this.getCurGrids(),a=e||o.find(t=>JSON.stringify(t.value)==JSON.stringify(i));return{target:a,list:o}}renderFinish(){if("time"!==this.data.type){let t=this.getCurGrids();if(this.data.panels.forEach(e=>{e.list.forEach(e=>{e.contentDom.onclick=(()=>{if(e.disabled)return!1;if(this.data.selectedDates.length>this.options.maxSelection)return console.warn(`The selected items have exceeded the ${this.options.maxSelection} limit!`),!1;let s=t.find(t=>JSON.stringify(t.value)==JSON.stringify(e.value));"multiple"===this.options.mode&&s&&s.selected?this.setUnselected(e,s,t):this.setSelected(e,s,t),this.handlers.hasOwnProperty("set")&&this.emit("set",e),this.options.onSet&&this.options.onSet.call(this,e)}),this.detailIns&&(e.contentDom.onmouseenter=(()=>{this.showEvent(e),this.detailIns.updatePosition(e.contentDom).show()}))})}),this.resultIns&&(this.resultIns.on("remove",(t,e)=>{let s=this.getCurGrids(),i=this.findFromPanels(e[0],"",s).target;i&&this.selectedAttrToggle(i,!1),this.selectedDatesProxy.proxy.splice(e[0],1),s.forEach(t=>{this.removeRangeAttr(t)})}),this.resultIns.on("update",()=>{this.resultIns.content.forEach(t=>{t.dom.onclick=(e=>{e.target.hasAttribute("close")||this.findFromPanels(t.value).target||this.createPanels(t.value)})})})),this.prevYearDom&&(this.prevYearDom.onclick=(()=>{let t=-1;"year"===this.data.type?t=-18*this.options.cols*this.options.rows:"month"===this.data.type&&(t=-this.options.cols*this.options.rows),this.createPanels(axDateMethod.getChain(this.data.startDate,{YYYY:t}),!0)})),this.nextYearDom&&(this.nextYearDom.onclick=(()=>{let t=1;"year"===this.data.type?t=18*this.options.cols*this.options.rows:"month"===this.data.type&&(t=this.options.cols*this.options.rows),this.createPanels(axDateMethod.getChain(this.data.startDate,{YYYY:t}),!0)})),this.data.type.includes("date")&&(this.prevMonthDom.onclick=(()=>{this.createPanels(axDateMethod.getChain(this.data.startDate,{MM:-1}),!0)}),this.nextMonthDom.onclick=(()=>{this.createPanels(axDateMethod.getChain(this.data.startDate,{MM:1}),!0)})),this.data.panels.forEach((t,e)=>{t.yearDom&&(t.yearDom.onclick=(()=>{this.data.year.panelDom.style.top=t.panelDom.offsetTop+t.headerDom.clientHeight+"px",this.data.year.panelDom.style.left=t.panelDom.offsetLeft+"px",this.data.month.panelDom&&axIsVisible(this.data.month.panelDom)&&axHide(this.data.month.panelDom),this.createYearList(t,"",e),axToggle(this.data.year.panelDom)}),this.data.year.prevDom.onclick=(()=>{this.createYearList(t,this.data.year.list[0].value-15,e)}),this.data.year.nextDom.onclick=(()=>{this.createYearList(t,this.data.year.list[14].value+1,e)}),this.data.year.goDom.onclick=(()=>{this.searchYearToRefresh(this.data.year.inputDom)}),this.data.year.inputDom.onkeyup=(t=>{"Enter"===t.code&&this.searchYearToRefresh(this.data.year.inputDom)})),t.monthDom&&(t.monthDom.onclick=(()=>{this.data.month.panelDom.style.top=t.panelDom.offsetTop+t.headerDom.clientHeight+"px",this.data.month.panelDom.style.left=t.panelDom.offsetLeft+"px",axIsVisible(this.data.year.panelDom)&&axHide(this.data.year.panelDom),this.data.month.list.forEach(s=>{t.month===s.value?this.selectedAttrToggle(s,!0):this.selectedAttrToggle(s,!1),s.contentDom.onclick=(()=>{t.month!==s.value&&(this.data.startDate.setMonth(s.value-e),this.createPanels("",!0),axHide(this.data.month.panelDom))})}),axToggle(this.data.month.panelDom)}))}),this.data.selectedDates.forEach((e,s)=>{let i=this.findFromPanels(e,"",t).target;i&&(this.selectedAttrToggle(i,!0),0===s&&this.options.event.enable&&this.showEvent(i))}),this.yearSearchDom){let t=this.yearSearchDom.querySelector("[go]"),e=this.yearSearchDom.querySelector("input");t.onclick=(()=>{this.searchYearToRefresh(e,!1)}),e.onkeyup=(t=>{"Enter"===t.code&&this.searchYearToRefresh(e,!1)})}this.timePanelsDom&&("range"===this.options.mode?0===this.data.selectedDates.length?this.setTime([{hh:0,mm:0,ss:0},{hh:0,mm:0,ss:0}]):1===this.data.selectedDates.length?this.setTime([this.data.selectedDates[0],{hh:0,mm:0,ss:0}]):this.setTime(this.data.selectedDates):0===this.data.selectedDates.length?this.setTime({hh:0,mm:0,ss:0}):this.setTime(this.data.selectedDates[0]),this.timeBtnDom&&(this.timeBtnDom.onclick=(()=>{axSlideToggle(this.timePanelsDom,"inline-grid",()=>{this.openTimeToPrevent()})})))}if(this.options.footerShow&&(this.confirmDom.onclick=(()=>{this.confirm()}),this.nowDom&&(this.nowDom.onclick=(()=>{this.now()})),this.clearDom&&(this.clearDom.onclick=(()=>{this.clear(!0)})),this.cancelDom&&(this.cancelDom.onclick=(()=>{this.bubbleIns.hide(),this.fillInput(""),this.clear(!0)}))),this.data.type.includes("time")&&this.data.time.length>0){let t=this.data.time.map(t=>t.colsDom).flat(1/0);"inline"===this.options.display?this.openTimeToPrevent(t):this.bubbleIns&&this.bubbleIns.on("shown",()=>{this.openTimeToPrevent(t)})}this.bubbleIns?this.bubbleIns.on("shown",()=>{this.setResultWidth()}):this.setResultWidth(),this.save()}setResultWidth(){this.resultDom&&(this.resultDom.style.maxWidth=this.panelsDom.getBoundingClientRect().width+"px")}openTimeToPrevent(t){let e=t||this.data.time.map(t=>t.colsDom).flat(1/0);e.forEach(t=>{this.showForemost(t)})}searchYearToRefresh(t,e=!0){let s=t.value;!s||isNaN(s)||3!==s.length&&4!==s.length?new axMessage({result:"error",iconShow:!0,content:this.options.language.message.requireYearFormat}).show():(this.data.startDate.setFullYear(~~s),this.createPanels(),e&&axHide(this.data.year.panelDom))}createPanelDayList(t,e){t.innerHTML="";let s=axDateMethod.toDate(e,this.data.type);s.setDate(1);let i,o=[],a=s.getMonth(),n=s.getFullYear(),r=axDateMethod.getDays(s),l=axDateMethod.getChain(s,{MM:-1}),h=l.getMonth(),d=l.getFullYear(),p=axDateMethod.getChain(s,{MM:1}),c=p.getMonth(),u=p.getFullYear(),m=document.createDocumentFragment();i="monday"===this.options.weekStart?0===s.getDay()?7:s.getDay():0===s.getDay()?1:s.getDay()+1;let g=1;for(let t=1;t<=42;){let e,s={wrapperDom:axAddElem("li"),contentDom:axAddElem("span",{content:""}),labelDom:axAddElem("i",{label:""})};if(s.wrapperDom.appendChild(s.contentDom),s.contentDom.appendChild(s.labelDom),t=i+r?(e=t-i-r+1,s.value={YYYY:u,MM:c,DD:e},s.exceed=!0,s.wrapperDom.setAttribute("exceed","")):(e=g,s.value={YYYY:n,MM:a,DD:e},g++),s.label=e,s.labelDom.innerText=e,this.limitRange(s,"date"),this.options.lunar&&this.options.lunar.handler){let t=this.options.lunar.handler(s.value.YYYY,s.value.MM+1,s.value.DD);if(t&&-1!=t){let e="",i="";for(let s of this.options.lunar.arrange)if(this.options.lunar.map.hasOwnProperty(s)&&t[this.options.lunar.map[s]]){e=t[this.options.lunar.map[s]],s.includes("Festival")?i="festival":"term"===s&&(i=s);break}s.lunarDom=axAddElem("u","",e),i&&s.lunarDom.setAttribute(i,""),s.labelDom.insertAdjacentElement("afterend",s.lunarDom)}if(this.options.lunar.tags.length>0)for(let t of this.options.lunar.tags){let e=axDateMethod.toObj(t.date,!1,this.data.type),i=axAddElem("s",t.props,t.content);if(JSON.stringify(e)==JSON.stringify(s.value)){s.contentDom.appendChild(i);break}}}if(this.options.event.enable)for(let t of this.options.event.list){let e=axDateMethod.toObj(t.date,!1,this.data.type);if(JSON.stringify(e)==JSON.stringify(s.value)){s.busy=!0,s.wrapperDom.setAttribute("busy","");break}}t++,m.appendChild(s.wrapperDom),o.push(s)}return t.appendChild(m),o}createPanelMonthList(t,e){let s=[];return[...t.children].forEach((t,i)=>{let o={wrapperDom:t,contentDom:t.querySelector("[content]"),value:{YYYY:e.getFullYear(),MM:i}};this.limitRange(o,"month"),s.push(o)}),s}createPanelYearList(t,e){let s=[],i=document.createDocumentFragment();for(let t=0;t<18;t++){let o=e.getFullYear()+t,a=axAddElem("li","",`${o}年`),n={wrapperDom:a,value:{YYYY:o}};n.contentDom=n.wrapperDom.querySelector("[content]"),this.limitRange(n,"year"),s.push(n),i.appendChild(a)}return t.appendChild(i),s}createLoopStr(t){let e="
            • ";for(let s=0;s ${axDateMethod.fillZero(s)}
            • `;return e+="",e}createTimeList(t){return`\n
            • \n \n
              \n ${t}\n
              \n
              \n
                \n
              • ${this.options.language.unit.h}
              • \n
              • ${this.options.language.unit.m}
              • \n
              • ${this.options.language.unit.s}
              • \n
              \n
                \n ${this.createLoopStr(24)}\n ${this.createLoopStr(60)}\n ${this.createLoopStr(60)}\n
              \n
              \n
            • \n `}toggleTimeList(t,e){this.selectedAttrToggle(t,!0);let s=e.find(e=>e!=t&&e.selected);s&&this.selectedAttrToggle(s,!1)}getTimeListArr(t,e){let s=t.children,i=[];return[...s].forEach((t,s)=>{let o={wrapperDom:t,contentDom:t.querySelector("[content]"),value:s};this.options.format.includes(e)||(o.disabled=!0,o.wrapperDom.setAttribute("disabled","")),this.limitRange(o,"time",e),i.push(o)}),i}showForemost(t){let e=axType(t),s=t=>{let e=t.querySelector("[selected]"),s=e.getBoundingClientRect().height*Math.floor(~~e.innerText/2);e&&!axChildVisible(e,t)&&(t.scrollTop=s)};"Array"===e?t.forEach(t=>{s(t)}):s(t)}createTimeSelectPanel(){this.timePanelsDom=axAddElem("ul",{panels:"hms"}),"range"===this.options.mode?this.timePanelsDom.innerHTML=this.createTimeList(this.options.language.time.start)+this.createTimeList(this.options.language.time.end):this.timePanelsDom.innerHTML=this.createTimeList(this.options.language.time.select),[...this.timePanelsDom.querySelectorAll("[panel]")].forEach(t=>{let e=[...t.querySelectorAll("[list] li")],s={panelDom:t,colsDom:e,restoreDom:t.querySelector("[restore]"),resetDom:t.querySelector("[reset]"),nowDom:t.querySelector("[now]"),closeDom:t.querySelector("[hide]"),value:{},hh:this.getTimeListArr(e[0],"hh"),mm:this.getTimeListArr(e[1],"mm"),ss:this.getTimeListArr(e[2],"ss")};this.data.time.push(s)}),this.footerDom.insertAdjacentElement("beforebegin",this.timePanelsDom),this.data.time.forEach((t,e)=>{t.closeDom.onclick=(()=>{axSlideUp(this.timePanelsDom,"inline-grid")}),t.restoreDom.onclick=(()=>{this.raw[e]&&this.setTime(this.raw[e],e,!0)}),t.resetDom.onclick=(()=>{this.setTime({hh:0,mm:0,ss:0},e,!0)}),t.nowDom.onclick=(()=>{let t=axDateMethod.toObj(new Date,!1,this.data.type);this.setTime({hh:t.hh,mm:t.mm,ss:t.ss},e,!0)}),t.hh.forEach(s=>{s.contentDom.onclick=(()=>{if(s.selected||s.disabled)return!1;this.toggleTimeList(s,t.hh),t.value.hh=s.value,this.timeToUpdate(t,e,!0),this.handlers.hasOwnProperty("setTime")&&this.emit("setTime",s),this.options.onSetTime&&this.options.onSetTime.call(this,s)})}),t.mm.forEach(s=>{s.contentDom.onclick=(()=>{if(s.selected||s.disabled)return!1;this.toggleTimeList(s,t.mm),t.value.mm=s.value,this.timeToUpdate(t,e,!0),this.handlers.hasOwnProperty("setTime")&&this.emit("setTime",s),this.options.onSetTime&&this.options.onSetTime.call(this,s)})}),t.ss.forEach(s=>{s.contentDom.onclick=(()=>{if(s.selected||s.disabled)return!1;this.toggleTimeList(s,t.ss),t.value.ss=s.value,this.timeToUpdate(t,e,!0),this.handlers.hasOwnProperty("setTime")&&this.emit("setTime",s),this.options.onSetTime&&this.options.onSetTime.call(this,s)})})})}timeToUpdate(t,e,s=!1){s&&this.setTimeBtnHTML(),"time"===this.data.type||"single"!==this.options.mode&&"range"!==this.options.mode||this.data.selectedDates.length>=e+1&&Object.assign(this.selectedDatesProxy.proxy[e],t.value),"time"===this.data.type&&this.options.autoFill&&this.confirm(!1)}setTimeBtnHTML(){if(!this.data.type.includes("time")||!this.timeBtnDom)return!1;let t=this.data.time.map(t=>axIsEmpty(t.value)?this.options.language.time.select:`${axDateMethod.fillZero(t.value.hh)}:${axDateMethod.fillZero(t.value.mm)}:${axDateMethod.fillZero(t.value.ss)}`);this.timeBtnDom.innerHTML=t.join("~")}setTime(t,e=0,s=!1,i){if(axIsEmpty(t)||!this.data.type.includes("time")||this.destroyed)return!1;let o=axType(t),a=(e,i)=>{let o;o="string"==typeof e?axDateMethod.strToTimeObj(t):e,this.data.time[i].value.hh=o.hh,this.toggleTimeList(this.data.time[i].hh[o.hh],this.data.time[i].hh),this.data.time[i].value.mm=o.mm,this.toggleTimeList(this.data.time[i].mm[o.mm],this.data.time[i].mm),this.data.time[i].value.ss=o.ss,this.toggleTimeList(this.data.time[i].ss[o.ss],this.data.time[i].ss),s&&"datetime"===this.data.type&&this.timeToUpdate(this.data.time[i],i)};"Array"===o?t.forEach((t,e)=>{this.data.time.length>e&&a(t,e)}):a(t,e),this.setTimeBtnHTML(),this.handlers.hasOwnProperty("setTime")&&this.emit("setTime",t),this.options.onSetTime&&this.options.onSetTime.call(this,t),i&&i.call(this)}assignDaytime(){this.selectedDatesProxy.proxy.forEach((t,e)=>{this.data.time[e]&&Object.assign(t,this.data.time[e].value)})}confirm(t=this.options.confirmToHide,e){if(this.destroyed)return this;let s="";if("time"!==this.data.type){if("range"===this.options.mode)if(0===this.data.selectedDates.length)s="";else{if(2!==this.data.selectedDates.length)return new axMessage({result:"error",iconShow:!0,content:this.options.language.message.requireTwoValue}).show(),!1;{let t=axDateMethod.fillFormat(this.data.selectedDates[0],this.options.format),e=axDateMethod.fillFormat(this.data.selectedDates[1],this.options.format);s=`${t}${this.options.language.range}${e} `}}else if(s=this.data.selectedDates.map(t=>axDateMethod.fillFormat(t,this.options.format)).join(this.options.separator),this.options.forceSelect&&!s)return new axMessage({result:"error",iconShow:!0,content:this.options.language.message.requireOneSelected}).show(),!1}else s=this.data.time.map(t=>axDateMethod.fillFormat(t.value,this.options.format)).join(this.separator);if(this.fillInput(s),t&&this.bubbleIns){this.bubbleIns.hide();let t=this.options.next?axInstance.find(this.options.next,"date"):null;t&&t.bubbleIns&&t.bubbleIns.show()}this.handlers.hasOwnProperty("confirm")&&this.emit("confirm",s),this.options.onConfirm&&this.options.onConfirm.call(this,s),e&&e.call(this,s)}fillInput(t){this.inputDom&&("INPUT"===this.inputDom.nodeName?this.inputDom.value=t:this.inputDom.innerHTML=t),this.save()}now(t=this.options.nowToHide){if(this.destroyed)return this;let e=axDateMethod.toObj(new Date,!1,this.data.type);"time"===this.data.type?this.setTime(e):(this.timePanelsDom&&"range"!==this.options.mode&&this.setTime(e),this.setSelected(e)),t&&(this.confirm(),this.bubbleIns&&this.bubbleIns.hide())}save(t,e){return this.destroyed?this:!!this.options.storageName&&(setTimeout(()=>{t?(!t.hasOwnProperty("content")&&(t.content=this.inputValueToDates(!1)),axLocalStorage.set(this.options.storageName,t)):axLocalStorage.set(this.options.storageName,Object.assign(this.options,{content:this.inputValueToDates(!1)}));let s=axLocalStorage.get(this.options.storageName);this.handlers.hasOwnProperty("save")&&this.emit("save",s),this.options.onSave&&this.options.onSave.call(this,s),e&&e.call(this,s)},0),this)}removeInstances(){this.targetDom.remove(),this.bubbleIns&&(this.bubbleIns.destroy(),this.bubbleIns=null),this.detailIns&&(this.detailIns.destroy(),this.detailIns=null),this.resultIns&&(this.resultIns.destroy(),this.resultIns=null),this.options.storageName&&axLocalStorage.set(this.options.storageName,{})}update(t,e){return this.destroyed?this:(this.removeInstances(),this.options=axExtend(this.options,t),this.init(),this.handlers.hasOwnProperty("update")&&this.emit("update",""),this.options.onUpdate&&this.options.onUpdate.call(this),e&&e.call(this),this)}destroy(t){return this.removeInstances(),this.inputDom.onclick=null,this.positionDom&&(this.positionDom.onclick=null),this.buttonDom&&(this.buttonDom.onclick=null),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this}setValuesToObjs(t){let e=axType(t),s=[];if("Array"===e&&(s=t),"Date"===e)s=[t];else if("Object"===e)s=[t];else if("String"===e){let e;e=t.includes(this.options.separator)?this.options.separator:this.separator,s=t.split(e)}return 0===s.length?[]:s.map(t=>axDateMethod.toObj(t,!1,this.data.type))}set(t,e){if(axIsEmpty(t)||this.destroyed)return!1;let s=this.setValuesToObjs(t);return 0!==s.length&&("range"===this.options.mode?(s.length>=2?(s.splice(2,s.length-2),this.setRange(s)):this.setSelected(s[0]),this.setTime(s,"",!0)):"single"===this.options.mode?(this.setSelected(s[0]),this.setTime(s[0],0,!0)):"multiple"===this.options.mode&&s.forEach(t=>{this.setSelected(t)}),this.handlers.hasOwnProperty("set")&&this.emit("set",s),this.options.onSet&&this.options.onSet.call(this,s),e&&e.call(this,s),this)}setRange(t,e){if(axIsEmpty(t)||2!==t.length||this.destroyed)return!1;let s=t.map(t=>axDateMethod.toObj(t,!0,this.data.type)),i=this.getCurGrids();return axDateMethod.sort(s),this.selectedDatesProxy.proxy.splice(0,this.selectedDatesProxy.proxy.length,...s),this.inCurPanels(s[0],i)||this.inCurPanels(s[1],i)?this.setTime(s):this.createPanels(s[0]),this.setRangeAttr(),this.handlers.hasOwnProperty("ranged")&&this.emit("ranged",s),this.options.onRanged&&this.options.onRanged.call(this,s),e&&e.call(this,s),this}cancel(t,e){if(axIsEmpty(t)||this.destroyed)return!1;let s=this.setValuesToObjs(t);return 0!==s.length&&(s.forEach(t=>{this.setUnselected(t)}),this.handlers.hasOwnProperty("cancel")&&this.emit("cancel",s),this.options.onCancel&&this.options.onCancel.call(this,s),e&&e.call(this,s),this)}clear(t=!0,e){if(this.destroyed)return this;if("time"!==this.data.type){this.selectedDatesProxy.proxy.splice(0),this.resultIns&&this.resultIns.clear();let t=this.getCurGrids();t.forEach(t=>{t.selected&&this.selectedAttrToggle(t,!1),this.removeRangeAttr(t)})}if(t&&this.timePanelsDom)for(let t in this.data.time)this.setTime({hh:0,mm:0,ss:0},t);return this.handlers.hasOwnProperty("clear")&&this.emit("clear",""),this.options.onClear&&this.options.onClear.call(this), e&&e.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axRange{constructor(t,e){let s=axIdToDom(t);if(!s)return!1;"INPUT"===s.nodeName?(this.inputDom=s,this.inputDom.type="hidden",this.targetDom=axAddElem("div",{class:"ax-range"}),s.insertAdjacentElement("beforebegin",this.targetDom),this.targetDom.appendChild(s)):(this.targetDom=s,this.targetDom.classList.add("ax-range"),this.inputDom=axAddElem("input",{type:"hidden"}),this.targetDom.appendChild(this.inputDom)),this.options=axExtend({insName:"",storageName:"",name:"",step:1,max:100,min:0,value:0,multiple:!1,locked:!1,limitShow:!0,tipShow:!0,result:{enable:!1,format:"<#this.value#>"},fence:[0,0],button:{enable:!1,step:1,decrease:'',increase:''},classes:"",keyboard:!1,separator:",",hyphen:"~",ruler:{enable:!1,majorEqual:4,minorEqual:"auto",labels:[]},axis:"x",disabled:!1,onInit:"",onSet:"",onToMin:"",onToMax:"",onReset:"",onEnable:"",onDisable:"",onUpdate:"",onDestroy:"",onSave:""},e,"INPUT"===s.nodeName?this.inputDom:this.targetDom,this.constructor.name),this.handlers={},this.isMobi=axIsMobi(),this.inputDom.name&&(this.inputDom.name=this.options.name),this.handles={},this.yCoef="y"===this.options.axis?-1:1,this.tows={from:null,to:null,single:null,thumb:null},this.attrMap="x"===this.options.axis?{size:"width",offset:"left"}:{size:"height",offset:"bottom"},this.keyFun=(t=>{t.stopPropagation(),t.cancelable&&t.preventDefault(),["ArrowLeft","ArrowDown"].includes(t.code)?this.decrease():["ArrowRight","ArrowUp"].includes(t.code)&&this.increase(),document.activeElement!==this.targetDom&&document.removeEventListener("keydown",this.keyFun)}),this.clickFun=(()=>{document.activeElement===this.targetDom?(document.removeEventListener("keydown",this.keyFun),document.addEventListener("keydown",this.keyFun)):document.removeEventListener("keydown",this.keyFun)}),setTimeout(()=>{this.init()},0)}init(){if(axInstance.push(this,this.options.insName,"range"),this.destroyed=!1,this.options.storageName){axLocalStorage.set(this.options.storageName,{},!1);let t=axLocalStorage.get(this.options.storageName);axIsEmpty(t)||(this.options=axExtend(this.options,t))}this.rawValue=axClone(this.options.value),this.places=Math.max(this.options.min.toString().split(".")[1]?this.options.min.toString().split(".")[1].length:0,this.options.max.toString().split(".")[1]?this.options.max.toString().split(".")[1].length:0),this.output={value:null,ratio:null},this.getRangeValues(),this.getInitialValue(),this.initRender(),this.setAttribute(),this.getSize(),this.setValues(this.initialValue),this.ticks=[],this.setTicks();let t=this;return this.options.disabled||(this.options.button.enable&&(this.decreaseDom.onclick=(()=>this.decrease()),this.increaseDom.onclick=(()=>this.increase())),this.options.multiple?(this.setHandleTow("from"),this.setHandleTow("to"),this.tempRatios=[...this.output.ratio],this.thumbTow=new axTow(this.thumbDom,{onStart:function(){},onMove:function(e){e.originEvent.stopPropagation(),e.originEvent.cancelable&&e.originEvent.preventDefault(),t.slideSet(t.thumbDom,e.diff[t.options.axis]*t.yCoef)},onEnd:()=>{this.tempRatios=[...this.output.ratio]}})):this.setHandleTow("single"),this.baseDom.onclick=(e=>{let s,i=axGetClientObj(e);if(!i)return!1;if(s=(i[this.options.axis]-this.baseDom.getBoundingClientRect()[this.attrMap.offset])*this.yCoef,this.options.multiple){let e=this.output.ratio[0]*this.size.track,i=this.output.ratio[1]*this.size.track;s>i?this.slideSet(t.thumbDom,s-i-this.size.handle/2):s{let e,s=axGetClientObj(t);s&&(e=(s[this.options.axis]-this.baseDom.getBoundingClientRect()[this.attrMap.offset])*this.yCoef,this.slideSet(this.handles.single,e-this.size.handle/2))})),this.bubbles.min&&(this.bubbles.min.onclick=(()=>{this.toMin()})),this.bubbles.max&&(this.bubbles.max.onclick=(()=>{this.toMax()})),this.options.keyboard&&(document.removeEventListener("click",this.clickFun),document.addEventListener("click",this.clickFun))),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this}setHandleTow(t){let e=this;this.tows[t]=new axTow(this.handles[t],{onStart:function(){this.offset=axStyle(e.handles[t])[e.attrMap.offset]},onMove:function(s){s.originEvent.stopPropagation(),s.originEvent.cancelable&&s.originEvent.preventDefault(),e.slideSet(e.handles[t],parseFloat(this.offset)+s.diff[e.options.axis]*e.yCoef)},onEnd:()=>{"single"!==t&&(this.tempRatios=[...this.output.ratio])}})}setHandleActive(t){t.setAttribute("active","");for(let e in this.handles)this.handles[e]!==t&&this.handles[e].removeAttribute("active")}getRangeValues(){let t,e;this.options.fence.sort(),this.options.fence[0]!==this.options.fence[1]?this.options.fence[1]this.options.max?t=e=this.options.max:this.options.fence[0]this.options.max?(e=this.options.min,t=this.options.max):this.options.fence[0]this.options.max?(e=this.options.fence[0],t=this.options.max):(e=this.options.fence[0],t=this.options.fence[1]):(e=this.options.min,t=this.options.max),this.rangeValues={min:e,max:t}}getRatioFromValue(t){return(t-this.options.min)/(this.options.max-this.options.min)*this.size.ratio.full}getValueFromRatio(t){return t*(this.options.max-this.options.min)/this.size.ratio.full+this.options.min}decrease(t=this.output.value[1]-this.output.value[0]){let e=this.output.value[0]-this.options.step;this.options.multiple?(ethis.rangeValues.max&&(e=this.rangeValues.max),this.options.locked?this.setValues([e-t,e]):this.setValues([this.output.value[0],e])):this.setValues(this.output.value+this.options.step),this.options.multiple&&(this.tempRatios=[...this.output.ratio])}setAttribute(){this.targetDom.setAttribute("axis",this.options.axis),this.targetDom.setAttribute("tabindex","0"),axClass.add(this.targetDom,this.options.classes),this.options.multiple&&this.targetDom.setAttribute("multiple",""),this.options.disabled&&this.targetDom.setAttribute("disabled","")}getSize(){let t=(this.handles.single||this.handles.from).getBoundingClientRect()[this.attrMap.size],e=this.trackDom.getBoundingClientRect()[this.attrMap.size],s=this.bubbles.min?this.bubbles.min.getBoundingClientRect()[this.attrMap.size]:0,i=this.bubbles.max?this.bubbles.max.getBoundingClientRect()[this.attrMap.size]:0,o=(e-t)/e,a=t/2/e,n=(this.rangeValues.min-this.options.min)/(this.options.max-this.options.min)*o,r=(this.rangeValues.max-this.options.min)/(this.options.max-this.options.min)*o;this.size={handle:t,track:e,ruler:0,bubble:{min:s,max:i,from:0,to:0,single:0},ratio:{radius:a,min:n,max:r,full:o}}}getInitialValue(){this.inputDom.value?this.inputDom.value.includes(this.options.separator)?(this.options.multiple=!0,this.initialValue=this.inputDom.value.split(this.options.separator).map(t=>parseFloat(t)).sort()):this.initialValue=this.options.multiple?[parseFloat(this.inputDom.value),this.options.max]:parseFloat(this.inputDom.value):this.options.multiple&&!Array.isArray(this.options.value)?this.initialValue=[this.options.value,this.options.max]:!this.options.multiple&&Array.isArray(this.options.value)?(this.options.multiple=!0,this.initialValue=[...this.options.value].sort()):(this.initialValue=this.options.value,Array.isArray(this.initialValue)&&this.initialValue.sort()),this.initialValue=this.correctValue(this.initialValue)}correctValue(t){let e;return Array.isArray(t)?(e=[axNumber(axClampValue({value:t[0],...this.rangeValues}),{places:this.places}),axNumber(axClampValue({value:t[1],...this.rangeValues}),{places:this.places})],e[0]>e[1]&&(e[0]=e[1])):e=axNumber(axClampValue({value:t,...this.rangeValues}),{places:this.places}),this.options.multiple?Array.isArray(e)?e:[e,this.rangeValues.max]:Array.isArray(e)?e[0]:e}initRender(){this.wrapperDom?this.wrapperDom.innerHTML="":(this.wrapperDom=axAddElem("div",{class:"ax-range-wrapper"}),this.targetDom.appendChild(this.wrapperDom)),this.bubbles={},this.wrapperDom.innerHTML=`\n ${this.options.button.enable?''+this.options.button.decrease+"":""}\n
              \n
              \n
              \n
              \n
              \n
              \n ${this.options.limitShow?""+this.options.min+""+this.options.max+"":""}\n
              \n
              \n
                \n
                \n ${this.options.button.enable?''+this.options.button.increase+"":""}\n ${this.options.result.enable?'':""}\n `,this.decreaseDom=this.wrapperDom.querySelector("[decrease]"),this.increaseDom=this.wrapperDom.querySelector("[increase]"),this.resultDom=this.wrapperDom.querySelector(".ax-range-result"),this.mainDom=this.wrapperDom.querySelector(".ax-range-main"),this.trackDom=this.wrapperDom.querySelector(".ax-range-track"),this.thumbDom=this.wrapperDom.querySelector("[thumb]"),this.baseDom=this.wrapperDom.querySelector("[base]"),this.bubbleDom=this.wrapperDom.querySelector(".ax-range-bubble"),this.bubbles.min=this.bubbleDom.querySelector("[min]"),this.bubbles.max=this.bubbleDom.querySelector("[max]"),this.handleDom=this.wrapperDom.querySelector(".ax-range-handle"),this.rulerDom=this.wrapperDom.querySelector(".ax-range-ruler"),this.tickDom=this.rulerDom.querySelector("ul"),this.options.multiple?(this.handles.from=axAddElem("span",{from:""}),this.handles.to=axAddElem("span",{to:""}),this.handleDom.append(this.handles.from,this.handles.to),this.options.tipShow&&(this.bubbles.from=axAddElem("span",{from:""}),this.bubbles.to=axAddElem("span",{to:""}),this.bubbles.merge=axAddElem("span",{merge:""}),this.bubbleDom.append(this.bubbles.from,this.bubbles.to,this.bubbles.merge))):(this.handles.single=axAddElem("span",{single:""}),this.handleDom.append(this.handles.single),this.options.tipShow&&(this.bubbles.single=axAddElem("span",{single:""}),this.bubbleDom.append(this.bubbles.single)))}setValues(t,e){if(this.destroyed)return this;this.output.value=this.correctValue(t);let s=100*this.size.ratio.radius,i=t=>axNumber(t,{places:this.places});if(Array.isArray(this.output.value)){this.output.ratio=[this.getRatioFromValue(this.output.value[0]),this.getRatioFromValue(this.output.value[1])];let t=100*this.output.ratio[0],e=100*this.output.ratio[1];this.handles.from.style[this.attrMap.offset]=`${t}%`,this.handles.to.style[this.attrMap.offset]=`${e}%`,this.size.ratio.center=this.output.ratio[1],this.thumbDom.style[this.attrMap.size]=`${e-t}%`,this.thumbDom.style[this.attrMap.offset]=`${t+s}%`,this.size.thumb=this.thumbDom.getBoundingClientRect()[this.attrMap.size],this.options.tipShow&&(this.bubbles.from.style[this.attrMap.offset]=`${t}%`,this.bubbles.from.innerHTML=i(this.output.value[0]),this.bubbles.to.style[this.attrMap.offset]=`${e}%`,this.bubbles.to.innerHTML=i(this.output.value[1]),this.bubbles.merge.style[this.attrMap.offset]=`${t+(e-t)/2}%`,this.bubbles.merge.innerHTML=`${i(this.output.value[0])}${this.options.hyphen}${i(this.output.value[1])}`,this.size.bubble.from=this.bubbles.from.getBoundingClientRect()[this.attrMap.size],this.size.bubble.to=this.bubbles.to.getBoundingClientRect()[this.attrMap.size],this.mergeTips())}else{this.output.ratio=this.getRatioFromValue(this.output.value);let t=100*this.output.ratio;this.handles.single.style[this.attrMap.offset]=`${t}%`,this.thumbDom.style[this.attrMap.size]=`${t+s}%`,this.size.thumb=this.thumbDom.getBoundingClientRect()[this.attrMap.size],this.options.tipShow&&(this.bubbles.single.style[this.attrMap.offset]=`${t}%`,this.bubbles.single.innerHTML=i(this.output.value),this.size.bubble.single=this.bubbles.single.getBoundingClientRect()[this.attrMap.size])}return this.options.limitShow&&this.hideEnds(),this.inputDom.value=this.output.value+"",this.options.result.enable&&(this.resultDom.innerHTML=axTplEngine(this.options.result.format,{value:this.output.value+""})),this.save(),this.handlers.hasOwnProperty("set")&&this.emit("set",this.output),this.options.onSet&&this.options.onSet.call(this,this.output),e&&e.call(this,this.output),this}getValues(){return this.output}toMax(t){if(this.destroyed)return this;let e,s;return this.options.multiple?(s=this.rangeValues.max-this.output.value[1],e=[this.output.value[0]+s,this.output.value[1]+s]):e=this.rangeValues.max,this.setValues(e),this.handlers.hasOwnProperty("toMax")&&this.emit("toMax",e),this.options.onToMax&&this.options.onToMax.call(this,e),t&&t.call(this,e),this}toMin(t){if(this.destroyed)return this;let e,s;return this.options.multiple?(s=this.rangeValues.min-this.output.value[0],e=[this.output.value[0]+s,this.output.value[1]+s]):e=this.rangeValues.min,this.setValues(e),this.handlers.hasOwnProperty("toMin")&&this.emit("toMin",e),this.options.onToMin&&this.options.onToMin.call(this,e),t&&t.call(this,e),this}slideSet(t,e){if(this.destroyed)return this;let s;if(t===this.thumbDom&&this.options.multiple){let t=this.tempRatios[0]+e/this.size.track,i=this.tempRatios[1]-this.tempRatios[0],o=t+i,a=this.getValueFromRatio(t),n=this.getValueFromRatio(o),r=this.getValueFromRatio(o)-this.getValueFromRatio(t);s=this.options.locked?athis.rangeValues.max?[this.rangeValues.max-r,this.rangeValues.max]:[a,n]:[a,n]}else{let i=e/this.size.track;t===this.handles.from?(i>this.output.ratio[1]?i=this.output.ratio[1]:ithis.size.ratio.max?i=this.size.ratio.max:ithis.size.ratio.max?i=this.size.ratio.max:i0?this.options.ruler.labels[t]:e,i=t/this.options.ruler.majorEqual,o=axAddElem("li",{style:`${this.attrMap.offset}:${100*i}%`,"data-content":s});this.tickDom.appendChild(o),o.onclick=(()=>{this.setValues(e)}),this.ticks.push({index:t,dom:o,ratio:i,content:s,value:e}),t!==this.options.ruler.majorEqual&&this.setMinorTicks(i)}if(this.options.fence[0]!==this.options.fence[1]){let t=this.options.max-this.options.min,e=(this.options.fence[1]-this.options.fence[0])/t,s=(this.options.fence[0]-this.options.min)/t;this.fenceDom=axAddElem("div",{style:`${this.attrMap.size}:${100*e}%;${this.attrMap.offset}:${100*s}%`}),this.rulerDom.appendChild(this.fenceDom)}}}setMinorTicks(t){let e=0,s=0,i=this.size.ruler/this.options.ruler.majorEqual;"auto"===this.options.ruler.minorEqual?e=i<40?5:i>=40&&i<80?6:i>=80&&i<160?7:i>=160&&i<320?8:i>=320&&i>=640?9:10:this.options.ruler.minorEqual>0&&(e=this.options.ruler.minorEqual),s=1/(e*this.options.ruler.majorEqual);for(let i=0;i`)}disable(t){return this.targetDom.setAttribute("disabled",""),this.handlers.hasOwnProperty("disable")&&this.emit("disable",""),this.options.onDisable&&this.options.onDisable.call(this),t&&t.call(this),this}enable(t){return this.targetDom.removeAttribute("disabled"),this.handlers.hasOwnProperty("enable")&&this.emit("enable",""),this.options.onEnable&&this.options.onEnable.call(this),t&&t.call(this),this}save(t,e){if(this.destroyed)return this;if(!this.options.storageName)return!1;t?(t.value=this.output.value,axLocalStorage.set(this.options.storageName,t,{cover:!1})):axLocalStorage.set(this.options.storageName,{value:this.output.value},{cover:!1});let s=axLocalStorage.get(this.options.storageName);return this.handlers.hasOwnProperty("save")&&this.emit("save",s),this.options.onSave&&this.options.onSave.call(this,s),e&&e.call(this,s),this}reset(t){return this.destroyed?this:(this.setValues(this.rawValue),this.handlers.hasOwnProperty("reset")&&this.emit("reset",""),this.options.onReset&&this.options.onReset.call(this),t&&t.call(this),this)}update(t,e){return this.destroyed?this:(this.save(t),this.options=axExtend(this.options,t),this.init(),this.handlers.hasOwnProperty("update")&&this.emit("update",t),this.options.onUpdate&&this.options.onUpdate.call(this,t),e&&e.call(this),this)}destroy(t){this.options.keyboard&&(document.removeEventListener("keydown",this.keyFun),document.removeEventListener("click",this.clickFun)),this.bubbles.min&&(this.bubbles.min.onclick=null),this.bubbles.max&&(this.bubbles.max.onclick=null),this.ticks.forEach(t=>{t.onclick=null}),this.options.button.enable&&(this.decreaseDom.onclick=null,this.increaseDom.onclick=null),this.baseDom.onclick=null,this.options.multiple||(this.thumbDom.onclick=null),this.bubbles.min&&(this.bubbles.min.onclick=null),this.bubbles.max&&(this.bubbles.max.onclick=null);for(let t in this.tows)this.tows.hasOwnProperty(t)&&this.tows[t]&&this.tows[t].destroy();return this.destroyed=!0,"destroy"in this.handlers&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axPagination{constructor(t,e){return this.options=axExtend({insName:"",listDom:"",count:10,current:1,total:0,firstText:"首页",prevText:"上一页",nextText:"下一页",lastText:"尾页",allPages:!1,data:[],clickDelay:200,template:"",type:"regular",loadingMode:"replace",className:"",lastDel:"",async:"",ajaxType:"post",delay:0,dataExtend:"",breakpoints:{},onBeforeRendered:function(t){},onRendered:function(t,e,s){},onUpdated:function(t,e,s){},onTurned:function(t,e,s){}},e,t,this.constructor.name),this.targetExist=!!t,this.targetDom=t?axIdToDom(t):axAddElem("div",{class:this.options.className?"ax-pagination "+this.options.className:"ax-pagination"}),this.listDom="",this.options.total&&(this.options.data={length:this.options.total}),this.handlers={},this.preData=[],this.asyncData=[],this.selectData=[],this.itemsNum=0,this.pagesNum=0,this.current=this.options.current,this.loadingDom=axAddElem("div",{class:"ax-pageTurning"}),this.options.template?"#"===this.options.template.trim().substr(0,1)?this.template=document.querySelector(this.options.template).innerHTML:this.template=this.options.template:this.template="",this.pagesDom=axAddElem("div",{class:"ax-core"}),this.pageFirst=axAddElem("a",{href:"###",class:"ax-first"},this.options.firstText),this.pageLast=axAddElem("a",{href:"###",class:"ax-last"},this.options.lastText),this.pagePrev=axAddElem("a",{href:"###",class:"ax-prev"},this.options.prevText),this.pageNext=axAddElem("a",{href:"###",class:"ax-next"},this.options.nextText),this.pageTotal=axAddElem("span",{class:"ax-total"}),this.pageGo=axAddElem("span",{class:"ax-gopage"}),this.group=axAddElem("div",{class:"ax-group"}),this.renderedIndex=0,this.init(this.options.data),this}async init(t){if(axInstance.push(this,this.options.insName,"pagination"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.dataType=this.getDataType(t),"pageDom"===this.dataType?this.listDom=axIdToDom(this.options.data):this.options.listDom&&(this.listDom=axIdToDom(this.options.listDom)),axIsEmpty(t))return this.listDom&&(this.listDom.innerHTML=""),this.targetDom.innerHTML="",this.current=1,this.pagesNum=1,this.itemsNum=0,!1;let e;if("json"===this.dataType||"sql"===this.dataType){if(!this.template&&"TBODY"!=this.listDom.nodeName)return console.error("The template is required!"),!1;"json"===this.options.async?await this.getJsonData({url:t}):"sql"===this.options.async&&await this.getSqlData({current:this.current}),e=1}else{if("sortList"===this.dataType)t.forEach(t=>{this.preData.push(t.dom)});else if("pureNode"===this.dataType)this.preData=[...t];else if("tplArray"===this.dataType){if(!this.template)return console.error("The template is required!"),!1;this.preData=this.tplToDoms(t)}else"manual"===this.dataType?this.preData={...t}:this.preData=[...this.listDom.childNodes].filter(t=>1==t.nodeType);this.getCurrent(this.preData.length),e=this.current}this.listDom&&"manual"!==this.dataType&&this.renderList(e),this.renderFinish()}getDataType(t){let e="",s=axType(t);return"Object"===s&&t.hasOwnProperty("length")?e="manual":"Array"===s?e=t.length>0&&t[0].hasOwnProperty("dom")?"sortList":t.length>0&&axType(t[0]).includes("Element")?"pureNode":"tplArray":"String"===s&&(e="json"===this.options.async?"json":"sql"===this.options.async?"sql":"pageDom"),e}tplToDoms(t,e=this.template){let s=[];return t.forEach(t=>{let i=axStrToDom(axTplEngine(e,t));s.push(i)}),s}renderTotal(){this.pageTotal.innerHTML="共有"+this.pagesNum+"页, "+this.itemsNum+"条数据"}renderFinish(){this.targetDom.removeAttribute("paging"),this.renderPagesTotal(this.current,()=>{this.renderTotal()}),this.getPagination(),this.listDom&&!this.targetExist&&("TBODY"==this.listDom.nodeName?this.listDom.parentElement.insertAdjacentElement("afterend",this.targetDom):this.listDom.insertAdjacentElement("afterend",this.targetDom)),this.pageFirst.onclick=axDebounce(t=>{this.current<=1?axPreventDefault(t):(this.current=1,this.currentToRenderList(this.current))},this.options.clickDelay),this.pageLast.onclick=axDebounce(t=>{this.current>=this.pagesNum?axPreventDefault(t):(this.current=this.pagesNum,this.currentToRenderList(this.current))},this.options.clickDelay),this.pagePrev.onclick=axDebounce(t=>{this.current<=1?axPreventDefault(t):(this.current=this.current-1,this.currentToRenderList(this.current))},this.options.clickDelay),this.pageNext.onclick=axDebounce(t=>{this.current>=this.pagesNum?axPreventDefault(t):(this.current=this.current+1,this.currentToRenderList(this.current))},this.options.clickDelay),this.renderedIndex++,this.options.onTurned&&this.options.onTurned.call(this,this.current,this.pagesNum,this.getOffset()),this.handlers.hasOwnProperty("turned")&&this.emit("turned",this.current,this.pagesNum,this.getOffset())}getOffset(t=this.current,e=this.itemsNum,s=this.options.count){let i=s*t-e;return e&&i>0?i:s}currentFix(t,e=this.pagesNum){return t?(this.current=t<=1?1:t>=e?e:t,this.current):this.current}getCurrent(t,e,s,i){if(this.itemsNum=i||t,s)this.pagesNum=s;else{let t=this.itemsNum/this.options.count;this.pagesNum=t%1==0?t:Math.floor(t)+1}this.currentFix(e||this.current,this.pagesNum)}renderList(t,e,s){let i=document.createDocumentFragment(),o=e||this.preData,a=this.options.total?o.slice(0,this.options.total):o;this.selectData=a.slice(this.options.count*(t-1),this.options.count*t),this.selectData.forEach((t,e)=>{e+1==this.selectData.length&&this.options.lastDel&&t.querySelector(this.options.lastDel)&&t.removeChild(t.querySelector(this.options.lastDel)),i.appendChild(t)}),this.options.onBeforeRendered&&this.options.onBeforeRendered.call(this,this.selectData,this.asyncData),"beforeRendered"in this.handlers&&this.emit("beforeRendered",this.selectData,this.asyncData),this.listDom.innerHTML="",0===this.selectData.length?new axMessage({content:`有效数据只有${a.length}条,本页没有数据,渲染数据失败!`,iconShow:!0,result:"error"}).show():(this.listDom.appendChild(i),this.options.onRendered&&this.options.onRendered.call(this,this.current,this.pagesNum,this.getOffset()),this.handlers.hasOwnProperty("rendered")&&this.emit("rendered",this.current,this.pagesNum,this.getOffset()),s&&s.call(this,this.current,this.pagesNum,this.getOffset()))}renderPagesTotal(t,e){if(t=this.currentFix(t),this.pagesDom.innerHTML="",this.options.allPages)for(let t=1;t<=this.pagesNum;t++){let e=axAddElem("a",{href:"###","data-page":t},t);this.pagesDom.appendChild(e)}else if(this.pagesNum<11)for(let t=1;t<=this.pagesNum;t++){let e=axAddElem("a",{href:"###","data-page":t},t);this.pagesDom.appendChild(e)}else if(t<6){for(let t=1;t<=8;t++){let e=axAddElem("a",{href:"###","data-page":t},t);this.pagesDom.appendChild(e)}this.pagesDom.appendChild(axAddElem("span",{},"..."));for(let t=this.pagesNum-1;t<=this.pagesNum;t++){let e=axAddElem("a",{href:"###","data-page":t},t);this.pagesDom.appendChild(e)}}else if(this.pagesNum-t<5){for(let t=1;t<=2;t++){let e=axAddElem("a",{href:"###","data-page":t},t);this.pagesDom.appendChild(e)}this.pagesDom.appendChild(axAddElem("span",{},"..."));for(let t=this.pagesNum-6;t<=this.pagesNum;t++){let e=axAddElem("a",{href:"###","data-page":t},t);this.pagesDom.appendChild(e)}}else{for(let t=1;t<=2;t++){let e=axAddElem("a",{href:"###","data-page":t},t);this.pagesDom.appendChild(e)}this.pagesDom.appendChild(axAddElem("span",{},"..."));for(let e=t-2;e<=t+2;e++){let t=axAddElem("a",{href:"###","data-page":e},e);this.pagesDom.appendChild(t)}this.pagesDom.appendChild(axAddElem("span",{},"..."));for(let t=this.pagesNum-1;t<=this.pagesNum;t++){let e=axAddElem("a",{href:"###","data-page":t},t);this.pagesDom.appendChild(e)}}let s=this.pagesDom.querySelectorAll("[data-page]");return[...s].forEach(t=>{t.onclick=axDebounce(()=>{this.current=~~t.dataset.page,this.currentToRenderList(this.current)},this.options.clickDelay)}),this.setClass(t),e&&e.call(this,t),this.pagesDom}setClass(t){let e=this.pagesDom.querySelectorAll("[data-page]"),s=[...e].filter(e=>~~e.dataset.page==t)[0];s.classList.add("ax-active"),1==~~s.dataset.page?(this.pageFirst.classList.add("ax-disabled"),this.pagePrev.classList.add("ax-disabled"),1==this.pagesNum?(this.pageLast.classList.add("ax-disabled"),this.pageNext.classList.add("ax-disabled")):(this.pageLast.classList.remove("ax-disabled"),this.pageNext.classList.remove("ax-disabled"))):~~s.dataset.page==this.pagesNum?(this.pageLast.classList.add("ax-disabled"),this.pageNext.classList.add("ax-disabled"),this.pageFirst.classList.remove("ax-disabled"),this.pagePrev.classList.remove("ax-disabled")):(this.pageFirst.classList.remove("ax-disabled"),this.pagePrev.classList.remove("ax-disabled"),this.pageLast.classList.remove("ax-disabled"),this.pageNext.classList.remove("ax-disabled"))}getPagination(){let t=document.createDocumentFragment();this.pageGo.innerHTML='跳到';let e=this.pageGo.querySelector("input"),s=this.pageGo.querySelector("button");if(s.onclick=axDebounce(()=>{let t=~~e.value;t<=1?(console.warn("The value is out of range,it has been fixed!"),e.value=1,this.current=1):t>=this.pagesNum?(console.warn("The value is out of range,it has been fixed!"),e.value=this.pagesNum,this.current=this.pagesNum):this.current=t,this.currentToRenderList(this.current)},this.options.clickDelay),e.onkeyup=function(t){"Enter"===t.code&&s.click()},"regular"===this.options.type)t.appendChild(this.pageFirst),t.appendChild(this.pagePrev),t.appendChild(this.pagesDom),t.appendChild(this.pageNext),t.appendChild(this.pageLast);else if("group"===this.options.type)this.group.appendChild(this.pageFirst),this.group.appendChild(this.pagePrev),this.group.appendChild(this.pagesDom),this.group.appendChild(this.pageNext),this.group.appendChild(this.pageLast),t.appendChild(this.group);else if("simple"===this.options.type)t.appendChild(this.pagePrev),t.appendChild(this.pageNext);else if("full"===this.options.type)t.appendChild(this.pageTotal),t.appendChild(this.pageFirst),t.appendChild(this.pagePrev),t.appendChild(this.pagesDom),t.appendChild(this.pageNext),t.appendChild(this.pageLast),t.appendChild(this.pageGo);else if("pagesRight"===this.options.type){let e=axAddElem("div"),s=axAddElem("div",{class:"ax-col ax-align-right"});this.targetDom.classList.add("ax-row"),e.appendChild(this.pageTotal),s.appendChild(this.pageFirst),s.appendChild(this.pagePrev),s.appendChild(this.pagesDom),s.appendChild(this.pageNext),s.appendChild(this.pageLast),s.appendChild(this.pageGo),t.appendChild(e),t.appendChild(s)}else if("pagesLeft"===this.options.type){let e=axAddElem("div"),s=axAddElem("div",{class:"ax-col ax-align-left"});this.targetDom.classList.add("ax-row"),e.appendChild(this.pageTotal),s.appendChild(this.pageFirst),s.appendChild(this.pagePrev),s.appendChild(this.pagesDom),s.appendChild(this.pageNext),s.appendChild(this.pageLast),s.appendChild(this.pageGo),t.appendChild(s),t.appendChild(e)}else t.appendChild(this.pagesDom);this.targetDom.appendChild(t)}getJsonData(t={}){return t.template=t.template||this.template,t.url=t.url||this.options.data,axAjax({url:t.url,type:this.options.ajaxType,before:t=>{this.listDom&&(this.listDom.innerHTML='
                '+t.content+"
                ")},success:e=>{let s,i=[];e.content.forEach((e,s)=>{let o,a={index:s};if(t.template||"TBODY"!=this.listDom.nodeName)o=axStrToDom(axTplEngine(t.template,e));else{o=axAddElem("tr");for(let t in e){let s=axAddElem("td",{name:t},e[t]);o.appendChild(s),a.children=[],a.children.push({dom:s,name:t,label:e[t].toString()})}}a.dom=o,this.asyncData.push(a),i.push(o)}),"manual"!==this.dataType&&(this.preData=[...i]),s=this.preData.length,this.getCurrent(s),t.callback&&t.callback.call(this,i,this.asyncData,e.content)}})}getSqlData(t={}){return t.current=t.current||1,t.count=t.count||this.options.count,t.total=t.total||this.options.total,t.template=t.template||this.template,t.url=t.url||this.options.data,axAjax({data:Object.assign({count:t.count,current:t.current,offset:this.getOffset(t.current,t.total,t.count)},this.options.dataExtend),url:t.url,type:this.options.ajaxType,before:t=>{this.listDom&&(this.loadingDom.style="",this.loadingDom.innerHTML=t.content,"overlay"===this.options.loadingMode?this.loadingDom.classList.add("ax-overlay"):(this.listDom.innerHTML="",this.listDom.appendChild(this.loadingDom)),this.listDom.insertAdjacentElement("afterbegin",this.loadingDom),axFadeIn(this.loadingDom,"flex"))},success:e=>{if("object"!=typeof e.content)return console.error("The type of content must be object!"),!1;if(axIsEmpty(e.content.data))return this.listDom&&(this.listDom.innerHTML=""),new axMessage({content:"没有从数据库中获得数据,已停止渲染列表!", iconShow:!0,result:"error"}).show(),!1;"manual"!==this.dataType&&(this.preData=[]),this.asyncData=[];let s,i=[];e.content.data.forEach((e,s)=>{let o,a={index:s};if(t.template||"TBODY"!=this.listDom.nodeName)o=axStrToDom(axTplEngine(t.template,e));else{o=axAddElem("tr"),a.children=[];for(let t in e){let s=axAddElem("td",{name:t},e[t].toString());o.appendChild(s),a.children.push({dom:s,name:t,label:e[t].toString()})}}a.dom=o,this.asyncData.push(a),i.push(o)}),"manual"!==this.dataType&&(this.preData=[...i]),s=this.preData.length,this.getCurrent(s,~~e.content.current,~~e.content.pagesNum,~~e.content.itemsNum),t.callback&&t.callback.call(this,i,this.asyncData,e.content)}})}async currentToRenderList(t,e){this.listDom&&"manual"!==this.dataType&&("sql"===this.options.async?await this.getSqlData({current:t,callback:()=>{this.options.delay?setTimeout(()=>{this.renderList(1)},this.options.delay):this.renderList(1)}}):this.renderList(t)),this.renderPagesTotal(t,e&&e.call(this,t)),this.options.onTurned&&this.options.onTurned.call(this,this.current,this.pagesNum,this.getOffset()),this.handlers.hasOwnProperty("turned")&&this.emit("turned",this.current,this.pagesNum,this.getOffset())}first(t){return this.current=1,this.currentToRenderList(this.current),t&&t.call(this,this.current,this.pagesNum),this}prev(t){return!(this.current<=1)&&(this.current=this.current-1,this.currentToRenderList(this.current),t&&t.call(this,this.current,this.pagesNum),this)}next(t){return!(this.current>=this.pagesNum)&&(this.current=this.current+1,this.currentToRenderList(this.current),t&&t.call(this,this.current,this.pagesNum),this)}last(t){return this.current=this.pagesNum,this.currentToRenderList(this.current),t&&t.call(this,this.current,this.pagesNum),this}go(t,e){return this.current<=1||this.current>=this.pagesNum?(console.error("The value is out of range!"),!1):(this.current=~~t,this.currentToRenderList(this.current),e&&e.call(this,this.current,this.pagesNum),this)}info(t){let e={current:this.current,pagesNum:this.pagesNum,count:this.options.count,itemsNum:this.itemsNum,selectData:this.selectData};return t&&t.call(this,e),e}updatePages(t,e,s){if(!t)return!1;let i;if(e=e||"remove",i="number"==typeof t?this.preData[t]:t,!i)return!1;"remove"===e&&(this.preData=this.preData.filter(t=>t!=i),this.getCurrent(this.preData.length,this.current,"")),this.currentToRenderList(this.current,()=>{this.renderTotal()}),s&&s.call(this)}async update(t,e,s){return e=e||"overwrite",this.options=axExtend(this.options,t),this.current=this.options.current,this.targetDom.setAttribute("paging",""),this.targetDom.innerHTML="","overwrite"===e&&(this.preData=[]),await this.init(this.options.data),this.options.onUpdated&&this.options.onUpdated.call(this,this.current,this.pagesNum,this.getOffset()),"updated"in this.handlers&&this.emit("updated",this.current,this.pagesNum,this.getOffset()),s&&s.call(this),this}async updateData(t,e,s){return e=e||"overwrite",this.targetDom.setAttribute("paging",""),this.targetDom.innerHTML="","overwrite"===e&&(this.preData=[],this.options.dataExtend=""),"object"==typeof t&&t.url&&t.hasOwnProperty("sql")?(this.options.data=t.url,this.options.dataExtend=t.sql):this.options.data=t,await this.init(this.options.data),this.options.onUpdated&&this.options.onUpdated.call(this,this.current,this.pagesNum,this.getOffset()),"updated"in this.handlers&&this.emit("updated",this.current,this.pagesNum,this.getOffset()),s&&s.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axList{constructor(t,e){return this.targetDom=axIdToDom(t),this.rawOptions={insName:"",names:"",inputDelay:200,clickDelay:200,paginationDom:null,maxCount:1e4,order:"asc",operator:"or",paginationShow:!0,breakpoints:{},onUpdated:"",onInit:"",pagination:{current:1,count:10,data:[],template:null,async:"",ajaxType:"post",loadingMode:"overlay"}},this.options=axExtend(axClone(this.rawOptions),e,this.targetDom,this.constructor.name),this.handlers={},this.rawData=[],this.preData=[],this.paginationDom=this.options.paginationDom?axIdToDom(this.options.paginationDom):this.targetDom.querySelector(".ax-pagination")||"",this.options.pagination.template?"#"===this.options.pagination.template.trim().substr(0,1)?this.template=document.querySelector(this.options.pagination.template).innerHTML:this.template=this.options.pagination.template:this.template="",this.names=this.options.names.replace(/\s+/g,"").split(","),this.listDom=this.targetDom.querySelector("[list]"),this.searchs=[...this.targetDom.querySelectorAll("[search]")],this.keywords=[...this.targetDom.querySelectorAll("[keyword]")],this.searchVal="",this.sorts=[...this.targetDom.querySelectorAll("[sort]")],this.resets=[...this.targetDom.querySelectorAll("[reset]")],this.filters=[...this.targetDom.querySelectorAll("[filter]")],this.extends=[...this.targetDom.querySelectorAll("[extend]")],this.paginationOpt={},this.pagination=null,this.init(),this}async init(){if(axInstance.push(this,this.options.insName,"list"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.setPaginationOpt(),this.listDom.children.length>0){let t=[...this.listDom.childNodes].filter(t=>1==t.nodeType);this.getDomArr(t),this.paginationOpt.data=this.preData}else"String"===axType(this.options.pagination.data)&&this.options.pagination.template?"json"===this.options.pagination.async?await axAjax({url:this.options.pagination.data,type:this.options.pagination.ajaxType,success:t=>{let e=[];t.content.forEach(t=>{let s=axStrToDom(axTplEngine(this.template,t));e.push(s)}),this.getDomArr(e),this.paginationOpt.data=this.preData}}):"sql"===this.options.pagination.async&&(["relative","absolute","fixed"].includes(axStyle(this.listDom).position)||(this.listDom.style.position="relative")):(this.preData=this.options.pagination.data,this.rawData=[...this.preData],this.paginationOpt.data=this.options.pagination.data);this.renderFinish(),this.options.onInit&&this.options.onInit.call(this,this.pagination.current,this.pagination.pagesNum)}getDomArr(t){return this.options.names?(t.forEach(t=>{let e={dom:t};this.names.forEach(s=>{t.querySelector("["+s+"]")&&(e[s]=t.querySelector("["+s+"]").innerText.trim())}),this.preData.push(e)}),this.rawData=[...this.preData],!0):(this.preData=t,this.rawData=[...t],!1)}renderFinish(){if(this.pagination=new axPagination(this.paginationDom,this.paginationOpt),!this.options.paginationShow&&(this.pagination.targetDom.remove(),this.pagination.itemsNum>this.paginationOpt.count))return console.error("The maximum length cannot exceed "+this.paginationOpt.count+"!"),!1;let t="sql"===this.paginationOpt.async;this.loadExtend(t),this.loadSort(t),this.loadKeyword(t),this.loadSearch(t),this.loadFilter(t),this.loadReset(t)}setPaginationOpt(){return this.paginationOpt=this.options.pagination,this.paginationOpt.listDom=this.listDom,this.paginationOpt.count=this.options.paginationShow?this.paginationOpt.count:this.options.maxCount,this.paginationOpt}loadExtend(t){0!==this.extends.length&&this.extends.forEach(e=>{let s=e.getAttribute("extend");e.onclick=axDebounce(()=>{this.extend(s,t)},this.options.clickDelay)})}extend(t,e){e?(this.updateSql({dataExtend:{extend:t}}),this.pagination.on("rendered",()=>{axIsEmpty(this.pagination.preData)&&(this.listDom.innerHTML="",this.pagination.targetDom.innerHTML="")})):this.strSearch(t)}loadKeyword(t){0!==this.keywords.length&&this.keywords.forEach(e=>{let s=[...this.preData],i=e.getAttribute("keyword").trim(),o=e.getAttribute("operator")?e.getAttribute("operator").trim():this.options.operator,a="",n=i?i.split(","):[],r=0!==n.length?n:this.names;e.hasAttribute("auto")&&(e.oninput=axDebounce(()=>{let i=e.value;if(0!==n.length){let t={};n.forEach(e=>{t[e]=i}),a=t}else a=i;t?this.sqlSearch(r,i,o):this.keySearch(a,s,o)},this.options.inputDelay))})}loadFilter(t){0!==this.filters.length&&this.filters.forEach(e=>{let s,i=[...this.preData],o=e.getAttribute("operator")?e.getAttribute("operator").trim():this.options.operator;s=t?e.getAttribute("filter"):axAttrToJson(e,"filter"),e.onclick=axDebounce(()=>{this.filter(s,i,o,t)},this.options.clickDelay)})}filter(t,e,s,i){s=s||this.options.operator,e=e||[...this.preData],i?this.updateSql({dataExtend:{filter:t}}):this.keySearch(t,e,s)}loadSearch(t){0!==this.searchs.length&&this.searchs.forEach(e=>{if(0==this.keywords.length)return!1;let s=e.getAttribute("field"),i=this.keywords.filter(t=>t.name==s)[0],o=i.getAttribute("keyword"),a=i.getAttribute("operator")?i.getAttribute("operator").trim():this.options.operator,n=[...this.preData];o=o?o.replace(/\s+/g,"").split(","):this.names,e.onclick=axDebounce(()=>{this.search(o,i.value,n,a,t)},this.options.clickDelay),i.onkeyup=(t=>{"Enter"===t.code&&e.click()})})}search(t,e,s,i,o){if(i=i||this.options.operator,o)this.sqlSearch(t,e,i);else{let o={};s=s||[...this.preData],t.forEach(t=>{o[t]=e}),this.keySearch(o,s,i)}}loadSort(t){if(0!==this.sorts.length)for(let e of this.sorts){let s=e.getAttribute("sort").trim();!t&&this.names.every(t=>t!==s)||(e.onclick=axDebounce(()=>{t?(this.sort(s,"",!0),s.includes(",")||(s.includes("desc")?(e.setAttribute("order","desc"),s=s.replace("desc","asc")):s.includes("asc")&&(e.setAttribute("order","asc"),s=s.replace("asc","desc")))):"desc"===e.getAttribute("order")?(e.setAttribute("order","asc"),this.sort(s,"asc",!1)):"asc"===e.getAttribute("order")?(e.setAttribute("order","desc"),this.sort(s,"desc",!1)):(e.setAttribute("order",this.options.order),this.sort(s,this.options.order,!1)),this.sorts.filter(t=>t!=e).forEach(t=>{t.setAttribute("order","")})},this.options.clickDelay))}}sort(t,e,s){s?this.updateSql({dataExtend:{sort:t}}):this.preSort(t,e)}preSort(t,e,s){if("desc"===e)this.preData.sort(function(e,s){return isNaN(e[t]-s[t])?s[t].localeCompare(e[t],"zh-CN-u-kf-lower"):s[t]-e[t]});else{if("asc"!==e)return!1;this.preData.sort(function(e,s){return isNaN(e[t]-s[t])?e[t].localeCompare(s[t],"zh-CN-u-kf-lower"):e[t]-s[t]})}return this.pagination.updateData(this.preData),this.handlers.hasOwnProperty("sorted")&&this.emit("sorted",this.pagination.current,this.pagination.pagesNum),this.options.onUpdated&&this.options.onUpdated.call(this,this.pagination.current,this.pagination.pagesNum),s&&s.call(this,this.preData,this.pagination.current),this}loadReset(t){0!==this.resets.length&&this.resets.forEach(e=>{e.onclick=axDebounce(()=>{this.reset(t)},this.options.clickDelay)})}reset(t){if(t)this.updateSql({dataExtend:""});else{this.preData=[...this.rawData];let t=axClone(this.rawOptions.pagination);t.data=this.preData,this.updatePages(t)}this.sorts.forEach(t=>{t.setAttribute("order","")}),this.keywords.forEach(t=>{t.value=""}),"reset"in this.handlers&&this.emit("reset",""),this.options.onUpdated&&this.options.onUpdated.call(this,this.pagination.current,this.pagination.pagesNum)}keySearch(t,e,s=this.options.operator,i){let o=e.filter(e=>{let i=[];if("object"!=typeof t){for(let t of this.names)i.push(e[t]);return i.toString().includes(t)}{let i=[];for(let s in t)i.push(String(e[s]).includes(t[s]));if("or"===s)return i.some(t=>1==t);if("and"===s)return i.every(t=>1==t)}});if(this.preData=o,axIsEmpty(this.preData))return"rendered"in this.handlers&&this.emit("rendered",this.pagination.current,this.pagination.pagesNum),this.options.onUpdated&&this.options.onUpdated.call(this,this.pagination.current,this.pagination.pagesNum),i&&i.call(this,this.pagination.current,this.pagination.pagesNum),this.preData=[...this.rawData],this.listDom.innerHTML="",this.pagination.targetDom.innerHTML="",!1;this.pagination.updateData(this.preData),"rendered"in this.handlers&&this.emit("rendered",this.pagination.current,this.pagination.pagesNum),this.options.onUpdated&&this.options.onUpdated.call(this,this.pagination.current,this.pagination.pagesNum),i&&i.call(this,this.pagination.current,this.pagination.pagesNum)}strSearch(t,e){if(this.preData=axStrToFilter(t,[...this.preData]),axIsEmpty(this.preData))return"rendered"in this.handlers&&this.emit("rendered",this.pagination.current,this.pagination.pagesNum),this.options.onUpdated&&this.options.onUpdated.call(this,this.pagination.current,this.pagination.pagesNum),e&&e.call(this,this.pagination.current,this.pagination.pagesNum),this.preData=[...this.rawData],this.listDom.innerHTML="",this.pagination.targetDom.innerHTML="",!1;this.pagination.updateData(this.preData),"rendered"in this.handlers&&this.emit("rendered",this.pagination.current,this.pagination.pagesNum),this.options.onUpdated&&this.options.onUpdated.call(this,this.pagination.current,this.pagination.pagesNum),e&&e.call(this,this.pagination.current,this.pagination.pagesNum)}sqlSearch(t,e,s){let i,o="";if(s=s||this.options.operator,0==t.length)return console.error("The length of names array cannot be greater than 0!"),!1;e&&t.forEach((a,n)=>{i=t.length-1!=n?s+" ":"",o+=a+' like "%'+e+'%" '+i}),this.pagination.options.dataExtend="",this.updatePages({dataExtend:{search:o}}),this.pagination.on("rendered",()=>{axIsEmpty(this.pagination.preData)&&(this.listDom.innerHTML="",this.pagination.targetDom.innerHTML="")})}updateSql(t,e){return this.pagination.options.dataExtend="",this.pagination.update(t,"",()=>{this.handlers.hasOwnProperty("updated")&&this.emit("updated",this.pagination.current,this.pagination.pagesNum),this.options.onUpdated&&this.options.onUpdated.call(this,this.pagination.current,this.pagination.pagesNum)}),e&&e.call(this,this.pagination.current,this.pagination.pagesNum),this}updatePages(t,e){let s=axExtend(this.options.pagination,t);return this.pagination.update(s,"",()=>{this.handlers.hasOwnProperty("updated")&&this.emit("updated",this.pagination.current,this.pagination.pagesNum),this.options.onUpdated&&this.options.onUpdated.call(this,this.pagination.current,this.pagination.pagesNum)}),e&&e.call(this,this.pagination.current,this.pagination.pagesNum),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axLightbox{constructor(t,e){this.options=axExtend({insName:"",src:"",gallery:!0,download:!1,autoplay:!1,thumb:{show:!1,placement:"bottom",row:1},zoom:!0,share:!1,btnClass:"ax-lightbox-open",index:0,zIndex:0,breakpoints:{},onInit:"",onShow:"",onShown:"",onHide:"",onHidden:"",onUpdate:"",onDestroy:""},t,e,this.constructor.name),this.handlers={},this.data=[],this.closeArea=[],this.zoomIn=!1,this.button=e?axIdToDom(e):null,this.shown=!1,axInstance.push(this,this.options.insName,"lightbox")}init(){let t=this;this.destroyed=!1,!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.data=axCreateData(this.options.src,["src","cover","caption","type"],["media","cover","caption","type"],"figure",["","","","image"],function(t){t.forEach(t=>{t.cover||"image"!=t.type||(t.cover=t.media),t.cover=t.cover?t.cover:""})}),this.setAttribute(),this.createBox(),this.createSlide(),this.data.length>1&&(this.prev=axStrToDom(''),this.next=axStrToDom(''),this.swiper.appendChild(this.prev),this.swiper.appendChild(this.next));let e={zoom:this.options.zoom,lazy:!0,keyboard:!0,mousewheel:!0,initialSlide:this.options.index||0,pagination:{el:this.options.gallery?this.targetDom.querySelector(".ax-pages"):null,type:"fraction"},thumbs:{swiper:""},on:{touchStart:(t,e)=>{t.el.classList.add("ax-grabbing")},touchEnd:(t,e)=>{t.el.classList.remove("ax-grabbing")},zoomChange:(t,e)=>{e>1?this.zoomIn=!0:setTimeout(()=>{this.zoomIn=!1},100)}}},s={lazy:!0,spaceBetween:4,slidesPerView:"auto",mousewheel:!0,grid:{rows:this.options.thumb.row},watchSlidesProgress:!0};return this.options.gallery&&this.options.thumb&&(this.stage.insertAdjacentElement("afterend",this.createThumb()),this.insThumb=new axSwiper(this.thumb.querySelector(".ax-swiper"),s),e.thumbs.swiper=this.insThumb,this.btnList.onclick=(()=>{this.targetDom.classList.toggle("ax-thumb-hide")})),this.options.thumb.show||this.targetDom.classList.add("ax-thumb-hide"),this.options.autoplay&&(e.autoplay={delay:5e3,stopOnLastSlide:!1,disableOnInteraction:!0}),this.insSwiper=new axSwiper(this.swiper,e),document.body.appendChild(this.targetDom),this.data.length>1&&this.options.thumb.row&&this.options.thumb.row>1&&(this.thumb.querySelector(".ax-swiper").style.height=axHeight(this.thumb.querySelector(".ax-slide"),"outer")*this.options.thumb.row+s.spaceBetween*(this.options.thumb.row-1)+"px"),this.options.gallery||this.insSwiper.disable(),this.targetDom.querySelectorAll("[close]").forEach(t=>{t.addEventListener("click",()=>{this.hide()},!1)}),this.options.zoom&&(this.btnZoom.onclick=function(){this.classList.contains("ax-icon-zoomin")?t.insSwiper.zoom.in():t.insSwiper.zoom.out()}),this.options.download&&("image"!=this.data[this.insSwiper.activeIndex].type?(this.btnDownload.href="###",this.btnDownload.classList.add("ax-disabled"),this.btnDownload.removeAttribute("download"),this.btnDownload.removeAttribute("target")):(this.btnDownload.href=this.data[this.insSwiper.activeIndex].media,this.btnDownload.classList.remove("ax-disabled"),this.btnDownload.setAttribute("download",""),this.btnDownload.setAttribute("target","_blank"))),this.options.zoom&&("image"!=this.data[this.insSwiper.activeIndex].type?(this.btnZoom.classList.add("ax-disabled"),this.insSwiper.zoom.disable()):(this.btnZoom.classList.remove("ax-disabled"),this.insSwiper.zoom.enable())),this.options.share&&("image"!=this.data[this.insSwiper.activeIndex].type?this.btnShare.classList.add("ax-disabled"):this.btnShare.classList.remove("ax-disabled")),this.insSwiper.on("slideChangeTransitionEnd",function(){t.options.download&&("image"!=t.data[this.activeIndex].type?(t.btnDownload.href="###",t.btnDownload.classList.add("ax-disabled"),t.btnDownload.removeAttribute("download"),t.btnDownload.removeAttribute("target")):(t.btnDownload.href=t.data[this.activeIndex].media,t.btnDownload.classList.remove("ax-disabled"),t.btnDownload.setAttribute("download",""),t.btnDownload.setAttribute("target","_blank"))),t.options.zoom&&("image"!=t.data[this.activeIndex].type?(t.btnZoom.classList.add("ax-disabled"),t.insSwiper.zoom.disable()):(t.btnZoom.classList.remove("ax-disabled"),t.btnZoom.classList.remove("ax-icon-zoomout"),t.btnZoom.classList.add("ax-icon-zoomin"),t.insSwiper.zoom.enable())),t.options.share&&("image"!=t.data[this.activeIndex].type?t.btnShare.classList.add("ax-disabled"):t.btnShare.classList.remove("ax-disabled")),t.targetDom.querySelectorAll("video,audio").forEach(t=>{t.pause()}),t.zoomIn=!1}),this.insSwiper.on("zoomChange",(t,e)=>{e>1?(this.btnZoom.classList.remove("ax-icon-zoomin"),this.btnZoom.classList.add("ax-icon-zoomout")):(this.btnZoom.classList.remove("ax-icon-zoomout"),this.btnZoom.classList.add("ax-icon-zoomin"))}),this.options.onInit&&this.options.onInit.call(this),"init"in this.handlers&&this.emit("init",""),this}overlayClose(t){this.closeArea=[];let e=!0,s=!0,i=!0;return this.prev&&(e=axIsOutside(t,this.prev)),this.closeArea.push(e),this.next&&(s=axIsOutside(t,this.next)),this.closeArea.push(s),i=!this.options.thumb||axIsOutside(t,this.thumb),this.closeArea.push(i),this.swiperWrapper.querySelectorAll(".ax-media").forEach(e=>{let s=e.firstElementChild;this.closeArea.push(axIsOutside(t,s))}),this.swiperWrapper.querySelectorAll(".ax-caption")&&this.swiperWrapper.querySelectorAll(".ax-caption").forEach(e=>{this.closeArea.push(axIsOutside(t,e))}),this.closeArea.push(axIsOutside(t,this.operate)),this.closeArea.push(axIsOutside(t,this.pages)),this.closeArea}createSlide(){let t=(t,e)=>e&&"video"==e?`\n
                \n
                \n \n
                \n
                \n `:e&&"audio"==e?`\n
                \n
                \n \n
                \n
                \n `:e&&"iframe"==e?`\n
                \n
                \n \n
                \n
                \n `:e&&"text"==e?("#"==t.substr(0,1)&&(t=document.querySelector(t).innerHTML),`\n
                \n
                \n
                ${t}
                \n
                \n
                \n `):`\n
                \n
                \n \n \n
                \n
                \n `;this.data.forEach(e=>{let s=null,i=null;s=axStrToDom(t(e.media,e.type)),i=e.caption?axStrToDom(`
                ${e.caption}
                `):null,i&&s.appendChild(i),this.swiperWrapper.appendChild(s)})}createThumb(){return this.thumb=axStrToDom('
                '),this.thumbWrapper=this.thumb.querySelector(".ax-wrapper"),this.data.forEach(t=>{let e=axStrToDom(`\n
                \n \n \n
                \n `);this.thumbWrapper.appendChild(e)}),this.thumb}createBox(){let t='\n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n
                \n ';this.targetDom=axStrToDom(t),this.tools=this.targetDom.querySelector(".ax-tools"),this.pages=this.targetDom.querySelector(".ax-pages"),this.operate=this.targetDom.querySelector(".ax-operate"),this.stage=this.targetDom.querySelector(".ax-stage"),this.swiper=this.stage.querySelector(".ax-swiper"),this.swiperWrapper=this.swiper.querySelector(".ax-wrapper"),this.createBtn()}createBtn(){this.btnShare=axStrToDom(''),this.btnDownload=axStrToDom(''),this.btnZoom=axStrToDom(''),this.btnList=axStrToDom(''),this.options.thumb&&this.operate.insertAdjacentElement("afterbegin",this.btnList),this.options.download&&this.operate.insertAdjacentElement("afterbegin",this.btnDownload),this.options.zoom&&this.operate.insertAdjacentElement("afterbegin",this.btnZoom),this.options.share&&this.operate.insertAdjacentElement("afterbegin",this.btnShare)}setAttribute(){for(let t=0,e=this.data.length;t{this.overlayClose(t);let e=this.closeArea.includes(!1);e||this.zoomIn||this.hide()}),this.shown=!0,this)}hide(t){return this.destroyed||!this.shown?this:(this.options.onHide&&this.options.onHide.call(this),"hide"in this.handlers&&this.emit("hide",""),this.button&&this.button.classList.remove(this.options.btnClass),this.targetDom.classList.remove("ax-show"),this.targetDom.addEventListener("transitionend",()=>{this.targetDom.remove()},!1),this.shown=!1,this.targetDom.querySelectorAll("video,audio").forEach(t=>{t.pause()}),t&&t.call(this),this.options.onHidden&&this.options.onHidden.call(this),"hidden"in this.handlers&&this.emit("hidden",""),this)}destroy(){return this.targetDom.remove(),callback&&callback.call(this),this.options.onDestroy&&this.options.onDestroy.call(this),"destroy"in this.handlers&&this.emit("destroy",""),this.destroyed=!0,this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}(()=>{let t=t=>{let e=axIdToDom(t),s=[{}],i=e.nodeName;return"A"==i?e.hasAttribute("href")&&-1==e.getAttribute("href").indexOf("##")&&(s[0].media=e.getAttribute("href"),s[0].cover=e.getAttribute("href")):"IMG"==i&&e.hasAttribute("src")&&(s[0].media=e.getAttribute("src"),s[0].cover=e.getAttribute("src")),e.hasAttribute("type")?s[0].type=e.getAttribute("type"):s[0].type="image",e.hasAttribute("title")?s[0].caption=e.getAttribute("title"):e.hasAttribute("alt")?s[0].caption=e.getAttribute("alt"):s[0].caption="",s},e=[],s=[...document.querySelectorAll("[axLightbox]")].filter(t=>t.getAttribute("axLightbox").includes("insName")),i={};for(let t=0,e=s.length;t{i.slideIndex=o;let a=[],n=axAttrToJson(i,"axLightbox").src;a=n?axCreateData(n,["src","cover","caption","type"],"figure",["media","cover","caption","type"],["","","","image"],function(t){t.forEach(t=>{t.cover||"image"!=t.type||(t.cover=t.media),t.cover=t.cover?t.cover:""})}):t(i),o+=a.length,axIsEmpty(e)?e.push({name:s,data:a}):(e.forEach(t=>{t.name==s&&t.data.push(...a)}),e.some(t=>t.name==s)||e.push({name:s,data:a}))})}e.forEach(t=>{new axLightbox({insName:t.name,src:t.data})}),document.querySelectorAll("[axLightbox]").forEach(e=>{let s=axAttrToJson(e,"axLightbox"),i=s.insName;if(i){let t=axInstance.find(i,"lightbox");e.onclick=(s=>{axPreventDefault(s),t&&(t.init(),t.insSwiper.slideTo(e.slideIndex,0),t.show())})}else s.src?e.onclick=(t=>{axPreventDefault(t),new axLightbox("",e).init().show()}):e.onclick=(s=>{axPreventDefault(s),new axLightbox({src:t(e)}).init().show()})})})();class axLazyload{constructor(t,e){return this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",offset:"0px",visible:[0,.5,1],parent:null,animation:"ax-fadeIn",dataName:"src",breakpoints:{},onBefore:"",onShow:"",onShowing:"",onShown:"",onAllShown:"",onIn:"",onOut:"",onAdd:"",onRemove:"",onAsync:""},e,this.targetDom,this.constructor.name),this.handlers={},this.items=[],this.shownNum=0,this.targetDom.hasAttribute(`data-${this.options.dataName}`)?this.type="single":this.type="multiple",this.parent=this.options.parent?axIdToDom(this.options.parent):this.options.parent,this.init(),this}init(){return axInstance.push(this,this.options.insName,"lazyload"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.interactOpt(),this.active(),this}active(){this.createInteract(),"single"===this.type?this.items.push(this.targetDom):"multiple"===this.type&&(this.items=[...this.targetDom.querySelectorAll(`[data-${this.options.dataName}]`)]);let t=!this.options.onBefore||this.options.onBefore.call(this,this.items);return t&&this.items.forEach(t=>{t.lazyload={observed:!0},this.interact.observe(t)}),this}interactOpt(){return this.offset=this.options.offset.replace(/\s*/g,"").split(","),1==this.offset.length?this.offset.push(...this.offset):offset.length>2&&this.offset.splice(0,2),{root:this.parent,rootMargin:this.offset[0]+" 0px "+this.offset[1]+" 0px",threshold:this.options.visible}}createInteract(){this.interact=new IntersectionObserver(t=>{t.forEach(t=>{let e=[t.target,t],s=t.target.dataset[this.options.dataName];if(t.isIntersecting){if(s){if(this.options.animation&&t.target.classList.add(this.options.animation),"VIDEO"===t.target.nodeName||"AUDIO"===t.target.nodeName)t.target.src=s,t.target.querySelector("source")&&t.target.querySelector("source").setAttribute("src",s);else if("IMG"===t.target.nodeName||"IFRAME"===t.target.nodeName)t.target.setAttribute("src",s);else{let e=axAttrToJson(t.target,"data-async");axAjax({url:s,data:e,before:()=>{t.target.setAttribute("loading","")},success:s=>{t.target.removeAttribute("loading"),t.target.innerHTML="",t.target.dataset.async||"object"==typeof s.content?(this.handlers.hasOwnProperty("async")&&this.emit("async",{response:s.content,data:e,dom:t.target}),this.options.onAsync&&this.options.onAsync.call(this,{response:s.content,data:e,dom:t.target})):t.target.innerHTML=s.content}})}delete t.target.dataset[this.options.dataName],0===t.intersectionRatio?(t.target.lazyload.state="show",this.handlers.hasOwnProperty("show")&&this.emit("show",...e),this.options.onShow&&this.options.onShow.call(this,...e)):1===t.intersectionRatio?(t.target.lazyload.state="shown",this.handlers.hasOwnProperty("shown")&&this.emit("shown",...e),this.options.onShown&&this.options.onShown.call(this,...e),this.shownNum++,this.interact.unobserve(t.target)):(t.target.lazyload.state="showing",this.handlers.hasOwnProperty("showing")&&this.emit("showing",...e),this.options.onShowing&&this.options.onShowing.call(this,...e)),this.handlers.hasOwnProperty("in")&&this.emit("in",...e),this.options.onIn&&this.options.onIn.call(this,...e),this.shownNum>=this.items.length&&(this.handlers.hasOwnProperty("allShown")&&this.emit("allShown",this.items),this.options.onAllShown&&this.options.onAllShown.call(this,this.items))}}else this.handlers.hasOwnProperty("out")&&this.emit("out",...e),this.options.onOut&&this.options.onOut.call(this,...e)})},this.interactOpt())}getDoms(t){let e=axType(t),s=[];return"Array"===e?s=t.map(t=>axIdToDom(t)).filter(Boolean):"String"===e&&(s=axAllToDoms(t).filter(Boolean)),s}add(t,e){let s=this.getDoms(t);s.forEach(t=>{t.lazyload?new axMessage({content:`媒体文件${t.dataset.src||t.src}已经处于监听状态,不需要添加监听操作!`,iconShow:!0,result:"warning"}).show():(t.lazyload={observed:!0},this.interact.observe(t),!this.items.includes(t)&&this.items.push(t))}),this.handlers.hasOwnProperty("add")&&this.emit("add",s),this.options.onAdd&&this.options.onAdd.call(this,s),e&&e.call(this,s)}remove(t,e){let s=this.getDoms(t);s.forEach(t=>{this.items.includes(t)&&(t.lazyload?(Reflect.deleteProperty(t,"lazyload"),this.interact.unobserve(t)):new axMessage({content:`媒体文件${t.dataset.src||t.src}还未被监听,不需要取消监听操作!`,iconShow:!0,result:"warning"}).show())}),this.handlers.hasOwnProperty("remove")&&this.emit("remove",s),this.options.onRemove&&this.options.onRemove.call(this,s),e&&e.call(this,s)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axInfinite{constructor(t,e){if(this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",type:"list",offset:"0px",visible:[0],url:"",urlMax:20,data:[],template:null,selector:"",trigger:"scroll",parent:null,animation:"ax-fadeIn",start:0,count:10,finishText:"没有更多内容了",nextBtn:'',ajaxType:"post",active:"",breakpoints:{}},e,this.targetDom,this.constructor.name),this.handlers={},this.start=this.options.start,this.data=this.options.data,this.loadStatus=this.targetDom.querySelector(".ax-infinite-status")?this.targetDom.querySelector(".ax-infinite-status"):axAddElem("div",{class:"ax-infinite-status"}),this.loadingDiv=axAddElem("div",{class:"ax-infinite-loading" },''),this.resultDiv=axAddElem("div",{class:"ax-infinite-tips"}),this.nextDiv=axAddElem("div",{class:"ax-infinite-next"},this.options.nextBtn),this.nextButton=this.nextDiv.firstElementChild,this.loadStatus.insertAdjacentElement("afterbegin",this.loadingDiv),this.loadStatus.appendChild(this.resultDiv),this.url=[],"string"==typeof this.options.url)if(this.options.url.indexOf("{")>0&&this.options.url.indexOf("}")>0){let t=~~this.options.url.match(/\{(\S*)\}/)[1],e=`{${t}}`;for(let s=t;s<=t+this.options.urlMax;s++)this.url.push(this.options.url.replace(e,s))}else if("pagination"===this.options.url){let t=this.loadStatus.querySelectorAll("[data-page]");[...t].forEach(t=>{this.url.push(t.href)})}else this.options.url&&(this.url=[this.options.url]);else"Array"==axType(this.options.url)&&(this.url=this.options.url);this.options.template?"#"==this.options.template.trim().substr(0,1)?this.template=document.querySelector(this.options.template).innerHTML:this.template=this.options.template:this.template="",this.items=[],this.init()}init(){axInstance.push(this,this.options.insName,"infinite"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),"image"==this.options.type||this.targetDom.classList.contains("ax-infinite")||this.targetDom.classList.add("ax-infinite"),this.interactOpt(),"scroll"==this.options.trigger?this.active():"clicks"==this.options.trigger&&(this.loadStatus.appendChild(this.nextDiv),this.loadStatus.setAttribute("preloading",""),this.targetDom.appendChild(this.loadStatus),this.nextButton.onclick=(()=>{this.loadStatus.removeAttribute("preloading",""),this.loadStatus.removeAttribute("loaded",""),this.loadStatus.setAttribute("loading",""),"pages"==this.options.type?this.getAsyncData("page",{start:this.start}):this.options.url&&this.options.template&&("json"==this.options.type?this.getAsyncData("json",{start:this.start}):"sql"==this.options.type&&this.getAsyncData("sql",{start:this.start,count:this.options.count}))}))}active(t,e){if(axIsEmpty(t)||("Array"==axType(t)?this.url.push(...t):this.url.push(t)),"pages"==this.options.type)this.asyncInteract("page");else if(!axIsEmpty(this.url)&&this.options.template)"json"==this.options.type?this.asyncInteract("json"):"sql"==this.options.type&&this.asyncInteract("sql");else if("list"==this.options.type){axIsEmpty(this.data)||this.renderList(this.data);let t=[...this.targetDom.childNodes].filter(t=>1==t.nodeType);t.forEach(t=>{axOffset(t).top>window.innerHeight&&(t.setAttribute("infinite",""),this.items.push(t))}),this.listInteract(),this.items.forEach(t=>{this.listInteract().observe(t)})}e&&e.call(this),this.options.active&&this.options.active.call(this),"activated"in this.handlers&&this.emit("activated","")}interactOpt(){return this.offset=this.options.offset.replace(/\s*/g,"").split(","),1==this.offset.length?this.offset.push(...this.offset):offset.length>2&&this.offset.splice(0,2),{root:this.options.parent,rootMargin:this.offset[0]+" 0px "+this.offset[1]+" 0px",threshold:this.options.visible}}listInteract(){let t=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&(e.target.hasAttribute("infinite")&&(e.target.classList.add(this.options.animation),e.target.removeAttribute("infinite"),t.unobserve(e.target)),"shown"in this.handlers&&this.emit("shown",e.target))})},this.interactOpt());return t}asyncInteract(t){this.targetDom.appendChild(this.loadStatus),this.asyncObserver=new IntersectionObserver(e=>{e[0].isIntersecting&&("page"==t||"json"===t?this.getAsyncData(t,{start:this.start}):"sql"===t&&this.getAsyncData("sql",{start:this.start,count:this.options.count}))},this.interactOpt()),this.asyncObserver.observe(this.loadStatus)}itemInteract(){let t=new IntersectionObserver(e=>{e.forEach(e=>{e.isIntersecting&&e.target.hasAttribute("infinite")&&(e.target.classList.add(this.options.animation),e.target.removeAttribute("infinite"),t.unobserve(e.target),"shown"in this.handlers&&this.emit("shown",e.target))})},this.interactOpt());return t}renderList(t){let e=document.createDocumentFragment();t.forEach(t=>{let s=axStrToDom(axTplEngine(this.template,t));s.setAttribute("infinite",""),this.items.push(s),e.appendChild(s)}),this.targetDom.appendChild(e),"list"==!this.options.type&&this.targetDom.appendChild(this.loadStatus)}loadFinish(){"clicks"!=this.options.trigger&&this.asyncObserver.disconnect(),this.loadStatus.removeAttribute("loading"),this.loadStatus.removeAttribute("loaded"),this.loadStatus.setAttribute("finish",""),this.loadingDiv&&this.loadingDiv.remove(),this.nextDiv&&this.nextDiv.remove(),this.resultDiv.innerHTML=this.options.finishText,"finished"in this.handlers&&this.emit("finished","")}getAsyncData(t="json",e,s){return axAjax({data:"sql"===t?{start:e.start,count:e.count}:"",type:this.options.ajaxType,url:"sql"===t?this.options.url:this.url[e.start],selector:this.options.selector,error:t=>{"404"==t.status?new axMessage({content:"已经没有更多内容了!",result:"warning",iconShow:!0}).show():console.error(`发生错误:${t.status},可能是地址错误!`),this.loadFinish()},opened:t=>{this.contentXhr=t.xhr},success:i=>{"page"===t?(this.targetDom.insertAdjacentHTML("beforeEnd",i.content),this.targetDom.appendChild(this.loadStatus),this.start++,this.start>=this.url.length&&this.loadFinish()):(this.itemInteract(),"json"===t?(this.renderList(i.content),this.targetDom.appendChild(this.loadStatus),this.start++,this.start>=this.url.length&&this.loadFinish()):"sql"===t&&(this.renderList(i.content.data),this.targetDom.appendChild(this.loadStatus),this.start+=e.count,this.start>=i.content.total&&this.loadFinish())),"clicks"==this.options.trigger&&(this.loadStatus.removeAttribute("loading",""),this.loadStatus.setAttribute("loaded","")),this.items.forEach(t=>{this.itemInteract().observe(t)}),this.handlers.hasOwnProperty("loaded")&&this.emit("loaded",i.content),s&&s(i.content)}})}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axProgress{constructor(t,e){return!!t&&(this.targetDom=axIdToDom(t),!!this.targetDom&&(this.options=axExtend({insName:"",type:"line",theme:"",gradient:!1,linecap:"round",size:"",range:[0,100],value:0,curve:"easeOut",duration:0,rotate:!1,trackShow:!0,labelFormat:"",labelShow:!0,lablePlace:"",labelText:{unit:"%",tips:"当前进度",complete:"完成!"},breakpoints:{},onInit:"",onStart:"",onCompleted:"",onDoing:"",onSet:"",onPause:"",onReset:"",onDone:"",onDestroy:""},e,this.targetDom,this.constructor.name),this.handlers={},this.options.range=this.options.range.sort((t,e)=>t-e),this.barSize="circle"===this.options.type?251.2:"semicircle"===this.options.type?125.6:"gapcircle"===this.options.type?167.6:this.options.range[1],this.value=this.valueNow=this.fixedValue(this.options.value),this.barValue=this.barValueNow=this.getInitBarValue(),this.completeDom=axAddElem("span",{complete:""},`${this.options.labelText.complete}`),this.stop=!1,this.init(),this))}init(t){return axInstance.push(this,this.options.insName,"progress"),this.destroyed=!1,!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.createHtmltoInit(),this.stopWatch(),this.setAttribute(),this.options.onInit&&this.options.onInit.call(this,this.value,this.barValue),this.handlers.hasOwnProperty("init")&&this.emit("init",this.value,this.barValue),t&&t.call(this,this.value,this.barValue),this}setAnimation(t){if(this.stop)return!1;let e=Object.assign({duration:this.options.duration,valTarget:this.value,barTarget:this.barValue,valLast:this.valueNow,barLast:this.barValueNow},t);if(this.value===this.valueNow)return!1;this.aniRequest&&cancelAnimationFrame(this.aniRequest);let s=t=>3*t+200,i=e.valTarget-e.valLast,o=e.barTarget-e.barLast,a=e.duration||0===e.duration?e.duration:s(Math.abs(o)),n=(new Date).getTime(),r=()=>{let t=(new Date).getTime()-n,s=t/a,l=axCurves[this.options.curve](s);this.timeRest=Math.trunc(a-t),this.valueNow=axNumber(e.valLast+i*l,{mode:"floor"}),this.barValueNow=axNumber(e.barLast+o*l,{mode:"floor"}),this.valueNowText=Math.trunc(this.valueNow),this.options.onDoing&&this.options.onDoing.call(this,this.valueNow,this.barValueNow),this.handlers.hasOwnProperty("doing")&&this.emit("doing",this.valueNow,this.barValueNow),t=this.options.range[1]?(this.completed=!0,this.targetDom.setAttribute("completed","true"),this.labelDom&&this.labelDom.appendChild(this.completeDom),this.options.onCompleted&&this.options.onCompleted.call(this),this.handlers.hasOwnProperty("completed")&&this.emit("completed","")):(this.completed=!1,this.completeDom.remove(),this.targetDom.removeAttribute("completed"),this.valueNow<=this.options.range[0]&&(this.options.onStart&&this.options.onStart.call(this),this.handlers.hasOwnProperty("start")&&this.emit("start","")))}fixedValue(t){let e;return e=tthis.options.range[1]?this.options.range[1]:t,e}getInitBarValue(){let t;return t="line"==this.options.type?this.value/(this.options.range[1]-this.options.range[0])*this.options.range[1]:this.barSize-this.value/this.options.range[1]*this.barSize,axNumber(t,{mode:"floor"})}getBarValue(t){let e;return"line"==this.options.type?(e=t/(this.options.range[1]-this.options.range[0])*this.options.range[1],e=e>this.options.range[1]?this.options.range[1]:axNumber(e,{mode:"floor"})):(e=this.barSize-t/this.options.range[1]*this.barSize,e=e>this.barSize?this.barSize:axNumber(e,{mode:"floor"})),e}setAttribute(){!this.targetDom.classList.contains("ax-progress")&&this.targetDom.classList.add("ax-progress"),this.targetDom.setAttribute("linecap",this.options.linecap),this.targetDom.setAttribute("type",this.options.type),this.options.size&&this.targetDom.setAttribute("size",this.options.size),this.options.theme&&this.targetDom.setAttribute("theme",this.options.theme),this.options.gradient&&this.targetDom.setAttribute("gradient",""),!this.options.trackShow&&this.targetDom.setAttribute("track","false"),this.options.rotate&&"circle"===this.options.type&&(this.wrapperDom.classList.add("ax-rotate360"),this.wrapperDom.style.animationIterationCount="infinite")}createHtmltoInit(){if(this.targetDom.innerHTML="","line"==this.options.type)this.wrapperDom=this.trackDom=axAddElem("div",{track:""}),this.barDom=axAddElem("div",{bar:"",style:`width:${this.barValue}%`}),this.labelFormat=this.options.labelFormat?this.options.labelFormat:"";else{this.labelFormat=this.options.labelFormat?this.options.labelFormat:"
                ";let t,e="";this.options.gradient&&("primary"==this.options.theme?e='\n \n \n \n \n ':"error"==this.options.theme?e='\n \n \n \n \n ':"success"==this.options.theme?e='\n \n \n \n \n ':"warning"==this.options.theme?e='\n \n \n \n \n ':"info"==this.options.theme?e='\n \n \n \n \n ':"question"==this.options.theme&&(e='\n \n \n \n \n ')),"circle"==this.options.type?t=`\n ${e}\n ${this.options.trackShow?'':""}\n \n \n `:"semicircle"==this.options.type?t=`\n ${e}\n ${this.options.trackShow?``:""}\n \n \n `:"gapcircle"==this.options.type&&(t=`\n ${e}\n ${this.options.trackShow?``:""}\n \n \n `),this.wrapperDom=axStrToDom(t)}if(this.options.labelShow){if(this.options.labelPlace){let t=axIdToDom(this.options.labelPlace);t&&(t.insertAdjacentHTML("beforeEnd",this.labelFormat),this.labelDom=t.querySelector("[label]"))}else this.targetDom.insertAdjacentHTML("beforeEnd",this.labelFormat),this.labelDom=this.targetDom.querySelector("[label]");this.progressDom=this.labelDom.querySelector("[progress]"),this.unitDom=this.labelDom.querySelector("[unit]"),this.tipsDom=this.labelDom.querySelector("[tips]"),this.progressDom&&(this.progressDom.innerHTML=this.value),this.unitDom&&(this.unitDom.innerHTML=this.options.labelText.unit),this.tipsDom&&(this.tipsDom.innerHTML=this.options.labelText.tips)}"line"==this.options.type?(this.wrapperDom.appendChild(this.barDom),this.targetDom.insertAdjacentElement("afterBegin",this.wrapperDom)):(this.targetDom.insertAdjacentElement("afterBegin",this.wrapperDom),this.barDom=this.wrapperDom.querySelector("[bar]"),this.trackDom=this.wrapperDom.querySelector("[track]"))}beforeSet(t){this.value=this.fixedValue(t),this.barValue=this.getBarValue(this.value)}set(t,e=this.options.duration,s){return this.destroyed?this:!this.stop&&(this.beforeSet(t),this.value!==this.valueNow&&(this.setAnimation({duration:e}),this.options.onSet&&this.options.onSet.call(this,this.value,this.barValue),this.handlers.hasOwnProperty("set")&&this.emit("set",this.value,this.barValue),s&&s.call(this),this))}reset(t){return this.destroyed?this:(this.stop=!1,this.value=this.valueNow=0,this.progressDom&&(this.progressDom.innerHTML=0),this.barValue=this.barValueNow=this.barSize,this.barDom.setAttribute("stroke-dashoffset",this.barValue),this.stopWatch(),this.options.onReset&&this.options.onReset.call(this),this.handlers.hasOwnProperty("reset")&&this.emit("reset",""),t&&t.call(this),this)}done(t){return this.destroyed?this:(this.stop=!1,this.value=this.valueNow=this.options.range[1],this.progressDom&&(this.progressDom.innerHTML=100),this.barValue=this.barValueNow=0,this.barDom.setAttribute("stroke-dashoffset",this.barValue),this.stopWatch(),this.options.onDone&&this.options.onDone.call(this),this.handlers.hasOwnProperty("done")&&this.emit("done",""),t&&t.call(this),this)}continue(t){return this.destroyed?this:!!this.stop&&(this.stop=!1,t=t||this.timeRest,this.setAnimation({duration:this.timeRest}),this)}pause(t){return this.destroyed?this:(this.aniRequest&&(cancelAnimationFrame(this.aniRequest),this.stop=!0),this.options.onPause&&this.options.onPause.call(this,this.valueNow,this.barValueNow),this.handlers.hasOwnProperty("pause")&&this.emit("pause",this.valueNow,this.barValueNow),t&&t.call(this,this.valueNow,this.barValueNow),this)}get(){return{value:this.value,barValue:this.barValue,valueNow:this.valueNow,barValueNow:this.barValueNow,completed:this.completed,timeRest:this.timeRest,valueNowText:this.valueNowText}}destroy(t){return this.destroyed?this:(this.reset(),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axInput{constructor(t,e){this.targetDom=t?axIdToDom(t):"",this.options=axExtend({insName:"",type:"text",name:"",value:"",limit:0,placeholder:"",width:"",height:"",size:"",className:"",props:"",toolsShow:!0,extend:"",clearShow:!1,language:{limit:"已输入0个字符,还可以输入<# this.value #>个字"},breakpoints:{},onClear:"",onSet:"",onReset:"",onInit:"",onExceed:"",onInput:""},e,this.targetDom,this.constructor.name),this.handlers={},this.output={name:this.options.name},!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.createElem(),this.setAttribute(),this.addExtend(this.options.extend),axInstance.push(this,this.options.insName,"input")}createElem(){let t=()=>{"textarea"==this.options.type?this.field=axAddElem("textarea",{name:this.options.name,placeholder:this.options.placeholder}):"button"==this.options.type?this.field=axAddElem("button","",this.options.value):this.field=axAddElem("input",{type:this.options.type,name:this.options.name,placeholder:this.options.placeholder})};if(this.targetDom?"INPUT"==this.targetDom.nodeName||"TEXTAREA"==this.targetDom.nodeName||"BUTTON"==this.targetDom.nodeName?(this.parent=this.targetDom.parentElement,this.field=this.targetDom):(this.parent=this.targetDom,t()):(this.parent=axAddElem("div",{class:"ax-form-wrapper"}),t()),this.parent.appendChild(this.field),this.parent.querySelector(".ax-pos-right")?this.tools=this.parent.querySelector(".ax-pos-right"):this.tools=axAddElem("span",{class:"ax-pos-right"}),this.tools.querySelector("[clear]")?this.clearBtn=this.tools.querySelector("[clear]"):(this.clearBtn=axAddElem("a",{href:"###",class:"ax-iconfont ax-icon-close",clear:""}),this.options.clearShow&&this.tools.appendChild(this.clearBtn)),this.clearBtn&&(this.clearBtn.onclick=(()=>{this.clear()}),this.clearBtn.clear=!0),this.options.toolsShow&&this.parent.appendChild(this.tools),this.options.limit){this.limit=axAddElem("div",{class:"ax-form-limit"},axTplEngine(this.options.language.limit,{value:this.options.limit}));let t=this.limit.querySelector("[have]"),e=this.limit.querySelector("[remainder]");this.parent.appendChild(this.limit),this.field.oninput=(()=>{let s=this.intercept(this.field.value);this.field.value=s.text,t&&(t.innerHTML=s.have),e&&(e.innerHTML=s.remainder),this.options.onInput&&this.options.onInput.call(this,this.output),"input"in this.handlers&&this.emit("input",this.output)})}this.options.value&&this.set(this.options.value),this.output.dom=this.field,this.output.parent=this.parent,this.output.type=this.options.type,this.options.onInit&&this.options.onInit.call(this,this.output)}setAttribute(){this.options.className&&this.field.setAttribute("class",this.options.className),this.options.width&&(this.field.style.width=this.options.width),this.options.height&&(this.field.style.height=this.options.height),this.options.size&&this.field.classList.add(`ax-${this.options.size}`);for(let t in this.options.props)this.field.setAttribute(t,this.options.props[t])}addExtend(t){if(!this.options.toolsShow)return!1;let e=t=>{let e=axAddElem(t.node||"a",{class:t.icon},t.text);if(e.setAttribute(t.name,""),t.props)for(let e in t.props)this.field.setAttribute(e,t.props[e]);this.tools.appendChild(e),t.callback&&t.callback.call(this,e,this.field)};Array.isArray(t)?t.forEach(t=>{e(t)}):e(t)}intercept(t){let e=t.length,s={};return e>=this.options.limit&&this.options.limit?(s={text:t.substring(0,this.options.limit),have:this.options.limit,remainder:0},this.limit&&this.limit.classList.add("ax-color-error"),this.options.onExceed&&this.options.onExceed.call(this,this.output),"exceed"in this.handlers&&this.emit("exceed",this.output)):(this.limit&&this.limit.classList.remove("ax-color-error"),s={text:t,have:t.length,remainder:Math.abs(this.options.limit-e)}),s}set(t,e){Array.isArray(t)?t=JSON.stringify(t[0]):"string"!=typeof t&&(t=JSON.stringify(t));let s=t.replace(/<[^>]+>/g,"").trim(),i=this.intercept(s);return this.field.value=i.text,this.limit&&(this.limit.querySelector("[have]")&&(this.limit.querySelector("[have]").innerHTML=i.have),this.limit.querySelector("[remainder]")&&(this.limit.querySelector("[remainder]").innerHTML=i.remainder)),this.output.value=this.field.value,e&&e.call(this,this.field,i.text,i.remainder),this.options.onSet&&this.options.onSet.call(this,this.field,i.text,i.remainder),"set"in this.handlers&&this.emit("set",this.field,i.text,i.remainder),this}getValues(){return this.field.value}clear(t){this.set(""),t&&t.call(this,this.field),this.options.onClear&&this.options.onClear.call(this,this.field),"clear"in this.handlers&&this.emit("clear",this.field)}reset(t){this.set(this.options.value),t&&t.call(this,this.field),this.options.onReset&&this.options.onReset.call(this,this.field),"reset"in this.handlers&&this.emit("reset",this.field)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axCheckbox{constructor(t,e){return this.targetDom=t?axIdToDom(t):"",this.options=axExtend({insName:"",type:"checkbox",style:"beautify",name:"",children:"",value:"",limit:0,language:{limit:"已选择0项,还可以选择<# this.value #>项"},separator:",",size:"",parentClass:"",childClass:"",props:"",display:"",gap:"",columns:0,clearShow:!0,breakpoints:{},onClear:"",onSet:"",onReset:"",onAddChecked:"",onExceed:"",onInit:"",onChange:""},e,this.targetDom,this.constructor.name),this.handlers={},!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.output={children:[]},this.getChildren(),this.name=this.options.name,this.trueLimit=this.children.length<=this.options.limit?this.children.length:this.options.limit,this.createParent(),this.setAttribute(),axIsEmpty(this.options.value)||this.set(this.options.value),axInstance.push(this,this.options.insName,"checkbox"),this}getChildren(){Array.isArray(this.options.children)?"object"==typeof this.options.children[0]?(this.options.children.forEach(t=>{t.hasOwnProperty("value")||(t.value=t.label)}),this.children=this.options.children):this.children=this.options.children.map(t=>({label:t,value:t})):"object"==typeof this.options.children?(this.options.children.hasOwnProperty("value")||(this.options.children.value=this.options.children.label),this.children=[this.options.children]):this.children=[{label:this.options.children,value:this.options.children}]}createParent(){this.targetDom&&"INPUT"!=this.targetDom.nodeName?this.parent=this.targetDom:(this.parent=axAddElem("div",{class:"ax-form-wrapper"}),"INPUT"==this.targetDom.nodeName&&(this.hidden=this.targetDom,this.hidden.insertAdjacentElement("beforeBegin",this.parent),this.name=this.targetDom.name,"hidden"!=this.hidden.type&&(this.hidden.style.display="none"))),this.children.length>0&&this.children.forEach(t=>{this.createElem(t)});let t=this.output.children.filter(t=>t.checked);for(let e=0,s=t.length;e0){s.checked=!1;break}i.setAttribute("checked",""),s.checked=!0}else"checkbox"==this.options.type&&(e{let e=t.dom.querySelector("input");e.onchange=(()=>{this.change(t)})}),this.options.onInit&&this.options.onInit.call(this,this.output)}createElem(t){let e=``,s=axStrToDom(axTplEngine(e,t)),i=axAddElem("div");this.options.childClass&&axClass.add(i,this.options.childClass),this.options.size&&s.classList.add(`ax-${this.options.size}`);for(let e in t.props)s.setAttribute(e,t.props[e]);"grid"==this.options.display||"block"==this.options.display?(i.appendChild(s),this.parent.appendChild(i)):this.parent.appendChild(s);let o={dom:s,label:t.label,value:t.value,checked:!!t.checked&&t.checked,disabled:!!t.disabled&&t.disabled};return this.output.children.push(o),t.callback&&t.callback.call(this,o),s}setAttribute(){this.options.parentClass&&axClass.add(this.parent,this.options.parentClass);for(let t in this.options.props)this.parent.setAttribute(t,this.options.props[t]);"grid"==this.options.display&&(this.parent.classList.add("ax-grid"),this.options.columns&&this.parent.classList.add(`ax-grid-${this.options.columns}`),this.options.gap&&(this.parent.style.gridColumnGap=this.options.gap))}change(t){let e=t.dom.querySelector("input"),s=t.value;if(!s)return!1;if(e.checked){if("radio"==this.options.type){let t=this.output.children.find(t=>t.checked);t&&(t.checked=!1)}t.checked=!0}else t.checked=!1;let i=this.output.children.filter(t=>t.checked);this.trueLimit&&i.length>this.trueLimit&&(e.checked=!1,t.checked=!1),this.output.value=this.getValues(),this.hidden&&(this.hidden.value=this.getValues("string",this.options.separator),this.hidden.onchange&&this.hidden.onchange()),this.resetLimit(),this.intercept(),this.options.onChange&&this.options.onChange.call(this,t),"change"in this.handlers&&this.emit("change",t)}intercept(){let t=this.output.children.filter(t=>t.checked).length,e=!1;return!!this.trueLimit&&(t>=this.trueLimit?(e=!0,this.options.onExceed&&this.options.onExceed.call(this,this.output),"exceed"in this.handlers&&this.emit("exceed",this.output)):e=!1,e)}resetLimit(){if(!this.trueLimit)return!1;let t=this.output.children.filter(t=>t.checked).length,e=this.limit.querySelector("[have]"),s=this.limit.querySelector("[remainder]");t>=this.trueLimit?(this.limit&&this.limit.classList.add("ax-color-error"),e.innerHTML=this.trueLimit,s.innerHTML=0):(this.limit&&this.limit.classList.remove("ax-color-error"),e.innerHTML=t,s.innerHTML=this.trueLimit-t)}set(t,e){if("radio"==this.options.type){let e,s,i="";i=Array.isArray(t)?t[0]:t,i?(e=this.output.children.find(t=>t.value==i),s=this.output.children.filter(t=>t.value!=i),e&&(e.checked=!0,e.dom.querySelector("input").checked=!0),s.forEach(t=>{t.checked=!1,t.dom.querySelector("input").checked=!1})):(e=this.output.children.find(t=>t.checked),e&&(e.checked=!1,e.dom.querySelector("input").checked=!1))}else if("checkbox"==this.options.type){let e;e=Array.isArray(t)?t:"string"==typeof t?t.split(this.options.separator):[t],e=e.filter(Boolean),this.trueLimit&&e.length>this.trueLimit&&(e=e.slice(0,this.trueLimit)),this.output.children.forEach(t=>{let s=t.dom.querySelector("input");e.includes(t.value)?(t.checked=!0,s.checked=!0):(t.checked=!1,s.checked=!1)})}return this.output.value=this.getValues(),this.hidden&&(this.hidden.value=this.getValues("string",this.options.separator)),this.resetLimit(),e&&e.call(this,this.output),this.options.onSet&&this.options.onSet.call(this,this.output),"set"in this.handlers&&this.emit("set",this.output),this}addChecked(t,e){if("radio"==this.options.type)return console.error("Do not use this method of addChecked() in type of radio!"),!1;let s=[];s=Array.isArray(t)?t:[t],s=s.filter(Boolean);for(let t=0,e=s.length;tt.value==e);i.dom.querySelector("input").checked=!0,i.checked=!0,this.resetLimit()}this.output.value=this.getValues(),this.hidden&&(this.hidden.value=this.getValues("string",this.options.separator)),e&&e.call(this,s,this.output),this.options.onAddChecked&&this.options.onAddChecked.call(this,s,this.output),"addChecked"in this.handlers&&this.emit("addChecked",s,this.output)}checkedAll(t){this.output.children.forEach(t=>{t.dom.querySelector("input").checked=!0,t.checked=!0}),this.resetLimit(),this.output.value=this.getValues(),t&&t.call(this,this.output),this.options.onCheckedAll&&this.options.onCheckedAll.call(this,this.output),"checkedAll"in this.handlers&&this.emit("checkedAll",this.output)}getValues(t,e){t=t||"array",e=e||this.options.separator;let s=[];return this.output.children.forEach(e=>{e.checked&&("json"==t?s.push({label:e.label,value:e.value}):s.push(e.value))}),"string"==t&&(s=s.join(e)),s}reset(t){let e;if(this.options.value)e=this.options.value;else{let t=this.options.children.filter(t=>t.checked);e=[],t.forEach(t=>{e.push(t.value)})}this.set(e),t&&t.call(this,this.output),this.options.onReset&&this.options.onReset.call(this,this.output),"reset"in this.handlers&&this.emit("reset",this.output)}clear(t){this.output.children.forEach(t=>{t.checked&&(t.checked=!1,t.dom.querySelector("input").checked=!1)}),this.output.value=[],this.resetLimit(),t&&t.call(this,this.output),this.options.onClear&&this.options.onClear.call(this,this.output),"clear"in this.handlers&&this.emit("clear",this.output)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axCheckAll{constructor(t,e){if(this.targetDom=t?axIdToDom(t):"",!this.targetDom)return!1;this.options=axExtend({checkDom:"",clearDom:"",separator:",",includeDisabled:!0,onInit:"",onChecked:"",onCheckAll:"",onClearAll:""},e,this.targetDom,this.constructor.name),this.handlers={},this.checkDom=this.options.checkDom?axIdToDom(this.options.checkDom):"",this.clearDom=this.options.clearDom?axIdToDom(this.options.clearDom):"",this.list=[],this.listAvailable=[],this.toggleType="",this.state="",this.toggleBtns=[],this.name="",this.init()}init(){return this.getOptionsList(),0!==this.list.length&&(this.observeToggle(),this.observeList(),this.options.onInit&&this.options.onInit.call(this),this)}observeList(){this.setLinkage(), this.listAvailable.forEach(t=>{t.field.addEventListener("change",()=>{this.setLinkage()},!1)})}observeToggle(){this.checkDom&&"checkbox"===this.checkDom.type?(this.toggleType="checkbox",this.toggleBtns=[this.checkDom],this.checkDom.checked&&this.checkAll(),this.checkDom.addEventListener("change",()=>{this.checkDom.checked?this.checkAll():this.clearAll()},!1)):this.checkDom&&"radio"===this.checkDom.type?(this.toggleType="radio",this.toggleBtns=[...document.querySelectorAll(this.options.checkDom.replace("[","[name="))],1==axMultiValues(this.options.checkDom,"radio","string")&&this.checkAll(),this.toggleBtns.forEach(t=>{t.addEventListener("change",()=>{let t=axMultiValues(this.options.checkDom,"radio","string");1==t?this.checkAll():this.clearAll()},!1)})):(this.toggleType="button",this.checkDom&&(this.toggleBtns.push(this.checkDom),this.checkDom.onclick=(()=>{this.checkAll()})),this.clearDom&&(this.toggleBtns.push(this.clearDom),this.clearDom.onclick=(()=>{this.clearAll()})))}setLinkage(){let t=axMultiValues(this.name,"checkbox","array");if(0===t.length){if(this.state="cleared",this.toggleBtns.forEach(t=>{t.removeAttribute("checking")}),this.checkDom&&"checkbox"===this.toggleType)this.checkDom.checked=!1;else if(this.toggleType="radio"){let t=this.toggleBtns.find(t=>t.checked);t&&(t.checked=!1)}this.options.onClearAll&&this.options.onClearAll.call(this),"clearAll"in this.handlers&&this.emit("clearAll","")}else if(t.length===this.listAvailable.length){if(this.state="checked",this.toggleBtns.forEach(t=>{t.removeAttribute("checking")}),this.checkDom&&"checkbox"===this.toggleType)this.checkDom.checked=!0;else if(this.toggleType="radio"){let t=this.toggleBtns.find(t=>1==t.value);t&&(t.checked=!0)}this.options.onCheckAll&&this.options.onCheckAll.call(this),"checkAll"in this.handlers&&this.emit("checkAll","")}else this.state="checking",this.checkDom&&"checkbox"===this.toggleType?(this.checkDom.checked=!1,this.checkDom.setAttribute("checking","")):(this.toggleType="radio")&&this.toggleBtns.forEach(t=>{t.checked&&(t.checked=!1),1==t.value&&t.setAttribute("checking","")})}getOptionsList(t=this.options.includeDisabled){return[...this.targetDom.querySelectorAll("label")].forEach(e=>{let s=e.querySelector("input");t?this.list.push({dom:e,field:s,name:s.name,value:s.value}):e.field.disabled||this.list.push({dom:e,field:s,name:s.name,value:s.value})}),this.list.find(t=>!t.name)&&console.error("Checkbox must have name attribute!"),this.list.some(t=>t.name!=this.list[0].name)&&console.error("All names need to be consistent!"),this.list.find(t=>!t.value||!t.field.hasAttribute("value"))&&console.error("Checkbox must have a value!"),this.listAvailable=t?this.list.filter(t=>!t.field.disabled):this.list,this.name=this.listAvailable[0].name,this.list}getValues(t,e){t=t||"array",e=e||this.options.separator;let s=this.list.filter(t=>t.field.checked),i=s.map(t=>t.field.value);return"string"===t?i.join(e):"array"===t?i:""}checked(t,e){let s=[];if("string"==typeof t)s=t.split(this.options.separator);else{if(!Array.isArray(t))return!1;s=t}return s.forEach(t=>{let e=this.list.find(e=>e.value==t);e&&(e.field.checked=!0)}),this.setLinkage(),e&&e.call(this,s),this.options.onChecked&&this.options.onChecked.call(this,s),"checked"in this.handlers&&this.emit("checked",s),this}checkAll(t){return this.state="checked",this.list.forEach(t=>{t.field.disabled||(t.field.checked=!0)}),this.toggleBtns.forEach(t=>{t.removeAttribute("checking")}),t&&t.call(this),this.options.onCheckAll&&this.options.onCheckAll.call(this),"checkAll"in this.handlers&&this.emit("checkAll",""),this}clearAll(t){return this.state="cleared",this.list.forEach(t=>{t.field.checked&&(t.field.checked=!1)}),this.toggleBtns.forEach(t=>{t.removeAttribute("checking")}),t&&t.call(this),this.options.onClearAll&&this.options.onClearAll.call(this),"clearAll"in this.handlers&&this.emit("clearAll",""),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axForm{constructor(t,e){return this.targetDom=t?axIdToDom(t):null,this.form,this.output=[],this.handlers={},this.targetDom?"FORM"==this.targetDom.nodeName?this.form=this.targetDom:(this.form=axAddElem("form"),this.targetDom.appendChild(this.form)):this.form=axAddElem("form"),this.init(e),this}init(t){return this.setAttribute(t),t.rows.forEach(e=>{this.createSection(e,t.style)}),t.onInit&&t.onInit.call(this,this.output),axInstance.push(this,t.insName,"form"),this}createTpl(t,e){let s="",i="",o="";if(t.title&&t.title.show&&(s=t.title.html?t.title.html:`
                ${t.title.text?t.title.text:""}
                `),i="emulate"==e?'
                ':"fit"==e?'
                ':'
                ',!axIsEmpty(t.props))for(let e in t.props)o+=` ${e}="${t.props[e]}" `;return`\n \n ${t.before||""}\n
                \n
                \n ${s}\n
                \n
                \n
                \n ${t.tools?t.tools:""}\n
                \n
                \n ${t.after||""}\n ${i}\n \n `}setAttribute(t){if("emulate"==t.style?this.form.classList.add("ax-emulate"):"fit"==t.style&&this.form.classList.add("ax-fit-tel"),t.className&&this.form.classList.add(t.className),!axIsEmpty(t.props))for(let e in t.props)this.form.setAttribute(e,t.props[e])}createCols(t,e,s,i,o,a){t.forEach(t=>{let n,r;"grid"==s?(e.classList.add("ax-grid"),n=axAddElem("div"),i&&e.classList.add("ax-grid-"+i),e.style.gridGap=o,r=n,e.appendChild(n),a(t,n)):"flex"==s?(e.classList.add("ax-row"),n=axAddElem("div",{class:"ax-col"}),r=n,e.appendChild(n),a(t,n)):(n=e,r=a(t,n)),t.prefix&&r.insertAdjacentHTML("beforebegin",t.prefix),t.suffix&&r.insertAdjacentHTML("afterend",t.suffix)})}createSection(t,e){let s=axStrToDom(this.createTpl(t,e)),i=s.querySelector(".ax-form-input");axIsEmpty(t.cols)?this.createItem(t,i):this.createCols(t.cols,i,t.display,t.columns,t.gap,(t,e)=>this.createItem(t,e)),this.form.appendChild(s)}createItem(t,e){let s,i={};if("select"==t.type)s=axAddElem("select",{name:t.name||"",...t.props}),t.className&&s.setAttribute("class",t.className),e.appendChild(s),t.options&&t.options.length>0&&t.options.forEach(t=>{let e=axAddElem("option",{value:t.value||""},t.label);t.checked&&e.setAttribute("selected",""),t.disabled&&e.setAttribute("disabled",""),s.appendChild(e),t.callback&&t.callback.call(this,e,t)});else if("radio"==t.type){for(let s in t.props)e.setAttribute(s,t.props[s]);t.className&&e.setAttribute("class",t.className),s=[],this.createCols(t.options,e,t.display,t.columns,t.gap,(e,i)=>{let o=axAddElem("input",{type:"radio",name:t.name||"",value:e.value||""}),a=axAddElem("label",{class:"ax-radio"},` ${e.label}`);return e.checked&&(o.checked=!0),e.disabled&&(o.disabled=!0),a.insertAdjacentElement("afterBegin",o),i.appendChild(a),s.push(o),a})}else if("checkbox"==t.type){for(let s in t.props)e.setAttribute(s,t.props[s]);t.className&&e.setAttribute("class",t.className),s=[],this.createCols(t.options,e,t.display,t.columns,t.gap,(e,i)=>{let o=axAddElem("input",{type:"checkbox",name:t.name||"",value:e.value||""}),a=axAddElem("label",{class:"ax-checkbox"},` ${e.label}`);return e.checked&&(o.checked=!0),e.disabled&&(o.disabled=!0),a.insertAdjacentElement("afterBegin",o),i.appendChild(a),s.push(o),a})}else"html"==t.type?(s=axAddElem("div",t.props,t.value||""),t.className&&s.setAttribute("class",t.className),e.appendChild(s)):"a"==t.type?(s=axAddElem("a",t.props,t.value||""),t.className&&s.setAttribute("class",t.className),e.appendChild(s)):"button"==t.type?(s=axAddElem("button",t.props,t.value||""),t.className&&s.setAttribute("class",t.className),e.appendChild(s)):"textarea"==t.type?(s=axAddElem("textarea",{name:t.name||"",value:t.value||"",...t.props}),t.readonly&&(s.readonly=!0),t.disabled&&(s.disabled=!0),t.className&&s.setAttribute("class",t.className),t.placeholder&&s.setAttribute("placeholder",t.placeholder),e.appendChild(s)):(s=axAddElem("input",{type:t.type,name:t.name||"",value:t.value||"",...t.props}),t.readonly&&(s.readonly=!0),t.disabled&&(s.disabled=!0),t.className&&s.setAttribute("class",t.className),t.placeholder&&s.setAttribute("placeholder",t.placeholder),e.appendChild(s));return i.name=t.name||"",i.value=t.value||"",i.field=s,i.parent=e,this.output.push(i),t.callback&&t.callback.call(this,i),s}get(t="string",e=","){let s=[];return this.output.forEach(t=>{s.push(t.field)}),s=s.flat(2).filter(t=>["INPUT","SELECT","TEXTAREA"].includes(t.nodeName)&&t.name),axSerialize(s,t,e)}update(t,e){return this.form.innerHTML="",this.output=[],this.init(t),t.onUpdate&&t.onUpdate.call(this,this.output),e&&e.call(this,this.output),"updated"in this.handlers&&this.emit("updated",this.output),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axDodge{constructor(t,e){return this.targetDom=axIdToDom(t),!!this.targetDom&&(this.inputDom=this.targetDom.querySelector("input,textarea"),!!this.inputDom&&(this.options=axExtend({insName:"",placeholder:"请输入...",onInit:"",onSet:"",onClear:""},e,this.targetDom,this.constructor.name),this.handlers={},this.isFocus=!1,this.focusEvent=(()=>{this.inputDom.focus(),this.targetDom.classList.add("ax-active"),this.inputDom.removeAttribute("readonly"),this.isFocus=!0}),this.blurEvent=(()=>{this.inputDom.blur(),this.inputDom.value?this.targetDom.classList.add("ax-active"):this.targetDom.classList.remove("ax-active"),this.inputDom.setAttribute("readonly",""),this.isFocus=!1}),void this.init()))}init(){axInstance.push(this,this.options.insName,"dodge"),this.setAttribute(),this.labelDom=axAddElem("label");let t=this.inputDom.getAttribute("placeholder");return t?(this.labelDom.innerHTML=t,this.inputDom.removeAttribute("placeholder")):this.labelDom.innerHTML=this.options.placeholder,this.targetDom.appendChild(this.labelDom),this.inputDom.addEventListener("focus",this.focusEvent,!1),this.inputDom.addEventListener("blur",this.blurEvent,!1),this.labelDom.onclick=(()=>{this.focusEvent()}),this.inputDom.value&&this.focusEvent(),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this}setAttribute(){this.inputDom.setAttribute("readonly",""),this.inputDom.classList.contains("ax-lg")&&this.targetDom.classList.add("ax-lg"),!this.targetDom.classList.contains("ax-dodge")&&this.targetDom.classList.add("ax-dodge")}set(t,e){return t?(this.inputDom.value=t,this.focusEvent()):this.inputDom.focus(),this.options.onSet&&this.options.onSet.call(this,t),this.handlers.hasOwnProperty("set")&&this.emit("set",t),e&&e.call(this,t),this}clear(t){return this.inputDom.value="",this.inputDom.blur(),this.blurEvent(),this.options.onClear&&this.options.onClear.call(this),this.handlers.hasOwnProperty("clear")&&this.emit("clear",""),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axPanel{constructor(t,e){if(this.targetDom=axIdToDom(t),!this.targetDom)return!1;this.options=axExtend({insName:"",type:"panel",display:"",expanded:!0,headerClosable:!1,arrow:{enable:!0,rotate:180,iconClose:"ax-icon-down",iconOpen:"ax-icon-down",position:"end"},breakpoints:{},onInit:"",onCollapsed:"",onExpanded:"",onRemove:"",onRestore:""},e,this.targetDom,this.constructor.name),this.handlers={},this.location={parent:this.targetDom.parentElement,brother:this.targetDom.nextElementSibling},this.expanded=!0,this.init()}init(){return axInstance.push(this,this.options.insName,"panel"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.headerDom=this.targetDom.querySelector(".ax-panel-header"),this.bodyDom=this.targetDom.querySelector(".ax-panel-body"),this.headerDom.querySelector("[arrow]")?this.arrowDom=this.headerDom.querySelector("[arrow]"):this.options.arrow.enable&&(this.arrowDom=axAddElem("i",{arrow:"",class:`ax-iconfont ${this.options.arrow.iconOpen}`}),"begin"===this.options.arrow.position?this.headerDom.insertAdjacentElement("afterbegin",this.arrowDom):"end"===this.options.arrow.position&&this.headerDom.insertAdjacentElement("beforeend",this.arrowDom)),this.setAttribute(),this.options.expanded&&!axIsVisible(this.bodyDom)?this.expand():!this.options.expanded&&axIsVisible(this.bodyDom)&&this.collapse(),this.options.headerClosable?this.headerDom.onclick=(()=>{axIsVisible(this.bodyDom)?this.collapse():this.expand()}):this.arrowDom&&(this.arrowDom.onclick=(()=>{axIsVisible(this.bodyDom)?this.collapse():this.expand()})),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this}setAttribute(){!this.targetDom.classList.contains("ax-panel")&&this.targetDom.classList.add("ax-panel"),"box"===this.targetDom.getAttribute("type")?this.options.type="box":"box"===this.options.type&&this.targetDom.setAttribute("type",this.options.type),this.options.lamp&&this.targetDom.setAttribute("lamp",this.options.lamp),this.options.headerClosable&&this.targetDom.setAttribute("headerClosable","")}expand(t){if(this.expanded)return!1;this.arrowDom&&(this.options.arrow.iconClose===this.options.arrow.iconOpen?this.arrowDom.classList.remove(`ax-deg${this.options.arrow.rotate}`):(this.arrowDom.classList.remove(this.options.arrow.iconClose),this.arrowDom.classList.add(this.options.arrow.iconOpen))),axSlideDown(this.bodyDom,this.options.display,()=>{this.expanded=!0,this.options.onExpanded&&this.options.onExpanded.call(this),this.handlers.hasOwnProperty("expanded")&&this.emit("expanded","")}),t&&t.call(this)}collapse(t){if(!this.expanded)return!1;this.arrowDom&&(this.options.arrow.iconClose===this.options.arrow.iconOpen?this.arrowDom.classList.add(`ax-deg${this.options.arrow.rotate}`):(this.arrowDom.classList.remove(this.options.arrow.iconOpen),this.arrowDom.classList.add(this.options.arrow.iconClose))),axSlideUp(this.bodyDom,this.options.display,()=>{this.expanded=!1,this.options.onCollapsed&&this.options.onCollapsed.call(this),this.handlers.hasOwnProperty("collapsed")&&this.emit("collapsed","")}),t&&t.call(this)}remove(t){if(axIsVnode(this.targetDom))return!1;this.targetDom.remove(),this.options.onRemove&&this.options.onRemove.call(this),this.handlers.hasOwnProperty("remove")&&this.emit("remove",""),t&&t.call(this)}restore(t){if(!axIsVnode(this.targetDom))return!1;this.location.brother?this.location.brother.insertAdjacentElement("beforebegin",this.targetDom):this.location.parent.appendChild(this.targetDom),this.options.onRestore&&this.options.onRestore.call(this),this.handlers.hasOwnProperty("restore")&&this.emit("restore",""),t&&t.call(this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axRipple{constructor(t,e){if(this.targetDom=axIdToDom(t),!this.targetDom)return!1;this.options=axExtend({insName:"",duration:0,removeTime:800,theme:"dark",breakpoints:{}},e,this.targetDom,this.constructor.name),this.init()}init(){axInstance.push(this,this.options.insName,"ripple"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),!this.targetDom.classList.contains("ax-ripple")&&this.targetDom.classList.add("ax-ripple"),this.targetDom.setAttribute("theme",this.options.theme);let t=axWidth(this.targetDom,"inner"),e=axHeight(this.targetDom,"inner"),s=Math.max(t,e);return this.targetDom.addEventListener("click",t=>{let e=t.clientX-(axOffset(this.targetDom).left-(document.documentElement.scrollLeft||window.pageXOffset||document.body.scrollLeft)),i=t.clientY-(axOffset(this.targetDom).top-(document.documentElement.scrollTop||window.pageYOffset||document.body.scrollTop)),o=axAddElem("u",{style:`left: ${e}px;top: ${i}px; width: ${s}px;height: ${s}px${this.options.duration?";animation-duration:"+this.options.duration+"ms":""}`,class:this.options.theme});this.targetDom.appendChild(o),setTimeout(()=>{o.parentNode.removeChild(o)},this.options.removeTime)},!1),this}}class axShortcut{constructor(t,e){if(this.targetDom=axIdToDom(t),!this.targetDom)return!1;this.options=axExtend({insName:"",shape:"",placement:"right-bottom",gap:{side:"",bottom:"",top:""},size:"",threshold:400,scrollTo:0,onInit:"",breakpoints:{}},e,this.targetDom,this.constructor.name),this.totopEvent=(()=>{let t=this.totop.querySelector("a"),e=document.documentElement.scrollTop||window.pageYOffset||document.body.scrollTop;e>=this.options.threshold?t.classList.add("ax-show"):t.classList.remove("ax-show")}),this.init()}init(){if(axInstance.push(this,this.options.insName,"shortcut"),!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.setAttribute(),this.children=[...this.targetDom.children],0===this.children.length)return!1;this.totop=this.targetDom.querySelector("[totop]");for(let t of this.children){let e=t.querySelector("[pop]");new axHover(t,{enter:()=>{t.classList.add("ax-active"),e&&axFadeIn(e)},leave:()=>{t.classList.remove("ax-active"),e&&axFadeOut(e)}})}return this.totop&&(this.totop.addEventListener("click",()=>{axScrollTo(this.options.scrollTo)},!1),window.addEventListener("scroll",this.totopEvent,!1)),this.options.onInit&&this.options.onInit.call(this),this}setAttribute(){!this.targetDom.classList.contains("ax-shortcut")&&this.targetDom.classList.add("ax-shortcut"),this.options.shape&&this.targetDom.setAttribute("shape",this.options.shape),this.options.placement&&this.targetDom.setAttribute("placement",this.options.placement),this.options.size&&this.targetDom.setAttribute("size",this.options.size),this.options.gap.side&&(this.options.placement.includes("left")?(this.targetDom.style.left=this.options.gap.side,this.targetDom.style.right="auto"):this.targetDom.style.right=this.options.gap.side),this.options.gap.bottom&&this.options.placement.includes("bottom")&&(this.targetDom.style.bottom=this.options.gap.bottom),this.options.gap.top&&(this.targetDom.style.top=this.options.gap.top,this.targetDom.style.bottom="auto")}}class axSpy{constructor(t,e){return!axIsEmpty(t)&&(this.targetDom=axIdToDom(t),this.options=axExtend({insName:"",offset:"0px",visible:[0,.5,1],parent:null,distance:0,spySelector:"",navSelector:"",btnSelector:"",duration:0,interval:500,repeat:!0,active:"",in:"",out:"",rel:"",breakpoints:{},onBefore:"",onShow:"",onShowing:"",onShown:"",onIn:"",onOut:"",onAdd:"",onRemove:"",onInit:"",onDestroy:""},e,this.targetDom,this.constructor.name),this.handlers={},this.navDom=this.options.navSelector?axIdToDom(this.options.navSelector):null,this.btnDoms=this.navDom&&this.options.btnSelector?this.navDom.querySelectorAll(this.options.btnSelector):[],this.parentDom=this.options.parent?axIdToDom(this.options.parent):this.options.parent,this.options.active.trim().startsWith("[")&&this.options.active.trim().endsWith("]")?(this.isAttr=!0,this.active=this.options.active.replace("[","").replace("]","").replace(" ","")):(this.activeIsAttr=!1,this.active=this.options.active),this.init(),this)}init(t){axInstance.push(this,this.options.insName,"spy"),this.destroyed=!1,!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.items=[],this.interactOpt(),this.interact=new IntersectionObserver(t=>{t.forEach(t=>{let e=[t.target,t.target.spy,t];t.isIntersecting?(t.target.spy.in&&axClass.add(t.target,t.target.spy.in,e=>!t.target.classList.contains(e)),0===t.intersectionRatio?(t.target.spy.state="show",this.handlers.hasOwnProperty("show")&&this.emit("show",...e),this.options.onShow&&this.options.onShow.call(this,...e)):1===t.intersectionRatio?(t.target.spy.state="shown",this.handlers.hasOwnProperty("shown")&&this.emit("shown",...e),this.options.onShown&&this.options.onShown.call(this,...e),this.setActiveOnly(t.target),this.options.repeat||this.interact.unobserve(t.target)):(t.target.spy.state="showing",this.handlers.hasOwnProperty("showing")&&this.emit("showing",...e),this.options.onShowing&&this.options.onShowing.call(this,...e)),this.handlers.hasOwnProperty("in")&&this.emit("in",...e),this.options.onIn&&this.options.onIn.call(this,...e)):(t.target.spy.state="hidden",this.options.repeat&&axDebounce(()=>{t.target.spy.out&&axClass.add(t.target,t.target.spy.out),t.target.spy.in&&axClass.del(t.target,t.target.spy.in),this.active&&t.target.spy.rel.forEach(t=>{this.isAttr?t.removeAttribute(this.active):axClass.del(t,this.active)})},this.options.interval)(),this.handlers.hasOwnProperty("out")&&this.emit("out",...e),this.options.onOut&&this.options.onOut.call(this,...e))})},this.interactOpt()),this.options.spySelector?this.items=[...this.targetDom.querySelectorAll(this.options.spySelector)]:this.items.push(this.targetDom);let e=!this.options.onBefore||this.options.onBefore.call(this,this.items);return e&&this.items.forEach(t=>{this.setSpyAttr(t),this.interact.observe(t)}),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),t&&t.call(this),this}setActiveOnly(t){if(this.active){t.spy.rel.forEach(t=>{this.isAttr?t.setAttribute(this.active,""):axClass.add(t,this.active,e=>!t.classList.contains(e))});let e=this.items.filter(e=>e!==t&&e.spy),s=e.map(t=>t.spy.rel).flat(1/0);s.forEach(t=>{this.isAttr?t.removeAttribute(this.active):axClass.del(t,this.active)})}}setSpyAttr(t){if(!axType(t).includes("HTML"))return!1;let e=axAttrToJson(t,"spy");t.spy={observed:!0,rel:this.getRels(t),in:e.in||this.options.in,out:e.out||this.options.out}}getRels(t){let e=[],s=[],i=[],o=[];if(t.id)if(this.btnDoms.length>0&&this.btnDoms[0].hasAttribute("href")){let t=this.btnDoms.find(t=>t.getAttribute("href")===`#${t.id}`);t&&e.push(t)}else e=[...document.querySelectorAll(`[href='#${t.id}']`)];else{let s=this.items.findIndex(e=>e==t);-1!==s&&this.btnDoms[s]&&e.push(this.btnDoms[s])}if(t.hasAttribute("spy")){let e=axAttrToJson(t,"spy");e.rel&&(s=axAllToDoms(e.rel))}return this.options.rel&&(i=axAllToDoms(this.options.rel)),o=[...e,...s,...i].filter(Boolean),o.forEach(e=>{e.onclick=(e=>{axPreventDefault(e),axScrollTo(t,{parent:this.parentDom,duration:this.options.duration,offset:this.options.distance})})}),o}interactOpt(){return this.offset=this.options.offset.replace(/\s*/g,"").split(","),1==this.offset.length?this.offset.push(...this.offset):offset.length>2&&this.offset.splice(0,2),{root:this.parentDom,rootMargin:this.offset[0]+" 0px "+this.offset[1]+" 0px",threshold:this.options.visible}}getDoms(t){let e=axType(t),s=[];return"Array"===e?s=t.map(t=>axIdToDom(t)).filter(Boolean):"String"===e&&(s=axAllToDoms(t).filter(Boolean)),s}add(t,e){if(this.destroyed)return this;let s=this.getDoms(t);s.forEach(t=>{t.spy?new axMessage({content:`媒体文件${t.dataset.src||t.src}已经处于监听状态,不需要添加监听操作!`,iconShow:!0,result:"warning"}).show():(this.setSpyAttr(t),this.interact.observe(t),!this.items.includes(t)&&this.items.push(t))}),this.handlers.hasOwnProperty("add")&&this.emit("add",s),this.options.onAdd&&this.options.onAdd.call(this,s),e&&e.call(this,s)}remove(t,e){if(this.destroyed)return this;let s=this.getDoms(t);s.forEach(t=>{this.items.includes(t)&&(t.spy?(Reflect.deleteProperty(t,"spy"),this.interact.unobserve(t)):new axMessage({content:`媒体文件${t.dataset.src||t.src}还未被监听,不需要取消监听操作!`,iconShow:!0,result:"warning"}).show())}),this.handlers.hasOwnProperty("remove")&&this.emit("remove",s),this.options.onRemove&&this.options.onRemove.call(this,s),e&&e.call(this,s)}destroy(t){return this.destroyed?this:(this.interact.disconnect(),this.items.forEach(t=>{t.spy.rel.forEach(t=>{t.onclick=null})}),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this)}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}class axWheel{constructor(t,e){return!!t&&(this.inputDom=axIdToDom(t),!!this.inputDom&&(this.options=axExtend({insName:"",storageName:"",content:"",ajaxType:"post",async:"",placeholder:"请选择",selected:"",lamps:"",output:{prop:"label",type:"chain",connector:"/",separator:">"},tools:{enable:!1,data:[]},display:"drawer",bubble:{},buttonDom:"",positionDom:"",toDrawer:!0,resultShow:!0,footerShow:!0,clearShow:!0,closeShow:!0,cancelShow:!1,resetShow:!1,confirmToHide:!0,autoFill:!1,autoCorrect:!0,rootStart:-1,idStart:0,next:"",language:{button:{clear:"清除",close:"关闭",cancel:"取消",reset:"重置",confirm:"确定"}},scroll:{},note:"",breakpoints:{},onInit:"",onSet:"",onConfirm:"",onReset:"",onClear:"",onCancel:"",onUpdate:"",onDestroy:"",onSave:""},e,this.inputDom,this.constructor.name),this.handlers={},void this.init()))}begin(){if(!axIsEmpty(this.options.breakpoints)&&axBreakpoints(this.options,this.options.breakpoints),this.data=[],this.ultimates=[],this.shownTimes=0,this.selecteds=[],this.lamps=[],axInstance.push(this,this.options.insName,"wheel"),this.destroyed=!1,this.options.storageName){let t=axLocalStorage.get(this.options.storageName);axIsEmpty(t)?axLocalStorage.set(this.options.storageName,{}):this.options=axExtend(this.options,t)}}async init(){this.begin(),this.createSkeleton(),this.setAttribute(),this.positionDom=this.options.positionDom?axIdToDom(this.options.positionDom):this.inputDom,this.buttonDom=this.options.buttonDom?axIdToDom(this.options.buttonDom):this.inputDom,"phone"===axClient()&&"inline"!==this.options.display&&this.options.toDrawer&&(this.options.display="drawer"),"inline"===this.options.display?this.positionDom.insertAdjacentElement("afterend",this.targetDom):"popup"===this.options.display?this.bubbleIns=new axPopup(this.positionDom,axExtend({size:"md",padding:!1,placement:"bottom-start",close:!1,footerShow:!1,rel:this.options.buttonDom,content:this.targetDom},this.options.bubble),this.buttonDom):"dialog"===this.options.display?this.bubbleIns=new axDialog(axExtend({size:"md",padding:!1,footerShow:!1,content:this.targetDom,rel:this.options.buttonDom},this.options.bubble),this.buttonDom):"drawer"===this.options.display&&(this.bubbleIns=new axDrawer(axExtend({size:"",padding:!1,footerShow:!1,content:this.targetDom,placement:"bottom",rel:this.options.buttonDom},this.options.bubble),this.buttonDom));let t=axType(this.options.content);if("String"==t&&this.options.async)"sql"===this.options.async?await axTreeMethod.getFullData({source:this.options.content,ajaxType:this.options.ajaxType,ajaxData:{pId:this.options.rootStart},rootStart:this.options.rootStart,idStart:this.options.idStart,async:!0,opened:t=>{this.contentXhr=t.xhr},before:t=>{this.bodyDom.innerHTML="",this.bodyDom.setAttribute("loading","")},success:()=>{this.bodyDom.removeAttribute("loading")}}).then(t=>{let e=!!t.data[0].hasOwnProperty("pId");this.data=[{id:0,treeData:t.data,flatData:axArrToFlat(t.data),maxFloor:t.floorMax,cascade:e}]}):"json"===this.options.async&&await axAjax({url:this.options.content,type:this.options.ajaxType,opened:t=>{this.contentXhr=t.xhr},before:t=>{this.bodyDom.innerHTML="",this.bodyDom.setAttribute("loading","")},success:t=>{if(axIsEmpty(t.content))return console.warn("No data obtained!"),!1;if(this.bodyDom.removeAttribute("loading"),Array.isArray(t.content[0]))this.getMultiData(t.content).then(t=>{this.data=t});else{let e=axTreeMethod.addPath(t.content,this.options.rootStart,this.options.idStart);this.data=[{id:0,treeData:e.data,flatData:axArrToFlat(e.data),maxFloor:e.floorMax,cascade:!0}]}}});else if("Array"===t){if(0===this.options.content.length)return console.warn("Array is empty!"),!1;await this.getMultiData(this.options.content).then(t=>{this.data=t})}else(t.includes("HTML")||axStrType(this.options.content))&&await axTreeMethod.getFullData({source:this.options.content,rootStart:this.options.rootStart,idStart:this.options.idStart}).then(t=>{this.data=[{id:0,treeData:t.data,flatData:axArrToFlat(t.data),maxFloor:t.floorMax,cascade:!0}]});return this.renderFinish(),this.handlers.hasOwnProperty("init")&&this.emit("init",""),this.options.onInit&&this.options.onInit.call(this),this}async getMultiData(t){let e=[];for(let[s,i]of t.entries()){let o=axType(i);if("Object"===o){await axTreeMethod.getFullData({source:t,rootStart:this.options.rootStart,idStart:this.options.idStart}).then(t=>{e.push({id:s,treeData:t.data,flatData:axArrToFlat(t.data),maxFloor:t.floorMax,cascade:!0})});break}if("string"==typeof i[0]||"number"==typeof i[0]){let t=i.map((t,e)=>{let s={id:e};return s[this.options.output.prop]=t,s});e.push({id:s,treeData:t,flatData:t,maxFloor:1,cascade:!1})}else await axTreeMethod.getFullData({source:i,rootStart:this.options.rootStart,idStart:this.options.idStart}).then(t=>{e.push({id:s,treeData:t.data,flatData:axArrToFlat(t.data),maxFloor:t.floorMax,cascade:!0})})}return e}setAttribute(){this.targetDom.setAttribute("display",this.options.display),"INPUT"===this.inputDom.nodeName&&this.inputDom.setAttribute("readonly","")}createSkeleton(){this.targetDom=axStrToDom(`\n
                \n ${this.options.resultShow?'
                '+this.options.placeholder+"
                ":""}\n ${this.options.tools.enable?'
                ':""}\n ${this.options.lamps?'
                  ':""}\n
                  \n ${this.options.note?'
                  '+this.options.note+"
                  ":""}\n ${this.options.footerShow?'':""}\n
                  \n `),this.headerDom=this.targetDom.querySelector(".ax-wheel-header"),this.toolsDom=this.targetDom.querySelector(".ax-wheel-tools"),this.lampDom=this.targetDom.querySelector(".ax-wheel-lamp"),this.bodyDom=this.targetDom.querySelector(".ax-wheel-body"),this.noteDom=this.targetDom.querySelector(".ax-wheel-note"),this.footerDom=this.targetDom.querySelector(".ax-wheel-footer"),this.footerDom&&(this.confirmDom=axAddElem("li",{confirm:""},this.options.language.button.confirm),this.clearDom=this.options.clearShow?axAddElem("li",{clear:""},this.options.language.button.clear):"",this.closeDom=this.options.closeShow?axAddElem("li",{close:""},this.options.language.button.close):"",this.cancelDom=this.options.cancelShow?axAddElem("li",{cancel:""},this.options.language.button.cancel):"",this.resetDom=this.options.resetShow?axAddElem("i",{reset:""},this.options.language.button.reset):"",this.options.cancelShow&&this.footerDom.appendChild(this.cancelDom),this.options.closeShow&&this.footerDom.appendChild(this.closeDom),this.options.clearShow&&this.footerDom.appendChild(this.clearDom),this.options.resetShow&&this.footerDom.appendChild(this.resetDom),this.footerDom.appendChild(this.confirmDom)),this.options.tools.enable&&this.options.tools.data.forEach(t=>{t.dom=axAddElem(t.node||"i",Object.assign({},t.props),t.name),t.callback&&(t.dom.onclick=t.callback.bind(this,t)),this.toolsDom.appendChild(t.dom)})}resetFromValue(){let t=this.getInputValue();if(this.value===t)return!1;if(this.selecteds=this.valueToSelects(t),this.selecteds.flat(1/0).length>0)for(let[t,e]of this.selecteds.entries()){if(!e)continue;let s=this.data[t].cascade,i=this.data[t].wheels[0].wheel,o=e[0].dom;s?i.snapped!==o?i.scrollTo(o):i.setSnapped({force:!0}):i.snapped!==o&&i.scrollTo(o)}}createItem(t){ let e=t.image?``:"",s=t.avatar?``:"",i=t.legend?``:"",o=t.tip?`${t.tip}`:"",a=`
                • ${e}${s}${i}<# this.label #>${o}
                • `;return t.dom=axStrToDom(axTplEngine(a,t)),t.callback&&t.callback.call(this,t),t.dom}arrayToSection(t,e,s){let i=t.dom,o=axAddElem("ul"),a=document.createDocumentFragment();return i.innerHTML="",i.appendChild(o),e.forEach(t=>{this.createItem(t),a.appendChild(t.dom)}),o.appendChild(a),s?s.insertAdjacentElement("afterend",i):this.bodyDom.appendChild(i),i}createWheels(){let t=(t,s)=>{if(t.children)s.wheels[t.floor].dom.innerHTML="",this.data.length>1&&s.wheels[t.floor-1].dom.removeAttribute("breakpoint"),this.arrayToSection(s.wheels[t.floor],t.children,s.wheels[t.floor-1].dom),s.wheels[t.floor].lamp&&this.lampDom.appendChild(s.wheels[t.floor].lamp),e(s.wheels[t.floor],s,!1);else{this.data.length>1&&s.wheels[t.floor-1].dom.setAttribute("breakpoint","");let i=s.wheels.slice(t.floor);i.forEach(t=>{e(t,s,!0)}),this.getUltimates(s,t,"data"),this.save(),this.options.onSet&&this.options.onSet.call(this,t),this.handlers.hasOwnProperty("set")&&this.emit("set",t),this.setWheelsWidth()}},e=(t,e,i=!0)=>{this.setWheelState(t,i),i||(t.wheel=s(t,e))},s=(e,s)=>new axScroll(e.dom,{transInit:this.selecteds[s.id]&&this.selecteds[s.id][e.id]?this.selecteds[s.id][e.id].dom:0,distMouse:this.liHeight,paddingStart:2*this.liHeight,paddingEnd:2*this.liHeight,drift:{mode:"snap",timeTHR:100},snap:{enable:!0},toInitMode:"locate",onInit:function(){},onClick:axThrottle(function(t){let e=t.closest("li");e!==this.snapped&&[...this.wrapperDom.children].includes(e)&&this.scrollTo(t)},200),onSnap:e=>{if(s.cascade){let i=s.flatData.find(t=>t.dom===e);i&&t(i,s)}else{let t=this.getUltimates(s,e,"snap");this.setWheelsWidth(),this.data.length>1&&s.wheels[0].dom.setAttribute("breakpoint",""),this.save(),this.options.onSet&&this.options.onSet.call(this,t),this.handlers.hasOwnProperty("set")&&this.emit("set",t)}this.options.autoFill&&this.confirm(!1)}});this.data.forEach(t=>{t.wheels[0].wheel=s(t.wheels[0],t)})}getUltimates(t,e,s="data"){let i="snap"===s?t.flatData.find(t=>t.dom===e):e,o=this.ultimates.find(e=>e.id===t.id);return o?o.data=i:this.ultimates.push({id:t.id,data:i}),this.ultimates.sort((t,e)=>t.id-e.id),this.headerDom&&(this.headerDom.innerHTML=this.getValues()),i}setWheelState(t,e=!0){e?(Reflect.deleteProperty(t,"wheel"),t.hidden=!0,t.dom.style.width="0%",t.dom.innerHTML="",t.dom.setAttribute("hidden",""),t.lamp&&(t.lamp.style.width="0%",t.lamp.setAttribute("hidden",""))):(Reflect.deleteProperty(t,"hidden"),t.dom.removeAttribute("hidden"),t.lamp&&t.lamp.removeAttribute("hidden"))}setWheelsWidth(){let t=this.data.map(t=>t.wheels).flat(1/0).filter(t=>!t.hidden);t.forEach(e=>{let s=Math.floor(100/t.length*100)/100+"%";e.dom.style.width=s,e.lamp&&(e.lamp.style.width=s)})}renderFinish(){this.setWheelDoms(),this.options.selected?(this.selecteds=this.valueToSelects(this.options.selected),this.setInputValue(this.options.selected)):this.options.autoCorrect&&this.getInputValue()&&(this.selecteds=this.valueToSelects(this.getInputValue())),this.value=this.getInputValue(),this.bubbleIns?this.bubbleIns.on("show",()=>{this.options.autoCorrect&&(this.selecteds=this.valueToSelects(this.getInputValue())),0===this.shownTimes?(this.liHeight=parseInt(axStyle(this.bodyDom).height)/5,this.createWheels()):this.options.autoCorrect&&this.resetFromValue(),this.shownTimes++}):(this.liHeight=parseInt(axStyle(this.bodyDom).height)/5,this.createWheels()),this.confirmDom&&(this.confirmDom.onclick=(()=>{this.confirm()})),this.clearDom&&(this.clearDom.onclick=(()=>{this.clear()})),this.cancelDom&&(this.cancelDom.onclick=(()=>{this.cancel()})),this.resetDom&&(this.resetDom.onclick=(()=>{this.reset()}))}getSelects(){let t=this.data.map(t=>t.wheels.map(t=>t.wheel.snapped)),e=t.map((t,e)=>{t.map(t=>this.data[e].flatData.find(e=>e.dom==t)).filter(Boolean)});return e}getValues(t){let e=Object.assign(this.options.output,t),s=this.ultimates.map((t,s)=>{if(t.data.path){let i=axTreeMethod.getItemsFromPath({path:t.data.path,data:this.data[s].flatData,connector:e.connector,prop:e.prop}).path,o=i.split(e.connector);return"ultimate"===this.options.output.type&&(i=o.at(-1),o=o.slice(-1)),e.isArray?o:i}return[t.data[e.prop]]});return e.isArray?s:s.join(e.separator)}confirm(t=this.options.confirmToHide,e){if(this.destroyed)return this;if(this.value=this.getValues(),this.setInputValue(this.value),t&&this.bubbleIns){this.bubbleIns.hide();let t=this.options.next?axInstance.find(this.options.next,"wheel"):null;t&&t.bubbleIns&&t.bubbleIns.show()}this.handlers.hasOwnProperty("confirm")&&this.emit("confirm",this.value),this.options.onConfirm&&this.options.onConfirm.call(this,this.value),e&&e.call(this,this.value)}setInputValue(t){this.inputDom&&("INPUT"===this.inputDom.nodeName?this.inputDom.value=t:this.inputDom.innerHTML=t)}getInputValue(){let t="";return this.inputDom&&(t="INPUT"===this.inputDom.nodeName?this.inputDom.value.trim():this.inputDom.innerText.trim()),t}valueToSelects(t){t=t.trim();let e=[];if("ultimate"===this.options.output.type){let s=this.data.at(-1).flatData.find(e=>e[this.options.output.prop]==t);s&&(e=this.data.map((t,e)=>{let i=[];return e===this.data.length-1&&(i=t.flatData[0].hasOwnProperty("pId")?axTreeMethod.getItemsFromPath({path:s.path,data:t.flatData}).items:[t]),i}).filter(Boolean))}else"chain"===this.options.output.type&&(e=t.split(this.options.output.separator).map((t,e)=>{if(t.includes(this.options.output.connector))return this.data[e].flatData[0].hasOwnProperty("pId")?t.split(this.options.output.connector).map(t=>this.data[e].flatData.find(e=>e[this.options.output.prop]==t)):[];{let s,i=this.data[e].flatData.find(e=>e[this.options.output.prop]==t);return s=i?this.data[e].cascade?axTreeMethod.getItemsFromPath({path:i.path,data:this.data[e].flatData}).items:[i]:[],s}}).filter(Boolean));return this.data.length!==e.length?this.data.map((t,s)=>e[s]?e[s]:[]):e}setWheelDoms(){this.options.lamps&&(this.lamps=this.options.lamps.split(this.options.output.separator).map(t=>t.split(this.options.output.connector))),this.data.forEach((t,e)=>{t.hasOwnProperty("id")&&(t.id=e),t.wheels=[];for(let s=0;s[]),this.data.forEach(t=>{t.cascade?t.wheels[0].wheel.snapped===t.treeData[0].dom?t.wheels[0].wheel.setSnapped({force:!0}):t.wheels[0].wheel.toStart():t.wheels[0].wheel.snapped!==t.treeData[0].dom&&t.wheels[0].wheel.toStart()}),this.handlers.hasOwnProperty("reset")&&this.emit("reset",""),this.options.onReset&&this.options.onReset.call(this),t&&t.call(this),this)}clear(t){return this.destroyed?this:(this.options.autoFill||this.setInputValue(""),this.reset(),this.handlers.hasOwnProperty("clear")&&this.emit("clear",""),this.options.onClear&&this.options.onClear.call(this),t&&t.call(this),this)}cancel(t){return this.destroyed?this:(this.bubbleIns&&this.bubbleIns.hide(),this.clear(),this.handlers.hasOwnProperty("cancel")&&this.emit("cancel",""),this.options.onCancel&&this.options.onCancel.call(this),t&&t.call(this),this)}async update(t,e){return this.destroyed?this:(this.options=axExtend(this.options,t),this.options.storageName&&axLocalStorage.set(this.options.storageName,{}),this.targetDom.remove(),this.save(),await this.init(),this.handlers.hasOwnProperty("update")&&this.emit("update",""),this.options.onUpdate&&this.options.onUpdate.call(this),e&&e.call(this),this)}save(t,e){if(this.destroyed)return this;if(!this.options.storageName)return!1;t?axLocalStorage.set(this.options.storageName,t):(this.options.selected=this.getValues(),axLocalStorage.set(this.options.storageName,this.options));let s=axLocalStorage.get(this.options.storageName);return this.handlers.hasOwnProperty("save")&&this.emit("save",s),this.options.onSave&&this.options.onSave.call(this,s),e&&e.call(this,s),this}destroy(t){return this.inputDom.onclick=null,this.positionDom&&(this.positionDom.onclick=null),this.buttonDom&&(this.buttonDom.onclick=null),this.contentXhr&&this.contentXhr.abort(),this.bubbleIns&&this.bubbleIns.destroy(),this.destroyed=!0,this.handlers.hasOwnProperty("destroy")&&this.emit("destroy",""),this.options.onDestroy&&this.options.onDestroy.call(this),t&&t.call(this),this}on(t,e){return axAddPlan(t,e,this),this}emit(t,...e){axExePlan(t,this,...e)}off(t,e){return axDelPlan(t,e,this),this}}const axInit=(t,e=document)=>{let s=axIdToDom(e);if(axIsEmpty(t)||t.includes("other")){let t=[...s.querySelectorAll(".ax-pos-left")];for(let e of t)"INPUT"!=e.nextElementSibling.nodeName&&"TEXTAREA"!=e.nextElementSibling.nodeName||(e.nextElementSibling.style.paddingLeft=`${axWidth(e,"outer")/10}rem`);let e=[...s.querySelectorAll(".ax-pos-right [clear]")].filter(t=>!t.clear),i=function(){let t=this.parentElement.previousElementSibling;"INPUT"!=t.nodeName&&"TEXTAREA"!=t.nodeName||(t.value="")};for(let t of e)t.clear=!0,t.addEventListener("click",i,!1)}let i=[],o=["axAccordion","axAlert","axAmount","axCage","axCheckbox","axCheckAll","axComplete","axDate","axDialog","axDodge","axDrawer","axDropdown","axGesture","axInfinite","axInput","axLazyload","axList","axMenu","axMore","axPanel","axPagination","axPopup","axProgress","axRange","axRipple","axSelect","axShare","axShortcut","axSpy","axStick","axSwiper","axTab","axTags","axTooltip","axUpload","axTree","axRate","axWheel","axScroll","axSlider"],a=t=>{axIsEmpty(t)||(t=t.map(t=>t.startsWith("ax")?t:"ax"+t.slice(0,1).toUpperCase()+t.slice(1)));let e=t||o,i=e.map(t=>`[${t}]`).join(","),a=[...s.querySelectorAll(i)],n=e.map(t=>{let e=a.filter(e=>e.attributes.hasOwnProperty(t.toLowerCase())&&!e[t]);return{module:t,nodeList:e}});return n},n=t=>{for(let e of t)if(0!==e.nodeList.length)if(["axDialog","axDrawer","axPopup"].includes(e.module))r(e.module,e.nodeList);else{let t="dom";"axMessage"===e.module?t="":"axSwiper"===e.module&&(t="dom,axAttrToJson(dom, 'axSwiper')"),e.nodeList.forEach(s=>{let i=new Function("dom",`try {return new ${e.module}(${t})} catch(e) {}`)(s);i&&(s[e.module]=!0)})}},r=(t,e)=>{let s=(e,i)=>{e.forEach(e=>{let o,a="dom";"axDialog"!==t&&"axDrawer"!==t||(a="'',dom"),o=new Function("dom",`try {return new ${t}(${a})} catch(e) {}`)(e),o&&(e[t]=!0),i&&o&&(o.targetDom.style.zIndex=parseInt(getComputedStyle(i.targetDom).zIndex)+1);let n=o.content.querySelectorAll(`[${t}]`);n.length>0&&s(n,o)})};s(e)};if(axIsEmpty(t))i=a();else{let e=axType(t);"String"===e?"other"!==t&&(i=a([t])):"Array"===e&&(t=t.filter(t=>"other"!==t),i=a(t))}i.length>0&&n(i)};axInit();