ajaxzheng
c4a7391bdd
refactor(grid): [grid] add grid plugins ( #1168 )
...
* refactor(grid): add grid plugins
* refactor(grid): add grid plugins
* refactor(grid): add grid plugins
* refactor(grid): add dragger plugin
* refactor(grid): add tooltip plugin
* refactor(grid): add checkbox plugin
* refactor(grid): add tree plugin
* refactor(grid): add tree plugin
* refactor(grid): add tree plugin
2023-12-20 16:10:43 +08:00
jacknan
e6a9c50645
fix(tag): fix color value ( #1170 )
...
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-12-19 15:21:26 +08:00
chenxi-20
9fd73a8d6f
feat(icon): [icon] Add add-picture svg ( #1146 )
2023-12-19 15:20:55 +08:00
gimmyhehe
0dc0dd25a6
fix(select): [select] fix event retargeting in debounce ( #1154 )
2023-12-19 15:20:21 +08:00
chenxi-20
9ee37fc23d
build(theme): Patch theme packaging and generation function ( #1162 )
2023-12-19 15:03:55 +08:00
AcWrong02
4672ad9245
fix(slider): [slider]The Slider component should prompt an error when min > max ( #1156 )
...
* docs(slider): [slider]remove the ref attribute of ref in basic-usage
* fix(slider): [slider]component should prompt an error when min>max
* test(slider): [slider]add unit test for the min and max props
2023-12-18 14:12:30 +08:00
Nick Wu
97e068df5d
fix(slider): [slider] Show the tooltip after dragging the Slider component. ( #1123 )
...
* fix(slideer): show the tooltip after dragging the Slider component(#1077 )
* Add the mouseOuterBtn state in vue.ts.
---------
Co-authored-by: WuNing <wuning@inspur.com>
2023-12-18 14:12:01 +08:00
yoyo
8f4b13c1df
fix(theme/src/input): [input] fix input append slot css when select is in it ( #1165 )
2023-12-18 14:06:34 +08:00
gimmyhehe
c84ab66471
feat(button-group): [button-group] add default empty text ( #1155 )
...
* feat(button-group): [button-group] add default empty text
* feat(button-group): [button-group] add default empty text
2023-12-17 16:06:27 +08:00
zzcr
07b2d70110
fix(chart): fix chart error
2023-12-15 15:59:09 +08:00
zzcr
cd5bf9dbc1
build(build): update package.json
2023-12-15 15:30:46 +08:00
ajaxzheng
5709d26ee4
fix(components): fix some bugs ( #1148 )
...
* fix(row): [layout] restore the gutter value, and add gutter demo (#1006 )
* fix(row): restore the gutter value, and add gutter demo
* fix(row): fix e2e test
* fix(dropdown): fix console warning (#1000 )
* fix(select): [select] Fixed an issue where a blank area is displayed when the select component uses the optimization attribute (#989 )
* docs(layout): fix gutter's default value (#1011 )
* build(internal): fix process not defined error (#991 )
* build(internal): fix process not defined error
* build(internal): fix process not defined error
* build(internal): fix process not defined error
* Update transformVirtualTemplateForBuild.ts
* fix(sites): demo fill the row when it is only one
* fix(form): fix from valid tooltip background color (#1059 )
* fix(form): fix from valid tooltip background color (#1081 )
* build(theme): [theme] Add the index.less file package of the root directory (#1090 )
* fix(grid): [grid] update parentHeight before recalculate (#1142 )
---------
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
2023-12-15 15:20:45 +08:00
zzcr
d865c0e340
fix(eslint): fix eslint error
2023-12-15 14:52:50 +08:00
黄怡林
e11d89a334
[steps] solved the problem that click item and then open new window ( #1040 )
...
* fix(steps): [steps] solved the problem that click item and open new brower window
* fix(label): [label] Correcting component name
2023-12-15 10:16:09 +08:00
ajaxzheng
f74d5c30af
feat(solid): add solid file structure ( #1140 )
...
* feat(solid): add solid file structure
* feat(solid): add solid file structure
2023-12-15 10:14:55 +08:00
chenxi-20
33974e9137
feat(file-upload): [file-upload] Add new features to the progress bar ( #1139 )
2023-12-14 17:45:30 +08:00
GaoNeng
57493c3989
🐞 fix(button): fix loading style ( #1124 )
2023-12-14 17:13:16 +08:00
zzcr
ff6aafec8f
fix(label): fix label components error
2023-12-14 01:08:11 -08:00
申君健
346fb9585f
fix(calendar-view): fix import clause ( #1138 )
2023-12-14 16:33:09 +08:00
jacknan
c99c840f2e
feat(label): add label mobile ( #1098 )
...
* feat(label): add label mobile
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(label): add label mobile
Signed-off-by: jacknan <zhumaonan@aliyun.com>
---------
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-12-14 16:06:14 +08:00
betavs
013ac583bf
fix(components): [slider] prevent default event when bind keydown event ( #1038 )
2023-12-14 16:03:11 +08:00
GaoNeng
60729f8898
feat: Error reported when the maximum value is less than the minimum value ( #973 )
...
* feat: Error reported when the maximum value is less than or equal to the minimum value
* feat: Error reported when the maximum value is less than the minimum value
* style: delete console.log
* style: add space and remove semicolon
* fix: when min < max will throw Error
2023-12-14 16:02:42 +08:00
jacknan
74e976e2a5
feat(tag): add tag-mobile ( #976 )
...
* feat(tag): add tag-mobile
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(tag): remove tsx
Signed-off-by: jacknan <zhumaonan@aliyun.com>
---------
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-12-14 15:56:53 +08:00
chenxi-20
a182bb2034
feat(common): Compatible with yy/MM/dd HH: mm: ss time format ( #1121 )
2023-12-14 15:45:12 +08:00
Davont
c0498248e4
fix(chart-beta): Update dependencies and imports in chart modules ( #1115 )
...
* fix(chart-beta): formatting issues in chart components
* fix(chart-beta): formatting issues in chart components
* fix(chart-beta): Update dependencies and imports in chart modules
* fix(chart-beta): Update dependencies and imports in chart modules
2023-12-13 17:37:36 +08:00
申君健
676fe01e07
perf(common): Make the twMeger function support shake tree ( #1116 )
...
* perf(common): add twMerge tree shake
* fix(common): fix review
* docs(install): add TINY_MODE’s sample
2023-12-13 16:15:19 +08:00
gimmyhehe
541aa9d1cb
fix(theme): [alert, popconfirm] pc template remove tailwind merge ( #1120 )
...
* fix(theme): [alert, popconfirm] pc template remove tailwind merge
* fix(theme): [alert, popconfirm] pc template remove tailwind merge
2023-12-13 16:13:21 +08:00
MomoPoppy
d305b1c190
fix(select): [select] Fix the issue of ineffective use of noMatchText attribute in custom filtering of select component ( #1118 )
2023-12-13 15:55:34 +08:00
chenxi-20
90f8431e31
fix(filter-panel): [filter-panel] Optimize the official website documentation and e2e test cases for the components ( #1104 )
2023-12-13 09:28:04 +08:00
chenxi-20
c62d54bb6f
docs(tabs): [tabs] Add documentation for using tab items ( #1107 )
2023-12-13 09:23:35 +08:00
ajaxzheng
fb4761568a
feat(react): optimize react file structure ( #1099 )
2023-12-11 19:10:04 +08:00
ajaxzheng
89037170c0
feat(openinula): add openinula base structure ( #1093 )
...
* feat(openinula): add openinula base structure
* feat(openinula): add openinula base structure
2023-12-11 18:58:51 +08:00
chenxi-20
e20c7e8465
fix(pop-upload): [pop-upload] Optimized the document and added e2e test cases. ( #1079 )
...
* docs(pop-upload): [pop-upload] Optimization and supplementation of document examples
* test(pop-upload): [pop-upload] Add e2e test cases
2023-12-11 18:56:37 +08:00
chenxi-20
3ed76960df
build(theme): [theme] Add the index.less file package of the root directory ( #1078 )
2023-12-11 14:48:34 +08:00
Kagol
c9ce362694
test(time-picker): [time-picker] optimize time-picker e2e test ( #1075 )
2023-12-11 09:33:48 +08:00
MomoPoppy
cbef397d4a
docs(action-menu,dropdown): [action-menu,dropdown] The Dropdown and ActionMenu component documents are optimized, and the warning message is removed. ( #1068 )
...
* docs(dropdown): [dropdown] Optimization of document for dropdown components
* docs(action-menu): [action-menu] Optimization of document for action-menu components
* fix(action-menu,dropdown): [action-menu,dropdown] Remove warning prompts from Dropdown and ActionMenu components
* docs(action-menu): [action-menu] Optimize ActionMenu component documentation
* test(dropdown): [dropdown] Optimizing Dropdown Component Test Cases
* test(dropdown): [dropdown] Optimizing Dropdown Component Test Cases
2023-12-11 09:21:37 +08:00
Kagol
34c3295ebe
chore: update xdesign basic tokens ( #1071 )
2023-12-10 10:45:28 +08:00
gimmyhehe
1febd77f6a
fix(theme): [button-group] fix button group css var name ( #1072 )
2023-12-10 10:44:15 +08:00
ajaxzheng
268d84fc90
docs(sites) update docs and apis ( #1070 )
2023-12-08 18:20:12 +08:00
gimmyhehe
154a46189c
docs(sites): [button, button-group]: demo style optimize ( #1067 )
2023-12-08 16:41:40 +08:00
MomoPoppy
73d78abfbe
feat(action-menu): [dropdown,action-menu] ActionMenu component adds showIcon and suffixIcon attributes,supplemented the documents and examples. ( #1051 )
...
* feat(action-menu): [action-menu,dropdown] ActionMenu component adds showIcon and suffixIcon attributes, supplementary documentation and examples
* test(action-menu): [action-menu] Modify e2e test cases
2023-12-08 16:30:17 +08:00
chenxi-20
8202a8d2e8
docs(wizard): [wizard] Increase the top outer margin of node names According to testing ( #1053 )
2023-12-08 16:29:36 +08:00
yoyo
3bb0f0ff12
fix(slider): [slider] value of input does not change when using max and min ( #1056 )
2023-12-08 16:29:04 +08:00
gimmyhehe
e0c6752d1b
fix(form): [form] fix form item size height ( #1054 )
2023-12-08 10:32:01 +08:00
chenxi-20
59799fab21
fix(tag): [tag] Fix the pre deletion operation function ( #1057 )
2023-12-08 10:31:33 +08:00
ajaxzheng
430110b657
fix(grid): [grid] fix grid sort-by bug ( #1055 )
...
* fix(grid): [grid] fix grid sort by bug
* fix(grid): [grid] fix grid sort by bug
* fix(grid): [grid] fix grid sort by bug
2023-12-08 10:24:50 +08:00
yoyo
4343b072a4
fix(renderless/slider): [silder] fix range value has changed but style has not changed ( #1046 )
2023-12-07 14:23:54 +08:00
ajaxzheng
019911a08c
fix(grid): [grid] fix grid valid support promise ( #1045 )
...
* fix(grid): fix grid valid support promise
* fix(grid): [grid] grid validation support Promsie
* fix(grid): [grid] grid validation support Promsie
* fix(grid): [grid] grid validation support Promsie
2023-12-07 10:08:11 +08:00
黄怡林
9065b867aa
Fix some bugs of demo ( #1037 )
...
* fix(docs): fixed some bugs of demo
* fix(steps): Optimized steps docs
* fix(timeline): [time-line] Optimized timeline api docs
* fix(tree-menu): [tree-menu] Optimized treeMenu docs
* fix(tree-menu): [tree-menu] ellipse props did not work
2023-12-07 09:35:53 +08:00
chenxi-20
99eddac046
docs(search): [search] Optimization search docs event demo ( #1043 )
2023-12-07 09:29:42 +08:00
jacknan
878d51eee0
feat(pull-refresh): refresh pull-refresh UI ( #965 )
...
* feat(pull-refresh): 刷新UI设计
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(pull-refresh): 刷新demo
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(pull-refresh): 刷新demo
Signed-off-by: jacknan <zhumaonan@aliyun.com>
* feat(pull-refresh): 刷新demo
Signed-off-by: jacknan <zhumaonan@aliyun.com>
---------
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-12-05 17:16:14 +08:00
yoyo
6ae405b20d
fix(renderless/input): [input] fix value become empty when the input type changed ( #1025 )
2023-12-05 17:13:07 +08:00
gimmyhehe
44af3ea51d
feat(button): [button] add ghost props ( #1029 )
...
* feat(button): [button] add ghost props
* feat(button): [button] add ghost props
* feat(button): [button] add ghost props
* feat(button): [button] add ghost props
* feat(button): [button] add ghost props
2023-12-05 17:12:43 +08:00
chenxi-20
84e72fa79f
fix(file-upload): [file-upload] Fix issues with warnings and errors in Vue3 examples ( #1026 )
2023-12-05 11:17:49 +08:00
shonen7
0133e9a39b
feat(action-menu): [action-menu] New Theme Adaptation ( #771 )
...
* feat(action-menu): [action-menu] New Theme Adaptation
* Merge branch 'dev' of github.com:opentiny/tiny-vue into smb-action-menu
2023-12-05 10:50:26 +08:00
jacknan
5a7e8fd931
feat(container): 增加mobile-container 控件 ( #958 )
...
Signed-off-by: jacknan <zhumaonan@aliyun.com>
2023-12-05 09:57:39 +08:00
chenxi-20
5a56dce8db
fix(tabs): [tabs] Fix testing issues and documentation ( #1018 )
2023-12-04 19:19:51 +08:00
AcWrong02
7a37639d56
fix(Link): [Link]Link text link theme style, when the mouse is placed on it, the same color is displayed ( #1005 )
...
* fix(Link): [Link]Link text link theme style, when the mouse is placed on it, the same color is displayed
* test(Link): [Link]add full unit test to Link
2023-12-04 16:24:36 +08:00
zzcr
d9e63060c0
fix(eslint): fix eslint error
2023-12-03 23:01:32 -08:00
ajaxzheng
d3e2d6bc05
fix(components): release-3.12.0 sync to dev ( #1012 )
...
* fix(row): [layout] restore the gutter value, and add gutter demo (#1006 )
* fix(row): restore the gutter value, and add gutter demo
* fix(row): fix e2e test
* fix(dropdown): fix console warning (#1000 )
* fix(select): [select] Fixed an issue where a blank area is displayed when the select component uses the optimization attribute (#989 )
* docs(layout): fix gutter's default value (#1011 )
---------
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
2023-12-04 10:17:01 +08:00
AcWrong02
b40a59a3d5
test(Numeric): [Numeric] add unit test to Numeric Component ( #983 )
2023-12-01 10:37:01 +08:00
zzcr
2287462499
build(modules): update modules
2023-11-30 05:10:47 -08:00
MomoPoppy
eed4535d34
test(select): [select] Optimized the E2E test cases of the select component. Fixed an issue where the allowCopy and autoSearch attributes do not take effect ( #981 )
...
* fix(select): [select] Fix the issue of ineffective allowCopy and autoSearch properties in the select component
* test(select): [select] Optimize select component e2e test cases
* test(select): [select] Optimize select component e2e test cases
2023-11-30 20:33:07 +08:00
gimmyhehe
4f76a8ae21
fix(link): fix link icon color error ( #982 )
2023-11-30 20:31:55 +08:00
申君健
aef9350a70
Add container/layout/popover/tooltip e2e tests ( #971 )
...
* docs(e2e): add image/layout/container e2e test scripts
* docs(e2e): add tooltip popover e2e test scripts
2023-11-30 15:33:15 +08:00
gimmyhehe
4247eab395
fix(rich-text): delete repeat import ( #967 )
2023-11-30 14:43:01 +08:00
ajaxzheng
f3d490d10b
feat(vue): update vue version ( #955 )
2023-11-29 16:29:22 +08:00
chenxi-20
0580c292a8
build(theme): [theme] Theme package structure optimization ( #949 )
...
* build(theme): [theme] Theme package structure optimization
* build(theme): [theme] Fix according to review comments
2023-11-29 14:47:32 +08:00
gimmyhehe
61eaf29bc4
fix(renderless): synchronize release code to dev ( #954 )
2023-11-29 14:32:34 +08:00
chenxi-20
5d6c7a60ed
fix(theme): [theme] Standardize Style Files ( #950 )
2023-11-29 14:24:49 +08:00
申君健
84704ea59b
perf(rich-text-editor): Optimized component code to add v-model echo ( #947 )
2023-11-29 14:03:42 +08:00
GaoNeng
4679b6ba6a
fix(tree): misalignment issue ( #936 )
2023-11-29 10:19:27 +08:00
AcWrong02
6fafeb5b68
fix(vue-renderless/common/dep/repeat-click): [numeric]fix The Numeric counter component increases the value incorrectly when clicked with the laptop mouse touchpad ( #951 )
2023-11-29 10:06:56 +08:00
申君健
bf2b309375
docs(tree): Optimize tree docs/demos ( #941 )
...
* docs(tree): Optimize tree docs
* docs(tree): fix all tree demos
* docs(tree): translate tree.js
* docs(tree): add node expand demo
* docs(tree): translate docs
2023-11-29 10:01:20 +08:00
gimmyhehe
239eb618bc
fix(vue-theme): fix popconfirm css var incorrect name ( #940 )
2023-11-29 09:47:54 +08:00
ajaxzheng
4004ecd3b3
fix(eslint): fix eslint error ( #935 )
2023-11-25 18:22:18 +08:00
chenxi-20
eee8e3df29
feat(theme): Add Chinese descriptions of theme variables ( #932 )
2023-11-25 18:15:24 +08:00
yoyo
91da195290
fix(input): [input] Fixed the clearable attribute being invalid when the append slot was opened ( #922 )
...
* fix(input): [input] Fixed the clearable attribute being invalid when the append slot was opened
* fix(input): [input] Fixed the clearable attribute being invalid when the append slot was opened 2
2023-11-25 14:18:23 +08:00
ajaxzheng
199b21ace1
feat(grid): [grid] add dynamic filter ( #912 )
2023-11-24 19:17:03 +08:00
ajaxzheng
f58ace3c69
fix(grid): [grid] fix tree table expand slowly bug ( #906 )
...
* fix(grid): [grid] fix tree table expand slowly bug
* fix(grid): [grid] fix tree table expand slowly bug
2023-11-24 19:16:47 +08:00
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
41b2b7d9ff
docs(grid/export): [grid] update export docs ( #900 )
2023-11-22 21:04:48 +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
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
5ce7f1c38d
feat(sites): add saas playground ( #893 )
2023-11-22 11:06:57 +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
zzcr
1cccc8a071
fix(slide-bar): Delete duplication emits
2023-11-20 01:26:19 -08:00
gimmyhehe
10ea4d1f3b
feat(vue-theme): add theme-tool version in style attribute ( #872 )
2023-11-20 16:56:40 +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
黄怡林
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
申君健
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
申君健
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
chenxi-20
dba4d6487c
feat(theme): Add default values for theme variables ( #842 )
2023-11-16 16:31:19 +08:00
gimmyhehe
deb2efab38
docs(popconfirm): [popconfirm] optimize popconfirm demo and api ( #832 )
2023-11-16 14:13:48 +08:00
申君健
fec7dd71fa
docs(tooltip): Optimize Tooltip's docs and demos ( #838 )
...
* docs(tooltip): Optimize Tooltip's docs and demos
* docs(tooltip): fix
2023-11-16 14:07:17 +08:00
ajaxzheng
f593efca9b
docs(sites) update docs ( #839 )
2023-11-16 11:16:09 +08:00
chenxi-20
24d6235844
fix(components): [collapse] fix overflow ( #835 )
2023-11-15 18:05:20 +08:00
ajaxzheng
06ecd9c61f
feat:Release to dev ( #828 )
...
* docs: update release notes (#397 )
* fix Playground Page (#399 )
* fix(sites): 切换 sites 引用 @opentiny/vue-repl包
* fix(sites): fix Playground Page
* fix(sites): fix (#400 )
* feat(release): delete color-picker
* feat(release): delete color-picker
* feat(release): fix grid tips contentMethod
* fix(playground): fix process.env \ changeVersion \sortablejs bugs (#422 )
* fix(sites): fix grid demo api link jump error url (#421 )
* fix(form-demo): add form validateField api demo (#424 )
* fix: fix demo import vue-modal; fix playground share (#428 )
* fix(playground): fix process.env \ changeVersion \sortablejs bugs
* fix: fix demo import vue-modal; fix playground share
* fix: import Modal (#430 )
* fix(select): Fix label not displaying correctly when using optimization attribute in select component (#438 )
* fix(search): the enter bug of the search component is fixed (#439 )
* feat(release): fix grid watch data
* feat(grid): fix grid custom tooltip
* fix: fix grid pager events
* docs: fix the problem of missing container component style (#453 )
* docs(container): fix container composition demos fix #425 (#441 )
* docs: remove :::warning
* fix(checkbox): fix checkbox selected icon bug close #450 (#451 )
* fix: fix input attrs id
* fix(slider): fix slider range demo bug
* fix: fix when datetime component in dialog-box, the popper scroll away; fix dialog-box (#455 )
* fix(mobile-tabbar): fixed a tabbar component switchover issue on the mobile client (#458 )
* fix(slider): fix upload destory bug
* fix(smb-theme): smb theme change fix (#469 )
* fix(checkbox): fix checkbox group wrap (#467 )
* fix(dropdown): Fix the issue of incorrect theme icons for Dropdown components. (#468 )
* fix(dropdown-item): (#472 )
Fix DropdownItem component clicking to disable menu items but triggering item-click event
* fix(button): button smb theme change fix (#470 )
* fix(button): button smb theme change fix
* fix(checkbox-button): smb theme change fix
* fix(playground): fix jump to incorrect demo (#466 )
* fix(link): smb theme change fix (#474 )
* fix(theme): smb theme change fix (#480 )
* fix(grid): fix grid checkbox radio x-design theme
* chore(ts): change code style for import ts type (#511 )
* fix(Cascader, DropDown, Popeditor): fixed Cascader component panel not closing when clicked elsewhere (#513 )
* fix(popper): fix popper element offset error in micro-app (#570 )
* chore(popper): stop bubbling when parent is fixed
* fix(popper): fix popper element in micro-app
* feat: update code
* Merge branch 'dev' of github.com:opentiny/tiny-vue into release
* fix(docs): add support vue2.7 docs (#630 )
* fix(docs): add support vue2.7 docs
* fix: fix version
* fix: fix color-picker error
* docs: update changelog v3.11.0 (#629 )
* fix: update site version
* feat(site): add pnpm importPlugin docs
* fix(dialog-box): recover dialog-box's css (#633 )
* docs(calendar-view): add calendar-view composition api demos (#635 )
* Release recover css (#637 )
* fix(dialog-box): recover dialog-box's css
* fix(dialog-box): recover dialog-box's css
* feat: add divider composition-api demo
* fix(layout): fix layout styles
* fix(checkbox): fix checkbox style (#640 )
* feat(playground): optimize the playground UI style (#638 )
* fix(rich-text-editor): Change the display of event triggered Demo, fix style issues, and fix component errors (#639 )
* Fix rich-text-edtior functionality and style issues
* fix(Rich Text Editor): Fix bugs in the Rich Text Editor
* fix(rich-text-editor): Change the display of event triggered Demo, fix style issues, and fix component errors
* fix(rich-text-editor): remove Collaboration function, remove the depe… (#641 )
* fix(rich-text-editor): remove Collaboration function, remove the dependence and avoid the sideEffects
* fix(rich-text-editor): fix
* Fix bugs of dialog-box, tabbar and tree-menu (#643 )
* fix(Dialog-box): Fix the issue of blocked headers in dialogBox components
* fix(dialog-box): Eliminate unnecessary scrollbars on the body inside the dialog-box
* fix(treemenu): The content is too crowded
* fix(tabbar): running exception of tabbar
* fix(rich-text-editor): Enable History Mode;Fix Console Warning (#651 )
* Hyl fixbug 2310 (#654 )
* fix(Dialog-box): Fix the issue of blocked headers in dialogBox components
* fix(dialog-box): Eliminate unnecessary scrollbars on the body inside the dialog-box
* fix(treemenu): The content is too crowded
* fix(tabbar): Tabbar item click event not responding
* fix(dialog-box): fix the right dialog-box's layout to flex layout (#653 )
* feat(site): update docs
* fix(image): fix preview image demo's bug (#664 )
* fix(grid): Solving the problem of multiple tables being mutually exclusive (#662 )
* fix(date-picker): fix date-picker style (#669 )
* docs(date-picker): fix date-picker time-arrow-control demo error (#670 )
* fix(playground): fix first time visite Tinyvue site, cdn url error! (#672 )
* fix(link-menu): fix link-menu style
* fix(link-menu): fix link-menu style
* fix(build): [playground] fix build docs replace 'process.env' string (#676 )
* fix(docs): [sites] fix grid api link jump to error demo (#677 )
* feat: update docs version
* fix(component): [image] fix no teleport in vue2 (#680 )
* fix(components): [date-picker] fix date-picker browser lag issue (#682 )
* fix(tree): fix some bugs: lazy load nodes failed (#685 )
* fix(tabs): Fix tabs initialization clicking more buttons not working properly (#684 )
* fix(components): [date-picker] fix Invalid prop: type check failed for prop "type" (#687 )
* fix(option): Fixed incorrect style when using the multiple limit attribute in the Select component (#694 )
* fix(components): [rich-text-editor] add sideEffects for tree-shaking
* style(components): [date-range] change date range icons (#695 )
* fix(components): [image-viewer] fix img url not match bug (#709 )
* Fixed bugs of dialog-select and tree (#712 )
* fix(tree): fix some bugs: lazy load nodes failed
* fix(tree): Solve the problem of ineffective default selection of single selection under lazy loading of tree components
* fix(tree): Fix the style of radio in the tree
* fix(renderless): fix get error window in micro app (#731 )
* fix(theme): [form] fix textarea border color when validate error (#721 )
* fix(renderless): fix viewportWindow in grid and modal components (#741 )
* fix(option): Fix the issue of check boxes not displaying when multiple selection limits are applied to option components (#734 )
* docs(dropdown): [dropdown] optimite dropdown demos and api docs (#774 )
* fixed(timeline): [timeline] solve the problem that timeline item can't be fold (#780 )
* fix(components): [form] add submit prevent in form (#786 )
* fix(components): [popover] fix popover offset error (#809 )
* fix(components): [popover] fix popover offset error
* fix(components): [popover] fix popover offset error
* fix(components): [select, dropdown] fix select, dropdown offset error (#826 )
---------
Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
Co-authored-by: yoyo <104079404+yoyo201626@users.noreply.github.com>
Co-authored-by: shonen7 <145949377+shonen7@users.noreply.github.com>
Co-authored-by: 黄怡林 <48042709+Huangyilin19@users.noreply.github.com>
Co-authored-by: 黄怡林 <huangyilin16@qq.com>
2023-11-15 10:35:02 +08:00
申君健
fb0bce1570
docs(laylout): Optimize Layout's docs and demos ( #806 )
...
* docs(laylout): Optimize Layout's docs and demos
* docs(laylout): Optimize Layout's docs and demos
* fix(less): fix conflict
2023-11-15 10:33:33 +08:00
申君健
577843e3fd
docs(transfer): Optimize Transfer's docs and demo ( #827 )
...
* docs(transfer): fix demos
* docs(transfer): fix demos
* docs(transfer): translate the docs
* docs(transfer): fix demos
2023-11-15 10:20:58 +08:00
黄怡林
baf5c22e92
Hyl/optimize timeline docs ( #808 )
...
* docs(timeline): [timeline] optimize timeline api docs
* docs(timeline): [timeline] optimize timeline demo docs
2023-11-15 09:22:16 +08:00
chenxi-20
f00274ac19
docs(wizard): [wizard] docs optimization, add Events Api, fixed Event Bug ( #805 )
...
* docs(wizard): [wizard] wizard docs optimization 暂存
* docs(wizard): [wizard] docs optimization add Events Api, fixed Event Bug
2023-11-13 15:28:44 +08:00
GaoNeng
6e2363472a
feat(color-picker): dynamic trigger background color ( #793 )
...
* feat(color-picker): dynamic trigger background color
* fix(color-picker): fix color shake problem
* fix(color-picker): fix trigger can not update when is black
* fix(color-picker): fix trigger can not abandon color when click cancel
2023-11-13 15:27:51 +08:00
AcWrong02
b538c831a6
fix(components): [Collapse] Collapse The foldable panel can only be expanded when clicking on the icon or text ( #758 )
2023-11-13 15:26:09 +08:00
David
e8b1c6ce70
fix(vue/grid/edit): [grid] fix Number input box returns string type data ( #772 )
...
Co-authored-by: dushihong <dush@nancal.com>
2023-11-13 15:23:45 +08:00
chenxi-20
0a2b469926
component(fileupload): [file-upload] Fixed an issue where the deletion function is clicked twice ( #769 )
2023-11-13 15:23:10 +08:00
申君健
8a7dcb6e8c
fix resolveMode and remove outer initComponent() ( #803 )
...
* perf(adapter): fix resolveMode
* perf(adapter): remove outer initComponent()
2023-11-13 15:17:01 +08:00
Mr.栋
8b29e63a79
feat(react): add render stack to build parent-child relationship ( #770 )
...
* feat(react): add render stack to build parent-child relationship
* feat(react): render-stack return empty string as valid react el
2023-11-13 15:11:23 +08:00
gimmyhehe
c67a7d958f
fix(theme): [slider] fix css var not effective ( #790 )
2023-11-10 17:24:27 +08:00
chenxi-20
288f3e5019
docs(anchor): [anchor] anchor docs optimization ( #781 )
2023-11-10 14:08:59 +08:00
gimmyhehe
91dc6be333
chore(docs): [switch] optimize switch demo and api ( #782 )
2023-11-10 14:08:25 +08:00
AcWrong02
bd999a7f16
fix(components): [drawer] The animation direction of left/top/bottom … ( #738 )
...
* fix(components): [drawer] The animation direction of left/top/bottom of the drawer component is wrong
* fix: Delete pnpm-lock.yaml
2023-11-09 20:34:45 +08:00
gimmyhehe
f5e7ff8ba0
chore(docs): [pager] optimize pager demo and api ( #776 )
2023-11-09 20:31:45 +08:00
chenxi-20
e465e77410
docs(tag): [tag] tag docs optimization ( #768 )
2023-11-09 20:29:30 +08:00
chenxi-20
f627c79c2f
Fileupload/cryptojs version ( #775 )
...
* improvement(crypto-js): update cryptojs version
* improvement(crypto-js): update cryptojs version
2023-11-09 16:37:11 +08:00
黄怡林
37893e2175
docs(numeric): [numeric] document optimization ( #763 )
2023-11-09 09:23:04 +08:00
gimmyhehe
261703ddba
chore(docs): [checkbox] optimize checkbox demo and api ( #750 )
2023-11-08 11:52:12 +08:00
betavs
b3c04ef24a
fix(tooltip): when type is error, the background is not as expected ( #719 )
2023-11-06 10:58:02 +08:00
Kagol
1e79794987
fix(tabs): [tabs] fix tab content padding not work close #735 ( #736 )
2023-11-06 09:18:34 +08:00
Kagol
f299807866
chore(mobile): add icon-mobile-error-white/icon-mobile-success-white ( #730 )
2023-11-06 09:17:23 +08:00
Kagol
8558864f97
feat(react): js to ts ( #733 )
2023-11-05 11:04:25 +08:00
yoyo
bceb187ba1
fix(components): [cascader] fix smb aurora theme ( #713 )
2023-11-03 18:18:44 +08:00
fanbingbing16
fc6c6cb2c0
feat(components):[color-picker] add props size、predefine and history ( #711 )
...
* feat(components):[color-picker] add props size、predefine and history
* fix(e2e):[color-picker] Add e2e tests for size, predefine, and history in color-picker
* fix(e2e):[color-picker] fix e2e tests bug
* add key
2023-11-03 18:18:09 +08:00
Mr.栋
32cca5ede1
feat(react): use api of @vue/runtime-core in tiny-react ( #710 )
...
* feat(react): use api of @vue/runtime-core in tiny-react
* feat(react): renderless 只执行一次的情况下,props 转化为响应式
2023-11-03 18:17:03 +08:00
chenxi-20
0e6d666aab
fix(anchor): fix anchor not updating in real-time when clicking and jumping on the official website API ( #706 )
2023-11-03 18:15:29 +08:00
chenxi-20
66188584dd
feat(component): [file-upload] add form error verification an… ( #690 )
...
* feat(fileupload): add form error verification and re upload functions for upload components
* fix(fileupload): Fix Upload Component Documents
* fix(theme): Fix theme(Optimize themed algorithms)
2023-11-03 18:14:40 +08:00
ajaxzheng
12e60b39fb
fix(docs): [grid] update big data docs ( #703 )
2023-10-30 19:53:55 +08:00
ajaxzheng
a5303d798f
feat: update mobile-first and saas ( #702 )
2023-10-30 15:13:55 +08:00
fanbingbing16
0631a43b8b
feat(tree-menu):The placeholder of the search box can be customized ( #686 )
2023-10-30 11:31:22 +08:00
ajaxzheng
175d849f5d
fix components bug and update docs ( #700 )
...
* docs: update release notes (#397 )
* fix Playground Page (#399 )
* fix(sites): 切换 sites 引用 @opentiny/vue-repl包
* fix(sites): fix Playground Page
* fix(sites): fix (#400 )
* feat(release): delete color-picker
* feat(release): delete color-picker
* feat(release): fix grid tips contentMethod
* fix(playground): fix process.env \ changeVersion \sortablejs bugs (#422 )
* fix(sites): fix grid demo api link jump error url (#421 )
* fix(form-demo): add form validateField api demo (#424 )
* fix: fix demo import vue-modal; fix playground share (#428 )
* fix(playground): fix process.env \ changeVersion \sortablejs bugs
* fix: fix demo import vue-modal; fix playground share
* fix: import Modal (#430 )
* fix(select): Fix label not displaying correctly when using optimization attribute in select component (#438 )
* fix(search): the enter bug of the search component is fixed (#439 )
* feat(release): fix grid watch data
* feat(grid): fix grid custom tooltip
* fix: fix grid pager events
* docs: fix the problem of missing container component style (#453 )
* docs(container): fix container composition demos fix #425 (#441 )
* docs: remove :::warning
* fix(checkbox): fix checkbox selected icon bug close #450 (#451 )
* fix: fix input attrs id
* fix(slider): fix slider range demo bug
* fix: fix when datetime component in dialog-box, the popper scroll away; fix dialog-box (#455 )
* fix(mobile-tabbar): fixed a tabbar component switchover issue on the mobile client (#458 )
* fix(slider): fix upload destory bug
* fix(smb-theme): smb theme change fix (#469 )
* fix(checkbox): fix checkbox group wrap (#467 )
* fix(dropdown): Fix the issue of incorrect theme icons for Dropdown components. (#468 )
* fix(dropdown-item): (#472 )
Fix DropdownItem component clicking to disable menu items but triggering item-click event
* fix(button): button smb theme change fix (#470 )
* fix(button): button smb theme change fix
* fix(checkbox-button): smb theme change fix
* fix(playground): fix jump to incorrect demo (#466 )
* fix(link): smb theme change fix (#474 )
* fix(theme): smb theme change fix (#480 )
* fix(grid): fix grid checkbox radio x-design theme
* chore(ts): change code style for import ts type (#511 )
* fix(Cascader, DropDown, Popeditor): fixed Cascader component panel not closing when clicked elsewhere (#513 )
* fix(popper): fix popper element offset error in micro-app (#570 )
* chore(popper): stop bubbling when parent is fixed
* fix(popper): fix popper element in micro-app
* feat: update code
* Merge branch 'dev' of github.com:opentiny/tiny-vue into release
* fix(docs): add support vue2.7 docs (#630 )
* fix(docs): add support vue2.7 docs
* fix: fix version
* fix: fix color-picker error
* docs: update changelog v3.11.0 (#629 )
* fix: update site version
* feat(site): add pnpm importPlugin docs
* fix(dialog-box): recover dialog-box's css (#633 )
* docs(calendar-view): add calendar-view composition api demos (#635 )
* Release recover css (#637 )
* fix(dialog-box): recover dialog-box's css
* fix(dialog-box): recover dialog-box's css
* feat: add divider composition-api demo
* fix(layout): fix layout styles
* fix(checkbox): fix checkbox style (#640 )
* feat(playground): optimize the playground UI style (#638 )
* fix(rich-text-editor): Change the display of event triggered Demo, fix style issues, and fix component errors (#639 )
* Fix rich-text-edtior functionality and style issues
* fix(Rich Text Editor): Fix bugs in the Rich Text Editor
* fix(rich-text-editor): Change the display of event triggered Demo, fix style issues, and fix component errors
* fix(rich-text-editor): remove Collaboration function, remove the depe… (#641 )
* fix(rich-text-editor): remove Collaboration function, remove the dependence and avoid the sideEffects
* fix(rich-text-editor): fix
* Fix bugs of dialog-box, tabbar and tree-menu (#643 )
* fix(Dialog-box): Fix the issue of blocked headers in dialogBox components
* fix(dialog-box): Eliminate unnecessary scrollbars on the body inside the dialog-box
* fix(treemenu): The content is too crowded
* fix(tabbar): running exception of tabbar
* fix(rich-text-editor): Enable History Mode;Fix Console Warning (#651 )
* Hyl fixbug 2310 (#654 )
* fix(Dialog-box): Fix the issue of blocked headers in dialogBox components
* fix(dialog-box): Eliminate unnecessary scrollbars on the body inside the dialog-box
* fix(treemenu): The content is too crowded
* fix(tabbar): Tabbar item click event not responding
* fix(dialog-box): fix the right dialog-box's layout to flex layout (#653 )
* feat(site): update docs
* fix(image): fix preview image demo's bug (#664 )
* fix(grid): Solving the problem of multiple tables being mutually exclusive (#662 )
* fix(date-picker): fix date-picker style (#669 )
* docs(date-picker): fix date-picker time-arrow-control demo error (#670 )
* fix(playground): fix first time visite Tinyvue site, cdn url error! (#672 )
* fix(link-menu): fix link-menu style
* fix(link-menu): fix link-menu style
* fix(build): [playground] fix build docs replace 'process.env' string (#676 )
* fix(docs): [sites] fix grid api link jump to error demo (#677 )
* feat: update docs version
* fix(component): [image] fix no teleport in vue2 (#680 )
* fix(components): [date-picker] fix date-picker browser lag issue (#682 )
* fix(tree): fix some bugs: lazy load nodes failed (#685 )
* fix(tabs): Fix tabs initialization clicking more buttons not working properly (#684 )
* fix(components): [date-picker] fix Invalid prop: type check failed for prop "type" (#687 )
* fix(option): Fixed incorrect style when using the multiple limit attribute in the Select component (#694 )
* fix(components): [rich-text-editor] add sideEffects for tree-shaking
* style(components): [date-range] change date range icons (#695 )
---------
Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
Co-authored-by: yoyo <104079404+yoyo201626@users.noreply.github.com>
Co-authored-by: shonen7 <145949377+shonen7@users.noreply.github.com>
Co-authored-by: 黄怡林 <48042709+Huangyilin19@users.noreply.github.com>
Co-authored-by: 黄怡林 <huangyilin16@qq.com>
2023-10-30 11:08:41 +08:00
Kagol
716335e827
feat(components): [date-picker] add props time-editable ( #696 )
2023-10-30 11:02:45 +08:00
Kagol
adf133d9c2
fix(date-picker): fix year type current year color ( #698 )
2023-10-30 11:00:34 +08:00
chenxi-20
d9c8a1528c
fix(modlue): When repairing on-demand installation of components, no dependency packages for other components were found ( #660 )
2023-10-26 11:25:56 +08:00
ajaxzheng
b2827a601e
update docs and fix bug ( #659 )
...
* docs: update release notes (#397 )
* fix Playground Page (#399 )
* fix(sites): 切换 sites 引用 @opentiny/vue-repl包
* fix(sites): fix Playground Page
* fix(sites): fix (#400 )
* feat(release): delete color-picker
* feat(release): delete color-picker
* feat(release): fix grid tips contentMethod
* fix(playground): fix process.env \ changeVersion \sortablejs bugs (#422 )
* fix(sites): fix grid demo api link jump error url (#421 )
* fix(form-demo): add form validateField api demo (#424 )
* fix: fix demo import vue-modal; fix playground share (#428 )
* fix(playground): fix process.env \ changeVersion \sortablejs bugs
* fix: fix demo import vue-modal; fix playground share
* fix: import Modal (#430 )
* fix(select): Fix label not displaying correctly when using optimization attribute in select component (#438 )
* fix(search): the enter bug of the search component is fixed (#439 )
* feat(release): fix grid watch data
* feat(grid): fix grid custom tooltip
* fix: fix grid pager events
* docs: fix the problem of missing container component style (#453 )
* docs(container): fix container composition demos fix #425 (#441 )
* docs: remove :::warning
* fix(checkbox): fix checkbox selected icon bug close #450 (#451 )
* fix: fix input attrs id
* fix(slider): fix slider range demo bug
* fix: fix when datetime component in dialog-box, the popper scroll away; fix dialog-box (#455 )
* fix(mobile-tabbar): fixed a tabbar component switchover issue on the mobile client (#458 )
* fix(slider): fix upload destory bug
* fix(smb-theme): smb theme change fix (#469 )
* fix(checkbox): fix checkbox group wrap (#467 )
* fix(dropdown): Fix the issue of incorrect theme icons for Dropdown components. (#468 )
* fix(dropdown-item): (#472 )
Fix DropdownItem component clicking to disable menu items but triggering item-click event
* fix(button): button smb theme change fix (#470 )
* fix(button): button smb theme change fix
* fix(checkbox-button): smb theme change fix
* fix(playground): fix jump to incorrect demo (#466 )
* fix(link): smb theme change fix (#474 )
* fix(theme): smb theme change fix (#480 )
* fix(grid): fix grid checkbox radio x-design theme
* chore(ts): change code style for import ts type (#511 )
* fix(Cascader, DropDown, Popeditor): fixed Cascader component panel not closing when clicked elsewhere (#513 )
* fix(popper): fix popper element offset error in micro-app (#570 )
* chore(popper): stop bubbling when parent is fixed
* fix(popper): fix popper element in micro-app
* feat: update code
* Merge branch 'dev' of github.com:opentiny/tiny-vue into release
* fix(docs): add support vue2.7 docs (#630 )
* fix(docs): add support vue2.7 docs
* fix: fix version
* fix: fix color-picker error
* docs: update changelog v3.11.0 (#629 )
* fix: update site version
* feat(site): add pnpm importPlugin docs
* fix(dialog-box): recover dialog-box's css (#633 )
* docs(calendar-view): add calendar-view composition api demos (#635 )
* Release recover css (#637 )
* fix(dialog-box): recover dialog-box's css
* fix(dialog-box): recover dialog-box's css
* feat: add divider composition-api demo
* fix(layout): fix layout styles
* fix(checkbox): fix checkbox style (#640 )
* feat(playground): optimize the playground UI style (#638 )
* fix(rich-text-editor): Change the display of event triggered Demo, fix style issues, and fix component errors (#639 )
* Fix rich-text-edtior functionality and style issues
* fix(Rich Text Editor): Fix bugs in the Rich Text Editor
* fix(rich-text-editor): Change the display of event triggered Demo, fix style issues, and fix component errors
* fix(rich-text-editor): remove Collaboration function, remove the depe… (#641 )
* fix(rich-text-editor): remove Collaboration function, remove the dependence and avoid the sideEffects
* fix(rich-text-editor): fix
* Fix bugs of dialog-box, tabbar and tree-menu (#643 )
* fix(Dialog-box): Fix the issue of blocked headers in dialogBox components
* fix(dialog-box): Eliminate unnecessary scrollbars on the body inside the dialog-box
* fix(treemenu): The content is too crowded
* fix(tabbar): running exception of tabbar
* fix(rich-text-editor): Enable History Mode;Fix Console Warning (#651 )
* Hyl fixbug 2310 (#654 )
* fix(Dialog-box): Fix the issue of blocked headers in dialogBox components
* fix(dialog-box): Eliminate unnecessary scrollbars on the body inside the dialog-box
* fix(treemenu): The content is too crowded
* fix(tabbar): Tabbar item click event not responding
* fix(dialog-box): fix the right dialog-box's layout to flex layout (#653 )
* feat(site): update docs
---------
Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
Co-authored-by: yoyo <104079404+yoyo201626@users.noreply.github.com>
Co-authored-by: shonen7 <145949377+shonen7@users.noreply.github.com>
Co-authored-by: 黄怡林 <48042709+Huangyilin19@users.noreply.github.com>
2023-10-25 16:27:58 +08:00
黄怡林
c510f5c054
feat(Timeline): Timeline component adapts to new themes ( #615 )
2023-10-25 16:21:08 +08:00
Kagol
bb5e99ddb0
Revert "fix(dialog-box): 修复右侧弹窗不能滚动问题 ( #500 )" ( #636 )
...
This reverts commit 765843e323
.
2023-10-24 17:01:19 +08:00
Kagol
46fa7221e0
Revert "fix(dialog-box): dialog mask err( #495 ) ( #503 )" ( #632 )
...
This reverts commit da752346c6
.
2023-10-24 16:28:44 +08:00
ajaxzheng
06dbb38707
fix color-picker bug and update changelog ( #631 )
...
* docs: update release notes (#397 )
* fix Playground Page (#399 )
* fix(sites): 切换 sites 引用 @opentiny/vue-repl包
* fix(sites): fix Playground Page
* fix(sites): fix (#400 )
* feat(release): delete color-picker
* feat(release): delete color-picker
* feat(release): fix grid tips contentMethod
* fix(playground): fix process.env \ changeVersion \sortablejs bugs (#422 )
* fix(sites): fix grid demo api link jump error url (#421 )
* fix(form-demo): add form validateField api demo (#424 )
* fix: fix demo import vue-modal; fix playground share (#428 )
* fix(playground): fix process.env \ changeVersion \sortablejs bugs
* fix: fix demo import vue-modal; fix playground share
* fix: import Modal (#430 )
* fix(select): Fix label not displaying correctly when using optimization attribute in select component (#438 )
* fix(search): the enter bug of the search component is fixed (#439 )
* feat(release): fix grid watch data
* feat(grid): fix grid custom tooltip
* fix: fix grid pager events
* docs: fix the problem of missing container component style (#453 )
* docs(container): fix container composition demos fix #425 (#441 )
* docs: remove :::warning
* fix(checkbox): fix checkbox selected icon bug close #450 (#451 )
* fix: fix input attrs id
* fix(slider): fix slider range demo bug
* fix: fix when datetime component in dialog-box, the popper scroll away; fix dialog-box (#455 )
* fix(mobile-tabbar): fixed a tabbar component switchover issue on the mobile client (#458 )
* fix(slider): fix upload destory bug
* fix(smb-theme): smb theme change fix (#469 )
* fix(checkbox): fix checkbox group wrap (#467 )
* fix(dropdown): Fix the issue of incorrect theme icons for Dropdown components. (#468 )
* fix(dropdown-item): (#472 )
Fix DropdownItem component clicking to disable menu items but triggering item-click event
* fix(button): button smb theme change fix (#470 )
* fix(button): button smb theme change fix
* fix(checkbox-button): smb theme change fix
* fix(playground): fix jump to incorrect demo (#466 )
* fix(link): smb theme change fix (#474 )
* fix(theme): smb theme change fix (#480 )
* fix(grid): fix grid checkbox radio x-design theme
* chore(ts): change code style for import ts type (#511 )
* fix(Cascader, DropDown, Popeditor): fixed Cascader component panel not closing when clicked elsewhere (#513 )
* fix(popper): fix popper element offset error in micro-app (#570 )
* chore(popper): stop bubbling when parent is fixed
* fix(popper): fix popper element in micro-app
* feat: update code
* Merge branch 'dev' of github.com:opentiny/tiny-vue into release
* fix(docs): add support vue2.7 docs (#630 )
* fix(docs): add support vue2.7 docs
* fix: fix version
* fix: fix color-picker error
* docs: update changelog v3.11.0 (#629 )
* fix: update site version
---------
Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
Co-authored-by: yoyo <104079404+yoyo201626@users.noreply.github.com>
2023-10-24 15:06:31 +08:00
申君健
1484ee3ac8
fix(rich-text-editor): Add mono:true params ( #626 )
2023-10-24 11:47:21 +08:00
黄怡林
0022b6792d
fix(Dialog-box): Fix the issue of blocked headers in dialogBox components ( #620 )
2023-10-23 15:58:42 +08:00
chenxi-20
146e67ed2f
feat(search): Add default selection function for search types and preliminarily optimize API documents ( #614 )
2023-10-23 15:45:53 +08:00
shonen7
ff84e6522d
fix(Rich Text Editor): Fix bugs in the Rich Text Editor ( #616 )
...
* Fix rich-text-edtior functionality and style issues
* fix(Rich Text Editor): Fix bugs in the Rich Text Editor
2023-10-23 15:33:43 +08:00
ajaxzheng
251866d80a
fix: fix rich-text build error ( #618 )
2023-10-23 15:33:11 +08:00
ajaxzheng
7dd22db4a1
feat: sync site code ( #613 )
2023-10-23 10:53:42 +08:00
gimmyhehe
7dc567d0bd
fix: fix incorrect target in webComponent ( #605 )
2023-10-20 11:06:40 +08:00
yoyo
8739c1b412
fix(vue-icon_left-ward-arrow): Correct LeftWardArrow import path ( #603 )
2023-10-19 22:35:49 +08:00
ajaxzheng
c65fe2ee9e
fix: fix global registration error with rich-text-editor ( #602 )
2023-10-19 16:24:30 +08:00
Kagol
0a712382de
fix(rich-text-editor): fix Unsupported URL Type link ( #601 )
2023-10-19 15:27:08 +08:00
gimmyhehe
bf7f20e42b
fix(form): form tooltip append-to-body fix ( #599 )
2023-10-19 14:43:31 +08:00
Kagol
8080e95896
chore: support alpha version and fix build error ( #600 )
...
* chore: build bundle support alpha version
* fix: fix color-select-panel/rich-text-editor build error
* fix: fix vue2.6 export version not found error
2023-10-19 14:42:01 +08:00
chenxi-20
a2f2cf746a
feat(fileupload): Added the function of pasting and uploading files ( #593 )
2023-10-17 16:12:43 +08:00
chenxi-20
9044276bae
feat(anchor): Add anchor component dot type theme ( #587 )
2023-10-17 16:11:52 +08:00
shonen7
00828da132
Fix rich-text-edtior functionality and style issues ( #592 )
2023-10-16 17:04:32 +08:00
gimmyhehe
147f901eff
fix(popper): remove window variable code ( #586 )
...
* fix(popper): remove window variable code
* fix(popper): remove window variable code
2023-10-16 10:08:44 +08:00
ajaxzheng
bc91d14d69
feat: update pc/mobile/mobile-first docs ( #583 )
2023-10-12 16:50:42 +08:00
Kagol
0beeb5d039
fix(rich-text-editor): fix Unsupported URL Type "link:" when execute npm i ( #579 )
2023-10-11 22:32:49 +08:00
Kagol
8d2a9a222c
feat: support react and add new components: rich-text-editor/color-picker/divider/calendar-view
2023-10-11 04:04:12 -07:00
shonen7
2041a44847
fix(numeric):numeric 修复输入超大数字变为科学计数法时失焦后组件消失的问题 ( #563 )
...
* fix(numeric):numeric 输入超大数字变为科学计数法时失焦后组件消失的问题
* fix(numeric):numeric 修改评审意见
2023-10-11 15:11:45 +08:00
xlearns
95072995f9
fix: Guide component mobile overflow ( #574 )
2023-10-11 11:06:35 +08:00
Mr.栋
5770e6c068
feat(react): add mobile mode in tiny react alert ( #550 )
...
* feat(react): add mobile mode in tiny react alert
* feat(react): adjust indent spaces to 2
2023-10-10 16:06:55 +08:00
shonen7
a0c7ad10ed
fix(divider,color-picker): divider组件content-position描述完善,以及部分api关联示例变动;color-picker组件修改错误变量 ( #567 )
2023-10-10 15:09:12 +08:00
chenguang
0ba0955163
fix(tree): Click margin-top zoom will collapse treemenu( #559 ) ( #568 )
2023-10-10 14:51:19 +08:00
Kif
43c8ff9b72
feat: popeditor adds the autoreset property ( #562 )
2023-10-10 09:29:40 +08:00
chenguang
feeb96b7a8
fix(guider): 箭头部分情况超出了指定位置,优化样式 ,解决计算问题( #454 ) ( #539 )
...
Signed-off-by: chenguang <339613682@qq.com>
Co-authored-by: chenguang <guang_chen@huacenav.com>
2023-10-09 22:11:18 +08:00
Mr.栋
a4e225f967
feat(react): ehance virtual comp,each comp has v-if,default as true ( #564 )
2023-10-09 20:32:32 +08:00
Mr.栋
c380deb313
feat(react): add badge comp with mobile & pc mode ( #566 )
2023-10-09 20:32:09 +08:00
Mr.栋
d52433534e
feat(react): add switch comp with mobile & pc mode ( #565 )
2023-10-09 20:30:13 +08:00
Zz-ZzzZ
07c2230616
docs(README): correct misspellings ( #561 )
2023-10-08 15:55:36 +08:00
GaoNeng
ab8344e793
fix(color-select-panel): z-index ( #560 )
2023-10-08 15:54:12 +08:00
GaoNeng
0260c237b8
feat(color-select-panel): history & predefine color ( #530 )
...
* feat(color-select-panel): history & predefine color
* fix: alpha not update
* refactor(color-select-panel): delete comment code
* feat: predefine color
* feat: empty tips
* feat: predefine color
* fix(color-select-panel): rename composition example file
2023-10-07 15:32:36 +08:00
Mr.栋
b7e730f3d3
feat(react): 添加贡献文档,readme 改名为 README ( #538 )
2023-10-07 15:18:29 +08:00
Mr.栋
0768ce22ab
feat(react): collect refs and children in one traverse ( #551 )
2023-10-07 14:41:05 +08:00
Gweesin Chan
95b059546d
fix: fix extra highlight color when press button in mobile mode ( #537 )
2023-10-07 11:18:23 +08:00
Gweesin Chan
344d3e1646
feat: scripts support cross-platform ( #554 )
...
* feat: scripts support cross-platform
* revert: revert lockfile change
2023-10-07 10:44:21 +08:00
Mr.栋
b9aefb73f1
feat(react): merge react-dev to dev ( #531 )
...
* 组件库 react 版本的 button 组件实现,0 - 1 实现 react 复用 vue 逻辑 (#341 )
* refactor: A constructor name should not start with a lowercase letter but a uppercase.
* feat: 查看样式 less 问题
* feat: react版本 button api 功能实现,移除 lock 文件
* feat: react版本 button api 功能实现,修复 pr 问题
* feat: react版本 button api 功能实现,lock 文件更改
* feat: react版本 button api 功能实现,lock 文件更改
* feat: react版本 button api 功能实现,多余注释删除
---------
Co-authored-by: guoxudong06 <guoxudong06@meituan.com>
* feat: tiny-react event module, imitate vue event system (#405 )
* feat: tiny-react props resolver,to get events & attrs from props (#408 )
* feat: utils of packages/react-common (#409 )
* feat: replacing some rendering logic in jsx with virtual components (#412 )
* feat: tiny-react svg render function (#406 )
* feat: data responsive core, registering responsive objects through us… (#416 )
* feat: data responsive core, registering responsive objects through useReactive
* feat: Modify the passing values of path attributes in the code
* Add a virtual machine like proxy for fiber component nodes (#442 )
* feat(react): Add related operations to the fiber tree (#431 )
* Add related operations to the fiber tree
* Make some optimizations for fiber operations
* feat: simulate Vue Composite API (#445 )
* feat: 添加 tiny-react 的 alert 组件 (#477 )
* feat(react): Packaging and building React series components (#493 )
* feat: 打包构建 react 系组件
* feat: 打包构建 react 系组件
* feat(react): Fix the React dev development link (#510 )
* feat: 修复开发链路
* feat: 修复开发链路
* fix: 修改 scope
* fix: 修复导入后缀
* fix: 修复导入后缀
* fix: tsx 运行报错,改回 jsx
* fix: 打包 react 组件排出 react 运行依赖
* fix: 修复打包无法通过命令参数自定义 npmscope 和版本问题
* feat(react): 在 packages/react 下添加 readme 文件
---------
Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>
* fix(react): Development and debugging environment adjustment (#527 )
* fix: 开发链路调整
* fix: react dev 开发命令入口修复
---------
Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>
* feat(react): 添加 react-site api 文档项目 (#528 )
Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>
* fix: 打包代码 scope 为 @opentiny 会无限循环替换修复 (#529 )
Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>
---------
Co-authored-by: guoxudong06 <guoxudong06@meituan.com>
Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>
2023-09-28 19:39:05 +08:00
GaoNeng
d7c789f567
feat: color select panel component ( #492 )
...
* feat: color select panel component
* fix: Cancel does not reset color issue
* doc: color select panel demos
* feat: display or not controlled externally
* fix: delete jsx
* fix: delete jsx
2023-09-28 07:35:40 +08:00
wendZzoo
da752346c6
fix(dialog-box): dialog mask err( #495 ) ( #503 )
2023-09-27 21:40:20 +08:00
Spark Bill
eec4713a35
fix(slider): slider range select bug ( #390 ) ( #518 )
...
Co-authored-by: chenguang <guang_chen@huacenav.com>
2023-09-27 21:27:44 +08:00
Kif
0036fcb203
fix(collapse): 修复collapse未深度监听导致Pc端tiny-collapse activeNames直接push无法响应的bug ( #512 )
2023-09-27 10:37:33 +08:00
Caesar-ch
7f0f027765
feat(rich-text-editor): resolve svg viewbox ( #515 )
...
* feat(rich-text-editor): resolve icon package
* feat(rich-text-editor): resolve svg viewbox
2023-09-26 19:38:00 +08:00
Caesar-ch
b4d3d3b1c7
feat(rich-text-editor): support media url ( #508 )
2023-09-24 18:36:07 +08:00
Caesar-ch
f5b35fd26c
feat(rich-text-editor): fix bug, add font-size and add api demo ( #497 )
...
* feat(rich-text-editor): add version compatibility
* feat(rich-text-editor): update resolve path
* feat(rich-text-editor): update resolve path
* feat(rich-text-editor): fix bug
* fix(rich-text-editor): bug fix
* feat(rich-text-editor): fix bug, add font-size and add api demo
* feat(rich-text-editor): add notify tips
* feat(rich-text-editor): fix image/video bug and add more table select
* feat(rich-text-editor): add i18
* feat(rich-text-editor): add i18
* feat(rich-text-editor): refinement i18
2023-09-24 16:20:39 +08:00
Binks_
765843e323
fix(dialog-box): 修复右侧弹窗不能滚动问题 ( #500 )
...
* fix(dialog-box): 修复右侧弹窗不能滚动问题
* fix(dialog-box): 修复文本过长下导致footer覆盖问题
2023-09-23 15:41:07 +08:00
Caesar-ch
efbe7a6fbf
feat(rich-text-editor): add vue2 support ( #483 )
...
* feat(rich-text-editor): add version compatibility
* feat(rich-text-editor): update resolve path
* feat(rich-text-editor): update resolve path
2023-09-21 13:49:06 +08:00
Kagol
4bee278c6a
docs: optimzie date picker demo/api ( #486 )
...
* docs(date-picker): adjust the order of api
* docs(date-picker): optimize basic-usage demo
* docs(date-picker): optimize date-range demo
* docs(date-picker): add multiple-dates demo
* docs(date-picker): optimize disabled demo
* docs(date-picker): optimize shortcuts demo
* docs(date-picker): remove useless demo
* docs(date-picker): optimize default-value demo
* docs(date-picker): optimize size demo
* docs(date-picker): optimize format demo
* docs(date-picker): optimize clear demo
* docs(date-picker): optimize align demo
* docs(date-picker): remove readonly/editable demo
* docs(date-picker): optimize filter-mode demo
* docs(date-picker): optimize custom-suffix-icon demo
* docs(date-picker): optimize custom-weeks demo
* docs(date-picker): optimize label-inside demo
* docs(date-picker): optimize step/time-arrow-control demo
* docs(date-picker): optimize unlink-panels demo
* docs(date-picker): merge start-from-end-at to shortcuts demo
* docs(date-picker): optimize timezone/isutc8 demo
* docs(date-picker): optimize events demo
* docs(date-picker): optimize validate-event demo
* docs(date-picker): adjust demo order
* docs(date-picker): update component description
2023-09-19 08:29:25 +08:00
Caesar-ch
51c46cbd42
feat(rich-text-editor): Add api design ( #475 )
...
* feat(rich-text-editor): Add api design
* feat(rich-text-editor): change code
* feat(rich-text-editor): delete log
---------
Co-authored-by: 常浩-BJS21325 <changhao01@youdao>
2023-09-14 10:17:44 +08:00