@steedos/service-core-objects 3.0.0-beta.88 → 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.
|
@@ -182,6 +182,7 @@ actions:
|
|
|
182
182
|
CustomLabels:
|
|
183
183
|
instance_action_new_dialog_title: Please select the process
|
|
184
184
|
instance_action_new_dialog_msg_success: Created successfully!
|
|
185
|
+
instance_action_new_dialog_msg_failed: Created failed!
|
|
185
186
|
instance_action_delete_many_msg_not_select: Please select at least one record
|
|
186
187
|
instance_action_instance_save_msg_success: Temporary storage successful
|
|
187
188
|
instance_action_instance_save_msg_failed: Temporary storage failed
|
package/main/default/objectTranslations/instances.zh-CN/instances.zh-CN.objectTranslation.yml
CHANGED
|
@@ -180,6 +180,7 @@ actions:
|
|
|
180
180
|
CustomLabels:
|
|
181
181
|
instance_action_new_dialog_title: 请选择流程
|
|
182
182
|
instance_action_new_dialog_msg_success: 创建成功!
|
|
183
|
+
instance_action_new_dialog_msg_failed: 创建失败!
|
|
183
184
|
instance_action_delete_many_msg_not_select: 请至少选择一条记录
|
|
184
185
|
instance_action_instance_save_msg_success: 暂存成功
|
|
185
186
|
instance_action_instance_save_msg_failed: 暂存失败
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-core-objects",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
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.
|
|
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": "
|
|
20
|
+
"gitHead": "886dccb04a8165d6e5a89f716766f97de5838180"
|
|
21
21
|
}
|