Auction Filters Section
- Name:
auctionFiltersTemplate - Url:
#/auctions - Description: Filters section on auction listing page
Preview

Default Template
<filter-auction-status />
<filter-department-list />
<filter-auction-date />
Available Components
All filter components in this template support :collapsed="true|false" to control whether they render collapsed by default.
<!-- Example: Make department list collapsed by default -->
<filter-department-list :collapsed="true"/>
<FilterAuctionStatus />
Displays a radio group to filter auctions by status (e.g. upcoming, live, completed). The available statuses are provided by the Artisio API.
<FilterDepartmentList />
Displays a list of departments to filter auctions by. Only shows departments that have associated auctions.
<FilterAuctionDate />
Displays a date range picker (from/to) to filter auctions by their sale dates.
Properties
mainConfig
See documentation here
is_authorized
See documentation here