Fixed #4511 - Wrong types issue with aria-label and aria-labelledby Props
parent
4b322a708b
commit
d65bda79f0
|
@ -26,11 +26,11 @@ export default {
|
|||
type: String,
|
||||
default: 'square'
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -220,11 +220,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -100,11 +100,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -53,11 +53,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -54,11 +54,11 @@ export default {
|
|||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -30,11 +30,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -26,11 +26,11 @@ export default {
|
|||
type: String,
|
||||
default: '960px'
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -88,11 +88,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -146,11 +146,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -134,11 +134,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -38,11 +38,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -62,11 +62,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -79,11 +79,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -26,11 +26,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -30,11 +30,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -18,11 +18,11 @@ export default {
|
|||
type: String,
|
||||
default: '960px'
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -155,11 +155,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -62,11 +62,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -95,11 +95,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -32,11 +32,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ export default {
|
|||
},
|
||||
disabled: Boolean,
|
||||
dataKey: null,
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -35,11 +35,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -14,11 +14,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -34,11 +34,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -45,11 +45,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ export default {
|
|||
name: 'BaseToolbar',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -62,11 +62,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -68,11 +68,11 @@ export default {
|
|||
type: null,
|
||||
default: null
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
|
@ -23,11 +23,11 @@ export default {
|
|||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
'aria-labelledby': {
|
||||
ariaLabelledby: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
'aria-label': {
|
||||
ariaLabel: {
|
||||
type: String,
|
||||
default: null
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue