Theming API: Add dt props to all directives

This commit is contained in:
mertsincan 2024-04-01 16:03:24 +01:00
parent e896552ccb
commit 4c36268045
5 changed files with 26 additions and 6 deletions

View file

@ -279,6 +279,7 @@ const Tooltip = BaseTooltip.extend('tooltip', {
pointerEvents: !this.isUnstyled() && el.$_ptooltipAutoHide && 'none'
},
class: [!this.isUnstyled() && this.cx('root'), el.$_ptooltipClass],
[this.$attrSelector]: '',
'p-bind': this.ptm('root', {
context: modifiers
})