dynamic-mui 1.1.5 → 2.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 (108) hide show
  1. package/README.md +20 -5
  2. package/dist/components/DynamicComponent.d.ts +13 -0
  3. package/dist/components/FormGenerator.d.ts +38 -0
  4. package/dist/components/charts/Bar/bar.d.ts +3 -0
  5. package/dist/components/charts/Line/line.d.ts +3 -0
  6. package/dist/components/charts/Mixchart/mixChart.d.ts +3 -0
  7. package/dist/components/charts/Pie/pie.d.ts +3 -0
  8. package/dist/components/controls/Accordion/accordion.d.ts +3 -0
  9. package/dist/components/controls/Autocomplete/autocomplete.d.ts +3 -0
  10. package/dist/components/controls/CheckBox/checkbox.d.ts +4 -0
  11. package/dist/components/controls/Chip/chip.d.ts +3 -0
  12. package/dist/components/controls/DataTable/datatable.d.ts +3 -0
  13. package/dist/components/controls/DateTime/datetime.d.ts +3 -0
  14. package/dist/components/controls/DateTimePicker/datetimepicker.d.ts +3 -0
  15. package/dist/components/controls/Divider/divider.d.ts +3 -0
  16. package/dist/components/controls/Group/group.d.ts +3 -0
  17. package/dist/components/controls/ImageList/imagelist.d.ts +3 -0
  18. package/dist/components/controls/List/list.d.ts +3 -0
  19. package/dist/components/controls/MultiTextbox/multitextbox.d.ts +3 -0
  20. package/dist/components/controls/NumberField/numberfield.d.ts +3 -0
  21. package/dist/components/controls/Radio/radio.d.ts +4 -0
  22. package/dist/components/controls/Select/select.d.ts +3 -0
  23. package/dist/components/controls/Signature/signature.d.ts +3 -0
  24. package/dist/components/controls/Stepper/stepper.d.ts +9 -0
  25. package/dist/components/controls/Switch/switch.d.ts +4 -0
  26. package/dist/components/controls/Tabs/tabs.d.ts +3 -0
  27. package/dist/components/controls/TextField/textfield.d.ts +3 -0
  28. package/dist/components/controls/TimePicker/timepicker.d.ts +3 -0
  29. package/dist/components/controls/Typography/typography.d.ts +4 -0
  30. package/dist/components/controls/index.d.ts +56 -0
  31. package/dist/config/mui.d.ts +8 -0
  32. package/dist/dynamic-mui.cjs.js +496 -0
  33. package/dist/dynamic-mui.es.js +82175 -0
  34. package/dist/index.d.ts +5 -0
  35. package/dist/main.d.ts +1 -0
  36. package/dist/playground/Builder.d.ts +1 -0
  37. package/dist/playground/Canvas.d.ts +10 -0
  38. package/dist/playground/PropertiesEditor.d.ts +11 -0
  39. package/dist/playground/Sidebar.d.ts +1 -0
  40. package/dist/playground/documentation.d.ts +6 -0
  41. package/dist/playground/templates.d.ts +8 -0
  42. package/dist/playground/testData.d.ts +3 -0
  43. package/dist/test/setup.d.ts +1 -0
  44. package/dist/theme/theme.d.ts +1 -0
  45. package/dist/types.d.ts +19 -0
  46. package/dist/util/helper.d.ts +61 -0
  47. package/dist/util/stepperComponents.d.ts +6 -0
  48. package/dist/util/useIsFirstRender.d.ts +1 -0
  49. package/dist/util/useUpdateEffect.d.ts +3 -0
  50. package/dist/util/validation.d.ts +6 -0
  51. package/package.json +69 -55
  52. package/build/asset-manifest.json +0 -10
  53. package/build/favicon.ico +0 -0
  54. package/build/index.html +0 -1
  55. package/build/logo192.png +0 -0
  56. package/build/logo512.png +0 -0
  57. package/build/manifest.json +0 -25
  58. package/build/robots.txt +0 -3
  59. package/build/static/js/main.11a67c51.js +0 -3
  60. package/build/static/js/main.11a67c51.js.LICENSE.txt +0 -85
  61. package/build/static/js/main.11a67c51.js.map +0 -1
  62. package/craco.config.js +0 -34
  63. package/dist-modules/components/DynamicComponent.js +0 -22
  64. package/dist-modules/components/FormGenerator.js +0 -200
  65. package/dist-modules/components/charts/Bar/bar.js +0 -31
  66. package/dist-modules/components/charts/Line/line.js +0 -31
  67. package/dist-modules/components/charts/Mixchart/mixChart.js +0 -59
  68. package/dist-modules/components/charts/Pie/pie.js +0 -31
  69. package/dist-modules/components/controls/CheckBox/checkbox.js +0 -56
  70. package/dist-modules/components/controls/DataTable/datatable.js +0 -28
  71. package/dist-modules/components/controls/DateTime/datetime.js +0 -53
  72. package/dist-modules/components/controls/DateTimePicker/datetimepicker.js +0 -53
  73. package/dist-modules/components/controls/Radio/radio.js +0 -88
  74. package/dist-modules/components/controls/Select/select.js +0 -173
  75. package/dist-modules/components/controls/Stepper/stepper.js +0 -192
  76. package/dist-modules/components/controls/Switch/switch.js +0 -85
  77. package/dist-modules/components/controls/TextField/textfield.js +0 -148
  78. package/dist-modules/components/controls/TimePicker/timepicker.js +0 -53
  79. package/dist-modules/components/controls/Typography/typography.js +0 -43
  80. package/dist-modules/components/controls/index.js +0 -42
  81. package/dist-modules/config/mui.js +0 -73
  82. package/dist-modules/data/checkbox.js +0 -143
  83. package/dist-modules/data/dataTable.js +0 -90
  84. package/dist-modules/data/dateTime.js +0 -136
  85. package/dist-modules/data/radio.js +0 -36
  86. package/dist-modules/data/select.js +0 -126
  87. package/dist-modules/data/stepper.js +0 -237
  88. package/dist-modules/data/switch.js +0 -123
  89. package/dist-modules/data/textfield.js +0 -240
  90. package/dist-modules/index.js +0 -16
  91. package/dist-modules/util/helper.js +0 -226
  92. package/dist-modules/util/stepperComponents.js +0 -40
  93. package/dist-modules/util/useIsFirstRender.js +0 -15
  94. package/dist-modules/util/useUpdateEffect.js +0 -19
  95. package/dist-modules/util/validation.js +0 -102
  96. package/docs/asset-manifest.json +0 -9
  97. package/docs/build/bundle.1eab2706.js +0 -2
  98. package/docs/build/bundle.1eab2706.js.LICENSE.txt +0 -153
  99. package/docs/index.html +0 -16
  100. package/public/favicon.ico +0 -0
  101. package/public/index.html +0 -43
  102. package/public/logo192.png +0 -0
  103. package/public/logo512.png +0 -0
  104. package/public/manifest.json +0 -25
  105. package/public/robots.txt +0 -3
  106. package/styleguide.config.js +0 -108
  107. package/themes/default.js +0 -114
  108. package/themes/index.js +0 -29
@@ -1,85 +0,0 @@
1
- /*! @preserve
2
- * numeral.js
3
- * version : 2.0.6
4
- * author : Adam Draper
5
- * license : MIT
6
- * http://adamwdraper.github.com/Numeral-js/
7
- */
8
-
9
- /**
10
- * @license
11
- * Lodash <https://lodash.com/>
12
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
13
- * Released under MIT license <https://lodash.com/license>
14
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
15
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
16
- */
17
-
18
- /**
19
- * @license React
20
- * react-dom.production.js
21
- *
22
- * Copyright (c) Meta Platforms, Inc. and affiliates.
23
- *
24
- * This source code is licensed under the MIT license found in the
25
- * LICENSE file in the root directory of this source tree.
26
- */
27
-
28
- /**
29
- * @license React
30
- * react-is.production.js
31
- *
32
- * Copyright (c) Meta Platforms, Inc. and affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */
37
-
38
- /**
39
- * @license React
40
- * react-jsx-runtime.production.js
41
- *
42
- * Copyright (c) Meta Platforms, Inc. and affiliates.
43
- *
44
- * This source code is licensed under the MIT license found in the
45
- * LICENSE file in the root directory of this source tree.
46
- */
47
-
48
- /**
49
- * @license React
50
- * react.production.js
51
- *
52
- * Copyright (c) Meta Platforms, Inc. and affiliates.
53
- *
54
- * This source code is licensed under the MIT license found in the
55
- * LICENSE file in the root directory of this source tree.
56
- */
57
-
58
- /**
59
- * @license React
60
- * use-sync-external-store-shim.production.js
61
- *
62
- * Copyright (c) Meta Platforms, Inc. and affiliates.
63
- *
64
- * This source code is licensed under the MIT license found in the
65
- * LICENSE file in the root directory of this source tree.
66
- */
67
-
68
- /**
69
- * @license React
70
- * use-sync-external-store-shim/with-selector.production.js
71
- *
72
- * Copyright (c) Meta Platforms, Inc. and affiliates.
73
- *
74
- * This source code is licensed under the MIT license found in the
75
- * LICENSE file in the root directory of this source tree.
76
- */
77
-
78
- /** @license React v16.13.1
79
- * react-is.production.min.js
80
- *
81
- * Copyright (c) Facebook, Inc. and its affiliates.
82
- *
83
- * This source code is licensed under the MIT license found in the
84
- * LICENSE file in the root directory of this source tree.
85
- */