@ecan-bi/datav 1.3.44 → 1.3.46

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.
package/dist/index.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @ecan-bi/datav@1.3.44 */
1
+ /*! @ecan-bi/datav@1.3.46 */
2
2
  (function(G,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("echarts/core"),require("resize-detector"),require("ant-design-vue"),require("ant-design-vue/es/spin/style"),require("ant-design-vue/es/skeleton/style"),require("lodash-es"),require("dayjs"),require("axios"),require("mitt"),require("ant-design-vue/es/progress/style"),require("ant-design-vue/es/input/style"),require("ant-design-vue/es/date-picker/style"),require("ant-design-vue/es/date-picker/locale/zh_CN"),require("ant-design-vue/es/button/style"),require("ant-design-vue/es/checkbox/style"),require("ant-design-vue/es/select/style"),require("ant-design-vue/es/tree-select/style"),require("echarts/renderers"),require("echarts/charts"),require("echarts/components"),require("ant-design-vue/es/modal/style"),require("echarts"),require("ant-design-vue/es/table/style"),require("ant-design-vue/es/notification/style"),require("xlsx"),require("big.js")):typeof define=="function"&&define.amd?define(["exports","vue","echarts/core","resize-detector","ant-design-vue","ant-design-vue/es/spin/style","ant-design-vue/es/skeleton/style","lodash-es","dayjs","axios","mitt","ant-design-vue/es/progress/style","ant-design-vue/es/input/style","ant-design-vue/es/date-picker/style","ant-design-vue/es/date-picker/locale/zh_CN","ant-design-vue/es/button/style","ant-design-vue/es/checkbox/style","ant-design-vue/es/select/style","ant-design-vue/es/tree-select/style","echarts/renderers","echarts/charts","echarts/components","ant-design-vue/es/modal/style","echarts","ant-design-vue/es/table/style","ant-design-vue/es/notification/style","xlsx","big.js"],t):(G=typeof globalThis<"u"?globalThis:G||self,t(G["@ecan/bi-datav"]={},G.Vue,G["echarts/core"],G.ResizeDetector,G.AntDesignVue,null,null,G.LodashEs,G.Dayjs,G.Axios,G.Mitt,null,null,null,G["ant-design-vue/es/date-picker/locale/zh_CN"],null,null,null,null,G["echarts/renderers"],G["echarts/charts"],G["echarts/components"],null,G.Echarts,null,null,G.Xlsx,G.big.js))})(this,function(G,t,ot,Qa,ue,Uu,$u,Le,pe,is,rs,Ku,Yu,Zu,Ja,Qu,Ju,Xu,eh,_t,bt,Be,th,ls,nh,oh,en,ss){var ts,ns,os,as;"use strict";function cs(e){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(o,n,a.get?a:{enumerable:!0,get:()=>e[n]})}}return o.default=e,Object.freeze(o)}const ds=cs(ls),fs=["getWidth","getHeight","getDom","getOption","resize","dispatchAction","convertToPixel","convertFromPixel","containPixel","getDataURL","getConnectedDataURL","appendData","clear","isDisposed","dispose"];function us(e,o){function n(i){return(...r)=>{if(e.value||o(),!e.value)throw new Error("ECharts is not initialized yet.");return e.value[i].apply(e.value,r)}}function a(){const i=Object.create(null);return fs.forEach(r=>{i[r]=n(r)}),i}return a()}function hs(e,o,n){let a=null;t.watch([n,e,o],([i,r,s],l,d)=>{i&&r&&s&&(a=ot.throttle(()=>{r.resize()},100),Qa.addListener(i,a)),d(()=>{a&&i&&Qa.removeListener(i,a)})})}const gs={autoresize:Boolean},ms="ecLoadingOptions";function ys(e,o,n){const a=t.inject(ms,{}),i=t.computed(()=>({...t.unref(a),...n==null?void 0:n.value}));t.watchEffect(()=>{const r=e.value;r&&(o.value?r.showLoading(i.value):r.hideLoading())})}const xs={loading:Boolean,loadingOptions:Object},ah="",ps=/^on[^a-z]/,bs=e=>ps.test(e);function vs(e){const o={};for(const n in e)bs(n)||(o[n]=e[n]);return o}const Ss="x-vue-echarts",Cs="ecTheme",ws="ecInitOptions",As="ecUpdateOptions",wt=t.defineComponent({name:"echarts",props:{option:Object,theme:{type:[Object,String]},initOptions:Object,updateOptions:Object,group:String,manualUpdate:Boolean,...gs,...xs},inheritAttrs:!1,setup(e,{attrs:o,listeners:n}){const a=t.shallowRef(),i=t.shallowRef(),r=t.shallowRef(),s=t.inject(Cs,null),l=t.inject(ws,null),d=t.inject(As,null),{autoresize:c,manualUpdate:u,loading:y,loadingOptions:f}=t.toRefs(e),x=t.computed(()=>r.value||e.option||Object.create(null)),m=t.computed(()=>e.theme||t.unref(s)||{}),h=t.computed(()=>e.initOptions||t.unref(l)||{}),g=t.computed(()=>e.updateOptions||t.unref(d)||{}),C=t.computed(()=>vs(o));function p(T){if(i.value||!a.value)return;const D=i.value=ot.init(a.value,m.value,h.value);e.group&&(D.group=e.group);let O=n;O||(O={},Object.keys(o).filter(L=>L.indexOf("on")===0&&L.length>2).forEach(L=>{const k=L.charAt(2).toLowerCase()+L.slice(3);O[k]=o[L]})),Object.keys(O).forEach(L=>{const k=O[L];k&&(L.indexOf("zr:")===0?D.getZr().on(L.slice(3).toLowerCase(),k):D.on(L.toLowerCase(),k))});function I(){if(D&&!D.isDisposed())try{D.resize()}catch(L){if(L.message==="Cannot read property 'get' of undefined")return;throw L}}function _(){D.setOption(T||x.value,g.value)}c.value?t.nextTick(()=>{I(),_()}):_()}function v(T,D){e.manualUpdate&&(r.value=T),i.value?i.value.setOption(T,D||{}):p(T)}function b(){i.value&&(i.value.dispose(),i.value=void 0)}let w=null;t.watch(u,T=>{typeof w=="function"&&(w(),w=null),T||(w=t.watch(()=>e.option,D=>{D&&(i.value?i.value.setOption(D,g.value):p())},{deep:!0}))},{immediate:!0}),t.watch([m,h],()=>{b(),p()},{deep:!0}),t.watchEffect(()=>{e.group&&i.value&&(i.value.group=e.group)});const A=us(i,p);return ys(i,y,f),hs(i,c,a),t.onMounted(()=>{e.option&&p()}),t.onUnmounted(b),{chart:i,root:a,setOption:v,nonEventAttrs:C,...A}},render(){const e={...this.nonEventAttrs};return e.ref="root",e.class=e.class?["echarts"].concat(e.class):"echarts",t.h(Ss,e)}});function lt(e,o){ks(e)&&(e="100%");var n=Ts(e);return e=o===360?e:Math.min(o,Math.max(0,parseFloat(e))),n&&(e=parseInt(String(e*o),10)/100),Math.abs(e-o)<1e-6?1:(o===360?e=(e<0?e%o+o:e%o)/parseFloat(String(o)):e=e%o/parseFloat(String(o)),e)}function ks(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function Ts(e){return typeof e=="string"&&e.indexOf("%")!==-1}function Bs(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function hn(e){return e<=1?"".concat(Number(e)*100,"%"):e}function Dn(e){return e.length===1?"0"+e:String(e)}function Es(e,o,n){return{r:lt(e,255)*255,g:lt(o,255)*255,b:lt(n,255)*255}}function In(e,o,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(o-e)*(6*n):n<1/2?o:n<2/3?e+(o-e)*(2/3-n)*6:e}function Ds(e,o,n){var a,i,r;if(e=lt(e,360),o=lt(o,100),n=lt(n,100),o===0)i=n,r=n,a=n;else{var s=n<.5?n*(1+o):n+o-n*o,l=2*n-s;a=In(l,s,e+1/3),i=In(l,s,e),r=In(l,s,e-1/3)}return{r:a*255,g:i*255,b:r*255}}function Is(e,o,n){e=lt(e,255),o=lt(o,255),n=lt(n,255);var a=Math.max(e,o,n),i=Math.min(e,o,n),r=0,s=a,l=a-i,d=a===0?0:l/a;if(a===i)r=0;else{switch(a){case e:r=(o-n)/l+(o<n?6:0);break;case o:r=(n-e)/l+2;break;case n:r=(e-o)/l+4;break}r/=6}return{h:r,s:d,v:s}}function Rs(e,o,n){e=lt(e,360)*6,o=lt(o,100),n=lt(n,100);var a=Math.floor(e),i=e-a,r=n*(1-o),s=n*(1-i*o),l=n*(1-(1-i)*o),d=a%6,c=[n,s,r,r,l,n][d],u=[l,n,n,s,r,r][d],y=[r,r,l,n,n,s][d];return{r:c*255,g:u*255,b:y*255}}function _s(e,o,n,a){var i=[Dn(Math.round(e).toString(16)),Dn(Math.round(o).toString(16)),Dn(Math.round(n).toString(16))];return a&&i[0].startsWith(i[0].charAt(1))&&i[1].startsWith(i[1].charAt(1))&&i[2].startsWith(i[2].charAt(1))?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0):i.join("")}function Xa(e){return at(e)/255}function at(e){return parseInt(e,16)}var ei={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function tn(e){var o={r:0,g:0,b:0},n=1,a=null,i=null,r=null,s=!1,l=!1;return typeof e=="string"&&(e=Ns(e)),typeof e=="object"&&(vt(e.r)&&vt(e.g)&&vt(e.b)?(o=Es(e.r,e.g,e.b),s=!0,l=String(e.r).substr(-1)==="%"?"prgb":"rgb"):vt(e.h)&&vt(e.s)&&vt(e.v)?(a=hn(e.s),i=hn(e.v),o=Rs(e.h,a,i),s=!0,l="hsv"):vt(e.h)&&vt(e.s)&&vt(e.l)&&(a=hn(e.s),r=hn(e.l),o=Ds(e.h,a,r),s=!0,l="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(n=e.a)),n=Bs(n),{ok:s,format:e.format||l,r:Math.min(255,Math.max(o.r,0)),g:Math.min(255,Math.max(o.g,0)),b:Math.min(255,Math.max(o.b,0)),a:n}}var Ls="[-\\+]?\\d+%?",Os="[-\\+]?\\d*\\.\\d+%?",At="(?:".concat(Os,")|(?:").concat(Ls,")"),Rn="[\\s|\\(]+(".concat(At,")[,|\\s]+(").concat(At,")[,|\\s]+(").concat(At,")\\s*\\)?"),_n="[\\s|\\(]+(".concat(At,")[,|\\s]+(").concat(At,")[,|\\s]+(").concat(At,")[,|\\s]+(").concat(At,")\\s*\\)?"),ht={CSS_UNIT:new RegExp(At),rgb:new RegExp("rgb"+Rn),rgba:new RegExp("rgba"+_n),hsl:new RegExp("hsl"+Rn),hsla:new RegExp("hsla"+_n),hsv:new RegExp("hsv"+Rn),hsva:new RegExp("hsva"+_n),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function Ns(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var o=!1;if(ei[e])e=ei[e],o=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var n=ht.rgb.exec(e);return n?{r:n[1],g:n[2],b:n[3]}:(n=ht.rgba.exec(e),n?{r:n[1],g:n[2],b:n[3],a:n[4]}:(n=ht.hsl.exec(e),n?{h:n[1],s:n[2],l:n[3]}:(n=ht.hsla.exec(e),n?{h:n[1],s:n[2],l:n[3],a:n[4]}:(n=ht.hsv.exec(e),n?{h:n[1],s:n[2],v:n[3]}:(n=ht.hsva.exec(e),n?{h:n[1],s:n[2],v:n[3],a:n[4]}:(n=ht.hex8.exec(e),n?{r:at(n[1]),g:at(n[2]),b:at(n[3]),a:Xa(n[4]),format:o?"name":"hex8"}:(n=ht.hex6.exec(e),n?{r:at(n[1]),g:at(n[2]),b:at(n[3]),format:o?"name":"hex"}:(n=ht.hex4.exec(e),n?{r:at(n[1]+n[1]),g:at(n[2]+n[2]),b:at(n[3]+n[3]),a:Xa(n[4]+n[4]),format:o?"name":"hex8"}:(n=ht.hex3.exec(e),n?{r:at(n[1]+n[1]),g:at(n[2]+n[2]),b:at(n[3]+n[3]),format:o?"name":"hex"}:!1)))))))))}function vt(e){return!!ht.CSS_UNIT.exec(String(e))}var gn=2,ti=.16,Fs=.05,Ms=.05,zs=.15,ni=5,oi=4,Ps=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function ai(e){var o=e.r,n=e.g,a=e.b,i=Is(o,n,a);return{h:i.h*360,s:i.s,v:i.v}}function mn(e){var o=e.r,n=e.g,a=e.b;return"#".concat(_s(o,n,a,!1))}function qs(e,o,n){var a=n/100,i={r:(o.r-e.r)*a+e.r,g:(o.g-e.g)*a+e.g,b:(o.b-e.b)*a+e.b};return i}function ii(e,o,n){var a;return Math.round(e.h)>=60&&Math.round(e.h)<=240?a=n?Math.round(e.h)-gn*o:Math.round(e.h)+gn*o:a=n?Math.round(e.h)+gn*o:Math.round(e.h)-gn*o,a<0?a+=360:a>=360&&(a-=360),a}function ri(e,o,n){if(e.h===0&&e.s===0)return e.s;var a;return n?a=e.s-ti*o:o===oi?a=e.s+ti:a=e.s+Fs*o,a>1&&(a=1),n&&o===ni&&a>.1&&(a=.1),a<.06&&(a=.06),Number(a.toFixed(2))}function li(e,o,n){var a;return n?a=e.v+Ms*o:a=e.v-zs*o,a>1&&(a=1),Number(a.toFixed(2))}function Ln(e){for(var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=[],a=tn(e),i=ni;i>0;i-=1){var r=ai(a),s=mn(tn({h:ii(r,i,!0),s:ri(r,i,!0),v:li(r,i,!0)}));n.push(s)}n.push(mn(a));for(var l=1;l<=oi;l+=1){var d=ai(a),c=mn(tn({h:ii(d,l),s:ri(d,l),v:li(d,l)}));n.push(c)}return o.theme==="dark"?Ps.map(function(u){var y=u.index,f=u.opacity,x=mn(qs(tn(o.backgroundColor||"#141414"),tn(n[y]),f*100));return x}):n}var On={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},Nn={},Fn={};Object.keys(On).forEach(function(e){Nn[e]=Ln(On[e]),Nn[e].primary=Nn[e][5],Fn[e]=Ln(On[e],{theme:"dark",backgroundColor:"#141414"}),Fn[e].primary=Fn[e][5]});var si=[],nn=[],Vs="insert-css: You need to provide a CSS string. Usage: insertCss(cssString[, options]).";function Hs(){var e=document.createElement("style");return e.setAttribute("type","text/css"),e}function js(e,o){if(o=o||{},e===void 0)throw new Error(Vs);var n=o.prepend===!0?"prepend":"append",a=o.container!==void 0?o.container:document.querySelector("head"),i=si.indexOf(a);i===-1&&(i=si.push(a)-1,nn[i]={});var r;return nn[i]!==void 0&&nn[i][n]!==void 0?r=nn[i][n]:(r=nn[i][n]=Hs(),n==="prepend"?a.insertBefore(r,a.childNodes[0]):a.appendChild(r)),e.charCodeAt(0)===65279&&(e=e.substr(1,e.length)),r.styleSheet?r.styleSheet.cssText+=e:r.textContent+=e,r}function ci(e){for(var o=1;o<arguments.length;o++){var n=arguments[o]!=null?Object(arguments[o]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),a.forEach(function(i){Ws(e,i,n[i])})}return e}function Ws(e,o,n){return o in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}function Gs(e,o){process.env.NODE_ENV!=="production"&&!e&&console!==void 0&&console.error("Warning: ".concat(o))}function Us(e,o){Gs(e,"[@ant-design/icons-vue] ".concat(o))}function di(e){return typeof e=="object"&&typeof e.name=="string"&&typeof e.theme=="string"&&(typeof e.icon=="object"||typeof e.icon=="function")}function Mn(e,o,n){return n?t.h(e.tag,ci({key:o},n,e.attrs),(e.children||[]).map(function(a,i){return Mn(a,"".concat(o,"-").concat(e.tag,"-").concat(i))})):t.h(e.tag,ci({key:o},e.attrs),(e.children||[]).map(function(a,i){return Mn(a,"".concat(o,"-").concat(e.tag,"-").concat(i))}))}function fi(e){return Ln(e)[0]}function ui(e){return e?Array.isArray(e)?e:[e]:[]}var $s=`
3
3
  .anticon {
4
4
  display: inline-block;
@@ -55,7 +55,7 @@
55
55
  }
56
56
  `,hi=!1,Ks=function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:$s;t.nextTick(function(){hi||(typeof window<"u"&&window.document&&window.document.documentElement&&js(o,{prepend:!0}),hi=!0)})},Ys=["icon","primaryColor","secondaryColor"];function Zs(e,o){if(e==null)return{};var n=Qs(e,o),a,i;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i<r.length;i++)a=r[i],!(o.indexOf(a)>=0)&&Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}function Qs(e,o){if(e==null)return{};var n={},a=Object.keys(e),i,r;for(r=0;r<a.length;r++)i=a[r],!(o.indexOf(i)>=0)&&(n[i]=e[i]);return n}function yn(e){for(var o=1;o<arguments.length;o++){var n=arguments[o]!=null?Object(arguments[o]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),a.forEach(function(i){Js(e,i,n[i])})}return e}function Js(e,o,n){return o in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}var on={primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1};function Xs(e){var o=e.primaryColor,n=e.secondaryColor;on.primaryColor=o,on.secondaryColor=n||fi(o),on.calculated=!!n}function e0(){return yn({},on)}var zt=function(o,n){var a=yn({},o,n.attrs),i=a.icon,r=a.primaryColor,s=a.secondaryColor,l=Zs(a,Ys),d=on;if(r&&(d={primaryColor:r,secondaryColor:s||fi(r)}),Ks(),Us(di(i),"icon should be icon definiton, but got ".concat(i)),!di(i))return null;var c=i;return c&&typeof c.icon=="function"&&(c=yn({},c,{icon:c.icon(d.primaryColor,d.secondaryColor)})),Mn(c.icon,"svg-".concat(c.name),yn({},l,{"data-icon":c.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"}))};zt.props={icon:Object,primaryColor:String,secondaryColor:String,focusable:String},zt.inheritAttrs=!1,zt.displayName="IconBase",zt.getTwoToneColors=e0,zt.setTwoToneColors=Xs;const zn=zt;function t0(e,o){return i0(e)||a0(e,o)||o0(e,o)||n0()}function n0(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
57
57
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function o0(e,o){if(e){if(typeof e=="string")return gi(e,o);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return gi(e,o)}}function gi(e,o){(o==null||o>e.length)&&(o=e.length);for(var n=0,a=new Array(o);n<o;n++)a[n]=e[n];return a}function a0(e,o){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var a=[],i=!0,r=!1,s,l;try{for(n=n.call(e);!(i=(s=n.next()).done)&&(a.push(s.value),!(o&&a.length===o));i=!0);}catch(d){r=!0,l=d}finally{try{!i&&n.return!=null&&n.return()}finally{if(r)throw l}}return a}}function i0(e){if(Array.isArray(e))return e}function mi(e){var o=ui(e),n=t0(o,2),a=n[0],i=n[1];return zn.setTwoToneColors({primaryColor:a,secondaryColor:i})}function r0(){var e=zn.getTwoToneColors();return e.calculated?[e.primaryColor,e.secondaryColor]:e.primaryColor}var l0=["class","icon","spin","rotate","tabindex","twoToneColor","onClick"];function s0(e,o){return u0(e)||f0(e,o)||d0(e,o)||c0()}function c0(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
58
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function d0(e,o){if(e){if(typeof e=="string")return yi(e,o);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yi(e,o)}}function yi(e,o){(o==null||o>e.length)&&(o=e.length);for(var n=0,a=new Array(o);n<o;n++)a[n]=e[n];return a}function f0(e,o){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var a=[],i=!0,r=!1,s,l;try{for(n=n.call(e);!(i=(s=n.next()).done)&&(a.push(s.value),!(o&&a.length===o));i=!0);}catch(d){r=!0,l=d}finally{try{!i&&n.return!=null&&n.return()}finally{if(r)throw l}}return a}}function u0(e){if(Array.isArray(e))return e}function xi(e){for(var o=1;o<arguments.length;o++){var n=arguments[o]!=null?Object(arguments[o]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),a.forEach(function(i){Pn(e,i,n[i])})}return e}function Pn(e,o,n){return o in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}function h0(e,o){if(e==null)return{};var n=g0(e,o),a,i;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i<r.length;i++)a=r[i],!(o.indexOf(a)>=0)&&Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}function g0(e,o){if(e==null)return{};var n={},a=Object.keys(e),i,r;for(r=0;r<a.length;r++)i=a[r],!(o.indexOf(i)>=0)&&(n[i]=e[i]);return n}mi("#1890ff");var Pt=function(o,n){var a,i=xi({},o,n.attrs),r=i.class,s=i.icon,l=i.spin,d=i.rotate,c=i.tabindex,u=i.twoToneColor,y=i.onClick,f=h0(i,l0),x=(a={anticon:!0},Pn(a,"anticon-".concat(s.name),!!s.name),Pn(a,r,r),a),m=l===""||l||s.name==="loading"?"anticon-spin":"",h=c;h===void 0&&y&&(h=-1,f.tabindex=h);var g=d?{msTransform:"rotate(".concat(d,"deg)"),transform:"rotate(".concat(d,"deg)")}:void 0,C=ui(u),p=s0(C,2),v=p[0],b=p[1];return t.createVNode("span",xi({role:"img","aria-label":s.name},f,{onClick:y,class:x}),[t.createVNode(zn,{class:m,icon:s,primaryColor:v,secondaryColor:b,style:g},null)])};Pt.props={spin:Boolean,rotate:Number,icon:Object,twoToneColor:String},Pt.displayName="AntdIcon",Pt.inheritAttrs=!1,Pt.getTwoToneColor=r0,Pt.setTwoToneColor=mi;const pi=Pt;var m0={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z"}}]},name:"close",theme:"outlined"};const y0=m0;function bi(e){for(var o=1;o<arguments.length;o++){var n=arguments[o]!=null?Object(arguments[o]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),a.forEach(function(i){x0(e,i,n[i])})}return e}function x0(e,o,n){return o in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}var qn=function(o,n){var a=bi({},o,n.attrs);return t.createVNode(pi,bi({},a,{icon:y0}),null)};qn.displayName="CloseOutlined",qn.inheritAttrs=!1;const p0=qn;var b0={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"};const v0=b0;function vi(e){for(var o=1;o<arguments.length;o++){var n=arguments[o]!=null?Object(arguments[o]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),a.forEach(function(i){S0(e,i,n[i])})}return e}function S0(e,o,n){return o in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}var Vn=function(o,n){var a=vi({},o,n.attrs);return t.createVNode(pi,vi({},a,{icon:v0}),null)};Vn.displayName="LoadingOutlined",Vn.inheritAttrs=!1;const C0=Vn,w0=t.defineComponent({props:{spinning:{type:Boolean,default:!1}},components:{ASpin:ue.Spin},setup(){return{indicator:t.h(C0,{style:{fontSize:"24px",color:"#1890ff"},spin:!0})}}}),ih="",xe=(e,o)=>{const n=e.__vccOpts||e;for(const[a,i]of o)n[a]=i;return n},A0={class:"spin-wrapper"};function k0(e,o,n,a,i,r){const s=t.resolveComponent("a-spin");return t.openBlock(),t.createElementBlock("div",A0,[e.spinning?(t.openBlock(),t.createBlock(s,{key:0,class:"spin",spinning:e.spinning,indicator:e.indicator,tip:"加载中..."},null,8,["spinning","indicator"])):t.renderSlot(e.$slots,"default",{key:1})])}const qt=xe(w0,[["render",k0]]),T0=t.defineComponent({name:"Skeleton",props:{loading:{type:Boolean,default:!1}},components:{ASkeleton:ue.Skeleton}});function B0(e,o,n,a,i,r){const s=t.resolveComponent("a-skeleton");return t.openBlock(),t.createBlock(s,{active:"",loading:e.loading},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["loading"])}const Vt=xe(T0,[["render",B0]]);(function(){try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.vue3-marquee{display:flex!important;position:relative}.vue3-marquee.horizontal{overflow-x:hidden!important;flex-direction:row!important;width:100%;height:max-content}.vue3-marquee.vertical{overflow-y:hidden!important;flex-direction:column!important;height:100%;width:max-content}.vue3-marquee:hover>.marquee{animation-play-state:var(--pauseOnHover)}.vue3-marquee:active>.marquee{animation-play-state:var(--pauseOnClick)}.vue3-marquee>.marquee{flex:0 0 auto;min-width:var(--min-width);min-height:var(--min-height);z-index:1;animation:var(--orientation) var(--duration) linear var(--delay) var(--loops);animation-play-state:var(--pauseAnimation);animation-direction:var(--direction)}.vue3-marquee.horizontal>.marquee{display:flex;flex-direction:row;align-items:center}.vue3-marquee.vertical>.marquee{display:flex;flex-direction:column;align-items:center}@keyframes scrollX{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scrollY{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.vue3-marquee>.overlay{position:absolute;width:100%;height:100%}.vue3-marquee>.transparent-overlay{position:absolute;width:100%;height:100%}.vue3-marquee>.overlay:before,.vue3-marquee>.overlay:after{content:"";position:absolute;z-index:2}.vue3-marquee.horizontal>.overlay:before,.vue3-marquee.horizontal>.overlay:after{background:linear-gradient(to right,var(--gradient-color));height:100%;width:var(--gradient-length)}.vue3-marquee.vertical>.overlay:before,.vue3-marquee.vertical>.overlay:after{background:linear-gradient(to bottom,var(--gradient-color));height:var(--gradient-length);width:100%}.vue3-marquee.horizontal>.overlay:after{transform:rotate(180deg)}.vue3-marquee.vertical>.overlay:after{transform:rotate(-180deg)}.vue3-marquee>.overlay:before{left:0;top:0}.vue3-marquee.horizontal>.overlay:after{right:0;top:0}.vue3-marquee.vertical>.overlay:after{left:0;bottom:0}')),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();var E0=Object.defineProperty,Si=Object.getOwnPropertySymbols,D0=Object.prototype.hasOwnProperty,I0=Object.prototype.propertyIsEnumerable,Ci=(e,o,n)=>o in e?E0(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,wi=(e,o)=>{for(var n in o||(o={}))D0.call(o,n)&&Ci(e,n,o[n]);if(Si)for(var n of Si(o))I0.call(o,n)&&Ci(e,n,o[n]);return e},R0=(e,o)=>{const n=e.__vccOpts||e;for(const[a,i]of o)n[a]=i;return n};const _0=t.defineComponent({props:{vertical:{type:Boolean,default:!1},direction:{type:String,default:"normal"},duration:{type:Number,default:20},delay:{type:Number,default:0},loop:{type:Number,default:0},clone:{type:Boolean,default:!1},gradient:{type:Boolean,default:!1},gradientColor:{type:Array,default:[255,255,255]},gradientWidth:{type:String},gradientLength:{type:String},pauseOnHover:{type:Boolean,default:!1},pauseOnClick:{type:Boolean,default:!1},pause:{type:Boolean,default:!1},animateOnOverflowOnly:{type:Boolean,default:!1}},emits:["onComplete","onLoopComplete","onPause","onResume","onOverflowDetected","onOverflowCleared"],setup(e,{emit:o}){const n=t.ref(0),a=t.ref("100%"),i=t.ref("100%"),r=t.ref(0),s=t.ref(!1),l=t.ref(!1),d=t.ref(0),c=t.ref(0),u=t.ref(0),y=t.ref(0),f=t.ref(!1),x=t.ref(!1),m=t.ref(0),h=t.ref(null),g=t.ref("200px"),C=t.ref(!1),p=t.ref(null),v=t.ref(null),b=async()=>{await w(),r.value++},w=async()=>{e.vertical&&(s.value=!0),setInterval(()=>{if(a.value="0%",i.value="0%",p.value!==null&&v.value!==null&&p.value&&v.value)if(e.vertical&&"clientHeight"in p.value&&"clientHeight"in v.value){y.value=p.value.clientHeight,u.value=v.value.clientHeight;const S=Math.ceil(u.value/y.value);return n.value=isFinite(S)?S:0,s.value=!1,n.value}else if(!e.vertical&&"clientWidth"in p.value&&"clientWidth"in v.value){if(c.value=p.value.clientWidth,d.value=v.value.clientWidth,e.animateOnOverflowOnly)return c.value<d.value?(l.value=!0,o("onOverflowDetected")):(l.value=!1,o("onOverflowCleared")),0;const S=Math.ceil(d.value/c.value);return n.value=isFinite(S)?S:0,n.value}else return a.value="100%",i.value="100%",0;else return a.value="100%",i.value="100%",0},100)};t.watch(c,async()=>{e.clone&&b()}),t.watch(d,async()=>{(e.clone||e.animateOnOverflowOnly)&&b()}),t.watch(()=>e.pause,(S,E)=>{S!==E&&o(S?"onResume":"onPause")});const A=()=>{e.pauseOnHover&&(o("onPause"),f.value=!0)},T=()=>{e.pauseOnHover&&(o("onResume"),f.value=!1)},D=()=>{e.pauseOnClick&&(o("onPause"),x.value=!0)},O=()=>{e.pauseOnClick&&(o("onResume"),x.value=!1)},I=t.computed(()=>e.pause||e.vertical&&s.value||e.animateOnOverflowOnly&&l.value?"paused":"running"),_=t.computed(()=>e.pauseOnHover&&(f.value||x.value)||!e.pauseOnHover&&I.value==="paused"?"paused":"running"),L=t.computed(()=>e.pauseOnHover&&f.value||e.pauseOnClick&&x.value||!e.pauseOnHover&&I.value==="paused"?"paused":"running"),k=t.computed(()=>{const S={"--duration":`${e.duration}s`,"--delay":`${e.delay}s`,"--direction":`${e.direction}`,"--pauseOnHover":`${_.value}`,"--pauseOnClick":`${L.value}`,"--pauseAnimation":`${I.value}`,"--loops":`${e.loop===0?"infinite":e.loop}`,"--gradient-color":`rgba(${e.gradientColor[0]}, ${e.gradientColor[1]}, ${e.gradientColor[2]}, 1), rgba(${e.gradientColor[0]}, ${e.gradientColor[1]}, ${e.gradientColor[2]}, 0)`,"--gradient-length":`${g.value}`,"--min-width":`${a.value}`,"--min-height":`${i.value}`},E={"--orientation":"scrollX",orientation:"horizontal"};return e.vertical&&(E["--orientation"]="scrollY"),wi(wi({},S),E)}),R=t.computed(()=>!!e.gradient),B=async()=>{e.vertical?(i.value="100%",a.value="auto",e.animateOnOverflowOnly&&console.warn("The `animateOnOverflowOnly` prop is not supported for vertical marquees.")):(i.value="auto",e.animateOnOverflowOnly?a.value="auto":a.value="100%"),e.gradient&&(e.gradientWidth?(console.warn("The `gradientWidth` prop has been deprecated and will be removed in a future release. Please use `gradientLength` instead."),g.value=e.gradientWidth):e.gradientLength&&(g.value=e.gradientLength)),(e.clone||e.animateOnOverflowOnly)&&(await w(),b()),C.value=!0};return t.onMounted(async()=>{B(),h.value=setInterval(()=>{m.value++,e.loop!==0&&m.value===e.loop&&(o("onComplete"),clearInterval(h.value)),o("onLoopComplete")},e.duration*1e3)}),t.onBeforeUnmount(()=>{clearInterval(h.value)}),{ready:C,contentWidth:c,containerWidth:d,contentHeight:y,containerHeight:u,loopCounter:m,loopInterval:h,mouseOverMarquee:f,mouseDownMarquee:x,minWidth:a,minHeight:i,animateOnOverflowPause:l,marqueeContent:p,marqueeOverlayContainer:v,componentKey:r,showGradient:R,cloneAmount:n,ForcesUpdate:b,checkForClone:w,setupMarquee:B,getCurrentStyle:k,hoverStarted:A,hoverEnded:T,mouseDown:D,mouseUp:O}}}),L0={class:"transparent-overlay",ref:"marqueeOverlayContainer","aria-hidden":!0},O0={class:"marquee",ref:"marqueeContent"},N0={key:1,"aria-hidden":!0,class:"marquee"};function F0(e,o,n,a,i,r){return e.ready?(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["vue3-marquee",{vertical:e.vertical,horizontal:!e.vertical}]),style:t.normalizeStyle(e.getCurrentStyle),key:e.componentKey,onMouseenter:o[0]||(o[0]=(...s)=>e.hoverStarted&&e.hoverStarted(...s)),onMouseleave:o[1]||(o[1]=(...s)=>e.hoverEnded&&e.hoverEnded(...s)),onMousedown:o[2]||(o[2]=(...s)=>e.mouseDown&&e.mouseDown(...s)),onMouseup:o[3]||(o[3]=(...s)=>e.mouseUp&&e.mouseUp(...s))},[t.createElementVNode("div",L0,null,512),e.showGradient?(t.openBlock(),t.createElementBlock("div",{key:0,"aria-hidden":!0,class:t.normalizeClass(["overlay",{vertical:e.vertical,horizontal:!e.vertical}])},null,2)):t.createCommentVNode("",!0),t.createElementVNode("div",O0,[t.renderSlot(e.$slots,"default")],512),!e.animateOnOverflowOnly||e.animateOnOverflowOnly&&!e.animateOnOverflowPause?(t.openBlock(),t.createElementBlock("div",N0,[t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.cloneAmount,s=>(t.openBlock(),t.createElementBlock("div",{"aria-hidden":!0,class:"marquee cloned",key:s},[t.renderSlot(e.$slots,"default")]))),128))],38)):t.createCommentVNode("",!0)}var M0=R0(_0,[["render",F0]]);const z0=t.defineComponent({name:"SeamScroll",components:{Vue3Marquee:M0},props:{dataSource:{type:Object,default:()=>{}},visible:{type:Boolean,default:!1},vertical:{type:Boolean,default:!0},step:{type:Number,default:1},wrapStyle:{type:Object,default:()=>{}}},setup(e){return{isAutoScroll:t.ref(e.visible)}}}),rh="";function P0(e,o,n,a,i,r){const s=t.resolveComponent("Vue3Marquee");return e.isAutoScroll?(t.openBlock(),t.createBlock(s,{key:0,class:"vue-marquee",style:{width:"100%"},duration:e.step,vertical:e.vertical,pauseOnHover:!0},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["duration","vertical"])):(t.openBlock(),t.createElementBlock("div",{key:1,class:"list-wrap",style:t.normalizeStyle(e.wrapStyle)},[t.renderSlot(e.$slots,"default")],4))}const Hn=xe(z0,[["render",P0]]);process.env.NODE_ENV!=="production"&&Object.freeze({}),process.env.NODE_ENV!=="production"&&Object.freeze([]);const Ce=(e,o)=>{if(e.install=n=>{for(const a of[e,...Object.values(o??{})])n.component(a.name,a)},o)for(const[n,a]of Object.entries(o))e[n]=a;return e},De={id:"",name:"",keyName:"",type:"",width:"100px",height:"40px",position:"absolute",top:"0px",left:"0px",zIndex:1,rotate:"0deg",isShow:!0,isRender:!0,requestUrl:"",requestMethod:"get",requestHeaders:{},isOpenRequestTimer:!1,requestInterval:1,requestSort:0,requestParams:[{key:null,value:{}}],events:[],dataType:"static",scale:1},Ae=e=>{const o={};if(typeof e=="object"&&e!=null)for(const n in e){const a=e[n];o[n]={type:a==null?void 0:a.constructor,default:a}}return o},jn={width:"1920px",height:"1080px",backgroundColor:"#ffffff",backgroundImage:"",backgroundSize:"100% 100%",contextRequestUrl:"",mode:"normal",pageFontFamily:"",jumpType:"page",jumpTime:null,jumpPage:"",jumpLink:""},Wn=Ae(jn),q0=["width","height","color","position","top","left","rotate","fontSize","fontFamily","fontWeight","textDecoration","textAlign","lineHeight","verticalAlign","overflow","backgroundColor","backgroundImage","backgroundSize","borderWidth","borderStyle","borderRadius","borderColor","textShadow","justifyContent","alignItems","zIndex","scale"],Ee=(e,o=[])=>{const n=Le.without(q0,...o);return t.computed(()=>Le.pick(e,n))},Gn="EVENT_BUS",Pe="GLOBAL_CONFIG",Ie="GLOBAL_MODEL",ze="REQUEST_MODEL",Ai="GLOBAL_TOKEN",an="REFRESH_PAGE",ki="MODAL_MODEL",kt="LOADED_DATA",Ke=18,Ti="ygt",Bi=((ts=window==null?void 0:window.config)==null?void 0:ts.indicatorURL)||"";(ns=window==null?void 0:window.config)!=null&&ns.uploadPath;const Ei=((os=window==null?void 0:window.config)==null?void 0:os.routerBaseURL)||"./",V0=((as=window==null?void 0:window.config)==null?void 0:as.erdURL)||"",Di=["table","bar","combograph","line","pie","radar","scatter","list","circulate"],Oe=(e,o)=>{t.watch(()=>e.id,n=>{const a=t.inject(Gn,{onEvent:(i,r)=>{}});n!=null&&n!==""&&a.onEvent(n,o)},{immediate:!0})},Re=e=>{const o=e.events,n=e.id,a=t.inject(Gn,{emitEvent:(r,s,l)=>{}}),{touchEventId:i}=t.inject(Pe,{touchEventId:t.ref("")});return(r,s=()=>{},l)=>function(){s.call(this,...arguments);const{emitEvent:d}=a;o.forEach(c=>{if(r===c.on)try{i.value=n,l?d(c.target,c.emit,l):d(c.target,c.emit)}catch(u){console.error(u)}})}},Ht=(e,o)=>{let{name:n="name",value:a="value",type:i="type"}=o||{};n=n==null?void 0:n.trim(),a=a==null?void 0:a.trim(),i=i==null?void 0:i.trim();const r=new Map,s=e.length;for(let c=0;c<s;c++){const u=e[c],y=u[n]||"",f=u[a]||"",x=u[i]||"";if(r.has(x)){const m=r.get(x);m.push({name:y,value:f,...u}),r.set(x,m)}else r.set(x,[{name:y,value:f,...u}])}const l=[],d=[];for(const[c,u]of r)if(d.push({name:c,data:u}),u!=null&&u.length)if(l.length)for(const y of u)l.includes(y.name)||l.push(y.name);else l.push(...u.map(y=>y.name));return{dimensions:l,dataset:d}};var ge=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ii(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function H0(e){if(e.__esModule)return e;var o=e.default;if(typeof o=="function"){var n=function a(){return this instanceof a?Reflect.construct(o,arguments,this.constructor):o.apply(this,arguments)};n.prototype=o.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(a){var i=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(n,a,i.get?i:{enumerable:!0,get:function(){return e[a]}})}),n}var Ri={exports:{}};function j0(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Un={exports:{}};const W0=H0(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var _i;function be(){return _i||(_i=1,function(e,o){(function(n,a){e.exports=a()})(ge,function(){var n=n||function(a,i){var r;if(typeof window<"u"&&window.crypto&&(r=window.crypto),typeof self<"u"&&self.crypto&&(r=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(r=globalThis.crypto),!r&&typeof window<"u"&&window.msCrypto&&(r=window.msCrypto),!r&&typeof ge<"u"&&ge.crypto&&(r=ge.crypto),!r&&typeof j0=="function")try{r=W0}catch{}var s=function(){if(r){if(typeof r.getRandomValues=="function")try{return r.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof r.randomBytes=="function")try{return r.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},l=Object.create||function(){function p(){}return function(v){var b;return p.prototype=v,b=new p,p.prototype=null,b}}(),d={},c=d.lib={},u=c.Base=function(){return{extend:function(p){var v=l(this);return p&&v.mixIn(p),(!v.hasOwnProperty("init")||this.init===v.init)&&(v.init=function(){v.$super.init.apply(this,arguments)}),v.init.prototype=v,v.$super=this,v},create:function(){var p=this.extend();return p.init.apply(p,arguments),p},init:function(){},mixIn:function(p){for(var v in p)p.hasOwnProperty(v)&&(this[v]=p[v]);p.hasOwnProperty("toString")&&(this.toString=p.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),y=c.WordArray=u.extend({init:function(p,v){p=this.words=p||[],v!=i?this.sigBytes=v:this.sigBytes=p.length*4},toString:function(p){return(p||x).stringify(this)},concat:function(p){var v=this.words,b=p.words,w=this.sigBytes,A=p.sigBytes;if(this.clamp(),w%4)for(var T=0;T<A;T++){var D=b[T>>>2]>>>24-T%4*8&255;v[w+T>>>2]|=D<<24-(w+T)%4*8}else for(var O=0;O<A;O+=4)v[w+O>>>2]=b[O>>>2];return this.sigBytes+=A,this},clamp:function(){var p=this.words,v=this.sigBytes;p[v>>>2]&=4294967295<<32-v%4*8,p.length=a.ceil(v/4)},clone:function(){var p=u.clone.call(this);return p.words=this.words.slice(0),p},random:function(p){for(var v=[],b=0;b<p;b+=4)v.push(s());return new y.init(v,p)}}),f=d.enc={},x=f.Hex={stringify:function(p){for(var v=p.words,b=p.sigBytes,w=[],A=0;A<b;A++){var T=v[A>>>2]>>>24-A%4*8&255;w.push((T>>>4).toString(16)),w.push((T&15).toString(16))}return w.join("")},parse:function(p){for(var v=p.length,b=[],w=0;w<v;w+=2)b[w>>>3]|=parseInt(p.substr(w,2),16)<<24-w%8*4;return new y.init(b,v/2)}},m=f.Latin1={stringify:function(p){for(var v=p.words,b=p.sigBytes,w=[],A=0;A<b;A++){var T=v[A>>>2]>>>24-A%4*8&255;w.push(String.fromCharCode(T))}return w.join("")},parse:function(p){for(var v=p.length,b=[],w=0;w<v;w++)b[w>>>2]|=(p.charCodeAt(w)&255)<<24-w%4*8;return new y.init(b,v)}},h=f.Utf8={stringify:function(p){try{return decodeURIComponent(escape(m.stringify(p)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(p){return m.parse(unescape(encodeURIComponent(p)))}},g=c.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new y.init,this._nDataBytes=0},_append:function(p){typeof p=="string"&&(p=h.parse(p)),this._data.concat(p),this._nDataBytes+=p.sigBytes},_process:function(p){var v,b=this._data,w=b.words,A=b.sigBytes,T=this.blockSize,D=T*4,O=A/D;p?O=a.ceil(O):O=a.max((O|0)-this._minBufferSize,0);var I=O*T,_=a.min(I*4,A);if(I){for(var L=0;L<I;L+=T)this._doProcessBlock(w,L);v=w.splice(0,I),b.sigBytes-=_}return new y.init(v,_)},clone:function(){var p=u.clone.call(this);return p._data=this._data.clone(),p},_minBufferSize:0});c.Hasher=g.extend({cfg:u.extend(),init:function(p){this.cfg=this.cfg.extend(p),this.reset()},reset:function(){g.reset.call(this),this._doReset()},update:function(p){return this._append(p),this._process(),this},finalize:function(p){p&&this._append(p);var v=this._doFinalize();return v},blockSize:16,_createHelper:function(p){return function(v,b){return new p.init(b).finalize(v)}},_createHmacHelper:function(p){return function(v,b){return new C.HMAC.init(p,b).finalize(v)}}});var C=d.algo={};return d}(Math);return n})}(Un)),Un.exports}var $n={exports:{}},Li;function xn(){return Li||(Li=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(a){var i=n,r=i.lib,s=r.Base,l=r.WordArray,d=i.x64={};d.Word=s.extend({init:function(c,u){this.high=c,this.low=u}}),d.WordArray=s.extend({init:function(c,u){c=this.words=c||[],u!=a?this.sigBytes=u:this.sigBytes=c.length*8},toX32:function(){for(var c=this.words,u=c.length,y=[],f=0;f<u;f++){var x=c[f];y.push(x.high),y.push(x.low)}return l.create(y,this.sigBytes)},clone:function(){for(var c=s.clone.call(this),u=c.words=this.words.slice(0),y=u.length,f=0;f<y;f++)u[f]=u[f].clone();return c}})}(),n})}($n)),$n.exports}var Kn={exports:{}},Oi;function G0(){return Oi||(Oi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){if(typeof ArrayBuffer=="function"){var a=n,i=a.lib,r=i.WordArray,s=r.init,l=r.init=function(d){if(d instanceof ArrayBuffer&&(d=new Uint8Array(d)),(d instanceof Int8Array||typeof Uint8ClampedArray<"u"&&d instanceof Uint8ClampedArray||d instanceof Int16Array||d instanceof Uint16Array||d instanceof Int32Array||d instanceof Uint32Array||d instanceof Float32Array||d instanceof Float64Array)&&(d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength)),d instanceof Uint8Array){for(var c=d.byteLength,u=[],y=0;y<c;y++)u[y>>>2]|=d[y]<<24-y%4*8;s.call(this,u,c)}else s.apply(this,arguments)};l.prototype=r}}(),n.lib.WordArray})}(Kn)),Kn.exports}var Yn={exports:{}},Ni;function U0(){return Ni||(Ni=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=a.enc;s.Utf16=s.Utf16BE={stringify:function(d){for(var c=d.words,u=d.sigBytes,y=[],f=0;f<u;f+=2){var x=c[f>>>2]>>>16-f%4*8&65535;y.push(String.fromCharCode(x))}return y.join("")},parse:function(d){for(var c=d.length,u=[],y=0;y<c;y++)u[y>>>1]|=d.charCodeAt(y)<<16-y%2*16;return r.create(u,c*2)}},s.Utf16LE={stringify:function(d){for(var c=d.words,u=d.sigBytes,y=[],f=0;f<u;f+=2){var x=l(c[f>>>2]>>>16-f%4*8&65535);y.push(String.fromCharCode(x))}return y.join("")},parse:function(d){for(var c=d.length,u=[],y=0;y<c;y++)u[y>>>1]|=l(d.charCodeAt(y)<<16-y%2*16);return r.create(u,c*2)}};function l(d){return d<<8&4278255360|d>>>8&16711935}}(),n.enc.Utf16})}(Yn)),Yn.exports}var Zn={exports:{}},Fi;function jt(){return Fi||(Fi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=a.enc;s.Base64={stringify:function(d){var c=d.words,u=d.sigBytes,y=this._map;d.clamp();for(var f=[],x=0;x<u;x+=3)for(var m=c[x>>>2]>>>24-x%4*8&255,h=c[x+1>>>2]>>>24-(x+1)%4*8&255,g=c[x+2>>>2]>>>24-(x+2)%4*8&255,C=m<<16|h<<8|g,p=0;p<4&&x+p*.75<u;p++)f.push(y.charAt(C>>>6*(3-p)&63));var v=y.charAt(64);if(v)for(;f.length%4;)f.push(v);return f.join("")},parse:function(d){var c=d.length,u=this._map,y=this._reverseMap;if(!y){y=this._reverseMap=[];for(var f=0;f<u.length;f++)y[u.charCodeAt(f)]=f}var x=u.charAt(64);if(x){var m=d.indexOf(x);m!==-1&&(c=m)}return l(d,c,y)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function l(d,c,u){for(var y=[],f=0,x=0;x<c;x++)if(x%4){var m=u[d.charCodeAt(x-1)]<<x%4*2,h=u[d.charCodeAt(x)]>>>6-x%4*2,g=m|h;y[f>>>2]|=g<<24-f%4*8,f++}return r.create(y,f)}}(),n.enc.Base64})}(Zn)),Zn.exports}var Qn={exports:{}},Mi;function $0(){return Mi||(Mi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=a.enc;s.Base64url={stringify:function(d,c=!0){var u=d.words,y=d.sigBytes,f=c?this._safe_map:this._map;d.clamp();for(var x=[],m=0;m<y;m+=3)for(var h=u[m>>>2]>>>24-m%4*8&255,g=u[m+1>>>2]>>>24-(m+1)%4*8&255,C=u[m+2>>>2]>>>24-(m+2)%4*8&255,p=h<<16|g<<8|C,v=0;v<4&&m+v*.75<y;v++)x.push(f.charAt(p>>>6*(3-v)&63));var b=f.charAt(64);if(b)for(;x.length%4;)x.push(b);return x.join("")},parse:function(d,c=!0){var u=d.length,y=c?this._safe_map:this._map,f=this._reverseMap;if(!f){f=this._reverseMap=[];for(var x=0;x<y.length;x++)f[y.charCodeAt(x)]=x}var m=y.charAt(64);if(m){var h=d.indexOf(m);h!==-1&&(u=h)}return l(d,u,f)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function l(d,c,u){for(var y=[],f=0,x=0;x<c;x++)if(x%4){var m=u[d.charCodeAt(x-1)]<<x%4*2,h=u[d.charCodeAt(x)]>>>6-x%4*2,g=m|h;y[f>>>2]|=g<<24-f%4*8,f++}return r.create(y,f)}}(),n.enc.Base64url})}(Qn)),Qn.exports}var Jn={exports:{}},zi;function Wt(){return zi||(zi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(a){var i=n,r=i.lib,s=r.WordArray,l=r.Hasher,d=i.algo,c=[];(function(){for(var h=0;h<64;h++)c[h]=a.abs(a.sin(h+1))*4294967296|0})();var u=d.MD5=l.extend({_doReset:function(){this._hash=new s.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(h,g){for(var C=0;C<16;C++){var p=g+C,v=h[p];h[p]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360}var b=this._hash.words,w=h[g+0],A=h[g+1],T=h[g+2],D=h[g+3],O=h[g+4],I=h[g+5],_=h[g+6],L=h[g+7],k=h[g+8],R=h[g+9],B=h[g+10],S=h[g+11],E=h[g+12],N=h[g+13],z=h[g+14],j=h[g+15],F=b[0],M=b[1],P=b[2],H=b[3];F=y(F,M,P,H,w,7,c[0]),H=y(H,F,M,P,A,12,c[1]),P=y(P,H,F,M,T,17,c[2]),M=y(M,P,H,F,D,22,c[3]),F=y(F,M,P,H,O,7,c[4]),H=y(H,F,M,P,I,12,c[5]),P=y(P,H,F,M,_,17,c[6]),M=y(M,P,H,F,L,22,c[7]),F=y(F,M,P,H,k,7,c[8]),H=y(H,F,M,P,R,12,c[9]),P=y(P,H,F,M,B,17,c[10]),M=y(M,P,H,F,S,22,c[11]),F=y(F,M,P,H,E,7,c[12]),H=y(H,F,M,P,N,12,c[13]),P=y(P,H,F,M,z,17,c[14]),M=y(M,P,H,F,j,22,c[15]),F=f(F,M,P,H,A,5,c[16]),H=f(H,F,M,P,_,9,c[17]),P=f(P,H,F,M,S,14,c[18]),M=f(M,P,H,F,w,20,c[19]),F=f(F,M,P,H,I,5,c[20]),H=f(H,F,M,P,B,9,c[21]),P=f(P,H,F,M,j,14,c[22]),M=f(M,P,H,F,O,20,c[23]),F=f(F,M,P,H,R,5,c[24]),H=f(H,F,M,P,z,9,c[25]),P=f(P,H,F,M,D,14,c[26]),M=f(M,P,H,F,k,20,c[27]),F=f(F,M,P,H,N,5,c[28]),H=f(H,F,M,P,T,9,c[29]),P=f(P,H,F,M,L,14,c[30]),M=f(M,P,H,F,E,20,c[31]),F=x(F,M,P,H,I,4,c[32]),H=x(H,F,M,P,k,11,c[33]),P=x(P,H,F,M,S,16,c[34]),M=x(M,P,H,F,z,23,c[35]),F=x(F,M,P,H,A,4,c[36]),H=x(H,F,M,P,O,11,c[37]),P=x(P,H,F,M,L,16,c[38]),M=x(M,P,H,F,B,23,c[39]),F=x(F,M,P,H,N,4,c[40]),H=x(H,F,M,P,w,11,c[41]),P=x(P,H,F,M,D,16,c[42]),M=x(M,P,H,F,_,23,c[43]),F=x(F,M,P,H,R,4,c[44]),H=x(H,F,M,P,E,11,c[45]),P=x(P,H,F,M,j,16,c[46]),M=x(M,P,H,F,T,23,c[47]),F=m(F,M,P,H,w,6,c[48]),H=m(H,F,M,P,L,10,c[49]),P=m(P,H,F,M,z,15,c[50]),M=m(M,P,H,F,I,21,c[51]),F=m(F,M,P,H,E,6,c[52]),H=m(H,F,M,P,D,10,c[53]),P=m(P,H,F,M,B,15,c[54]),M=m(M,P,H,F,A,21,c[55]),F=m(F,M,P,H,k,6,c[56]),H=m(H,F,M,P,j,10,c[57]),P=m(P,H,F,M,_,15,c[58]),M=m(M,P,H,F,N,21,c[59]),F=m(F,M,P,H,O,6,c[60]),H=m(H,F,M,P,S,10,c[61]),P=m(P,H,F,M,T,15,c[62]),M=m(M,P,H,F,R,21,c[63]),b[0]=b[0]+F|0,b[1]=b[1]+M|0,b[2]=b[2]+P|0,b[3]=b[3]+H|0},_doFinalize:function(){var h=this._data,g=h.words,C=this._nDataBytes*8,p=h.sigBytes*8;g[p>>>5]|=128<<24-p%32;var v=a.floor(C/4294967296),b=C;g[(p+64>>>9<<4)+15]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,g[(p+64>>>9<<4)+14]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360,h.sigBytes=(g.length+1)*4,this._process();for(var w=this._hash,A=w.words,T=0;T<4;T++){var D=A[T];A[T]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360}return w},clone:function(){var h=l.clone.call(this);return h._hash=this._hash.clone(),h}});function y(h,g,C,p,v,b,w){var A=h+(g&C|~g&p)+v+w;return(A<<b|A>>>32-b)+g}function f(h,g,C,p,v,b,w){var A=h+(g&p|C&~p)+v+w;return(A<<b|A>>>32-b)+g}function x(h,g,C,p,v,b,w){var A=h+(g^C^p)+v+w;return(A<<b|A>>>32-b)+g}function m(h,g,C,p,v,b,w){var A=h+(C^(g|~p))+v+w;return(A<<b|A>>>32-b)+g}i.MD5=l._createHelper(u),i.HmacMD5=l._createHmacHelper(u)}(Math),n.MD5})}(Jn)),Jn.exports}var Xn={exports:{}},Pi;function eo(){return Pi||(Pi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=i.Hasher,l=a.algo,d=[],c=l.SHA1=s.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(u,y){for(var f=this._hash.words,x=f[0],m=f[1],h=f[2],g=f[3],C=f[4],p=0;p<80;p++){if(p<16)d[p]=u[y+p]|0;else{var v=d[p-3]^d[p-8]^d[p-14]^d[p-16];d[p]=v<<1|v>>>31}var b=(x<<5|x>>>27)+C+d[p];p<20?b+=(m&h|~m&g)+1518500249:p<40?b+=(m^h^g)+1859775393:p<60?b+=(m&h|m&g|h&g)-1894007588:b+=(m^h^g)-899497514,C=g,g=h,h=m<<30|m>>>2,m=x,x=b}f[0]=f[0]+x|0,f[1]=f[1]+m|0,f[2]=f[2]+h|0,f[3]=f[3]+g|0,f[4]=f[4]+C|0},_doFinalize:function(){var u=this._data,y=u.words,f=this._nDataBytes*8,x=u.sigBytes*8;return y[x>>>5]|=128<<24-x%32,y[(x+64>>>9<<4)+14]=Math.floor(f/4294967296),y[(x+64>>>9<<4)+15]=f,u.sigBytes=y.length*4,this._process(),this._hash},clone:function(){var u=s.clone.call(this);return u._hash=this._hash.clone(),u}});a.SHA1=s._createHelper(c),a.HmacSHA1=s._createHmacHelper(c)}(),n.SHA1})}(Xn)),Xn.exports}var to={exports:{}},qi;function Vi(){return qi||(qi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(a){var i=n,r=i.lib,s=r.WordArray,l=r.Hasher,d=i.algo,c=[],u=[];(function(){function x(C){for(var p=a.sqrt(C),v=2;v<=p;v++)if(!(C%v))return!1;return!0}function m(C){return(C-(C|0))*4294967296|0}for(var h=2,g=0;g<64;)x(h)&&(g<8&&(c[g]=m(a.pow(h,1/2))),u[g]=m(a.pow(h,1/3)),g++),h++})();var y=[],f=d.SHA256=l.extend({_doReset:function(){this._hash=new s.init(c.slice(0))},_doProcessBlock:function(x,m){for(var h=this._hash.words,g=h[0],C=h[1],p=h[2],v=h[3],b=h[4],w=h[5],A=h[6],T=h[7],D=0;D<64;D++){if(D<16)y[D]=x[m+D]|0;else{var O=y[D-15],I=(O<<25|O>>>7)^(O<<14|O>>>18)^O>>>3,_=y[D-2],L=(_<<15|_>>>17)^(_<<13|_>>>19)^_>>>10;y[D]=I+y[D-7]+L+y[D-16]}var k=b&w^~b&A,R=g&C^g&p^C&p,B=(g<<30|g>>>2)^(g<<19|g>>>13)^(g<<10|g>>>22),S=(b<<26|b>>>6)^(b<<21|b>>>11)^(b<<7|b>>>25),E=T+S+k+u[D]+y[D],N=B+R;T=A,A=w,w=b,b=v+E|0,v=p,p=C,C=g,g=E+N|0}h[0]=h[0]+g|0,h[1]=h[1]+C|0,h[2]=h[2]+p|0,h[3]=h[3]+v|0,h[4]=h[4]+b|0,h[5]=h[5]+w|0,h[6]=h[6]+A|0,h[7]=h[7]+T|0},_doFinalize:function(){var x=this._data,m=x.words,h=this._nDataBytes*8,g=x.sigBytes*8;return m[g>>>5]|=128<<24-g%32,m[(g+64>>>9<<4)+14]=a.floor(h/4294967296),m[(g+64>>>9<<4)+15]=h,x.sigBytes=m.length*4,this._process(),this._hash},clone:function(){var x=l.clone.call(this);return x._hash=this._hash.clone(),x}});i.SHA256=l._createHelper(f),i.HmacSHA256=l._createHmacHelper(f)}(Math),n.SHA256})}(to)),to.exports}var no={exports:{}},Hi;function K0(){return Hi||(Hi=1,function(e,o){(function(n,a,i){e.exports=a(be(),Vi())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=a.algo,l=s.SHA256,d=s.SHA224=l.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var c=l._doFinalize.call(this);return c.sigBytes-=4,c}});a.SHA224=l._createHelper(d),a.HmacSHA224=l._createHmacHelper(d)}(),n.SHA224})}(no)),no.exports}var oo={exports:{}},ji;function Wi(){return ji||(ji=1,function(e,o){(function(n,a,i){e.exports=a(be(),xn())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.Hasher,s=a.x64,l=s.Word,d=s.WordArray,c=a.algo;function u(){return l.create.apply(l,arguments)}var y=[u(1116352408,3609767458),u(1899447441,602891725),u(3049323471,3964484399),u(3921009573,2173295548),u(961987163,4081628472),u(1508970993,3053834265),u(2453635748,2937671579),u(2870763221,3664609560),u(3624381080,2734883394),u(310598401,1164996542),u(607225278,1323610764),u(1426881987,3590304994),u(1925078388,4068182383),u(2162078206,991336113),u(2614888103,633803317),u(3248222580,3479774868),u(3835390401,2666613458),u(4022224774,944711139),u(264347078,2341262773),u(604807628,2007800933),u(770255983,1495990901),u(1249150122,1856431235),u(1555081692,3175218132),u(1996064986,2198950837),u(2554220882,3999719339),u(2821834349,766784016),u(2952996808,2566594879),u(3210313671,3203337956),u(3336571891,1034457026),u(3584528711,2466948901),u(113926993,3758326383),u(338241895,168717936),u(666307205,1188179964),u(773529912,1546045734),u(1294757372,1522805485),u(1396182291,2643833823),u(1695183700,2343527390),u(1986661051,1014477480),u(2177026350,1206759142),u(2456956037,344077627),u(2730485921,1290863460),u(2820302411,3158454273),u(3259730800,3505952657),u(3345764771,106217008),u(3516065817,3606008344),u(3600352804,1432725776),u(4094571909,1467031594),u(275423344,851169720),u(430227734,3100823752),u(506948616,1363258195),u(659060556,3750685593),u(883997877,3785050280),u(958139571,3318307427),u(1322822218,3812723403),u(1537002063,2003034995),u(1747873779,3602036899),u(1955562222,1575990012),u(2024104815,1125592928),u(2227730452,2716904306),u(2361852424,442776044),u(2428436474,593698344),u(2756734187,3733110249),u(3204031479,2999351573),u(3329325298,3815920427),u(3391569614,3928383900),u(3515267271,566280711),u(3940187606,3454069534),u(4118630271,4000239992),u(116418474,1914138554),u(174292421,2731055270),u(289380356,3203993006),u(460393269,320620315),u(685471733,587496836),u(852142971,1086792851),u(1017036298,365543100),u(1126000580,2618297676),u(1288033470,3409855158),u(1501505948,4234509866),u(1607167915,987167468),u(1816402316,1246189591)],f=[];(function(){for(var m=0;m<80;m++)f[m]=u()})();var x=c.SHA512=r.extend({_doReset:function(){this._hash=new d.init([new l.init(1779033703,4089235720),new l.init(3144134277,2227873595),new l.init(1013904242,4271175723),new l.init(2773480762,1595750129),new l.init(1359893119,2917565137),new l.init(2600822924,725511199),new l.init(528734635,4215389547),new l.init(1541459225,327033209)])},_doProcessBlock:function(m,h){for(var g=this._hash.words,C=g[0],p=g[1],v=g[2],b=g[3],w=g[4],A=g[5],T=g[6],D=g[7],O=C.high,I=C.low,_=p.high,L=p.low,k=v.high,R=v.low,B=b.high,S=b.low,E=w.high,N=w.low,z=A.high,j=A.low,F=T.high,M=T.low,P=D.high,H=D.low,Q=O,V=I,q=_,$=L,U=k,J=R,re=B,ne=S,se=E,Z=N,oe=z,ee=j,ae=F,ce=M,ve=P,we=H,ke=0;ke<80;ke++){var Te,Ve,Xe=f[ke];if(ke<16)Ve=Xe.high=m[h+ke*2]|0,Te=Xe.low=m[h+ke*2+1]|0;else{var Qe=f[ke-15],Ue=Qe.high,We=Qe.low,Ge=(Ue>>>1|We<<31)^(Ue>>>8|We<<24)^Ue>>>7,et=(We>>>1|Ue<<31)^(We>>>8|Ue<<24)^(We>>>7|Ue<<25),tt=f[ke-2],$e=tt.high,Je=tt.low,ut=($e>>>19|Je<<13)^($e<<3|Je>>>29)^$e>>>6,yt=(Je>>>19|$e<<13)^(Je<<3|$e>>>29)^(Je>>>6|$e<<26),W=f[ke-7],K=W.high,X=W.low,le=f[ke-16],de=le.high,ie=le.low;Te=et+X,Ve=Ge+K+(Te>>>0<et>>>0?1:0),Te=Te+yt,Ve=Ve+ut+(Te>>>0<yt>>>0?1:0),Te=Te+ie,Ve=Ve+de+(Te>>>0<ie>>>0?1:0),Xe.high=Ve,Xe.low=Te}var te=se&oe^~se&ae,fe=Z&ee^~Z&ce,ye=Q&q^Q&U^q&U,Se=V&$^V&J^$&J,Me=(Q>>>28|V<<4)^(Q<<30|V>>>2)^(Q<<25|V>>>7),nt=(V>>>28|Q<<4)^(V<<30|Q>>>2)^(V<<25|Q>>>7),Ct=(se>>>14|Z<<18)^(se>>>18|Z<<14)^(se<<23|Z>>>9),Ft=(Z>>>14|se<<18)^(Z>>>18|se<<14)^(Z<<23|se>>>9),un=y[ke],Mt=un.high,xt=un.low,He=we+Ft,rt=ve+Ct+(He>>>0<we>>>0?1:0),He=He+fe,rt=rt+te+(He>>>0<fe>>>0?1:0),He=He+xt,rt=rt+Mt+(He>>>0<xt>>>0?1:0),He=He+Te,rt=rt+Ve+(He>>>0<Te>>>0?1:0),En=nt+Se,Gu=Me+ye+(En>>>0<nt>>>0?1:0);ve=ae,we=ce,ae=oe,ce=ee,oe=se,ee=Z,Z=ne+He|0,se=re+rt+(Z>>>0<ne>>>0?1:0)|0,re=U,ne=J,U=q,J=$,q=Q,$=V,V=He+En|0,Q=rt+Gu+(V>>>0<He>>>0?1:0)|0}I=C.low=I+V,C.high=O+Q+(I>>>0<V>>>0?1:0),L=p.low=L+$,p.high=_+q+(L>>>0<$>>>0?1:0),R=v.low=R+J,v.high=k+U+(R>>>0<J>>>0?1:0),S=b.low=S+ne,b.high=B+re+(S>>>0<ne>>>0?1:0),N=w.low=N+Z,w.high=E+se+(N>>>0<Z>>>0?1:0),j=A.low=j+ee,A.high=z+oe+(j>>>0<ee>>>0?1:0),M=T.low=M+ce,T.high=F+ae+(M>>>0<ce>>>0?1:0),H=D.low=H+we,D.high=P+ve+(H>>>0<we>>>0?1:0)},_doFinalize:function(){var m=this._data,h=m.words,g=this._nDataBytes*8,C=m.sigBytes*8;h[C>>>5]|=128<<24-C%32,h[(C+128>>>10<<5)+30]=Math.floor(g/4294967296),h[(C+128>>>10<<5)+31]=g,m.sigBytes=h.length*4,this._process();var p=this._hash.toX32();return p},clone:function(){var m=r.clone.call(this);return m._hash=this._hash.clone(),m},blockSize:1024/32});a.SHA512=r._createHelper(x),a.HmacSHA512=r._createHmacHelper(x)}(),n.SHA512})}(oo)),oo.exports}var ao={exports:{}},Gi;function Y0(){return Gi||(Gi=1,function(e,o){(function(n,a,i){e.exports=a(be(),xn(),Wi())})(ge,function(n){return function(){var a=n,i=a.x64,r=i.Word,s=i.WordArray,l=a.algo,d=l.SHA512,c=l.SHA384=d.extend({_doReset:function(){this._hash=new s.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var u=d._doFinalize.call(this);return u.sigBytes-=16,u}});a.SHA384=d._createHelper(c),a.HmacSHA384=d._createHmacHelper(c)}(),n.SHA384})}(ao)),ao.exports}var io={exports:{}},Ui;function Z0(){return Ui||(Ui=1,function(e,o){(function(n,a,i){e.exports=a(be(),xn())})(ge,function(n){return function(a){var i=n,r=i.lib,s=r.WordArray,l=r.Hasher,d=i.x64,c=d.Word,u=i.algo,y=[],f=[],x=[];(function(){for(var g=1,C=0,p=0;p<24;p++){y[g+5*C]=(p+1)*(p+2)/2%64;var v=C%5,b=(2*g+3*C)%5;g=v,C=b}for(var g=0;g<5;g++)for(var C=0;C<5;C++)f[g+5*C]=C+(2*g+3*C)%5*5;for(var w=1,A=0;A<24;A++){for(var T=0,D=0,O=0;O<7;O++){if(w&1){var I=(1<<O)-1;I<32?D^=1<<I:T^=1<<I-32}w&128?w=w<<1^113:w<<=1}x[A]=c.create(T,D)}})();var m=[];(function(){for(var g=0;g<25;g++)m[g]=c.create()})();var h=u.SHA3=l.extend({cfg:l.cfg.extend({outputLength:512}),_doReset:function(){for(var g=this._state=[],C=0;C<25;C++)g[C]=new c.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(g,C){for(var p=this._state,v=this.blockSize/2,b=0;b<v;b++){var w=g[C+2*b],A=g[C+2*b+1];w=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360,A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360;var T=p[b];T.high^=A,T.low^=w}for(var D=0;D<24;D++){for(var O=0;O<5;O++){for(var I=0,_=0,L=0;L<5;L++){var T=p[O+5*L];I^=T.high,_^=T.low}var k=m[O];k.high=I,k.low=_}for(var O=0;O<5;O++)for(var R=m[(O+4)%5],B=m[(O+1)%5],S=B.high,E=B.low,I=R.high^(S<<1|E>>>31),_=R.low^(E<<1|S>>>31),L=0;L<5;L++){var T=p[O+5*L];T.high^=I,T.low^=_}for(var N=1;N<25;N++){var I,_,T=p[N],z=T.high,j=T.low,F=y[N];F<32?(I=z<<F|j>>>32-F,_=j<<F|z>>>32-F):(I=j<<F-32|z>>>64-F,_=z<<F-32|j>>>64-F);var M=m[f[N]];M.high=I,M.low=_}var P=m[0],H=p[0];P.high=H.high,P.low=H.low;for(var O=0;O<5;O++)for(var L=0;L<5;L++){var N=O+5*L,T=p[N],Q=m[N],V=m[(O+1)%5+5*L],q=m[(O+2)%5+5*L];T.high=Q.high^~V.high&q.high,T.low=Q.low^~V.low&q.low}var T=p[0],$=x[D];T.high^=$.high,T.low^=$.low}},_doFinalize:function(){var g=this._data,C=g.words;this._nDataBytes*8;var p=g.sigBytes*8,v=this.blockSize*32;C[p>>>5]|=1<<24-p%32,C[(a.ceil((p+1)/v)*v>>>5)-1]|=128,g.sigBytes=C.length*4,this._process();for(var b=this._state,w=this.cfg.outputLength/8,A=w/8,T=[],D=0;D<A;D++){var O=b[D],I=O.high,_=O.low;I=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360,_=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,T.push(_),T.push(I)}return new s.init(T,w)},clone:function(){for(var g=l.clone.call(this),C=g._state=this._state.slice(0),p=0;p<25;p++)C[p]=C[p].clone();return g}});i.SHA3=l._createHelper(h),i.HmacSHA3=l._createHmacHelper(h)}(Math),n.SHA3})}(io)),io.exports}var ro={exports:{}},$i;function Q0(){return $i||($i=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){/** @preserve
58
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function d0(e,o){if(e){if(typeof e=="string")return yi(e,o);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return yi(e,o)}}function yi(e,o){(o==null||o>e.length)&&(o=e.length);for(var n=0,a=new Array(o);n<o;n++)a[n]=e[n];return a}function f0(e,o){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var a=[],i=!0,r=!1,s,l;try{for(n=n.call(e);!(i=(s=n.next()).done)&&(a.push(s.value),!(o&&a.length===o));i=!0);}catch(d){r=!0,l=d}finally{try{!i&&n.return!=null&&n.return()}finally{if(r)throw l}}return a}}function u0(e){if(Array.isArray(e))return e}function xi(e){for(var o=1;o<arguments.length;o++){var n=arguments[o]!=null?Object(arguments[o]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),a.forEach(function(i){Pn(e,i,n[i])})}return e}function Pn(e,o,n){return o in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}function h0(e,o){if(e==null)return{};var n=g0(e,o),a,i;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i<r.length;i++)a=r[i],!(o.indexOf(a)>=0)&&Object.prototype.propertyIsEnumerable.call(e,a)&&(n[a]=e[a])}return n}function g0(e,o){if(e==null)return{};var n={},a=Object.keys(e),i,r;for(r=0;r<a.length;r++)i=a[r],!(o.indexOf(i)>=0)&&(n[i]=e[i]);return n}mi("#1890ff");var Pt=function(o,n){var a,i=xi({},o,n.attrs),r=i.class,s=i.icon,l=i.spin,d=i.rotate,c=i.tabindex,u=i.twoToneColor,y=i.onClick,f=h0(i,l0),x=(a={anticon:!0},Pn(a,"anticon-".concat(s.name),!!s.name),Pn(a,r,r),a),m=l===""||l||s.name==="loading"?"anticon-spin":"",h=c;h===void 0&&y&&(h=-1,f.tabindex=h);var g=d?{msTransform:"rotate(".concat(d,"deg)"),transform:"rotate(".concat(d,"deg)")}:void 0,C=ui(u),p=s0(C,2),v=p[0],b=p[1];return t.createVNode("span",xi({role:"img","aria-label":s.name},f,{onClick:y,class:x}),[t.createVNode(zn,{class:m,icon:s,primaryColor:v,secondaryColor:b,style:g},null)])};Pt.props={spin:Boolean,rotate:Number,icon:Object,twoToneColor:String},Pt.displayName="AntdIcon",Pt.inheritAttrs=!1,Pt.getTwoToneColor=r0,Pt.setTwoToneColor=mi;const pi=Pt;var m0={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z"}}]},name:"close",theme:"outlined"};const y0=m0;function bi(e){for(var o=1;o<arguments.length;o++){var n=arguments[o]!=null?Object(arguments[o]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),a.forEach(function(i){x0(e,i,n[i])})}return e}function x0(e,o,n){return o in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}var qn=function(o,n){var a=bi({},o,n.attrs);return t.createVNode(pi,bi({},a,{icon:y0}),null)};qn.displayName="CloseOutlined",qn.inheritAttrs=!1;const p0=qn;var b0={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"};const v0=b0;function vi(e){for(var o=1;o<arguments.length;o++){var n=arguments[o]!=null?Object(arguments[o]):{},a=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(a=a.concat(Object.getOwnPropertySymbols(n).filter(function(i){return Object.getOwnPropertyDescriptor(n,i).enumerable}))),a.forEach(function(i){S0(e,i,n[i])})}return e}function S0(e,o,n){return o in e?Object.defineProperty(e,o,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[o]=n,e}var Vn=function(o,n){var a=vi({},o,n.attrs);return t.createVNode(pi,vi({},a,{icon:v0}),null)};Vn.displayName="LoadingOutlined",Vn.inheritAttrs=!1;const C0=Vn,w0=t.defineComponent({props:{spinning:{type:Boolean,default:!1}},components:{ASpin:ue.Spin},setup(){return{indicator:t.h(C0,{style:{fontSize:"24px",color:"#1890ff"},spin:!0})}}}),ih="",xe=(e,o)=>{const n=e.__vccOpts||e;for(const[a,i]of o)n[a]=i;return n},A0={class:"spin-wrapper"};function k0(e,o,n,a,i,r){const s=t.resolveComponent("a-spin");return t.openBlock(),t.createElementBlock("div",A0,[e.spinning?(t.openBlock(),t.createBlock(s,{key:0,class:"spin",spinning:e.spinning,indicator:e.indicator,tip:"加载中..."},null,8,["spinning","indicator"])):t.renderSlot(e.$slots,"default",{key:1})])}const qt=xe(w0,[["render",k0]]),T0=t.defineComponent({name:"Skeleton",props:{loading:{type:Boolean,default:!1}},components:{ASkeleton:ue.Skeleton}});function B0(e,o,n,a,i,r){const s=t.resolveComponent("a-skeleton");return t.openBlock(),t.createBlock(s,{active:"",loading:e.loading},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["loading"])}const Vt=xe(T0,[["render",B0]]);(function(){try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.vue3-marquee{display:flex!important;position:relative}.vue3-marquee.horizontal{overflow-x:hidden!important;flex-direction:row!important;width:100%;height:max-content}.vue3-marquee.vertical{overflow-y:hidden!important;flex-direction:column!important;height:100%;width:max-content}.vue3-marquee:hover>.marquee{animation-play-state:var(--pauseOnHover)}.vue3-marquee:active>.marquee{animation-play-state:var(--pauseOnClick)}.vue3-marquee>.marquee{flex:0 0 auto;min-width:var(--min-width);min-height:var(--min-height);z-index:1;animation:var(--orientation) var(--duration) linear var(--delay) var(--loops);animation-play-state:var(--pauseAnimation);animation-direction:var(--direction)}.vue3-marquee.horizontal>.marquee{display:flex;flex-direction:row;align-items:center}.vue3-marquee.vertical>.marquee{display:flex;flex-direction:column;align-items:center}@keyframes scrollX{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scrollY{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.vue3-marquee>.overlay{position:absolute;width:100%;height:100%}.vue3-marquee>.transparent-overlay{position:absolute;width:100%;height:100%}.vue3-marquee>.overlay:before,.vue3-marquee>.overlay:after{content:"";position:absolute;z-index:2}.vue3-marquee.horizontal>.overlay:before,.vue3-marquee.horizontal>.overlay:after{background:linear-gradient(to right,var(--gradient-color));height:100%;width:var(--gradient-length)}.vue3-marquee.vertical>.overlay:before,.vue3-marquee.vertical>.overlay:after{background:linear-gradient(to bottom,var(--gradient-color));height:var(--gradient-length);width:100%}.vue3-marquee.horizontal>.overlay:after{transform:rotate(180deg)}.vue3-marquee.vertical>.overlay:after{transform:rotate(-180deg)}.vue3-marquee>.overlay:before{left:0;top:0}.vue3-marquee.horizontal>.overlay:after{right:0;top:0}.vue3-marquee.vertical>.overlay:after{left:0;bottom:0}')),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();var E0=Object.defineProperty,Si=Object.getOwnPropertySymbols,D0=Object.prototype.hasOwnProperty,I0=Object.prototype.propertyIsEnumerable,Ci=(e,o,n)=>o in e?E0(e,o,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[o]=n,wi=(e,o)=>{for(var n in o||(o={}))D0.call(o,n)&&Ci(e,n,o[n]);if(Si)for(var n of Si(o))I0.call(o,n)&&Ci(e,n,o[n]);return e},R0=(e,o)=>{const n=e.__vccOpts||e;for(const[a,i]of o)n[a]=i;return n};const _0=t.defineComponent({props:{vertical:{type:Boolean,default:!1},direction:{type:String,default:"normal"},duration:{type:Number,default:20},delay:{type:Number,default:0},loop:{type:Number,default:0},clone:{type:Boolean,default:!1},gradient:{type:Boolean,default:!1},gradientColor:{type:Array,default:[255,255,255]},gradientWidth:{type:String},gradientLength:{type:String},pauseOnHover:{type:Boolean,default:!1},pauseOnClick:{type:Boolean,default:!1},pause:{type:Boolean,default:!1},animateOnOverflowOnly:{type:Boolean,default:!1}},emits:["onComplete","onLoopComplete","onPause","onResume","onOverflowDetected","onOverflowCleared"],setup(e,{emit:o}){const n=t.ref(0),a=t.ref("100%"),i=t.ref("100%"),r=t.ref(0),s=t.ref(!1),l=t.ref(!1),d=t.ref(0),c=t.ref(0),u=t.ref(0),y=t.ref(0),f=t.ref(!1),x=t.ref(!1),m=t.ref(0),h=t.ref(null),g=t.ref("200px"),C=t.ref(!1),p=t.ref(null),v=t.ref(null),b=async()=>{await w(),r.value++},w=async()=>{e.vertical&&(s.value=!0),setInterval(()=>{if(a.value="0%",i.value="0%",p.value!==null&&v.value!==null&&p.value&&v.value)if(e.vertical&&"clientHeight"in p.value&&"clientHeight"in v.value){y.value=p.value.clientHeight,u.value=v.value.clientHeight;const S=Math.ceil(u.value/y.value);return n.value=isFinite(S)?S:0,s.value=!1,n.value}else if(!e.vertical&&"clientWidth"in p.value&&"clientWidth"in v.value){if(c.value=p.value.clientWidth,d.value=v.value.clientWidth,e.animateOnOverflowOnly)return c.value<d.value?(l.value=!0,o("onOverflowDetected")):(l.value=!1,o("onOverflowCleared")),0;const S=Math.ceil(d.value/c.value);return n.value=isFinite(S)?S:0,n.value}else return a.value="100%",i.value="100%",0;else return a.value="100%",i.value="100%",0},100)};t.watch(c,async()=>{e.clone&&b()}),t.watch(d,async()=>{(e.clone||e.animateOnOverflowOnly)&&b()}),t.watch(()=>e.pause,(S,E)=>{S!==E&&o(S?"onResume":"onPause")});const A=()=>{e.pauseOnHover&&(o("onPause"),f.value=!0)},T=()=>{e.pauseOnHover&&(o("onResume"),f.value=!1)},D=()=>{e.pauseOnClick&&(o("onPause"),x.value=!0)},O=()=>{e.pauseOnClick&&(o("onResume"),x.value=!1)},I=t.computed(()=>e.pause||e.vertical&&s.value||e.animateOnOverflowOnly&&l.value?"paused":"running"),_=t.computed(()=>e.pauseOnHover&&(f.value||x.value)||!e.pauseOnHover&&I.value==="paused"?"paused":"running"),L=t.computed(()=>e.pauseOnHover&&f.value||e.pauseOnClick&&x.value||!e.pauseOnHover&&I.value==="paused"?"paused":"running"),k=t.computed(()=>{const S={"--duration":`${e.duration}s`,"--delay":`${e.delay}s`,"--direction":`${e.direction}`,"--pauseOnHover":`${_.value}`,"--pauseOnClick":`${L.value}`,"--pauseAnimation":`${I.value}`,"--loops":`${e.loop===0?"infinite":e.loop}`,"--gradient-color":`rgba(${e.gradientColor[0]}, ${e.gradientColor[1]}, ${e.gradientColor[2]}, 1), rgba(${e.gradientColor[0]}, ${e.gradientColor[1]}, ${e.gradientColor[2]}, 0)`,"--gradient-length":`${g.value}`,"--min-width":`${a.value}`,"--min-height":`${i.value}`},E={"--orientation":"scrollX",orientation:"horizontal"};return e.vertical&&(E["--orientation"]="scrollY"),wi(wi({},S),E)}),R=t.computed(()=>!!e.gradient),B=async()=>{e.vertical?(i.value="100%",a.value="auto",e.animateOnOverflowOnly&&console.warn("The `animateOnOverflowOnly` prop is not supported for vertical marquees.")):(i.value="auto",e.animateOnOverflowOnly?a.value="auto":a.value="100%"),e.gradient&&(e.gradientWidth?(console.warn("The `gradientWidth` prop has been deprecated and will be removed in a future release. Please use `gradientLength` instead."),g.value=e.gradientWidth):e.gradientLength&&(g.value=e.gradientLength)),(e.clone||e.animateOnOverflowOnly)&&(await w(),b()),C.value=!0};return t.onMounted(async()=>{B(),h.value=setInterval(()=>{m.value++,e.loop!==0&&m.value===e.loop&&(o("onComplete"),clearInterval(h.value)),o("onLoopComplete")},e.duration*1e3)}),t.onBeforeUnmount(()=>{clearInterval(h.value)}),{ready:C,contentWidth:c,containerWidth:d,contentHeight:y,containerHeight:u,loopCounter:m,loopInterval:h,mouseOverMarquee:f,mouseDownMarquee:x,minWidth:a,minHeight:i,animateOnOverflowPause:l,marqueeContent:p,marqueeOverlayContainer:v,componentKey:r,showGradient:R,cloneAmount:n,ForcesUpdate:b,checkForClone:w,setupMarquee:B,getCurrentStyle:k,hoverStarted:A,hoverEnded:T,mouseDown:D,mouseUp:O}}}),L0={class:"transparent-overlay",ref:"marqueeOverlayContainer","aria-hidden":!0},O0={class:"marquee",ref:"marqueeContent"},N0={key:1,"aria-hidden":!0,class:"marquee"};function F0(e,o,n,a,i,r){return e.ready?(t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["vue3-marquee",{vertical:e.vertical,horizontal:!e.vertical}]),style:t.normalizeStyle(e.getCurrentStyle),key:e.componentKey,onMouseenter:o[0]||(o[0]=(...s)=>e.hoverStarted&&e.hoverStarted(...s)),onMouseleave:o[1]||(o[1]=(...s)=>e.hoverEnded&&e.hoverEnded(...s)),onMousedown:o[2]||(o[2]=(...s)=>e.mouseDown&&e.mouseDown(...s)),onMouseup:o[3]||(o[3]=(...s)=>e.mouseUp&&e.mouseUp(...s))},[t.createElementVNode("div",L0,null,512),e.showGradient?(t.openBlock(),t.createElementBlock("div",{key:0,"aria-hidden":!0,class:t.normalizeClass(["overlay",{vertical:e.vertical,horizontal:!e.vertical}])},null,2)):t.createCommentVNode("",!0),t.createElementVNode("div",O0,[t.renderSlot(e.$slots,"default")],512),!e.animateOnOverflowOnly||e.animateOnOverflowOnly&&!e.animateOnOverflowPause?(t.openBlock(),t.createElementBlock("div",N0,[t.renderSlot(e.$slots,"default")])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.cloneAmount,s=>(t.openBlock(),t.createElementBlock("div",{"aria-hidden":!0,class:"marquee cloned",key:s},[t.renderSlot(e.$slots,"default")]))),128))],38)):t.createCommentVNode("",!0)}var M0=R0(_0,[["render",F0]]);const z0=t.defineComponent({name:"SeamScroll",components:{Vue3Marquee:M0},props:{dataSource:{type:Object,default:()=>{}},visible:{type:Boolean,default:!1},vertical:{type:Boolean,default:!0},step:{type:Number,default:1},wrapStyle:{type:Object,default:()=>{}}},setup(e){return{isAutoScroll:t.ref(e.visible)}}}),rh="";function P0(e,o,n,a,i,r){const s=t.resolveComponent("Vue3Marquee");return e.isAutoScroll?(t.openBlock(),t.createBlock(s,{key:0,class:"vue-marquee",style:{width:"100%"},duration:e.step,vertical:e.vertical,pauseOnHover:!0},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["duration","vertical"])):(t.openBlock(),t.createElementBlock("div",{key:1,class:"list-wrap",style:t.normalizeStyle(e.wrapStyle)},[t.renderSlot(e.$slots,"default")],4))}const Hn=xe(z0,[["render",P0]]);process.env.NODE_ENV!=="production"&&Object.freeze({}),process.env.NODE_ENV!=="production"&&Object.freeze([]);const Ce=(e,o)=>{if(e.install=n=>{for(const a of[e,...Object.values(o??{})])n.component(a.name,a)},o)for(const[n,a]of Object.entries(o))e[n]=a;return e},De={id:"",name:"",keyName:"",type:"",width:"100px",height:"40px",position:"absolute",top:"0px",left:"0px",zIndex:1,rotate:"0deg",isShow:!0,isRender:!0,requestUrl:"",requestMethod:"get",requestHeaders:{},isOpenRequestTimer:!1,requestInterval:1,requestSort:0,requestParams:[{key:null,value:{}}],events:[],dataType:"static",scale:1},Ae=e=>{const o={};if(typeof e=="object"&&e!=null)for(const n in e){const a=e[n];o[n]={type:a==null?void 0:a.constructor,default:a}}return o},jn={width:"1920px",height:"1080px",backgroundColor:"#ffffff",backgroundImage:"",backgroundSize:"100% 100%",contextRequestUrl:"",mode:"normal",pageFontFamily:"",jumpType:"page",jumpTime:null,jumpPage:"",jumpLink:""},Wn=Ae(jn),q0=["width","height","color","position","top","left","rotate","fontSize","fontFamily","fontWeight","textDecoration","textAlign","lineHeight","verticalAlign","overflow","backgroundColor","backgroundImage","backgroundSize","borderWidth","borderStyle","borderRadius","borderColor","textShadow","justifyContent","alignItems","zIndex","scale"],Ee=(e,o=[])=>{const n=Le.without(q0,...o);return t.computed(()=>Le.pick(e,n))},Gn="EVENT_BUS",Pe="GLOBAL_CONFIG",Ie="GLOBAL_MODEL",ze="REQUEST_MODEL",Ai="GLOBAL_TOKEN",an="REFRESH_PAGE",ki="MODAL_MODEL",kt="LOADED_DATA",Ke=18,Ti="ygt",Bi=((ts=window==null?void 0:window.config)==null?void 0:ts.indicatorURL)||"";(ns=window==null?void 0:window.config)!=null&&ns.uploadPath;const Ei=((os=window==null?void 0:window.config)==null?void 0:os.routerBaseURL)||"./",V0=((as=window==null?void 0:window.config)==null?void 0:as.erdURL)||"",Di=["table","bar","combograph","line","pie","radar","scatter","list","circulate"],Oe=(e,o)=>{t.watch(()=>e.id,n=>{const a=t.inject(Gn,{onEvent:(i,r)=>{}});n!=null&&n!==""&&a.onEvent(n,o)},{immediate:!0})},Re=e=>{const o=e.events,n=e.id,a=t.inject(Gn,{emitEvent:(r,s,l)=>{}}),{touchEventId:i}=t.inject(Pe,{touchEventId:t.ref("")});return(r,s=()=>{},l)=>function(){s.call(this,...arguments);const{emitEvent:d}=a;o.forEach(c=>{if(r===c.on)try{i.value=n,l?d(c.target,c.emit,l):d(c.target,c.emit)}catch(u){console.error(u)}})}},Ht=(e,o)=>{let{name:n="name",value:a="value",type:i="type"}=o||{};n=n==null?void 0:n.trim(),a=a==null?void 0:a.trim(),i=i==null?void 0:i.trim();const r=new Map,s=e.length;for(let c=0;c<s;c++){const u=e[c],y=u[n]||"",f=u[a]||"",x=u[i]||"";if(r.has(x)){const m=r.get(x);m.push({name:y,value:f,...u}),r.set(x,m)}else r.set(x,[{name:y,value:f,...u}])}const l=[],d=[];for(const[c,u]of r)if(d.push({name:c,data:u}),u!=null&&u.length)if(l.length)for(const y of u)l.includes(y.name)||l.push(y.name);else l.push(...u.map(y=>y.name));return{dimensions:l,dataset:d}};var ge=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Ii(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function H0(e){if(e.__esModule)return e;var o=e.default;if(typeof o=="function"){var n=function a(){return this instanceof a?Reflect.construct(o,arguments,this.constructor):o.apply(this,arguments)};n.prototype=o.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(a){var i=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(n,a,i.get?i:{enumerable:!0,get:function(){return e[a]}})}),n}var Ri={exports:{}};function j0(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Un={exports:{}};const W0=H0(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var _i;function be(){return _i||(_i=1,function(e,o){(function(n,a){e.exports=a()})(ge,function(){var n=n||function(a,i){var r;if(typeof window<"u"&&window.crypto&&(r=window.crypto),typeof self<"u"&&self.crypto&&(r=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(r=globalThis.crypto),!r&&typeof window<"u"&&window.msCrypto&&(r=window.msCrypto),!r&&typeof ge<"u"&&ge.crypto&&(r=ge.crypto),!r&&typeof j0=="function")try{r=W0}catch{}var s=function(){if(r){if(typeof r.getRandomValues=="function")try{return r.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof r.randomBytes=="function")try{return r.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},l=Object.create||function(){function p(){}return function(v){var b;return p.prototype=v,b=new p,p.prototype=null,b}}(),d={},c=d.lib={},u=c.Base=function(){return{extend:function(p){var v=l(this);return p&&v.mixIn(p),(!v.hasOwnProperty("init")||this.init===v.init)&&(v.init=function(){v.$super.init.apply(this,arguments)}),v.init.prototype=v,v.$super=this,v},create:function(){var p=this.extend();return p.init.apply(p,arguments),p},init:function(){},mixIn:function(p){for(var v in p)p.hasOwnProperty(v)&&(this[v]=p[v]);p.hasOwnProperty("toString")&&(this.toString=p.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),y=c.WordArray=u.extend({init:function(p,v){p=this.words=p||[],v!=i?this.sigBytes=v:this.sigBytes=p.length*4},toString:function(p){return(p||x).stringify(this)},concat:function(p){var v=this.words,b=p.words,w=this.sigBytes,A=p.sigBytes;if(this.clamp(),w%4)for(var T=0;T<A;T++){var D=b[T>>>2]>>>24-T%4*8&255;v[w+T>>>2]|=D<<24-(w+T)%4*8}else for(var O=0;O<A;O+=4)v[w+O>>>2]=b[O>>>2];return this.sigBytes+=A,this},clamp:function(){var p=this.words,v=this.sigBytes;p[v>>>2]&=4294967295<<32-v%4*8,p.length=a.ceil(v/4)},clone:function(){var p=u.clone.call(this);return p.words=this.words.slice(0),p},random:function(p){for(var v=[],b=0;b<p;b+=4)v.push(s());return new y.init(v,p)}}),f=d.enc={},x=f.Hex={stringify:function(p){for(var v=p.words,b=p.sigBytes,w=[],A=0;A<b;A++){var T=v[A>>>2]>>>24-A%4*8&255;w.push((T>>>4).toString(16)),w.push((T&15).toString(16))}return w.join("")},parse:function(p){for(var v=p.length,b=[],w=0;w<v;w+=2)b[w>>>3]|=parseInt(p.substr(w,2),16)<<24-w%8*4;return new y.init(b,v/2)}},m=f.Latin1={stringify:function(p){for(var v=p.words,b=p.sigBytes,w=[],A=0;A<b;A++){var T=v[A>>>2]>>>24-A%4*8&255;w.push(String.fromCharCode(T))}return w.join("")},parse:function(p){for(var v=p.length,b=[],w=0;w<v;w++)b[w>>>2]|=(p.charCodeAt(w)&255)<<24-w%4*8;return new y.init(b,v)}},h=f.Utf8={stringify:function(p){try{return decodeURIComponent(escape(m.stringify(p)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(p){return m.parse(unescape(encodeURIComponent(p)))}},g=c.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new y.init,this._nDataBytes=0},_append:function(p){typeof p=="string"&&(p=h.parse(p)),this._data.concat(p),this._nDataBytes+=p.sigBytes},_process:function(p){var v,b=this._data,w=b.words,A=b.sigBytes,T=this.blockSize,D=T*4,O=A/D;p?O=a.ceil(O):O=a.max((O|0)-this._minBufferSize,0);var I=O*T,_=a.min(I*4,A);if(I){for(var L=0;L<I;L+=T)this._doProcessBlock(w,L);v=w.splice(0,I),b.sigBytes-=_}return new y.init(v,_)},clone:function(){var p=u.clone.call(this);return p._data=this._data.clone(),p},_minBufferSize:0});c.Hasher=g.extend({cfg:u.extend(),init:function(p){this.cfg=this.cfg.extend(p),this.reset()},reset:function(){g.reset.call(this),this._doReset()},update:function(p){return this._append(p),this._process(),this},finalize:function(p){p&&this._append(p);var v=this._doFinalize();return v},blockSize:16,_createHelper:function(p){return function(v,b){return new p.init(b).finalize(v)}},_createHmacHelper:function(p){return function(v,b){return new C.HMAC.init(p,b).finalize(v)}}});var C=d.algo={};return d}(Math);return n})}(Un)),Un.exports}var $n={exports:{}},Li;function xn(){return Li||(Li=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(a){var i=n,r=i.lib,s=r.Base,l=r.WordArray,d=i.x64={};d.Word=s.extend({init:function(c,u){this.high=c,this.low=u}}),d.WordArray=s.extend({init:function(c,u){c=this.words=c||[],u!=a?this.sigBytes=u:this.sigBytes=c.length*8},toX32:function(){for(var c=this.words,u=c.length,y=[],f=0;f<u;f++){var x=c[f];y.push(x.high),y.push(x.low)}return l.create(y,this.sigBytes)},clone:function(){for(var c=s.clone.call(this),u=c.words=this.words.slice(0),y=u.length,f=0;f<y;f++)u[f]=u[f].clone();return c}})}(),n})}($n)),$n.exports}var Kn={exports:{}},Oi;function G0(){return Oi||(Oi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){if(typeof ArrayBuffer=="function"){var a=n,i=a.lib,r=i.WordArray,s=r.init,l=r.init=function(d){if(d instanceof ArrayBuffer&&(d=new Uint8Array(d)),(d instanceof Int8Array||typeof Uint8ClampedArray<"u"&&d instanceof Uint8ClampedArray||d instanceof Int16Array||d instanceof Uint16Array||d instanceof Int32Array||d instanceof Uint32Array||d instanceof Float32Array||d instanceof Float64Array)&&(d=new Uint8Array(d.buffer,d.byteOffset,d.byteLength)),d instanceof Uint8Array){for(var c=d.byteLength,u=[],y=0;y<c;y++)u[y>>>2]|=d[y]<<24-y%4*8;s.call(this,u,c)}else s.apply(this,arguments)};l.prototype=r}}(),n.lib.WordArray})}(Kn)),Kn.exports}var Yn={exports:{}},Ni;function U0(){return Ni||(Ni=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=a.enc;s.Utf16=s.Utf16BE={stringify:function(d){for(var c=d.words,u=d.sigBytes,y=[],f=0;f<u;f+=2){var x=c[f>>>2]>>>16-f%4*8&65535;y.push(String.fromCharCode(x))}return y.join("")},parse:function(d){for(var c=d.length,u=[],y=0;y<c;y++)u[y>>>1]|=d.charCodeAt(y)<<16-y%2*16;return r.create(u,c*2)}},s.Utf16LE={stringify:function(d){for(var c=d.words,u=d.sigBytes,y=[],f=0;f<u;f+=2){var x=l(c[f>>>2]>>>16-f%4*8&65535);y.push(String.fromCharCode(x))}return y.join("")},parse:function(d){for(var c=d.length,u=[],y=0;y<c;y++)u[y>>>1]|=l(d.charCodeAt(y)<<16-y%2*16);return r.create(u,c*2)}};function l(d){return d<<8&4278255360|d>>>8&16711935}}(),n.enc.Utf16})}(Yn)),Yn.exports}var Zn={exports:{}},Fi;function jt(){return Fi||(Fi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=a.enc;s.Base64={stringify:function(d){var c=d.words,u=d.sigBytes,y=this._map;d.clamp();for(var f=[],x=0;x<u;x+=3)for(var m=c[x>>>2]>>>24-x%4*8&255,h=c[x+1>>>2]>>>24-(x+1)%4*8&255,g=c[x+2>>>2]>>>24-(x+2)%4*8&255,C=m<<16|h<<8|g,p=0;p<4&&x+p*.75<u;p++)f.push(y.charAt(C>>>6*(3-p)&63));var v=y.charAt(64);if(v)for(;f.length%4;)f.push(v);return f.join("")},parse:function(d){var c=d.length,u=this._map,y=this._reverseMap;if(!y){y=this._reverseMap=[];for(var f=0;f<u.length;f++)y[u.charCodeAt(f)]=f}var x=u.charAt(64);if(x){var m=d.indexOf(x);m!==-1&&(c=m)}return l(d,c,y)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function l(d,c,u){for(var y=[],f=0,x=0;x<c;x++)if(x%4){var m=u[d.charCodeAt(x-1)]<<x%4*2,h=u[d.charCodeAt(x)]>>>6-x%4*2,g=m|h;y[f>>>2]|=g<<24-f%4*8,f++}return r.create(y,f)}}(),n.enc.Base64})}(Zn)),Zn.exports}var Qn={exports:{}},Mi;function $0(){return Mi||(Mi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=a.enc;s.Base64url={stringify:function(d,c=!0){var u=d.words,y=d.sigBytes,f=c?this._safe_map:this._map;d.clamp();for(var x=[],m=0;m<y;m+=3)for(var h=u[m>>>2]>>>24-m%4*8&255,g=u[m+1>>>2]>>>24-(m+1)%4*8&255,C=u[m+2>>>2]>>>24-(m+2)%4*8&255,p=h<<16|g<<8|C,v=0;v<4&&m+v*.75<y;v++)x.push(f.charAt(p>>>6*(3-v)&63));var b=f.charAt(64);if(b)for(;x.length%4;)x.push(b);return x.join("")},parse:function(d,c=!0){var u=d.length,y=c?this._safe_map:this._map,f=this._reverseMap;if(!f){f=this._reverseMap=[];for(var x=0;x<y.length;x++)f[y.charCodeAt(x)]=x}var m=y.charAt(64);if(m){var h=d.indexOf(m);h!==-1&&(u=h)}return l(d,u,f)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function l(d,c,u){for(var y=[],f=0,x=0;x<c;x++)if(x%4){var m=u[d.charCodeAt(x-1)]<<x%4*2,h=u[d.charCodeAt(x)]>>>6-x%4*2,g=m|h;y[f>>>2]|=g<<24-f%4*8,f++}return r.create(y,f)}}(),n.enc.Base64url})}(Qn)),Qn.exports}var Jn={exports:{}},zi;function Wt(){return zi||(zi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(a){var i=n,r=i.lib,s=r.WordArray,l=r.Hasher,d=i.algo,c=[];(function(){for(var h=0;h<64;h++)c[h]=a.abs(a.sin(h+1))*4294967296|0})();var u=d.MD5=l.extend({_doReset:function(){this._hash=new s.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(h,g){for(var C=0;C<16;C++){var p=g+C,v=h[p];h[p]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360}var b=this._hash.words,w=h[g+0],A=h[g+1],T=h[g+2],D=h[g+3],O=h[g+4],I=h[g+5],_=h[g+6],L=h[g+7],k=h[g+8],R=h[g+9],B=h[g+10],S=h[g+11],E=h[g+12],N=h[g+13],z=h[g+14],j=h[g+15],F=b[0],M=b[1],P=b[2],H=b[3];F=y(F,M,P,H,w,7,c[0]),H=y(H,F,M,P,A,12,c[1]),P=y(P,H,F,M,T,17,c[2]),M=y(M,P,H,F,D,22,c[3]),F=y(F,M,P,H,O,7,c[4]),H=y(H,F,M,P,I,12,c[5]),P=y(P,H,F,M,_,17,c[6]),M=y(M,P,H,F,L,22,c[7]),F=y(F,M,P,H,k,7,c[8]),H=y(H,F,M,P,R,12,c[9]),P=y(P,H,F,M,B,17,c[10]),M=y(M,P,H,F,S,22,c[11]),F=y(F,M,P,H,E,7,c[12]),H=y(H,F,M,P,N,12,c[13]),P=y(P,H,F,M,z,17,c[14]),M=y(M,P,H,F,j,22,c[15]),F=f(F,M,P,H,A,5,c[16]),H=f(H,F,M,P,_,9,c[17]),P=f(P,H,F,M,S,14,c[18]),M=f(M,P,H,F,w,20,c[19]),F=f(F,M,P,H,I,5,c[20]),H=f(H,F,M,P,B,9,c[21]),P=f(P,H,F,M,j,14,c[22]),M=f(M,P,H,F,O,20,c[23]),F=f(F,M,P,H,R,5,c[24]),H=f(H,F,M,P,z,9,c[25]),P=f(P,H,F,M,D,14,c[26]),M=f(M,P,H,F,k,20,c[27]),F=f(F,M,P,H,N,5,c[28]),H=f(H,F,M,P,T,9,c[29]),P=f(P,H,F,M,L,14,c[30]),M=f(M,P,H,F,E,20,c[31]),F=x(F,M,P,H,I,4,c[32]),H=x(H,F,M,P,k,11,c[33]),P=x(P,H,F,M,S,16,c[34]),M=x(M,P,H,F,z,23,c[35]),F=x(F,M,P,H,A,4,c[36]),H=x(H,F,M,P,O,11,c[37]),P=x(P,H,F,M,L,16,c[38]),M=x(M,P,H,F,B,23,c[39]),F=x(F,M,P,H,N,4,c[40]),H=x(H,F,M,P,w,11,c[41]),P=x(P,H,F,M,D,16,c[42]),M=x(M,P,H,F,_,23,c[43]),F=x(F,M,P,H,R,4,c[44]),H=x(H,F,M,P,E,11,c[45]),P=x(P,H,F,M,j,16,c[46]),M=x(M,P,H,F,T,23,c[47]),F=m(F,M,P,H,w,6,c[48]),H=m(H,F,M,P,L,10,c[49]),P=m(P,H,F,M,z,15,c[50]),M=m(M,P,H,F,I,21,c[51]),F=m(F,M,P,H,E,6,c[52]),H=m(H,F,M,P,D,10,c[53]),P=m(P,H,F,M,B,15,c[54]),M=m(M,P,H,F,A,21,c[55]),F=m(F,M,P,H,k,6,c[56]),H=m(H,F,M,P,j,10,c[57]),P=m(P,H,F,M,_,15,c[58]),M=m(M,P,H,F,N,21,c[59]),F=m(F,M,P,H,O,6,c[60]),H=m(H,F,M,P,S,10,c[61]),P=m(P,H,F,M,T,15,c[62]),M=m(M,P,H,F,R,21,c[63]),b[0]=b[0]+F|0,b[1]=b[1]+M|0,b[2]=b[2]+P|0,b[3]=b[3]+H|0},_doFinalize:function(){var h=this._data,g=h.words,C=this._nDataBytes*8,p=h.sigBytes*8;g[p>>>5]|=128<<24-p%32;var v=a.floor(C/4294967296),b=C;g[(p+64>>>9<<4)+15]=(v<<8|v>>>24)&16711935|(v<<24|v>>>8)&4278255360,g[(p+64>>>9<<4)+14]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360,h.sigBytes=(g.length+1)*4,this._process();for(var w=this._hash,A=w.words,T=0;T<4;T++){var D=A[T];A[T]=(D<<8|D>>>24)&16711935|(D<<24|D>>>8)&4278255360}return w},clone:function(){var h=l.clone.call(this);return h._hash=this._hash.clone(),h}});function y(h,g,C,p,v,b,w){var A=h+(g&C|~g&p)+v+w;return(A<<b|A>>>32-b)+g}function f(h,g,C,p,v,b,w){var A=h+(g&p|C&~p)+v+w;return(A<<b|A>>>32-b)+g}function x(h,g,C,p,v,b,w){var A=h+(g^C^p)+v+w;return(A<<b|A>>>32-b)+g}function m(h,g,C,p,v,b,w){var A=h+(C^(g|~p))+v+w;return(A<<b|A>>>32-b)+g}i.MD5=l._createHelper(u),i.HmacMD5=l._createHmacHelper(u)}(Math),n.MD5})}(Jn)),Jn.exports}var Xn={exports:{}},Pi;function eo(){return Pi||(Pi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=i.Hasher,l=a.algo,d=[],c=l.SHA1=s.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(u,y){for(var f=this._hash.words,x=f[0],m=f[1],h=f[2],g=f[3],C=f[4],p=0;p<80;p++){if(p<16)d[p]=u[y+p]|0;else{var v=d[p-3]^d[p-8]^d[p-14]^d[p-16];d[p]=v<<1|v>>>31}var b=(x<<5|x>>>27)+C+d[p];p<20?b+=(m&h|~m&g)+1518500249:p<40?b+=(m^h^g)+1859775393:p<60?b+=(m&h|m&g|h&g)-1894007588:b+=(m^h^g)-899497514,C=g,g=h,h=m<<30|m>>>2,m=x,x=b}f[0]=f[0]+x|0,f[1]=f[1]+m|0,f[2]=f[2]+h|0,f[3]=f[3]+g|0,f[4]=f[4]+C|0},_doFinalize:function(){var u=this._data,y=u.words,f=this._nDataBytes*8,x=u.sigBytes*8;return y[x>>>5]|=128<<24-x%32,y[(x+64>>>9<<4)+14]=Math.floor(f/4294967296),y[(x+64>>>9<<4)+15]=f,u.sigBytes=y.length*4,this._process(),this._hash},clone:function(){var u=s.clone.call(this);return u._hash=this._hash.clone(),u}});a.SHA1=s._createHelper(c),a.HmacSHA1=s._createHmacHelper(c)}(),n.SHA1})}(Xn)),Xn.exports}var to={exports:{}},qi;function Vi(){return qi||(qi=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){return function(a){var i=n,r=i.lib,s=r.WordArray,l=r.Hasher,d=i.algo,c=[],u=[];(function(){function x(C){for(var p=a.sqrt(C),v=2;v<=p;v++)if(!(C%v))return!1;return!0}function m(C){return(C-(C|0))*4294967296|0}for(var h=2,g=0;g<64;)x(h)&&(g<8&&(c[g]=m(a.pow(h,1/2))),u[g]=m(a.pow(h,1/3)),g++),h++})();var y=[],f=d.SHA256=l.extend({_doReset:function(){this._hash=new s.init(c.slice(0))},_doProcessBlock:function(x,m){for(var h=this._hash.words,g=h[0],C=h[1],p=h[2],v=h[3],b=h[4],w=h[5],A=h[6],T=h[7],D=0;D<64;D++){if(D<16)y[D]=x[m+D]|0;else{var O=y[D-15],I=(O<<25|O>>>7)^(O<<14|O>>>18)^O>>>3,_=y[D-2],L=(_<<15|_>>>17)^(_<<13|_>>>19)^_>>>10;y[D]=I+y[D-7]+L+y[D-16]}var k=b&w^~b&A,R=g&C^g&p^C&p,B=(g<<30|g>>>2)^(g<<19|g>>>13)^(g<<10|g>>>22),S=(b<<26|b>>>6)^(b<<21|b>>>11)^(b<<7|b>>>25),E=T+S+k+u[D]+y[D],N=B+R;T=A,A=w,w=b,b=v+E|0,v=p,p=C,C=g,g=E+N|0}h[0]=h[0]+g|0,h[1]=h[1]+C|0,h[2]=h[2]+p|0,h[3]=h[3]+v|0,h[4]=h[4]+b|0,h[5]=h[5]+w|0,h[6]=h[6]+A|0,h[7]=h[7]+T|0},_doFinalize:function(){var x=this._data,m=x.words,h=this._nDataBytes*8,g=x.sigBytes*8;return m[g>>>5]|=128<<24-g%32,m[(g+64>>>9<<4)+14]=a.floor(h/4294967296),m[(g+64>>>9<<4)+15]=h,x.sigBytes=m.length*4,this._process(),this._hash},clone:function(){var x=l.clone.call(this);return x._hash=this._hash.clone(),x}});i.SHA256=l._createHelper(f),i.HmacSHA256=l._createHmacHelper(f)}(Math),n.SHA256})}(to)),to.exports}var no={exports:{}},Hi;function K0(){return Hi||(Hi=1,function(e,o){(function(n,a,i){e.exports=a(be(),Vi())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.WordArray,s=a.algo,l=s.SHA256,d=s.SHA224=l.extend({_doReset:function(){this._hash=new r.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var c=l._doFinalize.call(this);return c.sigBytes-=4,c}});a.SHA224=l._createHelper(d),a.HmacSHA224=l._createHmacHelper(d)}(),n.SHA224})}(no)),no.exports}var oo={exports:{}},ji;function Wi(){return ji||(ji=1,function(e,o){(function(n,a,i){e.exports=a(be(),xn())})(ge,function(n){return function(){var a=n,i=a.lib,r=i.Hasher,s=a.x64,l=s.Word,d=s.WordArray,c=a.algo;function u(){return l.create.apply(l,arguments)}var y=[u(1116352408,3609767458),u(1899447441,602891725),u(3049323471,3964484399),u(3921009573,2173295548),u(961987163,4081628472),u(1508970993,3053834265),u(2453635748,2937671579),u(2870763221,3664609560),u(3624381080,2734883394),u(310598401,1164996542),u(607225278,1323610764),u(1426881987,3590304994),u(1925078388,4068182383),u(2162078206,991336113),u(2614888103,633803317),u(3248222580,3479774868),u(3835390401,2666613458),u(4022224774,944711139),u(264347078,2341262773),u(604807628,2007800933),u(770255983,1495990901),u(1249150122,1856431235),u(1555081692,3175218132),u(1996064986,2198950837),u(2554220882,3999719339),u(2821834349,766784016),u(2952996808,2566594879),u(3210313671,3203337956),u(3336571891,1034457026),u(3584528711,2466948901),u(113926993,3758326383),u(338241895,168717936),u(666307205,1188179964),u(773529912,1546045734),u(1294757372,1522805485),u(1396182291,2643833823),u(1695183700,2343527390),u(1986661051,1014477480),u(2177026350,1206759142),u(2456956037,344077627),u(2730485921,1290863460),u(2820302411,3158454273),u(3259730800,3505952657),u(3345764771,106217008),u(3516065817,3606008344),u(3600352804,1432725776),u(4094571909,1467031594),u(275423344,851169720),u(430227734,3100823752),u(506948616,1363258195),u(659060556,3750685593),u(883997877,3785050280),u(958139571,3318307427),u(1322822218,3812723403),u(1537002063,2003034995),u(1747873779,3602036899),u(1955562222,1575990012),u(2024104815,1125592928),u(2227730452,2716904306),u(2361852424,442776044),u(2428436474,593698344),u(2756734187,3733110249),u(3204031479,2999351573),u(3329325298,3815920427),u(3391569614,3928383900),u(3515267271,566280711),u(3940187606,3454069534),u(4118630271,4000239992),u(116418474,1914138554),u(174292421,2731055270),u(289380356,3203993006),u(460393269,320620315),u(685471733,587496836),u(852142971,1086792851),u(1017036298,365543100),u(1126000580,2618297676),u(1288033470,3409855158),u(1501505948,4234509866),u(1607167915,987167468),u(1816402316,1246189591)],f=[];(function(){for(var m=0;m<80;m++)f[m]=u()})();var x=c.SHA512=r.extend({_doReset:function(){this._hash=new d.init([new l.init(1779033703,4089235720),new l.init(3144134277,2227873595),new l.init(1013904242,4271175723),new l.init(2773480762,1595750129),new l.init(1359893119,2917565137),new l.init(2600822924,725511199),new l.init(528734635,4215389547),new l.init(1541459225,327033209)])},_doProcessBlock:function(m,h){for(var g=this._hash.words,C=g[0],p=g[1],v=g[2],b=g[3],w=g[4],A=g[5],T=g[6],D=g[7],O=C.high,I=C.low,_=p.high,L=p.low,k=v.high,R=v.low,B=b.high,S=b.low,E=w.high,N=w.low,z=A.high,j=A.low,F=T.high,M=T.low,P=D.high,H=D.low,Q=O,V=I,q=_,$=L,U=k,J=R,ae=B,ne=S,se=E,Z=N,oe=z,ee=j,ie=F,ce=M,ve=P,we=H,ke=0;ke<80;ke++){var Te,Ve,Xe=f[ke];if(ke<16)Ve=Xe.high=m[h+ke*2]|0,Te=Xe.low=m[h+ke*2+1]|0;else{var Qe=f[ke-15],Ue=Qe.high,We=Qe.low,Ge=(Ue>>>1|We<<31)^(Ue>>>8|We<<24)^Ue>>>7,et=(We>>>1|Ue<<31)^(We>>>8|Ue<<24)^(We>>>7|Ue<<25),tt=f[ke-2],$e=tt.high,Je=tt.low,ut=($e>>>19|Je<<13)^($e<<3|Je>>>29)^$e>>>6,yt=(Je>>>19|$e<<13)^(Je<<3|$e>>>29)^(Je>>>6|$e<<26),W=f[ke-7],K=W.high,X=W.low,le=f[ke-16],de=le.high,re=le.low;Te=et+X,Ve=Ge+K+(Te>>>0<et>>>0?1:0),Te=Te+yt,Ve=Ve+ut+(Te>>>0<yt>>>0?1:0),Te=Te+re,Ve=Ve+de+(Te>>>0<re>>>0?1:0),Xe.high=Ve,Xe.low=Te}var te=se&oe^~se&ie,fe=Z&ee^~Z&ce,ye=Q&q^Q&U^q&U,Se=V&$^V&J^$&J,Me=(Q>>>28|V<<4)^(Q<<30|V>>>2)^(Q<<25|V>>>7),nt=(V>>>28|Q<<4)^(V<<30|Q>>>2)^(V<<25|Q>>>7),Ct=(se>>>14|Z<<18)^(se>>>18|Z<<14)^(se<<23|Z>>>9),Ft=(Z>>>14|se<<18)^(Z>>>18|se<<14)^(Z<<23|se>>>9),un=y[ke],Mt=un.high,xt=un.low,He=we+Ft,rt=ve+Ct+(He>>>0<we>>>0?1:0),He=He+fe,rt=rt+te+(He>>>0<fe>>>0?1:0),He=He+xt,rt=rt+Mt+(He>>>0<xt>>>0?1:0),He=He+Te,rt=rt+Ve+(He>>>0<Te>>>0?1:0),En=nt+Se,Gu=Me+ye+(En>>>0<nt>>>0?1:0);ve=ie,we=ce,ie=oe,ce=ee,oe=se,ee=Z,Z=ne+He|0,se=ae+rt+(Z>>>0<ne>>>0?1:0)|0,ae=U,ne=J,U=q,J=$,q=Q,$=V,V=He+En|0,Q=rt+Gu+(V>>>0<He>>>0?1:0)|0}I=C.low=I+V,C.high=O+Q+(I>>>0<V>>>0?1:0),L=p.low=L+$,p.high=_+q+(L>>>0<$>>>0?1:0),R=v.low=R+J,v.high=k+U+(R>>>0<J>>>0?1:0),S=b.low=S+ne,b.high=B+ae+(S>>>0<ne>>>0?1:0),N=w.low=N+Z,w.high=E+se+(N>>>0<Z>>>0?1:0),j=A.low=j+ee,A.high=z+oe+(j>>>0<ee>>>0?1:0),M=T.low=M+ce,T.high=F+ie+(M>>>0<ce>>>0?1:0),H=D.low=H+we,D.high=P+ve+(H>>>0<we>>>0?1:0)},_doFinalize:function(){var m=this._data,h=m.words,g=this._nDataBytes*8,C=m.sigBytes*8;h[C>>>5]|=128<<24-C%32,h[(C+128>>>10<<5)+30]=Math.floor(g/4294967296),h[(C+128>>>10<<5)+31]=g,m.sigBytes=h.length*4,this._process();var p=this._hash.toX32();return p},clone:function(){var m=r.clone.call(this);return m._hash=this._hash.clone(),m},blockSize:1024/32});a.SHA512=r._createHelper(x),a.HmacSHA512=r._createHmacHelper(x)}(),n.SHA512})}(oo)),oo.exports}var ao={exports:{}},Gi;function Y0(){return Gi||(Gi=1,function(e,o){(function(n,a,i){e.exports=a(be(),xn(),Wi())})(ge,function(n){return function(){var a=n,i=a.x64,r=i.Word,s=i.WordArray,l=a.algo,d=l.SHA512,c=l.SHA384=d.extend({_doReset:function(){this._hash=new s.init([new r.init(3418070365,3238371032),new r.init(1654270250,914150663),new r.init(2438529370,812702999),new r.init(355462360,4144912697),new r.init(1731405415,4290775857),new r.init(2394180231,1750603025),new r.init(3675008525,1694076839),new r.init(1203062813,3204075428)])},_doFinalize:function(){var u=d._doFinalize.call(this);return u.sigBytes-=16,u}});a.SHA384=d._createHelper(c),a.HmacSHA384=d._createHmacHelper(c)}(),n.SHA384})}(ao)),ao.exports}var io={exports:{}},Ui;function Z0(){return Ui||(Ui=1,function(e,o){(function(n,a,i){e.exports=a(be(),xn())})(ge,function(n){return function(a){var i=n,r=i.lib,s=r.WordArray,l=r.Hasher,d=i.x64,c=d.Word,u=i.algo,y=[],f=[],x=[];(function(){for(var g=1,C=0,p=0;p<24;p++){y[g+5*C]=(p+1)*(p+2)/2%64;var v=C%5,b=(2*g+3*C)%5;g=v,C=b}for(var g=0;g<5;g++)for(var C=0;C<5;C++)f[g+5*C]=C+(2*g+3*C)%5*5;for(var w=1,A=0;A<24;A++){for(var T=0,D=0,O=0;O<7;O++){if(w&1){var I=(1<<O)-1;I<32?D^=1<<I:T^=1<<I-32}w&128?w=w<<1^113:w<<=1}x[A]=c.create(T,D)}})();var m=[];(function(){for(var g=0;g<25;g++)m[g]=c.create()})();var h=u.SHA3=l.extend({cfg:l.cfg.extend({outputLength:512}),_doReset:function(){for(var g=this._state=[],C=0;C<25;C++)g[C]=new c.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(g,C){for(var p=this._state,v=this.blockSize/2,b=0;b<v;b++){var w=g[C+2*b],A=g[C+2*b+1];w=(w<<8|w>>>24)&16711935|(w<<24|w>>>8)&4278255360,A=(A<<8|A>>>24)&16711935|(A<<24|A>>>8)&4278255360;var T=p[b];T.high^=A,T.low^=w}for(var D=0;D<24;D++){for(var O=0;O<5;O++){for(var I=0,_=0,L=0;L<5;L++){var T=p[O+5*L];I^=T.high,_^=T.low}var k=m[O];k.high=I,k.low=_}for(var O=0;O<5;O++)for(var R=m[(O+4)%5],B=m[(O+1)%5],S=B.high,E=B.low,I=R.high^(S<<1|E>>>31),_=R.low^(E<<1|S>>>31),L=0;L<5;L++){var T=p[O+5*L];T.high^=I,T.low^=_}for(var N=1;N<25;N++){var I,_,T=p[N],z=T.high,j=T.low,F=y[N];F<32?(I=z<<F|j>>>32-F,_=j<<F|z>>>32-F):(I=j<<F-32|z>>>64-F,_=z<<F-32|j>>>64-F);var M=m[f[N]];M.high=I,M.low=_}var P=m[0],H=p[0];P.high=H.high,P.low=H.low;for(var O=0;O<5;O++)for(var L=0;L<5;L++){var N=O+5*L,T=p[N],Q=m[N],V=m[(O+1)%5+5*L],q=m[(O+2)%5+5*L];T.high=Q.high^~V.high&q.high,T.low=Q.low^~V.low&q.low}var T=p[0],$=x[D];T.high^=$.high,T.low^=$.low}},_doFinalize:function(){var g=this._data,C=g.words;this._nDataBytes*8;var p=g.sigBytes*8,v=this.blockSize*32;C[p>>>5]|=1<<24-p%32,C[(a.ceil((p+1)/v)*v>>>5)-1]|=128,g.sigBytes=C.length*4,this._process();for(var b=this._state,w=this.cfg.outputLength/8,A=w/8,T=[],D=0;D<A;D++){var O=b[D],I=O.high,_=O.low;I=(I<<8|I>>>24)&16711935|(I<<24|I>>>8)&4278255360,_=(_<<8|_>>>24)&16711935|(_<<24|_>>>8)&4278255360,T.push(_),T.push(I)}return new s.init(T,w)},clone:function(){for(var g=l.clone.call(this),C=g._state=this._state.slice(0),p=0;p<25;p++)C[p]=C[p].clone();return g}});i.SHA3=l._createHelper(h),i.HmacSHA3=l._createHmacHelper(h)}(Math),n.SHA3})}(io)),io.exports}var ro={exports:{}},$i;function Q0(){return $i||($i=1,function(e,o){(function(n,a){e.exports=a(be())})(ge,function(n){/** @preserve
59
59
  (c) 2012 by Cédric Mesnil. All rights reserved.
60
60
 
61
61
  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
@@ -96,7 +96,7 @@ version: 2.9.0
96
96
  `,n+="-----END PUBLIC KEY-----",n},o.hasPublicKeyProperty=function(n){return n=n||{},n.hasOwnProperty("n")&&n.hasOwnProperty("e")},o.hasPrivateKeyProperty=function(n){return n=n||{},n.hasOwnProperty("n")&&n.hasOwnProperty("e")&&n.hasOwnProperty("d")&&n.hasOwnProperty("p")&&n.hasOwnProperty("q")&&n.hasOwnProperty("dmp1")&&n.hasOwnProperty("dmq1")&&n.hasOwnProperty("coeff")},o.prototype.parsePropertiesFrom=function(n){this.n=n.n,this.e=n.e,n.hasOwnProperty("d")&&(this.d=n.d,this.p=n.p,this.q=n.q,this.dmp1=n.dmp1,this.dmq1=n.dmq1,this.coeff=n.coeff)},o}(Lc),Oo,zc=typeof process<"u"?(Oo=process.env)===null||Oo===void 0?void 0:Oo.npm_package_version:void 0,Pc=function(){function e(o){o===void 0&&(o={}),o=o||{},this.default_key_size=o.default_key_size?parseInt(o.default_key_size,10):1024,this.default_public_exponent=o.default_public_exponent||"010001",this.log=o.log||!1,this.key=null}return e.prototype.setKey=function(o){this.log&&this.key&&console.warn("A key was already set, overriding existing."),this.key=new Tr(o)},e.prototype.setPrivateKey=function(o){this.setKey(o)},e.prototype.setPublicKey=function(o){this.setKey(o)},e.prototype.decrypt=function(o){try{return this.getKey().decrypt(xr(o))}catch{return!1}},e.prototype.encrypt=function(o){try{return bn(this.getKey().encrypt(o))}catch{return!1}},e.prototype.sign=function(o,n,a){try{return bn(this.getKey().sign(o,n,a))}catch{return!1}},e.prototype.verify=function(o,n,a){try{return this.getKey().verify(o,xr(n),a)}catch{return!1}},e.prototype.getKey=function(o){if(!this.key){if(this.key=new Tr,o&&{}.toString.call(o)==="[object Function]"){this.key.generateAsync(this.default_key_size,this.default_public_exponent,o);return}this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},e.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},e.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},e.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},e.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},e.version=zc,e}();const Br=new Pc,Zt=qc();function qc(){let o=Math.random().toString(36).substr(2);for(;o.length<16;)o+=Math.random().toString(36).substr(2);return o=o.substr(0,16),o}const Er=it.enc.Utf8.parse("ABCDEF1234123412");function Vc(e,o){o=o||Zt;const n=it.enc.Utf8.parse(o);let a="";switch(typeof e){case"string":a=it.enc.Utf8.parse(e);break;case"object":a=it.enc.Utf8.parse(JSON.stringify(e));break;default:a=it.enc.Utf8.parse(e.toString())}return it.AES.encrypt(a,n,{iv:Er,mode:it.mode.CBC,padding:it.pad.ZeroPadding}).toString()}function Dr(e,o){o=o||Zt;const n=it.enc.Utf8.parse(o),a=it.AES.decrypt(e,n,{iv:Er,mode:it.mode.CBC,padding:it.pad.ZeroPadding});return it.enc.Utf8.stringify(a).toString()}function Hc(e){Br.setPublicKey(e)}function jc(e){return Br.encrypt(e)}function Ir(e=""){e.startsWith("/")||(e="/"+e),e=e.split("?")[0];const n=["/diagram","/dataview"].map(a=>`^(.*?)${a}(/|$)`);for(const a of n)if(new RegExp(a).test(e))return!0;return!1}function Wc(e){const{paramType:o,data:n,params:a,method:i}=e;o==="form"?["get","delete"].includes(i)?e.params=Qt(a,"string"):e.data=Qt(n,"string"):["get","delete"].includes(i)?e.params=Qt(a,"string"):e.data=Qt(n)}function Qt(e,o){let n=e||{};if(o==="string"){n="";for(const l in e)if(Object.hasOwnProperty.call(e,l)){const d=e[l];n+=`${l}=${encodeURIComponent(d)}&`}}Hc("MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMKaTbS1XHH7u/4dhao1n5Lcegpy6AHKX2TjmTP7IDW6N4wznqlL3Tt+U0/Il1TlNp1/EN+tffYYg4dPrrCUDwcCAwEAAQ==");const i=jc(Zt);return{c:Vc(n,Zt),p:i}}window.getEncryptParam=Qt;function Gc(e,o){var n;(n=window==null?void 0:window.config)!=null&&n.encryptFlag&&Ir(e.url)&&(e.data instanceof FormData?e.data=Uc(e.data):Wc(e))}function Uc(e){const o=e.entries(),n=new FormData,a={};for(const r of o){const s=r[0],l=r[1];l instanceof Blob?n.append(s,l):a[s]=l}const i=Qt(a,"json");return typeof i=="object"&&(n.append("c",i.c),n.append("p",i.p)),n}window.xhaesKey=Zt,window.xhaesDecrypt=Dr;function Rr(e,o){var n;if((n=window==null?void 0:window.config)!=null&&n.encryptFlag&&Ir(e.config.url)&&!(e.data instanceof Blob)&&e.data.data!==void 0){const a=Dr(e.data.data.content,Zt);e.data=JSON.parse(a)}}const _r=window.config.requestErrorTip,pt=is.create({timeout:1e3*180});pt.interceptors.request.use(e=>{const{requestParams:o={}}=window.config;return o!=null&&o.pltToken&&(e.headers["Plt-Token"]=o.pltToken),Gc(e),e},e=>Promise.reject(e)),pt.interceptors.response.use(e=>{var o,n,a;return _r&&+((o=e==null?void 0:e.data)==null?void 0:o.code)==500&&ue.message.error({content:((n=e==null?void 0:e.data)==null?void 0:n.msg)||((a=e==null?void 0:e.data)==null?void 0:a.message)||"服务器异常",key:"SERVER_ERROR",duration:2}),Rr(e),e},e=>{if(Rr(e==null?void 0:e.response),_r)if(e.message.includes("timeout"))ue.message.error({content:"网络连接超时,请重试!",key:"TIMEOUT",duration:2});else{const{status:o}=(e==null?void 0:e.response)||{};o>=400&&o<500&&ue.message.error({content:"请求异常",key:"REQUEST_ERROR",duration:2}),o>=500&&ue.message.error({content:"服务器异常",key:"REQUEST_ERROR",duration:2})}return Promise.reject(e)});const $c=e=>e.replace(/\\n/g,`
97
97
  `),No=(e,o=2)=>{const n=parseFloat(e+"");return isNaN(n)?e:n.toFixed(o).replace(/(\d)(?=(\d{3})+\.)/g,"$1,")},Kc=e=>{const o=parseFloat(e+"");return isNaN(o)?e:(o+"").replace(/\B(?=(\d{3})+(?!\d))/g,",")},Bn=(e,o=2)=>{const n=e+"";if(n.includes("%"))return e;const a=parseFloat(n);return isNaN(a)?e:`${(a*100).toFixed(o)}%`},Yc=(e,o=2)=>{const n=e+"",a=parseFloat(n);return isNaN(a)?e:a.toFixed(o)},Lr=(e,o)=>ft(o,e),ct=(e,o)=>{if(typeof e=="string"&&typeof o=="string")return e.toLocaleLowerCase().includes(o.toLocaleLowerCase());if(typeof e=="string"&&Array.isArray(o)){const n=o.length;for(let a=0;a<n;a++){const i=o[a];if(typeof i=="string"&&e.toLocaleLowerCase().includes(i.toLocaleLowerCase()))return!0}}return!1},Jt=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),ln=e=>{const{leftAxisList:o=[],rightAxisList:n=[],queryColumnList:a=[],indicators:i=[]}=e;return[...o,...n,...a,...i].filter(r=>(r==null?void 0:r.calcType)==="COMPONENT").map(r=>({keyName:r.builtInCalcWay,id:r.builtInValueSource}))},dt=(e,o)=>{let n=!0;const a=ln(e);return a!=null&&a.length&&(n=a.map(i=>o[i.id]).every(i=>i)),n},sn=(e,o)=>{var s;const n=e.match(/\{(.+?)\}/g),a=((s=e.split(`
98
98
  `))==null?void 0:s.length)-1;let i="";if(a)for(let l=0;l<a;l++)i+=`
99
- `;let r=e;if(n!=null&&n.length){for(const l of n){const d=_e(l,{textData:o},{useNewline:!1,useSpace:!1});d&&(r=r.replace(l,d))}return`${i}{text|${r}}`}else return e},Or=(e,o)=>{const{props:n,componentList:a,getGlobalModel:i}=e,{graphicConfig:r={},startValue:s,endValue:l}=n,d=Zc({graphicConfig:r,startValue:s,endValue:l,componentList:a,getGlobalModel:i}),{dimensions:c,dataset:u}=o,{classificationList:y=[]}=r,x=y.find(m=>m.show).label||"";for(const m of d)c.includes(m)||c.push(m);c.sort((m,h)=>pe(m).isBefore(pe(h))?-1:1);for(const m of u){const{data:h}=m;if(h!=null&&h.length){const g=[];for(const C of d)if(h.find(p=>p[x]!==C)){const p=Le.cloneDeep(h[0]);for(const v in p)v===x?p[v]=C:p[v]=0;g.push(p)}m.data.push(...g),m.data.sort((C,p)=>pe(C[x]).isBefore(pe(p[x]))?-1:1)}}},cn=e=>{const o=[];for(const n of e)n.conditions?o.push(...cn(n.conditions)):(n==null?void 0:n.dataType)==="component"&&o.push(n);return o};function Zc(e){const{startValue:o,endValue:n,componentList:a,graphicConfig:i,getGlobalModel:r}=e,s=Nr(o),l=Nr(n),d=[];if(s&&l){const c=a.find(y=>y.keyName===s.keyName),u=a.find(y=>y.keyName===l.keyName);if(c&&u){const y=r(c.id),f=r(u.id),{classificationList:x=[]}=i,m=x.find(h=>h.show);if(m){let h="YYYY-MM";switch(m.name){case"the_year":h="YYYY";break;case"the_month":h="MM";break;case"the_day":h="DD";break;case"the_date":h=(m==null?void 0:m.dateFormat)||h;break}const g=Qc(h);if(h){const C=t.unref(y[s.field]),p=t.unref(f[l.field]);let v=pe(C);const b=pe(p);for(d.push(b.format(h));v.isBefore(b);)d.push(v.format(h)),v=v.add(1,g)}}}}return d}function Nr(e){let o=null;if(e){const n=e.match(/\{(.+?)\}/g);if(n!=null&&n.length){let a=n[0].slice(1,-1).trim();const i=a.match(/\[(.+?)\]/g);let r="";i!=null&&i.length&&(a=a.replace(i[0],""),r=i[0].slice(1,-1).trim()),o={keyName:a,field:r}}}return o}function Qc(e){const o=e.split("-");let n="";if(o!=null&&o.length)switch(o[o.length-1]){case"YYYY":n="year";break;case"MM":n="month";break;case"DD":n="day";break}return n}const dn=(e,o)=>{const n={dayjs:pe,...o};let a="";const i=[];for(const l in n)a+=`${l},`,i.push(n[l]);a=a.replace(/,$/,"");const r=`function (${a}){return ${e}}`;let s;try{s=Function(`"use strict";return (${r})`)()(...i)}catch{return e}return s},_e=(e="",{textData:o,codeData:n}={},{useNewline:a=!1,useSpace:i=!1}={})=>{const s={...window.config||{},...o},l=e.match(/\{(.+?)\}/g);if(l==null||l.length===0)return e;for(let d=0;d<l.length;d++){const c=l[d];let u=c.slice(1,-1).trim();const y=/[\u4e00-\u9fa5a-z-_A-Z0-9]*/g,f=u.match(y);for(let x=0;x<f.length;x++){const m=f[x],h=s[m];h!=null&&typeof h!="function"&&(u=u.replace(m,h))}(/\(.*\)/g.test(u)||/[+/\\*]/g.test(u))&&(u=dn(u,n)),e=e.replace(c,u)}return a&&(e=e==null?void 0:e.replace(/\n|\\n/g,"<br/>")),i&&(e=e==null?void 0:e.replace(/\s{2,}?/g,"&nbsp;&nbsp;")),e},qe=(e,o=()=>{})=>{const{requestUrl:n,requestMethod:a,requestHeaders:i,requestParams:r,requestInterval:s,isOpenRequestTimer:l}=e,{contextRequestUrl:d,touchEventId:c}=t.inject(Pe,{contextRequestUrl:"",touchEventId:""}),{getGlobalModel:u}=t.inject(Ie,{getGlobalModel:m=>{}}),y=_e(n),f=async(m={})=>{if(!y||!a||!i)return;let h={};r.forEach(b=>{const{key:w,value:A}=b;if(typeof A=="object"&&A!=null&&A.id){let T={};const{id:D,prop:O,propKey:I,operate:_}=A;D==="THIS"?T=u(t.unref(c))||{}:T=u(D)||{};const L=t.unref(T[O]);let k=null;if(["date","range"].some(B=>ct(T==null?void 0:T.type,B))){const{value:B,type:S,mode:E}=_||{};if(B&&S&&E)switch(S){case"add":k=t.unref(L).add(B,E);break;case"minus":k=t.unref(L).subtract(B,E);break}k==null&&(k=t.unref(L)),k=(k==null?void 0:k.format((I==null?void 0:I.trim())||T.format))||""}else Object.prototype.toString.call(L)==="[object Object]"?I?k=L[I]:k=O?L[O]:L:ct(T==null?void 0:T.type,"select")&&t.unref(L)&&O&&Array.isArray(t.unref(L))?k=t.unref(L).map(B=>Object.prototype.hasOwnProperty.call(B,O)?B[O]:B):k=L;h[w]=k}else typeof A=="string"&&(h[w]=_e(A))}),h={...window.config.requestParams,...m,...h};let g="";const C=Object.keys(h),p=C.length-1,v=C.length;C.forEach((b,w)=>{let A=h[b];Object.prototype.toString.call(A)==="[object Object]"&&(A=JSON.stringify(A)),w===0?v!==1?g+=`?${b}=${A}&`:g+=`?${b}=${A}`:w===p?g+=`${b}=${A}`:g+=`${b}=${A}&`});try{const b=["get","head"].includes(a),w={};let A=b?y+g:y;h.dataSqlId&&!A.includes("dataSqlId")&&(A+=`${A.includes("?")?"&":"?"}dataSqlId=${h.dataSqlId}`),Object.prototype.hasOwnProperty.call(h,"signal")&&(w.signal=h.signal);const T=await pt({baseURL:t.unref(d)||"",url:A,method:a,headers:i,data:b?{}:h,...w});return o(T),T}catch(b){console.error(b)}},x=l&&setInterval(f,s*1e3);return t.onUnmounted(()=>{clearInterval(x)}),f},Dt=(e=[],o,n=!1)=>{let{name:a="name",types:i=[]}=o||{};a=(a==null?void 0:a.trim())||a;const r=new Set,s=new Map,l=e.length,d=i.length;if(l===1&&!n){const y=[];for(let x=0;x<d;x++){const m=i[x],{label:h,value:g}=m,C={...e[0],value:e[0][g]};r.add(h),y.push(C)}const f=e[0][a]||"";s.set(f,y)}else for(let y=0;y<l;y++){const f=e[y],x=f[a];r.add(x);for(let m=0;m<d;m++){const h=i[m],{label:g,value:C}=h,p={...f,value:f[C]||0};if(s.has(g)){const v=s.get(g);v.push(p),s.set(g,v)}else s.set(g,[p])}}const c=Array.from(r),u=[];for(const[y,f]of s)u.push({name:y,data:f});return{dimensions:c,dataset:u}},mt=(e,o=!1)=>{var a;if(!e)return e;let n="";return e!=null&&e.includes("://")?n=e:n=((a=window==null?void 0:window.config)==null?void 0:a.uploadPath)+e,o&&(n=`url(${n})`),n},Fo=(e,o)=>{const n=`${Ei}/preview?pageId=${o}`,a=`${Ei}/${o}`;return e==="preview"?n:a},ft=(e,o)=>{var i;if(e==null)return o;const n=e.match(/\{.*\}/g);if(n==null||n.length===0)return o;const a=n.length;for(let r=0;r<a;r++){const s=n[r];if(s==null||s==="")break;let l=(i=s.slice(1,-1))==null?void 0:i.trim();l=l==null?void 0:l.replace(/value/g,o);try{let d=l;(/\(.*\)/g.test(l)||/[+/\\*]/g.test(l))&&(d=dn(l)),e=e.replace(s,d)}catch{e=e.replace(s,l)}}return e},Ze=(e={})=>{const{requestToken:o}=t.inject(Ai,{requestToken:()=>{}}),{setLoadedData:n}=t.inject(kt,{setLoadedData:(g,C)=>{}}),{getGlobalModel:a}=t.inject(Ie,{getGlobalModel:g=>{}});e.dataType==="indicator"&&o();const i=g=>{const{around:C,unit:p,id:v}=g;let b="";const{pageMode:w="",componentList:A=[]}=(e==null?void 0:e.graphicConfig)||{};let T=null,D=null;if(w==="design"){const O=A==null?void 0:A.find(S=>S.id===v);if(!O)return[];const{interval:I,intervalUnit:_,startTime:L,endTime:k,operate:R,useCurrentTime:B}=O||{};if(B&&(T=pe().subtract(I,_),D=pe()),L&&(T=pe(L)),k&&(D=pe(k)),R){const{type:S,value:E,mode:N}=R;switch(S){case"add":T=T&&T.add(E,N),D=D&&D.add(E,N);break;case"minus":T=T&&T.subtract(E,N),D=D&&D.subtract(E,N)}}}else{const O=a(v)||{};t.unref(O.startTime)&&(T=pe(t.unref(O.startTime))),t.unref(O.endTime)&&(D=pe(t.unref(O.endTime)))}if(T&&D){const O=D.diff(T,p.toLowerCase());b=`${C==="before"?"-":""}${O+1}`}return b?[b]:[]},r=(g,C)=>Object.prototype.hasOwnProperty.call(g,C),s=(g,C)=>{if(C)r(g,"indexCode")&&(g.hrpIndexCode=g.indexCode,delete g.indexCode),r(g,"indexCodeNum")&&(g.hrpIndexCodeNum=g.indexCodeNum,delete g.indexCodeNum),r(g,"dataType")&&delete g.dataType;else{const{calcWays:p=[],dateCalcTypes:v=[],activeKey:b,componentId:w=""}=g;if(b===5&&(p!=null&&p.length)&&(v!=null&&v.length)&&w){const A=p[0].split("-");(A==null?void 0:A.length)>1&&A[0]==="rangeValue"&&(g.calcWays=i({around:A[1],unit:v[0],id:w})),delete g.radioValue}r(g,"dataType")&&(g.fieldType==="DATE"&&(g.label=g.fieldName),g.dataType==="component"&&(g.fieldValue="${"+g.fieldValue+"}"),delete g.dataType),r(g,"activeKey")&&delete g.activeKey,r(g,"radioValue")&&delete g.radioValue,r(g,"indexCode")&&(g.hrpIndexCode=g.indexCode,delete g.indexCode),r(g,"indexCodeNum")&&(g.hrpIndexCodeNum=g.indexCodeNum,delete g.indexCodeNum),g.dataType!=="component"&&g.useCurrentTime&&(g.fieldValue=pe().format(g.dateFormat)),delete g.useCurrentTime}},l=(g,C)=>{const p=[];return g!=null&&g.length&&Le.cloneDeep(g).forEach(v=>{if(v.join&&v.conditions){const b=!v.conditions.some(w=>w.join&&w.conditions);v.conditions.forEach((w,A)=>{s(w,C);const T={};if(A<v.conditions.length-1&&(T.join=v.join),b)p.push({...T,...w});else if(w.join&&w.conditions){const D=C?"sqlConditions":"conditions";p.push({[D]:l([w],C),...T})}else p.push({...T,...w})})}else s(v,C),p.push(v)}),p},d=(g={},C)=>{if(g!=null&&g.sortCpnts&&C){const z=h(g);z&&(C.sort=z)}const{label:p,name:v,location:b,show:w,indexCode:A,indexCodeNum:T,calcType:D="COLUMN",builtInFormula:O,builtInValueSource:I,builtInCalcWay:_,formula:L,conditions:k,aggregate:R,distinct:B,dimByCount:S}=g;let E;if(k&&(E=l(k)),D==="COMPONENT"){const z={};return x(z,I),{label:p.trim(),columnName:v,show:w,calcType:D,componentAlias:_,componentValue:z.fieldValue||null}}const N={label:p.trim(),columnName:v,location:b,show:w,calcType:D,hrpIndexCode:A,hrpIndexCodeNum:T,aggregate:R,builtInFormula:O,builtInValueSource:I,formula:L,conditions:E};if(O==="DATE_OFFSET"){const z=_.split("-");if((z==null?void 0:z.length)===3){let j=z[0];return z[2]==="before"&&z[0]!=="0"&&(j=`-${z[0]}`),{...N,calcWays:[j],dateCalcTypes:[z[1]]}}}else return v==="the_count"&&(N.calcType="AGGREGATE",N.distinct=!!B,N.typeGuid=S),{...N,builtInCalcWay:_}},c=g=>{if(!g)return[];const C=Le.cloneDeep((g==null?void 0:g.controlList)||[]),{classificationList:p=[],rowHeaderList:v=[],dimensionList:b=[],seriesList:w=[],leftAxisList:A=[],rightAxisList:T=[],queryColumnList:D=[],indicators:O=[]}=g;f(C);const I=[...p,...v,...b,...w,...A,...T,...D,...O],_=[];for(const R of I){const B=cn((R==null?void 0:R.conditions)||[]);if(B!=null&&B.length){const S=B.filter(E=>(E==null?void 0:E.dataType)==="component").map(E=>{const N={};return E!=null&&E.dateFormat&&(N.format=E.dateFormat),{conditionKey:E.fieldName,conditionLabel:E.fieldName,conditionName:E.fieldName,conditionValueType:E.fieldType,id:E.componentId,keyName:E.fieldValue,rule:E.rule,notGlobal:!0,indexCode:E.indexCode,typeGuid:E.typeGuid,indexCodeNum:E.indexCodeNum,...N}});if(S!=null&&S.length)for(const E of S)_.find(N=>N.keyName===E.keyName)||_.push(E)}}const L=_.length,k=C;for(let R=0;R<L;R++){const B=_[R];if((B==null?void 0:B.conditionKey)==="parentCode")continue;const{id:S,keyName:E,prop:N,format:z,modelKey:j,dataType:F="component",customValue:M}=B,P=u(B);x(P,S,{prop:N,dateFormat:z,modelKey:j,keyName:E}),F===""&&(P.fieldValue=M||""),k.push(P)}for(let R=k.length-1;R>=0;R--){const B=k[R];B.globalCondition||cn(k).find(E=>E.alias===B.alias&&E.globalCondition)&&k.splice(R,1)}return k};function u(g){const{id:C,keyName:p,conditionLabel:v,conditionKey:b,conditionValueType:w,prop:A,rule:T="NONE",notGlobal:D=!1,indexCode:O,typeGuid:I,indexCodeNum:_,dataType:L="component"}=g;let k=p||C;k&&A&&(k+=`-${A}`);let R=T;return R==="NONE"&&(["startTime","endTime"].includes(A)?R=A==="startTime"?"GREATER_EQUAL":"LESS_EQUAL":p!=null&&p.includes("startTime")?R=A==="GREATER_EQUAL":p!=null&&p.includes("endTime")?R=A==="LESS_EQUAL":R="EQUAL"),{rule:R,label:v,fieldName:b,fieldValue:"",valueType:w,alias:k,globalCondition:!D,indexCode:O,typeGuid:I,indexCodeNum:_,dataType:L}}const y=["keyValue","conditionKey","conditionLabel","conditionName","conditionValueType","customValue","id","keyName"];function f(g){if(g!=null&&g.length)for(const C of g)if(C!=null&&C.conditions)f(C.conditions);else{const{id:p,keyName:v,prop:b,modelKey:w,format:A,dataType:T="component",customValue:D}=C,O=u(C);x(O,p,{prop:b,dateFormat:A,modelKey:w,keyName:v}),T===""&&(O.fieldValue=D||"");for(const I in O)C[I]=O[I];for(const I of y)delete C[I]}}function x(g,C,p){var R,B;const v=a(C)||{},{prop:b="",dateFormat:w="",modelKey:A="",keyName:T=""}=p||{},{value:D,format:O="YYYY-MM-DD",type:I="",useCurrentTime:_,RECORD:L}=v||{},k=w||O;if(ct(v.type,"date"))_?D?g.fieldValue=(R=t.unref(D))==null?void 0:R.format(k):g.fieldValue=pe().format(k):g.fieldValue=(B=t.unref(D))==null?void 0:B.format(k),g.dateFormat=k;else if(I==="ecanRangePicker"){let S=b;if(!b){const N=T&&T.split("-");N!=null&&N.length&&(S=N[N.length-1])}if(!S)return;let E=null;t.unref(v[S])&&(E=pe(t.unref(v[S]))),E&&(g.fieldValue=E==null?void 0:E.format(k)),g.dateFormat=k}else ct(I,Di)?A&&L?g.fieldValue=L[A]:!A&&L?g.fieldValue=L.value:g.fieldValue=t.unref(D):g.fieldValue=t.unref(D)}const m=g=>{if(g){const C=Le.cloneDeep(g);return g.defaultCode&&(C.label=C.columnName,delete C.defaultCode),C}else return g},h=g=>{const{sortCpnts:C=[]}=g;let p,v="";for(const b of C){const w=a(b)||{},{type:A,RECORD:T}=w;if(ct(A,"image")&&ct(T==null?void 0:T.value,["asc","desc"])){v=T.value.toUpperCase();break}}return v&&(p={label:g.label,columnName:g.name,order:v,type:"NORMAL"}),p};return async(g={})=>{var J,re,ne,se,Z,oe;n(e.id,!1);const{graphicConfig:C,type:p,isGroupTable:v=!1}=e;let{source:b,dataViewId:w,plugin:A="1",layer:T,chartType:D,classificationList:O=[],rowHeaderList:I=[],dimensionList:_=[],seriesList:L=[],leftAxisList:k=[],rightAxisList:R=[],queryColumnList:B=[],indicators:S=[],controlList:E=[],formFields:N={},idxLibMode:z,preview:j=!1}=C||{},F=[];if((C==null?void 0:C.pageMode)==="design"?F=(C.sqlConditions??[]).map(ee=>{const ae={};if(!r(ee,"globalCondition")&&!ee.join&&(ae.globalCondition=!0),!ee.join){const ce=ee.rule||"EQUAL";ae.rule=ce==="NONE"?"EQUAL":ce}return{...ee,...ae}}):F=c(C),F!=null&&F.length){const ee=F.filter(ce=>ce.globalCondition),ae=F.filter(ce=>!ce.globalCondition);(ee==null?void 0:ee.length)>1&&(F=[{join:"&&",conditions:ee},...ae])}F!=null&&F.length&&(F=l(F,"1")),T==null&&(ct(p,["table"])||ct(p,"list")&&(O==null?void 0:O.length)>1?T="1":ct(p,["select","checkbox","radio"])?T="3":T="2");let M,P="";if(Array.isArray(O)&&O.length>0&&(p!=="ecanList"||(O==null?void 0:O.length)===1)){const ee=O.length;for(let ae=0;ae<ee;ae++){const ce=O[ae]||{},{label:ve="",name:we="",show:ke=!1,sort:Te,customGroup:Ve,conditions:Xe,dateFormat:Qe,typeGuid:Ue="",truncations:We=[]}=ce;if(ke||ee===1){P=Ue,M={label:ve.trim(),columnName:we,show:ke,sort:h(ce)||m(Te)||Te,customGroup:Ve,conditions:l(Xe),typeGuid:Ue},Qe&&(M.dateFormat=Qe),we==="the_date"&&!M.dateFormat&&(M.dateFormat="YYYY-MM");const Ge={};if(Array.isArray(We)&&We.length>0){const et=We.length;for(let tt=0;tt<et;tt++){const $e=We[tt]||{},{rule:Je="",num:ut=0,name:yt=""}=$e;Je&&ut&&(Ge.num=ut,Ge.rule=Je,yt&&(Ge.otherGroupName=yt))}}(J=Object.keys(Ge))!=null&&J.length&&(M.truncation=Ge);break}}}let H;if(Array.isArray(L)&&L.length>0){const ee=L.length;for(let ae=0;ae<ee;ae++){const ce=L[ae]||{},{label:ve="",name:we="",show:ke=!1,sort:Te,customGroup:Ve,conditions:Xe}=ce;if(ke||ee===1){H={label:ve.trim(),columnName:we,show:ke,sort:Te,customGroup:Ve,conditions:l(Xe)};break}}}const Q=[];k==null||k.forEach(ee=>{ee.location="LEFT",Q.push(d(ee,M))}),R==null||R.forEach(ee=>{ee.location="RIGHT",Q.push(d(ee,M))}),S==null||S.forEach(ee=>{ee.location="LEFT",Q.push(d(ee,M))});const V=[];p==="ecanList"&&(O==null?void 0:O.length)>1&&(B=O),B==null||B.forEach(ee=>{const{label:ae,name:ce,location:ve,show:we,indexCode:ke,sort:Te,typeGuid:Ve,indexCodeNum:Xe}=ee;let Qe=Te;if(g.sort){const{field:Ue,order:We}=g.sort;let Ge=Q.find(et=>et.label===Ue);!Ge&&ae===Ue&&(Ge=ee),Ge&&(Qe={columnName:Ge.columnName,label:g.sort.field,order:We.toUpperCase(),type:"NORMAL"})}V.push({label:ae,columnName:ce,location:ve,show:we,sort:Qe,calcType:"COLUMN",hrpIndexCode:ke,hrpIndexCodeNum:Xe,typeGuid:Ve})});const q=[];let $=[];if(Array.isArray(I)&&I.length>0?$=I:Array.isArray(_)&&_.length>0&&($=_),$!=null&&$.length){const ee=$.length;for(let ae=0;ae<ee;ae++){const ce=$[ae]||{},{label:ve="",name:we="",show:ke=!1,sort:Te,customGroup:Ve,conditions:Xe,truncations:Qe,typeGuid:Ue="",dateFormat:We}=ce;let Ge=Te;if(g.sort){const{field:$e,order:Je}=g.sort;let ut=Q.find(yt=>yt.label===$e);!ut&&ce.label===$e&&(ut=ce),ut&&(Ge={columnName:ut.columnName,label:g.sort.field,order:Je.toUpperCase(),type:"NORMAL"})}const et={label:ve.trim(),columnName:we,show:ke,sort:Ge,customGroup:Ve,conditions:l(Xe),typeGuid:Ue};We&&(et.dateFormat=We),we==="the_date"&&!et.dateFormat&&(et.dateFormat="YYYY-MM");const tt={};if(Array.isArray(Qe)&&Qe.length>0){const $e=Qe.length;for(let Je=0;Je<$e;Je++){const ut=Qe[Je]||{},{rule:yt="",num:W=0,name:K=""}=ut;yt&&W&&(tt.num=W,tt.rule=yt,K&&(tt.otherGroupName=K))}}(re=Object.keys(tt))!=null&&re.length&&(et.truncation=tt),q.push(et)}}if(ct(p,["text","proportion","counter"])&&(D="zb"),v){if(q.length===0||Q.length===0)return;D="grouptable"}else{if(T==="1"&&V.length===0)return;if(T==="2"&&Q.length===0)return;if(T==="3"&&(!P||!N.labelField||!N.valueField))return;if(T==="3"&&p==="ecanDataSelect"&&Q.length===0)return}_!=null&&_.length&&(T="1",D="grouptable");let U=(ne=window==null?void 0:window.config)==null?void 0:ne.pageId;if(!U){const{pathname:ee}=window==null?void 0:window.location;if(ee){const ae=ee.split("/");ae!=null&&ae.length&&(U=ae[ae.length-1])}}if((se=Object.keys(N))!=null&&se.length){const ee=cn(E).find(ce=>ce.conditionKey==="parentCode"),ae={};if(ee){const ce=a(ee.id)||{};if(ce!=null&&ce.itemCodes)ae.parentItemCodes=ce.itemCodes;else return}p==="ecanDataSelect"&&(ae.indicatorList=Q.filter(ce=>ce.show));try{return await pt.post(`${Bi}/diagram/formData`,{source:b,dataViewId:w,plugin:"4",layer:T,chartType:"normalSelect",rangeIndexTypeGuid:P,type:p==="ecanDataSelect"?"normalSelectData":"normalSelect",labelField:N.labelField,valueField:N.valueField,pageId:U,sqlConditions:F,idxLibMode:"WITH_DATE_DIM_TABLE",keyName:e.keyName,...ae},{headers:{Authentication:(Z=window==null?void 0:window.config)==null?void 0:Z.indicatorToken,operateContext:Ti}})}catch(ce){console.error(ce)}finally{}}else try{return await pt.post(`${Bi}/diagram`,{source:b,dataViewId:w,plugin:A,layer:T,chartType:D,classification:M,series:H,indicatorList:Q,queryColumns:v?[]:V,pageFlag:!0,pageId:U,sqlConditions:F.map(ae=>{const{fieldValue:ce}=ae,ve={};return ce&&Array.isArray(ce)&&(ve.fieldValue=JSON.stringify(ce)),{...ae,...ve}}),idxLibMode:z,preview:j,rowHeaders:q,keyName:e.keyName},{headers:{Authentication:(oe=window==null?void 0:window.config)==null?void 0:oe.indicatorToken,operateContext:Ti}})}catch(ee){console.error(ee)}finally{}}},Jc=()=>{const o=window.location.search.slice(1).split("&"),n=o.length,a={};for(let i=0;i<n;i++){const r=o[i];if(r==null||r==="")continue;const s=r.split("=");if(Array.isArray(s)){const l=s[0];a[l]=s[1]}}window.config.requestParams={...window.config.requestParams,...a},window.config={...window.config,...a}},Xc=t.defineComponent({name:"EcanPageConfig",inheritAttrs:!1,props:{...Wn},setup(e){const{width:o,height:n}=t.inject(Pe,{width:null,height:null}),a=t.inject("setPageHeight",b=>{}),i=t.inject("isMobile",!1),r=t.computed(()=>{const b={};return i||(b.width=o.value,b.height=n.value),{...b,backgroundColor:e.backgroundColor,backgroundImage:mt(e.backgroundImage,!0),backgroundSize:e.backgroundSize}}),s=t.ref(0),l=t.ref(0),d=t.ref(0),c=t.ref(0),u=t.ref(!1),y=t.ref();let f;const x=()=>new Promise(b=>{t.nextTick(()=>{o.value&&n.value?(s.value=parseFloat(o.value),l.value=parseFloat(n.value)):(s.value=y.value.clientWidth,l.value=y.value.clientHeight),(!d.value||!c.value)&&(d.value=window.screen.width,c.value=window.screen.height),b()})}),m=()=>{s.value&&l.value?(y.value.style.width=`${s.value}px`,y.value.style.height=`${l.value}px`):(y.value.style.width=`${d.value}px`,y.value.style.height=`${c.value}px`)};t.watch([o,n],async()=>{await x(),m(),g(),window.addEventListener("resize",C),p(),u.value=!0},{immediate:!0});const h=t.ref({});t.provide("scaleValue",h);const g=()=>{if(i){y.value.style.width="100%",y.value.style.height="auto",a("auto");return}const b=document.body.clientWidth,w=document.body.clientHeight,A=s.value||d.value,T=l.value||c.value,D=b/A;let O=w/T;(s.value!==1920||l.value!==1080)&&(O=l.value/s.value*b/T),h.value={widthScale:D,heightScale:O},y.value&&(y.value.style.transform=`scale(${D}, ${O})`),a(O)},C=Le.debounce(async()=>{await x(),g()},100),p=()=>{const b=window.MutationObserver;f=new b(C),f.observe(y.value,{attributes:!0,attributeFilter:["style"],attributeOldValue:!0})},v=()=>{f&&(f.disconnect(),f.takeRecords(),f=null)};return t.onMounted(()=>{u.value=!1}),t.onUnmounted(()=>{window.removeEventListener("resize",C),v()}),{style:r,container:y,ready:u}}}),ch="",ed={id:"container",ref:"container"};function td(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",ed,[e.ready?(t.openBlock(),t.createElementBlock("div",{key:0,class:"page-config",style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default",{},void 0,!0)],4)):t.createCommentVNode("",!0)],512)}const Fr=Ce(xe(Xc,[["render",td],["__scopeId","data-v-b496b36e"]])),Mo={contextRequestUrl:"",pageMode:"normal",theme:"light",containerMap:{},combinationMap:{},width:"1920px",height:"1080px",pageFontFamily:"",jumpType:"page",jumpTime:null,jumpPage:"",jumpLink:""},zo=Ae(Mo),nd=t.defineComponent({name:"EcanProviderConfig",inheritAttrs:!1,props:{...zo},setup(e,{expose:o}){Jc();const n=t.computed(()=>!!navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i)),a=t.ref(),i=()=>{a.value.setAttribute("datav-theme",e.theme)},r=t.inject("usedComponentList",[]);t.watch(()=>e.theme,()=>{i()}),t.onMounted(()=>{i()});const s=t.computed(()=>_e(e.contextRequestUrl)),l=t.computed(()=>e.pageMode),d=t.computed(()=>e.theme),c=t.computed(()=>e.width),u=t.computed(()=>e.height),y=t.computed(()=>e.pageFontFamily),f=t.ref("");t.provide(Pe,{contextRequestUrl:s,pageMode:l,theme:d,touchEventId:f,width:c,height:u,fontFamily:y});const x=t.ref({height:"100%",overflow:e.pageMode==="design"?"":"hidden"});t.provide("setPageHeight",U=>{let J=U;n.value||(J=parseFloat(u.value)*U+"px"),x.value.height=J}),t.provide("isMobile",n.value),t.provide("getContainerMap",()=>e.containerMap),t.provide("getCombinationMap",()=>e.combinationMap);const m=t.ref(),h=new Map;console.log("globalModel",h);const g=U=>h.get(U),C=(U,J)=>{m.value=J,h.set(U,J)},p=()=>{m.value=null},v=U=>{let J=U;if(J){const re=U.match(/\{(.+?)\}/g);if(re!=null&&re.length){let ne=re[0].slice(1,-1).trim();const se=ne.match(/\[(.+?)\]/g);let Z="";se!=null&&se.length&&(ne=ne.replace(se[0],""),Z=se[0].slice(1,-1).trim());const oe=t.unref(r).find(ee=>ee.keyName===ne);if(oe){const ee=g(oe.id),{type:ae,value:ce,RECORD:ve,recordData:we}=ee||{};ct(ae,Di)?J=ve[Z]:ct(ae,"select")?J=we[Z]:J=ce}else J=""}}return J},b=new Map,w=U=>b.get(U),A=(U,J)=>{b.set(U,J)};t.provide(Ie,{getGlobalModel:g,setGlobalModel:C,clearInteractiveData:p,getRecordValueByKeyName:v,getRequestData:w,setRequestData:A,interactiveData:m});const T=t.ref({}),D=(U,J)=>{T.value[U]=J};t.provide(kt,{loadedData:T,setLoadedData:D});const O=[],I=()=>{O.pop()},_=U=>{O.push(U)},L=new Map,k=U=>L.get(U),R=(U,J)=>{L.set(U,J)};t.provide(ki,{popUseModalIds:I,pushUseModalIds:_,getModalModel:k,setModalModel:R});const B=rs(),S=new Set,E=(U,J)=>{S.add(U),B.on(U,re=>{const{eventName:ne,params:se}=re;return typeof J[ne]=="function"&&J[ne](se)}),t.onBeforeUnmount(()=>{N(U)})},N=U=>{S.delete(U),B.off(U)},z=(U,J,re={})=>{if(U==="PAGE"){const ne=O.length;let se=[];if(ne===0)se=[...S];else{const Z=O[ne-1];se=[...k(Z)]}se.forEach(Z=>{B.emit(Z,{eventName:J,params:re})})}else B.emit(U,{eventName:J,params:re})};t.provide(Gn,{onEvent:E,offEvent:N,emitEvent:z});const j=t.ref(0),F=()=>{j.value=t.unref(j)+1};t.provide(Ai,{requestToken:F});const M=new Map,P=new Map,H=({requestFn:U=()=>{},sortNum:J=0,id:re=""})=>{if(M.has(J)){const ne=M.get(J);ne==null||ne.push(U)}else M.set(J,[U]);P.set(re,U)},Q=U=>new Promise((J,re)=>{const ne=U.map(se=>se());Promise.all(ne).then(se=>{J(se)}).catch(se=>{re(se)})}),V=U=>new Promise(async(J,re)=>{if(U){if(typeof U=="string"){const ne=P.get(U);if(typeof ne=="function"){const se=pt.interceptors.response.use(Z=>(J(Z),Z),Z=>(re(Z),Promise.reject(Z)));ne(),pt.interceptors.response.eject(se)}}}else{const ne=Array.from(M);ne.sort((Z,oe)=>oe[0]-Z[0]);const se=ne.length;try{e.pageMode!=="design"&&t.unref(j)>0;for(let Z=0;Z<se;Z++){const oe=ne[Z][1];await Q(oe)}}catch(Z){console.error(Z)}finally{M.clear(),J(null)}}});t.provide(ze,{setRequest:H,touchRequest:V});const q=()=>{B.emit(an)};t.provide(an,{emitRefreshPage:q});const $=U=>{B.on(an,()=>U()),t.onMounted(()=>{B.off(an)})};return t.watch(r,U=>{if(console.log("list",U),console.log("pageMode",t.unref(l)),console.log("props",t.unref(e)),U!=null&&U.length&&t.unref(l)!=="design"){const{jumpType:J,jumpTime:re,jumpPage:ne,jumpLink:se}=e;if(re!=null&&re.value){let Z=0;switch(re==null?void 0:re.suffix){case"hours":Z=re.value*60*60*1e3;break;case"minute":Z=re.value*60*1e3;break;case"seconds":Z=re.value*1e3;break}console.log("timeValue",Z),setTimeout(()=>{let oe="";J==="page"&&ne?(oe=Fo(t.unref(l),ne),console.log("url",oe)):J==="link"&&se&&(oe=se),oe=_e(oe),console.log("url",oe),window.open(oe,"_self")},Z)}}}),t.onBeforeUnmount(()=>{M==null||M.clear(),P==null||P.clear()}),o({touchRequest:V,getGlobalModel:g,onRefreshPage:$}),{providerConfig:a,configStyle:x}}}),fh="";function od(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",{id:"ProviderConfig",ref:"providerConfig",style:t.normalizeStyle({...e.configStyle,fontFamily:e.pageFontFamily})},[t.renderSlot(e.$slots,"default",{},void 0,!0)],4)}const Mr=Ce(xe(nd,[["render",od],["__scopeId","data-v-d3886c3e"]])),Po={...De,name:"文本",keyName:"文本",type:"ecanText",width:"100px",height:"40px",text:"文字",lineHeight:1,color:"#333",variableColor:"#f00",fontSize:"14px",fontFamily:"",fontWeight:400,textShadow:"",justifyContent:"center",alignItems:"center",variableFontSize:"14px",variableDefaultValue:"0",format:"",target:"self",href:"",linkPage:"",data:{},percentageSide:"left",increaseColor:"",declineColor:"",minusSignShow:!0,unitShow:!0,unitText:"",unitFontSize:"14px",unitFontWeight:400,unitColor:"#333",unitTop:"",unitLeft:"",graphicConfig:{},targetShow:!1,targetRule:"",targetValue:"",notExpectColor:"",gradientShow:!1,gradientColor:"",gradientOffset:1,gradientAngle:"180deg",openCustomRequestData:!0,customRequestName:"",customRequestField:"",showEllipsis:!1},qo=Ae(Po),zr=["refreshData","click","valueChange"],Vo="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=",Ho="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA3LTIyVDA5OjM1OjE5KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNy0yMlQwOTozNTozNyswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wNy0yMlQwOTozNTozNyswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNmRlNzg2MS1kNzhmLTQyNGYtYTNjOS01ZTk0MjkwY2RjZjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzZkZTc4NjEtZDc4Zi00MjRmLWEzYzktNWU5NDI5MGNkY2YxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MzZkZTc4NjEtZDc4Zi00MjRmLWEzYzktNWU5NDI5MGNkY2YxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozNmRlNzg2MS1kNzhmLTQyNGYtYTNjOS01ZTk0MjkwY2RjZjEiIHN0RXZ0OndoZW49IjIwMjItMDctMjJUMDk6MzU6MTkrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6VDI+BAAABUUlEQVRIia3WPyhGURgG8B8pi0xisStKMioZLQaLiaQMBoxiVBImCwaLf6MssloUk8Gmb7GgJFKSUvIZ7qe+bvd89+A+03uf989z3nPPPe+tK5fLqtF3tSESzRjFAJ4vemams4IaYqulCq9gEo34QGco+LcCg9hHaxW3jpsiBIZxmMp5kXQTRH1k8S4cZCxoE6//FaiXbEtThm87JjkPI+jN4E9xW4TAQoA/isjNFehCT8B3VoTAUID/xHURAn0B/g5fRQh0B/j7mOJkf2gTaKvY7YG8FsxXPe/hIVbgCTs5C+vAasU+xlooMGuLTrCVI/CDR0zVCgi9gzmUIgQmBbYmT+AdY5LjGMKWpNuaqHWKLrEY8JUkXeYi75iu4DzFfUi6ey9C4AvjeKviliTdRSHmsrvBbMU+lzNg0oidaLvox7LIK+IHdem/iqIROzL/jG+NrT1BRsXKNQAAAABJRU5ErkJggg==",jo=t.defineComponent({name:"EcanText",components:{Skeleton:Vt},props:{...qo},setup(e,{expose:o}){const n=t.ref(!1),a=Ee(e),i=t.ref({}),r=t.computed(()=>e.variableFontSize||"14px"),s=t.computed(()=>"-"+t.unref(r));t.watch(()=>[e.data,e.dataType],([R,B])=>{B==="static"&&(i.value=R)},{immediate:!0});const{getGlobalModel:l,setGlobalModel:d,getRecordValueByKeyName:c,getRequestData:u}=t.inject(Ie,{getGlobalModel:R=>{},setGlobalModel:(R,B)=>{},getRecordValueByKeyName:R=>{},getRequestData:R=>{}}),{setLoadedData:y}=t.inject(kt,{setLoadedData:(R,B)=>{}}),f=t.computed(()=>{let R="";if(e.gradientShow){const{gradientColor:B,gradientOffset:S,gradientAngle:E,color:N}=e;R+=`background: linear-gradient(${E}, ${N}, ${B||"transparent"} ${S*100}%);-webkit-background-clip: text;color: transparent;`}return R}),x=t.computed(()=>{const R={};if(e.gradientShow){const{gradientColor:B,gradientOffset:S,gradientAngle:E,color:N}=e,z=B||"transparent";R.background=`linear-gradient(${E}, ${N}, ${z} ${S*100}%)`,R["-webkit-background-clip"]="text",R.color="transparent"}return R}),m=t.computed(()=>{var F;if(t.unref(n))return"NaN";const R=t.unref(i),B=e.increaseColor||e.color,S=e.declineColor||e.color;let E=e.text;E=E==null?void 0:E.replace(/\n|\\n/g,"<br/>"),E=E==null?void 0:E.replace(/\s(?!\{) | (?!\})\s/g,"&nbsp;");const N=E.match(/\{(.+?)\}/g)||[];let z="";const j=e.showEllipsis?"show-ellipsis":"";if(N==null||N.length===0){if(E&&e.format==="percentage"&&!isNaN(+E)){const M=parseFloat(E),P=M*100,H=h(P.toFixed(2));M>=0?E=`<span class="${j}" style="color: ${H||B||"#ED6643"};font-size:${t.unref(r)};display: inline-block;${t.unref(f)}">
99
+ `;let r=e;if(n!=null&&n.length){for(const l of n){const d=_e(l,{textData:o},{useNewline:!1,useSpace:!1});d&&(r=r.replace(l,d))}return`${i}{text|${r}}`}else return e},Or=(e,o)=>{const{props:n,componentList:a,getGlobalModel:i}=e,{graphicConfig:r={},startValue:s,endValue:l}=n,d=Zc({graphicConfig:r,startValue:s,endValue:l,componentList:a,getGlobalModel:i}),{dimensions:c,dataset:u}=o,{classificationList:y=[]}=r,x=y.find(m=>m.show).label||"";for(const m of d)c.includes(m)||c.push(m);c.sort((m,h)=>pe(m).isBefore(pe(h))?-1:1);for(const m of u){const{data:h}=m;if(h!=null&&h.length){const g=[];for(const C of d)if(h.find(p=>p[x]!==C)){const p=Le.cloneDeep(h[0]);for(const v in p)v===x?p[v]=C:p[v]=0;g.push(p)}m.data.push(...g),m.data.sort((C,p)=>pe(C[x]).isBefore(pe(p[x]))?-1:1)}}},cn=e=>{const o=[];for(const n of e)n.conditions?o.push(...cn(n.conditions)):(n==null?void 0:n.dataType)==="component"&&o.push(n);return o};function Zc(e){const{startValue:o,endValue:n,componentList:a,graphicConfig:i,getGlobalModel:r}=e,s=Nr(o),l=Nr(n),d=[];if(s&&l){const c=a.find(y=>y.keyName===s.keyName),u=a.find(y=>y.keyName===l.keyName);if(c&&u){const y=r(c.id),f=r(u.id),{classificationList:x=[]}=i,m=x.find(h=>h.show);if(m){let h="YYYY-MM";switch(m.name){case"the_year":h="YYYY";break;case"the_month":h="MM";break;case"the_day":h="DD";break;case"the_date":h=(m==null?void 0:m.dateFormat)||h;break}const g=Qc(h);if(h){const C=t.unref(y[s.field]),p=t.unref(f[l.field]);let v=pe(C);const b=pe(p);for(d.push(b.format(h));v.isBefore(b);)d.push(v.format(h)),v=v.add(1,g)}}}}return d}function Nr(e){let o=null;if(e){const n=e.match(/\{(.+?)\}/g);if(n!=null&&n.length){let a=n[0].slice(1,-1).trim();const i=a.match(/\[(.+?)\]/g);let r="";i!=null&&i.length&&(a=a.replace(i[0],""),r=i[0].slice(1,-1).trim()),o={keyName:a,field:r}}}return o}function Qc(e){const o=e.split("-");let n="";if(o!=null&&o.length)switch(o[o.length-1]){case"YYYY":n="year";break;case"MM":n="month";break;case"DD":n="day";break}return n}const dn=(e,o)=>{const n={dayjs:pe,...o};let a="";const i=[];for(const l in n)a+=`${l},`,i.push(n[l]);a=a.replace(/,$/,"");const r=`function (${a}){return ${e}}`;let s;try{s=Function(`"use strict";return (${r})`)()(...i)}catch{return e}return s},_e=(e="",{textData:o,codeData:n}={},{useNewline:a=!1,useSpace:i=!1}={})=>{const s={...window.config||{},...o},l=e.match(/\{(.+?)\}/g);if(l==null||l.length===0)return e;for(let d=0;d<l.length;d++){const c=l[d];let u=c.slice(1,-1).trim();const y=/[\u4e00-\u9fa5a-z-_A-Z0-9]*/g,f=u.match(y);for(let x=0;x<f.length;x++){const m=f[x],h=s[m];h!=null&&typeof h!="function"&&(u=u.replace(m,h))}(/\(.*\)/g.test(u)||/[+/\\*]/g.test(u))&&(u=dn(u,n)),e=e.replace(c,u)}return a&&(e=e==null?void 0:e.replace(/\n|\\n/g,"<br/>")),i&&(e=e==null?void 0:e.replace(/\s{2,}?/g,"&nbsp;&nbsp;")),e},qe=(e,o=()=>{})=>{const{requestUrl:n,requestMethod:a,requestHeaders:i,requestParams:r,requestInterval:s,isOpenRequestTimer:l}=e,{contextRequestUrl:d,touchEventId:c}=t.inject(Pe,{contextRequestUrl:"",touchEventId:""}),{getGlobalModel:u}=t.inject(Ie,{getGlobalModel:m=>{}}),y=_e(n),f=async(m={})=>{if(!y||!a||!i)return;let h={};r.forEach(b=>{const{key:w,value:A}=b;if(typeof A=="object"&&A!=null&&A.id){let T={};const{id:D,prop:O,propKey:I,operate:_}=A;D==="THIS"?T=u(t.unref(c))||{}:T=u(D)||{};const L=t.unref(T[O]);let k=null;if(["date","range"].some(B=>ct(T==null?void 0:T.type,B))){const{value:B,type:S,mode:E}=_||{};if(B&&S&&E)switch(S){case"add":k=t.unref(L).add(B,E);break;case"minus":k=t.unref(L).subtract(B,E);break}k==null&&(k=t.unref(L)),k=(k==null?void 0:k.format((I==null?void 0:I.trim())||T.format))||""}else Object.prototype.toString.call(L)==="[object Object]"?I?k=L[I]:k=O?L[O]:L:ct(T==null?void 0:T.type,"select")&&t.unref(L)&&O&&Array.isArray(t.unref(L))?k=t.unref(L).map(B=>Object.prototype.hasOwnProperty.call(B,O)?B[O]:B):k=L;h[w]=k}else typeof A=="string"&&(h[w]=_e(A))}),h={...window.config.requestParams,...m,...h};let g="";const C=Object.keys(h),p=C.length-1,v=C.length;C.forEach((b,w)=>{let A=h[b];Object.prototype.toString.call(A)==="[object Object]"&&(A=JSON.stringify(A)),w===0?v!==1?g+=`?${b}=${A}&`:g+=`?${b}=${A}`:w===p?g+=`${b}=${A}`:g+=`${b}=${A}&`});try{const b=["get","head"].includes(a),w={};let A=b?y+g:y;h.dataSqlId&&!A.includes("dataSqlId")&&(A+=`${A.includes("?")?"&":"?"}dataSqlId=${h.dataSqlId}`),Object.prototype.hasOwnProperty.call(h,"signal")&&(w.signal=h.signal);const T=await pt({baseURL:t.unref(d)||"",url:A,method:a,headers:i,data:b?{}:h,...w});return o(T),T}catch(b){console.error(b)}},x=l&&setInterval(f,s*1e3);return t.onUnmounted(()=>{clearInterval(x)}),f},Dt=(e=[],o,n=!1)=>{let{name:a="name",types:i=[]}=o||{};a=(a==null?void 0:a.trim())||a;const r=new Set,s=new Map,l=e.length,d=i.length;if(l===1&&!n){const y=[];for(let x=0;x<d;x++){const m=i[x],{label:h,value:g}=m,C={...e[0],value:e[0][g]};r.add(h),y.push(C)}const f=e[0][a]||"";s.set(f,y)}else for(let y=0;y<l;y++){const f=e[y],x=f[a];r.add(x);for(let m=0;m<d;m++){const h=i[m],{label:g,value:C}=h,p={...f,value:f[C]||0};if(s.has(g)){const v=s.get(g);v.push(p),s.set(g,v)}else s.set(g,[p])}}const c=Array.from(r),u=[];for(const[y,f]of s)u.push({name:y,data:f});return{dimensions:c,dataset:u}},mt=(e,o=!1)=>{var a;if(!e)return e;let n="";return e!=null&&e.includes("://")?n=e:n=((a=window==null?void 0:window.config)==null?void 0:a.uploadPath)+e,o&&(n=`url(${n})`),n},Fo=(e,o)=>{const n=`${Ei}/preview?pageId=${o}`,a=`${Ei}/${o}`;return e==="preview"?n:a},ft=(e,o)=>{var i;if(e==null)return o;const n=e.match(/\{.*\}/g);if(n==null||n.length===0)return o;const a=n.length;for(let r=0;r<a;r++){const s=n[r];if(s==null||s==="")break;let l=(i=s.slice(1,-1))==null?void 0:i.trim();l=l==null?void 0:l.replace(/value/g,o);try{let d=l;(/\(.*\)/g.test(l)||/[+/\\*]/g.test(l))&&(d=dn(l)),e=e.replace(s,d)}catch{e=e.replace(s,l)}}return e},Ze=(e={})=>{const{requestToken:o}=t.inject(Ai,{requestToken:()=>{}}),{setLoadedData:n}=t.inject(kt,{setLoadedData:(g,C)=>{}}),{getGlobalModel:a}=t.inject(Ie,{getGlobalModel:g=>{}});e.dataType==="indicator"&&o();const i=g=>{const{around:C,unit:p,id:v}=g;let b="";const{pageMode:w="",componentList:A=[]}=(e==null?void 0:e.graphicConfig)||{};let T=null,D=null;if(w==="design"){const O=A==null?void 0:A.find(S=>S.id===v);if(!O)return[];const{interval:I,intervalUnit:_,startTime:L,endTime:k,operate:R,useCurrentTime:B}=O||{};if(B&&(T=pe().subtract(I,_),D=pe()),L&&(T=pe(L)),k&&(D=pe(k)),R){const{type:S,value:E,mode:N}=R;switch(S){case"add":T=T&&T.add(E,N),D=D&&D.add(E,N);break;case"minus":T=T&&T.subtract(E,N),D=D&&D.subtract(E,N)}}}else{const O=a(v)||{};t.unref(O.startTime)&&(T=pe(t.unref(O.startTime))),t.unref(O.endTime)&&(D=pe(t.unref(O.endTime)))}if(T&&D){const O=D.diff(T,p.toLowerCase());b=`${C==="before"?"-":""}${O+1}`}return b?[b]:[]},r=(g,C)=>Object.prototype.hasOwnProperty.call(g,C),s=(g,C)=>{if(C)r(g,"indexCode")&&(g.hrpIndexCode=g.indexCode,delete g.indexCode),r(g,"indexCodeNum")&&(g.hrpIndexCodeNum=g.indexCodeNum,delete g.indexCodeNum),r(g,"dataType")&&delete g.dataType;else{const{calcWays:p=[],dateCalcTypes:v=[],activeKey:b,componentId:w=""}=g;if(b===5&&(p!=null&&p.length)&&(v!=null&&v.length)&&w){const A=p[0].split("-");(A==null?void 0:A.length)>1&&A[0]==="rangeValue"&&(g.calcWays=i({around:A[1],unit:v[0],id:w})),delete g.radioValue}r(g,"dataType")&&(g.fieldType==="DATE"&&(g.label=g.fieldName),g.dataType==="component"&&(g.fieldValue="${"+g.fieldValue+"}"),delete g.dataType),r(g,"activeKey")&&delete g.activeKey,r(g,"radioValue")&&delete g.radioValue,r(g,"indexCode")&&(g.hrpIndexCode=g.indexCode,delete g.indexCode),r(g,"indexCodeNum")&&(g.hrpIndexCodeNum=g.indexCodeNum,delete g.indexCodeNum),g.dataType!=="component"&&g.useCurrentTime&&(g.fieldValue=pe().format(g.dateFormat)),delete g.useCurrentTime}},l=(g,C)=>{const p=[];return g!=null&&g.length&&Le.cloneDeep(g).forEach(v=>{if(v.join&&v.conditions){const b=!v.conditions.some(w=>w.join&&w.conditions);v.conditions.forEach((w,A)=>{s(w,C);const T={};if(A<v.conditions.length-1&&(T.join=v.join),b)p.push({...T,...w});else if(w.join&&w.conditions){const D=C?"sqlConditions":"conditions";p.push({[D]:l([w],C),...T})}else p.push({...T,...w})})}else s(v,C),p.push(v)}),p},d=(g={},C)=>{if(g!=null&&g.sortCpnts&&C){const z=h(g);z&&(C.sort=z)}const{label:p,name:v,location:b,show:w,indexCode:A,indexCodeNum:T,calcType:D="COLUMN",builtInFormula:O,builtInValueSource:I,builtInCalcWay:_,formula:L,conditions:k,aggregate:R,distinct:B,dimByCount:S}=g;let E;if(k&&(E=l(k)),D==="COMPONENT"){const z={};return x(z,I),{label:p.trim(),columnName:v,show:w,calcType:D,componentAlias:_,componentValue:z.fieldValue||null}}const N={label:p.trim(),columnName:v,location:b,show:w,calcType:D,hrpIndexCode:A,hrpIndexCodeNum:T,aggregate:R,builtInFormula:O,builtInValueSource:I,formula:L,conditions:E};if(O==="DATE_OFFSET"){const z=_.split("-");if((z==null?void 0:z.length)===3){let j=z[0];return z[2]==="before"&&z[0]!=="0"&&(j=`-${z[0]}`),{...N,calcWays:[j],dateCalcTypes:[z[1]]}}}else return v==="the_count"&&(N.calcType="AGGREGATE",N.distinct=!!B,N.typeGuid=S),{...N,builtInCalcWay:_}},c=g=>{if(!g)return[];const C=Le.cloneDeep((g==null?void 0:g.controlList)||[]),{classificationList:p=[],rowHeaderList:v=[],dimensionList:b=[],seriesList:w=[],leftAxisList:A=[],rightAxisList:T=[],queryColumnList:D=[],indicators:O=[]}=g;f(C);const I=[...p,...v,...b,...w,...A,...T,...D,...O],_=[];for(const R of I){const B=cn((R==null?void 0:R.conditions)||[]);if(B!=null&&B.length){const S=B.filter(E=>(E==null?void 0:E.dataType)==="component").map(E=>{const N={};return E!=null&&E.dateFormat&&(N.format=E.dateFormat),{conditionKey:E.fieldName,conditionLabel:E.fieldName,conditionName:E.fieldName,conditionValueType:E.fieldType,id:E.componentId,keyName:E.fieldValue,rule:E.rule,notGlobal:!0,indexCode:E.indexCode,typeGuid:E.typeGuid,indexCodeNum:E.indexCodeNum,...N}});if(S!=null&&S.length)for(const E of S)_.find(N=>N.keyName===E.keyName)||_.push(E)}}const L=_.length,k=C;for(let R=0;R<L;R++){const B=_[R];if((B==null?void 0:B.conditionKey)==="parentCode")continue;const{id:S,keyName:E,prop:N,format:z,modelKey:j,dataType:F="component",customValue:M}=B,P=u(B);x(P,S,{prop:N,dateFormat:z,modelKey:j,keyName:E}),F===""&&(P.fieldValue=M||""),k.push(P)}for(let R=k.length-1;R>=0;R--){const B=k[R];B.globalCondition||cn(k).find(E=>E.alias===B.alias&&E.globalCondition)&&k.splice(R,1)}return k};function u(g){const{id:C,keyName:p,conditionLabel:v,conditionKey:b,conditionValueType:w,prop:A,rule:T="NONE",notGlobal:D=!1,indexCode:O,typeGuid:I,indexCodeNum:_,dataType:L="component"}=g;let k=p||C;k&&A&&(k+=`-${A}`);let R=T;return R==="NONE"&&(["startTime","endTime"].includes(A)?R=A==="startTime"?"GREATER_EQUAL":"LESS_EQUAL":p!=null&&p.includes("startTime")?R=A==="GREATER_EQUAL":p!=null&&p.includes("endTime")?R=A==="LESS_EQUAL":R="EQUAL"),{rule:R,label:v,fieldName:b,fieldValue:"",valueType:w,alias:k,globalCondition:!D,indexCode:O,typeGuid:I,indexCodeNum:_,dataType:L}}const y=["keyValue","conditionKey","conditionLabel","conditionName","conditionValueType","customValue","id","keyName"];function f(g){if(g!=null&&g.length)for(const C of g)if(C!=null&&C.conditions)f(C.conditions);else{const{id:p,keyName:v,prop:b,modelKey:w,format:A,dataType:T="component",customValue:D}=C,O=u(C);x(O,p,{prop:b,dateFormat:A,modelKey:w,keyName:v}),T===""&&(O.fieldValue=D||"");for(const I in O)C[I]=O[I];for(const I of y)delete C[I]}}function x(g,C,p){var R,B;const v=a(C)||{},{prop:b="",dateFormat:w="",modelKey:A="",keyName:T=""}=p||{},{value:D,format:O="YYYY-MM-DD",type:I="",useCurrentTime:_,RECORD:L}=v||{},k=w||O;if(ct(v.type,"date"))_?D?g.fieldValue=(R=t.unref(D))==null?void 0:R.format(k):g.fieldValue=pe().format(k):g.fieldValue=(B=t.unref(D))==null?void 0:B.format(k),g.dateFormat=k;else if(I==="ecanRangePicker"){let S=b;if(!b){const N=T&&T.split("-");N!=null&&N.length&&(S=N[N.length-1])}if(!S)return;let E=null;t.unref(v[S])&&(E=pe(t.unref(v[S]))),E&&(g.fieldValue=E==null?void 0:E.format(k)),g.dateFormat=k}else ct(I,Di)?A&&L?g.fieldValue=L[A]:!A&&L?g.fieldValue=L.value:g.fieldValue=t.unref(D):g.fieldValue=t.unref(D)}const m=g=>{if(g){const C=Le.cloneDeep(g);return g.defaultCode&&(C.label=C.columnName,delete C.defaultCode),C}else return g},h=g=>{const{sortCpnts:C=[]}=g;let p,v="";for(const b of C){const w=a(b)||{},{type:A,RECORD:T}=w;if(ct(A,"image")&&ct(T==null?void 0:T.value,["asc","desc"])){v=T.value.toUpperCase();break}}return v&&(p={label:g.label,columnName:g.name,order:v,type:"NORMAL"}),p};return async(g={})=>{var J,ae,ne,se,Z,oe;n(e.id,!1);const{graphicConfig:C,type:p,isGroupTable:v=!1}=e;let{source:b,dataViewId:w,plugin:A="1",layer:T,chartType:D,classificationList:O=[],rowHeaderList:I=[],dimensionList:_=[],seriesList:L=[],leftAxisList:k=[],rightAxisList:R=[],queryColumnList:B=[],indicators:S=[],controlList:E=[],formFields:N={},idxLibMode:z,preview:j=!1}=C||{},F=[];if((C==null?void 0:C.pageMode)==="design"?F=(C.sqlConditions??[]).map(ee=>{const ie={};if(!r(ee,"globalCondition")&&!ee.join&&(ie.globalCondition=!0),!ee.join){const ce=ee.rule||"EQUAL";ie.rule=ce==="NONE"?"EQUAL":ce}return{...ee,...ie}}):F=c(C),F!=null&&F.length){const ee=F.filter(ce=>ce.globalCondition),ie=F.filter(ce=>!ce.globalCondition);(ee==null?void 0:ee.length)>1&&(F=[{join:"&&",conditions:ee},...ie])}F!=null&&F.length&&(F=l(F,"1")),T==null&&(ct(p,["table"])||ct(p,"list")&&(O==null?void 0:O.length)>1?T="1":ct(p,["select","checkbox","radio"])?T="3":T="2");let M,P="";if(Array.isArray(O)&&O.length>0&&(p!=="ecanList"||(O==null?void 0:O.length)===1)){const ee=O.length;for(let ie=0;ie<ee;ie++){const ce=O[ie]||{},{label:ve="",name:we="",show:ke=!1,sort:Te,customGroup:Ve,conditions:Xe,dateFormat:Qe,typeGuid:Ue="",truncations:We=[]}=ce;if(ke||ee===1){P=Ue,M={label:ve.trim(),columnName:we,show:ke,sort:h(ce)||m(Te)||Te,customGroup:Ve,conditions:l(Xe),typeGuid:Ue},Qe&&(M.dateFormat=Qe),we==="the_date"&&!M.dateFormat&&(M.dateFormat="YYYY-MM");const Ge={};if(Array.isArray(We)&&We.length>0){const et=We.length;for(let tt=0;tt<et;tt++){const $e=We[tt]||{},{rule:Je="",num:ut=0,name:yt=""}=$e;Je&&ut&&(Ge.num=ut,Ge.rule=Je,yt&&(Ge.otherGroupName=yt))}}(J=Object.keys(Ge))!=null&&J.length&&(M.truncation=Ge);break}}}let H;if(Array.isArray(L)&&L.length>0){const ee=L.length;for(let ie=0;ie<ee;ie++){const ce=L[ie]||{},{label:ve="",name:we="",show:ke=!1,sort:Te,customGroup:Ve,conditions:Xe}=ce;if(ke||ee===1){H={label:ve.trim(),columnName:we,show:ke,sort:Te,customGroup:Ve,conditions:l(Xe)};break}}}const Q=[];k==null||k.forEach(ee=>{ee.location="LEFT",Q.push(d(ee,M))}),R==null||R.forEach(ee=>{ee.location="RIGHT",Q.push(d(ee,M))}),S==null||S.forEach(ee=>{ee.location="LEFT",Q.push(d(ee,M))});const V=[];p==="ecanList"&&(O==null?void 0:O.length)>1&&(B=O),B==null||B.forEach(ee=>{const{label:ie,name:ce,location:ve,show:we,indexCode:ke,sort:Te,typeGuid:Ve,indexCodeNum:Xe}=ee;let Qe=Te;if(g.sort){const{field:Ue,order:We}=g.sort;let Ge=Q.find(et=>et.label===Ue);!Ge&&ie===Ue&&(Ge=ee),Ge&&(Qe={columnName:Ge.columnName,label:g.sort.field,order:We.toUpperCase(),type:"NORMAL"})}V.push({label:ie,columnName:ce,location:ve,show:we,sort:Qe,calcType:"COLUMN",hrpIndexCode:ke,hrpIndexCodeNum:Xe,typeGuid:Ve})});const q=[];let $=[];if(Array.isArray(I)&&I.length>0?$=I:Array.isArray(_)&&_.length>0&&($=_),$!=null&&$.length){const ee=$.length;for(let ie=0;ie<ee;ie++){const ce=$[ie]||{},{label:ve="",name:we="",show:ke=!1,sort:Te,customGroup:Ve,conditions:Xe,truncations:Qe,typeGuid:Ue="",dateFormat:We}=ce;let Ge=Te;if(g.sort){const{field:$e,order:Je}=g.sort;let ut=Q.find(yt=>yt.label===$e);!ut&&ce.label===$e&&(ut=ce),ut&&(Ge={columnName:ut.columnName,label:g.sort.field,order:Je.toUpperCase(),type:"NORMAL"})}const et={label:ve.trim(),columnName:we,show:ke,sort:Ge,customGroup:Ve,conditions:l(Xe),typeGuid:Ue};We&&(et.dateFormat=We),we==="the_date"&&!et.dateFormat&&(et.dateFormat="YYYY-MM");const tt={};if(Array.isArray(Qe)&&Qe.length>0){const $e=Qe.length;for(let Je=0;Je<$e;Je++){const ut=Qe[Je]||{},{rule:yt="",num:W=0,name:K=""}=ut;yt&&W&&(tt.num=W,tt.rule=yt,K&&(tt.otherGroupName=K))}}(ae=Object.keys(tt))!=null&&ae.length&&(et.truncation=tt),q.push(et)}}if(ct(p,["text","proportion","counter"])&&(D="zb"),v){if(q.length===0||Q.length===0)return;D="grouptable"}else{if(T==="1"&&V.length===0)return;if(T==="2"&&Q.length===0)return;if(T==="3"&&(!P||!N.labelField||!N.valueField))return;if(T==="3"&&p==="ecanDataSelect"&&Q.length===0)return}_!=null&&_.length&&(T="1",D="grouptable");let U=(ne=window==null?void 0:window.config)==null?void 0:ne.pageId;if(!U){const{pathname:ee}=window==null?void 0:window.location;if(ee){const ie=ee.split("/");ie!=null&&ie.length&&(U=ie[ie.length-1])}}if((se=Object.keys(N))!=null&&se.length){const ee=cn(E).find(ce=>ce.conditionKey==="parentCode"),ie={};if(ee){const ce=a(ee.id)||{};if(ce!=null&&ce.itemCodes)ie.parentItemCodes=ce.itemCodes;else return}p==="ecanDataSelect"&&(ie.indicatorList=Q.filter(ce=>ce.show));try{return await pt.post(`${Bi}/diagram/formData`,{source:b,dataViewId:w,plugin:"4",layer:T,chartType:"normalSelect",rangeIndexTypeGuid:P,type:p==="ecanDataSelect"?"normalSelectData":"normalSelect",labelField:N.labelField,valueField:N.valueField,pageId:U,sqlConditions:F,idxLibMode:"WITH_DATE_DIM_TABLE",keyName:e.keyName,...ie},{headers:{Authentication:(Z=window==null?void 0:window.config)==null?void 0:Z.indicatorToken,operateContext:Ti}})}catch(ce){console.error(ce)}finally{}}else try{return await pt.post(`${Bi}/diagram`,{source:b,dataViewId:w,plugin:A,layer:T,chartType:D,classification:M,series:H,indicatorList:Q,queryColumns:v?[]:V,pageFlag:!0,pageId:U,sqlConditions:F.map(ie=>{const{fieldValue:ce}=ie,ve={};return ce&&Array.isArray(ce)&&(ve.fieldValue=JSON.stringify(ce)),{...ie,...ve}}),idxLibMode:z,preview:j,rowHeaders:q,keyName:e.keyName},{headers:{Authentication:(oe=window==null?void 0:window.config)==null?void 0:oe.indicatorToken,operateContext:Ti}})}catch(ee){console.error(ee)}finally{}}},Jc=()=>{const o=window.location.search.slice(1).split("&"),n=o.length,a={};for(let i=0;i<n;i++){const r=o[i];if(r==null||r==="")continue;const s=r.split("=");if(Array.isArray(s)){const l=s[0];a[l]=s[1]}}window.config.requestParams={...window.config.requestParams,...a},window.config={...window.config,...a}},Xc=t.defineComponent({name:"EcanPageConfig",inheritAttrs:!1,props:{...Wn},setup(e){const{width:o,height:n}=t.inject(Pe,{width:null,height:null}),a=t.inject("setPageHeight",b=>{}),i=t.inject("isMobile",!1),r=t.computed(()=>{const b={};return i||(b.width=o.value,b.height=n.value),{...b,backgroundColor:e.backgroundColor,backgroundImage:mt(e.backgroundImage,!0),backgroundSize:e.backgroundSize}}),s=t.ref(0),l=t.ref(0),d=t.ref(0),c=t.ref(0),u=t.ref(!1),y=t.ref();let f;const x=()=>new Promise(b=>{t.nextTick(()=>{o.value&&n.value?(s.value=parseFloat(o.value),l.value=parseFloat(n.value)):(s.value=y.value.clientWidth,l.value=y.value.clientHeight),(!d.value||!c.value)&&(d.value=window.screen.width,c.value=window.screen.height),b()})}),m=()=>{s.value&&l.value?(y.value.style.width=`${s.value}px`,y.value.style.height=`${l.value}px`):(y.value.style.width=`${d.value}px`,y.value.style.height=`${c.value}px`)};t.watch([o,n],async()=>{await x(),m(),g(),window.addEventListener("resize",C),p(),u.value=!0},{immediate:!0});const h=t.ref({});t.provide("scaleValue",h);const g=()=>{if(i){y.value.style.width="100%",y.value.style.height="auto",a("auto");return}const b=document.body.clientWidth,w=document.body.clientHeight,A=s.value||d.value,T=l.value||c.value,D=b/A;let O=w/T;(s.value!==1920||l.value!==1080)&&(O=l.value/s.value*b/T),h.value={widthScale:D,heightScale:O},y.value&&(y.value.style.transform=`scale(${D}, ${O})`),a(O)},C=Le.debounce(async()=>{await x(),g()},100),p=()=>{const b=window.MutationObserver;f=new b(C),f.observe(y.value,{attributes:!0,attributeFilter:["style"],attributeOldValue:!0})},v=()=>{f&&(f.disconnect(),f.takeRecords(),f=null)};return t.onMounted(()=>{u.value=!1}),t.onUnmounted(()=>{window.removeEventListener("resize",C),v()}),{style:r,container:y,ready:u}}}),ch="",ed={id:"container",ref:"container"};function td(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",ed,[e.ready?(t.openBlock(),t.createElementBlock("div",{key:0,class:"page-config",style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default",{},void 0,!0)],4)):t.createCommentVNode("",!0)],512)}const Fr=Ce(xe(Xc,[["render",td],["__scopeId","data-v-b496b36e"]])),Mo={contextRequestUrl:"",pageMode:"normal",theme:"light",containerMap:{},combinationMap:{},width:"1920px",height:"1080px",pageFontFamily:"",jumpType:"page",jumpTime:null,jumpPage:"",jumpLink:""},zo=Ae(Mo),nd=t.defineComponent({name:"EcanProviderConfig",inheritAttrs:!1,props:{...zo},setup(e,{expose:o}){Jc();const n=t.computed(()=>!!navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i)),a=t.ref(),i=()=>{a.value.setAttribute("datav-theme",e.theme)},r=t.inject("usedComponentList",[]);t.watch(()=>e.theme,()=>{i()}),t.onMounted(()=>{i()});const s=t.computed(()=>_e(e.contextRequestUrl)),l=t.computed(()=>e.pageMode),d=t.computed(()=>e.theme),c=t.computed(()=>e.width),u=t.computed(()=>e.height),y=t.computed(()=>e.pageFontFamily),f=t.ref("");t.provide(Pe,{contextRequestUrl:s,pageMode:l,theme:d,touchEventId:f,width:c,height:u,fontFamily:y});const x=t.ref({height:"100%",overflow:e.pageMode==="design"?"":"hidden"});t.provide("setPageHeight",U=>{let J=U;n.value||(J=parseFloat(u.value)*U+"px"),x.value.height=J}),t.provide("isMobile",n.value),t.provide("getContainerMap",()=>e.containerMap),t.provide("getCombinationMap",()=>e.combinationMap);const m=t.ref(),h=new Map;console.log("globalModel",h);const g=U=>h.get(U),C=(U,J)=>{m.value=J,h.set(U,J)},p=()=>{m.value=null},v=U=>{let J=U;if(J){const ae=U.match(/\{(.+?)\}/g);if(ae!=null&&ae.length){let ne=ae[0].slice(1,-1).trim();const se=ne.match(/\[(.+?)\]/g);let Z="";se!=null&&se.length&&(ne=ne.replace(se[0],""),Z=se[0].slice(1,-1).trim());const oe=t.unref(r).find(ee=>ee.keyName===ne);if(oe){const ee=g(oe.id),{type:ie,value:ce,RECORD:ve,recordData:we}=ee||{};ct(ie,Di)?J=ve[Z]:ct(ie,"select")?J=we[Z]:J=ce}else J=""}}return J},b=new Map,w=U=>b.get(U),A=(U,J)=>{b.set(U,J)};t.provide(Ie,{getGlobalModel:g,setGlobalModel:C,clearInteractiveData:p,getRecordValueByKeyName:v,getRequestData:w,setRequestData:A,interactiveData:m});const T=t.ref({}),D=(U,J)=>{T.value[U]=J};t.provide(kt,{loadedData:T,setLoadedData:D});const O=[],I=()=>{O.pop()},_=U=>{O.push(U)},L=new Map,k=U=>L.get(U),R=(U,J)=>{L.set(U,J)};t.provide(ki,{popUseModalIds:I,pushUseModalIds:_,getModalModel:k,setModalModel:R});const B=rs(),S=new Set,E=(U,J)=>{S.add(U),B.on(U,ae=>{const{eventName:ne,params:se}=ae;return typeof J[ne]=="function"&&J[ne](se)}),t.onBeforeUnmount(()=>{N(U)})},N=U=>{S.delete(U),B.off(U)},z=(U,J,ae={})=>{if(U==="PAGE"){const ne=O.length;let se=[];if(ne===0)se=[...S];else{const Z=O[ne-1];se=[...k(Z)]}se.forEach(Z=>{B.emit(Z,{eventName:J,params:ae})})}else B.emit(U,{eventName:J,params:ae})};t.provide(Gn,{onEvent:E,offEvent:N,emitEvent:z});const j=t.ref(0),F=()=>{j.value=t.unref(j)+1};t.provide(Ai,{requestToken:F});const M=new Map,P=new Map,H=({requestFn:U=()=>{},sortNum:J=0,id:ae=""})=>{if(M.has(J)){const ne=M.get(J);ne==null||ne.push(U)}else M.set(J,[U]);P.set(ae,U)},Q=U=>new Promise((J,ae)=>{const ne=U.map(se=>se());Promise.all(ne).then(se=>{J(se)}).catch(se=>{ae(se)})}),V=U=>new Promise(async(J,ae)=>{if(U){if(typeof U=="string"){const ne=P.get(U);if(typeof ne=="function"){const se=pt.interceptors.response.use(Z=>(J(Z),Z),Z=>(ae(Z),Promise.reject(Z)));ne(),pt.interceptors.response.eject(se)}}}else{const ne=Array.from(M);ne.sort((Z,oe)=>oe[0]-Z[0]);const se=ne.length;try{e.pageMode!=="design"&&t.unref(j)>0;for(let Z=0;Z<se;Z++){const oe=ne[Z][1];await Q(oe)}}catch(Z){console.error(Z)}finally{M.clear(),J(null)}}});t.provide(ze,{setRequest:H,touchRequest:V});const q=()=>{B.emit(an)};t.provide(an,{emitRefreshPage:q});const $=U=>{B.on(an,()=>U()),t.onMounted(()=>{B.off(an)})};return t.watch(r,U=>{if(console.log("list",U),console.log("pageMode",t.unref(l)),U!=null&&U.length&&t.unref(l)!=="design"){const{jumpType:J,jumpTime:ae,jumpPage:ne,jumpLink:se}=e;if(console.log("props",t.unref(e)),console.log("props.jumpTime",e.jumpTime),console.log("jumpTime",ae),console.log("jumpTime?.value",ae==null?void 0:ae.value),console.log("jumpTime?.suffix",ae==null?void 0:ae.suffix),ae!=null&&ae.value){let Z=0;switch(ae==null?void 0:ae.suffix){case"hours":Z=ae.value*60*60*1e3;break;case"minute":Z=ae.value*60*1e3;break;case"seconds":Z=ae.value*1e3;break}console.log("timeValue",Z),setTimeout(()=>{let oe="";J==="page"&&ne?(oe=Fo(t.unref(l),ne),console.log("url",oe)):J==="link"&&se&&(oe=se),oe=_e(oe),console.log("url",oe),window.open(oe,"_self")},Z)}}}),t.onBeforeUnmount(()=>{M==null||M.clear(),P==null||P.clear()}),o({touchRequest:V,getGlobalModel:g,onRefreshPage:$}),{providerConfig:a,configStyle:x}}}),fh="";function od(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",{id:"ProviderConfig",ref:"providerConfig",style:t.normalizeStyle({...e.configStyle,fontFamily:e.pageFontFamily})},[t.renderSlot(e.$slots,"default",{},void 0,!0)],4)}const Mr=Ce(xe(nd,[["render",od],["__scopeId","data-v-ae23682e"]])),Po={...De,name:"文本",keyName:"文本",type:"ecanText",width:"100px",height:"40px",text:"文字",lineHeight:1,color:"#333",variableColor:"#f00",fontSize:"14px",fontFamily:"",fontWeight:400,textShadow:"",justifyContent:"center",alignItems:"center",variableFontSize:"14px",variableDefaultValue:"0",format:"",target:"self",href:"",linkPage:"",data:{},percentageSide:"left",increaseColor:"",declineColor:"",minusSignShow:!0,unitShow:!0,unitText:"",unitFontSize:"14px",unitFontWeight:400,unitColor:"#333",unitTop:"",unitLeft:"",graphicConfig:{},targetShow:!1,targetRule:"",targetValue:"",notExpectColor:"",gradientShow:!1,gradientColor:"",gradientOffset:1,gradientAngle:"180deg",openCustomRequestData:!0,customRequestName:"",customRequestField:"",showEllipsis:!1},qo=Ae(Po),zr=["refreshData","click","valueChange"],Vo="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=",Ho="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA3LTIyVDA5OjM1OjE5KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wNy0yMlQwOTozNTozNyswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wNy0yMlQwOTozNTozNyswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNmRlNzg2MS1kNzhmLTQyNGYtYTNjOS01ZTk0MjkwY2RjZjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzZkZTc4NjEtZDc4Zi00MjRmLWEzYzktNWU5NDI5MGNkY2YxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MzZkZTc4NjEtZDc4Zi00MjRmLWEzYzktNWU5NDI5MGNkY2YxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozNmRlNzg2MS1kNzhmLTQyNGYtYTNjOS01ZTk0MjkwY2RjZjEiIHN0RXZ0OndoZW49IjIwMjItMDctMjJUMDk6MzU6MTkrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6VDI+BAAABUUlEQVRIia3WPyhGURgG8B8pi0xisStKMioZLQaLiaQMBoxiVBImCwaLf6MssloUk8Gmb7GgJFKSUvIZ7qe+bvd89+A+03uf989z3nPPPe+tK5fLqtF3tSESzRjFAJ4vemams4IaYqulCq9gEo34QGco+LcCg9hHaxW3jpsiBIZxmMp5kXQTRH1k8S4cZCxoE6//FaiXbEtThm87JjkPI+jN4E9xW4TAQoA/isjNFehCT8B3VoTAUID/xHURAn0B/g5fRQh0B/j7mOJkf2gTaKvY7YG8FsxXPe/hIVbgCTs5C+vAasU+xlooMGuLTrCVI/CDR0zVCgi9gzmUIgQmBbYmT+AdY5LjGMKWpNuaqHWKLrEY8JUkXeYi75iu4DzFfUi6ey9C4AvjeKviliTdRSHmsrvBbMU+lzNg0oidaLvox7LIK+IHdem/iqIROzL/jG+NrT1BRsXKNQAAAABJRU5ErkJggg==",jo=t.defineComponent({name:"EcanText",components:{Skeleton:Vt},props:{...qo},setup(e,{expose:o}){const n=t.ref(!1),a=Ee(e),i=t.ref({}),r=t.computed(()=>e.variableFontSize||"14px"),s=t.computed(()=>"-"+t.unref(r));t.watch(()=>[e.data,e.dataType],([R,B])=>{B==="static"&&(i.value=R)},{immediate:!0});const{getGlobalModel:l,setGlobalModel:d,getRecordValueByKeyName:c,getRequestData:u}=t.inject(Ie,{getGlobalModel:R=>{},setGlobalModel:(R,B)=>{},getRecordValueByKeyName:R=>{},getRequestData:R=>{}}),{setLoadedData:y}=t.inject(kt,{setLoadedData:(R,B)=>{}}),f=t.computed(()=>{let R="";if(e.gradientShow){const{gradientColor:B,gradientOffset:S,gradientAngle:E,color:N}=e;R+=`background: linear-gradient(${E}, ${N}, ${B||"transparent"} ${S*100}%);-webkit-background-clip: text;color: transparent;`}return R}),x=t.computed(()=>{const R={};if(e.gradientShow){const{gradientColor:B,gradientOffset:S,gradientAngle:E,color:N}=e,z=B||"transparent";R.background=`linear-gradient(${E}, ${N}, ${z} ${S*100}%)`,R["-webkit-background-clip"]="text",R.color="transparent"}return R}),m=t.computed(()=>{var F;if(t.unref(n))return"NaN";const R=t.unref(i),B=e.increaseColor||e.color,S=e.declineColor||e.color;let E=e.text;E=E==null?void 0:E.replace(/\n|\\n/g,"<br/>"),E=E==null?void 0:E.replace(/\s(?!\{) | (?!\})\s/g,"&nbsp;");const N=E.match(/\{(.+?)\}/g)||[];let z="";const j=e.showEllipsis?"show-ellipsis":"";if(N==null||N.length===0){if(E&&e.format==="percentage"&&!isNaN(+E)){const M=parseFloat(E),P=M*100,H=h(P.toFixed(2));M>=0?E=`<span class="${j}" style="color: ${H||B||"#ED6643"};font-size:${t.unref(r)};display: inline-block;${t.unref(f)}">
100
100
  <div class="percentage-img-box">
101
101
  <img style="width: ${t.unref(r)};filter: ${`drop-shadow(${H||B||"#ED6643"} ${t.unref(r)} 0px)`};" src="${Vo}"/>
102
102
  </div>
@@ -116,6 +116,6 @@ version: 2.9.0
116
116
  <img style="width: ${t.unref(r)};filter: ${`drop-shadow(${U||S||"#6ACB97"} ${t.unref(r)} 0px)`};" src="${Ho}"/>
117
117
  </div>
118
118
  <span style="color: ${U||e.color};${t.unref(f)}">${e.minusSignShow?"-":""}${Math.abs(+q).toFixed(2)}%</span>
119
- </span>`)}else e.format==="percent"?(q=+q,isNaN(q)||(q=(q*100).toFixed(2),E=E.replace(P,`<span class="${j}" style="color:${h(q)||e.variableColor};font-size:${t.unref(r)};${t.unref(f)}">${q}%</span>`))):e.format==="money"?(q=+q,isNaN(q)||(q=No(q),E=E.replace(P,`<span class="${j}" style="color:${h(q)||e.variableColor};font-size:${t.unref(r)};${t.unref(f)}">${q}</span>`))):$==="thousands"?(q=+q,isNaN(q)||(q=Kc(q),E=E.replace(P,`<span class="${j}" style="color:${h(q)||e.variableColor};font-size:${t.unref(r)};${t.unref(f)}">${q}</span>`))):E=E.replace(P,`<span class="${j}" style="color:${h(q)||e.variableColor};font-size:${t.unref(r)};${t.unref(f)}">${q}</span>`)}}if(z||(z=`<span class="${j}" style="color: ${h(E)};${t.unref(f)}">${E}</span>`),e.unitShow&&e.unitText){const{unitTop:M,unitLeft:P}=e;let H="position:relative;";M&&(H+=`top:${M};`),P&&(H+=`margin-left:${P};`),z+=`<span style='color:${e.unitColor};font-size:${e.unitFontSize};font-weight:${e.unitFontWeight};${H};${t.unref(f)}'>${e.unitText}</span>`}return e.showEllipsis&&(z=`<span class="show-ellipsis" style="display: inline-block;">${z}</span>`),z});function h(R){let B="",S=!1;const{targetValue:E,targetShow:N,notExpectColor:z}=e;if(N){switch(e.targetRule){case"equal":R!==E&&(S=!0);break;case"greater":R<=E&&(S=!0);break;case"greater_equal":R<E&&(S=!0);break;case"less":R>=E&&(S=!0);break;case"less_equal":R>E&&(S=!0);break}S&&(B=z)}return B}const{pageMode:g}=t.inject(Pe,{pageMode:"normal"}),C=qe(e),p=t.ref(!1),v=async()=>{var R;try{p.value=!0;const B=await C();i.value=((R=B==null?void 0:B.data)==null?void 0:R.data)||{}}catch(B){console.error(B)}finally{p.value=!1}},b=(R={})=>{i.value=R},w=R=>{const B=e.id,S=l(B);d(B,{...S,value:R||"",RECORD:R||""})},A=()=>{w("")},T=Ze(e),D=async()=>{var R,B;try{p.value=!0;const S=await T(),{data:E}=(S==null?void 0:S.data)||{};if(E){n.value=!1;const{columns:N=[],rows:z=[]}=((R=S==null?void 0:S.data)==null?void 0:R.data)??{},{graphicConfig:j}=e;let F={};if(N.length>0)if((B=j==null?void 0:j.dimensionList)!=null&&B.length){const M=N[0];M&&(z!=null&&z.length)&&(F={value:z[0][M]})}else{const M=N.find(P=>!!P);M&&(F={value:isNaN(z[M])?0:z[M]||0})}w(F==null?void 0:F.value),b(F)}else n.value=!0,w("NaN"),b({value:"NaN"})}catch(S){console.error(S)}finally{p.value=!1,y(e.id,!0)}},O=()=>{switch(e.dataType){case"indicator":D();break;case"request":{const{openCustomRequestData:R,customRequestName:B,customRequestField:S}=e;if(R||R===void 0)v();else{const E=u(B);E&&(i.value={[S]:E[S]})}break}}},{setRequest:I}=t.inject(ze,{setRequest:({id:R,sortNum:B,requestFn:S})=>{}});typeof I=="function"&&I({id:e.id,requestFn:O,sortNum:e.requestSort}),Oe(e,{refreshData:O,resetRecord:A}),o({refreshData:O});const _=Re(e),L=_("click",()=>{const R=document.getElementsByClassName(`ecan-text_${e.id}`);if(R!=null&&R.length&&w(R[0].innerText),setTimeout(()=>{w("")},0),!e.linkPage&&!e.href)return;const B=e.linkPage||"",S=Fo(t.unref(g),B),E=e.href;let N=E||S;N=_e(N);const z=e.target;z&&(z!=="event"?window.open(N,"_"+z):window.parent.postMessage({type:"openPage",url:E},"*"))}),k=_("valueChange",()=>{});return t.watch(()=>m.value,(R,B)=>{R!==B&&k()}),{style:a,myText:m,loading:p,click:L,textIndent:s,vFontSize:r,gradientStyle:x}}}),Pr=()=>{t.useCssVars(e=>({"902d650e":e.vFontSize,"253f26b4":e.textIndent,"14fdee04":e.percentageSide}))},qr=jo.setup;jo.setup=qr?(e,o)=>(Pr(),qr(e,o)):Pr;const hh="",gh="",ad=["innerHTML"];function id(e,o,n,a,i,r){const s=t.resolveComponent("skeleton");return e.loading?(t.openBlock(),t.createElementBlock("div",{key:0,class:"skeleton-wrapper",style:t.normalizeStyle(e.style)},[t.createVNode(s,{loading:e.loading},null,8,["loading"])],4)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["ecan-text","ecan-text_"+e.id]),style:t.normalizeStyle({...e.style,...e.gradientStyle}),innerHTML:e.myText,onClick:o[0]||(o[0]=(...l)=>e.click&&e.click(...l))},null,14,ad))}const Vr=Ce(xe(jo,[["render",id],["__scopeId","data-v-16622f13"]])),rd=t.defineComponent({name:"EcanScrollText",setup(){return{text:t.ref("基础文本")}}}),yh="",ld={class:"red"};function sd(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",ld,t.toDisplayString(e.text),1)}const Hr=Ce(xe(rd,[["render",sd],["__scopeId","data-v-4dd9c03e"]])),Wo={...De,name:"时间展示",keyName:"时间展示",type:"ecanTimeDisplay",format:"YYYY-MM-DD dddd HH:mm:ss",fontSize:"16px",color:"#333",width:"240px",height:"40px",fontFamily:"",fontWeight:400,textShadow:"",alignItems:"center",justifyContent:"center",operate:null,updateInterval:{value:1,mode:"second"}},Go=Ae(Wo),jr=["timeChange"],cd=t.defineComponent({name:"EcanTimeDisplay",props:{...Go},setup(e){const o=Ee(e),n=()=>{const{format:c,operate:u}=e;let y=pe();if(u){const{type:f,value:x,mode:m}=u;switch(f){case"add":y=y.add(x,m);break;case"minus":y=y.subtract(x,m)}}return y.format(c)},a=t.ref();t.watch(()=>[e.operate,e.format],()=>{a.value=n()},{immediate:!0,deep:!0}),t.watch(()=>e.updateInterval,()=>{d()},{deep:!0});let i=null;const r=()=>{clearInterval(i),i=null},l=Re(e)("timeChange",()=>{}),d=()=>{i&&r();let c=1e3;const{value:u,mode:y}=e.updateInterval||{};u&&(c=c*u);const f={second:1,minute:60,hour:60*60,day:24*60*60};y&&(c=c*f[y]),i=setInterval(()=>{a.value=n(),l()},c)};return Oe(e,{timeChange:l}),t.onMounted(()=>{d()}),t.onUnmounted(()=>{r()}),{style:o,time:a}}}),ph="";function dd(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",{class:"time-display",style:t.normalizeStyle(e.style)},t.toDisplayString(e.time),5)}const Wr=Ce(xe(cd,[["render",dd],["__scopeId","data-v-b628fca2"]])),Uo={...De,type:"ecanList",name:"列表",keyName:"列表",width:"330px",height:"80px",backgroundColor:"#0d215e",itemColSpan:"0px",itemRowSpan:"10px",itemPadding:"20px",useRanking:!1,useTitle:!1,sliceCount:6,columnCount:1,itemHeight:"32px",data:[{name:"a",age:12},{name:"b",age:14}],columns:[{key:"name"},{key:"age"}],seqIcon:!1,isUseSeq:!1,seqWidth:"10%",seqName:"序号",seqFontSize:"14px",isAutoScroll:!1,scrollSpeed:10,graphicConfig:{},seqIconWidth:"",seqIconHeight:"",seqIconConfig:[],seqIconOffsetX:0,seqIconOffsetY:0,seqIndexFormatter:"{index}",itemWidth:"100%"},$o=Ae(Uo),Gr=["refreshData","click","resetRecord"],fd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAWhJREFUSEvNlz9Lw0AYxp/3iJ2TgqN+ia5ihbb0A/hnEXG3QxHEyUkQVwcHwU3cgoI4hHKXUnQS3Z0VQVBwbTVtXrlciyKmLo2XmxI47v3x3HPvPUdcKk3B85og2gYwjUkOIoD5CcAeSXk0bmniSqWJQuEA/f4kEb7WMjD6f42kPE0rQlyrPYJoZjg5O5g4voDnrZDvf/xWRIMkuJkOo8odXHeefL9rG+QWrlvOA8gNomiBOp2ePUVM5S7iuE5heG0bBNBeieMdKLWvv74D/Y9Zf0rAfEZKLdkHEUIrcw8h5qjVetNAdhRJKidH+nnY6EJ7IKN9YY4ANPIAou+WDXsgZmtewLxKSik7ICOzOk6ZguDVplnPScpFe8c3Jw2th8GgTu32lb0Wb4yZg0vPgOQmBvwRjKrVBwgxm3lUZL6E4yxTELyneaQBxznMPDwzr5NSJ+nhWT8nisVNAFuZPSeYd0mp43G5+BNp2sfxEUU29gAAAABJRU5ErkJggg==",ud="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAbVJREFUSEvNl7tKA1EQhmfOyd6ClikVLHwCWzHb5QHUbWIStVRQBLGyEEFsLSwUq6idKIiFjZdNUgTR3k7wAoqC2GU3mz0ju5uIRaKN68l5gDMfM//M/IO0PaS4yd55ErTEEFMEf/cYIvgknjjgmpq3t376GZ2iOa8l+Ybn+CD+kqIZlSFA+C1CTpuw9zvBYK2YfuCM9QmKgaIZNcEQGj4da0bKQuug3g4G3T2TYmQIYwYlIqIbVXdH0KrW2oI4u2Z8qfgqT6AVutZ1Ny0VhAelEXSl+2DilO1IywhCKNgaR8oouVJFGkikk0grvqBl9c5cx5UV8R0I/0MjbTJwqOftMekgmsLA9fxbTa8Po1V9D8eMpIyAwhE8n55JYM6YvDyXBhIN21DEHgHNdgNIg4BmpIEEpak3xGsCMKsU7DMpIC2xeg2R7p2uvMkTK9GRXiiNSmnfrhhoYXcQODzBMkr2oixtxLeW3osP5oDMpRdZxl9sQNcYo1oxfc8Z64/dKgo6efwwxgfnTt1OGpnVDL4Zp3mOAouCmivvdjTPwTlRN3oWBMFiHOeEIPFEAKtGvrTz0znxCSDl9ZPnj4lKAAAAAElFTkSuQmCC",hd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAZhJREFUSEvNl79LY0EUhb87L6uwkHSieRjBwm7/ApHVbcwzrT8ake21EGHZympBbLewEOxk2xVEBAVttBLtrRWTiLtaiTHue3NlsgiKRiwSJ1NOMffjzLl3zghH+oHL81ms/Y4xHajSsGUMJMkZIgtE4fJr5wqbpVnS6Z9UrmkoxENVMYCC6BTD4a96MMJW8RQT5LC2YUI8OygInDLrdGcn+CR3LxUStsvaFCUeV3NXpPaIdPKZ/lzlZZCtUgNNUUdUB2LtIZlksBVADmivDvGl99afIiLOsBWUPFG47w/EVXbdU7uieJ7h7CIiT7pDeA+PPJfgN1E49njbD0hbO9xVj8kkA/TnrmqCeVIEUimI4zJqphjp2vUHUpPBmZh/JDrjH0Q1xjLtDyRIQRJfQDBJ1LnjB+TBrFYGKWT/+DTrGlE46qd9W2Kgue5QvUXIkw/3/I34/69vCzx6b4oBrROMiieYoKfpUTGON9CbcQp91ToeKc7wMbPU9PCsfCXKrtYPz+478fd8DtVvGGnOd0LlB4Vw5bV0fg/E2Mcb2D1RagAAAABJRU5ErkJggg==",gd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAapJREFUSEvNl88rBGEYx7/P7K6yO2VGOfJPuAqF/AGYi7Q7y8mWTcnJQUquDg4kVnITJQdpZyVOsndXtKUoM4vyY3feR7OLiN0cjHff05ze7+d95vs+7/chtC6FGvRQkgiTBGrCXy4igEVOgGbzaXOx2takdaWSSl39PBefAPBfYpT3KsF4H2LITsc3KgmQ3pO6BFEz2AeId1VSwELsOHrEwKbx8hMM6T1r7EslPqsReefMqlq4PbdpPFYASflYijfJEgifqlqkQzKIArB7YheoE4emZ8Zvy/OI/xUpyz5CoNfOmMeSQah8gwRP2db5HDAtvtjoHyvyocuMLccy+6WDkBICi+KZq4Tb7vaN21K7kVGRcqMLeAa+EqChfDqWkQfy9l+YUWAgUQMgXGTQqDwQCoDZvWZWBvNW1JIC8m7WQlB0POzFb6SZlYFtJ232Sbq+tdPQnth1e52DkSN5LZ5q5dH7XQz4r2AksqqmVglG3asXUJQWv6MiWOzawfsB7I09V/DISoKCkQW/wzMzoo4VW68YnkvjRGNonEATBPgzTjDP5K3h5Wojwitkj93H9BVpxQAAAABJRU5ErkJggg==",md=t.defineComponent({name:"EcanList",components:{Skeleton:Vt,ATooltip:ue.Tooltip,MarqueeScroll:Hn},props:{...$o},setup(e,{expose:o}){const n=t.ref(),a=Ee(e,["backgroundColor"]),i=(S,E)=>{const{format:N,customFormatter:z}=E;if(N==null||N==="")return S;const j={money:No,percentage:Bn,contrast:Bn,custom:Lr};return j[N]?N==="custom"?j[N](S,z)||"":j[N](S)||"":""},r=(S,E)=>{const N=parseFloat(S+"");if(E!=="contrast")return"";switch(!0){case N>=0:return"goUp";case N<0:return"goDown"}},s=qe(e),l=t.ref(!1),d=async()=>{var S;if(e.dataType==="request")try{l.value=!0;const E=await s();n.value=((S=E==null?void 0:E.data)==null?void 0:S.data.rows)||[]}catch(E){console.error(E)}finally{l.value=!1}};t.watch(()=>e.data,()=>{(e.dataType==="static"||!t.unref(n))&&(n.value=e.data)},{immediate:!0,deep:!0});const c=t.computed(()=>({key:"SEQ",width:e.seqWidth,title:e.seqName,align:"center",fontSize:e.seqFontSize})),u=t.computed(()=>{const{columns:S,isUseSeq:E}=e;return E?[t.unref(c),...S]:S}),y=Ze(e),f=async()=>{var S;try{l.value=!0;const E=await y(),{columns:N=[],rows:z=[]}=((S=E==null?void 0:E.data)==null?void 0:S.data)??{};e.isUseSeq&&N.unshift(e.seqName),u.value.forEach((j,F)=>{(!e.isUseSeq||F!==0)&&(j.title=N[F],j.key=N[F])}),n.value=z}catch(E){console.error(E)}finally{l.value=!1}},x=()=>{switch(e.dataType){case"indicator":f();break;case"request":d();break}},m=Re(e),{getGlobalModel:h,setGlobalModel:g}=t.inject(Ie,{getGlobalModel:S=>{},setGlobalModel:(S,E)=>{}}),C=S=>{m("click",()=>{const E=h(e.id);g(e.id,{...E,type:e.type,RECORD:S})})()};Oe(e,{refreshData:x,resetRecord:()=>{const S=e.id,E=h(S);g(S,{...E,type:e.type,RECORD:""})}});const{setRequest:v}=t.inject(ze,{setRequest:({id:S,sortNum:E,requestFn:N})=>{}});typeof v=="function"&&v({id:e.id,requestFn:x,sortNum:e.requestSort}),o({refreshData:x});const b=(S,E)=>({flex:S.width?"none":"1",width:S.width,height:e.itemHeight,lineHeight:e.itemHeight,textAlign:(E?S.cellAlign:S.align)||"left",backgroundColor:S.cellColor}),w=(S,E)=>{let N=0;const z=t.unref(n).map(F=>F[E]),j=Math.max(...z);return j&&(N=S[E]/j*100),N},A=S=>{const{progressColor:E="#1890ff",progressGradientColor:N=""}=S;return N?{background:`linear-gradient(to right, ${E} 0%, ${N} 100%)`}:{backgroundColor:E||"#1890ff"}},T=t.computed(()=>{const S=parseFloat(e.seqFontSize)+5;return{width:S+10,height:S}}),{pageMode:D}=t.inject(Pe,{pageMode:"normal"}),O=t.computed(()=>t.unref(D)!=="design"&&e.isAutoScroll),I=S=>{const{seqIconConfig:E}=e;let N=E.find(z=>z.key===S+1);return N||(N=E.find(z=>z.key==="other")),!!(N!=null&&N.icon)},_=(S,E)=>{const{seqIconConfig:N}=e;let z=N.find(j=>j.key===S+1);return z||(z=N.find(j=>j.key==="other")),E===1?z!=null&&z.icon?mt(z.icon):"":E===2?(z==null?void 0:z.color)||"#fff":""},L=S=>{const{seqIndexFormatter:E}=e,N=S+1;return E?_e(E,{textData:{index:N}},{useNewline:!1,useSpace:!0}):N},k=t.computed(()=>parseFloat(e.itemWidth)!==100?{height:"100%"}:{}),R=t.computed(()=>!e.itemWidth||e.itemWidth==="100%"?"0":e.itemColSpan);return{style:a,formatFn:i,contrastClass:r,dataSource:n,loading:l,myColumns:u,click:C,getColumnStyle:b,getPercentage:w,getBackgroundColor:A,isShowSeqIcon:I,getSeqIconData:_,seqIcon4:fd,seqIcon5:ud,seqIcon6:hd,seqIcon7:gd,iconSize:T,isScroll:O,formatSeq:L,wrapStyle:k,colSpan:R,getText:(S,E)=>(S.format!=null||S.format!=="")&&i(E[S.key],S)}}}),vh="",Sh="",yd=e=>(t.pushScopeId("data-v-8c32652d"),e=e(),t.popScopeId(),e),xd={key:0,class:"title"},pd={key:0,class:"ranking"},bd=["onClick"],vd={key:0,class:"ranking"},Sd=yd(()=>t.createElementVNode("div",{class:"icon"},null,-1)),Cd={class:"sort"},wd=["src"],Ad={key:1},kd=["src","width","height"],Td=["src","width","height"],Bd=["src","width","height"],Ed=["src","width","height"],Dd={key:1},Id=["title"],Rd={key:2,class:"empty"};function _d(e,o,n,a,i,r){const s=t.resolveComponent("a-tooltip"),l=t.resolveComponent("marquee-scroll"),d=t.resolveComponent("skeleton");return t.openBlock(),t.createElementBlock("div",{class:"ecan-list",style:t.normalizeStyle(e.style)},[t.createVNode(d,{loading:e.loading},{default:t.withCtx(()=>[e.useTitle?(t.openBlock(),t.createElementBlock("div",xd,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.columnCount,c=>(t.openBlock(),t.createElementBlock("div",{class:"title-inner",style:t.normalizeStyle({backgroundColor:e.backgroundColor,height:e.itemHeight,width:`calc(100% / ${e.columnCount} - ${e.itemColSpan} * ${e.columnCount-1}/ ${e.columnCount})`,marginRight:c%e.columnCount!==0?e.itemColSpan:"",padding:`0 ${e.itemPadding}`}),key:c},[e.useRanking?(t.openBlock(),t.createElementBlock("div",pd)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myColumns,(u,y)=>(t.openBlock(),t.createElementBlock("div",{class:"column",key:u.key||y,style:t.normalizeStyle({color:u.titleColor,...e.getColumnStyle(u)})},t.toDisplayString(u.title),5))),128))],4))),128))])):t.createCommentVNode("",!0),e.dataSource.length>0?(t.openBlock(),t.createElementBlock("div",{key:1,class:"ecan-list-content",style:t.normalizeStyle({paddingTop:e.useTitle?e.itemRowSpan:0,height:e.useTitle?"calc(100% - 40px)":"100%"})},[t.createVNode(l,{visible:e.isScroll,step:e.scrollSpeed,wrapStyle:{display:"flex",flexDirection:"column",flexWrap:"wrap",...e.wrapStyle}},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.dataSource.slice(0,e.sliceCount),(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"item",style:t.normalizeStyle({backgroundColor:e.backgroundColor,height:e.itemHeight,width:`calc(${e.itemWidth} - ${e.colSpan})`,marginRight:e.colSpan,marginBottom:e.itemRowSpan,padding:`0 ${e.itemPadding}`}),key:c.id||u,onClick:y=>e.click(c)},[e.useRanking?(t.openBlock(),t.createElementBlock("div",vd,[Sd,t.createElementVNode("div",Cd," Top "+t.toDisplayString(u+1),1)])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myColumns,y=>{var f;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["column",e.contrastClass(c[y.key],y.format),y.key==="SEQ"?"seq-column":""]),key:y.key,style:t.normalizeStyle({fontSize:y.fontSize,color:e.contrastClass(c[y.key],y.format)===""?y.color:"",fontWeight:y.fontWeight,...e.getColumnStyle(y,"cell")})},[y.key==="SEQ"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.seqIcon?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[(f=e.seqIconConfig)!=null&&f.length?(t.openBlock(),t.createElementBlock("div",{key:0,class:"icon-box",style:t.normalizeStyle({width:e.seqIconWidth||"",height:e.seqIconHeight||""})},[e.seqIconWidth&&e.seqIconHeight&&e.isShowSeqIcon(u)?(t.openBlock(),t.createElementBlock("img",{key:0,class:"custom-seq-icon",src:e.getSeqIconData(u,1),style:t.normalizeStyle({width:e.seqIconWidth,height:e.seqIconHeight})},null,12,wd)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:"custom-seq-text",style:t.normalizeStyle({fontSize:e.seqFontSize,color:e.getSeqIconData(u,2),lineHeight:e.seqIconHeight||"",left:e.seqIconOffsetX,top:e.seqIconOffsetY})},t.toDisplayString(e.formatSeq(u)),5)],4)):(t.openBlock(),t.createElementBlock("div",Ad,[u===0?(t.openBlock(),t.createElementBlock("img",{key:0,class:"seq-icon",src:e.seqIcon4,width:e.iconSize.width,height:e.iconSize.height},null,8,kd)):u===1?(t.openBlock(),t.createElementBlock("img",{key:1,class:"seq-icon",src:e.seqIcon5,width:e.iconSize.width,height:e.iconSize.height},null,8,Td)):u===2?(t.openBlock(),t.createElementBlock("img",{key:2,class:"seq-icon",src:e.seqIcon6,width:e.iconSize.width,height:e.iconSize.height},null,8,Bd)):u>=3?(t.openBlock(),t.createElementBlock("img",{key:3,class:"seq-icon",src:e.seqIcon7,width:e.iconSize.width,height:e.iconSize.height},null,8,Ed)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:"seq-icon seq-text",style:t.normalizeStyle({fontSize:e.seqFontSize})},t.toDisplayString(e.formatSeq(u)),5)]))],64)):(t.openBlock(),t.createElementBlock("span",Dd,t.toDisplayString(e.formatSeq(u)),1))],64)):y.format==="progress"?(t.openBlock(),t.createElementBlock("div",{key:1,class:"progress-cell",style:t.normalizeStyle({height:e.itemHeight})},[t.createElementVNode("div",{class:"progress",style:t.normalizeStyle({height:y.progressWidth||"14px",backgroundColor:y.progressBaseColor})},[t.createVNode(s,{title:c[y.key],overlayClassName:"ecan-list-tooltip",color:"#fff"},{default:t.withCtx(()=>[t.createElementVNode("div",{style:t.normalizeStyle({borderRadius:"10px",height:y.progressWidth||"14px",width:`${e.getPercentage(c,y.key)}%`,...e.getBackgroundColor(y)})},null,4)]),_:2},1032,["title"])],4)],4)):(t.openBlock(),t.createElementBlock("span",{key:2,title:e.getText(y,c)},t.toDisplayString(e.getText(y,c)),9,Id))],6)}),128))],12,bd))),128))]),_:1},8,["visible","step","wrapStyle"])],4)):(t.openBlock(),t.createElementBlock("div",Rd," 暂无数据 "))]),_:1},8,["loading"])],4)}const Ur=Ce(xe(md,[["render",_d],["__scopeId","data-v-8c32652d"]])),Ko={...De,name:"占比图",keyName:"占比图",type:"ecanProportion",strokeType:"circle",width:"200px",height:"200px",strokeColor:"#4091f7",strokeLinecap:"round",trailColor:"#f5f5f5",data:{percent:.3},text:"{percent}%",fontSize:"26px",color:"#4091f7",strokeWidth:6,fontWeight:400,strokeTextWidth:"100%",lineHeight:"26px",decimalFormat:!0,variableDefaultValue:"0",strokeTextShow:!0,gradientShow:!0,gradientColor:"",gradientOffset:1,graphicConfig:{}},Yo=Ae(Ko),$r=["refreshData","click"],Ld=t.defineComponent({name:"EcanProportion",components:{AProgress:ue.Progress,Skeleton:Vt},props:{...Yo},setup(e,{expose:o}){const n=t.ref(!1),{pageMode:a}=t.inject(Pe,{pageMode:"normal"}),i=Ee(e),r=t.computed(()=>{const b=e.width;return parseFloat(b)}),s=t.ref({});t.watch(()=>e.data,()=>{(e.dataType==="static"||t.unref(a)==="design")&&(s.value=e.data)},{immediate:!0,deep:!0});const l=t.computed(()=>{const b=t.unref(s),w=+e.variableDefaultValue;if(b==null)return isNaN(w)?0:w;const A=e.text.match(/\{.+\}/g)||[];let T;const D=new Set(Object.keys(b));for(let O=0;O<A.length;O++){const I=A[O],_=I.slice(1,I.length-1);if(D.has(_)){T=b[_];break}}return typeof T=="number"?T=T*100:typeof T=="string"&&!isNaN(+T)?T=+T*100:isNaN(w)?T=0:T=w*100,e.decimalFormat&&(T=+T.toFixed(2)),T}),d=t.computed(()=>{var D;let b=e.text;if(b==="")return t.unref(l);const w=e.variableDefaultValue,A=t.unref(s),T=b.match(/\{.+\}/g)||[];for(let O=0;O<T.length;O++){const I=T[O];let _=I.slice(1,I.length-1);const L=/[\u4e00-\u9fa5a-z-_A-Z0-9]*/g,k=I.match(L);for(let B=0;B<(k==null?void 0:k.length);B++){const S=(D=k[B])==null?void 0:D.trim();A[S]!=null&&(_=_.replace(S,A[S]))}let R=_;try{/\(.*\)/g.test(_)&&(R=dn(_))}catch(B){console.error(B)}typeof+R=="number"&&!isNaN(+R)?(R=+R*100,e.decimalFormat&&(R=R.toFixed(2))):R=w,b=b.replace(I,R+"")}return t.unref(n)?"NaN":b}),c=qe(e),u=t.ref(!1),y=async()=>{var b;if(e.dataType==="request")try{u.value=!0;const w=await c();s.value=((b=w==null?void 0:w.data)==null?void 0:b.data)||{}}catch(w){console.error(w)}finally{u.value=!1}},f=(b={})=>{s.value=b},x=Ze(e),m=async()=>{var b;try{u.value=!0;const w=await x(),{data:A}=(w==null?void 0:w.data)||{};if(A){n.value=!1;const{columns:T=[],rows:D=[]}=((b=w==null?void 0:w.data)==null?void 0:b.data)??{};let O={};if(T.length>0){const I=T.find(_=>!!_);I&&(O={percent:D[I]})}f(O)}else n.value=!0,f({percent:"NaN"})}catch(w){console.error(w)}finally{u.value=!1}},h=()=>{switch(e.dataType){case"indicator":m();break;case"request":y();break}};Oe(e,{refreshData:h}),o({refreshData:h});const C=Re(e)("click",()=>{}),{setRequest:p}=t.inject(ze,{setRequest:({id:b,sortNum:w,requestFn:A})=>{}});typeof p=="function"&&p({id:e.id,requestFn:h,sortNum:e.requestSort});const v=t.computed(()=>{const{gradientShow:b,gradientColor:w,gradientOffset:A,strokeColor:T}=e;let D=T;return b&&w&&(D={"0%":T,[`${A*100}%`]:w}),D});return{style:i,myWidth:r,text:d,myValue:l,loading:u,click:C,customStrokeColor:v}}}),wh="";function Od(e,o,n,a,i,r){const s=t.resolveComponent("skeleton"),l=t.resolveComponent("a-progress");return t.openBlock(),t.createElementBlock("div",{class:"ecan-proportion",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"progress",percent:e.myValue,width:e.myWidth,type:e.strokeType,strokeColor:e.customStrokeColor,strokeLinecap:e.strokeLinecap,trailColor:e.trailColor,strokeWidth:e.strokeWidth,showInfo:e.strokeTextShow,gapDegree:e.strokeType==="dashboard"?75:0,onClick:e.click},{format:t.withCtx(()=>[e.loading?(t.openBlock(),t.createBlock(s,{key:0,loading:e.loading},null,8,["loading"])):e.strokeTextShow?(t.openBlock(),t.createElementBlock("div",{key:1,class:"format",style:t.normalizeStyle({width:e.strokeTextWidth,fontSize:e.fontSize,color:e.color,fontWeight:e.fontWeight,lineHeight:e.lineHeight})},t.toDisplayString(e.text),5)):t.createCommentVNode("",!0)]),_:1},8,["percent","width","type","strokeColor","strokeLinecap","trailColor","strokeWidth","showInfo","gapDegree","onClick"])],4)}const Kr=Ce(xe(Ld,[["render",Od],["__scopeId","data-v-cf942b5f"]])),Zo={...De,name:"计数器",type:"ecanCounter",keyName:"计数器",width:"400px",height:"80px",zIndex:0,digits:5,counterBackgroundImage:"",color:"#333",unitInterval:15,fontSize:"20px",fontWeight:700,fontStyle:"normal",unitWidth:"65px",unitHeight:"72px",data:"",graphicConfig:{}},Qo=Ae(Zo),Yr=["refreshData","click","resetRecord"],Nd=t.defineComponent({name:"EcanCounter",components:{Skeleton:Vt},props:{...Qo},setup(e,{expose:o}){const n=t.ref(),a=Ee(e),i=t.computed(()=>({width:e.unitWidth,height:e.unitHeight,marginRight:e.unitInterval+"px"})),r=t.computed(()=>({color:e.color,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle}));t.watch(()=>[e.data,e.dataType],([v,b])=>{b==="static"&&(n.value=v)},{immediate:!0});const{getGlobalModel:s,setGlobalModel:l}=t.inject(Ie,{getGlobalModel:v=>{},setGlobalModel:(v,b)=>{}}),c=Re(e)("click",()=>{const v=s(e.id);l(e.id,{...v,type:e.type,value:t.unref(n)})}),u=()=>{const v=e.id,b=s(v);l(v,{...b,type:e.type,value:""})},y=qe(e),f=t.ref(!1),x=async()=>{var v,b;try{f.value=!0;const w=await y();n.value=((b=(v=w==null?void 0:w.data)==null?void 0:v.data)==null?void 0:b.value)||""}catch(w){console.error(w)}finally{f.value=!1}},m=Ze(e),h=async()=>{var v;try{f.value=!0;const b=await m(),{data:w}=(b==null?void 0:b.data)||{};let A="";if(w){const{columns:T=[],rows:D=[]}=((v=b==null?void 0:b.data)==null?void 0:v.data)??{};if(T.length>0){const O=T.find(I=>!!I);O&&(A=D[O]||"")}}n.value=String(A)}catch(b){console.error(b)}finally{f.value=!1}},g=()=>{switch(e.dataType){case"indicator":h();break;case"request":x();break}},C=t.computed(()=>{const v=[],{digits:b}=e;console.log("myValue",n.value);const w=t.unref(n)?t.unref(n).split("").reverse().join(""):"";for(let A=0;A<b;A++)w&&w[A]?v.push(w[A]):v.push("0");return v.reverse()});Oe(e,{refreshData:g,resetRecord:u});const{setRequest:p}=t.inject(ze,{setRequest:({id:v,sortNum:b,requestFn:w})=>{}});return typeof p=="function"&&p({id:e.id,requestFn:g,sortNum:e.requestSort}),o({refreshData:g}),{style:a,valueList:C,digitsStyle:i,fontStyle:r,loading:f,useImagePath:mt,click:c}}}),kh="",Fd=["src"];function Md(e,o,n,a,i,r){var l;const s=t.resolveComponent("skeleton");return e.loading?(t.openBlock(),t.createElementBlock("div",{key:0,class:"skeleton-wrapper",style:t.normalizeStyle(e.style)},[t.createVNode(s,{loading:e.loading},null,8,["loading"])],4)):(t.openBlock(),t.createElementBlock("div",{key:1,class:"ecan-counter",style:t.normalizeStyle(e.style),onClick:o[0]||(o[0]=(...d)=>e.click&&e.click(...d))},[(l=e.valueList)!=null&&l.length?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.valueList,(d,c)=>(t.openBlock(),t.createElementBlock("div",{class:"digits-item",style:t.normalizeStyle(e.digitsStyle),key:c},[e.counterBackgroundImage?(t.openBlock(),t.createElementBlock("img",{key:0,class:"item-image",src:e.useImagePath(e.counterBackgroundImage)},null,8,Fd)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:"item-text",style:t.normalizeStyle(e.fontStyle)},t.toDisplayString(d),5)],4))),128)):t.createCommentVNode("",!0)],4))}const Zr=Ce(xe(Nd,[["render",Md],["__scopeId","data-v-4d462642"]])),Jo={...De,width:"200px",id:"",left:"0px",top:"0px",name:"输入框",keyName:"输入框",rotate:"",type:"ecanInput",value:"",placeholder:"请输入文字",optionFontSize:"14px"},Xo=Ae(Jo),Qr=["inputChange","inputBlur"],zd=t.defineComponent({name:"EcanInput",components:{AInput:ue.Input},props:{...Xo},setup(e){const o=Ee(e),n=t.ref(""),{getGlobalModel:a,setGlobalModel:i,getRecordValueByKeyName:r}=t.inject(Ie,{getGlobalModel:u=>{},setGlobalModel:(u,y)=>{},getRecordValueByKeyName:u=>{}});t.watch(()=>e.value,u=>{n.value=r(u)},{immediate:!0}),i(e.id,{type:e.type,value:n});const s=()=>{const u=a(e.id);i(e.id,{...u,RECORD:n})},l=Re(e),d=Le.debounce(l("inputChange",()=>{s()}),300),c=l("inputBlur",()=>{});return{style:o,myValue:n,inputBlur:c,inputChange:d}}}),Bh="";function Pd(e,o,n,a,i,r){const s=t.resolveComponent("a-input");return t.openBlock(),t.createElementBlock("div",{class:"ecan-input",style:t.normalizeStyle(e.style)},[t.createVNode(s,{class:"input",value:e.myValue,"onUpdate:value":o[0]||(o[0]=l=>e.myValue=l),placeholder:e.placeholder,onChange:e.inputChange,onBlur:e.inputBlur,style:t.normalizeStyle({fontSize:e.optionFontSize})},null,8,["value","placeholder","onChange","onBlur","style"])],4)}const Jr=Ce(xe(zd,[["render",Pd]])),ea={...De,height:"33px",width:"130px",id:"",left:"0px",top:"0px",name:"日期选择器",keyName:"日期选择器",rotate:"",type:"ecanDatePicker",value:"",picker:"date",format:"YYYY-MM-DD",showTime:!1,useCurrentTime:!0,operate:null,optionFontSize:"14px"},ta=Ae(ea),Xr=["dateChange"],na=t.defineComponent({name:"EcanDatePicker",props:{...ta},components:{ADatePicker:ue.DatePicker},setup(e){const o=t.inject("scaleValue",{widthScale:"1",heightScale:"1"}),n=Ee(e),a=()=>document.getElementById("ProviderConfig")||document.body,i=t.ref(null);t.watch(()=>[e.value,e.useCurrentTime,e.operate],([f,x,m])=>{let h=null;if(f?h=pe(_e(f)):x&&(h=pe()),m&&h){const{type:g,value:C,mode:p}=m;switch(g){case"add":h=h.add(C,p);break;case"minus":h=h.subtract(C,p)}}i.value=h},{deep:!0,immediate:!0});const{setGlobalModel:r}=t.inject(Ie,{setGlobalModel:(f,x)=>{}});r(e.id,{type:e.type,format:e.format,useCurrentTime:e.useCurrentTime,value:i});const l=Re(e)("dateChange",()=>{}),d=()=>{t.unref(i)&&l()};Oe(e,{dateChange:l});const c=t.ref({}),u=t.ref({}),y=f=>{f?setTimeout(()=>{u.value=t.unref(c)},300):u.value={}};return t.onMounted(()=>{setTimeout(()=>{const f=document.querySelector(`#ecan-date-picker-${e.id}`);if(f){const x=f.getBoundingClientRect(),m=parseFloat(t.unref(o).widthScale)*280;document.body.clientWidth-x.left<m&&(c.value.marginLeft=-1*(m-x.width)+"px")}},0)}),{style:n,getPopupContainer:a,myValue:i,locale:Ja,change:d,scaleValue:o,popupStyle:c,customStyle:u,openChange:y}}}),el=()=>{t.useCssVars(e=>({d6fb5b46:e.optionFontSize}))},tl=na.setup;na.setup=tl?(e,o)=>(el(),tl(e,o)):el;const Dh="",Ih="",qd=["id"];function Vd(e,o,n,a,i,r){const s=t.resolveComponent("a-date-picker");return t.openBlock(),t.createElementBlock("div",{class:"ecan-date-picker",style:t.normalizeStyle(e.style),id:"ecan-date-picker-"+e.id},[t.createVNode(s,{class:"date-picker",dropdownClassName:"ecan-date-picker-dropdown",value:e.myValue,"onUpdate:value":o[0]||(o[0]=l=>e.myValue=l),format:e.format,picker:e.picker,showTime:e.showTime,locale:e.locale,onChange:e.change,onOpenChange:e.openChange,getPopupContainer:e.getPopupContainer,popupStyle:{fontSize:e.optionFontSize,transform:`scale(${e.scaleValue.widthScale}, ${e.scaleValue.heightScale})`}},null,8,["value","format","picker","showTime","locale","onChange","onOpenChange","getPopupContainer","popupStyle"])],12,qd)}const nl=Ce(xe(na,[["render",Vd],["__scopeId","data-v-d4ec0d66"]])),oa={...De,name:"日期范围选择器",keyName:"日期范围选择器",type:"ecanRangePicker",width:"250px",height:"35px",picker:"date",format:"YYYY-MM-DD",startTime:"",endTime:"",useCurrentTime:!0,interval:1,intervalUnit:"year",operate:null,limitStartTime:"",limitEndTime:"",associated:"",optionFontSize:"14px",isAllowSpanYear:!0,limitInterval:null},aa=Ae(oa),ol=["dateChange"];var al={exports:{}};(function(e,o){(function(n,a){e.exports=a()})(ge,function(){var n="month",a="quarter";return function(i,r){var s=r.prototype;s.quarter=function(c){return this.$utils().u(c)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(c-1))};var l=s.add;s.add=function(c,u){return c=Number(c),this.$utils().p(u)===a?this.add(3*c,n):l.bind(this)(c,u)};var d=s.startOf;s.startOf=function(c,u){var y=this.$utils(),f=!!y.u(u)||u;if(y.p(c)===a){var x=this.quarter()-1;return f?this.month(3*x).startOf(n).startOf("day"):this.month(3*x+2).endOf(n).endOf("day")}return d.bind(this)(c,u)}}})})(al);var Hd=al.exports;const jd=Ii(Hd);pe.extend(jd);const ia=t.defineComponent({name:"EcanRangePicker",components:{ARangePicker:ue.RangePicker},props:{...aa},setup(e){const o=Ee(e),n=()=>document.getElementById("ProviderConfig")||document.body,a=t.ref([null,null]);t.watch(()=>[e.startTime,e.endTime,e.useCurrentTime,e.interval,e.intervalUnit,e.operate],([v,b,w,A,T,D])=>{let O=null,I=null;if(w&&(O=pe().subtract(A,T),I=pe()),v&&(O=pe(_e(v))),b&&(I=pe(_e(b))),D){const{type:_,value:L,mode:k}=D;switch(_){case"add":O=O&&O.add(L,k),I=I&&I.add(L,k);break;case"minus":O=O&&O.subtract(L,k),I=I&&I.subtract(L,k)}}a.value=[O,I]},{immediate:!0});let i=t.unref(a)[0],r=t.unref(a)[1],s="";const l=(v,b,w)=>{Array.isArray(v)?(i=v[0],r=v[1],s=w.range):(i=null,r=null)};window.dayjs=pe;const d=v=>{let b=!1,{limitStartTime:w,limitEndTime:A}=e;const T={startTime:`${i||""}`,endTime:`${r||""}`};if(w=_e(w,{codeData:T}),A=_e(A,{codeData:T}),w&&A?b=!(pe(w)<v&&v<pe(A)):w?b=pe(w)>v:A&&(b=pe(A)<v),!e.isAllowSpanYear&&s){let D=null;if(s==="start"?D=i:s==="end"&&(D=r),D){const O=D.startOf("year"),I=D.endOf("year");b=!(O<=v&&v<I)}}if(!b){const{value:D=0,mode:O="year"}=e.limitInterval||{};D&&(s==="start"?b=i.add(D,O)<v:s==="end"&&(b=r.subtract(D,O)>v))}return b},{getGlobalModel:c,setGlobalModel:u}=t.inject(Ie,{getGlobalModel:v=>{},setGlobalModel:(v,b)=>{}}),y=t.computed(()=>Array.isArray(t.unref(a))?t.unref(a)[0]:null),f=t.computed(()=>Array.isArray(t.unref(a))?t.unref(a)[1]:null);u(e.id,{type:e.type,format:e.format,startTime:y,endTime:f,interval:e.interval,intervalUnit:e.intervalUnit,useCurrentTime:e.useCurrentTime,operate:e.operate});const x=Re(e);let m=!1;const h=x("dateChange",()=>{}),g=v=>{const b=t.unref(a),w=b&&b[0]&&b[1];v===!1&&m===!0&&w&&(h(),m=!1),v||(s="")},C=()=>{m=!0};return Oe(e,{dateChange:()=>{const{associated:v}=e;if(v){const b=c(v)||{};if(b){const{value:w}=b;if(w)switch(t.unref(w)){case"month":a.value=[pe().startOf("month"),pe().endOf("month")];break;case"quarter":a.value=[pe().startOf("quarter"),pe().endOf("quarter")];break;case"year":a.value=[pe().startOf("year"),pe().endOf("year")];break}}}h()}}),{style:o,getPopupContainer:n,locale:Ja,dateChange:h,myValue:a,disabledDate:d,calendarChange:l,openChange:g,change:C}}}),il=()=>{t.useCssVars(e=>({"2d84b603":e.optionFontSize}))},rl=ia.setup;ia.setup=rl?(e,o)=>(il(),rl(e,o)):il;const _h="",Lh="";function Wd(e,o,n,a,i,r){const s=t.resolveComponent("a-range-picker");return t.openBlock(),t.createElementBlock("div",{class:"ecan-range-picker",style:t.normalizeStyle(e.style)},[t.createVNode(s,{class:"range-picker",dropdownClassName:"ecan-range-picker-dropdown",value:e.myValue,"onUpdate:value":o[0]||(o[0]=l=>e.myValue=l),format:e.format,picker:e.picker,locale:e.locale,getPopupContainer:e.getPopupContainer,"disabled-date":e.disabledDate,onChange:e.change,onCalendarChange:e.calendarChange,onOpenChange:e.openChange,popupStyle:{fontSize:e.optionFontSize}},null,8,["value","format","picker","locale","getPopupContainer","disabled-date","onChange","onCalendarChange","onOpenChange","popupStyle"])],4)}const ll=Ce(xe(ia,[["render",Wd],["__scopeId","data-v-c9c68612"]])),ra={...De,width:"200px",name:"按钮",keyName:"按钮",type:"ecanButton",text:"按钮",mode:"default",danger:!1,shape:"default",href:"",target:"self",fontSize:"14px",fontWeight:400,tooltipTextStyleColor:"",buttonBackgroundColor:"#FFFFFF",borderColor:"#d9d9d9"},la=Ae(ra),sl=["click"],Gd=t.defineComponent({name:"EcanButton",components:{AButton:ue.Button},props:{...la},setup(e){const o=Ee(e),a=Re(e)("click",()=>{const d=t.unref(s);d&&e.target==="event"&&window.parent.postMessage({type:"openPage",url:d},"*")}),i=t.computed(()=>{const d={};return e.mode!=="primary"&&(d.backgroundColor=e.buttonBackgroundColor||"transparent",d.color=e.tooltipTextStyleColor,d.borderColor=e.borderColor||"transparent"),{height:e.height,...d}}),r=t.computed(()=>_e(e.text)),s=t.computed(()=>_e(e.href)||null),l=t.computed(()=>{const d=e.target;if(!(d==="event"||t.unref(s)==null))return{self:"_self",blank:"_blank"}[d]});return{style:o,click:a,myText:r,myHref:s,myTarget:l,buttonStyle:i}}}),Nh="";function Ud(e,o,n,a,i,r){const s=t.resolveComponent("a-button");return t.openBlock(),t.createElementBlock("div",{class:"ecan-button",style:t.normalizeStyle(e.style)},[t.createVNode(s,{block:"",onClick:e.click,type:e.mode,danger:e.danger,shape:e.shape,href:e.myHref,target:e.myTarget,style:t.normalizeStyle(e.buttonStyle),class:t.normalizeClass(e.tooltipTextStyleColor?"custom-color":"")},{default:t.withCtx(()=>[t.createElementVNode("span",{style:t.normalizeStyle({fontSize:e.fontSize,fontWeight:e.fontWeight})},t.toDisplayString(e.myText),5)]),_:1},8,["onClick","type","danger","shape","href","target","style","class"])],4)}const cl=Ce(xe(Gd,[["render",Ud]])),sa={...De,width:"240px",id:"",left:"0px",top:"0px",name:"复选框",keyName:"复选框",rotate:"",type:"ecanCheckbox",value:[],data:[{label:"选项一",value:"1",checked:!0},{label:"选项二",value:"2",checked:!0},{label:"选项三",value:"3"}],graphicConfig:{}},ca=Ae(sa),dl=["checkboxChange"],$d=t.defineComponent({name:"EcanCheckbox",components:{ACheckboxGroup:ue.CheckboxGroup},props:{...ca},setup(e,{expose:o}){const n=Ee(e),a=t.ref([]),i=t.ref([]),r=g=>{const C=e.value;let p=[];g.forEach(v=>{v.checked&&p.push(v.value)}),typeof C=="string"&&C!==""?p=p.concat(C.split(",")):Array.isArray(C)&&(p=p.concat(C)),a.value=g,i.value=p};t.watch(()=>[e.data,e.value],([g])=>{r(g)},{immediate:!0,deep:!0});const s=qe(e),l=async()=>{var p,v;if(e.dataType!=="request")return;const g=await s(),C=((v=(p=g==null?void 0:g.data)==null?void 0:p.data)==null?void 0:v.rows)||[];r(C)},{getGlobalModel:d,setGlobalModel:c}=t.inject(Ie,{getGlobalModel:g=>{},setGlobalModel:(g,C)=>{}});c(e.id,{type:e.type,value:i});const y=Re(e)("checkboxChange",()=>{const g=d(e.id);c(e.id,{...g,RECORD:i})}),f=Ze(e),x=async()=>{var g;try{const C=await f(),{data:p}=(C==null?void 0:C.data)||{};if(p){const b=(((g=C==null?void 0:C.data)==null?void 0:g.data)??[]).map(w=>({label:w.label,value:w.value}));r(b)}else r([])}catch(C){console.error(C)}},m=()=>{switch(e.dataType){case"indicator":x();break;case"request":l();break}},{setRequest:h}=t.inject(ze,{setRequest:({id:g,sortNum:C,requestFn:p})=>{}});return typeof h=="function"&&h({id:e.id,requestFn:m,sortNum:e.requestSort}),o({refreshData:m}),{myOption:a,style:n,myValue:i,checkboxChange:y}}}),Mh="";function Kd(e,o,n,a,i,r){const s=t.resolveComponent("a-checkbox-group");return t.openBlock(),t.createElementBlock("div",{class:"ecan-checkbox",style:t.normalizeStyle(e.style)},[t.createVNode(s,{options:e.myOption,value:e.myValue,"onUpdate:value":o[0]||(o[0]=l=>e.myValue=l),onChange:e.checkboxChange},null,8,["options","value","onChange"])],4)}const fl=Ce(xe($d,[["render",Kd]])),da={...De,name:"下拉框选择器",keyName:"下拉框选择器",width:"120px",height:"33px",type:"ecanSelect",mode:void 0,data:[{label:"选项一",value:"1"},{label:"选项二",value:"2"},{label:"选项三",value:"3"}],value:void 0,dataFieldNames:{label:"label",value:"value",options:""},maxTagCount:3,autoClearSearchValue:!0,placeholder:"请选择",selectFirstOption:!1,graphicConfig:{},valueType:"value",isAllowClear:!0,optionFontSize:"14px"},fa=Ae(da),ul=["selectChange","refreshData"],Yd=t.defineComponent({name:"EcanSelect",components:{ASelect:ue.Select,ASelectOption:ue.SelectOption},props:{...fa},setup(e,{expose:o}){const n=Ee(e),a=()=>document.getElementById("ProviderConfig")||document.body,i=qe(e),r=t.ref(e.data||[]),s=t.ref(),l=t.computed({get:()=>{var S;const{mode:B}=e;return(S=t.unref(r))!=null&&S.length?s.value:B==="multiple"||B==="tags"||B==="combobox"?[]:""},set:B=>{s.value=B}}),{getGlobalModel:d,setGlobalModel:c,getRecordValueByKeyName:u}=t.inject(Ie,{getGlobalModel:B=>{},setGlobalModel:(B,S)=>{},getRecordValueByKeyName:B=>{}}),y=e.dataFieldNames;t.watch(()=>[e.value,e.mode,e.selectFirstOption,e.valueType,r.value],()=>{const{mode:B,selectFirstOption:S,value:E}=e,N=u(E),z=y.value;if(B==="multiple"||B==="tags"||B==="combobox"){if(N)s.value=N.split(",");else if(S){const j=t.unref(r)[0];s.value=j?[j[z]]:[]}}else if(N)s.value=N;else if(S){const j=t.unref(r)[0];s.value=j?j[z]:""}},{immediate:!0});const f=(B,S)=>{const E=y.label,N=y.value;let z;const j=S[E],F=S[N];return j!=null?z=j:F!=null&&(z=F),(z==null?void 0:z.toLowerCase().indexOf(B==null?void 0:B.toLowerCase()))>=0},x=B=>{const{label:S,value:E,options:N}=e.dataFieldNames;if(N&&Array.isArray(B))if(B.some(z=>N in z)){const z={},j=[];B.forEach(F=>{z[F[N]]||(z[F[N]]=[]),z[F[N]].push({[S]:F[S],[E]:F[E]})});for(const F in z)j.push({[S]:F,[N]:z[F]});return j}else return B;else if(!N)return B},m=t.ref(!1),h=async()=>{var B,S;if(e.dataType==="request"){m.value=!0;try{const E=await i();if(r.value=x(((S=(B=E==null?void 0:E.data)==null?void 0:B.data)==null?void 0:S.rows)||[]),e.selectFirstOption){let N=t.unref(r)[0];if(y.options){const z=N[y.options];z&&z.length&&(N=z[0])}s.value=N[y.value]}}catch(E){console.error(E)}finally{m.value=!1}}},{setLoadedData:g,loadedData:C}=t.inject(kt,{setLoadedData:(B,S)=>{},loadedData:{}}),p=t.computed(()=>{let B=s.value;if(e.valueType==="label"&&t.unref(s)&&t.unref(r)){const S=y.label,E=y.value;if(e.mode==="multiple")B=t.unref(r).filter(N=>t.unref(s).includes(N[E])).map(N=>N[S]);else{const N=t.unref(r).find(z=>t.unref(s)===z[E]);N&&(B=N[S])}}return B}),v=t.ref([]),b=t.computed(()=>{const B={};if(e.mode!=="multiple"){const S=t.unref(v).find(E=>E.value===t.unref(s));S&&(B.itemCodes=S.item_codes)}return B}),w=t.computed(()=>{const{value:B,label:S}=y,E=t.unref(r).find(N=>N[B]===t.unref(l));return E?{label:E[S],value:E[B]}:{}});c(e.id,{type:e.type,value:p,...t.unref(b),recordData:t.unref(w)});const T=Re(e)("selectChange",()=>{const B=e.id,S=d(B);c(B,{...S,...t.unref(b),RECORD:p,recordData:t.unref(w)})}),D=(B=[])=>{if(r.value=x(B),e.selectFirstOption){let S=t.unref(r)[0];if(y.options){const E=S[y.options];E&&E.length&&(S=E[0])}s.value=S[y.value]}c(e.id,{type:e.type,value:p,...t.unref(b),recordData:t.unref(w)})},O=Ze(e),I=async()=>{var B;try{m.value=!0;const S=await O(),{data:E}=(S==null?void 0:S.data)||{},N=y.label,z=y.value;if(E){const j=((B=S==null?void 0:S.data)==null?void 0:B.data)??[];v.value=j;const F=j.map(H=>({[N]:H.label,[z]:H.value})),{id:M}=e,P=d(M);c(M,{...P,...t.unref(b)}),g(M,!0),D(F)}else D([])}catch(S){console.error(S)}finally{m.value=!1}},_=t.computed(()=>{var B,S;return(S=cn(((B=e==null?void 0:e.graphicConfig)==null?void 0:B.controlList)||[]))==null?void 0:S.find(E=>E.conditionKey==="parentCode")}),L=t.ref(!1);t.watch(C,B=>{!t.unref(L)&&t.unref(_)&&B[t.unref(_).id]&&(L.value=!0,k())},{deep:!0});const k=()=>{switch(e.dataType){case"indicator":{if(t.unref(_)){if(t.unref(C)[t.unref(_).id]){const{mode:B}=e;B==="multiple"||B==="tags"||B==="combobox"?l.value=[]:l.value="",I()}}else I();break}case"request":h();break}};Oe(e,{selectChange:T,refreshData:k});const{setRequest:R}=t.inject(ze,{setRequest:({id:B,sortNum:S,requestFn:E})=>{}});return typeof R=="function"&&R({id:e.id,requestFn:k,sortNum:e.requestSort}),o({refreshData:k}),{style:n,getPopupContainer:a,myValue:s,selectChange:T,options:r,filterOption:f,loading:m,resultValue:l}}}),Ph="",qh="";function Zd(e,o,n,a,i,r){const s=t.resolveComponent("a-select-option"),l=t.resolveComponent("a-select");return t.openBlock(),t.createElementBlock("div",{class:"ecan-select",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"select",value:e.resultValue,"onUpdate:value":o[0]||(o[0]=d=>e.resultValue=d),placeholder:e.placeholder,showSearch:"",allowClear:e.isAllowClear,mode:e.mode,getPopupContainer:e.getPopupContainer,fieldNames:e.dataFieldNames,maxTagCount:e.maxTagCount,filterOption:e.filterOption,loading:e.loading,autoClearSearchValue:e.autoClearSearchValue,onChange:e.selectChange,style:t.normalizeStyle({fontSize:e.optionFontSize})},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,(d,c)=>(t.openBlock(),t.createBlock(s,{key:c,value:d.value,label:d.label,style:t.normalizeStyle({fontSize:e.optionFontSize})},null,8,["value","label","style"]))),128))]),_:1},8,["value","placeholder","allowClear","mode","getPopupContainer","fieldNames","maxTagCount","filterOption","loading","autoClearSearchValue","onChange","style"])],4)}const hl=Ce(xe(Yd,[["render",Zd],["__scopeId","data-v-2102cdda"]])),ua={...De,name:"树形下拉框选择器",keyName:"树形下拉框选择器",width:"120px",height:"33px",type:"ecanTreeSelect",multiple:!1,data:[{label:"选项一",value:"1",children:[{label:"子选项一",value:"1-1"},{label:"子选项二",value:"1-2"}]},{label:"选项二",value:"2"},{label:"选项三",value:"3"}],value:"",dataFieldNames:{label:"label",value:"value",children:"children"},maxTagCount:3,placeholder:"请选择",treeCheckable:!1,treeCheckStrictly:!1,selectFirstOption:!1},ha=Ae(ua),gl=["selectChange","refreshData"],Qd={name:"EcanTreeSelect",components:{ATreeSelect:ue.TreeSelect},props:{...ha},setup(e){const o=Ee(e),n=t.ref(e.data),a=(x,m)=>{const h=e.dataFieldNames,g=h.label,C=h.value;let p;const v=m[g],b=m[C];return v!=null?p=v:b!=null&&(p=b),(p==null?void 0:p.toLowerCase().indexOf(x==null?void 0:x.toLowerCase()))>=0},i=t.ref();t.watch(()=>[e.multiple,e.value,e.treeCheckable,e.selectFirstOption],()=>{const{multiple:x,value:m,selectFirstOption:h}=e;x?m?i.value=m.split(","):h&&(i.value=[t.unref(n)[0]]):m?i.value=m:h&&(i.value=t.unref(n)[0])},{immediate:!0});const r=t.ref(!1),s=qe(e),l=async()=>{var x,m;if(e.dataType==="request"){r.value=!0;try{const h=await s();n.value=((m=(x=h==null?void 0:h.data)==null?void 0:x.data)==null?void 0:m.rows)||[];const g=t.unref(n)[0];e.value===""&&g!=null&&(i.value=g[e.dataFieldNames.value])}catch(h){console.error(h)}finally{r.value=!1}}},{getGlobalModel:d,setGlobalModel:c}=t.inject(Ie,{getGlobalModel:x=>{},setGlobalModel:(x,m)=>{}});c(e.id,{type:e.type,value:i});const y=Re(e)("selectChange",()=>{const x=e.id,m=d(x);c(x,{...m,RECORD:i})});Oe(e,{selectChange:y,refreshData:l});const{setRequest:f}=t.inject(ze,{setRequest:({id:x,sortNum:m,requestFn:h})=>{}});return f({id:e.id,requestFn:l,sortNum:e.reque}),{style:o,treeData:n,filterTreeNode:a,myValue:i,loading:r,selectChange:y}}},Hh="",jh="";function Jd(e,o,n,a,i,r){const s=t.resolveComponent("a-tree-select");return t.openBlock(),t.createElementBlock("div",{class:"ecan-tree-select",style:t.normalizeStyle(a.style)},[t.createVNode(s,{class:"tree-select",value:a.myValue,"onUpdate:value":o[0]||(o[0]=l=>a.myValue=l),allowClear:"",showSearch:"",loading:a.loading,fieldNames:e.dataFieldNames,treeData:a.treeData,maxTagCount:e.maxTagCount,multiple:e.multiple,treeCheckable:e.treeCheckable,filterTreeNode:a.filterTreeNode,placeholder:e.placeholder,onChange:a.selectChange},null,8,["value","loading","fieldNames","treeData","maxTagCount","multiple","treeCheckable","filterTreeNode","placeholder","onChange"])],4)}const ml=Ce(xe(Qd,[["render",Jd],["__scopeId","data-v-37236421"]])),ga={...De,width:"260px",height:"32px",id:"",left:"0px",top:"0px",name:"单选框",keyName:"单选框",rotate:"",type:"ecanRadio",value:"",data:[{label:"选项一",value:"1"},{label:"选项二",value:"2"},{label:"选项三",value:"3"}],optionType:"default",tabBackgroundImage:"",activeTabBackgroundImage:"",activeTabColor:"#1890ff",tabColor:"#333",tabFontSize:"14px",tabHorizontalPadding:"0px",tabBarGutter:"24px",tabFlexDirection:"row",graphicConfig:{},tabTextAlign:""},ma=Ae(ga),yl=["checkboxChange","click"],Xd=t.defineComponent({name:"EcanRadio",components:{ARadioGroup:ue.RadioGroup,ARadioButton:ue.RadioButton,ARadio:ue.Radio},props:{...ma},setup(e,{expose:o}){const{pageMode:n}=t.inject(Pe,{pageMode:"normal"}),a=Ee(e),i=t.ref([]),r=t.ref(""),s=b=>{const w=e.value;let A=[];typeof w=="string"&&w!==""?A=A.concat(w.split(",")):Array.isArray(w)&&(A=A.concat(w)),i.value=b,r.value=A[0]||""};t.watch(()=>[e.data,e.value],([b])=>{t.unref(n)==="design"&&s(b)},{immediate:!0,deep:!0});const l=qe(e),d=async()=>{var A,T;if(e.dataType!=="request")return;const b=await l(),w=((T=(A=b==null?void 0:b.data)==null?void 0:A.data)==null?void 0:T.rows)||[];s(w)},{getGlobalModel:c,setGlobalModel:u}=t.inject(Ie,{getGlobalModel:b=>{},setGlobalModel:(b,w)=>{}});u(e.id,{type:e.type,value:r});const y=Re(e),f=()=>{const b=t.unref(i).find(w=>w.value===t.unref(r))||{};y("checkboxChange",()=>{const w=c(e.id);u(e.id,{...w,RECORD:r})},b)()},x=b=>{r.value=b,y("click",()=>{const w=c(e.id);u(e.id,{...w,RECORD:r})})()};t.watch(r,()=>{f()});const m=Ze(e),h=async()=>{var b;try{const w=await m(),{data:A}=(w==null?void 0:w.data)||{};if(A){const D=(((b=w==null?void 0:w.data)==null?void 0:b.data)??[]).map(O=>({label:O.label,value:O.value}));s(D)}else s([])}catch(w){console.error(w)}},g=()=>{switch(e.dataType){case"indicator":h();break;case"request":d();break}},{setRequest:C}=t.inject(ze,{setRequest:({id:b,sortNum:w,requestFn:A})=>{}});typeof C=="function"&&C({id:e.id,requestFn:g,sortNum:e.requestSort});const p=b=>{r.value=b.value},v=t.computed(()=>e.tabFlexDirection==="column"?{display:"flex",height:"30px",lineHeight:"30px"}:{});return t.onMounted(()=>{s(e.data)}),o({refreshData:g}),{myOption:i,style:a,myValue:r,radioStyle:v,onClickButton:x,useImagePath:mt,tabChange:p}}}),Gh="",Uh="",ef=["onClick"];function tf(e,o,n,a,i,r){const s=t.resolveComponent("a-radio"),l=t.resolveComponent("a-radio-button"),d=t.resolveComponent("a-radio-group");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["ecan-radio",e.optionType]),style:t.normalizeStyle(e.style)},[e.tabBackgroundImage&&e.activeTabBackgroundImage?(t.openBlock(),t.createElementBlock("div",{key:0,class:"tabs-header",style:t.normalizeStyle({fontSize:e.tabFontSize,flexDirection:e.tabFlexDirection,alignItems:e.tabTextAlign})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myOption,(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"tab",style:t.normalizeStyle({padding:`5px ${e.tabHorizontalPadding}`,color:e.myValue===c.value?e.activeTabColor:e.tabColor,backgroundImage:e.myValue===c.value?e.useImagePath(e.activeTabBackgroundImage,!0):e.useImagePath(e.tabBackgroundImage,!0),marginRight:e.tabFlexDirection==="row"?e.tabBarGutter:"0",marginBottom:e.tabFlexDirection==="column"?e.tabBarGutter:"0"}),key:u,onClick:t.withModifiers(y=>e.tabChange(c),["prevent","stop"])},[t.createElementVNode("div",{class:"tab-inner",style:t.normalizeStyle({borderBottom:!e.activeTabBackgroundImage&&!e.tabBackgroundImage?`1px solid ${e.myValue===c.value?e.activeTabColor:"transparent"}`:""})},t.toDisplayString(c.label),5)],12,ef))),128))],4)):(t.openBlock(),t.createBlock(d,{key:1,value:e.myValue,"onUpdate:value":o[0]||(o[0]=c=>e.myValue=c)},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myOption,c=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:c.value},[e.optionType==="default"?(t.openBlock(),t.createBlock(s,{key:0,value:c.value,style:t.normalizeStyle(e.radioStyle)},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.label),1)]),_:2},1032,["value","style"])):e.optionType==="button"?(t.openBlock(),t.createBlock(l,{key:1,value:c.value,onClick:u=>e.onClickButton(c.value)},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.label),1)]),_:2},1032,["value","onClick"])):t.createCommentVNode("",!0)],64))),128))]),_:1},8,["value"]))],6)}const xl=Ce(xe(Xd,[["render",tf],["__scopeId","data-v-83a05acd"]])),ya={...De,id:"",name:"饼图",keyName:"饼图",type:"ecanPie",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:335},{name:"名称二",value:310},{name:"名称三",value:234}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",titleLeft:"",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],backgroundColor:"",tooltipShow:!0,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,tooltipTextStyleColor:"",tooltipTrigger:"item",tooltipFormatter:"{marker} {b} {c} ({d}%)",legendShow:!0,legendTextStyleColor:"#333",legendOrient:"vertical",legendTop:"top",legendLeft:"left",innerRadius:"0%",outerRadius:"60%",centerLeft:"50%",centerTop:"50%",minAngle:0,labelShow:!0,labelColor:"#333",labelWidth:100,labelOverflow:"none",isUseLabelColors:!1,labelFontSize:12,labelPosition:"outside",labelFormatter:"{b}\\n{d}%",labelLineShow:!0,labelLineLength:10,labelLineLength2:15,roseType:"",valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},dataFieldConfigType:"value",gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",graphicConfig:{},toolboxShow:!1,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",legendItemGap:10,legendItemWidth:25,legendItemHeight:14,legendFormatter:"{name}",legendFontSize:"12px",tooltipPosition:"",graphicType:"ecanPie",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1},xa=Ae(ya),pl=["click","refreshData","resetRecord"],Xt=async e=>{var d;const o=await pt.post(e,{},{responseType:"blob"}),{data:n,headers:a}=o,i=a["content-disposition"].replace(/\w+;filename=(.*)/,"$1"),r=new Blob([n]),s=document.createElement("a"),l=window.URL.createObjectURL(r);s.href=l,s.download=decodeURI(i),s.style.display="none",document.body.appendChild(s),s.click(),(d=s.parentNode)==null||d.removeChild(s),window.URL.revokeObjectURL(l)},pa={id:"",type:"ecanModal",title:"",titleFontSize:"14px",titleColor:"",width:"1000px",height:"800px",originalWidth:"1920px",originalHeight:"1080px",backgroundColor:"#fff",backgroundImage:"",backgroundSize:"100% 100%",keyName:"弹窗",componentList:[],fullModal:!1,destroyOnClose:!0,position:"default",closeBtnColor:"#333",isShowCloseBtn:!0,events:[],borderRadius:"0",borderWidth:"0px",borderColor:"",boxShadow:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",allComponentList:[],requestList:[]},ba=Ae(pa),bl=["showModal","hideModal"],Nt=["ecanBorder","ecanTabs","ecanCirculate"];function vl(e){const{containerMap:o={},sourceList:n=[]}=e,a=Le.cloneDeep(e.componentList),i=a.filter(r=>r.type==="ecanTabs"&&r.isAutoScroll);if(i!=null&&i.length)for(const r of i){const s=o[r.id],l=[];if((!Jt(r,"componentList")||!(r!=null&&r.componentList))&&(r.componentList=[]),s){let d=0;for(const c in s){const u=s[c],y=[];if(u!=null&&u.length)for(const f of u){let x=a.find(m=>m.id===f);x||(x=n.find(m=>m.id===f)),x&&(y.push(x),Nt.includes(x.type)&&y.push(...fn(x.id,o,n)))}for(const f of y)Jt(f,"scale")?parseFloat(c)>0&&(f.left=parseFloat(f.left)+d+"px"):(f.left=parseFloat(f.sourceLeft||f.left)-parseFloat(r.sourceLeft||r.left)+d+"px",f.top=parseFloat(f.sourceTop||f.top)-parseFloat(r.sourceTop||r.top)+"px"),l.includes(f.id)||l.push(f.id);r.componentList.push(...y),d=sf(y)}}for(const d of l){const c=a.findIndex(u=>u.id===d);c!==-1&&a.splice(c,1)}}return a}function Sl(e){var r,s;const{combinationMap:o={},sourceList:n=[]}=e,a=e.containerMap,i=Le.cloneDeep([...e.componentList,...of(a,n)]);if(nf(a,i),(r=Object.keys(a))!=null&&r.length||(s=Object.keys(o))!=null&&s.length){for(const f in a){const x=i.find(m=>m.id===f);if(x){Jt(x,"parentId")||(x.parentId="",x.sourceLeft=x.left,x.sourceTop=x.top);for(const m in a[f])if(a[f][m])for(const h of a[f][m]){const g=i.find(C=>C.id===h);g&&(g.parentId=f,g.sourceLeft=g.left,g.sourceTop=g.top,g.left=parseFloat(g.left)-parseFloat(x.sourceLeft||x.left)+"px",g.top=parseFloat(g.top)-parseFloat(x.sourceTop||x.top)+"px")}}}const l=Array.from(new Set(i.filter(f=>(!Jt(f,"parentId")||f.parentId==="")&&f.combinationId).map(f=>f.combinationId))),d=af(l,{...e,componentList:i});d!=null&&d.length&&i.unshift(...d);const c=["ecanPie","ecanLine","ecanBar","ecanScatter","ecanComboGraph","ecanCustomGraph","ecanRadar","ecanMap"],u=i.filter(f=>c.includes(f.type)&&!Jt(f,"parentId")),y=[];for(const f of u)if(f){const x=f.id+"_vir";y.push({id:x,keyName:f.keyName+"_vir",parentId:"",type:"ecanBorder",borderRadius:"",borderWidth:null,width:f.width,height:f.height,left:f.left,top:f.top,sourceLeft:f.left,sourceTop:f.top}),f.parentId=x,f.sourceLeft=f.left,f.sourceTop=f.top,f.left=0,f.top=0}y!=null&&y.length&&i.unshift(...y);for(const f of i){const x=document.body.clientWidth;if(f.parentId===""&&Nt.includes(f.type))f.sourceWidth=parseFloat(f.width),f.height=(x/(f.sourceWidth/parseFloat(f.height))).toFixed(2)+"px",f.width="100%",f.position="relative",f.top="auto",f.left="auto";else{const m=i.find(h=>h.id===f.parentId);if((m==null?void 0:m.parentId)===""){const h=m.sourceWidth||parseFloat(m.width),g=x/h;f.scale=g,f.top=parseFloat(f.top)*g-parseFloat(f.height)*(1-g)/2+"px",f.left=parseFloat(f.left)*g-parseFloat(f.width)*(1-g)/2+"px"}}f.type==="ecanModal"&&(f.parentId="",f.fullModal=!0)}return rf(i)}return i}function nf(e,o){const n=Le.cloneDeep(e),a=o.filter(i=>i.type==="ecanTabs"&&i.isAutoScroll);if(a!=null&&a.length)for(const i of a){const r=n[i.id];for(const s in r)for(const l of r[s]){const d=o.find(c=>c.id===l);if(d&&Nt.includes(d.type)){const c=fn(d.id,n,o);for(const u of c)e[i.id][s].push(u.id),Nt.includes(u.type)&&delete e[u.id];delete e[d.id]}}}}function of(e,o){const n=[],a=o.filter(i=>i.type==="ecanTabs"&&i.isAutoScroll);if(a!=null&&a.length)for(const i of a){const r=e[i.id];for(const s in r)if(parseFloat(s)>0)for(const l of r[s]){const d=o.find(c=>c.id===l);d&&(n.push(d),Nt.includes(d.type)&&n.push(...fn(d.id,e,o)))}}return n}function fn(e,o,n){const a=[],i=o[e];for(const r in i)for(const s of i[r]){const l=n.find(d=>d.id===s);l&&(a.push(l),Nt.includes(l.type)&&a.push(...fn(l.id,o,n)))}return a}function af(e,o,n){const{combinationMap:a={},componentList:i=[]}=o,r=[];for(const s of e){const l=a[s];if(l!=null&&l.length){const d=i.filter(c=>l.includes(c.id));if(d!=null&&d.length){const c=lf(d);if(c){r.push({...c,id:s,keyName:s,parentId:n||"",type:"ecanBorder",borderRadius:"",borderWidth:null,sourceLeft:c.left,sourceTop:c.top});for(const u of d)u&&(u.parentId=s,u.sourceLeft=u.left,u.sourceTop=u.top,u.left=parseFloat(u.left)-parseFloat(c.left)+"px",u.top=parseFloat(u.top)-parseFloat(c.top)+"px")}}}}return r}function rf(e){const n=e.filter(a=>a.parentId==="");if(n!=null&&n.length){const a=Le.cloneDeep(n).map(i=>({...i,sourceTop:parseFloat(i.sourceTop),sourceLeft:parseFloat(i.sourceLeft)}));for(let i=0;i<a.length-1;i++)for(let r=0;r<a.length-i-1;r++){let s=!1;if((a[r].sourceTop-a[r+1].sourceTop>50||Math.abs(a[r+1].sourceTop-a[r].sourceTop)<=50&&a[r].sourceLeft>a[r+1].sourceLeft)&&(s=!0),s){const l=a[r];a[r]=a[r+1],a[r+1]=l}}for(const i of a){const r=e.findIndex(s=>s.id===i.id);r!==-1&&e.splice(r,1)}return[...a,...e]}return e}function lf(e){const o=e.sort((r,s)=>parseFloat(r.top)-parseFloat(s.top))[0],n=e.sort((r,s)=>parseFloat(r.left)-parseFloat(s.left))[0],a=e.map(r=>({...r,computedTop:parseFloat(r.top)+parseFloat(r.height)})).sort((r,s)=>s.computedTop-r.computedTop)[0],i=e.map(r=>({...r,computedLeft:parseFloat(r.left)+parseFloat(r.width)})).sort((r,s)=>s.computedLeft-r.computedLeft)[0];return o&&n&&a&&i?{left:n.left,top:o.top,width:i.computedLeft-parseFloat(n.left)+"px",height:a.computedTop-parseFloat(o.top)+"px"}:null}function sf(e){const o=e.map(n=>parseFloat(n.left)+parseFloat(n.width)).sort((n,a)=>a-n)[0];return o||0}function va(e,o,n){const a=e[n],i=[];if(a)for(const r in a){const s=a[r];for(const l of s){const d=o.find(c=>c.id===l);d&&(i.push(d),Nt.includes(d.type)&&i.push(...fn(d.id,e,o)))}}return i}const cf=t.defineComponent({name:"Render",props:{component:{type:Object,default:()=>{}}},setup(e,{emit:o}){o("ready",e.component.id)}});function df(e,o,n,a,i,r){return e.component.parentId?(t.openBlock(),t.createBlock(t.Teleport,{key:0,to:"#container_"+e.component.parentId},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.component.type),t.mergeProps({style:{scale:e.component.scale}},e.component),null,16,["style"]))],8,["to"])):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.component.type),t.normalizeProps(t.mergeProps({key:1},e.component)),null,16))}const ff=Ce(xe(cf,[["render",df]])),uf=t.defineComponent({name:"EcanModal",components:{AModal:ue.Modal,CloseOutlined:p0,Render:ff},props:{...ba},setup(e,{emit:o}){const n=t.ref([]),a=t.inject("isMobile",!1),i=t.inject("getContainerMap",()=>{}),r=t.inject("getCombinationMap",()=>{}),{clearInteractiveData:s,interactiveData:l,setRequestData:d}=t.inject(Ie,{setRequestData:(Z,oe)=>{},clearInteractiveData:()=>{},interactiveData:null}),c=()=>document.getElementById("ProviderConfig")||document.body,u=t.computed(()=>{const Z=e.position;return{verticalAlign:{default:"",top:"top",center:"middle",bottom:"bottom"}[Z]}}),y=e.fullModal?"1920px":e.width,f=e.fullModal?"1080px":e.height,x=e.originalWidth,m=e.originalHeight,h=t.ref("80%"),g=t.ref(0),C=t.ref(),p=t.ref(0),v=t.ref({}),b=Ee(e),w=t.ref({}),A=t.ref(!1),T=t.ref();let D;const O=()=>{C.value=parseFloat(y)/parseFloat(x);const Z=parseFloat(f)/parseFloat(m),oe=document.body.offsetWidth,ee=document.body.offsetHeight;g.value=oe*t.unref(C),p.value=ee*Z,h.value=`${t.unref(C)*100}%`,v.value={width:`${t.unref(g)}px`,height:`${t.unref(p)}px`,border:`${e.borderWidth} solid ${e.borderColor}`,borderRadius:e.borderRadius+"px",boxShadow:e.boxShadow},w.value={...t.unref(b),backgroundImage:mt(e.backgroundImage,!0)},a?w.value={...w.value,width:"100%",height:"100%"}:w.value={...w.value,transform:`scale(${t.unref(g)/parseFloat(y)},${t.unref(p)/parseFloat(f)})`,width:y,height:f}},I=Le.debounce(()=>{O()},100),_=()=>{const Z=window.MutationObserver;D=new Z(I),D.observe(document.body,{attributes:!0,attributeFilter:["style"],attributeOldValue:!0})},L=()=>{D&&(D.disconnect(),D.takeRecords(),D=null)},k=t.ref(!1),{touchRequest:R}=t.inject(ze,{touchRequest:()=>{}}),B=t.ref(""),S=()=>{var ee;const{title:Z}=e,oe=(ee=t.unref(l))==null?void 0:ee.RECORD;return oe?_e(Z,{textData:oe},{useNewline:!1,useSpace:!1}):Z},E=Re(e),N=()=>{a&&(document.documentElement.style.overflow="hidden"),B.value=S(),k.value=!0},z=E("hideModal",()=>{o("close"),a&&(document.documentElement.style.overflow="hidden auto",n.value=[]),k.value=!1}),j=()=>{z()},F=()=>{z(),s()},{setModalModel:M,pushUseModalIds:P,popUseModalIds:H}=t.inject(ki,{pushUseModalIds:Z=>{},popUseModalIds:()=>{},setModalModel:(Z,oe)=>{}}),Q=t.computed(()=>{let Z=e.componentList;const oe=Le.cloneDeep(e.componentList),ee=i(),ae=r(),ce={containerMap:ee,combinationMap:ae};a&&(Z=Sl({...ce,componentList:oe,sourceList:e.allComponentList})),Z=vl({...ce,componentList:Z,sourceList:e.allComponentList});const ve=[];for(const we of Z)if(we.type==="ecanCirculate"){const ke=va(ee,t.unref(oe),we.id);we.componentList=ke,ve.push(...ke.map(Te=>Te.id))}if(ve!=null&&ve.length)for(const we of ve){const ke=Z.findIndex(Te=>Te.id===we);ke!==-1&&Z.splice(ke,1)}return Z}),V=()=>{const Z=e.id;let oe=[];const ee=e.componentList;Array.isArray(ee)&&(oe=ee.map(ae=>ae.id),M(Z,[...new Set(oe)]))},q=t.ref(!1),$={};for(const Z of e.requestList)$[Z.requestName]=qe(Z);const U=async()=>{var Z;for(const oe in $){const ee=await $[oe]();d(oe,((Z=ee==null?void 0:ee.data)==null?void 0:Z.data)||{})}q.value=!0};t.watch(()=>k.value,async Z=>{if(Z)A.value=!1,await U(),P(e.id),V(),await t.nextTick(()=>{O(),window.addEventListener("resize",I),_(),A.value=!0}),R();else{for(const oe in $)d(oe,{});H(),window.removeEventListener("resize",I),L()}});const J=t.computed(()=>t.unref(C)>=1),re=t.computed(()=>e.fullModal),ne=t.computed(()=>{let Z="ecan-modal";return t.unref(J)&&(Z+=" ecan-full-width-modal"),t.unref(re)&&(Z+=" ecan-full-modal"),Z});return Oe(e,{showModal:N,hideModal:z}),{modalRef:T,containStyle:v,contentStyle:w,getContainer:c,modalStyle:u,modalWith:h,isFullModal:re,style:b,visible:k,showModal:N,onOk:j,onCancel:F,isFullWidth:J,wrapClassName:ne,ready:A,usedComponentList:Q,isMobile:a,readyIds:n,hasOwn:Jt,onComponentReady:Z=>{n.value.push(Z)},formatTitle:B,requestLoaded:q}}}),Yh="",Zh="";function hf(e,o,n,a,i,r){const s=t.resolveComponent("close-outlined"),l=t.resolveComponent("render"),d=t.resolveComponent("a-modal");return t.openBlock(),t.createBlock(d,{getContainer:e.getContainer,wrapClassName:e.wrapClassName,centered:"",visible:e.visible,footer:null,width:e.isFullModal||e.isFullWidth?"100%":e.modalWith,destroyOnClose:e.destroyOnClose,style:t.normalizeStyle(e.modalStyle),closable:!1,onOk:e.onOk,onCancel:e.onCancel,ref:"modalRef",id:"container_"+e.id},{default:t.withCtx(()=>[t.createElementVNode("div",{class:"contain",ref:"containRef",style:t.normalizeStyle(e.containStyle)},[e.ready?(t.openBlock(),t.createElementBlock("div",{key:0,class:"content",style:t.normalizeStyle(e.contentStyle)},[t.createElementVNode("div",{class:"header-bar",style:t.normalizeStyle({backgroundColor:e.backgroundColor,padding:"20px 30px",height:e.isMobile?"62px":""})},[e.formatTitle?(t.openBlock(),t.createElementBlock("div",{key:0,class:"ant-modal-title",style:t.normalizeStyle({fontSize:e.titleFontSize,color:e.titleColor})},t.toDisplayString(e.formatTitle),5)):t.createCommentVNode("",!0),e.isShowCloseBtn?(t.openBlock(),t.createBlock(s,{key:1,class:"close-icon",style:t.normalizeStyle({color:e.closeBtnColor}),onClick:e.onCancel},null,8,["style","onClick"])):t.createCommentVNode("",!0)],4),e.requestLoaded&&e.usedComponentList.length?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.isMobile?"mobile-wrap":"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.usedComponentList,(c,u)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:c.id+u},[e.isMobile?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.hasOwn(c,"parentId")&&(e.readyIds.includes(c.parentId)||c.parentId==="")?(t.openBlock(),t.createBlock(l,{key:0,component:c,onReady:e.onComponentReady},null,8,["component","onReady"])):t.createCommentVNode("",!0)],64)):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(c.type),t.normalizeProps(t.mergeProps({key:1},c)),null,16))],64))),128))],2)):t.renderSlot(e.$slots,"default",{key:1},void 0,!0)],4)):t.createCommentVNode("",!0)],4)]),_:3},8,["getContainer","wrapClassName","visible","width","destroyOnClose","style","onOk","onCancel","id"])}const It=Ce(xe(uf,[["render",hf],["__scopeId","data-v-513bc596"]]));ot.use([_t.CanvasRenderer,bt.PieChart,Be.TitleComponent,Be.ToolboxComponent,Be.TooltipComponent,Be.LegendComponent]);const gf=t.defineComponent({name:"EcanPie",props:{...xa},components:{Spin:qt,Echarts:wt,EcanModal:It},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.ref(!1),r=Ee(e),s=t.ref([]),l=t.ref(),d=t.ref({}),c=t.computed(()=>{let{data:L=[]}=t.unref(s)[0]||{};if(Array.isArray(e.colors)){const k=e.isUseLabelColors,R=e.colors;L=L.map((B,S)=>({label:k?{color:R[S]}:{},...B}))}return{textStyle:{fontFamily:t.unref(a)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:i.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var k;i.value=!0,(k=l.value)==null||k.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subtext:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},tooltip:{show:e.tooltipShow,trigger:e.tooltipTrigger,formatter:k=>{const{marker:R,seriesName:B,name:S,value:E,percent:N,data:z}=k||{};return _e(e.tooltipFormatter,{textData:{marker:R,name:S,value:E,percent:N,a:B,b:S,c:E,d:N,...z}},{useNewline:!0,useSpace:!0})},textStyle:{color:e.tooltipTextStyleColor},position:e.tooltipPosition||void 0},legend:t.unref(d),color:e.colors,series:[{data:L,type:"pie",radius:[e.innerRadius,e.outerRadius],center:[e.centerLeft,e.centerTop],roseType:e.roseType,avoidLabelOverlap:!0,minAngle:e.minAngle,label:{show:e.labelPosition!=="center"&&e.labelShow,color:e.labelColor,fontSize:i.value?Ke:e.labelFontSize,position:e.labelPosition,formatter:$c(e.labelFormatter),width:e.labelWidth,overflow:e.labelOverflow},labelLine:{show:e.labelLineShow,length:e.labelLineLength,length2:e.labelLineLength2},emphasis:{itemStyle:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"},label:{}}}]}}),u=()=>{const L=i.value?Ke:parseFloat(e.legendFontSize);d.value={type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,align:"left",textStyle:{lineHeight:L+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:L}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,formatter:k=>{const{data:R}=s.value[0]||{};let B=0,S,E="0%";if(R)for(const N of R)N.name===k&&(S=+N.value),B+=+N.value;return B&&(E=`${(S/B*100).toFixed(2)}%`),sn(e.legendFormatter,{name:k,value:S,percent:E})}}},y=()=>{i.value=!1},{getGlobalModel:f,setGlobalModel:x}=t.inject(Ie,{getGlobalModel:L=>{},setGlobalModel:(L,k)=>{}}),m=(L=[],k)=>{const{dataset:R}=Ht(L,k);s.value=R},h=(L=[],k)=>{const R=Ht(L,k);s.value=R.dataset};t.watch(()=>e.data,L=>{(e.dataType==="static"||t.unref(n)==="design")&&m(L)},{immediate:!0,deep:!0}),t.watch(()=>[e.legendShow,e.legendOrient,e.legendTop,e.legendLeft,e.legendTextStyleColor,e.labelFontSize,e.legendItemHeight,e.legendItemWidth,e.legendItemGap,e.legendFormatter,e.legendFontSize,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll],()=>{u()},{immediate:!0});const g=t.ref(!1),C=qe(e),p=async()=>{var L,k;if(e.dataType==="request")try{g.value=!0;const R=await C();m((k=(L=R==null?void 0:R.data)==null?void 0:L.data)==null?void 0:k.rows,e.valueTypeDataFieldNames)}catch(R){console.error(R)}finally{g.value=!1}},v=Re(e);x(e.id,{type:e.type,RECORD:""});const b=v("click",L=>{const k=f(e.id);x(e.id,{...k,type:e.type,RECORD:L==null?void 0:L.data})}),w=Ze(e),A=async()=>{var L;try{g.value=!0;const k=await w(),{data:R}=(k==null?void 0:k.data)||{};if(R){const{columns:B=[],rows:S=[]}=((L=k==null?void 0:k.data)==null?void 0:L.data)??{};let E=[];if(B.length>0){const N=B[0],z=B[1];E=S.filter(j=>!!j).map(j=>({name:j[N],value:isNaN(j[z])?0:j[z]||0}))}h(E)}}catch(k){console.error(k)}finally{g.value=!1}},{loadedData:T}=t.inject(kt,{loadedData:{}}),D=t.ref(!1);t.watch(T,L=>{if(e.dataType==="indicator"){const k=ln(e.graphicConfig);k!=null&&k.length&&(!t.unref(D)&&dt(e.graphicConfig,L)?(D.value=!0,O()):dt(e.graphicConfig,L)||(D.value=!1))}},{deep:!0});const O=()=>{switch(e.dataType){case"indicator":dt(e.graphicConfig,t.unref(T))&&A();break;case"request":p();break}};Oe(e,{resetRecord:()=>{const L=e.id,k=f(L);x(L,{...k,RECORD:""})},refreshData:O,click:b}),o({refreshData:O});const{setRequest:_}=t.inject(ze,{setRequest:L=>{}});return typeof _=="function"&&_({id:e.id,requestFn:O,sortNum:e.requestSort}),{option:c,style:r,click:b,onClose:y,loading:g,ecanModal:l}}}),Jh="";function mf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,autoresize:"",onClick:e.click},null,8,["option","onClick"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"])],4)}const Cl=Ce(xe(gf,[["render",mf]])),Sa={...De,id:"",name:"折线图",keyName:"折线图",type:"ecanLine",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:235,type:"类型一"},{name:"名称二",value:280,type:"类型一"},{name:"名称三",value:230,type:"类型一"},{name:"名称四",value:335,type:"类型一"}],titleText:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",titleSubtext:"",titleLeft:"",legendShow:!0,legendOrient:"horizontal",legendTextStyleColor:"#333",legendTop:"top",legendLeft:"center",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],symbolSize:4,lineStyleWidth:2,smooth:!1,xAxisLabelWidth:void 0,xAxisLabelRotate:0,xAxisLabelOverflow:"none",xAxisLabelInterval:0,xAxisSplitLineShow:!0,xAxisSplitAreaShow:!1,xAxisSplitLineInterval:0,xAxisSplitLineStyleColor:"#333",xAxisLabelColor:"#333",xAxisLineShow:!0,xAxisLineStyleColor:"#333",xAxisTickShow:!0,xAxisLabelFormatter:"{value}",xAxisMinInterval:0,yAxisMinInterval:0,yAxisSplitLineShow:!0,yAxisSplitAreaShow:!1,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333",yAxisLineAlwaysDisplay:!1,yAxisLabelFormatter:"{value}",gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},keyTypeDataFieldNames:{name:"name",types:[]},dataFieldConfigType:"value",graphicConfig:{},tooltipShow:!0,tooltipFormatter:"{marker} {a} {c}",toolboxShow:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",areaStyleOpacity:0,areaGradientShow:!1,areaGradientColor:"",isBoundaryGap:!0,yAxisLabelShow:!0,yAxisSplitLineType:"solid",legendItemGap:10,legendItemWidth:25,legendItemHeight:14,legendType:"",shadowColor:"",shadowBlur:0,shadowOffsetY:0,shadowOffsetX:0,legendFontSize:"12px",xAxisLabelFontSize:"12px",yAxisLabelFontSize:"12px",graphicType:"ecanLine",tooltipPosition:"",isShowMarkLine:!1,markLineType:"average",legendFormatter:"{name}",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1,yAxisName:"",xAxisName:"",xAxisMaxValue:null,yAxisMaxValue:null},Ca=Ae(Sa),wl=["click","refreshData","resetRecord"];ot.use([_t.CanvasRenderer,bt.LineChart,Be.ToolboxComponent,Be.TitleComponent,Be.LegendComponent,Be.MarkLineComponent]);const yf=t.defineComponent({name:"EcanLine",props:{...Ca},components:{Spin:qt,Echarts:wt,EcanModal:It},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.ref(),r=t.ref(!1),s=Ee(e),l=t.ref([]),d=t.ref([]),c=t.ref(),u=t.computed(()=>r.value?Ke:12),y=t.ref({});let f;const x=t.ref([]),m=t.computed(()=>{const S=e.xAxisLabelFormatter,E=e.yAxisLabelFormatter;return{textStyle:{fontFamily:t.unref(a)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:r.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var N;r.value=!0,(N=c.value)==null||N.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subText:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},color:e.colors,tooltip:{trigger:"axis",textStyle:{fontSize:u.value},show:e.tooltipShow,formatter:N=>{var M;const z=N.length;let j="",F=e.tooltipFormatter;f=(M=N[0])==null?void 0:M.data,F===""&&(F="{marker} {a} {c}");for(let P=0;P<z;P++){const{marker:H,seriesName:Q,name:V,value:q,data:$}=N[P]||{};if(P===0){let U=V;typeof V=="string"&&V[0]==="0"&&!isNaN(+V)&&(U=(+V).toString()),j+=`${ft(S,U)}<br/>`}j+=_e(F,{textData:{marker:H,name:V,value:q,a:Q,b:V,c:q||0,...$}},{useNewline:!0,useSpace:!0}),j+="<br/>"}return j},position:e.tooltipPosition||void 0},xAxis:{type:"category",boundaryGap:e.isBoundaryGap,data:t.unref(d).map(N=>{let z={};return N&&typeof N=="object"?z={...N}:z={value:N},z}),minInterval:e.xAxisMinInterval,splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor},interval:e.xAxisSplitLineInterval},splitArea:{show:e.xAxisSplitAreaShow},axisLabel:{color:e.xAxisLabelColor,interval:e.xAxisLabelInterval||0,rotate:e.xAxisLabelRotate,width:e.xAxisLabelWidth,overflow:e.xAxisLabelOverflow,fontSize:e.xAxisLabelFontSize,formatter(N){return typeof N=="string"&&N[0]==="0"&&!isNaN(+N)&&(N=(+N).toString()),ft(S,N)}},axisLine:{show:e.xAxisLineShow,lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow},name:e.xAxisName,nameTextStyle:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,align:"left"},max:e.xAxisMaxValue||null},yAxis:{type:"value",minInterval:e.yAxisMinInterval,splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor,type:e.yAxisSplitLineType}},splitArea:{show:e.yAxisSplitAreaShow},axisLabel:{show:e.yAxisLabelShow,fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,formatter(N){return ft(E,N)}},axisLine:{show:e.yAxisLineAlwaysDisplay,lineStyle:{color:e.yAxisLineStyleColor}},name:e.yAxisName,nameTextStyle:{fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,align:"right"},max:e.yAxisMaxValue||null},legend:{type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{lineHeight:(r.value?Ke:parseFloat(e.legendFontSize))+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:r.value?Ke:e.legendFontSize}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,data:t.unref(x).map(N=>({name:N.name,icon:e.legendType})),formatter:N=>sn(e.legendFormatter,{name:N})},series:t.unref(l)}}),h=()=>{r.value=!1},{getGlobalModel:g,setGlobalModel:C}=t.inject(Ie,{getGlobalModel:S=>{},setGlobalModel:(S,E)=>{}}),p=t.computed(()=>e.isShowMarkLine?{markLine:{data:[{type:e.markLineType}]}}:{}),v=(S=[],E=!1)=>{let N;if(e.dataFieldConfigType==="key"){const M=E?e.keyTypeDataFieldNames:null;N=Dt(S,M)}else if(e.dataFieldConfigType==="value"){const M=E?e.valueTypeDataFieldNames:null;N=Ht(S,M)}d.value=N.dimensions,x.value=N.dataset;const z=N.dataset,j=[],F=z.length;for(let M=0;M<F;M++){const P={};e.shadowColor&&(P.shadowColor=e.shadowColor,P.shadowBlur=e.shadowBlur,P.shadowOffsetY=e.shadowOffsetY,P.shadowOffsetX=e.shadowOffsetX),j.push({type:"line",...z[M],symbolSize:e.symbolSize,smooth:e.smooth,areaStyle:{color:e.areaGradientShow?{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.colors[M]},{offset:1,color:e.areaGradientColor||"transparent"}],global:!1}:e.colors[M],opacity:e.areaStyleOpacity},lineStyle:{width:e.lineStyleWidth,...P},...t.unref(p)})}l.value=j},b=(S=[],E,N=!1)=>{const j=Dt(S,N?E:null,!0);d.value=j.dimensions,x.value=j.dataset;const F=j.dataset,M=[],P=F.length;for(let H=0;H<P;H++){const Q={};e.shadowColor&&(Q.shadowColor=e.shadowColor,Q.shadowBlur=e.shadowBlur,Q.shadowOffsetY=e.shadowOffsetY,Q.shadowOffsetX=e.shadowOffsetX),M.push({type:"line",...F[H],symbolSize:e.symbolSize,smooth:e.smooth,areaStyle:{color:e.areaGradientShow?{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.colors[H]},{offset:1,color:e.areaGradientColor||"transparent"}],global:!1}:e.colors[H],opacity:e.areaStyleOpacity},lineStyle:{width:e.lineStyleWidth,...Q},...t.unref(p)})}l.value=M};t.watch(()=>[e.data,e.symbolSize,e.smooth,e.lineStyleWidth,e.areaStyleOpacity,e.areaGradientShow,e.areaGradientColor,e.shadowColor,e.shadowBlur,e.shadowOffsetY,e.shadowOffsetX,e.legendFontSize,e.isShowMarkLine,e.markLineType,e.legendFormatter,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll],([S])=>{(e.dataType==="static"||t.unref(n)==="design")&&v(S)},{immediate:!0,deep:!0});const w=t.ref(!1),A=qe(e),T=async()=>{var S,E;if(e.dataType==="request")try{w.value=!0;const N=await A();v((E=(S=N==null?void 0:N.data)==null?void 0:S.data)==null?void 0:E.rows,!0)}catch(N){console.error(N)}finally{w.value=!1}},D=Re(e);C(e.id,{type:e.type,RECORD:""});const O=D("click",S=>{const E=g(e.id);C(e.id,{...E,type:e.type,RECORD:e.tooltipShow?f:S.data})}),I=S=>{i.value.chart.containPixel("grid",[S.offsetX,S.offsetY])&&O()};e.tooltipShow?y.value["zr:click"]=I:y.value.click=O;const _=Ze(e),L=async()=>{var S;try{w.value=!0;const E=await _(),{columns:N=[],rows:z=[]}=((S=E==null?void 0:E.data)==null?void 0:S.data)??{};let j;N.length>0&&(j={name:N[0],types:N.slice(1).map(F=>({label:F,value:F}))}),b(z,j,!0)}catch(E){console.error(E)}finally{w.value=!1}},k=()=>{switch(e.dataType){case"indicator":L();break;case"request":T();break}};Oe(e,{refreshData:k,resetRecord:()=>{const S=e.id,E=g(S);C(S,{...E,RECORD:""})},click:O});const{setRequest:B}=t.inject(ze,{setRequest:S=>{}});return typeof B=="function"&&B({id:e.id,requestFn:k,sortNum:e.requestSort}),o({refreshData:k}),{option:m,style:s,click:O,loading:w,onClose:h,ecanModal:c,eventObj:y,echartRef:i}}}),e1="";function xf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,t.mergeProps({ref:"echartRef",option:e.option,autoresize:""},t.toHandlers(e.eventObj)),null,16,["option"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"])],4)}const Al=Ce(xe(yf,[["render",xf]])),wa={...De,id:"",name:"柱状图",keyName:"柱状图",type:"ecanBar",width:"400px",height:"400px",top:"",left:"",rotate:"",xAxisLabelFormatter:"{value}",yAxisLabelFormatter:"{value}",yAxisLineAlwaysDisplay:!1,data:[{name:"名称一",value:335,type:"类型一"},{name:"名称二",value:310,type:"类型一"},{name:"名称三",value:310,type:"类型一"}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legendShow:!0,legendTextStyleColor:"#333",legendOrient:"horizontal",legendTop:"top",legendLeft:"center",tooltipShow:!0,tooltipTextStyleColor:"",tooltipFormatter:"{marker} {a} {c}",xAxisSplitLineShow:!0,xAxisSplitLineInterval:0,xAxisSplitAreaShow:!1,xAxisSplitLineStyleColor:"#333",xAxisLabelInterval:0,xAxisLabelColor:"#333",xAxisLabelWidth:void 0,xAxisLabelRotate:0,xAxisLabelOverflow:"none",xAxisLineShow:!0,xAxisLineStyleColor:"#333",xAxisTickShow:!0,xAxisMinInterval:0,yAxisMinInterval:0,yAxisLabelWidth:void 0,yAxisLabelRotate:0,yAxisLabelOverflow:"none",yAxisSplitLineShow:!0,yAxisSplitAreaShow:!1,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333",valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},keyTypeDataFieldNames:{name:"name",types:[]},dataFieldConfigType:"value",barWidth:"40%",gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",graphicConfig:{},toolboxShow:!1,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",isUseHorizontalAxis:!1,axisInverse:!1,xAxisInverse:!1,yAxisInverse:!1,isStack:!1,labelShow:!1,labelFontSize:"12px",labelPosition:"inside",labelColor:"",labelWidth:100,labelOverflow:"none",labelFormatter:"{c}",toolboxLocation:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,gradientShow:!1,gradientColors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientOffset:1,barBorderRadius:"",yAxisLabelShow:!0,yAxisSplitLineType:"solid",xAxisSplitLineType:"solid",legendItemGap:10,legendItemWidth:25,legendItemHeight:14,showBarBackground:!1,legendType:"",legendFontSize:"12px",xAxisLabelFontSize:"12px",yAxisLabelFontSize:"12px",graphicType:"ecanBar",tooltipPosition:"",isShowMarkLine:!1,markLineType:"average",legendFormatter:"{name}",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1,yAxisName:"",xAxisName:"",defaultRangeValue:!1,startValue:"",endValue:"",xAxisMaxValue:null,yAxisMaxValue:null},Aa=Ae(wa),kl=["refreshData","click","resetRecord"];ot.use([_t.CanvasRenderer,bt.BarChart,Be.TitleComponent,Be.LegendComponent,Be.DatasetComponent,Be.ToolboxComponent,Be.MarkLineComponent]);const pf=t.defineComponent({name:"EcanBar",props:{...Aa},components:{Spin:qt,Echarts:wt,EcanModal:It,AModal:ue.Modal},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.inject("usedComponentList",[]),r=t.ref(),s=t.ref(!1),l=t.ref(!1),d=t.ref(null),c=t.ref([]),u=Ee(e),y=t.ref([]),f=t.ref(),x=t.ref({});let m;const h=t.computed(()=>s.value?Ke:12),g=t.computed(()=>{const{gradientShow:Q,gradientColors:V,gradientOffset:q,barBorderRadius:$}=e,U=t.unref(y),J=U.length,re=[];for(let ne=0;ne<J;ne++){const se={...U[ne],type:"bar",barWidth:e.barWidth,showBackground:e.showBarBackground};if(e.isStack&&(se.stack="stack"),se.label={show:e.labelShow,fontSize:e.labelFontSize,position:e.labelPosition,color:e.labelColor,width:e.labelWidth,overflow:e.labelOverflow,formatter:Z=>{let oe="",ee=e.labelFormatter;ee===""&&(ee="{c}");const{seriesName:ae,name:ce,value:ve,data:we}=Z||{};return oe+=_e(ee,{textData:{name:ce,value:ve,a:ae,b:ce,c:ve||0,...we}},{useNewline:!0,useSpace:!0}),oe}},se.itemStyle={},Q&&(se.itemStyle={color:{x:e.isUseHorizontalAxis?1:0,y:0,x2:0,y2:e.isUseHorizontalAxis?0:1,colorStops:[{offset:0,color:e.colors[ne]},{offset:q,color:V[ne]},{offset:1,color:V[ne]}]}}),$){const Z=$.split(",");if(Z!=null&&Z.length){const oe=[];for(const ee of Z){const ae=parseFloat(ee);isNaN(ae)||oe.push(ae)}se.itemStyle.borderRadius=oe}}e.isShowMarkLine&&(se.markLine={data:[{type:e.markLineType}]}),re.push(se)}return re}),C=t.ref([]),p=t.ref(!1),v=t.computed(()=>{const Q=e.yAxisLabelFormatter,V=e.xAxisLabelFormatter;return{textStyle:{fontFamily:t.unref(a)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myLocation:{show:s.value?!1:e.toolboxLocation,title:"快速定位",icon:"path://M512 512m-80 0a80 80 0 1 0 160 0 80 80 0 1 0-160 0Z, M960 480h-33.632C910.752 276.16 747.84 113.248 544 97.632V64a32 32 0 1 0-64 0v33.632C276.16 113.248 113.248 276.16 97.632 480H64a32 32 0 0 0 0 64h33.632C113.248 747.84 276.16 910.752 480 926.368V960a32 32 0 1 0 64 0v-33.632C747.84 910.752 910.752 747.84 926.368 544H960a32 32 0 1 0 0-64zM544 862.368V800a32 32 0 1 0-64 0v62.368C311.424 847.104 176.896 712.576 161.632 544H224a32 32 0 1 0 0-64H161.632C176.896 311.424 311.424 176.896 480 161.632V224a32 32 0 0 0 64 0V161.632c168.576 15.296 303.104 149.792 318.368 318.368H800a32 32 0 1 0 0 64h62.368c-15.264 168.576-149.792 303.104-318.368 318.368z",onclick(){l.value=!0;const q=r.value.chart.getOption(),{xAxis:$}=q||{};$&&$.length&&(c.value=$[0].data)}},myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:s.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var q;s.value=!0,(q=f.value)==null||q.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subtext:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},color:e.colors,tooltip:{trigger:"axis",show:e.tooltipShow,formatter:q=>{var re;const $=q.length;let U="",J=e.tooltipFormatter;m=(re=q[0])==null?void 0:re.data,J===""&&(J="{marker} {a} {c}");for(let ne=0;ne<$;ne++){const{marker:se,seriesName:Z,name:oe,value:ee,data:ae}=q[ne]||{};if(ne===0){let ce=oe;typeof oe=="string"&&oe[0]==="0"&&!isNaN(+oe)&&(ce=(+oe).toString()),U+=`${ft(V,ce)}<br/>`}U+=_e(J,{textData:{marker:se,name:oe,value:ee,a:Z,b:oe,c:ee||0,...ae}},{useNewline:!0,useSpace:!0}),U+="<br/>"}return U},textStyle:{color:e.tooltipTextStyleColor,fontSize:h.value},position:e.tooltipPosition||void 0},legend:{type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{lineHeight:(s.value?Ke:parseFloat(e.legendFontSize))+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:s.value?Ke:e.legendFontSize}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,data:t.unref(y).map((q,$)=>({name:q.name,itemStyle:{color:e.colors[$]},icon:e.legendType})),formatter:q=>sn(e.legendFormatter,{name:q})},xAxis:{type:e.isUseHorizontalAxis?"value":"category",data:e.isUseHorizontalAxis?null:t.unref(T),inverse:e.isUseHorizontalAxis?e.xAxisInverse:e.axisInverse,minInterval:e.xAxisMinInterval,splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor,type:e.xAxisSplitLineType},interval:e.xAxisSplitLineInterval},splitArea:{show:e.xAxisSplitAreaShow},axisLabel:{color:e.xAxisLabelColor,interval:e.xAxisLabelInterval||0,rotate:e.xAxisLabelRotate,width:e.xAxisLabelWidth,overflow:e.xAxisLabelOverflow,fontSize:e.xAxisLabelFontSize,formatter(q){return typeof q=="string"&&q[0]==="0"&&!isNaN(+q)&&(q=(+q).toString()),ft(V,q)}},axisLine:{show:e.xAxisLineShow,lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow},name:e.xAxisName,nameTextStyle:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,align:"left"},max:e.xAxisMaxValue||null},yAxis:{type:e.isUseHorizontalAxis?"category":"value",data:e.isUseHorizontalAxis?t.unref(C):null,inverse:e.isUseHorizontalAxis?e.axisInverse:e.yAxisInverse,minInterval:e.yAxisMinInterval,splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor,type:e.yAxisSplitLineType}},splitArea:{show:e.yAxisSplitAreaShow},axisLabel:{show:e.yAxisLabelShow,fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,rotate:e.yAxisLabelRotate,width:e.yAxisLabelWidth,overflow:e.yAxisLabelOverflow,formatter(q){return ft(Q,q)}},axisLine:{show:e.yAxisLineAlwaysDisplay,lineStyle:{color:e.yAxisLineStyleColor}},name:e.yAxisName,nameTextStyle:{fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,align:"right"},max:e.yAxisMaxValue||null},series:t.unref(g)}}),b=()=>{s.value=!1},w=(Q=[],V=!1)=>{let q={};if(e.dataFieldConfigType==="key"){const $=V?e.keyTypeDataFieldNames:null;q=Dt(Q,$)}else if(e.dataFieldConfigType==="value"){const $=V?e.valueTypeDataFieldNames:null;q=Ht(Q,$)}y.value=q.dataset,C.value=q.dimensions},A=(Q=[],V,q=!1)=>{const U=Dt(Q,q?V:null,!0);e.defaultRangeValue&&Or({props:e,componentList:t.unref(i),getGlobalModel:z},U),y.value=U.dataset,C.value=U.dimensions},T=t.computed(()=>t.unref(C).map(Q=>{let V={};return Q&&typeof Q=="object"?V={...Q}:V={value:Q},V}));t.watch(()=>[e.data,e.labelFormatter,e.legendFormatter,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll],([Q])=>{(e.dataType==="static"||t.unref(n)==="design")&&w(Q)},{immediate:!0,deep:!0});const D=qe(e),O=async()=>{var Q,V;try{p.value=!0;const q=await D();w((V=(Q=q==null?void 0:q.data)==null?void 0:Q.data)==null?void 0:V.rows,!0)}catch(q){console.error(q)}finally{p.value=!1}},I=Ze(e),_=async()=>{var Q;try{p.value=!0;const V=await I(),{columns:q=[],rows:$=[]}=((Q=V==null?void 0:V.data)==null?void 0:Q.data)??{};let U;q.length>0&&(U={name:q[0],types:q.slice(1).map(J=>({label:J,value:J}))}),A($,U,!0)}catch(V){console.error(V)}finally{p.value=!1}},{loadedData:L}=t.inject(kt,{loadedData:{}}),k=t.ref(!1);t.watch(L,Q=>{if(e.dataType==="indicator"){const V=ln(e.graphicConfig);V!=null&&V.length&&(!t.unref(k)&&dt(e.graphicConfig,Q)?(k.value=!0,R()):dt(e.graphicConfig,Q)||(k.value=!1))}},{deep:!0});const R=()=>{switch(e.dataType){case"indicator":dt(e.graphicConfig,t.unref(L))&&_();break;case"request":O();break}},B=(Q,V)=>!!t.unref(c)[V.value].value.includes(Q),S=async()=>{l.value=!1;const Q=r.value.chart.getOption();for(let V=0;V<7;V++)await E(Q,V)},E=(Q,V)=>new Promise(q=>{setTimeout(()=>{const{series:$,color:U,xAxis:J}=Q,re=r.value.chart,{splitArea:ne={}}=J[0]||{};$.forEach((se,Z)=>{const oe=se.data;let ee="";V%2?ee=U[Z]+"a8":ee=U[Z],oe[d.value].itemStyle={color:ee}}),V%2?(ne.show=!0,ne.areaStyle.color=t.unref(c).map((se,Z)=>Z===d.value?"#ff003b26":"")):ne.show=!1,re.setOption({series:$,xAxis:J}),q()},200)});o({refreshData:R});const N=Re(e),{getGlobalModel:z,setGlobalModel:j}=t.inject(Ie,{getGlobalModel:Q=>{},setGlobalModel:(Q,V)=>{}});j(e.id,{type:e.type,RECORD:""});const F=N("click",Q=>{const V=z(e.id);j(e.id,{...V,type:e.type,RECORD:e.tooltipShow?m:Q.data})}),{setRequest:M}=t.inject(ze,{setRequest:Q=>{}});typeof M=="function"&&M({id:e.id,requestFn:R,sortNum:e.requestSort});const P=()=>{const Q=e.id,V=z(Q);j(Q,{...V,RECORD:""})},H=Q=>{r.value.chart.containPixel("grid",[Q.offsetX,Q.offsetY])&&F()};return e.tooltipShow?x.value["zr:click"]=H:x.value.click=F,Oe(e,{refreshData:R,click:F,resetRecord:P}),{option:v,style:u,refreshData:R,click:F,loading:p,onClose:b,ecanModal:f,echartRef:r,handleLocationOk:S,onFilterOption:B,locationVisible:l,locationValue:d,locationNames:c,eventObj:x}}}),n1="",o1="",bf=e=>(t.pushScopeId("data-v-d8caf47f"),e=e(),t.popScopeId(),e),vf={class:"location-wrap"},Sf=bf(()=>t.createElementVNode("div",{class:"location-text"},"选择分类:",-1));function Cf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal"),c=t.resolveComponent("a-select-option"),u=t.resolveComponent("a-select"),y=t.resolveComponent("a-modal");return t.openBlock(),t.createElementBlock("div",{class:"ecan-bar",style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,t.mergeProps({ref:"echartRef",option:e.option,"update-options":{notMerge:!0},autoresize:""},t.toHandlers(e.eventObj)),null,16,["option"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"]),t.createVNode(y,{visible:e.locationVisible,"onUpdate:visible":o[1]||(o[1]=f=>e.locationVisible=f),title:"快速定位",onOk:e.handleLocationOk},{default:t.withCtx(()=>[t.createElementVNode("div",vf,[Sf,t.createVNode(u,{value:e.locationValue,"onUpdate:value":o[0]||(o[0]=f=>e.locationValue=f),style:{width:"100%"},placeholder:"请选择","show-search":"","filter-option":e.onFilterOption},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.locationNames,(f,x)=>(t.openBlock(),t.createBlock(c,{key:x,value:x},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f.value),1)]),_:2},1032,["value"]))),128))]),_:1},8,["value","filter-option"])])]),_:1},8,["visible","onOk"])],4)}const Tl=Ce(xe(pf,[["render",Cf],["__scopeId","data-v-d8caf47f"]])),ka={...De,id:"",name:"散点图",keyName:"散点图",type:"ecanScatter",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:233,value:335},{name:556,value:310},{name:56,value:234}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",tooltipShow:!0,tooltipTrigger:"item",tooltipFormatter:"{marker} {b} {c}",legendShow:!1,legendOrient:"horizontal",legendTextStyleColor:"#333",legendTop:"top",legendLeft:"center",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],symbolSize:10,xAxisSplitLineShow:!0,xAxisSplitAreaShow:!1,xAxisSplitLineInterval:0,xAxisSplitLineStyleColor:"#333",xAxisLineStyleColor:"#333",xAxisTickShow:!0,xAxisLabelColor:"#333",xAxisLabelOverflow:"none",xAxisLabelInterval:0,xAxisLabelWidth:void 0,xAxisLabelRotate:0,xAxisLabelFormatter:"{value}",yAxisSplitLineShow:!0,yAxisSplitAreaShow:!1,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333",yAxisLineAlwaysDisplay:!1,yAxisLabelFormatter:"{value}",dataFieldNames:{name:"name",value:"value"},gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",graphicConfig:{},toolboxShow:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",yAxisLabelShow:!0,yAxisSplitLineType:"solid",xAxisLabelFontSize:"12px",yAxisLabelFontSize:"12px",graphicType:"ecanScatter",tooltipPosition:"",isShowMarkLine:!1,markLineType:"average",yAxisName:"",xAxisName:""},Ta=Ae(ka),Bl=["click","refreshData","resetRecord"];ot.use([_t.CanvasRenderer,bt.ScatterChart,Be.ToolboxComponent,Be.TitleComponent,Be.TooltipComponent,Be.LegendComponent,Be.MarkLineComponent]);const wf=t.defineComponent({name:"EcanScatter",props:{...Ta},components:{Spin:qt,Echarts:wt,EcanModal:It},setup(e){const{pageMode:o,fontFamily:n}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),a=t.ref(!1),i=Ee(e),r=t.ref([]),s=t.ref(),l=t.computed(()=>a.value?Ke:12),d=t.computed(()=>e.isShowMarkLine?{markLine:{data:[{type:e.markLineType}]}}:{}),c=t.computed(()=>{const A=e.xAxisLabelFormatter,T=e.yAxisLabelFormatter;return{textStyle:{fontFamily:t.unref(n)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:a.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var D;a.value=!0,(D=s.value)==null||D.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subtext:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},color:e.colors,xAxis:{splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor},interval:e.xAxisSplitLineInterval},splitArea:{show:e.xAxisSplitAreaShow},axisLabel:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,interval:e.xAxisLabelInterval||0,rotate:e.xAxisLabelRotate,width:e.xAxisLabelWidth,overflow:e.xAxisLabelOverflow,formatter(D){return typeof D=="string"&&D[0]==="0"&&!isNaN(+D)&&(D=(+D).toString()),ft(A,D)}},axisLine:{lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow},name:e.xAxisName,nameTextStyle:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,align:"left"}},yAxis:{splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor,type:e.yAxisSplitLineType}},splitArea:{show:e.yAxisSplitAreaShow},axisLabel:{show:e.yAxisLabelShow,fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,formatter(D){return ft(T,D)}},axisLine:{show:e.yAxisLineAlwaysDisplay,lineStyle:{color:e.yAxisLineStyleColor}},name:e.yAxisName,nameTextStyle:{fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,align:"right"}},tooltip:{show:e.tooltipShow,trigger:e.tooltipTrigger,formatter(D){var R;const{marker:O,seriesName:I}=D,_=((R=D==null?void 0:D.data)==null?void 0:R.record)??{},{name:L,value:k}=_;return _e(e.tooltipFormatter,{textData:{marker:O,seriesName:I,a:I,b:L,c:k,..._}})},axisPointer:{type:"cross"},textStyle:{fontSize:l.value},position:e.tooltipPosition||void 0},legend:{show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{color:e.legendTextStyleColor,fontSize:l.value}},series:[{data:t.unref(r),type:"scatter",symbolSize:e.symbolSize,...t.unref(d)}]}}),{getGlobalModel:u,setGlobalModel:y}=t.inject(Ie,{getGlobalModel:A=>{},setGlobalModel:(A,T)=>{}}),f=(A=[],T)=>{const{name:D="name",value:O="value"}=T||{};r.value=A.map(I=>({value:[I[D],I[O]],record:I}))};t.watch(()=>e.data,A=>{(e.dataType==="static"||t.unref(o)==="design")&&f(A)},{immediate:!0,deep:!0});const x=t.ref(!1),m=qe(e),h=async()=>{var A,T;if(e.dataType==="request"){x.value=!0;try{const D=await m();f((T=(A=D==null?void 0:D.data)==null?void 0:A.data)==null?void 0:T.rows,e.dataFieldNames)}catch(D){console.error(D)}finally{x.value=!1}}},g=()=>{a.value=!1},C=Re(e);y(e.id,{type:e.type,RECORD:""});const p=C("click",A=>{const T=e.id,D=u(T);y(T,{...D,type:e.type,RECORD:A==null?void 0:A.data})});Oe(e,{refreshData:()=>{h()},click:p,resetRecord:()=>{const A=e.id,T=u(A);y(A,{...T,RECORD:""})}});const{setRequest:w}=t.inject(ze,{setRequest:A=>{}});return typeof w=="function"&&w({id:e.id,requestFn:h,sortNum:e.requestSort}),{option:c,style:i,click:p,loading:x,onClose:g,ecanModal:s}}}),i1="";function Af(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,autoresize:"",onClick:e.click},null,8,["option","onClick"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"])],4)}const El=Ce(xe(wf,[["render",Af]])),Ba={...De,id:"",name:"自定义图表",keyName:"自定义图表",type:"ecanCustomGraph",width:"400px",height:"400px",option:{},optionCode:"",graphicType:"ecanCustomGraph"},Ea=Ae(Ba),kf=t.defineComponent({name:"EcanCustomGraph",props:{...Ea},components:{Echarts:wt},setup(e){const o=Ee(e),n=t.ref();return t.watch(()=>e.optionCode,a=>{try{const i=eval;n.value=i(a)}catch(i){console.error(i)}},{immediate:!0}),{style:o,myOption:n,echarts:ds}}});function Tf(e,o,n,a,i,r){const s=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(s,{option:e.myOption,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])],4)}const Dl=Ce(xe(kf,[["render",Tf]])),Da={...De,id:"",name:"组合图表",keyName:"组合图表",type:"ecanComboGraph",width:"400px",height:"400px",data:[{name:"名称一",value:335,type:"类型一"},{name:"名称二",value:410,type:"类型一"},{name:"名称三",value:210,type:"类型一"},{name:"名称一",value:510,type:"类型二"},{name:"名称二",value:731,type:"类型二"},{name:"名称三",value:910,type:"类型二"}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legendShow:!0,legendTextStyleColor:"#333",legendOrient:"horizontal",legendTop:"top",legendLeft:"center",tooltipShow:!0,tooltipTextStyleColor:"",tooltipTrigger:"item",tooltipFormatter:"{marker} {a} {c}",xAxisLabelInterval:0,xAxisSplitLineShow:!0,xAxisSplitAreaShow:!1,xAxisSplitLineInterval:0,xAxisLabelRotate:0,xAxisLabelOverflow:"none",xAxisLabelWidth:void 0,xAxisSplitLineStyleColor:"#333",xAxisLabelColor:"#333",xAxisLineShow:!0,xAxisLineStyleColor:"#333",xAxisTickShow:!0,xAxisMinInterval:0,xAxisLabelFormatter:"{value}",yAxisLabelFormatter:"{value}",yAxisMinInterval:0,yAxisLeftSplitLineShow:!0,yAxisRightSplitLineShow:!0,yAxisSplitAreaShow:!1,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333",yAxisLineAlwaysDisplay:!1,valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},keyTypeDataFieldNames:{name:"name",types:[]},dataFieldConfigType:"value",seriesTypes:[{type:"bar",axisIndex:0},{type:"line",axisIndex:0}],yAxis:[{axisLabelFormatter:"{value}"},{axisLabelFormatter:"{value}"}],gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",graphicConfig:{},toolboxShow:!1,toolboxLocation:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",areaStyleOpacity:0,symbolSize:4,lineStyleWidth:2,smooth:!1,barWidth:"40%",barBorderRadius:"",areaGradientShow:!1,areaGradientColor:"",yAxisLabelShow:!0,yAxisLeftSplitLineType:"solid",yAxisRightSplitLineType:"solid",gradientShow:!1,gradientColors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientOffset:1,legendType:"",legendItemGap:10,legendItemWidth:25,legendItemHeight:14,shadowColor:"",shadowBlur:0,shadowOffsetY:0,shadowOffsetX:0,legendFontSize:"12px",xAxisLabelFontSize:"12px",yAxisLabelFontSize:"12px",graphicType:"ecanComboGraph",tooltipPosition:"",isShowMarkLine:!1,markLineType:"average",legendFormatter:"{name}",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1,yAxisLeftName:"",yAxisRightName:"",xAxisName:"",defaultRangeValue:!1,startValue:"",endValue:"",xAxisMaxValue:null,yAxisMaxValue:null},Ia=Ae(Da),Il=["refreshData","click","resetRecord"];ot.use([_t.CanvasRenderer,bt.BarChart,bt.LineChart,Be.TitleComponent,Be.LegendComponent,Be.DatasetComponent,Be.ToolboxComponent,Be.MarkLineComponent]);const Bf=t.defineComponent({name:"EcanComboGraph",props:{...Ia},components:{Spin:qt,Echarts:wt,EcanModal:It,AModal:ue.Modal},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.inject("usedComponentList",[]),{getGlobalModel:r,setGlobalModel:s}=t.inject(Ie,{getGlobalModel:V=>{},setGlobalModel:(V,q)=>{}}),l=t.ref(),d=t.ref(!1),c=t.ref(!1),u=t.ref(null),y=t.ref([]),f=t.ref({});let x;const m=Ee(e),h=t.ref([]),g=t.ref([]),C=t.ref(),p=t.ref([]),v=t.computed(()=>d.value?Ke:12),b=t.computed(()=>({textStyle:{fontFamily:t.unref(a)},title:{text:e.titleText,subtext:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myLocation:{show:d.value?!1:e.toolboxLocation,title:"快速定位",icon:"path://M512 512m-80 0a80 80 0 1 0 160 0 80 80 0 1 0-160 0Z, M960 480h-33.632C910.752 276.16 747.84 113.248 544 97.632V64a32 32 0 1 0-64 0v33.632C276.16 113.248 113.248 276.16 97.632 480H64a32 32 0 0 0 0 64h33.632C113.248 747.84 276.16 910.752 480 926.368V960a32 32 0 1 0 64 0v-33.632C747.84 910.752 910.752 747.84 926.368 544H960a32 32 0 1 0 0-64zM544 862.368V800a32 32 0 1 0-64 0v62.368C311.424 847.104 176.896 712.576 161.632 544H224a32 32 0 1 0 0-64H161.632C176.896 311.424 311.424 176.896 480 161.632V224a32 32 0 0 0 64 0V161.632c168.576 15.296 303.104 149.792 318.368 318.368H800a32 32 0 1 0 0 64h62.368c-15.264 168.576-149.792 303.104-318.368 318.368z",onclick(){c.value=!0;const V=l.value.chart.getOption(),{xAxis:q}=V||{};q&&q.length&&(y.value=q[0].data)}},myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:d.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var V;d.value=!0,(V=C.value)==null||V.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},color:e.colors,legend:{type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{lineHeight:(d.value?Ke:parseFloat(e.legendFontSize))+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:d.value?Ke:e.legendFontSize}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,data:t.unref(p).map((V,q)=>({name:V.name,itemStyle:{color:e.colors[q]},icon:e.legendType})),formatter:V=>sn(e.legendFormatter,{name:V})},tooltip:{trigger:"axis",show:e.tooltipShow,formatter:V=>{var re;const q=V.length;let $="",U=e.tooltipFormatter;x=(re=V[0])==null?void 0:re.data,U===""&&(U="{marker} {a} {c}");const J=e.seriesTypes;for(let ne=0;ne<q;ne++){const se=J[ne],{tooltipFormatter:Z}=se||{},{marker:oe,seriesName:ee,name:ae,value:ce,data:ve}=V[ne]||{};if(ne===0){let we=ae;typeof ae=="string"&&ae[0]==="0"&&!isNaN(+ae)&&(we=(+ae).toString()),$+=`${ft(e.xAxisLabelFormatter,we)}<br/>`}$+=_e(Z||U,{textData:{marker:oe,name:ae,value:ce,seriesName:ee,a:ee,b:ae,c:ce||0,...ve}},{useNewline:!0,useSpace:!0}),$+="<br/>"}return $},textStyle:{color:e.tooltipTextStyleColor,fontSize:v.value},position:e.tooltipPosition||void 0},xAxis:{minInterval:e.xAxisMinInterval,type:"category",data:t.unref(g).map(V=>{let q={};return V&&typeof V=="object"?q={...V}:q={value:V},q}),splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor},interval:e.xAxisSplitLineInterval},splitArea:{show:e.xAxisSplitAreaShow},axisLabel:{color:e.xAxisLabelColor,interval:e.xAxisLabelInterval||0,rotate:e.xAxisLabelRotate,width:e.xAxisLabelWidth,overflow:e.xAxisLabelOverflow,fontSize:e.xAxisLabelFontSize,formatter(V){return typeof V=="string"&&V[0]==="0"&&!isNaN(+V)&&(V=(+V).toString()),ft(e.xAxisLabelFormatter,V)}},axisLine:{show:e.xAxisLineShow,lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow},name:e.xAxisName,nameTextStyle:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,align:"left"},max:e.xAxisMaxValue||null},yAxis:t.unref(O),series:t.unref(h)})),w=()=>{d.value=!1},A=(V=[],q=!1)=>{let $;if(e.dataFieldConfigType==="key"){const J=q?e.keyTypeDataFieldNames:null;$=Dt(V,J)}else if(e.dataFieldConfigType==="value"){const J=q?e.valueTypeDataFieldNames:null;$=Ht(V,J)}g.value=$.dimensions;const U=$.dataset;p.value=$.dataset,h.value=D(U)},T=(V=[],q,$=!1)=>{const J=Dt(V,$?q:null,!0);e.defaultRangeValue&&Or({props:e,componentList:t.unref(i),getGlobalModel:r},J),g.value=J.dimensions;const re=J.dataset;p.value=J.dataset,h.value=D(re)};function D(V){const q=[],$=V.length,U=e.seriesTypes;for(let J=0;J<$;J++){const re=U[J],{type:ne,axisIndex:se}=re||{};let Z={type:ne,yAxisIndex:se,...V[J]};if(ne==="line"){const oe={};e.shadowColor&&(oe.shadowColor=e.shadowColor,oe.shadowBlur=e.shadowBlur,oe.shadowOffsetY=e.shadowOffsetY,oe.shadowOffsetX=e.shadowOffsetX),Z={...Z,symbolSize:e.symbolSize,smooth:e.smooth,itemStyle:{color:e.colors[J]},areaStyle:{color:e.areaGradientShow?{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.colors[J]},{offset:1,color:e.areaGradientColor||"transparent"}],global:!1}:e.colors[J],opacity:e.areaStyleOpacity},lineStyle:{width:e.lineStyleWidth,...oe}}}if(ne==="bar"){const{gradientShow:oe,gradientColors:ee,gradientOffset:ae}=e,ce={};if(e.barBorderRadius){const ve=e.barBorderRadius.split(",");if(ve!=null&&ve.length){const we=[];for(const ke of ve){const Te=parseFloat(ke);isNaN(Te)||we.push(Te)}ce.borderRadius=we}}oe&&(ce.color={x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.colors[J]},{offset:ae,color:ee[J]},{offset:1,color:ee[J]}]}),Z={...Z,barWidth:e.barWidth,itemStyle:ce}}e.isShowMarkLine&&(Z.markLine={data:[{type:e.markLineType}]}),q.push(Z)}return q}t.watch(()=>[e.data,e.seriesTypes,e.symbolSize,e.smooth,e.areaStyleOpacity,e.lineStyleWidth,e.barWidth,e.barBorderRadius,e.areaGradientShow,e.areaGradientColor,e.gradientShow,e.gradientColors,e.gradientOffset,e.shadowColor,e.shadowBlur,e.shadowOffsetY,e.shadowOffsetX,e.legendFontSize,e.xAxisLabelFormatter,e.isShowMarkLine,e.markLineType,e.legendFormatter,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll],([V])=>{(e.dataType==="static"||t.unref(n)==="design")&&A(V)},{immediate:!0,deep:!0});const O=t.computed(()=>{const V=e.yAxis;return V==null?void 0:V.map((q,$)=>({type:"value",minInterval:e.yAxisMinInterval,splitLine:{show:$===0?e.yAxisLeftSplitLineShow:e.yAxisRightSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor,type:$===0?e.yAxisLeftSplitLineType:e.yAxisRightSplitLineType}},splitArea:{show:e.yAxisSplitAreaShow},axisLabel:{show:e.yAxisLabelShow,fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,formatter(U){return ft(q.axisLabelFormatter,U)}},axisLine:{show:e.yAxisLineAlwaysDisplay,lineStyle:{color:e.yAxisLineStyleColor}},name:$===0?e.yAxisLeftName:e.yAxisRightName,nameTextStyle:{fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,align:$===0?"right":"left"},max:e.yAxisMaxValue||null}))}),I=t.ref(!1),_=qe(e),L=async()=>{var V,q;if(e.dataType==="request")try{I.value=!0;const $=await _();A((q=(V=$==null?void 0:$.data)==null?void 0:V.data)==null?void 0:q.rows,!0)}catch($){console.error($)}finally{I.value=!1}},k=Ze(e),R=async()=>{var V;try{I.value=!0;const q=await k(),{columns:$=[],rows:U=[]}=((V=q==null?void 0:q.data)==null?void 0:V.data)??{};let J;$.length>0&&(J={name:$[0],types:$.slice(1).map(re=>({label:re,value:re}))}),T(U,J,!0)}catch(q){console.error(q)}finally{I.value=!1}},{loadedData:B}=t.inject(kt,{loadedData:{}}),S=t.ref(!1);t.watch(B,V=>{if(e.dataType==="indicator"){const q=ln(e.graphicConfig);q!=null&&q.length&&(!t.unref(S)&&dt(e.graphicConfig,V)?(S.value=!0,E()):dt(e.graphicConfig,V)||(S.value=!1))}},{deep:!0});const E=()=>{switch(e.dataType){case"indicator":dt(e.graphicConfig,t.unref(B))&&R();break;case"request":L();break}},N=(V,q)=>!!t.unref(y)[q.value].value.includes(V),z=async()=>{c.value=!1;const V=l.value.chart.getOption();for(let q=0;q<7;q++)await j(V,q)},j=(V,q)=>new Promise($=>{setTimeout(()=>{const{series:U,color:J,xAxis:re}=V,ne=l.value.chart,{splitArea:se={}}=re[0]||{};U.forEach((Z,oe)=>{const ee=Z.data;let ae="";q%2?ae=J[oe]+"a8":ae=J[oe],ee[u.value].itemStyle={color:ae}}),q%2?(se.show=!0,se.areaStyle.color=t.unref(y).map((Z,oe)=>oe===u.value?"#ff003b26":"")):se.show=!1,ne.setOption({series:U,xAxis:re}),$()},200)});o({refreshData:E});const F=Re(e);s(e.id,{type:e.type,RECORD:""});const M=F("click",V=>{const q=r(e.id);s(e.id,{...q,type:e.type,RECORD:e.tooltipShow?x:V==null?void 0:V.data})}),P=V=>{l.value.chart.containPixel("grid",[V.offsetX,V.offsetY])&&M()};e.tooltipShow?f.value["zr:click"]=P:f.value.click=M;const{setRequest:H}=t.inject(ze,{setRequest:V=>{}});return typeof H=="function"&&H({id:e.id,requestFn:E,sortNum:e.requestSort}),Oe(e,{resetRecord:()=>{const V=e.id,q=r(V);s(V,{...q,RECORD:""})},refreshData:E,click:M}),{style:m,option:b,click:M,loading:I,onClose:w,ecanModal:C,echartRef:l,handleLocationOk:z,onFilterOption:N,locationVisible:c,locationValue:u,locationNames:y,eventObj:f}}}),s1="",c1="",Ef=e=>(t.pushScopeId("data-v-b2e232e1"),e=e(),t.popScopeId(),e),Df={class:"location-wrap"},If=Ef(()=>t.createElementVNode("div",{class:"location-text"},"选择分类:",-1));function Rf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal"),c=t.resolveComponent("a-select-option"),u=t.resolveComponent("a-select"),y=t.resolveComponent("a-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,t.mergeProps({ref:"echartRef",option:e.option,"update-options":{notMerge:!0},autoresize:""},t.toHandlers(e.eventObj)),null,16,["option"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:"",onClick:e.click},null,8,["option","onClick"])]),_:1},8,["spinning"])]),_:1},8,["onClose"]),t.createVNode(y,{visible:e.locationVisible,"onUpdate:visible":o[1]||(o[1]=f=>e.locationVisible=f),title:"快速定位",onOk:e.handleLocationOk},{default:t.withCtx(()=>[t.createElementVNode("div",Df,[If,t.createVNode(u,{value:e.locationValue,"onUpdate:value":o[0]||(o[0]=f=>e.locationValue=f),style:{width:"100%"},placeholder:"请选择","show-search":"","filter-option":e.onFilterOption},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.locationNames,(f,x)=>(t.openBlock(),t.createBlock(c,{key:x,value:x},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f.value),1)]),_:2},1032,["value"]))),128))]),_:1},8,["value","filter-option"])])]),_:1},8,["visible","onOk"])],4)}const Rl=Ce(xe(Bf,[["render",Rf],["__scopeId","data-v-b2e232e1"]])),Ra={...De,id:"",name:"雷达图",keyName:"雷达图",type:"ecanRadar",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:235,type:"类型一"},{name:"名称二",value:280,type:"类型一"},{name:"名称三",value:230,type:"类型一"},{name:"名称四",value:335,type:"类型一"},{name:"名称五",value:435,type:"类型一"},{name:"名称六",value:215,type:"类型一"}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",legendShow:!0,legendOrient:"horizontal",legendTextStyleColor:"#333",legendTop:"top",legendLeft:"center",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},keyTypeDataFieldNames:{name:"name",types:[]},dataFieldConfigType:"value",tooltipShow:!0,tooltipFormatter:"{marker} {a} {c}",toolboxShow:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",areaStyleOpacity:0,legendItemGap:10,legendItemWidth:25,legendItemHeight:14,legendType:"",lineStyleWidth:2,symbolSize:4,labelShow:!1,labelFontSize:"12px",labelPosition:"inside",labelColor:"",labelWidth:100,labelOverflow:"none",labelFormatter:"{value}",axisNameColor:"",legendFontSize:"12px",graphicConfig:{},graphicType:"ecanRadar",tooltipPosition:"",legendFormatter:"{name}",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1,gradientShow:!1,gradientColors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientOffset:1},_a=Ae(Ra),_l=["refreshData","click","resetRecord"];ot.use([_t.CanvasRenderer,bt.RadarChart,Be.ToolboxComponent,Be.TitleComponent,Be.LegendComponent]);const _f=t.defineComponent({name:"EcanRadar",props:{..._a},components:{Spin:qt,Echarts:wt,EcanModal:It},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.ref(),r=t.ref(!1),s=Ee(e),l=t.ref([]),d=t.ref(),c=t.computed(()=>r.value?Ke:12),u=t.ref([]),y=t.ref(e.valueTypeDataFieldNames.name),f=t.computed(()=>{const R=t.unref(u),B=R.length,S=[];for(let E=0;E<B;E++){const{name:N,data:z=[]}=R[E],j=[{name:N,value:z.map(P=>P.value)}];let F=e.colors[E];if(e.gradientShow){const{gradientOffset:P,gradientColors:H}=e;F={x:.7,y:0,x2:0,y2:0,colorStops:[{offset:0,color:e.colors[E]},{offset:P,color:H[E]},{offset:1,color:H[E]}]}}const M={type:"radar",name:N,data:j,areaStyle:{color:F,opacity:e.areaStyleOpacity},tooltip:{trigger:"item"},symbolSize:e.symbolSize,lineStyle:{width:e.lineStyleWidth},label:{show:e.labelShow,fontSize:e.labelFontSize,position:e.labelPosition,color:e.labelColor,width:e.labelWidth,overflow:e.labelOverflow,formatter:P=>{const{data:H,value:Q}=P;let V=0,q="0%";if(H)for(const $ of H.value)V+=+$;return V&&(q=`${(Q/V*100).toFixed(2)}%`),_e(e.labelFormatter,{textData:{value:Q,percent:q}},{useNewline:!1,useSpace:!1})}}};S.push(M)}return S}),x=t.computed(()=>{var N;const R=[],B=[],S=t.unref(u),E=S.length;for(let z=0;z<E;z++){const{data:j=[]}=S[z];for(let F=0;F<j.length;F++)B.push(j[F].value)}if((N=l.value)!=null&&N.length){const z=B!=null&&B.length?Math.max(...B)*1.2:0;for(const j of l.value)R.push({name:j,max:z})}return R}),m=t.computed(()=>({textStyle:{fontFamily:t.unref(a)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:r.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var R;r.value=!0,(R=d.value)==null||R.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subText:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},color:e.colors,tooltip:{trigger:"axis",textStyle:{fontSize:c.value},show:e.tooltipShow,formatter:R=>{let B="",S=e.tooltipFormatter;S===""&&(S="{marker} {a} {c}");for(let E=0;E<t.unref(x).length;E++){const N=t.unref(x)[E],{marker:z,seriesName:j,value:F}=R||{};E===0&&j&&(B+=`${j}<br/>`),B+=_e(S,{textData:{marker:z,name:N.name,value:F[E],a:N.name,b:N.name,c:F[E]||0,type:j}},{useNewline:!0,useSpace:!0}),B+="<br/>"}return B},position:e.tooltipPosition||void 0},radar:{indicator:t.unref(x),axisName:{color:e.axisNameColor}},legend:{type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{lineHeight:(r.value?Ke:parseFloat(e.legendFontSize))+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:r.value?Ke:e.legendFontSize}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,data:t.unref(u).map(R=>({name:R.name,icon:e.legendType})),formatter:R=>sn(e.legendFormatter,{name:R})},series:t.unref(f)})),h=()=>{r.value=!1},{getGlobalModel:g,setGlobalModel:C}=t.inject(Ie,{getGlobalModel:R=>{},setGlobalModel:(R,B)=>{}}),p=(R=[],B=!1)=>{let S;if(e.dataFieldConfigType==="key"){const E=B?e.keyTypeDataFieldNames:null;S=Dt(R,E)}else if(e.dataFieldConfigType==="value"){const E=B?e.valueTypeDataFieldNames:null;S=Ht(R,E)}l.value=S.dimensions,u.value=S.dataset},v=(R=[],B,S=!1)=>{const N=Dt(R,S?B:null,!0);l.value=N.dimensions,u.value=N.dataset};t.watch(()=>[e.data,e.areaStyleOpacity,e.legendFontSize,e.legendFormatter,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll,e.labelFormatter],([R])=>{(e.dataType==="static"||t.unref(n)==="design")&&p(R)},{immediate:!0,deep:!0});const b=t.ref(!1),w=qe(e),A=async()=>{var R,B;if(e.dataType==="request")try{b.value=!0;const S=await w();p((B=(R=S==null?void 0:S.data)==null?void 0:R.data)==null?void 0:B.rows,!0)}catch(S){console.error(S)}finally{b.value=!1}},T=Re(e);C(e.id,{type:e.type,RECORD:""});const D=R=>{const B=R.event.topTarget.__dimIdx;B!==void 0&&T("click",()=>{var z;const{value:S,name:E}=R.data||{},N=g(e.id);C(e.id,{...N,type:e.type,RECORD:{[t.unref(y)]:((z=t.unref(x)[B])==null?void 0:z.name)||"",[E]:S[B],seriesName:E}})})()},O=Ze(e),I=async()=>{var R;try{b.value=!0;const B=await O(),{columns:S=[],rows:E=[]}=((R=B==null?void 0:B.data)==null?void 0:R.data)??{};let N;S.length>0&&(y.value=S[0],N={name:S[0],types:S.slice(1).map(z=>({label:z,value:z}))}),v(E,N,!0)}catch(B){console.error(B)}finally{b.value=!1}},_=()=>{switch(e.dataType){case"indicator":I();break;case"request":A();break}};Oe(e,{refreshData:_,resetRecord:()=>{const R=e.id,B=g(R);C(R,{...B,RECORD:""})},click:D});const{setRequest:k}=t.inject(ze,{setRequest:R=>{}});return typeof k=="function"&&k({id:e.id,requestFn:_,sortNum:e.requestSort}),o({refreshData:_}),{option:m,style:s,click:D,loading:b,onClose:h,ecanModal:d,echartRef:i}}}),f1="";function Lf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{ref:"echartRef",option:e.option,autoresize:"",onClick:e.click},null,8,["option","onClick"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"])],4)}const Ll=Ce(xe(_f,[["render",Lf]])),Of="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAZlBMVEUAAABBltJCldJCldFEk89BltJCltFBldI/lMBKndtmb9pCltNDldFAkclAldNBldJBltM/lM5AltNCldJBldJBlNJBltVBldJBlNJBlNI/lNNBldJBldNAldJBldJBldJBldNBldIiNK7WAAAAInRSTlMAM4BNGmaz5gQGbiAPCV1WQxUpOCY9EmxQSC2jdoacqZK8uPo7tAAAAZ9JREFUSMe90NmOwjAMheGka0J3SulCy/L+Lzk4I+HYhckEKs7dr1x8kQVM5YJMZ7SLiXVHOw817Z72cSns3BmziY7EnGRGjDqUpKt4pEZQKruvyaJt85YmBUebKLJVNUlpq6oOQ1tVVRzbqu6DwFb1NUlsVd3SNL0UDM0jqkaSqoeQqjKmahtQNUzuC1AtU1sF9KHmnmrtrSK6idqBWqE6GFVxFdGvqDGoJ01Qt7rfTEV0e7V6qSK6VjNPtTaqoOq8Ugnqr7aeav+rAuqrTh+qZw3o1urAVcFVQD3U6ZnaYY9MLZk6G5WhDaDFI9UeUPyE7gCNsAdAD9gxoBJ7ARRPUVwALXdu8/h/s3xmjtwUu0/M0M/UJzBjAei3TUTdpmKmcpkBmOHKBNTPzJi59zYJys3DO2aL78YcmNkLgrrM9m9TucwzmoBy08xlju+bgL42G4c5OcxqZSLqbwqXOVNTGXMWFD0ak6KN1ZKaojYmbribndW9MXELNQEFFUyiNqQlmEQ1JqpgErUifUUTUVEIupx1wzpjvWfdsh4FQX8ANe4nnpsb9NEAAAAASUVORK5CYII=",Nf="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWoAAAAuCAYAAAABZlMtAAAAAXNSR0IArs4c6QAAEnVJREFUeF7tXU2MHNdxrqrumd0luRJNi4jIXUeEbcBAfIiM+KLk4BUs2GEOkexA+ZHE5c4yjmAISeSDASc5ZAMESAQkiJPAECKJnP2R8sfAjqEgTgIbpi5RDgogIxAQAbFAWbsrShQoUvxZ7kz3q6jqve7p7pnZmdkf8MBqQezt9+rVq/peT3V1T381CLYZAoaAIWAI3FIEjj52+lNIdKbdTr787t995Z2qMXhLrbPJDQFDwBC4zRGYmj19HyJ9jxnuBIb/SSC6752V2etFWCxQ3+YniblvCBgCtw6BqRPNhwHhH4sWsONfWH9+/j8tUN+6dbGZDQFDwBBQBKZOnvkaMP05AGcJ8yVi98W3Vk69Yo8+7CQxBAwBQ+CWIsA4Ndv8FgB+NTODmd+MiD7/1tLcj3uZZo8+bumC2eSGgCFwOyHwyd/+q7EbVyb/AQEeLPj9ahrxFy405y/2w8IC9e10lpivhoAhcMsQmD713CFu078A4H0dI/j7PN5+cP2Zx29sZZgF6lu2bDaxIWAI3C4IHHnkuXsojn4AAJ/IfUY4u3Zj/2/A2V9NB+FggXoQQtZvCBgChsAOEJiaa97LDv4DAQ7nz6QBnlpfbnxjWLUWqIdFyuQMAUPAEBgRgenZpeMM7p8AYF8YyoD8xNrS/NOjqLJAPQpaJmsIGAKGwJAIfGy2OZ8CP4uAJEMQYdMx/9r68vx3B6k4cqL5JDO8euH5xjkdO2iA9RsChoAhYAiMhsDUyTN/DIx/kI9CuAJMx9eWT748SNPR2TOLCHgSAC6nBJ+5sNg4b4F6EGrWbwgYAobAkAj83G/9Te2dzXqTGR7tDMFVdukD68+fen0rNQfnmgf3p/AdQJjJ5Bjg1fXlxmcsUA+5ACZmCBgChsBWCNw1f3pyLKEXAeBzBbnXawQz5xcbF7Yae/dc8xg5+A4C3FuSY2isrTQWLVDbuWcIGAKGwA4RODbXvDtx8H0G+HQhk355bHzz+BvPPH5lK/VTjzTvhRh+CAAHcznmK5DizNrfNl6VtlED9YfyCwjwGsLMRYSrV/34jY8jtK4hJBsIySaCayEcOQrQ3kRIWghpGyG9A8G18SMA8L5L8M7J/XjFJTiZJgguRYBJYJcgcIo8kSK4MWSWdgBwDpnHvNy4b2NXR2AX/q8h1J1v17Yayhjtr8faXmfGTXZY59i3x5m8HDMCR7rnmm+HTE71xchBXuWEm69jHMaxHIt8GB/JeP+3byevN5Jj/7e2R/7vCBgTJoylPfbyrDJBNhLh8LfqyXRIB2NEjCmT6vHjIgDKxostYiehNKsdmS4i7YuAQMflY8ry8hWI76/KZ3aIPAb9Xkb+069OmJEye0RGbCHZBz/lGEO79xmIsnNSv3/p3qjaPqxcpirIF3ZO5u2aqSzX6a5I5ocD7KrIyaGTlc3N6uNH9SPa5X9vv/rZK57qvF3T9fCrt2DR6qIDfZYrzFf1t4q4Tt8Lg2HxDtNXHMv97Zq/gv8O+xngN6V8RwGEb68tN36l90ncaZ060ZwDhGZJjvlHkOJcFqSlb5RAjQsLC7iwcI7gZw6TBObpwwdo9Y3X6fBHD+HF1gYdPHCELl96Dyf3jdHVpEUH9k3gtQ9atG+sRjc4xYl6TBvXExofq0vwpno9ps0Nh1CLiF1C9XoNWzdTqsVELWaUfbvlsBZF1OaUJCi2naNahMRtxniMKGk7iqMIE04pojolSRvjqEaJcxRFhGnSpqgWEySAFCGl7CgiQtkTxeTSFAmRUiCMyPeTBKXEEcVIzrH2O2aRxzT17ZBKYNU9AWlgJq8nk1f96NKERLMEKcz1ROj1ITofZQkcqn1yrO0SUUU+6BP9iIQsUdfrQUIS++RYgqDYrfZKP8t40iDr+0v6SKIziQYAR/KtNEtk1XGZPu0kVrtJ/c/mAf8tdkVergBYsA/EXGK1TwO47EU/onx6FCZAtZ/IzxP0SowHb5BcRPzeTwictefHvl+3ME73IO16EaqMD+2V/ny+6rgB82X2+Ol3YG8+T7C3OC+I/2V/ivN52HqMy+2hML6DX3l8Ae8unAO+fgF0XTy+O/S3Or4nzh27O/OKAZm/g9a37O+goLl7/fj02vLJJwBQjO27HZ1tStb7h9UgfT3CmcuLjcvF9pECtWbTM+cI3n2XoHUPws3LBIcmSbLmQ60JupRskGbK7Zt0IKmTZsdjLbqe1mhCMuK0RVxPCNgHanYxaSbsEmIXkWbCtZTAEdViyRAloDhsu4jiKCXNVJ3TDzlHEhzlb/k/wihCSrgYtDUYSbbnZaIINcFT+XJQTpk1qPs+DVYIFHtZjT+OJKqlxBhJv3wyQnBU/ZKNSrtEImCU2E6oZxOC7NkHcwmCKp8FXwlseb98qkQvk4+BPpj5jFjaO/rED4maEvykXWJfZx6vR8f7rNbbGvRJqutQgFU/ZP1lDjEXdW6G4Jt++v38/goh/gV5vYj4oJzJe/06D3vQvH2qozC/SPg2xUdk9ZYh86cTBcJ5WggKIbPIgnYxaIRIXUg9iqe2tybrzMfnnwRBJTsoz5e3ZheDTDA/Lo/Lzdfg2jE4v5j0G1/Rn1+cNAT7oJj7mLtS9tFHT/9P8EKPdXwpJ+v2N7N7aH+r9gZ/81je5Wcl1HT5q5caHTXM+pTtLY8r+VtZ190Lxj01yW3h760uN57aah750nBfCn+BCHNFOQZeWl+eL7VVzq6hzEf4MKOGhfDY49y7BJ+8Rx93TB85jHlmnbbxUHoH5kH7/QQnDySoGTZP4DWX4v6JMbyetn3wdtcQxuvI1xMCybT1cUUN+UZCsgfewDrX/GOLWkSt8PhCM+5IMm+HNYixzZuaect4lscW4BAiImgz+iDtMI4kA2d9XJGwwygiStsse0wgwVgywOJjB/KBMuIINVPWjNvLp4k8dtCUzT+OSPS23strxq6RWzPs/Fj6JRMPjxE05dOoSpJZhsxe9hE6SJFAH8tkFwUdx5LxM6KTSKeZt2by/rGCf0whGbzvR5FzYrbq95m1XDS8vMpJphweb2h4L86n8pIOix61Lx+vOKE+BtL5y/rloqefupBJS1CXWEMILvgjuAW79c5ArjY+GnWiiJqpI8MJ6h8YEBE4J7fvCM5fWfztPIp6vUqExwrhtrnz6S8Eu46gXl7B+WtZr0yxEIS8QHY7HhTnE4ZMPpeX08P5zD4EyzwxDRmkNyg8CJHbdu9IFq58r/qlt0TBr8xfCP52Hi+EAT31qN1d9vTK4EOw7GOPvwZ31sXjFvws3QlkeuRjXYAte8TRtb7e7846Vh6byHrrumfrm91Jeb+61qXnnZk/MfM7reyOK7/z2kE/0bOrS3MvDAzSDn5Y/dLQMXzt7ZXGN/uNHSWjHiqam5AhYAgYAoZANwLypSHH+mbHsbxXvjQEfFLe7NgKMwvUdkYZAoaAIbDHCBx9rPkQkn5p2PfNDgvUe7wIpt4QMAQMgX4I9HuzI43wIWEdDoOcZdTDoGQyhoAhYAhsA4ECHbwzmvml6xE+VH2zwzLqbQBsQwwBQ8AQ2AkCSmSJ+Bwg3lnUkzq4Pyu2NKx+y6iHRcrkDAFDwBAYEQFfv0OD9c+WhgZq+LDqLFAPi5TJGQKGgCGwDQRCsP5nQCzWAJFXNhfWlxt/NIzKUQN15Q37BVA6+cMAcPZip+ZTkVqeWSEUc9mEZq77TQSYBoBVgJ+6C+FtALhL2sIm1HP5QYR0He+Cj8J7AHAobeMlAPiIa+P78vXpHQdQ6DvyNerltK33F0pDDxun+/zfoY33JwhXAWDyAIBQ11U+0NSLcjzux40XdAklHSZASDy5jWEsy/vfGwAw5vvGAeAmOxyHcbjpUhwDgE3plv6bwmev+bnlnfFsU/1joLR5GaD2eLninH5MXQxH2SlVPnfY0+Vr7LAl09Rr0HIORcy/b64O+/Gy5TT6QIPP+4NcrVa2UenzmQ4ZX1N9wnxv5/rlfW5pERZ+sM0V9Mv77RD0ejHPt/GAlM/HOAZIEgDZFzY5SmT6rn3c1e79LAj2bijp7z4I83fpqUoOFAi4Z/aU/epnRAwRJJCC3xfcKcCTtXcmGOBSEQfFOSjuOWxv/OqxMN6qHn558/qsb5fNwd6iX1X/9uD4Zt3993tnTkmE6bn1el7NDIvrK43GoNUaJVCL7IfMxJmezERoTRBUmInXOMX9YzGxsBAlAKVxH2aip5ALM7FeS6klzERmbMWyF+ZiRJwzE4WdkHaYiUJqCQxEIYPkdHInr8UHEkqVmShMicBSFL62MhO1BoYTMggpB4Q8S1FZFZ5k4skrQrNWZqISTISMkrMHlWyipJEykzBjGCpzkZGc/KOswyozUcggWqxAGCI5SzEwJgJtG8gzH3szE4WH7mnggRHo2RRKIVeGYSChBCalrGmBPVhgGnr2QGAV+vYiM9GzDYvyHQZimZkY1iFjRm7FTMzJNh2acrnKQcYwlNM6IztUTuE+DMKcQlLtz/VkH5WyXj+uF2Muk+s9LrOvP1Ov4IP+mfnh935cZd4CfTv/YI/MaKx+5Pv4W2U0DmBiensCH7XIhCyN68GIrOCfMyh7MjEr616ksw/N4BwUErffzwCv1Qke2KpS3tRsU0gtv1uaheHc9Qi+tNWXiyMF6v61Pj6FF1s/2btaH+MRtVt7WesjohRgQK0PqUhBw9f60JogUutDmIE+mCNG5DglomqtD6Ha8fZrfURKWRPz+tT60AJKhdoh26/1obTxHdX6kKImQtULtT58DZP+tT5CuNqTWh85g7BY6yIw7rpqbZRrW2TRdEe1PooXm61qfRRrdgQGXSeay8Dt1b4o1SbpqrUR/A01RDK6/o78LdUKqdRiGbbWhxowqLZJd22Y7YffEUcyr0ZEv/iTpbnX+o3s9bqe1J2+QXB/v2A9UqD2aczDCHARs8JMecW8UPMjq5R3MNmgyy7BOyb34wdpgnntD3lcoDVAaj7LdmP+uK61NTyF3IVjrYAnNHKHLI8LNOv21ewk4wbJsjmSmhO++p3UAYk1o/QV7FxKEPs+X1WPwjFjrFXqfA0Qf8vts2jNpkWftMv4UAlPaeZS0IkZfQGnrDZIqEiXHWfV6rL6H6EqXZTPF6rThYzU1+MQ9rKnf0eAnn5epJmrfXKWEzJKpp/1B0q31NgItHAteZT5g5q2k5NbANVfpJD76nbZHYGnbxcp5DktXYOoz+CLFPLQH+bL9Wc1SXzdD1/vQ+s6FefzfRJzCpl5qKRXoJCXMs3stK9WtfOnsG8tZmyVqmv9MsJKVbs8P+6bQXZmy7LIggGdTD9XlFtW7uvS39uv7szZt+RFBvNPcNFfLUQYtuodR7VCXSeDL9+9jGZPRr/vJMiVecPTrcz6fn517pTK6537mzcP51dxPbeqkJTdcfULroP6izWoGeADYv7l1ZX5l/rpUwIM8mLxjRAGOI8JfKlYNa/PKo549TBxQ8AQMAQMAZg+ceZzTPgiMEx6OLgNjI+urTTO9oOnz+t7lyGB+6vBepSM2pbDEDAEDAFDoA8CP31y8dOOWX484G4fq7VS2u+vrjT+dECwlsx6y9f3LFDbaWcIGAKGwC4hMPXos9MYxf9W/KUXBDiz+vE3vwILC1IbsWvr9661A3jy7eXGX8oAC9S7tECmxhAwBAwBQUB+O3E8oRe59NuJ+L0a8ZfPLzbkBd2ewXqf42+GXx/P+7PX9yxQ27llCBgChsAuIyC/Rn5hs/4CsLJMdEPAV5LI/dKF5vzFvo9Cqq/vMb+0tjI/Y4F6lxfI1BkChoAhkCFwdLb5JwjwjQIibxLi599amvtx32Cd/Y4i84+yn+WyQG3nlCFgCBgCe4jA0dnmPAI/m/8EDcIl59wX31459Uq/ae9+rDkDMZzPyqBaoN7DBTLVhoAhYAgIAtOzS8cZ3LdDhQlpusnAv76+PP/dYRCyQD0MSiZjCBgChsAOEfjYidOfTZH+1Rcx0qfWDOieWFuaf3qQagvUgxCyfkPAEDAEdgmBI488dw/F0Q8A4BOZSgT8s9Xlua9vNYUF6l1aAFNjCBgChsAwCEyfeu6Qa9O/I+Bnc3mGsxMHr574v7/+HSm02bVZoB4GWZMxBAwBQ2AXETg21xxPHPw9AzzYUcsvj423j7/xzONXqlNZoN5F8E2VIWAIGALDI8A4Ndv8FgB+tZNZ8+vg6g+svfDYalGPBerhUTVJQ8AQMAR2HYGjs82vf/irJE+F8o/vM/HPry82/tcC9a5DbQoNAUPAENg+AlMnmg8DwWlA+MLaYuO/7NHH9rG0kYaAIWAI7BkCx+aaB88vNuTXBbu2/wfAQwC29PHqBQAAAABJRU5ErkJggg==",Ff="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAaVBMVEUAAABElM9BltJCldJCldFBltJBldJCltFNmrNCmNNFldNAldJBldNBldRBldNBldNBldJCoNFBldJBltNBldJBldJAldJAltJBldJBldJBldNAlNFAldJBlNJAldJBldNBldJBldJBldLfIVowAAAAI3RSTlMAGjJNgGbmswMSCScgDTs/ZAVRK0eYj2s3r3AWveHEhXjeXb5rzlgAAAFqSURBVEjH1dbJVsJAEIXhHjJ05tlEooK8/0NKsbDrFjmHiBD0Lvqcf9PfthRM7xvoZMQuLHZaOejGYLtcdEItzI9oaLg5xIHj5hgcG262oXXcrGzJ23Umg5717C7NKBrAjOMDM8YgCI5ghmEPprUTmMZkrBOtdbJgfpZovho0gwzNOkfTam9k5jSGkKlTMOezWT3VLH5qlg8wQzSbO5jJ28l8Z+YLmZMwuz9lupvNXpjlFTMTZv7vzFSatTDtGnNeYdpNzZTMSJhx5f84m8Y3mSEzJzTVolko3J7Qve+a0J3vntDWffdEaMUQQo1vTWjuuyA0UWvUUarqzuqLUMPt1MD3uKTaTdRwvdrdorpFtfZtH6eyK2F3RS23U3uhlr9VB1TdE1V2h7Vr1O4mdbdera6o+Wq1Vqi2rEktFapGoZopVLVCtVCXag19IBPUiiWpBrojE1QNXZAp1/TYbhKdKVwuWotORKfn9wu/DSc/X9T6qgAAAABJRU5ErkJggg==",Mf="data:image/png;base64,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",La={...De,name:"边框",keyName:"边框",type:"ecanBorder",width:"300px",height:"300px",zIndex:0,fontSize:"16px",fontFamily:"",fontWeight:700,title:"标题",mode:"no-title",borderColor:"#eee",borderRadius:"5",borderStyle:"solid",borderWidth:"2px",backgroundColor:"#ffffff",useBorderModify:!1,textShadow:"",data:{},gradientShow:!1,gradientColor:"",gradientOffset:1,gradientAngle:"180deg",isTransparent:!1,titleMode:"type-1"},Oa=Ae(La),Ol=["click"],zf=t.defineComponent({name:"EcanBorder",props:{...Oa},setup(e){const o=Ee(e,["background"]),n=t.computed(()=>{const{isTransparent:m,gradientShow:h,gradientColor:g,gradientOffset:C,gradientAngle:p,backgroundColor:v}=e;if(h){let b=g;return m&&(b="transparent"),b?{background:`linear-gradient(${p}, ${v}, ${b} ${C*100}%)`}:{}}else return{}}),a=t.computed(()=>{const{events:m}=e;let h={};return m!=null&&m.length&&m.find(C=>C.emit==="showModal")&&(h={cursor:"pointer"}),h}),{theme:i}=t.inject(Pe,{theme:"light"}),r=t.computed(()=>{let m="";switch(e.titleMode){case"type-2":m="2";break}return m}),s=t.computed(()=>new URL(Object.assign({"../../assets/border-title-decoration-left.png":Of,"../../assets/border-title-decoration-left2.png":Nf})[`../../assets/border-title-decoration-left${r.value}.png`],self.location).href),l=t.computed(()=>new URL(Object.assign({"../../assets/border-title-decoration-right.png":Ff,"../../assets/border-title-decoration-right2.png":Mf})[`../../assets/border-title-decoration-right${r.value}.png`],self.location).href),d=t.computed(()=>({width:"100%",height:"100%"})),c=t.computed(()=>{const{borderRadius:m}=e,h=[],g={};if(m){const C=m.split(",");for(const p of C)(+p||+p==0)&&h.push(+p+"px")}return h!=null&&h.length&&(g.borderRadius=h.join(" ")),g}),y=Re(e)("click",()=>{}),f=t.ref([]);t.watch(()=>e.data,m=>{f.value=m},{immediate:!0,deep:!0}),Oe(e,{click:y});const{setGlobalModel:x}=t.inject(Ie,{setGlobalModel:(m,h)=>{}});return x(e.id,{type:e.type,value:f}),{style:o,gradientStyle:n,click:y,borderStyle:d,theme:i,borderRadiusStyle:c,titleLeftIcon:s,titleRightIcon:l,cursorStyle:a}}}),h1="",Rt=e=>(t.pushScopeId("data-v-8dd53b8f"),e=e(),t.popScopeId(),e),Pf=["id"],qf=Rt(()=>t.createElementVNode("div",{class:"top-left border-item"},null,-1)),Vf=Rt(()=>t.createElementVNode("div",{class:"top-right border-item"},null,-1)),Hf=Rt(()=>t.createElementVNode("div",{class:"bottom-left border-item"},null,-1)),jf=Rt(()=>t.createElementVNode("div",{class:"bottom-right border-item"},null,-1)),Wf={class:"title-item"},Gf=["src"],Uf={class:"title"},$f=["src"],Kf=Rt(()=>t.createElementVNode("div",{class:"top-left border-item"},null,-1)),Yf=Rt(()=>t.createElementVNode("div",{class:"top-right border-item"},null,-1)),Zf=Rt(()=>t.createElementVNode("div",{class:"bottom-left border-item"},null,-1)),Qf=Rt(()=>t.createElementVNode("div",{class:"bottom-right border-item"},null,-1)),Jf={key:2,class:"left-title"},Xf={class:"title"};function eu(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",{class:"ecan-border",style:t.normalizeStyle({...e.style,...e.gradientStyle,...e.borderRadiusStyle,...e.cursorStyle}),onClick:o[0]||(o[0]=(...s)=>e.click&&e.click(...s)),id:"container_"+e.id},[e.mode==="no-title"?(t.openBlock(),t.createElementBlock("div",{key:0,class:"no-title",style:t.normalizeStyle(e.borderStyle)},[e.useBorderModify?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[qf,Vf,Hf,jf],64)):t.createCommentVNode("",!0)],4)):t.createCommentVNode("",!0),e.mode==="top-title"?(t.openBlock(),t.createElementBlock("div",{key:1,class:"top-title",style:t.normalizeStyle(e.borderStyle)},[t.createElementVNode("div",{class:t.normalizeClass(["title-item-wrapper",e.titleMode])},[t.createElementVNode("div",Wf,[t.createElementVNode("img",{class:t.normalizeClass(["title-decoration",e.titleMode]),src:e.titleLeftIcon},null,10,Gf),t.createElementVNode("div",Uf,t.toDisplayString(e.title),1),t.createElementVNode("img",{class:t.normalizeClass(["title-decoration",e.titleMode]),src:e.titleRightIcon},null,10,$f)])],2),Kf,Yf,Zf,Qf],4)):t.createCommentVNode("",!0),e.mode==="left-title"?(t.openBlock(),t.createElementBlock("div",Jf,[t.createElementVNode("div",Xf,[t.createElementVNode("span",null,t.toDisplayString(e.title),1)])])):t.createCommentVNode("",!0)],12,Pf)}const Nl=Ce(xe(zf,[["render",eu],["__scopeId","data-v-8dd53b8f"]])),Na={...De,tabHorizontalPadding:"0px",type:"ecanTabs",name:"标签页",keyName:"标签页",width:"500px",height:"400px",tabFontSize:"14px",backgroundColor:"#ffffff",activeTabColor:"#1890ff",tabBackgroundImage:"",activeTabBackgroundImage:"",tabColor:"#333",tabBarGutter:"24px",tabFontWeight:400,value:"",activeKey:0,autoSwitch:!1,autoSwitchInterval:5,containIds:[],tabFlexDirection:"row",data:[{title:"标签1"},{title:"标签2"},{title:"标签3"}],tabAlignItems:"flex-start",tabJustifyContent:"flex-start",tabType:"tabs",tabWidth:"120px",isAutoScroll:!1,scrollSpeed:10,componentList:[],hideTabs:!1},Fa=Ae(Na),Fl=["tabChange"],tu=t.defineComponent({name:"EcanTabs",props:{...Fa},components:{ASelect:ue.Select,ASelectOption:ue.SelectOption,MarqueeScroll:Hn},setup(e){const o=Ee(e),n=t.ref(0);t.watch(()=>e.activeKey,m=>{n.value=m},{immediate:!0});const{pageMode:a}=t.inject(Pe,{pageMode:"normal"});let i=null;const r=()=>{const m=Array.isArray(t.unref(s))?t.unref(s).length-1:0;!e.isAutoScroll&&e.autoSwitch&&m>0&&(i=setInterval(()=>{const h=t.unref(n)+1;h<=m?n.value=h:n.value=0,l.value=t.unref(s)[t.unref(n)],y()},e.autoSwitchInterval*1e3))};t.onMounted(()=>{t.unref(a)!=="design"&&r()}),t.onBeforeUnmount(()=>{clearInterval(i)});const s=t.ref([]),l=t.ref({});t.watch(()=>e.data,m=>{s.value=m,l.value=Array.isArray(m)&&m.length>0?m[0]:{}},{immediate:!0,deep:!0});const d=m=>n.value===m,c=Re(e),{setGlobalModel:u}=t.inject(Ie,{setGlobalModel:(m,h)=>{}});u(e.id,{value:l,activeKey:n});const{emitRefreshPage:y}=t.inject(an,{emitRefreshPage:()=>{}}),f=m=>{let{tab:h,index:g}=m||{};if(m.label){const C=t.unref(s).findIndex(p=>p.title===m.label);C!==-1&&(g=C,h=t.unref(s)[C])}c("tabChange",()=>{!isNaN(+g)&&g!==t.unref(n)&&(l.value=h,n.value=g,y())})()},x=t.computed(()=>{const m=e.componentList.map(h=>parseFloat(h.left)+parseFloat(h.width)).sort((h,g)=>g-h)[0];return{width:m?m+"px":"100%"}});return Oe(e,{tabChange:f}),{style:o,activeKey:n,isActive:d,tabChange:f,myData:s,useImagePath:mt,pageMode:a,scrollWrapStyle:x}}}),m1="",nu=["id"],ou=["onClick"];function au(e,o,n,a,i,r){const s=t.resolveComponent("a-select-option"),l=t.resolveComponent("a-select"),d=t.resolveComponent("marquee-scroll");return t.openBlock(),t.createElementBlock("div",{class:"ecan-tabs",style:t.normalizeStyle(e.style),id:"container_"+e.id},[e.pageMode==="design"||!e.isAutoScroll?t.withDirectives((t.openBlock(),t.createElementBlock("div",{key:0,class:"tabs-header",style:t.normalizeStyle({fontSize:e.tabFontSize,alignItems:e.tabAlignItems,justifyContent:e.tabJustifyContent,flexDirection:e.tabFlexDirection})},[e.tabType==="tabs"?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.myData,(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"tab",style:t.normalizeStyle({padding:`5px ${e.tabHorizontalPadding}`,color:e.isActive(u)?e.activeTabColor:e.tabColor,backgroundImage:e.isActive(u)?e.useImagePath(e.activeTabBackgroundImage,!0):e.useImagePath(e.tabBackgroundImage,!0),marginRight:e.tabFlexDirection==="row"?e.tabBarGutter:null,marginBottom:e.tabFlexDirection==="column"?e.tabBarGutter:null,fontWeight:e.tabFontWeight}),key:u,onClick:t.withModifiers(y=>e.tabChange({tab:c,index:u}),["prevent","stop"])},[t.createElementVNode("div",{class:"tab-inner",style:t.normalizeStyle({borderBottom:!e.activeTabBackgroundImage&&!e.tabBackgroundImage?`1px solid ${e.isActive(u)?e.activeTabColor:"transparent"}`:""})},t.toDisplayString(c.title),5)],12,ou))),128)):e.tabType==="select"?(t.openBlock(),t.createBlock(l,{key:1,value:e.activeKey,style:t.normalizeStyle({width:e.tabWidth})},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myData,(c,u)=>(t.openBlock(),t.createBlock(s,{key:u,value:u,onClick:y=>e.tabChange({tab:c,index:u})},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.title),1)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["value","style"])):t.createCommentVNode("",!0)],4)),[[t.vShow,e.pageMode==="design"||!e.hideTabs]]):t.createCommentVNode("",!0),e.pageMode!=="design"&&e.isAutoScroll?(t.openBlock(),t.createBlock(d,{key:1,visible:e.isAutoScroll,step:e.scrollSpeed,vertical:!1,style:t.normalizeStyle({height:e.height})},{default:t.withCtx(()=>[t.createElementVNode("div",{class:"scroll-wrap",style:t.normalizeStyle(e.scrollWrapStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.componentList,c=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(c.type),t.normalizeProps(t.mergeProps({key:c.id},c)),null,16))),128))],4)]),_:1},8,["visible","step","style"])):t.createCommentVNode("",!0)],12,nu)}const Ml=Ce(xe(tu,[["render",au],["__scopeId","data-v-b95bfc11"]])),Ma={...De,name:"循环列表",type:"ecanCirculate",keyName:"循环列表",width:"300px",height:"300px",zIndex:0,borderColor:"#eee",borderStyle:"solid",borderWidth:"2px",graphicConfig:{},isAutoScroll:!1,scrollSpeed:10,componentList:[],data:[],dataType:"indicator",keyFieldMap:[],unitInterval:15,backgroundColor:"#ffffff",colNum:null,scrollDirection:"horizontal"},za=Ae(Ma),zl=["click","refreshData","resetRecord"];let Pl=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce((o,n)=>(n&=63,n<36?o+=n.toString(36):n<62?o+=(n-26).toString(36).toUpperCase():n>62?o+="-":o+="_",o),"");const iu=t.defineComponent({name:"EcanCirculate",props:{...za,sourceLeft:String,sourceTop:String,sourceWidth:Number},components:{MarqueeScroll:Hn,Skeleton:Vt},setup(e,{expose:o}){const n=t.ref(!1),a=Ee(e,["background"]),i=t.inject("usedComponentList",[]),r=t.inject("isMobile",!1),{getGlobalModel:s,setGlobalModel:l}=t.inject(Ie,{getGlobalModel:T=>{},setGlobalModel:(T,D)=>{}}),d=t.ref([]),c=t.ref({}),{pageMode:u}=t.inject(Pe,{pageMode:"normal"}),y=t.computed(()=>{if(t.unref(r)){const T=document.body.clientWidth,D=e.sourceWidth||parseFloat(e.width);return T/D||1}else return 1});function f(T,D){const O=D.find(I=>I.id===e.id);if(O)for(const I of T)I.left=parseFloat(I.left)-parseFloat(O.sourceLeft||O.left)+"px",I.top=parseFloat(I.top)-parseFloat(O.sourceTop||O.top)+"px"}const x=T=>{const D=T.sort((L,k)=>parseFloat(L.top)-parseFloat(k.top))[0],O=T.sort((L,k)=>parseFloat(L.left)-parseFloat(k.left))[0],I=T.map(L=>parseFloat(L.left)+parseFloat(L.width)).sort((L,k)=>k-L)[0],_=T.map(L=>parseFloat(L.top)+parseFloat(L.height)).sort((L,k)=>k-L)[0];if(O&&I&&D&&_){const L=parseFloat(O.left),k=parseFloat(D.top);return{width:I-L,height:_-k,left:L}}else return{width:0,height:0,left:0}},m=t.ref({}),h=T=>{var N,z;const D=[],{graphicConfig:O,id:I,componentList:_,keyFieldMap:L,unitInterval:k,colNum:R}=e;let B=Le.cloneDeep(_),S=[];if((N=t.unref(i))!=null&&N.length)for(const j of t.unref(i))S.push(j),(z=j==null?void 0:j.componentList)!=null&&z.length&&S.push(...j.componentList);if(O.pageMode==="design"&&O.preview){const{containerMap:j}=O.pageConfig||{};S=O.componentList||[],S.push(e),B=va(j,Le.cloneDeep(S),I)}f(B,S);const E=x(B);if(T!=null&&T.length){const{width:j,left:F,height:M}=E;let P=0,H=0;T.forEach((Q,V)=>{Q.index=V+1;const q=Pl(),$=Le.cloneDeep(B);for(const U of $){const J=L.find(ne=>ne.keyName===U.keyName),re=Pl();if(U.left=(parseFloat(U.left)+P)*t.unref(y)+"px",U.top=(parseFloat(U.top)+H)*t.unref(y)+"px",U.scale=t.unref(y),U.id=re,U.keyName=U.name+"_"+re,U.unitId=q,J!=null&&J.fieldName){const ne=U.text.match(/\{(.+?)\}/g);switch(U.type){case"ecanText":{U.data={value:String(Q[J.fieldName])},ne!=null&&ne.length||(U.text="{value}");break}case"ecanProportion":{U.data={percent:String(Q[J.fieldName])},ne!=null&&ne.length||(U.text="{percent}");break}}}}R&&Q.index%R===0?(P=0,H+=k+M):P+=k+j,D.push(...$),m.value[q]=Q}),c.value={width:((R||T.length)*(j+k)+F)*t.unref(y)+"px"}}d.value=D},g=Ze(e),C=async()=>{var T;try{n.value=!0;const D=await g(),{rows:O=[]}=((T=D==null?void 0:D.data)==null?void 0:T.data)??{};h(O)}catch(D){console.error(D)}finally{n.value=!1}},p=()=>{switch(e.dataType){case"indicator":C();break}};Oe(e,{refreshData:p,resetRecord:()=>{const T=e.id,D=s(T);l(T,{...D,RECORD:""})}}),o({refreshData:p}),l(e.id,{type:e.type,RECORD:""});const{setRequest:b}=t.inject(ze,{setRequest:T=>{}});typeof b=="function"&&b({id:e.id,requestFn:p,sortNum:e.requestSort});const w=Re(e);return{loading:n,style:a,myComponentList:d,scrollWrapStyle:c,pageMode:u,click:T=>{let D=T.target;if(D){let O=D.getAttribute("unitId");for(;!O&&!D.className.includes("ecan-");)D=D.parentElement,O=D.getAttribute("unitId");O&&w("click",()=>{const I=s(e.id);l(e.id,{...I,type:e.type,RECORD:t.unref(m)[O]})})()}}}}}),x1="",ru=["id"];function lu(e,o,n,a,i,r){const s=t.resolveComponent("marquee-scroll"),l=t.resolveComponent("skeleton");return t.openBlock(),t.createElementBlock("div",{class:"ecan-circulate",style:t.normalizeStyle(e.style),id:"container_"+e.id,onClick:o[0]||(o[0]=(...d)=>e.click&&e.click(...d))},[t.createVNode(l,{loading:e.loading},{default:t.withCtx(()=>{var d;return[(d=e.myComponentList)!=null&&d.length?(t.openBlock(),t.createBlock(s,{key:0,visible:e.pageMode!=="design"&&e.isAutoScroll,step:e.scrollSpeed,vertical:e.scrollDirection==="vertical",style:t.normalizeStyle({height:e.height}),wrapStyle:{overflow:"auto"}},{default:t.withCtx(()=>[t.createElementVNode("div",{class:"scroll-wrap",style:t.normalizeStyle(e.scrollWrapStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myComponentList,c=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(c.type),t.normalizeProps(t.mergeProps({key:c.id},c)),null,16))),128))],4)]),_:1},8,["visible","step","vertical","style"])):t.createCommentVNode("",!0)]}),_:1},8,["loading"])],12,ru)}const ql=Ce(xe(iu,[["render",lu],["__scopeId","data-v-7d2188ee"]])),Pa={...De,name:"图片",keyName:"图片",type:"ecanImage",width:"300px",height:"300px",imgUrl:"",target:"self",href:"",linkPage:"",data:{},isHoverStyle:!1,borderRadius:""},qa=Ae(Pa),Vl=["click"],Va=t.defineComponent({name:"EcanImage",props:{...qa},setup(e){const o=Ee(e),n=t.computed(()=>mt(e.imgUrl)),{pageMode:a}=t.inject(Pe,{pageMode:"normal"}),{getGlobalModel:i,setGlobalModel:r}=t.inject(Ie,{getGlobalModel:d=>{},setGlobalModel:(d,c)=>{}}),l=Re(e)("click",()=>{const d=i(e.id);if(r(e.id,{...d,type:e.type,RECORD:e.data||{}}),setTimeout(()=>{r(e.id,{...d,type:e.type,RECORD:{}})},0),!e.linkPage&&!e.href)return;const c=e.linkPage||"",u=Fo(t.unref(a),c),y=e.href;let f=y||u;f=_e(f);const x=e.target;x&&(x!=="event"?window.open(f,"_"+x):window.parent.postMessage({type:"openPage",url:y},"*"))});return Oe(e,{click:l}),{style:o,myImgUrl:n,onClick:l}}}),Hl=()=>{t.useCssVars(e=>({"102827c2":e.isHoverStyle?"pointer":"auto","5de838e7":e.isHoverStyle?"0.6":"1"}))},jl=Va.setup;Va.setup=jl?(e,o)=>(Hl(),jl(e,o)):Hl;const b1="",su=["src"];function cu(e,o,n,a,i,r){return e.myImgUrl!==""?(t.openBlock(),t.createElementBlock("img",{key:0,class:"ecan-image",style:t.normalizeStyle(e.style),src:e.myImgUrl,onClick:o[0]||(o[0]=(...s)=>e.onClick&&e.onClick(...s))},null,12,su)):(t.openBlock(),t.createElementBlock("div",{key:1,class:"image-placeholder",style:t.normalizeStyle(e.style)}," 请上传图片 ",4))}const Wl=Ce(xe(Va,[["render",cu],["__scopeId","data-v-47ea6e7c"]])),Ha={...De,name:"网页",keyName:"网页",type:"ecanIframe",width:"300px",height:"300px",link:"",linkType:"web"},ja=Ae(Ha),du=t.defineComponent({name:"EcanIframe",props:{...ja},setup(e){const o=Ee(e),{contextRequestUrl:n}=t.inject(Pe,{contextRequestUrl:""}),a=t.computed(()=>{let i=_e(e.link);if(e.linkType==="erd"&&i!=null){let r=t.unref(n);r[r.length-1]==="/"?r+="erdReport":r+="/erdReport",i=`${V0||r}?_t=0&uid=${i}`}return i});return{style:o,myLink:a}}}),S1="",fu=["src"];function uu(e,o,n,a,i,r){return e.myLink?(t.openBlock(),t.createElementBlock("iframe",{key:0,src:e.myLink,style:t.normalizeStyle(e.style)},null,12,fu)):(t.openBlock(),t.createElementBlock("div",{key:1,class:"iframe-placeholder",style:t.normalizeStyle(e.style)}," 请填写网页链接 ",4))}const Gl=Ce(xe(du,[["render",uu],["__scopeId","data-v-19bc100c"]])),Wa={...De,zIndex:2,name:"表格",keyName:"表格",type:"ecanTable",width:"400px",height:"240px",bordered:!1,headerFontSize:"14px",headerFontColor:"",fontSize:"14px",isUseSeq:!1,size:"default",headerFontWeight:400,isUseExport:!1,fontWeight:400,columnsFixedNum:0,scrollX:0,paginationShow:!0,isReverse:!1,simple:!1,pageSizeShow:!1,cellBackgroundColor:"",cellFontColor:"",headerBackgroundColor:"",borderColor:"",paginationPosition:"bottomRight",paginationPageSize:10,isUseAction:!1,clickHighlight:!1,filterDropdownHeight:"200px",actionList:[{title:"",href:"",target:"",color:""}],actionColumnWidth:100,columns:[{title:"姓名",dataIndex:"name"},{title:"年龄",dataIndex:"age"},{title:"住址",dataIndex:"address"}],data:[{name:"小明",age:32,address:"福州软件园"},{name:"小红",age:25,address:"福州软件园"}],graphicConfig:{},stripedShow:!1,stripedColor:"#fafafa",isGroupTable:!1,seqWidth:"10%",seqName:"序号",seqIcon:!1,isSummaryFixed:!1,isPageBottom:!1,isShowTotal:!1,hideTableHeader:!1,paginationColor:"",paginationBgColor:"",activePaginationColor:"",activePaginationBgColor:"",hoverBackgroundColor:"",subTotalColumn:"",subTotalName:"小计",isSortByFront:!1},Ga=Ae(Wa),Ul=["click","refreshData","resetRecord","exportTableData"],hu="data:image/png;base64,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",gu="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAABQFJREFUaEPtWt1v21QUv9eJ80FbWmV0adel7ZqyLenSgVYJaQghHhBIICEhoWkvSGgCiQ+JdWMCISEVxAPSoEWT+AN4QTzxzl/Ah8SAQtJ23dKvreuydl3TrIsd23e6xz63LovqeE2BePaLT06ur33O7+dzj8+5lPyHh5I7f4TfPpT6IIuPQSll9XwkWs/J3M7lGQOV7JdpYTxjX206gr4IMiM/CwQDdBhQTZ8VOreOs4//VxD0DWwkBO/kxjqRIkFDHwWZktdQZ2h6AOXlpUUQY3s7BKuCsoxB5ltUalLgYy43pYevu6Vr3SnqKQNZ9ptm9KjK7n5iye/bAkqYyzeuLQjV3OVJIavlMshyKCR03f2HQe5I9AgdpbRkBiP6BSpD6xTYQY+fubsdqjtC0DeQscZBkLERCamgZFveNmMH+9xGjzYu3165KVSzUzmQS8U1t7GBNLU8Kq7pS0HCQ1pjj9nmofPmD/aRoO3A2e/huWzZUM0U9ayB5exoP3iFGT/a3NfH5Y3SulDNTJrp5OpywTVatV6wJy5WIHLgkJkcRR5p2rzcWk8NSTuBSkcEfQMtVzUEgowxQFTLnj+OEBtEeteST6Lu2swVEGcvmUEEXnVW168cR9ZSyYx5vQdTYmxXbxKf5eWqFPWkgSw7GkNrVWa8A2gQkkCdrigQm4Ph8Kuom7j4K4grhSVHT+/2gFh7XNwifeyp+xH0vIEYJU3TjXP8VFiYLaJbSsViK5eTA4Nvoi732y8g3rp5Y7cBcpzfEUHfQC8iOD3+u0goJUlq5zzpP3L0Lc9Q1PMGTv55USSUciCwt9EQlCh5Riz01YKMb+D/fJlwhWA4JHdxuPtSmTcaJcj4BtrfwWg00m1m7enXPYmgb6Bjtri7A6rlolveQeWvMfHFyKh+mj+OpyjqfQPHRzNIIiYZ79WCYH7ib7hkcS6/u/yrYfZ9PVDggwPrp1sp6ht4/zLhKQRZRYUO0qEnhk4hFQLBYAuX7UVeLBvai8E1MMzVEHuRFwu/9mIwLzLAhAZ5WiTbigNFPWng/KWJVfTAfP4y1GfC4bBo4iUHBp/lulh7XHiKt/m4bmlhTqAyb/UCK6rqCik+2N4zTCQPwvWdiV4xD5WkCv9BGbmASlkLQDOIPjl8e1sEPWXglpYz02ELB2MEKmn8KK2uQBv2ymTW5DchZH1tDbzX0toGLTN+9KcyL/Bzc1ubWHYqqgqVckTynwhjNRyr1Pz/fd0HYD5EjctBGcjB+3VTeD9JZ/B1Iw+e+wl11c7UN7DREbTDyqYvQMtZVRVzBxK8xPR5fjYYC6Ju+fpV2BQwO5UTrduyoupcF+/aL8r+3Y8ffonrIpGo0NmXkYK1OaHToiUfG45GLTYSUVVmViAJKaWvxXMNjWxsR00x7qEysJpHsHdRYYZovhiMDfGxuq6JntnV/DSE5sWZvLnlA9ZbA87JVOYY6uL7e4ER/JAkam5DoUQwgRH2HVdphvwpjmvOnH7gHoFjh9c30HJzwyJYjbbl8TH4RqGSJvagMUJBp2zcgTWSH4VFMxh1JHogd+VHKBQxowhMQCGoMV37DFWRox+Kta7avd3qHCn6UBqIRmPLG4KC1dc3qPTK5v9mRkQJEa0ASukP+L+cPvOHCWR9tzHbQXkgBH0DLQ9gTtuwCFZ7PzEb4v9Vyhok3vJyEagIdHxuRHMbKHYyfkcUbQQD7wHq9EAq9LeVYwAAAABJRU5ErkJggg==",mu="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAABMJJREFUaEPtWl1sFFUUPndmlm1LdW1XoGxly7qFYqmIBkxEJDTRRI3RxNhgpDzpkwixJCaEJx588MHQCPrgGwT8SSD4Zkx84DfGEEjU2KpAS6ktZVsKpF0K3Z+55p4798ysGdju0A3Mdu5De/bcn7nnfN/ce+ecy+ABli1fHGsTjz+4fWMPTYMxPptTYrM5WKljBQaW6jGX9mVF8N19p2PimYxBnXq2ZpqfK5kDvCpl/qvSMdC7hPzN9vWkux87AwNn6r3O7pOLRVtT5+/bfVinJS9TOjNvakoeG0mhGF20gLoYIUMtMgcI9TzsEvKhrg0jM52PzYhSe9ylfWCg5RhfINjx9c8RMd/QnapN9v7FP7Dk1aTjPCTk1LDNrIHzfVSduTONcmgeNsPStCyJ/xvijfbQjKXFD87ZZ0qZy+t7hHx4x7rb9yKhp0Wmogx8be+PYeGhCNS+TC89AC7lAPCCw3s1Qr557TqpLv19AeX0xOS9nOxaN/+RWtInW1tQjkRptxE/BxFVYDtVw++2rf8eZcdpqCiCgYG2/32AIOeI6OYvT62jeXO2RVKBv+PgUlTIU+lbpOr/6zzKN8bGS6bjTDtEGxZS08SKZpSra9CvVpEnIt3UaPErpGglGtix55d6ZX/IyH4oX1JYonSZ25kGIc+rCr+pdEP9l1Ec+Oei7Ts+q185RUFlmjwQJVokkqI0JuL43wR4Q+lYYKDfEez86hhhbJraJwLaoT7cYrCkJyaRoitWtxFFe8/9jnXjqbGiVCp3g/qFj9MjVq6Rh6gCis5JA3vP/kFe0TQmEXx2FSHYc/Y3rL8+eq3cABUd3xOCgYF+R7DnjE1R3ahAigYGPuQU5SZ7iU4ybtuE3xEMDHQiGAqHnhBwL1/V+rqC/WHfB0tCMDCw6FmjvA3cTjIFCG7qPvGUmoJuwMdCdlI0XF2FH1nNbS1WHgHAVxSteAM37zvxtEKQA3xUcQgGBvr9HfSCYH+vDBEOD9hf/uVdK+8+emwpxcdARcALVtE5aeClP+1w4GR64jHhv9bnnqFQnBEyMNrqDPKqwK8zGDzbqDqDvCrw6wwGiyCDeCZn+RfpsO2GYGCgnxBUqWeEVpdpMc44JjiRhqMyHfbvxT7KUjbE4xifWxBbRHsoABhCd3VwmJh5+YJMdmYz2ZLZ6kyKLmlOYP9YHM/9WJim4aAc2F6lC+dznwp5f1f7TWpX8QY6XatygXW8ls6dwNgroo3JTUIwNXgFu42OjFCWcuny5PNCF6mvo0CyQk4h+X+EuZXPUHkGUd/YJJd9hZqQHTcvjqj5anpe3rzY2m6viC48KcguBQZaHvItgm4rgco+GXrubaIHY2uEnMlMEwMGrAUlP52jLGVTSxITqdXza0jn3CdTQ5LqMYuWQg5XV6nHnKOFAjT8CPByvatojr7iDXRD9b3uU0+iXocOqmcm6qYmpkiVuiIRakom5DUJANAMY61jTJV/lhlVLHyH+Pvttg0/2GN7v0NaFMHAQHpRKghBm03yVoYodDODw1tENnUi4too+YHxn6jelHcBsjeiR5Xu8O6VGTfWeNV5oujcMdDFreqwIKoi7FE8q14dz8qMKQAc392e84qGl373h2Bg4INH8D9A563p5gHY1gAAAABJRU5ErkJggg==",Ua=t.defineComponent({name:"EcanTable",components:{Skeleton:Vt,AButton:ue.Button,AInput:ue.Input,ACheckboxGroup:ue.CheckboxGroup,ATable:ue.Table,ATableSummary:ue.TableSummary,ATableSummaryRow:ue.TableSummaryRow,ATableSummaryCell:ue.TableSummaryCell},props:{...Ga},setup(e,{expose:o}){const n=t.ref(!1),a=t.computed(()=>{const W=Le.cloneDeep(e.columns);return e.isUseSeq&&W.unshift({title:e.seqName,dataIndex:"SEQ",align:"center",width:e.seqWidth}),e.isUseAction&&W.push({title:"操作",dataIndex:"ACTION",width:e.actionColumnWidth}),W}),i=t.ref(),r=t.ref(!1),s=Ee(e),l=t.ref([]),d=t.computed(()=>e.scrollX),c=t.ref(0),u=()=>{let W=0;switch(e.size){case"small":W=50;break;case"middle":W=53;break;default:W=65;break}return W};t.watchEffect(()=>{var W;(W=l.value)!=null&&W.length&&e.height&&t.nextTick(()=>{let K=parseFloat(e.height);const X=document.querySelector(`#ecanTable-${e.id} .ant-table-tbody`),le=document.querySelector(`#ecanTable-${e.id} thead.ant-table-thead`),de=document.querySelector(`#ecanTable-${e.id} .ant-table-summary`);let ie=0;if(le&&(K-=(le==null?void 0:le.clientHeight)||0),de&&e.isSummaryFixed&&(ie=(de==null?void 0:de.clientHeight)||0,K-=ie),e.paginationShow){let te=0;te=u(),te&&(K-=te)}(X==null?void 0:X.clientHeight)>K?c.value=K:c.value=0,t.nextTick(()=>{if(ie){const te=document.querySelector(`#ecanTable-${e.id} .ant-table-summary`),fe=(te==null?void 0:te.clientHeight)||0;ie!==fe&&t.unref(c)&&(c.value=K+ie-fe)}})})});const y=t.ref([]),f=t.ref([]),x=t.ref([]),m=t.ref([]),h=t.ref(0),g=t.ref(1),C=t.ref(e.paginationPageSize||10),p=t.reactive([]),v=(W,K)=>{let X="";return W.forEach((le,de)=>{const{value:ie,rule:te}=le;le.conditions?X+=`(${v(le.conditions,le.join)})`:ie&&te&&(X+=`value ${te} '${ie}'`),X+=`${de===W.length-1?"":K?" "+K+" ":""}`}),X},b=(W=[])=>{var K,X;if(Array.isArray(W)&&W.length>0){let le=W.length;const de=e.columnsFixedNum;if(e.dataType==="indicator"&&((K=t.unref(a))!=null&&K.length)){const{graphicConfig:{indicators:ie=[]}}=e;W.forEach((te,fe)=>{if(t.unref(a)[fe])for(const Me in t.unref(a)[fe])["dataIndex","title"].includes(Me)||(te[Me]=t.unref(a)[fe][Me]);const ye=ie.find(Me=>Me.label===te.title),{showLabel:Se=""}=ye||{};Se&&(te.title=Se)})}for(let ie=le-1;ie>=0;ie--)(X=W[ie])!=null&&X.isHidden&&W.splice(ie,1);le=W.length;for(let ie=0;ie<le;ie++){const te=W[ie];if(ie<de?te.fixed="left":te.fixed=!1,e.isSortByFront&&te.sorter){const xt=te.dataIndex;te.sorter=(He,rt)=>He[xt]-rt[xt]}const{cellAlign:fe="center",cellColor:ye,dataIndex:Se,title:Me,tableFilter:nt,headerCellAlign:Ct,headerCellColor:Ft,overflow:un,conditions:Mt}=te;nt&&(p.push(Se),te.filterOptionsInputValue="",te.filterCheckboxGroupValue=[],te.customFilterDropdown=!0,te.onFilter=(xt,He)=>He[Se].toString().toLowerCase().includes(xt.toLowerCase())),Mt&&(te.conditionCode=v(Mt)),te.customHeaderCell=()=>({style:{display:"table-cell",verticalAlign:"middle",fontSize:e.headerFontSize,fontWeight:e.headerFontWeight,textAlign:Ct||"center",color:Ft||e.headerFontColor,borderBottomColor:e.borderColor,backgroundColor:e.headerBackgroundColor}}),te.customCell=(xt,He)=>({style:{textAlign:fe,color:ye||e.cellFontColor,backgroundColor:e.cellBackgroundColor,borderBottomColor:e.borderColor},class:{highlight:t.unref(q)===He&&e.clickHighlight},onClick:F("click",()=>{const rt=e.id,En=M(rt);xt={dataIndex:Se,title:Me,...xt},P(rt,{...En,type:e.type,RECORD:xt})})}),un==="ellipsis"?te.ellipsis=!0:te.ellipsis=!1,Array.isArray(te.children)&&b(te.children)}}},w=(W=[])=>{var X;let K=Le.cloneDeep(W);return(X=t.unref(m))!=null&&X.length&&(K=Le.cloneDeep(t.unref(m))),e.isUseSeq&&K.unshift({title:e.seqName,dataIndex:"SEQ",align:"center",width:e.seqWidth}),e.isUseAction&&K.push({title:"操作",dataIndex:"ACTION",width:e.actionColumnWidth}),b(K),K};t.watch(C,()=>{g.value=1,re(!1)}),t.watch(i,W=>{r.value=!!W}),t.watch(()=>[e.columns,e.isUseSeq,e.seqWidth,e.seqName,e.seqIcon,e.isUseAction,e.columnsFixedNum,e.actionColumnWidth,e.cellBackgroundColor,e.headerBackgroundColor,e.borderColor,e.stripedColor],()=>{y.value=w(Le.cloneDeep(e.columns))},{immediate:!0,deep:!0}),t.watch(()=>[e.data,e.dataType],([W,K])=>{K==="static"&&(f.value=W)},{immediate:!0});const A=t.ref({}),T=W=>{if(Array.isArray(W)){const K=W.length,X=p,le=X.length,de={};for(let te=0;te<K;te++){const fe=W[te];for(let ye=0;ye<le;ye++){const Se=X[ye];if(de[Se])de[Se].add(fe[Se]);else{const Me=new Set;Me.add(fe[Se]),de[Se]=Me}}}const ie={};for(const te in de)if(Object.prototype.hasOwnProperty.call(de,te)){const fe=de[te],ye=Array.from(fe);ie[te]=ye.map(Se=>({label:Se,value:Se}))}A.value=ie}};t.watch(()=>[e.isReverse,y.value,f.value],()=>{const W=t.unref(y),K=t.unref(f);if(T(K),e.isReverse){const{columns:X,dataSource:le}=D(Le.cloneDeep(W),Le.cloneDeep(K));x.value=X,l.value=le}else x.value=W,l.value=K},{immediate:!0});const D=(W,K)=>{const X=W[0],le=[{title:X.title,dataIndex:"col0",key:"col0",align:"center"}];for(let ie=0;ie<K.length;ie++){const te=K[ie],fe="col"+(ie+1);le.push({title:te[X.dataIndex],dataIndex:fe,key:fe,align:"center"})}const de=[];for(let ie=1;ie<W.length;ie++){const te=W[ie],fe={col0:te.title};for(let ye=0;ye<K.length;ye++){const Se=K[ye];fe[`col${ye+1}`]=Se[te.dataIndex]}de.push(fe)}return{columns:le,dataSource:de}},O=t.ref(""),I=qe(e),_=async(W=!0,K={})=>{var X;try{W&&(n.value=!0),t.unref(O)&&(K.orderCondition=t.unref(O)),e.paginationShow&&(K={pageNum:t.unref(g),pageSize:t.unref(C)||"10",layer:"1",...K});const le=await I(K),{rows:de=[],total:ie=0}=((X=le==null?void 0:le.data)==null?void 0:X.data)||{};if(h.value=ie,Array.isArray(de)&&(f.value=de),window.config.routerBaseURL.includes("1523545080925487106")){const{requestParams:te=[]}=e,fe=te.find(ye=>ye.key==="dataSqlId");if((fe==null?void 0:fe.value)==="xt_jxzebg"){const ye=de.filter(Se=>!Se.绩效总额).map(Se=>Se.ORG_NAME);ye!=null&&ye.length&&t.nextTick(()=>{ue.notification.warning({message:"提示",description:`当前时段${ye.join("、")}绩效数据为空`,duration:3})})}}}catch(le){console.error(le)}finally{n.value=!1}},L=({current:W},K,X)=>{if(g.value=W,X&&Object.keys(X).length>0){const{field:le,order:de}=X,te={ascend:"asc",descend:"desc"}[de];le!=null&&te!=null&&te?O.value=le+" "+te:te||(O.value="")}e.isSortByFront||re(!1)},k=t.computed(()=>{const W=e.simple,K=[e.paginationPosition],X={};return e.isShowTotal&&(X.showTotal=le=>`共 ${le} 条数据`),e.paginationShow&&{simple:W,position:K,total:t.unref(h),current:t.unref(g),pageSize:t.unref(C)||"10",showSizeChanger:!1,size:"large",...X}}),R=W=>+W==1?"是":+W==0?"否":W,B=(W,K)=>{const{format:X,retentiondigit:le,customFormatter:de,defaultVal:ie}=K;let te="";if(X==null||X==="")te=W;else{const fe={money:No,percentage:Bn,contrast:Bn,boolean:R,decimals:Yc,custom:Lr};fe[X]||(te=""),X==="decimals"?te=fe[X](W,le)||"":X==="custom"?te=fe[X](W,de)||"":te=fe[X](W)||""}return te||(te=ie),te},S=W=>W==="contrast"?"upDown":"",E=W=>{const{text:K,format:X,declineColor:le="#39cf93",increaseColor:de="#ff512e"}=W;if(X==="contrast"){const ie={fontSize:e.fontSize},te=parseFloat(K+"");return te>=0?ie.color=de:te<0&&(ie.color=le),ie}else return{}},N=t.computed(()=>{const{fontSize:W}=e;return{width:W,height:W,textIndent:`-${parseFloat(W)*2}px`,overflow:"hidden"}}),z=W=>{const{text:K,declineColor:X="#39cf93",increaseColor:le="#ff512e"}=W,{fontSize:de}=e,ie=parseFloat(K+""),te={width:de,verticalAlign:"unset"};return ie>=0?te.filter=`drop-shadow(${le||"#ff512e"} ${de} -1px)`:ie<0&&(te.filter=`drop-shadow(${X||"#39cf93"} ${de} -1px)`),te},j=W=>{const K=parseFloat(W+"");if(K>=0)return Vo;if(K<0)return Ho},F=Re(e),{getGlobalModel:M,setGlobalModel:P}=t.inject(Ie,{getGlobalModel:W=>{},setGlobalModel:(W,K)=>{}});P(e.id,{type:e.type,RECORD:""});const H=(W=[],K=[])=>{const X=W.map(le=>({title:le,dataIndex:le,key:le}));m.value=Le.cloneDeep(X),y.value=w(X),f.value=K},Q=Ze(e),V=async(W=!0)=>{var K,X,le,de;try{W&&(n.value=!0);const ie=t.unref(O).split(" "),te={};e.isSortByFront||(te.sort={order:ie[1],field:ie[0]});const fe=await Q(te);H((X=(K=fe==null?void 0:fe.data)==null?void 0:K.data)==null?void 0:X.columns,(de=(le=fe==null?void 0:fe.data)==null?void 0:le.data)==null?void 0:de.rows)}catch(ie){console.error(ie)}finally{n.value=!1}},q=t.ref(-1),$=(W,K)=>({onClick:F("rowClick",()=>{const X=e.id,le=M(X);P(X,{...le,type:e.type,RECORD:W}),q.value=K})}),{loadedData:U}=t.inject(kt,{loadedData:{}}),J=t.ref(!1);t.watch(U,W=>{if(e.dataType==="indicator"){const K=ln(e.graphicConfig);K!=null&&K.length&&(!t.unref(J)&&dt(e.graphicConfig,W)?(J.value=!0,re()):dt(e.graphicConfig,W)||(J.value=!1))}},{deep:!0});const re=(W=!0)=>{switch(e.dataType){case"request":_(W);break;case"indicator":dt(e.graphicConfig,t.unref(U))&&V(W);break}},ne=()=>{const W=e.id,K=M(W);P(W,{...K,type:e.type,RECORD:""})},se=t.computed(()=>{const W=t.unref(x);let K=0;const{subTotalColumn:X,subTotalName:le}=e;X&&(K=W.findIndex(ye=>ye.dataIndex===X),K<0&&(K=0));const de=[];let ie=0;for(let ye=0;ye<W.length;ye++){const Se=W[ye],{isCalcTotal:Me}=Se;ye===K?de.push({...Se,total:le}):Me?(de.push({...Se,index:ye,total:0}),ie++):de.push({...Se})}if(ie===0)return[];const te=t.unref(l),fe=Z(de);for(let ye=0;ye<fe.length;ye++){const Se=fe[ye];let Me=0;const{isCalcTotal:nt,dataIndex:Ct}=Se;if(nt===!0){for(let Ft=0;Ft<te.length;Ft++){const Mt=+te[Ft][Ct];isNaN(Mt)||(Me=new ss.Big(Me).add(Mt).toNumber())}Se.total=Me}}return fe});function Z(W){var X;const K=[];for(const le of W)(X=le.children)!=null&&X.length?K.push(...Z(le.children)):K.push(le);return K}const{setRequest:oe}=t.inject(ze,{setRequest:W=>{}});typeof oe=="function"&&oe({id:e.id,requestFn:re,sortNum:e.requestSort}),o({refreshData:re});const ee=(W="",K)=>_e(W,K),ae=W=>{if(W!=="event")return{self:"_self",blank:"_blank"}[W]},ce=(W,K="")=>{W==="event"&&window.parent.postMessage({type:"openPage",url:K},"*")},ve=(W,K)=>{W(K.filterCheckboxGroupValue)},we=(W,K)=>{W({confirm:!0}),K.filterOptionsInputValue="",K.filterCheckboxGroupValue=[]},ke=()=>{},Te=W=>{const K=W.dataIndex;if(typeof K=="string"){let X=t.unref(A)[K];const le=t.unref(W.filterOptionsInputValue).trim();return Array.isArray(X)?(X=X.filter(de=>typeof de.label=="string"?de.label.toLowerCase().includes(le.toLowerCase()):!0),X):[]}return[]},Ve=async()=>{var Se,Me;const W="EXPORT_KEY";ue.message.loading({key:W,content:"正在导出...",duration:0});let K=[];if(e.dataType==="static")K=e.data;else if(e.dataType==="request"){const nt={layer:"1"};t.unref(O)&&(nt.orderCondition=t.unref(O));const Ct=await I(nt);K=((Me=(Se=Ct==null?void 0:Ct.data)==null?void 0:Se.data)==null?void 0:Me.rows)||{}}const X=t.unref(x),le=[],de=[];X==null||X.forEach(nt=>{le.push(nt.dataIndex),de.push(nt.title)});const ie=K.map(nt=>Le.pick(nt,le)),te=en.utils.book_new(),fe=en.utils.aoa_to_sheet([de]),ye=en.utils.sheet_add_json(fe,ie,{skipHeader:!0,origin:"A2"});en.utils.book_append_sheet(te,ye,"sheet"),en.writeFile(te,"表格数据.xlsx"),ue.message.success({key:W,content:"导出成功"})},Xe=(W,K=2)=>{const X=+W*100;return isNaN(X)||X<=0?0:X>=100?100:X.toFixed(K)};Oe(e,{resetRecord:ne,refreshData:re,exportTableData:Ve});const Qe=(W,K)=>{let X=null;return e.stripedShow&&(X=K%2===1?"table-striped":null),X},Ue=t.computed(()=>{let W=0;const{height:K,isPageBottom:X}=e;return X&&K&&(W=parseFloat(K)-u()),W?W+"px":"100%"}),We=t.computed(()=>{let W="#071655";return e.headerBackgroundColor&&(W="transparent"),W}),Ge=t.computed(()=>{let W="#071655";return(e.cellBackgroundColor||e.stripedShow&&e.stripedColor)&&(W="transparent"),W}),et=t.computed(()=>parseFloat(e.fontSize)+16),tt=t.computed(()=>{let W="";const{paginationColor:K,paginationBgColor:X,activePaginationColor:le,activePaginationBgColor:de,hoverBackgroundColor:ie}=e;return K&&(W+="p-color "),X&&(W+="p-bg-color "),le&&(W+="active-p-color "),de&&(W+="active-p-bg-color "),ie&&(W+="hover-bg-color "),W}),$e=(W,K)=>{const{conditionCode:X}=W;return dn(X,{value:K})};return{x:d,y:c,style:s,customRow:$,pagination:k,formatFn:B,contrastClass:S,tableChange:L,summaryList:se,loading:n,onTouchHrefEvent:ce,handleHref:ee,handleHrefTarget:ae,useRowIndex:q,tableColumns:x,tableDataSource:l,useFilterOptions:Te,useSetSelectedKeys:ve,onResetFilter:we,onSearchFilterOptions:ke,exportTableData:Ve,handleProgressText:Xe,pageSizeVisible:r,pageSize:C,tableRef:i,rowClassName:Qe,tableHeight:Ue,tableHeaderBgColor:We,tableBodyBgColor:Ge,getChgStyle:E,chgBoxStyle:N,getChgBoxImgStyle:z,getChgBoxImgSrc:j,seqIcon1:hu,seqIcon2:gu,seqIcon3:mu,iconSize:et,containerClass:tt,getCellStyle:(W,K)=>{const{overflow:X,conditionCode:le,attribute:de}=W,ie={};return X==="ellipsis"&&(ie.overflow="hidden",ie.textOverflow="ellipsis"),le&&(de!=null&&de.color)&&$e(W,K)&&(ie.color=de.color),de!=null&&de.icon&&(W==null?void 0:W.cellAlign)==="right"&&(ie.display="flex",ie.alignItems="center",ie.justifyContent="flex-end"),ie},isMatchCondition:$e,getAttrImgSrc:W=>{const{attribute:K}=W;let X="";return K!=null&&K.icon&&(X=mt(K.icon)),X},getAttrImgStyle:W=>{let K={};return(W==null?void 0:W.cellAlign)==="right"?K={marginRight:"5px"}:K={position:"absolute",marginLeft:"5px"},{width:"auto",height:parseFloat(e.fontSize)+6+"px",...K}}}}}),$l=()=>{t.useCssVars(e=>({"0de7b3a0":e.stripedColor,"08a5a8e7":e.tableHeaderBgColor,"6398a49c":e.tableBodyBgColor,"7613c960":e.paginationBgColor,dc2e69b6:e.paginationColor,"353ecc0c":e.activePaginationBgColor,"10f60b82":e.activePaginationColor,ca614f86:e.hoverBackgroundColor}))},Kl=Ua.setup;Ua.setup=Kl?(e,o)=>($l(),Kl(e,o)):$l;const w1="",A1="",yu=e=>(t.pushScopeId("data-v-c2087b7c"),e=e(),t.popScopeId(),e),xu=["id"],pu={key:0,class:"table-tool"},bu=t.createTextVNode("导出数据"),vu=t.createTextVNode(" 搜索 "),Su=t.createTextVNode(" 重置 "),Cu=["src","width","height"],wu=["src","width","height"],Au=["src","width","height"],ku={key:1},Tu={key:1,class:"action-list"},Bu=["href","target","onClick"],Eu={key:2,class:"progress-cell"},Du=["src"],Iu=["title"],Ru=["title"],_u=["src"],Lu=["title"],Ou=["src"],Nu=["src"],Fu={class:"ant-pagination-options-quick-jumper"},Mu=yu(()=>t.createElementVNode("span",null,"条 / 页",-1));function zu(e,o,n,a,i,r){const s=t.resolveComponent("a-button"),l=t.resolveComponent("a-input"),d=t.resolveComponent("a-checkbox-group"),c=t.resolveComponent("a-table-summary-cell"),u=t.resolveComponent("a-table-summary-row"),y=t.resolveComponent("a-table-summary"),f=t.resolveComponent("a-table"),x=t.resolveComponent("skeleton");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["ecan-table",e.containerClass]),id:"ecanTable-"+e.id,style:t.normalizeStyle(e.style)},[t.createVNode(x,{loading:e.loading},{default:t.withCtx(()=>{var m;return[e.isUseExport?(t.openBlock(),t.createElementBlock("div",pu,[t.createVNode(s,{class:"export-button",onClick:e.exportTableData},{default:t.withCtx(()=>[bu]),_:1},8,["onClick"])])):t.createCommentVNode("",!0),t.createVNode(f,{ref:"tableRef",class:"table",style:t.normalizeStyle({height:e.tableHeight}),columns:e.tableColumns,"data-source":e.tableDataSource,bordered:e.bordered,size:e.size,customRow:e.customRow,scroll:e.y?{x:e.x,y:e.y}:{},pagination:e.pagination,"row-class-name":e.rowClassName,"show-header":!e.hideTableHeader,onChange:e.tableChange},{customFilterDropdown:t.withCtx(({column:h,selectedKeys:g,setSelectedKeys:C,confirm:p,clearFilters:v})=>[t.createElementVNode("div",{class:"ecan-table-filter",style:t.normalizeStyle({height:e.filterDropdownHeight})},[t.createVNode(l,{value:h.filterOptionsInputValue,"onUpdate:value":b=>h.filterOptionsInputValue=b,placeholder:"请输入关键字",class:"filter-input",onChange:e.onSearchFilterOptions},null,8,["value","onUpdate:value","onChange"]),t.createVNode(d,{value:h.filterCheckboxGroupValue,"onUpdate:value":b=>h.filterCheckboxGroupValue=b,class:"filter-checkbox",options:e.useFilterOptions(h),onChange:b=>e.useSetSelectedKeys(C,h)},null,8,["value","onUpdate:value","options","onChange"]),t.createElementVNode("div",null,[t.createVNode(s,{type:"primary",size:"small",style:{width:"90px","margin-right":"8px"},onClick:()=>p()},{default:t.withCtx(()=>[vu]),_:2},1032,["onClick"]),t.createVNode(s,{size:"small",style:{width:"90px"},onClick:t.withModifiers(b=>e.onResetFilter(v,h),["stop"])},{default:t.withCtx(()=>[Su]),_:2},1032,["onClick"])])],4)]),bodyCell:t.withCtx(({column:h,index:g,text:C,record:p})=>{var v,b,w,A,T,D;return[h.dataIndex==="SEQ"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.seqIcon?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[g===0?(t.openBlock(),t.createElementBlock("img",{key:0,class:"seq-icon",src:e.seqIcon1,width:e.iconSize,height:e.iconSize},null,8,Cu)):g===1?(t.openBlock(),t.createElementBlock("img",{key:1,class:"seq-icon",src:e.seqIcon2,width:e.iconSize,height:e.iconSize},null,8,wu)):g>=2?(t.openBlock(),t.createElementBlock("img",{key:2,class:"seq-icon",src:e.seqIcon3,width:e.iconSize,height:e.iconSize},null,8,Au)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:"seq-icon seq-text",style:t.normalizeStyle({fontSize:e.fontSize})},t.toDisplayString(g+1),5)],64)):(t.openBlock(),t.createElementBlock("span",ku,t.toDisplayString(g+1),1))],64)):h.dataIndex==="ACTION"?(t.openBlock(),t.createElementBlock("div",Tu,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.actionList,(O,I)=>(t.openBlock(),t.createElementBlock("div",{class:"action",key:I},[t.createElementVNode("a",{href:e.handleHref(O.href,p),target:e.handleHrefTarget(O.target),style:t.normalizeStyle({color:O.color,fontSize:e.fontSize,fontWeight:e.fontWeight}),onClick:_=>e.onTouchHrefEvent(O.target,e.handleHref(O.href,p))},t.toDisplayString(O.title),13,Bu)]))),128))])):h.format==="progress"?(t.openBlock(),t.createElementBlock("div",Eu,[t.createElementVNode("div",{class:"progress",style:t.normalizeStyle({background:h.progressColor||"#1890ff",height:h.progressWidth||"18px",width:`${e.handleProgressText(C,h.progressTextDecimalPlaces)}%`})},null,4),t.createElementVNode("div",{class:"progress-text",style:t.normalizeStyle({color:+e.handleProgressText(C)<100?h.progressTextColor||"#333":h.progressFinishedTextColor||"#fff"})},t.toDisplayString(e.handleProgressText(C,h.progressTextDecimalPlaces))+"% ",5)])):(t.openBlock(),t.createElementBlock("div",{key:3,style:t.normalizeStyle({fontSize:e.fontSize,fontWeight:e.fontWeight,...e.getCellStyle(h,C)})},[e.isMatchCondition(h,C)&&(h==null?void 0:h.cellAlign)==="right"&&((v=h==null?void 0:h.attribute)!=null&&v.icon)?(t.openBlock(),t.createElementBlock("img",{key:0,style:t.normalizeStyle(e.getAttrImgStyle(h)),src:e.getAttrImgSrc(h)},null,12,Du)):t.createCommentVNode("",!0),h.format==="contrast"?(t.openBlock(),t.createElementBlock("span",{key:1,title:((b=h==null?void 0:h.customFormatter)==null?void 0:b.split("{value}")[0])||""},t.toDisplayString(((w=h==null?void 0:h.customFormatter)==null?void 0:w.split("{value}")[0])||""),9,Iu)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:t.normalizeClass([e.contrastClass(h.format)]),style:t.normalizeStyle(e.getChgStyle({...h,text:C})),title:h.format!=null?e.formatFn(C,h):C},[h.format==="contrast"?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle(e.chgBoxStyle)},[t.createElementVNode("img",{style:t.normalizeStyle(e.getChgBoxImgStyle({...h,text:C})),src:e.getChgBoxImgSrc(C)},null,12,_u)],4)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(h.format!=null?e.formatFn(C,h):C||(h==null?void 0:h.defaultVal)),1)],14,Ru),h.format==="contrast"?(t.openBlock(),t.createElementBlock("span",{key:2,title:((A=h==null?void 0:h.customFormatter)==null?void 0:A.split("{value}")[1])||""},t.toDisplayString(((T=h==null?void 0:h.customFormatter)==null?void 0:T.split("{value}")[1])||""),9,Lu)):t.createCommentVNode("",!0),e.isMatchCondition(h,C)&&(h==null?void 0:h.cellAlign)!=="right"&&((D=h==null?void 0:h.attribute)!=null&&D.icon)?(t.openBlock(),t.createElementBlock("img",{key:3,style:t.normalizeStyle(e.getAttrImgStyle(h)),src:e.getAttrImgSrc(h)},null,12,Ou)):t.createCommentVNode("",!0)],4))]}),summary:t.withCtx(()=>[e.summaryList.length>0?(t.openBlock(),t.createBlock(y,{key:0,fixed:e.isSummaryFixed},{default:t.withCtx(()=>[t.createVNode(u,null,{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.summaryList,(h,g)=>(t.openBlock(),t.createBlock(c,{key:g,index:g,style:t.normalizeStyle({backgroundColor:e.cellBackgroundColor,textAlign:h.cellAlign||"center",color:e.cellFontColor,borderBottomColor:e.borderColor})},{default:t.withCtx(()=>[t.createElementVNode("span",{class:t.normalizeClass([e.contrastClass(h.format)]),style:t.normalizeStyle({...e.getChgStyle({...h,text:h.total}),fontSize:e.fontSize,fontWeight:e.fontWeight})},[h.format==="contrast"?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle(e.chgBoxStyle)},[t.createElementVNode("img",{style:t.normalizeStyle(e.getChgBoxImgStyle({...h,text:h.total})),src:e.getChgBoxImgSrc(h.total)},null,12,Nu)],4)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString((h.format!=null||h.format!=="")&&e.formatFn(h.total,h)),1)],6)]),_:2},1032,["index","style"]))),128))]),_:1})]),_:1},8,["fixed"])):t.createCommentVNode("",!0)]),_:1},8,["style","columns","data-source","bordered","size","customRow","scroll","pagination","row-class-name","show-header","onChange"]),e.paginationShow?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[(m=e.tableDataSource)!=null&&m.length&&!e.simple&&e.pageSizeShow&&e.pageSizeVisible?(t.openBlock(),t.createBlock(t.Teleport,{key:0,to:"#ecanTable-"+e.id+" .ant-pagination"},[t.createElementVNode("div",Fu,[t.withDirectives(t.createElementVNode("input",{type:"text","onUpdate:modelValue":o[0]||(o[0]=h=>e.pageSize=h)},null,512),[[t.vModelText,e.pageSize]]),Mu])],8,["to"])):t.createCommentVNode("",!0)],64)):t.createCommentVNode("",!0)]}),_:1},8,["loading"])],14,xu)}const Yl=Ce(xe(Ua,[["render",zu],["__scopeId","data-v-c2087b7c"]])),$a={...De,mapJson:null,data:[],name:"地图",keyName:"地图",type:"ecanMap",width:"400px",height:"400px",backgroundImage:"",backgroundImageRepeat:"no-repeat",geoBackgroundImage:"",geoBackgroundImageRepeat:"no-repeat",symbolImage:"",symbolWidth:10,symbolHeight:10,itemStyleColor:"#11BFDA",labelFontSize:14,labelShow:!0,geoLabelShow:!0,geoLabelColor:"#000",geoZoom:1,geoRoam:!1,geoCenter:"",geoLabelFontSize:12,labelColor:"",labelFormatter:"{b}",geoItemStyleAreaColor:"#eee",geoItemStyleBorderColor:"#000",geoItemStyleBorderWidth:1,geoItemStyleShadowColor:"",geoItemStyleShadowOffsetX:0,geoItemStyleShadowOffsetY:0,geoItemStyleShadowBlur:0,geoEmphasisDisabled:!1,geoEmphasisLabelColor:"#fff",geoEmphasisItemStyleAreaColor:"#f00",geoEmphasisItemStyleBorderColor:"#000",tooltipShow:!0,tooltipTextStyleColor:"",tooltipFormatter:"{name}:{value}",tooltipRequestData:{requestUrl:"",requestMethod:"get",requestParams:[]},tooltipBackgroundColor:"#fff"},Ka=Ae($a),Zl=["click"];ot.use([_t.CanvasRenderer,bt.MapChart,bt.ScatterChart,Be.VisualMapComponent,Be.TooltipComponent,Be.GraphicComponent]);const Pu=t.defineComponent({name:"EcanMap",components:{Echarts:wt},props:{...Ka},setup(e){const o=qe(e),n=qe({...e.tooltipRequestData,requestHeaders:{}}),a=t.ref(),i=t.ref(""),r=t.ref(""),s=Ee(e,["backgroundImage"]),l=t.ref(),d=t.computed(()=>mt(e.geoBackgroundImage)),c=t.computed(()=>mt(e.backgroundImage)),u=t.computed(()=>e.geoBackgroundImage?{image:t.unref(l),repeat:e.geoBackgroundImageRepeat}:e.geoItemStyleAreaColor),y=t.computed(()=>{const k=e.symbolImage;return e.symbolImage?"image://"+mt(k):"circle"}),f=k=>{let R=e.tooltipFormatter;const B=R.match(/\{(.+?)\}/g);if(B==null||B.length===0)return R;for(let S=0;S<B.length;S++){const E=B[S];let N=E.slice(1,-1).trim();const z=/[\u4e00-\u9fa5a-z-_A-Z0-9]*/g,j=N.match(z);for(let F=0;F<j.length;F++){const M=j[F],P=k[M];P!=null&&(N=N.replace(M,P))}R=R.replace(E,N)}return R.split(`
119
+ </span>`)}else e.format==="percent"?(q=+q,isNaN(q)||(q=(q*100).toFixed(2),E=E.replace(P,`<span class="${j}" style="color:${h(q)||e.variableColor};font-size:${t.unref(r)};${t.unref(f)}">${q}%</span>`))):e.format==="money"?(q=+q,isNaN(q)||(q=No(q),E=E.replace(P,`<span class="${j}" style="color:${h(q)||e.variableColor};font-size:${t.unref(r)};${t.unref(f)}">${q}</span>`))):$==="thousands"?(q=+q,isNaN(q)||(q=Kc(q),E=E.replace(P,`<span class="${j}" style="color:${h(q)||e.variableColor};font-size:${t.unref(r)};${t.unref(f)}">${q}</span>`))):E=E.replace(P,`<span class="${j}" style="color:${h(q)||e.variableColor};font-size:${t.unref(r)};${t.unref(f)}">${q}</span>`)}}if(z||(z=`<span class="${j}" style="color: ${h(E)};${t.unref(f)}">${E}</span>`),e.unitShow&&e.unitText){const{unitTop:M,unitLeft:P}=e;let H="position:relative;";M&&(H+=`top:${M};`),P&&(H+=`margin-left:${P};`),z+=`<span style='color:${e.unitColor};font-size:${e.unitFontSize};font-weight:${e.unitFontWeight};${H};${t.unref(f)}'>${e.unitText}</span>`}return e.showEllipsis&&(z=`<span class="show-ellipsis" style="display: inline-block;">${z}</span>`),z});function h(R){let B="",S=!1;const{targetValue:E,targetShow:N,notExpectColor:z}=e;if(N){switch(e.targetRule){case"equal":R!==E&&(S=!0);break;case"greater":R<=E&&(S=!0);break;case"greater_equal":R<E&&(S=!0);break;case"less":R>=E&&(S=!0);break;case"less_equal":R>E&&(S=!0);break}S&&(B=z)}return B}const{pageMode:g}=t.inject(Pe,{pageMode:"normal"}),C=qe(e),p=t.ref(!1),v=async()=>{var R;try{p.value=!0;const B=await C();i.value=((R=B==null?void 0:B.data)==null?void 0:R.data)||{}}catch(B){console.error(B)}finally{p.value=!1}},b=(R={})=>{i.value=R},w=R=>{const B=e.id,S=l(B);d(B,{...S,value:R||"",RECORD:R||""})},A=()=>{w("")},T=Ze(e),D=async()=>{var R,B;try{p.value=!0;const S=await T(),{data:E}=(S==null?void 0:S.data)||{};if(E){n.value=!1;const{columns:N=[],rows:z=[]}=((R=S==null?void 0:S.data)==null?void 0:R.data)??{},{graphicConfig:j}=e;let F={};if(N.length>0)if((B=j==null?void 0:j.dimensionList)!=null&&B.length){const M=N[0];M&&(z!=null&&z.length)&&(F={value:z[0][M]})}else{const M=N.find(P=>!!P);M&&(F={value:isNaN(z[M])?0:z[M]||0})}w(F==null?void 0:F.value),b(F)}else n.value=!0,w("NaN"),b({value:"NaN"})}catch(S){console.error(S)}finally{p.value=!1,y(e.id,!0)}},O=()=>{switch(e.dataType){case"indicator":D();break;case"request":{const{openCustomRequestData:R,customRequestName:B,customRequestField:S}=e;if(R||R===void 0)v();else{const E=u(B);E&&(i.value={[S]:E[S]})}break}}},{setRequest:I}=t.inject(ze,{setRequest:({id:R,sortNum:B,requestFn:S})=>{}});typeof I=="function"&&I({id:e.id,requestFn:O,sortNum:e.requestSort}),Oe(e,{refreshData:O,resetRecord:A}),o({refreshData:O});const _=Re(e),L=_("click",()=>{const R=document.getElementsByClassName(`ecan-text_${e.id}`);if(R!=null&&R.length&&w(R[0].innerText),setTimeout(()=>{w("")},0),!e.linkPage&&!e.href)return;const B=e.linkPage||"",S=Fo(t.unref(g),B),E=e.href;let N=E||S;N=_e(N);const z=e.target;z&&(z!=="event"?window.open(N,"_"+z):window.parent.postMessage({type:"openPage",url:E},"*"))}),k=_("valueChange",()=>{});return t.watch(()=>m.value,(R,B)=>{R!==B&&k()}),{style:a,myText:m,loading:p,click:L,textIndent:s,vFontSize:r,gradientStyle:x}}}),Pr=()=>{t.useCssVars(e=>({"902d650e":e.vFontSize,"253f26b4":e.textIndent,"14fdee04":e.percentageSide}))},qr=jo.setup;jo.setup=qr?(e,o)=>(Pr(),qr(e,o)):Pr;const hh="",gh="",ad=["innerHTML"];function id(e,o,n,a,i,r){const s=t.resolveComponent("skeleton");return e.loading?(t.openBlock(),t.createElementBlock("div",{key:0,class:"skeleton-wrapper",style:t.normalizeStyle(e.style)},[t.createVNode(s,{loading:e.loading},null,8,["loading"])],4)):(t.openBlock(),t.createElementBlock("div",{key:1,class:t.normalizeClass(["ecan-text","ecan-text_"+e.id]),style:t.normalizeStyle({...e.style,...e.gradientStyle}),innerHTML:e.myText,onClick:o[0]||(o[0]=(...l)=>e.click&&e.click(...l))},null,14,ad))}const Vr=Ce(xe(jo,[["render",id],["__scopeId","data-v-16622f13"]])),rd=t.defineComponent({name:"EcanScrollText",setup(){return{text:t.ref("基础文本")}}}),yh="",ld={class:"red"};function sd(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",ld,t.toDisplayString(e.text),1)}const Hr=Ce(xe(rd,[["render",sd],["__scopeId","data-v-4dd9c03e"]])),Wo={...De,name:"时间展示",keyName:"时间展示",type:"ecanTimeDisplay",format:"YYYY-MM-DD dddd HH:mm:ss",fontSize:"16px",color:"#333",width:"240px",height:"40px",fontFamily:"",fontWeight:400,textShadow:"",alignItems:"center",justifyContent:"center",operate:null,updateInterval:{value:1,mode:"second"}},Go=Ae(Wo),jr=["timeChange"],cd=t.defineComponent({name:"EcanTimeDisplay",props:{...Go},setup(e){const o=Ee(e),n=()=>{const{format:c,operate:u}=e;let y=pe();if(u){const{type:f,value:x,mode:m}=u;switch(f){case"add":y=y.add(x,m);break;case"minus":y=y.subtract(x,m)}}return y.format(c)},a=t.ref();t.watch(()=>[e.operate,e.format],()=>{a.value=n()},{immediate:!0,deep:!0}),t.watch(()=>e.updateInterval,()=>{d()},{deep:!0});let i=null;const r=()=>{clearInterval(i),i=null},l=Re(e)("timeChange",()=>{}),d=()=>{i&&r();let c=1e3;const{value:u,mode:y}=e.updateInterval||{};u&&(c=c*u);const f={second:1,minute:60,hour:60*60,day:24*60*60};y&&(c=c*f[y]),i=setInterval(()=>{a.value=n(),l()},c)};return Oe(e,{timeChange:l}),t.onMounted(()=>{d()}),t.onUnmounted(()=>{r()}),{style:o,time:a}}}),ph="";function dd(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",{class:"time-display",style:t.normalizeStyle(e.style)},t.toDisplayString(e.time),5)}const Wr=Ce(xe(cd,[["render",dd],["__scopeId","data-v-b628fca2"]])),Uo={...De,type:"ecanList",name:"列表",keyName:"列表",width:"330px",height:"80px",backgroundColor:"#0d215e",itemColSpan:"0px",itemRowSpan:"10px",itemPadding:"20px",useRanking:!1,useTitle:!1,sliceCount:6,columnCount:1,itemHeight:"32px",data:[{name:"a",age:12},{name:"b",age:14}],columns:[{key:"name"},{key:"age"}],seqIcon:!1,isUseSeq:!1,seqWidth:"10%",seqName:"序号",seqFontSize:"14px",isAutoScroll:!1,scrollSpeed:10,graphicConfig:{},seqIconWidth:"",seqIconHeight:"",seqIconConfig:[],seqIconOffsetX:0,seqIconOffsetY:0,seqIndexFormatter:"{index}",itemWidth:"100%"},$o=Ae(Uo),Gr=["refreshData","click","resetRecord"],fd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAWhJREFUSEvNlz9Lw0AYxp/3iJ2TgqN+ia5ihbb0A/hnEXG3QxHEyUkQVwcHwU3cgoI4hHKXUnQS3Z0VQVBwbTVtXrlciyKmLo2XmxI47v3x3HPvPUdcKk3B85og2gYwjUkOIoD5CcAeSXk0bmniSqWJQuEA/f4kEb7WMjD6f42kPE0rQlyrPYJoZjg5O5g4voDnrZDvf/xWRIMkuJkOo8odXHeefL9rG+QWrlvOA8gNomiBOp2ePUVM5S7iuE5heG0bBNBeieMdKLWvv74D/Y9Zf0rAfEZKLdkHEUIrcw8h5qjVetNAdhRJKidH+nnY6EJ7IKN9YY4ANPIAou+WDXsgZmtewLxKSik7ICOzOk6ZguDVplnPScpFe8c3Jw2th8GgTu32lb0Wb4yZg0vPgOQmBvwRjKrVBwgxm3lUZL6E4yxTELyneaQBxznMPDwzr5NSJ+nhWT8nisVNAFuZPSeYd0mp43G5+BNp2sfxEUU29gAAAABJRU5ErkJggg==",ud="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAbVJREFUSEvNl7tKA1EQhmfOyd6ClikVLHwCWzHb5QHUbWIStVRQBLGyEEFsLSwUq6idKIiFjZdNUgTR3k7wAoqC2GU3mz0ju5uIRaKN68l5gDMfM//M/IO0PaS4yd55ErTEEFMEf/cYIvgknjjgmpq3t376GZ2iOa8l+Ybn+CD+kqIZlSFA+C1CTpuw9zvBYK2YfuCM9QmKgaIZNcEQGj4da0bKQuug3g4G3T2TYmQIYwYlIqIbVXdH0KrW2oI4u2Z8qfgqT6AVutZ1Ny0VhAelEXSl+2DilO1IywhCKNgaR8oouVJFGkikk0grvqBl9c5cx5UV8R0I/0MjbTJwqOftMekgmsLA9fxbTa8Po1V9D8eMpIyAwhE8n55JYM6YvDyXBhIN21DEHgHNdgNIg4BmpIEEpak3xGsCMKsU7DMpIC2xeg2R7p2uvMkTK9GRXiiNSmnfrhhoYXcQODzBMkr2oixtxLeW3osP5oDMpRdZxl9sQNcYo1oxfc8Z64/dKgo6efwwxgfnTt1OGpnVDL4Zp3mOAouCmivvdjTPwTlRN3oWBMFiHOeEIPFEAKtGvrTz0znxCSDl9ZPnj4lKAAAAAElFTkSuQmCC",hd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAZhJREFUSEvNl79LY0EUhb87L6uwkHSieRjBwm7/ApHVbcwzrT8ake21EGHZympBbLewEOxk2xVEBAVttBLtrRWTiLtaiTHue3NlsgiKRiwSJ1NOMffjzLl3zghH+oHL81ms/Y4xHajSsGUMJMkZIgtE4fJr5wqbpVnS6Z9UrmkoxENVMYCC6BTD4a96MMJW8RQT5LC2YUI8OygInDLrdGcn+CR3LxUStsvaFCUeV3NXpPaIdPKZ/lzlZZCtUgNNUUdUB2LtIZlksBVADmivDvGl99afIiLOsBWUPFG47w/EVXbdU7uieJ7h7CIiT7pDeA+PPJfgN1E49njbD0hbO9xVj8kkA/TnrmqCeVIEUimI4zJqphjp2vUHUpPBmZh/JDrjH0Q1xjLtDyRIQRJfQDBJ1LnjB+TBrFYGKWT/+DTrGlE46qd9W2Kgue5QvUXIkw/3/I34/69vCzx6b4oBrROMiieYoKfpUTGON9CbcQp91ToeKc7wMbPU9PCsfCXKrtYPz+478fd8DtVvGGnOd0LlB4Vw5bV0fg/E2Mcb2D1RagAAAABJRU5ErkJggg==",gd="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAYCAYAAACfpi8JAAAAAXNSR0IArs4c6QAAAapJREFUSEvNl88rBGEYx7/P7K6yO2VGOfJPuAqF/AGYi7Q7y8mWTcnJQUquDg4kVnITJQdpZyVOsndXtKUoM4vyY3feR7OLiN0cjHff05ze7+d95vs+7/chtC6FGvRQkgiTBGrCXy4igEVOgGbzaXOx2takdaWSSl39PBefAPBfYpT3KsF4H2LITsc3KgmQ3pO6BFEz2AeId1VSwELsOHrEwKbx8hMM6T1r7EslPqsReefMqlq4PbdpPFYASflYijfJEgifqlqkQzKIArB7YheoE4emZ8Zvy/OI/xUpyz5CoNfOmMeSQah8gwRP2db5HDAtvtjoHyvyocuMLccy+6WDkBICi+KZq4Tb7vaN21K7kVGRcqMLeAa+EqChfDqWkQfy9l+YUWAgUQMgXGTQqDwQCoDZvWZWBvNW1JIC8m7WQlB0POzFb6SZlYFtJ232Sbq+tdPQnth1e52DkSN5LZ5q5dH7XQz4r2AksqqmVglG3asXUJQWv6MiWOzawfsB7I09V/DISoKCkQW/wzMzoo4VW68YnkvjRGNonEATBPgzTjDP5K3h5Wojwitkj93H9BVpxQAAAABJRU5ErkJggg==",md=t.defineComponent({name:"EcanList",components:{Skeleton:Vt,ATooltip:ue.Tooltip,MarqueeScroll:Hn},props:{...$o},setup(e,{expose:o}){const n=t.ref(),a=Ee(e,["backgroundColor"]),i=(S,E)=>{const{format:N,customFormatter:z}=E;if(N==null||N==="")return S;const j={money:No,percentage:Bn,contrast:Bn,custom:Lr};return j[N]?N==="custom"?j[N](S,z)||"":j[N](S)||"":""},r=(S,E)=>{const N=parseFloat(S+"");if(E!=="contrast")return"";switch(!0){case N>=0:return"goUp";case N<0:return"goDown"}},s=qe(e),l=t.ref(!1),d=async()=>{var S;if(e.dataType==="request")try{l.value=!0;const E=await s();n.value=((S=E==null?void 0:E.data)==null?void 0:S.data.rows)||[]}catch(E){console.error(E)}finally{l.value=!1}};t.watch(()=>e.data,()=>{(e.dataType==="static"||!t.unref(n))&&(n.value=e.data)},{immediate:!0,deep:!0});const c=t.computed(()=>({key:"SEQ",width:e.seqWidth,title:e.seqName,align:"center",fontSize:e.seqFontSize})),u=t.computed(()=>{const{columns:S,isUseSeq:E}=e;return E?[t.unref(c),...S]:S}),y=Ze(e),f=async()=>{var S;try{l.value=!0;const E=await y(),{columns:N=[],rows:z=[]}=((S=E==null?void 0:E.data)==null?void 0:S.data)??{};e.isUseSeq&&N.unshift(e.seqName),u.value.forEach((j,F)=>{(!e.isUseSeq||F!==0)&&(j.title=N[F],j.key=N[F])}),n.value=z}catch(E){console.error(E)}finally{l.value=!1}},x=()=>{switch(e.dataType){case"indicator":f();break;case"request":d();break}},m=Re(e),{getGlobalModel:h,setGlobalModel:g}=t.inject(Ie,{getGlobalModel:S=>{},setGlobalModel:(S,E)=>{}}),C=S=>{m("click",()=>{const E=h(e.id);g(e.id,{...E,type:e.type,RECORD:S})})()};Oe(e,{refreshData:x,resetRecord:()=>{const S=e.id,E=h(S);g(S,{...E,type:e.type,RECORD:""})}});const{setRequest:v}=t.inject(ze,{setRequest:({id:S,sortNum:E,requestFn:N})=>{}});typeof v=="function"&&v({id:e.id,requestFn:x,sortNum:e.requestSort}),o({refreshData:x});const b=(S,E)=>({flex:S.width?"none":"1",width:S.width,height:e.itemHeight,lineHeight:e.itemHeight,textAlign:(E?S.cellAlign:S.align)||"left",backgroundColor:S.cellColor}),w=(S,E)=>{let N=0;const z=t.unref(n).map(F=>F[E]),j=Math.max(...z);return j&&(N=S[E]/j*100),N},A=S=>{const{progressColor:E="#1890ff",progressGradientColor:N=""}=S;return N?{background:`linear-gradient(to right, ${E} 0%, ${N} 100%)`}:{backgroundColor:E||"#1890ff"}},T=t.computed(()=>{const S=parseFloat(e.seqFontSize)+5;return{width:S+10,height:S}}),{pageMode:D}=t.inject(Pe,{pageMode:"normal"}),O=t.computed(()=>t.unref(D)!=="design"&&e.isAutoScroll),I=S=>{const{seqIconConfig:E}=e;let N=E.find(z=>z.key===S+1);return N||(N=E.find(z=>z.key==="other")),!!(N!=null&&N.icon)},_=(S,E)=>{const{seqIconConfig:N}=e;let z=N.find(j=>j.key===S+1);return z||(z=N.find(j=>j.key==="other")),E===1?z!=null&&z.icon?mt(z.icon):"":E===2?(z==null?void 0:z.color)||"#fff":""},L=S=>{const{seqIndexFormatter:E}=e,N=S+1;return E?_e(E,{textData:{index:N}},{useNewline:!1,useSpace:!0}):N},k=t.computed(()=>parseFloat(e.itemWidth)!==100?{height:"100%"}:{}),R=t.computed(()=>!e.itemWidth||e.itemWidth==="100%"?"0":e.itemColSpan);return{style:a,formatFn:i,contrastClass:r,dataSource:n,loading:l,myColumns:u,click:C,getColumnStyle:b,getPercentage:w,getBackgroundColor:A,isShowSeqIcon:I,getSeqIconData:_,seqIcon4:fd,seqIcon5:ud,seqIcon6:hd,seqIcon7:gd,iconSize:T,isScroll:O,formatSeq:L,wrapStyle:k,colSpan:R,getText:(S,E)=>(S.format!=null||S.format!=="")&&i(E[S.key],S)}}}),vh="",Sh="",yd=e=>(t.pushScopeId("data-v-8c32652d"),e=e(),t.popScopeId(),e),xd={key:0,class:"title"},pd={key:0,class:"ranking"},bd=["onClick"],vd={key:0,class:"ranking"},Sd=yd(()=>t.createElementVNode("div",{class:"icon"},null,-1)),Cd={class:"sort"},wd=["src"],Ad={key:1},kd=["src","width","height"],Td=["src","width","height"],Bd=["src","width","height"],Ed=["src","width","height"],Dd={key:1},Id=["title"],Rd={key:2,class:"empty"};function _d(e,o,n,a,i,r){const s=t.resolveComponent("a-tooltip"),l=t.resolveComponent("marquee-scroll"),d=t.resolveComponent("skeleton");return t.openBlock(),t.createElementBlock("div",{class:"ecan-list",style:t.normalizeStyle(e.style)},[t.createVNode(d,{loading:e.loading},{default:t.withCtx(()=>[e.useTitle?(t.openBlock(),t.createElementBlock("div",xd,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.columnCount,c=>(t.openBlock(),t.createElementBlock("div",{class:"title-inner",style:t.normalizeStyle({backgroundColor:e.backgroundColor,height:e.itemHeight,width:`calc(100% / ${e.columnCount} - ${e.itemColSpan} * ${e.columnCount-1}/ ${e.columnCount})`,marginRight:c%e.columnCount!==0?e.itemColSpan:"",padding:`0 ${e.itemPadding}`}),key:c},[e.useRanking?(t.openBlock(),t.createElementBlock("div",pd)):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myColumns,(u,y)=>(t.openBlock(),t.createElementBlock("div",{class:"column",key:u.key||y,style:t.normalizeStyle({color:u.titleColor,...e.getColumnStyle(u)})},t.toDisplayString(u.title),5))),128))],4))),128))])):t.createCommentVNode("",!0),e.dataSource.length>0?(t.openBlock(),t.createElementBlock("div",{key:1,class:"ecan-list-content",style:t.normalizeStyle({paddingTop:e.useTitle?e.itemRowSpan:0,height:e.useTitle?"calc(100% - 40px)":"100%"})},[t.createVNode(l,{visible:e.isScroll,step:e.scrollSpeed,wrapStyle:{display:"flex",flexDirection:"column",flexWrap:"wrap",...e.wrapStyle}},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.dataSource.slice(0,e.sliceCount),(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"item",style:t.normalizeStyle({backgroundColor:e.backgroundColor,height:e.itemHeight,width:`calc(${e.itemWidth} - ${e.colSpan})`,marginRight:e.colSpan,marginBottom:e.itemRowSpan,padding:`0 ${e.itemPadding}`}),key:c.id||u,onClick:y=>e.click(c)},[e.useRanking?(t.openBlock(),t.createElementBlock("div",vd,[Sd,t.createElementVNode("div",Cd," Top "+t.toDisplayString(u+1),1)])):t.createCommentVNode("",!0),(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myColumns,y=>{var f;return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["column",e.contrastClass(c[y.key],y.format),y.key==="SEQ"?"seq-column":""]),key:y.key,style:t.normalizeStyle({fontSize:y.fontSize,color:e.contrastClass(c[y.key],y.format)===""?y.color:"",fontWeight:y.fontWeight,...e.getColumnStyle(y,"cell")})},[y.key==="SEQ"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.seqIcon?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[(f=e.seqIconConfig)!=null&&f.length?(t.openBlock(),t.createElementBlock("div",{key:0,class:"icon-box",style:t.normalizeStyle({width:e.seqIconWidth||"",height:e.seqIconHeight||""})},[e.seqIconWidth&&e.seqIconHeight&&e.isShowSeqIcon(u)?(t.openBlock(),t.createElementBlock("img",{key:0,class:"custom-seq-icon",src:e.getSeqIconData(u,1),style:t.normalizeStyle({width:e.seqIconWidth,height:e.seqIconHeight})},null,12,wd)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:"custom-seq-text",style:t.normalizeStyle({fontSize:e.seqFontSize,color:e.getSeqIconData(u,2),lineHeight:e.seqIconHeight||"",left:e.seqIconOffsetX,top:e.seqIconOffsetY})},t.toDisplayString(e.formatSeq(u)),5)],4)):(t.openBlock(),t.createElementBlock("div",Ad,[u===0?(t.openBlock(),t.createElementBlock("img",{key:0,class:"seq-icon",src:e.seqIcon4,width:e.iconSize.width,height:e.iconSize.height},null,8,kd)):u===1?(t.openBlock(),t.createElementBlock("img",{key:1,class:"seq-icon",src:e.seqIcon5,width:e.iconSize.width,height:e.iconSize.height},null,8,Td)):u===2?(t.openBlock(),t.createElementBlock("img",{key:2,class:"seq-icon",src:e.seqIcon6,width:e.iconSize.width,height:e.iconSize.height},null,8,Bd)):u>=3?(t.openBlock(),t.createElementBlock("img",{key:3,class:"seq-icon",src:e.seqIcon7,width:e.iconSize.width,height:e.iconSize.height},null,8,Ed)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:"seq-icon seq-text",style:t.normalizeStyle({fontSize:e.seqFontSize})},t.toDisplayString(e.formatSeq(u)),5)]))],64)):(t.openBlock(),t.createElementBlock("span",Dd,t.toDisplayString(e.formatSeq(u)),1))],64)):y.format==="progress"?(t.openBlock(),t.createElementBlock("div",{key:1,class:"progress-cell",style:t.normalizeStyle({height:e.itemHeight})},[t.createElementVNode("div",{class:"progress",style:t.normalizeStyle({height:y.progressWidth||"14px",backgroundColor:y.progressBaseColor})},[t.createVNode(s,{title:c[y.key],overlayClassName:"ecan-list-tooltip",color:"#fff"},{default:t.withCtx(()=>[t.createElementVNode("div",{style:t.normalizeStyle({borderRadius:"10px",height:y.progressWidth||"14px",width:`${e.getPercentage(c,y.key)}%`,...e.getBackgroundColor(y)})},null,4)]),_:2},1032,["title"])],4)],4)):(t.openBlock(),t.createElementBlock("span",{key:2,title:e.getText(y,c)},t.toDisplayString(e.getText(y,c)),9,Id))],6)}),128))],12,bd))),128))]),_:1},8,["visible","step","wrapStyle"])],4)):(t.openBlock(),t.createElementBlock("div",Rd," 暂无数据 "))]),_:1},8,["loading"])],4)}const Ur=Ce(xe(md,[["render",_d],["__scopeId","data-v-8c32652d"]])),Ko={...De,name:"占比图",keyName:"占比图",type:"ecanProportion",strokeType:"circle",width:"200px",height:"200px",strokeColor:"#4091f7",strokeLinecap:"round",trailColor:"#f5f5f5",data:{percent:.3},text:"{percent}%",fontSize:"26px",color:"#4091f7",strokeWidth:6,fontWeight:400,strokeTextWidth:"100%",lineHeight:"26px",decimalFormat:!0,variableDefaultValue:"0",strokeTextShow:!0,gradientShow:!0,gradientColor:"",gradientOffset:1,graphicConfig:{}},Yo=Ae(Ko),$r=["refreshData","click"],Ld=t.defineComponent({name:"EcanProportion",components:{AProgress:ue.Progress,Skeleton:Vt},props:{...Yo},setup(e,{expose:o}){const n=t.ref(!1),{pageMode:a}=t.inject(Pe,{pageMode:"normal"}),i=Ee(e),r=t.computed(()=>{const b=e.width;return parseFloat(b)}),s=t.ref({});t.watch(()=>e.data,()=>{(e.dataType==="static"||t.unref(a)==="design")&&(s.value=e.data)},{immediate:!0,deep:!0});const l=t.computed(()=>{const b=t.unref(s),w=+e.variableDefaultValue;if(b==null)return isNaN(w)?0:w;const A=e.text.match(/\{.+\}/g)||[];let T;const D=new Set(Object.keys(b));for(let O=0;O<A.length;O++){const I=A[O],_=I.slice(1,I.length-1);if(D.has(_)){T=b[_];break}}return typeof T=="number"?T=T*100:typeof T=="string"&&!isNaN(+T)?T=+T*100:isNaN(w)?T=0:T=w*100,e.decimalFormat&&(T=+T.toFixed(2)),T}),d=t.computed(()=>{var D;let b=e.text;if(b==="")return t.unref(l);const w=e.variableDefaultValue,A=t.unref(s),T=b.match(/\{.+\}/g)||[];for(let O=0;O<T.length;O++){const I=T[O];let _=I.slice(1,I.length-1);const L=/[\u4e00-\u9fa5a-z-_A-Z0-9]*/g,k=I.match(L);for(let B=0;B<(k==null?void 0:k.length);B++){const S=(D=k[B])==null?void 0:D.trim();A[S]!=null&&(_=_.replace(S,A[S]))}let R=_;try{/\(.*\)/g.test(_)&&(R=dn(_))}catch(B){console.error(B)}typeof+R=="number"&&!isNaN(+R)?(R=+R*100,e.decimalFormat&&(R=R.toFixed(2))):R=w,b=b.replace(I,R+"")}return t.unref(n)?"NaN":b}),c=qe(e),u=t.ref(!1),y=async()=>{var b;if(e.dataType==="request")try{u.value=!0;const w=await c();s.value=((b=w==null?void 0:w.data)==null?void 0:b.data)||{}}catch(w){console.error(w)}finally{u.value=!1}},f=(b={})=>{s.value=b},x=Ze(e),m=async()=>{var b;try{u.value=!0;const w=await x(),{data:A}=(w==null?void 0:w.data)||{};if(A){n.value=!1;const{columns:T=[],rows:D=[]}=((b=w==null?void 0:w.data)==null?void 0:b.data)??{};let O={};if(T.length>0){const I=T.find(_=>!!_);I&&(O={percent:D[I]})}f(O)}else n.value=!0,f({percent:"NaN"})}catch(w){console.error(w)}finally{u.value=!1}},h=()=>{switch(e.dataType){case"indicator":m();break;case"request":y();break}};Oe(e,{refreshData:h}),o({refreshData:h});const C=Re(e)("click",()=>{}),{setRequest:p}=t.inject(ze,{setRequest:({id:b,sortNum:w,requestFn:A})=>{}});typeof p=="function"&&p({id:e.id,requestFn:h,sortNum:e.requestSort});const v=t.computed(()=>{const{gradientShow:b,gradientColor:w,gradientOffset:A,strokeColor:T}=e;let D=T;return b&&w&&(D={"0%":T,[`${A*100}%`]:w}),D});return{style:i,myWidth:r,text:d,myValue:l,loading:u,click:C,customStrokeColor:v}}}),wh="";function Od(e,o,n,a,i,r){const s=t.resolveComponent("skeleton"),l=t.resolveComponent("a-progress");return t.openBlock(),t.createElementBlock("div",{class:"ecan-proportion",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"progress",percent:e.myValue,width:e.myWidth,type:e.strokeType,strokeColor:e.customStrokeColor,strokeLinecap:e.strokeLinecap,trailColor:e.trailColor,strokeWidth:e.strokeWidth,showInfo:e.strokeTextShow,gapDegree:e.strokeType==="dashboard"?75:0,onClick:e.click},{format:t.withCtx(()=>[e.loading?(t.openBlock(),t.createBlock(s,{key:0,loading:e.loading},null,8,["loading"])):e.strokeTextShow?(t.openBlock(),t.createElementBlock("div",{key:1,class:"format",style:t.normalizeStyle({width:e.strokeTextWidth,fontSize:e.fontSize,color:e.color,fontWeight:e.fontWeight,lineHeight:e.lineHeight})},t.toDisplayString(e.text),5)):t.createCommentVNode("",!0)]),_:1},8,["percent","width","type","strokeColor","strokeLinecap","trailColor","strokeWidth","showInfo","gapDegree","onClick"])],4)}const Kr=Ce(xe(Ld,[["render",Od],["__scopeId","data-v-cf942b5f"]])),Zo={...De,name:"计数器",type:"ecanCounter",keyName:"计数器",width:"400px",height:"80px",zIndex:0,digits:5,counterBackgroundImage:"",color:"#333",unitInterval:15,fontSize:"20px",fontWeight:700,fontStyle:"normal",unitWidth:"65px",unitHeight:"72px",data:"",graphicConfig:{}},Qo=Ae(Zo),Yr=["refreshData","click","resetRecord"],Nd=t.defineComponent({name:"EcanCounter",components:{Skeleton:Vt},props:{...Qo},setup(e,{expose:o}){const n=t.ref(),a=Ee(e),i=t.computed(()=>({width:e.unitWidth,height:e.unitHeight,marginRight:e.unitInterval+"px"})),r=t.computed(()=>({color:e.color,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle}));t.watch(()=>[e.data,e.dataType],([v,b])=>{b==="static"&&(n.value=v)},{immediate:!0});const{getGlobalModel:s,setGlobalModel:l}=t.inject(Ie,{getGlobalModel:v=>{},setGlobalModel:(v,b)=>{}}),c=Re(e)("click",()=>{const v=s(e.id);l(e.id,{...v,type:e.type,value:t.unref(n)})}),u=()=>{const v=e.id,b=s(v);l(v,{...b,type:e.type,value:""})},y=qe(e),f=t.ref(!1),x=async()=>{var v,b;try{f.value=!0;const w=await y();n.value=((b=(v=w==null?void 0:w.data)==null?void 0:v.data)==null?void 0:b.value)||""}catch(w){console.error(w)}finally{f.value=!1}},m=Ze(e),h=async()=>{var v;try{f.value=!0;const b=await m(),{data:w}=(b==null?void 0:b.data)||{};let A="";if(w){const{columns:T=[],rows:D=[]}=((v=b==null?void 0:b.data)==null?void 0:v.data)??{};if(T.length>0){const O=T.find(I=>!!I);O&&(A=D[O]||"")}}n.value=String(A)}catch(b){console.error(b)}finally{f.value=!1}},g=()=>{switch(e.dataType){case"indicator":h();break;case"request":x();break}},C=t.computed(()=>{const v=[],{digits:b}=e;console.log("myValue",n.value);const w=t.unref(n)?t.unref(n).split("").reverse().join(""):"";for(let A=0;A<b;A++)w&&w[A]?v.push(w[A]):v.push("0");return v.reverse()});Oe(e,{refreshData:g,resetRecord:u});const{setRequest:p}=t.inject(ze,{setRequest:({id:v,sortNum:b,requestFn:w})=>{}});return typeof p=="function"&&p({id:e.id,requestFn:g,sortNum:e.requestSort}),o({refreshData:g}),{style:a,valueList:C,digitsStyle:i,fontStyle:r,loading:f,useImagePath:mt,click:c}}}),kh="",Fd=["src"];function Md(e,o,n,a,i,r){var l;const s=t.resolveComponent("skeleton");return e.loading?(t.openBlock(),t.createElementBlock("div",{key:0,class:"skeleton-wrapper",style:t.normalizeStyle(e.style)},[t.createVNode(s,{loading:e.loading},null,8,["loading"])],4)):(t.openBlock(),t.createElementBlock("div",{key:1,class:"ecan-counter",style:t.normalizeStyle(e.style),onClick:o[0]||(o[0]=(...d)=>e.click&&e.click(...d))},[(l=e.valueList)!=null&&l.length?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.valueList,(d,c)=>(t.openBlock(),t.createElementBlock("div",{class:"digits-item",style:t.normalizeStyle(e.digitsStyle),key:c},[e.counterBackgroundImage?(t.openBlock(),t.createElementBlock("img",{key:0,class:"item-image",src:e.useImagePath(e.counterBackgroundImage)},null,8,Fd)):t.createCommentVNode("",!0),t.createElementVNode("div",{class:"item-text",style:t.normalizeStyle(e.fontStyle)},t.toDisplayString(d),5)],4))),128)):t.createCommentVNode("",!0)],4))}const Zr=Ce(xe(Nd,[["render",Md],["__scopeId","data-v-4d462642"]])),Jo={...De,width:"200px",id:"",left:"0px",top:"0px",name:"输入框",keyName:"输入框",rotate:"",type:"ecanInput",value:"",placeholder:"请输入文字",optionFontSize:"14px"},Xo=Ae(Jo),Qr=["inputChange","inputBlur"],zd=t.defineComponent({name:"EcanInput",components:{AInput:ue.Input},props:{...Xo},setup(e){const o=Ee(e),n=t.ref(""),{getGlobalModel:a,setGlobalModel:i,getRecordValueByKeyName:r}=t.inject(Ie,{getGlobalModel:u=>{},setGlobalModel:(u,y)=>{},getRecordValueByKeyName:u=>{}});t.watch(()=>e.value,u=>{n.value=r(u)},{immediate:!0}),i(e.id,{type:e.type,value:n});const s=()=>{const u=a(e.id);i(e.id,{...u,RECORD:n})},l=Re(e),d=Le.debounce(l("inputChange",()=>{s()}),300),c=l("inputBlur",()=>{});return{style:o,myValue:n,inputBlur:c,inputChange:d}}}),Bh="";function Pd(e,o,n,a,i,r){const s=t.resolveComponent("a-input");return t.openBlock(),t.createElementBlock("div",{class:"ecan-input",style:t.normalizeStyle(e.style)},[t.createVNode(s,{class:"input",value:e.myValue,"onUpdate:value":o[0]||(o[0]=l=>e.myValue=l),placeholder:e.placeholder,onChange:e.inputChange,onBlur:e.inputBlur,style:t.normalizeStyle({fontSize:e.optionFontSize})},null,8,["value","placeholder","onChange","onBlur","style"])],4)}const Jr=Ce(xe(zd,[["render",Pd]])),ea={...De,height:"33px",width:"130px",id:"",left:"0px",top:"0px",name:"日期选择器",keyName:"日期选择器",rotate:"",type:"ecanDatePicker",value:"",picker:"date",format:"YYYY-MM-DD",showTime:!1,useCurrentTime:!0,operate:null,optionFontSize:"14px"},ta=Ae(ea),Xr=["dateChange"],na=t.defineComponent({name:"EcanDatePicker",props:{...ta},components:{ADatePicker:ue.DatePicker},setup(e){const o=t.inject("scaleValue",{widthScale:"1",heightScale:"1"}),n=Ee(e),a=()=>document.getElementById("ProviderConfig")||document.body,i=t.ref(null);t.watch(()=>[e.value,e.useCurrentTime,e.operate],([f,x,m])=>{let h=null;if(f?h=pe(_e(f)):x&&(h=pe()),m&&h){const{type:g,value:C,mode:p}=m;switch(g){case"add":h=h.add(C,p);break;case"minus":h=h.subtract(C,p)}}i.value=h},{deep:!0,immediate:!0});const{setGlobalModel:r}=t.inject(Ie,{setGlobalModel:(f,x)=>{}});r(e.id,{type:e.type,format:e.format,useCurrentTime:e.useCurrentTime,value:i});const l=Re(e)("dateChange",()=>{}),d=()=>{t.unref(i)&&l()};Oe(e,{dateChange:l});const c=t.ref({}),u=t.ref({}),y=f=>{f?setTimeout(()=>{u.value=t.unref(c)},300):u.value={}};return t.onMounted(()=>{setTimeout(()=>{const f=document.querySelector(`#ecan-date-picker-${e.id}`);if(f){const x=f.getBoundingClientRect(),m=parseFloat(t.unref(o).widthScale)*280;document.body.clientWidth-x.left<m&&(c.value.marginLeft=-1*(m-x.width)+"px")}},0)}),{style:n,getPopupContainer:a,myValue:i,locale:Ja,change:d,scaleValue:o,popupStyle:c,customStyle:u,openChange:y}}}),el=()=>{t.useCssVars(e=>({d6fb5b46:e.optionFontSize}))},tl=na.setup;na.setup=tl?(e,o)=>(el(),tl(e,o)):el;const Dh="",Ih="",qd=["id"];function Vd(e,o,n,a,i,r){const s=t.resolveComponent("a-date-picker");return t.openBlock(),t.createElementBlock("div",{class:"ecan-date-picker",style:t.normalizeStyle(e.style),id:"ecan-date-picker-"+e.id},[t.createVNode(s,{class:"date-picker",dropdownClassName:"ecan-date-picker-dropdown",value:e.myValue,"onUpdate:value":o[0]||(o[0]=l=>e.myValue=l),format:e.format,picker:e.picker,showTime:e.showTime,locale:e.locale,onChange:e.change,onOpenChange:e.openChange,getPopupContainer:e.getPopupContainer,popupStyle:{fontSize:e.optionFontSize,transform:`scale(${e.scaleValue.widthScale}, ${e.scaleValue.heightScale})`}},null,8,["value","format","picker","showTime","locale","onChange","onOpenChange","getPopupContainer","popupStyle"])],12,qd)}const nl=Ce(xe(na,[["render",Vd],["__scopeId","data-v-d4ec0d66"]])),oa={...De,name:"日期范围选择器",keyName:"日期范围选择器",type:"ecanRangePicker",width:"250px",height:"35px",picker:"date",format:"YYYY-MM-DD",startTime:"",endTime:"",useCurrentTime:!0,interval:1,intervalUnit:"year",operate:null,limitStartTime:"",limitEndTime:"",associated:"",optionFontSize:"14px",isAllowSpanYear:!0,limitInterval:null},aa=Ae(oa),ol=["dateChange"];var al={exports:{}};(function(e,o){(function(n,a){e.exports=a()})(ge,function(){var n="month",a="quarter";return function(i,r){var s=r.prototype;s.quarter=function(c){return this.$utils().u(c)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(c-1))};var l=s.add;s.add=function(c,u){return c=Number(c),this.$utils().p(u)===a?this.add(3*c,n):l.bind(this)(c,u)};var d=s.startOf;s.startOf=function(c,u){var y=this.$utils(),f=!!y.u(u)||u;if(y.p(c)===a){var x=this.quarter()-1;return f?this.month(3*x).startOf(n).startOf("day"):this.month(3*x+2).endOf(n).endOf("day")}return d.bind(this)(c,u)}}})})(al);var Hd=al.exports;const jd=Ii(Hd);pe.extend(jd);const ia=t.defineComponent({name:"EcanRangePicker",components:{ARangePicker:ue.RangePicker},props:{...aa},setup(e){const o=Ee(e),n=()=>document.getElementById("ProviderConfig")||document.body,a=t.ref([null,null]);t.watch(()=>[e.startTime,e.endTime,e.useCurrentTime,e.interval,e.intervalUnit,e.operate],([v,b,w,A,T,D])=>{let O=null,I=null;if(w&&(O=pe().subtract(A,T),I=pe()),v&&(O=pe(_e(v))),b&&(I=pe(_e(b))),D){const{type:_,value:L,mode:k}=D;switch(_){case"add":O=O&&O.add(L,k),I=I&&I.add(L,k);break;case"minus":O=O&&O.subtract(L,k),I=I&&I.subtract(L,k)}}a.value=[O,I]},{immediate:!0});let i=t.unref(a)[0],r=t.unref(a)[1],s="";const l=(v,b,w)=>{Array.isArray(v)?(i=v[0],r=v[1],s=w.range):(i=null,r=null)};window.dayjs=pe;const d=v=>{let b=!1,{limitStartTime:w,limitEndTime:A}=e;const T={startTime:`${i||""}`,endTime:`${r||""}`};if(w=_e(w,{codeData:T}),A=_e(A,{codeData:T}),w&&A?b=!(pe(w)<v&&v<pe(A)):w?b=pe(w)>v:A&&(b=pe(A)<v),!e.isAllowSpanYear&&s){let D=null;if(s==="start"?D=i:s==="end"&&(D=r),D){const O=D.startOf("year"),I=D.endOf("year");b=!(O<=v&&v<I)}}if(!b){const{value:D=0,mode:O="year"}=e.limitInterval||{};D&&(s==="start"?b=i.add(D,O)<v:s==="end"&&(b=r.subtract(D,O)>v))}return b},{getGlobalModel:c,setGlobalModel:u}=t.inject(Ie,{getGlobalModel:v=>{},setGlobalModel:(v,b)=>{}}),y=t.computed(()=>Array.isArray(t.unref(a))?t.unref(a)[0]:null),f=t.computed(()=>Array.isArray(t.unref(a))?t.unref(a)[1]:null);u(e.id,{type:e.type,format:e.format,startTime:y,endTime:f,interval:e.interval,intervalUnit:e.intervalUnit,useCurrentTime:e.useCurrentTime,operate:e.operate});const x=Re(e);let m=!1;const h=x("dateChange",()=>{}),g=v=>{const b=t.unref(a),w=b&&b[0]&&b[1];v===!1&&m===!0&&w&&(h(),m=!1),v||(s="")},C=()=>{m=!0};return Oe(e,{dateChange:()=>{const{associated:v}=e;if(v){const b=c(v)||{};if(b){const{value:w}=b;if(w)switch(t.unref(w)){case"month":a.value=[pe().startOf("month"),pe().endOf("month")];break;case"quarter":a.value=[pe().startOf("quarter"),pe().endOf("quarter")];break;case"year":a.value=[pe().startOf("year"),pe().endOf("year")];break}}}h()}}),{style:o,getPopupContainer:n,locale:Ja,dateChange:h,myValue:a,disabledDate:d,calendarChange:l,openChange:g,change:C}}}),il=()=>{t.useCssVars(e=>({"2d84b603":e.optionFontSize}))},rl=ia.setup;ia.setup=rl?(e,o)=>(il(),rl(e,o)):il;const _h="",Lh="";function Wd(e,o,n,a,i,r){const s=t.resolveComponent("a-range-picker");return t.openBlock(),t.createElementBlock("div",{class:"ecan-range-picker",style:t.normalizeStyle(e.style)},[t.createVNode(s,{class:"range-picker",dropdownClassName:"ecan-range-picker-dropdown",value:e.myValue,"onUpdate:value":o[0]||(o[0]=l=>e.myValue=l),format:e.format,picker:e.picker,locale:e.locale,getPopupContainer:e.getPopupContainer,"disabled-date":e.disabledDate,onChange:e.change,onCalendarChange:e.calendarChange,onOpenChange:e.openChange,popupStyle:{fontSize:e.optionFontSize}},null,8,["value","format","picker","locale","getPopupContainer","disabled-date","onChange","onCalendarChange","onOpenChange","popupStyle"])],4)}const ll=Ce(xe(ia,[["render",Wd],["__scopeId","data-v-c9c68612"]])),ra={...De,width:"200px",name:"按钮",keyName:"按钮",type:"ecanButton",text:"按钮",mode:"default",danger:!1,shape:"default",href:"",target:"self",fontSize:"14px",fontWeight:400,tooltipTextStyleColor:"",buttonBackgroundColor:"#FFFFFF",borderColor:"#d9d9d9"},la=Ae(ra),sl=["click"],Gd=t.defineComponent({name:"EcanButton",components:{AButton:ue.Button},props:{...la},setup(e){const o=Ee(e),a=Re(e)("click",()=>{const d=t.unref(s);d&&e.target==="event"&&window.parent.postMessage({type:"openPage",url:d},"*")}),i=t.computed(()=>{const d={};return e.mode!=="primary"&&(d.backgroundColor=e.buttonBackgroundColor||"transparent",d.color=e.tooltipTextStyleColor,d.borderColor=e.borderColor||"transparent"),{height:e.height,...d}}),r=t.computed(()=>_e(e.text)),s=t.computed(()=>_e(e.href)||null),l=t.computed(()=>{const d=e.target;if(!(d==="event"||t.unref(s)==null))return{self:"_self",blank:"_blank"}[d]});return{style:o,click:a,myText:r,myHref:s,myTarget:l,buttonStyle:i}}}),Nh="";function Ud(e,o,n,a,i,r){const s=t.resolveComponent("a-button");return t.openBlock(),t.createElementBlock("div",{class:"ecan-button",style:t.normalizeStyle(e.style)},[t.createVNode(s,{block:"",onClick:e.click,type:e.mode,danger:e.danger,shape:e.shape,href:e.myHref,target:e.myTarget,style:t.normalizeStyle(e.buttonStyle),class:t.normalizeClass(e.tooltipTextStyleColor?"custom-color":"")},{default:t.withCtx(()=>[t.createElementVNode("span",{style:t.normalizeStyle({fontSize:e.fontSize,fontWeight:e.fontWeight})},t.toDisplayString(e.myText),5)]),_:1},8,["onClick","type","danger","shape","href","target","style","class"])],4)}const cl=Ce(xe(Gd,[["render",Ud]])),sa={...De,width:"240px",id:"",left:"0px",top:"0px",name:"复选框",keyName:"复选框",rotate:"",type:"ecanCheckbox",value:[],data:[{label:"选项一",value:"1",checked:!0},{label:"选项二",value:"2",checked:!0},{label:"选项三",value:"3"}],graphicConfig:{}},ca=Ae(sa),dl=["checkboxChange"],$d=t.defineComponent({name:"EcanCheckbox",components:{ACheckboxGroup:ue.CheckboxGroup},props:{...ca},setup(e,{expose:o}){const n=Ee(e),a=t.ref([]),i=t.ref([]),r=g=>{const C=e.value;let p=[];g.forEach(v=>{v.checked&&p.push(v.value)}),typeof C=="string"&&C!==""?p=p.concat(C.split(",")):Array.isArray(C)&&(p=p.concat(C)),a.value=g,i.value=p};t.watch(()=>[e.data,e.value],([g])=>{r(g)},{immediate:!0,deep:!0});const s=qe(e),l=async()=>{var p,v;if(e.dataType!=="request")return;const g=await s(),C=((v=(p=g==null?void 0:g.data)==null?void 0:p.data)==null?void 0:v.rows)||[];r(C)},{getGlobalModel:d,setGlobalModel:c}=t.inject(Ie,{getGlobalModel:g=>{},setGlobalModel:(g,C)=>{}});c(e.id,{type:e.type,value:i});const y=Re(e)("checkboxChange",()=>{const g=d(e.id);c(e.id,{...g,RECORD:i})}),f=Ze(e),x=async()=>{var g;try{const C=await f(),{data:p}=(C==null?void 0:C.data)||{};if(p){const b=(((g=C==null?void 0:C.data)==null?void 0:g.data)??[]).map(w=>({label:w.label,value:w.value}));r(b)}else r([])}catch(C){console.error(C)}},m=()=>{switch(e.dataType){case"indicator":x();break;case"request":l();break}},{setRequest:h}=t.inject(ze,{setRequest:({id:g,sortNum:C,requestFn:p})=>{}});return typeof h=="function"&&h({id:e.id,requestFn:m,sortNum:e.requestSort}),o({refreshData:m}),{myOption:a,style:n,myValue:i,checkboxChange:y}}}),Mh="";function Kd(e,o,n,a,i,r){const s=t.resolveComponent("a-checkbox-group");return t.openBlock(),t.createElementBlock("div",{class:"ecan-checkbox",style:t.normalizeStyle(e.style)},[t.createVNode(s,{options:e.myOption,value:e.myValue,"onUpdate:value":o[0]||(o[0]=l=>e.myValue=l),onChange:e.checkboxChange},null,8,["options","value","onChange"])],4)}const fl=Ce(xe($d,[["render",Kd]])),da={...De,name:"下拉框选择器",keyName:"下拉框选择器",width:"120px",height:"33px",type:"ecanSelect",mode:void 0,data:[{label:"选项一",value:"1"},{label:"选项二",value:"2"},{label:"选项三",value:"3"}],value:void 0,dataFieldNames:{label:"label",value:"value",options:""},maxTagCount:3,autoClearSearchValue:!0,placeholder:"请选择",selectFirstOption:!1,graphicConfig:{},valueType:"value",isAllowClear:!0,optionFontSize:"14px"},fa=Ae(da),ul=["selectChange","refreshData"],Yd=t.defineComponent({name:"EcanSelect",components:{ASelect:ue.Select,ASelectOption:ue.SelectOption},props:{...fa},setup(e,{expose:o}){const n=Ee(e),a=()=>document.getElementById("ProviderConfig")||document.body,i=qe(e),r=t.ref(e.data||[]),s=t.ref(),l=t.computed({get:()=>{var S;const{mode:B}=e;return(S=t.unref(r))!=null&&S.length?s.value:B==="multiple"||B==="tags"||B==="combobox"?[]:""},set:B=>{s.value=B}}),{getGlobalModel:d,setGlobalModel:c,getRecordValueByKeyName:u}=t.inject(Ie,{getGlobalModel:B=>{},setGlobalModel:(B,S)=>{},getRecordValueByKeyName:B=>{}}),y=e.dataFieldNames;t.watch(()=>[e.value,e.mode,e.selectFirstOption,e.valueType,r.value],()=>{const{mode:B,selectFirstOption:S,value:E}=e,N=u(E),z=y.value;if(B==="multiple"||B==="tags"||B==="combobox"){if(N)s.value=N.split(",");else if(S){const j=t.unref(r)[0];s.value=j?[j[z]]:[]}}else if(N)s.value=N;else if(S){const j=t.unref(r)[0];s.value=j?j[z]:""}},{immediate:!0});const f=(B,S)=>{const E=y.label,N=y.value;let z;const j=S[E],F=S[N];return j!=null?z=j:F!=null&&(z=F),(z==null?void 0:z.toLowerCase().indexOf(B==null?void 0:B.toLowerCase()))>=0},x=B=>{const{label:S,value:E,options:N}=e.dataFieldNames;if(N&&Array.isArray(B))if(B.some(z=>N in z)){const z={},j=[];B.forEach(F=>{z[F[N]]||(z[F[N]]=[]),z[F[N]].push({[S]:F[S],[E]:F[E]})});for(const F in z)j.push({[S]:F,[N]:z[F]});return j}else return B;else if(!N)return B},m=t.ref(!1),h=async()=>{var B,S;if(e.dataType==="request"){m.value=!0;try{const E=await i();if(r.value=x(((S=(B=E==null?void 0:E.data)==null?void 0:B.data)==null?void 0:S.rows)||[]),e.selectFirstOption){let N=t.unref(r)[0];if(y.options){const z=N[y.options];z&&z.length&&(N=z[0])}s.value=N[y.value]}}catch(E){console.error(E)}finally{m.value=!1}}},{setLoadedData:g,loadedData:C}=t.inject(kt,{setLoadedData:(B,S)=>{},loadedData:{}}),p=t.computed(()=>{let B=s.value;if(e.valueType==="label"&&t.unref(s)&&t.unref(r)){const S=y.label,E=y.value;if(e.mode==="multiple")B=t.unref(r).filter(N=>t.unref(s).includes(N[E])).map(N=>N[S]);else{const N=t.unref(r).find(z=>t.unref(s)===z[E]);N&&(B=N[S])}}return B}),v=t.ref([]),b=t.computed(()=>{const B={};if(e.mode!=="multiple"){const S=t.unref(v).find(E=>E.value===t.unref(s));S&&(B.itemCodes=S.item_codes)}return B}),w=t.computed(()=>{const{value:B,label:S}=y,E=t.unref(r).find(N=>N[B]===t.unref(l));return E?{label:E[S],value:E[B]}:{}});c(e.id,{type:e.type,value:p,...t.unref(b),recordData:t.unref(w)});const T=Re(e)("selectChange",()=>{const B=e.id,S=d(B);c(B,{...S,...t.unref(b),RECORD:p,recordData:t.unref(w)})}),D=(B=[])=>{if(r.value=x(B),e.selectFirstOption){let S=t.unref(r)[0];if(y.options){const E=S[y.options];E&&E.length&&(S=E[0])}s.value=S[y.value]}c(e.id,{type:e.type,value:p,...t.unref(b),recordData:t.unref(w)})},O=Ze(e),I=async()=>{var B;try{m.value=!0;const S=await O(),{data:E}=(S==null?void 0:S.data)||{},N=y.label,z=y.value;if(E){const j=((B=S==null?void 0:S.data)==null?void 0:B.data)??[];v.value=j;const F=j.map(H=>({[N]:H.label,[z]:H.value})),{id:M}=e,P=d(M);c(M,{...P,...t.unref(b)}),g(M,!0),D(F)}else D([])}catch(S){console.error(S)}finally{m.value=!1}},_=t.computed(()=>{var B,S;return(S=cn(((B=e==null?void 0:e.graphicConfig)==null?void 0:B.controlList)||[]))==null?void 0:S.find(E=>E.conditionKey==="parentCode")}),L=t.ref(!1);t.watch(C,B=>{!t.unref(L)&&t.unref(_)&&B[t.unref(_).id]&&(L.value=!0,k())},{deep:!0});const k=()=>{switch(e.dataType){case"indicator":{if(t.unref(_)){if(t.unref(C)[t.unref(_).id]){const{mode:B}=e;B==="multiple"||B==="tags"||B==="combobox"?l.value=[]:l.value="",I()}}else I();break}case"request":h();break}};Oe(e,{selectChange:T,refreshData:k});const{setRequest:R}=t.inject(ze,{setRequest:({id:B,sortNum:S,requestFn:E})=>{}});return typeof R=="function"&&R({id:e.id,requestFn:k,sortNum:e.requestSort}),o({refreshData:k}),{style:n,getPopupContainer:a,myValue:s,selectChange:T,options:r,filterOption:f,loading:m,resultValue:l}}}),Ph="",qh="";function Zd(e,o,n,a,i,r){const s=t.resolveComponent("a-select-option"),l=t.resolveComponent("a-select");return t.openBlock(),t.createElementBlock("div",{class:"ecan-select",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"select",value:e.resultValue,"onUpdate:value":o[0]||(o[0]=d=>e.resultValue=d),placeholder:e.placeholder,showSearch:"",allowClear:e.isAllowClear,mode:e.mode,getPopupContainer:e.getPopupContainer,fieldNames:e.dataFieldNames,maxTagCount:e.maxTagCount,filterOption:e.filterOption,loading:e.loading,autoClearSearchValue:e.autoClearSearchValue,onChange:e.selectChange,style:t.normalizeStyle({fontSize:e.optionFontSize})},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,(d,c)=>(t.openBlock(),t.createBlock(s,{key:c,value:d.value,label:d.label,style:t.normalizeStyle({fontSize:e.optionFontSize})},null,8,["value","label","style"]))),128))]),_:1},8,["value","placeholder","allowClear","mode","getPopupContainer","fieldNames","maxTagCount","filterOption","loading","autoClearSearchValue","onChange","style"])],4)}const hl=Ce(xe(Yd,[["render",Zd],["__scopeId","data-v-2102cdda"]])),ua={...De,name:"树形下拉框选择器",keyName:"树形下拉框选择器",width:"120px",height:"33px",type:"ecanTreeSelect",multiple:!1,data:[{label:"选项一",value:"1",children:[{label:"子选项一",value:"1-1"},{label:"子选项二",value:"1-2"}]},{label:"选项二",value:"2"},{label:"选项三",value:"3"}],value:"",dataFieldNames:{label:"label",value:"value",children:"children"},maxTagCount:3,placeholder:"请选择",treeCheckable:!1,treeCheckStrictly:!1,selectFirstOption:!1},ha=Ae(ua),gl=["selectChange","refreshData"],Qd={name:"EcanTreeSelect",components:{ATreeSelect:ue.TreeSelect},props:{...ha},setup(e){const o=Ee(e),n=t.ref(e.data),a=(x,m)=>{const h=e.dataFieldNames,g=h.label,C=h.value;let p;const v=m[g],b=m[C];return v!=null?p=v:b!=null&&(p=b),(p==null?void 0:p.toLowerCase().indexOf(x==null?void 0:x.toLowerCase()))>=0},i=t.ref();t.watch(()=>[e.multiple,e.value,e.treeCheckable,e.selectFirstOption],()=>{const{multiple:x,value:m,selectFirstOption:h}=e;x?m?i.value=m.split(","):h&&(i.value=[t.unref(n)[0]]):m?i.value=m:h&&(i.value=t.unref(n)[0])},{immediate:!0});const r=t.ref(!1),s=qe(e),l=async()=>{var x,m;if(e.dataType==="request"){r.value=!0;try{const h=await s();n.value=((m=(x=h==null?void 0:h.data)==null?void 0:x.data)==null?void 0:m.rows)||[];const g=t.unref(n)[0];e.value===""&&g!=null&&(i.value=g[e.dataFieldNames.value])}catch(h){console.error(h)}finally{r.value=!1}}},{getGlobalModel:d,setGlobalModel:c}=t.inject(Ie,{getGlobalModel:x=>{},setGlobalModel:(x,m)=>{}});c(e.id,{type:e.type,value:i});const y=Re(e)("selectChange",()=>{const x=e.id,m=d(x);c(x,{...m,RECORD:i})});Oe(e,{selectChange:y,refreshData:l});const{setRequest:f}=t.inject(ze,{setRequest:({id:x,sortNum:m,requestFn:h})=>{}});return f({id:e.id,requestFn:l,sortNum:e.reque}),{style:o,treeData:n,filterTreeNode:a,myValue:i,loading:r,selectChange:y}}},Hh="",jh="";function Jd(e,o,n,a,i,r){const s=t.resolveComponent("a-tree-select");return t.openBlock(),t.createElementBlock("div",{class:"ecan-tree-select",style:t.normalizeStyle(a.style)},[t.createVNode(s,{class:"tree-select",value:a.myValue,"onUpdate:value":o[0]||(o[0]=l=>a.myValue=l),allowClear:"",showSearch:"",loading:a.loading,fieldNames:e.dataFieldNames,treeData:a.treeData,maxTagCount:e.maxTagCount,multiple:e.multiple,treeCheckable:e.treeCheckable,filterTreeNode:a.filterTreeNode,placeholder:e.placeholder,onChange:a.selectChange},null,8,["value","loading","fieldNames","treeData","maxTagCount","multiple","treeCheckable","filterTreeNode","placeholder","onChange"])],4)}const ml=Ce(xe(Qd,[["render",Jd],["__scopeId","data-v-37236421"]])),ga={...De,width:"260px",height:"32px",id:"",left:"0px",top:"0px",name:"单选框",keyName:"单选框",rotate:"",type:"ecanRadio",value:"",data:[{label:"选项一",value:"1"},{label:"选项二",value:"2"},{label:"选项三",value:"3"}],optionType:"default",tabBackgroundImage:"",activeTabBackgroundImage:"",activeTabColor:"#1890ff",tabColor:"#333",tabFontSize:"14px",tabHorizontalPadding:"0px",tabBarGutter:"24px",tabFlexDirection:"row",graphicConfig:{},tabTextAlign:""},ma=Ae(ga),yl=["checkboxChange","click"],Xd=t.defineComponent({name:"EcanRadio",components:{ARadioGroup:ue.RadioGroup,ARadioButton:ue.RadioButton,ARadio:ue.Radio},props:{...ma},setup(e,{expose:o}){const{pageMode:n}=t.inject(Pe,{pageMode:"normal"}),a=Ee(e),i=t.ref([]),r=t.ref(""),s=b=>{const w=e.value;let A=[];typeof w=="string"&&w!==""?A=A.concat(w.split(",")):Array.isArray(w)&&(A=A.concat(w)),i.value=b,r.value=A[0]||""};t.watch(()=>[e.data,e.value],([b])=>{t.unref(n)==="design"&&s(b)},{immediate:!0,deep:!0});const l=qe(e),d=async()=>{var A,T;if(e.dataType!=="request")return;const b=await l(),w=((T=(A=b==null?void 0:b.data)==null?void 0:A.data)==null?void 0:T.rows)||[];s(w)},{getGlobalModel:c,setGlobalModel:u}=t.inject(Ie,{getGlobalModel:b=>{},setGlobalModel:(b,w)=>{}});u(e.id,{type:e.type,value:r});const y=Re(e),f=()=>{const b=t.unref(i).find(w=>w.value===t.unref(r))||{};y("checkboxChange",()=>{const w=c(e.id);u(e.id,{...w,RECORD:r})},b)()},x=b=>{r.value=b,y("click",()=>{const w=c(e.id);u(e.id,{...w,RECORD:r})})()};t.watch(r,()=>{f()});const m=Ze(e),h=async()=>{var b;try{const w=await m(),{data:A}=(w==null?void 0:w.data)||{};if(A){const D=(((b=w==null?void 0:w.data)==null?void 0:b.data)??[]).map(O=>({label:O.label,value:O.value}));s(D)}else s([])}catch(w){console.error(w)}},g=()=>{switch(e.dataType){case"indicator":h();break;case"request":d();break}},{setRequest:C}=t.inject(ze,{setRequest:({id:b,sortNum:w,requestFn:A})=>{}});typeof C=="function"&&C({id:e.id,requestFn:g,sortNum:e.requestSort});const p=b=>{r.value=b.value},v=t.computed(()=>e.tabFlexDirection==="column"?{display:"flex",height:"30px",lineHeight:"30px"}:{});return t.onMounted(()=>{s(e.data)}),o({refreshData:g}),{myOption:i,style:a,myValue:r,radioStyle:v,onClickButton:x,useImagePath:mt,tabChange:p}}}),Gh="",Uh="",ef=["onClick"];function tf(e,o,n,a,i,r){const s=t.resolveComponent("a-radio"),l=t.resolveComponent("a-radio-button"),d=t.resolveComponent("a-radio-group");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["ecan-radio",e.optionType]),style:t.normalizeStyle(e.style)},[e.tabBackgroundImage&&e.activeTabBackgroundImage?(t.openBlock(),t.createElementBlock("div",{key:0,class:"tabs-header",style:t.normalizeStyle({fontSize:e.tabFontSize,flexDirection:e.tabFlexDirection,alignItems:e.tabTextAlign})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myOption,(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"tab",style:t.normalizeStyle({padding:`5px ${e.tabHorizontalPadding}`,color:e.myValue===c.value?e.activeTabColor:e.tabColor,backgroundImage:e.myValue===c.value?e.useImagePath(e.activeTabBackgroundImage,!0):e.useImagePath(e.tabBackgroundImage,!0),marginRight:e.tabFlexDirection==="row"?e.tabBarGutter:"0",marginBottom:e.tabFlexDirection==="column"?e.tabBarGutter:"0"}),key:u,onClick:t.withModifiers(y=>e.tabChange(c),["prevent","stop"])},[t.createElementVNode("div",{class:"tab-inner",style:t.normalizeStyle({borderBottom:!e.activeTabBackgroundImage&&!e.tabBackgroundImage?`1px solid ${e.myValue===c.value?e.activeTabColor:"transparent"}`:""})},t.toDisplayString(c.label),5)],12,ef))),128))],4)):(t.openBlock(),t.createBlock(d,{key:1,value:e.myValue,"onUpdate:value":o[0]||(o[0]=c=>e.myValue=c)},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myOption,c=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:c.value},[e.optionType==="default"?(t.openBlock(),t.createBlock(s,{key:0,value:c.value,style:t.normalizeStyle(e.radioStyle)},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.label),1)]),_:2},1032,["value","style"])):e.optionType==="button"?(t.openBlock(),t.createBlock(l,{key:1,value:c.value,onClick:u=>e.onClickButton(c.value)},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.label),1)]),_:2},1032,["value","onClick"])):t.createCommentVNode("",!0)],64))),128))]),_:1},8,["value"]))],6)}const xl=Ce(xe(Xd,[["render",tf],["__scopeId","data-v-83a05acd"]])),ya={...De,id:"",name:"饼图",keyName:"饼图",type:"ecanPie",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:335},{name:"名称二",value:310},{name:"名称三",value:234}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",titleLeft:"",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],backgroundColor:"",tooltipShow:!0,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,tooltipTextStyleColor:"",tooltipTrigger:"item",tooltipFormatter:"{marker} {b} {c} ({d}%)",legendShow:!0,legendTextStyleColor:"#333",legendOrient:"vertical",legendTop:"top",legendLeft:"left",innerRadius:"0%",outerRadius:"60%",centerLeft:"50%",centerTop:"50%",minAngle:0,labelShow:!0,labelColor:"#333",labelWidth:100,labelOverflow:"none",isUseLabelColors:!1,labelFontSize:12,labelPosition:"outside",labelFormatter:"{b}\\n{d}%",labelLineShow:!0,labelLineLength:10,labelLineLength2:15,roseType:"",valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},dataFieldConfigType:"value",gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",graphicConfig:{},toolboxShow:!1,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",legendItemGap:10,legendItemWidth:25,legendItemHeight:14,legendFormatter:"{name}",legendFontSize:"12px",tooltipPosition:"",graphicType:"ecanPie",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1},xa=Ae(ya),pl=["click","refreshData","resetRecord"],Xt=async e=>{var d;const o=await pt.post(e,{},{responseType:"blob"}),{data:n,headers:a}=o,i=a["content-disposition"].replace(/\w+;filename=(.*)/,"$1"),r=new Blob([n]),s=document.createElement("a"),l=window.URL.createObjectURL(r);s.href=l,s.download=decodeURI(i),s.style.display="none",document.body.appendChild(s),s.click(),(d=s.parentNode)==null||d.removeChild(s),window.URL.revokeObjectURL(l)},pa={id:"",type:"ecanModal",title:"",titleFontSize:"14px",titleColor:"",width:"1000px",height:"800px",originalWidth:"1920px",originalHeight:"1080px",backgroundColor:"#fff",backgroundImage:"",backgroundSize:"100% 100%",keyName:"弹窗",componentList:[],fullModal:!1,destroyOnClose:!0,position:"default",closeBtnColor:"#333",isShowCloseBtn:!0,events:[],borderRadius:"0",borderWidth:"0px",borderColor:"",boxShadow:"0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05)",allComponentList:[],requestList:[]},ba=Ae(pa),bl=["showModal","hideModal"],Nt=["ecanBorder","ecanTabs","ecanCirculate"];function vl(e){const{containerMap:o={},sourceList:n=[]}=e,a=Le.cloneDeep(e.componentList),i=a.filter(r=>r.type==="ecanTabs"&&r.isAutoScroll);if(i!=null&&i.length)for(const r of i){const s=o[r.id],l=[];if((!Jt(r,"componentList")||!(r!=null&&r.componentList))&&(r.componentList=[]),s){let d=0;for(const c in s){const u=s[c],y=[];if(u!=null&&u.length)for(const f of u){let x=a.find(m=>m.id===f);x||(x=n.find(m=>m.id===f)),x&&(y.push(x),Nt.includes(x.type)&&y.push(...fn(x.id,o,n)))}for(const f of y)Jt(f,"scale")?parseFloat(c)>0&&(f.left=parseFloat(f.left)+d+"px"):(f.left=parseFloat(f.sourceLeft||f.left)-parseFloat(r.sourceLeft||r.left)+d+"px",f.top=parseFloat(f.sourceTop||f.top)-parseFloat(r.sourceTop||r.top)+"px"),l.includes(f.id)||l.push(f.id);r.componentList.push(...y),d=sf(y)}}for(const d of l){const c=a.findIndex(u=>u.id===d);c!==-1&&a.splice(c,1)}}return a}function Sl(e){var r,s;const{combinationMap:o={},sourceList:n=[]}=e,a=e.containerMap,i=Le.cloneDeep([...e.componentList,...of(a,n)]);if(nf(a,i),(r=Object.keys(a))!=null&&r.length||(s=Object.keys(o))!=null&&s.length){for(const f in a){const x=i.find(m=>m.id===f);if(x){Jt(x,"parentId")||(x.parentId="",x.sourceLeft=x.left,x.sourceTop=x.top);for(const m in a[f])if(a[f][m])for(const h of a[f][m]){const g=i.find(C=>C.id===h);g&&(g.parentId=f,g.sourceLeft=g.left,g.sourceTop=g.top,g.left=parseFloat(g.left)-parseFloat(x.sourceLeft||x.left)+"px",g.top=parseFloat(g.top)-parseFloat(x.sourceTop||x.top)+"px")}}}const l=Array.from(new Set(i.filter(f=>(!Jt(f,"parentId")||f.parentId==="")&&f.combinationId).map(f=>f.combinationId))),d=af(l,{...e,componentList:i});d!=null&&d.length&&i.unshift(...d);const c=["ecanPie","ecanLine","ecanBar","ecanScatter","ecanComboGraph","ecanCustomGraph","ecanRadar","ecanMap"],u=i.filter(f=>c.includes(f.type)&&!Jt(f,"parentId")),y=[];for(const f of u)if(f){const x=f.id+"_vir";y.push({id:x,keyName:f.keyName+"_vir",parentId:"",type:"ecanBorder",borderRadius:"",borderWidth:null,width:f.width,height:f.height,left:f.left,top:f.top,sourceLeft:f.left,sourceTop:f.top}),f.parentId=x,f.sourceLeft=f.left,f.sourceTop=f.top,f.left=0,f.top=0}y!=null&&y.length&&i.unshift(...y);for(const f of i){const x=document.body.clientWidth;if(f.parentId===""&&Nt.includes(f.type))f.sourceWidth=parseFloat(f.width),f.height=(x/(f.sourceWidth/parseFloat(f.height))).toFixed(2)+"px",f.width="100%",f.position="relative",f.top="auto",f.left="auto";else{const m=i.find(h=>h.id===f.parentId);if((m==null?void 0:m.parentId)===""){const h=m.sourceWidth||parseFloat(m.width),g=x/h;f.scale=g,f.top=parseFloat(f.top)*g-parseFloat(f.height)*(1-g)/2+"px",f.left=parseFloat(f.left)*g-parseFloat(f.width)*(1-g)/2+"px"}}f.type==="ecanModal"&&(f.parentId="",f.fullModal=!0)}return rf(i)}return i}function nf(e,o){const n=Le.cloneDeep(e),a=o.filter(i=>i.type==="ecanTabs"&&i.isAutoScroll);if(a!=null&&a.length)for(const i of a){const r=n[i.id];for(const s in r)for(const l of r[s]){const d=o.find(c=>c.id===l);if(d&&Nt.includes(d.type)){const c=fn(d.id,n,o);for(const u of c)e[i.id][s].push(u.id),Nt.includes(u.type)&&delete e[u.id];delete e[d.id]}}}}function of(e,o){const n=[],a=o.filter(i=>i.type==="ecanTabs"&&i.isAutoScroll);if(a!=null&&a.length)for(const i of a){const r=e[i.id];for(const s in r)if(parseFloat(s)>0)for(const l of r[s]){const d=o.find(c=>c.id===l);d&&(n.push(d),Nt.includes(d.type)&&n.push(...fn(d.id,e,o)))}}return n}function fn(e,o,n){const a=[],i=o[e];for(const r in i)for(const s of i[r]){const l=n.find(d=>d.id===s);l&&(a.push(l),Nt.includes(l.type)&&a.push(...fn(l.id,o,n)))}return a}function af(e,o,n){const{combinationMap:a={},componentList:i=[]}=o,r=[];for(const s of e){const l=a[s];if(l!=null&&l.length){const d=i.filter(c=>l.includes(c.id));if(d!=null&&d.length){const c=lf(d);if(c){r.push({...c,id:s,keyName:s,parentId:n||"",type:"ecanBorder",borderRadius:"",borderWidth:null,sourceLeft:c.left,sourceTop:c.top});for(const u of d)u&&(u.parentId=s,u.sourceLeft=u.left,u.sourceTop=u.top,u.left=parseFloat(u.left)-parseFloat(c.left)+"px",u.top=parseFloat(u.top)-parseFloat(c.top)+"px")}}}}return r}function rf(e){const n=e.filter(a=>a.parentId==="");if(n!=null&&n.length){const a=Le.cloneDeep(n).map(i=>({...i,sourceTop:parseFloat(i.sourceTop),sourceLeft:parseFloat(i.sourceLeft)}));for(let i=0;i<a.length-1;i++)for(let r=0;r<a.length-i-1;r++){let s=!1;if((a[r].sourceTop-a[r+1].sourceTop>50||Math.abs(a[r+1].sourceTop-a[r].sourceTop)<=50&&a[r].sourceLeft>a[r+1].sourceLeft)&&(s=!0),s){const l=a[r];a[r]=a[r+1],a[r+1]=l}}for(const i of a){const r=e.findIndex(s=>s.id===i.id);r!==-1&&e.splice(r,1)}return[...a,...e]}return e}function lf(e){const o=e.sort((r,s)=>parseFloat(r.top)-parseFloat(s.top))[0],n=e.sort((r,s)=>parseFloat(r.left)-parseFloat(s.left))[0],a=e.map(r=>({...r,computedTop:parseFloat(r.top)+parseFloat(r.height)})).sort((r,s)=>s.computedTop-r.computedTop)[0],i=e.map(r=>({...r,computedLeft:parseFloat(r.left)+parseFloat(r.width)})).sort((r,s)=>s.computedLeft-r.computedLeft)[0];return o&&n&&a&&i?{left:n.left,top:o.top,width:i.computedLeft-parseFloat(n.left)+"px",height:a.computedTop-parseFloat(o.top)+"px"}:null}function sf(e){const o=e.map(n=>parseFloat(n.left)+parseFloat(n.width)).sort((n,a)=>a-n)[0];return o||0}function va(e,o,n){const a=e[n],i=[];if(a)for(const r in a){const s=a[r];for(const l of s){const d=o.find(c=>c.id===l);d&&(i.push(d),Nt.includes(d.type)&&i.push(...fn(d.id,e,o)))}}return i}const cf=t.defineComponent({name:"Render",props:{component:{type:Object,default:()=>{}}},setup(e,{emit:o}){o("ready",e.component.id)}});function df(e,o,n,a,i,r){return e.component.parentId?(t.openBlock(),t.createBlock(t.Teleport,{key:0,to:"#container_"+e.component.parentId},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.component.type),t.mergeProps({style:{scale:e.component.scale}},e.component),null,16,["style"]))],8,["to"])):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.component.type),t.normalizeProps(t.mergeProps({key:1},e.component)),null,16))}const ff=Ce(xe(cf,[["render",df]])),uf=t.defineComponent({name:"EcanModal",components:{AModal:ue.Modal,CloseOutlined:p0,Render:ff},props:{...ba},setup(e,{emit:o}){const n=t.ref([]),a=t.inject("isMobile",!1),i=t.inject("getContainerMap",()=>{}),r=t.inject("getCombinationMap",()=>{}),{clearInteractiveData:s,interactiveData:l,setRequestData:d}=t.inject(Ie,{setRequestData:(Z,oe)=>{},clearInteractiveData:()=>{},interactiveData:null}),c=()=>document.getElementById("ProviderConfig")||document.body,u=t.computed(()=>{const Z=e.position;return{verticalAlign:{default:"",top:"top",center:"middle",bottom:"bottom"}[Z]}}),y=e.fullModal?"1920px":e.width,f=e.fullModal?"1080px":e.height,x=e.originalWidth,m=e.originalHeight,h=t.ref("80%"),g=t.ref(0),C=t.ref(),p=t.ref(0),v=t.ref({}),b=Ee(e),w=t.ref({}),A=t.ref(!1),T=t.ref();let D;const O=()=>{C.value=parseFloat(y)/parseFloat(x);const Z=parseFloat(f)/parseFloat(m),oe=document.body.offsetWidth,ee=document.body.offsetHeight;g.value=oe*t.unref(C),p.value=ee*Z,h.value=`${t.unref(C)*100}%`,v.value={width:`${t.unref(g)}px`,height:`${t.unref(p)}px`,border:`${e.borderWidth} solid ${e.borderColor}`,borderRadius:e.borderRadius+"px",boxShadow:e.boxShadow},w.value={...t.unref(b),backgroundImage:mt(e.backgroundImage,!0)},a?w.value={...w.value,width:"100%",height:"100%"}:w.value={...w.value,transform:`scale(${t.unref(g)/parseFloat(y)},${t.unref(p)/parseFloat(f)})`,width:y,height:f}},I=Le.debounce(()=>{O()},100),_=()=>{const Z=window.MutationObserver;D=new Z(I),D.observe(document.body,{attributes:!0,attributeFilter:["style"],attributeOldValue:!0})},L=()=>{D&&(D.disconnect(),D.takeRecords(),D=null)},k=t.ref(!1),{touchRequest:R}=t.inject(ze,{touchRequest:()=>{}}),B=t.ref(""),S=()=>{var ee;const{title:Z}=e,oe=(ee=t.unref(l))==null?void 0:ee.RECORD;return oe?_e(Z,{textData:oe},{useNewline:!1,useSpace:!1}):Z},E=Re(e),N=()=>{a&&(document.documentElement.style.overflow="hidden"),B.value=S(),k.value=!0},z=E("hideModal",()=>{o("close"),a&&(document.documentElement.style.overflow="hidden auto",n.value=[]),k.value=!1}),j=()=>{z()},F=()=>{z(),s()},{setModalModel:M,pushUseModalIds:P,popUseModalIds:H}=t.inject(ki,{pushUseModalIds:Z=>{},popUseModalIds:()=>{},setModalModel:(Z,oe)=>{}}),Q=t.computed(()=>{let Z=e.componentList;const oe=Le.cloneDeep(e.componentList),ee=i(),ie=r(),ce={containerMap:ee,combinationMap:ie};a&&(Z=Sl({...ce,componentList:oe,sourceList:e.allComponentList})),Z=vl({...ce,componentList:Z,sourceList:e.allComponentList});const ve=[];for(const we of Z)if(we.type==="ecanCirculate"){const ke=va(ee,t.unref(oe),we.id);we.componentList=ke,ve.push(...ke.map(Te=>Te.id))}if(ve!=null&&ve.length)for(const we of ve){const ke=Z.findIndex(Te=>Te.id===we);ke!==-1&&Z.splice(ke,1)}return Z}),V=()=>{const Z=e.id;let oe=[];const ee=e.componentList;Array.isArray(ee)&&(oe=ee.map(ie=>ie.id),M(Z,[...new Set(oe)]))},q=t.ref(!1),$={};for(const Z of e.requestList)$[Z.requestName]=qe(Z);const U=async()=>{var Z;for(const oe in $){const ee=await $[oe]();d(oe,((Z=ee==null?void 0:ee.data)==null?void 0:Z.data)||{})}q.value=!0};t.watch(()=>k.value,async Z=>{if(Z)A.value=!1,await U(),P(e.id),V(),await t.nextTick(()=>{O(),window.addEventListener("resize",I),_(),A.value=!0}),R();else{for(const oe in $)d(oe,{});H(),window.removeEventListener("resize",I),L()}});const J=t.computed(()=>t.unref(C)>=1),ae=t.computed(()=>e.fullModal),ne=t.computed(()=>{let Z="ecan-modal";return t.unref(J)&&(Z+=" ecan-full-width-modal"),t.unref(ae)&&(Z+=" ecan-full-modal"),Z});return Oe(e,{showModal:N,hideModal:z}),{modalRef:T,containStyle:v,contentStyle:w,getContainer:c,modalStyle:u,modalWith:h,isFullModal:ae,style:b,visible:k,showModal:N,onOk:j,onCancel:F,isFullWidth:J,wrapClassName:ne,ready:A,usedComponentList:Q,isMobile:a,readyIds:n,hasOwn:Jt,onComponentReady:Z=>{n.value.push(Z)},formatTitle:B,requestLoaded:q}}}),Yh="",Zh="";function hf(e,o,n,a,i,r){const s=t.resolveComponent("close-outlined"),l=t.resolveComponent("render"),d=t.resolveComponent("a-modal");return t.openBlock(),t.createBlock(d,{getContainer:e.getContainer,wrapClassName:e.wrapClassName,centered:"",visible:e.visible,footer:null,width:e.isFullModal||e.isFullWidth?"100%":e.modalWith,destroyOnClose:e.destroyOnClose,style:t.normalizeStyle(e.modalStyle),closable:!1,onOk:e.onOk,onCancel:e.onCancel,ref:"modalRef",id:"container_"+e.id},{default:t.withCtx(()=>[t.createElementVNode("div",{class:"contain",ref:"containRef",style:t.normalizeStyle(e.containStyle)},[e.ready?(t.openBlock(),t.createElementBlock("div",{key:0,class:"content",style:t.normalizeStyle(e.contentStyle)},[t.createElementVNode("div",{class:"header-bar",style:t.normalizeStyle({backgroundColor:e.backgroundColor,padding:"20px 30px",height:e.isMobile?"62px":""})},[e.formatTitle?(t.openBlock(),t.createElementBlock("div",{key:0,class:"ant-modal-title",style:t.normalizeStyle({fontSize:e.titleFontSize,color:e.titleColor})},t.toDisplayString(e.formatTitle),5)):t.createCommentVNode("",!0),e.isShowCloseBtn?(t.openBlock(),t.createBlock(s,{key:1,class:"close-icon",style:t.normalizeStyle({color:e.closeBtnColor}),onClick:e.onCancel},null,8,["style","onClick"])):t.createCommentVNode("",!0)],4),e.requestLoaded&&e.usedComponentList.length?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(e.isMobile?"mobile-wrap":"")},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.usedComponentList,(c,u)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:c.id+u},[e.isMobile?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.hasOwn(c,"parentId")&&(e.readyIds.includes(c.parentId)||c.parentId==="")?(t.openBlock(),t.createBlock(l,{key:0,component:c,onReady:e.onComponentReady},null,8,["component","onReady"])):t.createCommentVNode("",!0)],64)):(t.openBlock(),t.createBlock(t.resolveDynamicComponent(c.type),t.normalizeProps(t.mergeProps({key:1},c)),null,16))],64))),128))],2)):t.renderSlot(e.$slots,"default",{key:1},void 0,!0)],4)):t.createCommentVNode("",!0)],4)]),_:3},8,["getContainer","wrapClassName","visible","width","destroyOnClose","style","onOk","onCancel","id"])}const It=Ce(xe(uf,[["render",hf],["__scopeId","data-v-513bc596"]]));ot.use([_t.CanvasRenderer,bt.PieChart,Be.TitleComponent,Be.ToolboxComponent,Be.TooltipComponent,Be.LegendComponent]);const gf=t.defineComponent({name:"EcanPie",props:{...xa},components:{Spin:qt,Echarts:wt,EcanModal:It},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.ref(!1),r=Ee(e),s=t.ref([]),l=t.ref(),d=t.ref({}),c=t.computed(()=>{let{data:L=[]}=t.unref(s)[0]||{};if(Array.isArray(e.colors)){const k=e.isUseLabelColors,R=e.colors;L=L.map((B,S)=>({label:k?{color:R[S]}:{},...B}))}return{textStyle:{fontFamily:t.unref(a)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:i.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var k;i.value=!0,(k=l.value)==null||k.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subtext:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},tooltip:{show:e.tooltipShow,trigger:e.tooltipTrigger,formatter:k=>{const{marker:R,seriesName:B,name:S,value:E,percent:N,data:z}=k||{};return _e(e.tooltipFormatter,{textData:{marker:R,name:S,value:E,percent:N,a:B,b:S,c:E,d:N,...z}},{useNewline:!0,useSpace:!0})},textStyle:{color:e.tooltipTextStyleColor},position:e.tooltipPosition||void 0},legend:t.unref(d),color:e.colors,series:[{data:L,type:"pie",radius:[e.innerRadius,e.outerRadius],center:[e.centerLeft,e.centerTop],roseType:e.roseType,avoidLabelOverlap:!0,minAngle:e.minAngle,label:{show:e.labelPosition!=="center"&&e.labelShow,color:e.labelColor,fontSize:i.value?Ke:e.labelFontSize,position:e.labelPosition,formatter:$c(e.labelFormatter),width:e.labelWidth,overflow:e.labelOverflow},labelLine:{show:e.labelLineShow,length:e.labelLineLength,length2:e.labelLineLength2},emphasis:{itemStyle:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"},label:{}}}]}}),u=()=>{const L=i.value?Ke:parseFloat(e.legendFontSize);d.value={type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,align:"left",textStyle:{lineHeight:L+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:L}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,formatter:k=>{const{data:R}=s.value[0]||{};let B=0,S,E="0%";if(R)for(const N of R)N.name===k&&(S=+N.value),B+=+N.value;return B&&(E=`${(S/B*100).toFixed(2)}%`),sn(e.legendFormatter,{name:k,value:S,percent:E})}}},y=()=>{i.value=!1},{getGlobalModel:f,setGlobalModel:x}=t.inject(Ie,{getGlobalModel:L=>{},setGlobalModel:(L,k)=>{}}),m=(L=[],k)=>{const{dataset:R}=Ht(L,k);s.value=R},h=(L=[],k)=>{const R=Ht(L,k);s.value=R.dataset};t.watch(()=>e.data,L=>{(e.dataType==="static"||t.unref(n)==="design")&&m(L)},{immediate:!0,deep:!0}),t.watch(()=>[e.legendShow,e.legendOrient,e.legendTop,e.legendLeft,e.legendTextStyleColor,e.labelFontSize,e.legendItemHeight,e.legendItemWidth,e.legendItemGap,e.legendFormatter,e.legendFontSize,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll],()=>{u()},{immediate:!0});const g=t.ref(!1),C=qe(e),p=async()=>{var L,k;if(e.dataType==="request")try{g.value=!0;const R=await C();m((k=(L=R==null?void 0:R.data)==null?void 0:L.data)==null?void 0:k.rows,e.valueTypeDataFieldNames)}catch(R){console.error(R)}finally{g.value=!1}},v=Re(e);x(e.id,{type:e.type,RECORD:""});const b=v("click",L=>{const k=f(e.id);x(e.id,{...k,type:e.type,RECORD:L==null?void 0:L.data})}),w=Ze(e),A=async()=>{var L;try{g.value=!0;const k=await w(),{data:R}=(k==null?void 0:k.data)||{};if(R){const{columns:B=[],rows:S=[]}=((L=k==null?void 0:k.data)==null?void 0:L.data)??{};let E=[];if(B.length>0){const N=B[0],z=B[1];E=S.filter(j=>!!j).map(j=>({name:j[N],value:isNaN(j[z])?0:j[z]||0}))}h(E)}}catch(k){console.error(k)}finally{g.value=!1}},{loadedData:T}=t.inject(kt,{loadedData:{}}),D=t.ref(!1);t.watch(T,L=>{if(e.dataType==="indicator"){const k=ln(e.graphicConfig);k!=null&&k.length&&(!t.unref(D)&&dt(e.graphicConfig,L)?(D.value=!0,O()):dt(e.graphicConfig,L)||(D.value=!1))}},{deep:!0});const O=()=>{switch(e.dataType){case"indicator":dt(e.graphicConfig,t.unref(T))&&A();break;case"request":p();break}};Oe(e,{resetRecord:()=>{const L=e.id,k=f(L);x(L,{...k,RECORD:""})},refreshData:O,click:b}),o({refreshData:O});const{setRequest:_}=t.inject(ze,{setRequest:L=>{}});return typeof _=="function"&&_({id:e.id,requestFn:O,sortNum:e.requestSort}),{option:c,style:r,click:b,onClose:y,loading:g,ecanModal:l}}}),Jh="";function mf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,autoresize:"",onClick:e.click},null,8,["option","onClick"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"])],4)}const Cl=Ce(xe(gf,[["render",mf]])),Sa={...De,id:"",name:"折线图",keyName:"折线图",type:"ecanLine",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:235,type:"类型一"},{name:"名称二",value:280,type:"类型一"},{name:"名称三",value:230,type:"类型一"},{name:"名称四",value:335,type:"类型一"}],titleText:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",titleSubtext:"",titleLeft:"",legendShow:!0,legendOrient:"horizontal",legendTextStyleColor:"#333",legendTop:"top",legendLeft:"center",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],symbolSize:4,lineStyleWidth:2,smooth:!1,xAxisLabelWidth:void 0,xAxisLabelRotate:0,xAxisLabelOverflow:"none",xAxisLabelInterval:0,xAxisSplitLineShow:!0,xAxisSplitAreaShow:!1,xAxisSplitLineInterval:0,xAxisSplitLineStyleColor:"#333",xAxisLabelColor:"#333",xAxisLineShow:!0,xAxisLineStyleColor:"#333",xAxisTickShow:!0,xAxisLabelFormatter:"{value}",xAxisMinInterval:0,yAxisMinInterval:0,yAxisSplitLineShow:!0,yAxisSplitAreaShow:!1,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333",yAxisLineAlwaysDisplay:!1,yAxisLabelFormatter:"{value}",gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},keyTypeDataFieldNames:{name:"name",types:[]},dataFieldConfigType:"value",graphicConfig:{},tooltipShow:!0,tooltipFormatter:"{marker} {a} {c}",toolboxShow:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",areaStyleOpacity:0,areaGradientShow:!1,areaGradientColor:"",isBoundaryGap:!0,yAxisLabelShow:!0,yAxisSplitLineType:"solid",legendItemGap:10,legendItemWidth:25,legendItemHeight:14,legendType:"",shadowColor:"",shadowBlur:0,shadowOffsetY:0,shadowOffsetX:0,legendFontSize:"12px",xAxisLabelFontSize:"12px",yAxisLabelFontSize:"12px",graphicType:"ecanLine",tooltipPosition:"",isShowMarkLine:!1,markLineType:"average",legendFormatter:"{name}",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1,yAxisName:"",xAxisName:"",xAxisMaxValue:null,yAxisMaxValue:null},Ca=Ae(Sa),wl=["click","refreshData","resetRecord"];ot.use([_t.CanvasRenderer,bt.LineChart,Be.ToolboxComponent,Be.TitleComponent,Be.LegendComponent,Be.MarkLineComponent]);const yf=t.defineComponent({name:"EcanLine",props:{...Ca},components:{Spin:qt,Echarts:wt,EcanModal:It},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.ref(),r=t.ref(!1),s=Ee(e),l=t.ref([]),d=t.ref([]),c=t.ref(),u=t.computed(()=>r.value?Ke:12),y=t.ref({});let f;const x=t.ref([]),m=t.computed(()=>{const S=e.xAxisLabelFormatter,E=e.yAxisLabelFormatter;return{textStyle:{fontFamily:t.unref(a)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:r.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var N;r.value=!0,(N=c.value)==null||N.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subText:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},color:e.colors,tooltip:{trigger:"axis",textStyle:{fontSize:u.value},show:e.tooltipShow,formatter:N=>{var M;const z=N.length;let j="",F=e.tooltipFormatter;f=(M=N[0])==null?void 0:M.data,F===""&&(F="{marker} {a} {c}");for(let P=0;P<z;P++){const{marker:H,seriesName:Q,name:V,value:q,data:$}=N[P]||{};if(P===0){let U=V;typeof V=="string"&&V[0]==="0"&&!isNaN(+V)&&(U=(+V).toString()),j+=`${ft(S,U)}<br/>`}j+=_e(F,{textData:{marker:H,name:V,value:q,a:Q,b:V,c:q||0,...$}},{useNewline:!0,useSpace:!0}),j+="<br/>"}return j},position:e.tooltipPosition||void 0},xAxis:{type:"category",boundaryGap:e.isBoundaryGap,data:t.unref(d).map(N=>{let z={};return N&&typeof N=="object"?z={...N}:z={value:N},z}),minInterval:e.xAxisMinInterval,splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor},interval:e.xAxisSplitLineInterval},splitArea:{show:e.xAxisSplitAreaShow},axisLabel:{color:e.xAxisLabelColor,interval:e.xAxisLabelInterval||0,rotate:e.xAxisLabelRotate,width:e.xAxisLabelWidth,overflow:e.xAxisLabelOverflow,fontSize:e.xAxisLabelFontSize,formatter(N){return typeof N=="string"&&N[0]==="0"&&!isNaN(+N)&&(N=(+N).toString()),ft(S,N)}},axisLine:{show:e.xAxisLineShow,lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow},name:e.xAxisName,nameTextStyle:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,align:"left"},max:e.xAxisMaxValue||null},yAxis:{type:"value",minInterval:e.yAxisMinInterval,splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor,type:e.yAxisSplitLineType}},splitArea:{show:e.yAxisSplitAreaShow},axisLabel:{show:e.yAxisLabelShow,fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,formatter(N){return ft(E,N)}},axisLine:{show:e.yAxisLineAlwaysDisplay,lineStyle:{color:e.yAxisLineStyleColor}},name:e.yAxisName,nameTextStyle:{fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,align:"right"},max:e.yAxisMaxValue||null},legend:{type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{lineHeight:(r.value?Ke:parseFloat(e.legendFontSize))+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:r.value?Ke:e.legendFontSize}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,data:t.unref(x).map(N=>({name:N.name,icon:e.legendType})),formatter:N=>sn(e.legendFormatter,{name:N})},series:t.unref(l)}}),h=()=>{r.value=!1},{getGlobalModel:g,setGlobalModel:C}=t.inject(Ie,{getGlobalModel:S=>{},setGlobalModel:(S,E)=>{}}),p=t.computed(()=>e.isShowMarkLine?{markLine:{data:[{type:e.markLineType}]}}:{}),v=(S=[],E=!1)=>{let N;if(e.dataFieldConfigType==="key"){const M=E?e.keyTypeDataFieldNames:null;N=Dt(S,M)}else if(e.dataFieldConfigType==="value"){const M=E?e.valueTypeDataFieldNames:null;N=Ht(S,M)}d.value=N.dimensions,x.value=N.dataset;const z=N.dataset,j=[],F=z.length;for(let M=0;M<F;M++){const P={};e.shadowColor&&(P.shadowColor=e.shadowColor,P.shadowBlur=e.shadowBlur,P.shadowOffsetY=e.shadowOffsetY,P.shadowOffsetX=e.shadowOffsetX),j.push({type:"line",...z[M],symbolSize:e.symbolSize,smooth:e.smooth,areaStyle:{color:e.areaGradientShow?{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.colors[M]},{offset:1,color:e.areaGradientColor||"transparent"}],global:!1}:e.colors[M],opacity:e.areaStyleOpacity},lineStyle:{width:e.lineStyleWidth,...P},...t.unref(p)})}l.value=j},b=(S=[],E,N=!1)=>{const j=Dt(S,N?E:null,!0);d.value=j.dimensions,x.value=j.dataset;const F=j.dataset,M=[],P=F.length;for(let H=0;H<P;H++){const Q={};e.shadowColor&&(Q.shadowColor=e.shadowColor,Q.shadowBlur=e.shadowBlur,Q.shadowOffsetY=e.shadowOffsetY,Q.shadowOffsetX=e.shadowOffsetX),M.push({type:"line",...F[H],symbolSize:e.symbolSize,smooth:e.smooth,areaStyle:{color:e.areaGradientShow?{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.colors[H]},{offset:1,color:e.areaGradientColor||"transparent"}],global:!1}:e.colors[H],opacity:e.areaStyleOpacity},lineStyle:{width:e.lineStyleWidth,...Q},...t.unref(p)})}l.value=M};t.watch(()=>[e.data,e.symbolSize,e.smooth,e.lineStyleWidth,e.areaStyleOpacity,e.areaGradientShow,e.areaGradientColor,e.shadowColor,e.shadowBlur,e.shadowOffsetY,e.shadowOffsetX,e.legendFontSize,e.isShowMarkLine,e.markLineType,e.legendFormatter,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll],([S])=>{(e.dataType==="static"||t.unref(n)==="design")&&v(S)},{immediate:!0,deep:!0});const w=t.ref(!1),A=qe(e),T=async()=>{var S,E;if(e.dataType==="request")try{w.value=!0;const N=await A();v((E=(S=N==null?void 0:N.data)==null?void 0:S.data)==null?void 0:E.rows,!0)}catch(N){console.error(N)}finally{w.value=!1}},D=Re(e);C(e.id,{type:e.type,RECORD:""});const O=D("click",S=>{const E=g(e.id);C(e.id,{...E,type:e.type,RECORD:e.tooltipShow?f:S.data})}),I=S=>{i.value.chart.containPixel("grid",[S.offsetX,S.offsetY])&&O()};e.tooltipShow?y.value["zr:click"]=I:y.value.click=O;const _=Ze(e),L=async()=>{var S;try{w.value=!0;const E=await _(),{columns:N=[],rows:z=[]}=((S=E==null?void 0:E.data)==null?void 0:S.data)??{};let j;N.length>0&&(j={name:N[0],types:N.slice(1).map(F=>({label:F,value:F}))}),b(z,j,!0)}catch(E){console.error(E)}finally{w.value=!1}},k=()=>{switch(e.dataType){case"indicator":L();break;case"request":T();break}};Oe(e,{refreshData:k,resetRecord:()=>{const S=e.id,E=g(S);C(S,{...E,RECORD:""})},click:O});const{setRequest:B}=t.inject(ze,{setRequest:S=>{}});return typeof B=="function"&&B({id:e.id,requestFn:k,sortNum:e.requestSort}),o({refreshData:k}),{option:m,style:s,click:O,loading:w,onClose:h,ecanModal:c,eventObj:y,echartRef:i}}}),e1="";function xf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,t.mergeProps({ref:"echartRef",option:e.option,autoresize:""},t.toHandlers(e.eventObj)),null,16,["option"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"])],4)}const Al=Ce(xe(yf,[["render",xf]])),wa={...De,id:"",name:"柱状图",keyName:"柱状图",type:"ecanBar",width:"400px",height:"400px",top:"",left:"",rotate:"",xAxisLabelFormatter:"{value}",yAxisLabelFormatter:"{value}",yAxisLineAlwaysDisplay:!1,data:[{name:"名称一",value:335,type:"类型一"},{name:"名称二",value:310,type:"类型一"},{name:"名称三",value:310,type:"类型一"}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legendShow:!0,legendTextStyleColor:"#333",legendOrient:"horizontal",legendTop:"top",legendLeft:"center",tooltipShow:!0,tooltipTextStyleColor:"",tooltipFormatter:"{marker} {a} {c}",xAxisSplitLineShow:!0,xAxisSplitLineInterval:0,xAxisSplitAreaShow:!1,xAxisSplitLineStyleColor:"#333",xAxisLabelInterval:0,xAxisLabelColor:"#333",xAxisLabelWidth:void 0,xAxisLabelRotate:0,xAxisLabelOverflow:"none",xAxisLineShow:!0,xAxisLineStyleColor:"#333",xAxisTickShow:!0,xAxisMinInterval:0,yAxisMinInterval:0,yAxisLabelWidth:void 0,yAxisLabelRotate:0,yAxisLabelOverflow:"none",yAxisSplitLineShow:!0,yAxisSplitAreaShow:!1,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333",valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},keyTypeDataFieldNames:{name:"name",types:[]},dataFieldConfigType:"value",barWidth:"40%",gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",graphicConfig:{},toolboxShow:!1,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",isUseHorizontalAxis:!1,axisInverse:!1,xAxisInverse:!1,yAxisInverse:!1,isStack:!1,labelShow:!1,labelFontSize:"12px",labelPosition:"inside",labelColor:"",labelWidth:100,labelOverflow:"none",labelFormatter:"{c}",toolboxLocation:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,gradientShow:!1,gradientColors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientOffset:1,barBorderRadius:"",yAxisLabelShow:!0,yAxisSplitLineType:"solid",xAxisSplitLineType:"solid",legendItemGap:10,legendItemWidth:25,legendItemHeight:14,showBarBackground:!1,legendType:"",legendFontSize:"12px",xAxisLabelFontSize:"12px",yAxisLabelFontSize:"12px",graphicType:"ecanBar",tooltipPosition:"",isShowMarkLine:!1,markLineType:"average",legendFormatter:"{name}",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1,yAxisName:"",xAxisName:"",defaultRangeValue:!1,startValue:"",endValue:"",xAxisMaxValue:null,yAxisMaxValue:null},Aa=Ae(wa),kl=["refreshData","click","resetRecord"];ot.use([_t.CanvasRenderer,bt.BarChart,Be.TitleComponent,Be.LegendComponent,Be.DatasetComponent,Be.ToolboxComponent,Be.MarkLineComponent]);const pf=t.defineComponent({name:"EcanBar",props:{...Aa},components:{Spin:qt,Echarts:wt,EcanModal:It,AModal:ue.Modal},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.inject("usedComponentList",[]),r=t.ref(),s=t.ref(!1),l=t.ref(!1),d=t.ref(null),c=t.ref([]),u=Ee(e),y=t.ref([]),f=t.ref(),x=t.ref({});let m;const h=t.computed(()=>s.value?Ke:12),g=t.computed(()=>{const{gradientShow:Q,gradientColors:V,gradientOffset:q,barBorderRadius:$}=e,U=t.unref(y),J=U.length,ae=[];for(let ne=0;ne<J;ne++){const se={...U[ne],type:"bar",barWidth:e.barWidth,showBackground:e.showBarBackground};if(e.isStack&&(se.stack="stack"),se.label={show:e.labelShow,fontSize:e.labelFontSize,position:e.labelPosition,color:e.labelColor,width:e.labelWidth,overflow:e.labelOverflow,formatter:Z=>{let oe="",ee=e.labelFormatter;ee===""&&(ee="{c}");const{seriesName:ie,name:ce,value:ve,data:we}=Z||{};return oe+=_e(ee,{textData:{name:ce,value:ve,a:ie,b:ce,c:ve||0,...we}},{useNewline:!0,useSpace:!0}),oe}},se.itemStyle={},Q&&(se.itemStyle={color:{x:e.isUseHorizontalAxis?1:0,y:0,x2:0,y2:e.isUseHorizontalAxis?0:1,colorStops:[{offset:0,color:e.colors[ne]},{offset:q,color:V[ne]},{offset:1,color:V[ne]}]}}),$){const Z=$.split(",");if(Z!=null&&Z.length){const oe=[];for(const ee of Z){const ie=parseFloat(ee);isNaN(ie)||oe.push(ie)}se.itemStyle.borderRadius=oe}}e.isShowMarkLine&&(se.markLine={data:[{type:e.markLineType}]}),ae.push(se)}return ae}),C=t.ref([]),p=t.ref(!1),v=t.computed(()=>{const Q=e.yAxisLabelFormatter,V=e.xAxisLabelFormatter;return{textStyle:{fontFamily:t.unref(a)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myLocation:{show:s.value?!1:e.toolboxLocation,title:"快速定位",icon:"path://M512 512m-80 0a80 80 0 1 0 160 0 80 80 0 1 0-160 0Z, M960 480h-33.632C910.752 276.16 747.84 113.248 544 97.632V64a32 32 0 1 0-64 0v33.632C276.16 113.248 113.248 276.16 97.632 480H64a32 32 0 0 0 0 64h33.632C113.248 747.84 276.16 910.752 480 926.368V960a32 32 0 1 0 64 0v-33.632C747.84 910.752 910.752 747.84 926.368 544H960a32 32 0 1 0 0-64zM544 862.368V800a32 32 0 1 0-64 0v62.368C311.424 847.104 176.896 712.576 161.632 544H224a32 32 0 1 0 0-64H161.632C176.896 311.424 311.424 176.896 480 161.632V224a32 32 0 0 0 64 0V161.632c168.576 15.296 303.104 149.792 318.368 318.368H800a32 32 0 1 0 0 64h62.368c-15.264 168.576-149.792 303.104-318.368 318.368z",onclick(){l.value=!0;const q=r.value.chart.getOption(),{xAxis:$}=q||{};$&&$.length&&(c.value=$[0].data)}},myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:s.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var q;s.value=!0,(q=f.value)==null||q.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subtext:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},color:e.colors,tooltip:{trigger:"axis",show:e.tooltipShow,formatter:q=>{var ae;const $=q.length;let U="",J=e.tooltipFormatter;m=(ae=q[0])==null?void 0:ae.data,J===""&&(J="{marker} {a} {c}");for(let ne=0;ne<$;ne++){const{marker:se,seriesName:Z,name:oe,value:ee,data:ie}=q[ne]||{};if(ne===0){let ce=oe;typeof oe=="string"&&oe[0]==="0"&&!isNaN(+oe)&&(ce=(+oe).toString()),U+=`${ft(V,ce)}<br/>`}U+=_e(J,{textData:{marker:se,name:oe,value:ee,a:Z,b:oe,c:ee||0,...ie}},{useNewline:!0,useSpace:!0}),U+="<br/>"}return U},textStyle:{color:e.tooltipTextStyleColor,fontSize:h.value},position:e.tooltipPosition||void 0},legend:{type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{lineHeight:(s.value?Ke:parseFloat(e.legendFontSize))+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:s.value?Ke:e.legendFontSize}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,data:t.unref(y).map((q,$)=>({name:q.name,itemStyle:{color:e.colors[$]},icon:e.legendType})),formatter:q=>sn(e.legendFormatter,{name:q})},xAxis:{type:e.isUseHorizontalAxis?"value":"category",data:e.isUseHorizontalAxis?null:t.unref(T),inverse:e.isUseHorizontalAxis?e.xAxisInverse:e.axisInverse,minInterval:e.xAxisMinInterval,splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor,type:e.xAxisSplitLineType},interval:e.xAxisSplitLineInterval},splitArea:{show:e.xAxisSplitAreaShow},axisLabel:{color:e.xAxisLabelColor,interval:e.xAxisLabelInterval||0,rotate:e.xAxisLabelRotate,width:e.xAxisLabelWidth,overflow:e.xAxisLabelOverflow,fontSize:e.xAxisLabelFontSize,formatter(q){return typeof q=="string"&&q[0]==="0"&&!isNaN(+q)&&(q=(+q).toString()),ft(V,q)}},axisLine:{show:e.xAxisLineShow,lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow},name:e.xAxisName,nameTextStyle:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,align:"left"},max:e.xAxisMaxValue||null},yAxis:{type:e.isUseHorizontalAxis?"category":"value",data:e.isUseHorizontalAxis?t.unref(C):null,inverse:e.isUseHorizontalAxis?e.axisInverse:e.yAxisInverse,minInterval:e.yAxisMinInterval,splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor,type:e.yAxisSplitLineType}},splitArea:{show:e.yAxisSplitAreaShow},axisLabel:{show:e.yAxisLabelShow,fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,rotate:e.yAxisLabelRotate,width:e.yAxisLabelWidth,overflow:e.yAxisLabelOverflow,formatter(q){return ft(Q,q)}},axisLine:{show:e.yAxisLineAlwaysDisplay,lineStyle:{color:e.yAxisLineStyleColor}},name:e.yAxisName,nameTextStyle:{fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,align:"right"},max:e.yAxisMaxValue||null},series:t.unref(g)}}),b=()=>{s.value=!1},w=(Q=[],V=!1)=>{let q={};if(e.dataFieldConfigType==="key"){const $=V?e.keyTypeDataFieldNames:null;q=Dt(Q,$)}else if(e.dataFieldConfigType==="value"){const $=V?e.valueTypeDataFieldNames:null;q=Ht(Q,$)}y.value=q.dataset,C.value=q.dimensions},A=(Q=[],V,q=!1)=>{const U=Dt(Q,q?V:null,!0);e.defaultRangeValue&&Or({props:e,componentList:t.unref(i),getGlobalModel:z},U),y.value=U.dataset,C.value=U.dimensions},T=t.computed(()=>t.unref(C).map(Q=>{let V={};return Q&&typeof Q=="object"?V={...Q}:V={value:Q},V}));t.watch(()=>[e.data,e.labelFormatter,e.legendFormatter,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll],([Q])=>{(e.dataType==="static"||t.unref(n)==="design")&&w(Q)},{immediate:!0,deep:!0});const D=qe(e),O=async()=>{var Q,V;try{p.value=!0;const q=await D();w((V=(Q=q==null?void 0:q.data)==null?void 0:Q.data)==null?void 0:V.rows,!0)}catch(q){console.error(q)}finally{p.value=!1}},I=Ze(e),_=async()=>{var Q;try{p.value=!0;const V=await I(),{columns:q=[],rows:$=[]}=((Q=V==null?void 0:V.data)==null?void 0:Q.data)??{};let U;q.length>0&&(U={name:q[0],types:q.slice(1).map(J=>({label:J,value:J}))}),A($,U,!0)}catch(V){console.error(V)}finally{p.value=!1}},{loadedData:L}=t.inject(kt,{loadedData:{}}),k=t.ref(!1);t.watch(L,Q=>{if(e.dataType==="indicator"){const V=ln(e.graphicConfig);V!=null&&V.length&&(!t.unref(k)&&dt(e.graphicConfig,Q)?(k.value=!0,R()):dt(e.graphicConfig,Q)||(k.value=!1))}},{deep:!0});const R=()=>{switch(e.dataType){case"indicator":dt(e.graphicConfig,t.unref(L))&&_();break;case"request":O();break}},B=(Q,V)=>!!t.unref(c)[V.value].value.includes(Q),S=async()=>{l.value=!1;const Q=r.value.chart.getOption();for(let V=0;V<7;V++)await E(Q,V)},E=(Q,V)=>new Promise(q=>{setTimeout(()=>{const{series:$,color:U,xAxis:J}=Q,ae=r.value.chart,{splitArea:ne={}}=J[0]||{};$.forEach((se,Z)=>{const oe=se.data;let ee="";V%2?ee=U[Z]+"a8":ee=U[Z],oe[d.value].itemStyle={color:ee}}),V%2?(ne.show=!0,ne.areaStyle.color=t.unref(c).map((se,Z)=>Z===d.value?"#ff003b26":"")):ne.show=!1,ae.setOption({series:$,xAxis:J}),q()},200)});o({refreshData:R});const N=Re(e),{getGlobalModel:z,setGlobalModel:j}=t.inject(Ie,{getGlobalModel:Q=>{},setGlobalModel:(Q,V)=>{}});j(e.id,{type:e.type,RECORD:""});const F=N("click",Q=>{const V=z(e.id);j(e.id,{...V,type:e.type,RECORD:e.tooltipShow?m:Q.data})}),{setRequest:M}=t.inject(ze,{setRequest:Q=>{}});typeof M=="function"&&M({id:e.id,requestFn:R,sortNum:e.requestSort});const P=()=>{const Q=e.id,V=z(Q);j(Q,{...V,RECORD:""})},H=Q=>{r.value.chart.containPixel("grid",[Q.offsetX,Q.offsetY])&&F()};return e.tooltipShow?x.value["zr:click"]=H:x.value.click=F,Oe(e,{refreshData:R,click:F,resetRecord:P}),{option:v,style:u,refreshData:R,click:F,loading:p,onClose:b,ecanModal:f,echartRef:r,handleLocationOk:S,onFilterOption:B,locationVisible:l,locationValue:d,locationNames:c,eventObj:x}}}),n1="",o1="",bf=e=>(t.pushScopeId("data-v-d8caf47f"),e=e(),t.popScopeId(),e),vf={class:"location-wrap"},Sf=bf(()=>t.createElementVNode("div",{class:"location-text"},"选择分类:",-1));function Cf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal"),c=t.resolveComponent("a-select-option"),u=t.resolveComponent("a-select"),y=t.resolveComponent("a-modal");return t.openBlock(),t.createElementBlock("div",{class:"ecan-bar",style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,t.mergeProps({ref:"echartRef",option:e.option,"update-options":{notMerge:!0},autoresize:""},t.toHandlers(e.eventObj)),null,16,["option"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"]),t.createVNode(y,{visible:e.locationVisible,"onUpdate:visible":o[1]||(o[1]=f=>e.locationVisible=f),title:"快速定位",onOk:e.handleLocationOk},{default:t.withCtx(()=>[t.createElementVNode("div",vf,[Sf,t.createVNode(u,{value:e.locationValue,"onUpdate:value":o[0]||(o[0]=f=>e.locationValue=f),style:{width:"100%"},placeholder:"请选择","show-search":"","filter-option":e.onFilterOption},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.locationNames,(f,x)=>(t.openBlock(),t.createBlock(c,{key:x,value:x},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f.value),1)]),_:2},1032,["value"]))),128))]),_:1},8,["value","filter-option"])])]),_:1},8,["visible","onOk"])],4)}const Tl=Ce(xe(pf,[["render",Cf],["__scopeId","data-v-d8caf47f"]])),ka={...De,id:"",name:"散点图",keyName:"散点图",type:"ecanScatter",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:233,value:335},{name:556,value:310},{name:56,value:234}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",tooltipShow:!0,tooltipTrigger:"item",tooltipFormatter:"{marker} {b} {c}",legendShow:!1,legendOrient:"horizontal",legendTextStyleColor:"#333",legendTop:"top",legendLeft:"center",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],symbolSize:10,xAxisSplitLineShow:!0,xAxisSplitAreaShow:!1,xAxisSplitLineInterval:0,xAxisSplitLineStyleColor:"#333",xAxisLineStyleColor:"#333",xAxisTickShow:!0,xAxisLabelColor:"#333",xAxisLabelOverflow:"none",xAxisLabelInterval:0,xAxisLabelWidth:void 0,xAxisLabelRotate:0,xAxisLabelFormatter:"{value}",yAxisSplitLineShow:!0,yAxisSplitAreaShow:!1,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333",yAxisLineAlwaysDisplay:!1,yAxisLabelFormatter:"{value}",dataFieldNames:{name:"name",value:"value"},gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",graphicConfig:{},toolboxShow:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",yAxisLabelShow:!0,yAxisSplitLineType:"solid",xAxisLabelFontSize:"12px",yAxisLabelFontSize:"12px",graphicType:"ecanScatter",tooltipPosition:"",isShowMarkLine:!1,markLineType:"average",yAxisName:"",xAxisName:""},Ta=Ae(ka),Bl=["click","refreshData","resetRecord"];ot.use([_t.CanvasRenderer,bt.ScatterChart,Be.ToolboxComponent,Be.TitleComponent,Be.TooltipComponent,Be.LegendComponent,Be.MarkLineComponent]);const wf=t.defineComponent({name:"EcanScatter",props:{...Ta},components:{Spin:qt,Echarts:wt,EcanModal:It},setup(e){const{pageMode:o,fontFamily:n}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),a=t.ref(!1),i=Ee(e),r=t.ref([]),s=t.ref(),l=t.computed(()=>a.value?Ke:12),d=t.computed(()=>e.isShowMarkLine?{markLine:{data:[{type:e.markLineType}]}}:{}),c=t.computed(()=>{const A=e.xAxisLabelFormatter,T=e.yAxisLabelFormatter;return{textStyle:{fontFamily:t.unref(n)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:a.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var D;a.value=!0,(D=s.value)==null||D.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subtext:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},color:e.colors,xAxis:{splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor},interval:e.xAxisSplitLineInterval},splitArea:{show:e.xAxisSplitAreaShow},axisLabel:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,interval:e.xAxisLabelInterval||0,rotate:e.xAxisLabelRotate,width:e.xAxisLabelWidth,overflow:e.xAxisLabelOverflow,formatter(D){return typeof D=="string"&&D[0]==="0"&&!isNaN(+D)&&(D=(+D).toString()),ft(A,D)}},axisLine:{lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow},name:e.xAxisName,nameTextStyle:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,align:"left"}},yAxis:{splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor,type:e.yAxisSplitLineType}},splitArea:{show:e.yAxisSplitAreaShow},axisLabel:{show:e.yAxisLabelShow,fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,formatter(D){return ft(T,D)}},axisLine:{show:e.yAxisLineAlwaysDisplay,lineStyle:{color:e.yAxisLineStyleColor}},name:e.yAxisName,nameTextStyle:{fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,align:"right"}},tooltip:{show:e.tooltipShow,trigger:e.tooltipTrigger,formatter(D){var R;const{marker:O,seriesName:I}=D,_=((R=D==null?void 0:D.data)==null?void 0:R.record)??{},{name:L,value:k}=_;return _e(e.tooltipFormatter,{textData:{marker:O,seriesName:I,a:I,b:L,c:k,..._}})},axisPointer:{type:"cross"},textStyle:{fontSize:l.value},position:e.tooltipPosition||void 0},legend:{show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{color:e.legendTextStyleColor,fontSize:l.value}},series:[{data:t.unref(r),type:"scatter",symbolSize:e.symbolSize,...t.unref(d)}]}}),{getGlobalModel:u,setGlobalModel:y}=t.inject(Ie,{getGlobalModel:A=>{},setGlobalModel:(A,T)=>{}}),f=(A=[],T)=>{const{name:D="name",value:O="value"}=T||{};r.value=A.map(I=>({value:[I[D],I[O]],record:I}))};t.watch(()=>e.data,A=>{(e.dataType==="static"||t.unref(o)==="design")&&f(A)},{immediate:!0,deep:!0});const x=t.ref(!1),m=qe(e),h=async()=>{var A,T;if(e.dataType==="request"){x.value=!0;try{const D=await m();f((T=(A=D==null?void 0:D.data)==null?void 0:A.data)==null?void 0:T.rows,e.dataFieldNames)}catch(D){console.error(D)}finally{x.value=!1}}},g=()=>{a.value=!1},C=Re(e);y(e.id,{type:e.type,RECORD:""});const p=C("click",A=>{const T=e.id,D=u(T);y(T,{...D,type:e.type,RECORD:A==null?void 0:A.data})});Oe(e,{refreshData:()=>{h()},click:p,resetRecord:()=>{const A=e.id,T=u(A);y(A,{...T,RECORD:""})}});const{setRequest:w}=t.inject(ze,{setRequest:A=>{}});return typeof w=="function"&&w({id:e.id,requestFn:h,sortNum:e.requestSort}),{option:c,style:i,click:p,loading:x,onClose:g,ecanModal:s}}}),i1="";function Af(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,autoresize:"",onClick:e.click},null,8,["option","onClick"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"])],4)}const El=Ce(xe(wf,[["render",Af]])),Ba={...De,id:"",name:"自定义图表",keyName:"自定义图表",type:"ecanCustomGraph",width:"400px",height:"400px",option:{},optionCode:"",graphicType:"ecanCustomGraph"},Ea=Ae(Ba),kf=t.defineComponent({name:"EcanCustomGraph",props:{...Ea},components:{Echarts:wt},setup(e){const o=Ee(e),n=t.ref();return t.watch(()=>e.optionCode,a=>{try{const i=eval;n.value=i(a)}catch(i){console.error(i)}},{immediate:!0}),{style:o,myOption:n,echarts:ds}}});function Tf(e,o,n,a,i,r){const s=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(s,{option:e.myOption,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])],4)}const Dl=Ce(xe(kf,[["render",Tf]])),Da={...De,id:"",name:"组合图表",keyName:"组合图表",type:"ecanComboGraph",width:"400px",height:"400px",data:[{name:"名称一",value:335,type:"类型一"},{name:"名称二",value:410,type:"类型一"},{name:"名称三",value:210,type:"类型一"},{name:"名称一",value:510,type:"类型二"},{name:"名称二",value:731,type:"类型二"},{name:"名称三",value:910,type:"类型二"}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legendShow:!0,legendTextStyleColor:"#333",legendOrient:"horizontal",legendTop:"top",legendLeft:"center",tooltipShow:!0,tooltipTextStyleColor:"",tooltipTrigger:"item",tooltipFormatter:"{marker} {a} {c}",xAxisLabelInterval:0,xAxisSplitLineShow:!0,xAxisSplitAreaShow:!1,xAxisSplitLineInterval:0,xAxisLabelRotate:0,xAxisLabelOverflow:"none",xAxisLabelWidth:void 0,xAxisSplitLineStyleColor:"#333",xAxisLabelColor:"#333",xAxisLineShow:!0,xAxisLineStyleColor:"#333",xAxisTickShow:!0,xAxisMinInterval:0,xAxisLabelFormatter:"{value}",yAxisLabelFormatter:"{value}",yAxisMinInterval:0,yAxisLeftSplitLineShow:!0,yAxisRightSplitLineShow:!0,yAxisSplitAreaShow:!1,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333",yAxisLineAlwaysDisplay:!1,valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},keyTypeDataFieldNames:{name:"name",types:[]},dataFieldConfigType:"value",seriesTypes:[{type:"bar",axisIndex:0},{type:"line",axisIndex:0}],yAxis:[{axisLabelFormatter:"{value}"},{axisLabelFormatter:"{value}"}],gridContainLabel:!0,gridTop:"10%",gridBottom:"10%",gridLeft:"5%",gridRight:"5%",graphicConfig:{},toolboxShow:!1,toolboxLocation:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",areaStyleOpacity:0,symbolSize:4,lineStyleWidth:2,smooth:!1,barWidth:"40%",barBorderRadius:"",areaGradientShow:!1,areaGradientColor:"",yAxisLabelShow:!0,yAxisLeftSplitLineType:"solid",yAxisRightSplitLineType:"solid",gradientShow:!1,gradientColors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientOffset:1,legendType:"",legendItemGap:10,legendItemWidth:25,legendItemHeight:14,shadowColor:"",shadowBlur:0,shadowOffsetY:0,shadowOffsetX:0,legendFontSize:"12px",xAxisLabelFontSize:"12px",yAxisLabelFontSize:"12px",graphicType:"ecanComboGraph",tooltipPosition:"",isShowMarkLine:!1,markLineType:"average",legendFormatter:"{name}",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1,yAxisLeftName:"",yAxisRightName:"",xAxisName:"",defaultRangeValue:!1,startValue:"",endValue:"",xAxisMaxValue:null,yAxisMaxValue:null},Ia=Ae(Da),Il=["refreshData","click","resetRecord"];ot.use([_t.CanvasRenderer,bt.BarChart,bt.LineChart,Be.TitleComponent,Be.LegendComponent,Be.DatasetComponent,Be.ToolboxComponent,Be.MarkLineComponent]);const Bf=t.defineComponent({name:"EcanComboGraph",props:{...Ia},components:{Spin:qt,Echarts:wt,EcanModal:It,AModal:ue.Modal},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.inject("usedComponentList",[]),{getGlobalModel:r,setGlobalModel:s}=t.inject(Ie,{getGlobalModel:V=>{},setGlobalModel:(V,q)=>{}}),l=t.ref(),d=t.ref(!1),c=t.ref(!1),u=t.ref(null),y=t.ref([]),f=t.ref({});let x;const m=Ee(e),h=t.ref([]),g=t.ref([]),C=t.ref(),p=t.ref([]),v=t.computed(()=>d.value?Ke:12),b=t.computed(()=>({textStyle:{fontFamily:t.unref(a)},title:{text:e.titleText,subtext:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myLocation:{show:d.value?!1:e.toolboxLocation,title:"快速定位",icon:"path://M512 512m-80 0a80 80 0 1 0 160 0 80 80 0 1 0-160 0Z, M960 480h-33.632C910.752 276.16 747.84 113.248 544 97.632V64a32 32 0 1 0-64 0v33.632C276.16 113.248 113.248 276.16 97.632 480H64a32 32 0 0 0 0 64h33.632C113.248 747.84 276.16 910.752 480 926.368V960a32 32 0 1 0 64 0v-33.632C747.84 910.752 910.752 747.84 926.368 544H960a32 32 0 1 0 0-64zM544 862.368V800a32 32 0 1 0-64 0v62.368C311.424 847.104 176.896 712.576 161.632 544H224a32 32 0 1 0 0-64H161.632C176.896 311.424 311.424 176.896 480 161.632V224a32 32 0 0 0 64 0V161.632c168.576 15.296 303.104 149.792 318.368 318.368H800a32 32 0 1 0 0 64h62.368c-15.264 168.576-149.792 303.104-318.368 318.368z",onclick(){c.value=!0;const V=l.value.chart.getOption(),{xAxis:q}=V||{};q&&q.length&&(y.value=q[0].data)}},myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:d.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var V;d.value=!0,(V=C.value)==null||V.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},grid:{top:e.gridTop,bottom:e.gridBottom,left:e.gridLeft,right:e.gridRight,containLabel:e.gridContainLabel},color:e.colors,legend:{type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{lineHeight:(d.value?Ke:parseFloat(e.legendFontSize))+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:d.value?Ke:e.legendFontSize}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,data:t.unref(p).map((V,q)=>({name:V.name,itemStyle:{color:e.colors[q]},icon:e.legendType})),formatter:V=>sn(e.legendFormatter,{name:V})},tooltip:{trigger:"axis",show:e.tooltipShow,formatter:V=>{var ae;const q=V.length;let $="",U=e.tooltipFormatter;x=(ae=V[0])==null?void 0:ae.data,U===""&&(U="{marker} {a} {c}");const J=e.seriesTypes;for(let ne=0;ne<q;ne++){const se=J[ne],{tooltipFormatter:Z}=se||{},{marker:oe,seriesName:ee,name:ie,value:ce,data:ve}=V[ne]||{};if(ne===0){let we=ie;typeof ie=="string"&&ie[0]==="0"&&!isNaN(+ie)&&(we=(+ie).toString()),$+=`${ft(e.xAxisLabelFormatter,we)}<br/>`}$+=_e(Z||U,{textData:{marker:oe,name:ie,value:ce,seriesName:ee,a:ee,b:ie,c:ce||0,...ve}},{useNewline:!0,useSpace:!0}),$+="<br/>"}return $},textStyle:{color:e.tooltipTextStyleColor,fontSize:v.value},position:e.tooltipPosition||void 0},xAxis:{minInterval:e.xAxisMinInterval,type:"category",data:t.unref(g).map(V=>{let q={};return V&&typeof V=="object"?q={...V}:q={value:V},q}),splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor},interval:e.xAxisSplitLineInterval},splitArea:{show:e.xAxisSplitAreaShow},axisLabel:{color:e.xAxisLabelColor,interval:e.xAxisLabelInterval||0,rotate:e.xAxisLabelRotate,width:e.xAxisLabelWidth,overflow:e.xAxisLabelOverflow,fontSize:e.xAxisLabelFontSize,formatter(V){return typeof V=="string"&&V[0]==="0"&&!isNaN(+V)&&(V=(+V).toString()),ft(e.xAxisLabelFormatter,V)}},axisLine:{show:e.xAxisLineShow,lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow},name:e.xAxisName,nameTextStyle:{fontSize:e.xAxisLabelFontSize,color:e.xAxisLabelColor,align:"left"},max:e.xAxisMaxValue||null},yAxis:t.unref(O),series:t.unref(h)})),w=()=>{d.value=!1},A=(V=[],q=!1)=>{let $;if(e.dataFieldConfigType==="key"){const J=q?e.keyTypeDataFieldNames:null;$=Dt(V,J)}else if(e.dataFieldConfigType==="value"){const J=q?e.valueTypeDataFieldNames:null;$=Ht(V,J)}g.value=$.dimensions;const U=$.dataset;p.value=$.dataset,h.value=D(U)},T=(V=[],q,$=!1)=>{const J=Dt(V,$?q:null,!0);e.defaultRangeValue&&Or({props:e,componentList:t.unref(i),getGlobalModel:r},J),g.value=J.dimensions;const ae=J.dataset;p.value=J.dataset,h.value=D(ae)};function D(V){const q=[],$=V.length,U=e.seriesTypes;for(let J=0;J<$;J++){const ae=U[J],{type:ne,axisIndex:se}=ae||{};let Z={type:ne,yAxisIndex:se,...V[J]};if(ne==="line"){const oe={};e.shadowColor&&(oe.shadowColor=e.shadowColor,oe.shadowBlur=e.shadowBlur,oe.shadowOffsetY=e.shadowOffsetY,oe.shadowOffsetX=e.shadowOffsetX),Z={...Z,symbolSize:e.symbolSize,smooth:e.smooth,itemStyle:{color:e.colors[J]},areaStyle:{color:e.areaGradientShow?{type:"linear",x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.colors[J]},{offset:1,color:e.areaGradientColor||"transparent"}],global:!1}:e.colors[J],opacity:e.areaStyleOpacity},lineStyle:{width:e.lineStyleWidth,...oe}}}if(ne==="bar"){const{gradientShow:oe,gradientColors:ee,gradientOffset:ie}=e,ce={};if(e.barBorderRadius){const ve=e.barBorderRadius.split(",");if(ve!=null&&ve.length){const we=[];for(const ke of ve){const Te=parseFloat(ke);isNaN(Te)||we.push(Te)}ce.borderRadius=we}}oe&&(ce.color={x:0,y:0,x2:0,y2:1,colorStops:[{offset:0,color:e.colors[J]},{offset:ie,color:ee[J]},{offset:1,color:ee[J]}]}),Z={...Z,barWidth:e.barWidth,itemStyle:ce}}e.isShowMarkLine&&(Z.markLine={data:[{type:e.markLineType}]}),q.push(Z)}return q}t.watch(()=>[e.data,e.seriesTypes,e.symbolSize,e.smooth,e.areaStyleOpacity,e.lineStyleWidth,e.barWidth,e.barBorderRadius,e.areaGradientShow,e.areaGradientColor,e.gradientShow,e.gradientColors,e.gradientOffset,e.shadowColor,e.shadowBlur,e.shadowOffsetY,e.shadowOffsetX,e.legendFontSize,e.xAxisLabelFormatter,e.isShowMarkLine,e.markLineType,e.legendFormatter,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll],([V])=>{(e.dataType==="static"||t.unref(n)==="design")&&A(V)},{immediate:!0,deep:!0});const O=t.computed(()=>{const V=e.yAxis;return V==null?void 0:V.map((q,$)=>({type:"value",minInterval:e.yAxisMinInterval,splitLine:{show:$===0?e.yAxisLeftSplitLineShow:e.yAxisRightSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor,type:$===0?e.yAxisLeftSplitLineType:e.yAxisRightSplitLineType}},splitArea:{show:e.yAxisSplitAreaShow},axisLabel:{show:e.yAxisLabelShow,fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,formatter(U){return ft(q.axisLabelFormatter,U)}},axisLine:{show:e.yAxisLineAlwaysDisplay,lineStyle:{color:e.yAxisLineStyleColor}},name:$===0?e.yAxisLeftName:e.yAxisRightName,nameTextStyle:{fontSize:e.yAxisLabelFontSize,color:e.yAxisLabelColor,align:$===0?"right":"left"},max:e.yAxisMaxValue||null}))}),I=t.ref(!1),_=qe(e),L=async()=>{var V,q;if(e.dataType==="request")try{I.value=!0;const $=await _();A((q=(V=$==null?void 0:$.data)==null?void 0:V.data)==null?void 0:q.rows,!0)}catch($){console.error($)}finally{I.value=!1}},k=Ze(e),R=async()=>{var V;try{I.value=!0;const q=await k(),{columns:$=[],rows:U=[]}=((V=q==null?void 0:q.data)==null?void 0:V.data)??{};let J;$.length>0&&(J={name:$[0],types:$.slice(1).map(ae=>({label:ae,value:ae}))}),T(U,J,!0)}catch(q){console.error(q)}finally{I.value=!1}},{loadedData:B}=t.inject(kt,{loadedData:{}}),S=t.ref(!1);t.watch(B,V=>{if(e.dataType==="indicator"){const q=ln(e.graphicConfig);q!=null&&q.length&&(!t.unref(S)&&dt(e.graphicConfig,V)?(S.value=!0,E()):dt(e.graphicConfig,V)||(S.value=!1))}},{deep:!0});const E=()=>{switch(e.dataType){case"indicator":dt(e.graphicConfig,t.unref(B))&&R();break;case"request":L();break}},N=(V,q)=>!!t.unref(y)[q.value].value.includes(V),z=async()=>{c.value=!1;const V=l.value.chart.getOption();for(let q=0;q<7;q++)await j(V,q)},j=(V,q)=>new Promise($=>{setTimeout(()=>{const{series:U,color:J,xAxis:ae}=V,ne=l.value.chart,{splitArea:se={}}=ae[0]||{};U.forEach((Z,oe)=>{const ee=Z.data;let ie="";q%2?ie=J[oe]+"a8":ie=J[oe],ee[u.value].itemStyle={color:ie}}),q%2?(se.show=!0,se.areaStyle.color=t.unref(y).map((Z,oe)=>oe===u.value?"#ff003b26":"")):se.show=!1,ne.setOption({series:U,xAxis:ae}),$()},200)});o({refreshData:E});const F=Re(e);s(e.id,{type:e.type,RECORD:""});const M=F("click",V=>{const q=r(e.id);s(e.id,{...q,type:e.type,RECORD:e.tooltipShow?x:V==null?void 0:V.data})}),P=V=>{l.value.chart.containPixel("grid",[V.offsetX,V.offsetY])&&M()};e.tooltipShow?f.value["zr:click"]=P:f.value.click=M;const{setRequest:H}=t.inject(ze,{setRequest:V=>{}});return typeof H=="function"&&H({id:e.id,requestFn:E,sortNum:e.requestSort}),Oe(e,{resetRecord:()=>{const V=e.id,q=r(V);s(V,{...q,RECORD:""})},refreshData:E,click:M}),{style:m,option:b,click:M,loading:I,onClose:w,ecanModal:C,echartRef:l,handleLocationOk:z,onFilterOption:N,locationVisible:c,locationValue:u,locationNames:y,eventObj:f}}}),s1="",c1="",Ef=e=>(t.pushScopeId("data-v-b2e232e1"),e=e(),t.popScopeId(),e),Df={class:"location-wrap"},If=Ef(()=>t.createElementVNode("div",{class:"location-text"},"选择分类:",-1));function Rf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal"),c=t.resolveComponent("a-select-option"),u=t.resolveComponent("a-select"),y=t.resolveComponent("a-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,t.mergeProps({ref:"echartRef",option:e.option,"update-options":{notMerge:!0},autoresize:""},t.toHandlers(e.eventObj)),null,16,["option"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:"",onClick:e.click},null,8,["option","onClick"])]),_:1},8,["spinning"])]),_:1},8,["onClose"]),t.createVNode(y,{visible:e.locationVisible,"onUpdate:visible":o[1]||(o[1]=f=>e.locationVisible=f),title:"快速定位",onOk:e.handleLocationOk},{default:t.withCtx(()=>[t.createElementVNode("div",Df,[If,t.createVNode(u,{value:e.locationValue,"onUpdate:value":o[0]||(o[0]=f=>e.locationValue=f),style:{width:"100%"},placeholder:"请选择","show-search":"","filter-option":e.onFilterOption},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.locationNames,(f,x)=>(t.openBlock(),t.createBlock(c,{key:x,value:x},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(f.value),1)]),_:2},1032,["value"]))),128))]),_:1},8,["value","filter-option"])])]),_:1},8,["visible","onOk"])],4)}const Rl=Ce(xe(Bf,[["render",Rf],["__scopeId","data-v-b2e232e1"]])),Ra={...De,id:"",name:"雷达图",keyName:"雷达图",type:"ecanRadar",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:235,type:"类型一"},{name:"名称二",value:280,type:"类型一"},{name:"名称三",value:230,type:"类型一"},{name:"名称四",value:335,type:"类型一"},{name:"名称五",value:435,type:"类型一"},{name:"名称六",value:215,type:"类型一"}],titleText:"",titleSubtext:"",titleFontSize:"12px",titleColor:"#333",fontWeight:400,textAlign:"left",legendShow:!0,legendOrient:"horizontal",legendTextStyleColor:"#333",legendTop:"top",legendLeft:"center",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],valueTypeDataFieldNames:{name:"name",value:"value",type:"type"},keyTypeDataFieldNames:{name:"name",types:[]},dataFieldConfigType:"value",tooltipShow:!0,tooltipFormatter:"{marker} {a} {c}",toolboxShow:!1,toolboxDownloadShow:!0,toolboxDataZoomShow:!0,toolboxInfoShow:!0,toolboxOrient:"horizontal",toolboxItemSize:16,toolboxItemGap:8,toolboxLeft:"right",toolboxTop:"top",toolboxIconStyleBorderColor:"#666",toolboxDownloadUrl:"",toolboxInfoText:"当前无说明信息",areaStyleOpacity:0,legendItemGap:10,legendItemWidth:25,legendItemHeight:14,legendType:"",lineStyleWidth:2,symbolSize:4,labelShow:!1,labelFontSize:"12px",labelPosition:"inside",labelColor:"",labelWidth:100,labelOverflow:"none",labelFormatter:"{value}",axisNameColor:"",legendFontSize:"12px",graphicConfig:{},graphicType:"ecanRadar",tooltipPosition:"",legendFormatter:"{name}",legendWidth:null,legendHeight:null,legendTextWidth:null,legendScroll:!1,gradientShow:!1,gradientColors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientOffset:1},_a=Ae(Ra),_l=["refreshData","click","resetRecord"];ot.use([_t.CanvasRenderer,bt.RadarChart,Be.ToolboxComponent,Be.TitleComponent,Be.LegendComponent]);const _f=t.defineComponent({name:"EcanRadar",props:{..._a},components:{Spin:qt,Echarts:wt,EcanModal:It},setup(e,{expose:o}){const{pageMode:n,fontFamily:a}=t.inject(Pe,{pageMode:"normal",fontFamily:""}),i=t.ref(),r=t.ref(!1),s=Ee(e),l=t.ref([]),d=t.ref(),c=t.computed(()=>r.value?Ke:12),u=t.ref([]),y=t.ref(e.valueTypeDataFieldNames.name),f=t.computed(()=>{const R=t.unref(u),B=R.length,S=[];for(let E=0;E<B;E++){const{name:N,data:z=[]}=R[E],j=[{name:N,value:z.map(P=>P.value)}];let F=e.colors[E];if(e.gradientShow){const{gradientOffset:P,gradientColors:H}=e;F={x:.7,y:0,x2:0,y2:0,colorStops:[{offset:0,color:e.colors[E]},{offset:P,color:H[E]},{offset:1,color:H[E]}]}}const M={type:"radar",name:N,data:j,areaStyle:{color:F,opacity:e.areaStyleOpacity},tooltip:{trigger:"item"},symbolSize:e.symbolSize,lineStyle:{width:e.lineStyleWidth},label:{show:e.labelShow,fontSize:e.labelFontSize,position:e.labelPosition,color:e.labelColor,width:e.labelWidth,overflow:e.labelOverflow,formatter:P=>{const{data:H,value:Q}=P;let V=0,q="0%";if(H)for(const $ of H.value)V+=+$;return V&&(q=`${(Q/V*100).toFixed(2)}%`),_e(e.labelFormatter,{textData:{value:Q,percent:q}},{useNewline:!1,useSpace:!1})}}};S.push(M)}return S}),x=t.computed(()=>{var N;const R=[],B=[],S=t.unref(u),E=S.length;for(let z=0;z<E;z++){const{data:j=[]}=S[z];for(let F=0;F<j.length;F++)B.push(j[F].value)}if((N=l.value)!=null&&N.length){const z=B!=null&&B.length?Math.max(...B)*1.2:0;for(const j of l.value)R.push({name:j,max:z})}return R}),m=t.computed(()=>({textStyle:{fontFamily:t.unref(a)},toolbox:{show:e.toolboxShow,left:e.toolboxLeft,top:e.toolboxTop,itemSize:e.toolboxItemSize,itemGap:e.toolboxItemGap,feature:{myDownload:{show:e.toolboxDownloadShow,title:"数据下载",icon:"path://M502.010485 765.939573c3.773953 3.719718 8.686846 5.573949 13.596669 5.573949 0.075725 0 0.151449-0.010233 0.227174-0.011256 0.329505 0.016373 0.654916 0.050142 0.988514 0.050142 0.706081 0 1.400906-0.042979 2.087545-0.116657 4.352121-0.366344 8.607028-2.190899 11.961426-5.496178l335.053985-330.166675c7.619538-7.509021 7.709589-19.773346 0.200568-27.393907s-19.774369-7.711636-27.39493-0.201591L536.193005 706.304358 536.193005 50.019207c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 657.032164-306.881342-302.44838c-7.618515-7.509021-19.883863-7.419993-27.393907 0.199545-7.509021 7.619538-7.419993 19.884886 0.199545 27.393907L502.010485 765.939573z, M867.170139 711.020776c-10.698666 0-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 13.054317-10.620895 23.675212-23.676236 23.675212L205.182103 919.486668c-13.054317 0-23.676236-10.620895-23.676236-23.675212L181.505867 730.391962c0-10.698666-8.67252-19.371186-19.371186-19.371186s-19.371186 8.67252-19.371186 19.371186l0 165.419494c0 34.416857 28.000728 62.416562 62.417585 62.416562l618.941638 0c34.417881 0 62.417585-27.999704 62.417585-62.416562L886.540302 730.391962C886.541325 719.693296 877.868805 711.020776 867.170139 711.020776z",onclick(){Xt(e.toolboxDownloadUrl)}},myDataZoom:{show:r.value?!1:e.toolboxDataZoomShow,title:"放大",icon:"path://M932.42 902.246667L792 761.793333A403.84 403.84 0 0 0 896 490.666667c0-223.86-181.473333-405.333333-405.333333-405.333334S85.333333 266.806667 85.333333 490.666667s181.473333 405.333333 405.333334 405.333333a403.84 403.84 0 0 0 271.126666-104l140.453334 140.453333a21.333333 21.333333 0 0 0 30.173333-30.173333zM128 490.666667c0-200.293333 162.373333-362.666667 362.666667-362.666667s362.666667 162.373333 362.666666 362.666667-162.373333 362.666667-362.666666 362.666666-362.666667-162.373333-362.666667-362.666666z m512 0a21.333333 21.333333 0 0 1-21.333333 21.333333H512v106.666667a21.333333 21.333333 0 0 1-42.666667 0V512H362.666667a21.333333 21.333333 0 0 1 0-42.666667h106.666666V362.666667a21.333333 21.333333 0 0 1 42.666667 0v106.666666h106.666667a21.333333 21.333333 0 0 1 21.333333 21.333334z",onclick(){var R;r.value=!0,(R=d.value)==null||R.showModal()}},myInfo:{show:e.toolboxInfoShow,title:"说明信息",icon:"path://M512.50142 958.397886c-119.320573 0-231.499491-46.465265-315.871087-130.837884C112.258737 743.188406 65.792449 631.010511 65.792449 511.688915c0-119.319549 46.466288-231.499491 130.837884-315.871087C281.002952 111.445208 393.180847 64.979944 512.50142 64.979944s231.499491 46.465265 315.871087 130.837884c84.372619 84.372619 130.837884 196.551538 130.837884 315.871087 0 119.321596-46.465265 231.499491-130.837884 315.871087C744.000911 911.932622 631.821993 958.397886 512.50142 958.397886zM512.50142 105.962334c-223.718271 0-405.726581 182.00831-405.726581 405.726581s182.00831 405.726581 405.726581 405.726581c223.718271 0 405.727605-182.00831 405.727605-405.726581S736.220714 105.962334 512.50142 105.962334z M510.150886 775.953647c-18.107403 0-32.745798-14.678304-32.745798-32.785707L477.405087 452.191846c0-18.108426 14.638395-32.785707 32.745798-32.785707 18.107403 0 32.745798 14.678304 32.745798 32.785707l0 290.976094C542.896684 761.275343 528.258289 775.953647 510.150886 775.953647z M511.357364 296.458969m-45.080731 0a44.054 44.054 0 1 0 90.161463 0 44.054 44.054 0 1 0-90.161463 0Z",onclick(){ue.Modal.info({title:"说明信息",content:e.toolboxInfoText})}}}},title:{text:e.titleText,subText:e.titleSubtext,textStyle:{fontSize:e.titleFontSize,fontWeight:e.fontWeight,color:e.titleColor},left:e.textAlign},color:e.colors,tooltip:{trigger:"axis",textStyle:{fontSize:c.value},show:e.tooltipShow,formatter:R=>{let B="",S=e.tooltipFormatter;S===""&&(S="{marker} {a} {c}");for(let E=0;E<t.unref(x).length;E++){const N=t.unref(x)[E],{marker:z,seriesName:j,value:F}=R||{};E===0&&j&&(B+=`${j}<br/>`),B+=_e(S,{textData:{marker:z,name:N.name,value:F[E],a:N.name,b:N.name,c:F[E]||0,type:j}},{useNewline:!0,useSpace:!0}),B+="<br/>"}return B},position:e.tooltipPosition||void 0},radar:{indicator:t.unref(x),axisName:{color:e.axisNameColor}},legend:{type:e.legendScroll?"scroll":"plain",width:e.legendWidth,height:e.legendHeight,show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{lineHeight:(r.value?Ke:parseFloat(e.legendFontSize))+8,rich:{text:{width:e.legendTextWidth,color:e.legendTextStyleColor,fontSize:r.value?Ke:e.legendFontSize}}},itemHeight:e.legendItemHeight,itemWidth:e.legendItemWidth,itemGap:e.legendItemGap,data:t.unref(u).map(R=>({name:R.name,icon:e.legendType})),formatter:R=>sn(e.legendFormatter,{name:R})},series:t.unref(f)})),h=()=>{r.value=!1},{getGlobalModel:g,setGlobalModel:C}=t.inject(Ie,{getGlobalModel:R=>{},setGlobalModel:(R,B)=>{}}),p=(R=[],B=!1)=>{let S;if(e.dataFieldConfigType==="key"){const E=B?e.keyTypeDataFieldNames:null;S=Dt(R,E)}else if(e.dataFieldConfigType==="value"){const E=B?e.valueTypeDataFieldNames:null;S=Ht(R,E)}l.value=S.dimensions,u.value=S.dataset},v=(R=[],B,S=!1)=>{const N=Dt(R,S?B:null,!0);l.value=N.dimensions,u.value=N.dataset};t.watch(()=>[e.data,e.areaStyleOpacity,e.legendFontSize,e.legendFormatter,e.legendWidth,e.legendHeight,e.legendTextWidth,e.legendScroll,e.labelFormatter],([R])=>{(e.dataType==="static"||t.unref(n)==="design")&&p(R)},{immediate:!0,deep:!0});const b=t.ref(!1),w=qe(e),A=async()=>{var R,B;if(e.dataType==="request")try{b.value=!0;const S=await w();p((B=(R=S==null?void 0:S.data)==null?void 0:R.data)==null?void 0:B.rows,!0)}catch(S){console.error(S)}finally{b.value=!1}},T=Re(e);C(e.id,{type:e.type,RECORD:""});const D=R=>{const B=R.event.topTarget.__dimIdx;B!==void 0&&T("click",()=>{var z;const{value:S,name:E}=R.data||{},N=g(e.id);C(e.id,{...N,type:e.type,RECORD:{[t.unref(y)]:((z=t.unref(x)[B])==null?void 0:z.name)||"",[E]:S[B],seriesName:E}})})()},O=Ze(e),I=async()=>{var R;try{b.value=!0;const B=await O(),{columns:S=[],rows:E=[]}=((R=B==null?void 0:B.data)==null?void 0:R.data)??{};let N;S.length>0&&(y.value=S[0],N={name:S[0],types:S.slice(1).map(z=>({label:z,value:z}))}),v(E,N,!0)}catch(B){console.error(B)}finally{b.value=!1}},_=()=>{switch(e.dataType){case"indicator":I();break;case"request":A();break}};Oe(e,{refreshData:_,resetRecord:()=>{const R=e.id,B=g(R);C(R,{...B,RECORD:""})},click:D});const{setRequest:k}=t.inject(ze,{setRequest:R=>{}});return typeof k=="function"&&k({id:e.id,requestFn:_,sortNum:e.requestSort}),o({refreshData:_}),{option:m,style:s,click:D,loading:b,onClose:h,ecanModal:d,echartRef:i}}}),f1="";function Lf(e,o,n,a,i,r){const s=t.resolveComponent("echarts"),l=t.resolveComponent("spin"),d=t.resolveComponent("ecan-modal");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{ref:"echartRef",option:e.option,autoresize:"",onClick:e.click},null,8,["option","onClick"])]),_:1},8,["spinning"]),t.createVNode(d,{width:"1920px",height:"1080px",ref:"ecanModal",onClose:e.onClose},{default:t.withCtx(()=>[t.createVNode(l,{class:"spin-wrap",spinning:e.loading},{default:t.withCtx(()=>[t.createVNode(s,{option:e.option,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])]),_:1},8,["spinning"])]),_:1},8,["onClose"])],4)}const Ll=Ce(xe(_f,[["render",Lf]])),Of="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAZlBMVEUAAABBltJCldJCldFEk89BltJCltFBldI/lMBKndtmb9pCltNDldFAkclAldNBldJBltM/lM5AltNCldJBldJBlNJBltVBldJBlNJBlNI/lNNBldJBldNAldJBldJBldJBldNBldIiNK7WAAAAInRSTlMAM4BNGmaz5gQGbiAPCV1WQxUpOCY9EmxQSC2jdoacqZK8uPo7tAAAAZ9JREFUSMe90NmOwjAMheGka0J3SulCy/L+Lzk4I+HYhckEKs7dr1x8kQVM5YJMZ7SLiXVHOw817Z72cSns3BmziY7EnGRGjDqUpKt4pEZQKruvyaJt85YmBUebKLJVNUlpq6oOQ1tVVRzbqu6DwFb1NUlsVd3SNL0UDM0jqkaSqoeQqjKmahtQNUzuC1AtU1sF9KHmnmrtrSK6idqBWqE6GFVxFdGvqDGoJ01Qt7rfTEV0e7V6qSK6VjNPtTaqoOq8Ugnqr7aeav+rAuqrTh+qZw3o1urAVcFVQD3U6ZnaYY9MLZk6G5WhDaDFI9UeUPyE7gCNsAdAD9gxoBJ7ARRPUVwALXdu8/h/s3xmjtwUu0/M0M/UJzBjAei3TUTdpmKmcpkBmOHKBNTPzJi59zYJys3DO2aL78YcmNkLgrrM9m9TucwzmoBy08xlju+bgL42G4c5OcxqZSLqbwqXOVNTGXMWFD0ak6KN1ZKaojYmbribndW9MXELNQEFFUyiNqQlmEQ1JqpgErUifUUTUVEIupx1wzpjvWfdsh4FQX8ANe4nnpsb9NEAAAAASUVORK5CYII=",Nf="data:image/png;base64,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",Ff="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAaVBMVEUAAABElM9BltJCldJCldFBltJBldJCltFNmrNCmNNFldNAldJBldNBldRBldNBldNBldJCoNFBldJBltNBldJBldJAldJAltJBldJBldJBldNAlNFAldJBlNJAldJBldNBldJBldJBldLfIVowAAAAI3RSTlMAGjJNgGbmswMSCScgDTs/ZAVRK0eYj2s3r3AWveHEhXjeXb5rzlgAAAFqSURBVEjH1dbJVsJAEIXhHjJ05tlEooK8/0NKsbDrFjmHiBD0Lvqcf9PfthRM7xvoZMQuLHZaOejGYLtcdEItzI9oaLg5xIHj5hgcG262oXXcrGzJ23Umg5717C7NKBrAjOMDM8YgCI5ghmEPprUTmMZkrBOtdbJgfpZovho0gwzNOkfTam9k5jSGkKlTMOezWT3VLH5qlg8wQzSbO5jJ28l8Z+YLmZMwuz9lupvNXpjlFTMTZv7vzFSatTDtGnNeYdpNzZTMSJhx5f84m8Y3mSEzJzTVolko3J7Qve+a0J3vntDWffdEaMUQQo1vTWjuuyA0UWvUUarqzuqLUMPt1MD3uKTaTdRwvdrdorpFtfZtH6eyK2F3RS23U3uhlr9VB1TdE1V2h7Vr1O4mdbdera6o+Wq1Vqi2rEktFapGoZopVLVCtVCXag19IBPUiiWpBrojE1QNXZAp1/TYbhKdKVwuWotORKfn9wu/DSc/X9T6qgAAAABJRU5ErkJggg==",Mf="data:image/png;base64,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",La={...De,name:"边框",keyName:"边框",type:"ecanBorder",width:"300px",height:"300px",zIndex:0,fontSize:"16px",fontFamily:"",fontWeight:700,title:"标题",mode:"no-title",borderColor:"#eee",borderRadius:"5",borderStyle:"solid",borderWidth:"2px",backgroundColor:"#ffffff",useBorderModify:!1,textShadow:"",data:{},gradientShow:!1,gradientColor:"",gradientOffset:1,gradientAngle:"180deg",isTransparent:!1,titleMode:"type-1"},Oa=Ae(La),Ol=["click"],zf=t.defineComponent({name:"EcanBorder",props:{...Oa},setup(e){const o=Ee(e,["background"]),n=t.computed(()=>{const{isTransparent:m,gradientShow:h,gradientColor:g,gradientOffset:C,gradientAngle:p,backgroundColor:v}=e;if(h){let b=g;return m&&(b="transparent"),b?{background:`linear-gradient(${p}, ${v}, ${b} ${C*100}%)`}:{}}else return{}}),a=t.computed(()=>{const{events:m}=e;let h={};return m!=null&&m.length&&m.find(C=>C.emit==="showModal")&&(h={cursor:"pointer"}),h}),{theme:i}=t.inject(Pe,{theme:"light"}),r=t.computed(()=>{let m="";switch(e.titleMode){case"type-2":m="2";break}return m}),s=t.computed(()=>new URL(Object.assign({"../../assets/border-title-decoration-left.png":Of,"../../assets/border-title-decoration-left2.png":Nf})[`../../assets/border-title-decoration-left${r.value}.png`],self.location).href),l=t.computed(()=>new URL(Object.assign({"../../assets/border-title-decoration-right.png":Ff,"../../assets/border-title-decoration-right2.png":Mf})[`../../assets/border-title-decoration-right${r.value}.png`],self.location).href),d=t.computed(()=>({width:"100%",height:"100%"})),c=t.computed(()=>{const{borderRadius:m}=e,h=[],g={};if(m){const C=m.split(",");for(const p of C)(+p||+p==0)&&h.push(+p+"px")}return h!=null&&h.length&&(g.borderRadius=h.join(" ")),g}),y=Re(e)("click",()=>{}),f=t.ref([]);t.watch(()=>e.data,m=>{f.value=m},{immediate:!0,deep:!0}),Oe(e,{click:y});const{setGlobalModel:x}=t.inject(Ie,{setGlobalModel:(m,h)=>{}});return x(e.id,{type:e.type,value:f}),{style:o,gradientStyle:n,click:y,borderStyle:d,theme:i,borderRadiusStyle:c,titleLeftIcon:s,titleRightIcon:l,cursorStyle:a}}}),h1="",Rt=e=>(t.pushScopeId("data-v-8dd53b8f"),e=e(),t.popScopeId(),e),Pf=["id"],qf=Rt(()=>t.createElementVNode("div",{class:"top-left border-item"},null,-1)),Vf=Rt(()=>t.createElementVNode("div",{class:"top-right border-item"},null,-1)),Hf=Rt(()=>t.createElementVNode("div",{class:"bottom-left border-item"},null,-1)),jf=Rt(()=>t.createElementVNode("div",{class:"bottom-right border-item"},null,-1)),Wf={class:"title-item"},Gf=["src"],Uf={class:"title"},$f=["src"],Kf=Rt(()=>t.createElementVNode("div",{class:"top-left border-item"},null,-1)),Yf=Rt(()=>t.createElementVNode("div",{class:"top-right border-item"},null,-1)),Zf=Rt(()=>t.createElementVNode("div",{class:"bottom-left border-item"},null,-1)),Qf=Rt(()=>t.createElementVNode("div",{class:"bottom-right border-item"},null,-1)),Jf={key:2,class:"left-title"},Xf={class:"title"};function eu(e,o,n,a,i,r){return t.openBlock(),t.createElementBlock("div",{class:"ecan-border",style:t.normalizeStyle({...e.style,...e.gradientStyle,...e.borderRadiusStyle,...e.cursorStyle}),onClick:o[0]||(o[0]=(...s)=>e.click&&e.click(...s)),id:"container_"+e.id},[e.mode==="no-title"?(t.openBlock(),t.createElementBlock("div",{key:0,class:"no-title",style:t.normalizeStyle(e.borderStyle)},[e.useBorderModify?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[qf,Vf,Hf,jf],64)):t.createCommentVNode("",!0)],4)):t.createCommentVNode("",!0),e.mode==="top-title"?(t.openBlock(),t.createElementBlock("div",{key:1,class:"top-title",style:t.normalizeStyle(e.borderStyle)},[t.createElementVNode("div",{class:t.normalizeClass(["title-item-wrapper",e.titleMode])},[t.createElementVNode("div",Wf,[t.createElementVNode("img",{class:t.normalizeClass(["title-decoration",e.titleMode]),src:e.titleLeftIcon},null,10,Gf),t.createElementVNode("div",Uf,t.toDisplayString(e.title),1),t.createElementVNode("img",{class:t.normalizeClass(["title-decoration",e.titleMode]),src:e.titleRightIcon},null,10,$f)])],2),Kf,Yf,Zf,Qf],4)):t.createCommentVNode("",!0),e.mode==="left-title"?(t.openBlock(),t.createElementBlock("div",Jf,[t.createElementVNode("div",Xf,[t.createElementVNode("span",null,t.toDisplayString(e.title),1)])])):t.createCommentVNode("",!0)],12,Pf)}const Nl=Ce(xe(zf,[["render",eu],["__scopeId","data-v-8dd53b8f"]])),Na={...De,tabHorizontalPadding:"0px",type:"ecanTabs",name:"标签页",keyName:"标签页",width:"500px",height:"400px",tabFontSize:"14px",backgroundColor:"#ffffff",activeTabColor:"#1890ff",tabBackgroundImage:"",activeTabBackgroundImage:"",tabColor:"#333",tabBarGutter:"24px",tabFontWeight:400,value:"",activeKey:0,autoSwitch:!1,autoSwitchInterval:5,containIds:[],tabFlexDirection:"row",data:[{title:"标签1"},{title:"标签2"},{title:"标签3"}],tabAlignItems:"flex-start",tabJustifyContent:"flex-start",tabType:"tabs",tabWidth:"120px",isAutoScroll:!1,scrollSpeed:10,componentList:[],hideTabs:!1},Fa=Ae(Na),Fl=["tabChange"],tu=t.defineComponent({name:"EcanTabs",props:{...Fa},components:{ASelect:ue.Select,ASelectOption:ue.SelectOption,MarqueeScroll:Hn},setup(e){const o=Ee(e),n=t.ref(0);t.watch(()=>e.activeKey,m=>{n.value=m},{immediate:!0});const{pageMode:a}=t.inject(Pe,{pageMode:"normal"});let i=null;const r=()=>{const m=Array.isArray(t.unref(s))?t.unref(s).length-1:0;!e.isAutoScroll&&e.autoSwitch&&m>0&&(i=setInterval(()=>{const h=t.unref(n)+1;h<=m?n.value=h:n.value=0,l.value=t.unref(s)[t.unref(n)],y()},e.autoSwitchInterval*1e3))};t.onMounted(()=>{t.unref(a)!=="design"&&r()}),t.onBeforeUnmount(()=>{clearInterval(i)});const s=t.ref([]),l=t.ref({});t.watch(()=>e.data,m=>{s.value=m,l.value=Array.isArray(m)&&m.length>0?m[0]:{}},{immediate:!0,deep:!0});const d=m=>n.value===m,c=Re(e),{setGlobalModel:u}=t.inject(Ie,{setGlobalModel:(m,h)=>{}});u(e.id,{value:l,activeKey:n});const{emitRefreshPage:y}=t.inject(an,{emitRefreshPage:()=>{}}),f=m=>{let{tab:h,index:g}=m||{};if(m.label){const C=t.unref(s).findIndex(p=>p.title===m.label);C!==-1&&(g=C,h=t.unref(s)[C])}c("tabChange",()=>{!isNaN(+g)&&g!==t.unref(n)&&(l.value=h,n.value=g,y())})()},x=t.computed(()=>{const m=e.componentList.map(h=>parseFloat(h.left)+parseFloat(h.width)).sort((h,g)=>g-h)[0];return{width:m?m+"px":"100%"}});return Oe(e,{tabChange:f}),{style:o,activeKey:n,isActive:d,tabChange:f,myData:s,useImagePath:mt,pageMode:a,scrollWrapStyle:x}}}),m1="",nu=["id"],ou=["onClick"];function au(e,o,n,a,i,r){const s=t.resolveComponent("a-select-option"),l=t.resolveComponent("a-select"),d=t.resolveComponent("marquee-scroll");return t.openBlock(),t.createElementBlock("div",{class:"ecan-tabs",style:t.normalizeStyle(e.style),id:"container_"+e.id},[e.pageMode==="design"||!e.isAutoScroll?t.withDirectives((t.openBlock(),t.createElementBlock("div",{key:0,class:"tabs-header",style:t.normalizeStyle({fontSize:e.tabFontSize,alignItems:e.tabAlignItems,justifyContent:e.tabJustifyContent,flexDirection:e.tabFlexDirection})},[e.tabType==="tabs"?(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:0},t.renderList(e.myData,(c,u)=>(t.openBlock(),t.createElementBlock("div",{class:"tab",style:t.normalizeStyle({padding:`5px ${e.tabHorizontalPadding}`,color:e.isActive(u)?e.activeTabColor:e.tabColor,backgroundImage:e.isActive(u)?e.useImagePath(e.activeTabBackgroundImage,!0):e.useImagePath(e.tabBackgroundImage,!0),marginRight:e.tabFlexDirection==="row"?e.tabBarGutter:null,marginBottom:e.tabFlexDirection==="column"?e.tabBarGutter:null,fontWeight:e.tabFontWeight}),key:u,onClick:t.withModifiers(y=>e.tabChange({tab:c,index:u}),["prevent","stop"])},[t.createElementVNode("div",{class:"tab-inner",style:t.normalizeStyle({borderBottom:!e.activeTabBackgroundImage&&!e.tabBackgroundImage?`1px solid ${e.isActive(u)?e.activeTabColor:"transparent"}`:""})},t.toDisplayString(c.title),5)],12,ou))),128)):e.tabType==="select"?(t.openBlock(),t.createBlock(l,{key:1,value:e.activeKey,style:t.normalizeStyle({width:e.tabWidth})},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myData,(c,u)=>(t.openBlock(),t.createBlock(s,{key:u,value:u,onClick:y=>e.tabChange({tab:c,index:u})},{default:t.withCtx(()=>[t.createTextVNode(t.toDisplayString(c.title),1)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["value","style"])):t.createCommentVNode("",!0)],4)),[[t.vShow,e.pageMode==="design"||!e.hideTabs]]):t.createCommentVNode("",!0),e.pageMode!=="design"&&e.isAutoScroll?(t.openBlock(),t.createBlock(d,{key:1,visible:e.isAutoScroll,step:e.scrollSpeed,vertical:!1,style:t.normalizeStyle({height:e.height})},{default:t.withCtx(()=>[t.createElementVNode("div",{class:"scroll-wrap",style:t.normalizeStyle(e.scrollWrapStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.componentList,c=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(c.type),t.normalizeProps(t.mergeProps({key:c.id},c)),null,16))),128))],4)]),_:1},8,["visible","step","style"])):t.createCommentVNode("",!0)],12,nu)}const Ml=Ce(xe(tu,[["render",au],["__scopeId","data-v-b95bfc11"]])),Ma={...De,name:"循环列表",type:"ecanCirculate",keyName:"循环列表",width:"300px",height:"300px",zIndex:0,borderColor:"#eee",borderStyle:"solid",borderWidth:"2px",graphicConfig:{},isAutoScroll:!1,scrollSpeed:10,componentList:[],data:[],dataType:"indicator",keyFieldMap:[],unitInterval:15,backgroundColor:"#ffffff",colNum:null,scrollDirection:"horizontal"},za=Ae(Ma),zl=["click","refreshData","resetRecord"];let Pl=(e=21)=>crypto.getRandomValues(new Uint8Array(e)).reduce((o,n)=>(n&=63,n<36?o+=n.toString(36):n<62?o+=(n-26).toString(36).toUpperCase():n>62?o+="-":o+="_",o),"");const iu=t.defineComponent({name:"EcanCirculate",props:{...za,sourceLeft:String,sourceTop:String,sourceWidth:Number},components:{MarqueeScroll:Hn,Skeleton:Vt},setup(e,{expose:o}){const n=t.ref(!1),a=Ee(e,["background"]),i=t.inject("usedComponentList",[]),r=t.inject("isMobile",!1),{getGlobalModel:s,setGlobalModel:l}=t.inject(Ie,{getGlobalModel:T=>{},setGlobalModel:(T,D)=>{}}),d=t.ref([]),c=t.ref({}),{pageMode:u}=t.inject(Pe,{pageMode:"normal"}),y=t.computed(()=>{if(t.unref(r)){const T=document.body.clientWidth,D=e.sourceWidth||parseFloat(e.width);return T/D||1}else return 1});function f(T,D){const O=D.find(I=>I.id===e.id);if(O)for(const I of T)I.left=parseFloat(I.left)-parseFloat(O.sourceLeft||O.left)+"px",I.top=parseFloat(I.top)-parseFloat(O.sourceTop||O.top)+"px"}const x=T=>{const D=T.sort((L,k)=>parseFloat(L.top)-parseFloat(k.top))[0],O=T.sort((L,k)=>parseFloat(L.left)-parseFloat(k.left))[0],I=T.map(L=>parseFloat(L.left)+parseFloat(L.width)).sort((L,k)=>k-L)[0],_=T.map(L=>parseFloat(L.top)+parseFloat(L.height)).sort((L,k)=>k-L)[0];if(O&&I&&D&&_){const L=parseFloat(O.left),k=parseFloat(D.top);return{width:I-L,height:_-k,left:L}}else return{width:0,height:0,left:0}},m=t.ref({}),h=T=>{var N,z;const D=[],{graphicConfig:O,id:I,componentList:_,keyFieldMap:L,unitInterval:k,colNum:R}=e;let B=Le.cloneDeep(_),S=[];if((N=t.unref(i))!=null&&N.length)for(const j of t.unref(i))S.push(j),(z=j==null?void 0:j.componentList)!=null&&z.length&&S.push(...j.componentList);if(O.pageMode==="design"&&O.preview){const{containerMap:j}=O.pageConfig||{};S=O.componentList||[],S.push(e),B=va(j,Le.cloneDeep(S),I)}f(B,S);const E=x(B);if(T!=null&&T.length){const{width:j,left:F,height:M}=E;let P=0,H=0;T.forEach((Q,V)=>{Q.index=V+1;const q=Pl(),$=Le.cloneDeep(B);for(const U of $){const J=L.find(ne=>ne.keyName===U.keyName),ae=Pl();if(U.left=(parseFloat(U.left)+P)*t.unref(y)+"px",U.top=(parseFloat(U.top)+H)*t.unref(y)+"px",U.scale=t.unref(y),U.id=ae,U.keyName=U.name+"_"+ae,U.unitId=q,J!=null&&J.fieldName){const ne=U.text.match(/\{(.+?)\}/g);switch(U.type){case"ecanText":{U.data={value:String(Q[J.fieldName])},ne!=null&&ne.length||(U.text="{value}");break}case"ecanProportion":{U.data={percent:String(Q[J.fieldName])},ne!=null&&ne.length||(U.text="{percent}");break}}}}R&&Q.index%R===0?(P=0,H+=k+M):P+=k+j,D.push(...$),m.value[q]=Q}),c.value={width:((R||T.length)*(j+k)+F)*t.unref(y)+"px"}}d.value=D},g=Ze(e),C=async()=>{var T;try{n.value=!0;const D=await g(),{rows:O=[]}=((T=D==null?void 0:D.data)==null?void 0:T.data)??{};h(O)}catch(D){console.error(D)}finally{n.value=!1}},p=()=>{switch(e.dataType){case"indicator":C();break}};Oe(e,{refreshData:p,resetRecord:()=>{const T=e.id,D=s(T);l(T,{...D,RECORD:""})}}),o({refreshData:p}),l(e.id,{type:e.type,RECORD:""});const{setRequest:b}=t.inject(ze,{setRequest:T=>{}});typeof b=="function"&&b({id:e.id,requestFn:p,sortNum:e.requestSort});const w=Re(e);return{loading:n,style:a,myComponentList:d,scrollWrapStyle:c,pageMode:u,click:T=>{let D=T.target;if(D){let O=D.getAttribute("unitId");for(;!O&&!D.className.includes("ecan-");)D=D.parentElement,O=D.getAttribute("unitId");O&&w("click",()=>{const I=s(e.id);l(e.id,{...I,type:e.type,RECORD:t.unref(m)[O]})})()}}}}}),x1="",ru=["id"];function lu(e,o,n,a,i,r){const s=t.resolveComponent("marquee-scroll"),l=t.resolveComponent("skeleton");return t.openBlock(),t.createElementBlock("div",{class:"ecan-circulate",style:t.normalizeStyle(e.style),id:"container_"+e.id,onClick:o[0]||(o[0]=(...d)=>e.click&&e.click(...d))},[t.createVNode(l,{loading:e.loading},{default:t.withCtx(()=>{var d;return[(d=e.myComponentList)!=null&&d.length?(t.openBlock(),t.createBlock(s,{key:0,visible:e.pageMode!=="design"&&e.isAutoScroll,step:e.scrollSpeed,vertical:e.scrollDirection==="vertical",style:t.normalizeStyle({height:e.height}),wrapStyle:{overflow:"auto"}},{default:t.withCtx(()=>[t.createElementVNode("div",{class:"scroll-wrap",style:t.normalizeStyle(e.scrollWrapStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.myComponentList,c=>(t.openBlock(),t.createBlock(t.resolveDynamicComponent(c.type),t.normalizeProps(t.mergeProps({key:c.id},c)),null,16))),128))],4)]),_:1},8,["visible","step","vertical","style"])):t.createCommentVNode("",!0)]}),_:1},8,["loading"])],12,ru)}const ql=Ce(xe(iu,[["render",lu],["__scopeId","data-v-7d2188ee"]])),Pa={...De,name:"图片",keyName:"图片",type:"ecanImage",width:"300px",height:"300px",imgUrl:"",target:"self",href:"",linkPage:"",data:{},isHoverStyle:!1,borderRadius:""},qa=Ae(Pa),Vl=["click"],Va=t.defineComponent({name:"EcanImage",props:{...qa},setup(e){const o=Ee(e),n=t.computed(()=>mt(e.imgUrl)),{pageMode:a}=t.inject(Pe,{pageMode:"normal"}),{getGlobalModel:i,setGlobalModel:r}=t.inject(Ie,{getGlobalModel:d=>{},setGlobalModel:(d,c)=>{}}),l=Re(e)("click",()=>{const d=i(e.id);if(r(e.id,{...d,type:e.type,RECORD:e.data||{}}),setTimeout(()=>{r(e.id,{...d,type:e.type,RECORD:{}})},0),!e.linkPage&&!e.href)return;const c=e.linkPage||"",u=Fo(t.unref(a),c),y=e.href;let f=y||u;f=_e(f);const x=e.target;x&&(x!=="event"?window.open(f,"_"+x):window.parent.postMessage({type:"openPage",url:y},"*"))});return Oe(e,{click:l}),{style:o,myImgUrl:n,onClick:l}}}),Hl=()=>{t.useCssVars(e=>({"102827c2":e.isHoverStyle?"pointer":"auto","5de838e7":e.isHoverStyle?"0.6":"1"}))},jl=Va.setup;Va.setup=jl?(e,o)=>(Hl(),jl(e,o)):Hl;const b1="",su=["src"];function cu(e,o,n,a,i,r){return e.myImgUrl!==""?(t.openBlock(),t.createElementBlock("img",{key:0,class:"ecan-image",style:t.normalizeStyle(e.style),src:e.myImgUrl,onClick:o[0]||(o[0]=(...s)=>e.onClick&&e.onClick(...s))},null,12,su)):(t.openBlock(),t.createElementBlock("div",{key:1,class:"image-placeholder",style:t.normalizeStyle(e.style)}," 请上传图片 ",4))}const Wl=Ce(xe(Va,[["render",cu],["__scopeId","data-v-47ea6e7c"]])),Ha={...De,name:"网页",keyName:"网页",type:"ecanIframe",width:"300px",height:"300px",link:"",linkType:"web"},ja=Ae(Ha),du=t.defineComponent({name:"EcanIframe",props:{...ja},setup(e){const o=Ee(e),{contextRequestUrl:n}=t.inject(Pe,{contextRequestUrl:""}),a=t.computed(()=>{let i=_e(e.link);if(e.linkType==="erd"&&i!=null){let r=t.unref(n);r[r.length-1]==="/"?r+="erdReport":r+="/erdReport",i=`${V0||r}?_t=0&uid=${i}`}return i});return{style:o,myLink:a}}}),S1="",fu=["src"];function uu(e,o,n,a,i,r){return e.myLink?(t.openBlock(),t.createElementBlock("iframe",{key:0,src:e.myLink,style:t.normalizeStyle(e.style)},null,12,fu)):(t.openBlock(),t.createElementBlock("div",{key:1,class:"iframe-placeholder",style:t.normalizeStyle(e.style)}," 请填写网页链接 ",4))}const Gl=Ce(xe(du,[["render",uu],["__scopeId","data-v-19bc100c"]])),Wa={...De,zIndex:2,name:"表格",keyName:"表格",type:"ecanTable",width:"400px",height:"240px",bordered:!1,headerFontSize:"14px",headerFontColor:"",fontSize:"14px",isUseSeq:!1,size:"default",headerFontWeight:400,isUseExport:!1,fontWeight:400,columnsFixedNum:0,scrollX:0,paginationShow:!0,isReverse:!1,simple:!1,pageSizeShow:!1,cellBackgroundColor:"",cellFontColor:"",headerBackgroundColor:"",borderColor:"",paginationPosition:"bottomRight",paginationPageSize:10,isUseAction:!1,clickHighlight:!1,filterDropdownHeight:"200px",actionList:[{title:"",href:"",target:"",color:""}],actionColumnWidth:100,columns:[{title:"姓名",dataIndex:"name"},{title:"年龄",dataIndex:"age"},{title:"住址",dataIndex:"address"}],data:[{name:"小明",age:32,address:"福州软件园"},{name:"小红",age:25,address:"福州软件园"}],graphicConfig:{},stripedShow:!1,stripedColor:"#fafafa",isGroupTable:!1,seqWidth:"10%",seqName:"序号",seqIcon:!1,isSummaryFixed:!1,isPageBottom:!1,isShowTotal:!1,hideTableHeader:!1,paginationColor:"",paginationBgColor:"",activePaginationColor:"",activePaginationBgColor:"",hoverBackgroundColor:"",subTotalColumn:"",subTotalName:"小计",isSortByFront:!1},Ga=Ae(Wa),Ul=["click","refreshData","resetRecord","exportTableData"],hu="data:image/png;base64,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",gu="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAABQFJREFUaEPtWt1v21QUv9eJ80FbWmV0adel7ZqyLenSgVYJaQghHhBIICEhoWkvSGgCiQ+JdWMCISEVxAPSoEWT+AN4QTzxzl/Ah8SAQtJ23dKvreuydl3TrIsd23e6xz63LovqeE2BePaLT06ur33O7+dzj8+5lPyHh5I7f4TfPpT6IIuPQSll9XwkWs/J3M7lGQOV7JdpYTxjX206gr4IMiM/CwQDdBhQTZ8VOreOs4//VxD0DWwkBO/kxjqRIkFDHwWZktdQZ2h6AOXlpUUQY3s7BKuCsoxB5ltUalLgYy43pYevu6Vr3SnqKQNZ9ptm9KjK7n5iye/bAkqYyzeuLQjV3OVJIavlMshyKCR03f2HQe5I9AgdpbRkBiP6BSpD6xTYQY+fubsdqjtC0DeQscZBkLERCamgZFveNmMH+9xGjzYu3165KVSzUzmQS8U1t7GBNLU8Kq7pS0HCQ1pjj9nmofPmD/aRoO3A2e/huWzZUM0U9ayB5exoP3iFGT/a3NfH5Y3SulDNTJrp5OpywTVatV6wJy5WIHLgkJkcRR5p2rzcWk8NSTuBSkcEfQMtVzUEgowxQFTLnj+OEBtEeteST6Lu2swVEGcvmUEEXnVW168cR9ZSyYx5vQdTYmxXbxKf5eWqFPWkgSw7GkNrVWa8A2gQkkCdrigQm4Ph8Kuom7j4K4grhSVHT+/2gFh7XNwifeyp+xH0vIEYJU3TjXP8VFiYLaJbSsViK5eTA4Nvoi732y8g3rp5Y7cBcpzfEUHfQC8iOD3+u0goJUlq5zzpP3L0Lc9Q1PMGTv55USSUciCwt9EQlCh5Riz01YKMb+D/fJlwhWA4JHdxuPtSmTcaJcj4BtrfwWg00m1m7enXPYmgb6Bjtri7A6rlolveQeWvMfHFyKh+mj+OpyjqfQPHRzNIIiYZ79WCYH7ib7hkcS6/u/yrYfZ9PVDggwPrp1sp6ht4/zLhKQRZRYUO0qEnhk4hFQLBYAuX7UVeLBvai8E1MMzVEHuRFwu/9mIwLzLAhAZ5WiTbigNFPWng/KWJVfTAfP4y1GfC4bBo4iUHBp/lulh7XHiKt/m4bmlhTqAyb/UCK6rqCik+2N4zTCQPwvWdiV4xD5WkCv9BGbmASlkLQDOIPjl8e1sEPWXglpYz02ELB2MEKmn8KK2uQBv2ymTW5DchZH1tDbzX0toGLTN+9KcyL/Bzc1ubWHYqqgqVckTynwhjNRyr1Pz/fd0HYD5EjctBGcjB+3VTeD9JZ/B1Iw+e+wl11c7UN7DREbTDyqYvQMtZVRVzBxK8xPR5fjYYC6Ju+fpV2BQwO5UTrduyoupcF+/aL8r+3Y8ffonrIpGo0NmXkYK1OaHToiUfG45GLTYSUVVmViAJKaWvxXMNjWxsR00x7qEysJpHsHdRYYZovhiMDfGxuq6JntnV/DSE5sWZvLnlA9ZbA87JVOYY6uL7e4ER/JAkam5DoUQwgRH2HVdphvwpjmvOnH7gHoFjh9c30HJzwyJYjbbl8TH4RqGSJvagMUJBp2zcgTWSH4VFMxh1JHogd+VHKBQxowhMQCGoMV37DFWRox+Kta7avd3qHCn6UBqIRmPLG4KC1dc3qPTK5v9mRkQJEa0ASukP+L+cPvOHCWR9tzHbQXkgBH0DLQ9gTtuwCFZ7PzEb4v9Vyhok3vJyEagIdHxuRHMbKHYyfkcUbQQD7wHq9EAq9LeVYwAAAABJRU5ErkJggg==",mu="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAABMJJREFUaEPtWl1sFFUUPndmlm1LdW1XoGxly7qFYqmIBkxEJDTRRI3RxNhgpDzpkwixJCaEJx588MHQCPrgGwT8SSD4Zkx84DfGEEjU2KpAS6ktZVsKpF0K3Z+55p4798ysGdju0A3Mdu5De/bcn7nnfN/ce+ecy+ABli1fHGsTjz+4fWMPTYMxPptTYrM5WKljBQaW6jGX9mVF8N19p2PimYxBnXq2ZpqfK5kDvCpl/qvSMdC7hPzN9vWkux87AwNn6r3O7pOLRVtT5+/bfVinJS9TOjNvakoeG0mhGF20gLoYIUMtMgcI9TzsEvKhrg0jM52PzYhSe9ylfWCg5RhfINjx9c8RMd/QnapN9v7FP7Dk1aTjPCTk1LDNrIHzfVSduTONcmgeNsPStCyJ/xvijfbQjKXFD87ZZ0qZy+t7hHx4x7rb9yKhp0Wmogx8be+PYeGhCNS+TC89AC7lAPCCw3s1Qr557TqpLv19AeX0xOS9nOxaN/+RWtInW1tQjkRptxE/BxFVYDtVw++2rf8eZcdpqCiCgYG2/32AIOeI6OYvT62jeXO2RVKBv+PgUlTIU+lbpOr/6zzKN8bGS6bjTDtEGxZS08SKZpSra9CvVpEnIt3UaPErpGglGtix55d6ZX/IyH4oX1JYonSZ25kGIc+rCr+pdEP9l1Ec+Oei7Ts+q185RUFlmjwQJVokkqI0JuL43wR4Q+lYYKDfEez86hhhbJraJwLaoT7cYrCkJyaRoitWtxFFe8/9jnXjqbGiVCp3g/qFj9MjVq6Rh6gCis5JA3vP/kFe0TQmEXx2FSHYc/Y3rL8+eq3cABUd3xOCgYF+R7DnjE1R3ahAigYGPuQU5SZ7iU4ybtuE3xEMDHQiGAqHnhBwL1/V+rqC/WHfB0tCMDCw6FmjvA3cTjIFCG7qPvGUmoJuwMdCdlI0XF2FH1nNbS1WHgHAVxSteAM37zvxtEKQA3xUcQgGBvr9HfSCYH+vDBEOD9hf/uVdK+8+emwpxcdARcALVtE5aeClP+1w4GR64jHhv9bnnqFQnBEyMNrqDPKqwK8zGDzbqDqDvCrw6wwGiyCDeCZn+RfpsO2GYGCgnxBUqWeEVpdpMc44JjiRhqMyHfbvxT7KUjbE4xifWxBbRHsoABhCd3VwmJh5+YJMdmYz2ZLZ6kyKLmlOYP9YHM/9WJim4aAc2F6lC+dznwp5f1f7TWpX8QY6XatygXW8ls6dwNgroo3JTUIwNXgFu42OjFCWcuny5PNCF6mvo0CyQk4h+X+EuZXPUHkGUd/YJJd9hZqQHTcvjqj5anpe3rzY2m6viC48KcguBQZaHvItgm4rgco+GXrubaIHY2uEnMlMEwMGrAUlP52jLGVTSxITqdXza0jn3CdTQ5LqMYuWQg5XV6nHnKOFAjT8CPByvatojr7iDXRD9b3uU0+iXocOqmcm6qYmpkiVuiIRakom5DUJANAMY61jTJV/lhlVLHyH+Pvttg0/2GN7v0NaFMHAQHpRKghBm03yVoYodDODw1tENnUi4too+YHxn6jelHcBsjeiR5Xu8O6VGTfWeNV5oujcMdDFreqwIKoi7FE8q14dz8qMKQAc392e84qGl373h2Bg4INH8D9A563p5gHY1gAAAABJRU5ErkJggg==",Ua=t.defineComponent({name:"EcanTable",components:{Skeleton:Vt,AButton:ue.Button,AInput:ue.Input,ACheckboxGroup:ue.CheckboxGroup,ATable:ue.Table,ATableSummary:ue.TableSummary,ATableSummaryRow:ue.TableSummaryRow,ATableSummaryCell:ue.TableSummaryCell},props:{...Ga},setup(e,{expose:o}){const n=t.ref(!1),a=t.computed(()=>{const W=Le.cloneDeep(e.columns);return e.isUseSeq&&W.unshift({title:e.seqName,dataIndex:"SEQ",align:"center",width:e.seqWidth}),e.isUseAction&&W.push({title:"操作",dataIndex:"ACTION",width:e.actionColumnWidth}),W}),i=t.ref(),r=t.ref(!1),s=Ee(e),l=t.ref([]),d=t.computed(()=>e.scrollX),c=t.ref(0),u=()=>{let W=0;switch(e.size){case"small":W=50;break;case"middle":W=53;break;default:W=65;break}return W};t.watchEffect(()=>{var W;(W=l.value)!=null&&W.length&&e.height&&t.nextTick(()=>{let K=parseFloat(e.height);const X=document.querySelector(`#ecanTable-${e.id} .ant-table-tbody`),le=document.querySelector(`#ecanTable-${e.id} thead.ant-table-thead`),de=document.querySelector(`#ecanTable-${e.id} .ant-table-summary`);let re=0;if(le&&(K-=(le==null?void 0:le.clientHeight)||0),de&&e.isSummaryFixed&&(re=(de==null?void 0:de.clientHeight)||0,K-=re),e.paginationShow){let te=0;te=u(),te&&(K-=te)}(X==null?void 0:X.clientHeight)>K?c.value=K:c.value=0,t.nextTick(()=>{if(re){const te=document.querySelector(`#ecanTable-${e.id} .ant-table-summary`),fe=(te==null?void 0:te.clientHeight)||0;re!==fe&&t.unref(c)&&(c.value=K+re-fe)}})})});const y=t.ref([]),f=t.ref([]),x=t.ref([]),m=t.ref([]),h=t.ref(0),g=t.ref(1),C=t.ref(e.paginationPageSize||10),p=t.reactive([]),v=(W,K)=>{let X="";return W.forEach((le,de)=>{const{value:re,rule:te}=le;le.conditions?X+=`(${v(le.conditions,le.join)})`:re&&te&&(X+=`value ${te} '${re}'`),X+=`${de===W.length-1?"":K?" "+K+" ":""}`}),X},b=(W=[])=>{var K,X;if(Array.isArray(W)&&W.length>0){let le=W.length;const de=e.columnsFixedNum;if(e.dataType==="indicator"&&((K=t.unref(a))!=null&&K.length)){const{graphicConfig:{indicators:re=[]}}=e;W.forEach((te,fe)=>{if(t.unref(a)[fe])for(const Me in t.unref(a)[fe])["dataIndex","title"].includes(Me)||(te[Me]=t.unref(a)[fe][Me]);const ye=re.find(Me=>Me.label===te.title),{showLabel:Se=""}=ye||{};Se&&(te.title=Se)})}for(let re=le-1;re>=0;re--)(X=W[re])!=null&&X.isHidden&&W.splice(re,1);le=W.length;for(let re=0;re<le;re++){const te=W[re];if(re<de?te.fixed="left":te.fixed=!1,e.isSortByFront&&te.sorter){const xt=te.dataIndex;te.sorter=(He,rt)=>He[xt]-rt[xt]}const{cellAlign:fe="center",cellColor:ye,dataIndex:Se,title:Me,tableFilter:nt,headerCellAlign:Ct,headerCellColor:Ft,overflow:un,conditions:Mt}=te;nt&&(p.push(Se),te.filterOptionsInputValue="",te.filterCheckboxGroupValue=[],te.customFilterDropdown=!0,te.onFilter=(xt,He)=>He[Se].toString().toLowerCase().includes(xt.toLowerCase())),Mt&&(te.conditionCode=v(Mt)),te.customHeaderCell=()=>({style:{display:"table-cell",verticalAlign:"middle",fontSize:e.headerFontSize,fontWeight:e.headerFontWeight,textAlign:Ct||"center",color:Ft||e.headerFontColor,borderBottomColor:e.borderColor,backgroundColor:e.headerBackgroundColor}}),te.customCell=(xt,He)=>({style:{textAlign:fe,color:ye||e.cellFontColor,backgroundColor:e.cellBackgroundColor,borderBottomColor:e.borderColor},class:{highlight:t.unref(q)===He&&e.clickHighlight},onClick:F("click",()=>{const rt=e.id,En=M(rt);xt={dataIndex:Se,title:Me,...xt},P(rt,{...En,type:e.type,RECORD:xt})})}),un==="ellipsis"?te.ellipsis=!0:te.ellipsis=!1,Array.isArray(te.children)&&b(te.children)}}},w=(W=[])=>{var X;let K=Le.cloneDeep(W);return(X=t.unref(m))!=null&&X.length&&(K=Le.cloneDeep(t.unref(m))),e.isUseSeq&&K.unshift({title:e.seqName,dataIndex:"SEQ",align:"center",width:e.seqWidth}),e.isUseAction&&K.push({title:"操作",dataIndex:"ACTION",width:e.actionColumnWidth}),b(K),K};t.watch(C,()=>{g.value=1,ae(!1)}),t.watch(i,W=>{r.value=!!W}),t.watch(()=>[e.columns,e.isUseSeq,e.seqWidth,e.seqName,e.seqIcon,e.isUseAction,e.columnsFixedNum,e.actionColumnWidth,e.cellBackgroundColor,e.headerBackgroundColor,e.borderColor,e.stripedColor],()=>{y.value=w(Le.cloneDeep(e.columns))},{immediate:!0,deep:!0}),t.watch(()=>[e.data,e.dataType],([W,K])=>{K==="static"&&(f.value=W)},{immediate:!0});const A=t.ref({}),T=W=>{if(Array.isArray(W)){const K=W.length,X=p,le=X.length,de={};for(let te=0;te<K;te++){const fe=W[te];for(let ye=0;ye<le;ye++){const Se=X[ye];if(de[Se])de[Se].add(fe[Se]);else{const Me=new Set;Me.add(fe[Se]),de[Se]=Me}}}const re={};for(const te in de)if(Object.prototype.hasOwnProperty.call(de,te)){const fe=de[te],ye=Array.from(fe);re[te]=ye.map(Se=>({label:Se,value:Se}))}A.value=re}};t.watch(()=>[e.isReverse,y.value,f.value],()=>{const W=t.unref(y),K=t.unref(f);if(T(K),e.isReverse){const{columns:X,dataSource:le}=D(Le.cloneDeep(W),Le.cloneDeep(K));x.value=X,l.value=le}else x.value=W,l.value=K},{immediate:!0});const D=(W,K)=>{const X=W[0],le=[{title:X.title,dataIndex:"col0",key:"col0",align:"center"}];for(let re=0;re<K.length;re++){const te=K[re],fe="col"+(re+1);le.push({title:te[X.dataIndex],dataIndex:fe,key:fe,align:"center"})}const de=[];for(let re=1;re<W.length;re++){const te=W[re],fe={col0:te.title};for(let ye=0;ye<K.length;ye++){const Se=K[ye];fe[`col${ye+1}`]=Se[te.dataIndex]}de.push(fe)}return{columns:le,dataSource:de}},O=t.ref(""),I=qe(e),_=async(W=!0,K={})=>{var X;try{W&&(n.value=!0),t.unref(O)&&(K.orderCondition=t.unref(O)),e.paginationShow&&(K={pageNum:t.unref(g),pageSize:t.unref(C)||"10",layer:"1",...K});const le=await I(K),{rows:de=[],total:re=0}=((X=le==null?void 0:le.data)==null?void 0:X.data)||{};if(h.value=re,Array.isArray(de)&&(f.value=de),window.config.routerBaseURL.includes("1523545080925487106")){const{requestParams:te=[]}=e,fe=te.find(ye=>ye.key==="dataSqlId");if((fe==null?void 0:fe.value)==="xt_jxzebg"){const ye=de.filter(Se=>!Se.绩效总额).map(Se=>Se.ORG_NAME);ye!=null&&ye.length&&t.nextTick(()=>{ue.notification.warning({message:"提示",description:`当前时段${ye.join("、")}绩效数据为空`,duration:3})})}}}catch(le){console.error(le)}finally{n.value=!1}},L=({current:W},K,X)=>{if(g.value=W,X&&Object.keys(X).length>0){const{field:le,order:de}=X,te={ascend:"asc",descend:"desc"}[de];le!=null&&te!=null&&te?O.value=le+" "+te:te||(O.value="")}e.isSortByFront||ae(!1)},k=t.computed(()=>{const W=e.simple,K=[e.paginationPosition],X={};return e.isShowTotal&&(X.showTotal=le=>`共 ${le} 条数据`),e.paginationShow&&{simple:W,position:K,total:t.unref(h),current:t.unref(g),pageSize:t.unref(C)||"10",showSizeChanger:!1,size:"large",...X}}),R=W=>+W==1?"是":+W==0?"否":W,B=(W,K)=>{const{format:X,retentiondigit:le,customFormatter:de,defaultVal:re}=K;let te="";if(X==null||X==="")te=W;else{const fe={money:No,percentage:Bn,contrast:Bn,boolean:R,decimals:Yc,custom:Lr};fe[X]||(te=""),X==="decimals"?te=fe[X](W,le)||"":X==="custom"?te=fe[X](W,de)||"":te=fe[X](W)||""}return te||(te=re),te},S=W=>W==="contrast"?"upDown":"",E=W=>{const{text:K,format:X,declineColor:le="#39cf93",increaseColor:de="#ff512e"}=W;if(X==="contrast"){const re={fontSize:e.fontSize},te=parseFloat(K+"");return te>=0?re.color=de:te<0&&(re.color=le),re}else return{}},N=t.computed(()=>{const{fontSize:W}=e;return{width:W,height:W,textIndent:`-${parseFloat(W)*2}px`,overflow:"hidden"}}),z=W=>{const{text:K,declineColor:X="#39cf93",increaseColor:le="#ff512e"}=W,{fontSize:de}=e,re=parseFloat(K+""),te={width:de,verticalAlign:"unset"};return re>=0?te.filter=`drop-shadow(${le||"#ff512e"} ${de} -1px)`:re<0&&(te.filter=`drop-shadow(${X||"#39cf93"} ${de} -1px)`),te},j=W=>{const K=parseFloat(W+"");if(K>=0)return Vo;if(K<0)return Ho},F=Re(e),{getGlobalModel:M,setGlobalModel:P}=t.inject(Ie,{getGlobalModel:W=>{},setGlobalModel:(W,K)=>{}});P(e.id,{type:e.type,RECORD:""});const H=(W=[],K=[])=>{const X=W.map(le=>({title:le,dataIndex:le,key:le}));m.value=Le.cloneDeep(X),y.value=w(X),f.value=K},Q=Ze(e),V=async(W=!0)=>{var K,X,le,de;try{W&&(n.value=!0);const re=t.unref(O).split(" "),te={};e.isSortByFront||(te.sort={order:re[1],field:re[0]});const fe=await Q(te);H((X=(K=fe==null?void 0:fe.data)==null?void 0:K.data)==null?void 0:X.columns,(de=(le=fe==null?void 0:fe.data)==null?void 0:le.data)==null?void 0:de.rows)}catch(re){console.error(re)}finally{n.value=!1}},q=t.ref(-1),$=(W,K)=>({onClick:F("rowClick",()=>{const X=e.id,le=M(X);P(X,{...le,type:e.type,RECORD:W}),q.value=K})}),{loadedData:U}=t.inject(kt,{loadedData:{}}),J=t.ref(!1);t.watch(U,W=>{if(e.dataType==="indicator"){const K=ln(e.graphicConfig);K!=null&&K.length&&(!t.unref(J)&&dt(e.graphicConfig,W)?(J.value=!0,ae()):dt(e.graphicConfig,W)||(J.value=!1))}},{deep:!0});const ae=(W=!0)=>{switch(e.dataType){case"request":_(W);break;case"indicator":dt(e.graphicConfig,t.unref(U))&&V(W);break}},ne=()=>{const W=e.id,K=M(W);P(W,{...K,type:e.type,RECORD:""})},se=t.computed(()=>{const W=t.unref(x);let K=0;const{subTotalColumn:X,subTotalName:le}=e;X&&(K=W.findIndex(ye=>ye.dataIndex===X),K<0&&(K=0));const de=[];let re=0;for(let ye=0;ye<W.length;ye++){const Se=W[ye],{isCalcTotal:Me}=Se;ye===K?de.push({...Se,total:le}):Me?(de.push({...Se,index:ye,total:0}),re++):de.push({...Se})}if(re===0)return[];const te=t.unref(l),fe=Z(de);for(let ye=0;ye<fe.length;ye++){const Se=fe[ye];let Me=0;const{isCalcTotal:nt,dataIndex:Ct}=Se;if(nt===!0){for(let Ft=0;Ft<te.length;Ft++){const Mt=+te[Ft][Ct];isNaN(Mt)||(Me=new ss.Big(Me).add(Mt).toNumber())}Se.total=Me}}return fe});function Z(W){var X;const K=[];for(const le of W)(X=le.children)!=null&&X.length?K.push(...Z(le.children)):K.push(le);return K}const{setRequest:oe}=t.inject(ze,{setRequest:W=>{}});typeof oe=="function"&&oe({id:e.id,requestFn:ae,sortNum:e.requestSort}),o({refreshData:ae});const ee=(W="",K)=>_e(W,K),ie=W=>{if(W!=="event")return{self:"_self",blank:"_blank"}[W]},ce=(W,K="")=>{W==="event"&&window.parent.postMessage({type:"openPage",url:K},"*")},ve=(W,K)=>{W(K.filterCheckboxGroupValue)},we=(W,K)=>{W({confirm:!0}),K.filterOptionsInputValue="",K.filterCheckboxGroupValue=[]},ke=()=>{},Te=W=>{const K=W.dataIndex;if(typeof K=="string"){let X=t.unref(A)[K];const le=t.unref(W.filterOptionsInputValue).trim();return Array.isArray(X)?(X=X.filter(de=>typeof de.label=="string"?de.label.toLowerCase().includes(le.toLowerCase()):!0),X):[]}return[]},Ve=async()=>{var Se,Me;const W="EXPORT_KEY";ue.message.loading({key:W,content:"正在导出...",duration:0});let K=[];if(e.dataType==="static")K=e.data;else if(e.dataType==="request"){const nt={layer:"1"};t.unref(O)&&(nt.orderCondition=t.unref(O));const Ct=await I(nt);K=((Me=(Se=Ct==null?void 0:Ct.data)==null?void 0:Se.data)==null?void 0:Me.rows)||{}}const X=t.unref(x),le=[],de=[];X==null||X.forEach(nt=>{le.push(nt.dataIndex),de.push(nt.title)});const re=K.map(nt=>Le.pick(nt,le)),te=en.utils.book_new(),fe=en.utils.aoa_to_sheet([de]),ye=en.utils.sheet_add_json(fe,re,{skipHeader:!0,origin:"A2"});en.utils.book_append_sheet(te,ye,"sheet"),en.writeFile(te,"表格数据.xlsx"),ue.message.success({key:W,content:"导出成功"})},Xe=(W,K=2)=>{const X=+W*100;return isNaN(X)||X<=0?0:X>=100?100:X.toFixed(K)};Oe(e,{resetRecord:ne,refreshData:ae,exportTableData:Ve});const Qe=(W,K)=>{let X=null;return e.stripedShow&&(X=K%2===1?"table-striped":null),X},Ue=t.computed(()=>{let W=0;const{height:K,isPageBottom:X}=e;return X&&K&&(W=parseFloat(K)-u()),W?W+"px":"100%"}),We=t.computed(()=>{let W="#071655";return e.headerBackgroundColor&&(W="transparent"),W}),Ge=t.computed(()=>{let W="#071655";return(e.cellBackgroundColor||e.stripedShow&&e.stripedColor)&&(W="transparent"),W}),et=t.computed(()=>parseFloat(e.fontSize)+16),tt=t.computed(()=>{let W="";const{paginationColor:K,paginationBgColor:X,activePaginationColor:le,activePaginationBgColor:de,hoverBackgroundColor:re}=e;return K&&(W+="p-color "),X&&(W+="p-bg-color "),le&&(W+="active-p-color "),de&&(W+="active-p-bg-color "),re&&(W+="hover-bg-color "),W}),$e=(W,K)=>{const{conditionCode:X}=W;return dn(X,{value:K})};return{x:d,y:c,style:s,customRow:$,pagination:k,formatFn:B,contrastClass:S,tableChange:L,summaryList:se,loading:n,onTouchHrefEvent:ce,handleHref:ee,handleHrefTarget:ie,useRowIndex:q,tableColumns:x,tableDataSource:l,useFilterOptions:Te,useSetSelectedKeys:ve,onResetFilter:we,onSearchFilterOptions:ke,exportTableData:Ve,handleProgressText:Xe,pageSizeVisible:r,pageSize:C,tableRef:i,rowClassName:Qe,tableHeight:Ue,tableHeaderBgColor:We,tableBodyBgColor:Ge,getChgStyle:E,chgBoxStyle:N,getChgBoxImgStyle:z,getChgBoxImgSrc:j,seqIcon1:hu,seqIcon2:gu,seqIcon3:mu,iconSize:et,containerClass:tt,getCellStyle:(W,K)=>{const{overflow:X,conditionCode:le,attribute:de}=W,re={};return X==="ellipsis"&&(re.overflow="hidden",re.textOverflow="ellipsis"),le&&(de!=null&&de.color)&&$e(W,K)&&(re.color=de.color),de!=null&&de.icon&&(W==null?void 0:W.cellAlign)==="right"&&(re.display="flex",re.alignItems="center",re.justifyContent="flex-end"),re},isMatchCondition:$e,getAttrImgSrc:W=>{const{attribute:K}=W;let X="";return K!=null&&K.icon&&(X=mt(K.icon)),X},getAttrImgStyle:W=>{let K={};return(W==null?void 0:W.cellAlign)==="right"?K={marginRight:"5px"}:K={position:"absolute",marginLeft:"5px"},{width:"auto",height:parseFloat(e.fontSize)+6+"px",...K}}}}}),$l=()=>{t.useCssVars(e=>({"0de7b3a0":e.stripedColor,"08a5a8e7":e.tableHeaderBgColor,"6398a49c":e.tableBodyBgColor,"7613c960":e.paginationBgColor,dc2e69b6:e.paginationColor,"353ecc0c":e.activePaginationBgColor,"10f60b82":e.activePaginationColor,ca614f86:e.hoverBackgroundColor}))},Kl=Ua.setup;Ua.setup=Kl?(e,o)=>($l(),Kl(e,o)):$l;const w1="",A1="",yu=e=>(t.pushScopeId("data-v-c2087b7c"),e=e(),t.popScopeId(),e),xu=["id"],pu={key:0,class:"table-tool"},bu=t.createTextVNode("导出数据"),vu=t.createTextVNode(" 搜索 "),Su=t.createTextVNode(" 重置 "),Cu=["src","width","height"],wu=["src","width","height"],Au=["src","width","height"],ku={key:1},Tu={key:1,class:"action-list"},Bu=["href","target","onClick"],Eu={key:2,class:"progress-cell"},Du=["src"],Iu=["title"],Ru=["title"],_u=["src"],Lu=["title"],Ou=["src"],Nu=["src"],Fu={class:"ant-pagination-options-quick-jumper"},Mu=yu(()=>t.createElementVNode("span",null,"条 / 页",-1));function zu(e,o,n,a,i,r){const s=t.resolveComponent("a-button"),l=t.resolveComponent("a-input"),d=t.resolveComponent("a-checkbox-group"),c=t.resolveComponent("a-table-summary-cell"),u=t.resolveComponent("a-table-summary-row"),y=t.resolveComponent("a-table-summary"),f=t.resolveComponent("a-table"),x=t.resolveComponent("skeleton");return t.openBlock(),t.createElementBlock("div",{class:t.normalizeClass(["ecan-table",e.containerClass]),id:"ecanTable-"+e.id,style:t.normalizeStyle(e.style)},[t.createVNode(x,{loading:e.loading},{default:t.withCtx(()=>{var m;return[e.isUseExport?(t.openBlock(),t.createElementBlock("div",pu,[t.createVNode(s,{class:"export-button",onClick:e.exportTableData},{default:t.withCtx(()=>[bu]),_:1},8,["onClick"])])):t.createCommentVNode("",!0),t.createVNode(f,{ref:"tableRef",class:"table",style:t.normalizeStyle({height:e.tableHeight}),columns:e.tableColumns,"data-source":e.tableDataSource,bordered:e.bordered,size:e.size,customRow:e.customRow,scroll:e.y?{x:e.x,y:e.y}:{},pagination:e.pagination,"row-class-name":e.rowClassName,"show-header":!e.hideTableHeader,onChange:e.tableChange},{customFilterDropdown:t.withCtx(({column:h,selectedKeys:g,setSelectedKeys:C,confirm:p,clearFilters:v})=>[t.createElementVNode("div",{class:"ecan-table-filter",style:t.normalizeStyle({height:e.filterDropdownHeight})},[t.createVNode(l,{value:h.filterOptionsInputValue,"onUpdate:value":b=>h.filterOptionsInputValue=b,placeholder:"请输入关键字",class:"filter-input",onChange:e.onSearchFilterOptions},null,8,["value","onUpdate:value","onChange"]),t.createVNode(d,{value:h.filterCheckboxGroupValue,"onUpdate:value":b=>h.filterCheckboxGroupValue=b,class:"filter-checkbox",options:e.useFilterOptions(h),onChange:b=>e.useSetSelectedKeys(C,h)},null,8,["value","onUpdate:value","options","onChange"]),t.createElementVNode("div",null,[t.createVNode(s,{type:"primary",size:"small",style:{width:"90px","margin-right":"8px"},onClick:()=>p()},{default:t.withCtx(()=>[vu]),_:2},1032,["onClick"]),t.createVNode(s,{size:"small",style:{width:"90px"},onClick:t.withModifiers(b=>e.onResetFilter(v,h),["stop"])},{default:t.withCtx(()=>[Su]),_:2},1032,["onClick"])])],4)]),bodyCell:t.withCtx(({column:h,index:g,text:C,record:p})=>{var v,b,w,A,T,D;return[h.dataIndex==="SEQ"?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[e.seqIcon?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[g===0?(t.openBlock(),t.createElementBlock("img",{key:0,class:"seq-icon",src:e.seqIcon1,width:e.iconSize,height:e.iconSize},null,8,Cu)):g===1?(t.openBlock(),t.createElementBlock("img",{key:1,class:"seq-icon",src:e.seqIcon2,width:e.iconSize,height:e.iconSize},null,8,wu)):g>=2?(t.openBlock(),t.createElementBlock("img",{key:2,class:"seq-icon",src:e.seqIcon3,width:e.iconSize,height:e.iconSize},null,8,Au)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:"seq-icon seq-text",style:t.normalizeStyle({fontSize:e.fontSize})},t.toDisplayString(g+1),5)],64)):(t.openBlock(),t.createElementBlock("span",ku,t.toDisplayString(g+1),1))],64)):h.dataIndex==="ACTION"?(t.openBlock(),t.createElementBlock("div",Tu,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.actionList,(O,I)=>(t.openBlock(),t.createElementBlock("div",{class:"action",key:I},[t.createElementVNode("a",{href:e.handleHref(O.href,p),target:e.handleHrefTarget(O.target),style:t.normalizeStyle({color:O.color,fontSize:e.fontSize,fontWeight:e.fontWeight}),onClick:_=>e.onTouchHrefEvent(O.target,e.handleHref(O.href,p))},t.toDisplayString(O.title),13,Bu)]))),128))])):h.format==="progress"?(t.openBlock(),t.createElementBlock("div",Eu,[t.createElementVNode("div",{class:"progress",style:t.normalizeStyle({background:h.progressColor||"#1890ff",height:h.progressWidth||"18px",width:`${e.handleProgressText(C,h.progressTextDecimalPlaces)}%`})},null,4),t.createElementVNode("div",{class:"progress-text",style:t.normalizeStyle({color:+e.handleProgressText(C)<100?h.progressTextColor||"#333":h.progressFinishedTextColor||"#fff"})},t.toDisplayString(e.handleProgressText(C,h.progressTextDecimalPlaces))+"% ",5)])):(t.openBlock(),t.createElementBlock("div",{key:3,style:t.normalizeStyle({fontSize:e.fontSize,fontWeight:e.fontWeight,...e.getCellStyle(h,C)})},[e.isMatchCondition(h,C)&&(h==null?void 0:h.cellAlign)==="right"&&((v=h==null?void 0:h.attribute)!=null&&v.icon)?(t.openBlock(),t.createElementBlock("img",{key:0,style:t.normalizeStyle(e.getAttrImgStyle(h)),src:e.getAttrImgSrc(h)},null,12,Du)):t.createCommentVNode("",!0),h.format==="contrast"?(t.openBlock(),t.createElementBlock("span",{key:1,title:((b=h==null?void 0:h.customFormatter)==null?void 0:b.split("{value}")[0])||""},t.toDisplayString(((w=h==null?void 0:h.customFormatter)==null?void 0:w.split("{value}")[0])||""),9,Iu)):t.createCommentVNode("",!0),t.createElementVNode("span",{class:t.normalizeClass([e.contrastClass(h.format)]),style:t.normalizeStyle(e.getChgStyle({...h,text:C})),title:h.format!=null?e.formatFn(C,h):C},[h.format==="contrast"?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle(e.chgBoxStyle)},[t.createElementVNode("img",{style:t.normalizeStyle(e.getChgBoxImgStyle({...h,text:C})),src:e.getChgBoxImgSrc(C)},null,12,_u)],4)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString(h.format!=null?e.formatFn(C,h):C||(h==null?void 0:h.defaultVal)),1)],14,Ru),h.format==="contrast"?(t.openBlock(),t.createElementBlock("span",{key:2,title:((A=h==null?void 0:h.customFormatter)==null?void 0:A.split("{value}")[1])||""},t.toDisplayString(((T=h==null?void 0:h.customFormatter)==null?void 0:T.split("{value}")[1])||""),9,Lu)):t.createCommentVNode("",!0),e.isMatchCondition(h,C)&&(h==null?void 0:h.cellAlign)!=="right"&&((D=h==null?void 0:h.attribute)!=null&&D.icon)?(t.openBlock(),t.createElementBlock("img",{key:3,style:t.normalizeStyle(e.getAttrImgStyle(h)),src:e.getAttrImgSrc(h)},null,12,Ou)):t.createCommentVNode("",!0)],4))]}),summary:t.withCtx(()=>[e.summaryList.length>0?(t.openBlock(),t.createBlock(y,{key:0,fixed:e.isSummaryFixed},{default:t.withCtx(()=>[t.createVNode(u,null,{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.summaryList,(h,g)=>(t.openBlock(),t.createBlock(c,{key:g,index:g,style:t.normalizeStyle({backgroundColor:e.cellBackgroundColor,textAlign:h.cellAlign||"center",color:e.cellFontColor,borderBottomColor:e.borderColor})},{default:t.withCtx(()=>[t.createElementVNode("span",{class:t.normalizeClass([e.contrastClass(h.format)]),style:t.normalizeStyle({...e.getChgStyle({...h,text:h.total}),fontSize:e.fontSize,fontWeight:e.fontWeight})},[h.format==="contrast"?(t.openBlock(),t.createElementBlock("div",{key:0,style:t.normalizeStyle(e.chgBoxStyle)},[t.createElementVNode("img",{style:t.normalizeStyle(e.getChgBoxImgStyle({...h,text:h.total})),src:e.getChgBoxImgSrc(h.total)},null,12,Nu)],4)):t.createCommentVNode("",!0),t.createTextVNode(" "+t.toDisplayString((h.format!=null||h.format!=="")&&e.formatFn(h.total,h)),1)],6)]),_:2},1032,["index","style"]))),128))]),_:1})]),_:1},8,["fixed"])):t.createCommentVNode("",!0)]),_:1},8,["style","columns","data-source","bordered","size","customRow","scroll","pagination","row-class-name","show-header","onChange"]),e.paginationShow?(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[(m=e.tableDataSource)!=null&&m.length&&!e.simple&&e.pageSizeShow&&e.pageSizeVisible?(t.openBlock(),t.createBlock(t.Teleport,{key:0,to:"#ecanTable-"+e.id+" .ant-pagination"},[t.createElementVNode("div",Fu,[t.withDirectives(t.createElementVNode("input",{type:"text","onUpdate:modelValue":o[0]||(o[0]=h=>e.pageSize=h)},null,512),[[t.vModelText,e.pageSize]]),Mu])],8,["to"])):t.createCommentVNode("",!0)],64)):t.createCommentVNode("",!0)]}),_:1},8,["loading"])],14,xu)}const Yl=Ce(xe(Ua,[["render",zu],["__scopeId","data-v-c2087b7c"]])),$a={...De,mapJson:null,data:[],name:"地图",keyName:"地图",type:"ecanMap",width:"400px",height:"400px",backgroundImage:"",backgroundImageRepeat:"no-repeat",geoBackgroundImage:"",geoBackgroundImageRepeat:"no-repeat",symbolImage:"",symbolWidth:10,symbolHeight:10,itemStyleColor:"#11BFDA",labelFontSize:14,labelShow:!0,geoLabelShow:!0,geoLabelColor:"#000",geoZoom:1,geoRoam:!1,geoCenter:"",geoLabelFontSize:12,labelColor:"",labelFormatter:"{b}",geoItemStyleAreaColor:"#eee",geoItemStyleBorderColor:"#000",geoItemStyleBorderWidth:1,geoItemStyleShadowColor:"",geoItemStyleShadowOffsetX:0,geoItemStyleShadowOffsetY:0,geoItemStyleShadowBlur:0,geoEmphasisDisabled:!1,geoEmphasisLabelColor:"#fff",geoEmphasisItemStyleAreaColor:"#f00",geoEmphasisItemStyleBorderColor:"#000",tooltipShow:!0,tooltipTextStyleColor:"",tooltipFormatter:"{name}:{value}",tooltipRequestData:{requestUrl:"",requestMethod:"get",requestParams:[]},tooltipBackgroundColor:"#fff"},Ka=Ae($a),Zl=["click"];ot.use([_t.CanvasRenderer,bt.MapChart,bt.ScatterChart,Be.VisualMapComponent,Be.TooltipComponent,Be.GraphicComponent]);const Pu=t.defineComponent({name:"EcanMap",components:{Echarts:wt},props:{...Ka},setup(e){const o=qe(e),n=qe({...e.tooltipRequestData,requestHeaders:{}}),a=t.ref(),i=t.ref(""),r=t.ref(""),s=Ee(e,["backgroundImage"]),l=t.ref(),d=t.computed(()=>mt(e.geoBackgroundImage)),c=t.computed(()=>mt(e.backgroundImage)),u=t.computed(()=>e.geoBackgroundImage?{image:t.unref(l),repeat:e.geoBackgroundImageRepeat}:e.geoItemStyleAreaColor),y=t.computed(()=>{const k=e.symbolImage;return e.symbolImage?"image://"+mt(k):"circle"}),f=k=>{let R=e.tooltipFormatter;const B=R.match(/\{(.+?)\}/g);if(B==null||B.length===0)return R;for(let S=0;S<B.length;S++){const E=B[S];let N=E.slice(1,-1).trim();const z=/[\u4e00-\u9fa5a-z-_A-Z0-9]*/g,j=N.match(z);for(let F=0;F<j.length;F++){const M=j[F],P=k[M];P!=null&&(N=N.replace(M,P))}R=R.replace(E,N)}return R.split(`
120
120
  `)},x=t.ref(!1),m=t.ref("");let h=new AbortController;const g=(k,R)=>{const B=h.signal;x.value=!0,i.value=k,n({name:k,signal:B}).then(S=>{var E,N;if(S){const z=((N=(E=S==null?void 0:S.data)==null?void 0:E.data)==null?void 0:N.rows)||[];let j="";for(const F of z){const M=f(F)||[];if(M!=null&&M.length)for(const P of M)j+=`<div style="word-break: break-all;white-space: normal;">${P}</div>`}j=`<div style="max-width:200px;">${j}</div>`,r.value=j,R(t.unref(m),j)}else B.aborted?r.value="Loading":r.value=k,R(t.unref(m),r.value);x.value=!1})},C=t.computed(()=>{const k=e.geoCenter;let R;return typeof k=="string"&&k!==""&&(R=k.split(",")),{tooltip:{show:!0},graphic:[{type:"image",style:{width:parseFloat(e.width),height:parseFloat(e.height),image:t.unref(c)},top:"center"}],geo:{zoom:e.geoZoom,roam:e.geoRoam,center:R,map:`map-${e.id}`,tooltip:{show:e.tooltipShow,trigger:"item",backgroundColor:e.tooltipBackgroundColor,borderColor:"transparent",textStyle:{color:e.tooltipTextStyleColor},formatter:(B,S,E)=>{m.value=S;const{name:N=""}=B,{requestUrl:z}=e.tooltipRequestData;if(!z)return N;if(t.unref(x))t.unref(i)!==N&&(h.abort(),h=new AbortController);else{if(t.unref(i)===N)return t.unref(r);g(N,E)}return"Loading"}},label:{show:e.geoLabelShow,color:e.geoLabelColor,fontSize:e.geoLabelFontSize},itemStyle:{areaColor:t.unref(u),borderColor:e.geoItemStyleBorderColor,borderWidth:e.geoItemStyleBorderWidth,shadowColor:e.geoItemStyleShadowColor,shadowBlur:e.geoItemStyleShadowBlur,shadowOffsetX:e.geoItemStyleShadowOffsetX,shadowOffsetY:e.geoItemStyleShadowOffsetY},emphasis:{disabled:e.geoEmphasisDisabled,label:{color:e.geoEmphasisLabelColor},itemStyle:{areaColor:e.geoEmphasisItemStyleAreaColor,borderColor:e.geoEmphasisItemStyleBorderColor}}},series:[{type:"scatter",coordinateSystem:"geo",itemStyle:{color:e.itemStyleColor},symbol:t.unref(y),symbolSize:[e.symbolWidth,e.symbolHeight],label:{show:e.labelShow,fontSize:e.labelFontSize,formatter:e.labelFormatter,color:e.labelColor},tooltip:{show:e.tooltipShow,textStyle:{color:e.tooltipTextStyleColor}},data:e.data}]}}),p=t.ref(!1),v=async()=>{var B;p.value=!1;const k=e.mapJson,R=`map-${e.id}`;if(k!=null&&k.path){const S=await pt(((B=window==null?void 0:window.config)==null?void 0:B.uploadPath)+k.path);ot.registerMap(R,(S==null?void 0:S.data)||{})}else ot.registerMap(R,{});p.value=!0};t.watch(()=>e.mapJson,()=>{v()},{immediate:!0,deep:!0});const b=async()=>{var k,R;if(e.dataType==="request"){p.value=!1;try{const B=await o(),S=((R=(k=B==null?void 0:B.data)==null?void 0:k.data)==null?void 0:R.rows)||{},E=`map-${e.id}`;if(S!=null&&S.path){const N=await pt(S.path);ot.registerMap(E,(N==null?void 0:N.data)||{})}else ot.registerMap(E,{})}catch(B){console.error(B)}finally{p.value=!0}}},w=()=>{switch(e.dataType){case"request":b();break}},{getGlobalModel:A,setGlobalModel:T}=t.inject(Ie,{getGlobalModel:k=>{},setGlobalModel:(k,R)=>{}}),O=Re(e)("click",()=>{const k=A(e.id);T(e.id,{...k,RECORD:t.unref(a)})});Oe(e,{refreshData:w});const{setRequest:I}=t.inject(ze,{setRequest:k=>{}});return typeof I=="function"&&I({id:e.id,requestFn:w,sortNum:e.requestSort}),{option:C,style:s,isLoadedData:p,geoBackgroundImageRef:l,myGeoBackgroundImage:d,customClick:()=>{t.unref(a)&&O()},onMouseOver:(k={})=>{k.componentType==="geo"&&k.region?a.value=k.region:a.value=null}}}}),T1="",qu=["src"];function Vu(e,o,n,a,i,r){const s=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{class:"ecan-map",style:t.normalizeStyle(e.style)},[e.isLoadedData?(t.openBlock(),t.createBlock(s,{key:0,option:e.option,"update-options":{notMerge:!0},autoresize:"","onZr:click":e.customClick,onMouseover:e.onMouseOver},null,8,["option","onZr:click","onMouseover"])):t.createCommentVNode("",!0),t.withDirectives(t.createElementVNode("img",{ref:"geoBackgroundImageRef",src:e.myGeoBackgroundImage},null,8,qu),[[t.vShow,!1]])],4)}const Ql=Ce(xe(Pu,[["render",Vu],["__scopeId","data-v-10f150ac"]])),Ya={...De,name:"下拉框选择器-数据",keyName:"下拉框选择器-数据",width:"120px",height:"33px",type:"ecanDataSelect",mode:void 0,data:[{label:"选项一",value:"1"},{label:"选项二",value:"2"},{label:"选项三",value:"3"}],value:void 0,dataFieldNames:{label:"label",value:"value",options:""},maxTagCount:3,autoClearSearchValue:!0,placeholder:"请选择",selectFirstOption:!1,graphicConfig:{},valueType:"value",isAllowClear:!0,optionFontSize:"14px"},Za=Ae(Ya),Jl=["selectChange","refreshData"],Hu=t.defineComponent({name:"EcanDataSelect",components:{ASelect:ue.Select,ASelectOption:ue.SelectOption},props:{...Za},setup(e,{expose:o}){const n=Ee(e),a=()=>document.getElementById("ProviderConfig")||document.body,i=qe(e),r=t.ref(e.data||[]),s=t.ref(),l=t.computed({get:()=>{var L;const{mode:_}=e;return(L=t.unref(r))!=null&&L.length?s.value:_==="multiple"||_==="tags"||_==="combobox"?[]:""},set:_=>{s.value=_}}),{getGlobalModel:d,setGlobalModel:c,getRecordValueByKeyName:u}=t.inject(Ie,{getGlobalModel:_=>{},setGlobalModel:(_,L)=>{},getRecordValueByKeyName:_=>{}}),y=e.dataFieldNames;t.watch(()=>[e.value,e.mode,e.selectFirstOption,e.valueType,r.value],()=>{const{mode:_,selectFirstOption:L,value:k}=e,R=u(k),B=y.value;if(_==="multiple"||_==="tags"||_==="combobox"){if(R)s.value=R.split(",");else if(L){const S=t.unref(r)[0];s.value=S?[S[B]]:[]}}else if(R)s.value=R;else if(L){const S=t.unref(r)[0];s.value=S?S[B]:""}},{immediate:!0});const f=(_,L)=>{const k=y.label,R=y.value;let B;const S=L[k],E=L[R];return S!=null?B=S:E!=null&&(B=E),(B==null?void 0:B.toLowerCase().indexOf(_==null?void 0:_.toLowerCase()))>=0},x=_=>{const{label:L,value:k,options:R}=e.dataFieldNames;if(R&&Array.isArray(_))if(_.some(B=>R in B)){const B={},S=[];_.forEach(E=>{B[E[R]]||(B[E[R]]=[]),B[E[R]].push({[L]:E[L],[k]:E[k]})});for(const E in B)S.push({[L]:E,[R]:B[E]});return S}else return _;else if(!R)return _},m=t.ref(!1),h=async()=>{var _,L;if(e.dataType==="request"){m.value=!0;try{const k=await i();if(r.value=x(((L=(_=k==null?void 0:k.data)==null?void 0:_.data)==null?void 0:L.rows)||[]),e.selectFirstOption){let R=t.unref(r)[0];if(y.options){const B=R[y.options];B&&B.length&&(R=B[0])}s.value=R[y.value]}}catch(k){console.error(k)}finally{m.value=!1}}},g=t.computed(()=>{let _=s.value;if(e.valueType==="label"&&t.unref(s)&&t.unref(r)){const L=y.label,k=y.value;if(e.mode==="multiple")_=t.unref(r).filter(R=>t.unref(s).includes(R[k])).map(R=>R[L]);else{const R=t.unref(r).find(B=>t.unref(s)===B[k]);R&&(_=R[L])}}return _}),C=t.ref([]),p=t.computed(()=>{const _={};if(e.mode!=="multiple"){const L=t.unref(C).find(k=>k.value===t.unref(s));L&&(_.itemCodes=L.item_codes)}return _}),v=t.computed(()=>{const{value:_,label:L}=y,k=t.unref(r).find(R=>R[_]===t.unref(l));return k?{label:k[L],value:k[_]}:{}});c(e.id,{type:e.type,value:g,...t.unref(p),recordData:t.unref(v)});const w=Re(e)("selectChange",()=>{const _=e.id,L=d(_);c(_,{...L,...t.unref(p),RECORD:g,recordData:t.unref(v)})}),A=(_=[])=>{if(r.value=x(_),e.selectFirstOption){let L=t.unref(r)[0];if(y.options){const k=L[y.options];k&&k.length&&(L=k[0])}s.value=L[y.value]}c(e.id,{type:e.type,value:g,...t.unref(p),recordData:t.unref(v)})},T=Ze(e),D=async()=>{var _;try{m.value=!0;const L=await T(),{data:k}=(L==null?void 0:L.data)||{},R=y.label,B=y.value;if(k){const S=((_=L==null?void 0:L.data)==null?void 0:_.data)??[];C.value=S;const E=S.map(j=>({[R]:j.label,[B]:j.value})),{id:N}=e,z=d(N);c(N,{...z,...t.unref(p)}),A(E)}else A([])}catch(L){console.error(L)}finally{m.value=!1}},O=()=>{switch(e.dataType){case"indicator":{D();break}case"request":h();break}};Oe(e,{selectChange:w,refreshData:O});const{setRequest:I}=t.inject(ze,{setRequest:({id:_,sortNum:L,requestFn:k})=>{}});return typeof I=="function"&&I({id:e.id,requestFn:O,sortNum:e.requestSort}),o({refreshData:O}),{style:n,getPopupContainer:a,myValue:s,selectChange:w,options:r,filterOption:f,loading:m,resultValue:l}}}),E1="",D1="";function ju(e,o,n,a,i,r){const s=t.resolveComponent("a-select-option"),l=t.resolveComponent("a-select");return t.openBlock(),t.createElementBlock("div",{class:"ecan-select",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"select",value:e.resultValue,"onUpdate:value":o[0]||(o[0]=d=>e.resultValue=d),placeholder:e.placeholder,showSearch:"",allowClear:e.isAllowClear,mode:e.mode,getPopupContainer:e.getPopupContainer,fieldNames:e.dataFieldNames,maxTagCount:e.maxTagCount,filterOption:e.filterOption,loading:e.loading,autoClearSearchValue:e.autoClearSearchValue,onChange:e.selectChange,style:t.normalizeStyle({fontSize:e.optionFontSize})},{default:t.withCtx(()=>[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.options,(d,c)=>(t.openBlock(),t.createBlock(s,{key:c,value:d.value,label:d.label,style:t.normalizeStyle({fontSize:e.optionFontSize})},null,8,["value","label","style"]))),128))]),_:1},8,["value","placeholder","allowClear","mode","getPopupContainer","fieldNames","maxTagCount","filterOption","loading","autoClearSearchValue","onChange","style"])],4)}const Xl=Ce(xe(Hu,[["render",ju],["__scopeId","data-v-3639c038"]])),es=Object.freeze(Object.defineProperty({__proto__:null,EcanBar:Tl,EcanBorder:Nl,EcanButton:cl,EcanCheckbox:fl,EcanCirculate:ql,EcanComboGraph:Rl,EcanCounter:Zr,EcanCustomGraph:Dl,EcanDataSelect:Xl,EcanDatePicker:nl,EcanIframe:Gl,EcanImage:Wl,EcanInput:Jr,EcanLine:Al,EcanList:Ur,EcanMap:Ql,EcanModal:It,EcanPageConfig:Fr,EcanPie:Cl,EcanProportion:Kr,EcanProviderConfig:Mr,EcanRadar:Ll,EcanRadio:xl,EcanRangePicker:ll,EcanScatter:El,EcanScrollText:Hr,EcanSelect:hl,EcanTable:Yl,EcanTabs:Ml,EcanText:Vr,EcanTimeDisplay:Wr,EcanTreeSelect:ml,barComponentProps:Aa,barEvents:kl,barProps:wa,borderComponentProps:Oa,borderEvents:Ol,borderProps:La,buttonComponentProps:la,buttonEvents:sl,buttonProps:ra,checkboxComponentProps:ca,checkboxEvents:dl,checkboxProps:sa,circulateComponentProps:za,circulateEvents:zl,circulateProps:Ma,comboGraphComponentProps:Ia,comboGraphEvents:Il,comboGraphProps:Da,counterComponentProps:Qo,counterEvents:Yr,counterProps:Zo,customGraphComponentProps:Ea,customGraphProps:Ba,dataSelectComponentProps:Za,dataSelectEvents:Jl,dataSelectProps:Ya,datePickerComponentProps:ta,datePickerEvents:Xr,datePickerProps:ea,iframeComponentProps:ja,iframeProps:Ha,imageComponentProps:qa,imageEvents:Vl,imageProps:Pa,inputComponentProps:Xo,inputEvents:Qr,inputProps:Jo,lineComponentProps:Ca,lineEvents:wl,lineProps:Sa,listComponentProps:$o,listEvents:Gr,listProps:Uo,mapComponentProps:Ka,mapEvents:Zl,mapProps:$a,modalComponentProps:ba,modalEvents:bl,modalProps:pa,pageConfig:jn,pageConfigComponentProps:Wn,pieComponentProps:xa,pieEvents:pl,pieProps:ya,proportionComponentProps:Yo,proportionEvents:$r,proportionProps:Ko,providerConfig:Mo,providerConfigComponentProps:zo,radarComponentProps:_a,radarEvents:_l,radarProps:Ra,radioComponentProps:ma,radioEvents:yl,radioProps:ga,rangePickerComponentProps:aa,rangePickerEvents:ol,rangePickerProps:oa,scatterComponentProps:Ta,scatterEvents:Bl,scatterProps:ka,selectComponentProps:fa,selectEvents:ul,selectProps:da,tableComponentProps:Ga,tableEvents:Ul,tableProps:Wa,tabsComponentProps:Fa,tabsEvents:Fl,tabsProps:Na,textComponentProps:qo,textEvents:zr,textProps:Po,timeDisplayComponentProps:Go,timeDisplayEvents:jr,timeDisplayProps:Wo,treeSelectComponentProps:ha,treeSelectEvents:gl,treeSelectProps:ua},Symbol.toStringTag,{value:"Module"})),Wu={install:e=>{Object.keys(es).forEach(o=>{const n=es[o];n.install&&e.use(n)})}};G.EcanBar=Tl,G.EcanBorder=Nl,G.EcanButton=cl,G.EcanCheckbox=fl,G.EcanCirculate=ql,G.EcanComboGraph=Rl,G.EcanCounter=Zr,G.EcanCustomGraph=Dl,G.EcanDataSelect=Xl,G.EcanDatePicker=nl,G.EcanIframe=Gl,G.EcanImage=Wl,G.EcanInput=Jr,G.EcanLine=Al,G.EcanList=Ur,G.EcanMap=Ql,G.EcanModal=It,G.EcanPageConfig=Fr,G.EcanPie=Cl,G.EcanProportion=Kr,G.EcanProviderConfig=Mr,G.EcanRadar=Ll,G.EcanRadio=xl,G.EcanRangePicker=ll,G.EcanScatter=El,G.EcanScrollText=Hr,G.EcanSelect=hl,G.EcanTable=Yl,G.EcanTabs=Ml,G.EcanText=Vr,G.EcanTimeDisplay=Wr,G.EcanTreeSelect=ml,G.barComponentProps=Aa,G.barEvents=kl,G.barProps=wa,G.borderComponentProps=Oa,G.borderEvents=Ol,G.borderProps=La,G.buttonComponentProps=la,G.buttonEvents=sl,G.buttonProps=ra,G.checkboxComponentProps=ca,G.checkboxEvents=dl,G.checkboxProps=sa,G.circulateComponentProps=za,G.circulateEvents=zl,G.circulateProps=Ma,G.comboGraphComponentProps=Ia,G.comboGraphEvents=Il,G.comboGraphProps=Da,G.compatibleMobileList=Sl,G.counterComponentProps=Qo,G.counterEvents=Yr,G.counterProps=Zo,G.customGraphComponentProps=Ea,G.customGraphProps=Ba,G.dataSelectComponentProps=Za,G.dataSelectEvents=Jl,G.dataSelectProps=Ya,G.datePickerComponentProps=ta,G.datePickerEvents=Xr,G.datePickerProps=ea,G.default=Wu,G.handleScrollCombinations=vl,G.iframeComponentProps=ja,G.iframeProps=Ha,G.imageComponentProps=qa,G.imageEvents=Vl,G.imageProps=Pa,G.inputComponentProps=Xo,G.inputEvents=Qr,G.inputProps=Jo,G.lineComponentProps=Ca,G.lineEvents=wl,G.lineProps=Sa,G.listComponentProps=$o,G.listEvents=Gr,G.listProps=Uo,G.mapComponentProps=Ka,G.mapEvents=Zl,G.mapProps=$a,G.modalComponentProps=ba,G.modalEvents=bl,G.modalProps=pa,G.moveToComponentList=va,G.pageConfig=jn,G.pageConfigComponentProps=Wn,G.pieComponentProps=xa,G.pieEvents=pl,G.pieProps=ya,G.proportionComponentProps=Yo,G.proportionEvents=$r,G.proportionProps=Ko,G.providerConfig=Mo,G.providerConfigComponentProps=zo,G.radarComponentProps=_a,G.radarEvents=_l,G.radarProps=Ra,G.radioComponentProps=ma,G.radioEvents=yl,G.radioProps=ga,G.rangePickerComponentProps=aa,G.rangePickerEvents=ol,G.rangePickerProps=oa,G.scatterComponentProps=Ta,G.scatterEvents=Bl,G.scatterProps=ka,G.selectComponentProps=fa,G.selectEvents=ul,G.selectProps=da,G.tableComponentProps=Ga,G.tableEvents=Ul,G.tableProps=Wa,G.tabsComponentProps=Fa,G.tabsEvents=Fl,G.tabsProps=Na,G.textComponentProps=qo,G.textEvents=zr,G.textProps=Po,G.timeDisplayComponentProps=Go,G.timeDisplayEvents=jr,G.timeDisplayProps=Wo,G.treeSelectComponentProps=ha,G.treeSelectEvents=gl,G.treeSelectProps=ua,Object.defineProperties(G,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
121
121
  //# sourceMappingURL=index.umd.js.map