James Yeung
5af08ef933
chore: sync ant-design v4.6.4 ( #596 )
2020-09-13 22:16:12 +08:00
James Yeung
19bfe1bfff
chore: sync ant-design v4.6.3 ( #577 )
2020-09-11 15:44:34 +08:00
James Yeung
95df2c811d
fix(module: table): the sorter doesn't work ( #582 )
2020-09-08 17:13:26 +08:00
James Yeung
bd34858efd
feat: support for globalization & localization ( #578 )
...
* feat: add locale
* feat: add locale interfaces
* fix: add locale interfaces for components
* fix: use local classes instead of interfaces
* feat: implement the locale provider
* feat: make some components to support localization
* fix: default language
* fix: test
* chore: remove the useless reference
2020-09-07 22:46:50 +08:00
James Yeung
58504bba1b
refactor(formatter): merge the special method of timespan into formatter ( #575 )
...
* refactor(formatter): merge the special method of timespan into formatter
* test: add test for formatte
2020-09-06 15:31:40 +08:00
Diego Frata
7119351b9f
fix(module: table): fix collection modified exception ( #570 )
2020-09-05 20:27:52 +08:00
James Yeung
a4e4d6f556
refactor: get PropertyInfo from expression ( #559 )
2020-09-01 17:23:31 +08:00
James Yeung
91b6e0efcc
chore: sync ant-design v4.6.0 ( #524 )
2020-08-23 16:06:08 +08:00
James Yeung
7e4fb7405b
fix(module: table): empty column count and formatter ( #493 )
2020-08-11 15:27:15 +08:00
James Yeung
ce6ac9c2d6
chore: sync ant-design v4.5.2 ( #451 )
2020-08-03 12:42:59 +08:00
James Yeung
e9fed3ea00
feat(module: table): add router pagging demo ( #450 )
...
* feat(module: table): support router pagging
* fix: selection
2020-08-02 22:10:47 +08:00
James Yeung
afcc3c088c
fix(module: table): clear cached items that are not on current page ( #442 )
2020-08-01 23:45:48 +08:00
LI ZICHAO
71bac2e85d
fix: children components dispose ( #399 )
...
* Children components using CascadingParameter add itself to parent component.However, when children components disposed, they are not remove from parent component. For example, when items in checkgroup have changed , it may causes Index was outside the bounds of the array at AntDesign.CheckboxGroup.OnCheckboxChange.To fix these bug, Adding remove function in dispose process is the solution of this commit.
* fix: some exception
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-07-21 23:48:43 +08:00
James Yeung
0557633da0
chore: sync ant-design v4.4.3 ( #392 )
2020-07-21 00:19:16 +08:00
James Yeung
4d2b192115
chore: sync ant-design v4.4.2 ( #346 )
2020-07-11 22:52:35 +08:00
James Yeung
726cff7a72
feat(module: table): support paging selection ( #341 )
...
* refactor: selection
* feat: add table datasource cache
* feat: support paging selection
* refactor: clean code
* fix: two-way binding for selecteditems
2020-07-10 17:57:20 +08:00
James Yeung
715149e21f
feat(module: table): sortable ( #319 )
...
* feat(module: table): add sorter
* feat: add sorter tooltip
* feat: add table change event
2020-07-08 16:12:49 +08:00
Meeleem
bef19775a8
fix(module: table): crush without selection column ( #316 )
2020-07-06 19:21:03 +08:00
James Yeung
60ac146ba8
chore: sync ant-design v4.4.1 ( #314 )
2020-07-06 14:12:11 +08:00
James Yeung
e19d09fd96
feat(module: table): support string formatting for field columns ( #311 )
2020-07-05 00:09:53 +08:00
James Yeung
9730d73cf4
fix(module: table): refresh when datasource is changed ( #298 )
...
* fix(module: table): refresh when datasource is changed
2020-07-02 20:30:01 +08:00
James Yeung
30dc4db99b
chore: sync ant-design v4.4.0 ( #277 )
2020-07-01 21:38:23 +08:00
TimChen
f537cee4b5
feat: radio supports generics ( #246 )
...
* feat: radio supports generics
* fix: code format
* feat: radio supports form
* fix: radio button style
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-29 23:19:25 +08:00
Kieran Coldron
8605e1289e
feat(module: table): add size, bordered option and footer/header ( #269 )
...
Signed-off-by: Epictek <kieran@coldron.com>
2020-06-29 15:52:28 +08:00
James Yeung
b9f8da09ae
chore: sync ant-design v4.3.5 ( #240 )
2020-06-21 23:15:22 +08:00
James Yeung
cae7e144b3
fix(module: table): selection reset while page changing. ( #236 )
...
* fix: selection
2020-06-19 23:06:33 +08:00
James Yeung
451bc936fa
refactor(module:table): rename ShowPagination
to HidePagination
( #229 )
2020-06-16 14:44:21 +08:00
James Yeung
45ad7ef7ea
chore: sync ant-design v4.3.2 ( #194 )
2020-06-07 01:10:11 +08:00
James Yeung
63d09f76a5
feat(module: table): add selection ( #190 )
...
* feat: add pagination and empty
* fix: indent
* feat(module: table): add checkbox selection
* feat(module: table): add radio selection
* feat: add selected rows
2020-06-05 16:06:23 +08:00
James Yeung
a55a324f5c
fix: table pagination ( #178 )
...
* feat: add pagination and empty
* fix: indent
* fix: table pagination
2020-06-03 00:22:10 +08:00
James Yeung
ace89c9f4a
chore: sync ant-design v4.3.1 ( #174 )
2020-06-02 19:17:27 +08:00
James Yeung
7e7d63aaec
feat(module: table): add pagination and empty ( #175 )
...
* refactor: add ChildContent and title for column
* feat: add pagination and empty
* feat(module: table): add officeial demo
* fix: indent
2020-06-02 19:15:15 +08:00
James Yeung
8a2fdd5e06
chore: sync ant-design v4.3.0 ( #169 )
2020-05-31 16:00:40 +08:00
Alsein
82ef62b7a7
feat: add simple table component ( #86 )
...
* fix: add @commitlint/config-conventional to devDependencies
* feat: add basic table implementation
* feat: continue adding definitions
* feat: end of work in 20200414
* fix: add readonly to csssizelength
* fix: warnings from table
* fix: add ignorecase to csssizelength
* feat: refactor table
* feat: add simple table
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-30 01:46:41 +08:00
James Yeung
69c9f044ef
chore: sync ant-design v4.2.5 ( #149 )
2020-05-25 12:38:07 +08:00
James Yeung
6789f28400
chore: sync ant-design v4.2.1 ( #104 )
2020-05-11 21:47:35 +08:00
James Yeung
f87e39aca0
chore: sync ant-design v4.2.0 ( #89 )
2020-04-30 10:55:54 +08:00
James Yeung
374929d16d
chore: sync ant-design v4.1.5 ( #84 )
2020-04-26 10:41:53 +08:00
James Yeung
16df332a65
chore: sync ant-design v4.1.3 ( #73 )
2020-04-13 23:11:08 +08:00
James Yeung
9c3eb1e8cd
chore: sync ant-design v4.1.2 ( #70 )
2020-04-10 17:44:53 +08:00
James Yeung
510a3f8c80
chore: sync ant-design v4.1.1 ( #65 )
2020-04-06 17:35:04 +08:00
James Yeung
e4253622bd
chore: sync ant-design v4.1.0 ( #58 )
2020-03-30 09:53:10 +08:00
James Yeung
d347e2028e
chore: sync ant-design v4.0.4 ( #35 )
2020-03-23 13:51:37 +08:00
James Yeung
7c92f8eb14
chore: sync ant-design v4.0.3 ( #23 )
2020-03-16 12:37:25 +08:00
James Yeung
7e0a6ffc36
chore: sync ant-design v4.0.2 ( #4 )
2020-03-09 00:09:32 +08:00
James Yeung
84ca70e8b7
chore: sync ant-design v4.0.1 ( #2 )
...
fixed #1
2020-03-08 15:12:21 +08:00
ElderJames
47b2b86265
add gulp to complie less
2020-03-07 16:40:38 +08:00
ElderJames
7d15f20674
refactor: refactor the directory structure to match ant-design
2020-03-05 12:17:50 +08:00