Cherry7
308c30c738
fix: add disabledContext override with form components ( #6618 )
...
* fix: add disabledContext override with form components
* test: update snap
* fix: LabelWidth demo filename
* fix: fontsize spelling mistake
2023-06-15 11:17:58 +08:00
tangjinzhou
03760e3e3d
Merge remote-tracking branch 'origin/main' into feat-v4
2023-05-18 23:23:43 +08:00
tangjinzhou
9499a7fc86
fix: vue 3.3 type error
2023-05-18 16:22:12 +08:00
tangjinzhou
b0990b7323
Merge remote-tracking branch 'origin/main' into feat-v4
2023-04-23 11:02:19 +08:00
Zhan Dong
8e5431886a
feat: Add focus and blur methods to buttons ( #6490 ), close #6483
...
* feat(button): add methods for focus and blur
closed #6483
* docs(button): add focus methods doc
2023-04-22 21:21:15 +08:00
tangjinzhou
3e46f27b59
perf: shallowRef instead ref
2023-04-05 22:03:02 +08:00
tangjinzhou
a04cae1221
fix: groupsize context error
2023-03-03 17:13:48 +08:00
bqy_fe
f0649999fb
refactor(Space): less to cssinjs & add compact mode ( #6229 )
...
* refactor(Space): less to cssinjs & add compact mode
* chore(space): update md
* chore(space): add demo
* chore(space): add some demo
* feat(button): add compact mode
* fix: reactivity lose
* docs: fix props version
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2023-02-12 09:26:39 +08:00
zkwolf
989bedda47
fix(button): link and text should not have wave ( #6226 )
2023-02-02 18:08:36 +08:00
tangjinzhou
b5d7d582cd
refactor: configprovider
2023-01-27 16:00:17 +08:00
tangjinzhou
94c2887c81
fix: button classname error
2023-01-26 22:13:01 +08:00
tangjinzhou
75e4b72c21
refactor: button
2023-01-26 21:42:27 +08:00
tangjinzhou
040956819f
Merge remote-tracking branch 'origin/main' into feat-v3.3
2022-11-24 19:28:21 +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
0244e7f5b4
refactor: Simplify Button Group Style
2022-05-10 16:18:44 +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
97a08423a1
fix: button loading animate not work, close #5360
2022-03-19 15:21:32 +08:00
tangjinzhou
adbc39bfbd
style: some code
2022-03-17 10:24:49 +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
7ec6831508
refactor: input
2021-12-14 23:50:22 +08:00
tangjinzhou
65fc82e105
fix: remove window
2021-11-29 17:53:09 +08:00
tangjinzhou
95cae149c4
fix: button support disabled=false #4930
...
close #4930
2021-11-27 15:23:08 +08:00
tangjinzhou
da10933cd3
fix: add button loading animation
2021-06-30 16:13:05 +08:00
tangjinzhou
2c2726c827
style: lint code
2021-06-30 14:45:05 +08:00
tangjinzhou
202f341299
chore: merge next
2021-06-30 14:41:07 +08:00
tangjinzhou
61c19a81c2
refactor: button
2021-06-30 13:48:02 +08:00
John
389b233a40
refactor(3.x/button): use composition api ( #4291 )
...
* refactor(button): use composition api
* refactor: add rtl
* refactor: sync antd
* refactor: update css
* refactor: add dev warning
* test: add test case
* refactor: export component type
* refactor: optimize
2021-06-30 10:03:17 +08:00
ajuner
d028cce23f
chore: use type import ( #4260 )
2021-06-26 09:35:40 +08:00
tangjinzhou
fdecafbbb3
feat: support vite-plugin-components
2021-06-23 21:47:53 +08:00
nanjingcaiyong
87e59853bb
fix: the button's loading property without delay ( #3194 )
...
Co-authored-by: caiyong <caiyong@ihomefnt.com>
2020-11-17 21:45:21 +08:00
tanjinzhou
d2d613980a
chore: update build config
2020-10-19 16:43:10 +08:00
tanjinzhou
2fdfa2b662
refactor: button date-picker drawer dropdown form by ts
2020-10-15 17:58:05 +08:00
tanjinzhou
d7426e11d4
refactor: breadcrumb button by ts
2020-10-13 18:04:02 +08:00