|
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:
792 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.default = void 0;
|
|---|
| 7 | var searchboxRole = {
|
|---|
| 8 | abstract: false,
|
|---|
| 9 | accessibleNameRequired: true,
|
|---|
| 10 | baseConcepts: [],
|
|---|
| 11 | childrenPresentational: false,
|
|---|
| 12 | nameFrom: ['author'],
|
|---|
| 13 | prohibitedProps: [],
|
|---|
| 14 | props: {},
|
|---|
| 15 | relatedConcepts: [{
|
|---|
| 16 | concept: {
|
|---|
| 17 | attributes: [{
|
|---|
| 18 | constraints: ['undefined'],
|
|---|
| 19 | name: 'list'
|
|---|
| 20 | }, {
|
|---|
| 21 | name: 'type',
|
|---|
| 22 | value: 'search'
|
|---|
| 23 | }],
|
|---|
| 24 | constraints: ['the list attribute is not set'],
|
|---|
| 25 | name: 'input'
|
|---|
| 26 | },
|
|---|
| 27 | module: 'HTML'
|
|---|
| 28 | }],
|
|---|
| 29 | requireContextRole: [],
|
|---|
| 30 | requiredContextRole: [],
|
|---|
| 31 | requiredOwnedElements: [],
|
|---|
| 32 | requiredProps: {},
|
|---|
| 33 | superClass: [['roletype', 'widget', 'input', 'textbox']]
|
|---|
| 34 | };
|
|---|
| 35 | var _default = exports.default = searchboxRole; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.