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
9
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.0.0-alpha.9 to 1.0.0-alpha.10

dist/types/render/components/form-fields/parts/TemplatedInputAdorner.d.ts

6

dist/types/core/Validator.d.ts
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;

4

package.json
{
"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

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