Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ElderJames/ant-design-blazor

🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
https://github.com/ElderJames/ant-design-blazor

fix(module: select): fix data source of type IEnumerable<object> (#1932)

* fix(module:select): fix data source of type IEnumerable<object>

* Update Select.razor.cs

...

97cc7d263679a300b0bb962d7d7232b1a79b9b16 authored over 3 years ago by anranruye <[email protected]>
fix(module: menu): collapsed menu title can't hide while use router link (#1934)

a226f180774b533fcc9574f644329bba3bb4398a authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): It would be load twice at first time if pagesize is not 10 (#1933)

9a1e6a8264dba2bea3e388aa3dde86989ef1a350 authored over 3 years ago by James Yeung <[email protected]>
perf(module: overlay): positioning moved to js (#1848)

* fix(module:overlay): move postion calculation to js

fixes #1836

* docs: TriggerBoundaryA...

3d4f7adaaf3f151f94d2a0d9cd525bf1a566cde6 authored over 3 years ago by Andrzej Bakun <[email protected]>
feat: add dynamic component (#1703)

* feat: weakly-typed/dynamic component

* add TypeName support

* override BuildRenderTree i...

4192d0c51462fd99db76248b64323baf0b5ac36f authored over 3 years ago by anranruye <[email protected]>
tests(module: textarea): include js function mock to avoid bunit exceptions (#1930)

e7f6a0529ea74e5e1f2c5cf6864d7e6fbc244bfe authored over 3 years ago by Andrzej Bakun <[email protected]>
fix(module: textarea): replace wrong event (#1927)

cb4a6471c5cb583d5cf39ffa0b87f69b6c113e2e authored over 3 years ago by Andrzej Bakun <[email protected]>
perf: avoid memory leak issue of event listener (#1857)

* perf: avoid memory leak #1834

Avoid memory leak by remove the exclusive parameter and logic...

4b04f0983282a003a0c44148ecf9a4b85fbc87e7 authored over 3 years ago by Tony Yip <[email protected]>
feat(module: TreeSelect): add tree-select component 🚀 (#1773)

* fixed. Fix network error when requesting contributor list in local development environment

...

0abc1db548a5244489b58c9ff3be3e32362f353c authored over 3 years ago by gmij <[email protected]>
feat(module: InputNumber): Add inputmode for mobile keyboard (#1923)

5b9d70111484a3d6949bc35aa96df10e9a1a01d3 authored over 3 years ago by Maksim <[email protected]>
fix(module: button): loading icon styles (#1902)

* Fix loading icon styles

* Fix button render test

fae8cf5178de4514d1dcf28cdc17a79ea1c23567 authored over 3 years ago by Maksim <[email protected]>
test(module: select): Add some unit tests for Select (#1891)

* Add Select clear tests

* Add Select DataSource to null test

* Change the implement of Th...

b74aeef85ac3676bb5ee3b31d08137a477b0fb41 authored over 3 years ago by SmallY <[email protected]>
fix(module: textarea): add rows parameter (#1920)

doc: adjust to match antD
tests: sizing tests

6bc277c62352ffcde4ac930f326b7de15e4d8834 authored over 3 years ago by Andrzej Bakun <[email protected]>
docs(module: select): update coordinate demo (#1914)

Co-authored-by: James Yeung <[email protected]>

7e1cdea1c4bb571d45a742e6617a5641210b4ae8 authored over 3 years ago by anranruye <[email protected]>
fix(module: input): Add stop propagation (#1917)

52bc8ecdb49af3450fa0f6dcf9629b1ca3ad9b0e authored over 3 years ago by Luke Parker [SSW] <[email protected]>
docs: Fixed typo (#1915)

793ed347b86bdc2c214b4b216c366090a7f8beed authored over 3 years ago by Chandan Rauniyar <[email protected]>
fix(module: select): value no longer reset on datasource set (#1906)

* fix(module:select): value no longer reset on datasource set

* fix(module:select): dataSourc...

de69cc5dd56f142e6da5572d4390f3b2bd07ab49 authored over 3 years ago by Andrzej Bakun <[email protected]>
docs: add dynamic table demo (#1908)

* feat(module: table): add dynamic data demo

* add scroll x

ccfa5f4d33a5464c47b328710bd2c3cd34d09c7a authored over 3 years ago by James Yeung <[email protected]>
feat(module: table): add `CellData` for `CellRender` (#1907)

ee845b906a89d5d3249b4f2917d17f1d901aea49 authored over 3 years ago by James Yeung <[email protected]>
docs: Add building demo assets to the Readme (#1904)

73a21f0a8fd14bdf8cdc87f4218e967b936c628a authored over 3 years ago by rabberbock <[email protected]>
pref(module: table): put fixed column style into js (#1897)

* pref(module: table): put fixed column style into js

* fix resize listene

7556db9de831c331ac1a87a6716d695538a22488 authored over 3 years ago by James Yeung <[email protected]>
fix(module: form): remove `FormItem` from `Form` when it was disposed (#1901)

f8e3fe159d869c11ebbbd617e9a8eebdb8456c63 authored over 3 years ago by Alan.Liu <[email protected]>
docs: Update the style to be compatible with antd 4.16 style. (#1893)

* docs: fix style

* fix logo font

* fix the color less

c5c3711c26d611ad56cc8e9435e03764bb206591 authored over 3 years ago by James Yeung <[email protected]>
merge 0.9.3 to feature (#1892)

* fix(module: table): fix initial load and render (#1835)

* fix(module: table): fix initial l...

ceb32ae264571d3f5e57b0c2d771cb628f298e35 authored over 3 years ago by James Yeung <[email protected]>
merge 0.9.3 to feature

3a6902a2c998dafd08c1fbf7db0bf4ab530cd169 authored over 3 years ago by James Yeung <[email protected]>
changelog 0.9.3 (#1890)

7d5e5470aa758f44c345c1d464234ae0709ee1ae authored over 3 years ago by James Yeung <[email protected]>
feat(module: tree): add ChildContent for Tree and TreeNode (#1887)

* feat(module: tree): add ChildContent for Tree and TreeNode

Allow user set tree nodes direct...

063e404af3124e7aa41aefc4c31aa4c1731d1363 authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): fix the format issue of datetime samedate filter (#1889)

5cfbb80ddb9a424df88dfed3b7405d12f5d3401c authored over 3 years ago by anranruye <[email protected]>
fix(module: modal): auto focus the ok button and remove the focus of the trigger button (#1838)

* fix: second opening of focus in modal fails if DestroyOnClose is false

* fix: confirm canno...

8301230bdaa8af95382cc164c27a5cb6ed78d4a9 authored over 3 years ago by zxyao <[email protected]>
feat(module: table): add nested table demo (#1884)

14bdbbb0db76eefe555e81cd550385f2a40eb0de authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): not automatically load with ActionColumn (#1883)

Fixed an issue where a table would not automatically load after initialization when an ActionCol...

fb1c1fc1a65620baf522c7f8f424aeb5683fd0e8 authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): call `StateHasChanged` in `InternalReload` (#1874) (#1875)

656d31237ed2a221c536c76809aff9c6459a2e20 authored over 3 years ago by Nikolay Krondev <[email protected]>
feat(module: breadcrumb): add `Href` parameter and overlay dropdown (#1859)

* Setup breadcrumb dropdown

* Setup breadcrumb href

* fix dropdown style

* fix dropdown...

cddfca399ddc44ae72f7f27239b213e5f75c4dfc authored over 3 years ago by Maksim <[email protected]>
docs: update CONTRIBUTING (#1882)

ad722bdbcbc906139ab45061342164a2e0b91923 authored over 3 years ago by YongQuanRao <[email protected]>
feat(module: menu): Add IconTemplate for menu item (#1879)

a9e0feb3b6e8d792a4fa8401ec5949b6c5ec2be6 authored over 3 years ago by Guyiming <[email protected]>
fix(module: tag): rename `CheckedChange` to `CheckedChanged` (#1876)

* Update Tag compliance with Blazor conventions

Add the missing 'd' to CheckedChanged callbac...

ce7b60b3ebe33da0a312b90d5b102667a3932e64 authored over 3 years ago by Stefano Driussi <[email protected]>
fix(module: autocomplete): overlay is showing for AutoCompleteSearch (#1860)

* fix(module:autocomplete): overlay is showing for AutoCompleteSearch

* translate comments

...

ef0b6903316c2a1253cdc2b8df3f62881b37f4a6 authored over 3 years ago by Andrzej Bakun <[email protected]>
fix(module: input-number): default value binding (#1871)

* fix(module: input-number): default value binding

* fix default value

5dfcb8c03f4825bf7c33c6596f899edb4ff72148 authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): ignore milliseconds when applying the datetime filter (#1864)

* remove milliseconds when filtering

* remove the milliseconds when set the datetime filter v...

f17797d14dcfe973fa9fe8d7a9b32912a7d7c737 authored over 3 years ago by SmallY <[email protected]>
fix(module: checkbox): option change does not lock checkboxes (#1863)

d858b7e23db6d0d422bcf581933783d5f80e8f23 authored over 3 years ago by Andrzej Bakun <[email protected]>
feat(module: table): add TheSameDateWith condition operator for DateTime column (#1856)

* use date in datetime filter

* fix spelling errors

* Restore changes and add Date and Mon...

7a1ae1a28530bead9ffa57d50c2821dd9eec586e authored over 3 years ago by SmallY <[email protected]>
fix(module: table): didn't refresh when using client side data source (#1858)

f89dfa23c0a344bcee23d67d5158391b7a872cf9 authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): avoid `OnChange` being called multiple times during initialization (#1855)

* fix(module: table): avoid OnChange being called multiple times during initialisation

* fix ...

fa99d6e8fa76f2d4417c69b02cc9193227a26393 authored over 3 years ago by James Yeung <[email protected]>
feat(module: upload): add method parameter (#1853)

* add method parameter to upload component
* update documentation
* add test

Co-authored-by...

9925cf288b91d83f070d3dd85ac6cdf3da94c7a2 authored over 3 years ago by Noah Potash <[email protected]>
changelog 0.9.2 (#1851)

f3feb90f3927fdb5b68059bfb7ac043c8ab0d089 authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): prevent propagation of expand button click events (#1850)

552d7c946a895d70dec8ec0f102edca2ed817514 authored over 3 years ago by James Yeung <[email protected]>
fix(module: tree): SelectedNodeChanged would be fired twice twice (#1849)

482e4a7f45ceffdab479661a388e96e8cf41d495 authored over 3 years ago by James Yeung <[email protected]>
fix(module: tag): Tag component style parameters are not rendered (#1847)

* fix(module: tag): Tag component style parameters are not rendered (#1846)

* fix(module: tag...

53027c02215b88cd937e77aa09af792921592941 authored over 3 years ago by JohnHao421 <[email protected]>
fix(module: menu): menu item click event should be triggered when menu selectable is false (#1843)

992e911b5065c45857739de0f75fb813b9657eac authored over 3 years ago by James Yeung <[email protected]>
feat(module: image): support preview visible (#1842)

7bfa819964da8bab5863083d954e7a34def6854f authored over 3 years ago by James Yeung <[email protected]>
fix(module: checkbox): checked state didn't follow the value change (#1841)

5b4b49a7bc8d1010562f121c4840e151399bc4da authored over 3 years ago by James Yeung <[email protected]>
feat(module: radio): support enum type for `RadioGroup` (#1840)

83007bae220434b09ed191807a2196822c91f0a4 authored over 3 years ago by James Yeung <[email protected]>
feat(module: radio): add options for radio group (#1839)

6f9a36aeb3831872834e1b23927b8aa406f33575 authored over 3 years ago by James Yeung <[email protected]>
chore: remove redundant semi-colons (#1812)

Co-authored-by: James Yeung <[email protected]>

b067385d790afcf39f161a0a2333983a37b029c0 authored over 3 years ago by Simon Cropp <[email protected]>
fix(module: table): fix initial load and render (#1835)

* fix(module: table): fix initial load and render

* delete the useless method

dc3ae6d1dc2bddb7d17d92e9f5f43cca3bd19b67 authored over 3 years ago by James Yeung <[email protected]>
Merge master 0.9.1 (#1837)

* refactor(module: table): use EnumSelect for table filter (#1777)

Co-authored-by: James Yeun...

918735fecf9c155cb74d4f4cdf9e7e55170a6a01 authored over 3 years ago by James Yeung <[email protected]>
merge 0.9.1 to feature

71c53e1c9f3028ce02b02d2080cd2e642003046e authored over 3 years ago by ElderJames <[email protected]>
changelog 0.9.1 (#1831)

146efbb136ef8c2d82fa9940ad4d929bd4fede6f authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): missing `showTime` of built-in datetime filter (#1827)

Co-authored-by: James Yeung <[email protected]>

95fe33e681cf1993f73e26529ea3e023aee5d370 authored over 3 years ago by anranruye <[email protected]>
fix(module: input-number): `OnChange` cannot be triggered during keyboard input (#1830)

da077558f9fdcc8bcfd604213a01c295a271e9af authored over 3 years ago by James Yeung <[email protected]>
fix(module: date-picker): remain millisecond value when change the picker value (#1829)

7d34189ab97b75b019d6f6fff247c57af1454e97 authored over 3 years ago by anranruye <[email protected]>
fix(module: auto-complete): turn off the input `autocomplete` attribute (#1825)

bc6395d0aa57e9cc31415a880ecfc81178eb8297 authored over 3 years ago by James Yeung <[email protected]>
fix(module: table): use "or" filter condition for List type built-in filter (#1804)

Co-authored-by: James Yeung <[email protected]>

6fe013eb32bac623a32ea2e6a240682892e527d6 authored over 3 years ago by anranruye <[email protected]>
fix(module: upload): basic functionality restored (#1824)

dc7bd3d8212c3db49ed82b817dd6ce3478fee692 authored over 3 years ago by Andrzej Bakun <[email protected]>
fix(module: table): missing sorter model on first change (#1823)

bd1250b8fe1eadb475d4fba26aa883412421522d authored over 3 years ago by James Yeung <[email protected]>
doc: fix api markdown for autocomplete (#1808)

* Update index.en-US.md

* Update index.zh-CN.md

Co-authored-by: James Yeung <shunjiey@hotm...

b4f610a36e7d792c9eaf40c62d69a54b711a5961 authored over 3 years ago by heroboy <[email protected]>
fix(module: date-picker): fix ShowToday when ShowTime is true (#1819)

Co-authored-by: Łukasz Błażewicz <[email protected]>

6bcf7747181074b3a4bcd132eca464ce4c8ce3ae authored over 3 years ago by lukblazewicz <[email protected]>
fix(module: layout): fix OnBreakpoint and OnCollapse only when they was changed (#1815)

900be7da887cd1fc489205316845869d749bd461 authored over 3 years ago by James Yeung <[email protected]>
feat(module: form): add properties Help, ValidateStatus and HasFeedback (#1807)

* Add properties Help, ValidateStatus and HasFeedback to FormItem

* refactor validation messa...

f09d57f1650b38a030935dedc29ac61de5f9a9a4 authored over 3 years ago by YongQuanRao <[email protected]>
feat(model: table): support responsive (#1802)

54ef39f82b79ad1184791ae302e75ab055cfffdb authored over 3 years ago by James Yeung <[email protected]>
fix(module: calendar): fix header select width (#1801)

Co-authored-by: James Yeung <[email protected]>

26848ce9b41a5ab193f7113e2e4ae0b7f924f9bd authored over 3 years ago by anranruye <[email protected]>
fix(module: date-picker): update resource files (#1800)

Co-authored-by: James Yeung <[email protected]>

7e7d679dbbcbf777d1d0826c017d4be58935c89c authored over 3 years ago by anranruye <[email protected]>
fix(module: overlay): use right positioning for bottom-right placement (#1799)

50f9ee42954b3d0bb20a936bad0a01309d344183 authored over 3 years ago by anranruye <[email protected]>
fix(module: overlay): fix overlay position when container element has border (#1797)

bb6d32e9406f9ed7107315ea25f71f11c1d41d60 authored over 3 years ago by anranruye <[email protected]>
fix(module: RangePicker): ShowTime issues addressed (#1788)

* fix(module:rangePicker): year & month skip

* fix(module:rangePicker): extra space removed o...

6a6a12175f8199346a98a4fc3f92ae328babb2b6 authored over 3 years ago by Andrzej Bakun <[email protected]>
feat(module: tree): bring SearchExpression back (#1796)

1c0a34ff0f37fd8b67f58aba705e7aa884e8c58d authored over 3 years ago by James Yeung <[email protected]>
refactor(module: tree): rename Checked/Dechecked methods to Check/Uncheck (#1792)

76ae40f727e1c69e222355c5ea77ab850316a10a authored over 3 years ago by lukblazewicz <[email protected]>
fix(module: table): fix cascading table in column (#1732)

* fix(module: table): fix cascading tables

* Update Column.razor

* Update Column,razor

...

f47d986f2a7947f4e91948cabc3798b4015f6727 authored over 3 years ago by anranruye <[email protected]>
fix(module: modal): error when confirm TaskCompletionSource SetResult repeat (#1795)

Co-authored-by: James Yeung <[email protected]>

0703169f4a02dcfe56d78dbcc06dcab2425e92b9 authored over 3 years ago by zxyao <[email protected]>
fix(module: tree): one more fix to parent checkbox state calculation (#1781) (#1794)

c9350d55fd8e762ec9435b9d0b14f1e89b7bfb97 authored over 3 years ago by lukblazewicz <[email protected]>
refactor(interop): reorganization into classes and typescript tests (#1791)

* fix(module:interop): reorganization into classes

* comments clean-up

* Add typescript te...

29e3ce3583f7e910f20646b62ae1e764c5292cc4 authored over 3 years ago by Andrzej Bakun <[email protected]>
fix(module: select): MaxTagCount behaves properly for non-responsive scenarios (#1776)

* fix(module:select) MaxTagCount behaves property for non-responsive scenarios

docs: added XM...

1ac305a41e5787ea25a7fd96629e1d37166203e1 authored over 3 years ago by Andrzej Bakun <[email protected]>
fix(module: select): fix null value (#1786)

Co-authored-by: James Yeung <[email protected]>

077a297e62bf93105b4f6f66a21d6e2c6bd02250 authored over 3 years ago by anranruye <[email protected]>
fix(module: select): remove ValueName null check for non-datasource approach (#1785)

90580e0a7683536d8222cbed6734d5c22d5597ac authored over 3 years ago by anranruye <[email protected]>
chore: sync ant-design v4.16.9 (#1782)

077f857cc0379745c62ea0fb66ed3cff29ebaaeb authored over 3 years ago by James Yeung <[email protected]>
fix(module: tree): fix parent checkbox state calculation (#1781)

f207a6d192e944f439b0761476553924fa7a7137 authored over 3 years ago by lukblazewicz <[email protected]>
refactor(module: table): use EnumSelect for table filter (#1777)

Co-authored-by: James Yeung <[email protected]>

b5afba7e56e441f61843422b0c576136c0ff5199 authored over 3 years ago by anranruye <[email protected]>
Add Change logs for 0.9.0 (#1778)

1f95a35b8989eeedf232649c2d556a979371c4fe authored over 3 years ago by James Yeung <[email protected]>
Merge feature into master (#1775)

* refactor: replace PropertyAccessHelper to PathHelper (#1386)

* feat(module: core): add memb...

64f8061a0bc6b4dfc88f08349b72cf125bbee127 authored over 3 years ago by James Yeung <[email protected]>
feat(module: table): add guid built-in filter (#1756)

Co-authored-by: James Yeung <[email protected]>

4c674d7b3ae6918e8c4e38b53d5b2068d68fc068 authored over 3 years ago by anranruye <[email protected]>
feat(module: button): add colors (#1774)

* add color property for button

* separate the color

* fix tests

* fix typo

Co-autho...

fcd594fbe5b0dc7121eb5027bef6981f8f4e4e6c authored over 3 years ago by boukenka <[email protected]>
feat(module: select): add EnumSelect for select componet with enum (#1759)

* feat(module: select): add EnumSelect for select componet with enum

* refactor: extract Enum...

5b3e89a07a3557f2e06d890dba8903c45192ef5c authored over 3 years ago by 王俊 <[email protected]>
fix(drawer): unexpected behavior of Drawer(#1749) (#1771)

* fix: unexpected behavior of Drawer(#1749)

1. The scroll bar of the body is enabled after cl...

9739cd4161aba68dd66731d93e434d3cb08f8bf4 authored over 3 years ago by zxyao <[email protected]>
feat(module: upload): support drag (#1765)

* feat(module: upload): support drag

* fix button text

* add tests

* delete useless field

11bfaef22eb79a5ebce7b863058eaa0705014995 authored over 3 years ago by James Yeung <[email protected]>
fix(module: select): duplicated tags (#1766)

361054ee15844acb1b5ae384f0fec140ef6b3d7f authored over 3 years ago by Andrzej Bakun <[email protected]>
docs: fix encoding error (#1760)

* fixed. Fix network error when requesting contributor list in local development environment

...

1ff7067f2b2cff6b87e8b26864e63b75ff7f599e authored over 3 years ago by gmij <[email protected]>
refactor(module: table): remove the breaking change for pagination mode (#1754)

a344daf6f699853b82b61f55dbecb6d85b0a2d66 authored over 3 years ago by anranruye <[email protected]>
docs: update recommend (#1755)

* docs: update recommend

* fix test

095fd1bae232aa665ec9a3f249a25161c7dfd638 authored over 3 years ago by James Yeung <[email protected]>
fix(module: select): can not set initial value for non-datasource approach (#1743)

* fix(module: select): can not set initial value for non-datasource approach

* Update Select....

9ca2200ce9077f035de70664a8b567a24cb5c4a3 authored over 3 years ago by anranruye <[email protected]>
fix(module: table): edit row demo can't recovery the editing on cancel (#1745)

f80e40d1bfab5437f8b021a6ab40973217a6aeb6 authored over 3 years ago by James Yeung <[email protected]>