Benjamin Canac
0976833753
feat(Pagination): add disabled prop
...
Resolves #1189
2024-01-03 18:18:01 +01:00
Benjamin Canac
bc00f9c4b2
fix(Popover): improve placement with hover mode
...
Improvement of #781
2024-01-03 17:21:35 +01:00
Benjamin Canac
c6aa4215d7
fix(Dropdown): improve placement with hover mode
...
Resolves #1179
2024-01-03 17:20:06 +01:00
Benjamin Canac
3334e2af3d
fix(Popover): allow manual mode without blocking normal behaviour
2024-01-03 16:51:20 +01:00
Benjamin Canac
3844714644
feat(Dropdown): handle manual mode
...
Resolves #1143
2024-01-03 16:49:00 +01:00
Benjamin Canac
c2ef6237d8
chore(InputMenu): allow control of search query
2024-01-03 15:13:34 +01:00
Benjamin Canac
f735db04d6
feat(SelectMenu): allow control of search query
...
Resolves #1174
2024-01-03 15:13:34 +01:00
Benjamin Canac
e8f573b6bb
fix(SelectMenu): input border focus after tailwindcss 3.4
2024-01-03 15:13:34 +01:00
Daniel Roe
44d93a1cfd
chore(Accordion): match event listener types ( #1193 )
2024-01-03 14:53:58 +01:00
Romain Hamel
ea2a24b5fe
fix(Form): memory leak ( #1185 )
2024-01-02 16:36:35 +01:00
Romain Hamel
4a25a12390
feat(Form): expose submit function ( #1186 )
2024-01-02 16:28:38 +01:00
Benjamin Canac
00d0fd5919
fix(Table): display nothing instead of error when key is missing
...
Fixes #1173
2024-01-02 11:10:42 +01:00
John Puaoi
97a3975197
fix(Form): invalid errors when using clear by path ( #1165 )
2024-01-02 10:34:52 +01:00
Benjamin Canac
7151b7b97d
fix(Dropdown): merge item class
...
Fixes #1157
2023-12-28 13:14:17 +01:00
Conner Blanton
ffd20b3991
feat(VerticalNavigation): ability to add dividers ( #963 )
...
* feat(VerticalNavigation): ability to add sections with divider
* lint fix
* updating branch. resolving conflicts
* reverting app.vue
* removing unnecessary style
---------
Co-authored-by: Inesh Bose <dev@inesh.xyz >
2023-12-27 14:34:51 +01:00
Neil Mispelaar
29e64ca963
feat(VerticalNavigation): improve accessibility ( #948 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-12-26 13:00:33 +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
Benjamin Canac
4dee128524
chore(deps): update @egoist/tailwindcss-icons
2023-12-19 17:36:13 +01:00
Benjamin Canac
4c84839a01
fix(Toggle): add missing change event
...
Fixes #1113
2023-12-19 13:09:11 +01:00
Daniel Roe
5c99ae131d
fix: update vue and fix type issues ( #1112 )
...
* chore: bump vue version to show type errors
* fix: address type issues
2023-12-19 10:54:00 +01:00
Benjamin Canac
b22bd70d54
fix(config): prevent class merge of avatar size
2023-12-16 00:16:34 +01:00
Benjamin Canac
0c8ab9d98e
fix(RadioGroup): pass option.disabled to children
...
Fixes #1109
2023-12-16 00:16:34 +01:00
Inesh Bose
0fdc8f70b6
feat(SelectMenu): allow creating option despite search ( #1080 )
...
* chore: initial
* chore: use reusable vnode
* fix: use component with vnode
* chore: option placement
* chore: finish
* up
* up
* up
* fix(selectmenu): non-object custom options
* up
---------
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-12-15 15:04:06 +01:00
Benjamin Canac
23770d8cf0
chore(deps): update tailwind-merge
2023-12-15 14:42:57 +01:00
Benjamin Canac
5f81a79edf
chore(Table): unused omit function
2023-12-15 11:37:08 +01:00
Benjamin Canac
1a02b3abe7
chore(Table): remove unused click attribute in rows
2023-12-14 17:17:43 +01:00
Benjamin Canac
83631ccbca
fix(Link): handle active override when value is false
2023-12-14 14:32:31 +01:00
Benjamin Canac
f623ec1130
feat(Breadcrumb): handle labelClass and merge iconClass
2023-12-12 19:12:01 +01:00
Benjamin Canac
a79f7c0a34
feat(VerticalNavigation): handle labelClass and merge iconClass
2023-12-12 19:11:12 +01:00
Benjamin Canac
1c9835d7f1
feat(Dropdown): handle labelClass and merge iconClass
...
Resolves #716
2023-12-12 19:07:46 +01:00
Benjamin Canac
6d8d82a265
feat(InputMenu): new component ( #1095 )
2023-12-12 18:45:04 +01:00
Benjamin Canac
5d1919a538
feat(SelectMenu): add empty slot when no options
...
Resolves #1089
2023-12-12 16:27:42 +01:00
Conner Blanton
f32f578125
feat(Popover): open and close events ( #1038 )
2023-12-11 17:19:19 +01:00
Benjamin Canac
4dd92f7f36
chore(CommandPalette): filter not working after refactor
2023-12-08 18:40:40 +01:00
Benjamin Canac
db508b218f
fix(CommandPalette): improve performances and avoid multiple recompute
2023-12-08 15:28:53 +01:00
Benjamin Canac
ad33b26729
fix(CommandPalette): missing right padding on input with close button
2023-12-08 15:26:13 +01:00
Benjamin Canac
f07968afef
fix(module): prevent class merging on default children
...
Fixes #1076
2023-12-07 17:29:36 +01:00
Benjamin Canac
7c5b47ea72
chore(Progress): remove useless cast
2023-12-06 18:43:47 +01:00
Romain Hamel
7196d81b4c
fix(RadioGroup): props reactivity issues ( #1065 )
2023-12-06 17:15:05 +01:00
MiladHp
1f0f6181db
fix(Notification): handle dynamic backgrounds ( #1063 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-12-05 17:11:56 +01:00
Muhammad Mahmoud
e53cdeaf0b
fix(Breadcrumb): handle divider in rtl ( #1049 )
2023-12-04 11:26:48 +01:00
Benjamin Canac
4d72a758fa
fix(types): favor Record<string, any>> instead of object
2023-11-30 17:19:08 +01:00
Benjamin Canac
a2e9b7da07
chore(useUI): missing undefined in type
2023-11-30 16:54:54 +01:00
Benjamin Canac
e408eabd8b
fix(components): move remaining classes to config ( #1039 )
2023-11-30 16:31:48 +01:00
Benjamin Canac
5718dfd69a
fix(types): workaround for popper weak type
...
Fixes #644
2023-11-30 16:29:37 +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
06d4510d1c
feat(Popover): ability to add overlay ( #1014 )
2023-11-23 11:12:42 +01:00