From aea83887c6b04e94e0604c98888a1455749d492c Mon Sep 17 00:00:00 2001 From: IGvaleries Date: Thu, 2 Jan 2025 12:35:58 -0500 Subject: [PATCH] update for 24.2 (using build 24.2.53) --- DefaultStyles/Dashboards/generic.shared.xaml | 19 + DefaultStyles/Dashboards/generic.xaml | 19 + .../DataPresenter/DataPresenterGeneric.xaml | 4 +- .../DataPresenter/DataPresenterRoyale.xaml | 4 +- DefaultStyles/DataVisualization/Classic.xaml | 15 + .../DataVisualization/generic.shared.xaml | 14 + .../FormulaEditor/generic.inbox.xaml | 376 +++++- DefaultStyles/FormulaEditor/generic.xaml | 2 +- DefaultStyles/MaskInput/generic.xaml | 2 +- DefaultStyles/Menu/generic.xaml | 3 +- DefaultStyles/ScheduleDialogs/generic.xaml | 24 +- DefaultStyles/XamCalendar/generic.mobile.xaml | 4 +- DefaultStyles/XamCalendar/generic.xaml | 2 +- .../XamDataChart/LegendTemplates.xaml | 58 +- .../XamDataChart/generic.shared.xaml | 98 +- DefaultStyles/XamDataChart/generic.xaml | 98 +- DefaultStyles/XamGrid/generic.xaml | 2 +- DefaultStyles/XamTimeline/generic.xaml | 1055 +---------------- 18 files changed, 687 insertions(+), 1112 deletions(-) create mode 100644 DefaultStyles/Dashboards/generic.shared.xaml create mode 100644 DefaultStyles/Dashboards/generic.xaml diff --git a/DefaultStyles/Dashboards/generic.shared.xaml b/DefaultStyles/Dashboards/generic.shared.xaml new file mode 100644 index 0000000..84cfe73 --- /dev/null +++ b/DefaultStyles/Dashboards/generic.shared.xaml @@ -0,0 +1,19 @@ + + + + + diff --git a/DefaultStyles/Dashboards/generic.xaml b/DefaultStyles/Dashboards/generic.xaml new file mode 100644 index 0000000..84cfe73 --- /dev/null +++ b/DefaultStyles/Dashboards/generic.xaml @@ -0,0 +1,19 @@ + + + + + diff --git a/DefaultStyles/DataPresenter/DataPresenterGeneric.xaml b/DefaultStyles/DataPresenter/DataPresenterGeneric.xaml index 837ce4e..29a044c 100644 --- a/DefaultStyles/DataPresenter/DataPresenterGeneric.xaml +++ b/DefaultStyles/DataPresenter/DataPresenterGeneric.xaml @@ -498,7 +498,7 @@ IsInFieldChooser="{TemplateBinding IsSourceFromFieldChooser}" IsInGroupByArea="{TemplateBinding IsSourceFromGroupByArea}" Opacity=".5"/> - + - + diff --git a/DefaultStyles/DataPresenter/DataPresenterRoyale.xaml b/DefaultStyles/DataPresenter/DataPresenterRoyale.xaml index 888e488..424a205 100644 --- a/DefaultStyles/DataPresenter/DataPresenterRoyale.xaml +++ b/DefaultStyles/DataPresenter/DataPresenterRoyale.xaml @@ -32,7 +32,7 @@ IsInFieldChooser="{TemplateBinding IsSourceFromFieldChooser}" IsInGroupByArea="{TemplateBinding IsSourceFromGroupByArea}" Opacity=".5"/> - + - + diff --git a/DefaultStyles/DataVisualization/Classic.xaml b/DefaultStyles/DataVisualization/Classic.xaml index c81dc45..f1358c8 100644 --- a/DefaultStyles/DataVisualization/Classic.xaml +++ b/DefaultStyles/DataVisualization/Classic.xaml @@ -3,6 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="http://schemas.infragistics.com/xaml" + xmlns:layouts="http://schemas.infragistics.com/xaml" xmlns:ig="http://schemas.infragistics.com/xaml" xmlns:igWindows="http://infragistics.com/Windows" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" @@ -1556,4 +1557,18 @@ + + + \ No newline at end of file diff --git a/DefaultStyles/DataVisualization/generic.shared.xaml b/DefaultStyles/DataVisualization/generic.shared.xaml index 3b3397d..72d32e2 100644 --- a/DefaultStyles/DataVisualization/generic.shared.xaml +++ b/DefaultStyles/DataVisualization/generic.shared.xaml @@ -5,6 +5,7 @@ xmlns:System="clr-namespace:System;assembly=mscorlib" xmlns:igPrimitives="http://schemas.infragistics.com/xaml/primitives" xmlns:local="http://schemas.infragistics.com/xaml" + xmlns:layouts="http://schemas.infragistics.com/xaml" xmlns:ig="http://schemas.infragistics.com/xaml" xmlns:maps="http://schemas.infragistics.com/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" @@ -1267,4 +1268,17 @@ \ No newline at end of file diff --git a/DefaultStyles/FormulaEditor/generic.inbox.xaml b/DefaultStyles/FormulaEditor/generic.inbox.xaml index 2c85569..7b88e89 100644 --- a/DefaultStyles/FormulaEditor/generic.inbox.xaml +++ b/DefaultStyles/FormulaEditor/generic.inbox.xaml @@ -1,14 +1,366 @@ - + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + \ No newline at end of file diff --git a/DefaultStyles/FormulaEditor/generic.xaml b/DefaultStyles/FormulaEditor/generic.xaml index 7c0495a..7e229fd 100644 --- a/DefaultStyles/FormulaEditor/generic.xaml +++ b/DefaultStyles/FormulaEditor/generic.xaml @@ -25,7 +25,7 @@ - + diff --git a/DefaultStyles/MaskInput/generic.xaml b/DefaultStyles/MaskInput/generic.xaml index a68b87d..c9271d4 100644 --- a/DefaultStyles/MaskInput/generic.xaml +++ b/DefaultStyles/MaskInput/generic.xaml @@ -25,7 +25,7 @@ - + diff --git a/DefaultStyles/Menu/generic.xaml b/DefaultStyles/Menu/generic.xaml index 501e9e1..f2eed75 100644 --- a/DefaultStyles/Menu/generic.xaml +++ b/DefaultStyles/Menu/generic.xaml @@ -1,5 +1,4 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/DefaultStyles/XamCalendar/generic.mobile.xaml b/DefaultStyles/XamCalendar/generic.mobile.xaml index ada2d09..c2ec2d3 100644 --- a/DefaultStyles/XamCalendar/generic.mobile.xaml +++ b/DefaultStyles/XamCalendar/generic.mobile.xaml @@ -5,8 +5,8 @@ xmlns:igPrimLocal="http://schemas.infragistics.com/xaml/primitives" xmlns:sys="clr-namespace:System;assembly=mscorlib" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:igPrim="http://schemas.infragistics.com/xaml/primitives;assembly=InfragisticsWP7.v23.2" - xmlns:ig="http://schemas.infragistics.com/xaml;assembly=InfragisticsWP7.v23.2"> + xmlns:igPrim="http://schemas.infragistics.com/xaml/primitives;assembly=InfragisticsWP7.v24.2" + xmlns:ig="http://schemas.infragistics.com/xaml;assembly=InfragisticsWP7.v24.2"> diff --git a/DefaultStyles/XamCalendar/generic.xaml b/DefaultStyles/XamCalendar/generic.xaml index 988e91b..10f4e41 100644 --- a/DefaultStyles/XamCalendar/generic.xaml +++ b/DefaultStyles/XamCalendar/generic.xaml @@ -25,7 +25,7 @@ - + diff --git a/DefaultStyles/XamDataChart/LegendTemplates.xaml b/DefaultStyles/XamDataChart/LegendTemplates.xaml index 5f830bf..194dd14 100644 --- a/DefaultStyles/XamDataChart/LegendTemplates.xaml +++ b/DefaultStyles/XamDataChart/LegendTemplates.xaml @@ -39,7 +39,7 @@ Content="{Binding}"> - + @@ -82,13 +82,13 @@ Width="{x:Static local:Defaults.LegendBadge_ShapeWidth}" Height="{x:Static local:Defaults.LegendBadge_ShapeHeight}" > @@ -100,8 +100,8 @@ Width="{x:Static local:Defaults.LegendBadge_ShapeWidth}" Height="{x:Static local:Defaults.LegendBadge_ShapeHeight}" > @@ -138,7 +138,7 @@ Height="{x:Static local:Defaults.LegendBadge_ShapeHeight}"> @@ -175,7 +175,7 @@ Width="{x:Static local:Defaults.LegendBadge_ShapeWidth}" Height="{x:Static local:Defaults.LegendBadge_ShapeHeight}"> @@ -205,11 +205,11 @@ @@ -221,8 +221,8 @@ Height="{x:Static local:Defaults.LegendBadge_ShapeHeight}"> + Stroke="{Binding ActualItemBadgeOutline}" + Fill="{Binding ActualItemBadgeBrush}"/> @@ -237,7 +237,7 @@ - + @@ -246,7 +246,7 @@ - + --> @@ -256,8 +256,8 @@ @@ -273,7 +273,7 @@ - + @@ -282,7 +282,7 @@ - + --> @@ -292,8 +292,8 @@ @@ -310,8 +310,8 @@ + Stroke="{Binding ActualItemBadgeOutline}" + Fill="{Binding ActualItemBadgeBrush}"/> @@ -325,8 +325,8 @@ + Stroke="{Binding ActualItemBadgeOutline}" + Fill="{Binding ActualItemBadgeBrush}"/> @@ -342,8 +342,8 @@ + Stroke="{Binding ActualItemBadgeOutline}" + Fill="{Binding ActualItemBadgeBrush}"/> @@ -357,8 +357,8 @@ + Stroke="{Binding ActualItemBadgeOutline}" + Fill="{Binding ActualItemBadgeBrush}"/> diff --git a/DefaultStyles/XamDataChart/generic.shared.xaml b/DefaultStyles/XamDataChart/generic.shared.xaml index 1ac94e9..feb68a6 100644 --- a/DefaultStyles/XamDataChart/generic.shared.xaml +++ b/DefaultStyles/XamDataChart/generic.shared.xaml @@ -764,7 +764,7 @@ - + @@ -774,7 +774,7 @@ FontWeight="{Binding Series.ActualLegend.ItemsFontWeight}" FontSize="{Binding Series.ActualLegend.ItemsFontSize}" FontFamily="{Binding Series.ActualLegend.ItemsFontFamily}"> - + @@ -1050,6 +1050,8 @@ + + @@ -2084,9 +2086,97 @@ - - + + + + + + - - + + + + + + - \ No newline at end of file + diff --git a/DefaultStyles/XamTimeline/generic.xaml b/DefaultStyles/XamTimeline/generic.xaml index 600b3d2..b919089 100644 --- a/DefaultStyles/XamTimeline/generic.xaml +++ b/DefaultStyles/XamTimeline/generic.xaml @@ -90,1049 +90,17 @@ - - - + + @@ -1254,8 +222,6 @@ + @@ -1854,8 +819,6 @@