Commit Graph

99 Commits

Author SHA1 Message Date
d58f7d283f feat: split String and TextFieldValue in TextField and add pointer state for desktop 2023-11-19 05:32:21 +08:00
583af4601e feat: make PasswordTextField VisualTransformation customizable 2023-11-19 04:25:52 +08:00
7c0f74a0d1 feat: add PasswordTextField, BackspaceTextField 2023-11-19 04:13:08 +08:00
a70538fd96 feat: add Backspace icon 2023-11-19 04:11:47 +08:00
99c9264faf style: rename field in TextField 2023-11-19 04:03:58 +08:00
3338158873 feat: add icons 2023-11-19 03:29:15 +08:00
5b5cfd7629 refactor: use measure and determine the needInflatable to handler the child width 2023-11-19 02:29:03 +08:00
15e3161d3f refactor: move decoration style to InnerDecorationBox in TextField 2023-11-19 01:30:42 +08:00
98344617bb feat: add focus requester and DecorationBoxStyle in TextField 2023-11-19 01:21:25 +08:00
2e19865134 refactor: use local icon tint in icon button content color at first 2023-11-19 00:39:49 +08:00
f7a92d8f4d feat: add inactive and active end icon tint in DropdownList 2023-11-19 00:18:08 +08:00
d0c468692f feat: add single icon button colors and style and some tweaks 2023-11-19 00:17:09 +08:00
07b7f53dfd feat: add LocalIconTint in Icon 2023-11-19 00:17:05 +08:00
fcaaf7a885 refactor: merge padding to buttonPadding function in TextField 2023-11-19 00:15:36 +08:00
d86d23d499 fix: local text style color in Button 2023-11-18 23:39:57 +08:00
07ca9c4a14 refactor: decoupling padding in TextField 2023-11-18 22:57:02 +08:00
03b7b1c1bb refactor: merge text field style 2023-11-18 22:12:19 +08:00
5ee72cc937 feat: set default DropdownList width 2023-11-18 22:07:39 +08:00
ceafba2e79 style: optimize code 2023-11-18 20:22:42 +08:00
37566af603 style: optimize code 2023-11-18 18:46:35 +08:00
604ec4bec0 refactor: use properties to share data in DropdownList 2023-11-18 04:06:12 +08:00
e7bff01dc8 feat: update demo 2023-11-18 03:30:19 +08:00
12419e0dbe feat: add determine of dynamic colors 2023-11-18 03:30:15 +08:00
ba35de4917 fix: content not center in some device & system in DropdownList 2023-11-18 03:17:32 +08:00
961f3d4cf7 feat: update demo 2023-11-18 03:10:15 +08:00
0017f87175 refactor: adjust some colors 2023-11-18 03:10:08 +08:00
774d9632a9 feat: support dynamic colors for Android 2023-11-18 02:57:03 +08:00
1b3d623342 chore: add dependencies 2023-11-18 02:56:50 +08:00
feb3825823 fix: focusable not work in DropdownList for Android 2023-11-18 02:55:15 +08:00
6c0c551435 style: optimize code 2023-11-18 02:51:16 +08:00
1ac5dc4198 chore: bump dependencies 2023-11-18 02:11:21 +08:00
f574b23b1e feat: update demo 2023-11-18 01:10:10 +08:00
c5994c0f2d feat: add DropdownList 2023-11-18 01:10:02 +08:00
5450cc5512 docs: update todo 2023-11-17 23:42:37 +08:00
b839fa3c20 feat: add Dropdown icon 2023-11-17 23:29:10 +08:00
7314256a64 refactor: adjust the priority of Modifier in TextField 2023-11-17 22:17:05 +08:00
7a9cca2a3a feat: add focusable in TextField 2023-11-17 22:09:09 +08:00
1326c74492 refactor: move solidColor to Extension 2023-11-17 21:19:29 +08:00
ae13d4a575 chore: global opt-in "androidx.compose.ui.ExperimentalComposeUiApi" 2023-11-17 20:22:00 +08:00
848b38711a feat: update demo 2023-11-16 04:02:00 +08:00
a5adc167ce refactor: no need propagate content color in DropdownMenuItem 2023-11-16 03:20:56 +08:00
fd9454762c feat: add active color in DropdownMenu 2023-11-16 03:11:46 +08:00
06cf36a19d feat: add DropdownMenu 2023-11-16 02:55:57 +08:00
8e09ae9a1a feat: add Popup 2023-11-16 02:42:19 +08:00
1020735b0c style: shorted variable names 2023-11-16 01:22:53 +08:00
56440553be refactor: separate colors from style 2023-11-16 01:09:06 +08:00
3d994a0543 feat: add initializer for Modifier 2023-11-16 00:55:05 +08:00
0c19398487 refactor: merge context menu style to AreaBoxStyle 2023-11-16 00:00:09 +08:00
2c5767d7a7 feat: add shadow size in AreaBox and some tweaks 2023-11-15 23:57:05 +08:00
c31ae99397 refactor: make then after padding for Modifier 2023-11-15 23:53:03 +08:00