tx-sider 2.2.17 → 2.2.19
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 +17 -17
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -28308,7 +28308,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
28308
28308
|
}
|
|
28309
28309
|
return target;
|
|
28310
28310
|
};
|
|
28311
|
-
const _withScopeId$2 = (n2) => (pushScopeId("data-v-
|
|
28311
|
+
const _withScopeId$2 = (n2) => (pushScopeId("data-v-7429e72a"), n2 = n2(), popScopeId(), n2);
|
|
28312
28312
|
const _hoisted_1$2 = { class: "flex items-center h-[60px] pl-[40px] themeBGC" };
|
|
28313
28313
|
const _hoisted_2$2 = { class: "relative w-[30px] h-[30px]" };
|
|
28314
28314
|
const _hoisted_3$2 = {
|
|
@@ -28432,7 +28432,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
28432
28432
|
}, {
|
|
28433
28433
|
default: withCtx(() => [
|
|
28434
28434
|
createVNode(_component_a_col, {
|
|
28435
|
-
span:
|
|
28435
|
+
span: 3,
|
|
28436
28436
|
style: { "height": "100%", "overflow": "auto" }
|
|
28437
28437
|
}, {
|
|
28438
28438
|
default: withCtx(() => [
|
|
@@ -28446,7 +28446,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
28446
28446
|
_: 1
|
|
28447
28447
|
}),
|
|
28448
28448
|
createVNode(_component_a_col, {
|
|
28449
|
-
span:
|
|
28449
|
+
span: 21,
|
|
28450
28450
|
style: { "height": "100%", "width": "500px" }
|
|
28451
28451
|
}, {
|
|
28452
28452
|
default: withCtx(() => [
|
|
@@ -28493,7 +28493,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
28493
28493
|
};
|
|
28494
28494
|
}
|
|
28495
28495
|
});
|
|
28496
|
-
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
28496
|
+
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-7429e72a"]]);
|
|
28497
28497
|
const index$6 = "";
|
|
28498
28498
|
const index$5 = "";
|
|
28499
28499
|
const index$4 = "";
|
|
@@ -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-5f45d7b7"), 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" }
|
|
@@ -33909,7 +33909,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33909
33909
|
}, {
|
|
33910
33910
|
default: withCtx(() => [
|
|
33911
33911
|
createVNode(_component_a_col, {
|
|
33912
|
-
span:
|
|
33912
|
+
span: 3,
|
|
33913
33913
|
style: { "height": "100%", "overflow": "auto" }
|
|
33914
33914
|
}, {
|
|
33915
33915
|
default: withCtx(() => [
|
|
@@ -33923,7 +33923,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33923
33923
|
_: 1
|
|
33924
33924
|
}),
|
|
33925
33925
|
createVNode(_component_a_col, {
|
|
33926
|
-
span:
|
|
33926
|
+
span: 21,
|
|
33927
33927
|
style: { "height": "100%", "width": "500px" }
|
|
33928
33928
|
}, {
|
|
33929
33929
|
default: withCtx(() => [
|
|
@@ -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-5f45d7b7"]]);
|
|
33995
33995
|
const components = [TSider];
|
|
33996
33996
|
installComponents();
|
|
33997
33997
|
function installComponents() {
|