@cellaware/utils 9.2.2 → 9.2.3
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.
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
export const DASHBOARD_VISIBILITY_PRIVATE = 'private';
|
|
2
2
|
export const DASHBOARD_VISIBILITY_PUBLIC = 'public';
|
|
3
3
|
export const DASHBOARD_VISIBILITY_GLOBAL = 'global';
|
|
4
|
-
export const DASHBOARD_PARAMETER_DATE_OPTIONS = [
|
|
5
|
-
'parameter-date-option-minus-3',
|
|
6
|
-
'parameter-date-option-minus-2',
|
|
7
|
-
'parameter-date-option-minus-1',
|
|
8
|
-
'parameter-date-option-today',
|
|
9
|
-
'parameter-date-option-plus-1',
|
|
10
|
-
'parameter-date-option-plus-2',
|
|
11
|
-
'parameter-date-option-plus-3'
|
|
12
|
-
];
|
|
13
4
|
export function initDashboard() {
|
|
14
5
|
return {
|
|
15
6
|
dashboardId: '',
|