@panneau/field-upload 3.0.97 → 3.0.101
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 -1
- package/lib/index.js +3 -1
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -304,7 +304,9 @@ var UploadField = function UploadField(_ref) {
|
|
|
304
304
|
types: types
|
|
305
305
|
};
|
|
306
306
|
}, [types]);
|
|
307
|
-
var _useResourceQuery = useResourceQuery(initialQuery
|
|
307
|
+
var _useResourceQuery = useResourceQuery(initialQuery, true, {
|
|
308
|
+
forceInitialQuery: true
|
|
309
|
+
}),
|
|
308
310
|
listQuery = _useResourceQuery.query,
|
|
309
311
|
onListPageChange = _useResourceQuery.onPageChange,
|
|
310
312
|
onListQueryChange = _useResourceQuery.onQueryChange,
|
package/lib/index.js
CHANGED
|
@@ -324,7 +324,9 @@ var UploadField = function UploadField(_ref) {
|
|
|
324
324
|
types: types
|
|
325
325
|
};
|
|
326
326
|
}, [types]);
|
|
327
|
-
var _useResourceQuery = hooks.useResourceQuery(initialQuery
|
|
327
|
+
var _useResourceQuery = hooks.useResourceQuery(initialQuery, true, {
|
|
328
|
+
forceInitialQuery: true
|
|
329
|
+
}),
|
|
328
330
|
listQuery = _useResourceQuery.query,
|
|
329
331
|
onListPageChange = _useResourceQuery.onPageChange,
|
|
330
332
|
onListQueryChange = _useResourceQuery.onQueryChange,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.101",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
58
58
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
59
59
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
60
|
-
"@panneau/core": "^3.0.
|
|
61
|
-
"@panneau/element-button": "^3.0.
|
|
62
|
-
"@panneau/element-label": "^3.0.
|
|
63
|
-
"@panneau/element-media-card": "^3.0.
|
|
64
|
-
"@panneau/list-resource-items": "^3.0.
|
|
65
|
-
"@panneau/modal-dialog": "^3.0.
|
|
66
|
-
"@panneau/themes": "^3.0.
|
|
67
|
-
"@panneau/uppy": "^3.0.
|
|
60
|
+
"@panneau/core": "^3.0.101",
|
|
61
|
+
"@panneau/element-button": "^3.0.101",
|
|
62
|
+
"@panneau/element-label": "^3.0.101",
|
|
63
|
+
"@panneau/element-media-card": "^3.0.101",
|
|
64
|
+
"@panneau/list-resource-items": "^3.0.101",
|
|
65
|
+
"@panneau/modal-dialog": "^3.0.101",
|
|
66
|
+
"@panneau/themes": "^3.0.101",
|
|
67
|
+
"@panneau/uppy": "^3.0.101",
|
|
68
68
|
"@uppy/core": "^3.5.0",
|
|
69
69
|
"@uppy/dashboard": "^3.5.2",
|
|
70
70
|
"@uppy/drag-drop": "^3.0.3",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "4b7d319add0a27e37a8243e7334e3befc3954fc0"
|
|
85
85
|
}
|