Refactor #5292 - Component updates
parent
6cfa1af9e4
commit
0556fdcf3f
|
@ -1,7 +1,7 @@
|
||||||
import BaseStyle from 'primevue/base/style';
|
import BaseStyle from 'primevue/base/style';
|
||||||
|
|
||||||
const classes = {
|
const classes = {
|
||||||
root: 'p-dataview-layout-options p-selectbutton p-buttonset',
|
root: 'p-dataview-layout-options p-selectbutton p-button-group',
|
||||||
listButton: ({ props }) => [
|
listButton: ({ props }) => [
|
||||||
'p-button p-button-icon-only',
|
'p-button p-button-icon-only',
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@ import BaseStyle from 'primevue/base/style';
|
||||||
|
|
||||||
const classes = {
|
const classes = {
|
||||||
root: ({ props }) => [
|
root: ({ props }) => [
|
||||||
'p-selectbutton p-buttonset p-component',
|
'p-selectbutton p-button-group p-component',
|
||||||
{
|
{
|
||||||
'p-disabled': props.disabled,
|
'p-disabled': props.disabled,
|
||||||
'p-invalid': props.invalid
|
'p-invalid': props.invalid
|
||||||
|
|
Loading…
Reference in New Issue