@contrail/documents
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -0,0 +0,0 @@ import { Document } from '../types/document'; |
@@ -12,2 +12,3 @@ "use strict"; | ||
position: { x: 0, y: 126 }, | ||
size: { height: 25, width: 125 }, | ||
style: { | ||
@@ -21,12 +22,3 @@ font: { | ||
type: "text", | ||
position: { x: 0, y: 137 }, | ||
style: { | ||
font: { | ||
size: 8, | ||
} | ||
}, | ||
propertyBindings: { text: 'itemColor.item.styleNumber' } | ||
}, { | ||
type: "text", | ||
position: { x: 0, y: 148 }, | ||
position: { x: 0, y: 151 }, | ||
size: { height: 25, width: 125 }, | ||
@@ -33,0 +25,0 @@ style: { |
export * from './components'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Action } from '@contrail/actions'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DocumentElement } from './types/document-element'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DocumentElement } from './types/document-element'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -40,1 +40,7 @@ export interface TextStyleDefinition { | ||
} | ||
export interface LineDefinition { | ||
x1?: number; | ||
x2?: number; | ||
y1?: number; | ||
y2?: number; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface DataObject { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DocumentElement } from './document-element'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { PositionDefinition, SizeDefinition } from "./common"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DocumentElement } from './document-element'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -1,2 +0,2 @@ | ||
import { PositionDefinition } from './common'; | ||
import { LineDefinition, PositionDefinition } from './common'; | ||
import { Document } from './document'; | ||
@@ -10,2 +10,3 @@ export interface DocumentElement extends Document { | ||
propertyBindings?: any; | ||
lineDefinition?: LineDefinition; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { SizeDefinition, StyleDefinition } from "./common"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface ScaleTransformation { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export * from './common'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@contrail/documents", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Documents library for contrail platform", | ||
@@ -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
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
16686
433