Skip to content

Commit

Permalink
Unfinalize all components
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz authored and GSadee committed May 13, 2024
1 parent 1e30fb3 commit 65969a7
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Symfony\UX\LiveComponent\DefaultActionTrait;

#[AsLiveComponent]
final class FormComponent
class FormComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Symfony\UX\LiveComponent\LiveCollectionTrait;

#[AsLiveComponent]
final class FormComponent
class FormComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

#[AsLiveComponent]
final class OrderStatisticsComponent
class OrderStatisticsComponent
{
use HookableLiveComponentTrait;
use DefaultActionTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Sylius\Component\Core\Repository\CustomerRepositoryInterface;
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

final class NewCustomersComponent
class NewCustomersComponent
{
public const DEFAULT_LIMIT = 5;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Sylius\Component\Core\Repository\OrderRepositoryInterface;
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

final class NewOrdersComponent
class NewOrdersComponent
{
public const DEFAULT_LIMIT = 5;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

#[AsLiveComponent]
final class StatisticsComponent
class StatisticsComponent
{
use ComponentToolsTrait;
use DefaultActionTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Sylius\Component\Resource\Repository\RepositoryInterface;
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

final class AddressHistoryComponent
class AddressHistoryComponent
{
public ?string $addressId = null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Symfony\UX\LiveComponent\DefaultActionTrait;

#[AsLiveComponent]
final class FormComponent
class FormComponent
{
use ComponentWithFormTrait;
use DefaultActionTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Symfony\UX\LiveComponent\DefaultActionTrait;

#[AsLiveComponent]
final class FormComponent
class FormComponent
{
use DefaultActionTrait;
use HookableComponentTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Symfony\UX\LiveComponent\LiveCollectionTrait;

#[AsLiveComponent]
final class GenerateProductVariantsFormComponent
class GenerateProductVariantsFormComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Symfony\UX\LiveComponent\DefaultActionTrait;
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

final class ProductAttributeAutocompleteComponent
class ProductAttributeAutocompleteComponent
{
/** @var array<string> */
#[LiveProp(writable: true, hydrateWith: 'hydrateSelectedAttributeCodes', dehydrateWith: 'dehydrateSelectedAttributeCodes', updateFromParent: true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use Symfony\UX\LiveComponent\LiveCollectionTrait;

#[AsLiveComponent]
final class FormComponent
class FormComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

final class NotificationsComponent
class NotificationsComponent
{
/**
* @return array<string, mixed>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Symfony\Contracts\Translation\TranslatorInterface;
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

final class UserDropdownComponent
class UserDropdownComponent
{
public function __construct(
private UrlGeneratorInterface $urlGenerator,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Symfony\UX\LiveComponent\DefaultActionTrait;

#[AsLiveComponent]
final class ShipComponent
class ShipComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use Symfony\UX\LiveComponent\LiveCollectionTrait;

#[AsLiveComponent]
final class FormComponent
class FormComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

#[AsLiveComponent]
final class TaxonTreeComponent
class TaxonTreeComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down

0 comments on commit 65969a7

Please sign in to comment.