mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
28 lines
662 B
JavaScript
28 lines
662 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
var spinbuttonRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: true,
|
||
|
baseConcepts: [],
|
||
|
childrenPresentational: false,
|
||
|
nameFrom: ['author'],
|
||
|
props: {
|
||
|
'aria-valuenow': '0',
|
||
|
'aria-required': null,
|
||
|
'aria-readonly': null
|
||
|
},
|
||
|
relatedConcepts: [],
|
||
|
requireContextRole: [],
|
||
|
requiredOwnedElements: [],
|
||
|
requiredProps: {
|
||
|
'aria-valuemax': null,
|
||
|
'aria-valuemin': null,
|
||
|
'aria-valuenow': '0'
|
||
|
},
|
||
|
superClass: [['roletype', 'widget', 'composite'], ['roletype', 'widget', 'input'], ['roletype', 'widget', 'range']]
|
||
|
};
|
||
|
|
||
|
exports.default = spinbuttonRole;
|