-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf47334
commit 4c55154
Showing
11 changed files
with
101 additions
and
34 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
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
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
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
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
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
10 changes: 10 additions & 0 deletions
10
mui-kotlin/src/jsMain/kotlin/muix/tree/view/TreeItem2LabelInput.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,10 @@ | ||
// Automatically generated - do not modify! | ||
|
||
@file:JsModule("@mui/x-tree-view/TreeItem2LabelInput") | ||
|
||
package muix.tree.view | ||
|
||
/** | ||
* @ignore - internal component. | ||
*/ | ||
external val TreeItem2LabelInput: react.FC<TreeItem2LabelInputProps> |
22 changes: 22 additions & 0 deletions
22
mui-kotlin/src/jsMain/kotlin/muix/tree/view/TreeItem2LabelInput.types.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,22 @@ | ||
// Automatically generated - do not modify! | ||
|
||
package muix.tree.view | ||
|
||
external interface TreeItem2LabelInputProps : react.Props { | ||
var value: String? | ||
|
||
/** | ||
* Used to determine if the target of keydown or blur events is the input and prevent the event from propagating to the root. | ||
*/ | ||
// var `data-element`: mui.system.Union? /* 'labelInput' */ | ||
|
||
var onChange: react.dom.events.ChangeEventHandler<web.html.HTMLInputElement>? | ||
|
||
var onKeyDown: react.dom.events.KeyboardEventHandler<web.html.HTMLInputElement>? | ||
|
||
var onBlur: react.dom.events.FocusEventHandler<web.html.HTMLInputElement>? | ||
|
||
var autoFocus: Boolean? /* true */ | ||
|
||
var type: mui.system.Union? /* 'text' */ | ||
} |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.