forked from symfony/ux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Live][Stimulus] Removing experimental & auditing internal classes
- Loading branch information
1 parent
b07f864
commit 9ebae32
Showing
61 changed files
with
26 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ | |
* @see https://symfony.com/bundles/ux-live-component | ||
* | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
#[\Attribute(\Attribute::TARGET_CLASS)] | ||
final class AsLiveComponent extends AsTwigComponent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ | |
* @see https://symfony.com/bundles/ux-live-component/current/index.html#actions-arguments | ||
* | ||
* @author Tomas Norkūnas <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
#[\Attribute(\Attribute::TARGET_PARAMETER)] | ||
final class LiveArg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ | |
* Trait with shortcut methods useful for live components. | ||
* | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
trait ComponentToolsTrait | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,6 @@ | |
/** | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class ComponentValidator implements ComponentValidatorInterface, ServiceSubscriberInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,6 @@ | |
|
||
/** | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
interface ComponentValidatorInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,6 @@ | |
|
||
/** | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
trait ComponentWithFormTrait | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ | |
|
||
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
trait DefaultActionTrait | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ | |
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class ComponentDefaultActionPass implements CompilerPassInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,6 @@ | |
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class OptionalDependencyPass implements CompilerPassInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,8 +55,6 @@ | |
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class LiveComponentExtension extends Extension implements PrependExtensionInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,6 @@ | |
* | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class AddLiveAttributesSubscriber implements EventSubscriberInterface, ServiceSubscriberInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,6 @@ | |
* | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class InterceptChildComponentRenderSubscriber implements EventSubscriberInterface, ServiceSubscriberInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,6 @@ | |
* @author Kevin Bond <[email protected]> | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class LiveComponentSubscriber implements EventSubscriberInterface, ServiceSubscriberInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ | |
/** | ||
* @author Nicolas Rigaud <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class QueryStringInitializeSubscriber implements EventSubscriberInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,6 @@ | |
* | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class ResetDeterministicIdSubscriber implements EventSubscriberInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ | |
* | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class HydrationException extends BadRequestHttpException | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,6 @@ | |
|
||
/** | ||
* @author Gábor Egyed <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class LiveCollectionType extends AbstractType | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ | |
|
||
/** | ||
* @author Gábor Egyed <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
trait LiveCollectionTrait | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,6 @@ | |
|
||
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
*/ | ||
final class LiveComponentBundle extends Bundle | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,6 @@ | |
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class LiveComponentHydrator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,6 @@ | |
namespace Symfony\UX\LiveComponent; | ||
|
||
/** | ||
* @experimental | ||
* | ||
* @author Ryan Weaver <[email protected]> | ||
*/ | ||
final class LiveResponder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ | |
/** | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class LiveComponentMetadata | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ | |
/** | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class LiveComponentMetadataFactory implements ResetInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ | |
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class LivePropMetadata | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ | |
/** | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class DeterministicTwigIdCalculator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ | |
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class LiveComponentExtension extends AbstractExtension | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,6 @@ | |
/** | ||
* @author Kevin Bond <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
final class LiveComponentRuntime | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ | |
/** | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class ChildComponentPartialRenderer implements ServiceSubscriberInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ | |
* | ||
* @author Ryan Weaver <[email protected]> | ||
* | ||
* @experimental | ||
* | ||
* @internal | ||
*/ | ||
class DehydratedProps | ||
|
Oops, something went wrong.