Commit Graph

2678 Commits (cc3e3e28273d70123e699d102d4b2cd065a34c94)

Author SHA1 Message Date
博风 03f53ae4e9 [build] 2.15.13 2023-02-13 08:08:26 +08:00
博风 796a2238cc chore: optimize code and fix bugs 2023-02-09 22:05:27 +08:00
inkroom e7d6893cdf
Image: add initialIndex prop (#22346) 2023-02-09 20:50:13 +08:00
yang 614422011c
Statistic : fix slot display bug (#22375)
* Update main.vue

* Update main.vue
2023-02-09 15:33:25 +08:00
yang c56f1d6c8c
Statistic: Update code and doc (#22276)
* Modifying Spaces

Modifying Spaces

* statistic:Updated countdown feature to localize lodash

* statistic: optimize

* Statistic:优化代码逻辑 修改中文文档

* statistic:Optimize the code logic and adjust the style
2023-02-07 15:21:13 +08:00
yang fa18776b4b
statistic:Updated countdown feature to localize lodash Closes #22260 Closes#22258 (#22263)
* statistic:Fixed the thousandth bit bug

statistic:Fixed the thousandth bit bug

* Modifying Spaces

Modifying Spaces

* statistic:Updated countdown feature to localize lodash

* Add lodash localization filtering

* statistic:Under the default font, the problem caused by the non-equal width font, causing the countdown to jitter, will be replaced with a concise font
2022-11-18 11:03:15 +08:00
博风 d1c6895924 [build] 2.15.12 2022-11-16 01:30:35 +08:00
yang e33c040aa8
Statistic:Fixed the thousandth bit bug (#22252)
* statistic:Fixed the thousandth bit bug

statistic:Fixed the thousandth bit bug

* Modifying Spaces

Modifying Spaces
2022-11-16 00:07:36 +08:00
博风 b308372ddb [build] 2.15.11 2022-11-15 20:05:23 +08:00
博风 ddbf9df05d chore: update docs and fix bugs 2022-11-15 11:37:18 +08:00
liangmiao f1c8a261e5
Progress: add color prop (#22089)
* el-select添加selected选中颜色配置

* fix: issues #22065, el-progress添加底色,文字颜色的属性
2022-11-14 16:18:46 +08:00
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
博风 575ffc0086 [build] 2.15.10 2022-09-13 20:30:50 +08:00
keray bccadfc263
Tree: fix lazy-load check problem (#21934) 2022-09-13 15:01:59 +08:00
TC d33c4e0c02
DatePicker: add months And years type (#21918) 2022-09-13 14:49:52 +08:00
zzjjhh001 336a49baa1
Loading: fix sticky DOM error (#22087)
Co-authored-by: zhaojinghui <zhaojinghui@haodf.com>
2022-08-18 20:00:09 +08:00
lqzhgood 813abcedbe
DatePicker: fix modify props "placement" error (#21908)
this PR https://github.com/ElemeFE/element/pull/21806 erroneously changed "placement" `data` -> `props`
2022-08-18 19:37:21 +08:00
博风 9eb1be46af [build] 2.15.9 2022-06-03 09:48:31 +08:00
bobohuochai 4b2b24a7db
Table: fix el-checkbox not imported issue(#21796,#20625) (#21828)
Co-authored-by: 徐军 <xujun@pingpongx.com>
2022-06-02 19:56:32 +08:00
Cheese c93981a56a
Input: remove unused scss variable (#21558)
remove unused scss variable & wrong comment
2022-06-02 19:22:49 +08:00
louiebb 934826c177
Cascader: fix unexpected error (#21759)
Co-authored-by: louie <liguanzhi@youxin.cloud>
2022-06-02 18:00:00 +08:00
XivLaw 807e20845e
DatePicker & Cascader: fix the dropdown animation direction (#21806) 2022-06-02 17:43:36 +08:00
zhankang f0b3f9228c
Tooltip: fix getFirstElement (#21886) 2022-06-02 17:30:31 +08:00
bofeng a2b7304685
Form-item: rules validate sync (#21892) 2022-06-02 17:27:33 +08:00
bofeng 0144bad33c
fix: codepen vue version and table-header sync (#21863)
* fix: codepen vue version
* fix table-header sync
2022-05-30 19:00:24 +08:00
博风 9984a9ed4d [build] 2.15.8 2022-04-13 17:26:34 +08:00
bofeng cc9a7d5ce4
Revert "Chore: replace node-sass with dart-sass (#21019)" (#21791)
This reverts commit d6dedac2e2.
2022-04-12 13:24:48 +08:00
Allen f109628ad1
DatePicker: fix function name typo (#21663) 2022-04-11 17:09:37 +08:00
Edwin Betancourt 473ef53f93
Switch: fix toggling value error (#19473)
Co-authored-by: Edwin Betancourt <EdwinBetanc0urt@hotmail.com>
2022-01-04 17:51:58 +08:00
好多大米 55bac06f0f
Table: revert sync fixed table rows height (#21486) 2021-11-23 15:54:40 +08:00
cs1707 f64fe0413a [build] 2.15.7 2021-11-18 14:32:05 +08:00
好多大米 13d48cf511
Table: optimize performance (#21330)
* Table: optimize performance

* Table: fix sync height
2021-11-18 11:24:07 +08:00
好多大米 e39d4cb289
Button: fix disabled priority (#21375) 2021-11-17 11:11:19 +08:00
好多大米 d0ed7f94d6
Table: fix toggleAllSelection bug when table is empty (#21456) 2021-11-17 11:09:40 +08:00
Lin d6dedac2e2
Chore: replace node-sass with dart-sass (#21019)
* chore: 移除 node-sass 替换为 sass 进行构建

- 更新调用库 gulp-sass 更新为 gulp-dart-sass 以支持 sass
- 更新 scss 使用语法旧语法已被废弃

* chore: add yarn lock
2021-11-15 11:43:08 +08:00
好多大米 bb35f474cd
Descriptions: fix label slot bug (#21462) 2021-11-11 15:52:44 +08:00
bchen1029 5e037ceaa6
Select: fix keydown event when composition (#21336) 2021-10-12 11:28:51 +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
dennyak47 95445e209f
Select: fix click icon triggering dropdown (#21314) 2021-09-16 14:29:36 +08:00
cs1707 8ebddcf3e3 [build] 2.15.6 2021-09-02 15:09:19 +08:00
好多大米 f71afe023c
Drawer: fix append to body (#21264) 2021-08-26 15:46:34 +08:00
Aex cd44289adf
Descirptions: avoid table style conflict (#21254)
* Descirptions: avoid table style conflict

* Table: avoid `th` & `td` style conflict

* Table: fix class location avoid click event errors

* Table: optimize getCellClass method

* Descriptions: add missing class
2021-08-26 12:18:08 +08:00
好多大米 a87ce4b282
Radio: fix checked state when browser go back (#21250) 2021-08-23 15:08:54 +08:00
SHIODA Masaharu c50a0bf978
Dropdown: add disabled property (#21235) 2021-08-19 17:40:59 +08:00
好多大米 eeb9a93e86
Select: fix long text overflow in multiple mode (#21237) 2021-08-18 16:26:24 +08:00
好多大米 72be8f536f
Cascader: optimize performance (#21231) 2021-08-17 16:10:05 +08:00
好多大米 eb48974c14
Cascader: fix a bug that makes the browser jitter in zoom mode (#21207) 2021-08-09 14:38:40 +08:00
cs1707 ccb7666294 [build] 2.15.5 2021-08-04 14:04:04 +08:00
好多大米 a54484e8b3
Select: fix resetInputHeight (#21201) 2021-08-04 11:25:18 +08:00