@bsgoal/common 2.22.2 → 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 +11 -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
|
@@ -8746,7 +8746,7 @@ const wm = { class: "bsgoal-base-dialog-form" }, Em = Object.assign({
|
|
|
8746
8746
|
};
|
|
8747
8747
|
}
|
|
8748
8748
|
});
|
|
8749
|
-
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({
|
|
8750
8750
|
name: "BsgoalBaseTableOperation"
|
|
8751
8751
|
}, {
|
|
8752
8752
|
__name: "index",
|
|
@@ -8769,6 +8769,7 @@ const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_o
|
|
|
8769
8769
|
_.value ? (b(), ie(m, {
|
|
8770
8770
|
key: 0,
|
|
8771
8771
|
placement: "top-start",
|
|
8772
|
+
teleported: !1,
|
|
8772
8773
|
width: i.width,
|
|
8773
8774
|
trigger: "hover"
|
|
8774
8775
|
}, {
|
|
@@ -8781,7 +8782,9 @@ const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_o
|
|
|
8781
8782
|
})
|
|
8782
8783
|
]),
|
|
8783
8784
|
default: j(() => [
|
|
8784
|
-
|
|
8785
|
+
Q("div", Cm, [
|
|
8786
|
+
Oe(p.$slots, "more")
|
|
8787
|
+
])
|
|
8785
8788
|
]),
|
|
8786
8789
|
_: 3
|
|
8787
8790
|
}, 8, ["width"])) : fe("", !0)
|
|
@@ -8789,7 +8792,7 @@ const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_o
|
|
|
8789
8792
|
]);
|
|
8790
8793
|
};
|
|
8791
8794
|
}
|
|
8792
|
-
}),
|
|
8795
|
+
}), Bm = M, Dm = Fl, $m = {
|
|
8793
8796
|
install(i, s = {}) {
|
|
8794
8797
|
const { exclude: a = [] } = s, _ = {
|
|
8795
8798
|
BsgoalBaseForm: Iu,
|
|
@@ -8817,17 +8820,17 @@ const Tm = { class: "bsgoal-base-table-operation" }, Im = { class: "base_table_o
|
|
|
8817
8820
|
BsgoalBaseDialogForm: Em,
|
|
8818
8821
|
BsgoalBaseTimeSelect: Sm,
|
|
8819
8822
|
BsgoalBaseCascaderMultipl: Su,
|
|
8820
|
-
BsgoalBaseTableOperation:
|
|
8823
|
+
BsgoalBaseTableOperation: Mm
|
|
8821
8824
|
};
|
|
8822
8825
|
for (const [p, y] of Object.entries(_))
|
|
8823
8826
|
a.includes(p) || i.component(p, y);
|
|
8824
8827
|
},
|
|
8825
|
-
ComponentTypeEnums:
|
|
8828
|
+
ComponentTypeEnums: Bm,
|
|
8826
8829
|
useFetch: Fl
|
|
8827
8830
|
};
|
|
8828
8831
|
export {
|
|
8829
|
-
|
|
8830
|
-
|
|
8831
|
-
|
|
8832
|
+
Bm as ComponentTypeEnums,
|
|
8833
|
+
$m as default,
|
|
8834
|
+
Dm as useFetchApi
|
|
8832
8835
|
};
|
|
8833
8836
|
//# sourceMappingURL=index.mjs.map
|