叶枫
14a1e6bd51
feat: tsconfig enable strict ( #47998 )
...
* feat: tsconfig enable strict
* feat: add no-explicit-any
* feat: strict
* feat: as THEME
* feat: 优化 keys 类型写法
* feat: demo remove any
* feat: as number
* feat: this any
* feat: add eslint
* feat: cascader
* feat: props any
* feat: remove any
* feat: remove any
* feat: any 提示错误
* feat: remove any
* feat: add eslint
* feat: 允许 T = any 存在
* feat: color funciton
* feat: 恢复 lint
* feat: merge master
* feat: as ReactElement
* feat: type
2024-04-01 15:49:45 +08:00
MadCcc
1cb644d476
fix: color picker controlled value ( #47816 )
...
* fix: fix control value not show in dom
* chore: update title
* add test case
* change test title
* fix: cleared color should change after controlled value changed
* chore: code clean
* test: change test
* comment
* fix: should respect empty string
* test: add test case
* chore: update demo
---------
Co-authored-by: tanghui <yoyo837@hotmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2024-03-25 20:10:47 +08:00
红
f3c37a3be4
refactor(color-picker): rename defaultCollapsed
=> defaultOpen
( #45655 )
2023-11-03 16:49:22 +08:00
红
99138cb93e
feat(color-picker): preset colors support collapsing at initialization ( #45607 )
...
* feat(color-picker): preset colors support collapsing at initialization
(cherry picked from commit d8975b407f1d5a574cdefafd8be17374a4d5e8af)
* docs: update
(cherry picked from commit 74f6d70ebd22c752f57f559d4222c383fafea63a)
* test: add unit test
(cherry picked from commit 2ef2af49228d3fe672c1b24277f142f54f9b193a)
* chore: update
Co-authored-by: RedJue <RedJue@users.noreply.github.com>
* refactor: rename
* Apply suggestions from code review
Signed-off-by: MadCcc <1075746765@qq.com>
---------
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: RedJue <RedJue@users.noreply.github.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-11-03 11:47:52 +08:00
红果汁
c377457104
feat: ColorPicker implement disabledAlpha
API ( #43355 )
...
* feat: implement disabledAlpha api
* refactor: add genAlphaColor and optimization code
* chore: clean code
* refactor: add warning and optimization code
* chore: clean code
* docs: modify version number
* fix: fix prettier
2023-07-12 19:42:33 +08:00
红果汁
3e5a392f73
docs: Form add ColorPicker demo ( #42880 )
...
* docs: form add color-picker demo
* test: update snapshot
* fix: color-picker support form
* perf: optimize code logic
* refactor: optimize code
* test: update snapshot
* test: update snap
* test: update snap
* chore: fix prettier
* chore: fix prettier
2023-07-12 10:15:04 +08:00
红果汁
e72a7836f4
feat: ColorPicker Implement onChangeComplete API ( #43370 )
...
* feat: implement onChangeComplete api
* docs: add change completed demo
* perf: optimization code
2023-07-10 13:37:43 +08:00
红果汁
6bb18b361d
feat: ColorPicker implement panelRender
API ( #43134 )
...
* feat: implement `panelRender` api and add demo
* test: add test case
* docs: update doc
* fix: styles add overlayInnerStyle
* fix: variable name
* docs: reorder api
* refactor: optimize code
* test: update snapshot
* test: update snapshots
* refactor: remove memo
* refactor: rename overlayInnerStyle to popupOverlayInner
* fix: props error
* docs: update demo
2023-06-29 11:46:11 +08:00
红果汁
2722850c0d
chore: sync @rc-component/color-picker@1.1.0 ( #42445 )
...
* fix: sync @rc-component/color-picker@1.1.0
* Update package.json
Co-authored-by: afc163 <afc163@gmail.com>
---------
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-05-18 13:34:06 +08:00
kiner-tang(文辉)
7183eab0a9
feat(ColorPicker): close panel when click clear button ( #42406 )
...
* feat: close panel when click clear button
* feat: optimize code
* feat: optimize code
* feat: optimize code
2023-05-17 09:58:41 +08:00
lijianan
d3093c9096
style: optimize ColorPicker code ( #42329 )
...
* style: optimize ColorPicker code
* style: optimize ColorPicker code
* test
2023-05-13 23:05:26 +08:00
红果汁
b95d5674fa
feat: new component ColorPicker ( #41990 )
...
* feat: color picker
* chore: improve component logic
* test: update snapshots
* test: update snapshots
* fix: remove unuse code
* fix: adjusting the UI
* fix: hairy edge in dark mode
* fix: demo case
* chore: rollback file
* fix: improve code logic
* perf: improve code
* test: add test case
* refactor: trigger use Popover instead
* test: add test case
* refactor: improve code logic
* test: update snapshots
* refactor: improve code
* docs: add overview img
* feat: style
* chore: update snapshot
* chore: code clean
* chore: code clean
* chore: fix lint
* chore: update snapshot
* feat: color block
* chore: pure render
* refactor: hex input number reduced to 6 digits
* fix: rename React to react
* refactor: trigger demo
* docs: remove disabled demo
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2023-05-12 14:43:48 +08:00