Benjamin Canac
|
b471547eb7
|
chore(components): improve imports
|
2024-03-29 16:59:24 +01:00 |
|
Benjamin Canac
|
10b56bb16c
|
chore(useShortcuts): prevent double export
|
2024-03-29 16:25:02 +01:00 |
|
Benjamin Canac
|
44033508a7
|
feat(DropdownMenu): new component (#37)
|
2024-03-29 13:42:02 +01:00 |
|
Benjamin Canac
|
85c693e3ba
|
remove old files
|
2024-03-27 12:39:55 +01:00 |
|
Benjamin Canac
|
f3fec877c5
|
Merge branch 'main' of https://github.com/benjamincanac/nuxt-ui3 into dev
|
2024-03-27 12:34:43 +01:00 |
|
Romain Hamel
|
bfd5988358
|
feat(Checkbox): new component (#67)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-27 12:00:15 +01:00 |
|
Daniel Roe
|
cc62e345eb
|
fix: opt in to import.meta.* properties (#1561)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-25 17:57:58 +01:00 |
|
Romain Hamel
|
167127861f
|
feat(Form): nested form validation (#23)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-21 18:39:59 +01:00 |
|
Eugen Istoc
|
e7697595c8
|
feat(Slideover): open programmatically (#1465)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-21 17:48:35 +01:00 |
|
Benjamin Canac
|
a78b0965e8
|
fix(FormField): generics
|
2024-03-20 14:13:32 +01:00 |
|
Benjamin Canac
|
e4882e6804
|
feat(useComponentIcons): extract repetitive logic
|
2024-03-20 12:43:07 +01:00 |
|
Benjamin Canac
|
bef0e38344
|
chore(useFormField): use function
|
2024-03-20 12:34:58 +01:00 |
|
Romain Hamel
|
de62676647
|
feat(Form): new component (#4)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-03-19 16:09:12 +01:00 |
|
Conner Blanton
|
7658211537
|
fix(ButtonGroup): nested group elements (#1530)
|
2024-03-17 18:47:10 +01:00 |
|
Benjamin Canac
|
d12b00c005
|
chore(useFormGroup): indentation
|
2024-02-19 12:23:25 +01:00 |
|
Benjamin Canac
|
3a142896c3
|
chore(useButtonGroup): indentation
|
2024-02-19 12:22:50 +01:00 |
|
Neil Richter
|
6f29c620ab
|
feat(Modal): open programmatically (#1319)
|
2024-02-07 16:53:17 +01:00 |
|
Romain Hamel
|
27c71fa40e
|
feat(Form): use nuxt useId to bind input labels (#1211)
|
2024-01-31 18:22:02 +01:00 |
|
Michał Hanusek
|
f37b043138
|
feat(Carousel): new component (#927)
Co-authored-by: Michał Hanusek <m.hanusek@myfreak.pl>
Co-authored-by: Inesh Bose <dev@inesh.xyz>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2024-01-22 17:47:14 +01:00 |
|
Benjamin Canac
|
56e1fed373
|
fix(useShortcuts): invalid code after #1159
|
2023-12-25 17:39:01 +01:00 |
|
Lukas
|
648eec31b9
|
fix(useShortcuts): include contenteditable="plaintext-only" elements in usingInput (#1159)
|
2023-12-25 17:34:24 +01:00 |
|
Romain Hamel
|
7196d81b4c
|
fix(RadioGroup): props reactivity issues (#1065)
|
2023-12-06 17:15:05 +01:00 |
|
Benjamin Canac
|
a2e9b7da07
|
chore(useUI): missing undefined in type
|
2023-11-30 16:54:54 +01:00 |
|
Benjamin Canac
|
4a9b66aeb3
|
fix(types): improve with strict mode (#1041)
|
2023-11-30 12:02:37 +01:00 |
|
Benjamin Canac
|
2dcc11ff89
|
chore(useUI): improve type
|
2023-11-28 16:38:00 +01:00 |
|
Benjamin Canac
|
6c432028ae
|
chore(useUI): improve type
|
2023-11-28 16:29:35 +01:00 |
|
Conner Blanton
|
d39e2de935
|
feat(FormGroup): add eager validation (#992)
|
2023-11-21 23:24:15 +01:00 |
|
Daniel Roe
|
ca62ce13d3
|
fix(module): boolean types and bump nuxt to 3.8.2 (#1006)
|
2023-11-21 18:32:51 +01:00 |
|
Conner Blanton
|
f4be95dcf5
|
fix(ButtonGroup): handle components with children (#999)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-11-20 19:38:05 +01:00 |
|
Sylvain Marroufin
|
de38afd97b
|
fix(defineShortcuts): support minus - key (#962)
|
2023-11-14 14:24:46 +01:00 |
|
Romain Hamel
|
a3046aa256
|
fix(FormGroup): hydration mismatch on inputId (#942)
|
2023-11-14 14:23:51 +01:00 |
|
Romain Hamel
|
e81d5cf998
|
fix(FormGroup): remove inputId if the input is a fieldset (#914)
|
2023-11-03 14:31:15 +01:00 |
|
Levy
|
f5f33882f9
|
fix(FormGroup): ensure size exists in config (#695)
Co-authored-by: Sma11X <540351143@qq.com>
Co-authored-by: saveliy <savelii.moshkota@ext.jumingo.com>
|
2023-10-28 17:59:51 +02:00 |
|
Conner
|
4ce23746da
|
feat(Tooltip): adding option to show popper arrow (#868)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-26 15:41:42 +02:00 |
|
Daniel Roe
|
a8279d1c97
|
fix: use explicit type imports (#830)
|
2023-10-18 11:38:29 +02:00 |
|
Benjamin Canac
|
0bd12fdf92
|
chore(useUI): add option to force appConfig merge
|
2023-10-12 15:27:22 +02:00 |
|
Albert
|
e16379fdbd
|
feat(Form): handle @error event (#718)
Co-authored-by: Albert <albert@Alberts-MacBook-Pro.local>
Co-authored-by: Romain Hamel <romain@boilr.io>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-10 17:47:22 +02:00 |
|
Aditio Pangestu
|
109ec52d50
|
fix(module): retain props reactivity through useUI (#745)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-28 14:06:57 +02:00 |
|
Romain Hamel
|
46879dc1b7
|
chore(FormGroup): simplify bindings between input and form group p… (#704)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-21 23:22:55 +02:00 |
|
Benjamin Canac
|
f24ff9c47f
|
chore: revert ui. prefix when using useUI composable
|
2023-09-21 14:30:34 +02:00 |
|
Benjamin Canac
|
86dc49ecc9
|
chore: use get in useUI
|
2023-09-21 12:50:18 +02:00 |
|
Benjamin Canac
|
34d2f57801
|
feat(module)!: use tailwind-merge for app.config & move config to components & type props (#692)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2023-09-20 18:07:51 +02:00 |
|
Aditio Pangestu
|
681f0e5684
|
fix(FormGroup): use explicit label instead of implicit label (#638)
|
2023-09-20 11:06:23 +02:00 |
|
Younes Barrad
|
d6476d17f9
|
feat: remove lodash-es (#648)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-14 18:47:09 +02:00 |
|
Benjamin Canac
|
53b2655ae5
|
docs: improve props types (#588)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
39042b3de1
|
fix(FormGroup): add missing ref import from vue
|
2023-09-07 15:13:47 +02:00 |
|
Romain Hamel
|
6d7973f6e1
|
feat(Form): improve form control and input validation trigger (#487)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Romain Hamel
|
a3aba1abad
|
feat(Form): new component (#439)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-31 15:22:14 +02:00 |
|
Benjamin Canac
|
9cd73aa49d
|
fix(defineShortcuts): missing useDebounceFn import
|
2023-06-21 19:09:01 +02:00 |
|
Benjamin Canac
|
a880379480
|
fix(defineShortcuts): missing ref import
|
2023-06-21 19:09:01 +02:00 |
|