Fixed #4905 - wrong type appendTo props

pull/5049/head
tugcekucukoglu 2024-01-08 12:33:05 +03:00
parent 30b717348d
commit 6d07500c64
15 changed files with 15 additions and 15 deletions

View File

@ -66,7 +66,7 @@ export default {
default: 300
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
forceSelection: {

View File

@ -173,7 +173,7 @@ export default {
default: true
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
disabled: {

View File

@ -45,7 +45,7 @@ export default {
default: null
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
loading: {

View File

@ -39,7 +39,7 @@ export default {
default: 0
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
panelClass: null

View File

@ -11,7 +11,7 @@ export default {
default: null
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
autoZIndex: {

View File

@ -95,7 +95,7 @@ export default {
default: 0
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
closeIcon: {

View File

@ -79,7 +79,7 @@ export default {
default: null
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
loading: {

View File

@ -15,7 +15,7 @@ export default {
default: null
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
autoZIndex: {

View File

@ -60,7 +60,7 @@ export default {
default: null
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
display: {

View File

@ -15,7 +15,7 @@ export default {
default: false
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
baseZIndex: {

View File

@ -36,7 +36,7 @@ export default {
default: true
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
toggleMask: {

View File

@ -16,7 +16,7 @@ export default {
name: 'Portal',
props: {
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
disabled: {

View File

@ -27,7 +27,7 @@ export default {
default: 0
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
disabled: {

View File

@ -15,7 +15,7 @@ export default {
default: null
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
autoZIndex: {

View File

@ -29,7 +29,7 @@ export default {
default: 'single'
},
appendTo: {
type: String,
type: [String, Object],
default: 'body'
},
emptyMessage: {