mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
parent
46ddebc0c0
commit
4221682530
7 changed files with 122 additions and 70 deletions
|
@ -62,10 +62,30 @@ export default {
|
|||
type: Object,
|
||||
default: null
|
||||
},
|
||||
labelId: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
labelClass: {
|
||||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
labelStyle: {
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
panelClass: {
|
||||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
overlayStyle: {
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
overlayClass: {
|
||||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
panelStyle: {
|
||||
type: Object,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue