uview-plus 3.4.44 → 3.4.45

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 (27) hide show
  1. package/changelog.md +5 -0
  2. package/components/u-picker/u-picker.vue +4 -4
  3. package/components/u-picker-data/u-picker-data.vue +1 -0
  4. package/libs/util/gcanvas/bridge/bridge-weex.js +0 -0
  5. package/libs/util/gcanvas/context-2d/FillStyleLinearGradient.js +0 -0
  6. package/libs/util/gcanvas/context-2d/FillStylePattern.js +0 -0
  7. package/libs/util/gcanvas/context-2d/FillStyleRadialGradient.js +0 -0
  8. package/libs/util/gcanvas/context-2d/RenderingContext.js +0 -0
  9. package/libs/util/gcanvas/context-webgl/ActiveInfo.js +0 -0
  10. package/libs/util/gcanvas/context-webgl/Buffer.js +0 -0
  11. package/libs/util/gcanvas/context-webgl/Framebuffer.js +0 -0
  12. package/libs/util/gcanvas/context-webgl/GLenum.js +0 -0
  13. package/libs/util/gcanvas/context-webgl/GLmethod.js +0 -0
  14. package/libs/util/gcanvas/context-webgl/GLtype.js +0 -0
  15. package/libs/util/gcanvas/context-webgl/Program.js +0 -0
  16. package/libs/util/gcanvas/context-webgl/Renderbuffer.js +0 -0
  17. package/libs/util/gcanvas/context-webgl/RenderingContext.js +0 -0
  18. package/libs/util/gcanvas/context-webgl/Shader.js +0 -0
  19. package/libs/util/gcanvas/context-webgl/ShaderPrecisionFormat.js +0 -0
  20. package/libs/util/gcanvas/context-webgl/Texture.js +0 -0
  21. package/libs/util/gcanvas/context-webgl/UniformLocation.js +0 -0
  22. package/libs/util/gcanvas/context-webgl/classUtils.js +0 -0
  23. package/libs/util/gcanvas/env/canvas.js +0 -0
  24. package/libs/util/gcanvas/env/image.js +0 -0
  25. package/libs/util/gcanvas/env/tool.js +0 -0
  26. package/libs/util/gcanvas/index.js +0 -0
  27. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 3.4.45(2025-07-01)
2
+ fix: 修复picker-data组件缺少name
3
+
4
+ fix: 优化picker高度单位
5
+
1
6
  ## 3.4.44(2025-06-30)
2
7
  fix: 修复indexList中stikcy属性写死的问题(always true)
3
8
 
@@ -38,11 +38,11 @@
38
38
  <slot name="toolbar-bottom"></slot>
39
39
  <picker-view
40
40
  class="u-picker__view"
41
- :indicatorStyle="`height: ${addUnit(itemHeight)}`"
41
+ :indicatorStyle="`height: ${addUnit(itemHeight, 'px')}`"
42
42
  :value="innerIndex"
43
43
  :immediateChange="immediateChange"
44
44
  :style="{
45
- height: `${addUnit(visibleItemCount * itemHeight)}`
45
+ height: `${addUnit(visibleItemCount * itemHeight, 'px')}`
46
46
  }"
47
47
  @change="changeHandler"
48
48
  >
@@ -58,8 +58,8 @@
58
58
  v-for="(item1, index1) in item"
59
59
  :key="index1"
60
60
  :style="{
61
- height: addUnit(itemHeight),
62
- lineHeight: addUnit(itemHeight),
61
+ height: addUnit(itemHeight, 'px'),
62
+ lineHeight: addUnit(itemHeight, 'px'),
63
63
  fontWeight: index1 === innerIndex[index] ? 'bold' : 'normal',
64
64
  display: 'block'
65
65
  }"
@@ -26,6 +26,7 @@
26
26
 
27
27
  <script>
28
28
  export default {
29
+ name: 'u-picker-data',
29
30
  props: {
30
31
  modelValue: {
31
32
  type: [String, Number],
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.4.44",
5
+ "version": "3.4.45",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水。",
7
7
  "keywords": [
8
8
  "uview",