@indfnd/common 1.1.15 → 1.1.16
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 +7 -0
- package/dist/ind-common.es.js +3 -4
- package/dist/ind-common.umd.cjs +3 -3
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
- package/src/styles/components/tree.less +4 -0
- package/src/styles/variables/theme/default/common.less +3 -0
- package/src/styles/variables/theme/small/common.less +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.1.16](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.15...v1.1.16) (2025-10-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 兼容湖北报错 ([54cb4ed](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/54cb4ed95d33c23d9b8e2e6e98e7939aa397ad78))
|
|
11
|
+
|
|
5
12
|
### [1.1.15](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.14...v1.1.15) (2025-10-10)
|
|
6
13
|
|
|
7
14
|
|
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.1.
|
|
5463
|
+
const version = "1.1.15";
|
|
5464
5464
|
const author = "huxuetong";
|
|
5465
5465
|
const publishConfig = {
|
|
5466
5466
|
registry: "https://registry.npmjs.org/"
|
|
@@ -53238,12 +53238,11 @@ const __vue2_script$14 = {
|
|
|
53238
53238
|
uuid: String,
|
|
53239
53239
|
showMenu: Boolean,
|
|
53240
53240
|
rowHeight: Number,
|
|
53241
|
-
headerHeight: Number,
|
|
53242
53241
|
getRowHeightProp: Function,
|
|
53243
53242
|
rowSpanDefs: Array,
|
|
53244
53243
|
headerHeight: {
|
|
53245
53244
|
type: Number,
|
|
53246
|
-
default: 28
|
|
53245
|
+
default: globalThis.$config.agHeaderHeight || 28
|
|
53247
53246
|
},
|
|
53248
53247
|
rowMultiSelectWithClick: Boolean,
|
|
53249
53248
|
pinnedTopRowData: Array,
|
|
@@ -54045,7 +54044,7 @@ const __vue2_script$14 = {
|
|
|
54045
54044
|
"ind-default-theme": 42,
|
|
54046
54045
|
"ind-small-theme": 28
|
|
54047
54046
|
};
|
|
54048
|
-
return (heightEnum[this.getTheme] || 0) + this.rowAddHeight;
|
|
54047
|
+
return (this.$config.agLineHeight || heightEnum[this.getTheme] || 0) + this.rowAddHeight;
|
|
54049
54048
|
},
|
|
54050
54049
|
onGridReady(params) {
|
|
54051
54050
|
window.gridApi = this.gridApi = params.api;
|