|
24 | 24 | "UniqueId": "DevWinUIGallery.Views.MenuFlyoutSecondaryMenuPage", |
25 | 25 | "Title": "MenuFlyout Attach", |
26 | 26 | "IsNew": true, |
| 27 | + "DataInfoBadge": { |
| 28 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 29 | + "InfoBadgeValue": "New " |
| 30 | + }, |
27 | 31 | "Subtitle": "Provides attached properties and behavior extensions for to support a customizable secondary menu section.", |
28 | 32 | "ImagePath": "ms-appx:///Assets/Fluent/CommandBarFlyout.png" |
29 | 33 | }, |
30 | 34 | { |
31 | 35 | "UniqueId": "DevWinUIGallery.Views.SunTimesHelperPage", |
32 | 36 | "Title": "SunTimes Helper", |
33 | 37 | "IsNew": true, |
| 38 | + "DataInfoBadge": { |
| 39 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 40 | + "InfoBadgeValue": "New " |
| 41 | + }, |
34 | 42 | "Subtitle": "A helper class for calculating sunrise and sunset", |
35 | 43 | "ImagePath": "ms-appx:///Assets/Fluent/Sunny.png" |
36 | 44 | }, |
37 | 45 | { |
38 | 46 | "UniqueId": "DevWinUIGallery.Views.SystemTrayIconPage", |
39 | 47 | "Title": "SystemTrayIcon", |
40 | 48 | "IsNew": true, |
| 49 | + "DataInfoBadge": { |
| 50 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 51 | + "InfoBadgeValue": "New " |
| 52 | + }, |
41 | 53 | "Subtitle": "SystemTrayIcon is a class that manages an application’s icon in the Windows system tray. It allows showing an icon, setting a tooltip, handling click events, and displaying a context menu directly from the tray area.", |
42 | 54 | "ImagePath": "ms-appx:///Assets/Fluent/MenuFlyout.png" |
43 | 55 | }, |
|
51 | 63 | "UniqueId": "DevWinUIGallery.Views.WindowedContentDialogPage", |
52 | 64 | "Title": "Windowed Content Dialog", |
53 | 65 | "Subtitle": "A dialog control that behaves like ContentDialog but opens in its own window", |
54 | | - "IsNew": true, |
55 | 66 | "ImagePath": "ms-appx:///Assets/Fluent/ContentDialog.png" |
56 | 67 | }, |
57 | 68 | { |
58 | 69 | "UniqueId": "DevWinUIGallery.Views.MessageBoxPage", |
59 | 70 | "Title": "MessageBox", |
60 | 71 | "Subtitle": "A simple dialog for displaying messages and prompts with customizable buttons and icons, commonly used for alerts, confirmations, and quick user decisions.", |
61 | | - "IsNew": true, |
62 | 72 | "ImagePath": "ms-appx:///Assets/Fluent/ContentDialog.png" |
63 | 73 | }, |
64 | 74 | { |
|
166 | 176 | "Title": "Looping List", |
167 | 177 | "Subtitle": "An infinitely scrolling selector displayed in a flyout.", |
168 | 178 | "IsNew": true, |
| 179 | + "DataInfoBadge": { |
| 180 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 181 | + "InfoBadgeValue": "New " |
| 182 | + }, |
169 | 183 | "ImagePath": "ms-appx:///Assets/Fluent/TimePicker.png" |
170 | 184 | }, |
171 | 185 | { |
172 | 186 | "UniqueId": "DevWinUIGallery.Views.LoopingSelectorPage", |
173 | 187 | "Title": "Looping Selector", |
174 | 188 | "Subtitle": "An infinitely scrolling selection control.", |
175 | 189 | "IsNew": true, |
| 190 | + "DataInfoBadge": { |
| 191 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 192 | + "InfoBadgeValue": "New " |
| 193 | + }, |
176 | 194 | "ImagePath": "ms-appx:///Assets/Fluent/ListBox.png" |
177 | 195 | }, |
178 | 196 | { |
179 | 197 | "UniqueId": "DevWinUIGallery.Views.SegmentedSliderPage", |
180 | 198 | "Title": "Segmented Slider", |
181 | 199 | "Subtitle": "Slider control that divides its track into multiple visual segments. Each segment can represent a specific range, time span, or category, with individual fill states and labels.", |
182 | 200 | "IsNew": true, |
| 201 | + "DataInfoBadge": { |
| 202 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 203 | + "InfoBadgeValue": "New " |
| 204 | + }, |
183 | 205 | "ImagePath": "ms-appx:///Assets/Fluent/Slider.png" |
184 | 206 | }, |
185 | 207 | { |
186 | 208 | "UniqueId": "DevWinUIGallery.Views.TimelinePage", |
187 | 209 | "Title": "Timeline", |
188 | 210 | "Subtitle": "A visual control to display a day’s time range with key points like StartTime, EndTime, Sunrise, and Sunset.", |
189 | 211 | "IsNew": true, |
| 212 | + "DataInfoBadge": { |
| 213 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 214 | + "InfoBadgeValue": "New " |
| 215 | + }, |
190 | 216 | "ImagePath": "ms-appx:///Assets/Fluent/Line.png" |
191 | 217 | }, |
192 | 218 | { |
193 | 219 | "UniqueId": "DevWinUIGallery.Views.WanderingParticlesPage", |
194 | 220 | "Title": "Wandering Particles", |
195 | 221 | "Subtitle": "A visual effect that generates particles moving in random, flowing paths, creating a dynamic and wandering animation.", |
196 | 222 | "IsNew": true, |
| 223 | + "DataInfoBadge": { |
| 224 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 225 | + "InfoBadgeValue": "New " |
| 226 | + }, |
197 | 227 | "ImagePath": "ms-appx:///Assets/Fluent/Particle.png" |
198 | 228 | }, |
199 | 229 | { |
200 | 230 | "UniqueId": "DevWinUIGallery.Views.SnowFlakeEffectPage", |
201 | 231 | "Title": "SnowFlake Effect", |
202 | 232 | "Subtitle": "A visual effect that simulates falling snowflakes, with customizable particle count.", |
203 | 233 | "IsNew": true, |
| 234 | + "DataInfoBadge": { |
| 235 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 236 | + "InfoBadgeValue": "New" |
| 237 | + }, |
204 | 238 | "ImagePath": "ms-appx:///Assets/Fluent/Snowflake.png" |
205 | 239 | }, |
206 | 240 | { |
207 | 241 | "UniqueId": "DevWinUIGallery.Views.FlipCardsPage", |
208 | 242 | "Title": "Flip Cards", |
209 | 243 | "Subtitle": "A container of multiple FlipBlocks to show time, date, or multi-digit values with dynamic flipping animations.", |
210 | | - "IsNew": true, |
211 | 244 | "ImagePath": "ms-appx:///Assets/Fluent/GridSplitter.png" |
212 | 245 | }, |
213 | 246 | { |
214 | 247 | "UniqueId": "DevWinUIGallery.Views.FlipBlockPage", |
215 | 248 | "Title": "Flip Block", |
216 | 249 | "Subtitle": "A single animated panel that “flips” to display a number or character with smooth transitions", |
217 | | - "IsNew": true, |
218 | 250 | "ImagePath": "ms-appx:///Assets/Fluent/ContentSizer.png" |
219 | 251 | }, |
220 | 252 | { |
221 | 253 | "UniqueId": "DevWinUIGallery.Views.HomePageHeaderPage", |
222 | 254 | "Title": "Home Page Header", |
223 | 255 | "Subtitle": "A control for displaying the main header section of a home page, typically including title, subtitle, and Image.", |
224 | | - "IsNew": true, |
225 | 256 | "ImagePath": "ms-appx:///Assets/Fluent/CommandBarFlyout.png" |
226 | 257 | }, |
227 | 258 | { |
228 | 259 | "UniqueId": "DevWinUIGallery.Views.HeaderTilePage", |
229 | 260 | "Title": "Header Tile", |
230 | 261 | "Subtitle": "A UI element used to display a compact, interactive header block, often combining an icon, title, and description for quick access or navigation.", |
231 | | - "IsNew": true, |
232 | 262 | "ImagePath": "ms-appx:///Assets/Fluent/RevealFocus.png" |
233 | 263 | }, |
234 | 264 | { |
235 | 265 | "UniqueId": "DevWinUIGallery.Views.SegmentCharPage", |
236 | 266 | "Title": "Segment Char", |
237 | 267 | "Subtitle": "A base class representing a digital display character, typically used in custom controls to render segments for numbers or letters (like SixteenSegmentChar, FourteenSegmentChar, MatrixSegmentChar)", |
238 | | - "IsNew": true, |
239 | 268 | "ImagePath": "ms-appx:///Assets/Fluent/TextBlock.png" |
240 | 269 | }, |
241 | 270 | { |
242 | 271 | "UniqueId": "DevWinUIGallery.Views.DigitalSegmentPage", |
243 | 272 | "Title": "Digital Segment", |
244 | 273 | "Subtitle": "A digital segment is a visual element that represents a portion of a character in a segmented display.", |
245 | | - "IsNew": true, |
246 | 274 | "ImagePath": "ms-appx:///Assets/Fluent/TextBlock.png" |
247 | 275 | }, |
248 | 276 | { |
249 | 277 | "UniqueId": "DevWinUIGallery.Views.CheckUpdateControlPage", |
250 | 278 | "Title": "CheckUpdateControl", |
251 | 279 | "Subtitle": "A control that checks for software updates and notifies the user", |
252 | | - "IsNew": true, |
253 | 280 | "ImagePath": "ms-appx:///Assets/Fluent/update.png" |
254 | 281 | }, |
255 | 282 | { |
256 | 283 | "UniqueId": "DevWinUIGallery.Views.OutOfBoxPagePage", |
257 | 284 | "Title": "OutOfBoxPage", |
258 | 285 | "Subtitle": "A page displayed during the initial setup or first launch of an application, guiding users through onboarding, configuration, or feature introduction.", |
259 | | - "IsNew": true, |
260 | 286 | "ImagePath": "ms-appx:///Assets/Fluent/dataGrid.png" |
261 | 287 | }, |
262 | 288 | { |
263 | 289 | "UniqueId": "DevWinUIGallery.Views.CardPage", |
264 | 290 | "Title": "Card", |
265 | 291 | "Subtitle": "A versatile container control that groups related content.", |
266 | | - "IsNew": true, |
267 | 292 | "ImagePath": "ms-appx:///Assets/Fluent/ContentIsland.png" |
268 | 293 | }, |
269 | 294 | { |
|
379 | 404 | "Title": "StepBar", |
380 | 405 | "Subtitle": "A control that visually represents progress through a series of steps or stages, often used in wizards, forms, or multi-step processes.", |
381 | 406 | "IsUpdated": true, |
| 407 | + "DataInfoBadge": { |
| 408 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 409 | + "InfoBadgeValue": "Updated" |
| 410 | + }, |
382 | 411 | "ImagePath": "ms-appx:///Assets/Fluent/Line.png" |
383 | 412 | }, |
384 | 413 | { |
|
511 | 540 | "UniqueId": "DevWinUIGallery.Views.OpacityMaskViewPage", |
512 | 541 | "Title": "OpacityMaskView", |
513 | 542 | "Subtitle": "A control that applies an opacity mask to its content, enabling gradient fades, shape-based transparency, or custom visual effects.", |
514 | | - "IsUpdated": true, |
515 | 543 | "ImagePath": "ms-appx:///Assets/Fluent/Acrylic.png" |
516 | 544 | }, |
517 | 545 | { |
|
555 | 583 | "Title": "Styles", |
556 | 584 | "Subtitle": "Styles", |
557 | 585 | "IsUpdated": true, |
| 586 | + "DataInfoBadge": { |
| 587 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 588 | + "InfoBadgeValue": "Updated" |
| 589 | + }, |
558 | 590 | "ImagePath": "ms-appx:///Assets/Fluent/InfoBadge.png" |
559 | 591 | }, |
560 | 592 | { |
|
630 | 662 | "UniqueId": "DevWinUIGallery.Views.ShimmerTextBlockPage", |
631 | 663 | "Title": "Shimmer TextBlock", |
632 | 664 | "Subtitle": "Target a TextBlock with a Composition Light", |
633 | | - "IsNew": true, |
634 | 665 | "ImagePath": "ms-appx:///Assets/Fluent/SwipeControl.png" |
635 | 666 | }, |
636 | 667 | { |
|
683 | 714 | "Title": "Speed Graph", |
684 | 715 | "Subtitle": "A dynamic, animated graph control inspired by the Windows 11 copy dialog.", |
685 | 716 | "IsNew": true, |
| 717 | + "DataInfoBadge": { |
| 718 | + "LandingPageInfoBadgeStyle": "StringInfoBadgeStyle", |
| 719 | + "InfoBadgeValue": "New " |
| 720 | + }, |
686 | 721 | "ImagePath": "ms-appx:///Assets/Fluent/Graph.png" |
687 | 722 | }, |
688 | 723 | { |
689 | 724 | "UniqueId": "DevWinUIGallery.Views.ConfettiCannonPage", |
690 | 725 | "Title": "Confetti Cannon", |
691 | 726 | "Subtitle": "A control that generates animated confetti particles, creating celebratory or festive visual effects.", |
692 | | - "IsNew": true, |
693 | 727 | "ImagePath": "ms-appx:///Assets/Fluent/Confetti.png" |
694 | 728 | }, |
695 | 729 | { |
|
0 commit comments