@ecan-bi/datav 1.0.47 → 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 +238 -206
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +237 -205
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +41 -34
  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);
@@ -2290,12 +2291,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2290
2291
  idxLibMode,
2291
2292
  preview = false
2292
2293
  } = graphicConfig || {};
2293
- console.log("classificationList", classificationList);
2294
- console.log("seriesList", seriesList);
2295
- console.log("leftAxisList", leftAxisList);
2296
- console.log("rightAxisList", rightAxisList);
2297
- console.log("indicators", indicators);
2298
- console.log("controlList", controlList);
2299
2294
  let classification;
2300
2295
  if (Array.isArray(classificationList) && classificationList.length > 0) {
2301
2296
  const len = classificationList.length;
@@ -2406,9 +2401,10 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2406
2401
  window.config[key] = value;
2407
2402
  }
2408
2403
  };
2409
- var PageConfig_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => "#container[data-v-5d709a9a] {\n position: fixed;\n top: 0;\n left: 0;\n overflow: hidden;\n transform-origin: left top;\n z-index: 999;\n}\n.page-config[data-v-5d709a9a] {\n position: relative;\n overflow: hidden;\n background-size: cover;\n}\n")();
2404
+ var PageConfig_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => "#container[data-v-c850087e] {\n position: fixed;\n top: 0;\n left: 0;\n overflow: hidden;\n transform-origin: left top;\n z-index: 999;\n}\n.page-config[data-v-c850087e] {\n position: relative;\n overflow: hidden;\n background-size: cover;\n}\n")();
2410
2405
  const _sfc_main$o = vue.defineComponent({
2411
2406
  name: "EcanPageConfig",
2407
+ inheritAttrs: false,
2412
2408
  props: __spreadValues({}, pageConfigComponentProps),
2413
2409
  setup(props2) {
2414
2410
  const style2 = vue.computed(() => ({
@@ -2501,12 +2497,12 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2501
2497
  };
2502
2498
  }
2503
2499
  });
2504
- const _hoisted_1$8 = {
2500
+ const _hoisted_1$9 = {
2505
2501
  id: "container",
2506
2502
  ref: "container"
2507
2503
  };
2508
2504
  function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
2509
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$8, [
2505
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$9, [
2510
2506
  _ctx.ready ? (vue.openBlock(), vue.createElementBlock("div", {
2511
2507
  key: 0,
2512
2508
  class: "page-config",
@@ -2516,7 +2512,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2516
2512
  ], 4)) : vue.createCommentVNode("", true)
2517
2513
  ], 512);
2518
2514
  }
2519
- var PageConfig = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-5d709a9a"]]);
2515
+ var PageConfig = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-c850087e"]]);
2520
2516
  const EcanPageConfig = withInstall(PageConfig);
2521
2517
  const providerConfig = {
2522
2518
  contextRequestUrl: "",
@@ -2527,6 +2523,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2527
2523
  const providerConfigComponentProps = transformToComponentProps(providerConfig);
2528
2524
  const _sfc_main$n = vue.defineComponent({
2529
2525
  name: "EcanProviderConfig",
2526
+ inheritAttrs: false,
2530
2527
  props: __spreadValues({}, providerConfigComponentProps),
2531
2528
  setup(props2, { expose }) {
2532
2529
  useHrefParamsToGlobalVariables();
@@ -2660,12 +2657,12 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2660
2657
  };
2661
2658
  }
2662
2659
  });
2663
- const _hoisted_1$7 = {
2660
+ const _hoisted_1$8 = {
2664
2661
  id: "ProviderConfig",
2665
2662
  ref: "providerConfig"
2666
2663
  };
2667
2664
  function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
2668
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$7, [
2665
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$8, [
2669
2666
  vue.renderSlot(_ctx.$slots, "default")
2670
2667
  ], 512);
2671
2668
  }
@@ -2775,7 +2772,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2775
2772
  };
2776
2773
  }
2777
2774
  });
2778
- const _hoisted_1$6 = ["innerHTML"];
2775
+ const _hoisted_1$7 = ["innerHTML"];
2779
2776
  function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
2780
2777
  const _component_skeleton = vue.resolveComponent("skeleton");
2781
2778
  return _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", {
@@ -2790,7 +2787,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2790
2787
  style: vue.normalizeStyle(_ctx.style),
2791
2788
  innerHTML: _ctx.myText,
2792
2789
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.click && _ctx.click(...args))
2793
- }, null, 12, _hoisted_1$6));
2790
+ }, null, 12, _hoisted_1$7));
2794
2791
  }
2795
2792
  var Text = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-9526cadc"]]);
2796
2793
  const EcanText = withInstall(Text);
@@ -2804,9 +2801,9 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
2804
2801
  };
2805
2802
  }
2806
2803
  });
2807
- const _hoisted_1$5 = { class: "red" };
2804
+ const _hoisted_1$6 = { class: "red" };
2808
2805
  function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
2809
- 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);
2810
2807
  }
2811
2808
  var ScrollText = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-0bb717eb"]]);
2812
2809
  const EcanScrollText = withInstall(ScrollText);
@@ -3094,11 +3091,11 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3094
3091
  }
3095
3092
  });
3096
3093
  const _withScopeId$2 = (n) => (vue.pushScopeId("data-v-461dbe78"), n = n(), vue.popScopeId(), n);
3097
- const _hoisted_1$4 = {
3094
+ const _hoisted_1$5 = {
3098
3095
  key: 0,
3099
3096
  class: "title"
3100
3097
  };
3101
- const _hoisted_2$2 = {
3098
+ const _hoisted_2$3 = {
3102
3099
  key: 0,
3103
3100
  class: "ranking"
3104
3101
  };
@@ -3124,7 +3121,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3124
3121
  }, [
3125
3122
  vue.createVNode(_component_skeleton, { loading: _ctx.loading }, {
3126
3123
  default: vue.withCtx(() => [
3127
- _ctx.useTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$4, [
3124
+ _ctx.useTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$5, [
3128
3125
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columnCount, (count) => {
3129
3126
  return vue.openBlock(), vue.createElementBlock("div", {
3130
3127
  class: "title-inner",
@@ -3136,7 +3133,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3136
3133
  }),
3137
3134
  key: count
3138
3135
  }, [
3139
- _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),
3140
3137
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, (column, i) => {
3141
3138
  return vue.openBlock(), vue.createElementBlock("div", {
3142
3139
  class: "column",
@@ -3218,7 +3215,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3218
3215
  });
3219
3216
  const proportionComponentProps = transformToComponentProps(proportionProps);
3220
3217
  const proportionEvents = ["refreshData", "click"];
3221
- var Proportion_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-proportion[data-v-8be86ed2] {\n overflow: hidden;\n}\n.progress[data-v-8be86ed2] {\n width: 100%;\n height: 100%;\n}\n.format[data-v-8be86ed2] {\n margin: 0 auto;\n}\n")();
3218
+ var Proportion_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-proportion[data-v-206755e6] {\n overflow: hidden;\n}\n.progress[data-v-206755e6] {\n width: 100%;\n height: 100%;\n}\n.format[data-v-206755e6] {\n margin: 0 auto;\n}\n")();
3222
3219
  const _sfc_main$h = vue.defineComponent({
3223
3220
  name: "EcanProportion",
3224
3221
  components: {
@@ -3279,7 +3276,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3279
3276
  var _a2;
3280
3277
  if (props2.dataType !== "request" || vue.unref(pageMode) === "design")
3281
3278
  return;
3282
- console.log("\u8BF7\u6C42");
3283
3279
  try {
3284
3280
  loading.value = true;
3285
3281
  const res = await requestData();
@@ -3352,7 +3348,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3352
3348
  }, 8, ["percent", "width", "type", "strokeColor", "strokeLinecap", "trailColor", "strokeWidth", "gapDegree", "onClick"])
3353
3349
  ], 4);
3354
3350
  }
3355
- var Proportion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-8be86ed2"]]);
3351
+ var Proportion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-206755e6"]]);
3356
3352
  const EcanProportion = withInstall(Proportion);
3357
3353
  const inputProps = __spreadProps(__spreadValues({}, props), {
3358
3354
  width: "200px",
@@ -3689,7 +3685,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3689
3685
  onClick: _ctx.click,
3690
3686
  type: _ctx.mode,
3691
3687
  danger: _ctx.danger,
3692
- ghost: _ctx.ghost,
3693
3688
  shape: _ctx.shape,
3694
3689
  href: _ctx.myHref,
3695
3690
  target: _ctx.target
@@ -3698,134 +3693,11 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3698
3693
  vue.createTextVNode(vue.toDisplayString(_ctx.myText), 1)
3699
3694
  ]),
3700
3695
  _: 1
3701
- }, 8, ["onClick", "type", "danger", "ghost", "shape", "href", "target"])
3696
+ }, 8, ["onClick", "type", "danger", "shape", "href", "target"])
3702
3697
  ], 4);
3703
3698
  }
3704
3699
  var Button = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
3705
3700
  const EcanButton = withInstall(Button);
3706
- const tabsProps = __spreadProps(__spreadValues({}, props), {
3707
- type: "ecanTabs",
3708
- name: "\u6807\u7B7E\u9875",
3709
- keyName: "\u6807\u7B7E\u9875",
3710
- width: "200px",
3711
- height: "400px",
3712
- tabFontSize: "14px",
3713
- backgroundColor: "",
3714
- activeTabColor: "#1890ff",
3715
- tabBackgroundImage: "",
3716
- activeTabBackgroundImage: "",
3717
- tabColor: "#333",
3718
- tabBarGutter: "0px",
3719
- value: "",
3720
- activeKey: 0,
3721
- contains: [],
3722
- data: [
3723
- {
3724
- title: "\u6807\u7B7E1"
3725
- },
3726
- {
3727
- title: "\u6807\u7B7E2"
3728
- },
3729
- {
3730
- title: "\u6807\u7B7E3"
3731
- }
3732
- ]
3733
- });
3734
- const tabsComponentProps = transformToComponentProps(tabsProps);
3735
- const tabsEvents = ["tabChange"];
3736
- var Tabs_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-tabs[data-v-55d33fb6] {\n display: flex;\n flex-direction: column;\n}\n.tabs-header[data-v-55d33fb6] {\n color: #333333;\n display: flex;\n width: 100%;\n}\n.tab[data-v-55d33fb6] {\n background-size: 100% 100%;\n background-repeat: no-repeat;\n padding: 0 12px;\n cursor: default;\n}\n.tab-inner[data-v-55d33fb6] {\n padding: 12px 0;\n}\n.tab[data-v-55d33fb6]:last-child {\n margin-right: 0 !important;\n}\n.tabs-content[data-v-55d33fb6] {\n flex: 1;\n}\n")();
3737
- const _sfc_main$b = vue.defineComponent({
3738
- name: "EcanTabs",
3739
- props: __spreadValues({}, tabsComponentProps),
3740
- setup(props2) {
3741
- var _a2;
3742
- const style2 = usePickComponentStyle(props2);
3743
- const activeKey = vue.ref(0);
3744
- vue.watch(() => props2.activeKey, (key) => {
3745
- activeKey.value = key;
3746
- }, {
3747
- immediate: true
3748
- });
3749
- const myData = vue.ref([]);
3750
- vue.watch(() => props2.data, (data) => {
3751
- myData.value = data;
3752
- }, {
3753
- immediate: true,
3754
- deep: true
3755
- });
3756
- const isActive = (index2) => activeKey.value === index2;
3757
- const myValue = vue.ref(props2.value || vue.unref(myData)[0] && ((_a2 = vue.unref(myData)[0]) == null ? void 0 : _a2.value) || "");
3758
- const events = props2.events;
3759
- const emitEvent = useEmitEvent(events);
3760
- const { setGlobalModel } = vue.inject(GLOBAL_MODEL, {
3761
- setGlobalModel: (key, value) => void 0
3762
- });
3763
- setGlobalModel(props2.id, {
3764
- value: myValue,
3765
- activeKey
3766
- });
3767
- const { emitRefreshPage } = vue.inject(REFRESH_PAGE, {
3768
- emitRefreshPage: () => void 0
3769
- });
3770
- const tabChange = emitEvent("tabChange", (tab, index2) => {
3771
- if (index2 !== vue.unref(activeKey)) {
3772
- myValue.value = (tab == null ? void 0 : tab.value) || "";
3773
- activeKey.value = index2;
3774
- emitRefreshPage();
3775
- }
3776
- });
3777
- useOnEvent(props2, {
3778
- tabChange
3779
- });
3780
- return {
3781
- style: style2,
3782
- activeKey,
3783
- isActive,
3784
- tabChange,
3785
- myData,
3786
- useImagePath
3787
- };
3788
- }
3789
- });
3790
- const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-55d33fb6"), n = n(), vue.popScopeId(), n);
3791
- const _hoisted_1$3 = ["onClick"];
3792
- const _hoisted_2$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "tabs-content" }, null, -1));
3793
- function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
3794
- return vue.openBlock(), vue.createElementBlock("div", {
3795
- class: "ecan-tabs",
3796
- style: vue.normalizeStyle(_ctx.style)
3797
- }, [
3798
- vue.createElementVNode("div", {
3799
- class: "tabs-header",
3800
- style: vue.normalizeStyle({
3801
- fontSize: _ctx.tabFontSize
3802
- })
3803
- }, [
3804
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.myData, (tab, index2) => {
3805
- return vue.openBlock(), vue.createElementBlock("div", {
3806
- class: "tab",
3807
- style: vue.normalizeStyle({
3808
- color: _ctx.isActive(index2) ? _ctx.activeTabColor : _ctx.tabColor,
3809
- backgroundImage: _ctx.isActive(index2) ? _ctx.useImagePath(_ctx.activeTabBackgroundImage, true) : _ctx.useImagePath(_ctx.tabBackgroundImage, true),
3810
- marginRight: _ctx.tabBarGutter
3811
- }),
3812
- key: index2,
3813
- onClick: vue.withModifiers(($event) => _ctx.tabChange(tab, index2), ["prevent", "stop"])
3814
- }, [
3815
- vue.createElementVNode("div", {
3816
- class: "tab-inner",
3817
- style: vue.normalizeStyle({
3818
- borderBottom: `1px solid ${_ctx.isActive(index2) ? _ctx.activeTabColor : "transparent"}`
3819
- })
3820
- }, vue.toDisplayString(tab.title), 5)
3821
- ], 12, _hoisted_1$3);
3822
- }), 128))
3823
- ], 4),
3824
- _hoisted_2$1
3825
- ], 4);
3826
- }
3827
- var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-55d33fb6"]]);
3828
- const EcanTabs = withInstall(Tabs);
3829
3701
  const pieProps = __spreadProps(__spreadValues({}, props), {
3830
3702
  id: "",
3831
3703
  name: "\u997C\u56FE",
@@ -3916,7 +3788,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
3916
3788
  components$1.TooltipComponent,
3917
3789
  components$1.LegendComponent
3918
3790
  ]);
3919
- const _sfc_main$a = vue.defineComponent({
3791
+ const _sfc_main$b = vue.defineComponent({
3920
3792
  name: "EcanPie",
3921
3793
  props: __spreadValues({}, pieComponentProps),
3922
3794
  components: {
@@ -4137,7 +4009,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4137
4009
  };
4138
4010
  }
4139
4011
  });
4140
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4012
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
4141
4013
  const _component_echarts = vue.resolveComponent("echarts");
4142
4014
  const _component_spin = vue.resolveComponent("spin");
4143
4015
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -4177,7 +4049,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4177
4049
  }, 8, ["visible", "onCancel"])
4178
4050
  ], 4);
4179
4051
  }
4180
- 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]]);
4181
4053
  const EcanPie = withInstall(Pie);
4182
4054
  const lineProps = __spreadProps(__spreadValues({}, props), {
4183
4055
  id: "",
@@ -4246,7 +4118,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4246
4118
  components$1.TitleComponent,
4247
4119
  components$1.LegendComponent
4248
4120
  ]);
4249
- const _sfc_main$9 = vue.defineComponent({
4121
+ const _sfc_main$a = vue.defineComponent({
4250
4122
  name: "EcanLine",
4251
4123
  props: __spreadValues({}, lineComponentProps),
4252
4124
  components: {
@@ -4498,7 +4370,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4498
4370
  };
4499
4371
  }
4500
4372
  });
4501
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4373
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4502
4374
  const _component_echarts = vue.resolveComponent("echarts");
4503
4375
  const _component_spin = vue.resolveComponent("spin");
4504
4376
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -4538,7 +4410,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4538
4410
  }, 8, ["visible", "onCancel"])
4539
4411
  ], 4);
4540
4412
  }
4541
- 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]]);
4542
4414
  const EcanLine = withInstall(Line);
4543
4415
  const barProps = __spreadProps(__spreadValues({}, props), {
4544
4416
  id: "",
@@ -4624,7 +4496,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4624
4496
  components$1.DatasetComponent,
4625
4497
  components$1.ToolboxComponent
4626
4498
  ]);
4627
- const _sfc_main$8 = vue.defineComponent({
4499
+ const _sfc_main$9 = vue.defineComponent({
4628
4500
  name: "EcanBar",
4629
4501
  props: __spreadValues({}, barComponentProps),
4630
4502
  components: {
@@ -4874,7 +4746,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4874
4746
  };
4875
4747
  }
4876
4748
  });
4877
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
4749
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4878
4750
  const _component_echarts = vue.resolveComponent("echarts");
4879
4751
  const _component_spin = vue.resolveComponent("spin");
4880
4752
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -4916,7 +4788,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4916
4788
  }, 8, ["visible", "onCancel"])
4917
4789
  ], 4);
4918
4790
  }
4919
- 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]]);
4920
4792
  const EcanBar = withInstall(Bar);
4921
4793
  const scatterProps = __spreadProps(__spreadValues({}, props), {
4922
4794
  id: "",
@@ -4982,7 +4854,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
4982
4854
  components$1.TooltipComponent,
4983
4855
  components$1.LegendComponent
4984
4856
  ]);
4985
- const _sfc_main$7 = vue.defineComponent({
4857
+ const _sfc_main$8 = vue.defineComponent({
4986
4858
  name: "EcanScatter",
4987
4859
  props: __spreadValues({}, scatterComponentProps),
4988
4860
  components: {
@@ -5173,7 +5045,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5173
5045
  };
5174
5046
  }
5175
5047
  });
5176
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5048
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
5177
5049
  const _component_echarts = vue.resolveComponent("echarts");
5178
5050
  const _component_spin = vue.resolveComponent("spin");
5179
5051
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -5213,7 +5085,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5213
5085
  }, 8, ["visible", "onCancel"])
5214
5086
  ], 4);
5215
5087
  }
5216
- 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]]);
5217
5089
  const EcanScatter = withInstall(Scatter);
5218
5090
  const customGraphProps = __spreadProps(__spreadValues({}, props), {
5219
5091
  id: "",
@@ -5226,7 +5098,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5226
5098
  optionCode: ""
5227
5099
  });
5228
5100
  const customGraphComponentProps = transformToComponentProps(customGraphProps);
5229
- const _sfc_main$6 = vue.defineComponent({
5101
+ const _sfc_main$7 = vue.defineComponent({
5230
5102
  name: "EcanCustomGraph",
5231
5103
  props: __spreadValues({}, customGraphComponentProps),
5232
5104
  components: {
@@ -5252,7 +5124,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5252
5124
  };
5253
5125
  }
5254
5126
  });
5255
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5127
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5256
5128
  const _component_echarts = vue.resolveComponent("echarts");
5257
5129
  return vue.openBlock(), vue.createElementBlock("div", {
5258
5130
  style: vue.normalizeStyle(_ctx.style)
@@ -5264,7 +5136,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5264
5136
  }, null, 8, ["option"])
5265
5137
  ], 4);
5266
5138
  }
5267
- 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]]);
5268
5140
  const EcanCustomGraph = withInstall(CustomGraph);
5269
5141
  const comboGraphProps = __spreadProps(__spreadValues({}, props), {
5270
5142
  id: "",
@@ -5375,7 +5247,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5375
5247
  components$1.DatasetComponent,
5376
5248
  components$1.ToolboxComponent
5377
5249
  ]);
5378
- const _sfc_main$5 = vue.defineComponent({
5250
+ const _sfc_main$6 = vue.defineComponent({
5379
5251
  name: "EcanComboGraph",
5380
5252
  props: __spreadValues({}, comboGraphComponentProps),
5381
5253
  components: {
@@ -5639,7 +5511,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5639
5511
  };
5640
5512
  }
5641
5513
  });
5642
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5514
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5643
5515
  const _component_echarts = vue.resolveComponent("echarts");
5644
5516
  const _component_spin = vue.resolveComponent("spin");
5645
5517
  const _component_a_modal = vue.resolveComponent("a-modal");
@@ -5681,7 +5553,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5681
5553
  }, 8, ["visible", "onCancel"])
5682
5554
  ], 4);
5683
5555
  }
5684
- 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]]);
5685
5557
  const EcanComboGraph = withInstall(ComboGraph);
5686
5558
  const borderProps = __spreadProps(__spreadValues({}, props), {
5687
5559
  name: "\u8FB9\u6846",
@@ -5707,7 +5579,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5707
5579
  var _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAZlBMVEUAAABBltJCldJCldFEk89BltJCltFBldI/lMBKndtmb9pCltNDldFAkclAldNBldJBltM/lM5AltNCldJBldJBlNJBltVBldJBlNJBlNI/lNNBldJBldNAldJBldJBldJBldNBldIiNK7WAAAAInRSTlMAM4BNGmaz5gQGbiAPCV1WQxUpOCY9EmxQSC2jdoacqZK8uPo7tAAAAZ9JREFUSMe90NmOwjAMheGka0J3SulCy/L+Lzk4I+HYhckEKs7dr1x8kQVM5YJMZ7SLiXVHOw817Z72cSns3BmziY7EnGRGjDqUpKt4pEZQKruvyaJt85YmBUebKLJVNUlpq6oOQ1tVVRzbqu6DwFb1NUlsVd3SNL0UDM0jqkaSqoeQqjKmahtQNUzuC1AtU1sF9KHmnmrtrSK6idqBWqE6GFVxFdGvqDGoJ01Qt7rfTEV0e7V6qSK6VjNPtTaqoOq8Ugnqr7aeav+rAuqrTh+qZw3o1urAVcFVQD3U6ZnaYY9MLZk6G5WhDaDFI9UeUPyE7gCNsAdAD9gxoBJ7ARRPUVwALXdu8/h/s3xmjtwUu0/M0M/UJzBjAei3TUTdpmKmcpkBmOHKBNTPzJi59zYJys3DO2aL78YcmNkLgrrM9m9TucwzmoBy08xlju+bgL42G4c5OcxqZSLqbwqXOVNTGXMWFD0ak6KN1ZKaojYmbribndW9MXELNQEFFUyiNqQlmEQ1JqpgErUifUUTUVEIupx1wzpjvWfdsh4FQX8ANe4nnpsb9NEAAAAASUVORK5CYII=";
5708
5580
  var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAaVBMVEUAAABElM9BltJCldJCldFBltJBldJCltFNmrNCmNNFldNAldJBldNBldRBldNBldNBldJCoNFBldJBltNBldJBldJAldJAltJBldJBldJBldNAlNFAldJBlNJAldJBldNBldJBldJBldLfIVowAAAAI3RSTlMAGjJNgGbmswMSCScgDTs/ZAVRK0eYj2s3r3AWveHEhXjeXb5rzlgAAAFqSURBVEjH1dbJVsJAEIXhHjJ05tlEooK8/0NKsbDrFjmHiBD0Lvqcf9PfthRM7xvoZMQuLHZaOejGYLtcdEItzI9oaLg5xIHj5hgcG262oXXcrGzJ23Umg5717C7NKBrAjOMDM8YgCI5ghmEPprUTmMZkrBOtdbJgfpZovho0gwzNOkfTam9k5jSGkKlTMOezWT3VLH5qlg8wQzSbO5jJ28l8Z+YLmZMwuz9lupvNXpjlFTMTZv7vzFSatTDtGnNeYdpNzZTMSJhx5f84m8Y3mSEzJzTVolko3J7Qve+a0J3vntDWffdEaMUQQo1vTWjuuyA0UWvUUarqzuqLUMPt1MD3uKTaTdRwvdrdorpFtfZtH6eyK2F3RS23U3uhlr9VB1TdE1V2h7Vr1O4mdbdera6o+Wq1Vqi2rEktFapGoZopVLVCtVCXag19IBPUiiWpBrojE1QNXZAp1/TYbhKdKVwuWotORKfn9wu/DSc/X9T6qgAAAABJRU5ErkJggg==";
5709
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,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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')();
5710
- const _sfc_main$4 = vue.defineComponent({
5582
+ const _sfc_main$5 = vue.defineComponent({
5711
5583
  name: "EcanBorder",
5712
5584
  props: __spreadValues({}, borderComponentProps),
5713
5585
  setup(props2) {
@@ -5744,32 +5616,32 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5744
5616
  };
5745
5617
  }
5746
5618
  });
5747
- const _withScopeId = (n) => (vue.pushScopeId("data-v-f913847e"), n = n(), vue.popScopeId(), n);
5748
- const _hoisted_1$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-left border-item" }, null, -1));
5749
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-right border-item" }, null, -1));
5750
- const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5751
- 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));
5752
5624
  const _hoisted_5 = { class: "title-item-wrapper" };
5753
5625
  const _hoisted_6 = { class: "title-item" };
5754
- const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("img", {
5626
+ const _hoisted_7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("img", {
5755
5627
  class: "title-decoration-left",
5756
5628
  src: _imports_0
5757
5629
  }, null, -1));
5758
5630
  const _hoisted_8 = { class: "title" };
5759
- const _hoisted_9 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("img", {
5631
+ const _hoisted_9 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("img", {
5760
5632
  class: "title-decoration-right",
5761
5633
  src: _imports_1
5762
5634
  }, null, -1));
5763
- const _hoisted_10 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-left border-item" }, null, -1));
5764
- const _hoisted_11 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "top-right border-item" }, null, -1));
5765
- const _hoisted_12 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5766
- 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));
5767
5639
  const _hoisted_14 = {
5768
5640
  key: 2,
5769
5641
  class: "left-title"
5770
5642
  };
5771
5643
  const _hoisted_15 = { class: "title" };
5772
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5644
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5773
5645
  return vue.openBlock(), vue.createElementBlock("div", {
5774
5646
  class: "ecan-border",
5775
5647
  style: vue.normalizeStyle(_ctx.style),
@@ -5782,8 +5654,8 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5782
5654
  onDrag: _cache[0] || (_cache[0] = (...args) => _ctx.onDrag && _ctx.onDrag(...args))
5783
5655
  }, [
5784
5656
  _ctx.useBorderModify ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
5785
- _hoisted_1$2,
5786
- _hoisted_2,
5657
+ _hoisted_1$4,
5658
+ _hoisted_2$2,
5787
5659
  _hoisted_3,
5788
5660
  _hoisted_4
5789
5661
  ], 64)) : vue.createCommentVNode("", true)
@@ -5812,7 +5684,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5812
5684
  ])) : vue.createCommentVNode("", true)
5813
5685
  ], 4);
5814
5686
  }
5815
- 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"]]);
5816
5688
  const EcanBorder = withInstall(Border);
5817
5689
  const modalProps = {
5818
5690
  id: "",
@@ -5837,7 +5709,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5837
5709
  const modalEvents = ["showModal"];
5838
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")();
5839
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")();
5840
- const _sfc_main$3 = vue.defineComponent({
5712
+ const _sfc_main$4 = vue.defineComponent({
5841
5713
  name: "EcanModal",
5842
5714
  components: {
5843
5715
  AModal: antDesignVue.Modal
@@ -5928,7 +5800,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5928
5800
  };
5929
5801
  }
5930
5802
  });
5931
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5803
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5932
5804
  const _component_a_modal = vue.resolveComponent("a-modal");
5933
5805
  return vue.openBlock(), vue.createBlock(_component_a_modal, {
5934
5806
  getContainer: _ctx.getContainer,
@@ -5980,8 +5852,131 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
5980
5852
  } : void 0
5981
5853
  ]), 1032, ["getContainer", "wrapClassName", "visible", "width", "destroyOnClose", "style", "onOk", "onCancel"]);
5982
5854
  }
5983
- 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"]]);
5984
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);
5985
5980
  const imageProps = __spreadProps(__spreadValues({}, props), {
5986
5981
  name: "\u56FE\u7247",
5987
5982
  keyName: "\u56FE\u7247",
@@ -6018,14 +6013,14 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6018
6013
  };
6019
6014
  }
6020
6015
  });
6021
- const _hoisted_1$1 = ["src"];
6016
+ const _hoisted_1$2 = ["src"];
6022
6017
  function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
6023
6018
  return _ctx.myImgUrl !== "" ? (vue.openBlock(), vue.createElementBlock("img", {
6024
6019
  key: 0,
6025
6020
  style: vue.normalizeStyle(_ctx.style),
6026
6021
  src: _ctx.myImgUrl,
6027
6022
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
6028
- }, null, 12, _hoisted_1$1)) : (vue.openBlock(), vue.createElementBlock("div", {
6023
+ }, null, 12, _hoisted_1$2)) : (vue.openBlock(), vue.createElementBlock("div", {
6029
6024
  key: 1,
6030
6025
  class: "image-placeholder",
6031
6026
  style: vue.normalizeStyle(_ctx.style)
@@ -6052,6 +6047,9 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6052
6047
  borderColor: "",
6053
6048
  paginationPosition: "bottomRight",
6054
6049
  paginationPageSize: 10,
6050
+ isUseAction: false,
6051
+ actionList: [],
6052
+ actionColumnWidth: 50,
6055
6053
  columns: [
6056
6054
  {
6057
6055
  title: "\u59D3\u540D",
@@ -6086,15 +6084,15 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6086
6084
  });
6087
6085
  const tableComponentProps = transformToComponentProps(tableProps);
6088
6086
  const tableEvents = ["click", "refreshData"];
6089
- 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] {
6090
6088
  width: 100%;
6091
6089
  }
6092
- .goUp[data-v-56b87792] {
6090
+ .goUp[data-v-11728224] {
6093
6091
  color: #FF512E;
6094
6092
  display: flex;
6095
6093
  align-items: center;
6096
6094
  }
6097
- .goUp[data-v-56b87792]:before {
6095
+ .goUp[data-v-11728224]:before {
6098
6096
  content: '';
6099
6097
  display: block;
6100
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=");
@@ -6104,12 +6102,12 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6104
6102
  background-size: cover;
6105
6103
  margin-right: 2px;
6106
6104
  }
6107
- .goDown[data-v-56b87792] {
6105
+ .goDown[data-v-11728224] {
6108
6106
  color: #00F7B4;
6109
6107
  display: flex;
6110
6108
  align-items: center;
6111
6109
  }
6112
- .goDown[data-v-56b87792]:before {
6110
+ .goDown[data-v-11728224]:before {
6113
6111
  content: '';
6114
6112
  display: block;
6115
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=");
@@ -6119,6 +6117,13 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6119
6117
  background-size: cover;
6120
6118
  margin-right: 2px;
6121
6119
  }
6120
+ .action-list[data-v-11728224] {
6121
+ display: flex;
6122
+ width: 100%;
6123
+ }
6124
+ .action[data-v-11728224] {
6125
+ flex: 1;
6126
+ }
6122
6127
  `)();
6123
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")();
6124
6129
  const _sfc_main$1 = vue.defineComponent({
@@ -6166,6 +6171,13 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6166
6171
  });
6167
6172
  }
6168
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
+ }
6169
6181
  const len = columns.length;
6170
6182
  const columnsFixedNum = props2.columnsFixedNum;
6171
6183
  for (let i = 0; i < len; i++) {
@@ -6308,7 +6320,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6308
6320
  })
6309
6321
  });
6310
6322
  const refreshData = () => {
6311
- console.log(vue.unref(pageMode));
6312
6323
  if (vue.unref(pageMode) === "design")
6313
6324
  return;
6314
6325
  switch (props2.dataType) {
@@ -6378,10 +6389,16 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6378
6389
  dataColumns,
6379
6390
  dataSource,
6380
6391
  summaryList,
6381
- loading
6392
+ loading,
6393
+ useVariablesInText
6382
6394
  };
6383
6395
  }
6384
6396
  });
6397
+ const _hoisted_1$1 = {
6398
+ key: 1,
6399
+ class: "action-list"
6400
+ };
6401
+ const _hoisted_2 = ["href", "target"];
6385
6402
  function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
6386
6403
  const _component_a_table_summary_cell = vue.resolveComponent("a-table-summary-cell");
6387
6404
  const _component_a_table_summary_row = vue.resolveComponent("a-table-summary-row");
@@ -6408,11 +6425,26 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6408
6425
  pagination: _ctx.pagination,
6409
6426
  onChange: _ctx.tableChange
6410
6427
  }, {
6411
- bodyCell: vue.withCtx(({ column, index: index2, text }) => [
6428
+ bodyCell: vue.withCtx(({ column, index: index2, text, record }) => [
6412
6429
  column.dataIndex === "SEQ" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
6413
6430
  vue.createTextVNode(vue.toDisplayString(index2 + 1), 1)
6414
- ], 64)) : (vue.openBlock(), vue.createElementBlock("div", {
6415
- 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,
6416
6448
  class: vue.normalizeClass([_ctx.contrastClass(text, column.format)])
6417
6449
  }, vue.toDisplayString((column.format != null || column.format !== "") && _ctx.formatFn(text, column.format)), 3))
6418
6450
  ]),
@@ -6454,7 +6486,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6454
6486
  }, 8, ["loading"])
6455
6487
  ], 4);
6456
6488
  }
6457
- 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"]]);
6458
6490
  const EcanTable = withInstall(Table);
6459
6491
  const mapProps = __spreadProps(__spreadValues({}, props), {
6460
6492
  mapJson: null,
@@ -6705,10 +6737,6 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6705
6737
  buttonComponentProps,
6706
6738
  buttonEvents,
6707
6739
  EcanButton,
6708
- tabsProps,
6709
- tabsComponentProps,
6710
- tabsEvents,
6711
- EcanTabs,
6712
6740
  pieProps,
6713
6741
  pieComponentProps,
6714
6742
  pieEvents,
@@ -6740,6 +6768,10 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
6740
6768
  modalComponentProps,
6741
6769
  modalEvents,
6742
6770
  EcanModal,
6771
+ tabsProps,
6772
+ tabsComponentProps,
6773
+ tabsEvents,
6774
+ EcanTabs,
6743
6775
  imageProps,
6744
6776
  imageComponentProps,
6745
6777
  EcanImage,