Commit Graph

32 Commits

Author SHA1 Message Date
James Yeung
3ac7701da4 merge master to feature 2022-08-21 22:53:33 +08:00
James Yeung
f33350c2ba
chore: fix Dependabot alert (#2543) 2022-06-28 19:15:51 +08:00
Qingxiao Ren
a96262660c
feat(module: icon): implement two-tone color icon (#2513)
* feat(icon): two-tone color icon implements

* generate secondary color from js, and generate icon from C#

* remove unused code

* render the icons in the prerendering stage

* render the icons in the prerendering stage

* fixed multiple renders

* refactor iconfont

* remove should render flag

* fix color change

* add AvoidPrerendering

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-06-18 15:11:55 +08:00
Qingxiao Ren
8af05caba0
chore: fix build error (#2514) 2022-06-15 23:46:27 +08:00
James Yeung
1659aef02d
chore: sync ant-design v4.20.7 (#2497)
* chore: sync ant-design v4.20.7

* fix style build

* clean the style

* fix dropdown overlay

* remove cdk styles

* fix dropdown overwrite styles

* fix doc styles
2022-06-04 00:44:34 +08:00
James Yeung
b674a9ffef chore: fix publish target framework (#2484) 2022-05-29 19:34:57 +08:00
James Yeung
69cb9e015e docs: update document content
docs: update document content
2022-05-29 19:34:54 +08:00
gmij
ee98611404 fix(module: TreeSelect): cannot display the label of the selected item (#2134)
* update treeSelect setValue Demo

* update. change IsLeafExpression, ChildrenMethodExpression deleagte define.

* fixed #2348.
added. When dataitemexpression is empty, an attempt is made to locate from the generated node of the tree

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-05-29 19:34:47 +08:00
James Yeung
a48426fa8c chore: fix security alert (#2405) 2022-04-30 18:35:57 +08:00
Andrzej Bakun
29e3ce3583 refactor(interop): reorganization into classes and typescript tests (#1791)
* fix(module:interop): reorganization into classes

* comments clean-up

* Add typescript test project

* fix: sync with pull request #1765: support drag

* github test action fix attempt

* tests: jsinterop test mock fix

* codecov added to ts tests

* add generated split js to gitignore

* fix: coverage github action

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-07-29 22:45:47 +08:00
Andrzej Bakun
b22f9495f4 feat: use ResizeObserver Api instead of window.resize (#1392)
* feat: use ResizeObserver Api instead of window.resize

* fix(module:select): fall back to window.resize in IE11.

* fix(module:domEventService): switch from IsIE11 to IsResizeObserverSupported

* fix: Console.WriteLine removed

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-04-27 06:03:39 +00: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
ElderJames
7e80607ff0 rename the docs project 2021-02-06 20:15:46 +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
Zonciu Liang
75f01993b1 chore: fix SolutionDir for building (#1011) 2021-01-23 01:15:23 +08:00
ElderJames
7b20852b1b docs: add a action step for purging cdn cache 2020-12-08 18:03:08 +08:00
Micah Osborne
1fb8e2f244 fix(module: menu): initial state of being collapsed not reflected in menu
When Menu is in Sider, Initial state of being collapsed not reflected in menu.

Co-authored-by: Micah Osborne <micah@blockarray.com>
Co-authored-by: Diego Frata <d@frata.io>
2020-09-10 19:39:24 +01:00
Kieran Coldron
32b82fe356 chore: add format hook (#477)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-08-11 05:41:46 +08:00
Kieran Coldron
05a736f2d3 chore: Add missing "run" from wasm start command (#465) 2020-08-06 13:14:44 +08:00
Mei
f9051fcf09 fix(module: modal): button text for confirm dialog (#389)
Co-authored-by: meijinyi <meijinyi@gloudtek.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-07-20 22:49:53 +08:00
BlazorPlus
c67707a913 [WIP] feat: add AntTree (#112)
* feat:add AntTree

* tree - v0.2 , two mode

* feet: tree v0.2 , 2 mode

* feet:Tree

* refactor: set class on initialized

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-29 15:39:18 +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
ElderJames
97f920ab9a refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
ElderJames
22a9e0b92a chore: transfer repo to org 2020-04-28 00:13:43 +08:00
Alsein
79b0709ff4 fix: add @commitlint/config-conventional to devDependencies (#72) 2020-04-13 13:06:01 +08:00
James Yeung
dd4b7af5f2 fix: npm deps for commit lints (#71) 2020-04-13 12:27:31 +08:00
James Yeung
a5eca9bfff refactor: update to preview 3 (#54)
- update sdk to 3.1.201
- rename *.ClientApp to *.Wasm
- rename *.ServerApp to *.Server
- add a ASP.NET Core Hosting Project for Wasm Debugging
2020-03-28 00:02:11 +08:00
ElderJames
d0597fdf7b docs: add grid doc and sync styles 2020-03-16 00:30:27 +08:00
ElderJames
4d2fb8a589 docs: update readme 2020-03-14 15:19:36 +08:00
ElderJames
e8ddcf1278 feat: add gulp task for typescript 2020-03-10 15:25:45 +08:00
ElderJames
2d549e8134 fix(packaging): run gulp in both components & docs 2020-03-09 22:25:21 +08:00
ElderJames
65ed6faffe chore: add commit lint & adjust build directory 2020-03-09 18:16:44 +08:00