@formio/js 5.0.0-dev.5643.17b8168 → 5.0.0-dev.5646.8734cf4
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/Changelog.md +1 -0
- package/dist/formio.form.js +23 -24
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +23 -24
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.js +1 -1
- package/dist/formio.min.js +1 -1
- package/dist/formio.utils.js +3 -3
- package/dist/formio.utils.min.js +1 -1
- package/lib/cjs/components/datagrid/fixtures/comp9.d.ts +81 -0
- package/lib/cjs/components/datagrid/fixtures/comp9.js +87 -0
- package/lib/cjs/components/datagrid/fixtures/index.d.ts +2 -2
- package/lib/cjs/components/datagrid/fixtures/index.js +3 -3
- package/lib/cjs/components/file/File.js +1 -2
- package/lib/cjs/components/radio/Radio.js +2 -3
- package/lib/cjs/utils/conditionOperators/IsEmptyValue.js +4 -3
- package/lib/cjs/utils/conditionOperators/IsEqualTo.js +3 -3
- package/lib/cjs/utils/utils.d.ts +0 -10
- package/lib/cjs/utils/utils.js +59 -7
- package/lib/mjs/components/datagrid/fixtures/comp9.d.ts +81 -0
- package/lib/mjs/components/datagrid/fixtures/comp9.js +85 -0
- package/lib/mjs/components/datagrid/fixtures/index.d.ts +2 -2
- package/lib/mjs/components/datagrid/fixtures/index.js +2 -2
- package/lib/mjs/components/file/File.js +1 -2
- package/lib/mjs/components/radio/Radio.js +2 -3
- package/lib/mjs/utils/conditionOperators/IsEmptyValue.js +3 -3
- package/lib/mjs/utils/conditionOperators/IsEqualTo.js +1 -1
- package/lib/mjs/utils/utils.d.ts +0 -10
- package/lib/mjs/utils/utils.js +58 -7
- package/package.json +2 -2
- package/lib/cjs/components/datagrid/fixtures/comp-with-checkboxes.d.ts +0 -29
- package/lib/cjs/components/datagrid/fixtures/comp-with-checkboxes.js +0 -36
- package/lib/mjs/components/datagrid/fixtures/comp-with-checkboxes.d.ts +0 -29
- package/lib/mjs/components/datagrid/fixtures/comp-with-checkboxes.js +0 -34
package/Changelog.md
CHANGED
|
@@ -261,6 +261,7 @@ Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/e
|
|
|
261
261
|
- made Formio available globally
|
|
262
262
|
- FIO-8027 added new Captcha provider
|
|
263
263
|
- FIO-8281: fixed selectData property for multiple select component
|
|
264
|
+
- FIO-8420: file component no defaults causes error
|
|
264
265
|
|
|
265
266
|
## 5.0.0-rc.37
|
|
266
267
|
### Fixed
|