tx-sider 2.1.25 → 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 +9 -4
- 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(
|
|
@@ -28329,12 +28333,13 @@ const _sfc_main = {
|
|
|
28329
28333
|
/*******start 2.0*****/
|
|
28330
28334
|
permissionModuleList,
|
|
28331
28335
|
onFunOpen,
|
|
28332
|
-
route
|
|
28336
|
+
route,
|
|
28337
|
+
closeSetofBookModal
|
|
28333
28338
|
/*******end*****/
|
|
28334
28339
|
};
|
|
28335
28340
|
}
|
|
28336
28341
|
};
|
|
28337
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28342
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-a31ee82a"), n2 = n2(), popScopeId(), n2);
|
|
28338
28343
|
const _hoisted_1 = {
|
|
28339
28344
|
class: "bg-white defaultTS funcTC relative",
|
|
28340
28345
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29230,7 +29235,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29230
29235
|
]),
|
|
29231
29236
|
createElementVNode("div", {
|
|
29232
29237
|
class: "h-[60px] w-[80px] zIndex",
|
|
29233
|
-
onClick: _cache[23] || (_cache[23] = ($event) =>
|
|
29238
|
+
onClick: _cache[23] || (_cache[23] = ($event) => $setup.closeSetofBookModal())
|
|
29234
29239
|
})
|
|
29235
29240
|
])
|
|
29236
29241
|
]),
|
|
@@ -29287,7 +29292,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29287
29292
|
}, 8, ["show"])
|
|
29288
29293
|
], 64);
|
|
29289
29294
|
}
|
|
29290
|
-
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"]]);
|
|
29291
29296
|
const components = [TSider];
|
|
29292
29297
|
installComponents();
|
|
29293
29298
|
function installComponents() {
|