@panneau/modal-resource-form 3.0.289 → 3.0.290
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/es/index.js +3 -4
- package/package.json +7 -7
package/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import PropTypes from 'prop-types';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { FormattedMessage } from 'react-intl';
|
|
4
|
-
import ResourceForm
|
|
4
|
+
import ResourceForm from '@panneau/form-resource';
|
|
5
5
|
import { useResourceValues } from '@panneau/intl';
|
|
6
6
|
import Dialog from '@panneau/modal-dialog';
|
|
7
7
|
|
|
@@ -62,7 +62,7 @@ var ModalResourceForm = function ModalResourceForm(_ref) {
|
|
|
62
62
|
size: "lg",
|
|
63
63
|
onClose: onClose,
|
|
64
64
|
className: className
|
|
65
|
-
}, /*#__PURE__*/React.createElement(ResourceForm
|
|
65
|
+
}, /*#__PURE__*/React.createElement(ResourceForm, {
|
|
66
66
|
resource: resource,
|
|
67
67
|
type: type,
|
|
68
68
|
item: item,
|
|
@@ -71,6 +71,5 @@ var ModalResourceForm = function ModalResourceForm(_ref) {
|
|
|
71
71
|
};
|
|
72
72
|
ModalResourceForm.propTypes = propTypes;
|
|
73
73
|
ModalResourceForm.defaultProps = defaultProps;
|
|
74
|
-
var ResourceForm = ModalResourceForm;
|
|
75
74
|
|
|
76
|
-
export {
|
|
75
|
+
export { ModalResourceForm as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/modal-resource-form",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.290",
|
|
4
4
|
"description": "Resource form modal",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.12.5",
|
|
52
|
-
"@panneau/core": "^3.0.
|
|
53
|
-
"@panneau/form-resource": "^3.0.
|
|
54
|
-
"@panneau/intl": "^3.0.
|
|
55
|
-
"@panneau/modal-dialog": "^3.0.
|
|
56
|
-
"@panneau/themes": "^3.0.
|
|
52
|
+
"@panneau/core": "^3.0.290",
|
|
53
|
+
"@panneau/form-resource": "^3.0.290",
|
|
54
|
+
"@panneau/intl": "^3.0.290",
|
|
55
|
+
"@panneau/modal-dialog": "^3.0.290",
|
|
56
|
+
"@panneau/themes": "^3.0.290",
|
|
57
57
|
"classnames": "^2.5.1",
|
|
58
58
|
"lodash-es": "^4.17.21",
|
|
59
59
|
"prop-types": "^15.7.2",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "682156ae8f9e789cca229bd2aab2c8f3228b5ffe"
|
|
66
66
|
}
|