James Yeung
91206103d1
fix(module: divider): style was default to plain ( #1215 )
2021-03-07 12:19:57 +08:00
Andrzej Bakun
be836a2f4e
fix(module: select): Compiled method .ToString() was throwing AmbigiousMethod ( #1214 )
2021-03-07 00:44:13 +08:00
James Yeung
853eef8244
fix(module: table): invoke OnChange twice on pagination was changed ( #1211 )
...
* fix(module: table): invoke OnChange twice on pagination was changed
* fix preview ci
2021-03-06 10:20:41 +08:00
Andrzej Bakun
00040d4904
fix(module: select): reset when changed to a not existing value ( #1209 )
...
* chore: add GitHub Actions for auto preview (#1205 )
* chore: add github actions for auto preview
* fix setup job
* chore: add GitHub Actions for auto preview (#1205 )
* fix(module:select): reset value when changed to non-existing
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-03-05 20:43:30 +08:00
Andrzej Bakun
a92a9e4ffc
fix(module: select): press enter on form cause validation to fail ( #1196 )
...
* fix(module:select): enter behavior on form
* fix(module:select): add DisableSubmitFormOnEnter attribute
* fix(module:select): remove proposed DisableSubmitFormOnEnte
2021-03-04 23:16:24 +08:00
James Yeung
ad99e38fce
fix(module: table): bring OnRowClick back ( #1200 )
2021-03-04 17:31:48 +08:00
James Yeung
1aadcecf35
fix(module: table): fix doesn't refresh when expand row ( #1199 )
2021-03-04 17:30:52 +08:00
Andrzej Bakun
e57e89bec5
fix(module: input): Loading animation toggling properly ( #1195 )
2021-03-04 12:50:16 +08:00
Andrzej Bakun
7bab36dea7
fix(module: select): bind value change lock, tags and labels fix, overlay reposition ( #1191 )
...
* fix(module:select) _setLabel not needed for non-tags
fix for exception when label is a property with getter only
* fix(module:select): bind-Value lock if changed outside component
* fix(module:Select): overlay reposition SelectContent resize
2021-03-02 22:01:57 +08:00
James Yeung
b65c11ae61
fix(module: table): tree data error ( #1188 )
2021-03-02 00:46:03 +08:00
qinhuaihe
cc4a7bbf13
feat(module: table): add on row and cell ( #1175 )
...
* fix(module:table): set selectedRows exception
* fix(module:table): set selectedRows exception
* fix(module: tree) selected highlight confusion
* Revert "fix(module: tree) selected highlight confusion"
This reverts commit 91300ac664f8dcebc20f1a96e21f8afc1fac079d.
* fix(module: tree): remove the IsFixed attribute
* feat(module: table): add table onrow method
* feat(module: table) add onrow method to table column
* feat(module: table) add onrow method to table column
* feat(module: table) add onheaderrow and onheadercell methods to table
* feat(module: table) fix doc encoding
* fix demo
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-03-01 23:47:16 +08:00
zxyao
5fe1e94f4d
fix: animation classs name change of Modal, Message and Notification componments ( #1186 )
...
* fix(module: modal): sync animation class name with official
* fix(module: message): sync animation class name with official
* fix(module: notification): sync animation class name with official
2021-03-01 23:45:30 +08:00
Andrzej Bakun
6ebb1b311a
fix(module: TextArea): sizing bug for components outside viewport ( #1155 )
...
* fix(module:TextArea): sizing bug for components outside viewport
* fix(module:textarea): single js method to get textarea info
* fix(module:textArea): clean up unnecessary slice
* fix(module:textarea): autosize has proper effect
* chore: adjusting the release cycle and versioning
* fix(module:textarea): resize on type fix
* fix white line
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-03-01 14:50:22 +00:00
James Yeung
a49da1ffed
chore: sync ant-design v4.13.0 ( #1181 )
2021-02-28 22:41:28 +08:00
James Yeung
28ffc2d184
fix(module: table): show empty status when there are no data ( #1180 )
2021-02-28 12:51:36 +08:00
Zonciu Liang
0f6702b5ed
refactor(module: select): use Func to get or set value instead of reflection ( #1168 )
...
* refactor(module: select): use Func to get or set value instead of reflection
* refactor(module: select): add delegate cache
* chore: add DelegateCacheKeyComparer
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-02-27 16:13:13 +00:00
James Yeung
4065869806
feat(module: table): add filters ( #1178 )
...
* feat: add table filter
* add filter buttons
* fix filter menu
* make filter work
* support multiple filters
* delete the old files
* support single select
2021-02-27 23:55:48 +08:00
Andrzej Bakun
04ca22eaea
fix(module: select): click to select on new tag ( #1162 )
2021-02-24 00:01:00 +08:00
zmayor
387234e0b9
fix(module: tree): selected highlight confusion ( #1161 )
...
* fix(module:table): set selectedRows exception
* fix(module:table): set selectedRows exception
* fix(module: tree) selected highlight confusion
* Revert "fix(module: tree) selected highlight confusion"
This reverts commit 91300ac664f8dcebc20f1a96e21f8afc1fac079d.
* fix(module: tree): remove the IsFixed attribute
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-02-23 07:15:50 +00:00
Andrzej Bakun
1082a29941
fix(module: grid): gutter ( #1158 )
...
* fix(module:row): grid gutter switch to row-gap
* docs(module:grid): gutter docs in sync with react antDesign
* add DefaultBreakpoint
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-02-23 05:38:05 +00:00
Sardine Tuna
3209c088a6
fix(module: list): unintended output from SetGutterStyle ( #1159 )
...
Removed an unintended console writeline that is causing flooded output
2021-02-23 12:57:37 +08:00
Andrzej Bakun
9dc73fbd9a
fix(module: inputpassword): focus style ( #1146 )
...
* fix(module:inputpassword): focus fix
* fix(module:search): focus fix
* fix(module:input): (and descendants) focuse fix
2021-02-22 14:26:17 +08:00
Andrzej Bakun
1ca564ae95
fix(module: cascader): OnChange called twice ( #1151 )
2021-02-22 04:58:42 +00:00
James Yeung
0c13eb7198
docs(module: table): add editable cell/row demo ( #1152 )
...
* feat(module: table): add editable cell demo
* add editable row de
2021-02-22 11:29:56 +08:00
Andrzej Bakun
609502bc61
fix(module: date-picker): date typing, enter behavior, overlay toggle ( #1145 )
...
* fix(module:datepicker):date typing, enter behavior, overlay toggle, key navigation
* fix(module:datetime): picker value set to previous on key actions
2021-02-20 17:54:12 +08:00
zmayor
b8522e27de
fix(module: table): set selectedRows exception ( #1148 )
...
* fix(module:table): set selectedRows exception
* fix(module:table): set selectedRows exception
2021-02-20 17:50:27 +08:00
笨木头
febccb3a05
fix(module: menu): Nav Menu Collapse Unresponsive ( #1144 )
2021-02-19 11:35:06 +08:00
James Yeung
597133363a
fix(module: table): support more generic units for scroll x/y ( #1137 )
2021-02-14 20:15:53 +08:00
Andrzej Bakun
d98c851c70
fix(module: select): new tag item label and value fix ( #1121 )
...
* fix(module:select): new tag item label and value fix
* fix: interop firefox "Permission Denied" fix
* fix(module:select): prefixIcon styling and positioning
2021-02-14 17:42:44 +08:00
Andrzej Bakun
954461119e
fix(module: menu): active parent menu for routed links ( #1134 )
2021-02-14 17:26:54 +08:00
笨木头
314b07daf9
feat(model: overlay): add boundary detection adjustment ( #1109 )
...
* feat(model: overlay): add boundary detection and orientation adjustment
* feat: suport inview and inscroll mode
2021-02-09 10:01:42 +08:00
Andrzej Bakun
b0c9509264
fix(module: select): property rename to follow docs ( #1115 )
...
* fix(module:select): property rename to follow docs
comma in decimal causing wrong css value for select box width
comment translation
* fix(module:select): delayed DefaultActiveFirstOption fix
change of values fix
2021-02-09 00:31:44 +08:00
笨木头
63e20bf6b8
feat(module: cascader): switch menu implement to overlay ( #1112 )
...
* feat: Add a pull-down effect to Cascader (integrated Overlay components)
* switch trigger to unbound div
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-02-07 18:13:27 +08:00
James Yeung
93310a1d14
docs: fix anchor and improvement ( #1107 )
...
* docs: fix anchor and improvement
* fix docsearch
* fix docsearch action
2021-02-06 19:27:48 +08:00
James Yeung
af300c6ecc
fix(module: table): missing value for the sort property of SortModel ( #1105 )
2021-02-06 00:55:46 +08:00
Andrzej Bakun
9d6f2a7dac
fix(module: date-picker): set default value on clear for not nullable datetime type ( #1100 )
2021-02-05 22:18:40 +08:00
Andrzej Bakun
dcbaecc919
fix(module: date-picker): incorrect date format strings ( #1097 )
...
* fix(module:datepicker): incorrect date format strings fix
culture set takes effect
fallback to default local when locale json does not exist
* fix(module:datepicker): do not replace Locale if is set in attribute
2021-02-05 16:50:12 +08:00
Luke Parker
11fcd44993
fix(module: input): pressing enter would not update the value ( #1094 )
...
Co-authored-by: Luke Parker <10430890+TheRealHona@users.noreply.github.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-02-05 15:05:24 +08:00
Andrzej Bakun
0a4364c869
fix(module: date-picker): weekday header fix ( #1054 )
...
* fix(module:datepicker): weekday header fix
* fix(module:rangepicker): reverse to only fix #1045
2021-02-05 14:32:25 +08:00
Andrzej Bakun
a592fa4dd0
fix(module: range-picker): placeholder and value equals null ( #1088 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-02-05 10:27:32 +08:00
Andrzej Bakun
ea061850ec
fix(module: select): multiple fixes and optimizations ( #1087 )
...
* fix(module:select): multiple select & tags & tokenization fix
performance optimizations
add PrefixIcon
keep focus on selected item
* fix(module:select): on clear button make first active
* docs(module:select): reflect changes
2021-02-04 23:40:47 +08:00
James Yeung
e6076271c0
feat(module: menu): add menu item tooltip and submenu trigger type ( #1082 )
...
* feat(module: menu): add menuitem tooltip and submenu trigger type
* add the doc
2021-02-04 16:21:56 +08:00
James Yeung
436917ff9b
feat(module: menu): add inline indent parameter ( #1076 )
2021-02-03 23:32:17 +08:00
James Yeung
d5869acb7f
fix(module: steps): wrong progress style ( #1072 )
2021-02-03 18:37:13 +08:00
James Yeung
c02dbe02ee
chore: sync ant-design v4.12.0 ( #1067 )
2021-02-03 15:47:48 +08:00
TsTeaTime
b950fba58d
fix(module: steps): navigation was blocked ( #1071 )
...
* Update Step.razor.cs
I believe that we should be invoking a State Change here. Currently the navigation is not working otherwise.
* Update Step.razor.cs
Resolved error from Disposal
2021-02-03 15:33:32 +08:00
James Yeung
5b14e8e975
fix(menu): collapsed follow sider ( #1069 )
...
* fix(menu): collapsed follow sider
* clean the code
* fix DefaultOpenKeys
* refactor the updae mode method
2021-02-03 14:38:59 +08:00
James Yeung
82031e0a66
fix(module: table): fix the scroll position calc method ( #1063 )
2021-02-01 23:42:54 +08:00
Kane
a84382f64b
fix(module: table): sorter was blocked ( #1061 )
2021-02-01 23:17:54 +08:00
Zonciu Liang
ea412b24ec
feat(core): access object's property by path-based string ( #1056 )
...
* fix: DataIndex access maybe null object
* feat: access object's property by path-based string
* doc: update Table DataIndex demo
* doc: correct Table/demo/custom-row-style.md file encoding
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-01-31 01:25:25 +08:00