|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.default = void 0;
|
|---|
| 7 | var buttonRole = {
|
|---|
| 8 | abstract: false,
|
|---|
| 9 | accessibleNameRequired: true,
|
|---|
| 10 | baseConcepts: [],
|
|---|
| 11 | childrenPresentational: true,
|
|---|
| 12 | nameFrom: ['author', 'contents'],
|
|---|
| 13 | prohibitedProps: [],
|
|---|
| 14 | props: {
|
|---|
| 15 | 'aria-disabled': null,
|
|---|
| 16 | 'aria-expanded': null,
|
|---|
| 17 | 'aria-haspopup': null,
|
|---|
| 18 | 'aria-pressed': null
|
|---|
| 19 | },
|
|---|
| 20 | relatedConcepts: [{
|
|---|
| 21 | concept: {
|
|---|
| 22 | attributes: [{
|
|---|
| 23 | name: 'type',
|
|---|
| 24 | value: 'button'
|
|---|
| 25 | }],
|
|---|
| 26 | name: 'input'
|
|---|
| 27 | },
|
|---|
| 28 | module: 'HTML'
|
|---|
| 29 | }, {
|
|---|
| 30 | concept: {
|
|---|
| 31 | attributes: [{
|
|---|
| 32 | name: 'type',
|
|---|
| 33 | value: 'image'
|
|---|
| 34 | }],
|
|---|
| 35 | name: 'input'
|
|---|
| 36 | },
|
|---|
| 37 | module: 'HTML'
|
|---|
| 38 | }, {
|
|---|
| 39 | concept: {
|
|---|
| 40 | attributes: [{
|
|---|
| 41 | name: 'type',
|
|---|
| 42 | value: 'reset'
|
|---|
| 43 | }],
|
|---|
| 44 | name: 'input'
|
|---|
| 45 | },
|
|---|
| 46 | module: 'HTML'
|
|---|
| 47 | }, {
|
|---|
| 48 | concept: {
|
|---|
| 49 | attributes: [{
|
|---|
| 50 | name: 'type',
|
|---|
| 51 | value: 'submit'
|
|---|
| 52 | }],
|
|---|
| 53 | name: 'input'
|
|---|
| 54 | },
|
|---|
| 55 | module: 'HTML'
|
|---|
| 56 | }, {
|
|---|
| 57 | concept: {
|
|---|
| 58 | name: 'button'
|
|---|
| 59 | },
|
|---|
| 60 | module: 'HTML'
|
|---|
| 61 | }, {
|
|---|
| 62 | concept: {
|
|---|
| 63 | name: 'trigger'
|
|---|
| 64 | },
|
|---|
| 65 | module: 'XForms'
|
|---|
| 66 | }],
|
|---|
| 67 | requireContextRole: [],
|
|---|
| 68 | requiredContextRole: [],
|
|---|
| 69 | requiredOwnedElements: [],
|
|---|
| 70 | requiredProps: {},
|
|---|
| 71 | superClass: [['roletype', 'widget', 'command']]
|
|---|
| 72 | };
|
|---|
| 73 | var _default = exports.default = buttonRole; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.