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

@bpmn-io/form-js-viewer

Package Overview
Dependencies
Maintainers
0
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.12.0 to 1.13.0

dist/types/render/components/form-fields/DocumentPreview.d.ts

2

dist/types/index.d.ts

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

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