tx-sider 2.3.6 → 2.3.7

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 CHANGED
@@ -21032,7 +21032,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
21032
21032
  return openBlock(), createBlock(_component_a_modal, {
21033
21033
  wrapClassName: [
21034
21034
  __props.removePadding ? "" : "not-padding",
21035
- __props.isScroll ? "module-class modal-components npm-class" : "module-class scroll-modal-components npm-class"
21035
+ __props.isScroll ? "module-class scroll-modal-components npm-class" : "module-class modal-components npm-class"
21036
21036
  ],
21037
21037
  visible: unref(inputV),
21038
21038
  "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => isRef(inputV) ? inputV.value = $event : null),
@@ -55211,7 +55211,7 @@ const _sfc_main = {
55211
55211
  });
55212
55212
  const changeTab = (item, i2) => {
55213
55213
  activeKey.value = i2;
55214
- content.value = item;
55214
+ content.value = item ?? {};
55215
55215
  };
55216
55216
  watch(
55217
55217
  () => ccflowData.newVersionList,
@@ -55219,7 +55219,7 @@ const _sfc_main = {
55219
55219
  var _a3;
55220
55220
  console.log("ccflowData.newVersionList", ccflowData.newVersionList);
55221
55221
  tableData.value = ccflowData.newVersionList;
55222
- content.value = ccflowData.newVersionList[0];
55222
+ content.value = ccflowData.newVersionList[0] ?? {};
55223
55223
  isModuleVersionUpdate.value = ((_a3 = ccflowData.newVersionList) == null ? void 0 : _a3.length) ? true : false;
55224
55224
  },
55225
55225
  { deep: true }
@@ -55369,7 +55369,7 @@ const _sfc_main = {
55369
55369
  };
55370
55370
  }
55371
55371
  };
55372
- const _withScopeId = (n10) => (pushScopeId("data-v-c0cfbc04"), n10 = n10(), popScopeId(), n10);
55372
+ const _withScopeId = (n10) => (pushScopeId("data-v-04b8a38f"), 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" }
@@ -56489,7 +56489,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
56489
56489
  }, 8, ["show"])
56490
56490
  ], 64);
56491
56491
  }
56492
- const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-c0cfbc04"]]);
56492
+ const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-04b8a38f"]]);
56493
56493
  const style = "";
56494
56494
  const components = [TSider];
56495
56495
  installComponents();