Skip to content

Commit 2ac2c51

Browse files
Update Package Descriptions - Fixes #4210
1 parent ece736f commit 2ac2c51

File tree

7 files changed

+39
-27
lines changed

7 files changed

+39
-27
lines changed

Microsoft.Toolkit.Uwp.UI.Behaviors/Microsoft.Toolkit.Uwp.UI.Behaviors.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
<Title>Windows Community Toolkit - UI Behaviors</Title>
1010
<Description>
1111
This library provides UI behaviors built on the XAML behaviors SDK. It is a part of the Windows Community Toolkit.
12-
13-
Behaviors:
14-
- BehaviorBase: Helper for building Behaviors
12+
13+
- Animation: Various helpers for integration with the Toolkit's Animation package.
1514
- AutoFocusBehevior: Sets focus to the associated control.
16-
- FocusBehavior: Sets focus to a specified control.
17-
- ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport
15+
- AutoSelectBehavior: Selects a TextBox's text automatically.
1816
- FadeHeaderBehavior, QuickReturnHeaderBehavior, StickyHeaderBehavior: Helpers for ListViewBase Header Behavior
17+
- FocusBehavior: Sets focus to a specified control.
18+
- KeyDownTriggerBehavior: Trigger behaviors when a key is pressed.
19+
- ViewportBehavior: Listening for element to enter or exit the ScrollViewer viewport
1920
</Description>
20-
<PackageTags>UI;XAML;Behaviors;Interactivity;Interaction;Focus;Header;Viewport</PackageTags>
21+
<PackageTags>UI;XAML;Behaviors;Interactivity;Interaction;Focus;Header;Viewport;Selection;Focus;KeyDown;Triggers;Viewport</PackageTags>
2122
</PropertyGroup>
2223

2324
<ItemGroup>

Microsoft.Toolkit.Uwp.UI.Controls.Core/Microsoft.Toolkit.Uwp.UI.Controls.Core.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- ImageEx: Images are downloaded asynchronously showing a load indicator and can be stored in a local cache.
1717
- InAppNotification: Show local notifications in your application.
1818
- Loading: Helps to show content with animation to the user while the app is doing some calculation.
19+
- MetadataControl: Control for organizing text based categories with a separator, supports commands.
1920
- RadialProgressBar: Displays progress as a circle getting filled.
2021
- RotatorTile: Rotates through a set of items one-by-one like a live-tile.
2122
- TabbedCommandBar: A command bar that organizes features of an application into a series of tabs.
@@ -29,6 +30,7 @@
2930
Image;Ex ;ImageEx ;
3031
In;App;Notification;InAppNotification;InApp ;
3132
Loading ;
33+
Metadata;Tags;
3234
Radial;Progress;Bar;RadialProgressBar;ProgressBar ;
3335
Rotator;Tile ;RotatorTile ;
3436
Tabbed;Command;Bar ;TabbedCommandBar ;CommandBar ;

Microsoft.Toolkit.Uwp.UI.Controls.Input/Microsoft.Toolkit.Uwp.UI.Controls.Input.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- RadialGauge: Displays a value within a range, using a needle on a circular face.
1616
- RangeSelector: "Double slider" control for range values.
1717
- RemoteDevicePicker: Remote Device Picker Control for Project Rome.
18+
- RichSuggestBox: RichEditBox which supports at mentioning or tags.
1819
- TokenizingTextBox: An AutoSuggestBox like control which places entered input into easily removed containers for contacts or tags.
1920
</Description>
2021
<PackageTags>
@@ -23,6 +24,7 @@
2324
Radial;Gauge ;RadialGauge ;
2425
Range;Selector ;RangeSelector ;
2526
Remote;Device;Picker;RemoteDevicePicker;DevicePicker;RemoteDevice;
27+
RichEditBox;RichSuggestBox;Suggestions;Mentions;Tags;
2628
Tokenizing;Text;Box ;TokenizingTextBox ;TextBox ;
2729
</PackageTags>
2830
</PropertyGroup>

Microsoft.Toolkit.Uwp.UI.Controls.Primitives/Microsoft.Toolkit.Uwp.UI.Controls.Primitives.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
Controls:
1414
- AdaptiveGridView: Presents items in an evenly-spaced set of columns to fill the total available space.
15+
- ConstrainedBox: Constrain child element by aspect ratio, scale, or multiple.
1516
- DockPanel: Define areas where you can arrange child elements either horizontally or vertically, relative to each other.
1617
- StaggeredLayout: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space.
1718
- StaggeredPanel: Layout of items in a column approach where an item will be added to whichever column has used the least amount of space.
@@ -23,6 +24,7 @@
2324
<PackageTags>
2425
Controls;XAML;UI;
2526
Adaptive;Grid;View;AdaptiveGridView;GridView ;AdaptiveGrid ;
27+
Constrained;Box;ConstrainedBox;AspectRatio;Aspect;Scale;Multiple;
2628
Dock;Panel ;DockPanel ;
2729
Staggered;Layout ;StaggeredLayout ;
2830
Staggered;Panel ;StaggeredPanel ;

Microsoft.Toolkit.Uwp.UI.Media/Microsoft.Toolkit.Uwp.UI.Media.csproj

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,9 @@
77
<PropertyGroup>
88
<Title>Windows Community Toolkit - UI Media</Title>
99
<Description>
10-
This library provides UI brushes. It is a part of the Windows Community Toolkit.
10+
This library provides UI effects which rely on Win2D. It is a part of the Windows Community Toolkit.
1111

12-
Media:
13-
- AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters.
14-
- BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application.
15-
- BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function.
16-
- BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application.
17-
- BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop.
18-
- BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop.
19-
- CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls.
20-
- ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode.
21-
- PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline
22-
- RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse.
23-
- TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating.
12+
AttachedCardShadow: Provides an easy-to-use, simple, and performant rounded-rectangle shadow effect.
2413

2514
Effects:
2615
- AcrylicEffect: A custom acrylic effect that can be inserted into a pipeline.
@@ -33,15 +22,28 @@
3322
- TileEffect: An effect that loads an image and replicates it to cover all the available surface area.
3423
- ExposureEffect, GrayscaleEffect, HueRotationEffect and more, mapping to Win2D effects.
3524

25+
Geometry:
26+
- CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color.
27+
3628
Helpers:
3729
- SurfaceLoader: A class that can load and draw images and other objects to Win2D surfaces and brushes.
3830

39-
PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them.
31+
Media:
32+
- AcrylicBrush: A custom Brush that that implements an acrylic effect with full control over all parameters.
33+
- BackdropBlurBrush: The BackdropBlurBrush is a Brush that blurs whatever is behind it in the application.
34+
- BackdropGammaTransferBrush: A brush which alters the colors of whatever is behind it in the application by applying a per-channel gamma transfer function.
35+
- BackdropInvertBrush: The BackdropInvertBrush is a Brush which inverts whatever is behind it in the application.
36+
- BackdropSaturationBrush: Brush which applies a SaturationEffect to the Backdrop.
37+
- BackdropSepiaBrush: Brush which applies a SepiaEffect to the Backdrop.
38+
- CanvasBrushBase: Helper Brush class to interop with Win2D Canvas calls.
39+
- ImageBlendBrush: A Brush which blends a BitmapImage to the Backdrop in a given mode.
40+
- PipelineBrush: A Brush that renders a customizable Composition/Win2D effects pipeline
41+
- RadialGradientBrush: This GradientBrush defines its Gradient as an interpolation within an Ellipse.
42+
- TilesBrush: A Brush that displays a tiled image, wrapping at the edges and endlessly repeating.
4043

41-
Geometry:
42-
- CanvasPathGeometry: A class that parses Win2d Path Mini Language and converts it to CanvasGeometry, CanvasBrush, CanvasStroke, CanvasStrokeStyle or Color.
44+
PipelineBuilder: A class that allows to build custom effects pipelines and create CompositionBrush instances from them.
4345
</Description>
44-
<PackageTags>UI;XAML;Acrylic;Brushes;Blur;Effects;Canvas;Geometry</PackageTags>
46+
<PackageTags>UI;XAML;Acrylic;Brushes;Blur;Effects;Canvas;Geometry;Shadow;Shadows;Animation</PackageTags>
4547
</PropertyGroup>
4648

4749
<ItemGroup>

Microsoft.Toolkit.Uwp.UI/Microsoft.Toolkit.Uwp.UI.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PropertyGroup>
1010
<Title>Windows Community Toolkit - UI</Title>
1111
<Description>
12-
This library provides UI components, such as XAML extensions, helpers, converters and more. It is a part of the Windows Community Toolkit.
12+
This library provides various common UI helpers. It is a part of the Windows Community Toolkit.
1313

1414
AdvancedCollectionView: It's a collection view implementation that support filtering, sorting and incremental loading. It's meant to be used in a viewmodel.
1515

@@ -19,6 +19,7 @@
1919

2020
Extensions:
2121
- ApplicationViewExtensions: Provides attached properties for interacting with the ApplicationView on a window (app view).
22+
- AttachedDropShadow: Provides a composition based shadow effect which supports masking.
2223
- FrameworkElementExtensions: Provides attached dependency properties for the FrameworkElement.
2324
- ListViewExtensions: Provides attached dependency properties for the ListViewBase
2425
- LogicalTree: Defines a collection of extensions methods for UI.
@@ -42,8 +43,10 @@
4243
- BindableValueHolder: Holds the value. Can be used to change several objects' properties at a time.
4344
- DependencyPropertyWatcher: Used to Track Changes of a Dependency Property
4445
- ThemeListener: Class which listens for changes to Application Theme or High Contrast Modes and Signals an Event when they occur.
46+
47+
Triggers: Various Visual State Triggers to help trigger VisualStates in a wide variety of scenarios.
4548
</Description>
46-
<PackageTags>UI;XAML;ApplicationView;FrameworkElement;SurfaceDial;Matrix;Mouse;TextBoxMask;TitleBar;VisualTree;Converters;Extensions;Helpers</PackageTags>
49+
<PackageTags>UI;XAML;ApplicationView;FrameworkElement;ListView;SurfaceDial;Matrix;Mouse;TextBoxMask;TitleBar;VisualTree;Converters;Extensions;Helpers</PackageTags>
4750
</PropertyGroup>
4851

4952
<ItemGroup>

Microsoft.Toolkit.Uwp/Microsoft.Toolkit.Uwp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<PropertyGroup>
88
<Title>Windows Community Toolkit - Common (UWP)</Title>
9-
<Description>This package includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc.</Description>
10-
<PackageTags>Storage;File;Folder;Color;Conversion;Stream;Helpers;Extensions</PackageTags>
9+
<Description>This package includes code only helpers such as Color conversion tool, Storage file handling, a Stream helper class, SystemInformation helpers, etc.</Description>
10+
<PackageTags>Storage;File;Folder;Color;Conversion;Stream;Helpers;Extensions;System;Information</PackageTags>
1111
</PropertyGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)