@bpmn-io/form-js-editor
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -1,1 +0,13 @@ | ||
export { default as FormEditorCore } from "./FormEditorCore"; | ||
declare namespace _default { | ||
const __depends__: any[]; | ||
const __init__: string[]; | ||
const eventBus: any[]; | ||
const formFieldRegistry: (string | MapConstructor)[]; | ||
const modeling: (string | typeof Modeling)[]; | ||
const selection: (string | typeof Selection)[]; | ||
const debounce: (string | typeof DebounceFactory)[]; | ||
} | ||
export default _default; | ||
import Modeling from "./Modeling"; | ||
import Selection from "./Selection"; | ||
import DebounceFactory from "./Debounce"; |
@@ -1,5 +0,11 @@ | ||
export function createFormEditor(options: FormEditorOptions): FormEditorCore; | ||
export { schemaVersion }; | ||
export function createFormEditor(options: FormEditorOptions): Promise<FormEditor>; | ||
export type Injector = any; | ||
export type Modules = any[]; | ||
export type FormEditorProperties = { | ||
[x: string]: any; | ||
}; | ||
export type Schema = any; | ||
export type FormEditorOptions = { | ||
container: Element; | ||
additionalModules?: Modules; | ||
container?: Element | string; | ||
exporter?: { | ||
@@ -9,7 +15,9 @@ name: string; | ||
}; | ||
schema: any; | ||
data: any; | ||
properties?: any; | ||
injector?: any; | ||
modules?: Modules; | ||
properties?: FormEditorProperties; | ||
schema?: Schema; | ||
}; | ||
import { FormEditorCore } from "./core"; | ||
import FormEditor from "./FormEditor"; | ||
import { schemaVersion } from "@bpmn-io/form-js-viewer"; | ||
export { FormEditor, schemaVersion }; |
{ | ||
"name": "@bpmn-io/form-js-editor", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Edit forms - powered by bpmn.io", | ||
@@ -44,7 +44,6 @@ "exports": { | ||
"dependencies": { | ||
"@bpmn-io/form-js-viewer": "^0.1.0", | ||
"@bpmn-io/form-js-viewer": "^0.2.0", | ||
"array-move": "^3.0.1", | ||
"dragula": "^3.7.3", | ||
"min-dash": "^3.7.0", | ||
"mitt": "^2.1.0", | ||
"preact": "^10.5.12" | ||
@@ -58,3 +57,3 @@ }, | ||
], | ||
"gitHead": "f395f44ff461593483ad4b62b68605477dd34d81" | ||
"gitHead": "7fedc30fc6feef19ec0ae10dd6cb7f06086f6eec" | ||
} |
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
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
630384
5
64
7210
+ Added@bpmn-io/form-js-viewer@0.2.4(transitive)
+ Addeddidi@5.2.1(transitive)
- Removedmitt@^2.1.0
- Removed@bpmn-io/form-js-viewer@0.1.0(transitive)
- Removedmitt@2.1.0(transitive)