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
ElderJames
5aa3f7dcd0
chore: adjusting the release cycle and versioning
2021-03-01 16:34:46 +08: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
ElderJames
08fec90cd3
docs: add a dialog to navigate to gitee.io for chinese
2021-02-24 23:57:59 +08:00
Andrzej Bakun
04ca22eaea
fix(module: select): click to select on new tag ( #1162 )
2021-02-24 00:01:00 +08:00
ElderJames
3a3bfc0545
update docs
2021-02-23 15:30:46 +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
ElderJames
7e80607ff0
rename the docs project
2021-02-06 20:15:46 +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
ElderJames
2989360814
update the package version
2021-02-04 16:13:20 +08:00
MutatePat
a469dfa103
docs: Fix for G2Plot <script> tag ( #1077 )
...
* Update index.en-US.md
fix url for charts
* Update index.zh-CN.md
fix url for charts
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-02-04 01:19:28 +00: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
e3cf9ef1a3
Release 0.6.0 ( #1062 )
...
* release 0.6.0
* fix glup version
* fix change logs
2021-02-02 00:35:31 +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
James Yeung
2b82f3bdbd
fix(module: image): disables previewing error images and hides buttons when there is only one image ( #1060 )
2021-01-30 23:39:40 +08:00
James Yeung
def6eca435
feat(module: image): add preview group ( #1059 )
2021-01-30 22:39:56 +08:00
James Yeung
50cb65956a
fix(module: table): mistaken sortable ( #1058 )
2021-01-30 22:21:26 +08:00
ElderJames
47bccbeef4
chore: update issue/pr template and update docs cache version
2021-01-27 18:11:01 +08:00
Andrzej Bakun
536bb9a586
fix(module: input): missing disabled attribute ( #1048 )
2021-01-27 13:42:04 +08:00