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 |
|
Sylvain Marroufin
|
b6455a151d
|
chore(lighthouse): improve components accessibility (#127)
|
2023-01-12 12:32:42 +01:00 |
|
Sylvain Marroufin
|
b3e0122001
|
chore(SelectCustom): add emit on open/close (#125)
|
2022-12-19 16:22:15 +01:00 |
|
Benjamin Canac
|
629bb72424
|
fix(Checkbox): types
|
2022-11-29 13:54:35 +01:00 |
|
Benjamin Canac
|
7f18c6bdc7
|
fix(Checkbox): revert type fix as it breaks checkboxes
|
2022-11-29 12:55:44 +01:00 |
|
Benjamin Canac
|
1ad96065fd
|
fix: default popper options
|
2022-11-26 23:42:36 +01:00 |
|
Anthony Fu
|
edc1bd677b
|
chore: improve types (#115)
* wip: improve types
* feat: improve types
* Apply suggestions from code review
Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com>
* chore: update
* chore: enable ci typecheck
* chore: fix
Co-authored-by: Sylvain Marroufin <marroufin.sylvain@gmail.com>
|
2022-11-23 11:30:18 +01:00 |
|
Benjamin Canac
|
3a300f72c1
|
fix(SelectCustom): add w-full on ComboboxButton
|
2022-11-10 14:37:37 +01:00 |
|
Benjamin Canac
|
927debfb6b
|
chore(SelectCustom): add missing inline-flex on button
|
2022-11-10 13:54:43 +01:00 |
|
Benjamin Canac
|
ec8bd5cdc4
|
fix(SelectCustom): types and lint
|
2022-10-26 13:04:36 +02:00 |
|
Sylvain Marroufin
|
fc658842bb
|
chore: fix typescript errors (#102)
|
2022-10-25 14:09:54 +02:00 |
|
Baptiste Leproux
|
5039265097
|
chore: set popper options in preset (#97)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2022-10-18 11:13:28 +02:00 |
|
Benjamin Canac
|
f0e482cf01
|
chore(SelectCustom): support by prop
|
2022-10-09 13:30:24 +02:00 |
|
Benjamin Canac
|
f1b59fc59e
|
chore: fix popper props merge
|
2022-10-07 13:40:23 +02:00 |
|
Benjamin Canac
|
005c18e4c0
|
chore: improve popper handling
|
2022-10-07 13:27:51 +02:00 |
|