Commit 13762ca
DatePicker: add Today and Clear button (#6089)
* Add "Today" button support to DatePicker component.
* today translation for datepicker
* release notes
* Remove showTodayButton from datePicker in favor of adding showTodayButton options to faltpickr itself. Styling bs5.
* Update flatpickr.js
* Clear Button
* Add missing ShowClearButton
* Add default flatpickr scss
* Remove bs5 styles
* Use new buttons in the demo
* Release notes
* Example in the docs
* material css
* fluent styles
* hover styles
---------
Co-authored-by: Mladen Macanovic <mladen.macanovic@blazorise.com>
Co-authored-by: Mladen Macanovic <mladen.macanovic@gmail.com>1 parent 0285364 commit 13762ca
49 files changed
Lines changed: 566 additions & 82 deletions
File tree
- Demos/Blazorise.Demo/Pages/Tests
- Documentation/Blazorise.Docs
- Models
- Pages
- Docs/Components/Dates
- Code
- Examples
- News
- Source
- Blazorise.AntDesign
- Styles/vendors
- wwwroot
- Blazorise.Bootstrap5
- Styles/_vendors
- wwwroot
- Blazorise.Bootstrap
- Styles/_vendors
- wwwroot
- Blazorise.Bulma
- Styles/vendors
- wwwroot
- Blazorise.FluentUI2
- Styles/vendors
- wwwroot
- Blazorise.Material
- Styles
- vendors
- wwwroot
- Blazorise
- Components/DatePicker
- Modules/JSOptions
- Resources/Localization/DatePicker
- Styles/vendor
- wwwroot
- vendors
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1917 | 1917 | | |
1918 | 1918 | | |
1919 | 1919 | | |
| 1920 | + | |
| 1921 | + | |
1920 | 1922 | | |
1921 | 1923 | | |
1922 | 1924 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
148 | 163 | | |
149 | 164 | | |
150 | 165 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
137 | 145 | | |
138 | 146 | | |
139 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10772 | 10772 | | |
10773 | 10773 | | |
10774 | 10774 | | |
| 10775 | + | |
| 10776 | + | |
| 10777 | + | |
| 10778 | + | |
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
0 commit comments