Commit Graph

1568 Commits

Author SHA1 Message Date
Luuk Glorie
954562f965
fix(module: table): fix not logging exception and ignore JSDisconnectedException (#3216)
Thrown exception was not logged because LogError overload was used incorrectly. When calling JS while disposing a component a JSDisconnectedException could be thrown, which should be ignored.

Closes #3215
2023-04-16 15:49:11 +08:00
James Yeung
51e53965b3
feat(module: descriptions): add LabelStyle and ContentStyle for custom styles. (#3186) 2023-04-09 18:45:30 +08:00
Varun Bedi
88bd64ddc5
fix(module: InputNumber): Assign Id to input element in InputNumber component (#3198)
Co-authored-by: Varun Bedi <varunbedi@ulstechnology.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-04-09 17:33:29 +08:00
James Yeung
1b3625e1bc
fix(module: tabs): animated cause display incorrectly (#3177)
* fix(module: tabs): animated cause display incorrectly

* fix test

* fix test
2023-04-09 16:23:26 +08:00
Sebastian Wachsmuth
5285bf97b2
fix(module: DatePicker): Change Calculation of Calendarweek for WeekPicker (#3214)
* Escape format string
Some languages have reserved letters in their Week.
for example the german Week is Woche and the 'h'
will be replaced by the hour resulting int 'Woc12e'
or similar

* Use Current Culture for Week of year operations

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-04-08 15:57:13 +08:00
Key Roche - WSS
9c69ef4061
feat(module: mentions): Add ability to customize the rendering (#3178)
* feat(module: mentions): Add ability to customize the rendering of the textarea. This allows using the TextArea component if you want its extended functionality. Add tests. Update demos.

* fix test

* fix test

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-04-08 14:23:20 +08:00
James Yeung
ab3e3c0844
feat(module: typography): refactor & support editable (#3173)
* feat(module: typography): support editable

* fix tests
2023-04-06 23:14:27 +08:00
Alex Kryvdyk
f8e51dbccd
fix:(module: datepicker): un-representable DateTime when day > daysInMonth (#3193) 2023-03-22 21:58:52 +08:00
张晓栋
2fa56e1c13
fix(module: input): read spaces or empty strings as null (#3190) 2023-03-22 21:54:37 +08:00
James Yeung
e6c21671bc
fix(module: select): empty incorrectly in virtualization mode (#3171) 2023-03-11 13:04:56 +08:00
James Yeung
cc235c8d45
fix(module: image): preview operations would be covered by the preview image (#3170) 2023-03-10 22:53:48 +08:00
James Yeung
8db4f8b2a4
fix(module: table): the filter of column with the flags enum type place incorrectly (#3168) 2023-03-10 16:50:15 +08:00
张晓栋
c192eece54
fix(module: checkbox): CheckboxGroup will report an error when the internal Checkbox is null (#3162) 2023-03-08 22:00:54 +08:00
张晓栋
990fd19dd9
fix(module: tabs): rewrite the logic of ReuseTabs about tab key (#3153) 2023-03-05 18:02:48 +08:00
James Yeung
c2599ebc8c
Changelog 0.14.4 (#3147) 2023-03-01 13:53:12 +08:00
Kieran Coldron
2ade899b8d
fix(module: InputNumber): Allow passing Style and ID to InputNumber without a wrapper (#3144) 2023-02-27 21:42:14 +08:00
James Yeung
27b9ef4320
fix(module: select): OnSelectedItemsChanged is not triggered in form (#3129)
* fix(module: select): OnSelectedItemsChanged is not triggered in form

* invoke valueschanged before refresh
2023-02-27 00:04:54 +08:00
André Coelho
38d15c1d31
fix(module: tree): preventdefault for oncontextmenu (#3076)
* feat(module: tree) Added parameters OnContextMenuPreventDefault and OnContextMenuPreventDefaultRoot

* not use another parameter

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-02-27 00:04:17 +08:00
James Yeung
87f0952134
fix(module: pagination): avoid trigger ChangeSize while the size was not be changed (#3133) 2023-02-26 23:29:03 +08:00
James Yeung
aeae95ef43
fix(module: transfer): add ListStyle to custom the css for columns (#3139)
* fix(module: transfer): add `ListStyle` to custom the css for columns.

* pass TransferDirection
2023-02-26 23:25:04 +08:00
张晓栋
2430540c9f
fix(module: tabs): ReuseTabs causes errors when the base url is not the default (#3142) 2023-02-26 23:22:27 +08:00
James Yeung
15e6ebfcb8
fix(module: auto-complete): fill the input component only if Backfill is true (#3140) 2023-02-26 22:27:41 +08:00
Alex Kryvdyk
478420714c
fix(module: datepicker): DisabledDate does not affect keyboard input (#3134) 2023-02-26 21:57:01 +08:00
James Yeung
8dd3e41255
fix(module: input): avoid textarea call jsinterop before rendering (#3128) 2023-02-24 14:31:47 +08:00
James Yeung
a33e182333
fix(module: radio): avoid infinite loop when the vaule is not in options (#3123) 2023-02-21 14:05:23 +08:00
James Yeung
e2eb438841
changelog 0.14.3 (#3115) 2023-02-19 22:31:12 +08:00
James Yeung
81e60a7c89
Revert "chore: documents using brotli compression (#3107)" (#3114)
This reverts commit 46069cfe85.
2023-02-19 20:10:20 +08:00
token
46069cfe85
chore: documents using brotli compression (#3107)
* WebAssembly使用br压缩加载文档

* 修改错误位置

* 更换decode.min.js位置

* revert change

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-02-19 16:03:17 +08:00
zxyao
d97ea27725
fix(module: drawer): popup cannot be clicked (#3106) 2023-02-18 12:41:24 +08:00
James Yeung
d3f9596201
Revert "feat(module: overlay): support avoid show/hide in OnVisibleChange (#3094)" (#3112)
This reverts commit 0289f1433b.
2023-02-18 11:12:35 +08:00
Key Roche - WSS
bcd2c57004
fix(module: Textarea): Fix Textarea not rendering maxlength on textarea (#3108) 2023-02-16 18:46:45 +08:00
zxyao
84f586aeb5
fix(module: Modal): every key down will trigger Modal re-render (#3099) 2023-02-14 13:02:23 +08:00
James Yeung
afe71bbf79
fix(module: tabs): reusetabs title update (#3088) 2023-02-14 13:00:19 +08:00
James Yeung
4714f06903
fix(module: popconfirm): icon missing color (#3093) 2023-02-13 23:22:23 +08:00
James Yeung
fdd52e43a0
fix(module: radio): can't selected radio while radio list and value was changed at the same time (#3098)
* fix(module: radio): can't selected radio while radio list and value was changed at the same time

* add tests
2023-02-13 23:20:11 +08:00
James Yeung
a140c9eddf
fix(module: segmented): exception cause by label index was changed (#3096) 2023-02-13 23:10:31 +08:00
James Yeung
94481f3719
fix(module: popconfirm): missing built-in localization (#3095) 2023-02-13 23:09:22 +08:00
James Yeung
0289f1433b
feat(module: overlay): support avoid show/hide in OnVisibleChange (#3094) 2023-02-13 23:08:16 +08:00
James Yeung
de731e5526
fix(module: pagination): DefaultCurrent doesn't work (#3085) 2023-02-11 22:17:59 +08:00
James Yeung
26b84abe87
fix(module: table): pagination position in RTL language (#3086) 2023-02-10 18:26:27 +08:00
James Yeung
df14d3494e
fix(module: pagination): button icon direction in RTL language (#3084) 2023-02-10 18:26:03 +08:00
m-khrapunov
dac5055c48
fix(module: select): no longer triggers OnSelectedItemsChanged (#3079)
* fix OnSelectedItemsChanged triggers #3072

* fix ValuesChanged invoke twice

---------

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2023-02-10 18:25:37 +08:00
wss-awachowicz
1b48d862e2
refactor(module: modal): update ConfirmService to use interface (#3083)
* ConfirmService To Interface

* backwards compatibility
2023-02-10 13:30:41 +08:00
James Yeung
881f66d402
fix(module: menu): title padding direction in RTL language (#3080) 2023-02-09 12:13:57 +08:00
James Yeung
61708e3e34
changelog 0.14.2 (#3068)
* changelog 0.14.2

* add missed beaking changes note

* fix indent

* one more change
2023-02-07 00:04:43 +08:00
agolub-s
323efdea76
fix(module: calendar): wrong selected date (#3069) 2023-02-07 00:03:32 +08:00
Key Roche
b00d055045
tests(module: Link, Paragraph, Text, Title): Add tests for typography components (#3067) 2023-02-06 13:53:56 +08:00
James Yeung
3f28c85d7b
fix(module: menu): incorrect submenu styles in RTL language (#3065) 2023-02-04 00:29:34 +08:00
James Yeung
5c7cfb1453
fix(module: tabs): reusetabs null reference exception (#3060) 2023-02-03 22:04:42 +08:00
zxyao
2ee386b30a
fix(module: drawer): mask not disappear (#3059)
* fix(module: drawer): mask not disappear

* fix: unit test

* fix: remove lut config
2023-02-03 14:51:56 +08:00