|
61 | 61 | "type": {
|
62 | 62 | "text": "\"button\" | \"reset\" | \"submit\""
|
63 | 63 | },
|
64 |
| - "description": "Optional button type,\r\ncan be either submit, reset or button and defaults to button if not specified.\r\nWarning: DNN wraps the whole page in a form, only use this if you are handling\r\nform submission manually.", |
| 64 | + "description": "Optional button type,\ncan be either submit, reset or button and defaults to button if not specified.\nWarning: DNN wraps the whole page in a form, only use this if you are handling\nform submission manually.", |
65 | 65 | "default": "'button'",
|
66 | 66 | "required": false
|
67 | 67 | },
|
|
88 | 88 | "type": {
|
89 | 89 | "text": "\"danger\" | \"primary\" | \"secondary\" | \"tertiary\""
|
90 | 90 | },
|
91 |
| - "description": "Optional button style,\r\ncan be either primary, secondary or tertiary or danger and defaults to primary if not specified", |
| 91 | + "description": "Optional button style,\ncan be either primary, secondary or tertiary or danger and defaults to primary if not specified", |
92 | 92 | "default": "'primary'",
|
93 | 93 | "required": false
|
94 | 94 | }
|
|
447 | 447 | "text": "{ contrast: string; preview: string; cancel: string; confirm: string; normal: string; light: string; dark: string; }"
|
448 | 448 | },
|
449 | 449 | "description": "Can be used to customize the text language.",
|
450 |
| - "default": "{\r\n contrast: \"Contrast\",\r\n preview: \"Preview\",\r\n cancel: \"Cancel\",\r\n confirm: \"Confirm\",\r\n normal: \"Normal\",\r\n light: \"Light\",\r\n dark: \"Dark\",\r\n }", |
| 450 | + "default": "{\n contrast: \"Contrast\",\n preview: \"Preview\",\n cancel: \"Cancel\",\n confirm: \"Confirm\",\n normal: \"Normal\",\n light: \"Light\",\n dark: \"Dark\",\n }", |
451 | 451 | "required": false
|
452 | 452 | }
|
453 | 453 | ],
|
|
563 | 563 | "type": {
|
564 | 564 | "text": "boolean"
|
565 | 565 | },
|
566 |
| - "description": "If true, will allow the user to take a snapshot\r\nusing the device camera. (only works over https).", |
| 566 | + "description": "If true, will allow the user to take a snapshot\nusing the device camera. (only works over https).", |
567 | 567 | "default": "false",
|
568 | 568 | "required": false
|
569 | 569 | },
|
|
572 | 572 | "type": {
|
573 | 573 | "text": "number"
|
574 | 574 | },
|
575 |
| - "description": "Specifies the jpeg quality for when the device\r\ncamera is used to generate a picture.\r\nNeeds to be a number between 0 and 1 and defaults to 0.8", |
| 575 | + "description": "Specifies the jpeg quality for when the device\ncamera is used to generate a picture.\nNeeds to be a number between 0 and 1 and defaults to 0.8", |
576 | 576 | "default": "0.8",
|
577 | 577 | "required": false
|
578 | 578 | },
|
|
600 | 600 | "type": {
|
601 | 601 | "text": "string[]"
|
602 | 602 | },
|
603 |
| - "description": "A list of allowed file extensions.\r\nIf not specified, any file is allowed.\r\nEx: [\"jpg\", \"jpeg\", \"gif\", \"png\"]", |
| 603 | + "description": "A list of allowed file extensions.\nIf not specified, any file is allowed.\nEx: [\"jpg\", \"jpeg\", \"gif\", \"png\"]", |
604 | 604 | "required": false
|
605 | 605 | },
|
606 | 606 | {
|
|
807 | 807 | "kind": "class",
|
808 | 808 | "name": "dnn-image-cropper.tsx",
|
809 | 809 | "tagName": "dnn-image-cropper",
|
810 |
| - "description": "Allows cropping an image in-browser with the option to enforce a specific final size.\r\nAll computation happens in the browser and the final image is emmited\r\nin an event that has a data-url of the image.", |
| 810 | + "description": "Allows cropping an image in-browser with the option to enforce a specific final size.\nAll computation happens in the browser and the final image is emmited\nin an event that has a data-url of the image.", |
811 | 811 | "attributes": [
|
812 | 812 | {
|
813 | 813 | "name": "height",
|
|
859 | 859 | "type": {
|
860 | 860 | "text": "ImageCropperResx"
|
861 | 861 | },
|
862 |
| - "description": "Can be used to customize controls text.\r\nSome values support tokens, see default values for examples.", |
| 862 | + "description": "Can be used to customize controls text.\nSome values support tokens, see default values for examples.", |
863 | 863 | "required": false
|
864 | 864 | },
|
865 | 865 | {
|
|
916 | 916 | "type": {
|
917 | 917 | "text": "boolean"
|
918 | 918 | },
|
919 |
| - "description": "If true, the browser default validation message will be hidden.", |
| 919 | + "description": "", |
920 | 920 | "required": false
|
921 | 921 | },
|
922 | 922 | {
|
|
1135 | 1135 | "type": {
|
1136 | 1136 | "text": "string"
|
1137 | 1137 | },
|
1138 |
| - "description": "Optionally pass the aria-label text for the close button.\r\nDefaults to \"Close modal\" if not provided.", |
| 1138 | + "description": "Optionally pass the aria-label text for the close button.\nDefaults to \"Close modal\" if not provided.", |
1139 | 1139 | "default": "\"Close modal\"",
|
1140 | 1140 | "required": false
|
1141 | 1141 | },
|
|
1153 | 1153 | "type": {
|
1154 | 1154 | "text": "boolean"
|
1155 | 1155 | },
|
1156 |
| - "description": "Optionally you can pass false to not show the close button.\r\nIf you decide to do so, you should either not also prevent dismissal by clicking the backdrop\r\nor provide your own dismissal logic in the modal content.", |
| 1156 | + "description": "Optionally you can pass false to not show the close button.\nIf you decide to do so, you should either not also prevent dismissal by clicking the backdrop\nor provide your own dismissal logic in the modal content.", |
1157 | 1157 | "default": "true",
|
1158 | 1158 | "required": false
|
1159 | 1159 | },
|
|
1526 | 1526 | "type": {
|
1527 | 1527 | "text": "string"
|
1528 | 1528 | },
|
1529 |
| - "description": "Fires up each time the search query changes.\r\nThe data passed is the new query." |
| 1529 | + "description": "Fires up each time the search query changes.\nThe data passed is the new query." |
1530 | 1530 | }
|
1531 | 1531 | ],
|
1532 | 1532 | "slots": [],
|
|
1550 | 1550 | "type": {
|
1551 | 1551 | "text": "boolean"
|
1552 | 1552 | },
|
1553 |
| - "description": "If true, the browser default validation message will be hidden.", |
| 1553 | + "description": "", |
1554 | 1554 | "required": false
|
1555 | 1555 | },
|
1556 | 1556 | {
|
|
1950 | 1950 | "kind": "class",
|
1951 | 1951 | "name": "dnn-vertical-splitview.tsx",
|
1952 | 1952 | "tagName": "dnn-vertical-splitview",
|
1953 |
| - "description": "This allows splitting a UI into vertical adjustable panels, the splitter itself is not part of this component.\r\n- The content for the left part should be injected in the `left` slot.\r\n- The content for the right part should be injected in the `right` slot.\r\n- The content for the actual splitter should go in the default slot and other UI elements can be injected as long as you handle their behaviour, by default only the drag behavior is implemented in the component.", |
| 1953 | + "description": "This allows splitting a UI into vertical adjustable panels, the splitter itself is not part of this component.\n- The content for the left part should be injected in the `left` slot.\n- The content for the right part should be injected in the `right` slot.\n- The content for the actual splitter should go in the default slot and other UI elements can be injected as long as you handle their behaviour, by default only the drag behavior is implemented in the component.", |
1954 | 1954 | "attributes": [
|
1955 | 1955 | {
|
1956 | 1956 | "name": "split-width-percentage",
|
|
0 commit comments