-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2.0] Unify input components APIs (#5732)
* Introduce Value API to input components * Use CurrentValue for Bulma TextEdit * Mark Obsolete parameters * Check Value when initializing validation * Invoke ValueChanged for Select and DatePicker * Invoke ValueChanged for Radio and Check * Refactor Select component * Remove Text from TextEdit and MemoEdit * Remove Date and Time from DateEdit and TimeEdit * Remove Color from ColorEdit * Remove CheckedValue from RadioGroup * Fix Forms page demo * Remove Checked from Check and Switch * Remove Color from ColorPicker * Remove Time from TimePicker * Remove Date and Dates from DatePicker * Check for array types on Select * Move ISelect to separate file * Migration notes * Move GetFormatedValueExpression to base class * Move OnInternalValueChanged implementation to base class * Refactor input components initialization (#5742) * Centralize initialization lifecycle * Leave new Before/After methods on input base component * Fix the method calls * Adjust DatePicker, NumericEdit, and Select * Use custom compare function * Comments * Fix examples
- Loading branch information
Showing
324 changed files
with
1,936 additions
and
2,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.