@bpmn-io/form-js-playground 1.13.0 → 1.13.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.
|
@@ -68419,7 +68419,7 @@
|
|
|
68419
68419
|
const formFields = [/* Input */
|
|
68420
68420
|
Textfield$1, Textarea, Numberfield, Datetime, ExpressionField, FilePicker, /* Selection */
|
|
68421
68421
|
Checkbox$1, Checklist, Radio, Select$1, Taglist, /* Presentation */
|
|
68422
|
-
Text$1, Image$1, Table, Html, Spacer, Separator,
|
|
68422
|
+
Text$1, Image$1, Table, Html, DocumentPreview, Spacer, Separator, /* Containers */
|
|
68423
68423
|
Group$1, DynamicList, IFrame, /* Other */
|
|
68424
68424
|
Button, Default];
|
|
68425
68425
|
class FormFields {
|
|
@@ -88570,7 +88570,7 @@
|
|
|
88570
88570
|
children: "If you're using the Camunda Tasklist, this variable is automatically added to the context for you."
|
|
88571
88571
|
}), o("p", {
|
|
88572
88572
|
children: ["For more details, see the", ' ', o("a", {
|
|
88573
|
-
href: "https://docs.camunda.io",
|
|
88573
|
+
href: "https://docs.camunda.io/docs/next/components/modeler/forms/form-element-library/forms-element-library-document-preview/",
|
|
88574
88574
|
rel: "noopener noreferrer",
|
|
88575
88575
|
target: "_blank",
|
|
88576
88576
|
children: "Camunda documentation"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bpmn-io/form-js-playground",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"description": "A form-js playground",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"url": "https://github.com/bpmn-io"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@bpmn-io/form-js-editor": "^1.13.
|
|
49
|
-
"@bpmn-io/form-js-viewer": "^1.13.
|
|
48
|
+
"@bpmn-io/form-js-editor": "^1.13.1",
|
|
49
|
+
"@bpmn-io/form-js-viewer": "^1.13.1",
|
|
50
50
|
"@codemirror/autocomplete": "^6.18.3",
|
|
51
51
|
"@codemirror/commands": "^6.7.1",
|
|
52
52
|
"@codemirror/lang-json": "^6.0.1",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"rollup-plugin-css-only": "^4.5.2",
|
|
72
72
|
"style-loader": "^4.0.0"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "bc8a9709133f283c7152ea62331bf2ff5cca0251"
|
|
75
75
|
}
|