Commit Graph

182 Commits (refactor-date)

Author SHA1 Message Date
Amour1688 eda5362782
fix: date-pick type error (#4499) 2021-08-12 08:49:30 +08:00
tangjinzhou 99ac4780d6 perf: ts type perf 2021-08-09 17:03:36 +08:00
tangjinzhou 7cdc73b48e refactor: remove no use pkg 2021-08-09 14:12:06 +08:00
tangjinzhou 75f7f3feaa refactor: calendar 2021-08-09 14:09:45 +08:00
tangjinzhou 16f0d49c84 refactor: calendar 2021-08-09 10:59:01 +08:00
tangjinzhou c69495a5ea refactor: calendar 2021-08-09 09:08:11 +08:00
tangjinzhou 1bb583063d refactor: calendar 2021-08-08 22:46:35 +08:00
tangjinzhou 5ae9597d53 feat: time-picker custom clearIcon 2021-08-05 10:25:58 +08:00
tangjinzhou 11b718518d refactor: time-picker 2021-08-05 09:09:58 +08:00
tangjinzhou ff49f57754 refactor: time-picker 2021-08-04 22:25:58 +08:00
tangjinzhou e9404f1b0f fix: showtime error 2021-08-04 10:45:21 +08:00
tangjinzhou 6261cc0e59 fix: use dayjs 2021-08-03 21:30:45 +08:00
tangjinzhou d8c8bc4156 feat: support valueFormat 2021-08-03 16:21:33 +08:00
tangjinzhou 0dcae5b62a fix: focus methods not work 2021-08-03 14:05:47 +08:00
tangjinzhou d5312db30b fix: date-picker 2021-08-03 13:44:31 +08:00
tangjinzhou 55f0d33a6d fix: date-picker props 2021-08-03 09:29:10 +08:00
tangjinzhou cd04ba21cf refactor: date props 2021-07-21 22:54:51 +08:00
tangjinzhou 229f6421ad refactor: picker 2021-07-21 17:59:50 +08:00
tangjinzhou 59085a1990 refactor: date 2021-07-21 15:58:50 +08:00
tangjinzhou e1277cdee0 refactor: date 2021-07-21 12:05:03 +08:00
tangjinzhou 4a21e41223 refactor: date 2021-07-21 09:38:56 +08:00
tangjinzhou 56620fe9da refactor: date-picker 2021-07-21 09:13:35 +08:00
tangjinzhou 202f341299 chore: merge next 2021-06-30 14:41:07 +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 b1bb913f9d fix: `Layout` `RangePicker` `WeekPicker` `Textarea` on-demand loading failure 2021-06-24 22:47:36 +08:00
tangjinzhou 33c7230ee2 style: update prettier & format code 2021-06-23 23:10:07 +08:00
tangjinzhou fdecafbbb3 feat: support vite-plugin-components 2021-06-23 21:47:53 +08:00
tangjinzhou 116c8e4cef test: update snap 2021-06-20 22:53:42 +08:00
meteor f437e9124d
fix(date-picker): when default slot is a comment node, date-picker will not display (#4105) 2021-05-23 20:24:41 +08:00
Shahram M. Hassan 79995c141d
feat: add Central Kurdish Language (ku_KU) (#3757) 2021-03-07 21:23:02 +08:00
zkwolf b07190e13d
feat: dark theme (#3410)
* chore: update style

* chore: add dark css build

* test: update snapshot

* chore: remove compact var

* chore: update style

* test: update snapshot
2021-01-14 17:33:17 +08:00
Hyphon 8a807caca2
fix(date-picker): add props(mode) value -- decade (#3514)
Co-authored-by: 李č‰ēį… <l>
2021-01-13 21:17:05 +08:00
tanjinzhou bf7c62f457 fix: date-picker ts type error 2021-01-07 19:18:59 +08:00
tangjinzhou adc6afb8fd
chore: support less4 (#3449) 2020-12-27 14:50:32 +08:00
koichi uchinishi 184fe6866c
style: remove unsed codes (#3382) 2020-12-17 11:54:49 +08:00
tangjinzhou 5af2653e5a fix: datepicker log some warning 2020-12-06 00:27:04 +08:00
tanjinzhou 23dc1f86b2 style: vSlots to v-slots 2020-11-24 18:07:45 +08:00
zkwolf 12d467e498
fix: range-picker style order #3219 (#3245) 2020-11-23 14:24:33 +08:00
tangjinzhou b155627923 style: format code 2020-11-07 21:19:50 +08:00
tangjinzhou a13dd20f58 style: format file 2020-11-07 15:37:17 +08:00
tangjinzhou e39b43bbc2 fix: date-picker default format not correct #3091 2020-11-03 23:28:08 +08:00
tangjinzhou 6a16e19b37 fix: moment ts error 2020-11-03 22:57:14 +08:00
Amour1688 c98e13d803 style: optimize date-picker code 2020-11-03 11:53:59 +08:00
Amour1688 7651862729
fix: app.use type error (#3079) 2020-11-01 15:03:33 +08:00
tanjinzhou 789647c604 test: update test & ts 2020-10-28 15:31:45 +08:00
tangjinzhou db63f369e1 feat: add ga_IE locale 2020-10-27 23:00:46 +08:00
tangjinzhou 7f77955474 test: update snap 2020-10-26 22:22:37 +08:00
tangjinzhou af46975f56 test: udpate date-picker & drawer snap 2020-10-24 21:15:55 +08:00
Amour1688 9eb15a524b chore: date-picker snap 2020-10-24 20:52:49 +08:00