Commit Graph

219 Commits

Author SHA1 Message Date
vben 8eba7fb527 fix(table): fix table jitter problem 2021-06-22 22:46:03 +08:00
Vben 4f20d45f9d chore: type optimization 2021-06-17 21:43:53 +08:00
无木 513823bfbd fix(form): loss args on component change event
修复部分组件的change事件不止一个参数时,componentProps中配置的onChange只能接收到第一个参数的问题
2021-06-17 17:34:11 +08:00
Vben 305630e3fd feat(preview): added createImgPreview picture preview function 2021-06-11 23:26:30 +08:00
Vben 00fca0fe6c chore: prettier code 2021-06-09 22:36:30 +08:00
无木 c5f2577f51 fix(api-select): loss option data on event callback
close #733
2021-06-09 18:31:01 +08:00
Vben 55e9d9fc29 perf: optimize components and add comments 2021-06-09 00:22:29 +08:00
无木 bcad95d32a fix(form): fix form update problem
修复表单组件在特定情况下的卡顿、崩溃问题
fix: #720
2021-06-07 14:52:03 +08:00
无木 ee384b1fa7 fix(radio-button): fix RadioButton `disabled` support
fix #710
2021-06-06 13:24:32 +08:00
无木 50207ad702 feat(api-select): auto refetch after params changed
ApiSelect 组件在params改变后自动重新获取远程数据
2021-06-05 22:15:51 +08:00
无木 808328dc7e fix(form): schemas update problem
修复某些情况下重设schemas数据不会生效的问题

fixed #688
2021-06-03 10:54:58 +08:00
zuihou 9e2aa20daa fix(form): radioButtonGroup value support boolean 2021-06-02 08:59:39 +08:00
无木 bbddf30e96 fix(form): radioButtonGroup value support number 2021-06-01 17:07:50 +08:00
liuzhidong 785732f438
feat(form): add 'layout', 'labelAlign', 'rowProps' option (#651)
* feat(form):  add 'layout', 'labelAlign', 'rowProps' option

1.添加Form布局方式,当layout: 'vertical',labelWidth可以控制col间距
2.添加Form的全局label对齐方式, labelAlign: left | right
3.添加Form的Row组件所支持属性,控制Col间的间距,对齐方式,布局方式

* feat(Rate): add 'Rate' module

*添加评分组件,并添加了dome例子
2021-05-25 22:25:13 +08:00
Mikasa33 765064a190
feat(form): requires Increase function type value (#649)
* feat(form): requires Increase function type value

* feat(form): requires Increase function type value

* fix(form): 修复 rules 赋值错误的问题
2021-05-25 01:17:32 +08:00
Netfan 2d3d04f547
fix(form): placeholder setting in componentProps (#634)
修复为RangePicker组件设置的placeholder属性无效的BUG
2021-05-21 09:36:41 +08:00
Netfan 9b2d41ea44
feat(form): add prop autoSubmitOnEnter (#620)
为Form添加autoSubmitOnEnter属性,当设置为true时,可以在input组件上按下回车时自动提交表单
2021-05-20 09:19:46 +08:00
Netfan bc82d1a397
fix(tree): typo(#615)
* perf(form): schema required prop support array and strictly tree

* fix(tree): event 'change' triggered correctly
2021-05-18 23:05:33 +08:00
Mikasa33 f455fb97f9
feat(form): helpMessage Increase function type value (#616)
* feat(form): helpMessage

* feat(form): helpMessage
2021-05-18 23:04:31 +08:00
HUCHAOQI ec3d51d69b
feat(form): add form field nested support (#591)
* feat(form): add form field nested support

* refactor(form): use lodash set replace
2021-05-12 20:35:28 +08:00
木头锤纸 e80280fb81
feat(form): add Slider demo (#555)
* feat(function): add 增加Slider滑动输入条组件

* feat(function): add 增加Slider滑动输入条组件demo

* feat(function): add 增加Slider滑动输入条组件demo
2021-04-28 20:33:44 +08:00
Vben 7c41c8673c fix(form): expose formModel,fix #533 2021-04-26 21:02:50 +08:00
Vben 3ff70bb56f fix(form): improve warning prompt, fix #538 2021-04-26 20:52:31 +08:00
Vben 8b2e0f665f fix: fix the default value of props 2021-04-25 23:39:56 +08:00
Vben b7ea68e6f8 fix(form): improve form props acquisition,fix #527 2021-04-24 20:27:01 +08:00
Vben cb35341b8f fix(form): ensure that the DateTime component checked properly,fix #511 2021-04-24 20:10:31 +08:00
zuihou c639e493a5 feat(form): adding resetSchema method 2021-04-22 22:51:00 +08:00
最后 e689ee5fa6
Update useFormEvents.ts (#514)
fix: 修复 表单回显时,参数为null或者''时, 报Invalid date的错
2021-04-22 21:14:42 +08:00
Vben 38f5072695 fix(form): remove field binding when deleting schema #471 2021-04-19 23:53:11 +08:00
Vben c9089c3243 chore: typo 2021-04-13 21:42:10 +08:00
Vben 3c441a05da style(eslint): fix eslint error 2021-04-12 23:02:48 +08:00
Liu Ya 9a21b8b6a4
fix(form): Improve form error handling
* 自定义组件 Array 的元素可能为 null

* 自定义组件时没有抛出错误
2021-04-12 20:50:45 +08:00
Vben 37c5741601 fix(api-select): make sure the type is correct, fix #468 2021-04-10 21:41:22 +08:00
Vben 780a8a67b8 fix: improve login page style 2021-04-08 22:08:55 +08:00
Vben 67a7a76b73 fix(table-action): ensure that the click event is not triggered, fix #441 2021-04-08 00:42:08 +08:00
Vben 5b8eb4a49a feat: dark mode 2021-04-07 23:39:54 +08:00
Vben 6bb19fb2d4 feat(tree): add headerTitle slot 2021-03-27 17:25:37 +08:00
Vben a98835e18b chore: types 2021-03-26 22:22:58 +08:00
Vben 5b4a41ced4 feat(api-select): add immediate option,close #430 2021-03-26 21:36:20 +08:00
Vben 237f41da68 fix(form): ensure that the hidden fields of the form are verified properly, fix #413 2021-03-26 00:12:49 +08:00
Vben b67cf22dfc feat(route): add hideChildrenInMenu option close #346 2021-03-18 21:13:15 +08:00
Vben 3c4de9b0be fix(input-count): make sure the reset function works close #381 2021-03-17 20:59:49 +08:00
Vben 3732016062 chore: update deps 2021-03-16 23:02:14 +08:00
Vben 2c6aa8528d refactor: code optimization 2021-03-10 22:28:37 +08:00
Vben 1418dc6a59 feat(icon): added svg icon picker 2021-03-09 23:03:32 +08:00
Vben 43a45b7c99 fix(form): ensure that the Form component does not verify hidden form items 2021-03-07 23:37:57 +08:00
Vben b93f20f0df perf(login): enter to log in 2021-03-05 00:48:57 +08:00
Vben 8f76ef4e70 fix(form): allow the setFieldsValue method to be null or undefined close #320 2021-03-04 23:54:41 +08:00
Vben 83a3460356 fix(form): fix the problem of form props monitoring close #322 2021-03-04 23:12:59 +08:00
Vben 4628d94415 feat: added system management sample page 2021-03-04 01:25:50 +08:00
Vben 9a1ba74920 wip: system management sample page 2021-03-03 22:52:25 +08:00
Vben 3b8ca420c7 feat: add dept management page 2021-03-01 22:54:21 +08:00
Vben fcee7d4eb7 perf: move src/types to root 2021-02-26 20:09:24 +08:00
vben be3a3ed699 perf: remove useless code 2021-02-22 00:01:03 +08:00
vben 23657547ab perf: remove unless code 2021-02-09 23:06:00 +08:00
vben 22088e820c fix(type): fix .vue file type error 2021-02-05 22:30:55 +08:00
vben aaae66835a perf: update style 2021-02-05 22:13:19 +08:00
TanFei 612995a532
fix(form): format destructuring assignment error (#238)
fix(form): format 解构赋值错误
2021-02-05 00:41:13 +08:00
vben 9edc281322 chore: format code by eslint #222 2021-01-28 23:30:50 +08:00
vben 2882d6e937 perf(form): perf form in modal 2021-01-27 21:24:56 +08:00
vben 5d51d48787 feat(api-select): added numberToString prop #200 2021-01-19 22:56:09 +08:00
vben ca4f1a8faf fix(simple-menu): collapse openmenus error #204 2021-01-19 22:38:43 +08:00
vben 6392b7f048 refactor: remove global import 2021-01-18 23:37:36 +08:00
vben efbde0d57e perf(i18n): merge common lang 2021-01-12 21:10:27 +08:00
vben 3509ebec16 fix: mock plugin error #171 2021-01-11 00:16:44 +08:00
vben 99ac309fa9 wip: support vite 2021-01-09 23:28:52 +08:00
vben de5bf757f2 fix(form): formAction slot not work 2021-01-07 21:16:30 +08:00
vben 31ff0559fe feat(page-wrapper): added pageWrapper component 2021-01-05 21:45:05 +08:00
vben 5091a875ab feat(modal): add minHeight and height prop #156 2021-01-02 22:48:59 +08:00
vben 9c2f3f30bb refactor(table): refactor table #150 #148 #146 #130 #76 2020-12-31 21:24:47 +08:00
vben 116a1f7745 wip(table): perf table #136,146,134 2020-12-31 00:11:44 +08:00
vben 405d7466dd fix(form): fix appendSchemaByField not work 2020-12-29 00:29:13 +08:00
vben a305e59124 fix(form): form validate error 2020-12-28 22:04:05 +08:00
vben 08df198710 fix(form): form-item style error 2020-12-28 01:47:24 +08:00
vben ebf7c8aa53 perf(modal-drawer): replace the scrollbar assembly 2020-12-28 00:16:17 +08:00
vben ac1a369502 perf(form): improve the form function 2020-12-27 22:25:35 +08:00
vben 4ff1c408dc wip(form): perf form 2020-12-25 01:09:44 +08:00
vben 9bb751475d perf: tsx use useExpose 2020-12-08 22:53:29 +08:00
vben 29461a8568 fix: file upload key loss #120 2020-12-08 22:18:20 +08:00
vben 74e62cbc71 feat: add useDesign 2020-12-07 22:38:44 +08:00
vben 962f90de44 feat: support vscode i18n-ally plugin 2020-12-01 23:51:39 +08:00
vben 4982786601 fix(form): fix updateSchema error #100 2020-11-28 14:27:26 +08:00
vben bb1b267e2f fix(form): fix form verification and console error message issues 2020-11-26 23:43:50 +08:00
vben 73c8e0c158 perf: perf component 2020-11-26 21:19:39 +08:00
Lan b9d3d60e0f perf: Add the style injection of the top row to the form. (#102)
Co-authored-by: NorthLan <lan6995@gmail.com>
2020-11-26 01:17:42 +08:00
vben dc09de1e05 feat: multi-language component 2020-11-26 00:46:51 +08:00
vben ba068ba1df wip: refactor layout 2020-11-23 23:24:13 +08:00
vben be2b8a7e17 feat: integrate upload components into form by default 2020-11-18 23:10:29 +08:00
vben 99303a9987 chore: rename Application to app 2020-11-18 22:52:13 +08:00
vben 46e0875374 chore: add some notes 2020-11-18 22:41:59 +08:00
vben c8ef82b2c1 fix(form): fix baseColProps not work 2020-11-18 00:06:44 +08:00
vben 0b6110a8fc feat(form-page): add form page demo 2020-11-17 17:02:42 +08:00
vben 4ddee05dee fix(form): fix form inputNumber verification error 2020-11-15 22:53:31 +08:00
vben 661db0c767 perf(upload): improve upload component 2020-11-15 13:22:34 +08:00
vben 1d45617e4a refactor(form): enhanced form customization and dynamic capabilities 2020-11-13 00:42:52 +08:00
vben ecfb702b09 fix: type error 2020-11-12 22:20:15 +08:00
vben 4ff6b73c2b perf: optimize settingDrawer code 2020-11-10 22:45:39 +08:00
vben 5832ee6697 feat(form): support function type of form item 2020-11-10 22:30:52 +08:00
vben 2859067621 feat(from): add required in schema 2020-11-05 22:53:47 +08:00
vben 94bf854dd9 fix: fix form submit error 2020-11-05 22:32:39 +08:00
vben 1db72c8fe1 fix: fix form validate error 2020-11-05 00:26:46 +08:00
vben 6936adb2c2 fix(form): fix the form item setting not taking effect 2020-11-03 23:31:32 +08:00
vben 21a225c2b2 chore: abnormal page adjustment 2020-11-03 22:26:26 +08:00
vben 84b8302c09 fix(table): fix table search criteria collapse failure 2020-11-01 01:07:41 +08:00
vben 840332abf7 fix: form col style 2020-10-31 00:25:25 +08:00
vben 2407b3368c fix: some error 2020-10-31 00:15:14 +08:00
vben 84c9d78fa7 refactor(form): code optimization and reconstruction 2020-10-30 22:06:14 +08:00
vben 7658f4d6e8 fix: typo 2020-10-29 22:29:46 +08:00
vben a0c3197454 perf: update form types 2020-10-25 23:51:27 +08:00
vben d09406e3cb feat: add the parameter submitOnReset to the form (#54) 2020-10-25 10:50:49 +08:00
vben c7cfeb5456 chore: form reset logic modification 2020-10-23 23:45:21 +08:00
vben 1c075a7a32 fix: reset back to default value after fixing form query 2020-10-22 23:10:37 +08:00
vben 349d1978b1 fix: fix missing page refresh parameters 2020-10-22 00:14:11 +08:00
vben 8b3a4d37a8 feat: add table setting 2020-10-21 21:44:57 +08:00
vben 5a6db8c640 fix(table): fix table actionColOptions not work 2020-10-20 23:30:48 +08:00
nebv bb3b8f817d feat: the production environment can be dynamically configured 2020-10-13 01:40:21 +08:00
陈文彬 faf3f4602e feat(table): add table component 2020-10-08 01:35:05 +08:00
陈文彬 2f268ca8f4 fix: fix form,transition,build bug 2020-10-01 00:24:14 +08:00
陈文彬 2f6253cfb6 initial commit 2020-09-28 20:19:10 +08:00