@data-driven-forms/mui-component-mapper 3.23.0 → 3.23.1
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.
|
@@ -2,7 +2,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["label", "isDisabled"],
|
|
5
|
-
_excluded2 = ["isRequired", "isReadOnly", "helperText", "validate", "isDisabled", "component"],
|
|
5
|
+
_excluded2 = ["initialValue", "isRequired", "isReadOnly", "helperText", "validate", "isDisabled", "component"],
|
|
6
6
|
_excluded3 = ["FormControlProps", "FormLabelProps", "FormGroupProps", "FormHelperTextProps", "FormFieldGridProps", "FormControlLabelProps", "CheckboxProps"];
|
|
7
7
|
|
|
8
8
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -31,6 +31,7 @@ var FinalCheckbox = function FinalCheckbox(_ref) {
|
|
|
31
31
|
FormControlLabelProps = _useContext.FormControlLabelProps,
|
|
32
32
|
CheckboxProps = _useContext.CheckboxProps,
|
|
33
33
|
_useContext$props = _useContext.props,
|
|
34
|
+
initialValue = _useContext$props.initialValue,
|
|
34
35
|
isRequired = _useContext$props.isRequired,
|
|
35
36
|
isReadOnly = _useContext$props.isReadOnly,
|
|
36
37
|
helperText = _useContext$props.helperText,
|
|
@@ -38,7 +38,7 @@ var _multipleChoiceList = _interopRequireWildcard(require("@data-driven-forms/co
|
|
|
38
38
|
var _validationError = require("../validation-error/validation-error");
|
|
39
39
|
|
|
40
40
|
var _excluded = ["label", "isDisabled"],
|
|
41
|
-
_excluded2 = ["isRequired", "isReadOnly", "helperText", "validate", "isDisabled", "component"],
|
|
41
|
+
_excluded2 = ["initialValue", "isRequired", "isReadOnly", "helperText", "validate", "isDisabled", "component"],
|
|
42
42
|
_excluded3 = ["FormControlProps", "FormLabelProps", "FormGroupProps", "FormHelperTextProps", "FormFieldGridProps", "FormControlLabelProps", "CheckboxProps"];
|
|
43
43
|
|
|
44
44
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
@@ -60,6 +60,7 @@ var FinalCheckbox = function FinalCheckbox(_ref) {
|
|
|
60
60
|
FormControlLabelProps = _useContext.FormControlLabelProps,
|
|
61
61
|
CheckboxProps = _useContext.CheckboxProps,
|
|
62
62
|
_useContext$props = _useContext.props,
|
|
63
|
+
initialValue = _useContext$props.initialValue,
|
|
63
64
|
isRequired = _useContext$props.isRequired,
|
|
64
65
|
isReadOnly = _useContext$props.isReadOnly,
|
|
65
66
|
helperText = _useContext$props.helperText,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@data-driven-forms/mui-component-mapper",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.1",
|
|
4
4
|
"description": "Component mapper for Material ui component mapper form data-driven-forms.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"react-intl": "^6.4.6"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@data-driven-forms/react-form-renderer": "^3.23.
|
|
34
|
+
"@data-driven-forms/react-form-renderer": "^3.23.1",
|
|
35
35
|
"@mui/icons-material": "^5.10.3",
|
|
36
36
|
"@mui/material": "^5.10.4",
|
|
37
37
|
"@mui/x-date-pickers": "^5.0.1 || ^6.13.0",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"react-dom": "^17.0.2 || ^18.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@data-driven-forms/common": "^3.23.
|
|
43
|
+
"@data-driven-forms/common": "^3.23.1",
|
|
44
44
|
"@emotion/react": "^11.10.4",
|
|
45
45
|
"@emotion/styled": "^11.10.4",
|
|
46
46
|
"@mui/system": "^5.10.4",
|