@php $icon = $getIcon(); @endphp
merge($getExtraAttributes()) ->class(['filament-forms-date-time-picker-component relative']) }} >
class([ 'relative w-full cursor-default rounded-lg border bg-white py-2 text-start shadow-sm outline-none', 'focus-within:border-primary-500 focus-within:ring-1 focus-within:ring-inset focus-within:ring-primary-500' => ! $isDisabled(), 'dark:bg-gray-700' => config('forms.dark_mode'), 'border-gray-300' => ! $errors->has($getStatePath()), 'dark:border-gray-600' => (! $errors->has($getStatePath())) && config('forms.dark_mode'), 'border-danger-600' => $errors->has($getStatePath()), 'dark:border-danger-400' => $errors->has($getStatePath()) && config('forms.dark_mode'), 'opacity-70' => $isDisabled(), 'dark:text-gray-300' => $isDisabled() && config('forms.dark_mode'), 'px-3' => $icon === false, 'pl-3 pr-10 rtl:pl-10 rtl:pr-3' => $icon !== false, ]) }} >
config('forms.dark_mode'), 'cursor-default' => $isDisabled(), ]) /> @if ($icon !== false)
config('forms.dark_mode'), ]) />
@endif
config('forms.dark_mode'), 'w-fit min-w-[16rem] p-4' => $hasDate(), ]) >
@if ($hasDate())
config('forms.dark_mode'), ]) dusk="filament.forms.{{ $getStatePath() }}.focusedMonth" >
config('forms.dark_mode'), ]) dusk="filament.forms.{{ $getStatePath() }}.focusedYear" />
config('forms.dark_mode'), ]) >
@endif @if ($hasTime())
config('forms.dark_mode'), ]) >
config('forms.dark_mode'), ]) dusk="filament.forms.{{ $getStatePath() }}.hour" />
config('forms.dark_mode'), ]) > :
config('forms.dark_mode'), ]) dusk="filament.forms.{{ $getStatePath() }}.minute" /> @if ($hasSeconds())
config('forms.dark_mode'), ]) > :
config('forms.dark_mode'), ]) /> @endif
@endif