@indfnd/common 0.1.64 → 0.1.66
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 +9 -0
- package/dist/ind-common.es.js +1 -2
- package/dist/ind-common.umd.cjs +2 -2
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
- package/src/styles/reset.less +34 -25
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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.66](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.65...v0.1.66) (2024-05-07)
|
|
6
|
+
|
|
7
|
+
### [0.1.65](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.64...v0.1.65) (2024-05-07)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* 横向滚动条改为16px ([77cd590](http://git.inspur.com/imp-ec/ind-front/ind-common-front/commit/77cd59030024d3f61e3c6d929ab0074b83946335))
|
|
13
|
+
|
|
5
14
|
### [0.1.64](http://git.inspur.com/imp-ec/ind-front/ind-common-front/compare/v0.1.63...v0.1.64) (2024-05-06)
|
|
6
15
|
|
|
7
16
|
|
package/dist/ind-common.es.js
CHANGED
|
@@ -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, getQuarterNum, formatQuarter, str2Date, isDate, isArray, checkIdCard, checkVehicleNo, checkPhone, getDictMapApi, axios, isFunction, isString, uuid, exportJsonToExcel as exportJsonToExcel$1, importJsonFromExcel, on, off, deleteMenuHistoryApi, deleteMenuCollectApi, getMenuHistoryApi, getMenuCollectApi, getPermissionCache, listItemTreeApi, getPriceInfo, MIME_TYPE, base64ToBlob, putOssFileApi, isEqual, getCaptchaURL, getLocalStorage, guid, setLocalStorage, removeLocalStorage, clearSessionStorage, cryptor, getToken, putOssFileUrl, getOssFileUrl, responseInterceptors, config as config$1, setToken, loginApi, clearUserInfoCache, clearPermissionCache, logoutApi, getUserInfoCache, getUserInfoApi, setUserInfoCache, getSessionStorage, setSessionStorage, getAppListApi, getPermissionApi, setPermissionCache, menuHistoryApi, addMenuCollectApi, removeMenuCollectApi, listIndexDescApi, setIndexDescCache } from "@indfnd/utils";
|
|
3
3
|
import Vue$1 from "vue";
|
|
4
4
|
const name$1 = "@indfnd/common";
|
|
5
|
-
const version = "0.1.
|
|
5
|
+
const version = "0.1.65";
|
|
6
6
|
const author = "huxuetong";
|
|
7
7
|
const publishConfig = {
|
|
8
8
|
registry: "https://registry.npmjs.org/"
|
|
@@ -51074,7 +51074,6 @@ const __vue2_script$16 = {
|
|
|
51074
51074
|
updateV = v;
|
|
51075
51075
|
this.params.setValue(updateV);
|
|
51076
51076
|
}
|
|
51077
|
-
this.params.node.updateData({ ...this.params.data, [colDef.key]: updateV });
|
|
51078
51077
|
}
|
|
51079
51078
|
},
|
|
51080
51079
|
nativeOn: {
|