tx-sider 2.1.24 → 2.1.26
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 +14 -5
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -28128,6 +28128,10 @@ const _sfc_main = {
|
|
|
28128
28128
|
data3.baseVisible = false;
|
|
28129
28129
|
ifRemoveToken();
|
|
28130
28130
|
};
|
|
28131
|
+
const closeSetofBookModal = () => {
|
|
28132
|
+
data3.setofbooksVisible = false;
|
|
28133
|
+
ifRemoveToken();
|
|
28134
|
+
};
|
|
28131
28135
|
const openBaseModal = async () => {
|
|
28132
28136
|
var _a;
|
|
28133
28137
|
isShowAllProductionBasesModel.value = getModeuleInfoDataHandle(
|
|
@@ -28211,6 +28215,9 @@ const _sfc_main = {
|
|
|
28211
28215
|
const moduleHandle = () => {
|
|
28212
28216
|
console.log("关闭");
|
|
28213
28217
|
data3.moduleVisible = false;
|
|
28218
|
+
};
|
|
28219
|
+
const closeModule = () => {
|
|
28220
|
+
data3.moduleVisible = false;
|
|
28214
28221
|
ifRemoveToken();
|
|
28215
28222
|
};
|
|
28216
28223
|
const openModule = () => {
|
|
@@ -28306,6 +28313,7 @@ const _sfc_main = {
|
|
|
28306
28313
|
ModuleShow,
|
|
28307
28314
|
moduleTest3,
|
|
28308
28315
|
moduleHandle,
|
|
28316
|
+
closeModule,
|
|
28309
28317
|
routerPush,
|
|
28310
28318
|
menuList,
|
|
28311
28319
|
modeuleTypeValue,
|
|
@@ -28325,12 +28333,13 @@ const _sfc_main = {
|
|
|
28325
28333
|
/*******start 2.0*****/
|
|
28326
28334
|
permissionModuleList,
|
|
28327
28335
|
onFunOpen,
|
|
28328
|
-
route
|
|
28336
|
+
route,
|
|
28337
|
+
closeSetofBookModal
|
|
28329
28338
|
/*******end*****/
|
|
28330
28339
|
};
|
|
28331
28340
|
}
|
|
28332
28341
|
};
|
|
28333
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28342
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-a31ee82a"), n2 = n2(), popScopeId(), n2);
|
|
28334
28343
|
const _hoisted_1 = {
|
|
28335
28344
|
class: "bg-white defaultTS funcTC relative",
|
|
28336
28345
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -28988,7 +28997,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28988
28997
|
_hoisted_47,
|
|
28989
28998
|
createElementVNode("div", {
|
|
28990
28999
|
class: "h-[60px] w-[80px] zIndex",
|
|
28991
|
-
onClick: _cache[16] || (_cache[16] = ($event) =>
|
|
29000
|
+
onClick: _cache[16] || (_cache[16] = ($event) => $setup.closeModule())
|
|
28992
29001
|
})
|
|
28993
29002
|
])
|
|
28994
29003
|
]),
|
|
@@ -29226,7 +29235,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29226
29235
|
]),
|
|
29227
29236
|
createElementVNode("div", {
|
|
29228
29237
|
class: "h-[60px] w-[80px] zIndex",
|
|
29229
|
-
onClick: _cache[23] || (_cache[23] = ($event) =>
|
|
29238
|
+
onClick: _cache[23] || (_cache[23] = ($event) => $setup.closeSetofBookModal())
|
|
29230
29239
|
})
|
|
29231
29240
|
])
|
|
29232
29241
|
]),
|
|
@@ -29283,7 +29292,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29283
29292
|
}, 8, ["show"])
|
|
29284
29293
|
], 64);
|
|
29285
29294
|
}
|
|
29286
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29295
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a31ee82a"]]);
|
|
29287
29296
|
const components = [TSider];
|
|
29288
29297
|
installComponents();
|
|
29289
29298
|
function installComponents() {
|