OwlCyberSecurity - MANAGER
Edit File: 7f7f61e896d092e36d8a555ba73d63d3.php
<?php use Filament\Forms\Components\TextInput\Actions\HidePasswordAction; use Filament\Forms\Components\TextInput\Actions\ShowPasswordAction; $datalistOptions = $getDatalistOptions(); $extraAlpineAttributes = $getExtraAlpineAttributes(); $hasInlineLabel = $hasInlineLabel(); $id = $getId(); $isConcealed = $isConcealed(); $isDisabled = $isDisabled(); $isPasswordRevealable = $isPasswordRevealable(); $isPrefixInline = $isPrefixInline(); $isSuffixInline = $isSuffixInline(); $mask = $getMask(); $prefixActions = $getPrefixActions(); $prefixIcon = $getPrefixIcon(); $prefixLabel = $getPrefixLabel(); $suffixActions = $getSuffixActions(); $suffixIcon = $getSuffixIcon(); $suffixLabel = $getSuffixLabel(); $statePath = $getStatePath(); if ($isPasswordRevealable) { $xData = '{ isPasswordRevealed: false }'; } elseif (count($extraAlpineAttributes) || filled($mask)) { $xData = '{}'; } else { $xData = null; } if ($isPasswordRevealable) { $type = null; } elseif (filled($mask)) { $type = 'text'; } else { $type = $getType(); } ?> <?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,'has-inline-label' => $hasInlineLabel]); ?> <?php $__env->slot('label', null, ['class' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(\Illuminate\Support\Arr::toCssClasses([ 'sm:pt-1.5' => $hasInlineLabel, ]))]); ?> <?php echo e($getLabel()); ?> <?php $__env->endSlot(); ?> <?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),'xData' => $xData,'attributes' => \Filament\Support\prepare_inherited_attributes($getExtraAttributeBag()) ->class(['fi-fo-text-input overflow-hidden']) ]] + (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)),'x-data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($xData),'attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute( \Filament\Support\prepare_inherited_attributes($getExtraAttributeBag()) ->class(['fi-fo-text-input overflow-hidden']) )]); ?> <?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([ 'autocapitalize' => $getAutocapitalize(), 'autocomplete' => $getAutocomplete(), 'autofocus' => $isAutofocused(), 'disabled' => $isDisabled, 'id' => $id, 'inlinePrefix' => $isPrefixInline && (count($prefixActions) || $prefixIcon || filled($prefixLabel)), 'inlineSuffix' => $isSuffixInline && (count($suffixActions) || $suffixIcon || filled($suffixLabel)), 'inputmode' => $getInputMode(), 'list' => $datalistOptions ? $id . '-list' : null, 'max' => (! $isConcealed) ? $getMaxValue() : null, 'maxlength' => (! $isConcealed) ? $getMaxLength() : null, 'min' => (! $isConcealed) ? $getMinValue() : null, 'minlength' => (! $isConcealed) ? $getMinLength() : null, 'placeholder' => $getPlaceholder(), 'readonly' => $isReadOnly(), 'required' => $isRequired() && (! $isConcealed), 'step' => $getStep(), 'type' => $type, $applyStateBindingModifiers('wire:model') => $statePath, 'x-bind:type' => $isPasswordRevealable ? 'isPasswordRevealed ? \'text\' : \'password\'' : null, 'x-mask' . ($mask instanceof \Filament\Support\RawJs ? ':dynamic' : '') => filled($mask) ? $mask : null, ], escape: false) ->class([ '[&::-ms-reveal]:hidden' => $isPasswordRevealable, ]) ]] + (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([ 'autocapitalize' => $getAutocapitalize(), 'autocomplete' => $getAutocomplete(), 'autofocus' => $isAutofocused(), 'disabled' => $isDisabled, 'id' => $id, 'inlinePrefix' => $isPrefixInline && (count($prefixActions) || $prefixIcon || filled($prefixLabel)), 'inlineSuffix' => $isSuffixInline && (count($suffixActions) || $suffixIcon || filled($suffixLabel)), 'inputmode' => $getInputMode(), 'list' => $datalistOptions ? $id . '-list' : null, 'max' => (! $isConcealed) ? $getMaxValue() : null, 'maxlength' => (! $isConcealed) ? $getMaxLength() : null, 'min' => (! $isConcealed) ? $getMinValue() : null, 'minlength' => (! $isConcealed) ? $getMinLength() : null, 'placeholder' => $getPlaceholder(), 'readonly' => $isReadOnly(), 'required' => $isRequired() && (! $isConcealed), 'step' => $getStep(), 'type' => $type, $applyStateBindingModifiers('wire:model') => $statePath, 'x-bind:type' => $isPasswordRevealable ? 'isPasswordRevealed ? \'text\' : \'password\'' : null, 'x-mask' . ($mask instanceof \Filament\Support\RawJs ? ':dynamic' : '') => filled($mask) ? $mask : null, ], escape: false) ->class([ '[&::-ms-reveal]:hidden' => $isPasswordRevealable, ]) )]); ?> <?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; ?> <!--[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/text-input.blade.php ENDPATH**/ ?>