@formio/js 5.0.0-rc.93 → 5.0.0-rc.95

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