bk-magic-vue 2.4.11 → 2.4.12-beta.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.
@@ -10012,7 +10012,7 @@ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em{
10012
10012
  .position-left .bk-tab-label-wrapper.has-scroller.has-add .bk-tab-add-controller, .position-right .bk-tab-label-wrapper.has-scroller.has-add .bk-tab-add-controller{
10013
10013
  border-left:none;
10014
10014
  }
10015
- .position-left .bk-tab-label-wrapper.has-scroller.has-add ..bk-tab-extension-controller, .position-right .bk-tab-label-wrapper.has-scroller.has-add ..bk-tab-extension-controller{
10015
+ .position-left .bk-tab-label-wrapper.has-scroller.has-add .bk-tab-extension-controller, .position-right .bk-tab-label-wrapper.has-scroller.has-add .bk-tab-extension-controller{
10016
10016
  border-left:none;
10017
10017
  }
10018
10018
  .position-left .bk-tab-label-wrapper .bk-tab-label-list, .position-right .bk-tab-label-wrapper .bk-tab-label-list{
@@ -41831,7 +41831,10 @@
41831
41831
  type: Boolean,
41832
41832
  default: true
41833
41833
  },
41834
- pagination: Object,
41834
+ pagination: {
41835
+ type: Object,
41836
+ default: {}
41837
+ },
41835
41838
  showPaginationInfo: {
41836
41839
  type: Boolean,
41837
41840
  default: true
@@ -41888,6 +41891,7 @@
41888
41891
  fit: this.fit,
41889
41892
  showHeader: this.showHeader
41890
41893
  });
41894
+ this.pagination.showTotalCount = !!this.showPaginationInfo;
41891
41895
  return {
41892
41896
  layout: layout,
41893
41897
  store: store,
@@ -42538,7 +42542,6 @@
42538
42542
  attrs: {
42539
42543
  "size": "small",
42540
42544
  "align": "right",
42541
- "show-total-count": _vm.showPaginationInfo,
42542
42545
  "show-selection-count": _vm.showSelectionCount,
42543
42546
  "selection-count": _vm.store.states.selection.length,
42544
42547
  "popover-options": _vm.popoverOptions