mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
* Update TabData for flexible content * Update ui/src/main/kotlin/org/jetbrains/jewel/ui/component/TabStrip.kt Co-authored-by: Sebastiano Poggi <rock3r@users.noreply.github.com> * Update ui/src/main/kotlin/org/jetbrains/jewel/ui/component/TabStrip.kt Co-authored-by: Sebastiano Poggi <rock3r@users.noreply.github.com> * review * review * Add tab content spacing to the user interface The user interface has been updated to include tab content spacing. This is established by adding a new parameter, `tabContentSpacing`, in TabMetrics and adjusting and testing its implementation across various files like `IntUiTabStyling.kt`, `IntUiBridge.kt`, and `Tabs.kt`. This modification will ensure more consistency and control over the user interface design. The user interface api file has also been updated to reflect this change. * lint * api fix * Update int-ui-standalone APIs GitOrigin-RevId: 7e61aafa34113649798ccad1e3d3fc6208390a01
2344 lines
144 KiB
Plaintext
2344 lines
144 KiB
Plaintext
public abstract interface class org/jetbrains/jewel/ui/ComponentStyling {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/ComponentStyling$Companion;
|
|
public abstract fun provide (Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public abstract fun provide ([Landroidx/compose/runtime/ProvidedValue;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public abstract fun styles (Landroidx/compose/runtime/Composer;I)[Landroidx/compose/runtime/ProvidedValue;
|
|
public abstract fun with (Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public abstract fun with (Lorg/jetbrains/jewel/ui/ComponentStyling;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/ComponentStyling$Companion : org/jetbrains/jewel/ui/ComponentStyling {
|
|
public fun provide (Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public fun provide ([Landroidx/compose/runtime/ProvidedValue;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public fun styles (Landroidx/compose/runtime/Composer;I)[Landroidx/compose/runtime/ProvidedValue;
|
|
public fun toString ()Ljava/lang/String;
|
|
public fun with (Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public fun with (Lorg/jetbrains/jewel/ui/ComponentStyling;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/ComponentStyling$DefaultImpls {
|
|
public static fun provide (Lorg/jetbrains/jewel/ui/ComponentStyling;Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public static fun provide (Lorg/jetbrains/jewel/ui/ComponentStyling;[Landroidx/compose/runtime/ProvidedValue;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public static fun with (Lorg/jetbrains/jewel/ui/ComponentStyling;Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public static fun with (Lorg/jetbrains/jewel/ui/ComponentStyling;Lorg/jetbrains/jewel/ui/ComponentStyling;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/DefaultComponentStyling : org/jetbrains/jewel/ui/ComponentStyling {
|
|
public static final field $stable I
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/CheckboxStyle;Lorg/jetbrains/jewel/ui/component/styling/ChipStyle;Lorg/jetbrains/jewel/ui/component/styling/CircularProgressStyle;Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle;Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle;Lorg/jetbrains/jewel/ui/component/styling/TabStyle;Lorg/jetbrains/jewel/ui/component/styling/DividerStyle;Lorg/jetbrains/jewel/ui/component/styling/TabStyle;Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderStyle;Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStyle;Lorg/jetbrains/jewel/ui/component/styling/IconButtonStyle;Lorg/jetbrains/jewel/ui/component/styling/LazyTreeStyle;Lorg/jetbrains/jewel/ui/component/styling/LinkStyle;Lorg/jetbrains/jewel/ui/component/styling/MenuStyle;Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle;Lorg/jetbrains/jewel/ui/component/styling/RadioButtonStyle;Lorg/jetbrains/jewel/ui/component/styling/ScrollbarStyle;Lorg/jetbrains/jewel/ui/component/styling/SliderStyle;Lorg/jetbrains/jewel/ui/component/styling/TextAreaStyle;Lorg/jetbrains/jewel/ui/component/styling/TextFieldStyle;Lorg/jetbrains/jewel/ui/component/styling/TooltipStyle;Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getCheckboxStyle ()Lorg/jetbrains/jewel/ui/component/styling/CheckboxStyle;
|
|
public final fun getChipStyle ()Lorg/jetbrains/jewel/ui/component/styling/ChipStyle;
|
|
public final fun getCircularProgressStyle ()Lorg/jetbrains/jewel/ui/component/styling/CircularProgressStyle;
|
|
public final fun getDefaultButtonStyle ()Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle;
|
|
public final fun getDefaultDropdownStyle ()Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle;
|
|
public final fun getDefaultTabStyle ()Lorg/jetbrains/jewel/ui/component/styling/TabStyle;
|
|
public final fun getDividerStyle ()Lorg/jetbrains/jewel/ui/component/styling/DividerStyle;
|
|
public final fun getEditorTabStyle ()Lorg/jetbrains/jewel/ui/component/styling/TabStyle;
|
|
public final fun getGroupHeaderStyle ()Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderStyle;
|
|
public final fun getHorizontalProgressBarStyle ()Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStyle;
|
|
public final fun getIconButtonStyle ()Lorg/jetbrains/jewel/ui/component/styling/IconButtonStyle;
|
|
public final fun getLazyTreeStyle ()Lorg/jetbrains/jewel/ui/component/styling/LazyTreeStyle;
|
|
public final fun getLinkStyle ()Lorg/jetbrains/jewel/ui/component/styling/LinkStyle;
|
|
public final fun getMenuStyle ()Lorg/jetbrains/jewel/ui/component/styling/MenuStyle;
|
|
public final fun getOutlinedButtonStyle ()Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle;
|
|
public final fun getRadioButtonStyle ()Lorg/jetbrains/jewel/ui/component/styling/RadioButtonStyle;
|
|
public final fun getScrollbarStyle ()Lorg/jetbrains/jewel/ui/component/styling/ScrollbarStyle;
|
|
public final fun getSliderStyle ()Lorg/jetbrains/jewel/ui/component/styling/SliderStyle;
|
|
public final fun getTextAreaStyle ()Lorg/jetbrains/jewel/ui/component/styling/TextAreaStyle;
|
|
public final fun getTextFieldStyle ()Lorg/jetbrains/jewel/ui/component/styling/TextFieldStyle;
|
|
public final fun getTooltipStyle ()Lorg/jetbrains/jewel/ui/component/styling/TooltipStyle;
|
|
public final fun getUndecoratedDropdownStyle ()Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle;
|
|
public fun hashCode ()I
|
|
public fun provide (Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public fun provide ([Landroidx/compose/runtime/ProvidedValue;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public fun styles (Landroidx/compose/runtime/Composer;I)[Landroidx/compose/runtime/ProvidedValue;
|
|
public fun toString ()Ljava/lang/String;
|
|
public fun with (Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
public fun with (Lorg/jetbrains/jewel/ui/ComponentStyling;)Lorg/jetbrains/jewel/ui/ComponentStyling;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/DisabledColorFilterKt {
|
|
public static final fun disabled (Landroidx/compose/ui/graphics/ColorFilter$Companion;)Landroidx/compose/ui/graphics/ColorFilter;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/NoIndication : androidx/compose/foundation/Indication {
|
|
public static final field $stable I
|
|
public static final field INSTANCE Lorg/jetbrains/jewel/ui/NoIndication;
|
|
public fun rememberUpdatedInstance (Landroidx/compose/foundation/interaction/InteractionSource;Landroidx/compose/runtime/Composer;I)Landroidx/compose/foundation/IndicationInstance;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/Orientation : java/lang/Enum {
|
|
public static final field Horizontal Lorg/jetbrains/jewel/ui/Orientation;
|
|
public static final field Vertical Lorg/jetbrains/jewel/ui/Orientation;
|
|
public static fun valueOf (Ljava/lang/String;)Lorg/jetbrains/jewel/ui/Orientation;
|
|
public static fun values ()[Lorg/jetbrains/jewel/ui/Orientation;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/Outline : java/lang/Enum {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/Outline$Companion;
|
|
public static final field Error Lorg/jetbrains/jewel/ui/Outline;
|
|
public static final field None Lorg/jetbrains/jewel/ui/Outline;
|
|
public static final field Warning Lorg/jetbrains/jewel/ui/Outline;
|
|
public static fun valueOf (Ljava/lang/String;)Lorg/jetbrains/jewel/ui/Outline;
|
|
public static fun values ()[Lorg/jetbrains/jewel/ui/Outline;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/Outline$Companion {
|
|
public final fun of (ZZ)Lorg/jetbrains/jewel/ui/Outline;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/OutlineKt {
|
|
public static final fun focusOutline-FJfuzF0 (Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/foundation/state/FocusableComponentState;Landroidx/compose/ui/graphics/Shape;Lorg/jetbrains/jewel/foundation/Stroke$Alignment;FLandroidx/compose/runtime/Composer;II)Landroidx/compose/ui/Modifier;
|
|
public static final fun outline-HYR8e34 (Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/foundation/state/FocusableComponentState;Lorg/jetbrains/jewel/ui/Outline;Landroidx/compose/ui/graphics/Shape;Lorg/jetbrains/jewel/foundation/Stroke$Alignment;FLandroidx/compose/runtime/Composer;II)Landroidx/compose/ui/Modifier;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ButtonKt {
|
|
public static final fun DefaultButton (Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle;Landroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun OutlinedButton (Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle;Landroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ButtonState : org/jetbrains/jewel/foundation/state/FocusableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/ButtonState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/ButtonState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-oDpth28 (JZZZZZ)J
|
|
public static synthetic fun copy-oDpth28$default (JZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ButtonState$Companion {
|
|
public final fun of-oDpth28 (ZZZZZ)J
|
|
public static synthetic fun of-oDpth28$default (Lorg/jetbrains/jewel/ui/component/ButtonState$Companion;ZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/CheckboxKt {
|
|
public static final fun Checkbox (ZLkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors;Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics;Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun CheckboxRow (Ljava/lang/String;ZLkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors;Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics;Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;III)V
|
|
public static final fun CheckboxRow (ZLkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors;Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics;Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons;Landroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V
|
|
public static final fun TriStateCheckbox (Landroidx/compose/ui/state/ToggleableState;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors;Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics;Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun TriStateCheckboxRow (Landroidx/compose/ui/state/ToggleableState;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors;Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics;Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons;Landroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V
|
|
public static final fun TriStateCheckboxRow (Ljava/lang/String;Landroidx/compose/ui/state/ToggleableState;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors;Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics;Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;III)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/CheckboxState : org/jetbrains/jewel/foundation/state/FocusableComponentState, org/jetbrains/jewel/foundation/state/ToggleableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/CheckboxState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/CheckboxState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-oOgqrko (JLandroidx/compose/ui/state/ToggleableState;ZZZZZ)J
|
|
public static synthetic fun copy-oOgqrko$default (JLandroidx/compose/ui/state/ToggleableState;ZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public fun getToggleableState ()Landroidx/compose/ui/state/ToggleableState;
|
|
public static fun getToggleableState-impl (J)Landroidx/compose/ui/state/ToggleableState;
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun isSelected ()Z
|
|
public static fun isSelected-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/CheckboxState$Companion {
|
|
public final fun of-oOgqrko (Landroidx/compose/ui/state/ToggleableState;ZZZZZ)J
|
|
public static synthetic fun of-oOgqrko$default (Lorg/jetbrains/jewel/ui/component/CheckboxState$Companion;Landroidx/compose/ui/state/ToggleableState;ZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ChipKt {
|
|
public static final fun Chip (Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/interaction/MutableInteractionSource;ZZLorg/jetbrains/jewel/ui/component/styling/ChipStyle;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun RadioButtonChip (ZLkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/interaction/MutableInteractionSource;ZLorg/jetbrains/jewel/ui/component/styling/ChipStyle;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun ToggleableChip (ZLkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;Landroidx/compose/foundation/interaction/MutableInteractionSource;ZLorg/jetbrains/jewel/ui/component/styling/ChipStyle;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ChipState : org/jetbrains/jewel/foundation/state/FocusableComponentState, org/jetbrains/jewel/foundation/state/SelectableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/ChipState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/ChipState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-JT_Lw10 (JZZZZZZ)J
|
|
public static synthetic fun copy-JT_Lw10$default (JZZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun isSelected ()Z
|
|
public static fun isSelected-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ChipState$Companion {
|
|
public final fun of-JT_Lw10 (ZZZZZZ)J
|
|
public static synthetic fun of-JT_Lw10$default (Lorg/jetbrains/jewel/ui/component/ChipState$Companion;ZZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/CircularProgressIndicatorKt {
|
|
public static final fun CircularProgressIndicator (Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/styling/CircularProgressStyle;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun CircularProgressIndicatorBig (Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/styling/CircularProgressStyle;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ComposableSingletons$MenuKt {
|
|
public static final field INSTANCE Lorg/jetbrains/jewel/ui/component/ComposableSingletons$MenuKt;
|
|
public static field lambda-1 Lkotlin/jvm/functions/Function2;
|
|
public fun <init> ()V
|
|
public final fun getLambda-1$ui ()Lkotlin/jvm/functions/Function2;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ContextMenuDivider : androidx/compose/foundation/ContextMenuItem {
|
|
public static final field $stable I
|
|
public static final field INSTANCE Lorg/jetbrains/jewel/ui/component/ContextMenuDivider;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ContextMenuRepresentation : androidx/compose/foundation/ContextMenuRepresentation {
|
|
public static final field $stable I
|
|
public static final field INSTANCE Lorg/jetbrains/jewel/ui/component/ContextMenuRepresentation;
|
|
public fun Representation (Landroidx/compose/foundation/ContextMenuState;Lkotlin/jvm/functions/Function0;Landroidx/compose/runtime/Composer;I)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ContextSubmenu : androidx/compose/foundation/ContextMenuItem {
|
|
public static final field $stable I
|
|
public fun <init> (Ljava/lang/String;Lkotlin/jvm/functions/Function0;)V
|
|
public final fun getSubmenu ()Lkotlin/jvm/functions/Function0;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/DividerKt {
|
|
public static final fun Divider-RLL6an4 (Lorg/jetbrains/jewel/ui/Orientation;Landroidx/compose/ui/Modifier;JFFLorg/jetbrains/jewel/ui/component/styling/DividerStyle;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/DropdownKt {
|
|
public static final fun Dropdown (Landroidx/compose/ui/Modifier;ZLandroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/DropdownState : org/jetbrains/jewel/foundation/state/FocusableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/DropdownState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/DropdownState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-17HSnUM (JZZZZZ)J
|
|
public static synthetic fun copy-17HSnUM$default (JZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/DropdownState$Companion {
|
|
public final fun of-17HSnUM (ZZZZZ)J
|
|
public static synthetic fun of-17HSnUM$default (Lorg/jetbrains/jewel/ui/component/DropdownState$Companion;ZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/GroupHeaderKt {
|
|
public static final fun GroupHeader-cf5BqRc (Ljava/lang/String;Landroidx/compose/ui/Modifier;JLorg/jetbrains/jewel/ui/component/styling/GroupHeaderStyle;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/IconButtonKt {
|
|
public static final fun IconButton (Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/component/styling/IconButtonStyle;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun SelectableIconButton (ZLkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/component/styling/IconButtonStyle;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/IconButtonState : org/jetbrains/jewel/foundation/state/FocusableComponentState, org/jetbrains/jewel/foundation/state/SelectableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/IconButtonState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/IconButtonState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-iT7zR20 (JZZZZZZ)J
|
|
public static synthetic fun copy-iT7zR20$default (JZZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun isSelected ()Z
|
|
public static fun isSelected-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/IconButtonState$Companion {
|
|
public final fun of-iT7zR20 (ZZZZZZ)J
|
|
public static synthetic fun of-iT7zR20$default (Lorg/jetbrains/jewel/ui/component/IconButtonState$Companion;ZZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/IconKt {
|
|
public static final fun Icon (Landroidx/compose/ui/graphics/painter/Painter;Ljava/lang/String;Landroidx/compose/ui/graphics/ColorFilter;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun Icon (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;Landroidx/compose/ui/graphics/ColorFilter;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun Icon-ww6aTOc (Landroidx/compose/ui/graphics/ImageBitmap;Ljava/lang/String;Landroidx/compose/ui/Modifier;JLandroidx/compose/runtime/Composer;II)V
|
|
public static final fun Icon-ww6aTOc (Landroidx/compose/ui/graphics/painter/Painter;Ljava/lang/String;Landroidx/compose/ui/Modifier;JLandroidx/compose/runtime/Composer;II)V
|
|
public static final fun Icon-ww6aTOc (Landroidx/compose/ui/graphics/vector/ImageVector;Ljava/lang/String;Landroidx/compose/ui/Modifier;JLandroidx/compose/runtime/Composer;II)V
|
|
public static final fun Icon-yrwZFoE (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;Landroidx/compose/ui/Modifier;JLandroidx/compose/runtime/Composer;II)V
|
|
public static final fun painterResource (Ljava/lang/String;Landroidx/compose/ui/res/ResourceLoader;Landroidx/compose/runtime/Composer;I)Landroidx/compose/ui/graphics/painter/Painter;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/InputFieldState : org/jetbrains/jewel/foundation/state/FocusableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/InputFieldState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/InputFieldState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-raUdB0Y (JZZZZZ)J
|
|
public static synthetic fun copy-raUdB0Y$default (JZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/InputFieldState$Companion {
|
|
public final fun of-raUdB0Y (ZZZZZ)J
|
|
public static synthetic fun of-raUdB0Y$default (Lorg/jetbrains/jewel/ui/component/InputFieldState$Companion;ZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/LazyTreeKt {
|
|
public static final fun LazyTree (Lorg/jetbrains/jewel/foundation/lazy/tree/Tree;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Lorg/jetbrains/jewel/foundation/lazy/tree/TreeState;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lorg/jetbrains/jewel/foundation/lazy/tree/KeyActions;Lorg/jetbrains/jewel/ui/component/styling/LazyTreeStyle;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/LinearProgressBarKt {
|
|
public static final fun HorizontalProgressBar (FLandroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStyle;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun IndeterminateHorizontalProgressBar (Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStyle;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/LinkKt {
|
|
public static final fun DropdownLink-fG7obvk (Ljava/lang/String;Landroidx/compose/ui/Modifier;ZJLandroidx/compose/ui/text/font/FontStyle;Landroidx/compose/ui/text/font/FontWeight;Landroidx/compose/ui/text/font/FontFamily;JLandroidx/compose/ui/text/style/TextAlign;IJLandroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/LinkStyle;Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/styling/MenuStyle;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;III)V
|
|
public static final fun ExternalLink-Bx0nqJE (Ljava/lang/String;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZJLandroidx/compose/ui/text/font/FontStyle;Landroidx/compose/ui/text/font/FontWeight;Landroidx/compose/ui/text/font/FontFamily;JLandroidx/compose/ui/text/style/TextAlign;IJLandroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/LinkStyle;Landroidx/compose/runtime/Composer;III)V
|
|
public static final fun Link-Bx0nqJE (Ljava/lang/String;Lkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZJLandroidx/compose/ui/text/font/FontStyle;Landroidx/compose/ui/text/font/FontWeight;Landroidx/compose/ui/text/font/FontFamily;JLandroidx/compose/ui/text/style/TextAlign;IJLandroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/LinkStyle;Landroidx/compose/runtime/Composer;III)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/LinkState : org/jetbrains/jewel/foundation/state/FocusableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/LinkState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/LinkState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static final fun chooseValueWithVisited-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-oSacjZw (JZZZZZZ)J
|
|
public static synthetic fun copy-oSacjZw$default (JZZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public static final fun isVisited-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/LinkState$Companion {
|
|
public final fun of-oSacjZw (ZZZZZZ)J
|
|
public static synthetic fun of-oSacjZw$default (Lorg/jetbrains/jewel/ui/component/LinkState$Companion;ZZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/MenuItemState : org/jetbrains/jewel/foundation/state/FocusableComponentState, org/jetbrains/jewel/foundation/state/SelectableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/MenuItemState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/MenuItemState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-moUeATs (JZZZZZZ)J
|
|
public static synthetic fun copy-moUeATs$default (JZZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun isSelected ()Z
|
|
public static fun isSelected-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/MenuItemState$Companion {
|
|
public final fun of-moUeATs (ZZZZZZ)J
|
|
public static synthetic fun of-moUeATs$default (Lorg/jetbrains/jewel/ui/component/MenuItemState$Companion;ZZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/MenuKt {
|
|
public static final fun MenuSeparator (Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/styling/MenuItemMetrics;Lorg/jetbrains/jewel/ui/component/styling/MenuItemColors;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun MenuSubmenuItem (Landroidx/compose/ui/Modifier;ZZLjava/lang/String;Ljava/lang/Class;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/MenuStyle;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun PopupMenu (Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/styling/MenuStyle;Lkotlin/jvm/functions/Function1;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun items (Lorg/jetbrains/jewel/ui/component/MenuScope;ILkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;)V
|
|
public static final fun items (Lorg/jetbrains/jewel/ui/component/MenuScope;Ljava/util/List;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function3;)V
|
|
public static final fun separator (Lorg/jetbrains/jewel/ui/component/MenuScope;)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/MenuManager {
|
|
public static final field $stable I
|
|
public fun <init> (Lkotlin/jvm/functions/Function1;Lorg/jetbrains/jewel/ui/component/MenuManager;)V
|
|
public synthetic fun <init> (Lkotlin/jvm/functions/Function1;Lorg/jetbrains/jewel/ui/component/MenuManager;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun close-iuPiT84 (I)Z
|
|
public final fun closeAll-HMVJIwE (IZ)V
|
|
public final fun getOnDismissRequest ()Lkotlin/jvm/functions/Function1;
|
|
public final fun isRootMenu ()Z
|
|
public final fun isSubmenu ()Z
|
|
public final fun submenuManager (Lkotlin/jvm/functions/Function1;)Lorg/jetbrains/jewel/ui/component/MenuManager;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/MenuManagerKt {
|
|
public static final fun getLocalMenuManager ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/component/MenuScope {
|
|
public abstract fun passiveItem (Lkotlin/jvm/functions/Function2;)V
|
|
public abstract fun selectableItem (ZLjava/lang/String;Ljava/lang/Class;Ljava/util/Set;Lkotlin/jvm/functions/Function0;ZLkotlin/jvm/functions/Function2;)V
|
|
public abstract fun submenu (ZLjava/lang/String;Ljava/lang/Class;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/MenuScope$DefaultImpls {
|
|
public static synthetic fun selectableItem$default (Lorg/jetbrains/jewel/ui/component/MenuScope;ZLjava/lang/String;Ljava/lang/Class;Ljava/util/Set;Lkotlin/jvm/functions/Function0;ZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
|
|
public static synthetic fun submenu$default (Lorg/jetbrains/jewel/ui/component/MenuScope;ZLjava/lang/String;Ljava/lang/Class;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/RadioButtonKt {
|
|
public static final fun RadioButton (ZLkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/RadioButtonStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun RadioButtonRow (Ljava/lang/String;ZLkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/RadioButtonStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun RadioButtonRow (ZLkotlin/jvm/functions/Function0;Landroidx/compose/ui/Modifier;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/RadioButtonStyle;Landroidx/compose/ui/text/TextStyle;Lkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/RadioButtonState : org/jetbrains/jewel/foundation/state/FocusableComponentState, org/jetbrains/jewel/foundation/state/SelectableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/RadioButtonState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/RadioButtonState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-fp8g3n8 (JZZZZZZ)J
|
|
public static synthetic fun copy-fp8g3n8$default (JZZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun isSelected ()Z
|
|
public static fun isSelected-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/RadioButtonState$Companion {
|
|
public final fun of-fp8g3n8 (ZZZZZZ)J
|
|
public static synthetic fun of-fp8g3n8$default (Lorg/jetbrains/jewel/ui/component/RadioButtonState$Companion;ZZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/ScrollbarsKt {
|
|
public static final fun HorizontalScrollbar (Landroidx/compose/foundation/v2/ScrollbarAdapter;Landroidx/compose/ui/Modifier;ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/ScrollbarStyle;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun TabStripHorizontalScrollbar (Landroidx/compose/foundation/v2/ScrollbarAdapter;Landroidx/compose/ui/Modifier;ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/ScrollbarStyle;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun VerticalScrollbar (Landroidx/compose/foundation/v2/ScrollbarAdapter;Landroidx/compose/ui/Modifier;ZLandroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/ScrollbarStyle;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/SliderKt {
|
|
public static final fun Slider (FLkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZLkotlin/ranges/ClosedFloatingPointRange;ILkotlin/jvm/functions/Function0;Landroidx/compose/foundation/interaction/MutableInteractionSource;Lorg/jetbrains/jewel/ui/component/styling/SliderStyle;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/SliderState : org/jetbrains/jewel/foundation/state/FocusableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/SliderState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/SliderState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-GPhM_18 (JZZZZZ)J
|
|
public static synthetic fun copy-GPhM_18$default (JZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/SliderState$Companion {
|
|
public final fun of-GPhM_18 (ZZZZZ)J
|
|
public static synthetic fun of-GPhM_18$default (Lorg/jetbrains/jewel/ui/component/SliderState$Companion;ZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/SplitLayoutKt {
|
|
public static final fun HorizontalSplitLayout-BssWTFQ (Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function3;Landroidx/compose/ui/Modifier;JFFFFFFLandroidx/compose/runtime/Composer;II)V
|
|
public static final fun VerticalSplitLayout-BssWTFQ (Lkotlin/jvm/functions/Function3;Lkotlin/jvm/functions/Function3;Landroidx/compose/ui/Modifier;JFFFFFFLandroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/component/TabContentScope {
|
|
public abstract fun tabContentAlpha-A_ZS63w (Landroidx/compose/ui/Modifier;JLandroidx/compose/runtime/Composer;I)Landroidx/compose/ui/Modifier;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabContentScope$DefaultImpls {
|
|
public static fun tabContentAlpha-A_ZS63w (Lorg/jetbrains/jewel/ui/component/TabContentScope;Landroidx/compose/ui/Modifier;JLandroidx/compose/runtime/Composer;I)Landroidx/compose/ui/Modifier;
|
|
}
|
|
|
|
public abstract class org/jetbrains/jewel/ui/component/TabData {
|
|
public static final field $stable I
|
|
public abstract fun getClosable ()Z
|
|
public abstract fun getContent ()Lkotlin/jvm/functions/Function4;
|
|
public abstract fun getOnClick ()Lkotlin/jvm/functions/Function0;
|
|
public abstract fun getOnClose ()Lkotlin/jvm/functions/Function0;
|
|
public abstract fun getSelected ()Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabData$Default : org/jetbrains/jewel/ui/component/TabData {
|
|
public static final field $stable I
|
|
public fun <init> (ZLkotlin/jvm/functions/Function4;ZLkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function0;)V
|
|
public synthetic fun <init> (ZLkotlin/jvm/functions/Function4;ZLkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function0;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public fun getClosable ()Z
|
|
public fun getContent ()Lkotlin/jvm/functions/Function4;
|
|
public fun getOnClick ()Lkotlin/jvm/functions/Function0;
|
|
public fun getOnClose ()Lkotlin/jvm/functions/Function0;
|
|
public fun getSelected ()Z
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabData$Editor : org/jetbrains/jewel/ui/component/TabData {
|
|
public static final field $stable I
|
|
public fun <init> (ZLkotlin/jvm/functions/Function4;ZLkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function0;)V
|
|
public synthetic fun <init> (ZLkotlin/jvm/functions/Function4;ZLkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function0;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public fun getClosable ()Z
|
|
public fun getContent ()Lkotlin/jvm/functions/Function4;
|
|
public fun getOnClick ()Lkotlin/jvm/functions/Function0;
|
|
public fun getOnClose ()Lkotlin/jvm/functions/Function0;
|
|
public fun getSelected ()Z
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabState : org/jetbrains/jewel/foundation/state/SelectableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/TabState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/TabState;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-59c8LF8 (JZZZZZ)J
|
|
public static synthetic fun copy-59c8LF8$default (JZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun isSelected ()Z
|
|
public static fun isSelected-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabState$Companion {
|
|
public final fun of-59c8LF8 (ZZZZZ)J
|
|
public static synthetic fun of-59c8LF8$default (Lorg/jetbrains/jewel/ui/component/TabState$Companion;ZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabStripKt {
|
|
public static final fun TabStrip (Ljava/util/List;Landroidx/compose/ui/Modifier;ZLandroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabStripState : org/jetbrains/jewel/foundation/state/FocusableComponentState {
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/TabStripState$Companion;
|
|
public static final synthetic fun box-impl (J)Lorg/jetbrains/jewel/ui/component/TabStripState;
|
|
public fun chooseValue (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun chooseValue-impl (JLjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
|
|
public static fun constructor-impl (J)J
|
|
public static final fun copy-zFr0jqg (JZZZZZ)J
|
|
public static synthetic fun copy-zFr0jqg$default (JZZZZZILjava/lang/Object;)J
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public static fun equals-impl (JLjava/lang/Object;)Z
|
|
public static final fun equals-impl0 (JJ)Z
|
|
public final fun getState-s-VKNKU ()J
|
|
public fun hashCode ()I
|
|
public static fun hashCode-impl (J)I
|
|
public fun isActive ()Z
|
|
public static fun isActive-impl (J)Z
|
|
public fun isEnabled ()Z
|
|
public static fun isEnabled-impl (J)Z
|
|
public fun isFocused ()Z
|
|
public static fun isFocused-impl (J)Z
|
|
public fun isHovered ()Z
|
|
public static fun isHovered-impl (J)Z
|
|
public fun isPressed ()Z
|
|
public static fun isPressed-impl (J)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
public static fun toString-impl (J)Ljava/lang/String;
|
|
public final synthetic fun unbox-impl ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabStripState$Companion {
|
|
public final fun of-zFr0jqg (ZZZZZ)J
|
|
public static synthetic fun of-zFr0jqg$default (Lorg/jetbrains/jewel/ui/component/TabStripState$Companion;ZZZZZILjava/lang/Object;)J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TabsKt {
|
|
public static final fun SimpleTabContent-A5h6_LM (Lorg/jetbrains/jewel/ui/component/TabContentScope;Landroidx/compose/ui/Modifier;JLkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun SimpleTabContent-A5h6_LM (Lorg/jetbrains/jewel/ui/component/TabContentScope;Ljava/lang/String;JLandroidx/compose/ui/graphics/painter/Painter;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TextAreaKt {
|
|
public static final fun TextArea (Landroidx/compose/ui/text/input/TextFieldValue;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZZLkotlin/jvm/functions/Function2;ZLorg/jetbrains/jewel/ui/Outline;Landroidx/compose/ui/text/input/VisualTransformation;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ILkotlin/jvm/functions/Function1;Lorg/jetbrains/jewel/ui/component/styling/TextAreaStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/runtime/Composer;III)V
|
|
public static final fun TextArea (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZZLorg/jetbrains/jewel/ui/Outline;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/ui/text/input/VisualTransformation;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;ILkotlin/jvm/functions/Function1;Lorg/jetbrains/jewel/ui/component/styling/TextAreaStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/runtime/Composer;III)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TextFieldKt {
|
|
public static final fun TextField (Landroidx/compose/ui/text/input/TextFieldValue;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZZLorg/jetbrains/jewel/ui/Outline;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/ui/text/input/VisualTransformation;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;Lkotlin/jvm/functions/Function1;Lorg/jetbrains/jewel/ui/component/styling/TextFieldStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/runtime/Composer;III)V
|
|
public static final fun TextField (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Modifier;ZZLorg/jetbrains/jewel/ui/Outline;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;Lkotlin/jvm/functions/Function2;ZLandroidx/compose/ui/text/input/VisualTransformation;Landroidx/compose/foundation/text/KeyboardOptions;Landroidx/compose/foundation/text/KeyboardActions;Lkotlin/jvm/functions/Function1;Lorg/jetbrains/jewel/ui/component/styling/TextFieldStyle;Landroidx/compose/foundation/interaction/MutableInteractionSource;Landroidx/compose/runtime/Composer;III)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TextKt {
|
|
public static final fun Text--4IGK_g (Landroidx/compose/ui/text/AnnotatedString;Landroidx/compose/ui/Modifier;JJLandroidx/compose/ui/text/font/FontStyle;Landroidx/compose/ui/text/font/FontWeight;Landroidx/compose/ui/text/font/FontFamily;JLandroidx/compose/ui/text/style/TextDecoration;Landroidx/compose/ui/text/style/TextAlign;JIZILjava/util/Map;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;III)V
|
|
public static final fun Text-fLXpl1I (Ljava/lang/String;Landroidx/compose/ui/Modifier;JJLandroidx/compose/ui/text/font/FontStyle;Landroidx/compose/ui/text/font/FontWeight;Landroidx/compose/ui/text/font/FontFamily;JLandroidx/compose/ui/text/style/TextDecoration;Landroidx/compose/ui/text/style/TextAlign;JIZILkotlin/jvm/functions/Function1;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/runtime/Composer;III)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TooltipKt {
|
|
public static final fun Tooltip (Lkotlin/jvm/functions/Function2;Landroidx/compose/ui/Modifier;Lorg/jetbrains/jewel/ui/component/styling/TooltipStyle;Landroidx/compose/foundation/TooltipPlacement;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/TooltipPlacement : androidx/compose/foundation/TooltipPlacement {
|
|
public static final field $stable I
|
|
public synthetic fun <init> (JLandroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/ui/unit/Density;FILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public synthetic fun <init> (JLandroidx/compose/ui/Alignment$Horizontal;Landroidx/compose/ui/unit/Density;FLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun positionProvider (Landroidx/compose/runtime/Composer;I)Landroidx/compose/ui/window/PopupPositionProvider;
|
|
public fun positionProvider-9KIMszo (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/ui/window/PopupPositionProvider;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ButtonColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ButtonColors$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;JJJJJLandroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun backgroundFor-Wlap9Qs (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun borderFor-Wlap9Qs (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun contentFor-Wlap9Qs (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBackground ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundDisabled ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundFocused ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundHovered ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundPressed ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBorder ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBorderDisabled ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBorderFocused ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBorderHovered ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBorderPressed ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentDisabled-0d7_KjU ()J
|
|
public final fun getContentFocused-0d7_KjU ()J
|
|
public final fun getContentHovered-0d7_KjU ()J
|
|
public final fun getContentPressed-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ButtonColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ButtonMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ButtonMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/shape/CornerSize;Landroidx/compose/foundation/layout/PaddingValues;JFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBorderWidth-D9Ej5fM ()F
|
|
public final fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getMinSize-MYxV2XQ ()J
|
|
public final fun getPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ButtonMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ButtonStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/ButtonColors;Lorg/jetbrains/jewel/ui/component/styling/ButtonMetrics;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/ButtonColors;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/ButtonMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ButtonStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ButtonStylingKt {
|
|
public static final fun getLocalDefaultButtonStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
public static final fun getLocalOutlinedButtonStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors$Companion;
|
|
public synthetic fun <init> (JJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun contentFor-f7CD9uA (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentDisabled-0d7_KjU ()J
|
|
public final fun getContentSelected-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxIcons {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/painter/PainterProvider;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getCheckbox ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxIcons$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics$Companion;
|
|
public synthetic fun <init> (JLandroidx/compose/foundation/shape/CornerSize;JJFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getCheckboxCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getCheckboxSize-MYxV2XQ ()J
|
|
public final fun getIconContentGap-D9Ej5fM ()F
|
|
public final fun getOutlineOffset-RKDOV3M ()J
|
|
public final fun getOutlineSize-MYxV2XQ ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/CheckboxStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors;Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics;Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/CheckboxColors;
|
|
public final fun getIcons ()Lorg/jetbrains/jewel/ui/component/styling/CheckboxIcons;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/CheckboxMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CheckboxStylingKt {
|
|
public static final fun getLocalCheckboxStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ChipColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ChipColors$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;Landroidx/compose/ui/graphics/Brush;JJJJJJJJJJJJJJJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun backgroundFor-EPQOS-w (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun borderFor-EPQOS-w (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun contentFor-EPQOS-w (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBackground ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundDisabled ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundFocused ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundHovered ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundPressed ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundSelected ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundSelectedDisabled ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundSelectedFocused ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundSelectedHovered ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBackgroundSelectedPressed ()Landroidx/compose/ui/graphics/Brush;
|
|
public final fun getBorder-0d7_KjU ()J
|
|
public final fun getBorderDisabled-0d7_KjU ()J
|
|
public final fun getBorderFocused-0d7_KjU ()J
|
|
public final fun getBorderHovered-0d7_KjU ()J
|
|
public final fun getBorderPressed-0d7_KjU ()J
|
|
public final fun getBorderSelected-0d7_KjU ()J
|
|
public final fun getBorderSelectedDisabled-0d7_KjU ()J
|
|
public final fun getBorderSelectedFocused-0d7_KjU ()J
|
|
public final fun getBorderSelectedHovered-0d7_KjU ()J
|
|
public final fun getBorderSelectedPressed-0d7_KjU ()J
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentDisabled-0d7_KjU ()J
|
|
public final fun getContentFocused-0d7_KjU ()J
|
|
public final fun getContentHovered-0d7_KjU ()J
|
|
public final fun getContentPressed-0d7_KjU ()J
|
|
public final fun getContentSelected-0d7_KjU ()J
|
|
public final fun getContentSelectedDisabled-0d7_KjU ()J
|
|
public final fun getContentSelectedFocused-0d7_KjU ()J
|
|
public final fun getContentSelectedHovered-0d7_KjU ()J
|
|
public final fun getContentSelectedPressed-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ChipColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ChipMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ChipMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/shape/CornerSize;Landroidx/compose/foundation/layout/PaddingValues;FFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBorderWidth-D9Ej5fM ()F
|
|
public final fun getBorderWidthSelected-D9Ej5fM ()F
|
|
public final fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ChipMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ChipStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ChipStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/ChipColors;Lorg/jetbrains/jewel/ui/component/styling/ChipMetrics;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/ChipColors;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/ChipMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ChipStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ChipStylingKt {
|
|
public static final fun getLocalChipStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CircularProgressStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/CircularProgressStyle$Companion;
|
|
public synthetic fun <init> (JJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun getColor-0d7_KjU ()J
|
|
public final fun getFrameTime-UwyO8pc ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CircularProgressStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/CircularProgressStyleKt {
|
|
public static final fun getLocalCircularProgressStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DividerMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/DividerMetrics$Companion;
|
|
public synthetic fun <init> (FFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getStartIndent-D9Ej5fM ()F
|
|
public final fun getThickness-D9Ej5fM ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DividerMetrics$Companion {
|
|
public final fun defaults-YgX7TsA (FF)Lorg/jetbrains/jewel/ui/component/styling/DividerMetrics;
|
|
public static synthetic fun defaults-YgX7TsA$default (Lorg/jetbrains/jewel/ui/component/styling/DividerMetrics$Companion;FFILjava/lang/Object;)Lorg/jetbrains/jewel/ui/component/styling/DividerMetrics;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DividerStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/DividerStyle$Companion;
|
|
public synthetic fun <init> (JLorg/jetbrains/jewel/ui/component/styling/DividerMetrics;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColor-0d7_KjU ()J
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/DividerMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DividerStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DividerStylingKt {
|
|
public static final fun getLocalDividerStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/DropdownColors$Companion;
|
|
public synthetic fun <init> (JJJJJJJJJJJJJJJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun backgroundFor-6nTENxs (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun borderFor-6nTENxs (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun contentFor-6nTENxs (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBackground-0d7_KjU ()J
|
|
public final fun getBackgroundDisabled-0d7_KjU ()J
|
|
public final fun getBackgroundFocused-0d7_KjU ()J
|
|
public final fun getBackgroundHovered-0d7_KjU ()J
|
|
public final fun getBackgroundPressed-0d7_KjU ()J
|
|
public final fun getBorder-0d7_KjU ()J
|
|
public final fun getBorderDisabled-0d7_KjU ()J
|
|
public final fun getBorderFocused-0d7_KjU ()J
|
|
public final fun getBorderHovered-0d7_KjU ()J
|
|
public final fun getBorderPressed-0d7_KjU ()J
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentDisabled-0d7_KjU ()J
|
|
public final fun getContentFocused-0d7_KjU ()J
|
|
public final fun getContentHovered-0d7_KjU ()J
|
|
public final fun getContentPressed-0d7_KjU ()J
|
|
public final fun getIconTint-0d7_KjU ()J
|
|
public final fun getIconTintDisabled-0d7_KjU ()J
|
|
public final fun getIconTintFocused-0d7_KjU ()J
|
|
public final fun getIconTintHovered-0d7_KjU ()J
|
|
public final fun getIconTintPressed-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public final fun iconTintFor-6nTENxs (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownIcons {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/DropdownIcons$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/painter/PainterProvider;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getChevronDown ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownIcons$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/DropdownMetrics$Companion;
|
|
public synthetic fun <init> (JJLandroidx/compose/foundation/shape/CornerSize;Landroidx/compose/foundation/layout/PaddingValues;FLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getArrowMinSize-MYxV2XQ ()J
|
|
public final fun getBorderWidth-D9Ej5fM ()F
|
|
public final fun getContentPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getMinSize-MYxV2XQ ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/DropdownColors;Lorg/jetbrains/jewel/ui/component/styling/DropdownMetrics;Lorg/jetbrains/jewel/ui/component/styling/DropdownIcons;Landroidx/compose/ui/text/TextStyle;Lorg/jetbrains/jewel/ui/component/styling/MenuStyle;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/DropdownColors;
|
|
public final fun getIcons ()Lorg/jetbrains/jewel/ui/component/styling/DropdownIcons;
|
|
public final fun getMenuStyle ()Lorg/jetbrains/jewel/ui/component/styling/MenuStyle;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/DropdownMetrics;
|
|
public final fun getTextStyle ()Landroidx/compose/ui/text/TextStyle;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/DropdownStylingKt {
|
|
public static final fun getLocalDefaultDropdownStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
public static final fun getLocalUndecoratedDropdownStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/GroupHeaderColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderColors$Companion;
|
|
public synthetic fun <init> (JLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getDivider-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/GroupHeaderColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/GroupHeaderMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderMetrics$Companion;
|
|
public synthetic fun <init> (FFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getDividerThickness-D9Ej5fM ()F
|
|
public final fun getIndent-D9Ej5fM ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/GroupHeaderMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/GroupHeaderStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderColors;Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderMetrics;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderColors;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/GroupHeaderStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/GroupHeaderStylingKt {
|
|
public static final fun getLocalGroupHeaderStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/HorizontalProgressBarColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarColors$Companion;
|
|
public synthetic fun <init> (JJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getIndeterminateBase-0d7_KjU ()J
|
|
public final fun getIndeterminateHighlight-0d7_KjU ()J
|
|
public final fun getProgress-0d7_KjU ()J
|
|
public final fun getTrack-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/HorizontalProgressBarColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/HorizontalProgressBarMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/shape/CornerSize;FFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getIndeterminateHighlightWidth-D9Ej5fM ()F
|
|
public final fun getMinHeight-D9Ej5fM ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/HorizontalProgressBarMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStyle$Companion;
|
|
public synthetic fun <init> (Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarColors;Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarMetrics;JLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarColors;
|
|
public final fun getIndeterminateCycleDuration-UwyO8pc ()J
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStylingKt {
|
|
public static final fun getLocalHorizontalProgressBarStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/IconButtonColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/IconButtonColors$Companion;
|
|
public synthetic fun <init> (JJJJJJJJJJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun backgroundFor-e04Q3fE (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun borderFor-e04Q3fE (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun foregroundFor-e04Q3fE (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun getBackground-0d7_KjU ()J
|
|
public final fun getBackgroundDisabled-0d7_KjU ()J
|
|
public final fun getBackgroundFocused-0d7_KjU ()J
|
|
public final fun getBackgroundHovered-0d7_KjU ()J
|
|
public final fun getBackgroundPressed-0d7_KjU ()J
|
|
public final fun getBackgroundSelected-0d7_KjU ()J
|
|
public final fun getBackgroundSelectedActivated-0d7_KjU ()J
|
|
public final fun getBorder-0d7_KjU ()J
|
|
public final fun getBorderDisabled-0d7_KjU ()J
|
|
public final fun getBorderFocused-0d7_KjU ()J
|
|
public final fun getBorderHovered-0d7_KjU ()J
|
|
public final fun getBorderPressed-0d7_KjU ()J
|
|
public final fun getBorderSelected-0d7_KjU ()J
|
|
public final fun getBorderSelectedActivated-0d7_KjU ()J
|
|
public final fun getForegroundSelectedActivated-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/IconButtonColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/IconButtonMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/IconButtonMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/shape/CornerSize;FLandroidx/compose/foundation/layout/PaddingValues;JLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBorderWidth-D9Ej5fM ()F
|
|
public final fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getMinSize-MYxV2XQ ()J
|
|
public final fun getPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/IconButtonMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/IconButtonStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/IconButtonStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/IconButtonColors;Lorg/jetbrains/jewel/ui/component/styling/IconButtonMetrics;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/IconButtonColors;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/IconButtonMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/IconButtonStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/IconButtonStylingKt {
|
|
public static final fun getLocalIconButtonStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/component/styling/InputFieldColors {
|
|
public abstract fun backgroundFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public abstract fun borderFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public abstract fun caretFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public abstract fun contentFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public abstract fun getBackground-0d7_KjU ()J
|
|
public abstract fun getBackgroundDisabled-0d7_KjU ()J
|
|
public abstract fun getBackgroundFocused-0d7_KjU ()J
|
|
public abstract fun getBackgroundHovered-0d7_KjU ()J
|
|
public abstract fun getBackgroundPressed-0d7_KjU ()J
|
|
public abstract fun getBorder-0d7_KjU ()J
|
|
public abstract fun getBorderDisabled-0d7_KjU ()J
|
|
public abstract fun getBorderFocused-0d7_KjU ()J
|
|
public abstract fun getBorderHovered-0d7_KjU ()J
|
|
public abstract fun getBorderPressed-0d7_KjU ()J
|
|
public abstract fun getCaret-0d7_KjU ()J
|
|
public abstract fun getCaretDisabled-0d7_KjU ()J
|
|
public abstract fun getCaretFocused-0d7_KjU ()J
|
|
public abstract fun getCaretHovered-0d7_KjU ()J
|
|
public abstract fun getCaretPressed-0d7_KjU ()J
|
|
public abstract fun getContent-0d7_KjU ()J
|
|
public abstract fun getContentDisabled-0d7_KjU ()J
|
|
public abstract fun getContentFocused-0d7_KjU ()J
|
|
public abstract fun getContentHovered-0d7_KjU ()J
|
|
public abstract fun getContentPressed-0d7_KjU ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/InputFieldColors$DefaultImpls {
|
|
public static fun backgroundFor-xB6EZ8U (Lorg/jetbrains/jewel/ui/component/styling/InputFieldColors;JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public static fun borderFor-xB6EZ8U (Lorg/jetbrains/jewel/ui/component/styling/InputFieldColors;JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public static fun caretFor-xB6EZ8U (Lorg/jetbrains/jewel/ui/component/styling/InputFieldColors;JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public static fun contentFor-xB6EZ8U (Lorg/jetbrains/jewel/ui/component/styling/InputFieldColors;JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/component/styling/InputFieldMetrics {
|
|
public abstract fun getBorderWidth-D9Ej5fM ()F
|
|
public abstract fun getContentPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public abstract fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public abstract fun getMinSize-MYxV2XQ ()J
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/component/styling/InputFieldStyle {
|
|
public abstract fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/InputFieldColors;
|
|
public abstract fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/InputFieldMetrics;
|
|
public abstract fun getTextStyle ()Landroidx/compose/ui/text/TextStyle;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LazyTreeColors$Companion;
|
|
public synthetic fun <init> (JJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun contentFor-EWxiZrY (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentFocused-0d7_KjU ()J
|
|
public final fun getContentSelected-0d7_KjU ()J
|
|
public final fun getContentSelectedFocused-0d7_KjU ()J
|
|
public final fun getElementBackgroundFocused-0d7_KjU ()J
|
|
public final fun getElementBackgroundSelected-0d7_KjU ()J
|
|
public final fun getElementBackgroundSelectedFocused-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeIcons {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LazyTreeIcons$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/painter/PainterProvider;Lorg/jetbrains/jewel/ui/painter/PainterProvider;Lorg/jetbrains/jewel/ui/painter/PainterProvider;Lorg/jetbrains/jewel/ui/painter/PainterProvider;)V
|
|
public final fun chevron (ZZLandroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getChevronCollapsed ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public final fun getChevronExpanded ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public final fun getChevronSelectedCollapsed ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public final fun getChevronSelectedExpanded ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeIcons$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LazyTreeMetrics$Companion;
|
|
public synthetic fun <init> (FLandroidx/compose/foundation/shape/CornerSize;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;FFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getChevronContentGap-D9Ej5fM ()F
|
|
public final fun getElementBackgroundCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getElementContentPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getElementMinHeight-D9Ej5fM ()F
|
|
public final fun getElementPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getIndentSize-D9Ej5fM ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LazyTreeStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/LazyTreeColors;Lorg/jetbrains/jewel/ui/component/styling/LazyTreeMetrics;Lorg/jetbrains/jewel/ui/component/styling/LazyTreeIcons;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/LazyTreeColors;
|
|
public final fun getIcons ()Lorg/jetbrains/jewel/ui/component/styling/LazyTreeIcons;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/LazyTreeMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LazyTreeStylingKt {
|
|
public static final fun getLocalLazyTreeStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LinkColors$Companion;
|
|
public synthetic fun <init> (JJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun contentFor-Qusrf_U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentDisabled-0d7_KjU ()J
|
|
public final fun getContentFocused-0d7_KjU ()J
|
|
public final fun getContentHovered-0d7_KjU ()J
|
|
public final fun getContentPressed-0d7_KjU ()J
|
|
public final fun getContentVisited-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkIcons {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LinkIcons$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/painter/PainterProvider;Lorg/jetbrains/jewel/ui/painter/PainterProvider;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getDropdownChevron ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public final fun getExternalLink ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkIcons$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LinkMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/shape/CornerSize;FJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getFocusHaloCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getIconSize-MYxV2XQ ()J
|
|
public final fun getTextIconGap-D9Ej5fM ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LinkStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/LinkColors;Lorg/jetbrains/jewel/ui/component/styling/LinkMetrics;Lorg/jetbrains/jewel/ui/component/styling/LinkIcons;Lorg/jetbrains/jewel/ui/component/styling/LinkTextStyles;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/LinkColors;
|
|
public final fun getIcons ()Lorg/jetbrains/jewel/ui/component/styling/LinkIcons;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/LinkMetrics;
|
|
public final fun getTextStyles ()Lorg/jetbrains/jewel/ui/component/styling/LinkTextStyles;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkStylingKt {
|
|
public static final fun getLocalLinkStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkTextStyles {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/LinkTextStyles$Companion;
|
|
public fun <init> (Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;Landroidx/compose/ui/text/TextStyle;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getDisabled ()Landroidx/compose/ui/text/TextStyle;
|
|
public final fun getFocused ()Landroidx/compose/ui/text/TextStyle;
|
|
public final fun getHovered ()Landroidx/compose/ui/text/TextStyle;
|
|
public final fun getNormal ()Landroidx/compose/ui/text/TextStyle;
|
|
public final fun getPressed ()Landroidx/compose/ui/text/TextStyle;
|
|
public final fun getVisited ()Landroidx/compose/ui/text/TextStyle;
|
|
public fun hashCode ()I
|
|
public final fun styleFor-Qusrf_U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/LinkTextStyles$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/MenuColors$Companion;
|
|
public synthetic fun <init> (JJJLorg/jetbrains/jewel/ui/component/styling/MenuItemColors;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBackground-0d7_KjU ()J
|
|
public final fun getBorder-0d7_KjU ()J
|
|
public final fun getItemColors ()Lorg/jetbrains/jewel/ui/component/styling/MenuItemColors;
|
|
public final fun getShadow-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuIcons {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/MenuIcons$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/painter/PainterProvider;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getSubmenuChevron ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuIcons$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuItemColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/MenuItemColors$Companion;
|
|
public synthetic fun <init> (JJJJJJJJJJJJJJJJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun backgroundFor-VIR8D2g (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun contentFor-VIR8D2g (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBackground-0d7_KjU ()J
|
|
public final fun getBackgroundDisabled-0d7_KjU ()J
|
|
public final fun getBackgroundFocused-0d7_KjU ()J
|
|
public final fun getBackgroundHovered-0d7_KjU ()J
|
|
public final fun getBackgroundPressed-0d7_KjU ()J
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentDisabled-0d7_KjU ()J
|
|
public final fun getContentFocused-0d7_KjU ()J
|
|
public final fun getContentHovered-0d7_KjU ()J
|
|
public final fun getContentPressed-0d7_KjU ()J
|
|
public final fun getIconTint-0d7_KjU ()J
|
|
public final fun getIconTintDisabled-0d7_KjU ()J
|
|
public final fun getIconTintFocused-0d7_KjU ()J
|
|
public final fun getIconTintHovered-0d7_KjU ()J
|
|
public final fun getIconTintPressed-0d7_KjU ()J
|
|
public final fun getKeybindingTint-0d7_KjU ()J
|
|
public final fun getKeybindingTintDisabled-0d7_KjU ()J
|
|
public final fun getKeybindingTintFocused-0d7_KjU ()J
|
|
public final fun getKeybindingTintHovered-0d7_KjU ()J
|
|
public final fun getKeybindingTintPressed-0d7_KjU ()J
|
|
public final fun getSeparator-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public final fun iconTintFor-VIR8D2g (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun keybindingTintFor-VIR8D2g (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuItemColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuItemMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/MenuItemMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/shape/CornerSize;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;FFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getContentPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getIconSize-D9Ej5fM ()F
|
|
public final fun getKeybindingsPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getOuterPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getSelectionCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getSeparatorPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getSeparatorThickness-D9Ej5fM ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuItemMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/MenuMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/shape/CornerSize;Landroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/layout/PaddingValues;JFFLorg/jetbrains/jewel/ui/component/styling/MenuItemMetrics;Lorg/jetbrains/jewel/ui/component/styling/SubmenuMetrics;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBorderWidth-D9Ej5fM ()F
|
|
public final fun getContentPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getItemMetrics ()Lorg/jetbrains/jewel/ui/component/styling/MenuItemMetrics;
|
|
public final fun getMenuMargin ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getOffset-RKDOV3M ()J
|
|
public final fun getShadowSize-D9Ej5fM ()F
|
|
public final fun getSubmenuMetrics ()Lorg/jetbrains/jewel/ui/component/styling/SubmenuMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/MenuStyle$Companion;
|
|
public fun <init> (ZLorg/jetbrains/jewel/ui/component/styling/MenuColors;Lorg/jetbrains/jewel/ui/component/styling/MenuMetrics;Lorg/jetbrains/jewel/ui/component/styling/MenuIcons;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/MenuColors;
|
|
public final fun getIcons ()Lorg/jetbrains/jewel/ui/component/styling/MenuIcons;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/MenuMetrics;
|
|
public fun hashCode ()I
|
|
public final fun isDark ()Z
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/MenuStylingKt {
|
|
public static final fun getLocalMenuStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/RadioButtonColors$Companion;
|
|
public synthetic fun <init> (JJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun contentFor-ehnS_G0 (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentDisabled-0d7_KjU ()J
|
|
public final fun getContentHovered-0d7_KjU ()J
|
|
public final fun getContentSelected-0d7_KjU ()J
|
|
public final fun getContentSelectedDisabled-0d7_KjU ()J
|
|
public final fun getContentSelectedHovered-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonIcons {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/RadioButtonIcons$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/painter/PainterProvider;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getRadioButton ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonIcons$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/RadioButtonMetrics$Companion;
|
|
public synthetic fun <init> (JFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getIconContentGap-D9Ej5fM ()F
|
|
public final fun getRadioButtonSize-MYxV2XQ ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/RadioButtonStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/RadioButtonColors;Lorg/jetbrains/jewel/ui/component/styling/RadioButtonMetrics;Lorg/jetbrains/jewel/ui/component/styling/RadioButtonIcons;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/RadioButtonColors;
|
|
public final fun getIcons ()Lorg/jetbrains/jewel/ui/component/styling/RadioButtonIcons;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/RadioButtonMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/RadioButtonStylingKt {
|
|
public static final fun getLocalRadioButtonStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ScrollbarColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ScrollbarColors$Companion;
|
|
public synthetic fun <init> (JJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getThumbBackground-0d7_KjU ()J
|
|
public final fun getThumbBackgroundHovered-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ScrollbarColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ScrollbarMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ScrollbarMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/shape/CornerSize;FFLandroidx/compose/foundation/layout/PaddingValues;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getMinThumbLength-D9Ej5fM ()F
|
|
public final fun getThumbCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getThumbThickness-D9Ej5fM ()F
|
|
public final fun getTrackPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ScrollbarMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ScrollbarStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/ScrollbarStyle$Companion;
|
|
public synthetic fun <init> (Lorg/jetbrains/jewel/ui/component/styling/ScrollbarColors;Lorg/jetbrains/jewel/ui/component/styling/ScrollbarMetrics;JLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/ScrollbarColors;
|
|
public final fun getHoverDuration-UwyO8pc ()J
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/ScrollbarMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ScrollbarStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/ScrollbarStylingKt {
|
|
public static final fun getLocalScrollbarStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SliderColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/SliderColors$Companion;
|
|
public synthetic fun <init> (JJJJJJJJJJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getStepMarker-0d7_KjU ()J
|
|
public final fun getThumbBorder-0d7_KjU ()J
|
|
public final fun getThumbBorderDisabled-0d7_KjU ()J
|
|
public final fun getThumbBorderFocused-0d7_KjU ()J
|
|
public final fun getThumbBorderHovered-0d7_KjU ()J
|
|
public final fun getThumbBorderPressed-0d7_KjU ()J
|
|
public final fun getThumbFill-0d7_KjU ()J
|
|
public final fun getThumbFillDisabled-0d7_KjU ()J
|
|
public final fun getThumbFillFocused-0d7_KjU ()J
|
|
public final fun getThumbFillHovered-0d7_KjU ()J
|
|
public final fun getThumbFillPressed-0d7_KjU ()J
|
|
public final fun getTrack-0d7_KjU ()J
|
|
public final fun getTrackDisabled-0d7_KjU ()J
|
|
public final fun getTrackFilled-0d7_KjU ()J
|
|
public final fun getTrackFilledDisabled-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public final fun thumbBorderFor-p6gmeQ4 (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun thumbFillFor-p6gmeQ4 (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SliderColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SliderMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/SliderMetrics$Companion;
|
|
public synthetic fun <init> (FJFFFFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getStepLineHeight-D9Ej5fM ()F
|
|
public final fun getStepLineWidth-D9Ej5fM ()F
|
|
public final fun getThumbBorderWidth-D9Ej5fM ()F
|
|
public final fun getThumbSize-MYxV2XQ ()J
|
|
public final fun getTrackHeight-D9Ej5fM ()F
|
|
public final fun getTrackToStepSpacing-D9Ej5fM ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SliderMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SliderStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/SliderStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/SliderColors;Lorg/jetbrains/jewel/ui/component/styling/SliderMetrics;Landroidx/compose/ui/graphics/Shape;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/SliderColors;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/SliderMetrics;
|
|
public final fun getThumbShape ()Landroidx/compose/ui/graphics/Shape;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SliderStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SliderStylingKt {
|
|
public static final fun getLocalSliderStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SubmenuMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/SubmenuMetrics$Companion;
|
|
public synthetic fun <init> (JLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getOffset-RKDOV3M ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/SubmenuMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TabColors$Companion;
|
|
public synthetic fun <init> (JJJJJJJJJJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public final fun backgroundFor-UXw_FYk (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public final fun contentFor-UXw_FYk (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBackground-0d7_KjU ()J
|
|
public final fun getBackgroundDisabled-0d7_KjU ()J
|
|
public final fun getBackgroundHovered-0d7_KjU ()J
|
|
public final fun getBackgroundPressed-0d7_KjU ()J
|
|
public final fun getBackgroundSelected-0d7_KjU ()J
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getContentDisabled-0d7_KjU ()J
|
|
public final fun getContentHovered-0d7_KjU ()J
|
|
public final fun getContentPressed-0d7_KjU ()J
|
|
public final fun getContentSelected-0d7_KjU ()J
|
|
public final fun getUnderline-0d7_KjU ()J
|
|
public final fun getUnderlineDisabled-0d7_KjU ()J
|
|
public final fun getUnderlineHovered-0d7_KjU ()J
|
|
public final fun getUnderlinePressed-0d7_KjU ()J
|
|
public final fun getUnderlineSelected-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
public final fun underlineFor-UXw_FYk (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabContentAlpha {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TabContentAlpha$Companion;
|
|
public fun <init> (FFFFFFFFFF)V
|
|
public final fun contentFor-UXw_FYk (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getContentDisabled ()F
|
|
public final fun getContentHovered ()F
|
|
public final fun getContentNormal ()F
|
|
public final fun getContentPressed ()F
|
|
public final fun getContentSelected ()F
|
|
public final fun getIconDisabled ()F
|
|
public final fun getIconHovered ()F
|
|
public final fun getIconNormal ()F
|
|
public final fun getIconPressed ()F
|
|
public final fun getIconSelected ()F
|
|
public fun hashCode ()I
|
|
public final fun iconFor-UXw_FYk (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabContentAlpha$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabIcons {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TabIcons$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/painter/PainterProvider;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getClose ()Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabIcons$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TabMetrics$Companion;
|
|
public synthetic fun <init> (FLandroidx/compose/foundation/layout/PaddingValues;FFFLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getCloseContentGap-D9Ej5fM ()F
|
|
public final fun getTabContentSpacing-D9Ej5fM ()F
|
|
public final fun getTabHeight-D9Ej5fM ()F
|
|
public final fun getTabPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getUnderlineThickness-D9Ej5fM ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TabStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/TabColors;Lorg/jetbrains/jewel/ui/component/styling/TabMetrics;Lorg/jetbrains/jewel/ui/component/styling/TabIcons;Lorg/jetbrains/jewel/ui/component/styling/TabContentAlpha;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/TabColors;
|
|
public final fun getContentAlpha ()Lorg/jetbrains/jewel/ui/component/styling/TabContentAlpha;
|
|
public final fun getIcons ()Lorg/jetbrains/jewel/ui/component/styling/TabIcons;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/TabMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TabStylingKt {
|
|
public static final fun getLocalDefaultTabStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
public static final fun getLocalEditorTabStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextAreaColors : org/jetbrains/jewel/ui/component/styling/InputFieldColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TextAreaColors$Companion;
|
|
public synthetic fun <init> (JJJJJJJJJJJJJJJJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun backgroundFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun borderFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun caretFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun contentFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public fun getBackground-0d7_KjU ()J
|
|
public fun getBackgroundDisabled-0d7_KjU ()J
|
|
public fun getBackgroundFocused-0d7_KjU ()J
|
|
public fun getBackgroundHovered-0d7_KjU ()J
|
|
public fun getBackgroundPressed-0d7_KjU ()J
|
|
public fun getBorder-0d7_KjU ()J
|
|
public fun getBorderDisabled-0d7_KjU ()J
|
|
public fun getBorderFocused-0d7_KjU ()J
|
|
public fun getBorderHovered-0d7_KjU ()J
|
|
public fun getBorderPressed-0d7_KjU ()J
|
|
public fun getCaret-0d7_KjU ()J
|
|
public fun getCaretDisabled-0d7_KjU ()J
|
|
public fun getCaretFocused-0d7_KjU ()J
|
|
public fun getCaretHovered-0d7_KjU ()J
|
|
public fun getCaretPressed-0d7_KjU ()J
|
|
public fun getContent-0d7_KjU ()J
|
|
public fun getContentDisabled-0d7_KjU ()J
|
|
public fun getContentFocused-0d7_KjU ()J
|
|
public fun getContentHovered-0d7_KjU ()J
|
|
public fun getContentPressed-0d7_KjU ()J
|
|
public final fun getPlaceholder-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextAreaColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextAreaMetrics : org/jetbrains/jewel/ui/component/styling/InputFieldMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TextAreaMetrics$Companion;
|
|
public synthetic fun <init> (FLandroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/shape/CornerSize;JLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public fun getBorderWidth-D9Ej5fM ()F
|
|
public fun getContentPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public fun getMinSize-MYxV2XQ ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextAreaMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextAreaStyle : org/jetbrains/jewel/ui/component/styling/InputFieldStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TextAreaStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/TextAreaColors;Lorg/jetbrains/jewel/ui/component/styling/TextAreaMetrics;Landroidx/compose/ui/text/TextStyle;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public synthetic fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/InputFieldColors;
|
|
public fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/TextAreaColors;
|
|
public synthetic fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/InputFieldMetrics;
|
|
public fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/TextAreaMetrics;
|
|
public fun getTextStyle ()Landroidx/compose/ui/text/TextStyle;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextAreaStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextAreaStylingKt {
|
|
public static final fun getLocalTextAreaStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextFieldColors : org/jetbrains/jewel/ui/component/styling/InputFieldColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TextFieldColors$Companion;
|
|
public synthetic fun <init> (JJJJJJJJJJJJJJJJJJJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun backgroundFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun borderFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun caretFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun contentFor-xB6EZ8U (JLandroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public fun getBackground-0d7_KjU ()J
|
|
public fun getBackgroundDisabled-0d7_KjU ()J
|
|
public fun getBackgroundFocused-0d7_KjU ()J
|
|
public fun getBackgroundHovered-0d7_KjU ()J
|
|
public fun getBackgroundPressed-0d7_KjU ()J
|
|
public fun getBorder-0d7_KjU ()J
|
|
public fun getBorderDisabled-0d7_KjU ()J
|
|
public fun getBorderFocused-0d7_KjU ()J
|
|
public fun getBorderHovered-0d7_KjU ()J
|
|
public fun getBorderPressed-0d7_KjU ()J
|
|
public fun getCaret-0d7_KjU ()J
|
|
public fun getCaretDisabled-0d7_KjU ()J
|
|
public fun getCaretFocused-0d7_KjU ()J
|
|
public fun getCaretHovered-0d7_KjU ()J
|
|
public fun getCaretPressed-0d7_KjU ()J
|
|
public fun getContent-0d7_KjU ()J
|
|
public fun getContentDisabled-0d7_KjU ()J
|
|
public fun getContentFocused-0d7_KjU ()J
|
|
public fun getContentHovered-0d7_KjU ()J
|
|
public fun getContentPressed-0d7_KjU ()J
|
|
public final fun getPlaceholder-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextFieldColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextFieldMetrics : org/jetbrains/jewel/ui/component/styling/InputFieldMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TextFieldMetrics$Companion;
|
|
public synthetic fun <init> (FLandroidx/compose/foundation/layout/PaddingValues;Landroidx/compose/foundation/shape/CornerSize;JLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public fun getBorderWidth-D9Ej5fM ()F
|
|
public fun getContentPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public fun getMinSize-MYxV2XQ ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextFieldMetrics$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextFieldStyle : org/jetbrains/jewel/ui/component/styling/InputFieldStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TextFieldStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/TextFieldColors;Lorg/jetbrains/jewel/ui/component/styling/TextFieldMetrics;Landroidx/compose/ui/text/TextStyle;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public synthetic fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/InputFieldColors;
|
|
public fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/TextFieldColors;
|
|
public synthetic fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/InputFieldMetrics;
|
|
public fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/TextFieldMetrics;
|
|
public fun getTextStyle ()Landroidx/compose/ui/text/TextStyle;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextFieldStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TextFieldStylingKt {
|
|
public static final fun getLocalTextFieldStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TooltipColors {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TooltipColors$Companion;
|
|
public synthetic fun <init> (JJJJLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBackground-0d7_KjU ()J
|
|
public final fun getBorder-0d7_KjU ()J
|
|
public final fun getContent-0d7_KjU ()J
|
|
public final fun getShadow-0d7_KjU ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TooltipColors$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TooltipMetrics {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TooltipMetrics$Companion;
|
|
public synthetic fun <init> (Landroidx/compose/foundation/layout/PaddingValues;JLandroidx/compose/foundation/shape/CornerSize;FFJLandroidx/compose/ui/Alignment$Horizontal;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBorderWidth-D9Ej5fM ()F
|
|
public final fun getContentPadding ()Landroidx/compose/foundation/layout/PaddingValues;
|
|
public final fun getCornerSize ()Landroidx/compose/foundation/shape/CornerSize;
|
|
public final fun getShadowSize-D9Ej5fM ()F
|
|
public final fun getShowDelay-UwyO8pc ()J
|
|
public final fun getTooltipAlignment ()Landroidx/compose/ui/Alignment$Horizontal;
|
|
public final fun getTooltipOffset-RKDOV3M ()J
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TooltipMetrics$Companion {
|
|
public final fun defaults-e4GK2sY (Landroidx/compose/foundation/layout/PaddingValues;JLandroidx/compose/foundation/shape/CornerSize;FFJLandroidx/compose/ui/Alignment$Horizontal;)Lorg/jetbrains/jewel/ui/component/styling/TooltipMetrics;
|
|
public static synthetic fun defaults-e4GK2sY$default (Lorg/jetbrains/jewel/ui/component/styling/TooltipMetrics$Companion;Landroidx/compose/foundation/layout/PaddingValues;JLandroidx/compose/foundation/shape/CornerSize;FFJLandroidx/compose/ui/Alignment$Horizontal;ILjava/lang/Object;)Lorg/jetbrains/jewel/ui/component/styling/TooltipMetrics;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TooltipStyle {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/component/styling/TooltipStyle$Companion;
|
|
public fun <init> (Lorg/jetbrains/jewel/ui/component/styling/TooltipColors;Lorg/jetbrains/jewel/ui/component/styling/TooltipMetrics;)V
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getColors ()Lorg/jetbrains/jewel/ui/component/styling/TooltipColors;
|
|
public final fun getMetrics ()Lorg/jetbrains/jewel/ui/component/styling/TooltipMetrics;
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TooltipStyle$Companion {
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/component/styling/TooltipStylingKt {
|
|
public static final fun getLocalTooltipStyle ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/BadgePainter : org/jetbrains/jewel/ui/painter/DelegatePainter {
|
|
public static final field $stable I
|
|
public synthetic fun <init> (Landroidx/compose/ui/graphics/painter/Painter;JLorg/jetbrains/jewel/ui/painter/badge/BadgeShape;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
}
|
|
|
|
public abstract class org/jetbrains/jewel/ui/painter/BasePainterHintsProvider : org/jetbrains/jewel/ui/painter/PainterHintsProvider {
|
|
public static final field $stable I
|
|
public fun <init> (ZLjava/util/Map;Ljava/util/Map;Ljava/util/Map;)V
|
|
protected final fun getPaletteHint (Ljava/lang/String;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
public fun priorityHints (Ljava/lang/String;Landroidx/compose/runtime/Composer;I)Ljava/util/List;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/BitmapPainterHint : org/jetbrains/jewel/ui/painter/PainterHint {
|
|
public abstract fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/BitmapPainterHint$DefaultImpls {
|
|
public static fun canApply (Lorg/jetbrains/jewel/ui/painter/BitmapPainterHint;Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/CommonPainterHintsProvider : org/jetbrains/jewel/ui/painter/PainterHintsProvider {
|
|
public static final field $stable I
|
|
public static final field INSTANCE Lorg/jetbrains/jewel/ui/painter/CommonPainterHintsProvider;
|
|
public fun hints (Ljava/lang/String;Landroidx/compose/runtime/Composer;I)Ljava/util/List;
|
|
public fun priorityHints (Ljava/lang/String;Landroidx/compose/runtime/Composer;I)Ljava/util/List;
|
|
}
|
|
|
|
public class org/jetbrains/jewel/ui/painter/DelegatePainter : androidx/compose/ui/graphics/painter/Painter {
|
|
public static final field $stable I
|
|
public fun <init> (Landroidx/compose/ui/graphics/painter/Painter;)V
|
|
protected fun applyAlpha (F)Z
|
|
protected fun applyColorFilter (Landroidx/compose/ui/graphics/ColorFilter;)Z
|
|
protected fun applyLayoutDirection (Landroidx/compose/ui/unit/LayoutDirection;)Z
|
|
protected final fun drawDelegate (Landroidx/compose/ui/graphics/drawscope/DrawScope;)V
|
|
protected final fun getAlpha ()F
|
|
protected final fun getFilter ()Landroidx/compose/ui/graphics/ColorFilter;
|
|
public fun getIntrinsicSize-NH-jbRc ()J
|
|
protected final fun getLayoutDirection ()Landroidx/compose/ui/unit/LayoutDirection;
|
|
protected fun onDraw (Landroidx/compose/ui/graphics/drawscope/DrawScope;)V
|
|
protected final fun setAlpha (F)V
|
|
protected final fun setFilter (Landroidx/compose/ui/graphics/ColorFilter;)V
|
|
protected final fun setLayoutDirection (Landroidx/compose/ui/unit/LayoutDirection;)V
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/PainterHint {
|
|
public static final field None Lorg/jetbrains/jewel/ui/painter/PainterHint$None;
|
|
public abstract fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/PainterHint$DefaultImpls {
|
|
public static fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterHint;Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/PainterHint$None : org/jetbrains/jewel/ui/painter/PainterHint {
|
|
public fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/PainterHintsProvider {
|
|
public abstract fun hints (Ljava/lang/String;Landroidx/compose/runtime/Composer;I)Ljava/util/List;
|
|
public abstract fun priorityHints (Ljava/lang/String;Landroidx/compose/runtime/Composer;I)Ljava/util/List;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/PainterHintsProvider$DefaultImpls {
|
|
public static fun priorityHints (Lorg/jetbrains/jewel/ui/painter/PainterHintsProvider;Ljava/lang/String;Landroidx/compose/runtime/Composer;I)Ljava/util/List;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/PainterHintsProviderKt {
|
|
public static final fun getLocalPainterHintsProvider ()Landroidx/compose/runtime/ProvidableCompositionLocal;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/PainterPathHint : org/jetbrains/jewel/ui/painter/PainterHint {
|
|
public abstract fun patch (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/PainterPathHint$DefaultImpls {
|
|
public static fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterPathHint;Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public abstract class org/jetbrains/jewel/ui/painter/PainterPrefixHint : org/jetbrains/jewel/ui/painter/PainterPathHint {
|
|
public static final field $stable I
|
|
public fun <init> ()V
|
|
public fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
public fun patch (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Ljava/lang/String;
|
|
public abstract fun prefix (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Ljava/lang/String;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/PainterProvider {
|
|
public abstract fun getPainter ([Lorg/jetbrains/jewel/ui/painter/PainterHint;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/PainterProviderScope : androidx/compose/ui/unit/Density {
|
|
public abstract fun getAcceptedHints ()Ljava/util/List;
|
|
public abstract fun getPath ()Ljava/lang/String;
|
|
public abstract fun getRawPath ()Ljava/lang/String;
|
|
}
|
|
|
|
public abstract class org/jetbrains/jewel/ui/painter/PainterSuffixHint : org/jetbrains/jewel/ui/painter/PainterPathHint {
|
|
public static final field $stable I
|
|
public fun <init> ()V
|
|
public fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
public fun patch (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Ljava/lang/String;
|
|
public abstract fun suffix (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Ljava/lang/String;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/PainterSvgPatchHint : org/jetbrains/jewel/ui/painter/SvgPainterHint {
|
|
public abstract fun patch (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;Lorg/w3c/dom/Element;)V
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/PainterSvgPatchHint$DefaultImpls {
|
|
public static fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterSvgPatchHint;Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/PainterWrapperHint : org/jetbrains/jewel/ui/painter/PainterHint {
|
|
public abstract fun wrap (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;Landroidx/compose/ui/graphics/painter/Painter;)Landroidx/compose/ui/graphics/painter/Painter;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/PainterWrapperHint$DefaultImpls {
|
|
public static fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterWrapperHint;Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/ResizedPainter : org/jetbrains/jewel/ui/painter/DelegatePainter {
|
|
public static final field $stable I
|
|
public synthetic fun <init> (Landroidx/compose/ui/graphics/painter/Painter;JLkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun getIntrinsicSize-NH-jbRc ()J
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/ResourcePainterProvider : org/jetbrains/jewel/ui/painter/PainterProvider {
|
|
public static final field $stable I
|
|
public fun <init> (Ljava/lang/String;[Ljava/lang/ClassLoader;)V
|
|
public fun getPainter ([Lorg/jetbrains/jewel/ui/painter/PainterHint;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/State;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/ResourcePainterProviderKt {
|
|
public static final fun rememberResourcePainterProvider (Ljava/lang/String;Ljava/lang/Class;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/painter/PainterProvider;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/ResourcePainterProviderScope : org/jetbrains/jewel/ui/painter/PainterProviderScope {
|
|
public abstract fun getClassLoaders ()Ljava/util/Set;
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/SvgPainterHint : org/jetbrains/jewel/ui/painter/PainterHint {
|
|
public abstract fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/SvgPainterHint$DefaultImpls {
|
|
public static fun canApply (Lorg/jetbrains/jewel/ui/painter/SvgPainterHint;Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/XmlPainterHint : org/jetbrains/jewel/ui/painter/PainterHint {
|
|
public abstract fun canApply (Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/XmlPainterHint$DefaultImpls {
|
|
public static fun canApply (Lorg/jetbrains/jewel/ui/painter/XmlPainterHint;Lorg/jetbrains/jewel/ui/painter/PainterProviderScope;)Z
|
|
}
|
|
|
|
public abstract interface class org/jetbrains/jewel/ui/painter/badge/BadgeShape : androidx/compose/ui/graphics/Shape {
|
|
public abstract fun createHoleOutline-Pq9zytI (JLandroidx/compose/ui/unit/LayoutDirection;Landroidx/compose/ui/unit/Density;)Landroidx/compose/ui/graphics/Outline;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/badge/DotBadgeShape : org/jetbrains/jewel/ui/painter/badge/BadgeShape {
|
|
public static final field $stable I
|
|
public static final field Companion Lorg/jetbrains/jewel/ui/painter/badge/DotBadgeShape$Companion;
|
|
public fun <init> ()V
|
|
public fun <init> (FFFF)V
|
|
public synthetic fun <init> (FFFFILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
public fun createHoleOutline-Pq9zytI (JLandroidx/compose/ui/unit/LayoutDirection;Landroidx/compose/ui/unit/Density;)Landroidx/compose/ui/graphics/Outline;
|
|
public fun createOutline-Pq9zytI (JLandroidx/compose/ui/unit/LayoutDirection;Landroidx/compose/ui/unit/Density;)Landroidx/compose/ui/graphics/Outline;
|
|
public fun equals (Ljava/lang/Object;)Z
|
|
public final fun getBorder ()F
|
|
public final fun getRadius ()F
|
|
public final fun getX ()F
|
|
public final fun getY ()F
|
|
public fun hashCode ()I
|
|
public fun toString ()Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/badge/DotBadgeShape$Companion {
|
|
public final fun getDefault ()Lorg/jetbrains/jewel/ui/painter/badge/DotBadgeShape;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/hints/BadgeKt {
|
|
public static final fun Badge-DxMtmZc (JLorg/jetbrains/jewel/ui/painter/badge/BadgeShape;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/hints/DarkOrStrokeKt {
|
|
public static final fun Dark (Z)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
public static synthetic fun Dark$default (ZILjava/lang/Object;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
public static final fun Stroke-8_81llA (J)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/hints/HiDpiKt {
|
|
public static final fun HiDpi ()Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/hints/OverrideKt {
|
|
public static final fun Override (Ljava/util/Map;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/hints/PaletteKt {
|
|
public static final fun Palette (Ljava/util/Map;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/hints/SelectedKt {
|
|
public static final fun Selected (Lorg/jetbrains/jewel/foundation/state/SelectableComponentState;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
public static final fun Selected (Z)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
public static synthetic fun Selected$default (ZILjava/lang/Object;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/hints/SizeKt {
|
|
public static final fun Size (II)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
public static synthetic fun Size$default (IIILjava/lang/Object;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/painter/hints/StatefulKt {
|
|
public static final fun Stateful (Lorg/jetbrains/jewel/foundation/state/InteractiveComponentState;)Lorg/jetbrains/jewel/ui/painter/PainterHint;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/theme/JewelThemeKt {
|
|
public static final fun BaseJewelTheme (Lorg/jetbrains/jewel/foundation/theme/ThemeDefinition;Lorg/jetbrains/jewel/ui/ComponentStyling;Lkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;I)V
|
|
public static final fun BaseJewelTheme (Lorg/jetbrains/jewel/foundation/theme/ThemeDefinition;Lorg/jetbrains/jewel/ui/ComponentStyling;ZLkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
|
|
public static final fun getCheckboxStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/CheckboxStyle;
|
|
public static final fun getChipStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/ChipStyle;
|
|
public static final fun getCircularProgressStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/CircularProgressStyle;
|
|
public static final fun getColorPalette (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/foundation/theme/ThemeColorPalette;
|
|
public static final fun getDefaultButtonStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle;
|
|
public static final fun getDefaultTabStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/TabStyle;
|
|
public static final fun getDividerStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/DividerStyle;
|
|
public static final fun getDropdownStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/DropdownStyle;
|
|
public static final fun getEditorTabStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/TabStyle;
|
|
public static final fun getGroupHeaderStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/GroupHeaderStyle;
|
|
public static final fun getHorizontalProgressBarStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/HorizontalProgressBarStyle;
|
|
public static final fun getIconButtonStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/IconButtonStyle;
|
|
public static final fun getIconData (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/foundation/theme/ThemeIconData;
|
|
public static final fun getLinkStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/LinkStyle;
|
|
public static final fun getMenuStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/MenuStyle;
|
|
public static final fun getOutlinedButtonStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/ButtonStyle;
|
|
public static final fun getRadioButtonStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/RadioButtonStyle;
|
|
public static final fun getScrollbarStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/ScrollbarStyle;
|
|
public static final fun getSliderStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/SliderStyle;
|
|
public static final fun getTextAreaStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/TextAreaStyle;
|
|
public static final fun getTextFieldStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/TextFieldStyle;
|
|
public static final fun getTooltipStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/TooltipStyle;
|
|
public static final fun getTreeStyle (Lorg/jetbrains/jewel/foundation/theme/JewelTheme$Companion;Landroidx/compose/runtime/Composer;I)Lorg/jetbrains/jewel/ui/component/styling/LazyTreeStyle;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/util/ColorExtensionsKt {
|
|
public static final fun fromRGBAHexStringOrNull (Landroidx/compose/ui/graphics/Color$Companion;Ljava/lang/String;)Landroidx/compose/ui/graphics/Color;
|
|
public static final fun isDark-8_81llA (J)Z
|
|
public static final fun toRgbaHexString-8_81llA (J)Ljava/lang/String;
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/util/DebugKt {
|
|
public static final fun getInDebugMode ()Z
|
|
}
|
|
|
|
public final class org/jetbrains/jewel/ui/util/ModifierExtensionsKt {
|
|
public static final fun thenIf (Landroidx/compose/ui/Modifier;ZLkotlin/jvm/functions/Function1;)Landroidx/compose/ui/Modifier;
|
|
}
|
|
|