-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(module: table): fix wrong spell for TableFilterCompareOperator.EndsWith #1434
Merged
ElderJames
merged 4 commits into
ant-design-blazor:master
from
anranruye:FixTableStringFilter
Apr 28, 2021
Merged
fix(module: table): fix wrong spell for TableFilterCompareOperator.EndsWith #1434
ElderJames
merged 4 commits into
ant-design-blazor:master
from
anranruye:FixTableStringFilter
Apr 28, 2021
Conversation
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
ElderJames
approved these changes
Apr 28, 2021
ElderJames
added a commit
that referenced
this pull request
May 16, 2021
* fix(module: select): enum default value protection (#1368) * fix(module: affix): can't affix while OffsetTop is zero (#1373) * fix(module: affix): can't affix while OffsetTop is zero * use affixed setter for rerendering * limit rerendering * fix(module: input): binding data when the Enter key is pressed (#1375) * fix(module: table): ellipsis can't work (#1376) * feat: add element component (#1378) * refactor: rename `HtmlElement` property case * rename the directory name for overlay * add element component * fix(module: table): Unify FieldName, add DisplayAttribute for DiplayName, fix Filter for DataIndex (#1372) * fix(module: table): Unify FieldName value * fix(module: table): Get column name from DisplayAttribute * fix(module: table): Filter for DataIndex * docs(module: table): Intuitive sorterCompare for Filter demo * fix(module: table): fix header title doesn't display when Sortable is false Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(dialog): add Dispose lifecycle function to Dialog (#1379) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: input): preserve focus and caret position for input password when visibility is toggled (#1377) * set focus when the password button is clicked * add methods for selection * set selectionStart after Focus * fix typescript * set selectionEnd as well * fix a stupid if-condition-bug * remove checks for element * add selectionStart to getDomInfo * get selectionStart from Element * delete unneeded js method Co-authored-by: mihails.kuzmins <mihails.kuzmins@daytongroup.lv> Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: table): can not use DataIndex nullable mode with not nullable property (#1382) * fix(module: table): column header sorter not refresh after ClearSorter is called (#1385) * fix(module:table): column header sorter not refresh after ClearSorter is called * add judgment condition for calling StateHasChanged in IFieldColumn.ClearSorter() * fix(module: form): validation message unique (#1391) * fix(module: tag): closable typo and delete mode (#1393) * fix(module: tag): closable typo and delete mode * return early * test(module: divider): divider tests (#1397) Co-authored-by: James Yeung <shunjiey@hotmail.com> * feat(module: modal): support define modal's style in ModalOptions (#1400) * fix(module: checkbox & switch): Checked parameter binding (#1394) * fix(module:checkbox): allow binding to Checked parameter * fix(module:switch): allow binding to Checked parameter * fix(modules): checkbox & switch get AntInputBoolComponentBase class * test(module:switch): add tests * test(module:checkbox): add tests * test(module:divider): simplify by using id:ignore * docs(module:checkbox): bind example * docs(module:switch): bind example * fix(module:switch): add Control + docs + tests * feat(module:checkboxgroup): add layout and mixed mode * fix: review comments + tests * fix(module:checkboxgroup): parameter name should be MixedMode added more tests * fix demo * fix(module:checkboxgroup): allow toggling between modes Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): OnDataSourceChange called when expected (#1419) * fix(module:select): OnDataSourceChange called when expected * test(module:select): add missing scenario * fix(module: table): DataIndex filter pop up (#1421) * fix(module:overlayTrigger): TrigerRefernece points to OverlayTrigger.Ref. * fix(module:overlay): Show waits for competing code to finish * Update OverlayTrigger.razor.cs * clean code Co-authored-by: James Yeung <shunjiey@hotmail.com> * feat: use ResizeObserver Api instead of window.resize (#1392) * feat: use ResizeObserver Api instead of window.resize * fix(module:select): fall back to window.resize in IE11. * fix(module:domEventService): switch from IsIE11 to IsResizeObserverSupported * fix: Console.WriteLine removed Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: table): check null in set sorter method (#1423) * fix(module: datepicker): validate manually entered date against format (#1389) * fix(module:datepicker): validate manually entered date against format * fix(module:datepicker): keep frozen the panel until valid date entered * fix(module:datepicker): switch to current culture format * fix(module:datepicker): build fix * fix(module:datepicker): use InvariantCulture when calling ToString on date * fix(module:datepicker): FormatAnalyzer handles also year, week, month & quarter picker * fix(module:datepicker): FormatAnalyzer broken tests * fix: FormatAnalyzer handles prefixes in format. Suffix is handled for picker type = "year" Tests include validation of not changing state * fix: all modes go through format analyzing (inluding week&quarter) * fix(module:datepickerbase): InternalFormat initalized properly for all modes * fix(module:rangepicker): reset opposing date when in conflict with current * fix(module:rangePicker): handle null in second part of range * fix(module:datepicker): switch from BindConverter to partials * tests(module:datepicker): FormatAnalyzer new tests to cover switch from BindConverter * tests(module:datepicker): missed change in tests * fix: focus, key events, reset value to original if not confirmed * fix: bug fix on range & clean-up * Update DatePicker.razor Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: overlay): issues in boundaryAdjustMode (#1420) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: cascader): incorrect size (#1432) * fix(module: cascader): incorrect size * add test for cascader size * fix(module: table): fix wrong spell for TableFilterCompareOperator.EndsWith (#1434) * fix(module: table): remove an redundant whitespace * fix(module: table): fix wrong spell * fix(module: table): fix wrong spell Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: cascader): add SelectedNodesChanged and invoke it after clear selected (#1437) * fix(module: table): fix spell mistake for TableFilterType.FieldType (#1442) * style(module:table): fix spell mistake for TableFilterType.FieldType * style(module:table): fix spell mistake for TableFilterType.FieldType * fix(module: select): fix error for nullable TItem (#1451) * fix(module: checkbox): remove Value initialization blocking (#1459) * fix(module:checkbox): remove Value initialization blocking * Update CheckboxTests.razor Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): support IEnumerable in form (#1460) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): fix dropdown width for IE (#1469) * fix(module:select): fix dropdown width for IE * fix(module:select): add a comment to explain the change * revert 'merge local branch' * revert 'merge local branch' * revert 'merge local branch' Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: dialog): modify delay time to DOM_ MIN_ TIMEOUT_ VALUE (#1445) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: datepicker): Date picker panel click closing + some issues from #1431 (#1452) * fix(module:datetime) keep open when click on panel fix: tab key behavior blur/show optimization * fix(module:rangepicker): tab key behavior improvements blur/focus optimizations * fix(module:overlay): overlay visible before positioning fix: flickering * fix(module:datepicker): handle escape key * fix(module:datepicker): mark properly current date on panel * fix(module:datepicker): week mode calculates weeks properly * fix(module: table): exception is thrown when the DataIndex ends with the get_Item method. (#1485) * fix(module: table): set DisplayName to null if MemberExpression is not found in the DataIndex expression tree (#1488) * feat(module: cascader): support showSearch (#1484) * feat(module: cascader): support showSearch * add empty dropdown * fix clear icon * fix(module: InputNumber): input number self changing (#1490) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: inputNumber): allow culture info to format input (#1480) * fix(module:inputnumber): allow culture info to format input * docs(module:inputnumber): demo & docs * fix translation Co-authored-by: ElderJames <shunjiey@hotmail.com> * docs: update docs for modal dragging (#1497) * fix(module: table): fix built-in filter select option width (#1500) * fix(module: datepicker): fix multiple CultureInfo properties (#1492) * fix(module:datepicker): fix multiple CultureInfo properties * fix(module:datepicker): fix multiple CultureInfo properties * fix(module: input): fix Input component for Guid type (#1510) * fix(module:input): fix Input component for Guid type * docs(module:input): add Guid generic sample code * fix(module:input): add a comment to explain the change * fix(module: input): guid optimization (#1515) * fix:(module: overlay): positioning should take scroll into account (#1511) Co-authored-by: Ocoka <somewhere@network> Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix: js function getDom return null bug (#1417) * fix: js function getDom return null bug (#1374) * fix: add IF precompiled instruction for observer attribute Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix: missing using is causing build failure (#1518) * change log 0.8.1 (#1522) * change log 0.8.1 * fix order Co-authored-by: Andrzej Bakun <andrzej@neelyc.com.cy> Co-authored-by: Zonciu Liang <zonciu@zonciu.com> Co-authored-by: zxyao <zxyao145@gmail.com> Co-authored-by: MihailsKuzmins <47413092+MihailsKuzmins@users.noreply.github.com> Co-authored-by: mihails.kuzmins <mihails.kuzmins@daytongroup.lv> Co-authored-by: anranruye <54608128+anranruye@users.noreply.github.com> Co-authored-by: 笨木头 <musicvs@163.com> Co-authored-by: Maksim <maksalmak@gmail.com> Co-authored-by: Ivan Ocoka <ocokanet@gmail.com> Co-authored-by: Ocoka <somewhere@network>
ElderJames
added a commit
that referenced
this pull request
Apr 23, 2022
…dsWith (#1434) * fix(module: table): remove an redundant whitespace * fix(module: table): fix wrong spell * fix(module: table): fix wrong spell Co-authored-by: James Yeung <shunjiey@hotmail.com>
ElderJames
added a commit
that referenced
this pull request
Apr 23, 2022
* fix(module: select): enum default value protection (#1368) * fix(module: affix): can't affix while OffsetTop is zero (#1373) * fix(module: affix): can't affix while OffsetTop is zero * use affixed setter for rerendering * limit rerendering * fix(module: input): binding data when the Enter key is pressed (#1375) * fix(module: table): ellipsis can't work (#1376) * feat: add element component (#1378) * refactor: rename `HtmlElement` property case * rename the directory name for overlay * add element component * fix(module: table): Unify FieldName, add DisplayAttribute for DiplayName, fix Filter for DataIndex (#1372) * fix(module: table): Unify FieldName value * fix(module: table): Get column name from DisplayAttribute * fix(module: table): Filter for DataIndex * docs(module: table): Intuitive sorterCompare for Filter demo * fix(module: table): fix header title doesn't display when Sortable is false Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(dialog): add Dispose lifecycle function to Dialog (#1379) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: input): preserve focus and caret position for input password when visibility is toggled (#1377) * set focus when the password button is clicked * add methods for selection * set selectionStart after Focus * fix typescript * set selectionEnd as well * fix a stupid if-condition-bug * remove checks for element * add selectionStart to getDomInfo * get selectionStart from Element * delete unneeded js method Co-authored-by: mihails.kuzmins <mihails.kuzmins@daytongroup.lv> Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: table): can not use DataIndex nullable mode with not nullable property (#1382) * fix(module: table): column header sorter not refresh after ClearSorter is called (#1385) * fix(module:table): column header sorter not refresh after ClearSorter is called * add judgment condition for calling StateHasChanged in IFieldColumn.ClearSorter() * fix(module: form): validation message unique (#1391) * fix(module: tag): closable typo and delete mode (#1393) * fix(module: tag): closable typo and delete mode * return early * test(module: divider): divider tests (#1397) Co-authored-by: James Yeung <shunjiey@hotmail.com> * feat(module: modal): support define modal's style in ModalOptions (#1400) * fix(module: checkbox & switch): Checked parameter binding (#1394) * fix(module:checkbox): allow binding to Checked parameter * fix(module:switch): allow binding to Checked parameter * fix(modules): checkbox & switch get AntInputBoolComponentBase class * test(module:switch): add tests * test(module:checkbox): add tests * test(module:divider): simplify by using id:ignore * docs(module:checkbox): bind example * docs(module:switch): bind example * fix(module:switch): add Control + docs + tests * feat(module:checkboxgroup): add layout and mixed mode * fix: review comments + tests * fix(module:checkboxgroup): parameter name should be MixedMode added more tests * fix demo * fix(module:checkboxgroup): allow toggling between modes Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): OnDataSourceChange called when expected (#1419) * fix(module:select): OnDataSourceChange called when expected * test(module:select): add missing scenario * fix(module: table): DataIndex filter pop up (#1421) * fix(module:overlayTrigger): TrigerRefernece points to OverlayTrigger.Ref. * fix(module:overlay): Show waits for competing code to finish * Update OverlayTrigger.razor.cs * clean code Co-authored-by: James Yeung <shunjiey@hotmail.com> * feat: use ResizeObserver Api instead of window.resize (#1392) * feat: use ResizeObserver Api instead of window.resize * fix(module:select): fall back to window.resize in IE11. * fix(module:domEventService): switch from IsIE11 to IsResizeObserverSupported * fix: Console.WriteLine removed Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: table): check null in set sorter method (#1423) * fix(module: datepicker): validate manually entered date against format (#1389) * fix(module:datepicker): validate manually entered date against format * fix(module:datepicker): keep frozen the panel until valid date entered * fix(module:datepicker): switch to current culture format * fix(module:datepicker): build fix * fix(module:datepicker): use InvariantCulture when calling ToString on date * fix(module:datepicker): FormatAnalyzer handles also year, week, month & quarter picker * fix(module:datepicker): FormatAnalyzer broken tests * fix: FormatAnalyzer handles prefixes in format. Suffix is handled for picker type = "year" Tests include validation of not changing state * fix: all modes go through format analyzing (inluding week&quarter) * fix(module:datepickerbase): InternalFormat initalized properly for all modes * fix(module:rangepicker): reset opposing date when in conflict with current * fix(module:rangePicker): handle null in second part of range * fix(module:datepicker): switch from BindConverter to partials * tests(module:datepicker): FormatAnalyzer new tests to cover switch from BindConverter * tests(module:datepicker): missed change in tests * fix: focus, key events, reset value to original if not confirmed * fix: bug fix on range & clean-up * Update DatePicker.razor Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: overlay): issues in boundaryAdjustMode (#1420) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: cascader): incorrect size (#1432) * fix(module: cascader): incorrect size * add test for cascader size * fix(module: table): fix wrong spell for TableFilterCompareOperator.EndsWith (#1434) * fix(module: table): remove an redundant whitespace * fix(module: table): fix wrong spell * fix(module: table): fix wrong spell Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: cascader): add SelectedNodesChanged and invoke it after clear selected (#1437) * fix(module: table): fix spell mistake for TableFilterType.FieldType (#1442) * style(module:table): fix spell mistake for TableFilterType.FieldType * style(module:table): fix spell mistake for TableFilterType.FieldType * fix(module: select): fix error for nullable TItem (#1451) * fix(module: checkbox): remove Value initialization blocking (#1459) * fix(module:checkbox): remove Value initialization blocking * Update CheckboxTests.razor Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): support IEnumerable in form (#1460) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): fix dropdown width for IE (#1469) * fix(module:select): fix dropdown width for IE * fix(module:select): add a comment to explain the change * revert 'merge local branch' * revert 'merge local branch' * revert 'merge local branch' Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: dialog): modify delay time to DOM_ MIN_ TIMEOUT_ VALUE (#1445) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: datepicker): Date picker panel click closing + some issues from #1431 (#1452) * fix(module:datetime) keep open when click on panel fix: tab key behavior blur/show optimization * fix(module:rangepicker): tab key behavior improvements blur/focus optimizations * fix(module:overlay): overlay visible before positioning fix: flickering * fix(module:datepicker): handle escape key * fix(module:datepicker): mark properly current date on panel * fix(module:datepicker): week mode calculates weeks properly * fix(module: table): exception is thrown when the DataIndex ends with the get_Item method. (#1485) * fix(module: table): set DisplayName to null if MemberExpression is not found in the DataIndex expression tree (#1488) * feat(module: cascader): support showSearch (#1484) * feat(module: cascader): support showSearch * add empty dropdown * fix clear icon * fix(module: InputNumber): input number self changing (#1490) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: inputNumber): allow culture info to format input (#1480) * fix(module:inputnumber): allow culture info to format input * docs(module:inputnumber): demo & docs * fix translation Co-authored-by: ElderJames <shunjiey@hotmail.com> * docs: update docs for modal dragging (#1497) * fix(module: table): fix built-in filter select option width (#1500) * fix(module: datepicker): fix multiple CultureInfo properties (#1492) * fix(module:datepicker): fix multiple CultureInfo properties * fix(module:datepicker): fix multiple CultureInfo properties * fix(module: input): fix Input component for Guid type (#1510) * fix(module:input): fix Input component for Guid type * docs(module:input): add Guid generic sample code * fix(module:input): add a comment to explain the change * fix(module: input): guid optimization (#1515) * fix:(module: overlay): positioning should take scroll into account (#1511) Co-authored-by: Ocoka <somewhere@network> Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix: js function getDom return null bug (#1417) * fix: js function getDom return null bug (#1374) * fix: add IF precompiled instruction for observer attribute Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix: missing using is causing build failure (#1518) * change log 0.8.1 (#1522) * change log 0.8.1 * fix order Co-authored-by: Andrzej Bakun <andrzej@neelyc.com.cy> Co-authored-by: Zonciu Liang <zonciu@zonciu.com> Co-authored-by: zxyao <zxyao145@gmail.com> Co-authored-by: MihailsKuzmins <47413092+MihailsKuzmins@users.noreply.github.com> Co-authored-by: mihails.kuzmins <mihails.kuzmins@daytongroup.lv> Co-authored-by: anranruye <54608128+anranruye@users.noreply.github.com> Co-authored-by: 笨木头 <musicvs@163.com> Co-authored-by: Maksim <maksalmak@gmail.com> Co-authored-by: Ivan Ocoka <ocokanet@gmail.com> Co-authored-by: Ocoka <somewhere@network>
ElderJames
added a commit
that referenced
this pull request
Apr 30, 2022
…dsWith (#1434) * fix(module: table): remove an redundant whitespace * fix(module: table): fix wrong spell * fix(module: table): fix wrong spell Co-authored-by: James Yeung <shunjiey@hotmail.com>
ElderJames
added a commit
that referenced
this pull request
Apr 30, 2022
* fix(module: select): enum default value protection (#1368) * fix(module: affix): can't affix while OffsetTop is zero (#1373) * fix(module: affix): can't affix while OffsetTop is zero * use affixed setter for rerendering * limit rerendering * fix(module: input): binding data when the Enter key is pressed (#1375) * fix(module: table): ellipsis can't work (#1376) * feat: add element component (#1378) * refactor: rename `HtmlElement` property case * rename the directory name for overlay * add element component * fix(module: table): Unify FieldName, add DisplayAttribute for DiplayName, fix Filter for DataIndex (#1372) * fix(module: table): Unify FieldName value * fix(module: table): Get column name from DisplayAttribute * fix(module: table): Filter for DataIndex * docs(module: table): Intuitive sorterCompare for Filter demo * fix(module: table): fix header title doesn't display when Sortable is false Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(dialog): add Dispose lifecycle function to Dialog (#1379) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: input): preserve focus and caret position for input password when visibility is toggled (#1377) * set focus when the password button is clicked * add methods for selection * set selectionStart after Focus * fix typescript * set selectionEnd as well * fix a stupid if-condition-bug * remove checks for element * add selectionStart to getDomInfo * get selectionStart from Element * delete unneeded js method Co-authored-by: mihails.kuzmins <mihails.kuzmins@daytongroup.lv> Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: table): can not use DataIndex nullable mode with not nullable property (#1382) * fix(module: table): column header sorter not refresh after ClearSorter is called (#1385) * fix(module:table): column header sorter not refresh after ClearSorter is called * add judgment condition for calling StateHasChanged in IFieldColumn.ClearSorter() * fix(module: form): validation message unique (#1391) * fix(module: tag): closable typo and delete mode (#1393) * fix(module: tag): closable typo and delete mode * return early * test(module: divider): divider tests (#1397) Co-authored-by: James Yeung <shunjiey@hotmail.com> * feat(module: modal): support define modal's style in ModalOptions (#1400) * fix(module: checkbox & switch): Checked parameter binding (#1394) * fix(module:checkbox): allow binding to Checked parameter * fix(module:switch): allow binding to Checked parameter * fix(modules): checkbox & switch get AntInputBoolComponentBase class * test(module:switch): add tests * test(module:checkbox): add tests * test(module:divider): simplify by using id:ignore * docs(module:checkbox): bind example * docs(module:switch): bind example * fix(module:switch): add Control + docs + tests * feat(module:checkboxgroup): add layout and mixed mode * fix: review comments + tests * fix(module:checkboxgroup): parameter name should be MixedMode added more tests * fix demo * fix(module:checkboxgroup): allow toggling between modes Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): OnDataSourceChange called when expected (#1419) * fix(module:select): OnDataSourceChange called when expected * test(module:select): add missing scenario * fix(module: table): DataIndex filter pop up (#1421) * fix(module:overlayTrigger): TrigerRefernece points to OverlayTrigger.Ref. * fix(module:overlay): Show waits for competing code to finish * Update OverlayTrigger.razor.cs * clean code Co-authored-by: James Yeung <shunjiey@hotmail.com> * feat: use ResizeObserver Api instead of window.resize (#1392) * feat: use ResizeObserver Api instead of window.resize * fix(module:select): fall back to window.resize in IE11. * fix(module:domEventService): switch from IsIE11 to IsResizeObserverSupported * fix: Console.WriteLine removed Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: table): check null in set sorter method (#1423) * fix(module: datepicker): validate manually entered date against format (#1389) * fix(module:datepicker): validate manually entered date against format * fix(module:datepicker): keep frozen the panel until valid date entered * fix(module:datepicker): switch to current culture format * fix(module:datepicker): build fix * fix(module:datepicker): use InvariantCulture when calling ToString on date * fix(module:datepicker): FormatAnalyzer handles also year, week, month & quarter picker * fix(module:datepicker): FormatAnalyzer broken tests * fix: FormatAnalyzer handles prefixes in format. Suffix is handled for picker type = "year" Tests include validation of not changing state * fix: all modes go through format analyzing (inluding week&quarter) * fix(module:datepickerbase): InternalFormat initalized properly for all modes * fix(module:rangepicker): reset opposing date when in conflict with current * fix(module:rangePicker): handle null in second part of range * fix(module:datepicker): switch from BindConverter to partials * tests(module:datepicker): FormatAnalyzer new tests to cover switch from BindConverter * tests(module:datepicker): missed change in tests * fix: focus, key events, reset value to original if not confirmed * fix: bug fix on range & clean-up * Update DatePicker.razor Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: overlay): issues in boundaryAdjustMode (#1420) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: cascader): incorrect size (#1432) * fix(module: cascader): incorrect size * add test for cascader size * fix(module: table): fix wrong spell for TableFilterCompareOperator.EndsWith (#1434) * fix(module: table): remove an redundant whitespace * fix(module: table): fix wrong spell * fix(module: table): fix wrong spell Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: cascader): add SelectedNodesChanged and invoke it after clear selected (#1437) * fix(module: table): fix spell mistake for TableFilterType.FieldType (#1442) * style(module:table): fix spell mistake for TableFilterType.FieldType * style(module:table): fix spell mistake for TableFilterType.FieldType * fix(module: select): fix error for nullable TItem (#1451) * fix(module: checkbox): remove Value initialization blocking (#1459) * fix(module:checkbox): remove Value initialization blocking * Update CheckboxTests.razor Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): support IEnumerable in form (#1460) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: select): fix dropdown width for IE (#1469) * fix(module:select): fix dropdown width for IE * fix(module:select): add a comment to explain the change * revert 'merge local branch' * revert 'merge local branch' * revert 'merge local branch' Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: dialog): modify delay time to DOM_ MIN_ TIMEOUT_ VALUE (#1445) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: datepicker): Date picker panel click closing + some issues from #1431 (#1452) * fix(module:datetime) keep open when click on panel fix: tab key behavior blur/show optimization * fix(module:rangepicker): tab key behavior improvements blur/focus optimizations * fix(module:overlay): overlay visible before positioning fix: flickering * fix(module:datepicker): handle escape key * fix(module:datepicker): mark properly current date on panel * fix(module:datepicker): week mode calculates weeks properly * fix(module: table): exception is thrown when the DataIndex ends with the get_Item method. (#1485) * fix(module: table): set DisplayName to null if MemberExpression is not found in the DataIndex expression tree (#1488) * feat(module: cascader): support showSearch (#1484) * feat(module: cascader): support showSearch * add empty dropdown * fix clear icon * fix(module: InputNumber): input number self changing (#1490) Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix(module: inputNumber): allow culture info to format input (#1480) * fix(module:inputnumber): allow culture info to format input * docs(module:inputnumber): demo & docs * fix translation Co-authored-by: ElderJames <shunjiey@hotmail.com> * docs: update docs for modal dragging (#1497) * fix(module: table): fix built-in filter select option width (#1500) * fix(module: datepicker): fix multiple CultureInfo properties (#1492) * fix(module:datepicker): fix multiple CultureInfo properties * fix(module:datepicker): fix multiple CultureInfo properties * fix(module: input): fix Input component for Guid type (#1510) * fix(module:input): fix Input component for Guid type * docs(module:input): add Guid generic sample code * fix(module:input): add a comment to explain the change * fix(module: input): guid optimization (#1515) * fix:(module: overlay): positioning should take scroll into account (#1511) Co-authored-by: Ocoka <somewhere@network> Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix: js function getDom return null bug (#1417) * fix: js function getDom return null bug (#1374) * fix: add IF precompiled instruction for observer attribute Co-authored-by: James Yeung <shunjiey@hotmail.com> * fix: missing using is causing build failure (#1518) * change log 0.8.1 (#1522) * change log 0.8.1 * fix order Co-authored-by: Andrzej Bakun <andrzej@neelyc.com.cy> Co-authored-by: Zonciu Liang <zonciu@zonciu.com> Co-authored-by: zxyao <zxyao145@gmail.com> Co-authored-by: MihailsKuzmins <47413092+MihailsKuzmins@users.noreply.github.com> Co-authored-by: mihails.kuzmins <mihails.kuzmins@daytongroup.lv> Co-authored-by: anranruye <54608128+anranruye@users.noreply.github.com> Co-authored-by: 笨木头 <musicvs@163.com> Co-authored-by: Maksim <maksalmak@gmail.com> Co-authored-by: Ivan Ocoka <ocokanet@gmail.com> Co-authored-by: Ocoka <somewhere@network>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 This is a ...
🔗 Related issue link
fixes #1433
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge