release 2.9.19

This commit is contained in:
xuliangzhan
2020-08-31 12:49:48 +08:00
parent 2e4df48bdd
commit 5bec4ef44c
6 changed files with 10 additions and 8 deletions

View File

@@ -13,4 +13,4 @@
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
}
})();</script><link href=/vxe-table/static/js/chunk-1b979dc0.a7208679.js rel=prefetch><link href=/vxe-table/static/js/chunk-2d216214.a9b84dcf.js rel=prefetch><link href=/vxe-table/static/js/chunk-2d216257.6a8b5f89.js rel=prefetch><link href=/vxe-table/static/css/chunk-vendors.cfd9ba4a.css rel=preload as=style><link href=/vxe-table/static/css/index.385bcafb.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.5740306f.js rel=preload as=script><link href=/vxe-table/static/js/index.50d088bb.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.cfd9ba4a.css rel=stylesheet><link href=/vxe-table/static/css/index.385bcafb.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.5740306f.js></script><script src=/vxe-table/static/js/index.50d088bb.js></script></body></html>
})();</script><link href=/vxe-table/static/js/chunk-1b979dc0.a7208679.js rel=prefetch><link href=/vxe-table/static/js/chunk-2d216214.a9b84dcf.js rel=prefetch><link href=/vxe-table/static/js/chunk-2d216257.6a8b5f89.js rel=prefetch><link href=/vxe-table/static/css/chunk-vendors.cfd9ba4a.css rel=preload as=style><link href=/vxe-table/static/css/index.385bcafb.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.5740306f.js rel=preload as=script><link href=/vxe-table/static/js/index.d4fb312c.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.cfd9ba4a.css rel=stylesheet><link href=/vxe-table/static/css/index.385bcafb.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.5740306f.js></script><script src=/vxe-table/static/js/index.d4fb312c.js></script></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -13,4 +13,4 @@
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
}
})();</script><link href=/vxe-table/v2/static/css/chunk-vendors.88b16125.css rel=preload as=style><link href=/vxe-table/v2/static/css/index.409efcab.css rel=preload as=style><link href=/vxe-table/v2/static/js/chunk-vendors.91cdd506.js rel=preload as=script><link href=/vxe-table/v2/static/js/index.48232107.js rel=preload as=script><link href=/vxe-table/v2/static/css/chunk-vendors.88b16125.css rel=stylesheet><link href=/vxe-table/v2/static/css/index.409efcab.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/v2/static/js/chunk-vendors.91cdd506.js></script><script src=/vxe-table/v2/static/js/index.48232107.js></script></body></html>
})();</script><link href=/vxe-table/v2/static/css/chunk-vendors.88b16125.css rel=preload as=style><link href=/vxe-table/v2/static/css/index.409efcab.css rel=preload as=style><link href=/vxe-table/v2/static/js/chunk-vendors.91cdd506.js rel=preload as=script><link href=/vxe-table/v2/static/js/index.c52f9887.js rel=preload as=script><link href=/vxe-table/v2/static/css/chunk-vendors.88b16125.css rel=stylesheet><link href=/vxe-table/v2/static/css/index.409efcab.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/v2/static/js/chunk-vendors.91cdd506.js></script><script src=/vxe-table/v2/static/js/index.c52f9887.js></script></body></html>

File diff suppressed because one or more lines are too long

View File

@@ -1654,7 +1654,7 @@ const apis = [
},
{
name: 'area',
desc: '如果功能被支持,则开启单元格区域选取功能,非连续的区域,按住 Ctrl 键,用鼠标逐一选取',
desc: '如果功能被支持,则开启鼠标左键单元格区域选取功能,非连续的区域,同时按住 鼠标左键 + Ctrl 键,用鼠标逐一选取',
version: 'pro',
type: 'boolean',
enum: '',
@@ -1663,7 +1663,7 @@ const apis = [
},
{
name: 'extension',
desc: '只对 area 启用后有效,是否开启区域延伸选取功能,开启后可以通过鼠标点击区域右下角延伸扩大选取范围',
desc: '只对 area 启用后有效,是否开启区域延伸选取功能,开启后可以通过鼠标左键按住右下角延伸按钮,将区域横向或纵向扩大',
version: 'pro',
type: 'boolean',
enum: '',

View File

@@ -37,8 +37,10 @@
<pre>
<code>
mouse-config 鼠标配置
| Mouse | (area) 鼠标选取指定区域 |
| Mouse + Ctrl | (area) 鼠标选取多重区域 |
| Mouse + Left | (area) 鼠标选取指定范围的单元格 |
| Mouse + Right | (area) 鼠标选取选中位置的单元格 |
| Mouse + Left + Ctrl | (area) 鼠标选取多区域的单元格 |
| Mouse + Left | (extension) 鼠标左键按住右下角延伸按钮将区域横向或纵向扩大 |
keyboard-config 按键配置
| Ctrl + X | (isClip) 将单元格标记为剪贴状态并将内容复制到剪贴板支持 Excel WPS |
| Ctrl + C | (isClip) 将单元格标记为复制状态并将内容复制到剪贴板支持 Excel WPS |