Fixed #5476 - For TriStateCheckbox

This commit is contained in:
tugcekucukoglu 2024-03-27 14:12:51 +03:00
parent 9b20f4baca
commit 5ebefdf258
30 changed files with 9 additions and 1259 deletions

View file

@ -109,7 +109,6 @@ const STYLE_ALIAS = {
'primevue/tree/style': path.resolve(__dirname, './components/lib/tree/style/TreeStyle.js'),
'primevue/treeselect/style': path.resolve(__dirname, './components/lib/treeselect/style/TreeSelectStyle.js'),
'primevue/treetable/style': path.resolve(__dirname, './components/lib/treetable/style/TreeTableStyle.js'),
'primevue/tristatecheckbox/style': path.resolve(__dirname, './components/lib/tristatecheckbox/style/TriStateCheckboxStyle.js'),
'primevue/virtualscroller/style': path.resolve(__dirname, './components/lib/virtualscroller/style/VirtualScrollerStyle.js')
};