Commit Graph

317 Commits

Author SHA1 Message Date
Meeleem
87adab6d13 fix(module: progress): invalid parameter "StrokeWidth" (#244) 2020-06-25 01:23:46 +08:00
James Yeung
b8c88c84df refactor: use httpclient factory (#243) 2020-06-24 12:14:17 +08:00
zxyao
db64810a20 feat: add DrawerService (#241)
* refactor: change confirm return

* feat(module: drawer): add DrawerService

* fix: change type EventCallback in configs to Func

* fix: typo

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-23 15:19:44 +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
TimChen
24bbc9b1db feat: add skeleton (#234)
* feat: add skeleton
2020-06-19 22:35:49 +08:00
笨木头
ff24e3b143 feat(module: calendar): replace select component, support en-us (#231)
* feat(module: calendar): replace select component, support en-us

* fix(module: calendar): fix card demo style

* refactor(module: calendar): remove debug code
2020-06-17 15:37:32 +08:00
TimChen
648f9c6a6b feat: add collapse component (#226)
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-17 14:26:47 +08:00
James Yeung
c53c0b0525 fix(module: icon): base-address exception #228 (#230) 2020-06-16 16:25:22 +08:00
James Yeung
451bc936fa refactor(module:table): rename ShowPagination to HidePagination (#229) 2020-06-16 14:44:21 +08:00
Bin Dong
d99f4f35a8 feat: add localization option to DatePicker (#206)
* feat: add localization option to DatePicker

* fix(module: datepicker): fix formatting issue

* fix: fix Week/Year panel miss matching
fix picker not update when setting CultureInfo
fix ShortWeekDays names and order

* fix: fix binding of CultureInfo in datetime demos
Add globalization demo

* fix: datetime string format

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-16 12:31:46 +08:00
TimChen
d68a2dbb87 feat: add Descriptions component (#224)
* feat: add page-header components

* feat: add page-header components

* feat: add page-header components

* docs: some bugs of PageHeader

* refactor: clean code

* feat: add Descriptions component

* feat: add Descriptions component

* feat: add Descriptions component

* feat: add Descriptions component

* feat: add Descriptions component

* fix: demo

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-15 22:23:08 +08:00
James Yeung
bb6303a839 chore: sync ant-design v4.3.4 (#223) 2020-06-15 00:29:33 +08:00
XuRui
6a52961487 feat: add select component (#222)
* fix: other values may exist in FileAttributes

* feat: add javascript interop for select component

* feat: init select component

* docs: add menu item to select docs

* feat: implement dropdownRender for select component

* docs: init select docs

* fix: remove 3.0 iframe

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-14 18:54:14 +08:00
TimChen
6e74917b43 feat: add page-header component (#211)
* feat: add page-header components

* feat: add page-header components

* feat: add page-header components

* docs: some bugs of PageHeader

* refactor: clean code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-13 00:47:00 +08:00
James Yeung
f73fcaf1b7 refactor: improve document performance (#220) 2020-06-13 00:23:03 +08:00
Brian Ding
0ab1859037 feat(module: carousel): scroll vertically for Left/Right DotPosition (#216) 2020-06-11 23:24:58 +08:00
James Yeung
6c5b1f8b8d fix(module: modal): close icon (#218) 2020-06-11 23:17:26 +08:00
James Yeung
840137bedc feat(module: form): add validate method to form (#217) 2020-06-11 23:11:55 +08:00
笨木头
759c73e0aa feat(module: overlay): add offset parameter (#210)
* feat(module: overlay): add offset parameter

* feat: optimize
2020-06-11 12:28:38 +08:00
笨木头
9bdfaa21f8 feat(module: textarea): support form (#208)
* feat(module: textarea): support form

* fix: clean the code

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 21:56:01 +08:00
Henry.zhang
ab19703301 refactor: demos of icon, steps , tabs (#199)
* refactor: remove md of tabs demo

* feat: add demos of steps

* refactor: tabs demo

* fix: icon

* refactor: tag

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 21:44:21 +08:00
TimChen
f22f572880 feat: form supports loading state (#202) 2020-06-10 19:13:09 +08:00
Brian Ding
b5d3758e5e feat: upgrade to the new tabs component (#207)
* feat(module: tabs): update tabs header & inker

* feat(module: tabs): update content holder

* feat(module: tabs): update disabled tab pane

* feat(module: tabs): upgrade to component demo

* feat(module: tabs): add operation button

* feat(module: tabs): add operation drop down

* fix(module: tabs): operation visibility

* feat(module: tabs): scroll tab bar

* fix: remove button and extra content

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-10 13:34:51 +08:00
大风
a377fe747c feat: add component statistic (#205)
* feat: add-Statistic

* refactor: generic type

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-09 23:47:50 +08:00
zxyao
015ee9f928 fix(module: modal): fix event not responding #203 (#204) 2020-06-08 22:37:54 +08:00
zxyao
b4789caa26 fix: drawer unresponsive In the WASM (#201) 2020-06-08 09:54:39 +08:00
James Yeung
9809718fca chore: sync ant-design v4.3.3 (#200) 2020-06-08 00:25:46 +08:00
James Yeung
beec5c2918 fix(module: spin): loading delay (#198) 2020-06-07 21:34:43 +08:00
Henry.zhang
f9b615c2ca feat: add more demos (#197)
...for affix,back-top,breadcrumb,card,divider,typogragpy and timeline

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 19:41:00 +08:00
James Yeung
45ad7ef7ea chore: sync ant-design v4.3.2 (#194) 2020-06-07 01:10:11 +08:00
笨木头
78a08fbd3d feat(module: input components): support set size by form (#191)
* feat(module: input components): support set size by form

* fix: rebase conflict

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 00:47:18 +08:00
Henry.zhang
73c405d70d refactor: add grid and carousel demo (#187)
* refactor: carousel demo

* fix: remove the ItemGroup from doc projects

* refactor: grid deom

* fix: remove itemgroup from project file antdesign.docs.csproject

* refactor: remove ant prefix

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-07 00:20:28 +08:00
TimChen
75afa74e7b fix(module: spin): `Spinning" attribute is invalid (#189) 2020-06-05 16:07:49 +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
TimChen
b129c07bc1 Update Search.razor.cs (#183)
已经使用await进行了等待,没有必要固定等待10秒,而且查询请求也无法固定成10秒。
I have used "await" to wait, there is no need to wait for 10 seconds, and the query request cannot be fixed to 10 seconds.
2020-06-04 18:45:36 +08:00
zxyao
bda4388b96 fix: drawer and modal bug (#177)
* fix: drawer animation transition

* fix: when modal is opening, body scroll bar dispaly

* fix: scroll bar is not hidden when drawer is displayed

* fix: rebase conflict

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-04 17:03:13 +08:00
James Yeung
757dd369f2 fix: menu title padding and layout demo (#186) 2020-06-04 14:48:13 +08:00
笨木头
e448d5cf0f feat(module: input-number): support form (#185) 2020-06-04 12:02:19 +08:00
James Yeung
6680fcb3da refactor: layout and mock-browser (#184) 2020-06-03 23:11:02 +08:00
笨木头
c3fc31c9b0 fix: input component bug (#182) 2020-06-03 20:29:28 +08:00
ft9788501
c90e20b87e fix: fix input bug (#180)
* fix: Fix a bug that could cause a crash

Co-authored-by: jim.jiang@ringcentral.com <jim.jiang@ringcentral.com>
2020-06-03 11:01:43 +08:00
笨木头
cf959decf9 feat: add calendar (#176)
* feat: refactor datePicker, add Calendar(basic)

* feat: add calendar and demos

* fix: timePicker format error

* fix: release comments

* refactor: replace @bind-Value with Value

* refactor: replace @bind-Value with Value

* fix: conflit
2020-06-03 10:24:16 +08:00
笨木头
a6596b15dd fix: input error without form (#179)
* fix: input error without form

* refactor: optimize code
2020-06-03 09:58:11 +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
笨木头
f29ca64372 feat(module: checkbox): support form (#161) 2020-06-02 20:27:53 +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
zxyao
6db07ad916 feat: add component modal (#167)
* feat: add component modal

* fix: adjust namespace and fix TAB keyboard bug

* fix: reset package.json to cuueernt head

* fix: remove antblazor.sln

* refactor: using c# to control the display and hiding of modal
2020-06-02 14:25:44 +08:00
liuhai
c39e143065 feat: add component cascader (#172)
* add component cascader

* fix: two-way binding

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-02 13:34:26 +08:00
Henry.zhang
3492d546e3 refactor: add tag and card demo (#173)
* refactor: tag demo

* refactor: card demo

* fix: dynamic tag

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-02 13:26:27 +08:00
James Yeung
0b75473db0 refactor: remove the form item dependency (#171) 2020-06-02 07:28:06 +08:00
笨木头
c3b0b114e6 feat: add form(basic features) (#168)
* feat: add form(not complete yet)

* feat: add form(basic)

* refactor: change namespace

* feat(module: form): add onFinish, onFinishFailed, reset

* feat(module: form): add layout demo

* feat(module: form): update doc

* refactor: basic form

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-06-01 14:09:28 +08:00
大风
96fc45f4ae feat: add Rate (#166)
* feat: add Rate

* fix: fix two-way binding

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-05-31 22:26:33 +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
3af3e9a8c7 chore: sync ant-design v4.2.5 (#163) 2020-05-29 14:10:36 +08:00
James Yeung
d16144ece0 refactor: remove the 'ant' prefix for some components that is already in demos (#162)
* refactor: button

* refactor: avatar

* refactor: alert

* fix: input group compact
2020-05-29 12:55:15 +08:00
ElderJames
97f920ab9a refactor: change namespcae to AntDesign 2020-05-29 00:33:49 +08:00
Henry.zhang
826df9d055 feat: new demo for switch, radio, slider and inputnumber (#155)
* feat: new demo for switch, radio, slider and inputnumber

* fix: remove some blank in demo doc api section

* fix: format the code in demo

* fix: checkbox and switch

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-28 16:56:52 +08:00
James Yeung
61ee7f4192 refactor: badge (#160) 2020-05-28 15:44:07 +08:00
颢源
a2787f5673 feat: add transfer (#148)
* transfer_brancn

* fix: transfer demos and empty status

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-26 15:21:47 +08:00
James Yeung
69c9f044ef chore: sync ant-design v4.2.5 (#149) 2020-05-25 12:38:07 +08:00
笨木头
6fe0e4e299 fix(module: date-picker): popup animation (#146) 2020-05-24 12:03:20 +08:00
笨木头
b43282437c refactor: datePicker, update demo doc (#139)
* refactor: datePicker, update demo doc

* docs: fix the number of picker kinds

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-22 11:24:12 +08:00
ElderJames
79be3af333 refactor: add list demo 2020-05-22 09:14:20 +08:00
James Yeung
90690fba01 docs: add some of layout demos (#138)
* feat: add layout demo

* feat: add some of layout demos
2020-05-22 00:05:26 +08:00
笨木头
b24def25a3 refactor: overlay and tooltip (#135)
* refactor: overlay and tooltip

* refactor: getOverlayTop/getOverlayLeft
2020-05-21 12:21:22 +08:00
Bin Dong
0c682c5c94 fix: fix button type (#134)
Completely remove "danger" from button type according to Ant Design 4.0 new design.
2020-05-20 17:06:15 +08:00
ElderJames
cc58638dc8 fix: launch settings and update packages 2020-05-20 13:27:37 +08:00
Henry.zhang
99e7745598 feat: rename and add input demo (#132)
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-20 12:57:16 +08:00
Zhuangkh
3e86809a9c feat:Add component Tooltip (#131)
* feat:Add AntTooltip

* Update Tooltip.razor.cs

Co-authored-by: 笨木头 <musicvs@163.com>
2020-05-19 22:34:09 +08:00
笨木头
7f8d65062b feat: add SubMenuTrigger(internal component) (#127)
* feat: add SubMenuTrigger(internal component)

* refactor: delete redundant comments

* feat(module: sub-menu): fix animation

* refactor: delete debug code

* refactor: delete debug code

* fix: style of menu

* fix(module: overlay): delete element error on dispose

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-19 20:35:48 +08:00
zxyao
042694b96f feat: add component message (#128)
* feat: add component message

* fix: then interface and demo bugs

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-05-19 20:08:49 +08:00
James Yeung
538568c801 feat: add component pagination (#130)
* feat: add pagination basic

* feat: add demos for pagination

* fix: resources
2020-05-19 17:54:16 +08:00
Brian Ding
1675f111f7 feat: add component progress (#129)
* feat(module: progress): add component progress

* feat(module: progress): implement circle

* feat(module: progress): add dashboard & linecap

* feat(module: progress): add segment

* feat(module: progress): add gradient

* feat(module: progress): add format & steps

* feat(module: progress): update steps demo

* fix: onclick

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-19 17:29:41 +08:00
Henry.zhang
42cd8da17d feat: add drawer demo (#123)
* fix:  AntDrawer title 无法显示问题。
fix:  AntDrawer closeable 无法关闭的问题

* docs: more Drawer demos

* fix: a wrong filename in drawer demo

* docs: drawer demo finish

* docs: drawer demos, basic,placement , form , profile,multiple-level

* fix: render a drawer in a container

* fix: onclick event name

* fix: demo directory name

* refactor: rename drawer

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-05-18 18:42:22 +08:00
James Yeung
e13544c244 chore: sync ant-design v4.2.4 (#125) 2020-05-18 14:49:23 +08:00
James Yeung
4d2c77fec7 refactor: dropdown and menu (#126)
* feat: add mock browser

* docs: add mock browser

* docs: rename menu

* fix: style for submenu

* docs: add two menu demo

* fix: some errors

* fix(module:menu): openkeys

* docs: add switch-mode demo for menu

* docs(module:menu): finish demos

* docs(module: menu): add router demo

* docs: add new demos (#111)

* feat(module: datepicker): remove ant prefix

* feat(module: dropdown): remove ant prefix

* feat(module: empty): remove ant prefix

* feat(module: timepicker): remove ant prefix

* docs(module: datepicker): add new demos

* docs(module: dropdown): add new demos

* docs(module: empty): add new demos

* docs(module: timepicker): add new demos

* docs: remove old demo

Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>

* refactor(module: dropdown): add overlay (#122)

* feat(module: dropdown): support left/right popup

* feat(module: submenu): use dropdown to popup

* feat: add overlay and trigger class(not complete yet)

* feat: add OverlayTrigger.cs

* feat: submenu support dropdown

* feat(module: overlay): prevent hide when child is showing

* fix(module: menu): prefixCls error

* feat(module: overlay-trigger): change function to virtual

* feat(module: dropdown): remove unuse class

* feat(module: sub-menu): set IsOpen to Visible

* refactor: change namespace

* refactor: use smartEnum

* fix: menu json

* fix: submenu open state

Co-authored-by: 笨木头 <musicvs@163.com>
Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>
2020-05-18 14:46:42 +08:00
zxyao
45b02d2b57 fix(module: notification): different render behavior in wasm and server (#124) 2020-05-18 00:15:58 +08:00
James Yeung
29c965f78d docs: add demo code copy (#121) 2020-05-16 23:27:40 +08:00
James Yeung
063f2759bd chore: sync ant-design v4.2.3 (#120) 2020-05-16 23:21:59 +08:00
zxyao
68d9743fe3 refactor(notification): using a common global container (#116)
* refactor: using a common global container

* refactor: notification remove instance
2020-05-16 16:52:44 +08:00
James Yeung
442096dda0 feat: add component space (#115) 2020-05-15 19:19:49 +08:00
James Yeung
83ef34b5f9 feat: add component spin (#114)
* feat: add component spin

* docs: finish spin demo

* fix: re
2020-05-15 14:31:12 +08:00
James Yeung
071f3b3679 feat: add component result (#113)
* feat: add component result

* docs: fix api property
2020-05-14 16:26:21 +08:00
ElderJames
994aed2a7a docs: fix error in for silder demo pages 2020-05-13 13:45:49 +08:00
James Yeung
a4fe7f8ea7 chore: sync ant-design v4.2.2 (#109) 2020-05-12 10:03:34 +08:00
James Yeung
6789f28400 chore: sync ant-design v4.2.1 (#104) 2020-05-11 21:47:35 +08:00
Brian Ding
dddabb8b2e fix(module: affix): affix not working as root container updated (#103)
* fix(module: affix): affix not working as root container updated

* fix(module: affix): not listened to customize target scroll event
2020-05-11 14:09:05 +08:00
zxyao
cd73cf1cdd feat: add component notification (#99)
* feat: add notification

* fix: onclick event trigger on onclise on server rendering

* fix: notification no longer requires container

* fix: convert OnClick and OnClose type to event
2020-05-10 22:43:58 +08:00
笨木头
ab58b3b429 fix: datepicker issue #94 (#101)
* fix(module: dropdown): fix bug of default show

* fix(module: datepicker): #94

Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>
2020-05-10 17:33:09 +08:00
James Yeung
9351a35072 docs: refactor the layout closer to the official document (#100)
* docs: add cli for building demo structured file

* docs: cli improvement

* docs: generate demo page

* fix: style of components page

* docs: add prism to mack source code highlight

* feat: add menu2json command for cli

* fix: markdown highlight

* feat: fetch menu data from cli output files

* fix: cli

* docs: add avatar demo

* docs: add button demos

* docs: add component-scope style

* docs: fix style

* docs: add badge demos

* fix: rebase conflict

* docs: refactor layout

* docs: fix navigation

* docs: fix rebase conflict

* docs: add AntAffix for sider menu

* docs: fix affix error

* docs: fix rebase confilct
2020-05-10 15:42:02 +08:00
Brian Ding
0e8669a982 feat: add component affix (#98)
* feat(module: affix): add component affix

* feat(module: affix): implement container target
2020-05-10 01:35:22 +08:00
笨木头
b1c9783edb feat: add Dropdown (#93)
* feat: add onmouseleave/onmouseenter event

* feat: add js function

* feat: add dropdown

* feat(module: menu): support set PrefixCls from parent

* docs: add dropdown demo

* refactor(module: dropdown): remove log code

Co-authored-by: 钟迪龙 <mutouzdl@hotmail.com>
2020-05-09 11:09:07 +08:00
Brian Ding
afc1f2b7bf feat: add component carousel (#96)
* feat (module: carousel): add component carousel

* implmement acitvate carousel button

* update active slick

* feat(module: carousel): add DotPosition

* feat(module: carousel): add dot position demo

* feat(module: carousel): implement fade in effect

* feat(module: carousel): animation for autoplay from last to the first
2020-05-06 17:33:11 +08:00
Setli
cdbdb820fb feat: simple and basic list. (#91) 2020-05-03 21:46:21 +08:00
笨木头
5e1c2f21e5 feat: add js methods (#92)
* feat: add js methods

* style: formatting
2020-05-03 17:22:33 +08:00
James Yeung
f87e39aca0 chore: sync ant-design v4.2.0 (#89) 2020-04-30 10:55:54 +08:00
钟迪龙
0e3294305e fix(module: date-picker): onselect error #88 2020-04-30 09:18:06 +08:00
Brian Ding
3e87202631 feat: add component slider (#87) 2020-04-30 01:21:06 +08:00
笨木头
869af0a877 feat: add DatePicker and TimePicker (#85)
* feat(module: date-picker): add AntDatePicker

* feat(module: date-picker): add AntTimePicker

* docs(module: date-picker): add demos
2020-04-28 15:56:56 +08:00
ElderJames
22a9e0b92a chore: transfer repo to org 2020-04-28 00:13:43 +08:00
James Yeung
374929d16d chore: sync ant-design v4.1.5 (#84) 2020-04-26 10:41:53 +08:00
ElderJames
8257c759bb fix: clean many warnings 2020-04-24 18:32:50 +08:00
James Yeung
cc9e2df41c refactor: standardized code specification (#82)
* refactor: standardized code specification

* fix: rebase conflict
2020-04-23 17:13:56 +08:00
Brian Ding
035e418072 fix: AddEventListener method (#81)
* chore: update js addEventListener & stringify event args

* two blanks indent
2020-04-22 19:37:06 +08:00
James Yeung
25baec2cf8 chore: sync ant-design v4.1.4 (#77) 2020-04-20 10:04:24 +08:00
笨木头
bbb466c989 feat: add component empty and doc (#78)
* feat: add component empty

* docs: add empty doc

* feat(module:empty): add direction parameter

* feat(module:empty): change property to uppe
2020-04-20 10:03:32 +08:00
Brian Ding
22ef8b6545 feat (module: tabs): implement drag & drop (#76) 2020-04-16 20:53:03 +08:00
Brian Ding
41810622b3 feat: add component tabs (#67)
* fix autosize

* feat(module: tabs): add AntTabs

* chore(module:input): code improvement

* implement tab

* implement disable tab

* implement scroll tabs

* resume tabs demo page

* implement tabs prev/next calcaultion logic

* update nav bar render logic

* feat (module: tabs): implement rerender logic

* feat:(module: tabs): update render logic

* feat: (module: tabs): implement extra content

* feat(module: tabs): add panes dynamically

* feat(module: tabs): implement add tabs dynamically

* feat(module: tabs): implement remove tabs

* feat(module: tabs): Customized trigger of new tab

* fix(module: tabs): stop event propagation

* fix (module: tabs): close icon disappea
2020-04-16 12:05:59 +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
Zhuangkh
4bdfe9bf0b feat: add component Checkbox (#69)
* feat(module: checkbox): add AntCheckbox

* fix(module: checkbox): fix click bug
2020-04-10 16:05:39 +08:00
James Yeung
510a3f8c80 chore: sync ant-design v4.1.1 (#65) 2020-04-06 17:35:04 +08:00
Brian Ding
03fbdf7686 fix(module: input) fix textarea auto size (#61) 2020-03-31 21:23:25 +08:00
ElderJames
bf70deccb2 feat: add router-based localization (#57) 2020-03-30 14:33:39 +08:00
James Yeung
e4253622bd chore: sync ant-design v4.1.0 (#58) 2020-03-30 09:53:10 +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
GarvinTan
cf2a0785d6 feat: add back-top (#53)
* feat : add back to top

* Feat: update back-to-top onclick interop

* feat: append back-top class setter

* feat: update back-tp classMapper

* feat: update back-top dom architecture
2020-03-27 17:24:16 +08:00
lindexi
598e2b1f2c chore: fix compile csproj (#51) 2020-03-27 14:45:36 +08:00
Brian Ding
7349c5df2b fix: disable key issue of inputnumber attributes (#49)
* fix:  disable key issue of inputnumber attributes

* fix: use TryGetValue
2020-03-26 16:00:55 +08:00
Bin Dong
015f594d69 feat: Add Step and Steps (#46)
* doc: Update English README, add Chinese readme back

* doc: fix file name and polish documentation

* <feat> Initialize AntStep and AntSteps

* feat (steps): Add additional demos for steps. Pending on Click features development.

* fix: move step navigation special style to style.less
2020-03-26 15:59:24 +08:00
lindexi
f84f1e4f0c chore: Fix nuget icon (#50) 2020-03-26 13:09:53 +08:00
Brian Ding
ba5fab02c6 feat: add component input-number (#45) 2020-03-26 10:45:35 +08:00
lindexi
c242a47342 chore: Packaging License within the nupkg (#44) 2020-03-26 09:28:00 +08:00
James Yeung
efff2a95a5 docs: remove httpclient extension methods (#40) 2020-03-25 13:08:53 +08:00
James Yeung
2d801c6c53 feat: add component radio (#36)
* feat: add component radio

* feat: add radio-group
2020-03-25 00:32:26 +08:00
James Yeung
d347e2028e chore: sync ant-design v4.0.4 (#35) 2020-03-23 13:51:37 +08:00
Benjamin Vertonghen
3b7748900f Add EditorConfig for naming conventions (#32)
- Invalid Property Naming convention will now throw an error instead of a warning, which will make it impossible to build locally (usage as a Linter). However the build will still succeed on the GitHub workflow due to [this issue that has to be resolved by Microsoft](https://github.com/dotnet/roslyn/issues/33558)
- Disabled the XML comments, it's handy but not always needed at this point.

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
2020-03-23 10:52:53 +08:00
Brian Ding
9c98b27e3b add component input (#33)
* add input component

* fix menu
2020-03-23 09:31:08 +08:00
Benjamin Vertonghen
d0876cc3f7 (feat): Add Component Badge (#27)
Based on Online Docs.

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2020-03-22 22:11:34 +08:00
James Yeung
7ab67d1bea feat: add drawer (#28)
* feat: add drawer

* feat(module:drawer): add setup for placementchange
2020-03-22 21:24:41 +08:00
Benjamin Vertonghen
1b8a839d1b feat: Add Alert Component (#26)
Based on the online docs.

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
2020-03-22 12:06:48 +08:00
ElderJames
5718786042 fix: ignore the tsconfig.json in package 2020-03-19 16:26:02 +08:00
ElderJames
7d85fcdc66 refactor(module:layout): rename&fix scrolling menu 2020-03-18 00:06:00 +08:00
ElderJames
2087205bfc docs: dynaimc route for markdown docs 2020-03-17 13:42:54 +08:00
James Yeung
7c92f8eb14 chore: sync ant-design v4.0.3 (#23) 2020-03-16 12:37:25 +08:00
ElderJames
21c008690b feat: add grid 2020-03-15 23:54:48 +08:00
ElderJames
2bdeb7f670 feat(module:switch): add switch 2020-03-12 18:23:38 +08:00
Bin Dong
46ca380a11 feat(typography): polish typograph copy related functions. (#16)
* doct: Add DemoCard component

* doc: Update Button demo page.

* doct: Add DemoCard component

* feat:(typography)( Add copyable icon render and corresponding trial functions.
Add a console.log() wrap up for jsinterop testing.
Temporarily use log instead of copy before copy is implemented.
Add copyable demo in demo project.

* feat (typography): polish typograph copy related functions.

* doct: Add DemoCard component

* feat:(typography)( Add copyable icon render and corresponding trial functions.
Add a console.log() wrap up for jsinterop testing.
Temporarily use log instead of copy before copy is implemented.
Add copyable demo in demo project.

* feat (typography): polish typograph copy related functions.
2020-03-12 16:35:23 +08:00
ElderJames
1978214151 fix(module:layout & menu): style and dropdown 2020-03-12 14:34:01 +08:00
Bin Dong
73d323e428 feat(module:paragraph): add paragraph copy feature (#14)
* doct: Add DemoCard component

* doc: Update Button demo page.

* doct: Add DemoCard component

* feat:(typography)( Add copyable icon render and corresponding trial functions.
Add a console.log() wrap up for jsinterop testing.
Temporarily use log instead of copy before copy is implemented.
Add copyable demo in demo project.
2020-03-12 13:00:54 +08:00
ElderJames
5a1c1c5180 chore: update to preview 2 2020-03-11 18:45:37 +08:00
ElderJames
bd4b110010 fix(module:icon): catch not found exceptoin 2020-03-11 17:37:00 +08:00
ElderJames
621fa50cc4 docs: make menu dynamic 2020-03-11 17:35:30 +08:00
ElderJames
127f7cccf4 docs: add htmlRender & markdown component 2020-03-11 17:15:15 +08:00
ElderJames
ea7b14d658 refactor: getDom funciton 2020-03-11 16:49:25 +08:00
ElderJames
2823e82f45 refactor: domEventService 2020-03-11 16:40:07 +08:00
ElderJames
f6bf7da144 feat(module:menu): add menu-item-group 2020-03-11 14:00:18 +08:00
ElderJames
4c75cb3ec1 chore: delete the css & js file from gulp building 2020-03-11 10:42:42 +08:00
Bin Dong
fbc3c317e1 docs: Add DemoCard component in Docs project (#9)
* doct: Add DemoCard component

* doc: Update Button demo page.
2020-03-10 22:09:44 +08:00
ElderJames
9ad6492669 docs: footer copyright 2020-03-10 19:03:19 +08:00
ElderJames
330df0b4cd fix: fix prefix of types 2020-03-10 17:42:13 +08:00
ElderJames
e23e50f48d fix: opening state of menu and layout 2020-03-10 17:38:25 +08:00
ElderJames
e8ddcf1278 feat: add gulp task for typescript 2020-03-10 15:25:45 +08:00
Bin Dong
4c736b0444 feat(typograhy): Add AntTitle and AntText, pending on edit and copy (#7)
* <doc> Update Button documentation page

Bin Dong

* fix: ci

* <feat> Initialize Typography

* feat(typography) Add AntTitle and AntText

* feat (typography): Add AntParagraph, Update documentation

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-03-10 13:29:03 +08:00
BenLampson(赵元源)
e262b39808 fix(module:layout&menu) fix some bugs in layout and menu (#6)
* feat:
1.add the "longBodyMode" parameter to AntLayoutSider.
2.add the "longContentMode" parameter to antlaycontent
3.add the self-adaption mode to side bar.
fix:
1.fix doc project page layout.
2.set the default width value, cause if use forgot set this value, there throw the nullreference exception.
3.fix the user set 100% or xxxVH etc. the old style will add the px end of string.
style:
1.fix the menu margin, you will found that you lost one menu item which lastest in list.
2.add the footer to main layout
refactor:
1.Hide the adWidth

Co-authored-by: ElderJames <shunjiey@hotmail.com>
2020-03-09 22:32:06 +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
Bin Dong
a0eb91b06a doc: Update Button documentation page (#5)
Use `Card` component to organize demos.
2020-03-09 14:54:32 +08:00
James Yeung
7e0a6ffc36 chore: sync ant-design v4.0.2 (#4) 2020-03-09 00:09:32 +08:00
ElderJames
0680af7677 feat(breadcrumb): add breadcrumb 2020-03-08 22:32:30 +08:00
James Yeung
84ca70e8b7 chore: sync ant-design v4.0.1 (#2)
fixed #1
2020-03-08 15:12:21 +08:00
ElderJames
b268e4254a fix ci and build task with installing nodejs 2020-03-07 17:00:14 +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