You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
683 B
30 lines
683 B
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
var sliderRole = {
|
|
abstract: false,
|
|
accessibleNameRequired: true,
|
|
baseConcepts: [],
|
|
childrenPresentational: true,
|
|
nameFrom: ['author'],
|
|
props: {
|
|
'aria-orientation': 'horizontal',
|
|
'aria-readonly': null,
|
|
'aria-valuemax': '100',
|
|
'aria-valuemin': '0',
|
|
'aria-valuenow': '50'
|
|
},
|
|
relatedConcepts: [],
|
|
requireContextRole: [],
|
|
requiredOwnedElements: [],
|
|
requiredProps: {
|
|
'aria-valuemax': '100',
|
|
'aria-valuemin': '0',
|
|
'aria-valuenow': '50'
|
|
},
|
|
superClass: [['roletype', 'widget', 'input'], ['roletype', 'widget', 'range']]
|
|
};
|
|
|
|
exports.default = sliderRole;
|