Skip to content

Commit 3edb489

Browse files
committed
- fix public api txt files
1 parent 8fa4785 commit 3edb489

File tree

11 files changed

+322
-242
lines changed

11 files changed

+322
-242
lines changed

src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt

Lines changed: 51 additions & 47 deletions
Large diffs are not rendered by default.

src/Controls/src/Core/PublicAPI/net-ios/PublicAPI.Unshipped.txt

Lines changed: 51 additions & 47 deletions
Large diffs are not rendered by default.

src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt

Lines changed: 51 additions & 47 deletions
Large diffs are not rendered by default.

src/Controls/src/Core/PublicAPI/net/PublicAPI.Unshipped.txt

Lines changed: 51 additions & 47 deletions
Large diffs are not rendered by default.

src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt

Lines changed: 51 additions & 47 deletions
Large diffs are not rendered by default.

src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#nullable enable
1+
#nullable enable
22
Microsoft.Maui.Graphics.MauiDrawable.SetEmptyBorderBrush() -> void
33
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate! original) -> void
44
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Deconstruct(out int Index, out Microsoft.Maui.IMenuElement! MenuElement) -> void
@@ -33,6 +33,8 @@ Microsoft.Maui.IDatePicker.Date.get -> System.DateTime?
3333
Microsoft.Maui.IDatePicker.MaximumDate.get -> System.DateTime?
3434
*REMOVED*Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime
3535
Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime?
36+
Microsoft.Maui.IHybridWebView.InitializedWebView(object! webView) -> void
37+
Microsoft.Maui.IHybridWebView.InitializingWebView() -> object?
3638
Microsoft.Maui.ISearchBar.ReturnType.get -> Microsoft.Maui.ReturnType
3739
Microsoft.Maui.ISearchBar.SearchIconColor.get -> Microsoft.Maui.Graphics.Color!
3840
*REMOVED*Microsoft.Maui.ITimePicker.Time.get -> System.TimeSpan
@@ -59,6 +61,14 @@ Microsoft.Maui.WebResourceRequestedEventArgs.Request.get -> Android.Webkit.IWebR
5961
Microsoft.Maui.WebResourceRequestedEventArgs.Response.get -> Android.Webkit.WebResourceResponse?
6062
Microsoft.Maui.WebResourceRequestedEventArgs.Response.set -> void
6163
Microsoft.Maui.WebResourceRequestedEventArgs.Sender.get -> Android.Webkit.WebView!
64+
Microsoft.Maui.WebViewInitializedEventArgs
65+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.get -> Microsoft.Maui.Platform.MauiHybridWebView!
66+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.set -> void
67+
Microsoft.Maui.WebViewInitializedEventArgs.WebViewInitializedEventArgs(object! webView) -> void
68+
Microsoft.Maui.WebViewInitializingEventArgs
69+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.get -> System.Action<Android.Webkit.WebSettings!>?
70+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.set -> void
71+
Microsoft.Maui.WebViewInitializingEventArgs.WebViewInitializingEventArgs() -> void
6272
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool
6373
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
6474
override Microsoft.Maui.Converters.EasingTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object! value) -> object?
@@ -173,9 +183,9 @@ static Microsoft.Maui.Hosting.AppHostBuilderExtensions.ConfigureEnvironmentVaria
173183
static Microsoft.Maui.Platform.ButtonExtensions.UpdateRippleColor(this Google.Android.Material.Button.MaterialButton! platformView, Microsoft.Maui.Graphics.Color? rippleColor) -> void
174184
static Microsoft.Maui.Platform.EditTextExtensions.GetCursorPosition(this Android.Widget.EditText! editText, int cursorOffset = 0) -> int
175185
static Microsoft.Maui.Platform.EditTextExtensions.GetSelectedTextLength(this Android.Widget.EditText! editText) -> int
186+
static Microsoft.Maui.Platform.EditTextExtensions.UpdateClearButtonVisibility(this Android.Widget.EditText! editText, Microsoft.Maui.IEntry! entry) -> void
176187
*REMOVED*static Microsoft.Maui.Platform.EditTextExtensions.UpdateClearButtonVisibility(this Android.Widget.EditText! editText, Microsoft.Maui.IEntry! entry, Android.Graphics.Drawables.Drawable? clearButtonDrawable) -> void
177188
*REMOVED*static Microsoft.Maui.Platform.EditTextExtensions.UpdateClearButtonVisibility(this Android.Widget.EditText! editText, Microsoft.Maui.IEntry! entry, System.Func<Android.Graphics.Drawables.Drawable?>? getClearButtonDrawable) -> void
178-
static Microsoft.Maui.Platform.EditTextExtensions.UpdateClearButtonVisibility(this Android.Widget.EditText! editText, Microsoft.Maui.IEntry! entry) -> void
179189
static Microsoft.Maui.Platform.ImageButtonExtensions.UpdateBackground(this Google.Android.Material.ImageView.ShapeableImageView! platformButton, Microsoft.Maui.IImageButton! imageButton) -> void
180190
static Microsoft.Maui.Platform.ImageButtonExtensions.UpdateButtonBackground(this Google.Android.Material.ImageView.ShapeableImageView! platformView, Microsoft.Maui.IImageButton! button) -> void
181191
static Microsoft.Maui.Platform.ImageButtonExtensions.UpdateButtonStroke(this Google.Android.Material.ImageView.ShapeableImageView! platformView, Microsoft.Maui.IButtonStroke! button) -> void

src/Core/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#nullable enable
1+
#nullable enable
22
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate! original) -> void
33
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Deconstruct(out int Index, out Microsoft.Maui.IMenuElement! MenuElement) -> void
44
Microsoft.Maui.Handlers.DataFlowDirection
@@ -32,6 +32,8 @@ Microsoft.Maui.IDatePicker.Date.get -> System.DateTime?
3232
Microsoft.Maui.IDatePicker.MaximumDate.get -> System.DateTime?
3333
*REMOVED*Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime
3434
Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime?
35+
Microsoft.Maui.IHybridWebView.InitializedWebView(object! webView) -> void
36+
Microsoft.Maui.IHybridWebView.InitializingWebView() -> object?
3537
Microsoft.Maui.ISearchBar.ReturnType.get -> Microsoft.Maui.ReturnType
3638
Microsoft.Maui.ISearchBar.SearchIconColor.get -> Microsoft.Maui.Graphics.Color!
3739
*REMOVED*Microsoft.Maui.ITimePicker.Time.get -> System.TimeSpan
@@ -63,6 +65,14 @@ Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeV
6365
Microsoft.Maui.WebResourceRequestedEventArgs
6466
Microsoft.Maui.WebResourceRequestedEventArgs.Sender.get -> WebKit.WKWebView!
6567
Microsoft.Maui.WebResourceRequestedEventArgs.UrlSchemeTask.get -> WebKit.IWKUrlSchemeTask!
68+
Microsoft.Maui.WebViewInitializedEventArgs
69+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.get -> WebKit.WKWebView!
70+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.set -> void
71+
Microsoft.Maui.WebViewInitializedEventArgs.WebViewInitializedEventArgs(object! webView) -> void
72+
Microsoft.Maui.WebViewInitializingEventArgs
73+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.get -> System.Action<WebKit.WKWebViewConfiguration!>?
74+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.set -> void
75+
Microsoft.Maui.WebViewInitializingEventArgs.WebViewInitializingEventArgs() -> void
6676
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool
6777
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
6878
override Microsoft.Maui.Converters.EasingTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object! value) -> object?

src/Core/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#nullable enable
1+
#nullable enable
22
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate! original) -> void
33
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Deconstruct(out int Index, out Microsoft.Maui.IMenuElement! MenuElement) -> void
44
Microsoft.Maui.Handlers.DataFlowDirection
@@ -32,6 +32,8 @@ Microsoft.Maui.IDatePicker.Date.get -> System.DateTime?
3232
Microsoft.Maui.IDatePicker.MaximumDate.get -> System.DateTime?
3333
*REMOVED*Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime
3434
Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime?
35+
Microsoft.Maui.IHybridWebView.InitializedWebView(object! webView) -> void
36+
Microsoft.Maui.IHybridWebView.InitializingWebView() -> object?
3537
Microsoft.Maui.ISearchBar.ReturnType.get -> Microsoft.Maui.ReturnType
3638
Microsoft.Maui.ISearchBar.SearchIconColor.get -> Microsoft.Maui.Graphics.Color!
3739
*REMOVED*Microsoft.Maui.ITimePicker.Time.get -> System.TimeSpan
@@ -63,6 +65,14 @@ Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeV
6365
Microsoft.Maui.WebResourceRequestedEventArgs
6466
Microsoft.Maui.WebResourceRequestedEventArgs.Sender.get -> WebKit.WKWebView!
6567
Microsoft.Maui.WebResourceRequestedEventArgs.UrlSchemeTask.get -> WebKit.IWKUrlSchemeTask!
68+
Microsoft.Maui.WebViewInitializedEventArgs
69+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.get -> WebKit.WKWebView!
70+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.set -> void
71+
Microsoft.Maui.WebViewInitializedEventArgs.WebViewInitializedEventArgs(object! webView) -> void
72+
Microsoft.Maui.WebViewInitializingEventArgs
73+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.get -> System.Action<WebKit.WKWebViewConfiguration!>?
74+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.set -> void
75+
Microsoft.Maui.WebViewInitializingEventArgs.WebViewInitializingEventArgs() -> void
6676
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool
6777
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
6878
override Microsoft.Maui.Converters.EasingTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object! value) -> object?

src/Core/src/PublicAPI/net/PublicAPI.Unshipped.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#nullable enable
1+
#nullable enable
22
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate! original) -> void
33
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Deconstruct(out int Index, out Microsoft.Maui.IMenuElement! MenuElement) -> void
44
Microsoft.Maui.Handlers.DataFlowDirection
@@ -32,6 +32,8 @@ Microsoft.Maui.IDatePicker.Date.get -> System.DateTime?
3232
Microsoft.Maui.IDatePicker.MaximumDate.get -> System.DateTime?
3333
*REMOVED*Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime
3434
Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime?
35+
Microsoft.Maui.IHybridWebView.InitializedWebView(object! webView) -> void
36+
Microsoft.Maui.IHybridWebView.InitializingWebView() -> object?
3537
Microsoft.Maui.ISearchBar.ReturnType.get -> Microsoft.Maui.ReturnType
3638
Microsoft.Maui.ISearchBar.SearchIconColor.get -> Microsoft.Maui.Graphics.Color!
3739
*REMOVED*Microsoft.Maui.ITimePicker.Time.get -> System.TimeSpan
@@ -51,6 +53,14 @@ Microsoft.Maui.SwipeViewSwipeEnded.SwipeViewSwipeEnded(Microsoft.Maui.SwipeViewS
5153
Microsoft.Maui.SwipeViewSwipeStarted.Deconstruct(out Microsoft.Maui.SwipeDirection SwipeDirection) -> void
5254
Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeViewSwipeStarted! original) -> void
5355
Microsoft.Maui.WebResourceRequestedEventArgs
56+
Microsoft.Maui.WebViewInitializedEventArgs
57+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.get -> object!
58+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.set -> void
59+
Microsoft.Maui.WebViewInitializedEventArgs.WebViewInitializedEventArgs(object! webView) -> void
60+
Microsoft.Maui.WebViewInitializingEventArgs
61+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.get -> System.Action<object!>?
62+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.set -> void
63+
Microsoft.Maui.WebViewInitializingEventArgs.WebViewInitializingEventArgs() -> void
5464
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool
5565
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
5666
override Microsoft.Maui.Converters.EasingTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object! value) -> object?

src/Core/src/PublicAPI/netstandard/PublicAPI.Unshipped.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#nullable enable
1+
#nullable enable
22
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.ContextFlyoutItemHandlerUpdate(Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate! original) -> void
33
Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate.Deconstruct(out int Index, out Microsoft.Maui.IMenuElement! MenuElement) -> void
44
Microsoft.Maui.Handlers.DataFlowDirection
@@ -32,6 +32,8 @@ Microsoft.Maui.IDatePicker.Date.get -> System.DateTime?
3232
Microsoft.Maui.IDatePicker.MaximumDate.get -> System.DateTime?
3333
*REMOVED*Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime
3434
Microsoft.Maui.IDatePicker.MinimumDate.get -> System.DateTime?
35+
Microsoft.Maui.IHybridWebView.InitializedWebView(object! webView) -> void
36+
Microsoft.Maui.IHybridWebView.InitializingWebView() -> object?
3537
Microsoft.Maui.ISearchBar.ReturnType.get -> Microsoft.Maui.ReturnType
3638
Microsoft.Maui.ISearchBar.SearchIconColor.get -> Microsoft.Maui.Graphics.Color!
3739
*REMOVED*Microsoft.Maui.ITimePicker.Time.get -> System.TimeSpan
@@ -51,6 +53,14 @@ Microsoft.Maui.SwipeViewSwipeEnded.SwipeViewSwipeEnded(Microsoft.Maui.SwipeViewS
5153
Microsoft.Maui.SwipeViewSwipeStarted.Deconstruct(out Microsoft.Maui.SwipeDirection SwipeDirection) -> void
5254
Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeViewSwipeStarted! original) -> void
5355
Microsoft.Maui.WebResourceRequestedEventArgs
56+
Microsoft.Maui.WebViewInitializedEventArgs
57+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.get -> object!
58+
Microsoft.Maui.WebViewInitializedEventArgs.WebView.set -> void
59+
Microsoft.Maui.WebViewInitializedEventArgs.WebViewInitializedEventArgs(object! webView) -> void
60+
Microsoft.Maui.WebViewInitializingEventArgs
61+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.get -> System.Action<object!>?
62+
Microsoft.Maui.WebViewInitializingEventArgs.AdditionalSettings.set -> void
63+
Microsoft.Maui.WebViewInitializingEventArgs.WebViewInitializingEventArgs() -> void
5464
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool
5565
override Microsoft.Maui.Converters.EasingTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
5666
override Microsoft.Maui.Converters.EasingTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object! value) -> object?

0 commit comments

Comments
 (0)