zzcr
65e089f53d
fix(grid): [grid] fix context menu Display abnormality
2023-11-22 23:14:45 -08:00
ajaxzheng
e8a3a66747
style(grid): [grid] Correct the correct color of table checkbox ( #903 )
2023-11-23 10:44:44 +08:00
falcon-jin
515887975b
fix(vue-renderless): [cascader] fix cascade component multiple selection configuration emitPath: false does not echo the selected name ( #844 )
...
* fix: cascader组件多选 配置 emitPath:false之后不回显选中名称
* fix(vue-renderless): [cascader] fix cascader组件多选 配置 emitPath:false之后不回显选中名称
* fix(vue-renderless): [cascader] fix cascader组件多选 配置 emitPath:false之后不回显选中名称
2023-11-23 09:36:19 +08:00
GaoNeng
9ea7373a0a
feat(color-select-panel): add color-update event ( #884 )
...
* feat(color-select-panel): add color-select event
* fix(color-picker): extract functions to index.ts
* style: remove semicolon
2023-11-23 09:31:35 +08:00
yoyo
c2277b8d5b
fix(renderless/common): [autocomplete] fix poperOptions undefind bug ( #899 )
2023-11-23 09:09:37 +08:00
ajaxzheng
40322d75e7
fix(grid): [grid] Fix the filtering function problem of grid component simplified version ( #897 )
2023-11-23 09:09:15 +08:00
ajaxzheng
0a09ac23f7
fix(grid): [grid] fix grid fixed style error when config prop border ( #889 )
...
* fix(grid): [grid] fix grid fixed style error when config prop border
* fix(grid): [grid] fix errror E2E test
* fix(grid): [grid] fix errror E2E test
* fix(grid): [grid] fix errror E2E test
2023-11-23 09:08:59 +08:00
ajaxzheng
e3cff642e3
docs(drawer): [drawer] Optimize document and e2e test ( #888 )
2023-11-23 09:08:34 +08:00
ajaxzheng
41b2b7d9ff
docs(grid/export): [grid] update export docs ( #900 )
2023-11-22 21:04:48 +08:00
ajaxzheng
f6a01396a4
fix(e2e): modify playwright retry times ( #898 )
2023-11-22 21:04:09 +08:00
ajaxzheng
efe14609ce
fix(vite): update Vite version and delete useless package ( #892 )
2023-11-22 21:03:47 +08:00
Mr.栋
2f98210738
feat(react): reimplementing Vue instance in React ( #783 )
...
* feat(react): reimplementing Vue instance in React
* feat(react): Adjusting the relevant dependencies used by the VM
2023-11-22 21:03:00 +08:00
yoyo
cf2a85d34c
test(site/loading): [loading] e2e test case completion ( #896 )
2023-11-22 16:59:40 +08:00
jacknan
4e14521326
feat(switch): refresh switch UI ( #852 )
...
* feat(switch): 刷新设计规范
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(switch): 拆分特性demo
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(switch): 变量添加注释说明
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(switch): 刷新token定义
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(switch): 修改demo类型格式
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(switch): 优化变量定义
Signed-off-by: jacknan <zhumaonan@aliyun.com>
---------
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-11-22 15:18:28 +08:00
jacknan
91dd24ec46
feat(radio): refresh radio UI ( #845 )
...
* feat(radio): 刷新设计规范
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(radio): 刷新设计规范
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(radio): 拆分特性demo
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(radio): 刷新token定义,添加注释
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(radio): 优化demo
Signed-off-by: jacknan <zhumaonan@aliyun.com>
---------
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-11-22 15:17:19 +08:00
gimmyhehe
16066bd9fd
build(internal): build all template when run build:runtime ( #895 )
2023-11-22 15:14:49 +08:00
gimmyhehe
5ce7f1c38d
feat(sites): add saas playground ( #893 )
2023-11-22 11:06:57 +08:00
David
f1c1bac12c
David/fix 722 ( #811 )
...
* fix(examples/tree-grid-insert-delete-update.vue): [grid] fix Deleting will completely retract the issue, and deleting will retain the previous expanded state
* fix(examples/tree-grid-insert-delete-update.vue): [grid] fix Deleting will completely retract the issue, and deleting will retain the previous expanded state
* fix(examples/tree-grid-insert-delete-update.vue): [grid] fix Deletin will completely retract the issue, and deleting will retain the previous expanded state add Composition API file
---------
Co-authored-by: dushihong <dush@nancal.com>
2023-11-21 19:58:00 +08:00
yoyo
a3b64525fc
docs(site): [rate, tag-group] Optimize document ( #886 )
2023-11-21 19:56:41 +08:00
yoyo
a5483419e1
docs(site): [autocomplete, loading, notify] Optimize document ( #885 )
2023-11-21 19:56:23 +08:00
ajaxzheng
791831558b
fix(dcos): Fixed the slow initial loading of resources in official website. ( #887 )
2023-11-21 19:55:34 +08:00
gimmyhehe
764c2e1d6c
fix(sites): fix mobile-first playground icon style ( #883 )
...
* fix(sites): fix mobile-first playground icon style
* fix(sites): fix mobile-first playground icon style
2023-11-21 11:16:58 +08:00
jacknan
5cf3917a8b
feat(toast): add mobile-toast ( #751 )
...
* feat(toast): 增加toast组件
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* fix(toast): 删除日志打印
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(toast): 优化demo样式
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(toast): 刷新设计规范
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(toast): 删除无用代码
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(toast): 拆分特性demo
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(toast): 刷新token
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(toast): 刷新token定义
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(toast): 删除无用文件
Signed-off-by: jacknan <zhumaonan@aliyun.com>
---------
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-11-21 10:02:41 +08:00
申君健
4c725d63a9
Dev docs fix review ( #882 )
...
* docs(transfer): Optimize container ,layout,transfer docs
* docs(tooltip): Optimize tooltip ,poppover,image docs
2023-11-20 19:42:06 +08:00
gimmyhehe
69e34302c0
test(badge): [badge] update button E2E test ( #880 )
2023-11-20 19:30:32 +08:00
zzcr
1cccc8a071
fix(slide-bar): Delete duplication emits
2023-11-20 01:26:19 -08:00
ajaxzheng
3e0dd3a23f
fix(site): Fix the problem that official website table type switching route can't be displayed, and add Types anchor point. ( #879 )
2023-11-20 17:11:25 +08:00
ajaxzheng
140a3a3a32
docs(grid): [grid] update grid docs and apis ( #878 )
...
* docs(grid): [grid] update grid docs and apis
2023-11-20 17:10:33 +08:00
gimmyhehe
10ea4d1f3b
feat(vue-theme): add theme-tool version in style attribute ( #872 )
2023-11-20 16:56:40 +08:00
yoyo
b64a63166e
docs(site): [cascader, cascader-panel] Optimize document ( #873 )
2023-11-20 16:56:08 +08:00
黄怡林
83a49eef44
Add new token and delete unused code ( #877 )
...
* feat(mobile): add new token
* refactor(mobile): delete unused code
2023-11-20 16:55:27 +08:00
gimmyhehe
7685a751ca
fix(button): [button] delete duplicate css var ( #874 )
2023-11-20 16:54:06 +08:00
chenxi-20
45718c57c0
fix(components): [anchor] fix anchor change event warnning ( #870 )
2023-11-20 15:01:56 +08:00
Kagol
89e5322f2a
docs(pop-editor): [pop-editor] optimize pop editor docs ( #871 )
...
* docs(pop-editor): optimize pop-editor api docs
* docs(pop-editor): optimize pop-editor demo docs
2023-11-20 14:56:43 +08:00
dong
8cea08c2fc
docs(grid): change demoId of 'before-page-change' ( #824 )
2023-11-20 10:18:43 +08:00
黄怡林
a68a6bfa8b
feat(mobile): add new token ( #829 )
2023-11-20 10:12:07 +08:00
ajaxzheng
61dd65994a
feat(grid): [grid]Update grid e2e test ( #853 )
...
* test(grid): [grid] update grid e2e test
2023-11-20 10:11:37 +08:00
chenxi-20
a8f5959567
fix(components): [tabs] Fix bug when dynamically switching tab style to default in tabs ( #846 )
2023-11-20 10:10:42 +08:00
gimmyhehe
154ec25cb8
test(button): [button] update button E2E test ( #862 )
2023-11-20 10:08:58 +08:00
gimmyhehe
a17c053591
test(button-group): [button-group] update button E2E test ( #863 )
2023-11-20 10:08:29 +08:00
gimmyhehe
4ccc2ba1eb
feat(sites): add mobile-first playground ( #864 )
2023-11-20 10:07:58 +08:00
申君健
45acef6cb2
docs(poppover): Optimize Popover's docs ( #866 )
...
* docs(poppover): Optimize Popover's docs
* perf(transition): merge transition css to base
* perf(transition): merge transition css to base
* docs(popover): optimize popover's docs
2023-11-20 10:04:59 +08:00
申君健
a9b6c76d67
docs(image): optimize image's docs ( #868 )
2023-11-20 10:04:18 +08:00
yoyo
a235e649b4
fix(package.json): [input] pnpm site ( #869 )
2023-11-20 09:57:30 +08:00
申君健
d259461ab3
perf(transition): merge transition css to base.less ( #851 )
...
* perf(transition): merge transition css to base
* perf(transition): merge transition css to base
2023-11-17 18:35:47 +08:00
gimmyhehe
d1ba721766
fix(col): [col] fix error when col not use in layout ( #858 )
2023-11-17 18:34:50 +08:00
chenxi-20
9f71b575bc
docs(components): Further optimize the document, add empty default value display, and add API anchor dynamic display function ( #859 )
2023-11-17 18:34:14 +08:00
gimmyhehe
a4cb006a44
doc(components): demo and api docs optimize ( #860 )
2023-11-17 18:33:38 +08:00
yoyo
e748f3c41d
feat(internals/playwright-config): [input] Change the default e2e test environment to site ( #855 )
...
* feat(internals/playwright-config): Change the default e2e test environment to site
* feat(internals/playwright-config): Change the default e2e test environment to site 2
2023-11-17 17:09:55 +08:00
ajaxzheng
f7c7b78ebc
feat(select): [select] optimize select docs ( #856 )
...
* docs(select): [select] Select component documentation and demo optimization (#830 )
* docs(action-menu): [action-menu] Optimize ActionMenu component demos and documents (#833 )
2023-11-17 17:04:21 +08:00