evui 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/dist/index.js +23148 -0
  2. package/dist/index.umd.cjs +28 -0
  3. package/package.json +5 -11
  4. package/dist/_virtual/_plugin-vue_export-helper.js +0 -9
  5. package/dist/common/utils.bignumber.js +0 -23
  6. package/dist/common/utils.debounce.js +0 -66
  7. package/dist/common/utils.js +0 -64
  8. package/dist/common/utils.throttle.js +0 -15
  9. package/dist/components/button/Button.vue.js +0 -65
  10. package/dist/components/button/index.js +0 -7
  11. package/dist/components/buttonGroup/ButtonGroup.vue.js +0 -14
  12. package/dist/components/buttonGroup/index.js +0 -7
  13. package/dist/components/calendar/Calendar.vue.js +0 -299
  14. package/dist/components/calendar/index.js +0 -7
  15. package/dist/components/calendar/uses.js +0 -579
  16. package/dist/components/chart/Chart.vue.js +0 -261
  17. package/dist/components/chart/ChartToolbar.vue.js +0 -32
  18. package/dist/components/chart/chart.core.js +0 -738
  19. package/dist/components/chart/chartZoom.core.js +0 -221
  20. package/dist/components/chart/element/element.bar.js +0 -358
  21. package/dist/components/chart/element/element.bar.time.js +0 -55
  22. package/dist/components/chart/element/element.heatmap.js +0 -403
  23. package/dist/components/chart/element/element.line.js +0 -292
  24. package/dist/components/chart/element/element.pie.js +0 -73
  25. package/dist/components/chart/element/element.scatter.js +0 -209
  26. package/dist/components/chart/element/element.tip.js +0 -312
  27. package/dist/components/chart/helpers/helpers.canvas.js +0 -141
  28. package/dist/components/chart/helpers/helpers.constant.js +0 -253
  29. package/dist/components/chart/helpers/helpers.util.js +0 -265
  30. package/dist/components/chart/index.js +0 -7
  31. package/dist/components/chart/model/index.js +0 -6
  32. package/dist/components/chart/model/model.series.js +0 -82
  33. package/dist/components/chart/model/model.store.js +0 -650
  34. package/dist/components/chart/plugins/plugins.interaction.js +0 -823
  35. package/dist/components/chart/plugins/plugins.legend.gradient.js +0 -281
  36. package/dist/components/chart/plugins/plugins.legend.js +0 -665
  37. package/dist/components/chart/plugins/plugins.pie.js +0 -86
  38. package/dist/components/chart/plugins/plugins.scrollbar.js +0 -345
  39. package/dist/components/chart/plugins/plugins.title.js +0 -43
  40. package/dist/components/chart/plugins/plugins.tooltip.js +0 -508
  41. package/dist/components/chart/scale/scale.js +0 -492
  42. package/dist/components/chart/scale/scale.linear.js +0 -248
  43. package/dist/components/chart/scale/scale.logarithmic.js +0 -82
  44. package/dist/components/chart/scale/scale.step.js +0 -227
  45. package/dist/components/chart/scale/scale.time.category.js +0 -148
  46. package/dist/components/chart/scale/scale.time.js +0 -95
  47. package/dist/components/chart/uses.js +0 -479
  48. package/dist/components/chartBrush/ChartBrush.vue.js +0 -198
  49. package/dist/components/chartBrush/chartBrush.core.js +0 -265
  50. package/dist/components/chartBrush/index.js +0 -7
  51. package/dist/components/chartBrush/uses.js +0 -18
  52. package/dist/components/chartGroup/ChartGroup.vue.js +0 -128
  53. package/dist/components/chartGroup/index.js +0 -7
  54. package/dist/components/chartGroup/uses.js +0 -47
  55. package/dist/components/checkbox/Checkbox.vue.js +0 -99
  56. package/dist/components/checkbox/index.js +0 -7
  57. package/dist/components/checkboxGroup/CheckboxGroup.vue.js +0 -40
  58. package/dist/components/checkboxGroup/index.js +0 -7
  59. package/dist/components/contextMenu/ContextMenu.vue.js +0 -70
  60. package/dist/components/contextMenu/MenuList.vue.js +0 -105
  61. package/dist/components/contextMenu/index.js +0 -7
  62. package/dist/components/contextMenu/uses.js +0 -79
  63. package/dist/components/datePicker/DatePicker.vue.js +0 -310
  64. package/dist/components/datePicker/index.js +0 -7
  65. package/dist/components/datePicker/uses.js +0 -190
  66. package/dist/components/grid/Grid.vue.js +0 -1261
  67. package/dist/components/grid/GridColumnSetting.vue.js +0 -212
  68. package/dist/components/grid/GridFilterSetting.vue.js +0 -222
  69. package/dist/components/grid/GridPagination.vue.js +0 -69
  70. package/dist/components/grid/GridSummary.vue.js +0 -186
  71. package/dist/components/grid/GridToolbar.vue.js +0 -15
  72. package/dist/components/grid/icon/icon-option-button.vue.js +0 -39
  73. package/dist/components/grid/icon/icon-sort-button.vue.js +0 -56
  74. package/dist/components/grid/index.js +0 -7
  75. package/dist/components/grid/uses.js +0 -697
  76. package/dist/components/icon/Icon.vue.js +0 -50
  77. package/dist/components/icon/index.js +0 -8
  78. package/dist/components/inputNumber/InputNumber.vue.js +0 -112
  79. package/dist/components/inputNumber/index.js +0 -7
  80. package/dist/components/inputNumber/uses.js +0 -76
  81. package/dist/components/loading/Loading.vue.js +0 -78
  82. package/dist/components/loading/index.js +0 -7
  83. package/dist/components/menu/Menu.vue.js +0 -66
  84. package/dist/components/menu/MenuItem.vue.js +0 -125
  85. package/dist/components/menu/index.js +0 -7
  86. package/dist/components/message/Message.vue.js +0 -122
  87. package/dist/components/message/index.js +0 -16
  88. package/dist/components/messageBox/MessageBox.vue.js +0 -216
  89. package/dist/components/messageBox/index.js +0 -13
  90. package/dist/components/notification/Notification.vue.js +0 -140
  91. package/dist/components/notification/index.js +0 -23
  92. package/dist/components/pagination/Pagination.vue.js +0 -215
  93. package/dist/components/pagination/index.js +0 -7
  94. package/dist/components/pagination/pageButton.vue.js +0 -35
  95. package/dist/components/progress/Progress.vue.js +0 -88
  96. package/dist/components/progress/index.js +0 -7
  97. package/dist/components/radio/Radio.vue.js +0 -75
  98. package/dist/components/radio/index.js +0 -7
  99. package/dist/components/radioGroup/RadioGroup.vue.js +0 -37
  100. package/dist/components/radioGroup/index.js +0 -7
  101. package/dist/components/scheduler/Scheduler.vue.js +0 -128
  102. package/dist/components/scheduler/index.js +0 -7
  103. package/dist/components/scheduler/uses.js +0 -73
  104. package/dist/components/select/Select.vue.js +0 -381
  105. package/dist/components/select/index.js +0 -7
  106. package/dist/components/select/uses.js +0 -147
  107. package/dist/components/slider/Slider.vue.js +0 -243
  108. package/dist/components/slider/index.js +0 -7
  109. package/dist/components/slider/uses.js +0 -188
  110. package/dist/components/tabPanel/TabPanel.vue.js +0 -39
  111. package/dist/components/tabPanel/index.js +0 -7
  112. package/dist/components/tabs/Tabs.vue.js +0 -220
  113. package/dist/components/tabs/index.js +0 -7
  114. package/dist/components/textField/TextField.vue.js +0 -209
  115. package/dist/components/textField/index.js +0 -7
  116. package/dist/components/timePicker/TimePicker.vue.js +0 -227
  117. package/dist/components/timePicker/index.js +0 -7
  118. package/dist/components/toggle/Toggle.vue.js +0 -66
  119. package/dist/components/toggle/index.js +0 -7
  120. package/dist/components/tree/Tree.vue.js +0 -220
  121. package/dist/components/tree/TreeNode.vue.js +0 -146
  122. package/dist/components/tree/index.js +0 -7
  123. package/dist/components/treeGrid/TreeGrid.vue.js +0 -898
  124. package/dist/components/treeGrid/TreeGridNode.vue.js +0 -274
  125. package/dist/components/treeGrid/TreeGridToolbar.vue.js +0 -15
  126. package/dist/components/treeGrid/index.js +0 -7
  127. package/dist/components/treeGrid/uses.js +0 -497
  128. package/dist/components/window/Window.vue.js +0 -211
  129. package/dist/components/window/index.js +0 -7
  130. package/dist/components/window/uses.js +0 -345
  131. package/dist/directives/clickoutside.js +0 -47
  132. package/dist/main.js +0 -142
  133. package/dist/package.json.js +0 -4
  134. package/dist/resolver.js +0 -17
@@ -0,0 +1,28 @@
1
+ (function(se,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],i):(se=typeof globalThis<"u"?globalThis:se||self,i(se.evui={},se.Vue))})(this,function(se,i){"use strict";function Jr(e,t){const n=Object.create(null),o=e.split(",");for(let s=0;s<o.length;s++)n[o[s]]=!0;return s=>!!n[s]}const xi=process.env.NODE_ENV!=="production"?Object.freeze({}):{};process.env.NODE_ENV==="production"||Object.freeze([]);const $s=()=>{},Qr=/^on[^a-z]/,ec=e=>Qr.test(e),Qe=Object.assign,tc=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},nc=Object.prototype.hasOwnProperty,go=(e,t)=>nc.call(e,t),pe=Array.isArray,Jt=e=>yo(e)==="[object Map]",oc=e=>yo(e)==="[object Set]",Oe=e=>typeof e=="function",dt=e=>typeof e=="string",po=e=>typeof e=="symbol",Pe=e=>e!==null&&typeof e=="object",ic=e=>(Pe(e)||Oe(e))&&Oe(e.then)&&Oe(e.catch),sc=Object.prototype.toString,yo=e=>sc.call(e),Xs=e=>yo(e).slice(8,-1),lc=e=>yo(e)==="[object Object]",bi=e=>dt(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,ac=(e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))})(e=>e.charAt(0).toUpperCase()+e.slice(1)),Qt=(e,t)=>!Object.is(e,t),rc=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})};let Us;const Ci=()=>Us||(Us=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Si(e){if(pe(e)){const t={};for(let n=0;n<e.length;n++){const o=e[n],s=dt(o)?uc(o):Si(o);if(s)for(const l in s)t[l]=s[l]}return t}if(dt(e)||Pe(e))return e}const cc=/;(?![^(]*\))/g,dc=/:([^]+)/,hc=/\/\*[^]*?\*\//g;function uc(e){const t={};return e.replace(hc,"").split(cc).forEach(n=>{if(n){const o=n.split(dc);o.length>1&&(t[o[0].trim()]=o[1].trim())}}),t}function wi(e){let t="";if(dt(e))t=e;else if(pe(e))for(let n=0;n<e.length;n++){const o=wi(e[n]);o&&(t+=o+" ")}else if(Pe(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function js(e,...t){console.warn(`[Vue warn] ${e}`,...t)}let Ys;const ki=e=>{const t=new Set(e);return t.w=0,t.n=0,t},Gs=e=>(e.w&It)>0,Zs=e=>(e.n&It)>0,Mi=new WeakMap;let pn=0,It=1;const Ei=30;let Ae;const Vt=Symbol(process.env.NODE_ENV!=="production"?"iterate":""),Ii=Symbol(process.env.NODE_ENV!=="production"?"Map key iterate":"");class fc{constructor(t,n=null,o){this.fn=t,this.scheduler=n,this.active=!0,this.deps=[],this.parent=void 0,function(s,l=Ys){l&&l.active&&l.effects.push(s)}(this,o)}run(){if(!this.active)return this.fn();let t=Ae,n=Pt;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=Ae,Ae=this,Pt=!0,It=1<<++pn,pn<=Ei?(({deps:o})=>{if(o.length)for(let s=0;s<o.length;s++)o[s].w|=It})(this):qs(this),this.fn()}finally{pn<=Ei&&(o=>{const{deps:s}=o;if(s.length){let l=0;for(let a=0;a<s.length;a++){const r=s[a];Gs(r)&&!Zs(r)?r.delete(o):s[l++]=r,r.w&=~It,r.n&=~It}s.length=l}})(this),It=1<<--pn,Ae=this.parent,Pt=n,this.parent=void 0,this.deferStop&&this.stop()}}stop(){Ae===this?this.deferStop=!0:this.active&&(qs(this),this.onStop&&this.onStop(),this.active=!1)}}function qs(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}let Pt=!0;const Ks=[];function Js(){Ks.push(Pt),Pt=!1}function Qs(){const e=Ks.pop();Pt=e===void 0||e}function Ue(e,t,n){if(Pt&&Ae){let o=Mi.get(e);o||Mi.set(e,o=new Map);let s=o.get(n);s||o.set(n,s=ki()),function(l,a){let r=!1;pn<=Ei?Zs(l)||(l.n|=It,r=!Gs(l)):r=!l.has(Ae),r&&(l.add(Ae),Ae.deps.push(l),process.env.NODE_ENV!=="production"&&Ae.onTrack&&Ae.onTrack(Qe({effect:Ae},a)))}(s,process.env.NODE_ENV!=="production"?{effect:Ae,target:e,type:t,key:n}:void 0)}}function vt(e,t,n,o,s,l){const a=Mi.get(e);if(!a)return;let r=[];if(t==="clear")r=[...a.values()];else if(n==="length"&&pe(e)){const d=Number(o);a.forEach((h,u)=>{(u==="length"||!po(u)&&u>=d)&&r.push(h)})}else switch(n!==void 0&&r.push(a.get(n)),t){case"add":pe(e)?bi(n)&&r.push(a.get("length")):(r.push(a.get(Vt)),Jt(e)&&r.push(a.get(Ii)));break;case"delete":pe(e)||(r.push(a.get(Vt)),Jt(e)&&r.push(a.get(Ii)));break;case"set":Jt(e)&&r.push(a.get(Vt))}const c=process.env.NODE_ENV!=="production"?{target:e,type:t,key:n,newValue:o,oldValue:s,oldTarget:l}:void 0;if(r.length===1)r[0]&&(process.env.NODE_ENV!=="production"?xo(r[0],c):xo(r[0]));else{const d=[];for(const h of r)h&&d.push(...h);process.env.NODE_ENV!=="production"?xo(ki(d),c):xo(ki(d))}}function xo(e,t){const n=pe(e)?e:[...e];for(const o of n)o.computed&&el(o,t);for(const o of n)o.computed||el(o,t)}function el(e,t){(e!==Ae||e.allowRecurse)&&(process.env.NODE_ENV!=="production"&&e.onTrigger&&e.onTrigger(Qe({effect:e},t)),e.scheduler?e.scheduler():e.run())}const mc=Jr("__proto__,__v_isRef,__isVue"),tl=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(po)),nl=gc();function gc(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const o=fe(this);for(let l=0,a=this.length;l<a;l++)Ue(o,"get",l+"");const s=o[t](...n);return s===-1||s===!1?o[t](...n.map(fe)):s}}),["push","pop","shift","unshift","splice"].forEach(t=>{e[t]=function(...n){Js();const o=fe(this)[t].apply(this,n);return Qs(),o}}),e}function pc(e){const t=fe(this);return Ue(t,"has",e),t.hasOwnProperty(e)}class ol{constructor(t=!1,n=!1){this._isReadonly=t,this._shallow=n}get(t,n,o){const s=this._isReadonly,l=this._shallow;if(n==="__v_isReactive")return!s;if(n==="__v_isReadonly")return s;if(n==="__v_isShallow")return l;if(n==="__v_raw"&&o===(s?l?ul:hl:l?Bc:dl).get(t))return t;const a=pe(t);if(!s){if(a&&go(nl,n))return Reflect.get(nl,n,o);if(n==="hasOwnProperty")return pc}const r=Reflect.get(t,n,o);return(po(n)?tl.has(n):mc(n))?r:(s||Ue(t,"get",n),l?r:ze(r)?a&&bi(n)?r:r.value:Pe(r)?s?ml(r):fl(r):r)}}class yc extends ol{constructor(t=!1){super(!1,t)}set(t,n,o,s){let l=t[n];if(zt(l)&&ze(l)&&!ze(o))return!1;if(!this._shallow&&(Di(o)||zt(o)||(l=fe(l),o=fe(o)),!pe(t)&&ze(l)&&!ze(o)))return l.value=o,!0;const a=pe(t)&&bi(n)?Number(n)<t.length:go(t,n),r=Reflect.set(t,n,o,s);return t===fe(s)&&(a?Qt(o,l)&&vt(t,"set",n,o,l):vt(t,"add",n,o)),r}deleteProperty(t,n){const o=go(t,n),s=t[n],l=Reflect.deleteProperty(t,n);return l&&o&&vt(t,"delete",n,void 0,s),l}has(t,n){const o=Reflect.has(t,n);return po(n)&&tl.has(n)||Ue(t,"has",n),o}ownKeys(t){return Ue(t,"iterate",pe(t)?"length":Vt),Reflect.ownKeys(t)}}class il extends ol{constructor(t=!1){super(!0,t)}set(t,n){return process.env.NODE_ENV!=="production"&&js(`Set operation on key "${String(n)}" failed: target is readonly.`,t),!0}deleteProperty(t,n){return process.env.NODE_ENV!=="production"&&js(`Delete operation on key "${String(n)}" failed: target is readonly.`,t),!0}}const xc=new yc,bc=new il,Cc=new il(!0),vi=e=>e,bo=e=>Reflect.getPrototypeOf(e);function Co(e,t,n=!1,o=!1){const s=fe(e=e.__v_raw),l=fe(t);n||(Qt(t,l)&&Ue(s,"get",t),Ue(s,"get",l));const{has:a}=bo(s),r=o?vi:n?Li:Ri;return a.call(s,t)?r(e.get(t)):a.call(s,l)?r(e.get(l)):void(e!==s&&e.get(t))}function So(e,t=!1){const n=this.__v_raw,o=fe(n),s=fe(e);return t||(Qt(e,s)&&Ue(o,"has",e),Ue(o,"has",s)),e===s?n.has(e):n.has(e)||n.has(s)}function wo(e,t=!1){return e=e.__v_raw,!t&&Ue(fe(e),"iterate",Vt),Reflect.get(e,"size",e)}function sl(e){e=fe(e);const t=fe(this);return bo(t).has.call(t,e)||(t.add(e),vt(t,"add",e,e)),this}function ll(e,t){t=fe(t);const n=fe(this),{has:o,get:s}=bo(n);let l=o.call(n,e);l?process.env.NODE_ENV!=="production"&&cl(n,o,e):(e=fe(e),l=o.call(n,e));const a=s.call(n,e);return n.set(e,t),l?Qt(t,a)&&vt(n,"set",e,t,a):vt(n,"add",e,t),this}function al(e){const t=fe(this),{has:n,get:o}=bo(t);let s=n.call(t,e);s?process.env.NODE_ENV!=="production"&&cl(t,n,e):(e=fe(e),s=n.call(t,e));const l=o?o.call(t,e):void 0,a=t.delete(e);return s&&vt(t,"delete",e,void 0,l),a}function rl(){const e=fe(this),t=e.size!==0,n=process.env.NODE_ENV!=="production"?Jt(e)?new Map(e):new Set(e):void 0,o=e.clear();return t&&vt(e,"clear",void 0,void 0,n),o}function ko(e,t){return function(n,o){const s=this,l=s.__v_raw,a=fe(l),r=t?vi:e?Li:Ri;return!e&&Ue(a,"iterate",Vt),l.forEach((c,d)=>n.call(o,r(c),r(d),s))}}function Mo(e,t,n){return function(...o){const s=this.__v_raw,l=fe(s),a=Jt(l),r=e==="entries"||e===Symbol.iterator&&a,c=e==="keys"&&a,d=s[e](...o),h=n?vi:t?Li:Ri;return!t&&Ue(l,"iterate",c?Ii:Vt),{next(){const{value:u,done:f}=d.next();return f?{value:u,done:f}:{value:r?[h(u[0]),h(u[1])]:h(u),done:f}},[Symbol.iterator](){return this}}}}function Tt(e){return function(...t){if(process.env.NODE_ENV!=="production"){const n=t[0]?`on key "${t[0]}" `:"";console.warn(`${ac(e)} operation ${n}failed: target is readonly.`,fe(this))}return e!=="delete"&&(e==="clear"?void 0:this)}}function Sc(){const e={get(s){return Co(this,s)},get size(){return wo(this)},has:So,add:sl,set:ll,delete:al,clear:rl,forEach:ko(!1,!1)},t={get(s){return Co(this,s,!1,!0)},get size(){return wo(this)},has:So,add:sl,set:ll,delete:al,clear:rl,forEach:ko(!1,!0)},n={get(s){return Co(this,s,!0)},get size(){return wo(this,!0)},has(s){return So.call(this,s,!0)},add:Tt("add"),set:Tt("set"),delete:Tt("delete"),clear:Tt("clear"),forEach:ko(!0,!1)},o={get(s){return Co(this,s,!0,!0)},get size(){return wo(this,!0)},has(s){return So.call(this,s,!0)},add:Tt("add"),set:Tt("set"),delete:Tt("delete"),clear:Tt("clear"),forEach:ko(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(s=>{e[s]=Mo(s,!1,!1),n[s]=Mo(s,!0,!1),t[s]=Mo(s,!1,!0),o[s]=Mo(s,!0,!0)}),[e,n,t,o]}const[wc,kc,Mc,Ec]=Sc();function Ti(e,t){const n=t?e?Ec:Mc:e?kc:wc;return(o,s,l)=>s==="__v_isReactive"?!e:s==="__v_isReadonly"?e:s==="__v_raw"?o:Reflect.get(go(n,s)&&s in o?n:o,s,l)}const Ic={get:Ti(!1,!1)},vc={get:Ti(!0,!1)},Tc={get:Ti(!0,!0)};function cl(e,t,n){const o=fe(n);if(o!==n&&t.call(e,o)){const s=Xs(e);console.warn(`Reactive ${s} contains both the raw and reactive versions of the same object${s==="Map"?" as keys":""}, which can lead to inconsistencies. Avoid differentiating between the raw and reactive versions of an object and only use the reactive version if possible.`)}}const dl=new WeakMap,Bc=new WeakMap,hl=new WeakMap,ul=new WeakMap;function fl(e){return zt(e)?e:Bi(e,!1,xc,Ic,dl)}function ml(e){return Bi(e,!0,bc,vc,hl)}function Eo(e){return Bi(e,!0,Cc,Tc,ul)}function Bi(e,t,n,o,s){if(!Pe(e))return process.env.NODE_ENV!=="production"&&console.warn(`value cannot be made reactive: ${String(e)}`),e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const l=s.get(e);if(l)return l;const a=(r=e).__v_skip||!Object.isExtensible(r)?0:function(d){switch(d){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(Xs(r));var r;if(a===0)return e;const c=new Proxy(e,a===2?o:n);return s.set(e,c),c}function At(e){return zt(e)?At(e.__v_raw):!(!e||!e.__v_isReactive)}function zt(e){return!(!e||!e.__v_isReadonly)}function Di(e){return!(!e||!e.__v_isShallow)}function Oi(e){return At(e)||zt(e)}function fe(e){const t=e&&e.__v_raw;return t?fe(t):e}const Ri=e=>Pe(e)?fl(e):e,Li=e=>Pe(e)?ml(e):e;function ze(e){return!(!e||e.__v_isRef!==!0)}const Dc={get:(e,t,n)=>{return ze(o=Reflect.get(e,t,n))?o.value:o;var o},set:(e,t,n,o)=>{const s=e[t];return ze(s)&&!ze(n)?(s.value=n,!0):Reflect.set(e,t,n,o)}},Ft=[];function ht(e,...t){if(process.env.NODE_ENV==="production")return;Js();const n=Ft.length?Ft[Ft.length-1].component:null,o=n&&n.appContext.config.warnHandler,s=function(){let l=Ft[Ft.length-1];if(!l)return[];const a=[];for(;l;){const r=a[0];r&&r.vnode===l?r.recurseCount++:a.push({vnode:l,recurseCount:0});const c=l.component&&l.component.parent;l=c&&c.vnode}return a}();if(o)Ht(o,n,11,[e+t.join(""),n&&n.proxy,s.map(({vnode:l})=>`at <${Al(n,l.type)}>`).join(`
2
+ `),s]);else{const l=[`[Vue warn]: ${e}`,...t];s.length&&l.push(`
3
+ `,...function(a){const r=[];return a.forEach((c,d)=>{r.push(...d===0?[]:[`
4
+ `],...function({vnode:h,recurseCount:u}){const f=u>0?`... (${u} recursive calls)`:"",p=!!h.component&&h.component.parent==null,g=` at <${Al(h.component,h.type,p)}`,m=">"+f;return h.props?[g,...Oc(h.props),m]:[g+m]}(c))}),r}(s)),console.warn(...l)}Qs()}function Oc(e){const t=[],n=Object.keys(e);return n.slice(0,3).forEach(o=>{t.push(...gl(o,e[o]))}),n.length>3&&t.push(" ..."),t}function gl(e,t,n){return dt(t)?(t=JSON.stringify(t),n?t:[`${e}=${t}`]):typeof t=="number"||typeof t=="boolean"||t==null?n?t:[`${e}=${t}`]:ze(t)?(t=gl(e,fe(t.value),!0),n?t:[`${e}=Ref<`,t,">"]):Oe(t)?[`${e}=fn${t.name?`<${t.name}>`:""}`]:(t=fe(t),n?t:[`${e}=`,t])}const pl={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/core"};function Ht(e,t,n,o){let s;try{s=o?e(...o):e()}catch(l){yl(l,t,n)}return s}function Ni(e,t,n,o){if(Oe(e)){const l=Ht(e,t,n,o);return l&&ic(l)&&l.catch(a=>{yl(a,t,n)}),l}const s=[];for(let l=0;l<e.length;l++)s.push(Ni(e[l],t,n,o));return s}function yl(e,t,n,o=!0){const s=t?t.vnode:null;if(t){let l=t.parent;const a=t.proxy,r=process.env.NODE_ENV!=="production"?pl[n]:n;for(;l;){const d=l.ec;if(d){for(let h=0;h<d.length;h++)if(d[h](e,a,r)===!1)return}l=l.parent}const c=t.appContext.config.errorHandler;if(c)return void Ht(c,null,10,[e,a,r])}(function(l,a,r,c=!0){if(process.env.NODE_ENV!=="production"){const h=pl[a];if(r&&(d=r,Ft.push(d)),ht("Unhandled error"+(h?` during execution of ${h}`:"")),r&&Ft.pop(),c)throw l;console.error(l)}else console.error(l);var d})(e,n,s,o)}let Io=!1,_i=!1;const et=[];let Bt=0;const en=[];let ut=null,Dt=0;const xl=Promise.resolve();let Vi=null;const Rc=100;function bl(e){const t=Vi||xl;return e?t.then(this?e.bind(this):e):t}function Pi(e){et.length&&et.includes(e,Io&&e.allowRecurse?Bt+1:Bt)||(e.id==null?et.push(e):et.splice(function(t){let n=Bt+1,o=et.length;for(;n<o;){const s=n+o>>>1,l=et[s],a=yn(l);a<t||a===t&&l.pre?n=s+1:o=s}return n}(e.id),0,e),Cl())}function Cl(){Io||_i||(_i=!0,Vi=xl.then(wl))}function Sl(e){pe(e)?en.push(...e):ut&&ut.includes(e,e.allowRecurse?Dt+1:Dt)||en.push(e),Cl()}const yn=e=>e.id==null?1/0:e.id,Lc=(e,t)=>{const n=yn(e)-yn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function wl(e){_i=!1,Io=!0,process.env.NODE_ENV!=="production"&&(e=e||new Map),et.sort(Lc);const t=process.env.NODE_ENV!=="production"?n=>kl(e,n):$s;try{for(Bt=0;Bt<et.length;Bt++){const n=et[Bt];if(n&&n.active!==!1){if(process.env.NODE_ENV!=="production"&&t(n))continue;Ht(n,null,14)}}}finally{Bt=0,et.length=0,function(n){if(en.length){const o=[...new Set(en)];if(en.length=0,ut)return void ut.push(...o);for(ut=o,process.env.NODE_ENV!=="production"&&(n=n||new Map),ut.sort((s,l)=>yn(s)-yn(l)),Dt=0;Dt<ut.length;Dt++)process.env.NODE_ENV!=="production"&&kl(n,ut[Dt])||ut[Dt]();ut=null,Dt=0}}(e),Io=!1,Vi=null,(et.length||en.length)&&wl(e)}}function kl(e,t){if(e.has(t)){const n=e.get(t);if(n>Rc){const o=t.ownerInstance,s=o&&Pl(o.type);return ht(`Maximum recursive updates exceeded${s?` in component <${s}>`:""}. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.`),!0}e.set(t,n+1)}else e.set(t,1)}const xn=new Set;process.env.NODE_ENV!=="production"&&(Ci().__VUE_HMR_RUNTIME__={createRecord:Ai(function(e,t){return vo.has(e)?!1:(vo.set(e,{initialDef:bn(t),instances:new Set}),!0)}),rerender:Ai(function(e,t){const n=vo.get(e);n&&(n.initialDef.render=t,[...n.instances].forEach(o=>{t&&(o.render=t,bn(o.type).render=t),o.renderCache=[],o.update()}))}),reload:Ai(function(e,t){const n=vo.get(e);if(!n)return;t=bn(t),Ml(n.initialDef,t);const o=[...n.instances];for(const s of o){const l=bn(s.type);xn.has(l)||(l!==n.initialDef&&Ml(l,t),xn.add(l)),s.appContext.propsCache.delete(s.type),s.appContext.emitsCache.delete(s.type),s.appContext.optionsCache.delete(s.type),s.ceReload?(xn.add(l),s.ceReload(t.styles),xn.delete(l)):s.parent?Pi(s.parent.update):s.appContext.reload?s.appContext.reload():typeof window<"u"?window.location.reload():console.warn("[HMR] Root or manually mounted instance modified. Full reload required.")}Sl(()=>{for(const s of o)xn.delete(bn(s.type))})})});const vo=new Map;function bn(e){return zl(e)?e.__vccOpts:e}function Ml(e,t){Qe(e,t);for(const n in e)n==="__file"||n in t||delete e[n]}function Ai(e){return(t,n)=>{try{return e(t,n)}catch(o){console.error(o),console.warn("[HMR] Something went wrong during Vue component hot-reload. Full reload required.")}}}let Cn=null,Nc=null;const _c=Symbol.for("v-ndc"),To={};function Vc(e,t,{immediate:n,deep:o,flush:s,onTrack:l,onTrigger:a}=xi){var r;process.env.NODE_ENV==="production"||t||(n!==void 0&&ht('watch() "immediate" option is only respected when using the watch(source, callback, options?) signature.'),o!==void 0&&ht('watch() "deep" option is only respected when using the watch(source, callback, options?) signature.'));const c=w=>{ht("Invalid watch source: ",w,"A watch source can only be a getter/effect function, a ref, a reactive object, or an array of these types.")},d=Ys===((r=on)==null?void 0:r.scope)?on:null;let h,u,f=!1,p=!1;if(ze(e)?(h=()=>e.value,f=Di(e)):At(e)?(h=()=>e,o=!0):pe(e)?(p=!0,f=e.some(w=>At(w)||Di(w)),h=()=>e.map(w=>ze(w)?w.value:At(w)?tn(w):Oe(w)?Ht(w,d,2):void(process.env.NODE_ENV!=="production"&&c(w)))):Oe(e)?h=t?()=>Ht(e,d,2):()=>{if(!d||!d.isUnmounted)return u&&u(),Ni(e,d,3,[g])}:(h=$s,process.env.NODE_ENV!=="production"&&c(e)),t&&o){const w=h;h=()=>tn(w())}let g=w=>{u=y.onStop=()=>{Ht(w,d,4),u=y.onStop=void 0}},m=p?new Array(e.length).fill(To):To;const x=()=>{if(y.active)if(t){const w=y.run();(o||f||(p?w.some((I,M)=>Qt(I,m[M])):Qt(w,m)))&&(u&&u(),Ni(t,d,3,[w,m===To?void 0:p&&m[0]===To?[]:m,g]),m=w)}else y.run()};let b;x.allowRecurse=!!t,s==="sync"?b=x:s==="post"?b=()=>Bl(x,d&&d.suspense):(x.pre=!0,d&&(x.id=d.uid),b=()=>Pi(x));const y=new fc(h,b);return process.env.NODE_ENV!=="production"&&(y.onTrack=l,y.onTrigger=a),t?n?x():m=y.run():s==="post"?Bl(y.run.bind(y),d&&d.suspense):y.run(),()=>{y.stop(),d&&d.scope&&tc(d.scope.effects,y)}}function Pc(e,t,n){const o=this.proxy,s=dt(e)?e.includes(".")?function(c,d){const h=d.split(".");return()=>{let u=c;for(let f=0;f<h.length&&u;f++)u=u[h[f]];return u}}(o,e):()=>o[e]:e.bind(o,o);let l;Oe(t)?l=t:(l=t.handler,n=t);const a=on;Vl(this);const r=Vc(s,l.bind(o),n);return a?Vl(a):$c(),r}function tn(e,t){if(!Pe(e)||e.__v_skip||(t=t||new Set).has(e))return e;if(t.add(e),ze(e))tn(e.value,t);else if(pe(e))for(let n=0;n<e.length;n++)tn(e[n],t);else if(oc(e)||Jt(e))e.forEach(n=>{tn(n,t)});else if(lc(e))for(const n in e)tn(e[n],t);return e}const zi=e=>e?4&e.vnode.shapeFlag?function(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy((o=t.exposed,rc(o,"__v_skip",!0),At(n=o)?n:new Proxy(n,Dc)),{get:(s,l)=>l in s?s[l]:l in Fi?Fi[l](t):void 0,has:(s,l)=>l in s||l in Fi}));var n,o}(e)||e.proxy:zi(e.parent):null,Fi=Qe(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>process.env.NODE_ENV!=="production"?Eo(e.props):e.props,$attrs:e=>process.env.NODE_ENV!=="production"?Eo(e.attrs):e.attrs,$slots:e=>process.env.NODE_ENV!=="production"?Eo(e.slots):e.slots,$refs:e=>process.env.NODE_ENV!=="production"?Eo(e.refs):e.refs,$parent:e=>zi(e.parent),$root:e=>zi(e.root),$emit:e=>e.emit,$options:e=>function(t){const n=t.type,{mixins:o,extends:s}=n,{mixins:l,optionsCache:a,config:{optionMergeStrategies:r}}=t.appContext,c=a.get(n);let d;return c?d=c:l.length||o||s?(d={},l.length&&l.forEach(h=>Bo(d,h,r,!0)),Bo(d,n,r)):d=n,Pe(n)&&a.set(n,d),d}(e),$forceUpdate:e=>e.f||(e.f=()=>Pi(e.update)),$nextTick:e=>e.n||(e.n=bl.bind(e.proxy)),$watch:e=>Pc.bind(e)});function El(e){return pe(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}process.env.NODE_ENV;function Bo(e,t,n,o=!1){const{mixins:s,extends:l}=t;l&&Bo(e,l,n,!0),s&&s.forEach(a=>Bo(e,a,n,!0));for(const a in t)if(o&&a==="expose")process.env.NODE_ENV!=="production"&&ht('"expose" option is ignored when declared in mixins or extends. It should only be declared in the base component itself.');else{const r=Ac[a]||n&&n[a];e[a]=r?r(e[a],t[a]):t[a]}return e}const Ac={data:Il,props:Tl,emits:Tl,methods:Sn,computed:Sn,beforeCreate:Le,created:Le,beforeMount:Le,mounted:Le,beforeUpdate:Le,updated:Le,beforeDestroy:Le,beforeUnmount:Le,destroyed:Le,unmounted:Le,activated:Le,deactivated:Le,errorCaptured:Le,serverPrefetch:Le,components:Sn,directives:Sn,watch:function(e,t){if(!e)return t;if(!t)return e;const n=Qe(Object.create(null),e);for(const o in t)n[o]=Le(e[o],t[o]);return n},provide:Il,inject:function(e,t){return Sn(vl(e),vl(t))}};function Il(e,t){return t?e?function(){return Qe(Oe(e)?e.call(this,this):e,Oe(t)?t.call(this,this):t)}:t:e}function vl(e){if(pe(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Le(e,t){return e?[...new Set([].concat(e,t))]:t}function Sn(e,t){return e?Qe(Object.create(null),e,t):t}function Tl(e,t){return e?pe(e)&&pe(t)?[...new Set([...e,...t])]:Qe(Object.create(null),El(e),El(t??{})):t}const Bl=function(e,t){t&&t.pendingBranch?pe(e)?t.effects.push(...e):t.effects.push(e):Sl(e)},Dl=Symbol.for("v-fgt"),zc=Symbol.for("v-txt"),Fc=Symbol.for("v-cmt"),Ol="__vInternal",Rl=({key:e})=>e??null,Do=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?dt(e)||ze(e)||Oe(e)?{i:Cn,r:e,k:t,f:!!n}:e:null),Hc=process.env.NODE_ENV!=="production"?(...e)=>Ll(...e):Ll;function Ll(e,t=null,n=null,o=0,s=null,l=!1){if(e&&e!==_c||(process.env.NODE_ENV==="production"||e||ht(`Invalid vnode type when creating vnode: ${e}.`),e=Fc),(a=e)&&a.__v_isVNode===!0){const c=Oo(e,t,!0);return n&&Hi(c,n),c.patchFlag|=-2,c}var a;if(zl(e)&&(e=e.__vccOpts),t){t=function(h){return h?Oi(h)||Ol in h?Qe({},h):h:null}(t);let{class:c,style:d}=t;c&&!dt(c)&&(t.class=wi(c)),Pe(d)&&(Oi(d)&&!pe(d)&&(d=Qe({},d)),t.style=Si(d))}const r=dt(e)?1:(c=>c.__isSuspense)(e)?128:(c=>c.__isTeleport)(e)?64:Pe(e)?4:Oe(e)?2:0;return process.env.NODE_ENV!=="production"&&4&r&&Oi(e)&&ht("Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",`
5
+ Component that was made reactive: `,e=fe(e)),function(c,d=null,h=null,u=0,f=null,p=c===Dl?0:1,g=!1,m=!1){const x={__v_isVNode:!0,__v_skip:!0,type:c,props:d,key:d&&Rl(d),ref:d&&Do(d),scopeId:Nc,slotScopeIds:null,children:h,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:p,patchFlag:u,dynamicProps:f,dynamicChildren:null,appContext:null,ctx:Cn};return m?(Hi(x,h),128&p&&c.normalize(x)):h&&(x.shapeFlag|=dt(h)?8:16),process.env.NODE_ENV!=="production"&&x.key!=x.key&&ht("VNode created with invalid key (NaN). VNode type:",x.type),x}(e,t,n,o,s,r,l,!0)}function Oo(e,t,n=!1){const{props:o,ref:s,patchFlag:l,children:a}=e,r=t?function(...c){const d={};for(let h=0;h<c.length;h++){const u=c[h];for(const f in u)if(f==="class")d.class!==u.class&&(d.class=wi([d.class,u.class]));else if(f==="style")d.style=Si([d.style,u.style]);else if(ec(f)){const p=d[f],g=u[f];!g||p===g||pe(p)&&p.includes(g)||(d[f]=p?[].concat(p,g):g)}else f!==""&&(d[f]=u[f])}return d}(o||{},t):o;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:r,key:r&&Rl(r),ref:t&&t.ref?n&&s?pe(s)?s.concat(Do(t)):[s,Do(t)]:Do(t):s,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:process.env.NODE_ENV!=="production"&&l===-1&&pe(a)?a.map(Nl):a,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Dl?l===-1?16:16|l:l,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Oo(e.ssContent),ssFallback:e.ssFallback&&Oo(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function Nl(e){const t=Oo(e);return pe(e.children)&&(t.children=e.children.map(Nl)),t}function Wc(e=" ",t=0){return Hc(zc,null,e,t)}function Hi(e,t){let n=0;const{shapeFlag:o}=e;if(t==null)t=null;else if(pe(t))n=16;else if(typeof t=="object"){if(65&o){const s=t.default;return void(s&&(s._c&&(s._d=!1),Hi(e,s()),s._c&&(s._d=!0)))}{n=32;const s=t._;s||Ol in t||(t._ctx=Cn)}}else Oe(t)?(t={default:t,_ctx:Cn},n=32):(t=String(t),64&o?(n=16,t=[Wc(t)]):n=8);e.children=t,e.shapeFlag|=n}let Wi,nn,on=null,_l="__VUE_INSTANCE_SETTERS__";(nn=Ci()[_l])||(nn=Ci()[_l]=[]),nn.push(e=>on=e),Wi=e=>{nn.length>1?nn.forEach(t=>t(e)):nn[0](e)};const Vl=e=>{Wi(e),e.scope.on()},$c=()=>{on&&on.scope.off(),Wi(null)},Xc=/(?:^|[-_])(\w)/g,Uc=e=>e.replace(Xc,t=>t.toUpperCase()).replace(/[-_]/g,"");function Pl(e,t=!0){return Oe(e)?e.displayName||e.name:e.name||t&&e.__name}function Al(e,t,n=!1){let o=Pl(t);if(!o&&t.__file){const s=t.__file.match(/([^/\\]+)\.\w+$/);s&&(o=s[1])}if(!o&&e&&e.parent){const s=l=>{for(const a in l)if(l[a]===t)return a};o=s(e.components||e.parent.type.components)||s(e.appContext.components)}return o?Uc(o):n?"App":"Anonymous"}function zl(e){return Oe(e)&&"__vccOpts"in e}function $i(e){return!(!e||!e.__v_isShallow)}function Fl(e,t,n){if(arguments.length===2)for(var o,s=0,l=t.length;s<l;s++)!o&&s in t||(o||(o=Array.prototype.slice.call(t,0,s)),o[s]=t[s]);return e.concat(o||Array.prototype.slice.call(t))}function Hl(e,t){if(e===t)return!0;if(typeof e=="object"){for(var n in e)if(!Hl(e[n],t[n]))return!1;return!0}return!1}process.env.NODE_ENV!=="production"&&function(){if(process.env.NODE_ENV==="production"||typeof window>"u")return;const e={style:"color:#3ba776"},t={style:"color:#0b1bc9"},n={style:"color:#b62e24"},o={style:"color:#9d288c"},s={header:u=>Pe(u)?u.__isVue?["div",e,"VueInstance"]:ze(u)?["div",{},["span",e,h(u)],"<",r(u.value),">"]:At(u)?["div",{},["span",e,$i(u)?"ShallowReactive":"Reactive"],"<",r(u),">"+(zt(u)?" (readonly)":"")]:zt(u)?["div",{},["span",e,$i(u)?"ShallowReadonly":"Readonly"],"<",r(u),">"]:null:null,hasBody:u=>u&&u.__isVue,body(u){if(u&&u.__isVue)return["div",{},...l(u.$)]}};function l(u){const f=[];u.type.props&&u.props&&f.push(a("props",fe(u.props))),u.setupState!==xi&&f.push(a("setup",u.setupState)),u.data!==xi&&f.push(a("data",fe(u.data)));const p=c(u,"computed");p&&f.push(a("computed",p));const g=c(u,"inject");return g&&f.push(a("injected",g)),f.push(["div",{},["span",{style:o.style+";opacity:0.66"},"$ (internal): "],["object",{object:u}]]),f}function a(u,f){return f=Qe({},f),Object.keys(f).length?["div",{style:"line-height:1.25em;margin-bottom:0.6em"},["div",{style:"color:#476582"},u],["div",{style:"padding-left:1.25em"},...Object.keys(f).map(p=>["div",{},["span",o,p+": "],r(f[p],!1)])]]:["span",{}]}function r(u,f=!0){return typeof u=="number"?["span",t,u]:typeof u=="string"?["span",n,JSON.stringify(u)]:typeof u=="boolean"?["span",o,u]:Pe(u)?["object",{object:f?fe(u):u}]:["span",n,String(u)]}function c(u,f){const p=u.type;if(Oe(p))return;const g={};for(const m in u.ctx)d(p,m,f)&&(g[m]=u.ctx[m]);return g}function d(u,f,p){const g=u[p];return!!(pe(g)&&g.includes(f)||Pe(g)&&f in g)||!(!u.extends||!d(u.extends,f,p))||!(!u.mixins||!u.mixins.some(m=>d(m,f,p)))||void 0}function h(u){return $i(u)?"ShallowRef":u.effect?"ComputedRef":"Ref"}window.devtoolsFormatters?window.devtoolsFormatters.push(s):window.devtoolsFormatters=[s]}(),typeof SuppressedError=="function"&&SuppressedError;var jc=function(){function e(t,n){this.el=t,this.observer=null,this.frozen=!1,this.createObserver(n)}return Object.defineProperty(e.prototype,"threshold",{get:function(){return this.options.intersection&&this.options.intersection.threshold||0},enumerable:!1,configurable:!0}),e.prototype.createObserver=function(t){var n=this;if(this.observer&&this.destroyObserver(),!this.frozen){var o;if(this.options=typeof(o=t)=="function"?{callback:o}:o,this.callback=function(l,a){n.options.callback(l,a),l&&n.options.once&&(n.frozen=!0,n.destroyObserver())},this.callback&&this.options.throttle){var s=(this.options.throttleOptions||{}).leading;this.callback=function(l,a,r){var c,d,h;r===void 0&&(r={});var u=function(f){for(var p=[],g=1;g<arguments.length;g++)p[g-1]=arguments[g];if(h=p,!c||f!==d){var m=r.leading;typeof m=="function"&&(m=m(f,d)),c&&f===d||!m||l.apply(void 0,Fl([f],h,!1)),d=f,clearTimeout(c),c=setTimeout(function(){l.apply(void 0,Fl([f],h,!1)),c=0},a)}};return u._clear=function(){clearTimeout(c),c=null},u}(this.callback,this.options.throttle,{leading:function(l){return s==="both"||s==="visible"&&l||s==="hidden"&&!l}})}this.oldResult=void 0,this.observer=new IntersectionObserver(function(l){var a=l[0];if(l.length>1){var r=l.find(function(d){return d.isIntersecting});r&&(a=r)}if(n.callback){var c=a.isIntersecting&&a.intersectionRatio>=n.threshold;if(c===n.oldResult)return;n.oldResult=c,n.callback(c,a)}},this.options.intersection),bl(function(){n.observer&&n.observer.observe(n.el)})}},e.prototype.destroyObserver=function(){this.observer&&(this.observer.disconnect(),this.observer=null),this.callback&&this.callback._clear&&(this.callback._clear(),this.callback=null)},e}(),Xi={beforeMount:function(e,t){var n=t.value;n&&(typeof IntersectionObserver>"u"?console.warn("[vue-observe-visibility] IntersectionObserver API is not available in your browser. Please install this polyfill: https://github.com/w3c/IntersectionObserver/tree/master/polyfill"):e._vue_visibilityState=new jc(e,n))},updated:function(e,t){var n=t.value;if(!Hl(n,t.oldValue)){var o=e._vue_visibilityState;n&&o&&o.createObserver(n)}},unmounted:function(e){var t=e._vue_visibilityState;t&&(t.destroyObserver(),delete e._vue_visibilityState)}},Ui=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Wl(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var $l={exports:{}};(function(e,t){(function(n,o){e.exports=o()})(Ui,function(){function n(){var g=!1;return typeof navigator<"u"&&(g=navigator.userAgent.match(/Trident/)||navigator.userAgent.match(/Edge/)),g}var o=0,s=["ms","moz","webkit","o"];typeof window>"u"&&(Ui.window={});for(var l=0;l<s.length&&!window.requestAnimationFrame;++l)window.requestAnimationFrame=window[s[l]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[s[l]+"CancelAnimationFrame"]||window[s[l]+"CancelRequestAnimationFrame"];window.requestAnimationFrame||(window.requestAnimationFrame=function(g,m){var x=new Date().getTime(),b=Math.max(0,16-(x-o)),y=window.setTimeout(function(){g(x+b)},b);return o=x+b,y}),window.cancelAnimationFrame||(window.cancelAnimationFrame=function(g){clearTimeout(g)});var a=window.requestAnimationFrame,r=window.cancelAnimationFrame;function c(g){g.__currentTarget__=this.__container__,this.__resize__handler__.call(this,{width:this.offsetWidth,height:this.offsetHeight},g)}function d(g){var m=g.currentTarget||g.srcElement;m.__requestAnimationFrameID__&&r(m.__requestAnimationFrameID__),m.__requestAnimationFrameID__=a(c.bind(this,g))}function h(){document.attachEvent?this.__container__.attachEvent("onresize",c.bind(this)):this.contentDocument.defaultView.addEventListener("resize",d.bind(this))}function u(){var g=document.createElement("object");g.setAttribute("aria-hidden","true"),g.setAttribute("tabindex",-1);var m=`
6
+ display: block !important;
7
+ position: absolute !important;
8
+ top: 0 !important;
9
+ left: 0 !important;
10
+ width: 100% !important;
11
+ height: 100% !important;
12
+ overflow: hidden !important;
13
+ pointer-events: none !important;
14
+ z-index: -1 !important;
15
+ opacity: 0 !important;
16
+ `;return g.setAttribute("style",m),g.type="text/html",g}var f={beforeMount:function(m,x,b,y){m.__resizeTrigger__=u(),m.__resizeTrigger__.__container__=m,m.__resizeTrigger__.__resize__handler__=x.value,m.__resizeTrigger__.onload=h;var w=n();w&&m.appendChild(m.__resizeTrigger__),m.__resizeTrigger__.data="about:blank",!w&&m.appendChild(m.__resizeTrigger__)},mounted:function(m,x,b,y){getComputedStyle(m).position==="static"&&m.style.setProperty("position","relative","important")},beforeUpdate:function(m,x,b,y){},updated:function(m,x,b,y){for(var w=!1,I=0,M=m.children.length;I<M;I++)m.children[I]===m.__resizeTrigger__&&(w=!0);if(!w){var v=n();v&&m.appendChild(m.__resizeTrigger__),m.__resizeTrigger__.data="about:blank",!v&&m.appendChild(m.__resizeTrigger__)}},beforeUnmount:function(m,x,b,y){},unmounted:function(m,x,b,y){document.attachEvent?m.detachEvent("onresize",c):m.__resizeTrigger__&&m.__resizeTrigger__.contentDocument&&(m.__resizeTrigger__.contentDocument.defaultView.removeEventListener("resize",d),m.__resizeTrigger__=!m.removeChild(m.__resizeTrigger__))}},p=f;return f.install=function(g){g.directive("resize",f)},e.exports=p,p})})($l);var Yc=$l.exports;const wn=Wl(Yc),le=(e,t)=>{const n=e.__vccOpts||e;for(const[o,s]of t)n[o]=s;return n},Gc={name:"EvTabs",directives:{observeVisibility:Xi,resize:wn},props:{modelValue:{type:[String,Number],default:null},panels:{type:Array,default:()=>[],validator:e=>{const t=e.map(o=>o.value),n=[...new Set(t)];return e.length!==n.length?(console.warn("[EVUI][Tabs] TabPanel 'value' attribute is duplicate values."),!1):e.every(o=>Object.hasOwnProperty.call(o,"value"))?!0:(console.warn("[EVUI][Tabs] TabPanel 'value' attribute is essential."),!1)}},closable:{type:Boolean,default:!1},stretch:{type:Boolean,default:!1},draggable:{type:Boolean,default:!1}},emits:{"update:modelValue":[String,Number],"update:panels":[Array],change:[String,Number]},setup(e,{emit:t}){const n=i.ref(!1),o=i.ref([]),s=i.computed({get:()=>e.modelValue,set:C=>{t("update:modelValue",C),t("change",C)}});i.provide("evTabs",s);const l=i.computed({get:()=>e.panels,set:C=>t("update:panels",C)}),a=i.computed(()=>!e.draggable||!n.value?l.value:o.value),r=l.value.map(C=>C.value),c=i.ref(null),d=i.ref(null),h=i.ref(!1),u=i.reactive({x:0}),f=i.computed(()=>({transform:`translateX(${u.x}px)`})),p=()=>{const C=c.value.offsetWidth,S=d.value.offsetWidth;if(h.value=C<S,h.value){const E=C-S;E>u.x&&(u.x=E)}else u.x=0};i.onBeforeUpdate(()=>{if(r.length===l.value.length+1){let C,S;r.length>l.value.length?(C=r,S=l.value.map(k=>k.value)):(C=l.value.map(k=>k.value),S=r);const E=C.filter(k=>!S.includes(k))[0];if(s.value===E){const k=r.findIndex(B=>B===E);k===0?s.value=l.value[0].value:s.value=l.value[k-1].value}}});const g=C=>{s.value=C},m=C=>{if(l.value.length<2)return;const S=l.value.findIndex(E=>E.value===C);if(S<0){s.value=l.value[0].value;return}C===s.value&&(S===0?s.value=l.value[1].value:s.value=l.value[S-1].value),l.value.splice(S,1),i.nextTick(()=>{r.splice(S,1)}),i.triggerRef(l)},x=(C,S=100)=>{const E=c.value.offsetWidth,k=d.value.offsetWidth,B=E-k;C==="next"&&u.x!==B?B>=u.x-S?u.x=B:u.x-=S:C==="prev"&&u.x!==0&&(S*-1<=u.x?u.x=0:u.x+=S)},b=i.reactive({item:{},idx:null});return{mv:s,computedTabList:a,clickTab:g,removeTab:m,listWrapperRef:c,listRef:d,hasScroll:h,listRefStyle:f,scrollTab:x,dragstartTab:(C,S)=>{e.draggable&&(o.value=[...l.value],b.item=C,b.idx=S,n.value=!0)},dragoverTab:C=>{var k;if(!e.draggable||((k=b.item)==null?void 0:k.value)===C)return;const S=o.value.findIndex(B=>{var D;return B.value===((D=b.item)==null?void 0:D.value)}),E=o.value.findIndex(B=>B.value===C);o.value.splice(S,1),o.value.splice(E,0,b.item)},dragendTab:()=>{e.draggable&&(l.value=[...o.value],b.item={},b.idx=null,n.value=!1,o.value.splice(0))},dragSelectCls:C=>{var S;return e.draggable&&((S=b.item)==null?void 0:S.value)===C},selectIdxCls:C=>e.draggable&&b.idx===C,onResize:()=>{p()}}}},Zc={class:"ev-tabs-header"},qc={ref:"listWrapperRef",class:"ev-tabs-list-wrapper"},Kc=["onClick","onDragstart","onDragover"],Jc=["title"],Qc=["onClick"],ed={class:"ev-tabs-body"};function td(e,t,n,o,s,l){const a=i.resolveDirective("resize"),r=i.resolveDirective("observe-visibility");return i.withDirectives((i.openBlock(),i.createElementBlock("section",{class:i.normalizeClass(["ev-tabs",{closable:n.closable,stretch:n.stretch}])},[i.createElementVNode("div",Zc,[i.createElementVNode("div",{class:i.normalizeClass(["ev-tabs-nav-wrapper",{"has-scroll":o.hasScroll}])},[o.hasScroll?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createElementVNode("span",{class:"ev-tabs-arrow prev",onClick:t[0]||(t[0]=c=>o.scrollTab("prev"))},[...t[3]||(t[3]=[i.createElementVNode("i",{class:"ev-icon-s-arrow-left"},null,-1)])]),i.createElementVNode("span",{class:"ev-tabs-arrow next",onClick:t[1]||(t[1]=c=>o.scrollTab("next"))},[...t[4]||(t[4]=[i.createElementVNode("i",{class:"ev-icon-s-arrow-right"},null,-1)])])],64)):i.createCommentVNode("",!0),i.createElementVNode("div",qc,[i.createElementVNode("ul",{ref:"listRef",class:"ev-tabs-list",style:i.normalizeStyle(o.listRefStyle)},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.computedTabList,(c,d)=>(i.openBlock(),i.createElementBlock("li",i.mergeProps({key:`${c.value}_${d}`,class:"ev-tabs-title"},{ref_for:!0},{draggable:n.draggable},{class:{active:c.value===o.mv,"has-icon":c.iconClass,"drag-select":o.dragSelectCls(c.value),"select-idx":o.selectIdxCls(d)},onClick:h=>o.clickTab(c.value),onDragstart:i.withModifiers(h=>o.dragstartTab(c,d),["stop"]),onDragover:i.withModifiers(h=>o.dragoverTab(c.value),["prevent"]),onDragend:t[2]||(t[2]=i.withModifiers((...h)=>o.dragendTab&&o.dragendTab(...h),["prevent"]))}),[c.iconClass?(i.openBlock(),i.createElementBlock("i",{key:0,class:i.normalizeClass(["ev-tabs-icon",c.iconClass])},null,2)):i.createCommentVNode("",!0),i.createElementVNode("span",{class:"text",title:c.text},i.toDisplayString(c.text),9,Jc),n.closable?(i.openBlock(),i.createElementBlock("span",{key:1,class:"close-icon",onClick:i.withModifiers(h=>o.removeTab(c.value),["stop"])},[...t[5]||(t[5]=[i.createElementVNode("i",{class:"ev-icon-s-close"},null,-1)])],8,Qc)):i.createCommentVNode("",!0)],16,Kc))),128))],4)],512)],2)]),i.createElementVNode("div",ed,[i.renderSlot(e.$slots,"default")])],2)),[[a,o.onResize],[r,{callback:o.onResize,once:!0}]])}const kn=le(Gc,[["render",td]]);kn.install=e=>{e.component(kn.name,kn)};const nd={name:"EvTabPanel",props:{text:{type:[String,Number],default:null},value:{type:[String,Number],default:null,required:!0},disabled:{type:Boolean,default:!1}},emits:{},setup(e){const t=i.inject("evTabs",null);return{isSelected:i.computed(()=>e.value===t.value)}}},od={class:"ev-tab-panel"};function id(e,t,n,o,s,l){return i.withDirectives((i.openBlock(),i.createElementBlock("article",od,[i.renderSlot(e.$slots,"default")],512)),[[i.vShow,o.isSelected]])}const Mn=le(nd,[["render",id]]);Mn.install=e=>{e.component(Mn.name,Mn)};const sd={name:"EvButton",props:{disabled:{type:Boolean,default:!1},autoFocus:{type:Boolean,default:!1},type:{type:String,default:"default"},htmlType:{type:String,default:"button",validator:e=>["button","submit","reset"].includes(e)},shape:{type:String,default:"square"},size:{type:String,default:"medium"}},emits:{click:null},setup(e){const t=i.ref(null);return i.onMounted(()=>{e.autoFocus&&t.value.focus()}),{buttonRef:t}}},ld=["type","disabled","autofocus"];function ad(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("button",{ref:"buttonRef",class:i.normalizeClass(["ev-button",{disabled:n.disabled,[`type-${n.type}`]:!!n.type,[`shape-${n.shape}`]:n.shape!=="square",[`size-${n.size}`]:n.size!=="medium"}]),type:n.htmlType,disabled:n.disabled,autofocus:n.autoFocus,onClick:t[0]||(t[0]=a=>e.$emit("click",a))},[i.renderSlot(e.$slots,"default")],10,ld)}const sn=le(sd,[["render",ad]]);sn.install=e=>{e.component(sn.name,sn)};const rd={name:"EvButtonGroup"},cd={class:"ev-button-group"};function dd(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",cd,[i.renderSlot(e.$slots,"default")])}const En=le(rd,[["render",dd]]);En.install=e=>{e.component(En.name,En)};const hd={name:"EvCheckbox",props:{modelValue:{type:[String,Number,Boolean,Symbol,Array],default:!1},label:{type:[String,Number,Boolean,Symbol,Object],default:null},tooltipTitle:{type:String,default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},indeterminate:{type:Boolean,default:!1}},emits:{"update:modelValue":null,"update:indeterminate":[Boolean],change:null},setup(e,{emit:t}){const n=i.ref();i.onMounted(()=>{n.value&&e.tooltipTitle&&(n.value.title=e.tooltipTitle)});const o=i.ref(null),s=i.inject("EvCheckboxGroupMv",i.computed({get:()=>e.modelValue,set:c=>{c&&!o.value.indeterminate&&t("update:indeterminate",!1),t("update:modelValue",c)}})),l=i.computed(()=>e.label),a=i.computed(()=>Array.isArray(s.value)?s.value.includes(l.value):s.value),r=i.inject("EvCheckboxGroupChange",async c=>{await i.nextTick(),t("change",s.value,c)});return i.watch(()=>e.indeterminate,c=>{i.nextTick(()=>{o.value&&(o.value.indeterminate=c)})},{immediate:!0}),{mv:s,checkboxLabel:n,checkbox:o,checked:a,changeMv:r}}},ud=["disabled","value","readonly"],fd={ref:"checkboxLabel",class:"ev-checkbox-label"};function md(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("label",{class:i.normalizeClass(["ev-checkbox",[{disabled:n.disabled},{checked:o.checked}]])},[i.withDirectives(i.createElementVNode("input",{ref:"checkbox","onUpdate:modelValue":t[0]||(t[0]=a=>o.mv=a),type:"checkbox",class:"ev-checkbox-input",disabled:n.disabled,value:n.label,readonly:n.readonly,onChange:t[1]||(t[1]=(...a)=>o.changeMv&&o.changeMv(...a))},null,40,ud),[[i.vModelCheckbox,o.mv]]),i.createElementVNode("span",fd,[e.$slots.default?i.renderSlot(e.$slots,"default",{key:0}):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createTextVNode(i.toDisplayString(n.label),1)],64))],512)],2)}const ln=le(hd,[["render",md]]);ln.install=e=>{e.component(ln.name,ln)};const gd={name:"EvCheckboxGroup",props:{modelValue:{type:Array,default:()=>[]},type:{type:String,default:"checkbox"}},emits:{"update:modelValue":null,change:null},setup(e,{emit:t}){const n=i.computed({get:()=>e.modelValue,set:s=>t("update:modelValue",s)});i.provide("EvCheckboxGroupMv",n);const o=async s=>{await i.nextTick(),t("change",n.value,s)};i.provide("EvCheckboxGroupChange",o)}};function pd(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ev-checkbox-group",{"type-button":n.type==="button"}]),role:"group"},[i.renderSlot(e.$slots,"default")],2)}const an=le(gd,[["render",pd]]);an.install=e=>{e.component(an.name,an)};const yd={name:"EvRadio",props:{modelValue:{type:[String,Number,Symbol,Boolean],default:null},label:{type:[String,Number,Symbol,Boolean],default:null},disabled:{type:Boolean,default:!1},size:{type:String,default:""}},emits:{"update:modelValue":null,change:null},setup(e,{emit:t}){const n=i.inject("EvRadioGroupMv",i.computed({get:()=>e.modelValue,set:l=>t("update:modelValue",l)})),o=i.inject("EvRadioGroupChange",async l=>{await i.nextTick(),t("change",n.value,l)}),s=i.computed(()=>n.value===e.label);return{mv:n,checked:s,changeMv:o}}},xd=["value","disabled"],bd={class:"ev-radio-label"};function Cd(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("label",{class:i.normalizeClass(["ev-radio",[{disabled:n.disabled,checked:o.checked},n.size]])},[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[0]||(t[0]=a=>o.mv=a),type:"radio",class:"ev-radio-input",value:n.label,disabled:n.disabled,onChange:t[1]||(t[1]=i.withModifiers((...a)=>o.changeMv&&o.changeMv(...a),["stop"]))},null,40,xd),[[i.vModelRadio,o.mv]]),i.createElementVNode("span",bd,[e.$slots.default?i.renderSlot(e.$slots,"default",{key:0}):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createTextVNode(i.toDisplayString(n.label),1)],64))])],2)}const In=le(yd,[["render",Cd]]);In.install=e=>{e.component(In.name,In)};const Sd={name:"EvRadioGroup",props:{modelValue:{type:[String,Number,Symbol,Boolean],default:null},type:{type:String,default:"radio"}},emits:["update:modelValue","change"],setup(e,{emit:t}){const n=i.computed({get:()=>e.modelValue,set:s=>t("update:modelValue",s)});i.provide("EvRadioGroupMv",n);const o=async s=>{await i.nextTick(),t("change",n.value,s)};i.provide("EvRadioGroupChange",o)}};function wd(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ev-radio-group",{"type-button":n.type==="button"}]),role:"group"},[i.renderSlot(e.$slots,"default")],2)}const vn=le(Sd,[["render",wd]]);vn.install=e=>{e.component(vn.name,vn)};const Ro={mounted(e,t){const n=e,o=t.modifiers.bubbles,s=l=>{(o||n!==l.target&&!n.contains(l.target))&&t.value(l)};n.vueClickOutside=s,document.addEventListener("mousedown",s)},unmounted(e){const t=e;document.removeEventListener("mousedown",t.vueClickOutside),t.vueClickOutside=null}},kd={mounted(e,t){const n=e;let o=null;const s=t.modifiers.bubble,l=document.body.getElementsByClassName("ev-select-dropbox"),a="ev-tag-name",r="ev-tag-suffix-close",c=d=>{if(!(d.target.classList.contains(a)||d.target.classList.contains(r))&&l&&l.length&&(s||n!==d.target&&!n.contains(d.target))){for(let h=0;h<l.length;h++)if(o=l[h],o!==d.target&&!o.contains(d.target)){t.value(d);break}}};n.vueClickOutside=c,document.addEventListener("mousedown",c)},unmounted(e){const t=e;document.removeEventListener("mousedown",t.vueClickOutside),t.vueClickOutside=null}},Md={mounted(e,t){const n=e,o=t.modifiers.bubbles,s=document.body.getElementsByClassName("ev-date-picker-dropdown"),l=a=>{(!s&&(o||n!==a.target&&!n.contains(a.target))||s&&s[0]&&s[0]!==a.target&&!s[0].contains(a.target)&&n!==a.target&&!n.contains(a.target))&&t.value(a)};n.vueClickOutside=l,document.addEventListener("mousedown",l)},unmounted(e){const t=e;document.removeEventListener("mousedown",t.vueClickOutside),t.vueClickOutside=null}};var Ot=function(){return Ot=Object.assign||function(t){for(var n,o=1,s=arguments.length;o<s;o++){n=arguments[o];for(var l in n)Object.prototype.hasOwnProperty.call(n,l)&&(t[l]=n[l])}return t},Ot.apply(this,arguments)};function rn(e,t,n){if(n||arguments.length===2)for(var o=0,s=t.length,l;o<s;o++)(l||!(o in t))&&(l||(l=Array.prototype.slice.call(t,0,o)),l[o]=t[o]);return e.concat(l||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var Lo=44032,Tn=["ㄱ","ㄲ","ㄴ","ㄷ","ㄸ","ㄹ","ㅁ","ㅂ","ㅃ","ㅅ","ㅆ","ㅇ","ㅈ","ㅉ","ㅊ","ㅋ","ㅌ","ㅍ","ㅎ"],Ne=["ㅏ","ㅐ","ㅑ","ㅒ","ㅓ","ㅔ","ㅕ","ㅖ","ㅗ","ㅘ","ㅙ","ㅚ","ㅛ","ㅜ","ㅝ","ㅞ","ㅟ","ㅠ","ㅡ","ㅢ","ㅣ"],Ie=["","ㄱ","ㄲ","ㄳ","ㄴ","ㄵ","ㄶ","ㄷ","ㄹ","ㄺ","ㄻ","ㄼ","ㄽ","ㄾ","ㄿ","ㅀ","ㅁ","ㅂ","ㅄ","ㅅ","ㅆ","ㅇ","ㅈ","ㅊ","ㅋ","ㅌ","ㅍ","ㅎ"],Rt={ㄲ:["ㄱ","ㄱ"],ㄳ:["ㄱ","ㅅ"],ㄵ:["ㄴ","ㅈ"],ㄶ:["ㄴ","ㅎ"],ㄺ:["ㄹ","ㄱ"],ㄻ:["ㄹ","ㅁ"],ㄼ:["ㄹ","ㅂ"],ㄽ:["ㄹ","ㅅ"],ㄾ:["ㄹ","ㅌ"],ㄿ:["ㄹ","ㅍ"],ㅀ:["ㄹ","ㅎ"],ㅄ:["ㅂ","ㅅ"],ㅆ:["ㅅ","ㅅ"],ㅘ:["ㅗ","ㅏ"],ㅙ:["ㅗ","ㅐ"],ㅚ:["ㅗ","ㅣ"],ㅝ:["ㅜ","ㅓ"],ㅞ:["ㅜ","ㅔ"],ㅟ:["ㅜ","ㅣ"],ㅢ:["ㅡ","ㅣ"]},ji={ㅗ:["ㅗ","ㅚ"],ㅜ:["ㅜ","ㅟ"],ㅡ:["ㅡ","ㅢ"]},Xl=["ㄱ","ㄲ","ㄴ","ㄷ","ㄸ","ㄹ","ㅁ","ㅂ","ㅃ","ㅅ","ㅆ","ㅇ","ㅈ","ㅉ","ㅊ","ㅋ","ㅌ","ㅍ","ㅎ","ㅏ","ㅐ","ㅑ","ㅒ","ㅓ","ㅔ","ㅕ","ㅖ","ㅗ","ㅛ","ㅜ","ㅠ","ㅡ","ㅣ"],Ul=[["ㄱ","r"],["ㄲ","R"],["ㄴ","s"],["ㄷ","e"],["ㄸ","E"],["ㄹ","f"],["ㅁ","a"],["ㅂ","q"],["ㅃ","Q"],["ㅅ","t"],["ㅆ","T"],["ㅇ","d"],["ㅈ","w"],["ㅉ","W"],["ㅊ","c"],["ㅋ","z"],["ㅌ","x"],["ㅍ","v"],["ㅎ","g"],["ㅏ","k"],["ㅐ","o"],["ㅑ","i"],["ㅒ","O"],["ㅓ","j"],["ㅔ","p"],["ㅕ","u"],["ㅖ","P"],["ㅗ","h"],["ㅛ","y"],["ㅜ","n"],["ㅠ","b"],["ㅡ","m"],["ㅣ","l"]];function jl(e){var t="",n="",o="",s=-1,l=-1,a=-1;if(e.match(/[ㄱ-ㅎ]/))t=e,s=Tn.join("").search(e);else if(e.match(/[가-힣]/)){var r=e.charCodeAt(0)-Lo;a=r%Ie.length,l=(r-a)/Ie.length%Ne.length,s=((r-a)/Ie.length-l)/Ne.length,t=Tn[s],n=Ne[l],o=Ie[a]}return{initial:t,medial:n,finale:o,initialOffset:s,medialOffset:l,finaleOffset:a}}[["은","는"],["이","가"],["을","를"],["과","와"]].reduce(function(e,t){var n=t[0],o=t[1];return rn(rn([],e,!0),[[RegExp(`([가-힣]['" ]{0,1})`.concat(n,"\\(").concat(o,"\\)(\\s+)"),"g"),n,o],[RegExp(`([가-힣]['" ]{0,1})`.concat(o,"\\(").concat(n,"\\)(\\s+)"),"g"),n,o]],!1)},[]);function Ed(e,t){var n=t===void 0?{}:t,o=n.grouped,s=o===void 0?!1:o,l=[];return e.split("").forEach(function(a){var r=jl(a),c=r.initial,d=r.medial,h=r.finale,u=r.initialOffset,f=r.medialOffset,p=r.finaleOffset;l.push((u!==-1||f!==-1||p!==-1?[c,Rt[d]&&Xl.indexOf(d)===-1?Rt[d]:d,Rt[h]&&Xl.indexOf(h)===-1?Rt[h]:h].filter(Boolean):[a]).flat())}),s?l:l.flat()}var Wt=Object.entries(Rt).reduce(function(e,t){var n,o=t[0],s=t[1];return Ot(Ot({},e),(n={},n[s.join("")]=o,n))},{}),Yl=function(e){return typeof e<"u"};function Id(e){var t=e.findIndex(function(d){return Ne.indexOf(d)!==-1}),n=t!==-1&&Ne.indexOf(e[t+1])!==-1?t+1:t,o=e.slice(0,t).join(""),s=e.slice(t,n+1).join(""),l=e.slice(n+1).join(""),a=Tn.indexOf(Wt[o]||o),r=Ne.indexOf(Wt[s]||s),c=Ie.indexOf(Wt[l]||l);return a!==-1&&r!==-1?String.fromCharCode(Lo+a*(Ne.length*Ie.length)+r*Ie.length+c):e.join("")}function vd(e){var t=[];(typeof e=="string"?e.split(""):e).forEach(function(l,a,r){typeof l=="string"&&t.length>0&&Ne.indexOf(r[a-1])!==-1&&Ne.indexOf(l)!==-1&&Wt["".concat(r[a-1]).concat(l)]?t[t.length-1]=Wt["".concat(r[a-1]).concat(l)]:t.push(l)});var n={medial:null,finales:[]},o=[n];t.forEach(function(l){Array.isArray(l)?(n={medial:null,finales:[]},o.push({grouped:l,finales:[]}),o.push(n)):Ne.indexOf(l)!==-1?(n={medial:l,finales:[]},o.push(n)):n.finales.push(l)}),o.forEach(function(l,a,r){if(a>0){var c=r[a-1];if(!c.medial||c.finales.length===1)l.initials=c.finales,c.finales=[];else{var d=c.finales,h=d[0],u=d.slice(1);l.initials=u,c.finales=h?[h]:[]}if(l.finales.length>2||a===o.length-1&&l.finales.length>1){var f=l.finales,p=f[0],g=f[1],m=f.slice(2);Wt["".concat(p).concat(g)]&&(l.finales=rn([Wt["".concat(p).concat(g)]],m,!0))}}});var s=[];return o.forEach(function(l){var a=l.initials,r=a===void 0?[]:a,c=l.medial,d=l.finales,h=l.grouped;if(h)s.push(h);else{var u=r.slice(),f=u.pop(),p=d[0],g=d.slice(1);Ie.indexOf(p)===-1&&(g=rn([p],g,!0),p=""),u.filter(Yl).forEach(function(m){return s.push([m])}),s.push([f,c,p].filter(Boolean)),g.filter(Yl).forEach(function(m){return s.push([m])})}}),s.map(Id).join("")}var Td=Object.values(Ul).reduce(function(e,t){var n,o=t[0],s=t[1];return Ot(Ot({},e),(n={},n[s]=o,n))},{});function Gl(e){return vd(e.split("").map(function(t){return Td[t]||t}).join(""))}var Zl=/[\\^$.*+?()[\]{}|]/g,Bd=RegExp(Zl.source);function Yi(e){return e&&Bd.test(e)?e.replace(Zl,"\\$&"):e||""}var No=function(e,t){t===void 0&&(t=!1);var n=Tn.indexOf(e);if(n!==-1){var o=n*Ne.length*Ie.length+Lo;return"[".concat(t?e:"").concat(String.fromCharCode(o),"-").concat(String.fromCharCode(o+Ne.length*Ie.length-1),"]")}return e},ql="__".concat(parseInt("fuzzy",36),"__"),Kl="__".concat(parseInt("ignorespace",36),"__"),Gi=function(){var e,t;return function(n,o){var s=o===void 0?{}:o,l=s.initialSearch,a=l===void 0?!1:l,r=s.startsWith,c=r===void 0?!1:r,d=s.endsWith,h=d===void 0?!1:d,u=s.ignoreSpace,f=u===void 0?!1:u,p=s.ignoreCase,g=p===void 0?!0:p,m=s.global,x=m===void 0?!1:m,b=s.fuzzy,y=b===void 0?!1:b,w=s.nonCaptureGroup,I=w===void 0?!1:w,M=s.engToKor,v=M===void 0?!1:M;if(e===n)return t;var _=n,C=[];if(v&&n.trim().match(/^([a-zA-Z0-9\s]{2,})$/)){var S=Gl(n.trim());S.match(/^[가-힣ㄱ-ㅎ0-9]/)&&(_=S,C.push(Yi(n.trim())))}var E=_.split(""),k=E.slice(-1)[0],B="",D=jl(k||"");if(D.initialOffset!==-1){E=E.slice(0,-1);var O=D.initial,R=D.medial,T=D.finale,N=D.initialOffset,L=D.medialOffset,V=N*Ne.length*Ie.length+Lo,P=[];switch(!0){case T!=="":{P.push(k),Tn.includes(T)&&P.push("".concat(String.fromCharCode(V+L*Ie.length)).concat(No(T))),Rt[T]&&P.push("".concat(String.fromCharCode(V+L*Ie.length+Ie.join("").search(Rt[T][0])+1)).concat(No(Rt[T][1])));break}case R!=="":{var A=void 0,z=void 0;ji[R]?(A=V+Ne.join("").search(ji[R][0])*Ie.length,z=V+Ne.join("").search(ji[R][1])*Ie.length+Ie.length-1):(A=V+L*Ie.length,z=A+Ie.length-1),P.push("[".concat(String.fromCharCode(A),"-").concat(String.fromCharCode(z),"]"));break}case O!=="":{P.push(No(O,!0));break}}B=P.length>1?I?"(?:".concat(P.join("|"),")"):"(".concat(P.join("|"),")"):P[0]}var $=y?ql:f?Kl:"",U=a?E.map(function(K){return K.search(/[ㄱ-ㅎ]/)!==-1?No(K,!0):Yi(K)}).join($):Yi(E.join($)),H=U.trim()!==""&&B.trim()!=="",X=H?"".concat(U).concat($).concat(B):"".concat(U).concat(B),Y=(c?"^":"")+X+(h?"$":"");return $&&(Y=Y.replace(RegExp(ql,"g"),".*").replace(RegExp(Kl,"g"),"\\s*")),C.length>0&&(Y=rn(rn([],C,!0),[Y],!1).map(function(K){return"(".concat(K,")")}).join("|")),t=RegExp(Y,(x?"g":"")+(g?"i":"")),t}}(),Dd=Object.values(Ul).reduce(function(e,t){var n,o=t[0],s=t[1];return Ot(Ot({},e),(n={},n[o]=s,n))},{});function Od(e){return e.split("").map(function(t){return Ed(t,{grouped:!1}).map(function(n){return Dd[n]||n})}).flat().join("")}const Rd=()=>{const{props:e,emit:t}=i.getCurrentInstance(),n={get:()=>e.items.some(m=>m.value===e.modelValue)?e.modelValue:null,set:m=>t("update:modelValue",m)},o={get:()=>Array.isArray(e.modelValue)?e.modelValue:[],set:m=>t("update:modelValue",m)},s=i.computed(e.multiple?o:n),l=()=>{var m;return(m=e.items.find(x=>x.value===s.value))==null?void 0:m.name},a=()=>e.items.filter(m=>e.modelValue.includes(m.value)),r=i.computed(e.multiple?a:l),c=i.computed(()=>e.multiple&&s.value.length?null:e.placeholder),d=()=>s.value,h=()=>s.value.length,u=i.computed(e.multiple?h:d),f=()=>{e.disabled||(e.multiple?(s.value.splice(0),s.value=[...s.value]):s.value=null)},p=async()=>{await i.nextTick(),t("change",s.value)};return{mv:s,selectedModel:r,computedPlaceholder:c,isClearableIcon:u,removeAllMv:f,removeMv:async m=>{if(!e.disabled){const x=s.value.indexOf(m);s.value.splice(x,1),s.value=[...s.value],await p()}},changeMv:p}},Ld=e=>{const{props:t}=i.getCurrentInstance(),{mv:n,changeMv:o}=e,s=i.ref(!1),l=i.ref(t.filterText),a=i.ref(null),r=i.ref(null),c=i.ref(null),d=i.ref(null),h=i.ref("100%"),u=i.ref(null),f=i.reactive({top:0}),p=i.computed(()=>{var T;if(!l.value||!t.filterable)return t.items;const D=(T=l.value)==null?void 0:T.trim(),O=Gl(D),R=Od(D);return t.items.filter(({name:N})=>N.search(Gi(D))>-1||N.search(Gi(O))>-1||N.search(Gi(R))>-1)}),g=D=>{var O;l.value=(O=D==null?void 0:D.target)==null?void 0:O.value},m=async()=>{var N,L,V;await i.nextTick();const D=(N=r.value)==null?void 0:N.getBoundingClientRect().height,O=(L=r.value)==null?void 0:L.getBoundingClientRect().y,R=(V=c.value)==null?void 0:V.getBoundingClientRect().height;document.documentElement.clientHeight<O+D+R?f.top=`-${R}px`:f.top=`${D}px`},x=()=>{var N,L,V;if(!((V=(L=(N=d.value)==null?void 0:N.children[0])==null?void 0:L.children)!=null&&V.length))return;const D="selected",O=d.value.children[0].children,R=d.value.offsetTop;let T=null;for(let P=0;P<O.length;P++)if(T=O[P],T.classList.contains(D)){if(!T.offsetTop)return;d.value.scrollTop=T.offsetTop-R;break}},b=async()=>{if(d.value&&c.value){await i.nextTick(),(u.value===null||u.value!==r.value.offsetWidth)&&(u.value=r.value.offsetWidth);const D=d.value.querySelectorAll(".ev-select-dropbox-item");let O=0;D.forEach(U=>{const H=U.scrollWidth;H>O&&(O=H)});const{borderLeftWidth:R,borderRightWidth:T}=window.getComputedStyle(c.value),N=parseInt(R)+parseInt(T),L=d.value.offsetWidth-d.value.clientWidth;O+=L+N;const V=window.innerWidth,A=c.value.getBoundingClientRect().left,z=V-A-20,$=Math.max(Math.min(O,z),u.value);h.value=`${$}px`}else h.value="100%"};i.watch(()=>s.value,async D=>{D&&(await x(),await b())}),i.watch(()=>p.value,async()=>{await m()}),t.filterable&&i.watch(()=>p.value,()=>m());const y=async()=>{t.items.length&&!t.disabled&&(s.value=!s.value,s.value&&await m())},w=()=>{t.filterable&&(l.value=""),s.value=!1},I=i.ref(!1),M=D=>{D||(I.value=!I.value),I.value?n.value=p.value.filter(O=>!O.disabled).map(O=>O.value):n.value=[]},v=D=>{t.filterable&&(l.value=""),s.value=!1,n.value!==D&&(n.value=D,o())},_=D=>{if(t.filterable&&(l.value=""),!n.value.includes(D))n.value.push(D);else{const O=n.value.indexOf(D);n.value.splice(O,1)}I.value=n.value.length===p.value.filter(O=>!O.disabled).length,n.value=[...n.value],o()},C=t.multiple?_:v,S=D=>D===n.value,E=D=>n.value.includes(D),k=t.multiple?E:S;i.watch(()=>n.value,D=>{t.multiple&&t.checkable&&(D.length===0?I.value=!1:I.value=D.length===p.value.filter(O=>!O.disabled).length,m())});const B=()=>{s.value&&(b(),m())};return i.onMounted(()=>{window.addEventListener("resize",B)}),i.onUnmounted(()=>{window.removeEventListener("resize",B)}),{select:a,selectWrapper:r,dropbox:c,itemWrapper:d,isDropbox:s,dropboxPosition:f,filterTextRef:l,filteredItems:p,clickSelectInput:y,clickOutsideDropbox:w,changeFilterText:g,changeDropboxPosition:m,clickItem:C,selectedItemClass:k,allCheck:I,changeAllCheck:M,dropboxWidth:h}},Nd={name:"EvSelect",components:{EvCheckbox:ln,EvCheckboxGroup:an},directives:{clickoutside:kd},props:{modelValue:{type:[Boolean,String,Number,Array,Object],default:null},placeholder:{type:String,default:""},searchPlaceholder:{type:String,default:"Please Enter a Search Words."},noMatchingText:{type:String,default:"NO MATCHING DATA"},items:{type:Array,default:()=>[]},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},multiple:{type:Boolean,default:!1},checkable:{type:Boolean,default:!1},collapseTags:{type:Boolean,default:!1},filterable:{type:Boolean,default:!1},filterText:{type:String,default:""},allCheckLabel:{type:String,default:"Select All"}},emits:{"update:modelValue":null,change:null},setup(){const{mv:e,selectedModel:t,computedPlaceholder:n,isClearableIcon:o,changeMv:s,removeMv:l,removeAllMv:a}=Rd(),{select:r,selectWrapper:c,dropbox:d,itemWrapper:h,isDropbox:u,dropboxPosition:f,filterTextRef:p,filteredItems:g,clickSelectInput:m,clickOutsideDropbox:x,changeFilterText:b,changeDropboxPosition:y,clickItem:w,selectedItemClass:I,allCheck:M,changeAllCheck:v,dropboxWidth:_}=Ld({mv:e,changeMv:s});return{mv:e,selectedModel:t,computedPlaceholder:n,isClearableIcon:o,changeMv:s,removeMv:l,removeAllMv:a,select:r,selectWrapper:c,dropbox:d,itemWrapper:h,isDropbox:u,dropboxPosition:f,filterTextRef:p,filteredItems:g,clickSelectInput:m,clickOutsideDropbox:x,changeFilterText:b,changeDropboxPosition:y,clickItem:w,selectedItemClass:I,allCheck:M,changeAllCheck:v,dropboxWidth:_}}},_d={ref:"selectWrapper",class:"ev-select__wrapper"},Vd=["placeholder","disabled"],Pd={key:1,class:"ev-select-tag-wrapper"},Ad=["placeholder","disabled"],zd={class:"ev-tag-name"},Fd=["onClick"],Hd={key:0,class:"ev-select-tag"},Wd={class:"ev-tag-name"},$d={key:1,class:"ev-select-tag num"},Xd={class:"ev-tag-name"},Ud={class:"ev-select-dropbox-wrapper"},jd=["placeholder","value"],Yd={ref:"itemWrapper",class:"ev-select-dropbox-list"},Gd={key:0,class:"ev-select-dropbox-ul"},Zd=["title","onClick"],qd={key:1},Kd={class:"ev-select-dropbox-item disabled"},Jd={key:0,class:"ev-select-dropbox-ul"},Qd=["title","onClick"],eh={key:2,ref:"itemWrapper",class:"ev-select-dropbox-list"},th={key:0,class:"ev-select-dropbox-ul"},nh=["title","onClick"],oh={key:1},ih={class:"ev-select-dropbox-item disabled"};function sh(e,t,n,o,s,l){const a=i.resolveComponent("ev-checkbox"),r=i.resolveComponent("ev-checkbox-group"),c=i.resolveDirective("clickoutside");return i.withDirectives((i.openBlock(),i.createElementBlock("div",{ref:"select",class:i.normalizeClass(["ev-select",{selected:o.isDropbox,disabled:n.disabled}])},[i.createElementVNode("div",_d,[n.multiple?(i.openBlock(),i.createElementBlock("div",Pd,[!n.clearable||!o.isClearableIcon?(i.openBlock(),i.createElementBlock("span",{key:0,class:"ev-input-suffix",onClick:t[3]||(t[3]=(...d)=>o.clickSelectInput&&o.clickSelectInput(...d))},[i.createElementVNode("i",{class:i.normalizeClass(["ev-input-suffix-arrow ev-icon-s-arrow-down",{selected:o.isDropbox}])},null,2)])):i.createCommentVNode("",!0),i.createElementVNode("input",{type:"text",class:"ev-input multiple",readonly:"",placeholder:o.computedPlaceholder,disabled:n.disabled,onClick:t[4]||(t[4]=(...d)=>o.clickSelectInput&&o.clickSelectInput(...d))},null,8,Ad),n.collapseTags?(i.openBlock(),i.createElementBlock(i.Fragment,{key:2},[o.selectedModel.length?(i.openBlock(),i.createElementBlock("div",Hd,[i.createElementVNode("span",Wd,i.toDisplayString(o.selectedModel[0].name),1),i.createElementVNode("span",{class:"ev-tag-suffix",onClick:t[5]||(t[5]=i.withModifiers(d=>[o.removeMv(o.selectedModel[0].value),o.changeDropboxPosition()],["stop"]))},[...t[13]||(t[13]=[i.createElementVNode("i",{class:"ev-tag-suffix-close ev-icon-error"},null,-1)])])])):i.createCommentVNode("",!0),o.selectedModel.length>1?(i.openBlock(),i.createElementBlock("div",$d,[i.createElementVNode("span",Xd," + "+i.toDisplayString(o.selectedModel.length-1),1)])):i.createCommentVNode("",!0)],64)):(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:1},i.renderList(o.selectedModel,d=>(i.openBlock(),i.createElementBlock("div",{key:d,class:"ev-select-tag"},[i.createElementVNode("span",zd,i.toDisplayString(d.name),1),i.createElementVNode("span",{class:"ev-tag-suffix",onClick:i.withModifiers(h=>[o.removeMv(d.value),o.changeDropboxPosition()],["stop"])},[...t[12]||(t[12]=[i.createElementVNode("i",{class:"ev-tag-suffix-close ev-icon-error"},null,-1)])],8,Fd)]))),128))])):(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[!n.clearable||!o.isClearableIcon?(i.openBlock(),i.createElementBlock("span",{key:0,class:"ev-input-suffix",onClick:t[0]||(t[0]=(...d)=>o.clickSelectInput&&o.clickSelectInput(...d))},[i.createElementVNode("i",{class:i.normalizeClass(["ev-input-suffix-arrow ev-icon-s-arrow-down",{selected:o.isDropbox}])},null,2)])):i.createCommentVNode("",!0),i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[1]||(t[1]=d=>o.selectedModel=d),type:"text",class:"ev-input",readonly:"",placeholder:o.computedPlaceholder,disabled:n.disabled,onClick:t[2]||(t[2]=(...d)=>o.clickSelectInput&&o.clickSelectInput(...d))},null,8,Vd),[[i.vModelText,o.selectedModel]])],64)),n.clearable?i.withDirectives((i.openBlock(),i.createElementBlock("span",{key:2,class:"ev-input-suffix",onClick:t[6]||(t[6]=i.withModifiers(d=>[o.removeAllMv(),o.clickOutsideDropbox()],["stop"]))},[...t[14]||(t[14]=[i.createElementVNode("i",{class:"ev-icon-error"},null,-1)])],512)),[[i.vShow,o.isClearableIcon]]):i.createCommentVNode("",!0),i.createElementVNode("div",Ud,[o.isDropbox?(i.openBlock(),i.createElementBlock("div",{key:0,ref:"dropbox",class:"ev-select-dropbox",style:i.normalizeStyle([o.dropboxPosition,{width:o.dropboxWidth}])},[n.filterable?i.renderSlot(e.$slots,"search-filter",{key:0,item:{value:o.filterTextRef,onInput:o.changeFilterText,class:"ev-input-query",placeholder:n.searchPlaceholder}},()=>[i.createElementVNode("input",{type:"text",class:"ev-input-query",placeholder:n.searchPlaceholder,value:o.filterTextRef,onInput:t[7]||(t[7]=(...d)=>o.changeFilterText&&o.changeFilterText(...d))},null,40,jd)]):i.createCommentVNode("",!0),n.checkable?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[n.multiple?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["ev-select-dropbox-item all-check",{selected:o.allCheck}]),onClick:t[10]||(t[10]=i.withModifiers(d=>[o.changeAllCheck(!1),o.changeDropboxPosition()],["self","prevent"]))},[i.createVNode(a,{modelValue:o.allCheck,"onUpdate:modelValue":t[8]||(t[8]=d=>o.allCheck=d),label:n.allCheckLabel,onChange:t[9]||(t[9]=d=>[o.changeAllCheck(!0),o.changeDropboxPosition()])},null,8,["modelValue","label"])],2)):i.createCommentVNode("",!0),i.createElementVNode("div",Yd,[n.multiple?(i.openBlock(),i.createBlock(r,{key:0,modelValue:o.mv,"onUpdate:modelValue":t[11]||(t[11]=d=>o.mv=d)},{default:i.withCtx(()=>[o.filteredItems.length?(i.openBlock(),i.createElementBlock("ul",Gd,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.filteredItems,(d,h)=>(i.openBlock(),i.createElementBlock("li",{key:`${d.value}_${h}`,class:i.normalizeClass(["ev-select-dropbox-item",{selected:o.selectedItemClass(d.value),disabled:d.disabled}]),title:d.name,onClick:i.withModifiers(u=>d.disabled?[]:[o.clickItem(d.value),o.changeDropboxPosition()],["self","prevent"])},[i.createVNode(a,{label:d.value,disabled:d.disabled},{default:i.withCtx(()=>[d.iconClass?(i.openBlock(),i.createElementBlock("i",{key:0,class:i.normalizeClass(d.iconClass)},null,2)):i.createCommentVNode("",!0),i.createTextVNode(" "+i.toDisplayString(d.name),1)]),_:2},1032,["label","disabled"])],10,Zd))),128))])):(i.openBlock(),i.createElementBlock("ul",qd,[i.createElementVNode("li",Kd,i.toDisplayString(n.noMatchingText),1)]))]),_:1},8,["modelValue"])):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[o.filteredItems.length?(i.openBlock(),i.createElementBlock("ul",Jd,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.filteredItems,(d,h)=>(i.openBlock(),i.createElementBlock("li",{key:`${d.value}_${h}`,class:i.normalizeClass(["ev-select-dropbox-item",{selected:o.selectedItemClass(d.value),disabled:d.disabled}]),title:d.name,onClick:i.withModifiers(u=>d.disabled?[]:[o.clickItem(d.value),o.changeDropboxPosition()],["stop","prevent"])},[i.createVNode(a,{"model-value":o.mv===d.value,disabled:d.disabled},{default:i.withCtx(()=>[d.iconClass?(i.openBlock(),i.createElementBlock("i",{key:0,class:i.normalizeClass(d.iconClass)},null,2)):i.createCommentVNode("",!0),i.createTextVNode(" "+i.toDisplayString(d.name),1)]),_:2},1032,["model-value","disabled"])],10,Qd))),128))])):i.createCommentVNode("",!0)],64))],512)],64)):(i.openBlock(),i.createElementBlock("div",eh,[o.filteredItems.length?(i.openBlock(),i.createElementBlock("ul",th,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.filteredItems,(d,h)=>(i.openBlock(),i.createElementBlock("li",{key:`${d.value}_${h}`,class:i.normalizeClass(["ev-select-dropbox-item",{selected:o.selectedItemClass(d.value),disabled:d.disabled}]),title:d.name,onClick:i.withModifiers(u=>d.disabled?[]:[o.clickItem(d.value),o.changeDropboxPosition()],["stop","prevent"])},[d.iconClass?(i.openBlock(),i.createElementBlock("i",{key:0,class:i.normalizeClass(d.iconClass)},null,2)):i.createCommentVNode("",!0),i.createTextVNode(" "+i.toDisplayString(d.name),1)],10,nh))),128))])):(i.openBlock(),i.createElementBlock("ul",oh,[i.createElementVNode("li",ih,i.toDisplayString(n.noMatchingText),1)]))],512))],4)):i.createCommentVNode("",!0)])],512)],2)),[[c,o.clickOutsideDropbox]])}const Bn=le(Nd,[["render",sh]]);Bn.install=e=>{e.component(Bn.name,Bn)};const lh={name:"EvToggle",props:{modelValue:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},width:{type:Number,default:40},activeColor:{type:String,default:"#409EFF"},inactiveColor:{type:String,default:"#DCDFE6"}},emits:["update:modelValue","change"],setup(e,{emit:t}){const n=i.computed({get:()=>e.modelValue,set:s=>{t("update:modelValue",s),t("change",s)}});return{mv:n,clickMv:()=>{!e.disabled&&!e.readonly&&(n.value=!n.value)}}}};function ah(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ev-toggle",{checked:n.modelValue,disabled:n.disabled,readonly:n.readonly}]),style:i.normalizeStyle({width:`${n.width}px`,border:`1px solid ${n.modelValue?n.activeColor:n.inactiveColor}`,"background-color":`${n.modelValue?n.activeColor:n.inactiveColor}`}),onClick:t[0]||(t[0]=(...a)=>o.clickMv&&o.clickMv(...a))},null,6)}const Dn=le(lh,[["render",ah]]);Dn.install=e=>{e.component(Dn.name,Dn)};const rh={name:"EvTextField",props:{modelValue:{type:[String,Number],default:null},type:{type:String,default:"text"},placeholder:{type:String,default:""},clearable:{type:Boolean,default:!1},showPassword:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},maxLength:{type:Number,default:null},maxUnit:{type:String,default:"count"},showMaxLength:{type:Boolean,default:!1},errorMsg:{type:String,default:""},autocomplete:{type:String,default:"off"}},emits:["update:modelValue","focus","blur","input","change","search"],setup(e,{emit:t}){const n=i.computed({get:()=>e.modelValue,set:m=>t("update:modelValue",m)}),o=i.ref(!1),s=()=>{e.type==="password"&&(o.value=!o.value)},l=i.computed(()=>e.type==="password"?o.value?"text":"password":e.type==="search"?"text":e.type);i.watch(()=>e.type,m=>{m!=="password"&&(o.value=!1)});const a=()=>{n.value=""},r=()=>{t("search",n.value)},c=m=>{e.type==="search"&&(m.key==="Enter"||m.keyCode===13)&&r()},d=m=>{t("focus",m)},h=m=>{t("blur",m)},u=m=>new TextEncoder().encode(m).length,f=i.computed(()=>e.maxUnit==="byte"?u(n.value||""):(n.value||"").length);return{mv:n,inputType:l,isPasswordVisible:o,clearValue:a,changePasswordVisible:s,searchValue:r,keyupInput:c,focusInput:d,blurInput:h,inputMv:m=>{let x=m.target.value;if(e.maxLength&&e.maxUnit==="byte"){for(;u(x)>e.maxLength;)x=x.slice(0,-1);m.target.value=x}n.value=x,t("input",x,m)},changeMv:m=>t("change",n.value,m),currentLength:f}}},ch={class:"ev-text-field-wrapper"},dh=["placeholder","disabled","readonly","autocomplete","maxlength"],hh=["type","placeholder","disabled","readonly","autocomplete","maxlength"],uh={key:3,class:"ev-text-field-icon icon-suffix"},fh={key:4,class:"ev-text-field-icon icon-prefix"},mh={key:0,class:"ev-text-field-error"},gh={class:"curr-length"};function ph(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ev-text-field",{disabled:n.disabled,clearable:n.clearable,readonly:n.readonly,error:!!n.errorMsg,"show-password":n.showPassword,"show-maxlength":n.showMaxLength,[`type-${n.type}`]:!!n.type,"ev-text-field-prefix":e.$slots["icon-prefix"],"ev-text-field-suffix":e.$slots["icon-suffix"],"ev-text-field-prefix-suffix":e.$slots["icon-prefix"]&&e.$slots["icon-suffix"]}])},[i.createElementVNode("div",ch,[n.type==="textarea"?i.withDirectives((i.openBlock(),i.createElementBlock("textarea",{key:0,"onUpdate:modelValue":t[0]||(t[0]=a=>o.mv=a),class:"ev-textarea",placeholder:n.placeholder,disabled:n.disabled,readonly:n.readonly,autocomplete:n.autocomplete,maxlength:n.maxUnit==="byte"?null:n.maxLength,onFocus:t[1]||(t[1]=(...a)=>o.focusInput&&o.focusInput(...a)),onBlur:t[2]||(t[2]=(...a)=>o.blurInput&&o.blurInput(...a)),onInput:t[3]||(t[3]=(...a)=>o.inputMv&&o.inputMv(...a)),onChange:t[4]||(t[4]=(...a)=>o.changeMv&&o.changeMv(...a))},null,40,dh)),[[i.vModelText,o.mv]]):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[5]||(t[5]=a=>o.mv=a),class:"ev-input",type:o.inputType,placeholder:n.placeholder,disabled:n.disabled,readonly:n.readonly,autocomplete:n.autocomplete,maxlength:n.maxUnit==="byte"?null:n.maxLength,onFocus:t[6]||(t[6]=(...a)=>o.focusInput&&o.focusInput(...a)),onBlur:t[7]||(t[7]=(...a)=>o.blurInput&&o.blurInput(...a)),onInput:t[8]||(t[8]=(...a)=>o.inputMv&&o.inputMv(...a)),onChange:t[9]||(t[9]=(...a)=>o.changeMv&&o.changeMv(...a)),onKeyup:t[10]||(t[10]=(...a)=>o.keyupInput&&o.keyupInput(...a))},null,40,hh),[[i.vModelDynamic,o.mv]]),n.type==="text"&&n.clearable?(i.openBlock(),i.createElementBlock("span",{key:0,class:"ev-text-field-icon icon-clear",onClick:t[11]||(t[11]=(...a)=>o.clearValue&&o.clearValue(...a))},[...t[14]||(t[14]=[i.createElementVNode("i",{class:"ev-icon-error"},null,-1)])])):i.createCommentVNode("",!0),n.type==="password"&&n.showPassword?(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass(["ev-text-field-icon icon-password",{on:o.isPasswordVisible}]),onClick:t[12]||(t[12]=(...a)=>o.changePasswordVisible&&o.changePasswordVisible(...a))},[i.createElementVNode("i",{class:i.normalizeClass(o.isPasswordVisible?"ev-icon-visibility":"ev-icon-visibility-off")},null,2)],2)):i.createCommentVNode("",!0),n.type==="search"?(i.openBlock(),i.createElementBlock("span",{key:2,class:"ev-text-field-icon icon-search",onClick:t[13]||(t[13]=(...a)=>o.searchValue&&o.searchValue(...a))},[...t[15]||(t[15]=[i.createElementVNode("i",{class:"ev-icon-search"},null,-1)])])):i.createCommentVNode("",!0),e.$slots["icon-suffix"]?(i.openBlock(),i.createElementBlock("span",uh,[i.renderSlot(e.$slots,"icon-suffix")])):i.createCommentVNode("",!0),e.$slots["icon-prefix"]?(i.openBlock(),i.createElementBlock("span",fh,[i.renderSlot(e.$slots,"icon-prefix")])):i.createCommentVNode("",!0)],64))]),n.errorMsg?(i.openBlock(),i.createElementBlock("div",mh,i.toDisplayString(n.errorMsg),1)):i.createCommentVNode("",!0),n.maxLength&&n.showMaxLength?(i.openBlock(),i.createElementBlock("div",{key:1,class:i.normalizeClass(["ev-text-field-maxlength",{max:o.currentLength>n.maxLength}])},[i.createElementVNode("span",gh,i.toDisplayString(o.currentLength),1),i.createTextVNode(" / "+i.toDisplayString(n.maxLength)+i.toDisplayString(n.maxUnit==="byte"?" Bytes":""),1)],2)):i.createCommentVNode("",!0)],2)}const On=le(rh,[["render",ph]]);On.install=e=>{e.component(On.name,On)};function Jl(e){let t=null;if(typeof e=="string"||typeof e=="number"){const n=/^(normal|(-*\d+(?:\.\d+)?)(px|%)?)$/.exec(e);t=n?{value:+n[2],unit:n[3]||void 0}:null}return t}function ve(e){return typeof e=="number"&&!Number.isNaN(e)}function ft(...e){return e.every(ve)}function We(e,t){const n=e/t*100;return!ft(e,t,n)||e===0||t===0?0:n.toFixed(2)}function yh(e){return ft(e)?1e6*e:0}function xh(e){return ft(e)?1e9*e:0}function bh(e){return ft(e)?1e12*e:0}function Ch(e){return ft(e)?1e15*e:0}function $t(e){const t=/\B(?=(\d{3})+(?!\d))/g;if(ft(e)){if(Number.isInteger(e))return e.toString().replace(t,",");const n=e.toString().split(".");return n[0].replace(t,",")+(n[1]?`.${n[1]}`:"")}return!1}function Rn(e){const t=(e==null?void 0:e.toString().split(".")[1])||0;return t?t.length:0}function Zi(e){return e==null}function Sh(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)||"ontouchstart"in window}function Ln(e,{min:t,max:n,step:o}){const s=Math.floor((e-t)/o),l=(e-t)%o,a=Math.floor((n-t)/o),r=Math.max(Rn(o),Rn(t));let c=!1,d;if(r){let h=+parseFloat(o*s).toFixed(r);d=+(h+t).toFixed(r),c=s===a&&+(n-d).toFixed(r)!==o,l>o/2&&!c&&(d=+(d+o).toFixed(r)),d>n?(h=+parseFloat(o*a).toFixed(r),d=+(h+t).toFixed(r)):d<t&&(d=t)}else d=o*s+t,c=s===a&&n-d!==o,l>o/2&&!c&&(d+=o),d>n?d=o*a+t:d<t&&(d=t);return d}function wh(){const{props:e,emit:t}=i.getCurrentInstance(),n=i.ref(e.modelValue),o=i.ref(e.modelValue),s=d=>e.precision&&(d||d===0)?Number(d).toFixed(e.precision):d,l=d=>{let h=d;!d&&d!==0?h=e.stepStrictly?o.value:null:isNaN(d)?h=o.value:e.stepStrictly?(e.min===-1/0&&(e.min=0),h=Ln(d,{min:e.min,max:e.max,step:e.step})):(e.min||e.min===0)&&h<e.min?h=e.min:(e.max||e.max===0)&&h>e.max?h=e.max:h=+h,n.value=s(h),o.value=s(h),t("update:modelValue",h),t("change",h)},a=d=>{t("focus",d)},r=d=>{t("blur",d)},c=d=>{l(d.target.value)};return i.watch(()=>e.modelValue,(d,h)=>{d!==h&&(n.value=s(d))}),{currentValue:n,validateValue:l,focusInput:a,blurInput:r,changeMv:c}}function kh(e){const{props:t}=i.getCurrentInstance(),{currentValue:n,validateValue:o}=e;return{stepValue:l=>{if(t.readonly||t.disabled)return;let a;if(!n.value&&n.value!==0)a=t.min===-1/0?0:t.min;else{const r=+n.value,c=l==="up"?t.step:t.step*-1,h=10**Math.max(Rn(r),Rn(t.step));a=(Math.round(r*h)+Math.round(c*h))/h}a>=t.min&&a<=t.max&&o(a)}}}function Mh(e){const{props:t}=i.getCurrentInstance(),{currentValue:n,validateValue:o}=e,s=t.max||t.max===0,l=t.min||t.min===0,a=()=>{s&&l&&t.max<=t.min&&console.warn("[EVUI][InputNumber] Max value must be greater than min value."),t.step&&(t.precision||t.precision===0)&&Rn(t.step)>t.precision&&console.warn("[EVUI][InputNumber] It cannot be calculated because the step is smaller than the precision setting.")},r=()=>{let c=n.value;isNaN(n.value)&&(c=0),(c||c===0)&&(s&&c>t.max?c=t.max:l&&c<t.min&&(c=t.min)),o(c)};i.onBeforeMount(()=>{a(),r()})}const Eh={name:"EvInputNumber",props:{modelValue:{type:[String,Number],default:null},placeholder:{type:String,default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},max:{type:Number,default:1/0},min:{type:Number,default:-1/0},step:{type:Number,default:1,validator:e=>e>0},stepStrictly:{type:Boolean,default:!1},precision:{type:Number,default:0,validator:e=>e>=0&&e<=100&&e===parseInt(e,10)}},emits:["update:modelValue","focus","blur","input","change"],setup(){const{currentValue:e,validateValue:t,focusInput:n,blurInput:o,changeMv:s}=wh(),{stepValue:l}=kh({currentValue:e,validateValue:t});return Mh({currentValue:e,validateValue:t}),{currentValue:e,validateValue:t,focusInput:n,blurInput:o,changeMv:s,stepValue:l}}},Ih={class:"ev-input-number__wrapper"},vh=["onClick"],Th=["placeholder","disabled","readonly"];function Bh(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ev-input-number",{disabled:n.disabled,readonly:n.readonly}])},[i.createElementVNode("div",Ih,[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(["up","down"],a=>i.createElementVNode("span",{key:`step-arrow-${a}`,class:i.normalizeClass(["ev-input-number-icon",`step-${a}`]),onClick:r=>o.stepValue(a)},[i.createElementVNode("i",{class:i.normalizeClass(`ev-icon-s-arrow-${a}`)},null,2)],10,vh)),64)),i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[0]||(t[0]=a=>o.currentValue=a),class:"ev-input",type:"text",placeholder:n.placeholder,disabled:n.disabled,readonly:n.readonly,onFocus:t[1]||(t[1]=(...a)=>o.focusInput&&o.focusInput(...a)),onBlur:t[2]||(t[2]=(...a)=>o.blurInput&&o.blurInput(...a)),onChange:t[3]||(t[3]=(...a)=>o.changeMv&&o.changeMv(...a)),onKeydown:[t[4]||(t[4]=i.withKeys(i.withModifiers(a=>o.stepValue("up"),["prevent"]),["up"])),t[5]||(t[5]=i.withKeys(i.withModifiers(a=>o.stepValue("down"),["prevent"]),["down"])),t[6]||(t[6]=i.withKeys(i.withModifiers(a=>o.validateValue(o.currentValue),["prevent"]),["enter"]))]},null,40,Th),[[i.vModelText,o.currentValue,void 0,{trim:!0}]])])],2)}const Nn=le(Eh,[["render",Bh]]);Nn.install=e=>{e.component(Nn.name,Nn)};var Ql=typeof global=="object"&&global&&global.Object===Object&&global,Dh=typeof self=="object"&&self&&self.Object===Object&&self,tt=Ql||Dh||Function("return this")(),mt=tt.Symbol,ea=Object.prototype,Oh=ea.hasOwnProperty,Rh=ea.toString,_n=mt?mt.toStringTag:void 0;function Lh(e){var t=Oh.call(e,_n),n=e[_n];try{e[_n]=void 0;var o=!0}catch{}var s=Rh.call(e);return o&&(t?e[_n]=n:delete e[_n]),s}var Nh=Object.prototype,_h=Nh.toString;function Vh(e){return _h.call(e)}var Ph="[object Null]",Ah="[object Undefined]",ta=mt?mt.toStringTag:void 0;function Lt(e){return e==null?e===void 0?Ah:Ph:ta&&ta in Object(e)?Lh(e):Vh(e)}function nt(e){return e!=null&&typeof e=="object"}var zh="[object Symbol]";function _o(e){return typeof e=="symbol"||nt(e)&&Lt(e)==zh}function Fh(e,t){for(var n=-1,o=e==null?0:e.length,s=Array(o);++n<o;)s[n]=t(e[n],n,e);return s}var je=Array.isArray,na=mt?mt.prototype:void 0,oa=na?na.toString:void 0;function ia(e){if(typeof e=="string")return e;if(je(e))return Fh(e,ia)+"";if(_o(e))return oa?oa.call(e):"";var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}var Hh=/\s/;function Wh(e){for(var t=e.length;t--&&Hh.test(e.charAt(t)););return t}var $h=/^\s+/;function Xh(e){return e&&e.slice(0,Wh(e)+1).replace($h,"")}function _e(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var sa=NaN,Uh=/^[-+]0x[0-9a-f]+$/i,jh=/^0b[01]+$/i,Yh=/^0o[0-7]+$/i,Gh=parseInt;function Vo(e){if(typeof e=="number")return e;if(_o(e))return sa;if(_e(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=_e(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=Xh(e);var n=jh.test(e);return n||Yh.test(e)?Gh(e.slice(2),n?2:8):Uh.test(e)?sa:+e}var la=1/0,Zh=17976931348623157e292;function aa(e){if(!e)return e===0?e:0;if(e=Vo(e),e===la||e===-la){var t=e<0?-1:1;return t*Zh}return e===e?e:0}function qi(e){return e}var qh="[object AsyncFunction]",Kh="[object Function]",Jh="[object GeneratorFunction]",Qh="[object Proxy]";function Ki(e){if(!_e(e))return!1;var t=Lt(e);return t==Kh||t==Jh||t==qh||t==Qh}var Ji=tt["__core-js_shared__"],ra=function(){var e=/[^.]+$/.exec(Ji&&Ji.keys&&Ji.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function eu(e){return!!ra&&ra in e}var tu=Function.prototype,nu=tu.toString;function Xt(e){if(e!=null){try{return nu.call(e)}catch{}try{return e+""}catch{}}return""}var ou=/[\\^$.*+?()[\]{}|]/g,iu=/^\[object .+?Constructor\]$/,su=Function.prototype,lu=Object.prototype,au=su.toString,ru=lu.hasOwnProperty,cu=RegExp("^"+au.call(ru).replace(ou,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function du(e){if(!_e(e)||eu(e))return!1;var t=Ki(e)?cu:iu;return t.test(Xt(e))}function hu(e,t){return e==null?void 0:e[t]}function Ut(e,t){var n=hu(e,t);return du(n)?n:void 0}var Qi=Ut(tt,"WeakMap"),ca=Object.create,uu=function(){function e(){}return function(t){if(!_e(t))return{};if(ca)return ca(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function da(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function fu(){}function mu(e,t){var n=-1,o=e.length;for(t||(t=Array(o));++n<o;)t[n]=e[n];return t}var gu=800,pu=16,yu=Date.now;function xu(e){var t=0,n=0;return function(){var o=yu(),s=pu-(o-n);if(n=o,s>0){if(++t>=gu)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function bu(e){return function(){return e}}var Po=function(){try{var e=Ut(Object,"defineProperty");return e({},"",{}),e}catch{}}(),Cu=Po?function(e,t){return Po(e,"toString",{configurable:!0,enumerable:!1,value:bu(t),writable:!0})}:qi,Su=xu(Cu);function wu(e,t){for(var n=-1,o=e==null?0:e.length;++n<o&&t(e[n],n,e)!==!1;);return e}function ku(e,t,n,o){for(var s=e.length,l=n+-1;++l<s;)if(t(e[l],l,e))return l;return-1}function Mu(e){return e!==e}function Eu(e,t,n){for(var o=n-1,s=e.length;++o<s;)if(e[o]===t)return o;return-1}function Iu(e,t,n){return t===t?Eu(e,t,n):ku(e,Mu,n)}function vu(e,t){var n=e==null?0:e.length;return!!n&&Iu(e,t,0)>-1}var Tu=9007199254740991,Bu=/^(?:0|[1-9]\d*)$/;function es(e,t){var n=typeof e;return t=t??Tu,!!t&&(n=="number"||n!="symbol"&&Bu.test(e))&&e>-1&&e%1==0&&e<t}function ts(e,t,n){t=="__proto__"&&Po?Po(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}function Vn(e,t){return e===t||e!==e&&t!==t}var Du=Object.prototype,Ou=Du.hasOwnProperty;function ha(e,t,n){var o=e[t];(!(Ou.call(e,t)&&Vn(o,n))||n===void 0&&!(t in e))&&ts(e,t,n)}function Ru(e,t,n,o){var s=!n;n||(n={});for(var l=-1,a=t.length;++l<a;){var r=t[l],c=void 0;c===void 0&&(c=e[r]),s?ts(n,r,c):ha(n,r,c)}return n}var ua=Math.max;function Lu(e,t,n){return t=ua(t===void 0?e.length-1:t,0),function(){for(var o=arguments,s=-1,l=ua(o.length-t,0),a=Array(l);++s<l;)a[s]=o[t+s];s=-1;for(var r=Array(t+1);++s<t;)r[s]=o[s];return r[t]=n(a),da(e,this,r)}}function fa(e,t){return Su(Lu(e,t,qi),e+"")}var Nu=9007199254740991;function ns(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Nu}function Ao(e){return e!=null&&ns(e.length)&&!Ki(e)}function _u(e,t,n){if(!_e(n))return!1;var o=typeof t;return(o=="number"?Ao(n)&&es(t,n.length):o=="string"&&t in n)?Vn(n[t],e):!1}function ma(e){return fa(function(t,n){var o=-1,s=n.length,l=s>1?n[s-1]:void 0,a=s>2?n[2]:void 0;for(l=e.length>3&&typeof l=="function"?(s--,l):void 0,a&&_u(n[0],n[1],a)&&(l=s<3?void 0:l,s=1),t=Object(t);++o<s;){var r=n[o];r&&e(t,r,o,l)}return t})}var Vu=Object.prototype;function os(e){var t=e&&e.constructor,n=typeof t=="function"&&t.prototype||Vu;return e===n}function Pu(e,t){for(var n=-1,o=Array(e);++n<e;)o[n]=t(n);return o}var Au="[object Arguments]";function ga(e){return nt(e)&&Lt(e)==Au}var pa=Object.prototype,zu=pa.hasOwnProperty,Fu=pa.propertyIsEnumerable,zo=ga(function(){return arguments}())?ga:function(e){return nt(e)&&zu.call(e,"callee")&&!Fu.call(e,"callee")};function Hu(){return!1}var ya=typeof se=="object"&&se&&!se.nodeType&&se,xa=ya&&typeof module=="object"&&module&&!module.nodeType&&module,Wu=xa&&xa.exports===ya,ba=Wu?tt.Buffer:void 0,$u=ba?ba.isBuffer:void 0,Pn=$u||Hu,Xu="[object Arguments]",Uu="[object Array]",ju="[object Boolean]",Yu="[object Date]",Gu="[object Error]",Zu="[object Function]",qu="[object Map]",Ku="[object Number]",Ju="[object Object]",Qu="[object RegExp]",ef="[object Set]",tf="[object String]",nf="[object WeakMap]",of="[object ArrayBuffer]",sf="[object DataView]",lf="[object Float32Array]",af="[object Float64Array]",rf="[object Int8Array]",cf="[object Int16Array]",df="[object Int32Array]",hf="[object Uint8Array]",uf="[object Uint8ClampedArray]",ff="[object Uint16Array]",mf="[object Uint32Array]",ye={};ye[lf]=ye[af]=ye[rf]=ye[cf]=ye[df]=ye[hf]=ye[uf]=ye[ff]=ye[mf]=!0,ye[Xu]=ye[Uu]=ye[of]=ye[ju]=ye[sf]=ye[Yu]=ye[Gu]=ye[Zu]=ye[qu]=ye[Ku]=ye[Ju]=ye[Qu]=ye[ef]=ye[tf]=ye[nf]=!1;function gf(e){return nt(e)&&ns(e.length)&&!!ye[Lt(e)]}function is(e){return function(t){return e(t)}}var Ca=typeof se=="object"&&se&&!se.nodeType&&se,An=Ca&&typeof module=="object"&&module&&!module.nodeType&&module,pf=An&&An.exports===Ca,ss=pf&&Ql.process,cn=function(){try{var e=An&&An.require&&An.require("util").types;return e||ss&&ss.binding&&ss.binding("util")}catch{}}(),Sa=cn&&cn.isTypedArray,ls=Sa?is(Sa):gf,yf=Object.prototype,xf=yf.hasOwnProperty;function wa(e,t){var n=je(e),o=!n&&zo(e),s=!n&&!o&&Pn(e),l=!n&&!o&&!s&&ls(e),a=n||o||s||l,r=a?Pu(e.length,String):[],c=r.length;for(var d in e)(t||xf.call(e,d))&&!(a&&(d=="length"||s&&(d=="offset"||d=="parent")||l&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||es(d,c)))&&r.push(d);return r}function ka(e,t){return function(n){return e(t(n))}}var bf=ka(Object.keys,Object),Cf=Object.prototype,Sf=Cf.hasOwnProperty;function wf(e){if(!os(e))return bf(e);var t=[];for(var n in Object(e))Sf.call(e,n)&&n!="constructor"&&t.push(n);return t}function Ma(e){return Ao(e)?wa(e):wf(e)}function kf(e){var t=[];if(e!=null)for(var n in Object(e))t.push(n);return t}var Mf=Object.prototype,Ef=Mf.hasOwnProperty;function If(e){if(!_e(e))return kf(e);var t=os(e),n=[];for(var o in e)o=="constructor"&&(t||!Ef.call(e,o))||n.push(o);return n}function Ea(e){return Ao(e)?wa(e,!0):If(e)}var vf=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Tf=/^\w*$/;function as(e,t){if(je(e))return!1;var n=typeof e;return n=="number"||n=="symbol"||n=="boolean"||e==null||_o(e)?!0:Tf.test(e)||!vf.test(e)||t!=null&&e in Object(t)}var zn=Ut(Object,"create");function Bf(){this.__data__=zn?zn(null):{},this.size=0}function Df(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var Of="__lodash_hash_undefined__",Rf=Object.prototype,Lf=Rf.hasOwnProperty;function Nf(e){var t=this.__data__;if(zn){var n=t[e];return n===Of?void 0:n}return Lf.call(t,e)?t[e]:void 0}var _f=Object.prototype,Vf=_f.hasOwnProperty;function Pf(e){var t=this.__data__;return zn?t[e]!==void 0:Vf.call(t,e)}var Af="__lodash_hash_undefined__";function zf(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=zn&&t===void 0?Af:t,this}function jt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}jt.prototype.clear=Bf,jt.prototype.delete=Df,jt.prototype.get=Nf,jt.prototype.has=Pf,jt.prototype.set=zf;function Ff(){this.__data__=[],this.size=0}function Fo(e,t){for(var n=e.length;n--;)if(Vn(e[n][0],t))return n;return-1}var Hf=Array.prototype,Wf=Hf.splice;function $f(e){var t=this.__data__,n=Fo(t,e);if(n<0)return!1;var o=t.length-1;return n==o?t.pop():Wf.call(t,n,1),--this.size,!0}function Xf(e){var t=this.__data__,n=Fo(t,e);return n<0?void 0:t[n][1]}function Uf(e){return Fo(this.__data__,e)>-1}function jf(e,t){var n=this.__data__,o=Fo(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}function bt(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}bt.prototype.clear=Ff,bt.prototype.delete=$f,bt.prototype.get=Xf,bt.prototype.has=Uf,bt.prototype.set=jf;var Fn=Ut(tt,"Map");function Yf(){this.size=0,this.__data__={hash:new jt,map:new(Fn||bt),string:new jt}}function Gf(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function Ho(e,t){var n=e.__data__;return Gf(t)?n[typeof t=="string"?"string":"hash"]:n.map}function Zf(e){var t=Ho(this,e).delete(e);return this.size-=t?1:0,t}function qf(e){return Ho(this,e).get(e)}function Kf(e){return Ho(this,e).has(e)}function Jf(e,t){var n=Ho(this,e),o=n.size;return n.set(e,t),this.size+=n.size==o?0:1,this}function Ct(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t<n;){var o=e[t];this.set(o[0],o[1])}}Ct.prototype.clear=Yf,Ct.prototype.delete=Zf,Ct.prototype.get=qf,Ct.prototype.has=Kf,Ct.prototype.set=Jf;var Qf="Expected a function";function rs(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(Qf);var n=function(){var o=arguments,s=t?t.apply(this,o):o[0],l=n.cache;if(l.has(s))return l.get(s);var a=e.apply(this,o);return n.cache=l.set(s,a)||l,a};return n.cache=new(rs.Cache||Ct),n}rs.Cache=Ct;var em=500;function tm(e){var t=rs(e,function(o){return n.size===em&&n.clear(),o}),n=t.cache;return t}var nm=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,om=/\\(\\)?/g,im=tm(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(nm,function(n,o,s,l){t.push(s?l.replace(om,"$1"):o||n)}),t});function sm(e){return e==null?"":ia(e)}function Ia(e,t){return je(e)?e:as(e,t)?[e]:im(sm(e))}function Wo(e){if(typeof e=="string"||_o(e))return e;var t=e+"";return t=="0"&&1/e==-1/0?"-0":t}function va(e,t){t=Ia(t,e);for(var n=0,o=t.length;e!=null&&n<o;)e=e[Wo(t[n++])];return n&&n==o?e:void 0}function lm(e,t,n){var o=e==null?void 0:va(e,t);return o===void 0?n:o}function am(e,t){for(var n=-1,o=t.length,s=e.length;++n<o;)e[s+n]=t[n];return e}var Ta=ka(Object.getPrototypeOf,Object),rm="[object Object]",cm=Function.prototype,dm=Object.prototype,Ba=cm.toString,hm=dm.hasOwnProperty,um=Ba.call(Object);function fm(e){if(!nt(e)||Lt(e)!=rm)return!1;var t=Ta(e);if(t===null)return!0;var n=hm.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&Ba.call(n)==um}function mm(){this.__data__=new bt,this.size=0}function gm(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n}function pm(e){return this.__data__.get(e)}function ym(e){return this.__data__.has(e)}var xm=200;function bm(e,t){var n=this.__data__;if(n instanceof bt){var o=n.__data__;if(!Fn||o.length<xm-1)return o.push([e,t]),this.size=++n.size,this;n=this.__data__=new Ct(o)}return n.set(e,t),this.size=n.size,this}function ot(e){var t=this.__data__=new bt(e);this.size=t.size}ot.prototype.clear=mm,ot.prototype.delete=gm,ot.prototype.get=pm,ot.prototype.has=ym,ot.prototype.set=bm;var Da=typeof se=="object"&&se&&!se.nodeType&&se,Oa=Da&&typeof module=="object"&&module&&!module.nodeType&&module,Cm=Oa&&Oa.exports===Da,Ra=Cm?tt.Buffer:void 0,La=Ra?Ra.allocUnsafe:void 0;function Na(e,t){if(t)return e.slice();var n=e.length,o=La?La(n):new e.constructor(n);return e.copy(o),o}function Sm(e,t){for(var n=-1,o=e==null?0:e.length,s=0,l=[];++n<o;){var a=e[n];t(a,n,e)&&(l[s++]=a)}return l}function wm(){return[]}var km=Object.prototype,Mm=km.propertyIsEnumerable,_a=Object.getOwnPropertySymbols,Em=_a?function(e){return e==null?[]:(e=Object(e),Sm(_a(e),function(t){return Mm.call(e,t)}))}:wm;function Im(e,t,n){var o=t(e);return je(e)?o:am(o,n(e))}function cs(e){return Im(e,Ma,Em)}var ds=Ut(tt,"DataView"),hs=Ut(tt,"Promise"),dn=Ut(tt,"Set"),Va="[object Map]",vm="[object Object]",Pa="[object Promise]",Aa="[object Set]",za="[object WeakMap]",Fa="[object DataView]",Tm=Xt(ds),Bm=Xt(Fn),Dm=Xt(hs),Om=Xt(dn),Rm=Xt(Qi),it=Lt;(ds&&it(new ds(new ArrayBuffer(1)))!=Fa||Fn&&it(new Fn)!=Va||hs&&it(hs.resolve())!=Pa||dn&&it(new dn)!=Aa||Qi&&it(new Qi)!=za)&&(it=function(e){var t=Lt(e),n=t==vm?e.constructor:void 0,o=n?Xt(n):"";if(o)switch(o){case Tm:return Fa;case Bm:return Va;case Dm:return Pa;case Om:return Aa;case Rm:return za}return t});var Lm=Object.prototype,Nm=Lm.hasOwnProperty;function _m(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]=="string"&&Nm.call(e,"index")&&(n.index=e.index,n.input=e.input),n}var $o=tt.Uint8Array;function us(e){var t=new e.constructor(e.byteLength);return new $o(t).set(new $o(e)),t}function Vm(e,t){var n=us(e.buffer);return new e.constructor(n,e.byteOffset,e.byteLength)}var Pm=/\w*$/;function Am(e){var t=new e.constructor(e.source,Pm.exec(e));return t.lastIndex=e.lastIndex,t}var Ha=mt?mt.prototype:void 0,Wa=Ha?Ha.valueOf:void 0;function zm(e){return Wa?Object(Wa.call(e)):{}}function $a(e,t){var n=t?us(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var Fm="[object Boolean]",Hm="[object Date]",Wm="[object Map]",$m="[object Number]",Xm="[object RegExp]",Um="[object Set]",jm="[object String]",Ym="[object Symbol]",Gm="[object ArrayBuffer]",Zm="[object DataView]",qm="[object Float32Array]",Km="[object Float64Array]",Jm="[object Int8Array]",Qm="[object Int16Array]",eg="[object Int32Array]",tg="[object Uint8Array]",ng="[object Uint8ClampedArray]",og="[object Uint16Array]",ig="[object Uint32Array]";function sg(e,t,n){var o=e.constructor;switch(t){case Gm:return us(e);case Fm:case Hm:return new o(+e);case Zm:return Vm(e);case qm:case Km:case Jm:case Qm:case eg:case tg:case ng:case og:case ig:return $a(e,n);case Wm:return new o;case $m:case jm:return new o(e);case Xm:return Am(e);case Um:return new o;case Ym:return zm(e)}}function Xa(e){return typeof e.constructor=="function"&&!os(e)?uu(Ta(e)):{}}var lg="[object Map]";function ag(e){return nt(e)&&it(e)==lg}var Ua=cn&&cn.isMap,rg=Ua?is(Ua):ag,cg="[object Set]";function dg(e){return nt(e)&&it(e)==cg}var ja=cn&&cn.isSet,hg=ja?is(ja):dg,ug=1,Ya="[object Arguments]",fg="[object Array]",mg="[object Boolean]",gg="[object Date]",pg="[object Error]",Ga="[object Function]",yg="[object GeneratorFunction]",xg="[object Map]",bg="[object Number]",Za="[object Object]",Cg="[object RegExp]",Sg="[object Set]",wg="[object String]",kg="[object Symbol]",Mg="[object WeakMap]",Eg="[object ArrayBuffer]",Ig="[object DataView]",vg="[object Float32Array]",Tg="[object Float64Array]",Bg="[object Int8Array]",Dg="[object Int16Array]",Og="[object Int32Array]",Rg="[object Uint8Array]",Lg="[object Uint8ClampedArray]",Ng="[object Uint16Array]",_g="[object Uint32Array]",ge={};ge[Ya]=ge[fg]=ge[Eg]=ge[Ig]=ge[mg]=ge[gg]=ge[vg]=ge[Tg]=ge[Bg]=ge[Dg]=ge[Og]=ge[xg]=ge[bg]=ge[Za]=ge[Cg]=ge[Sg]=ge[wg]=ge[kg]=ge[Rg]=ge[Lg]=ge[Ng]=ge[_g]=!0,ge[pg]=ge[Ga]=ge[Mg]=!1;function Xo(e,t,n,o,s,l){var a,r=t&ug;if(a!==void 0)return a;if(!_e(e))return e;var c=je(e);if(c)a=_m(e);else{var d=it(e),h=d==Ga||d==yg;if(Pn(e))return Na(e,r);if(d==Za||d==Ya||h&&!s)a=h?{}:Xa(e);else{if(!ge[d])return s?e:{};a=sg(e,d,r)}}l||(l=new ot);var u=l.get(e);if(u)return u;l.set(e,a),hg(e)?e.forEach(function(g){a.add(Xo(g,t,n,g,e,l))}):rg(e)&&e.forEach(function(g,m){a.set(m,Xo(g,t,n,m,e,l))});var f=cs,p=c?void 0:f(e);return wu(p||e,function(g,m){p&&(m=g,g=e[m]),ha(a,m,Xo(g,t,n,m,e,l))}),a}var Vg=1,Pg=4;function Se(e){return Xo(e,Vg|Pg)}var Ag="__lodash_hash_undefined__";function zg(e){return this.__data__.set(e,Ag),this}function Fg(e){return this.__data__.has(e)}function Hn(e){var t=-1,n=e==null?0:e.length;for(this.__data__=new Ct;++t<n;)this.add(e[t])}Hn.prototype.add=Hn.prototype.push=zg,Hn.prototype.has=Fg;function Hg(e,t){for(var n=-1,o=e==null?0:e.length;++n<o;)if(t(e[n],n,e))return!0;return!1}function qa(e,t){return e.has(t)}var Wg=1,$g=2;function Ka(e,t,n,o,s,l){var a=n&Wg,r=e.length,c=t.length;if(r!=c&&!(a&&c>r))return!1;var d=l.get(e),h=l.get(t);if(d&&h)return d==t&&h==e;var u=-1,f=!0,p=n&$g?new Hn:void 0;for(l.set(e,t),l.set(t,e);++u<r;){var g=e[u],m=t[u];if(o)var x=a?o(m,g,u,t,e,l):o(g,m,u,e,t,l);if(x!==void 0){if(x)continue;f=!1;break}if(p){if(!Hg(t,function(b,y){if(!qa(p,y)&&(g===b||s(g,b,n,o,l)))return p.push(y)})){f=!1;break}}else if(!(g===m||s(g,m,n,o,l))){f=!1;break}}return l.delete(e),l.delete(t),f}function Xg(e){var t=-1,n=Array(e.size);return e.forEach(function(o,s){n[++t]=[s,o]}),n}function fs(e){var t=-1,n=Array(e.size);return e.forEach(function(o){n[++t]=o}),n}var Ug=1,jg=2,Yg="[object Boolean]",Gg="[object Date]",Zg="[object Error]",qg="[object Map]",Kg="[object Number]",Jg="[object RegExp]",Qg="[object Set]",ep="[object String]",tp="[object Symbol]",np="[object ArrayBuffer]",op="[object DataView]",Ja=mt?mt.prototype:void 0,ms=Ja?Ja.valueOf:void 0;function ip(e,t,n,o,s,l,a){switch(n){case op:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case np:return!(e.byteLength!=t.byteLength||!l(new $o(e),new $o(t)));case Yg:case Gg:case Kg:return Vn(+e,+t);case Zg:return e.name==t.name&&e.message==t.message;case Jg:case ep:return e==t+"";case qg:var r=Xg;case Qg:var c=o&Ug;if(r||(r=fs),e.size!=t.size&&!c)return!1;var d=a.get(e);if(d)return d==t;o|=jg,a.set(e,t);var h=Ka(r(e),r(t),o,s,l,a);return a.delete(e),h;case tp:if(ms)return ms.call(e)==ms.call(t)}return!1}var sp=1,lp=Object.prototype,ap=lp.hasOwnProperty;function rp(e,t,n,o,s,l){var a=n&sp,r=cs(e),c=r.length,d=cs(t),h=d.length;if(c!=h&&!a)return!1;for(var u=c;u--;){var f=r[u];if(!(a?f in t:ap.call(t,f)))return!1}var p=l.get(e),g=l.get(t);if(p&&g)return p==t&&g==e;var m=!0;l.set(e,t),l.set(t,e);for(var x=a;++u<c;){f=r[u];var b=e[f],y=t[f];if(o)var w=a?o(y,b,f,t,e,l):o(b,y,f,e,t,l);if(!(w===void 0?b===y||s(b,y,n,o,l):w)){m=!1;break}x||(x=f=="constructor")}if(m&&!x){var I=e.constructor,M=t.constructor;I!=M&&"constructor"in e&&"constructor"in t&&!(typeof I=="function"&&I instanceof I&&typeof M=="function"&&M instanceof M)&&(m=!1)}return l.delete(e),l.delete(t),m}var cp=1,Qa="[object Arguments]",er="[object Array]",Uo="[object Object]",dp=Object.prototype,tr=dp.hasOwnProperty;function hp(e,t,n,o,s,l){var a=je(e),r=je(t),c=a?er:it(e),d=r?er:it(t);c=c==Qa?Uo:c,d=d==Qa?Uo:d;var h=c==Uo,u=d==Uo,f=c==d;if(f&&Pn(e)){if(!Pn(t))return!1;a=!0,h=!1}if(f&&!h)return l||(l=new ot),a||ls(e)?Ka(e,t,n,o,s,l):ip(e,t,c,n,o,s,l);if(!(n&cp)){var p=h&&tr.call(e,"__wrapped__"),g=u&&tr.call(t,"__wrapped__");if(p||g){var m=p?e.value():e,x=g?t.value():t;return l||(l=new ot),s(m,x,n,o,l)}}return f?(l||(l=new ot),rp(e,t,n,o,s,l)):!1}function jo(e,t,n,o,s){return e===t?!0:e==null||t==null||!nt(e)&&!nt(t)?e!==e&&t!==t:hp(e,t,n,o,jo,s)}var up=1,fp=2;function mp(e,t,n,o){var s=n.length,l=s;if(e==null)return!l;for(e=Object(e);s--;){var a=n[s];if(a[2]?a[1]!==e[a[0]]:!(a[0]in e))return!1}for(;++s<l;){a=n[s];var r=a[0],c=e[r],d=a[1];if(a[2]){if(c===void 0&&!(r in e))return!1}else{var h=new ot,u;if(!(u===void 0?jo(d,c,up|fp,o,h):u))return!1}}return!0}function nr(e){return e===e&&!_e(e)}function gp(e){for(var t=Ma(e),n=t.length;n--;){var o=t[n],s=e[o];t[n]=[o,s,nr(s)]}return t}function or(e,t){return function(n){return n==null?!1:n[e]===t&&(t!==void 0||e in Object(n))}}function pp(e){var t=gp(e);return t.length==1&&t[0][2]?or(t[0][0],t[0][1]):function(n){return n===e||mp(n,e,t)}}function yp(e,t){return e!=null&&t in Object(e)}function xp(e,t,n){t=Ia(t,e);for(var o=-1,s=t.length,l=!1;++o<s;){var a=Wo(t[o]);if(!(l=e!=null&&n(e,a)))break;e=e[a]}return l||++o!=s?l:(s=e==null?0:e.length,!!s&&ns(s)&&es(a,s)&&(je(e)||zo(e)))}function bp(e,t){return e!=null&&xp(e,t,yp)}var Cp=1,Sp=2;function wp(e,t){return as(e)&&nr(t)?or(Wo(e),t):function(n){var o=lm(n,e);return o===void 0&&o===t?bp(n,e):jo(t,o,Cp|Sp)}}function kp(e){return function(t){return t==null?void 0:t[e]}}function Mp(e){return function(t){return va(t,e)}}function Ep(e){return as(e)?kp(Wo(e)):Mp(e)}function Ip(e){return typeof e=="function"?e:e==null?qi:typeof e=="object"?je(e)?wp(e[0],e[1]):pp(e):Ep(e)}function vp(e){return function(t,n,o){for(var s=-1,l=Object(t),a=o(t),r=a.length;r--;){var c=a[++s];if(n(l[c],c,l)===!1)break}return t}}var Tp=vp(),gs=function(){return tt.Date.now()},Bp="Expected a function",Dp=Math.max,Op=Math.min;function Yo(e,t,n){var o,s,l,a,r,c,d=0,h=!1,u=!1,f=!0;if(typeof e!="function")throw new TypeError(Bp);t=Vo(t)||0,_e(n)&&(h=!!n.leading,u="maxWait"in n,l=u?Dp(Vo(n.maxWait)||0,t):l,f="trailing"in n?!!n.trailing:f);function p(v){var _=o,C=s;return o=s=void 0,d=v,a=e.apply(C,_),a}function g(v){return d=v,r=setTimeout(b,t),h?p(v):a}function m(v){var _=v-c,C=v-d,S=t-_;return u?Op(S,l-C):S}function x(v){var _=v-c,C=v-d;return c===void 0||_>=t||_<0||u&&C>=l}function b(){var v=gs();if(x(v))return y(v);r=setTimeout(b,m(v))}function y(v){return r=void 0,f&&o?p(v):(o=s=void 0,a)}function w(){r!==void 0&&clearTimeout(r),d=0,o=c=s=r=void 0}function I(){return r===void 0?a:y(gs())}function M(){var v=gs(),_=x(v);if(o=arguments,s=this,c=v,_){if(r===void 0)return g(c);if(u)return clearTimeout(r),r=setTimeout(b,t),p(c)}return r===void 0&&(r=setTimeout(b,t)),a}return M.cancel=w,M.flush=I,M}function ps(e,t,n){(n!==void 0&&!Vn(e[t],n)||n===void 0&&!(t in e))&&ts(e,t,n)}function Rp(e){return nt(e)&&Ao(e)}function ys(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function Lp(e){return Ru(e,Ea(e))}function Np(e,t,n,o,s,l,a){var r=ys(e,n),c=ys(t,n),d=a.get(c);if(d){ps(e,n,d);return}var h=l?l(r,c,n+"",e,t,a):void 0,u=h===void 0;if(u){var f=je(c),p=!f&&Pn(c),g=!f&&!p&&ls(c);h=c,f||p||g?je(r)?h=r:Rp(r)?h=mu(r):p?(u=!1,h=Na(c,!0)):g?(u=!1,h=$a(c,!0)):h=[]:fm(c)||zo(c)?(h=r,zo(r)?h=Lp(r):(!_e(r)||Ki(r))&&(h=Xa(c))):u=!1}u&&(a.set(c,h),s(h,c,o,l,a),a.delete(c)),ps(e,n,h)}function Go(e,t,n,o,s){e!==t&&Tp(t,function(l,a){if(s||(s=new ot),_e(l))Np(e,t,a,n,Go,o,s);else{var r=o?o(ys(e,a),l,a+"",e,t,s):void 0;r===void 0&&(r=l),ps(e,a,r)}},Ea)}function ir(e,t,n,o,s,l){return _e(e)&&_e(t)&&(l.set(t,e),Go(e,t,void 0,ir,l),l.delete(t)),e}var _p=ma(function(e,t,n,o){Go(e,t,n,o)}),Fe=fa(function(e){return e.push(void 0,ir),da(_p,void 0,e)}),Vp=Math.max,Pp=Math.min;function Ap(e,t,n){return e>=Pp(t,n)&&e<Vp(t,n)}function gt(e,t,n){return t=aa(t),n===void 0?(n=t,t=0):n=aa(n),e=Vo(e),Ap(e,t,n)}function Ye(e,t){return jo(e,t)}var zp="[object Number]";function Fp(e){return typeof e=="number"||nt(e)&&Lt(e)==zp}function pt(e){return e==null}function Hp(e){return e===void 0}var xs=ma(function(e,t,n){Go(e,t,n)}),Wp=Array.prototype,$p=Wp.reverse;function Xp(e){return e==null?e:$p.call(e)}var Up="Expected a function";function bs(e,t,n){var o=!0,s=!0;if(typeof e!="function")throw new TypeError(Up);return _e(n)&&(o="leading"in n?!!n.leading:o,s="trailing"in n?!!n.trailing:s),Yo(e,t,{leading:o,maxWait:t,trailing:s})}var jp=1/0,Yp=dn&&1/fs(new dn([,-0]))[1]==jp?function(e){return new dn(e)}:fu,Gp=200;function Zp(e,t,n){var o=-1,s=vu,l=e.length,a=!0,r=[],c=r;if(l>=Gp){var d=t?null:Yp(e);if(d)return fs(d);a=!1,s=qa,c=new Hn}else c=t?[]:r;e:for(;++o<l;){var h=e[o],u=t?t(h):h;if(h=h!==0?h:0,a&&u===u){for(var f=c.length;f--;)if(c[f]===u)continue e;t&&c.push(u),r.push(h)}else s(c,u,n)||(c!==r&&c.push(u),r.push(h))}return r}function qp(e,t){return e&&e.length?Zp(e,Ip(t)):[]}const Kp=()=>{const{props:e,emit:t}=i.getCurrentInstance(),n=i.ref(e.modelValue),o=()=>{if(!e.showStep)return[];const f=e.max-e.min,p=f/e.step,g=We(e.step,f),m=[];for(let x=1;x<p;x++)m.push(x*g);return m},s=()=>{if(!e.mark||!Object.keys(e.mark).length)return[];const f=(g,m="value")=>{if(!g)return[];const x=e.mark.style&&typeof e.mark.style=="object"?e.mark.style:{},b=Object.keys(g),y=[];let w;for(let I=0;I<b.length;I++)w=+b[I],isNaN(w)||y.push({posX:m==="value"?We(w,e.max-e.min):w,label:g[w],style:x});return y};return e.mark.value||e.mark.percent?[...f(e.mark.value),...f(e.mark.percent,"percent")]:[...f(e.mark)]},l=i.reactive({isInit:!1,dragging:!1,handleType:null,leftValue:null,rightValue:null}),a=i.reactive({valueRange:0,stepList:i.computed(o),markList:i.computed(s),offset:{left:0,width:0}}),r=i.ref(),c=i.computed(()=>{const f=e.tooltipFormat,p=f instanceof Function;return{left:p?f(l.leftValue):l.leftValue,right:p?f(l.rightValue):l.rightValue}}),d=f=>{const p={min:e.min,max:e.max,step:e.step};let g,m;e.range&&Array.isArray(f)?(g=typeof f[0]=="number"&&!isNaN(f[0])?f[0]:e.min,m=typeof f[1]=="number"&&!isNaN(f[1])?f[1]:e.min,l.leftValue=Ln(g,p),l.rightValue=Ln(m,p)):(g=e.min,m=typeof f=="number"&&!isNaN(f)?f:e.min,l.leftValue=Ln(g,p),l.rightValue=Ln(m,p))},h=f=>{if(a.valueRange<=0)return;d(f);let p;if(e.range&&Array.isArray(f)){const g=Math.min(l.leftValue,l.rightValue),m=Math.max(l.leftValue,l.rightValue);p=[g,m]}else p=l.rightValue;n.value=p,t("update:modelValue",p),t("change",p)},u=()=>{const f=r.value.getBoundingClientRect();a.offset.left=f.left,a.offset.width=f.width,a.valueRange=e.max-e.min};return i.watch(()=>e.modelValue,(f,p)=>{Fp(f)&&f>=0&&!Ye(f,p)&&!l.dragging&&(d(f),n.value=f)}),i.watch(()=>e.step,()=>{h(n.value)}),{currentValue:n,state:l,slider:a,formatValue:c,sliderLine:r,updateSliderInfo:u,setSliderValue:h}},Jp=e=>{const{props:t}=i.getCurrentInstance(),{state:n,slider:o}=e,s="transparent",l=i.computed(()=>({left:o.valueRange>0?`${We(n.leftValue-t.min,o.valueRange)}%`:0})),a=i.computed(()=>({left:o.valueRange>0?`${We(n.rightValue-t.min,o.valueRange)}%`:0})),r=i.computed(()=>!t.color||Array.isArray(t.color)&&t.color.length!==1?{}:{borderColor:(typeof t.color=="string"?t.color:t.color[0])||s}),c=i.computed(()=>t.color&&Array.isArray(t.color)),d=i.computed(()=>{const f=Math.min(n.leftValue,n.rightValue),g=+(Math.max(n.leftValue,n.rightValue)-f).toFixed(2),m=o.valueRange>0&&t.range?We(+(f-t.min).toFixed(2),o.valueRange):0,x=g>0?We(g,o.valueRange):0,b={};return t.color&&(typeof t.color=="string"||Array.isArray(t.color)&&t.color.length===1?b.backgroundColor=(typeof t.color=="string"?t.color:t.color[0])||s:Array.isArray(t.color)&&t.color.length>1&&(b.backgroundColor=(t.range?t.color[1]:t.color[0])||s)),{left:`${m}%`,width:`${x}%`,...b}}),h=i.computed(()=>{if(!c.value||t.color.length<2||!t.range)return{};const f=Math.min(n.leftValue,n.rightValue);return{width:`${We(Math.abs(f-t.min),o.valueRange)}%`,backgroundColor:t.color[0]||s}}),u=i.computed(()=>{if(!c.value||t.color.length<2)return{};const f=Math.max(n.leftValue,n.rightValue),p=We(+(f-t.min).toFixed(2),o.valueRange),g=We(+(t.max-f).toFixed(2),o.valueRange),m=t.range?2:t.color.length-1;return{left:`${p}%`,width:`${g}%`,backgroundColor:t.color[m]||s}});return{isColorArray:c,leftHandleStyle:l,rightHandleStyle:a,handleBtnStyle:r,rangeThumbStyle:d,leftThumbStyle:h,rightThumbStyle:u}},Qp=e=>{const{props:t}=i.getCurrentInstance(),{currentValue:n,state:o,slider:s,updateSliderInfo:l,setSliderValue:a}=e,r=p=>{o.dragging||l();const g=p.type.indexOf("touch")!==-1?p.touches[0].clientX:p.clientX,{valueRange:m,offset:x}=s;let b=t.min+(g-x.left)*m/x.width;return b<t.min?b=t.min:b>t.max&&(b=t.max),b},c=p=>{if(t.readonly||t.disabled||o.dragging)return;const g=r(p);let m;if(t.range){const b=Math.min(o.leftValue,o.rightValue)+Math.abs((o.rightValue-o.leftValue)/2),y=o.leftValue>o.rightValue;g<b?o.handleType=y?"right":"left":o.handleType=y?"left":"right",m=o.handleType==="left"?[g,o.rightValue]:[o.leftValue,g]}else o.handleType="right",m=g;a(m)},d=p=>{const g=r(p);o.dragging=!0;let m;t.range?m=o.handleType==="left"?[g,o.rightValue]:[o.leftValue,g]:m=g,a(m)},h=()=>{o.handleType=null,o.dragging=!1,document.body.style.cursor="",window.removeEventListener("mousemove",d),window.removeEventListener("touchmove",d),window.removeEventListener("mouseup",h),window.removeEventListener("touchend",h)};return{startDrag:p=>{t.readonly||t.disabled||(o.handleType=p,document.body.style.cursor="grabbing",window.addEventListener("mousemove",d),window.addEventListener("touchmove",d),window.addEventListener("mouseup",h),window.addEventListener("touchend",h))},clickSlider:c,changeInput:(p,g)=>{if(t.showInput&&!o.dragging&&o.isInit)if(t.range&&Array.isArray(n.value)){const m=g==="left"?[p,n.value[1]]:[n.value[0],p];a(m)}else t.range||a(p)}}},ey=e=>{const{props:t,emit:n}=i.getCurrentInstance(),{currentValue:o,state:s,slider:l,updateSliderInfo:a,setSliderValue:r}=e,c=()=>{const h=t.max||t.max===0,u=t.min||t.min===0;h&&u&&t.max<=t.min&&console.warn("[EVUI][Slider] Max value must be greater than min value.")},d=()=>{a(),l.valueRange<=0&&(o.value=t.range?[t.min,t.min]:t.min,n("update:modelValue",o.value)),r(o.value),s.isInit=!0};i.onMounted(()=>{c(),d()})},ty={name:"EvSlider",components:{},props:{modelValue:{type:[Number,Array],default:null},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},range:{type:Boolean,default:!1},max:{type:Number,default:100},min:{type:Number,default:0},step:{type:Number,default:1,validator:e=>e>0},mark:{type:Object,default:()=>{}},showStep:{type:Boolean,default:!1},showTooltip:{type:Boolean,default:!0},showInput:{type:Boolean,default:!1},color:{type:[String,Array],default:null},tooltipFormat:{type:Function,default:null}},emits:["update:modelValue","change"],setup(){const{currentValue:e,state:t,slider:n,formatValue:o,sliderLine:s,updateSliderInfo:l,setSliderValue:a}=Kp(),{isColorArray:r,leftHandleStyle:c,rightHandleStyle:d,handleBtnStyle:h,rangeThumbStyle:u,leftThumbStyle:f,rightThumbStyle:p}=Jp({state:t,slider:n}),{startDrag:g,clickSlider:m,changeInput:x}=Qp({currentValue:e,state:t,slider:n,updateSliderInfo:l,setSliderValue:a});return ey({currentValue:e,state:t,slider:n,updateSliderInfo:l,setSliderValue:a}),{currentValue:e,isColorArray:r,leftHandleStyle:c,rightHandleStyle:d,handleBtnStyle:h,rangeThumbStyle:u,leftThumbStyle:f,rightThumbStyle:p,sliderLine:s,...i.toRefs(t),...i.toRefs(n),formatValue:o,startDrag:g,clickSlider:m,changeInput:x}}},ny={class:"ev-slider-wrapper"},oy={ref:"sliderLine",class:"ev-slider-line"},iy={key:0,class:"ev-slider-step-wrapper"},sy={key:2,class:"ev-slider-mark-wrapper"},ly={class:"ev-slider-mark-label"},ay=["innerHTML"],ry=["innerHTML"];function cy(e,t,n,o,s,l){const a=i.resolveComponent("ev-input-number");return i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["ev-slider",{readonly:n.readonly,disabled:n.disabled,"hide-tooltip":!n.showTooltip,"show-input":n.showInput,"color-range":o.isColorArray,"show-mark":e.markList.length}])},[i.createElementVNode("div",ny,[i.createElementVNode("div",oy,[n.showStep&&n.step?(i.openBlock(),i.createElementBlock("div",iy,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.stepList,(r,c)=>(i.openBlock(),i.createElementBlock("span",{key:`slider-step-${c}`,style:i.normalizeStyle({left:`${r}%`}),class:"ev-slider-step"},null,4))),128))])):i.createCommentVNode("",!0),o.isColorArray&&n.color.length>1?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[n.range?(i.openBlock(),i.createElementBlock("div",{key:0,style:i.normalizeStyle(o.leftThumbStyle),class:"ev-slider-thumb left"},null,4)):i.createCommentVNode("",!0),i.createElementVNode("div",{style:i.normalizeStyle(o.rightThumbStyle),class:"ev-slider-thumb right"},null,4)],64)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"ev-slider-thumb",style:i.normalizeStyle(o.rangeThumbStyle)},null,4),e.markList.length>0?(i.openBlock(),i.createElementBlock("div",sy,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.markList,(r,c)=>(i.openBlock(),i.createElementBlock("div",{key:`slider-step-${c}`,style:i.normalizeStyle({...r.style,left:`${r.posX}%`}),class:"ev-slider-mark"},[i.createElementVNode("span",ly,i.toDisplayString(r.label),1)],4))),128))])):i.createCommentVNode("",!0),i.createElementVNode("span",{class:"ev-slider-line-layer",onClick:t[0]||(t[0]=(...r)=>o.clickSlider&&o.clickSlider(...r))})],512),n.range?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["ev-slider-handle",{dragging:e.dragging&&e.handleType==="left"}]),style:i.normalizeStyle(o.leftHandleStyle),onMousedown:t[1]||(t[1]=i.withModifiers(r=>o.startDrag("left"),["stop","prevent"]))},[i.createElementVNode("span",{style:i.normalizeStyle(o.handleBtnStyle),class:"ev-slider-handle-btn"},null,4),i.createElementVNode("div",{class:"ev-slider-tooltip",innerHTML:o.formatValue.left},null,8,ay)],38)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass(["ev-slider-handle",{dragging:e.dragging&&e.handleType==="right"}]),style:i.normalizeStyle(o.rightHandleStyle),onMousedown:t[2]||(t[2]=i.withModifiers(r=>o.startDrag("right"),["stop","prevent"]))},[i.createElementVNode("span",{style:i.normalizeStyle(o.handleBtnStyle),class:"ev-slider-handle-btn"},null,4),i.createElementVNode("div",{class:"ev-slider-tooltip",innerHTML:o.formatValue.right},null,8,ry)],38)]),n.showInput&&!n.range?(i.openBlock(),i.createBlock(a,{key:0,modelValue:o.currentValue,"onUpdate:modelValue":t[3]||(t[3]=r=>o.currentValue=r),step:n.step,min:n.min,max:n.max,"step-strictly":"",onChange:o.changeInput},null,8,["modelValue","step","min","max","onChange"])):n.showInput&&n.range&&Array.isArray(n.modelValue)?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createVNode(a,{modelValue:o.currentValue[0],"onUpdate:modelValue":t[4]||(t[4]=r=>o.currentValue[0]=r),step:n.step,min:n.min,max:o.currentValue[1],"step-strictly":"",onChange:t[5]||(t[5]=r=>o.changeInput(r,"left"))},null,8,["modelValue","step","min","max"]),i.createVNode(a,{modelValue:o.currentValue[1],"onUpdate:modelValue":t[6]||(t[6]=r=>o.currentValue[1]=r),step:n.step,min:o.currentValue[0],max:n.max,"step-strictly":"",onChange:t[7]||(t[7]=r=>o.changeInput(r,"right"))},null,8,["modelValue","step","min","max"])],64)):i.createCommentVNode("",!0)],2)}const Wn=le(ty,[["render",cy]]);Wn.install=e=>{e.component(Wn.name,Wn)};const dy={name:"EvIcon",props:{icon:{type:String,default:""},size:{type:String,default:""},color:{type:String,default:""}},emits:{click:null,"dbl-click":null,"context-menu":null},setup(e,{emit:t}){return{onClick:l=>{t("click",l)},onDblClick:l=>{t("dbl-click",l)},onContextMenu:l=>{t("context-menu",l)}}}};function hy(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("i",{class:i.normalizeClass([n.icon,{[`ev-icon-${n.size}`]:!!n.size}]),style:i.normalizeStyle({color:n.color}),onClick:t[0]||(t[0]=(...a)=>o.onClick&&o.onClick(...a)),"on:dblClick":t[1]||(t[1]=(...a)=>o.onDblClick&&o.onDblClick(...a)),onContextmenu:t[2]||(t[2]=(...a)=>o.onContextMenu&&o.onContextMenu(...a))},null,38)}const hn=le(dy,[["render",hy]]);hn.install=e=>{e.component(hn.name,hn)};const Cs=6,Ss=7,ws=4,ks=3,Ms=5,Es=4,$e=12,uy=24,fy=60,my=60,st=12,sr=4,Is=20,vs={fullName:["January","February","March","April","May","June","July","August","September","October","November","December"],numberName:["1","2","3","4","5","6","7","8","9","10","11","12"],abbrName:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],korName:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]},gy={abbrUpperName:["SUN","MON","TUE","WED","THU","FRI","SAT"],abbrLowerName:["sun","mon","tue","wed","thu","fri","sat"],abbrPascalName:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],abbrKorName:["일","월","화","수","목","금","토"]},Ge={DATE:"date",MONTH:"month",YEAR:"year"},Zo=864e5,qo=+new Date("1970-01-01 00:00:00"),lr=new RegExp(/[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])/),ar=new RegExp(/[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1]) (2[0-3]|[01][0-9]):[0-5][0-9]:[0-5][0-9]/),py=(e,t)=>e.length?e.reduce((n,o)=>new Date(n).getTime()>new Date(o).getTime()?n:o):"",Te=e=>e===null?"00":+e<10?`0${e}`:e,un=(e,t)=>Array.from(Array(e),()=>Array(t).fill(!1)),yy=(e,t)=>new Date(`${e}-${t}-1`).getDay(),Ts=(e,t)=>{let n;switch(t){case 4:case 6:case 9:case 11:n=30;break;case 2:e%4===0&&e%100!==0||e%400===0?n=29:n=28;break;default:n=31;break}return n},$n=({year:e,month:t,date:n,hour:o,min:s,sec:l})=>o!==void 0&&s!==void 0&&l!==void 0?`${e}-${Te(t)}-${Te(n)} ${Te(o)}:${Te(s)}:${Te(l)}`:`${e}-${Te(t)}-${Te(n)}`,Be=(e,t)=>{var s,l,a,r,c,d;let n=i.unref(e);Array.isArray(n)&&(n=py(e));const o={year:+((s=n==null?void 0:n.split(" ")[0])==null?void 0:s.split("-")[0])||null,month:+((l=n==null?void 0:n.split(" ")[0])==null?void 0:l.split("-")[1])||null,date:+((a=n==null?void 0:n.split(" ")[0])==null?void 0:a.split("-")[2])||null,hour:+((r=n==null?void 0:n.split(" ")[1])==null?void 0:r.split(":")[0])||0,min:+((c=n==null?void 0:n.split(" ")[1])==null?void 0:c.split(":")[1])||0,sec:+((d=n==null?void 0:n.split(" ")[1])==null?void 0:d.split(":")[2])||0};return t==="year"?o.year:t==="month"?o.month:t==="date"?o.date:t==="hour"?o.hour:t==="min"?o.min:t==="sec"?o.sec:o},rr=(e,t,n)=>e==="next"?{year:n===12?t+1:t,month:(n+1)%12||12}:{year:n===1?t-1:t,month:(n-1)%12||12},Xn=(e,t,n)=>{const o=Be(t,n);if(e){const s=e==null?void 0:e.split(":")[0],l=e==null?void 0:e.split(":")[1],a=e==null?void 0:e.split(":")[2];if(n==="hour")return s==="HH"?o:+s;if(n==="min")return l==="mm"?o:+l;if(n==="sec")return a==="ss"?o:+a}return o},we=(e,t)=>{if(!t)return"";const n=Te(Xn(e,t,"hour")),o=Te(Xn(e,t,"min")),s=Te(Xn(e,t,"sec"));return`${t.split(" ")[0]} ${n}:${o}:${s}`},Ko=(e,t,n,o)=>{if(!o.length)return!1;let s=t==="main"?n:o[0],l=t==="expanded"?n:o[1],a=s,r=l;if(!n.split(" ")[1])if(e==="dateTimeRange"){s=s.split(" ")[0],l=l.split(" ")[0];const c=o[0].split(" ")[1],d=o[1].split(" ")[1];a=`${s} ${c}`,r=`${l} ${d}`}else a=`${s} 00:00:00`,r=`${l} 23:59:59`;return a&&r&&new Date(a).getTime()>+new Date(r).getTime()},fn=e=>new Date(`${e}`).getTime(),cr=e=>{const t=10**(e.toString().length-1),n=Math.floor(e/t),o=Math.floor(e%(t*n)),s=n*t+Math.floor(o/Is)*Is,l=s+Is-1;return{start:s,end:l}},xy=()=>{var m,x,b;const{props:e}=i.getCurrentInstance(),t=(m=e.options)==null?void 0:m.timeFormat,n=i.computed(()=>["dateRange","dateTimeRange"].includes(e.mode)?["main","expanded"]:["main"]);let o;if(e.mode!=="dateMulti"&&e.mode!=="dateRange"&&e.mode!=="dateTimeRange")if(e.modelValue&&(e.modelValue.length===10&&lr.exec((x=e.modelValue)==null?void 0:x.toString())||e.modelValue.length===19&&ar.exec((b=e.modelValue)==null?void 0:b.toString())))if(e.mode==="dateTime"&&t){const y=we(t,e.modelValue);o=i.ref(y)}else o=i.ref(e.modelValue);else o=i.ref("");else if(Array.isArray(e.modelValue)&&e.modelValue.every(y=>!y||y.length===10&&lr.exec(y)||y.length===19&&ar.exec(y)))if(e.mode==="dateTimeRange"&&e.modelValue.length===2&&t){const y=[];y.push(we(t[0],e.modelValue[0])),y.push(we(t[1],e.modelValue[1])),o=i.ref([...y])}else o=i.ref([...e.modelValue]);else o=i.ref([]);const s=()=>{e.mode==="date"&&e.modelValue&&typeof e.modelValue!="string"?console.warn("[EVUI][Calendar] When mode is 'date', v-model must be 'String' type."):e.mode==="dateTime"&&e.modelValue&&typeof e.modelValue!="string"?console.warn("[EVUI][Calendar] When mode is 'dateTime', v-model must be 'String' type."):e.mode==="dateMulti"&&e.modelValue&&!Array.isArray(e.modelValue)?console.warn("[EVUI][Calendar] When mode is 'dateMulti', v-model must be 'Array' type."):e.mode==="dateRange"&&e.modelValue?Array.isArray(e.modelValue)?fn(`${e.modelValue[0]} 00:00:00`)>fn(`${e.modelValue[1]} 00:00:00`)&&console.warn("[EVUI][Calendar] When mode is 'dateRange', fromDate must be less than toDate."):console.warn("[EVUI][Calendar] When mode is 'dateRange', v-model must be 'Array' type."):e.mode==="dateTimeRange"&&e.modelValue&&(Array.isArray(e.modelValue)?fn(e.modelValue[0])>fn(e.modelValue[1])&&console.warn("[EVUI][Calendar] When mode is 'dateRange', fromDate must be less than toDate."):console.warn("[EVUI][Calendar] When mode is 'dateTimeRange', v-model must be 'Array' type."))};let l;const a=["dateRange","dateTimeRange"].includes(e.mode)?o.value[0]:o.value;a!=null&&a.length?l={year:Be(a,"year"),month:Be(a,"month"),hour:Math.floor(Be(a,"hour")/st)+1||1,min:Math.floor(Be(a,"min")/st)+1||1,sec:Math.floor(Be(a,"sec")/st)+1||1}:l={year:new Date().getFullYear(),month:new Date().getMonth()+1,hour:1,min:1,sec:1};let r;if(["dateRange","dateTimeRange"].includes(e.mode)&&Array.isArray(o.value)&&o.value[1]){const y=o.value[1];r={year:Be(y,"year"),month:Be(y,"month")},e.mode==="dateTimeRange"&&(r.hour=Math.floor(Be(y,"hour")/st)+1||1,r.min=Math.floor(Be(y,"min")/st)+1||1,r.sec=Math.floor(Be(y,"sec")/st)+1||1)}else r={year:new Date().getFullYear(),month:new Date().getMonth()+1,hour:1,min:1,sec:1};const c=i.reactive({main:l,expanded:r}),d=i.reactive({main:i.computed(()=>cr(c.main.year)),expanded:i.computed(()=>cr(c.expanded.year))}),h=i.computed(()=>vs[e.monthNotation][c.main.month-1]),u=i.computed(()=>vs[e.monthNotation][c.expanded.month-1]),f=i.reactive({main:h,expanded:u}),p=i.computed(()=>gy[e.dayOfTheWeekNotation]),g=i.reactive({main:Ge.DATE,expanded:Ge.DATE});return i.onBeforeMount(()=>{s()}),{calendarList:n,selectedValue:o,calendarPageInfo:c,calendarYearRangeInfo:d,calendarMonth:f,dayOfTheWeekList:p,selectedListType:g}},by=e=>{const{props:t}=i.getCurrentInstance(),{selectedValue:n,calendarPageInfo:o,calendarYearRangeInfo:s}=e,l=i.reactive({main:un(Ms,Es),expanded:un(Ms,Es)}),a=i.reactive({main:un(ws,ks),expanded:un(ws,ks)}),r=i.reactive({main:un(Cs,Ss),expanded:un(Cs,Ss)}),c=i.reactive({main:{hour:[],min:[],sec:[]},expanded:{hour:[],min:[],sec:[]}});return{calendarTableInfo:r,calendarMonthTableInfo:a,calendarYearTableInfo:l,calendarTimeTableInfo:c,setCalendarDate:g=>{const m=o[g];let x=t.options.disabledDate;x&&Array.isArray(x)&&(x=g==="main"?x[0]:x[1]);const b=["dateRange","dateTimeRange"].includes(t.mode),y=$n({year:new Date().getFullYear(),month:new Date().getMonth()+1,date:new Date().getDate()}),w=($e+m.month-1)%$e||$e,I=(m.month+1)%$e||$e,M=m.month===1?m.year-1:m.year,v=m.month===12?m.year+1:m.year,_=yy(m.year,m.month),C=Ts(m.month===1?m.year-1:m.year,($e+m.month-1)%$e||$e),S=Ts(m.year,m.month);let E="";t.mode.includes("Time")&&(t.mode==="dateTime"?E=n.value:E=g==="main"?n.value[0]:n.value[1]);let k=0,B=0,D=0,O=0,R="";const T=(N,L,V)=>{var X,Y,K;R=$n({year:B,month:D,date:O});const P=(E==null?void 0:E.split(" ")[1])??"",A=b&&!x&&Ko(t.mode,g,R,n.value)||+new Date(`${R} ${P}`)<qo,z=x&&x(new Date(`${R} ${P}`))||A,$=+(g!=="main"),U=b&&n.value.length>$&&((Y=(X=n.value)==null?void 0:X[$])==null?void 0:Y.includes(R)),H=!z&&(b?U:(K=n.value)==null?void 0:K.includes(R));r[g][L][V]={monthType:`${N}${z?" disabled":""}`,isToday:y===R,isSelected:H,year:B,month:D,date:O}};for(let N=0;N<Cs;N++)for(let L=0;L<Ss;L++)N===0?_!==0?L<_?(B=M,D=w,O=C-_+1+L,T("prev",N,L)):(k++,B=m.year,D=m.month,O=k,T("",N,L)):(B=M,D=w,O=C-6+L,T("prev",N,L)):S<=k?(k++,B=v,D=I,O=k-S,T("next",N,L)):(k++,B=m.year,D=m.month,O=k,T("",N,L))},setCalendarMonth:g=>{let m=0;const x=new Date().getFullYear(),b=new Date().getMonth()+1,{year:y,month:w}=o[g];for(let I=0;I<ws;I++)for(let M=0;M<ks;M++)a[g][I][M]={label:vs.abbrName[m++],value:m,today:y===x&&m===b,isSelected:m===w}},setCalendarYear:g=>{let m=s[g].start;const x=new Date().getFullYear(),b=new Date(qo).getFullYear();for(let y=0;y<Ms;y++)for(let w=0;w<Es;w++)l[g][y][w]={label:m,value:m,today:m===x,isSelected:m===o[g].year,disabled:m<b},m++},setHmsTime:()=>{var _,C;const g=(_=t.options)==null?void 0:_.timeFormat,m=(C=t.options)==null?void 0:C.disabledDate,x=Array.isArray(g)?g[0]:g,b=Array.isArray(g)?g[1]:"",y=t.mode==="dateTimeRange"?n.value[0]:n.value,w=t.mode==="dateTimeRange"?n.value[1]:"",I=Array.isArray(m)?m[0]:m,M=Array.isArray(m)?m[1]:m,v=(S,E,k)=>{const B=S==="main"?y:w,D=S==="main"?I:M;if(!B)return!1;const O=B.split(" ")[0];let R=Be(B,"hour"),T=Be(B,"min"),N=Be(B,"sec");E==="hour"?R=k:E==="min"?T=k:E==="sec"&&(N=k);const L=`${O} ${Te(R)}:${Te(T)}:${Te(N)}`;return D&&D(new Date(L))?!0:!D&&Ko(t.mode,S,L,n.value)};["hour","min","sec"].forEach(S=>{let E=my;S==="hour"?E=uy:S==="min"&&(E=fy);const k=y&&y.length>0?Xn(x,y,S):-1,B=w&&w.length>0?Xn(b,w,S):-1;for(let D=0;D<E;D++){let O=t.mode==="dateTimeRange"&&v("main",S,D);c.main[S][D]={timeType:S,num:D,isSelected:!O&&k===D,isDisabled:O},t.mode==="dateTimeRange"&&(O=v("expanded",S,D),c.expanded[S][D]={timeType:S,num:D,isSelected:!O&&B===D,isDisabled:O})}})},getTimeInfo:(g,m,x,b)=>{const y=o[b],w=c[b],I=y[g]-1,M=m-1,v=x-1,_=I*st+M*sr+v;return w[g][_]}}},Cy=e=>{var R;const{props:t,emit:n}=i.getCurrentInstance(),o=(R=t.options)==null?void 0:R.timeFormat,{selectedValue:s,calendarPageInfo:l,calendarTimeTableInfo:a,setCalendarDate:r,setCalendarMonth:c,setCalendarYear:d,setHmsTime:h,selectedListType:u}=e,f=i.ref(""),p=i.ref(null),g=Array.isArray(o)?o[0]:o,m=Array.isArray(o)?o[1]:"",x={main:{hour:g&&g.split(":")[0]!=="HH",min:g&&g.split(":")[1]!=="mm",sec:g&&g.split(":")[2]!=="ss"},expanded:{hour:m&&m.split(":")[0]!=="HH",min:m&&m.split(":")[1]!=="mm",sec:m&&m.split(":")[2]!=="ss"}},b=(T,N)=>{const L=l[T],{year:V,month:P,hour:A,min:z,sec:$}=N;V&&(L.year=V),P&&(L.month=P),A&&(L.hour=A),z&&(L.min=z),$&&(L.sec=$)},y=T=>{T==null||T.forEach((N,L)=>{const V=L===0?"main":"expanded";b(V,{year:Be(N,"year"),month:Be(N,"month"),hour:Math.floor(Be(N,"hour")/st)+1,min:Math.floor(Be(N,"min")/st)+1,sec:Math.floor(Be(N,"sec")/st)+1}),r(V)})},w=(T,N)=>{const L=u[T]===Ge.MONTH?1:20,V=N==="prev"?-L:L,P=new Date(qo).getFullYear(),A=l[T].year+V;l[T].year=A<P?P:A},I=(T,N)=>{const L=l[T];if(N==="prev"){const V=new Date(qo).getFullYear();if(L.year===V&&L.month===1)return;L.month===1?(L.year-=1,L.month=12):L.month-=1}else L.month===12?(L.year+=1,L.month=1):L.month+=1},M=(T,N)=>{switch(u[T]){case Ge.DATE:{I(T,N),r(T);break}case Ge.MONTH:w(T,N),c(T);break;case Ge.YEAR:w(T,N),d(T);break}},v=(T,N)=>{N===Ge.DATE?r(T):N===Ge.MONTH?c(T):N===Ge.YEAR&&d(T),u[T]=N},_=(T,N)=>{const{value:L}=N;N.disabled||(u[T]===Ge.YEAR?(l[T].year=L,u[T]=Ge.MONTH,c(T)):(l[T].month=L,u[T]=Ge.DATE,r(T)))},C=(T,N)=>{var J,te,G,oe;const{year:L,month:V,date:P,monthType:A}=N,z=$n({year:L,month:V,date:P}),$=t.modelValue?(Array.isArray(t.modelValue)?((J=t.modelValue)==null?void 0:J.map(Z=>Z==null?void 0:Z.split(" ")[0]))??[]:t.modelValue.split(" ")[0]).includes(z):!1;let U=t.options.disabledDate;if(U&&Array.isArray(U)&&(U=T==="main"?U[0]:U[1]),U&&U(new Date(z))&&!$)return;if(!U&&["dateRange","dateTimeRange"].includes(t.mode)&&Ko(t.mode,T,z,s.value))return;const H=l[T],X=($e+H.month-1)%$e||$e,Y=H.month===1?H.year-1:H.year,K=(H.month+1)%$e||$e,q=H.month===12?H.year+1:H.year,Q=()=>{A.includes("prev")?(H.year=Y,H.month=X):A.includes("next")&&(H.year=q,H.month=K)};switch(t.mode){case"date":n("update:modelValue",z);break;case"dateTime":{const ae=!!((te=s.value)!=null&&te.split(" ")[1])?(G=s.value)==null?void 0:G.split(" ")[1]:"00:00:00",me=we(o,`${z} ${ae}`);n("update:modelValue",me);break}case"dateMulti":{const Z=t.options.multiType,ae=t.options.multiDayLimit;if(Z==="date"){const me=s.value.indexOf(z);me>-1?(s.value.splice(me,1),n("update:modelValue",[...s.value])):s.value.length<ae&&(s.value.push(z),Q(),n("update:modelValue",[...s.value]))}else if(Z==="week"||Z==="weekday"){const me=Z==="week"?7:5,re=Z==="week"?6:5,ue=new Date(`${z} 00:00:00`),ke=ue.getDay(),rt=re-ke,ct=ue.getTime()+Zo*rt;for(let yt=0;yt<me;yt++){const ho=new Date(ct-yt*Zo).getFullYear(),uo=new Date(ct-yt*Zo).getMonth()+1,fo=new Date(ct-yt*Zo).getDate(),Zt=`${ho}-${Te(uo)}-${Te(fo)}`;if(yt===0)if(s.value.includes(Zt)){s.value.splice(0);break}else s.value.splice(0),Q();(!U||!U(new Date(Zt)))&&s.value.unshift(Zt)}n("update:modelValue",[...s.value])}r("main");break}case"dateRange":{let Z=[...s.value];if(!s.value.length)Z=[z,z];else{const ae=+(T==="expanded");Z[ae]=z}n("update:modelValue",Z);break}case"dateTimeRange":{let Z=[...s.value];if(Z.length){const ae=+(T==="expanded"),me=((oe=Z[ae])==null?void 0:oe.split(" ")[1])||"00:00:00";let re=`${z} ${me}`;o&&o.length&&(re=we(o[ae],re)),Z[ae]=re}else{let ae=`${z} 00:00:00`,me=`${z} 00:00:00`;o&&o.length&&(ae=we(o[0],ae),me=we(o[1],me)),Z=[ae,me]}n("update:modelValue",Z);break}}},S=(T,N,L)=>{if(x[T][N])return;const V=l[T],P=1;N==="hour"?L==="down"&&V.hour<2?V.hour++:L==="up"&&V.hour>P&&V.hour--:N==="min"?L==="down"&&V.min<5?V.min++:L==="up"&&V.min>P&&V.min--:N==="sec"&&(L==="down"&&V.sec<5?V.sec++:L==="up"&&V.sec>P&&V.sec--)},E=(T,N,L,V)=>{var te;if(x[T][N])return;const P=l[T],A=a[T],z=P[N]-1,$=L-1,U=V-1,H=z*st+$*sr+U;if((te=A[N][H])!=null&&te.isDisabled)return;const X=new Date,Y={year:X.getFullYear(),month:X.getMonth()+1,date:X.getDate()};let K=!0,q=[];const Q=()=>{let G;return N==="hour"?G=`${Te(H)}:00:00'`:N==="min"?G=`00:${Te(H)}:00`:N==="sec"&&(G=`00:00:${Te(H)}`),`${$n(Y)} ${G}`},J=G=>{let re=11;return N==="min"?re=14:N==="sec"&&(re=17),`${G==null?void 0:G.substr(0,re)}${Te(H)}${G==null?void 0:G.substr(re+2)}`};if(t.mode==="dateTime"){let G;t.modelValue?G=we(o,J(t.modelValue)):(K=!1,G=we(o,Q())),n("update:modelValue",G),q.push(G)}else{const G=T!=="main"|0;let oe=[...s.value];if(t.modelValue.length){let Z=J(t.modelValue[G]);o&&o.length&&(Z=we(o[G],Z)),oe[G]=Z}else{const Z=Q();oe=[Z,Z],o&&o.length&&(oe=[...oe.map((ae,me)=>we(o[me],ae))]),K=!1,q=oe}n("update:modelValue",oe)}h(),K||y(q)},k=(T,N)=>{M(T,N.deltaY>0?"next":"prev")},B=(T,N,L)=>{x[T][N]||S(T,N,L.deltaY>0?"down":"up")},D=bs((T,N)=>{const L=N.target.tagName==="TD"?N.target:N.target.parentElement,V=L.classList.contains("disabled"),P=L.classList.contains("prev"),A=L.classList.contains("next");if(L.classList.length>0&&!V){const z=l[T];let $={year:+z.year,month:+z.month,date:N.target.innerText};P?$={...$,...rr("prev",$.year,$.month)}:A&&($={...$,...rr("next",$.year,$.month)});const U=f.value,H=$n({year:$.year,month:$.month,date:$.date});fn(H)<fn(U)?(s.value[0]=H,s.value[1]=U):(s.value[0]=U,s.value[1]=H),r("main"),r("expanded")}},10),O=T=>{const N=["dateRange","dateMulti","dateTimeRange"].includes(t.mode),L=t.options.disabledDate;if(N){const[V,P]=s.value;let[A,z]=[L,L];if(L&&Array.isArray(L)&&([A,z]=L),T[0]&&T[0]!==V&&A&&A(new Date(T[0])))return!0;if(T[1]&&T[1]!==P&&z&&z(new Date(T[1])))return!0;if(!L&&Ko(t.mode,"main",T[0],T))return!0}else{if(t.mode==="dateMulti")return T.some(V=>L&&L(new Date(V)));if(L&&L(new Date(T)))return!0}return!1};return i.watch(()=>t.modelValue,T=>{if(O(T)){n("update:modelValue",s.value);return}const N=["dateRange","dateMulti","dateTimeRange"].includes(t.mode);if(s.value=N?[...T]:T,t.mode==="dateRange")y(T);else if(t.mode.includes("Time")){let L=[];t.mode==="dateTime"?L=[T]:t.mode==="dateTimeRange"&&(L=T),y(L),h()}else t.mode==="date"&&y([T])}),{clickYearMonthBtn:v,clickPrevNextBtn:M,clickDate:C,clickYearMonth:_,clickHmsBtn:S,clickTime:E,wheelMonth:k,wheelTime:B,calendarEventName:p,onMousemoveDate:D,preventTimeEventType:x}},Sy={name:"EvCalendar",props:{modelValue:{type:[String,Array],default:"",validator:e=>{const t=new RegExp(/[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])/),n=new RegExp(/[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1]) (2[0-3]|[01][0-9]):[0-5][0-9]:[0-5][0-9]/);return Array.isArray(e)?e.every(o=>!!(!o||o.length===10&&t.exec(o))||o.length===19&&n.exec(o)):!!(!e||e.length===10&&t.exec(e)||e.length===19&&n.exec(e))}},mode:{type:String,default:"date",validator:e=>["date","dateTime","dateMulti","dateRange","dateTimeRange"].indexOf(e)!==-1},monthNotation:{type:String,default:"fullName",validator:e=>["fullName","abbrName","numberName","korName"].indexOf(e)!==-1},dayOfTheWeekNotation:{type:String,default:"abbrUpperName",validator:e=>["abbrUpperName","abbrLowerName","abbrPascalName","abbrKorName"].indexOf(e)!==-1},options:{type:Object,default:()=>({multiType:"date",limit:1}),validator:({multiType:e,multiDayLimit:t,disabledDate:n,timeFormat:o})=>{const s=new RegExp(/(HH|2[0-3]|[01][0-9]):(mm|[0-5][0-9]):(ss|[0-5][0-9])/);return(!e||["weekday","week","date"].indexOf(e)!==-1)&&(!t||typeof t=="number"&&t>0)&&(!n||typeof n=="function"||Array.isArray(n))&&Array.isArray(o)?o.every(l=>!!(!l||s.exec(l))):!!(!o||s.exec(o))}}},emits:{"update:modelValue":[Array,String]},setup(e){const{calendarList:t,selectedValue:n,calendarPageInfo:o,calendarMonth:s,dayOfTheWeekList:l,calendarYearRangeInfo:a,selectedListType:r}=xy(),{calendarTableInfo:c,calendarMonthTableInfo:d,calendarYearTableInfo:h,calendarTimeTableInfo:u,setCalendarDate:f,setCalendarMonth:p,setCalendarYear:g,setHmsTime:m,getTimeInfo:x}=by({selectedValue:n,calendarPageInfo:o,calendarYearRangeInfo:a}),{clickPrevNextBtn:b,clickYearMonthBtn:y,clickDate:w,clickYearMonth:I,clickHmsBtn:M,clickTime:v,wheelMonth:_,wheelTime:C,calendarEventName:S,onMousemoveDate:E,preventTimeEventType:k}=Cy({selectedValue:n,calendarPageInfo:o,calendarTimeTableInfo:u,selectedListType:r,setCalendarDate:f,setCalendarMonth:p,setCalendarYear:g,setHmsTime:m});return f("main"),["dateRange","dateTimeRange"].includes(e.mode)&&f("expanded"),["dateTime","dateTimeRange"].includes(e.mode)&&m(),{calendarList:t,selectedValue:n,calendarPageInfo:o,calendarMonth:s,dayOfTheWeekList:l,calendarYearRangeInfo:a,selectedListType:r,calendarTableInfo:c,calendarMonthTableInfo:d,calendarYearTableInfo:h,calendarTimeTableInfo:u,getTimeInfo:x,clickPrevNextBtn:b,clickYearMonthBtn:y,clickDate:w,clickYearMonth:I,clickHmsBtn:M,clickTime:v,wheelMonth:_,wheelTime:C,calendarEventName:S,onMousemoveDate:E,preventTimeEventType:k}}},wy={class:"ev-calendar-wrapper"},ky={class:"ev-calendar-date-area"},My={class:"ev-calendar-header"},Ey=["onClick"],Iy={class:"ev-calendar-year-month-wrapper"},vy={key:0,class:"ev-calendar-year-range"},Ty=["onClick"],By=["onClick"],Dy=["onClick"],Oy={class:"ev-calendar-body"},Ry=["onWheel"],Ly=["onClick"],Ny=["onWheel"],_y=["onClick"],Vy={key:2,class:"ev-calendar-selector-btn-wrapper"},Py={key:0,class:"ev-calendar-time-area"},Ay={key:0,class:"ev-calendar-time-area-disabled"},zy={class:"ev-calendar-time-side"},Fy={class:"ev-calendar-time-center"},Hy=["onWheel"],Wy=["onClick"],$y={class:"ev-calendar-time-side"},Xy=["onClick"];function Uy(e,t,n,o,s,l){const a=i.resolveComponent("ev-button");return i.openBlock(),i.createElementBlock("div",wy,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.calendarList,r=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:r},[i.createElementVNode("div",ky,[i.createElementVNode("div",My,[i.createElementVNode("div",{class:"move-month-arrow",onClick:c=>o.clickPrevNextBtn(r,"prev")},[...t[0]||(t[0]=[i.createElementVNode("i",{class:"ev-icon-s-arrow-left move-month-arrow-icon"},null,-1)])],8,Ey),i.createElementVNode("div",Iy,[o.selectedListType[r]==="year"?(i.openBlock(),i.createElementBlock("span",vy,i.toDisplayString(o.calendarYearRangeInfo[r].start+" - "+o.calendarYearRangeInfo[r].end),1)):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createElementVNode("span",{class:"ev-calendar-year",onClick:c=>o.clickYearMonthBtn(r,"year")},i.toDisplayString(o.calendarPageInfo[r].year),9,Ty),o.selectedListType[r]==="date"?(i.openBlock(),i.createElementBlock("span",{key:0,class:"ev-calendar-month",onClick:c=>o.clickYearMonthBtn(r,"month")},i.toDisplayString(o.calendarMonth[r]),9,By)):i.createCommentVNode("",!0)],64))]),i.createElementVNode("div",{class:"move-month-arrow",onClick:c=>o.clickPrevNextBtn(r,"next")},[...t[1]||(t[1]=[i.createElementVNode("i",{class:"ev-icon-s-arrow-right move-month-arrow-icon"},null,-1)])],8,Dy)]),i.createElementVNode("div",Oy,[o.selectedListType[r]==="date"?(i.openBlock(),i.createElementBlock("table",{key:`${r}_calendar_table`,class:"ev-calendar-table"},[i.createElementVNode("thead",null,[i.createElementVNode("tr",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.dayOfTheWeekList,c=>(i.openBlock(),i.createElementBlock("th",{key:c},i.toDisplayString(c),1))),128))])]),i.createElementVNode("tbody",{onWheel:i.withModifiers(c=>o.wheelMonth(r,c),["prevent"])},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.calendarTableInfo[r],c=>(i.openBlock(),i.createElementBlock("tr",{key:c},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(c,d=>(i.openBlock(),i.createElementBlock("td",i.mergeProps({key:d,class:["ev-calendar-date-td",{[d.monthType]:!!d.monthType},{today:d.isToday},{selected:d.isSelected}],onClick:h=>o.clickDate(r,d)},{[i.toHandlerKey(`${o.calendarEventName}`)]:h=>o.onMousemoveDate(r,h)}),[i.createElementVNode("div",null,[i.createElementVNode("span",null,i.toDisplayString(d.date),1)])],16,Ly))),128))]))),128))],40,Ry)])):(i.openBlock(),i.createElementBlock("table",{key:1,class:i.normalizeClass(["ev-calendar-selector-table",`ev-calendar-selector-table--${o.selectedListType[r]}`])},[i.createElementVNode("tbody",{onWheel:i.withModifiers(c=>o.wheelMonth(r,c),["prevent"])},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.selectedListType[r]==="month"?o.calendarMonthTableInfo[r]:o.calendarYearTableInfo[r],c=>(i.openBlock(),i.createElementBlock("tr",{key:c},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(c,d=>(i.openBlock(),i.createElementBlock("td",{key:d.value,onClick:h=>o.clickYearMonth(r,d)},[i.createElementVNode("div",{class:i.normalizeClass(["ev-calendar-selector",{selected:d.isSelected},{today:d.today},{disabled:d.disabled}])},i.toDisplayString(d.label),3)],8,_y))),128))]))),128))],40,Ny)],2)),o.selectedListType[r]!=="date"?(i.openBlock(),i.createElementBlock("div",Vy,[i.createVNode(a,{onClick:c=>o.clickYearMonthBtn(r,"date")},{default:i.withCtx(()=>[...t[2]||(t[2]=[i.createTextVNode(" Done ",-1)])]),_:1},8,["onClick"])])):i.createCommentVNode("",!0)])]),["dateTime","dateTimeRange"].includes(n.mode)?(i.openBlock(),i.createElementBlock("div",Py,[o.selectedListType[r]!=="date"?(i.openBlock(),i.createElementBlock("div",Ay)):i.createCommentVNode("",!0),i.createElementVNode("div",zy,[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(["HOUR","MIN","SEC"],c=>i.createElementVNode("div",{key:`${c}_label`,class:"ev-calendar-time-side--label"},i.toDisplayString(c),1)),64))]),i.createElementVNode("div",Fy,[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(["hour","min","sec"],c=>i.createElementVNode("table",{key:`${c}_table`,class:"ev-calendar-time-table"},[i.createElementVNode("tbody",{onWheel:i.withModifiers(d=>o.wheelTime(r,c,d),["prevent"])},[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(3,d=>i.createElementVNode("tr",{key:`${c}_${d}_tr`},[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(4,h=>i.createElementVNode("td",{key:`${c}_${d}_${h}_td`,class:i.normalizeClass(["ev-calendar-time-td",{selected:o.getTimeInfo(c,d,h,r).isSelected},{disabled:o.preventTimeEventType[r][c]||o.getTimeInfo(c,d,h,r).isDisabled}]),onClick:u=>o.clickTime(r,c,d,h)},[i.createElementVNode("div",null,i.toDisplayString(o.getTimeInfo(c,d,h,r).num),1)],10,Wy)),64))])),64))],40,Hy)])),64))]),i.createElementVNode("div",$y,[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(["hour","min","sec"],c=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:`${c}_btn_area`},[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(["up","down"],d=>i.createElementVNode("div",{key:`${c}_${d}_btn`,class:i.normalizeClass(["ev-calendar-time-side--btn",`arrow-${c}`,{disabled:o.preventTimeEventType[r][c]}]),onClick:h=>o.clickHmsBtn(r,c,d)},[i.createElementVNode("i",{class:i.normalizeClass(`ev-icon-arrow-${d}`)},null,2)],10,Xy)),64))],64))),64))])])):i.createCommentVNode("",!0)],64))),128))])}const Un=le(Sy,[["render",Uy]]);Un.install=e=>{e.component(Un.name,Un)};const jy=new RegExp(/[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])/),Yy=new RegExp(/[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1]) (2[0-3]|[01][0-9]):[0-5][0-9]:[0-5][0-9]/),Gy=()=>{var f;const{props:e,emit:t}=i.getCurrentInstance(),n=(f=e.options)==null?void 0:f.timeFormat,o=["dateTimeRange","dateRange","dateMulti"].includes(e.mode),s=p=>{let g;if(e.mode==="dateTime")g=we(n,p);else if(e.modelValue.length){const[m,x]=n;g=[we(m,p[0]),we(x,p[1])]}return g},l=i.computed({get:()=>e.modelValue?["dateTime","dateTimeRange"].includes(e.mode)&&n?s(e.modelValue):o?[...e.modelValue]:e.modelValue:e.mode==="date"||e.mode==="dateTime"?"":[],set:p=>{if(["dateTime","dateTimeRange"].includes(e.mode)&&n){t("update:modelValue",s(p));return}t("update:modelValue",p)}});let a;if(["dateTimeRange","dateTime"].includes(e.mode)&&n)if(e.mode==="dateTimeRange"&&Array.isArray(e.modelValue)&&e.modelValue.length===2){const[p,g]=e.modelValue,[m,x]=n;e.modelValue=[we(m,p),we(x,g)],a=i.ref([...e.modelValue])}else e.mode==="dateTime"&&e.modelValue?a=i.ref(we(n,e.modelValue)):a=i.ref(e.modelValue);else a=i.ref(o?[...e.modelValue]:e.modelValue);const r=p=>{const g=y=>!!(y.length===10&&jy.exec(y)),m=y=>!!(y.length===19&&Yy.exec(y)),x=y=>{const w=y.split(" ")[0],I=+w.split("-")[0],M=+w.split("-")[1],v=+w.split("-")[2],_=Ts(I,M);return+v<=_&&I>=new Date(0).getFullYear()};let b=!0;e.mode==="date"?b=g(p)&&x(p):e.mode==="dateTime"?b=m(p)&&x(p):e.mode==="dateRange"?b=p.every(y=>g(y)&&x(y)):e.mode==="dateTimeRange"&&(b=p.every(y=>m(y)&&x(y))),b&&(l.value=o?[...p]:p),a.value=o?[...l.value]:l.value},c=i.computed(()=>e.mode==="date"||e.mode==="dateTime"?l.value:l.value.length);return{mv:l,currentValue:a,isClearableIcon:c,validateValue:r,removeAllMv:()=>{e.mode==="date"||e.mode==="dateTime"?l.value=null:(l.value.splice(0),l.value=[...l.value])},changeMv:async p=>{await i.nextTick(),t("change",l.value,p)},removeMv:p=>{if(!e.disabled){const g=l.value.indexOf(p);l.value.splice(g,1),l.value=[...l.value]}}}},Zy=()=>{const{props:e}=i.getCurrentInstance(),t=i.ref(!1),n=i.ref(null),o=i.ref(null),s=i.ref(null),l=i.ref(null),a=i.reactive({top:null,right:null,left:null}),r=async()=>{var w,I;await i.nextTick();const h=(w=o.value)==null?void 0:w.getBoundingClientRect(),u=(I=s.value)==null?void 0:I.getBoundingClientRect(),f=h.height,p=h.y,g=h.x,m=u.height,x=u.width,b=document.documentElement.clientHeight,y=document.documentElement.clientWidth;b<p+f+m?(a.top=`-${m}px`,y<g+x?(a.left="auto",a.right="0px"):(a.left="0px",a.right="auto")):(a.top=`${f}px`,y<g+x?(a.left="auto",a.right="0px"):(a.left="0px",a.right="auto"))};return{isDropbox:t,datePicker:n,datePickerWrapper:o,dropbox:s,itemWrapper:l,dropboxPosition:a,clickSelectInput:async()=>{e.disabled||(t.value=e.enableTextInput?!0:!t.value,t.value&&await r())},clickOutsideDropbox:()=>{t.value=!1},changeDropboxPosition:r}},qy=e=>{var p;const{props:t}=i.getCurrentInstance(),{mv:n,currentValue:o,clickOutsideDropbox:s}=e,l=i.reactive([]);(p=t.shortcuts)==null||p.forEach(({value:g,label:m,shortcutDate:x})=>{l.push({key:g,label:m,shortcutDate:x,isActive:!1})});const a=()=>{const g=l.find(m=>m.isActive);g&&(g.isActive=!1)},r=g=>{const m=l.find(x=>x.key===g);m&&(m.isActive=!0)},c=g=>g===null?"00":+g<10?`0${g}`:g,d=g=>{const m=g?new Date(g):new Date,x=m.getFullYear(),b=m.getMonth()+1,y=m.getDate();return`${x}-${c(b)}-${c(y)}`},h=g=>{const m=g?new Date(g):new Date,x=m.getHours(),b=m.getMinutes(),y=m.getSeconds();return`${d(m)} ${c(x)}:${c(b)}:${c(y)}`},u=()=>{var x,b;a();const g=["dateRange","dateTimeRange"].includes(t.mode);if(!l.length||t.mode==="dateMulti"&&((x=t.options)==null?void 0:x.multiType)!=="date"||g&&!n.value.length||!g&&!n.value)return;let m;if(g){const y=(b=t.options)==null?void 0:b.timeFormat,[w,I]=n.value;let M;t.mode==="dateTimeRange"&&(y!=null&&y.length)?M=l.find(({shortcutDate:v})=>{const[_,C]=v(),[S,E]=y,k=we(S,h(_)),B=we(E,h(C)),D=k===h(w),O=B===h(I);return D&&O}):M=l.find(({shortcutDate:v})=>{const[_,C]=v(),S=t.mode==="dateTimeRange"?h:d,E=S(_)===S(w),k=S(C)===S(I);return E&&k}),m=M==null?void 0:M.key}else{const y=t.mode==="dateTime"?h:d,w=y(n.value),I=l.find(({shortcutDate:M})=>y(M())===w);m=I==null?void 0:I.key}m&&r(m)},f=g=>{var w;const m=["dateRange","dateTimeRange"].includes(t.mode),x=l.find(({key:I})=>I===g);if(!x)return;const b=x.shortcutDate,y=(w=t.options)==null?void 0:w.timeFormat;if(m){const[I,M]=b();if(t.mode==="dateTimeRange")if(y!=null&&y.length){const[v,_]=y;n.value=[we(v,h(I)),we(_,h(M))]}else n.value=[h(I),h(M)];else n.value=[d(I),d(M)]}else{const I=b();n.value=t.mode==="dateTime"?we(y,h(I)):d(I)}a(),r(g)};return i.watch(()=>t.modelValue,g=>{var m,x;if(u(),!(t.mode==="dateMulti"&&((m=t==null?void 0:t.options)==null?void 0:m.multiType)==="date"&&((x=t==null?void 0:t.options)==null?void 0:x.multiDayLimit)>g.length)){if(t.mode==="dateRange"||t.mode==="dateTimeRange"){o.value=[...g];return}else if(t.mode==="dateTime"){o.value=g;return}o.value=g,s()}}),{usedShortcuts:l,clickShortcut:f,setActiveShortcut:u}},Ky={name:"EvDatePicker",directives:{clickoutside:Md},props:{modelValue:{type:[String,Array],default:"",validator:e=>{const t=new RegExp(/[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])/),n=new RegExp(/[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1]) (2[0-3]|[01][0-9]):[0-5][0-9]:[0-5][0-9]/);return Array.isArray(e)?e.every(o=>!!(!o||o.length===10&&t.exec(o))||o.length===19&&n.exec(o)):!!(!e||e.length===10&&t.exec(e)||e.length===19&&n.exec(e))}},placeholder:{type:String,default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},enableTextInput:{type:Boolean,default:!1},mode:{type:String,default:"date",validator:e=>["date","dateTime","dateMulti","dateRange","dateTimeRange"].indexOf(e)!==-1},monthNotation:{type:String,default:"fullName",validator:e=>["fullName","abbrName","numberName","korName"].indexOf(e)!==-1},dayOfTheWeekNotation:{type:String,default:"abbrUpperName",validator:e=>["abbrUpperName","abbrLowerName","abbrPascalName","abbrKorName"].indexOf(e)!==-1},options:{type:Object,default:()=>({type:"date",limit:1,tagShorten:!1}),validator:({multiType:e,multiDayLimit:t,disabledDate:n,tagShorten:o,timeFormat:s})=>{const l=new RegExp(/(HH|2[0-3]|[01][0-9]):(mm|[0-5][0-9]):(ss|[0-5][0-9])/);return(!e||["weekday","week","date"].indexOf(e)!==-1)&&(!t||typeof t=="number"&&t>0)&&(!n||typeof n=="function"||Array.isArray(n))&&(o===void 0||typeof o=="boolean")&&Array.isArray(s)?s.every(a=>!!(!a||l.exec(a))):!!(!s||l.exec(s))}},shortcuts:{type:Array,default:()=>[],validator:e=>e.length?e.every(({shortcutDate:t})=>{if(typeof t!="function")return!1;const n=t();return Array.isArray(n)&&n.every(o=>o instanceof Date)&&n[0]<=n[1]||typeof n=="object"&&n instanceof Date}):!0}},emits:{"update:modelValue":[Array,String]},setup(){const{mv:e,currentValue:t,isClearableIcon:n,validateValue:o,removeAllMv:s,changeMv:l,removeMv:a}=Gy(),{isDropbox:r,datePicker:c,datePickerWrapper:d,dropbox:h,itemWrapper:u,dropboxPosition:f,clickSelectInput:p,clickOutsideDropbox:g,changeDropboxPosition:m}=Zy(),{usedShortcuts:x,clickShortcut:b,setActiveShortcut:y}=qy({mv:e,currentValue:t,clickOutsideDropbox:g});return y(),{mv:e,currentValue:t,isClearableIcon:n,validateValue:o,removeAllMv:s,changeMv:l,removeMv:a,isDropbox:r,datePicker:c,datePickerWrapper:d,dropbox:h,itemWrapper:u,dropboxPosition:f,clickSelectInput:p,clickOutsideDropbox:g,changeDropboxPosition:m,usedShortcuts:x,clickShortcut:b}}},Jy={ref:"datePickerWrapper",class:"ev-date-picker__wrapper"},Qy=["placeholder","readonly","disabled"],ex=["placeholder","disabled"],tx={class:"ev-tag-name"},nx=["onClick"],ox={key:0,class:"ev-select-tag num"},ix={class:"ev-tag-name"},sx={class:"ev-select-tag num"},lx={class:"ev-tag-name"},ax={class:"ev-date-picker-dropbox-wrapper"},rx={key:0,class:"ev-date-picker-dropbox__button-layout"},cx={key:1,class:"ev-date-picker-dropbox__divider"};function dx(e,t,n,o,s,l){const a=i.resolveComponent("ev-button"),r=i.resolveComponent("ev-button-group"),c=i.resolveComponent("ev-calendar"),d=i.resolveDirective("clickoutside");return i.withDirectives((i.openBlock(),i.createElementBlock("div",{ref:"datePicker",class:i.normalizeClass(["ev-date-picker",{disabled:e.$props.disabled}])},[i.createElementVNode("div",Jy,[e.$props.mode==="date"||e.$props.mode==="dateTime"?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[t[15]||(t[15]=i.createElementVNode("span",{class:"ev-date-picker-prefix-icon"},[i.createElementVNode("i",{class:"ev-icon-calendar"})],-1)),i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[0]||(t[0]=h=>o.currentValue=h),type:"text",class:i.normalizeClass(["ev-input",{readonly:!e.$props.enableTextInput}]),placeholder:e.$props.placeholder,readonly:!e.$props.enableTextInput,disabled:e.$props.disabled,onClick:t[1]||(t[1]=(...h)=>o.clickSelectInput&&o.clickSelectInput(...h)),onKeydown:t[2]||(t[2]=i.withKeys(i.withModifiers(h=>o.validateValue(o.currentValue),["prevent"]),["enter"])),onChange:t[3]||(t[3]=h=>o.validateValue(o.currentValue))},null,42,Qy),[[i.vModelText,o.currentValue,void 0,{trim:!0}]])],64)):e.$props.mode==="dateMulti"||!e.$props.enableTextInput?(i.openBlock(),i.createElementBlock("div",{key:1,class:"ev-date-picker-tag-wrapper",onClick:t[4]||(t[4]=(...h)=>o.clickSelectInput&&o.clickSelectInput(...h))},[t[18]||(t[18]=i.createElementVNode("span",{class:"ev-date-picker-prefix-icon"},[i.createElementVNode("i",{class:"ev-icon-calendar"})],-1)),i.createElementVNode("input",{type:"text",class:"ev-input readonly",readonly:"",placeholder:e.$props.placeholder,disabled:e.$props.disabled},null,8,ex),e.$props.mode==="dateMulti"&&(e.$props.options.multiType==="date"||!e.$props.options.tagShorten)?(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:0},i.renderList(o.mv,(h,u)=>(i.openBlock(),i.createElementBlock("div",{key:`${h}_${u}`,class:i.normalizeClass(["ev-select-tag",{num:e.$props.options.multiType!=="date"}])},[i.createElementVNode("span",tx,i.toDisplayString(h),1),e.$props.options.multiType==="date"?(i.openBlock(),i.createElementBlock("span",{key:0,class:"ev-tag-suffix",onClick:i.withModifiers(f=>[o.removeMv(h),o.changeDropboxPosition()],["stop"])},[...t[16]||(t[16]=[i.createElementVNode("i",{class:"ev-tag-suffix-close ev-icon-error"},null,-1)])],8,nx)):i.createCommentVNode("",!0)],2))),128)):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[o.mv[0]?(i.openBlock(),i.createElementBlock("div",ox,[i.createElementVNode("span",ix,i.toDisplayString(o.mv[0]),1)])):i.createCommentVNode("",!0),o.mv[o.mv.length-1]?(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[t[17]||(t[17]=i.createElementVNode("div",{class:"ev-select-tag num"},[i.createElementVNode("span",{class:"ev-tag-name"}," ~ ")],-1)),i.createElementVNode("div",sx,[i.createElementVNode("span",lx,i.toDisplayString(o.mv[o.mv.length-1]),1)])],64)):i.createCommentVNode("",!0)],64))])):(i.openBlock(),i.createElementBlock("div",{key:2,class:"ev-date-picker-input-wrapper",onClick:t[11]||(t[11]=(...h)=>o.clickSelectInput&&o.clickSelectInput(...h))},[t[20]||(t[20]=i.createElementVNode("span",{class:"ev-date-picker-prefix-icon"},[i.createElementVNode("i",{class:"ev-icon-calendar"})],-1)),i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[5]||(t[5]=h=>o.currentValue[0]=h),type:"text",class:"ev-date-picker-range-input",onKeydown:t[6]||(t[6]=i.withKeys(i.withModifiers(h=>o.validateValue(o.currentValue),["prevent"]),["enter"])),onChange:t[7]||(t[7]=h=>o.validateValue(o.currentValue))},null,544),[[i.vModelText,o.currentValue[0],void 0,{trim:!0}]]),o.currentValue[o.currentValue.length-1]?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[t[19]||(t[19]=i.createElementVNode("div",{class:"ev-date-picker-range-separator"},[i.createElementVNode("span",{class:"ev-tag-name"}," ~ ")],-1)),i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[8]||(t[8]=h=>o.currentValue[o.currentValue.length-1]=h),type:"text",class:"ev-date-picker-range-input",onKeydown:t[9]||(t[9]=i.withKeys(i.withModifiers(h=>o.validateValue(o.currentValue),["prevent"]),["enter"])),onChange:t[10]||(t[10]=h=>o.validateValue(o.currentValue))},null,544),[[i.vModelText,o.currentValue[o.currentValue.length-1],void 0,{trim:!0}]])],64)):i.createCommentVNode("",!0)])),e.$props.clearable?i.withDirectives((i.openBlock(),i.createElementBlock("span",{key:3,class:"ev-input-suffix",onClick:t[12]||(t[12]=i.withModifiers(h=>[o.removeAllMv(),o.clickOutsideDropbox()],["stop"]))},[...t[21]||(t[21]=[i.createElementVNode("i",{class:"ev-icon-error"},null,-1)])],512)),[[i.vShow,o.isClearableIcon]]):i.createCommentVNode("",!0),i.createElementVNode("div",ax,[o.isDropbox?(i.openBlock(),i.createElementBlock("div",{key:0,ref:"dropbox",class:i.normalizeClass(["ev-date-picker-dropdown",e.$props.mode]),style:i.normalizeStyle(o.dropboxPosition)},[o.usedShortcuts.length?(i.openBlock(),i.createElementBlock("div",rx,[o.usedShortcuts.length===1?(i.openBlock(),i.createBlock(a,{key:0,type:o.usedShortcuts[0].isActive?"primary":"default",onClick:t[13]||(t[13]=h=>o.clickShortcut(o.usedShortcuts[0].key))},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(o.usedShortcuts[0].label),1)]),_:1},8,["type"])):(i.openBlock(),i.createBlock(r,{key:1},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.usedShortcuts,h=>(i.openBlock(),i.createBlock(a,{key:h.key,type:h.isActive?"primary":"default",onClick:u=>o.clickShortcut(h.key)},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(h.label),1)]),_:2},1032,["type","onClick"]))),128))]),_:1}))])):i.createCommentVNode("",!0),o.usedShortcuts.length?(i.openBlock(),i.createElementBlock("div",cx)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:i.normalizeClass({"ev-date-picker-dropbox__calendar":o.usedShortcuts.length})},[i.createVNode(c,{key:"fromCalendar",modelValue:o.mv,"onUpdate:modelValue":t[14]||(t[14]=h=>o.mv=h),mode:e.$props.mode,"month-notation":e.$props.monthNotation,"day-of-the-week-notation":e.$props.dayOfTheWeekNotation,options:e.$props.options},null,8,["modelValue","mode","month-notation","day-of-the-week-notation","options"])],2)],6)):i.createCommentVNode("",!0)])],512)],2)),[[d,o.clickOutsideDropbox]])}const jn=le(Ky,[["render",dx]]);jn.install=e=>{e.component(jn.name,jn)};const hx={name:"EvMessage",props:{type:{type:String,default:"info",validator:e=>["info","success","warning","error"].includes(e)},message:{type:String,default:""},duration:{type:Number,default:3e3},showClose:{type:Boolean,default:!1},iconClass:{type:String,default:""},onClose:{type:Function,default:null},useHTML:{type:Boolean,default:!1},unmount:{type:Function,default:null}},setup(e,t){const n=i.reactive({timer:null,isShow:!0}),o=()=>{clearTimeout(n.timer),n.timer=null},s=()=>{n.isShow=!1,e.onClose&&e.onClose(),o(),e.unmount&&setTimeout(e.unmount,1e3)},l=()=>{e.duration>0&&(n.timer=setTimeout(()=>{n.isShow&&s()},e.duration))},a=c=>{c.keyCode===27&&n.isShow&&s()},r=()=>{s()};return i.onMounted(()=>{l(),document.addEventListener("keydown",a)}),i.onBeforeUnmount(()=>{document.removeEventListener("keydown",a),o()}),t.expose({hide:r}),{startTimer:l,clearTimer:o,closeMsg:s,...i.toRefs(n),hide:r}}},ux={key:0,class:"ev-message-icon"},fx=["innerHTML"],mx={key:2,class:"ev-message-content"};function gx(e,t,n,o,s,l){return i.openBlock(),i.createBlock(i.Teleport,{to:"#ev-message-modal"},[i.createVNode(i.Transition,{name:"ev-message-fade",appear:""},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{ref:"msgRef",class:i.normalizeClass(["ev-message",{[`type-${n.type}`]:!!n.type,"show-close":n.showClose,"has-icon":!!n.iconClass}]),onMouseenter:t[1]||(t[1]=(...a)=>o.clearTimer&&o.clearTimer(...a)),onMouseleave:t[2]||(t[2]=(...a)=>o.startTimer&&o.startTimer(...a))},[n.iconClass?(i.openBlock(),i.createElementBlock("span",ux,[i.createElementVNode("i",{class:i.normalizeClass(n.iconClass)},null,2)])):i.createCommentVNode("",!0),n.useHTML?(i.openBlock(),i.createElementBlock("div",{key:1,class:"ev-message-content",innerHTML:n.message},null,8,fx)):(i.openBlock(),i.createElementBlock("div",mx,i.toDisplayString(n.message),1)),n.showClose?(i.openBlock(),i.createElementBlock("span",{key:3,class:"ev-message-close",onClick:t[0]||(t[0]=(...a)=>o.closeMsg&&o.closeMsg(...a))},[...t[3]||(t[3]=[i.createElementVNode("i",{class:"ev-icon-close"},null,-1)])])):i.createCommentVNode("",!0)],34),[[i.vShow,e.isShow]])]),_:1})])}const px=le(hx,[["render",gx]]),yx=i.defineComponent(px),dr="ev-message-modal",hr=document.createElement("div");hr.id=dr;const Jo=(e={})=>{document.getElementById(dr)||document.body.appendChild(hr);const n=document.createElement("div"),o=()=>i.render(null,n),s=typeof e=="string"?{message:e,unmount:o}:{...e,unmount:o},l=i.h(yx,s);return i.render(l,n),l.component.exposed};Jo.install=e=>{const t=e.config.globalProperties;t.$message=Jo};const xx={name:"EvNotification",props:{type:{type:String,default:"info",validator:e=>["info","success","warning","error"].includes(e)},title:{type:String,default:""},message:{type:String,default:""},position:{type:String,default:"top-right",validator:e=>["top-left","top-right","bottom-left","bottom-right"].includes(e)},duration:{type:Number,default:3e3},showClose:{type:Boolean,default:!0},iconClass:{type:String,default:""},onClose:{type:Function,default:null},onClick:{type:Function,default:null},useHTML:{type:Boolean,default:!1},unmount:{type:Function,default:null}},setup(e){const t=i.reactive({timer:null,isShow:!0}),n=()=>{clearTimeout(t.timer),t.timer=null},o=r=>{r.target.className!=="ev-notification-close"&&e.onClick&&e.onClick()},s=()=>{t.isShow=!1,e.onClose&&e.onClose(),n(),e.unmount&&setTimeout(e.unmount,1e3)},l=()=>{e.duration>0&&(t.timer=setTimeout(()=>{t.isShow&&s()},e.duration))},a=r=>{r.keyCode===27&&t.isShow&&s()};return i.onMounted(()=>{l(),document.addEventListener("keydown",a)}),i.onBeforeUnmount(()=>{document.removeEventListener("keydown",a),n()}),{startTimer:l,clearTimer:n,clickMsg:o,closeMsg:s,...i.toRefs(t)}}},bx={key:0,class:"ev-notification-icon"},Cx={class:"ev-notification-content"},Sx={key:0,class:"title"},wx=["innerHTML"],kx={key:2,class:"message"};function Mx(e,t,n,o,s,l){return i.openBlock(),i.createBlock(i.Transition,{name:"ev-notification-fade",appear:""},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{class:i.normalizeClass(["ev-notification",{[`type-${n.type}`]:!!n.type,"show-close":n.showClose,"has-icon":!!n.iconClass,"has-click":!!n.onClick}]),onMouseenter:t[1]||(t[1]=(...a)=>o.clearTimer&&o.clearTimer(...a)),onMouseleave:t[2]||(t[2]=(...a)=>o.startTimer&&o.startTimer(...a)),onClick:t[3]||(t[3]=(...a)=>o.clickMsg&&o.clickMsg(...a))},[n.iconClass?(i.openBlock(),i.createElementBlock("span",bx,[i.createElementVNode("i",{class:i.normalizeClass(n.iconClass)},null,2)])):i.createCommentVNode("",!0),i.createElementVNode("div",Cx,[n.title?(i.openBlock(),i.createElementBlock("p",Sx,i.toDisplayString(n.title),1)):i.createCommentVNode("",!0),n.useHTML?(i.openBlock(),i.createElementBlock("p",{key:1,class:"message",innerHTML:n.message},null,8,wx)):(i.openBlock(),i.createElementBlock("p",kx,i.toDisplayString(n.message),1))]),n.showClose?(i.openBlock(),i.createElementBlock("span",{key:1,class:"ev-notification-close",onClick:t[0]||(t[0]=(...a)=>o.closeMsg&&o.closeMsg(...a))},[...t[4]||(t[4]=[i.createElementVNode("i",{class:"ev-icon-close"},null,-1)])])):i.createCommentVNode("",!0)],34),[[i.vShow,e.isShow]])]),_:1})}const Ex=le(xx,[["render",Mx]]),Ix=i.defineComponent(Ex),ur="ev-notification-modal",Qo=document.createElement("div");Qo.id=ur;const vx=["top-left","top-right","bottom-left","bottom-right"],ei=(e={})=>{const t=e.position||"top-right";if(!vx.includes(t)){console.warn("[EVUI][Notification] The position value is incorrectly entered.");return}document.getElementById(ur)||document.body.appendChild(Qo);let o=Qo.getElementsByClassName(`modal-${t}`);o.length?o=o[0]:(o=document.createElement("div"),o.classList.add(`modal-${t}`),Qo.appendChild(o));const l=document.createElement("div"),a=()=>i.render(null,l),r=typeof e=="string"?{message:e,unmount:a}:{...e,unmount:a},c=i.h(Ix,r);i.render(c,l),o.appendChild(c.el)};ei.install=e=>{const t=e.config.globalProperties;t.$notify=ei};const Tx={name:"EvMessageBox",components:{EvButton:sn},props:{type:{type:String,default:"",validator:e=>["","info","success","warning","error"].includes(e)},title:{type:String,default:""},message:{type:[String,Array],default:""},iconClass:{type:String,default:""},onClose:{type:Function,default:null},showClose:{type:Boolean,default:!0},showConfirmBtn:{type:Boolean,default:!0},showCancelBtn:{type:Boolean,default:!0},confirmBtnText:{type:String,default:"OK"},cancelBtnText:{type:String,default:"Cancel"},closeOnClickModal:{type:Boolean,default:!0},useHTML:{type:Boolean,default:!1},unmount:{type:Function,default:null},focusable:{type:Boolean,default:!1}},setup(e){const t=i.ref(null),n=i.reactive({isShow:!0,iconClass:""}),o=c=>{if(!e.closeOnClickModal&&c==="modal")return;const d=c==="modal"?"cancel":c;n.isShow=!1,e.onClose&&e.onClose(d),e.unmount&&setTimeout(e.unmount,1e3)},s=c=>{c.keyCode===27&&n.isShow&&o()},l=c=>{switch(c){case"success":return"ev-icon-arrow-check";case"warning":return"ev-icon-warning2";case"error":return"ev-icon-warning3";case"info":default:return"ev-icon-info2"}},a=()=>{e.iconClass?n.iconClass=e.iconClass:e.type&&(n.iconClass=l(e.type))},r=c=>{if(!e.focusable)return!1;switch(c){case"confirmBtn":return e.showConfirmBtn;case"cancelBtn":return!e.showConfirmBtn&&e.showCancelBtn;case"messagebox":return!e.showConfirmBtn&&!e.showCancelBtn;default:return!1}};return i.onMounted(()=>{a(),document.addEventListener("keydown",s),r("messagebox")&&t.value.focus()}),i.watch(()=>n.isShow,c=>{c||document.removeEventListener("keydown",s)}),i.onBeforeUnmount(()=>{document.removeEventListener("keydown",s)}),{closeMsg:o,...i.toRefs(n),msgRef:t,hasFocus:r}}},Bx={key:0,class:"ev-message-box-icon"},Dx={class:"ev-message-box-content"},Ox={key:0,class:"ev-message-box-title"},Rx=["innerHTML"],Lx={key:2,class:"ev-message-box-message"},Nx={class:"ev-message-box-btn"};function _x(e,t,n,o,s,l){const a=i.resolveComponent("ev-button");return i.openBlock(),i.createBlock(i.Teleport,{to:"body"},[i.createVNode(i.Transition,{name:"ev-message-box-fade",appear:""},{default:i.withCtx(()=>[i.withDirectives(i.createElementVNode("div",{id:"ev-message-box-modal",onClick:t[3]||(t[3]=i.withModifiers(r=>o.closeMsg("modal"),["self"])),onWheel:i.withModifiers(()=>{},["stop","prevent"])},[i.createElementVNode("div",{ref:"msgRef",class:i.normalizeClass(["ev-message-box",{[`type-${n.type}`]:!!n.type,"show-close":n.showClose,"has-icon":!!n.iconClass,"has-title":!!n.title}]),tabindex:"-1"},[n.iconClass?(i.openBlock(),i.createElementBlock("span",Bx,[i.createElementVNode("i",{class:i.normalizeClass(n.iconClass)},null,2)])):i.createCommentVNode("",!0),i.createElementVNode("div",Dx,[n.title?(i.openBlock(),i.createElementBlock("p",Ox,i.toDisplayString(n.title),1)):i.createCommentVNode("",!0),n.useHTML?(i.openBlock(),i.createElementBlock("p",{key:1,class:"ev-message-box-message",innerHTML:n.message},null,8,Rx)):(i.openBlock(),i.createElementBlock("p",Lx,i.toDisplayString(n.message),1))]),i.createElementVNode("div",Nx,[n.showCancelBtn?(i.openBlock(),i.createBlock(a,{key:0,size:"small",class:"ev-message-box-cancel","auto-focus":o.hasFocus("cancelBtn"),onClick:t[0]||(t[0]=r=>o.closeMsg("cancel"))},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(n.cancelBtnText),1)]),_:1},8,["auto-focus"])):i.createCommentVNode("",!0),n.showConfirmBtn?(i.openBlock(),i.createBlock(a,{key:1,type:"primary",size:"small",class:"ev-message-box-confirm","auto-focus":o.hasFocus("confirmBtn"),onClick:t[1]||(t[1]=r=>o.closeMsg("ok"))},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(n.confirmBtnText),1)]),_:1},8,["auto-focus"])):i.createCommentVNode("",!0)]),n.showClose?(i.openBlock(),i.createElementBlock("span",{key:1,class:"ev-message-box-close",onClick:t[2]||(t[2]=r=>o.closeMsg("cancel"))},[...t[4]||(t[4]=[i.createElementVNode("i",{class:"ev-icon-close"},null,-1)])])):i.createCommentVNode("",!0)],2)],544),[[i.vShow,e.isShow]])]),_:1})])}const Vx=le(Tx,[["render",_x]]),Px=i.defineComponent(Vx),ti=(e={})=>{const t=document.createElement("div"),n=()=>i.render(null,t),o=typeof e=="string"?{message:e,unmount:n}:{...e,unmount:n},s=i.h(Px,o);i.render(s,t)};ti.install=e=>{const t=e.config.globalProperties;t.$messagebox=ti};const fr=(e,t)=>Array.from(Array(e),()=>Array(t).fill(!1)),Ax=()=>{const{props:e,emit:t}=i.getCurrentInstance(),n=i.computed({get:()=>e.modelValue.length!==e.rowLabels.length||!e.modelValue[0]||e.modelValue[0].length!==e.colLabels.length?fr(e.rowLabels.length,e.colLabels.length):e.modelValue,set:s=>{t("update:modelValue",s),t("change",s)}});return{mv:n,validateValue:()=>{(e.modelValue.length!==e.rowLabels.length||!e.modelValue[0]||e.modelValue[0].length!==e.colLabels.length)&&(n.value=[...fr(e.rowLabels.length,e.colLabels.length)])}}},zx=e=>{const{mv:t}=e,n=i.reactive({startRow:null,startCol:null,dragRow:null,dragCol:null,endRow:null,endCol:null,dragEventName:null}),o=(h,u)=>{if(n.dragCol===null||n.dragRow===null)return{};const f=n.startRow<n.dragRow?n.startRow:n.dragRow,p=n.startRow>n.dragRow?n.startRow:n.dragRow,g=n.startCol<n.dragCol?n.startCol:n.dragCol,m=n.startCol>n.dragCol?n.startCol:n.dragCol;if(f>h||p<h||g>u||m<u)return{};const x="2px solid #5292F7";let b={};return h===f&&(b={...b,"border-top":x}),h===p&&(b={...b,"border-bottom":x}),u===g&&(b={...b,"border-left":x}),u===m&&(b={...b,"border-right":x}),b},s=(h,u)=>{n.startRow=h,n.startCol=u,n.dragRow=h,n.dragCol=u,n.dragEventName="mousemove"},l=(h,u)=>{if(!n.dragEventName)return;n.endRow=h,n.endCol=u,n.dragEventName=null;const f=[...t.value],p=n.startRow<n.endRow?n.startRow:n.endRow,g=n.startRow>n.endRow?n.startRow:n.endRow,m=n.startCol<n.endCol?n.startCol:n.endCol,x=n.startCol>n.endCol?n.startCol:n.endCol;for(let b=p;b<=g;b++)for(let y=m;y<=x;y++)f[b][y]=!f[b][y];t.value=[...f],n.dragRow=null,n.dragCol=null};return{mousePos:n,selectionStyle:o,mousedownBox:s,mouseupBox:l,mousemoveBox:(h,u)=>{n.dragRow=h,n.dragCol=u},mouseleaveBoxArea:()=>{l(n.dragRow,n.dragCol)},selectColumn:h=>{const u=[...t.value],f=u[0][h];for(let p=0;p<u.length;p++)u[p][h]=!f;t.value=[...u]},selectRow:h=>{const u=[...t.value],f=u[h][0];for(let p=0;p<u[0].length;p++)u[h][p]=!f;t.value=[...u]}}},Fx={name:"EvScheduler",props:{modelValue:{type:Array,default:()=>[]},colLabels:{type:Array,default:()=>['<span style="color: #FF0000">SUN</span>',"MON","TUE","WED","THU","FRI",'<span style="color: #0006F9">SAT</span>']},rowLabels:{type:Array,default:()=>["00:00","01:00","02:00","03:00","04:00","05:00","06:00","07:00","08:00","09:00","10:00","11:00","12:00","13:00","14:00","15:00","16:00","17:00","18:00","19:00","20:00","21:00","22:00","23:00"]}},emits:{"update:modelValue":Array,change:Array},setup(){const{mv:e,validateValue:t}=Ax();t();const{mousePos:n,selectionStyle:o,mousedownBox:s,mouseupBox:l,mousemoveBox:a,mouseleaveBoxArea:r,selectColumn:c,selectRow:d}=zx({mv:e});return{mv:e,selectionStyle:o,mousedownBox:s,mouseupBox:l,mousemoveBox:a,mouseleaveBoxArea:r,selectColumn:c,selectRow:d,...i.toRefs(n)}}},Hx={class:"ev-scheduler-header"},Wx=["onClick","innerHTML"],$x=["onClick","innerHTML"],Xx=["onMousedown","onMouseup"];function Ux(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("table",{class:i.normalizeClass(["ev-scheduler",{draggable:!!e.dragEventName}])},[i.createElementVNode("thead",null,[i.createElementVNode("tr",Hx,[t[1]||(t[1]=i.createElementVNode("td",null,null,-1)),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.colLabels.length,(a,r)=>(i.openBlock(),i.createElementBlock("td",{key:`${a}_${r}_header`,class:"ev-scheduler-header-label",onClick:c=>o.selectColumn(r),innerHTML:n.colLabels[r]},null,8,Wx))),128))])]),i.createElementVNode("tbody",{onMouseleave:t[0]||(t[0]=(...a)=>o.mouseleaveBoxArea&&o.mouseleaveBoxArea(...a))},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.rowLabels.length,(a,r)=>(i.openBlock(),i.createElementBlock("tr",{key:`${a}_${r}_body`,class:"ev-scheduler-body"},[(i.openBlock(),i.createElementBlock("td",{key:`${a}_${r}_${n.rowLabels[r]}`,class:"ev-scheduler-body-label",onClick:c=>o.selectRow(r),innerHTML:n.rowLabels[r]},null,8,$x)),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.colLabels.length,(c,d)=>(i.openBlock(),i.createElementBlock("td",i.mergeProps({key:`${c}_${r}_${d}_body`,class:["ev-scheduler-body-box",{selected:o.mv[r][d]}],style:o.selectionStyle(r,d),onMousedown:i.withModifiers(h=>o.mousedownBox(r,d,h),["stop","prevent"]),onMouseup:i.withModifiers(h=>o.mouseupBox(r,d),["stop","prevent"])},{[i.toHandlerKey(`${e.dragEventName}`)]:h=>o.mousemoveBox(r,d)}),null,16,Xx))),128))]))),128))],32)],2)}const Yn=le(Fx,[["render",Ux]]);Yn.install=e=>{e.component(Yn.name,Yn)};const jx=()=>{const e=i.defineComponent(mr),t=i.ref([]);return{comp:e,childrenItems:t,initWrapperDiv:()=>{const o=document.createElement("div");o.id="ev-context-menu-modal",o.setAttribute("style","position: absolute; top: 0; left: 0;"),document.getElementById("ev-context-menu-modal")||document.body.appendChild(o)}}},Yx=()=>{const{props:e}=i.getCurrentInstance(),t=i.computed(()=>e.isShowMenuOnClick),n=i.ref(!1),o=i.ref(null),s=i.reactive({top:null,left:null,right:null,pageY:null,pageX:null,clientX:null});return{isShow:n,rootMenuList:o,menuStyle:s,show:async r=>{var d,h;n.value=!0,await i.nextTick();const c=(h=(d=o.value)==null?void 0:d.$el)==null?void 0:h.children[0].getBoundingClientRect();if(c){const u=c.height,f=c.width,p=document.documentElement.clientHeight,g=document.documentElement.clientWidth,m=20;s.pageX=r.pageX,s.pageY=r.pageY,s.clientX=r.clientX,p<r.clientY+u?s.top=`${r.pageY-u}px`:s.top=`${r.pageY}px`,g<r.clientX+f+m?s.left=`${r.pageX-f}px`:s.left=`${r.pageX}px`}},hide:async()=>{await i.nextTick(),!t.value&&(n.value=!1)}}},Gx=()=>{const{props:e,emit:t}=i.getCurrentInstance(),n=i.computed({get:()=>e.isShow,set:f=>t("update:isShow",f)}),o=i.computed(()=>!!e.items.some(f=>f.children)),s=i.ref([]),l=i.ref(!1),a=i.ref(null),r=i.reactive({top:null,left:null,right:null}),c=f=>{f||(n.value=!1)},d=f=>{var k,B,D;const p=document.documentElement.clientWidth,g=document.documentElement.clientHeight,m=20,x=(k=f.target.parentElement)==null?void 0:k.getBoundingClientRect(),{x:b,y,width:w,height:I}=x,M=(D=(B=a.value)==null?void 0:B.$el)==null?void 0:D.children[0].getBoundingClientRect(),{width:v,height:_}=M,C=f.target.offsetTop,S=g<y+C+_,E=p<b+w+v+m;S?r.top=`${I-_}px`:r.top=`${C}px`,E?r.left=`${0-v}px`:r.left=`${w}px`};return{computedIsShow:n,isExistChild:o,isShowChild:l,childMenu:a,menuStyle:r,childrenItems:s,handleItemClick:f=>{f.click&&!f.disabled&&f.click(f),f.isShowMenu||c(f.children)},handleMouseEnter:async(f,p)=>{!p.children||!Array.isArray(p.children)||p.disabled?l.value=!1:(l.value=!0,s.value=p.children,await i.nextTick(),d(f))},hideAll:c}},Zx={name:"EvMenuList",props:{isShow:{type:Boolean,default:!1},items:{type:Array,default:()=>[],validator:e=>e.some(t=>t.children!==void 0&&!Array.isArray(t.children))?(console.warn("[EVUI][ContextMenu] children attribute must be 'Array' type."),!1):e.some(t=>t.click!==void 0&&typeof t.click!="function")?(console.warn("[EVUI][ContextMenu] click attribute must be 'Function' type."),!1):!0},comp:{type:Object,default:()=>{}}},emits:{"update:isShow":[Boolean]},setup(){const{isExistChild:e,computedIsShow:t,isShowChild:n,childMenu:o,menuStyle:s,childrenItems:l,handleItemClick:a,handleMouseEnter:r,hideAll:c}=Gx();return{isExistChild:e,computedIsShow:t,isShowChild:n,childMenu:o,menuStyle:s,childrenItems:l,handleItemClick:a,handleMouseEnter:r,hideAll:c}}},qx={class:"ev-menu-list"},Kx={class:"ev-menu-ul"},Jx=["onClick","onMouseenter"],Qx={class:"ev-menu-li-text"},eb={key:1,class:"ev-menu-li-suffix ev-icon-arrow-right2"};function tb(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",qx,[i.createElementVNode("ul",Kx,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.items,(a,r)=>i.withDirectives((i.openBlock(),i.createElementBlock("li",{key:`${a.value}_${r}`,class:i.normalizeClass(["ev-menu-li",{disabled:a.disabled,[a.itemClass]:a.itemClass}]),onClick:c=>o.handleItemClick(a),onMouseenter:c=>o.handleMouseEnter(c,a)},[a.iconClass?(i.openBlock(),i.createElementBlock("i",{key:0,class:i.normalizeClass(["ev-menu-li-prefix",a.iconClass])},null,2)):i.createCommentVNode("",!0),i.createElementVNode("span",Qx,[a.slotKey?i.renderSlot(e.$slots,a.slotKey,{key:0,item:a},()=>[i.createTextVNode(i.toDisplayString(a.text),1)]):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createTextVNode(i.toDisplayString(a.text),1)],64))]),a.children||a.isShowMenu?(i.openBlock(),i.createElementBlock("i",eb)):i.createCommentVNode("",!0)],42,Jx)),[[i.vShow,!a.hidden]])),128))]),o.isExistChild?i.withDirectives((i.openBlock(),i.createBlock(i.resolveDynamicComponent(n.comp),{key:0,ref:"childMenu",isShow:o.computedIsShow,"onUpdate:isShow":t[0]||(t[0]=a=>o.computedIsShow=a),comp:n.comp,items:o.childrenItems,style:i.normalizeStyle(o.menuStyle)},i.createSlots({_:2},[i.renderList(e.$slots,(a,r)=>({name:r,fn:i.withCtx(c=>[i.renderSlot(e.$slots,r,i.normalizeProps(i.guardReactiveProps(c)))])}))]),1064,["isShow","comp","items","style"])),[[i.vShow,o.childrenItems.length&&o.isShowChild]]):i.createCommentVNode("",!0)])}const mr=le(Zx,[["render",tb]]),nb={name:"EvContextMenu",directives:{clickoutside:Ro},components:{MenuList:mr},props:{items:{type:Array,default:()=>[],validator:e=>e.some(t=>t.children!==void 0&&!Array.isArray(t.children))?(console.warn("[EVUI][ContextMenu] children attribute must be 'Array' type."),!1):e.some(t=>t.click!==void 0&&typeof t.click!="function")?(console.warn("[EVUI][ContextMenu] click attribute must be 'Function' type."),!1):!0},customClass:{type:String,default:""},isShowMenuOnClick:{type:Boolean,default:!1}},setup(){const{comp:e,initWrapperDiv:t}=jx(),{isShow:n,rootMenuList:o,menuStyle:s,show:l,hide:a}=Yx();return i.onBeforeMount(()=>t()),{isShow:n,rootMenuList:o,menuStyle:s,comp:e,show:l,hide:a}}};function ob(e,t,n,o,s,l){const a=i.resolveComponent("menu-list"),r=i.resolveDirective("clickoutside");return o.isShow&&n.items.length?(i.openBlock(),i.createBlock(i.Teleport,{key:0,to:"#ev-context-menu-modal"},[i.withDirectives((i.openBlock(),i.createBlock(a,{ref:"rootMenuList",isShow:o.isShow,"onUpdate:isShow":t[0]||(t[0]=c=>o.isShow=c),class:i.normalizeClass(n.customClass),items:n.items,style:i.normalizeStyle(o.menuStyle),comp:o.comp},i.createSlots({_:2},[i.renderList(e.$slots,(c,d)=>({name:d,fn:i.withCtx(h=>[i.renderSlot(e.$slots,d,i.normalizeProps(i.guardReactiveProps(h)))])}))]),1032,["isShow","class","items","style","comp"])),[[r,o.hide]])])):i.createCommentVNode("",!0)}const Gn=le(nb,[["render",ob]]);Gn.install=e=>{e.component(Gn.name,Gn)};const ib=()=>window.innerWidth-document.documentElement.clientWidth,sb=()=>{const{props:e,emit:t}=i.getCurrentInstance(),n=i.ref(),o=i.ref(),s=i.ref(!1),l=i.computed(()=>s.value?"ev-icon-compress":"ev-icon-expand");let a=document.getElementById("ev-window-modal");(()=>{if(!a){const m=document.createElement("div");m.id="ev-window-modal",document.body.appendChild(m),a=document.getElementById("ev-window-modal")}})();const c=m=>{let x,b;if(typeof m=="string"||typeof m=="number"){const y=/^(normal|(-*\d+(?:\.\d+)?)(px|%|vw|vh)?)$/.exec(m);x=y?{value:+y[2],unit:y[3]||void 0}:void 0}else x=void 0;return x==null?b=void 0:x.unit?b=`${x.value}${x.unit}`:b=`${x.value}px`,b},d=(m,x="horizontal")=>{if(typeof m=="number")return m;if(!m)return 0;let b=0;const y=/^(normal|(\d+(?:\.\d+)?)(px|%|vw|vh)?)$/.exec(m);if(x&&["%","vw","vh"].includes(y[3])&&y[2]){const w=x==="horizontal"?window.innerWidth:window.innerHeight;b=Math.floor(w*+y[2]/100)}else y[2]&&(b=+y[2]);return b},h=i.reactive({}),u=i.computed(()=>({...e.style,...h})),f=()=>{if(h.position="fixed",e.fullscreen){h.width="100%",h.height="100%",h.top=0,h.left=0;return}const m=d(e.width,"horizontal"),x=d(e.minWidth,"horizontal");m<x?(console.warn("[EVUI][Window] Since width is less than min-width, it is replaced by min-width."),h.width=c(e.minWidth)):h.width=c(e.width);const b=d(e.height,"vertical"),y=d(e.minHeight,"vertical");b<y?(console.warn("[EVUI][Window] Since height is less than min-height, it is replaced by min-height."),h.height=c(e.minHeight)):h.height=c(e.height),h.top=`calc((100% - ${h.height}) / 2)`,h.left=`calc((100% - ${h.width}) / 2)`,d(e.width,"horizontal")>window.innerWidth&&(h.left=0),d(e.height,"vertical")>window.innerHeight&&(h.top=0)},p=m=>{m==="layer"&&!e.closeOnClickModal||t("update:visible",!1)},g=m=>{var y;const x=(y=a==null?void 0:a.getElementsByClassName("scroll-lock"))==null?void 0:y.length,b=document.body;if(m){if(e.hideScroll){if(!x){const w=ib();b.style.paddingRight=`${w}px`}b.classList.add("ev-window-scroll-lock")}}else e.hideScroll&&x===1&&(b.style.removeProperty("padding-right"),b.classList.remove("ev-window-scroll-lock"))};return f(),i.watch(()=>e.visible,async m=>{g(m),m&&await i.nextTick(()=>{f()})}),{windowRef:n,headerRef:o,isFullExpandWindow:s,maximizableIcon:l,baseStyle:u,closeWin:p,numberToUnit:c,removeUnit:d}},lb=e=>{const{props:t,emit:n}=i.getCurrentInstance(),{windowRef:o,headerRef:s,isFullExpandWindow:l,numberToUnit:a,removeUnit:r}=e,c=50,d=5,h=i.reactive({}),u=i.reactive({state:"",pressedSpot:"",top:0,left:0,width:0,height:0,clientX:0,clientY:0}),f=i.reactive({top:0,left:0}),p=i.reactive({top:!1,right:!1,left:!1,bottom:!1}),g=i.reactive({width:null,height:null,top:null,left:null}),m=(k,B)=>{if(k==null||B==null)return!1;const D=o.value.getBoundingClientRect(),O=+k-D.left,R=+B-D.top,T=s.value.style,N={top:r(T.paddingTop,"vertical"),left:r(T.paddingLeft,"horizontal"),right:r(T.paddingRight,"horizontal")},L=N.left,V=D.width-N.right,P=N.top,A=P+s.value.offsetHeight;return O>L&&O<V&&R>P&&R<A},x=k=>{if(k===null||typeof k!="object")return;let B,D,O,R,T,N;const L=o.value,V=Object.prototype.hasOwnProperty;V.call(k,"top")?B=k.top:B=u.top,V.call(k,"left")?D=k.left:D=u.left,V.call(k,"width")?O=k.width:O=L.offsetWidth,V.call(k,"height")?R=k.height:R=L.offsetHeight,V.call(k,"minWidth")?T=k.minWidth:T=t.minWidth,V.call(k,"minHeight")?N=k.minHeight:N=t.minHeight,O=r(O,"horizontal")>r(T,"horizontal")?O:T,R=r(R,"vertical")>r(N,"vertical")?R:N,h.top=a(B),h.left=a(D),h.width=a(O),h.height=a(R),h.minWidth=a(T),h.minHeight=a(N)},b=k=>{if(!(!o.value||u.pressedSpot))if(t.resizable){const B=o.value.getBoundingClientRect(),D=k.clientX-B.left,O=k.clientY-B.top,R=O<d,T=D<d,N=D>=B.width-d,L=O>=B.height-d;R&&T||L&&N?o.value.style.cursor="nwse-resize":R&&N||L&&T?o.value.style.cursor="nesw-resize":N||T?o.value.style.cursor="ew-resize":L||R?o.value.style.cursor="ns-resize":t.draggable&&m(k.clientX,k.clientY)?o.value.style.cursor="move":o.value.style.cursor="default"}else t.draggable&&m(k.clientX,k.clientY)?o.value.style.cursor="move":o.value.style.cursor="default"},y=k=>{const B=window.innerWidth,D=window.innerHeight,O=p.top,R=p.left,T=p.right,N=p.bottom,L=r(t.minWidth,"horizontal"),V=r(t.minHeight,"vertical"),P=k.clientX>=B?B:k.clientX;let A=k.clientY>=D?D:k.clientY;A=k.clientY>0?A:0;const z=P-u.clientX,$=A-u.clientY;let U=u.top,H=u.left,X=u.width,Y=u.height;const K=U+u.height-V,q=H+u.width-L;O&&(U=u.top+$,Y=u.height-$,U>K&&(U=K)),R&&(H=u.left+z,X=u.width-z,H>q&&(H=q)),T&&(X=u.width+z),N&&(Y=u.height+$),X=Math.min(Math.max(X,L),B),Y=Math.min(Math.max(Y,V),D);const Q={top:U,left:H,width:X,height:Y};x(Q),n("resize",k,{...Q})},w=(k,B)=>{let D=B;return D<0?D=0:D>k-c&&(D=Math.floor(k-c)),D},I=(k,B)=>{let D=B;return D<-(u.width-c)?D=-Math.floor(u.width-c):D>k-c&&(D=Math.floor(k-c)),D},M=k=>{if(k.preventDefault(),u.state="mousedown-mousemove",t.draggable&&u.pressedSpot==="header"){const B=document.documentElement.clientWidth,D=document.documentElement.clientHeight,O=k.clientY-u.clientY,R=k.clientX-u.clientX;let T=u.top+O,N=u.left+R;T=w(D,T),N=I(B,N),x({top:`${T}px`,left:`${N}px`,width:h.width??t.width,height:h.height??t.height})}else t.resizable&&u.pressedSpot==="border"&&y(k);n("mousedown-mousemove",k)},v=k=>{u.state="",u.pressedSpot="",n("mousedown-mouseup",k),window.removeEventListener("mousemove",M),window.removeEventListener("mouseup",v)},_=k=>{if(!o.value||!t.resizable&&!t.draggable)return;let B="";if(t.resizable){const D=o.value.getBoundingClientRect(),O=k.clientX-D.left,R=k.clientY-D.top,T=R<d,N=O<d,L=O>=D.width-d,V=R>=D.height-d;p.top=T,p.left=N,p.right=L,p.bottom=V,(T||N||L||V)&&(B="border")}if(B!=="border"&&m(k.clientX,k.clientY)&&(B="header"),!B||!t.draggable&&B==="header"||!t.resizable&&B==="border"){u.state="mousedown",u.pressedSpot="",u.top=o.value.offsetTop,u.left=o.value.offsetLeft,u.width=o.value.offsetWidth,u.height=o.value.offsetHeight,u.clientX=k.clientX,u.clientY=k.clientY,n("mousedown",{...u,ref:o.value});return}u.state="mousedown",u.pressedSpot=B,u.top=o.value.offsetTop,u.left=o.value.offsetLeft,u.width=o.value.offsetWidth,u.height=o.value.offsetHeight,u.clientX=k.clientX,u.clientY=k.clientY,n("mousedown",{...u,ref:o.value}),window.addEventListener("mousemove",M),window.addEventListener("mouseup",v)},C=k=>{!t.draggable&&!t.resizable||b(k)},S=()=>{l.value=!l.value,i.nextTick(()=>{l.value?(g.top=o.value.offsetTop,g.left=o.value.offsetLeft,g.width=o.value.offsetWidth,g.height=o.value.offsetHeight,x({top:0,left:0,width:document.body.clientWidth,height:document.body.clientHeight})):x({top:g.top,left:g.left,width:g.width,height:g.height}),n("expand",{top:g.top,left:g.left,width:g.width,height:g.height})})},E=()=>{l.value=!1,u.state="",u.pressedSpot="",u.top=0,u.left=0,u.width=0,u.height=0,u.clientX=0,u.clientY=0,f.top=0,f.left=0,p.top=!1,p.left=!1,p.right=!1,p.bottom=!1,g.top=null,g.left=null,g.width=null,g.height=null,Object.keys(h).forEach(k=>{delete h[k]})};return i.watch(()=>t.visible,k=>{k||E()}),{dragStyle:h,startDrag:_,moveMouse:C,clickExpandBtn:S}},St=(()=>{let e=[],t=0;return{add(n){if(n!=null)return n.sequence=t++,e.push(n),n.sequence},remove(n){n!=null&&(e=e.filter(o=>o.sequence!==n.sequence))},get windows(){return e.slice()},getWindowBySequence(n){return e.find(o=>o.sequence===n)},isEmpty(){return e.length<=0},isFirstWindowOpen(){return t===1}}})(),wt=(()=>{let l=700;return{getNext(){return l>=748?748:(l+=1,l)},getNextOverLimit(){return 749},getPrevFrom(a){const r=l-a*1;return r<=700?700:r},isUpperLimitClose(){return l>=748},resetToLower(){l=700},getAllocableCount(){return Math.floor(48/1)}}})(),ab=e=>{const t=window.getComputedStyle(e).getPropertyValue("z-index").trim();return!t||isNaN(t)?700:parseInt(t)},Bs=()=>{const e=(n,o)=>n.zIndex>o.zIndex?1:n.zIndex<o.zIndex?-1:n.sequence>o.sequence?1:-1;return Array.prototype.map.call(St.windows,n=>({...n,zIndex:ab(n.elem)})).sort(e)},rb=({closeWin:e,windowRef:t})=>{const{props:n}=i.getCurrentInstance();let o=null,s=null;const l=()=>St.add({sequence:o,closeWin:e,elem:t.value,escClose:n.escClose}),a=x=>{St.remove(x)},r=x=>{if(St.isEmpty())return;const{code:b}=x;if(b!=="Escape")return;const y=Bs(),w=y[y.length-1];w.escClose&&w.closeWin()},c=()=>{o=l(),t.value.dataset.sequence=o,St.isFirstWindowOpen()&&document.addEventListener("keydown",r)},d=()=>{const x=St.getWindowBySequence(o);a(x)},h=({elem:x,zIndex:b})=>{if(n.isModal){const y=x.parentElement.getElementsByClassName("ev-window-dim-layer")[0];y.style.zIndex=b}x.style.zIndex=b},u=()=>{St.windows.length===1&&wt.resetToLower();const x=wt.getNext();h({elem:t.value,zIndex:x})},f=x=>String(x.sequence)===t.value.dataset.sequence,p=()=>{const x=Bs();if(St.windows.length>wt.getAllocableCount()){const y=x.reverse();let w=0;y.forEach(M=>{if(f(M))return;const v=wt.getPrevFrom(w++);h({elem:M.elem,zIndex:v})});const I=wt.getNextOverLimit();h({elem:t.value,zIndex:I})}else{wt.resetToLower(),x.forEach(w=>{if(f(w))return;const I=wt.getNext();h({elem:w.elem,zIndex:I})});const y=wt.getNext();h({elem:t.value,zIndex:y})}},g=()=>{wt.isUpperLimitClose()?p():u()},m=()=>{if(!t.value||!n.focusable)return;const x=Bs(),b=x[x.length-1];f(b)||g()};return i.onMounted(()=>{n.visible&&(c(),s=setTimeout(g,0))}),i.onBeforeUnmount(()=>{n.visible&&(d(),clearTimeout(s))}),i.watch(()=>n.visible,x=>{i.nextTick(()=>{x?(c(),s=setTimeout(g,0)):(d(),clearTimeout(s))})}),i.watch(()=>n.escClose,x=>{if(!n.visible)return;const b=St.getWindowBySequence(o);b&&(b.escClose=x)}),{setFocus:m}},cb={name:"EvWindow",props:{style:{type:Object,default(){return{}}},visible:{type:Boolean,default:!1},title:{type:[String,Number],default:null},windowClass:{type:String,default:""},iconClass:{type:String,default:""},width:{type:[String,Number],default:"50vw"},height:{type:[String,Number],default:"50vh"},minWidth:{type:[String,Number],default:150},minHeight:{type:[String,Number],default:150},fullscreen:{type:Boolean,default:!1},isModal:{type:Boolean,default:!0},closeOnClickModal:{type:Boolean,default:!1},hideScroll:{type:Boolean,default:!0},draggable:{type:Boolean,default:!1},resizable:{type:Boolean,default:!1},maximizable:{type:Boolean,default:!1},escClose:{type:Boolean,default:!1},focusable:{type:Boolean,default:!1}},emits:["update:visible","mousedown","mousedown-mouseup","mousedown-mousemove","resize","expand"],setup(){const{windowRef:e,headerRef:t,isFullExpandWindow:n,maximizableIcon:o,baseStyle:s,closeWin:l,numberToUnit:a,removeUnit:r}=sb(),{dragStyle:c,startDrag:d,moveMouse:h,clickExpandBtn:u}=lb({windowRef:e,headerRef:t,isFullExpandWindow:n,numberToUnit:a,removeUnit:r}),{setFocus:f}=rb({closeWin:l,windowRef:e});return{windowRef:e,headerRef:t,baseStyle:s,dragStyle:c,maximizableIcon:o,closeWin:l,startDrag:d,moveMouse:h,clickExpandBtn:u,setFocus:f}}},db={key:0,ref:"headerRef",class:"ev-window-header"},hb={key:0,class:"ev-window-icon"},ub={key:1,class:"ev-window-title"},fb={class:"ev-window-content"},mb={key:1,class:"ev-window-footer"},gb={class:"ev-window-top-right-icon"};function pb(e,t,n,o,s,l){return i.openBlock(),i.createBlock(i.Teleport,{to:"#ev-window-modal"},[i.createVNode(i.Transition,{name:"ev-window-fade",appear:""},{default:i.withCtx(()=>[n.visible?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["ev-window-wrapper",{"scroll-lock":n.hideScroll},{"scroll-allow":!n.hideScroll&&!n.isModal}])},[n.isModal?(i.openBlock(),i.createElementBlock("div",{key:0,class:"ev-window-dim-layer",onClick:t[0]||(t[0]=a=>o.closeWin("layer")),onWheel:i.withModifiers(()=>{},["stop","prevent"])},null,32)):i.createCommentVNode("",!0),i.createElementVNode("div",{ref:"windowRef",class:i.normalizeClass(["ev-window",n.windowClass,{fullscreen:!!n.fullscreen}]),style:i.normalizeStyle({...o.baseStyle,...o.dragStyle}),onMousedown:t[3]||(t[3]=(...a)=>o.startDrag&&o.startDrag(...a)),onMousemove:t[4]||(t[4]=(...a)=>o.moveMouse&&o.moveMouse(...a)),onClick:t[5]||(t[5]=(...a)=>o.setFocus&&o.setFocus(...a))},[e.$slots.header||n.iconClass||n.title?(i.openBlock(),i.createElementBlock("div",db,[e.$slots.header?i.renderSlot(e.$slots,"header",{key:0}):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[n.iconClass?(i.openBlock(),i.createElementBlock("span",hb,[i.createElementVNode("i",{class:i.normalizeClass(n.iconClass)},null,2)])):i.createCommentVNode("",!0),n.title?(i.openBlock(),i.createElementBlock("p",ub,i.toDisplayString(n.title),1)):i.createCommentVNode("",!0)],64))],512)):i.createCommentVNode("",!0),i.createElementVNode("div",fb,[i.renderSlot(e.$slots,"default")]),e.$slots.footer?(i.openBlock(),i.createElementBlock("div",mb,[i.renderSlot(e.$slots,"footer")])):i.createCommentVNode("",!0),i.createElementVNode("div",gb,[n.maximizable&&!n.fullscreen?(i.openBlock(),i.createElementBlock("span",{key:0,class:"ev-window-maximizable",onClick:t[1]||(t[1]=(...a)=>o.clickExpandBtn&&o.clickExpandBtn(...a))},[i.createElementVNode("i",{class:i.normalizeClass(o.maximizableIcon)},null,2)])):i.createCommentVNode("",!0),i.createElementVNode("span",{class:"ev-window-close",onClick:t[2]||(t[2]=(...a)=>o.closeWin&&o.closeWin(...a))},[...t[6]||(t[6]=[i.createElementVNode("i",{class:"ev-icon-close"},null,-1)])])])],38)],2)):i.createCommentVNode("",!0)]),_:3})])}const Zn=le(cb,[["render",pb]]);Zn.install=e=>{e.component(Zn.name,Zn)};const yb={name:"EvLoading",props:{modelValue:{type:Boolean,default:!1},fullscreen:{type:Boolean,default:!1},clickOutside:{type:Boolean,default:!1},iconClass:{type:String,default:null},iconStyle:{type:Object,default:()=>{}}},emits:{"update:modelValue":[Boolean]},setup(e,{emit:t}){return{clickEventName:i.computed(()=>e.clickOutside?"click":null),closeLoading:()=>t("update:modelValue",!1)}}},xb={class:"ev-loading-spinner"},bb={class:"ev-loading-spinner"};function Cb(e,t,n,o,s,l){return n.fullscreen?(i.openBlock(),i.createBlock(i.Teleport,{key:0,to:"body"},[n.modelValue?(i.openBlock(),i.createElementBlock("div",i.mergeProps({key:0,class:"ev-loading full-screen"},{[i.toHandlerKey(`${o.clickEventName}`)]:t[0]||(t[0]=(...a)=>o.closeLoading&&o.closeLoading(...a))}),[i.createElementVNode("div",xb,[e.$slots.default?i.renderSlot(e.$slots,"default",{key:0}):(i.openBlock(),i.createElementBlock("i",{key:1,class:i.normalizeClass([n.iconClass||"ev-icon-refresh2","ev-loading-icon"]),style:i.normalizeStyle(n.iconStyle)},null,6))])],16)):i.createCommentVNode("",!0)])):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[n.modelValue?(i.openBlock(),i.createElementBlock("div",i.mergeProps({key:0,class:"ev-loading"},{[i.toHandlerKey(`${o.clickEventName}`)]:t[1]||(t[1]=(...a)=>o.closeLoading&&o.closeLoading(...a))}),[i.createElementVNode("div",bb,[e.$slots.default?i.renderSlot(e.$slots,"default",{key:0}):(i.openBlock(),i.createElementBlock("i",{key:1,class:i.normalizeClass([n.iconClass||"ev-icon-refresh2","ev-loading-icon"]),style:i.normalizeStyle(n.iconStyle)},null,6))])],16)):i.createCommentVNode("",!0)],64))}const qn=le(yb,[["render",Cb]]);qn.install=e=>{e.component(qn.name,qn)};const Sb={name:"EvProgress",props:{modelValue:{type:Number,default:0,validator:e=>e>=0&&e<=100},color:{type:[String,Array],default:"#409EFF"},strokeWidth:{type:Number,default:6},innerText:{type:String,default:""}},emits:{},setup(e){const t=i.computed(()=>({height:`${e.strokeWidth}px`})),n=i.computed(()=>{if(Array.isArray(e.color)){const o=[...e.color].sort((l,a)=>l.value-a.value);let s=o[0].color;if(!e.modelValue)return{width:`${e.modelValue}%`,"background-color":s};for(let l=0;l<o.length;l++){const a=l===0?0:o[l-1].value,r=o[l].value;if(e.modelValue>a&&e.modelValue<=r){s=o[l].color;break}}return{width:`${e.modelValue}%`,"background-color":s}}return{width:`${e.modelValue}%`,"background-color":e.color}});return{wrapperStyle:t,innerStyle:n}}},wb={class:"ev-progress"},kb={key:0,class:"ev-progress-inner-text"},Mb={key:0,class:"ev-progress-label"};function Eb(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",wb,[i.createElementVNode("div",{class:"ev-progress-wrapper",style:i.normalizeStyle(o.wrapperStyle)},[i.createElementVNode("div",{class:"ev-progress-inner",style:i.normalizeStyle(o.innerStyle)},[n.innerText?(i.openBlock(),i.createElementBlock("div",kb,i.toDisplayString(n.innerText),1)):i.createCommentVNode("",!0)],4)],4),e.$slots.default?(i.openBlock(),i.createElementBlock("div",Mb,[i.renderSlot(e.$slots,"default")])):i.createCommentVNode("",!0)])}const Kn=le(Sb,[["render",Eb]]);Kn.install=e=>{e.component(Kn.name,Kn)};const Ib={name:"MenuItem",props:{selectedItem:{type:[String,Number],default:""},item:{type:Object,default:()=>{},validator:e=>{if(e.value){if(e.children!==void 0&&!Array.isArray(e.children))return console.warn("[EVUI][Menu] children attribute must be 'Array' type."),!1;if(e.expand!==void 0&&typeof e.expand!="boolean")return console.warn("[EVUI][Menu] expand attribute must be 'Boolean' type."),!1;if(e.hidden!==void 0&&typeof e.hidden!="boolean")return console.warn("[EVUI][Menu] hidden attribute must be 'Boolean' type."),!1;if(e.disabled!==void 0&&typeof e.disabled!="boolean")return console.warn("[EVUI][Menu] disabled attribute must be 'Boolean' type."),!1;if(e.slotKey!==void 0&&typeof e.slotKey!="string")return console.warn("[EVUI][Menu] slotKey attribute must be 'String' type."),!1}else return console.warn("[EVUI][Menu] value attribute is required."),!1;return!0}},depth:{type:Number,default:1},expandable:{type:Boolean,default:!0},comp:{type:Object,default:()=>{}},disabled:{type:Boolean,default:!1}},emits:["click"],setup(e,{emit:t}){const n=e.expandable&&e.item.expand!==void 0&&typeof e.item.expand=="boolean"?e.item.expand:!0,o=i.ref(n),s=i.computed(()=>!!e.item.children&&!!e.item.children.length);return{isExpand:o,hasChild:s,clickMenu:a=>{s.value&&a.depth===e.depth?e.expandable&&(o.value=!o.value):t("click",a)}}}},vb={class:"text"};function Tb(e,t,n,o,s,l){return n.item.hidden?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("li",{key:0,class:i.normalizeClass(["ev-menu-item",`depth${n.depth}`,{active:!n.item.disabled&&n.item.value===n.selectedItem}])},[i.createElementVNode("div",{class:i.normalizeClass(["ev-menu-title",{expandable:o.hasChild&&n.expandable,disabled:n.item.disabled}]),onClick:t[0]||(t[0]=a=>o.clickMenu({item:n.item,depth:n.depth,disabled:n.item.disabled}))},[n.item.iconClass?(i.openBlock(),i.createElementBlock("i",{key:0,class:i.normalizeClass(["front-icon",n.item.iconClass])},null,2)):i.createCommentVNode("",!0),i.createElementVNode("span",vb,[n.item.slotKey?i.renderSlot(e.$slots,n.item.slotKey,{key:0,item:n.item,depth:n.depth,selectedItem:n.selectedItem},()=>[i.createTextVNode(i.toDisplayString(n.item.text||n.item.value),1)]):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createTextVNode(i.toDisplayString(n.item.text||n.item.value),1)],64))]),n.expandable&&o.hasChild?(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass(["list-expend-icon",{expend:n.expandable&&o.isExpand}])},[...t[1]||(t[1]=[i.createElementVNode("i",{class:"ev-icon-s-arrow-up"},null,-1)])],2)):i.createCommentVNode("",!0)],2),o.hasChild?i.withDirectives((i.openBlock(),i.createElementBlock("ol",{key:0,class:i.normalizeClass(["ev-menu-sub",`depth${n.depth}`])},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.item.children,(a,r)=>(i.openBlock(),i.createBlock(i.resolveDynamicComponent(n.comp),{key:`${a.value}_${r}_${n.depth+1}`,depth:n.depth+1,item:a,"selected-item":n.selectedItem,expandable:n.expandable,disabled:n.disabled,comp:n.comp,onClick:o.clickMenu},null,8,["depth","item","selected-item","expandable","disabled","comp","onClick"]))),128))],2)),[[i.vShow,o.isExpand]]):i.createCommentVNode("",!0)],2))}const gr=le(Ib,[["render",Tb]]),Bb={name:"EvMenu",components:{MenuItem:gr},props:{modelValue:{type:[String,Number],default:""},items:{type:Array,default:()=>[]},expandable:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(e,{emit:t}){const n=i.ref(e.items.filter(l=>e.modelValue===l.value));return{clickMenu:l=>{if(!l.disabled){const a=l.item;t("update:modelValue",a.value),t("change",a,n.value),n.value=a}},component:gr}}},Db={class:"ev-menu"};function Ob(e,t,n,o,s,l){const a=i.resolveComponent("menu-item");return i.openBlock(),i.createElementBlock("ul",Db,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.items,(r,c)=>(i.openBlock(),i.createBlock(a,{key:`${r.text}_${c}_0`,item:r,"selected-item":n.modelValue,expandable:n.expandable,disabled:n.disabled,comp:o.component,onClick:o.clickMenu},i.createSlots({_:2},[i.renderList(e.$slots,(d,h)=>({name:h,fn:i.withCtx(u=>[i.renderSlot(e.$slots,h,i.mergeProps({ref_for:!0},u))])}))]),1032,["item","selected-item","expandable","disabled","comp","onClick"]))),128))])}const Jn=le(Bb,[["render",Ob]]);Jn.install=e=>{e.component(Jn.name,Jn)};const Rb={name:"TreeNode",props:{data:{type:Object,require:!0,default:()=>({})},useCheckbox:{type:Boolean,default:!1},expandIcon:{type:String,default:""},collapseIcon:{type:String,default:""},comp:{type:Object,default:()=>{}}},emits:{"update-checked-info":null,"click-node":null,"dblclick-node":null,"show-context-menu":null},setup(e,{emit:t}){const n=i.reactive(e.data),o=i.computed(()=>e.data.children&&e.data.children.length),s=i.computed(()=>{const m=e.expandIcon?e.expandIcon:"ev-icon-s-play",x=e.expandIcon?e.collapseIcon:"ev-icon-s-play";return e.data.expand?x:m}),l=i.computed(()=>e.data.children);function a(m,x){t("update-checked-info",{nodeKey:x,isChecked:m})}function r({nodeKey:m,isChecked:x}){t("update-checked-info",{nodeKey:m,isChecked:x})}function c(){n.expand=!n.expand}function d(){n.disabled||(n.selected=!n.selected,t("click-node",n.nodeKey))}function h(m){t("click-node",m)}function u(){n.disabled||t("dblclick-node",n.nodeKey)}function f(m){t("dblclick-node",m)}function p(m){t("show-context-menu",!0,m)}return{expandIconClasses:s,showExpandIcon:o,treeData:n,childrenInfo:l,handleCheck:a,emitCheckedInfo:r,handleExpand:c,clickTreeContent:d,emitClickedContent:h,dblClickTreeContent:u,emitDblClickedContent:f,handleContextmenu:p,emitContextMenuFlag:(m,x)=>{t("show-context-menu",m,x)}}}},Lb={class:"ev-tree-children"},Nb={class:"ev-tree-node"};function _b(e,t,n,o,s,l){const a=i.resolveComponent("ev-icon"),r=i.resolveComponent("ev-checkbox");return i.withDirectives((i.openBlock(),i.createElementBlock("ul",Lb,[i.createElementVNode("li",null,[i.createElementVNode("span",{class:i.normalizeClass([{expand:o.treeData.expand},"ev-tree-toggle"])},[o.showExpandIcon?(i.openBlock(),i.createBlock(a,{key:0,icon:o.expandIconClasses,onClick:o.handleExpand},null,8,["icon","onClick"])):i.createCommentVNode("",!0)],2),i.createElementVNode("div",Nb,[n.useCheckbox?(i.openBlock(),i.createBlock(r,{key:0,modelValue:o.treeData.checked,"onUpdate:modelValue":t[0]||(t[0]=c=>o.treeData.checked=c),indeterminate:o.treeData.indeterminate,disabled:o.treeData.disabled,onChange:t[1]||(t[1]=c=>o.handleCheck(o.treeData.checked,o.treeData.nodeKey))},null,8,["modelValue","indeterminate","disabled"])):i.createCommentVNode("",!0),o.treeData.iconClass?(i.openBlock(),i.createBlock(a,{key:1,icon:o.treeData.iconClass,class:"ev-tree-icon"},null,8,["icon"])):i.createCommentVNode("",!0),i.createElementVNode("span",{class:i.normalizeClass([{"ev-tree-title-selected":o.treeData.selected,"ev-tree-title-disabled":o.treeData.disabled},"ev-tree-title"]),onContextmenu:t[2]||(t[2]=(...c)=>o.handleContextmenu&&o.handleContextmenu(...c)),onClick:t[3]||(t[3]=(...c)=>o.clickTreeContent&&o.clickTreeContent(...c)),onDblclick:t[4]||(t[4]=(...c)=>o.dblClickTreeContent&&o.dblClickTreeContent(...c))},i.toDisplayString(o.treeData.title),35)]),i.createVNode(i.TransitionGroup,{name:"fade"},{default:i.withCtx(()=>[o.treeData.expand?(i.openBlock(!0),i.createElementBlock(i.Fragment,{key:0},i.renderList(o.childrenInfo,(c,d)=>(i.openBlock(),i.createBlock(i.resolveDynamicComponent(n.comp),{key:`${c.value}-${d}`,data:c,"use-checkbox":n.useCheckbox,"expand-icon":n.expandIcon,"collapse-icon":n.collapseIcon,comp:n.comp,onUpdateCheckedInfo:o.emitCheckedInfo,onClickNode:o.emitClickedContent,onDblclickNode:o.emitDblClickedContent,onShowContextMenu:o.emitContextMenuFlag},null,40,["data","use-checkbox","expand-icon","collapse-icon","comp","onUpdateCheckedInfo","onClickNode","onDblclickNode","onShowContextMenu"]))),128)):i.createCommentVNode("",!0)]),_:1})])],512)),[[i.vShow,o.treeData.visible]])}const pr=le(Rb,[["render",_b]]),Vb={name:"EvTree",components:{TreeNode:pr},props:{data:{type:Array,default:()=>[]},useCheckbox:{type:Boolean,default:!1},emptyText:{type:String,default:"No Data"},expandIcon:{type:String,default:""},collapseIcon:{type:String,default:""},contextMenuItems:{type:Array,default:()=>[]},searchWord:{type:String,default:""},searchIncludeChildren:{type:Boolean,default:!1}},emits:{"click-node":null,"dblclick-node":null,check:Array},setup(e,{emit:t}){const n=i.ref(e.data);let o=[];const s=i.ref(null);let l=!1;const a=pr;function r(C){const S=o[C].parent;if(typeof S>"u")return;const E=o[C].node,k=o[S].node;if(!(E.checked===k.checked&&E.indeterminate===k.indeterminate)){if(E.checked)k.checked=k.children.every(B=>B.checked),k.indeterminate=!k.checked;else{const B=D=>D.checked||E.indeterminate;k.checked=!1,k.indeterminate=k.children.some(B)}r(S)}}function c(C,S={}){const E=Object.keys(S);for(let k=0;k<E.length;k++)C[E[k]]=S[E[k]];C.children&&C.children.forEach(k=>{c(k,S)})}function d(){let C=0;const S=[],E=[];function k(B,D){const O=B;O.nodeKey=C++,Object.hasOwnProperty.call(O,"selected")||(O.selected=!1),Object.hasOwnProperty.call(O,"visible")||(O.visible=!0),"value"in O&&E.includes(O.value)?(console.warn("[EVUI][Tree] The 'value' of data should be unique."),O.value+=O.nodeKey):"value"in O||(O.value=O.title+O.nodeKey),E.push(O.value),S[O.nodeKey]={node:O,nodeKey:O.nodeKey},typeof D<"u"&&(S[O.nodeKey].parent=D.nodeKey,S[D.nodeKey].children.push(O.nodeKey)),O.children&&(S[O.nodeKey].children=[],O.children.forEach(R=>k(R,O)))}return n.value.length&&k(n.value[0]),S}o=d();function h(){return o.filter(C=>C.node.checked).map(C=>C.node)}function u(){h().forEach(S=>{c(S,{checked:!0});const E=o[S.nodeKey].parent;if(!E&&E!==0)return;const k=o[E].node;typeof S.checked<"u"&&S.checked&&k.checked!==S.checked&&r(S.nodeKey)})}function f({nodeKey:C,isChecked:S}){const E=o[C].node;E.checked=S,E.indeterminate=!1,r(C),c(E,{checked:S,indeterminate:!1});const k=h();t("check",k),u()}function p(C){const S=o[C].node;for(let E=0;E<o.length;E++)o[E].node.nodeKey!==C&&(o[E].node.selected=!1);t("click-node",{title:S.title,value:S.value})}function g(C){const S=o[C].node;t("dblclick-node",{title:S.title,value:S.value})}const m=C=>{e.contextMenuItems.length&&l&&(s.value.show(C),l=!1)},x=(C,S)=>{l=C,m(S)},b=(C,S)=>C.toLowerCase().includes(S.toLowerCase()),y=C=>{var S;if(C.children){const E=!!((S=C.children.filter(k=>b(k.title,e.searchWord)))!=null&&S.length);C.children.forEach(k=>{y(k),k.visible=E&&b(k.title,e.searchWord)||!E})}};function w(C){C.children&&C.children.forEach(S=>{S.visible=!1,w(S)})}function I(C){if(!C&&C!==0)return;const S=o[C];S.node.visible=!0,S.parent!==void 0&&I(S.parent)}function M(C){o.forEach(E=>{const k=E.node;k.visible=!1}),o.filter(E=>b(E.node.title,C)).forEach(E=>{const k=E.node;k.visible=!0,e.searchIncludeChildren?y(k):w(k);const B=o[k.nodeKey].parent;I(B)})}const v=i.computed(()=>!n.value.length||n.value.every(C=>!C.visible));i.watch(()=>e.data,C=>{n.value=C,o=d()},{deep:!0});let _;return i.watch(()=>e.searchWord,C=>{_&&clearTimeout(_),_=setTimeout(()=>{C?M(C):o.forEach(S=>{const E=S.node;E.visible=!0})},200)}),i.onMounted(()=>{u();const C=h();C.length&&t("check",C)}),i.onBeforeUnmount(()=>{_&&clearTimeout(_)}),{treeNodeData:n,contextMenu:s,component:a,isShowEmptyText:v,updateCheckedInfo:f,clickContent:p,dblClickContent:g,showContextMenu:m,getContextMenuFlag:x}}},Pb={class:"ev-tree-view"},Ab={key:0};function zb(e,t,n,o,s,l){const a=i.resolveComponent("tree-node"),r=i.resolveComponent("ev-context-menu");return i.openBlock(),i.createElementBlock("div",Pb,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.treeNodeData,(c,d)=>(i.openBlock(),i.createBlock(a,{key:d,data:c,"use-checkbox":n.useCheckbox,"expand-icon":n.expandIcon,"collapse-icon":n.collapseIcon,comp:o.component,onUpdateCheckedInfo:o.updateCheckedInfo,onClickNode:o.clickContent,onDblclickNode:o.dblClickContent,onShowContextMenu:o.getContextMenuFlag,onContextmenu:i.withModifiers(o.showContextMenu,["prevent"])},null,8,["data","use-checkbox","expand-icon","collapse-icon","comp","onUpdateCheckedInfo","onClickNode","onDblclickNode","onShowContextMenu","onContextmenu"]))),128)),o.isShowEmptyText?(i.openBlock(),i.createElementBlock("div",Ab,i.toDisplayString(n.emptyText),1)):i.createCommentVNode("",!0),n.contextMenuItems.length?(i.openBlock(),i.createBlock(r,{key:1,ref:"contextMenu",items:n.contextMenuItems},null,8,["items"])):i.createCommentVNode("",!0)])}const Qn=le(Vb,[["render",zb]]);Qn.install=e=>{e.component(Qn.name,Qn)};const Fb={name:"EvTimePicker",props:{modelValue:{type:[Array,String],default:"",validator:e=>{const t=/^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/;return Array.isArray(e)&&(!t.test(e[0])||!t.test(e[1]))||!Array.isArray(e)&&!t.test(e)?(console.warn("[EVUI][TimePicker] Please check the time format in the Timepicker."),!1):!0}},type:{type:String,default:"range"},clearable:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},placeholder:{type:[String,Array],required:!1,default:void 0}},emits:{"update:modelValue":null,focus:null,blur:null,change:null},setup(e,{emit:t}){const n=i.computed({get:()=>e.modelValue,set:M=>{if(e.type==="range"){if(Array.isArray(M)){const v=M[0]>M[1]?"00:00":M[0],_=v.value>M[1]?"23:59":M[1];t("update:modelValue",[v,_])}}else t("update:modelValue",M)}}),o=i.computed(()=>{const M=["start time","end time"];return Array.isArray(e.placeholder)?[typeof e.placeholder[0]=="string"?e.placeholder[0]:M[0],typeof e.placeholder[1]=="string"?e.placeholder[1]:M[1]]:typeof e.placeholder=="string"?[e.placeholder,e.placeholder]:M}),s=i.ref(Array.isArray(n.value)?[`${n.value[0]}`,`${n.value[1]}`]:`${n.value}`),l=i.reactive({single:!1,rangeStart:!1,rangeEnd:!1}),a=M=>/^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/.test(M),r=()=>{Array.isArray(n.value)&&(a(n.value[0])||(n.value[0]=s.value[0]),n.value[1]&&n.value[0]>n.value[1]&&(n.value[0]=n.value[1]),s.value[0]=n.value[0])},c=()=>{Array.isArray(n.value)&&(a(n.value[1])||(n.value[1]=s.value[1]),n.value[0]&&n.value[0]>n.value[1]&&(n.value[1]=s.value[1],n.value[0]>s.value[1]&&(n.value[1]=n.value[0])),s.value[1]=n.value[1])};return{time:n,isWrongType:l,previousValue:s,clearContents:()=>{n.value="",l.single=!0},clearStartTime:()=>{n.value[0]="",l.rangeStart=!0},clearEndTime:()=>{n.value[1]="",l.rangeEnd=!0},focusInputTime:M=>{t("focus",M)},blurInputTime:M=>{t("blur",M)},changeTime:M=>{a(n.value)?s.value=n.value:n.value=s.value,l.single=!a(n.value),t("change",M,n.value)},focusInputStartTime:M=>{t("focus",M)},blurInputStartTime:M=>{t("blur",M)},changeStartTime:M=>{r(),l.rangeStart=!1,t("change",M,n.value)},focusInputEndTime:M=>{t("focus",M)},blurInputEndTime:M=>{t("blur",M)},changeEndTime:M=>{c(),l.rangeEnd=!1,t("change",M,n.value)},placeholders:o}}},Hb={class:"ev-time-picker"},Wb={key:0,class:"ev-time-picker-range"},$b=["disabled","readonly","placeholder"],Xb=["disabled","readonly","placeholder"],Ub={key:1,class:"ev-time-picker-single"},jb=["disabled","readonly","placeholder"];function Yb(e,t,n,o,s,l){const a=i.resolveComponent("ev-icon");return i.openBlock(),i.createElementBlock("div",Hb,[n.type==="range"?(i.openBlock(),i.createElementBlock("div",Wb,[i.createElementVNode("div",{class:i.normalizeClass([{error:o.isWrongType.rangeStart,clearable:n.clearable,disabled:n.disabled,readonly:n.readonly},"ev-time-picker-wrapper"])},[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[0]||(t[0]=r=>o.time[0]=r),class:"ev-input",disabled:n.disabled,readonly:n.readonly,placeholder:o.placeholders[0],onFocus:t[1]||(t[1]=(...r)=>o.focusInputStartTime&&o.focusInputStartTime(...r)),onBlur:t[2]||(t[2]=(...r)=>o.blurInputStartTime&&o.blurInputStartTime(...r)),onChange:t[3]||(t[3]=(...r)=>o.changeStartTime&&o.changeStartTime(...r))},null,40,$b),[[i.vModelText,o.time[0]]]),i.createVNode(a,{icon:"ev-icon-time",class:"ev-input-prefix"}),n.clearable?(i.openBlock(),i.createBlock(a,{key:0,icon:"ev-icon-error",class:"ev-input-suffix",onClick:o.clearStartTime},null,8,["onClick"])):i.createCommentVNode("",!0)],2),t[12]||(t[12]=i.createElementVNode("p",{class:"tilde"},"~",-1)),i.createElementVNode("div",{class:i.normalizeClass([{error:o.isWrongType.rangeEnd,clearable:n.clearable,disabled:n.disabled,readonly:n.readonly},"ev-time-picker-wrapper"])},[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[4]||(t[4]=r=>o.time[1]=r),class:"ev-input",disabled:n.disabled,readonly:n.readonly,placeholder:o.placeholders[1],onFocus:t[5]||(t[5]=(...r)=>o.focusInputEndTime&&o.focusInputEndTime(...r)),onBlur:t[6]||(t[6]=(...r)=>o.blurInputEndTime&&o.blurInputEndTime(...r)),onChange:t[7]||(t[7]=(...r)=>o.changeEndTime&&o.changeEndTime(...r))},null,40,Xb),[[i.vModelText,o.time[1]]]),i.createVNode(a,{icon:"ev-icon-time",class:"ev-input-prefix"}),n.clearable?(i.openBlock(),i.createBlock(a,{key:0,icon:"ev-icon-error",class:"ev-input-suffix",onClick:o.clearEndTime},null,8,["onClick"])):i.createCommentVNode("",!0)],2)])):(i.openBlock(),i.createElementBlock("div",Ub,[i.createElementVNode("div",{class:i.normalizeClass([{error:o.isWrongType.single,clearable:n.clearable,disabled:n.disabled,readonly:n.readonly},"ev-time-picker-wrapper"])},[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":t[8]||(t[8]=r=>o.time=r),class:"ev-input",disabled:n.disabled,readonly:n.readonly,placeholder:typeof n.placeholder=="string"?n.placeholder:"Enter time",onFocus:t[9]||(t[9]=(...r)=>o.focusInputTime&&o.focusInputTime(...r)),onBlur:t[10]||(t[10]=(...r)=>o.blurInputTime&&o.blurInputTime(...r)),onChange:t[11]||(t[11]=(...r)=>o.changeTime&&o.changeTime(...r))},null,40,jb),[[i.vModelText,o.time]]),i.createVNode(a,{icon:"ev-icon-time",class:"ev-input-prefix"}),n.clearable?(i.openBlock(),i.createBlock(a,{key:0,icon:"ev-icon-error",class:"ev-input-suffix",onClick:o.clearContents},null,8,["onClick"])):i.createCommentVNode("",!0)],2)]))])}const eo=le(Fb,[["render",Yb]]);eo.install=e=>{e.component(eo.name,eo)};const Gb={name:"EvGridToolbar"},Zb={class:"gridToolbar"};function qb(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",Zb,[i.renderSlot(e.$slots,"toolbarWrapper")])}const Kb=le(Gb,[["render",qb]]),Jb={name:"EvGridPagination",props:{total:{type:[Number,String],default:0},visiblePage:{type:[Number,String],default:8},perPage:{type:[Number,String],default:20},modelValue:{type:[Number,String],default:1},showPageInfo:{type:Boolean,default:!1},order:{type:String,default:"left",validator:e=>["left","right","center"].includes(e)}},emits:{"update:modelValue":null},setup(e,{emit:t}){const n=i.ref(e.modelValue),o=s=>{n.value=s>0?s:1,t("update:modelValue",n.value)};return i.watch(()=>e.modelValue,s=>{n.value=s}),{currentValue:n,changePage:o}}},Qb={class:"grid-pagination"};function e0(e,t,n,o,s,l){const a=i.resolveComponent("ev-pagination");return i.openBlock(),i.createElementBlock("div",Qb,[i.createVNode(a,{modelValue:o.currentValue,"onUpdate:modelValue":t[0]||(t[0]=r=>o.currentValue=r),total:n.total,"per-page":n.perPage,"visible-page":n.visiblePage,"show-page-info":n.showPageInfo,order:n.order,onChange:o.changePage},null,8,["modelValue","total","per-page","visible-page","show-page-info","order","onChange"])])}const yr=le(Jb,[["render",e0],["__scopeId","data-v-2e265290"]]);var t0=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,Ds=Math.ceil,Ze=Math.floor,He="[BigNumber Error] ",xr=He+"Number primitive has more than 15 significant digits: ",lt=1e14,ce=14,Os=9007199254740991,Rs=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],Nt=1e7,De=1e9;function br(e){var t,n,o,s=y.prototype={constructor:y,toString:null,valueOf:null},l=new y(1),a=20,r=4,c=-7,d=21,h=-1e7,u=1e7,f=!1,p=1,g=0,m={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},x="0123456789abcdefghijklmnopqrstuvwxyz",b=!0;function y(C,S){var E,k,B,D,O,R,T,N,L=this;if(!(L instanceof y))return new y(C,S);if(S==null){if(C&&C._isBigNumber===!0){L.s=C.s,!C.c||C.e>u?L.c=L.e=null:C.e<h?L.c=[L.e=0]:(L.e=C.e,L.c=C.c.slice());return}if((R=typeof C=="number")&&C*0==0){if(L.s=1/C<0?(C=-C,-1):1,C===~~C){for(D=0,O=C;O>=10;O/=10,D++);D>u?L.c=L.e=null:(L.e=D,L.c=[C]);return}N=String(C)}else{if(!t0.test(N=String(C)))return o(L,N,R);L.s=N.charCodeAt(0)==45?(N=N.slice(1),-1):1}(D=N.indexOf("."))>-1&&(N=N.replace(".","")),(O=N.search(/e/i))>0?(D<0&&(D=O),D+=+N.slice(O+1),N=N.substring(0,O)):D<0&&(D=N.length)}else{if(be(S,2,x.length,"Base"),S==10&&b)return L=new y(C),v(L,a+L.e+1,r);if(N=String(C),R=typeof C=="number"){if(C*0!=0)return o(L,N,R,S);if(L.s=1/C<0?(N=N.slice(1),-1):1,y.DEBUG&&N.replace(/^0\.0*|\./,"").length>15)throw Error(xr+C)}else L.s=N.charCodeAt(0)===45?(N=N.slice(1),-1):1;for(E=x.slice(0,S),D=O=0,T=N.length;O<T;O++)if(E.indexOf(k=N.charAt(O))<0){if(k=="."){if(O>D){D=T;continue}}else if(!B&&(N==N.toUpperCase()&&(N=N.toLowerCase())||N==N.toLowerCase()&&(N=N.toUpperCase()))){B=!0,O=-1,D=0;continue}return o(L,String(C),R,S)}R=!1,N=n(N,S,10,L.s),(D=N.indexOf("."))>-1?N=N.replace(".",""):D=N.length}for(O=0;N.charCodeAt(O)===48;O++);for(T=N.length;N.charCodeAt(--T)===48;);if(N=N.slice(O,++T)){if(T-=O,R&&y.DEBUG&&T>15&&(C>Os||C!==Ze(C)))throw Error(xr+L.s*C);if((D=D-O-1)>u)L.c=L.e=null;else if(D<h)L.c=[L.e=0];else{if(L.e=D,L.c=[],O=(D+1)%ce,D<0&&(O+=ce),O<T){for(O&&L.c.push(+N.slice(0,O)),T-=ce;O<T;)L.c.push(+N.slice(O,O+=ce));O=ce-(N=N.slice(O)).length}else O-=T;for(;O--;N+="0");L.c.push(+N)}}else L.c=[L.e=0]}y.clone=br,y.ROUND_UP=0,y.ROUND_DOWN=1,y.ROUND_CEIL=2,y.ROUND_FLOOR=3,y.ROUND_HALF_UP=4,y.ROUND_HALF_DOWN=5,y.ROUND_HALF_EVEN=6,y.ROUND_HALF_CEIL=7,y.ROUND_HALF_FLOOR=8,y.EUCLID=9,y.config=y.set=function(C){var S,E;if(C!=null)if(typeof C=="object"){if(C.hasOwnProperty(S="DECIMAL_PLACES")&&(E=C[S],be(E,0,De,S),a=E),C.hasOwnProperty(S="ROUNDING_MODE")&&(E=C[S],be(E,0,8,S),r=E),C.hasOwnProperty(S="EXPONENTIAL_AT")&&(E=C[S],E&&E.pop?(be(E[0],-De,0,S),be(E[1],0,De,S),c=E[0],d=E[1]):(be(E,-De,De,S),c=-(d=E<0?-E:E))),C.hasOwnProperty(S="RANGE"))if(E=C[S],E&&E.pop)be(E[0],-De,-1,S),be(E[1],1,De,S),h=E[0],u=E[1];else if(be(E,-De,De,S),E)h=-(u=E<0?-E:E);else throw Error(He+S+" cannot be zero: "+E);if(C.hasOwnProperty(S="CRYPTO"))if(E=C[S],E===!!E)if(E)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))f=E;else throw f=!E,Error(He+"crypto unavailable");else f=E;else throw Error(He+S+" not true or false: "+E);if(C.hasOwnProperty(S="MODULO_MODE")&&(E=C[S],be(E,0,9,S),p=E),C.hasOwnProperty(S="POW_PRECISION")&&(E=C[S],be(E,0,De,S),g=E),C.hasOwnProperty(S="FORMAT"))if(E=C[S],typeof E=="object")m=E;else throw Error(He+S+" not an object: "+E);if(C.hasOwnProperty(S="ALPHABET"))if(E=C[S],typeof E=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(E))b=E.slice(0,10)=="0123456789",x=E;else throw Error(He+S+" invalid: "+E)}else throw Error(He+"Object expected: "+C);return{DECIMAL_PLACES:a,ROUNDING_MODE:r,EXPONENTIAL_AT:[c,d],RANGE:[h,u],CRYPTO:f,MODULO_MODE:p,POW_PRECISION:g,FORMAT:m,ALPHABET:x}},y.isBigNumber=function(C){if(!C||C._isBigNumber!==!0)return!1;if(!y.DEBUG)return!0;var S,E,k=C.c,B=C.e,D=C.s;e:if({}.toString.call(k)=="[object Array]"){if((D===1||D===-1)&&B>=-De&&B<=De&&B===Ze(B)){if(k[0]===0){if(B===0&&k.length===1)return!0;break e}if(S=(B+1)%ce,S<1&&(S+=ce),String(k[0]).length==S){for(S=0;S<k.length;S++)if(E=k[S],E<0||E>=lt||E!==Ze(E))break e;if(E!==0)return!0}}}else if(k===null&&B===null&&(D===null||D===1||D===-1))return!0;throw Error(He+"Invalid BigNumber: "+C)},y.maximum=y.max=function(){return I(arguments,-1)},y.minimum=y.min=function(){return I(arguments,1)},y.random=function(){var C=9007199254740992,S=Math.random()*C&2097151?function(){return Ze(Math.random()*C)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(E){var k,B,D,O,R,T=0,N=[],L=new y(l);if(E==null?E=a:be(E,0,De),O=Ds(E/ce),f)if(crypto.getRandomValues){for(k=crypto.getRandomValues(new Uint32Array(O*=2));T<O;)R=k[T]*131072+(k[T+1]>>>11),R>=9e15?(B=crypto.getRandomValues(new Uint32Array(2)),k[T]=B[0],k[T+1]=B[1]):(N.push(R%1e14),T+=2);T=O/2}else if(crypto.randomBytes){for(k=crypto.randomBytes(O*=7);T<O;)R=(k[T]&31)*281474976710656+k[T+1]*1099511627776+k[T+2]*4294967296+k[T+3]*16777216+(k[T+4]<<16)+(k[T+5]<<8)+k[T+6],R>=9e15?crypto.randomBytes(7).copy(k,T):(N.push(R%1e14),T+=7);T=O/7}else throw f=!1,Error(He+"crypto unavailable");if(!f)for(;T<O;)R=S(),R<9e15&&(N[T++]=R%1e14);for(O=N[--T],E%=ce,O&&E&&(R=Rs[ce-E],N[T]=Ze(O/R)*R);N[T]===0;N.pop(),T--);if(T<0)N=[D=0];else{for(D=-1;N[0]===0;N.splice(0,1),D-=ce);for(T=1,R=N[0];R>=10;R/=10,T++);T<ce&&(D-=ce-T)}return L.e=D,L.c=N,L}}(),y.sum=function(){for(var C=1,S=arguments,E=new y(S[0]);C<S.length;)E=E.plus(S[C++]);return E},n=function(){var C="0123456789";function S(E,k,B,D){for(var O,R=[0],T,N=0,L=E.length;N<L;){for(T=R.length;T--;R[T]*=k);for(R[0]+=D.indexOf(E.charAt(N++)),O=0;O<R.length;O++)R[O]>B-1&&(R[O+1]==null&&(R[O+1]=0),R[O+1]+=R[O]/B|0,R[O]%=B)}return R.reverse()}return function(E,k,B,D,O){var R,T,N,L,V,P,A,z,$=E.indexOf("."),U=a,H=r;for($>=0&&(L=g,g=0,E=E.replace(".",""),z=new y(k),P=z.pow(E.length-$),g=L,z.c=S(kt(Ke(P.c),P.e,"0"),10,B,C),z.e=z.c.length),A=S(E,k,B,O?(R=x,C):(R=C,x)),N=L=A.length;A[--L]==0;A.pop());if(!A[0])return R.charAt(0);if($<0?--N:(P.c=A,P.e=N,P.s=D,P=t(P,z,U,H,B),A=P.c,V=P.r,N=P.e),T=N+U+1,$=A[T],L=B/2,V=V||T<0||A[T+1]!=null,V=H<4?($!=null||V)&&(H==0||H==(P.s<0?3:2)):$>L||$==L&&(H==4||V||H==6&&A[T-1]&1||H==(P.s<0?8:7)),T<1||!A[0])E=V?kt(R.charAt(1),-U,R.charAt(0)):R.charAt(0);else{if(A.length=T,V)for(--B;++A[--T]>B;)A[T]=0,T||(++N,A=[1].concat(A));for(L=A.length;!A[--L];);for($=0,E="";$<=L;E+=R.charAt(A[$++]));E=kt(E,N,R.charAt(0))}return E}}(),t=function(){function C(k,B,D){var O,R,T,N,L=0,V=k.length,P=B%Nt,A=B/Nt|0;for(k=k.slice();V--;)T=k[V]%Nt,N=k[V]/Nt|0,O=A*T+N*P,R=P*T+O%Nt*Nt+L,L=(R/D|0)+(O/Nt|0)+A*N,k[V]=R%D;return L&&(k=[L].concat(k)),k}function S(k,B,D,O){var R,T;if(D!=O)T=D>O?1:-1;else for(R=T=0;R<D;R++)if(k[R]!=B[R]){T=k[R]>B[R]?1:-1;break}return T}function E(k,B,D,O){for(var R=0;D--;)k[D]-=R,R=k[D]<B[D]?1:0,k[D]=R*O+k[D]-B[D];for(;!k[0]&&k.length>1;k.splice(0,1));}return function(k,B,D,O,R){var T,N,L,V,P,A,z,$,U,H,X,Y,K,q,Q,J,te,G=k.s==B.s?1:-1,oe=k.c,Z=B.c;if(!oe||!oe[0]||!Z||!Z[0])return new y(!k.s||!B.s||(oe?Z&&oe[0]==Z[0]:!Z)?NaN:oe&&oe[0]==0||!Z?G*0:G/0);for($=new y(G),U=$.c=[],N=k.e-B.e,G=D+N+1,R||(R=lt,N=qe(k.e/ce)-qe(B.e/ce),G=G/ce|0),L=0;Z[L]==(oe[L]||0);L++);if(Z[L]>(oe[L]||0)&&N--,G<0)U.push(1),V=!0;else{for(q=oe.length,J=Z.length,L=0,G+=2,P=Ze(R/(Z[0]+1)),P>1&&(Z=C(Z,P,R),oe=C(oe,P,R),J=Z.length,q=oe.length),K=J,H=oe.slice(0,J),X=H.length;X<J;H[X++]=0);te=Z.slice(),te=[0].concat(te),Q=Z[0],Z[1]>=R/2&&Q++;do{if(P=0,T=S(Z,H,J,X),T<0){if(Y=H[0],J!=X&&(Y=Y*R+(H[1]||0)),P=Ze(Y/Q),P>1)for(P>=R&&(P=R-1),A=C(Z,P,R),z=A.length,X=H.length;S(A,H,z,X)==1;)P--,E(A,J<z?te:Z,z,R),z=A.length,T=1;else P==0&&(T=P=1),A=Z.slice(),z=A.length;if(z<X&&(A=[0].concat(A)),E(H,A,X,R),X=H.length,T==-1)for(;S(Z,H,J,X)<1;)P++,E(H,J<X?te:Z,X,R),X=H.length}else T===0&&(P++,H=[0]);U[L++]=P,H[0]?H[X++]=oe[K]||0:(H=[oe[K]],X=1)}while((K++<q||H[0]!=null)&&G--);V=H[0]!=null,U[0]||U.splice(0,1)}if(R==lt){for(L=1,G=U[0];G>=10;G/=10,L++);v($,D+($.e=L+N*ce-1)+1,O,V)}else $.e=N,$.r=+V;return $}}();function w(C,S,E,k){var B,D,O,R,T;if(E==null?E=r:be(E,0,8),!C.c)return C.toString();if(B=C.c[0],O=C.e,S==null)T=Ke(C.c),T=k==1||k==2&&(O<=c||O>=d)?oi(T,O):kt(T,O,"0");else if(C=v(new y(C),S,E),D=C.e,T=Ke(C.c),R=T.length,k==1||k==2&&(S<=D||D<=c)){for(;R<S;T+="0",R++);T=oi(T,D)}else if(S-=O+(k===2&&D>O),T=kt(T,D,"0"),D+1>R){if(--S>0)for(T+=".";S--;T+="0");}else if(S+=D-R,S>0)for(D+1==R&&(T+=".");S--;T+="0");return C.s<0&&B?"-"+T:T}function I(C,S){for(var E,k,B=1,D=new y(C[0]);B<C.length;B++)k=new y(C[B]),(!k.s||(E=Yt(D,k))===S||E===0&&D.s===S)&&(D=k);return D}function M(C,S,E){for(var k=1,B=S.length;!S[--B];S.pop());for(B=S[0];B>=10;B/=10,k++);return(E=k+E*ce-1)>u?C.c=C.e=null:E<h?C.c=[C.e=0]:(C.e=E,C.c=S),C}o=function(){var C=/^(-?)0([xbo])(?=\w[\w.]*$)/i,S=/^([^.]+)\.$/,E=/^\.([^.]+)$/,k=/^-?(Infinity|NaN)$/,B=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(D,O,R,T){var N,L=R?O:O.replace(B,"");if(k.test(L))D.s=isNaN(L)?null:L<0?-1:1;else{if(!R&&(L=L.replace(C,function(V,P,A){return N=(A=A.toLowerCase())=="x"?16:A=="b"?2:8,!T||T==N?P:V}),T&&(N=T,L=L.replace(S,"$1").replace(E,"0.$1")),O!=L))return new y(L,N);if(y.DEBUG)throw Error(He+"Not a"+(T?" base "+T:"")+" number: "+O);D.s=null}D.c=D.e=null}}();function v(C,S,E,k){var B,D,O,R,T,N,L,V=C.c,P=Rs;if(V){e:{for(B=1,R=V[0];R>=10;R/=10,B++);if(D=S-B,D<0)D+=ce,O=S,T=V[N=0],L=Ze(T/P[B-O-1]%10);else if(N=Ds((D+1)/ce),N>=V.length)if(k){for(;V.length<=N;V.push(0));T=L=0,B=1,D%=ce,O=D-ce+1}else break e;else{for(T=R=V[N],B=1;R>=10;R/=10,B++);D%=ce,O=D-ce+B,L=O<0?0:Ze(T/P[B-O-1]%10)}if(k=k||S<0||V[N+1]!=null||(O<0?T:T%P[B-O-1]),k=E<4?(L||k)&&(E==0||E==(C.s<0?3:2)):L>5||L==5&&(E==4||k||E==6&&(D>0?O>0?T/P[B-O]:0:V[N-1])%10&1||E==(C.s<0?8:7)),S<1||!V[0])return V.length=0,k?(S-=C.e+1,V[0]=P[(ce-S%ce)%ce],C.e=-S||0):V[0]=C.e=0,C;if(D==0?(V.length=N,R=1,N--):(V.length=N+1,R=P[ce-D],V[N]=O>0?Ze(T/P[B-O]%P[O])*R:0),k)for(;;)if(N==0){for(D=1,O=V[0];O>=10;O/=10,D++);for(O=V[0]+=R,R=1;O>=10;O/=10,R++);D!=R&&(C.e++,V[0]==lt&&(V[0]=1));break}else{if(V[N]+=R,V[N]!=lt)break;V[N--]=0,R=1}for(D=V.length;V[--D]===0;V.pop());}C.e>u?C.c=C.e=null:C.e<h&&(C.c=[C.e=0])}return C}function _(C){var S,E=C.e;return E===null?C.toString():(S=Ke(C.c),S=E<=c||E>=d?oi(S,E):kt(S,E,"0"),C.s<0?"-"+S:S)}return s.absoluteValue=s.abs=function(){var C=new y(this);return C.s<0&&(C.s=1),C},s.comparedTo=function(C,S){return Yt(this,new y(C,S))},s.decimalPlaces=s.dp=function(C,S){var E,k,B,D=this;if(C!=null)return be(C,0,De),S==null?S=r:be(S,0,8),v(new y(D),C+D.e+1,S);if(!(E=D.c))return null;if(k=((B=E.length-1)-qe(this.e/ce))*ce,B=E[B])for(;B%10==0;B/=10,k--);return k<0&&(k=0),k},s.dividedBy=s.div=function(C,S){return t(this,new y(C,S),a,r)},s.dividedToIntegerBy=s.idiv=function(C,S){return t(this,new y(C,S),0,1)},s.exponentiatedBy=s.pow=function(C,S){var E,k,B,D,O,R,T,N,L,V=this;if(C=new y(C),C.c&&!C.isInteger())throw Error(He+"Exponent not an integer: "+_(C));if(S!=null&&(S=new y(S)),R=C.e>14,!V.c||!V.c[0]||V.c[0]==1&&!V.e&&V.c.length==1||!C.c||!C.c[0])return L=new y(Math.pow(+_(V),R?C.s*(2-ni(C)):+_(C))),S?L.mod(S):L;if(T=C.s<0,S){if(S.c?!S.c[0]:!S.s)return new y(NaN);k=!T&&V.isInteger()&&S.isInteger(),k&&(V=V.mod(S))}else{if(C.e>9&&(V.e>0||V.e<-1||(V.e==0?V.c[0]>1||R&&V.c[1]>=24e7:V.c[0]<8e13||R&&V.c[0]<=9999975e7)))return D=V.s<0&&ni(C)?-0:0,V.e>-1&&(D=1/D),new y(T?1/D:D);g&&(D=Ds(g/ce+2))}for(R?(E=new y(.5),T&&(C.s=1),N=ni(C)):(B=Math.abs(+_(C)),N=B%2),L=new y(l);;){if(N){if(L=L.times(V),!L.c)break;D?L.c.length>D&&(L.c.length=D):k&&(L=L.mod(S))}if(B){if(B=Ze(B/2),B===0)break;N=B%2}else if(C=C.times(E),v(C,C.e+1,1),C.e>14)N=ni(C);else{if(B=+_(C),B===0)break;N=B%2}V=V.times(V),D?V.c&&V.c.length>D&&(V.c.length=D):k&&(V=V.mod(S))}return k?L:(T&&(L=l.div(L)),S?L.mod(S):D?v(L,g,r,O):L)},s.integerValue=function(C){var S=new y(this);return C==null?C=r:be(C,0,8),v(S,S.e+1,C)},s.isEqualTo=s.eq=function(C,S){return Yt(this,new y(C,S))===0},s.isFinite=function(){return!!this.c},s.isGreaterThan=s.gt=function(C,S){return Yt(this,new y(C,S))>0},s.isGreaterThanOrEqualTo=s.gte=function(C,S){return(S=Yt(this,new y(C,S)))===1||S===0},s.isInteger=function(){return!!this.c&&qe(this.e/ce)>this.c.length-2},s.isLessThan=s.lt=function(C,S){return Yt(this,new y(C,S))<0},s.isLessThanOrEqualTo=s.lte=function(C,S){return(S=Yt(this,new y(C,S)))===-1||S===0},s.isNaN=function(){return!this.s},s.isNegative=function(){return this.s<0},s.isPositive=function(){return this.s>0},s.isZero=function(){return!!this.c&&this.c[0]==0},s.minus=function(C,S){var E,k,B,D,O=this,R=O.s;if(C=new y(C,S),S=C.s,!R||!S)return new y(NaN);if(R!=S)return C.s=-S,O.plus(C);var T=O.e/ce,N=C.e/ce,L=O.c,V=C.c;if(!T||!N){if(!L||!V)return L?(C.s=-S,C):new y(V?O:NaN);if(!L[0]||!V[0])return V[0]?(C.s=-S,C):new y(L[0]?O:r==3?-0:0)}if(T=qe(T),N=qe(N),L=L.slice(),R=T-N){for((D=R<0)?(R=-R,B=L):(N=T,B=V),B.reverse(),S=R;S--;B.push(0));B.reverse()}else for(k=(D=(R=L.length)<(S=V.length))?R:S,R=S=0;S<k;S++)if(L[S]!=V[S]){D=L[S]<V[S];break}if(D&&(B=L,L=V,V=B,C.s=-C.s),S=(k=V.length)-(E=L.length),S>0)for(;S--;L[E++]=0);for(S=lt-1;k>R;){if(L[--k]<V[k]){for(E=k;E&&!L[--E];L[E]=S);--L[E],L[k]+=lt}L[k]-=V[k]}for(;L[0]==0;L.splice(0,1),--N);return L[0]?M(C,L,N):(C.s=r==3?-1:1,C.c=[C.e=0],C)},s.modulo=s.mod=function(C,S){var E,k,B=this;return C=new y(C,S),!B.c||!C.s||C.c&&!C.c[0]?new y(NaN):!C.c||B.c&&!B.c[0]?new y(B):(p==9?(k=C.s,C.s=1,E=t(B,C,0,3),C.s=k,E.s*=k):E=t(B,C,0,p),C=B.minus(E.times(C)),!C.c[0]&&p==1&&(C.s=B.s),C)},s.multipliedBy=s.times=function(C,S){var E,k,B,D,O,R,T,N,L,V,P,A,z,$,U,H=this,X=H.c,Y=(C=new y(C,S)).c;if(!X||!Y||!X[0]||!Y[0])return!H.s||!C.s||X&&!X[0]&&!Y||Y&&!Y[0]&&!X?C.c=C.e=C.s=null:(C.s*=H.s,!X||!Y?C.c=C.e=null:(C.c=[0],C.e=0)),C;for(k=qe(H.e/ce)+qe(C.e/ce),C.s*=H.s,T=X.length,V=Y.length,T<V&&(z=X,X=Y,Y=z,B=T,T=V,V=B),B=T+V,z=[];B--;z.push(0));for($=lt,U=Nt,B=V;--B>=0;){for(E=0,P=Y[B]%U,A=Y[B]/U|0,O=T,D=B+O;D>B;)N=X[--O]%U,L=X[O]/U|0,R=A*N+L*P,N=P*N+R%U*U+z[D]+E,E=(N/$|0)+(R/U|0)+A*L,z[D--]=N%$;z[D]=E}return E?++k:z.splice(0,1),M(C,z,k)},s.negated=function(){var C=new y(this);return C.s=-C.s||null,C},s.plus=function(C,S){var E,k=this,B=k.s;if(C=new y(C,S),S=C.s,!B||!S)return new y(NaN);if(B!=S)return C.s=-S,k.minus(C);var D=k.e/ce,O=C.e/ce,R=k.c,T=C.c;if(!D||!O){if(!R||!T)return new y(B/0);if(!R[0]||!T[0])return T[0]?C:new y(R[0]?k:B*0)}if(D=qe(D),O=qe(O),R=R.slice(),B=D-O){for(B>0?(O=D,E=T):(B=-B,E=R),E.reverse();B--;E.push(0));E.reverse()}for(B=R.length,S=T.length,B-S<0&&(E=T,T=R,R=E,S=B),B=0;S;)B=(R[--S]=R[S]+T[S]+B)/lt|0,R[S]=lt===R[S]?0:R[S]%lt;return B&&(R=[B].concat(R),++O),M(C,R,O)},s.precision=s.sd=function(C,S){var E,k,B,D=this;if(C!=null&&C!==!!C)return be(C,1,De),S==null?S=r:be(S,0,8),v(new y(D),C,S);if(!(E=D.c))return null;if(B=E.length-1,k=B*ce+1,B=E[B]){for(;B%10==0;B/=10,k--);for(B=E[0];B>=10;B/=10,k++);}return C&&D.e+1>k&&(k=D.e+1),k},s.shiftedBy=function(C){return be(C,-Os,Os),this.times("1e"+C)},s.squareRoot=s.sqrt=function(){var C,S,E,k,B,D=this,O=D.c,R=D.s,T=D.e,N=a+4,L=new y("0.5");if(R!==1||!O||!O[0])return new y(!R||R<0&&(!O||O[0])?NaN:O?D:1/0);if(R=Math.sqrt(+_(D)),R==0||R==1/0?(S=Ke(O),(S.length+T)%2==0&&(S+="0"),R=Math.sqrt(+S),T=qe((T+1)/2)-(T<0||T%2),R==1/0?S="5e"+T:(S=R.toExponential(),S=S.slice(0,S.indexOf("e")+1)+T),E=new y(S)):E=new y(R+""),E.c[0]){for(T=E.e,R=T+N,R<3&&(R=0);;)if(B=E,E=L.times(B.plus(t(D,B,N,1))),Ke(B.c).slice(0,R)===(S=Ke(E.c)).slice(0,R))if(E.e<T&&--R,S=S.slice(R-3,R+1),S=="9999"||!k&&S=="4999"){if(!k&&(v(B,B.e+a+2,0),B.times(B).eq(D))){E=B;break}N+=4,R+=4,k=1}else{(!+S||!+S.slice(1)&&S.charAt(0)=="5")&&(v(E,E.e+a+2,1),C=!E.times(E).eq(D));break}}return v(E,E.e+a+1,r,C)},s.toExponential=function(C,S){return C!=null&&(be(C,0,De),C++),w(this,C,S,1)},s.toFixed=function(C,S){return C!=null&&(be(C,0,De),C=C+this.e+1),w(this,C,S)},s.toFormat=function(C,S,E){var k,B=this;if(E==null)C!=null&&S&&typeof S=="object"?(E=S,S=null):C&&typeof C=="object"?(E=C,C=S=null):E=m;else if(typeof E!="object")throw Error(He+"Argument not an object: "+E);if(k=B.toFixed(C,S),B.c){var D,O=k.split("."),R=+E.groupSize,T=+E.secondaryGroupSize,N=E.groupSeparator||"",L=O[0],V=O[1],P=B.s<0,A=P?L.slice(1):L,z=A.length;if(T&&(D=R,R=T,T=D,z-=D),R>0&&z>0){for(D=z%R||R,L=A.substr(0,D);D<z;D+=R)L+=N+A.substr(D,R);T>0&&(L+=N+A.slice(D)),P&&(L="-"+L)}k=V?L+(E.decimalSeparator||"")+((T=+E.fractionGroupSize)?V.replace(new RegExp("\\d{"+T+"}\\B","g"),"$&"+(E.fractionGroupSeparator||"")):V):L}return(E.prefix||"")+k+(E.suffix||"")},s.toFraction=function(C){var S,E,k,B,D,O,R,T,N,L,V,P,A=this,z=A.c;if(C!=null&&(R=new y(C),!R.isInteger()&&(R.c||R.s!==1)||R.lt(l)))throw Error(He+"Argument "+(R.isInteger()?"out of range: ":"not an integer: ")+_(R));if(!z)return new y(A);for(S=new y(l),N=E=new y(l),k=T=new y(l),P=Ke(z),D=S.e=P.length-A.e-1,S.c[0]=Rs[(O=D%ce)<0?ce+O:O],C=!C||R.comparedTo(S)>0?D>0?S:N:R,O=u,u=1/0,R=new y(P),T.c[0]=0;L=t(R,S,0,1),B=E.plus(L.times(k)),B.comparedTo(C)!=1;)E=k,k=B,N=T.plus(L.times(B=N)),T=B,S=R.minus(L.times(B=S)),R=B;return B=t(C.minus(E),k,0,1),T=T.plus(B.times(N)),E=E.plus(B.times(k)),T.s=N.s=A.s,D=D*2,V=t(N,k,D,r).minus(A).abs().comparedTo(t(T,E,D,r).minus(A).abs())<1?[N,k]:[T,E],u=O,V},s.toNumber=function(){return+_(this)},s.toPrecision=function(C,S){return C!=null&&be(C,1,De),w(this,C,S,2)},s.toString=function(C){var S,E=this,k=E.s,B=E.e;return B===null?k?(S="Infinity",k<0&&(S="-"+S)):S="NaN":(C==null?S=B<=c||B>=d?oi(Ke(E.c),B):kt(Ke(E.c),B,"0"):C===10&&b?(E=v(new y(E),a+B+1,r),S=kt(Ke(E.c),E.e,"0")):(be(C,2,x.length,"Base"),S=n(kt(Ke(E.c),B,"0"),10,C,k,!0)),k<0&&E.c[0]&&(S="-"+S)),S},s.valueOf=s.toJSON=function(){return _(this)},s._isBigNumber=!0,s[Symbol.toStringTag]="BigNumber",s[Symbol.for("nodejs.util.inspect.custom")]=s.valueOf,e!=null&&y.set(e),y}function qe(e){var t=e|0;return e>0||e===t?t:t-1}function Ke(e){for(var t,n,o=1,s=e.length,l=e[0]+"";o<s;){for(t=e[o++]+"",n=ce-t.length;n--;t="0"+t);l+=t}for(s=l.length;l.charCodeAt(--s)===48;);return l.slice(0,s+1||1)}function Yt(e,t){var n,o,s=e.c,l=t.c,a=e.s,r=t.s,c=e.e,d=t.e;if(!a||!r)return null;if(n=s&&!s[0],o=l&&!l[0],n||o)return n?o?0:-r:a;if(a!=r)return a;if(n=a<0,o=c==d,!s||!l)return o?0:!s^n?1:-1;if(!o)return c>d^n?1:-1;for(r=(c=s.length)<(d=l.length)?c:d,a=0;a<r;a++)if(s[a]!=l[a])return s[a]>l[a]^n?1:-1;return c==d?0:c>d^n?1:-1}function be(e,t,n,o){if(e<t||e>n||e!==Ze(e))throw Error(He+(o||"Argument")+(typeof e=="number"?e<t||e>n?" out of range: ":" not an integer: ":" not a primitive number: ")+String(e))}function ni(e){var t=e.c.length-1;return qe(e.e/ce)==t&&e.c[t]%2!=0}function oi(e,t){return(e.length>1?e.charAt(0)+"."+e.slice(1):e)+(t<0?"e":"e+")+t}function kt(e,t,n){var o,s;if(t<0){for(s=n+".";++t;s+=n);e=s+e}else if(o=e.length,++t>o){for(s=n,t-=o;--t;s+=n);e+=s}else t<o&&(e=e.slice(0,t)+"."+e.slice(t));return e}var Cr=br();function Gt(e){return new Cr(e)}function Ls(e,t){return Gt(e).plus(Gt(t)).toNumber()}function Sr(e,t){return Gt(e).minus(Gt(t)).toNumber()}function n0(e,t){return Gt(e).dividedBy(Gt(t)).toNumber()}function wr(e,t){return Gt(e).decimalPlaces(t,Cr.ROUND_DOWN).toNumber()}const o0={name:"EvGridSummary",props:{stores:{type:Object,default:()=>({})},orderedColumns:{type:Object,default:()=>({})},useCheckbox:{type:Boolean,default:!1},styleOption:{type:Object,default:()=>({})},isTree:{type:Boolean,default:!1},scrollLeft:{type:Number,default:0}},setup(e){const t={max:20,default:3},n=i.ref(),o=2,s=i.computed(()=>e.stores),l=i.computed(()=>e.orderedColumns),a=i.computed(()=>e.useCheckbox),r=i.computed(()=>e.styleOption),c=p=>p==null||p<0?t.default:p>t.max?t.max:p,d=(p,g)=>{if(typeof g=="string"&&g.length===0)return g;const{type:m,decimal:x}=p;let b=g;return m==="number"?(b=$t(g),b=b===!1?g:b):m==="float"&&(b=b.toFixed(c(x??t.default)).replace(/\B(?=(\d{3})+(?!\d))/g,",")),b},h=p=>l.value.findIndex(g=>g.field===p),u=p=>{const{type:g,field:m,summaryType:x,summaryDecimal:b,summaryOnlyTopParent:y}=p;let w="";const I=h(m);if(I>=0){if(x==="count")return s.value.store.length;if(g==="number"||g==="float"){let M=[];switch(e.isTree?M=s.value.store.reduce((v,_)=>{var C,S;return y?_.parent||v.push((C=_.data)==null?void 0:C[m]):v.push((S=_.data)==null?void 0:S[m]),v},[]):M=s.value.store.map(v=>v[o][I]),x){case"sum":{const v=M.reduce((_,C)=>{const S=Number(C);return Number.isNaN(S)?_:Ls(_,S)},0);w=v&&wr(v,c(b??t.default));break}case"average":{const v=M.reduce((_,C)=>{const S=Number(C);return Number.isNaN(S)?_:Ls(_,S)},0);w=v&&wr(n0(v,M.length),c(b??t.default));break}case"max":{const v=M.filter(_=>_!=null);w=v.length?Math.max(...v):"";break}case"min":{const v=M.filter(_=>_!=null);w=v.length?Math.min(...v):"";break}}w=d(p,w)}}return w},f=p=>{const g=p.summaryRenderer,m=p.summaryData?p.summaryData:[],x=[p.field,...m];let b=g;return x.forEach((y,w)=>{const I=h(y);if(I>=0){const M=u(s.value.orderedColumns[I]);b=b.replace(`{${w}}`,M)}}),b};return i.watch(()=>e.scrollLeft,p=>{i.nextTick(()=>{n.value.scrollLeft=p})}),{columns:l,styleInfo:r,showCheckbox:a,summaryRef:n,getSummaryValue:u,getSummaryRenderer:f}}},i0={class:"column-list"},s0=["title"],l0=["title"];function a0(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",{ref:"summaryRef",class:i.normalizeClass({"grid-summary":!0,"non-border":o.styleInfo.borderStyle==="none"})},[i.createElementVNode("ul",i0,[o.showCheckbox?(i.openBlock(),i.createElementBlock("li",{key:0,class:i.normalizeClass({column:!0,"non-border":!!o.styleInfo.borderStyle}),style:i.normalizeStyle({width:`${o.styleInfo.minWidth}px`,"line-height":`${o.styleInfo.rowHeight}px`})},[i.createElementVNode("span",{style:i.normalizeStyle({height:`${o.styleInfo.rowHeight}px`})},null,4)],6)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.columns,(a,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:`summary_${r}`},[a.hide?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("li",{key:0,class:i.normalizeClass({column:!0,"non-border":!!o.styleInfo.borderStyle,[a.type]:a.type,[a.align]:a.align}),style:i.normalizeStyle({width:`${a.width}px`,"min-width":`${o.styleInfo.minWidth}px`,"line-height":`${o.styleInfo.rowHeight}px`})},[a.summaryType||a.summaryRenderer?(i.openBlock(),i.createElementBlock("span",{key:0,style:i.normalizeStyle({width:"100%",height:`${o.styleInfo.rowHeight}px`})},[a.summaryRenderer?(i.openBlock(),i.createElementBlock("div",{key:0,title:o.getSummaryRenderer(a)},i.toDisplayString(o.getSummaryRenderer(a)),9,s0)):(i.openBlock(),i.createElementBlock("div",{key:1,title:o.getSummaryValue(a)},i.toDisplayString(o.getSummaryValue(a)),9,l0))],4)):(i.openBlock(),i.createElementBlock("span",{key:1,style:i.normalizeStyle({height:`${o.styleInfo.rowHeight}px`})},null,4))],6))],64))),128))])],2)}const kr=le(o0,[["render",a0],["__scopeId","data-v-4b9bef37"]]),r0={name:"EVGridColumnSetting",directives:{clickoutside:Ro},props:{isShow:{type:Boolean,default:!1},columns:{type:[Array],default:()=>[]},hiddenColumn:{type:String,default:""},position:{type:Object,default:()=>({top:0,left:0,columnListMenuWidth:0})},isShowMenuOnClick:{type:Boolean,default:!1},textInfo:{type:Object,default:()=>({title:"Column List",search:"Search",empty:"No records",ok:"OK"})}},emits:{"update:isShow":[Boolean],"update:isShowMenuOnClick":[Boolean],"apply-column":null},setup(e,{emit:t}){const n=i.computed({get:()=>e.isShow,set:k=>t("update:isShow",k)}),o=i.ref(null),s=i.ref(""),l=i.ref(!1),a=i.ref([]),r=i.ref([]),c=i.ref([]),d=i.ref([]),h=i.computed(()=>l.value?c.value:r.value),u=i.computed(()=>!h.value.length);let f=null,p=null;const g=i.reactive({top:null,left:null}),m=i.computed({get:()=>e.isShowMenuOnClick,set:k=>t("update:isShowMenuOnClick",k)}),x=k=>{var B;(k==null?void 0:k.length)===1?p=k[0]:(k==null?void 0:k.length)<1&&(p==null&&(p=(B=r.value[0])==null?void 0:B.text),a.value.push(p))},b=k=>{f&&clearTimeout(f),f=setTimeout(()=>{if(l.value=!1,k){const B=k.toString().toLowerCase();c.value=r.value.filter(D=>D.label.toString().toLowerCase().includes(B)),l.value=!0}},500)},y=()=>{s.value="",l.value=!1,c.value.length=0},w=()=>{const k=d.value.length?d.value:r.value;a.value=k.filter(B=>B.originChecked).map(B=>B.text),y()},I=()=>{d.value=r.value.filter(B=>a.value.includes(B.text));const k=d.value.map(B=>B.text);t("apply-column",k),n.value=!1,m.value=!1},M=i.ref(),v=i.ref(),_=()=>{v.value=Se(a.value),r.value=e.columns.filter(k=>!k.hide&&k.caption).map(k=>{var O,R;const B=(O=M.value)==null?void 0:O.find(T=>T.field===k.field);let D=!1;return B?D=(B==null?void 0:B.hiddenDisplay)!==(k==null?void 0:k.hiddenDisplay)||!((R=v.value)!=null&&R.length)?!(k!=null&&k.hiddenDisplay):v.value.includes(k.field):D=!k.hiddenDisplay,{label:k.caption,text:k.field,originChecked:!k.hiddenDisplay,checked:D,fixed:k.fixed}}),a.value=r.value.filter(k=>k.checked).map(k=>k.text),d.value.length=0,M.value=Se(e.columns)},C=()=>{n.value=!1,m.value=!1},S=()=>{const k=document.createElement("div");k.id="ev-grid-column-setting-modal",k.setAttribute("style","position: absolute; top: 0; left: 0;"),document.getElementById("ev-grid-column-setting-modal")||document.body.appendChild(k)},E=async()=>{var A;await i.nextTick();const k=document.documentElement.clientWidth,B=document.documentElement.clientHeight,D=(A=o.value)==null?void 0:A.getBoundingClientRect(),O=D==null?void 0:D.width,R=D==null?void 0:D.height,{top:T,left:N,columnListMenuWidth:L}=e.position;let V;L?(V=N,k<N+O&&(V=N-O-L)):V=N-O;const P=B-R;g.top=`${Math.min(T,P)+document.documentElement.scrollTop}px`,g.left=`${V+document.documentElement.scrollLeft}px`};return i.onBeforeMount(()=>S()),i.watch(()=>e.columns,()=>{_()},{immediate:!0,deep:!0}),i.watch(()=>n.value,async()=>{w(),n.value&&await E()}),i.watch(()=>e.hiddenColumn,k=>{const B=d.value.length?d.value.filter(D=>D.text!==k):r.value.filter(D=>D.text!==k&&D.checked);d.value=B,a.value=B.map(D=>D.text)}),{columnSettingWrapper:o,columnSettingStyle:g,isShowColumnSetting:n,checkColumnGroup:a,columnList:h,searchVm:s,isDisabled:u,onSearchColumn:b,onApplyColumn:I,onCheckColumn:x,hideColumnSetting:C}}},c0={class:"ev-grid-column-setting__header"},d0={class:"header-title"},h0={class:"ev-grid-column-setting__content"},u0={key:1,class:"is-empty"},f0={class:"ev-grid-column-setting__footer"};function m0(e,t,n,o,s,l){const a=i.resolveComponent("ev-text-field"),r=i.resolveComponent("ev-checkbox"),c=i.resolveComponent("ev-checkbox-group"),d=i.resolveComponent("ev-button"),h=i.resolveDirective("clickoutside");return o.isShowColumnSetting?(i.openBlock(),i.createBlock(i.Teleport,{key:0,to:"#ev-grid-column-setting-modal"},[i.withDirectives((i.openBlock(),i.createElementBlock("section",{ref:"columnSettingWrapper",class:"ev-grid-column-setting",style:i.normalizeStyle(o.columnSettingStyle)},[i.createElementVNode("div",c0,[i.createElementVNode("p",d0,i.toDisplayString(n.textInfo.title),1),i.createVNode(a,{modelValue:o.searchVm,"onUpdate:modelValue":t[0]||(t[0]=u=>o.searchVm=u),type:"search",placeholder:n.textInfo.search,onInput:o.onSearchColumn},null,8,["modelValue","placeholder","onInput"])]),i.createElementVNode("div",h0,[o.columnList.length?(i.openBlock(),i.createBlock(c,{key:0,modelValue:o.checkColumnGroup,"onUpdate:modelValue":t[1]||(t[1]=u=>o.checkColumnGroup=u),onChange:o.onCheckColumn},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.columnList,(u,f)=>(i.openBlock(),i.createBlock(r,{key:`column_${f}`,label:u==null?void 0:u.text,disabled:!!(u!=null&&u.fixed),"tooltip-title":(u==null?void 0:u.label)??""},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(u==null?void 0:u.label),1)]),_:2},1032,["label","disabled","tooltip-title"]))),128))]),_:1},8,["modelValue","onChange"])):(i.openBlock(),i.createElementBlock("p",u0,i.toDisplayString(n.textInfo.empty),1))]),i.createElementVNode("div",f0,[i.createVNode(d,{type:"primary",disabled:o.isDisabled,onClick:o.onApplyColumn},{default:i.withCtx(()=>[i.createTextVNode(i.toDisplayString(n.textInfo.ok),1)]),_:1},8,["disabled","onClick"])])],4)),[[h,o.hideColumnSetting]])])):i.createCommentVNode("",!0)}const Mr=le(r0,[["render",m0]]),g0={name:"EVGridFilterSetting",directives:{clickoutside:Ro},props:{isShow:{type:Boolean,default:!1},position:{type:Object,default:()=>({top:0,left:0})},column:{type:Object,default:()=>({})},items:{type:Object,default:()=>({})}},emits:{"update:isShow":null,"apply-filtering":null},setup(e,{emit:t}){const n=i.ref([]),o=i.computed(()=>e.column),s=[{name:"AND",value:"and"},{name:"OR",value:"or"}],l=[{name:"true",value:"true"},{name:"false",value:"false"}],a=[{name:"=",value:"="},{name:"!=",value:"!="},{name:"<",value:"<"},{name:">",value:">"},{name:"<=",value:"<="},{name:">=",value:">="}],r=[{name:"s%",value:"s%"},{name:"%s",value:"%s"},{name:"%s%",value:"%s%"},{name:"Not Like",value:"notLike"},{name:"=",value:"="},{name:"!=",value:"!="}],c=[{name:"Is empty",value:"isEmpty"},{name:"Is not empty",value:"isNotEmpty"}],d=I=>I==="string"||I==="stringNumber"?[...r,...c]:I==="number"||I==="float"?[...a,...c]:I==="boolean"?[{name:"=",value:"="}]:[],h=i.computed(()=>d(e.column.type)),u=i.computed({get:()=>e.isShow,set:I=>t("update:isShow",I)}),f=()=>{const I=n.value.length>=2?n.value[1].operator:"and";n.value.push({comparison:"=",operator:I,value:"",caption:o.value.caption})},p=I=>{n.value.length>1?n.value.splice(I,1):I===0&&(n.value[0].comparison="=",n.value[0].value="")},g=(I,M)=>{(I==="isEmpty"||I==="isNotEmpty")&&(n.value[M].value="")},m=I=>{n.value=n.value.map(M=>({...M,operator:I}))},x=()=>{t("apply-filtering",o.value.field,n.value.filter(I=>I.value||I.comparison==="isEmpty"||I.comparison==="isNotEmpty"))};i.watch(()=>e.isShow,I=>{var _;const M=[],v=Se(e.items);I&&o.value.field&&((_=v[o.value.field])!=null&&_.length?v[o.value.field].forEach(C=>{M.push(C)}):M.push({comparison:"=",operator:"and",value:"",caption:o.value.caption}),n.value=M)});const b=(I,M)=>{var v;return((v=I.find(_=>_.value===M))==null?void 0:v.name)||""},y=()=>{const I=document.createElement("div");I.id="ev-grid-filter-setting-modal",I.setAttribute("style","position: absolute; top: 0; left: 0;"),document.getElementById("ev-grid-filter-setting-modal")||document.body.appendChild(I)};return i.onBeforeMount(()=>{y()}),{filteringItems:n,isShowFilterSetting:u,items1:s,items2:h,booleanItems:l,addRow:f,removeRow:p,changeOperator:m,applyFiltering:x,changeComparison:g,getSelectTitle:b,validateValue:(I,M)=>{(I==="number"||I==="float")&&(M.value=M.value.replace(/[^0-9.,]/g,""))}}}},p0={class:"ev-grid-filter-setting__header"},y0={class:"header-title"},x0={class:"ev-grid-filter-setting__content"},b0={class:"ev-grid-filter-setting__row--button"},C0={class:"ev-grid-filter-setting__footer"};function S0(e,t,n,o,s,l){const a=i.resolveComponent("ev-icon"),r=i.resolveComponent("ev-select"),c=i.resolveComponent("ev-text-field"),d=i.resolveComponent("ev-button"),h=i.resolveDirective("clickoutside");return o.isShowFilterSetting?(i.openBlock(),i.createBlock(i.Teleport,{key:0,to:"#ev-grid-filter-setting-modal"},[i.withDirectives((i.openBlock(),i.createElementBlock("section",{class:"ev-grid-filter-setting",style:i.normalizeStyle({top:e.$props.position.top,left:e.$props.position.left})},[i.createElementVNode("div",p0,[i.createVNode(a,{icon:"ev-icon-filter-list"}),i.createElementVNode("span",y0," Filter ("+i.toDisplayString(e.$props.column.caption)+") ",1)]),i.createElementVNode("div",x0,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.filteringItems,(u,f)=>(i.openBlock(),i.createElementBlock("div",{key:f,class:"ev-grid-filter-setting__row"},[i.createVNode(r,{modelValue:u.operator,"onUpdate:modelValue":p=>u.operator=p,class:"ev-grid-filter-setting__row--operator",title:o.getSelectTitle(o.items1,u.operator),items:o.items1,disabled:f>1,style:i.normalizeStyle({visibility:f>0?"visible":"hidden"}),onChange:o.changeOperator},null,8,["modelValue","onUpdate:modelValue","title","items","disabled","style","onChange"]),i.createVNode(r,{modelValue:u.comparison,"onUpdate:modelValue":p=>u.comparison=p,class:"ev-grid-filter-setting__row--comparison",title:o.getSelectTitle(o.items2,u.comparison),items:o.items2,onChange:p=>o.changeComparison(u.comparison,f)},null,8,["modelValue","onUpdate:modelValue","title","items","onChange"]),e.$props.column.type==="boolean"?(i.openBlock(),i.createBlock(r,{key:0,modelValue:u.value,"onUpdate:modelValue":p=>u.value=p,class:"ev-grid-filter-setting__row--comparison",items:o.booleanItems},null,8,["modelValue","onUpdate:modelValue","items"])):(i.openBlock(),i.createBlock(c,{key:1,modelValue:u.value,"onUpdate:modelValue":p=>u.value=p,class:"ev-grid-filter-setting__row--value",disabled:u.comparison==="isEmpty"||u.comparison==="isNotEmpty",onInput:p=>o.validateValue(e.$props.column.type,u)},null,8,["modelValue","onUpdate:modelValue","disabled","onInput"])),i.createElementVNode("div",b0,[i.createVNode(a,{icon:"ev-icon-trash2",onClick:p=>o.removeRow(f)},null,8,["onClick"])])]))),128))]),i.createElementVNode("div",C0,[i.createVNode(d,{type:"primary",onClick:o.applyFiltering},{default:i.withCtx(()=>[...t[0]||(t[0]=[i.createTextVNode(" OK ",-1)])]),_:1},8,["onClick"])])],4)),[[h,()=>{o.isShowFilterSetting=!1}]])])):i.createCommentVNode("",!0)}const w0=le(g0,[["render",S0]]),k0={name:"GridSortButton",props:{icon:{type:String,default:""}}},M0={key:0},E0={key:1},I0={key:2};function v0(e,t,n,o,s,l){return n.icon==="basic"?(i.openBlock(),i.createElementBlock("span",M0,[...t[0]||(t[0]=[i.createElementVNode("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[i.createElementVNode("rect",{width:"14",height:"14",rx:"2",fill:"#F1F3F5"}),i.createElementVNode("path",{d:`M7.00008 3.915L8.58508 5.5L9.29008 4.795L7.00008 2.5L4.70508 4.795L5.41508
17
+ 5.5L7.00008 3.915ZM7.00008 10.085L5.41508 8.5L4.71008 9.205L7.00008
18
+ 11.5L9.29508 9.205L8.58508 8.5L7.00008 10.085Z`,fill:"#121212"}),i.createElementVNode("path",{d:`M7.00008 3.915L8.58508 5.5L9.29008 4.795L7.00008
19
+ 2.5L4.70508 4.795L5.41508 5.5L7.00008 3.915ZM7.00008 10.085L5.41508
20
+ 8.5L4.71008 9.205L7.00008 11.5L9.29508 9.205L8.58508 8.5L7.00008 10.085Z`,fill:"#D8D8D8","fill-opacity":"0.09"})],-1)])])):n.icon==="asc"?(i.openBlock(),i.createElementBlock("span",E0,[...t[1]||(t[1]=[i.createStaticVNode(`<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="14" height="14" rx="2" fill="#F1F3F5"></rect><path d="M7.00008 3.915L8.58508 5.5L9.29008 4.795L7.00008 2.5L4.70508
21
+ 4.795L5.41508 5.5L7.00008 3.915Z" fill="#121212"></path><path d="M7.00008 3.915L8.58508 5.5L9.29008 4.795L7.00008 2.5L4.70508
22
+ 4.795L5.41508 5.5L7.00008 3.915Z" fill="#D8D8D8" fill-opacity="0.09"></path><path d="M7.00008 9.585L8.58508 8L9.29008 8.705L7.00008 11L4.70508
23
+ 8.705L5.41508 8L7.00008 9.585Z" fill="#DEE2E6"></path></svg>`,1)])])):n.icon==="desc"?(i.openBlock(),i.createElementBlock("span",I0,[...t[2]||(t[2]=[i.createStaticVNode(`<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="14" height="14" rx="2" fill="#F1F3F5"></rect><path d="M7.00008 9.585L8.58508 8L9.29008 8.705L7.00008 11L4.70508
24
+ 8.705L5.41508 8L7.00008 9.585Z" fill="#121212"></path><path d="M7.00008 9.585L8.58508 8L9.29008 8.705L7.00008 11L4.70508
25
+ 8.705L5.41508 8L7.00008 9.585Z" fill="#D8D8D8" fill-opacity="0.09"></path><path d="M7.00008 3.915L8.58508 5.5L9.29008 4.795L7.00008 2.5L4.70508
26
+ 4.795L5.41508 5.5L7.00008 3.915Z" fill="#DEE2E6"></path></svg>`,1)])])):i.createCommentVNode("",!0)}const Er=le(k0,[["render",v0]]),T0={name:"GridOptionButton"},B0={width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function D0(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("svg",B0,[...t[0]||(t[0]=[i.createElementVNode("circle",{cx:"6.49805",cy:"11.998",r:"1.5",transform:"rotate(-90 6.49805 11.998)",fill:"#ADB5BD"},null,-1),i.createElementVNode("circle",{cx:"11.998",cy:"11.998",r:"1.5",transform:"rotate(-90 11.998 11.998)",fill:"#ADB5BD"},null,-1),i.createElementVNode("path",{d:`M17.498 10.498C18.3265 10.498 18.998 11.1696 18.998 11.998C18.998
27
+ 12.8265 18.3265 13.498 17.498 13.498C16.6696 13.498 15.998 12.8265
28
+ 15.998 11.998C15.998 11.1696 16.6696 10.498 17.498 10.498Z`,fill:"#ADB5BD"},null,-1)])])}const Ns=le(T0,[["render",D0]]),Mt=0,mn=1,de=2,to=3,_s=4,O0=()=>{const{props:e}=i.getCurrentInstance();return{isRenderer:(a={})=>{var r;return!!((r=a==null?void 0:a.render)!=null&&r.use)},getComponentName:(a="")=>{const r=h=>h.charAt(0).toUpperCase()+h.slice(1),c="Renderer";let d="";if(a.indexOf("_")!==-1){const h=a.split("_");for(let u=0;u<h.length;u++)d+=r(h[u])}else d=r(a);return d+c},getConvertValue:(a,r)=>{let c=a.type==="number"||a.type==="float"?Number(r):r;return a.type==="number"?(c=$t(r),c=c===!1?r:c):a.type==="float"&&(c=c.toFixed(a.decimal??3).replace(/\B(?=(\d{3})+(?!\d))/g,",")),c},getColumnIndex:a=>e.columns.findIndex(r=>r.field===a),setPixelUnit:a=>{let r=a;const c=r.toString().indexOf("px")>=0,d=r.toString().indexOf("%")>=0;return!c&&!d&&(r=`${r}px`),r}}},ii=e=>{var o;const t=((o=e.movedColumns)!=null&&o.length?e.movedColumns:e.originColumns)??[],n=new Map((e.filteredColumns??[]).map(s=>[s.index,s]));return t.map(s=>{const l=n.get(s.index)??{};return{...s,...l}})},R0=e=>{const{scrollInfo:t,stores:n,elementInfo:o,resizeInfo:s,pageInfo:l,summaryScroll:a,getPagingData:r,updatePagingInfo:c,expandedInfo:d}=e,h=g=>{var y,w;const m=o.body,x=s.rowHeight,b=d.detailRowHeight??0;if(m){let I=n.store;l.isClientPaging&&(I=r());const M=((y=d.expandedRows)==null?void 0:y.length)??0,v=((w=d.expandedRows)==null?void 0:w.map(T=>I.findIndex(N=>N[de]===T)))??[],_=I.length*x+M*b;let C=0,S=0;if(M)for(C=0;S+x<m.scrollTop;C++)v.includes(C)&&(S+=b),S+=x;else C=Math.floor(m.scrollTop/x),S=Math.max(C,0)*x;C>I.length-1&&(C=0);let E=0,k=0;if(M)for(let T=C;k<=m.clientHeight;T++)v.includes(T)&&(k+=b),k+=x,E+=1;else E=m.clientHeight>x?Math.ceil(m.clientHeight/x):I.length,k=E*x;const B=C+E+1,D=Math.max(C,0),O=B,R=o.table;n.viewStore=I.slice(D,O),t.hasVerticalScrollBar=E<I.length||m.clientHeight<R.clientHeight,t.vScrollTopHeight=S,t.vScrollBottomHeight=_-k-t.vScrollTopHeight,g&&l.isInfinite&&t.vScrollBottomHeight===0&&(l.prevPage=l.currentPage,l.currentPage=Math.ceil(O/l.perPage)+1,l.startIndex=O,c({onScrollEnd:!0}))}},u=g=>{if(d.useRowDetail&&!d.detailRowHeight){let m=n.store;l.isClientPaging&&(m=r()),n.viewStore=[...m],t.vScrollTopHeight=0,t.vScrollBottomHeight=0}else h(g)},f=()=>{const g=o.header,m=o.body,x=o.table;g.scrollLeft=m.scrollLeft,a.value=m.scrollLeft,t.hasHorizontalScrollBar=m.clientWidth<x.clientWidth};return{updateVScroll:u,updateHScroll:f,onScroll:()=>{const g=o.body,m=g.scrollTop,x=g.scrollLeft,b=t.lastScroll.top,y=t.lastScroll.left,w=x!==y;m!==b&&(g!=null&&g.clientHeight)&&u(!0),w&&f(),t.lastScroll.top=m,t.lastScroll.left=x}}},L0=e=>{const{props:t,emit:n}=i.getCurrentInstance(),{resizeInfo:o,elementInfo:s,checkInfo:l,expandedInfo:a,stores:r,isRenderer:c,updateVScroll:d,updateHScroll:h,contextInfo:u}=e,f=()=>{var y;let x=o.columnWidth,b=0;if(o.adjust){const w=s.body;let I=w.offsetWidth;const M=w.offsetHeight,v=((y=w.querySelector("tr"))==null?void 0:y.offsetHeight)||o.rowHeight,_=I-w.clientWidth,C=r.orderedColumns.reduce((S,E)=>(E.hide||E.hiddenDisplay||(E.width?S.totalWidth+=E.width:S.emptyCount++),S),{totalWidth:u.customContextMenu.length?30:0,emptyCount:0});if(v*t.rows.length>M&&(I-=_),l.useCheckbox.use&&(I-=o.minWidth),a.useRowDetail&&(I-=o.minWidth),x=I-C.totalWidth,x>0){const S=C.emptyCount===0?0:Math.floor(x/C.emptyCount);b=x-S*C.emptyCount,x=C.emptyCount!==0?S:x}else x=o.columnWidth;x=x<o.minWidth?o.minWidth:x,o.columnWidth=x}if(r.orderedColumns.forEach(w=>{const I=c(w)?o.rendererMinWidth:o.minWidth;w.width&&w.width<I&&(w.width=I),!w.width&&!w.hide&&(w.width=x)}),b&&r.orderedColumns.length){let w=r.orderedColumns.length-1,I=r.orderedColumns[w];for(;w>0&&I&&(I.hide||I.hiddenDisplay);)w-=1,I=r.orderedColumns[w];I&&(I.width+=b)}},p=()=>{const x=new Map(t.columns.map(b=>[b.field,b.width]));i.nextTick(()=>{var b,y;o.adjust&&r.orderedColumns.forEach(w=>{const I=w;return I.resized||(I.width=x.get(I.field)??0),I},void 0),f(),(b=s.body)!=null&&b.clientHeight&&d(),(y=s.body)!=null&&y.clientWidth&&h()})};return{calculatedColumn:f,onResize:p,onShow:x=>{x&&p()},onColumnResize:(x,b)=>{b.preventDefault();const y=s.header,w=s.body,I=y.getBoundingClientRect().left,M=y.querySelector(`li[data-index="${x}"]`),v=c(r.orderedColumns[x])?o.rendererMinWidth:o.minWidth,_=M.getBoundingClientRect(),C=s.resizeLine,S=_.left-I+v,E=_.right-I,k=b.clientX,B=_.left-I;w.style.overflow="auto",C.style.left=`${E}px`,o.showResizeLine=!0;const D=R=>{const T=R.clientX-k,N=E+T,L=Math.max(S,N);C.style.left=`${L}px`},O=()=>{const T=parseInt(C.style.left,10)-B;r.orderedColumns[x]&&(r.orderedColumns[x].width=T,r.orderedColumns[x].resized=!0),o.showResizeLine=!1,document.removeEventListener("mousemove",D),p();const N=ii(r);n("resize-column",{column:r.orderedColumns[x],columns:N}),n("change-column-info",{type:"resize",columns:N})};document.addEventListener("mousemove",D),document.addEventListener("mouseup",O,{once:!0})}}},N0=e=>{const{emit:t}=i.getCurrentInstance(),{selectInfo:n,stores:o}=e,s=(d,h)=>{var p;const u=(p=d.target.tagName)==null?void 0:p.toLowerCase();let f={};return u==="td"?f=d.target.dataset:f=d.target.parentNode.dataset,{event:d,rowData:h[de],rowIndex:h[Mt],cellName:f.name,cellIndex:f.index}};let l=null,a=-1;return{onRowClick:(d,h,u)=>{var g,m,x;if((g=d.target.parentElement.classList)!=null&&g.contains("row-checkbox-input"))return!1;const f=!!((x=(m=d.target.closest("td"))==null?void 0:m.classList)!=null&&x.contains("row-contextmenu")),p=(b,y,w)=>{if(b==="shift"){const I=h[Mt];if(a>-1)for(let M=Math.min(I,a);M<=Math.max(I,a);M++)if(!y)o.originStore[M][to]=!0,a!==M&&n.selectedRow.push(o.originStore[M][de]);else{o.originStore[M][to]=!1;const v=n.selectedRow.indexOf(o.originStore[M][de]);v>-1&&n.selectedRow.splice(v,1)}}else b==="ctrl"&&(y?n.selectedRow.splice(n.selectedRow.indexOf(h[de]),1):n.selectedRow.push(w))};return l&&clearTimeout(l),l=setTimeout(()=>{if(n.useSelect){const b=h[de],y=h[to];h[to]=!h[to];let w="";d.shiftKey?w="shift":d.ctrlKey&&(w="ctrl"),n.multiple&&w?p(w,y,b):u||f?(n.selectedRow=[...n.selectedRow],n.selectedRow.includes(b)||(n.selectedRow=[b])):y?n.selectedRow=[]:n.selectedRow=[b],a=h[Mt],t("update:selected",n.selectedRow),t("click-row",s(d,h))}},100),!0},onRowDblClick:(d,h)=>{l&&clearTimeout(l),t("dblclick-row",s(d,h))}}},_0=e=>{const{checkInfo:t,stores:n,pageInfo:o,getPagingData:s}=e,{props:l,emit:a}=i.getCurrentInstance(),r=h=>{const u=n.originStore.findIndex(f=>f[de]===h[de]);u!==-1&&(n.originStore[u][mn]=h[mn])};return{onCheck:(h,u)=>{if(t.useCheckbox.mode==="single"&&t.prevCheckedRow.length&&(t.prevCheckedRow=[],r(t.prevCheckedRow)),u[mn]){t.useCheckbox.mode==="single"?t.checkedRows=[u[de]]:t.checkedRows.push(u[de]);let f=n.store;o.isClientPaging&&(f=s());const p=f.filter(g=>!l.uncheckable.includes(g[de])).filter(g=>!l.disabledRows.includes(g[de])).every(g=>g[mn]);f.length&&p&&(t.isHeaderChecked=!0),t.isHeaderIndeterminate=f.length&&!p}else t.useCheckbox.mode==="single"?t.checkedRows=[]:t.checkedRows.splice(t.checkedRows.indexOf(u[de]),1),t.isHeaderChecked=!1,t.isHeaderIndeterminate=!!(n.store.length&&t.checkedRows.length);t.prevCheckedRow=u.slice(),a("update:checked",t.checkedRows),a("check-row",h,u[Mt],u[de])},onCheckAll:h=>{const u=t.isHeaderChecked;let f=n.store;o.isClientPaging&&(f=s()),f.forEach(p=>{const g=l.uncheckable.includes(p[de])||l.disabledRows.includes(p[de]);u?!t.checkedRows.includes(p[de])&&!g&&t.checkedRows.push(p[de]):t.checkedRows.splice(t.checkedRows.indexOf(p[de]),1),g||(p[mn]=u)}),t.isHeaderIndeterminate=!1,a("update:checked",t.checkedRows),a("check-all",h,t.checkedRows)}}},V0=e=>{const{expandedInfo:t}=e,{emit:n}=i.getCurrentInstance();return{onExpanded:(s,l)=>{const a=l[de],r=t.expandedRows.indexOf(a);r===-1?t.expandedRows.push(a):t.expandedRows.splice(r,1),l[_s]=!l[_s],n("update:expanded",t.expandedRows),n("expand-row",s,l[de],l[_s],l[Mt])}}},P0=e=>{const{sortInfo:t,stores:n,updatePagingInfo:o}=e,{emit:s}=i.getCurrentInstance(),l=(m=!0)=>m?["asc","desc","init"]:["asc","desc"];function a(){this.orders=l(),this.dequeue=()=>this.orders.shift(),this.enqueue=m=>this.orders.push(m)}const r=(m,x="init")=>{n.orderedColumns.forEach(b=>{b.index===(m==null?void 0:m.index)&&x?b.sortOption={sortType:x}:b.sortOption={sortType:"init"}})},c=()=>{const m=n.originColumns.filter(x=>x.hiddenDisplay||x.hide);m.length&&m.forEach(x=>{x.sortOption={sortType:"init"}})},d=new a,h=(m,x=!0)=>{const{sortType:b}=(m==null?void 0:m.sortOption)||{};t.sortColumn=m,t.sortField=m==null?void 0:m.field,t.sortOrder=b,t.isSorting=!!b,x&&(r(m,b),s("change-column-info",{type:"sort",columns:ii(n)}))},u=(m,x)=>{if(m.sortable===void 0?!0:m.sortable){t.sortColumn=m,t.sortField!==(m==null?void 0:m.field)&&(d.orders=l(),t.sortField=m==null?void 0:m.field),x&&(d.orders=l(),x==="desc"&&(t.sortOrder=d.dequeue(),d.enqueue(t.sortOrder))),t.sortOrder=d.dequeue(),d.enqueue(t.sortOrder),t.isSorting=!0,o({onSort:!0}),c(),r(m,t.sortOrder);const y=ii(n);s("sort-column",{field:t.sortField,order:t.sortOrder,column:t.sortColumn,columns:y}),s("change-column-info",{type:"sort",columns:y})}},f=()=>{var E;const{field:m,index:x}=t.sortColumn||{},b=((E=t.sortFunction)==null?void 0:E[m])??null,y=(k,B)=>k>B?-1:1,w=(k,B)=>k<B?-1:1,I=(k,B)=>(k===null)-(B===null)||Number(B)-Number(k),M=(k,B)=>(k===null)-(B===null)||Number(k)-Number(B);if(t.sortOrder==="init"||!t.sortField&&!t.isSorting){n.store.sort((k,B)=>typeof k[Mt]=="number"?w(k[Mt],B[Mt]):0);return}const v=t.sortColumn.type||"string",_=t.sortOrder==="desc"?y:w,C=t.sortOrder==="desc"?I:M,S=(k,B)=>{var R,T;let D=k[de][x],O=B[de][x];return k[de][x]&&typeof k[de][x]=="object"&&(D=k[de][x][(R=n.originColumns[x])==null?void 0:R.field],O=B[de][x][(T=n.originColumns[x])==null?void 0:T.field]),{aCol:D,bCol:O}};if(b){n.store.sort((k,B)=>{const D=k[de][x],O=B[de][x],R=b(D,O);return t.sortOrder==="desc"?-R:R});return}switch(v){case"string":n.store.sort((k,B)=>{let{aCol:D,bCol:O}=S(k,B);if((!D||typeof D=="string")&&(!O||typeof O=="string")){D=D||"",O=O||"";const R=D.toLowerCase(),T=O.toLowerCase();if(D!==O&&R===T){const N=Array.from(D).findIndex((L,V)=>L!==O[V]);return _(D[N],O[N])}return _(R,T)}return 0});break;case"stringNumber":n.store.sort((k,B)=>{let{aCol:D,bCol:O}=S(k,B);return!D||typeof D=="string"||typeof D=="number"?(D=D===""?null:D,O=O===""?null:O,C(D??null,O??null)):0});break;default:n.store.sort((k,B)=>{const{aCol:D,bCol:O}=S(k,B);return!D||typeof D=="number"||typeof D=="boolean"?C(D??null,O??null):0});break}},p=()=>{var m;return(m=n.orderedColumns)==null?void 0:m.find(x=>(x==null?void 0:x.sortOption)&&l(!1).includes(x.sortOption.sortType))};return{onSort:u,getSortTarget:p,setSort:f,setSortInfo:h,hasSortTarget:()=>!!p()}},A0=e=>{const{props:t}=i.getCurrentInstance(),{columnSettingInfo:n,filterInfo:o,stores:s,checkInfo:l,pageInfo:a,getConvertValue:r,updateVScroll:c,getPagingData:d,updatePagingInfo:h,getColumnIndex:u}=e,f=M=>{let v=0;M.forEach(_=>{const C=l.checkedRows.includes(_[de]);_[mn]=C,v+=C?1:0}),M.length&&(l.isHeaderChecked=M.length===v,l.isHeaderIndeterminate=M.length!==v&&v>0,l.isHeaderUncheckable=M.every(_=>t.uncheckable.includes(_[de])||t.disabledRows.includes(_[de])))},p=(M,v,_)=>{if(typeof M!="string"||v===null)return!1;const C=v==null?void 0:v.toLowerCase(),S=M==null?void 0:M.toLowerCase();let E=C.includes(S);return _&&(_==="start"?E=C.startsWith(S):_==="end"&&(E=C.endsWith(S))),E},g=(M,v)=>{const _=v.comparison,C=v.value;let S=M[de][v.index];(S||S===0)&&(S=`${M[de][v.index]}`);let E;return _==="="?E=(C==null?void 0:C.toLowerCase())===(S==null?void 0:S.toLowerCase()):_==="!="?E=(C==null?void 0:C.toLowerCase())!==(S==null?void 0:S.toLowerCase()):_==="%s%"?E=p(C,S):_==="notLike"?E=!p(C,S):_==="s%"?E=p(C,S,"start"):_==="%s"?E=p(C,S,"end"):_==="isEmpty"?E=S==null||S==="":_==="isNotEmpty"&&(E=!!S),E},m=(M,v,_)=>{const C=v.comparison,S=Number(v.value.replace(/,/g,""));let E=Number(M[de][v.index]),k;return _==="float"&&(E=Number(E.toFixed(3))),C==="="?k=E===S:C===">"?k=E>S:C==="<"?k=E<S:C==="<="?k=E<=S:C===">="?k=E>=S:C==="!="?k=E!==S:C==="isEmpty"?k=E==null||isNaN(E):C==="isNotEmpty"&&(k=!!E||E===0),k},x=(M,v)=>{const _=v.comparison,C=v.value,S=`${M[de][v.index]}`;let E;return _==="="&&(E=S===C),E},b=(M,v,_)=>{let C=v==="string"||v==="stringNumber"?g:m;return v==="boolean"&&(C=x),M.filter(S=>C(S,_,v))||[]},y=()=>{const M=o.filteringItemsByColumn,v=Object.keys(M),_=s.originStore;let C=[],S=!1,E=[];v.forEach((k,B)=>{const D=M[k],O=u(k),R=t.columns[O].type,T=o.columnOperator==="or",N=B>0&&o.columnOperator==="and";D.forEach((L,V)=>{!C.length&&!S?C=b(_,R,{...L,index:O}):N&&L.operator==="or"?V>0?C.push(...b(E,R,{...L,index:O})):C=b(E,R,{...L,index:O}):V===0&&T||V!==0&&L.operator==="or"?C.push(...b(_,R,{...L,index:O})):C=b(C,R,{...L,index:O}),S=!0}),E=JSON.parse(JSON.stringify(C))}),S?s.filterStore=qp(C,JSON.stringify):s.filterStore=_};let w=null;return{onSearch:M=>{w&&clearTimeout(w),w=setTimeout(()=>{o.isSearch=!1,o.searchWord=M,M&&(s.searchStore=s.store.filter(v=>{let _=!1;const C=n.isFilteringColumn?v[de].filter((S,E)=>n.visibleColumnIdx.includes(E)):v[de];for(let S=0;S<s.orderedColumns.length;S++){const E=s.orderedColumns[S]||{};let k=C[E.index]??null;if(E.type=E.type||"string",k!==null&&(k instanceof Array?k=JSON.stringify(k):typeof k=="object"&&(k=k[E.field]),!E.hide&&((E==null?void 0:E.searchable)===void 0||E!=null&&E.searchable)&&(k=r(E,k).toString(),_=k.toLowerCase().includes(M.toString().toLowerCase()),_)))break}return _}),o.isSearch=!0),f(s.store),!M&&a.isClientPaging&&a.prevPage&&(a.currentPage=1,s.pagingStore=d()),h({onSearch:!0}),c()},500)},setFilter:y,setHeaderCheckboxByFilter:f}},z0=e=>{const{contextInfo:t,stores:n,selectInfo:o,onSort:s,filterInfo:l,useGridSetting:a,columnSettingInfo:r,setColumnHidden:c}=e;let d=null;const{emit:h}=i.getCurrentInstance(),u=m=>{d&&clearTimeout(d);const x=[];d=setTimeout(()=>{if(t.customContextMenu.length){const b=t.customContextMenu.map(y=>{const w=y;return w.validate&&(w.disabled=!w.validate(w.itemId,o.selectedRow)),w.selectedRow=o.selectedRow??[],w.contextmenuInfo=o.contextmenuInfo??[],w});x.push(...b)}t.contextMenuItems=x,t.menu.show(m)},200)};return{setContextMenu:u,onContextMenu:m=>{var w,I,M;m.preventDefault();const b=(I=(w=m.target.closest(".row"))==null?void 0:w.dataset)==null?void 0:I.index;let y=null;b&&(y=(M=n.viewStore.find(v=>v[Mt]===+b))==null?void 0:M[de]),y&&(o.contextmenuInfo=[y],u(m))},onColumnContextMenu:(m,x)=>{var b,y,w,I,M,v,_,C;if(m.target.className==="column-name"){const S=x.sortable===void 0?!0:x.sortable,E=l.isFiltering&&x.filterable===void 0?!0:x.filterable,k=[{text:((b=t.columnMenuTextInfo)==null?void 0:b.ascending)??"Ascending",iconClass:"ev-icon-allow2-up",disabled:!S,hidden:(y=t.hiddenColumnMenuItem)==null?void 0:y.ascending,click:()=>s(x,"asc")},{text:((w=t.columnMenuTextInfo)==null?void 0:w.descending)??"Descending",iconClass:"ev-icon-allow2-down",disabled:!S,hidden:(I=t.hiddenColumnMenuItem)==null?void 0:I.descending,click:()=>s(x,"desc")},{text:((M=t.columnMenuTextInfo)==null?void 0:M.filter)??"Filter",iconClass:"ev-icon-filter-list",click:()=>{const B=document.documentElement.clientWidth,D=t.columnMenu.menuStyle.clientX,O=t.columnMenu.menuStyle.pageX,R=350;B<D+R&&(t.columnMenu.menuStyle.left=`${O-R}px`),l.filterSettingPosition={top:t.columnMenu.menuStyle.top,left:t.columnMenu.menuStyle.left},l.isShowFilterSetting=!0,l.filteringColumn=x,h("change-column-info",{type:"filter",columns:n.updatedColumns})},disabled:!E,hidden:((v=t.hiddenColumnMenuItem)==null?void 0:v.filter)||!l.isFiltering},{text:((_=t.columnMenuTextInfo)==null?void 0:_.hide)??"Hide",iconClass:"ev-icon-visibility-off",disabled:!a.value||n.orderedColumns.length===1||x.fixed,hidden:((C=t.hiddenColumnMenuItem)==null?void 0:C.hide)||!a.value,click:()=>{c(x.field),h("change-column-status",{columns:n.updatedColumns}),h("change-column-info",{type:"display",columns:n.updatedColumns})}}];if(t.columnMenuItems=[],!S&&!E&&!a.value)return;t.columnMenuItems=k.filter(B=>!B.hidden)}},onGridSettingContextMenu:m=>{const{useDefaultColumnSetting:x,columnSettingTextInfo:b}=r,y={text:(b==null?void 0:b.title)??"Column List",isShowMenu:!0,click:()=>{r.isShowColumnSetting=!0,t.isShowMenuOnClick=!0}};t.customGridSettingContextMenu.length&&(t.gridSettingContextMenuItems=[...t.customGridSettingContextMenu]),x&&t.gridSettingContextMenuItems.push(y),t.gridSettingMenu.show(m)}}},F0=e=>{const{props:t}=i.getCurrentInstance(),{selectInfo:n,checkInfo:o,stores:s,sortInfo:l,elementInfo:a,filterInfo:r,expandedInfo:c,setSort:d,setSortInfo:h,updateVScroll:u,setFilter:f}=e;return{setStore:({rows:g,isMakeIndex:m=!0,isInit:x=!1})=>{var y,w,I;const b=s.orderedColumns.find(M=>(M==null?void 0:M.sortOption)&&["asc","desc"].includes(M.sortOption.sortType));if(m){const M=[];let v=!1;g.forEach((_,C)=>{const S=t.checked.includes(_),E=t.uncheckable.includes(_)||t.disabledRows.includes(_);let k=!1;n.useSelect&&(k=t.selected.includes(_)),!S&&!E&&(v=!0);let B=!1;c.useRowDetail&&(B=t.expanded.includes(_));const D=t.disabledRows.includes(_);M.push([C,S,_,k,B,E,D])}),g.length!==t.checked.length&&(g.length===((y=t.uncheckable)==null?void 0:y.length)||g.length===((w=t.disabledRows)==null?void 0:w.length))&&(v=!0),o.isHeaderChecked=g.length>0?!v:!1,o.isHeaderIndeterminate=v&&!!o.checkedRows.length,o.isHeaderUncheckable=g.every(_=>t.uncheckable.includes(_)||t.disabledRows.includes(_)),s.originStore=M}r.isFiltering&&f(),b&&x&&h(b,!1),l.sortField&&d(),(I=a.body)!=null&&I.clientHeight&&u()}}},H0=e=>{const{emit:t}=i.getCurrentInstance(),{stores:n,pageInfo:o,sortInfo:s,filterInfo:l,elementInfo:a,clearCheckInfo:r}=e,c=()=>{const u=(o.currentPage-1)*o.perPage,f=parseInt(u,10)+parseInt(o.perPage,10);return n.store.slice(u,f)},d=u=>{t("page-change",{eventName:u,pageInfo:{currentPage:o.currentPage,prevPage:o.prevPage,startIndex:o.startIndex,total:o.pageTotal,perPage:o.perPage},sortInfo:{field:s.sortField,order:s.sortOrder},searchInfo:{searchWord:l.searchWord,searchColumns:n.orderedColumns.filter(f=>!f.hide&&((f==null?void 0:f.searchable)===void 0||(f==null?void 0:f.searchable))).map(f=>f.field)}}),o.isInfinite&&(u!=null&&u.onSearch||u!=null&&u.onSort)&&(o.currentPage=1,a.body.scrollTop=0,r())};return{getPagingData:c,updatePagingInfo:d,changePage:u=>{if(o.isClientPaging)if(o.prevPage=u,n.store.length<=o.perPage)n.pagingStore=n.store;else{const f=(o.currentPage-1)*o.perPage,p=parseInt(f,10)+parseInt(o.perPage,10);n.pagingStore=n.store.slice(f,p),a.body.scrollTop=0,o.startIndex=f}d({onChangePage:!0})}}},Ir=e=>{const{props:t,emit:n}=i.getCurrentInstance(),{stores:o,columnSettingInfo:s,contextInfo:l,onSearch:a,onResize:r}=e,c=m=>{var x,b,y;if(s.isShowColumnSetting)if(s.columnSettingPosition.columnListMenuWidth=0,l.gridSettingContextMenuItems.length){const w=l.gridSettingContextMenuItems.length-1,I=(y=(b=(x=l.gridSettingMenu)==null?void 0:x.rootMenuList)==null?void 0:b.$el)==null?void 0:y.children[0].children[w].getBoundingClientRect();s.columnSettingPosition.columnListMenuWidth=I.width,s.columnSettingPosition.top=I.top,s.columnSettingPosition.left=I.right}else{const w=m==null?void 0:m.getBoundingClientRect(),I=w==null?void 0:w.height;s.columnSettingPosition.top=(w==null?void 0:w.top)+I,s.columnSettingPosition.left=w==null?void 0:w.right}},d=()=>{o.filteredColumns.length=0,s.isFilteringColumn=!1,s.visibleColumnIdx=[],s.hiddenColumn=""},h=()=>Array.isArray(o.movedColumns)&&o.movedColumns.length?o.movedColumns:o.originColumns||[],u=(m,x)=>{var y;if(!m)return;m.hiddenDisplay=x;const b=(y=o.originColumns)==null?void 0:y.find(w=>w.index===m.index);if(b&&b!==m&&(b.hiddenDisplay=x),Array.isArray(o.movedColumns)){const w=o.movedColumns.find(I=>I.index===m.index);w&&w!==m&&(w.hiddenDisplay=x)}},f=()=>{s.visibleColumnIdx=o.filteredColumns.map(b=>b.index);const m=o.originColumns.filter(b=>!b.hide||b.hiddenDisplay).map(b=>b.index),x=s.visibleColumnIdx;s.isFilteringColumn=x.length!==m.length,t.option.searchValue&&a(t.option.searchValue),r()};return{setPositionColumnSetting:c,initColumnSettingInfo:d,onApplyColumn:m=>{const x=o.orderedColumns.filter(I=>!I.hide&&!I.hiddenDisplay);if(m.length===x.length&&x.every(I=>m.includes(I.field)))return;const y=h(),w=new Set(m);o.filteredColumns=y.filter(I=>{const M=w.has(I.field)||!I.caption;return u(I,!M),M}),s.hiddenColumn="",f(),n("change-column-status",{columns:o.updatedColumns}),n("change-column-info",{type:"display",columns:o.updatedColumns})},setColumnHidden:m=>{const x=o.orderedColumns.filter(y=>!y.hide&&!y.hiddenDisplay);if(x.length===1)return;o.filteredColumns=x.filter(y=>{const w=y.field===m;return u(y,w),!w}),h().forEach(y=>{y.field===m&&u(y,!0)}),s.hiddenColumn=m,f()}}},W0=({stores:e})=>{const{emit:t}=i.getCurrentInstance(),n=r=>{var u;const c=(u=e.movedColumns)!=null&&u.length?[...e.movedColumns]:[...e.originColumns],d=[...r],h=new Set(d.map(f=>f.index));e.movedColumns=c.map(f=>h.has(f.index)?d.shift():f)},o=(r,c)=>{const d=parseInt(r,10),h=parseInt(c,10);if(!Number.isInteger(d)||!Number.isInteger(h))return;const u=[...e.orderedColumns],f=u[d];u.splice(d,1),u.splice(h,0,f),e.filteredColumns.length&&(e.filteredColumns=u),n(u)};return{onDragStart:r=>{r.dataTransfer.setData("text/plain",r.currentTarget.dataset.index)},onDragOver:r=>{r.preventDefault()},onDrop:r=>{r.preventDefault();const c=r.dataTransfer.getData("text/plain"),d=r.target.parentNode.dataset.index;o(c,d),t("change-column-order",{column:e.orderedColumns[d],columns:e.updatedColumns}),t("change-column-info",{type:"order",columns:e.updatedColumns})}}},$0={name:"EvGrid",directives:{clickoutside:Ro,observeVisibility:Xi,resize:wn},components:{Toolbar:Kb,GridPagination:yr,GridSummary:kr,ColumnSetting:Mr,FilterSetting:w0,GridSortButton:Er,GridOptionButton:Ns},props:{columns:{type:[Array],default:()=>[]},rows:{type:[Array],default:()=>[]},width:{type:[String,Number],default:"100%"},height:{type:[String,Number],default:"100%"},selected:{type:[Array],default:()=>[]},checked:{type:[Array],default:()=>[]},uncheckable:{type:[Array],default:()=>[]},expanded:{type:[Array],default:()=>[]},disabledRows:{type:[Array],default:()=>[]},option:{type:Object,default:()=>({})}},emits:{"update:selected":null,"update:checked":null,"update:expanded":null,"check-row":null,"check-all":null,"click-row":null,"dblclick-row":null,"page-change":null,"sort-column":null,"expand-row":null,"resize-column":({column:e,columns:t})=>({column:e,columns:t}),"change-column-order":({column:e,columns:t})=>({column:e,columns:t}),"change-column-status":({columns:e})=>({columns:e}),"change-column-info":({type:e,columns:t})=>({type:e,columns:t})},setup(e){var Wr,$r,Xr,Ur,jr,Yr,Gr,Zr,qr;const{isRenderer:a,getComponentName:r,getConvertValue:c,getColumnIndex:d,setPixelUnit:h}=O0(),u=i.ref(null),f=i.computed(()=>{var F,ee;return((ee=(F=e.option)==null?void 0:F.useGridSetting)==null?void 0:ee.use)||!1}),p=i.computed(()=>e.option.showHeader??!0),g=i.computed(()=>{var F;return((F=e.option)==null?void 0:F.useSummary)||!1}),m=i.computed(()=>{var F;return((F=e.option.style)==null?void 0:F.stripe)||!1}),x=i.computed(()=>{var F;return((F=e.option.style)==null?void 0:F.border)||""}),b=i.computed(()=>{var F;return((F=e.option.style)==null?void 0:F.highlight)??-1}),y=i.computed(()=>e.option.emptyText??"No records"),w=e.option.rowMinHeight||35,I=i.ref(0),M=i.reactive({body:null,header:null,table:null,resizeLine:null,"grid-wrapper":null}),v=i.reactive({isSearch:!1,searchWord:"",isFiltering:i.computed(()=>e.option.useFilter??!1),isShowFilterSetting:!1,filterSettingPosition:{left:0,top:0},filteringColumn:null,filteringItemsByColumn:{},columnOperator:"and"}),_=i.reactive({isShowColumnSetting:!1,isFilteringColumn:!1,visibleColumnIdx:[],hiddenColumn:"",columnSettingPosition:{top:0,left:0,columnListMenuWidth:0},useDefaultColumnSetting:i.computed(()=>{var F,ee;return((ee=(F=e.option)==null?void 0:F.useGridSetting)==null?void 0:ee.useDefaultColumnSetting)??!0}),columnSettingTextInfo:{title:(($r=(Wr=e.option)==null?void 0:Wr.useGridSetting)==null?void 0:$r.columnMenuText)??"Column List",search:((Ur=(Xr=e.option)==null?void 0:Xr.useGridSetting)==null?void 0:Ur.searchText)??"Search",empty:((Yr=(jr=e.option)==null?void 0:jr.useGridSetting)==null?void 0:Yr.emptyText)??"No records",ok:((Zr=(Gr=e.option)==null?void 0:Gr.useGridSetting)==null?void 0:Zr.okBtnText)??"OK"}}),C=i.reactive({viewStore:[],originStore:[],pagingStore:[],searchStore:[],filterStore:[],store:i.computed(()=>{const F=v.isFiltering?C.filterStore:C.originStore;return v.isSearch?C.searchStore:F}),filteredColumns:[],movedColumns:[],originColumns:i.computed(()=>e.columns.map((F,ee)=>{var Ce;return{index:ee,hiddenDisplay:!1,...F,width:isFinite(F.width)?F.width:void 0,sortOption:{sortType:((Ce=F==null?void 0:F.sortOption)==null?void 0:Ce.sortType)||"init"}}})),orderedColumns:i.computed(()=>{const F=C.movedColumns.length?C.movedColumns:C.originColumns;return C.filteredColumns.length?C.filteredColumns:F}),updatedColumns:i.computed(()=>ii(C))}),S=i.reactive({usePage:i.computed(()=>{var F;return((F=e.option.page)==null?void 0:F.use)||!1}),useClient:((qr=e.option.page)==null?void 0:qr.useClient)||!1,isInfinite:i.computed(()=>{var F;return((F=e.option.page)==null?void 0:F.isInfinite)||!1}),startIndex:0,prevPage:0,currentPage:0,pageTotal:i.computed(()=>{var F,ee;return(F=e.option.page)!=null&&F.useClient?C.store.length:(ee=e.option.page)==null?void 0:ee.total}),perPage:i.computed(()=>{var F;return((F=e.option.page)==null?void 0:F.perPage)||20}),visiblePage:i.computed(()=>{var F;return((F=e.option.page)==null?void 0:F.visiblePage)||8}),order:i.computed(()=>{var F;return((F=e.option.page)==null?void 0:F.order)||"center"}),showPageInfo:i.computed(()=>{var F;return((F=e.option.page)==null?void 0:F.showPageInfo)||!1}),isClientPaging:i.computed(()=>S.useClient&&S.usePage&&!S.isInfinite),isHighlight:!1,highlightPage:0}),E=i.reactive({prevCheckedRow:[],isHeaderChecked:!1,isHeaderUncheckable:!1,isHeaderIndeterminate:!1,checkedRows:e.checked,useCheckbox:i.computed(()=>e.option.useCheckbox||{})}),k=i.reactive({expandedRows:e.expanded,useRowDetail:i.computed(()=>{var F,ee;return((ee=(F=e.option)==null?void 0:F.rowDetail)==null?void 0:ee.use)??!1}),detailRowHeight:i.computed(()=>{var F,ee;return(ee=(F=e.option)==null?void 0:F.rowDetail)==null?void 0:ee.detailRowHeight})}),B=i.reactive({lastScroll:{top:0,left:0},vScrollTopHeight:0,vScrollBottomHeight:0,hasVerticalScrollBar:!1,hasHorizontalScrollBar:!1}),D=i.reactive({contextmenuInfo:e.contextmenuInfo,selectedRow:e.selected,useSelect:i.computed(()=>{var F,ee;return((ee=(F=e.option)==null?void 0:F.useSelection)==null?void 0:ee.use)??!0}),multiple:i.computed(()=>{var F,ee;return((ee=(F=e.option)==null?void 0:F.useSelection)==null?void 0:ee.multiple)??!1})}),O=i.reactive({isSorting:!1,sortField:"",sortOrder:"",sortColumn:{},sortFunction:e.option.customAscFunction??{}}),R=i.reactive({menu:null,contextMenuItems:[],contextMenuClass:e.option.customContextMenuClass||"",columnMenu:null,columnMenuItems:[],columnMenuTextInfo:e.option.columnMenuText||{},hiddenColumnMenuItem:e.option.hiddenColumnMenuItem||{},customContextMenu:e.option.customContextMenu||[],gridSettingMenu:null,gridSettingContextMenuItems:[],customGridSettingContextMenu:i.computed(()=>{var F,ee;return((ee=(F=e.option)==null?void 0:F.useGridSetting)==null?void 0:ee.customContextMenu)||[]}),isShowMenuOnClick:!1}),T=i.reactive({minWidth:40,rendererMinWidth:80,iconWidth:42,showResizeLine:!1,adjust:e.option.adjust||!1,columnWidth:e.option.columnWidth||80,scrollWidth:e.option.scrollWidth||17,rowHeight:i.computed(()=>e.option.rowHeight>w?e.option.rowHeight:w),gridWidth:i.computed(()=>e.width?h(e.width):"100%"),gridHeight:i.computed(()=>e.height?h(e.height):"100%")}),N=()=>{E.checkedRows=[],E.isHeaderChecked=!1,E.isHeaderIndeterminate=!1,C.store.forEach(F=>{F[1]=!1})},L=()=>{D.selectedRow=[],C.store.forEach(F=>{F[3]=!1})},V=()=>{C.store.forEach(F=>{F[4]=!1}),k.expandedRows=[]},{getPagingData:P,updatePagingInfo:A,changePage:z}=H0({stores:C,pageInfo:S,sortInfo:O,filterInfo:v,elementInfo:M,clearCheckInfo:N}),$=i.ref(0),{updateVScroll:U,updateHScroll:H,onScroll:X}=R0({scrollInfo:B,stores:C,elementInfo:M,resizeInfo:T,pageInfo:S,summaryScroll:$,expandedInfo:k,getPagingData:P,updatePagingInfo:A}),{onCheck:Y,onCheckAll:K}=_0({checkInfo:E,stores:C,pageInfo:S,getPagingData:P}),{onExpanded:q}=V0({expandedInfo:k}),{onSort:Q,getSortTarget:J,setSort:te,setSortInfo:G,hasSortTarget:oe}=P0({sortInfo:O,stores:C,updatePagingInfo:A}),{onSearch:Z,setFilter:ae,setHeaderCheckboxByFilter:me}=A0({columnSettingInfo:_,filterInfo:v,stores:C,checkInfo:E,pageInfo:S,getConvertValue:c,updateVScroll:U,getPagingData:P,updatePagingInfo:A,getColumnIndex:d}),{setStore:re}=F0({selectInfo:D,checkInfo:E,stores:C,sortInfo:O,elementInfo:M,filterInfo:v,expandedInfo:k,setSort:te,setSortInfo:G,updateVScroll:U,setFilter:ae}),{calculatedColumn:ue,onResize:ke,onShow:rt,onColumnResize:ct}=L0({resizeInfo:T,elementInfo:M,checkInfo:E,expandedInfo:k,stores:C,isRenderer:a,updateVScroll:U,updateHScroll:H,contextInfo:R}),{setPositionColumnSetting:yt,initColumnSettingInfo:ho,onApplyColumn:uo,setColumnHidden:fo}=Ir({stores:C,columnSettingInfo:_,contextInfo:R,onSearch:Z,onResize:ke}),{setContextMenu:Zt,onContextMenu:As,onColumnContextMenu:zs,onGridSettingContextMenu:ci}=z0({contextInfo:R,stores:C,selectInfo:D,useGridSetting:f,filterInfo:v,columnSettingInfo:_,setColumnHidden:fo,onSort:Q}),{onRowClick:di,onRowDblClick:hi}=N0({selectInfo:D,stores:C}),{onDragStart:ui,onDragOver:fi,onDrop:mi}=W0({stores:C}),gi=F=>{R.gridSettingContextMenuItems.length=0,R.customGridSettingContextMenu.length?ci(F):_.isShowColumnSetting=!0},qt=F=>{var ee,Ce,xt,Kt,mo,Et,Je,pi,yi,Kr;F.type==="wheel"&&((ee=R.menu)==null||ee.hide(F)),F.type==="scroll"&&!((Ce=F.target.classList)!=null&&Ce.contains("table-body"))&&!((Kt=(xt=F.target.offsetParent)==null?void 0:xt.classList)!=null&&Kt.contains("ev-select-dropbox"))&&!((Et=(mo=F.target.offsetParent)==null?void 0:mo.classList)!=null&&Et.contains("ev-grid-column-setting"))&&!((pi=(Je=F.target.offsetParent)==null?void 0:Je.classList)!=null&&pi.contains("ev-text-field-wrapper"))&&(v.isShowFilterSetting=!1,_.isShowColumnSetting=!1,R.isShowMenuOnClick=!1,(yi=R.columnMenu)==null||yi.hide(F),(Kr=R.gridSettingMenu)==null||Kr.hide())};i.onMounted(()=>{ue(),re({rows:e.rows,isInit:!0}),document.addEventListener("wheel",qt,{capture:!1}),document.addEventListener("scroll",qt,{capture:!0})}),i.onUnmounted(()=>{document.removeEventListener("wheel",qt,{capture:!1}),document.removeEventListener("scroll",qt,{capture:!0})}),i.onActivated(()=>{ke()}),i.onUpdated(()=>{var F;I.value=((F=M["grid-wrapper"])==null?void 0:F.offsetWidth)/1.5||0}),i.watch(()=>_.isShowColumnSetting,F=>{var ee;if(!F){(ee=R.gridSettingMenu)==null||ee.hide();return}yt(u.value)}),i.watch(()=>e.columns,()=>{oe()?G(J()):(G(J()),te()),v.filteringColumn=null,v.filteringItemsByColumn={},C.filterStore=[],re({rows:[],isMakeIndex:!1}),ho(),C.movedColumns.length=0},{deep:!0}),i.watch(()=>O.isSorting,F=>{F&&(re({rows:C.originStore,isMakeIndex:!1}),O.isSorting=!F,S.isClientPaging&&(S.currentPage=1,C.pagingStore=P(),N()))}),i.watch(()=>e.rows,F=>{re({rows:F}),v.isSearch&&Z(v.searchWord),ke()},{deep:!0}),i.watch(()=>e.uncheckable,()=>{re({rows:e.rows})},{deep:!0}),i.watch(()=>e.checked,F=>{E.checkedRows=F}),i.watch(()=>e.disabledRows,()=>{C.store.length&&C.store.forEach(F=>{F[6]=e.disabledRows.includes(F[2])})},{deep:!0}),i.watch(()=>E.checkedRows,F=>{E.isHeaderChecked=!1;let ee=C.store;S.isClientPaging&&(ee=P()),ee.length&&(ee.forEach(Ce=>{Ce[1]=F.includes(Ce[2])}),E.isHeaderChecked=F.length===ee.length),U()}),i.watch(()=>e.selected,F=>{D.useSelect&&(D.selectedRow=F)}),i.watch(()=>D.selectedRow,F=>{D.useSelect&&(C.store.forEach(ee=>{ee[3]=F.includes(ee[2])&&!e.disabledRows.includes(ee[2])}),U())}),i.watch(()=>b.value,async F=>{if(await i.nextTick(),F>=0){if(S.usePage&&!S.isInfinite&&(S.highlightPage=Math.ceil(F/S.perPage)||1,S.highlightPage!==S.currentPage)){S.currentPage=S.highlightPage,S.isHighlight=!0;return}M.body.scrollTop=T.rowHeight*b.value}}),i.watch(()=>E.useCheckbox.mode,()=>{N()}),i.watch(()=>D.useSelect,()=>{L()}),i.watch(()=>D.multiple,()=>{L()}),i.watch(()=>e.checked.length,F=>{F||N()}),i.watch(()=>e.expanded.length,F=>{F||V(),U()}),i.watch(()=>[e.option.columnWidth,T.gridWidth],async()=>{await i.nextTick(),T.columnWidth=e.option.columnWidth;const F=M["grid-wrapper"];F.style.width=T.gridWidth,F.style.height=T.gridHeight,C.orderedColumns.map(ee=>{var xt;const Ce=ee;return!((xt=e.columns[ee.index])!=null&&xt.width)&&!Ce.resized&&(Ce.width=0),Ce}),ke()}),i.watch(()=>e.option.searchValue,F=>{F!==void 0&&(Z((F==null?void 0:F.value)??F),S.isClientPaging&&(N(),L()))},{immediate:!0}),i.watch(()=>{var F;return(F=e.option.page)==null?void 0:F.currentPage},F=>{var Ce;const ee=F||1;S.currentPage=(Ce=e.option.page)!=null&&Ce.isInfinite?1:ee},{immediate:!0}),i.watch(()=>S.currentPage,(F,ee)=>{i.nextTick(()=>{z(ee),S.isClientPaging&&F!==ee&&(N(),L()),U(),F===S.highlightPage&&S.isHighlight&&(M.body.scrollTop=T.rowHeight*b.value,S.isHighlight=!S.isHighlight)})});const gn=i.reactive({boxTop:0,boxLeft:0}),W=i.ref(null),ne=i.ref(!1),he=i.ref(!1),xe=i.ref(null),Me=i.ref({}),Ve=i.reactive({caption:"",field:""}),Xe=i.ref([]),aw=[{name:"AND",value:"and"},{name:"OR",value:"or"}],Fs=i.ref(0),rw=({caption:F,field:ee},Ce)=>{if(Ve.caption=F,Ve.field=ee,Xe.value=Ce,(Ce==null?void 0:Ce.length)>1){ne.value=!0;const xt=W.value.getBoundingClientRect().left,Kt=window.pageYOffset+W.value.getBoundingClientRect().top+W.value.getBoundingClientRect().height;gn.boxTop=`${Kt}px`,gn.boxLeft=`${xt}px`}},cw=()=>{C.filterStore=[],re({rows:[],isMakeIndex:!1})},Hs=async F=>{var Kt,mo;F&&he.value&&(Fs.value=0);const ee=(Kt=W.value)==null?void 0:Kt.getElementsByClassName("filtering-items__item"),Ce=[];let xt=0;if(ee){for(let Et=0;Et<ee.length;Et++){const Je=ee[Et];Je.classList.remove("non-display");const pi=(mo=W.value.getBoundingClientRect())==null?void 0:mo.width,{width:yi}=Je.getBoundingClientRect();xt+=yi+10,pi-150<=xt&&!Je.classList.contains("filtering-items__item--count")?(Fs.value++,Ce.push(Je),Me.value={...Me.value,[Je.dataset.field]:Se(v.filteringItemsByColumn[Je.dataset.field])}):delete Me.value[Je.dataset.field]}ee.forEach(Et=>{const Je=Ce.includes(Et);Et.classList.toggle("non-display",Je)})}},dw=async(F,ee)=>{ee!=null&&ee.length?(v.filteringItemsByColumn[F]=ee,he.value=!0):(delete Me.value[F],delete v.filteringItemsByColumn[F]),await i.nextTick(),Hs(!0),v.isShowFilterSetting=!1,C.filterStore=[],re({rows:[],isMakeIndex:!1}),me(C.filterStore)};let Ws=null;const hw=()=>{Ws&&clearTimeout(Ws),Ws=setTimeout(()=>{he.value=!he.value,Hs(he.value)},150)},uw=()=>{v.filteringColumn=null,v.filteringItemsByColumn={},Me.value={},C.filterStore=[],re({rows:[],isMakeIndex:!1})},fw=i.computed(()=>{var F;return{width:`${I.value}px`,top:`${((F=W.value)==null?void 0:F.getBoundingClientRect().height)||0}px`}}),mw=F=>{const ee=v.filteringItemsByColumn[F];return ee==null?void 0:ee[ee.length-1]},gw=()=>{const F=document.createElement("div");F.id="ev-grid-filtering-items-modal",F.setAttribute("style","position: absolute; top: 0; left: 0;"),document.getElementById("ev-grid-filtering-items-modal")||document.body.appendChild(F)};return i.onBeforeMount(()=>gw()),{idColIndex:i.computed(()=>{var F;return(F=C.orderedColumns.find(ee=>ee.field==="id"))==null?void 0:F.index}),summaryScroll:$,showHeader:p,stripeStyle:m,borderStyle:x,highlightIdx:b,useSummary:g,useGridSetting:f,toolbarRef:u,stores:C,emptyText:y,...i.toRefs(M),...i.toRefs(C),...i.toRefs(v),...i.toRefs(B),...i.toRefs(S),...i.toRefs(T),...i.toRefs(D),...i.toRefs(E),...i.toRefs(k),...i.toRefs(O),...i.toRefs(R),...i.toRefs(_),isRenderer:a,getComponentName:r,getConvertValue:c,getColumnIndex:d,setPixelUnit:h,updateVScroll:U,updateHScroll:H,onScroll:X,calculatedColumn:ue,onResize:ke,onShow:rt,onColumnResize:ct,onRowClick:di,onRowDblClick:hi,onCheck:Y,onCheckAll:K,onExpanded:q,onSort:Q,setSort:te,setStore:re,setContextMenu:Zt,onContextMenu:As,onSearch:Z,setGridSetting:gi,onApplyColumn:uo,onColumnContextMenu:zs,filteringItemsWidth:I,isShowColumnFilteringItems:he,operatorItems:aw,selectedFilteringItems:Xe,selectedFilteringColumn:Ve,filteringItemsRef:W,isShowFilteringItemsBox:ne,filteringItemsStyle:fw,hiddenFilteringItemsCount:Fs,...i.toRefs(gn),hiddenFilteringItemsRef:xe,hiddenFilteringItemsByColumn:Me,removeAllFiltering:uw,onExpandFilteringItems:hw,setColumnFilteringItems:Hs,onChangeOperator:cw,onApplyFilter:dw,onClickFilteringItem:rw,getFilteringItemByField:mw,onDragStart:ui,onDragOver:fi,onDrop:mi,ROW_DISABLED_INDEX:6}}},X0={key:0,class:"filtering-items filtering-items--used"},U0={key:1,ref:"filteringItemsRef",class:"filtering-items"},j0=["data-field","onClick"],Y0={class:"filtering-items__item--title"},G0=["title"],Z0={key:1,class:"filtering-items__item--value"},q0=["onClick"],K0={class:"filtering-items__item--title"},J0=["title"],Q0={key:1,class:"filtering-items__item--value"},eC={class:"column-list"},tC=["data-index"],nC=["title","onClick"],oC=["onClick"],iC=["onMousedown"],sC={ref:"table"},lC=["data-index","disabled","onClick","onContextmenu","onDblclick"],aC=["data-name","data-index","disabled"],rC={key:0},cC=["title"],dC=["disabled"],hC=["disabled"],uC={key:0},fC=["colspan"],mC={key:0},gC={class:"is-empty"},pC={ref:"resizeLine",class:"table-resize-line"};function yC(e,t,n,o,s,l){var I;const a=i.resolveComponent("ev-icon"),r=i.resolveComponent("ev-select"),c=i.resolveComponent("grid-option-button"),d=i.resolveComponent("toolbar"),h=i.resolveComponent("ev-checkbox"),u=i.resolveComponent("grid-sort-button"),f=i.resolveComponent("ev-context-menu"),p=i.resolveComponent("grid-summary"),g=i.resolveComponent("grid-pagination"),m=i.resolveComponent("filter-setting"),x=i.resolveComponent("column-setting"),b=i.resolveDirective("clickoutside"),y=i.resolveDirective("resize"),w=i.resolveDirective("observe-visibility");return i.openBlock(),i.createElementBlock(i.Fragment,null,[e.$slots.toolbar||o.useGridSetting?(i.openBlock(),i.createElementBlock("div",{key:0,ref:"toolbarRef",class:"toolbar-wrapper",style:i.normalizeStyle(`width: ${e.gridWidth};`)},[i.createVNode(d,null,{toolbarWrapper:i.withCtx(()=>[i.createElementVNode("div",{class:"filtering",style:i.normalizeStyle({width:`${o.filteringItemsWidth}px`})},[e.isFiltering&&!Object.keys(e.filteringItemsByColumn).length?(i.openBlock(),i.createElementBlock("div",X0,[i.createVNode(a,{icon:"ev-icon-filter-list"}),t[18]||(t[18]=i.createElementVNode("span",null,"Filter",-1))])):i.createCommentVNode("",!0),e.isFiltering&&Object.keys(e.filteringItemsByColumn).length?(i.openBlock(),i.createElementBlock("div",U0,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(Object.keys(e.filteringItemsByColumn),(M,v)=>{var _,C,S,E;return i.openBlock(),i.createElementBlock(i.Fragment,{key:v},[v===0?(i.openBlock(),i.createElementBlock("div",{key:0,class:"filtering-items__item filtering-items__item--filter",onClick:t[0]||(t[0]=i.withModifiers((...k)=>o.onExpandFilteringItems&&o.onExpandFilteringItems(...k),["stop"]))},[i.createVNode(a,{icon:"ev-icon-filter-list",class:"filtering-items-expand"}),i.createElementVNode("span",null," Filter ("+i.toDisplayString(Object.keys(e.filteringItemsByColumn).length)+") ",1),i.createVNode(a,{class:"filtering-items__item--remove",icon:"ev-icon-s-close",style:{"margin-left":"0"},onClick:i.withModifiers(o.removeAllFiltering,["stop"])},null,8,["onClick"])])):i.createCommentVNode("",!0),v===1?(i.openBlock(),i.createBlock(r,{key:1,modelValue:e.columnOperator,"onUpdate:modelValue":t[1]||(t[1]=k=>e.columnOperator=k),items:o.operatorItems,class:"filtering-items__item--operator",onChange:o.onChangeOperator},null,8,["modelValue","items","onChange"])):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"filtering-items__item non-display","data-field":M,onClick:i.withModifiers(k=>{var B;return o.onClickFilteringItem({caption:(B=o.getFilteringItemByField(M))==null?void 0:B.caption,field:M},e.filteringItemsByColumn[M])},["stop"])},[i.createElementVNode("span",Y0,i.toDisplayString((_=o.getFilteringItemByField(M))==null?void 0:_.caption)+" "+i.toDisplayString((C=o.getFilteringItemByField(M))==null?void 0:C.comparison),1),e.filteringItemsByColumn[M].length<2?(i.openBlock(),i.createElementBlock("span",{key:0,class:"filtering-items__item--value",title:(S=o.getFilteringItemByField(M))==null?void 0:S.value},i.toDisplayString((E=o.getFilteringItemByField(M))==null?void 0:E.value),9,G0)):(i.openBlock(),i.createElementBlock("span",Z0," + "+i.toDisplayString(e.filteringItemsByColumn[M].length),1)),i.createVNode(a,{class:"filtering-items__item--remove",icon:"ev-icon-s-close",onClick:k=>o.onApplyFilter(M,[])},null,8,["onClick"])],8,j0)],64)}),128)),o.isShowColumnFilteringItems&&Object.keys(e.filteringItemsByColumn).length&&o.hiddenFilteringItemsCount>0?(i.openBlock(),i.createElementBlock("div",{key:0,class:"filtering-items__item filtering-items__item--count",onClick:t[2]||(t[2]=(...M)=>o.onExpandFilteringItems&&o.onExpandFilteringItems(...M))}," + "+i.toDisplayString(o.hiddenFilteringItemsCount),1)):i.createCommentVNode("",!0)],512)):i.createCommentVNode("",!0),!o.isShowColumnFilteringItems&&Object.keys(o.hiddenFilteringItemsByColumn).length?i.withDirectives((i.openBlock(),i.createElementBlock("div",{key:2,ref:"hiddenFilteringItemsRef",class:"filtering-items filtering-items__hidden-items",style:i.normalizeStyle(o.filteringItemsStyle)},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(Object.keys(o.hiddenFilteringItemsByColumn),(M,v)=>{var _,C,S,E;return i.openBlock(),i.createElementBlock("div",{key:v,class:"filtering-items__item",onClick:i.withModifiers(k=>{var B;return o.onClickFilteringItem({caption:(B=o.getFilteringItemByField(M))==null?void 0:B.caption,field:M},o.hiddenFilteringItemsByColumn[M])},["stop"])},[i.createElementVNode("span",K0,i.toDisplayString((_=o.getFilteringItemByField(M))==null?void 0:_.caption)+" "+i.toDisplayString((C=o.getFilteringItemByField(M))==null?void 0:C.comparison),1),o.hiddenFilteringItemsByColumn[M].length<2?(i.openBlock(),i.createElementBlock("span",{key:0,class:"filtering-items__item--value",title:(S=o.getFilteringItemByField(M))==null?void 0:S.value},i.toDisplayString((E=o.getFilteringItemByField(M))==null?void 0:E.value),9,J0)):(i.openBlock(),i.createElementBlock("span",Q0," + "+i.toDisplayString(o.hiddenFilteringItemsByColumn[M].length),1)),i.createVNode(a,{class:"filtering-items__item--remove",icon:"ev-icon-s-close",onClick:k=>o.onApplyFilter(M,[],!0)},null,8,["onClick"])],8,q0)}),128))],4)),[[b,()=>{o.isShowColumnFilteringItems||o.onExpandFilteringItems()}]]):i.createCommentVNode("",!0)],4),o.useGridSetting?(i.openBlock(),i.createBlock(c,{key:0,class:"grid-setting__icon",onClick:t[3]||(t[3]=M=>o.setGridSetting(M))})):i.createCommentVNode("",!0),i.renderSlot(e.$slots,"toolbar",{item:{onSearch:o.onSearch}},void 0,!0)]),_:3})],4)):i.createCommentVNode("",!0),i.withDirectives((i.openBlock(),i.createElementBlock("div",i.mergeProps({ref:"grid-wrapper"},e.$attrs,{class:"grid-wrapper",style:`width: ${e.gridWidth}; height: ${e.gridHeight};`}),[i.createElementVNode("div",{ref:"grid",class:i.normalizeClass({table:!0,adjust:e.adjust,"ev-grid":!0,"non-header":!o.showHeader,"ev-grid--empty":!e.viewStore.length})},[i.withDirectives(i.createElementVNode("div",{ref:"header",class:i.normalizeClass({"table-header":!0,"non-border":!!o.borderStyle})},[i.createElementVNode("ul",eC,[e.useCheckbox.use?(i.openBlock(),i.createElementBlock("li",{key:0,class:i.normalizeClass({column:!0,"checkbox-all":!0,"non-border":!!o.borderStyle}),style:i.normalizeStyle({width:`${e.minWidth}px`,"border-right":"1px solid #CFCFCF"})},[e.useCheckbox.use&&e.useCheckbox.headerCheck&&e.useCheckbox.mode!=="single"?(i.openBlock(),i.createBlock(h,{key:0,modelValue:e.isHeaderChecked,"onUpdate:modelValue":t[4]||(t[4]=M=>e.isHeaderChecked=M),disabled:e.isHeaderUncheckable,indeterminate:e.isHeaderIndeterminate,onChange:o.onCheckAll},null,8,["modelValue","disabled","indeterminate","onChange"])):i.createCommentVNode("",!0)],6)):i.createCommentVNode("",!0),e.useRowDetail?(i.openBlock(),i.createElementBlock("li",{key:1,class:i.normalizeClass({column:!0,"non-border":!!o.borderStyle}),style:i.normalizeStyle({width:`${e.minWidth}px`,"border-right":"1px solid #CFCFCF"})},null,6)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.orderedColumns,(M,v)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:v},[!M.hide&&!M.hiddenDisplay?(i.openBlock(),i.createElementBlock("li",{key:0,"data-index":v,class:i.normalizeClass({column:!0,render:o.isRenderer(M),"non-border":!!o.borderStyle,[M.field]:M.field}),style:i.normalizeStyle({width:`${M.width}px`,"min-width":`${o.isRenderer(M)?e.rendererMinWidth:e.minWidth}px`,"margin-right":e.orderedColumns.length-1===v&&(e.hasVerticalScrollBar||e.hasHorizontalScrollBar)?`${e.scrollWidth}px`:"0px","border-right":e.orderedColumns.length-1===v?"none":"1px solid #CFCFCF"}),draggable:!0,onDragstart:t[6]||(t[6]=(..._)=>o.onDragStart&&o.onDragStart(..._)),onDragover:t[7]||(t[7]=(..._)=>o.onDragOver&&o.onDragOver(..._)),onDrop:t[8]||(t[8]=(..._)=>o.onDrop&&o.onDrop(..._))},[M.customHeader&&e.$slots.customHeader?i.renderSlot(e.$slots,"customHeader",{key:0},void 0,!0):(i.openBlock(),i.createElementBlock("span",{key:1,title:M.caption,class:"column-name",onClick:[_=>o.onColumnContextMenu(_,M),t[5]||(t[5]=i.withModifiers((..._)=>e.columnMenu.show&&e.columnMenu.show(..._),["prevent"]))]},[i.createTextVNode(i.toDisplayString(M.caption)+" ",1),i.createElementVNode("span",{onClick:i.withModifiers(_=>o.onSort(M),["stop"])},[e.$slots.sortIcon?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[M.sortable===void 0||M.sortable?(i.openBlock(),i.createElementBlock("span",{key:0,class:"column-sort__icon column-sort__icon--basic",style:i.normalizeStyle({height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`})},[i.renderSlot(e.$slots,"sortIcon",{},void 0,!0)],4)):i.createCommentVNode("",!0),e.sortField===M.field?(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass([{"column-sort__icon":!0,"column-sort__icon--asc":e.sortOrder==="asc","column-sort__icon--desc":e.sortOrder==="desc"}]),style:i.normalizeStyle({height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`})},[i.renderSlot(e.$slots,`sortIcon_${e.sortOrder}`,{},void 0,!0)],6)):i.createCommentVNode("",!0)],64)):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[M.sortable===void 0||M.sortable?(i.openBlock(),i.createBlock(u,{key:0,class:"column-sort__icon column-sort__icon--basic",icon:"basic",style:i.normalizeStyle({height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`})},null,8,["style"])):i.createCommentVNode("",!0),e.sortField===M.field?(i.openBlock(),i.createBlock(u,{key:1,class:i.normalizeClass([{"column-sort__icon":!0,"column-sort__icon--asc":e.sortOrder==="asc","column-sort__icon--desc":e.sortOrder==="desc"}]),icon:e.sortOrder,style:i.normalizeStyle({height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`,visibility:e.sortOrder?M.hidden:!0})},null,8,["class","icon","style"])):i.createCommentVNode("",!0)],64))],8,oC)],8,nC)),i.createElementVNode("span",{class:"column-resize",onMousedown:i.withModifiers(_=>o.onColumnResize(v,_),["stop","left"])},null,40,iC)],46,tC)):i.createCommentVNode("",!0)],64))),128)),(I=e.$props.option.customContextMenu)!=null&&I.length?(i.openBlock(),i.createElementBlock("li",{key:2,class:i.normalizeClass({column:!0,"non-border":!!o.borderStyle}),style:i.normalizeStyle({width:"30px","min-width":"30px","margin-right":e.hasVerticalScrollBar||e.hasHorizontalScrollBar?`${e.scrollWidth}px`:"0px"})},null,6)):i.createCommentVNode("",!0)])],2),[[i.vShow,o.showHeader]]),i.createElementVNode("div",{ref:"body",class:i.normalizeClass({stripe:o.stripeStyle,"table-body":!0,"bottom-border":!!e.viewStore.length,"non-border":!!o.borderStyle}),onScroll:t[11]||(t[11]=(...M)=>o.onScroll&&o.onScroll(...M)),onContextmenu:t[12]||(t[12]=M=>o.onContextMenu(M))},[i.createElementVNode("div",{style:i.normalizeStyle(`height: ${e.vScrollTopHeight}px;`),class:"vscroll-spacer"},null,4),i.createElementVNode("table",sC,[i.createElementVNode("tbody",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.viewStore,(M,v)=>{var _,C;return i.openBlock(),i.createElementBlock(i.Fragment,{key:o.idColIndex!=null?M[2][o.idColIndex]:v},[i.createElementVNode("tr",{"data-index":M[0],class:i.normalizeClass({row:!0,selected:M[3],highlight:M[0]===o.highlightIdx,"non-border":!!o.borderStyle&&o.borderStyle!=="rows"}),disabled:M[o.ROW_DISABLED_INDEX],onClick:S=>o.onRowClick(S,M),onContextmenu:S=>o.onRowClick(S,M,!0),onDblclick:S=>o.onRowDblClick(S,M)},[e.useCheckbox.use?(i.openBlock(),i.createElementBlock("td",{key:0,class:i.normalizeClass({cell:!0,"row-checkbox":!0,"non-border":!!o.borderStyle}),style:i.normalizeStyle({width:`${e.minWidth}px`,height:`${e.rowHeight}px`,"border-right":"1px solid #CFCFCF"})},[i.createVNode(h,{modelValue:M[1],"onUpdate:modelValue":S=>M[1]=S,class:"row-checkbox-input",disabled:M[5]||M[o.ROW_DISABLED_INDEX],onChange:S=>o.onCheck(S,M)},null,8,["modelValue","onUpdate:modelValue","disabled","onChange"])],6)):i.createCommentVNode("",!0),e.useRowDetail?(i.openBlock(),i.createElementBlock("td",{key:1,class:i.normalizeClass({cell:!0,"row-detail-toggle":!0,"non-border":!!o.borderStyle,"row-detail-toggle--expanded":M[4]}),style:i.normalizeStyle({width:`${e.minWidth}px`,height:`${e.rowHeight}px`,"border-right":"1px solid #CFCFCF"})},[i.createVNode(a,{modelValue:M[4],"onUpdate:modelValue":S=>M[4]=S,icon:"ev-icon-s-play",class:"row-detail-toggle-icon",onClick:i.withModifiers(S=>o.onExpanded(S,M),["stop"])},null,8,["modelValue","onUpdate:modelValue","onClick"])],6)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.orderedColumns,(S,E)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:`${o.idColIndex!=null?M[2][o.idColIndex]:v}-${E}`},[!S.hide&&!S.hiddenDisplay?(i.openBlock(),i.createElementBlock("td",{key:0,"data-name":S.field,"data-index":S.index,class:i.normalizeClass({cell:!0,render:o.isRenderer(S),[S.type]:S.type,[S.align]:S.align,[S.field]:S.field,"non-border":!!o.borderStyle}),style:i.normalizeStyle({width:`${S.width}px`,height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`,"min-width":`${o.isRenderer(S)?e.rendererMinWidth:e.minWidth}px`,"border-right":e.orderedColumns.length-1===E?"none":"1px solid #CFCFCF"}),disabled:M[o.ROW_DISABLED_INDEX]},[e.$slots[S.field]?(i.openBlock(),i.createElementBlock("div",rC,[i.renderSlot(e.$slots,S.field,{item:{row:M,column:S},disabled:M[o.ROW_DISABLED_INDEX]},void 0,!0)])):(i.openBlock(),i.createElementBlock("div",{key:1,title:o.getConvertValue(S,M[2][S.index])},i.toDisplayString(o.getConvertValue(S,M[2][S.index])),9,cC))],14,aC)):i.createCommentVNode("",!0)],64))),128)),(_=e.$props.option.customContextMenu)!=null&&_.length?(i.openBlock(),i.createElementBlock("td",{key:2,class:i.normalizeClass({"row-contextmenu":!0,"non-border":!!o.borderStyle}),style:i.normalizeStyle({position:"sticky",right:0,width:"30px",height:`${e.rowHeight}px`,"min-width":"30px","line-height":`${e.rowHeight}px`}),disabled:M[o.ROW_DISABLED_INDEX]},[e.$slots.contextmenuIcon?(i.openBlock(),i.createElementBlock("span",{key:0,class:"row-contextmenu__btn",disabled:M[o.ROW_DISABLED_INDEX],onClick:t[9]||(t[9]=S=>o.onContextMenu(S))},[i.renderSlot(e.$slots,"contextmenuIcon",{},void 0,!0)],8,hC)):(i.openBlock(),i.createBlock(c,{key:1,icon:"ev-icon-warning2",class:"row-contextmenu__btn",disabled:M[o.ROW_DISABLED_INDEX],onClick:t[10]||(t[10]=S=>o.onContextMenu(S))},null,8,["disabled"]))],14,dC)):i.createCommentVNode("",!0)],42,lC),e.useRowDetail&&((C=e.$slots)!=null&&C.rowDetail)&&M[4]?(i.openBlock(),i.createElementBlock("tr",uC,[i.createElementVNode("td",{colspan:M.length},[i.createElementVNode("div",{style:i.normalizeStyle({width:"100%",height:`${e.detailRowHeight}px`,"min-height":`${e.detailRowHeight}px`,"max-height":`${e.detailRowHeight}px`})},[i.renderSlot(e.$slots,"rowDetail",{item:{row:M}},void 0,!0)],4)],8,fC)])):i.createCommentVNode("",!0)],64)}),128)),e.viewStore.length?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("tr",mC,[i.createElementVNode("td",gC,i.toDisplayString(o.emptyText),1)]))])],512),i.createElementVNode("div",{style:i.normalizeStyle(`height: ${e.vScrollBottomHeight}px;`),class:"vscroll-spacer"},null,4),i.createVNode(f,{ref:"menu","custom-class":e.contextMenuClass,items:e.contextMenuItems},null,8,["custom-class","items"]),i.createVNode(f,{ref:"columnMenu",items:e.columnMenuItems},null,8,["items"]),i.createVNode(f,{ref:"gridSettingMenu",items:e.gridSettingContextMenuItems,"is-show-menu-on-click":e.isShowMenuOnClick},null,8,["items","is-show-menu-on-click"])],34),i.withDirectives(i.createElementVNode("div",pC,null,512),[[i.vShow,e.showResizeLine]])],2)],16)),[[y,o.onResize],[w,{callback:o.onShow,once:!0}]]),o.useSummary?(i.openBlock(),i.createBlock(p,{key:1,"ordered-columns":e.orderedColumns,stores:o.stores,"use-checkbox":e.useCheckbox.use,"style-option":{borderStyle:o.borderStyle,minWidth:e.minWidth,rowHeight:e.rowHeight},"scroll-left":o.summaryScroll},null,8,["ordered-columns","stores","use-checkbox","style-option","scroll-left"])):i.createCommentVNode("",!0),e.usePage&&!e.isInfinite?(i.openBlock(),i.createBlock(g,{key:2,modelValue:e.currentPage,"onUpdate:modelValue":t[13]||(t[13]=M=>e.currentPage=M),total:e.pageTotal,"per-page":e.perPage,"visible-page":e.visiblePage,"show-page-info":e.showPageInfo,order:e.order},null,8,["modelValue","total","per-page","visible-page","show-page-info","order"])):i.createCommentVNode("",!0),i.createVNode(m,{"is-show":e.isShowFilterSetting,"onUpdate:isShow":t[14]||(t[14]=M=>e.isShowFilterSetting=M),items:e.filteringItemsByColumn,"onUpdate:items":t[15]||(t[15]=M=>e.filteringItemsByColumn=M),column:e.filteringColumn,position:e.filterSettingPosition,onApplyFiltering:o.onApplyFilter},null,8,["is-show","items","column","position","onApplyFiltering"]),i.createVNode(x,{"is-show":e.isShowColumnSetting,"onUpdate:isShow":t[16]||(t[16]=M=>e.isShowColumnSetting=M),"is-show-menu-on-click":e.isShowMenuOnClick,"onUpdate:isShowMenuOnClick":t[17]||(t[17]=M=>e.isShowMenuOnClick=M),columns:e.updatedColumns,"hidden-column":e.hiddenColumn,position:e.columnSettingPosition,"text-info":e.columnSettingTextInfo,onApplyColumn:o.onApplyColumn},null,8,["is-show","is-show-menu-on-click","columns","hidden-column","position","text-info","onApplyColumn"])],64)}const no=le($0,[["render",yC],["__scopeId","data-v-f8886e09"]]);no.install=e=>{e.component(no.name,no)};var vr={exports:{}};(function(e,t){(function(n,o){e.exports=o()})(Ui,function(){var n=1e3,o=6e4,s=36e5,l="millisecond",a="second",r="minute",c="hour",d="day",h="week",u="month",f="quarter",p="year",g="date",m="Invalid Date",x=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,b=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,y={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(O){var R=["th","st","nd","rd"],T=O%100;return"["+O+(R[(T-20)%10]||R[T]||R[0])+"]"}},w=function(O,R,T){var N=String(O);return!N||N.length>=R?O:""+Array(R+1-N.length).join(T)+O},I={s:w,z:function(O){var R=-O.utcOffset(),T=Math.abs(R),N=Math.floor(T/60),L=T%60;return(R<=0?"+":"-")+w(N,2,"0")+":"+w(L,2,"0")},m:function O(R,T){if(R.date()<T.date())return-O(T,R);var N=12*(T.year()-R.year())+(T.month()-R.month()),L=R.clone().add(N,u),V=T-L<0,P=R.clone().add(N+(V?-1:1),u);return+(-(N+(T-L)/(V?L-P:P-L))||0)},a:function(O){return O<0?Math.ceil(O)||0:Math.floor(O)},p:function(O){return{M:u,y:p,w:h,d,D:g,h:c,m:r,s:a,ms:l,Q:f}[O]||String(O||"").toLowerCase().replace(/s$/,"")},u:function(O){return O===void 0}},M="en",v={};v[M]=y;var _="$isDayjsObject",C=function(O){return O instanceof B||!(!O||!O[_])},S=function O(R,T,N){var L;if(!R)return M;if(typeof R=="string"){var V=R.toLowerCase();v[V]&&(L=V),T&&(v[V]=T,L=V);var P=R.split("-");if(!L&&P.length>1)return O(P[0])}else{var A=R.name;v[A]=R,L=A}return!N&&L&&(M=L),L||!N&&M},E=function(O,R){if(C(O))return O.clone();var T=typeof R=="object"?R:{};return T.date=O,T.args=arguments,new B(T)},k=I;k.l=S,k.i=C,k.w=function(O,R){return E(O,{locale:R.$L,utc:R.$u,x:R.$x,$offset:R.$offset})};var B=function(){function O(T){this.$L=S(T.locale,null,!0),this.parse(T),this.$x=this.$x||T.x||{},this[_]=!0}var R=O.prototype;return R.parse=function(T){this.$d=function(N){var L=N.date,V=N.utc;if(L===null)return new Date(NaN);if(k.u(L))return new Date;if(L instanceof Date)return new Date(L);if(typeof L=="string"&&!/Z$/i.test(L)){var P=L.match(x);if(P){var A=P[2]-1||0,z=(P[7]||"0").substring(0,3);return V?new Date(Date.UTC(P[1],A,P[3]||1,P[4]||0,P[5]||0,P[6]||0,z)):new Date(P[1],A,P[3]||1,P[4]||0,P[5]||0,P[6]||0,z)}}return new Date(L)}(T),this.init()},R.init=function(){var T=this.$d;this.$y=T.getFullYear(),this.$M=T.getMonth(),this.$D=T.getDate(),this.$W=T.getDay(),this.$H=T.getHours(),this.$m=T.getMinutes(),this.$s=T.getSeconds(),this.$ms=T.getMilliseconds()},R.$utils=function(){return k},R.isValid=function(){return this.$d.toString()!==m},R.isSame=function(T,N){var L=E(T);return this.startOf(N)<=L&&L<=this.endOf(N)},R.isAfter=function(T,N){return E(T)<this.startOf(N)},R.isBefore=function(T,N){return this.endOf(N)<E(T)},R.$g=function(T,N,L){return k.u(T)?this[N]:this.set(L,T)},R.unix=function(){return Math.floor(this.valueOf()/1e3)},R.valueOf=function(){return this.$d.getTime()},R.startOf=function(T,N){var L=this,V=!!k.u(N)||N,P=k.p(T),A=function(q,Q){var J=k.w(L.$u?Date.UTC(L.$y,Q,q):new Date(L.$y,Q,q),L);return V?J:J.endOf(d)},z=function(q,Q){return k.w(L.toDate()[q].apply(L.toDate("s"),(V?[0,0,0,0]:[23,59,59,999]).slice(Q)),L)},$=this.$W,U=this.$M,H=this.$D,X="set"+(this.$u?"UTC":"");switch(P){case p:return V?A(1,0):A(31,11);case u:return V?A(1,U):A(0,U+1);case h:var Y=this.$locale().weekStart||0,K=($<Y?$+7:$)-Y;return A(V?H-K:H+(6-K),U);case d:case g:return z(X+"Hours",0);case c:return z(X+"Minutes",1);case r:return z(X+"Seconds",2);case a:return z(X+"Milliseconds",3);default:return this.clone()}},R.endOf=function(T){return this.startOf(T,!1)},R.$set=function(T,N){var L,V=k.p(T),P="set"+(this.$u?"UTC":""),A=(L={},L[d]=P+"Date",L[g]=P+"Date",L[u]=P+"Month",L[p]=P+"FullYear",L[c]=P+"Hours",L[r]=P+"Minutes",L[a]=P+"Seconds",L[l]=P+"Milliseconds",L)[V],z=V===d?this.$D+(N-this.$W):N;if(V===u||V===p){var $=this.clone().set(g,1);$.$d[A](z),$.init(),this.$d=$.set(g,Math.min(this.$D,$.daysInMonth())).$d}else A&&this.$d[A](z);return this.init(),this},R.set=function(T,N){return this.clone().$set(T,N)},R.get=function(T){return this[k.p(T)]()},R.add=function(T,N){var L,V=this;T=Number(T);var P=k.p(N),A=function(U){var H=E(V);return k.w(H.date(H.date()+Math.round(U*T)),V)};if(P===u)return this.set(u,this.$M+T);if(P===p)return this.set(p,this.$y+T);if(P===d)return A(1);if(P===h)return A(7);var z=(L={},L[r]=o,L[c]=s,L[a]=n,L)[P]||1,$=this.$d.getTime()+T*z;return k.w($,this)},R.subtract=function(T,N){return this.add(-1*T,N)},R.format=function(T){var N=this,L=this.$locale();if(!this.isValid())return L.invalidDate||m;var V=T||"YYYY-MM-DDTHH:mm:ssZ",P=k.z(this),A=this.$H,z=this.$m,$=this.$M,U=L.weekdays,H=L.months,X=L.meridiem,Y=function(Q,J,te,G){return Q&&(Q[J]||Q(N,V))||te[J].slice(0,G)},K=function(Q){return k.s(A%12||12,Q,"0")},q=X||function(Q,J,te){var G=Q<12?"AM":"PM";return te?G.toLowerCase():G};return V.replace(b,function(Q,J){return J||function(te){switch(te){case"YY":return String(N.$y).slice(-2);case"YYYY":return k.s(N.$y,4,"0");case"M":return $+1;case"MM":return k.s($+1,2,"0");case"MMM":return Y(L.monthsShort,$,H,3);case"MMMM":return Y(H,$);case"D":return N.$D;case"DD":return k.s(N.$D,2,"0");case"d":return String(N.$W);case"dd":return Y(L.weekdaysMin,N.$W,U,2);case"ddd":return Y(L.weekdaysShort,N.$W,U,3);case"dddd":return U[N.$W];case"H":return String(A);case"HH":return k.s(A,2,"0");case"h":return K(1);case"hh":return K(2);case"a":return q(A,z,!0);case"A":return q(A,z,!1);case"m":return String(z);case"mm":return k.s(z,2,"0");case"s":return String(N.$s);case"ss":return k.s(N.$s,2,"0");case"SSS":return k.s(N.$ms,3,"0");case"Z":return P}return null}(Q)||P.replace(":","")})},R.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},R.diff=function(T,N,L){var V,P=this,A=k.p(N),z=E(T),$=(z.utcOffset()-this.utcOffset())*o,U=this-z,H=function(){return k.m(P,z)};switch(A){case p:V=H()/12;break;case u:V=H();break;case f:V=H()/3;break;case h:V=(U-$)/6048e5;break;case d:V=(U-$)/864e5;break;case c:V=U/s;break;case r:V=U/o;break;case a:V=U/n;break;default:V=U}return L?V:k.a(V)},R.daysInMonth=function(){return this.endOf(u).$D},R.$locale=function(){return v[this.$L]},R.locale=function(T,N){if(!T)return this.$L;var L=this.clone(),V=S(T,N,!0);return V&&(L.$L=V),L},R.clone=function(){return k.w(this.$d,this)},R.toDate=function(){return new Date(this.valueOf())},R.toJSON=function(){return this.isValid()?this.toISOString():null},R.toISOString=function(){return this.$d.toISOString()},R.toString=function(){return this.$d.toUTCString()},O}(),D=B.prototype;return E.prototype=D,[["$ms",l],["$s",a],["$m",r],["$H",c],["$W",d],["$M",u],["$y",p],["$D",g]].forEach(function(O){D[O[1]]=function(R){return this.$g(R,O[0],O[1])}}),E.extend=function(O,R){return O.$i||(O(R,B,E),O.$i=!0),E},E.locale=S,E.isDayjs=C,E.unix=function(O){return E(1e3*O)},E.en=v[M],E.Ls=v,E.p={},E})})(vr);var xC=vr.exports;const at=Wl(xC),si=document.createElement("canvas").getContext("2d"),j={hexToRgb(e){if(!e)return!1;const t=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e),n=parseInt(t[1],16),o=parseInt(t[2],16),s=parseInt(t[3],16);return`${n},${o},${s}`},getColorStringType(e){if(!e)return"";const t=e.replace(/ /g,""),n=/^#(?:[A-Fa-f0-9]{3}){1,2}$/.exec(t),o=/^rgb[(](?:\s*0*(?:\d\d?(?:\.\d+)?(?:\s*%)?|\.\d+\s*%|100(?:\.0*)?\s*%|(?:1\d\d|2[0-4]\d|25[0-5])(?:\.\d+)?)\s*(?:,(?![)])|(?=[)]))){3}[)]$/.exec(t),s=/^rgba[(](?:\s*0*(?:\d\d?(?:\.\d+)?(?:\s*%)?|\.\d+\s*%|100(?:\.0*)?\s*%|(?:1\d\d|2[0-4]\d|25[0-5])(?:\.\d+)?)\s*,){3}\s*0*(?:\.\d+|1?)\s*[)]$/.exec(t);let l="";return n?l="HEX":o?l="RGB":s?l="RGBA":l="NONE",l},colorStringToRgba(e,t=1){const n=e.replace(/ /g,""),o=this.getColorStringType(n);let s="";switch(o){case"HEX":s=`rgba(${this.hexToRgb(n)},${t})`;break;case"RGB":s=n.replace(")",`, ${t})`).replace("rgb","rgba");break;case"RGBA":s=n.replace(`${this.getOpacity(e)})`,`${t})`);break;default:s=`rgba(0, 0, 0, ${t})`;break}return s},getOpacity(e){const t=e==null?void 0:e.replace(/ /g,"");return this.getColorStringType(t)==="RGBA"?t.replace(/^.*,(.+)\)/,"$1"):"1"},calculateMagnitude(e){return Math.floor(Math.log(e)/Math.LN10)},aliasPixel(e){return e%2===0?0:.5},getLabelStyle(e){const{fontStyle:t="normal",fontWeight:n="normal",fontSize:o="12",fontFamily:s="Roboto"}=e;return`${t} normal ${n} ${o}px ${s}`},labelSignFormat(e,t=null){const n=Ch(1),o=bh(1),s=xh(1),l=yh(1),a=1e3;let r;if(!ft(e))return e;const c=e<0,d=Math.abs(e),h=(u,f,p)=>{let g;return u%f===0?g=pt(t)?`${u/f}${p}`:`${(u/f).toFixed(t)}${p}`:g=`${(u/f).toFixed(1)}${p}`,c?`-${g}`:g};if(d>=n)r=h(d,n,"P");else if(d>=o)r=h(d,o,"T");else if(d>=s)r=h(d,s,"G");else if(d>=l)r=h(d,l,"M");else if(d>=a)r=h(d,1e3,"K");else{const u=pt(t)?d:d.toFixed(t);r=c?`-${u}`:`${u}`}return r},calcTextSize(e,t,n=0){const o=document.createElement("span"),s=`visibility:hidden; position:absolute; top:-10000px; font: ${t}; padding: 0 ${n}px`;o.setAttribute("style",s),o.style.font=t,o.textContent=e,document.body.appendChild(o);const l=o.getBoundingClientRect(),a=l.width||2,r=l.height||2;return o.remove(),{width:a,height:r}},calcTextSizeCanvas(e,t){if(!e)return{width:2,height:2};si.save(),si.font=t;const n=si.measureText(e),o=t.match(/(\d+(?:\.\d+)?)px/),l=(o?Number(o[1]):14)*1.2;return si.restore(),{width:Math.max(Math.ceil(n.width),2),height:Math.max(Math.ceil(l),2)}},getStringMinMax(e){const t={min:e[0],max:e[0]};return e.forEach(n=>{var o,s;((o=t==null?void 0:t.max)==null?void 0:o.length)<(n==null?void 0:n.length)&&(t.max=n),((s=t==null?void 0:t.min)==null?void 0:s.length)>(n==null?void 0:n.length)&&(t.min=n)}),t},truncateLabelWithEllipsis(e,t,n,o="right"){if(!e)return"";if(!t)return e;const s="…",l=n.measureText(s).width;let a=e,r=n.measureText(a).width;if(r<=t||r<=l)return e;let c=a.length;for(;r>=t-l&&c-- >0;)a=o==="right"?a.substring(0,c):a.substring(1,a.length),r=n.measureText(a).width;return o==="right"?a+s:s+a},showLabelTip(e){const{ctx:t,width:n,height:o,x:s,y:l,arrowSize:a,borderRadius:r,text:c,backgroundColor:d,textColor:h}=e,u=s-n/2,f=s+n/2,p=l-o,g=l;t.beginPath(),t.save(),t.fillStyle=d||"#E96E2C",t.strokeStyle=d||"#E96E2C",t.shadowBlur=0,t.moveTo(u+r,p),t.quadraticCurveTo(u,p,u,p+r),t.lineTo(u,g-r),t.quadraticCurveTo(u,g,u+r,g),t.lineTo(f-r,g),t.quadraticCurveTo(f,g,f,g-r),t.lineTo(f,p+r),t.quadraticCurveTo(f,p,f-r,p),t.lineTo(s-a,p),t.lineTo(s,p-a),t.lineTo(s+a,p),t.lineTo(u+r,p),t.closePath(),t.fill(),t.restore(),t.save(),t.font="normal normal bold 12px Roboto",t.fillStyle=h||"#FFF",t.textBaseline="middle",t.textAlign="center",t.fillText(`${c}`,s,p+o/2),t.restore(),t.beginPath()},isPieType(e){return e==="pie"||e==="doughnut"||e==="sunburst"},isDoughnutHole(e){return e==="doughnut"||e==="sunburst"},setDOMStyle(e,t){var n;!e||!t||(n=Object.keys(t))==null||n.forEach(o=>{e.style[o]=t[o]})},checkSafeInteger(e){return e<=Number.MAX_SAFE_INTEGER&&e>=Number.MIN_SAFE_INTEGER},htmlToElement(e){const t=document.createElement("template");return t.innerHTML=e.trim(),t.content.firstChild},isNullOrUndefined(e){return e==null},rgbaAdjustHalfOpacity(e){const t=/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/,n=/^rgba\((\d+),\s*(\d+),\s*(\d+),\s*([\d.]+)\)$/;if(t.test(e)){const[,o,s,l]=e.match(t);return`rgba(${o}, ${s}, ${l}, 0.5)`}if(n.test(e)){const[,o,s,l,a]=e.match(n),r=(parseFloat(a)/2).toFixed(2);return`rgba(${o}, ${s}, ${l}, ${r})`}return e.startsWith("#")&&e.length>7?e:`${e}80`}},bC={createDataSet(e,t){Object.keys(this.seriesInfo.charts).forEach(n=>{const o=this.seriesInfo.charts[n];o.length&&(n==="pie"?this.options.sunburst?this.createSunburstDataSet(e):this.createPieDataSet(e,o):n==="scatter"?o.forEach(s=>{const l=this.seriesList[s],a=e[s],r=l==null?void 0:l.passingValue;l&&a&&(l.data=this.addSeriesDSforScatter(a),l.minMax=this.getSeriesMinMax(l.data,r))}):n==="heatMap"?o.forEach(s=>{const l=this.seriesList[s],a=l==null?void 0:l.passingValue,r=e[s];l&&r&&(l.labels=t,l.data=this.addSeriesDSForHeatMap(r),l.minMax=this.getSeriesMinMax(l.data,a),l.valueOpt=this.getSeriesValueOptForHeatMap(l))}):o.forEach(s=>{var c,d;const l=this.seriesList[s],a=(c=e==null?void 0:e[s])==null?void 0:c.some(h=>h===l.passingValue);l.hasPassingValueInData=a;const r=(d=e==null?void 0:e[s])==null?void 0:d.map(h=>l.interpolation==="zero"&&!h?0:h===l.passingValue?null:h);l&&r&&(l.isExistGrp&&l.stackIndex&&!l.isOverlapping?l.data=this.addSeriesStackDS(r,t,l.bsIds,l.stackIndex):l.data=this.addSeriesDS(r,t,l.isExistGrp),l.minMax=this.getSeriesMinMax(l.data,l.passingValue))}))})},createRealTimeScatterDataSet(e){var o,s,l;const t=Object.keys(e),n={maxY:0,minY:1/0,fromTime:0,toTime:0};for(let a=0;a<t.length;a++){const r=t[a],c=e[r],d=c==null?void 0:c.length;if(!this.isInit||this.updateSeries||!this.dataSet[r]){const C={dataGroup:[],startIndex:0,endIndex:null,length:0,fromTime:0,toTime:0};this.dataSet[r]={...C,...this.dataSet[r]}}const h=this.dataSet[r],u=h.dataGroup,f=this.options.realTimeScatter.range||300,p=h.length!==f;h.length=f;const g=h.length;let m=0;for(let C=0;C<d;C++){const S=c[C];S&&m<S.x&&(m=S.x)}m=m?Math.floor(m/1e3)*1e3:0;const x=((l=(s=(o=u.at(-1))==null?void 0:o.data)==null?void 0:s.at(-1))==null?void 0:l.x)||Date.now(),b=Math.floor(x/1e3)*1e3,y=h.toTime||b,w=m||y;if(h.endIndex==null||p){h.startIndex=0,h.endIndex=g-1,u.length=g;for(let C=0;C<g;C++)u[C]=u[C]||{data:[],max:0,min:1/0},u[C].data.length=0,u[C].max=0,u[C].min=1/0;h.toTime=w,h.fromTime=h.toTime-g*1e3}const I=(w-y)/1e3,M=Number.isFinite(I)?Math.max(0,Math.floor(I)):0;if(h.toTime=w,h.fromTime=h.toTime-g*1e3,m&&(h.toTime-m)/1e3>g&&r==="")return;const v=C=>{C.data.length=0,C.max=0,C.min=1/0};for(let C=0;C<g;C++)u[C]?u[C].data||(u[C].data=[],u[C].max=0,u[C].min=1/0):u[C]={data:[],max:0,min:1/0};if(M>0)if(M>=g){for(let C=0;C<g;C++)v(u[C]);h.startIndex=0,h.endIndex=g-1}else{let C=h.startIndex,S=h.endIndex;for(let E=0;E<M;E++)v(u[C]),C=(C+1)%g,S=(S+1)%g;h.startIndex=C,h.endIndex=S}for(let C=0;C<d;C++){const S=c[C];if(S){const E=Math.floor(S.x/1e3)*1e3;if(h.fromTime<=E){let k=h.endIndex-(h.toTime-E)/1e3;k<0&&(k=g+k);const B=u[k];B.data.push({x:S.x,y:S.y,o:S.value??S.y,color:S.color}),B.max=Math.max(B.max,S.y),B.min=Math.min(B.min,S.y)}}}const _={maxY:0,minY:1/0};for(let C=0;C<g;C++){const S=u[C];S.max>_.maxY&&(_.maxY=S.max),S.min<_.minY&&(_.minY=S.min)}n.maxY=Math.max(n.maxY,_.maxY),n.minY=Math.min(n.minY,_.minY),n.fromTime=h.fromTime,n.toTime=h.toTime}this.seriesInfo.charts.scatter.forEach(a=>{const r=this.seriesList[a];r.data=this.dataSet,r.minMax={minX:at(n.fromTime),minY:n.minY,maxX:at(n.toTime),maxY:n.maxY}})},createSunburstDataSet(e){this.pieDataSet=[];const t=this.pieDataSet,n=[];for(let o=0;o<e.length;o++){const s=e[o],l=this.seriesList[s.id];let a=!1;if(t[0]||(t[0]={ir:0,or:0,total:0,data:[]}),l.show){if(t[0].total+=s.value||0,t[0].data.push({parent:"$ev-root",id:s.id,value:s.value,sa:0,ea:0}),s.children)for(let r=0;r<s.children.length;r++)this.seriesList[s.children[r].id].show&&(a=!0),n.push({parent:s.id,data:s.children[r],depth:1});else{const r={id:"dummy",value:s.value};n.push({parent:s.id,data:r,depth:1})}if(!a){const r={id:"dummy",value:s.value};n.push({parent:s.id,data:r,depth:1})}}}for(t[0].data.sort((o,s)=>s.value-o.value);n.length;){const o=n.shift(),s=o.parent,l=o.data,a=o.depth;let r=!1;t[a]||(t[a]={ir:0,or:0,total:{},data:[]}),t[a].total[s]||(t[a].total[s]=0);const c=this.seriesList[l.id];if(l.id==="dummy")t[a].data.push({parent:s,id:"dummy",value:l.value,sa:0,ea:0}),t[a].total[s]+=l.value;else if(c&&c.show){if(t[a].data.push({parent:s,id:l.id,value:l.value,sa:0,ea:0}),t[a].total[s]+=l.value,l.children)for(let d=0;d<l.children.length;d++)this.seriesList[l.children[d].id].show&&(r=!0),n.push({parent:l.id,data:l.children[d],depth:a+1});else{const d={id:"dummy",value:l.value};n.push({parent:l.id,data:d,depth:a+1})}if(!r){const d={id:"dummy",value:l.value};n.push({parent:l.id,data:d,depth:a+1})}}t[a].data.sort((d,h)=>h.value-d.value)}},createPieDataSet(e,t){this.pieDataSet=[];const n=this.pieDataSet;n[0]={data:[],ir:0,or:0,total:0},t.forEach(o=>{if(this.seriesList[o].show){const s=e[o][0]??0;n[0].total+=s,n[0].data.push({id:o,value:s,sa:0,ea:0})}}),n.forEach(o=>{o.data.sort((s,l)=>l.value-s.value)})},addSeriesStackDS(e,t,n,o=0){const s=this.seriesList,l=this.options.horizontal,a=[],r=new Map,c=(h,u,f)=>{const p=`${h}-${u}-${f>=0?"pos":"neg"}`;if(r.has(p))return r.get(p);let g=0,m=h;for(;m>=0;){const x=s[n[m]];if(x!=null&&x.show){const b=x.data[u],y=l?b==null?void 0:b.x:b==null?void 0:b.y,w=b==null?void 0:b.o,I=!j.isNullOrUndefined(x.passingValue)&&x.passingValue===w,M=f>=0&&w>=0||f<0&&w<0;if(y!=null&&!I&&M){g=y;break}}m--}return r.set(p,g),g},d=n.length-1;return e.forEach((h,u)=>{const f=Math.max(0,d);let p=c(f,u,h),g=h,m=t[u],x=h;if(p!=null&&m!=null){x&&typeof x=="object"&&("x"in x||"y"in x)&&(g=l?h.x:h.y,m=l?h.y:h.x);const b=(g==null?void 0:g.value)??g;o>0?b!=null?x=p+b:x=g:(p=0,x=b),a.push(this.addData(x,m,g,p))}}),a},addSeriesDS(e,t,n){var a;const o=this.options.horizontal,s=[],l=(a=this.seriesList[Object.keys(this.seriesList)[0]])==null?void 0:a.passingValue;return e.forEach((r,c)=>{let d=r,h=t[c];if(d&&typeof d=="object"&&(r.x||r.y)&&(d=o?r.x:r.y,h=o?r.y:r.x),h!==null){const u=n&&!j.isNullOrUndefined(l)&&d===l;s.push(this.addData(u?0:d,h,d))}}),s},addSeriesDSforScatter(e){return e.map(t=>{const n=t.x,o={value:t.y,color:(t==null?void 0:t.color)||null};return this.addData(o,n,o)})},addSeriesDSForHeatMap(e){return e.map(({x:t,y:n,value:o,color:s=null})=>({x:t,y:n,o,xp:null,yp:null,w:null,h:null,dataColor:s,cId:null}))},addData(e,t,n=null,o=null){let s,l=null,a=null,r=null,c=null,d=null;return e!==null&&typeof e=="object"?(l=e.value,r=e.color,d=e.textColor):l=e??null,n!==null&&typeof n=="object"?(a=n.value,c=n.color):a=n??null,this.options.horizontal?s={x:l,y:t,o:a,b:o}:s={x:t,y:l,o:a,b:o},s.xp=null,s.yp=null,s.w=null,s.h=null,s.dataColor=r??c,s.dataTextColor=d,s},getSeriesMinMax(e,t){const n={minX:null,minY:null,maxX:null,maxY:null,maxDomain:null},o=this.options.horizontal;if(e.length){const s=!j.isNullOrUndefined(t);return e.reduce((l,a,r)=>{var f,p,g;const c=l,d=((f=a.x)==null?void 0:f.value)||a.x,h=((p=a.y)==null?void 0:p.value)||a.y,u=((g=a.o)==null?void 0:g.value)||a.o;return(s?u!==t&&d<=c.minX:d<=c.minX)&&(c.minX=d===null?0:d),(s?u!==t&&h<=c.minY:h<=c.minY)&&(c.minY=h===null?0:h),(s?u!==t&&d>=c.maxX:d>=c.maxX)&&(c.maxX=d===null?0:d,o&&d!==null&&(c.maxDomain=h,c.maxDomainIndex=r)),(s?u!==t&&h>=c.maxY:h>=c.maxY)&&(c.maxY=h===null?0:h,!o&&h!==null&&(c.maxDomain=d,c.maxDomainIndex=r)),c},{minX:e[0].x,minY:e[0].y,maxX:e[0].x,maxY:e[0].y,maxDomain:o?e[0].y:e[0].x,maxDomainIndex:0})}return n},getSeriesValueOptForHeatMap(e){const{data:t,colorState:n,isGradient:o}=e,s=this.options.heatMapColor,l=s.colorsByRange.length||s.rangeCount,a=s.decimalPoint;let r,c=0,d=!1;t.forEach(({o:u})=>{c<u&&(c=Math.max(c,u)),u<0?d=!0:r===void 0?r=u:r=Math.min(r,u)}),d&&!o&&n.length===l&&n.push({id:`color#${l}`,color:s.error,state:"normal",label:"Error",show:!0});let h=c>r?Math.floor((c-r)/l):1;return c-r<=l&&(a>0?h=+((c-r)/l).toFixed(a):h=1),{min:r,max:c,interval:h,existError:d,decimalPoint:a}},getItemByLabelIndex(e){if(e<0)return!1;const t=Object.keys(this.seriesList),n=!!this.options.horizontal;let o=null,s=null,l=null,a="",r=0,c=!1,d=!1;if(e>-1){for(let h=0;h<t.length;h++){const u=t[h],f=this.seriesList[u],p=f.data[e];if(p&&f.show&&f.showLegend){const g=n?p.y:p.x,m=n?p.yp:p.xp;if(g!=null){const x=n?p.o||p.x:p.o||p.y;f.stackIndex?(r+=isNaN(p.o)?0:p.o,c=!0):r+=p.y,(l===null||l<=x)&&(l=x,a=u,o=g,s=m)}}}d={label:o,pos:s,value:l===null?0:l,sId:a,acc:r,useStack:c,maxIndex:e}}return d},getItem(e,t=!1){const{seriesID:n,dataIndex:o}=e;let s;if("seriesID"in e){const l=this.getDataByValues(n,o);if(!l||!(l!=null&&l.xp)||!(l!=null&&l.yp))return null;s=[this.getItemByPosition([l.xp,l.yp],t,o,!0)]}else{const l=Object.entries(this.seriesList);let a;for(let r=0;r<l.length;r++){const[c,d]=l[r];if(d.show){a=c;break}}s=o==null?void 0:o.map(r=>{const c=this.getDataByValues(a,r);return c?this.getItemByPosition([(c==null?void 0:c.xp)??0,(c==null?void 0:c.yp)??0],t,r,!0):null})}return s},getDataByValues(e,t){const n=this.seriesList[e];return!n||isNaN(t)||t<0||(n==null?void 0:n.data.length)<=t?!1:n.data[t]},getItemByPosition(e,t=!1,n,o=!1){const s=Object.keys(this.seriesList),l=!!this.options.horizontal;let a=null,r=null,c=null,d=null,h="",u=0,f=!1,p=null;for(let g=0;g<s.length;g++){const m=s[g],x=this.seriesList[m],b=t?x.findApproximateData:x.findGraphData;if(b){const y=b.call(x,e,l,n,o),w=y.data,I=y.index;if(w)if(j.isPieType(y.type))r=m,h=m,c=(w.ea-w.sa)/2,d=w.o,p=w.index,a=y.type;else{const M=l?w.y:w.x,v=l?w.yp:w.xp;if(M!=null){const _=l?w.o||w.x:w.o||w.y;x.stackIndex!=null?(u+=isNaN(w.o)?0:w.o,f=!0):u+=w.y,a==="bar"&&f?y.hit&&(d=_,h=m,p=I,r=M,c=v,a=x.type):(d===null||d<=_)&&(d=_,h=m,r=M,c=v,p=I,a=x.type)}}}}return{type:a,label:r,pos:c,value:d??0,sId:h,acc:u,useStack:f,maxIndex:p}},getLabelInfoByPosition(e,t){var m,x,b;const[n,o]=e,s={x1:this.chartRect.x1+this.labelOffset.left,x2:this.chartRect.x2-this.labelOffset.right,y1:this.chartRect.y1+this.labelOffset.top,y2:this.chartRect.y2-this.labelOffset.bottom},l=this.data.series,a=((m=Object.values(l).sort((y,w)=>w.pointSize??0-y.pointSize??0)[0])==null?void 0:m.pointSize)??3,{horizontal:r,selectLabel:c}=this.options;let d,h;t==="xAxis"?(d=this.axesX[0],h=this.scrollbar.x):t==="yAxis"?(d=this.axesY[0],h=this.scrollbar.y):(d=r?this.axesY[0]:this.axesX[0],h=r?this.scrollbar.y:this.scrollbar.x);const u=s[d.units.rectStart],f=s[d.units.rectEnd];let p,g;if(h!=null&&h.use&&((x=d==null?void 0:d.labels)!=null&&x.length)){const{type:y,range:w,interval:I=1}=h,[M,v]=w??[0,d.labels.length],_=Math.floor((+v-+M)/I)+1,C=(f-u)/_,E=Math.floor(((t==="yAxis"||r?o:n)-u)/C);y==="step"?p=M+E:p=(d==null?void 0:d.labels.findIndex(B=>B===+M))+E}else if((b=d==null?void 0:d.labels)!=null&&b.length){const y=(f-u)/d.labels.length,I=Math.floor(((t==="yAxis"?o:n)-u)/y);p=d.labels.length>I?I:-1}else{let y,w;n<u-a?(y=u,w=0):n>f+a?(y=f,w=this.data.labels.length-1):y=n,g=this.getItemByPosition([y,o],c==null?void 0:c.useApproximateValue,w,!0),p=g.maxIndex??-1}return{labelIndex:p,hitInfo:g}},getCurMouseLabelVal(e,t,n){const{type:o,horizontal:s}=this.options,l=e==="xAxis",a=l?"x":"y";let r="",c=-1;const d=()=>{let u="";switch(o){case"bar":case"line":{u=s&&!l||!s&&l?this.data.labels[n]:"";break}case"heatMap":{u=this.data.labels[a][n];break}}return u},h=()=>{let u="";const f={x1:this.chartRect.x1+this.labelOffset.left,x2:this.chartRect.x2-this.labelOffset.right,y1:this.chartRect.y1+this.labelOffset.top,y2:this.chartRect.y2-this.labelOffset.bottom},{steps:p,interval:g,graphMin:m}=this.axesSteps[a][0],{width:x,height:b}=this.axesRange[a][0].size,y=l?this.axesX:this.axesY,w=f[y[0].units.rectStart],I=f[y[0].units.rectEnd],M=Math.abs(t[l?0:1]-w),v=(l?x:b)/2,_=Math.abs(w-I)/p,C=Math.floor((M+v)/_);return _*C+v>M&&_*C-v<M&&(u=C*g+m),u};return typeof n=="number"&&(r=d(),c=n),r||(r=h(),c=-1),{labelVal:r,labelIdx:c}},getStoreMinMax(){const e=Object.keys(this.seriesList),t=this.options.horizontal,n={x:[{min:null,max:null}],y:[{min:null,max:null}]};return e.length?e.reduce((o,s)=>{const l=o,a=this.seriesList[s],r=a.minMax,c=a.xAxisIndex,d=a.yAxisIndex;if(l.x[c]||(l.x[c]={min:null,max:null,maxSID:null}),l.y[d]||(l.y[d]={min:null,max:null,maxSID:null}),r&&a.show){t?((l.x[c].min===null||r.minX<l.x[c].min)&&(l.x[c].min=r.minX),r.minY!==null&&(l.y[d].min===null||r.minY<l.y[d].min)&&(l.y[d].min=r.minY)):(r.minX!==null&&(l.x[c].min===null||r.minX<l.x[c].min)&&(l.x[c].min=r.minX),(l.y[d].min===null||r.minY<l.y[d].min)&&(l.y[d].min=r.minY));const h=this.seriesList[s].isExistGrp,u=l.x[c].max<0;(h&&u||!l.x[c].max||r.maxX>=l.x[c].max)&&(l.x[c].max=r.maxX,l.x[c].maxSID=s);const f=l.y[d].max<0;(h&&f||!l.y[d].max||r.maxY>=l.y[d].max)&&(l.y[d].max=r.maxY,l.y[d].maxSID=s)}return l},{x:[{min:null,max:null,maxSID:null}],y:[{min:null,max:null,maxSID:null}]}):n},calculateAngle(){const e=this.pieDataSet;let t,n,o,s,l,a,r,c,d;const h=[],u={"$ev-root":1.5*Math.PI};for(let f=0;f<e.length;f++){const p=e[f];d=!0;for(let g=0;g<p.data.length;g++)if(t=p.data[g],n=t.value,d&&(d=t.id==="dummy"),!f)a=u["$ev-root"],l=2*Math.PI*(n/p.total),r=a+l,t.sa=a,t.ea=r,u["$ev-root"]+=l;else{if(o=this.getParentInfo(f-1,t.parent),!o)break;u[t.parent]||(u[t.parent]=o.sa),a=u[t.parent],c=o.ea-o.sa,s=p.total[t.parent]||0,l=c*(n/s),r=a+l,t.sa=a,t.ea=r,u[t.parent]+=l}d&&h.push(f)}for(let f=0;f<h.length;f++)this.pieDataSet.splice(h,1);this.options.reverse&&(this.pieDataSet=Xp(this.pieDataSet))},getParentInfo(e,t){for(let n=e;n>=0;n--){const o=this.pieDataSet[n];for(let s=0;s<o.data.length;s++)if(o.data[s].id===t)return o.data[s]}return null},getAggregations(){const e=this.data.data,t=this.data.series,n={},o=Object.keys(t);return o==null||o.forEach(s=>{const l=e[s].map(f=>f!=null&&f.value?f.value:f),a=l[l.length-1],r=l.filter(f=>f!=null),c=Math.min(...r),d=Math.max(...r),h=r.reduce((f,p)=>f+p,0),u=h/r.length||0;(!j.checkSafeInteger(c)||!j.checkSafeInteger(d)||!j.checkSafeInteger(u)||!j.checkSafeInteger(h)||!j.checkSafeInteger(a))&&console.warn("[EVUI][Chart] The aggregated value exceeds 9007199254740991 or less than -9007199254740991."),n[s]={min:c,max:d,avg:u,total:h,last:a}}),n}},CC={x:{rectStart:"x1",rectEnd:"x2",rectOffsetCounter:e=>e==="top"?"y2":"y1",rectOffset:e=>e==="top"?"y1":"y2"},y:{rectStart:"y2",rectEnd:"y1",rectOffsetCounter:e=>e==="left"?"x2":"x1",rectOffset:e=>e==="left"?"x1":"x2"}},_t=["#2b99f0","#8ac449","#00C4C5","#ffde00","#ff7781","#8470ff","#75cd8e","#48d1cc","#fec64f","#fe984f","#0052ff","#00a48c","#83cfde","#dfe32d","#ff7d40","#99c7ff","#a5fee3","#0379c9","#eef093","#ffa891","#00c5cd","#009bc7","#cacaff","#ffc125","#df6264"],Tr={show:!0,highlight:{defaultSize:4,maxSize:6,maxShadowSize:10,maxShadowOpacity:.4},xAxisIndex:0,yAxisIndex:0,point:!0,pointHighlight:!0,pointSize:3,pointStyle:"",lineWidth:2,fill:!1,fillOpacity:.4,showLegend:!0,passingValue:null,interpolation:"none"},SC={show:!0,highlight:{pointSize:5},xAxisIndex:0,yAxisIndex:0,category:!0,showLegend:!0,showValue:{use:!1,fontSize:12,textColor:"#000000",formatter:null,decimalPoint:null}},wC={show:!0,showLegend:!0,stroke:{show:!0,color:"#FFFFFF",lineWidth:2},showValue:{use:!1,fontSize:12,textColor:"#000000",formatter:null}},Br={min:null,max:null,autoScaleRatio:null,startToZero:!1,showAxis:!0,axisLineColor:"#C9CFDC",axisLineWidth:1,showGrid:!0,gridLineColor:"#C9CFDC",showAxisTick:!0,showIndicator:!1,timeFormat:"mm:ss",range:null,interval:null,decimalPoint:"auto",fixedSteps:!1,scaleChange:!1,labelStyle:{show:!0,fontSize:12,color:"#25262E",fontFamily:"Roboto",fontWeight:400,fitWidth:!1,fitDir:"right",alignToGridLine:!1,padding:0,fixWidth:void 0},lastLabelFontStyle:{fontSize:12,color:"#808080",fontFamily:"Roboto",fontWeight:400},title:{use:!1,text:null,fontWeight:400,fontSize:12,fontFamily:"Roboto",textAlign:"right",fontStyle:"normal",color:"#808080"},scrollbar:{use:!1,width:14,height:14,background:"#F2F2F2",showButton:!0,thumbStyle:{background:"#929292",radius:0}}},Dr={show:!1,fontSize:12,fontColor:"#FF0000",fillColor:"#FFFFFF",lineColor:"#FF0000",lineWidth:0,fontWeight:400,fontFamily:"Roboto",verticalAlign:"middle",textAlign:"center",textOverflow:"none",maxWidth:null},Or={color:"#FF0000",lineWidth:1,label:Dr},Rr={color:"#FAE59D"},kC={show:!0,xAxisIndex:0,yAxisIndex:0,showLegend:!0,showValue:{use:!1,fontSize:12,textColor:"#000000",formatter:null,decimalPoint:0},highlight:{stroke:{use:!1,color:null,width:1,radius:0},shadow:{use:!0,offsetX:0,offsetY:0,blur:4,color:"#959494"}}},li={millisecond:{common:!0,size:1,steps:[1,2,5,10,20,50,100,250,500]},second:{common:!0,size:1e3,steps:[1,2,5,10,30]},minute:{common:!0,size:6e4,steps:[1,2,5,10,30]},hour:{common:!0,size:36e5,steps:[1,2,3,6,12]},day:{common:!0,size:864e5,steps:[1,2,5]},week:{common:!1,size:6048e5,steps:[1,2,3,4]},month:{common:!0,size:26784e5,steps:[1,2,3]},quarter:{common:!1,size:7884e6,steps:[1,2,3,4]},year:{common:!0,size:3154e7}},Vs=Object.freeze([1,2,2.5,5,10]),ie={calculateX(e,t,n,o,s=0){if(e==null||e>n||e<t)return null;const l=o/(n-t);return Math.ceil(s+l*(e-t))},calculateSubX(e,t,n,o,s=0){if(e==null)return null;const l=o/(n-t);return Math.ceil(s+l*(e-t))},calculateY(e,t,n,o,s=0){let l;if(e==null||e>n||e<t)return null;const a=o/(n-t);return s?l=s-a*(e-(t||0)):l=-(a*(e-(t||0))),Math.floor(l)},drawPoint(e,t,n,o,s){let l,a,r,c,d;if(isNaN(n)||n<=0)return;let h,u,f,p;switch(t){case"triangle":e.beginPath(),l=3*n/Math.sqrt(3),c=l*Math.sqrt(3)/2,e.moveTo(o-l/2,s+c/3),e.lineTo(o+l/2,s+c/3),e.lineTo(o,s-2*c/3),e.closePath(),e.fill();break;case"rect":d=1/Math.SQRT2*n,e.beginPath(),e.fillRect(o-d,s-d,2*d,2*d),e.strokeRect(o-d,s-d,2*d,2*d);break;case"rectRounded":h=n/Math.SQRT2,u=o-h,f=s-h,p=Math.SQRT2*n,e.beginPath(),this.roundedRect(e,u,f,p,p,n/2),e.closePath(),e.fill();break;case"rectRot":d=1/Math.SQRT2*n,e.beginPath(),e.moveTo(o-d,s),e.lineTo(o,s+d),e.lineTo(o+d,s),e.lineTo(o,s-d),e.closePath(),e.fill();break;case"cross":e.beginPath(),e.moveTo(o,s+n),e.lineTo(o,s-n),e.moveTo(o-n,s),e.lineTo(o+n,s),e.closePath();break;case"crossRot":e.beginPath(),a=Math.cos(Math.PI/4)*n,r=Math.sin(Math.PI/4)*n,e.moveTo(o-a,s-r),e.lineTo(o+a,s+r),e.moveTo(o-a,s+r),e.lineTo(o+a,s-r),e.closePath();break;case"star":e.beginPath(),e.moveTo(o,s+n),e.lineTo(o,s-n),e.moveTo(o-n,s),e.lineTo(o+n,s),a=Math.cos(Math.PI/4)*n,r=Math.sin(Math.PI/4)*n,e.moveTo(o-a,s-r),e.lineTo(o+a,s+r),e.moveTo(o-a,s+r),e.lineTo(o+a,s-r),e.closePath();break;case"line":e.beginPath(),e.moveTo(o-n,s),e.lineTo(o+n,s),e.closePath();break;default:e.beginPath(),e.arc(o,s,n,0,Math.PI*2),e.closePath(),e.fill();break}e.stroke()},roundedRect(e,t,n,o,s,l){const a=Math.PI,r=a/2;if(l){const c=Math.min(l,s/2,o/2),d=t+c,h=n+c,u=t+o-c,f=n+s-c;e.moveTo(t,h),d<u&&h<f?(e.arc(d,h,c,-a,-r),e.arc(u,h,c,-r,0),e.arc(u,f,c,0,r),e.arc(d,f,c,r,a)):d<u?(e.moveTo(d,n),e.arc(u,h,c,-r,r),e.arc(d,h,c,r,a+r)):h<f?(e.arc(d,h,c,-a,0),e.arc(d,f,c,0,a)):e.arc(d,h,c,-a,a),e.closePath(),e.moveTo(t,n)}else e.rect(t,n,o,s)},createGradient(e,t,n,o,s,l){const{x:a,y:r,w:c,h:d}=n;let h;t?h=e.createLinearGradient(a,0,a+c,0):h=e.createLinearGradient(0,r,0,r+d);for(let u=0;u<o.length;u++){const f=o[u][0]??0,p=o[u][1]??"rgba(255, 255, 255, 0)",g=p.includes("rgba")?j.getOpacity(p):1,m=s?l:g;h.addColorStop(f,j.colorStringToRgba(p,m))}return h}};class MC{constructor(t,n,o){const s=Fe({},n,Tr);Object.keys(s).forEach(l=>{this[l]=s[l]}),this.name===void 0&&(this.name=`series-${o}`),["color","pointFill","fillColor"].forEach(l=>{this[l]===void 0&&(this[l]=l==="pointFill"?this.color:_t[o%_t.length])}),this.type="line",this.sId=t,this.extent={downplay:{opacity:.3,lineWidth:1},normal:{opacity:1,lineWidth:1},highlight:{opacity:1,lineWidth:2}},this.data=[],this.beforeMouseXp=0,this.beforeMouseYp=0,this.beforeFindItemIndex=-1,this.size={comboOffset:0}}useLinearInterpolation(){return this.interpolation==="linear"||this.interpolation==="none"&&!!this.passingValue&&this.hasPassingValueInData}draw(t){var V,P,A,z,$,U,H;if(!this.show)return;const{ctx:n,chartRect:o,labelOffset:s,axesSteps:l,selectLabel:a,selectSeries:r,legendHitInfo:c,isBrush:d,unSelectedOpacity:h}=t,u=a==null?void 0:a.option,f=(u==null?void 0:u.use)&&(u==null?void 0:u.useSeriesOpacity),p=((V=a==null?void 0:a.selected)==null?void 0:V.dataIndex)??[];let g;if(c)g=this.extent[(c==null?void 0:c.sId)===this.sId?"highlight":"downplay"];else if((P=r==null?void 0:r.option)!=null&&P.use&&((z=(A=r==null?void 0:r.selected)==null?void 0:A.seriesId)!=null&&z.length)){const X=(U=($=r==null?void 0:r.selected)==null?void 0:$.seriesId)==null?void 0:U.includes(this.sId);g=this.extent[X?"highlight":"downplay"]}else f&&p.length?g=this.extent.downplay:g=this.extent.normal;g===this.extent.downplay&&(g={...g,opacity:h});const m=X=>X!=null&&X.includes("rgba")?j.getOpacity(X):g.opacity,x=this.color,b=m(x),y=this.pointFill,w=m(y),I=this.extent.downplay?this.fillOpacity*g.opacity:this.fillOpacity,M=this.lineWidth*g.lineWidth;n.beginPath(),n.save(),n.lineJoin="round",n.lineWidth=M,n.strokeStyle=j.colorStringToRgba(x,b),this.segments&&n.setLineDash(this.segments);const v=this.useLinearInterpolation();let _=0;const C=l.x[this.xAxisIndex],S=l.y[this.yAxisIndex];let E=o.chartWidth-(s.left+s.right);const k=o.chartHeight-(s.top+s.bottom);this.combo&&(_=E/(this.data.length||1),E-=_,this.size.comboOffset=_);const B=o.x1+s.left+_/2,D=o.y2-s.bottom,O=X=>{const Y=Math.min(Math.max(X,C.graphMin),C.graphMax);return ie.calculateX(Y,C.graphMin,C.graphMax,E,B)},R=X=>{const Y=Math.min(Math.max(X,S.graphMin),S.graphMax);return ie.calculateY(Y,S.graphMin,S.graphMax,k,D)},T=this.data.some(X=>X.o<0),N=T?R(0):o.y2-s.bottom;let L;if(this.data.forEach(X=>{let Y=O(X.x),K=R(X.y);this.isExistGrp&&v&&X.o===null&&(K=R(X.b??0)),Y!==null&&(Y+=j.aliasPixel(Y)),X.xp=Y,X.yp=K,!(v&&X.o===null)&&(pt(L==null?void 0:L.y)&&!this.isExistGrp||!v&&(pt(L==null?void 0:L.y)||pt(X.o))?n.moveTo(Y,K):n.lineTo(Y,K),L=X)}),n.stroke(),this.segments&&n.setLineDash([]),this.fill&&this.data.length){n.beginPath();const X=j.colorStringToRgba(this.fillColor||x,I);if((H=this.fill)!=null&&H.gradient){let J=this.data[0].yp,te=this.data[0].y;this.data.forEach(Z=>{Z.yp&&Z.yp<=J?J=Z.yp:Z.y&&Z.y>=te&&(te=Z.y)});const G=n.createLinearGradient(0,o.y2,0,J),oe=g.opacity<1?X:x;G.addColorStop(0,T?oe:X),G.addColorStop(.5,X),G.addColorStop(1,oe),n.fillStyle=G}else n.fillStyle=X;let Y=null,K=null;const q=this.data.map(J=>J==null?void 0:J.o),Q=[];for(let J=0;J<q.length+1;J++)if(v&&Hp(q[J])||!v&&pt(q[J])){if(Y!==null&&K!==null){const G=q.slice(Y,J).findLastIndex(oe=>!pt(oe)&&oe!==null);Q.push([Y,Y+G]),Y=null,K=null}}else v&&q[J]===null||(Y=Y===null?J:Y),K=J;Q.forEach(([J,te])=>{if(J===te){const G=this.data[J];n.moveTo(G.xp-M,G.yp),n.lineTo(G.xp+M,G.yp),n.lineTo(G.xp+M,R(G.b)??N),n.closePath();return}for(let G=J;G<=te;G++){const oe=this.data[G];if(G===J?n.moveTo(oe.xp,oe.yp):oe.o!==null&&n.lineTo(oe.xp,oe.yp),G===te){for(let Z=te;Z>=J;Z--){const ae=this.data[Z],me=O(ae.x);if(ae.o!==null){const re=R(ae.b)??R(0);n.lineTo(me,re)}}n.closePath()}}}),n.fill()}if(!d){n.strokeStyle=j.colorStringToRgba(x,b);const X=j.colorStringToRgba(y,1),Y=j.colorStringToRgba(y,w),K=this.interpolation==="linear"&&this.data.filter(q=>q.o!==null).length===1;this.data.forEach((q,Q)=>{var Z,ae;if(q.xp===null||q.yp===null||q.o===null)return;const J=(Z=this.data[Q-1])==null?void 0:Z.o,te=(ae=this.data[Q+1])==null?void 0:ae.o,G=!v&&pt(J)&&pt(te)||K,oe=p.includes(Q);(this.point||G||oe)&&(n.fillStyle=oe&&!c?X:Y,ie.drawPoint(n,this.pointStyle,this.pointSize,q.xp,q.yp))})}n.restore()}itemHighlight(t,n){const o=t.data,s=n,{xp:l,yp:a,o:r}=o;s.save(),l!==null&&a!==null&&r!==null&&this.pointHighlight&&(s.strokeStyle=j.colorStringToRgba(this.color,0),s.fillStyle=j.colorStringToRgba(this.color,this.highlight.maxShadowOpacity),ie.drawPoint(s,this.pointStyle,this.highlight.maxShadowSize,l,a),s.fillStyle=this.color,ie.drawPoint(s,this.pointStyle,this.highlight.maxSize,l,a),s.fillStyle="#fff",ie.drawPoint(s,this.pointStyle,this.highlight.defaultSize,l,a)),s.restore()}findGraphData(t,n,o,s){var h;const l=t[0],a=t[1],r={data:null,hit:!1,color:this.color},c=this.data.filter(u=>!j.isNullOrUndefined(u.x)),d=this.useLinearInterpolation();if(c!=null&&c.length)if(typeof o=="number"&&this.show){if(r.data=c[o],r.index=o,r.data){const u=c[o];Math.abs(a-u.yp)<=15&&(r.hit=!0)}}else if(typeof this.beforeFindItemIndex=="number"&&this.beforeFindItemIndex!==-1&&this.show&&s)r.data=c[this.beforeFindItemIndex],r.index=this.beforeFindItemIndex;else{let u=1/0,f=-1;const p=[];c.forEach((b,y)=>{b.xp!==null&&b.yp!==null&&b.o!==null&&p.push({...b,originalIndex:y})}),p.length===0&&c.forEach((b,y)=>{p.push({...b,originalIndex:y})});let g=0,m=p.length-1;for(;g<=m;){const b=Math.floor((g+m)/2),y=p[b],w=Math.abs(l-y.xp);if(w<u&&(u=w,f=y.originalIndex),y.xp<l){if(g=b+1,g<p.length){const I=Math.abs(l-p[g].xp);I<u&&(u=I,f=p[g].originalIndex)}}else if(y.xp>l){if(m=b-1,m>=0){const I=Math.abs(l-p[m].xp);I<u&&(u=I,f=p[m].originalIndex)}}else break}const x=p.findIndex(b=>b.originalIndex===f);if(x!==-1)for(let b=Math.max(0,x-2);b<=Math.min(p.length-1,x+2);b++){const y=p[b],w=Math.abs(l-y.xp);w<u&&(u=w,f=y.originalIndex)}if(f!==-1){let b=50;if(c.length>1){const w=[];for(let I=1;I<c.length;I++)c[I].xp!==null&&c[I-1].xp!==null&&w.push(Math.abs(c[I].xp-c[I-1].xp));w.length>0&&(b=w.reduce((I,M)=>I+M,0)/w.length)}const y=Math.max(b,1);if(u<=y)r.data=c[f],r.index=f;else{let w=!1,I=d?1/0:y;const M=d?p:c;for(let v=0;v<M.length;v++){const _=Math.abs(l-M[v].xp);_<=I&&(w=!0,I=_,f=d?M[v].originalIndex:v)}w&&(r.data=c[f],r.index=f)}if(r.data){const w=c[f];Math.abs(a-w.yp)<=15&&(r.hit=!0)}}}return s||(this.beforeMouseXp=l,this.beforeMouseYp=a,typeof r.index=="number"&&(this.beforeFindItemIndex=r.index)),d&&((h=r==null?void 0:r.data)==null?void 0:h.o)===null&&(r.data=null),r}findApproximateData(t){var f,p;const n=t[0],o=t[1],s={data:null,hit:!1,color:this.color},l=this.data.filter(g=>!j.isNullOrUndefined(g.x));if(!l.length)return s;const a=l.length>1?Math.abs(((f=l[1])==null?void 0:f.xp)-((p=l[0])==null?void 0:p.xp)):50,r=Math.max(a*.4,10);let c=0,d=l.length-1,h=-1,u=1/0;for(;c<=d;){const g=Math.floor((c+d)/2),m=l[g].xp;if(m-r<=n&&n<=m+r){const x=Math.max(0,g-2),b=Math.min(l.length-1,g+2);for(let y=x;y<=b;y++)if(l[y].xp!==null&&l[y].yp!==null){const w=Math.sqrt((n-l[y].xp)**2+(o-l[y].yp)**2);w<u&&(u=w,h=y)}return h!==-1&&(s.data=l[h],s.index=h,u<5&&(s.hit=!0)),s}else if(m+r<n){if(g<d&&n<l[g+1].xp){const x=Math.abs(l[g].xp-n),b=Math.abs(l[g+1].xp-n);s.data=x>b?l[g+1]:l[g],s.index=x>b?g+1:g;const y=s.data;return Math.abs(o-y.yp)<10&&(s.hit=!0),s}c=g+1}else{if(g>0&&n>l[g-1].xp){const x=Math.abs(l[g-1].xp-n),b=Math.abs(l[g].xp-n);s.data=x>b?l[g]:l[g-1],s.index=x>b?g:g-1;const y=s.data;return Math.abs(o-y.yp)<10&&(s.hit=!0),s}d=g-1}}return s}findItems({xsp:t,width:n}){const o=t+n;return this.data.filter(s=>t-1<=s.xp&&s.xp<=o+1)}}class EC{constructor(t,n,o,s=!1){const l=xs({},Tr,n);Object.keys(l).forEach(a=>{this[a]=l[a]}),this.name===void 0&&(this.name=`series-${o}`),["color","pointFill","fillColor","overflowColor"].forEach(a=>{this[a]===void 0&&(this[a]=_t[o%_t.length])}),this.sId=t,this.data=[],this.type="scatter",this.realTimeScatter=s,this._rtTotalCount=0,this._colorCache=new Map}getCachedColor(t,n){const o=`${t}_${n}`;if(this._colorCache.has(o))return this._colorCache.get(o);const s=j.colorStringToRgba(t,n);if(this._colorCache.size>100){const l=this._colorCache.keys().next().value;this._colorCache.delete(l)}return this._colorCache.set(o,s),s}draw(t){this.show&&(this.realTimeScatter?this.realTimeScatterDraw(t):this.defaultScatterDraw(t))}getOpacity(t,n,o){const s=n.includes("rgba")?j.getOpacity(n):1;let l=!1;const{selectInfo:a,legendHitInfo:r,unSelectedOpacity:c}=t;return r?l=r.sId!==this.sId:a&&(l=(a==null?void 0:a.seriesID)!==this.sId||(a==null?void 0:a.dataIndex)!==o),l?c:s}calcItem(t,n){const{chartRect:o,labelOffset:s,axesSteps:l,displayOverflow:a}=n;let r;const c=l.x[this.xAxisIndex],d=l.y[this.yAxisIndex],h=o.chartWidth-(s.left+s.right),u=o.chartHeight-(s.top+s.bottom),f=o.x1+s.left,p=o.y2-s.bottom;let g=ie.calculateX(t.x,c.graphMin,c.graphMax,h,f);const m=ie.calculateY(a&&t.y>d.graphMax?d.graphMax:t.y,d.graphMin,d.graphMax,u,p);g!==null&&(r=j.aliasPixel(g),g+=r),t.xp=g,t.yp=m}defaultScatterDraw(t){const{ctx:n,axesSteps:o,duple:s,legendHitInfo:l,coordinateDedupe:a}=t,r=o.y[this.yAxisIndex];for(let c=0;c<this.data.length;c++){const d=this.data[c],h=c,u=a!==!1;let f;if(l?f=l.sId===this.sId:u?f=s.get(`${d.x}${d.y}`)===this.sId:f=!0,f&&(this.calcItem(d,t),d.xp!==null&&d.yp!==null)){const g=d.y>r.graphMax&&this.overflowColor||d.dataColor||this.color,m=this.getOpacity(t,g,h);n.strokeStyle=this.getCachedColor(g,m);const x=d.dataColor||this.pointFill,b=this.getOpacity(t,x,h);n.fillStyle=this.getCachedColor(x,b),ie.drawPoint(n,this.pointStyle,this.pointSize,d.xp,d.yp)}}}realTimeScatterDraw(t){var u,f,p,g,m,x;const{ctx:n,axesSteps:o,duple:s,legendHitInfo:l,coordinateDedupe:a}=t,r=o.y[this.yAxisIndex],c=typeof this.pointStyle=="string"?this.pointStyle:this.pointStyle.value,d=typeof this.pointSize=="number"?this.pointSize:this.pointSize.value;let h=0;for(let b=0;b<((f=(u=this.data[this.sId])==null?void 0:u.dataGroup)==null?void 0:f.length);b++)for(let y=0;y<((g=(p=this.data[this.sId])==null?void 0:p.dataGroup[b])==null?void 0:g.data.length);y++){const w=(x=(m=this.data[this.sId])==null?void 0:m.dataGroup[b])==null?void 0:x.data[y];h++;const I=a!==!1;let M;if(l?M=l.sId===this.sId:I?M=s.get(`${w.x}${w.y}`)===this.sId:M=!0,M&&(this.calcItem(w,t),w.xp!==null&&w.yp!==null)){const v=w.y>r.graphMax&&this.overflowColor,_=v||w.color||this.color,C=v||w.color||this.pointFill||this.color,S=this.getOpacity(t,_,y),E=this.getOpacity(t,C,y);n.strokeStyle=this.getCachedColor(_,S),n.fillStyle=this.getCachedColor(C,E),ie.drawPoint(n,c,d,w.xp,w.yp)}}this._rtTotalCount=h}findItemsInRange(t,n,o,s,l){return t.filter(a=>n-1<=a.xp&&a.xp<=s+1&&o-1<=a.yp&&a.yp<=l+1)}defaultScatterFindItems(t,n,o,s,l){return this.findItemsInRange(t,n,o,s,l)}realTimeScatterFindItems(t,n,o,s,l){const a=[];for(let r=0;r<t[this.sId].dataGroup.length;r++){const c=t[this.sId].dataGroup[r];a.push(...this.findItemsInRange(c.data,n,o,s,l))}return a}findItems({xsp:t,ysp:n,width:o,height:s}){const l=this.data,a=t+o,r=n+s;let c=[];return this.realTimeScatter?c=this.realTimeScatterFindItems(l,t,n,a,r):c=this.defaultScatterFindItems(l,t,n,a,r),c}itemHighlight(t,n){const o=t.data,s=n,l=o.xp,a=o.yp;if(s.save(),l!==null&&a!==null){const r=o.dataColor||this.color,c=o.dataColor||this.pointFill;s.strokeStyle=this.getCachedColor(r,0),s.fillStyle=this.getCachedColor(c,this.highlight.maxShadowOpacity),ie.drawPoint(s,this.pointStyle,this.highlight.maxShadowSize,l,a),s.fillStyle=r,ie.drawPoint(s,this.pointStyle,this.highlight.maxSize,l,a),s.fillStyle="#fff",ie.drawPoint(s,this.pointStyle,this.highlight.defaultSize,l,a)}s.restore()}findGraphData(t){var c;const n=t[0],o=t[1],s={data:null,hit:!1,color:this.color,index:null},l=this.pointSize;if(this.realTimeScatter){const d=(c=this.data[this.sId])==null?void 0:c.dataGroup;if(!d)return s;let u=this._rtTotalCount-1;for(let f=d.length-1;f>=0;f--){const p=d[f];if(p!=null&&p.data)for(let g=p.data.length-1;g>=0;g--){const m=p.data[g];if(m.xp!==null&&m.yp!==null){const x=m.xp,b=m.yp;if(x-l<=n&&n<=x+l&&b-l<=o&&o<=b+l)return s.data=m,s.index=u,s.hit=!0,s}u--}}return s}const a=this.data,r=a.findIndex(d=>{const h=d.xp,u=d.yp;return h-l<=n&&n<=h+l&&u-l<=o&&o<=u+l});return r>-1&&(s.data=a[r],s.index=r,s.hit=!0),s}}class Lr{constructor(t,n,o,s){const l=Fe({},n,SC);Object.keys(l).forEach(a=>{this[a]=l[a]}),this.name===void 0&&(this.name=`series-${o}`),this.color===void 0&&(this.color=_t[o%_t.length]),this.type="bar",this.sId=t,this.data=[],this.isHorizontal=s,this.size={cat:0,bar:0,cPad:0,bPad:0,w:0,h:0,ix:0}}draw(t){var z,$,U,H,X;if(!this.show)return;const{isHorizontal:n,showValue:o}=this,s=t.ctx,l=t.chartRect,a=t.labelOffset,r=t.axesSteps,c=t.showIndex,d=t.thickness,h=t.showSeriesCount;let u,f;const p=r.x[this.xAxisIndex],g=r.y[this.yAxisIndex];let m=this.data.length;const[x,b]=n?[g.minIndex,g.maxIndex]:[p.minIndex,p.maxIndex];ve(x)&&ve(b)&&(m=b-x+1);const y=l.chartWidth-(a.left+a.right),w=l.chartHeight-(a.top+a.bottom),I=l.x1+a.left,M=l.y2-a.bottom,v=ie.calculateX(0,p.graphMin,p.graphMax,y),_=ie.calculateY(0,g.graphMin,g.graphMax,w),C=n?I+v:I,S=n?M:M+_,E=n?w:y,k=E/(m||1);let B;t.cPadRatio>=1||t.cPadRatio<=0?B=2:B=Math.max(E*(t.cPadRatio/2)/m,2);let O,R,T;O=k>B*2?k-B*2:k,O=this.isExistGrp?O:O/h;const N=this.calculateBarSize(d,O);R=n?null:N,T=n?N:null;const L=n?(O-T)/2:(O-R)/2,V=this.isExistGrp?1:c+1;this.size.cat=k,this.size.bar=O,this.size.cPad=B,this.size.bPad=L,this.size.w=R,this.size.h=T,this.size.ix=V,this.chartRect=l,this.labelOffset=a,this.borderRadius=t.borderRadius,this.filteredCount=m;const P=ve(x)?x:0,A=ve(b)?b:this.data.length-1;for(let Y=P;Y<=A;Y++){const K=Y-P,q=this.data[Y];if(q){const Q=n?S-k*K-B:C+k*K+B;if(n?(u=C,f=Math.round(Q-(O*V-(T+L)))):(u=Math.round(Q+(O*V-(R+L))),f=S),n){const ue=q.b?q.o:q.x,ke=Math.min(Math.max(ue,p.graphMin),p.graphMax);if(R=ie.calculateX(ke,p.graphMin,p.graphMax,y,-v),q.b){const ct=Math.min(Math.max(q.b,p.graphMin),p.graphMax);u=ie.calculateX(ct,p.graphMin,p.graphMax,y,C-v)}const rt=ue>0?-1:1;R=ue&&Math.abs(R)===0?rt:R}else{const ue=q.b?q.o:q.y,ke=Math.min(Math.max(ue,g.graphMin),g.graphMax);if(T=ie.calculateY(ke,g.graphMin,g.graphMax,w,-_),q.b){const ct=Math.min(Math.max(q.b,g.graphMin),g.graphMax);f=ie.calculateY(ct,g.graphMin,g.graphMax,w,S-_)}const rt=ue>0?-1:1;T=ue&&Math.abs(T)===0?rt:T}const J=q.dataColor||this.color,te=t==null?void 0:t.legendHitInfo,G=(z=t==null?void 0:t.selectLabel)==null?void 0:z.option,oe=($=t==null?void 0:t.selectItem)==null?void 0:$.option,Z=((H=(U=t==null?void 0:t.selectLabel)==null?void 0:U.selected)==null?void 0:H.dataIndex)??[],{dataIndex:ae,seriesID:me}=((X=t==null?void 0:t.selectItem)==null?void 0:X.selected)??{};let re=!1;if(te?re=(te==null?void 0:te.sId)!==this.sId:G!=null&&G.use&&(G!=null&&G.useSeriesOpacity)?re=Z.length&&!Z.includes(Y):ft(ae)&&(oe!=null&&oe.useSeriesOpacity)&&(this.isExistGrp?re=ae!==Y:re=ae!==Y||me!==this.sId),typeof J!="string")s.fillStyle=ie.createGradient(s,n,{x:u,y:f,w:R,h:T},J,re,t.unSelectedOpacity);else{const ue=J.includes("rgba")?j.getOpacity(J):1,ke=re?t.unSelectedOpacity:ue;s.fillStyle=j.colorStringToRgba(J,ke)}this.drawBar({ctx:s,positions:{x:u,y:f,w:R,h:T}}),o.use&&this.drawValueLabels({context:s,data:q,positions:{x:u,y:f,h:T,w:R},isHighlight:!1,textColor:q.dataTextColor,index:Y}),q.xp=u,q.yp=f,q.w=R,q.h=n?-T:T,q.index=Y,this.data[K]=q}}}itemHighlight(t,n,o,s){const l=this.showValue,a=t.data,r=n,c=a.xp,d=a.yp,h=a.w,u=a.h;r.save(),r.shadowOffsetX=0,r.shadowOffsetY=0,r.shadowBlur=4;const f=t.data.dataColor||this.color;if(typeof f!="string"){const p=ie.createGradient(r,this.isHorizontal,{x:c,y:d,w:h,h:u},f,!1,s);r.fillStyle=p,r.shadowColor=f[f.length-1][1]}else r.fillStyle=f,r.shadowColor=f;r.beginPath(),this.drawBar({ctx:r,positions:{x:c,y:d,w:h,h:this.isHorizontal?-u:u}}),l.use&&this.drawValueLabels({context:r,data:a,positions:{x:c,y:d,h:u,w:h},isHighlight:!0,textColor:t.data.dataTextColor||t.dataTextColor,index:o}),r.restore()}findGraphData(t,n,o,s){if(typeof o=="number"&&this.show&&s){const l=this.data,a={data:null,hit:!1,color:this.color};return l[o]&&(a.data=l[o],a.index=o,a.hit=this.isPointInBar(t,l[o])),a}return n?this.findGraphRangeCount(t):this.findGraphRange(t)}binarySearchBar(t,n){const[o,s]=t,l={data:null,hit:!1,color:this.color},a=this.data,r=this.filteredCount??a.length;let c=0,d=r-1;for(;c<=d;){const h=Math.floor((c+d)/2),u=a[h],{xp:f,yp:p,w:g,h:m}=u,x=f+g,b=p+m;if(n?b<=s&&s<=p:f<=o&&o<=x)return l.data=u,l.index=u.index,l.hit=this.isPointInBar(t,u),l;(n?!(b<s):f+4<o)?c=h+1:d=h-1}return l}findGraphRange(t){return this.binarySearchBar(t,!1)}findGraphRangeCount(t){return this.binarySearchBar(t,!0)}drawValueLabels({context:t,data:n,positions:o,isHighlight:s,textColor:l,index:a}){const r=this.isHorizontal,{fontSize:c,textColor:d,align:h,formatter:u,decimalPoint:f}=this.showValue,{x:p,y:g,w:m,h:x}=o,b=t;b.save(),b.beginPath(),b.font=`normal normal normal ${c}px Roboto`,b.fillStyle=l||d,b.lineWidth=1,b.textBaseline="middle",b.textAlign=r&&h!=="center"?"left":"center";let y;const w=ft(this.stackIndex);w?y=n.o:y=(r?n.x:n.y)??"";let I;u&&(I=u(y,{label:r?n.y:n.x,index:a})),(!u||typeof I!="string")&&(I=j.labelSignFormat(y,f)??"");const M=y<0,v=Math.round(b.measureText(I).width),_=c,C=10,S=M?p-C:p+C,E=M?g+C:g-C,k=p+m/2,B=s?g+x/2:g-x/2,D=Math.abs(m)-C,O=Math.abs(x)-C;switch(h){case"start":{if(r&&v<D){const R=M?S-v:S;b.fillText(I,R,B)}else if(!r&&_<O){const R=M?g+C:g-C;b.fillText(I,k,R)}break}case"center":{r&&v<D?b.fillText(I,k,B):!r&&_<O&&b.fillText(I,k,g+x/2);break}case"out":{if(w){console.warn("[EVUI][Bar Chart] In case of Stack Bar Chart, 'out' of 'showValue''s align is not supported.");return}if(r){const R=this.chartRect.x1+this.labelOffset.left,T=this.chartRect.x2-this.labelOffset.right;if(M){const N=p-C+m-v;N>R&&b.fillText(I,N,B)}else{const N=p+C+m;N+v<T&&b.fillText(I,N,B)}}else{const R=M?g+x+C:g+x-C;b.fillText(I,k,R)}break}default:case"end":{if(r&&v<D){const R=M?p+m+C:p+m-v-C;b.fillText(I,R,B)}else if(!r){if(M){const R=g+x-C;R>E&&b.fillText(I,k,R)}else if(_<O){const R=g+x+C;b.fillText(I,k,R)}}break}}b.restore()}calculateBarSize(t,n){return typeof t=="string"&&/[0-9]+px/.test(t)?Math.min(n,Number(t.replace("px",""))):typeof t=="number"&&t<=1&&t>=0?Math.ceil(n*t):n}drawBar({ctx:t,positions:n}){const{isHorizontal:o,borderRadius:s}=this,l="stackIndex"in this,a=s&&s>0,{x:r,y:c,w:d}=n,h=o?-n.h:n.h;if(!(d===0||h===0)){if(t.save(),a&&!l)try{this.drawRoundedRect(t,n)}catch{t.fillRect(r,c,d,h)}else t.fillRect(r,c,d,h);t.restore()}}isPointInBar(t,n){const[o,s]=t,{xp:l,yp:a,w:r,h:c}=n,d=l+r,h=a+c;return l<=o&&o<=d&&h<=s&&s<=a}drawRoundedRect(t,n){const{chartRect:o,labelOffset:s,isHorizontal:l,borderRadius:a}=this,{x:r,y:c}=n;let{w:d,h}=n,u=a;const f=new Path2D;f.rect(o.x1+s.left,o.y1,o.chartWidth-s.right,o.chartHeight-s.bottom),t.clip(f),t.beginPath(),t.moveTo(r,c),Math.abs(d)<u*2&&(u=Math.abs(d)/2),Math.abs(h)<u*2&&(u=Math.abs(h)/2),l?d<0?(d+=u,t.lineTo(r+d,c),t.arcTo(r+d-u,c,r+d-u,c-u,u),t.arcTo(r+d-u,c-h,r+d,c-h,u),t.lineTo(r,c-h),t.lineTo(r,c)):(d-=u,t.lineTo(r+d,c),t.arcTo(r+d+u,c,r+d+u,c-u,u),t.arcTo(r+d+u,c-h,r+d,c-h,u),t.lineTo(r,c-h),t.lineTo(r,c)):h>0?(h-=u,t.lineTo(r+d,c),t.lineTo(r+d,c+h),t.arcTo(r+d,c+h+u,r-d+u,c+h+u,u),t.arcTo(r,c+h+u,r,c+h,u),t.lineTo(r,c)):(h+=u,t.lineTo(r+d,c),t.lineTo(r+d,c+h),t.arcTo(r+d,c+h-u,r+d-u,c+h-u,u),t.arcTo(r,c+h-u,r,c+h,u),t.lineTo(r,c)),t.fill(),t.closePath()}}class IC extends Lr{draw(t){if(!this.show)return;const n=t.ctx,o=t.chartRect,s=t.labelOffset,l=t.axesSteps,a=t.showIndex,r=t.isHorizontal,c=t.thickness,d=t.showSeriesCount;let h,u;const f=l.x[this.xAxisIndex],p=l.y[this.yAxisIndex],g=o.chartWidth-(s.left+s.right),m=o.chartHeight-(s.top+s.bottom),x=o.x1+s.left,b=o.y2-s.bottom,y=o.x2-s.right,I=(r?m:g)/(this.data.length||1),M=2;let v;this.isExistGrp?v=I-M*2:v=(I-M*2)/d;const C=typeof c=="string"&&/[0-9]+px/.test(c)?Math.min(v,Number(c.replace("px",""))):typeof c=="number"&&c<=1&&c>=0?Math.ceil(v*c):v;let S=r?null:C,E=r?null:C,k=r?C:null;const B=r?(v-k)/2:(v-S)/2,D=this.isExistGrp?1:a+1;this.size.cat=I,this.size.bar=v,this.size.cPad=M,this.size.bPad=B,this.size.w=S,this.size.ix=D,this.chartRect=o,this.labelOffset=s,this.borderRadius=t.borderRadius,this.data.forEach((O,R)=>{if(n.beginPath(),r?(h=x,u=ie.calculateY(O.y,p.graphMin,p.graphMax,m,b)):(h=ie.calculateSubX(O.x,f.graphMin,f.graphMax,g,x),h<x?(E-=x-h,h=h+S<x?null:x):h+S>y&&(E-=E-(y-h)),h>=y&&(h=null),h!==null&&(h+=Math.ceil(v*D)-Math.round(S+B)),u=b),r?O.b?(S=ie.calculateX(O.x-O.b,f.graphMin,f.graphMax,g),h=ie.calculateX(O.b,f.graphMin,f.graphMax,g,x)):S=ie.calculateX(O.x,f.graphMin,f.graphMax,g):O.b?(k=ie.calculateY(O.y-O.b,p.graphMin,p.graphMax,m),u=ie.calculateY(O.b,p.graphMin,p.graphMax,m,b)):k=ie.calculateY(O.y,p.graphMin,p.graphMax,m),h!==null&&u!==null){const T=O.dataColor||this.color,N=T.includes("rgba")?j.getOpacity(T):1,L=this.state==="downplay"?t.unSelectedOpacity:N;typeof T!="string"?(S=S!==E?E:S,n.fillStyle=ie.createGradient(n,r,{x:h,y:u,w:S,h:k},T,this.state==="downplay",t.unSelectedOpacity)):n.fillStyle=j.colorStringToRgba(T,L),this.drawBar({ctx:n,positions:{x:h,y:u,w:S,h:k}}),this.showValue.use&&this.drawValueLabels({context:n,data:O,positions:{x:h,y:u,h:k,w:S},isHighlight:!1,index:R})}E=S,O.xp=h,O.yp=u,O.w=S,O.h=r?-k:k})}}class vC{constructor(t,n,o){const s=xs({},wC,n);Object.keys(s).forEach(l=>{this[l]=s[l]}),this.name===void 0&&(this.name=`series-${o}`),this.color===void 0&&(this.color=_t[o%_t.length]),this.sId=t,this.show=!0,this.data=[],this.type="pie",this.centerX=0,this.centerY=0,this.radius=0,this.doughnutHoleSize=0,this.startAngle=0,this.endAngle=0,this.ctx=null,this.isSelect=!1}draw(t,n,o){var h;const s=t??this.ctx,l=new Path2D,a=this.isSelect?this.radius+5:this.radius,r=this.color,c=r.includes("rgba")?j.getOpacity(r):1,d=this.isDownplay?o:c;s.beginPath(),l.moveTo(this.centerX,this.centerY),l.arc(this.centerX,this.centerY,a,this.startAngle,this.endAngle),l.lineTo(this.centerX,this.centerY),s.fillStyle=j.colorStringToRgba(r,d),s.fill(l),n.use&&(s.lineCap="round",s.lineWidth=n==null?void 0:n.lineWidth,s.strokeStyle=n==null?void 0:n.color,s.stroke(l)),(h=this.showValue)!=null&&h.use&&this.drawValueLabels(s),s.closePath(),this.ctx=s}findGraphData([t,n]){const o={data:null,hit:!1,color:null,index:-1},{radius:s,startAngle:l,endAngle:a,centerX:r,centerY:c}=this,d=Math.sqrt((t-r)**2+(n-c)**2),h=2.5*Math.PI-Math.atan2(t-r,n-c),u=s>d&&h>=l&&h<=a;return this.show&&u&&(o.type=this.type,o.data=this.data,o.hit=!0,o.color=this.color,o.index=0),o}itemHighlight(t,n){var a,r;const o=n,s=this.isSelect?this.radius+5:this.radius;o.save(),o.shadowOffsetX=0,o.shadowOffsetY=0,o.shadowBlur=4;const l=((a=t==null?void 0:t.data)==null?void 0:a.dataColor)||this.color;o.fillStyle=l,o.shadowColor=l,o.beginPath(),o.moveTo(this.centerX,this.centerY),o.arc(this.centerX,this.centerY,s,this.startAngle,this.endAngle),o.lineTo(this.centerX,this.centerY),o.fill(),(r=this.showValue)!=null&&r.use&&this.drawValueLabels(o),o.closePath(),o.restore()}drawValueLabels(t){const n=t,o=this.data.o,{fontSize:s,textColor:l,formatter:a}=this.showValue;let r;a&&(r=a({value:o,percentage:this.data.percentage})),(!a||typeof r!="string")&&(r=j.labelSignFormat(o));const c=1.8,d=this.radius-this.doughnutHoleSize,h=(this.endAngle-this.startAngle)*180/Math.PI,u=s+4,f=Math.round(n.measureText(r).width);if(h>=f*c&&h>=u*c&&d>=f*c&&d>=u*c){n.save(),n.beginPath();const p=l.includes("rgba")?j.getOpacity(l):1,g=this.state==="downplay"?this.unSelectedOpacity:p;n.font=`normal normal normal ${s}px Roboto`,n.fillStyle=j.colorStringToRgba(l,g),n.lineWidth=1,n.textAlign="center",n.textBaseline="middle";const m=d/2+this.doughnutHoleSize,x=(this.endAngle-this.startAngle)/2+this.startAngle,b=m*Math.cos(x)+this.centerX,y=m*Math.sin(x)+this.centerY;n.fillText(r,b,y),n.restore()}}}class TC{constructor(t,n,o,s,l){const a=xs({},kC,n);Object.keys(a).forEach(r=>{this[r]=a[r]}),this.isHorizontal=s,this.isGradient=l,this.createColorState(o),this.sId=t,this.data=[],this.labels={x:[],y:[]},this.valueOpt={},this.size={w:0,h:0},this.type="heatMap",this.currentLabelInfo={x:{steps:0,min:0,max:0},y:{steps:0,min:0,max:0}}}createColorState(t){const n=[],o=/[^0-9]&[^,]/g,{min:s,max:l,rangeCount:a,colorsByRange:r,error:c,stroke:d}=t,h=s.includes("#")?j.hexToRgb(s):s.replace(o,""),u=l.includes("#")?j.hexToRgb(l):l.replace(o,""),[f,p,g]=h.split(","),[m,x,b]=u.split(",");if(this.isGradient)n.push({minColor:{minR:f,minG:p,minB:g},maxColor:{maxR:m,maxG:x,maxB:b},rangeCount:a,start:0,end:100,selectedValue:null});else if(r.length)r.forEach(({color:y,label:w},I)=>{n.push({id:`color#${I}`,color:y,label:w,state:"normal",show:!0})});else{const y=Math.floor((f-m)/(a-1)),w=Math.floor((p-x)/(a-1)),I=Math.floor((g-b)/(a-1));for(let M=0;M<a;M++){const v=+f-y*M,_=+p-w*M,C=+g-I*M;n.push({id:`color#${M}`,color:`rgb(${v},${_},${C})`,state:"normal",show:!0})}}this.colorState=n,this.errorColor=c,this.stroke=d}getColorForGradient(t){const{minColor:n,maxColor:o}=this.colorState[0],{minR:s,minG:l,minB:a}=n,{maxR:r,maxG:c,maxB:d}=o,h=+s-Math.floor((s-r)*t/100),u=+l-Math.floor((l-c)*t/100),f=+a-Math.floor((a-d)*t/100);return`rgb(${h},${u},${f})`}getColorIndexByValue(t){const{existError:n,min:o,interval:s,decimalPoint:l}=this.valueOpt,a=this.colorState.length-1;if(n&&t<0)return a;const r=Math.floor(+(t-o).toFixed(l)/s);return r>=a?n?a-1:a:r}getItemInfo(t){const{min:n,max:o}=this.valueOpt,s={show:!1,opacity:1,dataColor:null,id:null,isHighlight:null};if(this.isGradient){const l=We(t-n,o-n),{start:a,end:r,selectedValue:c}=this.colorState[0];(t<0||a<=l&&l<=r)&&(s.show=!0,s.isHighlight=c!==null&&Math.floor(t)===Math.floor(n+(o-n)*(c/100)),s.dataColor=t<0?this.errorColor:this.getColorForGradient(l))}else{const l=this.getColorIndexByValue(t),{show:a,state:r,color:c,id:d}=this.colorState[l];s.show=a,s.opacity=r==="downplay"?.1:1,s.dataColor=t<0?this.errorColor:c,s.id=d}return s}drawItem(t,n,o,s,l,a){if(t.beginPath(),!(s<0||l<0)){if(a.show){const{radius:r}=a;if(r>0){const c=Math.min(s,l);let d=r;d>c/2&&(d=Math.floor(c/2)),t.moveTo(n+d,o),t.arcTo(n+s,o,n+s,o+l,d),t.arcTo(n+s,o+l,n,o+l,d),t.arcTo(n,o+l,n,o,d),t.arcTo(n,o,n+s,o,d),t.stroke(),t.fill()}else t.strokeRect(n,o,s,l),t.fillRect(n,o,s,l)}else{const r=j.aliasPixel(1);t.fillRect(n,o-r,s+r,l+r)}t.closePath()}}calculateXY(t,n,o,s){let l=null;if(this.labels[t]&&this.labels[t].length){let a=this.labels[t].findIndex(f=>f===n);a===-1&&(a=this.labels[t].findIndex(f=>+f==+n));const{minIndex:r,maxIndex:c,graphMin:d,graphMax:h}=s;if(ve(c)&&a>c||ve(r)&&a<r||Zi(r)&&Zi(c)&&(n<d||n>h))return null;const u=r??this.labels[t].findIndex(f=>+f==+d);a>-1&&(a-=u>-1?u:0,l=t==="x"?o+this.size.w*a:o-this.size.h*(a+1))}return l}draw(t){if(!this.show)return;const{ctx:n,chartRect:o,labelOffset:s,overlayCtx:l,selectLabel:a,legendHitInfo:r,selectItem:c,axesSteps:d}=t,h=o.chartWidth-(s.left+s.right),u=o.chartHeight-(s.top+s.bottom),f=o.x1+s.left,p=o.y2-s.bottom,g=d.x[this.xAxisIndex],m=d.y[this.yAxisIndex];this.size.w=h/g.oriSteps,this.size.h=u/m.oriSteps,this.currentLabelInfo={x:{steps:g.oriSteps,min:g.graphMin,max:g.graphMax},y:{steps:m.oriSteps,min:m.graphMin,max:m.graphMax}};const x=(b,y,w)=>{var I,M;if(!r){let v;const{option:_,selected:C}=c,{option:S,selected:E}=a,k=ft(C==null?void 0:C.dataIndex)&&(C==null?void 0:C.dataIndex)>-1,B=((I=E==null?void 0:E.label)==null?void 0:I.length)>0;return k?v=_.useSeriesOpacity?w!==(C==null?void 0:C.dataIndex):!1:B&&(v=S.useSeriesOpacity?!((M=E==null?void 0:E.label)!=null&&M.includes(this.getItemLabel(a,b))):!1),v?.1:y}return y};this.data.forEach((b,y)=>{var S;let I=this.calculateXY("x",b.x,f,g),M=this.calculateXY("y",b.y,p,m),v=this.size.w,_=this.size.h;const C=b.o;if(I!==null&&M!==null&&C!==null&&C!==void 0){const{show:E,opacity:k,dataColor:B,id:D,isHighlight:O}=this.getItemInfo(C);let R=k;k===1&&j.getColorStringType(b.dataColor)==="RGBA"&&(R=j.getOpacity(b.dataColor));const T=x(b,R,y);if(b.dataColor||(b.dataColor=B),b.cId=D,n.save(),E){n.fillStyle=j.colorStringToRgba(b.dataColor,T);let N=this.stroke;const L=c==null?void 0:c.option,V=(L==null?void 0:L.use)&&(L==null?void 0:L.showBorder),P=y===((S=c==null?void 0:c.selected)==null?void 0:S.dataIndex);V&&P&&(N={show:L==null?void 0:L.showBorder,...L==null?void 0:L.borderStyle});let A=!1;if(N.show&&N.lineWidth>0){const{color:z,lineWidth:$,opacity:U}=N,H=$*2;A=H<Math.floor(v)&&H<Math.floor(_),n.strokeStyle=A?j.colorStringToRgba(z,T===1?U:T):void 0,A?(n.lineWidth=$,I+=$,M+=$,v-=H,_-=H):n.lineWidth=0}I+=1,b.xp=I,b.yp=M,b.w=v,b.h=_,this.drawItem(n,I,M,v,_,{...N,show:A}),n.restore(),this.showValue.use&&this.drawValueLabels({context:n,data:b}),O&&this.itemHighlight({data:b},l)}}})}drawValueLabels({context:t,data:n}){const{fontSize:o,textColor:s,align:l,formatter:a,decimalPoint:r}=this.showValue,{xp:c,yp:d,w:h,h:u,o:f}=n,p=t;p.save(),p.beginPath(),p.font=`normal normal normal ${o}px Roboto`,p.fillStyle=s,p.lineWidth=1,p.textBaseline="middle",p.textAlign=l!=="center"?"left":"center";let g;a&&(g=a(f)),(!a||typeof g!="string")&&(g=j.labelSignFormat(f,r));const m=Math.round(p.measureText(g).width),x=o,b=c+h/2,y=d+u/2;if(!(m>=h||x>=u||g<0)){switch(l){case"top":{const w=b-m/2,I=y-x/2;p.fillText(g,w,I);break}case"right":{const w=c+h-m;p.fillText(g,w,y);break}case"bottom":{const w=b-m/2,I=y+x/2;p.fillText(g,w,I);break}case"left":p.fillText(g,c,y);break;default:{const w=b-m/2;p.fillText(g,w,y);break}}p.restore()}}getAdjustedBounds({xp:t,yp:n,width:o,height:s}){const a=Math.max(0,o),r=Math.max(0,s);return{xsp:Math.floor(t*100)/100,xep:Math.ceil((t+a)*100)/100,ysp:Math.floor(n*100)/100,yep:Math.ceil((n+r)*100)/100}}findItems(t){const n=this.data,{xsp:o,xep:s,ysp:l,yep:a}=this.getAdjustedBounds({xp:t.xsp,yp:t.ysp,width:t.width,height:t.height});return n.filter(({xp:r,yp:c,w:d,h})=>{const{xsp:u,xep:f,ysp:p,yep:g}=this.getAdjustedBounds({xp:r,yp:c,width:d,height:h});return u>=o&&f<=s&&p>=l&&g<=a})}itemHighlight(t,n){var m;const o=t.data,s=n,{stroke:l,shadow:a}=this.highlight,r=o.xp,c=o.yp,d=o.w,h=o.h,u=o.cId;let f;if(this.isGradient){const{min:x,max:b}=this.valueOpt,y=We(o.o-x,b-x),{start:w,end:I}=this.colorState[0];f=w<=y&&y<=I||o.o===-1}else f=(m=this.colorState.find(({id:x})=>x===u))==null?void 0:m.show;if(r===null||c===null||!f)return;s.save();const p=j.getColorStringType(o.dataColor)==="RGBA"?t.dataColor:j.colorStringToRgba(o.dataColor,1);s.fillStyle=p,a.use&&(s.shadowOffsetX=a.offsetX,s.shadowOffsetY=a.offsetY,s.shadowBlur=a.blur,s.shadowColor=a.color);const g={color:"",lineWidth:1,opacity:1,radius:0,show:!0};if(l.use){const{color:x,width:b,radius:y}=l;g.show=!0,g.radius=y,s.lineWidth=b,g.lineWidth=b,s.strokeStyle=x||p,g.color=x||p}else g.show=!1,s.strokeStyle=p,g.color=p;this.drawItem(s,r-.5,c-.5,d+1,h+1,g),s.restore(),this.showValue.use&&this.drawValueLabels({context:s,data:o})}findGraphData(t){const n=t[0],o=t[1],s={data:null,hit:!1,color:null,dataColor:null,name:null},l=this.data,a=l.findIndex(r=>{const{xp:c,yp:d,w:h,h:u}=r;return c<=n&&n<=c+h&&d<=o&&o<=d+u});if(a>-1){const r=l[a];s.data=r,s.color=r.dataColor,s.dataColor=r.dataColor,s.index=a,s.hit=!0}return s}findBlockRange({xcp:t,xep:n,ycp:o,yep:s,range:l}){const a=this.labels,r=1,c={xsp:Math.min(t,n),ysp:Math.min(o,s),width:Math.ceil(Math.abs(n-t)),height:Math.ceil(Math.abs(s-o))};if(a.x.length&&a.y.length){const d=this.currentLabelInfo.x.steps||a.x.length,h=this.currentLabelInfo.y.steps||a.y.length,{x1:u,x2:f,y1:p,y2:g}=l,m=(f-u)/d,x=(g-p)/h,b={xsp:t,xep:n,ysp:o,yep:s},y=(w,I,M)=>{let v,_,C;w==="x"?(_=m,C=u+r):(_=x,C=p),a[w].findIndex((E,k)=>(v=C+_*k,v<=I&&I<=v+_))>-1?b[M]=["xsp","ysp"].includes(M)?v:v+_:I<C&&(b[M]=C)};y("x",Math.min(t,n),"xsp"),y("x",Math.max(t,n),"xep"),y("y",Math.min(o,s),"ysp"),y("y",Math.max(o,s),"yep"),c.xsp=Math.min(b.xsp,b.xep),c.ysp=Math.min(b.ysp,b.yep),c.width=Math.abs(b.xep-b.xsp),c.height=Math.abs(b.yep-b.ysp)}return c}getFilteredLabel(t,n,o,s){return t.length!==n?t.filter(l=>o<=l&&l<=s):t}findSelectionRange(t){const{xsp:n,ysp:o,width:s,height:l,range:a}=t;let r=null;const{x1:c,x2:d,y1:h,y2:u}=a,{x:f,y:p}=this.labels;if(f.length&&p.length){const{x:{steps:g,min:m,max:x},y:{steps:b,min:y,max:w}}=this.currentLabelInfo,I=g||f.length,M=b||p.length,v=(d-c)/I,_=(u-h)/M,C=n+s,S=o+l,E={min:Math.floor((n-c)/v),max:Math.floor((C-c-v)/v)},k=M-1,B={min:k-Math.round((S-h-_)/_),max:k-Math.round((o-h)/_)},D=this.getFilteredLabel(f,I,m,x),O=this.getFilteredLabel(p,M,y,w);r={xMin:D[E.min],xMax:D[E.max],yMin:O[B.min],yMax:O[B.max]}}return r}getItemLabel(t,n){const{option:o,selected:s}=t;let l=this.isHorizontal?n.y:n.x;return o!=null&&o.useBothAxis&&(s!=null&&s.targetAxis)&&(l=(s==null?void 0:s.targetAxis)==="yAxis"?n.y:n.x),l}}const Nr={Store:bC,Series:{createSeriesSet(e,t,n,o){let s=Object.keys(e);this.options.overlapping.use&&(s=this.getOverlappingSeriesKeys(e,t,o)),s.forEach((l,a)=>{const r=e[l].type||t;this.seriesList[l]=this.addSeries({type:r,id:l,opt:e[l],index:a,isHorizontal:n})})},getOverlappingSeriesKeys(e,t,n){const o=[],s=[],l=n.flat();return Object.keys(e).forEach(a=>{if((e[a].type||t)==="bar"&&l.length){const d=l.findIndex(h=>h===a);o.push({key:a,overlappingIdx:d})}else s.push({key:a})}),o.sort((a,r)=>r.overlappingIdx-a.overlappingIdx),[...o,...s].map(({key:a})=>a)},addSeries(e){var a;const{type:t,id:n,opt:o,index:s,isHorizontal:l}=e;if(t==="line")return this.seriesInfo.charts.line.push(n),new MC(n,o,s);if(t==="scatter")return this.seriesInfo.charts.scatter.push(n),new EC(n,o,s,(a=this.options.realTimeScatter)==null?void 0:a.use);if(t==="bar")return this.seriesInfo.charts.bar.push(n),o.timeMode?new IC(n,o,s,l):new Lr(n,o,s,l);if(t==="pie")return this.seriesInfo.charts.pie.push(n),new vC(n,o,s);if(t==="heatMap"){this.seriesInfo.charts.heatMap.push(n);const{heatMapColor:r,legend:c}=this.options,d=c.type==="gradient";return new TC(n,o,r,l,d)}return!1},addGroupInfo(e){e.forEach((t,n)=>{let o=0;t.reduce((s,l,a)=>{const r=this.seriesList[l];return r.stackIndex=a+o,r.groupIndex=n,r.isExistGrp=!0,r.bsId=s,r.bsIds=t.filter((c,d)=>c!==l&&a>d),r.isOverlapping=this.options.overlapping.use,r.show||o--,r.show?l:s},t[0])})}}};class oo{constructor(t,n,o,s){const l=Fe({},n,Br);Object.keys(l).forEach(a=>{this[a]=l[a]}),this.type=t,this.ctx=o,this.units=CC[this.type],this.options=s,this.position||(this.position=t==="x"?"bottom":"left")}calculateLabelRange(t,n,o,s){let l,a,r;t==="x"?(l=n.chartWidth,r=Math.floor(s*1.1),a=[o.left,o.right]):(l=n.chartHeight,a=[o.top,o.bottom],r=s+Math.floor(l*.1));const c=l-(a[0]+a[1]),d=1,h=Math.max(Math.floor(c/r)-1,1);return{min:d,max:h}}calculateScaleRange(t,n){var d;let o,s,l=!1;const a=n!=null&&n.use?n==null?void 0:n.range:this.range;Array.isArray(a)&&(a==null?void 0:a.length)===2?this.options.type==="heatMap"?(o=a[1]>+t.max?+t.max:a[1],s=a[0]<+t.min?+t.min:a[0]):(o=a[1],s=a[0]):typeof a=="function"?[s,o]=a(t.min,t.max):(o=t.max,s=t.min),this.autoScaleRatio&&(o=Math.ceil(o*(this.autoScaleRatio+1))),this.startToZero&&(s=0),o===s&&(o+=1,l=!0);const r=this.getLabelFormat(s),c=this.getLabelFormat(o,{isMaxValueSameAsMin:l});return{min:s,max:o,minLabel:r,maxLabel:c,size:j.calcTextSizeCanvas(c,j.getLabelStyle(this.labelStyle),(d=this.labelStyle)==null?void 0:d.padding)}}getLabelWidthHasMaxLength(t,n){return(t??[]).reduce((o,s)=>{var r;const l=this.getLabelFormat(s),a=((r=j.calcTextSizeCanvas(l,j.getLabelStyle(this.labelStyle)))==null?void 0:r.width)??0;return Math.max(o,a)},0)}calculateSteps(t){const{maxValue:n,minValue:o}=t;let{maxSteps:s}=t,l=this.getInterval(t),a=o,r;for(;a<n;)a+=l;const c=a,d=o,h=c-d;if(r=Math.round(h/l),n===1&&(this.decimalPoint?s>2?(l=.2,r=5,s=5):(l=.5,r=2,s=2):(l=1,r=1,s=1)),this.fixedSteps)return{steps:r,interval:l,graphMin:d,graphMax:c};for(;r>s;)l*=2,r=Math.round(h/l),l=Math.ceil(h/r);return c-d>r*l&&(l=Math.ceil((c-d)/r)),{steps:r,interval:l,graphMin:d,graphMax:c}}drawAxisTitle(t,n){const o=this.title;if(!(o!=null&&o.use)||isNaN(o.fontSize))return;const s=this.ctx;s.save(),s.font=j.getLabelStyle(o),s.fillStyle=o.color,s.textAlign=o.textAlign;const l={xLeft:t.x1+n.left,xRight:t.x2-n.right,yTop:t.y1};let a,r;const c=10;this.type==="x"?(a=l.xRight,r=t.y2+o.fontSize+c):(r=l.yTop-o.fontSize-c,a=l.xLeft),a>0&&r>0&&s.fillText(o.text,a,r),s.restore()}draw(t,n,o,s,l,a){var I,M,v,_,C,S,E,k,B,D,O,R,T,N,L,V,P,A,z,$;const r=this.ctx,c=this.options,d={x1:t.x1+n.left,x2:t.x2-n.right,y1:t.y1+n.top,y2:t.y2-n.bottom},h=o.steps,u=o.graphMin,f=o.graphMax,p=o.interval,g=d[this.units.rectStart],m=d[this.units.rectEnd],x=d[this.units.rectOffset(this.position)],b=d[this.units.rectOffsetCounter(this.position)],y=5;let w;if(this.drawAxisTitle(t,n),r.font=j.getLabelStyle(this.labelStyle),r.fillStyle=this.labelStyle.color,this.type==="x"?(r.textAlign="center",r.textBaseline=this.position==="top"?"bottom":"top"):(r.textAlign=this.position==="left"?"right":"left",r.textBaseline="middle"),this.showAxis&&(r.lineWidth=this.axisLineWidth,w=j.aliasPixel(r.lineWidth),r.beginPath(),r.strokeStyle=this.axisLineColor,this.type==="x"?(r.moveTo(g,x+w),r.lineTo(m,x+w)):(r.moveTo(x+w,g),r.lineTo(x+w,m)),r.stroke(),r.closePath()),!(h===0||u===null)){if((I=this.labelStyle)!=null&&I.show){const U=m-g,H=U/h,X=[],Y=o.interval;let K=null,q=null,Q=g,J=u;if(this.type==="x"&&(c!=null&&c.axesX[0].flow)&&a.length!==h+1){const G=Math.floor(u/Y)*Y;G!==+u&&(J=G+Y,Q+=U/(f-u)*(J-u))}r.strokeStyle=this.gridLineColor,r.lineWidth=1,w=j.aliasPixel(r.lineWidth);let te;for(let G=0;G<=h;G++)if(K=Math.round(Q+H*G),K<=m||this.type!=="x"||!(c!=null&&c.axesX[0].flow)||a.length===h+1){r.beginPath(),X[G]=J+G*p,X[G]===0&&this.zeroLineColor?r.strokeStyle=this.zeroLineColor:r.strokeStyle=this.gridLineColor,q=K+w,te=this.getLabelFormat(Math.min(f,X[G]),{prev:X[G-1]??""});const Z=((v=(M=this.options)==null?void 0:M.selectLabel)==null?void 0:v.use)&&((C=(_=this.options)==null?void 0:_.selectLabel)==null?void 0:C.useLabelOpacity)&&this.options.horizontal===(this.type==="y")&&((S=l==null?void 0:l.dataIndex)==null?void 0:S.length)&&!(l!=null&&l.label.map(ue=>this.getLabelFormat(Math.min(f,ue),{prev:X[G-1]??""})).includes(te));let ae;G===h&&this.lastLabelFontStyle?(r.font=j.getLabelStyle(this.lastLabelFontStyle),ae=this.lastLabelFontStyle.color):(r.font=j.getLabelStyle(this.labelStyle),ae=this.labelStyle.color);let me=1;j.getColorStringType(ae)==="RGBA"&&(me=j.getOpacity(ae)),r.fillStyle=j.colorStringToRgba(ae,Z?(E=this.options)==null?void 0:E.unSelectedOpacity:me);let re;if(this.type==="x"){if(re=this.position==="top"?x-10:x+10,((k=c==null?void 0:c.brush)!=null&&k.showLabel||!(c!=null&&c.brush))&&r.fillText(this.checkFixWidth(te),K,re),!Z&&((B=c==null?void 0:c.selectItem)!=null&&B.showLabelTip)&&(s!=null&&s.label)&&!((D=this.options)!=null&&D.horizontal)){const ue=this.getLabelFormat(Math.min(f,s.label+0*p));if(ue===te){const ke=Math.round(r.measureText((O=this.labelStyle)==null?void 0:O.fontSize).width);j.showLabelTip({ctx:this.ctx,width:Math.round(r.measureText(ue).width)+10,height:ke,x:K,y:re+(ke-2),borderRadius:2,arrowSize:3,text:te,backgroundColor:(T=(R=c==null?void 0:c.selectItem)==null?void 0:R.labelTipStyle)==null?void 0:T.backgroundColor,textColor:(L=(N=c==null?void 0:c.selectItem)==null?void 0:N.labelTipStyle)==null?void 0:L.textColor})}}this.showAxisTick&&(r.beginPath(),r.strokeStyle=this.axisLineColor,r.moveTo(q,x),r.lineTo(q,x+y),r.stroke(),r.closePath()),(G!==0||c!=null&&c.axesX[0].flow)&&this.showGrid&&(r.beginPath(),r.strokeStyle=this.gridLineColor,r.moveTo(q,x),r.lineTo(q,b),r.stroke(),r.closePath())}else re=this.position==="left"?x-10:x+10,((V=c==null?void 0:c.brush)!=null&&V.showLabel||!(c!=null&&c.brush))&&r.fillText(this.checkFixWidth(te),re,K),G===h&&(q-=1),this.showAxisTick&&(r.beginPath(),r.strokeStyle=this.axisLineColor,r.moveTo(x+(this.axisLineWidth??1),q),r.lineTo(x-y,q),r.stroke(),r.closePath()),G!==0&&this.showGrid&&(r.beginPath(),r.strokeStyle=this.gridLineColor,r.moveTo(x,q),r.lineTo(b,q),r.stroke(),r.closePath())}}if((P=this.plotBands)!=null&&P.length||(A=this.plotLines)!=null&&A.length){const U=t.chartWidth-(n.left+n.right),H=t.chartHeight-(n.top+n.bottom),X=w+1,Y=d.x1,K=d.x2+X,q=d.y1-X,Q=d.y2;(z=this.plotBands)==null||z.forEach(J=>{const te=Fe({},J,Rr),{from:G,to:oe,label:Z}=te,ae=j.isNullOrUndefined(G)?u:Math.max(G,u),me=j.isNullOrUndefined(oe)?f:Math.min(oe,f);this.setPlotBandStyle(te);let re,ue;if(this.type==="x"){if(re=ie.calculateX(ae,u,f,U,Y),ue=ie.calculateX(me,u,f,U,Y),re===null||ue===null)return;this.drawXPlotBand(re,ue,Y,K,q,Q)}else{if(re=ie.calculateY(ae,u,f,H,Q),ue=ie.calculateY(me,u,f,H,Q),re===null||ue===null)return;this.drawYPlotBand(re,ue,Y,K,q,Q)}if(Z.show){const ke=this.getNormalizedLabelOptions(t,Z),rt=this.getPlotBandLabelPosition(re,ue,ke,K,q);this.drawPlotLabel(ke,rt)}r.restore()}),($=this.plotLines)==null||$.forEach(J=>{if(typeof+J.value!="number")return;const te=Fe({},J,Or),{value:G,label:oe}=te;let Z;if(this.type==="x"){if(Z=ie.calculateX(G,u,f,U,Y),Z===null)return;this.setPlotLineStyle(te),this.drawXPlotLine(Z,Y,K,q,Q)}else{if(Z=ie.calculateY(G,u,f,H,Q),Z===null)return;this.setPlotLineStyle(te),this.drawYPlotLine(Z,Y,K,q,Q)}if(oe.show){const ae=this.getNormalizedLabelOptions(t,oe),me=this.getPlotLineLabelPosition(Z,ae,K,q);this.drawPlotLabel(ae,me)}r.restore()})}}}setPlotLineStyle(t){const n=this.ctx,{color:o,lineWidth:s}=t;n.beginPath(),n.save(),n.lineWidth=s,n.strokeStyle=o,t.segments&&n.setLineDash(t.segments)}setPlotBandStyle(t){const n=this.ctx,{color:o}=t;n.beginPath(),n.save(),n.fillStyle=o}drawXPlotBand(t,n,o,s,l,a){const r=this.ctx,c=d=>d||d>o||d<s;if(!c(t)||!c(n)){r.closePath(),r.restore();return}r.moveTo(t,l),r.lineTo(t,a),r.lineTo(n,a),r.lineTo(n,l),r.lineTo(t,l),r.stroke(),r.fill(),r.restore(),r.closePath()}drawXPlotLine(t,n,o,s,l){const a=this.ctx;if(!t||t<n||t>o){a.closePath(),a.restore();return}let r=t;r+=j.aliasPixel(a.lineWidth),a.moveTo(r,l),a.lineTo(r,s),a.stroke(),a.restore(),a.closePath()}drawYPlotLine(t,n,o,s,l){const a=this.ctx;if(!t||t>l||t<s){a.closePath(),a.restore();return}let r=t;r+=j.aliasPixel(a.lineWidth),a.moveTo(n,r),a.lineTo(o,r),a.stroke(),a.restore(),a.closePath()}drawYPlotBand(t,n,o,s,l,a){const r=this.ctx,c=d=>d||d>l||d<a;if(!c(t)||!c(n)){r.closePath(),r.restore();return}r.moveTo(o,t),r.lineTo(o,n),r.lineTo(s,n),r.lineTo(s,t),r.lineTo(o,t),r.fill(),r.restore(),r.closePath()}getNormalizedLabelOptions(t,n){const o=Fe({},n,Dr),s=this.ctx,{maxWidth:l}=o,a=o.fontSize>20?20:o.fontSize;let r=o.text,c=l??s.measureText(r).width;const d=this.type==="y"?t.width-t.chartWidth:l??t.width;return d<s.measureText(r).width&&o.textOverflow==="ellipsis"&&(r=j.truncateLabelWithEllipsis(o.text,d,s),c=s.measureText(r).width),{label:r,fontSize:a,labelWidth:c,labelBoxPadding:a/4,labelHalfWidth:c/2,labelHalfHeight:a/2,...o}}getPlotBandLabelPosition(t,n,o,s,l){const{fontSize:a,labelWidth:r,labelHalfWidth:c,labelHalfHeight:d,labelBoxPadding:h,textAlign:u,verticalAlign:f}=o;if(a<=0)return{textX:0,textY:0};let p,g;if(this.type==="x")switch(g=l-h-a,u){case"left":p=t+c+h;break;case"right":p=n-c-h;break;case"center":default:p=(n-t)/2+t;break}else switch(p=s+r+h,f){case"top":g=n+d+h;break;case"bottom":g=t-d-h;break;case"middle":default:g=(t-n)/2+n;break}return{textX:p,textY:g}}getPlotLineLabelPosition(t,n,o,s){const{fontSize:l,labelWidth:a,labelHalfWidth:r,labelHalfHeight:c,labelBoxPadding:d}=n;if(l<=0)return{textX:0,textY:0};let h,u;if(this.type==="x")switch(u=s-d-l,n.textAlign){case"left":h=t-r-d;break;case"right":h=t+r+d;break;case"center":default:h=t;break}else switch(h=o+a+d,n.verticalAlign){case"top":u=t-c-d;break;case"bottom":u=t+c+d;break;case"middle":default:u=t;break}return{textX:h,textY:u}}drawPlotLabel(t,n){if(!n)return;const{textX:o,textY:s}=n,{label:l,fontSize:a,fontColor:r,fillColor:c,lineColor:d,lineWidth:h,labelBoxPadding:u,labelWidth:f,labelHalfWidth:p,labelHalfHeight:g}=t;if(a<=0)return;const m=this.ctx;m.save(),m.beginPath(),m.font=j.getLabelStyle(t);let x=0,b=0,y=0,w=0;this.type==="x"?(x=s-u,b=s+a,y=o-p-u,w=o+p+u):(x=s-g-u,b=s+g+u,y=o-f,w=o+u),m.fillStyle=c,m.strokeStyle=d,m.lineWidth=h,m.moveTo(y,b),m.lineTo(y,x),m.lineTo(w,x),m.lineTo(w,b),m.lineTo(y,b),m.fill(),h>0&&m.stroke(),m.fillStyle=r,m.fillText(l,o,s),m.closePath()}checkFixWidth(t){const{fixWidth:n,fitDir:o}=this.labelStyle;return ve(n)&&n>0?j.truncateLabelWithEllipsis(t,n,this.ctx,o):t}}class BC extends oo{getLabelFormat(t,n={}){if(this.formatter){const o=this.formatter(t,n);if(typeof o=="string")return o}return at(t).format(this.timeFormat)}getInterval(t){const n=t.maxValue,o=t.minValue,s=t.maxSteps;if(this.interval){if(typeof this.interval=="string")return li[this.interval].size;if(typeof this.interval=="object")return this.interval.time*li[this.interval.unit].size;if(typeof this.interval=="number")return this.interval}return Math.ceil((n-o)/s)}calculateSteps(t){const{maxValue:n,minValue:o}=t,s=Math.max(1,t.maxSteps??1),l=Array.isArray(this.range)&&this.range.length===2,r=typeof this.interval=="number"||typeof this.interval=="object"&&this.interval!==null?this.getInterval(t):null,c=r!=null&&r>0&&Number.isFinite(r),d=1e-10,h=+o;let u=+n;if(l&&c){const x=r,y=(u-h)/x;if(Math.abs(y-Math.round(y))<d&&this.fixedSteps)return{steps:Math.round(y),interval:x,graphMin:h,graphMax:u}}if(c){const x=u-h;let b=r,y=Math.ceil(x/b);for(;y>s;)b*=2,y=Math.ceil(x/b);return u=h+b*y,{steps:y,interval:b,graphMin:h,graphMax:u}}let f=this.getInterval(t),p=o;for(;p<n;)p+=f;u=p;const g=u-h;let m=Math.round(g/f);for(;m>s;){f*=2,m=Math.round(g/f);const x=g/m;f=this.decimalPoint?x:Math.ceil(x)}if(g>m*f){const x=g/m;f=this.decimalPoint?x:Math.ceil(x)}return{steps:m,interval:f,graphMin:h,graphMax:u}}}class DC extends oo{getTruthyValue(t){const n=this.adjustedDecimalPoint??this.decimalPoint;return ve(t)?Number(t.toFixed(n)):t}getLabelFormat(t,n={}){if(this.formatter){const s=this.getTruthyValue(t),l=this.formatter(s,{...n,prevOriginalValue:n==null?void 0:n.prev,prevDecimalPointValue:this.getTruthyValue(n==null?void 0:n.prev),currentOriginalValue:t,currentDecimalPointValue:s});if(typeof l=="string")return l}const o=this.adjustedDecimalPoint??this.decimalPoint;return j.labelSignFormat(t,o)}getInterval(t){if(this.interval)return this.interval;let n=0;const o=t.maxValue,s=t.minValue,l=t.maxSteps;if(!l||l<=0)return 0;if(this.startToZero&&s<0){const a=Math.abs(s)+Math.abs(o),r=Math.abs(s)/a,c=Math.abs(o)/a;let d=Math.max(1,Math.round(r*l)),h=Math.max(1,l-d);d+h>l&&(r>c?d-=1:h-=1),n=Math.max(Math.abs(s)/(d||1),Math.abs(o)/(h||1))}else n=(o-s)/l;return this.decimalPoint?n:Math.ceil(n)}getNiceInterval(t){if(!Number.isFinite(t)||t===0)return 0;const n=Math.abs(t),o=Math.floor(Math.log10(n)),s=n/10**o;let l=10;for(let r=0;r<Vs.length;r++)if(Vs[r]>=s){l=Vs[r];break}const a=l*10**o;return t<0?-a:a}getStepsWithNiceScale({max:t,min:n,maxSteps:o}){let s=t,l=n,a=0,r=0,c=1/0;const d=Math.max(1,o-1),h=o+1;for(let u=d;u<=h;u++){const f=(t-n)/u,p=this.getNiceInterval(f);if(p>0){const g=Math.floor(n/p)*p,m=g+p*u;if(m>=t){const x=n-g,b=m-t,y=x+b;y<c&&(s=m,l=g,a=p,r=u,c=y)}}}if(!(a>0)||r<=0){const u=Math.max(1,o),f=(t-n)/u||1;return{max:t,min:n,interval:f,steps:u}}return{max:s,min:l,interval:a,steps:r}}getDecimalPointFromRange({graphRange:t,numberOfSteps:n}){if(!Number.isFinite(t)||!Number.isFinite(n)||t<=0||n<=0)return 0;const o=t/n;if(!Number.isFinite(o)||o===0)return 0;const s=Math.abs(o);if(s>=1)return 0;let l=0,a=s;for(;a<1&&l<10;)a*=10,l+=1;return l}calculateSteps(t){const{minValue:n,maxValue:o}=t,s=Math.max(1,t.maxSteps??1),l=Array.isArray(this.range)&&this.range.length===2,r=typeof this.interval=="number"||typeof this.interval=="object"&&this.interval!==null?this.getInterval(t):null,c=r!=null&&r>0&&Number.isFinite(r),d=l?+this.range[0]:null,h=l?+this.range[1]:null,u=1e-10,f=(y,w,I)=>{var M;if(this.decimalPoint==="auto"){const v=(M=this.getDecimalPointFromRange)==null?void 0:M.call(this,{graphRange:y,numberOfSteps:w});v!=null&&!Number.isNaN(v)?this.adjustedDecimalPoint=v:typeof this.getAutoDecimalPointFromInterval=="function"?this.adjustedDecimalPoint=this.getAutoDecimalPointFromInterval(I):this.adjustedDecimalPoint=0}else this.adjustedDecimalPoint=this.decimalPoint},p=(y,w)=>Math.max(1,Math.round(y/w+u)),g=({min:y,max:w,interval:I})=>{let M=0,v=0;return y>=0?(M=+y,v=Math.ceil(w/I)*I):w>=0?(M=Math.floor(y/I)*I,v=Math.ceil(w/I)*I):(v=+w,M=Math.floor(y/I)*I),{graphMin:M,graphMax:v}};if(l&&c){const y=d,w=h,I=r,M=w-y,v=M/I;if(Math.abs(v-Math.round(v))<u||this.fixedSteps){const C=Math.round(v);return f(M,C,I),{steps:C,interval:I,graphMin:y,graphMax:w}}}if(l){const y=d,w=h,I=w-y,M=s,v=I/M;return f(I,M,v),{steps:M,interval:v,graphMin:y,graphMax:w}}if(c){let y=r,w=0,I=0,M=0,v=0;for({graphMin:w,graphMax:I}=g({min:n,max:o,interval:y}),M=I-w,v=p(M,y);v>s;)y*=2,{graphMin:w,graphMax:I}=g({min:n,max:o,interval:y}),M=I-w,v=p(M,y);return f(M,v,y),{steps:v,interval:y,graphMin:w,graphMax:I}}const m=this.startToZero&&n>=0?0:n,x=this.startToZero&&o<=0?0:o,b=this.getStepsWithNiceScale({min:m,max:x,maxSteps:s});return f(b.max-b.min,b.steps,b.interval),{steps:b.steps,interval:b.interval,graphMin:b.min,graphMax:b.max}}calculateScaleRange(t,n){var h;let o,s,l=!1;const a=n!=null&&n.use?n==null?void 0:n.range:this.range;Array.isArray(a)&&(a==null?void 0:a.length)===2?this.options.type==="heatMap"?(o=a[1]>+t.max?+t.max:a[1],s=a[0]<+t.min?+t.min:a[0]):(o=a[1],s=a[0]):typeof a=="function"?[s,o]=a(t.min,t.max):(o=t.max,s=t.min);const r=Array.isArray(this.range)&&this.range.length===2;if(this.autoScaleRatio&&!r){const u=o,f=o*(this.autoScaleRatio+1);if(o=this.decimalPoint?f:Math.ceil(f),o>0&&s<0){const p=u-o;s+=p}else if(o<0&&s<0){const p=s*(this.autoScaleRatio+1);s=this.decimalPoint?p:Math.ceil(p)}}this.startToZero&&!r&&(s>0&&(s=0),o<0&&(o=0)),o===s&&(o+=1,l=!0);const c=this.getLabelFormat(s),d=this.getLabelFormat(o,{isMaxValueSameAsMin:l});return{min:s,max:o,minLabel:c,maxLabel:d,size:j.calcTextSizeCanvas(d,j.getLabelStyle(this.labelStyle),(h=this.labelStyle)==null?void 0:h.padding)}}}class OC extends oo{calculateScaleRange(t){let n,o,s=!1;Array.isArray(this.range)&&this.range.length===2?(n=this.range[1],o=this.range[0]):typeof range=="function"?[o,n]=this.range(t.min,t.max):(n=t.max,o=t.min);const l=j.calculateMagnitude(n-o);n=Math.ceil(n/10**l)*10**l,this.startToZero&&(o=0),n===o&&(n+=1,s=!0);const a=this.getLabelFormat(o),r=this.getLabelFormat(n,{isMaxValueSameAsMin:s});return{min:o,max:n,minLabel:a,maxLabel:r,size:j.calcTextSize(r,j.getLabelStyle(this.labelStyle))}}calculateSteps(t,n){const o=t.maxValue,s=t.minValue,l=t.maxSteps,a=j.calculateMagnitude(o-s);let r=this.getInterval(t),c;const d=o,h=s,u=d-h;for(c=Math.round(u/r),o===1&&(r=.2,c=5);(c>l||c*2<l)&&!n;)if(c>l)r*=2,c=Math.ceil(u/r);else if(a>=0)if(r/2%1===0)r/=2,c=Math.ceil(u/r);else break;else r/=2,c=Math.ceil(u/r);return{steps:c,interval:r,graphMin:h,graphMax:Math.ceil(h+c*r)}}getLabelFormat(t,n={}){if(this.formatter){const o=this.formatter(t,n);if(typeof o=="string")return o}return j.labelSignFormat(t,this.decimalPoint)}getInterval(t){const n=t.maxValue,o=t.minValue;return 10**j.calculateMagnitude(n-o)}}class RC extends oo{constructor(t,n,o,s,l){super(t,n,o,l),this.labels=s}getMaxWidth(t){var o,s,l,a,r;let n=((o=this.labelStyle)==null?void 0:o.maxWidth)??t.chartWidth*.5;return typeof((s=this.labelStyle)==null?void 0:s.maxWidth)=="string"&&((l=this.labelStyle)!=null&&l.maxWidth.includes("%")?n=t.chartWidth*(parseInt((a=this.labelStyle)==null?void 0:a.maxWidth.replace("%",""))/100):n=parseInt((r=this.labelStyle)==null?void 0:r.maxWidth)),n}calculateScaleRange(t,n,o){const s=this.labelStyle.alignToGridLine?t:j.getStringMinMax(this.labels);let l=s.max,a=s.min,r=0,c=this.labels.length-1;const d=n!=null&&n.use?n==null?void 0:n.range:this.range;if(Array.isArray(d)&&(d!=null&&d.length)){const[u,f]=d;ve(u)&&ve(f)&&(r=u<r?r:u,c=f>c?c:f,l=this.labels[c],a=this.labels[r])}else if(typeof d=="function"){const[u,f]=d(a,l);r=u<r?r:u,c=f>c?c:f,l=this.labels[c],a=this.labels[r]}const h=this.getMaxWidth(o);return{min:a,max:l,minIndex:r,maxIndex:c,minLabel:this.getLabelFormat(a,h),maxLabel:this.getLabelFormat(l,h),size:j.calcTextSizeCanvas(this.getLabelFormat(l,h),j.getLabelStyle(this.labelStyle))}}getIndexInterval(t){const n=t.maxSteps;return this.interval?this.interval:Math.ceil(this.labels.length/n)}calculateSteps(t){const{minValue:n,maxValue:o,minIndex:s,maxIndex:l}=t,a=l-s+1;let r=1;const c=this.labels.every(d=>!isNaN(d));return this.labelStyle.alignToGridLine&&c&&(r=this.getIndexInterval(t)),{oriSteps:a,steps:a,indexInterval:r,graphMin:n,graphMax:o,minIndex:s,maxIndex:l}}draw(t,n,o,s,l){var y,w,I,M,v,_,C,S,E,k,B;const a=this.ctx,r=this.labels,c={x1:t.x1+n.left,x2:t.x2-n.right,y1:t.y1+n.top,y2:t.y2-n.bottom},d=o.steps,h=o.indexInterval,u=o.minIndex,f=c[this.units.rectStart],p=c[this.units.rectEnd],g=c[this.units.rectOffset(this.position)],m=c[this.units.rectOffsetCounter(this.position)],x=this.getMaxWidth(t),b=5;if(this.drawAxisTitle(t,n),(y=this.labelStyle)!=null&&y.show){a.font=j.getLabelStyle(this.labelStyle),this.type==="x"?(a.textAlign="center",a.textBaseline=this.position==="top"?"bottom":"top"):(a.textAlign=this.position==="left"?"right":"left",a.textBaseline="middle"),a.fillStyle=this.labelStyle.color,a.lineWidth=this.axisLineWidth;const D=j.aliasPixel(a.lineWidth);if(a.beginPath(),a.strokeStyle=this.axisLineColor,this.type==="x"?(a.moveTo(f,g+D),a.lineTo(p,g+D)):(a.moveTo(g+D,f),a.lineTo(g+D,p)),a.stroke(),d===0)return;const O=(p-f)/d,R=this.labelStyle.alignToGridLine;let T=null,N=null;a.beginPath(),a.strokeStyle=this.gridLineColor;let L,V,P;const A=[];for(P=0;P<d;P+=h){const z=u+P,$=this.labels[z];T=Math.round(f+O*P),N=T+D,L=this.getLabelFormat($,x);const{selectLabel:U,selectItem:H,horizontal:X}=this.options;let Y;l!=null&&l.targetAxis?Y=(l==null?void 0:l.targetAxis)==="yAxis"?"y":"x":Y=X?"y":"x";const K=(U==null?void 0:U.use)&&(U==null?void 0:U.useLabelOpacity)&&Y===this.type&&((w=l==null?void 0:l.dataIndex)==null?void 0:w.length)&&!((I=l==null?void 0:l.dataIndex)!=null&&I.includes(z)),q=this.labelStyle.color;let Q=1;if(j.getColorStringType(q)==="RGBA"&&(Q=j.getOpacity(q)),a.fillStyle=j.colorStringToRgba(q,K?(M=this.options)==null?void 0:M.unSelectedOpacity:Q),this.type==="x"){V=this.position==="top"?g-10:g+10;const J=R?T:T+O/2;if(a.fillText(this.checkFixWidth(L),J,V),!K&&(H!=null&&H.showLabelTip)&&(s!=null&&s.label)&&!X){const te=s.label;if(te===L){const G=Math.round(a.measureText((v=this.labelStyle)==null?void 0:v.fontSize).width);j.showLabelTip({ctx:this.ctx,width:Math.round(a.measureText(te).width)+10,height:G,x:T+O/2,y:V+(G-2),borderRadius:2,arrowSize:3,text:L,backgroundColor:(_=H==null?void 0:H.labelTipStyle)==null?void 0:_.backgroundColor,textColor:(C=H==null?void 0:H.labelTipStyle)==null?void 0:C.textColor})}}this.showAxisTick&&(a.beginPath(),a.strokeStyle=this.axisLineColor,a.moveTo(T+O/2,g),a.lineTo(T+O/2,g+b),a.stroke(),a.closePath()),P>0&&this.showGrid&&(a.beginPath(),a.strokeStyle=this.gridLineColor,a.moveTo(N,g),a.lineTo(N,m),a.stroke(),a.closePath())}else{V=this.position==="left"?g-10:g+10;const J=R?T:T+O/2;a.fillText(this.checkFixWidth(L),V,J),A.push(L),this.showAxisTick&&(a.beginPath(),a.strokeStyle=this.axisLineColor,a.moveTo(g+(this.axisLineWidth??1),J),a.lineTo(g-b,J),a.stroke(),a.closePath()),P>0&&this.showGrid&&(a.beginPath(),a.strokeStyle=this.gridLineColor,a.moveTo(g,N),a.lineTo(m,N),a.stroke(),a.closePath())}a.stroke()}if(R&&P>=this.labels.length){const z=Sr(+r[1],+r[0]),$=Ls(+r[r.length-1],z);if(isNaN($)||h!==1&&Sr($,A[A.length-1])<=z)return;T=Math.round(f+O*r.length),N=T+D;const U=this.getLabelFormat(`${$}`,x);this.type==="x"?(a.fillText(this.checkFixWidth(U),T,V),this.showGrid&&(a.moveTo(N,g),a.lineTo(N,m))):(a.fillText(this.checkFixWidth(U),V,T),this.showGrid&&(a.moveTo(g,N),a.lineTo(m,N))),a.stroke()}a.closePath()}if((S=this.plotBands)!=null&&S.length||(E=this.plotLines)!=null&&E.length){const D=j.aliasPixel(a.lineWidth)+1,O=c.x1+D,R=c.x2,T=c.y1+D,N=c.y2,L=(p-f)/(this.labelStyle.show?r.length:1);(k=this.plotBands)==null||k.forEach(V=>{if(!V.from&&!V.to)return;const P=Fe({},V,Rr),{from:A=0,to:z=r.length,label:$}=P,U=Math.round(f+L*A),H=Math.round(f+L*z);if(this.setPlotBandStyle(P),this.type==="x"?this.drawXPlotBand(U,H,O,R,T,N):this.drawYPlotBand(U,H,O,R,T,N),$.show){const X=this.getNormalizedLabelOptions(t,$),Y=this.getPlotBandLabelPosition(U,H,X,R,T);this.drawPlotLabel(X,Y)}a.restore()}),(B=this.plotLines)==null||B.forEach(V=>{if(!V.value)return;const P=Fe({},V,Or),{value:A,label:z}=P,$=Math.round(f+L*A)+L/2;if(this.setPlotLineStyle(P),this.type==="x"?this.drawXPlotLine($,O,R,T,N):this.drawYPlotLine($,O,R,T,N),z.show){const U=this.getNormalizedLabelOptions(t,z),H=this.getPlotLineLabelPosition($,U,R,T);this.drawPlotLabel(U,H)}a.restore()})}}getLabelFormat(t,n,o={}){if(this.formatter){const s=this.formatter(t,o);if(typeof s=="string")return s}return this.labelStyle.fitWidth?this.fittingString(t,n):t}fittingString(t,n){const o=this.ctx;o.save(),o.font=j.getLabelStyle(this.labelStyle);const s=this.labelStyle.fitDir,l=j.truncateLabelWithEllipsis(t,n,o,s);return o.restore(),l}getLabelWidthHasMaxLength(t,n){const o=j.getLabelStyle(this.labelStyle),s=this.getMaxWidth(n);return(t??[]).reduce((l,a)=>{var d;const r=this.getLabelFormat(a,s),c=((d=j.calcTextSizeCanvas(r,o))==null?void 0:d.width)??0;return Math.max(l,c)},0)}}class LC extends oo{constructor(t,n,o,s,l){super(t,n,o),this.labels=s,this.options=l}getLabelFormat(t,n={}){if(this.formatter){const o=this.formatter(t,n);if(typeof o=="string")return o}return at(t).format(this.timeFormat)}getInterval(t){const n=t.maxValue,o=t.minValue,s=t.maxSteps;if(this.interval){if(typeof this.interval=="string")return li[this.interval].size;if(typeof this.interval=="object")return this.interval.time*li[this.interval.unit].size;if(typeof this.interval=="number")return this.interval}return Math.ceil((n-o)/s)}calculateSteps(t){const{maxValue:n,minValue:o,maxSteps:s}=t,l=this.getInterval(t);let a=l,r=o,c;for(;r<n;)r+=a;const d=r>n?n:r,h=o,u=d-h;c=Math.round(u/a)+1;const f=c;for(n===1&&(a=.2,c=5);c>s;)a*=2,c=Math.round(u/a),a=Math.ceil(u/c);return d-h>c*a&&(a=Math.ceil((d-h)/c)),{steps:c,oriSteps:f,interval:a,rawInterval:l,graphMin:h,graphMax:d}}draw(t,n,o,s,l){var R,T,N,L,V,P,A,z,$,U,H,X,Y,K,q,Q;const a=this.ctx,r=this.labels,c={x1:t.x1+n.left,x2:t.x2-n.right,y1:t.y1+n.top,y2:t.y2-n.bottom},d=o.steps,h=o.graphMin,u=o.graphMax,f=o.rawInterval,p=o.oriSteps;let g=c[this.units.rectStart];const m=c[this.units.rectEnd],x=c[this.units.rectOffset(this.position)],b=c[this.units.rectOffsetCounter(this.position)],y=5;this.drawAxisTitle(t,n),a.font=j.getLabelStyle(this.labelStyle),this.type==="x"?(a.textAlign="center",a.textBaseline=this.position==="top"?"bottom":"top"):(a.textAlign=this.position==="left"?"right":"left",a.textBaseline="middle"),a.fillStyle=this.labelStyle.color,a.lineWidth=this.axisLineWidth;const w=j.aliasPixel(a.lineWidth);if(a.beginPath(),a.strokeStyle=this.axisLineColor,this.type==="x"?(a.moveTo(g,x+w),a.lineTo(m,x+w)):(a.moveTo(x+w,g),a.lineTo(x+w,m)),a.stroke(),a.closePath(),d===0||h===null)return;const I=this.labelStyle.alignToGridLine,M=(m-g)/(p||1);this.categoryMode&&!I&&(g+=Math.ceil(M/2)-2);const v=[];let _=null,C=null;a.beginPath(),a.strokeStyle=this.gridLineColor;let S,E,k,B=d<=2?p:Math.round(p/d);const D=g>Math.ceil(c[this.units.rectStart]);this.type==="x"&&D&&B===p&&(B=1);const O=B===p?p:p-1;for(k=0;k<=O;k+=B){v[k]=at(h).valueOf()+k*f,_=Math.round(g+M*k),C=_+w;let J;for(let Z=0;Z<v.length;Z++)v[Z]!==void 0&&Z!==k&&(J=v[Z]);S=this.getLabelFormat(Math.min(u,v[k]),{prev:J});const te=((T=(R=this.options)==null?void 0:R.selectLabel)==null?void 0:T.use)&&((L=(N=this.options)==null?void 0:N.selectLabel)==null?void 0:L.useLabelOpacity)&&this.options.horizontal===(this.type==="y")&&((V=l==null?void 0:l.dataIndex)==null?void 0:V.length)&&!(l!=null&&l.label.map(Z=>this.getLabelFormat(Math.min(u,Z),{prev:J})).includes(S)),G=this.labelStyle.color;let oe=1;if(j.getColorStringType(G)==="RGBA"&&(oe=j.getOpacity(G)),a.fillStyle=j.colorStringToRgba(G,te?(P=this.options)==null?void 0:P.unSelectedOpacity:oe),this.type==="x"){if(E=this.position==="top"?x-10:x+10,a.fillText(this.checkFixWidth(S),_,E),!te&&((z=(A=this.options)==null?void 0:A.selectItem)!=null&&z.showLabelTip)&&(s!=null&&s.label)&&!(($=this.options)!=null&&$.horizontal)){const Z=this.getLabelFormat(Math.min(u,s.label+0*f));if(Z===S){const ae=Math.round(a.measureText((U=this.labelStyle)==null?void 0:U.fontSize).width);j.showLabelTip({ctx:this.ctx,width:Math.round(a.measureText(Z).width)+10,height:ae,x:_,y:E+(ae-2),borderRadius:2,arrowSize:3,text:S,backgroundColor:(Y=(X=(H=this.options)==null?void 0:H.selectItem)==null?void 0:X.labelTipStyle)==null?void 0:Y.backgroundColor,textColor:(Q=(q=(K=this.options)==null?void 0:K.selectItem)==null?void 0:q.labelTipStyle)==null?void 0:Q.textColor})}}this.showAxisTick&&(a.beginPath(),a.strokeStyle=this.axisLineColor,a.moveTo(C,x),a.lineTo(C,x+y),a.stroke(),a.closePath()),k<p&&this.showGrid&&(D||!D&&k!==0)&&(a.beginPath(),a.strokeStyle=this.gridLineColor,a.moveTo(C,x),a.lineTo(C,b),a.stroke(),a.closePath())}else E=this.position==="left"?x-10:x+10,a.fillText(this.checkFixWidth(S),E,_),this.showAxisTick&&(a.beginPath(),a.strokeStyle=this.axisLineColor,a.moveTo(x+(this.axisLineWidth??1),C),a.lineTo(x-y,C),a.stroke(),a.closePath()),k<p&&this.showGrid&&(D||!D&&k!==0)&&(a.beginPath(),a.strokeStyle=this.gridLineColor,a.moveTo(x,C),a.lineTo(b,C),a.stroke(),a.closePath());a.stroke()}if(this.categoryMode&&I&&k*B===p){const J=at(r[1]).diff(at(r[0])),te=this.getLabelFormat(at(v[p-1]+J));_=Math.round(g+M*p),C=_+w,this.type==="x"?(a.fillText(this.checkFixWidth(te),_,E),this.showGrid&&(a.moveTo(C,x),a.lineTo(C,b))):(a.fillText(this.checkFixWidth(te),E,_),this.showGrid&&(a.moveTo(x,C),a.lineTo(b,C))),a.stroke()}a.closePath()}}const NC={createTitle(){this.titleDOM=document.createElement("div"),this.titleDOM.className="ev-chart-title",this.wrapperDOM.appendChild(this.titleDOM)},initTitle(){this.isInitTitle||this.createTitle(),this.updateTitle(),this.isInitTitle=!0},showTitle(){this.titleDOM.style.display="block",this.wrapperDOM.style.paddingTop=`${this.options.title.height}px`},hideTitle(){this.titleDOM.style.display="none",this.wrapperDOM.style.paddingTop="0px"},updateTitle(){const e=this.options.title;Object.keys(e.style).forEach(t=>{this.titleDOM.style[t]=e.style[t]}),this.titleDOM.textContent=e.text,this.titleDOM.style.height=`${e.height}px`,this.titleDOM.style.lineHeight=`${e.height}px`}},_C={createLegendLayout(){var e,t;this.legendDOM=document.createElement("div"),this.legendDOM.className="ev-chart-legend",this.legendBoxDOM=document.createElement("div"),this.legendBoxDOM.className="ev-chart-legend-box",(t=(e=this.options)==null?void 0:e.legend)!=null&&t.allowResize&&(this.resizeDOM=document.createElement("div"),this.resizeDOM.className="ev-chart-resize-bar",this.ghostDOM=document.createElement("div"),this.ghostDOM.className="ev-chart-resize-ghost",this.wrapperDOM.appendChild(this.resizeDOM)),this.useTable?(this.legendTableDOM=document.createElement("table"),this.legendTableDOM.className="ev-chart-legend--table",this.setLegendColumnHeader(),this.legendBoxDOM.appendChild(this.legendTableDOM),this.legendDOM.style.overflow="auto"):(this.legendBoxDOM.style.overflowX="hidden",this.legendBoxDOM.style.overflowY="auto",this.legendBoxDOM.style.height="100%"),this.legendDOM.appendChild(this.legendBoxDOM),this.wrapperDOM.appendChild(this.legendDOM),this.options.legend.virtualScroll&&!this.useTable&&(this.legendTopSpacer=document.createElement("div"),this.legendTopSpacer.className="ev-chart-legend--top-spacer",this.legendTopSpacer.style.clear="both",this.legendTopSpacer.style.opacity=0,this.legendBottomSpacer=document.createElement("div"),this.legendBottomSpacer.className="ev-chart-legend--bottom-spacer",this.legendBottomSpacer.style.clear="both",this.legendBottomSpacer.style.opacity=0,this.legendBoxDOM.appendChild(this.legendTopSpacer),this.legendBoxDOM.appendChild(this.legendBottomSpacer),this.updateVisibleRowCountFrameId=requestAnimationFrame(()=>{this.updateVisibleRowCount()}))},setLegendColumnHeader(){var o;const e=(o=this.options.legend)==null?void 0:o.table,t=e.columns;["color",...Object.keys(t)].forEach(s=>{var a,r;const l=document.createElement("th");if(l.className="ev-chart-legend--table__column-name",(a=t[s])!=null&&a.use||s==="color"||s==="name"){const c=t[s],d=(c==null?void 0:c.title)??"";l.textContent=d,l.setAttribute("title",d),l.dataset.type=d,j.setDOMStyle(l,(r=e==null?void 0:e.style)==null?void 0:r.header),this.legendTableDOM.append(l)}})},initLegend(){var e,t;this.isHeatMapType=this.options.type==="heatMap",this.useTable=!!((t=(e=this.options.legend)==null?void 0:e.table)!=null&&t.use)&&this.options.type!=="heatmap"&&this.options.type!=="scatter",this.legendItemHeight=18,this.isInitLegend||this.createLegendLayout(),this.isHeatMapType?(this.initEventForColorLegend(),this.addColorLegendList()):(this.initEvent(),this.addLegendList()),this.initResizeEvent(),this.isInitLegend=!0,this.isLegendMove=!1},updateVisibleRowCount(){const e=this.options.legend.position==="right"||this.options.legend.position==="left",t=this.legendBoxDOM.clientHeight,n=this.legendBoxDOM.clientWidth,o=Math.max(this.options.legend.width-8,1),s=Object.values(this.seriesList).filter(l=>l.showLegend!==!1).length;this.itemsPerRow=e?1:Math.floor(n/o),this.totalRowCount=Math.ceil(s/this.itemsPerRow),this.visibleRowCount=t>this.legendItemHeight?Math.round(t/this.legendItemHeight)+1:this.totalRowCount},updateStartEndRowIndex(){var t;const e=Math.max(Math.floor(((t=this.legendBoxDOM)==null?void 0:t.scrollTop)/this.legendItemHeight),0);this.startRowIndex=Math.min(e,Math.max(this.totalRowCount-this.visibleRowCount,0)),this.endRowIndex=this.startRowIndex+this.visibleRowCount+1},renderVisibleLegends(){this.updateStartEndRowIndex();const e=this.legendBoxDOM.querySelectorAll(".ev-chart-legend-container");if(e&&e.length)for(const c of e)c.remove();const t=this.totalRowCount*this.legendItemHeight,n=this.startRowIndex*this.legendItemHeight,o=Math.max(t-this.visibleRowCount*this.legendItemHeight-n,0);this.legendTopSpacer.style.height=`${n}px`,this.legendBottomSpacer.style.height=`${o}px`;const s=this.startRowIndex*this.itemsPerRow,l=this.endRowIndex*this.itemsPerRow,a=this.data.groups.at(0);let r=[];if(a?r=a.filter(c=>this.seriesList[c].showLegend).map(c=>[c,this.seriesList[c]]):r=Object.entries(this.seriesList).filter(([,c])=>c.showLegend),r&&r.length)for(let c=s;c<l&&c<r.length;c++){const[,d]=r[c];this.addLegend(d)}},addLegendList(){const{groups:e}=this.data,{seriesList:t}=this;this.options.legend.virtualScroll&&!this.useTable?this.renderVisibleLegendsFrameId=requestAnimationFrame(()=>{this.renderVisibleLegends()}):(this.addLegendForGroups(e,t,this.useTable),this.addStandaloneLegends(t,this.useTable))},addLegendForGroups(e,t,n){e==null||e.forEach(o=>{o==null||o.forEach(s=>{const l=t[s];l&&l.showLegend&&this.addLegendBasedOnType(l,n)})})},addStandaloneLegends(e,t){Object.values(e).forEach(n=>{!n.isExistGrp&&n.showLegend&&this.addLegendBasedOnType(n,t)})},addLegendBasedOnType(e,t){t?this.addLegendWithValues(e):this.addLegend(e)},addColorLegendList(){const e=this.seriesList;Object.values(e).forEach(t=>{if(!t.isExistGrp&&t.showLegend){const{colorState:n,valueOpt:o}=t,{min:s,max:l,interval:a,existError:r,decimalPoint:c}=o,d=n.length,h=r?d-2:d-1;for(let u=0;u<d;u++){const{id:f,color:p,label:g=""}=n[u],m=s+a*u;let x=m+a;u<h?x-=.1**c:x=l+.1**c;let b=g;if(!b)if(b=`${m.toFixed(c)} - ${x.toFixed(c)}`,s===void 0||l===void 0)if(u===0)b="0";else break;else{if(m>l)break;a<=1&&c===0&&(b=m)}this.addLegend({cId:f,color:p,name:b,show:!0})}}})},getContainerDOM(e){let t=null;const n=e.target.dataset.type;return n==="container"?t=e.target:["name","color","min","max","avg","total","last"].includes(n)&&(t=e.target.parentElement,t!=null&&t.series||(t=t.parentElement)),t},initEvent(){if(this.isInitLegend)return;const e={container:`ev-chart-legend${this.useTable?"--table__row":"-container"}`,color:`ev-chart-legend${this.useTable?"--table__color":"-color"}`,name:`ev-chart-legend${this.useTable?"--table__name":"-name"}`,value:`ev-chart-legend${this.useTable?"--table__value":"-value"}`},t=(l,a)=>{const r=l==null?void 0:l.getElementsByClassName(e.color)[0],c=l==null?void 0:l.getElementsByClassName(e.name)[0],d=l==null?void 0:l.getElementsByClassName(e.value),h=l==null?void 0:l.series;if(r.style.backgroundColor=a,r.style.borderColor=a,c.style.color=a,d&&d.length)for(const u of d)u.style.color=a;h.show=!1,l.dataset.inactive=!0},n=(l,a)=>{var f,p;let r;const c=l==null?void 0:l.getElementsByClassName(e.color)[0],d=l==null?void 0:l.getElementsByClassName(e.name)[0],h=l==null?void 0:l.getElementsByClassName(e.value),u=l==null?void 0:l.series;if(typeof u.color!="string"?r=u.color[u.color.length-1][1]:r=u.color,u.type==="line"&&u.fill?(c.style.height="8px",c.style.backgroundColor=j.rgbaAdjustHalfOpacity(r),c.style.border=`1px solid ${r}`):c.style.backgroundColor=r,d.style.color=a,h&&h.length)for(const g of h){const m=(p=(f=this.options.legend.table)==null?void 0:f.columns[g.dataset.type])==null?void 0:p.style;g.style.color=m!=null&&m.color?m.color:a}u.show=!0,l.dataset.inactive=!1},o=()=>{(this.data.groups.at(0)?this.data.groups.at(0).slice().reverse().filter(a=>this.seriesList[a].showLegend).map(a=>[a,this.seriesList[a]]):Object.entries(this.seriesList).filter(([,a])=>a.showLegend)).forEach(([,a])=>{a.show=!1})},s=()=>{(this.data.groups.at(0)?this.data.groups.at(0).slice().reverse().filter(a=>this.seriesList[a].showLegend).map(a=>[a,this.seriesList[a]]):Object.entries(this.seriesList).filter(([,a])=>a.showLegend)).forEach(([,a])=>{a.show=!0})};this.onLegendBoxClick=l=>{var x;const{legend:a}=this.options;if(a!=null&&a.stopClickEvt)return;const{chartIdx:r}=this.data,c=this.getContainerDOM(l);if(!c)return;const d=c==null?void 0:c.getElementsByClassName(e.color)[0],h=c==null?void 0:c.getElementsByClassName(e.name)[0],u=(c==null?void 0:c.dataset.inactive)==="false";if(!d||!h)return;if(a.clickMode==="active"){const b=Array.from(this.legendBoxDOM.getElementsByClassName(e.container));b.every(I=>I.dataset.inactive==="false")?(b.forEach(I=>{t(I,a.inactive)}),o(),n(c,a.color),this.seriesInfo.count=1):u?(t(c,a.inactive),this.seriesInfo.count--):u||(n(c,a.color),this.seriesInfo.count++),b.every(I=>I.dataset.inactive==="true")&&(b.forEach(I=>{n(I,a.color)}),s(),this.seriesInfo.count=b.length)}if(a.clickMode!=="active"){if(u&&this.seriesInfo.count===1)return;u?(t(c,a.inactive),this.seriesInfo.count--):(n(c,a.color),this.seriesInfo.count++)}if(this.brushSeries){const b=[...this.brushSeries.list];b[r]=this.seriesList,this.brushSeries.list=b,this.brushSeries.chartIdx=r}((x=this.options.eventBehavior)==null?void 0:x.legendClick)!=="emitOnly"&&this.update({updateSeries:!1,updateSelTip:{update:!0,keepDomain:!0}});const p=Object.values(this.seriesList).filter(b=>b.show).map(b=>b.sId),g=p.length===Object.values(this.seriesList).length,m={e:l,data:{seriesIds:g?[]:p,isActiveAll:g}};typeof this.listeners["click-legend"]=="function"&&this.listeners["click-legend"](m)},this.onLegendBoxLeave=()=>{this.legendHover=null,this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1},hitInfo:{legend:null},lightUpdate:!0})},this.onLegendBoxOver=l=>{var d;const a=this.getContainerDOM(l);if(!a){this.onLegendBoxLeave();return}const c={sId:(d=a==null?void 0:a.series)==null?void 0:d.sId,type:this.options.type};this.legendHover=c,this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1},hitInfo:{legend:c},lightUpdate:!0})},this.legendBoxDOM.addEventListener("click",this.onLegendBoxClick),this.legendBoxDOM.addEventListener("mouseover",this.onLegendBoxOver),this.legendBoxDOM.addEventListener("mouseleave",this.onLegendBoxLeave),this.options.legend.virtualScroll&&!this.useTable&&(this.legendBoxDOM.addEventListener("resize",this.updateVisibleRowCount),this.legendBoxDOM.addEventListener("scroll",this.renderVisibleLegends.bind(this))),this.initResizeEvent()},initEventForColorLegend(){if(this.isInitLegend)return;const e={container:`ev-chart-legend${this.useTable?"--table__row":"-container"}`,color:`ev-chart-legend${this.useTable?"--table__color":"-color"}`,name:`ev-chart-legend${this.useTable?"--table__name":"-name"}`},t=(l,a)=>{var f;const r=l==null?void 0:l.getElementsByClassName(e.color)[0],c=l==null?void 0:l.getElementsByClassName(e.name)[0],d=Object.values(this.seriesList)[0],h=(f=l==null?void 0:l.series)==null?void 0:f.cId;r.style.backgroundColor=a,r.style.borderColor=a,c.style.color=a;const u=d.colorState.findIndex(p=>p.id===h);u>-1&&(d.colorState[u].show=!1),l.dataset.inactive=!0},n=(l,a)=>{var f,p;const r=l==null?void 0:l.getElementsByClassName(e.color)[0],c=l==null?void 0:l.getElementsByClassName(e.name)[0],d=Object.values(this.seriesList)[0],h=(f=l==null?void 0:l.series)==null?void 0:f.cId;r.style.backgroundColor=(p=l==null?void 0:l.series)==null?void 0:p.color,c.style.color=a;const u=d.colorState.findIndex(g=>g.id===h);u>-1&&(d.colorState[u].show=!0),l.dataset.inactive=!1},o=()=>{Object.values(this.seriesList)[0].colorState.forEach(a=>{a.show=!1})},s=()=>{Object.values(this.seriesList)[0].colorState.forEach(a=>{a.show=!0})};this.onLegendBoxClick=l=>{var b;const a=this.options.legend;if(a!=null&&a.stopClickEvt)return;const r=Object.values(this.seriesList)[0],c=this.getContainerDOM(l);if(!c)return;const d=c==null?void 0:c.getElementsByClassName(e.color)[0],h=c==null?void 0:c.getElementsByClassName(e.name)[0],u=(c==null?void 0:c.dataset.inactive)==="false",f=r.colorState.filter(y=>y.show).length;if(!d||!h)return;if(a.clickMode==="active"){const y=Array.from(this.legendBoxDOM.getElementsByClassName(e.container));y.every(M=>M.dataset.inactive==="false")?(y.forEach(M=>{t(M,a.inactive)}),o(),n(c,a.color)):u?t(c,a.inactive):u||n(c,a.color),y.every(M=>M.dataset.inactive==="true")&&(y.forEach(M=>{n(M,a.color)}),s())}if(a.clickMode!=="active"){if(u&&f===1)return;u?t(c,a.inactive):n(c,a.color)}((b=this.options.eventBehavior)==null?void 0:b.legendClick)!=="emitOnly"&&this.update({updateSeries:!1,updateSelTip:{update:!0,keepDomain:!0}});const p=r.colorState.filter(y=>y.show),g=p.map(y=>+y.id.split("#")[1]),m=r.colorState.length===p.length,x={e:l,data:{seriesIndices:m?[]:g,isActiveAll:m}};typeof this.listeners["click-legend"]=="function"&&this.listeners["click-legend"](x)},this.onLegendBoxLeave=()=>{this.legendHover=null,Object.values(this.seriesList)[0].colorState.forEach(a=>{a.state="normal"}),this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1},lightUpdate:!0})},this.onLegendBoxOver=l=>{var h,u;const a=(h=Object.values(this.seriesList))==null?void 0:h[0],r=this.getContainerDOM(l);if(!r){this.onLegendBoxLeave();return}const c=(u=r==null?void 0:r.series)==null?void 0:u.cId,d={sId:c,type:this.options.type};this.legendHover=d,a.colorState.forEach(f=>{f.state=f.id===c?"highlight":"downplay"}),this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1},hitInfo:{legend:d},lightUpdate:!0})},this.legendBoxDOM.addEventListener("click",this.onLegendBoxClick),this.legendBoxDOM.addEventListener("mouseover",this.onLegendBoxOver),this.legendBoxDOM.addEventListener("mouseleave",this.onLegendBoxLeave),this.initResizeEvent()},initResizeEvent(){this.onResizeMouseDown=e=>{e.stopPropagation(),e.preventDefault();const t=this.options,n=t.legend.position,o=t.title.show?t.title.height:0,s=this.ghostDOM;this.resizeDOM.style.display="none",this.wrapperDOM.appendChild(s),n==="left"||n==="right"?(s.style.top=`${o}px`,s.style.left=this.resizeDOM.style.left,s.style.right=this.resizeDOM.style.right,s.style.height=this.resizeDOM.style.height):(s.classList.add("horizontal"),n==="top"?s.style.top=this.resizeDOM.style.top:n==="bottom"&&(s.style.bottom=this.resizeDOM.style.bottom)),this.wrapperDOM.addEventListener("mousemove",this.mouseMove,!1),this.wrapperDOM.addEventListener("mouseup",this.mouseUp,!1)},this.resizeDOM&&(this.resizeDOM.addEventListener("mousedown",this.onResizeMouseDown),this.mouseMove=this.onMouseMove.bind(this),this.mouseUp=this.onMouseUp.bind(this))},updateLegend(){this.resetLegend(),this.isHeatMapType?this.addColorLegendList():this.addLegendList()},updateLegendTableValues(){var o,s,l,a,r;const e=(l=(s=(o=this.options)==null?void 0:o.legend)==null?void 0:s.table)==null?void 0:l.columns,t=this.getAggregations(),n=(a=this.legendBoxDOM)==null?void 0:a.getElementsByClassName("ev-chart-legend--table__row");if(n&&n.length)for(const c of n){const d=c==null?void 0:c.getElementsByClassName("ev-chart-legend--table__value");if(d&&d.length)for(const h of d){const u=h.dataset.type;if(u!=="name"){const f=c.series.sId,p=(r=t==null?void 0:t[f])==null?void 0:r[u];h.textContent=this.getFormattedValue(e[u],p)}}}},forceUpdateLegend(){this.destroyLegend(),this.initLegend()},resetLegend(){var t,n;const e=this.legendBoxDOM;if(e){if(this.useTable){const o=this.legendTableDOM;for(;o.hasChildNodes();)o.removeChild(o.firstChild);this.setLegendColumnHeader()}else if(this.options.legend.virtualScroll)((n=(t=this.legendDOM)==null?void 0:t.style)==null?void 0:n.display)==="none"?this.legendNeedsUpdate=!0:(this.updateVisibleRowCount(),this.renderVisibleLegends());else for(;e.hasChildNodes();)e.removeChild(e.firstChild);this.seriesInfo.count=0}},destroyLegend(){const e=this.legendDOM;this.renderVisibleLegendsFrameId!=null&&(cancelAnimationFrame(this.renderVisibleLegendsFrameId),this.renderVisibleLegendsFrameId=null),this.updateVisibleRowCountFrameId!=null&&(cancelAnimationFrame(this.updateVisibleRowCountFrameId),this.updateVisibleRowCountFrameId=null),e&&(e.remove(),this.legendDOM=null,this.legendBoxDOM=null,this.resizeDOM=null,this.isInitLegend=!1,this.seriesInfo.count=0)},addLegend(e){const t=this.options.legend,n=document.createElement("div"),o=document.createElement("span"),s=document.createElement("div");n.className="ev-chart-legend-container",n.dataset.inactive=!e.show,n.series=e,o.className="ev-chart-legend-color",e.type==="line"&&e.point&&!e.fill&&(o.className+=" ev-chart-legend-color--point-line"),s.className="ev-chart-legend-name";let l;e.show?typeof e.color!="string"?l=e.color[e.color.length-1][1]:l=e.color:l=t.inactive,e.type==="line"&&e.fill?(o.style.height="8px",o.style.backgroundColor=e.show?j.rgbaAdjustHalfOpacity(l):t.inactive,o.style.border=`1px solid ${l}`):o.style.backgroundColor=l,o.dataset.type="color",s.style.color=t.color,s.textContent=e.name,s.setAttribute("title",e.name),s.dataset.type="name",n.appendChild(o),n.appendChild(s),t.position==="top"||t.position==="bottom"?(n.style.width=`${t.width-8}px`,n.style.margin="0 4px"):n.style.width="100%",n.style.height=`${this.legendItemHeight}px`,n.style.display="inline-block",n.style.overflow="hidden",n.dataset.type="container",this.legendBoxDOM.insertBefore(n,this.legendBottomSpacer),e.show&&this.seriesInfo.count++},addLegendWithValues(e){var h,u,f,p,g;const t=this.options.legend,n=(h=t==null?void 0:t.table)==null?void 0:h.columns,o=(u=this.getAggregations())==null?void 0:u[e==null?void 0:e.sId];if(!o||!n)return;const s=document.createElement("tr");s.className="ev-chart-legend--table__row",s.dataset.inactive=!e.show,j.setDOMStyle(s,(p=(f=t.table)==null?void 0:f.style)==null?void 0:p.row),s.series=e,s.dataset.type="container";const l=document.createElement("td");l.className="ev-chart-legend--table__color-wrapper",l.dataset.type="color";const a=document.createElement("div");a.className="ev-chart-legend--table__color",a.dataset.type="color";let r;switch(e.show?typeof e.color!="string"?r=e.color[e.color.length-1][1]:r=e.color:r=t.inactive,e.type){case"line":{e.fill?(a.style.backgroundColor=j.rgbaAdjustHalfOpacity(r),a.style.border=`1px solid ${r}`):(e.point&&(a.className+=" ev-chart-legend--table__color--point-line"),a.className+=" ev-chart-legend--table__color--line",a.style.backgroundColor=r);break}case"bar":case"pie":default:{a.style.height="10px",a.style.backgroundColor=r;break}}e.type==="line"&&e.fill?(a.style.height="8px",a.style.backgroundColor=e.show?j.rgbaAdjustHalfOpacity(r):t.inactive,a.style.border=`1px solid ${r}`):a.style.backgroundColor=r,l.appendChild(a),s.appendChild(l);const c=document.createElement("td");c.className="ev-chart-legend--table__name",c.style.color=e.show?t.color:t.inactive,c.textContent=e.name,c.setAttribute("title",e.name),c.dataset.type="name",j.setDOMStyle(c,(g=n==null?void 0:n.name)==null?void 0:g.style),e.show||(c.style.color=t.inactive),s.appendChild(c);const d=Object.keys(n);d==null||d.forEach(m=>{var x;if(m!=="name"&&n[m].use){const b=this.getFormattedValue(n[m],o[m]),y=document.createElement("td");y.className="ev-chart-legend--table__value",y.style.color=e.show?t.color:t.inactive,y.textContent=b,y.dataset.type=m.toString(),j.setDOMStyle(y,(x=n[m])==null?void 0:x.style),e.show||(y.style.color=t.inactive),s.appendChild(y)}}),this.legendTableDOM.appendChild(s),e.show&&this.seriesInfo.count++},setLegendPosition(){var g,m,x,b,y,w,I,M,v;const e=this.options,t=(g=e==null?void 0:e.legend)==null?void 0:g.position,n=(m=this.wrapperDOM)==null?void 0:m.style,o=(x=this.legendDOM)==null?void 0:x.style,s=(b=this.legendBoxDOM)==null?void 0:b.style,l=(y=this.resizeDOM)==null?void 0:y.style;let a,r;const c=(w=e==null?void 0:e.title)!=null&&w.show?(I=e==null?void 0:e.title)==null?void 0:I.height:0,d=c+((M=e==null?void 0:e.legend)==null?void 0:M.height),{top:h=0,bottom:u=0,left:f=0,right:p=0}=((v=e==null?void 0:e.legend)==null?void 0:v.padding)??{};if(!(!n||!o))switch(s.padding=`${h}px ${p}px ${u}px ${f}px`,t){case"top":n.padding=`${d}px 0 0 0`,a=this.chartDOM.getBoundingClientRect(),r=parseInt(o.paddingTop)+parseInt(o.paddingBottom),s.width="100%",s.height=`${e.legend.height-r}px`,o.top=`${c}px`,o.right="",o.bottom="",o.left="",o.width=`${a.width}px`,o.height=`${e.legend.height+(l?4:0)}px`,l&&(l.top=`${d}px`,l.right="",l.bottom="",l.left="",l.width=`${a.width}px`,l.height="4px",l.cursor="row-resize");break;case"right":n.padding=`${c}px ${e.legend.width}px 0 0`,a=this.chartDOM.getBoundingClientRect(),s.width=`${e.legend.width-10}px`,s.maxHeight=`${a.height}px`,o.paddingLeft="10px",o.top=`${c}px`,o.right="0px",o.bottom="",o.left="",o.width=`${e.legend.width}px`,o.height=`${a.height}px`,l&&(l.top=`${c}px`,l.right=`${e.legend.width}px`,l.bottom="",l.left="",l.width="4px",l.height=`${a.height}px`,l.cursor="col-resize");break;case"bottom":n.padding=`${c}px 0 ${e.legend.height}px 0`,a=this.chartDOM.getBoundingClientRect(),r=parseInt(o.paddingTop)+parseInt(o.paddingBottom),s.width="100%",s.height=`${e.legend.height-r}px`,o.top="",o.right="",o.bottom="0px",o.left="0px",o.width=`${a.width}px`,o.height=`${e.legend.height+(l?4:0)}px`,l&&(l.top="",l.right="",l.bottom=`${e.legend.height}px`,l.left="",l.width=`${a.width}px`,l.height="4px",l.cursor="row-resize");break;case"left":n.padding=`${c}px 0 0 ${e.legend.width}px`,a=this.chartDOM.getBoundingClientRect(),s.width=`${e.legend.width}px`,s.maxHeight=`${a.height}px`,s.display="absolute",s.bottom="0px",o.top=`${c}px`,o.right="",o.bottom="",o.left="0px",o.width=`${e.legend.width}px`,o.height=`${a.height}px`,l&&(l.top=`${c}px`,l.right="",l.bottom="",l.left=`${e.legend.width}px`,l.width="4px",l.height=`${a.height}px`,l.cursor="col-resize");break}},updateLegendContainerSize(){var n;if(!this.options||!this.legendBoxDOM)return;const e=(n=this.options)==null?void 0:n.legend,t=this.legendBoxDOM.getElementsByClassName("ev-chart-legend-container");if(t)for(let o=0;o<t.length;o++)e.position==="top"||e.position==="bottom"?(t[o].style.width=`${e.width-8}px`,t[o].style.margin="0 4px"):t[o].style.width="100%"},onMouseMove(e){e.stopPropagation(),e.preventDefault();const t=this.wrapperDOM.getBoundingClientRect(),n=this.wrapperDOM.offsetWidth,o=this.wrapperDOM.offsetHeight,s=this.options.title.show?this.options.title.height:0,l=this.options.legend.position,a=150,r=70,c=120,d=20;let h;switch(l){case"left":h=e.clientX-t.left,h<c?h=c:h>n-a&&(h=n-a),this.ghostDOM.style.left=`${h}px`;break;case"right":h=e.clientX-t.left,h<a?h=a:h>n-c&&(h=n-c),this.ghostDOM.style.left=`${h}px`;break;case"top":h=e.clientY-t.top,h<d+s?h=d+s:h>o-r&&(h=o-r),this.ghostDOM.style.top=`${h}px`;break;case"bottom":h=e.clientY-t.top,h<r+s?h=r+s:h>o-d&&(h=o-d),this.ghostDOM.style.bottom=`${this.wrapperDOM.offsetHeight-h}px`;break}this.isLegendMove=!0},onMouseUp(e){e.stopPropagation(),e.preventDefault(),this.wrapperDOM.removeEventListener("mousemove",this.mouseMove,!1),this.wrapperDOM.removeEventListener("mouseup",this.mouseUp,!1);const t=this.options,n=t.legend.position,o=this.resizeDOM.style,s=this.legendDOM.style,l=this.legendBoxDOM.style,a=this.ghostDOM.style,r=this.wrapperDOM.style,c=t.title.show?t.title.height:0,d=+this.legendDOM.style.paddingLeft.replace("px","");let h;if(this.isLegendMove)switch(n){case"top":o.top=a.top,h=+a.top.replace("px",""),s.height=`${h-c}px`,l.height=`${h-c-4}px`,t.legend.height=h-c-4,r.padding=`${h}px 0 0 0`;break;case"right":o.left=a.left,h=+a.left.replace("px",""),s.width=`${this.wrapperDOM.offsetWidth-h-4}px`,l.width=`${this.wrapperDOM.offsetWidth-h-4-d}px`,t.legend.width=this.wrapperDOM.offsetWidth-h-4,r.padding=`${c}px ${this.wrapperDOM.offsetWidth-h}px 0 0`;break;case"bottom":o.bottom=a.bottom,h=this.wrapperDOM.offsetHeight-+a.bottom.replace("px",""),s.height=`${this.wrapperDOM.offsetHeight-h}px`,l.height=`${h-c-4}px`,t.legend.height=this.wrapperDOM.offsetHeight-h,r.padding=`${c}px 0 ${this.wrapperDOM.offsetHeight-h}px 0`;break;case"left":o.left=a.left,h=+a.left.replace("px",""),s.width=`${h}px`,l.width=`${h}px`,t.legend.width=h,r.padding=`${c}px 0 0 ${h-4}px`;break}o.display="block",this.ghostDOM.remove(),this.isLegendMove&&(this.render(),this.isLegendMove=!1)},showLegend(){this.resizeDOM&&(this.resizeDOM.style.display="block"),this.legendDOM&&(this.legendDOM.style.display="block"),this.legendNeedsUpdate&&this.options.legend.virtualScroll&&!this.useTable&&(this.legendNeedsUpdate=!1,this.updateVisibleRowCount(),this.renderVisibleLegends())},hideLegend(){var l,a,r,c,d;const e=this.options,t=(l=this.wrapperDOM)==null?void 0:l.style,n=(a=this.resizeDOM)==null?void 0:a.style,o=(r=this.legendDOM)==null?void 0:r.style,s=(c=e==null?void 0:e.title)!=null&&c.show?(d=e==null?void 0:e.title)==null?void 0:d.height:0;!o||!t||(n&&(n.display="none"),o.display="none",o.width="0",o.height="0",t.padding=`${s}px 0 0 0`)},getFormattedValue({formatter:e,decimalPoint:t},n){if(n==null)return"Null";let o;return e&&(o=e(+n)),(!e||typeof o!="string")&&(o=j.labelSignFormat(+n,t)),o}},_r=28,VC={width:70,height:60},PC={createLegendLayout(){this.legendDOM=document.createElement("div"),this.legendDOM.className="ev-chart-legend",this.legendBoxDOM=document.createElement("div"),this.legendBoxDOM.className="ev-chart-legend-box",this.containerDOM=document.createElement("div"),this.containerDOM.className="ev-chart-legend-container",this.legendBoxDOM.appendChild(this.containerDOM),this.legendDOM.appendChild(this.legendBoxDOM),this.wrapperDOM.appendChild(this.legendDOM)},initLegend(){this.isInitLegend||(this.createLegendLayout(),this.createLegend()),Object.values(this.seriesList).forEach(e=>{this.setLegendStyle(e)}),this.initEvent(),this.isInitLegend=!0,this.legendDragInfo={dragging:!1,isStart:!0}},initEvent(){this.isInitLegend||(this.onLegendMouseDown=e=>{e.stopPropagation(),e.preventDefault();const t=e.target.dataset.type;let n;if(t==="handle")n=e.target;else if(t==="handle-btn")n=e.target.parentElement;else if(t==="handle-btn-color")n=e.target.parentElement.parentElement;else return;const o=Object.values(this.seriesList);if(!o.length)return;const{colorState:s}=o[0],{start:l,end:a}=s[0];s[0].selectedValue=null,this.clearOverlay(),this.legendDragInfo.dragging=!0,this.legendDragInfo.isStart=l!==a?n.className.includes("start"):this.legendDragInfo.isStart,n.classList.add("dragging"),this.legendBoxDOM.addEventListener("mousemove",this.onLegendMouseMove,!1),this.legendBoxDOM.addEventListener("mouseup",this.onLegendMouseUp,!1)},this.onLegendMouseMove=e=>{e.stopPropagation(),e.preventDefault();const{dragging:t,isStart:n}=this.legendDragInfo;if(t){let o=this.getSelectedValue(e);o=this.isSide?100-o:o;const s=n?"start":"end",l=Object.values(this.seriesList);if(!l.length)return;const{colorState:a}=l[0],{start:r,end:c}=a[0];if(n&&o>c||!n&&o<r)return;a[0][s]=o,this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1}})}},this.onLegendMouseUp=()=>{this.legendDragInfo.dragging=!1;const e=this.containerDOM.getElementsByClassName("ev-chart-legend-handle dragging")[0];e==null||e.classList.remove("dragging"),this.legendBoxDOM.removeEventListener("mouseup",this.onLegendMouseUp,!1)},this.onLegendBoxOver=e=>{const t=e.target.dataset.type,n=Object.values(this.seriesList);if(!n.length)return;const{colorState:o,valueOpt:s}=n[0],l=o[0];let a=this.getSelectedValue(e);if(a=this.isSide?100-a:a,["line","thumb","layer","overlay","overlay-item"].includes(t))if(l.start<=a&&a<=l.end)l.selectedValue=a,this.createLegendOverlay(a,s);else return;else if(["handle","handle-btn","handle-btn-color"].includes(t)){const r=e.target.className.includes("start");l.selectedValue=r?l.start:l.end,this.clearOverlay()}else return;this.legendHover={sId:"gradient",type:this.options.type},this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1}})},this.onLegendBoxLeave=()=>{this.legendDragInfo.dragging=!1,this.legendHover=null,this.clearOverlay();const e=Object.values(this.seriesList);if(!e.length)return;const{colorState:t}=e[0];t[0].selectedValue=null,this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1}})},this.legendBoxDOM.addEventListener("mousedown",this.onLegendMouseDown),this.legendBoxDOM.addEventListener("mouseover",this.onLegendBoxOver),this.legendBoxDOM.addEventListener("mouseleave",this.onLegendBoxLeave))},getSelectedValue(e){const{x:t,y:n,width:o,height:s}=this.containerDOM.getBoundingClientRect(),l=!this.isSide,a=l?t:n,r=l?o:s;let c=l?e.clientX:e.clientY;c<a?c=a:c>a+r&&(c=a+r);const d=c-a;return+We(d,r)},updateLegend(){this.resetLegend(),this.createLegend(),Object.values(this.seriesList).forEach(e=>{this.setLegendStyle(e)})},resetLegend(){const e=this.containerDOM;if(e)for(;e.hasChildNodes();)e.removeChild(e.firstChild)},clearOverlay(){const e=this.containerDOM.getElementsByClassName("ev-chart-legend-line")[0],t=e==null?void 0:e.getElementsByClassName("ev-chart-legend-overlay")[0];if(t){e.removeChild(t);const o=e.getElementsByClassName("ev-chart-legend-thumb")[0].children;if(o&&o.length)for(const s of o)s.style.opacity=1}},createLegendOverlay(e,t){this.clearOverlay();const n=this.legendHandleSize,{min:o,max:s}=t;if(o===void 0||s===void 0)return;const l=this.containerDOM.getElementsByClassName("ev-chart-legend-line")[0],a=document.createElement("div");a.className="ev-chart-legend-overlay",a.dataset.type="overlay";const r=document.createElement("div");r.className="ev-chart-legend-overlay-tooltip",r.innerText=Math.floor(o+(s-o)*(e/100));const c=document.createElement("span");c.className="ev-chart-legend-overlay-item",c.dataset.type="overlay-item";let d,h;const u=Math.floor(n/2)+14;this.isSide?(h=`top:${100-e}%;left:${u}px;transform:translateY(-50%);`,d=`top:${100-e}%;transform:translateY(-50%);`):(h=`top:-${u}px;left:${e}%;transform:translateX(-50%);`,d=`left:${e}%;transform:translateX(-50%);`),d+=`width:${n-10}px;height:${n-10}px;`,r.style.cssText=h,c.style.cssText=d,a.appendChild(r),a.appendChild(c),l==null||l.appendChild(a);const f=l==null?void 0:l.getElementsByClassName("ev-chart-legend-thumb")[0];if(f){const p=f.children;if(p&&p.length)for(const g of p)g.style.opacity=.2}},createLegendHandle(e){const t=document.createElement("span");t.className=`ev-chart-legend-handle-btn-color ${e}`,t.dataset.type="handle-btn-color";const n=document.createElement("div");n.className=`ev-chart-legend-handle-btn ${e}`,n.dataset.type="handle-btn",n.appendChild(t);const o=document.createElement("div");return o.className=`ev-chart-legend-handle ${e}`,o.dataset.type="handle",o.appendChild(n),o},createLegendLabel(){const e=document.createElement("span");e.className="ev-chart-legend-label-text";const t=document.createElement("div");return t.className="ev-chart-legend-label",t},createLegend(){if(!Object.values(this.seriesList).length)return;const e=this.options.legend;this.isSide=!["top","bottom"].includes(e.position);const t=this.isSide?e.width:e.height;this.legendHandleSize=t>_r?_r:t;const n=this.legendHandleSize,o=this.createLegendHandle(this.isSide?"end":"start",n),s=this.createLegendHandle(this.isSide?"start":"end",n),l=document.createElement("div");l.className="ev-chart-legend-line-layer",l.dataset.type="line-layer";const a=document.createElement("div");a.className="ev-chart-legend-thumb",a.dataset.type="thumb",a.appendChild(this.createLegendLabel()),a.appendChild(this.createLegendLabel());const r=document.createElement("div");r.className="ev-chart-legend-line",r.dataset.type="line",r.appendChild(l),r.appendChild(a),this.containerDOM.appendChild(r),this.containerDOM.appendChild(o),this.containerDOM.appendChild(s)},setLegendStyle(e){const t=this.isSide?"top":"right",n=this.legendHandleSize,{valueOpt:o,colorState:s}=e,{min:l,max:a,decimalPoint:r}=o,{start:c,end:d}=s[0],h=e.getColorForGradient(c),u=e.getColorForGradient(d);let f=`linear-gradient(to ${t}, `;f+=`${h}, ${u})`;const p=Math.floor(n/2)+14;let g=`width:${n}px;height:${n}px;`,m,x,b,y=`background:${f};`;this.isSide?(g+=`margin-top:-${n/2}px;`,m=`left:${p}px;transform:translateY(-50%);top:`,x=`top:${100-d}%;`,b=`top:${100-c}%;`,y+=`top:${100-d}%;height:${d-c}%;`):(g+=`margin-left:-${n/2}px;`,m=`top:-${p}px;transform:translateX(-50%);left:`,x=`left:${c}%;`,b=`left:${d}%;`,y+=`left:${c}%;width:${d-c}%;`);const w=(l+(a-l)*(c/100)).toFixed(r),I=(l+(a-l)*(d/100)).toFixed(r),M=this.containerDOM.getElementsByClassName("ev-chart-legend-thumb")[0];M.style.cssText=y;const v=M.getElementsByClassName("ev-chart-legend-label");v[0].style.cssText=`${m}0%;`,v[1].style.cssText=`${m}100%;`,l!==void 0&&a!==void 0&&(v[0].innerText=this.isSide?I:w,v[1].innerText=this.isSide?w:I);const _=this.containerDOM.getElementsByClassName("ev-chart-legend-handle");_[0].style.cssText=g+x,_[1].style.cssText=g+b;const C=this.containerDOM.getElementsByClassName("ev-chart-legend-handle-btn-color");C[0].style.backgroundColor=this.isSide?u:h,C[1].style.backgroundColor=this.isSide?h:u},setLegendPosition(){var x,b,y,w;const e=this.options,t=(x=e==null?void 0:e.legend)==null?void 0:x.position,{width:n,height:o}=VC,s=this.legendHandleSize,l=(b=e==null?void 0:e.title)!=null&&b.show?(y=e==null?void 0:e.title)==null?void 0:y.height:0,a=l+o,{top:r=0,bottom:c=0,left:d=0,right:h=0}=((w=e==null?void 0:e.legend)==null?void 0:w.padding)??{},u=this.wrapperDOM.style;if(!u)return;let f,p,g,m;switch(t){case"top":u.padding=`${a}px 0 0 0`,m=this.chartDOM.getBoundingClientRect(),p=`padding:${s+7}px ${h}px ${c}px ${d}px;`,p+="width:100%",p+=`height${o}px;`,f=`width:${m.width}px;`,f+=`height:${o}px;`,f+=`top:${l}px;`;break;case"right":u.padding=`${l}px ${n}px 0 0`,m=this.chartDOM.getBoundingClientRect(),p=`padding:${r}px ${h}px ${c}px ${d}px;`,p+=`width:${n}px;`,p+="height:100%;",p+=`max-height:${m.height}px;`,f=`width:${n}px;`,f+=`height:${m.height}px;`,f+=`top:${l}px;right:0px;`;break;case"bottom":u.padding=`${l}px 0 ${o}px 0`,m=this.chartDOM.getBoundingClientRect(),p=`padding:${s+7}px ${h}px ${c}px ${d}px;`,p+="width:100%;",p+=`height:${o}px;`,f=`width:${m.width}px;`,f+=`height:${o}px;`,f+="bottom:0px;left:0px;";break;case"left":u.padding=`${l}px 0 0 ${n}px`,m=this.chartDOM.getBoundingClientRect(),p=`padding:${r}px ${h}px ${c}px ${d}px;`,p+="display:absolute;",p+="bottom:0px;",p+=`width:${n}px;`,p+="height:100%;",p+=`maxHeight:${m.height}px;`,f=`width:${n}px;`,f+=`height:${m.height}px;`,f+=`top:${l}px;left:0px`;break}if(["top","bottom"].includes(t)){const I=m.width/2;g=`left:${m.width/2-I/2}px;`,g+=`width:${I}px;`,g+=`height:${s}px;`,g+="padding:4px 0;",g+="margin:0 4px;"}else{const I=m.height/2;g=`top:${m.height/2-I/2}px;`,g+="left:5px;",g+=`width:${s}px;`,g+=`height:${I}px;`,g+="padding:0 4px;",g+="margin:4px 0;"}this.containerDOM.style.cssText=g,this.legendBoxDOM.style.cssText=p,this.legendDOM.style.cssText=f},updateLegendContainerSize(){Object.values(this.seriesList).forEach(e=>{this.setLegendStyle(e)})},showLegend(){this.resizeDOM&&(this.resizeDOM.style.display="block"),this.legendDOM&&(this.legendDOM.style.display="block")},hideLegend(){var s,l,a,r;const e=this.options,t=(s=this.wrapperDOM)==null?void 0:s.style,n=(l=this.legendDOM)==null?void 0:l.style,o=(a=e==null?void 0:e.title)!=null&&a.show?(r=e==null?void 0:e.title)==null?void 0:r.height:0;!n||!t||(n.display="none",n.width="0",n.height="0",t.padding=`${o}px 0 0 0`)}},AC={initScrollbar(){var e,t,n,o,s,l;(n=(t=(e=this.options.axesX)==null?void 0:e[0])==null?void 0:t.scrollbar)!=null&&n.use&&this.initScrollbarInfo(this.options.axesX,"x"),(l=(s=(o=this.options.axesY)==null?void 0:o[0])==null?void 0:s.scrollbar)!=null&&l.use&&this.initScrollbarInfo(this.options.axesY,"y")},initScrollbarInfo(e,t){var s,l,a,r,c;const n=this.scrollbar[t],o=Fe({},(s=e==null?void 0:e[0])==null?void 0:s.scrollbar,Br.scrollbar);Object.keys(o).forEach(d=>{n[d]=o[d]}),n.isInit||(n.type=(l=e==null?void 0:e[0])==null?void 0:l.type,n.range=(r=(a=e==null?void 0:e[0])==null?void 0:a.range)!=null&&r.length?[...((c=e==null?void 0:e[0])==null?void 0:c.range)??[]]:null,this.initScrollbarRange(t),this.createScrollbarLayout(t),this.createScrollbar(t),this.createScrollEvent(t),n.isInit=!0)},initScrollbarRange(e){var s,l;const t=this.scrollbar[e],n=t.type,o=this.options.type==="heatMap"?this.data.labels[e]:this.data.labels;if((s=t.range)!=null&&s.length&&o.length){const[a,r]=t.range;let c,d;if(ve(a)&&ve(r)){if(n==="step")c=0,d=o.length-1;else{const f=(l=this.minMax[e])==null?void 0:l[0];c=+f.min,d=+f.max}const h=r-a,u=d-c;h>=u?(t.range[0]=c,t.range[1]=d):(t.range[0]=+a<c?c:+a,t.range[1]=+r>d?d:+r,t.range[1]-t.range[0]<h&&(t.range[0]=t.range[1]-h,t.range[0]<c&&(t.range[0]=c)))}}},updateScrollbar(e){this.updateScrollbarInfo("x",e),this.updateScrollbarInfo("y",e)},updateScrollbarInfo(e,t){var r,c,d,h,u,f,p,g,m,x,b,y,w,I,M,v,_;const{axesX:n,axesY:o}=this.options,s=e==="x"?n:o;if(!this.scrollbar[e].isInit&&((c=(r=s==null?void 0:s[0])==null?void 0:r.scrollbar)!=null&&c.use)&&((d=s==null?void 0:s[0])!=null&&d.range)){this.initScrollbarInfo(s,e);return}else if(!((h=s==null?void 0:s[0].scrollbar)!=null&&h.use)||Zi((u=s==null?void 0:s[0])==null?void 0:u.range)){this.destroyScrollbar(e);return}const l=e==="x"?this.axesX:this.axesY,a=!Ye((f=s==null?void 0:s[0])==null?void 0:f.range,(p=l==null?void 0:l[0])==null?void 0:p.range);if(a||t){const C=e==="x"?(x=(m=(g=this.options.axesX)==null?void 0:g[0])==null?void 0:m.scrollbar)==null?void 0:x.resetPosition:(w=(y=(b=this.options.axesY)==null?void 0:b[0])==null?void 0:y.scrollbar)==null?void 0:w.resetPosition;a||C?(this.scrollbar[e].range=(M=(I=s==null?void 0:s[0])==null?void 0:I.range)!=null&&M.length?[...((v=s==null?void 0:s[0])==null?void 0:v.range)??[]]:null,delete this.scrollbar[e].savedPosition):t&&delete this.scrollbar[e].savedPosition,this.initScrollbarRange(e)}this.scrollbar[e].use=!!((_=s==null?void 0:s[0].scrollbar)!=null&&_.use)},updateScrollbarPosition(){var e,t,n,o,s,l,a,r,c,d;if((e=this.scrollbar.x)!=null&&e.use&&((t=this.scrollbar.x)!=null&&t.isInit)){const h=!((s=(o=(n=this.options.axesX)==null?void 0:n[0])==null?void 0:o.scrollbar)!=null&&s.resetPosition);this.setScrollbarPosition("x",h)}if((l=this.scrollbar.y)!=null&&l.use&&((a=this.scrollbar.y)!=null&&a.isInit)){const h=!((d=(c=(r=this.options.axesY)==null?void 0:r[0])==null?void 0:c.scrollbar)!=null&&d.resetPosition);this.setScrollbarPosition("y",h)}},createScrollbarLayout(e){const t=this.scrollbar[e];t.dom=document.createElement("div"),t.dom.className="ev-chart-scrollbar",t.dom.dataset.type="scrollbar";const n=document.createElement("div");n.className="ev-chart-scrollbar-container",n.dataset.type=e,t.dom.appendChild(n),this.wrapperDOM.appendChild(t.dom)},createScrollbar(e){const t=this.scrollbar[e],n=t.dom.children[0];this.createScrollbarTrack(n),this.createScrollbarThumb(n),t.showButton&&this.createScrollbarButton(n)},createScrollbarTrack(e){const t=document.createElement("div");t.className="ev-chart-scrollbar-track",t.dataset.type="track",e.appendChild(t)},createScrollbarThumb(e){const t=document.createElement("div");t.className="ev-chart-scrollbar-thumb",t.dataset.type="thumb",e.appendChild(t)},createScrollbarButton(e){const t=document.createElement("div");t.className="ev-chart-scrollbar-button ev-chart-scrollbar-button-up",t.dataset.type="button";const n=document.createElement("i");n.className="ev-icon ev-icon-triangle-up ev-chart-scrollbar-button-icon",n.dataset.type="button-icon",t.appendChild(n);const o=document.createElement("div");o.className="ev-chart-scrollbar-button ev-chart-scrollbar-button-down",o.dataset.type="button";const s=document.createElement("i");s.className="ev-icon ev-icon-triangle-down ev-chart-scrollbar-button-icon",s.dataset.type="button-icon",o.appendChild(s),e.appendChild(t),e.appendChild(o)},setScrollbarPosition(e,t=!1){var _,C;const n=this.scrollbar[e];if(!n.use||!n.range)return;const o=n.dom,s=this.chartRect,l=this.labelOffset,a={x1:s.x1+l.left,x2:s.x2-l.right,y1:s.y1+l.top,y2:s.y2-l.bottom},r=(_=this.options.title)!=null&&_.show?(C=this.options.title)==null?void 0:C.height:0,c=e==="x",d=c?n.height:n.width,h=c?a.x2-a.x1:a.y2-a.y1,u=n.showButton?d:0,f=h-u*2;let p=null;t&&n.savedPosition!==void 0&&(p=n.savedPosition);const g=this.getScrollbarThumbSize(e,f,p);n.savedPosition=g.position;let m="display: block;",x,b,y,w,I=`width:${u}px;height:${u}px;`;c?(m=`top: ${s.y2+r+l.top}px;`,m+=`left: ${a.x1}px;`,m+=`width: ${h}px;`,m+=` height: ${d}px;`,x="top: 0;",x+=`left: ${u}px;`,x+=`width: ${f}px;`,x+="height: 100%;",b=`width: ${g.size}px;`,b+="height: 100%;",b+=`left: ${g.position+u}px`,I+="transform:rotate(90deg);top: 0;",y=`${I}right:0;`,w=`${I}left:0;`):(m=`top: ${a.y1+r}px;`,m+=`left: ${a.x2+10}px;`,m+=`width: ${d}px;`,m+=`height: ${h}px;`,x=`top: ${u}px;`,x+="left: 0;",x+="width: 100%;",x+=`height: ${f}px;`,b="width: 100%;",b+=`height: ${g.size}px;`,b+=`bottom: ${g.position+u}px`,I+="left:0;",y=`${I}top: 0;`,w=`${I}bottom: 0;`),o.style.cssText=m;const M=o.getElementsByClassName("ev-chart-scrollbar-track");M[0].style.cssText=x,M[0].style.backgroundColor=n.background;const v=o.getElementsByClassName("ev-chart-scrollbar-thumb");if(v[0].style.cssText=b,v[0].style.backgroundColor=n.thumbStyle.background,v[0].style.borderRadius=`${n.thumbStyle.radius}px`,n.showButton){const S=o.getElementsByClassName("ev-chart-scrollbar-button-up"),E=Math.floor(f-g.size),k=Math.floor(g.position)>E?.5:1;S[0].style.cssText=`background-color: ${n.background};${y}`,S[0].style.opacity=k,S[0].children[0].style.display="block";const B=o.getElementsByClassName("ev-chart-scrollbar-button-down");B[0].style.cssText=`background-color: ${n.background};${w}`,B[0].style.opacity=Math.floor(g.position)<0?.5:1,B[0].children[0].style.display="block"}},getScrollbarThumbSize(e,t,n){var f,p,g,m;const o=this.scrollbar[e],[s,l]=o.range,a=o.type;let r,c,d=1,h=0,u=0;if(a==="step"){const x=this.options.type==="heatMap"?this.data.labels[e]:this.data.labels,b=l-s+1;c=x.length;const y=t/c;r=y*b,u=y*s}else{const x=e==="x"?this.axesX:this.axesY,b=(f=this.minMax[e])==null?void 0:f[0],y=+b.max-+b.min,w=+l-+s;a==="time"&&(d=(m=x==null?void 0:x[0])==null?void 0:m.getInterval({minValue:b.min,maxValue:b.max,maxSteps:(g=(p=this.labelRange[e])==null?void 0:p[0])==null?void 0:g.max})),c=Math.ceil(y/d)+1,h=+b.min;const I=t/c,M=w/d+1,v=+s-h;r=I*M,u=I*(v/d)}return o.startValue=h,o.steps=c,o.interval=d,n!==null&&(u=n),{size:r,position:u}},getScrollbarContainerDOM(e){const t=["track","thumb","button"],n=e.dataset.type;return t.includes(n)?e.parentElement:n==="button-icon"?e.parentElement.parentElement:n==="scrollbar"?e.getElementsByClassName("ev-chart-scrollbar-container")[0]:e},updateScrollbarRange(e,t){const n=this.scrollbar[e],{startValue:o,range:s,interval:l,steps:a}=n,r=o+l*a,c=e==="x"?this.axesX[0]:this.axesY[0],[d,h]=s??[];(!ve(d)||!ve(h))&&(n.range=(c==null?void 0:c.range)||null);let u,f,p=!1;t?(u=d+l,f=h+l,p=f>=r):(u=d-l,f=h-l,p=u<o),p||(n.range=[u,f],delete n.savedPosition,this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1},updateByScrollbar:!0,lightUpdate:u>1}))},createScrollEvent(){var t,n,o;this.onScrollbarClick=s=>{s.preventDefault();const l=s.target.dataset.type,a=this.getScrollbarContainerDOM(s.target),r=["button","button-icon"],c=a.dataset.type;let d;if(r.includes(l)){let h;l==="button"?h=s.target:l==="button-icon"&&(h=s.target.parentElement),d=h.className.includes("up")}else if(l==="track"){const h=a.getElementsByClassName("ev-chart-scrollbar-thumb"),{x:u,y:f}=h[0].getBoundingClientRect(),p=c==="x",g=p?s.clientX:-s.clientY,m=p?u:-f;d=g>m}else return;this.updateScrollbarRange(c,d)},this.onScrollbarDown=s=>{if(s.preventDefault(),s.target.dataset.type!=="thumb")return;const l=this.getScrollbarContainerDOM(s.target),a=l.dataset.type,r=l.getElementsByClassName("ev-chart-scrollbar-thumb"),{x:c,y:d,height:h}=r[0].getBoundingClientRect(),u=this.scrollbar[a];u.scrolling=!0,a==="x"?u.pointInThumb=s.clientX-c:u.pointInThumb=d+h-s.clientY;const f=u.dom;f.addEventListener("mousemove",this.onScrollbarMove),f.addEventListener("mouseup",this.onScrollbarUp)};const e=s=>{this.scrolling(s)};if(this.onScrollbarMove=bs(e,5),this.onScrollbarUp=s=>{s.preventDefault(),this.stopScrolling(s)},this.onScrollbarLeave=s=>{s.preventDefault(),this.scrolling(s),this.stopScrolling(s)},this.onScrollbarWheel=s=>{var h,u,f,p,g,m,x,b;const l=((u=(h=this.tooltipDOM)==null?void 0:h.style)==null?void 0:u.display)==="block",a=this.tooltipBodyDOM||((f=this.tooltipDOM)==null?void 0:f.querySelector(this.options.tooltip.htmlScrollTarget));if(l&&a){const{scrollTop:y,scrollHeight:w,clientHeight:I}=a,M=y<=0,v=y+I>=w,_=s.deltaY<0,C=s.deltaY>0;if(!(M&&_||v&&C))return}s.preventDefault();const r=1;if((p=this.scrollbar.x)!=null&&p.use&&s.shiftKey&&Math.abs(s.deltaY)>r){this.updateScrollbarRange("x",s.deltaY>0);return}const c=Math.abs(s.deltaX),d=Math.abs(s.deltaY);if(c>r&&d>r){c>d&&((g=this.scrollbar.x)!=null&&g.use)?this.updateScrollbarRange("x",s.deltaX>0):d>c&&((m=this.scrollbar.y)!=null&&m.use)&&this.updateScrollbarRange("y",s.deltaY<0);return}if((x=this.scrollbar.x)!=null&&x.use&&c>r){this.updateScrollbarRange("x",s.deltaX>0);return}(b=this.scrollbar.y)!=null&&b.use&&d>r&&this.updateScrollbarRange("y",s.deltaY<0)},this.scrollbar.x.use&&!this.scrollbar.x.isInit){const s=this.scrollbar.x.dom;s.addEventListener("click",this.onScrollbarClick),s.addEventListener("mousedown",this.onScrollbarDown),s.addEventListener("mouseleave",this.onScrollbarLeave)}if(this.scrollbar.y.use&&!this.scrollbar.y.isInit){const s=this.scrollbar.y.dom;s.addEventListener("click",this.onScrollbarClick),s.addEventListener("mousedown",this.onScrollbarDown),s.addEventListener("mouseleave",this.onScrollbarLeave)}((t=this.scrollbar.x)!=null&&t.use||(n=this.scrollbar.y)!=null&&n.use)&&((o=this.overlayCanvas)==null||o.addEventListener("wheel",this.onScrollbarWheel,{passive:!1}))},scrolling(e){const t=this.getScrollbarContainerDOM(e.target),n=t.dataset.type;if(!this.scrollbar[n].scrolling)return;const{steps:o,range:s,pointInThumb:l,startValue:a,interval:r}=this.scrollbar[n],c=t.getElementsByClassName("ev-chart-scrollbar-track"),{x:d,y:h,width:u,height:f}=c[0].getBoundingClientRect(),p=n==="x",g=p?d:h,m=p?u:f,x=m/o,b=a+(o-1)*r;let y=p?e.clientX:e.clientY;y<g?y=g:y>g+m&&(y=g+m);let w;if(p?w=y-g-l:w=g+m-y-l,w<=0)return;let I,M;const v=Math.round(Math.abs(w)/x)*r,[_,C]=s;if(w>0){const S=a+(v-+_);I=+_+S,M=I+(+C-+_)}I<a||M>b||(this.scrollbar[n].range=[I,M],delete this.scrollbar[n].savedPosition,this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1}}))},stopScrolling(e){const n=this.getScrollbarContainerDOM(e.target).dataset.type,o=this.scrollbar[n];if(o.scrolling){o.scrolling=!1;const s=o.dom;s.removeEventListener("mousemove",this.onScrollbarMove,!1),s.removeEventListener("mouseup",this.onScrollbarUp,!1)}},hideScrollbar(e){const t=this.scrollbar[e].dom;if(!t)return;const n=t==null?void 0:t.style;n.display="none",n.width="0",n.height="0"},destroyScrollbar(e){var n,o,s;const t=this.scrollbar[e].dom;t&&(t.remove(),this.scrollbar[e]={isInit:!1},!((n=this.scrollbar.x)!=null&&n.use)&&!((o=this.scrollbar.y)!=null&&o.use)&&((s=this.overlayCanvas)==null||s.removeEventListener("wheel",this.onScrollbarWheel,{passive:!1})))}};function zC(e){const t=typeof e;return e!=null&&(t==="object"||t==="function")}function Vr(e,t,n){let o,s,l,a,r,c,d=0,h=!1,u=!1,f=!0;const p=!t&&t!==0&&typeof root.requestAnimationFrame=="function";if(typeof e!="function")throw new TypeError("Expected a function");t=+t||0,zC(n)&&(h=!!n.leading,u="maxWait"in n,l=u?Math.max(+n.maxWait||0,t):l,f="trailing"in n?!!n.trailing:f);function g(E){const k=o,B=s;return o=s=void 0,d=E,a=e.apply(B,k),a}function m(E,k){return p?(window.cancelAnimationFrame(r),window.requestAnimationFrame(E)):setTimeout(E,k)}function x(E){if(p)return window.cancelAnimationFrame(E);clearTimeout(E)}function b(E){return d=E,r=m(I,t),h?g(E):a}function y(E){const k=E-c,B=E-d,D=t-k;return u?Math.min(D,l-B):D}function w(E){const k=E-c,B=E-d;return c===void 0||k>=t||k<0||u&&B>=l}function I(){const E=Date.now();if(w(E))return M(E);r=m(I,y(E))}function M(E){return r=void 0,f&&o?g(E):(o=s=void 0,a)}function v(){r!==void 0&&x(r),d=0,o=c=s=r=void 0}function _(){return r===void 0?a:M(Date.now())}function C(){return r!==void 0}function S(...E){const k=Date.now(),B=w(k);if(o=E,s=this,c=k,B){if(r===void 0)return b(c);if(u)return r=m(I,t),g(c)}return r===void 0&&(r=m(I,t)),a}return S.cancel=v,S.flush=_,S.pending=C,S}const FC="Expected a function";function HC(e,t,n){let o=!0,s=!0;if(typeof e!="function")throw new TypeError(FC);return Vr(e,t,{leading:o,maxWait:t,trailing:s})}const WC={createEventFunctions(){var e,t,n,o;this.onMouseMove=s=>{var f,p;if((f=this.dragInfo)!=null&&f.isMove||this.isMobile)return;const l={e:s},{indicator:a,tooltip:r,type:c}=this.options,d=this.getMousePosition(s),h=this.findHitItem(d);r!=null&&r.showAllValueInRange&&(h!=null&&h.items)&&this.addNotHitInfo(h);const u=this.overlayCtx;if(this.overlayClear(),Object.keys(h.items).length){if(r.use&&this.isInitTooltip)if(this.drawItemsHighlight(h,u),typeof(r==null?void 0:r.returnValue)=="function"){const m=[];Object.keys(h.items).forEach(x=>{m.push({sId:x,data:h.items[x].data,color:h.items[x].color,name:h.items[x].name,dataId:h.items[x].id,index:h.items[x].index})}),this.hideTooltipDOM(),r.returnValue(m,s)}else(p=r==null?void 0:r.formatter)!=null&&p.html?(this.drawCustomTooltip(h==null?void 0:h.items),this.setCustomTooltipLayoutPosition(h,s)):(this.setTooltipLayoutPosition(h,s),c==="scatter"?this.drawTooltipForScatter(h,this.tooltipCtx):c==="heatMap"?this.drawToolTipForHeatMap(h,this.tooltipCtx):this.drawTooltip(h,this.tooltipCtx));const g=Object.values(this.seriesList||{}).some(m=>m.type==="line");if(r.use&&(c==="line"||g)){const m=this.drawIndicatorForTooltip(h,a.color),x=m==null?void 0:m.labelValue,b=this.getTimeLabel(d);l.hoveredLabel={horizontal:this.options.horizontal,label:b,mousePosition:[s.clientX,s.clientY],dataLabel:x}}}else r.use&&this.isInitTooltip&&(typeof(r==null?void 0:r.returnValue)=="function"&&r.returnValue([],s),this.hideTooltipDOM());if(this.dragInfoBackup&&this.drawSelectionArea(this.dragInfoBackup),!l.hoveredLabel&&!this.isNotUseIndicator()){const g=Object.values(this.seriesList||{}).some(x=>x.type==="line");(c!=="line"&&!g||!r.use||!Object.keys(h.items).length)&&this.drawIndicator(d,a.color);const m=this.getTimeLabel(d);l.hoveredLabel={horizontal:this.options.horizontal,label:m,mousePosition:[s.clientX,s.clientY]}}else l.hoveredLabel||(l.hoveredLabel={label:""});typeof this.listeners["mouse-move"]=="function"&&(c!=="pie"&&(l.curMouseTargetVal=this.getCurMouseTargetVal(d,h)),this.listeners["mouse-move"](l))},this.onMouseLeave=s=>{const{tooltip:l,dragSelection:a}=this.options;l.throttledMove&&this.onMouseMove.cancel(),(!a.use||!a.keepDisplay)&&this.overlayClear(),l.use&&this.isInitTooltip&&(typeof(l==null?void 0:l.returnValue)=="function"&&l.returnValue([],s),this.tooltipClear()),this.listeners["mouse-leave"]()},this.onDblClick=s=>{const l={e:s},a=this.getMousePosition(s),{type:r,selectItem:c,selectLabel:d,selectSeries:h}=this.options,u=(c==null?void 0:c.use)&&(c==null?void 0:c.useClick),f=(d==null?void 0:d.use)&&(d==null?void 0:d.useClick),p=(h==null?void 0:h.use)&&(h==null?void 0:h.useClick);u?l.eventTarget="item":f?l.eventTarget="label":p&&(l.eventTarget="series");const g=()=>{var I,M;const b=this.findHitItem(a),y=b.hitId||Object.keys(b.items)[0],w=b.items[y];w&&(l.label=w.label,l.value=(I=w.data)==null?void 0:I.o,l.seriesId=y,l.dataIndex=w.index,l.acc=(M=w.data)==null?void 0:M.acc)},m=b=>{var _,C;const y=this.findHitItem(a),w=y.hitId||Object.keys(y.items)[0],I=y.items[w],{labelIndex:M}=this.getLabelInfoByPosition(a,b),{dataIndex:v}=this.regulateSelectedLabelInfo(M,b);this.defaultSelectInfo=this.getSelectedLabelInfoWithLabelData(v,b),I&&(l.label=I.label,l.seriesId=w,l.value=(_=I.data)==null?void 0:_.o,l.acc=(C=I.data)==null?void 0:C.acc,l.dataIndex=I.index)},x=()=>{var I,M,v;const b=this.findHitItem(a),y=b.hitId||Object.keys(b.items)[0],w=b.items[y];if(y!==null){const _=this.updateSelectedSeriesInfo(y,!0);w&&(l.label=w.label,l.value=(I=w.data)==null?void 0:I.o,l.seriesId=(M=_.seriesId)==null?void 0:M.at(0),l.acc=(v=w.data)==null?void 0:v.acc,l.dataIndex=w.index)}};switch(r){case"bar":{f?m(this.options.horizontal?"yAxis":"xAxis"):g();break}case"line":{u?g():f?m():p&&x();break}default:{g();break}}typeof this.listeners["dbl-click"]=="function"&&this.listeners["dbl-click"](l)},this.onClick=s=>{var b;if(this.isMouseMove){this.isMouseMove=!1;return}const l={e:s},a=this.getMousePosition(s),{type:r,selectItem:c,selectLabel:d,selectSeries:h}=this.options,u=(c==null?void 0:c.use)&&(c==null?void 0:c.useClick),f=(d==null?void 0:d.use)&&(d==null?void 0:d.useClick),p=(h==null?void 0:h.use)&&(h==null?void 0:h.useClick),g=()=>{const y=this.getItemByPosition(a,!1);({label:l.label,value:l.value,sId:l.seriesId,maxIndex:l.dataIndex,acc:l.acc}=y),y!=null&&y.sId&&(l.selected={eventTarget:"item",seriesId:this.isDeselectItem(y)?null:y.sId,dataIndex:this.isDeselectItem(y)?null:y.maxIndex})},m=y=>{var M,v,_,C;const{labelIndex:w}=this.getLabelInfoByPosition(a,y),{dataIndex:I}=this.regulateSelectedLabelInfo(w,y);this.defaultSelectInfo=this.getSelectedLabelInfoWithLabelData(I,y),y&&(this.defaultSelectInfo.targetAxis=I!=null&&I.length?y:null),l.selected={eventTarget:"label",...Se(this.defaultSelectInfo)},l.label=(v=(M=this.defaultSelectInfo)==null?void 0:M.label)==null?void 0:v.at(0),l.dataIndex=(C=(_=this.defaultSelectInfo)==null?void 0:_.dataIndex)==null?void 0:C.at(0)},x=()=>{const y=this.findHitItem(a),w=y.hitId||Object.keys(y.items)[0],I=y.items[w];if(!pt(w)){const M=this.updateSelectedSeriesInfo(w,!1);this.defaultSelectInfo.seriesId=M.seriesId,l.selected={eventTarget:"series",...Se(this.defaultSelectInfo)},l.label=I.label,l.dataIndex=I.index}};switch(r){default:case"bar":{u?g():f&&m(this.options.horizontal?"yAxis":"xAxis");break}case"line":{u?g():f?m():p&&x();break}case"heatMap":{const y=!!this.options.horizontal;if(u&&f){const{useBothAxis:w}=d,I=this.getCurMouseLocation(a);if(I==="chartBackground")this.clearSelectedLabelInfo(),l.deselected={eventTarget:"label"},g();else if(I==="yAxis"||I==="xAxis"){if(this.clearSelectedItemInfo(),l.deselected={eventTarget:"item"},!w&&I!==(y?"yAxis":"xAxis"))return;m(I)}}else if(u)g();else if(f){const{useBothAxis:w}=d,I=this.getCurMouseLocation(a);if((I==="yAxis"||I==="xAxis")&&!w&&I!==(y?"yAxis":"xAxis"))return;I!=="canvas"&&m(w?I:null)}break}case"pie":{u&&g();break}case"scatter":{if(u&&g(),(b=this.options.dragSelection)!=null&&b.use&&this.isMobile){let y=this.setTouchInfo(s);this.overlayClear(),this.options.dragSelection.keepDisplay&&(s.layerX<y.range.x1||s.layerY<y.range.y1||s.layerX>y.range.x2||s.layerY>y.range.y2)?this.isTouchOverlay=!1:(y=this.setTouchBoxDimensions(y),this.isTouchOverlay=!0,this.drawSelectionArea(y)),this.options.dragSelection.keepDisplay||setTimeout(()=>{this.isTouchOverlay=!1,this.overlayClear()},100),l.e=s,l.touchInfo=y,l.data=this.findSelectedItems(y),l.range=this.getSelectionRange(y),typeof this.listeners["drag-select"]=="function"&&this.listeners["drag-select"](l)}break}}typeof this.listeners.click=="function"&&(this.dragInfoBackup||this.listeners.click(l))},this.onMouseDown=s=>{const{dragSelection:l,type:a}=this.options;l.use&&(a==="scatter"||a==="line"||a==="heatMap")&&(this.removeSelectionArea(),this.dragStart(s,a))},this.onWheel=s=>{var r,c,d;const l=((c=(r=this.tooltipDOM)==null?void 0:r.style)==null?void 0:c.display)==="block",a=(d=this.tooltipDOM)==null?void 0:d.querySelector(this.options.tooltip.htmlScrollTarget);(l||a&&a.scrollHeight>a.clientHeight)&&(s.preventDefault(),l&&(this.tooltipBodyDOM.scrollTop+=s.deltaY),a&&(a.scrollTop+=s.deltaY))},(t=(e=this.options)==null?void 0:e.tooltip)!=null&&t.useScrollbar&&this.overlayCanvas.addEventListener("wheel",this.onWheel,{passive:!1}),(o=(n=this.options)==null?void 0:n.tooltip)!=null&&o.throttledMove&&(this.onMouseMove=HC(this.onMouseMove,30)),this.overlayCanvas.addEventListener("mousemove",this.onMouseMove),this.overlayCanvas.addEventListener("mouseleave",this.onMouseLeave),this.overlayCanvas.addEventListener("dblclick",this.onDblClick),this.overlayCanvas.addEventListener("click",this.onClick),this.overlayCanvas.addEventListener("mousedown",this.onMouseDown),this.dragTouchSelectionEvent=s=>this.dragTouchSelectionDestroy(s),window.addEventListener("click",this.dragTouchSelectionEvent)},dragStart(e,t){let[n,o]=this.getMousePosition(e);const s=this.chartRect,l=this.labelOffset,a={x1:s.x1+l.left,x2:s.x2-l.right,y1:s.y1+l.top,y2:s.y2-l.bottom};n<a.x1&&(n=a.x1),n>a.x2&&(n=a.x2),o<a.y1&&(o=a.y1),o>a.y2&&(o=a.y2),this.dragInfo={xcp:n,ycp:o,range:a};const r=d=>{d.preventDefault();const[h,u]=this.getMousePosition(d),f=this.dragInfo,{xcp:p,ycp:g,range:m}=f;let x,b;if(f.isMove=!0,this.isMouseMove=!0,h<m.x1?x=m.x1:h>m.x2?x=m.x2:x=h,u<m.y1?b=a.y1:u>m.y2?b=m.y2:b=u,t==="heatMap"){const y={xcp:p,xep:x,ycp:g,yep:b,range:m},{xsp:w,ysp:I,width:M,height:v}=this.getDragInfoForHeatMap(y);f.xsp=w,f.ysp=I,f.width=M,f.height=v}else f.xsp=Math.min(p,x),f.ysp=t==="scatter"?Math.min(g,b):m.y1,f.width=Math.ceil(Math.abs(x-p)),f.height=t==="scatter"?Math.ceil(Math.abs(b-g)):m.y2-m.y1;this.overlayClear(),this.drawSelectionArea(f)},c=d=>{var u,f;const h=this.dragInfo;if(h!=null&&h.isMove&&(h==null?void 0:h.width)>1&&(h==null?void 0:h.height)>1){const p={e:d,data:this.findSelectedItems(h),range:t==="heatMap"?this.getSelectionRangeForHeatMap(h):this.getSelectionRange(h)};if(this.dragInfoBackup=Fe({},h),typeof this.listeners["drag-select"]=="function"&&!((f=(u=this.options)==null?void 0:u.zoom)!=null&&f.use))this.listeners["drag-select"](p);else{const{xsp:g,range:m,width:x}=h,b=g-m.x1;p.range.dragSelectionInfo={dragXsp:b,dragXep:b+x,exceptAxesYChartWidth:m.x2-m.x1,exceptAxesXChartHeight:m.y2-m.y1,chartRange:m,chartTitle:this.options.title.text},this.options.zoom.getRangeInfo(p)}this.options.dragSelection.keepDisplay||this.removeSelectionArea()}this.dragInfo=null,window.removeEventListener("mousemove",r),window.removeEventListener("mouseup",c)};window.addEventListener("mousemove",r),window.addEventListener("mouseup",c)},drawSelectionArea({xsp:e,ysp:t,width:n,height:o,range:s}){const l=this.overlayCtx,{fillColor:a,opacity:r}=this.options.dragSelection,c=this.chartRect,d=this.labelOffset,h={x1:c.x1+d.left,x2:c.x2-d.right,y1:c.y1+d.top,y2:c.y2-d.bottom};if(l.fillStyle=a,l.globalAlpha=r,Ye(h,s))l.fillRect(e,t,n,o);else{const u=s.x2-s.x1,f=s.y2-s.y1,p=h.x2-h.x1,g=h.y2-h.y1,m=(e-s.x1)/u,x=(t-s.y1)/f,b=h.x1+p*m,y=h.y1+g*x,w=n/u,I=o/f,M=p*w,v=g*I;l.fillRect(b,y,M,v)}l.globalAlpha=1},removeSelectionArea(){this.dragInfoBackup=null,this.overlayClear()},getMousePosition(e){const t=e.originalEvent||e,n=this.overlayCanvas.getBoundingClientRect();return[t.clientX-n.left,t.clientY-n.top,n.width,n.height]},getCurMouseTargetVal(e,t){const n=this.getCurMouseLocation(e),o={location:n,labelIdx:-1,labelVal:"",dataIdx:-1,maxDataVal:"",originVal:""};if(n==="chartBackground"){const{maxHighlight:s,items:l}=t;if(s!=null&&s.length){const[a,r]=s;l[a]&&(o.dataIdx=l[a].index,o.maxDataVal=r,o.originVal=t)}}else if(n==="xAxis"||n==="yAxis"){const{axesX:s,axesY:l}=this.options,a=(c,d,h)=>{o.labelIdx=d,o.labelVal=c[0].type==="time"?at(h).format(c[0].timeFormat):h,o.originVal=c[0].type==="time"?at(h):h};(c=>{const{labelIndex:d}=this.getLabelInfoByPosition(e,n),{labelVal:h,labelIdx:u}=this.getCurMouseLabelVal(c,e,d);a(c==="xAxis"?s:l,u,h)})(n)}return o},setTouchInfo(e){let[t,n]=this.getMousePosition(e);const o=this.chartRect,s=this.labelOffset,l={x1:o.x1+s.left,x2:o.x2-s.right,y1:o.y1+s.top,y2:o.y2-s.bottom};return t=Math.max(l.x1,Math.min(t,l.x2)),n=Math.max(l.y1,Math.min(n,l.y2)),{xcp:t,ycp:n,range:l}},setTouchBoxDimensions(e){var h;const t=((h=this.options.dragSelection)==null?void 0:h.size)||50,n=t/2,{xcp:o,ycp:s,range:l}=e;let a=o-n,r=s-n,c=t,d=t;return this.boxOverflow={x1:!1,x2:!1,y1:!1,y2:!1},o<l.x1+n&&(a=l.x1,c=n-(l.x1-o),this.boxOverflow.x1=!0),o>l.x2-n&&(c=n-(o-l.x2),this.boxOverflow.x2=!0),s<l.y1+n&&(r=l.y1,d=n-(l.y1-s),this.boxOverflow.y1=!0),s>l.y2-n&&(d=n-(s-l.y2),this.boxOverflow.y2=!0),e.xsp=a,e.ysp=r,e.width=c,e.height=d,e},dragTouchSelectionDestroy(e){var t;(t=this.options.dragSelection)!=null&&t.use&&e.target!==this.overlayCanvas&&this.isTouchOverlay&&(this.isTouchOverlay=!1,this.overlayClear())},findHitItem(e){var m,x;const t=Object.keys(this.seriesList),n={},o=!!this.options.horizontal,s=this.tooltipCtx;let l=null,a="",r=0,c="",d=null,h=null,u=1/0;const f=this.findClosestDataIndex(e,t);if(f===-1&&!this.isNotUseIndicator())return{items:n,hitId:l,maxTip:[a,c],maxHighlight:null};const p=t.every(b=>this.seriesList[b].type==="bar");for(let b=0;b<t.length;b++){const y=t[b],w=this.seriesList[y];if(w.findGraphData&&w.show){const I=w.findGraphData(e,o,f,!p);if(I!=null&&I.data){let M;if(I.data.o===null&&w.interpolation!=="zero"?w.isExistGrp||(M=o?I.data.x:I.data.y):isNaN(I.data.o)||(M=I.data.o),M!=null){const v=this.getFormattedTooltipLabel({dataId:w.id,seriesId:y,seriesName:w.name,itemData:I.data}),_=s?s.measureText(v).width:1;I.id=w.id,I.name=v,I.axis={x:w.xAxisIndex,y:w.yAxisIndex},I.label=o?(m=I.data)==null?void 0:m.y:(x=I.data)==null?void 0:x.x,n[y]=I;const C=this.getFormattedTooltipValue({dataId:w.id,seriesId:y,seriesName:v,value:M,itemData:I.data});if(I.data.formatted=C,r<_&&(a=v,r=_),c.length<=`${C}`.length&&(c=`${C}`),(d===null||d<=M)&&(d=M,h=y),I.hit&&I.data.xp!==void 0&&I.data.yp!==void 0){const S=(I.data.xp-e[0])**2+(I.data.yp-e[1])**2;S<u&&(u=S,l=y)}}}}}return l=l===null?Object.keys(n)[0]:l,{items:n,hitId:l,maxTip:[a,c],maxHighlight:d!==null?[h,d]:null}},findClosestDataIndex(e,t){var u;const[n,o]=e,s=!!this.options.horizontal,l=s?o:n,a=t.find(f=>{var p;return(p=this.seriesList[f])==null?void 0:p.show});if(!a||!((u=this.seriesList[a])!=null&&u.data))return-1;const r=this.seriesList[a].data;let c=50;if(r.length>1){const f=[];for(let p=1;p<r.length;p++){const g=r[p-1],m=r[p];if(g&&m){let x,b;s?(x=g.h?g.yp+g.h/2:g.yp,b=m.h?m.yp+m.h/2:m.yp):(x=g.w?g.xp+g.w/2:g.xp,b=m.w?m.xp+m.w/2:m.xp),x!==null&&b!==null&&f.push(Math.abs(b-x))}}f.length>0&&(c=f.reduce((p,g)=>p+g,0)/f.length)}let d=1/0,h=-1;for(let f=0;f<r.length;f++)if(t.some(g=>{var x,b,y,w;const m=this.seriesList[g];return(m==null?void 0:m.show)&&((b=(x=m.data)==null?void 0:x[f])==null?void 0:b.o)!==null&&((w=(y=m.data)==null?void 0:y[f])==null?void 0:w.o)!==void 0})){const g=r[f];if(g){let m;if(s?m=g.h?g.yp+g.h/2:g.yp:m=g.w?g.xp+g.w/2:g.xp,m!==null){const x=Math.abs(l-m);x<d&&(d=x,h=f)}}}return d>=c?t.some(p=>{const g=this.seriesList[p];if(g!=null&&g.show){const m=g.passingValue,x=g.interpolation,b=g.hasPassingValueInData;return x==="linear"||x==="none"&&!!m&&b}return!1})?h:-1:h},getFormattedTooltipLabel({dataId:e,seriesId:t,seriesName:n,itemData:o}){var c;const l=this.options.tooltip,a=(c=l==null?void 0:l.formatter)==null?void 0:c.label;let r=n;return a&&(r=a({dataId:e,seriesId:t,seriesName:n,itemData:o})),r},getFormattedTooltipValue({dataId:e,seriesId:t,seriesName:n,value:o,itemData:s}){var h;const l=this.options,a=!!l.horizontal,r=l.tooltip,c=typeof(r==null?void 0:r.formatter)=="function"?r==null?void 0:r.formatter:(h=r==null?void 0:r.formatter)==null?void 0:h.value;let d=o;return c&&(l.type==="pie"?d=c({value:o,name:n,percentage:s==null?void 0:s.percentage,seriesId:t,dataId:e}):l.type==="heatMap"?d=c({x:s==null?void 0:s.x,y:s==null?void 0:s.y,value:o>-1?o:"error",seriesId:t,dataId:e}):d=c({x:a?o:s==null?void 0:s.x,y:a?s==null?void 0:s.y:o,o:s==null?void 0:s.o,name:n,seriesId:t,dataId:e})),o&&(!c||typeof d!="string")&&(l.type==="heatMap"?d=o<0?"error":$t(o):d=$t(o)),d},addNotHitInfo(e){var c,d,h,u,f,p;const t=this.tooltipCtx,n=!!this.options.horizontal,o=Object.keys(e.items)[0],s=n?(h=(d=(c=e.items)==null?void 0:c[o])==null?void 0:d.data)==null?void 0:h.y:(p=(f=(u=e.items)==null?void 0:u[o])==null?void 0:f.data)==null?void 0:p.x;let l="",a="";const r=Object.keys(this.seriesList);for(let g=0;g<r.length;g++){const m=r[g],x=this.seriesList[m];if(x!=null&&x.show){const b=x.data.find(C=>n?(C==null?void 0:C.y)===s:(C==null?void 0:C.x)===s),y=this.getFormattedTooltipLabel({dataId:x.id,seriesId:m,seriesName:x.name,itemData:b}),w=this.getFormattedTooltipValue({dataId:x.id,seriesId:m,seriesName:y,value:b==null?void 0:b.o,itemData:b});if(b&&b.o!==null&&b.o!==void 0&&!e.items[m]){const C={};C.color=x.color,C.hit=!1,C.name=y,C.axis={x:x.xAxisIndex,y:x.yAxisIndex},C.index=n?x.yAxisIndex:x.xAxisIndex,C.data=b,C.data.formatted=w,e.items[m]=C}const I=t?t.measureText(l).width:1,M=t?t.measureText(y).width:1;I<M&&(l=y);const v=t?t.measureText(a).width:1,_=t?t.measureText(`${w}`).width:1;v<_&&(a=`${w}`)}}e.maxTip=[l,a]},selectItemByData(e,t){this.defaultSelectItemInfo=e;let n;t==="pie"?n={type:"pie",sId:e.seriesID}:n=isNaN(e==null?void 0:e.dataIndex)?null:this.getItem(e,!1),this.render(n)},selectLabelByData(e,t){this.defaultSelectInfo=this.getSelectedLabelInfoWithLabelData(e,t),this.render()},selectSeriesByData(e){this.defaultSelectInfo.seriesId=e,this.render()},getSelectedLabelInfoWithLabelData(e,t){const{selectLabel:n,type:o,horizontal:s}=this.options,l=Se(this.defaultSelectInfo);switch(l.dataIndex=e,o){default:case"bar":case"line":{l.dataIndex.splice(n.limit),l.label=l.dataIndex.map(r=>this.data.labels[r]);const a=Object.entries(this.data.data);l.data=l.dataIndex.map(r=>Object.fromEntries(a.map(([c,d])=>[c,d[r]])));break}case"heatMap":{const{limit:a,useBothAxis:r}=this.options.selectLabel;l.dataIndex.splice(a);let c;r?c=t==="yAxis"?"y":"x":c=s?"y":"x",l.label=l.dataIndex.map(h=>this.data.labels[c][h]);const d=Object.values(this.data.data)[0];l.data=d.filter(({x:h,y:u})=>l.label.includes(c==="y"?u:h));break}}return l},regulateSelectedLabelInfo(e,t){var l,a;const n=((l=this.options)==null?void 0:l.selectLabel)??{},o=t===null||((a=this.defaultSelectInfo)==null?void 0:a.targetAxis)===t?{...this.defaultSelectInfo,targetAxis:t}:{dataIndex:[],targetAxis:t},s=Se(o);if(o.dataIndex.includes(e)){const r=o.dataIndex.indexOf(e);s.dataIndex.splice(r,1)}else e>-1&&(s.dataIndex.push(e),n.limit>0&&n.limit<s.dataIndex.length&&(n.useDeselectOverflow?s.dataIndex.splice(0,1):s.dataIndex.pop()));return s},updateSelectedSeriesInfo(e,t){var l;const n=((l=this.options)==null?void 0:l.selectSeries)??{},o=this.defaultSelectInfo??{seriesId:[]};typeof o.seriesId=="string"&&(o.seriesId=[o.seriesId]);const s=Se(o);if(o.seriesId.includes(e)){if(!t){const a=o.seriesId.indexOf(e);s.seriesId.splice(a,1)}}else e&&(s.seriesId.push(e),n.limit>0&&n.limit<s.seriesId.length&&(n.useDeselectOverflow?s.seriesId.splice(0,1):s.seriesId.pop()));return s},drawIndicatorForTooltip(e,t){var d;if(!(e!=null&&e.items)||!Object.keys(e.items).length)return null;const n=this.overlayCtx,{horizontal:o}=this.options,s={x1:this.chartRect.x1+this.labelOffset.left,x2:this.chartRect.x2-this.labelOffset.right,y1:this.chartRect.y1+this.labelOffset.top,y2:this.chartRect.y2-this.labelOffset.bottom},l=Object.keys(e.items)[0],a=e.items[l];if(!(a!=null&&a.data))return null;const r=o?a.data.y:a.data.x;let c;if(o){const h=a.data.yp+(a.data.h?a.data.h/2:0);c=[s.x1,h]}else c=[a.data.xp+(a.data.w?a.data.w/2:0),s.y1];return n.beginPath(),n.save(),n.strokeStyle=t,n.lineWidth=1,(d=this.options.indicator)!=null&&d.segments&&n.setLineDash(this.options.indicator.segments),o?(n.moveTo(s.x1,c[1]+.5),n.lineTo(s.x2,c[1]+.5)):(n.moveTo(c[0]+.5,s.y1),n.lineTo(c[0]+.5,s.y2)),n.stroke(),n.restore(),n.closePath(),{labelValue:r,position:c}},findSelectedItems(e){const t=[],n=Object.keys(this.seriesList);for(let o=0;o<n.length;o++){const s=n[o],l=this.seriesList[s],a=l.findItems;if(a){const r=a.call(l,e);r&&r.length&&t.push({seriesName:l.name,seriesId:s,items:r})}}return t},getSelectionRange({xsp:e,ysp:t,width:n,height:o,range:s}){var w,I,M,v;const l=this.axesSteps.x.length?this.axesSteps.x[0]:null,a=this.axesSteps.y.length?this.axesSteps.y[0]:null;if(!l||!a)return null;const r=e+n,c=t+o,d=l.graphMax-l.graphMin,h=a.graphMax-a.graphMin,u=this.getRatioInRange(s.x1,s.x2,e),f=this.getRatioInRange(s.x1,s.x2,r),p=this.getRatioInRange(s.y1,s.y2,c),g=this.getRatioInRange(s.y1,s.y2,t),m=this.isMobile&&((w=this.boxOverflow)!=null&&w.x1)?Math.min(this.minMax.x[0].min,l.graphMin):Math.max(l.graphMin+d*u,l.graphMin),x=this.isMobile&&((I=this.boxOverflow)!=null&&I.x2)?Math.max(this.minMax.x[0].max,l.graphMax):Math.min(l.graphMin+d*f,l.graphMax),b=this.isMobile&&((M=this.boxOverflow)!=null&&M.y2)?Math.min(this.minMax.y[0].min,a.graphMin):Math.max(a.graphMin+h*(1-p),a.graphMin),y=this.isMobile&&((v=this.boxOverflow)!=null&&v.y1)?Math.max(this.minMax.y[0].max,a.graphMax):Math.min(a.graphMin+h*(1-g),a.graphMax);return{xMin:+m.toFixed(3),xMax:+x.toFixed(3),yMin:+b.toFixed(3),yMax:+y.toFixed(3)}},getRatioInRange(e,t,n){const o=t-e;return(n-e)/o},getDragInfoForHeatMap(e){const t=Object.keys(this.seriesList)[0];return this.seriesList[t].findBlockRange(e)},getSelectionRangeForHeatMap(e){const t=this.axesSteps.x.length?this.axesSteps.x[0]:null,n=this.axesSteps.y.length?this.axesSteps.y[0]:null;if(!t||!n)return null;const o=Object.keys(this.seriesList)[0],{xMin:s,xMax:l,yMin:a,yMax:r}=this.seriesList[o].findSelectionRange(e)??{};return{xMin:s??t.graphMin,xMax:l??t.graphMax,yMin:a??n.graphMin,yMax:r??n.graphMax}},isDeselectItem(e){var t,n;return this.options.selectItem.useDeselectItem&&(e==null?void 0:e.maxIndex)===((t=this.defaultSelectItemInfo)==null?void 0:t.dataIndex)&&(e==null?void 0:e.sId)===((n=this.defaultSelectItemInfo)==null?void 0:n.seriesID)&&!isNaN(e==null?void 0:e.maxIndex)},getCurMouseLocation(e){const[t,n]=e,o={x1:this.chartRect.x1+this.labelOffset.left,x2:this.chartRect.x2-this.labelOffset.right,y1:this.chartRect.y1+this.labelOffset.top,y2:this.chartRect.y2-this.labelOffset.bottom},s=o[this.axesX[0].units.rectStart],l=o[this.axesX[0].units.rectEnd],a=o[this.axesY[0].units.rectStart],r=o[this.axesY[0].units.rectEnd];return gt(t,this.chartRect.x1,o.x1)&&gt(n,a,r)?"yAxis":gt(t,s,l)&&gt(n,o.y2,this.chartRect.y2)?"xAxis":gt(t,o.x1,o.x2)&&gt(n,o.y1,o.y2)?"chartBackground":"canvas"},isNotUseIndicator(){return this.options.type==="pie"||this.options.type==="scatter"||this.options.type==="heatMap"},clearSelectedLabelInfo(){this.defaultSelectInfo={dataIndex:[]}},clearSelectedItemInfo(){this.defaultSelectItemInfo=null}},Ps=8,ai=50,io=17,$C=8,XC={createTooltipDOM(){var e,t;this.tooltipDOM=document.createElement("div"),this.tooltipDOM.className="ev-chart-tooltip",this.tooltipHeaderDOM=document.createElement("div"),this.tooltipHeaderDOM.className="ev-chart-tooltip-header",this.tooltipBodyDOM=document.createElement("div"),this.tooltipBodyDOM.className="ev-chart-tooltip-body",this.tooltipCanvas=document.createElement("canvas"),this.tooltipCanvas.className="ev-chart-tooltip-canvas",this.tooltipCtx=this.tooltipCanvas.getContext("2d"),this.tooltipDOM.style.display="none",(t=(e=this.options.tooltip)==null?void 0:e.formatter)!=null&&t.html||this.setDefaultTooltipLayout(),document.body.appendChild(this.tooltipDOM),this.options.tooltip.debouncedHide?this.hideTooltipDOM=Vr(()=>{this.tooltipDOM.style.display="none"},200):this.hideTooltipDOM=()=>{this.tooltipDOM.style.display="none"},this.isInitTooltip=!0},setDefaultTooltipLayout(){this.tooltipBodyDOM.appendChild(this.tooltipCanvas),this.tooltipDOM.appendChild(this.tooltipHeaderDOM),this.tooltipDOM.appendChild(this.tooltipBodyDOM)},getFontStyle(e){var s,l;const t=(s=this.options)==null?void 0:s.tooltip,n=((l=t==null?void 0:t.fontSize)==null?void 0:l[e])??14,o=(t==null?void 0:t.fontFamily)??"Roboto";return`normal normal lighter ${Math.max(n,0)}px ${o}`},getTextHeight(){var e,t,n;return(((n=(t=(e=this.options)==null?void 0:e.tooltip)==null?void 0:t.fontSize)==null?void 0:n.contents)??14)+6},getColorMargin(){var e,t,n;return(((n=(t=(e=this.options)==null?void 0:e.tooltip)==null?void 0:t.fontSize)==null?void 0:n.contents)??14)+2},getBoxPadding(){var s,l;const{top:e=0,right:t=20,bottom:n=3,left:o=16}=((l=(s=this.options)==null?void 0:s.tooltip)==null?void 0:l.rowPadding)??{};return{t:e,l:o,b:n,r:t}},setTooltipLayoutPosition(e,t){var A,z,$,U,H,X,Y;const n=this.tooltipCtx,o=t.pageX,s=t.pageY,l=e.items,[a,r]=e.maxTip,d=Object.keys(l).length,h=this.getBoxPadding(),u=this.options.tooltip,f=this.getColorMargin(),p=e.hitId,g=l[p].data,m=l[p].axis,x=(A=u.formatter)==null?void 0:A.title;this.axesX.length&&this.axesY.length&&u.showHeader&&(x?this.tooltipHeaderDOM.textContent=x({x:g.x,y:g.y}):this.tooltipHeaderDOM.textContent=this.options.horizontal?this.axesY[m.y].getLabelFormat(g.y):this.axesX[m.x].getLabelFormat(g.x)),u.textOverflow&&this.tooltipHeaderDOM.classList.add(`ev-chart-tooltip-header--${u.textOverflow}`),this.tooltipHeaderDOM.style.visibility="hidden",n.save(),n.font=this.getFontStyle("contents");const y=!!this.options.horizontal?($=(z=l[e.hitId])==null?void 0:z.data)==null?void 0:$.y:(H=(U=l[e.hitId])==null?void 0:U.data)==null?void 0:H.x,w=(y==null?void 0:y.length)>a.length?y:a,I=Math.round(n.measureText(w).width),M=Math.round(n.measureText(r).width),v=I+M+h.l+h.r+f+ai+io,_=v>u.maxWidth?u.maxWidth:v;let C=u.textOverflow==="wrap"?0:d;if(u.textOverflow==="wrap"){const K=u.maxWidth-(Math.round(n.measureText(r).width)+h.l+h.r+f+ai+io);Object.values(l).map(Q=>Q.name).forEach(Q=>{if(n.measureText(Q).width>K){let J="";for(let te=0;te<Q.length;te++){const G=Q[te],oe=`${J}${G}`;n.measureText(oe).width>K?(J=G,C+=1):J=oe}}C+=1}),n.restore()}const S=h.t+C*this.getTextHeight()+d*Ps+h.b;let E;u.useScrollbar&&S>u.maxHeight?(this.tooltipBodyDOM.style.overflowY="auto",E=u.maxHeight):(this.tooltipBodyDOM.style.overflowY="hidden",E=S),this.tooltipCanvas.width=_*this.pixelRatio,this.tooltipCanvas.height=S*this.pixelRatio,this.tooltipCanvas.style.width=`${_}px`,this.tooltipCanvas.style.height=`${S}px`,this.tooltipHeaderDOM.style.width=`${_}px`,this.tooltipHeaderDOM.style.height="auto",this.tooltipDOM.style.height="auto",this.tooltipBodyDOM.style.height=`${E+6}px`,this.tooltipDOM.style.display="block";const k=document.body.clientWidth,B=document.body.clientHeight,D=20,O=((X=this.tooltipDOM)==null?void 0:X.offsetHeight)||((Y=this.tooltipHeaderDOM)==null?void 0:Y.offsetHeight)+E+$C,R=k-_-D,T=B-O-D,N=o+D,L=s+D,V=o-_-D,P=s-O-D;this.tooltipDOM.style.left=N>R?`${V}px`:`${N}px`,this.tooltipDOM.style.top=L>T?`${P}px`:`${L}px`},drawSeriesColorShape(e,t,n){var a,r;const o=(r=(a=this.options.tooltip)==null?void 0:a.fontSize)==null?void 0:r.contents,{x:s,y:l}=n;if(t==="circle"){e.beginPath();const c=o/2;e.arc(s,l-c/2,c,0,2*Math.PI),e.fill()}else{const c=o;e.fillRect(s-c/3,l-c/1.2,c,c)}},drawTooltip(e,t){const n=t,o=e.items,[,s]=e.maxTip,l=this.alignSeriesList(Object.keys(o)),a=this.getBoxPadding(),r=this.options.horizontal,c=this.options.tooltip,d=this.getTextHeight(),h=this.getColorMargin();this.axesX.length&&this.axesY.length&&c.showHeader?this.tooltipHeaderDOM.style.visibility="visible":this.tooltipHeaderDOM.style.display="none";let u=2,f=2;u+=j.aliasPixel(u),f+=j.aliasPixel(f),n.save(),n.scale(this.pixelRatio,this.pixelRatio),this.tooltipBodyDOM.style.overflowY==="auto"&&(a.r+=io),u+=a.l,f+=a.t,n.font=this.getFontStyle("contents");const p=[];l.forEach(m=>{p.push({id:m,data:o[m].data,color:o[m].color,name:o[m].name,dataId:o[m].id})}),c.sortByValue&&p.sort((m,x)=>{let b=m.data.o,y=x.data.o;return b==null&&(b=r?m.data.x:m.data.y),y==null&&(y=r?x.data.x:x.data.y),y-b}),this.setTooltipDOMStyle(c);let g=1;for(let m=0;m<p.length;m++){const x=p[m].data,b=p[m].color,y=p[m].name,w=x.formatted;let I=u+4,M=f+g*d;I+=j.aliasPixel(I),M+=j.aliasPixel(M),n.beginPath(),typeof b!="string"?n.fillStyle=ie.createGradient(n,r,{x:I-4,y:M,w:12,h:-12},b):n.fillStyle=b;const v={id:p[m].id,name:p[m].name,value:w,dataId:p[m].dataId};this.drawSeriesColorShape(n,c.colorShape,{x:I,y:M}),n.fillStyle=typeof c.fontColor.label=="function"?c.fontColor.label(v):c.fontColor.label??c.fontColor;const _=c.maxWidth-Math.round(n.measureText(s).width)-a.l-a.r-h-ai,C=I+h,S=M;if(_>n.measureText(y).width)n.fillText(y,C,S);else if(c.textOverflow==="wrap"){let E="",k=S;for(let B=0;B<y.length;B++){const D=y[B],O=`${E}${D}`;n.measureText(O).width>_?(n.fillText(E,C,k),E=D,g+=1,k+=d):E=O}n.fillText(E,C,k)}else{const E=j.truncateLabelWithEllipsis(y,_,n);n.fillText(E,C,S)}n.save(),n.fillStyle=typeof c.fontColor.value=="function"?c.fontColor.value(v):c.fontColor.value??c.fontColor,n.textAlign="right",n.fillText(w,this.tooltipDOM.offsetWidth-a.r,M),n.restore(),n.closePath(),f+=Ps,g+=1}n.restore()},drawToolTipForHeatMap(e,t){const n=t,o=e.items,s=e.hitId,l=o[s].data,a=o[s].axis,r=o[s].color,c=this.getBoxPadding(),d=this.options.horizontal,h=this.options.tooltip,u=Object.values(this.seriesList)[0],f=this.getTextHeight(),p=this.getColorMargin();let g=!1,m=l.formatted;const{colorState:x,isGradient:b}=u;if(b){const{min:M,max:v}=u.valueOpt,_=We(l.o-M,v-M),{start:C,end:S}=x[0];g=C<=_&&_<=S||l.o===-1}else{const M=x.find(({id:v})=>v===l.cId);g=M==null?void 0:M.show,m=(M==null?void 0:M.label)??m}if(!g){this.tooltipClear();return}this.axesX.length&&this.axesY.length&&h.showHeader?this.tooltipHeaderDOM.style.visibility="visible":this.tooltipHeaderDOM.style.display="none",this.setTooltipDOMStyle(h),n.save(),n.scale(this.pixelRatio,this.pixelRatio),this.tooltipBodyDOM.style.overflowY==="auto"&&(c.r+=io);const y=c.l+2,w=c.t+f+2;n.font=this.getFontStyle("contents"),n.beginPath(),typeof r!="string"?n.fillStyle=ie.createGradient(n,d,{x:y,y:w,w:12,h:-12},r):n.fillStyle=r;const I={id:e.hitId,name:l.y,value:m,dataId:o[s].id};this.drawSeriesColorShape(n,h.colorShape,{x:y,y:w}),n.fillStyle=typeof h.fontColor.label=="function"?h.fontColor.label(I):h.fontColor.label??h.fontColor,this.axesY.length&&n.fillText(this.axesY[a.y].getLabelFormat(l.y),y+p,w),n.textAlign="right",n.fillStyle=typeof h.fontColor.value=="function"?h.fontColor.value(I):h.fontColor.value??h.fontColor,n.fillText(m,this.tooltipDOM.offsetWidth-c.r,w),n.closePath()},drawTooltipForScatter(e,t){const n=t,o=e.items,[,s]=e.maxTip,l=this.alignSeriesList(Object.keys(o)),a=this.getBoxPadding(),r=this.options.tooltip,c=this.getTextHeight(),d=this.getColorMargin();this.axesX.length&&this.axesY.length&&r.showHeader?this.tooltipHeaderDOM.style.visibility="visible":this.tooltipHeaderDOM.style.display="none";let h=2,u=2;h+=j.aliasPixel(h),u+=j.aliasPixel(u),n.save(),n.scale(this.pixelRatio,this.pixelRatio),this.tooltipBodyDOM.style.overflowY==="auto"&&(a.r+=io),h+=a.l,u+=a.t,n.font=this.getFontStyle("contents");const f=[];l.forEach(g=>{f.push({data:o[g].data,color:o[g].color,name:o[g].name})}),r.sortByValue&&f.sort((g,m)=>{let x=g.data.o,b=m.data.o;return x==null&&(x=g.data.y),b==null&&(b=m.data.y),b-x}),this.setTooltipDOMStyle(r);let p=1;for(let g=0;g<f.length;g++){const m=f[g].data,x=f[g].color,b=f[g].name,y=m.formatted;let w=h+4,I=u+p*c;w+=j.aliasPixel(w),I+=j.aliasPixel(I),n.beginPath(),typeof x!="string"?n.fillStyle=ie.createGradient(n,!1,{x:w-4,y:I,w:12,h:-12},x):n.fillStyle=x;const M={id:e.hitId,name:f[g].name,value:y,dataId:f[g].dataId};this.drawSeriesColorShape(n,r.colorShape,{x:w,y:I}),n.fillStyle=typeof r.fontColor.label=="function"?r.fontColor.label(M):r.fontColor.label??r.fontColor;const v=r.maxWidth-Math.round(n.measureText(s).width)-a.l-a.r-d-ai,_=w+d,C=I;if(v>n.measureText(b).width)n.fillText(b,_,C);else if(r.textOverflow==="wrap"){let S="",E=C;for(let k=0;k<b.length;k++){const B=b[k],D=`${S}${B}`;n.measureText(D).width>v?(n.fillText(S,_,E),S=B,p+=1,E+=c):S=D}n.fillText(S,_,E)}else{const S=j.truncateLabelWithEllipsis(b,v,n);n.fillText(S,_,C)}n.save(),n.textAlign="right",n.fillStyle=typeof r.fontColor.value=="function"?r.fontColor.value(M):r.fontColor.value??r.fontColor,n.fillText(y,this.tooltipDOM.offsetWidth-a.r,I),n.restore(),n.closePath(),u+=Ps,p+=1}n.restore()},setCustomTooltipLayoutPosition(e,t){var b,y;const n=t.pageX,o=t.pageY,s=(b=this.tooltipDOM.getElementsByClassName("ev-chart-tooltip-custom"))==null?void 0:b[0];if(!s&&!this.tooltipDOM)return;this.tooltipDOM.style.display="block";const l=s.offsetWidth,a=s.offsetHeight;this.tooltipDOM.style.height="auto",this.tooltipBodyDOM.style.height=`${a+6}px`;const r=document.body.clientWidth,c=document.body.clientHeight,d=(y=this.tooltipDOM)==null?void 0:y.getBoundingClientRect(),h=20,u=r-l-h,f=c-(d==null?void 0:d.height)-h,p=n+h,g=o+h,m=n-l-h,x=o-(d==null?void 0:d.height)-h;this.tooltipDOM.style.left=p>u?`${m}px`:`${p}px`,this.tooltipDOM.style.top=g>f?`${x}px`:`${g}px`},drawCustomTooltip(e){var n,o,s,l;const t=(n=this.options)==null?void 0:n.tooltip;if((o=t.formatter)!=null&&o.html){this.tooltipDOM.innerHTML="";const a=[];Object.keys(e).forEach(c=>{a.push({sId:c,data:e[c].data,color:e[c].color,name:e[c].name,dataId:e[c].id,index:e[c].index})});const r=j.htmlToElement((s=t==null?void 0:t.formatter)==null?void 0:s.html(a));r&&this.tooltipDOM.appendChild(r),this.tooltipDOM.style.overflowY="hidden",this.tooltipDOM.style.backgroundColor=t.backgroundColor,this.tooltipDOM.style.border=`1px solid ${t.borderColor}`,this.tooltipDOM.style.color=((l=t.fontColor)==null?void 0:l.title)??t.fontColor}},setTooltipDOMStyle(e){var t;if(this.tooltipDOM.style.overflowY="hidden",this.tooltipDOM.style.backgroundColor=e.backgroundColor,this.tooltipDOM.style.border=`1px solid ${e.borderColor}`,this.tooltipDOM.style.color=((t=e.fontColor)==null?void 0:t.title)??e.fontColor,this.tooltipHeaderDOM.style.fontSize=`${e.fontSize.title}px`,this.tooltipHeaderDOM.style.fontFamily=this.getFontStyle("title"),e.useShadow){const n=`rgba(0, 0, 0, ${e.shadowOpacity})`;this.tooltipDOM.style.boxShadow=`2px 2px 2px ${n}`}this.tooltipDOM.style.display="block"},drawItemsHighlight(e,t){Object.keys(e.items).forEach(n=>{var s;const o=this.seriesList[n];o.itemHighlight(e.items[n],t,e.items[n].index,(s=this.options)==null?void 0:s.unSelectedOpacity),j.isDoughnutHole(o.type)&&this.drawDoughnutHole(t)})},drawIndicator(e,t){var d;const n=this.overlayCtx,[o,s]=e,l={x1:this.chartRect.x1+this.labelOffset.left,x2:this.chartRect.x2-this.labelOffset.right,y1:this.chartRect.y1+this.labelOffset.top,y2:this.chartRect.y2-this.labelOffset.bottom},a=15,r=15,c=this.options;o>=l.x1-a&&o<=l.x2+a&&s>=l.y1-r&&s<=l.y2+r&&(n.beginPath(),n.save(),n.strokeStyle=t,n.lineWidth=1,(d=c.indicator)!=null&&d.segments&&n.setLineDash(c.indicator.segments),c.horizontal?(n.moveTo(l.x1,s+.5),n.lineTo(l.x2,s+.5)):(n.moveTo(o+.5,l.y1),n.lineTo(o+.5,l.y2)),n.stroke(),n.restore(),n.closePath())},getTimeLabel(e){var h,u;const t=this.options;if(t.syncHover===!1||!t.horizontal&&!t.axesX.every(({type:f})=>f==="time")||t.horizontal&&!t.axesY.every(({type:f})=>f==="time"))return null;const n=+((h=this.data.labels)==null?void 0:h[0]),o=+((u=this.data.labels)==null?void 0:u[this.data.labels.length-1]);if(n==null||o==null)return null;const[s,l]=e,a={x1:this.chartRect.x1+this.labelOffset.left,x2:this.chartRect.x2-this.labelOffset.right,y1:this.chartRect.y1+this.labelOffset.top,y2:this.chartRect.y2-this.labelOffset.bottom};if(t.horizontal){const f=a.y2-a.y1,g=(l-a.y1)*(o-n)/f+n;return Math.round(g)}const r=a.x2-a.x1,d=(s-a.x1)*(o-n)/r+n;return Math.round(d)},drawSyncedIndicator({horizontal:e,label:t,mousePosition:n,dataLabel:o}){var g,m;if(!this._canDrawSyncedIndicator(e,n))return;if(o){this.drawSyncedIndicatorForTooltip({dataLabel:o,mousePosition:n});return}const s=+((g=this.data.labels)==null?void 0:g[0]),l=+((m=this.data.labels)==null?void 0:m[this.data.labels.length-1]),[a,r]=n,{top:c,bottom:d,left:h,right:u}=this.chartDOM.getBoundingClientRect();if(gt(a,h,u)&&gt(r,d,c))return;this.overlayClear();const p={x1:this.chartRect.x1+this.labelOffset.left,x2:this.chartRect.x2-this.labelOffset.right,y1:this.chartRect.y1+this.labelOffset.top,y2:this.chartRect.y2-this.labelOffset.bottom};if(e){const b=(p.y2-p.y1)*(t-s)/(l-s)+p.y1;this.drawIndicator([p.x2,b],this.options.indicator.color)}else{const b=(p.x2-p.x1)*(t-s)/(l-s)+p.x1;this.drawIndicator([b,p.y2],this.options.indicator.color)}},_canDrawSyncedIndicator(e,t){return!t||!!e!=!!this.options.horizontal?!1:this._isTimeBasedSyncEnabled(e)&&this._hasValidTimeRange()},_isTimeBasedSyncEnabled(e){var n,o;return this.options.syncHover===!1||!((o=(n=this.data)==null?void 0:n.labels)!=null&&o.length)?!1:e?this.options.axesY.every(({type:s})=>s==="time"):this.options.axesX.every(({type:s})=>s==="time")},_hasValidTimeRange(){var n,o;const e=+((n=this.data.labels)==null?void 0:n[0]),t=+((o=this.data.labels)==null?void 0:o[this.data.labels.length-1]);return e!=null&&t!=null},drawSyncedIndicatorForTooltip({dataLabel:e,mousePosition:t}){var u,f,p,g,m,x,b,y,w,I,M,v,_;if(!((u=this.data)!=null&&u.labels)||!e)return;const n=this.data.labels.findIndex(C=>(C==null?void 0:C.valueOf())===(e==null?void 0:e.valueOf()));if(n===-1){this.overlayClear();return}const{horizontal:o}=this.options,s=this.chartDOM.getBoundingClientRect(),[l,a]=t;if(gt(l,s.left,s.right)&&gt(a,s.bottom,s.top))return;this.overlayClear();const c={x1:this.chartRect.x1+this.labelOffset.left,x2:this.chartRect.x2-this.labelOffset.right,y1:this.chartRect.y1+this.labelOffset.top,y2:this.chartRect.y2-this.labelOffset.bottom},d=this.data.labels.length;let h;if(o){const C=c.y2-c.y1,S=(f=this.options.axesY)==null?void 0:f.some(B=>B.categoryMode),E=(p=this.options.axesY)==null?void 0:p.some(B=>B.type==="time");let k;if(S)k=c.y1+C*(n+.5)/d;else if(E){const B=(m=(g=this.axesSteps)==null?void 0:g.y)==null?void 0:m[0],D=(B==null?void 0:B.graphMin)??+((x=this.data.labels)==null?void 0:x[0]),O=(B==null?void 0:B.graphMax)??+((b=this.data.labels)==null?void 0:b[this.data.labels.length-1]);k=c.y1+C*(+e-D)/(O-D)}else k=c.y1+C*n/(d-1);h=[c.x2,k]}else{const C=c.x2-c.x1,S=(y=this.options.axesX)==null?void 0:y.some(B=>B.categoryMode),E=(w=this.options.axesX)==null?void 0:w.some(B=>B.type==="time");let k;if(S)k=c.x1+C*(n+.5)/d;else if(E){const B=(M=(I=this.axesSteps)==null?void 0:I.x)==null?void 0:M[0],D=(B==null?void 0:B.graphMin)??+((v=this.data.labels)==null?void 0:v[0]),O=(B==null?void 0:B.graphMax)??+((_=this.data.labels)==null?void 0:_[this.data.labels.length-1]);k=c.x1+C*(+e-D)/(O-D)}else k=c.x1+C*n/(d-1);h=[k,c.y2]}this.drawIndicator(h,this.options.indicator.color)},tooltipClear(){this.clearRectRatio=this.pixelRatio<1?this.pixelRatio:1,this.tooltipCtx.clearRect(0,0,this.tooltipCanvas.width/this.clearRectRatio,this.tooltipCanvas.height/this.clearRectRatio),this.tooltipDOM.style.display="none"},alignSeriesList(e){const t=this.data.groups,n=this.seriesList,o=[];return t.forEach(s=>{s.slice().reverse().forEach(l=>{const a=n[l];a&&a.showLegend&&e.includes(l)&&o.push(l)})}),Object.keys(n).forEach(s=>{const l=n[s];!l.isExistGrp&&l.showLegend&&e.includes(s)&&o.push(s)}),o},tooltipDestroy(){this.tooltipDOM&&(this.tooltipDOM.remove(),this.tooltipDOM=null),this.isInitTooltip=!1}},UC={pieDataSet:[],drawPie(e){var I;const t=this.bufferCtx,n=this.chartRect,o=this.pieDataSet,s=this.options,l=this.options.padding,a=!!s.doughnutHoleSize;let r,c,d,h=1.5*Math.PI,u,f,p;const g=n.width/2,m=n.height/2,x=g-(l.left+l.right),b=m-(l.bottom+l.top);if(typeof x=="number"&&x<0||typeof b=="number"&&b<0)return;const y=Math.min(x,b)*s.doughnutHoleSize,w=Math.min(x,b);for(let M=0;M<o.length;M++){const v=o[M];if(!v)return;let _=w-(w-y)/o.length*M;if((I=s==null?void 0:s.pieStroke)!=null&&I.use&&(_-=s.pieStroke.lineWidth),_<0)return;if(v.or=_,M<o.length-1?v.ir=w-(w-y)/o.length*(M+1):v.ir=1,v.total){for(let C=0;C<v.data.length;C++)if(r=v.data[C],c=r.value,p=c/v.total*100,d=2*Math.PI*(c/v.total),u=h+d,r.sa=h,r.ea=u,f=this.seriesList[r.id],c){const S={...s.pieStroke};v.data.length===1&&s.pieStroke.use&&(S.use=!1,t.lineWidth=s.pieStroke.lineWidth,t.strokeStyle=s.pieStroke.color,t.arc(g,m,_,0,2*Math.PI),t.stroke());const{selectInfo:E,legendHitInfo:k,unSelectedOpacity:B}=e;f.isSelect=(E==null?void 0:E.sId)===r.id,f.isDownplay=k&&k.sId!==r.id,f.type=a?"doughnut":"pie",f.centerX=g,f.centerY=m,f.radius=_,f.doughnutHoleSize=_*(s.doughnutHoleSize??0),f.startAngle=h,f.endAngle=u,f.data={o:c,percentage:p},f.draw(t,S,B),h+=d}}}},drawSunburst(e){var m;const t=this.bufferCtx,{width:n,height:o}=this.chartRect,s=this.pieDataSet,l=this.options,a=this.options.padding;this.calculateAngle();let r,c;const d=n/2,h=o/2,u=d-(a.left+a.right),f=h-(a.bottom+a.top);if(typeof u=="number"&&u<0||typeof f=="number"&&f<0)return;const p=Math.min(u,f)*l.doughnutHoleSize,g=Math.min(u,f);for(let x=0;x<s.length;x++){const b=s[x];if(!b)return;let y=g-(g-p)/s.length*x;if((m=l==null?void 0:l.pieStroke)!=null&&m.use&&(y-=l.pieStroke.lineWidth),y<0)return;b.or=y,x<s.length-1?b.ir=g-(g-p)/s.length*(x+1):b.ir=1;for(let w=0;w<b.data.length;w++)if(r=b.data[w],r.id==="dummy")t.save(),t.globalCompositeOperation="destination-out",t.beginPath(),t.fillStyle="#fff",t.lineWidth=2,t.strokeStyle="#fff",t.moveTo(d,h),t.arc(d,h,y,r.sa,r.ea),t.stroke(),t.fill(),t.closePath(),t.restore();else if(c=this.seriesList[r.id],r.value){const I={...l.pieStroke};b.data.length===1&&l.pieStroke.use&&(I.use=!1,t.lineWidth=l.pieStroke.lineWidth,t.strokeStyle=l.pieStroke.color,t.arc(d,h,y,0,2*Math.PI),t.stroke());const{selectInfo:M,legendHitInfo:v,unSelectedOpacity:_}=e;c.isSelect=(M==null?void 0:M.sId)===r.id,c.isDownplay=v&&v.sId!==r.id,c.type="sunburst",c.centerX=d,c.centerY=h,c.radius=y,c.doughnutHoleSize=y*(l.doughnutHoleSize??0),c.startAngle=r.sa,c.endAngle=r.ea,c.data={o:r.value},c.draw(t,I,_)}}},drawDoughnutHole(e=this.bufferCtx){var h;const t=this.options,{width:n,height:o}=this.chartRect,s=this.options.padding,l=n/2,a=o/2,r=l-(s.left+s.right),c=a-(s.bottom+s.top);if(typeof r=="number"&&r<0||typeof c=="number"&&c<0)return;const d=Math.min(r,c)*t.doughnutHoleSize;e.save(),e.globalCompositeOperation="destination-out",e.beginPath(),e.fillStyle="#fff",e.fillOpacity=0,e.arc(l,a,d,0,2*Math.PI),e.fill(),e.strokeStyle="#fff",e.stroke(),e.closePath(),e.restore(),(h=t==null?void 0:t.pieStroke)!=null&&h.use&&(e.beginPath(),e.strokeStyle=t.pieStroke.color,e.lineWidth=t.pieStroke.lineWidth,e.arc(l,a,d,0,Math.PI*2),e.stroke(),e.closePath()),this.pieDataSet[this.pieDataSet.length-1].ir=d}},jC={drawTips(e){var h,u,f,p,g,m;const t=this.options;let n=null;const o=!!t.horizontal,s=t.maxTip,l=t.selectItem,a=t.selectLabel;let r,c;typeof((h=t.tooltip)==null?void 0:h.formatter)=="function"?n=(u=t.tooltip)==null?void 0:u.formatter:typeof((p=(f=t.tooltip)==null?void 0:f.formatter)==null?void 0:p.value)=="function"&&(n=(m=(g=t.tooltip)==null?void 0:g.formatter)==null?void 0:m.value),a.use&&a.showTip&&(c=t.type==="heatMap"?this.drawLabelTipForHeatMap():this.drawTipForSelectedLabel());const d=x=>{e.forEach(b=>{if(b){const y=this.seriesList[b==null?void 0:b.sId];if(!(y!=null&&y.show))return;const w=this.calculateTipInfo(y,"sel",b);if(w){let I=!1;if(s.use&&(r==null?void 0:r.dp)===w.dp&&(I=!0),x.showTextTip||x.showTip){if(x.tipText==="label"){const M=o?t.axesY[0]:t.axesX[0],v=w.label;w.text=M.type==="time"?at(v).format(M.timeFormat):v}else w.text=$t(w.value);this.drawTextTip({opt:x,tipType:"sel",seriesOpt:y,isSamePos:I,...w})}x.showIndicator&&this.drawFixedIndicator({opt:x,seriesOpt:y,...w})}b&&(b!=null&&b.label)&&(b==null?void 0:b.label)===0&&(this.lastHitInfo=b)}})};if(e&&!c&&(l.use?d(l):a.use&&t.type==="line"&&d(a)),s.use&&!c){const x=this.minMax[o?"x":"y"][0].maxSID,b=this.seriesList[x];r=this.calculateTipInfo(b,"max",null),s.use&&r&&(n?r.text=n({seriesId:b.sId,x:o?r.value:void 0,y:o?void 0:r.value}):r.text=$t(r.value),this.drawTextTip({opt:s,tipType:"max",seriesOpt:b,...r}),s.showIndicator&&this.drawFixedIndicator({opt:s,seriesOpt:b,...r}))}},calculateTipInfo(e,t,n){if(!e)return!1;const o=!!this.options.horizontal,s=this.lastTip,l=this.chartRect,a=this.labelOffset,r={x1:l.x1+a.left,x2:l.x2-a.right,y1:l.y1+a.top,y2:l.y2-a.bottom},c=l.chartHeight-(a.top+a.bottom),d=l.chartWidth-(a.left+a.right),h=this.axesSteps.x[e.xAxisIndex],u=this.axesSteps.y[e.yAxisIndex],f=r.x1,p=r.x2,g=r.y2,{type:m,size:x}=e,{maxDomain:b,maxDomainIndex:y}=e.minMax;if(b===null||y<0)return!1;let w=m==="bar"?y:b;t==="sel"&&(n&&n.label!==null?(s.pos=m==="bar"?n.maxIndex:n.label,w=s.pos):s.pos!==null&&(w=s.pos));let I=o?e.minMax.maxX:e.minMax.maxY,M;if(t==="sel"){if(n&&n.value!==null)I=n.useStack?n.acc:n.value,M=n.label,s.value=I,s.label=M;else if(s.value!==null)I=s.value,M=s.label;else if(s.pos!==null){const k=m==="bar"?this.getItemByLabelIndex(s.pos):this.getItemByLabel(s.pos);I=k.useStack?k.acc:k.value,M=k.label,s.value=I,s.label=M}}let v,_,C;if(m==="bar"){const k=o?this.scrollbar.y:this.scrollbar.x;if(k!=null&&k.use){const[B,D]=(k==null?void 0:k.range)??[];if(w>=B&&w<=D)w-=B??0;else return!1}o?(_=Math.round(x.h/2),v=g-x.cat*w-x.cPad,C=v-(x.bar*x.ix-(x.h+x.bPad))-_):(_=Math.round(x.w/2),v=f+x.cat*w+x.cPad,C=v+(x.bar*x.ix-(x.w+x.bPad))+_)}else m==="line"?C=ie.calculateX(w,h.graphMin,h.graphMax,d-x.comboOffset,f+x.comboOffset/2):m==="scatter"&&(C=ie.calculateX(w,h.graphMin,h.graphMax,d,f));return{...{xArea:d,yArea:c,graphX:h,graphY:u,xsp:f,xep:p,ysp:g},...{dp:C,value:I,label:M,type:m}}},drawFixedIndicator(e){const t=!!this.options.horizontal,n=this.bufferCtx,{graphX:o,graphY:s,xArea:l,yArea:a,xsp:r,ysp:c,dp:d,type:h,value:u,opt:f,seriesOpt:p}=e;let g=0;h==="line"?g+=3:h==="scatter"&&(g+=(p==null?void 0:p.pointSize)??0);let m;if(f.fixedPosTop)t?m=ie.calculateX(o.graphMax,o.graphMin,o.graphMax,l,r):(m=ie.calculateY(s.graphMax,s.graphMin,s.graphMax,a,c),m-=g);else if(t){const x=Math.min(Math.max(u,o.graphMin),o.graphMax);m=ie.calculateX(x,o.graphMin,o.graphMax,l,r)}else{const x=Math.min(Math.max(u,s.graphMin),s.graphMax);m=ie.calculateY(x,s.graphMin,s.graphMax,a,c),m-=g}d!==null&&(n.beginPath(),n.save(),n.strokeStyle=f.indicatorColor,n.lineWidth=2,t?(n.moveTo(r,d),n.lineTo(m,d)):(n.moveTo(d,c),n.lineTo(d,m)),n.stroke(),n.restore(),n.closePath())},drawTipForSelectedLabel(){var r,c;const e=this.options,t=!!e.horizontal,n=e.selectLabel,{dataIndex:o,data:s,label:l}=this.defaultSelectInfo;let a=!1;if(o.length){a=!0;const d=this.chartRect,h=this.labelOffset,u={x1:d.x1+h.left,x2:d.x2-h.right,y1:d.y1+h.top,y2:d.y2-h.bottom},f=t?this.axesY[0]:this.axesX[0],p=t?this.axesX[0]:this.axesY[0],g=t?this.axesSteps.x[0]:this.axesSteps.y[0],m=t?ie.calculateX:ie.calculateY,x=t?ie.calculateY:ie.calculateX,b=t?this.scrollbar.y:this.scrollbar.x,y=d.chartWidth-(h.left+h.right),w=d.chartHeight-(h.top+h.bottom),I=t?y:w,M=u[p.units.rectStart];let v=this.options.type==="bar"?4:6;v*=t?1:-1;const _=Object.keys(this.seriesList??{}),C=_.filter(z=>this.seriesList[z].show),S=_.some(z=>this.seriesList[z].isExistGrp&&!this.seriesList[z].isOverlapping),E=((r=this.data.groups)==null?void 0:r[0])??[];let k,B,D,O,R,T,N,L,V,P=0,A=(c=f.labels)==null?void 0:c.length;if(f.labels){let z=f.labels.length;if(b!=null&&b.use){const{range:$,interval:U,type:H}=b,[X,Y]=$;ve(X)&&ve(Y)&&(z=Math.floor((+Y-+X)/U)+1,P=H==="step"?X:f.labels.findIndex(K=>K===+X),A=H==="step"?Y:f.labels.findIndex(K=>K===+Y))}O=u[f.units.rectStart],R=u[f.units.rectEnd],T=(R-O)/z}else N=this.axesSteps.x[0],L=_.find(z=>{var $;return(($=this.seriesList[z])==null?void 0:$.type)==="line"}),V=this.seriesList[L].size;s.forEach((z,$)=>{var U;if(D=g.graphMax,!n.fixedPosTop){if(S){const H=C==null?void 0:C.reduce((K,q)=>{var Q,J;return E.includes(q)&&(((Q=z[q])==null?void 0:Q.value)??z[q])>0?K+(((J=z[q])==null?void 0:J.value)??z[q]):K},0),X=((U=C==null?void 0:C.filter(K=>!E.includes(K)))==null?void 0:U.map(K=>{var q;return((q=z[K])==null?void 0:q.value)??z[K]}))??[],Y=(X==null?void 0:X.length)>0?X.reduce((K,q)=>Math.max(K,q??-1/0),-1/0):-1/0;D=H>0?Math.max(Y,H):Math.max(Y,0)}else if(C.length){const H=C.map(Y=>{var K;return((K=z[Y])==null?void 0:K.value)??z[Y]}),X=H.length>0?H.reduce((Y,K)=>Math.max(Y,K??-1/0),-1/0):-1/0;D=X>0||this.options.type!=="bar"?X:0}}if(f.labels){if(o[$]<P||o[$]>A)return;const H=o[$]-P;k=Math.round(O+T*H)+T/2}else k=x(l[$],N.graphMin,N.graphMax,y-V.comboOffset,u.x1+V.comboOffset/2);B=m(D,g.graphMin,g.graphMax,I,M)+v,this.showTip({context:this.bufferCtx,x:t?B:k,y:t?k:B,opt:n,isSamePos:!1})})}return a},drawLabelTipForHeatMap(){const e=this.options,t=!!e.horizontal,n=e.selectLabel,{dataIndex:o}=this.defaultSelectInfo;let s=!1;if(o){s=!0;const l=this.chartRect,a=this.labelOffset,r={x1:l.x1+a.left,x2:l.x2-a.right,y1:l.y1+a.top,y2:l.y2-a.bottom},c=t?this.axesY[0]:this.axesX[0],d=r[c.units.rectStart],u=(r[c.units.rectEnd]-d)/c.labels.length,f=t?this.axesX[0]:this.axesY[0],p=6*(t?1:-1),g=r[f.units.rectEnd]+p;o==null||o.forEach(m=>{const b=Math.round(d+u*m)+u/2;this.showTip({context:this.bufferCtx,x:t?g:b,y:t?b:g,opt:n,isSamePos:!1})})}return s},drawTextTip(e){const t=!!this.options.horizontal,n=this.bufferCtx,{graphX:o,graphY:s,xArea:l,yArea:a,xsp:r,xep:c,ysp:d}=e,{dp:h,value:u,text:f,opt:p,type:g,tipType:m,isSamePos:x,seriesOpt:b}=e,y=4,w=4,{fontSize:I,fontFamily:M,fontWeight:v,height:_}=p.tipStyle,C=`normal normal ${v} ${I}px ${M}`;let S=1;g==="line"?S+=6:g==="scatter"?S+=b==null?void 0:b.pointSize:g==="bar"&&(S+=4);let E,k=h;if(p.fixedPosTop)t?(E=ie.calculateX(o.graphMax,o.graphMin,o.graphMax,l,r),E+=S):(E=ie.calculateY(s.graphMax,s.graphMin,s.graphMax,a,d),E-=S);else if(t){const O=Math.min(Math.max(u,o.graphMin),o.graphMax);E=ie.calculateX(O,o.graphMin,o.graphMax,l,r),E=u<0?E-S:E+S}else{const O=g==="bar"&&u<0?0:u,R=Math.min(Math.max(O,s.graphMin),s.graphMax);E=ie.calculateY(R,s.graphMin,s.graphMax,a,d),E=O<0?E+S:E-S}let B="center";n.save(),n.font=C;const D=Math.round(Math.max(n.measureText(f).width+12,40));t||(h+D/2>c-10?(B="right",k-=D/2-y*2):h-D/2<r+10&&(B="left",k+=D/2-y*2)),n.restore(),(p.showTextTip||m==="max")&&this.showTextTip({context:n,type:B,width:D,height:_,x:t?E+D/2:k,y:t?k+_/2:E,opt:p,arrowSize:y,borderRadius:w,text:f,textStyle:C,isNegative:u<0}),p.showTip&&m==="sel"&&this.showTip({context:n,x:t?E:h,y:t?h:E,opt:p,isSamePos:x})},showTextTip(e){const t=!!this.options.horizontal,{type:n,width:o,height:s,x:l,y:a,arrowSize:r,borderRadius:c,text:d,opt:h,textStyle:u,isNegative:f}=e,p=e.context;let g=l-o/2,m=l+o/2;const x=a-s,b=a;f&&t&&(g=l-o/2-o,m=l-o/2),p.save(),p.font=u,p.fillStyle=h.tipBackground??h.tipStyle.background,p.shadowBlur=0,p.beginPath(),p.moveTo(g+c,x),p.quadraticCurveTo(g,x,g,x+c),p.lineTo(g,b-c),p.quadraticCurveTo(g,b,g+c,b),p.lineTo(m-c,b),p.quadraticCurveTo(m,b,m,b-c),p.lineTo(m,x+c),p.quadraticCurveTo(m,x,m-c,x),p.lineTo(g+c,x),p.closePath(),p.fill(),p.beginPath(),t?(f?(p.moveTo(m,b),p.lineTo(m,x+c+r/2),p.lineTo(m+r,b-s/2),p.lineTo(m,b-c-r/2)):(p.moveTo(g,x),p.lineTo(g,x+c+r/2),p.lineTo(g-r,b-s/2),p.lineTo(g,b-c-r/2)),p.closePath(),p.fill()):(f?n==="left"?(p.lineTo(g+c+r,b+r),p.lineTo(g+c+r*2,b)):n==="right"?(p.lineTo(m-r*2-c,b),p.lineTo(m-r-c,b+r)):(p.lineTo(l-r,b),p.lineTo(l,b+r),p.lineTo(l+r,b)):f||(n==="left"?(p.moveTo(g,x),p.lineTo(g+c+r,b+r),p.lineTo(g+c+r*2,b)):n==="right"?(p.moveTo(m,x),p.lineTo(m-r*2-c,b),p.lineTo(m-r-c,b+r)):(p.lineTo(l-r,b),p.lineTo(l,b+r),p.lineTo(l+r,b))),p.closePath(),p.fill()),p.restore(),p.save(),p.font=u,p.fillStyle=h.tipTextColor??h.tipStyle.textColor,p.textBaseline="middle",p.textAlign="center",p.fillText(`${d}`,g+o/2,x+s/2),p.restore()},showTip(e){const t=!!this.options.horizontal,{x:n,y:o,opt:s,isSamePos:l}=e,a=e.context,c=o-(l?24:0);a.save(),a.fillStyle=s.tipBackground??s.tipStyle.background,a.beginPath(),a.moveTo(n,c),t?(a.lineTo(n+6,c-6),a.lineTo(n+6,c+6)):(a.lineTo(n+6,c-6),a.lineTo(n-6,c-6)),a.lineTo(n,c),a.closePath(),a.fill(),a.restore()}};let Pr=class{constructor(t,n,o,s,l,a,r){Object.keys(Nr).forEach(c=>Object.assign(this,Nr[c])),o.brush||(Object.assign(this,XC),Object.assign(this,WC),Object.assign(this,jC),Object.assign(this,_C),Object.assign(this,UC),Object.assign(this,NC),Object.assign(this,AC)),o.type==="heatMap"&&o.legend.type==="gradient"&&Object.assign(this,PC),this.isMobile=Sh(),this.brushSeries=r,this.target=t,this.data=n,this.options=o,this.listeners=s,this.wrapperDOM=document.createElement("div"),this.wrapperDOM.className=o.brush?"ev-chart-brush-wrapper":"ev-chart-wrapper",this.chartDOM=document.createElement("div"),this.chartDOM.className=o.brush?"ev-chart-brush-container":"ev-chart-container",this.wrapperDOM.appendChild(this.chartDOM),this.target.appendChild(this.wrapperDOM),this.displayCanvas=document.createElement("canvas"),this.displayCanvas.setAttribute("style","display: block;"),this.displayCtx=this.displayCanvas.getContext("2d"),this.bufferCanvas=document.createElement("canvas"),this.bufferCanvas.setAttribute("style","display: block;"),this.bufferCtx=this.bufferCanvas.getContext("2d"),this.pixelRatio=window.devicePixelRatio||1,this.oldPixelRatio=this.pixelRatio,this.chartDOM.appendChild(this.displayCanvas),o.brush||(this.overlayCanvas=document.createElement("canvas"),this.overlayCanvas.setAttribute("style","display: block; z-index: 2;"),this.overlayCanvas.setAttribute("class","overlay-canvas"),this.overlayCtx=this.overlayCanvas.getContext("2d"),this.chartDOM.appendChild(this.overlayCanvas),this.overlayCanvas.style.position="absolute",this.overlayCanvas.style.top="0px",this.overlayCanvas.style.left="0px"),this.isInitLegend=!1,this.isInitTitle=!1,this.isInit=!1,this.scrollbar={x:{isInit:!1},y:{isInit:!1}},this.seriesList={},this.lastTip={pos:null,value:null},this.seriesInfo={charts:{pie:[],bar:[],line:[],scatter:[],heatMap:[]},count:0},this.defaultSelectItemInfo=l,this.defaultSelectInfo=a,this.legendHover=null}init(){var u;const{series:t,data:n,labels:o,groups:s}=this.data,{type:l,axesX:a,axesY:r,tooltip:c,horizontal:d,realTimeScatter:h}=this.options;this.createSeriesSet(t,l,d,s),s.length&&this.addGroupInfo(s),h!=null&&h.use?(this.dataSet={},this.createRealTimeScatterDataSet(n)):this.createDataSet(n,o),this.minMax=this.getStoreMinMax(),this.initRect(),this.axesX=this.createAxes("x",a),this.axesY=this.createAxes("y",r),this.initDefaultSelectInfo(),this.drawChart(),c.use&&!this.isInitTooltip&&this.createTooltipDOM(),(u=this.createEventFunctions)==null||u.call(this),this.isInit=!0}_updateSeriesCount(){this.seriesInfo.count=Object.values(this.seriesList).filter(t=>t.show).length}initRect(){var n,o,s,l,a,r;const t=this.options;t.title.show&&(this.isInitTitle||this.initTitle(),this.showTitle()),t.legend.show&&!t.legend.external?(this.isInitLegend||this.initLegend(),this.setLegendPosition()):t.legend.show&&t.legend.external&&this._updateSeriesCount(),((s=(o=(n=t.axesX)==null?void 0:n[0])==null?void 0:o.scrollbar)!=null&&s.use||(r=(a=(l=t.axesY)==null?void 0:l[0])==null?void 0:a.scrollbar)!=null&&r.use)&&this.initScrollbar(),this.chartRect=this.getChartRect()}drawSyncedIndicator({horizontal:t,label:n,mousePosition:o}){this.drawSyncedIndicator({horizontal:t,label:n,mousePosition:o})}adjustXAndYAxisWidth(){var o,s,l,a;const t=(r,c,d)=>{const{interval:h,graphMin:u,graphMax:f,steps:p=0,minIndex:g,maxIndex:m,indexInterval:x}=r??{};let b=[];if((d==null?void 0:d.type)==="step"&&g!==void 0&&m!==void 0&&x!==void 0){const{labels:y}=this.data,w=c==="x"?(y==null?void 0:y.x)??y??[]:(y==null?void 0:y.y)??y??[];b=[];for(let I=g;I<=m;I+=x)w[I]!==void 0&&b.push(w[I])}else if(h)b=Array.from({length:p},(y,w)=>u+w*h),b.push(f);else{const{labels:y}=this.data;b=c==="x"?(y==null?void 0:y.x)??y??[]:(y==null?void 0:y.y)??y??[]}return b},n={x:(s=(o=this.axesRange)==null?void 0:o.x)==null?void 0:s.map((r,c)=>{var g,m,x;const d=this.axesX[c],h=(g=this.axesSteps)==null?void 0:g.x[c],u=t(h,"x",d),f=ve((m=d==null?void 0:d.labelStyle)==null?void 0:m.fixWidth)?d.labelStyle.fixWidth:0,p=((x=d==null?void 0:d.getLabelWidthHasMaxLength)==null?void 0:x.call(d,u,this.chartRect))??0;return{...r,size:{width:f||Math.max(p,r.size.width),height:r.size.height}}}),y:(a=(l=this.axesRange)==null?void 0:l.y)==null?void 0:a.map((r,c)=>{var g,m,x;const d=this.axesY[c],h=(g=this.axesSteps)==null?void 0:g.y[c],u=t(h,"y",d),f=ve((m=d==null?void 0:d.labelStyle)==null?void 0:m.fixWidth)?d.labelStyle.fixWidth:0,p=((x=d==null?void 0:d.getLabelWidthHasMaxLength)==null?void 0:x.call(d,u,this.chartRect))??0;return{...r,size:{width:f||Math.max(p,r.size.width),height:r.size.height}}})};this.axesRange=n,this.labelOffset=this.getLabelOffset(n),this.labelRange=this.getAxesLabelRange(),this.axesSteps=this.calculateSteps()}emitAxesScaleChange(){var c;if(typeof((c=this.listeners)==null?void 0:c["axes-scale-change"])!="function")return;const t=this._lastEmittedAxesRange,n=this.labelRange,o=(d,h)=>(d==null?void 0:d.min)===(h==null?void 0:h.min)&&(d==null?void 0:d.max)===(h==null?void 0:h.max),s=({min:d,max:h})=>({minSteps:d,maxSteps:h}),l=n.x.every((d,h)=>{var f;return!!!((f=this.options.axesX[h])!=null&&f.scaleChange)||!!t&&o(d,t.x[h])}),a=n.y.every((d,h)=>{var f;return!!!((f=this.options.axesY[h])!=null&&f.scaleChange)||!!t&&o(d,t.y[h])});if(l&&a)return;this._lastEmittedAxesRange=n;const r={x:n.x.map(s),y:n.y.map(s)};this.listeners["axes-scale-change"](r)}drawChart(t){var n,o,s,l,a,r;this.initScale(),this.axesRange=this.getAxesRange(),this.labelOffset=this.getLabelOffset(),this.labelRange=this.getAxesLabelRange(),this.axesSteps=this.calculateSteps(),this.adjustXAndYAxisWidth(),this.emitAxesScaleChange(),this.drawAxis(t),this.drawSeries(t),((o=(n=this.scrollbar)==null?void 0:n.x)!=null&&o.use||(l=(s=this.scrollbar)==null?void 0:s.y)!=null&&l.use)&&(this.initScrollbar(),this.updateScrollbarPosition()),this.drawTip(),this.bufferCanvas&&((a=this.bufferCanvas)==null?void 0:a.width)>1&&((r=this.bufferCanvas)==null?void 0:r.height)>1&&this.displayCtx.drawImage(this.bufferCanvas,0,0)}collectDuplicatePoints(t,n){var s,l,a;const o=!!this.options.seriesReverse;for(let r=o?n.length-1:0;o?r>=0:r<n.length;o?r--:r++){const c=this.seriesList[n[r]];if(!!(c!=null&&c.show))if((s=this.options.realTimeScatter)!=null&&s.use){const h=(l=c.data[c.sId])==null?void 0:l.dataGroup;for(let u=0;u<h.length;u++){const f=((a=h[u])==null?void 0:a.data)||[];for(let p=0;p<f.length;p++){const g=f[p];t.set(`${g.x}${g.y}`,c.sId)}}}else{const h=this.data.data[n[r]]??[];for(let u=0;u<h.length;u++){const f=h[u];t.set(`${f.x}${f.y}`,c.sId)}}}}drawSeries(t){var g;const{maxTip:n,selectLabel:o,selectItem:s,selectSeries:l,brush:a,displayOverflow:r,unSelectedOpacity:c}=this.options,d={ctx:this.bufferCtx,chartRect:this.chartRect,labelOffset:this.labelOffset,axesSteps:this.axesSteps,maxTipOpt:{background:n.background,color:n.color},selectLabel:{option:o,selected:this.defaultSelectInfo},selectSeries:{option:l,selected:this.defaultSelectInfo},selectItem:{option:s,selected:this.defaultSelectItemInfo},overlayCtx:this.overlayCtx,isBrush:!!a,displayOverflow:r,unSelectedOpacity:c};let h=0,u=0;this.seriesInfo.charts.bar.forEach(m=>{this.seriesList[m].show&&u++});const f=new Map,p=Object.keys(this.seriesInfo.charts);for(let m=0;m<p.length;m++){const x=p[m],b=this.seriesInfo.charts[x];x==="scatter"&&this.options.coordinateDedupe&&this.collectDuplicatePoints(f,b);for(let y=0;y<b.length;y++){let w=this.seriesList[b[y]];switch(x){case"line":{const I=t==null?void 0:t.legend;w.draw({legendHitInfo:I,...d});break}case"heatMap":{const I=t==null?void 0:t.legend;w.draw({legendHitInfo:I,...d});break}case"bar":{const I=t==null?void 0:t.legend,{thickness:M,cPadRatio:v,borderRadius:_}=this.options;w.draw({thickness:M,cPadRatio:v,borderRadius:_,showSeriesCount:u,showIndex:h,legendHitInfo:I,...d}),w.show&&h++;break}case"pie":{const I=this.lastHitInfo??{sId:(g=this.defaultSelectItemInfo)==null?void 0:g.seriesID},M=t==null?void 0:t.legend;this.options.sunburst?this.drawSunburst({selectInfo:I,legendHitInfo:M,unSelectedOpacity:d.unSelectedOpacity}):this.drawPie({selectInfo:I,legendHitInfo:M,unSelectedOpacity:d.unSelectedOpacity}),this.options.doughnutHoleSize>0&&this.drawDoughnutHole();break}case"scatter":{const I=t==null?void 0:t.legend;let M;if(s.use&&s.useSeriesOpacity){const v=this.lastHitInfo,_=this.defaultSelectItemInfo;v!=null&&v.maxIndex||(v==null?void 0:v.maxIndex)===0?M={seriesID:v.sId,dataIndex:v.maxIndex}:_!=null&&_.dataIndex||(_==null?void 0:_.dataIndex)===0?M={..._}:M=null}this.options.seriesReverse&&(w=this.seriesList[b.at(-1-y)]),w.draw({legendHitInfo:I,selectInfo:M,duple:f,coordinateDedupe:this.options.coordinateDedupe,...d});break}}}}}drawTip(){var n;let t;this.lastHitInfo?t=this.lastHitInfo:this.defaultSelectItemInfo?t=this.getItem(this.defaultSelectItemInfo,!1):this.defaultSelectInfo&&this.options.selectLabel.use?t=this.getItem(this.defaultSelectInfo,!1):t=null,(n=this.drawTips)==null||n.call(this,t)}createAxes(t,n=[]){const o=this.bufferCtx,l=this.options.type==="heatMap"?this.data.labels[t]:this.data.labels,a=this.options;return n.map(r=>{switch(r.type){case"linear":return new DC(t,r,o,a);case"time":return r.categoryMode?new LC(t,r,o,l,a):new BC(t,r,o,a);case"log":return new OC(t,r,o);case"step":return new RC(t,r,o,l,a);default:return!1}})}getAxesRange(){const t=this.axesX.map((o,s)=>o.calculateScaleRange(this.minMax.x[s],this.scrollbar.x,this.chartRect)),n=this.axesY.map((o,s)=>o.calculateScaleRange(this.minMax.y[s],this.scrollbar.y,this.chartRect));return{x:t,y:n}}drawAxis(t){this.axesX.forEach((n,o)=>{n.draw(this.chartRect,this.labelOffset,this.axesSteps.x[o],t,this.defaultSelectInfo,this.data.labels)}),this.axesY.forEach((n,o)=>{n.draw(this.chartRect,this.labelOffset,this.axesSteps.y[o],t,this.defaultSelectInfo)})}calculateSteps(){const t=this.axesX.map((o,s)=>{const l={minValue:this.axesRange.x[s].min,maxValue:this.axesRange.x[s].max,minIndex:this.axesRange.x[s].minIndex,maxIndex:this.axesRange.x[s].maxIndex,minSteps:this.labelRange.x[s].min,maxSteps:this.labelRange.x[s].max};return o.calculateSteps(l)}),n=this.axesY.map((o,s)=>{const l={minValue:this.axesRange.y[s].min,maxValue:this.axesRange.y[s].max,minIndex:this.axesRange.y[s].minIndex,maxIndex:this.axesRange.y[s].maxIndex,minSteps:this.labelRange.y[s].min,maxSteps:this.labelRange.y[s].max};return o.calculateSteps(l)});return{x:t,y:n}}getAxesLabelRange(){const t=this.axesX.map((o,s)=>{const l=this.axesRange.x[s].size;return o.calculateLabelRange("x",this.chartRect,this.labelOffset,l.width)}),n=this.axesY.map((o,s)=>{const l=this.axesRange.y[s].size;return o.calculateLabelRange("y",this.chartRect,this.labelOffset,l.height)});return{x:t,y:n}}initScale(){const t=window.devicePixelRatio||1,n=this.displayCtx.webkitBackingStorePixelRatio||this.displayCtx.mozBackingStorePixelRatio||this.displayCtx.msBackingStorePixelRatio||this.displayCtx.oBackingStorePixelRatio||this.displayCtx.backingStorePixelRatio||1;this.pixelRatio=t/n,this.oldPixelRatio!==this.pixelRatio&&(this.oldPixelRatio=this.pixelRatio),this.bufferCtx.scale(this.pixelRatio,this.pixelRatio),this.overlayCtx&&this.overlayCtx.scale(this.pixelRatio,this.pixelRatio)}getChartDOMRect(){var s;const t=(s=this.chartDOM)==null?void 0:s.getBoundingClientRect(),n=(t==null?void 0:t.width)||10,o=(t==null?void 0:t.height)||10;return this.setWidth(n),this.setHeight(o),{width:n,height:o}}getChartRect(){var M,v,_,C;const{width:t,height:n}=this.getChartDOMRect(),o=this.options.padding,s=(v=(M=this.options.axesX)==null?void 0:M[0])==null?void 0:v.title,l=(C=(_=this.options.axesY)==null?void 0:_[0])==null?void 0:C.title,a=10;let r=0;s!=null&&s.use&&(s!=null&&s.text)&&(r=(isNaN(s==null?void 0:s.fontSize)?12:s==null?void 0:s.fontSize)+a);let c=0;l!=null&&l.use&&(l!=null&&l.text)&&(c=(isNaN(l==null?void 0:l.fontSize)?12:l==null?void 0:l.fontSize)+a);const d=this.scrollbar.x,h=this.scrollbar.y;let u=0;d!=null&&d.use&&(u=d==null?void 0:d.height);let f=0;h!=null&&h.use&&(f=h==null?void 0:h.width);const p=o.left+o.right+f,g=o.top+o.bottom+r+c+u,m=t>p?t-p:t,x=n>g?n-g:n,b=o.left,y=Math.max(t-o.right-f,b+2),w=o.top+c,I=Math.max(n-o.bottom-r-u,w+2);return{x1:b,x2:y,y1:w,y2:I,chartWidth:m,chartHeight:x,width:t,height:n}}setWidth(t){this.displayCanvas&&(this.displayCanvas.width=t*this.pixelRatio,this.displayCanvas.style.width=`${t}px`,this.bufferCanvas.width=t*this.pixelRatio,this.bufferCanvas.style.width=`${t}px`,this.overlayCanvas&&(this.overlayCanvas.width=t*this.pixelRatio,this.overlayCanvas.style.width=`${t}px`))}setHeight(t){this.displayCanvas&&(this.displayCanvas.height=t*this.pixelRatio,this.displayCanvas.style.height=`${t}px`,this.bufferCanvas.height=t*this.pixelRatio,this.bufferCanvas.style.height=`${t}px`,this.overlayCanvas&&(this.overlayCanvas.height=t*this.pixelRatio,this.overlayCanvas.style.height=`${t}px`))}getLabelOffset(t=null){const n=this.axesX,o=this.axesY,s=t??this.axesRange,l={top:2,left:2,right:2,bottom:2},a={width:14,height:4};let r=0,c=0;return n.forEach((d,h)=>{var u;(u=d.labelStyle)!=null&&u.show&&(r=s.x[h].size.width+a.width,c=s.x[h].size.height+a.height,d.position==="bottom"?c>l.bottom&&(l.bottom=c):d.position==="top"&&c>l.top&&(l.top=c),l.left=r/2>l.left?r/2:l.left,l.right=r/2>l.right?r/2:l.right)}),o.forEach((d,h)=>{var u;(u=d.labelStyle)!=null&&u.show&&(r=s.y[h].size.width+a.width,d.position==="left"?r>l.left&&(l.left=r):d.position==="right"&&r>l.right&&(l.right=r),l.top=c/2>l.top?c/2:l.top,l.bottom=c/2>l.bottom?c/2:l.bottom)}),l}update(t){var x,b,y,w,I,M,v;const n=this.options,o=this.data.data,s=this.data.labels,l=this.data.groups,a=this.data.series,{updateSeries:r,updateSelTip:c,updateLegend:d,updateData:h,updateTooltip:u,updateByScrollbar:f,lightUpdate:p}=t;if(!this.isInit)return;if(f&&((x=this.updateScrollbar)==null||x.call(this,h)),this.resetProps(),this.updateSeries=r,r&&(this.seriesInfo=null,this.seriesList=null,this.lastTip=null,this.seriesInfo={charts:{pie:[],bar:[],line:[],scatter:[],heatMap:[]},count:0},this.seriesList={},this.lastTip={pos:null,value:null},this.createSeriesSet(a,n.type,n.horizontal,l),this.legendDOM&&!n.legend.external&&this.updateLegend()),c.update&&(this.lastTip.value=null,c.keepDomain||(this.lastTip.pos=null,this.lastHitInfo=null)),!p)if(l.length&&this.addGroupInfo(l),(b=this.options.realTimeScatter)!=null&&b.use?(this.dataSet||(this.dataSet={}),this.createRealTimeScatterDataSet(o)):this.createDataSet(o,s),n.title.show?(this.isInitTitle?this.updateTitle():this.initTitle(),this.showTitle()):this.isInitTitle&&this.hideTitle(),n.legend.show&&!n.legend.external){const _=!!((w=(y=n.legend)==null?void 0:y.table)!=null&&w.use)&&n.type!=="heatMap"&&n.type!=="scatter";this.isInitLegend?r?this.updateLegend():d?this.forceUpdateLegend():_&&h&&this.updateLegendTableValues():this.initLegend(),this.setLegendPosition(),this.updateLegendContainerSize(),this.showLegend()}else n.legend.show&&n.legend.external?(r||h)&&(this._updateSeriesCount(),this.emitLegendData()):this.isInitLegend&&this.hideLegend();u&&(this.isInitTooltip||this.createTooltipDOM(),this.tooltipDOM.innerHTML="",(M=(I=n.tooltip)==null?void 0:I.formatter)!=null&&M.html||this.setDefaultTooltipLayout()),this.minMax=this.getStoreMinMax(),this.axesX=this.createAxes("x",n.axesX),this.axesY=this.createAxes("y",n.axesY),this.initDefaultSelectInfo();let g=t==null?void 0:t.hitInfo;!(g!=null&&g.legend)&&((v=this.legendHover)!=null&&v.sId)&&(g={...g||{},legend:this.legendHover}),this.render(g),this.dragInfo&&this.drawSelectionArea?this.drawSelectionArea(this.dragInfo):this.dragInfoBackup&&(this.dragInfoBackup=null)}resetProps(){this.axesX[0]=null,this.axesY[0]=null,this.axesX=null,this.axesY=null,this.minMax=null,this.axesRange=null,this.labelOffset=null,this.chartRect=null}overlayClear(){this.clearRectRatio=this.pixelRatio<1?this.pixelRatio:1,this.overlayCtx.clearRect(0,0,this.overlayCanvas.width/this.clearRectRatio,this.overlayCanvas.height/this.clearRectRatio)}clear(){this.clearRectRatio=this.pixelRatio<1?this.pixelRatio:1,this.displayCanvas&&this.displayCtx.clearRect(0,0,this.displayCanvas.width/this.clearRectRatio,this.displayCanvas.height/this.clearRectRatio),this.bufferCanvas&&this.bufferCtx.clearRect(0,0,this.bufferCanvas.width/this.clearRectRatio,this.bufferCanvas.height/this.clearRectRatio),this.overlayCanvas&&this.overlayCtx.clearRect(0,0,this.overlayCanvas.width/this.clearRectRatio,this.overlayCanvas.height/this.clearRectRatio)}resize(t){var n,o,s;(n=this.scrollbar)!=null&&n.x&&delete this.scrollbar.x.savedPosition,(o=this.scrollbar)!=null&&o.y&&delete this.scrollbar.y.savedPosition,this.clear(),this.bufferCtx.restore(),this.bufferCtx.save(),this.initRect(),this.initScale(),this.chartRect=this.getChartRect(),this.drawChart(),this.dragInfoBackup&&((s=this.drawSelectionArea)==null||s.call(this,this.dragInfoBackup)),t&&t(!0)}render(t){this.isInit&&(this.clear(),this.chartRect=this.getChartRect(),this.drawChart(t))}_getLegendSeries(){var n;const t=(n=this.data.groups)==null?void 0:n.at(0);return t?t.filter(o=>{var s;return(s=this.seriesList[o])==null?void 0:s.showLegend}).map(o=>[o,this.seriesList[o]]):Object.entries(this.seriesList).filter(([,o])=>o.showLegend)}_seriesToLegendItem(t){const n=typeof t.color!="string"?t.color[t.color.length-1][1]:t.color;return{sId:t.sId,name:t.name,color:n,type:t.type,show:t.show,fill:t.fill,fillColor:t.fillColor}}buildLegendData(){return this._getLegendSeries().map(([,t])=>this._seriesToLegendItem(t))}emitLegendData(){typeof this.listeners["update:legendData"]=="function"&&this.listeners["update:legendData"](this.buildLegendData())}toggleSeries(t){var d;const n=this.seriesList[t];if(!n)return;const o=this.options.legend,s=this._getLegendSeries();if(o.clickMode==="active")s.every(([,f])=>f.show)?(s.forEach(([,f])=>{f.show=!1}),n.show=!0,this.seriesInfo.count=1):n.show?(n.show=!1,this.seriesInfo.count--):(n.show=!0,this.seriesInfo.count++),s.every(([,f])=>!f.show)&&(s.forEach(([,f])=>{f.show=!0}),this.seriesInfo.count=s.length);else{if(n.show&&this.seriesInfo.count===1)return;n.show?(n.show=!1,this.seriesInfo.count--):(n.show=!0,this.seriesInfo.count++)}if(this.brushSeries){const{chartIdx:h}=this.data,u=[...this.brushSeries.list];u[h]=this.seriesList,this.brushSeries.list=u,this.brushSeries.chartIdx=h}((d=this.options.eventBehavior)==null?void 0:d.legendClick)!=="emitOnly"&&this.update({updateSeries:!1,updateSelTip:{update:!0,keepDomain:!0}});const a=Object.values(this.seriesList).filter(h=>h.show).map(h=>h.sId),r=a.length===Object.values(this.seriesList).length,c={data:{seriesIds:r?[]:a,isActiveAll:r}};typeof this.listeners["click-legend"]=="function"&&this.listeners["click-legend"](c),this.options.legend.show&&this.options.legend.external&&this.emitLegendData()}highlightSeries(t){const n={sId:t,type:this.options.type};this.legendHover=n,this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1},hitInfo:{legend:n},lightUpdate:!0})}unhighlightSeries(){this.legendHover=null,this.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1},hitInfo:{legend:null},lightUpdate:!0})}destroy(){if(!this.isInit)return;const t=this.target;for(this.options.legend.show&&!this.options.legend.external&&(this.legendBoxDOM&&(this.legendBoxDOM.removeEventListener("click",this.onLegendBoxClick),this.legendBoxDOM.removeEventListener("mouseover",this.onLegendBoxOver),this.legendBoxDOM.removeEventListener("mouseleave",this.onLegendBoxLeave),this.options.legend.type==="gradient"&&this.legendBoxDOM.removeEventListener("mousedown",this.onLegendMouseDown),this.options.legend.virtualScroll&&!this.useTable&&(this.legendBoxDOM.removeEventListener("resize",this.updateVisibleRowCount),this.legendBoxDOM.removeEventListener("scroll",this.renderVisibleLegends))),this.resizeDOM&&this.resizeDOM.removeEventListener("mousedown",this.onResizeMouseDown)),this.overlayCanvas&&(this.overlayCanvas.removeEventListener("mousemove",this.onMouseMove),this.overlayCanvas.removeEventListener("mouseleave",this.onMouseLeave),this.overlayCanvas.removeEventListener("dblclick",this.onDblClick),this.overlayCanvas.removeEventListener("click",this.onClick),this.overlayCanvas.removeEventListener("mousedown",this.onMouseDown),this.overlayCanvas.removeEventListener("wheel",this.onWheel),window.removeEventListener("click",this.dragTouchSelectionEvent)),this.isInitTooltip&&this.tooltipDestroy(),this.renderVisibleLegendsFrameId!=null&&(cancelAnimationFrame(this.renderVisibleLegendsFrameId),this.renderVisibleLegendsFrameId=null),this.updateVisibleRowCountFrameId!=null&&(cancelAnimationFrame(this.updateVisibleRowCountFrameId),this.updateVisibleRowCountFrameId=null),this.wrapperDOM=null,this.chartDOM=null,this.legendDOM=null,this.legendBoxDOM=null,this.resizeDOM=null,this.ghostDOM=null,this.titleDOM=null,this.displayCanvas=null,this.bufferCanvas=null,this.overlayCanvas=null;t.hasChildNodes();)t.removeChild(t.firstChild)}hideTooltip(){var t;this.options.tooltip.use&&((t=this.tooltipDOM)!=null&&t.style)&&(this.tooltipDOM.style.display="none")}initDefaultSelectInfo(){var s,l;const{type:t,selectLabel:n,selectSeries:o}=this.options;if(n.use){let a=null;t==="heatMap"&&(n!=null&&n.useBothAxis)&&(a=(s=this.defaultSelectInfo)==null?void 0:s.targetAxis),this.defaultSelectInfo=(l=this.defaultSelectInfo)!=null&&l.dataIndex?this.getSelectedLabelInfoWithLabelData(this.defaultSelectInfo.dataIndex,a):{dataIndex:[],label:[],data:[]}}o.use&&!this.defaultSelectInfo&&(this.defaultSelectInfo={seriesId:[]})}};const YC={name:"EvChartToolbar",props:{toolbar:{type:Object,default:()=>({})}},emits:["onClickToolbar"]},GC={class:"ev-chart-toolbar"},ZC={class:"ev-chart-toolbar__icon"};function qC(e,t,n,o,s,l){const a=i.resolveComponent("ev-icon");return i.openBlock(),i.createElementBlock("div",GC,[i.createElementVNode("div",ZC,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.$props.toolbar.items,(r,c)=>(i.openBlock(),i.createBlock(a,{key:`${c}-${r.icon}`,class:i.normalizeClass(c),icon:r.icon,size:r.size,title:r.title,onClick:d=>e.$emit("onClickToolbar",d,c)},null,8,["class","icon","size","title","onClick"]))),128))])])}const Ar=le(YC,[["render",qC],["__scopeId","data-v-dfbffbab"]]);class KC{constructor(t,n,o,s,l,a,r){this.isExecuteZoom=l,this.evChartProps=t.props,this.evChartCloneData=n.data,this.brushIdx=a;const c=o.zoom;this.setEvChartZoomOptions(c),this.setIcon(s);const d=n.data[0].labels.length-1;this.cloneLabelsLastIdx=d,this.isAnimationFinish=!0,this.zoomAreaMemory={previous:[],current:[[0,d]],latest:[]},r&&(this.emitFunc=r,r.updateZoomStartIdx(0),r.updateZoomEndIdx(d)),c.useWheelMove&&(this.wrapWheelMoveZoomArea=this.wheelMoveZoomArea.bind(this)),this.evChartDomContainers=c.useAnimation?this.drawAnimationCanvas(t.dom):t.dom}setEvChartZoomOptions(t){this.evChartZoomOptions=t}setIcon(t){if(!t)return;const n=t.querySelector(".dragZoom");this.resetIcon=t.querySelector(".reset"),this.previousIcon=t.querySelector(".previous"),this.latestIcon=t.querySelector(".latest"),this.dragZoomIcon=n,this.iconStyle(n,"enable")}drawAnimationCanvas(t){return t.forEach(n=>{const o=document.createElement("canvas");o.setAttribute("style","display: block;"),o.setAttribute("class","animation-canvas"),o.style.position="absolute",n.appendChild(o)}),t}setEventListener(t){const n=t?"addEventListener":"removeEventListener";this.isUseZoomMode=t,this.evChartDomContainers.forEach(o=>{o[n]("wheel",this.wrapWheelMoveZoomArea)})}wheelMoveZoomArea(t){t.preventDefault();const[n,o]=this.zoomAreaMemory.current[0];if(n===o)return;let s,l;if(t.deltaY>0){if(!n)return;s=n-1,l=o-1}else{if(o===this.cloneLabelsLastIdx)return;s=n+1,l=o+1}this.isUseToolbar=!0,this.executeZoom(s,l),this.zoomAreaMemory.current[0]=[s,l]}clickMoveZoomArea(t){if(!this.zoomAreaMemory[t].length)return;const[n,o]=this.zoomAreaMemory[t].pop();this.isUseToolbar=!0,this.executeZoom(n,o),this.setZoomAreaMemory(n,o,t==="previous"?"latest":"previous")}dragZoom({data:t,range:{dragSelectionInfo:n}}){const{dragXsp:o,dragXep:s,exceptAxesYChartWidth:l,chartTitle:a}=n,{options:r,data:c}=this.evChartProps,d=r.length>1?r.findIndex(h=>{var u;return(((u=h==null?void 0:h.title)==null?void 0:u.text)??"")===a}):0;if(r[d].axesX[0].type==="time"){const h=t[0].items,u=h[0].x,f=h[h.length-1].x,p=c[d].labels,g=this.evChartCloneData[d].labels,[m,x]=this.zoomAreaMemory.current[0];let b=g.findIndex(v=>+v.$d==+u.$d),y=g.findLastIndex(v=>+v.$d==+f.$d);const w=v=>l/(p.length-1)*(v-m);let I=w(b);if(b===y&&(I-o>=s-I?b-=1:y+=1),b===m&&y===x)return;b-y===-1&&(I=w(b));const M=w(y);this.evChartZoomOptions.useAnimation?this.dragZoomAnimation(n,b,y,I,M):(this.executeZoom(b,y),this.setZoomAreaMemory(b,y))}}dragZoomAnimation(t,n,o,s,l){const{chartRange:a,exceptAxesYChartWidth:r,exceptAxesXChartHeight:c}=t,d=window.devicePixelRatio||1,h=Array.from(this.evChartDomContainers).map(u=>{const f=u.querySelector(".animation-canvas");return[u.children[0],f]});for(let u=0;u<h.length;u++){const[f,p]=h[u],g=p.getContext("2d");p.style.top=`${a.y1}px`,p.style.left=`${a.x1}px`,p.width=r*d,p.style.width=`${r}px`,p.height=c*d,p.style.height=`${c}px`,p.style.display==="none"&&(p.style.display="block"),this.isAnimationFinish=!1,this.isUseToolbar=!0,this.executeDragZoomAnimation(f,g,t,s,l).then(m=>{p.style.display="none",m&&u===h.length-1&&(this.isAnimationFinish=m,this.executeZoom(n,o),this.setZoomAreaMemory(n,o))})}}executeZoom(t,n){this.isExecuteZoom&&(this.isExecuteZoom.value=!0);for(let o=0;o<this.evChartCloneData.length;o++){const{data:s,labels:l,series:a}=this.evChartCloneData[o],r=this.evChartProps.data[o],c=Object.keys(a);for(let d=0;d<c.length;d++){const h=c[d];r.data[h]=s[h].filter((u,f)=>t<=f&&n>=f)}r.labels=l.filter((d,h)=>t<=h&&n>=h)}!this.brushIdx.isUseButton&&!this.brushIdx.isUseScroll&&(this.brushIdx.start=t,this.brushIdx.end=n),this.emitFunc&&(this.emitFunc.updateZoomStartIdx(t),this.emitFunc.updateZoomEndIdx(n))}setBrushIdx(t,n){this.brushIdx.end=-1;for(let o=0;o<n.value.length;o++){const s=t.data[n.value[o]];s.labels.length&&(this.brushIdx.start=0,this.brushIdx.end=s.labels.length-1)}}updateEvChartCloneData(t,n,o,s){const l=t.data[0].labels.length-1;if(this.cloneLabelsLastIdx=l,this.evChartCloneData=t.data,s){const a=this.zoomAreaMemory.current[0];let r=a[0],c=a[1];r===0&&c===-1&&(r=0,c=l,this.zoomAreaMemory={previous:[],current:[[r,c]],latest:[]}),this.emitFunc&&(this.emitFunc.updateZoomStartIdx(r),this.emitFunc.updateZoomEndIdx(c)),this.executeZoom(r,c)}else this.dragZoomIcon&&this.dragZoomIcon.classList.remove("active"),this.zoomAreaMemory={previous:[],current:[[0,l]],latest:[]},this.emitFunc&&(this.emitFunc.updateZoomStartIdx(0),this.emitFunc.updateZoomEndIdx(l)),this.setIconStyle(o),this.setBrushIdx(t,n)}setZoomAreaMemory(t,n,o){if(t<0||n<=0)return;const{previous:s,current:l,latest:a}=this.zoomAreaMemory,r=l.pop(),{bufferMemoryCnt:c}=this.evChartZoomOptions;o?(s.length>=c&&s.splice(0,s.length-c+1),this.zoomAreaMemory[o].push(r)):(t!==r[0]||n!==r[1])&&(r[0]===0&&r[1]===-1?s.push([0,this.cloneLabelsLastIdx]):s.push(r),a.length=0),l.push([t,n]),this.setIconStyle(this.isUseZoomMode)}executeDragZoomAnimation(t,n,o,s,l){const{chartRange:a,exceptAxesYChartWidth:r,exceptAxesXChartHeight:c}=o;let d=0,h=s,u=l-s,f=l,p=1;const g=.0015;let m=.5;const x=.1,b=.05,y=50,w=Math.ceil(y*(s/r)),I=Math.ceil(y*((r-l)/r)),M=v=>(n.clearRect(0,0,r,c),h<=0&&u>=r?(t.style.opacity="initial",v(!0)):(m>=x&&(t.style.opacity=m,m-=b),n.globalAlpha=p,n.drawImage(t,a.x1,a.y1,s,c,d,0,s,c),n.drawImage(t,a.x1+s,a.y1,l-s,c,h,0,u,c),n.drawImage(t,a.x1+l,a.y1,r,c,f,0,r,c),p-=g,d-=w,h-=w,u+=w+I,f+=I,requestAnimationFrame(()=>M(v))));return new Promise(v=>M(v))}setIconStyle(t){const n=(o,s)=>{s?this.iconStyle(o,"enable"):this.iconStyle(o,"disable")};if(t&&this.dragZoomIcon.classList.contains("active")){const{previous:o,latest:s}=this.zoomAreaMemory;n(this.previousIcon,o.length),n(this.latestIcon,s.length),this.iconStyle(this.resetIcon,"enable")}else n(this.resetIcon),n(this.previousIcon),n(this.latestIcon)}iconStyle(t,n){if(!t)return;const[o,s]=n==="enable"?[1,"initial"]:[.5,"none"];t.style.opacity=o,t.style.pointerEvents=s}initZoom(){if(!this.isAnimationFinish)return;const[t,n]=this.zoomAreaMemory.current[0],o=this.cloneLabelsLastIdx;(t!==0||n!==o)&&(this.isUseToolbar=!0,this.executeZoom(0,o),this.setZoomAreaMemory(0,o))}}const JC={padding:{top:20,right:2,left:2,bottom:4},border:2,title:{show:!1,height:40,text:"",style:{fontSize:15,color:"#000",fontFamily:"Roboto"}},legend:{show:!0,type:"icon",position:"right",color:"#353740",inactive:"#aaa",width:140,height:24,allowResize:!1,virtualScroll:!1,clickMode:"active",external:!1,table:{use:!1,columns:{name:{title:"Name"},min:{title:"MIN",use:!1},max:{title:"MAX",use:!1},avg:{title:"AVG",use:!1},total:{title:"TOTAL",use:!1},last:{title:"LAST",use:!1}}}},itemHighlight:!0,seriesHighlight:!0,unSelectedOpacity:.3,useSelect:!1,doughnutHoleSize:0,pieStroke:{use:!0,lineWidth:2,color:"#FFFFFF"},reverse:!1,horizontal:!1,overlapping:{use:!1},width:"100%",height:"100%",thickness:1,cPadRatio:0,borderRadius:0,combo:!1,tooltip:{use:!0,sortByValue:!0,backgroundColor:"#4C4C4C",fontColor:"#FFFFFF",borderColor:"#666666",shadowOpacity:.25,useShadow:!1,throttledMove:!1,debouncedHide:!1,useScrollbar:!1,textOverflow:"wrap",fontFamily:"Roboto",colorShape:"rect",fontSize:{title:16,contents:14},rowPadding:{top:0,bottom:3,right:20,left:16},showHeader:!0},indicator:{use:!0,color:"#EE7F44",segments:null},maxTip:{use:!1,fixedPosTop:!1,showIndicator:!1,indicatorColor:"#000000",tipStyle:{height:20,background:"#000000",textColor:"#FFFFFF",fontSize:14,fontFamily:"Roboto",fontWeight:400}},selectItem:{use:!1,useClick:!0,showTextTip:!1,tipText:"value",showTip:!1,showIndicator:!1,fixedPosTop:!1,useApproximateValue:!1,indicatorColor:"#000000",tipStyle:{height:20,background:"#000000",textColor:"#FFFFFF",fontSize:14,fontFamily:"Roboto",fontWeight:400},useSeriesOpacity:!1,useDeselectItem:!1,showBorder:!1,borderStyle:{color:"#FFFFFF",lineWidth:1,opacity:1,radius:0}},selectLabel:{use:!1,useClick:!0,tipText:"value",limit:1,useDeselectOverflow:!1,showTip:!1,useSeriesOpacity:!0,useLabelOpacity:!0,fixedPosTop:!1,useApproximateValue:!1,tipBackground:"#000000",indicatorColor:"#000000",tipStyle:{height:20,background:"#000000",textColor:"#FFFFFF",fontSize:14,fontFamily:"Roboto",fontWeight:400},showTextTip:!1,showIndicator:!1,useBothAxis:!1},selectSeries:{use:!1,useClick:!0,limit:1,useDeselectOverflow:!1},dragSelection:{use:!1,keepDisplay:!0,size:50,fillColor:"#38ACEC",opacity:.65},zoom:{bufferMemoryCnt:100,keepZoomStatus:!1,useAnimation:!0,useWheelMove:!0,toolbar:{show:!1,items:{previous:{icon:"ev-icon-allow2-left",size:"medium",title:"Previous"},latest:{icon:"ev-icon-allow2-right",size:"medium",title:"Latest"},reset:{icon:"ev-icon-redo",size:"medium",title:"Reset"},dragZoom:{icon:"ev-icon-zoomin",size:"medium",title:"Drag Zoom"}}}},heatMapColor:{min:"#FFFFFF",max:"#0052FF",rangeCount:1,colorsByRange:[],stroke:{show:!1,color:"#FFFFFF",lineWidth:1,opacity:1,radius:0},error:"#FF0000",decimalPoint:0},seriesReverse:!1,coordinateDedupe:!0,eventBehavior:{legendClick:"update"}},QC={series:{},groups:[],labels:[],data:{}},eS=()=>{let e=null,t=0;const n=200;return{clickEventCallback:l=>{t++,t===1&&(e=setTimeout(()=>{t===1&&l(),t=0},n))},dblClickEventCallback:l=>{e&&(clearTimeout(e),e=null),l(),t=0}}},zr=(e,t)=>{const{props:n,emit:o}=i.getCurrentInstance(),s=f=>{const p=Fe({},f,JC);return(f.type==="scatter"||f.type==="heatMap")&&!(f!=null&&f.tooltip)&&(p.tooltip.use=!1),f.type==="pie"&&!(f!=null&&f.padding)&&(p.padding={top:2,right:2,left:2,bottom:4}),p},l=f=>Fe(f,QC),a=Se(n.selectedItem),r=Se(n.selectedLabel??(e==null?void 0:e.value)),c=Se(n.selectedSeries),{clickEventCallback:d,dblClickEventCallback:h}=eS();return{eventListeners:{click:async f=>{await i.nextTick(),d(()=>{const{seriesId:p,dataIndex:g,eventTarget:m,targetAxis:x}=(f==null?void 0:f.selected)??{},{eventTarget:b}=(f==null?void 0:f.deselected)??{};switch(m){case"item":{p!==null?(o("update:selectedItem",{seriesID:p,dataIndex:g}),b==="label"&&o("update:selectedLabel",{dataIndex:[]})):o("update:selectedItem",null);break}case"label":{e!=null&&e.value?e.value.dataIndex=g:(o("update:selectedLabel",{dataIndex:g,targetAxis:x}),b==="item"&&o("update:selectedItem",null));break}case"series":{o("update:selectedSeries",{seriesId:p});break}}o("click",f)})},"dbl-click":async f=>{await i.nextTick(),h(()=>{const{eventTarget:p}=f;switch(p){case"series":{o("update:selectedSeries",{seriesId:f.seriesId?[f.seriesId]:[]});break}}o("dbl-click",f)})},"drag-select":async f=>{await i.nextTick(),o("drag-select",f)},"mouse-move":async f=>{t!=null&&t.value&&(t.value=f.hoveredLabel),await i.nextTick(),o("mouse-move",f)},"mouse-leave":()=>{t!=null&&t.value&&(t.value.label=null)},"click-legend":async f=>{await i.nextTick(),o("click-legend",f)},"update:legendData":async f=>{await i.nextTick(),o("update:legendData",f)},"axes-scale-change":f=>{o("axes-scale-change",f)}},selectItemInfo:a,selectLabelInfo:r,selectSeriesInfo:c,getNormalizedData:l,getNormalizedOptions:s}},Fr=e=>{const t=i.ref(),n=i.computed(()=>{const o=s=>{let l;return s?l=s.unit?s.value+s.unit:`${s.value}px`:l=void 0,l};return{width:o(Jl(e.width)),height:o(Jl(e.height))}});return{wrapper:t,wrapperStyle:n}},Hr=(e,{wrapper:t,evChartGroupRef:n},o,s)=>{const{props:l,emit:a}=i.getCurrentInstance(),r=i.ref(!1),c=i.ref(!1),d=i.ref(!0),h=i.ref(),u=i.reactive({zoom:e.zoom}),f=i.reactive({start:0,end:-1,isUseButton:!1,isUseScroll:!1});let p=null;const g=i.reactive({dom:[],props:{data:[],options:[]}}),m=i.reactive({data:null,options:null}),x=i.ref([]),b=S=>{S.data.length&&S.range&&c.value&&p.dragZoom(S)},y=()=>{g.props.options.forEach((S,E)=>{if(S.zoom={...S.zoom,use:c.value,getRangeInfo:b},c.value)S.dragSelection={...S.dragSelection,use:!0,keepDisplay:!1};else{const{use:k,keepDisplay:B}=m.options[E].dragSelection??{};S.dragSelection={use:!!k,keepDisplay:!!B}}})},w=()=>{if(n!=null&&n.value?(g.dom=n.value.querySelectorAll(".ev-chart-container"),g.dom.length&&s.value.forEach(({data:S,options:E},k)=>{S.chartIdx=k,g.props.data.push(S),g.props.options.push(E),x.value.push(k)})):(g.dom=[t.value.querySelector(".ev-chart-container")],g.props.data.push(l.data),g.props.options.push(l.options)),g.props.data.length){m.data=Se(g.props.data),m.options=Se(g.props.options);const S={updateZoomStartIdx:E=>a("update:zoomStartIdx",E),updateZoomEndIdx:E=>a("update:zoomEndIdx",E)};p=new KC(g,m,u,h.value,r,f,S)}},I=S=>{m.data[0].labels.length<=1||(c.value=!c.value,S?S.classList.toggle("active"):h.value.querySelector(".dragZoom").classList.toggle("active"),y(),p.setIconStyle(c.value),p.setEventListener(c.value))},M=(S,E)=>{if(p.isAnimationFinish)switch(E){case"dragZoom":I(S.target);break;case"reset":p.initZoom();break;case"previous":case"latest":p.clickMoveZoomArea(E);break}};i.onUpdated(()=>{p&&h.value&&p.setIcon(h.value)});const v=S=>{!Ye(S.zoom,u.zoom)&&(u.zoom=S.zoom,p?(!u.zoom.toolbar.show&&c.value&&I(),p.setEvChartZoomOptions(u.zoom)):u.zoom.toolbar.show&&!n&&w())},_=S=>{d.value?(r.value||(m.data=n?Se(S):[Se(S)],u.zoom.keepZoomStatus?d.value=!1:(c.value=!1,y()),p&&p.updateEvChartCloneData(m,x,c.value,u.zoom.keepZoomStatus)),r.value=!1):d.value=!0},C=(S,E)=>{if(p.isUseToolbar){p.isUseToolbar=!1;return}c.value&&(p.executeZoom(S,E),p.setZoomAreaMemory(S,E))};return i.watch(()=>[f.start,f.end],([S,E],[k])=>{if(o!=null&&o.value)if(typeof o.value.dataIndex=="number")S>=(k??0)?o.value.dataIndex-=S-(k??0):o.value.dataIndex+=k-S;else for(let B=0;B<o.value.dataIndex.length;B++)S>=(k??0)?o.value.dataIndex[B]-=S-(k??0):o.value.dataIndex[B]+=k-S;(f.isUseButton||f.isUseScroll)&&p.executeZoom(S,E)}),i.watch(()=>[f.isUseButton,f.isUseScroll],([S,E],[k,B])=>{k&&!S?p.setZoomAreaMemory(f.start,f.end):B&&!E&&(p.zoomAreaMemory.current[0]=[f.start,f.end])}),{evChartZoomOptions:u,evChartInfo:g,evChartToolbarRef:h,evChartClone:m,brushIdx:f,createEvChartZoom:w,setOptionsForUseZoom:v,setDataForUseZoom:_,controlZoomIdx:C,onClickToolbar:M}},tS={name:"EvChart",components:{EvChartToolbar:Ar},directives:{resize:wn},props:{selectedItem:{type:Object,default:null},selectedLabel:{type:Object,default:null},selectedSeries:{type:Object,default:null},options:{type:Object,default:()=>({})},data:{type:Object,default:()=>({})},resizeTimeout:{type:Number,default:0},zoomStartIdx:{type:Number,default:0},zoomEndIdx:{type:Number,default:0},realTimeScatterReset:{type:Boolean,default:!1},legendData:{type:Array,default:()=>[]}},emits:["click","dbl-click","drag-select","mouse-move","update:selectedItem","update:selectedLabel","update:selectedSeries","update:zoomStartIdx","update:zoomEndIdx","update:realTimeScatterReset","click-legend","update:legendData","axes-scale-change"],setup(e,{emit:t}){let n=null;const o=i.ref(!1),s=i.inject("isChartGroup",!1),l=i.inject("brushSeries",{list:[],chartIdx:null}),a=i.inject("groupSelectedLabel",null),r=i.inject("groupHoveredLabel",null),c=i.inject("brushIdx",{start:0,end:-1}),d=i.inject("evChartPropsInGroup",[]),{eventListeners:h,selectItemInfo:u,selectLabelInfo:f,selectSeriesInfo:p,getNormalizedData:g,getNormalizedOptions:m}=zr(a,r),x=g(e.data),b=m(e.options),y=i.computed(()=>e.selectedLabel),w=i.computed(()=>e.selectedItem),{wrapper:I,wrapperStyle:M}=Fr(b),{evChartZoomOptions:v,evChartToolbarRef:_,createEvChartZoom:C,setOptionsForUseZoom:S,setDataForUseZoom:E,controlZoomIdx:k,onClickToolbar:B}=s?{}:Hr(b,{wrapper:I,evChartGroupRef:null},e.selectedLabel?y:w,d),D=()=>{var z;let P;b.selectLabel.use?P=f:b.selectSeries.use&&(P=p);const A=(z=e.options.realTimeScatter)!=null&&z.use?{...e.data,groups:[],labels:[]}:x;n=new Pr(I.value,A,b,h,u,P,l)},O=()=>{n&&(n.init(),!s&&b.zoom.toolbar.show&&C(),b.legend.show&&b.legend.external&&n.emitLegendData())};i.watch(()=>e.options,P=>{var H,X;const A=m(P),z=((X=(H=n.options)==null?void 0:H.legend)==null?void 0:X.show)??!1,$=!Ye(A.legend.table,n.options.legend.table),U=A.tooltip.use&&!Ye(A.tooltip,n.options.tooltip);n.options=Se(A),n.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1},updateLegend:$,updateTooltip:U}),A.legend.show&&A.legend.external&&!z&&n.emitLegendData(),s||S(A)},{deep:!0,flush:"post"}),i.watch(()=>e.data,P=>{var U,H;const A=(U=e.options.realTimeScatter)!=null&&U.use?{...P,groups:[],labels:[]}:g(P),z=!Ye(A.series,n.data.series)||!Ye(A.groups,n.data.groups)||e.options.type==="heatMap",$=!Ye(A,n.data);n.data=(H=e.options.realTimeScatter)!=null&&H.use?A:Se(A),n.update({updateSeries:z,updateSelTip:{update:!0,keepDomain:!1},updateData:$}),!s&&$&&E(A)},{deep:!0,flush:"post"}),s&&!(a!=null&&a.value)&&i.watch(()=>c.start,(P,A)=>{if(y!=null&&y.value)for(let z=0;z<y.value.dataIndex.length;z++)P>=(A??0)?y.value.dataIndex[z]-=P-(A??0):y.value.dataIndex[z]+=A-P;else w!=null&&w.value&&(P>=(A??0)?w.value.dataIndex-=P-(A??0):w.value.dataIndex+=A-P)}),i.watch(()=>w.value,P=>{const A=e.options.type;n.selectItemByData(P,A)},{deep:!0,flush:"post"}),i.watch(()=>(a==null?void 0:a.value)??y.value,P=>{P!=null&&P.dataIndex&&n.selectLabelByData(P.dataIndex,P==null?void 0:P.targetAxis)},{deep:!0,flush:"post"}),i.watch(()=>e.selectedSeries,P=>{var A;(A=b.selectSeries)!=null&&A.use?P.seriesId&&n.selectSeriesByData(P.seriesId):console.warn("[EVUI][Chart] selectSeries.use is false, so selectedSeries is not working")},{deep:!0,flush:"post"}),s||i.watch(()=>[e.zoomStartIdx,e.zoomEndIdx],([P,A])=>{k(P,A)}),i.watch(()=>e.realTimeScatterReset,P=>{P&&(Object.keys(n.dataSet??{}).forEach(A=>{n.dataSet[A]&&(n.dataSet[A].dataGroup=[])}),t("update:realTimeScatterReset",!1))}),i.watch(()=>{var P;return(P=e.options.realTimeScatter)==null?void 0:P.use},P=>{n.options.realTimeScatter.use=P??!1,n.update({updateSeries:!0,updateSelTip:{update:!1,keepDomain:!1},updateData:!1})}),i.watch(()=>r==null?void 0:r.value,P=>{P&&e.options.syncHover!==!1&&(P.label==null?n.overlayClear():n.drawSyncedIndicator(P))},{deep:!0,flush:"post"}),i.onMounted(async()=>{d!=null&&d.value&&d.value.push(e),await D(),await O(),o.value=!0}),i.onBeforeUnmount(()=>{var P;n&&"destroy"in n&&n.destroy(),(P=d==null?void 0:d.value)!=null&&P.length&&(d.value.length=0),o.value=!1}),i.onDeactivated(()=>{n&&"hideTooltip"in n&&n.hideTooltip()});const R=P=>{n==null||n.toggleSeries(P)},T=P=>{n==null||n.highlightSeries(P)},N=()=>{n==null||n.unhighlightSeries()},L=()=>{n&&"update"in n&&n.update({updateSeries:!0,updateSelTip:{update:!0,keepDomain:!1}})},V=Yo(()=>{n&&"resize"in n&&n.resize()},e.resizeTimeout);return i.onActivated(()=>{o.value&&V()}),{wrapper:I,wrapperStyle:M,onResize:V,redraw:L,toggleSeries:R,highlightSeries:T,unhighlightSeries:N,evChartToolbarRef:_,injectIsChartGroup:s,onClickToolbar:B,normalizedOptions:b,zoomOptions:i.toRef(v??{zoom:{}},"zoom")}}},nS={key:0,ref:"evChartToolbarRef"};function oS(e,t,n,o,s,l){var c;const a=i.resolveComponent("ev-chart-toolbar"),r=i.resolveDirective("resize");return i.openBlock(),i.createElementBlock(i.Fragment,null,[(c=o.zoomOptions.toolbar)!=null&&c.show&&!o.injectIsChartGroup?(i.openBlock(),i.createElementBlock("div",nS,[i.createVNode(a,{toolbar:o.zoomOptions.toolbar,onOnClickToolbar:o.onClickToolbar},null,8,["toolbar","onOnClickToolbar"])],512)):i.createCommentVNode("",!0),i.withDirectives(i.createElementVNode("div",{ref:"wrapper",style:i.normalizeStyle(o.wrapperStyle),class:"ev-chart"},null,4),[[r,o.onResize]])],64)}const so=le(tS,[["render",oS]]);so.install=e=>{e.component(so.name,so)};const iS={zoom:{bufferMemoryCnt:100,keepZoomStatus:!1,useAnimation:!0,useWheelMove:!0,toolbar:{show:!1,items:{previous:{icon:"ev-icon-allow2-left",size:"medium",title:"Previous"},latest:{icon:"ev-icon-allow2-right",size:"medium",title:"Latest"},reset:{icon:"ev-icon-redo",size:"medium",title:"Reset"},dragZoom:{icon:"ev-icon-zoomin",size:"medium",title:"Drag Zoom"}}}}},sS=()=>{const e=i.ref(!1),t=i.ref(),n=i.ref([]),o=i.reactive({list:[],chartIdx:null});return{getNormalizedOptions:l=>Fe({},l,iS),isExecuteZoom:e,brushSeries:o,evChartGroupRef:t,evChartPropsInGroup:n}},lS={name:"EvChartGroup",components:{evChartToolbar:Ar},props:{options:{type:Object,default:()=>({})},zoomStartIdx:{type:Number,default:0},zoomEndIdx:{type:Number,default:0},groupSelectedLabel:{type:Object,default:null}},emits:["update:groupSelectedLabel","update:zoomStartIdx","update:zoomEndIdx","update:groupHoveredLabel"],setup(e,{emit:t}){const{getNormalizedOptions:n,isExecuteZoom:o,brushSeries:s,evChartGroupRef:l,evChartPropsInGroup:a}=sS(),r=n(e.options);i.provide("isExecuteZoom",o),i.provide("isChartGroup",!0),i.provide("brushSeries",s),i.provide("evChartPropsInGroup",a);const c=i.computed({get:()=>e.groupSelectedLabel,set:I=>t("update:groupSelectedLabel",I)});i.provide("groupSelectedLabel",c);const d=i.ref(null);i.provide("groupHoveredLabel",d),i.watch(()=>e.options.syncHover,I=>{I?d.value={label:"",horizontal:!1}:d.value=null},{immediate:!0});const{evChartZoomOptions:h,evChartInfo:u,evChartToolbarRef:f,evChartClone:p,brushIdx:g,createEvChartZoom:m,setOptionsForUseZoom:x,setDataForUseZoom:b,controlZoomIdx:y,onClickToolbar:w}=Hr(r,{wrapper:null,evChartGroupRef:l},c,a);return i.provide("evChartClone",p),i.provide("evChartInfo",u),i.provide("brushIdx",g),i.onMounted(()=>{m()}),i.watch(()=>u.props.data,I=>{b(I)},{deep:!0}),i.watch(()=>e.options,I=>{const M=n(I);x(M)},{deep:!0}),i.watch(()=>[e.zoomStartIdx,e.zoomEndIdx],([I,M])=>{g.isUseButton||g.isUseScroll||y(I,M)}),{evChartGroupRef:l,evChartToolbarRef:f,zoomOptions:i.toRef(h,"zoom"),onClickToolbar:w}}},aS={key:0,ref:"evChartToolbarRef"},rS={ref:"evChartGroupRef",class:"ev-chart-group__wrapper"};function cS(e,t,n,o,s,l){const a=i.resolveComponent("ev-chart-toolbar");return i.openBlock(),i.createElementBlock(i.Fragment,null,[o.zoomOptions.toolbar.show?(i.openBlock(),i.createElementBlock("div",aS,[i.createVNode(a,{toolbar:o.zoomOptions.toolbar,onOnClickToolbar:o.onClickToolbar},null,8,["toolbar","onOnClickToolbar"])],512)):i.createCommentVNode("",!0),i.createElementVNode("div",rS,[i.renderSlot(e.$slots,"default",{},void 0,!0)],512)],64)}const lo=le(lS,[["render",cS],["__scopeId","data-v-b1c0c322"]]);lo.install=e=>{e.component(lo.name,lo)};const Ee={WHEEL:{UP:"MOVEUP_WHEEL",DOWN:"MOVEDOWN_WHEEL"},GRAB:{UP:"MOVEUP_GRAB",DOWN:"MOVEDOWN_GRAB"},BUTTON:{INCREASE:"INCREASE",DECREASE:"DECREASE"}},Re={LEFT:"leftX",RIGHT:"rightX"};let dS=class{constructor(t,n,o,s,l){this.evChart=t,this.evChartBrushOptions=o,this.evChartBrushRef=l,this.evChartData=n,this.brushIdx=s,o.value.useDebounce&&(this.debounceBrushIdx={start:s.start,end:s.end})}init(t){var n;if(this.brushIdx.start>this.brushIdx.end){this.removeBrushCanvas();return}if((n=this.evChartBrushRef)!=null&&n.value){const o=this.evChartBrushRef.value.querySelector(".brush-canvas");if(o)this.drawBrushRect({brushCanvas:o,isResize:t});else{const s=document.createElement("canvas");s.setAttribute("class","brush-canvas"),s.setAttribute("style","display: block; z-index: 1;");const l=this.evChartBrushRef.value.querySelector(".ev-chart-brush-container");l&&(this.brushCanvas=s,l.appendChild(s),this.evChartBrushContainer=l,this.drawBrushRect({brushCanvas:s}),this.addEvent(s))}}}drawBrushRect({brushCanvas:t,isResize:n,isDebounce:o,mode:s,offsetX:l}){const{chartRect:a,labelOffset:r}=this.evChart;if(!a&&!r)return;const c=this.evChartData.value.labels.length-1;this.labelEndIdx=c;const d={x1:a.x1+r.left,x2:a.x2-r.right,y1:a.y1+r.top,y2:a.y2-r.bottom},h=this.setCanvasWidthHeight(d,t);if(!(n&&this.isEqualWidth)&&c>=0){const u=this.setBrushXAndWidth(h,l,o,s);h&&u&&this.drawBrush(h,u,d,t)}}setCanvasWidthHeight(t,n){const s=t.x2-t.x1+6,l=t.y2-t.y1,a=(t.x2-t.x1)/this.labelEndIdx,r=window.devicePixelRatio||1;return this.isEqualWidth=n.width===Math.floor(s*r),{brushButtonWidth:6,brushCanvasHeight:l,brushCanvasWidth:s,axesXInterval:a,pixelRatio:r}}setBrushXAndWidth(t,n=0,o,s){const{brushButtonWidth:l,brushCanvasWidth:a,axesXInterval:r,pixelRatio:c}=t;!o&&this.debounceBrushIdx&&(this.debounceBrushIdx.start=this.brushIdx.start,this.debounceBrushIdx.end=this.brushIdx.end);const d=this.debounceBrushIdx??this.brushIdx;switch(s){case Ee.BUTTON.INCREASE:case Ee.BUTTON.DECREASE:this.brushRectWidth=a*c,this.curBrushButtonType===Re.LEFT?(this.brushRectWidth=this.beforeBrushRectWidth?this.beforeBrushRectWidth-n:this.brushRectWidth-n,this.brushRectWidth<=l?this.brushRectWidth=l:(this.brushRectX=n*c,this.beforeBrushRectX=this.brushRectX)):this.curBrushButtonType===Re.RIGHT&&(this.brushRectWidth=n-this.beforeBrushRectX,this.brushRectWidth<=l?this.brushRectWidth=l:(this.brushRectX=this.beforeBrushRectX,this.beforeBrushRectWidth=this.brushRectWidth+this.brushRectX));break;case Ee.GRAB.UP:case Ee.GRAB.DOWN:this.brushRectX<=0&&s===Ee.GRAB.DOWN||this.brushRectX+this.brushRectWidth>=a&&s===Ee.GRAB.UP?this.offsetXAndRectXInterval=null:(this.offsetXAndRectXInterval||(this.offsetXAndRectXInterval=n-this.brushRectX),this.brushRectX=n-this.offsetXAndRectXInterval);break;default:n||(this.brushRectX=d.start*r*c,this.brushRectWidth=(a-(this.labelEndIdx-(d.end-d.start))*r)*c,this.beforeBrushRectX=this.brushRectX,this.beforeBrushRectWidth=this.brushRectWidth+this.brushRectX);break}return{brushRectX:this.brushRectX,brushRectWidth:this.brushRectWidth}}drawBrush(t,n,o,s){const{brushButtonWidth:l,brushCanvasHeight:a,brushCanvasWidth:r,axesXInterval:c,pixelRatio:d}=t,{brushRectX:h,brushRectWidth:u}=n,{height:f,selection:{fillColor:p,opacity:g}}=this.evChartBrushOptions.value,m=f-o.y1,x=h,b=h+u;s.style.position||(s.style.position="absolute",s.style.top=`${o.y1}px`,s.style.left=`${o.x1-l/2}px`),this.isEqualWidth||(s.width=r*d,s.style.width=`${r}px`,s.height=a*d,s.style.height=`${a}px`);const y=s.getContext("2d");y.clearRect(0,0,r*d,a*d),y.fillStyle=p,y.globalAlpha=g,y.fillRect(h,0,u,m),y.fillRect(x,0,l,m),y.fillRect(b-l,0,l,m),this.brushPosInfo={leftX:x/d,rightX:b/d,buttonWidth:l,axesXInterval:c,...t,...n}}addEvent(){let t;this.onMouseDown=s=>{s.preventDefault(),t.isInsideButton?this.clickBrushInsideX=-1:t.isInsideBrush?this.clickBrushInsideX=s.offsetX:t.isOutsideBrush&&this.teleportBrush(s)};const n=s=>{this.clickBrushInsideX?this.mouseDownAndMove(s):(t=this.getMousePosition(s),this.changeCursor(t))};this.onMouseMove=bs(n,5),this.onWheel=s=>{s.preventDefault();const l=s.deltaY>0?Ee.WHEEL.DOWN:Ee.WHEEL.UP;this.updateBrushIdx(l),this.debounceBrushIdx&&this.drawBrushRect({brushCanvas:this.brushCanvas,isDebounce:!0,mode:l}),this.brushIdx.isUseScroll=!0},this.onMouseUp=()=>{this.initEventState()},this.onMouseLeave=()=>{this.clickBrushInsideX&&this.initEventState()};const o=()=>{this.initEventState()};this.onWheelDebounce=Yo(o,100),this.setEventListener("addEventListener")}getMousePosition(t){const n=d=>Math.abs(this.brushPosInfo[d]-t.offsetX),o=n(Re.RIGHT)>n(Re.LEFT)?Re.LEFT:Re.RIGHT,s=d=>t.offsetX>this.brushPosInfo[d],l=d=>t.offsetX<this.brushPosInfo[d],a=l(Re.LEFT)||s(Re.RIGHT),r=s(Re.LEFT)&&l(Re.RIGHT),c=t.offsetX+this.brushPosInfo.buttonWidth>=this.brushPosInfo[o]&&t.offsetX-this.brushPosInfo.buttonWidth<=this.brushPosInfo[o];return this.curBrushButtonType=c&&o,{isInsideButton:c,isInsideBrush:r,isOutsideBrush:a}}destroy(){if(this.brushCanvas&&(this.setEventListener("removeEventListener"),this.brushCanvas=null),this.evChartBrushContainer){const t=this.evChartBrushContainer;for(;t.hasChildNodes();)t.removeChild(t.firstChild)}}setEventListener(t){this.brushCanvas[t]("mousemove",this.onMouseMove),this.brushCanvas[t]("mousedown",this.onMouseDown),this.brushCanvas[t]("mouseup",this.onMouseUp),this.brushCanvas[t]("mouseleave",this.onMouseLeave),this.evChartBrushOptions.value.useWheelMove&&(this.brushCanvas[t]("wheel",this.onWheel),this.brushCanvas[t]("wheel",this.onWheelDebounce))}removeBrushWrapper(){if(this.evChartBrushRef.value){const t=this.evChartBrushRef.value.querySelector(".ev-chart-brush-wrapper");t&&this.evChartBrushRef.value.removeChild(t)}}removeBrushCanvas(){if(this.evChartBrushContainer){const t=this.evChartBrushContainer.querySelector(".brush-canvas");t&&this.evChartBrushContainer.removeChild(t)}}teleportBrush(t){const n=this.debounceBrushIdx??this.brushIdx,o=(n.end-n.start)/2;let s,l,a;o>.5?(n.end-n.start)%2===0?(a=Math.round(t.offsetX/this.brushPosInfo.axesXInterval),s=Math.ceil(o),l=Math.floor(o)):(a=Math.ceil(t.offsetX/this.brushPosInfo.axesXInterval),s=Math.ceil(o),l=Math.floor(o)):(a=Math.floor(t.offsetX/this.brushPosInfo.axesXInterval),t.offsetX-a*this.brushPosInfo.axesXInterval>this.brushPosInfo.axesXInterval/2?(s=Math.floor(o),l=Math.ceil(o)):(s=Math.ceil(o),l=Math.floor(o),o<1&&(a+=1))),a-s<=0?(n.start=0,n.end=l+s):a+l>=this.labelEndIdx?(n.start=this.labelEndIdx-l-s,n.end=this.labelEndIdx):(n.start=a-s,n.end=a+l),this.brushIdx.isUseScroll=!0}changeCursor(t){t.isOutsideBrush?this.brushCanvas.style.cursor="pointer":t.isInsideBrush&&(t.isInsideButton?this.brushCanvas.style.cursor="ew-resize":this.brushCanvas.style.cursor="grab")}mouseDownAndMove(t){const n=this.debounceBrushIdx?0:this.brushPosInfo.axesXInterval/3;let o;t.offsetX>this.beforeMouseXPos?this.clickBrushInsideX>0?this.clickBrushInsideX<t.offsetX-n&&(o=Ee.GRAB.UP,this.isUseBrushGrab=!0,this.brushIdx.isUseScroll=!0,this.clickBrushInsideX=t.offsetX+n):t.offsetX-this.brushPosInfo[this.curBrushButtonType]>n&&(o=this.curBrushButtonType===Re.LEFT?Ee.BUTTON.DECREASE:Ee.BUTTON.INCREASE,this.brushIdx.isUseButton=!0):t.offsetX<this.beforeMouseXPos&&(this.clickBrushInsideX>0?this.clickBrushInsideX>t.offsetX+n&&(o=Ee.GRAB.DOWN,this.isUseBrushGrab=!0,this.brushIdx.isUseScroll=!0,this.clickBrushInsideX=t.offsetX-n):this.brushPosInfo[this.curBrushButtonType]-t.offsetX>n&&(o=this.curBrushButtonType===Re.LEFT?Ee.BUTTON.INCREASE:Ee.BUTTON.DECREASE,this.brushIdx.isUseButton=!0)),this.debounceBrushIdx?this.drawBrushRect({brushCanvas:this.brushCanvas,isDebounce:!0,mode:o,offsetX:t.offsetX}):this.updateBrushIdx(o),this.beforeMouseXPos=t.offsetX}updateBrushIdx(t){const n=this.debounceBrushIdx??this.brushIdx;switch(t){case Ee.WHEEL.UP:case Ee.GRAB.UP:if(n.end>=this.labelEndIdx)return;n.start+=1,n.end+=1;break;case Ee.WHEEL.DOWN:case Ee.GRAB.DOWN:if(n.start<=0)return;n.start-=1,n.end-=1;break;case Ee.BUTTON.INCREASE:if(this.curBrushButtonType===Re.LEFT){if(!n.start)return;n.start-=1}else{if(n.end===this.labelEndIdx)return;n.end+=1}break;case Ee.BUTTON.DECREASE:if(n.start===n.end-1)return;this.curBrushButtonType===Re.LEFT?n.start+=1:n.end-=1;break}}updateBrushIdxUseXPos(){if(!this.debounceBrushIdx)return;const t=()=>{let s,l;if(this.brushPosInfo){const{brushRectX:a,brushRectWidth:r,brushCanvasWidth:c,axesXInterval:d}=this.brushPosInfo;if(this.brushIdx.isUseButton||this.isUseBrushGrab){if(s=a/d,l=this.labelEndIdx-(c-(a+r))/d,this.curBrushButtonType===Re.LEFT?(s=Math.round(s),l=this.brushIdx.end,s===l&&(s-=1)):this.curBrushButtonType===Re.RIGHT?(s=this.brushIdx.start,l=Math.round(l),s===l&&(l+=1)):(s=Math.round(s),l=Math.round(l)),l>this.labelEndIdx){const h=l-this.labelEndIdx;s-=h,l-=h}if(s<0){const h=Math.abs(s);s=0,l+=h}}}return{brushStartIdx:s,brushEndIdx:l}},{brushStartIdx:n,brushEndIdx:o}=t();this.brushIdx.start===n&&this.brushIdx.end===o&&this.drawBrushRect({brushCanvas:this.brushCanvas}),this.brushIdx.start=n??this.debounceBrushIdx.start,this.brushIdx.end=o??this.debounceBrushIdx.end}initEventState(){new Promise(n=>{this.updateBrushIdxUseXPos(),n(!0)}).then(n=>{n&&(this.clickBrushInsideX=null,this.beforeMouseXPos=null,this.curBrushButtonType=null,this.isUseBrushGrab=!1,this.offsetXAndRectXInterval=null,this.brushIdx.isUseButton=!1,this.brushIdx.isUseScroll=!1)})}};const hS={show:!0,useDebounce:!0,chartIdx:0,height:100,showLabel:!1,selection:{fillColor:"#38ACEC",opacity:.65},useWheelMove:!0},uS=()=>({getNormalizedBrushOptions:t=>Fe({},t,hS)}),fS={name:"EvChartBrush",directives:{resize:wn},props:{options:{type:Object,default:()=>({})}},setup(e){let t=null,n=null;const o=i.ref(!1),s=i.inject("evChartClone",{data:[]}),l=i.inject("evChartInfo",{props:{options:[]}}),a=i.inject("brushIdx",{start:0,end:-1,isUseButton:!1,isUseScroll:!1}),r=i.inject("brushSeries",{list:[],chartIdx:null}),{getNormalizedBrushOptions:c}=uS(),d=i.computed(()=>c(e.options)),{eventListeners:h,selectItemInfo:u,selectLabelInfo:f,selectSeriesInfo:p,getNormalizedData:g,getNormalizedOptions:m}=zr(),x=i.computed(()=>g((s.data??[])[d.value.chartIdx])),b=i.computed(()=>{var k,B;const S=l.props.options[d.value.chartIdx],E={...S,brush:{use:!0,...d.value},height:d.value.height,zoom:{use:!1},dragSelection:{use:!1},title:{show:!1},tooltip:{use:!1},legend:{show:!1},selectLabel:{use:!1},selectSeries:{use:!1},axesX:[{...(k=S==null?void 0:S.axesX)==null?void 0:k[0],title:{use:!1}}],axesY:[{...(B=S==null?void 0:S.axesY)==null?void 0:B[0],title:{use:!1}}]};return m(E)}),{wrapper:y,wrapperStyle:w}=Fr(b.value);i.watch(()=>r.list,()=>{y.value&&r.chartIdx===d.value.chartIdx&&(t.seriesList=r.list[d.value.chartIdx],t.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1}}))}),i.watch(b,(S,E)=>{var k;S.brush.chartIdx<=((k=s.data)==null?void 0:k.length)-1?n&&!Ye(E.brush,S.brush)?n.removeBrushWrapper():t&&!Ye(S,E)&&(t.options=Se(S),t.update({updateSeries:!1,updateSelTip:{update:!1,keepDomain:!1}})):(t.data=Se(x.value),t.update({updateSeries:!0,updateSelTip:{update:!1,keepDomain:!1},updateData:!1}),n.removeBrushCanvas())}),i.watch(()=>s.data,S=>{if(t){const E=S[d.value.chartIdx];if(E){const k=!Ye(E.series,t.data.series),B=r.list[d.value.chartIdx];typeof B=="object"&&Object.keys(B).length&&Object.keys(E.series).forEach(D=>{var O;"show"in E.series[D]||(E.series[D].show=((O=B[D])==null?void 0:O.show)??!0)}),t.data=Se(E),t.update({updateSeries:k,updateSelTip:{update:!1,keepDomain:!1},updateData:!1})}}});const I=()=>{let S;b.value.selectLabel.use?S=f:b.value.selectSeries.use&&(S=p),t=new Pr(y.value,x.value,b.value,h,u,S)},M=()=>{n=new dS(t,x,d,a,y)},v=()=>{t&&t.init()},_=S=>{n&&n.init(S)};i.watch(()=>[a.start,a.end],()=>{var S;y.value&&d.value.chartIdx<=((S=s.data)==null?void 0:S.length)-1&&_()}),i.onMounted(async()=>{d.value.show&&(await I(),await v(),M(),_()),o.value=!0}),i.onUpdated(async()=>{var S;if(d.value.show&&d.value.chartIdx<=((S=s.data)==null?void 0:S.length)-1){const E=r.list[d.value.chartIdx];typeof E=="object"&&Object.keys(E).length&&Object.keys(x.value.series).forEach(k=>{var B;"show"in x.value.series[k]||(x.value.series[k].show=((B=E[k])==null?void 0:B.show)??!0)}),await I(),await v(),M(),_()}}),i.onBeforeUnmount(()=>{t&&"destroy"in t&&t.destroy(),n&&n.destroy(),o.value=!1}),i.onDeactivated(()=>{t&&"hideTooltip"in t&&t.hideTooltip()});const C=Yo(()=>{t&&"resize"in t&&new Promise(E=>t.resize(E)).then(E=>{E&&_(E)})},0);return i.onActivated(()=>{o.value&&C()}),{evChartBrushOptions:d,evChartBrushRef:y,evChartBrushStyle:w,onResize:C}}};function mS(e,t,n,o,s,l){const a=i.resolveDirective("resize");return o.evChartBrushOptions.show?i.withDirectives((i.openBlock(),i.createElementBlock("div",{key:0,ref:"evChartBrushRef",style:i.normalizeStyle(o.evChartBrushStyle),class:"ev-chart-brush"},null,4)),[[a,o.onResize]]):i.createCommentVNode("",!0)}const ao=le(fS,[["render",mS]]);ao.install=e=>{e.component(ao.name,ao)};const gS={name:"TreeGridNode",components:{GridOptionButton:Ns},props:{dataIndex:{type:Number,default:0},nodeData:{type:Object,default:()=>({})},selectedData:{type:Object,default:()=>({})},useCheckbox:{type:Object,default:()=>({})},orderedColumns:{type:[Array],default:()=>[]},expandIcon:{type:String,default:""},collapseIcon:{type:String,default:""},parentIcon:{type:String,default:""},childIcon:{type:String,default:""},customContextMenu:{type:[Array],default:()=>[]},menuRef:{type:Object,default:null},rowHeight:{type:Number,default:35},minWidth:{type:Number,default:40},borderStyle:{type:String,default:""},highlightIndex:{type:Number,default:-1}},emits:{"check-tree-data":null,"expand-tree-data":null,"click-tree-data":null,"dbl-click-tree-data":null,"context-menu":null},setup(e,{emit:t}){const n=(y,w)=>{t("check-tree-data",y,w)},o=y=>{t("expand-tree-data",y)},s=(y,w)=>{t("click-tree-data",y,w)},l=(y,w)=>{t("dbl-click-tree-data",y,w)},a=y=>{t("context-menu",y)},r=y=>{const w=e.expandIcon?e.expandIcon:"",I=e.expandIcon?e.collapseIcon:"";return y.expand?I:w},c=i.computed(()=>e.nodeData||{}),d=i.computed(()=>e.parentIcon||"tree-parent-icon"),h=i.computed(()=>e.childIcon||"tree-child-icon"),u=i.computed(()=>d.value!=="none"||h.value!=="none"),f=i.computed(()=>{const y=e.orderedColumns||[],w=y.findIndex(M=>M.expandColumn&&!M.hide&&!M.hiddenDisplay);if(w!==-1)return w;const I=y.findIndex(M=>!M.hide&&!M.hiddenDisplay);return I!==-1?I:0}),p=y=>({row:!0,"tree-row":!0,[`tree-row--level-${y==null?void 0:y.level}`]:!0,highlight:(y==null?void 0:y.index)===e.highlightIndex,selected:y.selected,"non-border":!!e.borderStyle&&e.borderStyle!=="rows"}),g=i.computed(()=>({cell:!0,"row-checkbox":!0,"non-border":!!e.borderStyle}));return{parentIconMV:d,childIconMV:h,node:c,isDataIcon:u,checkboxClass:g,expandColumnIdx:f,onCheck:n,onExpand:o,onClick:s,onDblClick:l,onContextMenu:a,expandIconClasses:r,getRowClass:p,getColumnClass:(y,w)=>({cell:!0,"tree-td":w===0,[y.type]:y.type,[y.align]:y.align,[y.field]:y.field,"non-border":!!e.borderStyle}),getColumnStyle:(y,w)=>({width:`${y.width}px`,height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`,"min-width":`${e.minWidth}px`,"border-right":e.orderedColumns.length-1===w?"none":"1px solid #CFCFCF"}),getDepthStyle:y=>({"margin-left":`${y*13}px`})}}},pS=["data-index"],yS=["data-name","data-index"],xS={class:"td-content__wrapper"},bS=["title"],CS={class:"td-content"};function SS(e,t,n,o,s,l){var d;const a=i.resolveComponent("ev-checkbox"),r=i.resolveComponent("ev-icon"),c=i.resolveComponent("grid-option-button");return i.openBlock(),i.createElementBlock("tr",{"data-index":o.node.index,class:i.normalizeClass(o.getRowClass(o.node)),onClick:t[7]||(t[7]=h=>o.onClick(h,o.node)),onDblclick:t[8]||(t[8]=h=>o.onDblClick(h,o.node))},[n.useCheckbox.use?(i.openBlock(),i.createElementBlock("td",{key:0,class:i.normalizeClass(o.checkboxClass),style:i.normalizeStyle({width:`${n.minWidth}px`,height:`${n.rowHeight}px`,"border-right":"1px solid #CFCFCF"})},[i.createVNode(a,{modelValue:o.node.checked,"onUpdate:modelValue":t[0]||(t[0]=h=>o.node.checked=h),disabled:o.node.uncheckable,indeterminate:o.node.indeterminate,class:"row-checkbox-input",onChange:t[1]||(t[1]=h=>o.onCheck(h,o.node))},null,8,["modelValue","disabled","indeterminate"])],6)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(n.orderedColumns,(h,u)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:u},[!h.hide&&!h.hiddenDisplay?(i.openBlock(),i.createElementBlock("td",{key:0,"data-name":h.field,"data-index":o.node.index,class:i.normalizeClass(o.getColumnClass(h,u)),style:i.normalizeStyle(o.getColumnStyle(h,u))},[i.createElementVNode("div",xS,[u===o.expandColumnIdx?(i.openBlock(),i.createElementBlock("span",{key:0,style:i.normalizeStyle(o.getDepthStyle(o.node.level))},null,4)):i.createCommentVNode("",!0),u===o.expandColumnIdx?(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass({expand:o.node.expand,"ev-tree-toggle":!0})},[o.node.hasChild?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[o.expandIconClasses(o.node)?(i.openBlock(),i.createBlock(r,{key:0,icon:o.expandIconClasses(o.node),style:{display:"block"},onClick:t[2]||(t[2]=f=>o.onExpand(o.node))},null,8,["icon"])):(i.openBlock(),i.createElementBlock("button",{key:1,class:"tree-expand-icon",onClick:t[3]||(t[3]=i.withModifiers(f=>o.onExpand(o.node),["stop"]))},[...t[9]||(t[9]=[i.createElementVNode("i",null,null,-1)])]))],64)):i.createCommentVNode("",!0)],2)):i.createCommentVNode("",!0),u===o.expandColumnIdx&&o.isDataIcon?(i.openBlock(),i.createElementBlock("span",{key:2,title:o.node[h.field],class:i.normalizeClass({expand:o.node.expand,"ev-tree-toggle":!0})},[i.createElementVNode("span",{class:i.normalizeClass(o.node.hasChild?o.parentIconMV:o.childIconMV)},[...t[10]||(t[10]=[i.createElementVNode("i",null,null,-1)])],2)],10,bS)):i.createCommentVNode("",!0),i.createElementVNode("div",CS,[e.$slots[h.field+"Node"]?i.renderSlot(e.$slots,h.field+"Node",{key:0,item:{data:o.node.data}},void 0,!0):i.createCommentVNode("",!0)])])],14,yS)):i.createCommentVNode("",!0)],64))),128)),(d=n.customContextMenu)!=null&&d.length?(i.openBlock(),i.createElementBlock("td",{key:1,class:i.normalizeClass({"row-contextmenu":!0,"non-border":!!n.borderStyle}),style:i.normalizeStyle({position:"sticky",right:0,width:"30px",height:`${n.rowHeight}px`,"min-width":"30px","line-height":`${n.rowHeight}px`})},[e.$slots.contextmenuIconNode?(i.openBlock(),i.createElementBlock("span",{key:0,class:"row-contextmenu__btn",onClick:[t[4]||(t[4]=h=>o.onContextMenu(h)),t[5]||(t[5]=i.withModifiers((...h)=>n.menuRef.show&&n.menuRef.show(...h),["prevent"]))]},[i.renderSlot(e.$slots,"contextmenuIconNode",{},void 0,!0)])):(i.openBlock(),i.createBlock(c,{key:1,icon:"ev-icon-warning2",class:"row-contextmenu__btn",onClick:[t[6]||(t[6]=h=>o.onContextMenu(h)),i.withModifiers(n.menuRef.show,["prevent"])]},null,8,["onClick"]))],6)):i.createCommentVNode("",!0)],42,pS)}const wS=le(gS,[["render",SS],["__scopeId","data-v-faab3696"]]),kS={name:"EvTreeGridToolbar"},MS={class:"tree-grid-toolbar"};function ES(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("div",MS,[i.renderSlot(e.$slots,"toolbarWrapper")])}const IS=le(kS,[["render",ES]]),vS=e=>{const{props:t}=i.getCurrentInstance(),{checkInfo:n}=e;return{isRenderer:(d={})=>{var h;return!!((h=d==null?void 0:d.render)!=null&&h.use)},getComponentName:(d="")=>{const h=p=>p.charAt(0).toUpperCase()+p.slice(1),u="Renderer";let f="";if(d.indexOf("_")!==-1){const p=d.split("_");for(let g=0;g<p.length;g++)f+=h(p[g])}else f=h(d);return f+u},getConvertValue:(d,h)=>{let u=d.type==="number"||d.type==="float"?Number(h):h;return d.type==="number"?(u=$t(h),u=u===!1?h:u):d.type==="float"&&(u=u.toFixed(d.decimal??3).replace(/\B(?=(\d{3})+(?!\d))/g,",")),u},getColumnIndex:d=>t.columns.findIndex(h=>h.field===d),setPixelUnit:d=>{let h=d;const u=h.toString().indexOf("px")>=0,f=h.toString().indexOf("%")>=0;return!u&&!f&&(h=`${h}px`),h},checkHeader:d=>{n.isHeaderChecked=!!d.length&&d.every(u=>u.checked);const h=d.filter(u=>u.uncheckable);if(h.length){const u=d.filter(p=>p.checked),f=d.every(p=>h.includes(p));n.isHeaderChecked=!f&&h.length+u.length===d.length,n.isHeaderUncheckable=f}n.isHeaderIndeterminate=!!d.length&&d.some(u=>u.checked||u.indeterminate)&&!n.isHeaderChecked}}},ri=e=>{const{originColumns:t,filteredColumns:n}=e;return t.map(o=>{const s=n.find(l=>l.index===o.index)??{};return{...o,...s}})},TS=e=>{const{scrollInfo:t,stores:n,elementInfo:o,resizeInfo:s,pageInfo:l,summaryScroll:a,getPagingData:r,updatePagingInfo:c}=e,d=f=>{let p=n.showTreeStore;l.isClientPaging&&(p=r());const g=o.body;if(g){const m=s.rowHeight,x=g.clientHeight>m?Math.ceil(g.clientHeight/m):p.length,b=p.length*m;let y=Math.floor(g.scrollTop/m);y>p.length-1&&(y=0);const w=y+x+1,I=Math.max(y,0),M=w,v=o.table;n.viewStore=p.slice(I,M),t.hasVerticalScrollBar=x<p.length||g.clientHeight<v.clientHeight,t.vScrollTopHeight=I*m,t.vScrollBottomHeight=b-n.viewStore.length*m-t.vScrollTopHeight,f&&l.isInfinite&&t.vScrollBottomHeight===0&&(l.prevPage=l.currentPage,l.currentPage=Math.ceil(M/l.perPage)+1,l.startIndex=M,c({onScrollEnd:!0}))}},h=()=>{const f=o.header,p=o.body,g=o.table;f.scrollLeft=p.scrollLeft,a.value=p.scrollLeft,t.hasHorizontalScrollBar=p.clientWidth<g.clientWidth};return{updateVScroll:d,updateHScroll:h,onScroll:()=>{const f=o.body,p=f.scrollTop,g=f.scrollLeft,m=t.lastScroll.top,x=t.lastScroll.left,b=g!==x;p!==m&&f.clientHeight&&d(!0),b&&h(),t.lastScroll.top=p,t.lastScroll.left=g}}},BS=e=>{const{props:t,emit:n}=i.getCurrentInstance(),{resizeInfo:o,elementInfo:s,checkInfo:l,stores:a,isRenderer:r,updateVScroll:c,updateHScroll:d,contextInfo:h}=e,u=()=>{a.viewStore=a.showTreeStore;const m=a.viewStore;let x=o.columnWidth;o.columnWidth>0&&(x=o.columnWidth),x=o.columnWidth;let b=0;if(o.adjust&&s.body){const y=s.body;let w=y.offsetWidth;const I=y.offsetHeight,M=a.orderedColumns.reduce((v,_)=>(_.hide||_.hiddenDisplay||(_.width?v.totalWidth+=_.width:v.emptyCount++),v),{totalWidth:h.customContextMenu.length?30:0,emptyCount:0});if(o.rowHeight*m.length>I-o.scrollWidth&&(w-=o.scrollWidth),l.useCheckbox.use&&(w-=o.minWidth),x=w-M.totalWidth,x>0){const v=M.emptyCount===0?0:Math.floor(x/M.emptyCount);b=x-v*M.emptyCount,x=M.emptyCount!==0?v:x}else x=o.columnWidth;x=x<o.minWidth?o.minWidth:x,o.columnWidth=x}if(a.orderedColumns.forEach(y=>{const w=r(y)?o.rendererMinWidth:o.minWidth;y.width&&y.width<w&&(y.width=w),!y.width&&!y.hide&&(y.width=x)}),b&&a.orderedColumns.length){let y=a.orderedColumns.length-1,w=a.orderedColumns[y];for(;y>0&&w&&(w.hide||w.hiddenDisplay);)y-=1,w=a.orderedColumns[y];w&&(w.width+=b)}o.isResize=!o.isResize},f=()=>{i.nextTick(()=>{var m,x;o.adjust&&a.orderedColumns.forEach(b=>{var w;const y=b;return!((w=t.columns[b.index])!=null&&w.width)&&!y.resized&&(y.width=0),y},void 0),u(),(m=s.body)!=null&&m.clientHeight&&c(),(x=s.body)!=null&&x.clientWidth&&d()})};return{calculatedColumn:u,onResize:f,onShow:m=>{m&&f()},onColumnResize:(m,x)=>{const b=s.header,y=s.body,w=b.getBoundingClientRect().left,I=b.querySelector(`li[data-index="${m}"]`),M=r(a.orderedColumns[m])?o.rendererMinWidth:o.minWidth,v=I.getBoundingClientRect(),_=y.getBoundingClientRect().right-w,C=s.resizeLine,S=v.left-w+M,E=v.right-w,k=x.clientX,B=v.left-w;y.style.overflow="auto",C.style.left=`${E}px`,o.showResizeLine=!0;const D=R=>{const T=R.clientX-k,N=E+T;let L=Math.max(S,N);L=Math.min(_,L),C.style.left=`${L}px`},O=()=>{const T=parseInt(C.style.left,10)-B;a.orderedColumns[m]&&(a.orderedColumns[m].width=T,a.orderedColumns[m].resized=!0),o.showResizeLine=!1,document.removeEventListener("mousemove",D),f();const N=ri(a);n("resize-column",{column:a.orderedColumns[m],columns:N}),n("change-column-info",{type:"resize",columns:N})};document.addEventListener("mousemove",D),document.addEventListener("mouseup",O,{once:!0})}}},DS=e=>{const{emit:t}=i.getCurrentInstance(),n=e,o=(r,c)=>{var u;const d=r.target.tagName.toLowerCase();let h={};return r.target.offsetParent&&(d==="td"?h=r.target.dataset:h=((u=r.target.closest("td"))==null?void 0:u.dataset)??{}),{event:r,rowData:c,rowIndex:c.index,cellName:h.name,cellIndex:h.index}};let s=null;return{onRowClick:(r,c)=>{var d,h;return r.target&&r.target.parentElement&&(r.target.parentElement.classList.contains("row-checkbox-input")||(h=(d=r.target.closest("td"))==null?void 0:d.classList)!=null&&h.contains("row-contextmenu"))?!1:(clearTimeout(s),s=setTimeout(()=>{n.useSelect&&(c.selected?(c.selected=!1,n.multiple?r.ctrlKey?n.selectedRow=n.selectedRow.filter(u=>u.index!==c.index):n.selectedRow=[c]:n.selectedRow=[]):(c.selected=!0,r.ctrlKey&&n.multiple&&(!n.limitCount||n.limitCount>n.selectedRow.length)?n.selectedRow.push(c):n.selectedRow=[c]),t("update:selected",n.selectedRow),t("click-row",o(r,c)))},100),!0)},onRowDblClick:(r,c)=>{clearTimeout(s),t("dblclick-row",o(r,c))}}},OS=e=>{const{checkInfo:t,stores:n,checkHeader:o,pageInfo:s,getPagingData:l}=e,{emit:a}=i.getCurrentInstance(),r=()=>t.useCheckbox.mode==="each",c=p=>{const g=n.treeStore.findIndex(m=>m.index===p.index);g!==-1&&(n.treeStore[g].checked=p.checked)},d=p=>{r()||p.hasChild&&p.children.forEach(g=>{const m=g;p.checked&&!m.checked&&!m.uncheckable&&t.checkedRows.push(m),p.checked||(t.checkedRows=t.checkedRows.filter(x=>x.index!==m.index)),m.checked=p.checked&&!m.uncheckable,m.hasChild&&d(m)})},h=p=>{if(r())return;const g=p.parent;if(g){const m=g.children.every(b=>b.checked);g.checked=m&&!g.uncheckable;const x=g.children.filter(b=>b.uncheckable);if(x.length){const b=g.children.filter(y=>y.checked);x.length+b.length===g.children.length&&(g.checked=!0)}g.indeterminate=!m&&g.children.some(b=>b.checked||b.indeterminate),g.checked?t.checkedRows.push(g):t.checkedRows=t.checkedRows.filter(b=>b.index!==g.index),g.parent&&h(g)}};return{onCheck:(p,g)=>{let m=n.store;s.isClientPaging&&(m=l());const x=()=>t.useCheckbox.mode==="single",b=()=>{t.isHeaderChecked&&(t.isHeaderChecked=!1)},y=()=>{x()&&t.checkedRows.length>0&&(t.prevCheckedRow.checked=!1,c(t.prevCheckedRow))},w=M=>{if(x()){t.checkedRows=[M];return}d(M),h(M),t.checkedRows.push(M),M.indeterminate=!1},I=M=>{if(x()){t.checkedRows=[];return}t.checkedRows=t.checkedRows.filter(v=>v.index!==M.index)};y(),g.checked?(w(g),o(m)):(b(),I(g),d(g),h(g)),t.prevCheckedRow=g,a("update:checked",t.checkedRows),a("check-row",p,g.index,g)},onCheckAll:p=>{var x;const g=t.isHeaderChecked;let m=(x=n.store)==null?void 0:x.filter(b=>b.isFilter);s.isClientPaging&&(m=l()),m.forEach(b=>{b.checked=g&&!b.uncheckable,b.checked?t.checkedRows.find(y=>y.index===b.index)||t.checkedRows.push(b):t.checkedRows=t.checkedRows.filter(y=>y.index!==b.index),b.indeterminate=!1}),t.isHeaderIndeterminate=!1,a("update:checked",t.checkedRows),a("check-all",p,t.checkedRows)}}},RS=e=>{const{emit:t}=i.getCurrentInstance(),{contextInfo:n,stores:o,selectInfo:s,useGridSetting:l,columnSettingInfo:a,setColumnHidden:r,onSort:c}=e,d=(p=!0)=>{const g=[];if(p&&n.customContextMenu.length){const m=s.selectedRow,x=n.customContextMenu.map(b=>{const y=b;return y.validate&&(y.disabled=!y.validate(y.itemId,m)),y.selectedRow=m??[],y});g.push(...x)}n.contextMenuItems=g};return{setContextMenu:d,onContextMenu:p=>{var x,b;const m=(b=(x=p.target.closest(".row"))==null?void 0:x.dataset)==null?void 0:b.index;if(m){const y=o.viewStore.findIndex(I=>I.index===Number(m)),w=o.viewStore[y];s.selectedRow=[w],d(),t("update:selected",s.selectedRow)}else s.selectedRow=[],d(!1),t("update:selected",[])},onColumnContextMenu:(p,g)=>{var m,x,b,y,w,I;if(p.target.className.includes("column-name")){const M=!!g.sortable;n.columnMenuItems=[{text:((m=n.columnMenuTextInfo)==null?void 0:m.hide)??"Hide",iconClass:"ev-icon-visibility-off",disabled:!l.value||o.orderedColumns.length===1||!!g.fixed,hidden:((x=n.hiddenColumnMenuItem)==null?void 0:x.hide)||!l.value,click:()=>{r(g.field),t("change-column-status",{columns:o.updatedColumns}),t("change-column-info",{type:"display",columns:o.updatedColumns})}},{text:((b=n.columnMenuTextInfo)==null?void 0:b.ascending)??"Ascending",iconClass:"ev-icon-allow2-up",disabled:!M,hidden:(y=n.hiddenColumnMenuItem)==null?void 0:y.ascending,click:()=>c(g,"asc")},{text:((w=n.columnMenuTextInfo)==null?void 0:w.descending)??"Descending",iconClass:"ev-icon-allow2-down",disabled:!M,hidden:(I=n.hiddenColumnMenuItem)==null?void 0:I.descending,click:()=>c(g,"desc")}]}else n.columnMenuItems.length=0},onGridSettingContextMenu:p=>{const{useDefaultColumnSetting:g,columnSettingTextInfo:m}=a,x={text:(m==null?void 0:m.title)??"Column List",isShowMenu:!0,click:()=>{a.isShowColumnSetting=!0,n.isShowMenuOnClick=!0}};n.customGridSettingContextMenu.length&&(n.gridSettingContextMenuItems=[...n.customGridSettingContextMenu]),g&&n.gridSettingContextMenuItems.push(x),n.gridSettingMenu.show(p)}}},LS=e=>{const{emit:t}=i.getCurrentInstance(),{stores:n,onResize:o}=e,s=()=>{let r=0;const c=[];function d(u){const f={};return Object.keys(u).forEach(p=>{p!=="children"&&(f[p]=u[p])}),f}function h(u){const{node:f,level:p,isShow:g,parent:m,uncheckable:x}=u;f!==null&&typeof f=="object"&&(f.index=r++,f.level=p,Object.hasOwnProperty.call(f,"checked")||(f.checked=!1),Object.hasOwnProperty.call(f,"selected")||(f.selected=!1),Object.hasOwnProperty.call(f,"show")||(f.show=g),Object.hasOwnProperty.call(f,"expand")||(f.expand=!0),Object.hasOwnProperty.call(f,"isFilter")||(f.isFilter=!1),Object.hasOwnProperty.call(f,"uncheckable")||(f.uncheckable=x),Object.hasOwnProperty.call(f,"indeterminate")||(f.indeterminate=!1),Object.hasOwnProperty.call(f,"data")||(f.data=d(f)),c.push(f),Object.hasOwnProperty.call(f,"parent")||(f.parent=m),f.children&&(f.hasChild=!0,f.children.forEach(b=>h({node:b,level:p+1,isShow:f.show&&f.expand,parent:f,uncheckable:f.uncheckable}))))}return n.treeRows.forEach(u=>{h({node:u,level:0,isShow:!0,parent:void 0,uncheckable:!1})}),c},l=(r,c,d)=>{r.forEach(h=>{const u=h;u.show=d&&c?u.isFilter:c,u.hasChild&&l(u.children,u.show&&u.expand,u.isFilter)})};return{setTreeNodeStore:s,handleExpand:r=>{const c=!r.expand,d=r;d.expand=!d.expand,l(d.children,d.expand,d.isFilter),t("toggle-row",{row:d,isExpand:c}),o()}}},NS=e=>{const{stores:t,filterInfo:n,pageInfo:o,getConvertValue:s,onResize:l,checkHeader:a,getPagingData:r,updatePagingInfo:c}=e,d=p=>{if(!(p!=null&&p.parent))return;const{parent:g}=p;g.show=!0,g.isFilter=!0,d(g)},h=p=>{if(!(p!=null&&p.children))return;const{children:g}=p;g.forEach(m=>{const x=m;x.parent.show&&x.parent.expand?x.show=!0:x.show=!1,x.isFilter=!0,x.hasChild&&h(x)})};let u=null;return{onSearch:p=>{u&&clearTimeout(u),u=setTimeout(()=>{n.isSearch=!1,n.searchWord=p;const g=t.treeStore;g.forEach(m=>{m.show=!1,m.isFilter=!1}),p?(g.filter(x=>{let b=!1;for(let y=0;y<t.orderedColumns.length;y++){const w=t.orderedColumns[y]||{};let I=x[w.field]??null;if(w.type=w.type||"string",I!==null&&!w.hide&&((w==null?void 0:w.searchable)===void 0||w!=null&&w.searchable)&&(I=s(w,I).toString(),b=I.toLowerCase().includes(p.toString().toLowerCase()),b))break}return b}).forEach(x=>{x.show=!0,x.parent&&!x.parent.expand&&(x.show=!1),x.isFilter=!0,d(x),h(x)}),n.isSearch=!0):(g.forEach(m=>{m.show=!0,m.isFilter=!1}),g.forEach(m=>{d(m),h(m)})),!p&&o.isClientPaging&&o.prevPage&&(o.currentPage=1,t.pagingStore=r()),c({onSearch:!0}),a(t.store),l()},500)}}},_S=e=>{const{emit:t}=i.getCurrentInstance(),{stores:n,pageInfo:o,sortInfo:s,filterInfo:l,elementInfo:a,clearCheckInfo:r}=e,c=()=>{const u=(o.currentPage-1)*o.perPage,f=parseInt(u,10)+parseInt(o.perPage,10);return n.showTreeStore.slice(u,f)},d=u=>{t("page-change",{eventName:u,pageInfo:{currentPage:o.currentPage,prevPage:o.prevPage,startIndex:o.startIndex,total:o.pageTotal,perPage:o.perPage},sortInfo:{field:s.sortField,order:s.sortOrder},searchInfo:{searchWord:l.searchWord,searchColumns:n.orderedColumns.filter(f=>!f.hide&&((f==null?void 0:f.searchable)===void 0||(f==null?void 0:f.searchable))).map(f=>f.field)}}),o.isInfinite&&(u!=null&&u.onSearch||u!=null&&u.onSort)&&(o.currentPage=1,a.body.scrollTop=0,r())};return{getPagingData:c,updatePagingInfo:d,changePage:u=>{if(o.isClientPaging)if(o.prevPage=u,n.showTreeStore.length<=o.perPage)n.pagingStore=n.showTreeStore;else{const f=(o.currentPage-1)*o.perPage,p=parseInt(f,10)+parseInt(o.perPage,10);n.pagingStore=n.showTreeStore.slice(f,p),a.body.scrollTop=0,o.startIndex=f}d({onChangePage:!0})}}},VS=({sortInfo:e,stores:t})=>{const{emit:n}=i.getCurrentInstance(),o=(u=!0)=>u?["asc","desc","init"]:["asc","desc"];function s(){this.orders=o(),this.dequeue=()=>this.orders.shift(),this.enqueue=u=>this.orders.push(u)}const l=(u,f="init")=>{t.orderedColumns.forEach(p=>{p.index===(u==null?void 0:u.index)&&f?p.sortOption={sortType:f}:p.sortOption={sortType:"init"}})},a=()=>{const u=t.originColumns.filter(f=>f.hiddenDisplay||f.hide);u.length&&u.forEach(f=>{f.sortOption={sortType:"init"}})},r=new s;return{onSort:(u,f)=>{if(u.sortable===void 0?!0:u.sortable){e.sortColumn=u,e.sortField!==(u==null?void 0:u.field)&&(r.orders=o(),e.sortField=u==null?void 0:u.field),f&&(r.orders=o(),f==="desc"&&(e.sortOrder=r.dequeue(),r.enqueue(e.sortOrder))),e.sortOrder=r.dequeue(),r.enqueue(e.sortOrder),a(),l(u,e.sortOrder);const g=ri(t);n("sort-column",{field:e.sortField,order:e.sortOrder,column:e.sortColumn,columns:g}),n("change-column-info",{type:"sort",columns:g})}},setSortInfo:(u,f=!0)=>{const p=u==null?void 0:u.findIndex(x=>{var b;return(x==null?void 0:x.sortable)&&((b=x==null?void 0:x.sortOption)==null?void 0:b.sortType)&&x.sortOption.sortType!=="init"}),g=u[p];p>-1&&(g.index=p);const{sortType:m}=(g==null?void 0:g.sortOption)||{};e.sortColumn=g,e.sortField=g==null?void 0:g.field,e.isSorting=!!m,e.sortOrder=m,l(g,m),f&&n("change-column-info",{type:"sort",columns:ri(t)})},initSortInfo:u=>{e.isSorting=!1,e.sortOrder="init",u.forEach(f=>{var p;(p=f==null?void 0:f.sortOption)!=null&&p.sortType&&f.sortOption.sortType!=="init"&&(f.sortOption.sortType="init")})}}},PS={name:"EvTreeGrid",components:{TreeGridNode:wS,Toolbar:IS,GridPagination:yr,GridSummary:kr,ColumnSetting:Mr,GridSortButton:Er,GridOptionButton:Ns},directives:{observeVisibility:Xi,resize:wn},props:{columns:{type:[Array],default:()=>[]},rows:{type:[Array,Object],default:()=>null},width:{type:[String,Number],default:"100%"},height:{type:[String,Number],default:"100%"},selected:{type:[Array],default:()=>[]},checked:{type:[Array],default:()=>[]},option:{type:Object,default:()=>({})},expandIcon:{type:String,default:""},collapseIcon:{type:String,default:""}},emits:{"update:selected":null,"update:checked":null,"click-row":null,"dblclick-row":null,"check-row":null,"check-all":null,"page-change":null,"sort-column":null,"toggle-row":null,"resize-column":({column:e,columns:t})=>({column:e,columns:t}),"change-column-status":({columns:e})=>({columns:e}),"change-column-info":({type:e,columns:t})=>({type:e,columns:t})},setup(e){var ci,di,hi,ui,fi,mi,gi,qt,gn;const t=i.ref(null),n=i.computed(()=>{var W,ne;return((ne=(W=e.option)==null?void 0:W.useGridSetting)==null?void 0:ne.use)||!1}),o=i.computed(()=>{var W;return((W=e.option)==null?void 0:W.useSummary)||!1}),s=i.computed(()=>e.option.emptyText??"No records"),l=i.reactive({body:null,header:null,table:null,resizeLine:null,"grid-wrapper":null}),a=i.reactive({isSearch:!1,searchWord:""}),r=i.reactive({isShowColumnSetting:!1,isFilteringColumn:!1,visibleColumnIdx:[],hiddenColumn:"",columnSettingPosition:{top:0,left:0,columnListMenuWidth:0},useDefaultColumnSetting:i.computed(()=>{var W,ne;return((ne=(W=e.option)==null?void 0:W.useGridSetting)==null?void 0:ne.useDefaultColumnSetting)??!0}),columnSettingTextInfo:{title:((di=(ci=e.option)==null?void 0:ci.useGridSetting)==null?void 0:di.columnMenuText)??"Column List",search:((ui=(hi=e.option)==null?void 0:hi.useGridSetting)==null?void 0:ui.searchText)??"Search",empty:((mi=(fi=e.option)==null?void 0:fi.useGridSetting)==null?void 0:mi.emptyText)??"No records",ok:((qt=(gi=e.option)==null?void 0:gi.useGridSetting)==null?void 0:qt.okBtnText)??"OK"}}),c=i.reactive({treeStore:[],viewStore:[],filterStore:[],pagingStore:[],originStore:[],showTreeStore:i.computed(()=>c.treeStore.filter(W=>W.show)),searchStore:i.computed(()=>c.treeStore.filter(W=>W.isFilter)),store:i.computed(()=>a.isSearch?c.searchStore:c.treeStore),treeRows:e.rows,filteredColumns:[],originColumns:i.computed(()=>e.columns.map((W,ne)=>{var he;return{index:ne,hiddenDisplay:!1,...W,width:isFinite(W.width)?W.width:void 0,sortOption:{sortType:((he=W==null?void 0:W.sortOption)==null?void 0:he.sortType)||"init"}}})),orderedColumns:i.computed(()=>c.filteredColumns.length?c.filteredColumns:c.originColumns),updatedColumns:i.computed(()=>ri(c))}),d=i.reactive({usePage:i.computed(()=>{var W;return((W=e.option.page)==null?void 0:W.use)||!1}),useClient:((gn=e.option.page)==null?void 0:gn.useClient)||!1,isInfinite:i.computed(()=>{var W;return((W=e.option.page)==null?void 0:W.isInfinite)||!1}),startIndex:0,prevPage:0,currentPage:0,pageTotal:i.computed(()=>{var W;return((W=e.option.page)==null?void 0:W.total)||0}),perPage:i.computed(()=>{var W;return((W=e.option.page)==null?void 0:W.perPage)||20}),visiblePage:i.computed(()=>{var W;return((W=e.option.page)==null?void 0:W.visiblePage)||8}),order:i.computed(()=>{var W;return((W=e.option.page)==null?void 0:W.order)||"center"}),showPageInfo:i.computed(()=>{var W;return((W=e.option.page)==null?void 0:W.showPageInfo)||!1}),isClientPaging:i.computed(()=>d.useClient&&d.usePage&&!d.isInfinite),isHighlight:!1,highlightPage:0}),h=i.reactive({prevCheckedRow:[],isHeaderChecked:!1,isHeaderUncheckable:!1,isHeaderIndeterminate:!1,checkedRows:e.checked,useCheckbox:i.computed(()=>e.option.useCheckbox||{})}),{isRenderer:u,getComponentName:f,getConvertValue:p,getColumnIndex:g,setPixelUnit:m,checkHeader:x}=vS({checkInfo:h}),b=i.reactive({lastScroll:{top:0,left:0},vScrollTopHeight:0,vScrollBottomHeight:0,hasVerticalScrollBar:!1,hasHorizontalScrollBar:!1}),y=i.reactive({selectedRow:e.selected,useSelect:i.computed(()=>{var W,ne;return((ne=(W=e.option)==null?void 0:W.useSelection)==null?void 0:ne.use)??!0}),limitCount:i.computed(()=>{var ne,he;let W=(he=(ne=e.option)==null?void 0:ne.useSelection)==null?void 0:he.limitCount;return W=W&&W>=2?W:0,W}),multiple:i.computed(()=>{var W,ne;return((ne=(W=e.option)==null?void 0:W.useSelection)==null?void 0:ne.multiple)??!1})}),w=i.reactive({isSorting:!1,sortField:"",sortOrder:"",sortColumn:{},sortFunction:e.option.customAscFunction??{}}),I=i.reactive({menu:null,contextMenuItems:[],contextMenuClass:e.option.customContextMenuClass||"",columnMenu:null,columnMenuItems:[],columnMenuTextInfo:e.option.columnMenuText||{},hiddenColumnMenuItem:e.option.hiddenColumnMenuItem||{},customContextMenu:e.option.customContextMenu||[],gridSettingMenu:null,gridSettingContextMenuItems:[],customGridSettingContextMenu:i.computed(()=>{var W,ne;return((ne=(W=e.option)==null?void 0:W.useGridSetting)==null?void 0:ne.customContextMenu)||[]}),isShowMenuOnClick:!1}),M=i.reactive({minWidth:40,rendererMinWidth:80,showResizeLine:!1,adjust:e.option.adjust||!1,columnWidth:e.option.columnWidth||80,scrollWidth:e.option.scrollWidth||17,rowHeight:i.computed(()=>e.option.rowHeight||35),gridWidth:i.computed(()=>e.width?m(e.width):"100%"),gridHeight:i.computed(()=>e.height?m(e.height):"100%"),isResize:!1}),v=i.reactive({showHeader:i.computed(()=>e.option.showHeader===void 0?!0:e.option.showHeader),stripeStyle:i.computed(()=>{var W;return((W=e.option.style)==null?void 0:W.stripe)||!1}),borderStyle:i.computed(()=>{var W;return((W=e.option.style)==null?void 0:W.border)||""}),highlightIdx:i.computed(()=>{var W;return((W=e.option.style)==null?void 0:W.highlight)??-1})}),_=()=>{y.selectedRow.length=0,c.store.forEach(W=>{W.selected=!1})},C=()=>{h.isHeaderChecked=!1,h.isHeaderIndeterminate=!1,h.checkedRows.length=0,c.store.forEach(W=>{W.checked=!1,W.indeterminate=!1})},{getPagingData:S,updatePagingInfo:E,changePage:k}=_S({stores:c,pageInfo:d,sortInfo:w,filterInfo:a,elementInfo:l,clearCheckInfo:C}),B=i.ref(0),{updateVScroll:D,updateHScroll:O,onScroll:R}=TS({scrollInfo:b,stores:c,elementInfo:l,resizeInfo:M,pageInfo:d,summaryScroll:B,getPagingData:S,updatePagingInfo:E}),{onRowClick:T,onRowDblClick:N}=DS(y),{onCheck:L,onCheckAll:V}=OS({checkInfo:h,stores:c,checkHeader:x,pageInfo:d,getPagingData:S}),{calculatedColumn:P,onResize:A,onShow:z,onColumnResize:$}=BS({resizeInfo:M,elementInfo:l,checkInfo:h,stores:c,isRenderer:u,updateVScroll:D,updateHScroll:O,contextInfo:I}),{setTreeNodeStore:U,handleExpand:H}=LS({stores:c,onResize:A}),{onSort:X,initSortInfo:Y,setSortInfo:K}=VS({sortInfo:w,stores:c}),{onSearch:q}=NS({stores:c,filterInfo:a,pageInfo:d,getConvertValue:p,onResize:A,checkHeader:x,getPagingData:S,updatePagingInfo:E}),{setPositionColumnSetting:Q,initColumnSettingInfo:J,onApplyColumn:te,setColumnHidden:G}=Ir({stores:c,columnSettingInfo:r,contextInfo:I,onSearch:q,onResize:A}),{setContextMenu:oe,onContextMenu:Z,onColumnContextMenu:ae,onGridSettingContextMenu:me}=RS({contextInfo:I,stores:c,selectInfo:y,useGridSetting:n,columnSettingInfo:r,setColumnHidden:G,onSort:X}),re=W=>{I.gridSettingContextMenuItems.length=0,I.customGridSettingContextMenu.length?me(W):r.isShowColumnSetting=!0},ue=W=>{var ne,he,xe,Me,Ve,Xe;W.type==="wheel"&&((ne=I.menu)==null||ne.hide(W)),W.type==="scroll"&&!((he=W.target.classList)!=null&&he.contains("table-body"))&&!((Me=(xe=W.target.offsetParent)==null?void 0:xe.classList)!=null&&Me.contains("ev-grid-column-setting"))&&(r.isShowColumnSetting=!1,I.isShowMenuOnClick=!1,(Ve=I.columnMenu)==null||Ve.hide(W),(Xe=I.gridSettingMenu)==null||Xe.hide())};i.onMounted(()=>{var W;if(c.treeStore=U(),c.originStore=Se(c.treeStore),(W=e.option)!=null&&W.useSort)K(e.columns,!1);else{const ne=I.hiddenColumnMenuItem;ne.ascending=!0,ne.descending=!0}document.addEventListener("wheel",ue,{capture:!1}),document.addEventListener("scroll",ue,{capture:!0})}),i.onUnmounted(()=>{document.removeEventListener("wheel",ue,{capture:!1}),document.removeEventListener("scroll",ue,{capture:!0})}),i.onActivated(()=>{A()}),i.watch(()=>{var W;return(W=e.option)==null?void 0:W.useSort},W=>{const ne=e.option.hiddenColumnMenuItem,he=I.hiddenColumnMenuItem;W?(he.ascending=(ne==null?void 0:ne.ascending)??!1,he.descending=(ne==null?void 0:ne.descending)??!1,K(e.columns,!1)):(he.ascending=!0,he.descending=!0,Y(e.columns))}),i.watch(()=>r.isShowColumnSetting,W=>{var ne;if(!W){(ne=I.gridSettingMenu)==null||ne.hide();return}Q(t.value)}),i.watch(()=>e.columns,()=>{J()},{deep:!0,immediate:!0}),i.watch(()=>e.checked,W=>{h.checkedRows=W}),i.watch(()=>h.checkedRows,W=>{h.isHeaderChecked=!1;let ne=c.store;d.isClientPaging&&(ne=S()),ne.length&&(ne.forEach(he=>{he.checked=!!W.find(xe=>xe.index===he.index)}),x(ne)),D()}),i.watch(()=>e.selected,W=>{y.useSelect&&(y.selectedRow=W)}),i.watch(()=>y.selectedRow,W=>{y.useSelect&&(c.store.forEach(ne=>{ne.selected=!!W.find(he=>he.index===ne.index)}),D())},{deep:!0}),i.watch(()=>v.highlightIdx,async W=>{await i.nextTick();const ne=xe=>{if(!(xe!=null&&xe.children))return;const{children:Me}=xe;Me.forEach(Ve=>{const Xe=Ve;Xe.parent.show&&Xe.parent.expand?Xe.show=!0:Xe.show=!1,Xe.isFilter=!0,Xe.hasChild&&ne(Xe)})},he=xe=>{if(!(xe!=null&&xe.parent)){ne(xe);return}const{parent:Me}=xe;Me.show=!0,Me.isFilter=!0,Me.expand=!0,ne(Me),he(Me)};if(W>=0){const xe=c.store.find(Ve=>Ve.index===W);if(!xe)return;xe.show=!0,xe.isFilter=!0,he(xe);const Me=c.showTreeStore.map(Ve=>Ve.index).indexOf(xe.index);if(d.usePage&&!d.isInfinite){const Ve=Math.ceil(Me/d.perPage);if(d.highlightPage=Me===d.perPage?Ve+1:Ve||1,d.highlightPage!==d.currentPage){d.currentPage=d.highlightPage,d.isHighlight=!0;return}}l.body.scrollTop=M.rowHeight*Me}}),i.watch(()=>h.useCheckbox.mode,()=>{h.checkedRows=[],h.isHeaderChecked=!1}),i.watch(()=>y.useSelect,()=>{_()}),i.watch(()=>y.multiple,()=>{_()}),i.watch(()=>e.rows,W=>{c.treeRows=W,c.treeStore=U(),A()},{deep:!0}),i.watch(()=>c.treeStore.length,()=>{x(c.store)}),i.watch(()=>[e.width,e.height,e.option.columnWidth],()=>{e.option.columnWidth!=null&&(M.columnWidth=e.option.columnWidth),c.orderedColumns.map(W=>{var he;const ne=W;return!((he=e.columns[W.index])!=null&&he.width)&&!ne.resized&&(ne.width=0),ne}),A()}),i.watch(()=>e.option.searchValue,W=>{i.nextTick(()=>{W!==void 0&&(q((W==null?void 0:W.value)??W),d.isClientPaging&&(C(),_()))})},{immediate:!0}),i.watch(()=>{var W;return(W=e.option.page)==null?void 0:W.currentPage},W=>{var he;const ne=W||1;d.currentPage=(he=e.option.page)!=null&&he.isInfinite?1:ne},{immediate:!0}),i.watch(()=>d.currentPage,(W,ne)=>{i.nextTick(()=>{if(k(ne),d.isClientPaging&&W!==ne&&(C(),_()),D(),W===d.highlightPage&&d.isHighlight){const he=c.pagingStore.map(xe=>xe.index).indexOf(v.highlightIdx);l.body.scrollTop=M.rowHeight*he,d.isHighlight=!d.isHighlight}})});const ke=()=>({"column-sort__icon":!0,"column-sort__icon--asc":w.sortOrder==="asc","column-sort__icon--desc":w.sortOrder==="desc"}),rt=i.computed(()=>({width:M.gridWidth,height:M.gridHeight})),ct=i.computed(()=>({"table-body":!0,stripe:v.stripeStyle,"bottom-border":!!c.viewStore.length,"non-border":!!v.borderStyle})),yt=i.computed(()=>({table:!0,"ev-grid":!0,"ev-tree-grid":!0,adjust:M.adjust,"non-header":!v.showHeader,"ev-tree-grid--empty":!c.viewStore.length})),ho=i.computed(()=>({"table-header":!0,"non-border":!!v.borderStyle})),uo=i.computed(()=>({column:!0,"checkbox-all":!0,"non-border":!!v.borderStyle})),fo=i.computed(()=>h.useCheckbox.use&&h.useCheckbox.headerCheck&&h.useCheckbox.mode!=="single"),Zt=W=>({column:!0,render:u(W),"non-border":!!v.borderStyle,[W.field]:W.field}),As=(W,ne)=>{const he=u(W);return{width:`${W.width}px`,"min-width":he?`${M.rendererMinWidth}px;`:`${M.minWidth}px`,"margin-right":c.orderedColumns.length-1===ne&&b.hasVerticalScrollBar&&b.hasHorizontalScrollBar?`${M.scrollWidth}px`:"0px","border-right":c.orderedColumns.length-1===ne?"none":"1px solid #CFCFCF"}},zs=W=>`${W}Node`;return{summaryScroll:B,gridStyle:rt,gridClass:yt,headerClass:ho,headerCheckboxClass:uo,isHeaderCheckbox:fo,bodyStyle:ct,useSummary:o,useGridSetting:n,toolbarRef:t,stores:c,emptyText:s,...i.toRefs(v),...i.toRefs(l),...i.toRefs(c),...i.toRefs(a),...i.toRefs(b),...i.toRefs(M),...i.toRefs(y),...i.toRefs(h),...i.toRefs(w),...i.toRefs(I),...i.toRefs(d),...i.toRefs(r),isRenderer:u,getComponentName:f,getConvertValue:p,getColumnIndex:g,setPixelUnit:m,updateVScroll:D,updateHScroll:O,onScroll:R,calculatedColumn:P,onResize:A,onShow:z,onColumnResize:$,onRowClick:T,onRowDblClick:N,onCheck:L,onCheckAll:V,setContextMenu:oe,onContextMenu:Z,onSearch:q,handleExpand:H,getColumnClass:Zt,getColumnStyle:As,getSlotName:zs,setGridSetting:re,onApplyColumn:te,onColumnContextMenu:ae,onSort:X,sortIconClass:ke}}},AS={class:"column-list"},zS=["data-index"],FS=["title","onClick"],HS=["onClick"],WS=["onMousedown"],$S={ref:"table"},XS=["title"],US={key:0},jS={class:"is-empty"},YS={ref:"resizeLine",class:"table-resize-line"};function GS(e,t,n,o,s,l){var b;const a=i.resolveComponent("grid-option-button"),r=i.resolveComponent("toolbar"),c=i.resolveComponent("ev-checkbox"),d=i.resolveComponent("grid-sort-button"),h=i.resolveComponent("tree-grid-node"),u=i.resolveComponent("ev-context-menu"),f=i.resolveComponent("grid-summary"),p=i.resolveComponent("grid-pagination"),g=i.resolveComponent("column-setting"),m=i.resolveDirective("resize"),x=i.resolveDirective("observe-visibility");return i.openBlock(),i.createElementBlock(i.Fragment,null,[e.$slots.toolbar||o.useGridSetting?(i.openBlock(),i.createElementBlock("div",{key:0,ref:"toolbarRef",class:"toolbar-wrapper",style:i.normalizeStyle(`width: ${e.gridWidth};`)},[i.createVNode(r,null,{toolbarWrapper:i.withCtx(()=>[o.useGridSetting?(i.openBlock(),i.createBlock(a,{key:0,class:"grid-setting__icon",onClick:o.setGridSetting},null,8,["onClick"])):i.createCommentVNode("",!0),i.renderSlot(e.$slots,"toolbar",{item:{onSearch:o.onSearch}},void 0,!0)]),_:3})],4)):i.createCommentVNode("",!0),i.withDirectives((i.openBlock(),i.createElementBlock("div",{ref:"grid-wrapper",style:i.normalizeStyle(o.gridStyle)},[i.createElementVNode("div",{ref:"grid",class:i.normalizeClass(o.gridClass)},[i.withDirectives(i.createElementVNode("div",{ref:"header",class:i.normalizeClass(o.headerClass)},[i.createElementVNode("ul",AS,[e.useCheckbox.use?(i.openBlock(),i.createElementBlock("li",{key:0,class:i.normalizeClass(o.headerCheckboxClass),style:i.normalizeStyle({width:`${e.minWidth}px`,"border-right":"1px solid #CFCFCF"})},[o.isHeaderCheckbox?(i.openBlock(),i.createBlock(c,{key:0,modelValue:e.isHeaderChecked,"onUpdate:modelValue":t[0]||(t[0]=y=>e.isHeaderChecked=y),disabled:e.isHeaderUncheckable,indeterminate:e.isHeaderIndeterminate,onChange:o.onCheckAll},null,8,["modelValue","disabled","indeterminate","onChange"])):i.createCommentVNode("",!0)],6)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.orderedColumns,(y,w)=>{var I,M;return i.openBlock(),i.createElementBlock(i.Fragment,{key:w},[!y.hide&&!y.hiddenDisplay?(i.openBlock(),i.createElementBlock("li",{key:0,"data-index":w,class:i.normalizeClass(o.getColumnClass(y)),style:i.normalizeStyle(o.getColumnStyle(y,w))},[y.customHeader&&e.$slots.customHeader?i.renderSlot(e.$slots,"customHeader",{key:0},void 0,!0):(i.openBlock(),i.createElementBlock("span",{key:1,title:y.caption,class:i.normalizeClass(["column-name",{"column-name--click":o.useGridSetting}]),onClick:[v=>o.onColumnContextMenu(v,y),t[1]||(t[1]=i.withModifiers((...v)=>e.columnMenu.show&&e.columnMenu.show(...v),["prevent"]))]},[i.createTextVNode(i.toDisplayString(y.caption)+" ",1),i.createElementVNode("span",{onClick:i.withModifiers(v=>o.onSort(y),["stop"])},[e.$slots.sortIcon?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[(I=e.$props.option)!=null&&I.useSort&&(y!=null&&y.sortable)?(i.openBlock(),i.createElementBlock("span",{key:0,class:"column-sort__icon column-sort__icon--basic",style:i.normalizeStyle({height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`})},[i.renderSlot(e.$slots,"sortIcon",{},void 0,!0)],4)):i.createCommentVNode("",!0),e.sortField===y.field?(i.openBlock(),i.createElementBlock("span",{key:1,class:i.normalizeClass(o.sortIconClass(y)),style:i.normalizeStyle({height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`})},[i.renderSlot(e.$slots,`sortIcon_${e.sortOrder}`,{},void 0,!0)],6)):i.createCommentVNode("",!0)],64)):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[(M=e.$props.option)!=null&&M.useSort&&(y!=null&&y.sortable)?(i.openBlock(),i.createBlock(d,{key:0,class:"column-sort__icon column-sort__icon--basic",icon:"basic",style:i.normalizeStyle({height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`})},null,8,["style"])):i.createCommentVNode("",!0),e.sortField===y.field?(i.openBlock(),i.createBlock(d,{key:1,class:i.normalizeClass(o.sortIconClass(y)),icon:e.sortOrder,style:i.normalizeStyle({height:`${e.rowHeight}px`,"line-height":`${e.rowHeight}px`,visibility:e.sortOrder?y.hidden:!0})},null,8,["class","icon","style"])):i.createCommentVNode("",!0)],64))],8,HS)],10,FS)),i.createElementVNode("span",{class:"column-resize",onMousedown:i.withModifiers(v=>o.onColumnResize(w,v),["stop","left"])},null,40,WS)],14,zS)):i.createCommentVNode("",!0)],64)}),128)),(b=e.$props.option.customContextMenu)!=null&&b.length?(i.openBlock(),i.createElementBlock("li",{key:1,class:i.normalizeClass({column:!0,"non-border":!!e.borderStyle}),style:i.normalizeStyle({width:"30px","min-width":"30px","margin-right":e.hasVerticalScrollBar||e.hasHorizontalScrollBar?`${e.scrollWidth}px`:"0px"})},null,6)):i.createCommentVNode("",!0)])],2),[[i.vShow,e.showHeader]]),i.createElementVNode("div",{ref:"body",class:i.normalizeClass(o.bodyStyle),onScroll:t[2]||(t[2]=(...y)=>o.onScroll&&o.onScroll(...y)),onContextmenu:[t[3]||(t[3]=y=>o.onContextMenu(y)),t[4]||(t[4]=i.withModifiers((...y)=>e.menu.show&&e.menu.show(...y),["prevent"]))]},[i.createElementVNode("div",{style:i.normalizeStyle(`height: ${e.vScrollTopHeight}px;`),class:"vscroll-spacer"},null,4),i.createElementVNode("table",$S,[i.createElementVNode("tbody",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(e.viewStore,(y,w)=>(i.openBlock(),i.createBlock(h,{key:w,"selected-data":e.selectedRow,"node-data":y,"use-checkbox":e.useCheckbox,"ordered-columns":e.orderedColumns,"expand-icon":n.option.expandIcon,"collapse-icon":n.option.collapseIcon,"parent-icon":n.option.parentIcon,"child-icon":n.option.childIcon,"custom-context-menu":e.customContextMenu,"menu-ref":e.menu,"is-resize":e.isResize,"row-height":e.rowHeight,"min-width":e.minWidth,"highlight-index":e.highlightIdx,"border-style":e.borderStyle,onCheckTreeData:o.onCheck,onExpandTreeData:o.handleExpand,onClickTreeData:o.onRowClick,onDblClickTreeData:o.onRowDblClick,onContextMenu:o.onContextMenu},i.createSlots({_:2},[i.renderList(e.orderedColumns,(I,M)=>({name:o.getSlotName(I.field),fn:i.withCtx(({item:v})=>[e.$slots[I.field]?i.renderSlot(e.$slots,I.field,{key:0,item:{data:v.data,fieldName:I.field}},void 0,!0):(i.openBlock(),i.createElementBlock("span",{key:1,title:o.getConvertValue(I,y[I.field])},i.toDisplayString(o.getConvertValue(I,y[I.field])),9,XS))])})),e.$slots.contextmenuIcon?{name:"contextmenuIconNode",fn:i.withCtx(()=>[i.renderSlot(e.$slots,"contextmenuIcon",{},void 0,!0)]),key:"0"}:void 0]),1032,["selected-data","node-data","use-checkbox","ordered-columns","expand-icon","collapse-icon","parent-icon","child-icon","custom-context-menu","menu-ref","is-resize","row-height","min-width","highlight-index","border-style","onCheckTreeData","onExpandTreeData","onClickTreeData","onDblClickTreeData","onContextMenu"]))),128)),e.viewStore.length?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("tr",US,[i.createElementVNode("td",jS,i.toDisplayString(o.emptyText),1)]))])],512),i.createElementVNode("div",{style:i.normalizeStyle(`height: ${e.vScrollBottomHeight}px;`),class:"vscroll-spacer"},null,4),i.createVNode(u,{ref:"menu","custom-class":e.contextMenuClass,items:e.contextMenuItems},null,8,["custom-class","items"]),i.createVNode(u,{ref:"columnMenu",items:e.columnMenuItems},null,8,["items"]),i.createVNode(u,{ref:"gridSettingMenu",items:e.gridSettingContextMenuItems,"is-show-menu-on-click":e.isShowMenuOnClick},null,8,["items","is-show-menu-on-click"])],34),i.withDirectives(i.createElementVNode("div",YS,null,512),[[i.vShow,e.showResizeLine]])],2)],4)),[[m,o.onResize],[x,{callback:o.onShow,once:!0}]]),o.useSummary?(i.openBlock(),i.createBlock(f,{key:1,"is-tree":!0,"ordered-columns":e.orderedColumns,stores:o.stores,"use-checkbox":e.useCheckbox.use,"style-option":{borderStyle:e.borderStyle,minWidth:e.minWidth,rowHeight:e.rowHeight},"scroll-left":o.summaryScroll},null,8,["ordered-columns","stores","use-checkbox","style-option","scroll-left"])):i.createCommentVNode("",!0),e.usePage&&!e.isInfinite?(i.openBlock(),i.createBlock(p,{key:2,modelValue:e.currentPage,"onUpdate:modelValue":t[5]||(t[5]=y=>e.currentPage=y),total:e.showTreeStore.length,"per-page":e.perPage,"visible-page":e.visiblePage,"show-page-info":e.showPageInfo,order:e.order},null,8,["modelValue","total","per-page","visible-page","show-page-info","order"])):i.createCommentVNode("",!0),i.createVNode(g,{"is-show":e.isShowColumnSetting,"onUpdate:isShow":t[6]||(t[6]=y=>e.isShowColumnSetting=y),"is-show-menu-on-click":e.isShowMenuOnClick,"onUpdate:isShowMenuOnClick":t[7]||(t[7]=y=>e.isShowMenuOnClick=y),columns:e.updatedColumns,"hidden-column":e.hiddenColumn,position:e.columnSettingPosition,"text-info":e.columnSettingTextInfo,onApplyColumn:o.onApplyColumn},null,8,["is-show","is-show-menu-on-click","columns","hidden-column","position","text-info","onApplyColumn"])],64)}const ro=le(PS,[["render",GS],["__scopeId","data-v-4721d54a"]]);ro.install=e=>{e.component(ro.name,ro)};const ZS={name:"PageButton",props:{page:{type:Object,required:!0},disabled:{type:Boolean,default:!1}}},qS=["aria-current"];function KS(e,t,n,o,s,l){return i.openBlock(),i.createElementBlock("span",i.mergeProps({class:{"is-current":n.page.isCurrent,"is-disabled":n.disabled||n.page.disabled,[n.page.class]:!0}},e.$attrs,{"aria-current":n.page.isCurrent,onClick:t[0]||(t[0]=i.withModifiers((...a)=>n.page.click&&n.page.click(...a),["stop"]))}),[i.renderSlot(e.$slots,"default",{},()=>[i.createTextVNode(i.toDisplayString(n.page.number),1)])],16,qS)}const JS={name:"EvPagination",components:{EvIcon:hn,pageButton:le(ZS,[["render",KS]])},props:{total:{type:[Number,String],default:0},visiblePage:{type:[Number,String],default:8},perPage:{type:[Number,String],default:20},modelValue:{type:[Number,String],default:1},showPageInfo:{type:Boolean,default:!1},order:{type:String,default:"left",validator:e=>["left","right","center"].includes(e)},pagePerJump:{type:[Number,void 0],default:void 0}},emits:{"update:modelValue":null,change:null},setup(e,{emit:t}){const n=i.computed(()=>e.visiblePage>7?e.visiblePage:7),o=i.computed(()=>e.modelValue),s=i.computed(()=>e.total===0?1:Math.ceil(e.total/e.perPage)),l=i.computed(()=>o.value>1),a=i.computed(()=>o.value<s.value),r=i.computed(()=>Math.max(o.value-e.pagePerJump,1)),c=i.computed(()=>Math.min(o.value+e.pagePerJump,s.value)),d=i.computed(()=>{const m=o.value*e.perPage-e.perPage+1;return m>=0?m:0}),h=(m,x)=>{o.value===m||m<1||m>s.value||(t("update:modelValue",m),t("change",m),x&&x.target&&i.nextTick(()=>x.target.focus()))},u=(m,x={})=>({number:m,isCurrent:x.isCurrent??o.value===m,click:b=>h(m,b),input:(b,y)=>h(+y,b),disabled:x.disabled||!1,class:x.class||""}),f=(m,x)=>{const b=[],y=m>0?m:1;for(let w=y;w<=x;w++)b.push(u(w));return b},p=i.computed(()=>{const m=parseInt(n.value,10);if(m===0)return[];const x=Math.min(Math.max(0,m)||s.value,s.value);if(s.value<=x)return f(1,s.value);const b=x%2===0?1:0,y=Math.floor(x/2),w=s.value-y+1+b;if(o.value>y&&o.value<w){const M=s.value,v=o.value-y+2,_=o.value+y-2-b,C=v-1===2?2:-1,S=_+1===M-1?_+1:-1;return[u(1),u(C),...f(v,_),u(S),u(s.value)]}else if(o.value===y){const I=o.value+y-1-b;return[...f(1,I),u(-1),u(s.value)]}else if(o.value===w){const I=o.value-y+1;return[u(1),u(-1),...f(I,s.value)]}return[...f(1,y),u(-1),...f(w,s.value)]}),g=i.computed(()=>({"justify-content":e.order,flex:"3 1 0%"}));return i.watch(()=>s.value,m=>{o.value>m&&h(m)}),i.watch(()=>o.value,(m,x)=>{s.value<m&&h(x)}),{pageCount:s,pagesInRange:p,hasPrev:l,hasNext:a,listClasses:g,firstData:d,current:o,changePage:h,getPage:u,prevJumpPage:r,nextJumpPage:c}}},QS={class:"pagination"},ew={key:0,class:"pagination-info"},tw={key:0,class:"pagination-ellipsis"},nw=["onClick"];function ow(e,t,n,o,s,l){const a=i.resolveComponent("ev-icon"),r=i.resolveComponent("page-button");return i.openBlock(),i.createElementBlock("nav",QS,[n.showPageInfo?(i.openBlock(),i.createElementBlock("small",ew,[n.perPage===1?(i.openBlock(),i.createElementBlock(i.Fragment,{key:0},[i.createTextVNode(i.toDisplayString(o.firstData)+" / "+i.toDisplayString(n.total),1)],64)):(i.openBlock(),i.createElementBlock(i.Fragment,{key:1},[i.createTextVNode(i.toDisplayString(o.firstData)+" - "+i.toDisplayString(Math.min(o.current*n.perPage,n.total))+" / "+i.toDisplayString(n.total),1)],64))])):i.createCommentVNode("",!0),i.createElementVNode("ul",{class:"pagination-list",style:i.normalizeStyle(o.listClasses)},[e.$props.pagePerJump?(i.openBlock(),i.createElementBlock("li",{key:0,class:i.normalizeClass(["step-button",{"is-disabled":!o.hasPrev}])},[i.createVNode(r,{class:"pagination-previous",disabled:!o.hasPrev,page:o.getPage(o.prevJumpPage,{isCurrent:!1})},{default:i.withCtx(()=>[i.createVNode(a,{icon:"ev-icon-s-double-left"})]),_:1},8,["disabled","page"])],2)):i.createCommentVNode("",!0),i.createElementVNode("li",{class:i.normalizeClass(["step-button",{"is-disabled":!o.hasPrev}])},[i.createVNode(r,{class:"pagination-previous",disabled:!o.hasPrev,page:o.getPage(o.current-1)},{default:i.withCtx(()=>[i.createVNode(a,{icon:"ev-icon-s-arrow-left"})]),_:1},8,["disabled","page"])],2),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(o.pagesInRange,(c,d)=>(i.openBlock(),i.createElementBlock(i.Fragment,{key:d},[c.number===-1?(i.openBlock(),i.createElementBlock("li",tw,[...t[0]||(t[0]=[i.createElementVNode("span",null,"…",-1)])])):(i.openBlock(),i.createElementBlock("li",{key:1,class:i.normalizeClass({"is-current":c.isCurrent,"is-page":!0}),onClick:c.click},[i.createVNode(r,{page:c},null,8,["page"])],10,nw))],64))),128)),i.createElementVNode("li",{class:i.normalizeClass(["step-button",{"is-disabled":!o.hasNext}])},[i.createVNode(r,{class:"pagination-next",disabled:!o.hasNext,page:o.getPage(o.current+1)},{default:i.withCtx(()=>[i.createVNode(a,{icon:"ev-icon-s-arrow-right"})]),_:1},8,["disabled","page"])],2),e.$props.pagePerJump?(i.openBlock(),i.createElementBlock("li",{key:1,class:i.normalizeClass(["step-button",{"is-disabled":!o.hasNext}])},[i.createVNode(r,{class:"pagination-previous",disabled:!o.hasNext,page:o.getPage(o.nextJumpPage,{isCurrent:!1})},{default:i.withCtx(()=>[i.createVNode(a,{icon:"ev-icon-s-double-right"})]),_:1},8,["disabled","page"])],2)):i.createCommentVNode("",!0)],4)])}const co=le(JS,[["render",ow]]);co.install=e=>{e.component(co.name,co)};const iw="3.5.0",sw=[kn,Mn,sn,En,ln,an,In,vn,Bn,Dn,On,Nn,Wn,hn,Un,jn,Yn,Gn,Zn,qn,Kn,Jn,Qn,eo,no,so,lo,ao,Jo,ei,ti,ro,co],lw={version:iw,install:e=>{e&&sw.forEach(t=>{e.use(t)})}};se.EvButton=sn,se.EvButtonGroup=En,se.EvCalendar=Un,se.EvChart=so,se.EvChartBrush=ao,se.EvChartGroup=lo,se.EvCheckbox=ln,se.EvCheckboxGroup=an,se.EvContextMenu=Gn,se.EvDatePicker=jn,se.EvGrid=no,se.EvIcon=hn,se.EvInputNumber=Nn,se.EvLoading=qn,se.EvMenu=Jn,se.EvMessage=Jo,se.EvMessageBox=ti,se.EvNotification=ei,se.EvPagination=co,se.EvProgress=Kn,se.EvRadio=In,se.EvRadioGroup=vn,se.EvScheduler=Yn,se.EvSelect=Bn,se.EvSlider=Wn,se.EvTabPanel=Mn,se.EvTabs=kn,se.EvTextField=On,se.EvTimePicker=eo,se.EvToggle=Dn,se.EvTree=Qn,se.EvTreeGrid=ro,se.EvWindow=Zn,se.default=lw,Object.defineProperties(se,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});