tx-sider 2.3.8 → 2.3.10
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 -3
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -55369,7 +55369,7 @@ const _sfc_main = {
|
|
|
55369
55369
|
};
|
|
55370
55370
|
}
|
|
55371
55371
|
};
|
|
55372
|
-
const _withScopeId = (n10) => (pushScopeId("data-v-
|
|
55372
|
+
const _withScopeId = (n10) => (pushScopeId("data-v-7da9d10c"), n10 = n10(), popScopeId(), n10);
|
|
55373
55373
|
const _hoisted_1 = {
|
|
55374
55374
|
class: "bg-white defaultTS funcTC relative",
|
|
55375
55375
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -56399,7 +56399,8 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56399
56399
|
createVNode(_component_MrpModal, {
|
|
56400
56400
|
show: $setup.isModuleVersionUpdate,
|
|
56401
56401
|
"onUpdate:show": _cache[27] || (_cache[27] = ($event) => $setup.isModuleVersionUpdate = $event),
|
|
56402
|
-
"remove-padding": false
|
|
56402
|
+
"remove-padding": false,
|
|
56403
|
+
isScroll: false
|
|
56403
56404
|
}, {
|
|
56404
56405
|
title: withCtx(() => [
|
|
56405
56406
|
createElementVNode("div", _hoisted_86, [
|
|
@@ -56489,7 +56490,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56489
56490
|
}, 8, ["show"])
|
|
56490
56491
|
], 64);
|
|
56491
56492
|
}
|
|
56492
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
56493
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7da9d10c"]]);
|
|
56493
56494
|
const style = "";
|
|
56494
56495
|
const components = [TSider];
|
|
56495
56496
|
installComponents();
|