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.
35 lines
799 B
35 lines
799 B
2 years ago
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = void 0;
|
||
|
var gridRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: true,
|
||
|
baseConcepts: [],
|
||
|
childrenPresentational: false,
|
||
|
nameFrom: ['author'],
|
||
|
prohibitedProps: [],
|
||
|
props: {
|
||
|
'aria-multiselectable': null,
|
||
|
'aria-readonly': null
|
||
|
},
|
||
|
relatedConcepts: [{
|
||
|
concept: {
|
||
|
attributes: [{
|
||
|
name: 'role',
|
||
|
value: 'grid'
|
||
|
}],
|
||
|
name: 'table'
|
||
|
},
|
||
|
module: 'HTML'
|
||
|
}],
|
||
|
requireContextRole: [],
|
||
|
requiredContextRole: [],
|
||
|
requiredOwnedElements: [['row'], ['row', 'rowgroup']],
|
||
|
requiredProps: {},
|
||
|
superClass: [['roletype', 'widget', 'composite'], ['roletype', 'structure', 'section', 'table']]
|
||
|
};
|
||
|
var _default = gridRole;
|
||
|
exports.default = _default;
|