@bpmn-io/form-js-viewer
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.10
declare class Validator { | ||
constructor(expressionLanguage: any, conditionChecker: any, form: any); | ||
_expressionLanguage: any; | ||
_conditionChecker: any; | ||
_form: any; | ||
validateField(field: any, value: any): any[]; | ||
} | ||
declare namespace Validator { | ||
const $inject: any[]; | ||
const $inject: string[]; | ||
} | ||
export default Validator; |
@@ -120,2 +120,24 @@ /** | ||
expressionLanguage: (string | typeof import("./features/expression-language").FeelExpressionLanguage)[]; | ||
/** | ||
* @typedef { import('./types').Injector } Injector | ||
* @typedef { import('./types').Data } Data | ||
* @typedef { import('./types').Errors } Errors | ||
* @typedef { import('./types').Schema } Schema | ||
* @typedef { import('./types').FormProperties } FormProperties | ||
* @typedef { import('./types').FormProperty } FormProperty | ||
* @typedef { import('./types').FormEvent } FormEvent | ||
* @typedef { import('./types').FormOptions } FormOptions | ||
* | ||
* @typedef { { | ||
* data: Data, | ||
* initialData: Data, | ||
* errors: Errors, | ||
* properties: FormProperties, | ||
* schema: Schema | ||
* } } State | ||
* | ||
* @typedef { (type:FormEvent, priority:number, handler:Function) => void } OnEventWithPriority | ||
* @typedef { (type:FormEvent, handler:Function) => void } OnEventWithOutPriority | ||
* @typedef { OnEventWithPriority & OnEventWithOutPriority } OnEventType | ||
*/ | ||
templating: (string | typeof import("./features/expression-language").FeelersTemplating)[]; | ||
@@ -122,0 +144,0 @@ conditionChecker: (string | typeof import("./features/expression-language").ConditionChecker)[]; |
@@ -0,0 +0,0 @@ import { Injector } from 'didi'; |
@@ -5,2 +5,3 @@ export function getValuesSource(field: any): string; | ||
const INPUT: string; | ||
const EXPRESSION: string; | ||
} | ||
@@ -7,0 +8,0 @@ export const VALUES_SOURCE_DEFAULT: string; |
{ | ||
"name": "@bpmn-io/form-js-viewer", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.10", | ||
"description": "View forms - powered by bpmn.io", | ||
@@ -65,3 +65,3 @@ "exports": { | ||
], | ||
"gitHead": "5b714f952e6f153644e8fbbfd6bc983d90fac62b" | ||
"gitHead": "c25345d41c11ad8d9095ba98e0d663bdb636ce64" | ||
} |
@@ -0,0 +0,0 @@ # @bpmn-io/form-js-viewer |
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
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
84
16435
1226348