@formio/js 5.0.0-rc.71 → 5.0.0-rc.73

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/dist/formio.embed.js +1 -1
  2. package/dist/formio.embed.min.js +1 -1
  3. package/dist/formio.embed.min.js.LICENSE.txt +1 -1
  4. package/dist/formio.form.js +13 -13
  5. package/dist/formio.form.min.js +1 -1
  6. package/dist/formio.form.min.js.LICENSE.txt +1 -1
  7. package/dist/formio.full.js +13 -13
  8. package/dist/formio.full.min.js +1 -1
  9. package/dist/formio.full.min.js.LICENSE.txt +1 -1
  10. package/dist/formio.js +3 -3
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +1 -1
  13. package/dist/formio.utils.js +3 -3
  14. package/dist/formio.utils.min.js +1 -1
  15. package/dist/formio.utils.min.js.LICENSE.txt +1 -1
  16. package/lib/cjs/PDF.js +1 -1
  17. package/lib/cjs/Webform.js +0 -1
  18. package/lib/cjs/components/_classes/nested/NestedComponent.js +2 -1
  19. package/lib/cjs/components/datagrid/DataGrid.d.ts +0 -1
  20. package/lib/cjs/components/datagrid/DataGrid.js +0 -8
  21. package/lib/cjs/components/datamap/DataMap.js +1 -1
  22. package/lib/cjs/components/editgrid/EditGrid.js +1 -5
  23. package/lib/cjs/components/file/File.js +4 -0
  24. package/lib/cjs/templates/Templates.js +1 -1
  25. package/lib/mjs/PDF.js +1 -1
  26. package/lib/mjs/Webform.js +0 -1
  27. package/lib/mjs/components/_classes/nested/NestedComponent.js +2 -1
  28. package/lib/mjs/components/datagrid/DataGrid.d.ts +0 -1
  29. package/lib/mjs/components/datagrid/DataGrid.js +0 -8
  30. package/lib/mjs/components/datamap/DataMap.js +1 -1
  31. package/lib/mjs/components/editgrid/EditGrid.js +1 -5
  32. package/lib/mjs/components/file/File.js +4 -0
  33. package/lib/mjs/templates/Templates.js +1 -1
  34. package/package.json +2 -2
@@ -35,7 +35,7 @@
35
35
 
36
36
  /*! @license DOMPurify 3.1.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.5/LICENSE */
37
37
 
38
- /*! formiojs v5.0.0-rc.71 | https://unpkg.com/formiojs@5.0.0-rc.71/LICENSE.txt */
38
+ /*! formiojs v5.0.0-rc.73 | https://unpkg.com/formiojs@5.0.0-rc.73/LICENSE.txt */
39
39
 
40
40
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
41
41