Benjamin Canac
b8007bab5e
feat(HorizontalNavigation): new component ( #1279 )
2024-01-25 10:21:06 +01:00
Benjamin Canac
6fafd78f5f
docs(ComponentExample): fix code slot with latest @nuxt/content
2024-01-23 15:29:38 +01:00
Benjamin Canac
a2ed3cc376
docs(carousel): hydration issue in one example
2024-01-22 18:41:45 +01:00
Michał Hanusek
f37b043138
feat(Carousel): new component ( #927 )
...
Co-authored-by: Michał Hanusek <m.hanusek@myfreak.pl >
Co-authored-by: Inesh Bose <dev@inesh.xyz >
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2024-01-22 17:47:14 +01:00
Benjamin Canac
1a937919a2
fix(InputMenu): take option-attribute into account to display label
2024-01-16 11:17:07 +01:00
Benjamin Canac
b9fe74bca5
fix(SelectMenu): take option-attribute into account to display label
...
Resolves #1151
2024-01-16 11:16:20 +01:00
Benjamin Canac
e116f931b2
docs(ComponentCard): wrap code in <template>
2024-01-16 11:07:08 +01:00
Benjamin Canac
393b992aeb
docs(divider): remove useless color on example
2024-01-15 23:14:20 +01:00
Benjamin Canac
e48b61b5df
docs(TableExampleAdvanced): improve sorting with v-model:sort and sort-mode props
...
Resolves #1177
2024-01-09 15:13:29 +01:00
Benjamin Canac
56e0c9a9a0
feat(Table): add sort-mode prop
...
Resolves #1149
2024-01-09 14:54:13 +01:00
Benjamin Canac
520624bd64
chore(InputMenu): handle async search with search prop
2024-01-05 17:33:36 +01:00
Benjamin Canac
e4b8fffc32
docs(SelectMenu): improve async search example
2024-01-05 17:29:47 +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
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
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
6d8d82a265
feat(InputMenu): new component ( #1095 )
2023-12-12 18:45:04 +01:00
Benjamin Canac
0546c7922c
docs(ComponentPropsField): improve codeblocks line-height
2023-12-12 18:10:16 +01:00
Benjamin Canac
eafe707c7d
docs(ComponentPropsField): wrong line-height on code blocks
2023-12-12 17:02:41 +01:00
Benjamin Canac
5d1919a538
feat(SelectMenu): add empty slot when no options
...
Resolves #1089
2023-12-12 16:27:42 +01:00
Benjamin Canac
781365a5ed
docs(SelectMenu): improve
2023-12-12 16:27:42 +01:00
Benjamin Canac
c023fb400c
docs(ComponentCard): add ignoreVModel prop
2023-12-07 11:43:55 +01:00
Benjamin Canac
edd92d01a9
docs: fix invalid link
2023-11-23 11:22:45 +01:00
Conner Blanton
06d4510d1c
feat(Popover): ability to add overlay ( #1014 )
2023-11-23 11:12:42 +01:00
Conner Blanton
d39e2de935
feat(FormGroup): add eager validation ( #992 )
2023-11-21 23:24:15 +01:00
Italo
37fdf224c0
fix(SelectMenu): fixes non-strings and nested searchable attributes ( #967 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-11-21 22:20:48 +01:00
Conner Blanton
c9b9bd6fb9
docs: sort component size prop ( #956 )
2023-11-20 17:00:16 +01:00
Pacman Doh
f245b4677c
docs(VerticalNavigation): add truncate in icon slot example ( #998 )
2023-11-20 13:51:18 +01:00
Conner Blanton
d4f1b5ef82
feat(Chip): new component ( #886 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-11-19 13:04:07 +01:00
Haytham A. Salama
a35bfc7343
feat(Breadcrumb): new component ( #506 )
...
Co-authored-by: Eduard Aymerich <eduardaymerich@gmail.com >
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-11-16 18:06:51 +01:00
Benjamin Canac
9b976a0b68
docs(ComponentCard): display model-value instead of value
2023-11-15 11:27:46 +01:00
Benjamin Canac
9952581d5b
docs: remove useless label from RangeExample
2023-11-15 11:27:28 +01:00
Benjamin Canac
7c1052f3f7
docs(ComponentCard): add code prop to key to prevent duplicates
2023-11-15 11:11:25 +01:00
Benjamin Canac
4dbc6240c5
docs: prevent UNotifications slot #description override
...
Otherwise it alters the display of the Notification examples where actions moves under the title.
2023-11-14 17:21:39 +01:00
Benjamin Canac
0eb8d8f7ec
docs: consistent usage of :component-example
2023-11-10 11:24:49 +01:00
Benjamin Canac
042603a3c7
docs: use new prose component Tabs ( #920 )
2023-11-07 13:01:42 +01:00
Benjamin Canac
844b3185e9
docs: integrate @nuxt/ui-pro ( #739 )
...
Co-authored-by: Pooya Parsa <pooya@pi0.io >
Co-authored-by: Florent Delerue <florentdelerue@hotmail.com >
Co-authored-by: Sébastien Chopin <seb@nuxt.com >
2023-11-02 16:44:44 +01:00
Benjamin Canac
a0ffd3e334
docs(vertical-navigation): simplify default slot example
...
Resolves #813
2023-10-27 22:27:42 +02:00
Italo
abbcc37fbb
feat(Meter): new component ( #827 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-10-27 20:40:39 +02:00
Italo
2c5559b73e
feat(Progress): new component ( #697 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-10-27 16:01:47 +02:00
Romain Hamel
23d5dc7b98
feat(RadioGroup): new component ( #730 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-10-27 15:47:24 +02:00
Conner
f785ecd46f
feat(popper): arrow option & docs consistency across components ( #875 )
2023-10-27 15:03:06 +02:00
Conner
4ce23746da
feat(Tooltip): adding option to show popper arrow ( #868 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-10-26 15:41:42 +02:00
Benjamin Canac
8ba2a791e4
feat(CommandPalette): handle filter attribute in groups ( #871 )
2023-10-26 11:59:55 +02:00
max
c5ce997ba9
feat(Pagination): add first and last page buttons ( #842 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
Co-authored-by: Max Steinwand <msteinwand@kues.de >
2023-10-25 19:23:51 +02:00
renovate[bot]
d112808994
chore(deps): update all non-major dependencies ( #810 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-10-25 18:31:50 +02:00
KeJun
8867936e01
docs(ComponentCard): show all props for the code ( #797 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-10-15 17:52:20 +02:00
Italo
9f4d88e0aa
feat(Table): add v-model:sort prop ( #803 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-10-14 19:18:49 +02:00