@data-driven-forms/carbon-component-mapper 4.0.0 → 4.1.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.
- package/LICENSE +201 -0
- package/checkbox/checkbox.js +0 -31
- package/date-picker/date-picker.js +0 -9
- package/dual-list-select/dual-list-select.js +0 -82
- package/esm/checkbox/checkbox.js +0 -30
- package/esm/date-picker/date-picker.js +0 -8
- package/esm/dual-list-select/dual-list-select.js +0 -81
- package/esm/field-array/field-array.js +0 -28
- package/esm/form-template/form-template.js +0 -19
- package/esm/helper-text-block/helper-text-block.js +0 -6
- package/esm/is-required/is-required.js +0 -4
- package/esm/plain-text/plain-text.js +0 -6
- package/esm/radio/radio.js +0 -12
- package/esm/select/select.js +0 -92
- package/esm/slider/slider.js +0 -9
- package/esm/sub-form/sub-form.js +0 -12
- package/esm/switch/switch.js +0 -10
- package/esm/tabs/tabs.js +0 -12
- package/esm/text-field/text-field.js +0 -9
- package/esm/textarea/textarea.js +0 -10
- package/esm/time-picker/time-picker.js +0 -4
- package/esm/time-picker-base/time-picker-base.js +0 -29
- package/esm/time-picker-date/time-picker-date.js +0 -17
- package/esm/time-picker-string/time-picker-string.js +0 -17
- package/esm/with-description/with-description.js +0 -5
- package/esm/wizard/wizard.js +0 -40
- package/field-array/field-array.js +0 -29
- package/form-template/form-template.js +0 -20
- package/helper-text-block/helper-text-block.js +0 -7
- package/is-required/is-required.js +0 -5
- package/package.json +4 -5
- package/plain-text/plain-text.js +0 -7
- package/radio/radio.js +0 -13
- package/select/select.js +0 -93
- package/slider/slider.js +0 -10
- package/sub-form/sub-form.js +0 -13
- package/switch/switch.js +0 -11
- package/tabs/tabs.js +0 -13
- package/text-field/text-field.js +0 -10
- package/textarea/textarea.js +0 -11
- package/time-picker/time-picker.js +0 -5
- package/time-picker-base/time-picker-base.js +0 -30
- package/time-picker-date/time-picker-date.js +0 -18
- package/time-picker-string/time-picker-string.js +0 -18
- package/with-description/with-description.js +0 -6
- package/wizard/wizard.js +0 -41
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2019, Data Driven Forms
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/checkbox/checkbox.js
CHANGED
|
@@ -17,8 +17,6 @@ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/h
|
|
|
17
17
|
|
|
18
18
|
var _react = _interopRequireDefault(require("react"));
|
|
19
19
|
|
|
20
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
21
|
-
|
|
22
20
|
var _useFieldApi2 = _interopRequireDefault(require("@data-driven-forms/react-form-renderer/use-field-api"));
|
|
23
21
|
|
|
24
22
|
var _multipleChoiceList = _interopRequireDefault(require("@data-driven-forms/common/multiple-choice-list"));
|
|
@@ -63,16 +61,6 @@ var Wrapper = function Wrapper(_ref) {
|
|
|
63
61
|
}));
|
|
64
62
|
};
|
|
65
63
|
|
|
66
|
-
Wrapper.propTypes = {
|
|
67
|
-
label: _propTypes["default"].node,
|
|
68
|
-
children: _propTypes["default"].node,
|
|
69
|
-
description: _propTypes["default"].node,
|
|
70
|
-
helperText: _propTypes["default"].node,
|
|
71
|
-
error: _propTypes["default"].node,
|
|
72
|
-
showError: _propTypes["default"].bool,
|
|
73
|
-
isRequired: _propTypes["default"].bool
|
|
74
|
-
};
|
|
75
|
-
|
|
76
64
|
var SingleCheckbox = function SingleCheckbox(props) {
|
|
77
65
|
var _useFieldApi = (0, _useFieldApi2["default"])((0, _prepareProps["default"])(_objectSpread(_objectSpread({}, props), {}, {
|
|
78
66
|
type: 'checkbox'
|
|
@@ -117,19 +105,6 @@ var SingleCheckboxInCommon = function SingleCheckboxInCommon(_ref2) {
|
|
|
117
105
|
}));
|
|
118
106
|
};
|
|
119
107
|
|
|
120
|
-
SingleCheckboxInCommon.propTypes = {
|
|
121
|
-
label: _propTypes["default"].node,
|
|
122
|
-
input: _propTypes["default"].object,
|
|
123
|
-
isDisabled: _propTypes["default"].bool,
|
|
124
|
-
isRequired: _propTypes["default"].bool,
|
|
125
|
-
name: _propTypes["default"].string,
|
|
126
|
-
id: _propTypes["default"].string,
|
|
127
|
-
WrapperProps: _propTypes["default"].object,
|
|
128
|
-
meta: _propTypes["default"].object,
|
|
129
|
-
option: _propTypes["default"].object,
|
|
130
|
-
onChange: _propTypes["default"].func
|
|
131
|
-
};
|
|
132
|
-
|
|
133
108
|
var Checkbox = function Checkbox(_ref3) {
|
|
134
109
|
var options = _ref3.options,
|
|
135
110
|
props = (0, _objectWithoutProperties2["default"])(_ref3, _excluded4);
|
|
@@ -141,11 +116,5 @@ var Checkbox = function Checkbox(_ref3) {
|
|
|
141
116
|
})) : /*#__PURE__*/_react["default"].createElement(SingleCheckbox, props);
|
|
142
117
|
};
|
|
143
118
|
|
|
144
|
-
Checkbox.propTypes = {
|
|
145
|
-
options: _propTypes["default"].arrayOf(_propTypes["default"].shape({
|
|
146
|
-
label: _propTypes["default"].node,
|
|
147
|
-
value: _propTypes["default"].any
|
|
148
|
-
}))
|
|
149
|
-
};
|
|
150
119
|
var _default = Checkbox;
|
|
151
120
|
exports["default"] = _default;
|
|
@@ -13,8 +13,6 @@ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/h
|
|
|
13
13
|
|
|
14
14
|
var _react = _interopRequireDefault(require("react"));
|
|
15
15
|
|
|
16
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
17
|
-
|
|
18
16
|
var _useFieldApi2 = _interopRequireDefault(require("@data-driven-forms/react-form-renderer/use-field-api"));
|
|
19
17
|
|
|
20
18
|
var _carbonComponentsReact = require("carbon-components-react");
|
|
@@ -51,12 +49,5 @@ var DatePicker = function DatePicker(props) {
|
|
|
51
49
|
}));
|
|
52
50
|
};
|
|
53
51
|
|
|
54
|
-
DatePicker.propTypes = {
|
|
55
|
-
isDisabled: _propTypes["default"].bool,
|
|
56
|
-
isRequired: _propTypes["default"].bool,
|
|
57
|
-
datePickerType: _propTypes["default"].string,
|
|
58
|
-
DatePickerProps: _propTypes["default"].object,
|
|
59
|
-
WrapperProps: _propTypes["default"].object
|
|
60
|
-
};
|
|
61
52
|
var _default = DatePicker;
|
|
62
53
|
exports["default"] = _default;
|
|
@@ -13,8 +13,6 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
|
|
|
13
13
|
|
|
14
14
|
var _react = _interopRequireDefault(require("react"));
|
|
15
15
|
|
|
16
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
17
|
-
|
|
18
16
|
var _dualListSelect = _interopRequireDefault(require("@data-driven-forms/common/dual-list-select"));
|
|
19
17
|
|
|
20
18
|
var _clsx = _interopRequireDefault(require("clsx"));
|
|
@@ -72,10 +70,6 @@ var EmptyList = function EmptyList(_ref) {
|
|
|
72
70
|
return /*#__PURE__*/_react["default"].createElement(_carbonComponentsReact.StructuredListWrapper, null, /*#__PURE__*/_react["default"].createElement(_carbonComponentsReact.StructuredListBody, null, /*#__PURE__*/_react["default"].createElement(_carbonComponentsReact.StructuredListRow, null, /*#__PURE__*/_react["default"].createElement(_carbonComponentsReact.StructuredListCell, null, message))));
|
|
73
71
|
};
|
|
74
72
|
|
|
75
|
-
EmptyList.propTypes = {
|
|
76
|
-
message: _propTypes["default"].string
|
|
77
|
-
};
|
|
78
|
-
|
|
79
73
|
var List = function List(_ref2) {
|
|
80
74
|
var options = _ref2.options,
|
|
81
75
|
selectedValues = _ref2.selectedValues,
|
|
@@ -123,15 +117,6 @@ var List = function List(_ref2) {
|
|
|
123
117
|
});
|
|
124
118
|
};
|
|
125
119
|
|
|
126
|
-
List.propTypes = {
|
|
127
|
-
options: _propTypes["default"].array,
|
|
128
|
-
selectedValues: _propTypes["default"].array,
|
|
129
|
-
handleOptionsClick: _propTypes["default"].func,
|
|
130
|
-
noTitle: _propTypes["default"].node,
|
|
131
|
-
ListProps: _propTypes["default"].object,
|
|
132
|
-
BodyProps: _propTypes["default"].object
|
|
133
|
-
};
|
|
134
|
-
|
|
135
120
|
var Toolbar = function Toolbar(_ref4) {
|
|
136
121
|
var sortTitle = _ref4.sortTitle,
|
|
137
122
|
onFilter = _ref4.onFilter,
|
|
@@ -162,17 +147,6 @@ var Toolbar = function Toolbar(_ref4) {
|
|
|
162
147
|
}), sortDirection ? /*#__PURE__*/_react["default"].createElement(_iconsReact.CaretSortDown32, null) : /*#__PURE__*/_react["default"].createElement(_iconsReact.CaretSortUp32, null)));
|
|
163
148
|
};
|
|
164
149
|
|
|
165
|
-
Toolbar.propTypes = {
|
|
166
|
-
sortTitle: _propTypes["default"].string,
|
|
167
|
-
onFilter: _propTypes["default"].func,
|
|
168
|
-
onSort: _propTypes["default"].func,
|
|
169
|
-
sortDirection: _propTypes["default"].bool,
|
|
170
|
-
placeholder: _propTypes["default"].string,
|
|
171
|
-
ToolbarProps: _propTypes["default"].object,
|
|
172
|
-
SearchProps: _propTypes["default"].object,
|
|
173
|
-
SortProps: _propTypes["default"].object
|
|
174
|
-
};
|
|
175
|
-
|
|
176
150
|
var isEmpty = function isEmpty(array) {
|
|
177
151
|
return array.length === 0;
|
|
178
152
|
};
|
|
@@ -342,62 +316,6 @@ var DualListSelectInner = function DualListSelectInner(_ref5) {
|
|
|
342
316
|
})))));
|
|
343
317
|
};
|
|
344
318
|
|
|
345
|
-
DualListSelectInner.propTypes = {
|
|
346
|
-
leftValues: _propTypes["default"].array,
|
|
347
|
-
handleOptionsClick: _propTypes["default"].func,
|
|
348
|
-
rightValues: _propTypes["default"].array,
|
|
349
|
-
handleValuesClick: _propTypes["default"].func,
|
|
350
|
-
handleMoveRight: _propTypes["default"].func,
|
|
351
|
-
handleClearLeftValues: _propTypes["default"].func,
|
|
352
|
-
handleMoveLeft: _propTypes["default"].func,
|
|
353
|
-
handleClearRightValues: _propTypes["default"].func,
|
|
354
|
-
state: _propTypes["default"].object,
|
|
355
|
-
filterOptions: _propTypes["default"].func,
|
|
356
|
-
filterValues: _propTypes["default"].func,
|
|
357
|
-
sortValues: _propTypes["default"].func,
|
|
358
|
-
sortOptions: _propTypes["default"].func,
|
|
359
|
-
noOptionsTitle: _propTypes["default"].node,
|
|
360
|
-
noValueTitle: _propTypes["default"].node,
|
|
361
|
-
leftTitle: _propTypes["default"].node,
|
|
362
|
-
rightTitle: _propTypes["default"].node,
|
|
363
|
-
LeftTitleElement: _propTypes["default"].string,
|
|
364
|
-
RightTitleElement: _propTypes["default"].string,
|
|
365
|
-
LeftTitleProps: _propTypes["default"].object,
|
|
366
|
-
RightTitleProps: _propTypes["default"].object,
|
|
367
|
-
moveLeftTitle: _propTypes["default"].node,
|
|
368
|
-
moveRightTitle: _propTypes["default"].node,
|
|
369
|
-
moveAllLeftTitle: _propTypes["default"].node,
|
|
370
|
-
moveAllRightTitle: _propTypes["default"].node,
|
|
371
|
-
label: _propTypes["default"].node,
|
|
372
|
-
isRequired: _propTypes["default"].bool,
|
|
373
|
-
filterOptionsTitle: _propTypes["default"].string,
|
|
374
|
-
filterValuesTitle: _propTypes["default"].string,
|
|
375
|
-
sortOptionsTitle: _propTypes["default"].string,
|
|
376
|
-
sortValuesTitle: _propTypes["default"].string,
|
|
377
|
-
filterOptionsText: _propTypes["default"].node,
|
|
378
|
-
filterValueText: _propTypes["default"].node,
|
|
379
|
-
FormGroupProps: _propTypes["default"].object,
|
|
380
|
-
GridProps: _propTypes["default"].object,
|
|
381
|
-
RowProps: _propTypes["default"].object,
|
|
382
|
-
OptionsColumnProps: _propTypes["default"].object,
|
|
383
|
-
ButtonColumnProps: _propTypes["default"].object,
|
|
384
|
-
ValuesColumnProps: _propTypes["default"].object,
|
|
385
|
-
AddButtonProps: _propTypes["default"].object,
|
|
386
|
-
AddAllButtonProps: _propTypes["default"].object,
|
|
387
|
-
RemoveButtonProps: _propTypes["default"].object,
|
|
388
|
-
RemoveAllButtonProps: _propTypes["default"].object,
|
|
389
|
-
LeftToolbarProps: _propTypes["default"].object,
|
|
390
|
-
RightToolbarProps: _propTypes["default"].object,
|
|
391
|
-
LeftSearchProps: _propTypes["default"].object,
|
|
392
|
-
RightSearchProps: _propTypes["default"].object,
|
|
393
|
-
LeftSortProps: _propTypes["default"].object,
|
|
394
|
-
RightSortProps: _propTypes["default"].object,
|
|
395
|
-
LeftListProps: _propTypes["default"].object,
|
|
396
|
-
LeftBodyProps: _propTypes["default"].object,
|
|
397
|
-
RightListProps: _propTypes["default"].object,
|
|
398
|
-
RightBodyProps: _propTypes["default"].object
|
|
399
|
-
};
|
|
400
|
-
|
|
401
319
|
var DualListSelect = function DualListSelect(props) {
|
|
402
320
|
return /*#__PURE__*/_react["default"].createElement(_dualListSelect["default"], (0, _extends2["default"])({}, props, {
|
|
403
321
|
DualListSelect: DualListSelectInner
|
package/esm/checkbox/checkbox.js
CHANGED
|
@@ -11,7 +11,6 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
11
11
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
12
12
|
|
|
13
13
|
import React from 'react';
|
|
14
|
-
import PropTypes from 'prop-types';
|
|
15
14
|
import useFieldApi from "@data-driven-forms/react-form-renderer/use-field-api";
|
|
16
15
|
import MultipleChoiceListCommon from '@data-driven-forms/common/multiple-choice-list';
|
|
17
16
|
import { Checkbox as CarbonCheckbox, FormGroup } from 'carbon-components-react';
|
|
@@ -38,16 +37,6 @@ var Wrapper = function Wrapper(_ref) {
|
|
|
38
37
|
}));
|
|
39
38
|
};
|
|
40
39
|
|
|
41
|
-
Wrapper.propTypes = {
|
|
42
|
-
label: PropTypes.node,
|
|
43
|
-
children: PropTypes.node,
|
|
44
|
-
description: PropTypes.node,
|
|
45
|
-
helperText: PropTypes.node,
|
|
46
|
-
error: PropTypes.node,
|
|
47
|
-
showError: PropTypes.bool,
|
|
48
|
-
isRequired: PropTypes.bool
|
|
49
|
-
};
|
|
50
|
-
|
|
51
40
|
var SingleCheckbox = function SingleCheckbox(props) {
|
|
52
41
|
var _useFieldApi = useFieldApi(prepareProps(_objectSpread(_objectSpread({}, props), {}, {
|
|
53
42
|
type: 'checkbox'
|
|
@@ -93,19 +82,6 @@ var SingleCheckboxInCommon = function SingleCheckboxInCommon(_ref2) {
|
|
|
93
82
|
}));
|
|
94
83
|
};
|
|
95
84
|
|
|
96
|
-
SingleCheckboxInCommon.propTypes = {
|
|
97
|
-
label: PropTypes.node,
|
|
98
|
-
input: PropTypes.object,
|
|
99
|
-
isDisabled: PropTypes.bool,
|
|
100
|
-
isRequired: PropTypes.bool,
|
|
101
|
-
name: PropTypes.string,
|
|
102
|
-
id: PropTypes.string,
|
|
103
|
-
WrapperProps: PropTypes.object,
|
|
104
|
-
meta: PropTypes.object,
|
|
105
|
-
option: PropTypes.object,
|
|
106
|
-
onChange: PropTypes.func
|
|
107
|
-
};
|
|
108
|
-
|
|
109
85
|
var Checkbox = function Checkbox(_ref3) {
|
|
110
86
|
var options = _ref3.options,
|
|
111
87
|
props = _objectWithoutProperties(_ref3, _excluded4);
|
|
@@ -118,10 +94,4 @@ var Checkbox = function Checkbox(_ref3) {
|
|
|
118
94
|
})) : /*#__PURE__*/React.createElement(SingleCheckbox, props);
|
|
119
95
|
};
|
|
120
96
|
|
|
121
|
-
Checkbox.propTypes = {
|
|
122
|
-
options: PropTypes.arrayOf(PropTypes.shape({
|
|
123
|
-
label: PropTypes.node,
|
|
124
|
-
value: PropTypes.any
|
|
125
|
-
}))
|
|
126
|
-
};
|
|
127
97
|
export default Checkbox;
|
|
@@ -2,7 +2,6 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["input", "datePickerType", "meta", "DatePickerProps", "validateOnMount", "helperText", "WrapperProps"];
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import PropTypes from 'prop-types';
|
|
6
5
|
import useFieldApi from "@data-driven-forms/react-form-renderer/use-field-api";
|
|
7
6
|
import { DatePicker as CarbonDatePicker, DatePickerInput } from 'carbon-components-react';
|
|
8
7
|
import prepareProps from '../prepare-props';
|
|
@@ -34,11 +33,4 @@ var DatePicker = function DatePicker(props) {
|
|
|
34
33
|
}));
|
|
35
34
|
};
|
|
36
35
|
|
|
37
|
-
DatePicker.propTypes = {
|
|
38
|
-
isDisabled: PropTypes.bool,
|
|
39
|
-
isRequired: PropTypes.bool,
|
|
40
|
-
datePickerType: PropTypes.string,
|
|
41
|
-
DatePickerProps: PropTypes.object,
|
|
42
|
-
WrapperProps: PropTypes.object
|
|
43
|
-
};
|
|
44
36
|
export default DatePicker;
|
|
@@ -6,7 +6,6 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
6
6
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
7
7
|
|
|
8
8
|
import React from 'react';
|
|
9
|
-
import PropTypes from 'prop-types';
|
|
10
9
|
import DualListSelectCommon from '@data-driven-forms/common/dual-list-select';
|
|
11
10
|
import clsx from 'clsx';
|
|
12
11
|
import { createUseStyles } from "react-jss/dist/react-jss.esm.js";
|
|
@@ -54,10 +53,6 @@ var EmptyList = function EmptyList(_ref) {
|
|
|
54
53
|
return /*#__PURE__*/React.createElement(StructuredListWrapper, null, /*#__PURE__*/React.createElement(StructuredListBody, null, /*#__PURE__*/React.createElement(StructuredListRow, null, /*#__PURE__*/React.createElement(StructuredListCell, null, message))));
|
|
55
54
|
};
|
|
56
55
|
|
|
57
|
-
EmptyList.propTypes = {
|
|
58
|
-
message: PropTypes.string
|
|
59
|
-
};
|
|
60
|
-
|
|
61
56
|
var List = function List(_ref2) {
|
|
62
57
|
var options = _ref2.options,
|
|
63
58
|
selectedValues = _ref2.selectedValues,
|
|
@@ -105,15 +100,6 @@ var List = function List(_ref2) {
|
|
|
105
100
|
});
|
|
106
101
|
};
|
|
107
102
|
|
|
108
|
-
List.propTypes = {
|
|
109
|
-
options: PropTypes.array,
|
|
110
|
-
selectedValues: PropTypes.array,
|
|
111
|
-
handleOptionsClick: PropTypes.func,
|
|
112
|
-
noTitle: PropTypes.node,
|
|
113
|
-
ListProps: PropTypes.object,
|
|
114
|
-
BodyProps: PropTypes.object
|
|
115
|
-
};
|
|
116
|
-
|
|
117
103
|
var Toolbar = function Toolbar(_ref4) {
|
|
118
104
|
var sortTitle = _ref4.sortTitle,
|
|
119
105
|
onFilter = _ref4.onFilter,
|
|
@@ -144,17 +130,6 @@ var Toolbar = function Toolbar(_ref4) {
|
|
|
144
130
|
}), sortDirection ? /*#__PURE__*/React.createElement(CaretSortDown32, null) : /*#__PURE__*/React.createElement(CaretSortUp32, null)));
|
|
145
131
|
};
|
|
146
132
|
|
|
147
|
-
Toolbar.propTypes = {
|
|
148
|
-
sortTitle: PropTypes.string,
|
|
149
|
-
onFilter: PropTypes.func,
|
|
150
|
-
onSort: PropTypes.func,
|
|
151
|
-
sortDirection: PropTypes.bool,
|
|
152
|
-
placeholder: PropTypes.string,
|
|
153
|
-
ToolbarProps: PropTypes.object,
|
|
154
|
-
SearchProps: PropTypes.object,
|
|
155
|
-
SortProps: PropTypes.object
|
|
156
|
-
};
|
|
157
|
-
|
|
158
133
|
var isEmpty = function isEmpty(array) {
|
|
159
134
|
return array.length === 0;
|
|
160
135
|
};
|
|
@@ -324,62 +299,6 @@ var DualListSelectInner = function DualListSelectInner(_ref5) {
|
|
|
324
299
|
})))));
|
|
325
300
|
};
|
|
326
301
|
|
|
327
|
-
DualListSelectInner.propTypes = {
|
|
328
|
-
leftValues: PropTypes.array,
|
|
329
|
-
handleOptionsClick: PropTypes.func,
|
|
330
|
-
rightValues: PropTypes.array,
|
|
331
|
-
handleValuesClick: PropTypes.func,
|
|
332
|
-
handleMoveRight: PropTypes.func,
|
|
333
|
-
handleClearLeftValues: PropTypes.func,
|
|
334
|
-
handleMoveLeft: PropTypes.func,
|
|
335
|
-
handleClearRightValues: PropTypes.func,
|
|
336
|
-
state: PropTypes.object,
|
|
337
|
-
filterOptions: PropTypes.func,
|
|
338
|
-
filterValues: PropTypes.func,
|
|
339
|
-
sortValues: PropTypes.func,
|
|
340
|
-
sortOptions: PropTypes.func,
|
|
341
|
-
noOptionsTitle: PropTypes.node,
|
|
342
|
-
noValueTitle: PropTypes.node,
|
|
343
|
-
leftTitle: PropTypes.node,
|
|
344
|
-
rightTitle: PropTypes.node,
|
|
345
|
-
LeftTitleElement: PropTypes.string,
|
|
346
|
-
RightTitleElement: PropTypes.string,
|
|
347
|
-
LeftTitleProps: PropTypes.object,
|
|
348
|
-
RightTitleProps: PropTypes.object,
|
|
349
|
-
moveLeftTitle: PropTypes.node,
|
|
350
|
-
moveRightTitle: PropTypes.node,
|
|
351
|
-
moveAllLeftTitle: PropTypes.node,
|
|
352
|
-
moveAllRightTitle: PropTypes.node,
|
|
353
|
-
label: PropTypes.node,
|
|
354
|
-
isRequired: PropTypes.bool,
|
|
355
|
-
filterOptionsTitle: PropTypes.string,
|
|
356
|
-
filterValuesTitle: PropTypes.string,
|
|
357
|
-
sortOptionsTitle: PropTypes.string,
|
|
358
|
-
sortValuesTitle: PropTypes.string,
|
|
359
|
-
filterOptionsText: PropTypes.node,
|
|
360
|
-
filterValueText: PropTypes.node,
|
|
361
|
-
FormGroupProps: PropTypes.object,
|
|
362
|
-
GridProps: PropTypes.object,
|
|
363
|
-
RowProps: PropTypes.object,
|
|
364
|
-
OptionsColumnProps: PropTypes.object,
|
|
365
|
-
ButtonColumnProps: PropTypes.object,
|
|
366
|
-
ValuesColumnProps: PropTypes.object,
|
|
367
|
-
AddButtonProps: PropTypes.object,
|
|
368
|
-
AddAllButtonProps: PropTypes.object,
|
|
369
|
-
RemoveButtonProps: PropTypes.object,
|
|
370
|
-
RemoveAllButtonProps: PropTypes.object,
|
|
371
|
-
LeftToolbarProps: PropTypes.object,
|
|
372
|
-
RightToolbarProps: PropTypes.object,
|
|
373
|
-
LeftSearchProps: PropTypes.object,
|
|
374
|
-
RightSearchProps: PropTypes.object,
|
|
375
|
-
LeftSortProps: PropTypes.object,
|
|
376
|
-
RightSortProps: PropTypes.object,
|
|
377
|
-
LeftListProps: PropTypes.object,
|
|
378
|
-
LeftBodyProps: PropTypes.object,
|
|
379
|
-
RightListProps: PropTypes.object,
|
|
380
|
-
RightBodyProps: PropTypes.object
|
|
381
|
-
};
|
|
382
|
-
|
|
383
302
|
var DualListSelect = function DualListSelect(props) {
|
|
384
303
|
return /*#__PURE__*/React.createElement(DualListSelectCommon, _extends({}, props, {
|
|
385
304
|
DualListSelect: DualListSelectInner
|
|
@@ -9,7 +9,6 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
9
9
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
10
10
|
|
|
11
11
|
import React, { memo } from 'react';
|
|
12
|
-
import PropTypes from 'prop-types';
|
|
13
12
|
import isEqual from 'lodash/isEqual';
|
|
14
13
|
import clsx from 'clsx';
|
|
15
14
|
import { createUseStyles } from "react-jss/dist/react-jss.esm.js";
|
|
@@ -78,15 +77,6 @@ var ArrayItem = /*#__PURE__*/memo(function (_ref) {
|
|
|
78
77
|
|
|
79
78
|
return isEqual(prev, next);
|
|
80
79
|
});
|
|
81
|
-
ArrayItem.propTypes = {
|
|
82
|
-
remove: PropTypes.func,
|
|
83
|
-
fields: PropTypes.array,
|
|
84
|
-
name: PropTypes.string,
|
|
85
|
-
removeText: PropTypes.node,
|
|
86
|
-
buttonDisabled: PropTypes.bool,
|
|
87
|
-
RemoveButtonProps: PropTypes.object,
|
|
88
|
-
ArrayItemProps: PropTypes.object
|
|
89
|
-
};
|
|
90
80
|
|
|
91
81
|
var FieldArray = function FieldArray(props) {
|
|
92
82
|
var _useFieldApi = useFieldApi(prepareProps(props)),
|
|
@@ -167,22 +157,4 @@ var FieldArray = function FieldArray(props) {
|
|
|
167
157
|
}));
|
|
168
158
|
};
|
|
169
159
|
|
|
170
|
-
FieldArray.propTypes = {
|
|
171
|
-
noItemsMessage: PropTypes.node,
|
|
172
|
-
maxItems: PropTypes.number,
|
|
173
|
-
minItems: PropTypes.number,
|
|
174
|
-
buttonLabels: PropTypes.shape({
|
|
175
|
-
add: PropTypes.node,
|
|
176
|
-
remove: PropTypes.node
|
|
177
|
-
}),
|
|
178
|
-
AddContainerProps: PropTypes.object,
|
|
179
|
-
AddButtonProps: PropTypes.object,
|
|
180
|
-
FormGroupProps: PropTypes.object,
|
|
181
|
-
WrapperProps: PropTypes.object,
|
|
182
|
-
ArrayItemProps: PropTypes.object,
|
|
183
|
-
RemoveButtonProps: PropTypes.object,
|
|
184
|
-
defaultItem: PropTypes.any,
|
|
185
|
-
isRequired: PropTypes.bool,
|
|
186
|
-
fields: PropTypes.array
|
|
187
|
-
};
|
|
188
160
|
export default FieldArray;
|