File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed
src/Traits/Filters/Styling/Helpers Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 1- <?php
2-
3- namespace Rappasoft \LaravelLivewireTables \Traits \Filters \Styling \Helpers ;
4-
5- use Livewire \Attributes \Computed ;
6-
7- trait FilterPillsStylingHelpers
8- {
9- #[Computed]
10- public function getFilterPillsItemAttributes (): array
11- {
12- return $ this ->filterPillsItemAttributes ;
13- }
14-
15- #[Computed]
16- public function getFilterPillsResetFilterButtonAttributes (): array
17- {
18- return $ this ->filterPillsResetFilterButtonAttributes ;
19- }
20-
21- #[Computed]
22- public function getFilterPillsResetAllButtonAttributes (): array
23- {
24- return $ this ->filterPillsResetAllButtonAttributes ;
25- }
26- }
1+ <?php
2+
3+ namespace Rappasoft \LaravelLivewireTables \Traits \Filters \Styling \Helpers ;
4+
5+ use Livewire \Attributes \Computed ;
6+
7+ trait FilterPillsStylingHelpers
8+ {
9+ #[Computed]
10+ public function getFilterPillsItemAttributes (): array
11+ {
12+ return $ this ->filterPillsItemAttributes ;
13+ }
14+
15+ #[Computed]
16+ public function getFilterPillsResetFilterButtonAttributes (): array
17+ {
18+ return $ this ->filterPillsResetFilterButtonAttributes ;
19+ }
20+
21+ #[Computed]
22+ public function getFilterPillsResetAllButtonAttributes (): array
23+ {
24+ return $ this ->filterPillsResetAllButtonAttributes ;
25+ }
26+ }
You can’t perform that action at this time.
0 commit comments