@steedos-labs/content-compliance 0.0.6 → 0.0.7

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.
@@ -31,7 +31,8 @@ defaultValueVariables:
31
31
  value: 'global[''user''][''spaceUserId'']'
32
32
  - label: 是否是工作区管理员
33
33
  value: 'global[''user''][''is_space_admin'']'
34
- icon_slds: care_request_reviewer
34
+ description: Content Compliance System
35
+ icon_slds: filter_criteria
35
36
  is_creator: true
36
37
  mobile: true
37
38
  showSidebar: true
@@ -44,16 +45,29 @@ tab_groups:
44
45
  tab_items:
45
46
  object_pepsico_material_approval:
46
47
  group: 内容审核
48
+ index: 1
47
49
  object_pepsico_material:
48
50
  group: 内容审核
51
+ index: 2
49
52
  object_pepsico_ai_review:
50
53
  group: 内容审核
54
+ index: 3
51
55
  admin_process_delegation_rules:
52
56
  group: 流程配置
57
+ index: 4
53
58
  pepsico_reviewer:
54
59
  group: 流程配置
60
+ index: 5
55
61
  object_picklists:
56
62
  group: 流程配置
63
+ index: 6
64
+ tabs:
65
+ - object_pepsico_material_approval
66
+ - object_pepsico_material
67
+ - object_pepsico_ai_review
68
+ - admin_process_delegation_rules
69
+ - pepsico_reviewer
70
+ - object_picklists
57
71
  visible: true
58
72
  visibleOnVariables:
59
73
  - label: 表单字段
@@ -1,6 +1,37 @@
1
1
  name: 知识库
2
2
  code: pepsico_km
3
- icon_slds: collection
3
+ defaultValueVariables:
4
+ - label: 全局变量
5
+ children:
6
+ - label: 用户ID
7
+ value: 'global[''userId'']'
8
+ - label: 工作区ID
9
+ value: 'global[''spaceId'']'
10
+ - label: 用户
11
+ children:
12
+ - label: 姓名
13
+ value: 'global[''user''][''name'']'
14
+ - label: 邮件
15
+ value: 'global[''user''][''email'']'
16
+ - label: 语言
17
+ value: 'global[''user''][''language'']'
18
+ - label: 简档
19
+ value: 'global[''user''][''profile'']'
20
+ - label: 权限集
21
+ value: 'global[''user''][''roles'']'
22
+ - label: 主部门ID
23
+ value: 'global[''user''][''organization''][''_id'']'
24
+ - label: 部门(含上级)
25
+ value: 'global[''user''][''organizations_parents'']'
26
+ - label: 主分部ID
27
+ value: 'global[''user''][''company_id'']'
28
+ - label: 分部(多选)
29
+ value: 'global[''user''][''company_ids'']'
30
+ - label: 人员ID
31
+ value: 'global[''user''][''spaceUserId'']'
32
+ - label: 是否是工作区管理员
33
+ value: 'global[''user''][''is_space_admin'']'
34
+ icon_slds: code_set_bundle
4
35
  is_creator: true
5
36
  mobile: true
6
37
  showSidebar: true
@@ -13,10 +44,120 @@ tab_groups:
13
44
  tab_items:
14
45
  object_pepsico_knowledge_maintain:
15
46
  group: 知识库
47
+ index: 1
16
48
  admin_process_definition:
17
49
  group: 审核配置
50
+ index: 2
18
51
  object_picklists:
19
52
  group: 审核配置
53
+ index: 3
20
54
  admin_permission_set:
21
55
  group: 审核配置
22
- visible: true
56
+ index: 4
57
+ tabs:
58
+ - object_pepsico_knowledge_maintain
59
+ - admin_process_definition
60
+ - object_picklists
61
+ - admin_permission_set
62
+ visible: false
63
+ visibleOnVariables:
64
+ - label: 表单字段
65
+ children:
66
+ - label: 名称
67
+ value: name
68
+ - label: API 名称
69
+ value: code
70
+ - label: 图标
71
+ value: icon_slds
72
+ - label: 排序
73
+ value: sort
74
+ - label: 描述
75
+ value: description
76
+ - label: tab_groups.$.group_name
77
+ value: tab_groups.$.group_name
78
+ - label: tab_groups.$.default_open
79
+ value: tab_groups.$.default_open
80
+ - label: 在桌面中显示此应用
81
+ value: is_creator
82
+ - label: 在手机上显示此应用
83
+ value: mobile
84
+ - label: 启用
85
+ value: visible
86
+ - label: 显示左侧导航
87
+ value: showSidebar
88
+ - label: 自定义导航
89
+ value: nav_schema
90
+ - label: 外部链接
91
+ value: url
92
+ - label: 使用IE打开(需使用Steedos桌面客户端)
93
+ value: is_use_ie
94
+ - label: 使用iframe打开
95
+ value: is_use_iframe
96
+ - label: 在新窗口打开
97
+ value: is_new_window
98
+ - label: 链接脚本
99
+ value: on_click
100
+ - label: 验证域名
101
+ value: auth_name
102
+ - label: API 密钥
103
+ value: secret
104
+ - label: 桌面主菜单(已作废)
105
+ value: objects
106
+ - label: 手机主菜单(已作废)
107
+ value: mobile_objects
108
+ - label: 显示公式
109
+ value: visible_on
110
+ - label: 启用自定义导航
111
+ value: enable_nav_schema
112
+ - label: 系统
113
+ value: is_system
114
+ - label: from_code_id
115
+ value: from_code_id
116
+ - label: 所有者
117
+ value: owner
118
+ - label: 已锁定
119
+ value: locked
120
+ - label: 主分部
121
+ value: company_id
122
+ - label: 所属分部
123
+ value: company_ids
124
+ - label: 申请单审批状态
125
+ value: instance_state
126
+ - label: 创建时间
127
+ value: created
128
+ - label: 创建人
129
+ value: created_by
130
+ - label: 修改时间
131
+ value: modified
132
+ - label: 修改人
133
+ value: modified_by
134
+ - label: 全局变量
135
+ children:
136
+ - label: 用户ID
137
+ value: 'global[''userId'']'
138
+ - label: 工作区ID
139
+ value: 'global[''spaceId'']'
140
+ - label: 用户
141
+ children:
142
+ - label: 姓名
143
+ value: 'global[''user''][''name'']'
144
+ - label: 邮件
145
+ value: 'global[''user''][''email'']'
146
+ - label: 语言
147
+ value: 'global[''user''][''language'']'
148
+ - label: 简档
149
+ value: 'global[''user''][''profile'']'
150
+ - label: 权限集
151
+ value: 'global[''user''][''roles'']'
152
+ - label: 主部门ID
153
+ value: 'global[''user''][''organization''][''_id'']'
154
+ - label: 部门(含上级)
155
+ value: 'global[''user''][''organizations_parents'']'
156
+ - label: 主分部ID
157
+ value: 'global[''user''][''company_id'']'
158
+ - label: 分部(多选)
159
+ value: 'global[''user''][''company_ids'']'
160
+ - label: 人员ID
161
+ value: 'global[''user''][''spaceUserId'']'
162
+ - label: 是否是工作区管理员
163
+ value: 'global[''user''][''is_space_admin'']'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos-labs/content-compliance",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "内容审核系统",
5
5
  "main": "package.service.js",
6
6
  "scripts": {