Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bpmn-io/form-js-editor

Package Overview
Dependencies
Maintainers
9
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpmn-io/form-js-editor - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

0

dist/types/core/Debounce.d.ts

@@ -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;

@@ -0,0 +0,0 @@ export { default as CheckboxInput } from "./CheckboxInput";

export default function NumberInput(props: any): any;
export default function NumberInputEntry(props: any): any;
export default function Select(props: any): any;
export default function SelectEntry(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 DefaultValueEntry(props: any): any;
export default function DescriptionEntry(props: any): any;
export default function DisabledEntry(props: any): any;
export default function IdEntry(props: any): any;

@@ -0,0 +0,0 @@ export { default as ActionEntry } from "./ActionEntry";

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 {

4

package.json
{
"name": "@bpmn-io/form-js-editor",
"version": "0.6.0",
"version": "0.6.1",
"description": "Edit forms - powered by bpmn.io",

@@ -58,3 +58,3 @@ "exports": {

],
"gitHead": "37498a3b4097c4905deb3ee6f0ccd35935a9001a"
"gitHead": "5a39527809d6a6545e9e0893c44bfeb8144bbc7f"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc