@indfnd/utils 0.1.37 → 0.1.38
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 +28 -0
- package/dist/ind-utils.es.js +1706 -20008
- package/dist/ind-utils.umd.cjs +22 -82
- package/global.d.ts +2 -0
- package/package.json +1 -1
- package/src/api/com.ts +4 -2
- package/src/api/item.ts +4 -2
- package/src/api/platform/oss.ts +6 -4
- package/src/utils/excel.js +1 -1
- package/types/api/com.d.ts +2 -2
- package/types/api/com.d.ts.map +1 -1
- package/types/api/index-desc.d.ts +2 -2
- package/types/api/index.d.ts +7 -7
- package/types/api/item.d.ts +4 -4
- package/types/api/item.d.ts.map +1 -1
- package/types/api/permission.d.ts +2 -2
- package/types/api/platform/base64.d.ts +5 -5
- package/types/api/platform/config.d.ts +2 -2
- package/types/api/platform/dict.d.ts +4 -4
- package/types/api/platform/index.d.ts +6 -6
- package/types/api/platform/menu.d.ts +11 -17
- package/types/api/platform/oss.d.ts +8 -16
- package/types/api/platform/oss.d.ts.map +1 -1
- package/types/api/platform/user.d.ts +12 -17
- package/types/api/user.d.ts +2 -2
- package/types/config/base.config.d.ts +33 -33
- package/types/config/dev.config.d.ts +3 -3
- package/types/config/index.d.ts +6 -6
- package/types/config/prod.config.d.ts +3 -3
- package/types/index.d.ts +4 -4
- package/types/utils/base64.d.ts +22 -22
- package/types/utils/blob.d.ts +3 -3
- package/types/utils/cache/dict-cache.d.ts +3 -3
- package/types/utils/cache/index-desc.d.ts +4 -4
- package/types/utils/cache/index.d.ts +4 -4
- package/types/utils/cache/permission-cache.d.ts +4 -4
- package/types/utils/cache/user-cache.d.ts +4 -4
- package/types/utils/date.d.ts +4 -4
- package/types/utils/enum.d.ts +39 -43
- package/types/utils/event.d.ts +5 -13
- package/types/utils/excel.d.ts +5 -5
- package/types/utils/half-year.d.ts +6 -6
- package/types/utils/index.d.ts +20 -20
- package/types/utils/is-type.d.ts +33 -33
- package/types/utils/mime-type.d.ts +67 -67
- package/types/utils/number.d.ts +8 -8
- package/types/utils/quarter.d.ts +7 -7
- package/types/utils/request/axios.extends.d.ts +6 -18
- package/types/utils/request/cache-rules.d.ts +3 -3
- package/types/utils/request/content-type.d.ts +9 -9
- package/types/utils/request/index.d.ts +13 -16
- package/types/utils/request/interceptors.d.ts +4 -4
- package/types/utils/request/url-params.d.ts +6 -6
- package/types/utils/sm3/index.d.ts +6 -6
- package/types/utils/sm3/sm3.d.ts +3 -3
- package/types/utils/storage.d.ts +8 -8
- package/types/utils/table.d.ts +31 -40
- package/types/utils/token.d.ts +3 -3
- package/types/utils/uuid.d.ts +4 -4
- package/types/utils/validate.d.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
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.38](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.37...v0.1.38) (2026-02-27)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* 增加api,修改湖北上下文 ([ab01c4b](http://git.inspur.com/imp-ec/ind-front/ind-utils/commit/ab01c4bf3f193e23d0989e876035a5bd2337015b))
|
|
11
|
+
|
|
12
|
+
### [0.1.36](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.37...v0.1.36) (2026-02-27)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* 增加api,修改湖北上下文 ([ab01c4b](http://git.inspur.com/imp-ec/ind-front/ind-utils/commit/ab01c4bf3f193e23d0989e876035a5bd2337015b))
|
|
18
|
+
|
|
19
|
+
### [0.1.35](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.37...v0.1.35) (2026-02-27)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* 增加api,修改湖北上下文 ([ab01c4b](http://git.inspur.com/imp-ec/ind-front/ind-utils/commit/ab01c4bf3f193e23d0989e876035a5bd2337015b))
|
|
25
|
+
|
|
26
|
+
### [0.1.34](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.37...v0.1.34) (2026-02-27)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* 增加api,修改湖北上下文 ([ab01c4b](http://git.inspur.com/imp-ec/ind-front/ind-utils/commit/ab01c4bf3f193e23d0989e876035a5bd2337015b))
|
|
32
|
+
|
|
5
33
|
### [0.1.37](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.36...v0.1.37) (2026-02-26)
|
|
6
34
|
|
|
7
35
|
### [0.1.36](http://git.inspur.com/imp-ec/ind-front/ind-utils/compare/v0.1.35...v0.1.36) (2026-02-05)
|