@ecan-bi/datav 1.0.49 → 1.0.50

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 (125) hide show
  1. package/dist/index.es.js +232 -195
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +231 -194
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +36 -29
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +0 -9
  8. package/types/_utils/hooks/index.d.ts +0 -15
  9. package/types/_utils/hooks/useDownloadFile.d.ts +0 -2
  10. package/types/_utils/hooks/useEmitEvent.d.ts +0 -7
  11. package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +0 -2
  12. package/types/_utils/hooks/useImagePath.d.ts +0 -2
  13. package/types/_utils/hooks/useIndicatorData.d.ts +0 -4
  14. package/types/_utils/hooks/useOnEvent.d.ts +0 -6
  15. package/types/_utils/hooks/usePageUrl.d.ts +0 -2
  16. package/types/_utils/hooks/usePickComponentStyle.d.ts +0 -9
  17. package/types/_utils/hooks/usePickEchartsData.d.ts +0 -2
  18. package/types/_utils/hooks/useRequestData.d.ts +0 -6
  19. package/types/_utils/hooks/useRequestDiagramData.d.ts +0 -6
  20. package/types/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  21. package/types/_utils/hooks/useTransformChartDataByAttrKey.d.ts +0 -13
  22. package/types/_utils/hooks/useTransformChartDataByAttrValue.d.ts +0 -13
  23. package/types/_utils/hooks/useValueFormatter.d.ts +0 -2
  24. package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
  25. package/types/_utils/props.d.ts +0 -71
  26. package/types/_utils/request.d.ts +0 -2
  27. package/types/_utils/util.d.ts +0 -20
  28. package/types/_utils/withInstall.d.ts +0 -5
  29. package/types/common/echarts/Echarts.d.ts +0 -418
  30. package/types/common/echarts/composables/api.d.ts +0 -7
  31. package/types/common/echarts/composables/autoresize.d.ts +0 -6
  32. package/types/common/echarts/composables/index.d.ts +0 -3
  33. package/types/common/echarts/composables/loading.d.ts +0 -10
  34. package/types/common/echarts/index.d.ts +0 -2
  35. package/types/common/echarts/types.d.ts +0 -20
  36. package/types/common/echarts/utils.d.ts +0 -6
  37. package/types/common/index.d.ts +0 -3
  38. package/types/common/skeleton/Skeleton.vue.d.ts +0 -14
  39. package/types/common/skeleton/index.d.ts +0 -2
  40. package/types/common/spin/Spin.vue.d.ts +0 -18
  41. package/types/common/spin/index.d.ts +0 -2
  42. package/types/components.d.ts +0 -9
  43. package/types/container/border/Border.vue.d.ts +0 -623
  44. package/types/container/border/index.d.ts +0 -623
  45. package/types/container/border/props.d.ts +0 -315
  46. package/types/container/index.d.ts +0 -2
  47. package/types/container/modal/Modal.vue.d.ts +0 -505
  48. package/types/container/modal/index.d.ts +0 -506
  49. package/types/container/modal/props.d.ts +0 -179
  50. package/types/control/button/Button.vue.d.ts +0 -514
  51. package/types/control/button/index.d.ts +0 -514
  52. package/types/control/button/props.d.ts +0 -265
  53. package/types/control/date-picker/DatePicker.vue.d.ts +0 -480
  54. package/types/control/date-picker/index.d.ts +0 -479
  55. package/types/control/date-picker/props.d.ts +0 -245
  56. package/types/control/index.d.ts +0 -6
  57. package/types/control/input/Input.vue.d.ts +0 -438
  58. package/types/control/input/index.d.ts +0 -439
  59. package/types/control/input/props.d.ts +0 -224
  60. package/types/control/range-picker/RangePicker.vue.d.ts +0 -596
  61. package/types/control/range-picker/index.d.ts +0 -595
  62. package/types/control/range-picker/props.d.ts +0 -245
  63. package/types/control/select/Select.vue.d.ts +0 -613
  64. package/types/control/select/index.d.ts +0 -613
  65. package/types/control/select/props.d.ts +0 -321
  66. package/types/control/tabs/Tabs.vue.d.ts +0 -475
  67. package/types/control/tabs/index.d.ts +0 -476
  68. package/types/control/tabs/props.d.ts +0 -251
  69. package/types/graph/bar/Bar.vue.d.ts +0 -1963
  70. package/types/graph/bar/index.d.ts +0 -1963
  71. package/types/graph/bar/props.d.ts +0 -954
  72. package/types/graph/combo-graph/ComboGraph.vue.d.ts +0 -1008
  73. package/types/graph/combo-graph/index.d.ts +0 -1009
  74. package/types/graph/combo-graph/props.d.ts +0 -501
  75. package/types/graph/custom-graph/CustomGraph.vue.d.ts +0 -537
  76. package/types/graph/custom-graph/index.d.ts +0 -537
  77. package/types/graph/custom-graph/props.d.ts +0 -274
  78. package/types/graph/index.d.ts +0 -6
  79. package/types/graph/line/Line.vue.d.ts +0 -973
  80. package/types/graph/line/index.d.ts +0 -974
  81. package/types/graph/line/props.d.ts +0 -481
  82. package/types/graph/pie/Pie.vue.d.ts +0 -1049
  83. package/types/graph/pie/index.d.ts +0 -1050
  84. package/types/graph/pie/props.d.ts +0 -533
  85. package/types/graph/scatter/Scatter.vue.d.ts +0 -949
  86. package/types/graph/scatter/index.d.ts +0 -950
  87. package/types/graph/scatter/props.d.ts +0 -468
  88. package/types/index.d.ts +0 -6
  89. package/types/map/index.d.ts +0 -1
  90. package/types/map/map/Map.vue.d.ts +0 -1699
  91. package/types/map/map/index.d.ts +0 -1700
  92. package/types/map/map/props.d.ts +0 -829
  93. package/types/media/image/Image.vue.d.ts +0 -476
  94. package/types/media/image/index.d.ts +0 -477
  95. package/types/media/image/props.d.ts +0 -244
  96. package/types/media/index.d.ts +0 -1
  97. package/types/setting/index.d.ts +0 -3
  98. package/types/setting/page-config/PageConfig.vue.d.ts +0 -112
  99. package/types/setting/page-config/index.d.ts +0 -113
  100. package/types/setting/page-config/props.d.ts +0 -61
  101. package/types/setting/provider-config/ProviderConfig.vue.d.ts +0 -78
  102. package/types/setting/provider-config/index.d.ts +0 -79
  103. package/types/setting/provider-config/props.d.ts +0 -47
  104. package/types/setting/renderer/Renderer.vue.d.ts +0 -22
  105. package/types/setting/renderer/index.d.ts +0 -23
  106. package/types/setting/renderer/props.d.ts +0 -17
  107. package/types/table/index.d.ts +0 -1
  108. package/types/table/table/Table.vue.d.ts +0 -1373
  109. package/types/table/table/index.d.ts +0 -1373
  110. package/types/table/table/props.d.ts +0 -697
  111. package/types/text/index.d.ts +0 -5
  112. package/types/text/list/List.vue.d.ts +0 -849
  113. package/types/text/list/index.d.ts +0 -849
  114. package/types/text/list/props.d.ts +0 -441
  115. package/types/text/proportion/Proportion.vue.d.ts +0 -760
  116. package/types/text/proportion/index.d.ts +0 -760
  117. package/types/text/proportion/props.d.ts +0 -395
  118. package/types/text/scroll-text/ScrollText.vue.d.ts +0 -4
  119. package/types/text/scroll-text/index.d.ts +0 -4
  120. package/types/text/text/Text.vue.d.ts +0 -736
  121. package/types/text/text/index.d.ts +0 -736
  122. package/types/text/text/props.d.ts +0 -383
  123. package/types/text/time-display/TimeDisplay.vue.d.ts +0 -547
  124. package/types/text/time-display/index.d.ts +0 -548
  125. package/types/text/time-display/props.d.ts +0 -284
package/dist/index.es.js CHANGED
@@ -18,7 +18,7 @@ var __spreadValues = (a, b) => {
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  var _a, _b, _c;
21
- import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, normalizeStyle, createCommentVNode, provide, toDisplayString, Fragment, renderList, createElementVNode, normalizeClass, pushScopeId, popScopeId, createTextVNode, withModifiers, createSlots, resolveDynamicComponent, mergeProps, withDirectives, vShow } from "vue";
21
+ import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, normalizeStyle, createCommentVNode, provide, toDisplayString, Fragment, renderList, createElementVNode, normalizeClass, pushScopeId, popScopeId, createTextVNode, createSlots, resolveDynamicComponent, mergeProps, withModifiers, withDirectives, vShow } from "vue";
22
22
  import { throttle, init, use, registerMap } from "echarts/core";
23
23
  import { addListener, removeListener } from "resize-detector";
24
24
  import { Spin as Spin$1, Skeleton as Skeleton$1, message, Progress, Input as Input$1, DatePicker as DatePicker$1, Select as Select$1, RangePicker as RangePicker$1, Button as Button$1, Modal as Modal$1, Table as Table$1, TableSummary, TableSummaryRow, TableSummaryCell } from "ant-design-vue";
@@ -1396,10 +1396,10 @@ const _sfc_main$q = defineComponent({
1396
1396
  };
1397
1397
  }
1398
1398
  });
1399
- const _hoisted_1$9 = { class: "spin-wrapper" };
1399
+ const _hoisted_1$a = { class: "spin-wrapper" };
1400
1400
  function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
1401
1401
  const _component_a_spin = resolveComponent("a-spin");
1402
- return openBlock(), createElementBlock("div", _hoisted_1$9, [
1402
+ return openBlock(), createElementBlock("div", _hoisted_1$a, [
1403
1403
  _ctx.spinning ? (openBlock(), createBlock(_component_a_spin, {
1404
1404
  key: 0,
1405
1405
  class: "spin",
@@ -1626,7 +1626,8 @@ const lowerCaseIncludes = (v1, v2) => {
1626
1626
  }
1627
1627
  return false;
1628
1628
  };
1629
- const useVariablesInText = (text, data = {}) => {
1629
+ const useVariablesInText = (text = "", data = {}) => {
1630
+ console.log("data", data);
1630
1631
  const config2 = window.config || {};
1631
1632
  data = __spreadValues(__spreadValues({}, config2), data);
1632
1633
  const variables = text.match(/\{\w*\}/g);
@@ -2486,12 +2487,12 @@ const _sfc_main$o = defineComponent({
2486
2487
  };
2487
2488
  }
2488
2489
  });
2489
- const _hoisted_1$8 = {
2490
+ const _hoisted_1$9 = {
2490
2491
  id: "container",
2491
2492
  ref: "container"
2492
2493
  };
2493
2494
  function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
2494
- return openBlock(), createElementBlock("div", _hoisted_1$8, [
2495
+ return openBlock(), createElementBlock("div", _hoisted_1$9, [
2495
2496
  _ctx.ready ? (openBlock(), createElementBlock("div", {
2496
2497
  key: 0,
2497
2498
  class: "page-config",
@@ -2646,12 +2647,12 @@ const _sfc_main$n = defineComponent({
2646
2647
  };
2647
2648
  }
2648
2649
  });
2649
- const _hoisted_1$7 = {
2650
+ const _hoisted_1$8 = {
2650
2651
  id: "ProviderConfig",
2651
2652
  ref: "providerConfig"
2652
2653
  };
2653
2654
  function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
2654
- return openBlock(), createElementBlock("div", _hoisted_1$7, [
2655
+ return openBlock(), createElementBlock("div", _hoisted_1$8, [
2655
2656
  renderSlot(_ctx.$slots, "default")
2656
2657
  ], 512);
2657
2658
  }
@@ -2761,7 +2762,7 @@ const _sfc_main$l = defineComponent({
2761
2762
  };
2762
2763
  }
2763
2764
  });
2764
- const _hoisted_1$6 = ["innerHTML"];
2765
+ const _hoisted_1$7 = ["innerHTML"];
2765
2766
  function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
2766
2767
  const _component_skeleton = resolveComponent("skeleton");
2767
2768
  return _ctx.loading ? (openBlock(), createElementBlock("div", {
@@ -2776,7 +2777,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
2776
2777
  style: normalizeStyle(_ctx.style),
2777
2778
  innerHTML: _ctx.myText,
2778
2779
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.click && _ctx.click(...args))
2779
- }, null, 12, _hoisted_1$6));
2780
+ }, null, 12, _hoisted_1$7));
2780
2781
  }
2781
2782
  var Text = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-9526cadc"]]);
2782
2783
  const EcanText = withInstall(Text);
@@ -2790,9 +2791,9 @@ const _sfc_main$k = defineComponent({
2790
2791
  };
2791
2792
  }
2792
2793
  });
2793
- const _hoisted_1$5 = { class: "red" };
2794
+ const _hoisted_1$6 = { class: "red" };
2794
2795
  function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
2795
- return openBlock(), createElementBlock("div", _hoisted_1$5, toDisplayString(_ctx.text), 1);
2796
+ return openBlock(), createElementBlock("div", _hoisted_1$6, toDisplayString(_ctx.text), 1);
2796
2797
  }
2797
2798
  var ScrollText = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-0bb717eb"]]);
2798
2799
  const EcanScrollText = withInstall(ScrollText);
@@ -3080,11 +3081,11 @@ const _sfc_main$i = defineComponent({
3080
3081
  }
3081
3082
  });
3082
3083
  const _withScopeId$2 = (n) => (pushScopeId("data-v-461dbe78"), n = n(), popScopeId(), n);
3083
- const _hoisted_1$4 = {
3084
+ const _hoisted_1$5 = {
3084
3085
  key: 0,
3085
3086
  class: "title"
3086
3087
  };
3087
- const _hoisted_2$2 = {
3088
+ const _hoisted_2$3 = {
3088
3089
  key: 0,
3089
3090
  class: "ranking"
3090
3091
  };
@@ -3110,7 +3111,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
3110
3111
  }, [
3111
3112
  createVNode(_component_skeleton, { loading: _ctx.loading }, {
3112
3113
  default: withCtx(() => [
3113
- _ctx.useTitle ? (openBlock(), createElementBlock("div", _hoisted_1$4, [
3114
+ _ctx.useTitle ? (openBlock(), createElementBlock("div", _hoisted_1$5, [
3114
3115
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columnCount, (count) => {
3115
3116
  return openBlock(), createElementBlock("div", {
3116
3117
  class: "title-inner",
@@ -3122,7 +3123,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
3122
3123
  }),
3123
3124
  key: count
3124
3125
  }, [
3125
- _ctx.useRanking ? (openBlock(), createElementBlock("div", _hoisted_2$2)) : createCommentVNode("", true),
3126
+ _ctx.useRanking ? (openBlock(), createElementBlock("div", _hoisted_2$3)) : createCommentVNode("", true),
3126
3127
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, (column, i) => {
3127
3128
  return openBlock(), createElementBlock("div", {
3128
3129
  class: "column",
@@ -3674,7 +3675,6 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
3674
3675
  onClick: _ctx.click,
3675
3676
  type: _ctx.mode,
3676
3677
  danger: _ctx.danger,
3677
- ghost: _ctx.ghost,
3678
3678
  shape: _ctx.shape,
3679
3679
  href: _ctx.myHref,
3680
3680
  target: _ctx.target
@@ -3683,134 +3683,11 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
3683
3683
  createTextVNode(toDisplayString(_ctx.myText), 1)
3684
3684
  ]),
3685
3685
  _: 1
3686
- }, 8, ["onClick", "type", "danger", "ghost", "shape", "href", "target"])
3686
+ }, 8, ["onClick", "type", "danger", "shape", "href", "target"])
3687
3687
  ], 4);
3688
3688
  }
3689
3689
  var Button = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
3690
3690
  const EcanButton = withInstall(Button);
3691
- const tabsProps = __spreadProps(__spreadValues({}, props), {
3692
- type: "ecanTabs",
3693
- name: "\u6807\u7B7E\u9875",
3694
- keyName: "\u6807\u7B7E\u9875",
3695
- width: "200px",
3696
- height: "400px",
3697
- tabFontSize: "14px",
3698
- backgroundColor: "",
3699
- activeTabColor: "#1890ff",
3700
- tabBackgroundImage: "",
3701
- activeTabBackgroundImage: "",
3702
- tabColor: "#333",
3703
- tabBarGutter: "24px",
3704
- value: "",
3705
- activeKey: 0,
3706
- contains: [],
3707
- data: [
3708
- {
3709
- title: "\u6807\u7B7E1"
3710
- },
3711
- {
3712
- title: "\u6807\u7B7E2"
3713
- },
3714
- {
3715
- title: "\u6807\u7B7E3"
3716
- }
3717
- ]
3718
- });
3719
- const tabsComponentProps = transformToComponentProps(tabsProps);
3720
- const tabsEvents = ["tabChange"];
3721
- var Tabs_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-tabs[data-v-42d546a2] {\n display: flex;\n flex-direction: column;\n}\n.tabs-header[data-v-42d546a2] {\n color: #333333;\n display: flex;\n width: 100%;\n padding: 0 12px;\n}\n.tab[data-v-42d546a2] {\n background-size: 100% 100%;\n background-repeat: no-repeat;\n cursor: default;\n}\n.tab-inner[data-v-42d546a2] {\n padding: 12px 0;\n}\n.tab[data-v-42d546a2]:last-child {\n margin-right: 0 !important;\n}\n.tabs-content[data-v-42d546a2] {\n flex: 1;\n}\n")();
3722
- const _sfc_main$b = defineComponent({
3723
- name: "EcanTabs",
3724
- props: __spreadValues({}, tabsComponentProps),
3725
- setup(props2) {
3726
- var _a2;
3727
- const style2 = usePickComponentStyle(props2);
3728
- const activeKey = ref(0);
3729
- watch(() => props2.activeKey, (key) => {
3730
- activeKey.value = key;
3731
- }, {
3732
- immediate: true
3733
- });
3734
- const myData = ref([]);
3735
- watch(() => props2.data, (data) => {
3736
- myData.value = data;
3737
- }, {
3738
- immediate: true,
3739
- deep: true
3740
- });
3741
- const isActive = (index2) => activeKey.value === index2;
3742
- const myValue = ref(props2.value || unref(myData)[0] && ((_a2 = unref(myData)[0]) == null ? void 0 : _a2.value) || "");
3743
- const events = props2.events;
3744
- const emitEvent = useEmitEvent(events);
3745
- const { setGlobalModel } = inject(GLOBAL_MODEL, {
3746
- setGlobalModel: (key, value) => void 0
3747
- });
3748
- setGlobalModel(props2.id, {
3749
- value: myValue,
3750
- activeKey
3751
- });
3752
- const { emitRefreshPage } = inject(REFRESH_PAGE, {
3753
- emitRefreshPage: () => void 0
3754
- });
3755
- const tabChange = emitEvent("tabChange", (tab, index2) => {
3756
- if (index2 !== unref(activeKey)) {
3757
- myValue.value = (tab == null ? void 0 : tab.value) || "";
3758
- activeKey.value = index2;
3759
- emitRefreshPage();
3760
- }
3761
- });
3762
- useOnEvent(props2, {
3763
- tabChange
3764
- });
3765
- return {
3766
- style: style2,
3767
- activeKey,
3768
- isActive,
3769
- tabChange,
3770
- myData,
3771
- useImagePath
3772
- };
3773
- }
3774
- });
3775
- const _withScopeId$1 = (n) => (pushScopeId("data-v-42d546a2"), n = n(), popScopeId(), n);
3776
- const _hoisted_1$3 = ["onClick"];
3777
- const _hoisted_2$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "tabs-content" }, null, -1));
3778
- function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
3779
- return openBlock(), createElementBlock("div", {
3780
- class: "ecan-tabs",
3781
- style: normalizeStyle(_ctx.style)
3782
- }, [
3783
- createElementVNode("div", {
3784
- class: "tabs-header",
3785
- style: normalizeStyle({
3786
- fontSize: _ctx.tabFontSize
3787
- })
3788
- }, [
3789
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.myData, (tab, index2) => {
3790
- return openBlock(), createElementBlock("div", {
3791
- class: "tab",
3792
- style: normalizeStyle({
3793
- color: _ctx.isActive(index2) ? _ctx.activeTabColor : _ctx.tabColor,
3794
- backgroundImage: _ctx.isActive(index2) ? _ctx.useImagePath(_ctx.activeTabBackgroundImage, true) : _ctx.useImagePath(_ctx.tabBackgroundImage, true),
3795
- marginRight: _ctx.tabBarGutter
3796
- }),
3797
- key: index2,
3798
- onClick: withModifiers(($event) => _ctx.tabChange(tab, index2), ["prevent", "stop"])
3799
- }, [
3800
- createElementVNode("div", {
3801
- class: "tab-inner",
3802
- style: normalizeStyle({
3803
- borderBottom: `1px solid ${_ctx.isActive(index2) ? _ctx.activeTabColor : "transparent"}`
3804
- })
3805
- }, toDisplayString(tab.title), 5)
3806
- ], 12, _hoisted_1$3);
3807
- }), 128))
3808
- ], 4),
3809
- _hoisted_2$1
3810
- ], 4);
3811
- }
3812
- var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-42d546a2"]]);
3813
- const EcanTabs = withInstall(Tabs);
3814
3691
  const pieProps = __spreadProps(__spreadValues({}, props), {
3815
3692
  id: "",
3816
3693
  name: "\u997C\u56FE",
@@ -3901,7 +3778,7 @@ use([
3901
3778
  TooltipComponent,
3902
3779
  LegendComponent
3903
3780
  ]);
3904
- const _sfc_main$a = defineComponent({
3781
+ const _sfc_main$b = defineComponent({
3905
3782
  name: "EcanPie",
3906
3783
  props: __spreadValues({}, pieComponentProps),
3907
3784
  components: {
@@ -4122,7 +3999,7 @@ const _sfc_main$a = defineComponent({
4122
3999
  };
4123
4000
  }
4124
4001
  });
4125
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4002
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
4126
4003
  const _component_echarts = resolveComponent("echarts");
4127
4004
  const _component_spin = resolveComponent("spin");
4128
4005
  const _component_a_modal = resolveComponent("a-modal");
@@ -4162,7 +4039,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4162
4039
  }, 8, ["visible", "onCancel"])
4163
4040
  ], 4);
4164
4041
  }
4165
- var Pie = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
4042
+ var Pie = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
4166
4043
  const EcanPie = withInstall(Pie);
4167
4044
  const lineProps = __spreadProps(__spreadValues({}, props), {
4168
4045
  id: "",
@@ -4231,7 +4108,7 @@ use([
4231
4108
  TitleComponent,
4232
4109
  LegendComponent
4233
4110
  ]);
4234
- const _sfc_main$9 = defineComponent({
4111
+ const _sfc_main$a = defineComponent({
4235
4112
  name: "EcanLine",
4236
4113
  props: __spreadValues({}, lineComponentProps),
4237
4114
  components: {
@@ -4483,7 +4360,7 @@ const _sfc_main$9 = defineComponent({
4483
4360
  };
4484
4361
  }
4485
4362
  });
4486
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4363
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4487
4364
  const _component_echarts = resolveComponent("echarts");
4488
4365
  const _component_spin = resolveComponent("spin");
4489
4366
  const _component_a_modal = resolveComponent("a-modal");
@@ -4523,7 +4400,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4523
4400
  }, 8, ["visible", "onCancel"])
4524
4401
  ], 4);
4525
4402
  }
4526
- var Line = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
4403
+ var Line = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
4527
4404
  const EcanLine = withInstall(Line);
4528
4405
  const barProps = __spreadProps(__spreadValues({}, props), {
4529
4406
  id: "",
@@ -4609,7 +4486,7 @@ use([
4609
4486
  DatasetComponent,
4610
4487
  ToolboxComponent
4611
4488
  ]);
4612
- const _sfc_main$8 = defineComponent({
4489
+ const _sfc_main$9 = defineComponent({
4613
4490
  name: "EcanBar",
4614
4491
  props: __spreadValues({}, barComponentProps),
4615
4492
  components: {
@@ -4859,7 +4736,7 @@ const _sfc_main$8 = defineComponent({
4859
4736
  };
4860
4737
  }
4861
4738
  });
4862
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
4739
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4863
4740
  const _component_echarts = resolveComponent("echarts");
4864
4741
  const _component_spin = resolveComponent("spin");
4865
4742
  const _component_a_modal = resolveComponent("a-modal");
@@ -4901,7 +4778,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
4901
4778
  }, 8, ["visible", "onCancel"])
4902
4779
  ], 4);
4903
4780
  }
4904
- var Bar = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
4781
+ var Bar = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
4905
4782
  const EcanBar = withInstall(Bar);
4906
4783
  const scatterProps = __spreadProps(__spreadValues({}, props), {
4907
4784
  id: "",
@@ -4967,7 +4844,7 @@ use([
4967
4844
  TooltipComponent,
4968
4845
  LegendComponent
4969
4846
  ]);
4970
- const _sfc_main$7 = defineComponent({
4847
+ const _sfc_main$8 = defineComponent({
4971
4848
  name: "EcanScatter",
4972
4849
  props: __spreadValues({}, scatterComponentProps),
4973
4850
  components: {
@@ -5158,7 +5035,7 @@ const _sfc_main$7 = defineComponent({
5158
5035
  };
5159
5036
  }
5160
5037
  });
5161
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5038
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
5162
5039
  const _component_echarts = resolveComponent("echarts");
5163
5040
  const _component_spin = resolveComponent("spin");
5164
5041
  const _component_a_modal = resolveComponent("a-modal");
@@ -5198,7 +5075,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5198
5075
  }, 8, ["visible", "onCancel"])
5199
5076
  ], 4);
5200
5077
  }
5201
- var Scatter = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
5078
+ var Scatter = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
5202
5079
  const EcanScatter = withInstall(Scatter);
5203
5080
  const customGraphProps = __spreadProps(__spreadValues({}, props), {
5204
5081
  id: "",
@@ -5211,7 +5088,7 @@ const customGraphProps = __spreadProps(__spreadValues({}, props), {
5211
5088
  optionCode: ""
5212
5089
  });
5213
5090
  const customGraphComponentProps = transformToComponentProps(customGraphProps);
5214
- const _sfc_main$6 = defineComponent({
5091
+ const _sfc_main$7 = defineComponent({
5215
5092
  name: "EcanCustomGraph",
5216
5093
  props: __spreadValues({}, customGraphComponentProps),
5217
5094
  components: {
@@ -5237,7 +5114,7 @@ const _sfc_main$6 = defineComponent({
5237
5114
  };
5238
5115
  }
5239
5116
  });
5240
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5117
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5241
5118
  const _component_echarts = resolveComponent("echarts");
5242
5119
  return openBlock(), createElementBlock("div", {
5243
5120
  style: normalizeStyle(_ctx.style)
@@ -5249,7 +5126,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5249
5126
  }, null, 8, ["option"])
5250
5127
  ], 4);
5251
5128
  }
5252
- var CustomGraph = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
5129
+ var CustomGraph = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
5253
5130
  const EcanCustomGraph = withInstall(CustomGraph);
5254
5131
  const comboGraphProps = __spreadProps(__spreadValues({}, props), {
5255
5132
  id: "",
@@ -5360,7 +5237,7 @@ use([
5360
5237
  DatasetComponent,
5361
5238
  ToolboxComponent
5362
5239
  ]);
5363
- const _sfc_main$5 = defineComponent({
5240
+ const _sfc_main$6 = defineComponent({
5364
5241
  name: "EcanComboGraph",
5365
5242
  props: __spreadValues({}, comboGraphComponentProps),
5366
5243
  components: {
@@ -5624,7 +5501,7 @@ const _sfc_main$5 = defineComponent({
5624
5501
  };
5625
5502
  }
5626
5503
  });
5627
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5504
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5628
5505
  const _component_echarts = resolveComponent("echarts");
5629
5506
  const _component_spin = resolveComponent("spin");
5630
5507
  const _component_a_modal = resolveComponent("a-modal");
@@ -5666,7 +5543,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5666
5543
  }, 8, ["visible", "onCancel"])
5667
5544
  ], 4);
5668
5545
  }
5669
- var ComboGraph = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
5546
+ var ComboGraph = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
5670
5547
  const EcanComboGraph = withInstall(ComboGraph);
5671
5548
  const borderProps = __spreadProps(__spreadValues({}, props), {
5672
5549
  name: "\u8FB9\u6846",
@@ -5692,7 +5569,7 @@ const borderEvents = ["click"];
5692
5569
  var _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAZlBMVEUAAABBltJCldJCldFEk89BltJCltFBldI/lMBKndtmb9pCltNDldFAkclAldNBldJBltM/lM5AltNCldJBldJBlNJBltVBldJBlNJBlNI/lNNBldJBldNAldJBldJBldJBldNBldIiNK7WAAAAInRSTlMAM4BNGmaz5gQGbiAPCV1WQxUpOCY9EmxQSC2jdoacqZK8uPo7tAAAAZ9JREFUSMe90NmOwjAMheGka0J3SulCy/L+Lzk4I+HYhckEKs7dr1x8kQVM5YJMZ7SLiXVHOw817Z72cSns3BmziY7EnGRGjDqUpKt4pEZQKruvyaJt85YmBUebKLJVNUlpq6oOQ1tVVRzbqu6DwFb1NUlsVd3SNL0UDM0jqkaSqoeQqjKmahtQNUzuC1AtU1sF9KHmnmrtrSK6idqBWqE6GFVxFdGvqDGoJ01Qt7rfTEV0e7V6qSK6VjNPtTaqoOq8Ugnqr7aeav+rAuqrTh+qZw3o1urAVcFVQD3U6ZnaYY9MLZk6G5WhDaDFI9UeUPyE7gCNsAdAD9gxoBJ7ARRPUVwALXdu8/h/s3xmjtwUu0/M0M/UJzBjAei3TUTdpmKmcpkBmOHKBNTPzJi59zYJys3DO2aL78YcmNkLgrrM9m9TucwzmoBy08xlju+bgL42G4c5OcxqZSLqbwqXOVNTGXMWFD0ak6KN1ZKaojYmbribndW9MXELNQEFFUyiNqQlmEQ1JqpgErUifUUTUVEIupx1wzpjvWfdsh4FQX8ANe4nnpsb9NEAAAAASUVORK5CYII=";
5693
5570
  var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAaVBMVEUAAABElM9BltJCldJCldFBltJBldJCltFNmrNCmNNFldNAldJBldNBldRBldNBldNBldJCoNFBldJBltNBldJBldJAldJAltJBldJBldJBldNAlNFAldJBlNJAldJBldNBldJBldJBldLfIVowAAAAI3RSTlMAGjJNgGbmswMSCScgDTs/ZAVRK0eYj2s3r3AWveHEhXjeXb5rzlgAAAFqSURBVEjH1dbJVsJAEIXhHjJ05tlEooK8/0NKsbDrFjmHiBD0Lvqcf9PfthRM7xvoZMQuLHZaOejGYLtcdEItzI9oaLg5xIHj5hgcG262oXXcrGzJ23Umg5717C7NKBrAjOMDM8YgCI5ghmEPprUTmMZkrBOtdbJgfpZovho0gwzNOkfTam9k5jSGkKlTMOezWT3VLH5qlg8wQzSbO5jJ28l8Z+YLmZMwuz9lupvNXpjlFTMTZv7vzFSatTDtGnNeYdpNzZTMSJhx5f84m8Y3mSEzJzTVolko3J7Qve+a0J3vntDWffdEaMUQQo1vTWjuuyA0UWvUUarqzuqLUMPt1MD3uKTaTdRwvdrdorpFtfZtH6eyK2F3RS23U3uhlr9VB1TdE1V2h7Vr1O4mdbdera6o+Wq1Vqi2rEktFapGoZopVLVCtVCXag19IBPUiiWpBrojE1QNXZAp1/TYbhKdKVwuWotORKfn9wu/DSc/X9T6qgAAAABJRU5ErkJggg==";
5694
5571
  var Border_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => '.top-title[data-v-f913847e],\n.no-title[data-v-f913847e] {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n height: 100%;\n}\n.top-title .border-item[data-v-f913847e],\n.no-title .border-item[data-v-f913847e] {\n position: absolute;\n z-index: 2;\n border-color: #50FCFC;\n border-style: solid;\n width: 13px;\n height: 11px;\n}\n.top-title .top-left[data-v-f913847e],\n.no-title .top-left[data-v-f913847e] {\n top: 0;\n left: 0;\n border-top-width: 1px;\n border-right-width: 0;\n border-bottom-width: 0;\n border-left-width: 1px;\n}\n.top-title .top-right[data-v-f913847e],\n.no-title .top-right[data-v-f913847e] {\n top: 0;\n right: -2px;\n border-top-width: 1px;\n border-right-width: 1px;\n border-bottom-width: 0;\n border-left-width: 0;\n}\n.top-title .bottom-left[data-v-f913847e],\n.no-title .bottom-left[data-v-f913847e] {\n bottom: -2px;\n left: 0;\n border-top-width: 0;\n border-right-width: 0;\n border-bottom-width: 1px;\n border-left-width: 1px;\n}\n.top-title .bottom-right[data-v-f913847e],\n.no-title .bottom-right[data-v-f913847e] {\n bottom: -2px;\n right: -2px;\n border-top-width: 0;\n border-right-width: 1px;\n border-bottom-width: 1px;\n border-left-width: 0;\n}\n.top-title .title-item-wrapper[data-v-f913847e],\n.no-title .title-item-wrapper[data-v-f913847e] {\n width: 100%;\n padding: 5px 0;\n background-image: url("data:image/png;base64,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");\n background-size: cover;\n display: grid;\n place-content: center;\n}\n.top-title .title-item[data-v-f913847e],\n.no-title .title-item[data-v-f913847e] {\n display: flex;\n align-items: center;\n}\n.top-title .title[data-v-f913847e],\n.no-title .title[data-v-f913847e] {\n padding: 0 17px;\n color: #d5fdfd;\n background: linear-gradient(0deg, #01aaff, #00eaff);\n -webkit-background-clip: text;\n -webkit-text-fill-color: transparent;\n}\n.top-title .title-decoration-left[data-v-f913847e],\n.no-title .title-decoration-left[data-v-f913847e] {\n width: 58px;\n height: 14px;\n}\n.top-title .title-decoration-right[data-v-f913847e],\n.no-title .title-decoration-right[data-v-f913847e] {\n width: 58px;\n height: 14px;\n}\n.left-title[data-v-f913847e] {\n position: relative;\n width: 100%;\n height: 100%;\n border: 2px solid #375A8899;\n border-radius: 0;\n}\n.left-title .title[data-v-f913847e] {\n position: absolute;\n left: -33px;\n top: -14px;\n width: 33px;\n min-height: 194px;\n padding-top: 33px;\n padding-bottom: 31px;\n background-image: url("data:image/png;base64,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");\n background-repeat: no-repeat;\n background-size: 100% 100%;\n color: #fff;\n font-weight: 500;\n text-align: center;\n}\n.left-title .title span[data-v-f913847e] {\n writing-mode: vertical-lr;\n}\n')();
5695
- const _sfc_main$4 = defineComponent({
5572
+ const _sfc_main$5 = defineComponent({
5696
5573
  name: "EcanBorder",
5697
5574
  props: __spreadValues({}, borderComponentProps),
5698
5575
  setup(props2) {
@@ -5729,32 +5606,32 @@ const _sfc_main$4 = defineComponent({
5729
5606
  };
5730
5607
  }
5731
5608
  });
5732
- const _withScopeId = (n) => (pushScopeId("data-v-f913847e"), n = n(), popScopeId(), n);
5733
- const _hoisted_1$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "top-left border-item" }, null, -1));
5734
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "top-right border-item" }, null, -1));
5735
- const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5736
- const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5609
+ const _withScopeId$1 = (n) => (pushScopeId("data-v-f913847e"), n = n(), popScopeId(), n);
5610
+ const _hoisted_1$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "top-left border-item" }, null, -1));
5611
+ const _hoisted_2$2 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "top-right border-item" }, null, -1));
5612
+ const _hoisted_3 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5613
+ const _hoisted_4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5737
5614
  const _hoisted_5 = { class: "title-item-wrapper" };
5738
5615
  const _hoisted_6 = { class: "title-item" };
5739
- const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
5616
+ const _hoisted_7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("img", {
5740
5617
  class: "title-decoration-left",
5741
5618
  src: _imports_0
5742
5619
  }, null, -1));
5743
5620
  const _hoisted_8 = { class: "title" };
5744
- const _hoisted_9 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
5621
+ const _hoisted_9 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("img", {
5745
5622
  class: "title-decoration-right",
5746
5623
  src: _imports_1
5747
5624
  }, null, -1));
5748
- const _hoisted_10 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "top-left border-item" }, null, -1));
5749
- const _hoisted_11 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "top-right border-item" }, null, -1));
5750
- const _hoisted_12 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5751
- const _hoisted_13 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5625
+ const _hoisted_10 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "top-left border-item" }, null, -1));
5626
+ const _hoisted_11 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "top-right border-item" }, null, -1));
5627
+ const _hoisted_12 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5628
+ const _hoisted_13 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5752
5629
  const _hoisted_14 = {
5753
5630
  key: 2,
5754
5631
  class: "left-title"
5755
5632
  };
5756
5633
  const _hoisted_15 = { class: "title" };
5757
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5634
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5758
5635
  return openBlock(), createElementBlock("div", {
5759
5636
  class: "ecan-border",
5760
5637
  style: normalizeStyle(_ctx.style),
@@ -5767,8 +5644,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5767
5644
  onDrag: _cache[0] || (_cache[0] = (...args) => _ctx.onDrag && _ctx.onDrag(...args))
5768
5645
  }, [
5769
5646
  _ctx.useBorderModify ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
5770
- _hoisted_1$2,
5771
- _hoisted_2,
5647
+ _hoisted_1$4,
5648
+ _hoisted_2$2,
5772
5649
  _hoisted_3,
5773
5650
  _hoisted_4
5774
5651
  ], 64)) : createCommentVNode("", true)
@@ -5797,7 +5674,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5797
5674
  ])) : createCommentVNode("", true)
5798
5675
  ], 4);
5799
5676
  }
5800
- var Border = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-f913847e"]]);
5677
+ var Border = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-f913847e"]]);
5801
5678
  const EcanBorder = withInstall(Border);
5802
5679
  const modalProps = {
5803
5680
  id: "",
@@ -5822,7 +5699,7 @@ const modalComponentProps = transformToComponentProps(modalProps);
5822
5699
  const modalEvents = ["showModal"];
5823
5700
  var Modal_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".contain[data-v-378919f0] {\n position: relative;\n overflow: hidden;\n}\n.content[data-v-378919f0] {\n transform-origin: left top;\n z-index: 999;\n}\n")();
5824
5701
  var Modal_vue_vue_type_style_index_1_lang = /* @__PURE__ */ (() => ".ecan-modal .ant-modal-body {\n padding: 0;\n}\n.ecan-modal .ant-modal-header {\n padding: 0;\n border-bottom: none;\n background: none;\n}\n.ecan-full-width-modal .ant-modal {\n max-width: 100%;\n top: 0;\n padding-bottom: 0;\n margin: 0;\n}\n.ecan-full-width-modal .ant-modal-content {\n display: flex;\n flex-direction: column;\n}\n.ecan-full-width-modal .ant-modal-body {\n flex: 1;\n}\n.ecan-full-modal .ant-modal {\n max-width: 100%;\n top: 0;\n padding-bottom: 0;\n margin: 0;\n}\n.ecan-full-modal .ant-modal-content {\n display: flex;\n flex-direction: column;\n height: calc(100vh);\n}\n.ecan-full-modal .ant-modal-body {\n flex: 1;\n}\n[datav-theme='darkBlue'] .ecan-modal .anticon-close > svg > path {\n fill: #fff;\n}\n")();
5825
- const _sfc_main$3 = defineComponent({
5702
+ const _sfc_main$4 = defineComponent({
5826
5703
  name: "EcanModal",
5827
5704
  components: {
5828
5705
  AModal: Modal$1
@@ -5913,7 +5790,7 @@ const _sfc_main$3 = defineComponent({
5913
5790
  };
5914
5791
  }
5915
5792
  });
5916
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5793
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5917
5794
  const _component_a_modal = resolveComponent("a-modal");
5918
5795
  return openBlock(), createBlock(_component_a_modal, {
5919
5796
  getContainer: _ctx.getContainer,
@@ -5965,8 +5842,131 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5965
5842
  } : void 0
5966
5843
  ]), 1032, ["getContainer", "wrapClassName", "visible", "width", "destroyOnClose", "style", "onOk", "onCancel"]);
5967
5844
  }
5968
- var Modal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-378919f0"]]);
5845
+ var Modal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-378919f0"]]);
5969
5846
  const EcanModal = withInstall(Modal);
5847
+ const tabsProps = __spreadProps(__spreadValues({}, props), {
5848
+ type: "ecanTabs",
5849
+ name: "\u6807\u7B7E\u9875",
5850
+ keyName: "\u6807\u7B7E\u9875",
5851
+ width: "200px",
5852
+ height: "400px",
5853
+ tabFontSize: "14px",
5854
+ backgroundColor: "",
5855
+ activeTabColor: "#1890ff",
5856
+ tabBackgroundImage: "",
5857
+ activeTabBackgroundImage: "",
5858
+ tabColor: "#333",
5859
+ tabBarGutter: "24px",
5860
+ value: "",
5861
+ activeKey: 0,
5862
+ contains: [],
5863
+ data: [
5864
+ {
5865
+ title: "\u6807\u7B7E1"
5866
+ },
5867
+ {
5868
+ title: "\u6807\u7B7E2"
5869
+ },
5870
+ {
5871
+ title: "\u6807\u7B7E3"
5872
+ }
5873
+ ]
5874
+ });
5875
+ const tabsComponentProps = transformToComponentProps(tabsProps);
5876
+ const tabsEvents = ["tabChange"];
5877
+ var Tabs_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-tabs[data-v-ee8e9884] {\n display: flex;\n flex-direction: column;\n}\n.tabs-header[data-v-ee8e9884] {\n color: #333333;\n display: flex;\n width: 100%;\n padding: 0 12px;\n}\n.tab[data-v-ee8e9884] {\n background-size: 100% 100%;\n background-repeat: no-repeat;\n cursor: default;\n}\n.tab-inner[data-v-ee8e9884] {\n padding: 12px 0;\n}\n.tab[data-v-ee8e9884]:last-child {\n margin-right: 0 !important;\n}\n.tabs-content[data-v-ee8e9884] {\n flex: 1;\n}\n")();
5878
+ const _sfc_main$3 = defineComponent({
5879
+ name: "EcanTabs",
5880
+ props: __spreadValues({}, tabsComponentProps),
5881
+ setup(props2) {
5882
+ var _a2;
5883
+ const style2 = usePickComponentStyle(props2);
5884
+ const activeKey = ref(0);
5885
+ watch(() => props2.activeKey, (key) => {
5886
+ activeKey.value = key;
5887
+ }, {
5888
+ immediate: true
5889
+ });
5890
+ const myData = ref([]);
5891
+ watch(() => props2.data, (data) => {
5892
+ myData.value = data;
5893
+ }, {
5894
+ immediate: true,
5895
+ deep: true
5896
+ });
5897
+ const isActive = (index2) => activeKey.value === index2;
5898
+ const myValue = ref(props2.value || unref(myData)[0] && ((_a2 = unref(myData)[0]) == null ? void 0 : _a2.value) || "");
5899
+ const events = props2.events;
5900
+ const emitEvent = useEmitEvent(events);
5901
+ const { setGlobalModel } = inject(GLOBAL_MODEL, {
5902
+ setGlobalModel: (key, value) => void 0
5903
+ });
5904
+ setGlobalModel(props2.id, {
5905
+ value: myValue,
5906
+ activeKey
5907
+ });
5908
+ const { emitRefreshPage } = inject(REFRESH_PAGE, {
5909
+ emitRefreshPage: () => void 0
5910
+ });
5911
+ const tabChange = emitEvent("tabChange", (tab, index2) => {
5912
+ if (index2 !== unref(activeKey)) {
5913
+ myValue.value = (tab == null ? void 0 : tab.value) || "";
5914
+ activeKey.value = index2;
5915
+ emitRefreshPage();
5916
+ }
5917
+ });
5918
+ useOnEvent(props2, {
5919
+ tabChange
5920
+ });
5921
+ return {
5922
+ style: style2,
5923
+ activeKey,
5924
+ isActive,
5925
+ tabChange,
5926
+ myData,
5927
+ useImagePath
5928
+ };
5929
+ }
5930
+ });
5931
+ const _withScopeId = (n) => (pushScopeId("data-v-ee8e9884"), n = n(), popScopeId(), n);
5932
+ const _hoisted_1$3 = ["onClick"];
5933
+ const _hoisted_2$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "tabs-content" }, null, -1));
5934
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5935
+ return openBlock(), createElementBlock("div", {
5936
+ class: "ecan-tabs",
5937
+ style: normalizeStyle(_ctx.style)
5938
+ }, [
5939
+ createElementVNode("div", {
5940
+ class: "tabs-header",
5941
+ style: normalizeStyle({
5942
+ fontSize: _ctx.tabFontSize
5943
+ })
5944
+ }, [
5945
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.myData, (tab, index2) => {
5946
+ return openBlock(), createElementBlock("div", {
5947
+ class: "tab",
5948
+ style: normalizeStyle({
5949
+ color: _ctx.isActive(index2) ? _ctx.activeTabColor : _ctx.tabColor,
5950
+ backgroundImage: _ctx.isActive(index2) ? _ctx.useImagePath(_ctx.activeTabBackgroundImage, true) : _ctx.useImagePath(_ctx.tabBackgroundImage, true),
5951
+ marginRight: _ctx.tabBarGutter
5952
+ }),
5953
+ key: index2,
5954
+ onClick: withModifiers(($event) => _ctx.tabChange(tab, index2), ["prevent", "stop"])
5955
+ }, [
5956
+ createElementVNode("div", {
5957
+ class: "tab-inner",
5958
+ style: normalizeStyle({
5959
+ borderBottom: `1px solid ${_ctx.isActive(index2) ? _ctx.activeTabColor : "transparent"}`
5960
+ })
5961
+ }, toDisplayString(tab.title), 5)
5962
+ ], 12, _hoisted_1$3);
5963
+ }), 128))
5964
+ ], 4),
5965
+ _hoisted_2$1
5966
+ ], 4);
5967
+ }
5968
+ var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-ee8e9884"]]);
5969
+ const EcanTabs = withInstall(Tabs);
5970
5970
  const imageProps = __spreadProps(__spreadValues({}, props), {
5971
5971
  name: "\u56FE\u7247",
5972
5972
  keyName: "\u56FE\u7247",
@@ -6003,14 +6003,14 @@ const _sfc_main$2 = defineComponent({
6003
6003
  };
6004
6004
  }
6005
6005
  });
6006
- const _hoisted_1$1 = ["src"];
6006
+ const _hoisted_1$2 = ["src"];
6007
6007
  function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
6008
6008
  return _ctx.myImgUrl !== "" ? (openBlock(), createElementBlock("img", {
6009
6009
  key: 0,
6010
6010
  style: normalizeStyle(_ctx.style),
6011
6011
  src: _ctx.myImgUrl,
6012
6012
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
6013
- }, null, 12, _hoisted_1$1)) : (openBlock(), createElementBlock("div", {
6013
+ }, null, 12, _hoisted_1$2)) : (openBlock(), createElementBlock("div", {
6014
6014
  key: 1,
6015
6015
  class: "image-placeholder",
6016
6016
  style: normalizeStyle(_ctx.style)
@@ -6037,6 +6037,9 @@ const tableProps = __spreadProps(__spreadValues({}, props), {
6037
6037
  borderColor: "",
6038
6038
  paginationPosition: "bottomRight",
6039
6039
  paginationPageSize: 10,
6040
+ isUseAction: false,
6041
+ actionList: [],
6042
+ actionColumnWidth: 50,
6040
6043
  columns: [
6041
6044
  {
6042
6045
  title: "\u59D3\u540D",
@@ -6071,15 +6074,15 @@ const tableProps = __spreadProps(__spreadValues({}, props), {
6071
6074
  });
6072
6075
  const tableComponentProps = transformToComponentProps(tableProps);
6073
6076
  const tableEvents = ["click", "refreshData"];
6074
- var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `.table[data-v-56b87792] {
6077
+ var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `.table[data-v-11728224] {
6075
6078
  width: 100%;
6076
6079
  }
6077
- .goUp[data-v-56b87792] {
6080
+ .goUp[data-v-11728224] {
6078
6081
  color: #FF512E;
6079
6082
  display: flex;
6080
6083
  align-items: center;
6081
6084
  }
6082
- .goUp[data-v-56b87792]:before {
6085
+ .goUp[data-v-11728224]:before {
6083
6086
  content: '';
6084
6087
  display: block;
6085
6088
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=");
@@ -6089,12 +6092,12 @@ var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `
6089
6092
  background-size: cover;
6090
6093
  margin-right: 2px;
6091
6094
  }
6092
- .goDown[data-v-56b87792] {
6095
+ .goDown[data-v-11728224] {
6093
6096
  color: #00F7B4;
6094
6097
  display: flex;
6095
6098
  align-items: center;
6096
6099
  }
6097
- .goDown[data-v-56b87792]:before {
6100
+ .goDown[data-v-11728224]:before {
6098
6101
  content: '';
6099
6102
  display: block;
6100
6103
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAAA+b0A+LwA+L0A/6AA+LwA+L0A+L0A+b0A+LwA/78A+LwA+L0A+LwA+LwA+b0A+LsA970A+LwA+r0A9boA/7YA+LwA+LwA+LwA+L0A97wA+bwA970A970A+bwA+bwA+LsA9rkA+LzcCa+5AAAAInRSTlMAd/uVAvjYxCsiDvPp37F7aWBMNBgK7s/NvKidh4NXUEcdp9A1SAAAAI5JREFUKM+l0UcOwzAMRFGqWZbcW3rl/Q8ZhUGKMN7lLedD4EKUi/3BEIrGsQu432pmPuF+1WnfRNjLipMz7HbHT3cIF9n3BLYSerzAooSgZNcWQiuhIdBI8JQblNISCqXU/BNG/mqzJ+az13MWluIdRspNmgV+Rvc6vkCwPu1uIhQq5o7WDOwtrToG+ssDeh4QPgfT2X0AAAAASUVORK5CYII=");
@@ -6104,6 +6107,13 @@ var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `
6104
6107
  background-size: cover;
6105
6108
  margin-right: 2px;
6106
6109
  }
6110
+ .action-list[data-v-11728224] {
6111
+ display: flex;
6112
+ width: 100%;
6113
+ }
6114
+ .action[data-v-11728224] {
6115
+ flex: 1;
6116
+ }
6107
6117
  `)();
6108
6118
  var Table_vue_vue_type_style_index_1_lang = /* @__PURE__ */ (() => ".ecan-table *::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n}\n.ecan-table *::-webkit-scrollbar-thumb {\n border-radius: 3px;\n -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);\n background-color: #c8c9ca !important;\n}\n.ecan-table *::-webkit-scrollbar-track {\n background-color: #fff;\n}\n.ecan-table .ant-table-cell-scrollbar {\n box-shadow: 0 1px 0 1px transparent;\n}\n.ecan-table .ant-table {\n color: rgba(0, 0, 0, 0.65);\n background: #ffffff;\n}\n.ecan-table .ant-table-thead > tr > th {\n color: rgba(0, 0, 0, 0.85);\n background: #fafafa;\n border-bottom: 1px solid #f0f0f0;\n}\n.ecan-table .ant-table-tbody > tr > td {\n border-bottom: 1px solid #f0f0f0;\n}\n.ecan-table .ant-table-bordered .ant-table-container {\n border: 1px solid #f0f0f0 !important;\n}\n.ecan-table .ant-table-bordered .ant-table-cell {\n border-right: 1px solid #f0f0f0 !important;\n}\n.ecan-table .anticon {\n color: rgba(0, 0, 0, 0.65) !important;\n}\n[datav-theme='darkBlue'] .ecan-table *::-webkit-scrollbar-thumb {\n background-color: #2f4dac !important;\n}\n[datav-theme='darkBlue'] .ecan-table *::-webkit-scrollbar-track {\n background-color: #192c70;\n}\n[datav-theme='darkBlue'] .ecan-table *::-webkit-scrollbar-corner {\n background-color: #192c70 !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table {\n color: #e8e8e8;\n background: #071655;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,\n[datav-theme='darkBlue'] .ecan-table .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {\n border-top: 1px solid #3e8ee3 !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-thead > tr > th {\n color: #cdd0f7;\n background: #17338c;\n border-bottom: 1px solid #3e8ee3;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-tbody > tr > td {\n border-bottom: 1px solid #3e8ee3;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-bordered .ant-table-container {\n border: 1px solid #3e8ee3 !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-bordered .ant-table-cell {\n border-right: 1px solid #3e8ee3 !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-pagination-item-link {\n background: #17338c !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-pagination-item {\n background: #17338c !important;\n}\n[datav-theme='darkBlue'] .ecan-table .anticon {\n color: rgba(255, 255, 255, 0.65) !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {\n background: #225b98;\n}\n")();
6109
6119
  const _sfc_main$1 = defineComponent({
@@ -6151,6 +6161,13 @@ const _sfc_main$1 = defineComponent({
6151
6161
  });
6152
6162
  }
6153
6163
  columns = columns.concat(props2.columns);
6164
+ if (props2.isUseAction) {
6165
+ columns.push({
6166
+ title: "\u64CD\u4F5C",
6167
+ dataIndex: "ACTION",
6168
+ width: props2.actionColumnWidth
6169
+ });
6170
+ }
6154
6171
  const len = columns.length;
6155
6172
  const columnsFixedNum = props2.columnsFixedNum;
6156
6173
  for (let i = 0; i < len; i++) {
@@ -6293,7 +6310,6 @@ const _sfc_main$1 = defineComponent({
6293
6310
  })
6294
6311
  });
6295
6312
  const refreshData = () => {
6296
- console.log(unref(pageMode));
6297
6313
  if (unref(pageMode) === "design")
6298
6314
  return;
6299
6315
  switch (props2.dataType) {
@@ -6363,10 +6379,16 @@ const _sfc_main$1 = defineComponent({
6363
6379
  dataColumns,
6364
6380
  dataSource,
6365
6381
  summaryList,
6366
- loading
6382
+ loading,
6383
+ useVariablesInText
6367
6384
  };
6368
6385
  }
6369
6386
  });
6387
+ const _hoisted_1$1 = {
6388
+ key: 1,
6389
+ class: "action-list"
6390
+ };
6391
+ const _hoisted_2 = ["href", "target"];
6370
6392
  function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
6371
6393
  const _component_a_table_summary_cell = resolveComponent("a-table-summary-cell");
6372
6394
  const _component_a_table_summary_row = resolveComponent("a-table-summary-row");
@@ -6393,11 +6415,26 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
6393
6415
  pagination: _ctx.pagination,
6394
6416
  onChange: _ctx.tableChange
6395
6417
  }, {
6396
- bodyCell: withCtx(({ column, index: index2, text }) => [
6418
+ bodyCell: withCtx(({ column, index: index2, text, record }) => [
6397
6419
  column.dataIndex === "SEQ" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
6398
6420
  createTextVNode(toDisplayString(index2 + 1), 1)
6399
- ], 64)) : (openBlock(), createElementBlock("div", {
6400
- key: 1,
6421
+ ], 64)) : column.dataIndex === "ACTION" ? (openBlock(), createElementBlock("div", _hoisted_1$1, [
6422
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.actionList, (action, index22) => {
6423
+ return openBlock(), createElementBlock("div", {
6424
+ class: "action",
6425
+ key: index22
6426
+ }, [
6427
+ createElementVNode("a", {
6428
+ href: _ctx.useVariablesInText(action.href, record),
6429
+ target: action.target,
6430
+ style: normalizeStyle({
6431
+ color: action.color
6432
+ })
6433
+ }, toDisplayString(action.title), 13, _hoisted_2)
6434
+ ]);
6435
+ }), 128))
6436
+ ])) : (openBlock(), createElementBlock("div", {
6437
+ key: 2,
6401
6438
  class: normalizeClass([_ctx.contrastClass(text, column.format)])
6402
6439
  }, toDisplayString((column.format != null || column.format !== "") && _ctx.formatFn(text, column.format)), 3))
6403
6440
  ]),
@@ -6439,7 +6476,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
6439
6476
  }, 8, ["loading"])
6440
6477
  ], 4);
6441
6478
  }
6442
- var Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-56b87792"]]);
6479
+ var Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-11728224"]]);
6443
6480
  const EcanTable = withInstall(Table);
6444
6481
  const mapProps = __spreadProps(__spreadValues({}, props), {
6445
6482
  mapJson: null,
@@ -6690,10 +6727,6 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
6690
6727
  buttonComponentProps,
6691
6728
  buttonEvents,
6692
6729
  EcanButton,
6693
- tabsProps,
6694
- tabsComponentProps,
6695
- tabsEvents,
6696
- EcanTabs,
6697
6730
  pieProps,
6698
6731
  pieComponentProps,
6699
6732
  pieEvents,
@@ -6725,6 +6758,10 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
6725
6758
  modalComponentProps,
6726
6759
  modalEvents,
6727
6760
  EcanModal,
6761
+ tabsProps,
6762
+ tabsComponentProps,
6763
+ tabsEvents,
6764
+ EcanTabs,
6728
6765
  imageProps,
6729
6766
  imageComponentProps,
6730
6767
  EcanImage,