[JEWEL-1316] Update Metalava dumps#3511
Open
DanielSouzaBertoldi wants to merge 1 commit into
Open
Conversation
| @@ -322,6 +322,32 @@ package org.jetbrains.jewel.foundation.lazy { | |||
| public static final class DefaultSelectableOnKeyEvent.Companion extends org.jetbrains.jewel.foundation.lazy.DefaultSelectableOnKeyEvent { | |||
| } | |||
|
|
|||
| public final class MultiSelectionLazyListState implements androidx.compose.foundation.gestures.ScrollableState org.jetbrains.jewel.foundation.lazy.SelectableScope { | |||
| @@ -290,6 +290,32 @@ package org.jetbrains.jewel.foundation.lazy { | |||
| public static final class DefaultSelectableOnKeyEvent.Companion extends org.jetbrains.jewel.foundation.lazy.DefaultSelectableOnKeyEvent { | |||
| } | |||
|
|
|||
| public final class MultiSelectionLazyListState implements androidx.compose.foundation.gestures.ScrollableState org.jetbrains.jewel.foundation.lazy.SelectableScope { | |||
Collaborator
Author
There was a problem hiding this comment.
Same changes as the foundation--api-0.37.0.txt before. (Why dowe have a api-0.YY file and a api-stable-0.YY file?)
| @@ -133,6 +133,14 @@ package org.jetbrains.jewel.bridge.code.highlighting { | |||
|
|
|||
| } | |||
|
|
|||
| package org.jetbrains.jewel.bridge.component { | |||
|
|
|||
| public final class HostPopupResizeKt { | |||
| @@ -253,7 +253,9 @@ package org.jetbrains.jewel.markdown.extensions { | |||
|
|
|||
| @SuppressCompatibility @org.jetbrains.annotations.ApiStatus.Experimental @org.jetbrains.jewel.foundation.ExperimentalJewelApi public interface MarkdownBlockProcessorExtension { | |||
| method public boolean canProcess(org.commonmark.node.CustomBlock block); | |||
| method public default boolean getAllowsMergingWithNextBlock(); | |||
| @@ -232,12 +232,14 @@ package org.jetbrains.jewel.ui.component { | |||
| public final class ButtonKt { | |||
| method @androidx.compose.runtime.Composable public static void DefaultButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.foundation.interaction.MutableInteractionSource interactionSource, optional org.jetbrains.jewel.ui.component.styling.ButtonStyle style, optional androidx.compose.ui.text.TextStyle textStyle, kotlin.jvm.functions.Function0<kotlin.Unit> content); | |||
| method @androidx.compose.runtime.Composable public static void DefaultSlimButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.foundation.interaction.MutableInteractionSource interactionSource, optional org.jetbrains.jewel.ui.component.styling.ButtonStyle style, optional androidx.compose.ui.text.TextStyle textStyle, kotlin.jvm.functions.Function0<kotlin.Unit> content); | |||
| method @androidx.compose.runtime.Composable public static void DefaultSplitButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, boolean expanded, kotlin.jvm.functions.Function1<? super java.lang.Boolean,kotlin.Unit> onExpandedChange, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.foundation.interaction.MutableInteractionSource interactionSource, optional org.jetbrains.jewel.ui.component.styling.SplitButtonStyle style, optional androidx.compose.ui.text.TextStyle textStyle, kotlin.jvm.functions.Function0<kotlin.Unit> content); | |||
Comment on lines
+3514
to
+3515
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey SideBySide; | ||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey Unified; |
| @@ -3527,16 +3531,23 @@ package org.jetbrains.jewel.ui.icons { | |||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey Archive; | |||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey Aspectj; | |||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey BinaryData; | |||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey C; | |||
Collaborator
Author
There was a problem hiding this comment.
All file type icons added internally in the commit ff32c7415a34
| @@ -4078,6 +4099,7 @@ package org.jetbrains.jewel.ui.icons { | |||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey Locked; | |||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey LogFolder; | |||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey McpServer; | |||
| field @SuppressCompatibility public static final org.jetbrains.jewel.ui.icon.IntelliJIconKey McpServerWidget; | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Really simple PR that updates Metalava dumps.
This way we don't have to manually go through the dumps and check what changes are actually related to what a given PR is changing. Also, the metalava job might just stop failing because we decided to omit such unrelated changes