@bpmn-io/form-js-editor
Advanced tools
Comparing version 0.8.0 to 0.9.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 { |
export default function Palette(props: any): any; |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export default PropertiesPanelContext; |
export { default as FormPropertiesPanelContext } from "./FormPropertiesPanelContext"; |
@@ -0,0 +0,0 @@ export default function ActionEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function ColumnsEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function CustomValueEntry(props: any): { |
export default function DefaultOptionEntry(props: any): any[]; |
@@ -0,0 +0,0 @@ export default function DescriptionEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function DisabledEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function IdEntry(props: any): { |
@@ -0,0 +0,0 @@ export { default as ActionEntry } from "./ActionEntry"; |
@@ -0,0 +0,0 @@ export default function InputKeyValuesSourceEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function KeyEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function LabelEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function StaticValuesSourceEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function TextEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function ValueEntry(props: any): { |
@@ -0,0 +0,0 @@ export default function ValuesSourceSelectEntry(props: any): { |
@@ -0,0 +0,0 @@ export function getValuesSource(field: any): string; |
@@ -0,0 +0,0 @@ export default function CustomValuesGroup(field: any, editField: any): { |
@@ -0,0 +0,0 @@ export default function GeneralGroup(field: any, editField: any): { |
@@ -0,0 +0,0 @@ export { default as GeneralGroup } from "./GeneralGroup"; |
@@ -0,0 +0,0 @@ export default function ValidationGroup(field: any, editField: any): { |
export default function ValuesGroups(field: any, editField: any): any[]; |
export { default as useService } from "./usePropertiesPanelService"; |
export default function _default(type: any, strict: any): any; |
@@ -0,0 +0,0 @@ declare namespace _default { |
export default function FormPropertiesPanel(props: any): any; |
@@ -0,0 +0,0 @@ export namespace PropertiesPanelHeaderProvider { |
@@ -0,0 +0,0 @@ export namespace PropertiesPanelPlaceholderProvider { |
@@ -0,0 +0,0 @@ /** |
@@ -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 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 { |
@@ -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 @@ /** |
@@ -0,0 +0,0 @@ import { Injector } from 'didi'; |
{ | ||
"name": "@bpmn-io/form-js-editor", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "Edit forms - powered by bpmn.io", | ||
@@ -45,3 +45,3 @@ "exports": { | ||
"dependencies": { | ||
"@bpmn-io/form-js-viewer": "^0.8.0", | ||
"@bpmn-io/form-js-viewer": "^0.9.0", | ||
"array-move": "^3.0.1", | ||
@@ -60,3 +60,3 @@ "dragula": "^3.7.3", | ||
], | ||
"gitHead": "0d9bff2b98491fb96944135e78106cbf807c580a" | ||
"gitHead": "10ea539989ea857adc7511e5f1a80a99c7ec96b1" | ||
} |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14246
0
1081399
+ Added@bpmn-io/form-js-viewer@0.9.9(transitive)
+ Addeddidi@9.0.2(transitive)
+ Addedmin-dash@4.2.2(transitive)
- Removed@bpmn-io/form-js-viewer@0.8.0(transitive)
- Removeddidi@8.0.2(transitive)