@indfnd/common 1.1.15 → 1.1.17

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,21 @@
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.17](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.16...v1.1.17) (2025-11-03)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 修改 ([75c284a](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/75c284a8b5268edfd5a23793d3bd90e08b1ae1ac))
11
+ * 修改 ([387e6c9](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/387e6c9e103f561e4a0fba72051f6aa3a2f9853b))
12
+
13
+ ### [1.1.16](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v1.1.15...v1.1.16) (2025-10-30)
14
+
15
+
16
+ ### Features
17
+
18
+ * 兼容湖北报错 ([54cb4ed](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/54cb4ed95d33c23d9b8e2e6e98e7939aa397ad78))
19
+
5
20
  ### [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
21
 
7
22
 
@@ -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.14";
5463
+ const version = "1.1.16";
5464
5464
  const author = "huxuetong";
5465
5465
  const publishConfig = {
5466
5466
  registry: "https://registry.npmjs.org/"
@@ -53238,12 +53238,14 @@ 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() {
53246
+ var _a;
53247
+ return ((_a = this.$config) == null ? void 0 : _a.agHeaderHeight) || 28;
53248
+ }
53247
53249
  },
53248
53250
  rowMultiSelectWithClick: Boolean,
53249
53251
  pinnedTopRowData: Array,
@@ -54045,7 +54047,7 @@ const __vue2_script$14 = {
54045
54047
  "ind-default-theme": 42,
54046
54048
  "ind-small-theme": 28
54047
54049
  };
54048
- return (heightEnum[this.getTheme] || 0) + this.rowAddHeight;
54050
+ return (this.$config.agLineHeight || heightEnum[this.getTheme] || 0) + this.rowAddHeight;
54049
54051
  },
54050
54052
  onGridReady(params) {
54051
54053
  window.gridApi = this.gridApi = params.api;