Benjamin Canac
|
ccb0f6207c
|
chore(Table): typecheck
|
2023-09-07 15:13:47 +02:00 |
|
Vladyslav
|
858886a852
|
feat(Table): support nested keys in columns (#503)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
451e72a583
|
chore(app.config): revert -primary shortcuts after #493
Class priority issues in some cases when ring already defined on dark mode for example (input).
|
2023-09-07 15:13:47 +02:00 |
|
171H
|
a8a1c150a0
|
fix(Button): add missing prop types (#508)
|
2023-09-07 15:13:47 +02:00 |
|
171H
|
b243e8c946
|
fix(Alert): fix wrong type of actions (#507)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
55daed0e5a
|
feat(Avatar): handle icon default from app.config.ts
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
1c00a366c2
|
chore(Link): use $route instead of useRoute()
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
9866f051b2
|
chore(Avatar): add flex-shrink-0 to wrapper
|
2023-09-07 15:13:47 +02:00 |
|
Paul Grau
|
3d6839da97
|
fix(Form): fix wrong type of validate (#496)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Paul Grau
|
8b19b1880e
|
fix(Form): use safeParseAsync for zod (#497)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
df3b2028ed
|
feat(Avatar): add icon prop as fallback
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
eb609b13e4
|
fix(AvatarGroup): use ui.wrapper as inheritAttrs is not false
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
aaf09ad555
|
feat(Tabs): control selected index (#490)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
c6056ed133
|
feat(module): add DEFAULT shade to primary color (#493)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
7008df0988
|
fix(FormGroup): size were invalid since default has been removed
Bug introduced in c59595f2c6
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
dc951ff69d
|
fix(Popover): handle hover mode with padding like dropdown
|
2023-09-07 15:13:47 +02:00 |
|
Romain Hamel
|
248b0a68c6
|
fix(Form): return state on validate (#472)
|
2023-08-01 12:56:55 +02:00 |
|
Benjamin Canac
|
396aae7563
|
fix(Link): handle disabled prop
Fixes #473
|
2023-08-01 12:32:11 +02:00 |
|
Romain Hamel
|
dc1979cae1
|
fix(FormGroup): missing imports (#470)
|
2023-07-31 16:11:24 +02:00 |
|
Benjamin Canac
|
c59595f2c6
|
fix(FormGroup): set size default to null
This prevents passing a `size` prop when not specified, especially when having a Checkbox, Radio, etc. underneath that don't support this prop.
|
2023-07-31 15:42:54 +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
|
05ea5d2d78
|
chore(Link): add missing useRoute import
|
2023-07-30 21:11:46 +02:00 |
|
Benjamin Canac
|
927b63fa2e
|
fix(module): omit colors defined as strings
|
2023-07-30 20:04:04 +02:00 |
|
Benjamin Canac
|
cefe5a76e0
|
feat(Link)!: rename from LinkCustom and add exact-query / exact-hash props
|
2023-07-30 19:46:27 +02:00 |
|
KeJun
|
8e1aa2f1b6
|
docs(VerticalNavigation): add slots examples (#456)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-30 16:12:41 +02:00 |
|
Haytham A. Salama
|
5221294f78
|
chore: add eslint rules for spacing (#464)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-30 15:56:01 +02:00 |
|
Benjamin Canac
|
e25be118b7
|
fix(module): smart safelisting for components in snake case
Fixes #461
|
2023-07-30 14:56:48 +02:00 |
|
Benjamin Canac
|
93aebe6fc6
|
fix(FormGroup): err when no prop defined
|
2023-07-30 14:53:48 +02:00 |
|
Haytham A. Salama
|
2b3dc8d065
|
fix(Table): hide data when loading state is active (#460)
|
2023-07-29 23:31:29 +02:00 |
|
Benjamin Canac
|
3b183ac9cd
|
feat(Range): increase narrowed surface (#459)
|
2023-07-29 20:15:46 +02:00 |
|
Benjamin Canac
|
09d0ea27ab
|
feat(ui): apply primary bg on ::selection
|
2023-07-28 12:40:06 +02:00 |
|
Benjamin Canac
|
66ab95a2be
|
chore(Tabs): add missing vue imports
|
2023-07-28 10:03:03 +02:00 |
|
Benjamin Canac
|
2cd620899f
|
fix(module): safelist all colors for toast.add
Resolves #375, resolves #440
|
2023-07-27 18:28:25 +02:00 |
|
Benjamin Canac
|
5bd5dc2bca
|
feat(Badge): rename outline to subtle + add soft variants
|
2023-07-27 18:22:21 +02:00 |
|
Benjamin Canac
|
ab2abae48a
|
feat(Alert): new component (#449)
|
2023-07-27 16:59:50 +02:00 |
|
Benjamin Canac
|
8298b62f21
|
feat(Tabs): new component (#450)
|
2023-07-27 16:22:49 +02:00 |
|
KeJun
|
10890e6704
|
fix(Popover): hover mode (#453)
|
2023-07-27 14:35:27 +02:00 |
|
Benjamin Canac
|
3dd0492f91
|
fix(FormGroup): required star display
|
2023-07-27 12:42:49 +02:00 |
|
Benjamin Canac
|
e7cfca2aa7
|
chore(Badge): add missing 500 color in safelist
|
2023-07-26 15:23:51 +02:00 |
|
Benjamin Canac
|
05503e564c
|
feat(Badge)!: add colors and variants (solid has changed)
|
2023-07-26 15:01:25 +02:00 |
|
Benjamin Canac
|
a9578f8c50
|
chore(module): fix nuxt/schema augmentation
|
2023-07-25 18:59:22 +02:00 |
|
Benjamin Canac
|
9e5f265f42
|
chore(CommandPalette): fix lint
|
2023-07-25 18:55:15 +02:00 |
|
Benjamin Canac
|
df1e4a40ca
|
chore(types): export accordion
|
2023-07-25 18:30:36 +02:00 |
|
henrycunh
|
d2a8a07a21
|
feat(FormGroup): add size prop and theme options (#391)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-24 19:36:58 +02:00 |
|
KeJun
|
b0440f81ce
|
feat(CommandPalette): bind active and selected to scoped slot (#441)
|
2023-07-24 19:33:49 +02:00 |
|
Benjamin Canac
|
4f4a659ccc
|
chore(types): remove partials
|
2023-07-20 18:11:11 +02:00 |
|
Marc-Olivier Castagnetti
|
959c968420
|
feat(SelectMenu): add value-attribute prop (#429)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-20 12:11:04 +02:00 |
|
Benjamin Canac
|
7cccbcfef8
|
fix(SelectMenu)!: invert ui and ui-select props (#432)
|
2023-07-20 12:00:23 +02:00 |
|
Benjamin Canac
|
df455db3ca
|
feat(Notification): support html with title and description slots (#431)
|
2023-07-20 11:58:43 +02:00 |
|
Benjamin Canac
|
e92f341224
|
chore(Button): move some logic to LinkCustom
|
2023-07-20 11:19:03 +02:00 |
|