Refactor #3965 - hostName fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-04 09:29:36 +03:00
parent 29856c6a3a
commit 3d49b11814
27 changed files with 27 additions and 1 deletions

View file

@ -32,6 +32,7 @@ import { DomHandler, ObjectUtils } from 'primevue/utils';
export default {
name: 'BodyCell',
hostName: 'TreeTable',
extends: BaseComponent,
emits: ['node-toggle', 'checkbox-toggle'],
props: {

View file

@ -11,6 +11,7 @@ import { DomHandler, ObjectUtils } from 'primevue/utils';
export default {
name: 'FooterCell',
hostName: 'TreeTable',
extends: BaseComponent,
props: {
column: {

View file

@ -32,6 +32,7 @@ import { DomHandler, ObjectUtils } from 'primevue/utils';
export default {
name: 'HeaderCell',
hostName: 'TreeTable',
extends: BaseComponent,
emits: ['column-click', 'column-resizestart'],
props: {

View file

@ -67,6 +67,7 @@ import BodyCell from './BodyCell.vue';
export default {
name: 'TreeTableRow',
hostName: 'TreeTable',
extends: BaseComponent,
emits: ['node-click', 'node-toggle', 'checkbox-change', 'nodeClick', 'nodeToggle', 'checkboxChange'],
props: {