@ecan-bi/datav 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/README.dev.md +16 -0
  2. package/README.md +0 -16
  3. package/dist/_utils/constant.d.ts +3 -0
  4. package/dist/_utils/hooks/index.d.ts +6 -0
  5. package/dist/_utils/hooks/useEmitEvent.d.ts +7 -0
  6. package/dist/_utils/hooks/useOnEvent.d.ts +6 -0
  7. package/dist/_utils/{hooks.d.ts → hooks/usePickComponentStyle.d.ts} +3 -2
  8. package/dist/_utils/hooks/usePickEchartsData.d.ts +2 -0
  9. package/dist/_utils/hooks/useRequestData.d.ts +14 -0
  10. package/dist/_utils/hooks/useRequestParams.d.ts +5 -0
  11. package/dist/_utils/hooks/useTransformEchartsDataset.d.ts +8 -0
  12. package/dist/_utils/props.d.ts +37 -3
  13. package/dist/_utils/request.d.ts +2 -0
  14. package/dist/_utils/util.d.ts +5 -0
  15. package/dist/components.d.ts +3 -0
  16. package/dist/container/border/index.d.ts +3 -0
  17. package/dist/container/border/props.d.ts +235 -0
  18. package/dist/container/index.d.ts +2 -0
  19. package/dist/container/modal/Modal.vue.d.ts +363 -0
  20. package/dist/container/modal/index.d.ts +3 -0
  21. package/dist/container/modal/props.d.ts +138 -0
  22. package/dist/control/button/Button.vue.d.ts +282 -0
  23. package/dist/control/button/index.d.ts +3 -0
  24. package/dist/control/button/props.d.ts +196 -0
  25. package/dist/control/date-picker/DatePicker.vue.d.ts +397 -0
  26. package/dist/control/date-picker/index.d.ts +3 -0
  27. package/dist/control/date-picker/props.d.ts +236 -0
  28. package/dist/control/index.d.ts +4 -0
  29. package/dist/control/input/Input.vue.d.ts +305 -3
  30. package/dist/control/input/index.d.ts +1 -0
  31. package/dist/control/input/props.d.ts +215 -0
  32. package/dist/control/range-picker/RangePicker.vue.d.ts +296 -0
  33. package/dist/control/range-picker/index.d.ts +3 -0
  34. package/dist/control/range-picker/props.d.ts +205 -0
  35. package/dist/control/select/Select.vue.d.ts +308 -0
  36. package/dist/control/select/index.d.ts +3 -0
  37. package/dist/control/select/props.d.ts +223 -0
  38. package/dist/graph/bar/Bar.vue.d.ts +603 -9
  39. package/dist/graph/bar/index.d.ts +1 -1
  40. package/dist/graph/bar/props.d.ts +375 -5
  41. package/dist/graph/custom-graph/CustomGraph.vue.d.ts +355 -0
  42. package/dist/graph/custom-graph/index.d.ts +3 -0
  43. package/dist/graph/custom-graph/props.d.ts +263 -0
  44. package/dist/graph/index.d.ts +1 -0
  45. package/dist/graph/line/Line.vue.d.ts +639 -7
  46. package/dist/graph/line/props.d.ts +397 -4
  47. package/dist/graph/pie/Pie.vue.d.ts +731 -13
  48. package/dist/graph/pie/index.d.ts +1 -1
  49. package/dist/graph/pie/props.d.ts +477 -4
  50. package/dist/graph/scatter/Scatter.vue.d.ts +646 -10
  51. package/dist/graph/scatter/index.d.ts +1 -1
  52. package/dist/graph/scatter/props.d.ts +398 -5
  53. package/dist/index.esm.js +2 -2
  54. package/dist/index.umd.js +2 -2
  55. package/dist/media/image/Image.vue.d.ts +293 -0
  56. package/dist/media/image/index.d.ts +3 -0
  57. package/dist/media/image/props.d.ts +205 -0
  58. package/dist/media/index.d.ts +1 -0
  59. package/dist/setting/index.d.ts +2 -1
  60. package/dist/setting/page-config/PageConfig.vue.d.ts +78 -0
  61. package/dist/setting/page-config/index.d.ts +3 -0
  62. package/dist/setting/page-config/props.d.ts +61 -0
  63. package/dist/setting/provider-config/ProviderConfig.vue.d.ts +34 -0
  64. package/dist/setting/{page-cofig → provider-config}/index.d.ts +2 -2
  65. package/dist/setting/provider-config/props.d.ts +29 -0
  66. package/dist/table/index.d.ts +1 -0
  67. package/dist/table/table/Table.vue.d.ts +494 -0
  68. package/dist/table/table/index.d.ts +3 -0
  69. package/dist/table/table/props.d.ts +382 -0
  70. package/dist/text/text/Text.vue.d.ts +383 -5
  71. package/dist/text/text/index.d.ts +1 -1
  72. package/dist/text/text/props.d.ts +264 -1
  73. package/package.json +15 -13
  74. package/dist/setting/page-cofig/PageConfig.vue.d.ts +0 -13
  75. package/dist/setting/page-cofig/props.d.ts +0 -8
package/dist/index.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("echarts/core"),require("lodash-es"),require("ant-design-vue/es"),require("ant-design-vue/es/button/style/css"),require("echarts/renderers"),require("echarts/charts"),require("echarts/components")):"function"==typeof define&&define.amd?define(["exports","vue","echarts/core","lodash-es","ant-design-vue/es","ant-design-vue/es/button/style/css","echarts/renderers","echarts/charts","echarts/components"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).index={},e.vue,e["echarts/core"],e["lodash-es"],e["ant-design-vue/es"],null,e["echarts/renderers"],e["echarts/charts"],e["echarts/components"])}(this,(function(e,t,n,r,o,i,a,c,s){"use strict";var u=["getWidth","getHeight","getDom","getOption","resize","dispatchAction","convertToPixel","convertFromPixel","containPixel","getDataURL","getConnectedDataURL","appendData","clear","isDisposed","dispose"];function l(e,t){return n=Object.create(null),u.forEach((function(r){n[r]=function(n){return function(){if(e.value||t(),!e.value)throw new Error("ECharts is not initialized yet.");for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return e.value[n].apply(e.value,o)}}(r)})),n;var n}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function f(e,t){if(e){if("string"==typeof e)return d(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?d(e,t):void 0}}function p(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,c=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){c=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(c)throw o}}return i}}(e,t)||f(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var h=null;var v=null;function g(e,t){void 0===t&&(t={});var n=document.createElement(e);return Object.keys(t).forEach((function(e){n[e]=t[e]})),n}function _(e,t,n){return(window.getComputedStyle(e,n||null)||{display:"none"})[t]}function m(e){if(!document.documentElement.contains(e))return{detached:!0,rendered:!1};for(var t=e;t!==document;){if("none"===_(t,"display"))return{detached:!1,rendered:!1};t=t.parentNode}return{detached:!1,rendered:!0}}var y=0,w=null;function x(e,t){if(e.__resize_mutation_handler__||(e.__resize_mutation_handler__=b.bind(e)),!e.__resize_listeners__)if(e.__resize_listeners__=[],window.ResizeObserver){var n=e.offsetWidth,r=e.offsetHeight,o=new ResizeObserver((function(){(e.__resize_observer_triggered__||(e.__resize_observer_triggered__=!0,e.offsetWidth!==n||e.offsetHeight!==r))&&E(e)})),i=m(e),a=i.detached,c=i.rendered;e.__resize_observer_triggered__=!1===a&&!1===c,e.__resize_observer__=o,o.observe(e)}else if(e.attachEvent&&e.addEventListener)e.__resize_legacy_resize_handler__=function(){E(e)},e.attachEvent("onresize",e.__resize_legacy_resize_handler__),document.addEventListener("DOMSubtreeModified",e.__resize_mutation_handler__);else if(y||(w=function(e){var t=document.createElement("style");return t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e)),(document.querySelector("head")||document.body).appendChild(t),t}('.resize-triggers{visibility:hidden;opacity:0;pointer-events:none}.resize-contract-trigger,.resize-contract-trigger:before,.resize-expand-trigger,.resize-triggers{content:"";position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.resize-contract-trigger,.resize-expand-trigger{background:#eee;overflow:auto}.resize-contract-trigger:before{width:200%;height:200%}')),function(e){var t=_(e,"position");t&&"static"!==t||(e.style.position="relative");e.__resize_old_position__=t,e.__resize_last__={};var n=g("div",{className:"resize-triggers"}),r=g("div",{className:"resize-expand-trigger"}),o=g("div"),i=g("div",{className:"resize-contract-trigger"});r.appendChild(o),n.appendChild(r),n.appendChild(i),e.appendChild(n),e.__resize_triggers__={triggers:n,expand:r,expandChild:o,contract:i},C(e),e.addEventListener("scroll",z,!0),e.__resize_last__={width:e.offsetWidth,height:e.offsetHeight}}(e),e.__resize_rendered__=m(e).rendered,window.MutationObserver){var s=new MutationObserver(e.__resize_mutation_handler__);s.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0}),e.__resize_mutation_observer__=s}e.__resize_listeners__.push(t),y++}function b(){var e=m(this),t=e.rendered,n=e.detached;t!==this.__resize_rendered__&&(!n&&this.__resize_triggers__&&(C(this),this.addEventListener("scroll",z,!0)),this.__resize_rendered__=t,E(this))}function z(){var e,t,n=this;C(this),this.__resize_raf__&&(e=this.__resize_raf__,v||(v=(window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||function(e){clearTimeout(e)}).bind(window)),v(e)),this.__resize_raf__=(t=function(){var e,t,r,o,i,a,c=(t=(e=n).__resize_last__,r=t.width,o=t.height,i=e.offsetWidth,a=e.offsetHeight,i!==r||a!==o?{width:i,height:a}:null);c&&(n.__resize_last__=c,E(n))},h||(h=(window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(e){return setTimeout(e,16)}).bind(window)),h(t))}function E(e){e&&e.__resize_listeners__&&e.__resize_listeners__.forEach((function(t){t.call(e,e)}))}function C(e){var t=e.__resize_triggers__,n=t.expand,r=t.expandChild,o=t.contract,i=o.scrollWidth,a=o.scrollHeight,c=n.offsetWidth,s=n.offsetHeight,u=n.scrollWidth,l=n.scrollHeight;o.scrollLeft=i,o.scrollTop=a,r.style.width=c+1+"px",r.style.height=s+1+"px",n.scrollLeft=u,n.scrollTop=l}function O(e,r,o){var i=null;t.watch([o,e,r],(function(e,t,r){var o=p(e,3),a=o[0],c=o[1],s=o[2];a&&c&&s&&(i=n.throttle((function(){c.resize()}),100),x(a,i)),r((function(){i&&a&&function(e,t){var n=e.__resize_listeners__;if(n){if(t&&n.splice(n.indexOf(t),1),!n.length||!t){if(e.detachEvent&&e.removeEventListener)return e.detachEvent("onresize",e.__resize_legacy_resize_handler__),void document.removeEventListener("DOMSubtreeModified",e.__resize_mutation_handler__);e.__resize_observer__?(e.__resize_observer__.unobserve(e),e.__resize_observer__.disconnect(),e.__resize_observer__=null):(e.__resize_mutation_observer__&&(e.__resize_mutation_observer__.disconnect(),e.__resize_mutation_observer__=null),e.removeEventListener("scroll",z),e.removeChild(e.__resize_triggers__.triggers),e.__resize_triggers__=null),e.__resize_listeners__=null}!--y&&w&&w.parentNode.removeChild(w)}}(a,i)}))}))}var L={autoresize:Boolean};var S={loading:Boolean,loadingOptions:Object};function T(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}T("x-vue-echarts{display:block;height:100%;width:100%}");var k=/^on[^a-z]/,P=function(e){return k.test(e)};var j=t.defineComponent({name:"echarts",props:Object.assign(Object.assign({option:Object,theme:{type:[Object,String]},initOptions:Object,updateOptions:Object,group:String,manualUpdate:Boolean},L),S),inheritAttrs:!1,setup:function(e,r){var o=r.attrs,i=r.listeners,a=t.shallowRef(),c=t.shallowRef(),s=t.shallowRef(),u=t.inject("ecTheme",null),d=t.inject("ecInitOptions",null),f=t.inject("ecUpdateOptions",null),p=t.toRefs(e),h=p.autoresize,v=p.manualUpdate,g=p.loading,_=p.loadingOptions,m=t.computed((function(){return s.value||e.option||Object.create(null)})),y=t.computed((function(){return e.theme||t.unref(u)||{}})),w=t.computed((function(){return e.initOptions||t.unref(d)||{}})),x=t.computed((function(){return e.updateOptions||t.unref(f)||{}})),b=t.computed((function(){return function(e){var t={};for(var n in e)P(n)||(t[n]=e[n]);return t}(o)}));function z(r){if(!c.value&&a.value){var s=c.value=n.init(a.value,y.value,w.value);e.group&&(s.group=e.group);var u=i;u||(u={},Object.keys(o).filter((function(e){return 0===e.indexOf("on")&&e.length>2})).forEach((function(e){var t=e.charAt(2).toLowerCase()+e.slice(3);u[t]=o[e]}))),Object.keys(u).forEach((function(e){var t=u[e];t&&(0===e.indexOf("zr:")?s.getZr().on(e.slice(3).toLowerCase(),t):s.on(e.toLowerCase(),t))})),h.value?t.nextTick((function(){!function(){if(s&&!s.isDisposed())try{s.resize()}catch(e){if("Cannot read property 'get' of undefined"===e.message)return;throw e}}(),l()})):l()}function l(){s.setOption(r||m.value,x.value)}}function E(){c.value&&(c.value.dispose(),c.value=void 0)}var C=null;t.watch(v,(function(n){"function"==typeof C&&(C(),C=null),n||(C=t.watch((function(){return e.option}),(function(e){e&&(c.value?c.value.setOption(e,x.value):z())}),{deep:!0}))}),{immediate:!0}),t.watch([y,w],(function(){E(),z()}),{deep:!0}),t.watchEffect((function(){e.group&&c.value&&(c.value.group=e.group)}));var L=l(c,z);return function(e,n,r){var o=t.inject("ecLoadingOptions",{}),i=t.computed((function(){return Object.assign(Object.assign({},t.unref(o)),null==r?void 0:r.value)}));t.watchEffect((function(){var t=e.value;t&&(n.value?t.showLoading(i.value):t.hideLoading())}))}(c,g,_),O(c,h,a),t.onMounted((function(){e.option&&z()})),t.onUnmounted(E),Object.assign({chart:c,root:a,setOption:function(t,n){e.manualUpdate&&(s.value=t),c.value?c.value.setOption(t,n||{}):z(t)},nonEventAttrs:b},L)},render:function(){var e=Object.assign({},this.nonEventAttrs);return e.ref="root",e.class=e.class?["echarts"].concat(e.class):"echarts",t.h("x-vue-echarts",e)}});function B(e){return function(e){if(Array.isArray(e))return d(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||f(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}"production"===process.env.NODE_ENV||Object.freeze({}),"production"===process.env.NODE_ENV||Object.freeze([]);var A=function(e,t){if(e.install=function(n){for(var r=0,o=[e].concat(B(Object.values(null!=t?t:{})));r<o.length;r++){var i=o[r];n.component(i.name,i)}},t)for(var n=0,r=Object.entries(t);n<r.length;n++){var o=p(r[n],2),i=o[0],a=o[1];e[i]=a}return e},N={exports:{}};!function(e){var t=function(e){var t,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function s(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(e){s=function(e,t,n){return e[t]=n}}function u(e,t,n,r){var o=t&&t.prototype instanceof g?t:g,i=Object.create(o.prototype),a=new S(r||[]);return i._invoke=function(e,t,n){var r=d;return function(o,i){if(r===p)throw new Error("Generator is already running");if(r===h){if("throw"===o)throw i;return k()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var c=C(a,n);if(c){if(c===v)continue;return c}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===d)throw r=h,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=p;var s=l(e,t,n);if("normal"===s.type){if(r=n.done?h:f,s.arg===v)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(r=h,n.method="throw",n.arg=s.arg)}}}(e,n,a),i}function l(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=u;var d="suspendedStart",f="suspendedYield",p="executing",h="completed",v={};function g(){}function _(){}function m(){}var y={};s(y,i,(function(){return this}));var w=Object.getPrototypeOf,x=w&&w(w(T([])));x&&x!==n&&r.call(x,i)&&(y=x);var b=m.prototype=g.prototype=Object.create(y);function z(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function E(e,t){function n(o,i,a,c){var s=l(e[o],e,i);if("throw"!==s.type){var u=s.arg,d=u.value;return d&&"object"==typeof d&&r.call(d,"__await")?t.resolve(d.__await).then((function(e){n("next",e,a,c)}),(function(e){n("throw",e,a,c)})):t.resolve(d).then((function(e){u.value=e,a(u)}),(function(e){return n("throw",e,a,c)}))}c(s.arg)}var o;this._invoke=function(e,r){function i(){return new t((function(t,o){n(e,r,t,o)}))}return o=o?o.then(i,i):i()}}function C(e,n){var r=e.iterator[n.method];if(r===t){if(n.delegate=null,"throw"===n.method){if(e.iterator.return&&(n.method="return",n.arg=t,C(e,n),"throw"===n.method))return v;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=l(r,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,v;var i=o.arg;return i?i.done?(n[e.resultName]=i.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,v):i:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function O(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function L(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(O,this),this.reset(!0)}function T(e){if(e){var n=e[i];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function n(){for(;++o<e.length;)if(r.call(e,o))return n.value=e[o],n.done=!1,n;return n.value=t,n.done=!0,n};return a.next=a}}return{next:k}}function k(){return{value:t,done:!0}}return _.prototype=m,s(b,"constructor",m),s(m,"constructor",_),_.displayName=s(m,c,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===_||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,m):(e.__proto__=m,s(e,c,"GeneratorFunction")),e.prototype=Object.create(b),e},e.awrap=function(e){return{__await:e}},z(E.prototype),s(E.prototype,a,(function(){return this})),e.AsyncIterator=E,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new E(u(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},z(b),s(b,c,"Generator"),s(b,i,(function(){return this})),s(b,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=T,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(L),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function o(r,o){return c.type="throw",c.arg=e,n.next=r,o&&(n.method="next",n.arg=t),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var s=r.call(a,"catchLoc"),u=r.call(a,"finallyLoc");if(s&&u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),v},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),L(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;L(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:T(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),v}},e}(e.exports);try{regeneratorRuntime=t}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}}(N);var I=N.exports;
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("echarts/core"),require("lodash-es"),require("mitt"),require("ant-design-vue"),require("dayjs"),require("ant-design-vue/es/date-picker/style/index.css"),require("ant-design-vue/es/date-picker/locale/zh_CN"),require("ant-design-vue/es/select/style/index.css"),require("echarts/renderers"),require("echarts/charts"),require("echarts/components"),require("axios"),require("echarts")):"function"==typeof define&&define.amd?define(["exports","vue","echarts/core","lodash-es","mitt","ant-design-vue","dayjs","ant-design-vue/es/date-picker/style/index.css","ant-design-vue/es/date-picker/locale/zh_CN","ant-design-vue/es/select/style/index.css","echarts/renderers","echarts/charts","echarts/components","axios","echarts"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).index={},e.vue,e["echarts/core"],e["lodash-es"],e.mitt,e["ant-design-vue"],e.dayjs,null,e["ant-design-vue/es/date-picker/locale/zh_CN"],null,e["echarts/renderers"],e["echarts/charts"],e["echarts/components"],e.axios,e.echarts)}(this,(function(e,t,n,r,o,a,i,l,c,s,d,u,p,f,h){"use strict";function m(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function v(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var g=m(o),b=m(i),y=m(c),x=m(f),k=v(h),w=["getWidth","getHeight","getDom","getOption","resize","dispatchAction","convertToPixel","convertFromPixel","containPixel","getDataURL","getConnectedDataURL","appendData","clear","isDisposed","dispose"];function _(e,t){return n=Object.create(null),w.forEach((function(r){n[r]=function(n){return function(){if(e.value||t(),!e.value)throw new Error("ECharts is not initialized yet.");for(var r=arguments.length,o=new Array(r),a=0;a<r;a++)o[a]=arguments[a];return e.value[n].apply(e.value,o)}}(r)})),n;var n}function C(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function S(e,t){if(e){if("string"==typeof e)return C(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?C(e,t):void 0}}function A(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,a=[],i=!0,l=!1;try{for(n=n.call(e);!(i=(r=n.next()).done)&&(a.push(r.value),!t||a.length!==t);i=!0);}catch(e){l=!0,o=e}finally{try{i||null==n.return||n.return()}finally{if(l)throw o}}return a}}(e,t)||S(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var E=null;var B=null;function L(e,t){void 0===t&&(t={});var n=document.createElement(e);return Object.keys(t).forEach((function(e){n[e]=t[e]})),n}function O(e,t,n){return(window.getComputedStyle(e,n||null)||{display:"none"})[t]}function z(e){if(!document.documentElement.contains(e))return{detached:!0,rendered:!1};for(var t=e;t!==document;){if("none"===O(t,"display"))return{detached:!1,rendered:!1};t=t.parentNode}return{detached:!1,rendered:!0}}var j=0,P=null;function N(e,t){if(e.__resize_mutation_handler__||(e.__resize_mutation_handler__=T.bind(e)),!e.__resize_listeners__)if(e.__resize_listeners__=[],window.ResizeObserver){var n=e.offsetWidth,r=e.offsetHeight,o=new ResizeObserver((function(){(e.__resize_observer_triggered__||(e.__resize_observer_triggered__=!0,e.offsetWidth!==n||e.offsetHeight!==r))&&I(e)})),a=z(e),i=a.detached,l=a.rendered;e.__resize_observer_triggered__=!1===i&&!1===l,e.__resize_observer__=o,o.observe(e)}else if(e.attachEvent&&e.addEventListener)e.__resize_legacy_resize_handler__=function(){I(e)},e.attachEvent("onresize",e.__resize_legacy_resize_handler__),document.addEventListener("DOMSubtreeModified",e.__resize_mutation_handler__);else if(j||(P=function(e){var t=document.createElement("style");return t.styleSheet?t.styleSheet.cssText=e:t.appendChild(document.createTextNode(e)),(document.querySelector("head")||document.body).appendChild(t),t}('.resize-triggers{visibility:hidden;opacity:0;pointer-events:none}.resize-contract-trigger,.resize-contract-trigger:before,.resize-expand-trigger,.resize-triggers{content:"";position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.resize-contract-trigger,.resize-expand-trigger{background:#eee;overflow:auto}.resize-contract-trigger:before{width:200%;height:200%}')),function(e){var t=O(e,"position");t&&"static"!==t||(e.style.position="relative");e.__resize_old_position__=t,e.__resize_last__={};var n=L("div",{className:"resize-triggers"}),r=L("div",{className:"resize-expand-trigger"}),o=L("div"),a=L("div",{className:"resize-contract-trigger"});r.appendChild(o),n.appendChild(r),n.appendChild(a),e.appendChild(n),e.__resize_triggers__={triggers:n,expand:r,expandChild:o,contract:a},R(e),e.addEventListener("scroll",M,!0),e.__resize_last__={width:e.offsetWidth,height:e.offsetHeight}}(e),e.__resize_rendered__=z(e).rendered,window.MutationObserver){var c=new MutationObserver(e.__resize_mutation_handler__);c.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0}),e.__resize_mutation_observer__=c}e.__resize_listeners__.push(t),j++}function T(){var e=z(this),t=e.rendered,n=e.detached;t!==this.__resize_rendered__&&(!n&&this.__resize_triggers__&&(R(this),this.addEventListener("scroll",M,!0)),this.__resize_rendered__=t,I(this))}function M(){var e,t,n=this;R(this),this.__resize_raf__&&(e=this.__resize_raf__,B||(B=(window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||function(e){clearTimeout(e)}).bind(window)),B(e)),this.__resize_raf__=(t=function(){var e,t,r,o,a,i,l=(t=(e=n).__resize_last__,r=t.width,o=t.height,a=e.offsetWidth,i=e.offsetHeight,a!==r||i!==o?{width:a,height:i}:null);l&&(n.__resize_last__=l,I(n))},E||(E=(window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(e){return setTimeout(e,16)}).bind(window)),E(t))}function I(e){e&&e.__resize_listeners__&&e.__resize_listeners__.forEach((function(t){t.call(e,e)}))}function R(e){var t=e.__resize_triggers__,n=t.expand,r=t.expandChild,o=t.contract,a=o.scrollWidth,i=o.scrollHeight,l=n.offsetWidth,c=n.offsetHeight,s=n.scrollWidth,d=n.scrollHeight;o.scrollLeft=a,o.scrollTop=i,r.style.width=l+1+"px",r.style.height=c+1+"px",n.scrollLeft=s,n.scrollTop=d}function J(e,r,o){var a=null;t.watch([o,e,r],(function(e,t,r){var o=A(e,3),i=o[0],l=o[1],c=o[2];i&&l&&c&&(a=n.throttle((function(){l.resize()}),100),N(i,a)),r((function(){a&&i&&function(e,t){var n=e.__resize_listeners__;if(n){if(t&&n.splice(n.indexOf(t),1),!n.length||!t){if(e.detachEvent&&e.removeEventListener)return e.detachEvent("onresize",e.__resize_legacy_resize_handler__),void document.removeEventListener("DOMSubtreeModified",e.__resize_mutation_handler__);e.__resize_observer__?(e.__resize_observer__.unobserve(e),e.__resize_observer__.disconnect(),e.__resize_observer__=null):(e.__resize_mutation_observer__&&(e.__resize_mutation_observer__.disconnect(),e.__resize_mutation_observer__=null),e.removeEventListener("scroll",M),e.removeChild(e.__resize_triggers__.triggers),e.__resize_triggers__=null),e.__resize_listeners__=null}!--j&&P&&P.parentNode.removeChild(P)}}(i,a)}))}))}var U={autoresize:Boolean};var V={loading:Boolean,loadingOptions:Object};function q(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}q("x-vue-echarts{display:block;height:100%;width:100%}");var F=/^on[^a-z]/,G=function(e){return F.test(e)};var D=t.defineComponent({name:"echarts",props:Object.assign(Object.assign({option:Object,theme:{type:[Object,String]},initOptions:Object,updateOptions:Object,group:String,manualUpdate:Boolean},U),V),inheritAttrs:!1,setup:function(e,r){var o=r.attrs,a=r.listeners,i=t.shallowRef(),l=t.shallowRef(),c=t.shallowRef(),s=t.inject("ecTheme",null),d=t.inject("ecInitOptions",null),u=t.inject("ecUpdateOptions",null),p=t.toRefs(e),f=p.autoresize,h=p.manualUpdate,m=p.loading,v=p.loadingOptions,g=t.computed((function(){return c.value||e.option||Object.create(null)})),b=t.computed((function(){return e.theme||t.unref(s)||{}})),y=t.computed((function(){return e.initOptions||t.unref(d)||{}})),x=t.computed((function(){return e.updateOptions||t.unref(u)||{}})),k=t.computed((function(){return function(e){var t={};for(var n in e)G(n)||(t[n]=e[n]);return t}(o)}));function w(r){if(!l.value&&i.value){var c=l.value=n.init(i.value,b.value,y.value);e.group&&(c.group=e.group);var s=a;s||(s={},Object.keys(o).filter((function(e){return 0===e.indexOf("on")&&e.length>2})).forEach((function(e){var t=e.charAt(2).toLowerCase()+e.slice(3);s[t]=o[e]}))),Object.keys(s).forEach((function(e){var t=s[e];t&&(0===e.indexOf("zr:")?c.getZr().on(e.slice(3).toLowerCase(),t):c.on(e.toLowerCase(),t))})),f.value?t.nextTick((function(){!function(){if(c&&!c.isDisposed())try{c.resize()}catch(e){if("Cannot read property 'get' of undefined"===e.message)return;throw e}}(),d()})):d()}function d(){c.setOption(r||g.value,x.value)}}function C(){l.value&&(l.value.dispose(),l.value=void 0)}var S=null;t.watch(h,(function(n){"function"==typeof S&&(S(),S=null),n||(S=t.watch((function(){return e.option}),(function(e){e&&(l.value?l.value.setOption(e,x.value):w())}),{deep:!0}))}),{immediate:!0}),t.watch([b,y],(function(){C(),w()}),{deep:!0}),t.watchEffect((function(){e.group&&l.value&&(l.value.group=e.group)}));var A=_(l,w);return function(e,n,r){var o=t.inject("ecLoadingOptions",{}),a=t.computed((function(){return Object.assign(Object.assign({},t.unref(o)),null==r?void 0:r.value)}));t.watchEffect((function(){var t=e.value;t&&(n.value?t.showLoading(a.value):t.hideLoading())}))}(l,m,v),J(l,f,i),t.onMounted((function(){e.option&&w()})),t.onUnmounted(C),Object.assign({chart:l,root:i,setOption:function(t,n){e.manualUpdate&&(c.value=t),l.value?l.value.setOption(t,n||{}):w(t)},nonEventAttrs:k},A)},render:function(){var e=Object.assign({},this.nonEventAttrs);return e.ref="root",e.class=e.class?["echarts"].concat(e.class):"echarts",t.h("x-vue-echarts",e)}});function K(e){return function(e){if(Array.isArray(e))return C(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||S(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}"production"===process.env.NODE_ENV||Object.freeze({}),"production"===process.env.NODE_ENV||Object.freeze([]);var W=function(e,t){if(e.install=function(n){for(var r=0,o=[e].concat(K(Object.values(null!=t?t:{})));r<o.length;r++){var a=o[r];n.component(a.name,a)}},t)for(var n=0,r=Object.entries(t);n<r.length;n++){var o=A(r[n],2),a=o[0],i=o[1];e[a]=i}return e},Y={exports:{}};!function(e){var t=function(e){var t,n=Object.prototype,r=n.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",i=o.asyncIterator||"@@asyncIterator",l=o.toStringTag||"@@toStringTag";function c(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(e){c=function(e,t,n){return e[t]=n}}function s(e,t,n,r){var o=t&&t.prototype instanceof v?t:v,a=Object.create(o.prototype),i=new B(r||[]);return a._invoke=function(e,t,n){var r=u;return function(o,a){if(r===f)throw new Error("Generator is already running");if(r===h){if("throw"===o)throw a;return O()}for(n.method=o,n.arg=a;;){var i=n.delegate;if(i){var l=S(i,n);if(l){if(l===m)continue;return l}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===u)throw r=h,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=f;var c=d(e,t,n);if("normal"===c.type){if(r=n.done?h:p,c.arg===m)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=h,n.method="throw",n.arg=c.arg)}}}(e,n,i),a}function d(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=s;var u="suspendedStart",p="suspendedYield",f="executing",h="completed",m={};function v(){}function g(){}function b(){}var y={};c(y,a,(function(){return this}));var x=Object.getPrototypeOf,k=x&&x(x(L([])));k&&k!==n&&r.call(k,a)&&(y=k);var w=b.prototype=v.prototype=Object.create(y);function _(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function C(e,t){function n(o,a,i,l){var c=d(e[o],e,a);if("throw"!==c.type){var s=c.arg,u=s.value;return u&&"object"==typeof u&&r.call(u,"__await")?t.resolve(u.__await).then((function(e){n("next",e,i,l)}),(function(e){n("throw",e,i,l)})):t.resolve(u).then((function(e){s.value=e,i(s)}),(function(e){return n("throw",e,i,l)}))}l(c.arg)}var o;this._invoke=function(e,r){function a(){return new t((function(t,o){n(e,r,t,o)}))}return o=o?o.then(a,a):a()}}function S(e,n){var r=e.iterator[n.method];if(r===t){if(n.delegate=null,"throw"===n.method){if(e.iterator.return&&(n.method="return",n.arg=t,S(e,n),"throw"===n.method))return m;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return m}var o=d(r,e.iterator,n.arg);if("throw"===o.type)return n.method="throw",n.arg=o.arg,n.delegate=null,m;var a=o.arg;return a?a.done?(n[e.resultName]=a.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):a:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,m)}function A(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function E(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function B(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(A,this),this.reset(!0)}function L(e){if(e){var n=e[a];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function n(){for(;++o<e.length;)if(r.call(e,o))return n.value=e[o],n.done=!1,n;return n.value=t,n.done=!0,n};return i.next=i}}return{next:O}}function O(){return{value:t,done:!0}}return g.prototype=b,c(w,"constructor",b),c(b,"constructor",g),g.displayName=c(b,l,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===g||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,b):(e.__proto__=b,c(e,l,"GeneratorFunction")),e.prototype=Object.create(w),e},e.awrap=function(e){return{__await:e}},_(C.prototype),c(C.prototype,i,(function(){return this})),e.AsyncIterator=C,e.async=function(t,n,r,o,a){void 0===a&&(a=Promise);var i=new C(s(t,n,r,o),a);return e.isGeneratorFunction(n)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},_(w),c(w,l,"Generator"),c(w,a,(function(){return this})),c(w,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=L,B.prototype={constructor:B,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(E),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function o(r,o){return l.type="throw",l.arg=e,n.next=r,o&&(n.method="next",n.arg=t),!!o}for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a],l=i.completion;if("root"===i.tryLoc)return o("end");if(i.tryLoc<=this.prev){var c=r.call(i,"catchLoc"),s=r.call(i,"finallyLoc");if(c&&s){if(this.prev<i.catchLoc)return o(i.catchLoc,!0);if(this.prev<i.finallyLoc)return o(i.finallyLoc)}else if(c){if(this.prev<i.catchLoc)return o(i.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return o(i.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n];if(o.tryLoc<=this.prev&&r.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var a=o;break}}a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc&&(a=null);var i=a?a.completion:{};return i.type=e,i.arg=t,a?(this.method="next",this.next=a.finallyLoc,m):this.complete(i)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),m},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),E(n),m}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;E(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:L(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),m}},e}(e.exports);try{regeneratorRuntime=t}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=t:Function("r","regeneratorRuntime = r")(t)}}(Y);var H=Y.exports;
2
2
  /*! *****************************************************************************
3
3
  Copyright (c) Microsoft Corporation.
4
4
 
@@ -12,4 +12,4 @@
12
12
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13
13
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14
14
  PERFORMANCE OF THIS SOFTWARE.
15
- ***************************************************************************** */function R(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{s(r.next(e))}catch(e){i(e)}}function c(e){try{s(r.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}s((r=r.apply(e,t||[])).next())}))}var F=function(e){return r.mapValues(e,(function(e){return{type:e.constructor,default:e}}))},W={pageWidth:"1920px",pageHeight:"1080px",pageBackgroundColor:"#ffffff",pageBackgroundImage:""},D=F(W),H=t.defineComponent({name:"EcanPageConfig",props:D,setup:function(e){var n,o=this,i=t.computed((function(){return{width:e.pageWidth,height:e.pageHeight,backgroundColor:e.pageBackgroundColor,backgroundImage:e.pageBackgroundImage}})),a=t.ref(0),c=t.ref(0),s=t.ref(0),u=t.ref(0),l=t.ref(!1),d=t.ref(),f=function(){return new Promise((function(n){t.nextTick((function(){e.pageWidth&&e.pageHeight?(a.value=parseFloat(e.pageWidth),c.value=parseFloat(e.pageHeight)):(a.value=d.value.clientWidth,c.value=d.value.clientHeight),s.value&&u.value||(s.value=window.screen.width,u.value=window.screen.height),n()}))}))},p=function(){var e=document.body.clientWidth,t=document.body.clientHeight,n=e/(a.value||s.value),r=t/(c.value||u.value);d.value&&(d.value.style.transform="scale(".concat(n,", ").concat(r,")"))},h=function(){return R(o,void 0,void 0,I.mark((function e(){return I.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,f();case 2:p();case 3:case"end":return e.stop()}}),e)})))},v=function(){var e=window.MutationObserver;(n=new e(h)).observe(d.value,{attributes:!0,attributeFilter:["style"],attributeOldValue:!0})};return t.onMounted((function(){return R(o,void 0,void 0,I.mark((function e(){return I.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return l.value=!1,e.next=3,f();case 3:a.value&&c.value?(d.value.style.width="".concat(a.value,"px"),d.value.style.height="".concat(c.value,"px")):(d.value.style.width="".concat(s.value,"px"),d.value.style.height="".concat(u.value,"px")),p(),window.addEventListener("resize",r.debounce(h,100)),v(),l.value=!0;case 8:case"end":return e.stop()}}),e)})))})),t.onUnmounted((function(){window.removeEventListener("resize",h),n&&(n.disconnect(),n.takeRecords(),n=null)})),{style:i,container:d,ready:l}}}),U={id:"container",ref:"container"};T("#container[data-v-49f464c4]{left:0;overflow:hidden;position:fixed;top:0;transform-origin:left top;z-index:999}.page-config[data-v-49f464c4]{background-size:cover;overflow:hidden;position:relative}"),H.render=function(e,n,r,o,i,a){return t.openBlock(),t.createElementBlock("div",U,[e.ready?(t.openBlock(),t.createElementBlock("div",{key:0,class:"page-config",style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],4)):t.createCommentVNode("v-if",!0)],512)},H.__scopeId="data-v-49f464c4",H.__file="src/setting/page-cofig/PageConfig.vue";var q=A(H),M={id:"",name:"基础文本",type:"ecanText",width:"100px",height:"40px",position:"absolute",top:"0px",left:"0px",zIndex:0,rotate:"0deg",isShow:!0,isRender:!0,imgUrl:"",text:"文字",color:"#333333",fontSize:"14px",fontFamily:"",fontWeight:400,textAlign:"center",overflow:"hidden"},V=F(M),G=["width","height","color","position","top","left","rotate","fontSize","fontFamily","fontWeight","textDecoration","textAlign","overflow","backgroundColor","backgroundImage"],Y=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],o=r.without(G,n);return t.computed((function(){return r.pick(e,o)}))},$=function(e){return t.computed((function(){return e.data.map((function(e){return[e.name,e.value]}))}))},X=t.defineComponent({name:"EcanText",props:V,setup:function(e){return{style:Y(e)}}});X.render=function(e,n,r,o,i,a){return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},t.toDisplayString(e.text),5)},X.__file="src/text/text/Text.vue";var Z=A(X),J=t.defineComponent({name:"EcanScrollText",setup:function(){return{text:t.ref("基础文本")}}}),K={class:"red"};T(".red[data-v-0cbdffb5]{color:red}"),J.render=function(e,n,r,o,i,a){return t.openBlock(),t.createElementBlock("div",K,t.toDisplayString(e.text),1)},J.__scopeId="data-v-0cbdffb5",J.__file="src/text/scroll-text/ScrollText.vue";var Q=A(J),ee=t.defineComponent({name:"EcanInput",setup:function(){return{valueRef:t.ref("")}}}),te=t.createTextVNode("测试");ee.render=function(e,n,r,i,a,c){var s=o.Button;return t.openBlock(),t.createBlock(s,null,{default:t.withCtx((function(){return[te]})),_:1})},ee.__file="src/control/input/Input.vue";var ne=A(ee),re={id:"",name:"饼图",type:"ecanPie",width:"400px",height:"400px",position:"absolute",top:"",left:"",zIndex:0,rotate:"",isShow:!0,isRender:!0,imgUrl:"",data:[{name:"名称一",value:335},{name:"名称二",value:310},{name:"名称三",value:234},{name:"名称四",value:135},{name:"名称五",value:1548}],titleText:"",titleSubtext:"",titleLeft:"",legendShow:"",legendTop:"",legendLeft:""},oe=F(re);n.use([a.CanvasRenderer,c.PieChart,s.TitleComponent,s.TooltipComponent,s.LegendComponent]);var ie=t.defineComponent({name:"EcanPie",props:oe,components:{Echarts:j},setup:function(e){var n=Y(e);return{option:t.computed((function(){return{title:{text:e.titleText,subtext:e.titleSubtext,left:"center"},tooltip:{trigger:"item",formatter:"{a} <br/>{b} : {c} ({d}%)"},legend:{orient:"vertical",left:"left"},series:[{type:"pie",radius:"55%",center:["50%","60%"],data:e.data,emphasis:{itemStyle:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"}}}]}})),style:n}}});ie.render=function(e,n,r,o,i,a){var c=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(c,{option:e.option,autoresize:""},null,8,["option"])],4)},ie.__file="src/graph/pie/Pie.vue";var ae=A(ie),ce={id:"",name:"折线图",type:"ecanLine",width:"400px",height:"400px",position:"absolute",top:"",left:"",zIndex:0,rotate:"",isShow:!0,isRender:!0,imgUrl:"",data:[{name:"名称一",value:335},{name:"名称二",value:310},{name:"名称三",value:234},{name:"名称四",value:135},{name:"名称五",value:1548}],titleText:"",titleSubtext:"",titleLeft:"",legendShow:"",legendTop:"",legendLeft:""},se=F(ce);n.use([a.CanvasRenderer,c.LineChart,s.TitleComponent,s.GridComponent]);var ue=t.defineComponent({name:"EcanLine",props:se,components:{Echarts:j},setup:function(e){var n=Y(e),r=$(e);return{option:t.computed((function(){return{title:{text:e.titleText,subText:e.titleSubtext,left:"center"},xAxis:{type:"category"},yAxis:{type:"value"},series:[{type:"line",data:r.value}]}})),style:n}}});ue.render=function(e,n,r,o,i,a){var c=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(c,{option:e.option,autoresize:""},null,8,["option"])],4)},ue.__file="src/graph/line/Line.vue";var le=A(ue),de={id:"",name:"柱状图",type:"ecanBar",width:"400px",height:"400px",position:"absolute",top:"",left:"",zIndex:0,rotate:"",isShow:!0,isRender:!0,imgUrl:"",data:[{name:"名称一",value:335},{name:"名称二",value:310},{name:"名称三",value:234},{name:"名称四",value:135},{name:"名称五",value:1548}],titleText:"",titleSubtext:"",titleLeft:"",legendShow:"",legendTop:"",legendLeft:""},fe=F(de);n.use([a.CanvasRenderer,c.BarChart,s.TitleComponent]);var pe=t.defineComponent({name:"EcanBar",props:fe,components:{Echarts:j},setup:function(e){var n=Y(e),r=$(e);return{option:t.computed((function(){return{title:{text:e.titleText,subtext:e.titleSubtext,left:"center"},xAxis:{type:"category"},yAxis:{type:"value"},series:[{type:"bar",data:r.value}]}})),style:n}}});pe.render=function(e,n,r,o,i,a){var c=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(c,{option:e.option,autoresize:""},null,8,["option"])],4)},pe.__file="src/graph/bar/Bar.vue";var he=A(pe),ve={id:"",name:"散点图",type:"ecanScatter",width:"400px",height:"400px",position:"absolute",top:"",left:"",zIndex:0,rotate:"",isShow:!0,isRender:!0,imgUrl:"",data:[{name:233,value:335},{name:556,value:310},{name:56,value:234},{name:563,value:135},{name:155,value:1548}],titleText:"",titleSubtext:"",titleLeft:"",legendShow:"",legendTop:"",legendLeft:""},ge=F(ve);n.use([a.CanvasRenderer,c.ScatterChart,s.TitleComponent,s.TooltipComponent,s.LegendComponent]);var _e=t.defineComponent({name:"EcanScatter",props:ge,components:{Echarts:j},setup:function(e){var n=Y(e),r=$(e);return{option:t.computed((function(){return{title:{text:e.titleText,subtext:e.titleSubtext,left:"center"},xAxis:{},yAxis:{},series:[{type:"scatter",data:r.value}]}})),style:n}}});_e.render=function(e,n,r,o,i,a){var c=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(c,{option:e.option,autoresize:""},null,8,["option"])],4)},_e.__file="src/graph/scatter/Scatter.vue";var me=A(_e),ye=Object.freeze({__proto__:null,pageConfig:W,pageConfigComponentProps:D,EcanPagePageConfig:q,textProps:M,textComponentProps:V,EcanText:Z,EcanScrollText:Q,EcanInput:ne,pieProps:re,pieComponentProps:oe,EcanPie:ae,lineProps:ce,lineComponentProps:se,EcanLine:le,barProps:de,barComponentProps:fe,EcanBar:he,scatterProps:ve,scatterComponentProps:ge,EcanScatter:me}),we={install:function(e){Object.keys(ye).forEach((function(t){var n=ye[t];n.install&&e.use(n)}))}};e.EcanBar=he,e.EcanInput=ne,e.EcanLine=le,e.EcanPagePageConfig=q,e.EcanPie=ae,e.EcanScatter=me,e.EcanScrollText=Q,e.EcanText=Z,e.barComponentProps=fe,e.barProps=de,e.default=we,e.lineComponentProps=se,e.lineProps=ce,e.pageConfig=W,e.pageConfigComponentProps=D,e.pieComponentProps=oe,e.pieProps=re,e.scatterComponentProps=ge,e.scatterProps=ve,e.textComponentProps=V,e.textProps=M,Object.defineProperty(e,"__esModule",{value:!0})}));
15
+ ***************************************************************************** */function Q(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{c(r.next(e))}catch(e){a(e)}}function l(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,l)}c((r=r.apply(e,t||[])).next())}))}var Z={id:"",name:"",keyName:"",type:"",width:"100px",height:"40px",position:"absolute",top:"0px",left:"0px",zIndex:1,rotate:"0deg",isShow:!0,isRender:!0,isRequestData:!1,requestUrl:"",requestMethod:"get",requestHeaders:{},isOpenRequestTimer:!1,requestInterval:1,requestParams:[{key:"",value:{id:"",prop:""}}],events:[]},X=function(e){return r.mapValues(e,(function(e){return null==e?{}:{type:e.constructor,default:e}}))},$={width:"1920px",height:"1080px",backgroundColor:"#ffffff",backgroundImage:"",backgroundSize:"100% 100%",contextRequestUrl:"",mode:"normal"},ee=X($),te=t.defineComponent({name:"EcanPageConfig",props:Object.assign({},ee),setup:function(e){var n,o=this,a=t.computed((function(){return{width:e.width,height:e.height,backgroundColor:e.backgroundColor,backgroundImage:e.backgroundImage,backgroundSize:e.backgroundSize}})),i=t.ref(0),l=t.ref(0),c=t.ref(0),s=t.ref(0),d=t.ref(!1),u=t.ref(),p=function(){return new Promise((function(n){t.nextTick((function(){e.width&&e.height?(i.value=parseFloat(e.width),l.value=parseFloat(e.height)):(i.value=u.value.clientWidth,l.value=u.value.clientHeight),c.value&&s.value||(c.value=window.screen.width,s.value=window.screen.height),n()}))}))},f=function(){var e=document.body.clientWidth,t=document.body.clientHeight,n=e/(i.value||c.value),r=t/(l.value||s.value);u.value&&(u.value.style.transform="scale(".concat(n,", ").concat(r,")"))},h=function(){return Q(o,void 0,void 0,H.mark((function e(){return H.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,p();case 2:f();case 3:case"end":return e.stop()}}),e)})))},m=function(){var e=window.MutationObserver;(n=new e(h)).observe(u.value,{attributes:!0,attributeFilter:["style"],attributeOldValue:!0})};return t.onMounted((function(){return Q(o,void 0,void 0,H.mark((function e(){return H.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return d.value=!1,e.next=3,p();case 3:i.value&&l.value?(u.value.style.width="".concat(i.value,"px"),u.value.style.height="".concat(l.value,"px")):(u.value.style.width="".concat(c.value,"px"),u.value.style.height="".concat(s.value,"px")),f(),window.addEventListener("resize",r.debounce(h,100)),m(),d.value=!0;case 8:case"end":return e.stop()}}),e)})))})),t.onUnmounted((function(){window.removeEventListener("resize",h),n&&(n.disconnect(),n.takeRecords(),n=null)})),{style:a,container:u,ready:d}}}),ne={id:"container",ref:"container"};q("#container[data-v-f2b96d90]{left:0;overflow:hidden;position:fixed;top:0;transform-origin:left top;z-index:999}.page-config[data-v-f2b96d90]{background-size:cover;overflow:hidden;position:relative}"),te.render=function(e,n,r,o,a,i){return t.openBlock(),t.createElementBlock("div",ne,[e.ready?(t.openBlock(),t.createElementBlock("div",{key:0,class:"page-config",style:t.normalizeStyle(e.style)},[t.renderSlot(e.$slots,"default")],4)):t.createCommentVNode("v-if",!0)],512)},te.__scopeId="data-v-f2b96d90",te.__file="src/setting/page-config/PageConfig.vue";var re=W(te),oe="EVENT_BUS",ae="GLOBAL_VAR",ie="GLOBAL_MODEL",le={contextRequestUrl:"",pageMode:"normal",theme:"light"},ce=X(le),se=t.defineComponent({name:"EcanProviderConfig",props:Object.assign({},ce),setup:function(e){var n=t.ref(),r=function(){n.value.setAttribute("datav-theme",e.theme)};t.watch((function(){return e.theme}),(function(){r()})),t.onMounted((function(){r()})),t.provide(ae,{contextRequestUrl:e.contextRequestUrl,pageMode:e.pageMode,theme:e.theme});var o=new Map;t.provide(ie,{getGlobalModel:function(e){return o.get(e)},setGlobalModel:function(e,t){o.set(e,t)}});var a=g.default();return t.provide(oe,{onEvent:function(e,n){a.on(e,(function(e){return n[e]()})),t.onUnmounted((function(){a.off(e)}))},offEvent:function(e){a.off(e)},emitEvent:function(e,t){a.emit(e,t)}}),{providerConfig:n}}}),de={id:"ProviderConfig",ref:"providerConfig"};se.render=function(e,n,r,o,a,i){return t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createCommentVNode(" 请勿去除属性id "),t.createElementVNode("div",de,[t.renderSlot(e.$slots,"default")],512)],2112)},se.__file="src/setting/provider-config/ProviderConfig.vue";var ue=W(se),pe=Object.assign(Object.assign({},Z),{name:"基础文本",type:"ecanText",width:"100px",height:"40px",text:"文字",color:"#333",fontSize:"14px",fontFamily:"",fontWeight:400,textAlign:"center",overflow:"hidden",textShadow:""}),fe=X(pe),he=["width","height","color","position","top","left","rotate","fontSize","fontFamily","fontWeight","textDecoration","textAlign","overflow","backgroundColor","backgroundImage","backgroundImage","textShadow"],me=function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],o=r.without.apply(void 0,[he].concat(K(n)));return t.computed((function(){return r.pick(e,o)}))},ve=function(e,n){t.watch((function(){return e.id}),(function(e,r){var o=t.inject(oe,{onEvent:function(e,t){},offEvent:function(e){}});null!=r&&""!==r&&o.offEvent(r),null!=e&&""!==e&&o.onEvent(e,n)}),{immediate:!0})},ge=function(e){var n=t.inject(oe,{emitEvent:function(e,t){}});return function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(){};return function(){if(r.call.apply(r,[this].concat(Array.prototype.slice.call(arguments))),n){var o=n.emitEvent;e.forEach((function(e){t===e.on&&o(e.target,e.emit)}))}}}};function be(e){return be="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},be(e)}function ye(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function xe(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"==typeof e)return ke(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ke(e,t)}(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){l=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(l)throw a}}}}function ke(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var we=t.defineComponent({name:"EcanText",props:Object.assign({},fe),setup:function(e){return{style:me(e)}}});q(""),we.render=function(e,n,r,o,a,i){return t.openBlock(),t.createElementBlock("div",{class:"ecan-text",style:t.normalizeStyle(e.style)},t.toDisplayString(e.text),5)},we.__scopeId="data-v-41a337b4",we.__file="src/text/text/Text.vue";var _e=W(we),Ce=t.defineComponent({name:"EcanScrollText",setup:function(){return{text:t.ref("基础文本")}}}),Se={class:"red"};q(".red[data-v-0cbdffb5]{color:red}"),Ce.render=function(e,n,r,o,a,i){return t.openBlock(),t.createElementBlock("div",Se,t.toDisplayString(e.text),1)},Ce.__scopeId="data-v-0cbdffb5",Ce.__file="src/text/scroll-text/ScrollText.vue";var Ae=W(Ce),Ee=Object.assign(Object.assign({},Z),{width:"200px",id:"",left:"0px",top:"0px",name:"输入框",keyName:"输入框",rotate:"",type:"ecanInput",value:"",placeholder:"请输入文字"}),Be=X(Ee),Le=t.defineComponent({name:"EcanInput",components:{AInput:a.Input},props:Object.assign({},Be),setup:function(e){return{style:me(e)}}});q(".input[data-v-b714c8ac]{height:100%;width:100%}"),Le.render=function(e,n,r,o,a,i){var l=t.resolveComponent("a-input");return t.openBlock(),t.createElementBlock("div",{class:"ecan-input",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"input",value:e.value,placeholder:e.placeholder},null,8,["value","placeholder"])],4)},Le.__scopeId="data-v-b714c8ac",Le.__file="src/control/input/Input.vue";var Oe=W(Le),ze=Object.assign(Object.assign({},Z),{height:"33px",width:"130px",id:"",left:"0px",top:"0px",name:"时间选择器",keyName:"时间选择器",rotate:"",type:"ecanDatePicker",value:b.default().format("YYYY-MM-DD"),picker:"date",format:"YYYY-MM-DD",showTime:!1}),je=X(ze),Pe=["dateChange"],Ne=t.defineComponent({name:"EcanDatePicker",props:Object.assign({},je),components:{ADatePicker:a.DatePicker},setup:function(e){var n=me(e),r=t.ref(b.default(e.value)),o=t.computed((function(){return r.value.format(e.format)})),a=e.events;(0,t.inject(ie,{setGlobalModel:function(e,t){}}).setGlobalModel)(e.id,o);var i=ge(a)("dateChange",(function(){}));return ve(e,{dateChange:i}),{style:n,getPopupContainer:function(){return document.getElementById("ProviderConfig")||document.body},myValue:r,locale:y.default,dateChange:i}}});q("[datav-theme=light] .ant-picker{border:1px solid #d9d9d9;color:rgba(0,0,0,.85)}[datav-theme=light] .ant-picker-input>input{color:rgba(0,0,0,.85)}[datav-theme=light] .anticon-calendar,[datav-theme=light] .anticon-close-circle{color:#333}[datav-theme=darkBlue] .ant-picker{background-color:#05164c;border:1px solid #1f63a3;box-shadow:inset 0 0 10px #005efe;color:#fff}[datav-theme=darkBlue] .ant-picker-input>input,[datav-theme=darkBlue] .anticon-calendar{color:#fff}[datav-theme=darkBlue] .anticon-close-circle{color:#333}[datav-theme=darkBlue] .ant-picker-panel{background:#05174e;border-bottom:1px solid #69befa}[datav-theme=darkBlue] .ant-picker-header{border-bottom:1px solid #69befa;color:#69befa}[datav-theme=darkBlue] .ant-picker-panel .ant-picker-footer{border-top:1px solid #69befa}[datav-theme=darkBlue] .ant-picker-content td,[datav-theme=darkBlue] .ant-picker-content th,[datav-theme=darkBlue] .ant-picker-header button,[datav-theme=darkBlue] .ant-picker-today-btn{color:#69befa}[datav-theme=darkBlue] .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,[datav-theme=darkBlue] .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{background:#1890ff}"),Ne.render=function(e,n,r,o,a,i){var l=t.resolveComponent("a-date-picker");return t.openBlock(),t.createElementBlock("div",{class:"ecan-date-picker",style:t.normalizeStyle(e.style)},[t.createCommentVNode(" 宽度style有效,class无效 "),t.createVNode(l,{class:"date-picker",style:{width:"100%",height:"100%"},picker:e.picker,value:e.myValue,"onUpdate:value":n[0]||(n[0]=function(t){return e.myValue=t}),showTime:e.showTime,locale:e.locale,onChange:e.dateChange,getPopupContainer:e.getPopupContainer},null,8,["picker","value","showTime","locale","onChange","getPopupContainer"])],4)},Ne.__file="src/control/date-picker/DatePicker.vue";var Te=W(Ne),Me=Object.assign(Object.assign({},Z),{name:"选择器",keyName:"选择器",width:"120px",height:"33px",type:"ecanSelect",data:[],value:""}),Ie=X(Me),Re=t.defineComponent({name:"EcanSelect",components:{ASelect:a.Select},props:Object.assign({},Ie),setup:function(e){return{style:me(e),getPopupContainer:function(){return document.getElementById("ProviderConfig")||document.body}}}});q(".ecan-select[data-v-b6743858] [data-v-b6743858] .ant-select-selector{height:100%!important}.select[data-v-b6743858]{height:100%;width:100%}");q("[datav-theme=light] .ant-select:not(.ant-select-customize-input) .ant-select-selector{border:1px solid #d9d9d9}[datav-theme=light] .ant-select-dropdown{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);color:rgba(0,0,0,.85)}[datav-theme=light] .ant-empty-img-simple-g{stroke:#d9d9d9}[datav-theme=light] .ant-empty-img-simple-ellipse{fill:#f5f5f5}[datav-theme=light] .ant-empty-img-simple-path{fill:#f5f5f5;stroke:#d9d9d9}[datav-theme=light] .ant-empty-description{color:rgba(0,0,0,.25)}[datav-theme=light] .anticon-down{color:#333}[datav-theme=darkBlue] .ant-select:not(.ant-select-customize-input) .ant-select-selector{background-color:#05164c;border:1px solid #1f63a3;box-shadow:inset 0 0 10px #005efe;color:#fff}[datav-theme=darkBlue] .ant-select-dropdown{background-color:#05164c;box-shadow:inset 0 0 10px #005efe;color:#fff}[datav-theme=darkBlue] .ant-empty-img-simple-g{stroke:#69befa}[datav-theme=darkBlue] .ant-empty-img-simple-ellipse{fill-opacity:0}[datav-theme=darkBlue] .ant-empty-img-simple-path{fill:#69befa;stroke:#69befa}[datav-theme=darkBlue] .ant-empty-description{color:#69befa}[datav-theme=darkBlue] .ant-select-item,[datav-theme=darkBlue] .anticon-down{color:#fff}[datav-theme=darkBlue] .ant-select-item-option-active,[datav-theme=darkBlue] .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#1f63a3}"),Re.render=function(e,n,r,o,a,i){var 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.value,options:e.data,"show-search":"",getPopupContainer:e.getPopupContainer},null,8,["value","options","getPopupContainer"])],4)},Re.__scopeId="data-v-b6743858",Re.__file="src/control/select/Select.vue";var Je=W(Re),Ue=Object.assign(Object.assign({},Z),{name:"范围选择器",keyName:"范围选择器",type:"ecanRangePicker",width:"200px",height:"35px",picker:"date"}),Ve=X(Ue),qe=t.defineComponent({name:"EcanRangePicker",components:{ARangePicker:a.RangePicker},props:Object.assign({},Ve),setup:function(e){return{style:me(e),getPopupContainer:function(){return document.getElementById("ProviderConfig")||document.body},locale:y.default}}});q(".range-picker[data-v-9eb3e236]{height:100%;width:100%}");q("[datav-theme=light] .ant-picker{border:1px solid #d9d9d9;color:rgba(0,0,0,.85)}[datav-theme=light] .ant-picker-input>input{color:rgba(0,0,0,.85)}[datav-theme=darkBlue] .ant-picker{background-color:#05164c;border:1px solid #1f63a3;box-shadow:inset 0 0 10px #005efe;color:#fff}[datav-theme=darkBlue] .ant-picker-range-arrow:after{border-color:#05164c #05164c transparent transparent}[datav-theme=darkBlue] .ant-picker-input>input,[datav-theme=darkBlue] .anticon-calendar{color:#fff}[datav-theme=darkBlue] .anticon-close-circle{color:#333}[datav-theme=darkBlue] .ant-picker-panel{background-color:#05164c;border-bottom:1px solid #69befa}[datav-theme=darkBlue] .ant-picker-header{border-bottom:1px solid #69befa;color:#69befa}[datav-theme=darkBlue] .ant-picker-panel .ant-picker-footer{border-top:1px solid #69befa}[datav-theme=darkBlue] .ant-picker-content td,[datav-theme=darkBlue] .ant-picker-content th,[datav-theme=darkBlue] .ant-picker-header button,[datav-theme=darkBlue] .ant-picker-today-btn{color:#69befa}[datav-theme=darkBlue] .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,[datav-theme=darkBlue] .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{background:#1890ff}[datav-theme=darkBlue] .anticon-swap-right{color:#fff}"),qe.render=function(e,n,r,o,a,i){var l=t.resolveComponent("a-range-picker");return t.openBlock(),t.createElementBlock("div",{class:"ecan-range-picker",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"range-picker",picker:e.picker,locale:e.locale,getPopupContainer:e.getPopupContainer},null,8,["picker","locale","getPopupContainer"])],4)},qe.__scopeId="data-v-9eb3e236",qe.__file="src/control/range-picker/RangePicker.vue";var Fe=W(qe),Ge=Object.assign(Object.assign({},Z),{width:"200px",name:"按钮",keyName:"按钮",type:"ecanButton"}),De=X(Ge),Ke=["click"],We=t.defineComponent({name:"EcanButton",components:{AButton:a.Button},props:Object.assign({},De),setup:function(e){var t=me(e),n=e.events;return{style:t,click:ge(n)("click")}}}),Ye=t.createTextVNode(" 测试 ");q(".button[data-v-34f909d8]{height:100%;width:100%}"),We.render=function(e,n,r,o,a,i){var l=t.resolveComponent("a-button");return t.openBlock(),t.createElementBlock("div",{class:"ecan-input",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"button",block:"",onClick:e.click},{default:t.withCtx((function(){return[Ye]})),_:1},8,["onClick"])],4)},We.__scopeId="data-v-34f909d8",We.__file="src/control/button/Button.vue";var He=W(We),Qe=Object.assign(Object.assign({},Z),{id:"",name:"饼图",keyName:"饼图",type:"ecanPie",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:335},{name:"名称二",value:310},{name:"名称三",value:234}],titleText:"",titleSubtext:"",titleLeft:"",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],backgroundColor:"",tooltipShow:!0,tooltipTextStyleColor:"",tooltipTrigger:"item",tooltipFormatter:"{b} : {c} ({d}%)",legendShow:!0,legendTextStyleColor:"#333",legendOrient:"vertical",legendTop:"top",legendLeft:"left",innerRadius:"0%",outerRadius:"60%",centerLeft:"50%",centerTop:"50%",labelShow:!0,labelColor:"#333",isUseLabelColors:!1,labelFontSize:12,labelPosition:"outside",labelFormatter:"{b}\\n{d}%",labelLineShow:!0,labelLineLength:10,labelLineLength2:15,roseType:""}),Ze=X(Qe),Xe=function(e){return e.replace(/\\n/g,"\n")};n.use([d.CanvasRenderer,u.PieChart,p.TitleComponent,p.TooltipComponent,p.LegendComponent]);var $e=t.defineComponent({name:"EcanPie",props:Object.assign({},Ze),components:{Echarts:D},setup:function(e){var n=me(e),r=t.computed((function(){if(Array.isArray(e.colors)){var t=e.isUseLabelColors,n=e.colors;return e.data.map((function(e,r){return Object.assign({label:t?{color:n[r]}:{}},e)}))}return e.data}));return{option:t.computed((function(){return{title:{text:e.titleText,subtext:e.titleSubtext,left:"center"},tooltip:{show:e.tooltipShow,trigger:e.tooltipTrigger,formatter:Xe(e.tooltipFormatter),textStyle:{color:e.tooltipTextStyleColor}},legend:{show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{color:e.legendTextStyleColor}},color:e.colors,series:[{type:"pie",radius:[e.innerRadius,e.outerRadius],center:[e.centerLeft,e.centerTop],roseType:e.roseType,data:r.value,label:{show:e.labelShow,color:e.labelColor,fontSize:e.labelFontSize,position:e.labelPosition,formatter:Xe(e.labelFormatter)},labelLine:{show:e.labelLineShow,length:e.labelLineLength,length2:e.labelLineLength2},emphasis:{itemStyle:{shadowBlur:10,shadowOffsetX:0,shadowColor:"rgba(0, 0, 0, 0.5)"}}}]}})),style:n}}});$e.render=function(e,n,r,o,a,i){var l=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{option:e.option,autoresize:""},null,8,["option"])],4)},$e.__file="src/graph/pie/Pie.vue";var et=W($e),tt=Object.assign(Object.assign({},Z),{id:"",name:"折线图",keyName:"折线图",type:"ecanLine",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:335},{name:"名称二",value:310},{name:"名称三",value:234},{name:"名称四",value:135},{name:"名称五",value:1548}],titleText:"",titleSubtext:"",titleLeft:"",legendShow:!1,legendOrient:"horizontal",legendTop:"top",legendLeft:"center",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],symbolSize:4,lineStyleWidth:2,smooth:!1,xAxisSplitLineShow:!0,xAxisSplitLineStyleColor:"#333",xAxisLabelColor:"#333",xAxisLineStyleColor:"#333",xAxisTickShow:!0,yAxisSplitLineShow:!0,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333"}),nt=X(tt);n.use([d.CanvasRenderer,u.LineChart,p.TitleComponent,p.LegendComponent]);var rt=t.defineComponent({name:"EcanLine",props:Object.assign({},nt),components:{Echarts:D},setup:function(e){var n=me(e),r=t.ref();return t.watch((function(){return e.data}),(function(e){Array.isArray(e)&&(r.value=e.map((function(e){return[e.name,e.value]})))}),{immediate:!0}),{option:t.computed((function(){return{title:{text:e.titleText,subText:e.titleSubtext,left:"center"},color:e.colors,xAxis:{type:"category",splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor}},axisLabel:{color:e.xAxisLabelColor},axisLine:{lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow}},yAxis:{type:"value",splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor}},axisLabel:{color:e.yAxisLabelColor},axisLine:{lineStyle:{color:e.yAxisLineStyleColor}}},tooltip:{trigger:"axis"},legend:{show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft},series:[{name:"默认",type:"line",data:r.value,symbolSize:e.symbolSize,smooth:e.smooth,lineStyle:{width:e.lineStyleWidth}}]}})),style:n}}});rt.render=function(e,n,r,o,a,i){var l=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{option:e.option,autoresize:""},null,8,["option"])],4)},rt.__file="src/graph/line/Line.vue";var ot=W(rt),at=Object.assign(Object.assign({},Z),{id:"",name:"柱状图",keyName:"柱状图",type:"ecanBar",width:"400px",height:"400px",top:"",left:"",rotate:"",data:[{name:"名称一",value:335,type:"类型一"},{name:"名称二",value:310,type:"类型一"},{name:"名称三",value:310,type:"类型一"}],titleText:"",titleSubtext:"",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],legendShow:!0,legendTextStyleColor:"#333",legendOrient:"horizontal",legendTop:"top",legendLeft:"center",xAxisSplitLineShow:!0,xAxisSplitLineStyleColor:"#333",xAxisLabelColor:"#333",xAxisLineStyleColor:"#333",xAxisTickShow:!0,yAxisSplitLineShow:!0,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333"}),it=X(at),lt=["refreshData","click"];n.use([d.CanvasRenderer,u.BarChart,p.TitleComponent,p.LegendComponent,p.DatasetComponent]);var ct=t.defineComponent({name:"EcanBar",props:Object.assign({},it),components:{Echarts:D},setup:function(e){var n=this,r=me(e),o=t.ref([]),a=t.ref([]),i=t.ref([]),l=function(e){var t=function(e){var t=new Set,n=new Map;e.forEach((function(e){var r=e.name,o=e.value,a=e.type,i=void 0===a?"默认":a;if(t.add(i),n.has(r)){var l=n.get(r);l[i]=o,n.set(r,l)}else n.set(r,ye({},i,o))}));var r=Array.from(t);r.unshift("product");var o,a=[],i=xe(n);try{for(i.s();!(o=i.n()).done;){var l=A(o.value,2),c=l[0],s=l[1];a.push(Object.assign({product:c},s))}}catch(e){i.e(e)}finally{i.f()}return{dimensions:r,source:a}}(e),n=t.dimensions,r=t.source;o.value=n,a.value=r;for(var l=n.length-1,c=[],s=0;s<l;s++)c.push({type:"bar"});i.value=c};t.watch((function(){return e.data}),(function(e){l(e)}),{immediate:!0,deep:!0});var c=t.computed((function(){return{title:{text:e.titleText,subtext:e.titleSubtext,left:"center"},color:e.colors,tooltip:{trigger:"axis"},legend:{show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft,textStyle:{color:e.legendTextStyleColor}},xAxis:{type:"category",splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor}},axisLabel:{color:e.xAxisLabelColor},axisLine:{lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow}},yAxis:{type:"value",splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor}},axisLabel:{color:e.yAxisLabelColor},axisLine:{lineStyle:{color:e.yAxisLineStyleColor}}},dataset:{dimensions:o.value,source:a.value},series:i.value}})),s=t.inject(ae,{contextRequestUrl:"",pageMode:"normal"}),d=t.inject(ie,{getGlobalModel:function(e,t){}}),u=function(){return Q(n,void 0,void 0,H.mark((function t(){var n,r,o,a,i;return H.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.requestUrl&&e.requestMethod&&e.requestHeaders&&"normal"===s.pageMode){t.next=2;break}return t.abrupt("return");case 2:return n={},e.requestParams.forEach((function(e){var t=e.key,r=e.value;if("object"===be(r)&&r.id&&r.prop){var o=d.getGlobalModel(r.id,r.prop);n[t]=(null==o?void 0:o.value)||o}else"string"==typeof r&&(n[t]=r)})),r="",o=Object.keys(n),a=o.length-1,o.forEach((function(e,t){switch(t){case 0:r+="?".concat(e,"=").concat(n[e],"&");break;case a:r+="".concat(e,"=").concat(n[e]);break;default:r+="".concat(e,"=").concat(n[e],"&")}})),t.prev=8,t.next=11,x.default({baseURL:s.contextRequestUrl,url:["get","head"].includes(e.requestMethod)?e.requestUrl+r:e.requestUrl,method:e.requestMethod,headers:e.requestHeaders,data:["get","head"].includes(e.requestMethod)?{}:n});case 11:i=t.sent,l(i.data.data),t.next=18;break;case 15:t.prev=15,t.t0=t.catch(8),console.error(t.t0);case 18:case"end":return t.stop()}}),t,null,[[8,15]])})))},p=function(){e.isRequestData&&u()},f=ge(e.events),h="preview"!==s.pageMode&&e.isOpenRequestTimer&&setInterval(u,1e3*e.requestInterval),m=f("click",(function(e){console.log(e)}));return t.onMounted((function(){u()})),t.onUnmounted((function(){h&&clearInterval(h)})),ve(e,{refreshData:p,click:m}),{option:c,style:r,refreshData:p,click:m}}});ct.render=function(e,n,r,o,a,i){var l=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{option:e.option,"update-options":{notMerge:!0},autoresize:"",onClick:e.click},null,8,["option","onClick"])],4)},ct.__file="src/graph/bar/Bar.vue";var st=W(ct),dt=Object.assign(Object.assign({},Z),{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:"",tooltipShow:!0,tooltipTrigger:"item",tooltipFormatter:"{c}",legendShow:!1,legendOrient:"horizontal",legendTop:"top",legendLeft:"center",colors:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],symbolSize:10,xAxisSplitLineShow:!0,xAxisSplitLineStyleColor:"#333",xAxisLabelColor:"#333",xAxisLineStyleColor:"#333",xAxisTickShow:!0,yAxisSplitLineShow:!0,yAxisSplitLineStyleColor:"#333",yAxisLabelColor:"#333",yAxisLineStyleColor:"#333"}),ut=X(dt);n.use([d.CanvasRenderer,u.ScatterChart,p.TitleComponent,p.TooltipComponent,p.LegendComponent]);var pt=t.defineComponent({name:"EcanScatter",props:Object.assign({},ut),components:{Echarts:D},setup:function(e){var n=me(e),r=t.ref(e.data);return t.watch((function(){return e.data}),(function(e){r.value=e})),{option:t.computed((function(){return{title:{text:e.titleText,subtext:e.titleSubtext,left:"center"},color:e.colors,xAxis:{splitLine:{show:e.xAxisSplitLineShow,lineStyle:{color:e.xAxisSplitLineStyleColor}},axisLabel:{color:e.xAxisLabelColor},axisLine:{lineStyle:{color:e.xAxisLineStyleColor}},axisTick:{show:e.xAxisTickShow}},yAxis:{splitLine:{show:e.yAxisSplitLineShow,lineStyle:{color:e.yAxisSplitLineStyleColor}},axisLabel:{color:e.yAxisLabelColor},axisLine:{lineStyle:{color:e.yAxisLineStyleColor}}},tooltip:{show:e.tooltipShow,trigger:e.tooltipTrigger,formatter:e.tooltipFormatter},legend:{show:e.legendShow,orient:e.legendOrient,top:e.legendTop,left:e.legendLeft},series:[{name:"默认",type:"scatter",data:r.value,symbolSize:e.symbolSize}]}})),style:n}}});pt.render=function(e,n,r,o,a,i){var l=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{option:e.option,autoresize:""},null,8,["option"])],4)},pt.__file="src/graph/scatter/Scatter.vue";var ft=W(pt),ht=Object.assign(Object.assign({},Z),{id:"",name:"自定义图表",keyName:"自定义图表",type:"ecanCustomGraph",width:"400px",height:"400px",option:{},optionCode:""}),mt=X(ht),vt=t.defineComponent({name:"EcanCustomGraph",props:Object.assign({},mt),components:{Echarts:D},setup:function(e){var n=me(e),r=t.ref();return t.watch((function(){return e.optionCode}),(function(e){try{var t=eval;r.value=t(e)}catch(e){console.error(e)}}),{immediate:!0}),{style:n,myOption:r,echarts:k}}});vt.render=function(e,n,r,o,a,i){var l=t.resolveComponent("echarts");return t.openBlock(),t.createElementBlock("div",{style:t.normalizeStyle(e.style)},[t.createVNode(l,{option:e.myOption,"update-options":{notMerge:!0},autoresize:""},null,8,["option"])],4)},vt.__file="src/graph/custom-graph/CustomGraph.vue";var gt=W(vt),bt=Object.assign(Object.assign({},Z),{name:"边框",keyName:"边框",type:"ecanBorder",width:"450px",height:"450px",zIndex:0,fontSize:"16px",fontFamily:"",fontWeight:700,title:"标题"}),yt=X(bt);function xt(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}var kt=t.defineComponent({name:"EcanBorder",props:function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?xt(Object(n),!0).forEach((function(t){ye(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):xt(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({},yt),setup:function(e){return{style:me(e)}}}),wt=function(e){return t.pushScopeId("data-v-af8a0f90"),e=e(),t.popScopeId(),e},_t={class:"title-item-wrapper"},Ct={class:"title-item"},St=wt((function(){return t.createElementVNode("img",{class:"title-decoration-left",src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAZlBMVEUAAABBltJCldJCldFEk89BltJCltFBldI/lMBKndtmb9pCltNDldFAkclAldNBldJBltM/lM5AltNCldJBldJBlNJBltVBldJBlNJBlNI/lNNBldJBldNAldJBldJBldJBldNBldIiNK7WAAAAInRSTlMAM4BNGmaz5gQGbiAPCV1WQxUpOCY9EmxQSC2jdoacqZK8uPo7tAAAAZ9JREFUSMe90NmOwjAMheGka0J3SulCy/L+Lzk4I+HYhckEKs7dr1x8kQVM5YJMZ7SLiXVHOw817Z72cSns3BmziY7EnGRGjDqUpKt4pEZQKruvyaJt85YmBUebKLJVNUlpq6oOQ1tVVRzbqu6DwFb1NUlsVd3SNL0UDM0jqkaSqoeQqjKmahtQNUzuC1AtU1sF9KHmnmrtrSK6idqBWqE6GFVxFdGvqDGoJ01Qt7rfTEV0e7V6qSK6VjNPtTaqoOq8Ugnqr7aeav+rAuqrTh+qZw3o1urAVcFVQD3U6ZnaYY9MLZk6G5WhDaDFI9UeUPyE7gCNsAdAD9gxoBJ7ARRPUVwALXdu8/h/s3xmjtwUu0/M0M/UJzBjAei3TUTdpmKmcpkBmOHKBNTPzJi59zYJys3DO2aL78YcmNkLgrrM9m9TucwzmoBy08xlju+bgL42G4c5OcxqZSLqbwqXOVNTGXMWFD0ak6KN1ZKaojYmbribndW9MXELNQEFFUyiNqQlmEQ1JqpgErUifUUTUVEIupx1wzpjvWfdsh4FQX8ANe4nnpsb9NEAAAAASUVORK5CYII="},null,-1)})),At={class:"title"},Et=wt((function(){return t.createElementVNode("img",{class:"title-decoration-right",src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAaVBMVEUAAABElM9BltJCldJCldFBltJBldJCltFNmrNCmNNFldNAldJBldNBldRBldNBldNBldJCoNFBldJBltNBldJBldJAldJAltJBldJBldJBldNAlNFAldJBlNJAldJBldNBldJBldJBldLfIVowAAAAI3RSTlMAGjJNgGbmswMSCScgDTs/ZAVRK0eYj2s3r3AWveHEhXjeXb5rzlgAAAFqSURBVEjH1dbJVsJAEIXhHjJ05tlEooK8/0NKsbDrFjmHiBD0Lvqcf9PfthRM7xvoZMQuLHZaOejGYLtcdEItzI9oaLg5xIHj5hgcG262oXXcrGzJ23Umg5717C7NKBrAjOMDM8YgCI5ghmEPprUTmMZkrBOtdbJgfpZovho0gwzNOkfTam9k5jSGkKlTMOezWT3VLH5qlg8wQzSbO5jJ28l8Z+YLmZMwuz9lupvNXpjlFTMTZv7vzFSatTDtGnNeYdpNzZTMSJhx5f84m8Y3mSEzJzTVolko3J7Qve+a0J3vntDWffdEaMUQQo1vTWjuuyA0UWvUUarqzuqLUMPt1MD3uKTaTdRwvdrdorpFtfZtH6eyK2F3RS23U3uhlr9VB1TdE1V2h7Vr1O4mdbdera6o+Wq1Vqi2rEktFapGoZopVLVCtVCXag19IBPUiiWpBrojE1QNXZAp1/TYbhKdKVwuWotORKfn9wu/DSc/X9T6qgAAAABJRU5ErkJggg=="},null,-1)})),Bt=wt((function(){return t.createElementVNode("div",{class:"top-left border-item"},null,-1)})),Lt=wt((function(){return t.createElementVNode("div",{class:"top-right border-item"},null,-1)})),Ot=wt((function(){return t.createElementVNode("div",{class:"bottom-left border-item"},null,-1)})),zt=wt((function(){return t.createElementVNode("div",{class:"bottom-right border-item"},null,-1)}));q('.ecan-border[data-v-af8a0f90]{background:rgba(7,22,85,.8);border:1px solid rgba(55,85,218,.3);box-sizing:border-box;position:relative}.border-item[data-v-af8a0f90]{border-color:#50fcfc;border-style:solid;height:11px;position:absolute;width:13px;z-index:2}.top-left[data-v-af8a0f90]{border-left-width:1px;border-top-width:1px;left:0;top:0}.top-right[data-v-af8a0f90]{border-right-width:1px;border-top-width:1px;right:-2px;top:0}.bottom-left[data-v-af8a0f90]{border-bottom-width:1px;border-left-width:1px;bottom:-2px;left:0}.bottom-right[data-v-af8a0f90]{border-bottom-width:1px;border-right-width:1px;bottom:-2px;right:-2px}.title-item-wrapper[data-v-af8a0f90]{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcgAAAAsCAMAAADW3dj4AAAAVFBMVEUIKbkAAAAAqv8IL70AovwAnfAAlvEGQsUIOcEAkewGfuQGR8gAg+YIPMMFd+AEadkEXtQAi+sEYtcGTcsFcd4INL8DWdEGUc4EbNsAiOkHVdAIK7o5DngbAAAAHHRSTlNmAAVmCxAVWmEaK1YmXjA8RR5BUjRjSU84IkxfPwrt7wAABlFJREFUeNrMmQtW20AMRWlrJ9R8TCgJ0O5/nxVHIRrNRSgTZwJvJs4C7rnWx1f/FuXug6zXcpmbKn9cng/5e8jO5aHMo8+MvLznyefeZapzW+a1yIb57bJCxg8zhPkZ50eeq6PyK8q2yPX2usqdpYZ7Q7IVWKLdlWhLqhVYItUQqCUgCqZA6UKYJc5BrrIEw7ej/4QoR556uoI0kgTpUBKm5ygXJOkoQYLjowM5H0DKOYDUYxzlGkXhOBUU5RxAyjGQcgqKwlEetZU1TOE1gqOilOgTLC9rpA9J1oGRGchdaKShnE8wcpILIadjjNwUGKnkWCkpGNVIvVQywCi/9yO3A0hJKqRxhJI33kln5HO7kcZSzlFG3sNIU9IbqUmNlMM6KQ8aSYbBe5VC9gdJkj5nNPKBRhrG5Ube1oGQcY00lqMeC2skcUYs9fQCuZVbJFFSj2FsNnKXGzmfYOQkP18jqWRuJJWkkYMqORKiCUmWANgDJLrWhhK5TrrWBiPDpvUlN9JjzJtWi+MY1kgo+amQA3WUv65G5t1OKKRyPKORzsmga30Ka2Ri5OseJY303Y6ct4u21VEMu1aFSCkBsDPI/NXKCrnIyGT+MIypklNoJF+tkZGG09fIVd3qyPG9jglpMJnuNRIYkxrZ3cj5yDnSKUkjo5erF3LjjURGq5Fc7pBlTvBCr1YEPl7KyGxbxxcrlIzmjyKRjxZ0rXpcIKT8UCMV53cYP9Z36RzpnAxXdET5iBrpMc7NRhpHdjty4znSMVxspNFUhh2bnYaNQLJGN4jJii43Mt2f5zXSMCZG0smkad0fubGS5LhXUm+PGukCklzseIw0csEcaUJiikzmyHTX2mYkx0i0rTQyZmhKXmhpnjc7+L6VbHYW1MjFu1YLSMZdq651YOQKRoKi3+wMgZJyu4FsWLYCY2uNpJFWJJfMkdzs1CXSL1vjOZJGYknHQVJhxl1rsRD4NkbWHH0aulYvJDY7MFLTstmZ+BUrN/LtmpU2RcZG5kXSEKqUX7/ZSedIJ2QGctdopKRpsxMtzRuNxKdlGsntHHNRI9nrNH79oJLtRs5yTUnsWi1djFyha02NpJJIIWTM8oLTRzpHuqRGgmObkYWS06lG8utHlVGPyxH78sEYQsjuIHOSbFmh5Ek1kigtMNKy0Mh8jFSEEBJzZCqknyS7g8yX5oGQ5zVyxvQRGgmU5MjNjhwn5MZPkUaSLGkkv34Qoz47G7lN363xFAkfF9RItq3pHJkaic1OViJpJNqdgSsBGhm3rfL/9a/W/92c3UrDQBSEQUK8EJTSCvb9X9RgL8bli7M7dk8NDnmDw8ecn9k8o5Qkcvumz5ECUkQCSZRydI484SAJjzRABl3rkTyylkhaJIk0y1aWMSRy3b1HMnsFj+xldmSNtpbFVyxp7Pgh/X6OFJKTiLzeQSQTyuBxjEjcP0rHD++RYjII0aVz5HDS/DKfyHW1a3PV06foFiK5fSVESvGu1a9aXybMkW/wyHSzw1qyaxWRLKVwZM68Z5LL/vlDMD5w/JBApAvRBfdIEum61vwe2RaxTyTDV+KR2vNIdazWJP+5R7ZN6/ZhjIwTAkDSEenjkB7JfvBqYkDZ1NED6SMC93ukZDYCtmvVkg5I2s2OiPRPBijRGBG56SDjh5CESc4gUsIcOZTZkfxmB12rAZLXDyJJKBeD5BGanV7S/Byt6AyQzfEj3uzkRApI+CS7Vk+kFB8kS/PJkUmeR5fmRJJEqpSzPZJEZkjyGgkg26YVEYH6OfIdQNZ5pCdSKiaSQJq+1RBpm52Gwz9fCHCOfIhHfniPlGKPzInUdq4VcGRB+wnlioCAP2NJFR5JJH3TKiJf8WK5nxAwXasjktVEzJxrgVoik1xrEZF8jDXUtV6C64cqeWKwlXlIAunjkFrs3D4IR6zae2R/ISAVECkBSJNr5WbHB5Q9jwTSeSRXrQ7IJzWtFUR+L6QnEik6IWm61tQj30bukUTSlBLnyD6RQtIQSSxdHW9IFhKZeCQHyeldKyM7d75Y5hmLRArJ/c3OOpRP9pX8QvIQ90i+/ZCqdq30yB+B9JmdK7tWEcmuVTwKSUdke1NemNghkizk7D+YkT3C5z0RZctMkbMjSZQciJJIlLo/vaKW/Rc8IhJAtgsBp08PATOql6UCVwAAAABJRU5ErkJggg==");background-size:cover;display:grid;padding:5px 0;place-content:center;width:100%}.title-item[data-v-af8a0f90]{align-items:center;display:flex}.title[data-v-af8a0f90]{-webkit-text-fill-color:transparent;background:linear-gradient(0deg,#01aaff,#00eaff);-webkit-background-clip:text;color:#d5fdfd;padding:0 17px}.title-decoration-left[data-v-af8a0f90],.title-decoration-right[data-v-af8a0f90]{height:14px;width:58px}'),kt.render=function(e,n,r,o,a,i){return t.openBlock(),t.createElementBlock("div",{class:"ecan-border",style:t.normalizeStyle(e.style)},[t.createElementVNode("div",_t,[t.createElementVNode("div",Ct,[St,t.createElementVNode("div",At,t.toDisplayString(e.title),1),Et])]),Bt,Lt,Ot,zt],4)},kt.__scopeId="data-v-af8a0f90",kt.__file="src/container/border/Border.vue";var jt=W(kt),Pt={id:"",type:"ecanModal",width:"1000px",height:"800px",originalWidth:"1920px",originalHeight:"1080px",backgroundColor:"#fff",backgroundImage:"",backgroundSize:"",keyName:"弹窗",componentList:[],fullModal:!1,centered:!1},Nt=X(Pt),Tt=["showModal"],Mt=t.defineComponent({name:"EcanModal",components:{EcanPageConfig:re,AModal:a.Modal},props:Object.assign({},Nt),setup:function(e){var n=e.width,r=e.height,o=e.originalWidth,a=e.originalHeight,i=t.computed((function(){return parseFloat(n)/parseFloat(o)})),l=t.computed((function(){return parseFloat(r)/parseFloat(a)})),c=t.computed((function(){return"".concat(100*i.value,"%")})),s=document.body.offsetWidth,d=document.body.offsetHeight,u=t.computed((function(){return s*i.value})),p=t.computed((function(){return d*l.value})),f=t.computed((function(){return{width:"".concat(u.value,"px"),height:"".concat(p.value,"px")}})),h=me(e),m=t.computed((function(){return Object.assign(Object.assign({},h.value),{transform:"scale(".concat(u.value/parseFloat(n),",").concat(p.value/parseFloat(r),")")})})),v=t.computed((function(){return e.fullModal})),g=t.ref(!1),b=t.ref(),y=function(){g.value=!0,t.nextTick((function(){console.log(b.value.getBoundingClientRect())}))},x=function(){g.value=!1};return ve(e,{showModal:y}),{contain:b,containStyle:f,contentStyle:m,getContainer:function(){return document.getElementById("ProviderConfig")||document.body},modalWith:c,isFullModal:v,style:h,visible:g,showModal:y,onOk:function(){x()},onCancel:function(){x()}}}});q(".contain[data-v-4efa8b94]{overflow:hidden;position:relative}.content[data-v-4efa8b94]{transform-origin:left top;z-index:999}");q(".ecan-modal .ant-modal-body{padding:0}.ecan-full-modal .ant-modal{margin:0;max-width:100%;padding-bottom:0;top:0}.ecan-full-modal .ant-modal-content{display:flex;flex-direction:column;height:100vh}.ecan-full-modal .ant-modal-body{flex:1}[datav-theme=darkBlue] .ecan-modal .anticon-close>svg>path{fill:#fff}"),Mt.render=function(e,n,r,o,a,i){var l=t.resolveComponent("a-modal");return t.openBlock(),t.createBlock(l,{getContainer:e.getContainer,wrapClassName:e.isFullModal?"ecan-modal ecan-full-modal":"ecan-modal",visible:e.visible,footer:null,width:e.isFullModal?"100%":e.modalWith,centered:e.centered,onOk:e.onOk,onCancel:e.onCancel},{default:t.withCtx((function(){return[t.createElementVNode("div",{class:"contain",ref:"contain",style:t.normalizeStyle(e.containStyle)},[t.createElementVNode("div",{class:"content",style:t.normalizeStyle(e.contentStyle)},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.componentList,(function(e,n){return t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.type),t.mergeProps({key:e.id+n},e),null,16)})),128))],4)],4)]})),_:1},8,["getContainer","wrapClassName","visible","width","centered","onOk","onCancel"])},Mt.__scopeId="data-v-4efa8b94",Mt.__file="src/container/modal/Modal.vue";var It=W(Mt),Rt=Object.assign(Object.assign({},Z),{name:"图片",keyName:"图片",type:"ecanImage",width:"300px",height:"300px",imgUrl:""}),Jt=X(Rt),Ut=t.defineComponent({name:"EcanImage",props:Object.assign({},Jt),setup:function(e){return{style:me(e)}}}),Vt=["src"];q(".image-placeholder[data-v-5a006553]{border:1px solid #d9d9d9;color:#333;display:grid;font-size:16px;place-content:center}"),Ut.render=function(e,n,r,o,a,i){return""!==e.imgUrl?(t.openBlock(),t.createElementBlock("img",{key:0,style:t.normalizeStyle(e.style),src:e.imgUrl},null,12,Vt)):(t.openBlock(),t.createElementBlock("div",{key:1,class:"image-placeholder",style:t.normalizeStyle(e.style)}," 请上传图片 ",4))},Ut.__scopeId="data-v-5a006553",Ut.__file="src/media/image/Image.vue";var qt=W(Ut),Ft=Object.assign(Object.assign({},Z),{zIndex:2,name:"表格",keyName:"表格",type:"ecanTable",width:"400px",height:"240px",bordered:!1,size:"default",isUseSeq:!1,columnsFixedNum:0,scrollX:0,columns:[{title:"姓名",dataIndex:"name"},{title:"年龄",dataIndex:"age"},{title:"住址",dataIndex:"address"}],data:[{name:"小明",age:32,address:"福州软件园"},{name:"小红",age:25,address:"福州软件园"}]}),Gt=X(Ft),Dt=["click"],Kt=t.defineComponent({name:"EcanTable",components:{ATable:a.Table},props:Object.assign({},Gt),setup:function(e){var n=me(e),r=t.computed((function(){switch(e.size){case"small":return 90;case"middle":return 100;default:return 120}})),o=t.computed((function(){return e.scrollX})),a=t.computed((function(){return parseFloat(e.height)-r.value})),i=t.computed((function(){var t=[];e.isUseSeq&&t.push({title:"序号",dataIndex:"seq"});for(var n=(t=t.concat(e.columns)).length,r=e.columnsFixedNum,o=0;o<n;o++){var a=t[o];a.fixed=o<r&&"left"}return t})),l=ge(e.events)("click",(function(){}));return ve(e,{click:l}),{x:o,y:a,myColumns:i,style:n,customRow:function(){return{onClick:l}}}}});q(".table[data-v-21849ce3]{height:100%;width:100%}");q(".ecan-table .ant-spin-nested-loading{height:100%}.ecan-table .ant-spin-container{display:flex;flex-direction:column;height:100%}.ecan-table .ant-table{background:#fff;color:rgba(0,0,0,.65);flex:1}.ecan-table .ant-table-thead>tr>th{background:#fafafa;border-bottom:1px solid #f0f0f0;color:rgba(0,0,0,.85)}.ecan-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0}.ecan-table .ant-table-bordered .ant-table-container{border:1px solid #f0f0f0!important}.ecan-table .ant-table-bordered .ant-table-cell{border-right:1px solid #f0f0f0!important}.ecan-table .ant-pagination-item-link{border:1px solid #d9d9d9!important}.ecan-table .anticon{color:rgba(0,0,0,.65)!important}[datav-theme=darkBlue] .ecan-table .ant-table{background:#071655;color:#e8e8e8;flex:1}[datav-theme=darkBlue] .ecan-table .ant-table-thead>tr>th{background:#17338c;border-bottom:1px solid #3e8ee3;color:#cdd0f7}[datav-theme=darkBlue] .ecan-table .ant-table-tbody>tr>td{border-bottom:1px solid #3e8ee3}[datav-theme=darkBlue] .ecan-table .ant-table-bordered .ant-table-container{border:1px solid #3e8ee3!important}[datav-theme=darkBlue] .ecan-table .ant-table-bordered .ant-table-cell{border-right:1px solid #3e8ee3!important}[datav-theme=darkBlue] .ecan-table .ant-pagination-item-link{background:#17338c!important;border:1px solid #243c8e!important}[datav-theme=darkBlue] .ecan-table .ant-pagination-item{background:#17338c!important}[datav-theme=darkBlue] .ecan-table .anticon{color:hsla(0,0%,100%,.65)!important}[datav-theme=darkBlue] .ecan-table .ant-table-tbody>tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)>td{background:#225b98}"),Kt.render=function(e,n,r,o,a,i){var l=t.resolveComponent("a-table");return t.openBlock(),t.createElementBlock("div",{class:"ecan-table",style:t.normalizeStyle(e.style)},[t.createVNode(l,{class:"table",columns:e.myColumns,"data-source":e.data,bordered:e.bordered,size:e.size,customRow:e.customRow,scroll:{x:e.x,y:e.y}},{bodyCell:t.withCtx((function(e){var n=e.column,r=e.index;return[t.createCommentVNode(" 序列配置 "),"seq"===n.dataIndex?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[t.createTextVNode(t.toDisplayString(r+1),1)],2112)):t.createCommentVNode("v-if",!0)]})),_:1},8,["columns","data-source","bordered","size","customRow","scroll"])],4)},Kt.__scopeId="data-v-21849ce3",Kt.__file="src/table/table/Table.vue";var Wt=W(Kt),Yt=Object.freeze({__proto__:null,pageConfig:$,pageConfigComponentProps:ee,EcanPageConfig:re,providerConfig:le,providerConfigComponentProps:ce,EcanProviderConfig:ue,textProps:pe,textComponentProps:fe,EcanText:_e,EcanScrollText:Ae,inputProps:Ee,inputComponentProps:Be,EcanInput:Oe,datePickerProps:ze,datePickerComponentProps:je,datePickerEvents:Pe,EcanDatePicker:Te,selectProps:Me,selectComponentProps:Ie,EcanSelect:Je,rangePickerProps:Ue,rangePickerComponentProps:Ve,EcanRangePicker:Fe,buttonProps:Ge,buttonComponentProps:De,buttonEvents:Ke,EcanButton:He,pieProps:Qe,pieComponentProps:Ze,EcanPie:et,lineProps:tt,lineComponentProps:nt,EcanLine:ot,barProps:at,barComponentProps:it,barEvents:lt,EcanBar:st,scatterProps:dt,scatterComponentProps:ut,EcanScatter:ft,customGraphProps:ht,customGraphComponentProps:mt,EcanCustomGraph:gt,borderProps:bt,cardComponentProps:yt,EcanBorder:jt,modalProps:Pt,modalComponentProps:Nt,modalEvents:Tt,EcanModal:It,imageProps:Rt,imageComponentProps:Jt,EcanImage:qt,tableProps:Ft,tableComponentProps:Gt,tableEvents:Dt,EcanTable:Wt}),Ht={install:function(e){Object.keys(Yt).forEach((function(t){var n=Yt[t];n.install&&e.use(n)}))}};e.EcanBar=st,e.EcanBorder=jt,e.EcanButton=He,e.EcanCustomGraph=gt,e.EcanDatePicker=Te,e.EcanImage=qt,e.EcanInput=Oe,e.EcanLine=ot,e.EcanModal=It,e.EcanPageConfig=re,e.EcanPie=et,e.EcanProviderConfig=ue,e.EcanRangePicker=Fe,e.EcanScatter=ft,e.EcanScrollText=Ae,e.EcanSelect=Je,e.EcanTable=Wt,e.EcanText=_e,e.barComponentProps=it,e.barEvents=lt,e.barProps=at,e.borderProps=bt,e.buttonComponentProps=De,e.buttonEvents=Ke,e.buttonProps=Ge,e.cardComponentProps=yt,e.customGraphComponentProps=mt,e.customGraphProps=ht,e.datePickerComponentProps=je,e.datePickerEvents=Pe,e.datePickerProps=ze,e.default=Ht,e.imageComponentProps=Jt,e.imageProps=Rt,e.inputComponentProps=Be,e.inputProps=Ee,e.lineComponentProps=nt,e.lineProps=tt,e.modalComponentProps=Nt,e.modalEvents=Tt,e.modalProps=Pt,e.pageConfig=$,e.pageConfigComponentProps=ee,e.pieComponentProps=Ze,e.pieProps=Qe,e.providerConfig=le,e.providerConfigComponentProps=ce,e.rangePickerComponentProps=Ve,e.rangePickerProps=Ue,e.scatterComponentProps=ut,e.scatterProps=dt,e.selectComponentProps=Ie,e.selectProps=Me,e.tableComponentProps=Gt,e.tableEvents=Dt,e.tableProps=Ft,e.textComponentProps=fe,e.textProps=pe,Object.defineProperty(e,"__esModule",{value:!0})}));
@@ -0,0 +1,293 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ imgUrl: {
3
+ type?: undefined;
4
+ default?: undefined;
5
+ } | {
6
+ type: any;
7
+ default: string | number | boolean | {
8
+ [key: string]: any;
9
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
10
+ };
11
+ id: {
12
+ type?: undefined;
13
+ default?: undefined;
14
+ } | {
15
+ type: any;
16
+ default: string | number | boolean | {
17
+ [key: string]: any;
18
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
19
+ };
20
+ name: {
21
+ type?: undefined;
22
+ default?: undefined;
23
+ } | {
24
+ type: any;
25
+ default: string | number | boolean | {
26
+ [key: string]: any;
27
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
28
+ };
29
+ keyName: {
30
+ type?: undefined;
31
+ default?: undefined;
32
+ } | {
33
+ type: any;
34
+ default: string | number | boolean | {
35
+ [key: string]: any;
36
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
37
+ };
38
+ type: {
39
+ type?: undefined;
40
+ default?: undefined;
41
+ } | {
42
+ type: any;
43
+ default: string | number | boolean | {
44
+ [key: string]: any;
45
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
46
+ };
47
+ width: {
48
+ type?: undefined;
49
+ default?: undefined;
50
+ } | {
51
+ type: any;
52
+ default: string | number | boolean | {
53
+ [key: string]: any;
54
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
55
+ };
56
+ height: {
57
+ type?: undefined;
58
+ default?: undefined;
59
+ } | {
60
+ type: any;
61
+ default: string | number | boolean | {
62
+ [key: string]: any;
63
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
64
+ };
65
+ position: {
66
+ type?: undefined;
67
+ default?: undefined;
68
+ } | {
69
+ type: any;
70
+ default: string | number | boolean | {
71
+ [key: string]: any;
72
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
73
+ };
74
+ top: {
75
+ type?: undefined;
76
+ default?: undefined;
77
+ } | {
78
+ type: any;
79
+ default: string | number | boolean | {
80
+ [key: string]: any;
81
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
82
+ };
83
+ left: {
84
+ type?: undefined;
85
+ default?: undefined;
86
+ } | {
87
+ type: any;
88
+ default: string | number | boolean | {
89
+ [key: string]: any;
90
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
91
+ };
92
+ zIndex: {
93
+ type?: undefined;
94
+ default?: undefined;
95
+ } | {
96
+ type: any;
97
+ default: string | number | boolean | {
98
+ [key: string]: any;
99
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
100
+ };
101
+ rotate: {
102
+ type?: undefined;
103
+ default?: undefined;
104
+ } | {
105
+ type: any;
106
+ default: string | number | boolean | {
107
+ [key: string]: any;
108
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
109
+ };
110
+ isShow: {
111
+ type?: undefined;
112
+ default?: undefined;
113
+ } | {
114
+ type: any;
115
+ default: string | number | boolean | {
116
+ [key: string]: any;
117
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
118
+ };
119
+ isRender: {
120
+ type?: undefined;
121
+ default?: undefined;
122
+ } | {
123
+ type: any;
124
+ default: string | number | boolean | {
125
+ [key: string]: any;
126
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
127
+ };
128
+ isRequestData: {
129
+ type?: undefined;
130
+ default?: undefined;
131
+ } | {
132
+ type: any;
133
+ default: string | number | boolean | {
134
+ [key: string]: any;
135
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
136
+ };
137
+ requestUrl: {
138
+ type?: undefined;
139
+ default?: undefined;
140
+ } | {
141
+ type: any;
142
+ default: string | number | boolean | {
143
+ [key: string]: any;
144
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
145
+ };
146
+ requestMethod: {
147
+ type?: undefined;
148
+ default?: undefined;
149
+ } | {
150
+ type: any;
151
+ default: string | number | boolean | {
152
+ [key: string]: any;
153
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
154
+ };
155
+ requestHeaders: {
156
+ type?: undefined;
157
+ default?: undefined;
158
+ } | {
159
+ type: any;
160
+ default: string | number | boolean | {
161
+ [key: string]: any;
162
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
163
+ };
164
+ isOpenRequestTimer: {
165
+ type?: undefined;
166
+ default?: undefined;
167
+ } | {
168
+ type: any;
169
+ default: string | number | boolean | {
170
+ [key: string]: any;
171
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
172
+ };
173
+ requestInterval: {
174
+ type?: undefined;
175
+ default?: undefined;
176
+ } | {
177
+ type: any;
178
+ default: string | number | boolean | {
179
+ [key: string]: any;
180
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
181
+ };
182
+ requestParams: {
183
+ type?: undefined;
184
+ default?: undefined;
185
+ } | {
186
+ type: any;
187
+ default: string | number | boolean | {
188
+ [key: string]: any;
189
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
190
+ };
191
+ events: {
192
+ type?: undefined;
193
+ default?: undefined;
194
+ } | {
195
+ type: any;
196
+ default: string | number | boolean | {
197
+ [key: string]: any;
198
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
199
+ };
200
+ }, {
201
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
202
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
203
+ imgUrl?: unknown;
204
+ id?: unknown;
205
+ name?: unknown;
206
+ keyName?: unknown;
207
+ type?: unknown;
208
+ width?: unknown;
209
+ height?: unknown;
210
+ position?: unknown;
211
+ top?: unknown;
212
+ left?: unknown;
213
+ zIndex?: unknown;
214
+ rotate?: unknown;
215
+ isShow?: unknown;
216
+ isRender?: unknown;
217
+ isRequestData?: unknown;
218
+ requestUrl?: unknown;
219
+ requestMethod?: unknown;
220
+ requestHeaders?: unknown;
221
+ isOpenRequestTimer?: unknown;
222
+ requestInterval?: unknown;
223
+ requestParams?: unknown;
224
+ events?: unknown;
225
+ } & {} & {
226
+ type?: string | number | boolean | {
227
+ [key: string]: any;
228
+ };
229
+ imgUrl?: string | number | boolean | {
230
+ [key: string]: any;
231
+ };
232
+ id?: string | number | boolean | {
233
+ [key: string]: any;
234
+ };
235
+ name?: string | number | boolean | {
236
+ [key: string]: any;
237
+ };
238
+ keyName?: string | number | boolean | {
239
+ [key: string]: any;
240
+ };
241
+ width?: string | number | boolean | {
242
+ [key: string]: any;
243
+ };
244
+ height?: string | number | boolean | {
245
+ [key: string]: any;
246
+ };
247
+ position?: string | number | boolean | {
248
+ [key: string]: any;
249
+ };
250
+ top?: string | number | boolean | {
251
+ [key: string]: any;
252
+ };
253
+ left?: string | number | boolean | {
254
+ [key: string]: any;
255
+ };
256
+ zIndex?: string | number | boolean | {
257
+ [key: string]: any;
258
+ };
259
+ rotate?: string | number | boolean | {
260
+ [key: string]: any;
261
+ };
262
+ isShow?: string | number | boolean | {
263
+ [key: string]: any;
264
+ };
265
+ isRender?: string | number | boolean | {
266
+ [key: string]: any;
267
+ };
268
+ isRequestData?: string | number | boolean | {
269
+ [key: string]: any;
270
+ };
271
+ requestUrl?: string | number | boolean | {
272
+ [key: string]: any;
273
+ };
274
+ requestMethod?: string | number | boolean | {
275
+ [key: string]: any;
276
+ };
277
+ requestHeaders?: string | number | boolean | {
278
+ [key: string]: any;
279
+ };
280
+ isOpenRequestTimer?: string | number | boolean | {
281
+ [key: string]: any;
282
+ };
283
+ requestInterval?: string | number | boolean | {
284
+ [key: string]: any;
285
+ };
286
+ requestParams?: string | number | boolean | {
287
+ [key: string]: any;
288
+ };
289
+ events?: string | number | boolean | {
290
+ [key: string]: any;
291
+ };
292
+ }>, {}>;
293
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const EcanImage: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>> & Record<string, any>;
2
+ export default EcanImage;
3
+ export * from './props';