Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
28
node_modules/aria-query/lib/etc/roles/literal/treeRole.js
generated
vendored
Normal file
28
node_modules/aria-query/lib/etc/roles/literal/treeRole.js
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
"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 = exports.default = treeRole;
|
Reference in New Issue
Block a user