OwlCyberSecurity - MANAGER
Edit File: 35f785842945a03e7e174c3203035312.php
<?php $debounce = filament()->getGlobalSearchDebounce(); $keyBindings = filament()->getGlobalSearchKeyBindings(); $suffix = filament()->getGlobalSearchFieldSuffix(); ?> <div x-id="['input']" <?php echo e($attributes->class(['fi-global-search-field'])); ?> > <label x-bind:for="$id('input')" class="sr-only"> <?php echo e(__('filament-panels::global-search.field.label')); ?> </label> <?php if (isset($component)) { $__componentOriginal505efd9768415fdb4543e8c564dad437 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal505efd9768415fdb4543e8c564dad437 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'filament::components.input.wrapper','data' => ['prefixIcon' => 'heroicon-m-magnifying-glass','prefixIconAlias' => 'panels::global-search.field','inlinePrefix' => true,'suffix' => $suffix,'inlineSuffix' => true,'wire:target' => 'search']] + (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(['prefix-icon' => 'heroicon-m-magnifying-glass','prefix-icon-alias' => 'panels::global-search.field','inline-prefix' => true,'suffix' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($suffix),'inline-suffix' => true,'wire:target' => 'search']); ?> <?php if (isset($component)) { $__componentOriginal9ad6b66c56a2379ee0ba04e1e358c61e = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9ad6b66c56a2379ee0ba04e1e358c61e = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'filament::components.input.index','data' => ['autocomplete' => 'off','inlinePrefix' => true,'placeholder' => __('filament-panels::global-search.field.placeholder'),'type' => 'search','wire:key' => 'global-search.field.input','xBind:id' => '$id(\'input\')','xOn:keydown.down.prevent.stop' => '$dispatch(\'focus-first-global-search-result\')','xData' => '{}','attributes' => \Filament\Support\prepare_inherited_attributes( new \Illuminate\View\ComponentAttributeBag([ 'wire:model.live.debounce.' . $debounce => 'search', 'x-mousetrap.global.' . collect($keyBindings)->map(fn (string $keyBinding): string => str_replace('+', '-', $keyBinding))->implode('.') => $keyBindings ? 'document.getElementById($id(\'input\')).focus()' : null, ]) ) ]] + (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(['autocomplete' => 'off','inline-prefix' => true,'placeholder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(__('filament-panels::global-search.field.placeholder')),'type' => 'search','wire:key' => 'global-search.field.input','x-bind:id' => '$id(\'input\')','x-on:keydown.down.prevent.stop' => '$dispatch(\'focus-first-global-search-result\')','x-data' => '{}','attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute( \Filament\Support\prepare_inherited_attributes( new \Illuminate\View\ComponentAttributeBag([ 'wire:model.live.debounce.' . $debounce => 'search', 'x-mousetrap.global.' . collect($keyBindings)->map(fn (string $keyBinding): string => str_replace('+', '-', $keyBinding))->implode('.') => $keyBindings ? 'document.getElementById($id(\'input\')).focus()' : null, ]) ) )]); ?> <?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 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; ?> </div> <?php /**PATH /var/www/back/vendor/filament/filament/src/../resources/views/components/global-search/field.blade.php ENDPATH**/ ?>