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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) 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 +22 -22
  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 +22 -22
  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 +5 -5
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +1 -1
  13. package/dist/formio.utils.js +14 -14
  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/form/Form.js +1 -1
  19. package/lib/cjs/components/radio/Radio.js +4 -3
  20. package/lib/cjs/components/select/Select.js +2 -2
  21. package/lib/cjs/components/select/fixtures/comp28.d.ts +93 -0
  22. package/lib/cjs/components/select/fixtures/comp28.js +61 -0
  23. package/lib/cjs/components/select/fixtures/index.d.ts +2 -1
  24. package/lib/cjs/components/select/fixtures/index.js +3 -1
  25. package/lib/cjs/components/selectboxes/SelectBoxes.js +12 -0
  26. package/lib/mjs/Wizard.js +1 -1
  27. package/lib/mjs/components/_classes/nested/NestedComponent.js +3 -0
  28. package/lib/mjs/components/form/Form.js +1 -1
  29. package/lib/mjs/components/radio/Radio.js +4 -3
  30. package/lib/mjs/components/select/Select.js +2 -2
  31. package/lib/mjs/components/select/fixtures/comp28.d.ts +93 -0
  32. package/lib/mjs/components/select/fixtures/comp28.js +59 -0
  33. package/lib/mjs/components/select/fixtures/index.d.ts +2 -1
  34. package/lib/mjs/components/select/fixtures/index.js +2 -1
  35. package/lib/mjs/components/selectboxes/SelectBoxes.js +13 -1
  36. package/package.json +2 -2
@@ -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.95 | https://unpkg.com/formiojs@5.0.0-rc.95/LICENSE.txt */
38
+ /*! formiojs v5.0.0-rc.97 | https://unpkg.com/formiojs@5.0.0-rc.97/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