tx-sider 2.2.16 → 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 +15 -14
- 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
|
// 是否显示功能账套
|
|
@@ -32697,15 +32697,24 @@ const _sfc_main = {
|
|
|
32697
32697
|
}
|
|
32698
32698
|
};
|
|
32699
32699
|
const isModuleVersionUpdate = ref(
|
|
32700
|
-
((_a = ccflowData.newVersionList) == null ? void 0 : _a.length) ? true :
|
|
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
|
() => {
|
|
32705
32713
|
var _a2;
|
|
32706
32714
|
console.log("ccflowData.newVersionList", ccflowData.newVersionList);
|
|
32707
32715
|
tableData.value = ccflowData.newVersionList;
|
|
32708
|
-
|
|
32716
|
+
content.value = ccflowData.newVersionList[0];
|
|
32717
|
+
isModuleVersionUpdate.value = ((_a2 = ccflowData.newVersionList) == null ? void 0 : _a2.length) ? true : false;
|
|
32709
32718
|
},
|
|
32710
32719
|
{ deep: true }
|
|
32711
32720
|
);
|
|
@@ -32779,14 +32788,6 @@ const _sfc_main = {
|
|
|
32779
32788
|
isModuleVersionUpdate.value = false;
|
|
32780
32789
|
}
|
|
32781
32790
|
};
|
|
32782
|
-
const activeKey = ref(0);
|
|
32783
|
-
const content = ref({
|
|
32784
|
-
description: ""
|
|
32785
|
-
});
|
|
32786
|
-
const changeTab = (item, i2) => {
|
|
32787
|
-
activeKey.value = i2;
|
|
32788
|
-
content.value = item;
|
|
32789
|
-
};
|
|
32790
32791
|
return {
|
|
32791
32792
|
...refData,
|
|
32792
32793
|
beforeUpload,
|
|
@@ -32861,7 +32862,7 @@ const _sfc_main = {
|
|
|
32861
32862
|
};
|
|
32862
32863
|
}
|
|
32863
32864
|
};
|
|
32864
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
32865
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-38ba5977"), n2 = n2(), popScopeId(), n2);
|
|
32865
32866
|
const _hoisted_1 = {
|
|
32866
32867
|
class: "bg-white defaultTS funcTC relative",
|
|
32867
32868
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -33904,7 +33905,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33904
33905
|
createElementVNode("div", _hoisted_95, [
|
|
33905
33906
|
createVNode(_component_a_row, {
|
|
33906
33907
|
gutter: 24,
|
|
33907
|
-
style: { "height": "90%" }
|
|
33908
|
+
style: { "height": "90%", "border-bottom": "1px solid #eadcb9" }
|
|
33908
33909
|
}, {
|
|
33909
33910
|
default: withCtx(() => [
|
|
33910
33911
|
createVNode(_component_a_col, {
|
|
@@ -33990,7 +33991,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33990
33991
|
}, 8, ["show"])
|
|
33991
33992
|
], 64);
|
|
33992
33993
|
}
|
|
33993
|
-
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"]]);
|
|
33994
33995
|
const components = [TSider];
|
|
33995
33996
|
installComponents();
|
|
33996
33997
|
function installComponents() {
|