@bsgoal/common 2.13.4 → 2.13.6
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 +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/bsgoal-base-table/demo.vue +3 -3
- package/src/components/bsgoal-base-table/index.vue +7 -5
- package/src/components/bsgoal-base-tree-table/demo.vue +2 -2
- package/src/components/bsgoal-base-tree-table/index.vue +2 -3
package/dist/index.mjs
CHANGED
|
@@ -4760,8 +4760,8 @@ const Tp = { class: "bsgoal-base-table" }, Cp = {
|
|
|
4760
4760
|
default: !0
|
|
4761
4761
|
},
|
|
4762
4762
|
/**
|
|
4763
|
-
|
|
4764
|
-
|
|
4763
|
+
* 每页显示条目个数
|
|
4764
|
+
*/
|
|
4765
4765
|
pageSize: {
|
|
4766
4766
|
type: [Number],
|
|
4767
4767
|
default: 10
|
|
@@ -4858,7 +4858,7 @@ const Tp = { class: "bsgoal-base-table" }, Cp = {
|
|
|
4858
4858
|
align: je,
|
|
4859
4859
|
width: Cn,
|
|
4860
4860
|
fixed: On,
|
|
4861
|
-
"min-width": `${Ce.length * 14 +
|
|
4861
|
+
"min-width": `${Ce.length * 14 + 30}px`
|
|
4862
4862
|
}, {
|
|
4863
4863
|
default: Z(({ row: Ke }) => [
|
|
4864
4864
|
We(W.$slots, ye, { row: Ke }, () => [
|
|
@@ -7020,7 +7020,7 @@ const Nv = { class: "bsgoal-base-tree-table" }, Bv = { class: "base_tree_table"
|
|
|
7020
7020
|
}, D = fe(null);
|
|
7021
7021
|
p({
|
|
7022
7022
|
refreshList: (P = {}) => {
|
|
7023
|
-
|
|
7023
|
+
D.value.refresh(P);
|
|
7024
7024
|
}
|
|
7025
7025
|
});
|
|
7026
7026
|
const se = Ge(() => {
|