Skip to content

Commit 90dff0b

Browse files
author
miot-robot
committed
Merge branch yzl_10077 into SDK_10077 refer 1d794cae2da69b50a222939a5e29204713ff2caf
1 parent 1c94d3f commit 90dff0b

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

bin/config/transformer.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc-md/07-UI组件/01-常用UI组件.md

+26-26
Original file line numberDiff line numberDiff line change
@@ -448,32 +448,6 @@ OPUS
448448
| timeout | <code>number</code> | 超时自动隐藏,设置0或者不设置不会自动隐藏 |
449449

450450

451-
* * *
452-
453-
<a name="module_miot/ui/MessageDialog"></a>
454-
455-
## miot/ui/MessageDialog
456-
消息对话框
457-
458-
**Export**: public
459-
**Doc_name**: 常用UI组件
460-
**Doc_index**: 1
461-
**Doc_directory**: ui
462-
**Properties**
463-
464-
| Name | Type | Description |
465-
| --- | --- | --- |
466-
| visible | <code>bool</code> | 是否可见 |
467-
| cancelable | <code>bool</code> | 是否允许点击空白区域取消显示,仅限Android |
468-
| title | <code>string</code> | 标题 |
469-
| message | <code>string</code> | 副标题,内容 |
470-
| cancel | <code>string</code> | 取消标题 |
471-
| confirm | <code>string</code> | 确认标题 |
472-
| onConfirm | <code>func</code> | 确认点击回调 |
473-
| onCancel | <code>func</code> | 取消点击回调 |
474-
| onDismiss | <code>func</code> | 对话框消失回调 |
475-
476-
477451
* * *
478452

479453
<a name="miot/ui/MultiChoseDialog"></a>
@@ -529,6 +503,32 @@ onCheck={res => {
529503
/>
530504
```
531505

506+
* * *
507+
508+
<a name="module_miot/ui/MessageDialog"></a>
509+
510+
## miot/ui/MessageDialog
511+
消息对话框
512+
513+
**Export**: public
514+
**Doc_name**: 常用UI组件
515+
**Doc_index**: 1
516+
**Doc_directory**: ui
517+
**Properties**
518+
519+
| Name | Type | Description |
520+
| --- | --- | --- |
521+
| visible | <code>bool</code> | 是否可见 |
522+
| cancelable | <code>bool</code> | 是否允许点击空白区域取消显示,仅限Android |
523+
| title | <code>string</code> | 标题 |
524+
| message | <code>string</code> | 副标题,内容 |
525+
| cancel | <code>string</code> | 取消标题 |
526+
| confirm | <code>string</code> | 确认标题 |
527+
| onConfirm | <code>func</code> | 确认点击回调 |
528+
| onCancel | <code>func</code> | 取消点击回调 |
529+
| onDismiss | <code>func</code> | 对话框消失回调 |
530+
531+
532532
* * *
533533

534534
<a name="module_miot/ui/ProgressDialog"></a>

miot-sdk/ui/CommonSetting/CommonSetting.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ export default class CommonSetting extends React.Component {
13201320
subtitleStyle: null,
13211321
valueStyle: null,
13221322
dotStyle: null,
1323-
titleNumberOfLines: 2,
1323+
titleNumberOfLines: 3,
13241324
subtitleNumberOfLines: 2,
13251325
valueNumberOfLines: 2,
13261326
// valueMaxWidth 这里不设置默认值,直接用ListItem 里的

miot-sdk/ui/Settings/CommonSettings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const innerOptions = {
142142
<ListItemWithSwitch
143143
key={'FREQ_DEVICE'}
144144
title={I18n.favoriteDevices}
145-
titleNumberOfLines={2}
145+
titleNumberOfLines={3}
146146
value={!!info}
147147
onValueChange={(vaule) => {
148148
Device.setCommonUseDeviceSwitch(

0 commit comments

Comments
 (0)