-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add multiple select Add `MultipleSelect` component to `ThemeSpec` and split `Select` into `SingleSelectView` and `MultiSelectView` components. * **packages/filter/src/views/components.tsx** - Export `SingleSelectView` and `MultiSelectView` components. - Remove `SelectView` component. - Ensure correct types for `SingleSelectView` and `MultiSelectView`. * **packages/filter/src/theme/preset.ts** - Use `SingleSelectView` for `Select` component in `ThemeSpec`. - Use `MultiSelectView` for `MultipleSelect` component in `ThemeSpec`. * **packages/filter/src/theme/types.ts** - Define `SingleSelectProps` and `MultiSelectProps` types. - Update `ThemeSpec` to include `MultipleSelect` component. * **packages/filter/src/views/data-input-views.tsx** - Use `MultipleSelectView` for `literal array` data input view. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/lawvs/fn-sphere?shareId=XXXX-XXXX-XXXX-XXXX). * chore: add changeset
- Loading branch information
Showing
5 changed files
with
51 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@fn-sphere/filter": patch | ||
--- | ||
|
||
Add multiple select |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters