@bpmn-io/form-js-viewer
Advanced tools
Comparing version 0.10.0-alpha.3 to 0.10.0
@@ -12,2 +12,2 @@ declare function Checklist(props: any): import("preact").JSX.Element; | ||
declare const type: "checklist"; | ||
import { sanitizeMultiSelectValue } from "../Util"; | ||
import { sanitizeMultiSelectValue } from "../util/sanitizerUtil"; |
@@ -12,2 +12,2 @@ declare function Radio(props: any): import("preact").JSX.Element; | ||
declare const type: "radio"; | ||
import { sanitizeSingleSelectValue } from "../Util"; | ||
import { sanitizeSingleSelectValue } from "../util/sanitizerUtil"; |
@@ -12,2 +12,2 @@ declare function Select(props: any): import("preact").JSX.Element; | ||
declare const type: "select"; | ||
import { sanitizeSingleSelectValue } from "../Util"; | ||
import { sanitizeSingleSelectValue } from "../util/sanitizerUtil"; |
@@ -12,2 +12,2 @@ declare function Taglist(props: any): import("preact").JSX.Element; | ||
declare const type: "taglist"; | ||
import { sanitizeMultiSelectValue } from "../Util"; | ||
import { sanitizeMultiSelectValue } from "../util/sanitizerUtil"; |
export const formFields: (typeof Image)[]; | ||
export * from "./icons"; | ||
import Button from "./form-fields/Button"; | ||
@@ -6,2 +7,3 @@ import Checkbox from "./form-fields/Checkbox"; | ||
import Default from "./form-fields/Default"; | ||
import Datetime from "./form-fields/Datetime"; | ||
import FormComponent from "./FormComponent"; | ||
@@ -16,2 +18,2 @@ import Image from "./form-fields/Image"; | ||
import Textarea from "./form-fields/Textarea"; | ||
export { Button, Checkbox, Checklist, Default, FormComponent, Image, Numberfield, Radio, Select, Taglist, Text, Textfield, Textarea }; | ||
export { Button, Checkbox, Checklist, Default, Datetime, FormComponent, Image, Numberfield, Radio, Select, Taglist, Text, Textfield, Textarea }; |
@@ -18,3 +18,1 @@ export function formFieldClasses(type: any, { errors, disabled }?: { | ||
export function safeImageSource(src: string): string; | ||
export function sanitizeSingleSelectValue(options: any): any; | ||
export function sanitizeMultiSelectValue(options: any): any; |
@@ -15,1 +15,2 @@ /** | ||
export function getExpressionVariableNames(expression: string): string[]; | ||
export function isExpression(value: any): boolean; |
@@ -23,3 +23,4 @@ export function findErrors(errors: any, path: any): any; | ||
export function getSchemaVariables(schema: any): string[]; | ||
export * from "./constants"; | ||
export * from "./injector"; | ||
export * from "./form"; |
{ | ||
"name": "@bpmn-io/form-js-viewer", | ||
"version": "0.10.0-alpha.3", | ||
"version": "0.10.0", | ||
"description": "View forms - powered by bpmn.io", | ||
@@ -11,2 +11,3 @@ "exports": { | ||
"./dist/assets/form-js.css": "./dist/assets/form-js.css", | ||
"./dist/assets/flatpickr/light.css": "./dist/assets/flatpickr/light.css", | ||
"./package.json": "./package.json" | ||
@@ -47,2 +48,3 @@ }, | ||
"feelin": "^0.41.0", | ||
"flatpickr": "^4.6.13", | ||
"ids": "^1.0.0", | ||
@@ -59,3 +61,3 @@ "min-dash": "^4.0.0", | ||
], | ||
"gitHead": "9ad2c7ba06cc208ba956e6db4bdfb71b510d38c7" | ||
"gitHead": "7e5b431f2e37ecaf23a8e10b647fbdfc25eb4b22" | ||
} |
@@ -63,2 +63,3 @@ # @bpmn-io/form-js-viewer | ||
<link href="https://unpkg.com/@bpmn-io/form-js/dist/assets/form-js.css" rel="stylesheet"> | ||
<link href="https://unpkg.com/@bpmn-io/form-js/dist/assets/flatpickr/light.css" rel="stylesheet"> | ||
``` | ||
@@ -65,0 +66,0 @@ |
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
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
849475
68
10268
166
10
+ Addedflatpickr@^4.6.13
+ Addedflatpickr@4.6.13(transitive)