Magehernan
27bf4e0b8e
feat: Added locale es-ES ( #1534 )
2021-05-17 22:43:06 +08:00
James Yeung
7e5e83ee19
fix(module: radio): add defaultChecked and defaultValue ( #1494 )
...
* fix(module: radio): add defaultChecked and defaultValue
* add tests
* add test for radio group
2021-05-15 22:59:18 +08:00
Andrzej Bakun
ae58374282
fix: missing using is causing build failure ( #1518 )
2021-05-12 22:34:41 +08:00
zxyao
daced4479f
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>
2021-05-12 03:31:57 +00:00
Ivan Ocoka
201172f122
fix:(module: overlay): positioning should take scroll into account ( #1511 )
...
Co-authored-by: Ocoka <somewhere@network>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-05-12 02:48:09 +00:00
Andrzej Bakun
3ae339a749
fix(module: input): guid optimization ( #1515 )
2021-05-12 09:41:17 +08:00
anranruye
7967828f2e
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
2021-05-12 00:17:49 +08:00
anranruye
9671b8e940
fix(module: datepicker): fix multiple CultureInfo properties ( #1492 )
...
* fix(module:datepicker): fix multiple CultureInfo properties
* fix(module:datepicker): fix multiple CultureInfo properties
2021-05-11 21:58:40 +08:00
anranruye
c92b9566f1
fix(module: table): fix built-in filter select option width ( #1500 )
2021-05-11 14:15:35 +08:00
Andrzej Bakun
8fb2d262e6
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>
2021-05-08 09:21:46 +00:00
Maksim
9bc7baec96
fix(module: InputNumber): input number self changing ( #1490 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-05-08 08:35:08 +00:00
James Yeung
23dc3352a7
feat(module: cascader): support showSearch ( #1484 )
...
* feat(module: cascader): support showSearch
* add empty dropdown
* fix clear icon
2021-05-08 15:31:38 +08:00
Zonciu Liang
d77da6c003
fix(module: table): set DisplayName to null if MemberExpression is not found in the DataIndex expression tree ( #1488 )
2021-05-08 13:03:07 +08:00
Zonciu Liang
d98b402b10
fix(module: table): exception is thrown when the DataIndex ends with the get_Item method. ( #1485 )
2021-05-08 01:47:41 +08:00
Andrzej Bakun
a7fabae919
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
2021-05-07 15:31:13 +08:00
zxyao
5b6d72d741
fix(module: dialog): modify delay time to DOM_ MIN_ TIMEOUT_ VALUE ( #1445 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-05-06 16:56:26 +08:00
anranruye
0d208ab362
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>
2021-05-06 06:07:34 +00:00
Andrzej Bakun
9509603489
fix(module: select): support IEnumerable in form ( #1460 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-05-06 05:42:19 +00:00
Andrzej Bakun
f23f5088dc
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>
2021-05-06 05:23:19 +00:00
anranruye
90dc038394
fix(module: select): fix error for nullable TItem ( #1451 )
2021-05-06 13:00:16 +08:00
anranruye
20c4926615
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
2021-05-01 03:40:05 +08:00
James Yeung
4ea72e2720
fix(module: cascader): add SelectedNodesChanged and invoke it after clear selected ( #1437 )
2021-04-29 14:31:03 +08:00
anranruye
202220dcd7
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>
2021-04-28 15:14:21 +00:00
James Yeung
e648cdd53a
fix(module: cascader): incorrect size ( #1432 )
...
* fix(module: cascader): incorrect size
* add test for cascader size
2021-04-28 22:42:29 +08:00
笨木头
ece46d4759
fix(module: overlay): issues in boundaryAdjustMode ( #1420 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-28 12:44:23 +00:00
Andrzej Bakun
b27e4d47a6
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>
2021-04-28 03:54:19 +00:00
James Yeung
bcb9effc75
fix(module: table): check null in set sorter method ( #1423 )
2021-04-27 16:37:19 +08:00
Andrzej Bakun
b22f9495f4
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>
2021-04-27 06:03:39 +00:00
Andrzej Bakun
47ebd7f076
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>
2021-04-27 05:02:29 +00:00
Andrzej Bakun
883b7c6e11
fix(module: select): OnDataSourceChange called when expected ( #1419 )
...
* fix(module:select): OnDataSourceChange called when expected
* test(module:select): add missing scenari
2021-04-27 10:45:02 +08:00
Andrzej Bakun
555fdb9a43
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>
2021-04-25 01:04:21 +08:00
zxyao
8a4bebc313
feat(module: modal): support define modal's style in ModalOptions ( #1400 )
2021-04-21 22:31:47 +08:00
James Yeung
efbdf684d3
fix(module: tag): closable typo and delete mode ( #1393 )
...
* fix(module: tag): closable typo and delete mode
* return early
2021-04-21 10:01:48 +08:00
James Yeung
555e398336
fix(module: form): validation message unique ( #1391 )
2021-04-20 16:03:25 +08:00
anranruye
3abec5f4ba
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()
2021-04-19 15:07:36 +08:00
anranruye
fb3d5b8d5b
fix(module: table): can not use DataIndex nullable mode with not nullable property ( #1382 )
2021-04-18 20:53:57 +08:00
MihailsKuzmins
c0f8859914
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>
2021-04-18 08:06:06 +00:00
zxyao
1a10f34029
fix(dialog): add Dispose lifecycle function to Dialog ( #1379 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-18 15:14:54 +08:00
Zonciu Liang
4a680e6b76
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>
2021-04-17 16:27:52 +00:00
James Yeung
d4cbc6d4e0
feat: add element component ( #1378 )
...
* refactor: rename `HtmlElement` property case
* rename the directory name for overlay
* add element component
2021-04-17 22:14:01 +08:00
James Yeung
fe0be94b55
fix(module: table): ellipsis can't work ( #1376 )
2021-04-17 18:52:15 +08:00
James Yeung
04a5b8def4
fix(module: input): binding data when the Enter key is pressed ( #1375 )
2021-04-17 17:42:28 +08:00
James Yeung
105cfa2e8d
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
2021-04-17 14:43:42 +08:00
Andrzej Bakun
55ae35c224
fix(module: select): enum default value protection ( #1368 )
2021-04-16 18:50:36 +08:00
Andrzej Bakun
ae74972643
fix(module: drawer): z-index has no effect ( #1362 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-16 03:16:16 +00:00
Andrzej Bakun
fc5086a3f7
fix(module: avatar): size calculation & CssSizeLength functionality expansion ( #1364 )
...
* core: expand CssSizeLength to handle double & decimal (with tests)
* fix(module:avatar): move to CssSizeLength
fix: explicit size calculation
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-16 02:50:31 +00:00
James Yeung
4292201125
fix(module: table): incorrect bool filter ( #1361 )
2021-04-16 09:18:57 +08:00
Andrzej Bakun
b2a729af82
fix(module: table): locale fix ( #1356 )
2021-04-16 00:08:28 +08:00
Andrzej Bakun
6cccab2c04
fix(module: avatar): text size calc regional independent ( #1352 )
...
* fix(module:avatar): text size calc regional independent
* fix(module: avatar): removed limitation on number of decimal laces
2021-04-15 08:59:33 +00:00
Andrzej Bakun
1e5464d396
fix(module: input): add WrapperStyle ( #1351 )
...
* fix(module:input): add WrapperStyle
* translate the doc
* Update index.zh-CN.md
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-15 07:43:29 +00:00