@bpmn-io/form-js-editor
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -5,11 +5,11 @@ declare class FieldFactory { | ||
* | ||
* @param { import('./FormFieldRegistry').default } formFieldRegistry | ||
* @param { import('@bpmn-io/form-js-viewer').FormFields } formFields | ||
* @param { import('./EventBus').default } eventBus | ||
*/ | ||
constructor(formFields: import('@bpmn-io/form-js-viewer').FormFields, eventBus: any); | ||
_ids: any; | ||
_num: number; | ||
constructor(formFieldRegistry: import('./FormFieldRegistry').default, formFields: import('@bpmn-io/form-js-viewer').FormFields); | ||
_formFieldRegistry: import("./FormFieldRegistry").default; | ||
_formFields: import("@bpmn-io/form-js-viewer").FormFields; | ||
create(attrs: any, applyDefaults?: boolean): any; | ||
_ensureId(field: any): void; | ||
_ensureKey(field: any, applyDefaults: any): void; | ||
} | ||
@@ -16,0 +16,0 @@ declare namespace FieldFactory { |
@@ -13,2 +13,4 @@ declare class Modeling { | ||
'formField.remove': typeof RemoveFormFieldHandler; | ||
'id.updateClaim': typeof UpdateIdClaimHandler; | ||
'key.updateClaim': typeof UpdateKeyClaimHandler; | ||
}; | ||
@@ -19,2 +21,6 @@ addFormField(attrs: any, targetFormField: any, targetIndex: any): any; | ||
removeFormField(formField: any, sourceFormField: any, sourceIndex: any): void; | ||
claimId(formField: any, id: any): void; | ||
unclaimId(formField: any, id: any): void; | ||
claimKey(formField: any, key: any): void; | ||
unclaimKey(formField: any, key: any): void; | ||
} | ||
@@ -29,1 +35,3 @@ declare namespace Modeling { | ||
import RemoveFormFieldHandler from "./cmd/RemoveFormFieldHandler"; | ||
import UpdateIdClaimHandler from "./cmd/UpdateIdClaimHandler"; | ||
import UpdateKeyClaimHandler from "./cmd/UpdateKeyClaimHandler"; |
{ | ||
"name": "@bpmn-io/form-js-editor", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Edit forms - powered by bpmn.io", | ||
@@ -44,3 +44,3 @@ "exports": { | ||
"dependencies": { | ||
"@bpmn-io/form-js-viewer": "^0.4.1", | ||
"@bpmn-io/form-js-viewer": "^0.4.2", | ||
"array-move": "^3.0.1", | ||
@@ -59,3 +59,3 @@ "dragula": "^3.7.3", | ||
], | ||
"gitHead": "5f15c5870f6f2f3454c0bf3bca4be4287be571d6" | ||
"gitHead": "ace661d354056210d8d75229a3989312a5fcb0ed" | ||
} |
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
749415
78
8743