@ecan-bi/datav 1.1.14 → 1.1.15

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.1.14 */
1
+ /*! @ecan-bi/datav@1.1.15 */
2
2
  var _a, _b, _c, _d;
3
3
  import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, normalizeStyle, createCommentVNode, provide, onBeforeUnmount, toDisplayString, Fragment, renderList, createElementVNode, normalizeClass, pushScopeId, popScopeId, createSlots, resolveDynamicComponent, mergeProps, withModifiers, reactive, createTextVNode, withDirectives, vShow } from "vue";
4
4
  import { throttle, init, use, registerMap } from "echarts/core";
@@ -3803,8 +3803,8 @@ const _sfc_main$f = defineComponent({
3803
3803
  let _startTime = null;
3804
3804
  let _endTime = null;
3805
3805
  if (useCurrentTime) {
3806
- _startTime = dayjs();
3807
- _endTime = dayjs().subtract(interval, intervalUnit);
3806
+ _startTime = dayjs().subtract(interval, intervalUnit);
3807
+ _endTime = dayjs();
3808
3808
  }
3809
3809
  if (startTime) {
3810
3810
  _startTime = dayjs(startTime);
@@ -3842,7 +3842,7 @@ const _sfc_main$f = defineComponent({
3842
3842
  };
3843
3843
  }
3844
3844
  });
3845
- const RangePicker_vue_vue_type_style_index_0_scoped_2fc9988b_lang = "";
3845
+ const RangePicker_vue_vue_type_style_index_0_scoped_81675950_lang = "";
3846
3846
  const RangePicker_vue_vue_type_style_index_1_lang = "";
3847
3847
  function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
3848
3848
  const _component_a_range_picker = resolveComponent("a-range-picker");
@@ -3863,7 +3863,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
3863
3863
  }, null, 8, ["value", "format", "picker", "locale", "getPopupContainer", "onChange"])
3864
3864
  ], 4);
3865
3865
  }
3866
- const RangePicker = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-2fc9988b"]]);
3866
+ const RangePicker = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-81675950"]]);
3867
3867
  const EcanRangePicker = withInstall(RangePicker);
3868
3868
  const buttonProps = {
3869
3869
  ...props,