Commit Graph

1406 Commits

Author SHA1 Message Date
zxyao
4818d8b27b
feat(module: modal): support Maximizable (#2573)
* add maximizable button for Modal

* fix: patch.less

* export MaximizeBtnIcon and RestoreBtnIcon paramter

* refactor: fixed footer
2022-07-23 14:58:04 +08:00
WhyILoveSpringRoll
5d22ffb190
feat(module: DatePicker): support perset time ranges (#2487)
* fix-rangepick-ranges

add-rangepicker-doc

add-rangePicker-defaultRange

* fix footer

* fix indent

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-07-21 14:36:24 +08:00
noctis0430
a0fbf6b38d
fix(module: cascader): display text does not refresh (#2575) 2022-07-18 13:23:39 +08:00
petertorocsik
d03fe7a3a1
fix(module: InputNumber): fix value display when step value notation is scientific (#2547)
* InputNumber value display correction with test when step value notation is scientific

* fix NumberFormatInfo of ToString()

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-07-14 12:56:42 +08:00
NOT_CHARSET
0f14c992ef
docs: add a draggable list item demo (#2563)
Co-authored-by: 吴坚 CHARSET <lemongrasstea@hotmail.com>
2022-07-14 12:19:53 +08:00
lukblazewicz
506f8ca953
feat(module: tooltip): enable setting TabIndex via parameter (#2567)
Co-authored-by: Łukasz Błażewicz <lukasz.blazewicz@homebook.pl>
2022-07-14 12:11:27 +08:00
zxyao
bf62fac006
feat(module: drawer): add OnOpen Event (#2533) (#2553)
* feat(module: drawer): add OnOpen Event (#2533)

* chore: add comment

* chore: docs update

* change drawer onopen event
2022-07-12 10:24:00 +08:00
Alex Kryvdyk
c00dd6f23d
fix(module: datepicker): value not updated when changed programmatically (#2551)
* fix(module: datepicker): value not updated when changed programmatically

* fix(module: rangepicker): value not updated when set programmatically

* fix:(module: datepicker): placeholder attribute not applied to input

* fix:(module: rangepicker): end date placeholder is not cleared
2022-07-10 10:46:51 +08:00
zxyao
a93586367d
fix(module: modal): unreset enter animation className (#2561) 2022-07-10 01:50:11 +08:00
jesorian
08e8956097
docs: Updated the git clone link (#2548)
This is the correct git clone link from the issue #2546
2022-06-30 13:00:03 +08:00
Alex Kryvdyk
26ff941cc6
fix(module: DatePicker): Ok button does not confirm selected time value (#2531)
* fix(module: datepicker): Ok button does not confirm selected time value

* fix(module: datepicker): value stays in the input after clear clicked

* fix(module: datepicker): suffix icon click does not open input panel

* fix(module: datepicker): manual input reverted on blur

* fix(module: datepicker): wrong behavior when Open is set to true
2022-06-29 20:56:27 +08:00
James Yeung
f33350c2ba
chore: fix Dependabot alert (#2543) 2022-06-28 19:15:51 +08:00
James Yeung
fd58eedf62
fix(module: layout): add two-way binding for Collapsed parameter (#2536) 2022-06-25 21:39:40 +08:00
James Yeung
e892f343de
feat(module: segmented): add new component segmented (#2503)
* add basic segmented

* add more demos

* add animation

* change value first

* fix duplicate selected

* fix doc
2022-06-25 20:56:51 +08:00
James Yeung
3df40f2251
feat(module: input-number): add PlaceHolder parameter (#2528) 2022-06-19 14:00:27 +08:00
Qingxiao Ren
0e256b933e
fix(module: icon): fix twotone icon infinite re-render (#2530) 2022-06-19 13:59:51 +08:00
James Yeung
5726958226
docs: fix icon demo exception when prerendering (#2527) 2022-06-19 10:28:37 +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
noctis0430
a590d9359d
docs: update docs for radio (#2522) 2022-06-16 13:27:55 +08:00
James Yeung
3d1cfc189a
Changelog 0.11.0 (#2521)
* add changelog 0.11.0

* fix zh-cn

* fix en-US

* fix changelog and docs

* add release date
2022-06-16 00:31:53 +08:00
Alex Kryvdyk
8585bba9db
feat(module: datepicker): Scroll to selected time in DatePicker/TimePicker (#2512)
* feat(module: datetimepicker): scroll to selected time

* refactor(module: datepicker): move scroll to code behind

* fix(module: datetimepicker): no scroll to selected time on manual input

* fix(module: datetimepicker): 12-hour time is not parsed on manual input

* fix(module: datetimepicker): entered time ignored on manual input

* feat(module: datepicker): add animation to time picker

* Revert "fix(module: datetimepicker): entered time ignored on manual input"

This reverts commit 9211cf8e628173e59fbd3b110bb5fe84a2c77efa.

* refactor(module: datepicker): cleanup redundant code

* refactor(module: datepicker): reduce size of animation function

* fix(module: datepicker):duplicate calls to StateHasChanged on date hover
2022-06-15 23:50:53 +08:00
Qingxiao Ren
8af05caba0
chore: fix build error (#2514) 2022-06-15 23:46:27 +08:00
James Yeung
1baaa5be3d
refactor(module: TreeSelect): Expression and selection (#2507)
* refactor(module: tree-select): expression and LabelTemplate

* delete simple tree select
2022-06-11 02:31:35 +08:00
Alex Kryvdyk
acb6c892b5
feat(module: timepicker): add 12-hour time support (#2501)
* feat(module: datepicker): add 12-hour time support

* fix(module: datepicker): revert 24-hour time format

* fix(module: datepicker): AM/PM not localized in the date input component

* fix(module: datepicker): AM/PM in the selection panel are not localized

* Update components/date-picker/internal/DatePickerDatetimePanel.razor

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

* fix(module: datepicker). AM/PM switches toggling incorrectly

* fix(module: datepicker): 24-hour format in DatePicker when Use12Hours

* fix(module: datepicker): time format in docs

* refactor(module: datepicker): code cleanup

* feat(module: datepicker): add 12-hour format to en-US locale
2022-06-10 19:43:33 +08:00
James Yeung
98636c6c48
fix(module: tree): incorrect checking during initialization (#2506)
* fix(module: tree): Fixed an issue with incorrect checking during initialization

* fix search and selection
2022-06-08 14:48:44 +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
fe8a82ea3d
docs: fix assets links (#2495) 2022-06-02 17:35:50 +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
James Yeung
aca3bb4d2a docs: fix exception cause by hash url (#2453) 2022-05-29 19:34:52 +08:00
James Yeung
212bdef3ef feat(module: table): support setting table scrollbar width using ScrollBarWidth parameter (#2451) 2022-05-29 19:34:52 +08:00
James Yeung
03b3dabcf5 feat(module: upload): support build-in inputfilie (#2443) 2022-05-29 19:34:51 +08:00
James Yeung
569c312b35 docs: add experimental category (#2420)
* docs: add experimental category

* add en-use doc
2022-05-29 19:34:49 +08:00
James Yeung
1396932d50 refactor(module: table): make Responsive default to false (with a breaking change) (#2419)
* feat(module: table): make `Responsive` default to false (a breaking change)

* fix demo
2022-05-29 19:34:49 +08:00
Brian Weiss
d280c389be feat(module: form): Add Feedback Icon when Invalid (#2418)
* feat(module:form) Add Feedback Icon when Invalid

Allow the field level icon to be shown when the FormItem is invalid.

* feat(module:form) Add Feedback Icon when Invalid

Allow the field level icon to be shown when the FormItem is invalid.
2022-05-29 19:34:48 +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
679474ad30 fix(module: table): duplicated cell render cause by branch merge (#2326) 2022-05-29 19:34:47 +08:00
AnaNikolasevic
21a076dff5 feat(module: table): enable to reload with an outside query model (#2129)
* feat/ApplyPredefinedQueryModel: add opportunity to serialize/deserialize QueryModel and apply to Table with ITable.ReloadData(QueryModel queryModel) method; fix current selected value in 'PageSize / page' selection (value was not updated in case using ReloadData(PageIndex, PageSize) method)

* feat/applyPredefinedQueryModel: implement System.Text.Json instead Newtonsoft.Json for serializing/deserializing QueryModel

* feat/applyPredefinedQueryModel: add minor change

* feat/applyPredefinedQueryModel: add method for converting from JsonElement to object type

* feat/applyPredefinedQueryModel: add demo file for save and load table configuration

* feature/applyPredefinedQueryModel: add minor change

* feat/applyPredefinedQueryModel: prevent applying before not saved configuration

* fix sorter restore

* reest data before reload data

* fix test

Co-authored-by: Ana Nikolasevic <23nikolasevic@gmail.com>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2022-05-29 19:34:46 +08:00
ElderJames
ab939b927f merge 0.10.4 to feature 2022-05-28 13:41:01 +08:00
Brian Weiss
264bfedbeb feat(module: checkbox): add ADA support (#2296)
* feat(module:checkbox) Adds For/Id attrs

Moves the Id attr from the label to the input and
adds the For attr to the label for ADA.

* feat(module:checkbox) Remove blank line

Remove blank line from Button

* Updates CheckboxGroup unit tests.

* Updates case of for attr.
2022-05-28 13:41:01 +08:00
Brian Weiss
b064957c7f feat(module: icon): add alt parameter (#2302)
Added Alt Parameter to set the alt attribute that pairs with role="img"
2022-05-28 13:41:01 +08:00
Tomasz
4d4d914fe0 feat(module: select): add search debounce parameter (#2275)
* select: Add debounce on search input event

* en-us doc updated

* select: Add debounce on search input event

* add missed doc

* add SearchDebounceMilliseconds for demo

Co-authored-by: Tomasz <tomasz.pruzynski@homebook.pl>
Co-authored-by: ElderJames <shunjiey@hotmail.com>
2022-05-28 13:41:01 +08:00
Brian Weiss
14e5d36b3a feat(module: button): add AriaLabel Parameter (#2278)
* feat(module:button) Adds AriaLabel Parameter

Adds in a Parameter for AriaLabel that's used as the value for the aria-label attribute on the button.

* feat(module:button) Adds AriaLabel Parameter

Updates zh-CN documentation and removes blank line.
2022-05-28 13:41:01 +08:00
Hao Sun
c9d287e5fd feat(module: table): use small size Pagination for compacted table, add PaginationSize enum type (#2246)
* feat(module:table&pagination): use small size Pagination for compacted table, add PaginationSize enum type

* change TableSize to primitive enum type
2022-05-28 13:41:01 +08:00
Hao Sun
78b10019e4 feat(module: table): add table virtualization (#2143)
* feat(module:table): virtualizing

* turn off virtualizing by default

* add document and demo

* NET_6_0 => NET6_0

* update table selection

* update Table.razor.cs

* update table files

* Update table files

* update table files

* update table files

* update table files

* update table files

* update table files

* update table files

* update Virtualizing.razor

* Update AntDesign.csproj

* Update TableRow.razor

* update files

* Update AntDesign.csproj

* update table files

* update Virtualizing.razor

* add DefaultExpandMaxLevel

* rename Virtualizing to EnableVirtualization

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-05-28 13:41:01 +08:00
Hao Sun
ce1261e24f feat(module: table): improve pagination template (#2220) 2022-05-28 13:41:01 +08:00
Dennis Rahmen
34be016ae2 docs(faq): CSS isolation explanation (#2158)
Add explanation on how to use CSS isolation with AntDesign Blazor components.

#1822 #732
2022-05-28 13:41:01 +08:00
WhyILoveSpringRoll
240f04f79f
fix(module: datepicker): unable to click date button to select the week selection (#2463)
日期选择时Click触发范围
周选择时无法点击日期选择的问题
2022-05-28 13:07:54 +08:00
James Yeung
538616ef9d
add 0.10.7 change log (#2469)
* add 0.11.7 change log

* add missing change

* fix a tag
2022-05-22 23:22:38 +08:00
James Yeung
5af937483a
fix(module: table): too length content in responsive mode will brace up the table (#2470) 2022-05-22 23:08:21 +08:00