* InputNumber value display correction with test when step value notation is scientific
* fix NumberFormatInfo of ToString()
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: datepicker): value not updated when changed programmatically
* fix(module: rangepicker): value not updated when set programmatically
* fix:(module: datepicker): placeholder attribute not applied to input
* fix:(module: rangepicker): end date placeholder is not cleared
* fix(module: datepicker): Ok button does not confirm selected time value
* fix(module: datepicker): value stays in the input after clear clicked
* fix(module: datepicker): suffix icon click does not open input panel
* fix(module: datepicker): manual input reverted on blur
* fix(module: datepicker): wrong behavior when Open is set to true
* feat(icon): two-tone color icon implements
* generate secondary color from js, and generate icon from C#
* remove unused code
* render the icons in the prerendering stage
* render the icons in the prerendering stage
* fixed multiple renders
* refactor iconfont
* remove should render flag
* fix color change
* add AvoidPrerendering
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* feat(module: datetimepicker): scroll to selected time
* refactor(module: datepicker): move scroll to code behind
* fix(module: datetimepicker): no scroll to selected time on manual input
* fix(module: datetimepicker): 12-hour time is not parsed on manual input
* fix(module: datetimepicker): entered time ignored on manual input
* feat(module: datepicker): add animation to time picker
* Revert "fix(module: datetimepicker): entered time ignored on manual input"
This reverts commit 9211cf8e628173e59fbd3b110bb5fe84a2c77efa.
* refactor(module: datepicker): cleanup redundant code
* refactor(module: datepicker): reduce size of animation function
* fix(module: datepicker):duplicate calls to StateHasChanged on date hover
* feat(module: datepicker): add 12-hour time support
* fix(module: datepicker): revert 24-hour time format
* fix(module: datepicker): AM/PM not localized in the date input component
* fix(module: datepicker): AM/PM in the selection panel are not localized
* Update components/date-picker/internal/DatePickerDatetimePanel.razor
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: datepicker). AM/PM switches toggling incorrectly
* fix(module: datepicker): 24-hour format in DatePicker when Use12Hours
* fix(module: datepicker): time format in docs
* refactor(module: datepicker): code cleanup
* feat(module: datepicker): add 12-hour format to en-US locale
* feat(module:form) Add Feedback Icon when Invalid
Allow the field level icon to be shown when the FormItem is invalid.
* feat(module:form) Add Feedback Icon when Invalid
Allow the field level icon to be shown when the FormItem is invalid.
* update treeSelect setValue Demo
* update. change IsLeafExpression, ChildrenMethodExpression deleagte define.
* fixed#2348.
added. When dataitemexpression is empty, an attempt is made to locate from the generated node of the tree
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* feat/ApplyPredefinedQueryModel: add opportunity to serialize/deserialize QueryModel and apply to Table with ITable.ReloadData(QueryModel queryModel) method; fix current selected value in 'PageSize / page' selection (value was not updated in case using ReloadData(PageIndex, PageSize) method)
* feat/applyPredefinedQueryModel: implement System.Text.Json instead Newtonsoft.Json for serializing/deserializing QueryModel
* feat/applyPredefinedQueryModel: add minor change
* feat/applyPredefinedQueryModel: add method for converting from JsonElement to object type
* feat/applyPredefinedQueryModel: add demo file for save and load table configuration
* feature/applyPredefinedQueryModel: add minor change
* feat/applyPredefinedQueryModel: prevent applying before not saved configuration
* fix sorter restore
* reest data before reload data
* fix test
Co-authored-by: Ana Nikolasevic <23nikolasevic@gmail.com>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
* feat(module:checkbox) Adds For/Id attrs
Moves the Id attr from the label to the input and
adds the For attr to the label for ADA.
* feat(module:checkbox) Remove blank line
Remove blank line from Button
* Updates CheckboxGroup unit tests.
* Updates case of for attr.
* feat(module:button) Adds AriaLabel Parameter
Adds in a Parameter for AriaLabel that's used as the value for the aria-label attribute on the button.
* feat(module:button) Adds AriaLabel Parameter
Updates zh-CN documentation and removes blank line.