UNPKG

@empathyco/x-components

Version:
42 lines (36 loc) 1.37 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FiltersSearch](./x-components.filterssearch.md) ## FiltersSearch variable Renders the filters sifted with the input query. **Signature:** ```typescript _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ filters: PropType<Filter[]>; parentId: { type: PropType<Filter["id"]>; required: false; }; debounceInMs: { type: NumberConstructor; default: number; }; }>, { clearQuery: () => void; setQuery: (query: string) => void; cssClasses: import("vue").ComputedRef<VueCSSClasses>; siftedFilters: import("vue").ComputedRef<Filter[]>; query: import("vue").Ref<string, string>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ filters: PropType<Filter[]>; parentId: { type: PropType<Filter["id"]>; required: false; }; debounceInMs: { type: NumberConstructor; default: number; }; }>> & Readonly<{}>, { debounceInMs: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> ```