dynamic-mui 1.0.67 → 1.0.69

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 (35) hide show
  1. package/build/asset-manifest.json +3 -3
  2. package/build/index.html +1 -1
  3. package/build/static/js/main.b9f075ec.js +185 -0
  4. package/build/static/js/{main.4dbadf17.js.LICENSE.txt → main.b9f075ec.js.LICENSE.txt} +8 -0
  5. package/build/static/js/main.b9f075ec.js.map +1 -0
  6. package/dist-modules/components/DynamicComponent.js +1 -1
  7. package/dist-modules/components/FormGenerator.js +8 -13
  8. package/dist-modules/components/charts/Bar/bar.js +2 -2
  9. package/dist-modules/components/charts/Line/line.js +2 -2
  10. package/dist-modules/components/charts/Mixchart/mixChart.js +4 -4
  11. package/dist-modules/components/charts/Pie/pie.js +2 -2
  12. package/dist-modules/components/controls/CheckBox/checkbox.js +2 -2
  13. package/dist-modules/components/controls/DataTable/datatable.js +1 -1
  14. package/dist-modules/components/controls/DateTime/datetime.js +5 -5
  15. package/dist-modules/components/controls/DateTimePicker/datetimepicker.js +5 -5
  16. package/dist-modules/components/controls/Radio/radio.js +2 -2
  17. package/dist-modules/components/controls/Select/select.js +16 -17
  18. package/dist-modules/components/controls/Stepper/stepper.js +5 -5
  19. package/dist-modules/components/controls/Switch/switch.js +2 -2
  20. package/dist-modules/components/controls/TextField/textfield.js +2 -2
  21. package/dist-modules/components/controls/TimePicker/timepicker.js +5 -5
  22. package/dist-modules/components/controls/Typography/typography.js +2 -2
  23. package/dist-modules/components/controls/index.js +1 -1
  24. package/dist-modules/util/helper.js +7 -8
  25. package/dist-modules/util/stepperComponents.js +1 -1
  26. package/dist-modules/util/useUpdateEffect.js +1 -1
  27. package/dist-modules/util/validation.js +1 -1
  28. package/docs/asset-manifest.json +2 -2
  29. package/docs/build/bundle.036bacf5.js +184 -0
  30. package/docs/build/{bundle.ee4fe2f2.js.LICENSE.txt → bundle.036bacf5.js.LICENSE.txt} +8 -0
  31. package/docs/index.html +1 -1
  32. package/package.json +27 -27
  33. package/build/static/js/main.4dbadf17.js +0 -3
  34. package/build/static/js/main.4dbadf17.js.map +0 -1
  35. package/docs/build/bundle.ee4fe2f2.js +0 -2
@@ -65,6 +65,14 @@
65
65
  * LICENSE file in the root directory of this source tree.
66
66
  */
67
67
 
68
+ /**
69
+ * @mui/styled-engine v6.1.8
70
+ *
71
+ * @license MIT
72
+ * This source code is licensed under the MIT license found in the
73
+ * LICENSE file in the root directory of this source tree.
74
+ */
75
+
68
76
  /** @license React v16.13.1
69
77
  * react-is.production.min.js
70
78
  *