@bpmn-io/form-js-viewer
Advanced tools
Comparing version 1.12.0 to 1.13.0
@@ -17,4 +17,4 @@ /** | ||
import { Form } from './Form'; | ||
export const schemaVersion: 17; | ||
export const schemaVersion: 18; | ||
export { Form }; | ||
export { FormFieldRegistry, FormLayouter, Importer, FieldFactory, PathRegistry } from "./core"; |
@@ -1,1 +0,13 @@ | ||
export function Errors(props: any): import("preact").JSX.Element; | ||
/** | ||
* @typedef Props | ||
* @property {string} id | ||
* @property {string[]} errors | ||
* | ||
* @param {Props} props | ||
* @returns {import("preact").JSX.Element} | ||
*/ | ||
export function Errors(props: Props): import("preact").JSX.Element; | ||
export type Props = { | ||
id: string; | ||
errors: string[]; | ||
}; |
@@ -1,2 +0,2 @@ | ||
export const formFields: (typeof Button | typeof Default | typeof Datetime | typeof Group | typeof IFrame | typeof Image | typeof Radio | typeof Separator | typeof Spacer | typeof Html | typeof ExpressionField | typeof Table | typeof FilePicker)[]; | ||
export const formFields: (typeof Button | typeof Default | typeof Datetime | typeof Group | typeof IFrame | typeof Image | typeof Radio | typeof Separator | typeof Spacer | typeof Html | typeof ExpressionField | typeof Table | typeof FilePicker | typeof DocumentPreview)[]; | ||
export * from "./icons"; | ||
@@ -33,2 +33,3 @@ export * from "./Sanitizer"; | ||
import { FilePicker } from './form-fields/FilePicker'; | ||
export { Label, Description, Errors, Button, Checkbox, Checklist, Default, Datetime, FormComponent, FormField, Group, IFrame, DynamicList, Image, Numberfield, ExpressionField, Radio, Select, Separator, Spacer, Taglist, Text, Html, Textfield, Textarea, Table, FilePicker }; | ||
import { DocumentPreview } from './form-fields/DocumentPreview'; | ||
export { Label, Description, Errors, Button, Checkbox, Checklist, Default, Datetime, FormComponent, FormField, Group, IFrame, DynamicList, Image, Numberfield, ExpressionField, Radio, Select, Separator, Spacer, Taglist, Text, Html, Textfield, Textarea, Table, FilePicker, DocumentPreview }; |
{ | ||
"name": "@bpmn-io/form-js-viewer", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "View forms - powered by bpmn.io", | ||
@@ -69,3 +69,3 @@ "exports": { | ||
], | ||
"gitHead": "10334cbaca59fab5e6e224f901b3b08326233953" | ||
"gitHead": "82af423ed60e728ce0f2b5fe8fa3779f7895b7d2" | ||
} |
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 not supported yet
Sorry, the diff of this file is too big to display
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
Network access
Supply chain riskThis module accesses the network.
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
2076969
127
26065
2