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

@ -8,6 +8,7 @@ const BadgeDirective = BaseBadgeDirective.extend('badge', {
const badge = DomHandler.createElement('span', {
id,
class: !this.isUnstyled() && this.cx('root'),
[this.$attrSelector]: '',
'p-bind': this.ptm('root', {
context: {
...binding.modifiers,