@contrail/types
Advanced tools
Comparing version 2.0.37 to 2.0.38
export * from './property-value-formatter'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DateFormatingOptions, NumberFormatingOptions, TypeProperty } from '../type-properties'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -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"; |
@@ -22,3 +22,4 @@ export declare enum PropertyType { | ||
UserList = "userList", | ||
Image = "image" | ||
Image = "image", | ||
Json = "json" | ||
} | ||
@@ -25,0 +26,0 @@ export interface PropertyTypeMetaData { |
@@ -27,2 +27,3 @@ "use strict"; | ||
PropertyType["Image"] = "image"; | ||
PropertyType["Json"] = "json"; | ||
})(PropertyType = exports.PropertyType || (exports.PropertyType = {})); | ||
@@ -51,2 +52,3 @@ exports.AllPropertyTypes = [ | ||
{ label: 'Image', propertyType: PropertyType.Image, createable: true }, | ||
{ label: 'Json', propertyType: PropertyType.Json, createable: true }, | ||
]; | ||
@@ -53,0 +55,0 @@ exports.PropertyTypeMeta = new Map(); |
@@ -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 }); |
export * from './type-managed-validator'; | ||
export * from './validation-summary'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ValidationError, ValidationSummary } from './validation-summary'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ValidationError { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@contrail/types", | ||
"version": "2.0.37", | ||
"version": "2.0.38", | ||
"description": "Types Utility module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
808
34149
2