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.
28 lines
711 B
28 lines
711 B
2 years ago
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = void 0;
|
||
|
var treeitemRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: true,
|
||
|
baseConcepts: [],
|
||
|
childrenPresentational: false,
|
||
|
nameFrom: ['author', 'contents'],
|
||
|
prohibitedProps: [],
|
||
|
props: {
|
||
|
'aria-expanded': null,
|
||
|
'aria-haspopup': null
|
||
|
},
|
||
|
relatedConcepts: [],
|
||
|
requireContextRole: ['group', 'tree'],
|
||
|
requiredContextRole: ['group', 'tree'],
|
||
|
requiredOwnedElements: [],
|
||
|
requiredProps: {
|
||
|
'aria-selected': null
|
||
|
},
|
||
|
superClass: [['roletype', 'structure', 'section', 'listitem'], ['roletype', 'widget', 'input', 'option']]
|
||
|
};
|
||
|
var _default = treeitemRole;
|
||
|
exports.default = _default;
|