@formio/js 5.0.0-rc.28 → 5.0.0-rc.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) 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 +730 -2064
  5. package/dist/formio.form.min.js +1 -1
  6. package/dist/formio.form.min.js.LICENSE.txt +3 -1
  7. package/dist/formio.full.js +741 -1999
  8. package/dist/formio.full.min.js +1 -1
  9. package/dist/formio.full.min.js.LICENSE.txt +3 -1
  10. package/dist/formio.js +98 -2358
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +1 -3
  13. package/dist/formio.utils.js +131 -111
  14. package/dist/formio.utils.min.js +1 -1
  15. package/dist/formio.utils.min.js.LICENSE.txt +3 -1
  16. package/lib/cjs/CDN.d.ts +1 -1
  17. package/lib/cjs/CDN.js +2 -2
  18. package/lib/cjs/Embed.d.ts +15 -6
  19. package/lib/cjs/Embed.js +63 -19
  20. package/lib/cjs/Formio.d.ts +0 -1
  21. package/lib/cjs/Formio.js +27 -19
  22. package/lib/cjs/Webform.d.ts +3 -4
  23. package/lib/cjs/WebformBuilder.js +6 -6
  24. package/lib/cjs/Wizard.d.ts +3 -4
  25. package/lib/cjs/components/_classes/component/Component.d.ts +1 -1
  26. package/lib/cjs/components/_classes/component/Component.js +6 -6
  27. package/lib/cjs/components/_classes/nested/NestedComponent.js +2 -2
  28. package/lib/cjs/components/editgrid/EditGrid.js +2 -2
  29. package/lib/cjs/formio.form.js +1 -0
  30. package/lib/cjs/index.js +1 -0
  31. package/lib/cjs/templates/Templates.d.ts +1 -11
  32. package/lib/cjs/templates/Templates.js +4 -41
  33. package/lib/cjs/utils/index.d.ts +1 -0
  34. package/lib/cjs/utils/index.js +2 -0
  35. package/lib/mjs/CDN.d.ts +1 -1
  36. package/lib/mjs/CDN.js +2 -2
  37. package/lib/mjs/Embed.d.ts +15 -6
  38. package/lib/mjs/Embed.js +62 -13
  39. package/lib/mjs/Formio.d.ts +0 -1
  40. package/lib/mjs/Formio.js +11 -3
  41. package/lib/mjs/Webform.d.ts +3 -4
  42. package/lib/mjs/WebformBuilder.js +3 -3
  43. package/lib/mjs/Wizard.d.ts +3 -4
  44. package/lib/mjs/components/_classes/component/Component.d.ts +1 -1
  45. package/lib/mjs/components/_classes/component/Component.js +1 -1
  46. package/lib/mjs/components/_classes/nested/NestedComponent.js +1 -1
  47. package/lib/mjs/components/editgrid/EditGrid.js +1 -1
  48. package/lib/mjs/formio.form.js +1 -0
  49. package/lib/mjs/index.js +1 -0
  50. package/lib/mjs/templates/Templates.d.ts +1 -11
  51. package/lib/mjs/templates/Templates.js +4 -40
  52. package/lib/mjs/utils/index.d.ts +1 -0
  53. package/lib/mjs/utils/index.js +1 -0
  54. package/package.json +10 -10
@@ -17,9 +17,11 @@
17
17
 
18
18
  /*! @formio/choices.js v10.2.0 | © 2023 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
19
19
 
20
+ /*! @license DOMPurify 2.4.7 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.7/LICENSE */
21
+
20
22
  /*! @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 */
21
23
 
22
- /*! formiojs v5.0.0-rc.28 | https://unpkg.com/formiojs@5.0.0-rc.28/LICENSE.txt */
24
+ /*! formiojs v5.0.0-rc.29 | https://unpkg.com/formiojs@5.0.0-rc.29/LICENSE.txt */
23
25
 
24
26
  /**
25
27
  * @license