@bsgoal/common 2.14.2 → 2.14.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 CHANGED
@@ -4238,6 +4238,7 @@ const Sh = { class: "bsgoal-base-form" }, Th = { key: 1 }, Ih = Object.assign({
4238
4238
  key: 4,
4239
4239
  modelValue: g.value[T],
4240
4240
  "onUpdate:modelValue": (W) => g.value[T] = W,
4241
+ "no-data-text": "暂无数据",
4241
4242
  multiple: nt,
4242
4243
  placeholder: D(V, j, tt),
4243
4244
  onChange: (W) => $(V, T)
@@ -4560,7 +4561,7 @@ const Dh = { class: "bsgoal-base-table-pagination" }, Bh = { class: "base_table_
4560
4561
  */
4561
4562
  pageSize: {
4562
4563
  type: [Number],
4563
- default: 10
4564
+ default: 20
4564
4565
  },
4565
4566
  /**
4566
4567
  * 总条目
@@ -4767,7 +4768,7 @@ const Uh = { class: "bsgoal-base-table" }, kh = {
4767
4768
  */
4768
4769
  pageSize: {
4769
4770
  type: [Number],
4770
- default: 10
4771
+ default: 20
4771
4772
  }
4772
4773
  },
4773
4774
  setup(u, { expose: s }) {
@@ -5703,7 +5704,7 @@ const K1 = { class: "bsgoal-base-search-table" }, Z1 = { class: "base_search_tab
5703
5704
  */
5704
5705
  pageSize: {
5705
5706
  type: [Number],
5706
- default: 0
5707
+ default: 20
5707
5708
  }
5708
5709
  },
5709
5710
  setup(u, { expose: s }) {
@@ -7007,7 +7008,7 @@ const Gp = { class: "bsgoal-base-tree-table" }, Hp = { class: "base_tree_table"
7007
7008
  */
7008
7009
  pageSize: {
7009
7010
  type: [Number],
7010
- default: 10
7011
+ default: 20
7011
7012
  }
7012
7013
  },
7013
7014
  emits: ["on-click-tree", "on-switch-tree", "on-add-tree"],