reslear
|
195773ec7d
|
fix(RadioGroup): improve items value field type (#3995)
|
2025-04-29 18:02:38 +02:00 |
|
Benjamin Canac
|
bc06185282
|
fix(CheckboxGroup): proxy slots & ui prop
|
2025-04-24 12:38:44 +02:00 |
|
Guillaume REMBERT
|
6e27304d8c
|
fix(Table): improve data reactivity (#3967)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-24 12:10:37 +02:00 |
|
kyyy
|
f486423381
|
feat(Modal/Popover/Slideover): add close:prevent event (#3958)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-23 17:38:44 +02:00 |
|
Benjamin Canac
|
75e4792f7f
|
fix(Accordion): use div instead of h3 for header tag
Resolves #3963
|
2025-04-23 16:12:13 +02:00 |
|
Guillaume Chau
|
1a46394668
|
feat(components): add new content-top and content-bottom slots (#3886)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-23 11:02:50 +02:00 |
|
Benjamin Canac
|
9ca213bd33
|
fix(InputMenu/SelectMenu): remove valueKey string case
Resolves #3949
Regression of #3331
|
2025-04-23 10:22:28 +02:00 |
|
kyyy
|
3484832822
|
fix(Skeleton): improve accessibility (#3613)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-22 22:06:05 +02:00 |
|
andr35
|
80dfa88ea4
|
feat(Table): conditionally apply classes to tr and td (#3866)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-22 21:14:57 +02:00 |
|
TribeWeb
|
9c3d53a02d
|
feat(CheckboxGroup): new component (#3862)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
|
2025-04-22 18:03:27 +02:00 |
|
Polly
|
22edfd708a
|
feat(Carousel): add select event (#3678)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-22 16:44:47 +02:00 |
|
Kheuval
|
e25aa78050
|
docs(table): add infinite scroll example (#3656)
Co-authored-by: Hadrien Hartstein <hadrien@emagma.fr>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-22 16:14:59 +02:00 |
|
Igor G
|
122e8ac8f4
|
fix(Table): pass header colspan to th (#3926)
|
2025-04-22 16:07:23 +02:00 |
|
Benjamin Canac
|
50863635d6
|
fix(Alert/Toast): display actions when using slots
Fixes #3950
|
2025-04-21 18:25:52 +02:00 |
|
Nathanaël Louison
|
29fa46276d
|
feat(App): add global portal prop (#3688)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-21 17:42:55 +02:00 |
|
Romain Hamel
|
f42949820b
|
fix(Form): input and output type inference (#3938)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-21 11:04:23 +02:00 |
|
Romain Hamel
|
1a0d7a3103
|
feat(Form): add attach prop to opt-out of nested form attachement (#3939)
|
2025-04-20 17:29:36 +02:00 |
|
Sandro Circi
|
8dd9d08209
|
fix(types): improve dynamic slots (#3857)
|
2025-04-14 16:09:20 +02:00 |
|
Iván Máximiliano, Lo Giudice
|
8e78eb15c8
|
fix(Form): loses focus on submit (#3796)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
|
2025-04-14 11:02:27 +02:00 |
|
Maxime Pauvert
|
fdee2522bb
|
feat(Form): export loading state (#3861)
|
2025-04-12 17:54:20 +02:00 |
|
Benjamin Canac
|
39c861a64b
|
fix(components): refactor types after @nuxt/module-builder upgrade (#3855)
|
2025-04-12 17:53:03 +02:00 |
|
Guillaume Chau
|
3447a062b6
|
feat(Tabs): add list-leading and list-trailing slots (#3837)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-04-10 21:50:20 +02:00 |
|
Eugen Istoc
|
f3098df84a
|
feat(OverlayProvider)!: return an overlay instance from .open() (#3829)
|
2025-04-09 17:26:12 +02:00 |
|
Sandro Circi
|
3deed4c271
|
fix(Tree): simplify reusable template types (#3836)
|
2025-04-09 14:05:59 +02:00 |
|
Benjamin Canac
|
d25265c8b7
|
fix(CommandPalette): consistent alignement with other components
|
2025-04-08 17:29:02 +02:00 |
|
Benjamin Canac
|
864083156a
|
feat(Select): handle onSelect field in items
|
2025-04-08 14:51:53 +02:00 |
|
Benjamin Canac
|
8435a0fe16
|
fix(InputMenu/SelectMenu): prevent disabled items to be selected
Resolves #3474
|
2025-04-08 14:43:58 +02:00 |
|
Benjamin Canac
|
cea881abdc
|
feat(InputMenu/SelectMenu): handle resetSearchTermOnSelect
Resolves #3782
|
2025-04-08 12:20:28 +02:00 |
|
Benjamin Canac
|
af1bf1bbde
|
chore(NavigationMenu): remove slots types in createReusableTemplate
|
2025-04-04 17:14:51 +02:00 |
|
Benjamin Canac
|
1d459803dc
|
fix(Stepper): ui prop override on icon and content slots
Resolves #3785
|
2025-04-03 14:51:07 +02:00 |
|
Sandro Circi
|
52a97e2df7
|
fix(InputMenu/SelectMenu): support arbitrary value (#3779)
|
2025-04-02 22:28:09 +02:00 |
|
Benjamin Canac
|
ffafd81e1e
|
feat(Textarea): add resize-none class with autoresize prop
|
2025-04-01 12:44:50 +02:00 |
|
Benjamin Canac
|
06414d344b
|
feat(Textarea): add autoresize-delay prop
Resolves #3730
|
2025-04-01 12:38:21 +02:00 |
|
Benjamin Canac
|
cb193f1d25
|
feat(Textarea): add icon, loading, etc. props to match Input
|
2025-04-01 12:38:21 +02:00 |
|
Benjamin Canac
|
4d8179ba08
|
chore(Input/InputNumber/PinInput/Textarea): clean functions order
|
2025-04-01 12:05:57 +02:00 |
|
Malik
|
1ae5cc09cb
|
fix(ContextMenu/DropdownMenu): handle RTL mode (#3744)
|
2025-03-31 23:07:40 +02:00 |
|
Benjamin Canac
|
9d2fed1250
|
fix(InputMenu): emit change on multiple item removal
Fixes #3756
|
2025-03-31 21:14:43 +02:00 |
|
Romain Hamel
|
4d138ad671
|
feat(RadioGroup): add card and table variants (#3178)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2025-03-31 16:34:31 +02:00 |
|
Robin Simonklein
|
f5e62849c9
|
feat(InputNumber): add support for stepSnapping & disableWheelChange props (#3731)
|
2025-03-31 13:59:47 +02:00 |
|
Daniele Nicosia
|
f25fed58e9
|
fix(InputMenu/SelectMenu): correctly call onSelect events (#3735)
|
2025-03-31 13:58:42 +02:00 |
|
Norbiros
|
97274f15b8
|
fix(ContextMenuContent/DropdownMenuContent): remove unwanted any (#3741)
|
2025-03-30 19:41:38 +02:00 |
|
Benjamin Canac
|
0456670dac
|
feat(PinInput): add autofocus / autofocus-delay props
Resolves #3717
|
2025-03-28 19:05:10 +01:00 |
|
仿生狮子
|
88f349d0d7
|
fix(Avatar): proxy $attrs to default slot (#3712)
|
2025-03-28 10:27:25 +01:00 |
|
Benjamin Canac
|
bc61d29cce
|
fix(CommandPalette): use group.id as key
|
2025-03-27 21:32:38 +01:00 |
|
Benjamin Canac
|
3074632523
|
fix(InputMenu): reset searchTerm on update:open
Resolves #3620
|
2025-03-27 16:27:48 +01:00 |
|
Benjamin Canac
|
94b6e520f5
|
fix(InputMenu/SelectMenu): empty search results
|
2025-03-27 12:18:46 +01:00 |
|
Benjamin Canac
|
06dfb963be
|
chore(CommandPalette): improve placeholder tsdoc
|
2025-03-26 17:31:19 +01:00 |
|
Benjamin Canac
|
4ebb94cd7e
|
fix(Table): wrong condition on caption slot
|
2025-03-26 17:31:19 +01:00 |
|
Benjamin Canac
|
afff54fecd
|
feat(Table): add empty prop
|
2025-03-26 17:31:18 +01:00 |
|
Romain Hamel
|
3dd88bacec
|
fix(Form): clear dirty state after submit (#3692)
|
2025-03-26 13:48:28 +01:00 |
|