@bpmn-io/form-js-editor
Advanced tools
Comparing version 0.4.0 to 0.4.1
declare namespace _default { | ||
const __depends__: any[]; | ||
const __init__: string[]; | ||
const __depends__: ({ | ||
importer: (string | typeof import("../import/Importer").default)[]; | ||
} | { | ||
__init__: string[]; | ||
formFields: (string | typeof import("@bpmn-io/form-js-viewer").FormFields)[]; | ||
renderer: (string | typeof import("../render/Renderer").default)[]; | ||
})[]; | ||
const eventBus: any[]; | ||
const formFieldRegistry: (string | typeof FormFieldRegistry)[]; | ||
const fieldFactory: (string | typeof FieldFactory)[]; | ||
const modeling: (string | typeof Modeling)[]; | ||
const debounce: (string | typeof DebounceFactory)[]; | ||
} | ||
export default _default; | ||
import { FormFieldRegistry } from "@bpmn-io/form-js-viewer"; | ||
import FormFieldRegistry from "./FormFieldRegistry"; | ||
import FieldFactory from "./FieldFactory"; | ||
import Modeling from "./Modeling"; | ||
import DebounceFactory from "./Debounce"; |
@@ -112,2 +112,6 @@ export function exportSchema(schema: any, exporter: any, schemaVersion: any): any; | ||
__depends__: any[]; | ||
__init__: string[]; | ||
modeling: (string | typeof import("./features/modeling/Modeling").default)[]; | ||
} | { | ||
__depends__: any[]; | ||
editorActions: (string | typeof import("./features/editor-actions/FormEditorActions").default)[]; | ||
@@ -114,0 +118,0 @@ } | { |
declare class Importer { | ||
/** | ||
* @constructor | ||
* @param { import('@bpmn-io/form-js-viewer').FormFieldRegistry } formFieldRegistry | ||
* @param { import('../core/FormFieldRegistry').default } formFieldRegistry | ||
* @param { import('../core/FieldFactory').default } fieldFactory | ||
*/ | ||
constructor(formFieldRegistry: import('@bpmn-io/form-js-viewer').FormFieldRegistry, fieldFactory: import('../core/FieldFactory').default); | ||
_formFieldRegistry: import("@bpmn-io/form-js-viewer/dist/types/core/FormFieldRegistry").default; | ||
constructor(formFieldRegistry: import('../core/FormFieldRegistry').default, fieldFactory: import('../core/FieldFactory').default); | ||
_formFieldRegistry: import("../core/FormFieldRegistry").default; | ||
_fieldFactory: import("../core/FieldFactory").default; | ||
@@ -10,0 +10,0 @@ /** |
{ | ||
"name": "@bpmn-io/form-js-editor", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Edit forms - powered by bpmn.io", | ||
@@ -44,3 +44,3 @@ "exports": { | ||
"dependencies": { | ||
"@bpmn-io/form-js-viewer": "^0.4.0", | ||
"@bpmn-io/form-js-viewer": "^0.4.1", | ||
"array-move": "^3.0.1", | ||
@@ -51,3 +51,3 @@ "dragula": "^3.7.3", | ||
"min-dom": "^3.1.3", | ||
"preact": "^10.5.13" | ||
"preact": "^10.5.14" | ||
}, | ||
@@ -60,3 +60,3 @@ "sideEffects": [ | ||
], | ||
"gitHead": "a59ff2f3a2643df7c4d4e025fde25c2d9f04953f" | ||
"gitHead": "5f15c5870f6f2f3454c0bf3bca4be4287be571d6" | ||
} |
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
699546
71
8152
4
Updatedpreact@^10.5.14