@indfnd/common 1.0.104 → 1.0.106
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.106](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.0.105...v1.0.106) (2025-03-11)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 修改树形表格行高问题 ([8b1f24d](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/8b1f24ddabd0c8052d0320a21a2efc6ffa83f521))
|
|
11
|
+
|
|
12
|
+
### [1.0.105](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.0.104...v1.0.105) (2025-03-11)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* 移动端表格逻辑处理 ([b83c1e0](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/b83c1e0a5a26dbb92ca85fda9ec402241eb72c46))
|
|
18
|
+
|
|
5
19
|
### [1.0.104](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.0.103...v1.0.104) (2025-03-11)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -14252,6 +14252,7 @@ th.ivu-table-column-right {
|
|
|
14252
14252
|
overflow: hidden;
|
|
14253
14253
|
text-overflow: ellipsis;
|
|
14254
14254
|
white-space: nowrap;
|
|
14255
|
+
line-height: 1.2;
|
|
14255
14256
|
}
|
|
14256
14257
|
.ivu-table-cell-with-expand {
|
|
14257
14258
|
height: 47px;
|
package/dist/ind-common.es.js
CHANGED
|
@@ -5460,7 +5460,7 @@ var lodash = { exports: {} };
|
|
|
5460
5460
|
})(lodash, lodash.exports);
|
|
5461
5461
|
var _ = lodash.exports;
|
|
5462
5462
|
const name$1 = "@indfnd/common";
|
|
5463
|
-
const version = "1.0.
|
|
5463
|
+
const version = "1.0.105";
|
|
5464
5464
|
const author = "huxuetong";
|
|
5465
5465
|
const publishConfig = {
|
|
5466
5466
|
registry: "https://registry.npmjs.org/"
|
|
@@ -55281,6 +55281,8 @@ const __vue2_script$11 = {
|
|
|
55281
55281
|
this.$emit("on-select-change", selectedRows);
|
|
55282
55282
|
},
|
|
55283
55283
|
selectionChanged() {
|
|
55284
|
+
var selectedRows = this.gridApi.getSelectedRows();
|
|
55285
|
+
this.$emit("on-select-change", selectedRows);
|
|
55284
55286
|
},
|
|
55285
55287
|
resetTableSize(name2) {
|
|
55286
55288
|
this.tableSize = name2;
|