@bpmn-io/form-js-editor 1.8.1 → 1.8.2
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.
|
@@ -14,6 +14,10 @@ export function textToLabel(text: any): string;
|
|
|
14
14
|
* @param {string} path
|
|
15
15
|
*/
|
|
16
16
|
export function isValidDotPath(path: string): boolean;
|
|
17
|
+
/**
|
|
18
|
+
* @param {string} path
|
|
19
|
+
*/
|
|
20
|
+
export function isProhibitedPath(path: string): boolean;
|
|
17
21
|
export function hasEntryConfigured(formFieldDefinition: any, entryId: any): any;
|
|
18
22
|
export function hasOptionsGroupsConfigured(formFieldDefinition: any): any;
|
|
19
23
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmn-io/form-js-editor",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Edit forms - powered by bpmn.io",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"files": [
|
|
63
63
|
"dist"
|
|
64
64
|
],
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "b2a7445d094381999756e3d08b252e00db30f05f"
|
|
66
66
|
}
|