@vtx/components 4.0.0-beta.12 → 4.0.0-beta.13
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.
|
@@ -109,7 +109,7 @@ export { VtxCombogrid };
|
|
|
109
109
|
VtxCombogrid.propTypes = {
|
|
110
110
|
prefixCls: PropTypes.string,
|
|
111
111
|
placeholder: PropTypes.string,
|
|
112
|
-
value: PropTypes.string,
|
|
112
|
+
value: PropTypes.oneOfType([PropTypes.string, PropTypes.array]),
|
|
113
113
|
allowClear: PropTypes.bool,
|
|
114
114
|
disabled: PropTypes.bool,
|
|
115
115
|
className: PropTypes.string,
|
|
@@ -117,7 +117,7 @@ var _default = exports.default = VtxCombogrid;
|
|
|
117
117
|
VtxCombogrid.propTypes = {
|
|
118
118
|
prefixCls: _propTypes.default.string,
|
|
119
119
|
placeholder: _propTypes.default.string,
|
|
120
|
-
value: _propTypes.default.string,
|
|
120
|
+
value: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.array]),
|
|
121
121
|
allowClear: _propTypes.default.bool,
|
|
122
122
|
disabled: _propTypes.default.bool,
|
|
123
123
|
className: _propTypes.default.string,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtx/components",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.13",
|
|
4
4
|
"description": "React components for Vortex",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
"react-syntax-highlighter": "^15.6.6",
|
|
116
116
|
"safe-stable-stringify": "^2.5.0",
|
|
117
117
|
"signature_pad": "3.0.0-beta.4",
|
|
118
|
+
"swr": "1.3.0",
|
|
118
119
|
"uninstall": "^0.0.0",
|
|
119
120
|
"use-deep-compare": "^1.3.0",
|
|
120
121
|
"viewerjs": "1.3.3",
|