admin-config
Advanced tools
Comparing version 0.10.0 to 0.11.0
@@ -16,2 +16,3 @@ import View from './View'; | ||
this._exportFields = null; | ||
this._exportOptions = {}; | ||
this._entryCssClasses = null; | ||
@@ -86,2 +87,12 @@ | ||
exportOptions(exportOptions) { | ||
if (!arguments.length) { | ||
return this._exportOptions; | ||
} | ||
this._exportOptions = exportOptions; | ||
return this; | ||
} | ||
batchActions(actions) { | ||
@@ -88,0 +99,0 @@ if (!arguments.length) { |
{ | ||
"name": "admin-config", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "repository": { |
261438
4947