tx-sider 2.2.16 → 2.2.17
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 +6 -5
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -32697,7 +32697,7 @@ 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
32702
|
watch(
|
|
32703
32703
|
() => ccflowData.newVersionList,
|
|
@@ -32705,7 +32705,8 @@ const _sfc_main = {
|
|
|
32705
32705
|
var _a2;
|
|
32706
32706
|
console.log("ccflowData.newVersionList", ccflowData.newVersionList);
|
|
32707
32707
|
tableData.value = ccflowData.newVersionList;
|
|
32708
|
-
|
|
32708
|
+
content.value = ccflowData.newVersionList[0];
|
|
32709
|
+
isModuleVersionUpdate.value = ((_a2 = ccflowData.newVersionList) == null ? void 0 : _a2.length) ? true : false;
|
|
32709
32710
|
},
|
|
32710
32711
|
{ deep: true }
|
|
32711
32712
|
);
|
|
@@ -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-707db896"), 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-707db896"]]);
|
|
33994
33995
|
const components = [TSider];
|
|
33995
33996
|
installComponents();
|
|
33996
33997
|
function installComponents() {
|