Fixed #993 - Set appendTo as body by default
parent
bccd7d4a37
commit
c988c4ec44
|
@ -89,7 +89,7 @@ export default {
|
||||||
},
|
},
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
forceSelection: {
|
forceSelection: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
|
@ -288,7 +288,7 @@ export default {
|
||||||
},
|
},
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
inputClass: null,
|
inputClass: null,
|
||||||
inputStyle: null,
|
inputStyle: null,
|
||||||
|
|
|
@ -56,7 +56,7 @@ export default {
|
||||||
ariaLabelledBy: null,
|
ariaLabelledBy: null,
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
outsideClickListener: null,
|
outsideClickListener: null,
|
||||||
|
|
|
@ -30,7 +30,7 @@ export default {
|
||||||
},
|
},
|
||||||
global: {
|
global: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false
|
default: 'body'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
target: null,
|
target: null,
|
||||||
|
|
|
@ -97,7 +97,7 @@ export default {
|
||||||
ariaLabelledBy: null,
|
ariaLabelledBy: null,
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
emptyFilterMessage: {
|
emptyFilterMessage: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
|
@ -35,7 +35,7 @@ export default {
|
||||||
},
|
},
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
autoZIndex: {
|
autoZIndex: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
|
@ -130,7 +130,7 @@ export default {
|
||||||
ariaLabelledBy: null,
|
ariaLabelledBy: null,
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
emptyFilterMessage: {
|
emptyFilterMessage: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
|
@ -28,7 +28,7 @@ export default {
|
||||||
},
|
},
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
baseZIndex: {
|
baseZIndex: {
|
||||||
type: Number,
|
type: Number,
|
||||||
|
|
|
@ -57,7 +57,7 @@ export default {
|
||||||
},
|
},
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
toggleMask: {
|
toggleMask: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
|
@ -38,7 +38,7 @@ export default {
|
||||||
},
|
},
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
class: null,
|
class: null,
|
||||||
style: null
|
style: null
|
||||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
||||||
},
|
},
|
||||||
appendTo: {
|
appendTo: {
|
||||||
type: String,
|
type: String,
|
||||||
default: null
|
default: 'body'
|
||||||
},
|
},
|
||||||
autoZIndex: {
|
autoZIndex: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
|
@ -210,7 +210,7 @@ export default {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -400,7 +400,7 @@ export default {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -212,7 +212,7 @@ data() {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
@ -209,7 +209,7 @@ export default {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -256,7 +256,7 @@ export default {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -116,7 +116,7 @@ toggle(event) {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -252,7 +252,7 @@ export default {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -63,7 +63,7 @@ toggle(event) {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -128,7 +128,7 @@ import Password from 'primevue/password';
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -125,7 +125,7 @@ export default {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
@ -203,7 +203,7 @@ toggle(event) {
|
||||||
<tr>
|
<tr>
|
||||||
<td>appendTo</td>
|
<td>appendTo</td>
|
||||||
<td>string</td>
|
<td>string</td>
|
||||||
<td>null</td>
|
<td>body</td>
|
||||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue