mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
25 lines
546 B
JavaScript
25 lines
546 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
var alertdialogRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: true,
|
||
|
baseConcepts: [],
|
||
|
childrenPresentational: false,
|
||
|
nameFrom: ['author'],
|
||
|
props: {},
|
||
|
relatedConcepts: [{
|
||
|
module: 'XForms',
|
||
|
concept: {
|
||
|
name: 'alert'
|
||
|
}
|
||
|
}],
|
||
|
requireContextRole: [],
|
||
|
requiredOwnedElements: [],
|
||
|
requiredProps: {},
|
||
|
superClass: [['roletype', 'structure', 'section', 'alert'], ['roletype', 'window', 'dialog']]
|
||
|
};
|
||
|
|
||
|
exports.default = alertdialogRole;
|