Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #1851

Closed
wants to merge 58 commits into from
Closed

Development #1851

wants to merge 58 commits into from

Conversation

lrljoe
Copy link
Collaborator

@lrljoe lrljoe commented Aug 16, 2024

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?

New Feature Submissions:

  1. Does your submission pass tests and did you add any new tests needed for your feature?
  2. Did you update all templates (if applicable)?
  3. Did you add the relevant documentation (if applicable)?
  4. Did you test locally to make sure your feature works as intended?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully ran tests with your changes locally?

lrljoe and others added 30 commits July 23, 2024 20:22
Fix javascript updates for DateRangeFilter
* Add SetFilterDefaultValue to DateRange Filter

* Fix broken test

* Add docs

* Update ChangeLog

* Add short named array

* Update Docs

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add Localised Pills for DateRangeFilter

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
… Hooks (#1798)

* Tweaks to handle dates centrally

* Add localisation for DateFilter, DateTimeFilter, migrate DateRangeFilter to use Core Trait

* Add Filter Lifecycle Hooks

* Add Search Lifecycle Hook

* Adjust lifecycle hooks, adding docs

* Update DateFilter, DateTimeFilter validate returns

* Update DateRangeFilterTest

* Update ChangeLog

* Add Pills Locale Tests to DateTests

* Remove superfluous method

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Bootstrap Button Classes

* Add Bootstrap Custom CSS

* Add laravel-livewire-tables-cursor to clickable column

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Minor Adjustments to remove unnecessary blades

* Remove default customView method, clean up WithColumnSelect trait

* Clean Up ColumnSelect

* Fix Collapsed Row Attribute Merging

* Text Left when collapsed

* Add Basic Visible Tests

* Remove unused methods

* Migrate to Computed, fix Reorder striping

* Update DateRangeFilterTest

* Tidy Up DateRangeFilter

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add reference to Bulk Actions TH styling in main styling

* Add line break

* Add reference to styling to Column Available Methods
* Fix loading spinner for dark tailwind theme

* Revert spacing error
* Fix bulk actions blade action

* Add BulkActions - DelaySelectAll Tests

* Revert typehinting of primary key type to support int and string types smoothly

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
…1813)

* Adjust DateColumn with Missing Tests and Coping with DateTime Casts

* Add custom getValue for DateColumn

* Revert to instanceOf DateTime

* Add Owner Model to allow testing a Related Date Field

* Add distant relation to DateColumnTest

* Update DateColumn getContents

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Initial Commit

* HandlesFieldName

* Update Docs

* Add tests

* Add BreedsTable to TestCase

* Move TextFilterVisualsTest

* Add Direct and Indirect Tests

* Tidying Other Tests

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Change method names for new WIldCard Strings handler

* Fix styling

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Initial Commit

* Add Docs

* Update generic styling doc

* Add test for setReorderThAttributes


---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Minor docs tweak - adding setAdditionalSelects explanation to label method

* Return missing :
* Fix ViewComponentColumn

* Temporarily Disable Failing ViewComponentColumn Test
lrljoe and others added 28 commits August 4, 2024 07:34
* Initial Commit - Adding Customisable Events

* Utilise Core LaravelLivewireTablesEvent to simplify

* Ensure defaults can be overridden

* Add additional Events Tests

* Add tests to ensure that User is passed into the Events

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Removing old $listeners approach

* Add comments that the events are no longer used


---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add missing TypeHints/ReturnTypes

* Move to PHPStan Level 6
* Add customComponent approach

* Add Basic Tests

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Adjusting for AddBooleanFilter - Fixing Label For

* Clean Up Missing Tags from Docs

* Add note specifying - tailwind only, and in beta

* Add Initial Tests

* Fix BooleanFilter Property TypeHint

* Adjust return values for BooleanFilter

* Update BooleanFilter docs

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Simplify jS

* Move x-data to datatable

* Tweaks to Reordering

* Pass $primaryKey into all children

* Migrate isTailwind into core

* Add Bootstrap

* Add isBootstrap

* Fix missing comma

* Remove from Reorder
* Fix SortingHelpers

* Fix styling

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* FilterGenericData Update

* Fix styling

* Remove filterGenericData

* Change to this

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Initial Cleanup of Columns

* Fix styling

* Clean ColumnHelpers

* Fix styling

* Allow for SecondaryHeader/Footer

* Fix styling

* Fixes for Nullables - Fix PHPStan Workflow

* Add rows as ComputedProperty

* Fix styling

* Remove renderingWithData

* Fix test

* Fix DebuggableDataTest - run getRows() first

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add setTrimSearchStringEnabled/setTrimSearchStringDisabled

* Fix styling

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add SelectedIf/DeselectedIf

* Add Docs & Tests

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
* Add Fixes for Breaking Changes

* Adjust For Footer/Secondary Header Filters

* Adjust for selectedVisibleColumns

* CleanUpOfViews

* Adjust property visibility

* Add typehinting for getSecondaryHeaderContents/getFooterContents

* Adjust Properties - Remove Superfluous Items

* Adjustments - Use $this->isTailwind not $isTailwind

---------

Co-authored-by: lrljoe <lrljoe@users.noreply.github.com>
@lrljoe lrljoe closed this Aug 16, 2024
@lrljoe lrljoe deleted the development branch August 16, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant