Skip to content

Commit 5899d8e

Browse files
committed
add public APIs to txt file
# Conflicts: # src/Controls/src/Core/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt
1 parent 5527be5 commit 5899d8e

File tree

5 files changed

+36
-8
lines changed

5 files changed

+36
-8
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.get -> S
6363
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.set -> void
6464
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.get -> object!
6565
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.set -> void
66+
override Microsoft.Maui.Controls.CheckBox.IsEnabledCore.get -> bool
6667
override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewModelRenderer.GetItemViewType(int position) -> int
6768
override Microsoft.Maui.Controls.Handlers.Compatibility.TableViewRenderer.OnMeasure(int widthMeasureSpec, int heightMeasureSpec) -> void
6869
override Microsoft.Maui.Controls.Handlers.Items.MauiCarouselRecyclerView.OnAttachedToWindow() -> void
@@ -125,6 +126,10 @@ Microsoft.Maui.Controls.VisualElement.RefreshIsEnabledProperty() -> void
125126
override Microsoft.Maui.Controls.Button.IsEnabledCore.get -> bool
126127
override Microsoft.Maui.Controls.ImageButton.IsEnabledCore.get -> bool
127128
override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
129+
~Microsoft.Maui.Controls.CheckBox.Command.get -> System.Windows.Input.ICommand
130+
~Microsoft.Maui.Controls.CheckBox.Command.set -> void
131+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.get -> object
132+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.set -> void
128133
~Microsoft.Maui.Controls.InputView.FontFamily.get -> string
129134
~Microsoft.Maui.Controls.InputView.FontFamily.set -> void
130135
~Microsoft.Maui.Controls.WebView.UserAgent.get -> string
@@ -136,6 +141,8 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
136141
~override Microsoft.Maui.Controls.Region.Equals(object obj) -> bool
137142
~override Microsoft.Maui.Controls.Shapes.Matrix.Equals(object obj) -> bool
138143
~static Microsoft.Maui.Controls.Region.FromRectangles(System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.Rect> rectangles) -> Microsoft.Maui.Controls.Region
144+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
145+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
139146
~static readonly Microsoft.Maui.Controls.InputView.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty
140147
~static readonly Microsoft.Maui.Controls.InputView.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty
141148
~static readonly Microsoft.Maui.Controls.InputView.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#nullable enable
2+
override Microsoft.Maui.Controls.CheckBox.IsEnabledCore.get -> bool
23
override Microsoft.Maui.Controls.Label.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
34
Microsoft.Maui.Controls.DropCompletedEventArgs.PlatformArgs.get -> Microsoft.Maui.Controls.PlatformDropCompletedEventArgs?
45
Microsoft.Maui.Controls.PlatformDragEventArgs
@@ -127,6 +128,10 @@ static Microsoft.Maui.Controls.Shapes.Matrix.operator ==(Microsoft.Maui.Controls
127128
Microsoft.Maui.Controls.DragEventArgs.PlatformArgs.get -> Microsoft.Maui.Controls.PlatformDragEventArgs?
128129
Microsoft.Maui.Controls.DragStartingEventArgs.PlatformArgs.get -> Microsoft.Maui.Controls.PlatformDragStartingEventArgs?
129130
Microsoft.Maui.Controls.DropEventArgs.PlatformArgs.get -> Microsoft.Maui.Controls.PlatformDropEventArgs?
131+
~Microsoft.Maui.Controls.CheckBox.Command.get -> System.Windows.Input.ICommand
132+
~Microsoft.Maui.Controls.CheckBox.Command.set -> void
133+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.get -> object
134+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.set -> void
130135
~Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer(Microsoft.Maui.IPropertyMapper mapper) -> void
131136
~Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer(Microsoft.Maui.IPropertyMapper mapper, Microsoft.Maui.CommandMapper commandMapper) -> void
132137
override Microsoft.Maui.Controls.View.ChangeVisualState() -> void
@@ -152,6 +157,8 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
152157
~override Microsoft.Maui.Controls.Region.Equals(object obj) -> bool
153158
~override Microsoft.Maui.Controls.Shapes.Matrix.Equals(object obj) -> bool
154159
~static Microsoft.Maui.Controls.Region.FromRectangles(System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.Rect> rectangles) -> Microsoft.Maui.Controls.Region
160+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
161+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
155162
~static readonly Microsoft.Maui.Controls.InputView.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty
156163
~static readonly Microsoft.Maui.Controls.InputView.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty
157164
~static readonly Microsoft.Maui.Controls.InputView.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#nullable enable
2+
override Microsoft.Maui.Controls.CheckBox.IsEnabledCore.get -> bool
23
override Microsoft.Maui.Controls.Label.ArrangeOverride(Microsoft.Maui.Graphics.Rect bounds) -> Microsoft.Maui.Graphics.Size
34
Microsoft.Maui.Controls.PlatformDragStartingEventArgs
45
Microsoft.Maui.Controls.PlatformDragStartingEventArgs.DragInteraction.get -> UIKit.UIDragInteraction!
@@ -123,6 +124,10 @@ static Microsoft.Maui.Controls.Region.operator !=(Microsoft.Maui.Controls.Region
123124
static Microsoft.Maui.Controls.Region.operator ==(Microsoft.Maui.Controls.Region left, Microsoft.Maui.Controls.Region right) -> bool
124125
static Microsoft.Maui.Controls.Shapes.Matrix.operator !=(Microsoft.Maui.Controls.Shapes.Matrix left, Microsoft.Maui.Controls.Shapes.Matrix right) -> bool
125126
static Microsoft.Maui.Controls.Shapes.Matrix.operator ==(Microsoft.Maui.Controls.Shapes.Matrix left, Microsoft.Maui.Controls.Shapes.Matrix right) -> bool
127+
~Microsoft.Maui.Controls.CheckBox.Command.get -> System.Windows.Input.ICommand
128+
~Microsoft.Maui.Controls.CheckBox.Command.set -> void
129+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.get -> object
130+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.set -> void
126131
~Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer(Microsoft.Maui.IPropertyMapper mapper) -> void
127132
~Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer(Microsoft.Maui.IPropertyMapper mapper, Microsoft.Maui.CommandMapper commandMapper) -> void
128133
override Microsoft.Maui.Controls.View.ChangeVisualState() -> void
@@ -148,6 +153,8 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
148153
~override Microsoft.Maui.Controls.Region.Equals(object obj) -> bool
149154
~override Microsoft.Maui.Controls.Shapes.Matrix.Equals(object obj) -> bool
150155
~static Microsoft.Maui.Controls.Region.FromRectangles(System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.Rect> rectangles) -> Microsoft.Maui.Controls.Region
156+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
157+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
151158
~static readonly Microsoft.Maui.Controls.InputView.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty
152159
~static readonly Microsoft.Maui.Controls.InputView.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty
153160
~static readonly Microsoft.Maui.Controls.InputView.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -216,7 +223,6 @@ Microsoft.Maui.Controls.PlatformPointerEventArgs.Sender.get -> UIKit.UIView!
216223
~static readonly Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTappedProperty -> Microsoft.Maui.Controls.BindableProperty
217224
Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.get -> bool
218225
Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
219-
220226
*REMOVED*~Microsoft.Maui.Controls.Editor.FontFamily.get -> string
221227
*REMOVED*~Microsoft.Maui.Controls.Editor.FontFamily.set -> void
222228
*REMOVED*Microsoft.Maui.Controls.Editor.CursorPosition.get -> int
@@ -229,7 +235,6 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
229235
*REMOVED*Microsoft.Maui.Controls.Editor.FontSize.set -> void
230236
*REMOVED*Microsoft.Maui.Controls.Editor.SelectionLength.get -> int
231237
*REMOVED*Microsoft.Maui.Controls.Editor.SelectionLength.set -> void
232-
233238
*REMOVED*~Microsoft.Maui.Controls.SearchBar.FontFamily.get -> string
234239
*REMOVED*~Microsoft.Maui.Controls.SearchBar.FontFamily.set -> void
235240
*REMOVED*Microsoft.Maui.Controls.SearchBar.CursorPosition.get -> int
@@ -242,7 +247,6 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
242247
*REMOVED*Microsoft.Maui.Controls.SearchBar.FontSize.set -> void
243248
*REMOVED*Microsoft.Maui.Controls.SearchBar.SelectionLength.get -> int
244249
*REMOVED*Microsoft.Maui.Controls.SearchBar.SelectionLength.set -> void
245-
246250
*REMOVED*~Microsoft.Maui.Controls.Entry.FontFamily.get -> string
247251
*REMOVED*~Microsoft.Maui.Controls.Entry.FontFamily.set -> void
248252
*REMOVED*Microsoft.Maui.Controls.Entry.CursorPosition.get -> int
@@ -258,4 +262,4 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
258262

259263
Microsoft.Maui.Controls.Xaml.RequireServiceAttribute
260264
~Microsoft.Maui.Controls.Xaml.RequireServiceAttribute.RequireServiceAttribute(System.Type[] serviceTypes) -> void
261-
~Microsoft.Maui.Controls.Xaml.RequireServiceAttribute.ServiceTypes.get -> System.Type[]
265+
~Microsoft.Maui.Controls.Xaml.RequireServiceAttribute.ServiceTypes.get -> System.Type[]

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Microsoft.Maui.Controls.InputView.FontSize.get -> double
5252
Microsoft.Maui.Controls.InputView.FontSize.set -> void
5353
Microsoft.Maui.Controls.InputView.SelectionLength.get -> int
5454
Microsoft.Maui.Controls.InputView.SelectionLength.set -> void
55+
override Microsoft.Maui.Controls.CheckBox.IsEnabledCore.get -> bool
5556
static Microsoft.Maui.Controls.Handlers.ShellItemHandler.MapTitle(Microsoft.Maui.Controls.Handlers.ShellItemHandler! handler, Microsoft.Maui.Controls.ShellItem! item) -> void
5657
static Microsoft.Maui.Controls.Handlers.ShellSectionHandler.MapTitle(Microsoft.Maui.Controls.Handlers.ShellSectionHandler! handler, Microsoft.Maui.Controls.ShellSection! item) -> void
5758
Microsoft.Maui.Controls.Handlers.Compatibility.ViewRenderer<TElement, TNativeView>.ViewRenderer(Microsoft.Maui.IPropertyMapper! mapper, Microsoft.Maui.CommandMapper? commandMapper = null) -> void
@@ -121,6 +122,10 @@ static Microsoft.Maui.Controls.Region.operator ==(Microsoft.Maui.Controls.Region
121122
static Microsoft.Maui.Controls.Shapes.Matrix.operator !=(Microsoft.Maui.Controls.Shapes.Matrix left, Microsoft.Maui.Controls.Shapes.Matrix right) -> bool
122123
static Microsoft.Maui.Controls.Shapes.Matrix.operator ==(Microsoft.Maui.Controls.Shapes.Matrix left, Microsoft.Maui.Controls.Shapes.Matrix right) -> bool
123124
virtual Microsoft.Maui.Controls.Handlers.ShellItemHandler.UpdateAppearance(Microsoft.Maui.Controls.IShellAppearanceElement! appearance) -> void
125+
~Microsoft.Maui.Controls.CheckBox.Command.get -> System.Windows.Input.ICommand
126+
~Microsoft.Maui.Controls.CheckBox.Command.set -> void
127+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.get -> object
128+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.set -> void
124129
~Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer(Microsoft.Maui.IPropertyMapper mapper) -> void
125130
~Microsoft.Maui.Controls.Handlers.Compatibility.FrameRenderer.FrameRenderer(Microsoft.Maui.IPropertyMapper mapper, Microsoft.Maui.CommandMapper commandMapper) -> void
126131
override Microsoft.Maui.Controls.View.ChangeVisualState() -> void
@@ -141,6 +146,8 @@ override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
141146
~override Microsoft.Maui.Controls.Shapes.Matrix.Equals(object obj) -> bool
142147
~static Microsoft.Maui.Controls.Handlers.ShellHandler.MapFlyoutIcon(Microsoft.Maui.Controls.Handlers.ShellHandler handler, Microsoft.Maui.Controls.Shell view) -> void
143148
~static Microsoft.Maui.Controls.Region.FromRectangles(System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.Rect> rectangles) -> Microsoft.Maui.Controls.Region
149+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
150+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
144151
~static readonly Microsoft.Maui.Controls.InputView.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty
145152
~static readonly Microsoft.Maui.Controls.InputView.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty
146153
~static readonly Microsoft.Maui.Controls.InputView.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.get -> S
4949
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommand.set -> void
5050
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.get -> object!
5151
Microsoft.Maui.Controls.PointerGestureRecognizer.PointerReleasedCommandParameter.set -> void
52+
override Microsoft.Maui.Controls.CheckBox.IsEnabledCore.get -> bool
5253
static readonly Microsoft.Maui.Controls.KeyboardAccelerator.KeyProperty -> Microsoft.Maui.Controls.BindableProperty!
5354
static readonly Microsoft.Maui.Controls.KeyboardAccelerator.ModifiersProperty -> Microsoft.Maui.Controls.BindableProperty!
5455
static readonly Microsoft.Maui.Controls.DragGestureRecognizer.CanDragProperty -> Microsoft.Maui.Controls.BindableProperty!
@@ -119,6 +120,10 @@ Microsoft.Maui.Controls.VisualElement.RefreshIsEnabledProperty() -> void
119120
override Microsoft.Maui.Controls.Button.IsEnabledCore.get -> bool
120121
override Microsoft.Maui.Controls.ImageButton.IsEnabledCore.get -> bool
121122
override Microsoft.Maui.Controls.SearchBar.IsEnabledCore.get -> bool
123+
~Microsoft.Maui.Controls.CheckBox.Command.get -> System.Windows.Input.ICommand
124+
~Microsoft.Maui.Controls.CheckBox.Command.set -> void
125+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.get -> object
126+
~Microsoft.Maui.Controls.CheckBox.CommandParameter.set -> void
122127
~Microsoft.Maui.Controls.Element.AddLogicalChild(Microsoft.Maui.Controls.Element element) -> void
123128
~Microsoft.Maui.Controls.Element.InsertLogicalChild(int index, Microsoft.Maui.Controls.Element element) -> void
124129
~Microsoft.Maui.Controls.Element.RemoveLogicalChild(Microsoft.Maui.Controls.Element element) -> bool
@@ -138,6 +143,8 @@ Microsoft.Maui.Controls.Xaml.RequireServiceAttribute
138143
~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.IRadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
139144
~static Microsoft.Maui.Controls.RadioButton.MapContent(Microsoft.Maui.Handlers.RadioButtonHandler handler, Microsoft.Maui.Controls.RadioButton radioButton) -> void
140145
~static Microsoft.Maui.Controls.Region.FromRectangles(System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.Rect> rectangles) -> Microsoft.Maui.Controls.Region
146+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandParameterProperty -> Microsoft.Maui.Controls.BindableProperty
147+
~static readonly Microsoft.Maui.Controls.CheckBox.CommandProperty -> Microsoft.Maui.Controls.BindableProperty
141148
~static readonly Microsoft.Maui.Controls.InputView.CursorPositionProperty -> Microsoft.Maui.Controls.BindableProperty
142149
~static readonly Microsoft.Maui.Controls.InputView.FontAttributesProperty -> Microsoft.Maui.Controls.BindableProperty
143150
~static readonly Microsoft.Maui.Controls.InputView.FontAutoScalingEnabledProperty -> Microsoft.Maui.Controls.BindableProperty
@@ -174,7 +181,6 @@ Microsoft.Maui.Controls.PlatformPointerEventArgs
174181
~static readonly Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTappedProperty -> Microsoft.Maui.Controls.BindableProperty
175182
Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.get -> bool
176183
Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
177-
178184
*REMOVED*~Microsoft.Maui.Controls.Editor.FontFamily.get -> string
179185
*REMOVED*~Microsoft.Maui.Controls.Editor.FontFamily.set -> void
180186
*REMOVED*Microsoft.Maui.Controls.Editor.CursorPosition.get -> int
@@ -187,7 +193,6 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
187193
*REMOVED*Microsoft.Maui.Controls.Editor.FontSize.set -> void
188194
*REMOVED*Microsoft.Maui.Controls.Editor.SelectionLength.get -> int
189195
*REMOVED*Microsoft.Maui.Controls.Editor.SelectionLength.set -> void
190-
191196
*REMOVED*~Microsoft.Maui.Controls.SearchBar.FontFamily.get -> string
192197
*REMOVED*~Microsoft.Maui.Controls.SearchBar.FontFamily.set -> void
193198
*REMOVED*Microsoft.Maui.Controls.SearchBar.CursorPosition.get -> int
@@ -200,7 +205,6 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
200205
*REMOVED*Microsoft.Maui.Controls.SearchBar.FontSize.set -> void
201206
*REMOVED*Microsoft.Maui.Controls.SearchBar.SelectionLength.get -> int
202207
*REMOVED*Microsoft.Maui.Controls.SearchBar.SelectionLength.set -> void
203-
204208
*REMOVED*~Microsoft.Maui.Controls.Entry.FontFamily.get -> string
205209
*REMOVED*~Microsoft.Maui.Controls.Entry.FontFamily.set -> void
206210
*REMOVED*Microsoft.Maui.Controls.Entry.CursorPosition.get -> int
@@ -213,4 +217,3 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
213217
*REMOVED*Microsoft.Maui.Controls.Entry.FontSize.set -> void
214218
*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.get -> int
215219
*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.set -> void
216-

0 commit comments

Comments
 (0)