sevago-sso-fe 1.0.44 → 1.0.45
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/index.cjs.js +14 -14
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +14 -14
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -8306,17 +8306,13 @@ const APP_OBJ = {
|
|
|
8306
8306
|
},
|
|
8307
8307
|
// BLUE
|
|
8308
8308
|
[
|
|
8309
|
-
"
|
|
8310
|
-
/*
|
|
8309
|
+
"Dự án"
|
|
8310
|
+
/* PROJECT */
|
|
8311
8311
|
]: {
|
|
8312
|
-
path: "
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
//
|
|
8316
|
-
content: "Sevago - Tracking",
|
|
8317
|
-
//
|
|
8312
|
+
path: "project",
|
|
8313
|
+
icon: sevagoProjectIcon,
|
|
8314
|
+
content: "Sevago - Dự án",
|
|
8318
8315
|
group: "Workflow Engine",
|
|
8319
|
-
//
|
|
8320
8316
|
color: APP_GROUP_COLOR[
|
|
8321
8317
|
"Workflow Engine"
|
|
8322
8318
|
/* WORKFLOW_ENGINE */
|
|
@@ -8336,13 +8332,17 @@ const APP_OBJ = {
|
|
|
8336
8332
|
]
|
|
8337
8333
|
},
|
|
8338
8334
|
[
|
|
8339
|
-
"
|
|
8340
|
-
/*
|
|
8335
|
+
"Tiến trình"
|
|
8336
|
+
/* TRACKING */
|
|
8341
8337
|
]: {
|
|
8342
|
-
path: "
|
|
8343
|
-
|
|
8344
|
-
|
|
8338
|
+
path: "workflow",
|
|
8339
|
+
//
|
|
8340
|
+
icon: sevagoIcon,
|
|
8341
|
+
//
|
|
8342
|
+
content: "Sevago - Tiến trình",
|
|
8343
|
+
//
|
|
8345
8344
|
group: "Workflow Engine",
|
|
8345
|
+
//
|
|
8346
8346
|
color: APP_GROUP_COLOR[
|
|
8347
8347
|
"Workflow Engine"
|
|
8348
8348
|
/* WORKFLOW_ENGINE */
|