@steedos/service-core-objects 3.0.0-beta.59 → 3.0.0-beta.60

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,6 +1,10 @@
1
1
  name: base
2
2
  hidden: true
3
3
  fields:
4
+ external_id:
5
+ type: text
6
+ label: 外部ID
7
+ visible_on: "{{false}}"
4
8
  owner:
5
9
  label: Owner
6
10
  type: lookup
@@ -0,0 +1,68 @@
1
+ name: announcements
2
+ icon: announcement
3
+ label: Announcement
4
+ hidden: false
5
+ enable_files: true
6
+ enable_chatter: true
7
+ version: 2
8
+ fields:
9
+ name:
10
+ label: Title
11
+ type: text
12
+ defaultValue: ''
13
+ description: ''
14
+ inlineHelpText: ''
15
+ required: true
16
+ searchable: true
17
+ is_wide: true
18
+ body:
19
+ type: html
20
+ label: Main Body
21
+ rows: 5
22
+ required: true
23
+ is_wide: true
24
+ members:
25
+ type: lookup
26
+ label: User Members
27
+ reference_to: users
28
+ group: Members
29
+ multiple: true
30
+ filterable: true
31
+ is_wide: true
32
+ organizations:
33
+ type: lookup
34
+ label: Organization Members
35
+ reference_to: organizations
36
+ group: Members
37
+ multiple: true
38
+ filterable: true
39
+ is_wide: true
40
+ created:
41
+ label: Creation Time
42
+ created_by:
43
+ label: Created by
44
+ modified_by:
45
+ label: Modified by
46
+ list_views:
47
+ all:
48
+ label: All Announcements
49
+ filter_scope: space
50
+ columns:
51
+ - name
52
+ - created
53
+ - created_by
54
+ permission_set:
55
+ user:
56
+ allowCreate: true
57
+ allowDelete: true
58
+ allowEdit: true
59
+ allowRead: true
60
+ modifyAllRecords: false
61
+ viewAllRecords: true
62
+ admin:
63
+ allowCreate: true
64
+ allowDelete: true
65
+ allowEdit: true
66
+ allowRead: true
67
+ modifyAllRecords: true
68
+ viewAllRecords: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.0-beta.59",
3
+ "version": "3.0.0-beta.60",
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.59",
13
+ "@steedos/service-package-loader": "3.0.0-beta.60",
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": "084d145453aa8f82ee655a856523aef0307df6d0"
20
+ "gitHead": "381895982baafa91e5fbddba5bad0849ce009b48"
21
21
  }
@@ -1,19 +0,0 @@
1
- name: flow_positions
2
- label: Workflow Position
3
- description:
4
- fields:
5
- role:
6
- label: Flow Role
7
- help:
8
- description:
9
- users:
10
- label: Users
11
- help:
12
- description:
13
- org:
14
- label: Department
15
- help:
16
- description:
17
- listviews:
18
- all:
19
- label: All Workflow Positions
@@ -1,19 +0,0 @@
1
- name: flow_positions
2
- label: 审批岗位成员
3
- description:
4
- fields:
5
- role:
6
- label: 审批岗位
7
- help:
8
- description:
9
- users:
10
- label: 成员
11
- help:
12
- description:
13
- org:
14
- label: 管辖范围
15
- help:
16
- description:
17
- listviews:
18
- all:
19
- label: 所有
@@ -1,11 +0,0 @@
1
- name: flow_roles
2
- label: Workflow Role
3
- description:
4
- fields:
5
- name:
6
- label: Name
7
- help:
8
- description:
9
- listviews:
10
- all:
11
- label: All Workflow Roles
@@ -1,14 +0,0 @@
1
- name: flow_roles
2
- label: 审批岗位
3
- description:
4
- fields:
5
- name:
6
- label: 名称
7
- help:
8
- description:
9
- listviews:
10
- all:
11
- label: 所有
12
- actions:
13
- customize:
14
- label: 自定义
@@ -1,317 +0,0 @@
1
- name: flows
2
- label: Workflow
3
- description:
4
- fields:
5
- name:
6
- label: Name
7
- help:
8
- description:
9
- form:
10
- label: Form
11
- help:
12
- description:
13
- category:
14
- label: Category
15
- help:
16
- description:
17
- state:
18
- label: State
19
- help:
20
- options:
21
- - label: Enabled
22
- value: enabled
23
- - label: Disabled
24
- value: disabled
25
- description:
26
- is_valid:
27
- label: Valid
28
- help:
29
- description:
30
- current_no:
31
- label: Current Number
32
- help:
33
- description:
34
- description:
35
- label: Description
36
- help:
37
- description:
38
- help_text:
39
- label: Help
40
- help:
41
- description:
42
- company_id:
43
- label: Main Division
44
- help:
45
- description:
46
- created_by:
47
- label: Created by
48
- help:
49
- description:
50
- modified_by:
51
- label: Modified by
52
- help:
53
- description:
54
- current:
55
- label: Current Version
56
- help:
57
- description:
58
- current.modified:
59
- label: Modification Time of Current
60
- help:
61
- description:
62
- current.modified_by:
63
- label: Modified Currently by
64
- help:
65
- description:
66
- current.created:
67
- label: Creation Time of Current
68
- help:
69
- description:
70
- current.created_by:
71
- label: Created Currently by
72
- help:
73
- description:
74
- current.steps:
75
- label: Current Steps
76
- help:
77
- description:
78
- current.steps.$._id:
79
- label:
80
- help:
81
- description:
82
- current.steps.$.name:
83
- label: Name
84
- help:
85
- description:
86
- current.steps.$.disableCC:
87
- label: Disable CC
88
- help:
89
- description:
90
- current.steps.$.allowDistribute:
91
- label: Allow Distribution
92
- help:
93
- description:
94
- current.steps.$.can_edit_main_attach:
95
- label: Allow Modification of the Body Text
96
- help:
97
- description:
98
- current.steps.$.can_edit_normal_attach:
99
- label: Allow Modification of Attachments
100
- help:
101
- description:
102
- current.steps.$.distribute_optional_flows:
103
- label: Workflows of Distribution
104
- help:
105
- description:
106
- current.steps.$.cc_must_finished:
107
- label: Must Wait for CC finished
108
- help:
109
- description:
110
- current.steps.$.cc_alert:
111
- label: Pop up CC Alert
112
- help:
113
- description:
114
- current.steps.$.allowBatch:
115
- label: Batch Processing
116
- help:
117
- description:
118
- current.steps.$.oneClickApproval:
119
- label: One Click Approval
120
- help:
121
- description:
122
- current.steps.$.oneClickRejection:
123
- label: One Click Rejection
124
- help:
125
- description:
126
- perms:
127
- label: Permissions
128
- help:
129
- description:
130
- perms.users_can_add:
131
- label: Users that Can Initiate New Request
132
- help:
133
- description:
134
- perms.orgs_can_add:
135
- label: Departments that Can Initiate New Request
136
- help:
137
- description:
138
- perms.users_can_monitor:
139
- label: Users that Can Read All the Reqests
140
- help:
141
- description:
142
- perms.orgs_can_monitor:
143
- label: Departments that Can Read All the Reqests
144
- help:
145
- description:
146
- perms.users_can_admin:
147
- label: 'Users that Can Read , Relocat, Reassign or Delete All the Reqests'
148
- help:
149
- description:
150
- perms.orgs_can_admin:
151
- label: 'Departments that Can Read , Relocat, Reassign or Delete All the Reqests'
152
- help:
153
- description:
154
- app:
155
- label: App
156
- help:
157
- description:
158
- historys:
159
- label: History Workflows
160
- help:
161
- description:
162
- instance_template:
163
- label: Instance Template
164
- help:
165
- description:
166
- print_template:
167
- label: Print Template
168
- help:
169
- description:
170
- field_map:
171
- label: Mapping
172
- help:
173
- description:
174
- events:
175
- label: Events
176
- help:
177
- description:
178
- distribute_optional_users:
179
- label: Users to be Distributed
180
- help:
181
- description:
182
- distribute_to_self:
183
- label: Distribute to myself
184
- help:
185
- description:
186
- upload_after_being_distributed:
187
- label: Allow upload after being distributed
188
- help:
189
- description:
190
- name_formula:
191
- label: Formula of Title
192
- help:
193
- description:
194
- code_formula:
195
- label: Formula of Code
196
- help:
197
- description:
198
- auto_remind:
199
- label: Auto Remind
200
- help:
201
- description:
202
- sort_no:
203
- label: Sort Number
204
- help:
205
- description:
206
- timeout_auto_submit:
207
- label: Auto Commit if Time Out
208
- help:
209
- description:
210
- allow_select_step:
211
- label: Applicant can Select Steps and Handlers
212
- help: >-
213
- Allow the applicant to specify the flow steps and step handlers when
214
- submitting the application form. You need to modify the properties on the
215
- step through the Workflow Designer.
216
- description:
217
- object_name:
218
- label: Bind Object
219
- instance_fields:
220
- label: Instance Fields
221
- help:
222
- description:
223
- instance_fields.$:
224
- label: Instance Field
225
- help:
226
- description:
227
- instance_fields.$.name:
228
- label: Instance Field Name
229
- help:
230
- description:
231
- instance_fields.$.readonly:
232
- label: Readonly
233
- help:
234
- description:
235
- instance_fields.$.required:
236
- label: Required
237
- help:
238
- description:
239
- instance_table_fields:
240
- label: Related Lists
241
- help:
242
- description:
243
- instance_table_fields.$.label:
244
- label: Label
245
- help:
246
- description:
247
- instance_table_fields.$.detail_field_fullname:
248
- label: Related Field FullName
249
- help:
250
- description:
251
- instance_table_fields.$.field_names:
252
- label: Field Names
253
- help:
254
- description:
255
- forbid_initiate_instance:
256
- label: Forbid initiate instance
257
- help:
258
- description:
259
- enable_distribute_instance_to_attachment:
260
- label: Enable attaching the original form during distribution
261
- enable_distribute_instance_related:
262
- label: Enable automatic creation of associated files during distribution.
263
- groups:
264
- template: Template
265
- synchronization: Synchronization
266
- develop: Develop
267
- distribution: Distribution
268
- others: Others
269
- flowbindobject: Flow Bind Object
270
- permissions: Permissions
271
- listviews:
272
- all:
273
- label: All Workflows
274
- customize:
275
- label: Customize
276
- actions:
277
- standard_new:
278
- label: New
279
- standard_new_by_template:
280
- label: Pull from Library
281
- design:
282
- label: Designer
283
- standard_edit:
284
- label: Edit
285
- standard_delete:
286
- label: Delete
287
- designFlow:
288
- label: Flow Designer
289
- designForm:
290
- label: Form Designer
291
- enableFlow:
292
- label: Enable Flow
293
- disableFlow:
294
- label: Disable Flow
295
- export_default_template:
296
- label: Export Default Template
297
- exportFlow:
298
- label: Export Workflow
299
- importFlow:
300
- label: Import Workflow
301
- exportFlows:
302
- label: Export Workflows
303
- upgradeFlow:
304
- label: Upgrade Workflow
305
- copyFlow:
306
- label: Copy Workflow
307
- distributeAdmin:
308
- label: Set Distribution Options
309
- removeFlow:
310
- label: Delete
311
- addFormFields:
312
- label: Add Fields
313
- CustomLabels:
314
- import_flows_error_title: Import Error
315
- import_flows_error_not_find_object: 'Not find object [ %s ]'
316
- import_flows_error_not_allow_enable_workflow: 'object [ %s ] not enable workflow'
317
- import_flows_error_not_find_fields: 'Missing field [ %s ]'