tx-sider 2.0.9 → 2.1.0
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 +4 -2
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27925,6 +27925,7 @@ const _sfc_main = {
|
|
|
27925
27925
|
} else if (moduleTestS.value.length == 1) {
|
|
27926
27926
|
changeModule(moduleTestS.value[0]);
|
|
27927
27927
|
} else {
|
|
27928
|
+
await getPermissionModuleListData();
|
|
27928
27929
|
clickModuleVisible();
|
|
27929
27930
|
}
|
|
27930
27931
|
};
|
|
@@ -28212,6 +28213,7 @@ const _sfc_main = {
|
|
|
28212
28213
|
clearInterval(setOfBookIdTimer);
|
|
28213
28214
|
});
|
|
28214
28215
|
const systemVisibleTrue = async () => {
|
|
28216
|
+
await getPermissionModuleListData();
|
|
28215
28217
|
data3.systemVisible = true;
|
|
28216
28218
|
};
|
|
28217
28219
|
const onFunOpen = () => {
|
|
@@ -28273,7 +28275,7 @@ const _sfc_main = {
|
|
|
28273
28275
|
};
|
|
28274
28276
|
}
|
|
28275
28277
|
};
|
|
28276
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28278
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-a0f5988a"), n2 = n2(), popScopeId(), n2);
|
|
28277
28279
|
const _hoisted_1 = {
|
|
28278
28280
|
class: "bg-white defaultTS funcTC relative",
|
|
28279
28281
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29222,7 +29224,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29222
29224
|
}, 8, ["show"])
|
|
29223
29225
|
], 64);
|
|
29224
29226
|
}
|
|
29225
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29227
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a0f5988a"]]);
|
|
29226
29228
|
const components = [TSider];
|
|
29227
29229
|
installComponents();
|
|
29228
29230
|
function installComponents() {
|