@panneau/field-upload 2.0.84 → 2.0.89

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 CHANGED
@@ -340,7 +340,8 @@ var UploadField = function UploadField(_ref) {
340
340
  actions: ['select'],
341
341
  actionsProps: {
342
342
  onClickSelect: onClickSelect
343
- }
343
+ },
344
+ withoutActionsColumn: true
344
345
  }
345
346
  })) : null);
346
347
  };
package/lib/index.js CHANGED
@@ -361,7 +361,8 @@ var UploadField = function UploadField(_ref) {
361
361
  actions: ['select'],
362
362
  actionsProps: {
363
363
  onClickSelect: onClickSelect
364
- }
364
+ },
365
+ withoutActionsColumn: true
365
366
  }
366
367
  })) : null);
367
368
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-upload",
3
- "version": "2.0.84",
3
+ "version": "2.0.89",
4
4
  "description": "An Upload field",
5
5
  "keywords": [
6
6
  "javascript"
@@ -56,13 +56,13 @@
56
56
  "@fortawesome/fontawesome-svg-core": "^1.2.35",
57
57
  "@fortawesome/free-solid-svg-icons": "^5.15.3",
58
58
  "@fortawesome/react-fontawesome": "^0.1.14",
59
- "@panneau/core": "^2.0.84",
60
- "@panneau/element-button": "^2.0.84",
61
- "@panneau/element-card": "^2.0.84",
62
- "@panneau/element-label": "^2.0.84",
63
- "@panneau/list-resource-items": "^2.0.84",
64
- "@panneau/modal-dialog": "^2.0.84",
65
- "@panneau/themes": "^2.0.84",
59
+ "@panneau/core": "^2.0.86",
60
+ "@panneau/element-button": "^2.0.86",
61
+ "@panneau/element-card": "^2.0.86",
62
+ "@panneau/element-label": "^2.0.86",
63
+ "@panneau/list-resource-items": "^2.0.89",
64
+ "@panneau/modal-dialog": "^2.0.86",
65
+ "@panneau/themes": "^2.0.86",
66
66
  "@uppy/core": "^3.2.0",
67
67
  "@uppy/dashboard": "^3.4.0",
68
68
  "@uppy/drag-drop": "^3.0.2",
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "3d9b2057bb38052904974a9b5f9f35940315046e"
83
+ "gitHead": "1c51f37cf3989ed46bddc1aa71eee6b43f24f39b"
84
84
  }