@formio/js 5.0.0-rc.42 → 5.0.0-rc.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) 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 +3687 -4873
  5. package/dist/formio.form.min.js +1 -1
  6. package/dist/formio.form.min.js.LICENSE.txt +2 -4
  7. package/dist/formio.full.js +4124 -5560
  8. package/dist/formio.full.min.js +1 -1
  9. package/dist/formio.full.min.js.LICENSE.txt +2 -4
  10. package/dist/formio.js +79 -89
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +1 -1
  13. package/dist/formio.utils.js +82 -146
  14. package/dist/formio.utils.min.js +1 -1
  15. package/dist/formio.utils.min.js.LICENSE.txt +2 -4
  16. package/lib/cjs/Webform.js +5 -7
  17. package/lib/cjs/components/_classes/component/Component.js +7 -3
  18. package/lib/cjs/components/_classes/nestedarray/NestedArrayComponent.js +1 -1
  19. package/lib/cjs/components/_classes/nesteddata/NestedDataComponent.js +1 -1
  20. package/lib/cjs/components/editgrid/EditGrid.js +1 -0
  21. package/lib/cjs/components/form/Form.js +9 -6
  22. package/lib/cjs/widgets/CalendarWidget.js +3 -2
  23. package/lib/cjs/widgets/InputWidget.js +2 -2
  24. package/lib/mjs/Webform.js +5 -7
  25. package/lib/mjs/components/_classes/component/Component.js +7 -3
  26. package/lib/mjs/components/_classes/nestedarray/NestedArrayComponent.js +1 -1
  27. package/lib/mjs/components/_classes/nesteddata/NestedDataComponent.js +1 -1
  28. package/lib/mjs/components/editgrid/EditGrid.js +1 -0
  29. package/lib/mjs/components/form/Form.js +7 -4
  30. package/lib/mjs/widgets/CalendarWidget.js +3 -2
  31. package/lib/mjs/widgets/InputWidget.js +2 -2
  32. package/package.json +11 -11
@@ -33,11 +33,9 @@
33
33
 
34
34
  /*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
35
35
 
36
- /*! @license DOMPurify 3.0.11 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.11/LICENSE */
36
+ /*! @license DOMPurify 3.1.0 | (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.0/LICENSE */
37
37
 
38
- /*! @license DOMPurify 3.0.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.6/LICENSE */
39
-
40
- /*! formiojs v5.0.0-rc.42 | https://unpkg.com/formiojs@5.0.0-rc.42/LICENSE.txt */
38
+ /*! formiojs v5.0.0-rc.43 | https://unpkg.com/formiojs@5.0.0-rc.43/LICENSE.txt */
41
39
 
42
40
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
43
41