@cccsaurora/howler-ui 2.17.0-dev.539 → 2.17.0-dev.542
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,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { Api, Article, Book, Code, Dashboard, Description,
|
|
2
|
+
import { Api, Article, Book, Code, Dashboard, Description, ExitToApp, FormatListBulleted, Help, HelpCenter, Key, ManageSearch, QueryStats, SavedSearch, Search, Settings, SettingsSuggest, Shield, Storage, SupervisorAccount, Terminal, Topic } from '@mui/icons-material';
|
|
3
3
|
import { AppBrand } from '@cccsaurora/howler-ui/branding/AppBrand';
|
|
4
4
|
import Classification from '@cccsaurora/howler-ui/components/elements/display/Classification';
|
|
5
5
|
import DocumentationButton from '@cccsaurora/howler-ui/components/elements/display/DocumentationButton';
|
|
@@ -39,6 +39,10 @@ const useMyPreferences = () => {
|
|
|
39
39
|
items: []
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
+
{
|
|
43
|
+
type: 'divider',
|
|
44
|
+
element: null
|
|
45
|
+
},
|
|
42
46
|
{
|
|
43
47
|
type: 'item',
|
|
44
48
|
element: {
|
|
@@ -62,71 +66,75 @@ const useMyPreferences = () => {
|
|
|
62
66
|
element: null
|
|
63
67
|
},
|
|
64
68
|
{
|
|
65
|
-
type: '
|
|
69
|
+
type: 'item',
|
|
66
70
|
element: {
|
|
67
|
-
id: 'manage',
|
|
68
|
-
i18nKey: '
|
|
69
|
-
icon: _jsx(
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
|
|
121
|
-
i18nKey: 'route.integrations',
|
|
122
|
-
icon: _jsx(Api, {}),
|
|
123
|
-
nested: true,
|
|
124
|
-
route: '/action/integrations',
|
|
125
|
-
userPropValidators: [{ prop: 'roles', value: 'automation_basic' }]
|
|
126
|
-
}
|
|
71
|
+
id: 'manage.views',
|
|
72
|
+
i18nKey: 'route.views',
|
|
73
|
+
icon: _jsx(ManageSearch, {}),
|
|
74
|
+
route: '/views'
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
type: 'item',
|
|
79
|
+
element: {
|
|
80
|
+
id: 'manage.analytics',
|
|
81
|
+
i18nKey: 'route.analytics',
|
|
82
|
+
icon: _jsx(QueryStats, {}),
|
|
83
|
+
route: '/analytics'
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
type: 'item',
|
|
88
|
+
element: {
|
|
89
|
+
id: 'manage.templates',
|
|
90
|
+
i18nKey: 'route.templates',
|
|
91
|
+
icon: _jsx(FormatListBulleted, {}),
|
|
92
|
+
route: '/templates'
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
type: 'item',
|
|
97
|
+
element: {
|
|
98
|
+
id: 'manage.overviews',
|
|
99
|
+
i18nKey: 'route.overviews',
|
|
100
|
+
icon: _jsx(Article, {}),
|
|
101
|
+
route: '/overviews'
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
type: 'item',
|
|
106
|
+
element: {
|
|
107
|
+
id: 'manage.dossiers',
|
|
108
|
+
i18nKey: 'route.dossiers',
|
|
109
|
+
icon: _jsx(Topic, {}),
|
|
110
|
+
route: '/dossiers'
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
type: 'item',
|
|
115
|
+
element: {
|
|
116
|
+
id: 'manage.actions',
|
|
117
|
+
i18nKey: 'route.actions',
|
|
118
|
+
icon: _jsx(Terminal, {}),
|
|
119
|
+
route: '/action',
|
|
120
|
+
userPropValidators: [
|
|
121
|
+
{ prop: 'roles', value: 'automation_basic' },
|
|
122
|
+
{ prop: 'roles', value: 'automation_advanced' },
|
|
123
|
+
{ prop: 'roles', value: 'actionrunner_basic' },
|
|
124
|
+
{ prop: 'roles', value: 'actionrunner_advanced' }
|
|
127
125
|
]
|
|
128
126
|
}
|
|
129
127
|
},
|
|
128
|
+
{
|
|
129
|
+
type: 'item',
|
|
130
|
+
element: {
|
|
131
|
+
id: 'action.integrations',
|
|
132
|
+
i18nKey: 'route.integrations',
|
|
133
|
+
icon: _jsx(Api, {}),
|
|
134
|
+
route: '/action/integrations',
|
|
135
|
+
userPropValidators: [{ prop: 'roles', value: 'automation_basic' }]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
130
138
|
{
|
|
131
139
|
type: 'divider',
|
|
132
140
|
element: null
|