@panneau/medias 3.0.226 → 3.0.228

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +17 -17
package/es/index.js CHANGED
@@ -732,7 +732,7 @@ var defaultColumns = [{
732
732
  "value": "Actions"
733
733
  }]
734
734
  }),
735
- actions: ['edit']
735
+ actions: ['edit', 'delete']
736
736
  // component: ItemActions,
737
737
  // label: 'Edit',
738
738
  // url: '/edit/1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.226",
3
+ "version": "3.0.228",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -51,21 +51,21 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@babel/runtime": "^7.12.5",
54
- "@panneau/core": "^3.0.224",
55
- "@panneau/data": "^3.0.224",
56
- "@panneau/display-image": "^3.0.226",
57
- "@panneau/element-button": "^3.0.226",
58
- "@panneau/element-buttons": "^3.0.226",
59
- "@panneau/element-form": "^3.0.226",
60
- "@panneau/element-form-status": "^3.0.224",
61
- "@panneau/element-grid": "^3.0.226",
62
- "@panneau/element-icon": "^3.0.226",
63
- "@panneau/element-media-card": "^3.0.226",
64
- "@panneau/element-media-player": "^3.0.226",
65
- "@panneau/element-pagination": "^3.0.226",
66
- "@panneau/element-table": "^3.0.226",
67
- "@panneau/field-upload": "^3.0.226",
68
- "@panneau/filter-filters": "^3.0.226",
54
+ "@panneau/core": "^3.0.228",
55
+ "@panneau/data": "^3.0.228",
56
+ "@panneau/display-image": "^3.0.228",
57
+ "@panneau/element-button": "^3.0.228",
58
+ "@panneau/element-buttons": "^3.0.228",
59
+ "@panneau/element-form": "^3.0.228",
60
+ "@panneau/element-form-status": "^3.0.228",
61
+ "@panneau/element-grid": "^3.0.228",
62
+ "@panneau/element-icon": "^3.0.228",
63
+ "@panneau/element-media-card": "^3.0.228",
64
+ "@panneau/element-media-player": "^3.0.228",
65
+ "@panneau/element-pagination": "^3.0.228",
66
+ "@panneau/element-table": "^3.0.228",
67
+ "@panneau/field-upload": "^3.0.228",
68
+ "@panneau/filter-filters": "^3.0.228",
69
69
  "classnames": "^2.5.1",
70
70
  "lodash": "^4.17.21",
71
71
  "prop-types": "^15.7.2",
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "9615a4d3021e9ad9b15be01e998dd6f366f8f705"
77
+ "gitHead": "2adf72884fb88052c6a6822e6f32169bb1dfe18b"
78
78
  }