Skip to content

[JEWEL-1316] Update Metalava dumps#3511

Open
DanielSouzaBertoldi wants to merge 1 commit into
JetBrains:masterfrom
DanielSouzaBertoldi:dsb/JEWEL-1316
Open

[JEWEL-1316] Update Metalava dumps#3511
DanielSouzaBertoldi wants to merge 1 commit into
JetBrains:masterfrom
DanielSouzaBertoldi:dsb/JEWEL-1316

Conversation

@DanielSouzaBertoldi
Copy link
Copy Markdown
Collaborator

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

@@ -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 {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes from #3450

@@ -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 {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JB internal change: 28b225e3e061

@@ -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();
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in #3428

@@ -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);
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added in #3408

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;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added internally in f85d694ef721

@@ -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;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added internally in 27e677aa5772

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant