uview-plus 3.3.47 → 3.3.48

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 +4 -0
  2. package/components/u-input/u-input.vue +0 -1
  3. package/libs/css/common.scss +1 -1
  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,7 @@
1
+ ## 3.3.48(2024-11-29)
2
+ add: 文本行数限制样式提高到10行
3
+
4
+ del: 去除不跨端的inputmode
1
5
  ## 3.3.47(2024-11-28)
2
6
  fix: 时间选择器在hasInput模式下部分机型键盘弹出
3
7
 
@@ -20,7 +20,6 @@
20
20
  <input
21
21
  ref="input-native"
22
22
  class="u-input__content__field-wrapper__field"
23
- :inputmode="disabled || readonly ? 'none': ''"
24
23
  :style="[inputStyle]"
25
24
  :type="type"
26
25
  :focus="focus"
@@ -1,6 +1,6 @@
1
1
  // 超出行数,自动显示行尾省略号,最多5行
2
2
  // 来自uview-plus的温馨提示:当您在控制台看到此报错,说明需要在App.vue的style标签加上【lang="scss"】
3
- @for $i from 1 through 5 {
3
+ @for $i from 1 through 10 {
4
4
  .u-line-#{$i},
5
5
  .up-line-#{$i} {
6
6
  /* #ifdef APP-NVUE */
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.47",
5
+ "version": "3.3.48",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
7
7
  "keywords": [
8
8
  "uview",