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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) 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 +214 -1599
  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 +226 -1535
  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 +83 -2353
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +1 -3
  13. package/dist/formio.utils.min.js +1 -1
  14. package/dist/formio.utils.min.js.LICENSE.txt +1 -1
  15. package/lib/cjs/CDN.d.ts +1 -1
  16. package/lib/cjs/CDN.js +2 -2
  17. package/lib/cjs/Embed.d.ts +17 -8
  18. package/lib/cjs/Embed.js +65 -21
  19. package/lib/cjs/Formio.d.ts +0 -1
  20. package/lib/cjs/Formio.js +27 -19
  21. package/lib/cjs/Webform.d.ts +3 -4
  22. package/lib/cjs/WebformBuilder.js +6 -6
  23. package/lib/cjs/Wizard.d.ts +3 -4
  24. package/lib/cjs/components/_classes/component/Component.d.ts +1 -1
  25. package/lib/cjs/components/_classes/component/Component.js +6 -6
  26. package/lib/cjs/components/_classes/nested/NestedComponent.js +2 -2
  27. package/lib/cjs/components/editgrid/EditGrid.js +2 -2
  28. package/lib/cjs/formio.form.js +1 -0
  29. package/lib/cjs/index.js +1 -0
  30. package/lib/cjs/templates/Templates.d.ts +1 -11
  31. package/lib/cjs/templates/Templates.js +4 -41
  32. package/lib/cjs/utils/index.d.ts +1 -0
  33. package/lib/cjs/utils/index.js +2 -0
  34. package/lib/mjs/CDN.d.ts +1 -1
  35. package/lib/mjs/CDN.js +2 -2
  36. package/lib/mjs/Embed.d.ts +17 -8
  37. package/lib/mjs/Embed.js +64 -15
  38. package/lib/mjs/Formio.d.ts +0 -1
  39. package/lib/mjs/Formio.js +11 -3
  40. package/lib/mjs/Webform.d.ts +3 -4
  41. package/lib/mjs/WebformBuilder.js +3 -3
  42. package/lib/mjs/Wizard.d.ts +3 -4
  43. package/lib/mjs/components/_classes/component/Component.d.ts +1 -1
  44. package/lib/mjs/components/_classes/component/Component.js +1 -1
  45. package/lib/mjs/components/_classes/nested/NestedComponent.js +1 -1
  46. package/lib/mjs/components/editgrid/EditGrid.js +1 -1
  47. package/lib/mjs/formio.form.js +1 -0
  48. package/lib/mjs/index.js +1 -0
  49. package/lib/mjs/templates/Templates.d.ts +1 -11
  50. package/lib/mjs/templates/Templates.js +4 -40
  51. package/lib/mjs/utils/index.d.ts +1 -0
  52. package/lib/mjs/utils/index.js +1 -0
  53. package/package.json +11 -11
@@ -19,7 +19,7 @@
19
19
 
20
20
  /*! @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
21
 
22
- /*! formiojs v5.0.0-rc.28 | https://unpkg.com/formiojs@5.0.0-rc.28/LICENSE.txt */
22
+ /*! formiojs v5.0.0-rc.30 | https://unpkg.com/formiojs@5.0.0-rc.30/LICENSE.txt */
23
23
 
24
24
  /**
25
25
  * @license