File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ placeholder | String | undefined | \- | N
36
36
placeholder-class | String | input-placeholder | \- | N
37
37
placeholder-style | String | - | required | Y
38
38
prefix-icon | String / Object / Slot | - | [ see more ts definition] ( https://github.com/Tencent/tdesign-miniprogram/blob/develop/src/common/common.ts ) | N
39
- readonly | Boolean | undefined | ` 1.8.6 ` | N
39
+ readonly | Boolean | undefined | ` 1.7.1 ` | N
40
40
safe-password-cert-path | String | - | \- | N
41
41
safe-password-custom-hash | String | - | \- | N
42
42
safe-password-length | Number | - | \- | N
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ placeholder | String | undefined | 占位符 | N
115
115
placeholder-class | String | input-placeholder | 指定 placeholder 的样式类 | N
116
116
placeholder-style | String | - | 必需。指定 placeholder 的样式 | Y
117
117
prefix-icon | String / Object / Slot | - | 组件前置图标。值为字符串表示图标名称,值为 ` Object ` 类型,表示透传至 ` icon ` 。[ 通用类型定义] ( https://github.com/Tencent/tdesign-miniprogram/blob/develop/src/common/common.ts ) | N
118
- readonly | Boolean | undefined | ` 1.8.6 ` 。只读状态 | N
118
+ readonly | Boolean | undefined | ` 1.7.1 ` 。只读状态 | N
119
119
safe-password-cert-path | String | - | 安全键盘加密公钥的路径,只支持包内路径 | N
120
120
safe-password-custom-hash | String | - | 安全键盘计算 hash 的算法表达式,如 ` md5(sha1('foo' + sha256(sm3(password + 'bar')))) ` | N
121
121
safe-password-length | Number | - | 安全键盘输入密码长度 | N
You can’t perform that action at this time.
0 commit comments