Aditio Pangestu
|
109ec52d50
|
fix(module): retain props reactivity through useUI (#745)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-28 14:06:57 +02:00 |
|
Haytham A. Salama
|
874447cb41
|
feat(Table): add ability to custom style for td and tr (#741)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-28 12:11:26 +02:00 |
|
Benjamin Canac
|
f24ff9c47f
|
chore: revert ui. prefix when using useUI composable
|
2023-09-21 14:30:34 +02:00 |
|
Benjamin Canac
|
86dc49ecc9
|
chore: use get in useUI
|
2023-09-21 12:50:18 +02:00 |
|
Benjamin Canac
|
34d2f57801
|
feat(module)!: use tailwind-merge for app.config & move config to components & type props (#692)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
|
2023-09-20 18:07:51 +02:00 |
|
Younes Barrad
|
d6476d17f9
|
feat: remove lodash-es (#648)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2023-09-14 18:47:09 +02:00 |
|
Sma11X
|
83d609d530
|
fix(Table): select all rows without select listener (#652)
|
2023-09-12 15:55:50 +02:00 |
|
Benjamin Canac
|
290ab1d9c5
|
chore: reactive attrs without class
Fixes #650
|
2023-09-11 12:55:24 +02:00 |
|
Benjamin Canac
|
a603ea56c1
|
fix(Table): add missing classes in app.config.ts
Fixes #655
|
2023-09-11 11:31:04 +02:00 |
|
Benjamin Canac
|
87fd85ec3f
|
chore(Table): improve accessibility
|
2023-09-11 11:25:06 +02:00 |
|
Aditio Pangestu
|
d9363168b2
|
fix(Table): missing component imports (#608)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
ee663157b7
|
chore(Table): handle loading-state prop merge like empty-state
|
2023-09-07 15:13:47 +02:00 |
|
Eduard Aymerich
|
44ba758c0d
|
fix(Table): empty state is displayed if null (#517)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
8880bdc456
|
feat(module)!: use tailwind-merge for class merging (#509)
|
2023-09-07 15:13:47 +02:00 |
|
Benjamin Canac
|
ccb0f6207c
|
chore(Table): typecheck
|
2023-09-07 15:13:47 +02:00 |
|
Vladyslav
|
858886a852
|
feat(Table): support nested keys in columns (#503)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-09-07 15:13:47 +02:00 |
|
Haytham A. Salama
|
2b3dc8d065
|
fix(Table): hide data when loading state is active (#460)
|
2023-07-29 23:31:29 +02:00 |
|
Benjamin Canac
|
4f4a659ccc
|
chore(types): remove partials
|
2023-07-20 18:11:11 +02:00 |
|
John Puaoi Tech
|
46b444a3e0
|
fix(Table): fixed row deletion bug on deselect (#425)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-18 12:52:53 +02:00 |
|
9uenther
|
d292706967
|
feat(Table): add click event for the entire row (#353)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-17 14:51:57 +02:00 |
|
Benjamin Canac
|
52b614fcb0
|
chore(Table): missing types
|
2023-06-29 17:42:49 +02:00 |
|
Benjamin Canac
|
5dffa868b1
|
feat(Table): allow columns class customization
Resolves #366
|
2023-06-29 17:42:34 +02:00 |
|
Benjamin Canac
|
1ff11ac1a3
|
feat(Table): reset sort on third click
Resolves #300
|
2023-06-27 15:32:19 +02:00 |
|
Benjamin Canac
|
07b27a228d
|
fix(Table): default sortButton icon
Fixes 0f3fe0d54e
|
2023-06-27 15:31:31 +02:00 |
|
Benjamin Canac
|
0f3fe0d54e
|
fix(Table): missing default sort icon when overriding sort-button prop
|
2023-06-27 15:11:32 +02:00 |
|
Haytham A. Salama
|
278a1ea93c
|
chore: improve RTL support (#334)
Co-authored-by: Hassan Kadhim <hassan57905@gmail.com>
|
2023-06-23 23:19:28 +02:00 |
|
TomSmith27
|
97a1c86433
|
feat(Range): new component (#290)
Co-authored-by: Tom Smith <tom.smith2711@gmail.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
Co-authored-by: Tom Smith <tom.smith@qunifi.com>
|
2023-06-21 19:09:11 +02:00 |
|
TomSmith27
|
71c2465d7b
|
feat(Table): pass row index to table cell (#291)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-21 19:08:51 +02:00 |
|
9uenther
|
786d7765f5
|
fix(Table): colspan of empty and loading is wrong when selection enabled (#284)
|
2023-06-13 17:06:06 +02:00 |
|
Haytham A. Salama
|
47415322ea
|
feat(table): add loading state (#259)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-12 14:26:29 +02:00 |
|
Haytham A. Salama
|
f7a34c8fee
|
feat(table): add slot for empty state (#260)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-06-09 17:06:42 +02:00 |
|
Benjamin Canac
|
192b0e6301
|
fix(Table): override of sortButton and emptyState props
|
2023-06-01 17:14:45 +02:00 |
|
Benjamin Canac
|
2966373a86
|
chore(Table): handle empty-state
Resolves #243
|
2023-05-31 18:30:49 +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
|
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 |
|