mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Theming API: Add dt
props to all component
This commit is contained in:
parent
3589ef9e38
commit
7c299f55f9
6 changed files with 61 additions and 24 deletions
|
@ -49,6 +49,9 @@ export default {
|
|||
getDirectiveThemeCSS(params) {
|
||||
return Theme.getDirectiveCSS(this.name, params);
|
||||
},
|
||||
getPresetThemeCSS(preset, selector, params) {
|
||||
return Theme.getPresetCSS(this.name, preset, selector, params);
|
||||
},
|
||||
getLayerOrderThemeCSS() {
|
||||
return Theme.getLayerOrderCSS(this.name);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue