export declare const Axis: { readonly HORIZONTAL: "HORIZONTAL"; readonly VERTICAL: "VERTICAL"; }; export type Axis = (typeof Axis)[keyof typeof Axis]; export declare const Fit: { readonly NONE: "NONE"; readonly LOOSE: "LOOSE"; readonly TIGHT: "TIGHT"; }; export type Fit = (typeof Fit)[keyof typeof Fit]; export declare const Stretch: { readonly NONE: "NONE"; readonly HORIZONTAL: "HORIZONTAL"; readonly VERTICAL: "VERTICAL"; readonly BOTH: "BOTH"; }; export type Stretch = (typeof Stretch)[keyof typeof Stretch]; export declare const MainAxisAlignment: { readonly CENTER: "CENTER"; readonly END: "END"; readonly SPACEAROUND: "SPACEAROUND"; readonly SPACEBETWEEN: "SPACEBETWEEN"; readonly SPACEEVENLY: "SPACEEVENLY"; readonly START: "START"; }; export type MainAxisAlignment = (typeof MainAxisAlignment)[keyof typeof MainAxisAlignment]; export declare const CrossAxisAlignment: { readonly BASELINE: "BASELINE"; readonly CENTER: "CENTER"; readonly END: "END"; readonly START: "START"; readonly STRETCH: "STRETCH"; }; export type CrossAxisAlignment = (typeof CrossAxisAlignment)[keyof typeof CrossAxisAlignment]; export declare const MainAxisSize: { readonly MIN: "MIN"; readonly MAX: "MAX"; }; export type MainAxisSize = (typeof MainAxisSize)[keyof typeof MainAxisSize]; export declare const Alignment: { readonly TOP_LEFT: "TOP_LEFT"; readonly TOP_CENTER: "TOP_CENTER"; readonly TOP_RIGHT: "TOP_RIGHT"; readonly CENTER_LEFT: "CENTER_LEFT"; readonly CENTER: "CENTER"; readonly CENTER_RIGHT: "CENTER_RIGHT"; readonly BOTTOM_LEFT: "BOTTOM_LEFT"; readonly BOTTOM_CENTER: "BOTTOM_CENTER"; readonly BOTTOM_RIGHT: "BOTTOM_RIGHT"; }; export type Alignment = (typeof Alignment)[keyof typeof Alignment]; export declare const DialogSize: { readonly XS: "XS"; readonly SM: "SM"; readonly MD: "MD"; readonly LG: "LG"; readonly XL: "XL"; }; export type DialogSize = (typeof DialogSize)[keyof typeof DialogSize]; export declare const PageContainerType: { readonly TABLE: "TABLE"; readonly FORM: "FORM"; readonly VIEW: "VIEW"; }; export type PageContainerType = (typeof PageContainerType)[keyof typeof PageContainerType]; export declare const ButtonStyle: { readonly CONTAINED: "contained"; readonly TEXT: "text"; readonly OUTLINED: "outlined"; }; export type ButtonStyle = (typeof ButtonStyle)[keyof typeof ButtonStyle]; export declare const ConfirmationType: { readonly NONE: "NONE"; readonly CONDITIONAL: "CONDITIONAL"; readonly MANDATORY: "MANDATORY"; }; export type ConfirmationType = (typeof ConfirmationType)[keyof typeof ConfirmationType]; export declare const Sort: { readonly NONE: "NONE"; readonly ASC: "ASC"; readonly DESC: "DESC"; }; export type Sort = (typeof Sort)[keyof typeof Sort]; export declare const FilterOperationType: { readonly EQUAL: "EQUAL"; readonly NOT_EQUAL: "NOT_EQUAL"; readonly IS_EMPTY: "IS_EMPTY"; readonly IS_NOT_EMPTY: "IS_NOT_EMPTY"; readonly LESS: "LESS"; readonly LESS_OR_EQUAL: "LESS_OR_EQUAL"; readonly GREATER: "GREATER"; readonly GREATER_OR_EQUAL: "GREATER_OR_EQUAL"; readonly LIKE: "LIKE"; }; export type FilterOperationType = (typeof FilterOperationType)[keyof typeof FilterOperationType]; export declare const CheckboxSelection: { readonly AUTO: "AUTO"; readonly ENABLED: "ENABLED"; readonly DISABLED: "DISABLED"; }; export type CheckboxSelection = (typeof CheckboxSelection)[keyof typeof CheckboxSelection]; export declare const TableRepresentation: { readonly TABLE: "TABLE"; readonly TAG: "TAG"; readonly CARD: "CARD"; }; export type TableRepresentation = (typeof TableRepresentation)[keyof typeof TableRepresentation]; export declare const MenuLayout: { readonly VERTICAL: "VERTICAL"; readonly HORIZONTAL: "HORIZONTAL"; }; export type MenuLayout = (typeof MenuLayout)[keyof typeof MenuLayout]; export declare const TabOrientation: { readonly HORIZONTAL: "HORIZONTAL"; readonly VERTICAL: "VERTICAL"; }; export type TabOrientation = (typeof TabOrientation)[keyof typeof TabOrientation]; export declare const DurationUnit: { readonly NANOSECOND: "NANOSECOND"; readonly MICROSECOND: "MICROSECOND"; readonly MILLISECOND: "MILLISECOND"; readonly SECOND: "SECOND"; readonly MINUTE: "MINUTE"; readonly HOUR: "HOUR"; readonly DAY: "DAY"; readonly WEEK: "WEEK"; readonly MONTH: "MONTH"; readonly YEAR: "YEAR"; }; export type DurationUnit = (typeof DurationUnit)[keyof typeof DurationUnit]; export declare const Placement: { readonly TOP: "TOP"; readonly BOTTOM: "BOTTOM"; readonly START: "START"; readonly END: "END"; readonly DEFAULT: "DEFAULT"; }; export type Placement = (typeof Placement)[keyof typeof Placement]; export declare const TitleFrom: { readonly LABEL: "LABEL"; readonly ATTRIBUTE: "ATTRIBUTE"; }; export type TitleFrom = (typeof TitleFrom)[keyof typeof TitleFrom]; export declare const ClaimType: { readonly UNDEFINED: "UNDEFINED"; readonly EMAIL: "EMAIL"; readonly USERNAME: "USERNAME"; }; export type ClaimType = (typeof ClaimType)[keyof typeof ClaimType]; export declare const RelationKind: { readonly ASSOCIATION: "ASSOCIATION"; readonly COMPOSITION: "COMPOSITION"; readonly AGGREGATION: "AGGREGATION"; readonly STATIC: "STATIC"; }; export type RelationKind = (typeof RelationKind)[keyof typeof RelationKind]; export declare const MemberType: { readonly STORED: "STORED"; readonly DERIVED: "DERIVED"; readonly MAPPED: "MAPPED"; readonly TRANSIENT: "TRANSIENT"; readonly ACCESS: "ACCESS"; }; export type MemberType = (typeof MemberType)[keyof typeof MemberType]; export declare const RelationBehaviourType: { readonly LIST: "LIST"; readonly CREATE: "CREATE"; readonly SET: "SET"; readonly UNSET: "UNSET"; readonly ADD: "ADD"; readonly REMOVE: "REMOVE"; readonly RANGE: "RANGE"; readonly VALIDATE_CREATE: "VALIDATE_CREATE"; readonly TEMPLATE: "TEMPLATE"; readonly UPDATE: "UPDATE"; readonly VALIDATE_UPDATE: "VALIDATE_UPDATE"; readonly DELETE: "DELETE"; readonly REFRESH: "REFRESH"; readonly EXPORT: "EXPORT"; }; export type RelationBehaviourType = (typeof RelationBehaviourType)[keyof typeof RelationBehaviourType]; export declare const ClassBehaviourType: { readonly REFRESH: "REFRESH"; readonly UPDATE: "UPDATE"; readonly VALIDATE_UPDATE: "VALIDATE_UPDATE"; readonly DELETE: "DELETE"; readonly TEMPLATE: "TEMPLATE"; }; export type ClassBehaviourType = (typeof ClassBehaviourType)[keyof typeof ClassBehaviourType]; export declare const OperationTypeEnum: { readonly MAPPED: "MAPPED"; readonly STATIC: "STATIC"; }; export type OperationTypeEnum = (typeof OperationTypeEnum)[keyof typeof OperationTypeEnum]; export declare const OperationTargetBehaviourType: { readonly REFRESH: "REFRESH"; readonly UPDATE: "UPDATE"; readonly DELETE: "DELETE"; readonly VALIDATE_INPUT: "VALIDATE_INPUT"; }; export type OperationTargetBehaviourType = (typeof OperationTargetBehaviourType)[keyof typeof OperationTargetBehaviourType]; //# sourceMappingURL=enums.d.ts.map