hrsass-components 2.4.8 → 2.4.9
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/lib/hrsass-components.js +2 -2
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +10500 -0
package/lib/hrsass-components.js
CHANGED
|
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
|
|
|
65
65
|
var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
|
|
66
66
|
var saveSvgAsPng = require('save-svg-as-png');
|
|
67
67
|
|
|
68
|
-
var version = "2.4.
|
|
68
|
+
var version = "2.4.9";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -7258,7 +7258,7 @@ var HrTableBase = {
|
|
|
7258
7258
|
} else {
|
|
7259
7259
|
var _loop = function _loop(i) {
|
|
7260
7260
|
var idx = _this.dataSource.findIndex(function (o) {
|
|
7261
|
-
return o
|
|
7261
|
+
return o[_rowKey] === _selectedRows[i][_rowKey];
|
|
7262
7262
|
});
|
|
7263
7263
|
if (idx !== -1) {
|
|
7264
7264
|
_selectedRows.splice(i, 1);
|