Compare commits

...

2057 Commits

Author SHA1 Message Date
Vladimir Enchev
bb72002452 Version updated 2023-04-04 09:48:43 +03:00
Vladimir Enchev
78f045ddf2 DataList IsLoading added
Close https://github.com/radzenhq/radzen-blazor/pull/895
2023-04-04 09:48:12 +03:00
yordanov
ba49220e43 Update Switch demo 2023-04-03 19:04:55 +03:00
yordanov
857bceba76 Update layout in TemplateForm example 2023-04-03 18:00:24 +03:00
Vladimir Enchev
859280c2d7 Tree item label click should check the CheckBox 2023-04-03 16:56:04 +03:00
SGeorgeFramatome
e8ac5dbe8d Panel menu item click (#897)
* Add files via upload

Add Click event, as per RadzenMenu implementation

* Add files via upload

Alter example to show Click event on child
2023-04-03 16:31:46 +03:00
msdevcode
86ec75b05e RadzenAutoComplete - Close Popup if value is smaller than MinLength (#896) 2023-04-03 16:27:07 +03:00
yordanov
6b00fdb19e Update content in Dialog examples 2023-04-03 13:53:05 +03:00
msdevcode
b9707ea486 RadzenContextMenu Icon property added (#893) 2023-03-31 10:43:46 +03:00
sobaka06243
f9dd71c05a Close all tooltips on dispose (#894)
Co-authored-by: Ivan Kiselev <ivan.kiselev1999@outlook.com>
2023-03-31 10:43:08 +03:00
Paul Ruston
0720a9b8f0 Scheduler changes - Better handling of Yearview clicks and overridable MoreText event (#874)
* React to clicks in YearView better and create SelectMore Event to override default code.

* Remove unused method

* Revert "Remove unused method"

This reverts commit 646542c7bf.

* Revert "React to clicks in YearView better and create SelectMore Event to override default code."

This reverts commit 0f7bab5300.

* Scheduler DaySelect event. Also cleaned up some code (removed nested if...else...)

* Revert "Scheduler DaySelect event. Also cleaned up some code (removed nested if...else...)"

This reverts commit 1d15a8fa06.

* Extend SlotSelect to pass Appointments. Bit of code condense in YearView

* Added original SelectSlot method signature to IScheduler and RadzenScheduler

* Ignore this push

* Revert tabs in MonthView

* Revert "Revert tabs in MonthView"

This reverts commit d65a6ec490.

* Revert "Ignore this push"

This reverts commit 0c5fae70ed.

* Revert "Added original SelectSlot method signature to IScheduler and RadzenScheduler"

This reverts commit 320b353af6.

* Revert "Extend SlotSelect to pass Appointments. Bit of code condense in YearView"

This reverts commit e7cbebedc8.

* Extend SelectSlot to include list of appointments in slot

* Revert "Extend SelectSlot to include list of appointments in slot"

This reverts commit c901ec3b48.

* Implement ability to prevent default action on YearView ListClick. Add MoreSelect and offer same default prevention for Month, Planner and Timeline views. Extend SlotArgs to include list of appointments and current view.

* Do not allow add and edit in Year view.

---------

Co-authored-by: Paul Ruston <paul.ruston@live.co.uk>
Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2023-03-31 09:11:05 +03:00
Vladimir Enchev
0289733f7f themes updated 2023-03-30 16:55:47 +03:00
Vladimir Enchev
50ed8ad1e5 Version updated 2023-03-30 16:53:19 +03:00
yordanov
a10fabd927 Removed styles that override the appearance of small button in a DataGrid cell 2023-03-30 14:26:35 +03:00
Vladimir Enchev
0dd9fdf7e6 comment added 2023-03-30 12:03:26 +03:00
Vladimir Enchev
ade5f386b6 Numeric custom value convert support added (#889)
* Numeric custom convert value support added

* code reworked
2023-03-30 11:59:56 +03:00
msdevcode
315b135a3b RadzenDataList/RadzenGrid - Add Pager-Density Property (#883)
* DataList/Grid - Add Pager-Density Property

* DataGrid/DataList/Pager - Add Pager-Density tests
2023-03-29 16:32:19 +03:00
James723
bc3d1daf11 Add milliseconds to column filter string for DateTime. (#881)
Co-authored-by: James Turner <james.turner@mlp.com>
2023-03-29 13:46:09 +03:00
yordanov
50d738c7b6 Update sidebar toggle icon CSS classes 2023-03-29 11:06:00 +03:00
serkanaslan34
0a23ac1401 TooltipService Open with Four Position (#880) 2023-03-29 10:22:25 +03:00
Atanas Korchev
9cbfb4ccbe Split the scheduler demo to fix issues with sharing the reference. 2023-03-28 09:31:06 +03:00
Vladimir Enchev
7c1a76d38e Version updated 2023-03-27 16:36:53 +03:00
Johannes Henrich
b501b86656 Removed unnecessary curly brace in Link component (#876) 2023-03-27 16:32:00 +03:00
Vladimir Enchev
f118cff5c0 Version updated 2023-03-27 14:02:38 +03:00
Atanas Korchev
66d7a9e520 RadzenMenuItem, RadzenPanelMenuItem and RadzenProfileMenuItem can have empty string as Path. 2023-03-27 11:52:32 +03:00
msdevcode
a3424ce020 Link/MenuItem/PanelMenuItem/ProfileMenuItem - Add NavLink-Match Property (#873)
* Link/MenuItem/PanelMenuItem/ProfileMenuItem - Add NavLink-Match Property

* RadzenLink - keep the existing formatting
2023-03-27 09:08:46 +03:00
Vladimir Enchev
7cb72b25be Export should use only columns with defined Property 2023-03-24 15:14:26 +02:00
Vladimir Enchev
f3584b02ac Version updated 2023-03-24 09:40:44 +02:00
Vladimir Enchev
f2aaf9cc26 Microsoft.CSharp should be referenced for netstandard2.1 only 2023-03-24 09:29:31 +02:00
Vladimir Enchev
ea0bab5bd6 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-03-23 09:23:09 +02:00
Vladimir Enchev
78be6f9839 Version updated 2023-03-23 09:22:52 +02:00
Jason
a7df5c7fac Add datagrid parameter for enabling/disabling column title tooltip. (#869)
Co-authored-by: Jason Vos <jason.p.vos@nasa.gov>
2023-03-23 09:04:17 +02:00
Vladimir Enchev
516a6be98e DataGrid crashes when filter is applied to Decimal? field and loaded from Settings
Fix #871
2023-03-23 09:00:26 +02:00
yordanov
7077e30d94 Fix text align in Menu demo 2023-03-22 11:40:16 +02:00
yordanov
21b4053b8b Change ripple's pseudo-element 2023-03-22 11:30:23 +02:00
Vladimir Enchev
85c634480d Added MarkupString support for RadzenRadioButtonListItem Text and RadzenCheckBoxListItem Text
Fix #866
2023-03-22 10:04:15 +02:00
Atanas Korchev
54eefe2295 The code editor is missing certain changes. 2023-03-22 09:42:55 +02:00
yordanov
b32dbc3ac5 Update ContextMenu demo 2023-03-21 19:14:01 +02:00
yordanov
4a5d089e5d Update Accordion demo 2023-03-21 18:42:34 +02:00
yordanov
22cad5a2ab Update ListBox width in ListBox demos 2023-03-21 18:09:15 +02:00
yordanov
acbebd7102 Update DropDown width in DropDown demos 2023-03-21 18:09:15 +02:00
yordanov
301ae12169 Remove third-level icons 2023-03-21 18:09:15 +02:00
yordanov
f04bdcee69 Update HtmlEditor demos 2023-03-21 18:09:15 +02:00
Vladimir Enchev
d4b78fbf87 demo fixed 2023-03-21 16:39:21 +02:00
Vladimir Enchev
500fbc9190 ColumnWidth set to avoid squashed columns on edit 2023-03-21 10:00:37 +02:00
Vladimir Enchev
420f7e9b4e demo updated 2023-03-20 13:22:57 +02:00
Vladimir Enchev
b273c6083f DataGrid settings not loaded in there is a filtering that leads to empty collection 2023-03-20 13:16:05 +02:00
Vladimir Enchev
8877c705c5 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-03-20 10:03:14 +02:00
Vladimir Enchev
1e30f794fe Version updated 2023-03-20 10:03:03 +02:00
HieronymusBlaze
29ad82db7c coderub: DataGridInLineEditor (#863) 2023-03-20 10:02:03 +02:00
Matias Gonzalo Mena
a9046be00c Added NavLinkMatch property to RadzenMenuItem (#862) 2023-03-20 10:01:39 +02:00
Vladimir Enchev
a70efc95c6 Changing PageSize in DataGrid with bound Settings causes an infinite loop 2023-03-20 09:54:00 +02:00
Atanas Korchev
b4b8774110 RadzenLoging does not post the value of the "Remember me" switch. 2023-03-20 09:07:52 +02:00
Vladimir Enchev
d87e03b0cf DropDownBase support for ICollection<> added 2023-03-17 19:29:22 +02:00
Vladimir Enchev
af07ccb87e demo updated 2023-03-17 18:40:52 +02:00
yordanov
dc43918a77 Update CompareValidator demo 2023-03-17 18:17:12 +02:00
Eric
a04b131394 Updated confirm/alert methods to virtual in the dialog service to allow for mocking in unit tests (#860)
Co-authored-by: Eric Barke <ebarke@silvergate.com>
2023-03-17 10:34:04 +02:00
Atanas Korchev
874f18fa6a Setting the font size or font does not work in HtmlEditor. 2023-03-17 09:20:50 +02:00
Vladimir Enchev
fdc93e5130 Version updated 2023-03-16 10:00:17 +02:00
Atanas Korchev
6109e18fe6 The HtmlEditor view source button submits the parent form. Fixes #859. 2023-03-15 16:07:36 +02:00
Scott
27aca28523 Change RadzenComponent.Element setter to protected internal (#858)
* Change RadzenComponent.Element setter to protected

Changing this setter allows custom components inheriting the RadzenComponent class to reference the html element in @ref tags.

* Changing to protected internal to resolve compile issues.
2023-03-15 09:42:36 +02:00
yordanov
2ac4aacee5 Remove duplicated common styles 2023-03-14 13:46:10 +02:00
yordanov
824a741634 rz-helper-hidden-accessible should not use overflow hidden 2023-03-14 13:45:37 +02:00
Vladimir Enchev
819722e7da Version updated 2023-03-14 09:39:44 +02:00
Vladimir Enchev
959d442690 Check for enum before other types 2023-03-14 09:33:47 +02:00
mderoo
b20868328f Update RadzenDataGridColumn.cs (#856)
Setting the grid settings to null causes the selected column count to display a wrong number.
https://forum.radzen.com/t/radzen-datagrid-settings/13408
2023-03-14 09:31:13 +02:00
Vladimir Enchev
679c729985 Nullable enum check added 2023-03-13 17:24:25 +02:00
Vladimir Enchev
bc2ca273a5 Version updated 2023-03-13 10:57:08 +02:00
Vladimir Enchev
8a2612878d Fixed OData enum filter value should use single quotes 2023-03-13 10:51:57 +02:00
Vladimir Enchev
dd76d149ee Fixed DataGrid Query.OrderBy not populated with initial column sorting 2023-03-13 10:43:59 +02:00
Vladimir Enchev
2770d0fbec Dialog cannot be moved horizontally with CultureInfo "de-DE"
Fix #854
2023-03-13 10:18:30 +02:00
Vladimir Enchev
55b2c1e186 Fixed DataGrid column title not updated when changed runtime 2023-03-13 10:16:12 +02:00
Vladimir Enchev
c4c291056b DataGrid state will be updated after frozen column resize. 2023-03-13 10:02:59 +02:00
Vladimir Enchev
b80b81ada6 DataGrid will save in Settings only columns with defined Property 2023-03-13 08:59:45 +02:00
Vladimir Enchev
a0f3d44832 Fixed Tree parent item should not be part of CheckedValues if at least one child is unchecked
Fix #780
2023-03-09 17:00:29 +02:00
Vladimir Enchev
d9e4c00ccf themes updated 2023-03-09 11:07:02 +02:00
Vladimir Enchev
c34a186eaf version updated 2023-03-09 11:01:18 +02:00
Atanas Korchev
be27c930d3 Update legend title. 2023-03-08 18:49:27 +02:00
Atanas Korchev
66818872c2 Add required validator with dropdown example. 2023-03-08 18:47:06 +02:00
Khaled Sliman
cc1ac368b3 Created RadzenDataGridCustomHeader (#849)
* Created RadzenDataGridCustomHeader
Created DataGridCustomHeaderPage.razor
Created DataGridCustomHaderWithColumnPickerPageSamples
Update RadzenDataGrid.razor to display the render fragment for RadzenDataGridCustomHeader if it is not empty
Updated the ExampleService to have the menu options for RadzenDataGridCustomHeader

* Removed RadzenDataGridCustomHeader.razor as it was not needed per code review
Updated RadzenDataGrid to have HeaderTemplate property
Updated Demo pages for the grid to use the new property

---------

Co-authored-by: Khaled A Sliman <Khaled.Ah.Sliman>
2023-03-08 16:26:25 +02:00
cvanstone
03e22098ca Update OrderIndex for all Columns (#851)
Co-authored-by: Chris Vanstone <chris.vanstone@blugem.com>
2023-03-08 15:33:21 +02:00
Vladimir Enchev
724b5eb1e0 demo code fixed 2023-03-07 15:00:57 +02:00
Vladimir Enchev
45a1ce4b55 Version updated 2023-03-07 11:22:21 +02:00
Atanas Korchev
3e5cb2e30b Persist changes in the code editor. 2023-03-07 10:55:11 +02:00
yordanov
d0a4c6aaf1 Improve Button focus state 2023-03-07 10:44:19 +02:00
John Gold Inc
be4bcb7390 Add Density Parameter to DropDownDataGrid (#848)
Co-authored-by: John Gold <john.gold@haulerhub.com>
2023-03-07 08:54:07 +02:00
Vladimir Enchev
a63c3aa4c2 Fixed ContextMenu click event 2023-03-07 08:50:43 +02:00
yordanov
e8e43d97f2 Update ColorPicker demo 2023-03-06 16:49:28 +02:00
yordanov
9939ff4452 Fix ColorPicker disabled state. Resolves #803 2023-03-06 15:32:02 +02:00
Vladimir Enchev
b69bbc899e ColumnWidth and resizing enabled 2023-03-06 15:29:05 +02:00
Vladimir Enchev
f0cba24cc7 demo fixed 2023-03-06 15:07:53 +02:00
Vladimir Enchev
fd5fa0e798 attempt to fix online demo 2023-03-06 14:41:47 +02:00
yordanov
1ba1d53884 Remove LoginConfig page 2023-03-06 12:29:15 +02:00
yordanov
00a118b901 Update Login demo 2023-03-06 12:27:57 +02:00
Vladimir Enchev
ba2ea55884 demo fixed 2023-03-06 10:34:28 +02:00
Vladimir Enchev
70b4c3dd0f Version updated 2023-03-06 10:30:26 +02:00
Vladimir Enchev
412e19252c Demo updated with row index 2023-03-06 10:29:10 +02:00
Paul Ruston
73e1974583 Addition of a Source View for Html Editor (#838)
* Creation of a Source View for Html Editor

* Updated changes #1 as per conversations

* Make the view source tool last. Use the private mode field to track the state as parameters should not do that. View Source should blur the editor in order to update its state when switching modes. Simplify the CSS.

* Change GetMode() access to Public

* Add comment for GetMode() method

---------

Co-authored-by: Paul Ruston <paul.ruston@live.co.uk>
Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2023-03-06 09:07:30 +02:00
Vladimir Enchev
25c57d645b .rz-navigation-item-link added to checks 2023-03-03 11:46:00 +02:00
Vladimir Enchev
a6c6021923 version updated 2023-03-03 11:32:27 +02:00
Vladimir Enchev
2886ac9d7c DataGrid should not reset settings on Reset() if using LoadData 2023-03-03 11:32:02 +02:00
Vladimir Enchev
c121414767 Numeric demo source code fixed 2023-03-03 09:58:58 +02:00
Conduci
35f02ef7a9 Added SelectView(ISchedulerView) to RadzenScheduler which allows consumers to programatically change the selected view (#842) 2023-03-02 18:36:10 +02:00
Vladimir Enchev
ffeb972a82 demo improved 2023-03-02 17:15:08 +02:00
Vladimir Enchev
f20a74674f demo code improved 2023-03-02 16:50:51 +02:00
Vladimir Enchev
03396fbbe2 Fixed error with Tooltip and navigating to a page with a different layout 2023-03-02 16:36:24 +02:00
Vladimir Enchev
54a5c0805e demo fixed 2023-03-02 11:39:54 +02:00
Vladimir Enchev
486cb66b6c SplitButton demo updated 2023-03-02 10:28:31 +02:00
Vladimir Enchev
e5d7a344c7 Fixed SplitButton disabled state when Busy 2023-03-02 10:00:00 +02:00
Vladimir Enchev
60fe0ed25f SplitButton demos updated 2023-03-02 09:56:22 +02:00
Vladimir Enchev
04741c702a Version updated 2023-03-02 09:35:51 +02:00
Vladimir Enchev
6e190fe903 SplitButton demo updated 2023-03-02 09:33:54 +02:00
yordanov
5bb3e65eb9 Add Density property to RadzenPager 2023-03-02 08:23:20 +02:00
yordanov
c3b29ffcd1 Fix text align in ListBox 2023-03-01 17:33:14 +02:00
yordanov
a889c3e97b Document text wrap css classes 2023-03-01 17:17:59 +02:00
Vladimir Enchev
bd578ca7cd SplitButton IsBusy property added
Fix #802
2023-03-01 15:33:36 +02:00
Atanas Korchev
2a9a115c31 Stacked bar and column charts (#837)
* Initial stack column series.

* Better maximum. Rounded corners only on the last series.

* Tooltips.

* Fix the offset of the first series.

* Actually make it correct.

* Optimizations.

* Update the demo.

* Add stacked bar files.

* Stacked bar tooltip.

* Data labels.

* Update the headings.
2023-03-01 13:54:33 +02:00
Vladimir Enchev
4d1848a5e1 demo code fixed
Fix #836
2023-03-01 11:54:04 +02:00
Vladimir Enchev
4bd8f777e0 Dialog demo updated 2023-03-01 10:21:18 +02:00
yordanov
4654a9011b Fix text align of DropDown value 2023-02-28 18:12:01 +02:00
yordanov
22a5dc148a Fix white-space after RadzenLink 2023-02-28 17:25:48 +02:00
yordanov
88dc4c0607 Radzen link text should inherit vertical alignment from parent 2023-02-28 17:25:11 +02:00
yordanov
0a7c47fa70 Remove obsolete chart styles 2023-02-28 16:41:19 +02:00
yordanov
e6f311ebba Update code tag styles 2023-02-28 11:58:30 +02:00
yordanov
88d09f0fef Add Chart demos for Series, Axis, Legend, and Tooltip 2023-02-28 11:58:30 +02:00
Zak Kohler
7467d87e36 Allow for zero width stroke (#834) 2023-02-28 08:37:16 +02:00
yordanov
b50e793a9c Fix wrapping of badges 2023-02-27 11:12:09 +02:00
yordanov
1147390576 Add social badges to demos homepage and footer 2023-02-27 11:07:12 +02:00
Vladimir Enchev
539785f079 isLoading check added 2023-02-27 11:03:11 +02:00
Vladimir Enchev
b99b516346 demo fixed 2023-02-27 10:41:35 +02:00
Vladimir Enchev
c0dc4f4236 delay removed 2023-02-27 10:29:11 +02:00
Vladimir Enchev
5b8f664530 Version updated 2023-02-27 10:12:39 +02:00
Vladimir Enchev
cc490692ad Revert "Show arrow icon when ChildContent exists (#832)"
This reverts commit 582a9bae31.
2023-02-27 10:12:11 +02:00
Vladimir Enchev
5ef415c87d Revert "DataGrid SaveSettings made awaitable"
This reverts commit 95f51ed935.
2023-02-27 10:12:04 +02:00
Vladimir Enchev
ff3c67409d Version updated 2023-02-27 09:49:18 +02:00
Ben Ghaner
582a9bae31 Show arrow icon when ChildContent exists (#832) 2023-02-27 09:14:32 +02:00
Vladimir Enchev
95f51ed935 DataGrid SaveSettings made awaitable
Fix #831
2023-02-27 09:13:37 +02:00
yordanov
0dca22c219 Fix DataGrid frozen-cell hover and selection background colors 2023-02-24 16:25:59 +02:00
yordanov
eaf67e197b Update Area chart demo 2023-02-24 15:50:18 +02:00
Vladimir Enchev
b8db918348 DataGrid save/load settings with LoadData demo fixed
Fix #824
2023-02-24 15:29:35 +02:00
Vladimir Enchev
c865073605 DataGrid KeyProperty added 2023-02-24 14:31:51 +02:00
yordanov
192ccbec25 Update pager demo 2023-02-24 12:35:35 +02:00
yordanov
b8b3b29d01 Update DataFilter demos 2023-02-24 12:06:20 +02:00
yordanov
00ea9a4393 Update DataList demo 2023-02-24 12:06:20 +02:00
Vladimir Enchev
267392d0b7 Fixed Splitter cannot be expanded runtime if Collapsed set to true 2023-02-24 09:37:33 +02:00
Atanas Korchev
e5f041208f SeriesClick event is sometimes not fired when clicking a marker. 2023-02-23 17:58:39 +02:00
Atanas Korchev
82010353c6 Missing ; after clip-path in bar charts. 2023-02-23 17:58:39 +02:00
yordanov
7daf4d1f58 Add Chart to popular components list 2023-02-23 17:25:00 +02:00
Vladimir Enchev
ebb940ee0e DataGrid inline edit demo updated 2023-02-23 16:35:12 +02:00
Dave Bagler
1ce8c98837 Adding an autocomplete type parameter. (#827)
* Adding an autocomplete type parameter.

* Converting the static class to an enum with an extension method.

* undoing some file changes that shouldn't have been included in the last commit
2023-02-23 13:27:29 +02:00
mderoo
257948cbe1 RadzenRequiredValidator firing on duplicate property names (#829)
* Update ValidatorBase.cs

fix for:
https://forum.radzen.com/t/required-validator-issue/13224/3
https://github.com/radzenhq/radzen-blazor/issues/395

* Invert the if.

---------

Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2023-02-23 11:33:08 +02:00
Vladimir Enchev
8971e0aa1a Fixed DataGrid column visibility out of sync with column picker when Visible changed runtime 2023-02-23 09:46:36 +02:00
Vladimir Enchev
2209b050b0 Version updated 2023-02-23 08:59:44 +02:00
yordanov
b5a876a93e Improve responsiveness of demos homepage layout 2023-02-22 18:58:13 +02:00
Vladimir Enchev
4c64ee24d5 Added RadzenTreeItem support for arbitrary attributes 2023-02-22 18:36:09 +02:00
Vladimir Enchev
1a3376374f Fixed DataFilter error with DateTimeOffset 2023-02-22 15:53:11 +02:00
Vladimir Enchev
ee88560090 Fixed DataGrid is skipping to last page when PageSize option selected greater than data present.
Fix #828
2023-02-22 11:39:10 +02:00
Vladimir Enchev
aae7eba068 MarkupString support added for DialogService Confirm and Alert 2023-02-22 11:21:57 +02:00
Vladimir Enchev
6715bc34d8 SpeechToTextButton demo updated 2023-02-22 10:21:41 +02:00
Vladimir Enchev
55d0ea5e22 obsolete file deleted 2023-02-21 16:22:25 +02:00
Vladimir Enchev
11c692b146 Slider demo updated 2023-02-21 16:21:54 +02:00
Vladimir Enchev
ab47bd2e7b obsolete files deleted 2023-02-21 16:10:20 +02:00
Vladimir Enchev
6dd9933d55 SelectBar demo updated 2023-02-21 16:08:20 +02:00
Vladimir Enchev
d08d398b47 Rating demo updated 2023-02-21 15:26:27 +02:00
Vladimir Enchev
aa3903d8f0 Fixed DataGrid column SecondFilterValue not set correctly when using FilterTemplate
Fix #826
2023-02-21 15:16:05 +02:00
Vladimir Enchev
26f9030cef Fixed RadzenCheckBoxList AllowSelectAll doesn't work when using Data Property
Fix #823
2023-02-21 15:12:49 +02:00
tecxx
0500a10671 add ClearSelection method to RadzenTree (#822)
Co-authored-by: Robert Rostek <robert@rostech.at>
2023-02-21 15:02:31 +02:00
WoodyJ007
c3ae2d3eda Added option to stop auto focus on filter input on DropDownDatagrid. This improves user experience on mobile devices. (#825)
Co-authored-by: John Wood <john.wood@woodstarsoftware.co.uk>
2023-02-21 15:01:27 +02:00
Artur Madjidov
e502c51886 Add parameters for the example texts in RadzenHtmlEditorFormatBlock. (#821) 2023-02-21 12:15:40 +02:00
Vladimir Enchev
063c1aa6c0 Password updated 2023-02-21 11:25:51 +02:00
Vladimir Enchev
5e5db9193e Numeric demo updated 2023-02-21 10:40:46 +02:00
Vladimir Enchev
26a38fc56c RadioButtonList demo updated 2023-02-21 10:10:58 +02:00
Vladimir Enchev
aad0558a9c ListBox demo updated 2023-02-21 09:41:09 +02:00
yordanov
a911f975da Update Column demo 2023-02-20 20:12:04 +02:00
yordanov
a99c8fbc88 Update Image demo 2023-02-20 17:05:07 +02:00
yordanov
79525227a9 Update Gravatar demo 2023-02-20 17:05:07 +02:00
Vladimir Enchev
66b8eb72bf DropDownDataGrid demo updated 2023-02-20 16:39:00 +02:00
yordanov
1eff269b80 Update Tabs demo 2023-02-20 14:27:09 +02:00
Vladimir Enchev
2dc01b528c DropDownCustomObjects updated 2023-02-20 12:56:13 +02:00
Vladimir Enchev
30e200896d DropDownGrouping updated 2023-02-20 12:47:24 +02:00
Vladimir Enchev
7d2e827e6f DropDownFiltering demo updated 2023-02-20 12:38:35 +02:00
Vladimir Enchev
94e6b3086b DropDownVirtualization demo updated 2023-02-20 12:31:33 +02:00
Vladimir Enchev
0849e90574 DropDown multiple selection demo reworked 2023-02-20 11:10:48 +02:00
Vladimir Enchev
d3eef33371 DropDown single selection demo updated 2023-02-20 10:53:57 +02:00
yordanov
1cee0d10e5 Update Steps demo 2023-02-20 10:43:34 +02:00
Vladimir Enchev
3f044b407a DatePicker demo updated 2023-02-20 10:16:05 +02:00
Vladimir Enchev
b25ce3760b Obsolete demo removed 2023-02-20 09:44:54 +02:00
Vladimir Enchev
6e810761f8 CheckBoxList demo updated 2023-02-20 09:34:13 +02:00
yordanov
6dea80e13e Update PanelMenu demo 2023-02-17 15:36:59 +02:00
yordanov
a715616a6a Update ProfileMenu demo 2023-02-17 15:17:09 +02:00
yordanov
e87db432d5 Update Menu demo 2023-02-17 15:15:12 +02:00
yordanov
0b4b89dcbd Update Link description 2023-02-17 14:48:14 +02:00
yordanov
0e980051e3 Update Link demo 2023-02-17 14:46:35 +02:00
yordanov
4bd489a530 Update breadcrumb template description and remove config page 2023-02-17 14:18:03 +02:00
yordanov
ed02c0dbc1 Update BreadCrumb demo 2023-02-17 14:08:53 +02:00
yordanov
81e2432426 Update texts in Tooltip demo 2023-02-17 14:08:53 +02:00
Vladimir Enchev
3a14099831 Card removed from CheckBox demos 2023-02-17 12:55:51 +02:00
Vladimir Enchev
84712967b0 AutoCompleteConfig removed 2023-02-17 12:54:51 +02:00
yordanov
1fc70b7591 Update AutoComplete demos 2023-02-17 11:39:50 +02:00
Vladimir Enchev
b9f8345964 CheckBox demo reworked 2023-02-17 11:18:21 +02:00
yordanov
fcd9e674d5 Update Tooltip demo 2023-02-17 11:02:40 +02:00
Vladimir Enchev
2cf2dfaea5 AutoComplete reworked 2023-02-17 10:36:39 +02:00
yordanov
797be4e57c Update console log 2023-02-17 09:48:03 +02:00
yordanov
2478f1478f Update ProgressBar demo 2023-02-16 17:11:13 +02:00
Vladimir Enchev
58cd508be4 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-02-16 16:39:31 +02:00
Vladimir Enchev
9ca094f4f8 demo updated 2023-02-16 16:39:21 +02:00
yordanov
9ed9878193 Update Alert demos 2023-02-16 16:39:18 +02:00
Vladimir Enchev
c878a47f92 Save/Load settings demo category added 2023-02-16 16:21:15 +02:00
Vladimir Enchev
42d7a8860a DataGrid Save/Load settings with LoadData demo added 2023-02-16 15:41:20 +02:00
yordanov
718824f359 Revert body translateZ. Animations require a new stacking context under WebKit. 2023-02-16 12:16:12 +02:00
yordanov
3b5b649530 Remove will-change property from rz-body 2023-02-16 11:38:03 +02:00
Vladimir Enchev
8702af0c42 IsBusy added on run 2023-02-16 11:22:28 +02:00
yordanov
b038157f2f Remove rz-body translateZ transform to prevent new stacking context 2023-02-16 10:55:22 +02:00
Vladimir Enchev
0033bdd570 Heading and Documentation removed from all examples 2023-02-16 10:48:45 +02:00
Vladimir Enchev
99b40cac43 Version updated 2023-02-16 09:32:05 +02:00
Vladimir Enchev
7fa91f98c6 Extended Blazor server buffer size 2023-02-16 09:29:41 +02:00
yordanov
a6e3f48044 Update spacing in MainLayout sidebar 2023-02-15 19:00:06 +02:00
Vladimir Enchev
d25921f6c8 Look for inner filter expressions recursive 2023-02-15 18:16:35 +02:00
yordanov
e1986dc8eb Fix spacing in MainLayout 2023-02-15 17:03:30 +02:00
yordanov
ebba5b860f Introduce Radzden Blazor Studio 2023-02-15 16:58:36 +02:00
yordanov
4beff8932e Update Layout demo 2023-02-15 11:55:19 +02:00
yordanov
e26bd9adfb Update panel demo IDs 2023-02-15 11:55:19 +02:00
Vladimir Enchev
2eadc7b5ea code fixed 2023-02-15 10:58:18 +02:00
Vladimir Enchev
a15aeade6a RequiredValidator demo updated 2023-02-15 10:53:29 +02:00
Vladimir Enchev
1990b7fad5 NumericRangeValidator demo updated 2023-02-15 10:52:05 +02:00
Vladimir Enchev
d81d5a37f8 LengthValidator demo updated 2023-02-15 10:51:02 +02:00
Vladimir Enchev
1c1da0b080 EmailValidator demo updated 2023-02-15 10:49:45 +02:00
Vladimir Enchev
4063bce178 CompareValidator demo updated 2023-02-15 10:48:35 +02:00
Vladimir Enchev
b4d33c6472 Tooltip demo updated 2023-02-15 10:46:55 +02:00
Vladimir Enchev
44005c607d AlertStylingConfig demo updated 2023-02-15 10:45:33 +02:00
Vladimir Enchev
c17852a583 Alert demo updated 2023-02-15 10:44:26 +02:00
Vladimir Enchev
f94b22666b Notification demo updated 2023-02-15 10:43:09 +02:00
Vladimir Enchev
3c8c690a79 StylingGaugeConfig updated 2023-02-15 10:40:54 +02:00
Vladimir Enchev
6f416ffe79 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-02-15 10:39:22 +02:00
Vladimir Enchev
e4f8fe9ea2 ArcGauge demo updated 2023-02-15 10:39:14 +02:00
yordanov
003738149e Update Panel info 2023-02-15 10:38:18 +02:00
Vladimir Enchev
6f39223787 StylingChartConfig updated 2023-02-15 10:37:28 +02:00
Vladimir Enchev
06649c2207 ChartInterpolationConfig demo updated 2023-02-15 10:36:02 +02:00
Vladimir Enchev
18f51becd8 ChartTrendsConfig updated 2023-02-15 10:33:11 +02:00
Vladimir Enchev
916792abea PieChartConfig updated 2023-02-15 10:31:26 +02:00
Vladimir Enchev
c8f8e019f6 LineChartConfig updated 2023-02-15 10:30:09 +02:00
Vladimir Enchev
7b6c6bb930 DonutChartConfig updated 2023-02-15 10:28:52 +02:00
Vladimir Enchev
b826993a0d ColumnChartConfig updated 2023-02-15 10:27:36 +02:00
Vladimir Enchev
00385c8e15 BarChart demo updated 2023-02-15 10:26:11 +02:00
Vladimir Enchev
5b982766fb AreaChart demo updated 2023-02-15 10:24:34 +02:00
Vladimir Enchev
be27dfd918 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-02-15 10:22:10 +02:00
Vladimir Enchev
a82089aff3 HtmlEditorCustomTools updated 2023-02-15 10:22:00 +02:00
yordanov
215ba8bfbf Update Panel demo 2023-02-15 10:20:52 +02:00
Vladimir Enchev
7b1e9185f7 HtmlEditor demo updated 2023-02-15 10:20:20 +02:00
Vladimir Enchev
8c756e99c1 Upload demo updated 2023-02-15 10:18:13 +02:00
Vladimir Enchev
d2384e74cd TextBox demo updated 2023-02-15 10:17:03 +02:00
Vladimir Enchev
b2ff2852bd TextArea updated 2023-02-15 10:16:16 +02:00
Vladimir Enchev
3b4505af27 TemplateForm demo fixed 2023-02-15 10:11:42 +02:00
Vladimir Enchev
87eee126e5 Switch demo updated 2023-02-15 10:09:29 +02:00
Vladimir Enchev
6234f04457 SplitButton updated 2023-02-15 10:08:22 +02:00
Vladimir Enchev
c8e808082f SpeechToTextButton demo updated 2023-02-15 10:06:56 +02:00
Vladimir Enchev
b2f2642c82 Slider demo updated 2023-02-15 10:05:52 +02:00
Vladimir Enchev
0f77730011 SelectBar demo updated 2023-02-15 10:04:52 +02:00
Vladimir Enchev
b062d56928 Rating demo updated 2023-02-15 10:03:30 +02:00
Vladimir Enchev
a3f8552b80 RadioButtonList demo updated 2023-02-15 10:02:16 +02:00
Vladimir Enchev
8faf5a81ca Numeric demo updated 2023-02-15 10:01:03 +02:00
Vladimir Enchev
7d7c0ae320 Mask demo updated 2023-02-15 09:59:57 +02:00
Vladimir Enchev
2bd8b71927 ListBox demo updated 2023-02-15 09:58:54 +02:00
Vladimir Enchev
19a323ec77 DropDownDataGrid demo updated 2023-02-15 09:57:19 +02:00
Vladimir Enchev
29ee95165e DatePicker demo updated 2023-02-15 09:55:23 +02:00
Vladimir Enchev
c618a31e44 ColorPicker demo updated 2023-02-15 09:53:07 +02:00
Vladimir Enchev
f972de507f CheckBoxList demo updated 2023-02-15 09:51:45 +02:00
Vladimir Enchev
51a0be31d5 CheckBox demo updated 2023-02-15 09:50:18 +02:00
Vladimir Enchev
d986c12564 AutoComplete demo updated 2023-02-15 09:47:52 +02:00
Vladimir Enchev
1ae17b121e Steps demo updated 2023-02-15 09:41:41 +02:00
Vladimir Enchev
afb294f170 Login demo updated 2023-02-15 09:40:08 +02:00
Vladimir Enchev
2b63fa343a ContextMenu demo updated 2023-02-15 09:38:45 +02:00
Vladimir Enchev
35121f1141 BreadCrumb demo updated 2023-02-15 09:37:37 +02:00
Vladimir Enchev
9d0f26fede Accordion demo updated 2023-02-15 09:36:07 +02:00
Vladimir Enchev
f0289b73b8 Dialog demo updated 2023-02-15 09:34:38 +02:00
Vladimir Enchev
1009619ecd Column demo updated 2023-02-15 09:31:55 +02:00
Vladimir Enchev
f30b1b1e08 Row demo updated 2023-02-15 09:30:09 +02:00
Vladimir Enchev
d151f39a22 Stack demo updated 2023-02-15 09:28:30 +02:00
Vladimir Enchev
be6d4accff Layout demo updated 2023-02-15 09:26:19 +02:00
yordanov
69e71202ee Update Card demo 2023-02-15 09:09:31 +02:00
yordanov
fece284aee Update badge usage demo 2023-02-15 09:09:08 +02:00
yordanov
4bcb44bcb2 Update Badge demo 2023-02-14 20:04:15 +02:00
Paul Ruston
0891dbf5a8 Pie and Donut render errors (#813)
* Pie and Donut render errors

* Take into account negative values. Added property ItemsGreaterZero

* Moved ItemsGreaterZero to RadzenPieSeries

* Rename the property and set it once to avoid multiple allocations.

---------

Co-authored-by: Paul Ruston <paul.ruston@live.co.uk>
Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2023-02-14 18:08:32 +02:00
Vladimir Enchev
b5b5a86025 Splitter demo updated 2023-02-14 16:43:05 +02:00
Vladimir Enchev
3fcbe831d7 Image demo updated 2023-02-14 16:39:52 +02:00
Vladimir Enchev
d253151296 Scheduler demo updated 2023-02-14 16:36:03 +02:00
Vladimir Enchev
4e9beb86b0 DropDown demo updated 2023-02-14 16:31:21 +02:00
Vladimir Enchev
7f85b49f3f DropDownVirtualization updated 2023-02-14 16:29:10 +02:00
Vladimir Enchev
1ea8c56631 DropDownMultiple updated 2023-02-14 16:27:48 +02:00
Vladimir Enchev
5d76cbee26 DropDownGrouping updated 2023-02-14 16:26:38 +02:00
Vladimir Enchev
682e4af619 DropDownFiltering updated 2023-02-14 16:25:32 +02:00
Vladimir Enchev
c446476fbc DropDownCustomObjects updated 2023-02-14 16:23:48 +02:00
Vladimir Enchev
e18a05001e RegexValidator updated 2023-02-14 16:19:51 +02:00
Vladimir Enchev
0685f8b9c0 TreeCheckBoxes updated 2023-02-14 16:16:45 +02:00
Vladimir Enchev
bdd1d4e8c1 TreeDataBinding updated 2023-02-14 16:15:50 +02:00
Vladimir Enchev
bf6923f909 TreeFileSystem demo reworked 2023-02-14 16:14:43 +02:00
Vladimir Enchev
faa37c3322 TreeSelection updated 2023-02-14 15:46:02 +02:00
Vladimir Enchev
1fe5b07f86 Tree demo updated 2023-02-14 15:44:44 +02:00
Vladimir Enchev
7a9ad3933b TemplateForm demo updated 2023-02-14 15:42:07 +02:00
Vladimir Enchev
df2e447362 Tabs demo updated 2023-02-14 15:39:25 +02:00
Vladimir Enchev
b2033f3dcd RadialGauge demo updated 2023-02-14 15:37:00 +02:00
Vladimir Enchev
186bce852d ProgressBar demo updated 2023-02-14 15:34:56 +02:00
Vladimir Enchev
e1494441b0 ProfileMenu demo updated 2023-02-14 15:33:28 +02:00
Vladimir Enchev
1b67c130c7 Password demo updated 2023-02-14 15:31:52 +02:00
yordanov
628b980655 Update Dashboard demo 2023-02-14 12:00:32 +02:00
Vladimir Enchev
0e04a17380 Panel demo updated 2023-02-14 11:53:16 +02:00
Vladimir Enchev
cee1a14ebd PanelMenu demo updated 2023-02-14 11:51:14 +02:00
Vladimir Enchev
3862205053 Pager demo updated 2023-02-14 11:49:35 +02:00
Vladimir Enchev
9696f044a0 Menu demo reworked 2023-02-14 11:46:53 +02:00
Vladimir Enchev
b61a0f2c94 Link demo updated 2023-02-14 11:44:23 +02:00
Vladimir Enchev
afb2e3a8a2 Card demo updated 2023-02-14 11:39:38 +02:00
Vladimir Enchev
65cc0a0ed5 ChartAnnotations updated 2023-02-14 11:37:47 +02:00
Vladimir Enchev
dba6f2ec6a GravatarConfig updated 2023-02-14 11:35:52 +02:00
Vladimir Enchev
b39ea03ba6 FileInputConfig reworked 2023-02-14 11:33:56 +02:00
Vladimir Enchev
528483b905 GoogleMapConfig reworked 2023-02-14 11:32:04 +02:00
Vladimir Enchev
fb7434f1b4 Fieldset demo updated 2023-02-14 11:26:58 +02:00
Vladimir Enchev
a239e6405b FieldsetConfig reworked 2023-02-14 11:25:37 +02:00
Vladimir Enchev
d5c00b81d7 ExportToExcelCsv reworked 2023-02-14 11:23:28 +02:00
Vladimir Enchev
590f6c8c8b CascadingDropDowns reworked 2023-02-14 11:22:05 +02:00
Vladimir Enchev
edf2495a9f DataGridMasterDetail reworked 2023-02-14 11:20:04 +02:00
Vladimir Enchev
ed0a034414 DataGridMasterDetailHierarchy reworked 2023-02-14 11:17:49 +02:00
Vladimir Enchev
3e33e0d0e1 DataGridMasterDetailHierarchyOnDemand reworked 2023-02-14 11:14:53 +02:00
Vladimir Enchev
c9e1c2711e code fixed 2023-02-14 11:11:39 +02:00
Vladimir Enchev
1f0420dc1f DataList page reworked 2023-02-14 10:52:48 +02:00
Vladimir Enchev
f0320c6ff9 DataGridVirtualization reworked 2023-02-14 10:49:29 +02:00
Vladimir Enchev
904eb1364c DataGridVirtualizationLoadData reworked 2023-02-14 10:48:31 +02:00
Vladimir Enchev
e5ef184515 DataGridSort reworked 2023-02-14 10:47:30 +02:00
Vladimir Enchev
2a4111643c DataGridSortApi reworked 2023-02-14 10:46:34 +02:00
Vladimir Enchev
53ffe057b2 DataGridSingleSelection reworked 2023-02-14 10:45:42 +02:00
Vladimir Enchev
b2632e1727 DataGridSimpleFilterWithMenu reworked 2023-02-14 10:44:51 +02:00
Vladimir Enchev
84554d6dea DataGridSimpleFilter reworked 2023-02-14 10:43:57 +02:00
Vladimir Enchev
6fd8f8380b DataGridSelfReferenceHierarchy reworked 2023-02-14 10:43:00 +02:00
Vladimir Enchev
5330929efd DataGridSaveSettings reworked 2023-02-14 10:41:30 +02:00
Vladimir Enchev
c67bc9938c DataGridPerformance reworked 2023-02-14 10:40:40 +02:00
Vladimir Enchev
f41f0e94be DataGridPagerPosition reworked 2023-02-14 10:39:45 +02:00
Vladimir Enchev
74b1c6f4ed DataGridPagerHorizontalAlign reworked 2023-02-14 10:38:51 +02:00
Vladimir Enchev
54d7e20baa DataGridPagerApi reworked 2023-02-14 10:38:02 +02:00
Vladimir Enchev
221d88c52c DataGridOData reworked 2023-02-14 10:37:00 +02:00
Vladimir Enchev
eb3c8050fe DataGridMultipleSort reworked 2023-02-14 10:36:01 +02:00
Vladimir Enchev
fdab854799 DataGridMultipleSelection reworked 2023-02-14 10:34:59 +02:00
Vladimir Enchev
ba32761a0c DataGridLoadData reworked 2023-02-14 10:33:53 +02:00
Vladimir Enchev
6d002838a5 DataGridInLineEdit reworked 2023-02-14 10:32:38 +02:00
Vladimir Enchev
d8f53db387 DataGridGroupingApi reworked 2023-02-14 10:31:15 +02:00
Vladimir Enchev
f15db1637e DataGridGroupHeaderTemplate reworked 2023-02-14 10:29:11 +02:00
Vladimir Enchev
5f98e2fdc5 DataGridGroupFooterTemplate reworked 2023-02-14 10:28:13 +02:00
Vladimir Enchev
603dc9f9c6 DataGridGridLines reworked 2023-02-14 10:27:11 +02:00
Vladimir Enchev
0692079384 DataGridFrozenColumns reworked 2023-02-14 10:24:51 +02:00
Vladimir Enchev
e046cdce45 DataGridFooterTotals reworked 2023-02-14 10:23:48 +02:00
Vladimir Enchev
595419df77 DataGridFilterApi reworked 2023-02-14 10:22:52 +02:00
Vladimir Enchev
1a641afaa8 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-02-14 10:21:37 +02:00
Vladimir Enchev
29c73ae90f DataGridEmpty reworked 2023-02-14 10:21:27 +02:00
yordanov
e055f99f63 Update spacing in UI fundamentals demos 2023-02-14 10:20:52 +02:00
Vladimir Enchev
888d4797d0 DataGridDynamicData reworked 2023-02-14 10:20:04 +02:00
Vladimir Enchev
b95d63e974 DataGridDensity reworked 2023-02-14 10:19:08 +02:00
Vladimir Enchev
195abb59ff DataGridConditionalTemplate reworked 2023-02-14 10:18:07 +02:00
Vladimir Enchev
306ceba474 DataGridCompositeColumns reworked 2023-02-14 10:17:04 +02:00
Vladimir Enchev
2be1476130 DataGridColumnTemplate reworked 2023-02-14 10:16:05 +02:00
Vladimir Enchev
ca80356c27 DataGridColumnResizing reworked 2023-02-14 10:15:03 +02:00
Vladimir Enchev
eed34d9b7d DataGridColumnReoder reworked 2023-02-14 10:14:00 +02:00
Vladimir Enchev
1144ab32b7 DataGridColumnPicking reworked 2023-02-14 10:12:55 +02:00
Vladimir Enchev
0061e609d4 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-02-14 10:11:32 +02:00
Vladimir Enchev
680b64c98f DataGridColumnFilterTemplate reworked 2023-02-14 10:11:21 +02:00
yordanov
325048efcb Update RadzenText demo 2023-02-14 10:09:59 +02:00
Vladimir Enchev
aedb293d50 DataGridColumnEnumFilter example reworked 2023-02-14 10:09:45 +02:00
Vladimir Enchev
6cdc1943fb DataGrid cell select page reworked 2023-02-14 10:07:25 +02:00
Vladimir Enchev
9ff40875c2 DataGrid cell context menu demo reworked 2023-02-14 10:02:31 +02:00
Vladimir Enchev
3a851d59fe DataGrid advanced filter mode demo reworked 2023-02-14 09:46:50 +02:00
Vladimir Enchev
64de7abada DataFilter page updated 2023-02-14 09:42:31 +02:00
yordanov
6d9feebedd Update ripple demo 2023-02-14 09:15:12 +02:00
yordanov
441658eb7a Update shadows demo 2023-02-14 09:01:36 +02:00
yordanov
01a441a99c Update borders demo 2023-02-14 08:41:40 +02:00
yordanov
1d10141c1d Update icons demo 2023-02-13 19:51:05 +02:00
Vladimir Enchev
952313acee demo updated 2023-02-13 17:04:07 +02:00
Vladimir Enchev
d537b742dc Export demo update to handle sub properties as alias 2023-02-13 16:55:12 +02:00
Vladimir Enchev
f3b706bcc2 themes updated 2023-02-13 14:37:36 +02:00
Vladimir Enchev
2a57af944f Version updated 2023-02-13 14:30:38 +02:00
Sergiu Ciudin
3f42b93300 Fixed DatePicker Kind getting lost when type is DateTime (#807)
* Update RadzenDatePicker.razor.cs

Fixed DatePicker Kind getting lost when type is DateTime

* Fixed DatePicker Kind getting lost when type is DateTime

* Update RadzenDatePicker.razor.cs

The right version

* Probably i should check type also
2023-02-13 14:27:50 +02:00
Vladimir Enchev
59a58eb886 DataGrid AllowFilterDateInput property added
Fix #811
2023-02-13 14:04:18 +02:00
yordanov
d91d5bcd9b Add new views to Scheduler demo 2023-02-13 12:01:49 +02:00
yordanov
c6a08c79e1 Fix scheduler planner view overflow 2023-02-13 12:00:52 +02:00
yordanov
d550b65bc7 Update other month and weekend slot styles 2023-02-13 10:34:12 +02:00
yordanov
42418ef393 Update year view styles in material theme 2023-02-13 10:34:12 +02:00
yordanov
12f4156ae0 Refactor year view styles 2023-02-13 10:34:12 +02:00
yordanov
ff58873fcb Refactor timeline view styles 2023-02-13 10:34:12 +02:00
yordanov
925c72f6aa Refactor planner view styles 2023-02-13 10:34:12 +02:00
Paul Ruston
345d853e2d Creation of new views for scheduler 2023-02-13 10:34:12 +02:00
Vladimir Enchev
10b064dc40 Added title to DataFilter with OData 2023-02-10 11:51:42 +02:00
Vladimir Enchev
75a7187a87 DataFilter OData page reworked for source edit 2023-02-10 10:15:18 +02:00
Vladimir Enchev
6182e00c31 code fixed 2023-02-10 10:13:40 +02:00
Vladimir Enchev
e3ba93a6b8 VirtualizationOverscanCount added to DropDown, DropDownDataGrid and ListBox 2023-02-10 09:28:49 +02:00
Vladimir Enchev
109d8cacbc code viewer fixed 2023-02-09 17:40:35 +02:00
Vladimir Enchev
3bcc18f035 DataGrid binding to IQueryable reworked 2023-02-09 17:22:11 +02:00
Vladimir Enchev
92baa1affb Version updated 2023-02-09 15:56:30 +02:00
Vladimir Enchev
32a9457de3 Fixed DataGrid filter popup will not open after column Visible change
`
2023-02-09 15:56:10 +02:00
Vladimir Enchev
32c147fa16 Title, subtitle and class attribute improved for all demos 2023-02-09 15:23:54 +02:00
Vladimir Enchev
d61d75f8bb PublishTrimmed set to false 2023-02-09 09:50:22 +02:00
Vladimir Enchev
eae6cd5396 themes updated 2023-02-09 09:26:04 +02:00
Vladimir Enchev
6f16f230d1 Version updated 2023-02-09 09:04:20 +02:00
Emil Nachev
f458a057e8 Last order date: From OrderByDescending take First (#801)
Last order date: 
From OrderByDescending take First item
or 
from OrderBy take Last item
2023-02-09 08:57:52 +02:00
yordanov
d013300fa3 Update example source tab text and title 2023-02-08 16:01:55 +02:00
yordanov
d6b8394044 Update Support page 2023-02-08 16:01:55 +02:00
yordanov
c1fa630602 Update Get Started page 2023-02-08 16:01:55 +02:00
Emil Nachev
28a03dadaf Update DataGridVirtualizationLoadDataPage.razor (#799) 2023-02-08 14:54:15 +02:00
Vladimir Enchev
29cfc2ea6b Fixed closing dialogs logic
Fix #791
2023-02-08 10:10:31 +02:00
Vladimir Enchev
f4c776f10e Fixed DataGrid filter popup no working correctly after column Visible change runtime 2023-02-07 14:57:15 +02:00
tecxx
04be6bc38b workaround for HTMLEditor innerHTML exception (#728) (#795)
Co-authored-by: Robert Rostek <robert@rostech.at>
2023-02-07 11:36:45 +02:00
Vladimir Enchev
4f0bbeeab0 Fixed DataGridColumn and DataFilterProperty FormatString logic 2023-02-07 11:18:53 +02:00
Vladimir Enchev
5a356a8d75 DataGrid ExpandRows() and CollapseRows() methods added 2023-02-07 09:31:20 +02:00
yordanov
7f35f46eaa Remove invalid --rz-paginator-button-size css variable. Resolves #794 2023-02-06 17:33:17 +02:00
yordanov
ea7be67d83 Update Support page 2023-02-06 16:48:05 +02:00
yordanov
8f0d65766d Update Colors page layout 2023-02-06 16:48:05 +02:00
yordanov
a140f318a2 Update MainLayout padding and remove TOC 2023-02-06 16:48:05 +02:00
yordanov
d0a2d1644f Add ComponentName parameter to RadzenExample 2023-02-06 16:48:05 +02:00
yordanov
e69b153e1c Add initial TOC styles 2023-02-06 16:48:05 +02:00
yordanov
d19d383738 Update Spacing page 2023-02-06 16:48:05 +02:00
yordanov
253f288323 Update Breakpoints page 2023-02-06 16:48:05 +02:00
yordanov
d6ce0536ca Update Button demo page 2023-02-06 16:48:05 +02:00
yordanov
0168c01915 Style RadzenExample tabs and source code editor 2023-02-06 16:48:05 +02:00
Atanas Korchev
7329fec67a Add copy button and error handling. 2023-02-06 16:48:05 +02:00
Atanas Korchev
5fea22294e Update branch name. 2023-02-06 16:48:05 +02:00
Atanas Korchev
669124a6b3 Runnable snippets. 2023-02-06 16:48:05 +02:00
Atanas Korchev
c44d141c07 Add monaco editor. 2023-02-06 16:48:05 +02:00
Atanas Korchev
0b30e00b8c Compile examples. 2023-02-06 16:48:05 +02:00
Vladimir Enchev
1e7bd1bf48 AsODataEnumerable() removed from the demo 2023-02-06 13:02:49 +02:00
Vladimir Enchev
c2c4d6aa02 Version updated 2023-02-06 11:27:07 +02:00
Vladimir Enchev
7e0c64191c DataGrid advanced filter mode reworked with form to handle submit on enter key 2023-02-06 11:24:26 +02:00
Vladimir Enchev
323e4e971a DataGrid advanced filter mode will apply filter on enter key
Fix #786
2023-02-06 10:07:50 +02:00
Vladimir Enchev
99b4f8f8fc Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-02-06 09:53:10 +02:00
Vladimir Enchev
7c1cf76c5c Fixed DialogOptions.CloseDialogOnEsc behavior
Fix #791
2023-02-06 09:52:53 +02:00
Atanas Korchev
305e1b7af6 Paste images as data URI if the UploadUrl property of RadzenHtmlEditor is not set. 2023-02-06 09:46:51 +02:00
Vladimir Enchev
6880a70227 Tabs component select with RenderMode Client should not set display:block
Fix #792
2023-02-06 09:41:39 +02:00
yordanov
0482969755 Add text transform utility css classes 2023-02-02 14:27:46 +02:00
Atanas Korchev
4c9b429dae Update performance demo. 2023-02-02 10:09:16 +02:00
Vladimir Enchev
60b8400e29 DataFilter OData demo should not inherit from DbContextPage 2023-02-01 15:36:01 +02:00
Vladimir Enchev
7260be98d6 Version updated 2023-02-01 15:25:07 +02:00
Vladimir Enchev
be94094de7 DataFilter OData support added 2023-02-01 14:23:06 +02:00
Vladimir Enchev
645077f39b DataGrid VirtualizationOverscanCount property added 2023-01-31 13:55:10 +02:00
Vladimir Enchev
b42940441d Version updated 2023-01-30 12:30:40 +02:00
yordanov
fc7071c04e Update main demos layouts 2023-01-27 19:01:27 +02:00
yordanov
de887a4e3f Generate display utility classes with responsive breakpoints 2023-01-27 15:59:25 +02:00
yordanov
7f629309c7 Add mixin for utility classes with responsive breakpoints 2023-01-27 15:59:25 +02:00
yordanov
fa45e209d5 Add text-align with responsive breakpoints and classes for white-space 2023-01-27 15:59:25 +02:00
Vladimir Enchev
40aec6cd0d Set FilterPopupRenderMode="PopupRenderMode.OnDemand" for various DataGrid examples 2023-01-27 13:58:35 +02:00
Vladimir Enchev
969ae7aeca DataGrid FilterPopupRenderMode Initial improved 2023-01-27 13:50:17 +02:00
Vladimir Enchev
a64bbd34f3 DataGrid advanced filtering demo updated 2023-01-27 13:42:02 +02:00
Vladimir Enchev
79acf83d6f Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-01-27 13:39:54 +02:00
Vladimir Enchev
786e8d0be1 FilterPopupRenderMode default value changed to Initial 2023-01-27 13:39:45 +02:00
Foitn
2757850f28 #748 Added methods to edit a range of rows and cancel a range of rows (#784)
Co-authored-by: DEMCON\MFE <marijn.feijten@demcon.com>
2023-01-27 13:36:48 +02:00
Vladimir Enchev
7c6f39f3b5 DataGrid FilterPopupRenderMode property added with OnDemand as default value 2023-01-27 12:04:00 +02:00
Vladimir Enchev
70723d0437 Fixed RadzenDataFilterProperty FilterTemplate context to be the underling Filter 2023-01-26 15:56:47 +02:00
Vladimir Enchev
bd9b0f798b Version updated 2023-01-26 10:52:35 +02:00
Bruno Silva
0c406b2ad8 Update DataGridInLineEditPage.razor (#783)
After inserting a new object the insert button was disabled.
2023-01-26 09:26:02 +02:00
Vladimir Enchev
822891541c check if event is present 2023-01-25 10:05:47 +02:00
Vladimir Enchev
bf064fd4e3 Added MarkupString support for Accordion item Text property 2023-01-24 15:55:22 +02:00
Vladimir Enchev
6c9e055d42 Added Template support for DropDown and DropDownDataGrid chips 2023-01-24 15:50:14 +02:00
Vladimir Enchev
7455d1bfb2 Fixed popups will steal focus in some cases
Fix #774
2023-01-24 10:29:09 +02:00
yordanov
7b923b6625 Add new series colors to chart's pastel color scheme 2023-01-23 09:59:34 +02:00
Vladimir Enchev
bcd18e9395 Version updated 2023-01-23 09:49:32 +02:00
yordanov
082d577834 Add more series colors 2023-01-23 09:43:33 +02:00
Vladimir Enchev
68bf4f9df3 DataGrid rz-data-row rz-state-disabled updated 2023-01-23 09:43:05 +02:00
Vladimir Enchev
9348698aac DataGrid rz-state-disabled added to rz-data-row 2023-01-23 09:40:14 +02:00
Vladimir Enchev
979025f7d9 Fixed DataGrid columns order not reset when Settings set to null 2023-01-23 09:27:20 +02:00
Vladimir Enchev
9aa09050da Fixed Autocomplete steals focus
#774
2023-01-20 16:29:00 +02:00
Vladimir Enchev
f331de4185 Fixed DataGrid AllowColumnReorder ignored when AllowGrouping is true 2023-01-20 13:38:18 +02:00
Vladimir Enchev
1ce067c854 DropDownDataGrid will render rz-state-disabled class for disabled items 2023-01-20 13:30:50 +02:00
Vladimir Enchev
e6d537f0f8 Set Gap and RowGap as px if specified just as number 2023-01-20 11:31:53 +02:00
Vladimir Enchev
6a69a8d21a Selection and more columns added to DataGrid dynamic data demo 2023-01-20 10:49:41 +02:00
Vladimir Enchev
415cc09a06 Fixed DataGrid will not populate pickable columns if AllowColumnPicking is initially false 2023-01-20 09:26:47 +02:00
Vladimir Enchev
fb482e133e DropDownBase select all should exclude disabled items 2023-01-20 09:13:05 +02:00
Vladimir Enchev
c8134ce2ec Disable select all CheckBox if AllowSelectAll is false 2023-01-20 08:59:37 +02:00
Vladimir Enchev
a59c062dda Version updated 2023-01-20 08:45:16 +02:00
Vladimir Enchev
fe604d3439 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-01-20 08:44:51 +02:00
Vladimir Enchev
53ad8466ad Fixed popups positioning in old and new Edge browsers 2023-01-20 08:44:39 +02:00
yordanov
9e3c844231 Change rz-col selector specificity. Resolves #779 2023-01-19 22:35:34 +02:00
Vladimir Enchev
85a10e7c72 DataList AllowVirtualization property added 2023-01-19 17:09:59 +02:00
Vladimir Enchev
902dc5bdd1 themes updated 2023-01-19 10:27:11 +02:00
yordanov
666cbc9e47 Add --rz-chart-legend-font-size 2023-01-19 10:18:19 +02:00
yordanov
745fae3f76 Update Column and Stack demos 2023-01-19 10:00:36 +02:00
Vladimir Enchev
bb2c4d4c3f Version updated 2023-01-19 09:46:34 +02:00
Vladimir Enchev
f8c8d6725c themes updated 2023-01-19 09:46:27 +02:00
yordanov
54747dc800 Enable wrapping in Stack/Row demo configs 2023-01-18 18:43:04 +02:00
Vladimir Enchev
63b6c0cab4 code fixed 2023-01-18 18:41:27 +02:00
Vladimir Enchev
92c85a0791 demo fixed 2023-01-18 18:37:15 +02:00
Vladimir Enchev
83f47bfe6e Stack demo updated 2023-01-18 18:33:32 +02:00
Vladimir Enchev
2f034e98c0 Stack Wrap property added 2023-01-18 18:29:26 +02:00
Vladimir Enchev
cb416c3583 RadzenRow, RadzenColumn and RadzenStack components added (#777)
* Stack and RadzenRow/RadzenCol components added

* Add responsive breakpoints scss map to utilities

* Add initial layout styles for RadzenRow and RadzenCol

* Update RadzenCol breakpoints and default css class

* Rename rz-col-gap to rz-gap

* RadzenCol Size property added

* RadzenRow Gap and RowGap properties added

* Add spacing utility css classes

* Add RadzenCol offset and order styles

* Update RadzenCol css class names

* Order properties updated to string

* Remove negative margin css classes

* Add zero offset option

* RadzenCol renamed to RadzenColumn

* Fix offset map name

* Add Row and Column demos

* Rename RadzenCol to RadzenColumn

* column order fixed

* RadzenColumn reworked

* Stack Spacing changed to Gap

* stack demo updated

* Add display: none utility class

* Add Breakpoints and Spacing demos and update Layout demos

* Add rz-stack css class and set default gap for stack to --rz-gap

* Update demos

Co-authored-by: yordanov <vasil@yordanov.info>
2023-01-18 18:11:17 +02:00
Vladimir Enchev
584353a240 DataGrid simple filter with menu will not update settings on column filter operator change 2023-01-17 13:10:29 +02:00
Vladimir Enchev
729456c2a0 DataGrid simple filter demo improved 2023-01-17 09:31:43 +02:00
Vladimir Enchev
a02a2e5332 Version updated 2023-01-16 15:58:44 +02:00
Vladimir Enchev
78f0204d86 DropDown/DropDownDataGrid Chips remove button should not be triggered by Form submit on enter 2023-01-16 15:43:32 +02:00
Vladimir Enchev
b76ef5ca80 Second argument added to DataGrid SelectRow() method specifying if RowSelect event should be raised
Fix #769
2023-01-16 09:31:04 +02:00
Vladimir Enchev
788fc01cfb DataGrid expand/collapse should not select the row 2023-01-13 13:19:07 +02:00
Vladimir Enchev
4dc9360b34 DropDownDataGrid Separator property fixed 2023-01-12 18:23:07 +02:00
Vladimir Enchev
6c0e1b7f01 RadzenPanelMenu Multiple property added 2023-01-12 15:55:14 +02:00
Vladimir Enchev
27b91642f2 version updated 2023-01-12 15:08:59 +02:00
Vladimir Enchev
0c7be4b2c7 DropDownDataGrid AllowFilteringByAllStringColumns fixed 2023-01-12 15:08:42 +02:00
Vladimir Enchev
e41ba71828 version updated 2023-01-12 09:27:55 +02:00
paulo-rico
2b2b6b98f1 RadzenDropDownDataGrid - Option to search by individual keywords seperated by a space as per forum entry https://forum.radzen.com/t/dropdowndatagrid-with-multiple-columns/3076 (#768)
Co-authored-by: Paul Ruston <paul.ruston@live.co.uk>
2023-01-11 16:42:16 +02:00
Atanas Korchev
8f6b20abd1 Add Text property to RadzenAlert. 2023-01-10 19:27:45 +02:00
Dave Bagler
21a69c4a61 Add child content example to label API docs. (#766)
This change adds an additional example to show the new child content property for the label component.
2023-01-10 16:06:35 +02:00
Vladimir Enchev
e7b671283a Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2023-01-10 10:54:17 +02:00
Vladimir Enchev
d46a7a50b5 Label tests fixed 2023-01-10 10:54:09 +02:00
Atanas Korchev
dfae4e0848 The category axis of a bar chart is not visible when the Visible property of the value axis is set to false. 2023-01-10 10:44:21 +02:00
Vladimir Enchev
a0f7e924e5 More Edge checks updated 2023-01-09 11:08:42 +02:00
Vladimir Enchev
fd2f3c7dbe Version updated 2023-01-09 10:42:32 +02:00
Vladimir Enchev
da442dc02b Label ChildContent property added 2023-01-09 09:42:01 +02:00
Magnus Warvik
eaea900100 Fix side dialog width + title (#759)
* Set max-width of left/right side dialogs to 100%

* Use MarkupString for side dialog title (same as normal dialog)
2023-01-09 09:31:06 +02:00
Vladimir Enchev
449662f858 Check for Edge updated 2023-01-09 07:25:10 +02:00
Vladimir Enchev
def2219f41 DataGrid ShowCellDataAsTooltip property added 2023-01-06 11:03:04 +02:00
Vladimir Enchev
4670fc477d DataGrid AllGroupsExpanded property added 2023-01-06 09:19:40 +02:00
Vladimir Enchev
cea4572843 Version updated 2023-01-05 10:51:17 +02:00
Vladimir Enchev
b769d4644a Performance demo update with loading indicator 2023-01-05 09:54:08 +02:00
Vladimir Enchev
3d9b117a74 themes updated 2023-01-05 09:00:34 +02:00
Vladimir Enchev
3b1a5f227e Fixed DropDownBase exception if ValueProperty is named after system type 2023-01-04 15:40:33 +02:00
Vladimir Enchev
a66a2d936e Drag visual not destroyed on group 2023-01-04 15:12:45 +02:00
yordanov
8b5c334d47 Update copyright year 2023-01-04 12:52:00 +02:00
Vladimir Enchev
5597cf6753 performance demo restored to IQueryable 2023-01-04 12:31:53 +02:00
Vladimir Enchev
9d2d83d8d1 demo updated with LoadData 2023-01-04 12:24:55 +02:00
Vladimir Enchev
bc695479fa less records selected for the performance demo 2023-01-04 12:11:29 +02:00
Vladimir Enchev
c0f7f2accd less records selected for the performance demo 2023-01-04 12:04:55 +02:00
Vladimir Enchev
08309d6162 demo code improved 2023-01-04 11:55:09 +02:00
Vladimir Enchev
b217036ad0 DataGrid performance demo added 2023-01-04 11:46:43 +02:00
Vladimir Enchev
a276652cbc added page render time 2023-01-04 11:08:03 +02:00
Vladimir Enchev
39f643330a alignment fixed 2023-01-04 10:47:40 +02:00
Vladimir Enchev
2967cc917c code simplified 2023-01-04 10:47:16 +02:00
Vladimir Enchev
78d22b3165 obsolete code removed 2023-01-04 10:19:20 +02:00
yordanov
989036bdf2 Fix font-size in Scheduler slots 2023-01-03 17:31:30 +02:00
Vladimir Enchev
926e9ff92c Version updated 2023-01-03 11:50:56 +02:00
Vladimir Enchev
4696567514 DataGrid EmptyTemplate not shown when AllowVirtualization is true 2023-01-03 10:57:13 +02:00
Vladimir Enchev
e153a30186 Fixed incorrect culture handling in RadzenDataGridColumn
Fix #755
2023-01-03 10:35:39 +02:00
Vladimir Enchev
e8bbd3dace Fixed Numeric will throw exception on value change with empty string as Format 2023-01-03 10:13:00 +02:00
Vladimir Enchev
d2d1344858 Single expand PanelMenu example added 2023-01-03 09:55:00 +02:00
Vladimir Enchev
6be828079d DataGrid will save Settings on Reset() 2022-12-30 04:59:15 +02:00
Atanas Korchev
7a07a5c646 Prevent text selection during column resizing and grouping. 2022-12-28 14:21:42 +02:00
yordanov
ee649ebeb9 Add MaterialSymbols icon font to demos and update icons demo 2022-12-21 16:41:07 +02:00
yordanov
67fe2a5a67 Add support for different icon fonts via --rz-icon-font-family 2022-12-21 16:38:07 +02:00
yordanov
6ac193c139 Update Material Icons font 2022-12-21 13:34:24 +02:00
Vladimir Enchev
b7492a6dfa Version updated 2022-12-19 16:06:46 +02:00
Atanas Korchev
224e86f673 Change the Min and Max property types of RadzenNumericRangeValidator. 2022-12-19 12:20:30 +02:00
Marco Papst
f014e155d6 Bugfix/side dialog positioning (#754)
* fix side dialog does not use full height when main content is scrollable

* allow scrolling the content of the side dialog in vertical direction
2022-12-19 09:00:03 +02:00
Vladimir Enchev
7aa37cd6cb DataGrid initial column sorting ignores column SortProperty 2022-12-16 16:55:10 +02:00
Vladimir Enchev
b1cc09fcb6 DateTime column added to DataGrid dynamic data demo 2022-12-16 08:58:18 +02:00
Vladimir Enchev
4717293666 Fixed DataGrid Template and EmptyTemplate rendering with composite columns 2022-12-14 18:22:22 +02:00
Vladimir Enchev
a80cd0720f Version updated 2022-12-13 15:27:31 +02:00
Vladimir Enchev
e238676efc Image demo updated 2022-12-13 15:24:44 +02:00
Marco Papst
e1df231137 Feature: Open a Dialog on the side (#739)
* implement side dialog based on DialogService

* extend Dialog sample

* add optional Mask and RIght/Left position for side dialog

* add OpenSideAsync to dialog documentation

* mark Dialog as updated in demos

* add top and bottom position for side dialog

* extend side dialog docs with details to only one open dialog

* reduce default height of top/bottom side dialog

* fix failing test in RadzenNumeric due to NullreferenceException

Co-authored-by: Marco Papst <papst@sma.de>
2022-12-13 13:48:23 +02:00
Vladimir Enchev
f40d10b35c Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-12-13 12:37:43 +02:00
Vladimir Enchev
ea20e5445e Check for format in Numeric before replacing digit placeholder 2022-12-13 12:37:35 +02:00
Atanas Korchev
4a6f2dbdc3 Default theme does not load. 2022-12-13 12:30:16 +02:00
Vladimir Enchev
11ff01bc61 Added support for custom numeric formats in Numeric 2022-12-13 11:20:34 +02:00
Atanas Korchev
2a292e6a82 Avoid duplicate CSS loading. 2022-12-13 11:03:02 +02:00
Maxim Becker
dc11242b77 Optimize rendering of chart tooltip (#745)
* Optimize rendering of chart tooltip

* Add performance test
2022-12-12 17:22:48 +02:00
Vladimir Enchev
4ec8f5fc28 Version updated 2022-12-12 15:22:59 +02:00
Vladimir Enchev
690f3ed87c Fixed self-reference hierarchy does not work in LoadData
Fix #740
2022-12-12 15:20:23 +02:00
Vladimir Enchev
04e8f6f2e3 DataGrid column LogicalFilterOperator not saved in Settings
Fix #746
2022-12-12 15:07:55 +02:00
Vladimir Enchev
e96ab86198 DataGrid column HeaderCssClass not applied to header cell 2022-12-12 11:35:26 +02:00
Igor Telheiro
eae010a23b Update RadzenScheduler.razor.cs
Currently there's no easy way to get the current selectedView. This is because the selectedView that gets updated is the field, and not the public property.
The Scheduler.IsSelected is not an easy way to get it, as you need to test every view to get the current one.
Please consider updating the SelectedIndex property or making that SelectedView getter public.
2022-12-12 09:00:25 +02:00
Atanas Korchev
d9d829e37d Change a bit theme registration so RBS can pick it up. 2022-12-09 10:47:50 +02:00
Vladimir Enchev
53680fc774 Version updated 2022-12-08 10:41:21 +02:00
Vladimir Enchev
46b8378297 Fixed virtualized DataGrid sort null ref. exception with bound Settings and LoadData
Fix #733
2022-12-08 10:40:55 +02:00
Vladimir Enchev
a26b4f779e Check for null elements to focus 2022-12-08 09:32:07 +02:00
Vladimir Enchev
c2e8c87f3b Fixed DropdownBase.SelectItem Invalid Cast Exception when using Value Property
Fix #734
2022-12-08 09:28:56 +02:00
yordanov
c99e82bd8e Fix DropDown alignment in Chromium 108 2022-12-07 22:21:15 +02:00
Atanas Korchev
1398e54896 FormSubmit sometimes does not trigger when the model is a record type. 2022-12-07 19:46:10 +02:00
yordanov
2d93e5bb1c Card css variables should be exposed at :root level 2022-12-07 18:46:10 +02:00
Vladimir Enchev
6b901d42f7 Fixed disabled DatePicker can be cleared
Fix #735
2022-12-07 16:57:12 +02:00
Vladimir Enchev
0cc8a968ed Fixed exception with example source code tab 2022-12-07 16:05:03 +02:00
Vladimir Enchev
3f2914c6fa DropDown multi select item inline style removed 2022-12-07 09:41:56 +02:00
Vladimir Enchev
9e01786278 Fixed Dialog el.computedStyleMap is not a function
Fix #732
2022-12-06 14:10:54 +02:00
Vladimir Enchev
78ec625cd5 Version updated 2022-12-05 19:58:42 +02:00
Vladimir Enchev
02855e3ac4 Fixed DataGrid will not display data if EmptyText is set 2022-12-05 19:58:22 +02:00
Vladimir Enchev
2fc65f135d Version updated 2022-12-05 11:36:42 +02:00
Atanas Korchev
88085ca5a6 Change the test to be more accurate. 2022-12-05 11:05:17 +02:00
Vladimir Enchev
fe26a82d66 Fixed RadzenDataGrid EmptyText causes ParameterView instance exception in MAUI
Fixed #https://github.com/radzenhq/radzen-blazor/issues/729
2022-12-05 10:31:19 +02:00
Joseph
e98678b1f7 Allow set language for speech recognition (#730) 2022-12-05 10:17:09 +02:00
Atanas Korchev
ef2b4d785a Support members that differ only in casing. 2022-12-03 19:55:33 +02:00
yordanov
b721f3e3ce Fix nested DataGrid footer background color 2022-12-01 18:02:28 +02:00
Vladimir Enchev
13cc0fc08c Fixed DropDown item can be selected using ENTER key even if disabled
Fix #727
2022-12-01 10:46:38 +02:00
Vladimir Enchev
65fe95d464 version updated 2022-11-30 20:56:17 +02:00
Vladimir Enchev
80a887b0d0 Fixed Radzen.closeAllPopups() 'Cannot read properties of undefined' error 2022-11-30 20:56:09 +02:00
yordanov
bed1915da4 Input should not change font-size under 768px max-width 2022-11-30 18:11:54 +02:00
yordanov
65cde0af99 Move responsive styles for body, header and footer under RadzenLayout component styles. Resolves #724 2022-11-30 18:10:37 +02:00
yordanov
a0a2b8b265 Remove root-font-size variable from scheduler styles 2022-11-30 16:45:56 +02:00
EkaterinaTikhomirova
ed01254c84 Reset DropDown list after selection (#726)
Co-authored-by: ekaterina.tikhomirova <ekaterina.tikhomirova@dsr-corporation.com>
2022-11-30 14:56:39 +02:00
Vladimir Enchev
e03864ac03 Version updated 2022-11-30 12:25:51 +02:00
Vladimir Enchev
83796c5aa4 Fixed DataGrid with 'AllowColumnPicking' and 'AllowColumnReorder' always allows groupings
Fix #725
2022-11-30 12:25:32 +02:00
Atanas Korchev
0e329def1a ColorPicker throws NullReferenceException if it cannot parse its value as a valid color. 2022-11-29 19:36:15 +02:00
Maxim Becker
27859cf183 Add interpolation in RadzenLineSeries to make rendering more generic (#722)
* Add interpolation in RadzenLineSeries to make rendering of them more generic

* Added new lines at end of new files

* Add interpolation in RadzenAreaSeries too

* Revert the Are and Line chart demos. Add a new one.

Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2022-11-29 16:15:51 +02:00
Vladimir Enchev
5560e7ee3d DataGrid GridLines property added (#723)
* DataGridGridLines added

* Add initial styles for GridLines

* Use child combinator to style first-level gridlines only

* Add style selectors for gridlines with composite cells

Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-29 15:56:05 +02:00
Vladimir Enchev
72bab915b1 Fixed DataGrid filter popup closes on scrolling of DataGrid placed in column FIlterTemplate 2022-11-29 15:54:29 +02:00
Greg Horvath
f5fefcdd55 Implemented stand alone speech to text component (#703)
* Implemented stand alone speech to text component radzenhq#699 radzenhq#700

* Addressed radzenhq#703 PR review comments.

* radzenhq#703 Changed position of default title and aria-label attributes so caller can override them.

* radzradzenhq#703 Added unit test for verify default title and aria-label can be overridden.

* radzradzenhq#703 Added speech recognication error handling.  Minor refactor to toggleDictation js function.

* Refactor the implementation of toggleDictation. Change the class name. Use the Reference inherited from RadzenComponent. Other smaller changes.

* Check what component started the speech recording.

* Update speech to text button styles

* Remove important rule

* Update demo and add it to main menu

* Add StopIcon, Title and StopTitle properties. Remove console logging.

Co-authored-by: Atanas Korchev <akorchev@gmail.com>
Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-29 15:06:37 +02:00
Atanas Korchev
160634ea38 Fix the installation article. 2022-11-29 13:59:12 +02:00
Vladimir Enchev
50fb5a96d8 DropDown enum example fixed to work in WASM 2022-11-29 13:10:54 +02:00
Vladimir Enchev
79c7ea16d8 DropDownBase will use Display attribute of Enum 2022-11-29 12:49:11 +02:00
Atanas Korchev
a166db0ea1 Revert "Add black friday banners"
This reverts commit 0c4e92ebec.
2022-11-29 08:24:58 +02:00
Vladimir Enchev
2b905615d1 test fixed 2022-11-28 20:30:06 +02:00
Vladimir Enchev
a18c1b5e0c version updated 2022-11-28 20:21:09 +02:00
Vladimir Enchev
c066043ceb Fixed Chart ValueProperty does not accept decimal
DynamicExpressionParser will be used for indexer only
2022-11-28 20:21:01 +02:00
Vladimir Enchev
41d64f1b7c Version updated 2022-11-28 13:03:44 +02:00
Vladimir Enchev
36023fdc35 Fixed DropDownBase exception with property names named after system types 2022-11-28 13:03:24 +02:00
Atanas Korchev
8437cf279d Update instructions for .NET 7. 2022-11-28 10:54:26 +02:00
Vladimir Enchev
d2e19cf3c7 DataFilter initial FilterOperator of filters added runtime fixed 2022-11-28 09:31:58 +02:00
Atanas Korchev
9a90be6e79 Create ci.yml 2022-11-26 09:02:52 +02:00
Atanas Korchev
903a4c78e2 Cannot select listbox item if ValueProperty is a string property. 2022-11-26 08:52:17 +02:00
Atanas Korchev
19049bfea8 Fix failing tests. 2022-11-26 08:51:50 +02:00
yordanov
0c4e92ebec Add black friday banners 2022-11-25 11:41:49 +02:00
Vladimir Enchev
aefe937adc DataGrid nested filter popups close fixed 2022-11-25 09:38:20 +02:00
Vladimir Enchev
63eda04815 DataGrid will display localized enum values in cells from Display attribute if present 2022-11-25 08:46:21 +02:00
Atanas Korchev
18c7783942 Reset the state during paging, sorting and filtering. 2022-11-25 06:57:28 +02:00
Vladimir Enchev
6c17e1e9c5 more broken links fixes 2022-11-24 21:51:47 +02:00
Vladimir Enchev
955355460e various broken links fixed 2022-11-24 21:43:06 +02:00
Vladimir Enchev
51a110b9a3 Fixed filtering of DataFilter with IEnumerable property 2022-11-24 15:26:14 +02:00
Atanas Korchev
43da6c3656 Compatibility with RBS. 2022-11-24 11:54:51 +02:00
Vladimir Enchev
411c916a26 RadzenLink ChildContent reworked 2022-11-24 11:31:25 +02:00
Vladimir Enchev
c0cc14ec99 Image url fixed 2022-11-24 11:23:21 +02:00
Vladimir Enchev
4f8dd8844c Link ChildContent support added 2022-11-24 11:23:10 +02:00
Vladimir Enchev
36f8f43aad Version updated 2022-11-24 10:00:24 +02:00
Zak Kohler
534d7f570e Fix typos in documentation (#718) 2022-11-23 07:26:59 +02:00
Vladimir Enchev
599e514afc DialogService.OpenAsync will not execute Radzen.openDialog() when options.ChildContent is set
Fix #717
2022-11-22 16:31:05 +02:00
Vladimir Enchev
42054827a2 seed reworked 2022-11-22 15:27:09 +02:00
Vladimir Enchev
bfe517ef75 docs links fixed 2022-11-22 10:07:02 +02:00
Vladimir Enchev
c585f3455d Component source links fixed 2022-11-22 09:56:27 +02:00
Vladimir Enchev
fe1d3dd82b Only RadzenExample Name property should be used to display source of the example page.
Source property should be used to link source code of the component.
2022-11-22 09:41:20 +02:00
yordanov
92d503335b Add scrollbar size. Resolves #675 2022-11-21 19:14:58 +02:00
Atanas Korchev
782f93169d Fix links to Dialog and Layout source. 2022-11-21 19:08:38 +02:00
Vladimir Enchev
0c12177091 Fixed focus lost with DropDown/DropDownDataGrid with AllowFiltering 2022-11-21 17:40:48 +02:00
Vladimir Enchev
cc90ff97e3 code fixed 2022-11-21 16:51:05 +02:00
Vladimir Enchev
525230cf2d RadioButtonList from HorizontalAlign enum demo added 2022-11-21 12:15:21 +02:00
Vladimir Enchev
2df9ef3fca Version updated 2022-11-21 11:55:57 +02:00
Vladimir Enchev
9de1b6d9d2 HtmlEditor not focused in dialog with AutoFocusFirstElement
Fix #714
2022-11-21 11:45:12 +02:00
yordanov
94b096259a Update docs templates and demos homepage 2022-11-18 15:22:02 +02:00
yordanov
4e7011f12b Update READMEs 2022-11-18 15:21:10 +02:00
yordanov
ff123ddcb4 Introducing Radzen Blazor Studio 2022-11-18 14:41:09 +02:00
aalex675
9d98fefdef Fix: PropertyAccess.Getter method doesn't allow access of array members. Change to use DynamicExpressionParser.ParseLambda from Linq. (#713)
Co-authored-by: Alden Alexander <aalexander@bachelorcontrols.com>
2022-11-18 10:54:40 +02:00
Atanas Korchev
573bddb1ae Cannot set the style of RadzenAccordion. 2022-11-18 08:58:07 +02:00
Vladimir Enchev
8386848e0e Fixed e.target.closest is not a function
Fix #712
2022-11-17 13:50:06 +02:00
Vladimir Enchev
5ba0220a74 Added CSS class "rz-group-row" to DataGrid group rows 2022-11-16 18:29:22 +02:00
Vladimir Enchev
d24cadcf00 Menu child items cannot be opened with click once closed when ClickToOpen=false 2022-11-16 14:18:24 +02:00
Vladimir Enchev
fbe53df424 Menu clickToOpen option removed from the demo 2022-11-16 13:28:42 +02:00
Vladimir Enchev
eb0347073e Version updated 2022-11-16 13:17:37 +02:00
for7raid
45907bdcca Split button improvements (#709) 2022-11-16 11:49:04 +02:00
Vladimir Enchev
b5b8aaf731 Menu ClickToOpen behavior fixed 2022-11-16 11:06:35 +02:00
Vladimir Enchev
d4eb749729 Version updated 2022-11-15 13:46:14 +02:00
Vladimir Enchev
3e09882b0c RadzenMenu ClickToOpen property added (#706) 2022-11-15 13:44:49 +02:00
Vladimir Enchev
a443b57ead Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-11-15 13:11:13 +02:00
Vladimir Enchev
3a430b3586 DataGrid load settings fixed with filter and paging 2022-11-15 13:11:05 +02:00
EkaterinaTikhomirova
f09f8ba4eb Add parameter in RadzenDropDown to clear search input after selection. (#705)
Co-authored-by: ekaterina.tikhomirova <ekaterina.tikhomirova@dsr-corporation.com>
2022-11-15 12:44:44 +02:00
Vladimir Enchev
c6a1560a0f DropDown item select in multi select changed from SPACE to ENTER key to allow entering space during filter 2022-11-15 12:42:55 +02:00
Vladimir Enchev
805f596f1f Fixed DataGrid second filter in advanced mode 2022-11-15 09:14:48 +02:00
Vladimir Enchev
bcee601d4c Exception fixed 2022-11-15 08:57:51 +02:00
Vladimir Enchev
ea009e802b Version updated 2022-11-14 17:36:58 +02:00
Vladimir Enchev
e421eaaf1a DataGrid group row expression fixed 2022-11-14 17:36:41 +02:00
Vladimir Enchev
997cd88db8 Employees images fixed 2022-11-14 16:48:13 +02:00
Vladimir Enchev
ccc8fbde05 Radzen.Blazor version updated 2022-11-14 13:19:42 +02:00
Vladimir Enchev
0fdf7721a7 readme updated 2022-11-14 13:19:09 +02:00
Vladimir Enchev
96f1863711 WebAssembly version of demos added (#704)
* Demos as WASM

* Copy the default wasm loading CSS.

* InMemory database instead SQLite

* DbContext filled with data

* Host project added

* Server renamed to Host

* Remove location.reload.

* Remove startup.

* Stop github caching to file. Use larger page size to improve load time.

* Display enum values.

* DbContext with static data

* Host DbContex added

* Examples and Sitemap added

* docker updated

* Theme changing.

* Update Dockerfile

* Set WORKDIR.

* Do not throw errors for duplicate assets.

* Do not inherit Index from DbContextPage

* Documentation works again.

* Sqlite removed from host

* DataGrid Save/Load settings fixed

* Demo source fixed

* Add loading.

* Add loading image

* Hide the loading with JS interop.

* Add the loading globally.

* Add server demos.

* Delete data files.

* Remove the db copy code from Dockerfile.

* DbContext seed fixed

* missing await added

* Separate solutions for all project, Blazor server and Blazor WebAssembly added

* tree demos data access fixed

* Avoid using Last() and First()

* Orders and OrderDetails data made smaller

* Update loading animation

* Move the loading to MainLayout.

* Update loading animation speed

* Seed() improved

* Revert "Move the loading to MainLayout."

This reverts commit f43ce050396b9483e8809af35493eb35531f254c.

* Fix homepage bg color with dark theme

* Revert "Revert "Move the loading to MainLayout.""

This reverts commit faee40d4ad92f474577434c61f31d847e6777a53.

Co-authored-by: Atanas Korchev <akorchev@gmail.com>
Co-authored-by: yordanov <vasil@yordanov.info>
2022-11-14 13:14:47 +02:00
Vladimir Enchev
ea9c7543d9 Fixed class attribute should not override default Css class for Accordion, CheckBoxList and RadioButtonList items
Fix #698
2022-11-14 10:56:21 +02:00
Vladimir Enchev
b69a02c878 Fixed showing tooltip on RadionButtonListItem and CheckBoxListItem 2022-11-14 08:52:39 +02:00
msdevcode
4d9c792a25 LayoutPage - Tab "Source" fix (#693) 2022-11-11 17:43:08 +02:00
yordanov
7a6992845a Update Layout demo 2022-11-11 14:05:51 +02:00
Vladimir Enchev
f2deb8f402 Dynamic and version updated 2022-11-10 15:11:11 +02:00
Vladimir Enchev
c067b162b9 Fixed possible exception with SelectBar in .NET 7 2022-11-10 15:10:59 +02:00
Vladimir Enchev
f1415d7583 Fixed DropDown error on KeyPress "Delete"
Fix #691
2022-11-10 14:59:39 +02:00
Atanas Korchev
14f23e79f1 Demonstrate RadzenLayout 2022-11-10 11:51:42 +02:00
Atanas Korchev
a5a55e207c The argument of the ResetPassword event is empty. 2022-11-09 18:05:44 +02:00
Vladimir Enchev
990337e4f4 Version updated 2022-11-09 10:05:20 +02:00
Vladimir Enchev
c35cce7b34 Fixed onmouseenter incompatibility with .NET 7.0
Fix #689
2022-11-09 09:02:48 +02:00
Vladimir Enchev
cb36e60af7 sdk path changed 2022-11-08 19:19:24 +02:00
Vladimir Enchev
65baef92b1 .NET 7 support added 2022-11-08 19:16:34 +02:00
Vladimir Enchev
c624db6833 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-11-08 17:14:24 +02:00
Vladimir Enchev
8aed964f47 DatePicker current day "rz-datepicker-currentday" CSS class added
Fix #688
2022-11-08 17:13:44 +02:00
Daniel Nutu
3874cb93e1 fix quotation marks for alert component (#686)
Co-authored-by: DanielNutu <daniel.nutu@kyndryl.com>
2022-11-08 16:57:02 +02:00
Vladimir Enchev
f966d7ab99 Fixed DataGrid ignores sort order when data takes long to load
Fix #687
2022-11-08 16:56:20 +02:00
Vladimir Enchev
2079705626 DatePicker AM/PM buttons style fixed 2022-11-08 09:51:55 +02:00
Atanas Korchev
e0a56d350b Improve support for cases when all RadzenChart series values are negative. Fixes #685. 2022-11-08 09:24:35 +02:00
David Tosi
181aa4f43b Added click event support to the popup Notification Message. (#682)
Co-authored-by: David Tosi <davidtosi@inphonite.com>
2022-11-08 09:24:25 +02:00
Vladimir Enchev
302ba9be44 version updated 2022-11-07 09:56:33 +02:00
Vladimir Enchev
77422c8dda DropDown examples separated 2022-11-04 16:20:31 +02:00
Vladimir Enchev
eead43e0d9 Use getter instead reflection in DropDownBase 2022-11-04 15:09:13 +02:00
Vladimir Enchev
87927d04aa DataGrid settings not saved properly on simple DateTime filter 2022-11-04 14:44:59 +02:00
Vladimir Enchev
aa1b4b2785 Fixed SelectBar items will not show tooltip 2022-11-04 14:31:39 +02:00
Vladimir Enchev
a7f1d7181d DropDownBase will keep selected items by value if ValueProperty is set 2022-11-04 14:11:55 +02:00
Vladimir Enchev
c4a50efa43 version updated 2022-11-03 17:32:35 +02:00
Vladimir Enchev
b30f7d95e2 Dialog Draggable=true fixed 2022-11-03 17:32:13 +02:00
mafei1982
845b8aac1b Fix issue #680 (#681)
* fix issue #673 When trying to filter on a property from parent interface (Current Titem type is also an interface), the FilterPropertyType is null

* rename the private method

* Fix the refactor issue

* Fix issue #680
2022-11-03 13:52:19 +02:00
Vladimir Enchev
d449469a99 DialogService Alert dialog added 2022-11-03 11:28:56 +02:00
Vladimir Enchev
776ae01c7b Close all popups on dialog open 2022-11-03 09:38:58 +02:00
Vladimir Enchev
a9951fc624 DataGrid Save/Load settings with enum filtering fixed
Fix #677
2022-11-02 17:16:26 +02:00
Vladimir Enchev
d8dfcd9cf7 version updated 2022-11-02 09:01:09 +02:00
mafei1982
fac6744ead Fix the missing call to get the type of the property for the interface (#676)
* fix issue #673 When trying to filter on a property from parent interface (Current Titem type is also an interface), the FilterPropertyType is null

* rename the private method

* Fix the refactor issue
2022-11-02 08:39:26 +02:00
Vladimir Enchev
0a539d1328 DataGrid self-ref hierarchy filtering fixed 2022-11-01 20:03:25 +02:00
Vladimir Enchev
3e137d1c0e Tree item expanded state cannot be changed when bound to model
https://forum.radzen.com/t/ontreenodecollapse-backfires-to-ontreenodeexpand-immediately/12122
2022-11-01 16:19:40 +02:00
Vladimir Enchev
8391556f8f code refactored 2022-11-01 11:18:39 +02:00
mafei1982
365374e73e fix issue #673 When trying to filter on a property from parent interf… (#674)
* fix issue #673 When trying to filter on a property from parent interface (Current Titem type is also an interface), the FilterPropertyType is null

* rename the private method
2022-11-01 11:09:56 +02:00
Vladimir Enchev
19a118c096 themes updated 2022-10-31 16:32:15 +02:00
Vladimir Enchev
62a5505c9d disclaimer restored 2022-10-31 16:22:54 +02:00
Vladimir Enchev
60dcb66805 MaterialDark and Fluent themes updated 2022-10-31 16:20:23 +02:00
Vladimir Enchev
51e6306c19 Version updated 2022-10-31 12:01:23 +02:00
yordanov
683453f63a Update alert close button shades 2022-10-31 11:56:26 +02:00
yordanov
366e042c60 Add base-styles-map to dark theme 2022-10-31 11:56:26 +02:00
yordanov
e599d96b7f Update Alert message margins in different sizes 2022-10-31 11:56:26 +02:00
Vladimir Enchev
6f3fde82ef Close button size improved 2022-10-31 11:56:26 +02:00
yordanov
8ba561b55b Add --rz-alert-icon-size 2022-10-31 11:56:26 +02:00
Vladimir Enchev
79ac8e8cd8 Alert ShowIcon property added 2022-10-31 11:56:26 +02:00
yordanov
cb809156f2 Update Alert icons 2022-10-31 11:56:26 +02:00
Vladimir Enchev
d8aa4dde98 getIcon() fixed 2022-10-31 11:56:26 +02:00
yordanov
938fd759c1 Update Alert icons and close button colors 2022-10-31 11:56:26 +02:00
yordanov
2740f54331 Add base, light and dark styles to Alert 2022-10-31 11:56:26 +02:00
Vladimir Enchev
6f929e48b8 example name fixed and docs link removed 2022-10-31 11:56:26 +02:00
yordanov
308db7888a Add Alert Styling demo 2022-10-31 11:56:26 +02:00
yordanov
657a5c5416 Add AlertSize and update scss 2022-10-31 11:56:26 +02:00
Vladimir Enchev
d12f3921f9 code fixed 2022-10-31 11:56:26 +02:00
Vladimir Enchev
601957ba2a Alert Icon property added. Different Icon and close button depending on AlertStyle 2022-10-31 11:56:26 +02:00
yordanov
e12ffb1a75 Add more examples to Alert demo 2022-10-31 11:56:26 +02:00
yordanov
25543b363b Add initial Alert styling 2022-10-31 11:56:26 +02:00
yordanov
3e8ab559b2 Update Alert links in demos navigation 2022-10-31 11:56:26 +02:00
Vladimir Enchev
9059f3f60b Alert component added 2022-10-31 11:56:26 +02:00
Atanas Korchev
aa4ce25bda RadzenLogin does not fire the Login event. Fixes #670. 2022-10-28 20:59:13 +03:00
Atanas Korchev
5ecd9e0782 Setting Stroke of RadzenGridLines has no visual effect. Fixes #669. 2022-10-28 10:20:32 +03:00
Vladimir Enchev
ba84cc7ea6 DropDown/AutoComplete PopupStyle property added instead PopupHeight 2022-10-28 09:20:04 +03:00
Vladimir Enchev
7edae77736 DropDown/AutoComplete PopupHeight property added 2022-10-27 18:22:42 +03:00
Vladimir Enchev
b5f414623e version updated 2022-10-27 09:41:52 +03:00
yordanov
58c92c94f6 Fix 'remember me' margin in Login 2022-10-27 09:37:01 +03:00
yordanov
3f0509b0b9 Remove absolute position of rz-messages-error and width of components in rz-form 2022-10-27 09:23:14 +03:00
yordanov
33858d2679 Fix chart axis font-size 2022-10-26 16:01:40 +03:00
Vladimir Enchev
5d3b4fab0b re-subscribe to FilterValueChange on property change 2022-10-26 15:46:17 +03:00
Vladimir Enchev
6f998cffe9 Member access of interface properties fixed
Fix #665
2022-10-26 15:33:19 +03:00
yordanov
1f520b904f Add margin to remember me switch 2022-10-26 13:18:19 +03:00
yordanov
94c49deaf7 Fix Switch hover outline in material theme 2022-10-26 12:20:49 +03:00
yordanov
4360896634 Add vertical-align: middle to RadzenLabel 2022-10-26 12:16:58 +03:00
yordanov
8513edc118 Add vertical-align: middle to Switch 2022-10-26 12:16:27 +03:00
Atanas Korchev
6dc08ede91 Implement AllowRememberMe functionality in RadzenLogin. 2022-10-26 10:47:28 +03:00
Vladimir Enchev
8f05520c2f Fixed DropDownBase SelectItem() will not work properly in case of IEnummerable with nullable element type 2022-10-25 18:42:30 +03:00
yordanov
0c3878a8fc Improve dialog responsiveness and refactor styles 2022-10-25 09:58:08 +03:00
Vladimir Enchev
e0d9fa6e95 Fixed DataGrid Groups not loaded properly from settings
Fix #664
2022-10-25 09:00:48 +03:00
yordanov
ef5f613b0b Update material dialog content padding and title 2022-10-24 17:41:36 +03:00
Vladimir Enchev
8617557084 Version updated 2022-10-24 17:38:32 +03:00
Vladimir Enchev
55c0fe05cc Fixed virtualized DataGrid exception with LoadData 2022-10-24 17:38:14 +03:00
yordanov
bdaaa9643e Remove duplicate styles of rz-helper-hidden-accessible 2022-10-24 14:09:29 +03:00
yordanov
883ab83c91 Fix box-sizing and trimmed dropdown label with bootstrap 4.6. Resolves #662 2022-10-24 13:18:44 +03:00
Vladimir Enchev
6df9a499ef Version updated 2022-10-24 11:07:10 +03:00
yordanov
2bbb6919b6 Fix initial width of dropdown. Related to #662 2022-10-24 10:44:18 +03:00
Vladimir Enchev
44e0102073 Get first element type only for in-memory data 2022-10-24 09:55:00 +03:00
Vladimir Enchev
a772a2dd51 Fixed DropDownBase support for non generic IEnumerable
Fix #657
2022-10-24 09:26:11 +03:00
Vladimir Enchev
8cd812cf33 DataGrid PageSizeChanged event added 2022-10-24 09:14:10 +03:00
msdevcode
dbf30f4869 Tabindex depending on Disabled-property (#656) 2022-10-24 07:37:04 +03:00
Atanas Korchev
3b5ec52a06 Add ability to customize the scheduler week view header text. 2022-10-23 19:00:24 +03:00
Vladimir Enchev
740e39fb46 Social OnAfterRender changed to OnAfterRenderAsync 2022-10-21 16:34:10 +03:00
Vladimir Enchev
44fff4fc0a Version updated 2022-10-21 16:18:11 +03:00
Vladimir Enchev
acc3a0c9d4 DataFilter FilterProperty FilterOperator change fixed 2022-10-21 16:17:35 +03:00
yordanov
e9f7f9d027 Update width of pickers in datafilter 2022-10-21 15:38:14 +03:00
Vladimir Enchev
3ff9bcf853 Version updated 2022-10-21 10:18:46 +03:00
Vladimir Enchev
18dd011a84 Fixed DataGrid numeric filter will not save settings
Fix #654
2022-10-21 10:10:28 +03:00
Vladimir Enchev
5ccfd4e838 Fixed DataGrid raising twice RowClick/CellClick/RowSelect on double click 2022-10-21 10:00:13 +03:00
Vladimir Enchev
b0baad56e7 DropDown binding and rendering optimized 2022-10-20 19:10:39 +03:00
Vladimir Enchev
0732938d1d Version updated 2022-10-20 10:02:12 +03:00
yordanov
1df2d8da9b Use correct label padding scss variable in dropdown 2022-10-20 09:57:11 +03:00
Vladimir Enchev
dfdc7567f5 DropDownDataGrid chips rendering improved 2022-10-20 09:54:30 +03:00
Vladimir Enchev
3453b7f84c DataFilter FilterTemplate fixed 2022-10-19 13:47:04 +03:00
yordanov
59137196c6 Change dropdown display to inline-flex 2022-10-19 10:49:57 +03:00
Vladimir Enchev
8d686da3fb DataGrid in-line demo improved
Fix #652
2022-10-19 09:31:03 +03:00
Vladimir Enchev
10aa459ebd Fixed Tree will not hide expand/collapse icon when HasChildren changed runtime 2022-10-18 19:34:27 +03:00
msdevcode
a3737624fe Radzen.Blazor.Tests-Project fix (#649) 2022-10-17 21:31:57 +03:00
Vladimir Enchev
70dd7d8744 DataFilter documentation link removed 2022-10-17 15:44:21 +03:00
Vladimir Enchev
8d52a98504 Version updated 2022-10-17 14:47:48 +03:00
yordanov
994166c88f Fix gutter width in dark theme 2022-10-17 13:11:44 +03:00
yordanov
2a9252b53b Add borders to composite cells 2022-10-17 13:04:57 +03:00
Vladimir Enchev
e8ff2a36be Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-10-17 11:50:24 +03:00
Vladimir Enchev
9ac700b758 rz-grid-table-composite added in case of composite columns 2022-10-17 11:42:06 +03:00
yordanov
1bf994384d Fix spacing between css classes 2022-10-17 11:36:17 +03:00
yordanov
0258389b61 Update number of components 2022-10-17 11:06:11 +03:00
yordanov
8491807987 Update package tags 2022-10-17 10:54:03 +03:00
Vladimir Enchev
e95d07fee1 Fixed virtualized DataGrid bound with LoadData not scrolled to top on sort 2022-10-17 09:49:01 +03:00
Vladimir Enchev
7b0d07e116 DataGrid second filter value not saved properly in Settings 2022-10-17 09:18:19 +03:00
msdevcode
5228ed8543 RadzenSelectBar - RadzenSelectBarItem add disabled-property (#647) 2022-10-17 09:15:06 +03:00
Vladimir Enchev
8f5550576f Fixed DataGrid save settings in case of column FIlterTemplate 2022-10-14 10:09:19 +03:00
Vladimir Enchev
c51e4b5411 Fixed DataGrid paging with Settings when bound with LoadData and
Fix #644
2022-10-14 09:55:42 +03:00
yordanov
ef3918f50c Fix PanelMenu expand/collapse with ripple 2022-10-13 16:57:29 +03:00
Vladimir Enchev
2b29e5371d Version updated 2022-10-13 08:49:58 +03:00
Vladimir Enchev
249815607e Fixed DataGrid groups not saved properly in Settings
Fix #642
2022-10-13 08:48:58 +03:00
Vladimir Enchev
b9f9138ae4 DropDown with groups demo filtering fixed
Fix #641
2022-10-12 08:57:41 +03:00
Vladimir Enchev
00296bacf2 DataGrid grouping API demo improved 2022-10-11 12:05:13 +03:00
Vladimir Enchev
18e6771fcc Delay added to TooltipOptions 2022-10-11 10:21:59 +03:00
yordanov
0c8131ebb3 Fix icon alignment in fieldset legend 2022-10-10 15:27:39 +03:00
Vladimir Enchev
831f0209ae Map demo update with InfoWindow 2022-10-10 15:18:36 +03:00
Vladimir Enchev
488fc2719f Fixed collection was modified exception in DropDownDataGrid
Fix #639
2022-10-06 16:35:49 +03:00
yordanov
ba98d6dfef Show up down arrows in Numeric with text-align 2022-10-06 09:45:10 +03:00
Vladimir Enchev
45d9b69191 version updated 2022-10-06 09:41:19 +03:00
yordanov
5205c94c73 Update Dialog demos 2022-10-06 09:35:25 +03:00
Vladimir Enchev
953bc6370a Tree Collapse event added 2022-10-06 09:14:41 +03:00
Ernesto Roque
7ffd7b10f5 adding Chips support to DropDownDataGrid (#637) 2022-10-06 08:50:59 +03:00
Vladimir Enchev
2a054bce6e Numeric CSS classes fixed 2022-10-05 18:32:42 +03:00
yordanov
de1ed66aaa Fix numeric input right padding 2022-10-05 17:44:51 +03:00
yordanov
caeeee9109 Update validation styles in Login component 2022-10-05 17:31:24 +03:00
Vladimir Enchev
3c9368b05f DataGrid save/load Settings for PageSize change fixed
Fix #633
2022-10-04 09:58:39 +03:00
yordanov
e31567727a Update project icon 2022-10-04 09:39:46 +03:00
nanocortex
7b761c50d7 Add Separator parameter to Dropdown (#631) 2022-10-03 20:19:00 +03:00
Vladimir Enchev
11306a3ce5 Version updated 2022-10-03 17:18:18 +03:00
yordanov
9d23d4df1f Update DataGrid inline editing demo 2022-10-03 16:34:28 +03:00
yordanov
45c35d1d37 DataGrid Density styles and demo 2022-10-03 15:48:29 +03:00
Vladimir Enchev
7b1c7cbcb2 DataGrid Density property added 2022-10-03 15:05:28 +03:00
Vladimir Enchev
01b4431627 DataGrid simple filter row frozen cells class fixed 2022-10-03 14:39:41 +03:00
yordanov
70b478a4b7 Add ExtraSmall button size 2022-10-03 12:10:07 +03:00
Christian Gräfe
6e7d227504 Added Text-Align to RadzenNumeric (#627) 2022-10-03 10:33:35 +03:00
Charles-André Beaudry
962afaf613 [Docs] Fix miscellaneous annoyances in the docs (#622)
* Adjust indentation

* Remove html leftovers?
2022-10-03 10:32:37 +03:00
Vladimir Enchev
ad0ba5d3bf CheckBoxList AllowSelectAll and SelectAllText properties added
Fix #628
2022-10-03 10:31:35 +03:00
Vladimir Enchev
6c729deb77 Tooltip will execute TooltipService.Close when closing on outside click or duration 2022-09-30 11:15:59 +03:00
Vladimir Enchev
0e887d8b28 ContextMenu will execute ContextMenuService.Close event when clicking outside 2022-09-30 11:08:41 +03:00
Vladimir Enchev
8fdaf68707 Fixed DataGrid filtering by bool column will not save settings 2022-09-30 10:13:10 +03:00
Atanas Korchev
0bbbf70e81 Update premium themes. 2022-09-29 17:55:29 +03:00
yordanov
1342c306a3 Add updated tag to Menu demos 2022-09-29 17:38:26 +03:00
yordanov
8890ae4520 Fix tabs padding in material theme 2022-09-29 17:26:56 +03:00
yordanov
72d6fa5454 Set bootstrap grid-gutter-width value to 2rem 2022-09-29 16:07:35 +03:00
Vladimir Enchev
1f700a80bc Version updated 2022-09-29 15:05:17 +03:00
yordanov
d9a25c88e7 Make dropdown label right padding as smaller as possible 2022-09-29 13:51:55 +03:00
yordanov
e060b80b67 Update css selectors for DataGrid selection 2022-09-29 13:26:00 +03:00
yordanov
45687e665d Scope grid alternating rows to tbody only. Fixes #625 2022-09-29 13:10:38 +03:00
yordanov
5a3dffbc98 Update Menu demo page 2022-09-29 12:07:11 +03:00
yordanov
9e932f025f Reduce top item x-padding in material menu 2022-09-29 12:06:47 +03:00
yordanov
5ea729d0d0 Update Menu styling. Fixes #623 2022-09-29 11:12:43 +03:00
yordanov
67b6c52031 Fix sidebar z-index 2022-09-29 11:12:43 +03:00
yordanov
8b9c26c12b Fix grid data row class in table-reflow 2022-09-29 11:12:43 +03:00
Vladimir Enchev
bede7d3fc9 DataGrid settings saved on clear column filter 2022-09-29 11:06:46 +03:00
Vladimir Enchev
cf2d4b890a preventPopupDefault removed 2022-09-29 09:14:37 +03:00
Vladimir Enchev
3aa05efe9c Fixed cannot edit DatePicker time parts 2022-09-28 22:40:08 +03:00
Vladimir Enchev
ac00b513a8 DataGrid columns reset on Settings clear 2022-09-28 21:19:18 +03:00
Vladimir Enchev
7fb4f6de65 DataGrid column filter saved in settings cleared on filter 2022-09-28 21:07:48 +03:00
yordanov
26251a2158 Grid alternating rows inverted 2022-09-28 16:51:22 +03:00
Vladimir Enchev
4a0b1f8f10 DataGrid exception fixed on select/deselect all columns from column picker 2022-09-28 16:40:55 +03:00
Vladimir Enchev
d6cce4a11b Fixed Tree AllowCheckParents behavior
Fix #593
2022-09-28 16:32:05 +03:00
Vladimir Enchev
2ad79ea3d1 DataGrid self-ref items indent with multiple parent items on same level fixed
Fix #617
2022-09-28 12:30:47 +03:00
Vladimir Enchev
82ce761b88 DataGrid AllowPickAllColumns property added 2022-09-28 09:18:37 +03:00
Vladimir Enchev
d1241a6997 DropDown/ListBox AllowSelectAll property added 2022-09-28 09:07:32 +03:00
Vladimir Enchev
eb28720cd2 code fixed 2022-09-27 18:42:53 +03:00
Vladimir Enchev
436a36a704 Version updated 2022-09-27 18:30:54 +03:00
yordanov
c2298b2ae0 Fix selectable grid row hover styles 2022-09-27 17:30:01 +03:00
Vladimir Enchev
9bc1431291 rz-data-row class added to DataGrid data rows 2022-09-27 17:13:18 +03:00
yordanov
695a57153a Update standard base theme pager buttons and shadows 2022-09-27 16:00:35 +03:00
yordanov
b19ce01e2e Fix Pager selected button padding 2022-09-27 16:00:35 +03:00
Vladimir Enchev
d0c74b73dc DataGrid simple filter mode with nullable enums improved
Fix #620
2022-09-27 15:47:07 +03:00
yordanov
673fce5054 Fix background of menu top items with material theme 2022-09-27 15:26:22 +03:00
yordanov
9195f7ed31 Fix alignment of menu top items and reorder scss variables 2022-09-27 15:25:23 +03:00
yordanov
baf97b205f Fix steps widget content overflow 2022-09-27 13:23:34 +03:00
Vladimir Enchev
13da03396f Fixed touch keyboard closes popup in Windows 2022-09-27 09:05:00 +03:00
Vladimir Enchev
52846e3bf2 avoid null ref. exception on string filter 2022-09-26 21:47:24 +03:00
Vladimir Enchev
164c43e2e5 DataFilterProperty GetFilterOperators() made virtual and example added 2022-09-26 21:42:31 +03:00
Vladimir Enchev
3af93df990 Version updated 2022-09-26 16:40:44 +03:00
Vladimir Enchev
6026d27b18 LoadSettings code improved 2022-09-26 16:20:05 +03:00
Vladimir Enchev
ba8786c4fe DataGrid load settings fixed 2022-09-26 16:18:19 +03:00
Atanas Korchev
5650349868 Premium themes (#619)
* Show premium themes in the online demo.

* Set the id of the theme dropdown.

* Update colors in theme picker

* Style theme picker with Pro badges

* Update pro themes.

Co-authored-by: yordanov <vasil@yordanov.info>
2022-09-26 14:15:10 +03:00
yordanov
8bd3c32a65 Update logos 2022-09-26 12:05:56 +03:00
Vladimir Enchev
07623acf41 Save/load settings demo reworked to use ProtectedLocalStorage 2022-09-26 11:22:57 +03:00
Vladimir Enchev
446629b9f8 DataGridSettingsService deleted 2022-09-26 11:09:35 +03:00
Vladimir Enchev
21dca42e33 Save/Load settings demo reworked 2022-09-26 11:01:15 +03:00
Vladimir Enchev
7c5c9fc8be demo text updated 2022-09-26 09:59:48 +03:00
Vladimir Enchev
b2262ad4b8 Version updated 2022-09-26 09:54:22 +03:00
Vladimir Enchev
4f7aba1e4b PageSize added to DataGridSettings 2022-09-26 09:48:01 +03:00
Vladimir Enchev
2bfbc68df8 Save/Load DataGrid runtime settings added (#618) 2022-09-26 09:44:43 +03:00
yordanov
682ae2ed59 Update logos on demos homepage 2022-09-26 09:40:59 +03:00
yordanov
a13705c1fe Fix link text decoration in Panel, SplitButton and Steps with -base themes 2022-09-23 17:25:00 +03:00
yordanov
e4f4ba46f5 Add rz- prefix to all login CSS classes 2022-09-23 16:40:08 +03:00
yordanov
1f4b343a2e Update Login component CSS classes and styles 2022-09-23 16:36:10 +03:00
yordanov
f4e01f42c5 Add pointer cursor to rz-link 2022-09-23 16:36:10 +03:00
Vladimir Enchev
7416ea1a54 DropDownBase HasValue will check if value has items in case of multiple selection 2022-09-23 14:02:49 +03:00
yordanov
b9593b7b4c Add font-smoothing to demos 2022-09-23 10:12:28 +03:00
yordanov
43d7725522 Fix cards position 2022-09-23 10:12:28 +03:00
aaayd
d8d3a392b2 Implement Navigation on Filtered Sidebar (#612)
Implements navigation on the sidebar when filtered with navigation items which do not include children.
This will also implement the Icon for the navigation item.
2022-09-23 09:26:54 +03:00
starkuss
5a36e72616 enable possibility to add custom css class to dialog (#616) 2022-09-23 09:25:37 +03:00
Atanas Korchev
e9bfe72914 Update docs to use base themes instead of full. 2022-09-22 18:58:07 +03:00
Vladimir Enchev
db23f28388 Version updated 2022-09-22 17:09:32 +03:00
yordanov
46bd9a5324 Update demos to use Bootstrap 5 layout css classes 2022-09-22 16:48:22 +03:00
yordanov
d225b6d454 Scope base themes to style radzen components only 2022-09-22 16:48:22 +03:00
yordanov
17fb991744 Add theme's font-family to RadzenText component 2022-09-22 16:48:22 +03:00
yordanov
1035d413de Add --rz-text-font-family and --rz-body-background-color css variables 2022-09-22 16:48:22 +03:00
yordanov
9bbccb72e4 Fix fieldset legend float in Bootstrap 5 2022-09-22 16:48:22 +03:00
yordanov
4b525256fb Fix link text-decoration in components 2022-09-22 16:48:22 +03:00
Vladimir Enchev
960059e307 DataFilter should filter on operator change 2022-09-22 10:58:52 +03:00
Atanas Korchev
0941627527 Use full bootstrap and -base.css for the themes. 2022-09-22 10:18:13 +03:00
Vladimir Enchev
efea8c451b DataGrid self-reference filtering improved 2022-09-22 09:43:36 +03:00
Vladimir Enchev
d9811f4ff1 datafilter link fixed 2022-09-21 18:32:45 +03:00
Vladimir Enchev
11e6713f20 README.md path fixed 2022-09-21 17:43:48 +03:00
Vladimir Enchev
0d37538778 Version updated 2022-09-21 17:40:42 +03:00
yordanov
c88f8bb277 Update grid hieararchy demo tags 2022-09-21 17:29:40 +03:00
yordanov
cd8a8ba310 Update styles for alternating rows 2022-09-21 17:16:30 +03:00
yordanov
9cb81c5fb8 Update new/updated demo tags 2022-09-21 16:31:24 +03:00
Vladimir Enchev
e2d3dc1258 DataGrid AllowAlternatingRows property added 2022-09-21 16:26:51 +03:00
Vladimir Enchev
3c51397be8 SplitButton will close popup on default action 2022-09-21 16:09:21 +03:00
Vladimir Enchev
84d51bf653 RenderMode renamed to PopupRenderMode 2022-09-21 15:35:33 +03:00
Vladimir Enchev
70c541b06f DataGrid self-reference hierarchy support added (#613)
* DataGrid self-reference hierarchy added

* Self ref demo inherited from DbContextPage

* Update grid self reference demo

* rz-cell-toggle added

* rzi-grid-sort removed from expand icon

* Style rz-cell-toggle in DataGrid

Co-authored-by: yordanov <vasil@yordanov.info>
2022-09-21 15:27:56 +03:00
yordanov
79a7095739 Rename Text page 2022-09-21 12:28:40 +03:00
yordanov
cf7fbf0b83 Update Tabs demo 2022-09-21 12:28:35 +03:00
yordanov
f1bf807b67 Update Card demo 2022-09-21 12:26:12 +03:00
Vladimir Enchev
f02581d20a DatePicker PopupRenderMode property added (#611)
* Experiment with on demand popup rendering.

* Delay the open until the popup content has rendered.

* DatePicker PopupRenderMode property added

* DatePicker RenderMode.Initial improved

* ColorPicker PopupRenderMode added

Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2022-09-21 11:14:51 +03:00
Vladimir Enchev
03450fc4f7 Fixed DropDown SelectAll InvalidCastException when bind-Value is IList
Fix #610
2022-09-21 08:44:52 +03:00
Atanas Korchev
5e0eaa529f Update theme instructions. 2022-09-20 19:35:23 +03:00
Vladimir Enchev
56184370a7 DataFilter nested filters fixed 2022-09-20 18:23:15 +03:00
yordanov
6fdc672dc4 Fix height of slots and events in Scheduler 2022-09-20 16:41:00 +03:00
yordanov
ec82a24910 Style labels in bootstrap forms 2022-09-20 16:27:16 +03:00
Atanas Korchev
06157a9e5c Add rz-form class to RadzenTemplateForm. 2022-09-20 16:18:02 +03:00
Vladimir Enchev
a53022bac0 DataFilter component added (#608)
* RadzenDataFilter added

* Add SplitButton Variants, ButtonStyles and Shades

* Add Flat variant to Button and Button gap

* Add SelectBar Size

* Add initial DataFilter styles

* rz-datafilter-group-item class added

* reset filter on property change

* missing rz-datafilter-group-item added

* rz-datafilter-group-item fixed

* inner filter add fixed

* code reworked

* Make datagrid's filter buttons flat

* Update filter node paths

Co-authored-by: yordanov <vasil@yordanov.info>
2022-09-20 14:59:15 +03:00
Vladimir Enchev
896c775fef DataGridCellSelect improved 2022-09-20 13:45:57 +03:00
Vladimir Enchev
f907d689e5 DataGridCellSelect demo improved 2022-09-20 13:28:44 +03:00
Vladimir Enchev
90a9850034 Cell selection color changed to rz-secondary-lighter 2022-09-20 12:19:13 +03:00
Vladimir Enchev
4418d348c5 DataGrid CellClick/CellDoubleClick events and example for cell selection added. 2022-09-20 11:36:36 +03:00
Vladimir Enchev
7ce93da521 DbContext demos reworked with DbContextFactory 2022-09-19 17:21:28 +03:00
Vladimir Enchev
aeb08616b5 DataGrid groups change event disposed 2022-09-19 11:07:04 +03:00
Vladimir Enchev
a10df3a133 reference disposed 2022-09-19 11:00:02 +03:00
Vladimir Enchev
c4039f5663 Force GC on example dispose 2022-09-19 10:50:51 +03:00
Vladimir Enchev
30df4a257a DataGrid column picker not updated when setting column Visible property with code 2022-09-16 19:00:29 +03:00
yordanov
6f0df065ad Update badge size in sidebar 2022-09-16 18:24:01 +03:00
yordanov
8cfc5567d1 Fix Badge bootstrap overrides 2022-09-16 18:24:01 +03:00
Vladimir Enchev
32defc6833 GoogleMap component should not reset zoom and center on marker update. Options property added. 2022-09-16 17:45:43 +03:00
yordanov
4485cf33df Fix border-radius of outlined buttons 2022-09-16 17:39:55 +03:00
Vladimir Enchev
d7638ea764 DataGrid multi sort column index indicator now is Badge 2022-09-16 15:36:15 +03:00
yordanov
d334a472ce Update grid header cell layout based on text-align 2022-09-16 15:15:38 +03:00
Vladimir Enchev
19672dba39 DataGrid column text-align fixed
Fix #606
2022-09-16 10:00:32 +03:00
Vladimir Enchev
24358eeb51 Readme added 2022-09-16 09:27:05 +03:00
Vladimir Enchev
c1a823cd42 Description updated 2022-09-16 09:18:52 +03:00
Vladimir Enchev
849c4982a8 Version updated 2022-09-15 16:07:40 +03:00
yordanov
032d6a1ae1 Update new and updated demo badges 2022-09-14 15:19:03 +03:00
yordanov
b012c48e62 Hide link to docs 2022-09-14 15:19:03 +03:00
yordanov
76aa0f70aa Use css color variables in conditional template 2022-09-14 15:19:03 +03:00
yordanov
1c3c525d2b Make rz-cell-data overflow visible if content is button or checkbox 2022-09-14 15:19:03 +03:00
yordanov
9042b16df4 Add fill color to rz-donut-title 2022-09-14 15:19:03 +03:00
yordanov
1f9198964b Fix z-index of fetching data panel in dashboard demo 2022-09-14 15:19:03 +03:00
yordanov
698513ea84 Update Badge child content demo 2022-09-14 15:19:03 +03:00
yordanov
0cb68d9b5d Fix rz-grid-filter padding 2022-09-14 15:19:03 +03:00
yordanov
221a0942ab Fix standard theme secondary color 2022-09-14 15:19:03 +03:00
yordanov
c83fcc4602 Add Dark styles, Shade styles, Outline and Text variants to Button and Badge 2022-09-14 15:19:03 +03:00
yordanov
b51abc68a8 Update DataList demo styles 2022-09-14 15:19:03 +03:00
yordanov
9040c32f52 Add Pager responsive styles 2022-09-14 15:19:03 +03:00
yordanov
dc81c7244a Update demos layouts and headings 2022-09-14 15:19:03 +03:00
yordanov
62debd3df4 Add functional text css variables 2022-09-14 15:19:03 +03:00
yordanov
a048cf0f23 Update support page 2022-09-14 15:19:03 +03:00
yordanov
50ed79c0b3 Fix content scroll in Steps and add padding to Steps prev next buttons 2022-09-14 15:19:03 +03:00
yordanov
b6963c7cab Remove text uppercase in lg button 2022-09-14 15:19:03 +03:00
yordanov
9f5af15987 Fix demo layouts 2022-09-14 15:19:03 +03:00
yordanov
5119048f33 Update heading styles 2022-09-14 15:19:03 +03:00
yordanov
090f45092c Remove checkbox and radio margin 2022-09-14 15:19:03 +03:00
yordanov
925e36e33b Fix demo layouts and typography 2022-09-14 15:19:03 +03:00
yordanov
720b64ff90 Update layout in dropdown demo 2022-09-14 15:19:03 +03:00
yordanov
4cd9f11f0b Fix padding of dropdown with chips 2022-09-14 15:19:03 +03:00
yordanov
1b54504165 Update console message styles 2022-09-14 15:19:03 +03:00
yordanov
080e514527 Remove unused css classes 2022-09-14 15:19:03 +03:00
yordanov
392ed8b517 Style Chips in DropDown 2022-09-14 15:19:03 +03:00
yordanov
546701894d CLose RadzenText in Upload demo 2022-09-14 15:19:03 +03:00
yordanov
b90139aee4 Fix title text overflow in demos header 2022-09-14 15:19:03 +03:00
yordanov
5d39b554e0 Fix background in ripple demo 2022-09-14 15:19:03 +03:00
yordanov
51b9ab3661 Update headings in steps demo 2022-09-14 15:19:03 +03:00
yordanov
b58672b8ec Update images in get started article 2022-09-14 15:19:03 +03:00
yordanov
4148b57819 Fix steps disabled state 2022-09-14 15:19:03 +03:00
yordanov
8a9f0ddd24 Add Material theme 2022-09-14 15:19:03 +03:00
yordanov
4ccc377f1c Update demos layouts and headings 2022-09-14 15:19:03 +03:00
yordanov
dc56d18595 Remove button-sizes from standard theme 2022-09-14 15:19:03 +03:00
yordanov
ff78f68443 Add button min-width in standard theme 2022-09-14 15:19:03 +03:00
yordanov
5b52b070d9 Fix h6 font-size 2022-09-14 15:19:03 +03:00
yordanov
8f28becd6c Fix validator callout and paddings 2022-09-14 15:19:03 +03:00
yordanov
14212a744a Fix calendar input padding-right 2022-09-14 15:19:03 +03:00
yordanov
cb0af54ab4 Update card box-shadow 2022-09-14 15:19:03 +03:00
yordanov
b6b737a0cd Add UI Fundamentals demos 2022-09-14 15:19:03 +03:00
yordanov
092ec1a8f0 Fix usege of --border-radius-* 2022-09-14 15:19:03 +03:00
yordanov
9476d8bbcd Add scss mixins and fill-in missing utility maps 2022-09-14 15:19:03 +03:00
yordanov
72e4a6ccc7 Fix naming and generation of border css variables 2022-09-14 15:19:03 +03:00
yordanov
73d2c83d8e Refactor generation of css variables and utility classes 2022-09-14 15:19:03 +03:00
yordanov
540b315213 Fix background colors in dark theme 2022-09-14 15:19:03 +03:00
yordanov
9594014358 Add link text-decoration variables and update border css classes 2022-09-14 15:19:03 +03:00
yordanov
d3e781607d Update font-weights of default headings 2022-09-14 15:19:03 +03:00
yordanov
e9d6874ff5 Add text-decoration, hover and focus styles to rz-link 2022-09-14 15:19:03 +03:00
yordanov
729b43cd54 Fix grid filter and date filter dropdown layouts 2022-09-14 15:19:03 +03:00
yordanov
5278060aaa Add background-color to rz-calendar-inline 2022-09-14 15:19:03 +03:00
yordanov
d25a1e8463 Add fill to rz-series-data-label and update chart tooltip padding 2022-09-14 15:19:03 +03:00
yordanov
24e260dc0d Update texts in Dashbboard example 2022-09-14 15:19:03 +03:00
yordanov
ea6a010c5e Fix variable font-sizes in typography headings 2022-09-14 15:19:03 +03:00
yordanov
07715fd541 Add CSS vars to RadzenText 2022-09-14 15:19:03 +03:00
yordanov
6b9e0e60c5 Add CSS classes for colors 2022-09-14 15:19:03 +03:00
yordanov
1040b041a4 Update scss variables in themes 2022-09-14 15:19:03 +03:00
yordanov
914dcced2b Close strong tag in title 2022-09-14 15:19:03 +03:00
yordanov
520d2bf0a8 Replace demo headings and paragraphs with RadzenText component 2022-09-14 15:19:03 +03:00
yordanov
886a09553f Update SCSS variables - names and values 2022-09-14 15:19:03 +03:00
yordanov
9436fa50b8 Set background color to files upload clear button in dark theme 2022-09-14 15:19:03 +03:00
yordanov
feae293d17 Add fieldset legend margin scss variable 2022-09-14 15:19:03 +03:00
yordanov
8eba025e02 Add rating ban icon color variable 2022-09-14 15:19:03 +03:00
yordanov
060f5dfd6c Add overflow hidden to listbox wrapper 2022-09-14 15:19:03 +03:00
yordanov
e3e3bb2731 Fix dropdown item border radius 2022-09-14 15:19:03 +03:00
yordanov
1082dd5aa4 Fix grid filter row background and padding 2022-09-14 15:19:03 +03:00
yordanov
aaba37325b Update dropdown min-width 2022-09-14 15:19:03 +03:00
yordanov
fe225efde5 Remove btn- css classes 2022-09-14 15:19:03 +03:00
yordanov
1726a45738 Fix colors of remove upload files button 2022-09-14 15:19:03 +03:00
yordanov
09f3ebec80 Remove sort icon color from standard theme 2022-09-14 15:19:03 +03:00
yordanov
f8a4534496 Add initial shadow values 2022-09-14 15:19:03 +03:00
yordanov
299833b974 Add button min-width 2022-09-14 15:19:03 +03:00
yordanov
317a1cd8ca Fix navigation link cursor 2022-09-14 15:19:03 +03:00
yordanov
81d7ecde04 Fix numeric button border radius 2022-09-14 15:19:03 +03:00
yordanov
1377769eff Fix LogicalFilterOperator dropdown width 2022-09-14 15:19:03 +03:00
yordanov
1cbde75953 Fix resize, sort, reorder and composite-cell behavior of grid header cells 2022-09-14 15:19:03 +03:00
yordanov
72d16e22be Add background and color to remove file button 2022-09-14 15:19:03 +03:00
yordanov
8fa6721a26 Add color variables for notification icons 2022-09-14 15:19:03 +03:00
yordanov
aeb2355d75 Remove cursor when hue and alpha pickers are active 2022-09-14 15:19:03 +03:00
yordanov
81a3adb483 Add background color to color picker button 2022-09-14 15:19:03 +03:00
yordanov
8298a22023 Fix content alignment in breadcrumb links 2022-09-14 15:19:03 +03:00
yordanov
c3612ec9a6 Update dropdown scss variables - new trigger-icon and item-border-radius 2022-09-14 15:19:03 +03:00
yordanov
c05f158663 Add box-shadow to slider handle and reorder variables 2022-09-14 15:19:03 +03:00
yordanov
671851f345 Reorder switch scss variables 2022-09-14 15:19:03 +03:00
yordanov
1611429d83 Fix transitions and border width between states of radio button 2022-09-14 15:19:03 +03:00
yordanov
a8593078ad Use vertical-offest instead of margin for second level menus 2022-09-14 15:19:03 +03:00
yordanov
6165c25976 Add CSS variables to set margin and border-radius to second level items in panel menu 2022-09-14 15:19:03 +03:00
yordanov
47598a9d7a Add line-height CSS variable to steps number 2022-09-14 15:19:03 +03:00
yordanov
09c727e91a Add color variables for icon in menu item 2022-09-14 15:19:03 +03:00
yordanov
0619557f05 Add border-radius to menu top item 2022-09-14 15:19:03 +03:00
yordanov
aa5a9c6c2d Fix navigation item active indicator margin 2022-09-14 15:19:03 +03:00
yordanov
e3ad81926e Add menu-item-border-radius var 2022-09-14 15:19:03 +03:00
yordanov
37abd6d5b8 Rename sidebar-toggle CSS class to rz-sidebar-toggle 2022-09-14 15:19:03 +03:00
yordanov
5a7499c80e Reorder sidebar-toggle scss variables 2022-09-14 15:19:03 +03:00
yordanov
ce3bb23b8c Add accordion header margin and border-top 2022-09-14 15:19:03 +03:00
yordanov
845d5b2351 Update demos layout 2022-09-14 15:19:03 +03:00
yordanov
08ee361c9c Add special color classes to utilities 2022-09-14 15:19:03 +03:00
yordanov
c6e6a4bd7d Fix FileInput delete button onclick 2022-09-14 15:19:03 +03:00
yordanov
85b571594c Refactor Button, Card and PanelMenu styles 2022-09-14 15:19:03 +03:00
Atanas Korchev
5088c94db5 Some documentation and default property values. 2022-09-14 15:19:03 +03:00
Atanas Korchev
2dc9e9e04c Allow tag name overriding. 2022-09-14 15:19:03 +03:00
Atanas Korchev
2752c641ed Add RadzenText. 2022-09-14 15:19:03 +03:00
yordanov
4c0b6bff9d Update grid columns' width 2022-09-14 15:19:03 +03:00
yordanov
5acebc3e44 Update title in dashboard example 2022-09-14 15:19:03 +03:00
yordanov
1e8c065fdb Update Typography page 2022-09-14 15:19:03 +03:00
yordanov
b35775b3e0 Update demos layout 2022-09-14 15:19:03 +03:00
yordanov
0693853c0a Fix button height 2022-09-14 15:19:03 +03:00
yordanov
6994d12eb6 Update demos layout to fixed width 2022-09-14 15:19:03 +03:00
yordanov
dc0dda35fc Fix event list button top position unit 2022-09-14 15:19:03 +03:00
yordanov
085fc2a764 Style scheduler event list button 2022-09-14 15:19:03 +03:00
yordanov
7ecae9e3a2 Style grid group header item 2022-09-14 15:19:03 +03:00
yordanov
61d687882f Add Large button size 2022-09-14 15:19:03 +03:00
yordanov
354eed23b9 Update humanistic theme vars 2022-09-14 15:19:03 +03:00
yordanov
99996613bc Update main color variables in dark theme 2022-09-14 15:19:03 +03:00
yordanov
c6e7b1d68a Fix shadow variable 2022-09-14 15:19:03 +03:00
yordanov
69e9823640 Add Typography demo 2022-09-14 15:19:03 +03:00
yordanov
6e74d02e95 Fix colorpicker hover state in editor 2022-09-14 15:19:03 +03:00
yordanov
397d3073c6 Add default typography styles 2022-09-14 15:19:03 +03:00
yordanov
ecba921352 Update github icon color 2022-09-14 15:19:03 +03:00
yordanov
bea36fdcb5 Update main theme color scss variables 2022-09-14 15:19:03 +03:00
yordanov
0379e0ee6d Fix slot header and slot title font-sizes 2022-09-14 15:19:03 +03:00
yordanov
787a48a795 Update chart color schemes with css vars 2022-09-14 15:19:03 +03:00
yordanov
ce257fcc95 Add scss variables for colors in notification 2022-09-14 15:19:03 +03:00
yordanov
becc50d2b8 Remove inline styles in time picker OK button 2022-09-14 15:19:03 +03:00
yordanov
673be6056c Fix toggle icon order in accordion 2022-09-14 15:19:03 +03:00
yordanov
5c7b19527d Update progressbar style scss vars 2022-09-14 15:19:03 +03:00
yordanov
4304099d3a Add more shadow variables 2022-09-14 15:19:03 +03:00
yordanov
5911968469 Fix numeric button alignment and spacing in pager 2022-09-14 15:19:03 +03:00
yordanov
6afde15a1d Reorder css rules 2022-09-14 15:19:03 +03:00
yordanov
ab578f499c Refactor pager scss variables 2022-09-14 15:19:03 +03:00
yordanov
e78c3bc6aa Refactor grid scss variables 2022-09-14 15:19:03 +03:00
yordanov
6394a8ee76 Refactor datalist scss variables 2022-09-14 15:19:03 +03:00
yordanov
5f4e62824f Add button size examples 2022-09-14 15:19:03 +03:00
yordanov
f1966f42de Refactor tree scss variables 2022-09-14 15:19:03 +03:00
yordanov
704039afc2 Remove inline styles of checkbox in tree 2022-09-14 15:19:03 +03:00
yordanov
b1c9b27f17 Refactor scheduler variables 2022-09-14 15:19:03 +03:00
yordanov
3a1c0a707a Use RadzenButton in nav-views 2022-09-14 15:19:03 +03:00
yordanov
781c28044a Remove icon css classes 2022-09-14 15:19:03 +03:00
yordanov
76346a435a Add rz-button-box container 2022-09-14 15:19:03 +03:00
yordanov
a4ebe3532b Update tabs variables 2022-09-14 15:19:03 +03:00
yordanov
189c8c5a2a Update switch background colors and sizing 2022-09-14 15:19:03 +03:00
yordanov
c1c50fcdb0 Add slider handle transitions 2022-09-14 15:19:03 +03:00
yordanov
aad91c32d1 Add radio border-width 2022-09-14 15:19:03 +03:00
yordanov
b80a84822e Update panel icon size 2022-09-14 15:19:03 +03:00
yordanov
3e4f86d5fe Update panel-menu styles 2022-09-14 15:19:03 +03:00
yordanov
3cb9fa6926 Add pager border-radius and button hover styles 2022-09-14 15:19:03 +03:00
yordanov
900fe003d4 FIx numeric input padding 2022-09-14 15:19:03 +03:00
yordanov
3c923f7a20 Fix input focus styles 2022-09-14 15:19:03 +03:00
yordanov
6d95c85719 Use proper icon size variable 2022-09-14 15:19:03 +03:00
yordanov
5a0bdb6358 Add checkbox border-width and fix background 2022-09-14 15:19:03 +03:00
yordanov
49f8d7ac56 Fix autocomplete background, transition and transform styles 2022-09-14 15:19:03 +03:00
yordanov
fd99d88510 Add Accordion toggle icon variables 2022-09-14 15:19:03 +03:00
yordanov
29f37bbe43 Add line-height to button 2022-09-14 15:19:03 +03:00
yordanov
1567dd6163 Remove inline style 2022-09-14 15:19:03 +03:00
yordanov
297d0b7466 Update DropDown styles 2022-09-14 15:19:03 +03:00
yordanov
7db378a8c8 Update filtering dropdown width 2022-09-14 15:19:03 +03:00
yordanov
3f5c73ca26 Remove inline margin 2022-09-14 15:19:03 +03:00
yordanov
53f7ddcb82 Add initial typography styles 2022-09-14 15:19:03 +03:00
yordanov
1f54a40147 Update font size 2022-09-14 15:19:03 +03:00
yordanov
4c3cdaf593 Update Roboto font 2022-09-14 15:19:03 +03:00
yordanov
af00eeaf2a Fix border-radius variable 2022-09-14 15:19:03 +03:00
yordanov
ed5629f7cf Add context menu padding 2022-09-14 15:19:03 +03:00
yordanov
88d1854b0d Update theme constants 2022-09-14 15:19:03 +03:00
yordanov
328cb3a4dc Add toggle icon font-size 2022-09-14 15:19:03 +03:00
yordanov
a1c83ebb10 Add font-size and icon-size variables 2022-09-14 15:19:03 +03:00
yordanov
d440a78c7b Update themes 2022-09-14 15:19:03 +03:00
yordanov
6e643d7cda Fix scss vars 2022-09-14 15:19:03 +03:00
yordanov
0f705bd755 Update dark theme 2022-09-14 15:19:03 +03:00
yordanov
f436e44233 Update base palette 2022-09-14 15:19:03 +03:00
yordanov
29f6c5907c Update color variables 2022-09-14 15:19:03 +03:00
yordanov
a4d5015875 Add font smoothing 2022-09-14 15:19:03 +03:00
yordanov
e8aa282a3a Update theme colors 2022-09-14 15:19:03 +03:00
yordanov
44dc55822d Update transitions 2022-09-14 15:19:03 +03:00
yordanov
473bc16384 Add transitions 2022-09-14 15:19:03 +03:00
yordanov
8984a1baf6 Add utilities and typography under components 2022-09-14 15:19:03 +03:00
yordanov
8fda96eabf Organize default global variables 2022-09-14 15:19:03 +03:00
yordanov
5110c5d248 Add css vars and update colors 2022-09-14 15:19:03 +03:00
yordanov
d23bdee6ed Add css vars and update colors 2022-09-14 15:19:03 +03:00
yordanov
2f2ecbbeb0 Add css vars and update colors 2022-09-14 15:19:03 +03:00
yordanov
867fe28c5f Add CSS vars and update colors 2022-09-14 15:19:03 +03:00
yordanov
958cdc627a Add css vars to input and badge 2022-09-14 15:19:03 +03:00
yordanov
473aa9c429 Add css vars to standard and default theme 2022-09-14 15:19:03 +03:00
yordanov
846dd24dde Add global css vars 2022-09-14 15:19:03 +03:00
yordanov
c01823024d Add selection and default body font-size 2022-09-14 15:19:03 +03:00
yordanov
1cba327f24 Remove sizing from standard theme 2022-09-14 15:19:03 +03:00
yordanov
c973edee05 Update typography 2022-09-14 15:19:03 +03:00
yordanov
6744926708 Update sizing 2022-09-14 15:19:03 +03:00
yordanov
a5f040d69d Update sizing 2022-09-14 15:19:03 +03:00
Vladimir Enchev
0507f25e86 DataGrid column ShowTimeForDateTimeFilter() virtual method added
Fix #601
2022-09-13 09:43:25 +03:00
Vladimir Enchev
f782f18f04 RadzenDataGridColumn GetFilterOperators() made virtual
Fix #601
2022-09-12 16:44:30 +03:00
Vladimir Enchev
ddb58f148d Fixed DateTime operators order in DataGrid simple filter mode
Fix #602
2022-09-12 16:14:57 +03:00
Vladimir Enchev
75904cf88c Version updated 2022-09-12 09:58:21 +03:00
Vladimir Enchev
522deec88b DropDownDataGrid AllowRowSelectOnRowClick behavior fixed 2022-09-12 09:57:17 +03:00
Vladimir Enchev
4c07d608c5 Pager GetPage() code fixed 2022-09-10 08:59:37 +03:00
Vladimir Enchev
c3490ac819 SSRSViewer Load event added 2022-09-08 16:35:00 +03:00
Vladimir Enchev
0ada1f2e46 DataGrid pager not recalculated properly when using Page event
Fix #598
2022-09-08 14:40:18 +03:00
Vladimir Enchev
6d7493c6e5 Version updated 2022-09-08 09:34:55 +03:00
Vladimir Enchev
3306d8a276 DropDown/AutoComplete scroll to selected item improved 2022-09-07 10:23:39 +03:00
Vladimir Enchev
d5b607eb72 DropDown item selection check improved 2022-09-07 10:11:41 +03:00
Vladimir Enchev
af22c74602 DropDown and DropDownDataGrid popup cannot be opened when nested in label
Fix #597
2022-09-07 09:30:10 +03:00
Vladimir Enchev
1822850835 DataGridColumn FilterPropertyType made public 2022-09-06 12:37:16 +03:00
Vladimir Enchev
f185b9c30d Numeric AutoComplete set to false by default 2022-09-06 11:06:17 +03:00
Vladimir Enchev
d6c39e05f9 RadzenSelectBarItem Template property added
Fix #595
2022-09-05 15:29:09 +03:00
GioeEng
d7abef33a6 RadzenAutoComplete with IEnumerable of strings (#596)
* feat: Dropdown with badges view

* Rename BadgesView to ChipsView and update styling

* Rename ChipsView to Chips. Do not set Multiple to true - require the developer to set it instead. Some cosmetic changes.

* Tag dropdown demo as updated.

* Reposition popup when chip is removed.

* fix: RadzenAutoComplete support IEnumerable of strings

Co-authored-by: yordanov <vasil@yordanov.info>
Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2022-09-05 14:16:22 +03:00
Vladimir Enchev
a0f6712c57 Version updated 2022-09-05 09:25:18 +03:00
Vladimir Enchev
e81acee86b AutoComplete Multiline property added 2022-09-02 16:05:47 +03:00
Vladimir Enchev
bbc9080cfa Upload ParameterName property added 2022-09-02 15:22:25 +03:00
Vladimir Enchev
2095280783 AutoComplete Template property added 2022-09-02 09:27:35 +03:00
Vladimir Enchev
d2b2e9a0d9 Version updated 2022-09-01 19:29:45 +03:00
Vladimir Enchev
e62adf9131 SelectBar item Icon and Image properties added 2022-09-01 19:29:24 +03:00
Vladimir Enchev
4f22a869b8 DropDown with groups example added 2022-09-01 15:22:12 +03:00
Vladimir Enchev
8cf5868a30 code fixed 2022-09-01 14:17:55 +03:00
Vladimir Enchev
f8d2b47006 Fixed virtualized DropDownBase not refreshed on data change
Fix #592
2022-09-01 14:15:48 +03:00
Vladimir Enchev
71f0f53cae DataGrid should be reset to first page on data change
Fix #591
2022-08-31 16:07:14 +03:00
Vladimir Enchev
5b1fe105ba Version updated 2022-08-30 07:44:14 +03:00
Vladimir Enchev
7f447ac21f Fixed ProgressBar Template 2022-08-30 06:52:23 +03:00
Atanas Korchev
425c7cd390 Fix the search textbox in the navigation. 2022-08-29 09:50:55 +03:00
Vladimir Enchev
7f72143ee7 Version updated 2022-08-29 07:58:49 +03:00
Vladimir Enchev
e743500d6c ProgressBar Template property added 2022-08-28 15:32:52 +03:00
Vladimir Enchev
77e3952849 DialogService Close() method made virtual
Fix #588
2022-08-26 15:02:58 +03:00
Vladimir Enchev
21dab1bf50 DropDownDataGrid clear button should not open popup 2022-08-26 12:08:45 +03:00
Vladimir Enchev
4e9aa726c6 Fixed big number exception in Numeric with nullables
Fix #586
2022-08-26 09:38:18 +03:00
Vladimir Enchev
004babb572 Version updated 2022-08-25 08:43:34 +03:00
Vladimir Enchev
256c048598 Added CloseTooltipOnDocumentClick to TooltipOptions
Fix #582
2022-08-25 08:43:00 +03:00
Vladimir Enchev
59b884f4e4 AutoComplete popup will not open on Android 2022-08-24 12:09:36 +03:00
Jimmy Ho
45ff535d31 Fix Grid width is wrong in responsive mode (#584)
* style: fix grid width is wrong in responsive mode

* style: adjust tbody layer under table
2022-08-24 07:59:44 +03:00
Atanas Korchev
4cd8c53645 Loading indicator appears below the headers of an empty RadzenDataGrid. 2022-08-22 17:33:11 +03:00
Vladimir Enchev
b856ef4ea6 Version updated 2022-08-22 16:15:33 +03:00
Vladimir Enchev
ea3d83962f Fixed exception when filtering virtualized DropDownDataGrid bound with LoadData 2022-08-22 16:13:34 +03:00
Atanas Korchev
1d79076e65 Allow custom bar and column series sizes. 2022-08-22 10:58:06 +03:00
Vladimir Enchev
1e6bae6801 Fixed DataGrid SimpleWithMenu mode IsNotEmpty
Fix #583
2022-08-22 10:38:55 +03:00
Vladimir Enchev
6cda51ebbe Demos navigation expanded state fixed 2022-08-22 09:23:01 +03:00
Vladimir Enchev
e4c4c1b964 Fixed too big number in Numeric will raise exception
Fix #580
2022-08-22 07:53:29 +03:00
Vladimir Enchev
939c8c6d0e PanelMenuItem ExpandedChange argument fixed
#581
2022-08-20 07:49:03 +03:00
GioeEng
33c3963f66 feat: Dropdown with badges view (#568)
* feat: Dropdown with badges view

* Rename BadgesView to ChipsView and update styling

* Rename ChipsView to Chips. Do not set Multiple to true - require the developer to set it instead. Some cosmetic changes.

* Tag dropdown demo as updated.

* Reposition popup when chip is removed.

Co-authored-by: yordanov <vasil@yordanov.info>
Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2022-08-18 19:42:46 +03:00
Vladimir Enchev
88bfaa532d Version updated 2022-08-17 17:14:51 +03:00
Vladimir Enchev
66e321ebea Added optional forceReload argument to PagedDataBoundComponent GoToPage() method 2022-08-17 10:41:02 +03:00
Vladimir Enchev
8d2838e928 Fixed Tooltip cannot be opened on first button click 2022-08-17 09:32:02 +03:00
Vladimir Enchev
98d896eb81 Fixed DataGrid pager not recalculated properly after Count change
#579
2022-08-17 08:57:01 +03:00
Vladimir Enchev
62bd56e70d DataGrid IsEmpty/IsNotEmpty filter expression should use double quotes 2022-08-17 08:25:15 +03:00
Vladimir Enchev
bbc7e0f648 Added support for IList value binding in DropDownBase 2022-08-16 17:08:50 +03:00
Vladimir Enchev
534c8e0bc3 Clear filter button added to DataGrid string columns in simple filter mode 2022-08-16 10:04:05 +03:00
Vladimir Enchev
1f9897e551 Fixed DataGrid frozen columns not properly stacked
Fix #577
2022-08-15 16:43:25 +03:00
Vladimir Enchev
eba54c8da3 Fixed missing attributes in RadzenSplitterPane 2022-08-15 07:51:24 +03:00
Vladimir Enchev
e47ac5b02d version updated 2022-08-11 08:20:48 +03:00
Nick Williams
9d134f8171 RadzenUpload proposed cancel functionality (#573)
* Change to DatePicker to optionally pad the time picker hour, minute or seconds components with leading zeros. Corresponding new boolean parameters are PadHours, PadMinutes and PadSeconds.

* Fixed issue with RadzenDialog where closing a nested dialog removed the 'no-scroll' class from the page body, allowing the background to scroll. The javascript 'closeDialog' function is now only invoked when the last dialog is closed.
Added a  potential impovement to RadzenDialog, whereby the dialog mask is only shown for the top most dialog, rather than the accumulative effect of multiple masks. This might be personal perference, but makes more sense to me.

* Added boolean Cancel property to UploadProgressArgs, allowing the underlying XMLHttpRequest to be aborted if required. Thereby cancelling the upload. Added boolean Cancelled property to UploadCompleteEventArgs, to determine if the request completed due to being canelled.
2022-08-11 05:54:54 +02:00
Vladimir Enchev
1ec477b5bc Catch possible exception with tooltip on dispose
Fix #572
2022-08-10 11:54:28 +02:00
Vladimir Enchev
022f203a2e Fixed DataGrid advanced filter popup when Property is not set
Fix #567
2022-08-10 09:41:58 +03:00
Vladimir Enchev
191f21bf50 DropDown aria-label fixed
Fix #566
2022-08-10 09:28:15 +03:00
Vladimir Enchev
98c4b37664 AutoComplete should open popup only on keypress not on focus 2022-08-10 09:23:46 +03:00
Atanas Korchev
2f2b40ca53 Pass the formatted text to the chart axis tick template. 2022-08-08 18:19:14 +03:00
Vladimir Enchev
8a8be30657 Version updated 2022-08-05 10:24:26 +03:00
GioeEng
0c0aafb956 fix: RadzenDropDownItem behavior on older versions of the blazor.js framework (#563) 2022-08-05 10:23:25 +03:00
Vladimir Enchev
c0bca5b923 Fixed FileInput reference not updated on Visible change 2022-08-05 10:17:02 +03:00
Vladimir Enchev
55ea356efd version updated 2022-08-04 18:16:44 +03:00
Vladimir Enchev
fbcd357b69 DropDownDataGrid string SelectedValue should not treated like IEnumerable 2022-08-04 18:16:20 +03:00
Vladimir Enchev
41db619e28 Fixed FileInput value cannot be cleared 2022-08-04 18:10:39 +03:00
Vladimir Enchev
1de8b11d75 version updated 2022-08-04 09:23:16 +03:00
Vladimir Enchev
b85f082d03 DropDownDataGrid multiple selection with LoadData improved
Fix #481
2022-08-04 09:22:37 +03:00
Vladimir Enchev
c2f08b47aa Fixed RadzenNumeric does not allow certain numbers to be entered when min and max are set 2022-08-04 08:39:51 +03:00
Vladimir Enchev
329784c9a7 DataGrid PickedColumnsChanged event added
Fix #557
2022-08-02 08:45:54 +03:00
Atanas Korchev
1d357aab0a Tooltip is not displayed for area and line series with a single value. 2022-08-01 21:51:12 +03:00
Vladimir Enchev
fe6deb559b DropDown ReadOnly property added
Fix #460
2022-08-01 15:32:21 +03:00
Vladimir Enchev
591ef4d1f9 net6.0 added to TargetFrameworks. NET5 preprocessor changed to NET5_0_OR_GREATER. 2022-08-01 14:12:45 +03:00
Vladimir Enchev
6a8a991f42 DataGrid OData demo with custom filter fixed to go to first page 2022-08-01 12:25:05 +03:00
Vladimir Enchev
87161cb97a DataGrid LoadData demo with custom filter fixed to go to first page 2022-08-01 12:21:53 +03:00
Vladimir Enchev
a28b667b38 Version updated 2022-08-01 09:48:06 +03:00
Vladimir Enchev
62c8b4b9e9 Fixed keyboard navigation for virtualized DropDownBase
Fix #556
2022-08-01 09:46:56 +03:00
GioeEng
bc0d5e2e7e feat: Dropdown disabled Items (#551)
fix: Dropdown keyboard selecting after filtering
2022-08-01 08:34:20 +03:00
Greg Horvath
a66ea60ae7 Implemented more consistent handling of DateTimeOffSet. See https://github.com/radzenhq/radzen-blazor/issues/554 (#555) 2022-08-01 08:31:08 +03:00
Nick Williams
80f908353f RadzenDialog Improvements (#550)
* Change to DatePicker to optionally pad the time picker hour, minute or seconds components with leading zeros. Corresponding new boolean parameters are PadHours, PadMinutes and PadSeconds.

* Fixed issue with RadzenDialog where closing a nested dialog removed the 'no-scroll' class from the page body, allowing the background to scroll. The javascript 'closeDialog' function is now only invoked when the last dialog is closed.
Added a  potential impovement to RadzenDialog, whereby the dialog mask is only shown for the top most dialog, rather than the accumulative effect of multiple masks. This might be personal perference, but makes more sense to me.
2022-08-01 08:30:27 +03:00
Atanas Korchev
a3a8ad87d3 Trend lines do not render in some cultures. 2022-07-28 19:10:04 +03:00
Vladimir Enchev
ea52a7a9ec Version updated 2022-07-28 08:30:37 +03:00
Vladimir Enchev
972042645c PagedDataBoundComponent FirstPage() method logic with forceReload fixed 2022-07-28 08:29:37 +03:00
Nick Williams
e01c8d4e13 Change to DatePicker to optionally pad the time picker hour, minute or seconds components with leading zeros. Corresponding new boolean parameters are PadHours, PadMinutes and PadSeconds. (#544) 2022-07-27 08:37:11 +03:00
Vladimir Enchev
351373aea5 Fixed Mask component will not apply mask initially 2022-07-26 19:55:05 +03:00
Vladimir Enchev
287680df87 Fixed DataGrid virtualization not working properly in Firefox 2022-07-26 15:13:21 +03:00
Vladimir Enchev
aa96a98722 Fixed validators not working in DataGrid in-line edit with grouping 2022-07-26 09:00:46 +03:00
Vladimir Enchev
58aa231cd2 Version updated 2022-07-25 08:58:02 +03:00
Vladimir Enchev
d0a59e9d6f DataGrid LoadData called twice on FirstPage() with top and bottom pagers 2022-07-25 08:46:00 +03:00
Vladimir Enchev
972c278356 Fixed DataGrid enum filtering
Fix #542
2022-07-25 08:28:25 +03:00
Vladimir Enchev
d3b236107b Version updated 2022-07-23 09:21:20 +03:00
Vladimir Enchev
ddd359afe0 Fixed DropDown multiple selection
Fix #540
2022-07-23 09:20:59 +03:00
Vladimir Enchev
0278777ff4 Version updated 2022-07-21 18:21:07 +03:00
Vladimir Enchev
c8b703778b page restored 2022-07-21 18:19:45 +03:00
Vladimir Enchev
a0d49f8c29 Fixed DropDown does not throw errors within an async Task set to the Change event
Fix #537
2022-07-21 18:19:28 +03:00
Marco Papst
93f9a318b0 allow override of Template with ChildContent in BreadCrumbItem (#536)
Co-authored-by: Marco Papst <papst@sma.de>
2022-07-21 08:54:02 +03:00
pigwing
bc6679505d add ShowEmptyMessage attribute (#535)
* add DisableEmptyText attribute fix when AllowPaging = true && LoadData.HasDelegate && Count == 0 DataGrid InLine Editing not working

* adopt a suggestion
2022-07-21 08:53:15 +03:00
Vladimir Enchev
5698e1a4fb Fixed Accrodion exception when set Visible property of the item 2022-07-21 08:51:26 +03:00
Vladimir Enchev
61c39a8919 Fixed numeric input with zero min/max
Fix #533
2022-07-19 17:09:57 +03:00
Vladimir Enchev
ae2e8b6abd Version updated 2022-07-19 09:23:53 +03:00
Vladimir Enchev
e1bce30ee3 DataGrid simple mode filtering by date will not show value if filter is not applied 2022-07-19 09:23:33 +03:00
Vladimir Enchev
44da884057 Fixed Numeric input and paste logic when min/max is set
Fix #532
2022-07-19 08:58:14 +03:00
Vladimir Enchev
7f9f05ae0e Version updated 2022-07-18 15:40:49 +03:00
Vladimir Enchev
4638d173b6 Order of FileInput events during file remove fixed 2022-07-18 14:46:47 +03:00
Vladimir Enchev
43bc3cee06 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-07-18 09:00:05 +03:00
Vladimir Enchev
2db68559d5 FileInput FileName and FileSize parameters added 2022-07-18 08:59:46 +03:00
glutio
122b07b757 Do not show trend tooltip if the line is not visible and fix line names (#531)
* Do not show trend tooltip if the line is not visible and fix line names
Revert accidental removal of commit 6b9d2c19a7 (FilterCleared event)

* Fixed trend lines length and contains() method
2022-07-15 14:32:01 +03:00
Atanas Korchev
d6760ca4b9 Having async code in Expand handler sometimes prevents RadzenTreeItem from rendering. 2022-07-15 14:26:02 +03:00
Vladimir Enchev
fe036e75a3 Version updated 2022-07-14 09:51:03 +03:00
Vladimir Enchev
a574e77f0a Numeric oninput and onpaste attributes fixed
Fix #524
2022-07-14 09:50:08 +03:00
Vladimir Enchev
b4c885067d Fixed FileInput will not select the same file if already removed 2022-07-14 09:10:03 +03:00
glutio
200fb9d9ee Chart overlays - data labels, trends and annotations. 2022-07-13 17:31:48 +03:00
Vladimir Enchev
ec06fdcda6 DropDownBase clear selection using delete key will respect AllowClear property 2022-07-13 14:01:06 +03:00
Atanas Korchev
fb31cc7268 Add missing comma 2022-07-12 16:53:38 +03:00
Atanas Korchev
afdbf2ac0b Set example titles. 2022-07-12 16:43:21 +03:00
Vladimir Enchev
4197230ffd Version updated 2022-07-12 07:24:01 +03:00
Vladimir Enchev
952e22367e Fix DropDownDataGrid selected value not displayed properly in some cases 2022-07-12 07:21:18 +03:00
Atanas Korchev
a497660c64 Prevent exceptions if the value entered in the numeric filter is invalid. Closes #523 and #522. 2022-07-11 16:17:17 +03:00
Vladimir Enchev
bd3f4e08b2 DropDownBase SelectedItems reverted 2022-07-08 18:43:11 +03:00
Vladimir Enchev
c2e5aba0e4 SelectedItems/SelectedItemsChanged added to DropDownBase 2022-07-08 17:45:43 +03:00
Vladimir Enchev
729cf2c033 Fixed DataGrid filtering with virtualization enabled not refreshing UI 2022-07-08 16:17:46 +03:00
Vladimir Enchev
2633bd46c3 Improved Numeric min/max validation 2022-07-08 09:06:11 +03:00
Vladimir Enchev
f6430d421e Fixed DatePicker AM/PM should be clicked multiple times in some cases 2022-07-08 08:14:02 +03:00
Vladimir Enchev
1045290320 Fixed DataGrid group header cell colspan not correct in case of Template defined 2022-07-08 08:00:28 +03:00
Vladimir Enchev
0416bb20b3 DataGrid advanced filtering more fixed with IsEmpty/IsNotEmpty 2022-07-07 16:03:47 +03:00
130nk3r5
cb7223dee1 RadzenDataGrid: Added Is Empty and Is not empty Filter operators (#514)
* Updated the RadzenDataGrid's filter operators too have a 'Is Empty' and 'Is not empty' Options

* IsNull/IsNotNull should work with null while IsEmpty/IsNotEmpty with empty string

Co-authored-by: Hugo Human <hugo@tangentsolutions.co.za>
Co-authored-by: Vladimir Enchev <vladimir.enchev@gmail.com>
2022-07-07 15:14:30 +03:00
Vladimir Enchev
59b535b0d8 Version updated 2022-07-07 10:27:11 +03:00
glutio
6b9d2c19a7 Add FilterCleared event to DataGrid to fire when filter is clered to allow custom logic to tell the difference between operator/value change and filter clear event. In my case it allows me to keep the operator even though it's reset to default in ClearFilter(). (#506)
Co-authored-by: Eugene Pistrak <evpistra@microsoft.com>
2022-07-07 10:25:26 +03:00
Vladimir Enchev
3d7fbefa24 Fixed DatePicker months and years drop downs not update on Min/Max change 2022-07-07 09:46:28 +03:00
Vladimir Enchev
24311c2e71 Fixed FileInput not showing file name and size if not image 2022-07-07 08:32:21 +03:00
Vladimir Enchev
93db8cc163 Fixed DataGrid column Type property not initialized correctly in some cases 2022-07-06 14:09:26 +03:00
Vladimir Enchev
bdd833e05b DataGrid dynamic data demo simplified 2022-07-05 11:13:52 +03:00
Vladimir Enchev
64bcb9b4c3 DataGrid demo with dynamic data reworked 2022-07-05 11:01:54 +03:00
Vladimir Enchev
6f2cf36ba6 Fixed Numeric value change with percent format 2022-07-04 09:52:13 +03:00
Vladimir Enchev
4828af7130 DataGrid Reset() method should respect FilterOperator for string and IEnumerable columns 2022-07-01 16:39:44 +03:00
Vladimir Enchev
0d0aa7c9a0 Do not attempt to filter collections with non valid comparison 2022-06-30 19:27:02 +03:00
Atanas Korchev
f0c962fde0 Toggling the Visible property of a form component breaks validation. 2022-06-30 18:25:13 +03:00
yordanov
a04197f145 Fix grid cell border-bottom in nested grids 2022-06-30 10:41:10 +03:00
Vladimir Enchev
530e9b05ef ListBox/DropDown select all CheckBox checked logic improved 2022-06-30 09:53:34 +03:00
Vladimir Enchev
5276b5f9f7 Version updated 2022-06-30 09:36:18 +03:00
Vladimir Enchev
9a8f5f7186 DataGrid column methods for get/set filter values and operators made public 2022-06-30 08:56:29 +03:00
Vladimir Enchev
7de2b3567d DropDown ValueTemplate property added 2022-06-29 17:14:00 +03:00
Vladimir Enchev
2a53fd6f13 DataGrid Filter event will be raised on clear filter from column filter menu 2022-06-28 08:40:47 +03:00
Vladimir Enchev
1092fd4198 Version updated 2022-06-23 12:16:20 +03:00
Vladimir Enchev
dd5619c1f9 Fixed DropDownDataGrid delegate to an instance method cannot have null 'this' 2022-06-23 12:16:05 +03:00
Vladimir Enchev
06cffc101f Version updated 2022-06-23 10:18:29 +03:00
Vladimir Enchev
5f17dae777 Fixed DropDownBase selected item cannot be removed 2022-06-23 10:04:55 +03:00
Vladimir Enchev
001a8a276f ListBox multiple selection fixed with virtualization enabled 2022-06-22 15:44:16 +03:00
Vladimir Enchev
16986f0f56 DataGrid clear filter added to the filtering menu 2022-06-22 11:09:30 +03:00
Vladimir Enchev
36ff2808bd Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-06-22 10:36:08 +03:00
Vladimir Enchev
b566e10847 Should execute DataGrid Reload() on LogicalFilterOperator and FilterCaseSensitivity change 2022-06-22 10:36:01 +03:00
TheNoNinja
1b4fbf17a8 Get total item count after loading the data into the datagrid (#500)
Co-authored-by: ChristiaanBrant <Christiaan.Brant@Notilyze.com>
2022-06-22 10:30:38 +03:00
Vladimir Enchev
1475b1a299 Fixed DataGrid will not clear all filters on Reset() 2022-06-22 10:22:59 +03:00
Vladimir Enchev
147c5455ff Fixed DropDownDataGrid will not clear selection when set @bind-Value to null 2022-06-22 10:18:36 +03:00
Vladimir Enchev
73bfd9b66c Fixed collection was modified exception with async data binding 2022-06-22 09:15:40 +03:00
Atanas Korchev
f5fa061392 Improve Chart tooltip positioning. Reduce the number of roundrips required to display a tooltip. 2022-06-21 14:57:26 +03:00
Atanas Korchev
71b50171de Delete unnecesary Category() call. Allow toggling the visibility of series in LegendClick. 2022-06-21 11:54:18 +03:00
Paul Ruston
a172caba24 LegendClick after fork recreate 202206181900 2022-06-21 11:54:18 +03:00
Vladimir Enchev
ab39c3bbdb ContextMenu removed from tree demo 2022-06-20 11:36:27 +03:00
Vladimir Enchev
29733cc474 ContextMenu example added to Tree demo 2022-06-20 11:35:29 +03:00
Vladimir Enchev
00a358cfb6 Radzen.Blazor PackageReference Version set to * 2022-06-20 10:39:50 +03:00
Vladimir Enchev
000475884d DropDownDataGrid CellRender and RowRender events added
Fix #496
2022-06-20 10:10:05 +03:00
Vladimir Enchev
49b2cda0c2 Fixed Chromium browsers will crash on popup open from frozen cell 2022-06-20 09:57:44 +03:00
Domen
fdf229400a Removed duplicated code from SCSS, Changed positionCSS 2022-06-17 10:12:22 +03:00
Domen
c79d485d69 Added TopRight and BottomRight position to TabPositon 2022-06-17 10:12:22 +03:00
Vladimir Enchev
3f9aa621d1 Version updated 2022-06-16 10:06:17 +03:00
Atanas Korchev
c94c00d933 Expose the EditContext property of RadzenTemplateForm as a parameter. 2022-06-15 13:36:47 +03:00
Max Reble
e540855bf9 fixes #471
if endtime is > 24h appointments now will be shown
2022-06-15 13:32:11 +03:00
Johan
e3d55f4e3d Possible to set placeholder for HtmlEditorFormatBlock 2022-06-14 16:03:07 +03:00
Johan
988fc92456 Possible to set placeholder for HtmlEditorFontSize 2022-06-14 16:03:07 +03:00
Johan
c02b153ef1 Possible to set placeholder for HtmlEditorFontName 2022-06-14 16:03:07 +03:00
Atanas Korchev
70ca4893ba Make the title inline. 2022-06-14 15:58:34 +03:00
Carsten Heinrich
4e15d3779c Change span to div to enable a valid <h..> inside 2022-06-14 15:58:34 +03:00
Atanas Korchev
f924a18d07 Temporarily use strings for categories. 2022-06-14 08:27:07 +03:00
Vladimir Enchev
bce1ec1c66 Version updated 2022-06-13 15:28:28 +03:00
Vladimir Enchev
7c4347ad9b Fixed error when navigating to route
Fix #485
2022-06-13 15:27:35 +03:00
Vladimir Enchev
820c594c1e Fixed low level example categories not expanded on filter 2022-06-13 10:45:25 +03:00
thedomingo
5c2d319b3a Add ProgressBarStyle to RadzenProgressBar (#482)
* Added ProgressBarStyle to ProgressBar

* Added test and demo

* Improved css, updated test, updated demo page
2022-06-13 09:21:17 +03:00
Instant.SC
ff62cc55c2 Fix right edge cropping of the filter button (#484) 2022-06-13 09:19:33 +03:00
Atanas Korchev
dee872fec2 Expose TickDistance to allow developers to set it. 2022-06-09 10:17:11 +03:00
Vladimir Enchev
87b670ca4e version updated 2022-06-09 09:15:54 +03:00
Vladimir Enchev
60c4c2f526 Fixed DataGrid infinite loop with LoadData and virtualization 2022-06-03 15:41:29 +03:00
yordanov
6fd03f826c Fix links alignment in breadcrumb 2022-06-03 14:30:09 +03:00
Vladimir Enchev
365cdb9fef Version updated 2022-06-02 09:15:39 +03:00
Vladimir Enchev
4342602202 Changing Tabs item visibility will reset selected tab to first in TabRenderMode.Client 2022-06-02 09:14:49 +03:00
Atanas Korchev
a168c10938 RadzenHtmlEditor sometimes does not allow specifying the text when the insert link tool is used. 2022-05-31 10:22:33 +03:00
Vladimir Enchev
09da6f870a Fixed DropDownDataGrid selection when AllowRowSelectOnRowClick is set to false 2022-05-30 11:32:14 +03:00
Vladimir Enchev
8a4b334d20 ContextMenu should not be closed when expanding child items 2022-05-27 15:40:11 +03:00
Atanas Korchev
4f6916a2df RadzenUpload can have an Icon. 2022-05-27 13:19:24 +03:00
Vladimir Enchev
14a9c94944 Export demo and controller updated 2022-05-26 11:41:56 +03:00
Atanas Korchev
6ad0fda364 Update documentation about .NET 6 and use Blazor Server and Blazor WebAssembly. 2022-05-26 10:20:27 +03:00
Atanas Korchev
491c124ac1 The HeadOutlet was not rendered correctly. 2022-05-26 10:20:27 +03:00
Vladimir Enchev
81cb7b4f84 Radzen.Blazor version updated 2022-05-26 10:07:53 +03:00
Vladimir Enchev
90c91c2b16 DataGrid group cannot be expanded when collapsed on first render in GroupRowRender
Fix #472
2022-05-26 09:57:17 +03:00
Vladimir Enchev
161d2810a3 Fixed DropDownDataGrid @bind-Value will not select item when bound using LoadData 2022-05-26 09:46:33 +03:00
Vladimir Enchev
9c0dae8d9a DataGrid boolean column filtering toggle fixed 2022-05-25 11:57:14 +03:00
Vladimir Enchev
6375be4d2c Virtualize panel will need double refresh when using LoadData :( 2022-05-25 11:37:00 +03:00
Atanas Korchev
64234815cc Do not check parent checkbox if AllowCheckParents is false. 2022-05-25 11:17:33 +03:00
Vladimir Enchev
b56d4d1ca3 Fixed virtualized DropDownDataGrid not reloaded properly on clear filter when bound using LoadData 2022-05-23 16:02:50 +03:00
Vladimir Enchev
8d31b287f2 Version updated 2022-05-23 09:31:16 +03:00
Vladimir Enchev
8e59d905ba Demos filtering fixed
#470
2022-05-23 09:30:16 +03:00
Vladimir Enchev
028661f9f8 Fixed DataGrid sorting when grouped 2022-05-20 10:26:05 +03:00
Vladimir Enchev
f6189c6d8a Version updated 2022-05-19 09:31:03 +03:00
Vladimir Enchev
ee677ced24 Fixed DropDownDataGrid selected item lost on paging when using LoadData binding 2022-05-18 09:40:16 +03:00
Vladimir Enchev
5f5c142d03 Fixed DropDownDataGrid will not select item on initial value set using @bind-Value 2022-05-18 09:18:54 +03:00
Benjamin Vertonghen
2a7fe455ad FIX GetDescription instead of Description for localization Enum Filter (#463) 2022-05-17 08:59:46 +03:00
Vladimir Enchev
047469de5b Version updated 2022-05-16 09:48:55 +03:00
Benjamin Vertonghen
7a61a68f00 Add Display Attribute and localization for Enum Filter (#455)
* Add Display Attribute and localization

* Fix simple mode and use actual value not string.
2022-05-12 16:01:23 +03:00
SUBRAHMANYA ORUGANTI
50f71390f8 Made RadzenDataGridColumn.GetValue as virtual 2022-05-09 14:25:13 +03:00
Vladimir Enchev
fba7bb68fe Version updated 2022-05-09 09:49:59 +03:00
Vladimir Enchev
2f6749bf5e DatePicker TimeOnly parse fixed 2022-05-04 08:52:08 +03:00
Vladimir Enchev
9253c6dd7b DataGrid enum filter enabled for Simple and SimpleWithMenu filtering modes. EnumFilterSelectText property added. 2022-05-03 13:31:14 +03:00
Vladimir Enchev
e23ad8239b Version updated 2022-05-02 12:38:25 +03:00
Vladimir Enchev
2f9e624c31 Drag demo deleted 2022-04-29 16:01:11 +03:00
Vladimir Enchev
a336b50e0f Drag Documentation and Heading turned off 2022-04-29 15:23:27 +03:00
Vladimir Enchev
5bc4a96e77 empty comit 2022-04-29 15:17:06 +03:00
Vladimir Enchev
113ba8223c Drag example added 2022-04-29 15:00:57 +03:00
Vladimir Enchev
a760150d75 Null ref. exception fixed 2022-04-29 09:27:28 +03:00
Vladimir Enchev
42a52dc606 DataGrid group by column will use ascending sort order if column is not sorted 2022-04-28 15:02:30 +03:00
Vladimir Enchev
b0c45c115e Fixed AutoComplete e.target.closest is not a function error 2022-04-28 14:55:09 +03:00
Vladimir Enchev
6a427a04ff DataGrid Groups.Clear() will not restore column visibility if HideGroupedColumn=true 2022-04-28 10:48:55 +03:00
Vladimir Enchev
1959c009fd version updated 2022-04-28 07:13:51 +03:00
Vladimir Enchev
35f5bdd483 DataGrid UpdatePickableColumn() exception fixed 2022-04-28 07:13:43 +03:00
Vladimir Enchev
ff422bae19 Version updated 2022-04-27 11:46:53 +03:00
Vladimir Enchev
f2e4d5cc1b Tooltip arrow render lag fixed 2022-04-27 11:45:26 +03:00
Vladimir Enchev
5fba69cad3 Context menu closed on item click 2022-04-27 10:19:12 +03:00
Vladimir Enchev
a1385956aa Step item Template property added 2022-04-27 10:08:11 +03:00
Atanas Korchev
9493cbc6ff RadzenUpload cannot upload files larger than 2GB. Breaking change if using the UploadProgressArgs class 2022-04-27 08:59:15 +03:00
Vladimir Enchev
0762841ef0 DataGrid enum filtering example added 2022-04-26 10:43:48 +03:00
Vladimir Enchev
e94fb73fd2 Numeric Format not applied if value is deleted and changed to the same
Fix #437
2022-04-26 09:25:39 +03:00
Atanas Korchev
6cb5f738d4 Certain component styles (info) do not work in tr-TR culture. 2022-04-25 11:21:29 +03:00
Benjamin Vertonghen
1b66d6fe4d DataGrid Filtering on Enum and Nullable Enum (#435)
* Enum Filtering

* Typo
2022-04-25 07:58:29 +02:00
Vladimir Enchev
3a9511a6b2 Radzen.Blazor version updated 2022-04-21 09:30:46 +03:00
Vladimir Enchev
70cfcda727 Fieldset should not render legend if not needed 2022-04-21 08:46:44 +03:00
Vladimir Enchev
ef7ab11078 DataGrid column picker not update on column Visible change
Fix #432
2022-04-20 09:36:23 +03:00
Vladimir Enchev
14ad9618d3 Dashboard DataGrid user filtering improved 2022-04-20 09:09:54 +03:00
Andrew Buchanan
41ce3d862c Add Minimum Date, Maximum Date, Initial Month/Year, and SameStyleForA… (#409)
* Add Minimum Date, Maximum Date, Initial Month/Year, and SameStyleForAllDays

* Rename DatePicker MinimumDate/MaximumDate Parameters to Min/Max.  Rename InitialMonth to InitialViewDate. Remove new SameStyles Parameter and replace it with a new class rz-datepicker-other-month.

Co-authored-by: Andrew Buchanan <andrew@addos.ca>
2022-04-19 16:04:06 +03:00
Vladimir Enchev
2ae9e8bb6f DataGrid groups expand/collapse fixed when GroupFootersAlwaysVisible=true
Fixed #430
2022-04-19 13:41:26 +03:00
Vladimir Enchev
8ebdaee97f Version updated 2022-04-18 09:06:25 +03:00
Vladimir Enchev
9dab0f0c03 Fixed TabIndex not properly working for RadzenDropDownDataGrid
Fix #427
2022-04-15 10:33:47 +03:00
Vladimir Enchev
3144a6b5fd Various DataGrid examples title fixed 2022-04-15 09:53:23 +03:00
Vladimir Enchev
f6ed045b8f Fixed Numeric spinner icon hiding value partially 2022-04-15 09:49:21 +03:00
Atanas Korchev
b31c29b440 Allow the user to set the style of a splitter pane. 2022-04-14 16:04:33 +03:00
Atanas Korchev
0bf4181056 Use self-hosted analytics. 2022-04-14 09:01:54 +03:00
Vladimir Enchev
ff3fc84563 Version updated 2022-04-13 09:51:42 +03:00
Vladimir Enchev
644af53193 DataGrid group row expand state not persisted when set in GroupRowRender FirstRender
Fix #425
2022-04-13 09:48:52 +03:00
yordanov
b52eb24e85 Add banner 2022-04-12 13:04:21 +03:00
douglassimaodev
b0ee04fab2 Fixing error when YearRange is set but from calledar arrow <, > was allowing changing to a different year (#423)
Co-authored-by: douglas <douglas.simao@sgs.com>
2022-04-12 08:59:20 +03:00
yordanov
0b01f5ec1c Update readme content 2022-04-11 17:34:14 +03:00
Vladimir Enchev
310a2f5443 DropDown and ListBox items key set improved 2022-04-11 16:49:15 +03:00
Vladimir Enchev
9c7de1a8fe empty commit 2022-04-11 10:38:41 +03:00
Vladimir Enchev
2ff2d55f25 Version updated 2022-04-11 10:20:20 +03:00
Vladimir Enchev
3d5e7be6b6 DataGrid not updated after column OrderIndex change runtime 2022-04-11 10:16:01 +03:00
Vladimir Enchev
4bce655cb6 DataGrid string columns IsNull/IsNotNull filtering fixed 2022-04-11 09:40:14 +03:00
Peter Egunjobi
f2aa01d23c Dropdown reinitialization fix (Resolves #419) (#420)
* Update RadzenListBox.razor.cs

```item``` is a reference object, and this is not situable to be used as a key, because it is likely to change even though the properties of the object remain unchanged. Instead, we should use the ```ValueProperty``` as the key. This is most likely to be a primitive and also unique. If it isn't provided, the ```item``` is used (from what I understand about the ```PropertyAccess.GetItemOrValueFromProperty()``` implementation.

* Update RadzenDropDown.razor.cs

```item``` is a reference object, and this is not situable to be used as a key, because it is likely to change even though the properties of the object remain unchanged. Instead, we should use the ```ValueProperty``` as the key. This is most likely to be a primitive and also unique. If it isn't provided, the ```item``` is used (from what I understand about the ```PropertyAccess.GetItemOrValueFromProperty()``` implementation.
2022-04-11 09:16:44 +03:00
Atanas Korchev
37907ed7f6 Set bar and column series tooltip border to Fill or Fills if specified. 2022-04-08 10:51:20 +03:00
yordanov
17d34ae443 Add link to component's source code 2022-04-07 16:35:35 +03:00
Vladimir Enchev
5e442d43aa Version updated 2022-04-07 07:22:30 +03:00
Atanas Korchev
3594c81b17 Introduce a Hidden property for chart series which allows the developer to hide a series bit still make it show later by clicking the corresponding label in the legend. 2022-04-06 18:38:14 +03:00
Atanas Korchev
221c830d60 Set line and area series border to stroke or fill if specified. 2022-04-06 18:27:13 +03:00
Atanas Korchev
962c2db587 RadzenChart sometimes displays a tooltip for the wrong series. 2022-04-06 18:19:31 +03:00
yordanov
e22d3367ba Update BreadCrumb styling and demo 2022-04-06 13:09:38 +03:00
Marco Papst
27df815529 fix parameter name in breadcrumb page demo 2022-04-06 11:33:02 +03:00
Marco Papst
64ad14ae80 revert files 2022-04-06 11:33:02 +03:00
Marco Papst
3de09dc8db fix code style 2022-04-06 11:33:02 +03:00
Marco Papst
170aede49f revert files 2022-04-06 11:33:02 +03:00
Marco Papst
9ab740e53b add Id to RadzenBreadcrumb 2022-04-06 11:33:02 +03:00
Marco Papst
ddd4a806e1 replace items with child content 2022-04-06 11:33:02 +03:00
Marco Papst
5b4b427589 add docs page 2022-04-06 11:33:02 +03:00
Marco Papst
67900764f0 format tests 2022-04-06 11:33:02 +03:00
Marco Papst
df3995f0bb rework RadzenBreadCrumb to allow Child Items 2022-04-06 11:33:02 +03:00
Marco Papst
96278eb6d4 rework RadzenBreadCrumb to allow child items 2022-04-06 11:33:02 +03:00
Marco Papst
b012abbffb add Bread Crum Examples 2022-04-06 11:33:02 +03:00
Marco Papst
cd52110e95 add BreadCrumb Tests 2022-04-06 11:33:02 +03:00
Marco Papst
eba00e0e26 add BreadCrumb Component 2022-04-06 11:33:02 +03:00
Atanas Korchev
baab38c7f6 Prevent out of range exceptions in pie and donut tooltips. 2022-04-05 10:09:13 +03:00
Vladimir Enchev
539530bcb9 DropDown cannot select item when OpenOnFocus is set to true and already focused 2022-04-04 08:03:00 +03:00
Vladimir Enchev
829cdec53c Version updated 2022-03-31 08:59:54 +03:00
Vladimir Enchev
1bbe89f962 DatePicker rz-datepicker-title inline style height removed 2022-03-31 08:50:58 +03:00
Vladimir Enchev
1ae9724d34 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-03-30 11:52:50 +03:00
Vladimir Enchev
d71142a253 OpenOnFocus checked when opening from click 2022-03-30 11:52:48 +03:00
Atanas Korchev
ca0437d765 RadzenScheduler events do not take MinutesPerSlot into account. 2022-03-30 10:30:17 +03:00
Vladimir Enchev
7e4619c2ae DropDown and DropDownDataGrid OpenOnFocus property added 2022-03-30 09:49:41 +03:00
Vladimir Enchev
65dd9e26e9 DropDownDataGrid open on ENTER key added 2022-03-30 09:40:37 +03:00
Vladimir Enchev
fe788ca5dc code fixed 2022-03-30 09:25:48 +03:00
Vladimir Enchev
4e3fd87481 Fixed SelectBar will not select item with null value 2022-03-30 09:21:18 +03:00
Trent Adams
6244663e80 Updated Index.md (#407)
Spelling issue in regards to support. Fixed "of you require" to "if you require..."
2022-03-30 09:00:50 +03:00
Vladimir Enchev
3bce988e12 DataGrid column GetVisible() made public 2022-03-29 16:55:07 +03:00
Vladimir Enchev
0fcc9e112a Version updated 2022-03-28 10:22:14 +03:00
Vladimir Enchev
d083ae6d0e Fixed DatePicker changing AM/PM not working in some cases 2022-03-28 09:44:57 +03:00
Vladimir Enchev
ddffc72e76 Fixed ContextMenu opens only once in WASM 2022-03-28 09:28:42 +03:00
Atanas Korchev
20d22fa036 CheckBox does not work inside <label> 2022-03-27 21:08:29 +03:00
Vladimir Enchev
ccb923ecc4 project updated 2022-03-25 15:31:09 +02:00
Vladimir Enchev
90f98c69c5 Version updated 2022-03-25 15:14:06 +02:00
acordts
2f273777b2 remove label attribute from span tag (fix #403) (#404)
Co-authored-by: Albrecht Ziegler-Cordts <albrecht.ziegler-cordts@t-systems.com>
2022-03-25 10:56:01 +02:00
Vladimir Enchev
3936960caf DataGrid OrderByDescending() method fixed
Fix #402
2022-03-25 10:08:52 +02:00
Vladimir Enchev
e32262a3b3 DataGrid HideGroupedColumn fixed to work with runtime add of GroupDescriptor 2022-03-25 10:00:31 +02:00
Vladimir Enchev
bc9d7f7c2a DatePicker exception with DateTime.MinValue fixed 2022-03-25 09:38:04 +02:00
mrossberg
71fe870b1d On Disposal of RadzenSplitButton: Close popup (#401) 2022-03-24 16:07:54 +02:00
Vladimir Enchev
28a0456fa7 Version updated 2022-03-24 09:42:11 +02:00
Vladimir Enchev
ad7e00add5 DataGrid ShowMultiColumnSortingIndex property added 2022-03-22 11:46:41 +02:00
Vladimir Enchev
6e5749063c DataGrid Group event and HideGroupedColumn property added 2022-03-22 10:27:09 +02:00
Vladimir Enchev
048de253a9 DataGrid Sort, Filter and Page events added 2022-03-22 10:05:11 +02:00
Vladimir Enchev
c6c9578691 version updated 2022-03-21 11:23:33 +02:00
Vladimir Enchev
b052c04749 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-03-21 09:35:22 +02:00
Vladimir Enchev
5085255f61 DataGrid column CloseFilter() method added 2022-03-21 09:35:14 +02:00
Atanas Korchev
cd306135ad Remove setTitle invocation. 2022-03-21 09:22:27 +02:00
Vladimir Enchev
fbb9cac178 Fixed DropDown item requires two clicks to select 2022-03-18 10:22:04 +02:00
Vladimir Enchev
291210aadf DataGrid columns picker text properties added 2022-03-18 09:30:38 +02:00
Vladimir Enchev
458a9b9907 DropDownDataGrid click to open popup area fixed 2022-03-17 17:51:24 +02:00
mmmmmarco
d210feab0d Datepicker footer placeholder (#400)
* Toevoegen footer template

* Add unit test

* Add demo

* Don't render footer if no footerTemplate is set
2022-03-17 14:45:45 +02:00
Vladimir Enchev
c3aaf78161 Version updated 2022-03-17 10:31:32 +02:00
Vladimir Enchev
a86c7c6c1e Reverted switch to default preprocessor constants 2022-03-17 10:31:07 +02:00
Vladimir Enchev
8f79204fbc Version updated 2022-03-17 10:05:46 +02:00
Vladimir Enchev
c21823c84e code fixed 2022-03-17 10:04:04 +02:00
Vladimir Enchev
c40f64a193 code fixed 2022-03-17 09:54:39 +02:00
Vladimir Enchev
f42cd221cc Version updated 2022-03-17 09:10:25 +02:00
Vladimir Enchev
a8dc2a07db Added MarkupString support for Notification message 2022-03-16 11:16:53 +02:00
Vladimir Enchev
93e27f318d Tree CheckedValues exception fixed 2022-03-14 17:04:38 +02:00
Vladimir Enchev
7ecb3ccf46 DatePicker StartDate handles DateTime.MinValue 2022-03-14 10:54:10 +02:00
Marcel Roozekrans
1dd48aa3f1 DatePicker: Added support for DateTime Min and Max. (#394) 2022-03-14 10:48:18 +02:00
Vladimir Enchev
9ee7c6809a various tests fixed
#396
2022-03-14 09:36:26 +02:00
Vladimir Enchev
4eec46012a Switched to default preprocessor constants 2022-03-08 15:34:10 +02:00
Vladimir Enchev
455edff025 version updated 2022-03-07 10:30:41 +02:00
Vladimir Enchev
79a43fe897 Fixed DataGrid with virtualization calls LoadData 5 times on initial creation
Fix #392
2022-03-04 10:13:26 +02:00
Vladimir Enchev
34306f023c Numeric paste improved to accept numbers from string 2022-03-03 14:06:05 +02:00
Vladimir Enchev
e42baf816c Version updated 2022-03-03 09:27:15 +02:00
Atanas Korchev
f4cf76bc8f The id attribute of RadzenDropDown is used when generating the id of its popup. Allows styling specific popups. 2022-03-01 14:46:21 +02:00
Vladimir Enchev
d7ef57a24e DataGrid numeric columns LoadData Filter expression fixed for IsNull/IsNotNull 2022-02-28 17:14:56 +02:00
Vladimir Enchev
a349a3390c page updated 2022-02-28 16:27:12 +02:00
Vladimir Enchev
eae6e6ed8d Version updated 2022-02-28 10:44:32 +02:00
david-alonso-su
14d87875ae readFileAsBase64: set canvas size same as new image size. (#388)
Remove unnecesary parameters.
2022-02-25 10:40:01 +02:00
Vladimir Enchev
62d997c85a demo fixed 2022-02-25 10:28:21 +02:00
Vladimir Enchev
02f37b2eeb Tree will not dispose children on collapse (#387)
* Tree AllowToggleChildrenOnClient added

* Tree expand reworked
2022-02-25 10:27:13 +02:00
Vladimir Enchev
636e6b82be demo improved 2022-02-25 09:24:12 +02:00
Vladimir Enchev
72c544a512 DataGrid FilterMode=SimpleWithMenu will apply style to filter icon in case of active filter 2022-02-25 09:05:04 +02:00
Vladimir Enchev
97c7a4db17 DataGrid FilterMode=SimpleWithMenu will disable inputs in case of IsNull/IsNotNull filters 2022-02-25 08:59:30 +02:00
Atanas Korchev
aa8b4881ce Update CONTRIBUTING.md 2022-02-25 08:41:24 +02:00
Vladimir Enchev
c6d37a4281 demo marked as updated 2022-02-24 10:16:22 +02:00
Vladimir Enchev
05b269c0cf Version updated 2022-02-24 10:05:24 +02:00
Vladimir Enchev
07d14cee67 DataGrid simple filter with menu added (#384)
* DataGrid FilterMode SimpleWithMenu added

* filter menu improved

* DoesNotContain fixed

* DatePicker will open popup on input click if AllowInput=false

* rz-readonly to DatePicker input

* rz-readonly to datepicker theme
2022-02-23 08:54:51 +02:00
yordanov
70fb35bd25 Update Material icons font 2022-02-22 11:18:12 +02:00
Atanas Korchev
574f4f90da DonutChart glitches in cultures that use comma as decimal separator. 2022-02-21 17:45:14 +02:00
Vladimir Enchev
6a951e1325 demo fixed 2022-02-21 14:52:42 +02:00
Vladimir Enchev
4a1abadd09 Version updated 2022-02-21 13:04:53 +02:00
Vladimir Enchev
84bd0af02e DataGrid column Visible fixed when AllowColumnPicking is true
Fix #382 #381
2022-02-21 13:01:56 +02:00
david-alonso-su
115b838d3c RadzenFileInput: Add MaxWith And MaxHeight to resize FileInput Image. (#379) 2022-02-21 09:43:21 +02:00
Ben Gavin
13032e726b Support for Remove/Clear to the RadzenUpload control #376 (#377)
* ADD:  Support for Remove/Clear to the RadzenUpload control #376
FIX:  Preview URLs generated during file selection are not freed on removal

* FIX:  Clear local preview files on file re-selection

Co-authored-by: Ben Gavin <ben.gavin@corebts.com>
2022-02-21 09:37:14 +02:00
Vladimir Enchev
cf6efbaa2d DropDownDataGrid demo improved 2022-02-21 09:37:02 +02:00
pigwing
580db415d6 add AllowRowSelectOnRowClick property at RadzenDropDownDataGrid (#383)
* added missing PageSizeText parameter

* add AllowRowSelectOnRowClick property at RadzenDropDownDataGrid,when use DropDown component in RadzenDropDownDataGridColumn template,change the DropDown value will trigger RadzenDataGrid.OnRowSelect
2022-02-21 09:24:33 +02:00
Vladimir Enchev
30b2d1d913 DropDownDataGrid ValueTemplate property added 2022-02-18 16:47:25 +02:00
Vladimir Enchev
510b2bcdd5 Handle defined in razor DataGrid column OrderIndex 2022-02-18 14:51:15 +02:00
Vladimir Enchev
30856325be DataGridColumnReoderPage updated 2022-02-18 14:27:04 +02:00
Vladimir Enchev
a5ab34b707 DropDown, DropDownDataGrid and ListBox AllowClear when Value is not bound fixed 2022-02-18 13:29:29 +02:00
Vladimir Enchev
90ee139265 DataGrid column OrderIndex property added 2022-02-18 11:58:30 +02:00
Vladimir Enchev
1e298edbdd DataGrid state not updated properly after column reorder in .NET 3.1 2022-02-18 10:07:52 +02:00
Vladimir Enchev
925afb70c3 version updated 2022-02-18 08:51:07 +02:00
Vladimir Enchev
c399b850c5 DropDownDataGrid not updated properly on Data change 2022-02-18 08:50:45 +02:00
Vladimir Enchev
8cf03e3ee3 Version updated 2022-02-17 09:21:51 +02:00
Atanas Korchev
e6ba1fc61b Disable the responsive mode of RadzenSidebar if it is not nested inside RadzenLayout. 2022-02-16 15:37:43 +02:00
Vladimir Enchev
a2a434d6fd comment removed 2022-02-16 10:09:35 +02:00
Vladimir Enchev
fe00182efd various warnings fixed 2022-02-16 09:40:33 +02:00
Vladimir Enchev
b00fcc25ea DialogOptions CloseDialogOnEsc property added 2022-02-15 17:28:32 +02:00
Vladimir Enchev
e9624ab6d6 Close dialog on ESC added 2022-02-15 17:03:03 +02:00
Vladimir Enchev
c2d129aaa6 DropDown, ListBox and DropDownDataGrid wrong selection on Data change fixed 2022-02-15 09:24:08 +02:00
Vladimir Enchev
6b3b7d6945 version updated 2022-02-14 15:22:08 +02:00
Vladimir Enchev
1889b840b1 Menu and ProfileMenu z-index raised
Related to f5057c2ac7
2022-02-14 13:32:52 +02:00
Atanas Korchev
bfb1a4ef23 Unsubscribe from event before subscribing to avoid memory leaks. 2022-02-14 12:34:10 +02:00
Atanas Korchev
f178f31248 Icons are missing if the Text property of a scheduler view is set. 2022-02-14 11:43:31 +02:00
Vladimir Enchev
9c13832307 DataGrid frozen column styles not regenerated when column Visible changed runtime
Fix #371
2022-02-14 10:57:19 +02:00
Vladimir Enchev
1c3f87165e DataGrid column Pickable property added 2022-02-14 10:36:02 +02:00
Vladimir Enchev
c6ce339d40 DataGrid column MinWidth property added 2022-02-11 08:37:36 +02:00
Vladimir Enchev
5a90b00e19 Version updated 2022-02-11 08:27:34 +02:00
Atanas Korchev
e6bf8b5321 Add Responsive property to RadzenSidebar. 2022-02-10 16:35:20 +02:00
Atanas Korchev
156e493a90 Invoke own StateHasChanged when the Refresh method of DialogService is called. Fixes #363. 2022-02-10 15:43:35 +02:00
Vladimir Enchev
2cf073495c version updated 2022-02-10 14:33:11 +02:00
Vladimir Enchev
43b193e965 DropDown and DropDownDataGrid multiple selected items label fixed 2022-02-10 14:32:51 +02:00
yordanov
b4b8dfb217 Fix light button colors 2022-02-10 12:12:57 +02:00
Vladimir Enchev
99051af886 DataGrid Column Picker added
Based on https://github.com/radzenhq/radzen-blazor/pull/344
2022-02-10 10:58:09 +02:00
Vladimir Enchev
768926fec3 code fixed 2022-02-10 10:48:37 +02:00
yordanov
a73042abc1 Update RadzenGrid simple filtering UI 2022-02-09 18:29:48 +02:00
Vladimir Enchev
da36e3c1fa IJSRuntime param added 2022-02-09 13:59:17 +02:00
Vladimir Enchev
0024e3e74d Version updated 2022-02-09 10:58:30 +02:00
yordanov
9b14caf300 Delete commented styles 2022-02-09 10:55:16 +02:00
yordanov
adee153190 Update UI for simple mode filtering 2022-02-09 10:55:16 +02:00
Vladimir Enchev
c476cd7f25 Fixed #366 2022-02-09 10:30:00 +02:00
Vladimir Enchev
d4da6b02a8 LengthValidator not not notified when DropDownDataGrid value is selected 2022-02-08 11:10:41 +02:00
yordanov
1d3f651846 Add rz-body css class 2022-02-07 14:51:45 +02:00
yordanov
d6af0ffc95 Set translateZ to rz-body 2022-02-07 14:50:05 +02:00
yordanov
c1ba96d395 Add min-width to Pager's page buttons 2022-02-07 14:18:19 +02:00
Vladimir Enchev
52f53e3410 DropDownDataGrid EmptyTemplate added
Fix #359
2022-02-07 10:51:41 +02:00
Vladimir Enchev
aba4875cf3 version updated 2022-02-04 15:00:10 +02:00
Vladimir Enchev
f5057c2ac7 Revert fix for #339 2022-02-04 14:59:58 +02:00
Marc Mauri
cfd5558765 Reset Password shall throw event with an empty username (#360)
Co-authored-by: Marc Mauri <marc@kaizenforpharma.com>
2022-02-04 09:37:59 +02:00
Vladimir Enchev
77bbeb6de0 version updated 2022-02-03 13:32:25 +02:00
Vladimir Enchev
bf3e22bf4c DropDown, DropDownDataGrid and ListBox Value binding improved 2022-02-03 13:29:23 +02:00
Vladimir Enchev
a5596ac8f6 CheckBox typo fixed 2022-02-03 11:23:14 +02:00
Vladimir Enchev
a3dddfa7f8 DataGrid GroupRowExpand/GroupRowCollapse events added 2022-02-01 22:09:14 +02:00
Vladimir Enchev
922abe8ba3 DataGrid IsNull/IsNotNull filtering not working properly on columns bound to string property 2022-02-01 21:58:09 +02:00
Vladimir Enchev
9b85f8673c DialogService Confirm AutoFocusFirstElement support added 2022-02-01 21:46:01 +02:00
Vladimir Enchev
b8e0bf92c2 DataGrid simple filtering should respect column FormatString or DataGrid FilterDateFormat
Close #279
2022-02-01 09:59:07 +02:00
Vladimir Enchev
05c7adbfee Version updated 2022-01-31 14:51:36 +02:00
Benjamin Vertonghen
4081802dc8 FIX: Menu in DataGrid shows incorrectly due to z-index (#356)
* FIX: Menu in DataGrid

* rz-navigation-menu z-index lowered from 20 to 2

Co-authored-by: Vladimir Enchev <vladimir.enchev@gmail.com>
2022-01-31 14:50:54 +02:00
Benjamin Vertonghen
45fb1cd801 Click on MenuItem (#354) 2022-01-31 12:21:10 +02:00
Vladimir Enchev
50ed4a6988 DataGrid header cell sorting outline border removed
We will try to provide better focus styles in our themes
2022-01-31 09:46:37 +02:00
Carsten Heinrich
96997e95a0 Enable sorting on RadzenDataGrid by keyboard (#351)
to increase the accessibility it is necassary to sort the RadzenDataGrid by keyboard

Co-authored-by: Carsten Heinrich <carsten.heinrich@t-systems.com>
2022-01-31 09:45:06 +02:00
Carsten Heinrich
9029a64a19 Insert additional header-attribute "aria-sort" so that the screen reader recognizes the sorting. (#358)
Co-authored-by: Carsten Heinrich <carsten.heinrich@t-systems.com>
2022-01-31 09:28:28 +02:00
Vladimir Enchev
cb6c9dd374 DataGrid cells colspan made recursive 2022-01-30 12:44:40 +02:00
Vladimir Enchev
5b1e9d3f16 DataGrid colspan fixed with multiple composite columns 2022-01-29 09:18:06 +02:00
Vladimir Enchev
ceb1f954ff DataGrid SecondFIlterValue not set to null on Reset() 2022-01-28 19:18:30 +02:00
Atanas Korchev
f67e4f953f DataGrid has gaps on desktop browsers in responsive mode. 2022-01-28 12:49:35 +02:00
Vladimir Enchev
76c071da14 FileInput ImageClick event added 2022-01-28 10:00:53 +02:00
Vladimir Enchev
c8dafae31d Version updated 2022-01-27 09:28:17 +02:00
Vladimir Enchev
1924056c02 Sidebar expand logic improved (#352)
* Add Sidebar expand and collapse CSS classes

* Initialize Expanded on load.

* Introduce RadzenMediaQuery.

* Use addListener instead of addEventListener to support older browsers.

* Fix redraw under WebKit

Co-authored-by: yordanov <vasil@yordanov.info>
Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2022-01-27 09:26:25 +02:00
Vladimir Enchev
257dd22345 DataGrid grouping will not apply sorting if GroupDescriptor SortOrder is null 2022-01-27 09:22:24 +02:00
Vladimir Enchev
4211259874 Dialog bottom option setting fixed 2022-01-26 19:59:44 +02:00
Vladimir Enchev
9fa7d0182d Menu and ProfileMenu items should be over DataGrid header 2022-01-26 15:00:45 +02:00
Vladimir Enchev
8a00736c8f Frozen composite columns disabled
until we find a way to calculate properly left for frozen cells in composite columns
2022-01-26 13:47:36 +02:00
Vladimir Enchev
f1fd6b6d8b DataGrid composite columns colspan logic fixed 2022-01-25 20:03:07 +02:00
Ben Gavin
b1adad5866 FIX: Close popup when 'Tab'ing from control (#349)
FIX: Styling/layout fixes for validated control

Co-authored-by: Ben Gavin <ben.gavin@corebts.com>
2022-01-25 09:37:27 +02:00
Vladimir Enchev
f8aaa21b39 categories marked as updated 2022-01-24 14:35:53 +02:00
Vladimir Enchev
6b207e29fc Various demos marked as updated 2022-01-24 14:27:39 +02:00
Vladimir Enchev
4effb7cfdd Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-01-24 13:53:33 +02:00
Vladimir Enchev
83f48ac009 version updated 2022-01-24 13:53:24 +02:00
acordts
6788612ab5 add tabnavigation tabindex depending on disabled flag (#347)
Co-authored-by: Albrecht Ziegler-Cordts <albrecht.ziegler-cordts@t-systems.com>
2022-01-24 13:52:12 +02:00
Vladimir Enchev
8329c38894 DataGrid GroupRowRender event added 2022-01-24 11:26:11 +02:00
Vladimir Enchev
5e96f69c52 FileInput keyboard navigation improved 2022-01-24 09:30:18 +02:00
Atanas Korchev
f4c6b4f08d Always build SASS. 2022-01-21 11:47:36 +02:00
Vladimir Enchev
95fef77042 DataGrid AllowRowSelectOnRowClick property added (#341)
* DataGrid AllowRowSelectOnRowClick property added

* AllowRowSelectOnRowClick comment fixed

* DataGridMultipleSelection demo improved
2022-01-21 09:41:08 +02:00
pigwing
9814f44ead added missing PageSizeText parameter (#340) 2022-01-21 09:34:48 +02:00
Vladimir Enchev
13189c6c6c DataGrid header not working properly with bootstrap modal
Fix #339
2022-01-21 09:33:17 +02:00
Vladimir Enchev
aed16dfec6 version and demo updated 2022-01-20 16:17:45 +02:00
Vladimir Enchev
3167399da9 DataGridPagerHorizontalAlign fixed 2022-01-20 15:59:12 +02:00
Vladimir Enchev
c6b77fe861 version updated 2022-01-20 15:38:36 +02:00
yordanov
aa1e4ecb7d Update pager horizontal align in demos 2022-01-20 15:35:17 +02:00
yordanov
1b677770b6 Add Datagrid pager horizontal align demo page 2022-01-20 15:35:17 +02:00
Vladimir Enchev
c707f20b3f DataGrid, DataList and DropDownDataGrid PagerHorizontalAlign and PagerAlwaysVisible properties added 2022-01-20 15:35:17 +02:00
Vladimir Enchev
c368e065b6 Pager HorizontalAlign property added 2022-01-20 15:35:17 +02:00
yordanov
90eab0573f Add page size description text to Pager 2022-01-20 15:35:17 +02:00
yordanov
35d7286eec Add styles for Pager horizontal alignment modes 2022-01-20 15:35:17 +02:00
Vladimir Enchev
b68fe58a23 Revert: Fixed DataGrid template row cell not spanned on all columns 2022-01-20 15:07:59 +02:00
Vladimir Enchev
ea133a96cd Fixed DataGrid template row cell not spanned on all columns 2022-01-20 15:02:24 +02:00
Vladimir Enchev
69e48c77a9 Composite Columns marked as new, Columns as updated 2022-01-20 14:46:21 +02:00
Vladimir Enchev
606fb38ae6 Version updated 2022-01-20 13:27:45 +02:00
Vladimir Enchev
b29955d191 DataGrid AllowCompositeDataCells property added 2022-01-20 13:27:10 +02:00
Vladimir Enchev
7539fb3699 DataGrid thead fixed to not scroll vertically 2022-01-20 12:48:05 +02:00
Vladimir Enchev
2d8911947a DataGrid composite column cells right border fixed 2022-01-20 12:05:41 +02:00
Vladimir Enchev
2044042973 DataGridCompositeColumns source fixed 2022-01-20 10:11:15 +02:00
Vladimir Enchev
dd02f890c2 Sorting and filtering disabled for DataGridConditionalTemplate 2022-01-20 09:23:55 +02:00
Vladimir Enchev
45ca2eaaca Version updated 2022-01-20 09:18:47 +02:00
Atanas Korchev
aaf535c33f RadzenPanelMenu always highlights an item with Path set to "/". 2022-01-20 08:57:35 +02:00
Vladimir Enchev
e9c6da2c11 DataGrid simple filter header cell tabindex="1" removed 2022-01-19 14:41:51 +02:00
Atanas Korchev
e2c8efe29f Do not dispose if the timer is null. 2022-01-19 14:28:35 +02:00
Vladimir Enchev
e76b789eb7 DataGrid composite columns support added (#334)
* composite columns

* headers cells render reworked

* composite columns render reworked again

* footer cells support added for composite columns

* code improved

* Row details template expand fixed

* Group, resize and reorder disabled for composite columns

* composite columns demo improved
2022-01-19 13:31:17 +02:00
Vladimir Enchev
75d1431e50 DataGrid GroupDescriptor SortOrder property added. Column SortOrder will be used when grouping. 2022-01-18 21:05:26 +02:00
yordanov
8a9da8a3ae Style badge for new and updated demos 2022-01-18 11:13:01 +02:00
Atanas Korchev
3b718b0461 Top level navigation items can have a badge too. 2022-01-18 10:24:16 +02:00
Atanas Korchev
65b0d1fc23 Navigation items support badges. 2022-01-18 10:13:13 +02:00
Atanas Korchev
c56ed37f7a Remove scrollToBottom. 2022-01-18 09:54:43 +02:00
Vladimir Enchev
340754d062 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2022-01-18 09:50:21 +02:00
Vladimir Enchev
db85c34e61 DataGrid will render rows when binding using LoadData if paging is disabled and no Count set 2022-01-18 09:49:35 +02:00
Atanas Korchev
807995fe8b Use PageTitle and HeadContent. Find nested examples. 2022-01-18 09:41:22 +02:00
Atanas Korchev
111120edaa Allow the developer to set the slot size in day and week view of RadzenScheduler. 2022-01-17 09:11:07 +02:00
Vladimir Enchev
0bac8d6ae3 Pager AlwaysVisible and DataGrid PagerAlwaysVisible properties added
Close #319
2022-01-17 09:05:49 +02:00
yordanov
2ba17d8d5b Update copyright year 2022-01-14 11:38:44 +02:00
yordanov
a61633194d Update copyright year 2022-01-14 11:31:26 +02:00
yordanov
caa86bb931 Update copyright year 2022-01-14 11:27:52 +02:00
Vladimir Enchev
cfe08bc542 Version updated 2022-01-13 09:07:11 +02:00
yordanov
4e55742219 Separate Upload Choose button styles from btn-secondary styles 2022-01-12 17:23:41 +02:00
Vladimir Enchev
f98ed62045 Fix #330 2022-01-12 13:23:11 +02:00
Vladimir Enchev
03653fb653 Various components item remove improved to check if component is disposed 2022-01-12 11:11:10 +02:00
Vladimir Enchev
240a89da2c DatePicker input name attribute missing 2022-01-12 10:40:34 +02:00
Vladimir Enchev
cfacd05578 Themes SASS with LibSassBuilder instead WebCompiler (#332)
* Use LibSassBuilder instead of WebCompiler.

* Remove dotnet-tools.json.

* Remove logging.

* Build SASS only once.

Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2022-01-12 10:23:32 +02:00
Vladimir Enchev
c0ab5f955d Fixed #322 2022-01-11 11:54:52 +02:00
Atanas Korchev
f2346c5709 HtmlEditor does not allow pasting of plain text. 2022-01-11 09:20:32 +02:00
Vladimir Enchev
798bfc964c Version updated 2022-01-10 10:32:46 +02:00
Marco Papst
2af9014962 Add IconStyle Property to RadzenIcon (#324) 2022-01-10 10:11:14 +02:00
GioeEng
f8759278bc Fixes (#315)
* New splitter component

* New Splitter component

* Fixed code style and naming conventions

* themes implemented

* Splitter: Error in icon representation. Incorrect design compromised panel behavior

* 0

* Rename variables

Co-authored-by: lorenzo <lorenzo.muccioli@car-tech.com>
Co-authored-by: Vladimir Enchev <vladimir.enchev@gmail.com>
Co-authored-by: Vasil Yordanov <vasil@yordanov.info>
2022-01-07 12:22:37 +02:00
Lukas Grützmacher
abed1b0645 Wrap EmptyText in DataGrid (#323) 2022-01-07 09:27:14 +02:00
Vladimir Enchev
8999fc8fd6 Fixed RadzenNumeric error with unsigned integer types 2022-01-07 09:26:15 +02:00
Vladimir Enchev
a1f9db4114 Allow MarkupString to be used in Dialog Title 2022-01-07 09:20:53 +02:00
Vladimir Enchev
2336f1dc79 version updated 2022-01-06 09:32:54 +02:00
Atanas Korchev
335e177578 CheckBox uses click instead of mouseup. 2022-01-05 19:27:44 +02:00
Vladimir Enchev
a4434b16de DataGrid grouping support when virtualizing IQueryable 2022-01-05 10:46:48 +02:00
Vladimir Enchev
9b3624e818 Click on disabled date should not close the DatePicker
Fix #320
2022-01-04 09:53:35 +02:00
Vladimir Enchev
120a95f94d DataGrid will sort by grouped column 2022-01-04 08:57:40 +02:00
Atanas Korchev
db0a658be2 Cannot set the width of RadzenSplitButton. 2022-01-04 08:43:56 +02:00
yordanov
822a8afcb1 Add responsive styles to documentation-link 2021-12-30 16:11:18 +02:00
yordanov
eed371130f Rename link to component's docs 2021-12-30 16:11:18 +02:00
Vladimir Enchev
dd19c1040c Version updated 2021-12-30 09:25:10 +02:00
yordanov
54130e5ee7 Add responsive styles and icons to Scheduler nav views 2021-12-29 12:34:11 +02:00
Vladimir Enchev
827128d048 Slider will not calculate step properly when Min is set 2021-12-28 13:11:21 +02:00
Atanas Korchev
26c18562c4 PanelMenu matches URL which contain "-". Fixes #317. 2021-12-28 12:21:38 +02:00
Vladimir Enchev
0a847c8427 Version updated 2021-12-27 09:51:00 +02:00
yordanov
27a976fc53 DatePicker add cursor pointer to choosable dates - resolves #253 2021-12-24 15:59:21 +02:00
Atanas Korchev
73a3a881ca RadzenPanelMenu supports prefix matching. 2021-12-24 15:17:44 +02:00
Atanas Korchev
f07545285b Render theme stylesheet only once. 2021-12-24 15:05:57 +02:00
Vladimir Enchev
4d02883a48 ContextMenu should not show toggle button 2021-12-24 11:34:54 +02:00
yordanov
4eb9f0a0a4 Fix validator top padding in standard theme 2021-12-24 10:40:15 +02:00
Vladimir Enchev
1f630181d7 DataGrid filtering API demo updated 2021-12-23 19:55:11 +02:00
Vladimir Enchev
71a9b79527 version updated 2021-12-23 19:47:14 +02:00
Vladimir Enchev
b32d098d3b DataGrid column filter cannot be cleared even if specified in code 2021-12-23 19:47:06 +02:00
Vladimir Enchev
9118c1d64f version updated 2021-12-23 09:24:57 +02:00
Vladimir Enchev
8e4f7b0f08 DataGrid PageSize is wrong when using PageSizeOptions and LoadData
Fix #316
2021-12-23 09:24:46 +02:00
Vladimir Enchev
3acc0592b4 DataGrid HeaderCellRender and FooterCellRender events added 2021-12-21 11:14:58 +02:00
yordanov
dc5e24201c Update DataGrid loading indicator color and animation 2021-12-21 10:21:43 +02:00
yordanov
eda8f9ac86 Set tab panel border-radius with respect to TabPosition 2021-12-20 19:53:22 +02:00
Vladimir Enchev
ed19c9c534 Version updated 2021-12-20 16:39:33 +02:00
yordanov
c0ee0195e9 Add TabPosition to Tabs demo 2021-12-20 16:33:02 +02:00
yordanov
ffa35bed94 Add TabPosition styles to Tab Component 2021-12-20 16:31:40 +02:00
yordanov
9442be13f1 Render navigation item link content wrapper when Path is null or empty 2021-12-20 15:10:14 +02:00
Vladimir Enchev
a017803429 Tree AllowCheckChildren will not work when tree children are populated from RadzenTreeLevel settings 2021-12-20 11:51:56 +02:00
Vladimir Enchev
951e88f1c8 Tab component TabPosition property added 2021-12-20 10:19:05 +02:00
Atanas Korchev
de93247c5c ProfileMenu opens behind DataGrid when RadzenLayout is used. 2021-12-19 09:40:00 +02:00
Atanas Korchev
06038bc105 Bar series render in the opposite order. 2021-12-19 09:40:00 +02:00
Vladimir Enchev
43c5975524 Fixed DatePicker will raise exception with chars in time part 2021-12-17 15:01:43 +02:00
Vladimir Enchev
891f183f80 Switch component Toggle method made public and executed on click 2021-12-17 14:51:06 +02:00
yordanov
c126c28fa3 Fix loading panel z-index in sample dashboard 2021-12-17 14:15:16 +02:00
yordanov
fc99e46e0f Update DataList demo 2021-12-17 14:03:22 +02:00
yordanov
9543e10241 Update styles in Tree demos 2021-12-16 18:39:44 +02:00
yordanov
327bc47017 Align icon in treenode label 2021-12-16 16:48:04 +02:00
Vladimir Enchev
96ccc5d4f5 Version updated 2021-12-16 08:49:19 +02:00
Atanas Korchev
eef2b4eb58 Dialog content does not always refresh when DialogService.Refresh is called. 2021-12-15 20:47:55 +02:00
yordanov
26346c8acb Fix boolean filter checkbox background in DataGird 2021-12-15 16:11:19 +02:00
yordanov
565e77ef6d Fix CheckBox tri-state icon 2021-12-15 16:10:13 +02:00
Vladimir Enchev
84506a9340 Fixed virtualized DataGrid will raise exception with FilterTemplate 2021-12-15 11:50:46 +02:00
Vladimir Enchev
25298012f9 DataGrid LoadData will not populate Filters properly 2021-12-15 11:18:05 +02:00
Atanas Korchev
236e2f6d48 Reset the scroll position of RadzenBody after navigation. 2021-12-14 16:11:10 +02:00
yordanov
483283fdd1 Add icons to component groups 2021-12-14 14:34:25 +02:00
Vladimir Enchev
776c2f38f8 Add RadzenLayout. (#312)
Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2021-12-14 09:05:46 +02:00
yordanov
c20cc09959 Update layouts of feedback demos 2021-12-13 16:01:13 +02:00
yordanov
ce7d3f0324 Update layout of validator demos 2021-12-13 16:01:13 +02:00
Vladimir Enchev
55e85dbd74 version updated 2021-12-13 09:29:32 +02:00
Atanas Korchev
4c6f6d8b1c Fix typo in tree data-binding demo. 2021-12-13 08:35:16 +02:00
yordanov
651381c9d7 Style Charts configs 2021-12-10 15:53:34 +02:00
yordanov
146af5cf2d Update Upload demo layout 2021-12-10 15:40:49 +02:00
yordanov
49a7c80423 Update TextArea demo layout 2021-12-10 15:40:49 +02:00
yordanov
e770eb147a Update FileInput demo layout 2021-12-10 15:40:49 +02:00
yordanov
a08802df0a Update Fieldset demo layout 2021-12-10 15:40:49 +02:00
Atanas Korchev
61eba87de6 Do not try to parse null color. 2021-12-10 15:21:11 +02:00
Atanas Korchev
0e0a56ac38 Fixes in the tree guide. 2021-12-10 12:59:51 +02:00
Atanas Korchev
36e6c2fa25 Tree demo source tab fixes. 2021-12-10 12:59:51 +02:00
yordanov
0c157eee69 Update ColorPicker demo layout 2021-12-10 11:49:04 +02:00
yordanov
ba2ac37f6c Update DropDownDataGrid demo layout 2021-12-10 11:48:35 +02:00
yordanov
9a29db8c62 Update DropDown demo layout 2021-12-10 11:48:04 +02:00
yordanov
212ec834c8 Update DatePicker demo layout 2021-12-10 11:47:44 +02:00
Atanas Korchev
bd70d80f81 Do not add upload header without a name. 2021-12-10 09:57:30 +02:00
yordanov
55e2e3463d Format code 2021-12-09 16:46:51 +02:00
yordanov
2e16eba739 Remove typography styles for html elements from base themes 2021-12-09 16:46:51 +02:00
yordanov
35bf66ccf4 Add rz-label CSS class to RadzenLabel component 2021-12-09 16:46:51 +02:00
Vladimir Enchev
ec4679d85c Render optimizations of popups removed 2021-12-09 14:58:11 +02:00
Vladimir Enchev
15c4b0e5eb DropDownDataGrid rendering speed optimized by rendering popup on first click 2021-12-09 11:58:49 +02:00
Vladimir Enchev
5f170f0953 DataGrid rendering speed optimized by rendering advanced filter popups on first click 2021-12-09 11:40:13 +02:00
Vladimir Enchev
07a1e9311b DatePicker rendering speed optimized 2021-12-09 10:22:31 +02:00
Vladimir Enchev
7d1274af4b Version updated 2021-12-09 09:40:55 +02:00
Vladimir Enchev
9d096aed5d Tabs RenderMode.Client will cause exception on browser refresh
Fixed #309
2021-12-09 09:40:19 +02:00
yordanov
8477ad810a Update layouts in demos 2021-12-08 15:02:15 +02:00
Vladimir Enchev
60e3fb6f45 DatePicker will select wrong year when selecting days across years 2021-12-08 10:58:26 +02:00
yordanov
7efb9ec1de Update layouts in demos 2021-12-07 15:37:48 +02:00
Atanas Korchev
70c0a4b9e6 Fix smooth checkbox not working. 2021-12-07 15:26:11 +02:00
yordanov
d9b3474846 Move console below the demo 2021-12-07 10:19:31 +02:00
yordanov
97cb7fc2eb Update console styling 2021-12-07 10:19:31 +02:00
Vladimir Enchev
6394612630 xml comments warnings fixed 2021-12-06 11:35:27 +02:00
Vladimir Enchev
a78df50826 DropDownDataGrid AllowColumnResize property added 2021-12-06 11:21:42 +02:00
yordanov
59c1948e14 Update Steps demo layout 2021-12-06 11:01:47 +02:00
yordanov
e92fa3d615 Update Login page demo layout 2021-12-06 11:01:47 +02:00
Vladimir Enchev
faee5d0276 Version updated 2021-12-06 10:36:41 +02:00
Vladimir Enchev
f2b1e7becc DataGrid Responsive property added 2021-12-06 10:05:35 +02:00
yordanov
5352d55589 Update Tabs demo layout 2021-12-06 09:29:45 +02:00
yordanov
75386e55af Update Splitter demo layout 2021-12-06 09:29:45 +02:00
yordanov
fe2a28d013 Update panel demo layout 2021-12-06 09:29:45 +02:00
Vladimir Enchev
aa2e07d163 DataGrid grouping will check if the group key is null 2021-12-03 16:37:27 +02:00
yordanov
23c1c41415 Panel render text and icon wrapper only if Text or Icon are set 2021-12-03 15:50:59 +02:00
yordanov
8be6988e5b Update DataGrid demos 2021-12-03 14:57:40 +02:00
yordanov
262ccc2f11 Add instrucitons to ContextMenu demo 2021-12-03 14:57:40 +02:00
yordanov
09c3952a0a Update menu demo height 2021-12-03 14:57:40 +02:00
yordanov
ea9c4df4bc Update image demo 2021-12-03 14:57:40 +02:00
yordanov
43c95c24fe Update dialog demos 2021-12-03 14:57:40 +02:00
Vladimir Enchev
21a19dcf89 DataGrid will not go to the previous page if the last item is deleted 2021-12-03 10:45:26 +02:00
Vladimir Enchev
2b6cc3e52d DataGrid StateHasChanged will be executed after every column add 2021-12-02 16:21:59 +02:00
Vladimir Enchev
f639704d6d code removed temporary to avoid recursion 2021-12-02 16:21:37 +02:00
Vladimir Enchev
b93995081e DataGrid will not go to the first page if the last item is deleted on the second page 2021-12-02 16:11:00 +02:00
Atanas Korchev
0dc68b830c Show loading indicator in the LoadData demo. 2021-12-02 15:45:10 +02:00
Vladimir Enchev
5521b90aec DataGrid will show EmptyText/EmptyTemplate only if Count is 0 and Data is not null 2021-12-02 15:15:06 +02:00
yordanov
7f0a13b434 Make Scheduler full width 2021-12-02 13:23:49 +02:00
yordanov
c0e2445439 remove empty row in Pager demo 2021-12-02 13:23:49 +02:00
yordanov
6037b87b52 Update DataGrid column widths across demos 2021-12-02 13:23:49 +02:00
yordanov
b80c5d43e9 Update DataGrid export demo 2021-12-02 13:23:49 +02:00
yordanov
ed258e624d Update layout in cascading dropdowns DataGrid demo 2021-12-02 13:23:49 +02:00
yordanov
e1fd87b251 Update layout in DataGrid inline edit demo 2021-12-02 13:23:48 +02:00
yordanov
092cf6be4f Update DataGrid context menu demo 2021-12-02 13:19:09 +02:00
yordanov
a4286ea2de Update DataGrid master detail demos 2021-12-02 13:19:09 +02:00
yordanov
7ada2de54c Update empty DataGrid demo 2021-12-02 13:19:09 +02:00
yordanov
0f01f513eb Update DataGrid column demos 2021-12-02 13:19:09 +02:00
yordanov
4bebcec778 Reorder radzen banner buttons 2021-12-02 13:19:09 +02:00
Vladimir Enchev
6d2bf8402b demo updated 2021-12-02 09:23:47 +02:00
Vladimir Enchev
674f99d738 Firefox checks for virtualization removed 2021-12-02 09:06:41 +02:00
Roderick Micallef
f12c2d3a7c Update RadzenDataGrid.razor.cs (reordering columns issue) (#300)
* Update RadzenDataGrid.razor.cs

ColumnReorder returns oldIndex from only visible/JS columns, and newIndex from all columns. Proposal is to return indices from all columns for both cases.

* Update RadzenDataGrid.razor.cs

typo fix
2021-12-01 13:41:19 +02:00
Vladimir Enchev
8748b1e122 DataGrid and DropDown virtualization fixed to work properly in Firefox
Fix #275
2021-12-01 13:39:47 +02:00
Vladimir Enchev
b6e4206772 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2021-12-01 10:47:22 +02:00
Vladimir Enchev
2c6224d45e Upload Disabled property added
Fix #299
2021-12-01 10:47:10 +02:00
emumanu
a0c764d87c Fixes Error: System.NotSupportedException: Unable to cast the type 'BlazorRadzenTests.Country' to type 'System.Object'. LINQ to Entities only supports casting EDM primitive or enumeration types. (#298)
In order to fix the problem, we convert the IQueryable to IEnumerable, we perform the cast to IEnumerable<object> and then we call ToList()
2021-12-01 10:38:50 +02:00
Vladimir Enchev
a1f6278711 Version updated 2021-12-01 09:18:35 +02:00
Vladimir Enchev
3ca45f4eef DataGrid IsNull/IsNotNull filtering support added 2021-11-30 11:31:52 +02:00
yordanov
07ff46b98e Update Material icons font 2021-11-29 17:19:13 +02:00
Vladimir Enchev
c73d3fd96b Fixed DataGrid simple filter popup for dates shown at wrong position 2021-11-29 13:17:17 +02:00
Vladimir Enchev
e8594d05cb DatePicker CurrentDateChanged event added 2021-11-29 10:47:11 +02:00
Vladimir Enchev
253db597bd missing articles added 2021-11-29 10:37:32 +02:00
Vladimir Enchev
8058276990 DataGrid column resizing will use integer values only 2021-11-29 10:25:27 +02:00
Vladimir Enchev
1e3f704ffd webcompiler executed directly without tool run 2021-11-29 10:06:35 +02:00
yordanov
871d470c71 Update Card template in DataList and Pager demos 2021-11-26 12:49:12 +02:00
yordanov
fd442bc08c Update spacing in icons demo 2021-11-26 12:49:12 +02:00
Vladimir Enchev
b93499e373 Version updated 2021-11-25 19:19:55 +02:00
yordanov
0a2ddc696b Update Card demo 2021-11-25 15:28:13 +02:00
Atanas Korchev
d8f4020fa8 Split Tree demos to multiple pages. 2021-11-25 12:50:45 +02:00
yordanov
cfbf2c3bed Move standard theme background gradient to <body> 2021-11-25 10:30:34 +02:00
beeterry
3aa41ed16f Added a Focus method on the RadzenNumeric control (#295)
* Added a flag to determine whether the expandable indicator column gets rendered or not.

* ShowExpandableIndicatorColumn renamed to ShowExpandColumn and RadzenDataGridRow fixed to work with the new property

* Added a focus method on the numeric control.

Co-authored-by: Vladimir Enchev <vladimir.enchev@gmail.com>
Co-authored-by: Brandon Terry <brandon@shipsilo.onmicrosoft.com>
2021-11-25 08:46:59 +02:00
Atanas Korchev
6dae186ed6 Prevent flicker on initial load. 2021-11-24 17:38:56 +02:00
Vladimir Enchev
9b3f0d84a8 Version updated 2021-11-24 12:48:50 +02:00
yordanov
ce1f7280c7 Add background rules to RadzenBody component 2021-11-24 12:40:24 +02:00
Vladimir Enchev
612ef7ef1a CurrentTheme set to standard 2021-11-24 11:50:11 +02:00
Vladimir Enchev
8800303766 Radzen.Blazor version updated 2021-11-24 11:48:20 +02:00
Vladimir Enchev
5dfcc6e851 Standard theme added (#294)
* Add new standard theme

* Update variables in button styles

* Fix border-radius defaults

* Add standard theme to demos

* Update button demo content

* Add pager styles

* Fix button height and vertical-alignment

* Use md-button in pager

* Add animated gradients on button hover and active states

* Fix radiobutton disabled state styles

* Fix checkbox disabled state styles

* Add standard theme checkbox styles

* Set width of busy indicator buttons

* Style slider states

* Add standard theme slider styles

* Add initial standard theme grid styles

* Add standard theme styles for grid filtering

* Remove rz-state-active CSS class from tabs items

* Remove rz-state-active CSS class from accordion headers

* Add standard theme accordion styles

* Set accordion content font-size

* Fix paragraph line-height to inherit -line-height

* Fix ColorPicker OK button to use primary instead of secondary styles

* Update ColorPicker default styles

* Update Input default styles

* Add Input and ColorPicker standard theme styles

* Add standard theme Upload and FileInput styles

* Add standard theme DropDown and ListBox styles

* Add standard theme Charts styles

* Add standard theme Charts and initial PanelMenu styles

* Add standard theme Tooltip styles

* Fix Rating display inline-flex and unify interaction states

* Add standard theme Rating styles

* Add Numeric, Forms, and Fieldset standard theme styles

* Add Standard theme scss variable

* Add Badge standard theme styles

* Remove primary-secondary color dependency in standard theme

* Add DatePicker standard theme styles

* Add Splitter standard theme styles, fix grid filter icon color and body font-size

* Fix Login register button to use secondary button styles

* Add switch box-shadow, fix switch min-width and disabled state

* Add Tree standard theme styles and fix children indentations

* Update Dashboard demo layout

* Add CSS transition to Tree items

* Add Dialog standard theme styles

* Add initial dark sidebar styles to standard theme

* Fix default SplitButton styles and add standard theme styles

* Update SelectBar standard styles

* Add DataList standard theme styles

* Add Card standard theme styles

* Add Steps standard theme styles

* Add Menu standard theme styles

* Add ProfileMenu, Gravatar and Icon standard theme styles

* Add ContextMenu standard theme styles

* Add Panel standard theme styles

* Add Scheduler standard theme styles

* Fix Scheduler Today button margin in standard theme

* Add Editor standard theme styles

* Add dark PanelMenu standard theme styles

* Fix PanelMenu toggle icon opacity

* Fix DropDown item vertical padding

* Fix paddings in dashboard demo

* Fix item paddings in Menu and ProfileMenu

* Fix PanelMenu item paddings and Badge font-size

* Style standard Grid detail template

* Fix horizontal slider height

* Add standard theme tri-state checkbox and radiobutton styles

* Fix hover styles for disabled Dropdown and AutoComplete

* Fix dropdown clear button overlaying dropdown value

* Fix left and right row margin

* Fix FileInput merge conflicts

* Fix icon font-size in current themes

* Fix grid borders in current themes, update standard theme heading and checkbox/radio styles

* Fix default tooltip font-size

* Fix input box-shadow on focus

* Fix border-top-left-radius

* Use primary instead of secondary variables for interaction states

* Add transition variables

* Add transition to menu items

* Add a wrapper in the tree item content.

* Move badge alignment styles to standard theme file

* Fix input disabled state - colors and cursors

* Fix steps number background color and dropdown filter border color

* Fix slider disabled styles

* Fix grid border color, upload colors and editor disabled buttons

* Add Footer and Gauge components, and update variables

* Add default flags, update colorpicker label color and fix pager summary styling

* Fix header height and paragraph line-height

* Add theme background gradient to body

* Add -background

* Add standard-base

Co-authored-by: yordanov <vasil@yordanov.info>
Co-authored-by: Atanas Korchev <akorchev@gmail.com>
2021-11-24 11:36:56 +02:00
Vladimir Enchev
2d5703d9d9 Additional CSS classes added to RadzenBody and RadzenSidebar for expanded state 2021-11-23 15:56:17 +02:00
Vladimir Enchev
796a4753c9 exception fixed and version updated 2021-11-23 10:36:20 +02:00
Vladimir Enchev
69cbeaaa1f version updated 2021-11-23 10:18:17 +02:00
Vladimir Enchev
10e37a2f8e DataGrid "rz-datatable-edit" CSS class added to edited rows
Fix #290
2021-11-23 08:42:10 +02:00
Vladimir Enchev
416635020c Mask CharacterPattern logic fixed
Fix #291
2021-11-23 08:36:37 +02:00
Vladimir Enchev
36e9810f43 Radzen.Blazor version updated 2021-11-22 12:18:01 +02:00
beeterry
ecd3699620 Expandable Indicator Column Visibility Flag (#288)
* Added a flag to determine whether the expandable indicator column gets rendered or not.

* ShowExpandableIndicatorColumn renamed to ShowExpandColumn and RadzenDataGridRow fixed to work with the new property

Co-authored-by: Vladimir Enchev <vladimir.enchev@gmail.com>
2021-11-22 12:17:02 +02:00
Dennis Tjassens
cb63d3689d Update RadzenTooltip.razor (#289)
I believe the '@' shouldnt be there and if you cast the text to markupstring you dont need the renderfragment implementation? This would mean the overload from the tooltipservice should also be removed of course :-) I stumbled upon this because I implemented your tooltip in my base viewmodel and didnt want to start buildiing a fragment tree.
2021-11-22 11:02:13 +02:00
Vladimir Enchev
d69e7ae872 DataGrid OData support added for multiple values filter 2021-11-19 12:36:34 +02:00
Atanas Korchev
33dabab5a6 Implement Trim property. 2021-11-19 10:10:01 +02:00
Vladimir Enchev
c8dec26d15 Fixed DataGrid EmptyText truncated
Fix #286
2021-11-19 09:45:18 +02:00
Vladimir Enchev
cce77d00ff comment updated 2021-11-19 09:26:38 +02:00
Vladimir Enchev
7853d457a1 Mask CharacterPattern property added as positive alternative of Pattern 2021-11-19 09:25:38 +02:00
Vladimir Enchev
fd9318c127 version updated 2021-11-18 17:23:21 +02:00
Atanas Korchev
8bd9f6cb4a Picking a month closes the datepicker. 2021-11-18 17:16:45 +02:00
gagabu
c3aeb82137 add Kind parameter for DateTime in RadzenDatePicker (#284)
Co-authored-by: gagabu <bookuk@gmail.com>
2021-11-18 16:23:36 +02:00
Vladimir Enchev
322d4ab8a1 DataGrid custom filtering by multiple values support added 2021-11-18 16:02:26 +02:00
OlgaV23
1fa6d61468 Some spelling fixes (#283) 2021-11-18 15:28:27 +02:00
Andrei Ciudacov
bf15621d24 datagrid.md updated (#281)
Added hint for those who struggle with DataGrid not being updated after async call to LoadData.
2021-11-16 11:01:08 +02:00
Vladimir Enchev
39ce0abfe5 version updated 2021-11-15 10:52:54 +02:00
Vladimir Enchev
5ee754f82f Gravatar fixed for .NET 5 and 6 WASM 2021-11-15 10:14:04 +02:00
Atanas Korchev
ff7ffcbacb Prevent HtmlEditor tools from getting keyboard focus. Closes #276. 2021-11-11 18:55:29 +02:00
Atanas Korchev
0d02b443e7 Close popups on mousedown instead of click. Fixes ##274. 2021-11-11 12:38:45 +02:00
Vladimir Enchev
4ddae3d3ed version up and demos updated to .net 6 2021-11-11 08:46:08 +02:00
Vladimir Enchev
1194a3a231 DataGrid GroupFooterTemplate position fixed
Fix #271
2021-11-10 20:25:27 +02:00
Atanas Korchev
612cfc5bfc Stop navigating when the toggle icon of a RadzenPanelMenuItem is clicked. 2021-11-08 19:14:01 +02:00
Vladimir Enchev
0340fcd8bf DropDownDataGrid ShowPagingSummary and PagingSummaryFormat added 2021-11-08 10:46:25 +02:00
Vladimir Enchev
4bb4a2836c PagingSummaryFormat added for DataGrid paging API demo 2021-11-08 10:43:35 +02:00
Vladimir Enchev
8d9da9f6b2 Radzen.Blazor updated 2021-11-04 08:34:32 +02:00
Vladimir Enchev
faf306ab83 version updated 2021-11-04 08:34:09 +02:00
Atanas Korchev
fcaa13e4c4 Fix XML comment warnings. 2021-11-02 18:48:58 +02:00
Atanas Korchev
4987cc92a1 Add missing await. 2021-11-02 18:45:58 +02:00
Atanas Korchev
fe9ad58989 Detect changes in the count of the series data and refresh. 2021-11-02 18:42:40 +02:00
Vladimir Enchev
95470804f1 code improved 2021-11-02 13:20:52 +02:00
Vladimir Enchev
300e2aabba Tabs SelectedIndex not working properly in RenderMode.Client 2021-11-02 12:59:52 +02:00
Vladimir Enchev
f9f917f007 Merge branch 'master' of https://github.com/radzenhq/radzen-blazor 2021-11-01 11:05:51 +02:00
Vladimir Enchev
dbb49cac6c DataGrid CellContextMenu event added 2021-11-01 11:05:41 +02:00
Atanas Korchev
5540c1855f Implement SlotRender event. 2021-11-01 10:57:11 +02:00
Atanas Korchev
7d64e08093 Delete erroneous toc file. 2021-11-01 09:25:40 +02:00
Vladimir Enchev
4dafd8c3ff version updated 2021-11-01 09:17:36 +02:00
Vladimir Enchev
b6f65c40cf sln updated 2021-11-01 09:15:28 +02:00
yordanov
07e61cd1d3 Fix TOC alignment on small screens 2021-10-29 16:56:51 +03:00
yordanov
c12c496058 Fix width of content images on smaller screens 2021-10-29 16:56:51 +03:00
Atanas Korchev
4a5db41302 Add documentation contribution guidelines. 2021-10-29 15:46:32 +03:00
Atanas Korchev
21f269593a Update documentation links. 2021-10-29 15:31:42 +03:00
yordanov
56a14ecd77 Fix h1 font-size and main-nav background 2021-10-29 15:09:43 +03:00
Vladimir Enchev
a2c770d798 article fixed 2021-10-29 15:09:43 +03:00
Vladimir Enchev
31351837a7 accordion added 2021-10-29 15:09:43 +03:00
yordanov
bc9a0f749b Fix search position in navbar 2021-10-29 15:09:43 +03:00
yordanov
e8d590c622 Update radzen Blazor logo 2021-10-29 15:09:43 +03:00
yordanov
5cb7314b56 Fix toc.yml 2021-10-29 15:09:43 +03:00
yordanov
b724e728d9 Add search autofocus and fix navbar searhc padding 2021-10-29 15:09:43 +03:00
Atanas Korchev
c686014204 ArcGauge and RadialGauge articles. 2021-10-29 15:09:43 +03:00
yordanov
b6534fd91d Update logo 2021-10-29 15:09:43 +03:00
yordanov
5a964a1dd5 Fix transition styles for main nav links 2021-10-29 15:09:43 +03:00
yordanov
1d290e97b8 Add links to component demos, radzen website and fix responsive issues 2021-10-29 15:09:43 +03:00
yordanov
9f68cdbd6e Rename search input placeholders 2021-10-29 15:09:43 +03:00
yordanov
bb3269646d Update alert heading and background styles 2021-10-29 15:09:43 +03:00
yordanov
abba89bcad Add Radzen banner to the footer and update content styles 2021-10-29 15:09:43 +03:00
yordanov
352642c93a Rename Articles to Guides 2021-10-29 15:09:43 +03:00
yordanov
fb8f5120e0 Update code highlight colors 2021-10-29 15:09:43 +03:00
yordanov
c9bcf947c6 Update content styles and layout 2021-10-29 15:09:43 +03:00
Vladimir Enchev
7100612187 Splitter added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
b1d1022930 Tabs and Steps added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
1c39460172 SSRSViewer added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
ed12e59e67 Pager added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
30563b19ef Upload added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
79f1ee85c0 SplitButton added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
12d38bc8fc Slider added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
70b15f5f9a ProgressBar added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
207744b628 Rating added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
f07e0868e5 Notification added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
38bf3d0d34 Tooltip added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
a0e5bd4769 Login added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
601dec9768 Badge added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
63cb5ee909 Link and Label added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
e3d8bd0242 menus added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
489e334acb Accordion added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
8c9069b765 Gravatar added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
1066421df5 Icon and Image added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
6535dc3e66 Numeric added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
05d75eb9e2 Mask added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
7dc5aaa7a4 ListBox added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
08a4c8f6ad SelectBar added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
f8fb029d95 Password and Switch added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
053cce5f51 TextBox and TextArea added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
4afbe84391 FileInput added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
abd87c42ca RadioBoxList added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
50876fee39 Fieldset and Panel articles added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
56ca97d74e DropDown and DropDownDataGrid articles added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
32b90262ed article updated 2021-10-29 15:09:43 +03:00
Vladimir Enchev
e3db36613e dialog article updated 2021-10-29 15:09:43 +03:00
Vladimir Enchev
b96299e3d0 ContextMenu article added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
9dc06419cf article fixed 2021-10-29 15:09:43 +03:00
Vladimir Enchev
d9ffcdf59b DataList updated 2021-10-29 15:09:43 +03:00
Vladimir Enchev
4f4d7a19f1 datagrid updated 2021-10-29 15:09:43 +03:00
yordanov
b65ede4f4f Add docs homepage content and styles 2021-10-29 15:09:43 +03:00
Atanas Korchev
ff344082c6 Scheduler article. 2021-10-29 15:09:43 +03:00
Atanas Korchev
387684445e RequiredValidator article. 2021-10-29 15:09:43 +03:00
Atanas Korchev
9ee9de7695 RegexValidator page. 2021-10-29 15:09:43 +03:00
Atanas Korchev
fdc7a04141 NumericRangeValidator article. 2021-10-29 15:09:43 +03:00
Atanas Korchev
399a51b2bb LengthValidator article. 2021-10-29 15:09:43 +03:00
Atanas Korchev
5c146c0ba1 EmailValidator article. 2021-10-29 15:09:43 +03:00
Atanas Korchev
f11196975b CompareValidator article. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
728a2e7276 autocomplete restored 2021-10-29 15:09:43 +03:00
Vladimir Enchev
f3ac621bbf datagrid article updated 2021-10-29 15:09:43 +03:00
Atanas Korchev
1e67e6f2af Update the template form article. 2021-10-29 15:09:43 +03:00
Atanas Korchev
fc3e915da6 Add GA. 2021-10-29 15:09:43 +03:00
Atanas Korchev
e8830d2837 Remove dashes from article names. 2021-10-29 15:09:43 +03:00
Atanas Korchev
ff45b12b13 Update documentation links. 2021-10-29 15:09:43 +03:00
Atanas Korchev
77ea27f340 Update documentation links. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
9086a07f69 articles updated 2021-10-29 15:09:43 +03:00
Atanas Korchev
69f06c2b12 Document common component properties. 2021-10-29 15:09:43 +03:00
Atanas Korchev
5737093e66 Button article improvements. 2021-10-29 15:09:43 +03:00
Atanas Korchev
b5ebec5167 Use article instead of tutorial and guide. 2021-10-29 15:09:43 +03:00
Atanas Korchev
56d519a780 Nest data-binding sectioins. 2021-10-29 15:09:43 +03:00
Atanas Korchev
0805130582 Tree tutorial. 2021-10-29 15:09:43 +03:00
Atanas Korchev
9ef6380f0a HtmlEditor tutorial. 2021-10-29 15:09:43 +03:00
Atanas Korchev
a669a7ee75 Chart tutorial. 2021-10-29 15:09:43 +03:00
Atanas Korchev
e89d2006f5 Fix the TOC. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
a17522095c articles added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
61f4b7c1e5 card and html components removed 2021-10-29 15:09:43 +03:00
Vladimir Enchev
104f434f57 AutoComplete added 2021-10-29 15:09:43 +03:00
Atanas Korchev
e6d03ebc9a Add sitemap generation. 2021-10-29 15:09:43 +03:00
Atanas Korchev
13b34a8c50 Add dialog, notification and tooltip setup. 2021-10-29 15:09:43 +03:00
Atanas Korchev
9b541ce614 Finish context menu setup. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
391a7da7da toc fixed 2021-10-29 15:09:43 +03:00
Atanas Korchev
fd152df645 Context menu setup. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
1bfdfb1a24 component articles added 2021-10-29 15:09:43 +03:00
Atanas Korchev
0d93cbf797 Add use component article. 2021-10-29 15:09:43 +03:00
Atanas Korchev
aaab58e9b2 Add getting started installation article. 2021-10-29 15:09:43 +03:00
Atanas Korchev
af48ab19d6 Add tutorial intro. 2021-10-29 15:09:43 +03:00
Atanas Korchev
d5fd2710fc Allow default documents. 2021-10-29 15:09:43 +03:00
Atanas Korchev
93becd5a98 Update TOC and API index. 2021-10-29 15:09:43 +03:00
Atanas Korchev
4e6eb6c53a Remove automatic descriptions. 2021-10-29 15:09:43 +03:00
Atanas Korchev
85ac31af36 Add missing documentation. 2021-10-29 15:09:43 +03:00
Atanas Korchev
594657acd0 Inherit common documentation. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
a1bfb0da5b xml comment added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
9742ffe769 missing xml comments added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
a9ddb52c5d more xml comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
5babbe19c3 comment removed 2021-10-29 15:09:43 +03:00
Atanas Korchev
fd8bab6348 Remove XML comment warnings. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
e6764c1bdf more xml comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
d998f87099 more xml comments imoroved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
e90e035825 more xml comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
3817597229 xml comments improved 2021-10-29 15:09:43 +03:00
yordanov
d97da4d532 Add initial docs layout and styles 2021-10-29 15:09:43 +03:00
Vladimir Enchev
1e2b6fed14 Notification summary fixed 2021-10-29 15:09:43 +03:00
Vladimir Enchev
31cd1cb5e8 NotificationService example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
d567e95f7f ContextMenuService example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
354530ba66 TooltipService example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
c532ecbfb8 DialogService example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
6e5a887fdb RadzenUpload example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
2632b0ad09 Steps and Tabs examples added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
8577330e27 example fixed 2021-10-29 15:09:43 +03:00
Vladimir Enchev
996be526fb RadzenSplitButton example added 2021-10-29 15:09:43 +03:00
Atanas Korchev
e3146abae1 HtmlEditor API reference. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
7f756c5028 examples added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
94e570917a various components examples added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
5c11fb87c2 RadzenLogin example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
67a0e4bf28 RadzenListBox example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
c4485fe742 RadzenLink example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
33f56831b7 RadzenLabel example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
cc467c1b74 RadzenImage and RadzenIcon examples added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
ea3271b49e RadzenGravatar example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
3eeddfdd85 RadzenGoogleMap example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
7df7e7c9e9 RadzenFileInput example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
c5a20a334e RadzenFieldset example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
3c5e9459de RadzenDropDownDataGrid example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
77f99cec6f RadzenDropDown example added 2021-10-29 15:09:43 +03:00
Vladimir Enchev
39d6384b15 RadzenDatePicker example added 2021-10-29 15:09:43 +03:00
Atanas Korchev
1115558d0d RadzenTicks API reference. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
d6d1226a6c RadzenDataList example added 2021-10-29 15:09:43 +03:00
Atanas Korchev
7ecff3bd9c Fix XML comment errors. 2021-10-29 15:09:43 +03:00
Atanas Korchev
98bf800d78 Tree API reference 2021-10-29 15:09:43 +03:00
Vladimir Enchev
bd897b67d3 RadzenDataGrid example added 2021-10-29 15:09:43 +03:00
Atanas Korchev
a3b5c6b716 TemplateForm API reference. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
c67d6e8474 RadzenContextMenu example added 2021-10-29 15:09:43 +03:00
Atanas Korchev
29d8800907 Validators API reference. 2021-10-29 15:09:43 +03:00
Atanas Korchev
2a769dd43e Chart API referennce. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
cdfb6484b8 api examples added 2021-10-29 15:09:43 +03:00
Atanas Korchev
4f3eacd322 RadzenComponent API reference. 2021-10-29 15:09:43 +03:00
Atanas Korchev
9690659278 Scheduler API reference. 2021-10-29 15:09:43 +03:00
Atanas Korchev
da009b5130 Scheduler API reference. 2021-10-29 15:09:43 +03:00
Atanas Korchev
1bebc5baee Documentation of common types. 2021-10-29 15:09:43 +03:00
Vladimir Enchev
199405cb56 more comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
45fcde1d73 more comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
b12eca2460 more comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
092cd39ed7 more comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
b349d12326 various comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
fe375548a5 various components comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
2a771ab203 RadzenDropDown and RadzenDropDownDataGrid comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
d90e54849a RadzenDatePicker and RadzenDataList comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
f85e3ce24b RadzenDataGridColumn comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
61f667622a RadzenDataGrid comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
d60e2abcce RadzenContextMenu comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
ceec364360 RadzenContentContainer and RadzenContent comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
fffdc70a5c RadzenCompareValidator comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
b94136e99c RadzenColorPickerItem comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
7257f13b9b RadzenColorPicker comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
e90ad0afdc RadzenCheckBoxListItem comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
67e44a2d3c RadzenCheckBoxList comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
01c199b0d0 RadzenCard and RadzenCheckBox comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
4e53ea3ee5 RadzenButton comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
28a06a16eb RadzenBody comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
8d5d74dc48 child content comments improved 2021-10-29 15:09:43 +03:00
Vladimir Enchev
209e192942 Accordion comments improved 2021-10-29 15:09:43 +03:00
Atanas Korchev
515c15a662 Move Dockerfile to top level. Run docfx. 2021-10-29 15:09:43 +03:00
Atanas Korchev
54d90a1062 Remove toc.yml from git. Add api/index.md. 2021-10-29 15:09:43 +03:00
Atanas Korchev
c5a6776ccc Add filter to exclude namespaces and types. 2021-10-29 15:09:43 +03:00
Atanas Korchev
8cbc22bb29 Serve documentation without .html extension. 2021-10-29 15:09:43 +03:00
Atanas Korchev
2b17edc82d Enable search. 2021-10-29 15:09:43 +03:00
Atanas Korchev
1f79572c07 Add docfx. 2021-10-29 15:09:43 +03:00
Atanas Korchev
d15ddb5923 Move the @code section of RadzenLabel to a .cs file in order to get XML documentation working. 2021-10-29 15:09:43 +03:00
Atanas Korchev
25fed73b74 Enable xml documentation. 2021-10-29 15:09:43 +03:00
viordash
82f7908384 Pager summary (#258)
* RadzenPager. unify similar code for disabled/enabled buttons

* RadzenPager. unify similar code for active buttons

* WIP. prepare for show summary in RadzenPager

* fix after merge. move ShowSummary to partial class

* fix font color for dark theme

* output real values to a summary

* align summary position

* create test of rendering summary

* rename parameter && propagate PageShowSummary to paged data components

* demo for pager summary

* to prevent UI BC set PageShowSummary to default false

* Paging summary format added to enable localization

Co-authored-by: Vladimir Enchev <vladimir.enchev@gmail.com>
2021-10-29 10:16:36 +03:00
Atanas Korchev
ec294cd951 Make RadzenHtmlEditor buttons not focusable via tabbing. 2021-10-29 08:19:42 +03:00
Vladimir Enchev
2fba579edd DatePicker should not reset time when changing the day 2021-10-28 10:01:04 +03:00
Vladimir Enchev
efe671ceff Version updated 2021-10-28 08:47:48 +03:00
Vladimir Enchev
169a014437 DatePicker will update our to 23 when attempt to set lower than 0 2021-10-26 09:13:26 +03:00
Vladimir Enchev
41a14d440f DatePicker cannot update time 2021-10-26 08:19:22 +03:00
Vladimir Enchev
f120bf56b0 DatePicker current date not reset when Value is set 2021-10-25 20:00:08 +03:00
Vladimir Enchev
d5dc89004e Version updated 2021-10-21 10:39:29 +03:00
Vladimir Enchev
a60d83f588 DatePicker async voids reworked 2021-10-21 09:29:03 +03:00
Vladimir Enchev
e332a9bd71 DatePicker month/year selection fixed 2021-10-21 09:25:49 +03:00
Vladimir Enchev
b8ec9e1935 DatePicker changing months should not show a different selected date than is actually selected
Fix #256
2021-10-21 09:22:36 +03:00
Vladimir Enchev
2cea42184b FIxed DatePicker TimeOnly with ShowTimeOkButton false will not update after change 2021-10-21 09:08:49 +03:00
Atanas Korchev
981256287a Clicking ProfileMenu items does not close it. 2021-10-20 13:44:32 +03:00
Vladimir Enchev
c2b84a6de4 Sidebar with DataGrid frozen columns fixed 2021-10-19 12:46:12 +03:00
Vladimir Enchev
5fea7316bd version updated 2021-10-19 09:44:29 +03:00
Vladimir Enchev
f3ef9224ef DatePicker will select wrong month when choosing date from previous/next month 2021-10-19 09:44:19 +03:00
Atanas Korchev
92c785746e RadzenCheckBox does not post its value. 2021-10-18 09:21:18 +03:00
Vladimir Enchev
b10ba79056 version updated 2021-10-18 09:08:01 +03:00
Vladimir Enchev
d73f29941d Fixed DropDown items count whith LoadData and enabled virtualization 2021-10-17 16:41:48 +03:00
Atanas Korchev
b0fccf1d8f EmailValidator should not validate empty strings. 2021-10-14 20:05:22 +03:00
Vladimir Enchev
2c93f6038e DataGrid sorting and grouping will raise exception when using nested properties with null 2021-10-14 16:05:37 +03:00
Atanas Korchev
588e2c71f1 Documentation of common types. 2021-10-14 12:17:16 +03:00
Vladimir Enchev
8aaaed0f3c Fixed DatePicker month and year will be reset to selected value 2021-10-14 09:24:29 +03:00
Vladimir Enchev
0df1041339 version updated 2021-10-14 08:54:27 +03:00
Vladimir Enchev
5470222496 Fixed moving a slider handle to the left/right does not result in the minimum/maximum value
Fix #252
2021-10-13 15:18:35 +03:00
Vladimir Enchev
b86d43d829 Fixed website can be moved while slider handle is moved
Fix #251
2021-10-13 15:02:07 +03:00
Brett Caswell
df96cb890b ensure async-await task completion follows StateHasChanged calls in Chart -- implementing asynchronous phasing to ensure state changes are rendered; call to DisplayTooltip in refresh conditionally; remove DisplayTooltip from CartesianSeries SetParametersAsync
resolves 246
2021-10-13 12:50:31 +03:00
Vladimir Enchev
db89739e6d DatePicker should not update selected date on navigation
Fixed #249
2021-10-13 09:57:27 +03:00
Viktor Geringer
02134ceaf8 Add functionality to close a dialog on clicking outside (#248)
* CloseDialogOnOverlayClick property added to DialogOptions

* fix typo
2021-10-12 15:02:19 +03:00
WaldiTUD
958caabd8e Clear or revert to previous date when entered disabled date (#247)
* Prohibit to enter disabled dates in DatePicker

* Revert "Prohibit to enter disabled dates in DatePicker"

This reverts commit 3c45c48b02.

* Prohibit to enter disabled dates in DatePicker

* Clear or revert to previous date when entered disabled date
2021-10-12 09:53:51 +03:00
Vladimir Enchev
9406bcc2e5 version updated 2021-10-11 09:58:30 +03:00
Atanas Korchev
b19dbc9ffd Changing the Alpha value of the ColorPicker throws exception when the current culture uses "," as decimal separator. 2021-10-08 13:19:29 +03:00
Vladimir Enchev
021dd04707 DataGrid GroupFootersAlwaysVisible property added 2021-10-08 11:25:35 +03:00
Vladimir Enchev
fc43cc703e Hide group panel 2021-10-08 10:46:40 +03:00
Vladimir Enchev
a99e99f70f Radzen.Blazor updated 2021-10-07 13:09:03 +03:00
Vladimir Enchev
0051cba426 Version updated 2021-10-07 13:06:10 +03:00
Vladimir Enchev
6aabb3d6df more components reworked with partial classes 2021-10-07 12:03:06 +03:00
Vladimir Enchev
16cca6572c XML comments added 2021-10-07 11:35:29 +03:00
Vladimir Enchev
af11ca49fe RadzenUpload reworked with partial class 2021-10-07 11:13:48 +03:00
Vladimir Enchev
0e07147d07 RadzenTreeLevel reworked with class 2021-10-07 11:12:04 +03:00
Vladimir Enchev
8e5573b8f9 RadzenTree reworked with partial class 2021-10-07 11:11:02 +03:00
Vladimir Enchev
e7fc1844a2 RadzenTicks reworked with class 2021-10-07 11:07:01 +03:00
Vladimir Enchev
4759724d2b RadzenTextBox reworked with partial class 2021-10-07 11:05:56 +03:00
Vladimir Enchev
96086c1b6e RadzenTextArea reworked with partial class 2021-10-07 11:04:41 +03:00
Vladimir Enchev
fd63f74b98 RadzenTabs reworked with partial class 2021-10-07 11:03:33 +03:00
Vladimir Enchev
d7e6a145e9 RadzenSwitch reworked with partial class 2021-10-07 10:59:01 +03:00
Vladimir Enchev
6a3b449e46 RadzenSteps reworked with partial class 2021-10-07 10:56:09 +03:00
Vladimir Enchev
a2a9124f07 RadzenSSRSViewer reworked with partial class 2021-10-07 10:53:06 +03:00
Vladimir Enchev
a18a959ef6 RadzenSplitter reworked with partial class 2021-10-07 10:50:34 +03:00
Vladimir Enchev
444b3c0af4 RadzenSplitButton reworked with partial class 2021-10-07 10:45:50 +03:00
Vladimir Enchev
eae2fe427d RadzenSlider reworked with partial class 2021-10-07 10:43:27 +03:00
Vladimir Enchev
970bf46d8c RadzenSidebar reworked with partial class 2021-10-07 10:41:01 +03:00
Vladimir Enchev
0d0ebeeacb RadzenSelectBar reworked with partial class 2021-10-07 10:38:56 +03:00
Vladimir Enchev
c8a9e3e443 RadzenScheduler reworked with partial class 2021-10-07 10:35:50 +03:00
Vladimir Enchev
9bbd2fe078 RadzenRating reworked with partial class 2021-10-07 10:32:09 +03:00
Vladimir Enchev
25b2bb9e30 RadzenRadioButtonList reworked with partial class 2021-10-07 10:30:35 +03:00
Vladimir Enchev
7dda099a50 RadzenRadialGauge reworked with partial class 2021-10-07 10:27:21 +03:00
Vladimir Enchev
9f9376e7bf RadzenProgressBar reworked with partial class 2021-10-07 10:21:35 +03:00
Vladimir Enchev
4549f271a2 RadzenProfileMenu reworked with partial class 2021-10-07 10:20:23 +03:00
Vladimir Enchev
ca4ef952c8 RadzenPieSeries reworked with partial class 2021-10-07 10:17:55 +03:00
Vladimir Enchev
92c2b2566b RadzenPassword reworked with partial class 2021-10-07 10:14:50 +03:00
Vladimir Enchev
4a7d5938f1 RadzenPanelMenu reworked with partial class 2021-10-07 10:13:32 +03:00
Vladimir Enchev
e50eb147f4 RadzenPanel reworked with partial class 2021-10-07 10:10:30 +03:00
Vladimir Enchev
e0eedae8a0 RadzenPager reworked with partial class 2021-10-07 10:08:48 +03:00
Vladimir Enchev
5ac49e58f6 RadzenNumeric reworked with partial class 2021-10-07 10:07:21 +03:00
Vladimir Enchev
3b65dd9765 RadzenMenuItem reworked with partial class 2021-10-07 10:04:54 +03:00
Vladimir Enchev
d882c26c03 RadzenMenu reworked with partial class 2021-10-07 10:03:39 +03:00
Vladimir Enchev
319d8bdde4 RadzenMask reworked with partial class 2021-10-07 10:02:29 +03:00
Vladimir Enchev
a8c065cfc8 RadzenMarkers reworked with code instead razor 2021-10-07 10:01:15 +03:00
Vladimir Enchev
f57b8d0eec RadzenLogin reworked with partial class 2021-10-07 10:00:01 +03:00
Vladimir Enchev
bafc8ab28d RadzenListBox reworked with partial class 2021-10-07 09:58:34 +03:00
Vladimir Enchev
48179125f4 RadzenLink reworked with partial class 2021-10-07 09:54:04 +03:00
Vladimir Enchev
6468c548e3 RadzenLineSeries reworked with partial class 2021-10-07 09:52:52 +03:00
Vladimir Enchev
e165440623 RadzenLegend reworked with code 2021-10-07 09:50:18 +03:00
Vladimir Enchev
2e1936df52 RadzenLabel reworked with partial class 2021-10-07 09:48:24 +03:00
Vladimir Enchev
1a52d98966 RadzenImage reworked with partial class 2021-10-07 09:47:17 +03:00
Vladimir Enchev
05ce9531d1 RadzenIcon reworked with partial class 2021-10-07 09:45:51 +03:00
Vladimir Enchev
20e400b101 RadzenHtmlEditor reworked with partial class 2021-10-07 09:44:29 +03:00
Vladimir Enchev
123f907f83 RadzenHtml reworked with partial class 2021-10-07 09:41:16 +03:00
Vladimir Enchev
dd91ece92a RadzenHeading reworked with partial class 2021-10-07 09:40:00 +03:00
Vladimir Enchev
462f555d5f RadzenHeader reworked with partial class 2021-10-07 09:38:36 +03:00
Vladimir Enchev
b05d419b2f RadzenGravatar reworked with partial class 2021-10-07 09:37:21 +03:00
Vladimir Enchev
e435b772f3 RadzenGoogleMap reworked with partial class 2021-10-07 09:35:40 +03:00
Vladimir Enchev
ce345a3c71 RadzenFooter reworked with partial class 2021-10-07 09:32:15 +03:00
Vladimir Enchev
110e3f2e8b RadzenFileInput reworked with partial class 2021-10-07 09:30:04 +03:00
Vladimir Enchev
83a8ebff7e RadzenFieldset reworked with partial class 2021-10-07 09:27:28 +03:00
Vladimir Enchev
ff7141fa43 RadzenDropDownDataGrid reworked with partial class 2021-10-07 09:24:23 +03:00
Vladimir Enchev
5f4cc07a98 DropDown reworked with partial class 2021-10-07 09:20:12 +03:00
Vladimir Enchev
d855c7d3d2 RadzenDatePicker reworked with partial class 2021-10-07 09:15:37 +03:00
Vladimir Enchev
bd145f8c3a RadzenDataList reworked with partial class 2021-10-07 09:09:08 +03:00
Vladimir Enchev
99a1e4a557 RadzenDataGrid reworked with partial class 2021-10-06 12:46:16 +03:00
Vladimir Enchev
cbaa5c8228 RadzenContextMenu with partial class 2021-10-06 12:39:10 +03:00
Vladimir Enchev
cc767d3964 RadzenContentContainer reworked with partial class 2021-10-06 12:36:13 +03:00
Vladimir Enchev
8320681e92 RadzenContent reworked with partial class 2021-10-06 12:34:17 +03:00
Vladimir Enchev
c01b333d77 RadzenColumnSeries reworked with partial class 2021-10-06 12:30:04 +03:00
Vladimir Enchev
bbdba2b7c5 RadzenColumnOptions reworked with partial class 2021-10-06 12:25:34 +03:00
Vladimir Enchev
db170b67ad RadzenColorPicker reworked with partial class 2021-10-06 12:23:54 +03:00
Vladimir Enchev
dd8077d7e2 RadzenCheckBoxList reworked with partial class 2021-10-06 12:19:21 +03:00
Vladimir Enchev
006ee37e0a RadzenCheckBox reworked with partial class 2021-10-06 12:13:55 +03:00
Vladimir Enchev
d607fb053a RadzenChartTooltipOptions reworked with partial class 2021-10-06 12:11:49 +03:00
Vladimir Enchev
1db607822b RadzenChart reworked with partial class 2021-10-06 12:08:38 +03:00
Vladimir Enchev
72c07c4cd4 RadzenCard reworked with partial class 2021-10-06 12:00:41 +03:00
Vladimir Enchev
51ede1c550 RadzenButton reworked with partial class 2021-10-06 11:49:25 +03:00
Vladimir Enchev
6275df77a3 RadzenBody reworked with partial class 2021-10-06 11:44:06 +03:00
Vladimir Enchev
0d5f00117d RadzenBadge reworked with partial class 2021-10-06 11:38:43 +03:00
Vladimir Enchev
b6bc3687ae RadzenAutoComplete reworked with partial class 2021-10-06 11:33:43 +03:00
Vladimir Enchev
e18f13c315 Accordion reworked with partial class 2021-10-06 11:24:30 +03:00
Vladimir Enchev
f41d2da14b Fixed DataGrid odd/even row styles with virtualization 2021-10-06 10:42:31 +03:00
Brett Caswell
1f8ebb83f5 Add RadioButtonList DisabledProperty & VisibleProperty parameters and support for data parameter field binding (#244)
* adding tryGet pattern to support optional/null properties in data item parameter

* support Disabled and Visible Data Property on RadioButtonList and add Set methods on RadioButtonListItem

* update two examples to demonstrate using foreach on data in Items RenderFragment and using added data properties

* add OnChange to one added example; update OnChange text to reflect example header text

* minor refactor to handle scope, and to reduce variable declarations and assignments

* flipped the logic with refactor
2021-10-05 15:10:56 +03:00
1292 changed files with 95552 additions and 28205 deletions

26
.github/workflows/ci.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Build
run: dotnet build Radzen.Blazor/Radzen.Blazor.csproj
- name: Test
run: dotnet test Radzen.Blazor.Tests/Radzen.Blazor.Tests.csproj

7
.gitignore vendored
View File

@@ -334,3 +334,10 @@ issues.json
Radzen.Blazor/wwwroot/css/
project.csproj
RadzenBlazorDemos/wwwroot/docs/
Radzen.DocFX/obj/
Radzen.DocFX/_site/
Radzen.DocFX/_exported_templates
Radzen.DocFX/api/*.yml
!Radzen.DocFX/api/index.md
Radzen.DocFX/api/.manifest

View File

@@ -5,23 +5,21 @@
This is a set of guidelines for contributing to Radzen.Blazor.
## Asking questions
Please don't open an issue to ask a question about using Radzen.Blazor components. You can check the following resources instead:
- [Online demos](https://blazor.radzen.com)
### [Online demos](https://blazor.radzen.com)
A showcase application that demonstrates all Radzen.Blazor components. You will find various use cases that demonstrate the component features and API. The source
of the demos is available [here](https://github.com/radzenhq/radzen-blazor/tree/master/RadzenBlazorDemos).
- [Documentation](https://www.radzen.com/documentation/blazor/accordion/)
### [Documentation](https://blazor.radzen.com/docs/)
Technical documentation and API reference.
- [Online forum](https://forum.radzen.com)
### [Community forum](https://forum.radzen.com)
You can ask your question here. Please use the [Radzen.Blazor Components](https://forum.radzen.com/c/blazor-components/10) category.
- Dedicated technical support
### Dedicated technical support
Radzen staff provides technical support with guaranteed response time to Radzen Professional and Enterprise subscribers. The pricing options are available [here](https://www.radzen.com/pricing/).
Radzen staff provides technical support with guaranteed response time to Radzen Professional and Enterprise subscribers. The pricing options are available [here](https://www.radzen.com/blazor-studio/pricing/).
## How Can I Contribute?
@@ -67,7 +65,8 @@ Explain the enhancement and include additional details:
If you want to contribute a new feature of fix a bug you can open a pull request.
Make sure you follow this procedure:
* **Important!!!** if you itent to make a lot of changes in a pull request open an issue to discuss this with us first. The Radzen Blazor Components have a lot of
moving parts and making big changes should be done with extra precautions.
* **Be sure that none of the existing tests** breaks after your changes. The test project is available [here](https://github.com/radzenhq/radzen-blazor/tree/master/Radzen.Blazor.Tests).
* **If possible add new tests that verify your fix or new feature**.
* **Follow the existing coding style** (to be described in detail later).

31
Dockerfile Normal file
View File

@@ -0,0 +1,31 @@
# syntax=docker/dockerfile:1
FROM mono:latest
ENV DOCFX_VER 2.58.4
RUN apt-get update && apt-get install unzip wget git -y && wget -q -P /tmp https://github.com/dotnet/docfx/releases/download/v${DOCFX_VER}/docfx.zip && \
mkdir -p /opt/docfx && \
unzip /tmp/docfx.zip -d /opt/docfx && \
echo '#!/bin/bash\nmono /opt/docfx/docfx.exe $@' > /usr/bin/docfx && \
chmod +x /usr/bin/docfx && \
rm -rf /tmp/*
COPY Radzen.Blazor /app/Radzen.Blazor
COPY Radzen.DocFX /app/DocFX
COPY RadzenBlazorDemos /app/RadzenBlazorDemos
COPY RadzenBlazorDemos.Host /app/RadzenBlazorDemos.Host
WORKDIR /app
RUN docfx DocFX/docfx.json
FROM mcr.microsoft.com/dotnet/sdk:7.0
COPY --from=0 /app/RadzenBlazorDemos.Host /app/RadzenBlazorDemos.Host
COPY --from=0 /app/RadzenBlazorDemos /app/RadzenBlazorDemos
WORKDIR /app/RadzenBlazorDemos.Host
RUN dotnet publish -c Release -o out
ENV ASPNETCORE_URLS http://*:5000
WORKDIR /app/RadzenBlazorDemos.Host/out
ENTRYPOINT ["dotnet", "RadzenBlazorDemos.Host.dll"]

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2018-2021 Radzen Ltd
Copyright (c) 2018-2023 Radzen Ltd
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

116
README.md
View File

@@ -1,43 +1,118 @@
# Radzen Blazor Components
![Radzen Blazor Components](RadzenBlazorDemos/wwwroot/images/radzen-blazor-components.png)
The home of the [Radzen Blazor components](https://blazor.radzen.com)
<h1 align="center">
Radzen Blazor Components
</h1>
## Commercial support
<p align="center">
A set of <strong>70+ free and open source</strong> native Blazor UI controls.
</p>
Paid support for the Radzen Blazor Components is available as part of the [Radzen Professional subscription](https://www.radzen.com/pricing/).
<div align="center">
Our flagship product Radzen provides tons of productivity features for Blazor developers:
- The first in the industry WYSIWYG Blazor design time canvas
[See Online Demos](https://blazor.radzen.com) or [Read the Docs](https://blazor.radzen.com/docs/)
</div>
---
<p align="center">
<a href="https://github.com/radzenhq/radzen-blazor/blob/master/LICENSE">
<img alt="License - MIT" src="https://img.shields.io/github/license/radzenhq/radzen-blazor?logo=github&style=for-the-badge" />
</a>
<a href="https://www.nuget.org/packages/Radzen.Blazor">
<img alt="Nuget Downloads" src="https://img.shields.io/nuget/dt/Radzen.Blazor?color=%232694F9&label=nuget%20downloads&logo=nuget&style=for-the-badge" />
</a>
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/radzenhq/radzen-blazor?logo=github&style=for-the-badge" />
<a href="https://github.com/radzenhq/radzen-blazor/graphs/contributors">
<img alt="Github Contributors" src="https://img.shields.io/github/contributors/radzenhq/radzen-blazor?logo=github&style=for-the-badge" />
</a>
<a href="https://blazor.radzen.com">
<img alt="Radzen Blazor Components - Online Demos" src="https://img.shields.io/badge/demos-online-brightgreen?color=%232694F9&logo=blazor&style=for-the-badge" />
</a>
<a href="https://blazor.radzen.com/docs">
<img alt="Radzen Blazor Components - Documentation" src="https://img.shields.io/badge/docs-online-brightgreen?color=%232694F9&logo=blazor&style=for-the-badge" />
</a>
</p>
## Why choose Radzen Blazor Components?
### :sparkles: Free
Radzen Blazor Components are open source and free for commercial use. You can install them from [nuget](https://www.nuget.org/packages/Radzen.Blazor) or build your own copy from source.
Paid support is available as part of the [Radzen Professional subscription](https://www.radzen.com/blazor-studio/pricing/).
### :computer: Native
The components are implemented in C# and take full advantage of the Blazor framework. They do not depend on or wrap existing JavaScript frameworks or libraries.
Blazor Server and Blazor WebAssembly are fully supported.
### :seedling: Growing
We add new components and features on a regular basis.
Short development cycle. We release as soon as new stuff is available. No more quarterly releases.
## Support exceeding your expectations
### :speech_balloon: Community Support
Everybody is welcome to visit the [Radzen Community forum](https://forum.radzen.com/). Join the growing community and participate in the discussions!
### :dart: Dedicated Support
The Radzen team monitors the forum threads, but does not guarantee a response to every question. For guaranteed responses you may consider the dedicated support option.
Dedicated support for the Radzen Blazor Components is available as part of the [Radzen Professional subscription](https://www.radzen.com/blazor-studio/pricing/).
Our flagship product [Radzen Blazor Studio](https://www.radzen.com/blazor-studio/) provides tons of productivity features for Blazor developers:
- An industry-leading WYSIWYG Blazor design time canvas
- Scaffolding a complete CRUD applications from a database
- Built-in security - authentication and authorization
- Visual Studio Code and Professional support
- Deployment to IIS and Azure
- Dedicated support with 24 hour guaranteed response time
- Active community forum
## Get started with the Radzen Blazor Components
## Get started with Radzen Blazor Components
### Install
### 1. Install
Radzen Blazor Components are distributed as the Radzen.Blazor nuget package. You can add them to your project in one of the following ways
- Install the package from command line by running dotnet add package Radzen.Blazor
- Add the project from the Visual Nuget Package Manager
Radzen Blazor Components are distributed as a [Radzen.Blazor nuget package](https://www.nuget.org/packages/Radzen.Blazor). You can add them to your project in one of the following ways
- Install the package from command line by running `dotnet add package Radzen.Blazor`
- Add the project from the Visual Nuget Package Manager
- Manually edit the .csproj file and add a project reference
### Import the namespace
### 2. Import the namespace
Open the `_Imports.razor` file of your Blazor application and add this line `@using Radzen.Blazor`.
### Include a theme
### 3. Include a theme
Open the `_Host.cshtml` file (server-side Blazor) or `wwwroot/index.html` (client-side Blazor) and include a theme CSS file by adding this snippet `<link rel="stylesheet" href="_content/Radzen.Blazor/css/default.css">` or `<link rel="stylesheet" href="_content/Radzen.Blazor/css/default-base.css">` if you either include Bootstrap manually or don't use it at all.
Radzen Blazor components come with five free themes: Material, Standard, Default, Dark, Software and Humanistic.
### Include Radzen.Blazor.js
To use a theme
1. Pick a theme. The [online demos](https://blazor.radzen.com/colors) allow you to preview the available options via the theme dropdown located in the header. The Material theme is currently selected by default.
1. Include the theme CSS file in your Blazor application. Open `Pages\_Layout.cshtml` (Blazor Server .NET 6), `Pages\_Host.cshtml` (Blazor Server .NET 7) or `wwwroot/index.html` (Blazor WebAssembly) and include a theme CSS file by adding this snippet
```html
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
```
Open the `_Host.cshtml` file (server-side Blazor) or `wwwroot/index.html` (client-side Blazor) and include this snippet `<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>`
To include a different theme (i.e. Standard) just change the name of the CSS file:
```
<link rel="stylesheet" href="_content/Radzen.Blazor/css/standard-base.css">
```
### Use a component
Use any Radzen Blazor component by typing its tag name in a Blazor page e.g.
### 4. Include Radzen.Blazor.js
Open `Pages\_Layout.cshtml` (Blazor Server .NET 6), `Pages\_Host.cshtml` (Blazor Server .NET 7) or `wwwroot/index.html` (Blazor WebAssembly) and include this snippet:
```html
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
```
### 5. Use a component
Use any Radzen Blazor component by typing its tag name in a Blazor page e.g.
```html
<RadzenButton Text="Hi"></RadzenButton>
```
@@ -62,3 +137,6 @@ Use any Radzen Blazor component by typing its tag name in a Blazor page e.g.
}
}
```
## Run demos locally
Use Radzen.Server.sln to open and run demos as Blazor server application or Radzen.WebAssembly.sln to open and run demos as Blazor WebAssembly application. Radzen.sln has reference to all projects including tests.

View File

@@ -0,0 +1,74 @@
using Xunit;
namespace Radzen.Blazor.Tests
{
public class AutoCompleteTests
{
[Fact]
public void AutoComplete_Enum_Converts_To_Attr_Value()
{
// Options
Assert.Equal("off", AutoCompleteType.Off.GetAutoCompleteValue());
Assert.Equal("on", AutoCompleteType.On.GetAutoCompleteValue());
Assert.Equal("name", AutoCompleteType.Name.GetAutoCompleteValue());
Assert.Equal("honorific-prefix", AutoCompleteType.HonorificPrefix.GetAutoCompleteValue());
Assert.Equal("given-name", AutoCompleteType.GivenName.GetAutoCompleteValue());
Assert.Equal("additional-name", AutoCompleteType.AdditionalName.GetAutoCompleteValue());
Assert.Equal("family-name", AutoCompleteType.FamilyName.GetAutoCompleteValue());
Assert.Equal("honorific-suffix", AutoCompleteType.HonorificSuffix.GetAutoCompleteValue());
Assert.Equal("nickname", AutoCompleteType.Nickname.GetAutoCompleteValue());
Assert.Equal("email", AutoCompleteType.Email.GetAutoCompleteValue());
Assert.Equal("username", AutoCompleteType.Username.GetAutoCompleteValue());
Assert.Equal("new-password", AutoCompleteType.NewPassword.GetAutoCompleteValue());
Assert.Equal("current-password", AutoCompleteType.CurrentPassword.GetAutoCompleteValue());
Assert.Equal("one-time-code", AutoCompleteType.OneTimeCode.GetAutoCompleteValue());
Assert.Equal("organization-title", AutoCompleteType.OrganizationTitle.GetAutoCompleteValue());
Assert.Equal("organization", AutoCompleteType.Organization.GetAutoCompleteValue());
Assert.Equal("street-address", AutoCompleteType.StreetAddress.GetAutoCompleteValue());
Assert.Equal("address-line1", AutoCompleteType.AddressLine1.GetAutoCompleteValue());
Assert.Equal("address-line2", AutoCompleteType.AddressLine2.GetAutoCompleteValue());
Assert.Equal("address-line3", AutoCompleteType.AddressLine3.GetAutoCompleteValue());
Assert.Equal("address-level1", AutoCompleteType.AddressLevel1.GetAutoCompleteValue());
Assert.Equal("address-level2", AutoCompleteType.AddressLevel2.GetAutoCompleteValue());
Assert.Equal("address-level3", AutoCompleteType.AddressLevel3.GetAutoCompleteValue());
Assert.Equal("address-level4", AutoCompleteType.AddressLevel4.GetAutoCompleteValue());
Assert.Equal("country", AutoCompleteType.Country.GetAutoCompleteValue());
Assert.Equal("country-name", AutoCompleteType.CountryName.GetAutoCompleteValue());
Assert.Equal("postal-code", AutoCompleteType.PostalCode.GetAutoCompleteValue());
Assert.Equal("cc-name", AutoCompleteType.CcName.GetAutoCompleteValue());
Assert.Equal("cc-given-name", AutoCompleteType.CcGivenName.GetAutoCompleteValue());
Assert.Equal("cc-additional-name", AutoCompleteType.CcAdditionalName.GetAutoCompleteValue());
Assert.Equal("cc-family-name", AutoCompleteType.CcFamilyName.GetAutoCompleteValue());
Assert.Equal("cc-number", AutoCompleteType.CcNumber.GetAutoCompleteValue());
Assert.Equal("cc-exp", AutoCompleteType.CcExp.GetAutoCompleteValue());
Assert.Equal("cc-exp-month", AutoCompleteType.CcExpMonth.GetAutoCompleteValue());
Assert.Equal("cc-exp-year", AutoCompleteType.CcExpYear.GetAutoCompleteValue());
Assert.Equal("cc-csc", AutoCompleteType.CcCsc.GetAutoCompleteValue());
Assert.Equal("cc-type", AutoCompleteType.CcType.GetAutoCompleteValue());
Assert.Equal("transaction-currency", AutoCompleteType.TransactionCurrency.GetAutoCompleteValue());
Assert.Equal("transaction-amount", AutoCompleteType.TransactionAmount.GetAutoCompleteValue());
Assert.Equal("language", AutoCompleteType.Language.GetAutoCompleteValue());
Assert.Equal("bday", AutoCompleteType.Bday.GetAutoCompleteValue());
Assert.Equal("bday-day", AutoCompleteType.BdayDay.GetAutoCompleteValue());
Assert.Equal("bday-month", AutoCompleteType.BdayMonth.GetAutoCompleteValue());
Assert.Equal("bday-year", AutoCompleteType.BdayYear.GetAutoCompleteValue());
Assert.Equal("sex", AutoCompleteType.Sex.GetAutoCompleteValue());
Assert.Equal("tel", AutoCompleteType.Tel.GetAutoCompleteValue());
Assert.Equal("tel-country-code", AutoCompleteType.TelCountryCode.GetAutoCompleteValue());
Assert.Equal("tel-national", AutoCompleteType.TelNational.GetAutoCompleteValue());
Assert.Equal("tel-area-code", AutoCompleteType.TelAreaCode.GetAutoCompleteValue());
Assert.Equal("tel-local", AutoCompleteType.TelLocal.GetAutoCompleteValue());
Assert.Equal("tel-extension", AutoCompleteType.TelExtension.GetAutoCompleteValue());
Assert.Equal("impp", AutoCompleteType.Impp.GetAutoCompleteValue());
Assert.Equal("url", AutoCompleteType.Url.GetAutoCompleteValue());
Assert.Equal("photo", AutoCompleteType.Photo.GetAutoCompleteValue());
// Synonyms
Assert.Equal("address-level1", AutoCompleteType.State.GetAutoCompleteValue());
Assert.Equal("address-level1", AutoCompleteType.Province.GetAutoCompleteValue());
Assert.Equal("postal-code", AutoCompleteType.ZipCode.GetAutoCompleteValue());
Assert.Equal("given-name", AutoCompleteType.FirstName.GetAutoCompleteValue());
Assert.Equal("additional-name", AutoCompleteType.MiddleName.GetAutoCompleteValue());
Assert.Equal("family-name", AutoCompleteType.LastName.GetAutoCompleteValue());
}
}
}

View File

@@ -0,0 +1,77 @@
using Bunit;
using Xunit;
namespace Radzen.Blazor.Tests
{
public class BreadCrumbTests
{
[Fact]
public void BreadCrumb_Renders_Items()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenBreadCrumb>();
component.SetParametersAndRender(parameters =>
{
parameters.Add(c => c.ChildContent, builder =>
{
builder.OpenComponent<RadzenBreadCrumbItem>(0);
builder.AddAttribute(1, nameof(RadzenBreadCrumbItem.Text), "Test");
builder.CloseComponent();
});
});
//@"<RadzenBreadCrumbItem Text=""Test"" />"
Assert.Contains(@"class=""rz-breadcrumb-item", component.Markup);
Assert.Contains(">Test</", component.Markup);
}
[Fact]
public void BreadCrumb_Renders_Icon()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenBreadCrumb>();
component.SetParametersAndRender(parameters =>
{
parameters.Add(c => c.ChildContent, builder =>
{
builder.OpenComponent<RadzenBreadCrumbItem>(0);
builder.AddAttribute(1, nameof(RadzenBreadCrumbItem.Text), "Test");
builder.AddAttribute(2, nameof(RadzenBreadCrumbItem.Icon), "add");
builder.CloseComponent();
});
});
//@"<RadzenBreadCrumbItem Text=""Test"" />"
Assert.Contains("<i", component.Markup);
Assert.Contains(">add</i>", component.Markup);
}
[Fact]
public void BreadCrumb_Renders_Link()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenBreadCrumb>();
component.SetParametersAndRender(parameters =>
{
parameters.Add(c => c.ChildContent, builder =>
{
builder.OpenComponent<RadzenBreadCrumbItem>(0);
builder.AddAttribute(1, nameof(RadzenBreadCrumbItem.Text), "Test");
builder.AddAttribute(2, nameof(RadzenBreadCrumbItem.Icon), "add");
builder.AddAttribute(3, nameof(RadzenBreadCrumbItem.Path), "/badge");
builder.CloseComponent();
});
});
//@"<RadzenBreadCrumbItem Text=""Test"" />"
Assert.Contains("<i", component.Markup);
Assert.Contains(">add</i>", component.Markup);
Assert.Contains("<a href=\"/badge", component.Markup);
}
}
}

View File

@@ -134,11 +134,11 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add(p => p.ButtonStyle, ButtonStyle.Primary));
Assert.Contains(@$"btn-primary", component.Markup);
Assert.Contains(@$"rz-primary", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add(p => p.ButtonStyle, ButtonStyle.Secondary));
Assert.Contains(@$"btn-secondary", component.Markup);
Assert.Contains(@$"rz-secondary", component.Markup);
}
[Fact]

View File

@@ -0,0 +1,44 @@
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Bunit;
using Radzen.Blazor.Rendering;
using Xunit;
namespace Radzen.Blazor.Tests;
public class ChartTests
{
[Fact(Timeout = 30000)]
public async Task Chart_Tooltip_Performance()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.Setup<Rect>("Radzen.createChart", _ => true).SetResult(new Rect {Left = 0, Top = 0, Width = 200, Height = 200});
var seriesData = Enumerable.Range(0, 5000).Select(i => new Point { X = i, Y = i });
var chart = ctx.RenderComponent<RadzenChart>(chartParameters =>
chartParameters
.AddChildContent<RadzenLineSeries<Point>>(seriesParameters =>
seriesParameters
.Add(p => p.CategoryProperty, nameof(Point.X))
.Add(p => p.ValueProperty, nameof(Point.Y))
.Add(p => p.Data, seriesData))
.AddChildContent<RadzenCategoryAxis>(axisParameters =>
axisParameters
.Add(p => p.Step, 100)
.Add(p => p.Formatter, x =>
{
Thread.Sleep(100);
return $"{x}";
})));
foreach (var _ in Enumerable.Range(0, 10))
{
await chart.InvokeAsync(() => chart.Instance.MouseMove(100, 100));
Assert.Contains("<div class=\"rz-chart-tooltip", chart.Markup);
await chart.InvokeAsync(() => chart.Instance.MouseMove(0, 0));
Assert.DoesNotContain("<div class=\"rz-chart-tooltip", chart.Markup);
}
}
}

View File

@@ -110,7 +110,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add(p => p.Change, args => { raised = true; }));
component.Find("div").MouseUp();
component.Find("div.rz-chkbox-box").Click();
Assert.True(raised);
}
@@ -126,7 +126,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add(p => p.ValueChanged, args => { raised = true; }));
component.Find("div").MouseUp();
component.Find("div.rz-chkbox-box").Click();
Assert.True(raised);
}
@@ -141,21 +141,21 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.TriState, true));
component.Find("div").MouseUp();
component.Find("div.rz-chkbox-box").Click();
component.Render();
Assert.Contains(@$"rz-state-active", component.Markup);
Assert.Contains(@$"rzi-check", component.Markup);
component.Find("div").MouseUp();
component.Find("div.rz-chkbox-box").Click();
component.Render();
Assert.DoesNotContain(@$"rz-state-active", component.Markup);
Assert.DoesNotContain(@$"rzi-check", component.Markup);
component.Find("div").MouseUp();
component.Find("div.rz-chkbox-box").Click();
Assert.Contains(@$"rz-state-active", component.Markup);
Assert.Contains(@$"rzi-times", component.Markup);

View File

@@ -0,0 +1,16 @@
using Bunit;
using Xunit;
namespace Radzen.Blazor.Tests
{
public class ColorPickerTests
{
[Fact]
public void ColorPicker_ShouldAcceptInvalidValues()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenColorPicker>(ComponentParameter.CreateParameter("Value", "invalid"));
}
}
}

View File

@@ -1,98 +0,0 @@
using System;
using System.Linq;
using Xunit;
namespace Radzen.Blazor.Tests
{
public class DataGridColumnTests
{
class TestModel
{
public Guid Id { get; set; }
public string Name { get; set; }
public int Age { get; set; }
}
class Testable : RadzenDataGridColumn<TestModel>
{
public Testable()
{
Grid = new RadzenDataGrid<TestModel>();
}
public void PublicMorozov_OnInitialized()
{
OnInitialized();
}
public Type PublicMorozov_FilterPropertyType()
{
var propertyInfo = this.GetType()
.GetProperties(System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)
.FirstOrDefault(x => x.Name == "FilterPropertyType");
return propertyInfo?.GetValue(this) as Type;
}
}
[Fact]
public void FilterPropertyType_Assigned_From_Type_Parameter()
{
var column = new Testable()
{
Property = nameof(TestModel.Id),
Type = typeof(string),
FilterProperty = null
};
column.PublicMorozov_OnInitialized();
Assert.Equal(typeof(string), column.PublicMorozov_FilterPropertyType());
Assert.Equal(FilterOperator.Contains, column.FilterOperator);
}
[Fact]
public void FilterPropertyType_Assigned_From_FilterProperty_Parameter()
{
var column = new Testable()
{
Property = nameof(TestModel.Id),
Type = null,
FilterProperty = nameof(TestModel.Name)
};
column.PublicMorozov_OnInitialized();
Assert.Equal(typeof(string), column.PublicMorozov_FilterPropertyType());
Assert.Equal(FilterOperator.Contains, column.FilterOperator);
}
[Fact]
public void FilterPropertyType_Assigned_From_ColumnType()
{
var column = new Testable()
{
Property = nameof(TestModel.Id),
Type = null,
FilterProperty = null
};
column.PublicMorozov_OnInitialized();
Assert.Equal(typeof(Guid), column.PublicMorozov_FilterPropertyType());
Assert.Equal(FilterOperator.Equals, column.FilterOperator);
}
[Fact]
public void FilterPropertyType_Assigned_From_Type_If_FilterProperty_Is_Fake_Field()
{
var column = new Testable()
{
Property = nameof(TestModel.Id),
Type = typeof(decimal),
FilterProperty = "NotExistsField"
};
column.PublicMorozov_OnInitialized();
Assert.Equal(typeof(decimal), column.PublicMorozov_FilterPropertyType());
}
}
}

View File

@@ -74,11 +74,11 @@ namespace Radzen.Blazor.Tests
});
});
var markup = new Regex(@"\s\s+").Replace(component.Markup, "").Trim();
var data = component.FindAll(".rz-cell-data");
Assert.Contains(@$"<span class=""rz-cell-data"">1</span>", markup);
Assert.Contains(@$"<span class=""rz-cell-data"">2</span>", markup);
Assert.Contains(@$"<span class=""rz-cell-data"">3</span>", markup);
Assert.Equal("1", data[0].TextContent.Trim());
Assert.Equal("2", data[1].TextContent.Trim());
Assert.Equal("3", data[2].TextContent.Trim());
}
[Fact]
@@ -99,9 +99,56 @@ namespace Radzen.Blazor.Tests
});
});
var markup = new Regex(@"\s\s+").Replace(component.Markup, "").Trim();
var title = component.Find(".rz-column-title");
Assert.Equal("MyId", title.TextContent.Trim());
}
Assert.Contains(@$"<span class=""rz-column-title"">MyId</span>", markup);
[Fact]
public void DataGrid_Renders_TitleAttribute()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenDataGrid<dynamic>>(parameterBuilder =>
{
parameterBuilder.Add(p => p.ShowColumnTitleAsTooltip, true);
parameterBuilder.Add<IEnumerable<dynamic>>(p => p.Data, new[] { new { Id = 1 }, new { Id = 2 }, new { Id = 3 } });
parameterBuilder.Add<RenderFragment>(p => p.Columns, builder =>
{
builder.OpenComponent(0, typeof(RadzenDataGridColumn<dynamic>));
builder.AddAttribute(1, "Title", "MyId");
builder.CloseComponent();
});
});
var title = component.Find(".rz-column-title");
Assert.Equal("MyId", title.TextContent.Trim());
Assert.Equal("MyId", title.GetAttribute("title"));
}
[Fact]
public void DataGrid_DoesNotRender_TitleAttribute()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenDataGrid<dynamic>>(parameterBuilder =>
{
parameterBuilder.Add(p => p.ShowColumnTitleAsTooltip, false);
parameterBuilder.Add<IEnumerable<dynamic>>(p => p.Data, new[] { new { Id = 1 }, new { Id = 2 }, new { Id = 3 } });
parameterBuilder.Add<RenderFragment>(p => p.Columns, builder =>
{
builder.OpenComponent(0, typeof(RadzenDataGridColumn<dynamic>));
builder.AddAttribute(1, "Title", "MyId");
builder.CloseComponent();
});
});
var title = component.Find(".rz-column-title");
Assert.Equal("MyId", title.TextContent.Trim());
Assert.Empty(title.GetAttribute("title"));
}
[Fact]
@@ -380,6 +427,44 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"rz-paginator-bottom", component.Markup);
}
[Fact]
public void DataGrid_Renders_PagerDensityDefault()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenGrid<int>>(parameterBuilder => parameterBuilder.Add<IEnumerable<int>>(p => p.Data, Enumerable.Range(0, 100)));
component.SetParametersAndRender(parameters =>
{
parameters.Add<bool>(p => p.AllowPaging, true);
parameters.Add<PagerPosition>(p => p.PagerPosition, PagerPosition.Top);
parameters.Add<Density>(p => p.Density, Density.Default);
});
Assert.DoesNotContain(@$"rz-density-compact", component.Markup);
}
[Fact]
public void DataGrid_Renders_PagerDensityCompact()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenGrid<int>>(parameterBuilder => parameterBuilder.Add<IEnumerable<int>>(p => p.Data, Enumerable.Range(0, 100)));
component.SetParametersAndRender(parameters =>
{
parameters.Add<bool>(p => p.AllowPaging, true);
parameters.Add<PagerPosition>(p => p.PagerPosition, PagerPosition.Top);
parameters.Add<Density>(p => p.Density, Density.Compact);
});
Assert.Contains(@$"rz-density-compact", component.Markup);
}
[Fact]
public void DataGrid_Renders_DefaultEmptyText()
{

View File

@@ -64,6 +64,40 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"rz-paginator-bottom", component.Markup);
}
[Fact]
public void DataList_Renders_PagerDensityDefault()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenDataList<int>>(parameterBuilder => parameterBuilder.Add<IEnumerable<int>>(p => p.Data, Enumerable.Range(0, 100)));
component.SetParametersAndRender(parameters =>
{
parameters.Add<bool>(p => p.AllowPaging, true);
parameters.Add<PagerPosition>(p => p.PagerPosition, PagerPosition.Top);
parameters.Add<Density>(p => p.Density, Density.Default);
});
Assert.DoesNotContain(@$"rz-density-compact", component.Markup);
}
[Fact]
public void DataList_Renders_PagerDensityCompact()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenDataList<int>>(parameterBuilder => parameterBuilder.Add<IEnumerable<int>>(p => p.Data, Enumerable.Range(0, 100)));
component.SetParametersAndRender(parameters =>
{
parameters.Add<bool>(p => p.AllowPaging, true);
parameters.Add<PagerPosition>(p => p.PagerPosition, PagerPosition.Top);
parameters.Add<Density>(p => p.Density, Density.Compact);
});
Assert.Contains(@$"rz-density-compact", component.Markup);
}
[Fact]
public void DataList_Renders_WrapItemsParameter()
{

View File

@@ -1,8 +1,8 @@
using Bunit;
using Radzen.Blazor.Rendering;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Xunit;
namespace Radzen.Blazor.Tests
@@ -49,7 +49,7 @@ namespace Radzen.Blazor.Tests
var component = ctx.RenderComponent<RadzenDatePicker<DateTime>>();
component.SetParametersAndRender(parameters => {
component.SetParametersAndRender(parameters => {
parameters.Add<bool>(p => p.ShowTime, true);
parameters.Add<bool>(p => p.ShowSeconds, true);
});
@@ -93,7 +93,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => {
parameters.Add(p => p.DateFormat, format);
parameters.Add<object>(p => p.Value, DateTime.Now);
parameters.Add<object>(p => p.Value, DateTime.Now);
});
Assert.Contains(@$"value=""{string.Format("{0:" + format + "}", DateTime.Now)}""", component.Markup);
@@ -146,7 +146,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => {
parameters.Add<object>(p => p.Value, DateTime.Now);
parameters.Add<bool>(p => p.AllowClear, true);
parameters.Add<bool>(p => p.AllowClear, true);
});
Assert.Contains(@$"<i class=""rz-dropdown-clear-icon rzi rzi-times""", component.Markup);
@@ -230,7 +230,7 @@ namespace Radzen.Blazor.Tests
}
[Fact]
public void DatePicker_Raises_ChangeEventOnNextMonth()
public void DatePicker_NotRaises_ChangeEventOnNextMonth()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
@@ -247,12 +247,11 @@ namespace Radzen.Blazor.Tests
component.Find(".rz-datepicker-next-icon").Click();
Assert.True(raised);
Assert.True(((DateTime)newValue) > DateTime.Now);
Assert.False(raised);
}
[Fact]
public void DatePicker_Raises_ValueChangedEventOnNextMonth()
public void DatePicker_NotRaises_ValueChangedEventOnNextMonth()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
@@ -269,12 +268,11 @@ namespace Radzen.Blazor.Tests
component.Find(".rz-datepicker-next-icon").Click();
Assert.True(raised);
Assert.True(((DateTime)newValue) > DateTime.Now);
Assert.False(raised);
}
[Fact]
public void DatePicker_Raises_ChangeEventOnPrevMonth()
public void DatePicker_NotRaises_ChangeEventOnPrevMonth()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
@@ -291,12 +289,11 @@ namespace Radzen.Blazor.Tests
component.Find(".rz-datepicker-prev-icon").Click();
Assert.True(raised);
Assert.True(((DateTime)newValue) < DateTime.Now);
Assert.False(raised);
}
[Fact]
public void DatePicker_Raises_ValueChangedEventOnPrevMonth()
public void DatePicker_NotRaises_ValueChangedEventOnPrevMonth()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
@@ -313,8 +310,200 @@ namespace Radzen.Blazor.Tests
component.Find(".rz-datepicker-prev-icon").Click();
Assert.False(raised);
}
[Fact]
public void DatePicker_Raises_ValueChangedEvent_Returns_PreviousDateOnInputOnDisabledDates()
{
IEnumerable<DateTime> dates = new DateTime[] { DateTime.Today };
DateTime previousDay = DateTime.Today.AddDays(-1);
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
var component = ctx.RenderComponent<RadzenDatePicker<DateTime>>();
var raised = false;
object newValue = null;
component.SetParametersAndRender(parameters => {
parameters.Add(p => p.ValueChanged, args => { raised = true; newValue = args; })
.Add(p => p.DateRender, args => { args.Disabled = dates.Contains(args.Date); });
});
var inputElement = component.Find(".rz-inputtext");
// initialize DateTimeValue
ctx.JSInterop.Setup<string>("Radzen.getInputValue", invocation => true).SetResult(previousDay.ToShortDateString());
inputElement.Change(previousDay.AddDays(-1));
// try to enter disabled date
ctx.JSInterop.Setup<string>("Radzen.getInputValue", invocation => true).SetResult(DateTime.Today.ToShortDateString());
inputElement.Change(DateTime.Today);
Assert.True(raised);
Assert.True(((DateTime)newValue) < DateTime.Now);
Assert.Equal(previousDay, (DateTime)newValue);
}
[Fact]
public void DatePicker_Clears_InputOnDisabledDates()
{
IEnumerable<DateTime> dates = new DateTime[] { DateTime.Today };
DateTime previousDay = DateTime.Today.AddDays(-1);
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
var component = ctx.RenderComponent<RadzenDatePicker<DateTime?>>();
var raised = false;
object newValue = null;
component.SetParametersAndRender(parameters => {
parameters.Add(p => p.ValueChanged, args => { raised = true; newValue = args; })
.Add(p => p.DateRender, args => { args.Disabled = dates.Contains(args.Date); });
});
var inputElement = component.Find(".rz-inputtext");
// initialize DateTimeValue
ctx.JSInterop.Setup<string>("Radzen.getInputValue", invocation => true).SetResult(previousDay.ToShortDateString());
inputElement.Change(previousDay.AddDays(-1));
// try to enter disabled date
ctx.JSInterop.Setup<string>("Radzen.getInputValue", invocation => true).SetResult(DateTime.Today.ToShortDateString());
inputElement.Change(DateTime.Today);
Assert.True(raised);
Assert.Null(newValue);
}
[Fact]
public void DatePicker_Respects_DateTimeMaxValue()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenDatePicker<DateTime>>(parameters =>
{
parameters.Add(p => p.Value, DateTime.MaxValue);
});
Assert.Contains(DateTime.MaxValue.ToString(component.Instance.DateFormat), component.Markup);
var exception = Record.Exception(() => component.Find(".rz-datepicker-next-icon")
.Click());
Assert.Null(exception);
}
[Fact]
public void DatePicker_Respects_DateTimeMinValue()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenDatePicker<DateTime>>(parameters =>
{
parameters.Add(p => p.Value, DateTime.MinValue);
});
Assert.Contains(DateTime.MinValue.ToString(component.Instance.DateFormat), component.Markup);
var exception = Record.Exception(() => component.Find(".rz-datepicker-prev-icon")
.Click());
Assert.Null(exception);
}
[Theory]
[InlineData(DateTimeKind.Local)]
[InlineData(DateTimeKind.Unspecified)]
[InlineData(DateTimeKind.Utc)]
public void DatePicker_Respects_DateTimeKind(DateTimeKind kind)
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenDatePicker<DateTime>>(parameters =>
{
parameters.Add(x => x.Kind, kind);
parameters.Add(x => x.ShowTime, true);
});
var raised = false;
object newValue = null;
component.SetParametersAndRender(parameters =>
{
parameters.Add(p => p.Change, args => { raised = true; newValue = args; });
});
component.Find(".rz-datepicker-next-icon").Click();
component.FindAll(".rz-button-text").First(x => x.TextContent == "Ok").Click();
Assert.True(raised);
Assert.Equal(kind, ((DateTime)newValue).Kind);
}
[Fact]
public void DatePicker_Renders_FooterTemplate()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
string actionsTemplate = "<input type=\"button\" value=\"Test\" />";
var component = ctx.RenderComponent<RadzenDatePicker<DateTime>>(parameters =>
{
parameters.Add(p => p.Value, DateTime.MinValue);
parameters.Add(p => p.FooterTemplate, actionsTemplate);
});
Assert.Contains(actionsTemplate, component.Markup);
}
[Fact]
public void DatePicker_Converts_DateTimeOffSet_FromUtc_ToLocal()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var valueUtc = DateTimeOffset.UtcNow;
var kind = DateTimeKind.Local;
var component = ctx.RenderComponent<RadzenDatePicker<DateTimeOffset>>(parameters =>
{
parameters.Add(p => p.Kind, kind);
parameters.Add(p => p.Value, valueUtc);
});
Assert.Equal(kind, (component.Instance.Value as DateTime?)?.Kind);
Assert.Equal(valueUtc.LocalDateTime.ToString(CultureInfo.InvariantCulture), (component.Instance.Value as DateTime?)?.ToString(CultureInfo.InvariantCulture));
}
[Fact]
public void DatePicker_Converts_DateTimeOffSet_Local_ToUtc()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var valueUtc = DateTimeOffset.Now;
var kind = DateTimeKind.Utc;
var component = ctx.RenderComponent<RadzenDatePicker<DateTimeOffset>>(parameters =>
{
parameters.Add(p => p.Kind, kind);
parameters.Add(p => p.Value, valueUtc);
});
Assert.Equal(kind, (component.Instance.Value as DateTime?)?.Kind);
Assert.Equal(valueUtc.UtcDateTime.ToString(CultureInfo.InvariantCulture), (component.Instance.Value as DateTime?)?.ToString(CultureInfo.InvariantCulture));
}
}
}

View File

@@ -0,0 +1,144 @@
using System;
using System.Threading.Tasks;
using Bunit;
using Xunit;
namespace Radzen.Blazor.Tests
{
public class DropDownTests
{
class DataItem
{
public string Text { get; set; }
public int Id { get; set; }
}
private static IRenderedComponent<RadzenDropDown<T>> DropDown<T>(TestContext ctx, Action<ComponentParameterCollectionBuilder<RadzenDropDown<T>>> configure = null)
{
var data = new [] {
new DataItem { Text = "Item 1", Id = 1 },
new DataItem { Text = "Item 2", Id = 2 },
};
var component = ctx.RenderComponent<RadzenDropDown<T>>();
component.SetParametersAndRender(parameters => {
parameters.Add(p => p.Data, data);
parameters.Add(p => p.TextProperty, nameof(DataItem.Text));
if (configure != null)
{
configure.Invoke(parameters);
}
else
{
parameters.Add(p => p.ValueProperty, nameof(DataItem.Id));
}
});
return component;
}
[Fact]
public async Task Dropdown_SelectItem_Method_Should_Not_Throw()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
var component = DropDown<int>(ctx);
var items = component.FindAll(".rz-dropdown-item");
Assert.Equal(2, items.Count);
//this throws
await component.InvokeAsync(async () => await component.Instance.SelectItem(1));
}
[Fact]
public void DropDown_RendersItems()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
var component = DropDown<int>(ctx);
var items = component.FindAll(".rz-dropdown-item");
Assert.Equal(2, items.Count);
}
[Fact]
public void DropDown_AppliesSelectionStyleForIntValue()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
var component = DropDown<int>(ctx);
var items = component.FindAll(".rz-dropdown-item");
items[0].Click();
component.Render();
items = component.FindAll(".rz-dropdown-item");
Assert.Contains("rz-state-highlight", items[0].ClassList);
}
[Fact]
public void DropDown_AppliesSelectionStyleForStringValue()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
var component = DropDown<string>(ctx, parameters => {
parameters.Add(p => p.ValueProperty, nameof(DataItem.Text));
});
var items = component.FindAll(".rz-dropdown-item");
items[0].Click();
component.Render();
items = component.FindAll(".rz-dropdown-item");
Assert.Contains("rz-state-highlight", items[0].ClassList);
}
[Fact]
public void DropDown_AppliesSelectionStyleWhenMultipleSelectionIsEnabled()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
var component = DropDown<string>(ctx, parameters => {
parameters.Add(p => p.ValueProperty, nameof(DataItem.Text));
parameters.Add(p => p.Multiple, true);
});
var items = component.FindAll(".rz-multiselect-item");
items[0].Click();
component.Render();
items = component.FindAll(".rz-multiselect-item");
items[1].Click();
component.Render();
var selectedItems = component.FindAll(".rz-state-highlight");
Assert.Equal(2, selectedItems.Count);
}
}
}

View File

@@ -17,7 +17,6 @@ namespace Radzen.Blazor.Tests
component.Render();
Assert.Contains(@$"rz-fieldset", component.Markup);
Assert.Contains(@$"rz-fieldset-legend", component.Markup);
Assert.Contains(@$"rz-fieldset-content-wrapper", component.Markup);
Assert.Contains(@$"rz-fieldset-content", component.Markup);
}

View File

@@ -17,7 +17,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add(p => p.Icon, icon));
Assert.Contains(@$">{icon}</i>", component.Markup);
Assert.Contains(@$"<i class=""rzi d-inline-flex justify-content-center align-items-center""", component.Markup);
Assert.Contains(@$"<i class=""rzi""", component.Markup);
}
[Fact]
@@ -45,5 +45,29 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"autofocus", component.Markup);
}
[Fact]
public void Icon_Renders_IconStyleClass()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenIcon>();
component.SetParametersAndRender(parameters => parameters.Add(icon => icon.IconStyle, IconStyle.Primary));
Assert.Contains(@$"rzi-primary", component.Markup);
}
[Fact]
public void Icon_NotRenders_IconStyleClass_WhenNull()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenIcon>();
component.SetParametersAndRender(parameters => parameters.Add(icon => icon.IconStyle, null));
Assert.DoesNotContain(@$"rzi-primary", component.Markup);
}
}
}

View File

@@ -30,8 +30,10 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add(p => p.Text, text));
Assert.Contains(@$">{text}</span>", component.Markup);
Assert.Contains(@$"class=""rz-link-text""", component.Markup);
var textElement = component.Find(".rz-link-text");
Assert.NotNull(textElement);
Assert.Equal(text, textElement.TextContent.Trim());
}
[Fact]

View File

@@ -26,7 +26,12 @@ namespace Radzen.Blazor.Tests
var component = ctx.RenderComponent<RadzenLogin>();
Assert.Contains(@$"<label class=""col-sm-3 col-form-label"" for=""username"">Username</label>", component.Markup);
component.SetParametersAndRender(p => {
p.AddUnmatched("id", "login");
});
var label = component.Find($@"label[for=""login-username""]");
Assert.NotNull(label);
}
[Fact]
@@ -63,7 +68,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => {
parameters.Add(p => p.Username, "user");
parameters.Add(p => p.Password, "pwd");
parameters.Add(p => p.Login, args => { clicked = true; });
parameters.Add(p => p.Login, args => { clicked = true; });
});
component.Find("button").Click();
@@ -114,7 +119,7 @@ namespace Radzen.Blazor.Tests
parameters.Add(p => p.AllowResetPassword, true);
});
Assert.Contains(@$"Forgot password</a>", component.Markup);
Assert.Contains(@$"Forgot password?</a>", component.Markup);
}
[Fact]
@@ -190,7 +195,7 @@ namespace Radzen.Blazor.Tests
parameters.Add(p => p.Register, args => { clicked = true; });
});
component.Find(".register > button").Click();
component.Find(".rz-secondary").Click();
Assert.True(clicked);
}
@@ -216,7 +221,7 @@ namespace Radzen.Blazor.Tests
}
[Fact]
public void Login_NotRaises_ResetPasswordEvent_WhenEmptyUsername()
public void Login_Raises_ResetPasswordEvent_WhenEmptyUsername()
{
using var ctx = new TestContext();
@@ -231,7 +236,7 @@ namespace Radzen.Blazor.Tests
component.Find("a").Click();
Assert.True(!clicked);
Assert.True(clicked);
}
}
}

View File

@@ -128,6 +128,34 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"autocomplete=""on""", component.Markup);
}
[Fact]
public void Mask_Renders_TypedAutoCompleteParameter()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenMask>();
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, false));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.On));
Assert.Contains(@$"autocomplete=""off""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.Off));
Assert.Contains(@$"autocomplete=""off""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.AdditionalName));
Assert.Contains(@$"autocomplete=""{AutoCompleteType.AdditionalName.GetAutoCompleteValue()}""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.Email));
Assert.Contains(@$"autocomplete=""{AutoCompleteType.Email.GetAutoCompleteValue()}""", component.Markup);
}
[Fact]
public void Mask_Renders_MaxLengthParameter()
{

View File

@@ -0,0 +1,139 @@
using System;
using Bunit;
using Microsoft.AspNetCore.Components.Forms;
using Xunit;
namespace Radzen.Blazor.Tests
{
public class NumericRangeValidatorTests
{
class FormComponentTestDouble : IRadzenFormComponent
{
public bool IsBound => false;
public bool HasValue => true;
public string Name { get; set; }
public FieldIdentifier FieldIdentifier => throw new System.NotImplementedException();
public object GetValue()
{
return Value;
}
public object Value { get; set; }
}
class RadzenNumericRangeValidatorTestDouble : RadzenNumericRangeValidator
{
public bool Validate(object value)
{
return base.Validate(new FormComponentTestDouble { Value = value });
}
}
[Fact]
public void Throws_Exception_If_Min_And_Max_Are_Null()
{
var validator = new RadzenNumericRangeValidatorTestDouble();
Assert.Throws<System.ArgumentException>(() => validator.Validate(1));
}
[Fact]
public void Returns_False_If_Value_Is_Null()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters =>
{
component.SetParametersAndRender(parameters => parameters.Add(p => p.Min, 0).Add(p => p.Max, 10));
});
Assert.False(component.Instance.Validate(null));
}
[Fact]
public void Returns_True_If_Value_Is_Greater_Than_Min()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Min, 0));
Assert.True(component.Instance.Validate(1));
}
[Fact]
public void Returns_True_If_Value_Is_Equal_To_Min()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Min, 0));
Assert.True(component.Instance.Validate(0));
}
[Fact]
public void Returns_True_If_Value_Is_Less_Than_Max()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Max, 10));
Assert.True(component.Instance.Validate(9));
}
[Fact]
public void Returns_True_If_Value_Is_Equal_To_Max()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Max, 10));
Assert.True(component.Instance.Validate(10));
}
[Fact]
public void Returns_True_If_Value_Is_Between_Min_And_Max()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Min, 0).Add(p => p.Max, 10));
Assert.True(component.Instance.Validate(5));
}
[Fact]
public void Returns_True_If_Value_Is_Between_Min_And_Max_And_They_Are_Nullable()
{
int? min = 0;
int? max = 10;
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Min, min).Add(p => p.Max, max));
Assert.True(component.Instance.Validate(5));
}
[Fact]
public void Returns_True_When_Value_Is_Of_DifferentType()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Min, 0m).Add(p => p.Max, 10m));
Assert.True(component.Instance.Validate(5));
}
[Fact]
public void Returns_False_If_Cannot_Conert_Value()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumericRangeValidatorTestDouble>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Min, 0m).Add(p => p.Max, 10m));
Assert.False(component.Instance.Validate(DateTime.Now));
}
}
}

View File

@@ -48,6 +48,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters =>
{
component.SetParametersAndRender(parameters => parameters.Add(p => p.Change, args => { raised = true; }));
parameters.Add<double>(p => p.Value, minValue);
parameters.Add<decimal?>(p => p.Min, minValue);
});
@@ -192,6 +193,34 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"autocomplete=""on""", component.Markup);
}
[Fact]
public void Numeric_Renders_TypedAutoCompleteParameter()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenNumeric<double>>();
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, false));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.On));
Assert.Contains(@$"autocomplete=""off""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.Off));
Assert.Contains(@$"autocomplete=""off""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.BdayMonth));
Assert.Contains(@$"autocomplete=""{AutoCompleteType.BdayMonth.GetAutoCompleteValue()}""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.BdayYear));
Assert.Contains(@$"autocomplete=""{AutoCompleteType.BdayYear.GetAutoCompleteValue()}""", component.Markup);
}
[Fact]
public void Numeric_Raises_ChangedEvent()
{

View File

@@ -53,5 +53,61 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"rz-dropdown-trigger", component.Markup);
}
[Fact]
public async void RadzenPager_Renders_Summary() {
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenPager>(parameters => {
parameters.Add<int>(p => p.PageSize, 10);
parameters.Add<int>(p => p.Count, 100);
parameters.Add<bool>(p => p.ShowPagingSummary, true);
});
await component.Instance.GoToPage(2);
component.Render();
Assert.Contains(@$"rz-paginator-summary", component.Markup);
Assert.Contains(@$"Page 3 of 10 (100 items)", component.Markup);
component.SetParametersAndRender(parameters => {
parameters.Add<bool>(p => p.ShowPagingSummary, false);
});
Assert.DoesNotContain(@$"rz-paginator-summary", component.Markup);
}
[Fact]
public void RadzenPager_Renders_PagerDensityDefault()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenPager>(parameters =>
{
parameters.Add<int>(p => p.PageSize, 20);
parameters.Add<int>(p => p.Count, 100);
parameters.Add<Density>(p => p.Density, Density.Default);
});
Assert.DoesNotContain(@$"rz-density-compact", component.Markup);
}
[Fact]
public void RadzenPager_Renders_PagerDensityCompact()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenPager>(parameters =>
{
parameters.Add<int>(p => p.PageSize, 20);
parameters.Add<int>(p => p.Count, 100);
parameters.Add<Density>(p => p.Density, Density.Compact);
});
Assert.Contains(@$"rz-density-compact", component.Markup);
}
}
}

View File

@@ -0,0 +1,98 @@
using Bunit;
using Bunit.TestDoubles;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Routing;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Xunit;
namespace Radzen.Blazor.Tests
{
public class PanelMenuTests
{
class TestNavigationManager : NavigationManager
{
public TestNavigationManager(string uri)
{
Initialize("http://www.example.com/", uri);
}
protected override void NavigateToCore(string uri, bool forceLoad)
{
}
}
private static string CreatePanelMenu(string currentAbsoluteUrl, NavLinkMatch match, params string[] urls)
{
using var ctx = new TestContext();
ctx.Services.RemoveAll<NavigationManager>();
ctx.Services.TryAddSingleton<NavigationManager>(new TestNavigationManager(currentAbsoluteUrl));
var component = ctx.RenderComponent<RadzenPanelMenu>();
component.SetParametersAndRender(parameters => parameters.Add(p => p.Match, match).AddChildContent(builder =>
{
foreach (var url in urls)
{
builder.OpenComponent<RadzenPanelMenuItem>(0);
builder.AddAttribute(1, nameof(RadzenPanelMenuItem.Path), url);
builder.CloseComponent();
}
}));
return component.Markup;
}
[Fact]
public void RadzenPanelMenu_SetsOneActiveMenuItem()
{
var component = CreatePanelMenu("http://www.example.com/datagrid-dynamic", NavLinkMatch.All, "/datagrid", "/datagrid-dynamic");
var firstIndex = component.IndexOf("rz-navigation-item-wrapper-active");
var lastIndex = component.LastIndexOf("rz-navigation-item-wrapper-active");
Assert.NotEqual(-1, firstIndex);
Assert.Equal(firstIndex, lastIndex);
}
[Fact]
public void RadzenPanelMenu_MatchesQueryStringParameters()
{
var component = CreatePanelMenu("http://www.example.com/foo?bar", NavLinkMatch.Prefix, "/foo");
Assert.Contains("rz-navigation-item-wrapper-active", component);
}
[Fact]
public void RadzenPanelMenu_DoesNotMatchQueryStringParametersWhenExactMatchIsSpecified()
{
var component = CreatePanelMenu("http://www.example.com/foo?bar", NavLinkMatch.All, "/foo");
Assert.DoesNotContain("rz-navigation-item-wrapper-active", component);
}
[Fact]
public void RadzenPanelMenu_DoesNotMatchRootWithEverything()
{
var component = CreatePanelMenu("http://www.example.com/foo", NavLinkMatch.Prefix, "/");
Assert.DoesNotContain("rz-navigation-item-wrapper-active", component);
}
[Fact]
public void RadzenPanelMenu_MatchesRoot()
{
var component = CreatePanelMenu("http://www.example.com/", NavLinkMatch.Prefix, "/");
Assert.Contains("rz-navigation-item-wrapper-active", component);
}
[Fact]
public void RadzenPanelMenu_MatchesRootWithoutTrailingSlash()
{
var component = CreatePanelMenu("http://www.example.com", NavLinkMatch.Prefix, "/");
Assert.Contains("rz-navigation-item-wrapper-active", component);
}
}
}

View File

@@ -128,6 +128,34 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"autocomplete=""on""", component.Markup);
}
[Fact]
public void Password_Renders_TypedAutoCompleteParameter()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenPassword>();
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, false));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.On));
Assert.Contains(@$"autocomplete=""new-password""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.Off));
Assert.Contains(@$"autocomplete=""off""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.CurrentPassword));
Assert.Contains(@$"autocomplete=""{AutoCompleteType.CurrentPassword.GetAutoCompleteValue()}""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.NewPassword));
Assert.Contains(@$"autocomplete=""{AutoCompleteType.NewPassword.GetAutoCompleteValue()}""", component.Markup);
}
[Fact]
public void Password_Renders_UnmatchedParameter()
{

View File

@@ -18,7 +18,9 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add<double>(p => p.Value, value));
Assert.Contains(@$"<div class=""rz-progressbar-label"">{value}", component.Markup);
Assert.Contains(@$"<div class=""rz-progressbar-label"">", component.Markup);
Assert.Contains(@$"{value}%", component.Markup);
Assert.Contains(@$"aria-valuenow=""{value}""", component.Markup);
Assert.Contains(@$"aria-valuemin=""0""", component.Markup);
}
@@ -50,13 +52,13 @@ namespace Radzen.Blazor.Tests
component.Render();
Assert.Contains(@$"%</div>", component.Markup);
Assert.Contains(@$"0%", component.Markup);
var value = "mm";
var unit = "mm";
component.SetParametersAndRender(parameters => parameters.Add(p => p.Unit, value));
component.SetParametersAndRender(parameters => parameters.Add(p => p.Unit, unit));
Assert.Contains(@$"{value}</div>", component.Markup);
Assert.Contains(@$"0{unit}", component.Markup);
}
[Fact]
@@ -118,5 +120,27 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"style=""width: {Math.Min(value / max * 100, 100).ToInvariantString()}%;""", component.Markup);
}
[Fact]
public void ProgressBar_Renders_ProgressBarStyle()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenProgressBar>();
component.SetParametersAndRender(parameters=>parameters.Add(p=>p.ProgressBarStyle, ProgressBarStyle.Success));
Assert.Contains(@$"rz-progressbar-determinate-success", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add(p => p.ProgressBarStyle, ProgressBarStyle.Info));
Assert.Contains(@$"rz-progressbar-determinate-info", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add(p => p.ProgressBarStyle, ProgressBarStyle.Success));
component.SetParametersAndRender(parameters => parameters.Add(p => p.Mode, ProgressBarMode.Indeterminate));
Assert.Contains(@$"rz-progressbar-indeterminate-success", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add(p => p.ProgressBarStyle, ProgressBarStyle.Info));
component.SetParametersAndRender(parameters => parameters.Add(p => p.Mode, ProgressBarMode.Indeterminate));
Assert.Contains(@$"rz-progressbar-indeterminate-info", component.Markup);
}
}
}

View File

@@ -0,0 +1,120 @@
using AngleSharp.Css;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Dynamic.Core;
using Xunit;
namespace Radzen.Blazor.Tests
{
public class PropertyAccessTests
{
public partial class TestData
{
public string PROPERTY { get; set; }
public string Property { get; set; }
}
[Fact]
public void Getter_With_DifferentTargetType()
{
var o = new TestData { Property = "test" };
var getter = PropertyAccess.Getter<object, object>(nameof(TestData.Property), typeof(TestData));
var value = getter(o);
Assert.Equal(o.Property, value);
}
[Fact]
public void Getter_With_Members_That_Differ_Only_In_Casing()
{
var o = new TestData { PROPERTY = nameof(TestData.PROPERTY), Property = nameof(TestData.Property) };
var getter = PropertyAccess.Getter<TestData, string>(nameof(TestData.PROPERTY));
var value = getter(o);
Assert.Equal(nameof(TestData.PROPERTY), value);
}
[Fact]
public void Getter_Resolves_Property_On_Simple_Object()
{
var o = new SimpleObject() { Prop1 = "TestString" };
var getter = PropertyAccess.Getter<SimpleObject, string>("Prop1");
var value = getter(o);
Assert.Equal("TestString", value);
}
[Fact]
public void Getter_Resolves_Property_On_Simple_Object_QueryableType()
{
var _data = new List<SimpleObject>()
{
new SimpleObject() { Prop1 = "TestString" },
};
Func<object, object> getter = PropertyAccess.Getter<object, object>("Prop1", typeof(SimpleObject));
var value = getter(_data[0]);
Assert.Equal("TestString", value);
}
[Fact]
public void Getter_Resolves_Property_On_Nested_Object()
{
var o = new NestedObject() { Obj = new SimpleObject { Prop1 = "TestString" } };
var getter = PropertyAccess.Getter<NestedObject, string>("Obj.Prop1");
var value = getter(o);
Assert.Equal("TestString", value);
}
[Fact]
public void Getter_Resolves_Property_From_Array()
{
var o = new ArrayObject() { Values = new string[] { "1", "2", "3" } };
var getter = PropertyAccess.Getter<ArrayObject, string>("Values[1]");
var value = getter(o);
Assert.Equal("2", value);
}
[Fact]
public void Getter_Resolves_Property_From_Nested_Array()
{
var o = new NestedArrayObject() { Obj = new ArrayObject() { Values = new string[] { "1", "2", "3" } } };
var getter = PropertyAccess.Getter<NestedArrayObject, string>("Obj.Values[2]");
var value = getter(o);
Assert.Equal("3", value);
}
[Fact]
public void Getter_Resolves_Property_From_List()
{
var o = new ListObject() { Values = new List<string>() { "1", "2", "3" } };
var getter = PropertyAccess.Getter<ListObject, string>("Values[1]");
var value = getter(o);
Assert.Equal("2", value);
}
public class SimpleObject
{
public string Prop1 { get; set; }
}
public class NestedObject
{
public SimpleObject Obj { get; set; }
}
public class ArrayObject
{
public string[] Values { get; set; }
}
public class NestedArrayObject
{
public ArrayObject Obj { get; set; }
}
public class ListObject
{
public List<string> Values { get; set; }
}
}
}

View File

@@ -1,15 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net7</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="bunit.web" Version="1.0.0-preview-01" />
<PackageReference Include="bunit.xunit" Version="1.0.0-preview-01" />
<PackageReference Include="bunit.web" Version="1.2.49" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

View File

@@ -0,0 +1,25 @@
using System.Collections.Generic;
using Radzen.Blazor.Rendering;
using Xunit;
namespace Radzen.Blazor.Tests.Rendering;
public class StepGeneratorTests
{
[Fact]
public void Renders_Path_Correctly()
{
var data = new List<Point>
{
new() { X = 10, Y = 10 },
new() { X = 20, Y = 15 },
new() { X = 30, Y = 20 },
new() { X = 40, Y = 25 },
new() { X = 50, Y = 50 }
};
var path = new StepGenerator().Path(data);
Assert.Equal("10 10 H 20 V 15 H 30 V 20 H 40 V 25 H 50 V 50", path);
}
}

View File

@@ -38,8 +38,8 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add<int>(p => p.Value, value));
Assert.Contains(@$"style=""width: {(value / max * 100).ToInvariantString()}%;""", component.Markup);
Assert.Contains(@$"style=""left: {(value / max * 100).ToInvariantString()}%;""", component.Markup);
Assert.Contains(@$"style=""width: {Math.Round((value / max * 100)).ToInvariantString()}%;""", component.Markup);
Assert.Contains(@$"style=""left: {Math.Round((value / max * 100)).ToInvariantString()}%;""", component.Markup);
}
[Fact]
@@ -55,9 +55,9 @@ namespace Radzen.Blazor.Tests
parameters.Add<IEnumerable<int>>(p => p.Value, new int[] { 4, 30 });
});
Assert.Contains(@$"left: 4.00%", component.Markup);
Assert.Contains(@$"left: 30.0%", component.Markup);
Assert.Contains(@$"left: 4.00%; width: 26.00%;", component.Markup);
Assert.Contains(@$"left: 4%", component.Markup);
Assert.Contains(@$"left: 30%", component.Markup);
Assert.Contains(@$"left: 4%; width: 26%;", component.Markup);
}
[Fact]

View File

@@ -0,0 +1,197 @@
using Bunit;
using Xunit;
namespace Radzen.Blazor.Tests
{
public class SpeechToTextButtonTests
{
[Fact]
public void SpeechToTextButton_Renders_Record_Button_When_Visible()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenSpeechToTextButton>();
component.Render();
var recordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button");
Assert.NotNull(recordButton);
}
[Fact]
public void SpeechToTextButton_Does_Not_Renders_Record_Button_When_Visible_False()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenSpeechToTextButton>();
component.SetParametersAndRender(parameters =>
{
parameters.Add(p => p.Visible, false);
});
Assert.Throws<ElementNotFoundException>(() => component.Find("button.rz-button-icon-only.rz-speech-to-text-button"));
}
[Fact]
public void SpeechToTextButton_Renders_Additional_Css()
{
using var ctx = new TestContext();
var component =
ctx.RenderComponent<RadzenSpeechToTextButton>(ComponentParameter.CreateParameter("class", "another-class"));
var recordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button.another-class");
Assert.NotNull(recordButton);
}
[Fact]
public void SpeechToTextButton_Can_Override_Default_Title_And_Aria_Label()
{
using var ctx = new TestContext();
var component =
ctx.RenderComponent<RadzenSpeechToTextButton>(
ComponentParameter.CreateParameter("title", "title override"),
ComponentParameter.CreateParameter("aria-label", "aria-label override"));
var recordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button");
Assert.NotNull(recordButton);
Assert.Equal("title override", recordButton.GetAttribute("title"));
Assert.Equal("aria-label override", recordButton.GetAttribute("aria-label"));
}
[Fact]
public void SpeechToTextButton_Sets_Record_Button_Css_When_Record_Button_Clicked()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenSpeechToTextButton>();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
component.Render();
var recordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button");
Assert.NotNull(recordButton);
recordButton.Click();
component.Render();
var blinkingRecordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button-recording");
Assert.NotNull(blinkingRecordButton);
}
[Fact]
public void SpeechToTextButton_Sets_StopTitle_When_Record_Button_Clicked()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenSpeechToTextButton>();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
component.Render();
var recordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button");
Assert.NotNull(recordButton);
recordButton.Click();
component.Render();
var blinkingRecordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button-recording");
Assert.Equal(component.Instance.StopTitle, blinkingRecordButton.GetAttribute("title"));
}
[Fact]
public void SpeechToTextButton_ChangesIconWhen_When_Record_Button_Clicked()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenSpeechToTextButton>();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
component.Render();
var recordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button");
Assert.NotNull(recordButton);
recordButton.Click();
component.Render();
var blinkingRecordButton = component.Find("button span");
Assert.Contains("stop", blinkingRecordButton.TextContent);
Assert.DoesNotContain("mic", blinkingRecordButton.TextContent);
}
[Fact]
public void SpeechToTextButton_UnSets_Record_Button_Css_When_Record_Button_Clicked_Twice()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenSpeechToTextButton>();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
component.Render();
var recordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button");
Assert.NotNull(recordButton);
recordButton.Click();
component.Render();
const string blinkingRecordButtonSelector = "button.rz-button-icon-only.rz-speech-to-text-button-recording";
var blinkingRecordButton = component.Find(blinkingRecordButtonSelector);
Assert.NotNull(blinkingRecordButton);
blinkingRecordButton.Click();
component.Render();
Assert.Throws<ElementNotFoundException>(() => component.Find(blinkingRecordButtonSelector));
}
[Fact]
public void SpeechToTextButton_Invokes_OnResult_FromJs()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
var component = ctx.RenderComponent<RadzenSpeechToTextButton>();
string resultsFromJs = null;
component.SetParametersAndRender(parameters => parameters.Add(p => p.Change, r => resultsFromJs = r));
var recordButton = component.Find("button.rz-button-icon-only.rz-speech-to-text-button");
Assert.NotNull(recordButton);
recordButton.Click();
const string speechResults = "results from js";
component.InvokeAsync(() => component.Instance.OnResult(speechResults));
Assert.Equal(speechResults, resultsFromJs);
}
}
}

View File

@@ -127,6 +127,8 @@ namespace Radzen.Blazor.Tests
public void SplitButton_Raises_ClickEvent()
{
using var ctx = new TestContext();
ctx.JSInterop.Mode = JSRuntimeMode.Loose;
ctx.JSInterop.SetupModule("_content/Radzen.Blazor/Radzen.Blazor.js");
var component = ctx.RenderComponent<RadzenSplitButton>();

View File

@@ -110,7 +110,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add(p => p.Change, args => { raised = true; newValue = args; }));
component.Find("div").MouseUp();
component.Find("div").Click();
Assert.True(raised);
Assert.True(object.Equals(value, !(bool)newValue));
@@ -129,7 +129,7 @@ namespace Radzen.Blazor.Tests
component.SetParametersAndRender(parameters => parameters.Add(p => p.ValueChanged, args => { raised = true; newValue = args; }));
component.Find("div").MouseUp();
component.Find("div").Click();
Assert.True(raised);
Assert.True(object.Equals(value, !(bool)newValue));

View File

@@ -128,6 +128,34 @@ namespace Radzen.Blazor.Tests
Assert.Contains(@$"autocomplete=""on""", component.Markup);
}
[Fact]
public void TextBox_Renders_TypedAutoCompleteParameter()
{
using var ctx = new TestContext();
var component = ctx.RenderComponent<RadzenTextBox>();
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, false));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.On));
Assert.Contains(@$"autocomplete=""off""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.Off));
Assert.Contains(@$"autocomplete=""off""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.AdditionalName));
Assert.Contains(@$"autocomplete=""{AutoCompleteType.AdditionalName.GetAutoCompleteValue()}""", component.Markup);
component.SetParametersAndRender(parameters => parameters.Add<bool>(p => p.AutoComplete, true));
component.SetParametersAndRender(parameters => parameters.Add<AutoCompleteType>(p => p.AutoCompleteType, AutoCompleteType.FamilyName));
Assert.Contains(@$"autocomplete=""{AutoCompleteType.FamilyName.GetAutoCompleteValue()}""", component.Markup);
}
[Fact]
public void TextBox_Renders_MaxLengthParameter()
{

View File

@@ -1,12 +0,0 @@
{
"version": 1,
"isRoot": true,
"tools": {
"excubo.webcompiler": {
"version": "2.6.0",
"commands": [
"webcompiler"
]
}
}
}

View File

@@ -3,13 +3,37 @@ using System.Collections.Generic;
namespace Radzen.Blazor
{
/// <summary>
/// Represents an appointment in <see cref="RadzenScheduler{TItem}" />
/// </summary>
public class AppointmentData
{
/// <summary>
/// Gets or sets the start of the appointment.
/// </summary>
/// <value>The start.</value>
public DateTime Start { get; set; }
/// <summary>
/// Gets or sets the end of the appointment.
/// </summary>
/// <value>The end.</value>
public DateTime End { get; set; }
/// <summary>
/// Gets or sets the text of the appointment.
/// </summary>
/// <value>The text.</value>
public string Text { get; set; }
/// <summary>
/// Gets or sets the data associated with the appointment
/// </summary>
/// <value>The data.</value>
public object Data { get; set; }
/// <summary>
/// Determines whether the specified object is equal to this instance. Used to check if two appointments are equal.
/// </summary>
/// <param name="obj">The object to compare with this instance.</param>
/// <returns><c>true</c> if the specified is equal to this instance; otherwise, <c>false</c>.</returns>
public override bool Equals(object obj)
{
return obj is AppointmentData data &&
@@ -19,6 +43,10 @@ namespace Radzen.Blazor
EqualityComparer<object>.Default.Equals(Data, data.Data);
}
/// <summary>
/// Returns a hash code for this instance.
/// </summary>
/// <returns>A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.</returns>
public override int GetHashCode()
{
return HashCode.Combine(Start, End, Text, Data);

View File

@@ -0,0 +1,81 @@
namespace Radzen.Blazor
{
/// <summary>
/// The <c>AutomCompleteType</c> is a string-associated enum of
/// browser-supported autocomplete attribute values.
/// </summary>
/// <remarks>
/// This class lists the autocomplete attirbute options allowing
/// developers to provide the browser with guidance on how to pre-populate
/// the form fields. It is a class rather than a simpler enum to associate
/// each option with the string the browser expects. For more information
/// please review the list of options (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete)
/// and the spec (https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill).
/// </remarks>
public enum AutoCompleteType
{
// Options
Off,
On,
Name,
HonorificPrefix,
GivenName,
AdditionalName,
FamilyName,
HonorificSuffix,
Nickname,
Email,
Username,
NewPassword,
CurrentPassword,
OneTimeCode,
OrganizationTitle,
Organization,
StreetAddress,
AddressLine1,
AddressLine2,
AddressLine3,
AddressLevel1,
AddressLevel2,
AddressLevel3,
AddressLevel4,
Country,
CountryName,
PostalCode,
CcName,
CcGivenName,
CcAdditionalName,
CcFamilyName,
CcNumber,
CcExp,
CcExpMonth,
CcExpYear,
CcCsc,
CcType,
TransactionCurrency,
TransactionAmount,
Language,
Bday,
BdayDay,
BdayMonth,
BdayYear,
Sex,
Tel,
TelCountryCode,
TelNational,
TelAreaCode,
TelLocal,
TelExtension,
Impp,
Url,
Photo,
// Synonyms
State,
Province,
ZipCode,
FirstName,
MiddleName,
LastName,
}
}

View File

@@ -3,45 +3,106 @@ using Microsoft.AspNetCore.Components;
namespace Radzen.Blazor
{
/// <summary>
/// Base class for an axis in <see cref="RadzenChart" />.
/// </summary>
public abstract class AxisBase : RadzenChartComponentBase, IChartAxis
{
/// <summary>
/// Gets or sets the stroke (line color) of the axis.
/// </summary>
/// <value>The stroke.</value>
[Parameter]
public string Stroke { get; set; }
/// <summary>
/// Gets or sets the pixel width of axis.
/// </summary>
/// <value>The width of the stroke.</value>
[Parameter]
public double StrokeWidth { get; set; } = 1;
/// <summary>
/// Gets or sets the child content.
/// </summary>
/// <value>The child content.</value>
[Parameter]
public RenderFragment ChildContent { get; set; }
/// <summary>
/// Gets or sets the format string used to display the axis values.
/// </summary>
/// <value>The format string.</value>
[Parameter]
public string FormatString { get; set; }
/// <summary>
/// Gets or sets a formatter function that formats the axis values.
/// </summary>
/// <value>The formatter.</value>
[Parameter]
public Func<object, string> Formatter { get; set; }
/// <summary>
/// Gets or sets the type of the line used to display the axis.
/// </summary>
/// <value>The type of the line.</value>
[Parameter]
public LineType LineType { get; set; }
/// <summary>
/// Gets or sets the grid lines configuration of the current axis.
/// </summary>
/// <value>The grid lines.</value>
public RadzenGridLines GridLines { get; set; } = new RadzenGridLines();
/// <summary>
/// Gets or sets the title configuration.
/// </summary>
/// <value>The title.</value>
public RadzenAxisTitle Title { get; set; } = new RadzenAxisTitle();
/// <summary>
/// Gets or sets the ticks configuration.
/// </summary>
/// <value>The ticks.</value>
public RadzenTicks Ticks { get; set; } = new RadzenTicks();
internal int TickDistance { get; set; } = 100;
/// <summary>
/// Gets or sets the pixel distance between axis ticks. It is used to calculate the number of visible ticks depending on the available space. Set to 100 by default;
/// Setting <see cref="Step" /> will override this value.
/// </summary>
/// <value>The desired pixel distance between ticks.</value>
[Parameter]
public int TickDistance { get; set; } = 100;
/// <summary>
/// Specifies the minimum value of the axis.
/// </summary>
/// <value>The minimum.</value>
[Parameter]
public object Min { get; set; }
/// <summary>
/// Specifies the maximum value of the axis.
/// </summary>
/// <value>The maximum.</value>
[Parameter]
public object Max { get; set; }
/// <summary>
/// Specifies the step of the axis.
/// </summary>
[Parameter]
public object Step { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="AxisBase"/> is visible.
/// </summary>
/// <value><c>true</c> if visible; otherwise, <c>false</c>.</value>
[Parameter]
public bool Visible { get; set; } = true;
/// <inheritdoc />
protected override bool ShouldRefreshChart(ParameterView parameters)
{
return DidParameterChange(parameters, nameof(Min), Min) ||

View File

@@ -5,12 +5,22 @@ using System.Linq;
using System.Linq.Dynamic.Core;
using Radzen.Blazor.Rendering;
using System.Threading.Tasks;
using System.Collections;
using Microsoft.AspNetCore.Components.Rendering;
namespace Radzen.Blazor
{
/// <summary>
/// Base class of <see cref="RadzenChart" /> series.
/// </summary>
/// <typeparam name="TItem">The type of the series data.</typeparam>
public abstract class CartesianSeries<TItem> : RadzenChartComponentBase, IChartSeries, IDisposable
{
protected Func<TItem, double> Category(ScaleBase scale)
/// <summary>
/// Creates a getter function that returns a value from the specified category scale for the specified data item.
/// </summary>
/// <param name="scale">The scale.</param>
internal Func<TItem, double> Category(ScaleBase scale)
{
if (IsNumeric(CategoryProperty))
{
@@ -34,16 +44,28 @@ namespace Radzen.Blazor
return (item) => Items.IndexOf(item);
}
/// <summary>
/// Helper function. Used internally.
/// </summary>
protected Func<TItem, double> ComposeCategory(ScaleBase scale)
{
return scale.Compose(Category(scale));
}
/// <summary>
/// Helper function. Used internally.
/// </summary>
protected Func<TItem, double> ComposeValue(ScaleBase scale)
{
return scale.Compose(Value);
}
/// <summary>
/// Determines whether the property with the specified name is <see cref="DateTime" />
/// </summary>
/// <param name="propertyName">Name of the property.</param>
/// <returns><c>true</c> if the specified property name is date; otherwise, <c>false</c>.</returns>
/// <exception cref="ArgumentException">Property {propertyName} does not exist</exception>
protected bool IsDate(string propertyName)
{
if (String.IsNullOrEmpty(propertyName))
@@ -61,6 +83,12 @@ namespace Radzen.Blazor
return PropertyAccess.IsDate(property);
}
/// <summary>
/// Determines whether the property with the specified name is numeric.
/// </summary>
/// <param name="propertyName">Name of the property.</param>
/// <returns><c>true</c> if the specified property name is numeric; otherwise, <c>false</c>.</returns>
/// <exception cref="ArgumentException">Property {propertyName} does not exist</exception>
protected bool IsNumeric(string propertyName)
{
if (String.IsNullOrEmpty(propertyName))
@@ -78,21 +106,60 @@ namespace Radzen.Blazor
return PropertyAccess.IsNumeric(property);
}
/// <inheritdoc />
[Parameter]
public string Title { get; set; }
/// <summary>
/// Gets or sets the child content.
/// </summary>
/// <value>The child content.</value>
[Parameter]
public RenderFragment ChildContent { get; set; }
/// <summary>
/// Gets or sets the tooltip template.
/// </summary>
/// <value>The tooltip template.</value>
[Parameter]
public RenderFragment<TItem> TooltipTemplate { get; set; }
/// <summary>
/// Gets the list of overlays.
/// </summary>
/// <value>The Overlays list.</value>
public IList<IChartSeriesOverlay> Overlays { get; } = new List<IChartSeriesOverlay>();
/// <summary>
/// Gets the coordinate system of the series.
/// </summary>
/// <value>Coordinate system enum value.</value>
public virtual CoordinateSystem CoordinateSystem => CoordinateSystem.Cartesian;
/// <summary>
/// The name of the property of <typeparamref name="TItem" /> that provides the X axis (a.k.a. category axis) values.
/// </summary>
[Parameter]
public string CategoryProperty { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="CartesianSeries{TItem}"/> is visible.
/// Invisible series do not appear in the legend and cannot be shown by the user.
/// Use the <c>Visible</c> property to programatically show or hide a series.
/// </summary>
/// <value><c>true</c> if visible; otherwise, <c>false</c>.</value>
[Parameter]
public bool Visible { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether this <see cref="CartesianSeries{TItem}"/> is hidden.
/// Hidden series are initially invisible and the user can show them by clicking on their label in the legend.
/// Use the <c>Hidden</c> property to hide certain series from your users but still allow them to see them.
/// </summary>
/// <value><c>true</c> if hidden; otherwise, <c>false</c>.</value>
[Parameter]
public bool Hidden { get; set; }
bool IsVisible { get; set; } = true;
bool IChartSeries.Visible
@@ -103,34 +170,54 @@ namespace Radzen.Blazor
}
}
/// <inheritdoc />
public bool ShowInLegend { get => Visible; }
/// <summary>
/// The name of the property of <typeparamref name="TItem" /> that provides the Y axis (a.k.a. value axis) values.
/// </summary>
[Parameter]
public string ValueProperty { get; set; }
/// <inheritdoc />
[Parameter]
public int RenderingOrder { get; set; }
protected Func<TItem, double> Value
/// <summary>
/// Creates a getter function that returns a value from the specified data item. Uses <see cref="ValueProperty" />.
/// </summary>
/// <value>The value.</value>
/// <exception cref="ArgumentException">ValueProperty should not be empty</exception>
internal Func<TItem, double> Value
{
get
{
if (String.IsNullOrEmpty(ValueProperty))
{
throw new ArgumentException("ValueProperty shoud not be empty");
throw new ArgumentException("ValueProperty should not be empty");
}
return PropertyAccess.Getter<TItem, double>(ValueProperty);
}
}
/// <summary>
/// Gets or sets the data of the series. The data is enumerated and its items are displayed by the series.
/// </summary>
/// <value>The data.</value>
[Parameter]
public IEnumerable<TItem> Data { get; set; }
/// <summary>
/// Stores <see cref="Data" /> as an IList of <typeparamref name="TItem"/>.
/// </summary>
/// <value>The items.</value>
protected IList<TItem> Items { get; set; } = new List<TItem>();
/// <inheritdoc />
public RadzenMarkers Markers { get; set; } = new RadzenMarkers();
/// <inheritdoc />
public virtual MarkerType MarkerType
{
get
@@ -155,6 +242,17 @@ namespace Radzen.Blazor
}
}
/// <summary>
/// Returns the category values
/// </summary>
protected virtual IList<object> GetCategories()
{
Func<TItem, object> category = String.IsNullOrEmpty(CategoryProperty) ? (item) => string.Empty : PropertyAccess.Getter<TItem, object>(CategoryProperty);
return Items.Select(category).ToList();
}
/// <inheritdoc />
public virtual ScaleBase TransformCategoryScale(ScaleBase scale)
{
if (Items == null)
@@ -181,9 +279,7 @@ namespace Radzen.Blazor
};
}
Func<TItem, object> category = String.IsNullOrEmpty(CategoryProperty) ? (item) => string.Empty : PropertyAccess.Getter<TItem, object>(CategoryProperty);
var data = Items.Select(category).ToList();
var data = GetCategories();
if (scale is OrdinalScale ordinal)
{
@@ -212,6 +308,7 @@ namespace Radzen.Blazor
};
}
/// <inheritdoc />
public virtual ScaleBase TransformValueScale(ScaleBase scale)
{
if (Items != null)
@@ -225,25 +322,55 @@ namespace Radzen.Blazor
return scale;
}
/// <inheritdoc />
public abstract RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale);
/// <inheritdoc />
public RenderFragment RenderOverlays(ScaleBase categoryScale, ScaleBase valueScale)
{
return new RenderFragment(builder =>
{
builder.OpenRegion(0);
foreach (var overlay in Overlays)
{
if (overlay.Visible)
{
builder.AddContent(1, overlay.Render(categoryScale, valueScale));
}
}
builder.CloseRegion();
});
}
/// <inheritdoc />
public abstract string Color { get; }
double MinValue { get; set; }
double MaxValue { get; set; }
/// <inheritdoc />
public override async Task SetParametersAsync(ParameterView parameters)
{
var shouldRefresh = parameters.DidParameterChange(nameof(Data), Data);
var visibleChanged = parameters.DidParameterChange(nameof(Visible), Visible);
var hiddenChanged = parameters.DidParameterChange(nameof(Hidden), Hidden);
await base.SetParametersAsync(parameters);
if (hiddenChanged)
{
IsVisible = !Hidden;
shouldRefresh = true;
}
if (visibleChanged)
{
IsVisible = Visible;
shouldRefresh = true;
}
if (Data != null && Data.Count() != Items.Count)
{
shouldRefresh = true;
}
if (shouldRefresh)
{
if (Data != null)
@@ -261,34 +388,36 @@ namespace Radzen.Blazor
{
Items = Items.AsQueryable().OrderBy(CategoryProperty).ToList();
}
if (Items.Any())
{
MinValue = Items.Min(Value);
MaxValue = Items.Max(Value);
}
}
Chart.Refresh(false);
Chart.DisplayTooltip();
await Chart.Refresh(false);
}
}
/// <inheritdoc />
protected override void Initialize()
{
Chart.AddSeries(this);
}
/// <inheritdoc />
public virtual bool Contains(double x, double y, double tolerance)
{
return false;
}
/// <inheritdoc />
public virtual double MeasureLegend()
{
return TextMeasurer.TextWidth(GetTitle());
}
/// <summary>
/// Determines if the provided point is inside the provided polygon.
/// </summary>
/// <param name="point">The point.</param>
/// <param name="polygon">The polygon.</param>
/// <returns><c>true</c> if the polygon contains the point, <c>false</c> otherwise.</returns>
protected bool InsidePolygon(Point point, Point[] polygon)
{
var minX = polygon[0].X;
@@ -324,6 +453,7 @@ namespace Radzen.Blazor
return inside;
}
/// <inheritdoc />
public virtual RenderFragment RenderTooltip(object data, double marginLeft, double marginTop)
{
var item = (TItem)data;
@@ -337,10 +467,7 @@ namespace Radzen.Blazor
builder.AddAttribute(1, nameof(ChartTooltip.X), x + marginLeft);
builder.AddAttribute(2, nameof(ChartTooltip.Y), y + marginTop);
if (TooltipTemplate != null)
{
builder.AddAttribute(3, nameof(ChartTooltip.ChildContent), TooltipTemplate(item));
}
builder.AddAttribute(3, nameof(ChartTooltip.ChildContent), TooltipTemplate?.Invoke(item));
builder.AddAttribute(4, nameof(ChartTooltip.Title), TooltipTitle(item));
builder.AddAttribute(5, nameof(ChartTooltip.Label), TooltipLabel(item));
@@ -351,16 +478,25 @@ namespace Radzen.Blazor
};
}
/// <summary>
/// Gets the tooltip inline style.
/// </summary>
/// <param name="item">The item.</param>
protected virtual string TooltipStyle(TItem item)
{
return Chart.Tooltip.Style;
}
/// <summary>
/// Gets the tooltip CSS class.
/// </summary>
/// <param name="item">The item.</param>
protected virtual string TooltipClass(TItem item)
{
return $"rz-series-{Chart.Series.IndexOf(this)}-tooltip";
}
/// <inheritdoc />
public virtual RenderFragment RenderLegendItem()
{
var style = new List<string>();
@@ -384,6 +520,7 @@ namespace Radzen.Blazor
};
}
/// <inheritdoc />
public double MarkerSize
{
get
@@ -399,60 +536,177 @@ namespace Radzen.Blazor
}
}
private void OnLegendItemClick()
/// <inheritdoc />
public double GetMedian()
{
IsVisible = !IsVisible;
Chart.Refresh();
return Data.Select(e => Value(e)).OrderBy(e => e).Skip(Data.Count() / 2).FirstOrDefault();
}
/// <inheritdoc />
public double GetMean()
{
return Data.Select(e => Value(e)).Average();
}
/// <inheritdoc />
public double GetMode()
{
return Data.GroupBy(e => Value(e)).Select(g => new { Value = g.Key, Count = g.Count() }).OrderByDescending(e => e.Count).FirstOrDefault().Value;
}
/// <summary>
/// https://en.wikipedia.org/wiki/Simple_linear_regression#Fitting_the_regression_line
/// </summary>
public (double a, double b) GetTrend()
{
double a, b;
Func<TItem, double> X;
Func<TItem, double> Y;
if (Chart.ShouldInvertAxes())
{
X = e => Chart.CategoryScale.Scale(Value(e));
Y = e => Chart.ValueScale.Scale(Category(Chart.ValueScale)(e));
}
else
{
X = e => Chart.CategoryScale.Scale(Category(Chart.CategoryScale)(e));
Y = e => Chart.ValueScale.Scale(Value(e));
}
var avgX = Data.Select(e => X(e)).Average();
var avgY = Data.Select(e => Y(e)).Average();
var sumXY = Data.Sum(e => (X(e) - avgX) * (Y(e) - avgY));
if (Chart.ShouldInvertAxes())
{
var sumYSq = Data.Sum(e => (Y(e) - avgY) * (Y(e) - avgY));
b = sumXY / sumYSq;
a = avgX - b * avgY;
}
else
{
var sumXSq = Data.Sum(e => (X(e) - avgX) * (X(e) - avgX));
b = sumXY / sumXSq;
a = avgY - b * avgX;
}
return (a, b);
}
private async Task OnLegendItemClick()
{
IsVisible = !IsVisible;
if (Chart.LegendClick.HasDelegate)
{
var args = new LegendClickEventArgs
{
Data = this.Data,
Title = GetTitle(),
IsVisible = IsVisible,
};
await Chart.LegendClick.InvokeAsync(args);
IsVisible = args.IsVisible;
}
await Chart.Refresh();
}
/// <inheritdoc />
public string GetTitle()
{
return String.IsNullOrEmpty(Title) ? $"Series {Chart.Series.IndexOf(this) + 1}" : Title;
}
/// <summary>
/// Gets the label of the tooltip displayed for this item.
/// </summary>
/// <param name="item">The item.</param>
protected virtual string TooltipLabel(TItem item)
{
return GetTitle();
}
/// <summary>
/// Gets the title of the tooltip displayed for this item.
/// </summary>
/// <param name="item">The item.</param>
protected virtual string TooltipTitle(TItem item)
{
var category = Category(Chart.CategoryScale);
return Chart.CategoryAxis.Format(Chart.CategoryScale, Chart.CategoryScale.Value(category(item)));
}
/// <summary>
/// Gets the value of the tooltip displayed for this item.
/// </summary>
/// <param name="item">The item.</param>
/// <returns>System.String.</returns>
protected virtual string TooltipValue(TItem item)
{
return Chart.ValueAxis.Format(Chart.ValueScale, Chart.ValueScale.Value(Value(item)));
}
protected virtual double TooltipX(TItem item)
/// <summary>
/// Gets the X coordinate of the tooltip of the specified item.
/// </summary>
/// <param name="item">The item.</param>
internal virtual double TooltipX(TItem item)
{
var category = Category(Chart.CategoryScale);
return Chart.CategoryScale.Scale(category(item), true);
}
protected virtual double TooltipY(TItem item)
/// <summary>
/// Gets the Y coordinate of the tooltip of the specified item.
/// </summary>
/// <param name="item">The item.</param>
internal virtual double TooltipY(TItem item)
{
return Chart.ValueScale.Scale(Value(item), true);
}
/// <inheritdoc />
public virtual object DataAt(double x, double y)
{
var first = Items.FirstOrDefault();
var last = Items.LastOrDefault();
if (Items.Any())
{
return Items.Select(item =>
{
var distance = Math.Abs(TooltipX(item) - x);
return new { Item = item, Distance = distance };
}).Aggregate((a, b) => a.Distance < b.Distance ? a : b).Item;
}
var category = Category(Chart.CategoryScale);
var startX = Chart.CategoryScale.Scale(category(first), true);
var endX = Chart.CategoryScale.Scale(category(last), true);
var count = Math.Max(Items.Count() - 1, 1);
var index = Convert.ToInt32((x - startX) / ((endX - startX) / count));
return Items.ElementAtOrDefault(index);
return null;
}
/// <inheritdoc />
public virtual IEnumerable<ChartDataLabel> GetDataLabels(double offsetX, double offsetY)
{
var list = new List<ChartDataLabel>();
foreach (var d in Data)
{
list.Add(new ChartDataLabel
{
Position = new Point { X = TooltipX(d) + offsetX, Y = TooltipY(d) + offsetY },
TextAnchor = "middle",
Text = Chart.ValueAxis.Format(Chart.ValueScale, Value(d))
});
}
return list;
}
/// <summary>
/// Returns a color from the specified list of colors. Rotates colors.
/// </summary>
/// <param name="index">The index.</param>
/// <param name="colors">The colors.</param>
/// <param name="defaultValue">The default value.</param>
protected string PickColor(int index, IEnumerable<string> colors, string defaultValue = null)
{
if (colors == null || !colors.Any())
@@ -463,11 +717,13 @@ namespace Radzen.Blazor
return colors.ElementAt(index % colors.Count());
}
/// <inheritdoc />
public void Dispose()
{
Chart?.RemoveSeries(this);
}
/// <inheritdoc />
public async Task InvokeClick(EventCallback<SeriesClickEventArgs> handler, object data)
{
var category = Category(Chart.CategoryScale);

View File

@@ -1,10 +1,25 @@
namespace Radzen.Blazor
{
/// <summary>
/// Specifies the <see cref="RadzenChart" /> color schemes used when rendering the series.
/// </summary>
public enum ColorScheme
{
/// <summary>
/// Pastel color scheme.
/// </summary>
Pastel,
/// <summary>
/// Palette color scheme.
/// </summary>
Palette,
/// <summary>
/// Divergent color scheme.
/// </summary>
Divergent,
/// <summary>
/// Monochrome color scheme
/// </summary>
Monochrome
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -7,10 +7,48 @@ using System.Threading.Tasks;
namespace Radzen
{
/// <summary>
/// Class ContextMenuService. Contains various methods with options to open and close context menus.
/// Should be added as scoped service in the application services and RadzenContextMenu should be added in application main layout.
/// Implements the <see cref="IDisposable" />
/// </summary>
/// <seealso cref="IDisposable" />
/// <example>
/// <code>
/// @inject ContextMenuService ContextMenuService
/// &lt;RadzenButton Text="Show context menu" ContextMenu=@(args => ShowContextMenuWithContent(args)) /&gt;
/// @code {
/// void ShowContextMenuWithContent(MouseEventArgs args) =&gt; ContextMenuService.Open(args, ds =&gt;
/// @&lt;RadzenMenu Click="OnMenuItemClick"&gt;
/// &lt;RadzenMenuItem Text="Item1" Value="1"&gt;&lt;/RadzenMenuItem&gt;
/// &lt;RadzenMenuItem Text="Item2" Value="2"&gt;&lt;/RadzenMenuItem&gt;
/// &lt;RadzenMenuItem Text="More items" Value="3"&gt;
/// &lt;RadzenMenuItem Text="More sub items" Value="4"&gt;
/// &lt;RadzenMenuItem Text="Item1" Value="5"&gt;&lt;/RadzenMenuItem&gt;
/// &lt;RadzenMenuItem Text="Item2" Value="6"&gt;&lt;/RadzenMenuItem&gt;
/// &lt;/RadzenMenuItem&gt;
/// &lt;/RadzenMenuItem&gt;
/// &lt;/RadzenMenu&gt;);
///
/// void OnMenuItemClick(MenuItemEventArgs args)
/// {
/// Console.WriteLine($"Menu item with Value={args.Value} clicked");
/// }
/// }
/// </code>
/// </example>
public class ContextMenuService : IDisposable
{
/// <summary>
/// Gets or sets the navigation manager.
/// </summary>
/// <value>The navigation manager.</value>
NavigationManager navigationManager { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ContextMenuService"/> class.
/// </summary>
/// <param name="uriHelper">The URI helper.</param>
public ContextMenuService(NavigationManager uriHelper)
{
navigationManager = uriHelper;
@@ -21,6 +59,11 @@ namespace Radzen
}
}
/// <summary>
/// Handles the OnLocationChanged event of the UriHelper control.
/// </summary>
/// <param name="sender">The source of the event.</param>
/// <param name="e">The <see cref="Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs"/> instance containing the event data.</param>
private void UriHelper_OnLocationChanged(object sender, Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs e)
{
if (this.OnNavigate != null)
@@ -29,12 +72,27 @@ namespace Radzen
}
}
/// <summary>
/// Occurs when [on navigate].
/// </summary>
public event Action OnNavigate;
/// <summary>
/// Raises the Close event.
/// </summary>
public event Action OnClose;
/// <summary>
/// Occurs when [on open].
/// </summary>
public event Action<MouseEventArgs, ContextMenuOptions> OnOpen;
/// <summary>
/// Opens the specified arguments.
/// </summary>
/// <param name="args">The <see cref="MouseEventArgs"/> instance containing the event data.</param>
/// <param name="items">The items.</param>
/// <param name="click">The click.</param>
public void Open(MouseEventArgs args, IEnumerable<ContextMenuItem> items, Action<MenuItemEventArgs> click = null)
{
var options = new ContextMenuOptions();
@@ -45,6 +103,11 @@ namespace Radzen
OpenTooltip(args, options);
}
/// <summary>
/// Opens the specified arguments.
/// </summary>
/// <param name="args">The <see cref="MouseEventArgs"/> instance containing the event data.</param>
/// <param name="childContent">Content of the child.</param>
public void Open(MouseEventArgs args, RenderFragment<ContextMenuService> childContent)
{
var options = new ContextMenuOptions();
@@ -54,39 +117,92 @@ namespace Radzen
OpenTooltip(args, options);
}
/// <summary>
/// Opens the tooltip.
/// </summary>
/// <param name="args">The <see cref="MouseEventArgs"/> instance containing the event data.</param>
/// <param name="options">The options.</param>
private void OpenTooltip(MouseEventArgs args, ContextMenuOptions options)
{
OnOpen?.Invoke(args, options);
}
/// <summary>
/// Closes this instance.
/// </summary>
public void Close()
{
OnClose?.Invoke();
}
/// <summary>
/// Disposes this instance.
/// </summary>
public void Dispose()
{
navigationManager.LocationChanged -= UriHelper_OnLocationChanged;
}
}
/// <summary>
/// Class ContextMenuOptions.
/// </summary>
public class ContextMenuOptions
{
/// <summary>
/// Gets or sets the child content.
/// </summary>
/// <value>The child content.</value>
public RenderFragment<ContextMenuService> ChildContent { get; set; }
/// <summary>
/// Gets or sets the items.
/// </summary>
/// <value>The items.</value>
public IEnumerable<ContextMenuItem> Items { get; set; }
/// <summary>
/// Gets or sets the click.
/// </summary>
/// <value>The click.</value>
public Action<MenuItemEventArgs> Click { get; set; }
}
/// <summary>
/// Class ContextMenu.
/// </summary>
public class ContextMenu
{
/// <summary>
/// Gets or sets the options.
/// </summary>
/// <value>The options.</value>
public ContextMenuOptions Options { get; set; }
/// <summary>
/// Gets or sets the mouse event arguments.
/// </summary>
/// <value>The mouse event arguments.</value>
public MouseEventArgs MouseEventArgs { get; set; }
}
/// <summary>
/// Class ContextMenuItem.
/// </summary>
public class ContextMenuItem
{
{
/// <summary>
/// Gets or sets the text.
/// </summary>
/// <value>The text.</value>
public string Text { get; set; }
/// <summary>
/// Gets or sets the value.
/// </summary>
/// <value>The value.</value>
public object Value { get; set; }
/// <summary>
/// Gets or sets the icon.
/// </summary>
/// <value>The icon.</value>
public string Icon { get; set; }
}
}

View File

@@ -12,34 +12,81 @@ using Radzen.Blazor.Rendering;
namespace Radzen
{
/// <summary>
/// Class DataBoundFormComponent.
/// Implements the <see cref="Radzen.RadzenComponent" />
/// Implements the <see cref="Radzen.IRadzenFormComponent" />
/// </summary>
/// <typeparam name="T"></typeparam>
/// <seealso cref="Radzen.RadzenComponent" />
/// <seealso cref="Radzen.IRadzenFormComponent" />
public class DataBoundFormComponent<T> : RadzenComponent, IRadzenFormComponent
{
/// <summary>
/// Gets or sets the index of the tab.
/// </summary>
/// <value>The index of the tab.</value>
[Parameter]
public int TabIndex { get; set; } = 0;
/// <summary>
/// Gets or sets the filter case sensitivity.
/// </summary>
/// <value>The filter case sensitivity.</value>
[Parameter]
public FilterCaseSensitivity FilterCaseSensitivity { get; set; } = FilterCaseSensitivity.Default;
/// <summary>
/// Gets or sets the filter operator.
/// </summary>
/// <value>The filter operator.</value>
[Parameter]
public StringFilterOperator FilterOperator { get; set; } = StringFilterOperator.Contains;
/// <summary>
/// Gets or sets the name.
/// </summary>
/// <value>The name.</value>
[Parameter]
public string Name { get; set; }
/// <summary>
/// Gets or sets the placeholder.
/// </summary>
/// <value>The placeholder.</value>
[Parameter]
public string Placeholder { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="DataBoundFormComponent{T}"/> is disabled.
/// </summary>
/// <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
[Parameter]
public bool Disabled { get; set; }
/// <summary>
/// Gets or sets the change.
/// </summary>
/// <value>The change.</value>
[Parameter]
public EventCallback<object> Change { get; set; }
/// <summary>
/// Gets or sets the load data.
/// </summary>
/// <value>The load data.</value>
[Parameter]
public EventCallback<Radzen.LoadDataArgs> LoadData { get; set; }
/// <summary>
/// The form
/// </summary>
IRadzenForm _form;
/// <summary>
/// Gets or sets the form.
/// </summary>
/// <value>The form.</value>
[CascadingParameter]
public IRadzenForm Form
{
@@ -49,15 +96,19 @@ namespace Radzen
}
set
{
if (_form != value && value != null)
{
_form = value;
_form.AddComponent(this);
}
_form = value;
_form?.AddComponent(this);
}
}
/// <summary>
/// The value
/// </summary>
object _value;
/// <summary>
/// Gets or sets the value.
/// </summary>
/// <value>The value.</value>
[Parameter]
public object Value
{
@@ -74,9 +125,17 @@ namespace Radzen
}
}
/// <summary>
/// Gets or sets the value changed.
/// </summary>
/// <value>The value changed.</value>
[Parameter]
public EventCallback<T> ValueChanged { get; set; }
/// <summary>
/// Gets a value indicating whether this instance is bound.
/// </summary>
/// <value><c>true</c> if this instance is bound; otherwise, <c>false</c>.</value>
public bool IsBound
{
get
@@ -84,7 +143,11 @@ namespace Radzen
return ValueChanged.HasDelegate;
}
}
public bool HasValue
/// <summary>
/// Gets a value indicating whether this instance has value.
/// </summary>
/// <value><c>true</c> if this instance has value; otherwise, <c>false</c>.</value>
public virtual bool HasValue
{
get
{
@@ -96,10 +159,21 @@ namespace Radzen
}
}
/// <summary>
/// Gets or sets the text property.
/// </summary>
/// <value>The text property.</value>
[Parameter]
public string TextProperty { get; set; }
/// <summary>
/// The data
/// </summary>
IEnumerable _data = null;
/// <summary>
/// Gets or sets the data.
/// </summary>
/// <value>The data.</value>
[Parameter]
public virtual IEnumerable Data
{
@@ -119,11 +193,18 @@ namespace Radzen
}
}
/// <summary>
/// Called when [data changed].
/// </summary>
protected virtual async Task OnDataChanged()
{
await Task.CompletedTask;
}
/// <summary>
/// Gets the query.
/// </summary>
/// <value>The query.</value>
protected virtual IQueryable Query
{
get
@@ -132,9 +213,19 @@ namespace Radzen
}
}
protected string searchText;
/// <summary>
/// The search text
/// </summary>
internal string searchText;
/// <summary>
/// The view
/// </summary>
protected IQueryable _view = null;
/// <summary>
/// Gets the view.
/// </summary>
/// <value>The view.</value>
protected virtual IEnumerable View
{
get
@@ -171,13 +262,30 @@ namespace Radzen
}
}
/// <summary>
/// Gets or sets the edit context.
/// </summary>
/// <value>The edit context.</value>
[CascadingParameter]
public EditContext EditContext { get; set; }
/// <summary>
/// Gets the field identifier.
/// </summary>
/// <value>The field identifier.</value>
public FieldIdentifier FieldIdentifier { get; private set; }
/// <summary>
/// Gets or sets the value expression.
/// </summary>
/// <value>The value expression.</value>
[Parameter]
public Expression<Func<T>> ValueExpression { get; set; }
/// <summary>
/// Set parameters as an asynchronous operation.
/// </summary>
/// <param name="parameters">The parameters.</param>
/// <returns>A Task representing the asynchronous operation.</returns>
public override async Task SetParametersAsync(ParameterView parameters)
{
var dataChanged = parameters.DidParameterChange(nameof(Data), Data);
@@ -197,11 +305,19 @@ namespace Radzen
await result;
}
/// <summary>
/// Validations the state changed.
/// </summary>
/// <param name="sender">The sender.</param>
/// <param name="e">The <see cref="ValidationStateChangedEventArgs"/> instance containing the event data.</param>
private void ValidationStateChanged(object sender, ValidationStateChangedEventArgs e)
{
StateHasChanged();
}
/// <summary>
/// Disposes this instance.
/// </summary>
public override void Dispose()
{
base.Dispose();
@@ -214,12 +330,21 @@ namespace Radzen
Form?.RemoveComponent(this);
}
/// <summary>
/// Gets the value.
/// </summary>
/// <returns>System.Object.</returns>
public object GetValue()
{
return Value;
}
/// <summary>
/// Gets the class list.
/// </summary>
/// <param name="className">Name of the class.</param>
/// <returns>ClassList.</returns>
protected ClassList GetClassList(string className) => ClassList.Create(className)
.AddDisabled(Disabled)
.Add(FieldIdentifier, EditContext);

View File

@@ -1,4 +1,5 @@
using Microsoft.AspNetCore.Components;
using Microsoft.JSInterop;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -6,13 +7,66 @@ using System.Threading.Tasks;
namespace Radzen
{
/// <summary>
/// Class DialogService. Contains various methods with options to open and close dialogs.
/// Should be added as scoped service in the application services and RadzenDialog should be added in application main layout.
/// </summary>
/// <example>
/// <code>
/// @inject DialogService DialogService
/// &lt;RadzenButton Text="Show dialog with inline Blazor content" Click=@ShowInlineDialog /&gt;
/// @code {
/// async Task ShowInlineDialog()
/// {
/// var result = await DialogService.OpenAsync("Simple Dialog", ds =&gt;
/// @&lt;div&gt;
/// &lt;p Style="margin-bottom: 1rem"&gt;Confirm?&lt;/p&gt;
/// &lt;div class="row"&gt;
/// &lt;div class="col-md-12"&gt;
/// &lt;RadzenButton Text="Ok" Click="() =&gt; ds.Close(true)" Style="margin-bottom: 10px; width: 150px" /&gt;
/// &lt;RadzenButton Text="Cancel" Click="() =&gt; ds.Close(false)" ButtonStyle="ButtonStyle.Secondary" Style="margin-bottom: 10px; width: 150px"/&gt;
/// &lt;RadzenButton Text="Refresh" Click="(() =&gt; { orderID = 10249; ds.Refresh(); })" ButtonStyle="ButtonStyle.Info" Style="margin-bottom: 10px; width: 150px"/&gt;
/// Order ID: @orderID
/// &lt;/div&gt;
/// &lt;/div&gt;
/// &lt;/div&gt;);
/// Console.WriteLine($"Dialog result: {result}");
/// }
/// }
/// </code>
/// </example>
public class DialogService : IDisposable
{
NavigationManager UriHelper { get; set; }
private DotNetObjectReference<DialogService> reference;
internal DotNetObjectReference<DialogService> Reference
{
get
{
if (reference == null)
{
reference = DotNetObjectReference.Create(this);
}
public DialogService(NavigationManager uriHelper)
return reference;
}
}
/// <summary>
/// Gets or sets the URI helper.
/// </summary>
/// <value>The URI helper.</value>
NavigationManager UriHelper { get; set; }
IJSRuntime JSRuntime { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="DialogService"/> class.
/// </summary>
/// <param name="uriHelper">The URI helper.</param>
/// <param name="jsRuntime">IJSRuntime instance.</param>
public DialogService(NavigationManager uriHelper, IJSRuntime jsRuntime)
{
UriHelper = uriHelper;
JSRuntime = jsRuntime;
if (UriHelper != null)
{
@@ -24,28 +78,74 @@ namespace Radzen
{
if (dialogs.Count > 0)
{
this.Close();
Close();
}
if (_sideDialogTask?.Task.IsCompleted == false)
{
CloseSide();
}
}
/// <summary>
/// Raises the Close event.
/// </summary>
public event Action<dynamic> OnClose;
/// <summary>
/// Occurs when [on refresh].
/// </summary>
public event Action OnRefresh;
/// <summary>
/// Occurs when a new dialog is open.
/// </summary>
public event Action<string, Type, Dictionary<string, object>, DialogOptions> OnOpen;
/// <summary>
/// Raises the Close event for the side dialog
/// </summary>
public event Action<dynamic> OnSideClose;
/// <summary>
/// Raises the Open event for the side dialog
/// </summary>
public event Action<Type, Dictionary<string, object>, SideDialogOptions> OnSideOpen;
/// <summary>
/// Opens a dialog with the specified arguments.
/// </summary>
/// <typeparam name="T">The type of the Blazor component which will be displayed in a dialog.</typeparam>
/// <param name="title">The text displayed in the title bar of the dialog.</param>
/// <param name="parameters">The dialog parameters. Passed as property values of <typeparamref name="T" />.</param>
/// <param name="options">The dialog options.</param>
public void Open<T>(string title, Dictionary<string, object> parameters = null, DialogOptions options = null) where T : ComponentBase
{
OpenDialog<T>(title, parameters, options);
}
/// <summary>
/// Invokes <see cref="OnRefresh" />.
/// </summary>
public void Refresh()
{
OnRefresh?.Invoke();
}
/// <summary>
/// The tasks
/// </summary>
protected List<TaskCompletionSource<dynamic>> tasks = new List<TaskCompletionSource<dynamic>>();
private TaskCompletionSource<dynamic> _sideDialogTask;
/// <summary>
/// Opens a dialog with the specified arguments.
/// </summary>
/// <typeparam name="T">The type of the Blazor component which will be displayed in a dialog.</typeparam>
/// <param name="title">The text displayed in the title bar of the dialog.</param>
/// <param name="parameters">The dialog parameters. Passed as property values of <typeparamref name="T" />.</param>
/// <param name="options">The dialog options.</param>
/// <returns>The value passed as argument to <see cref="Close" />.</returns>
public Task<dynamic> OpenAsync<T>(string title, Dictionary<string, object> parameters = null, DialogOptions options = null) where T : ComponentBase
{
var task = new TaskCompletionSource<dynamic>();
@@ -55,6 +155,50 @@ namespace Radzen
return task.Task;
}
/// <summary>
/// Opens a side dialog with the specified arguments
/// </summary>
/// <typeparam name="T">The type of Blazor component which will be displayed in the side dialog.</typeparam>
/// <param name="title">The text displayed in the title bar of the side dialog.</param>
/// <param name="parameters">The dialog parameters. Passed as property values of <typeparamref name="T"/></param>
/// <param name="options">The side dialog options.</param>
/// <returns>A task that completes when the dialog is closed or a new one opened</returns>
public Task<dynamic> OpenSideAsync<T>(string title, Dictionary<string, object> parameters = null, SideDialogOptions options = null)
where T : ComponentBase
{
CloseSide();
_sideDialogTask = new TaskCompletionSource<dynamic>();
if (options == null)
{
options = new SideDialogOptions();
}
options.Title = title;
OnSideOpen?.Invoke(typeof(T), parameters ?? new Dictionary<string, object>(), options);
return _sideDialogTask.Task;
}
/// <summary>
/// Closes the side dialog
/// </summary>
/// <param name="result">The result of the Dialog</param>
public void CloseSide(dynamic result = null)
{
if (_sideDialogTask?.Task.IsCompleted == false)
{
_sideDialogTask.TrySetResult(result);
OnSideClose?.Invoke(result);
}
}
/// <summary>
/// Opens a dialog with the specified content.
/// </summary>
/// <param name="title">The text displayed in the title bar of the dialog.</param>
/// <param name="childContent">The content displayed in the dialog.</param>
/// <param name="options">The dialog options.</param>
/// <returns>The value passed as argument to <see cref="Close" />.</returns>
public Task<dynamic> OpenAsync(string title, RenderFragment<DialogService> childContent, DialogOptions options = null)
{
var task = new TaskCompletionSource<dynamic>();
@@ -69,6 +213,12 @@ namespace Radzen
return task.Task;
}
/// <summary>
/// Opens a dialog with the specified content.
/// </summary>
/// <param name="title">The text displayed in the title bar of the dialog.</param>
/// <param name="childContent">The content displayed in the dialog.</param>
/// <param name="options">The dialog options.</param>
public void Open(string title, RenderFragment<DialogService> childContent, DialogOptions options = null)
{
options = options ?? new DialogOptions();
@@ -78,7 +228,11 @@ namespace Radzen
OpenDialog<object>(title, null, options);
}
/// <summary>
/// The dialogs
/// </summary>
protected List<object> dialogs = new List<object>();
private void OpenDialog<T>(string title, Dictionary<string, object> parameters, DialogOptions options)
{
dialogs.Add(new object());
@@ -87,6 +241,7 @@ namespace Radzen
Width = options != null && !string.IsNullOrEmpty(options.Width) ? options.Width : "600px",
Left = options != null && !string.IsNullOrEmpty(options.Left) ? options.Left : "",
Top = options != null && !string.IsNullOrEmpty(options.Top) ? options.Top : "",
Bottom = options != null && !string.IsNullOrEmpty(options.Bottom) ? options.Bottom : "",
Height = options != null && !string.IsNullOrEmpty(options.Height) ? options.Height : "",
ShowTitle = options != null ? options.ShowTitle : true,
ShowClose = options != null ? options.ShowClose : true,
@@ -94,11 +249,19 @@ namespace Radzen
Draggable = options != null ? options.Draggable : false,
ChildContent = options?.ChildContent,
Style = options != null ? options.Style : "",
AutoFocusFirstElement = options != null ? options.AutoFocusFirstElement : true
AutoFocusFirstElement = options != null ? options.AutoFocusFirstElement : true,
CloseDialogOnOverlayClick = options != null ? options.CloseDialogOnOverlayClick : false,
CloseDialogOnEsc = options != null ? options.CloseDialogOnEsc : true,
CssClass = options != null ? options.CssClass : "",
});
}
public void Close(dynamic result = null)
/// <summary>
/// Closes the last opened dialog with optional result.
/// </summary>
/// <param name="result">The result.</param>
[JSInvokable("DialogService.Close")]
public virtual void Close(dynamic result = null)
{
var dialog = dialogs.LastOrDefault();
@@ -116,87 +279,306 @@ namespace Radzen
}
}
/// <inheritdoc />
public void Dispose()
{
reference?.Dispose();
reference = null;
UriHelper.LocationChanged -= UriHelper_OnLocationChanged;
}
public async Task<bool?> Confirm(string message = "Confirm?", string title = "Confirm", ConfirmOptions options = null) => await OpenAsync(title, ds => {
RenderFragment content = b =>
{
var i = 0;
b.OpenElement(i++, "div");
b.OpenElement(i++, "p");
b.AddAttribute(i++, "style", "margin-bottom: 20px;");
b.AddContent(i++, message);
b.CloseElement();
b.OpenElement(i++, "div");
b.AddAttribute(i++, "class", "row");
b.OpenElement(i++, "div");
b.AddAttribute(i++, "class", "col-md-12");
b.OpenComponent<Blazor.RadzenButton>(i++);
b.AddAttribute(i++, "Text", options != null ? options.OkButtonText : "Ok");
b.AddAttribute(i++, "Style", "margin-bottom: 10px; width: 150px");
b.AddAttribute(i++, "Click", EventCallback.Factory.Create<Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, () => ds.Close(true)));
b.CloseComponent();
b.OpenComponent<Blazor.RadzenButton>(i++);
b.AddAttribute(i++, "Text", options != null ? options.CancelButtonText : "Cancel");
b.AddAttribute(i++, "ButtonStyle", ButtonStyle.Secondary);
b.AddAttribute(i++, "Style", "margin-bottom: 10px; margin-left: 10px; width: 150px");
b.AddAttribute(i++, "Click", EventCallback.Factory.Create<Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, () => ds.Close(false)));
b.CloseComponent();
b.CloseElement();
b.CloseElement();
b.CloseElement();
};
return content;
}, new DialogOptions()
/// <summary>
/// Displays a confirmation dialog.
/// </summary>
/// <param name="message">The message displayed to the user.</param>
/// <param name="title">The text displayed in the title bar of the dialog.</param>
/// <param name="options">The options.</param>
/// <returns><c>true</c> if the user clicked the OK button, <c>false</c> otherwise.</returns>
public virtual async Task<bool?> Confirm(string message = "Confirm?", string title = "Confirm", ConfirmOptions options = null)
{
Width = options != null ? !string.IsNullOrEmpty(options.Width) ? options.Width : "355px" : "355px",
Height = options != null ? options.Height : null,
Left = options != null ? options.Left : null,
Top = options != null ? options.Top : null,
Bottom = options != null ? options.Bottom : null,
ChildContent = options != null ? options.ChildContent : null,
ShowTitle = options != null ? options.ShowTitle : true,
ShowClose = options != null ? options.ShowClose : true,
Resizable = options != null ? options.Resizable : false,
Draggable = options != null ? options.Draggable : false,
Style = options != null ? options.Style : "",
});
var dialogOptions = new DialogOptions()
{
Width = options != null ? !string.IsNullOrEmpty(options.Width) ? options.Width : "" : "",
Height = options != null ? options.Height : null,
Left = options != null ? options.Left : null,
Top = options != null ? options.Top : null,
Bottom = options != null ? options.Bottom : null,
ChildContent = options != null ? options.ChildContent : null,
ShowTitle = options != null ? options.ShowTitle : true,
ShowClose = options != null ? options.ShowClose : true,
Resizable = options != null ? options.Resizable : false,
Draggable = options != null ? options.Draggable : false,
Style = options != null ? options.Style : "",
AutoFocusFirstElement = options != null ? options.AutoFocusFirstElement : true,
CloseDialogOnOverlayClick = options != null ? options.CloseDialogOnOverlayClick : false,
CloseDialogOnEsc = options != null ? options.CloseDialogOnEsc : true,
CssClass = options != null ? $"rz-dialog-confirm {options.CssClass}" : "rz-dialog-confirm",
};
return await OpenAsync(title, ds =>
{
RenderFragment content = b =>
{
var i = 0;
b.OpenElement(i++, "p");
b.AddAttribute(i++, "class", "rz-dialog-confirm-message");
b.AddContent(i++, (MarkupString)message);
b.CloseElement();
b.OpenElement(i++, "div");
b.AddAttribute(i++, "class", "rz-dialog-confirm-buttons");
b.OpenComponent<Blazor.RadzenButton>(i++);
b.AddAttribute(i++, "Text", options != null ? options.OkButtonText : "Ok");
b.AddAttribute(i++, "Click", EventCallback.Factory.Create<Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, () => ds.Close(true)));
b.CloseComponent();
b.OpenComponent<Blazor.RadzenButton>(i++);
b.AddAttribute(i++, "Text", options != null ? options.CancelButtonText : "Cancel");
b.AddAttribute(i++, "ButtonStyle", ButtonStyle.Secondary);
b.AddAttribute(i++, "Click", EventCallback.Factory.Create<Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, () => ds.Close(false)));
b.CloseComponent();
b.CloseElement();
};
return content;
}, dialogOptions);
}
/// <summary>
/// Displays a alert dialog.
/// </summary>
/// <param name="message">The message displayed to the user.</param>
/// <param name="title">The text displayed in the title bar of the dialog.</param>
/// <param name="options">The options.</param>
/// <returns><c>true</c> if the user clicked the OK button, <c>false</c> otherwise.</returns>
public virtual async Task<bool?> Alert(string message = "", string title = "Message", AlertOptions options = null)
{
var dialogOptions = new DialogOptions()
{
Width = options != null ? !string.IsNullOrEmpty(options.Width) ? options.Width : "" : "",
Height = options != null ? options.Height : null,
Left = options != null ? options.Left : null,
Top = options != null ? options.Top : null,
Bottom = options != null ? options.Bottom : null,
ChildContent = options != null ? options.ChildContent : null,
ShowTitle = options != null ? options.ShowTitle : true,
ShowClose = options != null ? options.ShowClose : true,
Resizable = options != null ? options.Resizable : false,
Draggable = options != null ? options.Draggable : false,
Style = options != null ? options.Style : "",
AutoFocusFirstElement = options != null ? options.AutoFocusFirstElement : true,
CloseDialogOnOverlayClick = options != null ? options.CloseDialogOnOverlayClick : false,
CloseDialogOnEsc = options != null ? options.CloseDialogOnEsc : true,
CssClass = options != null ? $"rz-dialog-alert {options.CssClass}" : "rz-dialog-alert",
};
return await OpenAsync(title, ds =>
{
RenderFragment content = b =>
{
var i = 0;
b.OpenElement(i++, "p");
b.AddAttribute(i++, "class", "rz-dialog-alert-message");
b.AddContent(i++, (MarkupString)message);
b.CloseElement();
b.OpenElement(i++, "div");
b.AddAttribute(i++, "class", "rz-dialog-alert-buttons");
b.OpenComponent<Blazor.RadzenButton>(i++);
b.AddAttribute(i++, "Text", options != null ? options.OkButtonText : "Ok");
b.AddAttribute(i++, "Click", EventCallback.Factory.Create<Microsoft.AspNetCore.Components.Web.MouseEventArgs>(this, () => ds.Close(true)));
b.CloseComponent();
b.CloseElement();
};
return content;
}, dialogOptions);
}
}
public class DialogOptions
/// <summary>
/// Base Class for dialog options
/// </summary>
public abstract class DialogOptionsBase
{
/// <summary>
/// Gets or sets a value indicating whether to show the title bar. Set to <c>true</c> by default.
/// </summary>
/// <value><c>true</c> if title bar is shown; otherwise, <c>false</c>.</value>
public bool ShowTitle { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether to show the close button. Set to <c>true</c> by default.
/// </summary>
/// <value><c>true</c> if the close button is shown; otherwise, <c>false</c>.</value>
public bool ShowClose { get; set; } = true;
public bool Resizable { get; set; } = false;
public bool Draggable { get; set; } = false;
public string Left { get; set; }
public string Top { get; set; }
public string Bottom { get; set; }
/// <summary>
/// Gets or sets the width of the dialog.
/// </summary>
/// <value>The width.</value>
public string Width { get; set; }
/// <summary>
/// Gets or sets the height of the dialog.
/// </summary>
/// <value>The height.</value>
public string Height { get; set; }
/// <summary>
/// Gets or sets the CSS style of the dialog
/// </summary>
/// <value>The style.</value>
public string Style { get; set; }
public RenderFragment<DialogService> ChildContent { get; set; }
public bool AutoFocusFirstElement { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether the dialog should be closed by clicking the overlay.
/// </summary>
/// <value><c>true</c> if closeable; otherwise, <c>false</c>.</value>
public bool CloseDialogOnOverlayClick { get; set; } = false;
/// <summary>
/// Gets or sets dialog box custom class
/// </summary>
public string CssClass { get; set; }
}
public class ConfirmOptions : DialogOptions
/// <summary>
/// Class SideDialogOptions
/// </summary>
public class SideDialogOptions : DialogOptionsBase
{
/// <summary>
/// The title displayed on the dialog.
/// </summary>
public string Title { get; set; }
/// <summary>
/// The Position on which the dialog will be positioned
/// </summary>
public DialogPosition Position { get; set; } = DialogPosition.Right;
/// <summary>
/// Whether to show a mask on the background or not
/// </summary>
public bool ShowMask { get; set; } = true;
}
/// <summary>
/// DialogPosition enum
/// </summary>
public enum DialogPosition
{
/// <summary>
/// Dialog will be positioned on the right side
/// </summary>
Right,
/// <summary>
/// Dialog will be positioned on the left side
/// </summary>
Left,
/// <summary>
/// Dialog will be positioned on the top of the page
/// </summary>
Top,
/// <summary>
/// Dialog will be positioned at the bottom of the page
/// </summary>
Bottom
}
/// <summary>
/// Class DialogOptions.
/// </summary>
public class DialogOptions : DialogOptionsBase
{
/// <summary>
/// Gets or sets a value indicating whether the dialog is resizable. Set to <c>false</c> by default.
/// </summary>
/// <value><c>true</c> if resizable; otherwise, <c>false</c>.</value>
public bool Resizable { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether the dialog is draggable. Set to <c>false</c> by default.
/// </summary>
/// <value><c>true</c> if draggable; otherwise, <c>false</c>.</value>
public bool Draggable { get; set; } = false;
/// <summary>
/// Gets or sets the X coordinate of the dialog. Maps to the <c>left</c> CSS attribute.
/// </summary>
/// <value>The left.</value>
public string Left { get; set; }
/// <summary>
/// Gets or sets the Y coordinate of the dialog. Maps to the <c>top</c> CSS attribute.
/// </summary>
/// <value>The top.</value>
public string Top { get; set; }
/// <summary>
/// Specifies the <c>bottom</c> CSS attribute.
/// </summary>
/// <value>The bottom.</value>
public string Bottom { get; set; }
/// <summary>
/// Gets or sets the child content.
/// </summary>
/// <value>The child content.</value>
public RenderFragment<DialogService> ChildContent { get; set; }
/// <summary>
/// Gets or sets a value indicating whether to focus the first focusable HTML element. Set to <c>true</c> by default.
/// </summary>
public bool AutoFocusFirstElement { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether the dialog should be closed on ESC key press.
/// </summary>
/// <value><c>true</c> if closeable; otherwise, <c>false</c>.</value>
public bool CloseDialogOnEsc { get; set; } = true;
}
/// <summary>
/// Class ConfirmOptions.
/// </summary>
public class AlertOptions : DialogOptions
{
/// <summary>
/// Gets or sets the text of the OK button.
/// </summary>
public string OkButtonText { get; set; }
}
/// <summary>
/// Class ConfirmOptions.
/// </summary>
public class ConfirmOptions : AlertOptions
{
/// <summary>
/// Gets or sets the text of the Cancel button.
/// </summary>
public string CancelButtonText { get; set; }
}
/// <summary>
/// Class Dialog.
/// </summary>
public class Dialog
{
/// <summary>
/// Gets or sets the title.
/// </summary>
/// <value>The title.</value>
public string Title { get; set; }
/// <summary>
/// Gets or sets the type.
/// </summary>
/// <value>The type.</value>
public Type Type { get; set; }
/// <summary>
/// Gets or sets the parameters.
/// </summary>
/// <value>The parameters.</value>
public Dictionary<string, object> Parameters { get; set; }
/// <summary>
/// Gets or sets the options.
/// </summary>
/// <value>The options.</value>
public DialogOptions Options { get; set; }
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,69 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Text.RegularExpressions;
using System.Xml.Linq;
namespace Radzen.Blazor
{
/// <summary>
/// Class EnumExtensions.
/// </summary>
public static class EnumExtensions
{
/// <summary>
/// Gets enum description.
/// </summary>
public static string GetDisplayDescription(this Enum enumValue)
{
var enumValueAsString = enumValue.ToString();
var val = enumValue.GetType().GetMember(enumValueAsString).FirstOrDefault();
return val?.GetCustomAttribute<DisplayAttribute>()?.GetDescription() ?? enumValueAsString;
}
/// <summary>
/// Converts Enum to IEnumerable of Value/Text.
/// </summary>
public static IEnumerable<object> EnumAsKeyValuePair(Type enumType)
{
return Enum.GetValues(enumType).Cast<Enum>().Distinct().Select(val => new { Value = Convert.ToInt32(val), Text = val.GetDisplayDescription() });
}
/// <summary>
/// Converts the autocomplete type enum value to the expected
/// autocomplete attribute value.
/// </summary>
/// <returns>The autocomplete attribute string value.</returns>
public static string GetAutoCompleteValue(this AutoCompleteType typeValue)
{
// Handle synonyms.
switch (typeValue)
{
case AutoCompleteType.FirstName:
return "given-name";
case AutoCompleteType.LastName:
return "family-name";
case AutoCompleteType.MiddleName:
return "additional-name";
case AutoCompleteType.ZipCode:
return "postal-code";
case AutoCompleteType.Province:
return "address-level1";
case AutoCompleteType.State:
return "address-level1";
}
// Handle standard values.
var value = typeValue.ToString();
value = Regex.Replace(value, "([^A-Z])([A-Z])", "$1-$2");
return Regex.Replace(value, "([A-Z]+)([A-Z][^A-Z$])", "$1-$2")
.Trim().ToLower();
}
}
}

View File

@@ -9,25 +9,60 @@ using Radzen.Blazor.Rendering;
namespace Radzen
{
/// <summary>
/// Class FormComponent.
/// Implements the <see cref="Radzen.RadzenComponent" />
/// Implements the <see cref="Radzen.IRadzenFormComponent" />
/// </summary>
/// <typeparam name="T"></typeparam>
/// <seealso cref="Radzen.RadzenComponent" />
/// <seealso cref="Radzen.IRadzenFormComponent" />
public class FormComponent<T> : RadzenComponent, IRadzenFormComponent
{
/// <summary>
/// Gets or sets the name.
/// </summary>
/// <value>The name.</value>
[Parameter]
public string Name { get; set; }
/// <summary>
/// Gets or sets the index of the tab.
/// </summary>
/// <value>The index of the tab.</value>
[Parameter]
public int TabIndex { get; set; } = 0;
/// <summary>
/// Gets or sets the placeholder.
/// </summary>
/// <value>The placeholder.</value>
[Parameter]
public string Placeholder { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="FormComponent{T}"/> is disabled.
/// </summary>
/// <value><c>true</c> if disabled; otherwise, <c>false</c>.</value>
[Parameter]
public bool Disabled { get; set; }
/// <summary>
/// The form
/// </summary>
IRadzenForm _form;
/// <summary>
/// Gets or sets the edit context.
/// </summary>
/// <value>The edit context.</value>
[CascadingParameter]
public EditContext EditContext { get; set; }
/// <summary>
/// Gets or sets the form.
/// </summary>
/// <value>The form.</value>
[CascadingParameter]
public IRadzenForm Form
{
@@ -37,17 +72,22 @@ namespace Radzen
}
set
{
if (_form != value && value != null)
{
_form = value;
_form.AddComponent(this);
}
_form = value;
_form?.AddComponent(this);
}
}
/// <summary>
/// Gets or sets the value changed.
/// </summary>
/// <value>The value changed.</value>
[Parameter]
public EventCallback<T> ValueChanged { get; set; }
/// <summary>
/// Gets a value indicating whether this instance has value.
/// </summary>
/// <value><c>true</c> if this instance has value; otherwise, <c>false</c>.</value>
public virtual bool HasValue
{
get
@@ -60,6 +100,10 @@ namespace Radzen
}
}
/// <summary>
/// Gets a value indicating whether this instance is bound.
/// </summary>
/// <value><c>true</c> if this instance is bound; otherwise, <c>false</c>.</value>
public bool IsBound
{
get
@@ -68,8 +112,15 @@ namespace Radzen
}
}
/// <summary>
/// The value
/// </summary>
protected T _value;
/// <summary>
/// Gets or sets the value.
/// </summary>
/// <value>The value.</value>
[Parameter]
public virtual T Value
{
@@ -87,11 +138,28 @@ namespace Radzen
}
/// <summary>
/// Gets or sets the change.
/// </summary>
/// <value>The change.</value>
[Parameter]
public EventCallback<T> Change { get; set; }
/// <summary>
/// Gets the field identifier.
/// </summary>
/// <value>The field identifier.</value>
public FieldIdentifier FieldIdentifier { get; private set; }
/// <summary>
/// Gets or sets the value expression.
/// </summary>
/// <value>The value expression.</value>
[Parameter]
public Expression<Func<T>> ValueExpression { get; set; }
/// <summary>
/// Sets the parameters asynchronous.
/// </summary>
/// <param name="parameters">The parameters.</param>
/// <returns>Task.</returns>
public override Task SetParametersAsync(ParameterView parameters)
{
var result = base.SetParametersAsync(parameters);
@@ -99,17 +167,26 @@ namespace Radzen
if (EditContext != null && ValueExpression != null && FieldIdentifier.Model != EditContext.Model)
{
FieldIdentifier = FieldIdentifier.Create(ValueExpression);
EditContext.OnValidationStateChanged -= ValidationStateChanged;
EditContext.OnValidationStateChanged += ValidationStateChanged;
}
return result;
}
/// <summary>
/// Validations the state changed.
/// </summary>
/// <param name="sender">The sender.</param>
/// <param name="e">The <see cref="ValidationStateChangedEventArgs"/> instance containing the event data.</param>
private void ValidationStateChanged(object sender, ValidationStateChangedEventArgs e)
{
StateHasChanged();
}
/// <summary>
/// Disposes this instance.
/// </summary>
public override void Dispose()
{
base.Dispose();
@@ -122,11 +199,20 @@ namespace Radzen
Form?.RemoveComponent(this);
}
/// <summary>
/// Gets the value.
/// </summary>
/// <returns>System.Object.</returns>
public object GetValue()
{
return Value;
}
/// <summary>
/// Handles the <see cref="E:ContextMenu" /> event.
/// </summary>
/// <param name="args">The <see cref="MouseEventArgs"/> instance containing the event data.</param>
/// <returns>Task.</returns>
public override Task OnContextMenu(MouseEventArgs args)
{
if (!Disabled)
@@ -137,6 +223,11 @@ namespace Radzen
return Task.CompletedTask;
}
/// <summary>
/// Gets the class list.
/// </summary>
/// <param name="className">Name of the class.</param>
/// <returns>ClassList.</returns>
protected ClassList GetClassList(string className) => ClassList.Create(className)
.AddDisabled(Disabled)
.Add(FieldIdentifier, EditContext);

View File

@@ -6,21 +6,49 @@ using Radzen.Blazor.Rendering;
namespace Radzen.Blazor
{
/// <summary>
/// Class GaugeBase.
/// Implements the <see cref="Radzen.RadzenComponent" />
/// </summary>
/// <seealso cref="Radzen.RadzenComponent" />
public abstract class GaugeBase : RadzenComponent
{
/// <summary>
/// Gets or sets the child content.
/// </summary>
/// <value>The child content.</value>
[Parameter]
public RenderFragment ChildContent
{
get; set;
}
/// <summary>
/// Gets or sets the width.
/// </summary>
/// <value>The width.</value>
public double? Width { get; set; }
/// <summary>
/// Gets or sets the height.
/// </summary>
/// <value>The height.</value>
public double? Height { get; set; }
/// <summary>
/// The width and height are set
/// </summary>
bool widthAndHeightAreSet = false;
/// <summary>
/// The first render
/// </summary>
bool firstRender = true;
/// <summary>
/// On after render as an asynchronous operation.
/// </summary>
/// <param name="firstRender">if set to <c>true</c> [first render].</param>
/// <returns>A Task representing the asynchronous operation.</returns>
protected override async Task OnAfterRenderAsync(bool firstRender)
{
this.firstRender = firstRender;
@@ -43,6 +71,9 @@ namespace Radzen.Blazor
}
}
/// <summary>
/// Called when [initialized].
/// </summary>
protected override void OnInitialized()
{
base.OnInitialized();
@@ -50,6 +81,11 @@ namespace Radzen.Blazor
Initialize();
}
/// <summary>
/// Resizes the specified width.
/// </summary>
/// <param name="width">The width.</param>
/// <param name="height">The height.</param>
[JSInvokable]
public void Resize(double width, double height)
{
@@ -73,6 +109,9 @@ namespace Radzen.Blazor
}
}
/// <summary>
/// Initializes this instance.
/// </summary>
private void Initialize()
{
double width = 0;
@@ -107,8 +146,16 @@ namespace Radzen.Blazor
}
}
/// <summary>
/// The visible changed
/// </summary>
private bool visibleChanged = false;
/// <summary>
/// Set parameters as an asynchronous operation.
/// </summary>
/// <param name="parameters">The parameters.</param>
/// <returns>A Task representing the asynchronous operation.</returns>
public override async Task SetParametersAsync(ParameterView parameters)
{
bool shouldRefresh = parameters.DidParameterChange(nameof(Style), Style);
@@ -131,6 +178,9 @@ namespace Radzen.Blazor
}
}
/// <summary>
/// Disposes this instance.
/// </summary>
public override void Dispose()
{
base.Dispose();
@@ -141,6 +191,9 @@ namespace Radzen.Blazor
}
}
/// <summary>
/// Reloads this instance.
/// </summary>
public void Reload()
{
StateHasChanged();

View File

@@ -1,9 +1,21 @@
namespace Radzen.Blazor
{
/// <summary>
/// Enum GaugeTickPosition
/// </summary>
public enum GaugeTickPosition
{
/// <summary>
/// The inside
/// </summary>
Inside,
/// <summary>
/// The outside
/// </summary>
Outside,
/// <summary>
/// The none
/// </summary>
None
}
}

View File

@@ -7,8 +7,21 @@ using System.Xml.Linq;
namespace Radzen
{
/// <summary>
/// Class HttpResponseMessageExtensions.
/// </summary>
public static class HttpResponseMessageExtensions
{
/// <summary>
/// Read as an asynchronous operation.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="response">The response.</param>
/// <returns>A Task&lt;T&gt; representing the asynchronous operation.</returns>
/// <exception cref="Exception">Unable to parse the response.</exception>
/// <exception cref="Exception"></exception>
/// <exception cref="Exception">Unable to parse the response.</exception>
/// <exception cref="Exception"></exception>
public static async Task<T> ReadAsync<T>(this HttpResponseMessage response)
{
try

View File

@@ -1,7 +1,13 @@
namespace Radzen.Blazor
{
/// <summary>
/// Common axis API of <see cref="RadzenChart" />
/// </summary>
public interface IChartAxis
{
/// <summary>
/// Gets or sets the grid lines configuration of this axis.
/// </summary>
RadzenGridLines GridLines { get; set; }
}
}

View File

@@ -1,7 +1,14 @@
namespace Radzen.Blazor
{
/// <summary>
/// Marker interface for <see cref="RadzenBarSeries{TItem}" />.
/// </summary>
public interface IChartBarSeries
{
/// <summary>
/// Gets the count.
/// </summary>
/// <value>The count.</value>
int Count { get; }
}
}

View File

@@ -1,7 +1,14 @@
namespace Radzen.Blazor
{
/// <summary>
/// Marker interface for <see cref="RadzenColumnSeries{TItem}" />.
/// </summary>
public interface IChartColumnSeries
{
/// <summary>
/// Gets the count.
/// </summary>
/// <value>The count.</value>
int Count { get; }
}
}

View File

@@ -2,8 +2,17 @@ using Microsoft.AspNetCore.Components;
namespace Radzen.Blazor
{
/// <summary>
/// Marker interface for <see cref="RadzenColumnSeries{TItem}" />.
/// </summary>
public interface IChartDonutSeries
{
RenderFragment RenderTitle(double x, double y);
/// <summary>
/// Renders the title.
/// </summary>
/// <param name="x">The x.</param>
/// <param name="y">The y.</param>
/// <returns>RenderFragment.</returns>
RenderFragment RenderTitle(double x, double y);
}
}

View File

@@ -1,27 +1,149 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components;
using Radzen.Blazor.Rendering;
namespace Radzen.Blazor
{
/// <summary>
/// Specifies the common API that <see cref="RadzenChart" /> series must implement.
/// </summary>
public interface IChartSeries
{
/// <summary>
/// Transforms a category scale to new one.
/// </summary>
/// <param name="scale">The scale.</param>
ScaleBase TransformCategoryScale(ScaleBase scale);
/// <summary>
/// Transforms a category scale to new one.
/// </summary>
/// <param name="scale">The scale.</param>
ScaleBase TransformValueScale(ScaleBase scale);
/// <summary>
/// Gets or sets the series marker configuration.
/// </summary>
RadzenMarkers Markers { get; set; }
/// <summary>
/// Gets the series marker type.
/// </summary>
/// <value>The type of the marker.</value>
MarkerType MarkerType { get; }
/// <summary>
/// Gets the size of the marker.
/// </summary>
/// <value>The size of the marker.</value>
double MarkerSize { get; }
/// <summary>
/// Renders the series with the specified category and value scales.
/// </summary>
/// <param name="categoryScale">The category scale.</param>
/// <param name="valueScale">The value scale.</param>
/// <returns>RenderFragment.</returns>
RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale);
/// <summary>
/// Renders the series overlays with the specified category and value scales.
/// </summary>
/// <param name="categoryScale">The category scale.</param>
/// <param name="valueScale">The value scale.</param>
/// <returns>RenderFragment.</returns>
RenderFragment RenderOverlays(ScaleBase categoryScale, ScaleBase valueScale);
/// <summary>
/// Renders the series tooltip.
/// </summary>
/// <param name="data">The data.</param>
/// <param name="marginLeft">The left margin.</param>
/// <param name="marginTop">The right margin.</param>
/// <returns>RenderFragment.</returns>
RenderFragment RenderTooltip(object data, double marginLeft, double marginTop);
/// <summary>
/// Renders the legend item.
/// </summary>
/// <returns>RenderFragment.</returns>
RenderFragment RenderLegendItem();
/// <summary>
/// Gets the color.
/// </summary>
/// <value>The color.</value>
string Color { get; }
/// <summary>
/// Gets a value indicating whether this <see cref="IChartSeries"/> is visible.
/// </summary>
/// <value><c>true</c> if visible; otherwise, <c>false</c>.</value>
bool Visible { get; }
/// <summary>
/// Gets a value indicating whether this series should appear in the legend.
/// </summary>
/// <value><c>true</c> if the series appears in the legend; otherwise, <c>false</c>.</value>
bool ShowInLegend { get; }
/// <summary>
/// Gets or sets the rendering order.
/// </summary>
/// <value>The rendering order.</value>
int RenderingOrder { get; set; }
/// <summary>
/// Determines if the series contains the specified coordinates with a given tolerance.
/// </summary>
/// <param name="x">The x.</param>
/// <param name="y">The y.</param>
/// <param name="tolerance">The tolerance.</param>
/// <returns><c>true</c> if the series contains the coordinates; otherwise, <c>false</c>.</returns>
bool Contains(double x, double y, double tolerance);
/// <summary>
/// Returns the data at the specified coordinates;
/// </summary>
/// <param name="x">The x.</param>
/// <param name="y">The y.</param>
object DataAt(double x, double y);
/// <summary>
/// Returns data chart position
/// </summary>
IEnumerable<ChartDataLabel> GetDataLabels(double offsetX, double offsetY);
/// <summary>
/// Returns series median
/// </summary>
double GetMedian();
/// <summary>
/// Returns series mean
/// </summary>
double GetMean();
/// <summary>
/// Returns series mode
/// </summary>
double GetMode();
/// <summary>
/// Returns series trend
/// </summary>
(double a, double b) GetTrend();
/// <summary>
/// Series coordinate system
/// </summary>
CoordinateSystem CoordinateSystem { get; }
/// <summary>
/// Series overlays
/// </summary>
IList<IChartSeriesOverlay> Overlays{ get; }
/// <summary>
/// Gets or sets the title of the series. The title is displayed in tooltips and the legend.
/// </summary>
/// <value>The title.</value>
string Title { get; set; }
/// <summary>
/// Gets the title.
/// </summary>
string GetTitle();
/// <summary>
/// Measures the legend.
/// </summary>
/// <returns>System.Double.</returns>
double MeasureLegend();
/// <summary>
/// Invokes the click handler with the provided data item.
/// </summary>
/// <param name="handler">The handler.</param>
/// <param name="data">The data.</param>
Task InvokeClick(EventCallback<SeriesClickEventArgs> handler, object data);
}
}

View File

@@ -0,0 +1,33 @@
using Microsoft.AspNetCore.Components;
namespace Radzen.Blazor
{
/// <summary>
/// Interface for chart overlays
/// </summary>
public interface IChartSeriesOverlay
{
/// <summary>
/// Render overlay
/// </summary>
/// <param name="categoryScale"></param>
/// <param name="valueScale"></param>
/// <returns>RenderFragment</returns>
RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale);
/// <summary>
/// Gets overlay visibility state
/// </summary>
bool Visible { get; }
/// <summary>
/// Hit test
/// </summary>
bool Contains(double mouseX, double mouseY, int tolerance);
/// <summary>
/// Renders tooltip
/// </summary>
RenderFragment RenderTooltip(double mouseX, double mouseY, double marginLeft, double marginTop);
}
}

View File

@@ -0,0 +1,13 @@
namespace Radzen.Blazor
{
/// <summary>
/// Marker interface for <see cref="RadzenStackedBarSeries{TItem}" />.
/// </summary>
public interface IChartStackedBarSeries : IChartBarSeries
{
/// <summary>
/// Gets the value at the specified index.
/// </summary>
double ValueAt(int index);
}
}

View File

@@ -0,0 +1,19 @@
namespace Radzen.Blazor
{
/// <summary>
/// Marker interface for <see cref="RadzenStackedColumnSeries{TItem}" />.
/// </summary>
public interface IChartStackedColumnSeries
{
/// <summary>
/// Gets the count.
/// </summary>
/// <value>The count.</value>
int Count { get; }
/// <summary>
/// Gets the value at the specified index.
/// </summary>
double ValueAt(int index);
}
}

View File

@@ -6,21 +6,104 @@ using Microsoft.AspNetCore.Components;
namespace Radzen.Blazor
{
/// <summary>
/// The common <see cref="RadzenScheduler{TItem}" /> API injected as a cascading parameter to is views.
/// </summary>
public interface IScheduler
{
/// <summary>
/// Gets the appointments in the specified range.
/// </summary>
/// <param name="start">The start of the range.</param>
/// <param name="end">The end of the range.</param>
/// <returns>A collection of appointments within the specified range.</returns>
IEnumerable<AppointmentData> GetAppointmentsInRange(DateTime start, DateTime end);
/// <summary>
/// Determines whether an appointment is within the specified range.
/// </summary>
/// <param name="item">The appointment to check.</param>
/// <param name="start">The start of the range.</param>
/// <param name="end">The end of the range.</param>
/// <returns><c>true</c> if the appointment is within the specified range; otherwise, <c>false</c>.</returns>
bool IsAppointmentInRange(AppointmentData item, DateTime start, DateTime end);
/// <summary>
/// Adds a view. Must be called when a <see cref="ISchedulerView" /> is initialized.
/// </summary>
/// <param name="view">The view to add.</param>
Task AddView(ISchedulerView view);
/// <summary>
/// Removes a view. Must be called when a <see cref="ISchedulerView" /> is disposed.
/// </summary>
/// <param name="view">The view to remove.</param>
void RemoveView(ISchedulerView view);
/// <summary>
/// Determines whether the specified view is selected.
/// </summary>
/// <param name="view">The view.</param>
/// <returns><c>true</c> if the specified view is selected; otherwise, <c>false</c>.</returns>
bool IsSelected(ISchedulerView view);
/// <summary>
/// Gets or sets the current date.
/// </summary>
/// <value>The current date.</value>
DateTime CurrentDate { get; set; }
/// <summary>
/// Selects the specified appointment.
/// </summary>
/// <param name="data">The appointment to select.</param>
Task SelectAppointment(AppointmentData data);
/// <summary>
/// Selects the specified slot.
/// </summary>
/// <param name="start">The start.</param>
/// <param name="end">The end.</param>
Task SelectSlot(DateTime start, DateTime end);
/// <summary>
/// Selects the specified slot.
/// </summary>
/// <param name="start">The start.</param>
/// <param name="end">The end.</param>
/// <param name="appointments">The appointments for this range.</param>
Task<bool> SelectSlot(DateTime start, DateTime end, IEnumerable<AppointmentData> appointments);
/// <summary>
/// Selects the specified more link.
/// </summary>
/// <param name="start">The start.</param>
/// <param name="end">The end.</param>
/// <param name="appointments">The appointments for this range.</param>
Task<bool> SelectMore(DateTime start, DateTime end, IEnumerable<AppointmentData> appointments);
/// <summary>
/// Gets the appointment HTML attributes.
/// </summary>
/// <param name="item">The appointment.</param>
/// <returns>A dictionary containing the HTML attributes for the specified appointment.</returns>
IDictionary<string, object> GetAppointmentAttributes(AppointmentData item);
/// <summary>
/// Gets the slot HTML attributes.
/// </summary>
/// <param name="start">The start of the slot.</param>
/// <param name="end">The end of the slot.</param>
/// <returns>A dictionary containing the HTML attributes for the specified slot.</returns>
IDictionary<string, object> GetSlotAttributes(DateTime start, DateTime end);
/// <summary>
/// Renders the appointment.
/// </summary>
/// <param name="item">The item.</param>
/// <returns>RenderFragment.</returns>
RenderFragment RenderAppointment(AppointmentData item);
/// <summary>
/// Reloads this instance.
/// </summary>
Task Reload();
/// <summary>
/// Gets the height.
/// </summary>
/// <value>The height.</value>
double Height { get; }
/// <summary>
/// Gets or sets the culture.
/// </summary>
/// <value>The culture.</value>
CultureInfo Culture { get; set; }
}
}

View File

@@ -3,18 +3,51 @@ using Microsoft.AspNetCore.Components;
namespace Radzen.Blazor
{
/// <summary>
/// Interface that has to be implemented by a view in order to by supported by <see cref="RadzenScheduler{TItem}" />.
/// </summary>
public interface ISchedulerView
{
/// <summary>
/// Gets the icon of the view. It is displayed in the view switching UI.
/// </summary>
string Icon { get; }
/// <summary>
/// Gets the title of the view. It is displayed in the RadzenScheduler title area.
/// </summary>
/// <value>The title.</value>
string Title { get; }
/// <summary>
/// Gets the text of the view. It is displayed in the view switching UI.
/// </summary>
/// <value>The text.</value>
string Text { get; }
/// <summary>
/// Returns a new date when the user clicks the next button of RadzenScheduler.
/// </summary>
/// <returns>The next date. For example a day view will return the next day, a week view will return the next week.</returns>
DateTime Next();
/// <summary>
/// Returns a new date when the user clicks the previous button of RadzenScheduler.
/// </summary>
/// <returns>The previous date. For example a day view will return the previous day, a week view will return the previous week.</returns>
DateTime Prev();
/// <summary>
/// Renders this instance.
/// </summary>
/// <returns>RenderFragment.</returns>
RenderFragment Render();
/// <summary>
/// Gets the start date.
/// </summary>
DateTime StartDate { get; }
/// <summary>
/// Gets the end date.
/// </summary>
DateTime EndDate { get; }
}
}

View File

@@ -0,0 +1,22 @@
namespace Radzen.Blazor
{
/// <summary>
/// Specifies the interpolation mode of lines between data points. Used by <see cref="RadzenAreaSeries{TItem}"/> and <see cref="RadzenLineSeries{TItem}"/>.
/// </summary>
public enum Interpolation
{
/// <summary>
/// Points are connected by a straight line.
/// </summary>
Line,
/// <summary>
/// Points are connected by a smooth curve.
/// </summary>
Spline,
/// <summary>
/// Points are connected by horizontal and vertical lines only.
/// </summary>
Step
}
}

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2018-2021 Radzen Ltd
Copyright (c) 2018-2023 Radzen Ltd
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -1,10 +1,25 @@
namespace Radzen.Blazor
{
/// <summary>
/// Specifies the legend position in a <see cref="RadzenChart" />.
/// </summary>
public enum LegendPosition
{
/// <summary>
/// The legend is at the right side of the series.
/// </summary>
Right,
/// <summary>
/// The legend is at the left side of the series.
/// </summary>
Left,
/// <summary>
/// The legend is above the series.
/// </summary>
Top,
/// <summary>
/// The legend is below the series.
/// </summary>
Bottom
}
}

View File

@@ -1,9 +1,21 @@
namespace Radzen.Blazor
{
/// <summary>
/// Specified the line drawing style.
/// </summary>
public enum LineType
{
/// <summary>
/// Solid lines.
/// </summary>
Solid,
/// <summary>
/// Dashed lines.
/// </summary>
Dashed,
/// <summary>
/// Dotted lines.
/// </summary>
Dotted
}
}

View File

@@ -65,7 +65,13 @@ namespace Radzen.Blazor
if (start == end)
{
start = 0;
end = end + NiceNumber(end/ticks, false);
end += NiceNumber(end / ticks, false);
}
if (Round && end < 0)
{
end = 0;
start += NiceNumber(start / ticks, false);
}
var range = end - start;

View File

@@ -1,12 +1,33 @@
namespace Radzen.Blazor
{
/// <summary>
/// Specifies the type of marker that <see cref="RadzenChart" /> displays for data points.
/// </summary>
public enum MarkerType
{
/// <summary>
/// Do not display a marker for data points.
/// </summary>
None,
/// <summary>
/// Cycle between markers.
/// </summary>
Auto,
/// <summary>
/// Use a circle marker.
/// </summary>
Circle,
/// <summary>
/// Use a triangle marker.
/// </summary>
Triangle,
/// <summary>
/// Use a square marker.
/// </summary>
Square,
/// <summary>
/// Use a diamond marker.
/// </summary>
Diamond
}
}

View File

@@ -1,14 +1,34 @@
using System;
using Microsoft.AspNetCore.Components;
using Radzen.Blazor;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
namespace Radzen
{
/// <summary>
/// Class NotificationService. Contains various methods with options to open notifications.
/// Should be added as scoped service in the application services and RadzenNotification should be added in application main layout.
/// </summary>
/// <example>
/// <code>
/// @inject NotificationService NotificationService
/// &lt;RadzenButton Text="Show info notification" Click=@(args => NotificationService.Notify(new NotificationMessage { Severity = NotificationSeverity.Info, Summary = "Info Summary", Detail = "Info Detail", Duration = 4000 })) / &gt;
/// </code>
/// </example>
public class NotificationService
{
/// <summary>
/// Gets the messages.
/// </summary>
/// <value>The messages.</value>
public ObservableCollection<NotificationMessage> Messages { get; private set; } = new ObservableCollection<NotificationMessage>();
/// <summary>
/// Notifies the specified message.
/// </summary>
/// <param name="message">The message.</param>
public void Notify(NotificationMessage message)
{
var newMessage = new NotificationMessage()
@@ -17,7 +37,10 @@ namespace Radzen
Severity = message.Severity,
Summary = message.Summary,
Detail = message.Detail,
Style = message.Style
Style = message.Style,
Click = message.Click,
CloseOnClick = message.CloseOnClick,
Payload = message.Payload
};
if (!Messages.Contains(newMessage))
@@ -26,14 +49,27 @@ namespace Radzen
}
}
public void Notify(NotificationSeverity severity = NotificationSeverity.Info, string summary = "", string detail = "", double duration = 3000)
/// <summary>
/// Notifies the specified severity.
/// </summary>
/// <param name="severity">The severity.</param>
/// <param name="summary">The summary.</param>
/// <param name="detail">The detail.</param>
/// <param name="duration">The duration.</param>
/// <param name="click">The click event.</param>
/// <param name="closeOnClick">If true, then the notification will be closed when clicked on.</param>
/// <param name="payload">Used to store a custom payload that can be retreived later in the click event handler.</param>
public void Notify(NotificationSeverity severity = NotificationSeverity.Info, string summary = "", string detail = "", double duration = 3000, Action<NotificationMessage> click = null, bool closeOnClick = false, object payload = null)
{
var newMessage = new NotificationMessage()
{
Duration = duration,
Severity = severity,
Summary = summary,
Detail = detail
Detail = detail,
Click = click,
CloseOnClick = closeOnClick,
Payload = payload
};
if (!Messages.Contains(newMessage))
@@ -43,12 +79,50 @@ namespace Radzen
}
}
/// <summary>
/// Class NotificationMessage.
/// </summary>
public class NotificationMessage
{
/// <summary>
/// Gets or sets the duration.
/// </summary>
/// <value>The duration.</value>
public double? Duration { get; set; }
/// <summary>
/// Gets or sets the severity.
/// </summary>
/// <value>The severity.</value>
public NotificationSeverity Severity { get; set; }
/// <summary>
/// Gets or sets the summary.
/// </summary>
/// <value>The summary.</value>
public string Summary { get; set; }
/// <summary>
/// Gets or sets the detail.
/// </summary>
/// <value>The detail.</value>
public string Detail { get; set; }
/// <summary>
/// Gets or sets the style.
/// </summary>
/// <value>The style.</value>
public string Style { get; set; }
}
/// <summary>
/// Gets or sets the click event.
/// </summary>
/// <value>This event handler is called when the notification is clicked on.</value>
public Action<NotificationMessage> Click { get; set; }
/// <summary>
/// Gets or sets click on close action.
/// </summary>
/// <value>If true, then the notification will be closed when clicked on.</value>
public bool CloseOnClick { get; set; }
/// <summary>
/// Gets or sets notification payload.
/// </summary>
/// <value>Used to store a custom payload that can be retreived later in the click event handler.</value>
public object Payload { get; set; }
}
}

View File

@@ -8,35 +8,76 @@ using System.Web;
namespace Radzen
{
/// <summary>
/// Class ODataEnumerable.
/// Implements the <see cref="IEnumerable{T}" />
/// </summary>
/// <typeparam name="T"></typeparam>
/// <seealso cref="IEnumerable{T}" />
public class ODataEnumerable<T> : IEnumerable<T>
{
/// <summary>
/// The source
/// </summary>
IEnumerable<T> source;
/// <summary>
/// Initializes a new instance of the <see cref="ODataEnumerable{T}"/> class.
/// </summary>
/// <param name="source">The source.</param>
public ODataEnumerable(IEnumerable<T> source)
{
this.source = source;
}
/// <summary>
/// Gets the enumerator.
/// </summary>
/// <returns>IEnumerator&lt;T&gt;.</returns>
public IEnumerator<T> GetEnumerator()
{
return source.GetEnumerator();
}
/// <summary>
/// Gets the enumerator.
/// </summary>
/// <returns>IEnumerator.</returns>
IEnumerator IEnumerable.GetEnumerator()
{
return source.GetEnumerator();
}
}
/// <summary>
/// Class ODataServiceResult.
/// </summary>
/// <typeparam name="T"></typeparam>
public class ODataServiceResult<T>
{
/// <summary>
/// Gets or sets the count.
/// </summary>
/// <value>The count.</value>
[JsonPropertyName("@odata.count")]
public int Count { get; set; }
/// <summary>
/// Gets or sets the value.
/// </summary>
/// <value>The value.</value>
public IEnumerable<T> Value { get; set; }
}
/// <summary>
/// Class ODataJsonSerializer.
/// </summary>
public static class ODataJsonSerializer
{
/// <summary>
/// Determines whether the specified type is complex.
/// </summary>
/// <param name="type">The type.</param>
/// <returns><c>true</c> if the specified type is complex; otherwise, <c>false</c>.</returns>
static bool IsComplex(Type type)
{
var underlyingType = type.IsGenericType && type.GetGenericTypeDefinition() == typeof(Nullable<>) ? Nullable.GetUnderlyingType(type) : type;
@@ -47,11 +88,23 @@ namespace Radzen
type != typeof(string) && type != typeof(decimal) && type.IsClass;
}
/// <summary>
/// Determines whether the specified type is enumerable.
/// </summary>
/// <param name="type">The type.</param>
/// <returns><c>true</c> if the specified type is enumerable; otherwise, <c>false</c>.</returns>
static bool IsEnumerable(Type type)
{
return !typeof(string).IsAssignableFrom(type) && (typeof(IEnumerable<>).IsAssignableFrom(type) || typeof(IEnumerable).IsAssignableFrom(type));
}
/// <summary>
/// Serializes the specified value.
/// </summary>
/// <typeparam name="TValue">The type of the t value.</typeparam>
/// <param name="value">The value.</param>
/// <param name="options">The options.</param>
/// <returns>System.String.</returns>
public static string Serialize<TValue>(TValue value, JsonSerializerOptions options = null)
{
if (options == null)
@@ -70,19 +123,45 @@ namespace Radzen
}
}
/// <summary>
/// Class ComplexPropertiesConverter.
/// Implements the <see cref="JsonConverter{T}" />
/// </summary>
/// <typeparam name="T"></typeparam>
/// <seealso cref="JsonConverter{T}" />
public class ComplexPropertiesConverter<T> : JsonConverter<T>
{
/// <summary>
/// The complex properties
/// </summary>
IEnumerable<string> complexProperties;
/// <summary>
/// Initializes a new instance of the <see cref="ComplexPropertiesConverter{T}"/> class.
/// </summary>
/// <param name="complexProperties">The complex properties.</param>
public ComplexPropertiesConverter(IEnumerable<string> complexProperties)
{
this.complexProperties = complexProperties;
}
/// <summary>
/// Reads the specified reader.
/// </summary>
/// <param name="reader">The reader.</param>
/// <param name="typeToConvert">The type to convert.</param>
/// <param name="options">The options.</param>
/// <returns>T.</returns>
public override T Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
{
return JsonSerializer.Deserialize<T>(ref reader, options);
}
/// <summary>
/// Writes the specified writer.
/// </summary>
/// <param name="writer">The writer.</param>
/// <param name="value">The value.</param>
/// <param name="options">The options.</param>
public override void Write(Utf8JsonWriter writer, T value, JsonSerializerOptions options)
{
writer.WriteStartObject();
@@ -105,21 +184,54 @@ namespace Radzen
}
}
/// <summary>
/// Class DateTimeConverterUsingDateTimeParse.
/// Implements the <see cref="JsonConverter{DateTime}" />
/// </summary>
/// <seealso cref="JsonConverter{DateTime}" />
public class DateTimeConverterUsingDateTimeParse : JsonConverter<DateTime>
{
/// <summary>
/// Reads the specified reader.
/// </summary>
/// <param name="reader">The reader.</param>
/// <param name="typeToConvert">The type to convert.</param>
/// <param name="options">The options.</param>
/// <returns>DateTime.</returns>
public override DateTime Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
{
return DateTime.Parse(reader.GetString());
}
/// <summary>
/// Writes the specified writer.
/// </summary>
/// <param name="writer">The writer.</param>
/// <param name="value">The value.</param>
/// <param name="options">The options.</param>
public override void Write(Utf8JsonWriter writer, DateTime value, JsonSerializerOptions options)
{
writer.WriteStringValue(value.ToString("yyyy-MM-ddTHH:mm:ss.fffZ"));
}
}
/// <summary>
/// Class ODataExtensions.
/// </summary>
public static class ODataExtensions
{
{
/// <summary>
/// Gets the o data URI.
/// </summary>
/// <param name="uri">The URI.</param>
/// <param name="filter">The filter.</param>
/// <param name="top">The top.</param>
/// <param name="skip">The skip.</param>
/// <param name="orderby">The orderby.</param>
/// <param name="expand">The expand.</param>
/// <param name="select">The select.</param>
/// <param name="count">if set to <c>true</c> [count].</param>
/// <returns>Uri.</returns>
public static Uri GetODataUri(this Uri uri, string filter = null, int? top = null, int? skip = null, string orderby = null, string expand = null, string select = null, bool? count = null)
{
var uriBuilder = new UriBuilder(uri);

View File

@@ -8,29 +8,103 @@ using Radzen.Blazor;
namespace Radzen
{
/// <summary>
/// Base classes of components that support paging.
/// </summary>
/// <typeparam name="T">The type of the data item</typeparam>
public class PagedDataBoundComponent<T> : RadzenComponent
{
/// <summary>
/// Gets or sets the pager position. Set to <c>PagerPosition.Bottom</c> by default.
/// </summary>
/// <value>The pager position.</value>
[Parameter]
public PagerPosition PagerPosition { get; set; } = PagerPosition.Bottom;
/// <summary>
/// Gets or sets a value indicating whether pager is visible even when not enough data for paging.
/// </summary>
/// <value><c>true</c> if pager is visible even when not enough data for paging otherwise, <c>false</c>.</value>
[Parameter]
public bool PagerAlwaysVisible { get; set; }
/// <summary>
/// Gets or sets the horizontal align.
/// </summary>
/// <value>The horizontal align.</value>
[Parameter]
public HorizontalAlign PagerHorizontalAlign { get; set; } = HorizontalAlign.Justify;
/// <summary>
/// Gets or sets a value indicating pager density.
/// </summary>
[Parameter]
public Density Density { get; set; } = Density.Default;
/// <summary>
/// Gets or sets a value indicating whether paging is allowed. Set to <c>false</c> by default.
/// </summary>
/// <value><c>true</c> if paging is allowed; otherwise, <c>false</c>.</value>
[Parameter]
public bool AllowPaging { get; set; }
int _PageSize = 10;
/// <summary>
/// Gets or sets the size of the page.
/// </summary>
/// <value>The size of the page.</value>
[Parameter]
public int PageSize { get; set; } = 10;
public int PageSize
{
get
{
return pageSize ?? _PageSize;
}
set
{
if (_PageSize != value)
{
_PageSize = value;
OnPageSizeChanged(value);
}
}
}
/// <summary>
/// Gets or sets the page numbers count.
/// </summary>
/// <value>The page numbers count.</value>
[Parameter]
public int PageNumbersCount { get; set; } = 5;
/// <summary>
/// Gets or sets the count.
/// </summary>
/// <value>The count.</value>
[Parameter]
public int Count { get; set; }
/// <summary>
/// Gets or sets the current page.
/// </summary>
/// <value>The current page.</value>
public int CurrentPage { get; set; }
/// <summary>
/// Gets or sets the template.
/// </summary>
/// <value>The template.</value>
[Parameter]
public RenderFragment<T> Template { get; set; }
/// <summary>
/// The data
/// </summary>
IEnumerable<T> _data;
/// <summary>
/// Gets or sets the data.
/// </summary>
/// <value>The data.</value>
[Parameter]
public IEnumerable<T> Data
{
@@ -49,10 +123,39 @@ namespace Radzen
}
}
/// <summary>
/// Gets or sets the page size options.
/// </summary>
/// <value>The page size options.</value>
[Parameter]
public IEnumerable<int> PageSizeOptions { get; set; }
protected IQueryable<T> _view = null;
/// <summary>
/// Gets or sets the page size description text.
/// </summary>
/// <value>The page size description text.</value>
[Parameter]
public string PageSizeText { get; set; } = "items per page";
/// <summary>
/// Gets or sets the pager summary visibility.
/// </summary>
/// <value>The pager summary visibility.</value>
[Parameter]
public bool ShowPagingSummary { get; set; } = false;
/// <summary>
/// Gets or sets the pager summary format.
/// </summary>
/// <value>The pager summary format.</value>
[Parameter]
public string PagingSummaryFormat { get; set; } = "Page {0} of {1} ({2} items)";
internal IQueryable<T> _view = null;
/// <summary>
/// Gets the paged view.
/// </summary>
/// <value>The paged view.</value>
public virtual IQueryable<T> PagedView
{
get
@@ -65,6 +168,10 @@ namespace Radzen
}
}
/// <summary>
/// Gets the view.
/// </summary>
/// <value>The view.</value>
public virtual IQueryable<T> View
{
get
@@ -73,9 +180,16 @@ namespace Radzen
}
}
/// <summary>
/// Gets or sets the load data.
/// </summary>
/// <value>The load data.</value>
[Parameter]
public EventCallback<Radzen.LoadDataArgs> LoadData { get; set; }
/// <summary>
/// Reloads this instance.
/// </summary>
public async virtual Task Reload()
{
_view = null;
@@ -95,14 +209,23 @@ namespace Radzen
}
}
/// <summary>
/// Called when [data changed].
/// </summary>
protected virtual void OnDataChanged()
{
}
/// <summary>
/// Set parameters as an asynchronous operation.
/// </summary>
/// <param name="parameters">The parameters.</param>
/// <returns>A Task representing the asynchronous operation.</returns>
public override async Task SetParametersAsync(ParameterView parameters)
{
bool pageSizeChanged = parameters.DidParameterChange(nameof(PageSize), PageSize);
bool pageSizeChanged = parameters.DidParameterChange(nameof(PageSize), PageSize) &&
PageSize != pageSize;
await base.SetParametersAsync(parameters);
@@ -112,6 +235,10 @@ namespace Radzen
}
}
/// <summary>
/// Called when [parameters set asynchronous].
/// </summary>
/// <returns>Task.</returns>
protected override Task OnParametersSetAsync()
{
if (Visible && !LoadData.HasDelegate)
@@ -126,37 +253,86 @@ namespace Radzen
return base.OnParametersSetAsync();
}
/// <summary>
/// The first render
/// </summary>
bool firstRender = true;
protected override Task OnAfterRenderAsync(bool firstRender)
/// <summary>
/// Called when [after render asynchronous].
/// </summary>
/// <param name="firstRender">if set to <c>true</c> [first render].</param>
/// <returns>Task.</returns>
protected override async Task OnAfterRenderAsync(bool firstRender)
{
this.firstRender = firstRender;
if (firstRender && Visible && (LoadData.HasDelegate && Data == null))
if (firstRender)
{
InvokeAsync(Reload);
StateHasChanged();
await ReloadOnFirstRender();
}
return base.OnAfterRenderAsync(firstRender);
await base.OnAfterRenderAsync(firstRender);
}
internal virtual async Task ReloadOnFirstRender()
{
if (firstRender && Visible && (LoadData.HasDelegate && Data == null))
{
await InvokeAsync(Reload);
StateHasChanged();
}
}
/// <summary>
/// The skip
/// </summary>
protected int skip;
/// <summary>
/// The top pager
/// </summary>
protected RadzenPager topPager;
/// <summary>
/// The bottom pager
/// </summary>
protected RadzenPager bottomPager;
/// <summary>
/// Gets or sets the page callback.
/// </summary>
/// <value>The page callback.</value>
[Parameter]
public EventCallback<PagerEventArgs> Page { get; set; }
/// <summary>
/// Handles the <see cref="E:PageChanged" /> event.
/// </summary>
/// <param name="args">The <see cref="PagerEventArgs"/> instance containing the event data.</param>
protected async Task OnPageChanged(PagerEventArgs args)
{
skip = args.Skip;
CurrentPage = args.PageIndex;
await Page.InvokeAsync(args);
await InvokeAsync(Reload);
}
protected async Task OnPageSizeChanged(int value)
internal int? pageSize;
/// <summary>
/// Called when [page size changed].
/// </summary>
/// <param name="value">The value.</param>
protected virtual async Task OnPageSizeChanged(int value)
{
PageSize = value;
pageSize = value;
await InvokeAsync(Reload);
}
/// <summary>
/// Calculates the pager.
/// </summary>
protected void CalculatePager()
{
if (topPager != null)
@@ -172,32 +348,51 @@ namespace Radzen
}
}
public async Task GoToPage(int page)
/// <summary>
/// Goes to page.
/// </summary>
/// <param name="page">The page.</param>
/// <param name="forceReload">if set to <c>true</c> [force reload].</param>
public async Task GoToPage(int page, bool forceReload = false)
{
if (topPager != null)
{
await topPager.GoToPage(page);
await topPager.GoToPage(page, forceReload);
}
if (bottomPager != null)
{
await bottomPager.GoToPage(page);
await bottomPager.GoToPage(page, forceReload);
}
}
/// <summary>
/// Firsts the page.
/// </summary>
/// <param name="forceReload">if set to <c>true</c> [force reload].</param>
public async Task FirstPage(bool forceReload = false)
{
var shouldReload = forceReload && CurrentPage == 0;
if (topPager != null)
{
await topPager.FirstPage(forceReload);
await topPager.FirstPage();
}
if (bottomPager != null)
{
await bottomPager.FirstPage(forceReload);
await bottomPager.FirstPage();
}
if (shouldReload)
{
await InvokeAsync(Reload);
}
}
/// <summary>
/// Previouses the page.
/// </summary>
public async Task PrevPage()
{
if (topPager != null)
@@ -211,6 +406,9 @@ namespace Radzen
}
}
/// <summary>
/// Nexts the page.
/// </summary>
public async Task NextPage()
{
if (topPager != null)
@@ -224,6 +422,9 @@ namespace Radzen
}
}
/// <summary>
/// Lasts the page.
/// </summary>
public async Task LastPage()
{
if (topPager != null)

View File

@@ -7,8 +7,14 @@ using System.Linq.Dynamic.Core;
namespace Radzen
{
/// <summary>
/// Class QueryableExtension.
/// </summary>
public static class QueryableExtension
{
/// <summary>
/// The filter operators
/// </summary>
internal static readonly IDictionary<string, string> FilterOperators = new Dictionary<string, string>
{
{"eq", "="},
@@ -23,6 +29,9 @@ namespace Radzen
{"DoesNotContain", "Contains"}
};
/// <summary>
/// The linq filter operators
/// </summary>
internal static readonly IDictionary<FilterOperator, string> LinqFilterOperators = new Dictionary<FilterOperator, string>
{
{FilterOperator.Equals, "="},
@@ -34,9 +43,16 @@ namespace Radzen
{FilterOperator.StartsWith, "StartsWith"},
{FilterOperator.EndsWith, "EndsWith"},
{FilterOperator.Contains, "Contains"},
{FilterOperator.DoesNotContain, "DoesNotContain"}
{FilterOperator.DoesNotContain, "DoesNotContain"},
{FilterOperator.IsNull, "=="},
{FilterOperator.IsEmpty, "=="},
{FilterOperator.IsNotNull, "!="},
{FilterOperator.IsNotEmpty, "!="}
};
/// <summary>
/// The o data filter operators
/// </summary>
internal static readonly IDictionary<FilterOperator, string> ODataFilterOperators = new Dictionary<FilterOperator, string>
{
{FilterOperator.Equals, "eq"},
@@ -48,9 +64,18 @@ namespace Radzen
{FilterOperator.StartsWith, "startswith"},
{FilterOperator.EndsWith, "endswith"},
{FilterOperator.Contains, "contains"},
{FilterOperator.DoesNotContain, "DoesNotContain"}
{FilterOperator.DoesNotContain, "DoesNotContain"},
{FilterOperator.IsNull, "eq"},
{FilterOperator.IsEmpty, "eq"},
{FilterOperator.IsNotNull, "ne"},
{FilterOperator.IsNotEmpty, "ne"}
};
/// <summary>
/// Converts to list.
/// </summary>
/// <param name="query">The query.</param>
/// <returns>IList.</returns>
public static IList ToList(IQueryable query)
{
var genericToList = typeof(Enumerable).GetMethod("ToList")
@@ -58,6 +83,12 @@ namespace Radzen
return (IList)genericToList.Invoke(null, new[] { query });
}
/// <summary>
/// Converts to filterstring.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="columns">The columns.</param>
/// <returns>System.String.</returns>
public static string ToFilterString<T>(this IEnumerable<RadzenGridColumn<T>> columns)
{
Func<RadzenGridColumn<T>, bool> canFilter = (c) => c.Filterable && !string.IsNullOrEmpty(c.Type) &&
@@ -104,10 +135,19 @@ namespace Radzen
return "";
}
/// <summary>
/// Converts to filterstring.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="columns">The columns.</param>
/// <returns>System.String.</returns>
public static string ToFilterString<T>(this IEnumerable<RadzenDataGridColumn<T>> columns)
{
Func<RadzenDataGridColumn<T>, bool> canFilter = (c) => c.Filterable && c.FilterPropertyType != null &&
!(c.GetFilterValue() == null || c.GetFilterValue() as string == string.Empty) && c.GetFilterProperty() != null;
(!(c.GetFilterValue() == null || c.GetFilterValue() as string == string.Empty) || c.GetFilterOperator() == FilterOperator.IsNotNull
|| c.GetFilterOperator() == FilterOperator.IsNull || c.GetFilterOperator() == FilterOperator.IsEmpty
|| c.GetFilterOperator() == FilterOperator.IsNotEmpty)
&& c.GetFilterProperty() != null;
if (columns.Where(canFilter).Any())
{
@@ -120,10 +160,11 @@ namespace Radzen
string value = "";
string secondValue = "";
var v = column.GetFilterValue();
var sv = column.GetSecondFilterValue();
if (PropertyAccess.IsDate(column.FilterPropertyType))
{
var v = column.GetFilterValue();
var sv = column.GetSecondFilterValue();
if (v != null)
{
value = v is DateTime ? ((DateTime)v).ToString("yyyy-MM-ddTHH:mm:ss.fffZ") : v is DateTimeOffset ? ((DateTimeOffset)v).UtcDateTime.ToString("yyyy-MM-ddTHH:mm:ss.fffZ") : "";
@@ -133,13 +174,74 @@ namespace Radzen
secondValue = sv is DateTime ? ((DateTime)sv).ToString("yyyy-MM-ddTHH:mm:ss.fffZ") : sv is DateTimeOffset ? ((DateTimeOffset)sv).UtcDateTime.ToString("yyyy-MM-ddTHH:mm:ss.fffZ") : "";
}
}
else if (PropertyAccess.IsEnum(column.FilterPropertyType) || PropertyAccess.IsNullableEnum(column.FilterPropertyType))
{
if (v != null)
{
value = ((int)v).ToString();
}
if (sv != null)
{
secondValue = ((int)sv).ToString();
}
}
else if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string))
{
var enumerableValue = ((IEnumerable)(v != null ? v : Enumerable.Empty<object>())).AsQueryable();
var enumerableSecondValue = ((IEnumerable)(sv != null ? sv : Enumerable.Empty<object>())).AsQueryable();
var enumerableValueAsString = "new []{" + String.Join(",",
(enumerableValue.ElementType == typeof(string) ? enumerableValue.Cast<string>().Select(i => $@"""{i}""").Cast<object>() : enumerableValue.Cast<object>())) + "}";
var enumerableSecondValueAsString = "new []{" + String.Join(",",
(enumerableSecondValue.ElementType == typeof(string) ? enumerableSecondValue.Cast<string>().Select(i => $@"""{i}""").Cast<object>() : enumerableSecondValue.Cast<object>())) + "}";
if (enumerableValue != null)
{
var columnFilterOperator = column.GetFilterOperator();
var columnSecondFilterOperator = column.GetSecondFilterOperator();
var linqOperator = LinqFilterOperators[column.GetFilterOperator()];
if (linqOperator == null)
{
linqOperator = "==";
}
var booleanOperator = column.LogicalFilterOperator == LogicalFilterOperator.And ? "and" : "or";
var property = PropertyAccess.GetProperty(column.GetFilterProperty());
if (property.IndexOf(".") != -1)
{
property = $"({property})";
}
if (sv == null)
{
if (columnFilterOperator == FilterOperator.Contains || columnFilterOperator == FilterOperator.DoesNotContain)
{
whereList.Add($@"{(columnFilterOperator == FilterOperator.DoesNotContain ? "!" : "")}({enumerableValueAsString}).Contains({property})");
}
}
else
{
if ((columnFilterOperator == FilterOperator.Contains || columnFilterOperator == FilterOperator.DoesNotContain) &&
(columnSecondFilterOperator == FilterOperator.Contains || columnSecondFilterOperator == FilterOperator.DoesNotContain))
{
whereList.Add($@"{(columnFilterOperator == FilterOperator.DoesNotContain ? "!" : "")}({enumerableValueAsString}).Contains({property}) {booleanOperator} {(columnSecondFilterOperator == FilterOperator.DoesNotContain ? "!" : "")}({enumerableSecondValueAsString}).Contains({property})");
}
}
}
}
else
{
value = (string)Convert.ChangeType(column.GetFilterValue(), typeof(string));
secondValue = (string)Convert.ChangeType(column.GetSecondFilterValue(), typeof(string));
}
if (!string.IsNullOrEmpty(value))
if (!string.IsNullOrEmpty(value) || column.GetFilterOperator() == FilterOperator.IsNotNull
|| column.GetFilterOperator() == FilterOperator.IsNull
|| column.GetFilterOperator() == FilterOperator.IsEmpty
|| column.GetFilterOperator() == FilterOperator.IsNotEmpty)
{
var linqOperator = LinqFilterOperators[column.GetFilterOperator()];
if (linqOperator == null)
@@ -166,6 +268,13 @@ namespace Radzen
return "";
}
/// <summary>
/// Gets the column filter.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="column">The column.</param>
/// <param name="second">if set to <c>true</c> [second].</param>
/// <returns>System.String.</returns>
private static string GetColumnFilter<T>(RadzenGridColumn<T> column, bool second = false)
{
var property = PropertyAccess.GetProperty(column.GetFilterProperty());
@@ -202,7 +311,7 @@ namespace Radzen
{
var dateTimeValue = DateTime.Parse(value, null, System.Globalization.DateTimeStyles.RoundtripKind);
var finalDate = dateTimeValue.TimeOfDay == TimeSpan.Zero ? dateTimeValue.Date : dateTimeValue;
var dateFormat = dateTimeValue.TimeOfDay == TimeSpan.Zero ? "yyyy-MM-dd" : "yyyy-MM-ddTHH:mm:ssZ";
var dateFormat = dateTimeValue.TimeOfDay == TimeSpan.Zero ? "yyyy-MM-dd" : "yyyy-MM-ddTHH:mm:ss.fffZ";
return $@"{property} {linqOperator} DateTime(""{finalDate.ToString(dateFormat)}"")";
}
@@ -251,6 +360,14 @@ namespace Radzen
return "";
}
/// <summary>
/// Gets the column filter.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="column">The column.</param>
/// <param name="value">The value.</param>
/// <param name="second">if set to <c>true</c> [second].</param>
/// <returns>System.String.</returns>
private static string GetColumnFilter<T>(RadzenDataGridColumn<T> column, string value, bool second = false)
{
var property = PropertyAccess.GetProperty(column.GetFilterProperty());
@@ -296,22 +413,60 @@ namespace Radzen
{
return $@"({property} == null ? """" : {property}){filterCaseSensitivityOperator} != ""{value}""{filterCaseSensitivityOperator}";
}
else if (columnFilterOperator == FilterOperator.IsNull)
{
return $@"np({property}) == null";
}
else if (columnFilterOperator == FilterOperator.IsEmpty)
{
return $@"np({property}) == """"";
}
else if (columnFilterOperator == FilterOperator.IsNotEmpty)
{
return $@"np({property}) != """"";
}
else if (columnFilterOperator == FilterOperator.IsNotNull)
{
return $@"np({property}) != null";
}
}
else if (PropertyAccess.IsNumeric(column.FilterPropertyType))
{
return $"{property} {linqOperator} {value}";
if (columnFilterOperator == FilterOperator.IsNull || columnFilterOperator == FilterOperator.IsNotNull)
{
return $"{property} {linqOperator} null";
}
else if (columnFilterOperator == FilterOperator.IsEmpty || columnFilterOperator == FilterOperator.IsNotEmpty)
{
return $@"{property} {linqOperator} """"";
}
else
{
return $"{property} {linqOperator} {value}";
}
}
else if (column.FilterPropertyType == typeof(DateTime) ||
column.FilterPropertyType == typeof(DateTime?) ||
column.FilterPropertyType == typeof(DateTimeOffset) ||
column.FilterPropertyType == typeof(DateTimeOffset?))
{
var dateTimeValue = DateTime.Parse(value, null, System.Globalization.DateTimeStyles.RoundtripKind);
var finalDate = dateTimeValue.TimeOfDay == TimeSpan.Zero ? dateTimeValue.Date : dateTimeValue;
var dateFormat = dateTimeValue.TimeOfDay == TimeSpan.Zero ? "yyyy-MM-dd" : "yyyy-MM-ddTHH:mm:ssZ";
var dateFunction = column.FilterPropertyType == typeof(DateTimeOffset) || column.FilterPropertyType == typeof(DateTimeOffset?) ? "DateTimeOffset" : "DateTime";
if (columnFilterOperator == FilterOperator.IsNull || columnFilterOperator == FilterOperator.IsNotNull)
{
return $"{property} {linqOperator} null";
}
else if (columnFilterOperator == FilterOperator.IsEmpty || columnFilterOperator == FilterOperator.IsNotEmpty)
{
return $@"{property} {linqOperator} """"";
}
else
{
var dateTimeValue = DateTime.Parse(value, null, System.Globalization.DateTimeStyles.RoundtripKind);
var finalDate = dateTimeValue.TimeOfDay == TimeSpan.Zero ? dateTimeValue.Date : dateTimeValue;
var dateFormat = dateTimeValue.TimeOfDay == TimeSpan.Zero ? "yyyy-MM-dd" : "yyyy-MM-ddTHH:mm:ss.fffZ";
var dateFunction = column.FilterPropertyType == typeof(DateTimeOffset) || column.FilterPropertyType == typeof(DateTimeOffset?) ? "DateTimeOffset" : "DateTime";
return $@"{property} {linqOperator} {dateFunction}(""{finalDate.ToString(dateFormat)}"")";
return $@"{property} {linqOperator} {dateFunction}(""{finalDate.ToString(dateFormat)}"")";
}
}
else if (column.FilterPropertyType == typeof(bool) || column.FilterPropertyType == typeof(bool?))
{
@@ -319,12 +474,30 @@ namespace Radzen
}
else if (column.FilterPropertyType == typeof(Guid) || column.FilterPropertyType == typeof(Guid?))
{
return $@"{property} {linqOperator} Guid(""{value}"")";
if (columnFilterOperator == FilterOperator.IsNull || columnFilterOperator == FilterOperator.IsNotNull)
{
return $"{property} {linqOperator} null";
}
else if (columnFilterOperator == FilterOperator.IsEmpty || columnFilterOperator == FilterOperator.IsNotEmpty)
{
return $@"{property} {linqOperator} """"";
}
else
{
return $@"{property} {linqOperator} Guid(""{value}"")";
}
}
return "";
}
/// <summary>
/// Gets the column o data filter.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="column">The column.</param>
/// <param name="second">if set to <c>true</c> [second].</param>
/// <returns>System.String.</returns>
private static string GetColumnODataFilter<T>(RadzenGridColumn<T> column, bool second = false)
{
var columnType = column.Type;
@@ -405,21 +578,34 @@ namespace Radzen
return "";
}
/// <summary>
/// Gets the column o data filter.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="column">The column.</param>
/// <param name="second">if set to <c>true</c> [second].</param>
/// <returns>System.String.</returns>
private static string GetColumnODataFilter<T>(RadzenDataGridColumn<T> column, bool second = false)
{
var property = column.GetFilterProperty().Replace('.', '/');
var columnFilterOperator = !second ? column.GetFilterOperator() : column.GetSecondFilterOperator();
var odataFilterOperator = ODataFilterOperators[columnFilterOperator];
var value = !second ? (string)Convert.ChangeType(column.GetFilterValue(), typeof(string)) :
(string)Convert.ChangeType(column.GetSecondFilterValue(), typeof(string));
var value = IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string) ? null :
!second ? (string)Convert.ChangeType(column.GetFilterValue(), typeof(string)) :
(string)Convert.ChangeType(column.GetSecondFilterValue(), typeof(string));
if (column.Grid.FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive && column.FilterPropertyType == typeof(string))
{
property = $"tolower({property})";
}
if (column.FilterPropertyType == typeof(string))
if (PropertyAccess.IsEnum(column.FilterPropertyType) || PropertyAccess.IsNullableEnum(column.FilterPropertyType))
{
return $"{property} {odataFilterOperator} '{value}'";
}
else if (column.FilterPropertyType == typeof(string))
{
if (!string.IsNullOrEmpty(value) && columnFilterOperator == FilterOperator.Contains)
{
@@ -457,30 +643,84 @@ namespace Radzen
$"{property} ne tolower('{value}')" :
$"{property} ne '{value}'";
}
else if (columnFilterOperator == FilterOperator.IsNull || columnFilterOperator == FilterOperator.IsNotNull)
{
return $"{property} {odataFilterOperator} null";
}
else if (columnFilterOperator == FilterOperator.IsEmpty || columnFilterOperator == FilterOperator.IsNotEmpty)
{
return $"{property} {odataFilterOperator} ''";
}
}
else if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string))
{
var v = !second ? column.GetFilterValue() : column.GetSecondFilterValue();
var enumerableValue = ((IEnumerable)(v != null ? v : Enumerable.Empty<object>())).AsQueryable();
var enumerableValueAsString = "(" + String.Join(",",
(enumerableValue.ElementType == typeof(string) ? enumerableValue.Cast<string>().Select(i => $@"'{i}'").Cast<object>() : enumerableValue.Cast<object>())) + ")";
if (enumerableValue.Any() && columnFilterOperator == FilterOperator.Contains)
{
return $"{property} in {enumerableValueAsString}";
}
else if (enumerableValue.Any() && columnFilterOperator == FilterOperator.DoesNotContain)
{
return $"not({property} in {enumerableValueAsString})";
}
}
else if (PropertyAccess.IsNumeric(column.FilterPropertyType))
{
return $"{property} {ODataFilterOperators[columnFilterOperator]} {value}";
return $"{property} {odataFilterOperator} {value}";
}
else if (column.FilterPropertyType == typeof(bool) || column.FilterPropertyType == typeof(bool?))
{
return $"{property} eq {value.ToLower()}";
if (columnFilterOperator == FilterOperator.IsNull || columnFilterOperator == FilterOperator.IsNotNull)
{
return $"{property} {odataFilterOperator} null";
}
else if (columnFilterOperator == FilterOperator.IsEmpty || columnFilterOperator == FilterOperator.IsNotEmpty)
{
return $"{property} {odataFilterOperator} ''";
}
else
{
return $"{property} eq {value.ToLower()}";
}
}
else if (column.FilterPropertyType == typeof(DateTime) ||
column.FilterPropertyType == typeof(DateTime?) ||
column.FilterPropertyType == typeof(DateTimeOffset) ||
column.FilterPropertyType == typeof(DateTimeOffset?))
{
return $"{property} {ODataFilterOperators[columnFilterOperator]} {DateTime.Parse(value, null, System.Globalization.DateTimeStyles.RoundtripKind).ToString("yyyy-MM-ddTHH:mm:ss.fffZ")}";
if (columnFilterOperator == FilterOperator.IsNull || columnFilterOperator == FilterOperator.IsNotNull)
{
return $"{property} {odataFilterOperator} null";
}
else if (columnFilterOperator == FilterOperator.IsEmpty || columnFilterOperator == FilterOperator.IsNotEmpty)
{
return $"{property} {odataFilterOperator} ''";
}
else
{
return $"{property} {odataFilterOperator} {DateTime.Parse(value, null, System.Globalization.DateTimeStyles.RoundtripKind).ToString("yyyy-MM-ddTHH:mm:ss.fffZ")}";
}
}
else if (column.FilterPropertyType == typeof(Guid) || column.FilterPropertyType == typeof(Guid?))
{
return $"{property} {ODataFilterOperators[columnFilterOperator]} {value}";
return $"{property} {odataFilterOperator} {value}";
}
return "";
}
/// <summary>
/// Converts to odatafilterstring.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="columns">The columns.</param>
/// <returns>System.String.</returns>
public static string ToODataFilterString<T>(this IEnumerable<RadzenGridColumn<T>> columns)
{
Func<RadzenGridColumn<T>, bool> canFilter = (c) => c.Filterable && !string.IsNullOrEmpty(c.Type) &&
@@ -529,10 +769,19 @@ namespace Radzen
return "";
}
/// <summary>
/// Converts to odatafilterstring.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="columns">The columns.</param>
/// <returns>System.String.</returns>
public static string ToODataFilterString<T>(this IEnumerable<RadzenDataGridColumn<T>> columns)
{
Func<RadzenDataGridColumn<T>, bool> canFilter = (c) => c.Filterable && c.FilterPropertyType != null &&
!(c.GetFilterValue() == null || c.GetFilterValue() as string == string.Empty) && c.GetFilterProperty() != null;
(!(c.GetFilterValue() == null || c.GetFilterValue() as string == string.Empty)
|| c.GetFilterOperator() == FilterOperator.IsNotNull || c.GetFilterOperator() == FilterOperator.IsNull
|| c.GetFilterOperator() == FilterOperator.IsEmpty || c.GetFilterOperator() == FilterOperator.IsNotEmpty)
&& c.GetFilterProperty() != null;
if (columns.Where(canFilter).Any())
{
@@ -544,10 +793,11 @@ namespace Radzen
{
var property = column.GetFilterProperty().Replace('.', '/');
var value = (string)Convert.ChangeType(column.GetFilterValue(), typeof(string));
var secondValue = (string)Convert.ChangeType(column.GetSecondFilterValue(), typeof(string));
var value = column.GetFilterValue();
var secondValue = column.GetSecondFilterValue();
if (!string.IsNullOrEmpty(value))
if (value != null || column.GetFilterOperator() == FilterOperator.IsNotNull || column.GetFilterOperator() == FilterOperator.IsNull
|| column.GetFilterOperator() == FilterOperator.IsEmpty || column.GetFilterOperator() == FilterOperator.IsNotEmpty)
{
var linqOperator = ODataFilterOperators[column.GetFilterOperator()];
if (linqOperator == null)
@@ -557,12 +807,12 @@ namespace Radzen
var booleanOperator = column.LogicalFilterOperator == LogicalFilterOperator.And ? "and" : "or";
if (string.IsNullOrEmpty(secondValue))
if (secondValue == null)
{
whereList.Add(GetColumnODataFilter(column));
}
else
{
{
whereList.Add($"({GetColumnODataFilter(column)} {booleanOperator} {GetColumnODataFilter(column, true)})");
}
}
@@ -574,6 +824,13 @@ namespace Radzen
return "";
}
/// <summary>
/// Wheres the specified columns.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="source">The source.</param>
/// <param name="columns">The columns.</param>
/// <returns>IQueryable&lt;T&gt;.</returns>
public static IQueryable<T> Where<T>(this IQueryable<T> source, IEnumerable<RadzenGridColumn<T>> columns)
{
Func<RadzenGridColumn<T>, bool> canFilter = (c) => c.Filterable && !string.IsNullOrEmpty(c.Type) &&
@@ -650,10 +907,25 @@ namespace Radzen
return source;
}
private static bool IsEnumerable(Type type)
{
return typeof(IEnumerable).IsAssignableFrom(type) || typeof(IEnumerable<>).IsAssignableFrom(type);
}
/// <summary>
/// Wheres the specified columns.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="source">The source.</param>
/// <param name="columns">The columns.</param>
/// <returns>IQueryable&lt;T&gt;.</returns>
public static IQueryable<T> Where<T>(this IQueryable<T> source, IEnumerable<RadzenDataGridColumn<T>> columns)
{
Func<RadzenDataGridColumn<T>, bool> canFilter = (c) => c.Filterable && c.FilterPropertyType != null &&
!(c.GetFilterValue() == null || c.GetFilterValue() as string == string.Empty) && c.GetFilterProperty() != null;
(!(c.GetFilterValue() == null || c.GetFilterValue() as string == string.Empty)
|| c.GetFilterOperator() == FilterOperator.IsNotNull || c.GetFilterOperator() == FilterOperator.IsNull
|| c.GetFilterOperator() == FilterOperator.IsEmpty || c.GetFilterOperator() == FilterOperator.IsNotEmpty)
&& c.GetFilterProperty() != null;
if (columns.Where(canFilter).Any())
{
@@ -671,13 +943,18 @@ namespace Radzen
property = $"({property})";
}
if (column.FilterPropertyType == typeof(string))
if (column.FilterPropertyType == typeof(string) &&
!(column.GetFilterOperator() == FilterOperator.IsNotNull || column.GetFilterOperator() == FilterOperator.IsNull
|| column.GetFilterOperator() == FilterOperator.IsEmpty || column.GetFilterOperator() == FilterOperator.IsNotEmpty))
{
property = $@"({property} == null ? """" : {property})";
}
string filterCaseSensitivityOperator = column.FilterPropertyType == typeof(string) &&
column.Grid.FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive ? ".ToLower()" : "";
string filterCaseSensitivityOperator = column.FilterPropertyType == typeof(string)
&& column.GetFilterOperator() != FilterOperator.IsNotNull && column.GetFilterOperator() != FilterOperator.IsNull
&& column.GetFilterOperator() != FilterOperator.IsEmpty && column.GetFilterOperator() != FilterOperator.IsNotEmpty
&& column.Grid.FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive ? ".ToLower()" : "";
var comparison = LinqFilterOperators[column.GetFilterOperator()];
@@ -687,15 +964,31 @@ namespace Radzen
{
if (comparison == "StartsWith" || comparison == "EndsWith" || comparison == "Contains")
{
whereList.Add($@"{property}{filterCaseSensitivityOperator}.{comparison}(@{index}{filterCaseSensitivityOperator})", new object[] { column.GetFilterValue() });
if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string) && comparison == "Contains")
{
whereList.Add($@"(@{index}).Contains({property})", new object[] { column.GetFilterValue() });
}
else
{
whereList.Add($@"{property}{filterCaseSensitivityOperator}.{comparison}(@{index}{filterCaseSensitivityOperator})", new object[] { column.GetFilterValue() });
}
index++;
}
else if (comparison == "DoesNotContain")
{
whereList.Add($@"!{property}{filterCaseSensitivityOperator}.Contains(@{index}{filterCaseSensitivityOperator})", new object[] { column.GetFilterValue() });
if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string) && comparison == "DoesNotContain")
{
whereList.Add($@"!(@{index}).Contains({property})", new object[] { column.GetFilterValue() });
}
else
{
whereList.Add($@"!{property}{filterCaseSensitivityOperator}.Contains(@{index}{filterCaseSensitivityOperator})", new object[] { column.GetFilterValue() });
}
index++;
}
else
else if (!(IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string)))
{
whereList.Add($@"{property}{filterCaseSensitivityOperator} {comparison} @{index}{filterCaseSensitivityOperator}", new object[] { column.GetFilterValue() });
index++;
@@ -703,34 +996,335 @@ namespace Radzen
}
else
{
var firstFilter = comparison == "StartsWith" || comparison == "EndsWith" || comparison == "Contains" ?
$@"{property}{filterCaseSensitivityOperator}.{comparison}(@{index}{filterCaseSensitivityOperator})" :
comparison == "DoesNotContain" ? $@"!{property}{filterCaseSensitivityOperator}.Contains(@{index}{filterCaseSensitivityOperator})" :
$@"{property}{filterCaseSensitivityOperator} {comparison} @{index}{filterCaseSensitivityOperator}";
index++;
var secondComparison = LinqFilterOperators[column.GetSecondFilterOperator()];
var secondFilter = secondComparison == "StartsWith" || secondComparison == "EndsWith" || secondComparison == "Contains" ?
$@"{property}{filterCaseSensitivityOperator}.{secondComparison}(@{index}{filterCaseSensitivityOperator})" :
secondComparison == "DoesNotContain" ? $@"!{property}{filterCaseSensitivityOperator}.Contains(@{index}{filterCaseSensitivityOperator})" :
$@"{property}{filterCaseSensitivityOperator} {secondComparison} @{index}{filterCaseSensitivityOperator}";
index++;
whereList.Add($@"({firstFilter} {booleanOperator} {secondFilter})", new object[] { column.GetFilterValue(), column.GetSecondFilterValue() });
if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string) &&
(comparison == "Contains" || comparison == "DoesNotContain") &&
(secondComparison == "Contains" || secondComparison == "DoesNotContain"))
{
var firstFilter = $@"{(comparison == "DoesNotContain" ? "!" : "")}(@{index}).Contains({property})";
index++;
var secondFilter = $@"{(secondComparison == "DoesNotContain" ? "!" : "")}(@{index}).Contains({property})";
index++;
whereList.Add($@"({firstFilter} {booleanOperator} {secondFilter})", new object[] { column.GetFilterValue(), column.GetSecondFilterValue() });
}
else
{
var firstFilter = comparison == "StartsWith" || comparison == "EndsWith" || comparison == "Contains" ?
$@"{property}{filterCaseSensitivityOperator}.{comparison}(@{index}{filterCaseSensitivityOperator})" :
comparison == "DoesNotContain" ? $@"!{property}{filterCaseSensitivityOperator}.Contains(@{index}{filterCaseSensitivityOperator})" :
$@"{property}{filterCaseSensitivityOperator} {comparison} @{index}{filterCaseSensitivityOperator}";
index++;
var secondFilter = secondComparison == "StartsWith" || secondComparison == "EndsWith" || secondComparison == "Contains" ?
$@"{property}{filterCaseSensitivityOperator}.{secondComparison}(@{index}{filterCaseSensitivityOperator})" :
secondComparison == "DoesNotContain" ? $@"!{property}{filterCaseSensitivityOperator}.Contains(@{index}{filterCaseSensitivityOperator})" :
$@"{property}{filterCaseSensitivityOperator} {secondComparison} @{index}{filterCaseSensitivityOperator}";
index++;
whereList.Add($@"({firstFilter} {booleanOperator} {secondFilter})", new object[] { column.GetFilterValue(), column.GetSecondFilterValue() });
}
}
}
return source.Where(string.Join($" {gridBooleanOperator} ", whereList.Keys), whereList.Values.SelectMany(i => i.ToArray()).ToArray());
return whereList.Keys.Any() ?
source.Where(string.Join($" {gridBooleanOperator} ", whereList.Keys), whereList.Values.SelectMany(i => i.ToArray()).ToArray())
: source;
}
return source;
}
/// <summary>
/// Wheres the specified filters.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="source">The source.</param>
/// <param name="dataFilter">The DataFilter.</param>
/// <returns>IQueryable&lt;T&gt;.</returns>
public static IQueryable<T> Where<T>(this IQueryable<T> source, RadzenDataFilter<T> dataFilter)
{
Func<CompositeFilterDescriptor, bool> canFilter = (c) => dataFilter.properties.Where(col => col.Property == c.Property).FirstOrDefault()?.FilterPropertyType != null &&
(!(c.FilterValue == null || c.FilterValue as string == string.Empty)
|| c.FilterOperator == FilterOperator.IsNotNull || c.FilterOperator == FilterOperator.IsNull
|| c.FilterOperator == FilterOperator.IsEmpty || c.FilterOperator == FilterOperator.IsNotEmpty)
&& c.Property != null;
if (dataFilter.Filters.Concat(dataFilter.Filters.SelectManyRecursive(i => i.Filters ?? Enumerable.Empty<CompositeFilterDescriptor>())).Where(canFilter).Any())
{
var index = 0;
var filterExpressions = new List<string>();
var filterValues = new List<object[]>();
foreach (var filter in dataFilter.Filters)
{
AddWhereExpression(canFilter, filter, ref filterExpressions, ref filterValues, ref index, dataFilter);
}
return filterExpressions.Any() ?
source.Where(string.Join($" {dataFilter.LogicalFilterOperator.ToString().ToLower()} ", filterExpressions), filterValues.SelectMany(i => i.ToArray()).ToArray())
: source;
}
return source;
}
private static void AddWhereExpression<T>(Func<CompositeFilterDescriptor, bool> canFilter, CompositeFilterDescriptor filter, ref List<string> filterExpressions, ref List<object[]> filterValues, ref int index, RadzenDataFilter<T> dataFilter)
{
if (filter.Filters != null)
{
var innerFilterExpressions = new List<string>();
foreach (var f in filter.Filters)
{
AddWhereExpression(canFilter, f, ref innerFilterExpressions, ref filterValues, ref index, dataFilter);
}
if (innerFilterExpressions.Any())
{
filterExpressions.Add("(" + string.Join($" {filter.LogicalFilterOperator.ToString().ToLower()} ", innerFilterExpressions) + ")");
}
}
else
{
if (filter.Property == null || (filter.FilterValue == null &&
filter.FilterOperator != FilterOperator.IsNull && filter.FilterOperator != FilterOperator.IsNotNull))
{
return;
}
var property = PropertyAccess.GetProperty(filter.Property);
if (property.IndexOf(".") != -1)
{
property = $"({property})";
}
var column = dataFilter.properties.Where(c => c.Property == filter.Property).FirstOrDefault();
if (column == null) return;
if (column.FilterPropertyType == typeof(string) &&
!(filter.FilterOperator == FilterOperator.IsNotNull || filter.FilterOperator == FilterOperator.IsNull
|| filter.FilterOperator == FilterOperator.IsEmpty || filter.FilterOperator == FilterOperator.IsNotEmpty))
{
property = $@"({property} == null ? """" : {property})";
}
string filterCaseSensitivityOperator = column.FilterPropertyType == typeof(string)
&& filter.FilterOperator != FilterOperator.IsNotNull && filter.FilterOperator != FilterOperator.IsNull
&& filter.FilterOperator != FilterOperator.IsEmpty && filter.FilterOperator != FilterOperator.IsNotEmpty
&& dataFilter.FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive ? ".ToLower()" : "";
var comparison = LinqFilterOperators[filter.FilterOperator];
if (comparison == "StartsWith" || comparison == "EndsWith" || comparison == "Contains")
{
if (column.FilterPropertyType == typeof(string) && filter.FilterValue == null)
{
filter.FilterValue = "";
}
if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string) && comparison == "Contains")
{
filterExpressions.Add($@"(@{index}).Contains({property})");
filterValues.Add(new object[] { filter.FilterValue });
}
else
{
filterExpressions.Add($@"{property}{filterCaseSensitivityOperator}.{comparison}(@{index}{filterCaseSensitivityOperator})");
filterValues.Add(new object[] { filter.FilterValue });
}
index++;
}
else if (comparison == "DoesNotContain")
{
if (column.FilterPropertyType == typeof(string) && filter.FilterValue == null)
{
filter.FilterValue = "";
}
if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string) && comparison == "DoesNotContain")
{
filterExpressions.Add($@"!(@{index}).Contains({property})");
filterValues.Add(new object[] { filter.FilterValue });
}
else
{
filterExpressions.Add($@"!{property}{filterCaseSensitivityOperator}.Contains(@{index}{filterCaseSensitivityOperator})");
filterValues.Add(new object[] { filter.FilterValue });
}
index++;
}
else if (!(IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string)))
{
var value = filter.FilterValue;
if (column.FilterPropertyType == typeof(DateTimeOffset) || column.FilterPropertyType == typeof(DateTimeOffset?))
{
value = filter.FilterValue != null ? (object)(new DateTimeOffset((DateTime)filter.FilterValue, TimeSpan.Zero)) : null;
}
filterExpressions.Add($@"{property}{filterCaseSensitivityOperator} {comparison} @{index}{filterCaseSensitivityOperator}");
filterValues.Add(new object[] { value });
index++;
}
}
}
/// <summary>
/// Converts to OData filter expression.
/// </summary>
/// <param name="dataFilter">The DataFilter.</param>
/// <returns>System.String.</returns>
public static string ToODataFilterString<T>(this RadzenDataFilter<T> dataFilter)
{
Func<CompositeFilterDescriptor, bool> canFilter = (c) => dataFilter.properties.Where(col => col.Property == c.Property).FirstOrDefault()?.FilterPropertyType != null &&
(!(c.FilterValue == null || c.FilterValue as string == string.Empty)
|| c.FilterOperator == FilterOperator.IsNotNull || c.FilterOperator == FilterOperator.IsNull
|| c.FilterOperator == FilterOperator.IsEmpty || c.FilterOperator == FilterOperator.IsNotEmpty)
&& c.Property != null;
if (dataFilter.Filters.Concat(dataFilter.Filters.SelectManyRecursive(i => i.Filters ?? Enumerable.Empty<CompositeFilterDescriptor>())).Where(canFilter).Any())
{
var filterExpressions = new List<string>();
foreach (var filter in dataFilter.Filters)
{
AddODataExpression(canFilter, filter, ref filterExpressions, dataFilter);
}
return filterExpressions.Any() ?
string.Join($" {dataFilter.LogicalFilterOperator.ToString().ToLower()} ", filterExpressions)
: "";
}
return "";
}
private static void AddODataExpression<T>(Func<CompositeFilterDescriptor, bool> canFilter, CompositeFilterDescriptor filter, ref List<string> filterExpressions, RadzenDataFilter<T> dataFilter)
{
if (filter.Filters != null)
{
var innerFilterExpressions = new List<string>();
foreach (var f in filter.Filters)
{
AddODataExpression(canFilter, f, ref innerFilterExpressions, dataFilter);
}
if (innerFilterExpressions.Any())
{
filterExpressions.Add("(" + string.Join($" {filter.LogicalFilterOperator.ToString().ToLower()} ", innerFilterExpressions) + ")");
}
}
else
{
if (filter.Property == null || (filter.FilterValue == null &&
filter.FilterOperator != FilterOperator.IsNull && filter.FilterOperator != FilterOperator.IsNotNull))
{
return;
}
var property = filter.Property.Replace('.', '/');
var column = dataFilter.properties.Where(c => c.Property == filter.Property).FirstOrDefault();
if (column == null) return;
if (dataFilter.FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive && column.FilterPropertyType == typeof(string))
{
property = $"tolower({property})";
}
if (filter.FilterOperator == FilterOperator.StartsWith || filter.FilterOperator == FilterOperator.EndsWith
|| filter.FilterOperator == FilterOperator.Contains || filter.FilterOperator == FilterOperator.DoesNotContain)
{
if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string) &&
(filter.FilterOperator == FilterOperator.Contains || filter.FilterOperator == FilterOperator.DoesNotContain))
{
var enumerableValue = ((IEnumerable)(filter.FilterValue != null ? filter.FilterValue : Enumerable.Empty<object>())).AsQueryable();
var enumerableValueAsString = "(" + String.Join(",",
(enumerableValue.ElementType == typeof(string) ? enumerableValue.Cast<string>().Select(i => $@"'{i}'").Cast<object>() : enumerableValue.Cast<object>())) + ")";
if (enumerableValue.Any() && filter.FilterOperator == FilterOperator.Contains)
{
filterExpressions.Add($"{property} in {enumerableValueAsString}");
}
else if (enumerableValue.Any() && filter.FilterOperator == FilterOperator.DoesNotContain)
{
filterExpressions.Add($"not({property} in {enumerableValueAsString})");
}
}
else
{
var expression = dataFilter.FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive ?
$"{ODataFilterOperators[filter.FilterOperator]}({property}, tolower('{filter.FilterValue}'))" :
$"{ODataFilterOperators[filter.FilterOperator]}({property}, '{filter.FilterValue}')";
if (filter.FilterOperator == FilterOperator.DoesNotContain)
{
expression = $"not({expression})";
}
filterExpressions.Add(expression);
}
}
else
{
if (IsEnumerable(column.FilterPropertyType) && column.FilterPropertyType != typeof(string))
return;
var value = $"{filter.FilterValue}";
if (filter.FilterOperator == FilterOperator.IsNull || filter.FilterOperator == FilterOperator.IsNotNull)
{
value = $"null";
}
else if (filter.FilterOperator == FilterOperator.IsEmpty || filter.FilterOperator == FilterOperator.IsNotEmpty)
{
value = $"''";
}
else if (column.FilterPropertyType == typeof(string) || PropertyAccess.IsEnum(column.FilterPropertyType) || PropertyAccess.IsNullableEnum(column.FilterPropertyType))
{
value = $"'{value}'";
}
else if (column.FilterPropertyType == typeof(DateTime) || column.FilterPropertyType == typeof(DateTime?))
{
value = $"{DateTime.Parse(value, null, System.Globalization.DateTimeStyles.RoundtripKind).ToString("yyyy-MM-ddTHH:mm:ss.fffZ")}";
}
else if (column.FilterPropertyType == typeof(bool) || column.FilterPropertyType == typeof(bool?))
{
value = $"{value?.ToLower()}";
}
filterExpressions.Add($@"{property} {ODataFilterOperators[filter.FilterOperator]} {value}");
}
}
}
/// <summary>
/// Ases the o data enumerable.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="source">The source.</param>
/// <returns>ODataEnumerable&lt;T&gt;.</returns>
public static ODataEnumerable<T> AsODataEnumerable<T>(this IEnumerable<T> source)
{
return new ODataEnumerable<T>(source);
}
/// <summary>
/// Selects the many recursive.
/// </summary>
/// <typeparam name="T"></typeparam>
/// <param name="source">The source.</param>
/// <param name="selector">The selector.</param>
/// <returns>IEnumerable&lt;T&gt;.</returns>
public static IEnumerable<T> SelectManyRecursive<T>(this IEnumerable<T> source, Func<T, IEnumerable<T>> selector)
{
var result = source.SelectMany(selector);

105
Radzen.Blazor/README.md Normal file
View File

@@ -0,0 +1,105 @@
## Radzen Blazor is a set of 70+ free native Blazor UI controls packed with DataGrid, Scheduler, Charts and robust theming including Material design and Fluent UI.
![Radzen Blazor Components](https://raw.githubusercontent.com/radzenhq/radzen-blazor/master/RadzenBlazorDemos/wwwroot/images/radzen-blazor-components.png)
## Why choose Radzen Blazor Components?
### :sparkles: Free
Radzen Blazor Components are open source and free for commercial use. You can install them from [nuget](https://www.nuget.org/packages/Radzen.Blazor) or build your own copy from source.
Paid support is available as part of the [Radzen Professional subscription](https://www.radzen.com/blazor-studio/pricing/).
### :computer: Native
The components are implemented in C# and take full advantage of the Blazor framework. They do not depend on or wrap existing JavaScript frameworks or libraries.
Blazor Server and Blazor WebAssembly are fully supported.
### :seedling: Growing
We add new components and features on a regular basis.
Short development cycle. We release as soon as new stuff is available. No more quarterly releases.
## Support exceeding your expectations
### :speech_balloon: Community Support
Everybody is welcome to visit the [Radzen Community forum](https://forum.radzen.com/). Join the growing community and participate in the discussions!
### :dart: Dedicated Support
The Radzen team monitors the forum threads, but does not guarantee a response to every question. For guaranteed responses you may consider the dedicated support option.
Dedicated support for the Radzen Blazor Components is available as part of the [Radzen Professional subscription](https://www.radzen.com/blazor-studio/pricing/).
Our flagship product [Radzen Blazor Studio](https://www.radzen.com/blazor-studio/) provides tons of productivity features for Blazor developers:
- An industry-leading WYSIWYG Blazor design time canvas
- Scaffolding a complete CRUD applications from a database
- Built-in security - authentication and authorization
- Visual Studio Code and Professional support
- Deployment to IIS and Azure
- Dedicated support with 24 hour guaranteed response time
## Get started with Radzen Blazor Components
### 1. Install
Radzen Blazor Components are distributed as a [Radzen.Blazor nuget package](https://www.nuget.org/packages/Radzen.Blazor). You can add them to your project in one of the following ways
- Install the package from command line by running `dotnet add package Radzen.Blazor`
- Add the project from the Visual Nuget Package Manager
- Manually edit the .csproj file and add a project reference
### 2. Import the namespace
Open the `_Imports.razor` file of your Blazor application and add this line `@using Radzen.Blazor`.
### 3. Include a theme
Radzen Blazor components come with five free themes: Material, Standard, Default, Dark, Software and Humanistic.
To use a theme
1. Pick a theme. The [online demos](https://blazor.radzen.com/colors) allow you to preview the available options via the theme dropdown located in the header. The Material theme is currently selected by default.
1. Include the theme CSS file in your Blazor application. Open `Pages\_Layout.cshtml` (Blazor Server .NET 6), `Pages\_Host.cshtml` (Blazor Server .NET 7) or `wwwroot/index.html` (Blazor WebAssembly) and include a theme CSS file by adding this snippet
```html
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-base.css">
```
To include a different theme (i.e. Standard) just change the name of the CSS file:
```
<link rel="stylesheet" href="_content/Radzen.Blazor/css/standard-base.css">
```
### 4. Include Radzen.Blazor.js
Open `Pages\_Layout.cshtml` (Blazor Server .NET 6), `Pages\_Host.cshtml` (Blazor Server .NET 7) or `wwwroot/index.html` (Blazor WebAssembly) and include this snippet:
```html
<script src="_content/Radzen.Blazor/Radzen.Blazor.js"></script>
```
### 5. Use a component
Use any Radzen Blazor component by typing its tag name in a Blazor page e.g.
```html
<RadzenButton Text="Hi"></RadzenButton>
```
#### Data-binding a property
```razor
<RadzenButton Text=@text />
<RadzenTextBox @bind-Value=@text />
@code {
string text = "Hi";
}
```
#### Handing events
```razor
<RadzenButton Click="@ButtonClicked" Text="Hi"></RadzenButton>
@code {
void ButtonClicked()
{
}
}
```

View File

@@ -1,80 +1,75 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<NoWarn>BL9993</NoWarn>
<TargetFrameworks>netstandard2.1;net5.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net5.0;net6.0;net7.0</TargetFrameworks>
<RazorLangVersion>3.0</RazorLangVersion>
<LangVersion>7.3</LangVersion>
<OutputType>Library</OutputType>
<IsPackable>true</IsPackable>
<PackageId>Radzen.Blazor</PackageId>
<Product>Radzen.Blazor</Product>
<Version>3.11.2</Version>
<Version>4.8.4</Version>
<Copyright>Radzen Ltd.</Copyright>
<Authors>Radzen Ltd.</Authors>
<Description>Native Blazor UI components by Radzen Ltd.</Description>
<PackageTags>blazor blazor-component blazor-grid blazor-datagrid</PackageTags>
<Description>Radzen Blazor is a set of 70+ free native Blazor UI controls packed with DataGrid, Scheduler, Charts and robust theming including Material design and Fluent UI.</Description>
<PackageTags>blazor material design fluent fluentui components datagrid scheduler charts</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://www.radzen.com</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Title>Radzen Components for Blazor</Title>
<RepositoryUrl>https://github.com/radzenhq/radzen-blazor</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0'">
<DefineConstants>NET5</DefineConstants>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibSassBuilder" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components" Condition="'$(TargetFramework)' == 'netstandard2.1'" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Condition="'$(TargetFramework)' == 'netstandard2.1'" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Condition="'$(TargetFramework)' == 'net5.0'" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Condition="'$(TargetFramework)' == 'net5.0'" Version="5.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.12" />
<PackageReference Include="Microsoft.AspNetCore.Components" Condition="'$(TargetFramework)' == 'net6.0'" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Condition="'$(TargetFramework)' == 'net6.0'" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components" Condition="'$(TargetFramework)' == 'net7.0'" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Condition="'$(TargetFramework)' == 'net7.0'" Version="7.0.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" Condition="'$(TargetFramework)' == 'netstandard2.1'"/>
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.22" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
<None Include="icon.png" Pack="true" PackagePath="" />
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
<None Include="icon.png" Pack="true" PackagePath="" />
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="LinkerConfig.xml">
<LogicalName>$(MSBuildProjectName).xml</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="LinkerConfig.xml">
<LogicalName>$(MSBuildProjectName).xml</LogicalName>
</EmbeddedResource>
</ItemGroup>
<UsingTask
TaskName="RemoveSourceMap"
TaskFactory="RoslynCodeTaskFactory"
AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll" >
<Task>
<Using Namespace="System"/>
<Using Namespace="System.IO"/>
<Using Namespace="System.Text"/>
<Code Type="Fragment" Language="cs">
<![CDATA[
foreach (var file in Directory.EnumerateFiles("./wwwroot/css", "*.css"))
{
File.WriteAllText(file, File.ReadAllText(file).Replace("/*# sourceMappingURL=themes" + Path.DirectorySeparatorChar + Path.GetFileName(file) + ".map */", ""), Encoding.UTF8);
}
]]>
</Code>
</Task>
</UsingTask>
<Target Name="ToolRestore" BeforeTargets="PreBuildEvent">
<Exec Command="dotnet tool restore" StandardOutputImportance="high" />
<PropertyGroup>
<LibSassOutputStyle>expanded</LibSassOutputStyle>
<EnableDefaultSassItems>false</EnableDefaultSassItems>
</PropertyGroup>
<ItemGroup>
<Sass Include="$(MSBuildProjectDirectory)/themes/*.scss" Exclude="$(MSBuildProjectDirectory)/themes/_*.scss" Condition="'$(TargetFramework)' == 'net6.0'" />
</ItemGroup>
<Target Name="Sass" BeforeTargets="BeforeBuild" Condition="'$(TargetFramework)' == 'net6.0'">
<PropertyGroup>
<_SassFileList>@(Sass->'&quot;%(FullPath)&quot;', ' ')</_SassFileList>
<LibSassBuilderArgs>files $(_SassFileList) --outputstyle $(LibSassOutputStyle) --level $(LibSassOutputLevel)</LibSassBuilderArgs>
</PropertyGroup>
<Message Text="$(LibSassBuilderArgs)" Importance="$(LibSassMessageLevel)" />
<Message Text="Converted SassFile list to argument" Importance="$(LibSassMessageLevel)" />
</Target>
<Target Name="PreBuild" AfterTargets="ToolRestore">
<Exec Command="dotnet tool run webcompiler -r themes -o wwwroot/css -z disable -m disable -p disable" StandardOutputImportance="high" />
<Target Name="MoveCss" AfterTargets="AfterCompile" Condition="'$(TargetFramework)' == 'net6.0'" >
<ItemGroup>
<CssFiles Include="$(MSBuildProjectDirectory)\themes\*.css" />
<CssFile Include="$(MSBuildProjectDirectory)/themes/*.css" />
</ItemGroup>
<ItemGroup>
<BootstrapFiles Include="$(MSBuildProjectDirectory)\wwwroot\css\bootstrap\**\*.*" />
</ItemGroup>
<Delete Files="@(CssFiles)" />
<Delete Files="@(BootstrapFiles)" />
<RemoveDir Directories="$(MSBuildProjectDirectory)\wwwroot\css\bootstrap" />
<RemoveSourceMap />
<Move SourceFiles="@(CssFile)" DestinationFolder="$(MSBuildProjectDirectory)/wwwroot/css/" />
</Target>
</Project>

View File

@@ -10,14 +10,14 @@
}
@if (Visible)
{
<div @ref="@Element" role="tablist" @attributes="Attributes" class="@GetCssClass()" id="@GetId()">
<div @ref="@Element" role="tablist" style=@Style @attributes="Attributes" class="@GetCssClass()" id="@GetId()">
@for (var i = 0; i < items.Count; i++)
{
var item = items[i];
if (!item.Visible)
continue;
<div class="rz-accordion-header rz-state-active" @attributes="item.Attributes" style="@item.Style">
<div @ref="@item.Element" id="@item.GetItemId()" @attributes="item.Attributes" class="@item.GetItemCssClass()" style="@item.Style">
<a @onclick="@((args) => SelectItem(item))" href="javascript:void(0)" role="tab" tabindex="0"
id="@($"rz-accordiontab-{items.IndexOf(item)}")" aria-controls="@($"rz-accordiontab-{items.IndexOf(item)}-content")" aria-expanded="true">
@if (IsSelected(i, item))
@@ -34,7 +34,7 @@
}
@if (!string.IsNullOrEmpty(item.Text))
{
<span>@item.Text</span>
<span>@((MarkupString)item.Text)</span>
}
</a>
</div>
@@ -49,112 +49,4 @@
}
}
</div>
}
@code {
protected override string GetComponentCssClass()
{
return "rz-accordion";
}
[Parameter]
public bool Multiple { get; set; }
[Parameter]
public int SelectedIndex { get; set; } = 0;
[Parameter]
public EventCallback<int> Expand { get; set; }
[Parameter]
public EventCallback<int> Collapse { get; set; }
[Parameter]
public RenderFragment Items { get; set; }
List<RadzenAccordionItem> items = new List<RadzenAccordionItem>();
public void AddItem(RadzenAccordionItem item)
{
if (items.IndexOf(item) == -1)
{
if (item.Selected)
{
SelectedIndex = items.Count;
if (!Multiple)
{
expandedIdexes.Clear();
}
if (!expandedIdexes.Contains(SelectedIndex))
{
expandedIdexes.Add(SelectedIndex);
}
}
items.Add(item);
StateHasChanged();
}
}
public void RemoveItem(RadzenAccordionItem item)
{
if (items.Contains(item))
{
items.Remove(item);
try { InvokeAsync(StateHasChanged); } catch { }
}
}
internal void Refresh()
{
StateHasChanged();
}
protected bool IsSelected(int index, RadzenAccordionItem item)
{
return expandedIdexes.Contains(index);
}
List<int> expandedIdexes = new List<int>();
internal async System.Threading.Tasks.Task SelectItem(RadzenAccordionItem item)
{
await CollapseAll(item);
var itemIndex = items.IndexOf(item);
if (!expandedIdexes.Contains(itemIndex))
{
expandedIdexes.Add(itemIndex);
await Expand.InvokeAsync(itemIndex);
}
else
{
expandedIdexes.Remove(itemIndex);
await Collapse.InvokeAsync(itemIndex);
}
if (!Multiple)
{
SelectedIndex = itemIndex;
}
StateHasChanged();
}
async System.Threading.Tasks.Task CollapseAll(RadzenAccordionItem item)
{
if (!Multiple && items.Count > 1)
{
foreach (var i in items.Where(i => i != item))
{
var itemIndex = items.IndexOf(i);
if (expandedIdexes.Contains(itemIndex))
{
expandedIdexes.Remove(itemIndex);
await Collapse.InvokeAsync(items.IndexOf(i));
}
}
}
}
}

View File

@@ -0,0 +1,173 @@
using Microsoft.AspNetCore.Components;
using System.Collections.Generic;
using System.Linq;
namespace Radzen.Blazor
{
/// <summary>
/// RadzenAccordion component.
/// </summary>
/// <example>
/// <code>
/// &lt;RadzenAccordion&gt;
/// &lt;Items&gt;
/// &lt;RadzenAccordionItem Text="Orders" Icon="account_balance_wallet"&gt;
/// Details for Orders
/// &lt;/RadzenAccordionItem&gt;
/// &lt;RadzenAccordionItem Text="Employees" Icon="account_box"&gt;
/// Details for Employees
/// &lt;/RadzenAccordionItem&gt;
/// &lt;/Items&gt;
/// &lt;/RadzenAccordion&gt;
/// </code>
/// </example>
public partial class RadzenAccordion : RadzenComponent
{
/// <inheritdoc />
protected override string GetComponentCssClass()
{
return "rz-accordion";
}
/// <summary>
/// Gets or sets a value indicating whether multiple items can be expanded.
/// </summary>
/// <value><c>true</c> if multiple items can be expanded; otherwise, <c>false</c>.</value>
[Parameter]
public bool Multiple { get; set; }
/// <summary>
/// Gets or sets the index of the selected item.
/// </summary>
/// <value>The index of the selected item.</value>
[Parameter]
public int SelectedIndex { get; set; } = 0;
/// <summary>
/// Gets or sets a callback raised when the item is expanded.
/// </summary>
/// <value>The expand.</value>
[Parameter]
public EventCallback<int> Expand { get; set; }
/// <summary>
/// Gets or sets a callback raised when the item is collapsed.
/// </summary>
/// <value>The collapse.</value>
[Parameter]
public EventCallback<int> Collapse { get; set; }
/// <summary>
/// Gets or sets the items.
/// </summary>
/// <value>The items.</value>
[Parameter]
public RenderFragment Items { get; set; }
List<RadzenAccordionItem> items = new List<RadzenAccordionItem>();
/// <summary>
/// Adds the item.
/// </summary>
/// <param name="item">The item.</param>
public void AddItem(RadzenAccordionItem item)
{
if (items.IndexOf(item) == -1)
{
if (item.Selected)
{
SelectedIndex = items.Count;
if (!Multiple)
{
expandedIdexes.Clear();
}
if (!expandedIdexes.Contains(SelectedIndex))
{
expandedIdexes.Add(SelectedIndex);
}
}
items.Add(item);
StateHasChanged();
}
}
/// <summary>
/// Removes the item.
/// </summary>
/// <param name="item">The item.</param>
public void RemoveItem(RadzenAccordionItem item)
{
if (items.Contains(item))
{
items.Remove(item);
if (!disposed)
{
try { InvokeAsync(StateHasChanged); } catch { }
}
}
}
/// <summary>
/// Refreshes this instance.
/// </summary>
internal void Refresh()
{
StateHasChanged();
}
/// <summary>
/// Determines whether the specified index is selected.
/// </summary>
/// <param name="index">The index.</param>
/// <param name="item">The item.</param>
/// <returns><c>true</c> if the specified index is selected; otherwise, <c>false</c>.</returns>
protected bool IsSelected(int index, RadzenAccordionItem item)
{
return expandedIdexes.Contains(index);
}
List<int> expandedIdexes = new List<int>();
internal async System.Threading.Tasks.Task SelectItem(RadzenAccordionItem item)
{
await CollapseAll(item);
var itemIndex = items.IndexOf(item);
if (!expandedIdexes.Contains(itemIndex))
{
expandedIdexes.Add(itemIndex);
await Expand.InvokeAsync(itemIndex);
}
else
{
expandedIdexes.Remove(itemIndex);
await Collapse.InvokeAsync(itemIndex);
}
if (!Multiple)
{
SelectedIndex = itemIndex;
}
StateHasChanged();
}
async System.Threading.Tasks.Task CollapseAll(RadzenAccordionItem item)
{
if (!Multiple && items.Count > 1)
{
foreach (var i in items.Where(i => i != item))
{
var itemIndex = items.IndexOf(i);
if (expandedIdexes.Contains(itemIndex))
{
expandedIdexes.Remove(itemIndex);
await Collapse.InvokeAsync(items.IndexOf(i));
}
}
}
}
}
}

View File

@@ -0,0 +1,129 @@
using Microsoft.AspNetCore.Components;
using System.Threading.Tasks;
namespace Radzen.Blazor
{
/// <summary>
/// Class RadzenAccordionItem.
/// </summary>
public partial class RadzenAccordionItem : RadzenComponent
{
/// <summary>
/// Gets or sets the text.
/// </summary>
/// <value>The text.</value>
[Parameter]
public string Text { get; set; }
/// <summary>
/// Gets or sets the icon.
/// </summary>
/// <value>The icon.</value>
[Parameter]
public string Icon { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="RadzenAccordionItem"/> is selected.
/// </summary>
/// <value><c>true</c> if selected; otherwise, <c>false</c>.</value>
[Parameter]
public bool Selected { get; set; }
/// <summary>
/// Gets or sets the child content.
/// </summary>
/// <value>The child content.</value>
[Parameter]
public RenderFragment ChildContent { get; set; }
bool _visible = true;
/// <summary>
/// Gets or sets a value indicating whether this <see cref="RadzenAccordionItem"/> is visible.
/// </summary>
/// <value><c>true</c> if visible; otherwise, <c>false</c>.</value>
[Parameter]
public override bool Visible
{
get
{
return _visible;
}
set
{
if (_visible != value)
{
_visible = value;
if (Accordion != null)
{
Accordion.Refresh();
}
}
}
}
RadzenAccordion _accordion;
/// <summary>
/// Gets or sets the accordion.
/// </summary>
/// <value>The accordion.</value>
[CascadingParameter]
public RadzenAccordion Accordion
{
get
{
return _accordion;
}
set
{
if (_accordion != value)
{
_accordion = value;
_accordion.AddItem(this);
}
}
}
/// <summary>
/// Set parameters as an asynchronous operation.
/// </summary>
/// <param name="parameters">The parameters.</param>
/// <returns>A Task representing the asynchronous operation.</returns>
public override async Task SetParametersAsync(ParameterView parameters)
{
if (parameters.DidParameterChange(nameof(Selected), Selected))
{
Accordion?.SelectItem(this);
}
await base.SetParametersAsync(parameters);
}
/// <summary>
/// Disposes this instance.
/// </summary>
public override void Dispose()
{
base.Dispose();
Accordion?.RemoveItem(this);
}
internal string GetItemId()
{
return GetId();
}
internal string GetItemCssClass()
{
return GetCssClass();
}
/// <inheritdoc />
protected override string GetComponentCssClass()
{
return "rz-accordion-header";
}
}
}

View File

@@ -1,68 +0,0 @@
@inherits RadzenComponent
@code {
[Parameter]
public string Text { get; set; }
[Parameter]
public string Icon { get; set; }
[Parameter]
public bool Selected { get; set; }
[Parameter]
public RenderFragment ChildContent { get; set; }
bool _visible = true;
[Parameter]
public override bool Visible
{
get
{
return _visible;
}
set
{
if (_visible != value)
{
_visible = value;
Accordion.Refresh();
}
}
}
RadzenAccordion _accordion;
[CascadingParameter]
public RadzenAccordion Accordion
{
get
{
return _accordion;
}
set
{
if (_accordion != value)
{
_accordion = value;
_accordion.AddItem(this);
}
}
}
public override async Task SetParametersAsync(ParameterView parameters)
{
if (parameters.DidParameterChange(nameof(Selected), Selected))
{
Accordion?.SelectItem(this);
}
await base.SetParametersAsync(parameters);
}
public override void Dispose()
{
base.Dispose();
Accordion?.RemoveItem(this);
}
}

View File

@@ -0,0 +1,89 @@
@inherits RadzenComponentWithChildren
@if (GetVisible())
{
<div @ref="@Element" style="@Style" @attributes="Attributes" class="@GetCssClass()" id="@GetId()" aria-live="polite">
<div class="rz-alert-item">
@if (ShowIcon)
{
<RadzenIcon Icon="@getIcon()" Class="rz-alert-icon" />
}
<div class="rz-alert-message">
@if (!string.IsNullOrEmpty(Title))
{
<div class="rz-alert-title">@Title</div>
}
<div class="rz-alert-content">
@if(ChildContent != null)
{
@ChildContent
}
else
{
@Text
}
</div>
</div>
</div>
@if (AllowClose)
{
if (Shade == Shade.Lighter)
{
if (AlertStyle == AlertStyle.Primary)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Primary" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Secondary)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Secondary" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Light)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Dark" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Base)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Dark" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Dark)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Light" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Success)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Success" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Danger)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Danger" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Warning)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Warning" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Info)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Info" Shade="Shade.Dark" Size="@getCloseButtonSize()" />
}
}
else
{
if (AlertStyle == AlertStyle.Light)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Base)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Dark" Size="@getCloseButtonSize()" />
}
else if (AlertStyle == AlertStyle.Dark)
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Light" Size="@getCloseButtonSize()" />
}
else
{
<RadzenButton Click=@Close Icon="close" Variant="Variant.Text" ButtonStyle="ButtonStyle.Light" Size="@getCloseButtonSize()" />
}
}
}
</div>
}

View File

@@ -0,0 +1,158 @@
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using System;
using System.Threading.Tasks;
namespace Radzen.Blazor
{
/// <summary>
/// RadzenAlert component.
/// </summary>
/// <example>
/// <code>
/// &lt;RadzenAlert&gt;
/// &lt;ChildContent&gt;
/// Content
/// &lt;/ChildContent&gt;
/// &lt;/RadzenAlert&gt;
/// </code>
/// </example>
public partial class RadzenAlert : RadzenComponentWithChildren
{
private string getAlertSize()
{
return Size == AlertSize.Medium ? "md" : Size == AlertSize.Large ? "lg" : Size == AlertSize.Small ? "sm" : "xs";
}
/// <summary>
/// Gets or sets a value indicating whether close is allowed. Set to <c>true</c> by default.
/// </summary>
/// <value><c>true</c> if close is allowed; otherwise, <c>false</c>.</value>
[Parameter]
public bool AllowClose { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether icon should be shown. Set to <c>true</c> by default.
/// </summary>
/// <value><c>true</c> if icon is shown; otherwise, <c>false</c>.</value>
[Parameter]
public bool ShowIcon { get; set; } = true;
/// <summary>
/// Gets or sets the title.
/// </summary>
/// <value>The title.</value>
[Parameter]
public string Title { get; set; }
/// <summary>
/// Gets or sets the text of the alert. Overriden by <see cref="ChildContent" />.
/// </summary>
/// <value>The title.</value>
[Parameter]
public string Text { get; set; }
/// <summary>
/// Gets or sets the icon.
/// </summary>
/// <value>The icon.</value>
[Parameter]
public string Icon { get; set; }
/// <summary>
/// Gets or sets the severity.
/// </summary>
/// <value>The severity.</value>
[Parameter]
public AlertStyle AlertStyle { get; set; } = AlertStyle.Base;
/// <summary>
/// Gets or sets the design variant of the alert.
/// </summary>
/// <value>The variant of the alert.</value>
[Parameter]
public Variant Variant { get; set; } = Variant.Filled;
/// <summary>
/// Gets or sets the color shade of the alert.
/// </summary>
/// <value>The color shade of the alert.</value>
[Parameter]
public Shade Shade { get; set; } = Shade.Default;
/// <summary>
/// Gets or sets the size.
/// </summary>
/// <value>The size.</value>
[Parameter]
public AlertSize Size { get; set; } = AlertSize.Medium;
ButtonSize getCloseButtonSize()
{
return Size == AlertSize.ExtraSmall ? ButtonSize.ExtraSmall : ButtonSize.Small;
}
bool? visible;
bool GetVisible()
{
return visible ?? Visible;
}
/// <inheritdoc />
protected override string GetComponentCssClass()
{
return $"rz-alert rz-alert-{getAlertSize()} rz-variant-{Enum.GetName(typeof(Variant), Variant).ToLowerInvariant()} rz-{Enum.GetName(typeof(AlertStyle), AlertStyle).ToLowerInvariant()} rz-shade-{Enum.GetName(typeof(Shade), Shade).ToLowerInvariant()}";
}
string getIcon()
{
if (!string.IsNullOrEmpty(Icon))
{
return Icon;
}
else if (AlertStyle == AlertStyle.Primary)
{
return "lightbulb_outline";
}
else if (AlertStyle == AlertStyle.Secondary)
{
return "lightbulb_outline";
}
else if (AlertStyle == AlertStyle.Light)
{
return "lightbulb_outline";
}
else if (AlertStyle == AlertStyle.Base)
{
return "lightbulb_outline";
}
else if (AlertStyle == AlertStyle.Dark)
{
return "lightbulb_outline";
}
else if (AlertStyle == AlertStyle.Success)
{
return "check_circle_outline";
}
else if (AlertStyle == AlertStyle.Danger)
{
return "error_outline";
}
else if (AlertStyle == AlertStyle.Warning)
{
return "warning_amber";
}
else if (AlertStyle == AlertStyle.Info)
{
return "info_outline";
}
return "";
}
void Close()
{
visible = false;
}
}
}

View File

@@ -39,149 +39,3 @@
<CascadingValue Value=@this>
@ChildContent
</CascadingValue>
@code {
[CascadingParameter]
public RadzenArcGauge Gauge { get; set; }
[Parameter]
public string Stroke { get; set; }
[Parameter]
public double StrokeWidth { get; set; } = 1;
[Parameter]
public RenderFragment ChildContent { get; set; }
[Parameter]
public double TickLength { get; set; } = 10;
[Parameter]
public double MinorTickLength { get; set; } = 5;
[Parameter]
public double TickLabelOffset { get; set; } = 25;
[Parameter]
public string FormatString { get; set; }
[Parameter]
public string Fill { get; set; }
[Parameter]
public double Height { get; set; } = 0.2;
[Parameter]
public Func<double, string> Formatter { get; set; } = value => value.ToString();
[Parameter]
public double StartAngle { get; set; } = -90;
[Parameter]
public GaugeTickPosition TickPosition { get; set; } = GaugeTickPosition.None;
[Parameter]
public double EndAngle { get; set; } = 90;
[Parameter]
public double Radius { get; set; } = 1;
[Parameter]
public bool ShowFirstTick { get; set; } = true;
[Parameter]
public bool ShowLastTick { get; set; } = true;
[Parameter]
public bool ShowTickLabels { get; set; } = true;
[Parameter]
public double X { get; set; } = 0.5;
[Parameter]
public double Min { get; set; } = 0;
[Parameter]
public double Max { get; set; } = 100;
[Parameter]
public double Step { get; set; } = 20;
[Parameter]
public double MinorStep { get; set; }
[Parameter]
public double Y { get; set; } = 0.5;
[Parameter]
public double Margin { get; set; } = 16;
public double CurrentStrokeWidth
{
get
{
if (TickPosition == GaugeTickPosition.None)
{
return 0;
}
return StrokeWidth;
}
}
public double CurrentRadius
{
get
{
var radius = Math.Min(Gauge.Width.Value, Gauge.Height.Value) / 2 - Margin * 2;
radius *= Radius;
if (TickPosition == GaugeTickPosition.Outside)
{
radius -= TextMeasurer.TextWidth(Max.ToString(), 16);
}
return radius;
}
}
double CurrentScaleRadius
{
get
{
if (TickPosition == GaugeTickPosition.Inside)
{
return CurrentRadius - CurrentSize;
}
return CurrentRadius;
}
}
public double CurrentSize
{
get
{
var radius = Math.Min(Gauge.Width.Value, Gauge.Height.Value) / 2 - Margin * 2;
if (TickPosition == GaugeTickPosition.Outside)
{
radius -= TextMeasurer.TextWidth(Max.ToString(), 16);
}
return radius * Height;
}
}
public Point CurrentCenter
{
get
{
var x = X * Gauge.Width;
var y = Y * Gauge.Height;
return new Point { X = x.Value, Y = y.Value };
}
}
}

View File

@@ -0,0 +1,272 @@
using Microsoft.AspNetCore.Components;
using Radzen.Blazor.Rendering;
using System;
namespace Radzen.Blazor
{
/// <summary>
/// RadzenArcGaugeScale component.
/// </summary>
public partial class RadzenArcGaugeScale: ComponentBase
{
/// <summary>
/// Gets or sets the gauge.
/// </summary>
/// <value>The gauge.</value>
[CascadingParameter]
public RadzenArcGauge Gauge { get; set; }
/// <summary>
/// Gets or sets the stroke.
/// </summary>
/// <value>The stroke.</value>
[Parameter]
public string Stroke { get; set; }
/// <summary>
/// Gets or sets the width of the stroke.
/// </summary>
/// <value>The width of the stroke.</value>
[Parameter]
public double StrokeWidth { get; set; } = 1;
/// <summary>
/// Gets or sets the child content.
/// </summary>
/// <value>The child content.</value>
[Parameter]
public RenderFragment ChildContent { get; set; }
/// <summary>
/// Gets or sets the length of the tick.
/// </summary>
/// <value>The length of the tick.</value>
[Parameter]
public double TickLength { get; set; } = 10;
/// <summary>
/// Gets or sets the length of the minor tick.
/// </summary>
/// <value>The length of the minor tick.</value>
[Parameter]
public double MinorTickLength { get; set; } = 5;
/// <summary>
/// Gets or sets the tick label offset.
/// </summary>
/// <value>The tick label offset.</value>
[Parameter]
public double TickLabelOffset { get; set; } = 25;
/// <summary>
/// Gets or sets the format string.
/// </summary>
/// <value>The format string.</value>
[Parameter]
public string FormatString { get; set; }
/// <summary>
/// Gets or sets the fill.
/// </summary>
/// <value>The fill.</value>
[Parameter]
public string Fill { get; set; }
/// <summary>
/// Gets or sets the height.
/// </summary>
/// <value>The height.</value>
[Parameter]
public double Height { get; set; } = 0.2;
/// <summary>
/// Gets or sets the formatter.
/// </summary>
/// <value>The formatter.</value>
[Parameter]
public Func<double, string> Formatter { get; set; } = value => value.ToString();
/// <summary>
/// Gets or sets the start angle.
/// </summary>
/// <value>The start angle.</value>
[Parameter]
public double StartAngle { get; set; } = -90;
/// <summary>
/// Gets or sets the tick position.
/// </summary>
/// <value>The tick position.</value>
[Parameter]
public GaugeTickPosition TickPosition { get; set; } = GaugeTickPosition.None;
/// <summary>
/// Gets or sets the end angle.
/// </summary>
/// <value>The end angle.</value>
[Parameter]
public double EndAngle { get; set; } = 90;
/// <summary>
/// Gets or sets the radius.
/// </summary>
/// <value>The radius.</value>
[Parameter]
public double Radius { get; set; } = 1;
/// <summary>
/// Gets or sets a value indicating whether first tick is shown.
/// </summary>
/// <value><c>true</c> if first tick is shown; otherwise, <c>false</c>.</value>
[Parameter]
public bool ShowFirstTick { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether last tick is shown.
/// </summary>
/// <value><c>true</c> if last tick is shown; otherwise, <c>false</c>.</value>
[Parameter]
public bool ShowLastTick { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether to show tick labels.
/// </summary>
/// <value><c>true</c> if tick labels are shown; otherwise, <c>false</c>.</value>
[Parameter]
public bool ShowTickLabels { get; set; } = true;
/// <summary>
/// Gets or sets the x.
/// </summary>
/// <value>The x.</value>
[Parameter]
public double X { get; set; } = 0.5;
/// <summary>
/// Determines the minimum value.
/// </summary>
/// <value>The minimum value.</value>
[Parameter]
public double Min { get; set; } = 0;
/// <summary>
/// Determines the maximum value.
/// </summary>
/// <value>The maximum value.</value>
[Parameter]
public double Max { get; set; } = 100;
/// <summary>
/// Gets or sets the step.
/// </summary>
/// <value>The step.</value>
[Parameter]
public double Step { get; set; } = 20;
/// <summary>
/// Gets or sets the minor step.
/// </summary>
/// <value>The minor step.</value>
[Parameter]
public double MinorStep { get; set; }
/// <summary>
/// Gets or sets the y.
/// </summary>
/// <value>The y.</value>
[Parameter]
public double Y { get; set; } = 0.5;
/// <summary>
/// Gets or sets the margin.
/// </summary>
/// <value>The margin.</value>
[Parameter]
public double Margin { get; set; } = 16;
/// <summary>
/// Gets the width of the current stroke.
/// </summary>
/// <value>The width of the current stroke.</value>
public double CurrentStrokeWidth
{
get
{
if (TickPosition == GaugeTickPosition.None)
{
return 0;
}
return StrokeWidth;
}
}
/// <summary>
/// Gets the current radius.
/// </summary>
/// <value>The current radius.</value>
public double CurrentRadius
{
get
{
var radius = Math.Min(Gauge.Width.Value, Gauge.Height.Value) / 2 - Margin * 2;
radius *= Radius;
if (TickPosition == GaugeTickPosition.Outside)
{
radius -= TextMeasurer.TextWidth(Max.ToString(), 16);
}
return radius;
}
}
double CurrentScaleRadius
{
get
{
if (TickPosition == GaugeTickPosition.Inside)
{
return CurrentRadius - CurrentSize;
}
return CurrentRadius;
}
}
/// <summary>
/// Gets the current size.
/// </summary>
/// <value>The current size.</value>
public double CurrentSize
{
get
{
var radius = Math.Min(Gauge.Width.Value, Gauge.Height.Value) / 2 - Margin * 2;
if (TickPosition == GaugeTickPosition.Outside)
{
radius -= TextMeasurer.TextWidth(Max.ToString(), 16);
}
return radius * Height;
}
}
/// <summary>
/// Gets the current center.
/// </summary>
/// <value>The current center.</value>
public Point CurrentCenter
{
get
{
var x = X * Gauge.Width;
var y = Y * Gauge.Height;
return new Point { X = x.Value, Y = y.Value };
}
}
}
}

View File

@@ -17,54 +17,3 @@
Size=@Scale.CurrentSize
/>
</g>
@code {
[Parameter]
public double Value { get; set; }
[CascadingParameter]
public RadzenArcGaugeScale Scale { get; set; }
[Parameter]
public string Stroke { get; set; }
[Parameter]
public double StrokeWidth { get; set; }
[Parameter]
public string Fill { get; set; }
[Parameter]
public bool ShowValue { get; set; } = true;
[Parameter]
public string FormatString { get; set; }
[Parameter]
public RenderFragment<RadzenArcGaugeScaleValue> Template { get; set; }
[CascadingParameter]
public RadzenArcGauge Gauge { get; set; }
protected override void OnInitialized()
{
base.OnInitialized();
Gauge.AddValue(this);
}
public override async Task SetParametersAsync(ParameterView parameters)
{
var shouldRefresh = false;
if (parameters.DidParameterChange(nameof(Value), Value) || parameters.DidParameterChange(nameof(ShowValue), ShowValue))
{
shouldRefresh = true;
}
await base.SetParametersAsync(parameters);
if (shouldRefresh)
{
Gauge.Reload();
}
}
}

View File

@@ -0,0 +1,99 @@
using Microsoft.AspNetCore.Components;
using System.Threading.Tasks;
namespace Radzen.Blazor
{
/// <summary>
/// RadzenArcGaugeScaleValue component.
/// </summary>
public partial class RadzenArcGaugeScaleValue : ComponentBase
{
/// <summary>
/// Gets or sets the value.
/// </summary>
/// <value>The value.</value>
[Parameter]
public double Value { get; set; }
/// <summary>
/// Gets or sets the scale.
/// </summary>
/// <value>The scale.</value>
[CascadingParameter]
public RadzenArcGaugeScale Scale { get; set; }
/// <summary>
/// Gets or sets the stroke.
/// </summary>
/// <value>The stroke.</value>
[Parameter]
public string Stroke { get; set; }
/// <summary>
/// Gets or sets the width of the stroke.
/// </summary>
/// <value>The width of the stroke.</value>
[Parameter]
public double StrokeWidth { get; set; }
/// <summary>
/// Gets or sets the fill.
/// </summary>
/// <value>The fill.</value>
[Parameter]
public string Fill { get; set; }
/// <summary>
/// Gets or sets a value indicating whether to show value.
/// </summary>
/// <value><c>true</c> if value is shown; otherwise, <c>false</c>.</value>
[Parameter]
public bool ShowValue { get; set; } = true;
/// <summary>
/// Gets or sets the format string.
/// </summary>
/// <value>The format string.</value>
[Parameter]
public string FormatString { get; set; }
/// <summary>
/// Gets or sets the template.
/// </summary>
/// <value>The template.</value>
[Parameter]
public RenderFragment<RadzenArcGaugeScaleValue> Template { get; set; }
/// <summary>
/// Gets or sets the gauge.
/// </summary>
/// <value>The gauge.</value>
[CascadingParameter]
public RadzenArcGauge Gauge { get; set; }
/// <inheritdoc />
protected override void OnInitialized()
{
base.OnInitialized();
Gauge.AddValue(this);
}
/// <inheritdoc />
public override async Task SetParametersAsync(ParameterView parameters)
{
var shouldRefresh = false;
if (parameters.DidParameterChange(nameof(Value), Value) || parameters.DidParameterChange(nameof(ShowValue), ShowValue))
{
shouldRefresh = true;
}
await base.SetParametersAsync(parameters);
if (shouldRefresh)
{
Gauge.Reload();
}
}
}
}

View File

@@ -6,81 +6,15 @@
@ChildContent
</CascadingValue>
@code {
[Parameter]
public string Stroke { get; set; }
[Parameter]
public string Fill { get; set; }
[Parameter]
public double StrokeWidth { get; set; } = 2;
[Parameter]
public LineType LineType { get; set; }
[Parameter]
public bool Smooth { get; set; }
public override string Color
{
get
{
return Stroke;
}
}
public override bool Contains(double x, double y, double tolerance)
{
var category = ComposeCategory(Chart.CategoryScale);
var value = ComposeValue(Chart.ValueScale);
var points = Items.Select(item => new Point { X = category(item), Y = value(item) }).ToArray();
var valueTicks = Chart.ValueScale.Ticks(Chart.ValueAxis.TickDistance);
var axisY = Chart.ValueScale.Scale(Math.Max(0, valueTicks.Start));
if (points.Any())
{
for (var i = 0; i < points.Length - 1; i++)
{
var start = points[i];
var end = points[i + 1];
var polygon = new[] {
new Point { X = start.X, Y = start.Y - tolerance },
new Point { X = end.X, Y = end.Y - tolerance },
new Point { X = end.X, Y = axisY },
new Point { X = start.X, Y = axisY },
};
if (InsidePolygon(new Point { X = x, Y = y }, polygon))
{
return true;
}
}
}
return false;
}
public override RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
{
var category = ComposeCategory(categoryScale);
var value = ComposeValue(valueScale);
IPathGenerator pathGenerator;
if (Smooth)
{
pathGenerator = new SplineGenerator();
}
else
{
pathGenerator = new LineGenerator();
}
var pathGenerator = GetPathGenerator();
var data = Items.Select(item =>
var data = Items.Select(item =>
{
var x = category(item);
var y = value(item);
@@ -92,7 +26,7 @@
var index = Chart.Series.IndexOf(this);
var className = $"rz-area-series rz-series-{index}";
return
return
@<g class="@className">
@if (Items.Any())
{
@@ -109,7 +43,7 @@
<path @key="@area" style="@style" d="@area" fill="@Fill" stroke="none"></path>
<Path @key="@line" D="@line" Stroke="@Stroke" StrokeWidth="@StrokeWidth" LineType="@LineType" Style="@style" Fill="none" />
}
<Markers Data="@Items" Category="@category" Value="@value" MarkerType="@MarkerType" Stroke="@Markers.Stroke" Fill="@(Markers.Fill ?? Stroke)" StrokeWidth="@Markers.StrokeWidth" Size="@Markers.Size" />
<Markers Series="@this" Data="@Items" Category="@category" Value="@value" MarkerType="@MarkerType" Stroke="@Markers.Stroke" Fill="@(Markers.Fill ?? Stroke)" StrokeWidth="@Markers.StrokeWidth" Size="@Markers.Size" />
</g>;
}
}

View File

@@ -0,0 +1,162 @@
using Microsoft.AspNetCore.Components;
using Radzen.Blazor.Rendering;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Radzen.Blazor
{
/// <summary>
/// Renders area series in <see cref="RadzenChart" />.
/// </summary>
public partial class RadzenAreaSeries<TItem> : CartesianSeries<TItem>
{
/// <summary>
/// Specifies the color of the line.
/// </summary>
/// <value>The stroke.</value>
[Parameter]
public string Stroke { get; set; }
/// <summary>
/// Specifies the fill (background color) of the area series.
/// </summary>
/// <value>The fill.</value>
[Parameter]
public string Fill { get; set; }
/// <summary>
/// Gets or sets the pixel width of the line. Set to <c>2</c> by default.
/// </summary>
/// <value>The width of the stroke.</value>
[Parameter]
public double StrokeWidth { get; set; } = 2;
/// <summary>
/// Specifies the line type.
/// </summary>
[Parameter]
public LineType LineType { get; set; }
/// <summary>
/// Specifies whether to render a smooth line. Set to <c>false</c> by default.
/// </summary>
[Parameter]
public bool Smooth
{
get => Interpolation == Interpolation.Spline;
set => Interpolation = value ? Interpolation.Spline : Interpolation.Line;
}
/// <summary>
/// Specifies how to render lines between data points. Set to <see cref="Line"/> by default
/// </summary>
[Parameter]
public Interpolation Interpolation { get; set; } = Interpolation.Line;
/// <inheritdoc />
public override string Color
{
get
{
return Stroke;
}
}
/// <inheritdoc />
protected override string TooltipStyle(TItem item)
{
var style = base.TooltipStyle(item);
var index = Items.IndexOf(item);
if (index >= 0)
{
var color = Fill;
if (color != null)
{
style = $"{style}; border-color: {color};";
}
}
return style;
}
/// <inheritdoc />
public override bool Contains(double x, double y, double tolerance)
{
var category = ComposeCategory(Chart.CategoryScale);
var value = ComposeValue(Chart.ValueScale);
var points = Items.Select(item => new Point { X = category(item), Y = value(item) }).ToArray();
var valueTicks = Chart.ValueScale.Ticks(Chart.ValueAxis.TickDistance);
var axisY = Chart.ValueScale.Scale(Math.Max(0, valueTicks.Start));
if (points.Length > 0)
{
if (points.Length == 1)
{
var point = points[0];
var polygon = new[] {
new Point { X = point.X - tolerance, Y = point.Y - tolerance },
new Point { X = point.X - tolerance, Y = point.Y + tolerance },
new Point { X = point.X + tolerance, Y = point.Y + tolerance },
new Point { X = point.X + tolerance, Y = point.Y - tolerance },
};
if (InsidePolygon(new Point { X = x, Y = y }, polygon))
{
return true;
}
}
else
{
for (var i = 0; i < points.Length - 1; i++)
{
var start = points[i];
var end = points[i + 1];
var polygon = new[]
{
new Point { X = start.X, Y = start.Y - tolerance },
new Point { X = end.X, Y = end.Y - tolerance },
new Point { X = end.X, Y = axisY },
new Point { X = start.X, Y = axisY },
};
if (InsidePolygon(new Point { X = x, Y = y }, polygon))
{
return true;
}
}
}
}
return false;
}
/// <inheritdoc />
public override IEnumerable<ChartDataLabel> GetDataLabels(double offsetX, double offsetY)
{
return base.GetDataLabels(offsetX, offsetY - 16);
}
private IPathGenerator GetPathGenerator()
{
switch(Interpolation)
{
case Interpolation.Line:
return new LineGenerator();
case Interpolation.Spline:
return new SplineGenerator();
case Interpolation.Step:
return new StepGenerator();
default:
throw new NotSupportedException($"Interpolation {Interpolation} is not supported yet.");
}
}
}
}

View File

@@ -10,20 +10,39 @@
@if (Visible)
{
<div @ref="@Element" style="@($"{Style};display:inline-block;")" @attributes="Attributes" class="@GetCssClass()" id="@GetId()">
<span class="rz-autocomplete" style="width:100%">
@if (Multiline)
{
<textarea @ref="@search" @onkeydown="@OnFilterKeyPress" value="@Value" disabled="@Disabled"
oninput="@OpenScript()" tabindex="@(Disabled ? "-1" : $"{TabIndex}")" @onchange="@OnChange"
aria-autocomplete="list" aria-haspopup="true" autocomplete="off" role="combobox"
class="@InputClassList" onblur="Radzen.activeElement = null"
id="@Name" aria-expanded="true" placeholder="@Placeholder" />
}
else
{
<input @ref="@search" @onkeydown="@OnFilterKeyPress" value="@Value" disabled="@Disabled"
onfocus="@OpenScript()" onkeypress="@OpenScript()" tabindex="@TabIndex" @onchange="@OnChange"
aria-autocomplete="list" aria-haspopup="true" autocomplete="off" role="combobox"
class="@InputClassList"
type="text" id="@Name" aria-expanded="true" placeholder="@Placeholder" />
</span><div id="@PopupID" class="rz-autocomplete-panel" style="display:none; transform: none; box-sizing: border-box; max-height: 200px;">
oninput="@OpenScript()" tabindex="@(Disabled ? "-1" : $"{TabIndex}")" @onchange="@OnChange"
aria-autocomplete="list" aria-haspopup="true" autocomplete="off" role="combobox"
class="@InputClassList" onblur="Radzen.activeElement = null"
type="text" id="@Name" aria-expanded="true" placeholder="@Placeholder" />
}
<div id="@PopupID" class="rz-autocomplete-panel" style="@PopupStyle">
<ul @ref="@list" class="rz-autocomplete-items rz-autocomplete-list" role="listbox">
@if (!string.IsNullOrEmpty(searchText) || !string.IsNullOrEmpty(customSearchText))
{
@foreach (var item in LoadData.HasDelegate ? Data != null ? Data : Enumerable.Empty<object>() : (View != null ? View : Enumerable.Empty<object>()))
{
<li role="option" class="rz-autocomplete-list-item" @onclick="@(() => OnSelectItem(item))" onmousedown="Radzen.activeElement = null">
<span>@PropertyAccess.GetItemOrValueFromProperty(item, TextProperty)</span>
<span>
@if (Template != null)
{
@Template(item)
}
else
{
@PropertyAccess.GetItemOrValueFromProperty(item, TextProperty)
}
</span>
</li>
}
}
@@ -31,193 +50,3 @@
</div>
</div>
}
@code {
[Parameter]
public int MinLength { get; set; } = 1;
[Parameter]
public int FilterDelay { get; set; } = 500;
protected ElementReference search;
protected ElementReference list;
string customSearchText;
int selectedIndex = -1;
protected async Task OnFilterKeyPress(KeyboardEventArgs args)
{
var items = (LoadData.HasDelegate ? Data != null ? Data : Enumerable.Empty<object>() : (View != null ? View : Enumerable.Empty<object>())).OfType<object>();
var key = args.Code != null ? args.Code : args.Key;
if (key == "ArrowDown" || key == "ArrowUp")
{
try
{
selectedIndex = await JSRuntime.InvokeAsync<int>("Radzen.focusListItem", search, list, key == "ArrowDown", selectedIndex);
}
catch (Exception)
{
//
}
}
else if (key == "Enter")
{
if (selectedIndex >= 0 && selectedIndex <= items.Count() - 1)
{
await OnSelectItem(items.ElementAt(selectedIndex));
selectedIndex = -1;
}
}
else if (key == "Escape")
{
await JSRuntime.InvokeVoidAsync("Radzen.closePopup", PopupID);
}
else if(key != "Tab")
{
selectedIndex = -1;
Debounce(DebounceFilter, FilterDelay);
}
}
async Task DebounceFilter()
{
var value = await JSRuntime.InvokeAsync<string>("Radzen.getInputValue", search);
if (value.Length < MinLength)
return;
if (!LoadData.HasDelegate)
{
searchText = value;
await InvokeAsync(() => { StateHasChanged(); });
}
else
{
customSearchText = value;
await InvokeAsync(() => { LoadData.InvokeAsync(new Radzen.LoadDataArgs() { Filter = customSearchText }); });
}
}
private string PopupID
{
get
{
return $"popup{UniqueID}";
}
}
private async Task OnSelectItem(object item)
{
await JSRuntime.InvokeVoidAsync("Radzen.closePopup", PopupID);
await SelectItem(item);
}
protected override IQueryable Query
{
get
{
return Data != null && !string.IsNullOrEmpty(searchText) ? Data.AsQueryable() : null;
}
}
protected override IEnumerable View
{
get
{
if (Query != null)
{
string filterCaseSensitivityOperator = FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive ? ".ToLower()" : "";
return Query.Where($"{TextProperty}{filterCaseSensitivityOperator}.{Enum.GetName(typeof(StringFilterOperator), FilterOperator)}(@0)",
FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive ? searchText.ToLower() : searchText);
}
return null;
}
}
protected async System.Threading.Tasks.Task OnChange(ChangeEventArgs args)
{
Value = args.Value;
await ValueChanged.InvokeAsync($"{Value}");
if (FieldIdentifier.FieldName != null) { EditContext?.NotifyFieldChanged(FieldIdentifier); }
await Change.InvokeAsync(Value);
}
async System.Threading.Tasks.Task SelectItem(object item)
{
if (!string.IsNullOrEmpty(TextProperty))
{
Value = PropertyAccess.GetItemOrValueFromProperty(item, TextProperty);
}
else
{
Value = item;
}
await ValueChanged.InvokeAsync($"{Value}");
if (FieldIdentifier.FieldName != null) { EditContext?.NotifyFieldChanged(FieldIdentifier); }
await Change.InvokeAsync(Value);
StateHasChanged();
}
ClassList InputClassList => ClassList.Create("rz-inputtext rz-autocomplete-input")
.AddDisabled(Disabled);
private string OpenScript()
{
if (Disabled)
{
return string.Empty;
}
return $"Radzen.openPopup(this.parentNode, '{PopupID}', true)";
}
protected override string GetComponentCssClass()
{
return GetClassList("").ToString();
}
public override void Dispose()
{
base.Dispose();
if (IsJSRuntimeAvailable)
{
JSRuntime.InvokeVoidAsync("Radzen.destroyPopup", PopupID);
}
}
private bool firstRender = true;
protected override Task OnAfterRenderAsync(bool firstRender)
{
this.firstRender = firstRender;
return base.OnAfterRenderAsync(firstRender);
}
public override async Task SetParametersAsync(ParameterView parameters)
{
var shouldClose = false;
if (parameters.DidParameterChange(nameof(Visible), Visible))
{
var visible = parameters.GetValueOrDefault<bool>(nameof(Visible));
shouldClose = !visible;
}
await base.SetParametersAsync(parameters);
if (shouldClose && !firstRender)
{
await JSRuntime.InvokeVoidAsync("Radzen.destroyPopup", PopupID);
}
}
}

View File

@@ -0,0 +1,279 @@
using Radzen;
using Radzen.Blazor.Rendering;
using System.Collections;
using System.Linq.Dynamic.Core;
using Microsoft.AspNetCore.Components.Forms;
using Microsoft.JSInterop;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
using System.Linq;
using System;
using System.Threading.Tasks;
namespace Radzen.Blazor
{
/// <summary>
/// RadzenAutoComplete component.
/// </summary>
/// <example>
/// <code>
/// &lt;RadzenAutoComplete Data=@customers TextProperty="CompanyName" Change=@(args => Console.WriteLine($"Selected text: {args}")) /&gt;
/// </code>
/// </example>
public partial class RadzenAutoComplete : DataBoundFormComponent<string>
{
/// <summary>
/// Gets or sets a value indicating whether this <see cref="RadzenAutoComplete"/> is multiline.
/// </summary>
/// <value><c>true</c> if multiline; otherwise, <c>false</c>.</value>
[Parameter]
public bool Multiline { get; set; }
/// <summary>
/// Gets or sets the Popup height.
/// </summary>
/// <value>The number Popup height.</value>
[Parameter]
public string PopupStyle { get; set; } = "display:none; transform: none; box-sizing: border-box; max-height: 200px;";
/// <summary>
/// Gets or sets the template.
/// </summary>
/// <value>The template.</value>
[Parameter]
public RenderFragment<dynamic> Template { get; set; }
/// <summary>
/// Gets or sets the minimum length.
/// </summary>
/// <value>The minimum length.</value>
[Parameter]
public int MinLength { get; set; } = 1;
/// <summary>
/// Gets or sets the filter delay.
/// </summary>
/// <value>The filter delay.</value>
[Parameter]
public int FilterDelay { get; set; } = 500;
/// <summary>
/// Gets search input reference.
/// </summary>
protected ElementReference search;
/// <summary>
/// Gets list element reference.
/// </summary>
protected ElementReference list;
string customSearchText;
int selectedIndex = -1;
/// <summary>
/// Handles the <see cref="E:FilterKeyPress" /> event.
/// </summary>
/// <param name="args">The <see cref="KeyboardEventArgs"/> instance containing the event data.</param>
protected async Task OnFilterKeyPress(KeyboardEventArgs args)
{
var items = (LoadData.HasDelegate ? Data != null ? Data : Enumerable.Empty<object>() : (View != null ? View : Enumerable.Empty<object>())).OfType<object>();
var key = args.Code != null ? args.Code : args.Key;
if (key == "ArrowDown" || key == "ArrowUp")
{
try
{
selectedIndex = await JSRuntime.InvokeAsync<int>("Radzen.focusListItem", search, list, key == "ArrowDown", selectedIndex);
}
catch (Exception)
{
//
}
}
else if (key == "Enter")
{
if (selectedIndex >= 0 && selectedIndex <= items.Count() - 1)
{
await OnSelectItem(items.ElementAt(selectedIndex));
selectedIndex = -1;
}
}
else if (key == "Escape" || key == "Tab")
{
await JSRuntime.InvokeVoidAsync("Radzen.closePopup", PopupID);
}
else
{
selectedIndex = -1;
Debounce(DebounceFilter, FilterDelay);
}
}
async Task DebounceFilter()
{
var value = await JSRuntime.InvokeAsync<string>("Radzen.getInputValue", search);
if (value.Length < MinLength)
{
await JSRuntime.InvokeVoidAsync("Radzen.closePopup", PopupID);
return;
}
if (!LoadData.HasDelegate)
{
searchText = value;
await InvokeAsync(() => { StateHasChanged(); });
}
else
{
customSearchText = value;
await InvokeAsync(() => { LoadData.InvokeAsync(new Radzen.LoadDataArgs() { Filter = customSearchText }); });
}
}
private string PopupID
{
get
{
return $"popup{UniqueID}";
}
}
private async Task OnSelectItem(object item)
{
await JSRuntime.InvokeVoidAsync("Radzen.closePopup", PopupID);
await SelectItem(item);
}
/// <summary>
/// Gets the IQueryable.
/// </summary>
/// <value>The IQueryable.</value>
protected override IQueryable Query
{
get
{
return Data != null && !string.IsNullOrEmpty(searchText) ? Data.AsQueryable() : null;
}
}
/// <summary>
/// Gets the view - the Query with filtering applied.
/// </summary>
/// <value>The view.</value>
protected override IEnumerable View
{
get
{
if (Query != null)
{
string filterCaseSensitivityOperator = FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive ? ".ToLower()" : "";
string textProperty = string.IsNullOrEmpty(TextProperty) ? string.Empty : $".{TextProperty}";
return Query.Where($"o=>o{textProperty}{filterCaseSensitivityOperator}.{Enum.GetName(typeof(StringFilterOperator), FilterOperator)}(@0)",
FilterCaseSensitivity == FilterCaseSensitivity.CaseInsensitive ? searchText.ToLower() : searchText);
}
return null;
}
}
/// <summary>
/// Handles the <see cref="E:Change" /> event.
/// </summary>
/// <param name="args">The <see cref="ChangeEventArgs"/> instance containing the event data.</param>
protected async System.Threading.Tasks.Task OnChange(ChangeEventArgs args)
{
Value = args.Value;
await ValueChanged.InvokeAsync($"{Value}");
if (FieldIdentifier.FieldName != null) { EditContext?.NotifyFieldChanged(FieldIdentifier); }
await Change.InvokeAsync(Value);
}
async System.Threading.Tasks.Task SelectItem(object item)
{
if (!string.IsNullOrEmpty(TextProperty))
{
Value = PropertyAccess.GetItemOrValueFromProperty(item, TextProperty);
}
else
{
Value = item;
}
await ValueChanged.InvokeAsync($"{Value}");
if (FieldIdentifier.FieldName != null) { EditContext?.NotifyFieldChanged(FieldIdentifier); }
await Change.InvokeAsync(Value);
StateHasChanged();
}
ClassList InputClassList => ClassList.Create("rz-inputtext rz-autocomplete-input")
.AddDisabled(Disabled);
private string OpenScript()
{
if (Disabled)
{
return string.Empty;
}
return $"Radzen.openPopup(this.parentNode, '{PopupID}', true)";
}
/// <inheritdoc />
protected override string GetComponentCssClass()
{
return GetClassList("rz-autocomplete").ToString();
}
/// <inheritdoc />
public override void Dispose()
{
base.Dispose();
if (IsJSRuntimeAvailable)
{
JSRuntime.InvokeVoidAsync("Radzen.destroyPopup", PopupID);
}
}
private bool firstRender = true;
/// <summary>
/// Called on after render asynchronous.
/// </summary>
/// <param name="firstRender">if set to <c>true</c> is first render.</param>
/// <returns>Task.</returns>
protected override Task OnAfterRenderAsync(bool firstRender)
{
this.firstRender = firstRender;
return base.OnAfterRenderAsync(firstRender);
}
/// <inheritdoc />
public override async Task SetParametersAsync(ParameterView parameters)
{
var shouldClose = false;
if (parameters.DidParameterChange(nameof(Visible), Visible))
{
var visible = parameters.GetValueOrDefault<bool>(nameof(Visible));
shouldClose = !visible;
}
await base.SetParametersAsync(parameters);
if (shouldClose && !firstRender)
{
await JSRuntime.InvokeVoidAsync("Radzen.destroyPopup", PopupID);
}
}
}
}

View File

@@ -0,0 +1,44 @@
using Microsoft.AspNetCore.Components;
namespace Radzen.Blazor
{
/// <summary>
/// Represents the title configuration of a <see cref="AxisBase" />.
/// </summary>
public class RadzenAxisTitle : RadzenChartComponentBase
{
/// <summary>
/// Gets or sets the text displayed by the title.
/// </summary>
/// <value>The text.</value>
[Parameter]
public string Text { get; set; }
/// <summary>
/// Sets the axis with this configuration applies to.
/// </summary>
/// <value>The axis.</value>
[CascadingParameter]
public AxisBase Axis
{
set
{
value.Title = this;
}
}
internal double Size
{
get
{
return 16 * 0.875;
}
}
/// <inheritdoc />
protected override bool ShouldRefreshChart(ParameterView parameters)
{
return DidParameterChange(parameters, nameof(Text), Text);
}
}
}

View File

@@ -1,28 +0,0 @@
@inherits RadzenChartComponentBase
@code {
[Parameter]
public string Text { get; set; }
[CascadingParameter]
public AxisBase Axis
{
set
{
value.Title = this;
}
}
internal double Size
{
get
{
return 16 * 0.875;
}
}
protected override bool ShouldRefreshChart(ParameterView parameters)
{
return DidParameterChange(parameters, nameof(Text), Text);
}
}

View File

@@ -12,31 +12,3 @@
}
</span>
}
@code {
protected override string GetComponentCssClass()
{
var classList = new List<string>();
classList.Add("rz-badge");
classList.Add($"rz-badge-{BadgeStyle.ToString().ToLower()}");
if (IsPill)
{
classList.Add("rz-badge-pill");
}
return string.Join(" ", classList);
}
[Parameter]
public RenderFragment ChildContent { get; set; }
[Parameter]
public string Text { get; set; }
[Parameter]
public BadgeStyle BadgeStyle { get; set; }
[Parameter]
public bool IsPill { get; set; }
}

View File

@@ -0,0 +1,76 @@
using Microsoft.AspNetCore.Components;
using System.Collections.Generic;
namespace Radzen.Blazor
{
/// <summary>
/// RadzenBadge component.
/// </summary>
/// <example>
/// <code>
/// &lt;RadzenBadge BadgeStyle="BadgeStyle.Primary" Text="Primary" /&gt;
/// </code>
/// </example>
public partial class RadzenBadge : RadzenComponent
{
/// <inheritdoc />
protected override string GetComponentCssClass()
{
var classList = new List<string>();
classList.Add("rz-badge");
classList.Add($"rz-badge-{BadgeStyle.ToString().ToLowerInvariant()}");
classList.Add($"rz-variant-{Variant.ToString().ToLowerInvariant()}");
classList.Add($"rz-shade-{Shade.ToString().ToLowerInvariant()}");
if (IsPill)
{
classList.Add("rz-badge-pill");
}
return string.Join(" ", classList);
}
/// <summary>
/// Gets or sets the child content.
/// </summary>
/// <value>The child content.</value>
[Parameter]
public RenderFragment ChildContent { get; set; }
/// <summary>
/// Gets or sets the text.
/// </summary>
/// <value>The text.</value>
[Parameter]
public string Text { get; set; }
/// <summary>
/// Gets or sets the badge style.
/// </summary>
/// <value>The badge style.</value>
[Parameter]
public BadgeStyle BadgeStyle { get; set; }
/// <summary>
/// Gets or sets the badge variant.
/// </summary>
/// <value>The badge variant.</value>
[Parameter]
public Variant Variant { get; set; } = Variant.Filled;
/// <summary>
/// Gets or sets the badge shade color.
/// </summary>
/// <value>The badge shade color.</value>
[Parameter]
public Shade Shade { get; set; } = Shade.Default;
/// <summary>
/// Gets or sets a value indicating whether this instance is pill.
/// </summary>
/// <value><c>true</c> if this instance is pill; otherwise, <c>false</c>.</value>
[Parameter]
public bool IsPill { get; set; }
}
}

View File

@@ -0,0 +1,45 @@
using Microsoft.AspNetCore.Components;
namespace Radzen.Blazor
{
/// <summary>
/// Common configuration of <see cref="RadzenBarSeries{TItem}" />.
/// </summary>
public partial class RadzenBarOptions : RadzenChartComponentBase
{
/// <summary>
/// Gets or sets the border radius of the bars.
/// </summary>
/// <value>The radius. Values greater than <c>0</c> make rounded corners.</value>
[Parameter]
public double Radius { get; set; }
/// <summary>
/// Gets or sets the margin between bars.
/// </summary>
/// <value>The margin. By default set to <c>10</c></value>
[Parameter]
public double Margin { get; set; } = 10;
/// <summary>
/// Gets or sets the height of all bars in pixels. By default it is automatically calculated depending on the chart height.
/// </summary>
/// <value>The pixel height of the bar. By default set to <c>null</c></value>
[Parameter]
public double? Height { get; set;}
/// <inheritdoc />
protected override void Initialize()
{
Chart.BarOptions = this;
}
/// <inheritdoc />
protected override bool ShouldRefreshChart(ParameterView parameters)
{
return DidParameterChange(parameters, nameof(Radius), Radius) ||
DidParameterChange(parameters, nameof(Height), Height) ||
DidParameterChange(parameters, nameof(Margin), Margin);
}
}
}

View File

@@ -1,18 +0,0 @@
@inherits RadzenChartComponentBase
@code {
[Parameter]
public double Radius { get; set; }
[Parameter]
public double Margin { get; set; } = 10;
protected override void Initialize()
{
Chart.BarOptions = this;
}
protected override bool ShouldRefreshChart(ParameterView parameters)
{
return DidParameterChange(parameters, nameof(Radius), Radius) || DidParameterChange(parameters, nameof(Margin), Margin);
}
}

View File

@@ -10,142 +10,6 @@
</CascadingValue>
@code {
[Parameter]
public string Fill { get; set; }
[Parameter]
public IEnumerable<string> Fills { get; set; }
[Parameter]
public string Stroke { get; set; }
[Parameter]
public IEnumerable<string> Strokes { get; set; }
[Parameter]
public double StrokeWidth { get; set; }
[Parameter]
public LineType LineType { get; set; }
public override string Color
{
get
{
return Fill;
}
}
public override ScaleBase TransformCategoryScale(ScaleBase scale)
{
return base.TransformValueScale(scale);
}
public override ScaleBase TransformValueScale(ScaleBase scale)
{
return base.TransformCategoryScale(scale);
}
private IList<IChartSeries> BarSeries
{
get
{
return Chart.Series.Where(series => series is IChartBarSeries).Cast<IChartSeries>().ToList();
}
}
private IList<IChartSeries> VisibleBarSeries
{
get
{
return BarSeries.Where(series => series.Visible).ToList();
}
}
private double BandHeight
{
get
{
var availableHeight = Chart.ValueScale.OutputSize; // - (Chart.ValueAxis.Padding * 2);
var bands = VisibleBarSeries.Cast<IChartBarSeries>().Max(series => series.Count) + 2;
return availableHeight / bands;
}
}
int IChartBarSeries.Count
{
get
{
return Items.Count;
}
}
public override bool Contains(double x, double y, double tolerance)
{
return DataAt(x, y) != null;
}
protected override double TooltipX(TItem item)
{
var value = Chart.CategoryScale.Compose(Value);
var x = value(item);
return x;
}
protected override string TooltipValue(TItem item)
{
return Chart.ValueAxis.Format(Chart.CategoryScale, Chart.CategoryScale.Value(Value(item)));
}
protected override string TooltipTitle(TItem item)
{
var category = Category(Chart.ValueScale);
return Chart.CategoryAxis.Format(Chart.ValueScale, Chart.ValueScale.Value(category(item)));
}
public override object DataAt(double x, double y)
{
var value = ComposeValue(Chart.CategoryScale);
var category = ComposeCategory(Chart.ValueScale);
var ticks = Chart.CategoryScale.Ticks(Chart.ValueAxis.TickDistance);
var x0 = Chart.CategoryScale.Scale(Math.Max(0, ticks.Start));
var barSeries = VisibleBarSeries;
var index = barSeries.IndexOf(this);
var padding = Chart.BarOptions.Margin;
var bandHeight = BandHeight;
var height = bandHeight / barSeries.Count() - padding + padding / barSeries.Count();
foreach(var data in Items)
{
var startY = category(data) - bandHeight / 2 + index * height + index * padding;
var endY = startY + height;
var dataX = value(data);
var startX = Math.Min(dataX, x0);
var endX = Math.Max(dataX, x0);
if (startX <= x && x <= endX && startY <= y && y <= endY)
{
return data;
}
}
return null;
}
protected override double TooltipY(TItem item)
{
var category = ComposeCategory(Chart.ValueScale);
var barSeries = VisibleBarSeries;
var index = barSeries.IndexOf(this);
var padding = Chart.BarOptions.Margin;
var bandHeight = BandHeight;
var height = bandHeight / barSeries.Count() - padding + padding / barSeries.Count();
var y = category(item) - bandHeight / 2 + index * height + index * padding;
return y + height / 2;
}
public override RenderFragment Render(ScaleBase categoryScale, ScaleBase valueScale)
{
var value = ComposeValue(categoryScale);

View File

@@ -0,0 +1,238 @@
using Microsoft.AspNetCore.Components;
using Radzen.Blazor.Rendering;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Radzen.Blazor
{
/// <summary>
/// Renders bar series in <see cref="RadzenChart" />.
/// </summary>
/// <typeparam name="TItem">The type of the series data item.</typeparam>
public partial class RadzenBarSeries<TItem> : CartesianSeries<TItem>, IChartBarSeries
{
/// <summary>
/// Specifies the fill (background color) of the bar series.
/// </summary>
/// <value>The fill.</value>
[Parameter]
public string Fill { get; set; }
/// <summary>
/// Specifies a list of colors that will be used to set the individual bar backgrounds.
/// </summary>
/// <value>The fills.</value>
[Parameter]
public IEnumerable<string> Fills { get; set; }
/// <summary>
/// Specifies the stroke (border color) of the bar series.
/// </summary>
/// <value>The stroke.</value>
[Parameter]
public string Stroke { get; set; }
/// <summary>
/// Specifies a list of colors that will be used to set the individual bar borders.
/// </summary>
/// <value>The strokes.</value>
[Parameter]
public IEnumerable<string> Strokes { get; set; }
/// <summary>
/// Gets or sets the width of the stroke (border).
/// </summary>
/// <value>The width of the stroke.</value>
[Parameter]
public double StrokeWidth { get; set; }
/// <summary>
/// Gets or sets the type of the line used to render the bar border.
/// </summary>
/// <value>The type of the line.</value>
[Parameter]
public LineType LineType { get; set; }
/// <inheritdoc />
public override string Color
{
get
{
return Fill;
}
}
/// <inheritdoc />
public override ScaleBase TransformCategoryScale(ScaleBase scale)
{
return base.TransformValueScale(scale);
}
/// <inheritdoc />
public override ScaleBase TransformValueScale(ScaleBase scale)
{
return base.TransformCategoryScale(scale);
}
/// <inheritdoc />
protected override IList<object> GetCategories()
{
return base.GetCategories().Reverse().ToList();
}
private IList<IChartSeries> BarSeries
{
get
{
return Chart.Series.Where(series => series is IChartBarSeries).Cast<IChartSeries>().ToList();
}
}
private IList<IChartSeries> VisibleBarSeries
{
get
{
return BarSeries.Where(series => series.Visible).ToList();
}
}
/// <inheritdoc />
protected override string TooltipStyle(TItem item)
{
var style = base.TooltipStyle(item);
var index = Items.IndexOf(item);
if (index >= 0)
{
var color = PickColor(index, Fills, Fill);
if (color != null)
{
style = $"{style}; border-color: {color};";
}
}
return style;
}
private double BandHeight
{
get
{
var barSeries = VisibleBarSeries;
if (Chart.BarOptions.Height.HasValue)
{
return Chart.BarOptions.Height.Value * barSeries.Count;
}
else
{
var availableHeight = Chart.ValueScale.OutputSize; // - (Chart.ValueAxis.Padding * 2);
var bands = barSeries.Cast<IChartBarSeries>().Max(series => series.Count) + 2;
return availableHeight / bands;
}
}
}
int IChartBarSeries.Count
{
get
{
return Items.Count;
}
}
/// <inheritdoc />
public override bool Contains(double x, double y, double tolerance)
{
return DataAt(x, y) != null;
}
/// <inheritdoc />
internal override double TooltipX(TItem item)
{
var value = Chart.CategoryScale.Compose(Value);
var x = value(item);
return x;
}
/// <inheritdoc />
protected override string TooltipValue(TItem item)
{
return Chart.ValueAxis.Format(Chart.CategoryScale, Chart.CategoryScale.Value(Value(item)));
}
/// <inheritdoc />
protected override string TooltipTitle(TItem item)
{
var category = Category(Chart.ValueScale);
return Chart.CategoryAxis.Format(Chart.ValueScale, Chart.ValueScale.Value(category(item)));
}
/// <inheritdoc />
public override object DataAt(double x, double y)
{
var value = ComposeValue(Chart.CategoryScale);
var category = ComposeCategory(Chart.ValueScale);
var ticks = Chart.CategoryScale.Ticks(Chart.ValueAxis.TickDistance);
var x0 = Chart.CategoryScale.Scale(Math.Max(0, ticks.Start));
var barSeries = VisibleBarSeries;
var index = barSeries.IndexOf(this);
var padding = Chart.BarOptions.Margin;
var bandHeight = BandHeight;
var height = bandHeight / barSeries.Count() - padding + padding / barSeries.Count();
foreach (var data in Items)
{
var startY = category(data) - bandHeight / 2 + index * height + index * padding;
var endY = startY + height;
var dataX = value(data);
var startX = Math.Min(dataX, x0);
var endX = Math.Max(dataX, x0);
if (startX <= x && x <= endX && startY <= y && y <= endY)
{
return data;
}
}
return null;
}
/// <inheritdoc />
internal override double TooltipY(TItem item)
{
var category = ComposeCategory(Chart.ValueScale);
var barSeries = VisibleBarSeries;
var index = barSeries.IndexOf(this);
var padding = Chart.BarOptions.Margin;
var bandHeight = BandHeight;
var height = bandHeight / barSeries.Count() - padding + padding / barSeries.Count();
var y = category(item) - bandHeight / 2 + index * height + index * padding;
return y + height / 2;
}
/// <inheritdoc />
public override IEnumerable<ChartDataLabel> GetDataLabels(double offsetX, double offsetY)
{
var list = new List<ChartDataLabel>();
foreach (var d in Data)
{
list.Add(new ChartDataLabel
{
Position = new Point() { X = TooltipX(d) + offsetX + 8, Y = TooltipY(d) + offsetY },
TextAnchor = "start",
Text = Chart.ValueAxis.Format(Chart.CategoryScale, Value(d))
});
}
return list;
}
}
}

View File

@@ -6,41 +6,3 @@
@ChildContent
</div>
}
@code {
[Parameter]
public override string Style { get; set; } = "margin-top: 51px; margin-bottom: 57px; margin-left:250px;";
protected override string GetComponentCssClass()
{
return "body";
}
public void Toggle()
{
Expanded = !Expanded;
StateHasChanged();
}
protected string GetStyle()
{
var marginLeft = 250;
if (!string.IsNullOrEmpty(Style))
{
var marginLeftStyle = Style.Split(';').Where(i => i.Split(':')[0].Contains("margin-left")).FirstOrDefault();
if (!string.IsNullOrEmpty(marginLeftStyle) && marginLeftStyle.Contains("px"))
{
marginLeft = int.Parse(marginLeftStyle.Split(':')[1].Trim().Replace("px", "").Split('.')[0].Trim());
}
}
return $"{Style}; margin-left: {(Expanded ? 0 : marginLeft)}px";
}
[Parameter]
public bool Expanded { get; set; } = false;
[Parameter]
public EventCallback<bool> ExpandedChanged { get; set; }
}

View File

@@ -0,0 +1,126 @@
using Microsoft.AspNetCore.Components;
using System.Linq;
using Radzen.Blazor.Rendering;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components.Routing;
using Microsoft.JSInterop;
namespace Radzen.Blazor
{
/// <summary>
/// RadzenBody component.
/// </summary>
public partial class RadzenBody : RadzenComponentWithChildren
{
private const string DefaultStyle = "margin-top: 51px; margin-bottom: 57px; margin-left:250px;";
/// <summary>
/// Gets or sets the style.
/// </summary>
/// <value>The style.</value>
[Parameter]
public override string Style { get; set; } = DefaultStyle;
/// <inheritdoc />
protected override string GetComponentCssClass()
{
var classList = ClassList.Create("rz-body")
.Add("body")
.Add("body-expanded", Expanded);
return classList.ToString();
}
/// <summary>
/// Toggles this instance width and left margin.
/// </summary>
public void Toggle()
{
Expanded = !Expanded;
StateHasChanged();
}
/// <summary>
/// The <see cref="RadzenLayout" /> this component is nested in.
/// </summary>
[CascadingParameter]
public RadzenLayout Layout { get; set; }
/// <summary>
/// Gets the style.
/// </summary>
/// <returns>System.String.</returns>
protected string GetStyle()
{
if (Layout == null)
{
var marginLeft = 250;
var style = Style;
if (!string.IsNullOrEmpty(Style))
{
var marginLeftStyle = Style.Split(';').Where(i => i.Split(':')[0].Contains("margin-left")).FirstOrDefault();
if (!string.IsNullOrEmpty(marginLeftStyle) && marginLeftStyle.Contains("px"))
{
marginLeft = int.Parse(marginLeftStyle.Split(':')[1].Trim().Replace("px", "").Split('.')[0].Trim());
}
}
return $"{Style}; margin-left: {(Expanded ? 0 : marginLeft)}px";
}
else
{
var style = Style;
if (!string.IsNullOrEmpty(style))
{
style = style.Replace(DefaultStyle, "");
}
return $"{style}";
}
}
/// <summary>
/// Gets or sets a value indicating whether this <see cref="RadzenBody"/> is expanded.
/// </summary>
/// <value><c>true</c> if expanded; otherwise, <c>false</c>.</value>
[Parameter]
public bool Expanded { get; set; } = false;
/// <summary>
/// Gets or sets a callback raised when the component is expanded or collapsed.
/// </summary>
/// <value>The expanded changed callback.</value>
[Parameter]
public EventCallback<bool> ExpandedChanged { get; set; }
[Inject]
NavigationManager NavigationManager { get; set; }
/// <inheritdoc />
protected override Task OnInitializedAsync()
{
NavigationManager.LocationChanged += OnLocationChanged;
return base.OnInitializedAsync();
}
private void OnLocationChanged(object sender, LocationChangedEventArgs e)
{
if (IsJSRuntimeAvailable && Layout != null)
{
JSRuntime.InvokeVoidAsync("eval", $"document.getElementById('{GetId()}').scrollTop = 0");
}
}
/// <inheritdoc />
public override void Dispose()
{
NavigationManager.LocationChanged -= OnLocationChanged;
base.Dispose();
}
}
}

View File

@@ -0,0 +1,13 @@
@inherits RadzenComponentWithChildren
<CascadingValue Value="@Template">
@if (Visible)
{
<div class="@GetCssClass()" style="@Style" @attributes="@Attributes" id="@GetId()">
@if (ChildContent != null)
{
@ChildContent
}
</div>
}
</CascadingValue>

View File

@@ -0,0 +1,23 @@
using Microsoft.AspNetCore.Components;
namespace Radzen.Blazor
{
/// <summary>
/// A component to display a Bread Crumb style menu
/// </summary>
public partial class RadzenBreadCrumb : RadzenComponentWithChildren
{
/// <summary>
/// An optional RenderFragment that is rendered per Item
/// </summary>
[Parameter]
public RenderFragment<RadzenBreadCrumbItem> Template { get; set; }
/// <inheritdoc/>
protected override string GetComponentCssClass()
{
return "rz-breadcrumb";
}
}
}

Some files were not shown because too many files have changed in this diff Show More