onlyProps([
'actions',
'fullWidth' => false,
]) as $__key => $__value) {
$$__key = $$__key ?? $__value;
} ?>
exceptProps([
'actions',
'fullWidth' => false,
]); ?>
false,
]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
$$__key = $$__key ?? $__value;
} ?>
$__value) {
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
} ?>
x-data="{
isSticky: false,
evaluatePageScrollPosition: function () {
this.isSticky =
window.scrollY + window.innerHeight * 2 <=
document.body.scrollHeight
},
}"
x-init="evaluatePageScrollPosition"
x-on:scroll.window="evaluatePageScrollPosition"
x-bind:class="{
'filament-form-actions-sticky-panel sticky bottom-0 -mx-4 transform md:-translate-y-4 bg-white p-4 shadow-lg transition ring-1 ring-black/5 md:rounded-xl':
isSticky,
'dark:bg-gray-800': toHtml() ?> && isSticky,
}"
>
'filament::components.pages.actions.index','data' => ['actions' => $actions,'alignment' => config('filament.layout.forms.actions.alignment'),'fullWidth' => $fullWidth,'class' => 'filament-form-actions']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('filament::pages.actions'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['actions' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($actions),'alignment' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(config('filament.layout.forms.actions.alignment')),'full-width' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($fullWidth),'class' => 'filament-form-actions']); ?>
renderComponent(); ?>