Commit Graph

258 Commits (058bc3622a275d4eee7898158a6f467cb34cfe19)

Author SHA1 Message Date
Nguyen Ba Hung 058bc3622a
doc: Add "format" prop for time-picker demo (#6197)
The `format` prop is used to format the display value of the time-picker.
Reference from AntDesign official docs: https://github.com/ant-design/ant-design/blob/master/components/time-picker/demo/hide-column.tsx
2023-01-17 16:55:16 +08:00
Remx Xu 2a30de162c
fix typo (#6047) 2022-10-28 08:58:35 +08:00
Garret MH a2f7d6d062
feat: Vue 3 Migration Build support (#5973), close #5765
closes vueComponent/ant-design-vue#5765

Add `compatConfig: { MODE: 3 }` to all component definitions to signal to `@vue/compat` not to use any Vue 2 compatibility features.
2022-09-26 21:33:41 +08:00
tangjinzhou 07907ca7f3 test: snap 2022-09-02 16:51:56 +08:00
tangjinzhou 24c4c84576 test: update snap 2022-09-02 16:16:03 +08:00
bqy_fe 2a3798e9b4
docs(form): fix typo (#5896) 2022-08-22 08:59:35 +08:00
tangjinzhou 4c8131bd70 test: update snap 2022-07-25 08:41:38 +08:00
舜岳 151555b7b7
doc(site): fix Login Form style (#5797) 2022-07-24 09:04:22 +08:00
tangjinzhou 3d77a1c1d4 test: update snap 2022-07-07 14:39:15 +08:00
tangjinzhou 901811bc43 chore: update jest to 28 2022-07-06 17:40:21 +08:00
tangjinzhou 033e55af5d test: update snap 2022-06-11 21:58:12 +08:00
tangjinzhou e5b9308374 fix: global form message not work, close #5693 2022-06-11 21:56:41 +08:00
tangjinzhou e907ffd759 doc: update useInjectFormItemContext, close #5667 2022-06-06 09:50:33 +08:00
tangjinzhou 44e1f020c8 fix: useForm style error, close #5635 2022-05-24 14:39:40 +08:00
tangjinzhou 03c41177a3 fix: form clearValidate & resetValidate support array, close #5619 2022-05-19 17:13:06 +08:00
tangjinzhou 7a91110326 fix: global validateMessages no work, close #5599 2022-05-15 10:22:23 +08:00
tangjinzhou ebc2082934 fix: menu support scoped style, close #5578 2022-05-10 14:26:24 +08:00
tangjinzhou 0c879fc22d feat: select option add title 2022-04-23 13:28:00 +08:00
tangjinzhou 7d9edbfde0 doc: update form demo 2022-04-06 16:48:23 +08:00
bqy_fe dd0653249d
fix(FormItem): append a trigger field to the rule type (#5439) 2022-04-06 16:11:26 +08:00
tangjinzhou a7ea9bbe34 test: update snap 2022-04-06 10:48:46 +08:00
tangjinzhou 797a1c6c8f doc: update next to main 2022-03-30 19:36:12 +08:00
tangjinzhou def6a72a77 fix: form scrollToField not work form nest field, close #5404, #5407 2022-03-26 23:00:21 +08:00
tangjinzhou 00dc2add94
chore: update ts type (#5408)
* feat: update prop type

* feat: update ts type

* feat: update ts type

* feat: update ts type

* feat: update ts type

* test: update snap

* feat: update ts type
2022-03-26 22:52:54 +08:00
tangjinzhou e81abe39ee fix: form htmlFor not work, close #5384 2022-03-23 17:28:04 +08:00
tangjinzhou ee6d489bf4 fix: formItem error repeat show, close #5349 2022-03-17 21:53:14 +08:00
tangjinzhou 4b9fe8242e style: less typo 2022-03-17 10:23:09 +08:00
tangjinzhou 4471520e35 fix: item error when not use in form, close #5343 2022-03-16 20:39:25 +08:00
tangjinzhou a8d5dad362 revert: formItem errorlist animate 2022-03-15 14:34:25 +08:00
tangjinzhou cf37535d22 test: update snap 2022-03-13 16:21:16 +08:00
tangjinzhou 2ee3d43534
Feat css var (#5327)
* style: affix & util

* feat(alert): add customIcon slot

* feat(anchor): ts type

* style: auto-complete

* feat: avatar add crossOrigin & maxPopoverTrigger

* style(backTop): v-show instead v-if

* style: badge

* style: breadcrumb

* feat: button add global size

* feat: update i18n

* feat: picker add disabledTime

* test: update snap

* doc: update img url

* style: fix Card tabs of left position

* doc: update cascader doc

* feat: collapse

* style: comment

* style: configprovider

* feat: date-picker add soem icon slot

* style: update descriptions style

* feat: add divider orientationMargin

* doc: update drawer

* feat: dropdown add destroyPopupOnHide & loading

* style: update empty

* feat: form add labelWrap

* style: update grid

* test: update grid snap

* fix: image ts error

* fix: mentions cannot select, close #5233

* doc: update pagination change info, close #5293

* fix: table dynamic expand error, close #5295

* style: remove not use

* release 3.0.0-beta.11

* doc: update typo

* feat: input add showCount

* feat: inputNumber add prefix slot

* style: update layout

* style: update list

* feat: add locale i18

* style: update locale ts

* style: update mentions

* feat: menu divider add dashed

* perf: menu

* perf: menu animate

* feat: modal method add wrapClassName

* style: update pageheader

* feat: update pagination ts

* feat: confirm add showCancel & promise

* doc: update popover

* style: update progress

* style: radio

* style: update rate、result、row

* feat: select add fieldNames

* feat: add skeleton button & input

* feat: spin tip support slot

* style: slider & space

* stype: update steps ts type

* style: update switch

* feat: table add tree filter

* test: update input sanp

* feat: table add filterMode...

* fix: tree autoExpandParent bug

* test: update input snap

* doc: tabs add destroyInactiveTabPane

* style: update tag

* style: update timeline & time-picker

* fix: Tooltip arrowPointAtCenter 1px shift bug

* feat: typography add enterEnterIcon triggerType

* doc: update tree-select

* fix: deps and TypeScript types

* style: udpate transfer

* style: update style

* doc: add colorScheme

* chore: add css var builg

* doc: sort api

* style: lint code

* doc: add css var

* test: update snap

* chore: add pre script

* chore: update lint

* perf: collapse animate

* perf: collapse tree

* perf: typography shaking when edit

* doc: update auto-complete demo

* fix: table tree not have animate

* feat: deprecated dropdown center placement

* feat: deprecated dropdown center placement

* test: update snap
2022-03-12 09:56:32 +08:00
tangjinzhou fe0fc8084f doc: update typo 2022-02-28 22:17:50 +08:00
tangjinzhou 04baae5a57
Refactor upload (#5290)
* refactor: vc-upload

* refactor: vc-upload

* refactor: upload

* refactor: upload

* refactor: upload
2022-02-24 09:58:58 +08:00
tangjinzhou 3cf5d4fa43 feat: labelCol & wrapperCol types, close #5265 2022-02-18 21:37:44 +08:00
tangjinzhou 2b0adaf717 test: update snapshots 2022-02-14 09:29:01 +08:00
tangjinzhou 23f5fba013 feat: add formItemInstance type 2022-01-10 09:27:03 +08:00
tangjinzhou dd0b0b2eb9 feat: date-picker support vshow, close #5132 2022-01-07 18:50:30 +08:00
tangjinzhou 3c0979c5e4 doc: add form demo 2021-12-28 21:46:35 +08:00
tangjinzhou ed3740048a feat: form add noStyle 2021-12-28 21:41:07 +08:00
zkwolf 0bc1e0a620
fix(form-item): should not validate when not have name (#5081) 2021-12-27 09:41:43 +08:00
tangjinzhou 47f1bb050b test: update snap 2021-12-24 16:57:29 +08:00
tangjinzhou 7aae6f675c
doc: form add demo (#5070)
* doc: add form demo

* fix: form dynamic error

* doc: add form demo

* revert: formitem auto validate #4955

* fix: input not update when set undefined

* doc: add form demo

* fix: form validate for number tyope, close #5064

* fix: form validateMessages not work

* doc: add form demo
2021-12-23 22:00:14 +08:00
tangjinzhou 72f82771f1 feat: export formInstance type 2021-12-21 16:13:53 +08:00
tangjinzhou 5cc1bd715d refactor: input-number 2021-12-20 14:52:29 +08:00
tangjinzhou 246e1163bb refactor: input-number 2021-12-20 14:52:29 +08:00
tangjinzhou ebd52af454 refactor: form input css 2021-12-18 17:00:55 +08:00
tangjinzhou 2c2c070663 perf: ts type, close #5044 2021-12-16 17:20:18 +08:00
tangjinzhou 296a2e549a refactor: input 2021-12-15 22:27:07 +08:00
tangjinzhou 6c28a8e40c fix: formItem error explain style #5004
close #5004
2021-12-10 15:52:13 +08:00
tangjinzhou 0a404e88b7 fix: formItem name type #4998
close #4998
2021-12-08 14:56:57 +08:00