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.
29 lines
778 B
29 lines
778 B
"use strict"; |
|
|
|
Object.defineProperty(exports, "__esModule", { |
|
value: true |
|
}); |
|
exports.default = void 0; |
|
var treeRole = { |
|
abstract: false, |
|
accessibleNameRequired: true, |
|
baseConcepts: [], |
|
childrenPresentational: false, |
|
nameFrom: ['author'], |
|
prohibitedProps: [], |
|
props: { |
|
'aria-errormessage': null, |
|
'aria-invalid': null, |
|
'aria-multiselectable': null, |
|
'aria-required': null, |
|
'aria-orientation': 'vertical' |
|
}, |
|
relatedConcepts: [], |
|
requireContextRole: [], |
|
requiredContextRole: [], |
|
requiredOwnedElements: [['treeitem', 'group'], ['treeitem']], |
|
requiredProps: {}, |
|
superClass: [['roletype', 'widget', 'composite', 'select'], ['roletype', 'structure', 'section', 'group', 'select']] |
|
}; |
|
var _default = treeRole; |
|
exports.default = _default; |