VSN-1663/Add FuelType CRUD operations with pagination, sorting, filtering, active state toggle, and form component for detail/add/edit
This MR implements the complete CRUD functionality for the FuelType entity and introduces a new Form Component, including the following features:
- Pagination, Sorting, and Filtering: Enables efficient handling of FuelType records with the ability to paginate, sort, and filter the list based on various criteria.
- Active State Toggle: Adds functionality to toggle the "active" status of FuelType entries, allowing for easy activation or deactivation.
- Form Component: A form component has been created for adding new FuelTypes and editing existing ones, supporting validation and display of detailed information.
These improvements enhance both the usability and performance of managing FuelType data.
Closes VSN-1663