2417 Commits

Author SHA1 Message Date
capdiem
2dae2759fe 🐛 (PopupService): should not remove the enqueuedsnackbars when invoking clear (#2212) 2024-11-06 11:39:14 +08:00
capdiem
095105db3d 🐛 (Descriptions): ignore breakpoints when setting Column (#2214) 2024-11-06 11:38:59 +08:00
capdiem
5b3c8de7e5 🐛 (Slider): incorrect transform style settings (#2215) 2024-11-06 11:38:44 +08:00
capdiem
06bc95e25d 🐛 fix(Form): @key must be unique (#2210) 2024-11-01 11:44:10 +08:00
capdiem
6beda8800f 🐛 fix(Form): validation fails after Model changed (#2209) 2024-11-01 11:32:27 +08:00
capdiem
06328bc378 🐛 (Theme): UserDefined doesn't work (#2207) 2024-11-01 10:24:39 +08:00
capdiem
0941bb579e 🆕 feat(DataTable): add support for displaying index column by ShowSerialNumber (#2200) 2024-10-23 15:58:32 +08:00
capdiem
476ed25399 🐛 fix(Tabs): the placeholder of prev and next buttons always show on mobile (#2202) 2024-10-23 15:57:59 +08:00
capdiem
88dcb281b1 fix: compatibility with .NET 9 (#2201)
* wip

* Revert "🔧 chore: disable webcil for running dynamic demo (#2179)"

This reverts commit 23d3247c39.

* Revert "解决组件下try编译失败 (#2178)"

This reverts commit 0b1decac2c.

* update
2024-10-23 11:17:05 +08:00
capdiem
482215c00e Update wasm-prd.yml (#2199) 2024-10-22 16:13:15 +08:00
capdiem
b7409f4dab Update wasm-prd.yml (#2198) 2024-10-22 15:55:28 +08:00
capdiem
d0e5773e50 feat(Sticky): make elements stick of the viewport when scrolling (#2190)
* wip

* js方案

* update

* docs

* update

* update

* rebuild css
2024-10-22 14:16:27 +08:00
capdiem
b81c58b508 ♻ refactor(Pagination): change shadow style to use elevation atomic css (#2191) 2024-10-22 14:05:24 +08:00
capdiem
4c6e5af150 🆕 feat(Menu): add ScrollStrategy parameter with default value 'reposition' (#2194)
* 🆕 feat(Menu): add ScrollStrategy parameter with default value 'reposition'

* update
2024-10-22 14:04:49 +08:00
capdiem
a0f2f11323 feat(DigitalClock): add HideDisallowedTimes and support auto scroll to the adjacent time on first render (#2195)
* 🆕 (DigitalClock): add HideDisallowedTimes parameter and auto scroll to the adjacent time on first render

* update
2024-10-22 14:04:22 +08:00
capdiem
bf12034983 🐛 fix(Treeview): select state may be incorrect (#2197) 1.7.6 2024-10-22 11:39:59 +08:00
capdiem
1478f0a126 🐛 (Treeview): initial value does not work (#2196) 2024-10-22 09:44:43 +08:00
capdiem
e3a3667216 🐛 fix: change modifierBuilder from static to instance variable (#2189) 1.7.5 2024-10-16 14:31:46 +08:00
capdiem
d0ca519150 🐛 fix(Sortable): ignore element may not be rendered during initialization (#2188) 2024-10-14 14:29:22 +08:00
capdiem
48b9276307 Update bug_report.yml (#2187) 2024-10-12 10:20:14 +08:00
capdiem
0f04a76df9 ⚰ refactor: clear the debug code (#2185) 2024-10-12 10:16:04 +08:00
capdiem
c470f04da5 Update bug_report.yml (#2186)
Require the hosting model
2024-10-12 10:15:47 +08:00
capdiem
23d3247c39 🔧 chore: disable webcil for running dynamic demo (#2179)
* 🔧 chore: disable webcil for running dynamic demo

* update

* update
2024-09-30 13:51:25 +08:00
token
0b1decac2c 解决组件下try编译失败 (#2178)
* 解决组件下try编译失败

* Update Masa.Blazor.Extensions.Languages.Razor to v0.0.3

---------

Co-authored-by: capdiem <capdiem@live.com>
2024-09-30 11:51:03 +08:00
capdiem
75560e8d36 🐛 fix(ButtonGroup): missing click effect on button group in mobile (#2167) 1.7.4 2024-09-26 09:46:19 +08:00
capdiem
fc82fc5250 🐛 fix(Treeview): callbacks for Active, Opne and Value updates triggered twice (#2168) 2024-09-26 09:46:03 +08:00
capdiem
b6a1134f60 📝 docs(Watermark): load font resource file (#2163) 2024-09-19 17:44:33 +08:00
capdiem
f5016aacc9 🐛 fix(Watermark): Chinese characters cannot be displayed (#2157)
* 🐛 fix(Watermark): Chinese characters cannot be displayed

* update docs
1.7.3
2024-09-19 15:26:59 +08:00
capdiem
978bf3dacc 🆕 feat(Sortable): add a parameter for container element of type ElementReference (#2158) 2024-09-19 15:26:42 +08:00
capdiem
db425016be 🚸 feat(TextField): ignore the JSException when invokeing FocusAsync (#2159) 2024-09-19 15:26:24 +08:00
capdiem
1904381db8 🐛 fix(LocalStorage): Failed to store the serialized string that contains double quotes (#2160) 2024-09-19 15:26:10 +08:00
capdiem
b4a63398d4 🐛 fix(AppBar): monitor parameters (such as Value) for changes to adjust the layout (#2161) 2024-09-19 15:25:57 +08:00
capdiem
ad02fcc126 🐛 fix(transition): Multiple constructors accepting all given argument types have been found in type (#2162)
* 🐛 fix(transition): Multiple constructors accepting all given argument types have been found in type

* another solution
2024-09-19 15:25:40 +08:00
capdiem
51a926bd61 🆕 feat(Sortable): add Ignore parameters (#2153) 2024-09-14 17:35:21 +08:00
capdiem
92be124e16 🐛 fix(Sortable): the handle parameter shoulbe override with value null (#2152) 2024-09-14 17:25:52 +08:00
capdiem
5286a6dd5f 🐛 fix(Dialog): unexpected outline style when focusing (#2147)
* 🐛 fix(Dialog): unexpected outline style when focusing

* rebuild css
2024-09-14 15:24:23 +08:00
capdiem
cd86563ff0 🚸 feat(DataTable): update disabled icon color and add disable classname to tr if not selectable (#2150) 2024-09-14 15:18:14 +08:00
capdiem
e7de6f47ee 📝 docs(Drawflow): update docs (#2151) 2024-09-14 15:17:42 +08:00
capdiem
531ef9f04b 🐛 fix(AppBarNavIcon): compatibility with IconName (#2146) 2024-09-11 10:19:28 +08:00
capdiem
00538c34a7 🐛 fix(CarsouelItem): OnClick doesn't work (#2143) 2024-09-11 10:15:58 +08:00
capdiem
bdec9ca971 🐛 fix(Sortable): add the defualt value to Filter and Handle parameters (#2144) 2024-09-11 10:15:41 +08:00
capdiem
e97a4171cf 🐛 (Button): exception thrown in click event wasn't being caught by the error handler (#2139) 1.7.2 2024-09-09 10:02:41 +08:00
capdiem
3397e414f1 💄 (EnqueuedSnackbar): add word-break style to title element (#2140) 2024-09-09 10:02:22 +08:00
capdiem
d93b6baf86 📝 : unexpected the 'masa-blazor-custom-element' attribute (#2141) 2024-09-09 10:02:07 +08:00
capdiem
5ee3633624 🐛 (ExpansionPanels): unexpected IsActive paramter; ActiveClass is not working (#2142) 2024-09-09 10:01:54 +08:00
capdiem
6304daf05d 📝 docs(Example): using local image files (#2137) 2024-09-06 17:07:31 +08:00
capdiem
de6949a5f6 🐛 fix: the outsideclick event needs to actively unregistered when component destoryed (#2136) 2024-09-06 16:37:01 +08:00
capdiem
d50294dd4e 💄 style(Switch/Checkbox): UI style is different from that in v1.6.x and earlier (#2134) 2024-09-06 15:11:07 +08:00
capdiem
64e17d044d refactor(PageStack): no need to register the outside click event (#2135) 2024-09-06 15:10:52 +08:00
capdiem
8f4b61b7ef 🐛 fix(Input): reset input and focus status when reset validation (#2133)
* 🐛 fix(Input): reset input and focus status when reset validation

* remove unused code
2024-09-06 11:40:25 +08:00