@ecan-bi/datav 1.5.57 → 1.5.58
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 +8 -6
- 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.58 */
|
|
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";
|
|
@@ -22320,15 +22320,15 @@ const Border = /* @__PURE__ */ _export_sfc$1(_sfc_main$9, [["render", _sfc_rende
|
|
|
22320
22320
|
onMouseLeave: Kn
|
|
22321
22321
|
};
|
|
22322
22322
|
}
|
|
22323
|
-
}),
|
|
22323
|
+
}), Tabs_vue_vue_type_style_index_0_scoped_c8bf5ba6_lang = "", _hoisted_1$5 = ["id"], _hoisted_2$2 = ["onClick"];
|
|
22324
22324
|
function _sfc_render$a(c, u, f, d, p, m) {
|
|
22325
22325
|
const g = resolveComponent("a-select-option"), v = resolveComponent("a-select"), y = resolveComponent("marquee-scroll");
|
|
22326
22326
|
return openBlock(), createElementBlock("div", {
|
|
22327
22327
|
class: "ecan-tabs",
|
|
22328
22328
|
style: normalizeStyle$1(c.style),
|
|
22329
22329
|
id: "container_" + c.id,
|
|
22330
|
-
onMouseenter: u[
|
|
22331
|
-
onMouseleave: u[
|
|
22330
|
+
onMouseenter: u[1] || (u[1] = (...b) => c.onMouseEnter && c.onMouseEnter(...b)),
|
|
22331
|
+
onMouseleave: u[2] || (u[2] = (...b) => c.onMouseLeave && c.onMouseLeave(...b))
|
|
22332
22332
|
}, [
|
|
22333
22333
|
c.pageMode === "design" || !c.isAutoScroll ? withDirectives((openBlock(), createElementBlock("div", {
|
|
22334
22334
|
key: 0,
|
|
@@ -22363,7 +22363,9 @@ function _sfc_render$a(c, u, f, d, p, m) {
|
|
|
22363
22363
|
], 12, _hoisted_2$2))), 128)) : c.tabType === "select" ? (openBlock(), createBlock(v, {
|
|
22364
22364
|
key: 1,
|
|
22365
22365
|
value: c.activeKey,
|
|
22366
|
-
style: normalizeStyle$1({ width: c.tabWidth })
|
|
22366
|
+
style: normalizeStyle$1({ width: c.tabWidth }),
|
|
22367
|
+
onClick: u[0] || (u[0] = withModifiers(() => {
|
|
22368
|
+
}, ["stop"]))
|
|
22367
22369
|
}, {
|
|
22368
22370
|
default: withCtx(() => [
|
|
22369
22371
|
(openBlock(!0), createElementBlock(Fragment, null, renderList(c.myData, (b, x) => (openBlock(), createBlock(g, {
|
|
@@ -22403,7 +22405,7 @@ function _sfc_render$a(c, u, f, d, p, m) {
|
|
|
22403
22405
|
}, 8, ["visible", "step", "style"])) : createCommentVNode("", !0)
|
|
22404
22406
|
], 44, _hoisted_1$5);
|
|
22405
22407
|
}
|
|
22406
|
-
const Tabs$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$a], ["__scopeId", "data-v-
|
|
22408
|
+
const Tabs$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["render", _sfc_render$a], ["__scopeId", "data-v-c8bf5ba6"]]), EcanTabs = withInstall$1(Tabs$1), circulateProps = {
|
|
22407
22409
|
...props$1,
|
|
22408
22410
|
name: "循环列表",
|
|
22409
22411
|
type: "ecanCirculate",
|