Move directives to components
parent
e4b44b57a4
commit
d3fbb4170f
|
@ -151,6 +151,7 @@ export default {
|
||||||
progressspinner,
|
progressspinner,
|
||||||
radiobutton,
|
radiobutton,
|
||||||
rating,
|
rating,
|
||||||
|
ripple,
|
||||||
scrollpanel,
|
scrollpanel,
|
||||||
select,
|
select,
|
||||||
selectbutton,
|
selectbutton,
|
||||||
|
@ -176,10 +177,7 @@ export default {
|
||||||
treetable,
|
treetable,
|
||||||
toast,
|
toast,
|
||||||
toolbar,
|
toolbar,
|
||||||
virtualscroller
|
|
||||||
},
|
|
||||||
directives: {
|
|
||||||
tooltip,
|
tooltip,
|
||||||
ripple
|
virtualscroller
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -151,6 +151,7 @@ export default {
|
||||||
progressspinner,
|
progressspinner,
|
||||||
radiobutton,
|
radiobutton,
|
||||||
rating,
|
rating,
|
||||||
|
ripple,
|
||||||
scrollpanel,
|
scrollpanel,
|
||||||
select,
|
select,
|
||||||
selectbutton,
|
selectbutton,
|
||||||
|
@ -176,10 +177,7 @@ export default {
|
||||||
treetable,
|
treetable,
|
||||||
toast,
|
toast,
|
||||||
toolbar,
|
toolbar,
|
||||||
virtualscroller
|
|
||||||
},
|
|
||||||
directives: {
|
|
||||||
tooltip,
|
tooltip,
|
||||||
ripple
|
virtualscroller
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -151,6 +151,7 @@ export default {
|
||||||
progressspinner,
|
progressspinner,
|
||||||
radiobutton,
|
radiobutton,
|
||||||
rating,
|
rating,
|
||||||
|
ripple,
|
||||||
scrollpanel,
|
scrollpanel,
|
||||||
select,
|
select,
|
||||||
selectbutton,
|
selectbutton,
|
||||||
|
@ -176,13 +177,7 @@ export default {
|
||||||
treetable,
|
treetable,
|
||||||
toast,
|
toast,
|
||||||
toolbar,
|
toolbar,
|
||||||
virtualscroller
|
|
||||||
},
|
|
||||||
directives: {
|
|
||||||
tooltip,
|
tooltip,
|
||||||
ripple
|
virtualscroller
|
||||||
},
|
}
|
||||||
css: ({ dt }) => `
|
|
||||||
|
|
||||||
`
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -151,6 +151,7 @@ export default {
|
||||||
progressspinner,
|
progressspinner,
|
||||||
radiobutton,
|
radiobutton,
|
||||||
rating,
|
rating,
|
||||||
|
ripple,
|
||||||
scrollpanel,
|
scrollpanel,
|
||||||
select,
|
select,
|
||||||
selectbutton,
|
selectbutton,
|
||||||
|
@ -176,10 +177,7 @@ export default {
|
||||||
treetable,
|
treetable,
|
||||||
toast,
|
toast,
|
||||||
toolbar,
|
toolbar,
|
||||||
virtualscroller
|
|
||||||
},
|
|
||||||
directives: {
|
|
||||||
tooltip,
|
tooltip,
|
||||||
ripple
|
virtualscroller
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
336
pnpm-lock.yaml
336
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue