@panneau/field-resource-item 4.0.1 → 4.0.2
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 +1 -1
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import classNames from 'classnames';
|
|
|
6
6
|
import isArray from 'lodash-es/isArray';
|
|
7
7
|
import isEmpty from 'lodash-es/isEmpty';
|
|
8
8
|
import uniqBy from 'lodash-es/uniqBy';
|
|
9
|
-
import
|
|
9
|
+
import { useMemo, useState, useCallback, useEffect } from 'react';
|
|
10
10
|
import { useIntl, FormattedMessage } from 'react-intl';
|
|
11
11
|
import { usePanneauResource } from '@panneau/core/contexts';
|
|
12
12
|
import { getPathValue, isMessage } from '@panneau/core/utils';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-resource-item",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "An item mapping a resource",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.12.5",
|
|
52
|
-
"@panneau/core": "^4.0.
|
|
53
|
-
"@panneau/data": "^4.0.
|
|
54
|
-
"@panneau/element-button": "^4.0.
|
|
55
|
-
"@panneau/element-resource-card": "^4.0.
|
|
56
|
-
"@panneau/element-select": "^4.0.
|
|
57
|
-
"@panneau/form-resource": "^4.0.
|
|
58
|
-
"@panneau/intl": "^4.0.
|
|
59
|
-
"@panneau/modal-dialog": "^4.0.
|
|
60
|
-
"@panneau/modal-resource-form": "^4.0.
|
|
61
|
-
"@panneau/modal-resource-items": "^4.0.
|
|
52
|
+
"@panneau/core": "^4.0.2",
|
|
53
|
+
"@panneau/data": "^4.0.2",
|
|
54
|
+
"@panneau/element-button": "^4.0.2",
|
|
55
|
+
"@panneau/element-resource-card": "^4.0.2",
|
|
56
|
+
"@panneau/element-select": "^4.0.2",
|
|
57
|
+
"@panneau/form-resource": "^4.0.2",
|
|
58
|
+
"@panneau/intl": "^4.0.2",
|
|
59
|
+
"@panneau/modal-dialog": "^4.0.2",
|
|
60
|
+
"@panneau/modal-resource-form": "^4.0.2",
|
|
61
|
+
"@panneau/modal-resource-items": "^4.0.2",
|
|
62
62
|
"classnames": "^2.5.1",
|
|
63
63
|
"lodash-es": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "53ad0f27e467992c23158732e0f7d39d8615780b"
|
|
71
71
|
}
|