Skip to content

Commit e9089dd

Browse files
authored
Replace \r\n with \n in docs (#439)
#SkipVersionBump
1 parent c2770d7 commit e9089dd

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

projects/composition/src/app/api-data/cps-notification.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"optional": true,
128128
"readonly": false,
129129
"type": "number",
130-
"description": "The duration (in milliseconds) that the notification will be displayed before automatically closing.\r\nValue 0 means that the notification is persistent and will not be automatically closed."
130+
"description": "The duration (in milliseconds) that the notification will be displayed before automatically closing.\nValue 0 means that the notification is persistent and will not be automatically closed."
131131
},
132132
{
133133
"name": "allowDuplicates",

projects/composition/src/app/api-data/cps-table.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,22 +107,22 @@
107107
"readonly": false,
108108
"type": "boolean",
109109
"default": "true",
110-
"description": "Determines whether the 'Remove' button should be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set."
110+
"description": "Determines whether the 'Remove' button should be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set."
111111
},
112112
{
113113
"name": "showRowEditButton",
114114
"optional": false,
115115
"readonly": false,
116116
"type": "boolean",
117117
"default": "true",
118-
"description": "Determines whether the 'Edit' button should be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set."
118+
"description": "Determines whether the 'Edit' button should be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set."
119119
},
120120
{
121121
"name": "rowMenuItems",
122122
"optional": true,
123123
"readonly": false,
124124
"type": "CpsMenuItem[]",
125-
"description": "Custom items to be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true."
125+
"description": "Custom items to be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true."
126126
},
127127
{
128128
"name": "reorderableRows",
@@ -178,7 +178,7 @@
178178
"readonly": false,
179179
"type": "boolean",
180180
"default": "true",
181-
"description": "If true, automatically detects filter type based on values, otherwise sets 'text' filter type for all columns.\r\nNote: This setting only takes effect if 'filterableByColumns' is true."
181+
"description": "If true, automatically detects filter type based on values, otherwise sets 'text' filter type for all columns.\nNote: This setting only takes effect if 'filterableByColumns' is true."
182182
},
183183
{
184184
"name": "sortMode",
@@ -570,15 +570,15 @@
570570
"readonly": false,
571571
"type": "boolean",
572572
"default": "false",
573-
"description": "Determines whether columns are resizable.\r\nIn case of using a custom template for columns, it is also needed to add cpsTColResizable directive to th elements."
573+
"description": "Determines whether columns are resizable.\nIn case of using a custom template for columns, it is also needed to add cpsTColResizable directive to th elements."
574574
},
575575
{
576576
"name": "columnResizeMode",
577577
"optional": false,
578578
"readonly": false,
579579
"type": "\"expand\" | \"fit\"",
580580
"default": "fit",
581-
"description": "Determines how the columns are resized. It can be 'fit' (total width of the table stays the same) or 'expand' (total width of the table changes when resizing columns).\r\nNote: This setting only takes effect if 'resizableColumns' is true."
581+
"description": "Determines how the columns are resized. It can be 'fit' (total width of the table stays the same) or 'expand' (total width of the table changes when resizing columns).\nNote: This setting only takes effect if 'resizableColumns' is true."
582582
}
583583
]
584584
},

projects/composition/src/app/api-data/cps-tree-table.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,22 @@
123123
"readonly": false,
124124
"type": "boolean",
125125
"default": "true",
126-
"description": "Determines whether the 'Remove' button should be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set."
126+
"description": "Determines whether the 'Remove' button should be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set."
127127
},
128128
{
129129
"name": "showRowEditButton",
130130
"optional": false,
131131
"readonly": false,
132132
"type": "boolean",
133133
"default": "true",
134-
"description": "Determines whether the 'Edit' button should be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set."
134+
"description": "Determines whether the 'Edit' button should be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true and 'rowMenuItems' is not set."
135135
},
136136
{
137137
"name": "rowMenuItems",
138138
"optional": true,
139139
"readonly": false,
140140
"type": "CpsMenuItem[]",
141-
"description": "Custom items to be displayed in the row menu.\r\nNote: This setting only takes effect if 'showRowMenu' is true."
141+
"description": "Custom items to be displayed in the row menu.\nNote: This setting only takes effect if 'showRowMenu' is true."
142142
},
143143
{
144144
"name": "loading",
@@ -530,7 +530,7 @@
530530
"readonly": false,
531531
"type": "boolean",
532532
"default": "true",
533-
"description": "If true, automatically detects filter type based on values, otherwise sets 'text' filter type for all columns.\r\nNote: This setting only takes effect if 'filterableByColumns' is true."
533+
"description": "If true, automatically detects filter type based on values, otherwise sets 'text' filter type for all columns.\nNote: This setting only takes effect if 'filterableByColumns' is true."
534534
},
535535
{
536536
"name": "showExportBtn",
@@ -586,15 +586,15 @@
586586
"readonly": false,
587587
"type": "boolean",
588588
"default": "false",
589-
"description": "Determines whether columns are resizable.\r\nIn case of using a custom template for columns, it is also needed to add cpsTTColResizable directive to th elements."
589+
"description": "Determines whether columns are resizable.\nIn case of using a custom template for columns, it is also needed to add cpsTTColResizable directive to th elements."
590590
},
591591
{
592592
"name": "columnResizeMode",
593593
"optional": false,
594594
"readonly": false,
595595
"type": "\"expand\" | \"fit\"",
596596
"default": "fit",
597-
"description": "Determines how the columns are resized. It can be 'fit' (total width of the table stays the same) or 'expand' (total width of the table changes when resizing columns).\r\nNote: This setting only takes effect if 'resizableColumns' is true."
597+
"description": "Determines how the columns are resized. It can be 'fit' (total width of the table stays the same) or 'expand' (total width of the table changes when resizing columns).\nNote: This setting only takes effect if 'resizableColumns' is true."
598598
}
599599
]
600600
},

0 commit comments

Comments
 (0)