@things-factory/worklist 8.0.37 → 8.0.39
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.
- package/dist-client/pages/activity-instance/activity-instance-list-page.d.ts +17 -2
- package/dist-client/pages/activity-instance/activity-instance-list-page.js +219 -20
- package/dist-client/pages/activity-instance/activity-instance-list-page.js.map +1 -1
- package/dist-client/route.d.ts +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/service/activity-instance/activity-instance-mutation.d.ts +1 -0
- package/dist-server/service/activity-instance/activity-instance-mutation.js +36 -3
- package/dist-server/service/activity-instance/activity-instance-mutation.js.map +1 -1
- package/dist-server/service/activity-instance/activity-instance-query.d.ts +1 -0
- package/dist-server/service/activity-instance/activity-instance-query.js +21 -0
- package/dist-server/service/activity-instance/activity-instance-query.js.map +1 -1
- package/dist-server/service/activity-instance/index.d.ts +1 -1
- package/dist-server/service/index.d.ts +3 -3
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
- package/translations/en.json +2 -0
- package/translations/ja.json +2 -0
- package/translations/ko.json +2 -0
- package/translations/ms.json +2 -0
- package/translations/zh.json +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/worklist",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.39",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"@operato/grist-editor": "^8.0.0",
|
|
34
34
|
"@operato/moment-timezone-es": "^8.0.0",
|
|
35
35
|
"@operato/p13n": "^8.0.0",
|
|
36
|
-
"@things-factory/attachment-base": "^8.0.
|
|
37
|
-
"@things-factory/auth-base": "^8.0.
|
|
38
|
-
"@things-factory/board-service": "^8.0.
|
|
39
|
-
"@things-factory/context-ui": "^8.0.
|
|
40
|
-
"@things-factory/organization": "^8.0.
|
|
41
|
-
"@things-factory/personalization": "^8.0.
|
|
42
|
-
"@things-factory/scheduler-client": "^8.0.
|
|
43
|
-
"@things-factory/shell": "^8.0.
|
|
36
|
+
"@things-factory/attachment-base": "^8.0.38",
|
|
37
|
+
"@things-factory/auth-base": "^8.0.38",
|
|
38
|
+
"@things-factory/board-service": "^8.0.39",
|
|
39
|
+
"@things-factory/context-ui": "^8.0.38",
|
|
40
|
+
"@things-factory/organization": "^8.0.38",
|
|
41
|
+
"@things-factory/personalization": "^8.0.38",
|
|
42
|
+
"@things-factory/scheduler-client": "^8.0.38",
|
|
43
|
+
"@things-factory/shell": "^8.0.38"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "f5e1a4c04bceec2d731a46f1ef88976839d04dac"
|
|
46
46
|
}
|
package/translations/en.json
CHANGED
|
@@ -123,9 +123,11 @@
|
|
|
123
123
|
"label.filter-pending-approval": "pending approval",
|
|
124
124
|
"label.hours": "hours",
|
|
125
125
|
"label.information": "information",
|
|
126
|
+
"label.issued-by-me": "issued by me",
|
|
126
127
|
"label.minutes": "minutes",
|
|
127
128
|
"label.seconds": "seconds",
|
|
128
129
|
"label.timeline": "timeline",
|
|
130
|
+
"text.activity_instance_aborted_successfully": "activity instance aborted successfully",
|
|
129
131
|
"text.assign": "assign",
|
|
130
132
|
"text.draft": "draft",
|
|
131
133
|
"text.installable-activities": "installable activities",
|
package/translations/ja.json
CHANGED
|
@@ -123,9 +123,11 @@
|
|
|
123
123
|
"label.filter-pending-approval": "承認進行中",
|
|
124
124
|
"label.hours": "時間",
|
|
125
125
|
"label.information": "基本情報",
|
|
126
|
+
"label.issued-by-me": "発行者が自分",
|
|
126
127
|
"label.minutes": "分",
|
|
127
128
|
"label.seconds": "秒",
|
|
128
129
|
"label.timeline": "タイムライン",
|
|
130
|
+
"text.activity_instance_aborted_successfully": "業務インスタンスが正常に中断されました。",
|
|
129
131
|
"text.assign": "割当",
|
|
130
132
|
"text.draft": "ドラフト保存",
|
|
131
133
|
"text.installable-activities": "設置可能業務",
|
package/translations/ko.json
CHANGED
|
@@ -123,9 +123,11 @@
|
|
|
123
123
|
"label.filter-resubmitted": "재상신",
|
|
124
124
|
"label.hours": "시간",
|
|
125
125
|
"label.information": "기본정보",
|
|
126
|
+
"label.issued-by-me": "내가 생성한 태스크",
|
|
126
127
|
"label.minutes": "분",
|
|
127
128
|
"label.seconds": "초",
|
|
128
129
|
"label.timeline": "타임라인",
|
|
130
|
+
"text.activity_instance_aborted_successfully": "업무인스턴스가 정상적으로 중단되었습니다.",
|
|
129
131
|
"text.assign": "할당",
|
|
130
132
|
"text.draft": "초안저장",
|
|
131
133
|
"text.enter a comment": "코멘트를 남겨주세요.",
|
package/translations/ms.json
CHANGED
|
@@ -123,9 +123,11 @@
|
|
|
123
123
|
"label.filter-pending-approval": "tungguan kelulusan",
|
|
124
124
|
"label.hours": "jam",
|
|
125
125
|
"label.information": "maklumat",
|
|
126
|
+
"label.issued-by-me": "dikeluarkan oleh saya",
|
|
126
127
|
"label.minutes": "minit",
|
|
127
128
|
"label.seconds": "saat",
|
|
128
129
|
"label.timeline": "garis masa",
|
|
130
|
+
"text.activity_instance_aborted_successfully": "aktiviti instance berjaya dibatalkan",
|
|
129
131
|
"text.assign": "berikan",
|
|
130
132
|
"text.draft": "draf",
|
|
131
133
|
"text.installable-activities": "aktiviti yang boleh dipasang",
|
package/translations/zh.json
CHANGED
|
@@ -123,9 +123,11 @@
|
|
|
123
123
|
"label.filter-pending-approval": "等待批准",
|
|
124
124
|
"label.hours": "小时",
|
|
125
125
|
"label.information": "信息",
|
|
126
|
+
"label.issued-by-me": "我发布的任务",
|
|
126
127
|
"label.minutes": "分钟",
|
|
127
128
|
"label.seconds": "秒",
|
|
128
129
|
"label.timeline": "时间线",
|
|
130
|
+
"text.activity_instance_aborted_successfully": "业务实例已成功中止。",
|
|
129
131
|
"text.assign": "分配",
|
|
130
132
|
"text.draft": "草稿",
|
|
131
133
|
"text.installable-activities": "可安装的业务",
|