@bpmn-io/form-js-editor 0.11.0 → 0.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ declare class ValidateBehavior {
2
+ constructor(eventBus: any);
3
+ }
4
+ declare namespace ValidateBehavior {
5
+ const $inject: string[];
6
+ }
7
+ export default ValidateBehavior;
@@ -2,7 +2,9 @@ declare namespace _default {
2
2
  const __init__: string[];
3
3
  const idBehavior: (string | typeof IdBehavior)[];
4
4
  const keyBehavior: (string | typeof KeyBehavior)[];
5
+ const validateBehavior: (string | typeof ValidateBehavior)[];
5
6
  }
6
7
  export default _default;
7
8
  import IdBehavior from "./IdBehavior";
8
9
  import KeyBehavior from "./KeyBehavior";
10
+ import ValidateBehavior from "./ValidateBehavior";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/form-js-editor",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Edit forms - powered by bpmn.io",
5
5
  "exports": {
6
6
  ".": {
@@ -58,5 +58,5 @@
58
58
  "files": [
59
59
  "dist"
60
60
  ],
61
- "gitHead": "52306e35cfe570e29df0c416b6ba2445a70a01fe"
61
+ "gitHead": "2e4734eae1e244d6a4b728893cd86c2f4de402e2"
62
62
  }