YMohd
9ff708eb31
feat(module: table): add build-in filters ( #1267 )
...
* tablefilter-moreoptions
* tablefilter-moreoptions
* tablefilter-moreoptions
* tablefilter-moreoptions
* tablefilter-moreoptions
* fix demo and docs
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-11 01:11:19 +08:00
James Yeung
0b738663a1
docs: dynamic primary color changing ( #1332 )
...
* feat(docs): change color dynamically
* docs: dynamic primary color changing
* fix file path
* delete the script
2021-04-10 12:34:41 +08:00
Zonciu Liang
ea69864204
feat(module: pagination): add TotalBoundaryShowSizeChanger parameter ( #1325 )
...
* feat(module: pagination): add TotalBoundaryShowSizeChanger
* docs(module: pagination): update API
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-09 14:17:20 +08:00
Andrzej Bakun
7b5b08c95b
fix(module: table): bring PR1208 to PR1303 merge master into feature ( #1326 )
2021-04-09 00:49:20 +08:00
James Yeung
7c5de2302f
chore: merge master into feature ( #1323 )
...
* fix(module: table): ExpandableRow not working with ActionColumn #1284 (#1285 )
* (fix) Table ExpandableRow not working with ActionColumn #1284
* Add Tree Button Expand on Action Columm.
Check the position of Selection Column when calculate the position for expand button on tree mode and expand mode.
* fix(module: rate): Value has priority over DefaultValue (#1303 )
* 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:rate): prevent reset to default value
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* feat(module: form): Add LabelTemplate for FormItem (#1293 )
Co-authored-by: Leishi <lluo@octet.com>
* fix(module: table): fix DataIndex Column with incorrect sorting and filter (#1295 )
* refactor(module: table): Unify the behavior of Field and DataIndex
* fix(module: table): Fix DataIndex Column doesn't refresh
* doc(module: table): add DataIndex column filter demo
* doc(module: table): fix Blazor table
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: datepicker): DatePicker DisabledDate works incorect (#1298 )
* fix(module: datepicker): DatePicker DisabledDate works incorect
* test(module: dateHelperTests): modify test case
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: upload): Upload list update fix (#1301 )
* 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:upload): file list update
* fix(module:upload): typed args for file upload
* fix(module:upload): delete button remove from picture-card
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: textarea): default to empty string (#1305 )
* 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:textarea): add parameter DefaultToEmptyString
* fix(module:textarea): occasional crashes of js in firefox
* docs(module:input): added new param DefaultToEmptyString
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: grid): missing flex and wrap style (#1296 )
* fix(module: grid): missing flex style
* remove the old md file
* fix demos
* fix build error
* fix no warp class
* docs: add changelog in document (#1306 )
* fix(module: select): load icon for multiple mode & value reload on delay (#1307 )
* 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): add loading for multiple mode
* fix(module:select): selected items duplication for multiple mode when values changed outside the component
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: table): perf optimization & data source change issue (#1304 )
* 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:table): guard against false entries in _dataSourceCache
* fix(module:table): perf - double to single render on datasource change
* fix(module:table): perf optimization to avoid multiple renders
Co-authored-by: James Yeung <shunjiey@hotmail.com>
* fix(module: select): propagation on item remove (#1308 )
* fix(module: table): fix table re-render when ScrollX is set (#1311 )
* docs(module: table): fix RouterPagging demo (#1313 )
* chagnelog 0.7.4 (#1321 )
Co-authored-by: Magehernan <magehernan@gmail.com>
Co-authored-by: Andrzej Bakun <andrzej@neelyc.com.cy>
Co-authored-by: ldsenow <ldsenow@gmail.com>
Co-authored-by: Leishi <lluo@octet.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: 笨木头 <musicvs@163.com>
2021-04-08 22:58:51 +08:00
ElderJames
aaff88adf7
merge master into feature
2021-04-08 22:32:48 +08:00
James Yeung
85ef3b9bbc
chagnelog 0.7.4 ( #1321 )
2021-04-08 15:19:29 +08:00
James Yeung
7f6fee4c33
docs: fix default css link ( #1318 )
2021-04-07 12:32:26 +08:00
笨木头
d0922fbc50
fix(module: datepicker): incorrect in RTL mode ( #1300 )
...
* fix(module: dropdown): default PlacementType is incorrect in RTL mode
* fix(module: datepicker): not correct in RTL mode
* fix(module: datepicker): styles is incorrect when switch to LTR from RTL
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-06 20:02:53 +08:00
James Yeung
6a8036ca57
feat(module: space): add wrap, split and size array ( #1314 )
2021-04-06 14:20:29 +08:00
Zonciu Liang
7c87716137
docs(module: table): fix RouterPagging demo ( #1313 )
2021-04-05 22:04:22 +08:00
Patrick
ba2c5e51d8
test: add TestKit for public tests ( #1248 )
...
* test: change folder structure and add new TestKit csproj for public testing of AntDesign-based applications
* docs: added CN and EN docs about TestKit
* fix doc translate
* change the directory structure
Co-authored-by: Patryk Grzelak <pgrzelak@mutate.app>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-04 21:37:06 +08:00
Zonciu Liang
8476eccd30
fix(module: table): fix table re-render when ScrollX is set ( #1311 )
2021-04-04 21:02:47 +08:00
anranruye
c06e73ba5b
feat(module: table): add support for Display attribute ( #1310 )
...
feat(module:table): add support for Display attribute
Display attribute is widely used to specify display text for entity properties.
Table component should get column names from Display attribute instances.
Closes #1278
2021-04-04 20:38:57 +08:00
Patrick
3da9e703fa
feat(module: alert): add message template and loop banner demo ( #1250 )
...
* feat(Alert): added alert loop component
* fix: move cmp into main
* feat: add parameters for looping text
* feat: add new messages loop
* fix: create new internal looptext cmp
* doc: add demo
* doc: add demo markdown
* doc: update alert api
* doc: update cn docs
* fix: add missing dependency
* fix: update param name
* impleement loop text with css
* fix the document
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-04 19:03:18 +08:00
zxyao
31aac9f914
refactor: unified use of FeedbackComponent for modal comfirm and drawer ( #1263 )
...
* refactor: support to use the same template for confirm and modal
* refactor: support to use the same template for drawer
* refactor: separate interface IOkCancelRef
* chore: modify EventUtil class summary
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-04 15:40:54 +08:00
Andrzej Bakun
b8bc754f80
fix(module: select): propagation on item remove ( #1308 )
2021-04-04 14:01:38 +08:00
Andrzej Bakun
a9a0f2e937
fix(module: table): perf optimization & data source change issue ( #1304 )
...
* 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:table): guard against false entries in _dataSourceCache
* fix(module:table): perf - double to single render on datasource change
* fix(module:table): perf optimization to avoid multiple renders
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-03 18:40:23 +00:00
Andrzej Bakun
251a6e18ad
fix(module: select): load icon for multiple mode & value reload on delay ( #1307 )
...
* 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): add loading for multiple mode
* fix(module:select): selected items duplication for multiple mode when values changed outside the component
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-03 17:53:25 +00:00
James Yeung
194caa37fb
docs: add changelog in document ( #1306 )
2021-04-04 00:54:18 +08:00
James Yeung
f8ec6256ba
fix(module: grid): missing flex and wrap style ( #1296 )
...
* fix(module: grid): missing flex style
* remove the old md file
* fix demos
* fix build error
* fix no warp class
2021-04-03 23:36:46 +08:00
Andrzej Bakun
1d4ea440fa
fix(module: textarea): default to empty string ( #1305 )
...
* 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:textarea): add parameter DefaultToEmptyString
* fix(module:textarea): occasional crashes of js in firefox
* docs(module:input): added new param DefaultToEmptyString
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-03 15:22:11 +08:00
Andrzej Bakun
f5216bed80
feat(module: upload): missing and new event ( #1302 )
...
* feat(module:upload): missing and new event
* docs(module:upload): new events (missing Chinese)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-03 00:45:55 +08:00
Andrzej Bakun
19e0f61961
fix(module: upload): Upload list update fix ( #1301 )
...
* 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:upload): file list update
* fix(module:upload): typed args for file upload
* fix(module:upload): delete button remove from picture-card
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-02 16:23:00 +00:00
笨木头
32d1f27708
fix(module: datepicker): DatePicker DisabledDate works incorect ( #1298 )
...
* fix(module: datepicker): DatePicker DisabledDate works incorect
* test(module: dateHelperTests): modify test case
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-02 16:08:36 +00:00
Zonciu Liang
3bf616b735
fix(module: table): fix DataIndex Column with incorrect sorting and filter ( #1295 )
...
* refactor(module: table): Unify the behavior of Field and DataIndex
* fix(module: table): Fix DataIndex Column doesn't refresh
* doc(module: table): add DataIndex column filter demo
* doc(module: table): fix Blazor table
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-02 15:54:56 +00:00
unsung189
b68e70fd76
feat(module: form): Form lable supports left alignment ( #1292 )
...
* feat: Form lable supports left alignment
* Update and rename components/grid/Col.razor.cs to 组件/格网/Col.razor.cs
* Delete Col.razor.cs
* no message
* PR:1292
* typo LabelAlign
* add the property in Col instead FormItem
* clean code
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-02 23:13:44 +08:00
ldsenow
527f39456b
feat(module: form): Add LabelTemplate for FormItem ( #1293 )
...
Co-authored-by: Leishi <lluo@octet.com>
2021-04-02 23:10:37 +08:00
Andrzej Bakun
822dfa3830
fix(module: rate): Value has priority over DefaultValue ( #1303 )
...
* 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:rate): prevent reset to default value
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-02 22:03:13 +08:00
Magehernan
71f49c5c15
fix(module: table): ExpandableRow not working with ActionColumn #1284 ( #1285 )
...
* (fix) Table ExpandableRow not working with ActionColumn #1284
* Add Tree Button Expand on Action Columm.
Check the position of Selection Column when calculate the position for expand button on tree mode and expand mode.
2021-04-01 12:50:30 +08:00
James Yeung
822ce2dd36
feat: add built-in themes ( #1286 )
...
* feat: add themes
* add docs theming styles
* fix the RTL for FixedWidgets
* fix aliyun theme
* fix docs style
2021-03-31 19:23:32 +08:00
James Yeung
68359f5c6f
chore: sync ant-design v4.15.0 ( #1281 )
2021-03-31 19:23:31 +08:00
TimChen
004777367d
feat(module: tag): add closing event ( #1268 )
...
* tag add onclosing
event
* clean code
* translate the comment
* translation
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-03-31 19:23:30 +08:00
James Yeung
469bbc511b
chore: sync ant-design v4.14.0 ( #1249 )
2021-03-31 19:23:29 +08:00
James Yeung
d2e9c4b247
feat(module: config-provider): support RTL ( #1238 )
...
* feat(module: config-provider): support RTL
* add rtl for each component
* fix rtl for pagination
* add rtl for overlay
2021-03-31 19:23:26 +08:00
Zonciu Liang
d7ce701daa
refactor(module: pagination): cover the apis of react ( #1220 )
2021-03-31 19:03:00 +08:00
LingDev
b71f655449
feat(module: InputNumber): Add long-click and keyboard operation ( #1235 )
...
* feat(module: InputNumber): Add long click and keyboard event
1. When hold mouse down button will always trigger the increase or decrease
2. Add event listener to "ArrowUp" and "ArrowDown" key
* feat(module: InputNumber): Add long click and keyboard event
1. When hold mouse down button will always trigger the increase or decrease
2. Add event listener to "ArrowUp" and "ArrowDown" key
* fix null reference exception
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-03-31 19:02:58 +08:00
James Yeung
1181673273
feat(module: table): add summary ( #1218 )
...
* feat(module: table): add summary row
* feat: add fixed summary cell
2021-03-31 19:02:57 +08:00
Andrzej Bakun
d1f1227a4f
feat(module: table): add OnExpand event ( #1208 )
2021-03-31 19:02:55 +08:00
James Yeung
16f56f7e9d
feat(module: table): add a method to get query model ( #1202 )
2021-03-31 19:02:52 +08:00
James Yeung
b78e338439
changelog 0.7.3 ( #1280 )
2021-03-29 11:52:47 +08:00
笨木头
93b14fe81d
fix(module: dropdown): Animations for down and up are inverse ( #1274 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-03-24 14:11:28 +00:00
TimChen
0966029022
fix(module: tree): expand incorrectly ( #1275 )
2021-03-24 13:41:27 +00:00
James Yeung
0b065dfb63
docs: add the copyright of .NET Foundation ( #1272 )
2021-03-23 17:38:41 +08:00
James Yeung
10b3346c4f
fix(module: cascader): style and class properties ( #1269 )
2021-03-23 12:59:20 +08:00
笨木头
e5225afb05
fix(module: rangepicker): [selected date on end picker]、[quarter panel's ranges] are incorrect ( #1260 )
...
* fix(model: rangepicker): quarter panel's ranges are not correct
* fix(module: rangepicker): selected date on end picker is incorrect
2021-03-23 11:08:07 +08:00
ElderJames
65d949ca7c
chore: fix cmd for preview site and style sync
2021-03-15 14:33:43 +08:00
James Yeung
89d263abf2
changelog: 0.7.2 ( #1247 )
2021-03-14 19:04:33 +08:00
loogn
0d914efb2a
docs: add bulmarazor link ( #1245 )
2021-03-12 18:45:12 +08:00
Nino Padrutt
a5b612d892
fix(module: progress): add missing trailing color ( #1241 )
...
* add description to chart documentation
* translate general configuration to english.
* apply trailling color and adjust documentation a bit
* remove typo
* apply trail color for circle type aswell
* fix Chinese demo doc
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-03-12 15:47:55 +08:00