Using AlpineJS for calculating if all items have been selected
Correcting missing x-cloak
Added indeterminateCheckbox for TH for bulk actions
Cleaned up ALpineJS functionality for Bulk Actions
Repair of tests that were looking for wire:model that no longer existed
Enhancements
Several new public variables for accessing pagination data cleanly, to avoid calling functions repeatedly across various blades.
paginationTotalItemCount (Total number of items in the results across all page)
paginationCurrentItems (Primary keys of items in the current page)
paginationCurrentCount (Number of results on the current page)
Blades
Several blades have had the classic Tables approach ($theme == 'tailwind', $theme == 'bootstrap) replaced with conditional classes using the @class([]) approach. This is to reduce the complexity of the blade files.
Using AlpineJS for calculating if all items have been selected
Correcting missing x-cloak
Added indeterminateCheckbox for TH for bulk actions
Cleaned up ALpineJS functionality for Bulk Actions
Repair of tests that were looking for wire:model that no longer existed
Enhancements
Several new public variables for accessing pagination data cleanly, to avoid calling functions repeatedly across various blades.
paginationTotalItemCount (Total number of items in the results across all page)
paginationCurrentItems (Primary keys of items in the current page)
paginationCurrentCount (Number of results on the current page)
Blades
Several blades have had the classic Tables approach ($theme == 'tailwind', $theme == 'bootstrap) replaced with conditional classes using the @class([]) approach. This is to reduce the complexity of the blade files.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps rappasoft/laravel-livewire-tables from 2.12.0 to 2.14.0.
Release notes
Sourced from rappasoft/laravel-livewire-tables's releases.
... (truncated)
Changelog
Sourced from rappasoft/laravel-livewire-tables's changelog.
... (truncated)
Commits
77408c7
Merge pull request #1219 from rappasoft/develop5024e1a
Remove for github action7b13a48
Added pint workflow, remove php cs fixer6ad354e
Run pint3b0bf2a
Changelog5b88b0d
AlpineJS - Bulk Actions Fixes (#1218)74e1224
Alpine bulk actions cloak (#1217)81e4121
Interim Fix for Bulk Actions (#1216)c5b4a5a
Update README.md660fd33
Merge pull request #1211 from rappasoft/developDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)