@tarojs/components 4.1.0-alpha.1 → 4.1.0-alpha.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components",
3
- "version": "4.1.0-alpha.1",
3
+ "version": "4.1.0-alpha.2",
4
4
  "description": "Taro 组件库",
5
5
  "browser": "dist/index.js",
6
6
  "main:h5": "dist/index.js",
@@ -41,10 +41,10 @@
41
41
  "resolve-pathname": "^3.0.0",
42
42
  "swiper": "11.1.15",
43
43
  "tslib": "^2.6.2",
44
- "@tarojs/components-advanced": "4.1.0-alpha.1",
45
- "@tarojs/taro": "4.1.0-alpha.1",
46
- "@tarojs/shared": "4.1.0-alpha.1",
47
- "@tarojs/runtime": "4.1.0-alpha.1"
44
+ "@tarojs/runtime": "4.1.0-alpha.2",
45
+ "@tarojs/components-advanced": "4.1.0-alpha.2",
46
+ "@tarojs/shared": "4.1.0-alpha.2",
47
+ "@tarojs/taro": "4.1.0-alpha.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@babel/generator": "^7.21.4",
@@ -70,7 +70,7 @@
70
70
  "jest-cli": "27.5.1",
71
71
  "jest-runner": "27.5.1",
72
72
  "jest-environment-node": "27.5.1",
73
- "@tarojs/helper": "4.1.0-alpha.1"
73
+ "@tarojs/helper": "4.1.0-alpha.2"
74
74
  },
75
75
  "peerDependenciesMeta": {
76
76
  "@types/react": {
@@ -125,9 +125,9 @@ interface TextareaProps extends StandardProps, FormItemProps {
125
125
  ariaLabel?: string
126
126
  /** 键盘对齐位置
127
127
  * @supported weapp
128
- * @default false
128
+ * @default 'cursor'
129
129
  */
130
- adjustKeyboardTo?: boolean
130
+ adjustKeyboardTo?: 'cursor' | 'bottom'
131
131
  /** 输入框聚焦时触发
132
132
  * @supported weapp, alipay, swan, tt, qq, jd, h5, rn, harmony, harmony_hybrid
133
133
  */