@fast-china/utils 1.0.32 → 1.0.33
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/README.md +4 -4
- package/README.zh.md +3 -3
- package/dist/index.global.js +123 -151
- package/dist/index.global.js.map +1 -1
- package/dist/index.global.min.js +1 -37
- package/dist/index.global.min.js.map +1 -1
- package/es/array/index.mjs +1 -52
- package/es/array/index.mjs.map +1 -1
- package/es/base64/index.mjs +1 -137
- package/es/base64/index.mjs.map +1 -1
- package/es/click/index.mjs +1 -81
- package/es/click/index.mjs.map +1 -1
- package/es/color/index.mjs +1 -60
- package/es/color/index.mjs.map +1 -1
- package/es/console/index.mjs +1 -65
- package/es/console/index.mjs.map +1 -1
- package/es/crypto/index.mjs +1 -105
- package/es/crypto/index.mjs.map +1 -1
- package/es/date/index.mjs +1 -267
- package/es/date/index.mjs.map +1 -1
- package/es/dom/index.mjs +1 -5
- package/es/dom/index.mjs.map +1 -1
- package/es/dom/style.mjs +1 -34
- package/es/dom/style.mjs.map +1 -1
- package/es/env/index.mjs +1 -37
- package/es/env/index.mjs.map +1 -1
- package/es/error/index.mjs +1 -9
- package/es/error/index.mjs.map +1 -1
- package/es/identity/index.mjs +1 -34
- package/es/identity/index.mjs.map +1 -1
- package/es/index.mjs +1 -59
- package/es/index.mjs.map +1 -1
- package/es/object/index.mjs +1 -45
- package/es/object/index.mjs.map +1 -1
- package/es/storage/index.mjs +1 -307
- package/es/storage/index.mjs.map +1 -1
- package/es/string/index.mjs +1 -314
- package/es/string/index.mjs.map +1 -1
- package/es/vue/expose.mjs +1 -7
- package/es/vue/expose.mjs.map +1 -1
- package/es/vue/func.mjs +1 -25
- package/es/vue/func.mjs.map +1 -1
- package/es/vue/index.mjs +1 -19
- package/es/vue/index.mjs.map +1 -1
- package/es/vue/install.mjs +1 -30
- package/es/vue/install.mjs.map +1 -1
- package/es/vue/props.mjs +1 -14
- package/es/vue/props.mjs.map +1 -1
- package/es/vue/slots.mjs +1 -6
- package/es/vue/slots.mjs.map +1 -1
- package/es/vue/useRender.mjs +1 -12
- package/es/vue/useRender.mjs.map +1 -1
- package/es/vue/with.mjs +1 -6
- package/es/vue/with.mjs.map +1 -1
- package/lib/array/index.js +1 -1
- package/lib/array/index.js.map +1 -1
- package/lib/base64/index.js +1 -1
- package/lib/base64/index.js.map +1 -1
- package/lib/click/index.js +1 -1
- package/lib/click/index.js.map +1 -1
- package/lib/color/index.js.map +1 -1
- package/lib/console/index.js +1 -1
- package/lib/console/index.js.map +1 -1
- package/lib/crypto/index.js.map +1 -1
- package/lib/date/index.js.map +1 -1
- package/lib/dom/style.js +1 -1
- package/lib/dom/style.js.map +1 -1
- package/lib/env/index.js.map +1 -1
- package/lib/error/index.js.map +1 -1
- package/lib/identity/index.js +1 -1
- package/lib/identity/index.js.map +1 -1
- package/lib/object/index.js +1 -1
- package/lib/object/index.js.map +1 -1
- package/lib/storage/index.js +1 -1
- package/lib/storage/index.js.map +1 -1
- package/lib/string/index.js +1 -1
- package/lib/string/index.js.map +1 -1
- package/lib/vue/func.js +1 -1
- package/lib/vue/func.js.map +1 -1
- package/lib/vue/install.js.map +1 -1
- package/lib/vue/props.js +1 -1
- package/lib/vue/props.js.map +1 -1
- package/lib/vue/useRender.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[中](https://gitee.com/
|
|
1
|
+
[中](https://gitee.com/FastDotnet/Fast.Utils) | **En**
|
|
2
2
|
|
|
3
3
|
<h1 align="center">Fast.Utils</h1>
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<a href="https://www.npmjs.com/package/@fast-china/utils">
|
|
11
11
|
<img src="https://img.shields.io/npm/v/@fast-china/utils?color=orange&label=" alt="version" />
|
|
12
12
|
</a>
|
|
13
|
-
<a href="https://gitee.com/
|
|
13
|
+
<a href="https://gitee.com/FastDotnet/Fast.Utils/blob/master/LICENSE">
|
|
14
14
|
<img src="https://img.shields.io/npm/l/@fast-china/utils" alt="license" />
|
|
15
15
|
</a>
|
|
16
16
|
</p>
|
|
@@ -34,11 +34,11 @@ pnpm install @fast-china/utils
|
|
|
34
34
|
|
|
35
35
|
## Update log
|
|
36
36
|
|
|
37
|
-
Update log [Click to view](https://gitee.com/
|
|
37
|
+
Update log [Click to view](https://gitee.com/FastDotnet/Fast.Utils/commits/master)
|
|
38
38
|
|
|
39
39
|
## Protocol
|
|
40
40
|
|
|
41
|
-
[Fast.Utils](https://gitee.com/
|
|
41
|
+
[Fast.Utils](https://gitee.com/FastDotnet/Fast.Utils) complies with the [Apache-2.0](https://gitee.com/FastDotnet/Fast.Utils/blob/master/LICENSE) open source agreement. Welcome to submit `PR` or `Issue`.
|
|
42
42
|
|
|
43
43
|
```
|
|
44
44
|
Apache Open Source License
|
package/README.zh.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<a href="https://www.npmjs.com/package/@fast-china/utils">
|
|
11
11
|
<img src="https://img.shields.io/npm/v/@fast-china/utils?color=orange&label=" alt="version" />
|
|
12
12
|
</a>
|
|
13
|
-
<a href="https://gitee.com/
|
|
13
|
+
<a href="https://gitee.com/FastDotnet/Fast.Utils/blob/master/LICENSE">
|
|
14
14
|
<img src="https://img.shields.io/npm/l/@fast-china/utils" alt="license" />
|
|
15
15
|
</a>
|
|
16
16
|
</p>
|
|
@@ -34,11 +34,11 @@ pnpm install @fast-china/utils
|
|
|
34
34
|
|
|
35
35
|
## 更新日志
|
|
36
36
|
|
|
37
|
-
更新日志 [点击查看](https://gitee.com/
|
|
37
|
+
更新日志 [点击查看](https://gitee.com/FastDotnet/Fast.Utils/commits/master)
|
|
38
38
|
|
|
39
39
|
## 协议
|
|
40
40
|
|
|
41
|
-
[Fast.Utils](https://gitee.com/
|
|
41
|
+
[Fast.Utils](https://gitee.com/FastDotnet/Fast.Utils) 遵循 [Apache-2.0](https://gitee.com/FastDotnet/Fast.Utils/blob/master/LICENSE) 开源协议,欢迎大家提交 `PR` 或 `Issue`。
|
|
42
42
|
|
|
43
43
|
```
|
|
44
44
|
Apache开源许可证
|