From 6a68cc5fd3a423134c261cf25dc51294542ea4b8 Mon Sep 17 00:00:00 2001 From: Shreck Ye Date: Fri, 8 Nov 2024 11:02:46 +0800 Subject: [PATCH] Run `apiDump` --- .../api/compose-html-common.klib.api | 145 ++++++++ .../api/compose-html-material-legacy.klib.api | 190 ++++++++++ .../api/compose-html-material3.klib.api | 326 ++++++++++++++++++ ...se-html-material-gradle-plugins-legacy.api | 24 ++ 4 files changed, 685 insertions(+) create mode 100644 compose-html-common/api/compose-html-common.klib.api create mode 100644 compose-html-material-legacy/api/compose-html-material-legacy.klib.api create mode 100644 compose-html-material3/api/compose-html-material3.klib.api create mode 100644 gradle-plugins/api/compose-html-material-gradle-plugins-legacy.api diff --git a/compose-html-common/api/compose-html-common.klib.api b/compose-html-common/api/compose-html-common.klib.api new file mode 100644 index 0000000..b5336e0 --- /dev/null +++ b/compose-html-common/api/compose-html-common.klib.api @@ -0,0 +1,145 @@ +// Klib ABI Dump +// Targets: [js] +// Rendering settings: +// - Signature version: 2 +// - Show manifest properties: true +// - Show declarations: true + +// Library unique name: +open annotation class com.huanshankeji.compose.web/PreferringKobwebComposeLayoutApi : kotlin/Annotation { // com.huanshankeji.compose.web/PreferringKobwebComposeLayoutApi|null[0] + constructor () // com.huanshankeji.compose.web/PreferringKobwebComposeLayoutApi.|(){}[0] +} + +final enum class com.huanshankeji.compose.web.attributes/AutoCapitalize : kotlin/Enum { // com.huanshankeji.compose.web.attributes/AutoCapitalize|null[0] + enum entry Characters // com.huanshankeji.compose.web.attributes/AutoCapitalize.Characters|null[0] + enum entry None // com.huanshankeji.compose.web.attributes/AutoCapitalize.None|null[0] + enum entry Sentences // com.huanshankeji.compose.web.attributes/AutoCapitalize.Sentences|null[0] + enum entry Words // com.huanshankeji.compose.web.attributes/AutoCapitalize.Words|null[0] + + final val alternativeStrValue // com.huanshankeji.compose.web.attributes/AutoCapitalize.alternativeStrValue|{}alternativeStrValue[0] + final fun (): kotlin/String? // com.huanshankeji.compose.web.attributes/AutoCapitalize.alternativeStrValue.|(){}[0] + final val entries // com.huanshankeji.compose.web.attributes/AutoCapitalize.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.web.attributes/AutoCapitalize.entries.|#static(){}[0] + final val strValue // com.huanshankeji.compose.web.attributes/AutoCapitalize.strValue|{}strValue[0] + final fun (): kotlin/String // com.huanshankeji.compose.web.attributes/AutoCapitalize.strValue.|(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.web.attributes/AutoCapitalize // com.huanshankeji.compose.web.attributes/AutoCapitalize.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.web.attributes/AutoCapitalize.values|values#static(){}[0] + + final object Companion { // com.huanshankeji.compose.web.attributes/AutoCapitalize.Companion|null[0] + final val valueSet // com.huanshankeji.compose.web.attributes/AutoCapitalize.Companion.valueSet|{}valueSet[0] + final fun (): kotlin.collections/Set // com.huanshankeji.compose.web.attributes/AutoCapitalize.Companion.valueSet.|(){}[0] + } +} + +final enum class com.huanshankeji.compose.web.attributes/EnterKeyHint : kotlin/Enum { // com.huanshankeji.compose.web.attributes/EnterKeyHint|null[0] + enum entry Done // com.huanshankeji.compose.web.attributes/EnterKeyHint.Done|null[0] + enum entry Enter // com.huanshankeji.compose.web.attributes/EnterKeyHint.Enter|null[0] + enum entry Go // com.huanshankeji.compose.web.attributes/EnterKeyHint.Go|null[0] + enum entry Next // com.huanshankeji.compose.web.attributes/EnterKeyHint.Next|null[0] + enum entry Previous // com.huanshankeji.compose.web.attributes/EnterKeyHint.Previous|null[0] + enum entry Search // com.huanshankeji.compose.web.attributes/EnterKeyHint.Search|null[0] + enum entry Send // com.huanshankeji.compose.web.attributes/EnterKeyHint.Send|null[0] + + final val entries // com.huanshankeji.compose.web.attributes/EnterKeyHint.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.web.attributes/EnterKeyHint.entries.|#static(){}[0] + final val strValue // com.huanshankeji.compose.web.attributes/EnterKeyHint.strValue|{}strValue[0] + final fun (): kotlin/String // com.huanshankeji.compose.web.attributes/EnterKeyHint.strValue.|(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.web.attributes/EnterKeyHint // com.huanshankeji.compose.web.attributes/EnterKeyHint.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.web.attributes/EnterKeyHint.values|values#static(){}[0] + + final object Companion { // com.huanshankeji.compose.web.attributes/EnterKeyHint.Companion|null[0] + final val valueSet // com.huanshankeji.compose.web.attributes/EnterKeyHint.Companion.valueSet|{}valueSet[0] + final fun (): kotlin.collections/Set // com.huanshankeji.compose.web.attributes/EnterKeyHint.Companion.valueSet.|(){}[0] + } +} + +abstract interface com.huanshankeji.compose.web.css/Visibility : org.jetbrains.compose.web.css/StylePropertyEnum { // com.huanshankeji.compose.web.css/Visibility|null[0] + final object Companion { // com.huanshankeji.compose.web.css/Visibility.Companion|null[0] + final val Collapse // com.huanshankeji.compose.web.css/Visibility.Companion.Collapse|{}Collapse[0] + final inline fun (): com.huanshankeji.compose.web.css/Visibility // com.huanshankeji.compose.web.css/Visibility.Companion.Collapse.|(){}[0] + final val Hidden // com.huanshankeji.compose.web.css/Visibility.Companion.Hidden|{}Hidden[0] + final inline fun (): com.huanshankeji.compose.web.css/Visibility // com.huanshankeji.compose.web.css/Visibility.Companion.Hidden.|(){}[0] + final val Visible // com.huanshankeji.compose.web.css/Visibility.Companion.Visible|{}Visible[0] + final inline fun (): com.huanshankeji.compose.web.css/Visibility // com.huanshankeji.compose.web.css/Visibility.Companion.Visible.|(){}[0] + } +} + +final const val com.huanshankeji.compose.web.css/FIT_CONTENT // com.huanshankeji.compose.web.css/FIT_CONTENT|{}FIT_CONTENT[0] + final fun (): kotlin/String // com.huanshankeji.compose.web.css/FIT_CONTENT.|(){}[0] +final const val com.huanshankeji.compose.web/WITH_STYLES_DEPRECATED_MESSAGE // com.huanshankeji.compose.web/WITH_STYLES_DEPRECATED_MESSAGE|{}WITH_STYLES_DEPRECATED_MESSAGE[0] + final fun (): kotlin/String // com.huanshankeji.compose.web/WITH_STYLES_DEPRECATED_MESSAGE.|(){}[0] + +final val com.huanshankeji.compose.web/DivComposable // com.huanshankeji.compose.web/DivComposable|{}DivComposable[0] + final fun (): kotlin/Function4, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit> // com.huanshankeji.compose.web/DivComposable.|(){}[0] + +final var com.huanshankeji.compose.web.dom.ext/value // com.huanshankeji.compose.web.dom.ext/value|@org.w3c.dom.HTMLElement{}value[0] + final fun (org.w3c.dom/HTMLElement).(): kotlin/String // com.huanshankeji.compose.web.dom.ext/value.|@org.w3c.dom.HTMLElement(){}[0] + final fun (org.w3c.dom/HTMLElement).(kotlin/String) // com.huanshankeji.compose.web.dom.ext/value.|@org.w3c.dom.HTMLElement(kotlin.String){}[0] + +final fun (kotlin/Boolean).com.huanshankeji.compose.web.attributes/isFalseOrNull(): kotlin/Boolean? // com.huanshankeji.compose.web.attributes/isFalseOrNull|isFalseOrNull@kotlin.Boolean(){}[0] +final fun (kotlin/Boolean).com.huanshankeji.compose.web.attributes/isTrueOrNull(): kotlin/Boolean? // com.huanshankeji.compose.web.attributes/isTrueOrNull|isTrueOrNull@kotlin.Boolean(){}[0] +final fun (kotlin/Boolean).com.huanshankeji.compose.web.attributes/toOnOrOff(): kotlin/String // com.huanshankeji.compose.web.attributes/toOnOrOff|toOnOrOff@kotlin.Boolean(){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/ariaLabel(kotlin/String): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes.ext/ariaLabel|ariaLabel@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/autoCapitalize(kotlin/String?): org.jetbrains.compose.web.attributes/AttrsScope? // com.huanshankeji.compose.web.attributes.ext/autoCapitalize|autoCapitalize@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/autoCapitalizeRequiringValid(kotlin/String) // com.huanshankeji.compose.web.attributes.ext/autoCapitalizeRequiringValid|autoCapitalizeRequiringValid@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/autoComplete(org.jetbrains.compose.web.attributes/AutoComplete?) // com.huanshankeji.compose.web.attributes.ext/autoComplete|autoComplete@org.jetbrains.compose.web.attributes.AttrsScope<*>(org.jetbrains.compose.web.attributes.AutoComplete?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/disabled(kotlin/Boolean?) // com.huanshankeji.compose.web.attributes.ext/disabled|disabled@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Boolean?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/enterKeyHintIfValid(kotlin/String) // com.huanshankeji.compose.web.attributes.ext/enterKeyHintIfValid|enterKeyHintIfValid@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/form(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/form|form@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/href(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/href|href@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/label(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/label|label@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/max(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/max|max@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/maxLength(kotlin/Int?) // com.huanshankeji.compose.web.attributes.ext/maxLength|maxLength@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Int?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/min(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/min|min@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/minLength(kotlin/Int?) // com.huanshankeji.compose.web.attributes.ext/minLength|minLength@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Int?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/multiple(kotlin/Boolean?) // com.huanshankeji.compose.web.attributes.ext/multiple|multiple@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Boolean?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/name(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/name|name@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/pattern(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/pattern|pattern@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/placeholder(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/placeholder|placeholder@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/readOnly(kotlin/Boolean?) // com.huanshankeji.compose.web.attributes.ext/readOnly|readOnly@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Boolean?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/required(kotlin/Boolean?) // com.huanshankeji.compose.web.attributes.ext/required|required@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Boolean?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/selected(kotlin/Boolean?) // com.huanshankeji.compose.web.attributes.ext/selected|selected@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Boolean?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/step(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/step|step@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/target(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/target|target@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/type(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/type|type@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/type(org.jetbrains.compose.web.attributes/InputType<*>?) // com.huanshankeji.compose.web.attributes.ext/type|type@org.jetbrains.compose.web.attributes.AttrsScope<*>(org.jetbrains.compose.web.attributes.InputType<*>?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes.ext/value(kotlin/String?) // com.huanshankeji.compose.web.attributes.ext/value|value@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/attr(kotlin/String, kotlin/Boolean = ...): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/attr|attr@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String;kotlin.Boolean){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/attr(kotlin/String, kotlin/Int): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/attr|attr@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String;kotlin.Int){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/attr(kotlin/String, kotlin/Number): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/attr|attr@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String;kotlin.Number){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/attrIfNotNull(kotlin/String, kotlin/Boolean?) // com.huanshankeji.compose.web.attributes/attrIfNotNull|attrIfNotNull@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String;kotlin.Boolean?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/attrIfNotNull(kotlin/String, kotlin/Int?) // com.huanshankeji.compose.web.attributes/attrIfNotNull|attrIfNotNull@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String;kotlin.Int?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/attrIfNotNull(kotlin/String, kotlin/Number?) // com.huanshankeji.compose.web.attributes/attrIfNotNull|attrIfNotNull@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String;kotlin.Number?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/attrIfNotNull(kotlin/String, kotlin/String?) // com.huanshankeji.compose.web.attributes/attrIfNotNull|attrIfNotNull@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String;kotlin.String?){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/autoCapitalize(com.huanshankeji.compose.web.attributes/AutoCapitalize): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/autoCapitalize|autoCapitalize@org.jetbrains.compose.web.attributes.AttrsScope<*>(com.huanshankeji.compose.web.attributes.AutoCapitalize){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/autoCapitalize(kotlin/String): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/autoCapitalize|autoCapitalize@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/autocorrect(kotlin/Boolean): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/autocorrect|autocorrect@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Boolean){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/autocorrect(kotlin/String): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/autocorrect|autocorrect@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/booleanAttr(kotlin/String, kotlin/Boolean): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/booleanAttr|booleanAttr@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String;kotlin.Boolean){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/enterKeyHint(com.huanshankeji.compose.web.attributes/EnterKeyHint): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/enterKeyHint|enterKeyHint@org.jetbrains.compose.web.attributes.AttrsScope<*>(com.huanshankeji.compose.web.attributes.EnterKeyHint){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/enterKeyHint(kotlin/String): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/enterKeyHint|enterKeyHint@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String){}[0] +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.web.attributes/slot(kotlin/String): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.attributes/slot|slot@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.String){}[0] +final fun (org.jetbrains.compose.web.css/StyleScope).com.huanshankeji.compose.web.css/height(kotlin/String) // com.huanshankeji.compose.web.css/height|height@org.jetbrains.compose.web.css.StyleScope(kotlin.String){}[0] +final fun (org.jetbrains.compose.web.css/StyleScope).com.huanshankeji.compose.web.css/visibility(com.huanshankeji.compose.web.css/Visibility) // com.huanshankeji.compose.web.css/visibility|visibility@org.jetbrains.compose.web.css.StyleScope(com.huanshankeji.compose.web.css.Visibility){}[0] +final fun (org.jetbrains.compose.web.css/StyleScope).com.huanshankeji.compose.web.css/width(kotlin/String) // com.huanshankeji.compose.web.css/width|width@org.jetbrains.compose.web.css.StyleScope(kotlin.String){}[0] +final fun <#A: org.w3c.dom/Element> (kotlin/Function1, kotlin/Unit>).com.huanshankeji.compose.web.attributes/plus(kotlin/Function1, kotlin/Unit>?): kotlin/Function1, kotlin/Unit> // com.huanshankeji.compose.web.attributes/plus|plus@kotlin.Function1,kotlin.Unit>(kotlin.Function1,kotlin.Unit>?){0§}[0] +final fun <#A: org.w3c.dom/Element> (kotlin/Function1?).com.huanshankeji.compose.web.css/wrapInAttrs(): kotlin/Function1, kotlin/Unit>? // com.huanshankeji.compose.web.css/wrapInAttrs|wrapInAttrs@kotlin.Function1?(){0§}[0] +final fun <#A: org.w3c.dom/HTMLElement> (org.jetbrains.compose.web.attributes/AttrsScope<#A>).com.huanshankeji.compose.web.attributes.ext/onInput(kotlin/Function1, kotlin/Unit>) // com.huanshankeji.compose.web.attributes.ext/onInput|onInput@org.jetbrains.compose.web.attributes.AttrsScope<0:0>(kotlin.Function1,kotlin.Unit>){0§}[0] +final fun com.huanshankeji.compose.web/Centered(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/Centered|Centered(kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/CenteredInViewport(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/CenteredInViewport|CenteredInViewport(kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/Column(kotlin/Function1, kotlin/Unit>?, kotlin/Boolean, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/Column|Column(kotlin.Function1,kotlin.Unit>?;kotlin.Boolean;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/ColumnS(kotlin/Function1?, kotlin/Boolean, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/ColumnS|ColumnS(kotlin.Function1?;kotlin.Boolean;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/ColumnWithGaps(kotlin/Function1, kotlin/Unit>?, org.jetbrains.compose.web.css/CSSNumericValue, kotlin/Boolean, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/ColumnWithGaps|ColumnWithGaps(kotlin.Function1,kotlin.Unit>?;org.jetbrains.compose.web.css.CSSNumericValue;kotlin.Boolean;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/ColumnWithSpaceBetween(kotlin/Function1, kotlin/Unit>?, kotlin/Boolean, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/ColumnWithSpaceBetween|ColumnWithSpaceBetween(kotlin.Function1,kotlin.Unit>?;kotlin.Boolean;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/Flexbox(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/Flexbox|Flexbox(kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/FlexboxS(kotlin/Function1?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/FlexboxS|FlexboxS(kotlin.Function1?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/FrGrid(kotlin/Int, org.jetbrains.compose.web.css/CSSNumericValue, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int) // com.huanshankeji.compose.web/FrGrid|FrGrid(kotlin.Int;org.jetbrains.compose.web.css.CSSNumericValue;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/Row(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/Row|Row(kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/RowS(kotlin/Function1?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/RowS|RowS(kotlin.Function1?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/RowWithGaps(kotlin/Function1, kotlin/Unit>?, org.jetbrains.compose.web.css/CSSNumericValue, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/RowWithGaps|RowWithGaps(kotlin.Function1,kotlin.Unit>?;org.jetbrains.compose.web.css.CSSNumericValue;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/RowWithSpaceBetween(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web/RowWithSpaceBetween|RowWithSpaceBetween(kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web/Spacer(kotlin/Int, androidx.compose.runtime/Composer?, kotlin/Int) // com.huanshankeji.compose.web/Spacer|Spacer(kotlin.Int;androidx.compose.runtime.Composer?;kotlin.Int){}[0] +final inline fun <#A: org.w3c.dom/Element> com.huanshankeji.compose.web.attributes/attrs(noinline kotlin/Function1, kotlin/Unit>): kotlin/Function1, kotlin/Unit> // com.huanshankeji.compose.web.attributes/attrs|attrs(kotlin.Function1,kotlin.Unit>){0§}[0] +final inline fun com.huanshankeji.compose.web.css/Visibility(kotlin/String): com.huanshankeji.compose.web.css/Visibility // com.huanshankeji.compose.web.css/Visibility|Visibility(kotlin.String){}[0] diff --git a/compose-html-material-legacy/api/compose-html-material-legacy.klib.api b/compose-html-material-legacy/api/compose-html-material-legacy.klib.api new file mode 100644 index 0000000..b336dad --- /dev/null +++ b/compose-html-material-legacy/api/compose-html-material-legacy.klib.api @@ -0,0 +1,190 @@ +// Klib ABI Dump +// Targets: [js] +// Rendering settings: +// - Signature version: 2 +// - Show manifest properties: true +// - Show declarations: true + +// Library unique name: +final class com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun dense(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder.dense|dense(kotlin.Boolean){}[0] + final fun disabled(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder.disabled|disabled(kotlin.Boolean){}[0] + final fun outlined(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder.outlined|outlined(kotlin.Boolean){}[0] + final fun raised(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder.raised|raised(kotlin.Boolean){}[0] + final fun unelevated(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder.unelevated|unelevated(kotlin.Boolean){}[0] +} + +final class com.huanshankeji.compose.web.material/MwcCircularProgressAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcCircularProgressAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcCircularProgressAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun indeterminate(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcCircularProgressAttrsScopeBuilder.indeterminate|indeterminate(kotlin.Boolean){}[0] + final fun progress(org.jetbrains.compose.web.css/CSSNumericValue) // com.huanshankeji.compose.web.material/MwcCircularProgressAttrsScopeBuilder.progress|progress(org.jetbrains.compose.web.css.CSSNumericValue){}[0] +} + +final class com.huanshankeji.compose.web.material/MwcIconButtonAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcIconButtonAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcIconButtonAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun ariaLabel(kotlin/String) // com.huanshankeji.compose.web.material/MwcIconButtonAttrsScopeBuilder.ariaLabel|ariaLabel(kotlin.String){}[0] + final fun disabled(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcIconButtonAttrsScopeBuilder.disabled|disabled(kotlin.Boolean){}[0] + final fun icon(kotlin/String) // com.huanshankeji.compose.web.material/MwcIconButtonAttrsScopeBuilder.icon|icon(kotlin.String){}[0] +} + +final class com.huanshankeji.compose.web.material/MwcListItemAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcListItemAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcListItemAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun graphicEqIcon() // com.huanshankeji.compose.web.material/MwcListItemAttrsScopeBuilder.graphicEqIcon|graphicEqIcon(){}[0] + final fun selected(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcListItemAttrsScopeBuilder.selected|selected(kotlin.Boolean){}[0] + final fun value(kotlin/String) // com.huanshankeji.compose.web.material/MwcListItemAttrsScopeBuilder.value|value(kotlin.String){}[0] +} + +final class com.huanshankeji.compose.web.material/MwcSelectAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcSelectAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcSelectAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun onSelected(kotlin/Function1, kotlin/Unit>) // com.huanshankeji.compose.web.material/MwcSelectAttrsScopeBuilder.onSelected|onSelected(kotlin.Function1,kotlin.Unit>){}[0] + final fun onSelectedWithIndex(kotlin/Function1) // com.huanshankeji.compose.web.material/MwcSelectAttrsScopeBuilder.onSelectedWithIndex|onSelectedWithIndex(kotlin.Function1){}[0] +} + +final class com.huanshankeji.compose.web.material/MwcSnackbarAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcSnackbarAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcSnackbarAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun labelText(kotlin/String) // com.huanshankeji.compose.web.material/MwcSnackbarAttrsScopeBuilder.labelText|labelText(kotlin.String){}[0] + final fun open(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcSnackbarAttrsScopeBuilder.open|open(kotlin.Boolean){}[0] + final fun timeoutMs(kotlin/Number) // com.huanshankeji.compose.web.material/MwcSnackbarAttrsScopeBuilder.timeoutMs|timeoutMs(kotlin.Number){}[0] +} + +final class com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate : org.jetbrains.compose.web.dom/ElementScope { // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val scopeElement // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.scopeElement|@androidx.compose.runtime.DisposableEffectScope{}scopeElement[0] + final fun (androidx.compose.runtime/DisposableEffectScope).(): org.w3c.dom/HTMLElement // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.scopeElement.|@androidx.compose.runtime.DisposableEffectScope(){}[0] + + final fun (com.huanshankeji.compose.web.material/MwcButtonAttrsScopeBuilder).slot(kotlin/String) // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.slot|slot@com.huanshankeji.compose.web.material.MwcButtonAttrsScopeBuilder(kotlin.String){}[0] + final fun (com.huanshankeji.compose.web.material/MwcIconButtonAttrsScopeBuilder).slot(kotlin/String) // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.slot|slot@com.huanshankeji.compose.web.material.MwcIconButtonAttrsScopeBuilder(kotlin.String){}[0] + final fun DisposableRefEffect(kotlin/Any?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.DisposableRefEffect|DisposableRefEffect(kotlin.Any?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int){}[0] + final fun DisposableRefEffect(kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.DisposableRefEffect|DisposableRefEffect(kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int){}[0] + final fun DomSideEffect(kotlin/Any?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.DomSideEffect|DomSideEffect(kotlin.Any?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int){}[0] + final fun DomSideEffect(kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSnackbarElementScopeDelegate.DomSideEffect|DomSideEffect(kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int){}[0] +} + +final class com.huanshankeji.compose.web.material/MwcTextfieldAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcTextfieldAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcTextfieldAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun maxLength(kotlin/Int) // com.huanshankeji.compose.web.material/MwcTextfieldAttrsScopeBuilder.maxLength|maxLength(kotlin.Int){}[0] + final fun type(kotlin/String) // com.huanshankeji.compose.web.material/MwcTextfieldAttrsScopeBuilder.type|type(kotlin.String){}[0] +} + +final class com.huanshankeji.compose.web.material/SnackbarData { // com.huanshankeji.compose.web.material/SnackbarData|null[0] + constructor (kotlin/String, kotlinx.coroutines/CancellableContinuation) // com.huanshankeji.compose.web.material/SnackbarData.|(kotlin.String;kotlinx.coroutines.CancellableContinuation){}[0] + + final val continuation // com.huanshankeji.compose.web.material/SnackbarData.continuation|{}continuation[0] + final fun (): kotlinx.coroutines/CancellableContinuation // com.huanshankeji.compose.web.material/SnackbarData.continuation.|(){}[0] + final val message // com.huanshankeji.compose.web.material/SnackbarData.message|{}message[0] + final fun (): kotlin/String // com.huanshankeji.compose.web.material/SnackbarData.message.|(){}[0] + + final fun component1(): kotlin/String // com.huanshankeji.compose.web.material/SnackbarData.component1|component1(){}[0] + final fun component2(): kotlinx.coroutines/CancellableContinuation // com.huanshankeji.compose.web.material/SnackbarData.component2|component2(){}[0] + final fun copy(kotlin/String = ..., kotlinx.coroutines/CancellableContinuation = ...): com.huanshankeji.compose.web.material/SnackbarData // com.huanshankeji.compose.web.material/SnackbarData.copy|copy(kotlin.String;kotlinx.coroutines.CancellableContinuation){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // com.huanshankeji.compose.web.material/SnackbarData.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // com.huanshankeji.compose.web.material/SnackbarData.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // com.huanshankeji.compose.web.material/SnackbarData.toString|toString(){}[0] +} + +final class com.huanshankeji.compose.web.material/SnackbarHostState { // com.huanshankeji.compose.web.material/SnackbarHostState|null[0] + constructor () // com.huanshankeji.compose.web.material/SnackbarHostState.|(){}[0] + + final var currentSnackbarData // com.huanshankeji.compose.web.material/SnackbarHostState.currentSnackbarData|{}currentSnackbarData[0] + final fun (): com.huanshankeji.compose.web.material/SnackbarData? // com.huanshankeji.compose.web.material/SnackbarHostState.currentSnackbarData.|(){}[0] + + final fun mainAsyncShowSnackbar(kotlin/String): kotlinx.coroutines/Deferred // com.huanshankeji.compose.web.material/SnackbarHostState.mainAsyncShowSnackbar|mainAsyncShowSnackbar(kotlin.String){}[0] + final fun mainLaunchShowSnackbar(kotlin/String): kotlinx.coroutines/Job // com.huanshankeji.compose.web.material/SnackbarHostState.mainLaunchShowSnackbar|mainLaunchShowSnackbar(kotlin.String){}[0] + final suspend fun showSnackbar(kotlin/String) // com.huanshankeji.compose.web.material/SnackbarHostState.showSnackbar|showSnackbar(kotlin.String){}[0] +} + +open class com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final val htmlAttrsScope // com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder.htmlAttrsScope|{}htmlAttrsScope[0] + final fun (): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder.htmlAttrsScope.|(){}[0] + + final fun <#A1: androidx.compose.web.events/SyntheticEvent> addEventListener(kotlin/String, kotlin/Function1<#A1, kotlin/Unit>) // com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder.addEventListener|addEventListener(kotlin.String;kotlin.Function1<0:0,kotlin.Unit>){0§>}[0] + final fun attr(kotlin/String, kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder.attr|attr(kotlin.String;kotlin.Boolean){}[0] + final fun attr(kotlin/String, kotlin/String) // com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder.attr|attr(kotlin.String;kotlin.String){}[0] +} + +open class com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun disabled(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.disabled|disabled(kotlin.Boolean){}[0] + final fun helper(kotlin/String) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.helper|helper(kotlin.String){}[0] + final fun onChange(kotlin/Function1, kotlin/Unit>) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.onChange|onChange(kotlin.Function1,kotlin.Unit>){}[0] + final fun onChangeWithValue(kotlin/Function1) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.onChangeWithValue|onChangeWithValue(kotlin.Function1){}[0] + final fun outlined(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.outlined|outlined(kotlin.Boolean){}[0] + final fun required(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.required|required(kotlin.Boolean){}[0] + final fun requiredWithValidationMessage(kotlin/String) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.requiredWithValidationMessage|requiredWithValidationMessage(kotlin.String){}[0] + final fun validationMessage(kotlin/String) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.validationMessage|validationMessage(kotlin.String){}[0] + final fun value(kotlin/String) // com.huanshankeji.compose.web.material/MwcInputComponentAttrsScopeBuilder.value|value(kotlin.String){}[0] +} + +open class com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder : com.huanshankeji.compose.web.material/MwcAttrsScopeBuilder { // com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder|null[0] + constructor (org.jetbrains.compose.web.attributes/AttrsScope) // com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder.|(org.jetbrains.compose.web.attributes.AttrsScope){}[0] + + final fun icon(kotlin/String) // com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder.icon|icon(kotlin.String){}[0] + final fun label(kotlin/String) // com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder.label|label(kotlin.String){}[0] + final fun trailingIcon(kotlin/Boolean = ...) // com.huanshankeji.compose.web.material/MwcSimpleComponentAttrsScopeBuilder.trailingIcon|trailingIcon(kotlin.Boolean){}[0] +} + +final const val com.huanshankeji.material/GREEN_500 // com.huanshankeji.material/GREEN_500|{}GREEN_500[0] + final fun (): kotlin/String // com.huanshankeji.material/GREEN_500.|(){}[0] + +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcButtonAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcButtonAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcButtonAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcCircularProgressAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcCircularProgressAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcCircularProgressAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcIconButtonAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcIconButtonAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcIconButtonAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcInputComponentAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcInputComponentAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcInputComponentAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcListItemAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcListItemAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcListItemAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSelectAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSelectAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcSelectAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSimpleComponentAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSimpleComponentAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcSimpleComponentAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSnackbarAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSnackbarAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcSnackbarAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSnackbarElementScopeDelegate$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSnackbarElementScopeDelegate$stableprop|#static{}com_huanshankeji_compose_web_material_MwcSnackbarElementScopeDelegate$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcTextfieldAttrsScopeBuilder$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcTextfieldAttrsScopeBuilder$stableprop|#static{}com_huanshankeji_compose_web_material_MwcTextfieldAttrsScopeBuilder$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_SnackbarData$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_SnackbarData$stableprop|#static{}com_huanshankeji_compose_web_material_SnackbarData$stableprop[0] +final val com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_SnackbarHostState$stableprop // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_SnackbarHostState$stableprop|#static{}com_huanshankeji_compose_web_material_SnackbarHostState$stableprop[0] +final val com.huanshankeji.compose.web.material/defaultSpacing // com.huanshankeji.compose.web.material/defaultSpacing|{}defaultSpacing[0] + final fun (): org.jetbrains.compose.web.css/CSSSizeValue // com.huanshankeji.compose.web.material/defaultSpacing.|(){}[0] + +final fun (org.w3c.dom/HTMLElement).com.huanshankeji.compose.web.material/snackbarShow(): dynamic // com.huanshankeji.compose.web.material/snackbarShow|snackbarShow@org.w3c.dom.HTMLElement(){}[0] +final fun (org.w3c.dom/HTMLElement).com.huanshankeji.compose.web.material/snackbarShow(kotlin/String) // com.huanshankeji.compose.web.material/snackbarShow|snackbarShow@org.w3c.dom.HTMLElement(kotlin.String){}[0] +final fun <#A: kotlin/Enum<#A>> com.huanshankeji.compose.web.material/MwcSelectWithEnumItems(kotlin/Array<#A>, kotlin/Function1<#A, kotlin/String>?, #A?, kotlin/Function1<#A?, kotlin/Unit>, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSelectWithEnumItems|MwcSelectWithEnumItems(kotlin.Array<0:0>;kotlin.Function1<0:0,kotlin.String>?;0:0?;kotlin.Function1<0:0?,kotlin.Unit>;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§>}[0] +final fun com.huanshankeji.compose.web.material/CenteredCardInViewport(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/CenteredCardInViewport|CenteredCardInViewport(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MdcCard(kotlin/Function1, kotlin/Unit>?, org.jetbrains.compose.web.css/CSSNumericValue?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MdcCard|MdcCard(kotlin.Function1,kotlin.Unit>?;org.jetbrains.compose.web.css.CSSNumericValue?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcButton(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcButton|MwcButton(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcCircularProgress(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcCircularProgress|MwcCircularProgress(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcCircularProgressFourColor(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcCircularProgressFourColor|MwcCircularProgressFourColor(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcIconButton(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcIconButton|MwcIconButton(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcListItem(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcListItem|MwcListItem(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcSelect(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSelect|MwcSelect(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcSelectWithItemTexts(kotlin.collections/List, kotlin/Int?, kotlin/Function1, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSelectWithItemTexts|MwcSelectWithItemTexts(kotlin.collections.List;kotlin.Int?;kotlin.Function1;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcSelectWithItems(kotlin/Int, kotlin/Function3, kotlin/Int?, kotlin/Function1, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSelectWithItems|MwcSelectWithItems(kotlin.Int;kotlin.Function3;kotlin.Int?;kotlin.Function1;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcSnackbar(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSnackbar|MwcSnackbar(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcSnackbarHost(com.huanshankeji.compose.web.material/SnackbarHostState, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSnackbarHost|MwcSnackbarHost(com.huanshankeji.compose.web.material.SnackbarHostState;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcSnackbarHostWithCloseButton(com.huanshankeji.compose.web.material/SnackbarHostState, androidx.compose.runtime/Composer?, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSnackbarHostWithCloseButton|MwcSnackbarHostWithCloseButton(com.huanshankeji.compose.web.material.SnackbarHostState;androidx.compose.runtime.Composer?;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcSnackbarWithRef(kotlin/Function1, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcSnackbarWithRef|MwcSnackbarWithRef(kotlin.Function1;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/MwcTextfield(kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/MwcTextfield|MwcTextfield(kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/OpenMwcSnackbar(kotlin/Boolean, kotlin/Function1?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.web.material/OpenMwcSnackbar|OpenMwcSnackbar(kotlin.Boolean;kotlin.Function1?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcButtonAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcButtonAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcButtonAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcCircularProgressAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcCircularProgressAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcCircularProgressAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcIconButtonAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcIconButtonAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcIconButtonAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcInputComponentAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcInputComponentAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcInputComponentAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcListItemAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcListItemAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcListItemAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSelectAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSelectAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcSelectAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSimpleComponentAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSimpleComponentAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcSimpleComponentAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSnackbarAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSnackbarAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcSnackbarAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSnackbarElementScopeDelegate$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcSnackbarElementScopeDelegate$stableprop_getter|com_huanshankeji_compose_web_material_MwcSnackbarElementScopeDelegate$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcTextfieldAttrsScopeBuilder$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_MwcTextfieldAttrsScopeBuilder$stableprop_getter|com_huanshankeji_compose_web_material_MwcTextfieldAttrsScopeBuilder$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_SnackbarData$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_SnackbarData$stableprop_getter|com_huanshankeji_compose_web_material_SnackbarData$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_SnackbarHostState$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.web.material/com_huanshankeji_compose_web_material_SnackbarHostState$stableprop_getter|com_huanshankeji_compose_web_material_SnackbarHostState$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.web.material/mwcRequires() // com.huanshankeji.compose.web.material/mwcRequires|mwcRequires(){}[0] +final fun com.huanshankeji.compose.web.material/require(kotlin/String): dynamic // com.huanshankeji.compose.web.material/require|require(kotlin.String){}[0] diff --git a/compose-html-material3/api/compose-html-material3.klib.api b/compose-html-material3/api/compose-html-material3.klib.api new file mode 100644 index 0000000..3dec8ba --- /dev/null +++ b/compose-html-material3/api/compose-html-material3.klib.api @@ -0,0 +1,326 @@ +// Klib ABI Dump +// Targets: [js] +// Rendering settings: +// - Signature version: 2 +// - Show manifest properties: true +// - Show declarations: true + +// Library unique name: +open annotation class com.huanshankeji.compose.html.material3/ExposedMdListApi : kotlin/Annotation { // com.huanshankeji.compose.html.material3/ExposedMdListApi|null[0] + constructor () // com.huanshankeji.compose.html.material3/ExposedMdListApi.|(){}[0] +} + +open annotation class com.huanshankeji.compose.html.material3/MaterialWebLabsApi : kotlin/Annotation { // com.huanshankeji.compose.html.material3/MaterialWebLabsApi|null[0] + constructor () // com.huanshankeji.compose.html.material3/MaterialWebLabsApi.|(){}[0] +} + +final enum class com.huanshankeji.compose.html.material3/MdCheckboxState : kotlin/Enum { // com.huanshankeji.compose.html.material3/MdCheckboxState|null[0] + enum entry Checked // com.huanshankeji.compose.html.material3/MdCheckboxState.Checked|null[0] + enum entry Indeterminate // com.huanshankeji.compose.html.material3/MdCheckboxState.Indeterminate|null[0] + enum entry Unchecked // com.huanshankeji.compose.html.material3/MdCheckboxState.Unchecked|null[0] + + final val entries // com.huanshankeji.compose.html.material3/MdCheckboxState.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.html.material3/MdCheckboxState.entries.|#static(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.html.material3/MdCheckboxState // com.huanshankeji.compose.html.material3/MdCheckboxState.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.html.material3/MdCheckboxState.values|values#static(){}[0] +} + +final enum class com.huanshankeji.compose.html.material3/MdListItemType : kotlin/Enum { // com.huanshankeji.compose.html.material3/MdListItemType|null[0] + enum entry Button // com.huanshankeji.compose.html.material3/MdListItemType.Button|null[0] + enum entry Link // com.huanshankeji.compose.html.material3/MdListItemType.Link|null[0] + enum entry Text // com.huanshankeji.compose.html.material3/MdListItemType.Text|null[0] + + final val entries // com.huanshankeji.compose.html.material3/MdListItemType.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.html.material3/MdListItemType.entries.|#static(){}[0] + final val stringValue // com.huanshankeji.compose.html.material3/MdListItemType.stringValue|{}stringValue[0] + final fun (): kotlin/String // com.huanshankeji.compose.html.material3/MdListItemType.stringValue.|(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.html.material3/MdListItemType // com.huanshankeji.compose.html.material3/MdListItemType.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.html.material3/MdListItemType.values|values#static(){}[0] +} + +abstract class com.huanshankeji.compose.html.material3/MdMenuElement : org.w3c.dom/HTMLElement { // com.huanshankeji.compose.html.material3/MdMenuElement|null[0] + constructor () // com.huanshankeji.compose.html.material3/MdMenuElement.|(){}[0] + + final var anchorElement // com.huanshankeji.compose.html.material3/MdMenuElement.anchorElement|{}anchorElement[0] + final fun (): org.w3c.dom/HTMLElement? // com.huanshankeji.compose.html.material3/MdMenuElement.anchorElement.|(){}[0] + final fun (org.w3c.dom/HTMLElement?) // com.huanshankeji.compose.html.material3/MdMenuElement.anchorElement.|(org.w3c.dom.HTMLElement?){}[0] +} + +final class com.huanshankeji.compose.html.material3/MdButtonScope { // com.huanshankeji.compose.html.material3/MdButtonScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdButtonScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdButtonScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdButtonScope.elementScope.|(){}[0] + + final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).slotEqIcon(): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.html.material3/MdButtonScope.slotEqIcon|slotEqIcon@org.jetbrains.compose.web.attributes.AttrsScope<*>(){}[0] +} + +final class com.huanshankeji.compose.html.material3/MdFabScope { // com.huanshankeji.compose.html.material3/MdFabScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdFabScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdFabScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdFabScope.elementScope.|(){}[0] + + final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).slotEqIcon(): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.html.material3/MdFabScope.slotEqIcon|slotEqIcon@org.jetbrains.compose.web.attributes.AttrsScope<*>(){}[0] +} + +final class com.huanshankeji.compose.html.material3/MdIconButtonScope { // com.huanshankeji.compose.html.material3/MdIconButtonScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdIconButtonScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdIconButtonScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdIconButtonScope.elementScope.|(){}[0] + + final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).slotEqSelected(): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.html.material3/MdIconButtonScope.slotEqSelected|slotEqSelected@org.jetbrains.compose.web.attributes.AttrsScope<*>(){}[0] +} + +final class com.huanshankeji.compose.html.material3/MdListItemScope { // com.huanshankeji.compose.html.material3/MdListItemScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdListItemScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdListItemScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdListItemScope.elementScope.|(){}[0] + + final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).slot(com.huanshankeji.compose.html.material3/MdListItemScope.Slot): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.html.material3/MdListItemScope.slot|slot@org.jetbrains.compose.web.attributes.AttrsScope<*>(com.huanshankeji.compose.html.material3.MdListItemScope.Slot){}[0] + + final enum class Slot : kotlin/Enum { // com.huanshankeji.compose.html.material3/MdListItemScope.Slot|null[0] + enum entry End // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.End|null[0] + enum entry Headline // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.Headline|null[0] + enum entry Overline // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.Overline|null[0] + enum entry Start // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.Start|null[0] + enum entry SupportingText // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.SupportingText|null[0] + enum entry TrailingSupportingText // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.TrailingSupportingText|null[0] + + final val entries // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.entries.|#static(){}[0] + final val stringValue // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.stringValue|{}stringValue[0] + final fun (): kotlin/String // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.stringValue.|(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.html.material3/MdListItemScope.Slot // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.html.material3/MdListItemScope.Slot.values|values#static(){}[0] + } +} + +final class com.huanshankeji.compose.html.material3/MdListScope { // com.huanshankeji.compose.html.material3/MdListScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdListScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdListScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdListScope.elementScope.|(){}[0] + + final fun MdListItem(kotlin/Boolean?, com.huanshankeji.compose.html.material3/MdListItemType?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdListScope.MdListItem|MdListItem(kotlin.Boolean?;com.huanshankeji.compose.html.material3.MdListItemType?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +} + +final class com.huanshankeji.compose.html.material3/MdMenuArgs { // com.huanshankeji.compose.html.material3/MdMenuArgs|null[0] + constructor (kotlin/String? = ..., kotlin/String? = ..., kotlin/Boolean? = ..., kotlin/Boolean? = ..., kotlin/Boolean? = ..., kotlin/Int? = ..., kotlin/Int? = ..., kotlin/Number? = ..., kotlin/String? = ..., kotlin/String? = ..., kotlin/Boolean? = ..., kotlin/Boolean? = ..., kotlin/Boolean? = ..., kotlin/Boolean? = ..., kotlin/Function1, kotlin/Unit>? = ..., kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>) // com.huanshankeji.compose.html.material3/MdMenuArgs.|(kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Int?;kotlin.Int?;kotlin.Number?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>){}[0] + + final val anchor // com.huanshankeji.compose.html.material3/MdMenuArgs.anchor|{}anchor[0] + final fun (): kotlin/String? // com.huanshankeji.compose.html.material3/MdMenuArgs.anchor.|(){}[0] + final val anchorCorner // com.huanshankeji.compose.html.material3/MdMenuArgs.anchorCorner|{}anchorCorner[0] + final fun (): kotlin/String? // com.huanshankeji.compose.html.material3/MdMenuArgs.anchorCorner.|(){}[0] + final val attrs // com.huanshankeji.compose.html.material3/MdMenuArgs.attrs|{}attrs[0] + final fun (): kotlin/Function1, kotlin/Unit>? // com.huanshankeji.compose.html.material3/MdMenuArgs.attrs.|(){}[0] + final val content // com.huanshankeji.compose.html.material3/MdMenuArgs.content|{}content[0] + final fun (): kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit> // com.huanshankeji.compose.html.material3/MdMenuArgs.content.|(){}[0] + final val defaultFocus // com.huanshankeji.compose.html.material3/MdMenuArgs.defaultFocus|{}defaultFocus[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuArgs.defaultFocus.|(){}[0] + final val hasOverflow // com.huanshankeji.compose.html.material3/MdMenuArgs.hasOverflow|{}hasOverflow[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuArgs.hasOverflow.|(){}[0] + final val menuCorner // com.huanshankeji.compose.html.material3/MdMenuArgs.menuCorner|{}menuCorner[0] + final fun (): kotlin/String? // com.huanshankeji.compose.html.material3/MdMenuArgs.menuCorner.|(){}[0] + final val open // com.huanshankeji.compose.html.material3/MdMenuArgs.open|{}open[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuArgs.open.|(){}[0] + final val positioning // com.huanshankeji.compose.html.material3/MdMenuArgs.positioning|{}positioning[0] + final fun (): kotlin/String? // com.huanshankeji.compose.html.material3/MdMenuArgs.positioning.|(){}[0] + final val quick // com.huanshankeji.compose.html.material3/MdMenuArgs.quick|{}quick[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuArgs.quick.|(){}[0] + final val skipRestoreFocus // com.huanshankeji.compose.html.material3/MdMenuArgs.skipRestoreFocus|{}skipRestoreFocus[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuArgs.skipRestoreFocus.|(){}[0] + final val stayOpenOnFocusout // com.huanshankeji.compose.html.material3/MdMenuArgs.stayOpenOnFocusout|{}stayOpenOnFocusout[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuArgs.stayOpenOnFocusout.|(){}[0] + final val stayOpenOnOutsideClick // com.huanshankeji.compose.html.material3/MdMenuArgs.stayOpenOnOutsideClick|{}stayOpenOnOutsideClick[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuArgs.stayOpenOnOutsideClick.|(){}[0] + final val typeheadDelay // com.huanshankeji.compose.html.material3/MdMenuArgs.typeheadDelay|{}typeheadDelay[0] + final fun (): kotlin/Number? // com.huanshankeji.compose.html.material3/MdMenuArgs.typeheadDelay.|(){}[0] + final val xOffset // com.huanshankeji.compose.html.material3/MdMenuArgs.xOffset|{}xOffset[0] + final fun (): kotlin/Int? // com.huanshankeji.compose.html.material3/MdMenuArgs.xOffset.|(){}[0] + final val yOffset // com.huanshankeji.compose.html.material3/MdMenuArgs.yOffset|{}yOffset[0] + final fun (): kotlin/Int? // com.huanshankeji.compose.html.material3/MdMenuArgs.yOffset.|(){}[0] +} + +final class com.huanshankeji.compose.html.material3/MdMenuItemArgs { // com.huanshankeji.compose.html.material3/MdMenuItemArgs|null[0] + constructor (kotlin/Boolean? = ..., kotlin/String? = ..., kotlin/String? = ..., kotlin/String? = ..., kotlin/Boolean? = ..., kotlin/Boolean? = ..., kotlin/Function1, kotlin/Unit>? = ..., kotlin/Function3) // com.huanshankeji.compose.html.material3/MdMenuItemArgs.|(kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3){}[0] + + final val attrs // com.huanshankeji.compose.html.material3/MdMenuItemArgs.attrs|{}attrs[0] + final fun (): kotlin/Function1, kotlin/Unit>? // com.huanshankeji.compose.html.material3/MdMenuItemArgs.attrs.|(){}[0] + final val content // com.huanshankeji.compose.html.material3/MdMenuItemArgs.content|{}content[0] + final fun (): kotlin/Function3 // com.huanshankeji.compose.html.material3/MdMenuItemArgs.content.|(){}[0] + final val disabled // com.huanshankeji.compose.html.material3/MdMenuItemArgs.disabled|{}disabled[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuItemArgs.disabled.|(){}[0] + final val href // com.huanshankeji.compose.html.material3/MdMenuItemArgs.href|{}href[0] + final fun (): kotlin/String? // com.huanshankeji.compose.html.material3/MdMenuItemArgs.href.|(){}[0] + final val keepOpen // com.huanshankeji.compose.html.material3/MdMenuItemArgs.keepOpen|{}keepOpen[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuItemArgs.keepOpen.|(){}[0] + final val selected // com.huanshankeji.compose.html.material3/MdMenuItemArgs.selected|{}selected[0] + final fun (): kotlin/Boolean? // com.huanshankeji.compose.html.material3/MdMenuItemArgs.selected.|(){}[0] + final val target // com.huanshankeji.compose.html.material3/MdMenuItemArgs.target|{}target[0] + final fun (): kotlin/String? // com.huanshankeji.compose.html.material3/MdMenuItemArgs.target.|(){}[0] + final val type // com.huanshankeji.compose.html.material3/MdMenuItemArgs.type|{}type[0] + final fun (): kotlin/String? // com.huanshankeji.compose.html.material3/MdMenuItemArgs.type.|(){}[0] +} + +final class com.huanshankeji.compose.html.material3/MdMenuItemScope { // com.huanshankeji.compose.html.material3/MdMenuItemScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdMenuItemScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdMenuItemScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdMenuItemScope.elementScope.|(){}[0] + + final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).slot(com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.html.material3/MdMenuItemScope.slot|slot@org.jetbrains.compose.web.attributes.AttrsScope<*>(com.huanshankeji.compose.html.material3.MdMenuItemScope.Slot){}[0] + + final enum class Slot : kotlin/Enum { // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot|null[0] + enum entry End // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.End|null[0] + enum entry Headline // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.Headline|null[0] + enum entry Start // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.Start|null[0] + + final val entries // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.entries.|#static(){}[0] + final val stringValue // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.stringValue|{}stringValue[0] + final fun (): kotlin/String // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.stringValue.|(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.html.material3/MdMenuItemScope.Slot.values|values#static(){}[0] + } +} + +final class com.huanshankeji.compose.html.material3/MdNavigationTabScope { // com.huanshankeji.compose.html.material3/MdNavigationTabScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdNavigationTabScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdNavigationTabScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdNavigationTabScope.elementScope.|(){}[0] + + final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).slot(com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.html.material3/MdNavigationTabScope.slot|slot@org.jetbrains.compose.web.attributes.AttrsScope<*>(com.huanshankeji.compose.html.material3.MdNavigationTabScope.Slot){}[0] + + final enum class Slot : kotlin/Enum { // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot|null[0] + enum entry ActiveIcon // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot.ActiveIcon|null[0] + enum entry InactiveIcon // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot.InactiveIcon|null[0] + + final val entries // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot.entries.|#static(){}[0] + final val stringValue // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot.stringValue|{}stringValue[0] + final fun (): kotlin/String // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot.stringValue.|(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.html.material3/MdNavigationTabScope.Slot.values|values#static(){}[0] + } +} + +final class com.huanshankeji.compose.html.material3/MdSubMenuScope { // com.huanshankeji.compose.html.material3/MdSubMenuScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdSubMenuScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdSubMenuScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdSubMenuScope.elementScope.|(){}[0] + + final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).slot(com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.html.material3/MdSubMenuScope.slot|slot@org.jetbrains.compose.web.attributes.AttrsScope<*>(com.huanshankeji.compose.html.material3.MdSubMenuScope.Slot){}[0] + + final enum class Slot : kotlin/Enum { // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot|null[0] + enum entry Item // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot.Item|null[0] + enum entry Menu // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot.Menu|null[0] + + final val entries // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot.entries.|#static(){}[0] + final val stringValue // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot.stringValue|{}stringValue[0] + final fun (): kotlin/String // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot.stringValue.|(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.html.material3/MdSubMenuScope.Slot.values|values#static(){}[0] + } +} + +final class com.huanshankeji.compose.html.material3/MdTextFieldScope { // com.huanshankeji.compose.html.material3/MdTextFieldScope|null[0] + constructor (org.jetbrains.compose.web.dom/ElementScope) // com.huanshankeji.compose.html.material3/MdTextFieldScope.|(org.jetbrains.compose.web.dom.ElementScope){}[0] + + final val elementScope // com.huanshankeji.compose.html.material3/MdTextFieldScope.elementScope|{}elementScope[0] + final fun (): org.jetbrains.compose.web.dom/ElementScope // com.huanshankeji.compose.html.material3/MdTextFieldScope.elementScope.|(){}[0] + + final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).slot(com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot): org.jetbrains.compose.web.attributes/AttrsScope // com.huanshankeji.compose.html.material3/MdTextFieldScope.slot|slot@org.jetbrains.compose.web.attributes.AttrsScope<*>(com.huanshankeji.compose.html.material3.MdTextFieldScope.Slot){}[0] + + final enum class Slot : kotlin/Enum { // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot|null[0] + enum entry LeadingIcon // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot.LeadingIcon|null[0] + enum entry TrailingIcon // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot.TrailingIcon|null[0] + + final val entries // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot.entries|#static{}entries[0] + final fun (): kotlin.enums/EnumEntries // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot.entries.|#static(){}[0] + final val value // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot.value|{}value[0] + final fun (): kotlin/String // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot.value.|(){}[0] + + final fun valueOf(kotlin/String): com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot.valueOf|valueOf#static(kotlin.String){}[0] + final fun values(): kotlin/Array // com.huanshankeji.compose.html.material3/MdTextFieldScope.Slot.values|values#static(){}[0] + } +} + +final object com.huanshankeji.compose.html.material3/TextareaInputType : org.jetbrains.compose.web.attributes/InputType.InputTypeWithStringValue // com.huanshankeji.compose.html.material3/TextareaInputType|null[0] + +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdButtonScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdButtonScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdButtonScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdFabScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdFabScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdFabScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdIconButtonScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdIconButtonScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdIconButtonScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdListItemScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdListItemScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdListItemScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdListScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdListScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdListScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuArgs$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuArgs$stableprop|#static{}com_huanshankeji_compose_html_material3_MdMenuArgs$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuElement$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuElement$stableprop|#static{}com_huanshankeji_compose_html_material3_MdMenuElement$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuItemArgs$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuItemArgs$stableprop|#static{}com_huanshankeji_compose_html_material3_MdMenuItemArgs$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuItemScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuItemScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdMenuItemScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdNavigationTabScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdNavigationTabScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdNavigationTabScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdSubMenuScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdSubMenuScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdSubMenuScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdTextFieldScope$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdTextFieldScope$stableprop|#static{}com_huanshankeji_compose_html_material3_MdTextFieldScope$stableprop[0] +final val com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_TextareaInputType$stableprop // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_TextareaInputType$stableprop|#static{}com_huanshankeji_compose_html_material3_TextareaInputType$stableprop[0] + +final fun (org.jetbrains.compose.web.attributes/AttrsScope<*>).com.huanshankeji.compose.html.material3.attributes/indeterminate(kotlin/Boolean?) // com.huanshankeji.compose.html.material3.attributes/indeterminate|indeterminate@org.jetbrains.compose.web.attributes.AttrsScope<*>(kotlin.Boolean?){}[0] +final fun <#A: androidx.compose.web.events/SyntheticEvent> (org.jetbrains.compose.web.attributes/AttrsScope).com.huanshankeji.compose.html.material3/onClosed(kotlin/Function1, kotlin/Unit>) // com.huanshankeji.compose.html.material3/onClosed|onClosed@org.jetbrains.compose.web.attributes.AttrsScope(kotlin.Function1,kotlin.Unit>){0§>}[0] +final fun <#A: androidx.compose.web.events/SyntheticEvent> (org.jetbrains.compose.web.attributes/AttrsScope).com.huanshankeji.compose.html.material3/onClosing(kotlin/Function1<#A, kotlin/Unit>) // com.huanshankeji.compose.html.material3/onClosing|onClosing@org.jetbrains.compose.web.attributes.AttrsScope(kotlin.Function1<0:0,kotlin.Unit>){0§>}[0] +final fun <#A: androidx.compose.web.events/SyntheticEvent> (org.jetbrains.compose.web.attributes/AttrsScope).com.huanshankeji.compose.html.material3/onOpened(kotlin/Function1<#A, kotlin/Unit>) // com.huanshankeji.compose.html.material3/onOpened|onOpened@org.jetbrains.compose.web.attributes.AttrsScope(kotlin.Function1<0:0,kotlin.Unit>){0§>}[0] +final fun <#A: androidx.compose.web.events/SyntheticEvent> (org.jetbrains.compose.web.attributes/AttrsScope).com.huanshankeji.compose.html.material3/onOpening(kotlin/Function1<#A, kotlin/Unit>) // com.huanshankeji.compose.html.material3/onOpening|onOpening@org.jetbrains.compose.web.attributes.AttrsScope(kotlin.Function1<0:0,kotlin.Unit>){0§>}[0] +final fun com.huanshankeji.compose.html.material3/LabelWithMdSwitch(kotlin/String, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/LabelWithMdSwitch|LabelWithMdSwitch(kotlin.String;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdBrandedFab(kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdBrandedFab|MdBrandedFab(kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdCheckbox(com.huanshankeji.compose.html.material3/MdCheckboxState, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdCheckbox|MdCheckbox(com.huanshankeji.compose.html.material3.MdCheckboxState;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdCheckbox(kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdCheckbox|MdCheckbox(kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdCircularProgress(kotlin/Number?, kotlin/Number?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdCircularProgress|MdCircularProgress(kotlin.Number?;kotlin.Number?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdElevatedButton(kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdElevatedButton|MdElevatedButton(kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdElevatedCard(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdElevatedCard|MdElevatedCard(kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdFab(kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdFab|MdFab(kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdFilledButton(kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdFilledButton|MdFilledButton(kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdFilledCard(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdFilledCard|MdFilledCard(kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdFilledIconButton(kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdFilledIconButton|MdFilledIconButton(kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdFilledTextField(kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Int?, kotlin/Int?, org.jetbrains.compose.web.attributes/InputMode?, kotlin/String?, kotlin/Int?, kotlin/String?, kotlin/Int?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, org.jetbrains.compose.web.attributes/InputType<*>?, org.jetbrains.compose.web.attributes/AutoComplete?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdFilledTextField|MdFilledTextField(kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Int?;kotlin.Int?;org.jetbrains.compose.web.attributes.InputMode?;kotlin.String?;kotlin.Int?;kotlin.String?;kotlin.Int?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;org.jetbrains.compose.web.attributes.InputType<*>?;org.jetbrains.compose.web.attributes.AutoComplete?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdFilledTonalButton(kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdFilledTonalButton|MdFilledTonalButton(kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdFilledTonalIconButton(kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdFilledTonalIconButton|MdFilledTonalIconButton(kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdIcon(kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function2, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdIcon|MdIcon(kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function2;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdIcon(kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/String, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdIcon|MdIcon(kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.String;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdIconButton(kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdIconButton|MdIconButton(kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdLinearProgress(kotlin/Number?, kotlin/Number?, kotlin/Number?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdLinearProgress|MdLinearProgress(kotlin.Number?;kotlin.Number?;kotlin.Number?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdList(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdList|MdList(kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdListItem(kotlin/Boolean?, com.huanshankeji.compose.html.material3/MdListItemType?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdListItem|MdListItem(kotlin.Boolean?;com.huanshankeji.compose.html.material3.MdListItemType?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdMenu(kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Number?, kotlin/Number?, kotlin/Number?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdMenu|MdMenu(kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Number?;kotlin.Number?;kotlin.Number?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdMenuItem(kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdMenuItem|MdMenuItem(kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdNavigationBar(kotlin/Int?, kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdNavigationBar|MdNavigationBar(kotlin.Int?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdNavigationTab(kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdNavigationTab|MdNavigationTab(kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdOutlinedButton(kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdOutlinedButton|MdOutlinedButton(kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdOutlinedCard(kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer, kotlin/Int, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdOutlinedCard|MdOutlinedCard(kotlin.Function1,kotlin.Unit>?;kotlin.Function3,androidx.compose.runtime.Composer,kotlin.Int,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdOutlinedIconButton(kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdOutlinedIconButton|MdOutlinedIconButton(kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdOutlinedTextField(kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Int?, kotlin/Int?, org.jetbrains.compose.web.attributes/InputMode?, kotlin/String?, kotlin/Int?, kotlin/String?, kotlin/Int?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, org.jetbrains.compose.web.attributes/InputType<*>?, org.jetbrains.compose.web.attributes/AutoComplete?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdOutlinedTextField|MdOutlinedTextField(kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Int?;kotlin.Int?;org.jetbrains.compose.web.attributes.InputMode?;kotlin.String?;kotlin.Int?;kotlin.String?;kotlin.Int?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;org.jetbrains.compose.web.attributes.InputType<*>?;org.jetbrains.compose.web.attributes.AutoComplete?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdSubMenu(kotlin/String?, kotlin/String?, kotlin/Number?, kotlin/Number?, kotlin/Function1, kotlin/Unit>?, com.huanshankeji.compose.html.material3/MdMenuItemArgs, com.huanshankeji.compose.html.material3/MdMenuArgs, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdSubMenu|MdSubMenu(kotlin.String?;kotlin.String?;kotlin.Number?;kotlin.Number?;kotlin.Function1,kotlin.Unit>?;com.huanshankeji.compose.html.material3.MdMenuItemArgs;com.huanshankeji.compose.html.material3.MdMenuArgs;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdSubMenu(kotlin/String?, kotlin/String?, kotlin/Number?, kotlin/Number?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdSubMenu|MdSubMenu(kotlin.String?;kotlin.String?;kotlin.Number?;kotlin.Number?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdSwitch(kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdSwitch|MdSwitch(kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/MdTextButton(kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/Boolean?, kotlin/Boolean?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/String?, kotlin/Function1, kotlin/Unit>?, kotlin/Function3?, androidx.compose.runtime/Composer?, kotlin/Int, kotlin/Int, kotlin/Int) // com.huanshankeji.compose.html.material3/MdTextButton|MdTextButton(kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.Boolean?;kotlin.Boolean?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.String?;kotlin.Function1,kotlin.Unit>?;kotlin.Function3?;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int;kotlin.Int){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdButtonScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdButtonScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdButtonScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdFabScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdFabScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdFabScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdIconButtonScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdIconButtonScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdIconButtonScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdListItemScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdListItemScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdListItemScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdListScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdListScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdListScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuArgs$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuArgs$stableprop_getter|com_huanshankeji_compose_html_material3_MdMenuArgs$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuElement$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuElement$stableprop_getter|com_huanshankeji_compose_html_material3_MdMenuElement$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuItemArgs$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuItemArgs$stableprop_getter|com_huanshankeji_compose_html_material3_MdMenuItemArgs$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuItemScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdMenuItemScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdMenuItemScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdNavigationTabScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdNavigationTabScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdNavigationTabScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdSubMenuScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdSubMenuScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdSubMenuScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdTextFieldScope$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_MdTextFieldScope$stableprop_getter|com_huanshankeji_compose_html_material3_MdTextFieldScope$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_TextareaInputType$stableprop_getter(): kotlin/Int // com.huanshankeji.compose.html.material3/com_huanshankeji_compose_html_material3_TextareaInputType$stableprop_getter|com_huanshankeji_compose_html_material3_TextareaInputType$stableprop_getter(){}[0] +final fun com.huanshankeji.compose.html.material3/require(kotlin/String): dynamic // com.huanshankeji.compose.html.material3/require|require(kotlin.String){}[0] diff --git a/gradle-plugins/api/compose-html-material-gradle-plugins-legacy.api b/gradle-plugins/api/compose-html-material-gradle-plugins-legacy.api new file mode 100644 index 0000000..5216ae4 --- /dev/null +++ b/gradle-plugins/api/compose-html-material-gradle-plugins-legacy.api @@ -0,0 +1,24 @@ +public final class GeneratedVersionsKt { + public static final field projectVersion Ljava/lang/String; +} + +public final class com/huanshankeji/ComposeHtmlMaterialConventionsLegacyPlugin : org/gradle/api/Plugin { + public fun ()V + public synthetic fun apply (Ljava/lang/Object;)V + public fun apply (Lorg/gradle/api/Project;)V +} + +public final class com/huanshankeji/Compose_html_material_conventions_legacy_gradle : org/gradle/kotlin/dsl/precompile/v1/PrecompiledProjectScript { + public fun (Lorg/gradle/api/Project;Lorg/gradle/api/Project;)V + public static final fun main ([Ljava/lang/String;)V +} + +public final class com/huanshankeji/NpmDevDependencyVersions { + public static final field INSTANCE Lcom/huanshankeji/NpmDevDependencyVersions; + public final fun getCssLoader ()Ljava/lang/String; + public final fun getExtractLoader ()Ljava/lang/String; + public final fun getFileLoader ()Ljava/lang/String; + public final fun getSass ()Ljava/lang/String; + public final fun getSassLoader ()Ljava/lang/String; +} +