@contrail/types
Advanced tools
Comparing version 2.0.19 to 2.0.20
export * from './property-value-formatter'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -18,2 +18,3 @@ import { DateFormatingOptions, NumberFormatingOptions, TypeProperty } from '../type-properties'; | ||
formatBoolean(value: boolean): string; | ||
formatObjectReference(object: any): any; | ||
} |
@@ -127,3 +127,7 @@ "use strict"; | ||
} | ||
formatObjectReference(object) { | ||
const objectName = (object === null || object === void 0 ? void 0 : object.optionName) || (object === null || object === void 0 ? void 0 : object.name) || ''; | ||
return objectName; | ||
} | ||
} | ||
exports.PropertyValueFormatter = PropertyValueFormatter; |
@@ -0,0 +0,0 @@ import { TypeProperty } from "../type-properties"; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './formula-processor'; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './formatter'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface Relation { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from './type-interface'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface TypeInterface { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from './property-types'; | ||
export * from './type-property'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum PropertyType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { PropertyType } from "."; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './type-root'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface TypeRoot { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export * from './type'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Relation } from "../relations/relation"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@contrail/types", | ||
"version": "2.0.19", | ||
"version": "2.0.20", | ||
"description": "Types Utility module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
492
20857