@ecan-bi/datav 1.3.81 → 1.3.83

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.
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @ecan-bi/datav@1.3.81 */
1
+ /*! @ecan-bi/datav@1.3.83 */
2
2
  import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, useCssVars, toDisplayString, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, withDirectives, vShow, reactive, vModelText, getCurrentInstance, onDeactivated, isRef, onActivated, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
3
3
  import { throttle, init, use, registerMap } from "echarts/core";
4
4
  import { addListener, removeListener } from "resize-detector";
@@ -9565,13 +9565,9 @@ const ProviderConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _s
9565
9565
  N();
9566
9566
  break;
9567
9567
  case "request": {
9568
- const { openCustomRequestData: S, customRequestName: F, customRequestField: T } = e;
9569
- S || S === void 0 ? _() : C(F, (O) => {
9570
- O && (O.rowsToData ? l({
9571
- [T]: O.rowsToData[T]
9572
- }) : l({
9573
- [T]: O[T]
9574
- }));
9568
+ const { openCustomRequestData: S, customRequestName: F } = e;
9569
+ S || S === void 0 ? _() : C(F, (T) => {
9570
+ console.log("data", T), T && (T.rowsToData ? l(T.rowsToData) : l(T));
9575
9571
  });
9576
9572
  break;
9577
9573
  }
@@ -9622,13 +9618,13 @@ const ProviderConfig = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["render", _s
9622
9618
  }
9623
9619
  }), __injectCSSVars__$4 = () => {
9624
9620
  useCssVars((e) => ({
9625
- "7c676b62": e.vFontSize,
9626
- "1fdd0a90": e.textIndent,
9627
- "3b48a1e8": e.percentageSide
9621
+ "5b5feb9b": e.vFontSize,
9622
+ "8e84da78": e.textIndent,
9623
+ "38fc1fc8": e.percentageSide
9628
9624
  }));
9629
9625
  }, __setup__$4 = __default__$4.setup;
9630
9626
  __default__$4.setup = __setup__$4 ? (e, r) => (__injectCSSVars__$4(), __setup__$4(e, r)) : __injectCSSVars__$4;
9631
- const Text_vue_vue_type_style_index_0_scoped_4fd2c44d_lang = "", Text_vue_vue_type_style_index_1_lang = "", _hoisted_1$f = ["innerHTML"];
9627
+ const Text_vue_vue_type_style_index_0_scoped_09b573eb_lang = "", Text_vue_vue_type_style_index_1_lang = "", _hoisted_1$f = ["innerHTML"];
9632
9628
  function _sfc_render$v(e, r, n, i, a, o) {
9633
9629
  const s = resolveComponent("skeleton");
9634
9630
  return e.loading ? (openBlock(), createElementBlock("div", {
@@ -9649,7 +9645,7 @@ function _sfc_render$v(e, r, n, i, a, o) {
9649
9645
  onClick: r[0] || (r[0] = (...l) => e.click && e.click(...l))
9650
9646
  }, null, 14, _hoisted_1$f));
9651
9647
  }
9652
- const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$v], ["__scopeId", "data-v-4fd2c44d"]]), EcanText = withInstall$1(Text), _sfc_main$q = defineComponent({
9648
+ const Text = /* @__PURE__ */ _export_sfc$1(__default__$4, [["render", _sfc_render$v], ["__scopeId", "data-v-09b573eb"]]), EcanText = withInstall$1(Text), _sfc_main$q = defineComponent({
9653
9649
  name: "EcanScrollText",
9654
9650
  setup() {
9655
9651
  return {
@@ -15558,7 +15554,9 @@ const _sfc_main$8 = defineComponent({
15558
15554
  };
15559
15555
  }
15560
15556
  if (Z === "bar") {
15561
- const { gradientShow: ie, gradientColors: ae, gradientOffset: oe } = e, le = {};
15557
+ const { gradientShow: ie, gradientColors: ae, gradientOffset: oe } = e, le = {
15558
+ color: e.colors[ee]
15559
+ };
15562
15560
  if (e.barBorderRadius) {
15563
15561
  const he = e.barBorderRadius.split(",");
15564
15562
  if (he != null && he.length) {
@@ -15786,7 +15784,7 @@ const _sfc_main$8 = defineComponent({
15786
15784
  eventObj: u
15787
15785
  };
15788
15786
  }
15789
- }), ComboGraph_vue_vue_type_style_index_0_lang = "", ComboGraph_vue_vue_type_style_index_1_scoped_855cc499_lang = "", _withScopeId$2 = (e) => (pushScopeId("data-v-855cc499"), e = e(), popScopeId(), e), _hoisted_1$7 = { class: "location-wrap" }, _hoisted_2$3 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { class: "location-text" }, "选择分类:", -1));
15787
+ }), ComboGraph_vue_vue_type_style_index_0_lang = "", ComboGraph_vue_vue_type_style_index_1_scoped_5d5326d7_lang = "", _withScopeId$2 = (e) => (pushScopeId("data-v-5d5326d7"), e = e(), popScopeId(), e), _hoisted_1$7 = { class: "location-wrap" }, _hoisted_2$3 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("div", { class: "location-text" }, "选择分类:", -1));
15790
15788
  function _sfc_render$a(e, r, n, i, a, o) {
15791
15789
  const s = resolveComponent("echarts"), l = resolveComponent("spin"), c = resolveComponent("ecan-modal"), f = resolveComponent("a-select-option"), d = resolveComponent("a-select"), C = resolveComponent("a-modal");
15792
15790
  return openBlock(), createElementBlock("div", {
@@ -15863,7 +15861,7 @@ function _sfc_render$a(e, r, n, i, a, o) {
15863
15861
  }, 8, ["visible", "onOk"])
15864
15862
  ], 4);
15865
15863
  }
15866
- const ComboGraph = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$a], ["__scopeId", "data-v-855cc499"]]), EcanComboGraph = withInstall$1(ComboGraph), radarProps = {
15864
+ const ComboGraph = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$a], ["__scopeId", "data-v-5d5326d7"]]), EcanComboGraph = withInstall$1(ComboGraph), radarProps = {
15867
15865
  ...props,
15868
15866
  id: "",
15869
15867
  name: "雷达图",