zyf
|
4b186714d0
|
fix(Table): preserve custom event handlers in row selection (#51661)
|
2024-11-18 11:31:38 +08:00 |
|
chenshuai2144
|
453d1d4968
|
feat: 更新 Image 组件以支持 rootClassName 属性,增强 OTP 组件以支持 inputMode,更新表格文档中的 React 规范链接,升级 trigger 组件版本
|
2024-11-10 21:25:14 +08:00 |
|
lijianan
|
80030b9845
|
docs: update note about Table key (#51551)
|
2024-11-09 17:13:33 +08:00 |
|
afc163
|
8a64ec6a9e
|
chore: merge branch
|
2024-11-07 16:51:58 +08:00 |
|
超级烦
|
2974f27c11
|
docs: Attribute description optimization (#51450)
Co-authored-by: afc163 <afc163@gmail.com>
|
2024-11-07 11:02:22 +08:00 |
|
二货爱吃白萝卜
|
1c7613b27f
|
fix: use locale of empty img title (#51368)
|
2024-10-24 20:48:36 +08:00 |
|
𝑾𝒖𝒙𝒉
|
5a5a412a3f
|
♻️ refactor: Defensive programming (#51360)
|
2024-10-23 22:18:55 +08:00 |
|
𝑾𝒖𝒙𝒉
|
badbd80eb4
|
feat(Table): column filterDropdownProps support (#51297)
Co-authored-by: afc163 <afc163@users.noreply.github.com>
|
2024-10-22 17:50:17 +08:00 |
|
thinkasany
|
6e12a903c7
|
demo: improve the use of Segmented (#51324)
|
2024-10-22 10:09:31 +08:00 |
|
栗嘉男
|
59ef0dc0a3
|
chore: merge master into feature
|
2024-10-20 09:51:14 +08:00 |
|
lijianan
|
706c0009a5
|
site: improve scrollbar style of site (#51220)
|
2024-10-16 21:25:14 +08:00 |
|
Guo Yunhe
|
015740d1eb
|
feat(Select): Select supports prefix prop (#51186)
|
2024-10-16 18:04:38 +08:00 |
|
afc163
|
7e5c67e69f
|
chore: update snapshot
|
2024-10-15 13:51:42 +08:00 |
|
afc163
|
2d2a7c9da3
|
merge feature
|
2024-10-14 18:05:41 +08:00 |
|
NathanLao
|
eee46a440e
|
fix: sorter columnkey should be null (#51114)
|
2024-10-07 11:45:42 +08:00 |
|
栗嘉男
|
975763de84
|
chore: merge master into feature
|
2024-10-02 13:06:30 +08:00 |
|
afc163
|
9b779b1cd8
|
refactor: remove TransButton in Table/Transfer/Typography (#51068)
|
2024-09-29 18:02:13 +08:00 |
|
lijianan
|
91754fb160
|
feat: expandedRowClassName should support string (#51067)
|
2024-09-29 13:28:53 +08:00 |
|
ice
|
696c9dde02
|
fix(button): type=link error token & add prefix cls (color/variant) & specificity too high (#50962)
|
2024-09-24 23:52:50 +08:00 |
|
renovate[bot]
|
863f61d908
|
chore(deps): update dependency eslint to v9 (#50690)
Co-authored-by: afc163 <afc163@gmail.com>
|
2024-09-19 03:30:19 +08:00 |
|
栗嘉男
|
5db0ecc0b0
|
chore: merge master into feature
|
2024-09-16 17:23:52 +08:00 |
|
lijianan
|
eb630d341d
|
demo: Table demo update (#50876)
|
2024-09-16 00:08:45 +08:00 |
|
lijianan
|
ef11e1b9a6
|
demo: update Table demo (#50866)
|
2024-09-15 10:50:19 +08:00 |
|
栗嘉男
|
78c1fca2f0
|
chore: merge master into feature
|
2024-09-14 11:50:34 +08:00 |
|
Jerryxin
|
13f338a9f5
|
fix(Table): cannot check rows when checkStrictly={false} (#50746)
|
2024-09-11 12:18:27 +08:00 |
|
afc163
|
94ee36a40c
|
docs: add version badge for Table hidden demo (#50803)
|
2024-09-11 11:21:18 +08:00 |
|
github-actions[bot]
|
33533ff22c
|
chore: auto merge branches (#50748)
chore: merge master into feature
|
2024-09-07 04:19:01 +00:00 |
|
afc163
|
f5b0a98f80
|
chore: Update virtual-list.tsx (#50741)
|
2024-09-06 16:13:06 +08:00 |
|
huiliangShen
|
89f55f2985
|
fix: virtual table display error (#50737)
|
2024-09-06 15:46:39 +08:00 |
|
二货机器人
|
9d0e67de28
|
chore: merge master
|
2024-09-04 14:11:23 +08:00 |
|
二货爱吃白萝卜
|
e91244f893
|
enhance: tree perf of large data (#50689)
* enhance: tree perf of large data
* test: update test case
* test: update test case
* test: update test case
* test: update test case
|
2024-09-03 19:30:44 +08:00 |
|
ice
|
badfbe3cfe
|
feat(Button): support variant and color (#50051)
* feat(button): variant & color types
* feat: type -> color/variant
* feat: type -> color/variant
* feat: add variant filled
* test: snap
* refactor(button): rename type -> variant
* docs: add demo
* feat: add danger ghost style
* refactor: remove deprecated
* refactor: eslint
* docs: change color&variant
* test: updated snap
* docs: color-variant
* docs: add debug color&variant
* feat: global token
* refactor: remove comment
* docs: add color&variant docs
* docs: remove default
* docs: add space
* docs: code
* test: update snap
* test: fix snap
* test: btn querySelect
* feat: change filled hoverStyle
* test: fix
* feat: support grey wave
* refactor: enhance
* docs: color/variant -> v 5.21
* test: snap
* feat: add token
* test: to do
* test: fix test
* ci: rebuild
* style: remove
* style: space
* docs: add note & FQA
* feat: add componentsToken
* refactor: remove isNotGrey
* test: add case
* docs: tile button
* test: snap
* docs: site & snap
* Update components/button/index.en-US.md
Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* fix: token color & undef
* docs: site
* docs: responsive
* docs: enhance FAQ
* docs: gap middle
* test: snap
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/theme/interface/maps/colors.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/button/style/token.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* Update components/button/style/token.ts
Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
* refactor: rename
* docs: prettier
* chore: eslint
* refactor: cls
* test: add solidTextColor case
* refactor: genVariantButtonStyle
* refactor: genVariantButtonStyle
* refactor: genVariantButtonStyle
* fix: rename
* docs: text
* fix: remove border
* feat: add token colorErrorBgFilledHover
* chore: add size-limit
* refactor: rename
---------
Signed-off-by: ice <49827327+coding-ice@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
|
2024-09-03 17:39:02 +08:00 |
|
github-actions[bot]
|
16f9543ba0
|
chore: auto merge branches (#50641)
chore: sync master to feature
|
2024-08-29 15:00:27 +00:00 |
|
afc163
|
de92a2c363
|
style: tweak Table column header move transition (#50605)
|
2024-08-28 13:38:41 +08:00 |
|
github-actions[bot]
|
af11acf1b4
|
chore: auto merge branches (#50459)
chore: merge master into feature
|
2024-08-16 14:22:08 +00:00 |
|
daisy
|
7bcb6ca49a
|
fix(Table): fixed empty and shadow issues when virtual mode (#50416)
|
2024-08-16 10:07:52 +08:00 |
|
Bruce Mitchener
|
d1a0fb862e
|
chore: reduce typo count (#50439)
|
2024-08-15 22:51:41 +08:00 |
|
叶枫
|
7d66a8e5cf
|
type: revert Table generic with any (#50372)
* fix: table generic default any
* feat: = AnyObject
|
2024-08-13 10:34:52 +08:00 |
|
lijianan
|
5aa5c3d591
|
fix(Table): set z-index unit to false (#50357)
|
2024-08-11 16:18:49 +08:00 |
|
lijianan
|
dab9ab69d0
|
fix(Table): style value should support CSS var (#50355)
* fix(Table): zIndex value should support CSS var
* fix: fix
|
2024-08-11 15:05:47 +08:00 |
|
lijianan
|
857ee24e38
|
type(Table): TypeScript improvement (#50351)
* type: Table TypeScript improvement
* type: Table TypeScript improvement
* type: Table TypeScript improvement
* fix: fix demo
* fix: fix demo
* fix: fix type
* fix: fix type
* fix: fix type
* fix: fix type
|
2024-08-11 10:58:13 +08:00 |
|
renovate[bot]
|
7fdfb299eb
|
chore(deps): update dependency @typescript-eslint/parser to v8 (#50228)
* chore(deps): update dependency @typescript-eslint/parser to v8
* Update package.json
Signed-off-by: afc163 <afc163@gmail.com>
* fix eslint errors
---------
Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
2024-08-04 12:24:35 +08:00 |
|
github-actions[bot]
|
249c94fb50
|
chore: auto merge branches (#50198)
chore: merge master into feature
|
2024-08-02 03:58:13 +00:00 |
|
zyf
|
c6289dd615
|
fix(table):table grouping columns does not apply sorting (#50086)
* 增加函数循环收集mergedColumns中所有key
* 新增测试用例
* ci问题调整,收集列keys函数调整
|
2024-08-01 20:39:01 +08:00 |
|
二货爱吃白萝卜
|
832cffcdf9
|
feat: ColorPicker support gradient color (#50050)
* refactor: support type update
* chore: update clear style
* chore: bump color picker
* chore: use slider
* chore: bump color picker
* chore: range slider
* chore: layout
* chore: useModeColor
* chore: simplify
* chore: bump color picker
* refactor: event
* chore: tmp lock check
* chore: of it
* chore: update ts def
* chore: update ts def
* chore: remove useless ts
* chore: linear
* chore: adjust style
* chore: rm useless code
* chore: fill color
* chore: basic linear
* chore: support toStr
* chore: limit minCount
* chore: use cache
* chore: drag support:
* chore: yes
* chore: update demo
* chore: useLayoutEffect instead
* chore: fix click to add point
* chore: add smmoth
* chore: support of locale
* chore: add locale
* chore: fix lint
* chore: adjust style
* chore: fix lint
* chore: fix style
* test: fix test case
* chore: fix popover
* test: fix test case
* chore: fix test
* test: clean up
* chore: fix lint
* chore: fix lint
* chore: fix lint
* test: coverage
* test: coverage
* test: coverage
* test: coverage
* test: coverage
* test: coverage
* chore: fix docs
* docs: update demo desc
* chore: enhance hover range
* fix: delete not working
* chore: fix lint
* test: coverage
* test: coverage
* chore: clean up
* chore: adjust
* chore: highlight
* chore: adjust style
* chore: fix lint
* chore: update demo
* chore: memo perf
* refactor: up to down colors
* test: update snapshot
|
2024-07-29 16:38:50 +08:00 |
|
栗嘉男
|
049915566d
|
Merge branch 'master' into master-merge-feature
|
2024-07-29 01:39:20 +08:00 |
|
lijianan
|
2e4b9cb098
|
site: rewrite with CSS logical properties again (#50113)
* site: use CSS logical properties
* Update components/anchor/demo/targetOffset.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>
* fix: fix
* fix: fix
* chore: fix
* fix: add more
* fix: add more
* site: rewrite with CSS logical properties
---------
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
2024-07-29 01:33:18 +08:00 |
|
栗嘉男
|
d5207c1e23
|
Merge branch 'master' into feature-merge-master
|
2024-07-26 10:18:06 +08:00 |
|
vagusX
|
38cf5e8a75
|
docs: unify component export file as index.tsx (#50013)
* docs: unify component export file as index.tsx
* docs: compatible with old anchors
* chore: clean
* test: update snapshot
* fix: window env
---------
Co-authored-by: Peach <scdzwyxst@gmail.com>
|
2024-07-23 22:22:24 +08:00 |
|
Mikola
|
55cfeef56f
|
docs: Update link to english Mozilla Docs in Table index.en-US.md (#50029)
Signed-off-by: Mikola <34740585+ptaberg@users.noreply.github.com>
|
2024-07-23 17:28:23 +08:00 |
|