@panneau/medias 3.0.199 → 3.0.200

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
@@ -1117,7 +1117,9 @@ function MediasBrowser(_ref) {
1117
1117
  }
1118
1118
  acc.push(action);
1119
1119
  return acc;
1120
- }, [])
1120
+ }, []).filter(function (it) {
1121
+ return it !== 'edit';
1122
+ })
1121
1123
  });
1122
1124
  }
1123
1125
  return column;
package/lib/index.js CHANGED
@@ -1119,7 +1119,9 @@ function MediasBrowser(_ref) {
1119
1119
  }
1120
1120
  acc.push(action);
1121
1121
  return acc;
1122
- }, [])
1122
+ }, []).filter(function (it) {
1123
+ return it !== 'edit';
1124
+ })
1123
1125
  });
1124
1126
  }
1125
1127
  return column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.199",
3
+ "version": "3.0.200",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -48,18 +48,18 @@
48
48
  "@babel/runtime": "^7.12.5",
49
49
  "@panneau/core": "^3.0.194",
50
50
  "@panneau/data": "^3.0.194",
51
- "@panneau/display-image": "^3.0.194",
51
+ "@panneau/display-image": "^3.0.200",
52
52
  "@panneau/element-button": "^3.0.194",
53
53
  "@panneau/element-buttons": "^3.0.194",
54
54
  "@panneau/element-form": "^3.0.199",
55
55
  "@panneau/element-form-status": "^3.0.194",
56
- "@panneau/element-grid": "^3.0.199",
56
+ "@panneau/element-grid": "^3.0.200",
57
57
  "@panneau/element-icon": "^3.0.194",
58
58
  "@panneau/element-media-card": "^3.0.194",
59
59
  "@panneau/element-media-player": "^3.0.199",
60
60
  "@panneau/element-pagination": "^3.0.194",
61
- "@panneau/element-table": "^3.0.199",
62
- "@panneau/field-upload": "^3.0.199",
61
+ "@panneau/element-table": "^3.0.200",
62
+ "@panneau/field-upload": "^3.0.200",
63
63
  "@panneau/filter-filters": "^3.0.194",
64
64
  "classnames": "^2.5.1",
65
65
  "lodash": "^4.17.21",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "19617ff84180ba0d3764b13bd320fef524cf7dbb"
72
+ "gitHead": "bd50474467356c14eee01d26089ff66b2e6c4dce"
73
73
  }