OwlCyberSecurity - MANAGER
Edit File: 911748dbdce7cde2b962571c1c520d6d.php
<?php use Filament\Support\Facades\FilamentView; $datalistOptions = $getDatalistOptions(); $extraAlpineAttributes = $getExtraAlpineAttributes(); $hasTime = $hasTime(); $id = $getId(); $isDisabled = $isDisabled(); $isPrefixInline = $isPrefixInline(); $isSuffixInline = $isSuffixInline(); $maxDate = $getMaxDate(); $minDate = $getMinDate(); $prefixActions = $getPrefixActions(); $prefixIcon = $getPrefixIcon(); $prefixLabel = $getPrefixLabel(); $suffixActions = $getSuffixActions(); $suffixIcon = $getSuffixIcon(); $suffixLabel = $getSuffixLabel(); $statePath = $getStatePath(); ?> <?php if (isset($component)) { $__componentOriginal511d4862ff04963c3c16115c05a86a9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal511d4862ff04963c3c16115c05a86a9d = $attributes; } ?> <?php $component = Illuminate\View\DynamicComponent::resolve(['component' => $getFieldWrapperView()] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('dynamic-component'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\DynamicComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['field' => $field,'inline-label-vertical-alignment' => \Filament\Support\Enums\VerticalAlignment::Center]); ?> <?php if (isset($component)) { $__componentOriginal505efd9768415fdb4543e8c564dad437 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal505efd9768415fdb4543e8c564dad437 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'filament::components.input.wrapper','data' => ['disabled' => $isDisabled,'inlinePrefix' => $isPrefixInline,'inlineSuffix' => $isSuffixInline,'prefix' => $prefixLabel,'prefixActions' => $prefixActions,'prefixIcon' => $prefixIcon,'prefixIconColor' => $getPrefixIconColor(),'suffix' => $suffixLabel,'suffixActions' => $suffixActions,'suffixIcon' => $suffixIcon,'suffixIconColor' => $getSuffixIconColor(),'valid' => ! $errors->has($statePath),'attributes' => \Filament\Support\prepare_inherited_attributes($getExtraAttributeBag())]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('filament::input.wrapper'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['disabled' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($isDisabled),'inline-prefix' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($isPrefixInline),'inline-suffix' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($isSuffixInline),'prefix' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($prefixLabel),'prefix-actions' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($prefixActions),'prefix-icon' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($prefixIcon),'prefix-icon-color' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($getPrefixIconColor()),'suffix' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($suffixLabel),'suffix-actions' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($suffixActions),'suffix-icon' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($suffixIcon),'suffix-icon-color' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($getSuffixIconColor()),'valid' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(! $errors->has($statePath)),'attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(\Filament\Support\prepare_inherited_attributes($getExtraAttributeBag()))]); ?> <!--[if BLOCK]><![endif]--><?php if($isNative()): ?> <?php if (isset($component)) { $__componentOriginal9ad6b66c56a2379ee0ba04e1e358c61e = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9ad6b66c56a2379ee0ba04e1e358c61e = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'filament::components.input.index','data' => ['attributes' => \Filament\Support\prepare_inherited_attributes($getExtraInputAttributeBag()) ->merge($extraAlpineAttributes, escape: false) ->merge([ 'autofocus' => $isAutofocused(), 'disabled' => $isDisabled, 'id' => $id, 'inlinePrefix' => $isPrefixInline && (count($prefixActions) || $prefixIcon || filled($prefixLabel)), 'inlineSuffix' => $isSuffixInline && (count($suffixActions) || $suffixIcon || filled($suffixLabel)), 'list' => $datalistOptions ? $id . '-list' : null, 'max' => $hasTime ? $maxDate : ($maxDate ? \Carbon\Carbon::parse($maxDate)->toDateString() : null), 'min' => $hasTime ? $minDate : ($minDate ? \Carbon\Carbon::parse($minDate)->toDateString() : null), 'placeholder' => $getPlaceholder(), 'readonly' => $isReadOnly(), 'required' => $isRequired() && (! $isConcealed()), 'step' => $getStep(), 'type' => $getType(), $applyStateBindingModifiers('wire:model') => $statePath, 'x-data' => count($extraAlpineAttributes) ? '{}' : null, ], escape: false) ]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('filament::input'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute( \Filament\Support\prepare_inherited_attributes($getExtraInputAttributeBag()) ->merge($extraAlpineAttributes, escape: false) ->merge([ 'autofocus' => $isAutofocused(), 'disabled' => $isDisabled, 'id' => $id, 'inlinePrefix' => $isPrefixInline && (count($prefixActions) || $prefixIcon || filled($prefixLabel)), 'inlineSuffix' => $isSuffixInline && (count($suffixActions) || $suffixIcon || filled($suffixLabel)), 'list' => $datalistOptions ? $id . '-list' : null, 'max' => $hasTime ? $maxDate : ($maxDate ? \Carbon\Carbon::parse($maxDate)->toDateString() : null), 'min' => $hasTime ? $minDate : ($minDate ? \Carbon\Carbon::parse($minDate)->toDateString() : null), 'placeholder' => $getPlaceholder(), 'readonly' => $isReadOnly(), 'required' => $isRequired() && (! $isConcealed()), 'step' => $getStep(), 'type' => $getType(), $applyStateBindingModifiers('wire:model') => $statePath, 'x-data' => count($extraAlpineAttributes) ? '{}' : null, ], escape: false) )]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9ad6b66c56a2379ee0ba04e1e358c61e)): ?> <?php $attributes = $__attributesOriginal9ad6b66c56a2379ee0ba04e1e358c61e; ?> <?php unset($__attributesOriginal9ad6b66c56a2379ee0ba04e1e358c61e); ?> <?php endif; ?> <?php if (isset($__componentOriginal9ad6b66c56a2379ee0ba04e1e358c61e)): ?> <?php $component = $__componentOriginal9ad6b66c56a2379ee0ba04e1e358c61e; ?> <?php unset($__componentOriginal9ad6b66c56a2379ee0ba04e1e358c61e); ?> <?php endif; ?> <?php else: ?> <div x-ignore <?php if(FilamentView::hasSpaMode()): ?> ax-load="visible || event (ax-modal-opened)" <?php else: ?> ax-load <?php endif; ?> ax-load-src="<?php echo e(\Filament\Support\Facades\FilamentAsset::getAlpineComponentSrc('date-time-picker', 'filament/forms')); ?>" x-data="dateTimePickerFormComponent({ displayFormat: '<?php echo e(convert_date_format($getDisplayFormat())->to('day.js')); ?>', firstDayOfWeek: <?php echo e($getFirstDayOfWeek()); ?>, isAutofocused: <?php echo \Illuminate\Support\Js::from($isAutofocused())->toHtml() ?>, locale: <?php echo \Illuminate\Support\Js::from($getLocale())->toHtml() ?>, shouldCloseOnDateSelection: <?php echo \Illuminate\Support\Js::from($shouldCloseOnDateSelection())->toHtml() ?>, state: $wire.<?php echo e($applyStateBindingModifiers("\$entangle('{$statePath}')")); ?>, })" x-on:keydown.esc="isOpen() && $event.stopPropagation()" <?php echo e($attributes ->merge($getExtraAttributes(), escape: false) ->merge($getExtraAlpineAttributes(), escape: false) ->class(['fi-fo-date-time-picker'])); ?> > <input x-ref="maxDate" type="hidden" value="<?php echo e($maxDate); ?>" /> <input x-ref="minDate" type="hidden" value="<?php echo e($minDate); ?>" /> <input x-ref="disabledDates" type="hidden" value="<?php echo e(json_encode($getDisabledDates())); ?>" /> <button x-ref="button" x-on:click="togglePanelVisibility()" x-on:keydown.enter.stop.prevent=" if (! $el.disabled) { isOpen() ? selectDate() : togglePanelVisibility() } " x-on:keydown.arrow-left.stop.prevent="if (! $el.disabled) focusPreviousDay()" x-on:keydown.arrow-right.stop.prevent="if (! $el.disabled) focusNextDay()" x-on:keydown.arrow-up.stop.prevent="if (! $el.disabled) focusPreviousWeek()" x-on:keydown.arrow-down.stop.prevent="if (! $el.disabled) focusNextWeek()" x-on:keydown.backspace.stop.prevent="if (! $el.disabled) clearState()" x-on:keydown.clear.stop.prevent="if (! $el.disabled) clearState()" x-on:keydown.delete.stop.prevent="if (! $el.disabled) clearState()" aria-label="<?php echo e($getPlaceholder()); ?>" type="button" tabindex="-1" <?php if($isDisabled): echo 'disabled'; endif; ?> <?php echo e($getExtraTriggerAttributeBag()->class([ 'w-full', ])); ?> > <input <?php if($isDisabled): echo 'disabled'; endif; ?> readonly placeholder="<?php echo e($getPlaceholder()); ?>" wire:key="<?php echo e($this->getId()); ?>.<?php echo e($statePath); ?>.<?php echo e($field::class); ?>.display-text" x-model="displayText" <?php if($id = $getId()): ?> id="<?php echo e($id); ?>" <?php endif; ?> class="<?php echo \Illuminate\Support\Arr::toCssClasses([ 'fi-fo-date-time-picker-display-text-input w-full border-none bg-transparent px-3 py-1.5 text-base text-gray-950 outline-none transition duration-75 placeholder:text-gray-400 focus:ring-0 disabled:text-gray-500 disabled:[-webkit-text-fill-color:theme(colors.gray.500)] dark:text-white dark:placeholder:text-gray-500 dark:disabled:text-gray-400 dark:disabled:[-webkit-text-fill-color:theme(colors.gray.400)] sm:text-sm sm:leading-6', ]); ?>" /> </button> <div x-ref="panel" x-cloak x-float.placement.bottom-start.offset.flip.shift="{ offset: 8 }" wire:ignore wire:key="<?php echo e($this->getId()); ?>.<?php echo e($statePath); ?>.<?php echo e($field::class); ?>.panel" class="<?php echo \Illuminate\Support\Arr::toCssClasses([ 'fi-fo-date-time-picker-panel absolute z-10 rounded-lg bg-white p-4 shadow-lg ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10', ]); ?>" > <div class="grid gap-y-3"> <!--[if BLOCK]><![endif]--><?php if($hasDate()): ?> <div class="flex items-center justify-between"> <select x-model="focusedMonth" class="grow cursor-pointer border-none bg-transparent p-0 text-sm font-medium text-gray-950 focus:ring-0 dark:bg-gray-900 dark:text-white" > <template x-for="(month, index) in months" > <option x-bind:value="index" x-text="month" ></option> </template> </select> <input type="number" inputmode="numeric" x-model.debounce="focusedYear" class="w-16 border-none bg-transparent p-0 text-right text-sm text-gray-950 focus:ring-0 dark:text-white" /> </div> <div class="grid grid-cols-7 gap-1"> <template x-for="(day, index) in dayLabels" x-bind:key="index" > <div x-text="day" class="text-center text-xs font-medium text-gray-500 dark:text-gray-400" ></div> </template> </div> <div role="grid" class="grid grid-cols-[repeat(7,minmax(theme(spacing.7),1fr))] gap-1" > <template x-for="day in emptyDaysInFocusedMonth" x-bind:key="day" > <div></div> </template> <template x-for="day in daysInFocusedMonth" x-bind:key="day" > <div x-text="day" x-on:click="dayIsDisabled(day) || selectDate(day)" x-on:mouseenter="setFocusedDay(day)" role="option" x-bind:aria-selected="focusedDate.date() === day" x-bind:class="{ 'text-gray-950 dark:text-white': ! dayIsToday(day) && ! dayIsSelected(day), 'cursor-pointer': ! dayIsDisabled(day), 'text-primary-600 dark:text-primary-400': dayIsToday(day) && ! dayIsSelected(day) && focusedDate.date() !== day && ! dayIsDisabled(day), 'bg-gray-50 dark:bg-white/5': focusedDate.date() === day && ! dayIsSelected(day) && ! dayIsDisabled(day), 'text-primary-600 bg-gray-50 dark:bg-white/5 dark:text-primary-400': dayIsSelected(day), 'pointer-events-none': dayIsDisabled(day), 'opacity-50': dayIsDisabled(day), }" class="rounded-full text-center text-sm leading-loose transition duration-75" ></div> </template> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <!--[if BLOCK]><![endif]--><?php if($hasTime): ?> <div class="flex items-center justify-center rtl:flex-row-reverse" > <input max="23" min="0" step="<?php echo e($getHoursStep()); ?>" type="number" inputmode="numeric" x-model.debounce="hour" class="me-1 w-10 border-none bg-transparent p-0 text-center text-sm text-gray-950 focus:ring-0 dark:text-white" /> <span class="text-sm font-medium text-gray-500 dark:text-gray-400" > : </span> <input max="59" min="0" step="<?php echo e($getMinutesStep()); ?>" type="number" inputmode="numeric" x-model.debounce="minute" class="me-1 w-10 border-none bg-transparent p-0 text-center text-sm text-gray-950 focus:ring-0 dark:text-white" /> <!--[if BLOCK]><![endif]--><?php if($hasSeconds()): ?> <span class="text-sm font-medium text-gray-500 dark:text-gray-400" > : </span> <input max="59" min="0" step="<?php echo e($getSecondsStep()); ?>" type="number" inputmode="numeric" x-model.debounce="second" class="me-1 w-10 border-none bg-transparent p-0 text-center text-sm text-gray-950 focus:ring-0 dark:text-white" /> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </div> </div> </div> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal505efd9768415fdb4543e8c564dad437)): ?> <?php $attributes = $__attributesOriginal505efd9768415fdb4543e8c564dad437; ?> <?php unset($__attributesOriginal505efd9768415fdb4543e8c564dad437); ?> <?php endif; ?> <?php if (isset($__componentOriginal505efd9768415fdb4543e8c564dad437)): ?> <?php $component = $__componentOriginal505efd9768415fdb4543e8c564dad437; ?> <?php unset($__componentOriginal505efd9768415fdb4543e8c564dad437); ?> <?php endif; ?> <!--[if BLOCK]><![endif]--><?php if($datalistOptions): ?> <datalist id="<?php echo e($id); ?>-list"> <!--[if BLOCK]><![endif]--><?php $__currentLoopData = $datalistOptions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $option): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($option); ?>" /> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><!--[if ENDBLOCK]><![endif]--> </datalist> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal511d4862ff04963c3c16115c05a86a9d)): ?> <?php $attributes = $__attributesOriginal511d4862ff04963c3c16115c05a86a9d; ?> <?php unset($__attributesOriginal511d4862ff04963c3c16115c05a86a9d); ?> <?php endif; ?> <?php if (isset($__componentOriginal511d4862ff04963c3c16115c05a86a9d)): ?> <?php $component = $__componentOriginal511d4862ff04963c3c16115c05a86a9d; ?> <?php unset($__componentOriginal511d4862ff04963c3c16115c05a86a9d); ?> <?php endif; ?> <?php /**PATH /var/www/back/vendor/filament/forms/src/../resources/views/components/date-time-picker.blade.php ENDPATH**/ ?>