@provoly/dashboard 0.24.8 → 0.24.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/esm2022/lib/core/model/display-options.interface.mjs +3 -1
- package/esm2022/toolbox/toolbox.model.mjs +9 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +26 -19
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +2 -0
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/model/display-options.interface.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3905,6 +3905,7 @@ const BASE_DISPLAY_OPTIONS = {
|
|
|
3905
3905
|
catalog: false,
|
|
3906
3906
|
useFilters: false,
|
|
3907
3907
|
toolbox: {
|
|
3908
|
+
edit_action: false,
|
|
3908
3909
|
save_view: false,
|
|
3909
3910
|
save_view_as: false,
|
|
3910
3911
|
filter_settings: false,
|
|
@@ -3961,6 +3962,7 @@ function getDisplayOptions(mode) {
|
|
|
3961
3962
|
catalog: true,
|
|
3962
3963
|
useFilters: true,
|
|
3963
3964
|
toolbox: {
|
|
3965
|
+
edit_action: false,
|
|
3964
3966
|
save_view: true,
|
|
3965
3967
|
save_view_as: true,
|
|
3966
3968
|
filter_settings: true,
|