James Yeung
07c347b4b9
chore: update gh-action for doc-fix ( #4009 )
...
* update gh-action for doc-fix
* get tag
* fetch-tags:
* update actions/checkout@v4
* git fetch
* update tag fetch
2024-07-23 12:38:04 +08:00
James Yeung
0826e593db
fix(module: input): can't apply Class to input element ( #4005 )
...
* fix(module: input): can't apply Class to input element
* add tests
* fix test
* fix test
2024-07-23 12:36:29 +08:00
James Yeung
85a5f04675
docs: fix table doc ( #4008 )
2024-07-23 00:33:17 +08:00
James Yeung
cadd4036b2
Changelog 0.19.6 ( #4004 )
...
* docs: revert tab demo
* update
* Change log 0.19.6
2024-07-22 00:43:45 +08:00
James Yeung
785214f8e6
fix(module: table): selection with radio mode can't work with tree data ( #4002 )
...
* fix(module: table): selection with radio mode can't work with tree data
* CheckStrictly always true when selection type is radio
2024-07-21 23:13:10 +08:00
James Yeung
d82e355bc8
feat: add style generator ( #4001 )
2024-07-21 22:44:00 +08:00
moumousoup
fd33b1b3d5
feat(module: table): add group title template ( #3962 )
...
* add group title template
* use generic rowdata
* "Add documentation and demos"
* updae demo
---------
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-21 01:19:16 +08:00
James Yeung
3888e49b07
fix(module: date-picker): OnChange won't be invoke after applying the presetted range ( #3999 )
...
* fix(module: date-picker): OnChange won't be invoke after click the reset range
* update datepicker btw
2024-07-21 01:15:54 +08:00
James Yeung
edffddfb8f
fix(module: table): dead loop render for tree data ( #3998 )
2024-07-20 18:27:40 +08:00
James Yeung
3eb1531d7b
fix: javascript building ( #3995 )
2024-07-19 16:08:11 +08:00
James Yeung
76ce6050c8
chore: Add ci & publish the package ( #3993 )
...
* Add ci & publish the package
* fix project name
2024-07-18 21:59:50 +08:00
James Yeung
3d8c19a4ed
Merge pull request #3574 from yoli799480165/v5
...
chore: migrate v5 style
2024-07-18 20:56:06 +08:00
zhaowenkai
c674d4f263
add token tests
2024-07-18 18:15:07 +08:00
zhaowenkai
9446064dfd
gen theme tokens
2024-07-18 18:00:09 +08:00
zhaowenkai
09d1c8c744
update Form Input TextArea
2024-07-18 15:31:25 +08:00
Yoli
bb8af789d4
Merge branch 'compatibility-v5' into v5
2024-07-18 14:20:54 +08:00
zhaowenkai
29cba342d6
update component hashId and dom
2024-07-18 14:16:52 +08:00
zhaowenkai
9300f6a514
migrate cascader confirm dom to support v5 style
2024-07-18 10:28:16 +08:00
zhaowenkai
35be8ed370
add hashId to Message & Notification
2024-07-17 19:05:35 +08:00
zhaowenkai
64f4096a4d
fix Dropdown hashid error
2024-07-17 17:42:55 +08:00
zhaowenkai
b07c3d1e10
add hashId to layout
2024-07-17 16:44:17 +08:00
zhaowenkai
783e862599
migrate ModalConfirm component
2024-07-17 15:08:09 +08:00
zhaowenkai
1d37b660a7
add hashId to Modal component
2024-07-17 14:30:26 +08:00
zhaowenkai
4adcc01e19
migrate Flex style
2024-07-17 11:25:24 +08:00
James Yeung
a815b5b7cd
remove legacy style
2024-07-16 22:39:08 +08:00
pankey888
c8b84d1bd3
fix(module: tree): The parent & other siblings will be checked if only the first child is in CheckedKeys/DefaultCheckedKeys. ( #3985 )
2024-07-16 20:02:50 +08:00
zhaowenkai
bccd98a062
add hashId to component ClassMapper
2024-07-16 17:29:57 +08:00
zhaowenkai
68017c0a46
* add ImageStyle, InputNumberStyle
...
* update NotificationStyle
* add unit tests
2024-07-16 16:18:47 +08:00
James Yeung
f6c0988ae9
fix(module: modal): broken on close which DestroyOnClose is true ( #3982 )
2024-07-16 06:00:40 +08:00
James Yeung
245eb1035d
Changelog 0.19.5 ( #3979 )
...
* changelog 0.19.5
* update
* update
* fix test
* fix test
* fix test
2024-07-15 19:22:16 +08:00
zhaowenkai
bf0c8ba38e
Fix styles that unit tests can't pass
2024-07-15 18:12:54 +08:00
James Yeung
2286639039
fix(module: tabs): update the style of ink after tab title is changed ( #3978 )
...
* fix(module: tabs): update the style of ink after tab title is changed
* fix test
* fix test
* fix test
* fix test
* fix tests
2024-07-15 08:29:01 +08:00
James Yeung
2695c105a1
fix(module: menu): matched item would be unselected on first load ( #3976 )
2024-07-14 12:12:18 +08:00
James Yeung
8985e45ed7
fix(module: textarea): add missing borderless style ( #3975 )
2024-07-13 21:41:52 +08:00
James Yeung
f1228ad9fb
fix(module: modal): throwing exception when service-opened confirm was closed. ( #3973 )
2024-07-13 21:09:51 +08:00
James Yeung
3042a8393c
fix(module: auto-complete): open dropdown on click when options is not empty by default ( #3971 )
2024-07-12 20:47:30 +08:00
zhaowenkai
0a722edf3e
add missing uint tests for some components
2024-07-12 18:12:00 +08:00
zhaowenkai
ae977aec11
gen component style unit tests
2024-07-12 17:02:13 +08:00
James Yeung
8f00d47fe5
docs: achieve a querying & editing demo for table ( #3970 )
...
* docs: add crud demo
* update demo
2024-07-11 22:31:40 +08:00
zhaowenkai
a2e06dde30
gen style tests
2024-07-11 16:50:44 +08:00
agolub-s
22a71d319e
fix(module: form): fix null reference exception ( #3967 )
...
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2024-07-11 13:48:25 +08:00
zhaowenkai
65436cc88a
fix style rendering error
2024-07-10 14:06:31 +08:00
zhaowenkai
5ef2573e00
upgrade cssincsharp package
2024-07-10 10:37:54 +08:00
zhaowenkai
53f08892eb
update PresetColor
2024-07-10 09:13:57 +08:00
zhaowenkai
61570af09c
fix Tooltip style error
2024-07-09 19:12:19 +08:00
zhaowenkai
951423b6da
fix errors
2024-07-09 09:55:12 +08:00
zhaowenkai
049f8e3043
update PlacementArrow
2024-07-08 19:22:09 +08:00
zhaowenkai
181a12b7e2
The components supports style rendering.
2024-07-08 17:24:12 +08:00
zhaowenkai
162dc36f51
Style Outlet contains HeadOutlet, and due to the limitations of blazor itself, only one head::after can be allowed.
2024-07-08 15:52:36 +08:00
zhaowenkai
ccf3f19970
migrate select, table, upload components style.
2024-07-08 15:21:32 +08:00