alpha-global-constants 1.4.3 → 1.4.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.
@@ -1993,6 +1993,11 @@ var api;
1993
1993
  api["PORTAL_COMING_SOON_OFF_EMPLOYEE_LIST"] = "/api/PortalRegisterLeave/WillLeaveInNextSevenDay";
1994
1994
  api["PORTAL_AT_ENTILEMENT_GET_ENTITLEMENT"] = "/api/PortalAtEntitlement/GetEntitlement";
1995
1995
  api["PORTAL_AT_ENTILEMENT_GET_HISTORY_APPROVE"] = "/api/AtNotification/GetHistoryApprove";
1996
+ api["PORTAL_DASHBOARD_MY_TEAM"] = "/api/PortalHuEmployeeCv/GetMyTeam";
1997
+ api["PORTAL_DASHBOARD_TABLE_WEEK_WORK"] = "/api/PortalHuEmployeeCv/GetTableWeekWork";
1998
+ api["PORTAL_DASHBOARD_OVERTIME_INFOR"] = "/api/PortalHuEmployeeCv/GetOvertimeInfor";
1999
+ api["PORTAL_DASHBOARD_PAYROLL_MONTH"] = "/api/PortalHuEmployeeCv/GetPayrollMonth";
2000
+ api["PORTAL_DASHBOARD_WORK_STANDARD"] = "/api/PortalHuEmployeeCv/GetWorkStandard";
1996
2001
  api["HU_EMPLOYEE_PORTAL_PROFILE"] = "/api/HuProfileEmployee/GetInfoEmployee";
1997
2002
  api["HU_EMPLOYEE_CV_PORTAL_QUERY_LIST"] = "/api/PortalHuEmployeeCv/QueryList";
1998
2003
  api["HU_EMPLOYEE_CV_GET_CONTRACT_DETAIL"] = "/api/PortalHuEmployeeCv/GetContractDetail";
@@ -2438,6 +2443,7 @@ var EnumTranslateKey;
2438
2443
  EnumTranslateKey["UI_COMPONENT_EXPLAIN_WORK_UNPAID_LEAVE"] = "UI_COMPONENT_EXPLAIN_WORK_UNPAID_LEAVE";
2439
2444
  EnumTranslateKey["UI_COMPONENT_EXPLAIN_WORK_LEAVE_EARLY_AND_LEAVE_LATE"] = "UI_COMPONENT_EXPLAIN_WORK_LEAVE_EARLY_AND_LEAVE_LATE";
2440
2445
  EnumTranslateKey["UI_COMPONENT_EXPLAIN_WORK_OVERTIME"] = "UI_COMPONENT_EXPLAIN_WORK_OVERTIME";
2446
+ EnumTranslateKey["UI_COMPONENT_EXPLAIN_WORK_OVERTIME_NCN"] = "UI_COMPONENT_EXPLAIN_WORK_OVERTIME_NCN";
2441
2447
  EnumTranslateKey["UI_COMPONENT_EXPLAIN_WORK_WORK"] = "UI_COMPONENT_EXPLAIN_WORK_WORK";
2442
2448
  EnumTranslateKey["UI_COMPONENT_EXPLAIN_WORK_ON_LEAVE"] = "UI_COMPONENT_EXPLAIN_WORK_ON_LEAVE";
2443
2449
  EnumTranslateKey["UI_COMPONENT_EXPLAIN_WORK_MISSING_ATTENDANCE_DATA"] = "UI_COMPONENT_EXPLAIN_WORK_MISSING_ATTENDANCE_DATA";
@@ -6945,6 +6951,7 @@ var EnumTranslateKey;
6945
6951
  // LAYOUT RIGHT
6946
6952
  EnumTranslateKey["UI_TITLE_LAYOUT_RIGHT_BIRTDAY_LIST"] = "UI_TITLE_LAYOUT_RIGHT_BIRTDAY_LIST";
6947
6953
  EnumTranslateKey["UI_TITLE_LAYOUT_RIGHT_ENTITLEMENT_FUND"] = "UI_TITLE_LAYOUT_RIGHT_ENTITLEMENT_FUND";
6954
+ EnumTranslateKey["UI_TITLE_LAYOUT_RIGHT_WORK_ASSIGNMENT"] = "UI_TITLE_LAYOUT_RIGHT_WORK_ASSIGNMENT";
6948
6955
  EnumTranslateKey["UI_LABEL_LAYOUT_RIGHT_ANNUAL_LEAVE"] = "UI_LABEL_LAYOUT_RIGHT_ANNUAL_LEAVE";
6949
6956
  EnumTranslateKey["UI_LABEL_LAYOUT_RIGHT_LAST_YEAR_LEAVE"] = "UI_LABEL_LAYOUT_RIGHT_LAST_YEAR_LEAVE";
6950
6957
  EnumTranslateKey["UI_LABEL_LAYOUT_RIGHT_LAST_YEAR_LEAVE_VALID"] = "UI_LABEL_LAYOUT_RIGHT_LAST_YEAR_LEAVE_VALID";