Fixed #4511 - Wrong types issue with aria-label and aria-labelledby Props

pull/4879/head
tugcekucukoglu 2023-11-24 15:15:40 +03:00
parent 4b322a708b
commit d65bda79f0
30 changed files with 58 additions and 58 deletions

View File

@ -26,11 +26,11 @@ export default {
type: String,
default: 'square'
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -220,11 +220,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -100,11 +100,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -53,11 +53,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -54,11 +54,11 @@ export default {
type: String,
default: undefined
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -30,11 +30,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -26,11 +26,11 @@ export default {
type: String,
default: '960px'
},
'aria-label': {
ariaLabel: {
type: String,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -88,11 +88,11 @@ export default {
type: Number,
default: 0
},
'aria-label': {
ariaLabel: {
type: String,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -146,11 +146,11 @@ export default {
type: Number,
default: 0
},
'aria-label': {
ariaLabel: {
type: String,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -134,11 +134,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -38,11 +38,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -62,11 +62,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -79,11 +79,11 @@ export default {
type: Number,
default: 0
},
'aria-label': {
ariaLabel: {
type: String,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -26,11 +26,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -30,11 +30,11 @@ export default {
type: Number,
default: 0
},
'aria-label': {
ariaLabel: {
type: String,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -18,11 +18,11 @@ export default {
type: String,
default: '960px'
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -155,11 +155,11 @@ export default {
type: Number,
default: 0
},
'aria-label': {
ariaLabel: {
type: String,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -62,11 +62,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -95,11 +95,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -32,11 +32,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -22,7 +22,7 @@ export default {
},
disabled: Boolean,
dataKey: null,
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -35,11 +35,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -57,11 +57,11 @@ export default {
tooltipOptions: null,
style: null,
class: null,
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -14,11 +14,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -34,11 +34,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -45,11 +45,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -6,7 +6,7 @@ export default {
name: 'BaseToolbar',
extends: BaseComponent,
props: {
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -62,11 +62,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -68,11 +68,11 @@ export default {
type: null,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}

View File

@ -23,11 +23,11 @@ export default {
type: Number,
default: 0
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
},
'aria-label': {
ariaLabel: {
type: String,
default: null
}