Benjamin Canac
|
60fa2beed0
|
fix(Dropdown): pass event to click function
|
2023-11-14 19:26:15 +01:00 |
|
Benjamin Canac
|
7cb987de42
|
fix(Notification): improve config options
|
2023-11-14 17:19:59 +01:00 |
|
Benjamin Canac
|
91511b921d
|
fix(Alert): improve config options
Resolves #760
|
2023-11-14 17:13:21 +01:00 |
|
Benjamin Canac
|
f323379909
|
fix(Dropdown): use NuxtLink with custom prop to close on select
Fixes #899
|
2023-11-14 16:26:24 +01:00 |
|
Benjamin Canac
|
ded6a7f73d
|
fix(Notification): prevent gap when no close button or action
|
2023-11-14 15:55:57 +01:00 |
|
Benjamin Canac
|
9a1a1b8caf
|
fix(Alert): prevent gap when no close button or action
Fixes #831
|
2023-11-14 15:55:57 +01:00 |
|
Romain Hamel
|
a3046aa256
|
fix(FormGroup): hydration mismatch on inputId (#942)
|
2023-11-14 14:23:51 +01:00 |
|
Conner Blanton
|
3c71bf36b0
|
feat(Toggle): add size prop (#950)
|
2023-11-11 22:42:05 +01:00 |
|
max
|
c55871b844
|
fix(Progress): percentage calculation (#939)
|
2023-11-11 17:11:11 +01:00 |
|
max
|
68f6956d6e
|
fix(Input/Textarea): add v-model modifiers (#856)
|
2023-11-10 11:05:58 +01:00 |
|
Benjamin Canac
|
6f0bfb5d89
|
chore(Icon): use computed for dynamic prop
|
2023-11-09 16:20:22 +01:00 |
|
Benjamin Canac
|
c601fc6c55
|
feat(Icon): switch to nuxt-icon with dynamic prop or app config (#862)
|
2023-11-06 18:27:14 +01:00 |
|
Arash
|
8451f4d9bb
|
fix(Notifications): teleport to body (#909)
|
2023-11-03 15:08:52 +01:00 |
|
Romain Hamel
|
e81d5cf998
|
fix(FormGroup): remove inputId if the input is a fieldset (#914)
|
2023-11-03 14:31:15 +01:00 |
|
Conner Blanton
|
a2d70f04e9
|
fix(Radio): prevent help text from inlining with label (#894)
|
2023-10-31 14:29:48 +01:00 |
|
Benjamin Canac
|
c37ad8b79a
|
fix(Dropdown): use NuxtLink instead of ULink (#882)
|
2023-10-29 17:11:12 +01:00 |
|
Conner
|
5a2644b329
|
feat(RadioGroup): configurable label size (#881)
|
2023-10-27 23:11:58 +02:00 |
|
Benjamin Canac
|
327c7769da
|
chore(MeterGroup): unused import
|
2023-10-27 22:45:38 +02:00 |
|
Benjamin Canac
|
18e8d28272
|
chore(MeterGroup): consistency when multiple useUI
|
2023-10-27 22:08:29 +02:00 |
|
Italo
|
abbcc37fbb
|
feat(Meter): new component (#827)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-27 20:40:39 +02:00 |
|
Italo
|
2c5559b73e
|
feat(Progress): new component (#697)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-27 16:01:47 +02:00 |
|
Romain Hamel
|
23d5dc7b98
|
feat(RadioGroup): new component (#730)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-27 15:47:24 +02:00 |
|
Conner
|
f785ecd46f
|
feat(popper): arrow option & docs consistency across components (#875)
|
2023-10-27 15:03:06 +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 |
|
Benjamin Canac
|
8ba2a791e4
|
feat(CommandPalette): handle filter attribute in groups (#871)
|
2023-10-26 11:59:55 +02:00 |
|
max
|
c5ce997ba9
|
feat(Pagination): add first and last page buttons (#842)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Max Steinwand <msteinwand@kues.de>
|
2023-10-25 19:23:51 +02:00 |
|
mwohlan
|
51f4d54999
|
fix(Table): prevent @select event call when selecting all rows (#838)
|
2023-10-20 12:48:05 +02:00 |
|
mwohlan
|
b4f7b035f7
|
fix(Table): enable sorting for nested column keys (#835)
|
2023-10-19 11:23:32 +02:00 |
|
Muhammad Mahmoud
|
40f3b16100
|
fix(Notification): add roles for accessibility (#724)
|
2023-10-18 17:49:27 +02:00 |
|
Italo
|
9f4d88e0aa
|
feat(Table): add v-model:sort prop (#803)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-14 19:18:49 +02:00 |
|
kevin olson
|
8bfd3591a6
|
feat(Input/Textarea): allow specifying autofocus delay for page transitions (#816)
|
2023-10-14 16:12:39 +02:00 |
|
Benjamin Canac
|
550ac10e49
|
fix(Modal): remove padding on mobile with fullscreen enabled
Resolves #811
|
2023-10-12 16:31:22 +02:00 |
|
Benjamin Canac
|
ddbb431953
|
fix(Tabs): truncate buttons content
Resolves #796
|
2023-10-12 14:37:38 +02:00 |
|
Nils Olsson
|
92b86186e7
|
feat(Popover): manual mode & horizontal offset (#781)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Lnunu <62177121+Lnunu@users.noreply.github.com>
|
2023-10-12 12:14:40 +02:00 |
|
Sma11X
|
96296c3d38
|
fix(Accordion): toggle correct element when keyboard press (#805)
Co-authored-by: Haytham Salama <haythamasalama@gmail.com>
|
2023-10-12 11:46:02 +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 |
|
Benjamin Canac
|
3c5c3389f8
|
fix(Divider): display a single border when no content
|
2023-10-05 15:22:54 +02:00 |
|
Haytham A. Salama
|
eb9ce6a0dd
|
feat(Divider): new component (#757)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-10-05 15:22:54 +02:00 |
|
Benjamin Canac
|
d46eafb248
|
chore(Badge): add type
|
2023-09-29 16:17:06 +02:00 |
|
Levy
|
2fc938575d
|
feat(FormGroup): add slots (#714)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: saveliy <savelii.moshkota@ext.jumingo.com>
|
2023-09-28 18:30:41 +02:00 |
|
Haytham A. Salama
|
a071e4b875
|
fix(Pagination): handle max > 5 and max equal total pages (#728)
|
2023-09-28 17:01:44 +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 |
|
Haytham A. Salama
|
874447cb41
|
feat(Table): add ability to custom style for td and tr (#741)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-28 12:11:26 +02:00 |
|
Benjamin Canac
|
cbb2f28c3f
|
fix(Tabs): prevent focus of TabPanel with tabindex="-1"
|
2023-09-27 13:47:48 +02:00 |
|
Benjamin Canac
|
8257a11dcb
|
feat(Link): add active prop to override default behaviour (#732)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
|
2023-09-25 20:57:41 +02:00 |
|
Haytham A. Salama
|
6887f732ee
|
fix(Accordion): close other items in circular order (#735)
|
2023-09-24 11:36:35 +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 |
|