mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Merge branch 'v4' of https://github.com/primefaces/primevue into v4
This commit is contained in:
commit
e8a5af2bdd
31 changed files with 82 additions and 99 deletions
|
@ -114,12 +114,11 @@ const theme = ({ dt }) => `
|
|||
const classes = {
|
||||
root: 'p-colorpicker p-component',
|
||||
preview: ({ props }) => ['p-colorpicker-preview', { 'p-disabled': props.disabled }],
|
||||
panel: ({ instance, props }) => [
|
||||
panel: ({ props }) => [
|
||||
'p-colorpicker-panel',
|
||||
{
|
||||
'p-colorpicker-panel-inline': props.inline,
|
||||
'p-disabled': props.disabled,
|
||||
'p-ripple-disabled': instance.$primevue.config.ripple === false
|
||||
'p-disabled': props.disabled
|
||||
}
|
||||
],
|
||||
colorSelector: 'p-colorpicker-color-selector',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue