Derrik Milligan
Derrik Milligan
Currently we have the lovely `css-scope` property which we can override as documented [here](https://antoniandre.github.io/wave-ui/customization#give-wave-ui-css-more-priority). If this is set with a 2 level, or deeper, specificity such as `$css-scope:'.w-app .app'` then...
Currently with the `w-table` pagination if you adjust the `pagination.page` value a watcher is fired off to re-calculate the pagination values so they're adjusted correctly. The method that gets called...
- Added a type for the headers `WTableHeader` - Added a type for pagination `WTablePagination` - Added the missing `pagination` prop - Updated the event param names and types
- Updated the w-select typescript types to have a proper Item interface: `WSelectDropdownItem` - Updated slot types - Updated event types - Updated the `items` prop
- Updated the w-tabs type to remove the errors with slots using indexes. - Made a small pass at trying to add some more types in places. - Added the...
This PR adds a new config `css.colorShadeCssVariables` which slightly modifies how the `generateColors` method works. It allows for that method to also generate CSS variables for all the shades as...
This PR adds the `checklist` property to the `w-select` component. Which is just a small pass through property to the underlying `w-list`. Having this property can make using the `multiple`...
[Previously we added slots](https://github.com/antoniandre/wave-ui/pull/132) to the `w-input` icons so that we could pass in icons with other icon solutions. This pull requests attempts to add the same icon slots to...
For a template section like this: ```typescript Custom Cell... ``` Without this change the template slot `#item-cell.name` shows that it's an error. I left the original `item-cell` without the slot...
## The problem [Here is a codepen](https://codepen.io/dmilligan/pen/qBwOpbP?editors=1010) demonstrating this issue. If you select `Wave 2` or `Wave 3` from the autocomplete you'll notice that `Wave` has been removed from the...