Skip to content

Commit

Permalink
upgrading to 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Jan 12, 2024
1 parent 9918681 commit dfeadb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 42 deletions.
34 changes: 0 additions & 34 deletions app/Enums/Examples/Ui/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,6 @@ class Select
select="label:name|value:id" />
HTML;

public const STYLED_API_LABEL_HINT = <<<'HTML'
<x-select.styled :request="route('api.users')"
select="label:name|value:id"
label="Select One User"
hint="You can choose whoever you want" />
HTML;

public const STYLED_API_REQUIRED = <<<'HTML'
<x-select.styled :request="route('api.users')"
select="label:name|value:id"
required />
HTML;

public const STYLED_API_MULTIPLE = <<<'HTML'
<x-select.styled :request="route('api.users')"
select="label:name|value:id"
multiple />
HTML;

public const STYLED_API_ADVANCED = <<<'HTML'
<!-- Method can be 'get' or 'post' -->
Expand All @@ -148,21 +129,6 @@ class Select
]" select="label:name|value:id" />
HTML;

public const STYLED_API_SLOT = <<<'HTML'
<x-select.styled :request="route('api.users')"
select="label:name|value:id"
label="Select One User"
hint="Enter any random value to see the slot">
<x-slot:after>
<div class="px-2 mb-2 flex justify-center items-center">
<x-button x-on:click="show = false; $dispatch('confirmed', { term: search })">
<span x-html="`Create user <b>${search}</b>`"></span>
</x-button>
</div>
</x-slot:after>
</x-select.styled>
HTML;

public const ELOQUENT = <<<'HTML'
use App\Models\User;
use Illuminate\Http\Request;
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions contents/on-this-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,9 @@
"5": "Disable Options",
"6": "Limit Selection",
"7": "Image Preview",
"8": "Searchable",
"9": "Slot After"
"8": "Description",
"9": "Searchable",
"10": "Slot After"
}
},
"Styled API": {
Expand Down

0 comments on commit dfeadb8

Please sign in to comment.