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.8.0-alpha.1 to 0.8.0

dist/types/features/properties-panel/context/FormPropertiesPanelContext.d.ts

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 {

export default function Palette(props: any): any;

@@ -0,0 +0,0 @@ declare namespace _default {

@@ -0,0 +0,0 @@ declare namespace _default {

@@ -0,0 +0,0 @@ declare class Selection {

@@ -0,0 +0,0 @@ declare class SelectionBehavior {

@@ -135,2 +135,5 @@ export function exportSchema(schema: any, exporter: any, schemaVersion: any): any;

palette: (string | typeof import("./features/palette/PaletteRenderer").default)[];
} | {
__init__: string[];
propertiesPanel: (string | typeof import("./features/properties-panel/PropertiesPanelRenderer").default)[];
})[];

@@ -137,0 +140,0 @@ /**

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

@@ -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 function _default(type: any, strict: any): any;

@@ -0,0 +0,0 @@ declare namespace _default {

@@ -0,0 +0,0 @@ import { Injector } from 'didi';

10

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

@@ -45,8 +45,8 @@ "exports": {

"dependencies": {
"@bpmn-io/form-js-viewer": "^0.8.0-alpha.1",
"@bpmn-io/form-js-viewer": "^0.8.0",
"array-move": "^3.0.1",
"dragula": "^3.7.3",
"ids": "^1.0.0",
"min-dash": "^3.7.0",
"min-dom": "^3.1.3",
"min-dash": "^3.8.1",
"min-dom": "^3.2.1",
"preact": "^10.5.14"

@@ -60,3 +60,3 @@ },

],
"gitHead": "2be914efeefa050fb4692ac1a644557fc424917f"
"gitHead": "0d9bff2b98491fb96944135e78106cbf807c580a"
}

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

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