@indfnd/common 0.1.17 → 0.1.19

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
+ ### [0.1.19](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.18...v0.1.19) (2024-03-31)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 表格input类型的小数位处理 ([ca9e851](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/ca9e851801a5e328ef8c137fe1a3391b1bc1063c))
11
+
12
+ ### [0.1.18](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.17...v0.1.18) (2024-03-31)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * 报表指标组件多选样式问题修复 ([b86756f](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/b86756f4d6df65a2218c4363a274593e15c8147a))
18
+
5
19
  ### [0.1.17](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.16...v0.1.17) (2024-03-31)
6
20
 
7
21
 
@@ -2,7 +2,7 @@ import { Button as Button$1, ButtonGroup as ButtonGroup$1, Input, Drawer as Draw
2
2
  import { isNil, formatDate as formatDate$1, useConfig, getLocalStorage, getQuarterNum, formatQuarter, str2Date, isDate, isArray, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, isFunction, isString, exportJsonToExcel as exportJsonToExcel$1, importJsonFromExcel, on, off, deleteMenuHistoryApi, deleteMenuCollectApi, getMenuHistoryApi, getMenuCollectApi, listItemTreeApi, getPriceInfo, MIME_TYPE, base64ToBlob, putOssFileApi, isEqual, getCaptchaURL, guid, setLocalStorage, removeLocalStorage, clearSessionStorage, cryptor, getToken, putOssFileUrl, getOssFileUrl, responseInterceptors, config as config$1, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, getSessionStorage, setSessionStorage, getAppListApi, getPermissionCache, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi, getIndexDescCache, listIndexDescApi, setIndexDescCache } from "@indfnd/utils";
3
3
  import Vue$1 from "vue";
4
4
  const name$1 = "@indfnd/common";
5
- const version = "0.1.16";
5
+ const version = "0.1.18";
6
6
  const author = "huxuetong";
7
7
  const publishConfig = {
8
8
  registry: "https://registry.npmjs.org/"
@@ -50880,7 +50880,7 @@ const __vue2_script$11 = {
50880
50880
  }
50881
50881
  }
50882
50882
  if (isText) {
50883
- return h("span", value);
50883
+ return h("span", renderVal);
50884
50884
  } else {
50885
50885
  return h("Input", {
50886
50886
  ref: "input",
@@ -52675,13 +52675,13 @@ const __vue2_script$V = {
52675
52675
  };
52676
52676
  }
52677
52677
  }
52678
- if (!column.type && (column.isSum || !isNil((_e = column.cellRendererParams) == null ? void 0 : _e.scale) || ((_f = column.cellRendererParams) == null ? void 0 : _f.dateFormat) || column.isSwitchUnit)) {
52678
+ if (!column.type && (column.isSum || !isNil((_e = column == null ? void 0 : column.cellRendererParams) == null ? void 0 : _e.scale) || ((_f = column == null ? void 0 : column.cellRendererParams) == null ? void 0 : _f.dateFormat) || column.isSwitchUnit)) {
52679
52679
  agColumn.cellRendererSelector = (params) => {
52680
52680
  if (params.node.rowPinned) {
52681
52681
  return {
52682
52682
  component: "AgFormat",
52683
52683
  params: {
52684
- ...column.cellRendererParams,
52684
+ ...column == null ? void 0 : column.cellRendererParams,
52685
52685
  scaleFn: () => this.dealColumnScale(column)
52686
52686
  }
52687
52687
  };
@@ -52689,7 +52689,7 @@ const __vue2_script$V = {
52689
52689
  return {
52690
52690
  component: "AgFormat",
52691
52691
  params: {
52692
- ...column.cellRendererParams,
52692
+ ...column == null ? void 0 : column.cellRendererParams,
52693
52693
  scaleFn: () => this.dealColumnScale(column)
52694
52694
  }
52695
52695
  };