bk-magic-vue 2.4.2 → 2.4.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/bk-magic-vue.css +1 -1
- package/dist/bk-magic-vue.js +19 -7
- package/dist/bk-magic-vue.min.css.map +1 -1
- package/dist/bk-magic-vue.min.js +1 -1
- package/dist/bk-magic-vue.min.js.gz +0 -0
- package/dist/bk-magic-vue.min.js.map +1 -1
- package/lib/date-picker.js +2 -2
- package/lib/directives/overflow-tips.js +1 -1
- package/lib/message.js +1 -1
- package/lib/pagination.js +7 -0
- package/lib/tab.js +1 -1
- package/lib/table.js +16 -4
- package/lib/time-picker.js +2 -2
- package/lib/transfer.js +1 -1
- package/lib/ui/affix.css +1 -1
- package/lib/ui/affix.min.css.map +1 -1
- package/lib/ui/bk-magic-vue.css +1 -1
- package/lib/ui/bk-magic-vue.min.css.map +1 -1
- package/lib/upload.js +1 -1
- package/lib/version-detail.js +1 -1
- package/package.json +1 -1
package/dist/bk-magic-vue.css
CHANGED
|
@@ -15749,7 +15749,7 @@ th.bk-table-column-selection .cell, th.bk-table-column-expand .cell, td.bk-table
|
|
|
15749
15749
|
background-color:#dcdee5;
|
|
15750
15750
|
}
|
|
15751
15751
|
.bk-affix{
|
|
15752
|
-
|
|
15752
|
+
position:fixed
|
|
15753
15753
|
}
|
|
15754
15754
|
.bk-back-to-top{
|
|
15755
15755
|
position:fixed;
|
package/dist/bk-magic-vue.js
CHANGED
|
@@ -8362,7 +8362,7 @@
|
|
|
8362
8362
|
}, [_c('path', {
|
|
8363
8363
|
attrs: {
|
|
8364
8364
|
"fill": "#c4c6cc",
|
|
8365
|
-
"d": "M512,128c51.9,0,102.2,10.1,149.5,30.2c45.7,19.3,86.8,47,122.1,82.3s63,76.4,82.3,122.1\n
|
|
8365
|
+
"d": "M512,128c51.9,0,102.2,10.1,149.5,30.2c45.7,19.3,86.8,47,122.1,82.3s63,76.4,82.3,122.1\n c20,47.3,30.2,97.6,30.2,149.5S886,614.3,865.9,661.6c-19.3,45.7-47,86.8-82.3,122.1s-76.4,63-122.1,82.3\n c-47.3,20-97.6,30.2-149.5,30.2S409.8,886.1,362.5,866c-45.7-19.3-86.8-47-122.1-82.3s-63-76.4-82.3-122.1\n c-20-47.3-30.2-97.6-30.2-149.5s10.1-102.2,30.2-149.5c19.3-45.7,47-86.8,82.3-122.1s76.4-63,122.1-82.3\n C409.8,138.1,460.1,128,512,128 M512,64C264.6,64,64,264.6,64,512s200.6,448,448,448s448-200.6,448-448S759.4,64,512,64L512,64z"
|
|
8366
8366
|
}
|
|
8367
8367
|
}), _c('polygon', {
|
|
8368
8368
|
attrs: {
|
|
@@ -8383,7 +8383,7 @@
|
|
|
8383
8383
|
}, [_c('path', {
|
|
8384
8384
|
attrs: {
|
|
8385
8385
|
"fill": "#c4c6cc",
|
|
8386
|
-
"d": "M896,128h-96v64h64v112H160V192h64v-64h-96c-17.7,0-32,14.3-32,32v736c0,17.7,14.3,32,32,32h768\n
|
|
8386
|
+
"d": "M896,128h-96v64h64v112H160V192h64v-64h-96c-17.7,0-32,14.3-32,32v736c0,17.7,14.3,32,32,32h768\n c17.7,0,32-14.3,32-32V160C928,142.3,913.7,128,896,128z M160,864V368h704v496H160z"
|
|
8387
8387
|
}
|
|
8388
8388
|
}), _c('rect', {
|
|
8389
8389
|
attrs: {
|
|
@@ -10259,7 +10259,7 @@
|
|
|
10259
10259
|
var createDom = function createDom(el, css) {
|
|
10260
10260
|
var dom = document.createElement('div');
|
|
10261
10261
|
var width = _parseFloat$2(css['width']) ? Math.ceil(_parseFloat$2(css['width'])) + 'px' : css['width'];
|
|
10262
|
-
dom.style.cssText = "\n
|
|
10262
|
+
dom.style.cssText = "\n width: ".concat(width, ";\n line-height: ").concat(css['line-height'], ";\n font-size: ").concat(css['font-size'], ";\n word-break: ").concat(css['word-break'], ";\n padding: ").concat(css['padding'], ";\n ");
|
|
10263
10263
|
dom.textContent = el.textContent;
|
|
10264
10264
|
return dom;
|
|
10265
10265
|
};
|
|
@@ -33555,6 +33555,12 @@
|
|
|
33555
33555
|
},
|
|
33556
33556
|
mixins: [locale.mixin],
|
|
33557
33557
|
props: {
|
|
33558
|
+
popoverOptions: {
|
|
33559
|
+
type: Object,
|
|
33560
|
+
default: function _default() {
|
|
33561
|
+
return {};
|
|
33562
|
+
}
|
|
33563
|
+
},
|
|
33558
33564
|
type: {
|
|
33559
33565
|
type: String,
|
|
33560
33566
|
default: 'default',
|
|
@@ -33781,6 +33787,7 @@
|
|
|
33781
33787
|
},
|
|
33782
33788
|
attrs: {
|
|
33783
33789
|
"placeholder": "页数",
|
|
33790
|
+
"popover-options": _vm.popoverOptions,
|
|
33784
33791
|
"clearable": false,
|
|
33785
33792
|
"size": _vm.small ? 'small' : ''
|
|
33786
33793
|
},
|
|
@@ -37378,7 +37385,7 @@
|
|
|
37378
37385
|
case 21:
|
|
37379
37386
|
_context2.prev = 21;
|
|
37380
37387
|
_context2.t0 = _context2["catch"](14);
|
|
37381
|
-
console.
|
|
37388
|
+
console.warn('Previous tab toggle canceled');
|
|
37382
37389
|
case 24:
|
|
37383
37390
|
_context2.prev = 24;
|
|
37384
37391
|
_this3.clearToggleStatus();
|
|
@@ -39376,11 +39383,9 @@
|
|
|
39376
39383
|
if (lastColumn) {
|
|
39377
39384
|
if (!this.scrollX && flattenColumns.length) {
|
|
39378
39385
|
var deltaWidth = bodyWidth - bodyMinWidth;
|
|
39379
|
-
console.log('from print table last column < ', lastColumn);
|
|
39380
39386
|
lastColumn.realWidth = lastColumn.realWidth + deltaWidth;
|
|
39381
39387
|
this.bodyWidth = bodyWidth;
|
|
39382
39388
|
} else {
|
|
39383
|
-
console.log('from print table last column > ', lastColumn);
|
|
39384
39389
|
if (lastColumn) {
|
|
39385
39390
|
var lastRealWidth = typeof lastColumn.width !== 'number' ? lastColumn.minWidth : lastColumn.width;
|
|
39386
39391
|
var preLastColumnBodyMinWidth = bodyMinWidth - lastColumn.realWidth;
|
|
@@ -41460,6 +41465,12 @@
|
|
|
41460
41465
|
isLoading: false
|
|
41461
41466
|
};
|
|
41462
41467
|
}
|
|
41468
|
+
},
|
|
41469
|
+
popoverOptions: {
|
|
41470
|
+
type: Object,
|
|
41471
|
+
default: function _default() {
|
|
41472
|
+
return {};
|
|
41473
|
+
}
|
|
41463
41474
|
}
|
|
41464
41475
|
},
|
|
41465
41476
|
data: function data() {
|
|
@@ -42125,7 +42136,8 @@
|
|
|
42125
42136
|
"align": "right",
|
|
42126
42137
|
"show-total-count": _vm.showPaginationInfo,
|
|
42127
42138
|
"show-selection-count": _vm.showSelectionCount,
|
|
42128
|
-
"selection-count": _vm.store.states.selection.length
|
|
42139
|
+
"selection-count": _vm.store.states.selection.length,
|
|
42140
|
+
"popover-options": _vm.popoverOptions
|
|
42129
42141
|
},
|
|
42130
42142
|
on: {
|
|
42131
42143
|
"change": _vm.handlePageChange,
|