From 1ff5c35de5dbd70a782875a91dd2232fd01b002b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:38:04 +0200 Subject: Adding upstream version 0.10.1. Signed-off-by: Daniel Baumann --- vendor/ipl/html/src/Contract/FormElement.php | 125 +++++++++++++++++++++ .../ipl/html/src/Contract/FormElementDecorator.php | 18 +++ vendor/ipl/html/src/Contract/FormSubmitElement.php | 13 +++ vendor/ipl/html/src/Contract/ValueCandidates.php | 22 ++++ vendor/ipl/html/src/Contract/Wrappable.php | 45 ++++++++ 5 files changed, 223 insertions(+) create mode 100644 vendor/ipl/html/src/Contract/FormElement.php create mode 100644 vendor/ipl/html/src/Contract/FormElementDecorator.php create mode 100644 vendor/ipl/html/src/Contract/FormSubmitElement.php create mode 100644 vendor/ipl/html/src/Contract/ValueCandidates.php create mode 100644 vendor/ipl/html/src/Contract/Wrappable.php (limited to 'vendor/ipl/html/src/Contract') diff --git a/vendor/ipl/html/src/Contract/FormElement.php b/vendor/ipl/html/src/Contract/FormElement.php new file mode 100644 index 0000000..6aa1456 --- /dev/null +++ b/vendor/ipl/html/src/Contract/FormElement.php @@ -0,0 +1,125 @@ +