-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MUIX. Date Pickers
7.23.2
[generated]
- Loading branch information
1 parent
57c468d
commit 41e75ea
Showing
57 changed files
with
1,242 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
116 changes: 0 additions & 116 deletions
116
kotlin-muix-date-pickers/src/jsMain/generated/muix/pickers/CalendarPicker.kt
This file was deleted.
Oops, something went wrong.
161 changes: 0 additions & 161 deletions
161
kotlin-muix-date-pickers/src/jsMain/generated/muix/pickers/ClockPicker.kt
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...ed/muix/pickers/CalendarPicker.classes.kt → ...ated/muix/pickers/DateCalendar.classes.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
// Automatically generated - do not modify! | ||
|
||
@file:JsModule("@mui/x-date-pickers/CalendarPicker") | ||
@file:JsModule("@mui/x-date-pickers/DateCalendar") | ||
|
||
package muix.pickers | ||
|
||
import web.cssom.ClassName | ||
|
||
sealed external interface CalendarPickerClasses { | ||
sealed external interface DateCalendarClasses { | ||
/** Styles applied to the root element. */ | ||
val root: ClassName | ||
|
||
/** Styles applied to the transition group element. */ | ||
val viewTransitionContainer: ClassName | ||
} | ||
|
||
external val calendarPickerClasses: CalendarPickerClasses | ||
external val dateCalendarClasses: DateCalendarClasses |
8 changes: 8 additions & 0 deletions
8
kotlin-muix-date-pickers/src/jsMain/generated/muix/pickers/DateCalendar.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Automatically generated - do not modify! | ||
|
||
@file:JsModule("@mui/x-date-pickers/DateCalendar") | ||
|
||
package muix.pickers | ||
|
||
|
||
external val DateCalendar: react.FC<DateCalendarProps<*>> |
Oops, something went wrong.