@formio/js 5.0.0-rc.94 → 5.0.0-rc.96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) 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 +25 -14
  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 +25 -14
  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 +195 -3
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +3 -1
  13. package/dist/formio.utils.js +16 -5
  14. package/dist/formio.utils.min.js +1 -1
  15. package/dist/formio.utils.min.js.LICENSE.txt +1 -1
  16. package/lib/cjs/Wizard.js +1 -1
  17. package/lib/cjs/components/_classes/nested/NestedComponent.js +3 -0
  18. package/lib/cjs/components/editgrid/EditGrid.js +6 -8
  19. package/lib/cjs/components/editgrid/fixtures/comp20.d.ts +43 -0
  20. package/lib/cjs/components/editgrid/fixtures/comp20.js +44 -0
  21. package/lib/cjs/components/editgrid/fixtures/index.d.ts +2 -1
  22. package/lib/cjs/components/editgrid/fixtures/index.js +3 -1
  23. package/lib/cjs/components/form/Form.js +1 -1
  24. package/lib/cjs/components/number/Number.js +7 -1
  25. package/lib/cjs/components/number/fixtures/index.js +1 -1
  26. package/lib/cjs/components/number/fixtures/scientificNotation.d.ts +14 -0
  27. package/lib/cjs/components/number/fixtures/scientificNotation.js +15 -0
  28. package/lib/cjs/components/select/Select.d.ts +1 -1
  29. package/lib/cjs/components/select/Select.js +13 -6
  30. package/lib/mjs/Wizard.js +1 -1
  31. package/lib/mjs/components/_classes/nested/NestedComponent.js +3 -0
  32. package/lib/mjs/components/editgrid/EditGrid.js +6 -8
  33. package/lib/mjs/components/editgrid/fixtures/comp20.d.ts +43 -0
  34. package/lib/mjs/components/editgrid/fixtures/comp20.js +42 -0
  35. package/lib/mjs/components/editgrid/fixtures/index.d.ts +2 -1
  36. package/lib/mjs/components/editgrid/fixtures/index.js +2 -1
  37. package/lib/mjs/components/form/Form.js +1 -1
  38. package/lib/mjs/components/number/Number.js +7 -1
  39. package/lib/mjs/components/number/fixtures/index.js +1 -1
  40. package/lib/mjs/components/number/fixtures/scientificNotation.d.ts +14 -0
  41. package/lib/mjs/components/number/fixtures/scientificNotation.js +13 -0
  42. package/lib/mjs/components/select/Select.d.ts +1 -1
  43. package/lib/mjs/components/select/Select.js +12 -5
  44. package/package.json +3 -3
@@ -35,7 +35,7 @@
35
35
 
36
36
  /*! @license DOMPurify 3.1.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.1.6/LICENSE */
37
37
 
38
- /*! formiojs v5.0.0-rc.94 | https://unpkg.com/formiojs@5.0.0-rc.94/LICENSE.txt */
38
+ /*! formiojs v5.0.0-rc.96 | https://unpkg.com/formiojs@5.0.0-rc.96/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