@bpmn-io/form-js-viewer
Advanced tools
Comparing version 0.9.7 to 0.9.8
export {}; |
@@ -0,0 +0,0 @@ declare class FormFieldRegistry { |
@@ -0,0 +0,0 @@ export { FormFieldRegistry }; |
@@ -0,0 +0,0 @@ declare class Validator { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ declare class Importer { |
@@ -0,0 +0,0 @@ declare namespace _default { |
@@ -0,0 +0,0 @@ /** |
export default function Description(props: any): import("preact").JSX.Element; |
export default function Errors(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Button(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Checkbox(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Checklist(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Default(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Number(props: any): import("preact").JSX.Element; |
export default function DropdownList(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Radio(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Select(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Taglist(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Text(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ declare function Textfield(props: any): import("preact").JSX.Element; |
export default function FormComponent(props: any): import("preact").JSX.Element; |
export default function FormField(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ export const formFields: (typeof Button | typeof Default | typeof Radio | typeof Text)[]; |
export default function Label(props: any): import("preact").JSX.Element; |
export default function PoweredBy(props: any): import("preact").JSX.Element; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export function formFieldClasses(type: any, errors?: any[]): string; |
@@ -0,0 +0,0 @@ export default FormContext; |
@@ -0,0 +0,0 @@ export default FormRenderContext; |
export { default as FormRenderContext } from "./FormRenderContext"; | ||
export { default as FormContext } from "./FormContext"; |
@@ -0,0 +0,0 @@ export default class FormFields { |
export default function useKeyDownAction(targetKey: any, action: any, listenerElement?: Window & typeof globalThis): void; |
export default function _default(type: any, strict: any): any; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export { FormFields }; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export function findErrors(errors: any, path: any): any; |
export function createInjector(bootstrapModules: any): Injector; | ||
import { Injector } from "didi"; |
{ | ||
"name": "@bpmn-io/form-js-viewer", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"description": "View forms - powered by bpmn.io", | ||
@@ -45,3 +45,3 @@ "exports": { | ||
"ids": "^1.0.0", | ||
"min-dash": "^3.8.1", | ||
"min-dash": "^4.0.0", | ||
"preact": "^10.5.14", | ||
@@ -56,3 +56,3 @@ "preact-markup": "^2.1.1" | ||
], | ||
"gitHead": "1a03c0cf4e21c658387d9f7f52887dd8e0ffc925" | ||
"gitHead": "357dfcdd0c046494c54e26b35e415e0e688f8f7c" | ||
} |
417813
+ Addedmin-dash@4.2.2(transitive)
- Removedmin-dash@3.8.1(transitive)
Updatedmin-dash@^4.0.0