mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor on pt
names
This commit is contained in:
parent
3a6cfbae64
commit
0a08c56d3b
3 changed files with 0 additions and 4 deletions
|
@ -65,7 +65,6 @@ const classes = {
|
|||
nodeTogglerIcon: 'p-node-toggler-icon',
|
||||
lines: 'p-organizationchart-lines',
|
||||
lineDown: 'p-organizationchart-line-down',
|
||||
lines: 'p-organizationchart-lines',
|
||||
lineLeft: ({ index }) => ['p-organizationchart-line-left', { 'p-organizationchart-line-top': !(index === 0) }],
|
||||
lineRight: ({ props, index }) => ['p-organizationchart-line-right', { 'p-organizationchart-line-top': !(index === props.node.children.length - 1) }],
|
||||
nodes: 'p-organizationchart-nodes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue