@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.
Files changed (84) hide show
  1. package/README.md +4 -4
  2. package/README.zh.md +3 -3
  3. package/dist/index.global.js +123 -151
  4. package/dist/index.global.js.map +1 -1
  5. package/dist/index.global.min.js +1 -37
  6. package/dist/index.global.min.js.map +1 -1
  7. package/es/array/index.mjs +1 -52
  8. package/es/array/index.mjs.map +1 -1
  9. package/es/base64/index.mjs +1 -137
  10. package/es/base64/index.mjs.map +1 -1
  11. package/es/click/index.mjs +1 -81
  12. package/es/click/index.mjs.map +1 -1
  13. package/es/color/index.mjs +1 -60
  14. package/es/color/index.mjs.map +1 -1
  15. package/es/console/index.mjs +1 -65
  16. package/es/console/index.mjs.map +1 -1
  17. package/es/crypto/index.mjs +1 -105
  18. package/es/crypto/index.mjs.map +1 -1
  19. package/es/date/index.mjs +1 -267
  20. package/es/date/index.mjs.map +1 -1
  21. package/es/dom/index.mjs +1 -5
  22. package/es/dom/index.mjs.map +1 -1
  23. package/es/dom/style.mjs +1 -34
  24. package/es/dom/style.mjs.map +1 -1
  25. package/es/env/index.mjs +1 -37
  26. package/es/env/index.mjs.map +1 -1
  27. package/es/error/index.mjs +1 -9
  28. package/es/error/index.mjs.map +1 -1
  29. package/es/identity/index.mjs +1 -34
  30. package/es/identity/index.mjs.map +1 -1
  31. package/es/index.mjs +1 -59
  32. package/es/index.mjs.map +1 -1
  33. package/es/object/index.mjs +1 -45
  34. package/es/object/index.mjs.map +1 -1
  35. package/es/storage/index.mjs +1 -307
  36. package/es/storage/index.mjs.map +1 -1
  37. package/es/string/index.mjs +1 -314
  38. package/es/string/index.mjs.map +1 -1
  39. package/es/vue/expose.mjs +1 -7
  40. package/es/vue/expose.mjs.map +1 -1
  41. package/es/vue/func.mjs +1 -25
  42. package/es/vue/func.mjs.map +1 -1
  43. package/es/vue/index.mjs +1 -19
  44. package/es/vue/index.mjs.map +1 -1
  45. package/es/vue/install.mjs +1 -30
  46. package/es/vue/install.mjs.map +1 -1
  47. package/es/vue/props.mjs +1 -14
  48. package/es/vue/props.mjs.map +1 -1
  49. package/es/vue/slots.mjs +1 -6
  50. package/es/vue/slots.mjs.map +1 -1
  51. package/es/vue/useRender.mjs +1 -12
  52. package/es/vue/useRender.mjs.map +1 -1
  53. package/es/vue/with.mjs +1 -6
  54. package/es/vue/with.mjs.map +1 -1
  55. package/lib/array/index.js +1 -1
  56. package/lib/array/index.js.map +1 -1
  57. package/lib/base64/index.js +1 -1
  58. package/lib/base64/index.js.map +1 -1
  59. package/lib/click/index.js +1 -1
  60. package/lib/click/index.js.map +1 -1
  61. package/lib/color/index.js.map +1 -1
  62. package/lib/console/index.js +1 -1
  63. package/lib/console/index.js.map +1 -1
  64. package/lib/crypto/index.js.map +1 -1
  65. package/lib/date/index.js.map +1 -1
  66. package/lib/dom/style.js +1 -1
  67. package/lib/dom/style.js.map +1 -1
  68. package/lib/env/index.js.map +1 -1
  69. package/lib/error/index.js.map +1 -1
  70. package/lib/identity/index.js +1 -1
  71. package/lib/identity/index.js.map +1 -1
  72. package/lib/object/index.js +1 -1
  73. package/lib/object/index.js.map +1 -1
  74. package/lib/storage/index.js +1 -1
  75. package/lib/storage/index.js.map +1 -1
  76. package/lib/string/index.js +1 -1
  77. package/lib/string/index.js.map +1 -1
  78. package/lib/vue/func.js +1 -1
  79. package/lib/vue/func.js.map +1 -1
  80. package/lib/vue/install.js.map +1 -1
  81. package/lib/vue/props.js +1 -1
  82. package/lib/vue/props.js.map +1 -1
  83. package/lib/vue/useRender.js.map +1 -1
  84. package/package.json +6 -6
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [中](https://gitee.com/China-xiaoFang/fast.utils) | **En**
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/China-xiaoFang/fast.utils/blob/master/LICENSE">
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/China-xiaoFang/fast.utils/commits/master)
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/China-xiaoFang/fast.utils) complies with the [Apache-2.0](https://gitee.com/China-xiaoFang/fast.utils/blob/master/LICENSE) open source agreement. Welcome to submit `PR` or `Issue`.
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/China-xiaoFang/fast.utils/blob/master/LICENSE">
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/China-xiaoFang/fast.utils/commits/master)
37
+ 更新日志 [点击查看](https://gitee.com/FastDotnet/Fast.Utils/commits/master)
38
38
 
39
39
  ## 协议
40
40
 
41
- [Fast.Utils](https://gitee.com/China-xiaoFang/fast.utils) 遵循 [Apache-2.0](https://gitee.com/China-xiaoFang/fast.utils/blob/master/LICENSE) 开源协议,欢迎大家提交 `PR` 或 `Issue`。
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开源许可证