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
zxyao
234dcc93e7
feat(module: image): add animation for image preview ( #1042 )
...
* feat(module image): add animation for image preview
* feat(module image): add mask closeable
* fix(module dialog): cannot close dialog by clicking mask
if content is clicked, mask click cannot close dialog
2021-01-27 13:23:15 +08:00
ElderJames
d437e95850
chore: purge jsdeliver cache
2021-01-25 14:20:32 +08:00
Andrzej Bakun
e7b01d509c
fix(module: table): table exception on refresh ( #1040 )
...
* fix(module:overlay): remove obsolete js call
check for Ref.Id before any js operation on it
* fix(module:table): js interop exceptions on dispose
* docs(module:slider): typo fix
* docs(module:spider): typ
2021-01-25 12:53:19 +08:00
James Yeung
d65ffabdc7
chore: sync ant-design v4.11.1 ( #1039 )
2021-01-25 08:31:53 +08:00
James Yeung
c9656ca227
feat(module: image): add image component ( #1038 )
...
* feat(module: image): add image
* add image preview
* add locale
2021-01-25 02:05:18 +08:00
Andrzej Bakun
142e2f3b79
fix(module: form): validation would be reset when model changes ( #1035 )
...
* fix(module:form): form.reset() will make new editContext
fixes 947
* fix(module:form): validation is reset when model changes
fixes 851
fixes 982
fixes 991
* feat(module:form): validation reset method
2021-01-24 22:52:19 +08:00
James Yeung
4e8e8fc33e
fix(module: tabs): ink delay change ( #1037 )
2021-01-24 22:18:09 +08:00
matt
e40f93127d
feat(module: table): add RowClassName ( #1031 )
...
* feat(module: table): add row styling
* docs: add RowClassName to docs
* docs: add custom row style subtext
* feat(module: table): add ExpandedRowClassName
* remove RowClassName for expand row
* add chinese doc
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-24 13:56:27 +08:00
cqgis
080d4dda43
feat(module: table): add sort directions and default sort order ( #778 )
...
* feat: table column sort add sortway support singleness or mutiple
* fix: error method name
* add sort directions
* delete useless property
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-24 13:52:57 +08:00
James Yeung
f4b8e51e1e
feat(module: card): add a separate action component and demos for click event ( #1030 )
2021-01-23 01:18:05 +08:00
Zonciu Liang
75f01993b1
chore: fix SolutionDir for building ( #1011 )
2021-01-23 01:15:23 +08:00
Porkopek
93b58cbb42
feat(module: icon): Added Static class IconType for intellisense ( #987 )
...
* Added Static class IconType for intellisense
* Added: Static Class Generator
* move the generator file to cli
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-22 15:07:28 +08:00
Andrzej Bakun
990646b964
fix(module: menu): fix loop on same route & performance & duplicate highlight ( #1027 )
...
* fix(module:menu): fix loop on same route & performance
fix duplicate highlight
fixes 737
fixes 833
fixes 919
fixes 1014
* fix(module:menu): optimization and fix #8
2021-01-22 10:15:24 +08:00
James Yeung
8d50b1cb1a
fix(module: table): selection was broken with scroll y ( #1020 )
2021-01-22 09:56:51 +08:00
Andrzej Bakun
ea46422738
feat(module: menu): Add Menu divider ( #1017 )
...
* feat(module:menudivider): new component
* docs(module:dropdown): dropdown with tooltip and menudivider
* docs(module:menu): menudivider for horizontal demo
* feat(module:menudivider): remove unnecessary method
2021-01-22 08:59:05 +08:00
James Yeung
bbc69f25af
feat(module: table): support multiple sorter ( #1019 )
2021-01-22 00:45:15 +08:00
笨木头
e59a2b2540
fix(module: overlay): select issue with multiple modals ( #1012 )
2021-01-21 19:07:21 +08:00
Andrzej Bakun
152a574577
feat(module: overlay): OverlayTrigger not bound to a div ( #937 )
...
* feat(module:overlay): OverlayTrigger not bound to a div
* feat(module:overlay): OverlayTrigger not bound to a div
* feat(module:overlay): Logic transfer to single Overlay
* feat(module:overlay): remove obsolete duplication
* feat(module:Tooltip): Add for unbounded oncontextmenu event handler
* feat(module:tooltip): unbound js event listeners remove
* docs(module:tooltip): unbound explanation
* fix(module:button): attach Ref to top level html element @ref
* feat(module:dropdown&tooltip&popconfirm&popover): Overlay not bound to a div
* docs(module:dropdown&tooltip&popconfirm&popover): unbound explanation
* feat(module:OverlayTrigger): common logic relocation
* feat(module:overlaytrigger): Overlay not bound to a div
* feat(module:DatePicker): Overlay not bound to a div
* feat(module:select): Overlay not boud to div
* fix(module:select): onclickarrow event relocation
* fix(module:select): rename Show to OnArrowClick
* feat(module:avatar): Overlay not bound to a div
* docs(module:avatar): demo switch to unbound version
* feat(module:autocomplete): partial OverlayTrigger not bound to a div
* feat(module:slider): tooltip
* docs(module:slider): tooltip
* fix(module:overlay): add SetVisible method
* feat: set Ref where missing, performance
components register Ref when missing
IsFixed flag for CascadeValue changed
hard-code sequence numbers when using RenderTreeBuilder
Rate component use Tooltip Unbound version
Tabs test fix
* fix: revert changes (accidental)
* feat(module:upload): tooltip with unbound usage
* feat(module:table): column use of unbound tooltip
* feat(module:autocomplete):overlay unbound from div
* fix(module:upload): missing div restore
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-01-21 17:20:10 +08:00
fan0217
90e98e5487
feat(module: table): specific the position of the expand button ( #1002 )
...
* Table增加属性ExpandIconColumnIndex
* Table增加属性ExpandIconColumnIndex
* 调整Table的ExpandIconColumnIndex属性默认值为0
* 处理Table的Expand展开按钮和Tree展开按钮冲突的问题
* fix icon column index for expand row
* fix style
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-21 14:56:20 +08:00
Zonciu Liang
a09a8e6ac3
feat(module: table): add DataIndex support ( #999 )
...
* docs: correct parameter name
* feat(module: table): add data index
* refactor(module: table): make DataIndex expression cached
* refactor(module: core): recursive method for PropertyAccessHelper.GetRootParameterExpression
* refactor(module: table): make DataIndex feature clearer
* feat(module: table): support DataIndex format
* fix: sort column style
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-01-20 23:35:57 +08:00
Andrzej Bakun
c03e4c4c1b
chore: bUnit update to 1.0.0-preview-01 ( #1009 )
2021-01-20 20:02:35 +08:00
Andrzej Bakun
81817ea3db
fix(module: overlay): Interop delElementFrom() exception on page refresh ( #1008 )
...
* fix(module:overlay): page reload detection
* fix(module:overlaytrigger): event handler on window resize remove on dispose
2021-01-20 19:58:20 +08:00
James Yeung
375d72f90e
fix(module: layout): missing trigger when sider open from zero-width mode ( #1007 )
2021-01-20 18:23:48 +08:00
James Yeung
187dd045ac
docs: scroll to hash anchor after pages are rendered ( #1006 )
2021-01-20 15:53:32 +08:00
James Yeung
44ea5be92b
fix(module: back-top): fix visible styles ( #1005 )
2021-01-20 15:36:46 +08:00
James Yeung
ddb09a9aa8
fix(module: upload): style of file list and picture card ( #1001 )
...
* fix(module: upload): file list style
* refactor upload button to fix ref conflict
2021-01-19 21:18:50 +08:00
Andrzej Bakun
e24e417ae5
fix(module: calendar): critical exception for ChangePickerValue ( #993 )
2021-01-19 20:50:23 +08:00
Andrzej Bakun
dffe33aed4
fix(module: overlay): getFirstChildDomInfo when firstElementChild is null ( #989 )
...
getFirstChildDomInfo returns passed domInfo when dom.firstElementChild is null
fixes #837
2021-01-17 15:41:28 +08:00