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
|
2c673f5377
|
fix(CommandPalette): override of closeButton and emptyState props
|
2023-06-01 17:15:04 +02:00 |
|
Benjamin Canac
|
192b0e6301
|
fix(Table): override of sortButton and emptyState props
|
2023-06-01 17:14:45 +02:00 |
|
Benjamin Canac
|
71edb91c4f
|
fix(Avatar): placeholder font size
|
2023-06-01 16:47:23 +02:00 |
|
Benjamin Canac
|
f9b935f5f5
|
fix(Badge): remove console.log in validator
|
2023-06-01 16:24:19 +02:00 |
|
Benjamin Canac
|
23833e92cb
|
chore(Badge): handle color override like buttons
|
2023-06-01 16:06:07 +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
|
01fa85c7a3
|
fix(defineShortcuts): err with input autocomplete that triggers keydown
|
2023-06-01 15:26:46 +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
|
ba44c58a80
|
chore(SelectMenu)!: remove inline-flex from wrapper to behave like other form elements
|
2023-05-31 23:22:58 +02:00 |
|
Benjamin Canac
|
2966373a86
|
chore(Table): handle empty-state
Resolves #243
|
2023-05-31 18:30:49 +02:00 |
|
Sylvain Marroufin
|
8bdb8c45f7
|
chore(Dropdown): hover mode with padding instead of offset + improve docs (#242)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-05-31 14:28:14 +02:00 |
|
Benjamin Canac
|
23f01fde41
|
chore(Table): rename preset container to base
|
2023-05-31 12:11:28 +02:00 |
|
Benjamin Canac
|
3ba0aedcba
|
fix(Table): type sort prop
|
2023-05-30 18:03:24 +02:00 |
|
Benjamin Canac
|
40b6884424
|
chore(Table): handle default sort and default column direction
|
2023-05-30 17:59:30 +02:00 |
|
Benjamin Canac
|
a2638c6057
|
chore(Table): split container divide
|
2023-05-30 16:23:17 +02:00 |
|
Benjamin Canac
|
6bd5142a37
|
fix(Table): add missing text-left in th.base
|
2023-05-30 16:21:54 +02:00 |
|
Benjamin Canac
|
bc1d653857
|
chore(Table): split preset for th and td
|
2023-05-30 16:17:17 +02:00 |
|
Benjamin Canac
|
272af9d24c
|
fix(Table): missing ref import from vue
|
2023-05-30 12:17:59 +02:00 |
|
Benjamin Canac
|
cce000ab2b
|
feat: add Table component (#237)
|
2023-05-30 12:13:57 +02:00 |
|
Benjamin Canac
|
4458656be5
|
chore(Notification)!: rename to closeButton and actionButton for consistency
|
2023-05-29 21:59:59 +02:00 |
|
Benjamin Canac
|
daca46371c
|
chore(CommandPalette)!: rename props to emptyState and closeButton for consistency
|
2023-05-29 21:55:08 +02:00 |
|
Benjamin Canac
|
8ee2ac10e7
|
chore(Toggle)!: rename icons to onIcon / offIcon for consistency
|
2023-05-29 21:38:51 +02:00 |
|
Benjamin Canac
|
1ebaa5aa00
|
fix(Button): invalid padding when using square prop
|
2023-05-29 21:36:28 +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
|
1a9dc5c980
|
fix(Notification): remove default color on icon
|
2023-05-26 18:28:52 +02:00 |
|
Benjamin Canac
|
589f86ef1b
|
chore(Avatar): dark variant for chip background color
|
2023-05-26 18:28:32 +02:00 |
|
Benjamin Canac
|
1b61ec72e2
|
chore(Notification)!: rename progressColor to color and style icon
This also removes `progressVariant` prop
|
2023-05-26 18:03:54 +02:00 |
|
Benjamin Canac
|
1f22f84360
|
chore(Avatar)!: remove chipVariant prop
|
2023-05-26 18:02:48 +02:00 |
|
Benjamin Canac
|
2c6db975f9
|
chore(deps): switch to pnpm (#228)
|
2023-05-26 17:41:07 +02:00 |
|
Benjamin Canac
|
b7099aa0d3
|
chore(SelectMenu): add searchablePlaceholder prop
Resolves #231
|
2023-05-26 15:02:21 +02:00 |
|
Benjamin Canac
|
19923cbf1e
|
chore(VerticalNavigation)!: split preset
|
2023-05-23 15:26:47 +02:00 |
|
Benjamin Canac
|
1210e99ec1
|
chore(VerticalNavigation): improve types import
|
2023-05-23 15:25:28 +02:00 |
|
Benjamin Canac
|
fc894bc1ae
|
chore(Dropdown): improve types import
|
2023-05-23 15:25:12 +02:00 |
|
Benjamin Canac
|
9491ac7172
|
chore(CommandPalette): improve types import
|
2023-05-23 15:25:00 +02:00 |
|
Benjamin Canac
|
32dc2264d8
|
chore(types): export button
|
2023-05-23 15:24:41 +02:00 |
|
Benjamin Canac
|
45ba3b26da
|
chore(Notification): improve types
|
2023-05-23 15:24:32 +02:00 |
|
Benjamin Canac
|
6d3309c42d
|
chore(Notification): move padding to app.config
|
2023-05-23 11:25:56 +02:00 |
|
Benjamin Canac
|
cb9ed9ad3f
|
chore(Button): inject NuxtLink in components
|
2023-05-22 19:05:39 +02:00 |
|
Benjamin Canac
|
524e220914
|
chore(VerticalNavigation): improve binds & types
|
2023-05-22 19:05:17 +02:00 |
|
Benjamin Canac
|
55f115f9fe
|
chore(Dropdown): use ULinkCustom + improve item binds & types
Fixes #215
|
2023-05-22 19:04:18 +02:00 |
|
Benjamin Canac
|
bdaf2dbbd4
|
chore(CommandPalette): handle loading state (#221)
|
2023-05-22 16:00:31 +02:00 |
|
Benjamin Canac
|
e7eea067b2
|
chore(Notification): add progressColor and progressVariant props (#219)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
|
2023-05-22 15:01:19 +02:00 |
|
Benjamin Canac
|
a56dbeab35
|
fix(Radio/Checkbox): remove ring offset on focus
|
2023-05-22 13:41:56 +02:00 |
|