@ecan-bi/datav 1.5.35 → 1.5.36
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 +7 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.5.
|
|
1
|
+
/*! @ecan-bi/datav@1.5.36 */
|
|
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, withModifiers, toDisplayString, pushScopeId, popScopeId, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, reactive, useCssVars, createSlots, resolveDirective, withDirectives, vShow, createTextVNode, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle as throttle$1, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -16221,6 +16221,9 @@ const __default__$2 = defineComponent({
|
|
|
16221
16221
|
case "month":
|
|
16222
16222
|
y.value = [dayjs().startOf("month"), dayjs().endOf("month")];
|
|
16223
16223
|
break;
|
|
16224
|
+
case "monthStartToToday":
|
|
16225
|
+
y.value = [dayjs().startOf("month"), dayjs().endOf("day")];
|
|
16226
|
+
break;
|
|
16224
16227
|
case "quarter":
|
|
16225
16228
|
y.value = [dayjs().startOf("quarter"), dayjs().endOf("quarter")];
|
|
16226
16229
|
break;
|
|
@@ -16314,11 +16317,11 @@ const __default__$2 = defineComponent({
|
|
|
16314
16317
|
}
|
|
16315
16318
|
}), __injectCSSVars__$2 = () => {
|
|
16316
16319
|
useCssVars((c) => ({
|
|
16317
|
-
|
|
16320
|
+
"87f5b4e2": c.optionFontSize
|
|
16318
16321
|
}));
|
|
16319
16322
|
}, __setup__$2 = __default__$2.setup;
|
|
16320
16323
|
__default__$2.setup = __setup__$2 ? (c, u) => (__injectCSSVars__$2(), __setup__$2(c, u)) : __injectCSSVars__$2;
|
|
16321
|
-
const
|
|
16324
|
+
const RangePicker_vue_vue_type_style_index_0_scoped_55b94f8c_lang = "", RangePicker_vue_vue_type_style_index_1_lang = "";
|
|
16322
16325
|
function _sfc_render$o(c, u, f, d, p, m) {
|
|
16323
16326
|
const v = resolveComponent("calendar-outlined"), g = resolveComponent("close-circle-filled"), y = resolveComponent("a-input"), b = resolveComponent("van-date-picker"), x = resolveComponent("van-picker-group"), Pn = resolveComponent("van-popup"), w = resolveComponent("a-range-picker");
|
|
16324
16327
|
return openBlock(), createElementBlock("div", {
|
|
@@ -16407,7 +16410,7 @@ function _sfc_render$o(c, u, f, d, p, m) {
|
|
|
16407
16410
|
}, null, 8, ["value", "format", "picker", "locale", "getPopupContainer", "disabled-date", "onChange", "onCalendarChange", "onOpenChange", "popupStyle"]))
|
|
16408
16411
|
], 4);
|
|
16409
16412
|
}
|
|
16410
|
-
const RangePicker = /* @__PURE__ */ _export_sfc$1(__default__$2, [["render", _sfc_render$o], ["__scopeId", "data-v-
|
|
16413
|
+
const RangePicker = /* @__PURE__ */ _export_sfc$1(__default__$2, [["render", _sfc_render$o], ["__scopeId", "data-v-55b94f8c"]]), EcanRangePicker = withInstall$1(RangePicker), buttonProps = {
|
|
16411
16414
|
...props$1,
|
|
16412
16415
|
width: "200px",
|
|
16413
16416
|
name: "按钮",
|