tx-sider 2.2.17 → 2.2.18
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/lib/TXUI.mjs +11 -11
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -31971,7 +31971,7 @@ const _imports_0 = "data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbm
|
|
|
31971
31971
|
const TSider_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
31972
31972
|
const _sfc_main = {
|
|
31973
31973
|
name: "Tx-Sider",
|
|
31974
|
-
components: { EconomicsSider, CloseCircleOutlined: CloseCircleOutlined$1 },
|
|
31974
|
+
components: { EconomicsSider, CloseCircleOutlined: CloseCircleOutlined$1, Editor },
|
|
31975
31975
|
props: {
|
|
31976
31976
|
setofbooksShow: Boolean,
|
|
31977
31977
|
// 是否显示功能账套
|
|
@@ -32699,6 +32699,14 @@ const _sfc_main = {
|
|
|
32699
32699
|
const isModuleVersionUpdate = ref(
|
|
32700
32700
|
((_a = ccflowData.newVersionList) == null ? void 0 : _a.length) ? true : false
|
|
32701
32701
|
);
|
|
32702
|
+
const activeKey = ref(0);
|
|
32703
|
+
const content = ref({
|
|
32704
|
+
description: ""
|
|
32705
|
+
});
|
|
32706
|
+
const changeTab = (item, i2) => {
|
|
32707
|
+
activeKey.value = i2;
|
|
32708
|
+
content.value = item;
|
|
32709
|
+
};
|
|
32702
32710
|
watch(
|
|
32703
32711
|
() => ccflowData.newVersionList,
|
|
32704
32712
|
() => {
|
|
@@ -32780,14 +32788,6 @@ const _sfc_main = {
|
|
|
32780
32788
|
isModuleVersionUpdate.value = false;
|
|
32781
32789
|
}
|
|
32782
32790
|
};
|
|
32783
|
-
const activeKey = ref(0);
|
|
32784
|
-
const content = ref({
|
|
32785
|
-
description: ""
|
|
32786
|
-
});
|
|
32787
|
-
const changeTab = (item, i2) => {
|
|
32788
|
-
activeKey.value = i2;
|
|
32789
|
-
content.value = item;
|
|
32790
|
-
};
|
|
32791
32791
|
return {
|
|
32792
32792
|
...refData,
|
|
32793
32793
|
beforeUpload,
|
|
@@ -32862,7 +32862,7 @@ const _sfc_main = {
|
|
|
32862
32862
|
};
|
|
32863
32863
|
}
|
|
32864
32864
|
};
|
|
32865
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
32865
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-38ba5977"), n2 = n2(), popScopeId(), n2);
|
|
32866
32866
|
const _hoisted_1 = {
|
|
32867
32867
|
class: "bg-white defaultTS funcTC relative",
|
|
32868
32868
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -33991,7 +33991,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33991
33991
|
}, 8, ["show"])
|
|
33992
33992
|
], 64);
|
|
33993
33993
|
}
|
|
33994
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
33994
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-38ba5977"]]);
|
|
33995
33995
|
const components = [TSider];
|
|
33996
33996
|
installComponents();
|
|
33997
33997
|
function installComponents() {
|