@bpmn-io/form-js-editor
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ declare class FieldFactory { |
@@ -0,0 +0,0 @@ export default class FormFieldRegistry extends BaseFieldRegistry { |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ declare class FormEditorActions { |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ declare class FormEditorKeyboardBindings { |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ declare class IdBehavior { |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ declare class KeyBehavior { |
@@ -0,0 +0,0 @@ declare class AddFormFieldHandler { |
@@ -0,0 +0,0 @@ declare class EditFormFieldHandler { |
@@ -0,0 +0,0 @@ declare class MoveFormFieldHandler { |
@@ -0,0 +0,0 @@ declare class RemoveFormFieldHandler { |
@@ -0,0 +0,0 @@ declare class UpdateIdClaimHandler { |
@@ -0,0 +0,0 @@ declare class UpdateKeyClaimHandler { |
@@ -0,0 +0,0 @@ export function arrayAdd(array: any, index: any, item: any): any; |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ declare class Modeling { |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ declare class Selection { |
@@ -0,0 +0,0 @@ declare class SelectionBehavior { |
@@ -0,0 +0,0 @@ export function exportSchema(schema: any, exporter: any, schemaVersion: any): any; |
@@ -0,0 +0,0 @@ declare class Importer { |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ /** |
export default function FormEditor(props: any): any; |
@@ -0,0 +0,0 @@ export namespace iconsByType { |
export default function Palette(props: any): any; |
export default function CheckboxInput(props: any): any; |
export default function CheckboxInputEntry(props: any): any; |
export default function CollapsibleEntry(props: any): any; |
export default function Group(props: any): any; |
@@ -8,2 +8,3 @@ export { default as CheckboxInput } from "./CheckboxInput"; | ||
export { default as NumberInputEntry } from "./NumberInputEntry"; | ||
export { default as SelectEntry } from "./SelectEntry"; | ||
export { default as TextareaEntry } from "./TextareaEntry"; | ||
@@ -10,0 +11,0 @@ export { default as TextInputEntry } from "./TextInputEntry"; |
export default function NumberInput(props: any): any; |
export default function NumberInputEntry(props: any): any; |
export default function Select(props: any): any; |
export default function Textarea(props: any): any; |
export default function TextareaEntry(props: any): any; |
export default function TextInput(props: any): any; |
export default function TextInputEntry(props: any): any; |
export default function ActionEntry(props: any): any; |
export default function ColumnsEntry(props: any): any; |
export default function DescriptionEntry(props: any): any; |
export default function DisabledEntry(props: any): any; |
export default function IdEntry(props: any): any; |
export { default as ActionEntry } from "./ActionEntry"; | ||
export { default as ColumnsEntry } from "./ColumnsEntry"; | ||
export { default as DescriptionEntry } from "./DescriptionEntry"; | ||
export { default as DefaultValueEntry } from "./DefaultValueEntry"; | ||
export { default as DisabledEntry } from "./DisabledEntry"; | ||
@@ -5,0 +6,0 @@ export { default as IdEntry } from "./IdEntry"; |
export default function KeyEntry(props: any): any; |
export default function LabelEntry(props: any): any; |
export default function TextEntry(props: any): any; |
export default function ValueEntry(props: any): any; |
export default function GeneralGroup(field: any, editField: any): any; |
export { default as GeneralGroup } from "./GeneralGroup"; | ||
export { default as ValidationGroup } from "./ValidationGroup"; | ||
export { default as ValuesGroup } from "./ValuesGroup"; |
export default function ValidationGroup(field: any, editField: any): any; |
export default function ValuesGroup(field: any, editField: any): any; |
export default function PropertiesPanel(props: any): any; |
@@ -0,0 +0,0 @@ export function arrayAdd(array: any, index: any, item: any): any[]; |
@@ -0,0 +0,0 @@ export default DragAndDropContext; |
@@ -0,0 +0,0 @@ export default FormEditorContext; |
export { default as DragAndDropContext } from "./DragAndDropContext"; | ||
export { default as FormEditorContext } from "./FormEditorContext"; |
export { default as useService } from "./useService"; | ||
export { default as usePrevious } from "./usePrevious"; | ||
export { default as useDebounce } from "./useDebounce"; |
export default function useDebounce(fn: any, dependencies?: any[]): any; |
export default function usePrevious(value: any): any; |
export default function _default(type: any, strict: any): any; |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@bpmn-io/form-js-editor", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "Edit forms - powered by bpmn.io", | ||
@@ -44,3 +44,3 @@ "exports": { | ||
"dependencies": { | ||
"@bpmn-io/form-js-viewer": "^0.5.1", | ||
"@bpmn-io/form-js-viewer": "^0.6.0", | ||
"array-move": "^3.0.1", | ||
@@ -59,3 +59,3 @@ "dragula": "^3.7.3", | ||
], | ||
"gitHead": "48fb3d4ffb270518592377c79ddbad1474859566" | ||
"gitHead": "37498a3b4097c4905deb3ee6f0ccd35935a9001a" | ||
} |
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
784968
81
9162
+ Added@bpmn-io/form-js-viewer@0.6.0(transitive)
- Removed@bpmn-io/form-js-viewer@0.5.1(transitive)