mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5071
This commit is contained in:
parent
c06c73e285
commit
bd5b3f7c6a
22 changed files with 258 additions and 463 deletions
|
@ -114,15 +114,11 @@ const classes = {
|
|||
toggler: 'p-tree-toggler p-link',
|
||||
togglerIcon: 'p-tree-toggler-icon',
|
||||
nodeTogglerIcon: 'p-tree-node-toggler-icon',
|
||||
checkboxContainer: 'p-checkbox p-component',
|
||||
checkbox: ({ instance }) => [
|
||||
'p-checkbox-box',
|
||||
nodeCheckbox: ({ instance }) => [
|
||||
{
|
||||
'p-highlight': instance.checked,
|
||||
'p-indeterminate': instance.partialChecked
|
||||
}
|
||||
],
|
||||
checkboxIcon: 'p-checkbox-icon',
|
||||
nodeIcon: 'p-treenode-icon',
|
||||
label: 'p-treenode-label',
|
||||
subgroup: 'p-treenode-children'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue