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.
- package/build/asset-manifest.json +3 -3
- package/build/index.html +1 -1
- package/build/static/js/main.b9f075ec.js +185 -0
- package/build/static/js/{main.4dbadf17.js.LICENSE.txt → main.b9f075ec.js.LICENSE.txt} +8 -0
- package/build/static/js/main.b9f075ec.js.map +1 -0
- package/dist-modules/components/DynamicComponent.js +1 -1
- package/dist-modules/components/FormGenerator.js +8 -13
- package/dist-modules/components/charts/Bar/bar.js +2 -2
- package/dist-modules/components/charts/Line/line.js +2 -2
- package/dist-modules/components/charts/Mixchart/mixChart.js +4 -4
- package/dist-modules/components/charts/Pie/pie.js +2 -2
- package/dist-modules/components/controls/CheckBox/checkbox.js +2 -2
- package/dist-modules/components/controls/DataTable/datatable.js +1 -1
- package/dist-modules/components/controls/DateTime/datetime.js +5 -5
- package/dist-modules/components/controls/DateTimePicker/datetimepicker.js +5 -5
- package/dist-modules/components/controls/Radio/radio.js +2 -2
- package/dist-modules/components/controls/Select/select.js +16 -17
- package/dist-modules/components/controls/Stepper/stepper.js +5 -5
- package/dist-modules/components/controls/Switch/switch.js +2 -2
- package/dist-modules/components/controls/TextField/textfield.js +2 -2
- package/dist-modules/components/controls/TimePicker/timepicker.js +5 -5
- package/dist-modules/components/controls/Typography/typography.js +2 -2
- package/dist-modules/components/controls/index.js +1 -1
- package/dist-modules/util/helper.js +7 -8
- package/dist-modules/util/stepperComponents.js +1 -1
- package/dist-modules/util/useUpdateEffect.js +1 -1
- package/dist-modules/util/validation.js +1 -1
- package/docs/asset-manifest.json +2 -2
- package/docs/build/bundle.036bacf5.js +184 -0
- package/docs/build/{bundle.ee4fe2f2.js.LICENSE.txt → bundle.036bacf5.js.LICENSE.txt} +8 -0
- package/docs/index.html +1 -1
- package/package.json +27 -27
- package/build/static/js/main.4dbadf17.js +0 -3
- package/build/static/js/main.4dbadf17.js.map +0 -1
- package/docs/build/bundle.ee4fe2f2.js +0 -2
|
@@ -96,6 +96,14 @@ object-assign
|
|
|
96
96
|
* LICENSE file in the root directory of this source tree.
|
|
97
97
|
*/
|
|
98
98
|
|
|
99
|
+
/**
|
|
100
|
+
* @mui/styled-engine v6.1.8
|
|
101
|
+
*
|
|
102
|
+
* @license MIT
|
|
103
|
+
* This source code is licensed under the MIT license found in the
|
|
104
|
+
* LICENSE file in the root directory of this source tree.
|
|
105
|
+
*/
|
|
106
|
+
|
|
99
107
|
/**
|
|
100
108
|
* A better abstraction over CSS.
|
|
101
109
|
*
|
package/docs/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dynamic-mui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.69",
|
|
4
4
|
"author": "Dinakaran S",
|
|
5
5
|
"user": "dinakarans",
|
|
6
6
|
"repository": {
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
"main": "dist-modules",
|
|
15
15
|
"module": "src",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@babel/eslint-parser": "^7.
|
|
17
|
+
"@babel/eslint-parser": "^7.25.9",
|
|
18
18
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
19
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
20
|
-
"@emotion/react": "^11.
|
|
21
|
-
"@emotion/styled": "^11.
|
|
22
|
-
"@mui/icons-material": "^
|
|
23
|
-
"@mui/material": "^
|
|
24
|
-
"@mui/x-charts": "^7.
|
|
25
|
-
"@mui/x-data-grid": "^7.
|
|
26
|
-
"@mui/x-date-pickers": "^7.
|
|
27
|
-
"@testing-library/jest-dom": "^6.
|
|
28
|
-
"@testing-library/react": "^
|
|
19
|
+
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
|
|
20
|
+
"@emotion/react": "^11.13.5",
|
|
21
|
+
"@emotion/styled": "^11.13.5",
|
|
22
|
+
"@mui/icons-material": "^6.1.8",
|
|
23
|
+
"@mui/material": "^6.1.8",
|
|
24
|
+
"@mui/x-charts": "^7.22.3",
|
|
25
|
+
"@mui/x-data-grid": "^7.22.3",
|
|
26
|
+
"@mui/x-date-pickers": "^7.22.3",
|
|
27
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
28
|
+
"@testing-library/react": "^16.0.1",
|
|
29
29
|
"@testing-library/user-event": "^14.5.2",
|
|
30
30
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
31
|
-
"dayjs": "^1.11.
|
|
31
|
+
"dayjs": "^1.11.13",
|
|
32
32
|
"lodash": "^4.17.21",
|
|
33
33
|
"numeral": "^2.0.6",
|
|
34
34
|
"prop-types": "^15.8.1",
|
|
35
35
|
"react": "^18.3.1",
|
|
36
36
|
"react-dom": "^18.3.1",
|
|
37
37
|
"react-json-tree": "^0.19.0",
|
|
38
|
-
"react-number-format": "^5.
|
|
38
|
+
"react-number-format": "^5.4.2",
|
|
39
39
|
"react-scripts": "5.0.1",
|
|
40
40
|
"validator": "^13.12.0",
|
|
41
|
-
"web-vitals": "^4.
|
|
41
|
+
"web-vitals": "^4.2.4"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"start": "craco start",
|
|
@@ -71,22 +71,22 @@
|
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@babel/cli": "^7.
|
|
75
|
-
"@babel/core": "^7.
|
|
74
|
+
"@babel/cli": "^7.25.9",
|
|
75
|
+
"@babel/core": "^7.26.0",
|
|
76
76
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
77
|
-
"@babel/preset-env": "^7.
|
|
78
|
-
"@babel/preset-react": "^7.
|
|
77
|
+
"@babel/preset-env": "^7.26.0",
|
|
78
|
+
"@babel/preset-react": "^7.25.9",
|
|
79
79
|
"@craco/craco": "^7.1.0",
|
|
80
|
-
"eslint": "8.57.
|
|
80
|
+
"eslint": "8.57.1",
|
|
81
81
|
"eslint-config-airbnb": "^19.0.4",
|
|
82
82
|
"eslint-config-prettier": "^9.1.0",
|
|
83
|
-
"eslint-plugin-import": "^2.
|
|
84
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
85
|
-
"eslint-plugin-prettier": "^5.1
|
|
86
|
-
"eslint-plugin-react": "^7.
|
|
87
|
-
"eslint-plugin-react-hooks": "^
|
|
88
|
-
"prettier": "^3.
|
|
89
|
-
"react-styleguidist": "^13.1.
|
|
83
|
+
"eslint-plugin-import": "^2.31.0",
|
|
84
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
85
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
86
|
+
"eslint-plugin-react": "^7.37.2",
|
|
87
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
88
|
+
"prettier": "^3.3.3",
|
|
89
|
+
"react-styleguidist": "^13.1.3",
|
|
90
90
|
"tinycolor2": "^1.6.0"
|
|
91
91
|
}
|
|
92
92
|
}
|