tx-sider 2.1.11 → 2.1.12
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 +10 -13
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -24505,14 +24505,11 @@ const _sfc_main$1 = {
|
|
|
24505
24505
|
menuTitle.value = props.menuTitle;
|
|
24506
24506
|
}
|
|
24507
24507
|
);
|
|
24508
|
-
watch(
|
|
24509
|
-
(
|
|
24510
|
-
|
|
24511
|
-
if (props.module) {
|
|
24512
|
-
getMenuList();
|
|
24513
|
-
}
|
|
24508
|
+
watch(() => props.module, () => {
|
|
24509
|
+
if (props.module) {
|
|
24510
|
+
getMenuList();
|
|
24514
24511
|
}
|
|
24515
|
-
);
|
|
24512
|
+
});
|
|
24516
24513
|
const menuList = ref([]);
|
|
24517
24514
|
const getMenuList = async () => {
|
|
24518
24515
|
const { items } = await getPermissionSetOfBookMenuList(props.module);
|
|
@@ -24550,7 +24547,7 @@ const _sfc_main$1 = {
|
|
|
24550
24547
|
};
|
|
24551
24548
|
}
|
|
24552
24549
|
};
|
|
24553
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
24550
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-d658c1e0"), n2 = n2(), popScopeId(), n2);
|
|
24554
24551
|
const _hoisted_1$1 = {
|
|
24555
24552
|
key: 0,
|
|
24556
24553
|
class: "w-[80px] flex flex-col justify-center focusTC bb-f5f5f5 br-f5f5f5",
|
|
@@ -24671,7 +24668,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24671
24668
|
}, 8, ["activeKey"])
|
|
24672
24669
|
]);
|
|
24673
24670
|
}
|
|
24674
|
-
const EconomicsSider = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
24671
|
+
const EconomicsSider = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-d658c1e0"]]);
|
|
24675
24672
|
window.location.hostname.split(".");
|
|
24676
24673
|
function encryptionStr(data3) {
|
|
24677
24674
|
if (data3 === null || data3 === void 0) {
|
|
@@ -28016,10 +28013,10 @@ const _sfc_main = {
|
|
|
28016
28013
|
setSetOfBookIdToCookie(res);
|
|
28017
28014
|
setTokenToCookie();
|
|
28018
28015
|
}
|
|
28019
|
-
|
|
28016
|
+
currentBaseGet().then((res2) => {
|
|
28020
28017
|
localStorage.setItem("baseId", res2);
|
|
28021
28018
|
baseId.value = localStorage.getItem("baseId");
|
|
28022
|
-
})
|
|
28019
|
+
});
|
|
28023
28020
|
});
|
|
28024
28021
|
const getOfbooksTest = (id, showModal = true) => {
|
|
28025
28022
|
const okHandle = async () => {
|
|
@@ -28309,7 +28306,7 @@ const _sfc_main = {
|
|
|
28309
28306
|
};
|
|
28310
28307
|
}
|
|
28311
28308
|
};
|
|
28312
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28309
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-2a69745e"), n2 = n2(), popScopeId(), n2);
|
|
28313
28310
|
const _hoisted_1 = {
|
|
28314
28311
|
class: "bg-white defaultTS funcTC relative",
|
|
28315
28312
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29262,7 +29259,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29262
29259
|
}, 8, ["show"])
|
|
29263
29260
|
], 64);
|
|
29264
29261
|
}
|
|
29265
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29262
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2a69745e"]]);
|
|
29266
29263
|
const components = [TSider];
|
|
29267
29264
|
installComponents();
|
|
29268
29265
|
function installComponents() {
|