@bpmn-io/form-js-viewer 0.9.7 → 0.9.9
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.
- package/dist/index.cjs +24 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +24 -15
- package/dist/index.es.js.map +1 -1
- package/dist/types/Form.d.ts +4 -0
- package/package.json +3 -3
package/dist/types/Form.d.ts
CHANGED
|
@@ -115,6 +115,10 @@ export default class Form {
|
|
|
115
115
|
* @internal
|
|
116
116
|
*/
|
|
117
117
|
_onEvent(type: any, priority: any, handler: any): void;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
121
|
+
_getSubmitData(): any;
|
|
118
122
|
}
|
|
119
123
|
export type Injector = import('./types').Injector;
|
|
120
124
|
export type Data = import('./types').Data;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmn-io/form-js-viewer",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.9",
|
|
4
4
|
"description": "View forms - powered by bpmn.io",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"classnames": "^2.3.1",
|
|
43
43
|
"didi": "^9.0.0",
|
|
44
44
|
"ids": "^1.0.0",
|
|
45
|
-
"min-dash": "^
|
|
45
|
+
"min-dash": "^4.0.0",
|
|
46
46
|
"preact": "^10.5.14",
|
|
47
47
|
"preact-markup": "^2.1.1"
|
|
48
48
|
},
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"files": [
|
|
53
53
|
"dist"
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "a0c48668fabc92d210bd5675986715f262192d77"
|
|
56
56
|
}
|