Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blazorise

Blazorise is an advanced component framework for Blazor with support for multiple CSS frameworks.
Collective - Host: opensource - https://opencollective.com/blazorise - Website: https://blazorise.com/ - Code: https://github.com/Megabit/Blazorise

Bump version number 0.9.3-rc3

github.com/Megabit/Blazorise - f39ed0dc3296bcb8db5a8e8a2f665dd0da2bc97b authored almost 4 years ago
Fix Multiple Select not being updated programatically (#1943)

github.com/Megabit/Blazorise - a50ffe035416d5cacb90c352794a2ff0b4b7a339 authored almost 4 years ago
Datagrid: Multi selection improvements (#1927)

* Datagrid MultiSelect Improvements: Added missing FilterTemplate support.

* Datagrid MultiSe...

github.com/Megabit/Blazorise - bfad04a201560f32e19f08b5c8e27bc2392a28bc authored almost 4 years ago
Catch RTE canceled task (#1939)

github.com/Megabit/Blazorise - 330f529f0b15567dadaf35333afb61329b5ebc27 authored almost 4 years ago
DataGrid - Added SortDirectionTemplate to Column (#1937)

* Fix cursor when column is not sortable.

* Added new SortDirectionTemplate to allow custom i...

github.com/Megabit/Blazorise - 7a3a1786a34f2cc8134608d3d5face0da5b1c12f authored almost 4 years ago
Add EditOrder to DataGridColumn (#1935)

* Add EditOrder to DataGridColumn.
Fixed problems with order in inline edit mode.

* If no ed...

github.com/Megabit/Blazorise - 5f756c1d743485e270b9114c8b05fc53ceb56953 authored almost 4 years ago
TreeView Selected Class: Added Selected Node Class (#1932)

* TreeView Selected Class: Added Selected Node Class

* TreeView Selected Class: Implemented f...

github.com/Megabit/Blazorise - 38ad6f215ee6f6898b15135631726f7b8c15618a authored almost 4 years ago
Datagrid Resize : Ignore clicks from resizer triggering sort or other click events. (#1930)

* Datagrid Resizable: Ignore clicks coming from resizing

* Datagrid Resizable: Resizable was ...

github.com/Megabit/Blazorise - b3c70dedc1a95d4d836a0d372e99419b38ea2453 authored almost 4 years ago
Bump version number 0.9.3-rc2

github.com/Megabit/Blazorise - 10b3431a6fae58a60a24fab33c125d783fdd35bd authored almost 4 years ago
Add support for RTE async dispose (#1921)

github.com/Megabit/Blazorise - 2829d49c90a0e48ade57e0236eb520ecee0fedcb authored almost 4 years ago
Datagrid: Is pager visible when button row is on and grid is Empty with an EmptyTemplate set (#1918)

* Datagrid: IsPagerVisible: Still show when ButtonRow is on, showpager is on, no records, not lo...

github.com/Megabit/Blazorise - 03476c107c0ebfdb0e6c5f2a5164a3419ccdd68e authored almost 4 years ago
Datagrid: IsPagerVisible: DemoPage: Added EmptyTemplate

github.com/Megabit/Blazorise - e59aebbafaf8fa8135cc71c1da486478fe3f10d3 authored almost 4 years ago
Datagrid: IsPagerVisible: Still show when ButtonRow is on, showpager is on, no records, not loading and empty template is defined.

github.com/Megabit/Blazorise - a920c5ff2ab100971e67dced07ca8c527ef0fa17 authored almost 4 years ago
Bugfix: BaseAfterRenderComponent was setting collection to null on dispose, while it still may be accessed asynchronously on OnAfterRenderAsync (#1916)

github.com/Megabit/Blazorise - cb6538ebf6c66fc79ea4c6d7e1a7e99190f652db authored almost 4 years ago
RTE - Fix custom config and add docs + example (#1905)

* RTE - Fix custom config and add docs + example

* RTE - Fix custom config and add docs + exa...

github.com/Megabit/Blazorise - f931128aa2c4c54bf976a3e0395226321c933e08 authored almost 4 years ago
Datagrid: Resize Mode: Header / Columns (#1909)

* Datagrid resize: Made resize div more faithful to actual table height by recalculating on mous...

github.com/Megabit/Blazorise - d23cf4604c69c8c7b2094a1affa58f4c6e89c42b authored almost 4 years ago
RTE - Queue requests for after render and support for content updates (#1881)

* RTE - Queue requests for after render and support for content updates

* Move ExecuteAfterRe...

github.com/Megabit/Blazorise - e732c547353ff9390da3bfe607920e2cbdd29004 authored almost 4 years ago
Bump version number 0.9.3-rc1

github.com/Megabit/Blazorise - 24cd7ab538fd85e2b7172bc17d96f95930ae4c9d authored almost 4 years ago
Optimized Validation to always use new validation value (#1902)

github.com/Megabit/Blazorise - 426f3cdf51a09c6d1e1fdf6d161341dd1acc7eda authored almost 4 years ago
Datagrid multi selection fixes (#1896)

* Datagrid MultiSelection Fixes: Made indeterminate correctly recalculate on page changed. Made ...

github.com/Megabit/Blazorise - 522a02f93ced506b8ccc033995603c4da777f609 authored almost 4 years ago
Update SUPPORTERS.md

github.com/Megabit/Blazorise - 79b82ee298ff6273748273b8b80210c911771da3 authored almost 4 years ago
Data grid check all indeterminate state (#1891)

* DataGrid: CheckAll Indeterminate State feature

* DataGrid: CheckAll Indeterminate State fea...

github.com/Megabit/Blazorise - a48ea5f17e322da2472ff46bb4db1dc49722931c authored almost 4 years ago
Datagrid resizable feature (#1885)

* Setting up PR #1328(Resizable DataGrid preview / prototype - need feedback) with just some tin...

github.com/Megabit/Blazorise - 959a7d10be92524cac741d88a29f5fd8935658a6 authored almost 4 years ago
DataGrid: Just making sure page handler events are unsubscribed. (#1889)

* Datagrid: Just making sure page handler events are unsubscribed on dispose.
Refactored anonym...

github.com/Megabit/Blazorise - f0c131946864e7cce13592afbc845d9311109aa3 authored almost 4 years ago
Datagrid: Introduced async / await on missing events. Introduced a Cancellation Token to issue a cancellation on page changed / page size changed (#1886)

* Introduced async / await on missing events. Introduced a CancellationToken to issue a cancella...

github.com/Megabit/Blazorise - 3547defa5240dd43191bac8672b426509d548cb3 authored almost 4 years ago
Don't run validation if input is disabled (#1884)

github.com/Megabit/Blazorise - d143da2d088c2f82f9729b575181efaf3b33a8b1 authored almost 4 years ago
DataGrid column DisplayOrder (#1880)

* Add SortOrder to DataGrid

* Change SortOrder to DisplayOrder

* Use OrderBy with DisplayO...

github.com/Megabit/Blazorise - 5593df640ef985ed812ed020ae6fc3bf31572bee authored almost 4 years ago
Only toggle Bar on first render if breakpoint is broken (#1879)

github.com/Megabit/Blazorise - 9dd3a7ef5a7072c8ef56f56e8429c669f14b3bd1 authored almost 4 years ago
Adjust bar header and bar footer z-index for Bootstrap (#1878)

github.com/Megabit/Blazorise - 3d1e47f959ad1acca7a5d1529ab8858a8733ee16 authored almost 4 years ago
DataGridPage demo code behind

github.com/Megabit/Blazorise - bc69c0db4b017a715faeee19b0175011574bbffb authored almost 4 years ago
MultiSelect: Fix checkbox uncheck and multiselectall uncheck, should unselect 'SelectedRow' (#1865)

* Fix checkbox uncheck and multiselectall uncheck, should unselect 'SelectedRow'

* Formating
...

github.com/Megabit/Blazorise - edbc3121a2de18c50ae32d7a0d35da92b3a72d4a authored almost 4 years ago
RTE - Tooltips might (partly) disappear behind sidebar (#1863)

* RTE - Tooltips might (partly) disappear behind sidebar

* Formating

Co-authored-by: Mlade...

github.com/Megabit/Blazorise - def5d9aa0693e4fe9ab82237af2fe825e66f6751 authored almost 4 years ago
RichTextEdit - Catch exception when try to destroy editor in Server side blazor after user closes window. (#1868)

github.com/Megabit/Blazorise - a7a278b8b44cf20ea787d282b2eec3531ca31ec9 authored almost 4 years ago
RichTextEdit - Add missing actions (#1860)

* dev093-RTE-Missing-actions

* dev093-RTE-Missing-actions

Co-authored-by: Mladen Macanovic...

github.com/Megabit/Blazorise - 71c31f41eaececc8a0c1745d5cf6b3be62204f70 authored almost 4 years ago
Show autocomplete text according to currently focused item (#1858)

github.com/Megabit/Blazorise - 6369efc15e8aae4804932836f22a86441eeee5c8 authored almost 4 years ago
Add validation to Autocomplete component (#1857)

github.com/Megabit/Blazorise - cc0c2200c88c846ffcb519b4d5888a92e6d79f87 authored almost 4 years ago
Fix NumericEdit reset value when Min and Mix are not used (#1855)

github.com/Megabit/Blazorise - bac81e5ea8c1eeaa4a43edd409b7251aac18eb6f authored almost 4 years ago
Update Divider when Theme settings changes (#1851)

github.com/Megabit/Blazorise - 9896c6d562995aa2dab64253ae3103a7f4fc2814 authored almost 4 years ago
Add Indentation to BarDropdownItem and BarDropdownToggle (#1850)

github.com/Megabit/Blazorise - c1cefc7c7de2d6774ee0c52e3ae7984bdc177699 authored almost 4 years ago
RadioGroup color parameter (#1845)

* Add Color parameter for RadioGroup buttons

* Add Color parameter to Radio docs

* Remove ...

github.com/Megabit/Blazorise - 480bdf6432bced302653cd8155ef4b6f119cf484 authored almost 4 years ago
Fixed direct call to JSInterop from parameter (#1844)

* Fixed direct call to JSInterop from parameter

* Remove unnecesary check for Rendered flag

github.com/Megabit/Blazorise - 32479fb2a7f87284c381b5eb692f9ab634e2b5e0 authored almost 4 years ago
Implemented IndexableOption and IndexableOptionConverter for chart extension (#1843)

github.com/Megabit/Blazorise - 75762a547ec6051d4ac7d041987945549047fef3 authored almost 4 years ago
Vertical RadioGroup (#1829)

* Buttons comments

* Support for vertical Radio button group

* Add Inline argument to docs...

github.com/Megabit/Blazorise - 36ec6ec50f8ea6972dc690f89e43c68b26acf12c authored almost 4 years ago
Fixes Autocomplete focus and empty dropdown (#1821)

github.com/Megabit/Blazorise - ff2eaa82dbcf911b51b2689e21369b4da8e58564 authored almost 4 years ago
Fixed Bulma Jumbotron color classnames (#1819)

github.com/Megabit/Blazorise - e706cbcd1ac339b2c556ade5fd25ddef33b4f6cc authored almost 4 years ago
Merge pull request #1818 from stsrki/dev093-modal-refactor

Modal refactoring

github.com/Megabit/Blazorise - 6a37543f902b73a29d61c424bb79b408b747c6f6 authored almost 4 years ago
Remove unused parameter

github.com/Megabit/Blazorise - 967ec946d9e84c6d7ae91bd3a4e8104c149af6db authored almost 4 years ago
Add breaking changes warning for Modal

github.com/Megabit/Blazorise - 0aa24764a8b870776e621f0f7730ece6e87134c5 authored almost 4 years ago
Revert tag-list done by minimal-mistakes jekyll theme

github.com/Megabit/Blazorise - 3109a3ffb8bdaeed32fe7bf71a817a8df2cc9534 authored almost 4 years ago
Release notes for ModalBackdrop breaking changes

github.com/Megabit/Blazorise - b0505f2c756f78cbed29b047ca34c7293511b715 authored almost 4 years ago
Add example for nested modal to demo app

github.com/Megabit/Blazorise - 2c551ccd40c74a90fe8b8d2b12b1918cc9b44886 authored almost 4 years ago
Remove all usages of ModalBackdrop

github.com/Megabit/Blazorise - c4ab2e22548cfdfa41b6456115de6292f34170f2 authored almost 4 years ago
Adjust Bootstrap modal to work with new logic

github.com/Megabit/Blazorise - 0a43eb18fe2b609b4ffaf7e624ec3b1196004623 authored almost 4 years ago
Adjust AntDesign modal to work with new logic

github.com/Megabit/Blazorise - 2be2c655531192053799789a6454d96599a7e96e authored almost 4 years ago
Refactor Modal to use internal backdrop and to act as close activator

github.com/Megabit/Blazorise - 65063ea51b017c1c9cd2056c47b07a6d34a42375 authored almost 4 years ago
Remove ModalBackdrop and create inrernal _ModalBackdrop

github.com/Megabit/Blazorise - 365b89a3a8b20e484ca43a18b55758ac52bcfe24 authored almost 4 years ago
Override internal methods fix

github.com/Megabit/Blazorise - ea731c01c0bfc04dac7c557986ec330ac80fdae0 authored almost 4 years ago
Remove Boostrap z-index rule for modal dialog

github.com/Megabit/Blazorise - 3e364ff101e8cc4555c47958d6af69ffde466cc9 authored almost 4 years ago
Fix AntDesign modal fade animation

github.com/Megabit/Blazorise - 3623ae5f788a46c3565d9256953e71802dd620f5 authored almost 4 years ago
Add InternalsVisibleTo for Blazorise providers

github.com/Megabit/Blazorise - f9e4f0832eefbe809d8252440f3d565c8fb1e7d8 authored almost 4 years ago
Bump version number 0.9.3-preview9

github.com/Megabit/Blazorise - f47fbc1e70a20b55daf01bee99704a4dc6e2382a authored almost 4 years ago
Merge pull request #1808 from stsrki/dev093-table-events

Table drag and drop events

github.com/Megabit/Blazorise - 439f1a35e9060b8cb0d8f8301a6cfe18efbc3e74 authored almost 4 years ago
Merge branch 'dev093' into dev093-table-events

github.com/Megabit/Blazorise - 66780f76a5c9a4612b23087d69c12973b9a97b58 authored almost 4 years ago
Adds drag and drop event to table components

github.com/Megabit/Blazorise - 1bae81ef602f2efe401caaeb592c610c0a72fb81 authored almost 4 years ago
Add BaseDraggableComponent class

github.com/Megabit/Blazorise - 2536e3735f2c88e4518200dd8858419f08d78090 authored almost 4 years ago
Merge pull request #1702 from Meberem/dev093-close-button-improvements

Close Alerts and Modals if CloseButton is within them

github.com/Megabit/Blazorise - 0cfa6f4e4fc34b11d8aa323c3db97c14c945c373 authored almost 4 years ago
Merge branch 'dev093' into dev093-close-button-improvements

github.com/Megabit/Blazorise - 031a9708bdc491775ac807a4ee26322b61cf63f5 authored almost 4 years ago
Text localizer fallback to neutral culture (#1806)

* TextLocalizer: Implemented fallback to neutral culture

Implemented fallback to neutral cult...

github.com/Megabit/Blazorise - 95138bcb65f26485ff8f6b2672607d19380629ec authored almost 4 years ago
Improved DataGrid Localization for de-DE (#1805)

* Improved DataGrid Localization for de-DE

* Update Carousel german localization

Co-author...

github.com/Megabit/Blazorise - 2d8283769fb6b7c002335325b45c93e5d6764a47 authored almost 4 years ago
DataGrid, apply width using style instead of width attribute

github.com/Megabit/Blazorise - e3035e1f27fae2798f373588ee7ee028c6d8951e authored almost 4 years ago
Add rule for mailto links to Link component (#1800)

github.com/Megabit/Blazorise - 3de09a74bbed945b874570f69ccdaecbe3a73df5 authored almost 4 years ago
Mention CloseButton as breaking change in 093 release notes

github.com/Megabit/Blazorise - 289d7cb3bbf0a631d050b160df230fea9a564a84 authored almost 4 years ago
Adjust CloseButton and Alert documentation

github.com/Megabit/Blazorise - 805da712deed6955a92ea4a16f74a55145f19778 authored almost 4 years ago
Tests for CloseButton AutoClose

github.com/Megabit/Blazorise - e8e04cee8c72c3b6cd2222a5cb6ab638f1641f5d authored almost 4 years ago
Disable AutoClose for DataGrid modal

github.com/Megabit/Blazorise - 822f6029ef74bc3a5867deda5c5f8d5917250683 authored almost 4 years ago
Modify demos for Modal and Alert to work with CloseButton autoclose

github.com/Megabit/Blazorise - 7ef3eea739b4330bc5aab3d08af49a28b878b2e3 authored almost 4 years ago
Add AutoClose parameter to CloseButton

github.com/Megabit/Blazorise - 9ef8601d08460f7ef628978bb0fc1976d2c6850c authored almost 4 years ago
Check Alert Visible flag before changing state

github.com/Megabit/Blazorise - 1957336e310b587b31bb936e979f73a0e4e06a87 authored almost 4 years ago
Merge branch 'dev093' into dev093-close-button-improvements

github.com/Megabit/Blazorise - a0e292f202ad06b0d4dc32ad44ba2f8e55963074 authored almost 4 years ago
Portuguese localized resources added (#1793)

* added portuguese localization

* Changed encoding to utf-8

Co-authored-by: Mladen Macanov...

github.com/Megabit/Blazorise - f08a77b3d2e24685fee369f82702863c9da7d91a authored almost 4 years ago
Merge pull request #1798 from stsrki/dev093-statehaschanged

All StateHasChanged calls wrap in InvokeAsync

github.com/Megabit/Blazorise - 75cac26dd4b8c24fbadefe3ba28b480a1244f177 authored almost 4 years ago
All StateHasChanged calls wrap in InvokeAsync

github.com/Megabit/Blazorise - 091934fd380b89f097f2c38c37230695d6985ebf authored almost 4 years ago
Merge pull request #1797 from stsrki/dev093-numericedit-min-fix

NumericEdit Min and Max fix

github.com/Megabit/Blazorise - 8cc8ea122b40f71bb140eab01029529bf9949c2f authored almost 4 years ago
Merge branch 'dev093' into dev093-numericedit-min-fix

github.com/Megabit/Blazorise - 958dbac0554d1310bda870464cbc432c637c1d07 authored almost 4 years ago
Tests for NumericEdit Min and Max

github.com/Megabit/Blazorise - 94cddaecc1bf34728b3866a3cb773207df1f7190 authored almost 4 years ago
Add Min and Max check in NumericEdit OnBlur event

github.com/Megabit/Blazorise - aa3de123ece60c32e9d0a280e92a05a8068f32cf authored almost 4 years ago
Merge pull request #1789 from paulosdfigueiredo/dev093-fix-datagrid-nested-properties

DataGrid: fix problem with nested fields

github.com/Megabit/Blazorise - 4e27773b7160964b78144c712dffd5cbbcedf700 authored almost 4 years ago
Fix problem with nested fields in datagrid.

github.com/Megabit/Blazorise - e83a92a416ae11362dac43e6b25ccb83e3fca636 authored almost 4 years ago
Merge pull request #1784 from stsrki/dev093-stores-record

Convert store object into records

github.com/Megabit/Blazorise - bb6865a54eeec777c80b0aa7a1493f1926051c6a authored almost 4 years ago
Remove unnecessary CascadingValue for ParentBar state

github.com/Megabit/Blazorise - 839e5f100f290d3a031f1442173e03b2891e7868 authored almost 4 years ago
All *Store objects renamed to *State sufix

github.com/Megabit/Blazorise - 1ef51e49b6feb3ff25312ddfddf0a6ce7b5c10f9 authored almost 4 years ago
Add comments to all store objects

github.com/Megabit/Blazorise - 570ed5189f690a6e2fa6cbac9647723e9675b68c authored almost 4 years ago
TabsStore converted to record

github.com/Megabit/Blazorise - 2e00e27039b9b11b6db5bfa8625218ee1e3673e5 authored almost 4 years ago
PaginationItemStore converted to record type

github.com/Megabit/Blazorise - 51b4663e1fce43a8614abf941c5e6e9ec8bd6831 authored almost 4 years ago
ModalStore converted to record type

github.com/Megabit/Blazorise - 2a8f2d10e4dd39a442bd4d3898038aca07114588 authored almost 4 years ago
ListGroupStore converted to record type

github.com/Megabit/Blazorise - 6f2a0d6a2c4468407185e624b3c0031fde1f7b8e authored almost 4 years ago
CarouselStore converted to record type

github.com/Megabit/Blazorise - 44b43f6caed4e22dfb0ba9af918f16a43aff6019 authored almost 4 years ago
Bar stores converted to record

github.com/Megabit/Blazorise - fe0f8624f1228280fc35f5fbd4c24839b2f6f1da authored almost 4 years ago
AlertStore converted to record

github.com/Megabit/Blazorise - 94d80ca0aaa340fc7272b07caac24ee2b4a817ba authored almost 4 years ago