@ecan-bi/datav 1.0.47 → 1.0.48
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 +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +7 -7
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3705,7 +3705,7 @@ const tabsProps = __spreadProps(__spreadValues({}, props), {
|
|
|
3705
3705
|
tabBackgroundImage: "",
|
|
3706
3706
|
activeTabBackgroundImage: "",
|
|
3707
3707
|
tabColor: "#333",
|
|
3708
|
-
tabBarGutter: "
|
|
3708
|
+
tabBarGutter: "24px",
|
|
3709
3709
|
value: "",
|
|
3710
3710
|
activeKey: 0,
|
|
3711
3711
|
contains: [],
|
|
@@ -3723,7 +3723,7 @@ const tabsProps = __spreadProps(__spreadValues({}, props), {
|
|
|
3723
3723
|
});
|
|
3724
3724
|
const tabsComponentProps = transformToComponentProps(tabsProps);
|
|
3725
3725
|
const tabsEvents = ["tabChange"];
|
|
3726
|
-
var Tabs_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-tabs[data-v-
|
|
3726
|
+
var Tabs_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-tabs[data-v-42d546a2] {\n display: flex;\n flex-direction: column;\n}\n.tabs-header[data-v-42d546a2] {\n color: #333333;\n display: flex;\n width: 100%;\n padding: 0 12px;\n}\n.tab[data-v-42d546a2] {\n background-size: 100% 100%;\n background-repeat: no-repeat;\n cursor: default;\n}\n.tab-inner[data-v-42d546a2] {\n padding: 12px 0;\n}\n.tab[data-v-42d546a2]:last-child {\n margin-right: 0 !important;\n}\n.tabs-content[data-v-42d546a2] {\n flex: 1;\n}\n")();
|
|
3727
3727
|
const _sfc_main$b = defineComponent({
|
|
3728
3728
|
name: "EcanTabs",
|
|
3729
3729
|
props: __spreadValues({}, tabsComponentProps),
|
|
@@ -3777,7 +3777,7 @@ const _sfc_main$b = defineComponent({
|
|
|
3777
3777
|
};
|
|
3778
3778
|
}
|
|
3779
3779
|
});
|
|
3780
|
-
const _withScopeId$1 = (n) => (pushScopeId("data-v-
|
|
3780
|
+
const _withScopeId$1 = (n) => (pushScopeId("data-v-42d546a2"), n = n(), popScopeId(), n);
|
|
3781
3781
|
const _hoisted_1$3 = ["onClick"];
|
|
3782
3782
|
const _hoisted_2$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("div", { class: "tabs-content" }, null, -1));
|
|
3783
3783
|
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -3814,7 +3814,7 @@ function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3814
3814
|
_hoisted_2$1
|
|
3815
3815
|
], 4);
|
|
3816
3816
|
}
|
|
3817
|
-
var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-
|
|
3817
|
+
var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-42d546a2"]]);
|
|
3818
3818
|
const EcanTabs = withInstall(Tabs);
|
|
3819
3819
|
const pieProps = __spreadProps(__spreadValues({}, props), {
|
|
3820
3820
|
id: "",
|