@formio/js 5.0.0-rc.67 → 5.0.0-rc.68

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 (44) hide show
  1. package/dist/formio.builder.css +0 -1
  2. package/dist/formio.builder.min.css +1 -1
  3. package/dist/formio.embed.js +1 -1
  4. package/dist/formio.embed.min.js +1 -1
  5. package/dist/formio.embed.min.js.LICENSE.txt +1 -1
  6. package/dist/formio.form.css +0 -1
  7. package/dist/formio.form.js +5 -5
  8. package/dist/formio.form.min.css +1 -1
  9. package/dist/formio.form.min.js +1 -1
  10. package/dist/formio.form.min.js.LICENSE.txt +1 -1
  11. package/dist/formio.full.css +0 -1
  12. package/dist/formio.full.js +5 -5
  13. package/dist/formio.full.min.css +1 -1
  14. package/dist/formio.full.min.js +1 -1
  15. package/dist/formio.full.min.js.LICENSE.txt +1 -1
  16. package/dist/formio.js +2 -2
  17. package/dist/formio.min.js +1 -1
  18. package/dist/formio.min.js.LICENSE.txt +1 -1
  19. package/dist/formio.utils.min.js.LICENSE.txt +1 -1
  20. package/lib/cjs/components/datagrid/DataGrid.d.ts +9 -0
  21. package/lib/cjs/components/datagrid/DataGrid.js +49 -34
  22. package/lib/cjs/components/datagrid/fixtures/comp-with-reorder.d.ts +100 -0
  23. package/lib/cjs/components/datagrid/fixtures/comp-with-reorder.js +139 -0
  24. package/lib/cjs/components/datagrid/fixtures/index.d.ts +2 -1
  25. package/lib/cjs/components/datagrid/fixtures/index.js +3 -1
  26. package/lib/cjs/components/datamap/DataMap.js +2 -2
  27. package/lib/cjs/components/editgrid/EditGrid.js +2 -1
  28. package/lib/cjs/components/editgrid/fixtures/comp16.d.ts +52 -0
  29. package/lib/cjs/components/editgrid/fixtures/comp16.js +71 -0
  30. package/lib/cjs/components/editgrid/fixtures/index.d.ts +2 -1
  31. package/lib/cjs/components/editgrid/fixtures/index.js +3 -1
  32. package/lib/mjs/components/datagrid/DataGrid.d.ts +9 -0
  33. package/lib/mjs/components/datagrid/DataGrid.js +48 -33
  34. package/lib/mjs/components/datagrid/fixtures/comp-with-reorder.d.ts +100 -0
  35. package/lib/mjs/components/datagrid/fixtures/comp-with-reorder.js +137 -0
  36. package/lib/mjs/components/datagrid/fixtures/index.d.ts +2 -1
  37. package/lib/mjs/components/datagrid/fixtures/index.js +2 -1
  38. package/lib/mjs/components/datamap/DataMap.js +1 -1
  39. package/lib/mjs/components/editgrid/EditGrid.js +2 -1
  40. package/lib/mjs/components/editgrid/fixtures/comp16.d.ts +52 -0
  41. package/lib/mjs/components/editgrid/fixtures/comp16.js +69 -0
  42. package/lib/mjs/components/editgrid/fixtures/index.d.ts +2 -1
  43. package/lib/mjs/components/editgrid/fixtures/index.js +2 -1
  44. package/package.json +2 -2
@@ -35,7 +35,7 @@
35
35
 
36
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 */
37
37
 
38
- /*! formiojs v5.0.0-rc.67 | https://unpkg.com/formiojs@5.0.0-rc.67/LICENSE.txt */
38
+ /*! formiojs v5.0.0-rc.68 | https://unpkg.com/formiojs@5.0.0-rc.68/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
 
@@ -2531,7 +2531,6 @@ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("wof
2531
2531
  }
2532
2532
  .formio-form {
2533
2533
  position: relative;
2534
- min-height: 80px;
2535
2534
  }
2536
2535
 
2537
2536
  .formio-error-wrapper,