Commit Graph

570 Commits (027291907cce382c11096996ebe1706c55422803)

Author SHA1 Message Date
yang bd56221e82
chore: add new component statistics (#22159)
* statistic:新增statistic组件,用于数值展示和倒计时

Co-authored-by: yang <29636098325@qq.com>
2022-11-14 15:32:37 +08:00
好多大米 6ae261d840
Form: validate method reject error info (#21374) 2021-10-11 15:15:51 +08:00
Aex 492ab00ad7
Badge: fix type class when is-dot (#21308) 2021-09-16 16:17:16 +08:00
SHIODA Masaharu c50a0bf978
Dropdown: add disabled property (#21235) 2021-08-19 17:40:59 +08:00
好多大米 09e789bad2
Result: add result component (#21171) 2021-07-21 15:20:25 +08:00
好多大米 6bbc046563
chore: fix lint and some errors (#21136)
* chore: fix lint

* chore: fix lint and some errors
2021-07-09 18:04:34 +08:00
好多大米 034da49dd9
Descriptions: add description component (#21129) 2021-07-08 15:26:00 +08:00
好多大米 d0b3454032
Empty: add empty component (#21080) 2021-06-17 15:18:15 +08:00
zj9495 e1990a70d3
Fix drawer destroy (#20715)
* Drawer: fix destroyOnClose bug
2021-06-07 15:33:46 +08:00
好多大米 df6965f875
Skeleton: add skeleton component (#21038) 2021-06-01 17:23:13 +08:00
好多大米 188605c383
Image: preview optimization (#20652) 2021-01-15 16:49:44 +08:00
luckyCao f3c76ee0ad
Image: Fix shortcut key not work at second time issue (#18983) (#19156)
* Image: fix shortcut key not work at second time issue (#18983)

* fix test case

* fix test case

Co-authored-by: cl199793 <cl199793@alibaba-inc.com>
2020-04-13 10:15:17 +08:00
jeremywu 068b3ad1b0 Drawer: bugfix/drawer-append-to-body-not-working (#16953)
- 修复了 AppendToBody API 不管用的问题.
- 修复了展开动画会出现滚动条的问题
- 新增了一个新的 API `withHeader` 来控制是否显示 Header 栏
- 动画流畅度的一个小改动
- 对应文档的改动
- 对应单元测试的改动
2019-11-01 15:06:56 +08:00
luckyCao cf27c7664d Image: Perfect picture preview behavior (#16985) (#17375)
* Perfect picture preview function

* update test
2019-10-31 15:14:04 +08:00
iamkun 6f62feed3d InfiniteScroll: Skip trigger event on invisible element (#17553)
* InfiniteScroll: Do not trigger event on invisible element

* InfiniteScroll: Do not trigger event on invisible element2
2019-10-31 15:08:52 +08:00
iamkun 42e74d1d65 Chore: SSR test (#16797)
* init ssr test

* ssr test
2019-10-31 15:06:51 +08:00
iamkun 2842399eb7 Popconfirm: Add popconfirm component (#17548)
* init

* init

* init docs

* init docs2

* init type

* update test

* update naming
2019-10-31 15:05:41 +08:00
Cr 069d96a857 Table: fixed row-style with display not work (#17002) 2019-09-06 15:46:25 +08:00
msidolphin 1793e7ad0b [Select]: fix select test cases 2019-09-02 11:00:52 +08:00
hetech eddf85271e
Table: fix setCurrentRow unable to clear highlight row (#16879) 2019-08-29 11:29:02 +08:00
hetech da7aec9ce9 Table: set toggleAllSelection as instance property (#17137) 2019-08-27 14:36:00 +08:00
Cr c3a2d417f4 Table: not trigger sort-change event when mounted (#17113) 2019-08-27 10:31:33 +08:00
Zhi Cun 747334f06e Divider: Support custom classes (#17078) 2019-08-23 11:24:10 +08:00
Inside 27398103c4 Cascader: Fix disable status and close button issue (#16209) 2019-08-14 19:55:24 +08:00
zhangHongEn 0bff072fa7 Cascader: fix display errors (#16665) 2019-08-14 16:20:17 +08:00
hetech 8b8a1a2e87 Table: fix wrong empty block height (#16861) 2019-08-08 14:49:25 +08:00
LachlanStuart 465c38bfaa Popover: add close-delay prop (#16671) 2019-08-07 11:12:00 +08:00
Cr 31cb7d3036 Test: refactor unit test to use data-uri instead (#16847) 2019-08-01 17:31:06 +08:00
iamkun be71239990 Date-Picker: add className picker option (#16632)
* add classname

* add docs

* add test

* add range picker

* update api name

* update api name

* update test
2019-07-31 12:03:12 +08:00
王浩 e26e70fe4d Test: correct spelling error (#16672) 2019-07-31 11:52:38 +08:00
luckyCao 1b1c1beadc Image: Add big Image preview feature (#16333) (#16605) 2019-07-25 12:19:25 +08:00
hetech d238c768a6 Dialog: add destroyOnClose attribute (#16455)
* Dialog: add destroyOnClose attribute

* update
2019-07-24 17:31:35 +08:00
jeremywu 9617e9345a Drawer: Add drawer component (#16577) 2019-07-24 16:57:59 +08:00
hetech adabeff9ed Calendar: Display correct header when range is specified (#16354)
* Calendar: display correct header when range is specified

* firstOfWeek is supported

* update docs

* update test

* update

* fix typo
2019-07-22 13:36:32 +08:00
Zhi Cun 911ce3d3e5 Revert "Calendar: first-day-of-week is not supported when using custom ranges (#16235)" (#16353) 2019-07-02 12:23:20 +08:00
hetech 1bc3e5aa65
Calendar: first-day-of-week is not supported when using custom ranges (#16235) 2019-07-02 10:42:56 +08:00
bezany ef719b9652 Table: fix sort icon (#15439) 2019-06-28 11:52:35 +08:00
luckyCao 6f9ce3accb Avatar: Add avatar component (#16144)
* add avatar component

* 1. add test 2. add types 3. refine doc 4. add img attr

* add props in types and doc

* refine how image fit its container

* fix doc

* refine doc

* change default background color

* remote style demo from doc

* add theme

* add demo on theme preview and change var name
2019-06-24 16:37:17 +08:00
hetech e2303b85a4 Calendar: add first-day-of-week attribute (#16047) 2019-06-24 15:07:49 +08:00
VanMess ca9a0330f8 Tree: Fix issue #15538 caused by two Tree sharing the same data. (#15615)
* Tree: fix #15538 by adding more detect logic.

* Tree: fix #15538 and add test case.

* Tree: fix eslint error

* Tree: remove arrayContains function
2019-06-21 17:36:20 +08:00
Zhi Cun d010f0e85c
Chore: Relase 2.9.2 (#16181) 2019-06-21 17:16:30 +08:00
hetech f6bab114e3 Table: add new features for Table and optimize code (#15709) 2019-05-30 19:33:30 +08:00
Zhi Cun a7d3f69f95 DatePicker: support literal (#15525) 2019-05-30 14:43:16 +08:00
Simona bdaae8108e Cascader: refactor and add multiple mode. (#15611) 2019-05-29 15:04:06 +08:00
hetech 934988c03a PageHeader: add page-header component (#15714) 2019-05-29 10:10:16 +08:00
MASONGZHI c04021e4dc Checkbox: Using the max attribute can limit the number of items that can be checked (#14742) (#15585) 2019-05-28 20:41:13 +08:00
hetech 6af04e8765
Progress: add dashboard progress bar & add custom color (#11867) 2019-05-28 11:02:00 +08:00
iamkun 45383cd655 Backtop: Add backtop component (#15541) 2019-05-27 17:03:10 +08:00
iamkun 5fea8b46f2 infiniteScroll: add infiniteScroll component (#15567) 2019-05-27 16:28:13 +08:00
Simona cefd235615 feat(Tag): add prop effect. (#15725) 2019-05-27 16:06:58 +08:00