UNPKG

@empathyco/x-components

Version:
30 lines (24 loc) 1.29 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [ClearFilters](./x-components.clearfilters.md) ## ClearFilters variable Renders a simple button, emitting the needed events when clicked. **Signature:** ```typescript _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ facetsIds: PropType<Array<Facet["id"]>>; alwaysVisible: BooleanConstructor; }>, { selectedFilters: import("vue").ComputedRef<import("@empathyco/x-types").Filter[]>; hasSelectedFilters: import("vue").ComputedRef<boolean>; isVisible: import("vue").ComputedRef<boolean>; events: import("vue").ComputedRef<Partial<XEventsTypes>>; cssClasses: import("vue").ComputedRef<VueCSSClasses>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ facetsIds: PropType<Array<Facet["id"]>>; alwaysVisible: BooleanConstructor; }>> & Readonly<{}>, { alwaysVisible: boolean; }, {}, { BaseEventButton: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any> ```