kcommons 7.0.3 → 7.0.4
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.
|
@@ -27,6 +27,7 @@ export declare enum COMPANY_ROUTE_IDS {
|
|
|
27
27
|
USR_EDIT = "USR_EDIT",
|
|
28
28
|
USR_CRT = "USR_CRT",
|
|
29
29
|
STD_APPVL_LST = "STD_APPVL_LST",
|
|
30
|
+
ROOT_APPVL_LST = "ROOT_APPVL_LST",
|
|
30
31
|
ITM_ADD = "ITM_ADD",
|
|
31
32
|
ITM_EDT = "ITM_EDT",
|
|
32
33
|
ITM_LST = "ITM_LST",
|
|
@@ -226,6 +227,12 @@ export declare const companyNavConfig: {
|
|
|
226
227
|
id: COMPANY_ROUTE_IDS;
|
|
227
228
|
};
|
|
228
229
|
};
|
|
230
|
+
root: {
|
|
231
|
+
list: {
|
|
232
|
+
route: string;
|
|
233
|
+
id: COMPANY_ROUTE_IDS;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
229
236
|
};
|
|
230
237
|
items: {
|
|
231
238
|
item: {
|
|
@@ -30,6 +30,7 @@ var COMPANY_ROUTE_IDS;
|
|
|
30
30
|
COMPANY_ROUTE_IDS["USR_EDIT"] = "USR_EDIT";
|
|
31
31
|
COMPANY_ROUTE_IDS["USR_CRT"] = "USR_CRT";
|
|
32
32
|
COMPANY_ROUTE_IDS["STD_APPVL_LST"] = "STD_APPVL_LST";
|
|
33
|
+
COMPANY_ROUTE_IDS["ROOT_APPVL_LST"] = "ROOT_APPVL_LST";
|
|
33
34
|
COMPANY_ROUTE_IDS["ITM_ADD"] = "ITM_ADD";
|
|
34
35
|
COMPANY_ROUTE_IDS["ITM_EDT"] = "ITM_EDT";
|
|
35
36
|
COMPANY_ROUTE_IDS["ITM_LST"] = "ITM_LST";
|
|
@@ -225,6 +226,12 @@ exports.companyNavConfig = {
|
|
|
225
226
|
id: COMPANY_ROUTE_IDS.STD_APPVL_LST,
|
|
226
227
|
},
|
|
227
228
|
},
|
|
229
|
+
root: {
|
|
230
|
+
list: {
|
|
231
|
+
route: `/approvals/root?route_id=${COMPANY_ROUTE_IDS.ROOT_APPVL_LST}`,
|
|
232
|
+
id: COMPANY_ROUTE_IDS.ROOT_APPVL_LST,
|
|
233
|
+
},
|
|
234
|
+
},
|
|
228
235
|
},
|
|
229
236
|
items: {
|
|
230
237
|
item: {
|