|
52 | 52 | "displayName": "Grid",
|
53 | 53 | "url": "/components/grid"
|
54 | 54 | },
|
| 55 | + { |
| 56 | + "displayName": "GridItem", |
| 57 | + "url": "/components/grid-item" |
| 58 | + }, |
| 59 | + { |
| 60 | + "displayName": "List", |
| 61 | + "url": "/components/list" |
| 62 | + }, |
| 63 | + { |
| 64 | + "displayName": "ListItem", |
| 65 | + "url": "/components/list-item" |
| 66 | + }, |
| 67 | + { |
| 68 | + "displayName": "Spacing", |
| 69 | + "url": "/components/spacing" |
| 70 | + }, |
55 | 71 | {
|
56 | 72 | "displayName": "Stack",
|
57 | 73 | "url": "/components/stack"
|
| 74 | + }, |
| 75 | + { |
| 76 | + "displayName": "StackItem", |
| 77 | + "url": "/components/stack-item" |
| 78 | + }, |
| 79 | + { |
| 80 | + "displayName": "Tabs", |
| 81 | + "url": "/components/tabs" |
| 82 | + }, |
| 83 | + { |
| 84 | + "displayName": "TabsItem", |
| 85 | + "url": "/components/tabs-item" |
58 | 86 | }
|
59 | 87 | ]
|
60 | 88 | },
|
|
68 | 96 | {
|
69 | 97 | "displayName": "Button",
|
70 | 98 | "url": "/components/button"
|
| 99 | + }, |
| 100 | + { |
| 101 | + "displayName": "Checkbox", |
| 102 | + "url": "/components/checkbox" |
| 103 | + }, |
| 104 | + { |
| 105 | + "displayName": "Dropdown", |
| 106 | + "url": "/components/dropdown" |
| 107 | + }, |
| 108 | + { |
| 109 | + "displayName": "DropdownItem", |
| 110 | + "url": "/components/dropdown-item" |
| 111 | + }, |
| 112 | + { |
| 113 | + "displayName": "Radio", |
| 114 | + "url": "/components/radio" |
| 115 | + }, |
| 116 | + { |
| 117 | + "displayName": "RadioGroup", |
| 118 | + "url": "/components/radio-group" |
| 119 | + }, |
| 120 | + { |
| 121 | + "displayName": "Select", |
| 122 | + "url": "/components/select" |
| 123 | + }, |
| 124 | + { |
| 125 | + "displayName": "SelectItem", |
| 126 | + "url": "/components/select-item" |
| 127 | + }, |
| 128 | + { |
| 129 | + "displayName": "TextField", |
| 130 | + "url": "/components/text-field" |
| 131 | + } |
| 132 | + ] |
| 133 | + }, |
| 134 | + { |
| 135 | + "displayName": "Table", |
| 136 | + "children": [ |
| 137 | + { |
| 138 | + "displayName": "Table", |
| 139 | + "url": "/components/table" |
| 140 | + }, |
| 141 | + { |
| 142 | + "displayName": "TableHeader", |
| 143 | + "url": "/components/table-header" |
| 144 | + }, |
| 145 | + { |
| 146 | + "displayName": "TableHeaderCell", |
| 147 | + "url": "/components/table-header-cell" |
| 148 | + }, |
| 149 | + { |
| 150 | + "displayName": "TableRow", |
| 151 | + "url": "/components/table-row" |
| 152 | + }, |
| 153 | + { |
| 154 | + "displayName": "TableRowCell", |
| 155 | + "url": "/components/table-row-cell" |
| 156 | + }, |
| 157 | + { |
| 158 | + "displayName": "EntityTitleTableRowCell", |
| 159 | + "url": "/components/entity-title-table-row-cell" |
| 160 | + }, |
| 161 | + { |
| 162 | + "displayName": "MetricTableRowCell", |
| 163 | + "url": "/components/metric-table-row-cell" |
| 164 | + }, |
| 165 | + { |
| 166 | + "displayName": "SparklineTableRowCell", |
| 167 | + "url": "/components/sparkline-table-row-cell" |
| 168 | + }, |
| 169 | + { |
| 170 | + "displayName": "UserTableRowCell", |
| 171 | + "url": "/components/user-table-row-cell" |
71 | 172 | }
|
72 | 173 | ]
|
73 | 174 | },
|
|
109 | 210 | {
|
110 | 211 | "displayName": "AreaChart",
|
111 | 212 | "url": "/components/area-chart"
|
| 213 | + }, |
| 214 | + { |
| 215 | + "displayName": "BarChart", |
| 216 | + "url": "/components/bar-chart" |
| 217 | + }, |
| 218 | + { |
| 219 | + "displayName": "BillboardChart", |
| 220 | + "url": "/components/billboard-chart" |
| 221 | + }, |
| 222 | + { |
| 223 | + "displayName": "ChartGroup", |
| 224 | + "url": "/components/chart-group" |
| 225 | + }, |
| 226 | + { |
| 227 | + "displayName": "FunnelChart", |
| 228 | + "url": "/components/funnel-chart" |
| 229 | + }, |
| 230 | + { |
| 231 | + "displayName": "HeatmapChart", |
| 232 | + "url": "/components/heatmap-chart" |
| 233 | + }, |
| 234 | + { |
| 235 | + "displayName": "HistogramChart", |
| 236 | + "url": "/components/histogram-chart" |
| 237 | + }, |
| 238 | + { |
| 239 | + "displayName": "JsonChart", |
| 240 | + "url": "/components/json-chart" |
| 241 | + }, |
| 242 | + { |
| 243 | + "displayName": "LineChart", |
| 244 | + "url": "/components/line-chart" |
| 245 | + }, |
| 246 | + { |
| 247 | + "displayName": "PieChart", |
| 248 | + "url": "/components/pie-chart" |
| 249 | + }, |
| 250 | + { |
| 251 | + "displayName": "ScatterChart", |
| 252 | + "url": "/components/scatter-chart" |
| 253 | + }, |
| 254 | + { |
| 255 | + "displayName": "SparklineChart", |
| 256 | + "url": "/components/sparkline-chart" |
| 257 | + }, |
| 258 | + { |
| 259 | + "displayName": "StackedBarChart", |
| 260 | + "url": "/components/stacked-bar-chart" |
| 261 | + }, |
| 262 | + { |
| 263 | + "displayName": "TableChart", |
| 264 | + "url": "/components/table-chart" |
112 | 265 | }
|
113 | 266 | ]
|
114 | 267 | },
|
|
119 | 272 | "displayName": "AccountStorageMutation",
|
120 | 273 | "url": "/components/account-storage-mutation"
|
121 | 274 | },
|
| 275 | + { |
| 276 | + "displayName": "AccountStorageQuery", |
| 277 | + "url": "/components/account-storage-query" |
| 278 | + }, |
122 | 279 | {
|
123 | 280 | "displayName": "AccountsQuery",
|
124 | 281 | "url": "/components/accounts-query"
|
125 | 282 | },
|
| 283 | + { |
| 284 | + "displayName": "EntitiesByDomainTypeQuery", |
| 285 | + "url": "/components/entities-by-domain-type-query" |
| 286 | + }, |
| 287 | + { |
| 288 | + "displayName": "EntitiesByGuidsQuery", |
| 289 | + "url": "/components/entities-by-guids-query" |
| 290 | + }, |
| 291 | + { |
| 292 | + "displayName": "EntitiesByNameQuery", |
| 293 | + "url": "/components/entities-by-name-query" |
| 294 | + }, |
| 295 | + { |
| 296 | + "displayName": "EntityByGuidQuery", |
| 297 | + "url": "/components/entity-by-guid-query" |
| 298 | + }, |
| 299 | + { |
| 300 | + "displayName": "EntityCountQuery", |
| 301 | + "url": "/components/entity-count-query" |
| 302 | + }, |
| 303 | + { |
| 304 | + "displayName": "EntitySearchQuery", |
| 305 | + "url": "/components/entity-search-query" |
| 306 | + }, |
| 307 | + { |
| 308 | + "displayName": "EntityStorageMutation", |
| 309 | + "url": "/components/entity-storage-mutation" |
| 310 | + }, |
| 311 | + { |
| 312 | + "displayName": "EntityStorageQuery", |
| 313 | + "url": "/components/entity-storage-query" |
| 314 | + }, |
| 315 | + { |
| 316 | + "displayName": "NerdGraphMutation", |
| 317 | + "url": "/components/nerd-graph-mutation" |
| 318 | + }, |
126 | 319 | {
|
127 | 320 | "displayName": "NerdGraphQuery",
|
128 | 321 | "url": "/components/nerd-graph-query"
|
129 | 322 | },
|
130 | 323 | {
|
131 | 324 | "displayName": "NrqlQuery",
|
132 | 325 | "url": "/components/nrql-query"
|
| 326 | + }, |
| 327 | + { |
| 328 | + "displayName": "UserQuery", |
| 329 | + "url": "/components/user-query" |
| 330 | + }, |
| 331 | + { |
| 332 | + "displayName": "UserStorageMutation", |
| 333 | + "url": "/components/user-storage-mutation" |
| 334 | + }, |
| 335 | + { |
| 336 | + "displayName": "UserStorageQuery", |
| 337 | + "url": "/components/user-storage-query" |
133 | 338 | }
|
134 | 339 | ]
|
135 | 340 | },
|
|
0 commit comments