Reorder menu items

pull/5677/head
Cagatay Civici 2024-04-20 13:47:07 +03:00
parent 6880f6f5c2
commit 29209eb1bf
1 changed files with 22 additions and 22 deletions

View File

@ -94,6 +94,10 @@
"name": "IconField", "name": "IconField",
"to": "/iconfield" "to": "/iconfield"
}, },
{
"name": "InputChips",
"to": "/inputchips"
},
{ {
"name": "InputGroup", "name": "InputGroup",
"to": "/inputgroup" "to": "/inputgroup"
@ -110,10 +114,6 @@
"name": "InputOtp", "name": "InputOtp",
"to": "/inputotp" "to": "/inputotp"
}, },
{
"name": "InputChips",
"to": "/inputchips"
},
{ {
"name": "InputText", "name": "InputText",
"to": "/inputtext" "to": "/inputtext"
@ -142,14 +142,14 @@
"name": "Rating", "name": "Rating",
"to": "/rating" "to": "/rating"
}, },
{
"name": "SelectButton",
"to": "/selectbutton"
},
{ {
"name": "Select", "name": "Select",
"to": "/select" "to": "/select"
}, },
{
"name": "SelectButton",
"to": "/selectbutton"
},
{ {
"name": "Slider", "name": "Slider",
"to": "/slider" "to": "/slider"
@ -180,7 +180,7 @@
"to": "/button" "to": "/button"
}, },
{ {
"name": "Speed Dial", "name": "SpeedDial",
"to": "/speeddial" "to": "/speeddial"
}, },
{ {
@ -205,7 +205,7 @@
"to": "/orderlist" "to": "/orderlist"
}, },
{ {
"name": "Org Chart", "name": "OrgChart",
"to": "/organizationchart" "to": "/organizationchart"
}, },
{ {
@ -216,6 +216,10 @@
"name": "PickList", "name": "PickList",
"to": "/picklist" "to": "/picklist"
}, },
{
"name": "Timeline",
"to": "/timeline"
},
{ {
"name": "Tree", "name": "Tree",
"to": "/tree" "to": "/tree"
@ -224,10 +228,6 @@
"name": "TreeTable", "name": "TreeTable",
"to": "/treetable" "to": "/treetable"
}, },
{
"name": "Timeline",
"to": "/timeline"
},
{ {
"name": "VirtualScroller", "name": "VirtualScroller",
"to": "/virtualscroller" "to": "/virtualscroller"
@ -302,6 +302,10 @@
"name": "Dialog", "name": "Dialog",
"to": "/dialog" "to": "/dialog"
}, },
{
"name": "Drawer",
"to": "/drawer"
},
{ {
"name": "DynamicDialog", "name": "DynamicDialog",
"to": "/dynamicdialog" "to": "/dynamicdialog"
@ -310,10 +314,6 @@
"name": "Popover", "name": "Popover",
"to": "/popover" "to": "/popover"
}, },
{
"name": "Drawer",
"to": "/drawer"
},
{ {
"name": "Tooltip", "name": "Tooltip",
"to": "/tooltip" "to": "/tooltip"
@ -420,6 +420,10 @@
{ {
"name": "Misc", "name": "Misc",
"children": [ "children": [
{
"name": "AnimateOnScroll",
"to": "/animateonscroll"
},
{ {
"name": "Avatar", "name": "Avatar",
"to": "/avatar" "to": "/avatar"
@ -464,10 +468,6 @@
"name": "ProgressSpinner", "name": "ProgressSpinner",
"to": "/progressspinner" "to": "/progressspinner"
}, },
{
"name": "AnimateOnScroll",
"to": "/animateonscroll"
},
{ {
"name": "Ripple", "name": "Ripple",
"to": "/ripple" "to": "/ripple"