|
3 | 3 | "label": "English",
|
4 | 4 | "locale": {
|
5 | 5 | "pages": {
|
| 6 | + "TablesDemo": { |
| 7 | + "searchDescription": "Demo of Table parts components.", |
| 8 | + "searchTags": { |
| 9 | + "demo": "demo", |
| 10 | + "table": "table", |
| 11 | + "row": "row", |
| 12 | + "cell": "cell", |
| 13 | + "demonstration": "demonstration" |
| 14 | + }, |
| 15 | + "simpleTableHeader": "Simple Table", |
| 16 | + "simpleTableSummary": "Tables are needed to showcase a lot of structured data.", |
| 17 | + "tablesWithMarkdownHeader": "Tables with markdown", |
| 18 | + "tablesWithMarkdownSummary": "You can use the __Markdown__ component to customize tables. Don't forget to set the ```typographyInheritSize``` and ```inline``` props in the __Markdown__ component", |
| 19 | + "moreInfoHeader": "More info", |
| 20 | + "moreInfoSummary": "You can find more info about tables usage [here](https://material-ui.com/components/tables/)." |
| 21 | + }, |
6 | 22 | "CodeDemo": {
|
7 | 23 | "searchDescription": "Demo of Code showers components.",
|
8 | 24 | "searchTags": {
|
|
138 | 154 | "searchDescription": "Description text, displayed in search result if page match search requirements.",
|
139 | 155 | "noGenerateAutoSearch": "If true, page will not generate search items from pages automatically.",
|
140 | 156 | "noAutoMenu": "If true, page will not participate in auto menu generation.",
|
| 157 | + "order": "As lower order as higher will be displayed menu item.", |
141 | 158 | "children": "Children of an element."
|
142 | 159 | },
|
143 | 160 | "css": {
|
|
165 | 182 | "noTag": "If true and name prop is defined - header with name will not generate tag for content tab.",
|
166 | 183 | "paperContainer": "If true - demo content will be wrapped in Paper component.",
|
167 | 184 | "actions": "Array of additional actions. The actions will be displayed in the dropdown menu when you click the ExpandMore icon button.",
|
| 185 | + "p": "Padding of demo block in theme.spacing units.", |
| 186 | + "m": "Margin of demo block in theme.spacing units.", |
168 | 187 | "children": "Children of an element. Will be placed in demo block."
|
169 | 188 | },
|
170 | 189 | "css": {
|
|
205 | 224 | "props": {
|
206 | 225 | "name": "Name of the group. Will be displayed on button in menu.",
|
207 | 226 | "getData": "Callback, provided to get group data without context usage.",
|
| 227 | + "order": "As lower order as higher will be displayed menu item.", |
208 | 228 | "children": "Children of an element."
|
209 | 229 | },
|
210 | 230 | "css": {}
|
|
345 | 365 | "italic": "Styles applied to the root element, provides italic text styling."
|
346 | 366 | }
|
347 | 367 | },
|
| 368 | + "ItalicAPI": { |
| 369 | + "searchDescription": "Italic - react component, designed to make text italic.", |
| 370 | + "searchTags": { |
| 371 | + "locale": "locale", |
| 372 | + "lang": "lang", |
| 373 | + "api": "api" |
| 374 | + }, |
| 375 | + "props": { |
| 376 | + "path": "Path to the data in the Lang.locale. Exampele: __\"hello/darkness/my\"__.", |
| 377 | + "children": "Children of the component. Will be displayed by default if can not load data from Lang." |
| 378 | + }, |
| 379 | + "css": {} |
| 380 | + }, |
348 | 381 | "ListAPI": {
|
349 | 382 | "searchDescription": "List - react component, designed to show code in monospace font inside inline code block.",
|
350 | 383 | "searchTags": {
|
|
407 | 440 | "props": {
|
408 | 441 | "inline": "If true, markdown container will be inline.",
|
409 | 442 | "data": "Data structure, used as storage to store components or other data, which can not describe via markdown.",
|
| 443 | + "typographyInheritSize": "Paragraph Typography component will inherit font settings.", |
| 444 | + "locale": "Locale path to get data from. Example: __\"where/is/my/data\"__. Path starts from _Lang.locale_.", |
410 | 445 | "children": "Markdown based notation. Used to generate visual elements."
|
411 | 446 | },
|
412 | 447 | "css": {
|
|
0 commit comments