* feat(module: datepicker): use custom suffix icon in RangePicker component
* fix whitespace in test file
* Update suffix-icon.md
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Fix anchor demo links because there is a capital in the real anchors but not the demos and it is case sensitive
* Remove commented code in demos
* fix demo link
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* feat: support the maximization of Modal initialization (#2823)
* fix: the lifecycle of MaximizationOnInit
* rename to DefaultMaximized
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Change set HidePagination‘s Location
Change set PageSize Method when HidePagination is true.
if HidePagination is true,set PagSize value is DataSource Count
if HidePagination is true,set PagSize value is DataSource Count
if HidePagination is true,set PagSize value is DataSource Count
* refactor
* update demo
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: datepicker): wrong day order and fallback to use globalization libaray when there is no day locale
* fix date locale
* refactor the scroll method
* fix ShortestDayNames
* update the doc
* feat(module: input): add ChangeOnInput, modify the default binding behavior to bind in the onchange event
* fix can't change immediately when debounce milliseconds is 0
* add tests
* Drawer Tests
* Remove code that doesn't appear to be needed. If you set Placement to be null or empty the drawer closes with or without this code in place.
* Documentation update
* Doc update
* Docs update...including chinese
* Add tests for Badge component. Format component file to editorconfig settings. Small bug fix for invalid class showing when custom color is set.
* Fix bug where Title parameter was not being used. Update tests. Update documentation
* feat(module:drawer): add property HeaderStyle to Drawer component
a property for modifying the style of the header in the drawer component
* feat(docs): add property HeaderStyle to Drawer api
Add HeaderStyle to DrawerOptions and update docs
* fix missing HeaderStyle for drawer servcie
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* Update tag tests and mark a couple parameters as obsolete. Documentation updates.
* Update documentation demos for Tags to remove usage of PresetColor
* refactor:(module:datepicker): DatePickerBase should be abstract
* fix:(module:datepicker): date not highlighted in range picker after ok
* fix:(module:datepicker): OnChange event behavior is incorrect
* fix:(module:datepicker): wrong input panels when start/end same period
* fix:(module:datepicker): ending week is not highlighted correctly
* fix:(module:datepicker): cannot switch year/month in RangePicker header
* Added the implementation like select to use tree search funcionality. Trying to change minimum posible to make it work.
Add ignoreCase for search on tree and fix display of match to respect the original value.
* Add a example of search.
* Add OnClick parameter to BreadcrumbItem. Add tests for Breadcrumb and BreadcrumbItem. Remove unused and unreachable code until needed at a later date. Documented parameters not in use, but left to avoid breaking the existing public API.
* Fix whitespace
* Update signature of OnClick for BreadcrumbItem to pass a Tuple<MouseEventArgs, BreadcrumbItem> giving access to the click arguments and the item clicked.
* Add ExludeFromCodeCoverage to POCO
* Update HTML markup for Breadcrumbs to match React Ant.Design (use nav, ol and li elements instead of div and spans only)
* fix naming
* fix error
* fix test
Co-authored-by: James Yeung <shunjiey@hotmail.com>