Commit Graph
48 Commits
Author SHA1 Message Date
neverlandandGitHub 92f6a6a662 docs(Area): using @vant/area-data (#8491) 2021-04-09 16:30:23 +08:00
neverlandandGitHub 1381070a12 chore: prefer named exports (#8315)
* chore: prefer named exports

* chore: fix import
2021-03-09 15:39:26 +08:00
neverlandandGitHub 110af6f1f4 docs: revert cdn URL (#8310) 2021-03-08 17:19:56 +08:00
neverlandandGitHub a8060bb599 chore: demo ts (#8160)
* chore: demo ts

* chore: fix
2021-02-14 19:50:45 +08:00
neverlandandGitHub 6d336b5537 feat(Form): allow validator to return mesage (#8052) 2021-01-31 20:17:45 +08:00
neverlandandGitHub 67d44a0fa5 docs: fix cdn link (#8023) 2021-01-27 10:25:07 +08:00
chenjiahan dedfe88ff8 docs: fix image demo 2020-12-27 17:00:30 +08:00
chenjiahan 23a6f63c4f docs(Form): use composition api 2020-12-15 16:52:29 +08:00
chenjiahan e8244c44e1 docs: remove demo-section 2020-10-22 16:44:19 +08:00
chenjiahan 47a270effb Merge branch 'dev' into next 2020-09-26 21:35:53 +08:00
neverlandandGitHub 0a837e49a9 docs(Form): fix Area demo (#7249) 2020-09-26 14:31:50 +08:00
chenjiahan 52b187692b breaking change: rename get-container to teleport 2020-08-21 10:58:02 +08:00
chenjiahan 07d1a2590f breaking change(Button): add success type, remove info type 2020-08-21 10:09:21 +08:00
chenjiahan 8843b7875a breaking change(Picker): enable show-toolbar by default 2020-08-21 00:17:04 +08:00
chenjiahan b6b6e38c45 feat: migrate Form component 2020-08-19 17:50:34 +08:00
chenjiahan 272a89423e docs: remove legacy slot usage 2020-08-15 07:27:35 +08:00
chenjiahan 67be6f4f02 docs(Form): use round popup 2020-07-07 16:59:54 +08:00
neverlandandGitHub 6870bdcbc2 feat(Field): add extra slot (#6290)
* feat(Field): add extra slot

* docs: remove form demo style
2020-05-16 11:18:08 +08:00
ChryseisandGitHub 07ba98bb3d docs(Form): fix ValidateRules.vue method validator,keep it consistent with the documentation. (#6159) 2020-04-28 14:59:28 +08:00
chenjiahan 2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahan d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
chenjiahan cc29b28c5b chore(Form): fix demo border 2020-03-13 15:28:08 +08:00
陈嘉涵 529e117096 feat(Form): support pattern rule (#5700) 2020-02-21 17:11:22 +08:00
陈嘉涵 d72bf8145a docs(Form): use new unified syntax for perf 2020-02-20 20:56:16 +08:00
陈嘉涵 7a9d1d7ab6 feat(Form): add input-align prop 2020-02-13 16:25:42 +08:00
陈嘉涵 b4d117f59d feat(Form): add validateField method 2020-02-13 15:10:50 +08:00
陈嘉涵 567c161c06 docs(Form): optimize details 2020-02-12 17:41:38 +08:00
陈嘉涵 57d59e8a86 docs(Form): add async validation document 2020-02-12 17:27:29 +08:00
陈嘉涵 48d2f64aba feat(Form): add validate-first prop 2020-02-12 11:19:58 +08:00
陈嘉涵 080d1828c8 feat(Form): support async validation 2020-02-12 10:38:05 +08:00
陈嘉涵 0ed7aaac88 feat(Field): support validator in rules 2020-02-11 16:29:35 +08:00
陈嘉涵 e93fcb0603 fix(Calendar) should not submit form 2020-02-11 15:49:51 +08:00
陈嘉涵 200da364ff feat(Form): add Calendar demo 2020-02-11 15:40:58 +08:00
陈嘉涵 fb3892e302 docs(Form): add Area demo 2020-02-11 15:24:09 +08:00
陈嘉涵 ed16eb7a59 docs(Form): add DatetimePicker demo 2020-02-11 14:45:47 +08:00
陈嘉涵 3f33b6de47 docs(Form): add Picker demo 2020-02-11 11:33:26 +08:00
陈嘉涵 de5dfe9211 docs(Form): add Field Type docs 2020-02-11 11:00:51 +08:00
陈嘉涵 c2cafe289e feat(Form): support using uploader 2020-02-11 10:21:49 +08:00
陈嘉涵 744cbac987 feat(Form): support using CheckboxGroup 2020-02-11 10:00:28 +08:00
陈嘉涵 15390241d8 feat(CheckboxGroup): add direction prop 2020-02-10 19:37:52 +08:00
陈嘉涵 dc77be6f8a feat(Form): support using slider 2020-02-10 17:17:09 +08:00
陈嘉涵 7fa4e8cad1 feat(Form): support using stepper 2020-02-10 17:06:00 +08:00
陈嘉涵 1cde0b4d52 feat(Form): support using rate 2020-02-10 17:01:56 +08:00
陈嘉涵 1db9536182 feat(Form): support using switch 2020-02-10 16:30:17 +08:00
陈嘉涵 0e23124c3a docs(Field): add basic usage document 2020-02-10 15:54:29 +08:00
陈嘉涵 1fe96f3edc feat(Form): binding checkbox 2020-02-10 10:57:57 +08:00
陈嘉涵 70ed34aa24 feat(Form): add submit、failed event 2020-02-07 15:51:58 +08:00
陈嘉涵 9326ad84f8 feat: add form component 2020-02-07 15:18:46 +08:00