dynamic-mui 0.1.8 → 1.0.0

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 (38) hide show
  1. package/README.md +24 -17
  2. package/dist-modules/App.js +1 -7
  3. package/dist-modules/App.test.js +0 -5
  4. package/dist-modules/components/DynamicComponent.js +1 -10
  5. package/dist-modules/components/FormGenerator.js +84 -50
  6. package/dist-modules/components/controls/CheckBox/checkbox.js +24 -31
  7. package/dist-modules/components/controls/DataTable/datatable.js +6 -15
  8. package/dist-modules/components/controls/DateTime/datetime.js +27 -35
  9. package/dist-modules/components/controls/DateTimePicker/datetimepicker.js +27 -35
  10. package/dist-modules/components/controls/Select/select.js +43 -57
  11. package/dist-modules/components/controls/Switch/switch.js +30 -40
  12. package/dist-modules/components/controls/TextField/textfield.js +36 -52
  13. package/dist-modules/components/controls/TimePicker/timepicker.js +27 -35
  14. package/dist-modules/components/controls/Typography/typography.js +4 -10
  15. package/dist-modules/components/controls/index.js +1 -16
  16. package/dist-modules/config/mui.js +1 -2
  17. package/dist-modules/data/checkbox.js +11 -5
  18. package/dist-modules/data/dataTable.js +3 -4
  19. package/dist-modules/data/dateTime.js +14 -12
  20. package/dist-modules/data/select.js +6 -6
  21. package/dist-modules/data/switch.js +11 -6
  22. package/dist-modules/data/textfield.js +6 -10
  23. package/dist-modules/index.js +2 -8
  24. package/dist-modules/reportWebVitals.js +6 -12
  25. package/dist-modules/util/helper.js +43 -66
  26. package/dist-modules/util/validation.js +1 -6
  27. package/docs/asset-manifest.json +7 -7
  28. package/docs/build/2.7bd877b6.js +2 -0
  29. package/docs/build/{2.22a7a8d1.js.LICENSE.txt → 2.7bd877b6.js.LICENSE.txt} +32 -46
  30. package/docs/build/main.728d1f56.js +1 -0
  31. package/docs/index.html +5 -4
  32. package/package.json +35 -34
  33. package/styleguide.config.js +49 -1
  34. package/themes/index.js +1 -1
  35. package/dist-modules/components/controls/DateRangePicker/daterangepicker.js +0 -74
  36. package/docs/build/2.22a7a8d1.js +0 -2
  37. package/docs/build/main.0638d2dd.js +0 -1
  38. /package/docs/build/{bundle.483fa668.js → bundle.039d7aef.js} +0 -0
@@ -4,13 +4,9 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
-
8
7
  var _validator = _interopRequireDefault(require("validator"));
9
-
10
8
  var _numeral = _interopRequireDefault(require("numeral"));
11
-
12
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
-
14
10
  var Validation = {
15
11
  email: function email(value, options) {
16
12
  return _validator.default.isEmail(value, options);
@@ -103,5 +99,4 @@ var Validation = {
103
99
  return (0, _numeral.default)(value).value() > -1;
104
100
  }
105
101
  };
106
- var _default = Validation;
107
- exports.default = _default;
102
+ var _default = exports.default = Validation;
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "files": {
3
- "main.js": "/DinakaranS/-dynamic-mui/build/main.0638d2dd.js",
4
- "runtime-main.js": "/DinakaranS/-dynamic-mui/build/bundle.483fa668.js",
5
- "build/2.22a7a8d1.js": "/DinakaranS/-dynamic-mui/build/2.22a7a8d1.js",
6
- "build/2.22a7a8d1.js.LICENSE.txt": "/DinakaranS/-dynamic-mui/build/2.22a7a8d1.js.LICENSE.txt",
3
+ "main.js": "/DinakaranS/-dynamic-mui/build/main.728d1f56.js",
4
+ "runtime-main.js": "/DinakaranS/-dynamic-mui/build/bundle.039d7aef.js",
5
+ "build/2.7bd877b6.js": "/DinakaranS/-dynamic-mui/build/2.7bd877b6.js",
6
+ "build/2.7bd877b6.js.LICENSE.txt": "/DinakaranS/-dynamic-mui/build/2.7bd877b6.js.LICENSE.txt",
7
7
  "index.html": "/DinakaranS/-dynamic-mui/index.html"
8
8
  },
9
9
  "entrypoints": [
10
- "build/bundle.483fa668.js",
11
- "build/2.22a7a8d1.js",
12
- "build/main.0638d2dd.js"
10
+ "build/bundle.039d7aef.js",
11
+ "build/2.7bd877b6.js",
12
+ "build/main.728d1f56.js"
13
13
  ]
14
14
  }