Skip to content

refact(adminui-vue): registering `UTableEntity` custom filters templates

Mazur Volodymyr requested to merge refact/filter-template-mixin into master

Add exporting the filterTemplateMixin from the entry file for use inside custom UTableEntity filters template components. The importing of @unitybase/adminui-vue/components/UTableEntity/filter-templates/mixinForFilter.js SHOULD be avoided. Also, the filterTemplateMixin contains the FilterTemplate component so the importing of @unitybase/adminui-vue/components/UTableEntity/components/FilterTemplate.vue SHOULD be avoided too.

This ensures that everything you need is imported from the entry file without having to know about the internal file structure and importing files with separate requests

Merge request reports

Loading