onlyProps([ 'action', 'component', 'icon' => null, ]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> exceptProps([ 'action', 'component', 'icon' => null, ]); ?> null, ]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> getAction()) || $action->getUrl()) { $wireClickAction = null; } elseif ($record = $action->getRecord()) { $wireClickAction = "mountTableAction('{$action->getName()}', '{$this->getTableRecordKey($record)}')"; } else { $wireClickAction = "mountTableAction('{$action->getName()}')"; } ?> $component] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('dynamic-component'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['dark-mode' => config('tables.dark_mode'),'attributes' => \Filament\Support\prepare_inherited_attributes($attributes)->merge($action->getExtraAttributes()),'tag' => $action->getUrl() ? 'a' : 'button','wire:click' => $wireClickAction,'href' => $action->isEnabled() ? $action->getUrl() : null,'target' => $action->shouldOpenUrlInNewTab() ? '_blank' : null,'disabled' => $action->isDisabled(),'color' => $action->getColor(),'tooltip' => $action->getTooltip(),'icon' => $icon ?? $action->getIcon(),'size' => $action->getSize() ?? 'sm','dusk' => 'filament.tables.action.'.e($action->getName()).'']); ?> renderComponent(); ?>