@bpmn-io/form-js-viewer 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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -6332,7 +6332,7 @@ function FormComponent(props) {
|
|
|
6332
6332
|
const formFields = [/* Input */
|
|
6333
6333
|
Textfield, Textarea, Numberfield, Datetime, ExpressionField, FilePicker, /* Selection */
|
|
6334
6334
|
Checkbox, Checklist, Radio, Select, Taglist, /* Presentation */
|
|
6335
|
-
Text, Image, Table, Html, Spacer, Separator,
|
|
6335
|
+
Text, Image, Table, Html, DocumentPreview, Spacer, Separator, /* Containers */
|
|
6336
6336
|
Group, DynamicList, IFrame, /* Other */
|
|
6337
6337
|
Button, Default];
|
|
6338
6338
|
|