@formio/js 5.0.0-rc.99 → 5.0.1-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) 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 +10 -20
  5. package/dist/formio.form.min.js +1 -1
  6. package/dist/formio.form.min.js.LICENSE.txt +1 -9
  7. package/dist/formio.full.js +11 -21
  8. package/dist/formio.full.min.js +1 -1
  9. package/dist/formio.full.min.js.LICENSE.txt +1 -9
  10. package/dist/formio.js +4 -4
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +1 -1
  13. package/dist/formio.utils.js +13 -13
  14. package/dist/formio.utils.min.js +1 -1
  15. package/dist/formio.utils.min.js.LICENSE.txt +5 -3
  16. package/lib/cjs/WebformBuilder.js +18 -6
  17. package/lib/cjs/Wizard.d.ts +0 -1
  18. package/lib/cjs/Wizard.js +16 -23
  19. package/lib/cjs/components/_classes/component/editForm/Component.edit.validation.js +1 -1
  20. package/lib/cjs/components/form/Form.js +4 -3
  21. package/lib/cjs/components/html/HTML.js +1 -1
  22. package/lib/cjs/components/number/fixtures/index.d.ts +2 -1
  23. package/lib/cjs/components/number/fixtures/index.js +2 -0
  24. package/lib/cjs/components/selectboxes/SelectBoxes.js +8 -1
  25. package/lib/mjs/WebformBuilder.js +18 -6
  26. package/lib/mjs/Wizard.d.ts +0 -1
  27. package/lib/mjs/Wizard.js +15 -22
  28. package/lib/mjs/components/_classes/component/editForm/Component.edit.validation.js +1 -1
  29. package/lib/mjs/components/form/Form.js +4 -3
  30. package/lib/mjs/components/html/HTML.js +1 -1
  31. package/lib/mjs/components/number/fixtures/index.d.ts +2 -1
  32. package/lib/mjs/components/number/fixtures/index.js +1 -0
  33. package/lib/mjs/components/selectboxes/SelectBoxes.js +8 -1
  34. package/package.json +3 -3
@@ -3,14 +3,6 @@
3
3
  * (c) 2024 Szymon Nowak | Released under the MIT license
4
4
  */
5
5
 
6
- /*!
7
- * dist/inputmask
8
- * https://github.com/RobinHerbots/Inputmask
9
- * Copyright (c) 2010 - 2023 Robin Herbots
10
- * Licensed under the MIT license
11
- * Version: 5.0.8
12
- */
13
-
14
6
  /*!
15
7
  * dist/inputmask
16
8
  * https://github.com/RobinHerbots/Inputmask
@@ -35,7 +27,7 @@
35
27
 
36
28
  /*! @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
29
 
38
- /*! formiojs v5.0.0-rc.99 | https://unpkg.com/formiojs@5.0.0-rc.99/LICENSE.txt */
30
+ /*! formiojs v5.0.1-rc.1 | https://unpkg.com/formiojs@5.0.1-rc.1/LICENSE.txt */
39
31
 
40
32
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
41
33