169 lines
10 KiB
PHP
169 lines
10 KiB
PHP
<?php
|
|
extract(Flux::forwardedAttributes($attributes, [
|
|
'name',
|
|
'descriptionTrailing',
|
|
'description',
|
|
'label',
|
|
'badge',
|
|
]));
|
|
?>
|
|
|
|
<?php $descriptionTrailing = $descriptionTrailing ??= $attributes->pluck('description:trailing'); ?>
|
|
|
|
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag;
|
|
|
|
$__newAttributes = [];
|
|
$__propNames = \Illuminate\View\ComponentAttributeBag::extractPropNames(([
|
|
'name' => $attributes->whereStartsWith('wire:model')->first(),
|
|
'descriptionTrailing' => null,
|
|
'description' => null,
|
|
'label' => null,
|
|
'badge' => null,
|
|
]));
|
|
|
|
foreach ($attributes->all() as $__key => $__value) {
|
|
if (in_array($__key, $__propNames)) {
|
|
$$__key = $$__key ?? $__value;
|
|
} else {
|
|
$__newAttributes[$__key] = $__value;
|
|
}
|
|
}
|
|
|
|
$attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes);
|
|
|
|
unset($__propNames);
|
|
unset($__newAttributes);
|
|
|
|
foreach (array_filter(([
|
|
'name' => $attributes->whereStartsWith('wire:model')->first(),
|
|
'descriptionTrailing' => null,
|
|
'description' => null,
|
|
'label' => null,
|
|
'badge' => null,
|
|
]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
|
|
$$__key = $$__key ?? $__value;
|
|
}
|
|
|
|
$__defined_vars = get_defined_vars();
|
|
|
|
foreach ($attributes->all() as $__key => $__value) {
|
|
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
|
|
}
|
|
|
|
unset($__defined_vars); ?>
|
|
|
|
<?php if (isset($label) || isset($description)): ?>
|
|
<?php if (isset($component)) { $__componentOriginaldbce252eb40169cc4a74f0123aabaf0b = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginaldbce252eb40169cc4a74f0123aabaf0b = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'e60dd9d2c3a62d619c9acb38f20d5aa5::field','data' => ['attributes' => Flux::attributesAfter('field:', $attributes, [])]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('flux::field'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(Flux::attributesAfter('field:', $attributes, []))]); ?>
|
|
<?php if (isset($label)): ?>
|
|
<?php if (isset($component)) { $__componentOriginal8a84eac5abb8af1e2274971f8640b38f = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal8a84eac5abb8af1e2274971f8640b38f = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'e60dd9d2c3a62d619c9acb38f20d5aa5::label','data' => ['attributes' => Flux::attributesAfter('label:', $attributes, ['badge' => $badge])]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('flux::label'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(Flux::attributesAfter('label:', $attributes, ['badge' => $badge]))]); ?><?php echo e($label); ?> <?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal8a84eac5abb8af1e2274971f8640b38f)): ?>
|
|
<?php $attributes = $__attributesOriginal8a84eac5abb8af1e2274971f8640b38f; ?>
|
|
<?php unset($__attributesOriginal8a84eac5abb8af1e2274971f8640b38f); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal8a84eac5abb8af1e2274971f8640b38f)): ?>
|
|
<?php $component = $__componentOriginal8a84eac5abb8af1e2274971f8640b38f; ?>
|
|
<?php unset($__componentOriginal8a84eac5abb8af1e2274971f8640b38f); ?>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
<?php if (isset($description)): ?>
|
|
<?php if (isset($component)) { $__componentOriginalf323826200b199a8f33f16501b918a9a = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalf323826200b199a8f33f16501b918a9a = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'e60dd9d2c3a62d619c9acb38f20d5aa5::description','data' => ['attributes' => Flux::attributesAfter('description:', $attributes, [])]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('flux::description'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(Flux::attributesAfter('description:', $attributes, []))]); ?><?php echo e($description); ?> <?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalf323826200b199a8f33f16501b918a9a)): ?>
|
|
<?php $attributes = $__attributesOriginalf323826200b199a8f33f16501b918a9a; ?>
|
|
<?php unset($__attributesOriginalf323826200b199a8f33f16501b918a9a); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalf323826200b199a8f33f16501b918a9a)): ?>
|
|
<?php $component = $__componentOriginalf323826200b199a8f33f16501b918a9a; ?>
|
|
<?php unset($__componentOriginalf323826200b199a8f33f16501b918a9a); ?>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
<?php echo e($slot); ?>
|
|
|
|
|
|
<?php if (isset($component)) { $__componentOriginal5730b1630871592dc0d77210545c88c1 = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginal5730b1630871592dc0d77210545c88c1 = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'e60dd9d2c3a62d619c9acb38f20d5aa5::error','data' => ['attributes' => Flux::attributesAfter('error:', $attributes, ['name' => $name])]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('flux::error'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(Flux::attributesAfter('error:', $attributes, ['name' => $name]))]); ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginal5730b1630871592dc0d77210545c88c1)): ?>
|
|
<?php $attributes = $__attributesOriginal5730b1630871592dc0d77210545c88c1; ?>
|
|
<?php unset($__attributesOriginal5730b1630871592dc0d77210545c88c1); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginal5730b1630871592dc0d77210545c88c1)): ?>
|
|
<?php $component = $__componentOriginal5730b1630871592dc0d77210545c88c1; ?>
|
|
<?php unset($__componentOriginal5730b1630871592dc0d77210545c88c1); ?>
|
|
<?php endif; ?>
|
|
|
|
<?php if (isset($descriptionTrailing)): ?>
|
|
<?php if (isset($component)) { $__componentOriginalf323826200b199a8f33f16501b918a9a = $component; } ?>
|
|
<?php if (isset($attributes)) { $__attributesOriginalf323826200b199a8f33f16501b918a9a = $attributes; } ?>
|
|
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'e60dd9d2c3a62d619c9acb38f20d5aa5::description','data' => ['attributes' => Flux::attributesAfter('description:', $attributes, [])]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
|
|
<?php $component->withName('flux::description'); ?>
|
|
<?php if ($component->shouldRender()): ?>
|
|
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
|
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?>
|
|
<?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
|
|
<?php endif; ?>
|
|
<?php $component->withAttributes(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(Flux::attributesAfter('description:', $attributes, []))]); ?><?php echo e($descriptionTrailing); ?> <?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginalf323826200b199a8f33f16501b918a9a)): ?>
|
|
<?php $attributes = $__attributesOriginalf323826200b199a8f33f16501b918a9a; ?>
|
|
<?php unset($__attributesOriginalf323826200b199a8f33f16501b918a9a); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginalf323826200b199a8f33f16501b918a9a)): ?>
|
|
<?php $component = $__componentOriginalf323826200b199a8f33f16501b918a9a; ?>
|
|
<?php unset($__componentOriginalf323826200b199a8f33f16501b918a9a); ?>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
<?php echo $__env->renderComponent(); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__attributesOriginaldbce252eb40169cc4a74f0123aabaf0b)): ?>
|
|
<?php $attributes = $__attributesOriginaldbce252eb40169cc4a74f0123aabaf0b; ?>
|
|
<?php unset($__attributesOriginaldbce252eb40169cc4a74f0123aabaf0b); ?>
|
|
<?php endif; ?>
|
|
<?php if (isset($__componentOriginaldbce252eb40169cc4a74f0123aabaf0b)): ?>
|
|
<?php $component = $__componentOriginaldbce252eb40169cc4a74f0123aabaf0b; ?>
|
|
<?php unset($__componentOriginaldbce252eb40169cc4a74f0123aabaf0b); ?>
|
|
<?php endif; ?>
|
|
<?php else: ?>
|
|
<?php echo e($slot); ?>
|
|
|
|
<?php endif; ?>
|
|
<?php /**PATH E:\!PROJECT\dfood-website\vendor\livewire\flux\src/../stubs/resources/views/flux/with-field.blade.php ENDPATH**/ ?>
|