UNPKG

@ui5/linter

Version:

A static code analysis tool for UI5

105 lines (88 loc) 3.62 kB
// This file is generated by the createTypes script. declare module "sap/uxap/BlockBaseColumnLayout" { import {BlockBaseColumnLayout} from "sap/uxap/library"; /** * Used by the <code>BlockBase</code> control to define how many columns should it be assigned by the <code>objectPageSubSection</code>. The allowed values can be auto (subsection assigned a number of columns based on the parent objectPageLayout subsectionLayout property), 1, 2, 3 or 4 (This may not be a valid value for some <code>subSectionLayout</code>, for example, asking for 3 columns in a 2 column layout would raise warnings). * * @public */ export default BlockBaseColumnLayout; } declare module "sap/uxap/BlockBaseFormAdjustment" { import {BlockBaseFormAdjustment} from "sap/uxap/library"; /** * Used by the <code>BlockBase</code> control to define if it should do automatic adjustment of its nested forms. * * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'BlockBaseFormAdjustment'. * * @public */ export default BlockBaseFormAdjustment; } declare module "sap/uxap/Importance" { import {Importance} from "sap/uxap/library"; /** * Used by the <code>ObjectSectionBase</code> control to define the importance of the content contained in it. * * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'Importance'. * * @public * @since 1.32.0 */ export default Importance; } declare module "sap/uxap/ObjectPageConfigurationMode" { import {ObjectPageConfigurationMode} from "sap/uxap/library"; /** * Used by the <code>sap.uxap.component.Component</code> how to initialize the <code>ObjectPageLayout</code> sections and subsections. * * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageConfigurationMode'. * * @public */ export default ObjectPageConfigurationMode; } declare module "sap/uxap/ObjectPageHeaderDesign" { import {ObjectPageHeaderDesign} from "sap/uxap/library"; /** * Used by the <code>ObjectPageHeader</code> control to define which design to use. * * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageHeaderDesign'. * * @public */ export default ObjectPageHeaderDesign; } declare module "sap/uxap/ObjectPageHeaderPictureShape" { import {ObjectPageHeaderPictureShape} from "sap/uxap/library"; /** * Used by the <code>ObjectPageHeader</code> control to define which shape to use for the image. * * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageHeaderPictureShape'. * * @public */ export default ObjectPageHeaderPictureShape; } declare module "sap/uxap/ObjectPageSubSectionLayout" { import {ObjectPageSubSectionLayout} from "sap/uxap/library"; /** * Used by the <code>ObjectPagSubSection</code> control to define which layout to apply. * * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageSubSectionLayout'. * * @public */ export default ObjectPageSubSectionLayout; } declare module "sap/uxap/ObjectPageSubSectionMode" { import {ObjectPageSubSectionMode} from "sap/uxap/library"; /** * Used by the <code>ObjectPageLayout</code> control to define which layout to use (either Collapsed or Expanded). * * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageSubSectionMode'. * * @public */ export default ObjectPageSubSectionMode; }