@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.es.js CHANGED
@@ -18,7 +18,7 @@ var __spreadValues = (a, b) => {
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
20
  var _a, _b, _c;
21
- import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, normalizeStyle, createCommentVNode, provide, toDisplayString, Fragment, renderList, createElementVNode, normalizeClass, pushScopeId, popScopeId, createTextVNode, withModifiers, createSlots, resolveDynamicComponent, mergeProps, withDirectives, vShow } from "vue";
21
+ import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, normalizeStyle, createCommentVNode, provide, toDisplayString, Fragment, renderList, createElementVNode, normalizeClass, pushScopeId, popScopeId, createTextVNode, createSlots, resolveDynamicComponent, mergeProps, withModifiers, withDirectives, vShow } from "vue";
22
22
  import { throttle, init, use, registerMap } from "echarts/core";
23
23
  import { addListener, removeListener } from "resize-detector";
24
24
  import { Spin as Spin$1, Skeleton as Skeleton$1, message, Progress, Input as Input$1, DatePicker as DatePicker$1, Select as Select$1, RangePicker as RangePicker$1, Button as Button$1, Modal as Modal$1, Table as Table$1, TableSummary, TableSummaryRow, TableSummaryCell } from "ant-design-vue";
@@ -1396,10 +1396,10 @@ const _sfc_main$q = defineComponent({
1396
1396
  };
1397
1397
  }
1398
1398
  });
1399
- const _hoisted_1$9 = { class: "spin-wrapper" };
1399
+ const _hoisted_1$a = { class: "spin-wrapper" };
1400
1400
  function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
1401
1401
  const _component_a_spin = resolveComponent("a-spin");
1402
- return openBlock(), createElementBlock("div", _hoisted_1$9, [
1402
+ return openBlock(), createElementBlock("div", _hoisted_1$a, [
1403
1403
  _ctx.spinning ? (openBlock(), createBlock(_component_a_spin, {
1404
1404
  key: 0,
1405
1405
  class: "spin",
@@ -1626,7 +1626,8 @@ const lowerCaseIncludes = (v1, v2) => {
1626
1626
  }
1627
1627
  return false;
1628
1628
  };
1629
- const useVariablesInText = (text, data = {}) => {
1629
+ const useVariablesInText = (text = "", data = {}) => {
1630
+ console.log("data", data);
1630
1631
  const config2 = window.config || {};
1631
1632
  data = __spreadValues(__spreadValues({}, config2), data);
1632
1633
  const variables = text.match(/\{\w*\}/g);
@@ -2280,12 +2281,6 @@ const useIndicatorData = (props2 = {}) => {
2280
2281
  idxLibMode,
2281
2282
  preview = false
2282
2283
  } = graphicConfig || {};
2283
- console.log("classificationList", classificationList);
2284
- console.log("seriesList", seriesList);
2285
- console.log("leftAxisList", leftAxisList);
2286
- console.log("rightAxisList", rightAxisList);
2287
- console.log("indicators", indicators);
2288
- console.log("controlList", controlList);
2289
2284
  let classification;
2290
2285
  if (Array.isArray(classificationList) && classificationList.length > 0) {
2291
2286
  const len = classificationList.length;
@@ -2396,9 +2391,10 @@ const useHrefParamsToGlobalVariables = () => {
2396
2391
  window.config[key] = value;
2397
2392
  }
2398
2393
  };
2399
- 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")();
2394
+ 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")();
2400
2395
  const _sfc_main$o = defineComponent({
2401
2396
  name: "EcanPageConfig",
2397
+ inheritAttrs: false,
2402
2398
  props: __spreadValues({}, pageConfigComponentProps),
2403
2399
  setup(props2) {
2404
2400
  const style2 = computed(() => ({
@@ -2491,12 +2487,12 @@ const _sfc_main$o = defineComponent({
2491
2487
  };
2492
2488
  }
2493
2489
  });
2494
- const _hoisted_1$8 = {
2490
+ const _hoisted_1$9 = {
2495
2491
  id: "container",
2496
2492
  ref: "container"
2497
2493
  };
2498
2494
  function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
2499
- return openBlock(), createElementBlock("div", _hoisted_1$8, [
2495
+ return openBlock(), createElementBlock("div", _hoisted_1$9, [
2500
2496
  _ctx.ready ? (openBlock(), createElementBlock("div", {
2501
2497
  key: 0,
2502
2498
  class: "page-config",
@@ -2506,7 +2502,7 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
2506
2502
  ], 4)) : createCommentVNode("", true)
2507
2503
  ], 512);
2508
2504
  }
2509
- var PageConfig = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-5d709a9a"]]);
2505
+ var PageConfig = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__scopeId", "data-v-c850087e"]]);
2510
2506
  const EcanPageConfig = withInstall(PageConfig);
2511
2507
  const providerConfig = {
2512
2508
  contextRequestUrl: "",
@@ -2517,6 +2513,7 @@ const providerConfig = {
2517
2513
  const providerConfigComponentProps = transformToComponentProps(providerConfig);
2518
2514
  const _sfc_main$n = defineComponent({
2519
2515
  name: "EcanProviderConfig",
2516
+ inheritAttrs: false,
2520
2517
  props: __spreadValues({}, providerConfigComponentProps),
2521
2518
  setup(props2, { expose }) {
2522
2519
  useHrefParamsToGlobalVariables();
@@ -2650,12 +2647,12 @@ const _sfc_main$n = defineComponent({
2650
2647
  };
2651
2648
  }
2652
2649
  });
2653
- const _hoisted_1$7 = {
2650
+ const _hoisted_1$8 = {
2654
2651
  id: "ProviderConfig",
2655
2652
  ref: "providerConfig"
2656
2653
  };
2657
2654
  function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
2658
- return openBlock(), createElementBlock("div", _hoisted_1$7, [
2655
+ return openBlock(), createElementBlock("div", _hoisted_1$8, [
2659
2656
  renderSlot(_ctx.$slots, "default")
2660
2657
  ], 512);
2661
2658
  }
@@ -2765,7 +2762,7 @@ const _sfc_main$l = defineComponent({
2765
2762
  };
2766
2763
  }
2767
2764
  });
2768
- const _hoisted_1$6 = ["innerHTML"];
2765
+ const _hoisted_1$7 = ["innerHTML"];
2769
2766
  function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
2770
2767
  const _component_skeleton = resolveComponent("skeleton");
2771
2768
  return _ctx.loading ? (openBlock(), createElementBlock("div", {
@@ -2780,7 +2777,7 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
2780
2777
  style: normalizeStyle(_ctx.style),
2781
2778
  innerHTML: _ctx.myText,
2782
2779
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.click && _ctx.click(...args))
2783
- }, null, 12, _hoisted_1$6));
2780
+ }, null, 12, _hoisted_1$7));
2784
2781
  }
2785
2782
  var Text = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__scopeId", "data-v-9526cadc"]]);
2786
2783
  const EcanText = withInstall(Text);
@@ -2794,9 +2791,9 @@ const _sfc_main$k = defineComponent({
2794
2791
  };
2795
2792
  }
2796
2793
  });
2797
- const _hoisted_1$5 = { class: "red" };
2794
+ const _hoisted_1$6 = { class: "red" };
2798
2795
  function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
2799
- return openBlock(), createElementBlock("div", _hoisted_1$5, toDisplayString(_ctx.text), 1);
2796
+ return openBlock(), createElementBlock("div", _hoisted_1$6, toDisplayString(_ctx.text), 1);
2800
2797
  }
2801
2798
  var ScrollText = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__scopeId", "data-v-0bb717eb"]]);
2802
2799
  const EcanScrollText = withInstall(ScrollText);
@@ -3084,11 +3081,11 @@ const _sfc_main$i = defineComponent({
3084
3081
  }
3085
3082
  });
3086
3083
  const _withScopeId$2 = (n) => (pushScopeId("data-v-461dbe78"), n = n(), popScopeId(), n);
3087
- const _hoisted_1$4 = {
3084
+ const _hoisted_1$5 = {
3088
3085
  key: 0,
3089
3086
  class: "title"
3090
3087
  };
3091
- const _hoisted_2$2 = {
3088
+ const _hoisted_2$3 = {
3092
3089
  key: 0,
3093
3090
  class: "ranking"
3094
3091
  };
@@ -3114,7 +3111,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
3114
3111
  }, [
3115
3112
  createVNode(_component_skeleton, { loading: _ctx.loading }, {
3116
3113
  default: withCtx(() => [
3117
- _ctx.useTitle ? (openBlock(), createElementBlock("div", _hoisted_1$4, [
3114
+ _ctx.useTitle ? (openBlock(), createElementBlock("div", _hoisted_1$5, [
3118
3115
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columnCount, (count) => {
3119
3116
  return openBlock(), createElementBlock("div", {
3120
3117
  class: "title-inner",
@@ -3126,7 +3123,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
3126
3123
  }),
3127
3124
  key: count
3128
3125
  }, [
3129
- _ctx.useRanking ? (openBlock(), createElementBlock("div", _hoisted_2$2)) : createCommentVNode("", true),
3126
+ _ctx.useRanking ? (openBlock(), createElementBlock("div", _hoisted_2$3)) : createCommentVNode("", true),
3130
3127
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, (column, i) => {
3131
3128
  return openBlock(), createElementBlock("div", {
3132
3129
  class: "column",
@@ -3208,7 +3205,7 @@ const proportionProps = __spreadProps(__spreadValues({}, props), {
3208
3205
  });
3209
3206
  const proportionComponentProps = transformToComponentProps(proportionProps);
3210
3207
  const proportionEvents = ["refreshData", "click"];
3211
- 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")();
3208
+ 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")();
3212
3209
  const _sfc_main$h = defineComponent({
3213
3210
  name: "EcanProportion",
3214
3211
  components: {
@@ -3269,7 +3266,6 @@ const _sfc_main$h = defineComponent({
3269
3266
  var _a2;
3270
3267
  if (props2.dataType !== "request" || unref(pageMode) === "design")
3271
3268
  return;
3272
- console.log("\u8BF7\u6C42");
3273
3269
  try {
3274
3270
  loading.value = true;
3275
3271
  const res = await requestData();
@@ -3342,7 +3338,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
3342
3338
  }, 8, ["percent", "width", "type", "strokeColor", "strokeLinecap", "trailColor", "strokeWidth", "gapDegree", "onClick"])
3343
3339
  ], 4);
3344
3340
  }
3345
- var Proportion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-8be86ed2"]]);
3341
+ var Proportion = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-206755e6"]]);
3346
3342
  const EcanProportion = withInstall(Proportion);
3347
3343
  const inputProps = __spreadProps(__spreadValues({}, props), {
3348
3344
  width: "200px",
@@ -3679,7 +3675,6 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
3679
3675
  onClick: _ctx.click,
3680
3676
  type: _ctx.mode,
3681
3677
  danger: _ctx.danger,
3682
- ghost: _ctx.ghost,
3683
3678
  shape: _ctx.shape,
3684
3679
  href: _ctx.myHref,
3685
3680
  target: _ctx.target
@@ -3688,134 +3683,11 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
3688
3683
  createTextVNode(toDisplayString(_ctx.myText), 1)
3689
3684
  ]),
3690
3685
  _: 1
3691
- }, 8, ["onClick", "type", "danger", "ghost", "shape", "href", "target"])
3686
+ }, 8, ["onClick", "type", "danger", "shape", "href", "target"])
3692
3687
  ], 4);
3693
3688
  }
3694
3689
  var Button = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c]]);
3695
3690
  const EcanButton = withInstall(Button);
3696
- const tabsProps = __spreadProps(__spreadValues({}, props), {
3697
- type: "ecanTabs",
3698
- name: "\u6807\u7B7E\u9875",
3699
- keyName: "\u6807\u7B7E\u9875",
3700
- width: "200px",
3701
- height: "400px",
3702
- tabFontSize: "14px",
3703
- backgroundColor: "",
3704
- activeTabColor: "#1890ff",
3705
- tabBackgroundImage: "",
3706
- activeTabBackgroundImage: "",
3707
- tabColor: "#333",
3708
- tabBarGutter: "0px",
3709
- value: "",
3710
- activeKey: 0,
3711
- contains: [],
3712
- data: [
3713
- {
3714
- title: "\u6807\u7B7E1"
3715
- },
3716
- {
3717
- title: "\u6807\u7B7E2"
3718
- },
3719
- {
3720
- title: "\u6807\u7B7E3"
3721
- }
3722
- ]
3723
- });
3724
- const tabsComponentProps = transformToComponentProps(tabsProps);
3725
- const tabsEvents = ["tabChange"];
3726
- 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")();
3727
- const _sfc_main$b = defineComponent({
3728
- name: "EcanTabs",
3729
- props: __spreadValues({}, tabsComponentProps),
3730
- setup(props2) {
3731
- var _a2;
3732
- const style2 = usePickComponentStyle(props2);
3733
- const activeKey = ref(0);
3734
- watch(() => props2.activeKey, (key) => {
3735
- activeKey.value = key;
3736
- }, {
3737
- immediate: true
3738
- });
3739
- const myData = ref([]);
3740
- watch(() => props2.data, (data) => {
3741
- myData.value = data;
3742
- }, {
3743
- immediate: true,
3744
- deep: true
3745
- });
3746
- const isActive = (index2) => activeKey.value === index2;
3747
- const myValue = ref(props2.value || unref(myData)[0] && ((_a2 = unref(myData)[0]) == null ? void 0 : _a2.value) || "");
3748
- const events = props2.events;
3749
- const emitEvent = useEmitEvent(events);
3750
- const { setGlobalModel } = inject(GLOBAL_MODEL, {
3751
- setGlobalModel: (key, value) => void 0
3752
- });
3753
- setGlobalModel(props2.id, {
3754
- value: myValue,
3755
- activeKey
3756
- });
3757
- const { emitRefreshPage } = inject(REFRESH_PAGE, {
3758
- emitRefreshPage: () => void 0
3759
- });
3760
- const tabChange = emitEvent("tabChange", (tab, index2) => {
3761
- if (index2 !== unref(activeKey)) {
3762
- myValue.value = (tab == null ? void 0 : tab.value) || "";
3763
- activeKey.value = index2;
3764
- emitRefreshPage();
3765
- }
3766
- });
3767
- useOnEvent(props2, {
3768
- tabChange
3769
- });
3770
- return {
3771
- style: style2,
3772
- activeKey,
3773
- isActive,
3774
- tabChange,
3775
- myData,
3776
- useImagePath
3777
- };
3778
- }
3779
- });
3780
- const _withScopeId$1 = (n) => (pushScopeId("data-v-55d33fb6"), n = n(), popScopeId(), n);
3781
- const _hoisted_1$3 = ["onClick"];
3782
- const _hoisted_2$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "tabs-content" }, null, -1));
3783
- function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
3784
- return openBlock(), createElementBlock("div", {
3785
- class: "ecan-tabs",
3786
- style: normalizeStyle(_ctx.style)
3787
- }, [
3788
- createElementVNode("div", {
3789
- class: "tabs-header",
3790
- style: normalizeStyle({
3791
- fontSize: _ctx.tabFontSize
3792
- })
3793
- }, [
3794
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.myData, (tab, index2) => {
3795
- return openBlock(), createElementBlock("div", {
3796
- class: "tab",
3797
- style: normalizeStyle({
3798
- color: _ctx.isActive(index2) ? _ctx.activeTabColor : _ctx.tabColor,
3799
- backgroundImage: _ctx.isActive(index2) ? _ctx.useImagePath(_ctx.activeTabBackgroundImage, true) : _ctx.useImagePath(_ctx.tabBackgroundImage, true),
3800
- marginRight: _ctx.tabBarGutter
3801
- }),
3802
- key: index2,
3803
- onClick: withModifiers(($event) => _ctx.tabChange(tab, index2), ["prevent", "stop"])
3804
- }, [
3805
- createElementVNode("div", {
3806
- class: "tab-inner",
3807
- style: normalizeStyle({
3808
- borderBottom: `1px solid ${_ctx.isActive(index2) ? _ctx.activeTabColor : "transparent"}`
3809
- })
3810
- }, toDisplayString(tab.title), 5)
3811
- ], 12, _hoisted_1$3);
3812
- }), 128))
3813
- ], 4),
3814
- _hoisted_2$1
3815
- ], 4);
3816
- }
3817
- var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-55d33fb6"]]);
3818
- const EcanTabs = withInstall(Tabs);
3819
3691
  const pieProps = __spreadProps(__spreadValues({}, props), {
3820
3692
  id: "",
3821
3693
  name: "\u997C\u56FE",
@@ -3906,7 +3778,7 @@ use([
3906
3778
  TooltipComponent,
3907
3779
  LegendComponent
3908
3780
  ]);
3909
- const _sfc_main$a = defineComponent({
3781
+ const _sfc_main$b = defineComponent({
3910
3782
  name: "EcanPie",
3911
3783
  props: __spreadValues({}, pieComponentProps),
3912
3784
  components: {
@@ -4127,7 +3999,7 @@ const _sfc_main$a = defineComponent({
4127
3999
  };
4128
4000
  }
4129
4001
  });
4130
- function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4002
+ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
4131
4003
  const _component_echarts = resolveComponent("echarts");
4132
4004
  const _component_spin = resolveComponent("spin");
4133
4005
  const _component_a_modal = resolveComponent("a-modal");
@@ -4167,7 +4039,7 @@ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4167
4039
  }, 8, ["visible", "onCancel"])
4168
4040
  ], 4);
4169
4041
  }
4170
- var Pie = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
4042
+ var Pie = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b]]);
4171
4043
  const EcanPie = withInstall(Pie);
4172
4044
  const lineProps = __spreadProps(__spreadValues({}, props), {
4173
4045
  id: "",
@@ -4236,7 +4108,7 @@ use([
4236
4108
  TitleComponent,
4237
4109
  LegendComponent
4238
4110
  ]);
4239
- const _sfc_main$9 = defineComponent({
4111
+ const _sfc_main$a = defineComponent({
4240
4112
  name: "EcanLine",
4241
4113
  props: __spreadValues({}, lineComponentProps),
4242
4114
  components: {
@@ -4488,7 +4360,7 @@ const _sfc_main$9 = defineComponent({
4488
4360
  };
4489
4361
  }
4490
4362
  });
4491
- function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4363
+ function _sfc_render$a(_ctx, _cache, $props, $setup, $data, $options) {
4492
4364
  const _component_echarts = resolveComponent("echarts");
4493
4365
  const _component_spin = resolveComponent("spin");
4494
4366
  const _component_a_modal = resolveComponent("a-modal");
@@ -4528,7 +4400,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4528
4400
  }, 8, ["visible", "onCancel"])
4529
4401
  ], 4);
4530
4402
  }
4531
- var Line = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
4403
+ var Line = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["render", _sfc_render$a]]);
4532
4404
  const EcanLine = withInstall(Line);
4533
4405
  const barProps = __spreadProps(__spreadValues({}, props), {
4534
4406
  id: "",
@@ -4614,7 +4486,7 @@ use([
4614
4486
  DatasetComponent,
4615
4487
  ToolboxComponent
4616
4488
  ]);
4617
- const _sfc_main$8 = defineComponent({
4489
+ const _sfc_main$9 = defineComponent({
4618
4490
  name: "EcanBar",
4619
4491
  props: __spreadValues({}, barComponentProps),
4620
4492
  components: {
@@ -4864,7 +4736,7 @@ const _sfc_main$8 = defineComponent({
4864
4736
  };
4865
4737
  }
4866
4738
  });
4867
- function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
4739
+ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
4868
4740
  const _component_echarts = resolveComponent("echarts");
4869
4741
  const _component_spin = resolveComponent("spin");
4870
4742
  const _component_a_modal = resolveComponent("a-modal");
@@ -4906,7 +4778,7 @@ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
4906
4778
  }, 8, ["visible", "onCancel"])
4907
4779
  ], 4);
4908
4780
  }
4909
- var Bar = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
4781
+ var Bar = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9]]);
4910
4782
  const EcanBar = withInstall(Bar);
4911
4783
  const scatterProps = __spreadProps(__spreadValues({}, props), {
4912
4784
  id: "",
@@ -4972,7 +4844,7 @@ use([
4972
4844
  TooltipComponent,
4973
4845
  LegendComponent
4974
4846
  ]);
4975
- const _sfc_main$7 = defineComponent({
4847
+ const _sfc_main$8 = defineComponent({
4976
4848
  name: "EcanScatter",
4977
4849
  props: __spreadValues({}, scatterComponentProps),
4978
4850
  components: {
@@ -5163,7 +5035,7 @@ const _sfc_main$7 = defineComponent({
5163
5035
  };
5164
5036
  }
5165
5037
  });
5166
- function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5038
+ function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
5167
5039
  const _component_echarts = resolveComponent("echarts");
5168
5040
  const _component_spin = resolveComponent("spin");
5169
5041
  const _component_a_modal = resolveComponent("a-modal");
@@ -5203,7 +5075,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5203
5075
  }, 8, ["visible", "onCancel"])
5204
5076
  ], 4);
5205
5077
  }
5206
- var Scatter = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
5078
+ var Scatter = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$8]]);
5207
5079
  const EcanScatter = withInstall(Scatter);
5208
5080
  const customGraphProps = __spreadProps(__spreadValues({}, props), {
5209
5081
  id: "",
@@ -5216,7 +5088,7 @@ const customGraphProps = __spreadProps(__spreadValues({}, props), {
5216
5088
  optionCode: ""
5217
5089
  });
5218
5090
  const customGraphComponentProps = transformToComponentProps(customGraphProps);
5219
- const _sfc_main$6 = defineComponent({
5091
+ const _sfc_main$7 = defineComponent({
5220
5092
  name: "EcanCustomGraph",
5221
5093
  props: __spreadValues({}, customGraphComponentProps),
5222
5094
  components: {
@@ -5242,7 +5114,7 @@ const _sfc_main$6 = defineComponent({
5242
5114
  };
5243
5115
  }
5244
5116
  });
5245
- function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5117
+ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
5246
5118
  const _component_echarts = resolveComponent("echarts");
5247
5119
  return openBlock(), createElementBlock("div", {
5248
5120
  style: normalizeStyle(_ctx.style)
@@ -5254,7 +5126,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5254
5126
  }, null, 8, ["option"])
5255
5127
  ], 4);
5256
5128
  }
5257
- var CustomGraph = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
5129
+ var CustomGraph = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$7]]);
5258
5130
  const EcanCustomGraph = withInstall(CustomGraph);
5259
5131
  const comboGraphProps = __spreadProps(__spreadValues({}, props), {
5260
5132
  id: "",
@@ -5365,7 +5237,7 @@ use([
5365
5237
  DatasetComponent,
5366
5238
  ToolboxComponent
5367
5239
  ]);
5368
- const _sfc_main$5 = defineComponent({
5240
+ const _sfc_main$6 = defineComponent({
5369
5241
  name: "EcanComboGraph",
5370
5242
  props: __spreadValues({}, comboGraphComponentProps),
5371
5243
  components: {
@@ -5629,7 +5501,7 @@ const _sfc_main$5 = defineComponent({
5629
5501
  };
5630
5502
  }
5631
5503
  });
5632
- function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5504
+ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
5633
5505
  const _component_echarts = resolveComponent("echarts");
5634
5506
  const _component_spin = resolveComponent("spin");
5635
5507
  const _component_a_modal = resolveComponent("a-modal");
@@ -5671,7 +5543,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5671
5543
  }, 8, ["visible", "onCancel"])
5672
5544
  ], 4);
5673
5545
  }
5674
- var ComboGraph = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5]]);
5546
+ var ComboGraph = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render$6]]);
5675
5547
  const EcanComboGraph = withInstall(ComboGraph);
5676
5548
  const borderProps = __spreadProps(__spreadValues({}, props), {
5677
5549
  name: "\u8FB9\u6846",
@@ -5697,7 +5569,7 @@ const borderEvents = ["click"];
5697
5569
  var _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAZlBMVEUAAABBltJCldJCldFEk89BltJCltFBldI/lMBKndtmb9pCltNDldFAkclAldNBldJBltM/lM5AltNCldJBldJBlNJBltVBldJBlNJBlNI/lNNBldJBldNAldJBldJBldJBldNBldIiNK7WAAAAInRSTlMAM4BNGmaz5gQGbiAPCV1WQxUpOCY9EmxQSC2jdoacqZK8uPo7tAAAAZ9JREFUSMe90NmOwjAMheGka0J3SulCy/L+Lzk4I+HYhckEKs7dr1x8kQVM5YJMZ7SLiXVHOw817Z72cSns3BmziY7EnGRGjDqUpKt4pEZQKruvyaJt85YmBUebKLJVNUlpq6oOQ1tVVRzbqu6DwFb1NUlsVd3SNL0UDM0jqkaSqoeQqjKmahtQNUzuC1AtU1sF9KHmnmrtrSK6idqBWqE6GFVxFdGvqDGoJ01Qt7rfTEV0e7V6qSK6VjNPtTaqoOq8Ugnqr7aeav+rAuqrTh+qZw3o1urAVcFVQD3U6ZnaYY9MLZk6G5WhDaDFI9UeUPyE7gCNsAdAD9gxoBJ7ARRPUVwALXdu8/h/s3xmjtwUu0/M0M/UJzBjAei3TUTdpmKmcpkBmOHKBNTPzJi59zYJys3DO2aL78YcmNkLgrrM9m9TucwzmoBy08xlju+bgL42G4c5OcxqZSLqbwqXOVNTGXMWFD0ak6KN1ZKaojYmbribndW9MXELNQEFFUyiNqQlmEQ1JqpgErUifUUTUVEIupx1wzpjvWfdsh4FQX8ANe4nnpsb9NEAAAAASUVORK5CYII=";
5698
5570
  var _imports_1 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAcCAMAAACH42siAAAAaVBMVEUAAABElM9BltJCldJCldFBltJBldJCltFNmrNCmNNFldNAldJBldNBldRBldNBldNBldJCoNFBldJBltNBldJBldJAldJAltJBldJBldJBldNAlNFAldJBlNJAldJBldNBldJBldJBldLfIVowAAAAI3RSTlMAGjJNgGbmswMSCScgDTs/ZAVRK0eYj2s3r3AWveHEhXjeXb5rzlgAAAFqSURBVEjH1dbJVsJAEIXhHjJ05tlEooK8/0NKsbDrFjmHiBD0Lvqcf9PfthRM7xvoZMQuLHZaOejGYLtcdEItzI9oaLg5xIHj5hgcG262oXXcrGzJ23Umg5717C7NKBrAjOMDM8YgCI5ghmEPprUTmMZkrBOtdbJgfpZovho0gwzNOkfTam9k5jSGkKlTMOezWT3VLH5qlg8wQzSbO5jJ28l8Z+YLmZMwuz9lupvNXpjlFTMTZv7vzFSatTDtGnNeYdpNzZTMSJhx5f84m8Y3mSEzJzTVolko3J7Qve+a0J3vntDWffdEaMUQQo1vTWjuuyA0UWvUUarqzuqLUMPt1MD3uKTaTdRwvdrdorpFtfZtH6eyK2F3RS23U3uhlr9VB1TdE1V2h7Vr1O4mdbdera6o+Wq1Vqi2rEktFapGoZopVLVCtVCXag19IBPUiiWpBrojE1QNXZAp1/TYbhKdKVwuWotORKfn9wu/DSc/X9T6qgAAAABJRU5ErkJggg==";
5699
5571
  var Border_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => '.top-title[data-v-f913847e],\n.no-title[data-v-f913847e] {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n height: 100%;\n}\n.top-title .border-item[data-v-f913847e],\n.no-title .border-item[data-v-f913847e] {\n position: absolute;\n z-index: 2;\n border-color: #50FCFC;\n border-style: solid;\n width: 13px;\n height: 11px;\n}\n.top-title .top-left[data-v-f913847e],\n.no-title .top-left[data-v-f913847e] {\n top: 0;\n left: 0;\n border-top-width: 1px;\n border-right-width: 0;\n border-bottom-width: 0;\n border-left-width: 1px;\n}\n.top-title .top-right[data-v-f913847e],\n.no-title .top-right[data-v-f913847e] {\n top: 0;\n right: -2px;\n border-top-width: 1px;\n border-right-width: 1px;\n border-bottom-width: 0;\n border-left-width: 0;\n}\n.top-title .bottom-left[data-v-f913847e],\n.no-title .bottom-left[data-v-f913847e] {\n bottom: -2px;\n left: 0;\n border-top-width: 0;\n border-right-width: 0;\n border-bottom-width: 1px;\n border-left-width: 1px;\n}\n.top-title .bottom-right[data-v-f913847e],\n.no-title .bottom-right[data-v-f913847e] {\n bottom: -2px;\n right: -2px;\n border-top-width: 0;\n border-right-width: 1px;\n border-bottom-width: 1px;\n border-left-width: 0;\n}\n.top-title .title-item-wrapper[data-v-f913847e],\n.no-title .title-item-wrapper[data-v-f913847e] {\n width: 100%;\n padding: 5px 0;\n background-image: url("data:image/png;base64,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')();
5700
- const _sfc_main$4 = defineComponent({
5572
+ const _sfc_main$5 = defineComponent({
5701
5573
  name: "EcanBorder",
5702
5574
  props: __spreadValues({}, borderComponentProps),
5703
5575
  setup(props2) {
@@ -5734,32 +5606,32 @@ const _sfc_main$4 = defineComponent({
5734
5606
  };
5735
5607
  }
5736
5608
  });
5737
- const _withScopeId = (n) => (pushScopeId("data-v-f913847e"), n = n(), popScopeId(), n);
5738
- const _hoisted_1$2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "top-left border-item" }, null, -1));
5739
- const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "top-right border-item" }, null, -1));
5740
- const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5741
- const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5609
+ const _withScopeId$1 = (n) => (pushScopeId("data-v-f913847e"), n = n(), popScopeId(), n);
5610
+ const _hoisted_1$4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "top-left border-item" }, null, -1));
5611
+ const _hoisted_2$2 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "top-right border-item" }, null, -1));
5612
+ const _hoisted_3 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5613
+ const _hoisted_4 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5742
5614
  const _hoisted_5 = { class: "title-item-wrapper" };
5743
5615
  const _hoisted_6 = { class: "title-item" };
5744
- const _hoisted_7 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
5616
+ const _hoisted_7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("img", {
5745
5617
  class: "title-decoration-left",
5746
5618
  src: _imports_0
5747
5619
  }, null, -1));
5748
5620
  const _hoisted_8 = { class: "title" };
5749
- const _hoisted_9 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("img", {
5621
+ const _hoisted_9 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("img", {
5750
5622
  class: "title-decoration-right",
5751
5623
  src: _imports_1
5752
5624
  }, null, -1));
5753
- const _hoisted_10 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "top-left border-item" }, null, -1));
5754
- const _hoisted_11 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "top-right border-item" }, null, -1));
5755
- const _hoisted_12 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5756
- const _hoisted_13 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5625
+ const _hoisted_10 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "top-left border-item" }, null, -1));
5626
+ const _hoisted_11 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "top-right border-item" }, null, -1));
5627
+ const _hoisted_12 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-left border-item" }, null, -1));
5628
+ const _hoisted_13 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "bottom-right border-item" }, null, -1));
5757
5629
  const _hoisted_14 = {
5758
5630
  key: 2,
5759
5631
  class: "left-title"
5760
5632
  };
5761
5633
  const _hoisted_15 = { class: "title" };
5762
- function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5634
+ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
5763
5635
  return openBlock(), createElementBlock("div", {
5764
5636
  class: "ecan-border",
5765
5637
  style: normalizeStyle(_ctx.style),
@@ -5772,8 +5644,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5772
5644
  onDrag: _cache[0] || (_cache[0] = (...args) => _ctx.onDrag && _ctx.onDrag(...args))
5773
5645
  }, [
5774
5646
  _ctx.useBorderModify ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
5775
- _hoisted_1$2,
5776
- _hoisted_2,
5647
+ _hoisted_1$4,
5648
+ _hoisted_2$2,
5777
5649
  _hoisted_3,
5778
5650
  _hoisted_4
5779
5651
  ], 64)) : createCommentVNode("", true)
@@ -5802,7 +5674,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5802
5674
  ])) : createCommentVNode("", true)
5803
5675
  ], 4);
5804
5676
  }
5805
- var Border = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-f913847e"]]);
5677
+ var Border = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-f913847e"]]);
5806
5678
  const EcanBorder = withInstall(Border);
5807
5679
  const modalProps = {
5808
5680
  id: "",
@@ -5827,7 +5699,7 @@ const modalComponentProps = transformToComponentProps(modalProps);
5827
5699
  const modalEvents = ["showModal"];
5828
5700
  var Modal_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".contain[data-v-378919f0] {\n position: relative;\n overflow: hidden;\n}\n.content[data-v-378919f0] {\n transform-origin: left top;\n z-index: 999;\n}\n")();
5829
5701
  var Modal_vue_vue_type_style_index_1_lang = /* @__PURE__ */ (() => ".ecan-modal .ant-modal-body {\n padding: 0;\n}\n.ecan-modal .ant-modal-header {\n padding: 0;\n border-bottom: none;\n background: none;\n}\n.ecan-full-width-modal .ant-modal {\n max-width: 100%;\n top: 0;\n padding-bottom: 0;\n margin: 0;\n}\n.ecan-full-width-modal .ant-modal-content {\n display: flex;\n flex-direction: column;\n}\n.ecan-full-width-modal .ant-modal-body {\n flex: 1;\n}\n.ecan-full-modal .ant-modal {\n max-width: 100%;\n top: 0;\n padding-bottom: 0;\n margin: 0;\n}\n.ecan-full-modal .ant-modal-content {\n display: flex;\n flex-direction: column;\n height: calc(100vh);\n}\n.ecan-full-modal .ant-modal-body {\n flex: 1;\n}\n[datav-theme='darkBlue'] .ecan-modal .anticon-close > svg > path {\n fill: #fff;\n}\n")();
5830
- const _sfc_main$3 = defineComponent({
5702
+ const _sfc_main$4 = defineComponent({
5831
5703
  name: "EcanModal",
5832
5704
  components: {
5833
5705
  AModal: Modal$1
@@ -5918,7 +5790,7 @@ const _sfc_main$3 = defineComponent({
5918
5790
  };
5919
5791
  }
5920
5792
  });
5921
- function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5793
+ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
5922
5794
  const _component_a_modal = resolveComponent("a-modal");
5923
5795
  return openBlock(), createBlock(_component_a_modal, {
5924
5796
  getContainer: _ctx.getContainer,
@@ -5970,8 +5842,131 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5970
5842
  } : void 0
5971
5843
  ]), 1032, ["getContainer", "wrapClassName", "visible", "width", "destroyOnClose", "style", "onOk", "onCancel"]);
5972
5844
  }
5973
- var Modal = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-378919f0"]]);
5845
+ var Modal = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-378919f0"]]);
5974
5846
  const EcanModal = withInstall(Modal);
5847
+ const tabsProps = __spreadProps(__spreadValues({}, props), {
5848
+ type: "ecanTabs",
5849
+ name: "\u6807\u7B7E\u9875",
5850
+ keyName: "\u6807\u7B7E\u9875",
5851
+ width: "200px",
5852
+ height: "400px",
5853
+ tabFontSize: "14px",
5854
+ backgroundColor: "",
5855
+ activeTabColor: "#1890ff",
5856
+ tabBackgroundImage: "",
5857
+ activeTabBackgroundImage: "",
5858
+ tabColor: "#333",
5859
+ tabBarGutter: "24px",
5860
+ value: "",
5861
+ activeKey: 0,
5862
+ contains: [],
5863
+ data: [
5864
+ {
5865
+ title: "\u6807\u7B7E1"
5866
+ },
5867
+ {
5868
+ title: "\u6807\u7B7E2"
5869
+ },
5870
+ {
5871
+ title: "\u6807\u7B7E3"
5872
+ }
5873
+ ]
5874
+ });
5875
+ const tabsComponentProps = transformToComponentProps(tabsProps);
5876
+ const tabsEvents = ["tabChange"];
5877
+ var Tabs_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-tabs[data-v-ee8e9884] {\n display: flex;\n flex-direction: column;\n}\n.tabs-header[data-v-ee8e9884] {\n color: #333333;\n display: flex;\n width: 100%;\n padding: 0 12px;\n}\n.tab[data-v-ee8e9884] {\n background-size: 100% 100%;\n background-repeat: no-repeat;\n cursor: default;\n}\n.tab-inner[data-v-ee8e9884] {\n padding: 12px 0;\n}\n.tab[data-v-ee8e9884]:last-child {\n margin-right: 0 !important;\n}\n.tabs-content[data-v-ee8e9884] {\n flex: 1;\n}\n")();
5878
+ const _sfc_main$3 = defineComponent({
5879
+ name: "EcanTabs",
5880
+ props: __spreadValues({}, tabsComponentProps),
5881
+ setup(props2) {
5882
+ var _a2;
5883
+ const style2 = usePickComponentStyle(props2);
5884
+ const activeKey = ref(0);
5885
+ watch(() => props2.activeKey, (key) => {
5886
+ activeKey.value = key;
5887
+ }, {
5888
+ immediate: true
5889
+ });
5890
+ const myData = ref([]);
5891
+ watch(() => props2.data, (data) => {
5892
+ myData.value = data;
5893
+ }, {
5894
+ immediate: true,
5895
+ deep: true
5896
+ });
5897
+ const isActive = (index2) => activeKey.value === index2;
5898
+ const myValue = ref(props2.value || unref(myData)[0] && ((_a2 = unref(myData)[0]) == null ? void 0 : _a2.value) || "");
5899
+ const events = props2.events;
5900
+ const emitEvent = useEmitEvent(events);
5901
+ const { setGlobalModel } = inject(GLOBAL_MODEL, {
5902
+ setGlobalModel: (key, value) => void 0
5903
+ });
5904
+ setGlobalModel(props2.id, {
5905
+ value: myValue,
5906
+ activeKey
5907
+ });
5908
+ const { emitRefreshPage } = inject(REFRESH_PAGE, {
5909
+ emitRefreshPage: () => void 0
5910
+ });
5911
+ const tabChange = emitEvent("tabChange", (tab, index2) => {
5912
+ if (index2 !== unref(activeKey)) {
5913
+ myValue.value = (tab == null ? void 0 : tab.value) || "";
5914
+ activeKey.value = index2;
5915
+ emitRefreshPage();
5916
+ }
5917
+ });
5918
+ useOnEvent(props2, {
5919
+ tabChange
5920
+ });
5921
+ return {
5922
+ style: style2,
5923
+ activeKey,
5924
+ isActive,
5925
+ tabChange,
5926
+ myData,
5927
+ useImagePath
5928
+ };
5929
+ }
5930
+ });
5931
+ const _withScopeId = (n) => (pushScopeId("data-v-ee8e9884"), n = n(), popScopeId(), n);
5932
+ const _hoisted_1$3 = ["onClick"];
5933
+ const _hoisted_2$1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "tabs-content" }, null, -1));
5934
+ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
5935
+ return openBlock(), createElementBlock("div", {
5936
+ class: "ecan-tabs",
5937
+ style: normalizeStyle(_ctx.style)
5938
+ }, [
5939
+ createElementVNode("div", {
5940
+ class: "tabs-header",
5941
+ style: normalizeStyle({
5942
+ fontSize: _ctx.tabFontSize
5943
+ })
5944
+ }, [
5945
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.myData, (tab, index2) => {
5946
+ return openBlock(), createElementBlock("div", {
5947
+ class: "tab",
5948
+ style: normalizeStyle({
5949
+ color: _ctx.isActive(index2) ? _ctx.activeTabColor : _ctx.tabColor,
5950
+ backgroundImage: _ctx.isActive(index2) ? _ctx.useImagePath(_ctx.activeTabBackgroundImage, true) : _ctx.useImagePath(_ctx.tabBackgroundImage, true),
5951
+ marginRight: _ctx.tabBarGutter
5952
+ }),
5953
+ key: index2,
5954
+ onClick: withModifiers(($event) => _ctx.tabChange(tab, index2), ["prevent", "stop"])
5955
+ }, [
5956
+ createElementVNode("div", {
5957
+ class: "tab-inner",
5958
+ style: normalizeStyle({
5959
+ borderBottom: `1px solid ${_ctx.isActive(index2) ? _ctx.activeTabColor : "transparent"}`
5960
+ })
5961
+ }, toDisplayString(tab.title), 5)
5962
+ ], 12, _hoisted_1$3);
5963
+ }), 128))
5964
+ ], 4),
5965
+ _hoisted_2$1
5966
+ ], 4);
5967
+ }
5968
+ var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3], ["__scopeId", "data-v-ee8e9884"]]);
5969
+ const EcanTabs = withInstall(Tabs);
5975
5970
  const imageProps = __spreadProps(__spreadValues({}, props), {
5976
5971
  name: "\u56FE\u7247",
5977
5972
  keyName: "\u56FE\u7247",
@@ -6008,14 +6003,14 @@ const _sfc_main$2 = defineComponent({
6008
6003
  };
6009
6004
  }
6010
6005
  });
6011
- const _hoisted_1$1 = ["src"];
6006
+ const _hoisted_1$2 = ["src"];
6012
6007
  function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
6013
6008
  return _ctx.myImgUrl !== "" ? (openBlock(), createElementBlock("img", {
6014
6009
  key: 0,
6015
6010
  style: normalizeStyle(_ctx.style),
6016
6011
  src: _ctx.myImgUrl,
6017
6012
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
6018
- }, null, 12, _hoisted_1$1)) : (openBlock(), createElementBlock("div", {
6013
+ }, null, 12, _hoisted_1$2)) : (openBlock(), createElementBlock("div", {
6019
6014
  key: 1,
6020
6015
  class: "image-placeholder",
6021
6016
  style: normalizeStyle(_ctx.style)
@@ -6042,6 +6037,9 @@ const tableProps = __spreadProps(__spreadValues({}, props), {
6042
6037
  borderColor: "",
6043
6038
  paginationPosition: "bottomRight",
6044
6039
  paginationPageSize: 10,
6040
+ isUseAction: false,
6041
+ actionList: [],
6042
+ actionColumnWidth: 50,
6045
6043
  columns: [
6046
6044
  {
6047
6045
  title: "\u59D3\u540D",
@@ -6076,15 +6074,15 @@ const tableProps = __spreadProps(__spreadValues({}, props), {
6076
6074
  });
6077
6075
  const tableComponentProps = transformToComponentProps(tableProps);
6078
6076
  const tableEvents = ["click", "refreshData"];
6079
- var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `.table[data-v-56b87792] {
6077
+ var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `.table[data-v-11728224] {
6080
6078
  width: 100%;
6081
6079
  }
6082
- .goUp[data-v-56b87792] {
6080
+ .goUp[data-v-11728224] {
6083
6081
  color: #FF512E;
6084
6082
  display: flex;
6085
6083
  align-items: center;
6086
6084
  }
6087
- .goUp[data-v-56b87792]:before {
6085
+ .goUp[data-v-11728224]:before {
6088
6086
  content: '';
6089
6087
  display: block;
6090
6088
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD/WzT/WjP/WDD/WzT/WzP/WzT/WzT/WzT/WjT/WzT/WDT/YED/WzT/WzT/WjT/YED/WzT/WzT/WzT/XDT/WzT/WjX/WjP/XDT/XDT/WTL/Tif/WzReH8z5AAAAHHRSTlMA8RgS9W9YHbePZyME5sVjCP7bzcCxgndOQC4GFJJgKwAAAIJJREFUKM+Nkd0OgyAMRjvqcLA53fzXvv9zaokmxq8mnsue5ACFDjiy+XyjLZ7yyK35OxN5mSFZKa2QojEIKRhrZKM0QnsMQxirmJ0kBubTIZvAtUyiFAT4JFoUIYmIotZ5xjDPfyoCAV16nMPdFir8xZ16nM//tePtXw2ODOJY0V0WqQwM2rgKrU0AAAAASUVORK5CYII=");
@@ -6094,12 +6092,12 @@ var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `
6094
6092
  background-size: cover;
6095
6093
  margin-right: 2px;
6096
6094
  }
6097
- .goDown[data-v-56b87792] {
6095
+ .goDown[data-v-11728224] {
6098
6096
  color: #00F7B4;
6099
6097
  display: flex;
6100
6098
  align-items: center;
6101
6099
  }
6102
- .goDown[data-v-56b87792]:before {
6100
+ .goDown[data-v-11728224]:before {
6103
6101
  content: '';
6104
6102
  display: block;
6105
6103
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAaVBMVEUAAAAA+b0A+LwA+L0A/6AA+LwA+L0A+L0A+b0A+LwA/78A+LwA+L0A+LwA+LwA+b0A+LsA970A+LwA+r0A9boA/7YA+LwA+LwA+LwA+L0A97wA+bwA970A970A+bwA+bwA+LsA9rkA+LzcCa+5AAAAInRSTlMAd/uVAvjYxCsiDvPp37F7aWBMNBgK7s/NvKidh4NXUEcdp9A1SAAAAI5JREFUKM+l0UcOwzAMRFGqWZbcW3rl/Q8ZhUGKMN7lLedD4EKUi/3BEIrGsQu432pmPuF+1WnfRNjLipMz7HbHT3cIF9n3BLYSerzAooSgZNcWQiuhIdBI8JQblNISCqXU/BNG/mqzJ+az13MWluIdRspNmgV+Rvc6vkCwPu1uIhQq5o7WDOwtrToG+ssDeh4QPgfT2X0AAAAASUVORK5CYII=");
@@ -6109,6 +6107,13 @@ var Table_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => `
6109
6107
  background-size: cover;
6110
6108
  margin-right: 2px;
6111
6109
  }
6110
+ .action-list[data-v-11728224] {
6111
+ display: flex;
6112
+ width: 100%;
6113
+ }
6114
+ .action[data-v-11728224] {
6115
+ flex: 1;
6116
+ }
6112
6117
  `)();
6113
6118
  var Table_vue_vue_type_style_index_1_lang = /* @__PURE__ */ (() => ".ecan-table *::-webkit-scrollbar {\n width: 6px;\n height: 6px;\n}\n.ecan-table *::-webkit-scrollbar-thumb {\n border-radius: 3px;\n -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);\n background-color: #c8c9ca !important;\n}\n.ecan-table *::-webkit-scrollbar-track {\n background-color: #fff;\n}\n.ecan-table .ant-table-cell-scrollbar {\n box-shadow: 0 1px 0 1px transparent;\n}\n.ecan-table .ant-table {\n color: rgba(0, 0, 0, 0.65);\n background: #ffffff;\n}\n.ecan-table .ant-table-thead > tr > th {\n color: rgba(0, 0, 0, 0.85);\n background: #fafafa;\n border-bottom: 1px solid #f0f0f0;\n}\n.ecan-table .ant-table-tbody > tr > td {\n border-bottom: 1px solid #f0f0f0;\n}\n.ecan-table .ant-table-bordered .ant-table-container {\n border: 1px solid #f0f0f0 !important;\n}\n.ecan-table .ant-table-bordered .ant-table-cell {\n border-right: 1px solid #f0f0f0 !important;\n}\n.ecan-table .anticon {\n color: rgba(0, 0, 0, 0.65) !important;\n}\n[datav-theme='darkBlue'] .ecan-table *::-webkit-scrollbar-thumb {\n background-color: #2f4dac !important;\n}\n[datav-theme='darkBlue'] .ecan-table *::-webkit-scrollbar-track {\n background-color: #192c70;\n}\n[datav-theme='darkBlue'] .ecan-table *::-webkit-scrollbar-corner {\n background-color: #192c70 !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table {\n color: #e8e8e8;\n background: #071655;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,\n[datav-theme='darkBlue'] .ecan-table .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {\n border-top: 1px solid #3e8ee3 !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-thead > tr > th {\n color: #cdd0f7;\n background: #17338c;\n border-bottom: 1px solid #3e8ee3;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-tbody > tr > td {\n border-bottom: 1px solid #3e8ee3;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-bordered .ant-table-container {\n border: 1px solid #3e8ee3 !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-bordered .ant-table-cell {\n border-right: 1px solid #3e8ee3 !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-pagination-item-link {\n background: #17338c !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-pagination-item {\n background: #17338c !important;\n}\n[datav-theme='darkBlue'] .ecan-table .anticon {\n color: rgba(255, 255, 255, 0.65) !important;\n}\n[datav-theme='darkBlue'] .ecan-table .ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {\n background: #225b98;\n}\n")();
6114
6119
  const _sfc_main$1 = defineComponent({
@@ -6156,6 +6161,13 @@ const _sfc_main$1 = defineComponent({
6156
6161
  });
6157
6162
  }
6158
6163
  columns = columns.concat(props2.columns);
6164
+ if (props2.isUseAction) {
6165
+ columns.push({
6166
+ title: "\u64CD\u4F5C",
6167
+ dataIndex: "ACTION",
6168
+ width: props2.actionColumnWidth
6169
+ });
6170
+ }
6159
6171
  const len = columns.length;
6160
6172
  const columnsFixedNum = props2.columnsFixedNum;
6161
6173
  for (let i = 0; i < len; i++) {
@@ -6298,7 +6310,6 @@ const _sfc_main$1 = defineComponent({
6298
6310
  })
6299
6311
  });
6300
6312
  const refreshData = () => {
6301
- console.log(unref(pageMode));
6302
6313
  if (unref(pageMode) === "design")
6303
6314
  return;
6304
6315
  switch (props2.dataType) {
@@ -6368,10 +6379,16 @@ const _sfc_main$1 = defineComponent({
6368
6379
  dataColumns,
6369
6380
  dataSource,
6370
6381
  summaryList,
6371
- loading
6382
+ loading,
6383
+ useVariablesInText
6372
6384
  };
6373
6385
  }
6374
6386
  });
6387
+ const _hoisted_1$1 = {
6388
+ key: 1,
6389
+ class: "action-list"
6390
+ };
6391
+ const _hoisted_2 = ["href", "target"];
6375
6392
  function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
6376
6393
  const _component_a_table_summary_cell = resolveComponent("a-table-summary-cell");
6377
6394
  const _component_a_table_summary_row = resolveComponent("a-table-summary-row");
@@ -6398,11 +6415,26 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
6398
6415
  pagination: _ctx.pagination,
6399
6416
  onChange: _ctx.tableChange
6400
6417
  }, {
6401
- bodyCell: withCtx(({ column, index: index2, text }) => [
6418
+ bodyCell: withCtx(({ column, index: index2, text, record }) => [
6402
6419
  column.dataIndex === "SEQ" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
6403
6420
  createTextVNode(toDisplayString(index2 + 1), 1)
6404
- ], 64)) : (openBlock(), createElementBlock("div", {
6405
- key: 1,
6421
+ ], 64)) : column.dataIndex === "ACTION" ? (openBlock(), createElementBlock("div", _hoisted_1$1, [
6422
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.actionList, (action, index22) => {
6423
+ return openBlock(), createElementBlock("div", {
6424
+ class: "action",
6425
+ key: index22
6426
+ }, [
6427
+ createElementVNode("a", {
6428
+ href: _ctx.useVariablesInText(action.href, record),
6429
+ target: action.target,
6430
+ style: normalizeStyle({
6431
+ color: action.color
6432
+ })
6433
+ }, toDisplayString(action.title), 13, _hoisted_2)
6434
+ ]);
6435
+ }), 128))
6436
+ ])) : (openBlock(), createElementBlock("div", {
6437
+ key: 2,
6406
6438
  class: normalizeClass([_ctx.contrastClass(text, column.format)])
6407
6439
  }, toDisplayString((column.format != null || column.format !== "") && _ctx.formatFn(text, column.format)), 3))
6408
6440
  ]),
@@ -6444,7 +6476,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
6444
6476
  }, 8, ["loading"])
6445
6477
  ], 4);
6446
6478
  }
6447
- var Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-56b87792"]]);
6479
+ var Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-11728224"]]);
6448
6480
  const EcanTable = withInstall(Table);
6449
6481
  const mapProps = __spreadProps(__spreadValues({}, props), {
6450
6482
  mapJson: null,
@@ -6695,10 +6727,6 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
6695
6727
  buttonComponentProps,
6696
6728
  buttonEvents,
6697
6729
  EcanButton,
6698
- tabsProps,
6699
- tabsComponentProps,
6700
- tabsEvents,
6701
- EcanTabs,
6702
6730
  pieProps,
6703
6731
  pieComponentProps,
6704
6732
  pieEvents,
@@ -6730,6 +6758,10 @@ var components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProp
6730
6758
  modalComponentProps,
6731
6759
  modalEvents,
6732
6760
  EcanModal,
6761
+ tabsProps,
6762
+ tabsComponentProps,
6763
+ tabsEvents,
6764
+ EcanTabs,
6733
6765
  imageProps,
6734
6766
  imageComponentProps,
6735
6767
  EcanImage,