first commit
This commit is contained in:
22
node_modules/aria-query/lib/etc/roles/literal/treegridRole.js
generated
vendored
Normal file
22
node_modules/aria-query/lib/etc/roles/literal/treegridRole.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var treegridRole = {
|
||||
abstract: false,
|
||||
accessibleNameRequired: true,
|
||||
baseConcepts: [],
|
||||
childrenPresentational: false,
|
||||
nameFrom: ['author'],
|
||||
prohibitedProps: [],
|
||||
props: {},
|
||||
relatedConcepts: [],
|
||||
requireContextRole: [],
|
||||
requiredContextRole: [],
|
||||
requiredOwnedElements: [['row'], ['row', 'rowgroup']],
|
||||
requiredProps: {},
|
||||
superClass: [['roletype', 'widget', 'composite', 'grid'], ['roletype', 'structure', 'section', 'table', 'grid'], ['roletype', 'widget', 'composite', 'select', 'tree'], ['roletype', 'structure', 'section', 'group', 'select', 'tree']]
|
||||
};
|
||||
var _default = exports.default = treegridRole;
|
Reference in New Issue
Block a user