Skip to content

Commit

Permalink
Revert "Fixed #993 - Set appendTo as body by default"
Browse files Browse the repository at this point in the history
This reverts commit c988c4e.
  • Loading branch information
cagataycivici committed Feb 23, 2021
1 parent 99e70b2 commit 98e2c8e
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion src/components/autocomplete/AutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
forceSelection: {
type: Boolean,
Expand Down
2 changes: 1 addition & 1 deletion src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
inputClass: null,
inputStyle: null,
Expand Down
2 changes: 1 addition & 1 deletion src/components/cascadeselect/CascadeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
ariaLabelledBy: null,
appendTo: {
type: String,
default: 'body'
default: null
}
},
outsideClickListener: null,
Expand Down
2 changes: 1 addition & 1 deletion src/components/contextmenu/ContextMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default {
},
global: {
type: Boolean,
default: 'body'
default: false
}
},
target: null,
Expand Down
2 changes: 1 addition & 1 deletion src/components/dropdown/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
ariaLabelledBy: null,
appendTo: {
type: String,
default: 'body'
default: null
},
emptyFilterMessage: {
type: String,
Expand Down
2 changes: 1 addition & 1 deletion src/components/menu/Menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
autoZIndex: {
type: Boolean,
Expand Down
2 changes: 1 addition & 1 deletion src/components/multiselect/MultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default {
ariaLabelledBy: null,
appendTo: {
type: String,
default: 'body'
default: null
},
emptyFilterMessage: {
type: String,
Expand Down
2 changes: 1 addition & 1 deletion src/components/overlaypanel/OverlayPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
baseZIndex: {
type: Number,
Expand Down
2 changes: 1 addition & 1 deletion src/components/password/Password.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
toggleMask: {
type: Boolean,
Expand Down
2 changes: 1 addition & 1 deletion src/components/splitbutton/SplitButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
class: null,
style: null
Expand Down
2 changes: 1 addition & 1 deletion src/components/tieredmenu/TieredMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
autoZIndex: {
type: Boolean,
Expand Down
2 changes: 1 addition & 1 deletion src/views/autocomplete/AutoCompleteDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/views/calendar/CalendarDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/views/cascadeselect/CascadeSelectDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ data() {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion src/views/contextmenu/ContextMenuDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/views/dropdown/DropdownDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/views/menu/MenuDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ toggle(event) {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/views/multiselect/MultiSelectDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/views/overlaypanel/OverlayPanelDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ toggle(event) {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/views/password/PasswordDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ import Password from 'primevue/password';
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/views/splitbutton/SplitButtonDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion src/views/tieredmenu/TieredMenuDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ toggle(event) {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
Expand Down

0 comments on commit 98e2c8e

Please sign in to comment.