bk-magic-vue 2.4.12-beta.1 → 2.4.12-beta.4
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/bk-magic-vue.js
CHANGED
|
@@ -41831,7 +41831,12 @@
|
|
|
41831
41831
|
type: Boolean,
|
|
41832
41832
|
default: true
|
|
41833
41833
|
},
|
|
41834
|
-
pagination:
|
|
41834
|
+
pagination: {
|
|
41835
|
+
type: Object,
|
|
41836
|
+
default: function _default() {
|
|
41837
|
+
return {};
|
|
41838
|
+
}
|
|
41839
|
+
},
|
|
41835
41840
|
showPaginationInfo: {
|
|
41836
41841
|
type: Boolean,
|
|
41837
41842
|
default: true
|
|
@@ -41888,6 +41893,7 @@
|
|
|
41888
41893
|
fit: this.fit,
|
|
41889
41894
|
showHeader: this.showHeader
|
|
41890
41895
|
});
|
|
41896
|
+
this.pagination.showTotalCount = !!this.showPaginationInfo;
|
|
41891
41897
|
return {
|
|
41892
41898
|
layout: layout,
|
|
41893
41899
|
store: store,
|
|
@@ -42538,7 +42544,6 @@
|
|
|
42538
42544
|
attrs: {
|
|
42539
42545
|
"size": "small",
|
|
42540
42546
|
"align": "right",
|
|
42541
|
-
"show-total-count": _vm.showPaginationInfo,
|
|
42542
42547
|
"show-selection-count": _vm.showSelectionCount,
|
|
42543
42548
|
"selection-count": _vm.store.states.selection.length,
|
|
42544
42549
|
"popover-options": _vm.popoverOptions
|