@bpmn-io/form-js-viewer
Advanced tools
Comparing version 1.8.1 to 1.8.3
@@ -8,2 +8,3 @@ export function ExpressionField(props: any): any; | ||
export let keyed: boolean; | ||
export let emptyValue: any; | ||
export let escapeGridRender: boolean; | ||
@@ -10,0 +11,0 @@ export function create(options?: {}): { |
@@ -12,2 +12,8 @@ export function focusRelevantFlatpickerDay(flatpickrInstance: any): void; | ||
export function isInvalidDateString(value: any): boolean; | ||
export function getNullDateTime(): { | ||
date: Date; | ||
time: any; | ||
}; | ||
export function isValidDate(date: any): boolean; | ||
export function isValidTime(time: any): boolean; | ||
export const ENTER_KEYDOWN_EVENT: KeyboardEvent; |
@@ -13,3 +13,2 @@ export { useCondition } from "./useCondition"; | ||
export { useFlushDebounce } from "./useFlushDebounce"; | ||
export { useEffectOnChange } from "./useEffectOnChange"; | ||
export { useDeepCompareMemoize } from "./useDeepCompareMemoize"; | ||
@@ -16,0 +15,0 @@ export { useSingleLineTemplateEvaluation } from "./useSingleLineTemplateEvaluation"; |
{ | ||
"name": "@bpmn-io/form-js-viewer", | ||
"version": "1.8.1", | ||
"version": "1.8.3", | ||
"description": "View forms - powered by bpmn.io", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/index.es.js", | ||
@@ -67,3 +68,3 @@ "require": "./dist/index.cjs" | ||
], | ||
"gitHead": "98d0c362ba37b809703027173c58441c1a2af5c2" | ||
"gitHead": "5b065bf91f29907ff39fee7f4252d639890bb84f" | ||
} |
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
23858
1930366
116