@ecan-bi/datav 1.6.27 → 1.6.28
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 +6 -5
- 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.6.
|
|
1
|
+
/*! @ecan-bi/datav@1.6.28 */
|
|
2
2
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h as h$1, 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, toRaw, createTextVNode, useCssVars, createSlots, resolveDirective, withDirectives, vShow, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle as throttle$2, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -26082,7 +26082,7 @@ const Border = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_rende
|
|
|
26082
26082
|
tabAlignItems: "flex-start",
|
|
26083
26083
|
tabJustifyContent: "flex-start",
|
|
26084
26084
|
tabType: "tabs",
|
|
26085
|
-
tabWidth: "
|
|
26085
|
+
tabWidth: "",
|
|
26086
26086
|
isAutoScroll: !1,
|
|
26087
26087
|
scrollSpeed: 10,
|
|
26088
26088
|
componentList: [],
|
|
@@ -26212,7 +26212,7 @@ const Border = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["render", _sfc_rende
|
|
|
26212
26212
|
onMouseLeave: _r
|
|
26213
26213
|
};
|
|
26214
26214
|
}
|
|
26215
|
-
}),
|
|
26215
|
+
}), Tabs_vue_vue_type_style_index_0_scoped_2c1ab5e7_lang = "", _hoisted_1$6 = ["id"], _hoisted_2$3 = ["onClick"];
|
|
26216
26216
|
function _sfc_render$b(ct, Fn, er, tr, nr, or) {
|
|
26217
26217
|
const ar = resolveComponent("a-select-option"), ir = resolveComponent("a-select"), sr = resolveComponent("marquee-scroll");
|
|
26218
26218
|
return openBlock(), createElementBlock("div", {
|
|
@@ -26241,7 +26241,8 @@ function _sfc_render$b(ct, Fn, er, tr, nr, or) {
|
|
|
26241
26241
|
backgroundImage: ct.isActive(cr) ? ct.useImagePath(ct.activeTabBackgroundImage, !0) : ct.useImagePath(ct.tabBackgroundImage, !0),
|
|
26242
26242
|
marginRight: ct.tabFlexDirection === "row" ? ct.tabBarGutter : null,
|
|
26243
26243
|
marginBottom: ct.tabFlexDirection === "column" ? ct.tabBarGutter : null,
|
|
26244
|
-
fontWeight: ct.tabFontWeight
|
|
26244
|
+
fontWeight: ct.tabFontWeight,
|
|
26245
|
+
width: ct.tabWidth
|
|
26245
26246
|
}),
|
|
26246
26247
|
key: cr,
|
|
26247
26248
|
onClick: withModifiers((mr) => ct.tabChange({ tab: lr, index: cr }), ["prevent", "stop"])
|
|
@@ -26297,7 +26298,7 @@ function _sfc_render$b(ct, Fn, er, tr, nr, or) {
|
|
|
26297
26298
|
}, 8, ["visible", "step", "style"])) : createCommentVNode("", !0)
|
|
26298
26299
|
], 44, _hoisted_1$6);
|
|
26299
26300
|
}
|
|
26300
|
-
const Tabs$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$b], ["__scopeId", "data-v-
|
|
26301
|
+
const Tabs$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_render$b], ["__scopeId", "data-v-2c1ab5e7"]]), EcanTabs = withInstall$1(Tabs$1), circulateProps = {
|
|
26301
26302
|
...props$1,
|
|
26302
26303
|
name: "循环列表",
|
|
26303
26304
|
type: "ecanCirculate",
|