tx-sider 2.1.69 → 2.2.1

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
@@ -37542,7 +37542,7 @@ const setUserRead = (id, moduleCode) => {
37542
37542
  });
37543
37543
  };
37544
37544
  const VersionUpdateModal_vue_vue_type_style_index_0_scoped_true_lang = "";
37545
- const _withScopeId$3 = (n2) => (pushScopeId("data-v-1a7ee761"), n2 = n2(), popScopeId(), n2);
37545
+ const _withScopeId$3 = (n2) => (pushScopeId("data-v-c31d9d32"), n2 = n2(), popScopeId(), n2);
37546
37546
  const _hoisted_1$4 = { class: "flex items-center h-[60px] pl-[40px] themeBGC" };
37547
37547
  const _hoisted_2$4 = { class: "relative w-[30px] h-[30px]" };
37548
37548
  const _hoisted_3$4 = {
@@ -37596,7 +37596,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
37596
37596
  show: { type: Boolean },
37597
37597
  paramsQuery: null,
37598
37598
  title: null,
37599
- ccflowData: null
37599
+ newVersionList: null
37600
37600
  },
37601
37601
  emits: ["update:show", "getItem"],
37602
37602
  setup(__props, { emit }) {
@@ -37695,10 +37695,9 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
37695
37695
  }
37696
37696
  };
37697
37697
  watch(
37698
- () => props2.ccflowData,
37698
+ () => props2.newVersionList,
37699
37699
  () => {
37700
- var _a;
37701
- tableData.value = (_a = props2.ccflowData) == null ? void 0 : _a.newVersionList;
37700
+ tableData.value = props2.newVersionList;
37702
37701
  },
37703
37702
  { deep: true }
37704
37703
  );
@@ -37789,7 +37788,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
37789
37788
  };
37790
37789
  }
37791
37790
  });
37792
- const __unplugin_components_7 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-1a7ee761"]]);
37791
+ const __unplugin_components_7 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-c31d9d32"]]);
37793
37792
  const index$7 = "";
37794
37793
  const CPagination_vue_vue_type_style_index_0_scoped_true_lang = "";
37795
37794
  const _hoisted_1$3 = { class: "Pagination" };
@@ -42477,7 +42476,7 @@ const _sfc_main = {
42477
42476
  };
42478
42477
  }
42479
42478
  };
42480
- const _withScopeId = (n2) => (pushScopeId("data-v-0eacee9d"), n2 = n2(), popScopeId(), n2);
42479
+ const _withScopeId = (n2) => (pushScopeId("data-v-0fa29760"), n2 = n2(), popScopeId(), n2);
42481
42480
  const _hoisted_1 = {
42482
42481
  class: "bg-white defaultTS funcTC relative",
42483
42482
  style: { "padding-bottom": "10px", "margin-bottom": "10px" }
@@ -43454,11 +43453,11 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
43454
43453
  show: $setup.isModuleVersionUpdate,
43455
43454
  "onUpdate:show": _cache[26] || (_cache[26] = ($event) => $setup.isModuleVersionUpdate = $event),
43456
43455
  title: "系统更新通知",
43457
- ccflowData: $setup.ccflowData
43458
- }, null, 8, ["show", "ccflowData"])) : createCommentVNode("", true)
43456
+ newVersionList: $setup.ccflowData.newVersionList
43457
+ }, null, 8, ["show", "newVersionList"])) : createCommentVNode("", true)
43459
43458
  ], 64);
43460
43459
  }
43461
- const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-0eacee9d"]]);
43460
+ const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-0fa29760"]]);
43462
43461
  const components = [TSider];
43463
43462
  installComponents();
43464
43463
  function installComponents() {