@things-factory/operato-dataset 6.0.44 → 6.0.46
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/client/menu.ts +14 -2
- package/package.json +7 -7
package/client/menu.ts
CHANGED
|
@@ -32,8 +32,20 @@ export function getMenuTemplate(owner: boolean = false, dataKeySets: any[]) {
|
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
name: '업무 수행 이력',
|
|
35
|
-
icon: '
|
|
36
|
-
|
|
35
|
+
icon: 'history',
|
|
36
|
+
description: '업무와 관련된 수행 또는 결재 이력을 조회할 수 있습니다.',
|
|
37
|
+
menus: [
|
|
38
|
+
{
|
|
39
|
+
name: '업무 수행 이력',
|
|
40
|
+
icon: 'archive',
|
|
41
|
+
path: 'done-list'
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
name: '결재 수행 이력',
|
|
45
|
+
icon: 'archive',
|
|
46
|
+
path: 'approval-done-list'
|
|
47
|
+
}
|
|
48
|
+
]
|
|
37
49
|
},
|
|
38
50
|
owner && {
|
|
39
51
|
name: 'DATASET 관리',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-dataset",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.46",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"@things-factory/auth-ui": "^6.0.43",
|
|
64
64
|
"@things-factory/board-service": "^6.0.43",
|
|
65
65
|
"@things-factory/board-ui": "^6.0.43",
|
|
66
|
-
"@things-factory/ccp": "^6.0.
|
|
66
|
+
"@things-factory/ccp": "^6.0.46",
|
|
67
67
|
"@things-factory/context-ui": "^6.0.43",
|
|
68
68
|
"@things-factory/dashboard": "^6.0.43",
|
|
69
|
-
"@things-factory/dataset": "^6.0.
|
|
69
|
+
"@things-factory/dataset": "^6.0.46",
|
|
70
70
|
"@things-factory/export-ui": "^6.0.43",
|
|
71
71
|
"@things-factory/help": "^6.0.43",
|
|
72
72
|
"@things-factory/i18n-base": "^6.0.43",
|
|
73
73
|
"@things-factory/integration-base": "^6.0.43",
|
|
74
|
-
"@things-factory/integration-msgraph": "^6.0.
|
|
74
|
+
"@things-factory/integration-msgraph": "^6.0.45",
|
|
75
75
|
"@things-factory/integration-ui": "^6.0.43",
|
|
76
76
|
"@things-factory/lite-menu": "^6.0.43",
|
|
77
77
|
"@things-factory/more-base": "^6.0.43",
|
|
@@ -79,17 +79,17 @@
|
|
|
79
79
|
"@things-factory/notification": "^6.0.43",
|
|
80
80
|
"@things-factory/oauth2-client": "^6.0.43",
|
|
81
81
|
"@things-factory/organization": "^6.0.43",
|
|
82
|
-
"@things-factory/qc": "^6.0.
|
|
82
|
+
"@things-factory/qc": "^6.0.46",
|
|
83
83
|
"@things-factory/resource-ui": "^6.0.43",
|
|
84
84
|
"@things-factory/setting-base": "^6.0.43",
|
|
85
85
|
"@things-factory/setting-ui": "^6.0.43",
|
|
86
86
|
"@things-factory/shell": "^6.0.43",
|
|
87
87
|
"@things-factory/system-ui": "^6.0.43",
|
|
88
88
|
"@things-factory/work-shift": "^6.0.43",
|
|
89
|
-
"@things-factory/worklist": "^6.0.
|
|
89
|
+
"@things-factory/worklist": "^6.0.46"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@things-factory/builder": "^6.0.34"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "0fc79b215a4dabc07d2a73432e09f57252d55d83"
|
|
95
95
|
}
|