File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
packages/Webkul/Admin/src/Resources/views
form/control-group/controls/inline Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
<x-admin::form .control-group.controls.inline.date
2
2
::name =" '{{ $attribute -> code } } '"
3
- ::value =" '{{ $value } } '"
3
+ ::value =" '{{ $value -> format ( ' Y-m-d ' ) } } '"
4
4
rules =" required"
5
5
position =" left"
6
6
:label =" $attribute->name"
Original file line number Diff line number Diff line change @@ -251,12 +251,14 @@ class="cursor-pointer rounded-md border px-3 py-2 text-center text-sm font-mediu
251
251
>
252
252
< / p>
253
253
254
- < x- admin:: flat- picker .date :: allow- input= " false" >
254
+ < x- admin:: flat- picker .date
255
+ :: allow- input= " false"
256
+ >
255
257
< input
256
258
type= " date"
257
259
: name= " `${column.index}[from]`"
258
260
value= " "
259
- class = " flex min-h-[39px] w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-all hover:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400"
261
+ class = " flex min-h-[39px] w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-all hover:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400 ltr:pr-8 rtl:pl-8 "
260
262
: placeholder= " column.label"
261
263
: ref= " `${column.index}[from]`"
262
264
@change = " addFilter(
@@ -272,7 +274,7 @@ class="flex min-h-[39px] w-full rounded-md border px-3 py-2 text-sm text-gray-60
272
274
type= " date"
273
275
: name= " `${column.index}[to]`"
274
276
value= " "
275
- class = " flex min-h-[39px] w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-all hover:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400"
277
+ class = " flex min-h-[39px] w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-all hover:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400 ltr:pr-8 rtl:pl-8 "
276
278
: placeholder= " column.label"
277
279
: ref= " `${column.index}[from]`"
278
280
@change = " addFilter(
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class="relative flex w-full flex-col ltr:[&>span>i]:right-14 rtl:[&>span>i]:left
70
70
type= " date"
71
71
:: id= " name"
72
72
:: name= " name"
73
- class = " text-normal py-1 ltr:pr-16 rtl:pl-16 "
73
+ class = " text-normal py-1 ltr:pr-20 rtl:pl-20 "
74
74
:: rules= " rules"
75
75
:: label= " label"
76
76
:: placeholder= " placeholder"
Original file line number Diff line number Diff line change 18
18
<!-- Drawer Toggler -->
19
19
< x- slot: toggle>
20
20
< div class = " relative flex cursor-pointer items-center rounded-md bg-sky-100 px-4 py-[9px] font-semibold text-sky-600 dark:bg-brandColor dark:text-white" >
21
- < span>
22
- @lang (' admin::app.leads.index.kanban.toolbar.filters.filter' )
21
+ @lang (' admin::app.leads.index.kanban.toolbar.filters.filter' )
22
+
23
+ < span
24
+ class = " absolute right-2 top-2 h-1.5 w-1.5 rounded-full bg-sky-600 dark:bg-white"
25
+ v- if = " hasAnyAppliedColumn()"
26
+ >
23
27
< / span>
24
28
< / div>
25
29
< / x- slot>
You can’t perform that action at this time.
0 commit comments