@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.umd.js CHANGED
@@ -1406,10 +1406,10 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
1406
1406
  };
1407
1407
  }
1408
1408
  });
1409
- const _hoisted_1$9 = { class: "spin-wrapper" };
1409
+ const _hoisted_1$a = { class: "spin-wrapper" };
1410
1410
  function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
1411
1411
  const _component_a_spin = vue.resolveComponent("a-spin");
1412
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$9, [
1412
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$a, [
1413
1413
  _ctx.spinning ? (vue.openBlock(), vue.createBlock(_component_a_spin, {
1414
1414
  key: 0,
1415
1415
  class: "spin",
@@ -1636,7 +1636,8 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
1636
1636
  }
1637
1637
  return false;
1638
1638
  };
1639
- const useVariablesInText = (text, data = {}) => {
1639
+ const useVariablesInText = (text = "", data = {}) => {
1640
+ console.log("data", data);
1640
1641
  const config2 = window.config || {};
1641
1642
  data = __spreadValues(__spreadValues({}, config2), data);
1642
1643
  const variables = text.match(/\{\w*\}/g);
@@ -2496,12 +2497,12 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2496
2497
  };
2497
2498
  }
2498
2499
  });
2499
- const _hoisted_1$8 = {
2500
+ const _hoisted_1$9 = {
2500
2501
  id: "container",
2501
2502
  ref: "container"
2502
2503
  };
2503
2504
  function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
2504
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$8, [
2505
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$9, [
2505
2506
  _ctx.ready ? (vue.openBlock(), vue.createElementBlock("div", {
2506
2507
  key: 0,
2507
2508
  class: "page-config",
@@ -2656,12 +2657,12 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2656
2657
  };
2657
2658
  }
2658
2659
  });
2659
- const _hoisted_1$7 = {
2660
+ const _hoisted_1$8 = {
2660
2661
  id: "ProviderConfig",
2661
2662
  ref: "providerConfig"
2662
2663
  };
2663
2664
  function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
2664
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$7, [
2665
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$8, [
2665
2666
  vue.renderSlot(_ctx.$slots, "default")
2666
2667
  ], 512);
2667
2668
  }
@@ -2771,7 +2772,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2771
2772
  };
2772
2773
  }
2773
2774
  });
2774
- const _hoisted_1$6 = ["innerHTML"];
2775
+ const _hoisted_1$7 = ["innerHTML"];
2775
2776
  function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
2776
2777
  const _component_skeleton = vue.resolveComponent("skeleton");
2777
2778
  return _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", {
@@ -2786,7 +2787,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2786
2787
  style: vue.normalizeStyle(_ctx.style),
2787
2788
  innerHTML: _ctx.myText,
2788
2789
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.click && _ctx.click(...args))
2789
- }, null, 12, _hoisted_1$6));
2790
+ }, null, 12, _hoisted_1$7));
2790
2791
  }
2791
2792
  var Text = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-9526cadc"]]);
2792
2793
  const EcanText = withInstall(Text);
@@ -2800,9 +2801,9 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2800
2801
  };
2801
2802
  }
2802
2803
  });
2803
- const _hoisted_1$5 = { class: "red" };
2804
+ const _hoisted_1$6 = { class: "red" };
2804
2805
  function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
2805
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$5, vue.toDisplayString(_ctx.text), 1);
2806
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$6, vue.toDisplayString(_ctx.text), 1);
2806
2807
  }
2807
2808
  var ScrollText = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-0bb717eb"]]);
2808
2809
  const EcanScrollText = withInstall(ScrollText);
@@ -3090,11 +3091,11 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3090
3091
  }
3091
3092
  });
3092
3093
  const _withScopeId$2 = (n) => (vue.pushScopeId("data-v-461dbe78"), n = n(), vue.popScopeId(), n);
3093
- const _hoisted_1$4 = {
3094
+ const _hoisted_1$5 = {
3094
3095
  key: 0,
3095
3096
  class: "title"
3096
3097
  };
3097
- const _hoisted_2$2 = {
3098
+ const _hoisted_2$3 = {
3098
3099
  key: 0,
3099
3100
  class: "ranking"
3100
3101
  };
@@ -3120,7 +3121,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3120
3121
  }, [
3121
3122
  vue.createVNode(_component_skeleton, { loading: _ctx.loading }, {
3122
3123
  default: vue.withCtx(() => [
3123
- _ctx.useTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$4, [
3124
+ _ctx.useTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$5, [
3124
3125
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columnCount, (count) => {
3125
3126
  return vue.openBlock(), vue.createElementBlock("div", {
3126
3127
  class: "title-inner",
@@ -3132,7 +3133,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3132
3133
  }),
3133
3134
  key: count
3134
3135
  }, [
3135
- _ctx.useRanking ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$2)) : vue.createCommentVNode("", true),
3136
+ _ctx.useRanking ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$3)) : vue.createCommentVNode("", true),
3136
3137
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, (column, i) => {
3137
3138
  return vue.openBlock(), vue.createElementBlock("div", {
3138
3139
  class: "column",
@@ -3684,7 +3685,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3684
3685
  onClick: _ctx.click,
3685
3686
  type: _ctx.mode,
3686
3687
  danger: _ctx.danger,
3687
- ghost: _ctx.ghost,
3688
3688
  shape: _ctx.shape,
3689
3689
  href: _ctx.myHref,
3690
3690
  target: _ctx.target
@@ -3693,134 +3693,11 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3693
3693
  vue.createTextVNode(vue.toDisplayString(_ctx.myText), 1)
3694
3694
  ]),
3695
3695
  _: 1
3696
- }, 8, ["onClick", "type", "danger", "ghost", "shape", "href", "target"])
3696
+ }, 8, ["onClick", "type", "danger", "shape", "href", "target"])
3697
3697
  ], 4);
3698
3698
  }
3699
3699
  var Button = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
3700
3700
  const EcanButton = withInstall(Button);
3701
- const tabsProps = __spreadProps(__spreadValues({}, props), {
3702
- type: "ecanTabs",
3703
- name: "\u6807\u7B7E\u9875",
3704
- keyName: "\u6807\u7B7E\u9875",
3705
- width: "200px",
3706
- height: "400px",
3707
- tabFontSize: "14px",
3708
- backgroundColor: "",
3709
- activeTabColor: "#1890ff",
3710
- tabBackgroundImage: "",
3711
- activeTabBackgroundImage: "",
3712
- tabColor: "#333",
3713
- tabBarGutter: "24px",
3714
- value: "",
3715
- activeKey: 0,
3716
- contains: [],
3717
- data: [
3718
- {
3719
- title: "\u6807\u7B7E1"
3720
- },
3721
- {
3722
- title: "\u6807\u7B7E2"
3723
- },
3724
- {
3725
- title: "\u6807\u7B7E3"
3726
- }
3727
- ]
3728
- });
3729
- const tabsComponentProps = transformToComponentProps(tabsProps);
3730
- const tabsEvents = ["tabChange"];
3731
- 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")();
3732
- const _sfc_main$b = vue.defineComponent({
3733
- name: "EcanTabs",
3734
- props: __spreadValues({}, tabsComponentProps),
3735
- setup(props2) {
3736
- var _a2;
3737
- const style2 = usePickComponentStyle(props2);
3738
- const activeKey = vue.ref(0);
3739
- vue.watch(() => props2.activeKey, (key) => {
3740
- activeKey.value = key;
3741
- }, {
3742
- immediate: true
3743
- });
3744
- const myData = vue.ref([]);
3745
- vue.watch(() => props2.data, (data) => {
3746
- myData.value = data;
3747
- }, {
3748
- immediate: true,
3749
- deep: true
3750
- });
3751
- const isActive = (index2) => activeKey.value === index2;
3752
- const myValue = vue.ref(props2.value || vue.unref(myData)[0] && ((_a2 = vue.unref(myData)[0]) == null ? void 0 : _a2.value) || "");
3753
- const events = props2.events;
3754
- const emitEvent = useEmitEvent(events);
3755
- const { setGlobalModel } = vue.inject(GLOBAL_MODEL, {
3756
- setGlobalModel: (key, value) => void 0
3757
- });
3758
- setGlobalModel(props2.id, {
3759
- value: myValue,
3760
- activeKey
3761
- });
3762
- const { emitRefreshPage } = vue.inject(REFRESH_PAGE, {
3763
- emitRefreshPage: () => void 0
3764
- });
3765
- const tabChange = emitEvent("tabChange", (tab, index2) => {
3766
- if (index2 !== vue.unref(activeKey)) {
3767
- myValue.value = (tab == null ? void 0 : tab.value) || "";
3768
- activeKey.value = index2;
3769
- emitRefreshPage();
3770
- }
3771
- });
3772
- useOnEvent(props2, {
3773
- tabChange
3774
- });
3775
- return {
3776
- style: style2,
3777
- activeKey,
3778
- isActive,
3779
- tabChange,
3780
- myData,
3781
- useImagePath
3782
- };
3783
- }
3784
- });
3785
- const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-42d546a2"), n = n(), vue.popScopeId(), n);
3786
- const _hoisted_1$3 = ["onClick"];
3787
- const _hoisted_2$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "tabs-content" }, null, -1));
3788
- function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
3789
- return vue.openBlock(), vue.createElementBlock("div", {
3790
- class: "ecan-tabs",
3791
- style: vue.normalizeStyle(_ctx.style)
3792
- }, [
3793
- vue.createElementVNode("div", {
3794
- class: "tabs-header",
3795
- style: vue.normalizeStyle({
3796
- fontSize: _ctx.tabFontSize
3797
- })
3798
- }, [
3799
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.myData, (tab, index2) => {
3800
- return vue.openBlock(), vue.createElementBlock("div", {
3801
- class: "tab",
3802
- style: vue.normalizeStyle({
3803
- color: _ctx.isActive(index2) ? _ctx.activeTabColor : _ctx.tabColor,
3804
- backgroundImage: _ctx.isActive(index2) ? _ctx.useImagePath(_ctx.activeTabBackgroundImage, true) : _ctx.useImagePath(_ctx.tabBackgroundImage, true),
3805
- marginRight: _ctx.tabBarGutter
3806
- }),
3807
- key: index2,
3808
- onClick: vue.withModifiers(($event) => _ctx.tabChange(tab, index2), ["prevent", "stop"])
3809
- }, [
3810
- vue.createElementVNode("div", {
3811
- class: "tab-inner",
3812
- style: vue.normalizeStyle({
3813
- borderBottom: `1px solid ${_ctx.isActive(index2) ? _ctx.activeTabColor : "transparent"}`
3814
- })
3815
- }, vue.toDisplayString(tab.title), 5)
3816
- ], 12, _hoisted_1$3);
3817
- }), 128))
3818
- ], 4),
3819
- _hoisted_2$1
3820
- ], 4);
3821
- }
3822
- var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-42d546a2"]]);
3823
- const EcanTabs = withInstall(Tabs);
3824
3701
  const pieProps = __spreadProps(__spreadValues({}, props), {
3825
3702
  id: "",
3826
3703
  name: "\u997C\u56FE",
@@ -3911,7 +3788,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3911
3788
  components$1.TooltipComponent,
3912
3789
  components$1.LegendComponent
3913
3790
  ]);
3914
- const _sfc_main$a = vue.defineComponent({
3791
+ const _sfc_main$b = vue.defineComponent({
3915
3792
  name: "EcanPie",
3916
3793
  props: __spreadValues({}, pieComponentProps),
3917
3794
  components: {
@@ -4132,7 +4009,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4132
4009
  };
4133
4010
  }
4134
4011
  });
4135
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4012
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
4136
4013
  const _component_echarts = vue.resolveComponent("echarts");
4137
4014
  const _component_spin = vue.resolveComponent("spin");
4138
4015
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -4172,7 +4049,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4172
4049
  }, 8, ["visible", "onCancel"])
4173
4050
  ], 4);
4174
4051
  }
4175
- var Pie = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
4052
+ var Pie = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
4176
4053
  const EcanPie = withInstall(Pie);
4177
4054
  const lineProps = __spreadProps(__spreadValues({}, props), {
4178
4055
  id: "",
@@ -4241,7 +4118,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4241
4118
  components$1.TitleComponent,
4242
4119
  components$1.LegendComponent
4243
4120
  ]);
4244
- const _sfc_main$9 = vue.defineComponent({
4121
+ const _sfc_main$a = vue.defineComponent({
4245
4122
  name: "EcanLine",
4246
4123
  props: __spreadValues({}, lineComponentProps),
4247
4124
  components: {
@@ -4493,7 +4370,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4493
4370
  };
4494
4371
  }
4495
4372
  });
4496
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4373
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4497
4374
  const _component_echarts = vue.resolveComponent("echarts");
4498
4375
  const _component_spin = vue.resolveComponent("spin");
4499
4376
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -4533,7 +4410,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4533
4410
  }, 8, ["visible", "onCancel"])
4534
4411
  ], 4);
4535
4412
  }
4536
- var Line = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
4413
+ var Line = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
4537
4414
  const EcanLine = withInstall(Line);
4538
4415
  const barProps = __spreadProps(__spreadValues({}, props), {
4539
4416
  id: "",
@@ -4619,7 +4496,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4619
4496
  components$1.DatasetComponent,
4620
4497
  components$1.ToolboxComponent
4621
4498
  ]);
4622
- const _sfc_main$8 = vue.defineComponent({
4499
+ const _sfc_main$9 = vue.defineComponent({
4623
4500
  name: "EcanBar",
4624
4501
  props: __spreadValues({}, barComponentProps),
4625
4502
  components: {
@@ -4869,7 +4746,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4869
4746
  };
4870
4747
  }
4871
4748
  });
4872
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
4749
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4873
4750
  const _component_echarts = vue.resolveComponent("echarts");
4874
4751
  const _component_spin = vue.resolveComponent("spin");
4875
4752
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -4911,7 +4788,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4911
4788
  }, 8, ["visible", "onCancel"])
4912
4789
  ], 4);
4913
4790
  }
4914
- var Bar = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
4791
+ var Bar = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
4915
4792
  const EcanBar = withInstall(Bar);
4916
4793
  const scatterProps = __spreadProps(__spreadValues({}, props), {
4917
4794
  id: "",
@@ -4977,7 +4854,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4977
4854
  components$1.TooltipComponent,
4978
4855
  components$1.LegendComponent
4979
4856
  ]);
4980
- const _sfc_main$7 = vue.defineComponent({
4857
+ const _sfc_main$8 = vue.defineComponent({
4981
4858
  name: "EcanScatter",
4982
4859
  props: __spreadValues({}, scatterComponentProps),
4983
4860
  components: {
@@ -5168,7 +5045,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5168
5045
  };
5169
5046
  }
5170
5047
  });
5171
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5048
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
5172
5049
  const _component_echarts = vue.resolveComponent("echarts");
5173
5050
  const _component_spin = vue.resolveComponent("spin");
5174
5051
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -5208,7 +5085,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5208
5085
  }, 8, ["visible", "onCancel"])
5209
5086
  ], 4);
5210
5087
  }
5211
- var Scatter = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
5088
+ var Scatter = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
5212
5089
  const EcanScatter = withInstall(Scatter);
5213
5090
  const customGraphProps = __spreadProps(__spreadValues({}, props), {
5214
5091
  id: "",
@@ -5221,7 +5098,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5221
5098
  optionCode: ""
5222
5099
  });
5223
5100
  const customGraphComponentProps = transformToComponentProps(customGraphProps);
5224
- const _sfc_main$6 = vue.defineComponent({
5101
+ const _sfc_main$7 = vue.defineComponent({
5225
5102
  name: "EcanCustomGraph",
5226
5103
  props: __spreadValues({}, customGraphComponentProps),
5227
5104
  components: {
@@ -5247,7 +5124,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5247
5124
  };
5248
5125
  }
5249
5126
  });
5250
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5127
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5251
5128
  const _component_echarts = vue.resolveComponent("echarts");
5252
5129
  return vue.openBlock(), vue.createElementBlock("div", {
5253
5130
  style: vue.normalizeStyle(_ctx.style)
@@ -5259,7 +5136,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5259
5136
  }, null, 8, ["option"])
5260
5137
  ], 4);
5261
5138
  }
5262
- var CustomGraph = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
5139
+ var CustomGraph = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
5263
5140
  const EcanCustomGraph = withInstall(CustomGraph);
5264
5141
  const comboGraphProps = __spreadProps(__spreadValues({}, props), {
5265
5142
  id: "",
@@ -5370,7 +5247,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5370
5247
  components$1.DatasetComponent,
5371
5248
  components$1.ToolboxComponent
5372
5249
  ]);
5373
- const _sfc_main$5 = vue.defineComponent({
5250
+ const _sfc_main$6 = vue.defineComponent({
5374
5251
  name: "EcanComboGraph",
5375
5252
  props: __spreadValues({}, comboGraphComponentProps),
5376
5253
  components: {
@@ -5634,7 +5511,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5634
5511
  };
5635
5512
  }
5636
5513
  });
5637
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5514
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5638
5515
  const _component_echarts = vue.resolveComponent("echarts");
5639
5516
  const _component_spin = vue.resolveComponent("spin");
5640
5517
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -5676,7 +5553,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5676
5553
  }, 8, ["visible", "onCancel"])
5677
5554
  ], 4);
5678
5555
  }
5679
- var ComboGraph = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
5556
+ var ComboGraph = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
5680
5557
  const EcanComboGraph = withInstall(ComboGraph);
5681
5558
  const borderProps = __spreadProps(__spreadValues({}, props), {
5682
5559
  name: "\u8FB9\u6846",
@@ -5702,7 +5579,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5702
5579
  var _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAZlBMVEUAAABBltJCldJCldFEk89BltJCltFBldI/lMBKndtmb9pCltNDldFAkclAldNBldJBltM/lM5AltNCldJBldJBlNJBltVBldJBlNJBlNI/lNNBldJBldNAldJBldJBldJBldNBldIiNK7WAAAAInRSTlMAM4BNGmaz5gQGbiAPCV1WQxUpOCY9EmxQSC2jdoacqZK8uPo7tAAAAZ9JREFUSMe90NmOwjAMheGka0J3SulCy/L+Lzk4I+HYhckEKs7dr1x8kQVM5YJMZ7SLiXVHOw817Z72cSns3BmziY7EnGRGjDqUpKt4pEZQKruvyaJt85YmBUebKLJVNUlpq6oOQ1tVVRzbqu6DwFb1NUlsVd3SNL0UDM0jqkaSqoeQqjKmahtQNUzuC1AtU1sF9KHmnmrtrSK6idqBWqE6GFVxFdGvqDGoJ01Qt7rfTEV0e7V6qSK6VjNPtTaqoOq8Ugnqr7aeav+rAuqrTh+qZw3o1urAVcFVQD3U6ZnaYY9MLZk6G5WhDaDFI9UeUPyE7gCNsAdAD9gxoBJ7ARRPUVwALXdu8/h/s3xmjtwUu0/M0M/UJzBjAei3TUTdpmKmcpkBmOHKBNTPzJi59zYJys3DO2aL78YcmNkLgrrM9m9TucwzmoBy08xlju+bgL42G4c5OcxqZSLqbwqXOVNTGXMWFD0ak6KN1ZKaojYmbribndW9MXELNQEFFUyiNqQlmEQ1JqpgErUifUUTUVEIupx1wzpjvWfdsh4FQX8ANe4nnpsb9NEAAAAASUVORK5CYII=";
5703
5580
  var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAaVBMVEUAAABElM9BltJCldJCldFBltJBldJCltFNmrNCmNNFldNAldJBldNBldRBldNBldNBldJCoNFBldJBltNBldJBldJAldJAltJBldJBldJBldNAlNFAldJBlNJAldJBldNBldJBldJBldLfIVowAAAAI3RSTlMAGjJNgGbmswMSCScgDTs/ZAVRK0eYj2s3r3AWveHEhXjeXb5rzlgAAAFqSURBVEjH1dbJVsJAEIXhHjJ05tlEooK8/0NKsbDrFjmHiBD0Lvqcf9PfthRM7xvoZMQuLHZaOejGYLtcdEItzI9oaLg5xIHj5hgcG262oXXcrGzJ23Umg5717C7NKBrAjOMDM8YgCI5ghmEPprUTmMZkrBOtdbJgfpZovho0gwzNOkfTam9k5jSGkKlTMOezWT3VLH5qlg8wQzSbO5jJ28l8Z+YLmZMwuz9lupvNXpjlFTMTZv7vzFSatTDtGnNeYdpNzZTMSJhx5f84m8Y3mSEzJzTVolko3J7Qve+a0J3vntDWffdEaMUQQo1vTWjuuyA0UWvUUarqzuqLUMPt1MD3uKTaTdRwvdrdorpFtfZtH6eyK2F3RS23U3uhlr9VB1TdE1V2h7Vr1O4mdbdera6o+Wq1Vqi2rEktFapGoZopVLVCtVCXag19IBPUiiWpBrojE1QNXZAp1/TYbhKdKVwuWotORKfn9wu/DSc/X9T6qgAAAABJRU5ErkJggg==";
5704
5581
  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,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==");\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')();
5705
- const _sfc_main$4 = vue.defineComponent({
5582
+ const _sfc_main$5 = vue.defineComponent({
5706
5583
  name: "EcanBorder",
5707
5584
  props: __spreadValues({}, borderComponentProps),
5708
5585
  setup(props2) {
@@ -5739,32 +5616,32 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5739
5616
  };
5740
5617
  }
5741
5618
  });
5742
- const _withScopeId = (n) => (vue.pushScopeId("data-v-f913847e"), n = n(), vue.popScopeId(), n);
5743
- const _hoisted_1$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-left border-item" }, null, -1));
5744
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-right border-item" }, null, -1));
5745
- const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5746
- const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5619
+ const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-f913847e"), n = n(), vue.popScopeId(), n);
5620
+ const _hoisted_1$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-left border-item" }, null, -1));
5621
+ const _hoisted_2$2 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-right border-item" }, null, -1));
5622
+ const _hoisted_3 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5623
+ const _hoisted_4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5747
5624
  const _hoisted_5 = { class: "title-item-wrapper" };
5748
5625
  const _hoisted_6 = { class: "title-item" };
5749
- const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("img", {
5626
+ const _hoisted_7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("img", {
5750
5627
  class: "title-decoration-left",
5751
5628
  src: _imports_0
5752
5629
  }, null, -1));
5753
5630
  const _hoisted_8 = { class: "title" };
5754
- const _hoisted_9 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("img", {
5631
+ const _hoisted_9 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("img", {
5755
5632
  class: "title-decoration-right",
5756
5633
  src: _imports_1
5757
5634
  }, null, -1));
5758
- const _hoisted_10 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-left border-item" }, null, -1));
5759
- const _hoisted_11 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-right border-item" }, null, -1));
5760
- const _hoisted_12 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5761
- const _hoisted_13 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5635
+ const _hoisted_10 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-left border-item" }, null, -1));
5636
+ const _hoisted_11 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-right border-item" }, null, -1));
5637
+ const _hoisted_12 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5638
+ const _hoisted_13 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5762
5639
  const _hoisted_14 = {
5763
5640
  key: 2,
5764
5641
  class: "left-title"
5765
5642
  };
5766
5643
  const _hoisted_15 = { class: "title" };
5767
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5644
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5768
5645
  return vue.openBlock(), vue.createElementBlock("div", {
5769
5646
  class: "ecan-border",
5770
5647
  style: vue.normalizeStyle(_ctx.style),
@@ -5777,8 +5654,8 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5777
5654
  onDrag: _cache[0] || (_cache[0] = (...args) => _ctx.onDrag && _ctx.onDrag(...args))
5778
5655
  }, [
5779
5656
  _ctx.useBorderModify ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
5780
- _hoisted_1$2,
5781
- _hoisted_2,
5657
+ _hoisted_1$4,
5658
+ _hoisted_2$2,
5782
5659
  _hoisted_3,
5783
5660
  _hoisted_4
5784
5661
  ], 64)) : vue.createCommentVNode("", true)
@@ -5807,7 +5684,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5807
5684
  ])) : vue.createCommentVNode("", true)
5808
5685
  ], 4);
5809
5686
  }
5810
- var Border = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-f913847e"]]);
5687
+ var Border = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-f913847e"]]);
5811
5688
  const EcanBorder = withInstall(Border);
5812
5689
  const modalProps = {
5813
5690
  id: "",
@@ -5832,7 +5709,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5832
5709
  const modalEvents = ["showModal"];
5833
5710
  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")();
5834
5711
  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")();
5835
- const _sfc_main$3 = vue.defineComponent({
5712
+ const _sfc_main$4 = vue.defineComponent({
5836
5713
  name: "EcanModal",
5837
5714
  components: {
5838
5715
  AModal: antDesignVue.Modal
@@ -5923,7 +5800,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5923
5800
  };
5924
5801
  }
5925
5802
  });
5926
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5803
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5927
5804
  const _component_a_modal = vue.resolveComponent("a-modal");
5928
5805
  return vue.openBlock(), vue.createBlock(_component_a_modal, {
5929
5806
  getContainer: _ctx.getContainer,
@@ -5975,8 +5852,131 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5975
5852
  } : void 0
5976
5853
  ]), 1032, ["getContainer", "wrapClassName", "visible", "width", "destroyOnClose", "style", "onOk", "onCancel"]);
5977
5854
  }
5978
- var Modal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-378919f0"]]);
5855
+ var Modal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-378919f0"]]);
5979
5856
  const EcanModal = withInstall(Modal);
5857
+ const tabsProps = __spreadProps(__spreadValues({}, props), {
5858
+ type: "ecanTabs",
5859
+ name: "\u6807\u7B7E\u9875",
5860
+ keyName: "\u6807\u7B7E\u9875",
5861
+ width: "200px",
5862
+ height: "400px",
5863
+ tabFontSize: "14px",
5864
+ backgroundColor: "",
5865
+ activeTabColor: "#1890ff",
5866
+ tabBackgroundImage: "",
5867
+ activeTabBackgroundImage: "",
5868
+ tabColor: "#333",
5869
+ tabBarGutter: "24px",
5870
+ value: "",
5871
+ activeKey: 0,
5872
+ contains: [],
5873
+ data: [
5874
+ {
5875
+ title: "\u6807\u7B7E1"
5876
+ },
5877
+ {
5878
+ title: "\u6807\u7B7E2"
5879
+ },
5880
+ {
5881
+ title: "\u6807\u7B7E3"
5882
+ }
5883
+ ]
5884
+ });
5885
+ const tabsComponentProps = transformToComponentProps(tabsProps);
5886
+ const tabsEvents = ["tabChange"];
5887
+ 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")();
5888
+ const _sfc_main$3 = vue.defineComponent({
5889
+ name: "EcanTabs",
5890
+ props: __spreadValues({}, tabsComponentProps),
5891
+ setup(props2) {
5892
+ var _a2;
5893
+ const style2 = usePickComponentStyle(props2);
5894
+ const activeKey = vue.ref(0);
5895
+ vue.watch(() => props2.activeKey, (key) => {
5896
+ activeKey.value = key;
5897
+ }, {
5898
+ immediate: true
5899
+ });
5900
+ const myData = vue.ref([]);
5901
+ vue.watch(() => props2.data, (data) => {
5902
+ myData.value = data;
5903
+ }, {
5904
+ immediate: true,
5905
+ deep: true
5906
+ });
5907
+ const isActive = (index2) => activeKey.value === index2;
5908
+ const myValue = vue.ref(props2.value || vue.unref(myData)[0] && ((_a2 = vue.unref(myData)[0]) == null ? void 0 : _a2.value) || "");
5909
+ const events = props2.events;
5910
+ const emitEvent = useEmitEvent(events);
5911
+ const { setGlobalModel } = vue.inject(GLOBAL_MODEL, {
5912
+ setGlobalModel: (key, value) => void 0
5913
+ });
5914
+ setGlobalModel(props2.id, {
5915
+ value: myValue,
5916
+ activeKey
5917
+ });
5918
+ const { emitRefreshPage } = vue.inject(REFRESH_PAGE, {
5919
+ emitRefreshPage: () => void 0
5920
+ });
5921
+ const tabChange = emitEvent("tabChange", (tab, index2) => {
5922
+ if (index2 !== vue.unref(activeKey)) {
5923
+ myValue.value = (tab == null ? void 0 : tab.value) || "";
5924
+ activeKey.value = index2;
5925
+ emitRefreshPage();
5926
+ }
5927
+ });
5928
+ useOnEvent(props2, {
5929
+ tabChange
5930
+ });
5931
+ return {
5932
+ style: style2,
5933
+ activeKey,
5934
+ isActive,
5935
+ tabChange,
5936
+ myData,
5937
+ useImagePath
5938
+ };
5939
+ }
5940
+ });
5941
+ const _withScopeId = (n) => (vue.pushScopeId("data-v-ee8e9884"), n = n(), vue.popScopeId(), n);
5942
+ const _hoisted_1$3 = ["onClick"];
5943
+ const _hoisted_2$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "tabs-content" }, null, -1));
5944
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5945
+ return vue.openBlock(), vue.createElementBlock("div", {
5946
+ class: "ecan-tabs",
5947
+ style: vue.normalizeStyle(_ctx.style)
5948
+ }, [
5949
+ vue.createElementVNode("div", {
5950
+ class: "tabs-header",
5951
+ style: vue.normalizeStyle({
5952
+ fontSize: _ctx.tabFontSize
5953
+ })
5954
+ }, [
5955
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.myData, (tab, index2) => {
5956
+ return vue.openBlock(), vue.createElementBlock("div", {
5957
+ class: "tab",
5958
+ style: vue.normalizeStyle({
5959
+ color: _ctx.isActive(index2) ? _ctx.activeTabColor : _ctx.tabColor,
5960
+ backgroundImage: _ctx.isActive(index2) ? _ctx.useImagePath(_ctx.activeTabBackgroundImage, true) : _ctx.useImagePath(_ctx.tabBackgroundImage, true),
5961
+ marginRight: _ctx.tabBarGutter
5962
+ }),
5963
+ key: index2,
5964
+ onClick: vue.withModifiers(($event) => _ctx.tabChange(tab, index2), ["prevent", "stop"])
5965
+ }, [
5966
+ vue.createElementVNode("div", {
5967
+ class: "tab-inner",
5968
+ style: vue.normalizeStyle({
5969
+ borderBottom: `1px solid ${_ctx.isActive(index2) ? _ctx.activeTabColor : "transparent"}`
5970
+ })
5971
+ }, vue.toDisplayString(tab.title), 5)
5972
+ ], 12, _hoisted_1$3);
5973
+ }), 128))
5974
+ ], 4),
5975
+ _hoisted_2$1
5976
+ ], 4);
5977
+ }
5978
+ var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-ee8e9884"]]);
5979
+ const EcanTabs = withInstall(Tabs);
5980
5980
  const imageProps = __spreadProps(__spreadValues({}, props), {
5981
5981
  name: "\u56FE\u7247",
5982
5982
  keyName: "\u56FE\u7247",
@@ -6013,14 +6013,14 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6013
6013
  };
6014
6014
  }
6015
6015
  });
6016
- const _hoisted_1$1 = ["src"];
6016
+ const _hoisted_1$2 = ["src"];
6017
6017
  function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
6018
6018
  return _ctx.myImgUrl !== "" ? (vue.openBlock(), vue.createElementBlock("img", {
6019
6019
  key: 0,
6020
6020
  style: vue.normalizeStyle(_ctx.style),
6021
6021
  src: _ctx.myImgUrl,
6022
6022
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
6023
- }, null, 12, _hoisted_1$1)) : (vue.openBlock(), vue.createElementBlock("div", {
6023
+ }, null, 12, _hoisted_1$2)) : (vue.openBlock(), vue.createElementBlock("div", {
6024
6024
  key: 1,
6025
6025
  class: "image-placeholder",
6026
6026
  style: vue.normalizeStyle(_ctx.style)
@@ -6047,6 +6047,9 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6047
6047
  borderColor: "",
6048
6048
  paginationPosition: "bottomRight",
6049
6049
  paginationPageSize: 10,
6050
+ isUseAction: false,
6051
+ actionList: [],
6052
+ actionColumnWidth: 50,
6050
6053
  columns: [
6051
6054
  {
6052
6055
  title: "\u59D3\u540D",
@@ -6081,15 +6084,15 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6081
6084
  });
6082
6085
  const tableComponentProps = transformToComponentProps(tableProps);
6083
6086
  const tableEvents = ["click", "refreshData"];
6084
- var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `.table[data-v-56b87792] {
6087
+ var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `.table[data-v-11728224] {
6085
6088
  width: 100%;
6086
6089
  }
6087
- .goUp[data-v-56b87792] {
6090
+ .goUp[data-v-11728224] {
6088
6091
  color: #FF512E;
6089
6092
  display: flex;
6090
6093
  align-items: center;
6091
6094
  }
6092
- .goUp[data-v-56b87792]:before {
6095
+ .goUp[data-v-11728224]:before {
6093
6096
  content: '';
6094
6097
  display: block;
6095
6098
  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=");
@@ -6099,12 +6102,12 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6099
6102
  background-size: cover;
6100
6103
  margin-right: 2px;
6101
6104
  }
6102
- .goDown[data-v-56b87792] {
6105
+ .goDown[data-v-11728224] {
6103
6106
  color: #00F7B4;
6104
6107
  display: flex;
6105
6108
  align-items: center;
6106
6109
  }
6107
- .goDown[data-v-56b87792]:before {
6110
+ .goDown[data-v-11728224]:before {
6108
6111
  content: '';
6109
6112
  display: block;
6110
6113
  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=");
@@ -6114,6 +6117,13 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6114
6117
  background-size: cover;
6115
6118
  margin-right: 2px;
6116
6119
  }
6120
+ .action-list[data-v-11728224] {
6121
+ display: flex;
6122
+ width: 100%;
6123
+ }
6124
+ .action[data-v-11728224] {
6125
+ flex: 1;
6126
+ }
6117
6127
  `)();
6118
6128
  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")();
6119
6129
  const _sfc_main$1 = vue.defineComponent({
@@ -6161,6 +6171,13 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6161
6171
  });
6162
6172
  }
6163
6173
  columns = columns.concat(props2.columns);
6174
+ if (props2.isUseAction) {
6175
+ columns.push({
6176
+ title: "\u64CD\u4F5C",
6177
+ dataIndex: "ACTION",
6178
+ width: props2.actionColumnWidth
6179
+ });
6180
+ }
6164
6181
  const len = columns.length;
6165
6182
  const columnsFixedNum = props2.columnsFixedNum;
6166
6183
  for (let i = 0; i < len; i++) {
@@ -6303,7 +6320,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6303
6320
  })
6304
6321
  });
6305
6322
  const refreshData = () => {
6306
- console.log(vue.unref(pageMode));
6307
6323
  if (vue.unref(pageMode) === "design")
6308
6324
  return;
6309
6325
  switch (props2.dataType) {
@@ -6373,10 +6389,16 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6373
6389
  dataColumns,
6374
6390
  dataSource,
6375
6391
  summaryList,
6376
- loading
6392
+ loading,
6393
+ useVariablesInText
6377
6394
  };
6378
6395
  }
6379
6396
  });
6397
+ const _hoisted_1$1 = {
6398
+ key: 1,
6399
+ class: "action-list"
6400
+ };
6401
+ const _hoisted_2 = ["href", "target"];
6380
6402
  function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
6381
6403
  const _component_a_table_summary_cell = vue.resolveComponent("a-table-summary-cell");
6382
6404
  const _component_a_table_summary_row = vue.resolveComponent("a-table-summary-row");
@@ -6403,11 +6425,26 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6403
6425
  pagination: _ctx.pagination,
6404
6426
  onChange: _ctx.tableChange
6405
6427
  }, {
6406
- bodyCell: vue.withCtx(({ column, index: index2, text }) => [
6428
+ bodyCell: vue.withCtx(({ column, index: index2, text, record }) => [
6407
6429
  column.dataIndex === "SEQ" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
6408
6430
  vue.createTextVNode(vue.toDisplayString(index2 + 1), 1)
6409
- ], 64)) : (vue.openBlock(), vue.createElementBlock("div", {
6410
- key: 1,
6431
+ ], 64)) : column.dataIndex === "ACTION" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1, [
6432
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.actionList, (action, index22) => {
6433
+ return vue.openBlock(), vue.createElementBlock("div", {
6434
+ class: "action",
6435
+ key: index22
6436
+ }, [
6437
+ vue.createElementVNode("a", {
6438
+ href: _ctx.useVariablesInText(action.href, record),
6439
+ target: action.target,
6440
+ style: vue.normalizeStyle({
6441
+ color: action.color
6442
+ })
6443
+ }, vue.toDisplayString(action.title), 13, _hoisted_2)
6444
+ ]);
6445
+ }), 128))
6446
+ ])) : (vue.openBlock(), vue.createElementBlock("div", {
6447
+ key: 2,
6411
6448
  class: vue.normalizeClass([_ctx.contrastClass(text, column.format)])
6412
6449
  }, vue.toDisplayString((column.format != null || column.format !== "") && _ctx.formatFn(text, column.format)), 3))
6413
6450
  ]),
@@ -6449,7 +6486,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6449
6486
  }, 8, ["loading"])
6450
6487
  ], 4);
6451
6488
  }
6452
- var Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-56b87792"]]);
6489
+ var Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-11728224"]]);
6453
6490
  const EcanTable = withInstall(Table);
6454
6491
  const mapProps = __spreadProps(__spreadValues({}, props), {
6455
6492
  mapJson: null,
@@ -6700,10 +6737,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6700
6737
  buttonComponentProps,
6701
6738
  buttonEvents,
6702
6739
  EcanButton,
6703
- tabsProps,
6704
- tabsComponentProps,
6705
- tabsEvents,
6706
- EcanTabs,
6707
6740
  pieProps,
6708
6741
  pieComponentProps,
6709
6742
  pieEvents,
@@ -6735,6 +6768,10 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6735
6768
  modalComponentProps,
6736
6769
  modalEvents,
6737
6770
  EcanModal,
6771
+ tabsProps,
6772
+ tabsComponentProps,
6773
+ tabsEvents,
6774
+ EcanTabs,
6738
6775
  imageProps,
6739
6776
  imageComponentProps,
6740
6777
  EcanImage,