@steedos/service-core-objects 3.0.0-beta.87 → 3.0.0-beta.89

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.
@@ -150,6 +150,51 @@ listviews:
150
150
  label: Outbox
151
151
  draft:
152
152
  label: Draft
153
+ pending:
154
+ label: Pending
155
+ completed:
156
+ label: Completed
157
+ monitor:
158
+ label: Monitor
153
159
  actions:
154
160
  view_instance:
155
161
  label: View Instance
162
+ instance_terminate:
163
+ label: Cancel Request
164
+ instance_save:
165
+ label: Save
166
+ instance_related:
167
+ label: Linked requests
168
+ instance_distribute:
169
+ label: Distribute
170
+ instance_submit:
171
+ label: Submit
172
+ instance_forward:
173
+ label: Request Forward
174
+ instance_cc:
175
+ label: Carbon Copy
176
+ instance_new:
177
+ label: New Request
178
+ instance_delete:
179
+ label: Delete
180
+ instance_delete_many:
181
+ label: Delete
182
+ CustomLabels:
183
+ instance_action_new_dialog_title: Please select the process
184
+ instance_action_new_dialog_msg_success: Created successfully!
185
+ instance_action_new_dialog_msg_failed: Created failed!
186
+ instance_action_delete_many_msg_not_select: Please select at least one record
187
+ instance_action_instance_save_msg_success: Temporary storage successful
188
+ instance_action_instance_save_msg_failed: Temporary storage failed
189
+ instance_action_instance_distribute_dialog_sub_title: Distribute the currently selected file to the new process and continue to execute the approval operation
190
+ instance_action_instance_distribute_dialog_field_process: Process name
191
+ instance_action_instance_distribute_dialog_field_users: Distribute to
192
+ instance_action_instance_distribute_dialog_field_description: Description
193
+ instance_action_instance_distribute_dialog_field_to_self: Distribute it to yourself too
194
+ instance_action_instance_distribute_dialog_field_to_attachment: Save the original form as an attachment
195
+ instance_action_instance_distribute_dialog_field_related: Automatically create associated files
196
+ instance_action_instance_cc_dialog_title_prefix: "Current Step:"
197
+ instance_action_instance_cc_dialog_field_users: Carbon Copy To
198
+ instance_action_instance_cc_dialog_field_description: Carbon Copy Description
199
+ instance_action_instance_cc_dialog_sub_title: Forward the currently selected file to the new process and continue to execute the approval operation.
200
+
@@ -150,6 +150,48 @@ listviews:
150
150
  label: 已办文件
151
151
  draft:
152
152
  label: 草稿
153
+ pending:
154
+ label: 进行中
155
+ completed:
156
+ label: 已完成
157
+ monitor:
158
+ label: 监控箱
153
159
  actions:
154
160
  view_instance:
155
161
  label: 查看审批单
162
+ instance_terminate:
163
+ label: 取消申请
164
+ instance_save:
165
+ label: 保存
166
+ instance_related:
167
+ label: 关联文件
168
+ instance_distribute:
169
+ label: 分发
170
+ instance_submit:
171
+ label: 发送
172
+ instance_forward:
173
+ label: 转发
174
+ instance_cc:
175
+ label: 传阅
176
+ instance_new:
177
+ label: 新建
178
+ instance_delete_many:
179
+ label: 删除
180
+ CustomLabels:
181
+ instance_action_new_dialog_title: 请选择流程
182
+ instance_action_new_dialog_msg_success: 创建成功!
183
+ instance_action_new_dialog_msg_failed: 创建失败!
184
+ instance_action_delete_many_msg_not_select: 请至少选择一条记录
185
+ instance_action_instance_save_msg_success: 暂存成功
186
+ instance_action_instance_save_msg_failed: 暂存失败
187
+ instance_action_instance_distribute_dialog_sub_title: 将当前选中的文件分发到新的流程,继续执行审批操作
188
+ instance_action_instance_distribute_dialog_field_process: 流程名称
189
+ instance_action_instance_distribute_dialog_field_users: 分发对象
190
+ instance_action_instance_distribute_dialog_field_description: 备注
191
+ instance_action_instance_distribute_dialog_field_to_self: 同时分发给自己
192
+ instance_action_instance_distribute_dialog_field_to_attachment: 将原表单存储为附件
193
+ instance_action_instance_distribute_dialog_field_related: 自动创建关联文件
194
+ instance_action_instance_cc_dialog_title_prefix: 当前步骤:
195
+ instance_action_instance_cc_dialog_field_users: 传阅对象
196
+ instance_action_instance_cc_dialog_field_description: 传阅说明
197
+ instance_action_instance_cc_dialog_sub_title: 将当前选中的文件转发到新的流程,继续执行审批操作
@@ -35,7 +35,7 @@ fields:
35
35
  help:
36
36
  description:
37
37
  end_date:
38
- label: 过期
38
+ label: Expired
39
39
  help:
40
40
  description:
41
41
  verify_status:
@@ -0,0 +1,66 @@
1
+ name: operation_logs
2
+ label: Security Log
3
+ description:
4
+ fields:
5
+ data:
6
+ label: Data
7
+ help:
8
+ description:
9
+ http_user_agent:
10
+ label: User Agent
11
+ help:
12
+ description:
13
+ is_mobile:
14
+ label: Mobile
15
+ help:
16
+ description:
17
+ is_tablet:
18
+ label: Tablet
19
+ help:
20
+ description:
21
+ message:
22
+ label: Message
23
+ help:
24
+ description:
25
+ name:
26
+ label: Name
27
+ help:
28
+ description:
29
+ object:
30
+ label: Object
31
+ help:
32
+ description:
33
+ related_to:
34
+ label: Related To
35
+ help:
36
+ description:
37
+ remote_addr:
38
+ label: IP Addr
39
+ help:
40
+ description:
41
+ remote_user:
42
+ label: Operator
43
+ help:
44
+ description:
45
+ status:
46
+ label: Status
47
+ help:
48
+ options:
49
+ - label: Success
50
+ value: success
51
+ color: 008000
52
+ - label: Fail
53
+ value: fail
54
+ color: ff0000
55
+ description:
56
+ type:
57
+ label: Type
58
+ help:
59
+ description:
60
+ listviews:
61
+ all:
62
+ label: All
63
+ change_password:
64
+ label: Change password
65
+ login:
66
+ label: Login log
@@ -0,0 +1,66 @@
1
+ name: operation_logs
2
+ label: 安全日志
3
+ description:
4
+ fields:
5
+ data:
6
+ label: 数据
7
+ help:
8
+ description:
9
+ http_user_agent:
10
+ label: User Agent
11
+ help:
12
+ description:
13
+ is_mobile:
14
+ label: 手机
15
+ help:
16
+ description:
17
+ is_tablet:
18
+ label: 平板电脑
19
+ help:
20
+ description:
21
+ message:
22
+ label: 消息
23
+ help:
24
+ description:
25
+ name:
26
+ label: 名称
27
+ help:
28
+ description:
29
+ object:
30
+ label: 对象
31
+ help:
32
+ description:
33
+ related_to:
34
+ label: 相关项
35
+ help:
36
+ description:
37
+ remote_addr:
38
+ label: IP 地址
39
+ help:
40
+ description:
41
+ remote_user:
42
+ label: 操作人
43
+ help:
44
+ description:
45
+ status:
46
+ label: 状态
47
+ help:
48
+ options:
49
+ - label: 成功
50
+ value: success
51
+ color: 008000
52
+ - label: 失败
53
+ value: fail
54
+ color: ff0000
55
+ description:
56
+ type:
57
+ label: 类型
58
+ help:
59
+ description:
60
+ listviews:
61
+ all:
62
+ label: 所有
63
+ change_password:
64
+ label: 修改密码
65
+ login:
66
+ label: 登录日志
@@ -5,6 +5,7 @@ enable_files: false
5
5
  enable_enhanced_lookup: true
6
6
  hidden: true
7
7
  version: 2
8
+ isMetadata: true
8
9
  fields:
9
10
  name:
10
11
  index: true
@@ -84,7 +84,7 @@ CustomTabs:
84
84
  admin_space_users: Users
85
85
  admin_permission_set: Profiles & Permission Sets
86
86
  admin_personal_information: Personal Information
87
- admin_license:
87
+ admin_license: Licenses
88
88
  admin_apps: Apps
89
89
  admin_steedos_packages: Packages
90
90
  admin_objects: Objects
@@ -118,4 +118,5 @@ CustomTabs:
118
118
  admin_holidays: Holidays
119
119
  admin_business_hours: Business Hours
120
120
  admin_api_keys: API Keys
121
- admin_metadata: Metadata
121
+ admin_metadata: Metadata
122
+ admin_bull_dashboard: Bull Dashboard
@@ -82,7 +82,7 @@ CustomTabs:
82
82
  admin_company: 分部
83
83
  admin_space_users: 人员
84
84
  admin_permission_set: 简档 & 权限集
85
- admin_license:
85
+ admin_license: 许可证
86
86
  admin_apps: 应用程序
87
87
  admin_steedos_packages: 软件包
88
88
  admin_objects: 对象
@@ -117,4 +117,5 @@ CustomTabs:
117
117
  admin_holidays: 节假日
118
118
  admin_business_hours: 工作时间
119
119
  admin_api_keys: API Key
120
- admin_metadata: 元数据
120
+ admin_metadata: 元数据
121
+ admin_bull_dashboard: Bull仪表盘
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.0-beta.87",
3
+ "version": "3.0.0-beta.89",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,12 +10,12 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/service-package-loader": "3.0.0-beta.87",
13
+ "@steedos/service-package-loader": "3.0.0-beta.89",
14
14
  "json2xls": "^0.1.2",
15
15
  "lodash": "^4.17.21"
16
16
  },
17
17
  "description": "steedos package",
18
18
  "repository": {},
19
19
  "license": "MIT",
20
- "gitHead": "b92d4f0808d10ea76a0c43ba7ae731adf71eae08"
20
+ "gitHead": "886dccb04a8165d6e5a89f716766f97de5838180"
21
21
  }