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
8508e84958
chore(Table): rename columns sortFn to sort
2024-01-09 12:05:32 +01:00
Ragura
4f3af6cfdb
feat(Table): add custom sort function to columns ( #1075 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2024-01-08 12:28:19 +01:00
Benjamin Canac
9807e58f8f
docs(installation): add Modules and TypeScript section
...
Related to #1169 , #1200 , #571 and #1190
2024-01-05 18:54:29 +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
0976833753
feat(Pagination): add disabled prop
...
Resolves #1189
2024-01-03 18:18:01 +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
Romain Hamel
4a25a12390
feat(Form): expose submit function ( #1186 )
2024-01-02 16:28:38 +01:00
Victor Akintunde
43b999c88e
docs(notification): add default timeout value ( #1181 )
2024-01-02 10:33:08 +01:00
Benjamin Canac
7151b7b97d
fix(Dropdown): merge item class
...
Fixes #1157
2023-12-28 13:14:17 +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
Jakub Chrobak
bc6474a9ad
docs(installation): add bun command ( #1141 )
...
* docs: add bun installation command
* fix: add missing bracket
2023-12-20 12:28:14 +01:00
Benjamin Canac
c963ba688f
docs(theming): improve Icons section
2023-12-19 17:51:27 +01:00
Benjamin Canac
0c8ab9d98e
fix(RadioGroup): pass option.disabled to children
...
Fixes #1109
2023-12-16 00:16:34 +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
0f9b5d47a6
docs(index): update components count
2023-12-13 15:20:48 +01:00
Benjamin Canac
f623ec1130
feat(Breadcrumb): handle labelClass and merge iconClass
2023-12-12 19:12:01 +01:00
Benjamin Canac
a79f7c0a34
feat(VerticalNavigation): handle labelClass and merge iconClass
2023-12-12 19:11:12 +01:00
Benjamin Canac
1c9835d7f1
feat(Dropdown): handle labelClass and merge iconClass
...
Resolves #716
2023-12-12 19:07:46 +01:00
Benjamin Canac
6d8d82a265
feat(InputMenu): new component ( #1095 )
2023-12-12 18:45:04 +01:00
Benjamin Canac
66a80c7486
docs(SelectMenu): add missing New badge on empty slot
2023-12-12 18:19:44 +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
0129e2db40
docs(SelectMenu): remove duplicate config
2023-12-12 16:27:22 +01:00
Benjamin Canac
9cbb68871c
docs(SelectMenu): display config of ui and ui-menu props
...
Resolves #1046
2023-12-06 22:13:10 +01:00
Benjamin Canac
e408eabd8b
fix(components): move remaining classes to config ( #1039 )
2023-11-30 16:31:48 +01:00
Benjamin Canac
0270ce9251
docs(installation): remove duplicate codeblock on edge
2023-11-27 18:23:51 +01:00
Benjamin Canac
26afa45fbf
docs: remove New badges on edge version
2023-11-23 12:16:45 +01:00
Conner Blanton
06d4510d1c
feat(Popover): ability to add overlay ( #1014 )
2023-11-23 11:12:42 +01:00
Benjamin Canac
dd55b4f602
docs: add missing New badges
2023-11-22 15:15:28 +01:00
Benjamin Canac
ec58948153
feat(module): allow options override of @egoist/tailwindcss-icons plugin ( #1013 )
2023-11-22 14:42:56 +01:00
Levi (Nguyễn Lương Huy)
10ec3d533e
docs(README): add and improve contributing guide, local development guide ( #860 )
2023-11-22 10:20:44 +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
Italo
11ccbbb24e
feat(SelectMenu): allows to clear search query on close ( #968 )
...
Co-authored-by: Benjamin Canac <canacb1@gmail.com >
2023-11-21 18:59:42 +01:00
Daniel Roe
ca62ce13d3
fix(module): boolean types and bump nuxt to 3.8.2 ( #1006 )
2023-11-21 18:32:51 +01:00
Benjamin Canac
762c5ebba1
docs: add releases page ( #1004 )
2023-11-21 17:08:13 +01:00
Benjamin Canac
0cb5cc3947
docs: add pro section on landing
2023-11-20 14:22:04 +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
60e195ae60
docs(Toggle): put back lost v-model example
...
Resolves #916
2023-11-15 11:27:12 +01:00
Conner Blanton
3c71bf36b0
feat(Toggle): add size prop ( #950 )
2023-11-11 22:42:05 +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
c601fc6c55
feat(Icon): switch to nuxt-icon with dynamic prop or app config ( #862 )
2023-11-06 18:27:14 +01:00