@data-driven-forms/mui-component-mapper 4.1.12 → 4.1.14
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/.eslintrc.json +27 -0
- package/CHANGELOG.md +13 -2
- package/checkbox/checkbox.d.ts +29 -16
- package/checkbox/checkbox.js +44 -77
- package/checkbox/checkbox.js.map +1 -0
- package/checkbox/index.js +22 -24
- package/checkbox/index.js.map +1 -0
- package/component-mapper/component-mapper.d.ts +35 -40
- package/component-mapper/component-mapper.js +55 -40
- package/component-mapper/component-mapper.js.map +1 -0
- package/component-mapper/index.js +22 -24
- package/component-mapper/index.js.map +1 -0
- package/date-picker/date-picker.d.ts +10 -10
- package/date-picker/date-picker.js +52 -63
- package/date-picker/date-picker.js.map +1 -0
- package/date-picker/index.js +22 -24
- package/date-picker/index.js.map +1 -0
- package/dual-list-select/dual-list-select.d.ts +3 -111
- package/dual-list-select/dual-list-select.js +93 -412
- package/dual-list-select/dual-list-select.js.map +1 -0
- package/dual-list-select/index.js +22 -24
- package/dual-list-select/index.js.map +1 -0
- package/esm/checkbox/checkbox.d.ts +31 -0
- package/esm/checkbox/checkbox.js +25 -69
- package/esm/checkbox/checkbox.js.map +1 -0
- package/esm/checkbox/index.d.ts +2 -0
- package/esm/checkbox/index.js +2 -1
- package/esm/checkbox/index.js.map +1 -0
- package/esm/component-mapper/component-mapper.d.ts +36 -0
- package/esm/component-mapper/component-mapper.js +34 -19
- package/esm/component-mapper/component-mapper.js.map +1 -0
- package/esm/component-mapper/index.d.ts +2 -0
- package/esm/component-mapper/index.js +2 -1
- package/esm/component-mapper/index.js.map +1 -0
- package/esm/date-picker/date-picker.d.ts +12 -0
- package/esm/date-picker/date-picker.js +35 -55
- package/esm/date-picker/date-picker.js.map +1 -0
- package/esm/date-picker/index.d.ts +2 -0
- package/esm/date-picker/index.js +2 -1
- package/esm/date-picker/index.js.map +1 -0
- package/esm/dual-list-select/dual-list-select.d.ts +3 -0
- package/esm/dual-list-select/dual-list-select.js +59 -404
- package/esm/dual-list-select/dual-list-select.js.map +1 -0
- package/esm/dual-list-select/index.d.ts +2 -0
- package/esm/dual-list-select/index.js +2 -1
- package/esm/dual-list-select/index.js.map +1 -0
- package/esm/field-array/field-array.d.ts +56 -0
- package/esm/field-array/field-array.js +107 -296
- package/esm/field-array/field-array.js.map +1 -0
- package/esm/field-array/index.d.ts +2 -0
- package/esm/field-array/index.js +2 -1
- package/esm/field-array/index.js.map +1 -0
- package/esm/form-field-grid/form-field-grid.d.ts +8 -0
- package/esm/form-field-grid/form-field-grid.js +26 -22
- package/esm/form-field-grid/form-field-grid.js.map +1 -0
- package/esm/form-field-grid/index.d.ts +2 -0
- package/esm/form-field-grid/index.js +3 -1
- package/esm/form-field-grid/index.js.map +1 -0
- package/esm/form-template/form-template.d.ts +17 -0
- package/esm/form-template/form-template.js +57 -126
- package/esm/form-template/form-template.js.map +1 -0
- package/esm/form-template/index.d.ts +2 -0
- package/esm/form-template/index.js +2 -1
- package/esm/form-template/index.js.map +1 -0
- package/esm/index.d.ts +21 -0
- package/esm/index.js +3 -2
- package/esm/index.js.map +1 -0
- package/esm/multiple-choice-list/index.d.ts +2 -0
- package/esm/multiple-choice-list/index.js +2 -1
- package/esm/multiple-choice-list/index.js.map +1 -0
- package/esm/multiple-choice-list/multiple-choice-list.d.ts +14 -0
- package/esm/multiple-choice-list/multiple-choice-list.js +39 -93
- package/esm/multiple-choice-list/multiple-choice-list.js.map +1 -0
- package/esm/plain-text/index.d.ts +2 -0
- package/esm/plain-text/index.js +2 -1
- package/esm/plain-text/index.js.map +1 -0
- package/esm/plain-text/plain-text.d.ts +12 -0
- package/esm/plain-text/plain-text.js +18 -27
- package/esm/plain-text/plain-text.js.map +1 -0
- package/esm/radio/index.d.ts +2 -0
- package/esm/radio/index.js +2 -1
- package/esm/radio/index.js.map +1 -0
- package/esm/radio/radio.d.ts +19 -0
- package/esm/radio/radio.js +38 -110
- package/esm/radio/radio.js.map +1 -0
- package/esm/select/index.d.ts +2 -0
- package/esm/select/index.js +2 -1
- package/esm/select/index.js.map +1 -0
- package/esm/select/select.d.ts +44 -0
- package/esm/select/select.js +55 -162
- package/esm/select/select.js.map +1 -0
- package/esm/slider/index.d.ts +2 -0
- package/esm/slider/index.js +2 -1
- package/esm/slider/index.js.map +1 -0
- package/esm/slider/slider.d.ts +24 -0
- package/esm/slider/slider.js +22 -63
- package/esm/slider/slider.js.map +1 -0
- package/esm/sub-form/index.d.ts +2 -0
- package/esm/sub-form/index.js +2 -1
- package/esm/sub-form/index.js.map +1 -0
- package/esm/sub-form/sub-form.d.ts +16 -0
- package/esm/sub-form/sub-form.js +29 -52
- package/esm/sub-form/sub-form.js.map +1 -0
- package/esm/switch/index.d.ts +2 -0
- package/esm/switch/index.js +2 -1
- package/esm/switch/index.js.map +1 -0
- package/esm/switch/switch.d.ts +18 -0
- package/esm/switch/switch.js +21 -62
- package/esm/switch/switch.js.map +1 -0
- package/esm/tabs/index.d.ts +2 -0
- package/esm/tabs/index.js +2 -1
- package/esm/tabs/index.js.map +1 -0
- package/esm/tabs/tabs.d.ts +19 -0
- package/esm/tabs/tabs.js +9 -73
- package/esm/tabs/tabs.js.map +1 -0
- package/esm/text-field/index.d.ts +2 -0
- package/esm/text-field/index.js +2 -1
- package/esm/text-field/index.js.map +1 -0
- package/esm/text-field/text-field.d.ts +10 -0
- package/esm/text-field/text-field.js +20 -38
- package/esm/text-field/text-field.js.map +1 -0
- package/esm/textarea/index.d.ts +2 -0
- package/esm/textarea/index.js +2 -1
- package/esm/textarea/index.js.map +1 -0
- package/esm/textarea/textarea.d.ts +13 -0
- package/esm/textarea/textarea.js +20 -42
- package/esm/textarea/textarea.js.map +1 -0
- package/esm/time-picker/index.d.ts +2 -0
- package/esm/time-picker/index.js +2 -1
- package/esm/time-picker/index.js.map +1 -0
- package/esm/time-picker/time-picker.d.ts +13 -0
- package/esm/time-picker/time-picker.js +35 -57
- package/esm/time-picker/time-picker.js.map +1 -0
- package/esm/validation-error/index.d.ts +2 -0
- package/esm/validation-error/index.js +2 -1
- package/esm/validation-error/index.js.map +1 -0
- package/esm/validation-error/validation-error.d.ts +6 -0
- package/esm/validation-error/validation-error.js +7 -6
- package/esm/validation-error/validation-error.js.map +1 -0
- package/esm/wizard/index.d.ts +2 -0
- package/esm/wizard/index.js +2 -1
- package/esm/wizard/index.js.map +1 -0
- package/esm/wizard/step-buttons.d.ts +33 -0
- package/esm/wizard/step-buttons.js +49 -104
- package/esm/wizard/step-buttons.js.map +1 -0
- package/esm/wizard/wizard-nav.d.ts +15 -0
- package/esm/wizard/wizard-nav.js +15 -33
- package/esm/wizard/wizard-nav.js.map +1 -0
- package/esm/wizard/wizard.d.ts +4 -0
- package/esm/wizard/wizard.js +21 -70
- package/esm/wizard/wizard.js.map +1 -0
- package/field-array/field-array.d.ts +54 -38
- package/field-array/field-array.js +138 -306
- package/field-array/field-array.js.map +1 -0
- package/field-array/index.js +22 -24
- package/field-array/index.js.map +1 -0
- package/form-field-grid/form-field-grid.d.ts +7 -5
- package/form-field-grid/form-field-grid.js +42 -28
- package/form-field-grid/form-field-grid.js.map +1 -0
- package/form-field-grid/index.js +23 -12
- package/form-field-grid/index.js.map +1 -0
- package/form-template/form-template.d.ts +17 -5
- package/form-template/form-template.js +78 -132
- package/form-template/form-template.js.map +1 -0
- package/form-template/index.js +22 -24
- package/form-template/index.js.map +1 -0
- package/index.d.ts +10 -29
- package/index.js +45 -146
- package/index.js.map +1 -0
- package/multiple-choice-list/index.js +22 -24
- package/multiple-choice-list/index.js.map +1 -0
- package/multiple-choice-list/multiple-choice-list.d.ts +12 -24
- package/multiple-choice-list/multiple-choice-list.js +53 -101
- package/multiple-choice-list/multiple-choice-list.js.map +1 -0
- package/package.json +9 -11
- package/plain-text/index.js +22 -24
- package/plain-text/index.js.map +1 -0
- package/plain-text/plain-text.d.ts +10 -10
- package/plain-text/plain-text.js +30 -33
- package/plain-text/plain-text.js.map +1 -0
- package/radio/index.js +22 -24
- package/radio/index.js.map +1 -0
- package/radio/radio.d.ts +17 -25
- package/radio/radio.js +56 -116
- package/radio/radio.js.map +1 -0
- package/select/index.js +22 -24
- package/select/index.js.map +1 -0
- package/select/select.d.ts +42 -27
- package/select/select.js +78 -172
- package/select/select.js.map +1 -0
- package/slider/index.js +22 -24
- package/slider/index.js.map +1 -0
- package/slider/slider.d.ts +22 -28
- package/slider/slider.js +39 -71
- package/slider/slider.js.map +1 -0
- package/sub-form/index.js +22 -24
- package/sub-form/index.js.map +1 -0
- package/sub-form/sub-form.d.ts +14 -16
- package/sub-form/sub-form.js +42 -56
- package/sub-form/sub-form.js.map +1 -0
- package/switch/index.js +22 -24
- package/switch/index.js.map +1 -0
- package/switch/switch.d.ts +16 -26
- package/switch/switch.js +43 -70
- package/switch/switch.js.map +1 -0
- package/tabs/index.js +22 -24
- package/tabs/index.js.map +1 -0
- package/tabs/tabs.d.ts +18 -14
- package/tabs/tabs.js +33 -82
- package/tabs/tabs.js.map +1 -0
- package/text-field/index.js +22 -24
- package/text-field/index.js.map +1 -0
- package/text-field/text-field.d.ts +8 -16
- package/text-field/text-field.js +37 -46
- package/text-field/text-field.js.map +1 -0
- package/textarea/index.js +22 -24
- package/textarea/index.js.map +1 -0
- package/textarea/textarea.d.ts +11 -17
- package/textarea/textarea.js +37 -50
- package/textarea/textarea.js.map +1 -0
- package/time-picker/index.js +22 -24
- package/time-picker/index.js.map +1 -0
- package/time-picker/time-picker.d.ts +11 -16
- package/time-picker/time-picker.js +52 -65
- package/time-picker/time-picker.js.map +1 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.demo.json +31 -0
- package/tsconfig.esm.json +8 -0
- package/tsconfig.json +17 -9
- package/validation-error/index.js +22 -24
- package/validation-error/index.js.map +1 -0
- package/validation-error/validation-error.d.ts +5 -4
- package/validation-error/validation-error.js +10 -11
- package/validation-error/validation-error.js.map +1 -0
- package/wizard/index.js +22 -24
- package/wizard/index.js.map +1 -0
- package/wizard/step-buttons.d.ts +33 -0
- package/wizard/step-buttons.js +68 -110
- package/wizard/step-buttons.js.map +1 -0
- package/wizard/wizard-nav.d.ts +15 -0
- package/wizard/wizard-nav.js +37 -37
- package/wizard/wizard-nav.js.map +1 -0
- package/wizard/wizard.d.ts +4 -28
- package/wizard/wizard.js +41 -79
- package/wizard/wizard.js.map +1 -0
package/esm/radio/radio.js
CHANGED
|
@@ -1,114 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
13
|
import { styled } from '@mui/material/styles';
|
|
12
|
-
import MUIRadio from
|
|
13
|
-
import
|
|
14
|
-
import FormControl from "@mui/material/FormControl";
|
|
15
|
-
import FormLabel from "@mui/material/FormLabel";
|
|
16
|
-
import FormHelperText from "@mui/material/FormHelperText";
|
|
14
|
+
import { Radio as MUIRadio, FormControlLabel, FormControl, FormLabel, FormHelperText } from '@mui/material';
|
|
15
|
+
import { useFieldApi } from '@data-driven-forms/react-form-renderer';
|
|
17
16
|
import FormFieldGrid from '../form-field-grid/form-field-grid';
|
|
18
17
|
import { validationError } from '../validation-error/validation-error';
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
grid: "".concat(PREFIX, "-grid")
|
|
23
|
-
};
|
|
24
|
-
var StyledFormFieldGrid = styled(FormFieldGrid)(function () {
|
|
25
|
-
return _defineProperty({}, "&.".concat(classes.grid), {
|
|
26
|
-
'&:first-of-type': {
|
|
27
|
-
marginTop: 8
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
});
|
|
31
|
-
var RadioOption = function RadioOption(_ref2) {
|
|
32
|
-
var name = _ref2.name,
|
|
33
|
-
option = _ref2.option,
|
|
34
|
-
isDisabled = _ref2.isDisabled,
|
|
35
|
-
isReadOnly = _ref2.isReadOnly,
|
|
36
|
-
FormControlLabelProps = _ref2.FormControlLabelProps,
|
|
37
|
-
_ref2$RadioProps = _ref2.RadioProps,
|
|
38
|
-
inputProps = _ref2$RadioProps.inputProps,
|
|
39
|
-
RadioProps = _objectWithoutProperties(_ref2$RadioProps, _excluded),
|
|
40
|
-
props = _objectWithoutProperties(_ref2, _excluded2);
|
|
41
|
-
var _useFieldApi = useFieldApi({
|
|
42
|
-
name: name,
|
|
43
|
-
type: 'radio',
|
|
44
|
-
value: option.value
|
|
45
|
-
}),
|
|
46
|
-
input = _useFieldApi.input;
|
|
47
|
-
return /*#__PURE__*/React.createElement(FormControlLabel, _extends({
|
|
48
|
-
key: "".concat(name, "-").concat(option.value),
|
|
49
|
-
control: /*#__PURE__*/React.createElement(MUIRadio, _extends({}, input, {
|
|
50
|
-
name: name,
|
|
51
|
-
disabled: isDisabled || isReadOnly,
|
|
52
|
-
onChange: function onChange() {
|
|
53
|
-
return input.onChange(option.value);
|
|
54
|
-
},
|
|
55
|
-
inputProps: _objectSpread({
|
|
56
|
-
readOnly: isReadOnly
|
|
57
|
-
}, inputProps)
|
|
58
|
-
}, RadioProps)),
|
|
59
|
-
label: option.label
|
|
60
|
-
}, FormControlLabelProps, props));
|
|
61
|
-
};
|
|
62
|
-
var Radio = function Radio(_ref3) {
|
|
63
|
-
var name = _ref3.name,
|
|
64
|
-
props = _objectWithoutProperties(_ref3, _excluded3);
|
|
65
|
-
var _useFieldApi2 = useFieldApi(_objectSpread(_objectSpread({}, props), {}, {
|
|
66
|
-
name: name,
|
|
67
|
-
type: 'radio'
|
|
68
|
-
})),
|
|
69
|
-
_useFieldApi2$options = _useFieldApi2.options,
|
|
70
|
-
options = _useFieldApi2$options === void 0 ? [] : _useFieldApi2$options,
|
|
71
|
-
isDisabled = _useFieldApi2.isDisabled,
|
|
72
|
-
label = _useFieldApi2.label,
|
|
73
|
-
isRequired = _useFieldApi2.isRequired,
|
|
74
|
-
helperText = _useFieldApi2.helperText,
|
|
75
|
-
description = _useFieldApi2.description,
|
|
76
|
-
isReadOnly = _useFieldApi2.isReadOnly,
|
|
77
|
-
meta = _useFieldApi2.meta,
|
|
78
|
-
validateOnMount = _useFieldApi2.validateOnMount,
|
|
79
|
-
_useFieldApi2$FormFie = _useFieldApi2.FormFieldGridProps,
|
|
80
|
-
FormFieldGridProps = _useFieldApi2$FormFie === void 0 ? {} : _useFieldApi2$FormFie,
|
|
81
|
-
_useFieldApi2$FormCon = _useFieldApi2.FormControlProps,
|
|
82
|
-
FormControlProps = _useFieldApi2$FormCon === void 0 ? {} : _useFieldApi2$FormCon,
|
|
83
|
-
_useFieldApi2$FormLab = _useFieldApi2.FormLabelProps,
|
|
84
|
-
FormLabelProps = _useFieldApi2$FormLab === void 0 ? {} : _useFieldApi2$FormLab,
|
|
85
|
-
_useFieldApi2$FormHel = _useFieldApi2.FormHelperTextProps,
|
|
86
|
-
FormHelperTextProps = _useFieldApi2$FormHel === void 0 ? {} : _useFieldApi2$FormHel,
|
|
87
|
-
_useFieldApi2$FormCon2 = _useFieldApi2.FormControlLabelProps,
|
|
88
|
-
FormControlLabelProps = _useFieldApi2$FormCon2 === void 0 ? {} : _useFieldApi2$FormCon2,
|
|
89
|
-
_useFieldApi2$RadioPr = _useFieldApi2.RadioProps,
|
|
90
|
-
RadioProps = _useFieldApi2$RadioPr === void 0 ? {} : _useFieldApi2$RadioPr,
|
|
91
|
-
rest = _objectWithoutProperties(_useFieldApi2, _excluded4);
|
|
92
|
-
var invalid = validationError(meta, validateOnMount);
|
|
93
|
-
var text = invalid || (meta.touched || validateOnMount) && meta.warning || helperText || description;
|
|
94
|
-
return /*#__PURE__*/React.createElement(StyledFormFieldGrid, _extends({
|
|
95
|
-
className: classes.grid
|
|
96
|
-
}, FormFieldGridProps), /*#__PURE__*/React.createElement(FormControl, _extends({
|
|
97
|
-
required: isRequired,
|
|
98
|
-
error: !!invalid,
|
|
99
|
-
component: "fieldset"
|
|
100
|
-
}, FormControlProps), /*#__PURE__*/React.createElement(FormLabel, _extends({
|
|
101
|
-
component: "legend"
|
|
102
|
-
}, FormLabelProps), label), options.map(function (option) {
|
|
103
|
-
return /*#__PURE__*/React.createElement(RadioOption, _extends({
|
|
104
|
-
key: option.value,
|
|
105
|
-
name: name,
|
|
106
|
-
option: option,
|
|
107
|
-
isDisabled: isDisabled,
|
|
108
|
-
isReadOnly: isReadOnly,
|
|
109
|
-
FormControlLabelProps: FormControlLabelProps,
|
|
110
|
-
RadioProps: RadioProps
|
|
111
|
-
}, rest));
|
|
112
|
-
}), text && /*#__PURE__*/React.createElement(FormHelperText, FormHelperTextProps, text)));
|
|
18
|
+
const PREFIX = 'Radio';
|
|
19
|
+
const classes = {
|
|
20
|
+
grid: `${PREFIX}-grid`,
|
|
113
21
|
};
|
|
114
|
-
|
|
22
|
+
const StyledFormFieldGrid = styled(FormFieldGrid)(() => ({
|
|
23
|
+
[`&.${classes.grid}`]: {
|
|
24
|
+
'&:first-of-type': {
|
|
25
|
+
marginTop: 8,
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
}));
|
|
29
|
+
function RadioOption(_a) {
|
|
30
|
+
var { name, option, isDisabled, isReadOnly, FormControlLabelProps } = _a, _b = _a.RadioProps, _c = _b === void 0 ? {} : _b, { inputProps } = _c, RadioProps = __rest(_c, ["inputProps"]), props = __rest(_a, ["name", "option", "isDisabled", "isReadOnly", "FormControlLabelProps", "RadioProps"]);
|
|
31
|
+
const { input } = useFieldApi({ name, type: 'radio', value: option.value });
|
|
32
|
+
return (_jsx(FormControlLabel, Object.assign({ control: _jsx(MUIRadio, Object.assign({}, input, { name: name, disabled: isDisabled || isReadOnly, onChange: () => input.onChange(option.value), inputProps: Object.assign({ readOnly: isReadOnly }, inputProps) }, RadioProps)), label: option.label }, FormControlLabelProps, props), `${name}-${String(option.value)}`));
|
|
33
|
+
}
|
|
34
|
+
function Radio(_a) {
|
|
35
|
+
var { name } = _a, props = __rest(_a, ["name"]);
|
|
36
|
+
const _b = useFieldApi(Object.assign(Object.assign({}, props), { name, type: 'radio' })), { options = [], isDisabled, label, isRequired, helperText, description, isReadOnly, meta, validateOnMount, FormFieldGridProps = {}, FormControlProps = {}, FormLabelProps = {}, FormHelperTextProps = {}, FormControlLabelProps = {}, RadioProps = {} } = _b, rest = __rest(_b, ["options", "isDisabled", "label", "isRequired", "helperText", "description", "isReadOnly", "meta", "validateOnMount", "FormFieldGridProps", "FormControlProps", "FormLabelProps", "FormHelperTextProps", "FormControlLabelProps", "RadioProps"]);
|
|
37
|
+
const invalid = validationError(meta, validateOnMount);
|
|
38
|
+
const text = invalid || ((meta.touched || validateOnMount) && meta.warning) || helperText || description;
|
|
39
|
+
return (_jsx(StyledFormFieldGrid, Object.assign({ className: classes.grid }, FormFieldGridProps, { children: _jsxs(FormControl, Object.assign({ required: isRequired, error: !!invalid, component: "fieldset" }, FormControlProps, { children: [_jsx(FormLabel, Object.assign({ component: "legend" }, FormLabelProps, { children: label })), options.map((option) => (_jsx(RadioOption, Object.assign({ name: name || '', option: option, isDisabled: isDisabled, isReadOnly: isReadOnly, FormControlLabelProps: FormControlLabelProps, RadioProps: RadioProps }, rest), String(option.value)))), text && _jsx(FormHelperText, Object.assign({}, FormHelperTextProps, { children: text }))] })) })));
|
|
40
|
+
}
|
|
41
|
+
export default Radio;
|
|
42
|
+
//# sourceMappingURL=radio.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio.js","sourceRoot":"","sources":["../../src/radio/radio.tsx"],"names":[],"mappings":";;;;;;;;;;;;AACA,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,KAAK,IAAI,QAAQ,EAAE,gBAAgB,EAAE,WAAW,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE5G,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAIrE,OAAO,aAAa,MAAM,oCAAoC,CAAC;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAGvE,MAAM,MAAM,GAAG,OAAO,CAAC;AAEvB,MAAM,OAAO,GAAG;IACd,IAAI,EAAE,GAAG,MAAM,OAAO;CACvB,CAAC;AAEF,MAAM,mBAAmB,GAAG,MAAM,CAAC,aAAa,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IACvD,CAAC,KAAK,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE;QACrB,iBAAiB,EAAE;YACjB,SAAS,EAAE,CAAC;SACb;KACF;CACF,CAAC,CAAC,CAAC;AAeJ,SAAS,WAAW,CAAkB,EAQhB;QARgB,EACpC,IAAI,EACJ,MAAM,EACN,UAAU,EACV,UAAU,EACV,qBAAqB,OAGD,EAFpB,kBAA8C,EAA9C,qBAA4C,EAAE,KAAA,EAA9C,EAAc,UAAU,OAAsB,EAAjB,UAAU,cAA3B,cAA6B,CAAF,EACpC,KAAK,cAP4B,qFAQrC,CADS;IAER,MAAM,EAAE,KAAK,EAAE,GAAG,WAAW,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC;IAE5E,OAAO,CACL,KAAC,gBAAgB,kBAEf,OAAO,EACL,KAAC,QAAQ,oBACH,KAAK,IACT,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,UAAU,IAAI,UAAU,EAClC,QAAQ,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,EAC5C,UAAU,kBACR,QAAQ,EAAE,UAAU,IACjB,UAAU,KAEX,UAAU,EACd,EAEJ,KAAK,EAAE,MAAM,CAAC,KAAK,IACf,qBAAqB,EACrB,KAAK,GAhBJ,GAAG,IAAI,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAiBtC,CACH,CAAC;AACJ,CAAC;AAgBD,SAAS,KAAK,CAAkB,EAAiC;QAAjC,EAAE,IAAI,OAA2B,EAAtB,KAAK,cAAhB,QAAkB,CAAF;IAC9C,MAAM,KAiBF,WAAW,iCACV,KAAK,KACR,IAAI,EACJ,IAAI,EAAE,OAAO,IACb,EArBI,EACJ,OAAO,GAAG,EAAE,EACZ,UAAU,EACV,KAAK,EACL,UAAU,EACV,UAAU,EACV,WAAW,EACX,UAAU,EACV,IAAI,EACJ,eAAe,EACf,kBAAkB,GAAG,EAAE,EACvB,gBAAgB,GAAG,EAAE,EACrB,cAAc,GAAG,EAAE,EACnB,mBAAmB,GAAG,EAAE,EACxB,qBAAqB,GAAG,EAAE,EAC1B,UAAU,GAAG,EAAE,OAMf,EALG,IAAI,cAhBH,gPAiBL,CAIC,CAAC;IAEH,MAAM,OAAO,GAAG,eAAe,CAAC,IAAyB,EAAE,eAAe,CAAC,CAAC;IAC5E,MAAM,IAAI,GAAG,OAAO,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,eAAe,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,UAAU,IAAI,WAAW,CAAC;IAEzG,OAAO,CACL,KAAC,mBAAmB,kBAAC,SAAS,EAAE,OAAO,CAAC,IAAI,IAAM,kBAAkB,cAClE,MAAC,WAAW,kBAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,SAAS,EAAC,UAAU,IAAK,gBAAgB,eAC5F,KAAC,SAAS,kBAAC,SAAS,EAAC,QAAQ,IAAK,cAAc,cAC7C,KAAK,IACI,EACX,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CACvB,KAAC,WAAW,kBAEV,IAAI,EAAE,IAAI,IAAI,EAAE,EAChB,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,qBAAqB,EAAE,qBAAqB,EAC5C,UAAU,EAAE,UAAU,IAClB,IAAI,GAPH,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAQzB,CACH,CAAC,EACD,IAAI,IAAI,KAAC,cAAc,oBAAK,mBAAmB,cAAG,IAAI,IAAkB,KAC7D,IACM,CACvB,CAAC;AACJ,CAAC;AAED,eAAe,KAAK,CAAC"}
|
package/esm/select/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import type { BaseFieldProps } from '@data-driven-forms/react-form-renderer';
|
|
2
|
+
import type { SelectOption, OptionValue } from '@data-driven-forms/common';
|
|
3
|
+
export interface SelectProps<T = OptionValue> extends BaseFieldProps {
|
|
4
|
+
options?: SelectOption<T>[];
|
|
5
|
+
loadOptions?: (inputValue: string) => Promise<SelectOption<T>[]>;
|
|
6
|
+
isSearchable?: boolean;
|
|
7
|
+
isMulti?: boolean;
|
|
8
|
+
multiple?: boolean;
|
|
9
|
+
isClearable?: boolean;
|
|
10
|
+
disableClearable?: boolean;
|
|
11
|
+
hideSelectedOptions?: boolean;
|
|
12
|
+
closeMenuOnSelect?: boolean;
|
|
13
|
+
isFetching?: boolean;
|
|
14
|
+
noOptionsMessage?: () => string;
|
|
15
|
+
noOptionsText?: () => string;
|
|
16
|
+
loadingMessage?: string;
|
|
17
|
+
loadingText?: string;
|
|
18
|
+
placeholder?: string;
|
|
19
|
+
FormFieldGridProps?: Record<string, any>;
|
|
20
|
+
TextFieldProps?: {
|
|
21
|
+
inputProps?: Record<string, any>;
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
inputProps?: Record<string, any>;
|
|
25
|
+
classNamePrefix?: string;
|
|
26
|
+
onInputChange?: (value: string) => void;
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Returns label of selected option
|
|
31
|
+
* @param {Object|Array} option currently selected option
|
|
32
|
+
* @param {Array<Object>} options all options available
|
|
33
|
+
* @returns {String}
|
|
34
|
+
*/
|
|
35
|
+
export declare function getOptionLabel<T = OptionValue>(option: T | SelectOption<T> | undefined, options: SelectOption<T>[]): string;
|
|
36
|
+
/**
|
|
37
|
+
* Function that creates correct DDF select value format
|
|
38
|
+
* @param {Object|Array} option currently selected values
|
|
39
|
+
* @param {Boolean} isMulti multiple select flag
|
|
40
|
+
* @returns {Object|Array<Object>}
|
|
41
|
+
*/
|
|
42
|
+
export declare function createValue<T = OptionValue>(option: T | SelectOption<T> | (T | SelectOption<T>)[] | null, isMulti: boolean): T | SelectOption<T> | (T | SelectOption<T>)[] | undefined;
|
|
43
|
+
declare function Select<T = OptionValue>(props: SelectProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
44
|
+
export default Select;
|
package/esm/select/select.js
CHANGED
|
@@ -1,176 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
import {
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
import { useMemo } from 'react';
|
|
14
|
+
import { useFieldApi } from '@data-driven-forms/react-form-renderer';
|
|
13
15
|
import DDFSelect from '@data-driven-forms/common/select';
|
|
14
16
|
import parseInternalValue from '@data-driven-forms/common/select/parse-internal-value';
|
|
15
|
-
import
|
|
16
|
-
import TextField from "@mui/material/TextField";
|
|
17
|
-
import CircularProgress from "@mui/material/CircularProgress";
|
|
17
|
+
import { TextField, CircularProgress } from '@mui/material';
|
|
18
18
|
import ArrowDropDownIcon from '@mui/icons-material/ArrowDropDown';
|
|
19
|
-
import Autocomplete from
|
|
19
|
+
import { Autocomplete } from '@mui/material';
|
|
20
|
+
import FormFieldGrid from '../form-field-grid/form-field-grid';
|
|
21
|
+
import { validationError } from '../validation-error/validation-error';
|
|
20
22
|
/**
|
|
21
23
|
* Returns label of selected option
|
|
22
24
|
* @param {Object|Array} option currently selected option
|
|
23
|
-
* @param {Array<Object>} options all options
|
|
25
|
+
* @param {Array<Object>} options all options available
|
|
24
26
|
* @returns {String}
|
|
25
27
|
*/
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
});
|
|
43
|
-
return item && item.label || '';
|
|
44
|
-
};
|
|
45
|
-
|
|
28
|
+
export function getOptionLabel(option, options) {
|
|
29
|
+
if (typeof option === 'undefined') {
|
|
30
|
+
return '';
|
|
31
|
+
}
|
|
32
|
+
if (option === '') {
|
|
33
|
+
return '';
|
|
34
|
+
}
|
|
35
|
+
if (Array.isArray(option) && option.length === 0) {
|
|
36
|
+
return '';
|
|
37
|
+
}
|
|
38
|
+
if (typeof option === 'object') {
|
|
39
|
+
return String(option.label);
|
|
40
|
+
}
|
|
41
|
+
const item = options.find(({ value }) => value === option);
|
|
42
|
+
return (item && String(item.label)) || '';
|
|
43
|
+
}
|
|
46
44
|
/**
|
|
47
45
|
* Function that creates correct DDF select value format
|
|
48
46
|
* @param {Object|Array} option currently selected values
|
|
49
47
|
* @param {Boolean} isMulti multiple select flag
|
|
50
48
|
* @returns {Object|Array<Object>}
|
|
51
49
|
*/
|
|
52
|
-
export
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
classNamePrefix = _ref2.classNamePrefix,
|
|
73
|
-
isMulti = _ref2.isMulti,
|
|
74
|
-
_ref2$placeholder = _ref2.placeholder,
|
|
75
|
-
placeholder = _ref2$placeholder === void 0 ? 'Please choose' : _ref2$placeholder,
|
|
76
|
-
_onInputChange = _ref2.onInputChange,
|
|
77
|
-
isFetching = _ref2.isFetching,
|
|
78
|
-
noOptionsMessage = _ref2.noOptionsMessage,
|
|
79
|
-
hideSelectedOptions = _ref2.hideSelectedOptions,
|
|
80
|
-
closeMenuOnSelect = _ref2.closeMenuOnSelect,
|
|
81
|
-
required = _ref2.required,
|
|
82
|
-
_onChange = _ref2.onChange,
|
|
83
|
-
onFocus = _ref2.onFocus,
|
|
84
|
-
onBlur = _ref2.onBlur,
|
|
85
|
-
_ref2$FormFieldGridPr = _ref2.FormFieldGridProps,
|
|
86
|
-
FormFieldGridProps = _ref2$FormFieldGridPr === void 0 ? {} : _ref2$FormFieldGridPr,
|
|
87
|
-
_ref2$TextFieldProps = _ref2.TextFieldProps,
|
|
88
|
-
_ref2$TextFieldProps2 = _ref2$TextFieldProps === void 0 ? {} : _ref2$TextFieldProps,
|
|
89
|
-
textFieldInputProps = _ref2$TextFieldProps2.inputProps,
|
|
90
|
-
TextFieldProps = _objectWithoutProperties(_ref2$TextFieldProps2, _excluded),
|
|
91
|
-
_ref2$inputProps = _ref2.inputProps,
|
|
92
|
-
inputProps = _ref2$inputProps === void 0 ? {} : _ref2$inputProps,
|
|
93
|
-
isClearable = _ref2.isClearable,
|
|
94
|
-
isDisabled = _ref2.isDisabled,
|
|
95
|
-
_ref2$loadingText = _ref2.loadingText,
|
|
96
|
-
loadingText = _ref2$loadingText === void 0 ? 'Loading...' : _ref2$loadingText,
|
|
97
|
-
rest = _objectWithoutProperties(_ref2, _excluded2);
|
|
98
|
-
var invalid = validationError(meta, validateOnMount);
|
|
99
|
-
// When isMulti is true, the "parseInternalValue" always creates new value array, we need to memoize it to not create new array instance
|
|
100
|
-
// Memo is required to fix https://github.com/data-driven-forms/react-forms/issues/1366
|
|
101
|
-
var internalValue = useMemo(function () {
|
|
102
|
-
return parseInternalValue(value, isMulti);
|
|
103
|
-
}, [value, isMulti]);
|
|
104
|
-
return /*#__PURE__*/React.createElement(FormFieldGrid, FormFieldGridProps, /*#__PURE__*/React.createElement(Autocomplete, _extends({
|
|
105
|
-
filterSelectedOptions: hideSelectedOptions,
|
|
106
|
-
disabled: isDisabled,
|
|
107
|
-
disableClearable: isClearable,
|
|
108
|
-
popupIcon: isFetching ? /*#__PURE__*/React.createElement(CircularProgress, {
|
|
109
|
-
size: 20,
|
|
110
|
-
color: "inherit"
|
|
111
|
-
}) : /*#__PURE__*/React.createElement(ArrowDropDownIcon, null),
|
|
112
|
-
fullWidth: true,
|
|
113
|
-
loadingText: loadingText
|
|
114
|
-
}, rest, {
|
|
115
|
-
renderInput: function renderInput(params) {
|
|
116
|
-
return /*#__PURE__*/React.createElement(TextField, _extends({
|
|
117
|
-
onFocus: onFocus,
|
|
118
|
-
onBlur: onBlur
|
|
119
|
-
}, params, {
|
|
120
|
-
required: required,
|
|
121
|
-
error: !!invalid,
|
|
122
|
-
helperText: invalid || (meta.touched || validateOnMount) && meta.warning || helperText || description,
|
|
123
|
-
label: label,
|
|
124
|
-
margin: "normal"
|
|
125
|
-
}, TextFieldProps, {
|
|
126
|
-
inputProps: _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, params.inputProps), textFieldInputProps), inputProps), {}, {
|
|
127
|
-
readOnly: !isSearchable,
|
|
128
|
-
placeholder: !internalValue || internalValue.length === 0 ? placeholder : undefined
|
|
129
|
-
})
|
|
130
|
-
}));
|
|
131
|
-
},
|
|
132
|
-
noOptionsText: noOptionsMessage(),
|
|
133
|
-
onInputChange: function onInputChange(_event, value) {
|
|
134
|
-
return _onInputChange(value);
|
|
135
|
-
},
|
|
136
|
-
options: options,
|
|
137
|
-
multiple: isMulti,
|
|
138
|
-
getOptionLabel: function getOptionLabel(option) {
|
|
139
|
-
return _getOptionLabel(option, options);
|
|
140
|
-
},
|
|
141
|
-
value: typeof internalValue === 'undefined' ? null : internalValue,
|
|
142
|
-
onChange: function onChange(_event, option) {
|
|
143
|
-
return _onChange(createValue(option, isMulti));
|
|
144
|
-
},
|
|
145
|
-
loading: isFetching
|
|
146
|
-
})));
|
|
147
|
-
};
|
|
148
|
-
var Select = function Select(props) {
|
|
149
|
-
var _useFieldApi = useFieldApi(props),
|
|
150
|
-
input = _useFieldApi.input,
|
|
151
|
-
isRequired = _useFieldApi.isRequired,
|
|
152
|
-
isDisabled = _useFieldApi.isDisabled,
|
|
153
|
-
isReadOnly = _useFieldApi.isReadOnly,
|
|
154
|
-
disabled = _useFieldApi.disabled,
|
|
155
|
-
multiple = _useFieldApi.multiple,
|
|
156
|
-
isMulti = _useFieldApi.isMulti,
|
|
157
|
-
isClearable = _useFieldApi.isClearable,
|
|
158
|
-
disableClearable = _useFieldApi.disableClearable,
|
|
159
|
-
loadingMessage = _useFieldApi.loadingMessage,
|
|
160
|
-
loadingText = _useFieldApi.loadingText,
|
|
161
|
-
noOptionsMessage = _useFieldApi.noOptionsMessage,
|
|
162
|
-
noOptionsText = _useFieldApi.noOptionsText,
|
|
163
|
-
closeMenuOnSelect = _useFieldApi.closeMenuOnSelect,
|
|
164
|
-
rest = _objectWithoutProperties(_useFieldApi, _excluded3);
|
|
165
|
-
return /*#__PURE__*/React.createElement(DDFSelect, _extends({}, input, {
|
|
166
|
-
isMulti: multiple || isMulti,
|
|
167
|
-
required: isRequired,
|
|
168
|
-
disabled: isDisabled || isReadOnly || disabled,
|
|
169
|
-
disableClearable: !isClearable || disableClearable,
|
|
170
|
-
loadingText: loadingMessage || loadingText,
|
|
171
|
-
noOptionsMessage: noOptionsMessage || noOptionsText
|
|
172
|
-
}, rest, {
|
|
173
|
-
SelectComponent: InternalSelect
|
|
174
|
-
}));
|
|
175
|
-
};
|
|
176
|
-
export default Select;
|
|
50
|
+
export function createValue(option, isMulti) {
|
|
51
|
+
if (isMulti) {
|
|
52
|
+
return Array.isArray(option) ? option.map((item) => (typeof item === 'object' ? item : { value: item })) : option;
|
|
53
|
+
}
|
|
54
|
+
return option;
|
|
55
|
+
}
|
|
56
|
+
function InternalSelect(_a) {
|
|
57
|
+
var { value, options, label, helperText, validateOnMount, meta, isSearchable, description, classNamePrefix, isMulti, placeholder = 'Please choose', onInputChange, isFetching, noOptionsMessage, hideSelectedOptions, closeMenuOnSelect, required, onChange, onFocus, onBlur, FormFieldGridProps = {} } = _a, _b = _a.TextFieldProps, _c = _b === void 0 ? {} : _b, { inputProps: textFieldInputProps } = _c, TextFieldProps = __rest(_c, ["inputProps"]), { inputProps = {}, isClearable, isDisabled, loadingText = 'Loading...' } = _a, rest = __rest(_a, ["value", "options", "label", "helperText", "validateOnMount", "meta", "isSearchable", "description", "classNamePrefix", "isMulti", "placeholder", "onInputChange", "isFetching", "noOptionsMessage", "hideSelectedOptions", "closeMenuOnSelect", "required", "onChange", "onFocus", "onBlur", "FormFieldGridProps", "TextFieldProps", "inputProps", "isClearable", "isDisabled", "loadingText"]);
|
|
58
|
+
const invalid = validationError(meta, validateOnMount);
|
|
59
|
+
// When isMulti is true, the "parseInternalValue" always creates new value array, we need to memoize it to not create new array instance
|
|
60
|
+
// Memo is required to fix https://github.com/data-driven-forms/react-forms/issues/1366
|
|
61
|
+
const internalValue = useMemo(() => parseInternalValue(value, isMulti), [value, isMulti]);
|
|
62
|
+
return (_jsx(FormFieldGrid, Object.assign({}, FormFieldGridProps, { children: _jsx(Autocomplete, Object.assign({ filterSelectedOptions: hideSelectedOptions, disabled: isDisabled, disableClearable: isClearable, popupIcon: isFetching ? _jsx(CircularProgress, { size: 20, color: "inherit" }) : _jsx(ArrowDropDownIcon, {}), fullWidth: true, loadingText: loadingText }, rest, { renderInput: (params) => (_jsx(TextField, Object.assign({ onFocus: onFocus, onBlur: onBlur }, params, { required: required, error: !!invalid, helperText: invalid || ((meta.touched || validateOnMount) && meta.warning) || helperText || description, label: label, margin: "normal" }, TextFieldProps, { inputProps: Object.assign(Object.assign(Object.assign(Object.assign({}, params.inputProps), textFieldInputProps), inputProps), { readOnly: !isSearchable, placeholder: !internalValue || internalValue.length === 0 ? placeholder : undefined }) }))), noOptionsText: noOptionsMessage && noOptionsMessage(), onInputChange: (_event, value) => onInputChange(value), options: options, multiple: isMulti, getOptionLabel: (option) => getOptionLabel(option, options), value: typeof internalValue === 'undefined' ? null : internalValue, onChange: (_event, option) => onChange(createValue(option, isMulti)), loading: isFetching })) })));
|
|
63
|
+
}
|
|
64
|
+
function Select(props) {
|
|
65
|
+
const _a = useFieldApi(props), { input, isRequired, isDisabled, isReadOnly, disabled, multiple, isMulti, isClearable, disableClearable, loadingMessage, loadingText, noOptionsMessage, noOptionsText, closeMenuOnSelect } = _a, rest = __rest(_a, ["input", "isRequired", "isDisabled", "isReadOnly", "disabled", "multiple", "isMulti", "isClearable", "disableClearable", "loadingMessage", "loadingText", "noOptionsMessage", "noOptionsText", "closeMenuOnSelect"]);
|
|
66
|
+
return (_jsx(DDFSelect, Object.assign({}, input, { isMulti: multiple || isMulti, required: isRequired, disabled: isDisabled || isReadOnly || disabled, disableClearable: !isClearable || disableClearable, loadingText: loadingMessage || loadingText, noOptionsMessage: noOptionsMessage || noOptionsText }, rest, { SelectComponent: InternalSelect })));
|
|
67
|
+
}
|
|
68
|
+
export default Select;
|
|
69
|
+
//# sourceMappingURL=select.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.js","sourceRoot":"","sources":["../../src/select/select.tsx"],"names":[],"mappings":"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"}
|
package/esm/slider/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FormControlProps, FormGroupProps, FormHelperTextProps, SliderProps as MUISliderProps, FormLabelProps, GridProps } from '@mui/material';
|
|
3
|
+
import type { BaseFieldProps } from '@data-driven-forms/react-form-renderer';
|
|
4
|
+
import type { FormFieldGridProps } from '../form-field-grid/form-field-grid';
|
|
5
|
+
export interface SliderProps extends BaseFieldProps {
|
|
6
|
+
FormFieldGridProps?: FormFieldGridProps;
|
|
7
|
+
FormControlProps?: FormControlProps;
|
|
8
|
+
FormGroupProps?: FormGroupProps;
|
|
9
|
+
FormLabelProps?: FormLabelProps;
|
|
10
|
+
FormHelperTextProps?: FormHelperTextProps;
|
|
11
|
+
before?: React.ReactNode;
|
|
12
|
+
after?: React.ReactNode;
|
|
13
|
+
InputGridProps?: GridProps;
|
|
14
|
+
BeforeGridProps?: GridProps;
|
|
15
|
+
SliderGridProps?: GridProps;
|
|
16
|
+
AfterGridProps?: GridProps;
|
|
17
|
+
min?: number;
|
|
18
|
+
max?: number;
|
|
19
|
+
step?: number;
|
|
20
|
+
SliderProps?: Omit<MUISliderProps, 'name' | 'value' | 'onChange' | 'onBlur' | 'onFocus'>;
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
}
|
|
23
|
+
declare const Slider: React.FC<SliderProps>;
|
|
24
|
+
export default Slider;
|
package/esm/slider/slider.js
CHANGED
|
@@ -1,66 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
12
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { FormControl, FormGroup, FormHelperText, Slider as MUISlider, FormLabel, Grid } from '@mui/material';
|
|
14
|
+
import { useFieldApi } from '@data-driven-forms/react-form-renderer';
|
|
12
15
|
import FormFieldGrid from '../form-field-grid/form-field-grid';
|
|
13
16
|
import { validationError } from '../validation-error/validation-error';
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
label = _useFieldApi.label,
|
|
21
|
-
helperText = _useFieldApi.helperText,
|
|
22
|
-
description = _useFieldApi.description,
|
|
23
|
-
validateOnMount = _useFieldApi.validateOnMount,
|
|
24
|
-
meta = _useFieldApi.meta,
|
|
25
|
-
FormFieldGridProps = _useFieldApi.FormFieldGridProps,
|
|
26
|
-
FormControlProps = _useFieldApi.FormControlProps,
|
|
27
|
-
FormGroupProps = _useFieldApi.FormGroupProps,
|
|
28
|
-
FormLabelProps = _useFieldApi.FormLabelProps,
|
|
29
|
-
FormHelperTextProps = _useFieldApi.FormHelperTextProps,
|
|
30
|
-
before = _useFieldApi.before,
|
|
31
|
-
after = _useFieldApi.after,
|
|
32
|
-
InputGridProps = _useFieldApi.InputGridProps,
|
|
33
|
-
BeforeGridProps = _useFieldApi.BeforeGridProps,
|
|
34
|
-
SliderGridProps = _useFieldApi.SliderGridProps,
|
|
35
|
-
AfterGridProps = _useFieldApi.AfterGridProps,
|
|
36
|
-
rest = _objectWithoutProperties(_useFieldApi, _excluded);
|
|
37
|
-
var invalid = validationError(meta, validateOnMount);
|
|
38
|
-
var text = invalid || (meta.touched || validateOnMount) && meta.warning || helperText || description;
|
|
39
|
-
return /*#__PURE__*/React.createElement(FormFieldGrid, FormFieldGridProps, /*#__PURE__*/React.createElement(FormControl, _extends({
|
|
40
|
-
fullWidth: true,
|
|
41
|
-
required: isRequired,
|
|
42
|
-
error: !!invalid,
|
|
43
|
-
component: "fieldset"
|
|
44
|
-
}, FormControlProps), /*#__PURE__*/React.createElement(FormGroup, FormGroupProps, /*#__PURE__*/React.createElement(FormLabel, _extends({
|
|
45
|
-
component: "legend"
|
|
46
|
-
}, FormLabelProps), label), /*#__PURE__*/React.createElement(Grid, _extends({
|
|
47
|
-
container: true,
|
|
48
|
-
spacing: 2,
|
|
49
|
-
alignItems: "center"
|
|
50
|
-
}, InputGridProps), before && /*#__PURE__*/React.createElement(Grid, _extends({
|
|
51
|
-
item: true
|
|
52
|
-
}, BeforeGridProps), before), /*#__PURE__*/React.createElement(Grid, _extends({
|
|
53
|
-
item: true,
|
|
54
|
-
xs: true
|
|
55
|
-
}, SliderGridProps), /*#__PURE__*/React.createElement(MUISlider, _extends({}, input, {
|
|
56
|
-
value: input.value || (rest.max + rest.min) / 2 || 50
|
|
57
|
-
}, rest, {
|
|
58
|
-
disabled: isDisabled || isReadOnly,
|
|
59
|
-
onChange: function onChange(_e, value) {
|
|
60
|
-
return input.onChange(value);
|
|
61
|
-
}
|
|
62
|
-
}))), after && /*#__PURE__*/React.createElement(Grid, _extends({
|
|
63
|
-
item: true
|
|
64
|
-
}, AfterGridProps), after)), text && /*#__PURE__*/React.createElement(FormHelperText, FormHelperTextProps, text))));
|
|
17
|
+
const Slider = (props) => {
|
|
18
|
+
const _a = useFieldApi(props), { input, isReadOnly, isDisabled, isRequired, label, helperText, description, validateOnMount, meta, FormFieldGridProps = {}, FormControlProps = {}, FormGroupProps = {}, FormLabelProps = {}, FormHelperTextProps = {}, before, after, InputGridProps = {}, BeforeGridProps = {}, SliderGridProps = {}, AfterGridProps = {}, min = 0, max = 100, SliderProps = {} } = _a, rest = __rest(_a, ["input", "isReadOnly", "isDisabled", "isRequired", "label", "helperText", "description", "validateOnMount", "meta", "FormFieldGridProps", "FormControlProps", "FormGroupProps", "FormLabelProps", "FormHelperTextProps", "before", "after", "InputGridProps", "BeforeGridProps", "SliderGridProps", "AfterGridProps", "min", "max", "SliderProps"]);
|
|
19
|
+
const invalid = validationError(meta, validateOnMount);
|
|
20
|
+
const text = invalid || ((meta.touched || validateOnMount) && meta.warning) || helperText || description;
|
|
21
|
+
const defaultValue = (max + min) / 2;
|
|
22
|
+
return (_jsx(FormFieldGrid, Object.assign({}, FormFieldGridProps, { children: _jsx(FormControl, Object.assign({ fullWidth: true, required: isRequired, error: !!invalid, component: "fieldset" }, FormControlProps, { children: _jsxs(FormGroup, Object.assign({}, FormGroupProps, { children: [_jsx(FormLabel, Object.assign({ component: "legend" }, FormLabelProps, { children: label })), _jsxs(Grid, Object.assign({ container: true, spacing: 2, alignItems: "center" }, InputGridProps, { children: [before && (_jsx(Grid, Object.assign({ item: true }, BeforeGridProps, { children: before }))), _jsx(Grid, Object.assign({ item: true, xs: true }, SliderGridProps, { children: _jsx(MUISlider, Object.assign({}, input, { value: input.value || defaultValue, min: min, max: max, disabled: isDisabled || isReadOnly, onChange: (_e, value) => input.onChange(value) }, SliderProps, rest)) })), after && (_jsx(Grid, Object.assign({ item: true }, AfterGridProps, { children: after })))] })), text && _jsx(FormHelperText, Object.assign({}, FormHelperTextProps, { children: text }))] })) })) })));
|
|
65
23
|
};
|
|
66
|
-
export default Slider;
|
|
24
|
+
export default Slider;
|
|
25
|
+
//# sourceMappingURL=slider.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slider.js","sourceRoot":"","sources":["../../src/slider/slider.tsx"],"names":[],"mappings":";;;;;;;;;;;;AACA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,IAAI,SAAS,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE7G,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAGrE,OAAO,aAAa,MAAM,oCAAoC,CAAC;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAsBvE,MAAM,MAAM,GAA0B,CAAC,KAAK,EAAE,EAAE;IAC9C,MAAM,KAyBF,WAAW,CAAC,KAAK,CAAC,EAzBhB,EACJ,KAAK,EACL,UAAU,EACV,UAAU,EACV,UAAU,EACV,KAAK,EACL,UAAU,EACV,WAAW,EACX,eAAe,EACf,IAAI,EACJ,kBAAkB,GAAG,EAAE,EACvB,gBAAgB,GAAG,EAAE,EACrB,cAAc,GAAG,EAAE,EACnB,cAAc,GAAG,EAAE,EACnB,mBAAmB,GAAG,EAAE,EACxB,MAAM,EACN,KAAK,EACL,cAAc,GAAG,EAAE,EACnB,eAAe,GAAG,EAAE,EACpB,eAAe,GAAG,EAAE,EACpB,cAAc,GAAG,EAAE,EACnB,GAAG,GAAG,CAAC,EACP,GAAG,GAAG,GAAG,EACT,WAAW,GAAG,EAAE,OAEI,EADjB,IAAI,cAxBH,mVAyBL,CAAqB,CAAC;IAEvB,MAAM,OAAO,GAAG,eAAe,CAAC,IAAyB,EAAE,eAAe,CAAC,CAAC;IAC5E,MAAM,IAAI,GAAG,OAAO,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,eAAe,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,UAAU,IAAI,WAAW,CAAC;IAEzG,MAAM,YAAY,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;IAErC,OAAO,CACL,KAAC,aAAa,oBAAK,kBAAkB,cACnC,KAAC,WAAW,kBAAC,SAAS,QAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,SAAS,EAAC,UAAU,IAAK,gBAAgB,cACtG,MAAC,SAAS,oBAAK,cAAc,eAC3B,KAAC,SAAS,kBAAC,SAAS,EAAC,QAAQ,IAAK,cAAc,cAC7C,KAAK,IACI,EACZ,MAAC,IAAI,kBAAC,SAAS,QAAC,OAAO,EAAE,CAAC,EAAE,UAAU,EAAC,QAAQ,IAAK,cAAc,eAC/D,MAAM,IAAI,CACT,KAAC,IAAI,kBAAC,IAAI,UAAK,eAAe,cAC3B,MAAM,IACF,CACR,EACD,KAAC,IAAI,kBAAC,IAAI,QAAC,EAAE,UAAK,eAAe,cAC/B,KAAC,SAAS,oBACJ,KAAK,IACT,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,YAAY,EAClC,GAAG,EAAE,GAAG,EACR,GAAG,EAAE,GAAG,EACR,QAAQ,EAAE,UAAU,IAAI,UAAU,EAClC,QAAQ,EAAE,CAAC,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,IAC1C,WAAW,EACX,IAAI,EACR,IACG,EACN,KAAK,IAAI,CACR,KAAC,IAAI,kBAAC,IAAI,UAAK,cAAc,cAC1B,KAAK,IACD,CACR,KACI,EACN,IAAI,IAAI,KAAC,cAAc,oBAAK,mBAAmB,cAAG,IAAI,IAAkB,KAC/D,IACA,IACA,CACjB,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/esm/sub-form/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sub-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,cAAc,YAAY,CAAC"}
|