Andrzej Bakun
55ae35c224
fix(module: select): enum default value protection ( #1368 )
2021-04-16 18:50:36 +08:00
Andrzej Bakun
ae74972643
fix(module: drawer): z-index has no effect ( #1362 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-16 03:16:16 +00:00
Andrzej Bakun
fc5086a3f7
fix(module: avatar): size calculation & CssSizeLength functionality expansion ( #1364 )
...
* core: expand CssSizeLength to handle double & decimal (with tests)
* fix(module:avatar): move to CssSizeLength
fix: explicit size calculation
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-16 02:50:31 +00:00
James Yeung
4292201125
fix(module: table): incorrect bool filter ( #1361 )
2021-04-16 09:18:57 +08:00
Andrzej Bakun
b2a729af82
fix(module: table): locale fix ( #1356 )
2021-04-16 00:08:28 +08:00
Andrzej Bakun
6cccab2c04
fix(module: avatar): text size calc regional independent ( #1352 )
...
* fix(module:avatar): text size calc regional independent
* fix(module: avatar): removed limitation on number of decimal laces
2021-04-15 08:59:33 +00:00
Andrzej Bakun
1e5464d396
fix(module: input): add WrapperStyle ( #1351 )
...
* fix(module:input): add WrapperStyle
* translate the doc
* Update index.zh-CN.md
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-15 07:43:29 +00:00
James Yeung
e8965eb369
chore: merge feature into master ( #1350 )
...
* feat(module: table): add a method to get query model (#1202 )
* feat(module: table): add OnExpand event (#1208 )
* feat(module: table): add summary (#1218 )
* feat(module: table): add summary row
* feat: add fixed summary cell
* 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>
* refactor(module: pagination): cover the apis of react (#1220 )
* 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
* chore: sync ant-design v4.14.0 (#1249 )
* 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>
* chore: sync ant-design v4.15.0 (#1281 )
* feat: add built-in themes (#1286 )
* feat: add themes
* add docs theming styles
* fix the RTL for FixedWidgets
* fix aliyun theme
* fix docs style
* 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>
* 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>
* 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>
* 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>
* 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
* 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>
* feat(module: space): add wrap, split and size array (#1314 )
* 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>
* docs: fix default css link (#1318 )
* fix(module: table): bring PR1208 to PR1303 merge master into feature (#1326 )
* 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>
* docs: dynamic primary color changing (#1332 )
* feat(docs): change color dynamically
* docs: dynamic primary color changing
* fix file path
* delete the script
* 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>
* fix(module: tooltip): wrong popup direction (#1348 )
* fix merge conflicts
Co-authored-by: Andrzej Bakun <andrzej@neelyc.com.cy>
Co-authored-by: LingDev <lingjing0921@live.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: TimChen <TimChen44@users.noreply.github.com>
Co-authored-by: unsung189 <52531536+unsung189@users.noreply.github.com>
Co-authored-by: zxyao <zxyao145@gmail.com>
Co-authored-by: Patrick <42546986+MutatePat@users.noreply.github.com>
Co-authored-by: anranruye <54608128+anranruye@users.noreply.github.com>
Co-authored-by: Patryk Grzelak <pgrzelak@mutate.app>
Co-authored-by: 笨木头 <musicvs@163.com>
Co-authored-by: Magehernan <magehernan@gmail.com>
Co-authored-by: ldsenow <ldsenow@gmail.com>
Co-authored-by: Leishi <lluo@octet.com>
Co-authored-by: YMohd <31305504+YMohd@users.noreply.github.com>
2021-04-15 14:28:14 +08:00
Andrzej Bakun
242084e774
fix: multiple bugs originating from js ( #1342 )
...
* fix: multiple bugs originating from js
* fix(module:input): remove preventScroll from Focus method
fix: keep focus on clear
* fix(module:input): debug info clean-up
* fix(module:select): wait for browser to finish render
* fix(module:select): wait for ElementReference.Id
* fix doc assets
* fix(module:select): increase wait time for ElementRefernece.Id
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-15 14:19:26 +08:00
ElderJames
433d376739
merge master into feature
2021-04-15 12:55:36 +08:00
James Yeung
f4a3b60047
fix(module: tooltip): wrong popup direction ( #1348 )
2021-04-15 12:20:48 +08:00
skystardust
54259ea62a
fix(module: affix): affix to the viewport ( #1327 ) ( #1335 )
...
* fix(module: affix): affix to the viewport (#1327 )
* fix target to element
* rename to target selector
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-04-14 23:20:36 +08:00
Andrzej Bakun
9bde09b45f
fix(module: datepicker): OnChange invoke after typing ( #1347 )
2021-04-14 23:17:57 +08:00
Andrzej Bakun
941f58cc65
fix(module: table): Table tree children limit remove ( #1345 )
2021-04-14 10:45:45 +08:00
Andrzej Bakun
d64388c0ab
feat(module: select): Select responsive max tag count ( #1338 )
...
* feat(module:select): add MaxTagTextLength, MaxTagCount & MaxTagPlaceHolder
* feat(module:select): responsive maxTagCount using window.resize
* docs(module:select): MaxTagCount functionality
* fix docs
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2021-04-13 13:12:18 +08:00
Jason Luo
002331df8b
fix(module: result): modify status unsuccessfully after initialization( #1328 ) ( #1336 )
...
* fix(module:result): modify status unsuccessfully after initialization(#1328 )
* fix(module:result): determine whether the Icon is empty string(#1328 )
* doc: add changeTheResult demo(#1328 )
* delete some lines
2021-04-12 18:22:38 +08:00
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
ElderJames
aaff88adf7
merge master into feature
2021-04-08 22:32:48 +08:00
Andrzej Bakun
851c970f1d
fix(module: overlaytrigger): correct method disposal ( #1322 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-08 14:30:53 +00:00
Andrzej Bakun
70e724d630
fix(module: select): Select overlay resize & allow growing ( #1309 )
...
* feat(module:select): allow overlay to match item width
* fix(module:select): resize selectbox on window resize
* docs(module:select): add new parameters
* fix(module:select): add DropdownMatchSelectWidth & DropdownMaxWidth
* fix(module:select): apply same layout as antD
apply same behavior as antD for backspace
split code to default/multiple&tags
always focus on input for search-able
handle overflow & ellipsis for to long items
rendering optimization for SelectContent
* fix(module:select): backspace functionality limit
2021-04-08 22:17:44 +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
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
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
笨木头
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
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
Zonciu Liang
da55e9e7e8
fix(animation): missing prefix ( #1243 )
...
* fix: add class name prefix for zoom and slide-up animations.
* fix(module: popconfirm): fix animation
* fix(module: popover): correct animation, sync de
2021-03-12 15:46:48 +08:00
笨木头
1a86a88002
fix(module: table): clicking outside couldn't close filter panel ( #1232 )
2021-03-10 20:03:55 +08:00
Patrick
f20d863bc3
test: Add ability to use OverlayTrigger in tests ( #1227 )
...
* Add TestDomEventService to TestBase
* chore(tests): update to net5
* feat(testdomeventservice): override eventdomservice to null
* fix(AddEventListener): make AddEventListener virtual
* feat(test): add basic overlay test
* fix(name): make name .cs
2021-03-09 13:54:30 +00:00
Andrzej Bakun
87c8db905e
fix(module: upload): Disable and delete button fix ( #1219 )
2021-03-08 19:37:19 +08:00
James Yeung
ca4dfaaf04
fix(module: badge): color behavior ( #1216 )
...
* fix(module: badge): color behaviour
* fix sup refleshing
2021-03-07 17:54:40 +08:00
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