iachat/app/javascript/dashboard/components-next/dropdown-menu/base
Shivam Mishra c23cd094f9
feat(v4): Add filter input components (#10493)
This PR adds three components along with stories

1. MultiSelect - This is used for filter values, allowing multiple values and folding of values where there are too many items
2. SingleSelect - This is used for filter values, allows selecting and toggling a single item
3. FilterSelect - This is used for operators and others, it allows icons and labels as well as toggling them using props. The v-model for this binds just the final value unlike the previous two components with bind the entire object.

---------

Co-authored-by: Pranav <pranavrajs@gmail.com>
2024-11-25 11:52:28 -08:00
..
DropdownBody.vue fix: Update the dropdown bg to match the design system (#10438) 2024-11-19 14:29:45 -08:00
DropdownContainer.vue feat(v4): Add filter input components (#10493) 2024-11-25 11:52:28 -08:00
DropdownItem.vue fix: Update the dropdown bg to match the design system (#10438) 2024-11-19 14:29:45 -08:00
DropdownSection.vue feat: Add dropdown component (#10358) 2024-11-18 17:29:27 -08:00
DropdownSeparator.vue feat: Add dropdown component (#10358) 2024-11-18 17:29:27 -08:00
index.js feat: Add dropdown component (#10358) 2024-11-18 17:29:27 -08:00
provider.js feat: Add dropdown component (#10358) 2024-11-18 17:29:27 -08:00