@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.umd.js
CHANGED
|
@@ -3715,7 +3715,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
3715
3715
|
tabBackgroundImage: "",
|
|
3716
3716
|
activeTabBackgroundImage: "",
|
|
3717
3717
|
tabColor: "#333",
|
|
3718
|
-
tabBarGutter: "
|
|
3718
|
+
tabBarGutter: "24px",
|
|
3719
3719
|
value: "",
|
|
3720
3720
|
activeKey: 0,
|
|
3721
3721
|
contains: [],
|
|
@@ -3733,7 +3733,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
3733
3733
|
});
|
|
3734
3734
|
const tabsComponentProps = transformToComponentProps(tabsProps);
|
|
3735
3735
|
const tabsEvents = ["tabChange"];
|
|
3736
|
-
var Tabs_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".ecan-tabs[data-v-
|
|
3736
|
+
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")();
|
|
3737
3737
|
const _sfc_main$b = vue.defineComponent({
|
|
3738
3738
|
name: "EcanTabs",
|
|
3739
3739
|
props: __spreadValues({}, tabsComponentProps),
|
|
@@ -3787,7 +3787,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
3787
3787
|
};
|
|
3788
3788
|
}
|
|
3789
3789
|
});
|
|
3790
|
-
const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-
|
|
3790
|
+
const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-42d546a2"), n = n(), vue.popScopeId(), n);
|
|
3791
3791
|
const _hoisted_1$3 = ["onClick"];
|
|
3792
3792
|
const _hoisted_2$1 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode("div", { class: "tabs-content" }, null, -1));
|
|
3793
3793
|
function _sfc_render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -3824,7 +3824,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
3824
3824
|
_hoisted_2$1
|
|
3825
3825
|
], 4);
|
|
3826
3826
|
}
|
|
3827
|
-
var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-
|
|
3827
|
+
var Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render$b], ["__scopeId", "data-v-42d546a2"]]);
|
|
3828
3828
|
const EcanTabs = withInstall(Tabs);
|
|
3829
3829
|
const pieProps = __spreadProps(__spreadValues({}, props), {
|
|
3830
3830
|
id: "",
|