uview-plus 3.3.45 → 3.3.46

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 (28) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +13 -3
  3. package/changelog.md +7 -0
  4. package/components/u-text/u-text.vue +2 -2
  5. package/libs/util/gcanvas/bridge/bridge-weex.js +0 -0
  6. package/libs/util/gcanvas/context-2d/FillStyleLinearGradient.js +0 -0
  7. package/libs/util/gcanvas/context-2d/FillStylePattern.js +0 -0
  8. package/libs/util/gcanvas/context-2d/FillStyleRadialGradient.js +0 -0
  9. package/libs/util/gcanvas/context-2d/RenderingContext.js +0 -0
  10. package/libs/util/gcanvas/context-webgl/ActiveInfo.js +0 -0
  11. package/libs/util/gcanvas/context-webgl/Buffer.js +0 -0
  12. package/libs/util/gcanvas/context-webgl/Framebuffer.js +0 -0
  13. package/libs/util/gcanvas/context-webgl/GLenum.js +0 -0
  14. package/libs/util/gcanvas/context-webgl/GLmethod.js +0 -0
  15. package/libs/util/gcanvas/context-webgl/GLtype.js +0 -0
  16. package/libs/util/gcanvas/context-webgl/Program.js +0 -0
  17. package/libs/util/gcanvas/context-webgl/Renderbuffer.js +0 -0
  18. package/libs/util/gcanvas/context-webgl/RenderingContext.js +0 -0
  19. package/libs/util/gcanvas/context-webgl/Shader.js +0 -0
  20. package/libs/util/gcanvas/context-webgl/ShaderPrecisionFormat.js +0 -0
  21. package/libs/util/gcanvas/context-webgl/Texture.js +0 -0
  22. package/libs/util/gcanvas/context-webgl/UniformLocation.js +0 -0
  23. package/libs/util/gcanvas/context-webgl/classUtils.js +0 -0
  24. package/libs/util/gcanvas/env/canvas.js +0 -0
  25. package/libs/util/gcanvas/env/image.js +0 -0
  26. package/libs/util/gcanvas/env/tool.js +0 -0
  27. package/libs/util/gcanvas/index.js +0 -0
  28. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 www.uviewui.com
3
+ Copyright (c) 2024 https://uiadmin.net/uview-plus
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img alt="logo" src="https://uviewui.com/common/logo.png" width="120" height="120" style="margin-bottom: 10px;">
2
+ <img alt="logo" src="https://uiadmin.net/uview-plus/common/logo.png" width="120" height="120" style="margin-bottom: 10px;">
3
3
  </p>
4
4
  <h3 align="center" style="margin: 30px 0 30px;font-weight: bold;font-size:40px;">uview-plus 3.0</h3>
5
5
  <h3 align="center">多平台快速开发的UI框架</h3>
@@ -12,9 +12,19 @@
12
12
 
13
13
  ## 说明
14
14
 
15
- uview-plus,是uni-app全面兼容vue3/nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。uview-plus是基于uView2.x移植的支持vue3的版本,感谢uView。
15
+ uview-plus,是uni-app全面兼容vue3/nvue/鸿蒙/uni-app-x的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。uview-plus是基于uView2.x移植的支持vue3的版本,感谢uView。
16
16
 
17
- ## [官方文档:https://uview-plus.jiangruyi.com](https://uview-plus.jiangruyi.com)
17
+ ## 可视化设计
18
+
19
+ uview-plus现已推出免费可视化设计,可以方便的进行页面可视化设计,导出源码即可使用。极大提高前端页面开发效率;如产品经理设计师直接使用更可作为高保真高可用原型制作工具,让设计稿即代码,无需传统的设计稿开发还原步骤。
20
+
21
+ <img src="https://s3.bmp.ovh/imgs/2024/11/24/fd58d00071e6e5df.png" width="900" height="auto" >
22
+ <img src="https://s3.bmp.ovh/imgs/2024/11/24/8e85a519fe627fb1.png" width="900" height="auto" >
23
+
24
+
25
+ ## 文档
26
+ [官方文档:https://uview-plus.jiangruyi.com](https://uview-plus.jiangruyi.com)
27
+ [备用文档:https://uiadmin.net/uview-plus](https://uiadmin.net/uview-plus)
18
28
 
19
29
 
20
30
  ## 预览
package/changelog.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 3.3.46(2024-11-26)
2
+ fix: 修复text传递事件参数
3
+ ## 3.3.45(2024-11-24)
4
+ add: navbar组件支持配置标题颜色
5
+
6
+ fix: 边框按钮警告类型下颜色变量使用错误
7
+
1
8
  ## 3.3.43(2024-11-18)
2
9
  fix: 支持瀑布流组件v-model置为[]
3
10
 
@@ -150,14 +150,14 @@ export default {
150
150
  },
151
151
  methods: {
152
152
  addStyle,
153
- clickHandler() {
153
+ clickHandler(e) {
154
154
  // 如果为手机号模式,拨打电话
155
155
  if (this.call && this.mode === 'phone') {
156
156
  uni.makePhoneCall({
157
157
  phoneNumber: this.text
158
158
  })
159
159
  }
160
- this.$emit('click')
160
+ this.$emit('click', e)
161
161
  }
162
162
  }
163
163
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "uview-plus3.0重磅发布,全面的Vue3鸿蒙移动组件库。",
5
- "version": "3.3.45",
5
+ "version": "3.3.46",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",