Commit Graph

166 Commits

Author SHA1 Message Date
James Yeung
0f0e95e180 Revert "docs: fix broken CDN (#2374)" (#2376)
This reverts commit 72ce92ffd2f9f8e3acaf27bc2a88d29ee7b4c6f8.
2022-03-31 13:30:38 +08:00
Daniel Chalmers
267b3c776a docs: Small typo and whitespace fixes (#2375) 2022-03-31 09:37:36 +08:00
James Yeung
2898d8a603 docs: fix broken CDN (#2374) 2022-03-30 23:39:23 +08:00
James Yeung
b3c55051c7 Change log 0.10.4 (#2308) 2022-02-25 17:17:41 +08:00
SmRiley
edc7a3102f docs: Improve the upload component FQ part (#2274)
* Update index.zh-CN.md

Supplemental minimal api implementation

* Update index.en-US.md

Supplemental minimal api implementation

* Update index.zh-CN.md

更新关于FileStream的问答

* Update index.en-US.md

add about FIleStream FQ
2022-02-08 13:17:22 +08:00
zxyao
894e7a4f8f feat(module: modal): max content body height support (#2264)
* docs: add form in moda demo

* feat:  max content body height

* reset sln

* fix: debug code

* refactor: change MaxBodyHeight type
2022-01-25 10:28:27 +08:00
James Yeung
ef7608283b feat(module: table): allow access field value from CellRender context (#2257) 2022-01-18 10:06:29 +08:00
SmRiley
6ca49101de docs: Improve the documentation of the API section of the Input and Select component (#2251)
* Update index.zh-CN.md

Improve the documentation of the API section of the Input component

* Update index.zh-CN.md

Improve the documentation of the API section of the Select component
2022-01-13 13:57:10 +08:00
James Yeung
eea1df71f9 fix(module: table): support for using DataTable as the data source. (#2234) 2022-01-07 10:46:03 +08:00
SmRiley
8e87aadc5d docs: Improve the API part about Table in the component document (#2219)
* Update index.zh-CN.md

Improve the API part about Table in the component document

* Update index.zh-CN.md

* Update index.en-US.md

Improve the API part about Table in the component document.

* Update index.zh-CN.md

Correct typos
2022-01-04 13:25:23 +08:00
Hao Sun
e832b04c12 docs: load all contributors for demos (#2202)
* doc: load all contributors for demos

* remove FilePath property

* use selectmany()

* update ContributorsList.razor.cs

* Update ContributorsList.razor.cs

* use SkeletonElement

* Update ContributorsList.raz
2022-01-01 10:07:36 +08:00
James Yeung
ef020b532b Revert "feat(module: form): Allow controls to be used in default EditForm (#2138)" (#2194)
This reverts commit aa200f925c.
2021-12-23 01:09:26 +08:00
James Yeung
9194c736fd fix(module: tree): nodes would collapses when SearchValue was set (#2177) 2021-12-17 16:57:54 +08:00
Daniel Matthews
c7ee5c90c6 feat(module: form): Allow controls to be used in default EditForm (#2138)
* refactoring EditContext to be injected properly by both AndDesign.Form and EditForm.

* Allowing FormItem to be used in default EditF
2021-12-10 15:36:00 +08:00
SmRiley
5f37f2b4a1 docs: Improve the API part about Form (#2150)
* Update index.zh-CN.md

Supplement the API documentation section about Form

* Update index.zh-CN.md

* Update index.zh-CN.md

Improve the API part of the document

* Update index.en-US.md

Improve the API part of the document, this correction uses machine translation, there may be some grammatical problems

* Update index.en-US.md

* Update index.zh-CN.md

* Update index.en-US.md
2021-12-08 11:38:21 +08:00
Hao Sun
bca2414491 chore: support IE and .net6 for server-side (#2119)
* modify AntDesign.Docs.Server project to support IE

* update docs project

* update _Host.cshtml

* add .net6 target framework

* Update _Host.cshtml

* update github actions

* update github actions
2021-12-06 12:31:27 +08:00
Hao Sun
469ece4b54 docs(module: list): update the demos to use avatar template (#2147) 2021-12-04 23:53:22 +08:00
James Yeung
783fddf4ef feat(module: tabs): add context menu and page config for ReuseTabs (#2075)
* feat(module: tabs): add context menu

* fix missing body

* remove icon

* add context menu de
2021-11-04 00:46:20 +08:00
Andrzej Bakun
217fdaca80 fix(module: select): Null option shows in SelectContent (#2023)
* fix(module:select): loads null in SelectOption into SelectContent

fix: adds ValueOnClear
tests

* docs(module:select): add ValueOnChange

* Update components/select/SelectBase.cs

Co-authored-by: Hao Sun <54608128+anranruye@users.noreply.github.com>

* other: clean-up warnings & add .Net foundation header

Co-authored-by: Hao Sun <54608128+anranruye@users.noreply.github.com>
2021-10-29 22:43:46 +08:00
Hao Sun
961a5ca02b fix(module: textarea): fix style string format and auto-size issues (#2001)
* fix(module:textarea): fix style string format

* seprate inner and outer style

* fix AutoSize

* fix custom style

* Update site/AntDesign.Docs/Demos/Components/Input/demo/Area.md

Co-authored-by: James Yeung <shunjiey@hotmail.com>

* Move SetStyle to styleHelper

* Update TextArea.razor

* Update TextArea.cs

* fix unit test

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-10-29 13:30:52 +08:00
Andrew Goliyad
bfa12a72f3 feat(module: table): Add Align property for column (#2045)
* feat(module: table): Add Align property

* feat(module: table): Add Align property

* feat(module: table): Add Align property
2021-10-22 15:26:08 +08:00
James Yeung
49b17b52f7 Changelog 0.10.1 (#2022)
* changelog 0.10.1

* add changelog 0.10.1

* update the en-us changelog

* update package config and site links

* Update CHANGELOG.en-US.md

* Update CHANGELOG.zh-CN.md
2021-10-15 23:25:03 +08:00
YongQuanRAO
bb8c1c4d27 docs: fix typo (#2021) 2021-10-13 21:48:55 +08:00
Daniel Matthews
b623c8a7e4 fix(module: menu): Wrap IconTemplate in corrected span (#2006)
* fix(module:menu): Wrap IconTemplate in corrected span
* wrap IconTemplate using span created by Icon component so InlineCollapse properly displays IconTemplate

*docs: Added missing docs for IconTemplate

* Update icontemplate.md

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-10-08 15:38:46 +00:00
James Yeung
5875929a89 refactor(module: tabs): improve rendering (#1970)
* refactor(module: tabs): improve rendering

* fix ForceRender & change constants to enums

* fix animated

* fix left extra content

* add Centered feature

* fix scroll distance

* fix scroll gap

* fix index out of range

* fix tests

* fix scroll distance

* fix dropdown button position

* fix ping left & right

* hide the dropdown button
2021-10-08 14:25:41 +08:00
rabberbock
c9c628070d fix(module: slider): Positioning Using Min/Max (#1940)
* Use Min/Max for position

Call SetStyle OnInitialize so two way binding initializes correctly

* Fix marker position for range

* track style for non ranges
2021-09-24 23:22:32 +08:00
James Yeung
bc284d025e fix(module: table): tree data sort & filter (#1966)
* fix(module: table): tree data sort & filter

* fix code block indent
2021-09-23 09:22:37 +08:00
anranruye
8640371e88 doc: fix code block in english pages (#1961)
* doc: fix code block in english pages

* remove react code

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-09-22 23:00:54 +08:00
James Yeung
c9448e635a fix(module: grid): issue with gutter match due to breakpoint enum name case (#1963)
* fix(module: grid):  issue with gutter match due to breakpoint enum name case

* add playground de
2021-09-22 22:08:32 +08:00
Luke Parker [SSW]
79af5022aa docs: Cleanup button docs (#1953) 2021-09-17 16:52:53 +00:00
Andrzej Bakun
c099874086 fix(module: menu): Overlay bug fix & menu renering optimization (#1949)
* fix(module:overlay): submenu causing crash

* fix(module:overlay): submenu causing crash

* fix(module:menu): show missing chevron

mark top menu as selected on init
do not render non-active overlay submenus

* tests: common js mock extracted

nullable enabled for test project

* tests: menu

* fix(module:menu): incorrect behavior in layout
2021-09-16 22:46:45 +08:00
anranruye
915d35a513 Merge 0.9.4 to feature 2021-09-14 21:57:15 +08:00
James Yeung
de794eae9b fix(module: timeline): label missing (#1941) 2021-09-13 22:04:47 +08:00
SmRiley
062526ab6c docs: Update index.zh-CN.md (#1936)
Update document ConfigProvider global configuration example code

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-09-12 14:09:04 +00:00
James Yeung
c29042e105 fix(module: list): resposive style doesn't work (#1937) 2021-09-12 21:59:11 +08:00
James Yeung
a226f18077 fix(module: menu): collapsed menu title can't hide while use router link (#1934) 2021-09-12 01:13:48 +08:00
James Yeung
9a1e6a8264 fix(module: table): It would be load twice at first time if pagesize is not 10 (#1933) 2021-09-11 14:04:03 +08:00
Andrzej Bakun
3d4f7adaaf perf(module: overlay): positioning moved to js (#1848)
* fix(module:overlay): move postion calculation to js

fixes #1836

* docs: TriggerBoundaryAdjustMode explanation

* docs: select & datepicker got BoundaryAdjustmetMode

cleanup

* test: fixes

optimization & cleanup

* fix(module:overlay): recalculate overlay position when trigger resizes

* Minor clean-up

* fix(module:overlay): wait for Show to finish in Hide

* fix: prevent vertical scrollbar on overlay adding

* fix: extract waiting function

* fix: overlay not to repostion when trigger vanishes (menu issue)

* fix: scroll adjustment for position: fixed

* fix: on menu mode change, keep

* merge conflict fix

* fix: nominal calculation reset on failed adjustment

* fix: bugs

* test: exclude log method from test coverage in overlay.ts
2021-09-10 19:06:50 +08:00
gmij
0abc1db548 feat(module: TreeSelect): add tree-select component 🚀 (#1773)
* fixed. Fix network error when requesting contributor list in local development environment

* fixed. Fix Chinese garbled code

* Update Dynamic.razor

* update. Adjust the base class of the select control to selectbase, and extract the common methods to prepare for tree select.

* fixed. Adjust the type of the parent control to selectbase

* tree-select完成基础编码工作。

* fix. 重新修订冲突解决时误删的变量

* fix. 修复在多选模式下无法显示初始值的bug

* fix some styles

* add. tree add Node UnSelect Event

* fix . Node Multiple Select Bug.

* fix Tree UnSelect invalid.

* fix. tree multiple select support.

* fix. select option sync tree node selected.

* fix. multiple select, old selected values has clear

* fix loop update exception

* 修复合并带来的冲突

* add. allow clear feat. but not finish.

* fix merge bug

* fix merge bug

* fix. supplementary notes

* update demo data with react demo

* add. 添加静态下拉树的能力,以及单选和多选的demo

* fix. 优化下拉显示树时,树选项的选中逻辑。

* fix demo

* fix. 静态下拉树时,出现错选的bug

* fix merge bugs.

* fix merge bugs.

* add. static dataObject Bind Support

* 将下拉树中,对偏平数据源的处理,移到simpleTreeSelect中

* fix ChildrenExpression
2021-09-08 19:00:05 +08:00
Maksim
fae8cf5178 fix(module: button): loading icon styles (#1902)
* Fix loading icon styles

* Fix button render test
2021-09-07 13:36:24 +00:00
Andrzej Bakun
6bc277c623 fix(module: textarea): add rows parameter (#1920)
doc: adjust to match antD
tests: sizing tests
2021-09-07 13:46:34 +08:00
anranruye
7e1cdea1c4 docs(module: select): update coordinate demo (#1914)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-09-06 09:29:13 +00:00
Chandan Rauniyar
793ed347b8 docs: Fixed typo (#1915) 2021-09-05 14:29:22 +00:00
Andrzej Bakun
de69cc5dd5 fix(module: select): value no longer reset on datasource set (#1906)
* fix(module:select): value no longer reset on datasource set

* fix(module:select): dataSource change detection

* fix: improve datasource detection
add item & set value in SelectOption

* tests: scenario from issue #1207

* fix: DataSourceEqualityComparer default
2021-09-05 18:13:38 +08:00
James Yeung
ccfa5f4d33 docs: add dynamic table demo (#1908)
* feat(module: table): add dynamic data demo

* add scroll x
2021-09-02 22:28:50 +08:00
James Yeung
ee845b906a feat(module: table): add CellData for CellRender (#1907) 2021-09-02 12:34:30 +08:00
James Yeung
c5c3711c26 docs: Update the style to be compatible with antd 4.16 style. (#1893)
* docs: fix style

* fix logo font

* fix the color less
2021-08-29 22:48:10 +08:00
James Yeung
3a6902a2c9 merge 0.9.3 to feature 2021-08-29 15:32:27 +08:00
James Yeung
063e404af3 feat(module: tree): add ChildContent for Tree and TreeNode (#1887)
* feat(module: tree): add ChildContent for Tree and TreeNode

Allow user set tree nodes directly.

* fix indent
2021-08-29 14:18:36 +08:00
James Yeung
14bdbbb0db feat(module: table): add nested table demo (#1884) 2021-08-28 16:12:30 +08:00