Benjamin Canac
|
7cccbcfef8
|
fix(SelectMenu)!: invert ui and ui-select props (#432)
|
2023-07-20 12:00:23 +02:00 |
|
Marc-Olivier Castagnetti
|
5f8fe8559f
|
feat(SelectMenu): handle async search (#426)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-18 15:58:16 +02:00 |
|
Benjamin Canac
|
cbe2b1bfb8
|
fix(SelectMenu): missing appear on transition
Resolves #400
|
2023-07-10 10:40:15 +02:00 |
|
HylaruCoder
|
a79c165eee
|
fix(Range): progress style (#385)
|
2023-07-04 20:03:12 +02:00 |
|
Benjamin Canac
|
6be9290f68
|
fix(FormGroup): prevent overriding color of children
Resolves #352
|
2023-06-27 15:17:53 +02:00 |
|
Haytham A. Salama
|
278a1ea93c
|
chore: improve RTL support (#334)
Co-authored-by: Hassan Kadhim <hassan57905@gmail.com>
|
2023-06-23 23:19:28 +02:00 |
|
Benjamin Canac
|
41b85d50a8
|
fix(components): prefix @headlessui/vue components
Resolves #315
|
2023-06-22 13:01:58 +02:00 |
|
Haytham A. Salama
|
ffb312d34d
|
feat(Radio/Checkbox/Toggle)!: handle color prop for form elements (#323)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-21 19:09:11 +02:00 |
|
TomSmith27
|
97a1c86433
|
feat(Range): new component (#290)
Co-authored-by: Tom Smith <tom.smith2711@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Tom Smith <tom.smith@qunifi.com>
|
2023-06-21 19:09:11 +02:00 |
|
Benjamin Canac
|
3bac0874f1
|
fix(Radio/Checkbox): remove legacy custom
|
2023-06-21 17:41:39 +02:00 |
|
Selemondev
|
457b7a9fb7
|
fix(forms): precise type assertion for onInput event handler (#293)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-21 17:41:15 +02:00 |
|
Benjamin Canac
|
e12e9740c9
|
fix(forms)!: bind $attrs to elements (#279)
|
2023-06-13 11:35:05 +02:00 |
|
Benjamin Canac
|
b4a96a8b01
|
chore(Select)!: rename text-attribute to option-attribute and defaults to label
|
2023-06-12 14:42:33 +02:00 |
|
Benjamin Canac
|
429791dab0
|
fix(Radio/Checkbox): split preset as indeterminate is checkbox only
|
2023-06-12 14:42:33 +02:00 |
|
Benjamin Canac
|
fe833eb2b2
|
fix(Toggle): missing disabled prop
|
2023-06-12 14:42:17 +02:00 |
|
Benjamin Canac
|
be5f352296
|
fix(module): use @tailwindcss/forms class strategy (#278)
|
2023-06-12 14:27:08 +02:00 |
|
Benjamin Canac
|
207444fdea
|
fix(forms): padded prop with p-0 class
|
2023-06-06 10:33:11 +02:00 |
|
Benjamin Canac
|
5e50eb9eb8
|
fix: use cloneVNode when altering props in render functions
Resolves #252
https://vuejs.org/api/render-function.html#clonevnode
|
2023-06-05 11:17:31 +02:00 |
|
Benjamin Canac
|
f59a92ca15
|
chore(Input)!: move pointer class inside its own preset class
|
2023-06-01 15:27:53 +02:00 |
|
Benjamin Canac
|
8951923a11
|
fix(SelectMenu): disable on loading
|
2023-06-01 11:08:16 +02:00 |
|
Benjamin Canac
|
e05619f8c8
|
chore: add leading and trailing slots
Resolves #246
|
2023-05-31 23:53:31 +02:00 |
|
Benjamin Canac
|
5ea43ab4e4
|
chore: uniformize icons in Button / Input / Select / SelectMenu
Also adds `loading` to `Select` and `SelectMenu`
|
2023-05-31 23:30:52 +02:00 |
|
Benjamin Canac
|
cce000ab2b
|
feat: add Table component (#237)
|
2023-05-30 12:13:57 +02:00 |
|
Benjamin Canac
|
8ee2ac10e7
|
chore(Toggle)!: rename icons to onIcon / offIcon for consistency
|
2023-05-29 21:38:51 +02:00 |
|
Benjamin Canac
|
cb43548305
|
chore(SelectMenu): handle multiple default display + specific placeholder
|
2023-05-29 11:52:02 +02:00 |
|
Benjamin Canac
|
360084af7c
|
chore(Toggle): improve component
- allow `iconOn` / `iconOff` default values from preset
- `bg-gray-900` on dark mode inside of `bg-white`
- added `name` prop for form control
|
2023-05-27 22:27:31 +02:00 |
|
Benjamin Canac
|
44c3e2c46a
|
chore(forms): remove required on Input, Select and Textarea name
Resolves #236
|
2023-05-27 12:03:29 +02:00 |
|
Benjamin Canac
|
a96dc19215
|
fix(FormGroup): missing h import from vue
Resolves #236
|
2023-05-27 12:02:51 +02:00 |
|
Benjamin Canac
|
9ce531a06f
|
feat!: handle color states on form elements (#234)
|
2023-05-26 22:07:49 +02:00 |
|
Benjamin Canac
|
b7099aa0d3
|
chore(SelectMenu): add searchablePlaceholder prop
Resolves #231
|
2023-05-26 15:02:21 +02:00 |
|
Benjamin Canac
|
ea740bf10a
|
fix(Textarea): expose ref
|
2023-05-19 12:15:40 +02:00 |
|
Benjamin Canac
|
2ded24bec9
|
fix(Input): expose ref
|
2023-05-19 12:15:33 +02:00 |
|
Benjamin Canac
|
617567d6e5
|
chore(SelectMenu): empty option shorter text
|
2023-05-19 11:20:30 +02:00 |
|
Benjamin Canac
|
97da6c6343
|
chore(SelectMenu): add required input only when needed
|
2023-05-15 14:07:41 +02:00 |
|
Benjamin Canac
|
0c2a5d98cf
|
chore(SelectMenu): use trailingIcon default from Select for consistency
|
2023-05-13 23:21:32 +02:00 |
|
Benjamin Canac
|
59fc14e93f
|
chore(SelectMenu): add prop for trailingIcon and fix padding when selected
|
2023-05-11 14:28:58 +02:00 |
|
Benjamin Canac
|
0d83366427
|
chore(Select): add prop for trailingIcon
|
2023-05-11 14:21:30 +02:00 |
|
Benjamin Canac
|
be96824323
|
chore(SelectMenu): improve option.selected preset
|
2023-05-10 18:33:43 +02:00 |
|
Benjamin Canac
|
d5471f4d37
|
fix(Toggle): wrong icon-off positioning
|
2023-05-10 18:14:21 +02:00 |
|
Benjamin Canac
|
00b444b3eb
|
chore: rename spacing to padding
|
2023-05-10 16:24:28 +02:00 |
|
Benjamin Canac
|
365c843fc0
|
chore(SelectMenu): put back required input
|
2023-05-10 00:18:14 +02:00 |
|
Benjamin Canac
|
fc11612a49
|
chore(SelectMenu): move resolve class logic into template
|
2023-05-09 14:30:05 +02:00 |
|
Benjamin Canac
|
0c69385771
|
fix: prefix imported components
|
2023-05-05 12:15:20 +02:00 |
|
Benjamin Canac
|
fa05653f23
|
fix(Select): move types from template
|
2023-05-04 17:51:23 +02:00 |
|
Daniel Roe
|
11e00a10e4
|
fix: update to fix type issues (#151)
|
2023-05-04 17:24:22 +02:00 |
|
Benjamin Canac
|
6da0db0113
|
feat: rewrite to use app config and rework docs (#143)
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
|
2023-05-04 14:49:19 +02:00 |
|
Benjamin Canac
|
ee3352278c
|
feat: migrate to @egoist/tailwindcss-icons
|
2023-02-17 12:58:19 +01:00 |
|
Benjamin Canac
|
f5d068be9d
|
feat: use nuxt-icon
|
2023-02-16 16:16:37 +01:00 |
|
Benjamin Canac
|
6018f009a8
|
fix(SelectCustom): handle search on string arrays
|
2023-02-16 12:02:38 +01:00 |
|
Benjamin Canac
|
2b78b5d7dc
|
chore(SelectCustom): improve options type
|
2023-02-16 11:53:19 +01:00 |
|