tx-sider 2.3.2 → 2.3.3
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 +8 -4
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -50817,7 +50817,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
50817
50817
|
}
|
|
50818
50818
|
return target;
|
|
50819
50819
|
};
|
|
50820
|
-
const _withScopeId$2 = (n10) => (pushScopeId("data-v-
|
|
50820
|
+
const _withScopeId$2 = (n10) => (pushScopeId("data-v-58f789d2"), n10 = n10(), popScopeId(), n10);
|
|
50821
50821
|
const _hoisted_1$2 = { class: "flex items-center h-[60px] pl-[40px] themeBGC" };
|
|
50822
50822
|
const _hoisted_2$2 = { class: "relative w-[30px] h-[30px]" };
|
|
50823
50823
|
const _hoisted_3$2 = {
|
|
@@ -50891,7 +50891,9 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50891
50891
|
spinning.value = true;
|
|
50892
50892
|
const res = await GetVersionManageAllList(formData);
|
|
50893
50893
|
tableData.value = res ?? [];
|
|
50894
|
-
content.value = res[0] ?? {
|
|
50894
|
+
content.value = res[0] ?? {
|
|
50895
|
+
description: ""
|
|
50896
|
+
};
|
|
50895
50897
|
spinning.value = false;
|
|
50896
50898
|
};
|
|
50897
50899
|
const formData = reactive({
|
|
@@ -50913,7 +50915,9 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50913
50915
|
});
|
|
50914
50916
|
const changeTab = (item, i2) => {
|
|
50915
50917
|
activeKey.value = i2;
|
|
50916
|
-
content.value = item ?? {
|
|
50918
|
+
content.value = item ?? {
|
|
50919
|
+
description: ""
|
|
50920
|
+
};
|
|
50917
50921
|
};
|
|
50918
50922
|
return (_ctx, _cache) => {
|
|
50919
50923
|
const _component_a_col = __unplugin_components_7;
|
|
@@ -50993,7 +50997,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
50993
50997
|
};
|
|
50994
50998
|
}
|
|
50995
50999
|
});
|
|
50996
|
-
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
51000
|
+
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-58f789d2"]]);
|
|
50997
51001
|
const index$6 = "";
|
|
50998
51002
|
const index$5 = "";
|
|
50999
51003
|
const index$4 = "";
|