@panneau/actions 3.0.225 → 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.
- package/es/index.js +2 -0
- package/package.json +9 -8
package/es/index.js
CHANGED
|
@@ -8,6 +8,7 @@ import actionDuplicate from '@panneau/action-duplicate';
|
|
|
8
8
|
import actionEdit from '@panneau/action-edit';
|
|
9
9
|
import actionRestore from '@panneau/action-restore';
|
|
10
10
|
import actionUpload from '@panneau/action-upload';
|
|
11
|
+
import actionShow from '@panneau/action-show';
|
|
11
12
|
|
|
12
13
|
var components = /*#__PURE__*/Object.freeze({
|
|
13
14
|
__proto__: null,
|
|
@@ -15,6 +16,7 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
15
16
|
Duplicate: actionDuplicate,
|
|
16
17
|
Edit: actionEdit,
|
|
17
18
|
Restore: actionRestore,
|
|
19
|
+
Show: actionShow,
|
|
18
20
|
Upload: actionUpload
|
|
19
21
|
});
|
|
20
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/actions",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.228",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -57,16 +57,17 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.12.5",
|
|
60
|
-
"@panneau/action-delete": "^3.0.
|
|
61
|
-
"@panneau/action-duplicate": "^3.0.
|
|
62
|
-
"@panneau/action-edit": "^3.0.
|
|
63
|
-
"@panneau/action-restore": "^3.0.
|
|
64
|
-
"@panneau/action-
|
|
65
|
-
"@panneau/
|
|
60
|
+
"@panneau/action-delete": "^3.0.228",
|
|
61
|
+
"@panneau/action-duplicate": "^3.0.228",
|
|
62
|
+
"@panneau/action-edit": "^3.0.228",
|
|
63
|
+
"@panneau/action-restore": "^3.0.228",
|
|
64
|
+
"@panneau/action-show": "^3.0.228",
|
|
65
|
+
"@panneau/action-upload": "^3.0.228",
|
|
66
|
+
"@panneau/core": "^3.0.228",
|
|
66
67
|
"prop-types": "^15.7.2"
|
|
67
68
|
},
|
|
68
69
|
"publishConfig": {
|
|
69
70
|
"access": "public"
|
|
70
71
|
},
|
|
71
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "2adf72884fb88052c6a6822e6f32169bb1dfe18b"
|
|
72
73
|
}
|