diff --git a/gh-pages/docs/components/action.html b/gh-pages/docs/components/action.html
index 3d65afae..b9df736b 100644
--- a/gh-pages/docs/components/action.html
+++ b/gh-pages/docs/components/action.html
@@ -36,10 +36,10 @@
-
-
+
+
-
+
\n样式
尺寸
配置size
,显示不同尺寸
\n\n主题
可以配置level
或者primary
,显示不同样式。
\n\n图标
可以配置icon
配置项,实现按钮显示图标
\n\n如果label
配置为空字符串,可以只显示icon
\n\n操作前确认
可以通过配置confirmText
,实现在任意操作前,弹出提示框确认是否进行该操作。
\n\najax 请求
通过配置"actionType":"ajax"
和api
,可以实现 ajax 请求。
\n\n请求成功后,跳转至某个页面
配置相对路径,实现单页跳转
\n配置完整路径,直接跳转指定路径
\n请求成功后,显示反馈弹框
\n更多内容查看Dialog 文档
\n自定义 toast 文字
可以通过配置messages
,自定义接口返回toast
信息
\n\n 属性表
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\napi | \nApi | \n- | \n请求地址,参考 api 格式说明。 | \n
\n\nredirect | \n模板字符串 | \n- | \n指定当前请求结束后跳转的路径,可用 ${xxx} 取值。 | \n
\n\nfeedback | \nDialogObject | \n- | \n如果 ajax 类型的,当 ajax 返回正常后,还能接着弹出一个 dialog 做其他交互。返回的数据可用于这个 dialog 中。格式可参考Dialog | \n
\n\nmessages | \nobject | \n- | \nsuccess :ajax 操作成功后提示,可以不指定,不指定时以 api 返回为准。failed :ajax 操作失败提示。 | \n
\n\n
\n跳转链接
单页跳转
\n 属性表
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \nlink | \n单页跳转 | \n
\n\nlink | \nstring | \nlink | \n用来指定跳转地址,跟 url 不同的是,这是单页跳转方式,不会渲染浏览器,请指定 amis 平台内的页面。可用 ${xxx} 取值。 | \n
\n\n
\n直接跳转
\n 属性表
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \nurl | \n页面跳转 | \n
\n\nurl | \nstring | \n- | \n按钮点击后,会打开指定页面。可用 ${xxx} 取值。 | \n
\n\nblank | \nboolean | \nfalse | \n如果为 true 将在新 tab 页面打开。 | \n
\n\n
\n注意:由于 amis 平台内 http 地址会被替换成 proxy 地址,所以在 amis 平台内使用请加上 raw: 作为前缀。 比如:raw:http://www.baidu.com
\n弹框
\n 属性表
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \ndialog | \n点击后显示一个弹出框 | \n
\n\ndialog | \nstring 或 DialogObject | \n- | \n指定弹框内容,格式可参考Dialog | \n
\n\nnextCondition | \nboolean | \n- | \n可以用来设置下一条数据的条件,默认为 true 。 | \n
\n\n
\n抽屉
\n 属性表
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \ndrawer | \n点击后显示一个侧边栏 | \n
\n\ndrawer | \nstring 或 DrawerObject | \n- | \n指定弹框内容,格式可参考Drawer | \n
\n\n
\n复制文本
\n 属性表
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \ncopy | \n复制一段内容到粘贴板 | \n
\n\ncontent | \n模板 | \n- | \n指定复制的内容。可用 ${xxx} 取值。 | \n
\n\n
\n刷新其他组件
属性表
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \nreload | \n刷新目标组件 | \n
\n\ntarget | \nstring | \n- | \n需要刷新的目标组件名字(组件的name 值,自己配置的),多个请用 , 号隔开。 | \n
\n\n
\n组件特有的行为类型
表单中表格添加一行
该 actionType 为FormItem-Table专用行为
\n重置表单
在 form 中,配置"type": "reset"
的按钮,可以实现重置表单数据的功能
\n\n通用属性表
所有actionType
都支持的通用配置项
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\ntype | \nstring | \naction | \n指定为 Page 渲染器。 | \n
\n\nactionType | \nstring | \n- | \n【必填】这是 action 最核心的配置,来指定该 action 的作用类型,支持:ajax 、link 、url 、drawer 、dialog 、confirm 、cancel 、prev 、next 、copy 、close 。 | \n
\n\nlabel | \nstring | \n- | \n按钮文本。可用 ${xxx} 取值。 | \n
\n\nlevel | \nstring | \ndefault | \n按钮样式,支持:link 、primary 、secondary 、info 、success 、warning 、danger 、light 、dark 、default 。 | \n
\n\nsize | \nstring | \n- | \n按钮大小,支持:xs 、sm 、md 、lg 。 | \n
\n\nicon | \nstring | \n- | \n设置图标,例如fa fa-plus 。 | \n
\n\niconClassName | \nstring | \n- | \n给图标上添加类名。 | \n
\n\nactive | \nboolean | \n- | \n按钮是否高亮。 | \n
\n\nactiveLevel | \nstring | \n- | \n按钮高亮时的样式,配置支持同level 。 | \n
\n\nactiveClassName | \nstring | \nis-active | \n给按钮高亮添加类名。 | \n
\n\nblock | \nboolean | \n- | \n用display:"block" 来显示按钮。 | \n
\n\nconfirmText | \n模板 | \n- | \n当设置后,操作在开始前会询问用户。可用 ${xxx} 取值。 | \n
\n\nreload | \nstring | \n- | \n指定此次操作完后,需要刷新的目标组件名字(组件的name 值,自己配置的),多个请用 , 号隔开。 | \n
\n\ntooltip | \nstring | \n- | \n鼠标停留时弹出该段文字,也可以配置对象类型:字段为title 和content 。可用 ${xxx} 取值。 | \n
\n\ndisabledTip | \nstring | \n- | \n被禁用后鼠标停留时弹出该段文字,也可以配置对象类型:字段为title 和content 。可用 ${xxx} 取值。 | \n
\n\ntooltipPlacement | \nstring | \ntop | \n如果配置了tooltip 或者disabledTip ,指定提示信息位置,可配置top 、bottom 、left 、right 。 | \n
\n\nclose | \nboolean | \n- | \n当action 配置在dialog 或drawer 的actions 中时,配置为true 指定此次操作完后关闭当前dialog 或drawer 。 | \n
\n\nrequired | \nArray<string> | \n- | \n配置字符串数组,指定在form 中进行操作之前,需要指定的字段名的表单项通过验证 | \n
\n\n
\n",
+ "toc": {
+ "label": "目录",
+ "type": "toc",
+ "children": [
+ {
+ "label": "基本用法",
+ "fragment": "%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95",
+ "fullPath": "#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95",
+ "level": 2
+ },
+ {
+ "label": "样式",
+ "fragment": "%E6%A0%B7%E5%BC%8F",
+ "fullPath": "#%E6%A0%B7%E5%BC%8F",
+ "level": 2,
+ "children": [
+ {
+ "label": "尺寸",
+ "fragment": "%E5%B0%BA%E5%AF%B8",
+ "fullPath": "#%E5%B0%BA%E5%AF%B8",
+ "level": 3
+ },
+ {
+ "label": "主题",
+ "fragment": "%E4%B8%BB%E9%A2%98",
+ "fullPath": "#%E4%B8%BB%E9%A2%98",
+ "level": 3
+ },
+ {
+ "label": "图标",
+ "fragment": "%E5%9B%BE%E6%A0%87",
+ "fullPath": "#%E5%9B%BE%E6%A0%87",
+ "level": 3
+ }
+ ]
+ },
+ {
+ "label": "操作前确认",
+ "fragment": "%E6%93%8D%E4%BD%9C%E5%89%8D%E7%A1%AE%E8%AE%A4",
+ "fullPath": "#%E6%93%8D%E4%BD%9C%E5%89%8D%E7%A1%AE%E8%AE%A4",
+ "level": 2
+ },
+ {
+ "label": "ajax 请求",
+ "fragment": "ajax-%E8%AF%B7%E6%B1%82",
+ "fullPath": "#ajax-%E8%AF%B7%E6%B1%82",
+ "level": 2,
+ "children": [
+ {
+ "label": "请求成功后,跳转至某个页面",
+ "fragment": "%E8%AF%B7%E6%B1%82%E6%88%90%E5%8A%9F%E5%90%8E-%E8%B7%B3%E8%BD%AC%E8%87%B3%E6%9F%90%E4%B8%AA%E9%A1%B5%E9%9D%A2",
+ "fullPath": "#%E8%AF%B7%E6%B1%82%E6%88%90%E5%8A%9F%E5%90%8E-%E8%B7%B3%E8%BD%AC%E8%87%B3%E6%9F%90%E4%B8%AA%E9%A1%B5%E9%9D%A2",
+ "level": 3
+ },
+ {
+ "label": "请求成功后,显示反馈弹框",
+ "fragment": "%E8%AF%B7%E6%B1%82%E6%88%90%E5%8A%9F%E5%90%8E-%E6%98%BE%E7%A4%BA%E5%8F%8D%E9%A6%88%E5%BC%B9%E6%A1%86",
+ "fullPath": "#%E8%AF%B7%E6%B1%82%E6%88%90%E5%8A%9F%E5%90%8E-%E6%98%BE%E7%A4%BA%E5%8F%8D%E9%A6%88%E5%BC%B9%E6%A1%86",
+ "level": 3
+ },
+ {
+ "label": "自定义 toast 文字",
+ "fragment": "%E8%87%AA%E5%AE%9A%E4%B9%89-toast-%E6%96%87%E5%AD%97",
+ "fullPath": "#%E8%87%AA%E5%AE%9A%E4%B9%89-toast-%E6%96%87%E5%AD%97",
+ "level": 3
+ }
+ ]
+ },
+ {
+ "label": "跳转链接",
+ "fragment": "%E8%B7%B3%E8%BD%AC%E9%93%BE%E6%8E%A5",
+ "fullPath": "#%E8%B7%B3%E8%BD%AC%E9%93%BE%E6%8E%A5",
+ "level": 2,
+ "children": [
+ {
+ "label": "单页跳转",
+ "fragment": "%E5%8D%95%E9%A1%B5%E8%B7%B3%E8%BD%AC",
+ "fullPath": "#%E5%8D%95%E9%A1%B5%E8%B7%B3%E8%BD%AC",
+ "level": 3
+ },
+ {
+ "label": "直接跳转",
+ "fragment": "%E7%9B%B4%E6%8E%A5%E8%B7%B3%E8%BD%AC",
+ "fullPath": "#%E7%9B%B4%E6%8E%A5%E8%B7%B3%E8%BD%AC",
+ "level": 3
+ }
+ ]
+ },
+ {
+ "label": "弹框",
+ "fragment": "%E5%BC%B9%E6%A1%86",
+ "fullPath": "#%E5%BC%B9%E6%A1%86",
+ "level": 2
+ },
+ {
+ "label": "抽屉",
+ "fragment": "%E6%8A%BD%E5%B1%89",
+ "fullPath": "#%E6%8A%BD%E5%B1%89",
+ "level": 2
+ },
+ {
+ "label": "复制文本",
+ "fragment": "%E5%A4%8D%E5%88%B6%E6%96%87%E6%9C%AC",
+ "fullPath": "#%E5%A4%8D%E5%88%B6%E6%96%87%E6%9C%AC",
+ "level": 2
+ },
+ {
+ "label": "刷新其他组件",
+ "fragment": "%E5%88%B7%E6%96%B0%E5%85%B6%E4%BB%96%E7%BB%84%E4%BB%B6",
+ "fullPath": "#%E5%88%B7%E6%96%B0%E5%85%B6%E4%BB%96%E7%BB%84%E4%BB%B6",
+ "level": 2
+ },
+ {
+ "label": "组件特有的行为类型",
+ "fragment": "%E7%BB%84%E4%BB%B6%E7%89%B9%E6%9C%89%E7%9A%84%E8%A1%8C%E4%B8%BA%E7%B1%BB%E5%9E%8B",
+ "fullPath": "#%E7%BB%84%E4%BB%B6%E7%89%B9%E6%9C%89%E7%9A%84%E8%A1%8C%E4%B8%BA%E7%B1%BB%E5%9E%8B",
+ "level": 2,
+ "children": [
+ {
+ "label": "表单中表格添加一行",
+ "fragment": "%E8%A1%A8%E5%8D%95%E4%B8%AD%E8%A1%A8%E6%A0%BC%E6%B7%BB%E5%8A%A0%E4%B8%80%E8%A1%8C",
+ "fullPath": "#%E8%A1%A8%E5%8D%95%E4%B8%AD%E8%A1%A8%E6%A0%BC%E6%B7%BB%E5%8A%A0%E4%B8%80%E8%A1%8C",
+ "level": 3
+ },
+ {
+ "label": "重置表单",
+ "fragment": "%E9%87%8D%E7%BD%AE%E8%A1%A8%E5%8D%95",
+ "fullPath": "#%E9%87%8D%E7%BD%AE%E8%A1%A8%E5%8D%95",
+ "level": 3
+ }
+ ]
+ },
+ {
+ "label": "通用属性表",
+ "fragment": "%E9%80%9A%E7%94%A8%E5%B1%9E%E6%80%A7%E8%A1%A8",
+ "fullPath": "#%E9%80%9A%E7%94%A8%E5%B1%9E%E6%80%A7%E8%A1%A8",
+ "level": 2
+ }
+ ],
+ "level": 0
+ }
+ };
+
+});
diff --git a/gh-pages/docs/components/action_d8e6841.js b/gh-pages/docs/components/action_d8e6841.js
deleted file mode 100644
index 02b957ce..00000000
--- a/gh-pages/docs/components/action_d8e6841.js
+++ /dev/null
@@ -1,163 +0,0 @@
-amis.define('docs/components/action.md', function(require, exports, module, define) {
-
- module.exports = {
- "title": "Action 行为按钮",
- "description": null,
- "type": 0,
- "group": "⚙ 组件",
- "menuName": "Action 行为按钮",
- "icon": null,
- "order": 26,
- "html": "Action 行为按钮,是触发页面行为的主要方法之一
\n基本用法
我们这里简单实现一个点击按钮弹框的交互。
\n\n样式
尺寸
配置size
,显示不同尺寸
\n\n主题
可以配置level
或者primary
,显示不同样式。
\n\n图标
可以配置icon
配置项,实现按钮显示图标
\n\n如果label
配置为空字符串,可以只显示icon
\n\n操作前确认
可以通过配置confirmText
,实现在任意操作前,弹出提示框确认是否进行该操作。
\n\najax 请求
通过配置"actionType":"ajax"
和api
,可以实现 ajax 请求。
\n\n请求成功后,跳转至某个页面
配置相对路径,实现单页跳转
\n配置完整路径,直接跳转指定路径
\n请求成功后,显示反馈弹框
\n更多内容查看Dialog 文档
\n自定义 toast 文字
可以通过配置messages
,自定义接口返回toast
信息
\n\n属性表
\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\napi | \nApi | \n- | \n请求地址,参考 api 格式说明。 | \n
\n\nredirect | \n模板字符串 | \n- | \n指定当前请求结束后跳转的路径,可用 ${xxx} 取值。 | \n
\n\nfeedback | \nDialogObject | \n- | \n如果 ajax 类型的,当 ajax 返回正常后,还能接着弹出一个 dialog 做其他交互。返回的数据可用于这个 dialog 中。格式可参考Dialog | \n
\n\nmessages | \nobject | \n- | \nsuccess :ajax 操作成功后提示,可以不指定,不指定时以 api 返回为准。failed :ajax 操作失败提示。 | \n
\n\n
\n跳转链接
单页跳转
\n属性表
\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \nlink | \n单页跳转 | \n
\n\nlink | \nstring | \nlink | \n用来指定跳转地址,跟 url 不同的是,这是单页跳转方式,不会渲染浏览器,请指定 amis 平台内的页面。可用 ${xxx} 取值。 | \n
\n\n
\n直接跳转
\n属性表
\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \nurl | \n页面跳转 | \n
\n\nurl | \nstring | \n- | \n按钮点击后,会打开指定页面。可用 ${xxx} 取值。 | \n
\n\nblank | \nboolean | \nfalse | \n如果为 true 将在新 tab 页面打开。 | \n
\n\n
\n注意:由于 amis 平台内 http 地址会被替换成 proxy 地址,所以在 amis 平台内使用请加上 raw: 作为前缀。 比如:raw:http://www.baidu.com
\n弹框
\n属性表
\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \ndialog | \n点击后显示一个弹出框 | \n
\n\ndialog | \nstring 或 DialogObject | \n- | \n指定弹框内容,格式可参考Dialog | \n
\n\nnextCondition | \nboolean | \n- | \n可以用来设置下一条数据的条件,默认为 true 。 | \n
\n\n
\n抽屉
\n属性表
\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \ndrawer | \n点击后显示一个侧边栏 | \n
\n\ndrawer | \nstring 或 DrawerObject | \n- | \n指定弹框内容,格式可参考Drawer | \n
\n\n
\n复制文本
\n属性表
\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \ncopy | \n复制一段内容到粘贴板 | \n
\n\ncontent | \n模板 | \n- | \n指定复制的内容。可用 ${xxx} 取值。 | \n
\n\n
\n刷新其他组件
基本使用
xxx
\n属性表
\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\nactionType | \nstring | \nreload | \n刷新目标组件 | \n
\n\ntarget | \nstring | \n- | \n需要刷新的目标组件名字(组件的name 值,自己配置的),多个请用 , 号隔开。 | \n
\n\n
\n组件特有的行为类型
表单中表格添加一行
该 actionType 为FormItem-Table专用行为
\n重置表单
在 form 中,配置"type": "reset"
的按钮,可以实现重置表单数据的功能
\n\n通用属性表
所有actionType
都支持的通用配置项
\n\n\n\n属性名 | \n类型 | \n默认值 | \n说明 | \n
\n\n\n\ntype | \nstring | \naction | \n指定为 Page 渲染器。 | \n
\n\nactionType | \nstring | \n- | \n【必填】这是 action 最核心的配置,来指定该 action 的作用类型,支持:ajax 、link 、url 、drawer 、dialog 、confirm 、cancel 、prev 、next 、copy 、close 。 | \n
\n\nlabel | \nstring | \n- | \n按钮文本。可用 ${xxx} 取值。 | \n
\n\nlevel | \nstring | \ndefault | \n按钮样式,支持:link 、primary 、secondary 、info 、success 、warning 、danger 、light 、dark 、default 。 | \n
\n\nsize | \nstring | \n- | \n按钮大小,支持:xs 、sm 、md 、lg 。 | \n
\n\nicon | \nstring | \n- | \n设置图标,例如fa fa-plus 。 | \n
\n\niconClassName | \nstring | \n- | \n给图标上添加类名。 | \n
\n\nactive | \nboolean | \n- | \n按钮是否高亮。 | \n
\n\nactiveLevel | \nstring | \n- | \n按钮高亮时的样式,配置支持同level 。 | \n
\n\nactiveClassName | \nstring | \nis-active | \n给按钮高亮添加类名。 | \n
\n\nblock | \nboolean | \n- | \n用display:"block" 来显示按钮。 | \n
\n\nconfirmText | \n模板 | \n- | \n当设置后,操作在开始前会询问用户。可用 ${xxx} 取值。 | \n
\n\nreload | \nstring | \n- | \n指定此次操作完后,需要刷新的目标组件名字(组件的name 值,自己配置的),多个请用 , 号隔开。 | \n
\n\ntooltip | \nstring | \n- | \n鼠标停留时弹出该段文字,也可以配置对象类型:字段为title 和content 。可用 ${xxx} 取值。 | \n
\n\ndisabledTip | \nstring | \n- | \n被禁用后鼠标停留时弹出该段文字,也可以配置对象类型:字段为title 和content 。可用 ${xxx} 取值。 | \n
\n\ntooltipPlacement | \nstring | \ntop | \n如果配置了tooltip 或者disabledTip ,指定提示信息位置,可配置top 、bottom 、left 、right 。 | \n
\n\nclose | \nboolean | \n- | \n当action 配置在dialog 或drawer 的actions 中时,配置为true 指定此次操作完后关闭当前dialog 或drawer 。 | \n
\n\nrequired | \nArray<string> | \n- | \n配置字符串数组,指定在form 中进行操作之前,需要指定的字段名的表单项通过验证 | \n
\n\n
\n",
- "toc": {
- "label": "目录",
- "type": "toc",
- "children": [
- {
- "label": "基本用法",
- "fragment": "%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95",
- "fullPath": "#%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95",
- "level": 2
- },
- {
- "label": "样式",
- "fragment": "%E6%A0%B7%E5%BC%8F",
- "fullPath": "#%E6%A0%B7%E5%BC%8F",
- "level": 2,
- "children": [
- {
- "label": "尺寸",
- "fragment": "%E5%B0%BA%E5%AF%B8",
- "fullPath": "#%E5%B0%BA%E5%AF%B8",
- "level": 3
- },
- {
- "label": "主题",
- "fragment": "%E4%B8%BB%E9%A2%98",
- "fullPath": "#%E4%B8%BB%E9%A2%98",
- "level": 3
- },
- {
- "label": "图标",
- "fragment": "%E5%9B%BE%E6%A0%87",
- "fullPath": "#%E5%9B%BE%E6%A0%87",
- "level": 3
- }
- ]
- },
- {
- "label": "操作前确认",
- "fragment": "%E6%93%8D%E4%BD%9C%E5%89%8D%E7%A1%AE%E8%AE%A4",
- "fullPath": "#%E6%93%8D%E4%BD%9C%E5%89%8D%E7%A1%AE%E8%AE%A4",
- "level": 2
- },
- {
- "label": "ajax 请求",
- "fragment": "ajax-%E8%AF%B7%E6%B1%82",
- "fullPath": "#ajax-%E8%AF%B7%E6%B1%82",
- "level": 2,
- "children": [
- {
- "label": "请求成功后,跳转至某个页面",
- "fragment": "%E8%AF%B7%E6%B1%82%E6%88%90%E5%8A%9F%E5%90%8E-%E8%B7%B3%E8%BD%AC%E8%87%B3%E6%9F%90%E4%B8%AA%E9%A1%B5%E9%9D%A2",
- "fullPath": "#%E8%AF%B7%E6%B1%82%E6%88%90%E5%8A%9F%E5%90%8E-%E8%B7%B3%E8%BD%AC%E8%87%B3%E6%9F%90%E4%B8%AA%E9%A1%B5%E9%9D%A2",
- "level": 3
- },
- {
- "label": "请求成功后,显示反馈弹框",
- "fragment": "%E8%AF%B7%E6%B1%82%E6%88%90%E5%8A%9F%E5%90%8E-%E6%98%BE%E7%A4%BA%E5%8F%8D%E9%A6%88%E5%BC%B9%E6%A1%86",
- "fullPath": "#%E8%AF%B7%E6%B1%82%E6%88%90%E5%8A%9F%E5%90%8E-%E6%98%BE%E7%A4%BA%E5%8F%8D%E9%A6%88%E5%BC%B9%E6%A1%86",
- "level": 3
- },
- {
- "label": "自定义 toast 文字",
- "fragment": "%E8%87%AA%E5%AE%9A%E4%B9%89-toast-%E6%96%87%E5%AD%97",
- "fullPath": "#%E8%87%AA%E5%AE%9A%E4%B9%89-toast-%E6%96%87%E5%AD%97",
- "level": 3
- }
- ]
- },
- {
- "label": "跳转链接",
- "fragment": "%E8%B7%B3%E8%BD%AC%E9%93%BE%E6%8E%A5",
- "fullPath": "#%E8%B7%B3%E8%BD%AC%E9%93%BE%E6%8E%A5",
- "level": 2,
- "children": [
- {
- "label": "单页跳转",
- "fragment": "%E5%8D%95%E9%A1%B5%E8%B7%B3%E8%BD%AC",
- "fullPath": "#%E5%8D%95%E9%A1%B5%E8%B7%B3%E8%BD%AC",
- "level": 3
- },
- {
- "label": "直接跳转",
- "fragment": "%E7%9B%B4%E6%8E%A5%E8%B7%B3%E8%BD%AC",
- "fullPath": "#%E7%9B%B4%E6%8E%A5%E8%B7%B3%E8%BD%AC",
- "level": 3
- }
- ]
- },
- {
- "label": "弹框",
- "fragment": "%E5%BC%B9%E6%A1%86",
- "fullPath": "#%E5%BC%B9%E6%A1%86",
- "level": 2
- },
- {
- "label": "抽屉",
- "fragment": "%E6%8A%BD%E5%B1%89",
- "fullPath": "#%E6%8A%BD%E5%B1%89",
- "level": 2
- },
- {
- "label": "复制文本",
- "fragment": "%E5%A4%8D%E5%88%B6%E6%96%87%E6%9C%AC",
- "fullPath": "#%E5%A4%8D%E5%88%B6%E6%96%87%E6%9C%AC",
- "level": 2
- },
- {
- "label": "刷新其他组件",
- "fragment": "%E5%88%B7%E6%96%B0%E5%85%B6%E4%BB%96%E7%BB%84%E4%BB%B6",
- "fullPath": "#%E5%88%B7%E6%96%B0%E5%85%B6%E4%BB%96%E7%BB%84%E4%BB%B6",
- "level": 2,
- "children": [
- {
- "label": "基本使用",
- "fragment": "%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8",
- "fullPath": "#%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8",
- "level": 3
- }
- ]
- },
- {
- "label": "组件特有的行为类型",
- "fragment": "%E7%BB%84%E4%BB%B6%E7%89%B9%E6%9C%89%E7%9A%84%E8%A1%8C%E4%B8%BA%E7%B1%BB%E5%9E%8B",
- "fullPath": "#%E7%BB%84%E4%BB%B6%E7%89%B9%E6%9C%89%E7%9A%84%E8%A1%8C%E4%B8%BA%E7%B1%BB%E5%9E%8B",
- "level": 2,
- "children": [
- {
- "label": "表单中表格添加一行",
- "fragment": "%E8%A1%A8%E5%8D%95%E4%B8%AD%E8%A1%A8%E6%A0%BC%E6%B7%BB%E5%8A%A0%E4%B8%80%E8%A1%8C",
- "fullPath": "#%E8%A1%A8%E5%8D%95%E4%B8%AD%E8%A1%A8%E6%A0%BC%E6%B7%BB%E5%8A%A0%E4%B8%80%E8%A1%8C",
- "level": 3
- },
- {
- "label": "重置表单",
- "fragment": "%E9%87%8D%E7%BD%AE%E8%A1%A8%E5%8D%95",
- "fullPath": "#%E9%87%8D%E7%BD%AE%E8%A1%A8%E5%8D%95",
- "level": 3
- }
- ]
- },
- {
- "label": "通用属性表",
- "fragment": "%E9%80%9A%E7%94%A8%E5%B1%9E%E6%80%A7%E8%A1%A8",
- "fullPath": "#%E9%80%9A%E7%94%A8%E5%B1%9E%E6%80%A7%E8%A1%A8",
- "level": 2
- }
- ],
- "level": 0
- }
- };
-
-});
diff --git a/gh-pages/docs/components/alert.html b/gh-pages/docs/components/alert.html
index 3d65afae..b9df736b 100644
--- a/gh-pages/docs/components/alert.html
+++ b/gh-pages/docs/components/alert.html
@@ -36,10 +36,10 @@
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+