MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
5 years ago
susiwen
06eba00e0b
Add FAQ link
5 years ago
susiwen
b710f47996
Add missing FAQ site
5 years ago
偏右
d74c590f17
Update index.zh-CN.md
5 years ago
susiwen
85e483921b
Add missing info in documents
5 years ago
afc163
6295cb4597
📝 Add FAQ for DatePicker/RangePicker mode prop usage
6 years ago
afc163
b780070351
💄 prittier all files
6 years ago
Sebastian Busch
4af2b62cb5
fix: Add some missing TypeScript prop definititions and clean up date-picker definitions ( #16342 )
* Add some missing TypeScript prop definitition, clean up date-picker definitions
* use DatePickerMode instead of redundant enumeration of modes
* decade was missing from the list of modes
See https://codesandbox.io/s/388xplj646
- activate DatePicker
- click on year in header
- click on years in header
- "decade" is printed on footer as mode for renderExtraFooter()
* add decade as possible value for mode prop
6 years ago
ztplz
b40c0d3db3
Update DatePicker docs ( #15092 )
6 years ago
zombieJ
5ce7e71007
RangePicker support customize separator ( #15055 )
* support separator
* add version
* fix css
6 years ago
afc163
5d46fa9679
📝 site: fix document punctuation
6 years ago
HarlanLuo
41aa37bd99
fix doc error and add test case for WeekPicker
6 years ago
HarlanLuo
a7bedca0e2
WeekPicker: support `renderExtraFooter`
6 years ago
HarlanLuo
015945ed83
DatePicker: show extra footer in all mode
6 years ago
afc163
3c007a85dd
⚡ renderFooter should applied to all mode, close #11618
6 years ago
iugo
30a6d38898
Update index.zh-CN.md
6 years ago
iugo
a98e42784e
fix date-picker doc type
6 years ago
zombiej
62810dbde6
datePicker support string[] format
close #13148
6 years ago
zombiej
56585d700f
add defaultPickerValue in datePicker doc
close #10402
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
zombiej
c2e62c1910
fix doc
close #12806
6 years ago
HeskeyBaozi
2b7bd92cf6
datepicker: suffix -> suffixIcon
6 years ago
HeskeyBaozi
160d34aeba
add suffix icon to date-picker
6 years ago
XuMM_12
0219aa259a
fix demo in date-picker doc ( #12290 )
ref to https://ant.design/components/calendar-cn/ and moment doc, import locale file from moment/locale just defines the locale without use.
6 years ago
baozefeng
825d770254
bugfix: Chinese doc website date-picker demo link go to English website
6 years ago
付引
31b2517261
mport -> import
6 years ago
Wei Zhu
4b045fc43f
Revert "docs: update moment locale usage"
This reverts commit 89228118af
.
The original purpose to import locale from src is that some projects
adding `jsnext:main` to the `resolve.mainFields` config of webpack which leads
webpack load moment from `src/moment.js`. But import from `locale`
should works for most projects.
6 years ago
Wei Zhu
aa580beb8b
docs: sort api table
7 years ago
Wei Zhu
89228118af
docs: update moment locale usage
7 years ago
sosohime
d4ed303bcd
doc: Update DatePicker document about locale ( #10598 )
7 years ago
afc163
7f8f89cbff
doc: Add mode and onPanelChange in API document, close #9785
7 years ago
jim
50863acb1b
datePicker add dropdownClassName prop fix #7211
7 years ago
Wei Zhu
1735d89a66
docs: Update RangePicker[ranges] type
7 years ago
Wei Zhu
6ea33da9f8
Don't use ISO week ( #9025 )
https://en.wikipedia.org/wiki/ISO_week_date
fix #9021
7 years ago
Wei Zhu
999d6184ad
docs: Sort api table
7 years ago
Wei Zhu
d2dc88c470
Add focus() and blur() document
Close #3790
7 years ago
Flynn
071149cfbb
feature:add onCalendarChange for RangePicker ( #8355 )
* feature:add onCalendarChange for RangePicker
The event trigger when start time or end time is changing, which is useful for districting range user can select.
* Update index.zh-CN.md
update doc
* Update index.zh-CN.md
* Update index.zh-CN.md
7 years ago
niko
be1cbd4eae
upgrade rc-calendar dependency to 9.3.0 ( #8353 )
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
monkindey
ea926fecaf
also resolve conflicted file
7 years ago
monkindey
0bc5936b23
resolve conflicted files
7 years ago
偏右
2bced36f0c
New component styles ( #7731 )
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
7 years ago
Benjy Cui
829b5f87bf
feat: make default locale to enUS ( #7553 )
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
7 years ago
afc163
420c2666a9
docs: add chinese description for dateRender
7 years ago
Henri Normak
36a54a8a8c
Expose renderDate function for DatePicker ( #7710 )
* Expose renderDate function for Calendar dates
* Use the original prop name
7 years ago
偏右
f3911b3707
Feat week picker ( #7404 )
* New Component WeekPicker
close #212
* Add WeexPicker in API doc
* update snapshot
* Add test cases
* update snapshot
7 years ago
Benjy Cui
1920d9af46
chore: update details for #6584
8 years ago
afc163
6790e80f3e
Add renderExtraFooter for DatePicker
close #6122 , close #5188
8 years ago
afc163
f414398fae
Fix disabledDate of Calendar, close #6074
8 years ago
Benjy Cui
361df26f3a
fix: should support DatePicker|RangePicker[showTime.defaultValue], ( #6160 )
close : #5691 #2375
8 years ago