@panneau/app 2.0.8 → 2.0.9
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 +4 -3
- package/lib/index.js +4 -3
- package/package.json +3 -3
package/es/index.js
CHANGED
@@ -891,7 +891,7 @@ var ResourceFilters = function ResourceFilters(_ref) {
|
|
891
891
|
ResourceFilters.propTypes = propTypes$b;
|
892
892
|
ResourceFilters.defaultProps = defaultProps$b;
|
893
893
|
|
894
|
-
var _excluded$3 = ["component", "showPagination", "filters"],
|
894
|
+
var _excluded$3 = ["component", "showPagination", "filters", "actions"],
|
895
895
|
_excluded2$1 = ["page"];
|
896
896
|
var propTypes$a = {
|
897
897
|
resource: PropTypes.resource.isRequired,
|
@@ -928,8 +928,9 @@ var ResourceItemsList = function ResourceItemsList(_ref) {
|
|
928
928
|
_resource$index2$show = _resource$index2.showPagination,
|
929
929
|
showPagination = _resource$index2$show === void 0 ? true : _resource$index2$show,
|
930
930
|
_resource$index2$filt = _resource$index2.filters,
|
931
|
-
filters = _resource$index2$filt === void 0 ? null : _resource$index2$filt
|
932
|
-
|
931
|
+
filters = _resource$index2$filt === void 0 ? null : _resource$index2$filt;
|
932
|
+
_resource$index2.actions;
|
933
|
+
var listProps = _objectWithoutProperties(_resource$index2, _excluded$3);
|
933
934
|
var _usePanneauColorSchem = usePanneauColorScheme(),
|
934
935
|
_usePanneauColorSchem2 = _usePanneauColorSchem.background,
|
935
936
|
theme = _usePanneauColorSchem2 === void 0 ? null : _usePanneauColorSchem2;
|
package/lib/index.js
CHANGED
@@ -925,7 +925,7 @@ var ResourceFilters = function ResourceFilters(_ref) {
|
|
925
925
|
ResourceFilters.propTypes = propTypes$b;
|
926
926
|
ResourceFilters.defaultProps = defaultProps$b;
|
927
927
|
|
928
|
-
var _excluded$3 = ["component", "showPagination", "filters"],
|
928
|
+
var _excluded$3 = ["component", "showPagination", "filters", "actions"],
|
929
929
|
_excluded2$1 = ["page"];
|
930
930
|
var propTypes$a = {
|
931
931
|
resource: core.PropTypes.resource.isRequired,
|
@@ -962,8 +962,9 @@ var ResourceItemsList = function ResourceItemsList(_ref) {
|
|
962
962
|
_resource$index2$show = _resource$index2.showPagination,
|
963
963
|
showPagination = _resource$index2$show === void 0 ? true : _resource$index2$show,
|
964
964
|
_resource$index2$filt = _resource$index2.filters,
|
965
|
-
filters = _resource$index2$filt === void 0 ? null : _resource$index2$filt
|
966
|
-
|
965
|
+
filters = _resource$index2$filt === void 0 ? null : _resource$index2$filt;
|
966
|
+
_resource$index2.actions;
|
967
|
+
var listProps = _objectWithoutProperties__default["default"](_resource$index2, _excluded$3);
|
967
968
|
var _usePanneauColorSchem = contexts.usePanneauColorScheme(),
|
968
969
|
_usePanneauColorSchem2 = _usePanneauColorSchem.background,
|
969
970
|
theme = _usePanneauColorSchem2 === void 0 ? null : _usePanneauColorSchem2;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/app",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.9",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -84,7 +84,7 @@
|
|
84
84
|
"@panneau/filters": "^2.0.8",
|
85
85
|
"@panneau/forms": "^2.0.8",
|
86
86
|
"@panneau/intl": "^2.0.8",
|
87
|
-
"@panneau/lists": "^2.0.
|
87
|
+
"@panneau/lists": "^2.0.9",
|
88
88
|
"@panneau/modals": "^2.0.8",
|
89
89
|
"@panneau/themes": "^2.0.8",
|
90
90
|
"classnames": "^2.2.6",
|
@@ -98,5 +98,5 @@
|
|
98
98
|
"publishConfig": {
|
99
99
|
"access": "public"
|
100
100
|
},
|
101
|
-
"gitHead": "
|
101
|
+
"gitHead": "4fd02f715f3c1e9a8425346e87785e1425b7de9f"
|
102
102
|
}
|