@bpmn-io/form-js-editor
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -134,2 +134,22 @@ export function exportSchema(schema: any, exporter: any, schemaVersion: any): any; | ||
columnsSourceBehavior: (string | typeof import("./features/modeling/behavior/ColumnsSourceBehavior").ColumnsSourceBehavior)[]; | ||
/** | ||
* @typedef { import('./types').Injector } Injector | ||
* @typedef { import('./types').Module } Module | ||
* @typedef { import('./types').Schema } Schema | ||
* | ||
* @typedef { import('./types').FormEditorOptions } FormEditorOptions | ||
* @typedef { import('./types').FormEditorProperties } FormEditorProperties | ||
* | ||
* @typedef { { | ||
* properties: FormEditorProperties, | ||
* schema: Schema | ||
* } } State | ||
* | ||
* @typedef { (type:string, priority:number, handler:Function) => void } OnEventWithPriority | ||
* @typedef { (type:string, handler:Function) => void } OnEventWithOutPriority | ||
* @typedef { OnEventWithPriority & OnEventWithOutPriority } OnEventType | ||
*/ | ||
/** | ||
* The form editor. | ||
*/ | ||
tableDataSourceBehavior: (string | typeof import("./features/modeling/behavior/TableDataSourceBehavior").TableDataSourceBehavior)[]; | ||
@@ -136,0 +156,0 @@ })[]; |
@@ -0,0 +0,0 @@ import { Injector } from 'didi'; |
{ | ||
"name": "@bpmn-io/form-js-editor", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Edit forms - powered by bpmn.io", | ||
@@ -50,3 +50,3 @@ "exports": { | ||
"@bpmn-io/draggle": "^4.0.0", | ||
"@bpmn-io/form-js-viewer": "^1.6.0", | ||
"@bpmn-io/form-js-viewer": "^1.6.1", | ||
"@bpmn-io/properties-panel": "^3.13.0", | ||
@@ -66,3 +66,3 @@ "array-move": "^3.0.1", | ||
], | ||
"gitHead": "0f868b4c5679af5366998253e7a602f1375754a7" | ||
"gitHead": "c59b08af1e6ca1c2259db942686d0b2151a4a64b" | ||
} |
@@ -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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2286396
30906