Skip to content

Commit aac41de

Browse files
Merge pull request #129 from syncfusion/internal_public
Release 1.0.4 updates
2 parents 14e0cf5 + 44d613d commit aac41de

File tree

146 files changed

+22788
-6455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+22788
-6455
lines changed

maui/samples/Gallery/ControlList.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
<Assembly Name="BottomSheet" />
1919
<Assembly Name="NumericEntry" />
2020
<Assembly Name="NumericUpDown" />
21-
<Assembly Name="Calendar" />
22-
<Assembly Name="OtpInput" />
2321
<Assembly Name="Expander" />
22+
<Assembly Name="Calendar" />
2423
<Assembly Name="Accordion" />
25-
<Assembly Name="Cards" />
24+
<Assembly Name="Cards" />
2625
<Assembly Name="Popup"/>
26+
<Assembly Name="OtpInput" />
2727
</Assemblies>
28-
</SampleBrowser>
28+
</SampleBrowser>
25.4 KB
Loading
26.9 KB
Loading
27.7 KB
Loading
7 KB
Loading

maui/samples/Gallery/SampleList/CalendarSamplesList.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<Sample Title="Selection" SampleName="DateSelection"/>
1818
<Sample Title="Calendar Identifier" SampleName="CalendarIdentifier"/>
1919
<Sample Title="Appointment Booking" SampleName="AppointmentBooking"/>
20+
<Sample Title ="Flight Booking" SampleName="FlightBooking"/>
2021
<Sample Title="Color Scheme" SampleName="HighlightDates" />
2122
<Sample Title="Customization" SampleName="AppearanceCustomization" />
2223
</Control>

maui/samples/Gallery/SampleList/CircularChartSamplesList.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<!--<Sample SearchTags="CenterElevation" Name="CenterElevation" SampleName="CenterElevation" Title="Center elevation"/>-->
2121
</CardLayout>
2222
</SubCategory>
23-
<!--<SubCategory Title="Radial Bar">
24-
--><!--<CardLayout>-->
23+
<SubCategory Title="Radial Bar">
24+
<CardLayout>
2525
<Sample SearchTags="radialbar" Name="RadialBarChart" SampleName="RadialBarChart" Title="Radial bar"/>
26-
<!--<Sample SearchTags="radialbar" Name="CustomizedRadialBarChart" SampleName="CustomizedRadialBarChart" Title="Customized legend"/>-->
27-
<!--</CardLayout>-->
28-
<!--</SubCategory>-->
26+
<Sample SearchTags="radialbar" Name="CustomizedRadialBarChart" SampleName="CustomizedRadialBarChart" Title="Customized legend"/>
27+
</CardLayout>
28+
</SubCategory>
2929
</Category>
3030
<Category Title="Interaction">
3131
<Sample SearchTags="tooltip" Name="Tooltip" SampleName="Tooltip" Title="Tooltip" Description="This sample showcases the tooltip feature. On mobile, tap the data points, and on desktop, mouse over to the data points to raise the tooltip."/>

maui/samples/Gallery/SampleList/TabViewSamplesList.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Sample Title="Getting Started" SampleName="TabViewGettingStarted" Description="This sample shows a simple use case of the Tab View." SearchTags="tabs, tab view, tabbed view, navigation"/>
66
<Sample Title="Fit To Content" SampleName="SizeToContent" Description="This sample shows how to display the tabs based on the each tabs text size." SearchTags="tabs, tab view, tabbed view, autofit, auto, sizetofit, tab width"/>
77
<Sample Title="Customization" SampleName="Customization" SearchTags="tabs, tab view, tabbed view, customization"/>
8+
<Sample Title="Center Button" SampleName="CenterButton" SearchTags="tabs, tab view, tabbed view, center button" StatusTag="New"/>
89
</Control>
910
</ControlCategory>
1011
</SyncfusionControls>

maui/samples/Gallery/Samples/BottomSheet/GettingStarted/View/GettingStartedMobile.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Grid.BindingContext>
1616
<local:ItemViewModel />
1717
</Grid.BindingContext>
18-
18+
1919
<BottomSheet:SfBottomSheet x:Name="BottomSheet" HalfExpandedRatio="{OnPlatform Android=0.5, iOS=0.6}" FullExpandedRatio="0.9" CollapsedHeight="180" Background="{AppThemeBinding Light={StaticResource SampleBrowserBackgroundLight}, Dark={StaticResource SampleBrowserBackgroundDark}}" CornerRadius="10, 10, 0, 0" ContentPadding="16,16,16,0">
2020

2121
<BottomSheet:SfBottomSheet.Content>

maui/samples/Gallery/Samples/Calendar/AppearanceCustomization/Behavior/AppearanceCustomizationBehavior.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void ComboBox_SelectionChanged(object? sender, EventArgs e)
6868
{
6969
AppearanceViewModel appearanceViewModel = (AppearanceViewModel)_calendar.BindingContext;
7070
bool isCircleShape = selectionShape == "Circle";
71-
appearanceViewModel.UpdateSelectionShape(isCircleShape);
71+
appearanceViewModel.UpdateSelectionShape(isCircleShape);
7272
if (isCircleShape)
7373
{
7474
_calendar.SelectionShape = CalendarSelectionShape.Circle;

0 commit comments

Comments
 (0)