@bsgoal/common 2.22.1 → 2.22.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/dist/index.mjs +13 -8
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6527,6 +6527,8 @@ const f1 = { class: "bsgoal-base-button" }, d1 = {
|
|
|
6527
6527
|
return A;
|
|
6528
6528
|
}), d = Be(() => {
|
|
6529
6529
|
const { mode: m = "", content: A = "" } = s;
|
|
6530
|
+
if (A)
|
|
6531
|
+
return A;
|
|
6530
6532
|
switch (m) {
|
|
6531
6533
|
case "cancel":
|
|
6532
6534
|
return "取消";
|
|
@@ -8744,7 +8746,7 @@ const wm = { class: "bsgoal-base-dialog-form" }, Em = Object.assign({
|
|
|
8744
8746
|
};
|
|
8745
8747
|
}
|
|
8746
8748
|
});
|
|
8747
|
-
const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_operation" }, Cm = Object.assign({
|
|
8749
|
+
const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_operation" }, Cm = { class: "table_operation_more" }, Mm = Object.assign({
|
|
8748
8750
|
name: "BsgoalBaseTableOperation"
|
|
8749
8751
|
}, {
|
|
8750
8752
|
__name: "index",
|
|
@@ -8767,6 +8769,7 @@ const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_o
|
|
|
8767
8769
|
_.value ? (b(), ie(m, {
|
|
8768
8770
|
key: 0,
|
|
8769
8771
|
placement: "top-start",
|
|
8772
|
+
teleported: !1,
|
|
8770
8773
|
width: i.width,
|
|
8771
8774
|
trigger: "hover"
|
|
8772
8775
|
}, {
|
|
@@ -8779,7 +8782,9 @@ const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_o
|
|
|
8779
8782
|
})
|
|
8780
8783
|
]),
|
|
8781
8784
|
default: j(() => [
|
|
8782
|
-
|
|
8785
|
+
Q("div", Cm, [
|
|
8786
|
+
Oe(p.$slots, "more")
|
|
8787
|
+
])
|
|
8783
8788
|
]),
|
|
8784
8789
|
_: 3
|
|
8785
8790
|
}, 8, ["width"])) : fe("", !0)
|
|
@@ -8787,7 +8792,7 @@ const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_o
|
|
|
8787
8792
|
]);
|
|
8788
8793
|
};
|
|
8789
8794
|
}
|
|
8790
|
-
}),
|
|
8795
|
+
}), Bm = M, Dm = Fl, $m = {
|
|
8791
8796
|
install(i, s = {}) {
|
|
8792
8797
|
const { exclude: a = [] } = s, _ = {
|
|
8793
8798
|
BsgoalBaseForm: Iu,
|
|
@@ -8815,17 +8820,17 @@ const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_o
|
|
|
8815
8820
|
BsgoalBaseDialogForm: Em,
|
|
8816
8821
|
BsgoalBaseTimeSelect: Sm,
|
|
8817
8822
|
BsgoalBaseCascaderMultipl: Su,
|
|
8818
|
-
BsgoalBaseTableOperation:
|
|
8823
|
+
BsgoalBaseTableOperation: Mm
|
|
8819
8824
|
};
|
|
8820
8825
|
for (const [p, y] of Object.entries(_))
|
|
8821
8826
|
a.includes(p) || i.component(p, y);
|
|
8822
8827
|
},
|
|
8823
|
-
ComponentTypeEnums:
|
|
8828
|
+
ComponentTypeEnums: Bm,
|
|
8824
8829
|
useFetch: Fl
|
|
8825
8830
|
};
|
|
8826
8831
|
export {
|
|
8827
|
-
|
|
8828
|
-
|
|
8829
|
-
|
|
8832
|
+
Bm as ComponentTypeEnums,
|
|
8833
|
+
$m as default,
|
|
8834
|
+
Dm as useFetchApi
|
|
8830
8835
|
};
|
|
8831
8836
|
//# sourceMappingURL=index.mjs.map
|