@panneau/medias 3.0.158 → 3.0.159

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
@@ -774,8 +774,9 @@ var defaultColumns = [{
774
774
  "type": 0,
775
775
  "value": "Actions"
776
776
  }]
777
- })
778
- // component: 'button',
777
+ }),
778
+ actions: ['edit']
779
+ // component: ItemActions,
779
780
  // label: 'Edit',
780
781
  // url: '/edit/1',
781
782
  }
package/lib/index.js CHANGED
@@ -776,8 +776,9 @@ var defaultColumns = [{
776
776
  "type": 0,
777
777
  "value": "Actions"
778
778
  }]
779
- })
780
- // component: 'button',
779
+ }),
780
+ actions: ['edit']
781
+ // component: ItemActions,
781
782
  // label: 'Edit',
782
783
  // url: '/edit/1',
783
784
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.158",
3
+ "version": "3.0.159",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -46,21 +46,21 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@babel/runtime": "^7.12.5",
49
- "@panneau/core": "^3.0.158",
50
- "@panneau/data": "^3.0.158",
51
- "@panneau/element-button": "^3.0.158",
52
- "@panneau/element-buttons": "^3.0.158",
53
- "@panneau/element-form": "^3.0.158",
54
- "@panneau/element-form-status": "^3.0.158",
55
- "@panneau/element-grid": "^3.0.158",
56
- "@panneau/element-icon": "^3.0.158",
57
- "@panneau/element-media-card": "^3.0.158",
58
- "@panneau/element-media-player": "^3.0.158",
59
- "@panneau/element-media-preview": "^3.0.158",
60
- "@panneau/element-pagination": "^3.0.158",
61
- "@panneau/element-table": "^3.0.158",
62
- "@panneau/field-upload": "^3.0.158",
63
- "@panneau/filter-filters": "^3.0.158",
49
+ "@panneau/core": "^3.0.159",
50
+ "@panneau/data": "^3.0.159",
51
+ "@panneau/element-button": "^3.0.159",
52
+ "@panneau/element-buttons": "^3.0.159",
53
+ "@panneau/element-form": "^3.0.159",
54
+ "@panneau/element-form-status": "^3.0.159",
55
+ "@panneau/element-grid": "^3.0.159",
56
+ "@panneau/element-icon": "^3.0.159",
57
+ "@panneau/element-media-card": "^3.0.159",
58
+ "@panneau/element-media-player": "^3.0.159",
59
+ "@panneau/element-media-preview": "^3.0.159",
60
+ "@panneau/element-pagination": "^3.0.159",
61
+ "@panneau/element-table": "^3.0.159",
62
+ "@panneau/field-upload": "^3.0.159",
63
+ "@panneau/filter-filters": "^3.0.159",
64
64
  "classnames": "^2.5.1",
65
65
  "lodash": "^4.17.21",
66
66
  "prop-types": "^15.7.2",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "594a96c3421a482efe45bcce6cbccba89fcf5b95"
72
+ "gitHead": "5c5211fd5d728e50510142d16bda47f549f080f3"
73
73
  }