Bump packages to fix linter
This commit is contained in:
parent
ed9506bbaf
commit
0a11e3fdd9
6063 changed files with 378752 additions and 306784 deletions
105
node_modules/aria-query/lib/etc/roles/literal/buttonRole.js
generated
vendored
Normal file
105
node_modules/aria-query/lib/etc/roles/literal/buttonRole.js
generated
vendored
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var buttonRole = {
|
||||
abstract: false,
|
||||
accessibleNameRequired: true,
|
||||
baseConcepts: [],
|
||||
childrenPresentational: true,
|
||||
nameFrom: ['author', 'contents'],
|
||||
prohibitedProps: [],
|
||||
props: {
|
||||
'aria-disabled': null,
|
||||
'aria-expanded': null,
|
||||
'aria-haspopup': null,
|
||||
'aria-pressed': null
|
||||
},
|
||||
relatedConcepts: [{
|
||||
concept: {
|
||||
attributes: [{
|
||||
constraints: ['set'],
|
||||
name: 'aria-pressed'
|
||||
}, {
|
||||
name: 'type',
|
||||
value: 'checkbox'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'aria-expanded',
|
||||
value: 'false'
|
||||
}],
|
||||
name: 'summary'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'aria-expanded',
|
||||
value: 'true'
|
||||
}],
|
||||
constraints: ['direct descendant of details element with the open attribute defined'],
|
||||
name: 'summary'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'button'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'image'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'reset'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
attributes: [{
|
||||
name: 'type',
|
||||
value: 'submit'
|
||||
}],
|
||||
name: 'input'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
name: 'button'
|
||||
},
|
||||
module: 'HTML'
|
||||
}, {
|
||||
concept: {
|
||||
name: 'trigger'
|
||||
},
|
||||
module: 'XForms'
|
||||
}],
|
||||
requireContextRole: [],
|
||||
requiredContextRole: [],
|
||||
requiredOwnedElements: [],
|
||||
requiredProps: {},
|
||||
superClass: [['roletype', 'widget', 'command']]
|
||||
};
|
||||
var _default = buttonRole;
|
||||
exports.default = _default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue