@things-factory/worklist 10.1.6 → 10.1.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.
Files changed (85) hide show
  1. package/dist-client/components/activity-instance-preview.js +5 -4
  2. package/dist-client/components/activity-instance-preview.js.map +1 -1
  3. package/dist-client/components/activity-starter-form.js +14 -10
  4. package/dist-client/components/activity-starter-form.js.map +1 -1
  5. package/dist-client/components/activity-thread-timeline.d.ts +2 -2
  6. package/dist-client/components/decision-slots.d.ts +38 -9
  7. package/dist-client/components/decision-slots.js +24 -10
  8. package/dist-client/components/decision-slots.js.map +1 -1
  9. package/dist-client/components/mutation-outcome.d.ts +57 -0
  10. package/dist-client/components/mutation-outcome.js +78 -0
  11. package/dist-client/components/mutation-outcome.js.map +1 -0
  12. package/dist-client/components/say-outcome.d.ts +25 -0
  13. package/dist-client/components/say-outcome.js +51 -0
  14. package/dist-client/components/say-outcome.js.map +1 -0
  15. package/dist-client/pages/activity/activity-list-page.js +28 -12
  16. package/dist-client/pages/activity/activity-list-page.js.map +1 -1
  17. package/dist-client/pages/activity/activity-model-item-list.js +4 -3
  18. package/dist-client/pages/activity/activity-model-item-list.js.map +1 -1
  19. package/dist-client/pages/activity/activity-page.d.ts +2 -2
  20. package/dist-client/pages/activity/activity-page.js +25 -21
  21. package/dist-client/pages/activity/activity-page.js.map +1 -1
  22. package/dist-client/pages/activity-approval/activity-approval-importer.js +4 -3
  23. package/dist-client/pages/activity-approval/activity-approval-importer.js.map +1 -1
  24. package/dist-client/pages/activity-approval/activity-approval-list-page.js +8 -9
  25. package/dist-client/pages/activity-approval/activity-approval-list-page.js.map +1 -1
  26. package/dist-client/pages/activity-approval/activity-approval-page.d.ts +3 -1
  27. package/dist-client/pages/activity-approval/activity-approval-page.js +76 -28
  28. package/dist-client/pages/activity-approval/activity-approval-page.js.map +1 -1
  29. package/dist-client/pages/activity-instance/activity-instance-start-page.js +24 -18
  30. package/dist-client/pages/activity-instance/activity-instance-start-page.js.map +1 -1
  31. package/dist-client/pages/activity-instance/activity-instance-view.js +1 -0
  32. package/dist-client/pages/activity-instance/activity-instance-view.js.map +1 -1
  33. package/dist-client/pages/activity-stats/activity-stats-importer.js +4 -3
  34. package/dist-client/pages/activity-stats/activity-stats-importer.js.map +1 -1
  35. package/dist-client/pages/activity-stats/activity-stats-list-page.js +8 -9
  36. package/dist-client/pages/activity-stats/activity-stats-list-page.js.map +1 -1
  37. package/dist-client/pages/activity-template/activity-template-importer.js +4 -3
  38. package/dist-client/pages/activity-template/activity-template-importer.js.map +1 -1
  39. package/dist-client/pages/activity-template/activity-template-list-page.js +8 -9
  40. package/dist-client/pages/activity-template/activity-template-list-page.js.map +1 -1
  41. package/dist-client/pages/activity-template/activity-template-model-item-list.js +4 -3
  42. package/dist-client/pages/activity-template/activity-template-model-item-list.js.map +1 -1
  43. package/dist-client/pages/activity-thread/activity-thread-importer.js +4 -3
  44. package/dist-client/pages/activity-thread/activity-thread-importer.js.map +1 -1
  45. package/dist-client/pages/activity-thread/activity-thread-list-page.js +8 -9
  46. package/dist-client/pages/activity-thread/activity-thread-list-page.js.map +1 -1
  47. package/dist-client/pages/activity-thread/activity-thread-page.d.ts +1 -1
  48. package/dist-client/pages/activity-thread/activity-thread-page.js +22 -20
  49. package/dist-client/pages/activity-thread/activity-thread-page.js.map +1 -1
  50. package/dist-client/pages/activity-thread/activity-thread-view-page.d.ts +1 -1
  51. package/dist-client/pages/activity-thread/activity-thread-view-page.js +1 -0
  52. package/dist-client/pages/activity-thread/activity-thread-view-page.js.map +1 -1
  53. package/dist-client/pages/activity-thread/activity-thread-view.d.ts +1 -1
  54. package/dist-client/pages/todo/draft-list-page.js +1 -0
  55. package/dist-client/pages/todo/draft-list-page.js.map +1 -1
  56. package/dist-client/route.d.ts +1 -1
  57. package/dist-client/tsconfig.tsbuildinfo +1 -1
  58. package/dist-server/controllers/activity-installation/installable-to-activity.d.ts +14 -1
  59. package/dist-server/controllers/activity-installation/installable-to-activity.js +14 -1
  60. package/dist-server/controllers/activity-installation/installable-to-activity.js.map +1 -1
  61. package/dist-server/controllers/activity-instance/draft.js +3 -0
  62. package/dist-server/controllers/activity-instance/draft.js.map +1 -1
  63. package/dist-server/controllers/activity-instance/entitlement.d.ts +25 -0
  64. package/dist-server/controllers/activity-instance/entitlement.js +108 -0
  65. package/dist-server/controllers/activity-instance/entitlement.js.map +1 -0
  66. package/dist-server/controllers/activity-instance/issue.js +10 -0
  67. package/dist-server/controllers/activity-instance/issue.js.map +1 -1
  68. package/dist-server/controllers/activity-instance/pick.js +8 -0
  69. package/dist-server/controllers/activity-instance/pick.js.map +1 -1
  70. package/dist-server/service/activity/index.d.ts +1 -1
  71. package/dist-server/service/activity-instance/activity-instance-mutation.js +20 -9
  72. package/dist-server/service/activity-instance/activity-instance-mutation.js.map +1 -1
  73. package/dist-server/service/activity-instance/activity-instance-query.js +25 -2
  74. package/dist-server/service/activity-instance/activity-instance-query.js.map +1 -1
  75. package/dist-server/service/activity-instance/index.d.ts +1 -1
  76. package/dist-server/service/activity-template/index.d.ts +1 -1
  77. package/dist-server/service/activity-thread/index.d.ts +1 -1
  78. package/dist-server/service/index.d.ts +3 -3
  79. package/dist-server/tsconfig.tsbuildinfo +1 -1
  80. package/package.json +11 -11
  81. package/translations/en.json +5 -0
  82. package/translations/ja.json +5 -0
  83. package/translations/ko.json +5 -0
  84. package/translations/ms.json +5 -0
  85. package/translations/zh.json +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/worklist",
3
- "version": "10.1.6",
3
+ "version": "10.1.7",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -34,15 +34,15 @@
34
34
  "@operato/grist-editor": "^10.0.0",
35
35
  "@operato/moment-timezone-es": "^10.0.0",
36
36
  "@operato/p13n": "^10.0.0",
37
- "@things-factory/attachment-base": "^10.1.6",
38
- "@things-factory/auth-base": "^10.1.6",
39
- "@things-factory/board-service": "^10.1.6",
40
- "@things-factory/board-ui": "^10.1.6",
41
- "@things-factory/context-ui": "^10.1.4",
42
- "@things-factory/organization": "^10.1.6",
43
- "@things-factory/personalization": "^10.1.6",
44
- "@things-factory/scheduler-client": "^10.1.6",
45
- "@things-factory/shell": "^10.1.4"
37
+ "@things-factory/attachment-base": "^10.1.7",
38
+ "@things-factory/auth-base": "^10.1.7",
39
+ "@things-factory/board-service": "^10.1.7",
40
+ "@things-factory/board-ui": "^10.1.7",
41
+ "@things-factory/context-ui": "^10.1.7",
42
+ "@things-factory/organization": "^10.1.7",
43
+ "@things-factory/personalization": "^10.1.7",
44
+ "@things-factory/scheduler-client": "^10.1.7",
45
+ "@things-factory/shell": "^10.1.7"
46
46
  },
47
- "gitHead": "963aeb9ac470be5aea05bb5842a0a92afcab6036"
47
+ "gitHead": "9a036f83f5751f9e4af9180e9a0018f716a4ba27"
48
48
  }
@@ -22,6 +22,8 @@
22
22
  "error.activity-approval is reference only": "you are a reference on this approval. you may leave a comment; approving and rejecting is for the approvers.",
23
23
  "error.activity-approval not found": "this approval task ({activityApproval}) cannot be found.",
24
24
  "error.activity-approval taken by someone else": "someone else handled this approval first. reload the list to see where it stands.",
25
+ "error.activity-instance belongs to someone else": "{id} is someone else's draft. Only the person who wrote it, or someone who manages activity instances, may edit or issue it.",
26
+ "error.activity-instance is addressed to another role": "{id} is addressed to another role. Someone holding that role picks it up.",
25
27
  "error.activity-instance is already issued": "this task ({id}) has already been issued with the {state} status.",
26
28
  "error.activity-instance is already terminated": "this task ({id}) has already been terminated with the {state} status.",
27
29
  "error.activity-instance not found": "this task ({activityInstance}) cannot be found.",
@@ -230,6 +232,7 @@
230
232
  "text.group-reference-hint": "it does not hold up the approval. comment if you have something to say",
231
233
  "text.handed-over-on-this-day": "no deadline. handed over on this day",
232
234
  "text.installable-activities": "installable activities",
235
+ "text.it-did-not-go-through": "it did not go through — {said}",
233
236
  "text.model-in-out": "{taking} value(s) received, {giving} to fill in",
234
237
  "text.no activity thread info": "No activity thread information",
235
238
  "text.no-activity-fields": "nothing to fill in",
@@ -246,6 +249,7 @@
246
249
  "text.no-reference-description": "a reference is a notice, not an approval. the approval goes ahead whether you respond or not, and you can leave a comment if you have one.",
247
250
  "text.no-reference-title": "nothing sent for your information",
248
251
  "text.no-value": "no value",
252
+ "text.not-allowed-to-do-this": "you are not allowed to do this. ask an administrator.",
249
253
  "text.own-approval-view": "its own",
250
254
  "text.pick": "pick",
251
255
  "text.reference-after-decision": "commented after the decision",
@@ -253,6 +257,7 @@
253
257
  "text.reference-comment-hint": "you are a reference here. you leave a comment; approving and rejecting is for the approvers.",
254
258
  "text.reference-open": "you can leave a comment",
255
259
  "text.save": "save",
260
+ "text.signed-out-sign-in-again": "you are signed out. sign in again and retry.",
256
261
  "text.task_is_approved_successfully": "task is approved successfully",
257
262
  "text.task_is_finished_successfully": "task is finished successfully.",
258
263
  "text.task_is_rejected_successfully": "task is rejected successfully",
@@ -22,6 +22,8 @@
22
22
  "error.activity-approval is reference only": "この方は参照です。意見は残せますが、承認と却下は承認者が行います。",
23
23
  "error.activity-approval not found": "この承認タスク({activityApproval})が見つかりません。",
24
24
  "error.activity-approval taken by someone else": "他の方が先に処理しました。一覧を再読み込みしてください。",
25
+ "error.activity-instance belongs to someone else": "{id} is someone else's draft. Only the person who wrote it, or someone who manages activity instances, may edit or issue it.",
26
+ "error.activity-instance is addressed to another role": "{id} is addressed to another role. Someone holding that role picks it up.",
25
27
  "error.activity-instance is already issued": "このタスク({id})はすでに{state}状態で発行されています。",
26
28
  "error.activity-instance is already terminated": "このタスク({id})はすでに{state}状態で終了しています。",
27
29
  "error.activity-instance not found": "このタスク({activityInstance})が見つかりません。",
@@ -230,6 +232,7 @@
230
232
  "text.group-reference-hint": "決裁を止めません。意見があれば書けます",
231
233
  "text.handed-over-on-this-day": "期限がありません。この日に受け取りました",
232
234
  "text.installable-activities": "設置可能業務",
235
+ "text.it-did-not-go-through": "処理できませんでした — {said}",
233
236
  "text.model-in-out": "受け取る値 {taking}件 · 記入する値 {giving}件",
234
237
  "text.no activity thread info": "アクティビティスレッド情報なし",
235
238
  "text.no-activity-fields": "入力する項目がありません",
@@ -246,6 +249,7 @@
246
249
  "text.no-reference-description": "参照は決裁ではなくお知らせです。承認や却下をしなくても決裁は進み、意見があれば書けます。",
247
250
  "text.no-reference-title": "参照で届いた件はありません",
248
251
  "text.no-value": "値なし",
252
+ "text.not-allowed-to-do-this": "この操作を行う権限がありません。管理者に依頼してください。",
249
253
  "text.own-approval-view": "専用",
250
254
  "text.pick": "選択",
251
255
  "text.reference-after-decision": "決定後に書かれた意見",
@@ -253,6 +257,7 @@
253
257
  "text.reference-comment-hint": "この方は参照です。意見のみを残し、承認と却下は承認者が行います。",
254
258
  "text.reference-open": "意見を書けます",
255
259
  "text.save": "保存",
260
+ "text.signed-out-sign-in-again": "ログインが切れました。再度ログインしてからお試しください。",
256
261
  "text.task_is_approved_successfully": "業務が正常に承認されました。",
257
262
  "text.task_is_finished_successfully": "業務が成功的に完了しました。",
258
263
  "text.task_is_rejected_successfully": "業務が正常に突き返されました。",
@@ -22,6 +22,8 @@
22
22
  "error.activity-approval is reference only": "이 자리는 참조입니다. 의견은 남길 수 있고, 승인과 반려는 결재자가 합니다.",
23
23
  "error.activity-approval not found": "이 승인 작업({activityApproval})을 찾을 수 없습니다.",
24
24
  "error.activity-approval taken by someone else": "다른 분이 먼저 처리했습니다. 목록을 새로 읽어 주십시오.",
25
+ "error.activity-instance belongs to someone else": "{id} 는 다른 사람이 쓴 초안입니다. 쓴 사람이나 업무를 관리하는 사람만 고치고 내보낼 수 있습니다.",
26
+ "error.activity-instance is addressed to another role": "{id} 는 다른 역할에 걸린 업무입니다. 그 역할을 가진 사람이 집습니다.",
25
27
  "error.activity-instance is already issued": "이 작업({id})은 이미 {state} 상태로 제기되었습니다.",
26
28
  "error.activity-instance is already terminated": "이 작업({id})는 이미 {state} 상태로 종료되었습니다.",
27
29
  "error.activity-instance not found": "이 작업({activityInstance})을 찾을 수 없습니다.",
@@ -230,6 +232,7 @@
230
232
  "text.group-reference-hint": "결재를 막지 않습니다. 의견이 있으면 적을 수 있습니다",
231
233
  "text.handed-over-on-this-day": "기한이 없습니다. 이 날 받았습니다",
232
234
  "text.installable-activities": "설치 가능 업무",
235
+ "text.it-did-not-go-through": "처리하지 못했습니다 — {said}",
233
236
  "text.model-in-out": "받는 값 {taking}개 · 적어 낼 값 {giving}개",
234
237
  "text.no activity thread info": "업무활동 정보가 없습니다.",
235
238
  "text.no-activity-fields": "입력할 항목이 없습니다",
@@ -246,6 +249,7 @@
246
249
  "text.no-reference-description": "참조는 결재가 아니라 알림입니다. 승인이나 반려를 하지 않아도 결재는 진행되고, 의견이 있으면 적을 수 있습니다.",
247
250
  "text.no-reference-title": "참조받은 건이 없습니다",
248
251
  "text.no-value": "값 없음",
252
+ "text.not-allowed-to-do-this": "이 작업을 할 권한이 없습니다. 관리자에게 요청하십시오.",
249
253
  "text.own-approval-view": "전용",
250
254
  "text.pick": "선택",
251
255
  "text.reference-after-decision": "결정 뒤에 적은 의견",
@@ -253,6 +257,7 @@
253
257
  "text.reference-comment-hint": "이 자리는 참조입니다. 의견만 남기고, 승인과 반려는 결재자가 합니다.",
254
258
  "text.reference-open": "의견을 적을 수 있습니다",
255
259
  "text.save": "저장",
260
+ "text.signed-out-sign-in-again": "로그인이 풀렸습니다. 다시 로그인한 뒤 해 주십시오.",
256
261
  "text.task_is_approved_successfully": "업무가 성공적으로 승인되었습니다.",
257
262
  "text.task_is_finished_successfully": "업무가 성공적으로 완료되었습니다.",
258
263
  "text.task_is_rejected_successfully": "업무가 성공적으로 반려되었습니다.",
@@ -22,6 +22,8 @@
22
22
  "error.activity-approval is reference only": "anda ialah rujukan bagi kelulusan ini. anda boleh tinggalkan komen; kelulusan dan penolakan adalah untuk pelulus.",
23
23
  "error.activity-approval not found": "Tugas kelulusan ini ({activityApproval}) tidak dijumpai.",
24
24
  "error.activity-approval taken by someone else": "orang lain telah menguruskannya dahulu. sila muat semula senarai.",
25
+ "error.activity-instance belongs to someone else": "{id} is someone else's draft. Only the person who wrote it, or someone who manages activity instances, may edit or issue it.",
26
+ "error.activity-instance is addressed to another role": "{id} is addressed to another role. Someone holding that role picks it up.",
25
27
  "error.activity-instance is already issued": "Tugas ini ({id}) telah dikeluarkan dengan status {state}.",
26
28
  "error.activity-instance is already terminated": "Tugas ini ({id}) telah tamat dengan status {state}.",
27
29
  "error.activity-instance not found": "Tugas ini ({activityInstance}) tidak dijumpai.",
@@ -230,6 +232,7 @@
230
232
  "text.group-reference-hint": "ia tidak menghalang kelulusan. beri pendapat jika ada",
231
233
  "text.handed-over-on-this-day": "tiada tarikh akhir. diterima pada hari ini",
232
234
  "text.installable-activities": "aktiviti yang boleh dipasang",
235
+ "text.it-did-not-go-through": "ia tidak berjaya — {said}",
233
236
  "text.model-in-out": "{taking} nilai diterima, {giving} untuk diisi",
234
237
  "text.no activity thread info": "tiada maklumat thread aktiviti",
235
238
  "text.no-activity-fields": "tiada medan untuk diisi",
@@ -246,6 +249,7 @@
246
249
  "text.no-reference-description": "rujukan ialah pemberitahuan, bukan kelulusan. kelulusan tetap diteruskan sama ada anda menjawab atau tidak, dan anda boleh beri pendapat jika ada.",
247
250
  "text.no-reference-title": "tiada yang dihantar untuk pengetahuan anda",
248
251
  "text.no-value": "tiada nilai",
252
+ "text.not-allowed-to-do-this": "anda tiada keizinan untuk melakukan ini. minta daripada pentadbir.",
249
253
  "text.own-approval-view": "tersendiri",
250
254
  "text.pick": "pilih",
251
255
  "text.reference-after-decision": "pendapat selepas keputusan",
@@ -253,6 +257,7 @@
253
257
  "text.reference-comment-hint": "anda ialah rujukan di sini. anda tinggalkan komen; kelulusan dan penolakan adalah untuk pelulus.",
254
258
  "text.reference-open": "anda boleh beri pendapat",
255
259
  "text.save": "simpan",
260
+ "text.signed-out-sign-in-again": "anda telah log keluar. log masuk semula dan cuba lagi.",
256
261
  "text.task_is_approved_successfully": "tugas berjaya diluluskan",
257
262
  "text.task_is_finished_successfully": "tugas berjaya selesai.",
258
263
  "text.task_is_rejected_successfully": "tugas berjaya ditolak",
@@ -22,6 +22,8 @@
22
22
  "error.activity-approval is reference only": "您在此审批中为参照人。可以留下意见,批准与驳回由审批人处理。",
23
23
  "error.activity-approval not found": "未找到此批准任务({activityApproval})。",
24
24
  "error.activity-approval taken by someone else": "他人已先行处理,请重新加载列表。",
25
+ "error.activity-instance belongs to someone else": "{id} is someone else's draft. Only the person who wrote it, or someone who manages activity instances, may edit or issue it.",
26
+ "error.activity-instance is addressed to another role": "{id} is addressed to another role. Someone holding that role picks it up.",
25
27
  "error.activity-instance is already issued": "此任务({id})已被以{state}状态提出。",
26
28
  "error.activity-instance is already terminated": "此任务({id})已以{state}状态终止。",
27
29
  "error.activity-instance not found": "未找到此任务({activityInstance})。",
@@ -230,6 +232,7 @@
230
232
  "text.group-reference-hint": "不会阻断审批。有意见可以写下来",
231
233
  "text.handed-over-on-this-day": "没有期限。这天收到",
232
234
  "text.installable-activities": "可安装的业务",
235
+ "text.it-did-not-go-through": "未能处理 — {said}",
233
236
  "text.model-in-out": "接收值 {taking} 项 · 待填写 {giving} 项",
234
237
  "text.no activity thread info": "无活动线程信息",
235
238
  "text.no-activity-fields": "没有需要填写的项目",
@@ -246,6 +249,7 @@
246
249
  "text.no-reference-description": "知会是通知,不是审批。您不回应审批也会继续,有意见可以写下来。",
247
250
  "text.no-reference-title": "没有知会您的事项",
248
251
  "text.no-value": "无值",
252
+ "text.not-allowed-to-do-this": "您无权执行此操作。请向管理员申请。",
249
253
  "text.own-approval-view": "专用",
250
254
  "text.pick": "挑选",
251
255
  "text.reference-after-decision": "决定之后写的意见",
@@ -253,6 +257,7 @@
253
257
  "text.reference-comment-hint": "您在此为参照人。仅留下意见,批准与驳回由审批人处理。",
254
258
  "text.reference-open": "可以写意见",
255
259
  "text.save": "保存",
260
+ "text.signed-out-sign-in-again": "登录已失效。请重新登录后再试。",
256
261
  "text.task_is_approved_successfully": "任务已成功批准。",
257
262
  "text.task_is_finished_successfully": "任务已成功完成。",
258
263
  "text.task_is_rejected_successfully": "任务已成功拒绝。",