@formio/js 5.0.0-rc.77 → 5.0.0-rc.79

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) 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 +21 -21
  5. package/dist/formio.form.min.js +1 -1
  6. package/dist/formio.form.min.js.LICENSE.txt +2 -2
  7. package/dist/formio.full.js +28 -28
  8. package/dist/formio.full.min.js +1 -1
  9. package/dist/formio.full.min.js.LICENSE.txt +2 -2
  10. package/dist/formio.js +3 -3
  11. package/dist/formio.min.js +1 -1
  12. package/dist/formio.min.js.LICENSE.txt +1 -1
  13. package/dist/formio.utils.js +12 -12
  14. package/dist/formio.utils.min.js +1 -1
  15. package/dist/formio.utils.min.js.LICENSE.txt +2 -2
  16. package/lib/cjs/Webform.js +5 -2
  17. package/lib/cjs/components/_classes/component/Component.js +2 -2
  18. package/lib/cjs/components/_classes/multivalue/Multivalue.d.ts +8 -0
  19. package/lib/cjs/components/_classes/multivalue/Multivalue.js +18 -12
  20. package/lib/cjs/components/day/Day.d.ts +5 -0
  21. package/lib/cjs/components/day/Day.js +52 -12
  22. package/lib/cjs/components/day/editForm/Day.edit.day.d.ts +17 -0
  23. package/lib/cjs/components/day/editForm/Day.edit.day.js +19 -0
  24. package/lib/cjs/components/day/editForm/Day.edit.month.d.ts +5 -0
  25. package/lib/cjs/components/day/editForm/Day.edit.month.js +19 -0
  26. package/lib/cjs/components/day/editForm/Day.edit.year.d.ts +5 -0
  27. package/lib/cjs/components/day/editForm/Day.edit.year.js +13 -0
  28. package/lib/cjs/components/radio/Radio.js +1 -1
  29. package/lib/cjs/components/select/Select.d.ts +38 -0
  30. package/lib/cjs/components/select/Select.js +15 -2
  31. package/lib/cjs/components/select/editForm/Select.edit.validation.js +2 -1
  32. package/lib/cjs/components/select/fixtures/comp25.d.ts +44 -0
  33. package/lib/cjs/components/select/fixtures/comp25.js +59 -0
  34. package/lib/cjs/components/select/fixtures/comp27.d.ts +18 -0
  35. package/lib/cjs/components/select/fixtures/comp27.js +19 -0
  36. package/lib/cjs/components/select/fixtures/index.d.ts +3 -1
  37. package/lib/cjs/components/select/fixtures/index.js +7 -1
  38. package/lib/cjs/components/selectboxes/SelectBoxes.js +1 -1
  39. package/lib/cjs/utils/conditionOperators/DateGreaterThan.js +2 -1
  40. package/lib/cjs/utils/conditionOperators/IsEmptyValue.js +2 -2
  41. package/lib/cjs/utils/conditionOperators/IsEqualTo.js +2 -2
  42. package/lib/cjs/utils/formUtils.d.ts +1 -2
  43. package/lib/cjs/utils/formUtils.js +2 -3
  44. package/lib/mjs/Webform.js +9 -2
  45. package/lib/mjs/components/_classes/component/Component.js +2 -2
  46. package/lib/mjs/components/_classes/multivalue/Multivalue.d.ts +8 -0
  47. package/lib/mjs/components/_classes/multivalue/Multivalue.js +18 -12
  48. package/lib/mjs/components/day/Day.d.ts +5 -0
  49. package/lib/mjs/components/day/Day.js +52 -12
  50. package/lib/mjs/components/day/editForm/Day.edit.day.d.ts +17 -0
  51. package/lib/mjs/components/day/editForm/Day.edit.day.js +16 -0
  52. package/lib/mjs/components/day/editForm/Day.edit.month.d.ts +5 -0
  53. package/lib/mjs/components/day/editForm/Day.edit.month.js +16 -0
  54. package/lib/mjs/components/day/editForm/Day.edit.year.d.ts +5 -0
  55. package/lib/mjs/components/day/editForm/Day.edit.year.js +10 -0
  56. package/lib/mjs/components/radio/Radio.js +1 -1
  57. package/lib/mjs/components/select/Select.d.ts +38 -0
  58. package/lib/mjs/components/select/Select.js +18 -3
  59. package/lib/mjs/components/select/editForm/Select.edit.validation.js +2 -1
  60. package/lib/mjs/components/select/fixtures/comp25.d.ts +44 -0
  61. package/lib/mjs/components/select/fixtures/comp25.js +57 -0
  62. package/lib/mjs/components/select/fixtures/comp27.d.ts +18 -0
  63. package/lib/mjs/components/select/fixtures/comp27.js +17 -0
  64. package/lib/mjs/components/select/fixtures/index.d.ts +3 -1
  65. package/lib/mjs/components/select/fixtures/index.js +4 -1
  66. package/lib/mjs/components/selectboxes/SelectBoxes.js +1 -1
  67. package/lib/mjs/utils/conditionOperators/DateGreaterThan.js +1 -1
  68. package/lib/mjs/utils/conditionOperators/IsEmptyValue.js +2 -2
  69. package/lib/mjs/utils/conditionOperators/IsEqualTo.js +2 -2
  70. package/lib/mjs/utils/formUtils.d.ts +1 -2
  71. package/lib/mjs/utils/formUtils.js +2 -2
  72. package/package.json +2 -2
@@ -33,9 +33,9 @@
33
33
 
34
34
  /*! @formio/choices.js v10.2.1 | © 2024 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
35
35
 
36
- /*! @license DOMPurify 3.1.5 | (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.5/LICENSE */
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.77 | https://unpkg.com/formiojs@5.0.0-rc.77/LICENSE.txt */
38
+ /*! formiojs v5.0.0-rc.79 | https://unpkg.com/formiojs@5.0.0-rc.79/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