/** @packageDocumentation * @module Common */ /** * Standard Type Names for converters and editors. * @beta * @deprecated Use [[StandardTypeNames]] in ui-abstract instead */ export declare enum StandardTypeNames { Text = "text", String = "string", ShortDate = "shortdate", DateTime = "dateTime", Boolean = "boolean", Bool = "bool", Float = "float", Double = "double", Int = "int", Integer = "integer", Number = "number", Hexadecimal = "hexadecimal", Hex = "hex", Enum = "enum", Point2d = "point2d", Point3d = "point3d", Navigation = "navigation", Composite = "composite", Array = "array", Struct = "struct" } /** * StandardTypeConverterTypeNames. * @beta * @deprecated Use [[StandardTypeNames]] in ui-abstract instead */ export declare enum StandardTypeConverterTypeNames { Text = "text", String = "string", ShortDate = "shortdate", DateTime = "dateTime", Boolean = "boolean", Bool = "bool", Float = "float", Double = "double", Int = "int", Integer = "integer", Hexadecimal = "hexadecimal", Hex = "hex", Enum = "enum", Point2d = "point2d", Point3d = "point3d", Navigation = "navigation", Composite = "composite" } //# sourceMappingURL=StandardTypeNames.d.ts.map