zhytech-ui-mobile 1.0.19 → 1.1.1

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 (49) hide show
  1. package/README.md +12 -0
  2. package/dist/static/iconfont/iconfont.css +7 -3
  3. package/dist/static/iconfont/iconfont.ttf +0 -0
  4. package/dist/static/iconfont/iconfont.woff +0 -0
  5. package/dist/static/iconfont/iconfont.woff2 +0 -0
  6. package/dist/style.css +1 -1
  7. package/dist/types/components/filePreview/types/filePreviewType.d.ts +216 -0
  8. package/dist/types/components/{puzzleVCode → verificationCode}/index.d.ts +2 -2
  9. package/dist/types/components/{puzzleVCode → verificationCode}/types/configOptionView.d.ts +15 -11
  10. package/dist/types/hooks/useUtils.d.ts +6 -0
  11. package/dist/types/index.d.ts +2 -2
  12. package/dist/zhytech-ui-mobile.es.js +16811 -482
  13. package/dist/zhytech-ui-mobile.umd.js +2 -2
  14. package/package.json +3 -2
  15. package/dist/types/src/components/dynamicForm/components/advanced/index.d.ts +0 -4
  16. package/dist/types/src/components/dynamicForm/components/application/index.d.ts +0 -5
  17. package/dist/types/src/components/dynamicForm/components/base/index.d.ts +0 -9
  18. package/dist/types/src/components/dynamicForm/components/componentType.d.ts +0 -5
  19. package/dist/types/src/components/dynamicForm/components/layout/index.d.ts +0 -4
  20. package/dist/types/src/components/dynamicForm/index.d.ts +0 -7
  21. package/dist/types/src/components/dynamicForm/types/abnormalCheckView.d.ts +0 -19
  22. package/dist/types/src/components/dynamicForm/types/componentAttribute/advanced/uploadAttribute.d.ts +0 -25
  23. package/dist/types/src/components/dynamicForm/types/componentAttribute/application/employeeAttribute.d.ts +0 -33
  24. package/dist/types/src/components/dynamicForm/types/componentAttribute/application/gradeAttribute.d.ts +0 -45
  25. package/dist/types/src/components/dynamicForm/types/componentAttribute/application/postAttribute.d.ts +0 -33
  26. package/dist/types/src/components/dynamicForm/types/componentAttribute/base/checkboxAttribute.d.ts +0 -29
  27. package/dist/types/src/components/dynamicForm/types/componentAttribute/base/datetimeAttribute.d.ts +0 -54
  28. package/dist/types/src/components/dynamicForm/types/componentAttribute/base/inputAttribute.d.ts +0 -21
  29. package/dist/types/src/components/dynamicForm/types/componentAttribute/base/inputNumberAttribute.d.ts +0 -28
  30. package/dist/types/src/components/dynamicForm/types/componentAttribute/base/radioAttribute.d.ts +0 -21
  31. package/dist/types/src/components/dynamicForm/types/componentAttribute/baseAttribute.d.ts +0 -101
  32. package/dist/types/src/components/dynamicForm/types/componentAttribute/editAttribute.d.ts +0 -61
  33. package/dist/types/src/components/dynamicForm/types/componentAttribute/index.d.ts +0 -15
  34. package/dist/types/src/components/dynamicForm/types/componentAttribute/layout/groupLayoutAttribute.d.ts +0 -29
  35. package/dist/types/src/components/dynamicForm/types/componentAttribute/layout/tabsLayoutAttribute.d.ts +0 -21
  36. package/dist/types/src/components/dynamicForm/types/documentView.d.ts +0 -101
  37. package/dist/types/src/components/dynamicForm/types/enum.d.ts +0 -135
  38. package/dist/types/src/components/dynamicForm/types/formAttribute.d.ts +0 -84
  39. package/dist/types/src/components/dynamicForm/types/relevanceConditionView.d.ts +0 -22
  40. package/dist/types/src/components/dynamicForm/types/uploadOption.d.ts +0 -23
  41. package/dist/types/src/components/filePreview/index.d.ts +0 -5
  42. package/dist/types/src/components/filePreview/types/filePreviewType.d.ts +0 -18
  43. package/dist/types/src/components/puzzleVCode/index.d.ts +0 -5
  44. package/dist/types/src/components/puzzleVCode/types/configOptionView.d.ts +0 -53
  45. package/dist/types/src/hooks/useDate.d.ts +0 -132
  46. package/dist/types/src/hooks/useMessage.d.ts +0 -16
  47. package/dist/types/src/hooks/useToast.d.ts +0 -10
  48. package/dist/types/src/hooks/useUtils.d.ts +0 -58
  49. package/dist/types/src/index.d.ts +0 -790
package/README.md CHANGED
@@ -59,6 +59,18 @@ setTheme("dark");
59
59
 
60
60
  > #### 版本更新清单:
61
61
 
62
+ **V 1.1.1**
63
+ ```html
64
+ 1.文件预览组件(zhyFilePreview)全屏功能优化
65
+ ```
66
+
67
+ **V 1.1.0**
68
+ ```html
69
+ 1.文件预览组件(zhyFilePreview)新增视频预览功能
70
+ 2.新增验证码组件(verificationCode),支持点击文字验证码(clickTextVCode)、滑动验证码(zhyPuzzleVcode)
71
+ 3.原拼图验证码组件(zhyPuzzleVcode)已废弃,不建议使用
72
+ ```
73
+
62
74
  **V 1.0.18**
63
75
  ```html
64
76
  1.新增文件预览组件(zhyFilePreview),暴漏option类型filePreviewOption
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 5013457 */
3
- src: url('iconfont.woff2?t=1763446642638') format('woff2'),
4
- url('iconfont.woff?t=1763446642638') format('woff'),
5
- url('iconfont.ttf?t=1763446642638') format('truetype');
3
+ src: url('iconfont.woff2?t=1764143968532') format('woff2'),
4
+ url('iconfont.woff?t=1764143968532') format('woff'),
5
+ url('iconfont.ttf?t=1764143968532') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -13,6 +13,10 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .zhy-refresh:before {
17
+ content: "\e61c";
18
+ }
19
+
16
20
  .zhy-fullscreen:before {
17
21
  content: "\e6e0";
18
22
  }
Binary file
Binary file
Binary file