@bpmn-io/form-js-editor
Advanced tools
Comparing version 1.7.3 to 1.8.0
export namespace PaletteModule { | ||
let __init__: string[]; | ||
let palette: (string | typeof PaletteRenderer)[]; | ||
} | ||
import { PaletteRenderer } from './PaletteRenderer'; |
@@ -19,2 +19,3 @@ export { ActionEntry } from "./ActionEntry"; | ||
export { NumberEntries } from "./NumberEntries"; | ||
export { ExpressionFieldEntries } from "./ExpressionFieldEntries"; | ||
export { NumberSerializationEntry } from "./NumberSerializationEntry"; | ||
@@ -21,0 +22,0 @@ export { DateTimeEntry } from "./DateTimeEntry"; |
@@ -158,2 +158,3 @@ export function exportSchema(schema: any, exporter: any, schemaVersion: any): any; | ||
} | { | ||
__init__: string[]; | ||
palette: (string | typeof import("./features/palette/PaletteRenderer").PaletteRenderer)[]; | ||
@@ -160,0 +161,0 @@ } | { |
@@ -1,2 +0,2 @@ | ||
export const editorFormFields: (typeof EditorIFrame | typeof EditorText | typeof EditorHtml | typeof EditorTable)[]; | ||
export const editorFormFields: (typeof EditorIFrame | typeof EditorText | typeof EditorHtml | typeof EditorTable | typeof EditorExpressionField)[]; | ||
import { EditorIFrame } from './EditorIFrame'; | ||
@@ -6,1 +6,2 @@ import { EditorText } from './EditorText'; | ||
import { EditorTable } from './EditorTable'; | ||
import { EditorExpressionField } from './EditorExpressionField'; |
@@ -0,0 +0,0 @@ import { Injector } from 'didi'; |
{ | ||
"name": "@bpmn-io/form-js-editor", | ||
"version": "1.7.3", | ||
"version": "1.8.0", | ||
"description": "Edit forms - powered by bpmn.io", | ||
@@ -50,3 +50,3 @@ "exports": { | ||
"@bpmn-io/draggle": "^4.0.0", | ||
"@bpmn-io/form-js-viewer": "^1.7.3", | ||
"@bpmn-io/form-js-viewer": "^1.8.0", | ||
"@bpmn-io/properties-panel": "^3.18.1", | ||
@@ -66,3 +66,3 @@ "array-move": "^3.0.1", | ||
], | ||
"gitHead": "495efb051b4ff6a8f8abebedd035a95651345f9f" | ||
"gitHead": "ec587c5fb75597a73d3d689fb7a8079499391a8c" | ||
} |
@@ -0,0 +0,0 @@ # @bpmn-io/form-js-editor |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
2325695
164
31891