@panneau/field-resource-item 3.0.175 → 3.0.177
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 +2 -0
- package/lib/index.js +2 -0
- package/package.json +12 -12
package/es/index.js
CHANGED
@@ -21,6 +21,8 @@ import { useResourceValues } from '@panneau/intl';
|
|
21
21
|
import Dialog from '@panneau/modal-dialog';
|
22
22
|
import ResourceItemsModal from '@panneau/modal-resource-items';
|
23
23
|
|
24
|
+
// TODO: improve the modals (esc key) and switch to FormModal
|
25
|
+
|
24
26
|
var propTypes = {
|
25
27
|
name: PropTypes.string,
|
26
28
|
value: PropTypes.object,
|
package/lib/index.js
CHANGED
@@ -25,6 +25,8 @@ var intl = require('@panneau/intl');
|
|
25
25
|
var Dialog = require('@panneau/modal-dialog');
|
26
26
|
var ResourceItemsModal = require('@panneau/modal-resource-items');
|
27
27
|
|
28
|
+
// TODO: improve the modals (esc key) and switch to FormModal
|
29
|
+
|
28
30
|
var propTypes = {
|
29
31
|
name: PropTypes.string,
|
30
32
|
value: PropTypes.object,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/field-resource-item",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.177",
|
4
4
|
"description": "An item mapping a resource",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -46,16 +46,16 @@
|
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
48
|
"@babel/runtime": "^7.12.5",
|
49
|
-
"@panneau/core": "^3.0.
|
50
|
-
"@panneau/data": "^3.0.
|
51
|
-
"@panneau/element-button": "^3.0.
|
52
|
-
"@panneau/element-resource-card": "^3.0.
|
53
|
-
"@panneau/element-select": "^3.0.
|
54
|
-
"@panneau/form-resource": "^3.0.
|
55
|
-
"@panneau/intl": "^3.0.
|
56
|
-
"@panneau/modal-dialog": "^3.0.
|
57
|
-
"@panneau/modal-resource-form": "^3.0.
|
58
|
-
"@panneau/modal-resource-items": "^3.0.
|
49
|
+
"@panneau/core": "^3.0.176",
|
50
|
+
"@panneau/data": "^3.0.176",
|
51
|
+
"@panneau/element-button": "^3.0.177",
|
52
|
+
"@panneau/element-resource-card": "^3.0.177",
|
53
|
+
"@panneau/element-select": "^3.0.177",
|
54
|
+
"@panneau/form-resource": "^3.0.177",
|
55
|
+
"@panneau/intl": "^3.0.177",
|
56
|
+
"@panneau/modal-dialog": "^3.0.177",
|
57
|
+
"@panneau/modal-resource-form": "^3.0.177",
|
58
|
+
"@panneau/modal-resource-items": "^3.0.177",
|
59
59
|
"classnames": "^2.5.1",
|
60
60
|
"lodash": "^4.17.21",
|
61
61
|
"prop-types": "^15.7.2",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"publishConfig": {
|
65
65
|
"access": "public"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "1a019f94f7dd3e0b4403d20718140def529eba97"
|
68
68
|
}
|