Skip to content

Commit ecaa7e6

Browse files
committed
Update sample.json
1 parent 99f4581 commit ecaa7e6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"Type": "CarouselPage",
3030
"Subcategory": "Layout",
3131
"About": "Presents items in a carousel control. It reacts to changes in the layout as well as the content so it can adapt to different form factors automatically.",
32-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/Carousel",
32+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/Carousel",
3333
"XamlCodeFile": "CarouselCode.bind",
3434
"Icon": "/SamplePages/Carousel/Carousel.png",
3535
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/Carousel.md"
@@ -39,7 +39,7 @@
3939
"Type": "ColorPickerPage",
4040
"Subcategory": "Input",
4141
"About": "An improved color picker control providing more options to select colors.",
42-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/ColorPicker",
42+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/ColorPicker",
4343
"XamlCodeFile": "ColorPickerXaml.bind",
4444
"Icon": "/SamplePages/ColorPicker/ColorPicker.png",
4545
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/ColorPicker.md"
@@ -49,7 +49,7 @@
4949
"Type": "ColorPickerButtonPage",
5050
"Subcategory": "Input",
5151
"About": "A color picker within a flyout opened by pressing a dropdown button containing the selected color.",
52-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/ColorPicker",
52+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/ColorPicker",
5353
"XamlCodeFile": "/SamplePages/ColorPicker/ColorPickerButtonXaml.bind",
5454
"Icon": "/SamplePages/ColorPicker/ColorPicker.png",
5555
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/ColorPickerButton.md"
@@ -79,7 +79,7 @@
7979
"Type": "RangeSelectorPage",
8080
"Subcategory": "Input",
8181
"About": "The RangeSelector is a \"double slider\" control for range values.",
82-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/RangeSelector",
82+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/RangeSelector",
8383
"XamlCodeFile": "RangeSelectorCode.bind",
8484
"Icon": "/SamplePages/RangeSelector/RangeSelector.png",
8585
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/RangeSelector.md"
@@ -99,7 +99,7 @@
9999
"Type": "ListDetailsViewPage",
100100
"Subcategory": "Layout",
101101
"About": "The ListDetailsView control allows the user to implement the List/Details design pattern.",
102-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/ListDetailsView",
102+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/ListDetailsView",
103103
"XamlCodeFile": "ListDetailsView.bind",
104104
"CodeFile": "ListDetailsViewCode.bind",
105105
"Icon": "/SamplePages/ListDetailsView/ListDetailsView.png",
@@ -121,7 +121,7 @@
121121
"Type": "RadialGaugePage",
122122
"Subcategory": "Status and Info",
123123
"About": "The radial gauge displays a value within a range, using a needle on a circular face.",
124-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/RadialGauge",
124+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/RadialGauge",
125125
"XamlCodeFile": "RadialGaugeCode.bind",
126126
"Icon": "/SamplePages/RadialGauge/RadialGauge.png",
127127
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/RadialGauge.md"
@@ -151,7 +151,7 @@
151151
"Type": "BladePage",
152152
"Subcategory": "Layout",
153153
"About": "BladeView provides a horizontal collection of blades for master-detail scenarios. The control is based on the experience demonstrated by the Azure Portal.",
154-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/BladeView",
154+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/BladeView",
155155
"XamlCodeFile": "BladeCode.bind",
156156
"Icon": "/SamplePages/BladeView/BladeView.png",
157157
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/BladeView.md"
@@ -170,7 +170,7 @@
170170
"Type": "GridSplitterPage",
171171
"Subcategory": "Layout",
172172
"About": "GridSplitter represents the control that redistributes space between columns or rows of a Grid control.",
173-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/GridSplitter",
173+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/GridSplitter",
174174
"XamlCodeFile": "GridSplitter.bind",
175175
"Icon": "/SamplePages/GridSplitter/GridSplitter.png",
176176
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/GridSplitter.md"
@@ -201,7 +201,7 @@
201201
"Type": "ExpanderPage",
202202
"Subcategory": "Layout",
203203
"About": "Expander control allows user to show/hide content based on a boolean state.",
204-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/Expander",
204+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/Expander",
205205
"XamlCodeFile": "ExpanderXaml.bind",
206206
"Icon": "/SamplePages/Expander/Expander.png",
207207
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/Expander.md"
@@ -231,7 +231,7 @@
231231
"Type": "WrapLayoutPage",
232232
"Subcategory": "Layout - ItemsRepeater",
233233
"About": "The WrapLayout virtualizes child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.",
234-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/WrapLayout",
234+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Primitives/WrapLayout",
235235
"XamlCodeFile": "WrapLayout.bind",
236236
"Icon": "/SamplePages/WrapLayout/WrapLayout.png",
237237
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/layout/WrapLayout.md"
@@ -241,7 +241,7 @@
241241
"Type": "OrbitViewPage",
242242
"Subcategory": "Layout",
243243
"About": "The OrbitView Control positions items in a circle around a center element and supports orbits and anchors.",
244-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/OrbitView",
244+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/OrbitView",
245245
"XamlCodeFile": "OrbitViewXaml.bind",
246246
"Icon": "/SamplePages/OrbitView/OrbitView.png",
247247
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/OrbitView.md"
@@ -284,7 +284,7 @@
284284
"Type": "HeaderedContentControlPage",
285285
"Subcategory": "Layout",
286286
"About": "Allows content to be displayed with a specified header.",
287-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/HeaderedContentControl",
287+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/HeaderedContentControl",
288288
"XamlCodeFile": "HeaderedContentControlXaml.bind",
289289
"Icon": "/SamplePages/HeaderedContentControl/HeaderedContentControl.png",
290290
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/HeaderedContentControl.md"
@@ -294,7 +294,7 @@
294294
"Type": "HeaderedItemsControlPage",
295295
"Subcategory": "Layout",
296296
"About": "Allows items to be displayed with a specified header.",
297-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/HeaderedItemsControl",
297+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/HeaderedItemsControl",
298298
"XamlCodeFile": "HeaderedItemsControlXaml.bind",
299299
"Icon": "/SamplePages/HeaderedItemsControl/HeaderedItemsControl.png",
300300
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/HeaderedItemsControl.md"
@@ -314,7 +314,7 @@
314314
"Type": "StaggeredLayoutPage",
315315
"Subcategory": "Layout - ItemsRepeater",
316316
"About": "The StaggeredLayout virtualizes items in a column approach where an item will be added to whichever column has used the least amount of space.",
317-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/StaggeredLayout",
317+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Primitives/StaggeredLayout",
318318
"XamlCodeFile": "StaggeredLayout.bind",
319319
"Icon": "/SamplePages/StaggeredLayout/StaggeredLayout.png",
320320
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/layout/StaggeredLayout.md"
@@ -324,7 +324,7 @@
324324
"Type": "LayoutTransformControlPage",
325325
"Subcategory": "Layout",
326326
"About": "Control that implements support for transformations as if applied by LayoutTransform.",
327-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/LayoutTransformControl",
327+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Layout/LayoutTransformControl",
328328
"XamlCodeFile": "LayoutTransformControlXaml.bind",
329329
"Icon": "/SamplePages/LayoutTransformControl/LayoutTransformControl.png",
330330
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/LayoutTransformControl.md"
@@ -359,7 +359,7 @@
359359
"Type": "RemoteDevicePickerControlPage",
360360
"Subcategory": "Input",
361361
"About": "Remote Device Picker Control for Project Rome.",
362-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/RemoteDevicePicker",
362+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/RemoteDevicePicker",
363363
"CodeFile": "RemoteDevicePickerCode.bind",
364364
"Icon": "/SamplePages/RemoteDevicePicker/RemoteDevicePicker.png",
365365
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/RemoteDevicePicker.md"
@@ -449,7 +449,7 @@
449449
"Type": "TokenizingTextBoxPage",
450450
"Subcategory": "Input",
451451
"About": "A text input control that makes suggestions and keeps track of data token items",
452-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/TokenizingTextBox",
452+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Input/TokenizingTextBox",
453453
"CodeFile": "TokenizingTextBoxCode.bind",
454454
"XamlCodeFile": "TokenizingTextBoxXaml.bind",
455455
"Icon": "/SamplePages/TokenizingTextBox/TokenizingTextBox.png",
@@ -459,7 +459,7 @@
459459
"Name": "TabbedCommandBar",
460460
"Subcategory": "Menus and Toolbars",
461461
"About": "A control for displaying multiple CommandBars in the same space, like Microsoft Office's ribbon.",
462-
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls/TabbedCommandBar",
462+
"CodeUrl": "https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar",
463463
"XamlCodeFile": "/SamplePages/TabbedCommandBar/TabbedCommandBar.bind",
464464
"Icon": "/SamplePages/TabbedCommandBar/TabbedCommandBar.png",
465465
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/TabbedCommandBar.md"

0 commit comments

Comments
 (0)