Commit Graph

2098 Commits

Author SHA1 Message Date
Benjamin Canac
864cd83520 chore(cli): export component types 2024-03-29 18:07:07 +01:00
Benjamin Canac
cff37bf211 feat(Avatar): bind as to image to support NuxtImg 2024-03-29 16:59:43 +01:00
Benjamin Canac
b471547eb7 chore(components): improve imports 2024-03-29 16:59:24 +01:00
Benjamin Canac
10b56bb16c chore(useShortcuts): prevent double export 2024-03-29 16:25:02 +01:00
Benjamin Canac
74cfb3d18f chore(types): export from components 2024-03-29 16:24:40 +01:00
Benjamin Canac
8234bc6a15 playground(app): remove container 2024-03-29 14:52:43 +01:00
Benjamin Canac
5fcd6d1bea chore(theme): improve focus 2024-03-29 14:45:47 +01:00
Benjamin Canac
44033508a7 feat(DropdownMenu): new component (#37) 2024-03-29 13:42:02 +01:00
Benjamin Canac
2fbf47e1fc chore(NavigationMenu): better indexes 2024-03-27 17:17:39 +01:00
Benjamin Canac
4ba4f9ee6d test: update snapshots 2024-03-27 17:17:17 +01:00
Benjamin Canac
ee1d6ed08f fix(NavigationMenu): label doesn't need to be typed as number 2024-03-27 16:46:32 +01:00
Benjamin Canac
4301821473 fix(NavigationMenu): optional links 2024-03-27 16:45:40 +01:00
Benjamin Canac
20caea1cd7 fix(Tabs): optional items 2024-03-27 16:45:16 +01:00
Benjamin Canac
d00084c54c fix(Tooltip): missing conditions on slots 2024-03-27 16:45:03 +01:00
Benjamin Canac
c060b461e9 chore(deps): pin vite 2024-03-27 15:02:22 +01:00
Benjamin Canac
e8419fac01 Merge remote-tracking branch 'upstream/dev' into dev 2024-03-27 14:41:57 +01:00
Benjamin Canac
36a3279228 chore: update resolutions 2024-03-27 14:37:32 +01:00
Benjamin Canac
508ae0806f chore: remove useless css file 2024-03-27 14:15:35 +01:00
Benjamin Canac
fe4892e030 test: update snapshots 2024-03-27 14:03:07 +01:00
Benjamin Canac
74325441e9 chore(deps): update 2024-03-27 14:03:00 +01:00
Benjamin Canac
1ddca46fa4 playground: remove tailwind.config 2024-03-27 13:58:57 +01:00
Mahdi Shah Abbasian
bd8b737642 fix(Divider): add w-full only on horizontal wrapper (#1565) 2024-03-27 13:57:09 +01:00
Neil Richter
dd8a122933 docs(installation): update regex to match @nuxt/eslint rules (#1572) 2024-03-27 13:55:23 +01:00
Qin Guan
0b799e4300 docs(icon): add link to theming icons section (#1571)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-27 13:54:38 +01:00
Benjamin Canac
85c693e3ba remove old files 2024-03-27 12:39:55 +01:00
Benjamin Canac
f3fec877c5 Merge branch 'main' of https://github.com/benjamincanac/nuxt-ui3 into dev 2024-03-27 12:34:43 +01:00
Benjamin Canac
8517897c34 fix(Popover): missing mouseenter event on container
Resolves #1564
2024-03-27 12:04:49 +01:00
Benjamin Canac
72889535e7 fix(Dropdown): missing mouseenter event on container 2024-03-27 12:04:31 +01:00
Romain Hamel
bfd5988358 feat(Checkbox): new component (#67)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-27 12:00:15 +01:00
Romain Hamel
878f7078a2 fix(Input/SelectMenu): handle file type and change events (#1570) 2024-03-27 11:57:31 +01:00
Benjamin Canac
8fd369372b feat(Switch): handle loading and loadingIcon
Resolves #65
2024-03-26 15:48:16 +01:00
Benjamin Canac
c9f09992b7 fix(plugins): use import.meta 2024-03-26 15:26:04 +01:00
Benjamin Canac
bd8118c124 docs(deps): update @nuxt/ui-pro 2024-03-26 14:18:21 +01:00
Benjamin Canac
3d5ffe76ef chore(release): v2.15.0 v2.15.0 2024-03-26 13:53:25 +01:00
chenying
c49f8999d3 fix(SelectMenu): handle Boolean type as model value (#1550)
Co-authored-by: chenying <chenying@addcn.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-26 12:15:25 +01:00
Daniel Roe
cc62e345eb fix: opt in to import.meta.* properties (#1561)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-25 17:57:58 +01:00
renovate[bot]
ae58d5c2b9 chore(deps): update all non-major dependencies (#1547)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-25 16:01:48 +01:00
Romain Hamel
92e736213b fix(forms)!: normalize input emits (#1560) 2024-03-25 15:36:36 +01:00
Benjamin Canac
01bcca3dd7 chore(Textarea): rename inputRef to textareaRef 2024-03-25 14:26:44 +01:00
Benjamin Canac
7d6b5c358f docs(Slideover): missing New badge 2024-03-25 12:45:26 +01:00
Benjamin Canac
f854746bd8 docs(alert): missing New badges 2024-03-25 12:45:18 +01:00
Mohammad Amin Mokhtari
e1e05af0ba feat(Toggle): add loading prop (#1546)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2024-03-25 12:43:15 +01:00
Neil Richter
224ec3c1fb feat(Accordion): emit open event with index (#1559) 2024-03-25 12:27:06 +01:00
chenying
c3ac4badbf docs(DatePicker): add is-required prop (#1549)
Co-authored-by: chenying <chenying@addcn.com>
2024-03-25 12:09:19 +01:00
Benjamin Canac
8688653bc9 test(Input): improve 2024-03-25 12:05:59 +01:00
Benjamin Canac
b5b3e97f5f test(Button): improve 2024-03-25 12:05:11 +01:00
Benjamin Canac
afc270589c chore(Textarea): clean 2024-03-22 18:30:11 +01:00
Benjamin Canac
03fb75f256 playground(textarea): clean 2024-03-22 18:30:02 +01:00
Benjamin Canac
bed62520a9 fix(Textarea): invalid xs size 2024-03-22 18:29:45 +01:00
Benjamin Canac
d5fe5b3f4d fix(Chip): improve sizes 2024-03-22 18:23:58 +01:00