openatc-components 0.3.100 → 0.3.102

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,29 +1,45 @@
1
1
  const permissionMenuMap = new Map([[
2
2
  'configer:manual:dwell', ['驻留控制']
3
- ], [
3
+ ], [
4
4
  'configer:manual:senior', ['特殊控制']
5
- ], [
5
+ ], [
6
6
  'configer:manual:base', ['方案选择']
7
- ], [
7
+ ], [
8
8
  'configer:manual:optimize', ['其他']
9
- ]])
9
+ ]])
10
10
  const permissionControlMap = new Map([[
11
- 'configer:manual:senior', [1, 2, 3]
12
- ], [
13
- 'configer:manual:base', [5, 6, 9, 10, 12, 19]
14
- ], [
15
- 'configer:manual:optimize', [23, 100]
16
- ], [
17
- 'configer:manual:preempt', [24]
18
- ], [
19
- 'configer:manual:stage', [4]
20
- ], [
21
- 'configer:manual:step', [4]
22
- ], [
23
- 'configer:manual:phaselock', [22]
24
- ], [
25
- 'configer:manual:directionlock', [25]
26
- ]])
11
+ 'configer:manual:dwell:step', [4]
12
+ ], [
13
+ 'configer:manual:dwell:stage', [4]
14
+ ], [
15
+ 'configer:manual:dwell:phaselock', [22]
16
+ ], [
17
+ 'configer:manual:dwell:directionlock', [25]
18
+ ], [
19
+ 'configer:manual:senior:yellowfalsh', [1]
20
+ ], [
21
+ 'configer:manual:senior:allred', [2]
22
+ ], [
23
+ 'configer:manual:senior:close', [3]
24
+ ], [
25
+ 'configer:manual:base:fix', [5]
26
+ ], [
27
+ 'configer:manual:base:free', [6]
28
+ ], [
29
+ 'configer:manual:base:adapter', [9]
30
+ ], [
31
+ 'configer:manual:base:coordinate', [10]
32
+ ], [
33
+ 'configer:manual:base:ped', [12]
34
+ ], [
35
+ 'configer:manual:base:pedfree', [19]
36
+ ], [
37
+ 'configer:manual:optimize:procedure', [23]
38
+ ], [
39
+ 'configer:manual:optimize:temp', [100]
40
+ ], [
41
+ 'configer:manual:optimize:preempt', [24]
42
+ ]])
27
43
 
28
44
  export function getPermissionMenu (permissionList) {
29
45
  // 按第三方平台角色的权限处理可显示的手动控制菜单