@steedos/standard-process-approval 2.5.20-beta.9 → 2.5.20

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.
@@ -55,7 +55,7 @@ fields:
55
55
  help:
56
56
  description:
57
57
  initial_submission_workflow_notifications_actions:
58
- label: 工作流通知
58
+ label: 消息提醒
59
59
  help:
60
60
  description:
61
61
  final_approval_record_lock:
@@ -72,7 +72,7 @@ fields:
72
72
  help:
73
73
  description:
74
74
  final_approval_workflow_notifications_actions:
75
- label: 工作流通知
75
+ label: 消息提醒
76
76
  help:
77
77
  description:
78
78
  final_rejection_record_lock:
@@ -89,7 +89,7 @@ fields:
89
89
  help:
90
90
  description:
91
91
  final_rejection_workflow_notifications_actions:
92
- label: 工作流通知
92
+ label: 消息提醒
93
93
  help:
94
94
  description:
95
95
  recall_record_lock:
@@ -106,7 +106,7 @@ fields:
106
106
  help:
107
107
  description:
108
108
  recall_workflow_notifications_actions:
109
- label: 工作流通知
109
+ label: 消息提醒
110
110
  help:
111
111
  description:
112
112
  groups:
@@ -89,7 +89,7 @@ fields:
89
89
  help:
90
90
  description:
91
91
  approval_workflow_notifications_actions:
92
- label: 工作流通知
92
+ label: 消息提醒
93
93
  help:
94
94
  description:
95
95
  rejection_updates_field_actions:
@@ -97,7 +97,7 @@ fields:
97
97
  help:
98
98
  description:
99
99
  rejection_workflow_notifications_actions:
100
- label: 工作流通知
100
+ label: 消息提醒
101
101
  help:
102
102
  description:
103
103
  groups:
@@ -1,5 +1,5 @@
1
1
  name: workflow_notifications
2
- label: 工作流通知
2
+ label: 消息提醒
3
3
  description:
4
4
  fields:
5
5
  name:
@@ -26,7 +26,7 @@ fields:
26
26
  value: onCreateOnly
27
27
  - label: 新建时,和每次编辑时
28
28
  value: onAllChanges
29
- - label: 新建时,或编辑数据导致条件成立
29
+ - label: 新建时,和编辑数据导致条件成立时
30
30
  value: onCreateOrTriggeringUpdate
31
31
  description:
32
32
  formula:
@@ -38,7 +38,7 @@ fields:
38
38
  help:
39
39
  description:
40
40
  workflow_notifications_actions:
41
- label: 工作流通知
41
+ label: 消息提醒
42
42
  help:
43
43
  description:
44
44
  workflow_outbound_messages_actions:
@@ -102,11 +102,13 @@ fields:
102
102
  inlineHelpText: Run Time-Dependent Actions if the following filters are met.
103
103
  group: time_dependent_action
104
104
  time_triggers:
105
- type: grid
105
+ type: table
106
106
  label: 时间触发器
107
107
  is_wide: true
108
108
  required: false
109
109
  group: time_dependent_action
110
+ amis:
111
+ columns: ["number", "unit", "type", "date_field"]
110
112
  time_triggers.$:
111
113
  label: Field
112
114
  blackbox: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.5.20-beta.9",
3
+ "version": "2.5.20",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/process": "2.5.20-beta.9"
13
+ "@steedos/process": "2.5.20"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "b04fd383c7f469ba970a52744a3778ae58ab4425"
18
+ "gitHead": "1e2c9a88c8eeddc492481195d2d8c5e3519680e8"
19
19
  }