Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
118d4040
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
118d4040
编写于
6月 26, 2023
作者:
Z
zengyawen
提交者:
Gitee
6月 26, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
统一用词、修改标题与Readme保持一致
Signed-off-by:
N
zengyawen
<
zengyawen1@huawei.com
>
上级
77ce94b1
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
28 addition
and
28 deletion
+28
-28
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-seclocationbutton.md
...ference/arkui-ts/ts-basic-components-seclocationbutton.md
+1
-1
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-secpastebutton.md
.../reference/arkui-ts/ts-basic-components-secpastebutton.md
+2
-2
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-secsavebutton.md
...v/reference/arkui-ts/ts-basic-components-secsavebutton.md
+2
-2
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-securitycomponent.md
...nce/arkui-ts/ts-universal-attributes-securitycomponent.md
+23
-23
未找到文件。
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-seclocationbutton.md
浏览文件 @
118d4040
# SecLocationButton
安全
控
件的位置按钮,用户通过点击该位置按钮,可以临时获取精准定位权限,而不需要权限弹框授权确认。
安全
组
件的位置按钮,用户通过点击该位置按钮,可以临时获取精准定位权限,而不需要权限弹框授权确认。
> **说明:**
>
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-secpastebutton.md
浏览文件 @
118d4040
# SecPasteButton
安全
控
件的粘贴按钮,用户通过点击该粘贴按钮,可以临时获取读取剪贴板权限,而不会触发toast提示。
安全
组
件的粘贴按钮,用户通过点击该粘贴按钮,可以临时获取读取剪贴板权限,而不会触发toast提示。
> **说明:**
>
...
...
@@ -29,7 +29,7 @@
## 属性
不支持通用属性,仅继承
[
安全
控
件通用属性
](
ts-universal-attributes-securitycomponent.md#属性
)
。
不支持通用属性,仅继承
[
安全
组
件通用属性
](
ts-universal-attributes-securitycomponent.md#属性
)
。
## PasteIconStyle枚举说明
...
...
zh-cn/application-dev/reference/arkui-ts/ts-basic-components-secsavebutton.md
浏览文件 @
118d4040
# SecSaveButton
安全
控
件的保存按钮,用户通过点击该保存按钮,可以临时获取存储权限,而不需要权限弹框授权确认。
安全
组
件的保存按钮,用户通过点击该保存按钮,可以临时获取存储权限,而不需要权限弹框授权确认。
> **说明:**
>
...
...
@@ -56,7 +56,7 @@
## 属性
不支持通用属性,仅继承
[
安全
控
件通用属性
](
ts-universal-attributes-securitycomponent.md#属性
)
。
不支持通用属性,仅继承
[
安全
组
件通用属性
](
ts-universal-attributes-securitycomponent.md#属性
)
。
## 事件
...
...
zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-securitycomponent.md
浏览文件 @
118d4040
#
SecurityComponent
#
安全组件通用属性
安全
控件的基础属性,用于设置安全控
件通用的属性。
安全
组件的基础属性,用于设置安全组
件通用的属性。
> **说明:**
>
...
...
@@ -10,32 +10,32 @@
| 名称 | 参数类型 | 必填 | 描述 |
| ----------- | ------ | ---- | ---------------------------------------- |
| iconSize |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
控
件上图标的尺寸。
<br/>
默认值:16vp |
| layoutDirection |
[
SecurityComponentLayoutDirection
](
#securitycomponentlayoutdirection枚举说明
)
| 否 | 设置安全
控
件上图标和文字分布的方向。
<br/>
默认值:SecurityComponentLayoutDirection.HORIZONTAL|
| layoutOrder |
[
SecurityComponentLayoutOrder
](
#securitycomponentlayoutorder枚举说明
)
| 否 | 设置安全
控
件上图标和文字分布的顺序。
<br/>
默认值:SecurityComponentLayoutOrder.ICON_FIRST|
| position |
[
Position
](
ts-types.md#position8
)
| 否 | 设置绝对定位,设置安全
控
件的左上角相对于父容器左上角的偏移位置。
<br/>
默认值:
<br/>
{
<br/>
x: 0,
<br/>
y: 0
<br/>
} |
| markAnchor |
[
Position
](
ts-types.md#position8
)
| 否 | 设置绝对定位的锚点,以安全
控
件的左上角作为基准点进行偏移。
<br/>
默认值:
<br/>
{
<br/>
x: 0,
<br/>
y: 0
<br/>
} |
| offset |
[
Position
](
ts-types.md#position8
)
| 否 | 设置相对定位,安全
控
件相对于自身的偏移量。
<br/>
默认值:
<br/>
{
<br/>
x: 0,
<br/>
y: 0
<br/>
} |
| fontSize |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
控
件上文字的尺寸。
<br/>
默认值:16fp |
| fontStyle |
[
FontStyle
](
ts-appendix-enums.md#fontstyle
)
| 否 | 设置安全
控
件上文字的样式。
<br/>
默认值:FontStyle.Normal |
| fontWeight | number
\|
[
FontWeight
](
ts-appendix-enums.md#fontweight
)
\|
string | 否 | 设置安全
控
件上文字粗细。
<br/>
默认值:FontWeight.Medium |
| fontFamily | string
\|
[
Resource
](
ts-types.md#resource类型
)
| 否 | 设置安全
控
件上文字的字体。
<br/>
默认字体:'HarmonyOS Sans' |
| fontColor |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 否 | 设置安全
控
件上文字的颜色。
<br/>
默认值:#ffffffff |
| iconColor |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 否 | 设置安全
控
件上图标的颜色。
<br/>
默认值:#ffffffff |
| backgroundColor |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 否 | 设置安全
控
件的背景颜色。
<br/>
默认值:#007dff |
| borderStyle |
[
BorderStyle
](
ts-appendix-enums.md#borderstyle
)
| 否 | 设置安全
控
件的边框的样式。
<br/>
默认不设置边框样式 |
| borderWidth |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
控
件的边框的宽度。
<br/>
默认不设置边框宽度 |
| borderColor |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 否 | 设置安全
控
件的边框的颜色。
<br/>
默认不设置边框颜色 |
| borderRadius |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
控
件的边框圆角半径。
<br/>
默认值:1/2 按钮整高 |
| padding |
[
Padding
](
ts-types.md#padding
)
\|
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
控
件的内边距。
<br/>
默认值:上下8vp, 左右24vp |
| textIconSpace |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
控
件中图标和文字的间距。
<br/>
默认值:4vp |
| iconSize |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
组
件上图标的尺寸。
<br/>
默认值:16vp |
| layoutDirection |
[
SecurityComponentLayoutDirection
](
#securitycomponentlayoutdirection枚举说明
)
| 否 | 设置安全
组
件上图标和文字分布的方向。
<br/>
默认值:SecurityComponentLayoutDirection.HORIZONTAL|
| layoutOrder |
[
SecurityComponentLayoutOrder
](
#securitycomponentlayoutorder枚举说明
)
| 否 | 设置安全
组
件上图标和文字分布的顺序。
<br/>
默认值:SecurityComponentLayoutOrder.ICON_FIRST|
| position |
[
Position
](
ts-types.md#position8
)
| 否 | 设置绝对定位,设置安全
组
件的左上角相对于父容器左上角的偏移位置。
<br/>
默认值:
<br/>
{
<br/>
x: 0,
<br/>
y: 0
<br/>
} |
| markAnchor |
[
Position
](
ts-types.md#position8
)
| 否 | 设置绝对定位的锚点,以安全
组
件的左上角作为基准点进行偏移。
<br/>
默认值:
<br/>
{
<br/>
x: 0,
<br/>
y: 0
<br/>
} |
| offset |
[
Position
](
ts-types.md#position8
)
| 否 | 设置相对定位,安全
组
件相对于自身的偏移量。
<br/>
默认值:
<br/>
{
<br/>
x: 0,
<br/>
y: 0
<br/>
} |
| fontSize |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
组
件上文字的尺寸。
<br/>
默认值:16fp |
| fontStyle |
[
FontStyle
](
ts-appendix-enums.md#fontstyle
)
| 否 | 设置安全
组
件上文字的样式。
<br/>
默认值:FontStyle.Normal |
| fontWeight | number
\|
[
FontWeight
](
ts-appendix-enums.md#fontweight
)
\|
string | 否 | 设置安全
组
件上文字粗细。
<br/>
默认值:FontWeight.Medium |
| fontFamily | string
\|
[
Resource
](
ts-types.md#resource类型
)
| 否 | 设置安全
组
件上文字的字体。
<br/>
默认字体:'HarmonyOS Sans' |
| fontColor |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 否 | 设置安全
组
件上文字的颜色。
<br/>
默认值:#ffffffff |
| iconColor |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 否 | 设置安全
组
件上图标的颜色。
<br/>
默认值:#ffffffff |
| backgroundColor |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 否 | 设置安全
组
件的背景颜色。
<br/>
默认值:#007dff |
| borderStyle |
[
BorderStyle
](
ts-appendix-enums.md#borderstyle
)
| 否 | 设置安全
组
件的边框的样式。
<br/>
默认不设置边框样式 |
| borderWidth |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
组
件的边框的宽度。
<br/>
默认不设置边框宽度 |
| borderColor |
[
ResourceColor
](
ts-types.md#resourcecolor
)
| 否 | 设置安全
组
件的边框的颜色。
<br/>
默认不设置边框颜色 |
| borderRadius |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
组
件的边框圆角半径。
<br/>
默认值:1/2 按钮整高 |
| padding |
[
Padding
](
ts-types.md#padding
)
\|
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
组
件的内边距。
<br/>
默认值:上下8vp, 左右24vp |
| textIconSpace |
[
Length
](
ts-types.md#length
)
| 否 | 设置安全
组
件中图标和文字的间距。
<br/>
默认值:4vp |
## SecurityComponentLayoutDirection枚举说明
| 名称 | 描述 |
| ------------------- | ------------------ |
| HORIZONTAL | 安全
控
件上图标和文字分布的方向为水平排列。 |
| VERTICAL | 安全
控
件上图标和文字分布的方向为垂直排列。 |
| HORIZONTAL | 安全
组
件上图标和文字分布的方向为水平排列。 |
| VERTICAL | 安全
组
件上图标和文字分布的方向为垂直排列。 |
## SecurityComponentLayoutOrder枚举说明
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录