UNPKG

@empathyco/x-components

Version:
36 lines (29 loc) 1.42 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseColumnPickerList](./x-components.basecolumnpickerlist.md) ## BaseColumnPickerList variable Column picker list component renders a list of buttons to choose the columns number. Additionally, this component exposes the following props to modify the classes of the elements: `buttonClass`<!-- -->. **Signature:** ```typescript _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ columns: { type: PropType<number[]>; required: true; }; modelValue: NumberConstructor; buttonClass: StringConstructor; }>, { columnsWithCssClasses: import("vue").ComputedRef<ColumnPickerItem[]>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ columns: { type: PropType<number[]>; required: true; }; modelValue: NumberConstructor; buttonClass: StringConstructor; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, {}, {}, { BaseEventButton: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any> ```