@asaleh37/ui-base 1.2.1 → 1.2.2

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.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import{jsx as e,jsxs as t,Fragment as i}from"react/jsx-runtime";import{useDispatch as o,useSelector as r,Provider as a}from"react-redux";import{createSlice as n,configureStore as d}from"@reduxjs/toolkit";import{library as l}from"@fortawesome/fontawesome-svg-core";import{fab as s}from"@fortawesome/free-brands-svg-icons";import{far as p}from"@fortawesome/free-regular-svg-icons";import{fas as _}from"@fortawesome/free-solid-svg-icons";import"react-toastify/dist/ReactToastify.css";import{styled as E,IconButton as T,Avatar as c,Typography as A,useTheme as u,Box as m,Dialog as O,DialogTitle as I,DialogContent as f,DialogContentText as N,DialogActions as R,Button as L,Autocomplete as y,TextField as D,Popper as C,FormControlLabel as U,Checkbox as M,Tooltip as h,Badge as P,Divider as b,MenuItem as S,InputAdornment as g,Grid2 as v,Modal as x,AppBar as B,Toolbar as W,Paper as w,Accordion as F,AccordionSummary as k,AccordionDetails as G,Backdrop as Y,CircularProgress as q,createTheme as K}from"@mui/material";export*from"@mui/material";import{ThemeContext as V,CacheProvider as H,ThemeProvider as Q}from"@emotion/react";import*as z from"react";import Z,{useState as $,useEffect as j}from"react";import{styled as X,alpha as J,useTheme as ee}from"@mui/material/styles";import te from"@mui/material/CssBaseline";import ie from"@mui/material/AppBar";import oe from"@mui/material/Toolbar";import{FontAwesomeIcon as re}from"@fortawesome/react-fontawesome";export{FontAwesomeIcon}from"@fortawesome/react-fontawesome";import{toast as ae,ToastContainer as ne}from"react-toastify";export{toast}from"react-toastify";import de from"axios";import le from"i18next";import{initReactI18next as se,useTranslation as pe}from"react-i18next";import _e from"@mui/material/Divider";import Ee from"@mui/material/IconButton";import Te from"@mui/material/Drawer";import{animated as ce,useSpring as Ae}from"@react-spring/web";import ue from"@mui/material/Box";import me from"@mui/material/Collapse";import Oe from"@mui/material/Typography";import{RichTreeView as Ie}from"@mui/x-tree-view/RichTreeView";import{treeItemClasses as fe}from"@mui/x-tree-view/TreeItem";import{useTreeItem2 as Ne}from"@mui/x-tree-view/useTreeItem2";import{TreeItem2Root as Re,TreeItem2Content as Le,TreeItem2IconContainer as ye,TreeItem2Checkbox as De,TreeItem2Label as Ce}from"@mui/x-tree-view/TreeItem2";import{TreeItem2Icon as Ue}from"@mui/x-tree-view/TreeItem2Icon";import{TreeItem2Provider as Me}from"@mui/x-tree-view/TreeItem2Provider";import{TreeItem2DragAndDropOverlay as he}from"@mui/x-tree-view/TreeItem2DragAndDropOverlay";import{useNavigate as Pe,useParams as be,Routes as Se,Route as ge,BrowserRouter as ve}from"react-router-dom";import xe from"stylis-plugin-rtl";import{prefixer as Be}from"stylis";import We from"@emotion/cache";import{QuickFilter as we,ToolbarButton as Fe,Toolbar as ke,ColumnsPanelTrigger as Ge,GridViewColumnIcon as Ye,FilterPanelTrigger as qe,GridFilterListIcon as Ke,ExportExcel as Ve,QuickFilterTrigger as He,QuickFilterControl as Qe,QuickFilterClear as ze,GridActionsCellItem as Ze,GridExpandMoreIcon as $e,DataGridPremium as je,GridRowModes as Xe}from"@mui/x-data-grid-premium";import Je from"moment";import{LocalizationProvider as et,DatePicker as tt,DateTimePicker as it}from"@mui/x-date-pickers";import{AdapterMoment as ot}from"@mui/x-date-pickers/AdapterMoment";import*as rt from"zod";import{z as at}from"zod";export*from"zod";import{useForm as nt}from"react-hook-form";import{zodResolver as dt}from"@hookform/resolvers/zod";import lt from"@emotion/styled";import{grey as st}from"@mui/material/colors";import pt from"@mui/material/SwipeableDrawer";import{LicenseInfo as _t}from"@mui/x-license";import Et from"@mui/material/List";import Tt from"@mui/material/Card";import ct from"@mui/material/CardHeader";import At from"@mui/material/ListItem";import ut from"@mui/material/ListItemText";import mt from"@mui/material/ListItemIcon";import Ot from"@mui/material/Checkbox";import It from"@mui/material/Button";import ft from"@mui/material/Grid2";import{PieChart as Nt}from"@mui/x-charts/PieChart";import{BarChart as Rt,LineChart as Lt,Gauge as yt}from"@mui/x-charts";import Dt from"@mui/material/LinearProgress";const Ct=350,Ut=n({name:"AppLayout",initialState:{sideBarOpened:!1,themeMode:localStorage.getItem("themeMode")||"light",appDirection:"ar"==localStorage.getItem("language")?"rtl":"ltr"},reducers:{toggleSideBarState:e=>{e.sideBarOpened=!e.sideBarOpened},setSideBarState:(e,t)=>{e.sideBarOpened=t.payload},setThemeMode:(e,t)=>{e.themeMode=t.payload},setAppDirection:(e,t)=>{e.appDirection=t.payload}}}),Mt=Ut.actions;var ht=Ut.reducer;const Pt=n({name:"UserSession",initialState:{value:{isAuthenticated:null,authorities:[],userProfile:null}},reducers:{setAuthenticated:(e,t)=>{e.value=t.payload},setUnAuthenticated:e=>{e.value={isAuthenticated:!1,authorities:[],userProfile:null}}}}),bt=Pt.actions;var St=Pt.reducer;const gt=n({name:"loadingMask",initialState:{value:{isOpened:!1,message:null}},reducers:{showLoadingMask:(e,t)=>{e.value.isOpened=!0,e.value.message=t.payload},hideLoadingMask:e=>{e.value.isOpened=!1,e.value.message=null}}}),{showLoadingMask:vt,hideLoadingMask:xt}=gt.actions;var Bt=gt.reducer;const Wt={},wt=n({name:"loadingMask",initialState:Wt,reducers:{setStoreData(e,t){e[t.payload.storeKey].data=t.payload.data}}}),{setStoreData:Ft}=wt.actions;var kt=wt.reducer;const Gt=n({name:"AppInfo",initialState:{value:{documentTitle:null,apiBaseUrl:null,appName:null,appVersion:null,appLogo:null,muiPremiumKey:null,enableAdministrationModule:!1,businessRoutes:[],businessNavigationItems:[],businessReduxReducers:{},businessCommonStoresMetaData:{},appTheme:{light:{primaryColor:"#37505C",secondaryColor:"#ff6d00"},dark:{primaryColor:"#ea690e",secondaryColor:"#74776B"}}}},reducers:{setAppInfo:(e,t)=>{e.value=t.payload}}}),Yt=Gt.actions;const qt={AppLayout:ht,UserSession:St,loadingMask:Bt,commonStores:kt,AppInfo:Gt.reducer};const Kt=d({reducer:qt});!function(e,t){void 0===t&&(t={});var i=t.insertAt;if("undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===i&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}("html,\r\nbody {\r\n height: 100%;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#root {\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n overflow: hidden; \r\n}\r\n\r\n.red-row {\r\n background-color: #f0d8d8;\r\n}\r\n");const Vt=(e=768)=>{const[t,i]=$(window.innerWidth<e);return j((()=>{const t=()=>i(window.innerWidth<e);return window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)}),[e]),t},Ht=()=>{const e=o();return{show:t=>{e(vt(t))},hide:()=>{e(xt())}}},Qt=()=>{const e=Ht(),t=r((e=>e.AppInfo.value.apiBaseUrl)),i=de.create({baseURL:t,timeout:6e5,withCredentials:!0});i.defaults.withCredentials=!0,i.interceptors.response.use((e=>e),(e=>(e&&(e.response&&(e.response.status&&401===e.response.status))?ae.error("your session is now expired, you need to login again",{autoClose:!1}):e&&(e.response&&(e.response.status&&403===e.response.status))?ae.error("you aren't authorized to process this request"):e&&(e.response&&(e.response.status&&500===e.response.status))?ae.error(e.response.data):ae.error("failed to communicate with the server ... try again later"),"ERROR")));return{handleGetRequest:async(t={endPointURI:"",parameters:{}})=>{void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.show(t.loadingMessage);const o=await i.get(t.endPointURI,{params:{...t.parameters},withCredentials:!0});return void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.hide(),"ERROR"!==o?(void 0!==t.successCallBkFn&&null!=t.successCallBkFn&&t.successCallBkFn(o),o):(void 0!==t.failureCallBkFn&&null!=t.failureCallBkFn&&t.failureCallBkFn(o),"ERROR")},handlePostRequest:async(t={endPointURI:"",parameters:{},data:{}})=>{void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.show(t.loadingMessage);let o=await i.post(t.endPointURI,t.data,{params:t.parameters});return void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.hide(),"ERROR"!==o?(void 0!==t.successCallBkFn&&null!=t.successCallBkFn&&t.successCallBkFn(o),o):(void 0!==t.failureCallBkFn&&null!=t.failureCallBkFn&&t.failureCallBkFn(o),"ERROR")},handleDeleteRequest:async(t={endPointURI:"",parameters:{}})=>{void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.show(t.loadingMessage);let o=await i.delete(t.endPointURI,{params:{...t.parameters}});return void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.hide(),"ERROR"!==o?(void 0!==t.successCallBkFn&&null!=t.successCallBkFn&&t.successCallBkFn(o),o):(void 0!==t.failureCallBkFn&&null!=t.failureCallBkFn&&t.failureCallBkFn(o),"ERROR")},HandleDownloadHTTPPostPDF:async(t={endPointURI:"",parameters:{},data:{}})=>{void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.show(t.loadingMessage);const o=await i.post(t.endPointURI,t.data,{responseType:"blob"});return void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.hide(),"ERROR"!==o?(void 0!==t.successCallBkFn&&null!=t.successCallBkFn&&t.successCallBkFn(o),o):(void 0!==t.failureCallBkFn&&null!=t.failureCallBkFn&&t.failureCallBkFn(o),"ERROR")}}};var zt={"System Administration":"إدارة النظام",welcome:"مرحبا",APP_SETTINGS_LABEL:"الاعدادت",WELCOME_MESSAGE:"اهلا , هذا التطبيق تحت التطوير و هو مصمم للتطبيقات المستقبلية",APP_FOOTER:"حقوق الملكية<sup>&copy;</sup> 2023-2026. جميع الحقوق محفوظة.",TREE_HOME_NODE:"الصفحة الرئيسية",TREE_ADMINISTRATION_NODE:"ادارة النظام",COMMING_SOON_LABEL:"قريبا",TRIAL_LABEL:"تجريبي",GRID_ACTION_LABEL:"الاوامر",SAVE_BTN_LABEL:"حفظ",SEARCH_BTN_LABEL:"بحث",RESET_BTN_LABEL:"ازالة البحث",CANCEL_BTN_LABEL:"الغاء",DELETE_BTN_LABEL:"حذف",EDIT_BTN_LABEL:"تعديل",ADD_BTN_LABEL:"اضافة",RESET_GRID_STATE:"مسح حالة الجدول",EXPORT_EXECL_LABEL:"تحميل Execl",CHANGE_ORG_LABEL:"تغير المنظومة",ORG_LABEL:"المنظومة",VERSION:"رقم الاصدار",COPY_RIGHTS:"جميع الحقوق محفوظة © 2024-2030",SUCCESS_MESSAGE:"تم تنفيذ طلبك بنجاح",REQUIRED_FIELD:"هذه الخانة مطلوبة",ACTIONS:"الاوامر",CONFIRMATION:"تأكيد",DELETION_CONFIRMATION_MESSAGE:"هل انت متأكد من حذف هذا البيان؟",ACTION_CONFIRMATION:"هل انت متأكد من تنفيذ هذه العملية؟",YES_LABEL:"نعم",NO_LABEL:"لا",AT_LEAST_ONE_RECORD_SELECTED_MESSAGE:"يجب ان تختار علي الاقل بند واحد لتنقيذ هذه العملية"};var Zt={welcome:"welcome",APP_SETTINGS_LABEL:"Settings",WELCOME_MESSAGE:" Hello, This is an under development template for future apps",APP_FOOTER:"Copyright<sup>&copy;</sup> 2023-2026. All rights reserved.",TREE_HOME_NODE:"Home",TREE_ADMINISTRATION_NODE:"Administration",COMMING_SOON_LABEL:"soon",GRID_ACTION_LABEL:"Actions",TRIAL_LABEL:"trial",SAVE_BTN_LABEL:"Save",SEARCH_BTN_LABEL:"search",RESET_BTN_LABEL:"Reset",CANCEL_BTN_LABEL:"Cancel",DELETE_BTN_LABEL:"Delete",EDIT_BTN_LABEL:"Edit",ADD_BTN_LABEL:"Add",RESET_GRID_STATE:"Clear Grid State",EXPORT_EXECL_LABEL:"Export to excel",CHANGE_ORG_LABEL:"Change Organization",ORG_LABEL:"Organization",VERSION:"V.",COPY_RIGHTS:"Copyright © 2024-2030. All rights reserved.",SUCCESS_MESSAGE:"Your request has been processed successfully",REQUIRED_FIELD:"This field is required",ACTIONS:"Actions",CONFIRMATION:"Confirmation",DELETION_CONFIRMATION_MESSAGE:"Are you sure you want to delete this record ?",ACTION_CONFIRMATION:"Are you sure you want to process this action ?",YES_LABEL:"Yes",NO_LABEL:"No",AT_LEAST_ONE_RECORD_SELECTED_MESSAGE:"You must at least select on record to process this action on"};const $t={en:{translation:{...Zt,...{SYSTEM_ADMINISTRATION:"System Administration",SYSTEM_MANAGEMENT:"System Management",SECURITY_ADMINISTRATION:"Security",DEVELOPMENT_TOOLS:"Development Tools",SYSTEM_MONITORING:"System Follow up",ATTACHMENT_SINGULAR:"attachment",ATTACHMENT_PLURAL:"attachments",ATTACHMENT_ATTACHMENT_NUMBER:"Attachment number",ATTACHMENT_ATTACHMENT_SIZE:"Attachment size",ATTACHMENT_ATTACHMENT_TYPE:"Attachment type",ATTACHMENT_CATEGORY:"Category",ATTACHMENT_DOC_TYPE:"Doc type",ATTACHMENT_FILE_NAME:"File name",ATTACHMENT_REF_KEY:"Ref key",ATTACHMENT_REMARK:"Remark",AUTHORITY_SINGULAR:"Authority",AUTHORITY_PLURAL:"Authorities",AUTHORITY_AUTHORITY_CODE:"Authority code",AUTHORITY_AUTHORITY_DESCRIPTION:"Authority description",AUTHORITY_AUTHORITY_NAME:"Authority name",AUTHORITY_IS_ACTIVE:"Is active",AUTHORITY_ORGANIZATION_APPLICATION_ID:"Organization application id",BLUE_PRINT_SINGULAR:"BluePrint",BLUE_PRINT_PLURAL:"BluePrints",BLUE_PRINT_BLUE_PRINT_CODE:"Blue print code",BLUE_PRINT_QUERY_ID:"Query id",BLUE_PRINT_PAGE_SINGULAR:"blueprintpage",BLUE_PRINT_PAGE_PLURAL:"blueprintpages",BLUE_PRINT_PAGE_BLUE_PRINT_ID:"Blue print id",BLUE_PRINT_PAGE_ENABLED:"Enabled",BLUE_PRINT_PAGE_PAGE_NAME:"Page name",BLUE_PRINT_PAGE_PAGE_ORDER:"Page order",BLUE_PRINT_PAGE_QUERY_ID:"Query id",BLUE_PRINT_POINT_SINGULAR:"blueprintpoint",BLUE_PRINT_POINT_PLURAL:"blueprintpoints",BLUE_PRINT_POINT_BLUE_PRINT_PAGE_ID:"Blue print page id",BLUE_PRINT_POINT_FONT_SIZE:"Font size",BLUE_PRINT_POINT_POINT_CODE:"Point code",BLUE_PRINT_POINT_X:"X",BLUE_PRINT_POINT_Y:"Y",DASHBOARD_SINGULAR:"Dashboard",DASHBOARD_PLURAL:"Dashboards",DASHBOARD_DASHBOARD_CODE:"Dashboard code",DASHBOARD_DASHBOARD_NAME:"Dashboard name",DASHBOARD_DASHBOARD_TITLE:"Dashboard title",DASHBOARD_ENABLED:"Enabled",DASHBOARD_LOAD_WIDGETS_INDIVIDUALLY:"Load widgets individually",DASHBOARD_NUMBER_OF_COLUMNS:"Number of columns",DASHBOARD_WIDGET_SINGULAR:"Widget",DASHBOARD_WIDGET_PLURAL:"Widgets",DASHBOARD_WIDGET_DASHBOARD_ID:"Dashboard id",DASHBOARD_WIDGET_ENABLED:"Enabled",DASHBOARD_WIDGET_WIDGET_ID:"Widget id",DASHBOARD_WIDGET_WIDGET_ORDER:"Widget order",DATA_QUERY_SINGULAR:"Data Query",DATA_QUERY_PLURAL:"Data Queries",DATA_QUERY_DATASOURCE_CON_ID:"Datasource con id",DATA_QUERY_QUERY_NAME:"Query name",DATA_QUERY_QUERY_STR:"Query str",DATA_QUERY_USE_SYS_CON:"Use sys con",DATA_QUERY_PARAMETER_SINGULAR:"dataqueryparameter",DATA_QUERY_PARAMETER_PLURAL:"dataqueryparameters",DATA_QUERY_PARAMETER_DATA_QUERY_ID:"Data query id",DATA_QUERY_PARAMETER_DEFAULT_VALUE:"Default value",DATA_QUERY_PARAMETER_ENABLED:"Enabled",DATA_QUERY_PARAMETER_ENTITY_PARAMETER_ID:"Entity parameter id",DATA_QUERY_PARAMETER_HIDDEN:"Hidden",DATA_QUERY_PARAMETER_MANDATORY:"Mandatory",DATASOURCE_CONNECTION_SINGULAR:"Datasource",DATASOURCE_CONNECTION_PLURAL:"Datasources",DATASOURCE_CONNECTION_CONNECTION_NAME:"Connection name",DATASOURCE_CONNECTION_DATASOURCE_PASSWORD:"Datasource password",DATASOURCE_CONNECTION_DATASOURCE_TYPE:"Datasource type",DATASOURCE_CONNECTION_DATASOURCE_URL:"Datasource url",DATASOURCE_CONNECTION_DATASOURCE_USERNAME:"Datasource username",DATASOURCE_CONNECTION_ENABLED:"Enabled",EMPLOYEE_SINGULAR:"Employee",EMPLOYEE_PLURAL:"Employees",EMPLOYEE_EMAIL:"Email",EMPLOYEE_EMPLOYEE_NAME:"Employee name",EMPLOYEE_EMPLOYEE_NUMBER:"Employee number",EMPLOYEE_MOBILE_NUMBER:"Mobile number",EMPLOYEE_ORGANIZATION_RANK_ID:"Organization rank id",EMPLOYEE_ORGANIZATION_UNIT_ID:"Organization unit id",EMPLOYEE_USER_ACCOUNT_ID:"User account id",ENTITY_PARAMETER_SINGULAR:"Parameter",ENTITY_PARAMETER_PLURAL:"Parameters",ENTITY_PARAMETER_ENABLED:"Enabled",ENTITY_PARAMETER_PARAMETER_CODE:"Parameter code",ENTITY_PARAMETER_PARAMETER_DATA_QUERY_ID:"Parameter data query id",ENTITY_PARAMETER_PARAMETER_DATASET:"Parameter dataset",ENTITY_PARAMETER_PARAMETER_DISPLAY_FIELD:"Parameter display field",ENTITY_PARAMETER_PARAMETER_LABEL:"Parameter label",ENTITY_PARAMETER_PARAMETER_TYPE:"Parameter type",ENTITY_PARAMETER_PARAMETER_VALUE_FIELD:"Parameter value field",ENTITY_PARAMETER_PARAMETER_VALUE_FORMAT:"Parameter value format",EXCEL_UPLOADER_DETAIL_SINGULAR:"exceluploaderdetail",EXCEL_UPLOADER_DETAIL_PLURAL:"exceluploaderdetails",EXCEL_UPLOADER_DETAIL_COLUMN_INDEX:"Column index",EXCEL_UPLOADER_DETAIL_EXCEL_UPLOADER_HEADER_ID:"Excel uploader header id",EXCEL_UPLOADER_DETAIL_LOOKUP_QUERY_ID:"Lookup query id",EXCEL_UPLOADER_DETAIL_TABLE_FIELD:"Table field",EXCEL_UPLOADER_HEADER_SINGULAR:"Excel Uploader",EXCEL_UPLOADER_HEADER_PLURAL:"Excel Uploader",EXCEL_UPLOADER_HEADER_UPLOADER_CONNECTION_ID:"Uploader connection id",EXCEL_UPLOADER_HEADER_UPLOADER_DATABASE_NAME:"Uploader database name",EXCEL_UPLOADER_HEADER_UPLOADER_NAME:"Uploader name",EXCEL_UPLOADER_HEADER_UPLOADER_TABLE_NAME:"Uploader table name",LOOKUP_SINGULAR:"System Lookup",LOOKUP_PLURAL:"System Lookups",LOOKUP_ENABLED:"Enabled",LOOKUP_LOOKUP_AR_DISPLAY:"Lookup ar display",LOOKUP_LOOKUP_EN_DISPLAY:"Lookup en display",LOOKUP_LOOKUP_TYPE:"Lookup type",LOOKUP_LOOKUP_VALUE:"Lookup value",LOOKUP_ORG_CODE:"Org code",MAIL_ATTACHMENT_SINGULAR:"mailattachment",MAIL_ATTACHMENT_PLURAL:"mailattachments",MAIL_ATTACHMENT_ENABLED:"Enabled",MAIL_ATTACHMENT_MAIL_TEMPLATE_ID:"Mail template id",MAIL_ATTACHMENT_REPORT_ID:"Report id",MAIL_BODY_SINGULAR:"mailbody",MAIL_BODY_PLURAL:"mailbodies",MAIL_BODY_BODY_CONTENT:"Body content",MAIL_BODY_BODY_CONTENT_DATA_QUERY_ID:"Body content data query id",MAIL_BODY_BODY_ORDER:"Body order",MAIL_BODY_ENABLED:"Enabled",MAIL_BODY_IS_MAIN:"Is main",MAIL_BODY_MAIL_TEMPLATE_ID:"Mail template id",MAIL_BODY_PRINT_FOR_EACH_RECORD:"Print for each record",MAIL_NOTIFICATION_QUEUE_SINGULAR:"Mail Notification Queue",MAIL_NOTIFICATION_QUEUE_PLURAL:"Mail Notification Queue",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_ATTACHED_REPORT_ID:"Custom mail attached report id",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_BODY:"Custom mail body",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_SUBJECT:"Custom mail subject",MAIL_NOTIFICATION_QUEUE_CUSTOM_RECIPIENTS:"Custom recipients",MAIL_NOTIFICATION_QUEUE_IS_NOTIFIED:"Is notified",MAIL_NOTIFICATION_QUEUE_MAIL_PARAMETERS:"Mail parameters",MAIL_NOTIFICATION_QUEUE_MAIL_TEMPLATE_ID:"Mail template id",MAIL_NOTIFICATION_QUEUE_NOTIFICATION_MESSAGE:"Notification message",MAIL_NOTIFICATION_QUEUE_NOTIFICATION_TIME:"Notification time",MAIL_RECIPIENT_SINGULAR:"mailrecipient",MAIL_RECIPIENT_PLURAL:"mailrecipients",MAIL_RECIPIENT_ENABLED:"Enabled",MAIL_RECIPIENT_MAIL_TEMPLATE_ID:"Mail template id",MAIL_RECIPIENT_RECIPIENT_MAIL:"Recipient mail",MAIL_RECIPIENT_RECIPIENT_TYPE:"Recipient type",MAIL_TEMPLATE_SINGULAR:"Mail Templates",MAIL_TEMPLATE_PLURAL:"Mail Templates",MAIL_TEMPLATE_ENABLED:"Enabled",MAIL_TEMPLATE_MAIL_CC_DATA_QUERY_ID:"Mail cc data query id",MAIL_TEMPLATE_MAIL_SUBJECT:"Mail subject",MAIL_TEMPLATE_MAIL_TEMPLATE_CODE:"Mail template code",MAIL_TEMPLATE_MAIL_TEMPLATE_NAME:"Mail template name",MAIL_TEMPLATE_MAIL_TO_DATA_QUERY_ID:"Mail to data query id",MAIL_TEMPLATE_PERIOD_TYPE:"Period type",MAIL_TEMPLATE_PERIOD_VALUE:"Period value",MAIL_TEMPLATE_PERIODICAL:"Periodical",MAIL_TEMPLATE_START_SENDING_AT:"Start sending at",MAIL_TEMPLATE_SUBJECT_DATA_QUERY_ID:"Subject data query id",NEW_TABLE_SINGULAR:"newtable",NEW_TABLE_PLURAL:"newtables",NEW_TABLE_TEST_DATE:"Test date",NEW_TABLE_TEST_LONG:"Test long",NEW_TABLE_TEST_DECIMAL:"Test decimal",NOTIFICATION_SINGULAR:"Notification",NOTIFICATION_PLURAL:"Notifications",NOTIFICATION_ENABLED:"Enabled",NOTIFICATION_NOTIFICATION_ACTION_KEY:"Notification action key",NOTIFICATION_NOTIFICATION_ACTION_PAYLOAD:"Notification action payload",NOTIFICATION_NOTIFICATION_CODE:"Notification code",NOTIFICATION_NOTIFICATION_ICON:"Notification icon",NOTIFICATION_NOTIFICATION_QUERY_ID:"Notification query id",NOTIFICATION_NOTIFICATION_TEXT:"Notification text",NOTIFICATION_USERS_TO_NOTIFY_QUERY_ID:"Users to notify query id",NOTIFICATION_QUEUE_SINGULAR:"Notification Queue",NOTIFICATION_QUEUE_PLURAL:"Notification Queue",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_KEY:"Custom notification action key",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_PAYLOAD:"Custom notification action payload",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ICON:"Custom notification icon",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_TEXT:"Custom notification text",NOTIFICATION_QUEUE_IS_NOTIFIED:"Is notified",NOTIFICATION_QUEUE_NOTIFICATION_CODE:"Notification code",NOTIFICATION_QUEUE_NOTIFICATION_PARAMS:"Notification params",NOTIFICATION_QUEUE_NOTIFIED_TIME:"Notified time",NOTIFICATION_QUEUE_USERNAME:"Username",ORGANIZATION_SINGULAR:"Organization",ORGANIZATION_PLURAL:"Organizations",ORGANIZATION_ORGANIZATION_CODE:"Organization code",ORGANIZATION_IS_ACTIVE:"Is active",ORGANIZATION_ORGANIZATION_NAME:"Organization name",ORGANIZATION_APPLICATION_SINGULAR:"Module",ORGANIZATION_APPLICATION_PLURAL:"Modules",ORGANIZATION_APPLICATION_APPLICATION_CODE:"Application code",ORGANIZATION_APPLICATION_APPLICATION_DESCRIPTION:"Application description",ORGANIZATION_APPLICATION_APPLICATION_NAME:"Application name",ORGANIZATION_APPLICATION_IS_ACTIVE:"Is active",ORGANIZATION_RANK_SINGULAR:"organizationrank",ORGANIZATION_RANK_PLURAL:"organizationranks",ORGANIZATION_RANK_ENABLED:"Enabled",ORGANIZATION_RANK_ORGANIZATION_CODE:"Organization code",ORGANIZATION_RANK_RANK_CODE:"Rank code",ORGANIZATION_RANK_RANK_NAME:"Rank name",ORGANIZATION_RANK_RANK_ORDER:"Rank order",ORGANIZATION_UNIT_SINGULAR:"organizationunit",ORGANIZATION_UNIT_PLURAL:"organizationunits",ORGANIZATION_UNIT_ENABLED:"Enabled",ORGANIZATION_UNIT_ORGANIZATION_CODE:"Organization code",ORGANIZATION_UNIT_ORGANIZATION_UNIT_AR_NAME:"Organization unit ar name",ORGANIZATION_UNIT_ORGANIZATION_UNIT_EN_NAME:"Organization unit en name",ORGANIZATION_UNIT_ORGANIZATION_UNIT_PARENT_ID:"Organization unit parent id",ORGANIZATION_USER_SINGULAR:"organizationuser",ORGANIZATION_USER_PLURAL:"organizationusers",ORGANIZATION_USER_IS_ACTIVE:"Is active",ORGANIZATION_USER_IS_DEFAULT:"Is default",ORGANIZATION_USER_ORGANIZATION_CODE:"Organization code",ORGANIZATION_USER_USERNAME:"Username",ORGANIZATION_USER_ROLE_SINGULAR:"Role",ORGANIZATION_USER_ROLE_PLURAL:"Roles",ORGANIZATION_USER_ROLE_END_DATE:"End date",ORGANIZATION_USER_ROLE_IS_ACTIVE:"Is active",ORGANIZATION_USER_ROLE_ORGANIZATION_CODE:"Organization code",ORGANIZATION_USER_ROLE_ROLE_ID:"Role id",ORGANIZATION_USER_ROLE_START_DATE:"Start date",ORGANIZATION_USER_ROLE_USERNAME:"Username",REPORT_SINGULAR:"System Report",REPORT_PLURAL:"System Reports",REPORT_DATASOURCE_CON_ID:"Datasource con id",REPORT_REPORT_BLUE_PRINT_ID:"Report blue print id",REPORT_REPORT_CATEGORY:"Report category",REPORT_REPORT_CODE:"Report code",REPORT_REPORT_EXCEL_DATA_QUERY_ID:"Report excel data query id",REPORT_REPORT_EXPORT_NAME:"Report export name",REPORT_REPORT_JASPER_NAME:"Report jasper name",REPORT_REPORT_JASPER_PATH:"Report jasper path",REPORT_REPORT_MENU_CODE:"Report menu code",REPORT_REPORT_NAME:"Report name",REPORT_REPORT_TYPE:"Report type",REPORT_USE_SYS_DATASOURCE:"Use sys datasource",REPORT_PARAMETER_SINGULAR:"reportparameter",REPORT_PARAMETER_PLURAL:"reportparameters",REPORT_PARAMETER_DEFAULT_VALUE:"Default value",REPORT_PARAMETER_ENABLED:"Enabled",REPORT_PARAMETER_ENTITY_PARAMETER_ID:"Entity parameter id",REPORT_PARAMETER_HIDDEN:"Hidden",REPORT_PARAMETER_MANDATORY:"Mandatory",REPORT_PARAMETER_REPORT_ID:"Report id",ROLE_SINGULAR:"role",ROLE_PLURAL:"roles",ROLE_DESCRIPTION:"Description",ROLE_IS_ACTIVE:"Is active",ROLE_ORGANIZATION_APPLICATION_ID:"Organization application id",ROLE_ROLE_NAME:"Role name",ROLE_AUTHORITY_SINGULAR:"roleauthority",ROLE_AUTHORITY_PLURAL:"roleauthorities",ROLE_AUTHORITY_AUTHORITY_ID:"Authority id",ROLE_AUTHORITY_IS_ACTIVE:"Is active",ROLE_AUTHORITY_ROLE_ID:"Role id",USER_ACCOUNT_SINGULAR:"useraccount",USER_ACCOUNT_PLURAL:"useraccounts",USER_ACCOUNT_ENABLED:"Enabled",USER_ACCOUNT_PASSWORD:"Password",USER_ACCOUNT_USERNAME:"Username",USER_REQUEST_SINGULAR:"userrequest",USER_REQUEST_PLURAL:"userrequests",USER_REQUEST_IS_NOTIFIED:"Is notified",USER_REQUEST_MAILS_TO_NOTIFY:"Mails to notify",USER_REQUEST_NOTIFICATION_MESSAGE:"Notification message",USER_REQUEST_NOTIFICATION_TIME:"Notification time",USER_REQUEST_NOTIFICATION_TYPE:"Notification type",USER_REQUEST_NOTIFY_USER:"Notify user",USER_REQUEST_REPORT_CODE:"Report code",USER_REQUEST_REPORT_PARAMETERS:"Report parameters",USER_REQUEST_REQUEST_TYPE:"Request type",USER_REQUEST_STATUS:"Status",USER_REQUEST_STATUS_MESSAGE:"Status message",WIDGET_SINGULAR:"widget",WIDGET_PLURAL:"widgets",WIDGET_DATA_QUERY_ID:"Data query id",WIDGET_ENABLED:"Enabled",WIDGET_HEIGHT:"Height",WIDGET_HORIZONTAL_AXIS_FIELD:"Horizontal axis field",WIDGET_HORIZONTAL_AXIS_LABEL:"Horizontal axis label",WIDGET_ICON:"Icon",WIDGET_SERIES_KEYS:"Series keys",WIDGET_TITLE:"Title",WIDGET_VERTICAL_AXIS_FIELD:"Vertical axis field",WIDGET_VERTICAL_AXIS_LABEL:"Vertical axis label",WIDGET_WIDGET_DESCRIPTION:"Widget description",WIDGET_WIDGET_NAME:"Widget name",WIDGET_WIDGET_TYPE:"Widget type",WIDGET_WIDTH:"Width",WORKFLOW_DOCUMENT_SINGULAR:"Workflow",WORKFLOW_DOCUMENT_PLURAL:"Workflows",WORKFLOW_DOCUMENT_APP_NOTIFICATION_ICON:"App notification icon",WORKFLOW_DOCUMENT_APP_NOTIFICATION_STYLE:"App notification style",WORKFLOW_DOCUMENT_APP_VIEW_ROUTE:"App view route",WORKFLOW_DOCUMENT_DOCUMENT_CODE:"Document code",WORKFLOW_DOCUMENT_DOCUMENT_CON_ID:"Document con id",WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_NAME:"Document database name",WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_TABLE:"Document database table",WORKFLOW_DOCUMENT_DOCUMENT_ID_FIELD:"Document id field",WORKFLOW_DOCUMENT_DOCUMENT_NAME:"Document name",WORKFLOW_DOCUMENT_DOCUMENT_NUMBER_FIELD:"Document number field",WORKFLOW_DOCUMENT_DOCUMENT_REPORT_ID:"Document report id",WORKFLOW_DOCUMENT_DOCUMENT_STATUS_FIELD:"Document status field",WORKFLOW_DOCUMENT_MAIL_APPROVAL_ALLOWED:"Mail approval allowed",WORKFLOW_DOCUMENT_ORG_CODE:"Org code",WORKFLOW_DOCUMENT_USE_SYSTEM_CON:"Use system con",WORKFLOW_DOCUMENT_ACTION_SINGULAR:"workflowdocumentaction",WORKFLOW_DOCUMENT_ACTION_PLURAL:"workflowdocumentactions",WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_CODE:"Document action code",WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_NAME:"Document action name",WORKFLOW_DOCUMENT_ACTION_NEXT_DOCUMENT_STATUS_ID:"Next document status id",WORKFLOW_DOCUMENT_ACTION_POST_ACTION_ENDPOINT:"Post action endpoint",WORKFLOW_DOCUMENT_ACTION_PRE_ACTION_ENDPOINT:"Pre action endpoint",WORKFLOW_DOCUMENT_ACTION_REQUIRE_COMMENT:"Require comment",WORKFLOW_DOCUMENT_ACTION_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_ACTION_HISTORY_SINGULAR:"workflowdocumentactionhistory",WORKFLOW_DOCUMENT_ACTION_HISTORY_PLURAL:"workflowdocumentactionhistories",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_BY:"Action by",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_COMMENT:"Action comment",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_METHOD:"Action method",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_TIME:"Action time",WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_ACTION_ID:"Document action id",WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_REF_ID:"Document ref id",WORKFLOW_DOCUMENT_ACTION_HISTORY_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_ACTION_MAIL_SINGULAR:"workflowdocumentactionmail",WORKFLOW_DOCUMENT_ACTION_MAIL_PLURAL:"workflowdocumentactionmails",WORKFLOW_DOCUMENT_ACTION_MAIL_DOCUMENT_ACTION_ID:"Document action id",WORKFLOW_DOCUMENT_ACTION_MAIL_ENABLED:"Enabled",WORKFLOW_DOCUMENT_ACTION_MAIL_MAIL_TEMPLATE_ID:"Mail template id",WORKFLOW_DOCUMENT_MAIL_LOG_SINGULAR:"Workflow Mail Log",WORKFLOW_DOCUMENT_MAIL_LOG_PLURAL:"Workflow Mail Logs",WORKFLOW_DOCUMENT_MAIL_LOG_GRAPH_API_MSG_ID:"Graph api msg id",WORKFLOW_DOCUMENT_MAIL_LOG_IS_PROCESSED:"Is processed",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_ACTION_CODE:"Mail action code",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_BODY_CONTENT:"Mail body content",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_FROM:"Mail from",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_SUBJECT:"Mail subject",WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_MESSAGE:"Process message",WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_TIME:"Process time",WORKFLOW_DOCUMENT_MAIL_LOG_REF_DOC_ID:"Ref doc id",WORKFLOW_DOCUMENT_MAIL_LOG_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_STATUS_SINGULAR:"workflowdocumentstatus",WORKFLOW_DOCUMENT_STATUS_PLURAL:"workflowdocumentstatuses",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_CODE:"Document status code",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_NAME:"Document status name",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_ORDER:"Document status order",WORKFLOW_DOCUMENT_STATUS_ENABLED:"Enabled",WORKFLOW_DOCUMENT_STATUS_IS_ZERO_STATE:"Is zero state",WORKFLOW_DOCUMENT_STATUS_NEXT_ACTION_TAKERS_QUERY_ID:"Next action takers query id",WORKFLOW_DOCUMENT_STATUS_NEXT_ACTIONS_QUERY_ID:"Next actions query id",WORKFLOW_DOCUMENT_STATUS_WORKFLOW_DOCUMENT_ID:"Workflow document id"}}},ar:{translation:{...zt,...{SYSTEM_ADMINISTRATION:"أدراة النظام",SECURITY_ADMINISTRATION:"حماية النظام",SYSTEM_MANAGEMENT:"System Management",DEVELOPMENT_TOOLS:"إدوات التطوير",SYSTEM_MONITORING:"متابعة النظام",ATTACHMENT_SINGULAR:"المرفق",ATTACHMENT_PLURAL:"المرفقات",ATTACHMENT_ATTACHMENT_NUMBER:"رقم المرفق",ATTACHMENT_ATTACHMENT_SIZE:"حجم المرفق",ATTACHMENT_ATTACHMENT_TYPE:"نوع المرفق",ATTACHMENT_CATEGORY:"المحموعة",ATTACHMENT_DOC_TYPE:"نوع الملف",ATTACHMENT_FILE_NAME:"اسم الملف",ATTACHMENT_REF_KEY:"مؤشر المسلسل",ATTACHMENT_REMARK:"ملاحظات",AUTHORITY_SINGULAR:"الصلاحية",AUTHORITY_PLURAL:"الصلاحيات",AUTHORITY_AUTHORITY_CODE:"كود الصلاحية",AUTHORITY_AUTHORITY_DESCRIPTION:"وصف الصلاحية",AUTHORITY_AUTHORITY_NAME:"اسم الصلاحية",AUTHORITY_IS_ACTIVE:"مفعل",AUTHORITY_ORGANIZATION_APPLICATION_ID:"اسم التطبيق",BLUE_PRINT_SINGULAR:"BluePrint",BLUE_PRINT_PLURAL:"BluePrints",BLUE_PRINT_BLUE_PRINT_CODE:"Blue print code",BLUE_PRINT_QUERY_ID:"Query id",BLUE_PRINT_PAGE_SINGULAR:"blueprintpage",BLUE_PRINT_PAGE_PLURAL:"blueprintpages",BLUE_PRINT_PAGE_BLUE_PRINT_ID:"Blue print id",BLUE_PRINT_PAGE_ENABLED:"Enabled",BLUE_PRINT_PAGE_PAGE_NAME:"Page name",BLUE_PRINT_PAGE_PAGE_ORDER:"Page order",BLUE_PRINT_PAGE_QUERY_ID:"Query id",BLUE_PRINT_POINT_SINGULAR:"blueprintpoint",BLUE_PRINT_POINT_PLURAL:"blueprintpoints",BLUE_PRINT_POINT_BLUE_PRINT_PAGE_ID:"Blue print page id",BLUE_PRINT_POINT_FONT_SIZE:"Font size",BLUE_PRINT_POINT_POINT_CODE:"Point code",BLUE_PRINT_POINT_X:"X",BLUE_PRINT_POINT_Y:"Y",DASHBOARD_SINGULAR:"Dashboard",DASHBOARD_PLURAL:"Dashboards",DASHBOARD_DASHBOARD_CODE:"Dashboard code",DASHBOARD_DASHBOARD_NAME:"Dashboard name",DASHBOARD_DASHBOARD_TITLE:"Dashboard title",DASHBOARD_ENABLED:"Enabled",DASHBOARD_LOAD_WIDGETS_INDIVIDUALLY:"Load widgets individually",DASHBOARD_NUMBER_OF_COLUMNS:"Number of columns",DASHBOARD_WIDGET_SINGULAR:"Widget",DASHBOARD_WIDGET_PLURAL:"Widgets",DASHBOARD_WIDGET_DASHBOARD_ID:"Dashboard id",DASHBOARD_WIDGET_ENABLED:"Enabled",DASHBOARD_WIDGET_WIDGET_ID:"Widget id",DASHBOARD_WIDGET_WIDGET_ORDER:"Widget order",DATA_QUERY_SINGULAR:"Data Query",DATA_QUERY_PLURAL:"Data Queries",DATA_QUERY_DATASOURCE_CON_ID:"Datasource",DATA_QUERY_QUERY_NAME:"Query name",DATA_QUERY_QUERY_STR:"Query str",DATA_QUERY_USE_SYS_CON:"Use sys con",DATA_QUERY_PARAMETER_SINGULAR:"Parameter",DATA_QUERY_PARAMETER_PLURAL:"Parameters",DATA_QUERY_PARAMETER_DATA_QUERY_ID:"Data query id",DATA_QUERY_PARAMETER_DEFAULT_VALUE:"Default value",DATA_QUERY_PARAMETER_ENABLED:"مفعل",DATA_QUERY_PARAMETER_ENTITY_PARAMETER_ID:"Parameter",DATA_QUERY_PARAMETER_HIDDEN:"غير مرئي",DATA_QUERY_PARAMETER_MANDATORY:"اجباري",DATASOURCE_CONNECTION_SINGULAR:"Datasource",DATASOURCE_CONNECTION_PLURAL:"Datasources",DATASOURCE_CONNECTION_CONNECTION_NAME:"Connection name",DATASOURCE_CONNECTION_DATASOURCE_PASSWORD:"Datasource password",DATASOURCE_CONNECTION_DATASOURCE_TYPE:"Datasource type",DATASOURCE_CONNECTION_DATASOURCE_URL:"Datasource url",DATASOURCE_CONNECTION_DATASOURCE_USERNAME:"Datasource username",DATASOURCE_CONNECTION_ENABLED:"Enabled",EMPLOYEE_SINGULAR:"الموظف",EMPLOYEE_PLURAL:"الموظفين",EMPLOYEE_EMAIL:"الايميل",EMPLOYEE_EMPLOYEE_NAME:"اسم الموظف",EMPLOYEE_EMPLOYEE_NUMBER:"الرقم الوظيفي",EMPLOYEE_MOBILE_NUMBER:"رقم الموبايل",EMPLOYEE_ORGANIZATION_RANK_ID:"Organization rank",EMPLOYEE_ORGANIZATION_UNIT_ID:"Organization unit",EMPLOYEE_USER_ACCOUNT_ID:"User account id",ENTITY_PARAMETER_SINGULAR:"Parameter",ENTITY_PARAMETER_PLURAL:"Parameters",ENTITY_PARAMETER_ENABLED:"Enabled",ENTITY_PARAMETER_PARAMETER_CODE:"Parameter code",ENTITY_PARAMETER_PARAMETER_DATA_QUERY_ID:"Parameter data query id",ENTITY_PARAMETER_PARAMETER_DATASET:"Parameter dataset",ENTITY_PARAMETER_PARAMETER_DISPLAY_FIELD:"Parameter display field",ENTITY_PARAMETER_PARAMETER_LABEL:"Parameter label",ENTITY_PARAMETER_PARAMETER_TYPE:"Parameter type",ENTITY_PARAMETER_PARAMETER_VALUE_FIELD:"Parameter value field",ENTITY_PARAMETER_PARAMETER_VALUE_FORMAT:"Parameter value format",EXCEL_UPLOADER_DETAIL_SINGULAR:"exceluploaderdetail",EXCEL_UPLOADER_DETAIL_PLURAL:"exceluploaderdetails",EXCEL_UPLOADER_DETAIL_COLUMN_INDEX:"Column index",EXCEL_UPLOADER_DETAIL_EXCEL_UPLOADER_HEADER_ID:"Excel uploader header id",EXCEL_UPLOADER_DETAIL_LOOKUP_QUERY_ID:"Lookup query id",EXCEL_UPLOADER_DETAIL_TABLE_FIELD:"Table field",EXCEL_UPLOADER_HEADER_SINGULAR:"Excel Uploader",EXCEL_UPLOADER_HEADER_PLURAL:"Excel Uploader",EXCEL_UPLOADER_HEADER_UPLOADER_CONNECTION_ID:"Uploader connection id",EXCEL_UPLOADER_HEADER_UPLOADER_DATABASE_NAME:"Uploader database name",EXCEL_UPLOADER_HEADER_UPLOADER_NAME:"Uploader name",EXCEL_UPLOADER_HEADER_UPLOADER_TABLE_NAME:"Uploader table name",LOOKUP_SINGULAR:"قائمة النظام",LOOKUP_PLURAL:"قوائم النظام",LOOKUP_ENABLED:"Enabled",LOOKUP_LOOKUP_AR_DISPLAY:"Lookup ar display",LOOKUP_LOOKUP_EN_DISPLAY:"Lookup en display",LOOKUP_LOOKUP_TYPE:"Lookup type",LOOKUP_LOOKUP_VALUE:"Lookup value",LOOKUP_ORG_CODE:"Org code",MAIL_ATTACHMENT_SINGULAR:"mailattachment",MAIL_ATTACHMENT_PLURAL:"mailattachments",MAIL_ATTACHMENT_ENABLED:"Enabled",MAIL_ATTACHMENT_MAIL_TEMPLATE_ID:"Mail template id",MAIL_ATTACHMENT_REPORT_ID:"Report id",MAIL_BODY_SINGULAR:"mailbody",MAIL_BODY_PLURAL:"mailbodies",MAIL_BODY_BODY_CONTENT:"Body content",MAIL_BODY_BODY_CONTENT_DATA_QUERY_ID:"Body content data query id",MAIL_BODY_BODY_ORDER:"Body order",MAIL_BODY_ENABLED:"Enabled",MAIL_BODY_IS_MAIN:"Is main",MAIL_BODY_MAIL_TEMPLATE_ID:"Mail template id",MAIL_BODY_PRINT_FOR_EACH_RECORD:"Print for each record",MAIL_NOTIFICATION_QUEUE_SINGULAR:"Mail Notification Queue",MAIL_NOTIFICATION_QUEUE_PLURAL:"Mail Notification Queue",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_ATTACHED_REPORT_ID:"Custom mail attached report id",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_BODY:"Custom mail body",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_SUBJECT:"Custom mail subject",MAIL_NOTIFICATION_QUEUE_CUSTOM_RECIPIENTS:"Custom recipients",MAIL_NOTIFICATION_QUEUE_IS_NOTIFIED:"Is notified",MAIL_NOTIFICATION_QUEUE_MAIL_PARAMETERS:"Mail parameters",MAIL_NOTIFICATION_QUEUE_MAIL_TEMPLATE_ID:"Mail template id",MAIL_NOTIFICATION_QUEUE_NOTIFICATION_MESSAGE:"Notification message",MAIL_NOTIFICATION_QUEUE_NOTIFICATION_TIME:"Notification time",MAIL_RECIPIENT_SINGULAR:"mailrecipient",MAIL_RECIPIENT_PLURAL:"mailrecipients",MAIL_RECIPIENT_ENABLED:"Enabled",MAIL_RECIPIENT_MAIL_TEMPLATE_ID:"Mail template id",MAIL_RECIPIENT_RECIPIENT_MAIL:"Recipient mail",MAIL_RECIPIENT_RECIPIENT_TYPE:"Recipient type",MAIL_TEMPLATE_SINGULAR:"Mail Templates",MAIL_TEMPLATE_PLURAL:"Mail Templates",MAIL_TEMPLATE_ENABLED:"Enabled",MAIL_TEMPLATE_MAIL_CC_DATA_QUERY_ID:"Mail cc data query id",MAIL_TEMPLATE_MAIL_SUBJECT:"Mail subject",MAIL_TEMPLATE_MAIL_TEMPLATE_CODE:"Mail template code",MAIL_TEMPLATE_MAIL_TEMPLATE_NAME:"Mail template name",MAIL_TEMPLATE_MAIL_TO_DATA_QUERY_ID:"Mail to data query id",MAIL_TEMPLATE_PERIOD_TYPE:"Period type",MAIL_TEMPLATE_PERIOD_VALUE:"Period value",MAIL_TEMPLATE_PERIODICAL:"Periodical",MAIL_TEMPLATE_START_SENDING_AT:"Start sending at",MAIL_TEMPLATE_SUBJECT_DATA_QUERY_ID:"Subject data query id",NEW_TABLE_SINGULAR:"newtable",NEW_TABLE_PLURAL:"newtables",NEW_TABLE_TEST_DATE:"Test date",NEW_TABLE_TEST_LONG:"Test long",NEW_TABLE_TEST_DECIMAL:"Test decimal",NOTIFICATION_SINGULAR:"Notification",NOTIFICATION_PLURAL:"Notifications",NOTIFICATION_ENABLED:"Enabled",NOTIFICATION_NOTIFICATION_ACTION_KEY:"Notification action key",NOTIFICATION_NOTIFICATION_ACTION_PAYLOAD:"Notification action payload",NOTIFICATION_NOTIFICATION_CODE:"Notification code",NOTIFICATION_NOTIFICATION_ICON:"Notification icon",NOTIFICATION_NOTIFICATION_QUERY_ID:"Notification query id",NOTIFICATION_NOTIFICATION_TEXT:"Notification text",NOTIFICATION_USERS_TO_NOTIFY_QUERY_ID:"Users to notify query id",NOTIFICATION_QUEUE_SINGULAR:"Notification Queue",NOTIFICATION_QUEUE_PLURAL:"Notification Queue",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_KEY:"Custom notification action key",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_PAYLOAD:"Custom notification action payload",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ICON:"Custom notification icon",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_TEXT:"Custom notification text",NOTIFICATION_QUEUE_IS_NOTIFIED:"Is notified",NOTIFICATION_QUEUE_NOTIFICATION_CODE:"Notification code",NOTIFICATION_QUEUE_NOTIFICATION_PARAMS:"Notification params",NOTIFICATION_QUEUE_NOTIFIED_TIME:"Notified time",NOTIFICATION_QUEUE_USERNAME:"Username",ORGANIZATION_SINGULAR:"Organization",ORGANIZATION_PLURAL:"Organizations",ORGANIZATION_ORGANIZATION_CODE:"Organization code",ORGANIZATION_IS_ACTIVE:"Is active",ORGANIZATION_ORGANIZATION_NAME:"Organization name",ORGANIZATION_APPLICATION_SINGULAR:"Module",ORGANIZATION_APPLICATION_PLURAL:"Modules",ORGANIZATION_APPLICATION_APPLICATION_CODE:"Application code",ORGANIZATION_APPLICATION_APPLICATION_DESCRIPTION:"Application description",ORGANIZATION_APPLICATION_APPLICATION_NAME:"Application name",ORGANIZATION_APPLICATION_IS_ACTIVE:"Is active",ORGANIZATION_RANK_SINGULAR:"organizationrank",ORGANIZATION_RANK_PLURAL:"organizationranks",ORGANIZATION_RANK_ENABLED:"Enabled",ORGANIZATION_RANK_ORGANIZATION_CODE:"Organization code",ORGANIZATION_RANK_RANK_CODE:"Rank code",ORGANIZATION_RANK_RANK_NAME:"Rank name",ORGANIZATION_RANK_RANK_ORDER:"Rank order",ORGANIZATION_UNIT_SINGULAR:"organizationunit",ORGANIZATION_UNIT_PLURAL:"organizationunits",ORGANIZATION_UNIT_ENABLED:"Enabled",ORGANIZATION_UNIT_ORGANIZATION_CODE:"Organization code",ORGANIZATION_UNIT_ORGANIZATION_UNIT_AR_NAME:"Organization unit ar name",ORGANIZATION_UNIT_ORGANIZATION_UNIT_EN_NAME:"Organization unit en name",ORGANIZATION_UNIT_ORGANIZATION_UNIT_PARENT_ID:"Organization unit parent id",ORGANIZATION_USER_SINGULAR:"organizationuser",ORGANIZATION_USER_PLURAL:"organizationusers",ORGANIZATION_USER_IS_ACTIVE:"Is active",ORGANIZATION_USER_IS_DEFAULT:"Is default",ORGANIZATION_USER_ORGANIZATION_CODE:"Organization code",ORGANIZATION_USER_USERNAME:"Username",ORGANIZATION_USER_ROLE_SINGULAR:"Role",ORGANIZATION_USER_ROLE_PLURAL:"Roles",ORGANIZATION_USER_ROLE_END_DATE:"End date",ORGANIZATION_USER_ROLE_IS_ACTIVE:"Is active",ORGANIZATION_USER_ROLE_ORGANIZATION_CODE:"Organization code",ORGANIZATION_USER_ROLE_ROLE_ID:"Role id",ORGANIZATION_USER_ROLE_START_DATE:"Start date",ORGANIZATION_USER_ROLE_USERNAME:"Username",REPORT_SINGULAR:"System Report",REPORT_PLURAL:"System Reports",REPORT_DATASOURCE_CON_ID:"Datasource con id",REPORT_REPORT_BLUE_PRINT_ID:"Report blue print id",REPORT_REPORT_CATEGORY:"Report category",REPORT_REPORT_CODE:"Report code",REPORT_REPORT_EXCEL_DATA_QUERY_ID:"Report excel data query id",REPORT_REPORT_EXPORT_NAME:"Report export name",REPORT_REPORT_JASPER_NAME:"Report jasper name",REPORT_REPORT_JASPER_PATH:"Report jasper path",REPORT_REPORT_MENU_CODE:"Report menu code",REPORT_REPORT_NAME:"Report name",REPORT_REPORT_TYPE:"Report type",REPORT_USE_SYS_DATASOURCE:"Use sys datasource",REPORT_PARAMETER_SINGULAR:"reportparameter",REPORT_PARAMETER_PLURAL:"reportparameters",REPORT_PARAMETER_DEFAULT_VALUE:"Default value",REPORT_PARAMETER_ENABLED:"Enabled",REPORT_PARAMETER_ENTITY_PARAMETER_ID:"Entity parameter id",REPORT_PARAMETER_HIDDEN:"Hidden",REPORT_PARAMETER_MANDATORY:"Mandatory",REPORT_PARAMETER_REPORT_ID:"Report id",ROLE_SINGULAR:"role",ROLE_PLURAL:"roles",ROLE_DESCRIPTION:"Description",ROLE_IS_ACTIVE:"Is active",ROLE_ORGANIZATION_APPLICATION_ID:"Organization application id",ROLE_ROLE_NAME:"Role name",ROLE_AUTHORITY_SINGULAR:"roleauthority",ROLE_AUTHORITY_PLURAL:"roleauthorities",ROLE_AUTHORITY_AUTHORITY_ID:"Authority id",ROLE_AUTHORITY_IS_ACTIVE:"Is active",ROLE_AUTHORITY_ROLE_ID:"Role id",USER_ACCOUNT_SINGULAR:"useraccount",USER_ACCOUNT_PLURAL:"useraccounts",USER_ACCOUNT_ENABLED:"Enabled",USER_ACCOUNT_PASSWORD:"Password",USER_ACCOUNT_USERNAME:"Username",USER_REQUEST_SINGULAR:"userrequest",USER_REQUEST_PLURAL:"userrequests",USER_REQUEST_IS_NOTIFIED:"Is notified",USER_REQUEST_MAILS_TO_NOTIFY:"Mails to notify",USER_REQUEST_NOTIFICATION_MESSAGE:"Notification message",USER_REQUEST_NOTIFICATION_TIME:"Notification time",USER_REQUEST_NOTIFICATION_TYPE:"Notification type",USER_REQUEST_NOTIFY_USER:"Notify user",USER_REQUEST_REPORT_CODE:"Report code",USER_REQUEST_REPORT_PARAMETERS:"Report parameters",USER_REQUEST_REQUEST_TYPE:"Request type",USER_REQUEST_STATUS:"Status",USER_REQUEST_STATUS_MESSAGE:"Status message",WIDGET_SINGULAR:"widget",WIDGET_PLURAL:"widgets",WIDGET_DATA_QUERY_ID:"Data query id",WIDGET_ENABLED:"Enabled",WIDGET_HEIGHT:"Height",WIDGET_HORIZONTAL_AXIS_FIELD:"Horizontal axis field",WIDGET_HORIZONTAL_AXIS_LABEL:"Horizontal axis label",WIDGET_ICON:"Icon",WIDGET_SERIES_KEYS:"Series keys",WIDGET_TITLE:"Title",WIDGET_VERTICAL_AXIS_FIELD:"Vertical axis field",WIDGET_VERTICAL_AXIS_LABEL:"Vertical axis label",WIDGET_WIDGET_DESCRIPTION:"Widget description",WIDGET_WIDGET_NAME:"Widget name",WIDGET_WIDGET_TYPE:"Widget type",WIDGET_WIDTH:"Width",WORKFLOW_DOCUMENT_SINGULAR:"Workflow",WORKFLOW_DOCUMENT_PLURAL:"Workflows",WORKFLOW_DOCUMENT_APP_NOTIFICATION_ICON:"App notification icon",WORKFLOW_DOCUMENT_APP_NOTIFICATION_STYLE:"App notification style",WORKFLOW_DOCUMENT_APP_VIEW_ROUTE:"App view route",WORKFLOW_DOCUMENT_DOCUMENT_CODE:"Document code",WORKFLOW_DOCUMENT_DOCUMENT_CON_ID:"Document con id",WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_NAME:"Document database name",WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_TABLE:"Document database table",WORKFLOW_DOCUMENT_DOCUMENT_ID_FIELD:"Document id field",WORKFLOW_DOCUMENT_DOCUMENT_NAME:"Document name",WORKFLOW_DOCUMENT_DOCUMENT_NUMBER_FIELD:"Document number field",WORKFLOW_DOCUMENT_DOCUMENT_REPORT_ID:"Document report id",WORKFLOW_DOCUMENT_DOCUMENT_STATUS_FIELD:"Document status field",WORKFLOW_DOCUMENT_MAIL_APPROVAL_ALLOWED:"Mail approval allowed",WORKFLOW_DOCUMENT_ORG_CODE:"Org code",WORKFLOW_DOCUMENT_USE_SYSTEM_CON:"Use system con",WORKFLOW_DOCUMENT_ACTION_SINGULAR:"workflowdocumentaction",WORKFLOW_DOCUMENT_ACTION_PLURAL:"workflowdocumentactions",WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_CODE:"Document action code",WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_NAME:"Document action name",WORKFLOW_DOCUMENT_ACTION_NEXT_DOCUMENT_STATUS_ID:"Next document status id",WORKFLOW_DOCUMENT_ACTION_POST_ACTION_ENDPOINT:"Post action endpoint",WORKFLOW_DOCUMENT_ACTION_PRE_ACTION_ENDPOINT:"Pre action endpoint",WORKFLOW_DOCUMENT_ACTION_REQUIRE_COMMENT:"Require comment",WORKFLOW_DOCUMENT_ACTION_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_ACTION_HISTORY_SINGULAR:"workflowdocumentactionhistory",WORKFLOW_DOCUMENT_ACTION_HISTORY_PLURAL:"workflowdocumentactionhistories",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_BY:"Action by",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_COMMENT:"Action comment",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_METHOD:"Action method",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_TIME:"Action time",WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_ACTION_ID:"Document action id",WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_REF_ID:"Document ref id",WORKFLOW_DOCUMENT_ACTION_HISTORY_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_ACTION_MAIL_SINGULAR:"workflowdocumentactionmail",WORKFLOW_DOCUMENT_ACTION_MAIL_PLURAL:"workflowdocumentactionmails",WORKFLOW_DOCUMENT_ACTION_MAIL_DOCUMENT_ACTION_ID:"Document action id",WORKFLOW_DOCUMENT_ACTION_MAIL_ENABLED:"Enabled",WORKFLOW_DOCUMENT_ACTION_MAIL_MAIL_TEMPLATE_ID:"Mail template id",WORKFLOW_DOCUMENT_MAIL_LOG_SINGULAR:"Workflow Mail Log",WORKFLOW_DOCUMENT_MAIL_LOG_PLURAL:"Workflow Mail Logs",WORKFLOW_DOCUMENT_MAIL_LOG_GRAPH_API_MSG_ID:"Graph api msg id",WORKFLOW_DOCUMENT_MAIL_LOG_IS_PROCESSED:"Is processed",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_ACTION_CODE:"Mail action code",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_BODY_CONTENT:"Mail body content",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_FROM:"Mail from",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_SUBJECT:"Mail subject",WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_MESSAGE:"Process message",WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_TIME:"Process time",WORKFLOW_DOCUMENT_MAIL_LOG_REF_DOC_ID:"Ref doc id",WORKFLOW_DOCUMENT_MAIL_LOG_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_STATUS_SINGULAR:"workflowdocumentstatus",WORKFLOW_DOCUMENT_STATUS_PLURAL:"workflowdocumentstatuses",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_CODE:"Document status code",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_NAME:"Document status name",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_ORDER:"Document status order",WORKFLOW_DOCUMENT_STATUS_ENABLED:"Enabled",WORKFLOW_DOCUMENT_STATUS_IS_ZERO_STATE:"Is zero state",WORKFLOW_DOCUMENT_STATUS_NEXT_ACTION_TAKERS_QUERY_ID:"Next action takers query id",WORKFLOW_DOCUMENT_STATUS_NEXT_ACTIONS_QUERY_ID:"Next actions query id",WORKFLOW_DOCUMENT_STATUS_WORKFLOW_DOCUMENT_ID:"Workflow document id"}}}};le.use(se).init({resources:$t,lng:localStorage.getItem("language")||"en",fallbackLng:"en"});const jt=E(ie,{shouldForwardProp:e=>"open"!==e})((({theme:e})=>{const t=r((e=>e.AppLayout)),i=Vt();return{transition:e.transitions.create(["margin","width"],{easing:e.transitions.easing.sharp,duration:e.transitions.duration.leavingScreen}),variants:[{props:({open:e})=>e,style:{width:i?void 0:"calc(100% - 350px)",marginLeft:i||"ltr"!==t.appDirection?void 0:"350px",marginRight:i||"rtl"!==t.appDirection?void 0:"350px",transition:e.transitions.create(["margin","width"],{easing:e.transitions.easing.easeOut,duration:e.transitions.duration.enteringScreen})}}]}})),Xt=()=>{const i=r((e=>e.AppInfo.value)),a=r((e=>e.AppLayout)),n=r((e=>e.UserSession)),{handleGetRequest:d}=Qt(),l=Vt(),s=o();return e(jt,{position:"fixed",open:a.sideBarOpened,children:t(oe,{children:[e(T,{color:"inherit","aria-label":"open drawer",onClick:()=>{s(Mt.toggleSideBarState())},edge:"start",sx:[{mr:"ltr"===a.appDirection?2:void 0,ml:"rtl"===a.appDirection?2:void 0},a.sideBarOpened&&{display:"none"}],children:e(re,{icon:"bars"})}),e(c,{src:i.appLogo,sx:{marginRight:1,marginLeft:1}}),e(A,{variant:"h6",noWrap:!0,component:"div",sx:{flex:1},children:l?"":i.appName}),e(T,{color:"inherit",onClick:()=>{s(Mt.setThemeMode("light"===a.themeMode?"dark":"light")),localStorage.setItem("themeMode","light"===a.themeMode?"dark":"light")},children:"light"===a.themeMode?e(re,{icon:"moon"}):e(re,{icon:{prefix:"far",iconName:"sun"}})}),e(T,{color:"inherit",onClick:()=>{let e="ar"===le.language?"en":"ar";var t;t=e,le.changeLanguage(t),localStorage.setItem("language",t),s(Mt.setAppDirection("ar"===e?"rtl":"ltr"))},children:e(re,{icon:"language"})}),e(c,{}),e("div",{style:{marginLeft:5,marginRight:5},children:l?"":n.value?.userProfile?.username}),e(T,{color:"inherit",onClick:async()=>{try{await d({endPointURI:"api/auth/logout"})}catch(e){console.log("logout error",e)}s(bt.setUnAuthenticated())},children:e(re,{rotation:"rtl"===a.appDirection?180:void 0,icon:"arrow-right-from-bracket"})})]})})},Jt=E("div")((({theme:e})=>({display:"flex",alignItems:"center",...e.mixins.toolbar,justifyContent:"flex-end"})));function ei(e){var t,i,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(i=ei(e[t]))&&(o&&(o+=" "),o+=i)}else for(i in e)e[i]&&(o&&(o+=" "),o+=i);return o}function ti(){for(var e,t,i=0,o="",r=arguments.length;i<r;i++)(e=arguments[i])&&(t=ei(e))&&(o&&(o+=" "),o+=t);return o}const ii=()=>{const e=r((e=>e.UserSession));return{UserSession:e,isUserAuthorized:t=>{if(e?.value?.authorities)for(let i of e.value.authorities)if("DEVELOPMENT_ADMIN"===i?.authority||i?.authority===t)return!0;return!1}}},oi=(e,t)=>{for(const i of t){if(i.id===e)return i;if(i.children){const t=oi(e,i.children);if(t)return t}}},ri=[...[{id:"admin",label:"SYSTEM_ADMINISTRATION",authority:"DEVELOPMENT_ADMIN",icon:"cogs",children:[{id:"admin.systemManagement",label:"SYSTEM_MANAGEMENT",icon:"gear",children:[{id:"admin.systemManagement.Organization",label:"ORGANIZATION_PLURAL",icon:"globe",action:"NAVIGATION",actionPayload:{path:"admin/organizations"}},{id:"admin.systemManagement.OrganizationApplication",label:"ORGANIZATION_APPLICATION_PLURAL",icon:"diagram-project",action:"NAVIGATION",actionPayload:{path:"admin/organizationapplications"}}]},{id:"admin.security",label:"SECURITY_ADMINISTRATION",icon:"shield",children:[{id:"admin.security.Authority",label:"AUTHORITY_PLURAL",icon:"key",action:"NAVIGATION",actionPayload:{path:"admin/authorities"}},{id:"admin.Role",label:"ROLE_PLURAL",icon:"tag",action:"NAVIGATION",actionPayload:{path:"admin/roles"}},{id:"admin.security.Employee",label:"EMPLOYEE_PLURAL",icon:"user",action:"NAVIGATION",actionPayload:{path:"admin/employees"}}]},{id:"admin.devtools",label:"DEVELOPMENT_TOOLS",icon:"code",children:[{id:"admin.devtools.DatasourceConnection",label:"DATASOURCE_CONNECTION_PLURAL",icon:"plug",action:"NAVIGATION",actionPayload:{path:"admin/datasourceconnections"}},{id:"admin.devtools.EntityParameter",label:"ENTITY_PARAMETER_PLURAL",icon:"p",action:"NAVIGATION",actionPayload:{path:"admin/entityparameters"}},{id:"admin.devtools.DataQuery",label:"DATA_QUERY_PLURAL",icon:"file-code",action:"NAVIGATION",actionPayload:{path:"admin/dataqueries"}},{id:"admin.devtools.ExcelUploaderHeader",label:"EXCEL_UPLOADER_HEADER_PLURAL",icon:"file-excel",action:"NAVIGATION",actionPayload:{path:"admin/exceluploaderheaders"}},{id:"admin.devtools.Report",label:"REPORT_PLURAL",icon:"file",action:"NAVIGATION",actionPayload:{path:"admin/reports"}},{id:"admin.devtools.WorkflowDocument",label:"WORKFLOW_DOCUMENT_PLURAL",icon:"chart-diagram",action:"NAVIGATION",actionPayload:{path:"admin/workflowdocuments"}},{id:"admin.devtools.BluePrint",label:"BLUE_PRINT_PLURAL",icon:"fingerprint",action:"NAVIGATION",actionPayload:{path:"admin/blueprints"}},{id:"admin.devtools.Widget",label:"WIDGET_PLURAL",icon:"chart-pie",action:"NAVIGATION",actionPayload:{path:"admin/widgets"}},{id:"admin.devtools.Dashboard",label:"DASHBOARD_PLURAL",icon:"square-poll-vertical",action:"NAVIGATION",actionPayload:{path:"admin/dashboards"}},{id:"admin.devtools.MailTemplate",label:"MAIL_TEMPLATE_PLURAL",icon:"envelope",action:"NAVIGATION",actionPayload:{path:"admin/mailtemplates"}},{id:"admin.devtools.Notification",label:"NOTIFICATION_PLURAL",icon:"bell",action:"NAVIGATION",actionPayload:{path:"admin/notifications"}}]},{id:"admin.followup",label:"SYSTEM_MONITORING",icon:"tv",children:[{id:"admin.WorkflowDocumentMailLog",label:"WORKFLOW_DOCUMENT_MAIL_LOG_PLURAL",icon:"envelopes-bulk",action:"NAVIGATION",actionPayload:{path:"admin/workflowdocumentmaillogs"}},{id:"admin.MailNotificationQueue",label:"MAIL_NOTIFICATION_QUEUE_PLURAL",icon:"envelope-open-text",action:"NAVIGATION",actionPayload:{path:"admin/mailnotificationqueues"}},{id:"admin.NotificationQueue",label:"NOTIFICATION_QUEUE_PLURAL",icon:"bell",action:"NAVIGATION",actionPayload:{path:"admin/notificationqueues"}}]},{id:"admin.Lookup",label:"LOOKUP_PLURAL",icon:"list-check",action:"NAVIGATION",actionPayload:{path:"admin/lookups"}}]}]];function ai(){return e(ue,{sx:{width:6,height:6,borderRadius:"70%",bgcolor:"warning.main",display:"inline-block",verticalAlign:"middle",zIndex:1,mx:1}})}const ni=X(Re)((({theme:e})=>({color:e.palette.grey[400],position:"relative",[`& .${fe.groupTransition}`]:{marginLeft:e.spacing(2.5)},...e.applyStyles("light",{color:e.palette.grey[800]})}))),di=X(Le)((({theme:e})=>({flexDirection:"row-reverse",borderRadius:e.spacing(.7),marginBottom:e.spacing(.5),marginTop:e.spacing(.5),padding:e.spacing(.5),paddingRight:e.spacing(1),"&.Mui-expanded ":{"&:not(.Mui-focused, .Mui-selected, .Mui-selected.Mui-focused) .labelIcon":{color:e.palette.primary.dark,...e.applyStyles("light",{color:e.palette.primary.main})},"&::before":{content:'""',display:"block",position:"absolute",left:"16px",top:"44px",height:"calc(100% - 48px)",width:"1.5px",backgroundColor:e.palette.grey[700],...e.applyStyles("light",{backgroundColor:e.palette.grey[300]})}},"&:hover":{backgroundColor:J(e.palette.primary.main,.1),color:"white",...e.applyStyles("light",{color:e.palette.primary.main})},"&.Mui-focused, &.Mui-selected, &.Mui-selected.Mui-focused":{backgroundColor:e.palette.primary.dark,color:e.palette.primary.contrastText,...e.applyStyles("light",{backgroundColor:e.palette.primary.main})}}))),li=ce(me);function si(t){const i=Ae({to:{opacity:t.in?1:0,transform:`translate3d(0,${t.in?0:20}px,0)`}});return e(li,{style:i,...t})}const pi=X(Oe)({color:"inherit",fontWeight:500});function _i({icon:i,expandable:o,children:a,...n}){const{t:d}=pe(),l=r((e=>e.AppLayout));return t(Ce,{...n,sx:{display:"flex",alignItems:"center",padding:1},children:[e(re,{style:{marginRight:"ltr"===l.appDirection?7:void 0,marginLeft:"rtl"===l.appDirection?7:void 0,fontSize:"1.2rem"},icon:i}),e(pi,{variant:"body2",sx:{fontSize:16},children:d(a)}),o&&e(ai,{})]})}const Ei=e=>Array.isArray(e)?e.length>0&&e.some(Ei):Boolean(e),Ti=z.forwardRef((function(i,o){const{id:r,itemId:a,label:n,disabled:d,children:l,...s}=i,{getRootProps:p,getContentProps:_,getIconContainerProps:E,getCheckboxProps:T,getLabelProps:c,getGroupTransitionProps:A,getDragAndDropOverlayProps:u,status:m,publicAPI:O}=Ne({id:r,itemId:a,children:l,label:n,disabled:d,rootRef:o}),I=O.getItem(a),f=Ei(l);return e(Me,{itemId:a,children:t(ni,{...p(s),children:[t(di,{..._({className:ti("content",{"Mui-expanded":m.expanded,"Mui-selected":m.selected,"Mui-focused":m.focused,"Mui-disabled":m.disabled})}),children:[e(ye,{...E(),children:e(Ue,{status:m})}),e(De,{...T()}),e(_i,{...c({icon:I?.icon||"book",expandable:f&&m.expanded})}),e(he,{...u()})]}),l&&e(si,{...A()})]})})}));function ci(){const t=Pe(),i=r((e=>e.AppLayout)),a=r((e=>e.AppInfo.value));o();const n=Vt(),{isUserAuthorized:d}=ii(),l=e=>e.filter((e=>void 0===e.authority||null==e.authority||d(e.authority))).map((e=>(e.children&&(e.children=l(e.children)),e))),s=[];a.enableAdministrationModule&&s.push(...ri),s.push(...a.businessNavigationItems);const p=l(s);return e(Ie,{items:p,onItemClick:(e,i)=>{const o=oi(i,s);"NAVIGATION"!==o?.action||null==o?.actionPayload||void 0!==o.children&&null!==o.children&&0!=o.children.length||t(o?.actionPayload?.path||"")},sx:{height:"fit-content",flexGrow:1,maxWidth:Ct,direction:i.appDirection,maxHeight:n?300:void 0,overflowY:"auto",overflowX:"auto"},slots:{item:Ti}})}const Ai=()=>{const i=r((e=>e.AppInfo.value)),a=u(),n=r((e=>e.AppLayout)),d=o();return t(Te,{sx:{width:Ct,flexShrink:0,"& .MuiDrawer-paper":{width:Ct,boxSizing:"border-box"}},variant:"persistent",anchor:"ltr"===n.appDirection?"left":"right",open:n.sideBarOpened,children:[t(Jt,{children:[t(m,{sx:{width:"100%"},children:[e(A,{color:"primary",sx:{width:"100%",textAlign:"center",fontSize:18,fontWeight:"bold"},children:"System Content"}),t(m,{sx:{display:"flex",alignItems:"center",justifyContent:"space-around",marginTop:1},children:[e(A,{sx:{fontSize:12},color:"textDisabled",children:i.appName}),t(A,{sx:{fontSize:12},color:"textDisabled",children:["V.",i.appVersion]})]})]}),e(Ee,{onClick:()=>{d(Mt.toggleSideBarState())},children:"ltr"===a.direction?e(re,{icon:"angle-left"}):e(re,{icon:"angle-right"})})]}),e(_e,{}),e(ci,{})]})},ui=We({key:"muirtl",stylisPlugins:[Be,xe]}),mi=We({key:"mui"}),Oi=i=>{const[o,r]=$(!1),{t:a}=pe();return{ConfirmationWindow:()=>t(O,{open:o,children:[e(I,{children:i.title}),e(f,{children:e(N,{children:i.body})}),t(R,{children:[e(L,{variant:"contained",color:"primary",onClick:()=>{r(!1)},children:a("NO_LABEL")}),e(L,{variant:"contained",color:"error",onClick:()=>{i.onConfirmationCallBk(),r(!1)},autoFocus:!0,children:a("YES_LABEL")})]})]}),open:o,setOpen:r}},Ii=o=>{const{t:r}=pe(),a=ii(),{ConfirmationWindow:n,setOpen:d}=Oi({body:r(o?.confirmationMessage||"ACTION_CONFIRMATION"),title:r("CONFIRMATION"),onConfirmationCallBk:async()=>{await(o?.actionFn(o.recordsToProcessActionOn,o.recordIdsToProcessActionOn)),o?.reloadData&&o.reloadData()}});let l=!0;if(o.authority&&(l=a.isUserAuthorized(o.authority)),l)return t(i,{children:[e(n,{}),t(L,{onClick:async()=>{if(o?.recordsToProcessActionOn&&o?.recordsToProcessActionOn.length>0){if(o?.preActionValidation)for(const e of o.recordsToProcessActionOn)if(!o.preActionValidation(e))return;!0===o?.isConfirmationRequired?d(!0):(await o.actionFn(o.recordsToProcessActionOn,o.recordIdsToProcessActionOn),o?.reloadData&&o.reloadData())}else ae.error(r("AT_LEAST_ONE_RECORD_SELECTED_MESSAGE"))},variant:o?.label?"outlined":o?.formActionProps?.actionButtonVariant?o.formActionProps.actionButtonVariant:"text",size:"small",color:o?.formActionProps?.actionButtonColor||"primary",children:[o?.icon?e(re,{style:{marginRight:5,marginLeft:5},icon:o.icon}):e(i,{}),o?.label?r(o.label):e(i,{})]})]})},fi="YYYY-MM-DD",Ni="YYYY-MM-DD HH:mm:ss",Ri=t=>{const{t:o}=pe();return e(et,{dateAdapter:ot,children:e(tt,{value:null!=t.value&&void 0!==t.value&&""!==t.value?Je(t.value,t?.format||fi):null,sx:t.sx,label:o(t.label),format:t?.format||fi,disabled:t.disabled,onChange:e=>{let i=null;null!=e&&e.isValid()&&(i=e.format(t?.format||fi)),void 0!==t.onChangeCallBack&&null!=t.onChangeCallBack&&t.onChangeCallBack(i)},slotProps:{textField:{InputLabelProps:{shrink:!0},variant:"outlined",required:t.required,error:void 0!==t.errorMessage&&null!=t.errorMessage,helperText:void 0!==t.errorMessage&&null!=t.errorMessage?e(i,{children:o(t.errorMessage)}):e(i,{})}}})})},Li=t=>{const{t:o}=pe();return e(et,{dateAdapter:ot,children:e(it,{value:null!=t.value&&void 0!==t.value&&""!==t.value?Je(t.value,t?.format||Ni):null,label:o(t.label),sx:t.sx,format:t?.format||Ni,disabled:t.disabled,onChange:e=>{let i=null;null!=e&&e.isValid()&&(i=e.format(t?.format||Ni)),void 0!==t.onChangeCallBack&&null!=t.onChangeCallBack&&t.onChangeCallBack(i)},slotProps:{textField:{variant:"outlined",required:t.required,error:void 0!==t.errorMessage&&null!=t.errorMessage,helperText:void 0!==t.errorMessage&&null!=t.errorMessage?e(i,{children:o(t.errorMessage)}):e(i,{})}}})})},yi=t=>{const i=r((e=>e.AppLayout)),{t:o}=pe();return e(y,{sx:t.sx,value:(e=>{for(let i of t.options)if(i[t.valueField]==e)return i;return null})(t.value),options:t.options,disabled:t.disabled,onChange:(e,i)=>{if(void 0!==t.onChangeCallBack&&null!=t.onChangeCallBack)if(null!=i){let e=i[t.valueField];t.onChangeCallBack(e,i)}else t.onChangeCallBack(null,null)},clearOnBlur:!0,handleHomeEndKeys:!0,getOptionLabel:e=>null!=e?o(e[t.displayField]):"",renderOption:(i,r)=>e("li",{...i,children:null!=r?o(r[t.displayField]):""}),slots:{popper:t=>e(C,{...t,style:{...t.style,direction:i.appDirection}})},renderInput:i=>e(D,{...i,required:t.required||!1,variant:"outlined",InputLabelProps:{shrink:!0},label:o(t.label),error:null!=t.errorMessage&&void 0!==t.errorMessage,helperText:null!=t.errorMessage&&void 0!==t.errorMessage?o(t.errorMessage):""})})},Di=t=>{const{t:i}=pe();return e(U,{sx:t.sx,disabled:t.disabled||!1,required:t.required||!1,control:e(M,{checked:t?.checkedValue==t.value||"true"===t.value||"1"==t.value,onChange:e=>{void 0!==t.onChangeCallBack&&null!=t.onChangeCallBack&&(e.target.checked?void 0!==t.checkedValue&&null!=t.checkedValue?t.onChangeCallBack(t.checkedValue):t.onChangeCallBack("true"):void 0!==t.unCheckedValue&&null!=t.unCheckedValue?t.onChangeCallBack(t.unCheckedValue):t.onChangeCallBack("false"))}}),label:i(t.label)})},Ci=t=>({...t,type:"string",renderEditCell:t=>e(Li,{sx:{width:"100%"},label:"",value:t.value,onChangeCallBack:e=>{t.api.setEditCellValue({id:t.id,field:t.field,value:e})}}),valueParser:(e,t,i)=>{let o=null;return null!==e&&(o=Je(e).format(Ni)),o},valueFormatter:(e,t,i)=>t[i.field]}),Ui=t=>({...t,type:"custom",valueGetter:e=>e?e+"":e,renderCell:t=>{let i=null;try{i=t.colDef.options.find((e=>e[t.colDef.valueField]==t.value))}catch(e){}return e("div",{children:null!=i?i[t.colDef.displayField]:t.value})},renderEditCell:i=>e(yi,{...i,sx:{width:"100%"},options:t.options,valueField:t.valueField,displayField:t.displayField,onChangeCallBack:(e,t)=>{null===e&&i.api.setEditCellValue({id:i.id,field:i.field,value:null}),i.api.setEditCellValue({id:i.id,field:i.field,value:e+""})}})}),Mi=t=>({...t,type:"custom",valueGetter:e=>null==e||null==e?null:e+"",renderCell:i=>{const o=i?.value;return o===t.checkedValue||"true"===o||1===o||!0===o?e(re,{icon:"check",color:"green"}):e(re,{icon:"xmark",color:"red"})},renderEditCell:i=>e(Di,{...i,checkedValue:t?.checkedValue||"true",unCheckedValue:t?.unCheckedValue||"false",onChangeCallBack:e=>{i.api.setEditCellValue({id:i.id,field:i.field,value:e+""})}})}),hi=e=>{const t=[];if("field"===e.type&&"props"===e.mode&&e?.props)t.push(e.props);else if("group"===e.type&&e?.props&&e?.props?.elements)for(const i of e.props.elements)t.push(...hi(i));return t},Pi=e=>{const t=[];for(const i of e)t.push(...hi(i));return t},bi=e=>{const t={};for(const i of e)if(i?.fieldName){const e=i.fieldName;"number"===i.fieldType?t[e]=!0===i?.required?rt.number({required_error:"This field is required",invalid_type_error:"This field must be a number"}):rt.number().optional().nullable():t[e]=!0===i?.required?rt.string({message:"This field is required"}).min(1,"This field is required"):rt.string().optional().nullable()}return t},Si=E(we)({display:"grid",alignItems:"center"}),gi=E(Fe)((({theme:e,ownerState:t})=>({gridArea:"1 / 1",width:"min-content",height:"min-content",zIndex:1,opacity:t.expanded?0:1,pointerEvents:t.expanded?"none":"auto",transition:e.transitions.create(["opacity"])}))),vi=E(D)((({theme:e,ownerState:t})=>({gridArea:"1 / 1",overflowX:"clip",width:t.expanded?260:"var(--trigger-width)",opacity:t.expanded?1:0,transition:e.transitions.create(["width","opacity"])}))),xi=o=>{const{t:r}=pe(),a=ii(),n=!o?.templateProps?.editAction?.authority||a.isUserAuthorized(o.templateProps.editAction.authority),d=((e,t,i)=>{const o=[],r=[];if("exclude"===e.type&&0===e.ids.size)for(const e of t)o.push(e),r.push(e[i]);else if(e?.ids)for(const a of e.ids){const e=t.find((e=>e[i]===a));o.push(e),r.push(a)}return{selectedRecords:o,selectedRecordIds:r}})(o?.templateProps?.rowSelectionModel||{ids:new Set,type:"include"},o?.templateProps?.data||[],o?.templateProps?.keyColumnName||"id");return t(ke,{children:[n&&"none"!=o?.templateProps?.editMode?.editMode?t(L,{onClick:o?.handleCreateNewRecord,children:[e(re,{icon:"add",style:{marginRight:5,marginLeft:5}}),r("ADD_BTN_LABEL")]}):e(i,{}),o?.templateProps?.rowActions?o.templateProps.rowActions.map((t=>!0===t?.gridActionProps?.multiRecord?e(Ii,{...t,reloadData:async()=>{o.templateProps.apiActions.reloadData(o?.templateProps?.gridLoadParametersValues)},recordIdsToProcessActionOn:d.selectedRecordIds,recordsToProcessActionOn:d.selectedRecords}):e(i,{}))):e(i,{}),e(m,{sx:{flex:1,mx:.5},children:o?.templateProps?.tBar}),e(h,{title:"Columns",children:e(Ge,{render:e(Fe,{}),children:e(Ye,{fontSize:"small"})})}),e(h,{title:"Filters",children:e(qe,{render:(t,i)=>e(Fe,{...t,color:"default",children:e(P,{badgeContent:i.filterCount,color:"primary",variant:"dot",children:e(Ke,{fontSize:"small"})})})})}),o?.templateProps?.gridStateKey?e(h,{title:r("RESET_GRID_STATE"),children:e(T,{onClick:o?.clearGridState,children:e(re,{icon:"eraser"})})}):e(i,{}),e(b,{orientation:"vertical",variant:"middle",flexItem:!0,sx:{mx:.5}}),e(h,{title:r("EXPORT_EXECL_LABEL"),children:e(Ve,{render:e(S,{}),children:e(re,{icon:"file-excel",color:"green"})})}),t(Si,{children:[e(He,{render:(t,i)=>e(h,{title:r("SEARCH_BTN_LABEL"),enterDelay:0,children:e(gi,{...t,ownerState:{expanded:i.expanded},color:"default","aria-disabled":i.expanded,children:e(re,{icon:"search"})})})}),e(Qe,{render:({ref:t,...i},o)=>e(vi,{...i,ownerState:{expanded:o.expanded},inputRef:t,"aria-label":"Search",placeholder:`${r("SEARCH_BTN_LABEL")}...`,size:"small",slotProps:{input:{startAdornment:e(g,{position:"start",children:e(re,{icon:"search"})}),endAdornment:o.value?e(g,{position:"end",children:e(ze,{edge:"end",size:"small","aria-label":"Clear search",children:e(re,{icon:"xmark"})})}):null,...i.slotProps?.input},...i.slotProps}})})]}),e(T,{onClick:()=>{o.templateProps.apiActions.reloadData(o?.templateProps?.gridLoadParametersValues)},children:e(re,{icon:"refresh"})})]})};function Bi(e){return/^\d+$/.test(e)}function Wi(e){return"number"==typeof e&&!isNaN(e)}function wi(e){return"string"==typeof e&&""!==e.trim()&&!isNaN(Number(e))}function Fi(e){return e?e.charAt(0).toUpperCase()+e.slice(1):""}const ki=o=>{const{t:r}=pe(),a=ii(),{ConfirmationWindow:n,setOpen:d}=Oi({body:r(o?.confirmationMessage||"ACTION_CONFIRMATION"),title:r("CONFIRMATION"),onConfirmationCallBk:async()=>{await(o?.actionFn(o.record)),o?.reloadData&&o.reloadData()}});let l=!0;o.authority&&(l=a.isUserAuthorized(o.authority));let s={};o?.getActionIconStyleForRecord&&(s=o.getActionIconStyleForRecord(o.record));let p=!0;o?.isActionVisibleForRecord&&(p=o?.isActionVisibleForRecord(o.record));let _=!1;if(o?.isActionDisabledForRecord&&(_=o.isActionDisabledForRecord(o.record)),l&&p)return t(i,{children:[e(n,{}),e(Ze,{disabled:_,icon:e(h,{title:o?.label?r(o.label):"",children:e(re,{icon:o.icon,style:{...s,color:_?"gray":null!=s?.color?s.color:void 0}})}),showInMenu:o?.gridActionProps?.showInMenu||!1,label:"",className:"textPrimary",color:"inherit",onClick:async()=>{if(!_){if(o?.preActionValidation&&!o.preActionValidation(o.record))return;!0===o?.isConfirmationRequired?d(!0):(await o.actionFn(o.record),o?.reloadData&&o.reloadData())}}})]})};function Gi(e,...t){const i=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach((e=>i.searchParams.append("args[]",e))),`Minified MUI error #${e}; visit ${i} for the full message.`}function Yi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var qi,Ki={exports:{}},Vi={exports:{}},Hi={};var Qi,zi,Zi,$i,ji,Xi,Ji,eo,to,io,oo,ro,ao,no,lo,so={};
1
+ import{jsx as e,jsxs as t,Fragment as i}from"react/jsx-runtime";import{useDispatch as o,useSelector as r,Provider as a}from"react-redux";import{library as n}from"@fortawesome/fontawesome-svg-core";import{fab as d}from"@fortawesome/free-brands-svg-icons";import{far as l}from"@fortawesome/free-regular-svg-icons";import{fas as s}from"@fortawesome/free-solid-svg-icons";import"react-toastify/dist/ReactToastify.css";import{styled as p,IconButton as _,Avatar as E,Typography as T,useTheme as c,Box as A,Dialog as u,DialogTitle as m,DialogContent as O,DialogContentText as I,DialogActions as f,Button as N,Autocomplete as R,TextField as L,Popper as y,FormControlLabel as D,Checkbox as C,Tooltip as U,Badge as M,Divider as h,MenuItem as P,InputAdornment as b,Grid2 as S,Modal as g,AppBar as v,Toolbar as x,Paper as B,Accordion as W,AccordionSummary as w,AccordionDetails as F,ListItemButton as k,Backdrop as G,CircularProgress as Y,createTheme as K}from"@mui/material";export*from"@mui/material";import{ThemeContext as q,CacheProvider as V,ThemeProvider as H}from"@emotion/react";import*as Q from"react";import z,{useState as Z,useEffect as $}from"react";import{styled as j,alpha as X,useTheme as J}from"@mui/material/styles";import ee from"@mui/material/CssBaseline";import te from"@mui/material/AppBar";import ie from"@mui/material/Toolbar";import{FontAwesomeIcon as oe}from"@fortawesome/react-fontawesome";export{FontAwesomeIcon}from"@fortawesome/react-fontawesome";import{createSlice as re,configureStore as ae}from"@reduxjs/toolkit";import{toast as ne,ToastContainer as de}from"react-toastify";export{toast}from"react-toastify";import le from"axios";import se from"i18next";import{initReactI18next as pe,useTranslation as _e}from"react-i18next";import Ee from"@mui/material/Divider";import Te from"@mui/material/IconButton";import ce from"@mui/material/Drawer";import{animated as Ae,useSpring as ue}from"@react-spring/web";import me from"@mui/material/Box";import Oe from"@mui/material/Collapse";import Ie from"@mui/material/Typography";import{RichTreeView as fe}from"@mui/x-tree-view/RichTreeView";import{treeItemClasses as Ne}from"@mui/x-tree-view/TreeItem";import{useTreeItem2 as Re}from"@mui/x-tree-view/useTreeItem2";import{TreeItem2Root as Le,TreeItem2Content as ye,TreeItem2IconContainer as De,TreeItem2Checkbox as Ce,TreeItem2Label as Ue}from"@mui/x-tree-view/TreeItem2";import{TreeItem2Icon as Me}from"@mui/x-tree-view/TreeItem2Icon";import{TreeItem2Provider as he}from"@mui/x-tree-view/TreeItem2Provider";import{TreeItem2DragAndDropOverlay as Pe}from"@mui/x-tree-view/TreeItem2DragAndDropOverlay";import{useNavigate as be,useParams as Se,Routes as ge,Route as ve,BrowserRouter as xe}from"react-router-dom";import Be from"stylis-plugin-rtl";import{prefixer as We}from"stylis";import we from"@emotion/cache";import{QuickFilter as Fe,ToolbarButton as ke,Toolbar as Ge,ColumnsPanelTrigger as Ye,GridViewColumnIcon as Ke,FilterPanelTrigger as qe,GridFilterListIcon as Ve,ExportExcel as He,QuickFilterTrigger as Qe,QuickFilterControl as ze,QuickFilterClear as Ze,GridActionsCellItem as $e,GridExpandMoreIcon as je,DataGridPremium as Xe,GridRowModes as Je}from"@mui/x-data-grid-premium";import et from"moment";import{LocalizationProvider as tt,DatePicker as it,DateTimePicker as ot}from"@mui/x-date-pickers";import{AdapterMoment as rt}from"@mui/x-date-pickers/AdapterMoment";import*as at from"zod";import{z as nt}from"zod";export*from"zod";import{useForm as dt}from"react-hook-form";import{zodResolver as lt}from"@hookform/resolvers/zod";import st from"@emotion/styled";import pt from"@mui/material/List";import _t from"@mui/material/Card";import Et from"@mui/material/CardHeader";import Tt from"@mui/material/ListItemText";import ct from"@mui/material/ListItemIcon";import At from"@mui/material/Checkbox";import ut from"@mui/material/Button";import mt from"@mui/material/Grid2";import{PieChart as Ot}from"@mui/x-charts/PieChart";import{BarChart as It,LineChart as ft,Gauge as Nt}from"@mui/x-charts";import Rt from"@mui/material/LinearProgress";import{grey as Lt}from"@mui/material/colors";import yt from"@mui/material/SwipeableDrawer";import{LicenseInfo as Dt}from"@mui/x-license";!function(e,t){void 0===t&&(t={});var i=t.insertAt;if("undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css","top"===i&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=e:r.appendChild(document.createTextNode(e))}}("html,\r\nbody {\r\n height: 100%;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\n#root {\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: center;\r\n overflow: hidden; \r\n}\r\n\r\n.red-row {\r\n background-color: #f0d8d8;\r\n}\r\n");const Ct=(e=768)=>{const[t,i]=Z(window.innerWidth<e);return $((()=>{const t=()=>i(window.innerWidth<e);return window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)}),[e]),t},Ut=350,Mt=re({name:"AppLayout",initialState:{sideBarOpened:!1,themeMode:localStorage.getItem("themeMode")||"light",appDirection:"ar"==localStorage.getItem("language")?"rtl":"ltr"},reducers:{toggleSideBarState:e=>{e.sideBarOpened=!e.sideBarOpened},setSideBarState:(e,t)=>{e.sideBarOpened=t.payload},setThemeMode:(e,t)=>{e.themeMode=t.payload},setAppDirection:(e,t)=>{e.appDirection=t.payload}}}),ht=Mt.actions;var Pt=Mt.reducer;const bt=re({name:"loadingMask",initialState:{value:{isOpened:!1,message:null}},reducers:{showLoadingMask:(e,t)=>{e.value.isOpened=!0,e.value.message=t.payload},hideLoadingMask:e=>{e.value.isOpened=!1,e.value.message=null}}}),{showLoadingMask:St,hideLoadingMask:gt}=bt.actions;var vt=bt.reducer;const xt=()=>{const e=o();return{show:t=>{e(St(t))},hide:()=>{e(gt())}}},Bt=()=>{const e=xt(),t=r((e=>e.AppInfo.value.apiBaseUrl)),i=le.create({baseURL:t,timeout:6e5,withCredentials:!0});i.defaults.withCredentials=!0,i.interceptors.response.use((e=>e),(e=>(e&&(e.response&&(e.response.status&&401===e.response.status))?ne.error("your session is now expired, you need to login again",{autoClose:!1}):e&&(e.response&&(e.response.status&&403===e.response.status))?ne.error("you aren't authorized to process this request"):e&&(e.response&&(e.response.status&&500===e.response.status))?ne.error(e.response.data):ne.error("failed to communicate with the server ... try again later"),"ERROR")));return{handleGetRequest:async(t={endPointURI:"",parameters:{}})=>{void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.show(t.loadingMessage);const o=await i.get(t.endPointURI,{params:{...t.parameters},withCredentials:!0});return void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.hide(),"ERROR"!==o?(void 0!==t.successCallBkFn&&null!=t.successCallBkFn&&t.successCallBkFn(o),o):(void 0!==t.failureCallBkFn&&null!=t.failureCallBkFn&&t.failureCallBkFn(o),"ERROR")},handlePostRequest:async(t={endPointURI:"",parameters:{},data:{}})=>{void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.show(t.loadingMessage);let o=await i.post(t.endPointURI,t.data,{params:t.parameters});return void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.hide(),"ERROR"!==o?(void 0!==t.successCallBkFn&&null!=t.successCallBkFn&&t.successCallBkFn(o),o):(void 0!==t.failureCallBkFn&&null!=t.failureCallBkFn&&t.failureCallBkFn(o),"ERROR")},handleDeleteRequest:async(t={endPointURI:"",parameters:{}})=>{void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.show(t.loadingMessage);let o=await i.delete(t.endPointURI,{params:{...t.parameters}});return void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.hide(),"ERROR"!==o?(void 0!==t.successCallBkFn&&null!=t.successCallBkFn&&t.successCallBkFn(o),o):(void 0!==t.failureCallBkFn&&null!=t.failureCallBkFn&&t.failureCallBkFn(o),"ERROR")},HandleDownloadHTTPPostPDF:async(t={endPointURI:"",parameters:{},data:{}})=>{void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.show(t.loadingMessage);const o=await i.post(t.endPointURI,t.data,{responseType:"blob"});return void 0!==t.showMask&&null!=t.showMask&&!0===t.showMask&&e.hide(),"ERROR"!==o?(void 0!==t.successCallBkFn&&null!=t.successCallBkFn&&t.successCallBkFn(o),o):(void 0!==t.failureCallBkFn&&null!=t.failureCallBkFn&&t.failureCallBkFn(o),"ERROR")}}},Wt=re({name:"UserSession",initialState:{value:{isAuthenticated:null,authorities:[],userProfile:null}},reducers:{setAuthenticated:(e,t)=>{e.value=t.payload},setUnAuthenticated:e=>{e.value={isAuthenticated:!1,authorities:[],userProfile:null}}}}),wt=Wt.actions;var Ft=Wt.reducer,kt={"System Administration":"إدارة النظام",welcome:"مرحبا",APP_SETTINGS_LABEL:"الاعدادت",WELCOME_MESSAGE:"اهلا , هذا التطبيق تحت التطوير و هو مصمم للتطبيقات المستقبلية",APP_FOOTER:"حقوق الملكية<sup>&copy;</sup> 2023-2026. جميع الحقوق محفوظة.",TREE_HOME_NODE:"الصفحة الرئيسية",TREE_ADMINISTRATION_NODE:"ادارة النظام",COMMING_SOON_LABEL:"قريبا",TRIAL_LABEL:"تجريبي",GRID_ACTION_LABEL:"الاوامر",SAVE_BTN_LABEL:"حفظ",SEARCH_BTN_LABEL:"بحث",RESET_BTN_LABEL:"ازالة البحث",CANCEL_BTN_LABEL:"الغاء",DELETE_BTN_LABEL:"حذف",EDIT_BTN_LABEL:"تعديل",ADD_BTN_LABEL:"اضافة",RESET_GRID_STATE:"مسح حالة الجدول",EXPORT_EXECL_LABEL:"تحميل Execl",CHANGE_ORG_LABEL:"تغير المنظومة",ORG_LABEL:"المنظومة",VERSION:"رقم الاصدار",COPY_RIGHTS:"جميع الحقوق محفوظة © 2024-2030",SUCCESS_MESSAGE:"تم تنفيذ طلبك بنجاح",REQUIRED_FIELD:"هذه الخانة مطلوبة",ACTIONS:"الاوامر",CONFIRMATION:"تأكيد",DELETION_CONFIRMATION_MESSAGE:"هل انت متأكد من حذف هذا البيان؟",ACTION_CONFIRMATION:"هل انت متأكد من تنفيذ هذه العملية؟",YES_LABEL:"نعم",NO_LABEL:"لا",AT_LEAST_ONE_RECORD_SELECTED_MESSAGE:"يجب ان تختار علي الاقل بند واحد لتنقيذ هذه العملية"};var Gt={welcome:"welcome",APP_SETTINGS_LABEL:"Settings",WELCOME_MESSAGE:" Hello, This is an under development template for future apps",APP_FOOTER:"Copyright<sup>&copy;</sup> 2023-2026. All rights reserved.",TREE_HOME_NODE:"Home",TREE_ADMINISTRATION_NODE:"Administration",COMMING_SOON_LABEL:"soon",GRID_ACTION_LABEL:"Actions",TRIAL_LABEL:"trial",SAVE_BTN_LABEL:"Save",SEARCH_BTN_LABEL:"search",RESET_BTN_LABEL:"Reset",CANCEL_BTN_LABEL:"Cancel",DELETE_BTN_LABEL:"Delete",EDIT_BTN_LABEL:"Edit",ADD_BTN_LABEL:"Add",RESET_GRID_STATE:"Clear Grid State",EXPORT_EXECL_LABEL:"Export to excel",CHANGE_ORG_LABEL:"Change Organization",ORG_LABEL:"Organization",VERSION:"V.",COPY_RIGHTS:"Copyright © 2024-2030. All rights reserved.",SUCCESS_MESSAGE:"Your request has been processed successfully",REQUIRED_FIELD:"This field is required",ACTIONS:"Actions",CONFIRMATION:"Confirmation",DELETION_CONFIRMATION_MESSAGE:"Are you sure you want to delete this record ?",ACTION_CONFIRMATION:"Are you sure you want to process this action ?",YES_LABEL:"Yes",NO_LABEL:"No",AT_LEAST_ONE_RECORD_SELECTED_MESSAGE:"You must at least select on record to process this action on"};const Yt={en:{translation:{...Gt,...{SYSTEM_ADMINISTRATION:"System Administration",SYSTEM_MANAGEMENT:"System Management",SECURITY_ADMINISTRATION:"Security",DEVELOPMENT_TOOLS:"Development Tools",SYSTEM_MONITORING:"System Follow up",ATTACHMENT_SINGULAR:"attachment",ATTACHMENT_PLURAL:"attachments",ATTACHMENT_ATTACHMENT_NUMBER:"Attachment number",ATTACHMENT_ATTACHMENT_SIZE:"Attachment size",ATTACHMENT_ATTACHMENT_TYPE:"Attachment type",ATTACHMENT_CATEGORY:"Category",ATTACHMENT_DOC_TYPE:"Doc type",ATTACHMENT_FILE_NAME:"File name",ATTACHMENT_REF_KEY:"Ref key",ATTACHMENT_REMARK:"Remark",AUTHORITY_SINGULAR:"Authority",AUTHORITY_PLURAL:"Authorities",AUTHORITY_AUTHORITY_CODE:"Authority code",AUTHORITY_AUTHORITY_DESCRIPTION:"Authority description",AUTHORITY_AUTHORITY_NAME:"Authority name",AUTHORITY_IS_ACTIVE:"Is active",AUTHORITY_ORGANIZATION_APPLICATION_ID:"Organization application id",BLUE_PRINT_SINGULAR:"BluePrint",BLUE_PRINT_PLURAL:"BluePrints",BLUE_PRINT_BLUE_PRINT_CODE:"Blue print code",BLUE_PRINT_QUERY_ID:"Query id",BLUE_PRINT_PAGE_SINGULAR:"blueprintpage",BLUE_PRINT_PAGE_PLURAL:"blueprintpages",BLUE_PRINT_PAGE_BLUE_PRINT_ID:"Blue print id",BLUE_PRINT_PAGE_ENABLED:"Enabled",BLUE_PRINT_PAGE_PAGE_NAME:"Page name",BLUE_PRINT_PAGE_PAGE_ORDER:"Page order",BLUE_PRINT_PAGE_QUERY_ID:"Query id",BLUE_PRINT_POINT_SINGULAR:"blueprintpoint",BLUE_PRINT_POINT_PLURAL:"blueprintpoints",BLUE_PRINT_POINT_BLUE_PRINT_PAGE_ID:"Blue print page id",BLUE_PRINT_POINT_FONT_SIZE:"Font size",BLUE_PRINT_POINT_POINT_CODE:"Point code",BLUE_PRINT_POINT_X:"X",BLUE_PRINT_POINT_Y:"Y",DASHBOARD_SINGULAR:"Dashboard",DASHBOARD_PLURAL:"Dashboards",DASHBOARD_DASHBOARD_CODE:"Dashboard code",DASHBOARD_DASHBOARD_NAME:"Dashboard name",DASHBOARD_DASHBOARD_TITLE:"Dashboard title",DASHBOARD_ENABLED:"Enabled",DASHBOARD_LOAD_WIDGETS_INDIVIDUALLY:"Load widgets individually",DASHBOARD_NUMBER_OF_COLUMNS:"Number of columns",DASHBOARD_WIDGET_SINGULAR:"Widget",DASHBOARD_WIDGET_PLURAL:"Widgets",DASHBOARD_WIDGET_DASHBOARD_ID:"Dashboard id",DASHBOARD_WIDGET_ENABLED:"Enabled",DASHBOARD_WIDGET_WIDGET_ID:"Widget id",DASHBOARD_WIDGET_WIDGET_ORDER:"Widget order",DATA_QUERY_SINGULAR:"Data Query",DATA_QUERY_PLURAL:"Data Queries",DATA_QUERY_DATASOURCE_CON_ID:"Datasource con id",DATA_QUERY_QUERY_NAME:"Query name",DATA_QUERY_QUERY_STR:"Query str",DATA_QUERY_USE_SYS_CON:"Use sys con",DATA_QUERY_PARAMETER_SINGULAR:"dataqueryparameter",DATA_QUERY_PARAMETER_PLURAL:"dataqueryparameters",DATA_QUERY_PARAMETER_DATA_QUERY_ID:"Data query id",DATA_QUERY_PARAMETER_DEFAULT_VALUE:"Default value",DATA_QUERY_PARAMETER_ENABLED:"Enabled",DATA_QUERY_PARAMETER_ENTITY_PARAMETER_ID:"Entity parameter id",DATA_QUERY_PARAMETER_HIDDEN:"Hidden",DATA_QUERY_PARAMETER_MANDATORY:"Mandatory",DATASOURCE_CONNECTION_SINGULAR:"Datasource",DATASOURCE_CONNECTION_PLURAL:"Datasources",DATASOURCE_CONNECTION_CONNECTION_NAME:"Connection name",DATASOURCE_CONNECTION_DATASOURCE_PASSWORD:"Datasource password",DATASOURCE_CONNECTION_DATASOURCE_TYPE:"Datasource type",DATASOURCE_CONNECTION_DATASOURCE_URL:"Datasource url",DATASOURCE_CONNECTION_DATASOURCE_USERNAME:"Datasource username",DATASOURCE_CONNECTION_ENABLED:"Enabled",EMPLOYEE_SINGULAR:"Employee",EMPLOYEE_PLURAL:"Employees",EMPLOYEE_EMAIL:"Email",EMPLOYEE_EMPLOYEE_NAME:"Employee name",EMPLOYEE_EMPLOYEE_NUMBER:"Employee number",EMPLOYEE_MOBILE_NUMBER:"Mobile number",EMPLOYEE_ORGANIZATION_RANK_ID:"Organization rank id",EMPLOYEE_ORGANIZATION_UNIT_ID:"Organization unit id",EMPLOYEE_USER_ACCOUNT_ID:"User account id",ENTITY_PARAMETER_SINGULAR:"Parameter",ENTITY_PARAMETER_PLURAL:"Parameters",ENTITY_PARAMETER_ENABLED:"Enabled",ENTITY_PARAMETER_PARAMETER_CODE:"Parameter code",ENTITY_PARAMETER_PARAMETER_DATA_QUERY_ID:"Parameter data query id",ENTITY_PARAMETER_PARAMETER_DATASET:"Parameter dataset",ENTITY_PARAMETER_PARAMETER_DISPLAY_FIELD:"Parameter display field",ENTITY_PARAMETER_PARAMETER_LABEL:"Parameter label",ENTITY_PARAMETER_PARAMETER_TYPE:"Parameter type",ENTITY_PARAMETER_PARAMETER_VALUE_FIELD:"Parameter value field",ENTITY_PARAMETER_PARAMETER_VALUE_FORMAT:"Parameter value format",EXCEL_UPLOADER_DETAIL_SINGULAR:"exceluploaderdetail",EXCEL_UPLOADER_DETAIL_PLURAL:"exceluploaderdetails",EXCEL_UPLOADER_DETAIL_COLUMN_INDEX:"Column index",EXCEL_UPLOADER_DETAIL_EXCEL_UPLOADER_HEADER_ID:"Excel uploader header id",EXCEL_UPLOADER_DETAIL_LOOKUP_QUERY_ID:"Lookup query id",EXCEL_UPLOADER_DETAIL_TABLE_FIELD:"Table field",EXCEL_UPLOADER_HEADER_SINGULAR:"Excel Uploader",EXCEL_UPLOADER_HEADER_PLURAL:"Excel Uploader",EXCEL_UPLOADER_HEADER_UPLOADER_CONNECTION_ID:"Uploader connection id",EXCEL_UPLOADER_HEADER_UPLOADER_DATABASE_NAME:"Uploader database name",EXCEL_UPLOADER_HEADER_UPLOADER_NAME:"Uploader name",EXCEL_UPLOADER_HEADER_UPLOADER_TABLE_NAME:"Uploader table name",LOOKUP_SINGULAR:"System Lookup",LOOKUP_PLURAL:"System Lookups",LOOKUP_ENABLED:"Enabled",LOOKUP_LOOKUP_AR_DISPLAY:"Lookup ar display",LOOKUP_LOOKUP_EN_DISPLAY:"Lookup en display",LOOKUP_LOOKUP_TYPE:"Lookup type",LOOKUP_LOOKUP_VALUE:"Lookup value",LOOKUP_ORG_CODE:"Org code",MAIL_ATTACHMENT_SINGULAR:"mailattachment",MAIL_ATTACHMENT_PLURAL:"mailattachments",MAIL_ATTACHMENT_ENABLED:"Enabled",MAIL_ATTACHMENT_MAIL_TEMPLATE_ID:"Mail template id",MAIL_ATTACHMENT_REPORT_ID:"Report id",MAIL_BODY_SINGULAR:"mailbody",MAIL_BODY_PLURAL:"mailbodies",MAIL_BODY_BODY_CONTENT:"Body content",MAIL_BODY_BODY_CONTENT_DATA_QUERY_ID:"Body content data query id",MAIL_BODY_BODY_ORDER:"Body order",MAIL_BODY_ENABLED:"Enabled",MAIL_BODY_IS_MAIN:"Is main",MAIL_BODY_MAIL_TEMPLATE_ID:"Mail template id",MAIL_BODY_PRINT_FOR_EACH_RECORD:"Print for each record",MAIL_NOTIFICATION_QUEUE_SINGULAR:"Mail Notification Queue",MAIL_NOTIFICATION_QUEUE_PLURAL:"Mail Notification Queue",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_ATTACHED_REPORT_ID:"Custom mail attached report id",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_BODY:"Custom mail body",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_SUBJECT:"Custom mail subject",MAIL_NOTIFICATION_QUEUE_CUSTOM_RECIPIENTS:"Custom recipients",MAIL_NOTIFICATION_QUEUE_IS_NOTIFIED:"Is notified",MAIL_NOTIFICATION_QUEUE_MAIL_PARAMETERS:"Mail parameters",MAIL_NOTIFICATION_QUEUE_MAIL_TEMPLATE_ID:"Mail template id",MAIL_NOTIFICATION_QUEUE_NOTIFICATION_MESSAGE:"Notification message",MAIL_NOTIFICATION_QUEUE_NOTIFICATION_TIME:"Notification time",MAIL_RECIPIENT_SINGULAR:"mailrecipient",MAIL_RECIPIENT_PLURAL:"mailrecipients",MAIL_RECIPIENT_ENABLED:"Enabled",MAIL_RECIPIENT_MAIL_TEMPLATE_ID:"Mail template id",MAIL_RECIPIENT_RECIPIENT_MAIL:"Recipient mail",MAIL_RECIPIENT_RECIPIENT_TYPE:"Recipient type",MAIL_TEMPLATE_SINGULAR:"Mail Templates",MAIL_TEMPLATE_PLURAL:"Mail Templates",MAIL_TEMPLATE_ENABLED:"Enabled",MAIL_TEMPLATE_MAIL_CC_DATA_QUERY_ID:"Mail cc data query id",MAIL_TEMPLATE_MAIL_SUBJECT:"Mail subject",MAIL_TEMPLATE_MAIL_TEMPLATE_CODE:"Mail template code",MAIL_TEMPLATE_MAIL_TEMPLATE_NAME:"Mail template name",MAIL_TEMPLATE_MAIL_TO_DATA_QUERY_ID:"Mail to data query id",MAIL_TEMPLATE_PERIOD_TYPE:"Period type",MAIL_TEMPLATE_PERIOD_VALUE:"Period value",MAIL_TEMPLATE_PERIODICAL:"Periodical",MAIL_TEMPLATE_START_SENDING_AT:"Start sending at",MAIL_TEMPLATE_SUBJECT_DATA_QUERY_ID:"Subject data query id",NEW_TABLE_SINGULAR:"newtable",NEW_TABLE_PLURAL:"newtables",NEW_TABLE_TEST_DATE:"Test date",NEW_TABLE_TEST_LONG:"Test long",NEW_TABLE_TEST_DECIMAL:"Test decimal",NOTIFICATION_SINGULAR:"Notification",NOTIFICATION_PLURAL:"Notifications",NOTIFICATION_ENABLED:"Enabled",NOTIFICATION_NOTIFICATION_ACTION_KEY:"Notification action key",NOTIFICATION_NOTIFICATION_ACTION_PAYLOAD:"Notification action payload",NOTIFICATION_NOTIFICATION_CODE:"Notification code",NOTIFICATION_NOTIFICATION_ICON:"Notification icon",NOTIFICATION_NOTIFICATION_QUERY_ID:"Notification query id",NOTIFICATION_NOTIFICATION_TEXT:"Notification text",NOTIFICATION_USERS_TO_NOTIFY_QUERY_ID:"Users to notify query id",NOTIFICATION_QUEUE_SINGULAR:"Notification Queue",NOTIFICATION_QUEUE_PLURAL:"Notification Queue",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_KEY:"Custom notification action key",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_PAYLOAD:"Custom notification action payload",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ICON:"Custom notification icon",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_TEXT:"Custom notification text",NOTIFICATION_QUEUE_IS_NOTIFIED:"Is notified",NOTIFICATION_QUEUE_NOTIFICATION_CODE:"Notification code",NOTIFICATION_QUEUE_NOTIFICATION_PARAMS:"Notification params",NOTIFICATION_QUEUE_NOTIFIED_TIME:"Notified time",NOTIFICATION_QUEUE_USERNAME:"Username",ORGANIZATION_SINGULAR:"Organization",ORGANIZATION_PLURAL:"Organizations",ORGANIZATION_ORGANIZATION_CODE:"Organization code",ORGANIZATION_IS_ACTIVE:"Is active",ORGANIZATION_ORGANIZATION_NAME:"Organization name",ORGANIZATION_APPLICATION_SINGULAR:"Module",ORGANIZATION_APPLICATION_PLURAL:"Modules",ORGANIZATION_APPLICATION_APPLICATION_CODE:"Application code",ORGANIZATION_APPLICATION_APPLICATION_DESCRIPTION:"Application description",ORGANIZATION_APPLICATION_APPLICATION_NAME:"Application name",ORGANIZATION_APPLICATION_IS_ACTIVE:"Is active",ORGANIZATION_RANK_SINGULAR:"organizationrank",ORGANIZATION_RANK_PLURAL:"organizationranks",ORGANIZATION_RANK_ENABLED:"Enabled",ORGANIZATION_RANK_ORGANIZATION_CODE:"Organization code",ORGANIZATION_RANK_RANK_CODE:"Rank code",ORGANIZATION_RANK_RANK_NAME:"Rank name",ORGANIZATION_RANK_RANK_ORDER:"Rank order",ORGANIZATION_UNIT_SINGULAR:"organizationunit",ORGANIZATION_UNIT_PLURAL:"organizationunits",ORGANIZATION_UNIT_ENABLED:"Enabled",ORGANIZATION_UNIT_ORGANIZATION_CODE:"Organization code",ORGANIZATION_UNIT_ORGANIZATION_UNIT_AR_NAME:"Organization unit ar name",ORGANIZATION_UNIT_ORGANIZATION_UNIT_EN_NAME:"Organization unit en name",ORGANIZATION_UNIT_ORGANIZATION_UNIT_PARENT_ID:"Organization unit parent id",ORGANIZATION_USER_SINGULAR:"organizationuser",ORGANIZATION_USER_PLURAL:"organizationusers",ORGANIZATION_USER_IS_ACTIVE:"Is active",ORGANIZATION_USER_IS_DEFAULT:"Is default",ORGANIZATION_USER_ORGANIZATION_CODE:"Organization code",ORGANIZATION_USER_USERNAME:"Username",ORGANIZATION_USER_ROLE_SINGULAR:"Role",ORGANIZATION_USER_ROLE_PLURAL:"Roles",ORGANIZATION_USER_ROLE_END_DATE:"End date",ORGANIZATION_USER_ROLE_IS_ACTIVE:"Is active",ORGANIZATION_USER_ROLE_ORGANIZATION_CODE:"Organization code",ORGANIZATION_USER_ROLE_ROLE_ID:"Role id",ORGANIZATION_USER_ROLE_START_DATE:"Start date",ORGANIZATION_USER_ROLE_USERNAME:"Username",REPORT_SINGULAR:"System Report",REPORT_PLURAL:"System Reports",REPORT_DATASOURCE_CON_ID:"Datasource con id",REPORT_REPORT_BLUE_PRINT_ID:"Report blue print id",REPORT_REPORT_CATEGORY:"Report category",REPORT_REPORT_CODE:"Report code",REPORT_REPORT_EXCEL_DATA_QUERY_ID:"Report excel data query id",REPORT_REPORT_EXPORT_NAME:"Report export name",REPORT_REPORT_JASPER_NAME:"Report jasper name",REPORT_REPORT_JASPER_PATH:"Report jasper path",REPORT_REPORT_MENU_CODE:"Report menu code",REPORT_REPORT_NAME:"Report name",REPORT_REPORT_TYPE:"Report type",REPORT_USE_SYS_DATASOURCE:"Use sys datasource",REPORT_PARAMETER_SINGULAR:"reportparameter",REPORT_PARAMETER_PLURAL:"reportparameters",REPORT_PARAMETER_DEFAULT_VALUE:"Default value",REPORT_PARAMETER_ENABLED:"Enabled",REPORT_PARAMETER_ENTITY_PARAMETER_ID:"Entity parameter id",REPORT_PARAMETER_HIDDEN:"Hidden",REPORT_PARAMETER_MANDATORY:"Mandatory",REPORT_PARAMETER_REPORT_ID:"Report id",ROLE_SINGULAR:"role",ROLE_PLURAL:"roles",ROLE_DESCRIPTION:"Description",ROLE_IS_ACTIVE:"Is active",ROLE_ORGANIZATION_APPLICATION_ID:"Organization application id",ROLE_ROLE_NAME:"Role name",ROLE_AUTHORITY_SINGULAR:"roleauthority",ROLE_AUTHORITY_PLURAL:"roleauthorities",ROLE_AUTHORITY_AUTHORITY_ID:"Authority id",ROLE_AUTHORITY_IS_ACTIVE:"Is active",ROLE_AUTHORITY_ROLE_ID:"Role id",USER_ACCOUNT_SINGULAR:"useraccount",USER_ACCOUNT_PLURAL:"useraccounts",USER_ACCOUNT_ENABLED:"Enabled",USER_ACCOUNT_PASSWORD:"Password",USER_ACCOUNT_USERNAME:"Username",USER_REQUEST_SINGULAR:"userrequest",USER_REQUEST_PLURAL:"userrequests",USER_REQUEST_IS_NOTIFIED:"Is notified",USER_REQUEST_MAILS_TO_NOTIFY:"Mails to notify",USER_REQUEST_NOTIFICATION_MESSAGE:"Notification message",USER_REQUEST_NOTIFICATION_TIME:"Notification time",USER_REQUEST_NOTIFICATION_TYPE:"Notification type",USER_REQUEST_NOTIFY_USER:"Notify user",USER_REQUEST_REPORT_CODE:"Report code",USER_REQUEST_REPORT_PARAMETERS:"Report parameters",USER_REQUEST_REQUEST_TYPE:"Request type",USER_REQUEST_STATUS:"Status",USER_REQUEST_STATUS_MESSAGE:"Status message",WIDGET_SINGULAR:"widget",WIDGET_PLURAL:"widgets",WIDGET_DATA_QUERY_ID:"Data query id",WIDGET_ENABLED:"Enabled",WIDGET_HEIGHT:"Height",WIDGET_HORIZONTAL_AXIS_FIELD:"Horizontal axis field",WIDGET_HORIZONTAL_AXIS_LABEL:"Horizontal axis label",WIDGET_ICON:"Icon",WIDGET_SERIES_KEYS:"Series keys",WIDGET_TITLE:"Title",WIDGET_VERTICAL_AXIS_FIELD:"Vertical axis field",WIDGET_VERTICAL_AXIS_LABEL:"Vertical axis label",WIDGET_WIDGET_DESCRIPTION:"Widget description",WIDGET_WIDGET_NAME:"Widget name",WIDGET_WIDGET_TYPE:"Widget type",WIDGET_WIDTH:"Width",WORKFLOW_DOCUMENT_SINGULAR:"Workflow",WORKFLOW_DOCUMENT_PLURAL:"Workflows",WORKFLOW_DOCUMENT_APP_NOTIFICATION_ICON:"App notification icon",WORKFLOW_DOCUMENT_APP_NOTIFICATION_STYLE:"App notification style",WORKFLOW_DOCUMENT_APP_VIEW_ROUTE:"App view route",WORKFLOW_DOCUMENT_DOCUMENT_CODE:"Document code",WORKFLOW_DOCUMENT_DOCUMENT_CON_ID:"Document con id",WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_NAME:"Document database name",WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_TABLE:"Document database table",WORKFLOW_DOCUMENT_DOCUMENT_ID_FIELD:"Document id field",WORKFLOW_DOCUMENT_DOCUMENT_NAME:"Document name",WORKFLOW_DOCUMENT_DOCUMENT_NUMBER_FIELD:"Document number field",WORKFLOW_DOCUMENT_DOCUMENT_REPORT_ID:"Document report id",WORKFLOW_DOCUMENT_DOCUMENT_STATUS_FIELD:"Document status field",WORKFLOW_DOCUMENT_MAIL_APPROVAL_ALLOWED:"Mail approval allowed",WORKFLOW_DOCUMENT_ORG_CODE:"Org code",WORKFLOW_DOCUMENT_USE_SYSTEM_CON:"Use system con",WORKFLOW_DOCUMENT_ACTION_SINGULAR:"workflowdocumentaction",WORKFLOW_DOCUMENT_ACTION_PLURAL:"workflowdocumentactions",WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_CODE:"Document action code",WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_NAME:"Document action name",WORKFLOW_DOCUMENT_ACTION_NEXT_DOCUMENT_STATUS_ID:"Next document status id",WORKFLOW_DOCUMENT_ACTION_POST_ACTION_ENDPOINT:"Post action endpoint",WORKFLOW_DOCUMENT_ACTION_PRE_ACTION_ENDPOINT:"Pre action endpoint",WORKFLOW_DOCUMENT_ACTION_REQUIRE_COMMENT:"Require comment",WORKFLOW_DOCUMENT_ACTION_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_ACTION_HISTORY_SINGULAR:"workflowdocumentactionhistory",WORKFLOW_DOCUMENT_ACTION_HISTORY_PLURAL:"workflowdocumentactionhistories",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_BY:"Action by",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_COMMENT:"Action comment",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_METHOD:"Action method",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_TIME:"Action time",WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_ACTION_ID:"Document action id",WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_REF_ID:"Document ref id",WORKFLOW_DOCUMENT_ACTION_HISTORY_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_ACTION_MAIL_SINGULAR:"workflowdocumentactionmail",WORKFLOW_DOCUMENT_ACTION_MAIL_PLURAL:"workflowdocumentactionmails",WORKFLOW_DOCUMENT_ACTION_MAIL_DOCUMENT_ACTION_ID:"Document action id",WORKFLOW_DOCUMENT_ACTION_MAIL_ENABLED:"Enabled",WORKFLOW_DOCUMENT_ACTION_MAIL_MAIL_TEMPLATE_ID:"Mail template id",WORKFLOW_DOCUMENT_MAIL_LOG_SINGULAR:"Workflow Mail Log",WORKFLOW_DOCUMENT_MAIL_LOG_PLURAL:"Workflow Mail Logs",WORKFLOW_DOCUMENT_MAIL_LOG_GRAPH_API_MSG_ID:"Graph api msg id",WORKFLOW_DOCUMENT_MAIL_LOG_IS_PROCESSED:"Is processed",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_ACTION_CODE:"Mail action code",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_BODY_CONTENT:"Mail body content",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_FROM:"Mail from",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_SUBJECT:"Mail subject",WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_MESSAGE:"Process message",WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_TIME:"Process time",WORKFLOW_DOCUMENT_MAIL_LOG_REF_DOC_ID:"Ref doc id",WORKFLOW_DOCUMENT_MAIL_LOG_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_STATUS_SINGULAR:"workflowdocumentstatus",WORKFLOW_DOCUMENT_STATUS_PLURAL:"workflowdocumentstatuses",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_CODE:"Document status code",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_NAME:"Document status name",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_ORDER:"Document status order",WORKFLOW_DOCUMENT_STATUS_ENABLED:"Enabled",WORKFLOW_DOCUMENT_STATUS_IS_ZERO_STATE:"Is zero state",WORKFLOW_DOCUMENT_STATUS_NEXT_ACTION_TAKERS_QUERY_ID:"Next action takers query id",WORKFLOW_DOCUMENT_STATUS_NEXT_ACTIONS_QUERY_ID:"Next actions query id",WORKFLOW_DOCUMENT_STATUS_WORKFLOW_DOCUMENT_ID:"Workflow document id"}}},ar:{translation:{...kt,...{SYSTEM_ADMINISTRATION:"أدراة النظام",SECURITY_ADMINISTRATION:"حماية النظام",SYSTEM_MANAGEMENT:"System Management",DEVELOPMENT_TOOLS:"إدوات التطوير",SYSTEM_MONITORING:"متابعة النظام",ATTACHMENT_SINGULAR:"المرفق",ATTACHMENT_PLURAL:"المرفقات",ATTACHMENT_ATTACHMENT_NUMBER:"رقم المرفق",ATTACHMENT_ATTACHMENT_SIZE:"حجم المرفق",ATTACHMENT_ATTACHMENT_TYPE:"نوع المرفق",ATTACHMENT_CATEGORY:"المحموعة",ATTACHMENT_DOC_TYPE:"نوع الملف",ATTACHMENT_FILE_NAME:"اسم الملف",ATTACHMENT_REF_KEY:"مؤشر المسلسل",ATTACHMENT_REMARK:"ملاحظات",AUTHORITY_SINGULAR:"الصلاحية",AUTHORITY_PLURAL:"الصلاحيات",AUTHORITY_AUTHORITY_CODE:"كود الصلاحية",AUTHORITY_AUTHORITY_DESCRIPTION:"وصف الصلاحية",AUTHORITY_AUTHORITY_NAME:"اسم الصلاحية",AUTHORITY_IS_ACTIVE:"مفعل",AUTHORITY_ORGANIZATION_APPLICATION_ID:"اسم التطبيق",BLUE_PRINT_SINGULAR:"BluePrint",BLUE_PRINT_PLURAL:"BluePrints",BLUE_PRINT_BLUE_PRINT_CODE:"Blue print code",BLUE_PRINT_QUERY_ID:"Query id",BLUE_PRINT_PAGE_SINGULAR:"blueprintpage",BLUE_PRINT_PAGE_PLURAL:"blueprintpages",BLUE_PRINT_PAGE_BLUE_PRINT_ID:"Blue print id",BLUE_PRINT_PAGE_ENABLED:"Enabled",BLUE_PRINT_PAGE_PAGE_NAME:"Page name",BLUE_PRINT_PAGE_PAGE_ORDER:"Page order",BLUE_PRINT_PAGE_QUERY_ID:"Query id",BLUE_PRINT_POINT_SINGULAR:"blueprintpoint",BLUE_PRINT_POINT_PLURAL:"blueprintpoints",BLUE_PRINT_POINT_BLUE_PRINT_PAGE_ID:"Blue print page id",BLUE_PRINT_POINT_FONT_SIZE:"Font size",BLUE_PRINT_POINT_POINT_CODE:"Point code",BLUE_PRINT_POINT_X:"X",BLUE_PRINT_POINT_Y:"Y",DASHBOARD_SINGULAR:"Dashboard",DASHBOARD_PLURAL:"Dashboards",DASHBOARD_DASHBOARD_CODE:"Dashboard code",DASHBOARD_DASHBOARD_NAME:"Dashboard name",DASHBOARD_DASHBOARD_TITLE:"Dashboard title",DASHBOARD_ENABLED:"Enabled",DASHBOARD_LOAD_WIDGETS_INDIVIDUALLY:"Load widgets individually",DASHBOARD_NUMBER_OF_COLUMNS:"Number of columns",DASHBOARD_WIDGET_SINGULAR:"Widget",DASHBOARD_WIDGET_PLURAL:"Widgets",DASHBOARD_WIDGET_DASHBOARD_ID:"Dashboard id",DASHBOARD_WIDGET_ENABLED:"Enabled",DASHBOARD_WIDGET_WIDGET_ID:"Widget id",DASHBOARD_WIDGET_WIDGET_ORDER:"Widget order",DATA_QUERY_SINGULAR:"Data Query",DATA_QUERY_PLURAL:"Data Queries",DATA_QUERY_DATASOURCE_CON_ID:"Datasource",DATA_QUERY_QUERY_NAME:"Query name",DATA_QUERY_QUERY_STR:"Query str",DATA_QUERY_USE_SYS_CON:"Use sys con",DATA_QUERY_PARAMETER_SINGULAR:"Parameter",DATA_QUERY_PARAMETER_PLURAL:"Parameters",DATA_QUERY_PARAMETER_DATA_QUERY_ID:"Data query id",DATA_QUERY_PARAMETER_DEFAULT_VALUE:"Default value",DATA_QUERY_PARAMETER_ENABLED:"مفعل",DATA_QUERY_PARAMETER_ENTITY_PARAMETER_ID:"Parameter",DATA_QUERY_PARAMETER_HIDDEN:"غير مرئي",DATA_QUERY_PARAMETER_MANDATORY:"اجباري",DATASOURCE_CONNECTION_SINGULAR:"Datasource",DATASOURCE_CONNECTION_PLURAL:"Datasources",DATASOURCE_CONNECTION_CONNECTION_NAME:"Connection name",DATASOURCE_CONNECTION_DATASOURCE_PASSWORD:"Datasource password",DATASOURCE_CONNECTION_DATASOURCE_TYPE:"Datasource type",DATASOURCE_CONNECTION_DATASOURCE_URL:"Datasource url",DATASOURCE_CONNECTION_DATASOURCE_USERNAME:"Datasource username",DATASOURCE_CONNECTION_ENABLED:"Enabled",EMPLOYEE_SINGULAR:"الموظف",EMPLOYEE_PLURAL:"الموظفين",EMPLOYEE_EMAIL:"الايميل",EMPLOYEE_EMPLOYEE_NAME:"اسم الموظف",EMPLOYEE_EMPLOYEE_NUMBER:"الرقم الوظيفي",EMPLOYEE_MOBILE_NUMBER:"رقم الموبايل",EMPLOYEE_ORGANIZATION_RANK_ID:"Organization rank",EMPLOYEE_ORGANIZATION_UNIT_ID:"Organization unit",EMPLOYEE_USER_ACCOUNT_ID:"User account id",ENTITY_PARAMETER_SINGULAR:"Parameter",ENTITY_PARAMETER_PLURAL:"Parameters",ENTITY_PARAMETER_ENABLED:"Enabled",ENTITY_PARAMETER_PARAMETER_CODE:"Parameter code",ENTITY_PARAMETER_PARAMETER_DATA_QUERY_ID:"Parameter data query id",ENTITY_PARAMETER_PARAMETER_DATASET:"Parameter dataset",ENTITY_PARAMETER_PARAMETER_DISPLAY_FIELD:"Parameter display field",ENTITY_PARAMETER_PARAMETER_LABEL:"Parameter label",ENTITY_PARAMETER_PARAMETER_TYPE:"Parameter type",ENTITY_PARAMETER_PARAMETER_VALUE_FIELD:"Parameter value field",ENTITY_PARAMETER_PARAMETER_VALUE_FORMAT:"Parameter value format",EXCEL_UPLOADER_DETAIL_SINGULAR:"exceluploaderdetail",EXCEL_UPLOADER_DETAIL_PLURAL:"exceluploaderdetails",EXCEL_UPLOADER_DETAIL_COLUMN_INDEX:"Column index",EXCEL_UPLOADER_DETAIL_EXCEL_UPLOADER_HEADER_ID:"Excel uploader header id",EXCEL_UPLOADER_DETAIL_LOOKUP_QUERY_ID:"Lookup query id",EXCEL_UPLOADER_DETAIL_TABLE_FIELD:"Table field",EXCEL_UPLOADER_HEADER_SINGULAR:"Excel Uploader",EXCEL_UPLOADER_HEADER_PLURAL:"Excel Uploader",EXCEL_UPLOADER_HEADER_UPLOADER_CONNECTION_ID:"Uploader connection id",EXCEL_UPLOADER_HEADER_UPLOADER_DATABASE_NAME:"Uploader database name",EXCEL_UPLOADER_HEADER_UPLOADER_NAME:"Uploader name",EXCEL_UPLOADER_HEADER_UPLOADER_TABLE_NAME:"Uploader table name",LOOKUP_SINGULAR:"قائمة النظام",LOOKUP_PLURAL:"قوائم النظام",LOOKUP_ENABLED:"Enabled",LOOKUP_LOOKUP_AR_DISPLAY:"Lookup ar display",LOOKUP_LOOKUP_EN_DISPLAY:"Lookup en display",LOOKUP_LOOKUP_TYPE:"Lookup type",LOOKUP_LOOKUP_VALUE:"Lookup value",LOOKUP_ORG_CODE:"Org code",MAIL_ATTACHMENT_SINGULAR:"mailattachment",MAIL_ATTACHMENT_PLURAL:"mailattachments",MAIL_ATTACHMENT_ENABLED:"Enabled",MAIL_ATTACHMENT_MAIL_TEMPLATE_ID:"Mail template id",MAIL_ATTACHMENT_REPORT_ID:"Report id",MAIL_BODY_SINGULAR:"mailbody",MAIL_BODY_PLURAL:"mailbodies",MAIL_BODY_BODY_CONTENT:"Body content",MAIL_BODY_BODY_CONTENT_DATA_QUERY_ID:"Body content data query id",MAIL_BODY_BODY_ORDER:"Body order",MAIL_BODY_ENABLED:"Enabled",MAIL_BODY_IS_MAIN:"Is main",MAIL_BODY_MAIL_TEMPLATE_ID:"Mail template id",MAIL_BODY_PRINT_FOR_EACH_RECORD:"Print for each record",MAIL_NOTIFICATION_QUEUE_SINGULAR:"Mail Notification Queue",MAIL_NOTIFICATION_QUEUE_PLURAL:"Mail Notification Queue",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_ATTACHED_REPORT_ID:"Custom mail attached report id",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_BODY:"Custom mail body",MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_SUBJECT:"Custom mail subject",MAIL_NOTIFICATION_QUEUE_CUSTOM_RECIPIENTS:"Custom recipients",MAIL_NOTIFICATION_QUEUE_IS_NOTIFIED:"Is notified",MAIL_NOTIFICATION_QUEUE_MAIL_PARAMETERS:"Mail parameters",MAIL_NOTIFICATION_QUEUE_MAIL_TEMPLATE_ID:"Mail template id",MAIL_NOTIFICATION_QUEUE_NOTIFICATION_MESSAGE:"Notification message",MAIL_NOTIFICATION_QUEUE_NOTIFICATION_TIME:"Notification time",MAIL_RECIPIENT_SINGULAR:"mailrecipient",MAIL_RECIPIENT_PLURAL:"mailrecipients",MAIL_RECIPIENT_ENABLED:"Enabled",MAIL_RECIPIENT_MAIL_TEMPLATE_ID:"Mail template id",MAIL_RECIPIENT_RECIPIENT_MAIL:"Recipient mail",MAIL_RECIPIENT_RECIPIENT_TYPE:"Recipient type",MAIL_TEMPLATE_SINGULAR:"Mail Templates",MAIL_TEMPLATE_PLURAL:"Mail Templates",MAIL_TEMPLATE_ENABLED:"Enabled",MAIL_TEMPLATE_MAIL_CC_DATA_QUERY_ID:"Mail cc data query id",MAIL_TEMPLATE_MAIL_SUBJECT:"Mail subject",MAIL_TEMPLATE_MAIL_TEMPLATE_CODE:"Mail template code",MAIL_TEMPLATE_MAIL_TEMPLATE_NAME:"Mail template name",MAIL_TEMPLATE_MAIL_TO_DATA_QUERY_ID:"Mail to data query id",MAIL_TEMPLATE_PERIOD_TYPE:"Period type",MAIL_TEMPLATE_PERIOD_VALUE:"Period value",MAIL_TEMPLATE_PERIODICAL:"Periodical",MAIL_TEMPLATE_START_SENDING_AT:"Start sending at",MAIL_TEMPLATE_SUBJECT_DATA_QUERY_ID:"Subject data query id",NEW_TABLE_SINGULAR:"newtable",NEW_TABLE_PLURAL:"newtables",NEW_TABLE_TEST_DATE:"Test date",NEW_TABLE_TEST_LONG:"Test long",NEW_TABLE_TEST_DECIMAL:"Test decimal",NOTIFICATION_SINGULAR:"Notification",NOTIFICATION_PLURAL:"Notifications",NOTIFICATION_ENABLED:"Enabled",NOTIFICATION_NOTIFICATION_ACTION_KEY:"Notification action key",NOTIFICATION_NOTIFICATION_ACTION_PAYLOAD:"Notification action payload",NOTIFICATION_NOTIFICATION_CODE:"Notification code",NOTIFICATION_NOTIFICATION_ICON:"Notification icon",NOTIFICATION_NOTIFICATION_QUERY_ID:"Notification query id",NOTIFICATION_NOTIFICATION_TEXT:"Notification text",NOTIFICATION_USERS_TO_NOTIFY_QUERY_ID:"Users to notify query id",NOTIFICATION_QUEUE_SINGULAR:"Notification Queue",NOTIFICATION_QUEUE_PLURAL:"Notification Queue",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_KEY:"Custom notification action key",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_PAYLOAD:"Custom notification action payload",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ICON:"Custom notification icon",NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_TEXT:"Custom notification text",NOTIFICATION_QUEUE_IS_NOTIFIED:"Is notified",NOTIFICATION_QUEUE_NOTIFICATION_CODE:"Notification code",NOTIFICATION_QUEUE_NOTIFICATION_PARAMS:"Notification params",NOTIFICATION_QUEUE_NOTIFIED_TIME:"Notified time",NOTIFICATION_QUEUE_USERNAME:"Username",ORGANIZATION_SINGULAR:"Organization",ORGANIZATION_PLURAL:"Organizations",ORGANIZATION_ORGANIZATION_CODE:"Organization code",ORGANIZATION_IS_ACTIVE:"Is active",ORGANIZATION_ORGANIZATION_NAME:"Organization name",ORGANIZATION_APPLICATION_SINGULAR:"Module",ORGANIZATION_APPLICATION_PLURAL:"Modules",ORGANIZATION_APPLICATION_APPLICATION_CODE:"Application code",ORGANIZATION_APPLICATION_APPLICATION_DESCRIPTION:"Application description",ORGANIZATION_APPLICATION_APPLICATION_NAME:"Application name",ORGANIZATION_APPLICATION_IS_ACTIVE:"Is active",ORGANIZATION_RANK_SINGULAR:"organizationrank",ORGANIZATION_RANK_PLURAL:"organizationranks",ORGANIZATION_RANK_ENABLED:"Enabled",ORGANIZATION_RANK_ORGANIZATION_CODE:"Organization code",ORGANIZATION_RANK_RANK_CODE:"Rank code",ORGANIZATION_RANK_RANK_NAME:"Rank name",ORGANIZATION_RANK_RANK_ORDER:"Rank order",ORGANIZATION_UNIT_SINGULAR:"organizationunit",ORGANIZATION_UNIT_PLURAL:"organizationunits",ORGANIZATION_UNIT_ENABLED:"Enabled",ORGANIZATION_UNIT_ORGANIZATION_CODE:"Organization code",ORGANIZATION_UNIT_ORGANIZATION_UNIT_AR_NAME:"Organization unit ar name",ORGANIZATION_UNIT_ORGANIZATION_UNIT_EN_NAME:"Organization unit en name",ORGANIZATION_UNIT_ORGANIZATION_UNIT_PARENT_ID:"Organization unit parent id",ORGANIZATION_USER_SINGULAR:"organizationuser",ORGANIZATION_USER_PLURAL:"organizationusers",ORGANIZATION_USER_IS_ACTIVE:"Is active",ORGANIZATION_USER_IS_DEFAULT:"Is default",ORGANIZATION_USER_ORGANIZATION_CODE:"Organization code",ORGANIZATION_USER_USERNAME:"Username",ORGANIZATION_USER_ROLE_SINGULAR:"Role",ORGANIZATION_USER_ROLE_PLURAL:"Roles",ORGANIZATION_USER_ROLE_END_DATE:"End date",ORGANIZATION_USER_ROLE_IS_ACTIVE:"Is active",ORGANIZATION_USER_ROLE_ORGANIZATION_CODE:"Organization code",ORGANIZATION_USER_ROLE_ROLE_ID:"Role id",ORGANIZATION_USER_ROLE_START_DATE:"Start date",ORGANIZATION_USER_ROLE_USERNAME:"Username",REPORT_SINGULAR:"System Report",REPORT_PLURAL:"System Reports",REPORT_DATASOURCE_CON_ID:"Datasource con id",REPORT_REPORT_BLUE_PRINT_ID:"Report blue print id",REPORT_REPORT_CATEGORY:"Report category",REPORT_REPORT_CODE:"Report code",REPORT_REPORT_EXCEL_DATA_QUERY_ID:"Report excel data query id",REPORT_REPORT_EXPORT_NAME:"Report export name",REPORT_REPORT_JASPER_NAME:"Report jasper name",REPORT_REPORT_JASPER_PATH:"Report jasper path",REPORT_REPORT_MENU_CODE:"Report menu code",REPORT_REPORT_NAME:"Report name",REPORT_REPORT_TYPE:"Report type",REPORT_USE_SYS_DATASOURCE:"Use sys datasource",REPORT_PARAMETER_SINGULAR:"reportparameter",REPORT_PARAMETER_PLURAL:"reportparameters",REPORT_PARAMETER_DEFAULT_VALUE:"Default value",REPORT_PARAMETER_ENABLED:"Enabled",REPORT_PARAMETER_ENTITY_PARAMETER_ID:"Entity parameter id",REPORT_PARAMETER_HIDDEN:"Hidden",REPORT_PARAMETER_MANDATORY:"Mandatory",REPORT_PARAMETER_REPORT_ID:"Report id",ROLE_SINGULAR:"role",ROLE_PLURAL:"roles",ROLE_DESCRIPTION:"Description",ROLE_IS_ACTIVE:"Is active",ROLE_ORGANIZATION_APPLICATION_ID:"Organization application id",ROLE_ROLE_NAME:"Role name",ROLE_AUTHORITY_SINGULAR:"roleauthority",ROLE_AUTHORITY_PLURAL:"roleauthorities",ROLE_AUTHORITY_AUTHORITY_ID:"Authority id",ROLE_AUTHORITY_IS_ACTIVE:"Is active",ROLE_AUTHORITY_ROLE_ID:"Role id",USER_ACCOUNT_SINGULAR:"useraccount",USER_ACCOUNT_PLURAL:"useraccounts",USER_ACCOUNT_ENABLED:"Enabled",USER_ACCOUNT_PASSWORD:"Password",USER_ACCOUNT_USERNAME:"Username",USER_REQUEST_SINGULAR:"userrequest",USER_REQUEST_PLURAL:"userrequests",USER_REQUEST_IS_NOTIFIED:"Is notified",USER_REQUEST_MAILS_TO_NOTIFY:"Mails to notify",USER_REQUEST_NOTIFICATION_MESSAGE:"Notification message",USER_REQUEST_NOTIFICATION_TIME:"Notification time",USER_REQUEST_NOTIFICATION_TYPE:"Notification type",USER_REQUEST_NOTIFY_USER:"Notify user",USER_REQUEST_REPORT_CODE:"Report code",USER_REQUEST_REPORT_PARAMETERS:"Report parameters",USER_REQUEST_REQUEST_TYPE:"Request type",USER_REQUEST_STATUS:"Status",USER_REQUEST_STATUS_MESSAGE:"Status message",WIDGET_SINGULAR:"widget",WIDGET_PLURAL:"widgets",WIDGET_DATA_QUERY_ID:"Data query id",WIDGET_ENABLED:"Enabled",WIDGET_HEIGHT:"Height",WIDGET_HORIZONTAL_AXIS_FIELD:"Horizontal axis field",WIDGET_HORIZONTAL_AXIS_LABEL:"Horizontal axis label",WIDGET_ICON:"Icon",WIDGET_SERIES_KEYS:"Series keys",WIDGET_TITLE:"Title",WIDGET_VERTICAL_AXIS_FIELD:"Vertical axis field",WIDGET_VERTICAL_AXIS_LABEL:"Vertical axis label",WIDGET_WIDGET_DESCRIPTION:"Widget description",WIDGET_WIDGET_NAME:"Widget name",WIDGET_WIDGET_TYPE:"Widget type",WIDGET_WIDTH:"Width",WORKFLOW_DOCUMENT_SINGULAR:"Workflow",WORKFLOW_DOCUMENT_PLURAL:"Workflows",WORKFLOW_DOCUMENT_APP_NOTIFICATION_ICON:"App notification icon",WORKFLOW_DOCUMENT_APP_NOTIFICATION_STYLE:"App notification style",WORKFLOW_DOCUMENT_APP_VIEW_ROUTE:"App view route",WORKFLOW_DOCUMENT_DOCUMENT_CODE:"Document code",WORKFLOW_DOCUMENT_DOCUMENT_CON_ID:"Document con id",WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_NAME:"Document database name",WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_TABLE:"Document database table",WORKFLOW_DOCUMENT_DOCUMENT_ID_FIELD:"Document id field",WORKFLOW_DOCUMENT_DOCUMENT_NAME:"Document name",WORKFLOW_DOCUMENT_DOCUMENT_NUMBER_FIELD:"Document number field",WORKFLOW_DOCUMENT_DOCUMENT_REPORT_ID:"Document report id",WORKFLOW_DOCUMENT_DOCUMENT_STATUS_FIELD:"Document status field",WORKFLOW_DOCUMENT_MAIL_APPROVAL_ALLOWED:"Mail approval allowed",WORKFLOW_DOCUMENT_ORG_CODE:"Org code",WORKFLOW_DOCUMENT_USE_SYSTEM_CON:"Use system con",WORKFLOW_DOCUMENT_ACTION_SINGULAR:"workflowdocumentaction",WORKFLOW_DOCUMENT_ACTION_PLURAL:"workflowdocumentactions",WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_CODE:"Document action code",WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_NAME:"Document action name",WORKFLOW_DOCUMENT_ACTION_NEXT_DOCUMENT_STATUS_ID:"Next document status id",WORKFLOW_DOCUMENT_ACTION_POST_ACTION_ENDPOINT:"Post action endpoint",WORKFLOW_DOCUMENT_ACTION_PRE_ACTION_ENDPOINT:"Pre action endpoint",WORKFLOW_DOCUMENT_ACTION_REQUIRE_COMMENT:"Require comment",WORKFLOW_DOCUMENT_ACTION_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_ACTION_HISTORY_SINGULAR:"workflowdocumentactionhistory",WORKFLOW_DOCUMENT_ACTION_HISTORY_PLURAL:"workflowdocumentactionhistories",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_BY:"Action by",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_COMMENT:"Action comment",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_METHOD:"Action method",WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_TIME:"Action time",WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_ACTION_ID:"Document action id",WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_REF_ID:"Document ref id",WORKFLOW_DOCUMENT_ACTION_HISTORY_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_ACTION_MAIL_SINGULAR:"workflowdocumentactionmail",WORKFLOW_DOCUMENT_ACTION_MAIL_PLURAL:"workflowdocumentactionmails",WORKFLOW_DOCUMENT_ACTION_MAIL_DOCUMENT_ACTION_ID:"Document action id",WORKFLOW_DOCUMENT_ACTION_MAIL_ENABLED:"Enabled",WORKFLOW_DOCUMENT_ACTION_MAIL_MAIL_TEMPLATE_ID:"Mail template id",WORKFLOW_DOCUMENT_MAIL_LOG_SINGULAR:"Workflow Mail Log",WORKFLOW_DOCUMENT_MAIL_LOG_PLURAL:"Workflow Mail Logs",WORKFLOW_DOCUMENT_MAIL_LOG_GRAPH_API_MSG_ID:"Graph api msg id",WORKFLOW_DOCUMENT_MAIL_LOG_IS_PROCESSED:"Is processed",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_ACTION_CODE:"Mail action code",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_BODY_CONTENT:"Mail body content",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_FROM:"Mail from",WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_SUBJECT:"Mail subject",WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_MESSAGE:"Process message",WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_TIME:"Process time",WORKFLOW_DOCUMENT_MAIL_LOG_REF_DOC_ID:"Ref doc id",WORKFLOW_DOCUMENT_MAIL_LOG_WORKFLOW_DOCUMENT_ID:"Workflow document id",WORKFLOW_DOCUMENT_STATUS_SINGULAR:"workflowdocumentstatus",WORKFLOW_DOCUMENT_STATUS_PLURAL:"workflowdocumentstatuses",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_CODE:"Document status code",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_NAME:"Document status name",WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_ORDER:"Document status order",WORKFLOW_DOCUMENT_STATUS_ENABLED:"Enabled",WORKFLOW_DOCUMENT_STATUS_IS_ZERO_STATE:"Is zero state",WORKFLOW_DOCUMENT_STATUS_NEXT_ACTION_TAKERS_QUERY_ID:"Next action takers query id",WORKFLOW_DOCUMENT_STATUS_NEXT_ACTIONS_QUERY_ID:"Next actions query id",WORKFLOW_DOCUMENT_STATUS_WORKFLOW_DOCUMENT_ID:"Workflow document id"}}}};se.use(pe).init({resources:Yt,lng:localStorage.getItem("language")||"en",fallbackLng:"en"});const Kt=p(te,{shouldForwardProp:e=>"open"!==e})((({theme:e})=>{const t=r((e=>e.AppLayout)),i=Ct();return{transition:e.transitions.create(["margin","width"],{easing:e.transitions.easing.sharp,duration:e.transitions.duration.leavingScreen}),variants:[{props:({open:e})=>e,style:{width:i?void 0:"calc(100% - 350px)",marginLeft:i||"ltr"!==t.appDirection?void 0:"350px",marginRight:i||"rtl"!==t.appDirection?void 0:"350px",transition:e.transitions.create(["margin","width"],{easing:e.transitions.easing.easeOut,duration:e.transitions.duration.enteringScreen})}}]}})),qt=()=>{const i=r((e=>e.AppInfo.value)),a=r((e=>e.AppLayout)),n=r((e=>e.UserSession)),{handleGetRequest:d}=Bt(),l=Ct(),s=o();return e(Kt,{position:"fixed",open:a.sideBarOpened,children:t(ie,{children:[e(_,{color:"inherit","aria-label":"open drawer",onClick:()=>{s(ht.toggleSideBarState())},edge:"start",sx:[{mr:"ltr"===a.appDirection?2:void 0,ml:"rtl"===a.appDirection?2:void 0},a.sideBarOpened&&{display:"none"}],children:e(oe,{icon:"bars"})}),e(E,{src:i.appLogo,sx:{marginRight:1,marginLeft:1}}),e(T,{variant:"h6",noWrap:!0,component:"div",sx:{flex:1},children:l?"":i.appName}),e(_,{color:"inherit",onClick:()=>{s(ht.setThemeMode("light"===a.themeMode?"dark":"light")),localStorage.setItem("themeMode","light"===a.themeMode?"dark":"light")},children:"light"===a.themeMode?e(oe,{icon:"moon"}):e(oe,{icon:{prefix:"far",iconName:"sun"}})}),e(_,{color:"inherit",onClick:()=>{let e="ar"===se.language?"en":"ar";var t;t=e,se.changeLanguage(t),localStorage.setItem("language",t),s(ht.setAppDirection("ar"===e?"rtl":"ltr"))},children:e(oe,{icon:"language"})}),e(E,{}),e("div",{style:{marginLeft:5,marginRight:5},children:l?"":n.value?.userProfile?.username}),e(_,{color:"inherit",onClick:async()=>{try{await d({endPointURI:"api/auth/logout"})}catch(e){console.log("logout error",e)}s(wt.setUnAuthenticated())},children:e(oe,{rotation:"rtl"===a.appDirection?180:void 0,icon:"arrow-right-from-bracket"})})]})})},Vt=p("div")((({theme:e})=>({display:"flex",alignItems:"center",...e.mixins.toolbar,justifyContent:"flex-end"})));function Ht(e){var t,i,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(i=Ht(e[t]))&&(o&&(o+=" "),o+=i)}else for(i in e)e[i]&&(o&&(o+=" "),o+=i);return o}function Qt(){for(var e,t,i=0,o="",r=arguments.length;i<r;i++)(e=arguments[i])&&(t=Ht(e))&&(o&&(o+=" "),o+=t);return o}const zt=()=>{const e=r((e=>e.UserSession));return{UserSession:e,isUserAuthorized:t=>{if(e?.value?.authorities)for(let i of e.value.authorities)if("DEVELOPMENT_ADMIN"===i?.authority||i?.authority===t)return!0;return!1}}},Zt=(e,t)=>{for(const i of t){if(i.id===e)return i;if(i.children){const t=Zt(e,i.children);if(t)return t}}},$t=[...[{id:"admin",label:"SYSTEM_ADMINISTRATION",authority:"DEVELOPMENT_ADMIN",icon:"cogs",children:[{id:"admin.systemManagement",label:"SYSTEM_MANAGEMENT",icon:"gear",children:[{id:"admin.systemManagement.Organization",label:"ORGANIZATION_PLURAL",icon:"globe",action:"NAVIGATION",actionPayload:{path:"admin/organizations"}},{id:"admin.systemManagement.OrganizationApplication",label:"ORGANIZATION_APPLICATION_PLURAL",icon:"diagram-project",action:"NAVIGATION",actionPayload:{path:"admin/organizationapplications"}}]},{id:"admin.security",label:"SECURITY_ADMINISTRATION",icon:"shield",children:[{id:"admin.security.Authority",label:"AUTHORITY_PLURAL",icon:"key",action:"NAVIGATION",actionPayload:{path:"admin/authorities"}},{id:"admin.Role",label:"ROLE_PLURAL",icon:"tag",action:"NAVIGATION",actionPayload:{path:"admin/roles"}},{id:"admin.security.Employee",label:"EMPLOYEE_PLURAL",icon:"user",action:"NAVIGATION",actionPayload:{path:"admin/employees"}}]},{id:"admin.devtools",label:"DEVELOPMENT_TOOLS",icon:"code",children:[{id:"admin.devtools.DatasourceConnection",label:"DATASOURCE_CONNECTION_PLURAL",icon:"plug",action:"NAVIGATION",actionPayload:{path:"admin/datasourceconnections"}},{id:"admin.devtools.EntityParameter",label:"ENTITY_PARAMETER_PLURAL",icon:"p",action:"NAVIGATION",actionPayload:{path:"admin/entityparameters"}},{id:"admin.devtools.DataQuery",label:"DATA_QUERY_PLURAL",icon:"file-code",action:"NAVIGATION",actionPayload:{path:"admin/dataqueries"}},{id:"admin.devtools.ExcelUploaderHeader",label:"EXCEL_UPLOADER_HEADER_PLURAL",icon:"file-excel",action:"NAVIGATION",actionPayload:{path:"admin/exceluploaderheaders"}},{id:"admin.devtools.Report",label:"REPORT_PLURAL",icon:"file",action:"NAVIGATION",actionPayload:{path:"admin/reports"}},{id:"admin.devtools.WorkflowDocument",label:"WORKFLOW_DOCUMENT_PLURAL",icon:"chart-diagram",action:"NAVIGATION",actionPayload:{path:"admin/workflowdocuments"}},{id:"admin.devtools.BluePrint",label:"BLUE_PRINT_PLURAL",icon:"fingerprint",action:"NAVIGATION",actionPayload:{path:"admin/blueprints"}},{id:"admin.devtools.Widget",label:"WIDGET_PLURAL",icon:"chart-pie",action:"NAVIGATION",actionPayload:{path:"admin/widgets"}},{id:"admin.devtools.Dashboard",label:"DASHBOARD_PLURAL",icon:"square-poll-vertical",action:"NAVIGATION",actionPayload:{path:"admin/dashboards"}},{id:"admin.devtools.MailTemplate",label:"MAIL_TEMPLATE_PLURAL",icon:"envelope",action:"NAVIGATION",actionPayload:{path:"admin/mailtemplates"}},{id:"admin.devtools.Notification",label:"NOTIFICATION_PLURAL",icon:"bell",action:"NAVIGATION",actionPayload:{path:"admin/notifications"}}]},{id:"admin.followup",label:"SYSTEM_MONITORING",icon:"tv",children:[{id:"admin.WorkflowDocumentMailLog",label:"WORKFLOW_DOCUMENT_MAIL_LOG_PLURAL",icon:"envelopes-bulk",action:"NAVIGATION",actionPayload:{path:"admin/workflowdocumentmaillogs"}},{id:"admin.MailNotificationQueue",label:"MAIL_NOTIFICATION_QUEUE_PLURAL",icon:"envelope-open-text",action:"NAVIGATION",actionPayload:{path:"admin/mailnotificationqueues"}},{id:"admin.NotificationQueue",label:"NOTIFICATION_QUEUE_PLURAL",icon:"bell",action:"NAVIGATION",actionPayload:{path:"admin/notificationqueues"}}]},{id:"admin.Lookup",label:"LOOKUP_PLURAL",icon:"list-check",action:"NAVIGATION",actionPayload:{path:"admin/lookups"}}]}]];function jt(){return e(me,{sx:{width:6,height:6,borderRadius:"70%",bgcolor:"warning.main",display:"inline-block",verticalAlign:"middle",zIndex:1,mx:1}})}const Xt=j(Le)((({theme:e})=>({color:e.palette.grey[400],position:"relative",[`& .${Ne.groupTransition}`]:{marginLeft:e.spacing(2.5)},...e.applyStyles("light",{color:e.palette.grey[800]})}))),Jt=j(ye)((({theme:e})=>({flexDirection:"row-reverse",borderRadius:e.spacing(.7),marginBottom:e.spacing(.5),marginTop:e.spacing(.5),padding:e.spacing(.5),paddingRight:e.spacing(1),"&.Mui-expanded ":{"&:not(.Mui-focused, .Mui-selected, .Mui-selected.Mui-focused) .labelIcon":{color:e.palette.primary.dark,...e.applyStyles("light",{color:e.palette.primary.main})},"&::before":{content:'""',display:"block",position:"absolute",left:"16px",top:"44px",height:"calc(100% - 48px)",width:"1.5px",backgroundColor:e.palette.grey[700],...e.applyStyles("light",{backgroundColor:e.palette.grey[300]})}},"&:hover":{backgroundColor:X(e.palette.primary.main,.1),color:"white",...e.applyStyles("light",{color:e.palette.primary.main})},"&.Mui-focused, &.Mui-selected, &.Mui-selected.Mui-focused":{backgroundColor:e.palette.primary.dark,color:e.palette.primary.contrastText,...e.applyStyles("light",{backgroundColor:e.palette.primary.main})}}))),ei=Ae(Oe);function ti(t){const i=ue({to:{opacity:t.in?1:0,transform:`translate3d(0,${t.in?0:20}px,0)`}});return e(ei,{style:i,...t})}const ii=j(Ie)({color:"inherit",fontWeight:500});function oi({icon:i,expandable:o,children:a,...n}){const{t:d}=_e(),l=r((e=>e.AppLayout));return t(Ue,{...n,sx:{display:"flex",alignItems:"center",padding:1},children:[e(oe,{style:{marginRight:"ltr"===l.appDirection?7:void 0,marginLeft:"rtl"===l.appDirection?7:void 0,fontSize:"1.2rem"},icon:i}),e(ii,{variant:"body2",sx:{fontSize:16},children:d(a)}),o&&e(jt,{})]})}const ri=e=>Array.isArray(e)?e.length>0&&e.some(ri):Boolean(e),ai=Q.forwardRef((function(i,o){const{id:r,itemId:a,label:n,disabled:d,children:l,...s}=i,{getRootProps:p,getContentProps:_,getIconContainerProps:E,getCheckboxProps:T,getLabelProps:c,getGroupTransitionProps:A,getDragAndDropOverlayProps:u,status:m,publicAPI:O}=Re({id:r,itemId:a,children:l,label:n,disabled:d,rootRef:o}),I=O.getItem(a),f=ri(l);return e(he,{itemId:a,children:t(Xt,{...p(s),children:[t(Jt,{..._({className:Qt("content",{"Mui-expanded":m.expanded,"Mui-selected":m.selected,"Mui-focused":m.focused,"Mui-disabled":m.disabled})}),children:[e(De,{...E(),children:e(Me,{status:m})}),e(Ce,{...T()}),e(oi,{...c({icon:I?.icon||"book",expandable:f&&m.expanded})}),e(Pe,{...u()})]}),l&&e(ti,{...A()})]})})}));function ni(){const t=be(),i=r((e=>e.AppLayout)),a=r((e=>e.AppInfo.value));o();const n=Ct(),{isUserAuthorized:d}=zt(),l=e=>e.filter((e=>void 0===e.authority||null==e.authority||d(e.authority))).map((e=>(e.children&&(e.children=l(e.children)),e))),s=[];a.enableAdministrationModule&&s.push(...$t),s.push(...a.businessNavigationItems);const p=l(s);return e(fe,{items:p,onItemClick:(e,i)=>{const o=Zt(i,s);"NAVIGATION"!==o?.action||null==o?.actionPayload||void 0!==o.children&&null!==o.children&&0!=o.children.length||t(o?.actionPayload?.path||"")},sx:{height:"fit-content",flexGrow:1,maxWidth:Ut,direction:i.appDirection,maxHeight:n?300:void 0,overflowY:"auto",overflowX:"auto"},slots:{item:ai}})}const di=()=>{const i=r((e=>e.AppInfo.value)),a=c(),n=r((e=>e.AppLayout)),d=o();return t(ce,{sx:{width:Ut,flexShrink:0,"& .MuiDrawer-paper":{width:Ut,boxSizing:"border-box"}},variant:"persistent",anchor:"ltr"===n.appDirection?"left":"right",open:n.sideBarOpened,children:[t(Vt,{children:[t(A,{sx:{width:"100%"},children:[e(T,{color:"primary",sx:{width:"100%",textAlign:"center",fontSize:18,fontWeight:"bold"},children:"System Content"}),t(A,{sx:{display:"flex",alignItems:"center",justifyContent:"space-around",marginTop:1},children:[e(T,{sx:{fontSize:12},color:"textDisabled",children:i.appName}),t(T,{sx:{fontSize:12},color:"textDisabled",children:["V.",i.appVersion]})]})]}),e(Te,{onClick:()=>{d(ht.toggleSideBarState())},children:"ltr"===a.direction?e(oe,{icon:"angle-left"}):e(oe,{icon:"angle-right"})})]}),e(Ee,{}),e(ni,{})]})},li=we({key:"muirtl",stylisPlugins:[We,Be]}),si=we({key:"mui"}),pi=i=>{const[o,r]=Z(!1),{t:a}=_e();return{ConfirmationWindow:()=>t(u,{open:o,children:[e(m,{children:i.title}),e(O,{children:e(I,{children:i.body})}),t(f,{children:[e(N,{variant:"contained",color:"primary",onClick:()=>{r(!1)},children:a("NO_LABEL")}),e(N,{variant:"contained",color:"error",onClick:()=>{i.onConfirmationCallBk(),r(!1)},autoFocus:!0,children:a("YES_LABEL")})]})]}),open:o,setOpen:r}},_i=o=>{const{t:r}=_e(),a=zt(),{ConfirmationWindow:n,setOpen:d}=pi({body:r(o?.confirmationMessage||"ACTION_CONFIRMATION"),title:r("CONFIRMATION"),onConfirmationCallBk:async()=>{await(o?.actionFn(o.recordsToProcessActionOn,o.recordIdsToProcessActionOn)),o?.reloadData&&o.reloadData()}});let l=!0;if(o.authority&&(l=a.isUserAuthorized(o.authority)),l)return t(i,{children:[e(n,{}),t(N,{onClick:async()=>{if(o?.recordsToProcessActionOn&&o?.recordsToProcessActionOn.length>0){if(o?.preActionValidation)for(const e of o.recordsToProcessActionOn)if(!o.preActionValidation(e))return;!0===o?.isConfirmationRequired?d(!0):(await o.actionFn(o.recordsToProcessActionOn,o.recordIdsToProcessActionOn),o?.reloadData&&o.reloadData())}else ne.error(r("AT_LEAST_ONE_RECORD_SELECTED_MESSAGE"))},variant:o?.label?"outlined":o?.formActionProps?.actionButtonVariant?o.formActionProps.actionButtonVariant:"text",size:"small",color:o?.formActionProps?.actionButtonColor||"primary",children:[o?.icon?e(oe,{style:{marginRight:5,marginLeft:5},icon:o.icon}):e(i,{}),o?.label?r(o.label):e(i,{})]})]})},Ei="YYYY-MM-DD",Ti="YYYY-MM-DD HH:mm:ss",ci="#37505C",Ai="#ff6d00",ui="#ea690e",mi="#74776B",Oi=t=>{const{t:o}=_e();return e(tt,{dateAdapter:rt,children:e(it,{value:null!=t.value&&void 0!==t.value&&""!==t.value?et(t.value,t?.format||Ei):null,sx:t.sx,label:o(t.label),format:t?.format||Ei,disabled:t.disabled,onChange:e=>{let i=null;null!=e&&e.isValid()&&(i=e.format(t?.format||Ei)),void 0!==t.onChangeCallBack&&null!=t.onChangeCallBack&&t.onChangeCallBack(i)},slotProps:{textField:{InputLabelProps:{shrink:!0},variant:"outlined",required:t.required,error:void 0!==t.errorMessage&&null!=t.errorMessage,helperText:void 0!==t.errorMessage&&null!=t.errorMessage?e(i,{children:o(t.errorMessage)}):e(i,{})}}})})},Ii=t=>{const{t:o}=_e();return e(tt,{dateAdapter:rt,children:e(ot,{value:null!=t.value&&void 0!==t.value&&""!==t.value?et(t.value,t?.format||Ti):null,label:o(t.label),sx:t.sx,format:t?.format||Ti,disabled:t.disabled,onChange:e=>{let i=null;null!=e&&e.isValid()&&(i=e.format(t?.format||Ti)),void 0!==t.onChangeCallBack&&null!=t.onChangeCallBack&&t.onChangeCallBack(i)},slotProps:{textField:{variant:"outlined",required:t.required,error:void 0!==t.errorMessage&&null!=t.errorMessage,helperText:void 0!==t.errorMessage&&null!=t.errorMessage?e(i,{children:o(t.errorMessage)}):e(i,{})}}})})},fi=t=>{const i=r((e=>e.AppLayout)),{t:o}=_e();return e(R,{sx:t.sx,value:(e=>{for(let i of t.options)if(i[t.valueField]==e)return i;return null})(t.value),options:t.options,disabled:t.disabled,onChange:(e,i)=>{if(void 0!==t.onChangeCallBack&&null!=t.onChangeCallBack)if(null!=i){let e=i[t.valueField];t.onChangeCallBack(e,i)}else t.onChangeCallBack(null,null)},clearOnBlur:!0,handleHomeEndKeys:!0,getOptionLabel:e=>null!=e?o(e[t.displayField]):"",renderOption:(i,r)=>e("li",{...i,children:null!=r?o(r[t.displayField]):""}),slots:{popper:t=>e(y,{...t,style:{...t.style,direction:i.appDirection}})},renderInput:i=>e(L,{...i,required:t.required||!1,variant:"outlined",InputLabelProps:{shrink:!0},label:o(t.label),error:null!=t.errorMessage&&void 0!==t.errorMessage,helperText:null!=t.errorMessage&&void 0!==t.errorMessage?o(t.errorMessage):""})})},Ni=t=>{const{t:i}=_e();return e(D,{sx:t.sx,disabled:t.disabled||!1,required:t.required||!1,control:e(C,{checked:t?.checkedValue==t.value||"true"===t.value||"1"==t.value,onChange:e=>{void 0!==t.onChangeCallBack&&null!=t.onChangeCallBack&&(e.target.checked?void 0!==t.checkedValue&&null!=t.checkedValue?t.onChangeCallBack(t.checkedValue):t.onChangeCallBack("true"):void 0!==t.unCheckedValue&&null!=t.unCheckedValue?t.onChangeCallBack(t.unCheckedValue):t.onChangeCallBack("false"))}}),label:i(t.label)})},Ri=t=>({...t,type:"string",renderEditCell:t=>e(Ii,{sx:{width:"100%"},label:"",value:t.value,onChangeCallBack:e=>{t.api.setEditCellValue({id:t.id,field:t.field,value:e})}}),valueParser:(e,t,i)=>{let o=null;return null!==e&&(o=et(e).format(Ti)),o},valueFormatter:(e,t,i)=>t[i.field]}),Li=t=>({...t,type:"custom",valueGetter:e=>e?e+"":e,renderCell:t=>{let i=null;try{i=t.colDef.options.find((e=>e[t.colDef.valueField]==t.value))}catch(e){}return e("div",{children:null!=i?i[t.colDef.displayField]:t.value})},renderEditCell:i=>e(fi,{...i,sx:{width:"100%"},options:t.options,valueField:t.valueField,displayField:t.displayField,onChangeCallBack:(e,t)=>{null===e&&i.api.setEditCellValue({id:i.id,field:i.field,value:null}),i.api.setEditCellValue({id:i.id,field:i.field,value:e+""})}})}),yi=t=>({...t,type:"custom",valueGetter:e=>null==e||null==e?null:e+"",renderCell:i=>{const o=i?.value;return o===t.checkedValue||"true"===o||1===o||!0===o?e(oe,{icon:"check",color:"green"}):e(oe,{icon:"xmark",color:"red"})},renderEditCell:i=>e(Ni,{...i,checkedValue:t?.checkedValue||"true",unCheckedValue:t?.unCheckedValue||"false",onChangeCallBack:e=>{i.api.setEditCellValue({id:i.id,field:i.field,value:e+""})}})}),Di=e=>{const t=[];if("field"===e.type&&"props"===e.mode&&e?.props)t.push(e.props);else if("group"===e.type&&e?.props&&e?.props?.elements)for(const i of e.props.elements)t.push(...Di(i));return t},Ci=e=>{const t=[];for(const i of e)t.push(...Di(i));return t},Ui=e=>{const t={};for(const i of e)if(i?.fieldName){const e=i.fieldName;"number"===i.fieldType?t[e]=!0===i?.required?at.number({required_error:"This field is required",invalid_type_error:"This field must be a number"}):at.number().optional().nullable():t[e]=!0===i?.required?at.string({message:"This field is required"}).min(1,"This field is required"):at.string().optional().nullable()}return t},Mi=p(Fe)({display:"grid",alignItems:"center"}),hi=p(ke)((({theme:e,ownerState:t})=>({gridArea:"1 / 1",width:"min-content",height:"min-content",zIndex:1,opacity:t.expanded?0:1,pointerEvents:t.expanded?"none":"auto",transition:e.transitions.create(["opacity"])}))),Pi=p(L)((({theme:e,ownerState:t})=>({gridArea:"1 / 1",overflowX:"clip",width:t.expanded?260:"var(--trigger-width)",opacity:t.expanded?1:0,transition:e.transitions.create(["width","opacity"])}))),bi=o=>{const{t:r}=_e(),a=zt(),n=!o?.templateProps?.editAction?.authority||a.isUserAuthorized(o.templateProps.editAction.authority),d=((e,t,i)=>{const o=[],r=[];if("exclude"===e.type&&0===e.ids.size)for(const e of t)o.push(e),r.push(e[i]);else if(e?.ids)for(const a of e.ids){const e=t.find((e=>e[i]===a));o.push(e),r.push(a)}return{selectedRecords:o,selectedRecordIds:r}})(o?.templateProps?.rowSelectionModel||{ids:new Set,type:"include"},o?.templateProps?.data||[],o?.templateProps?.keyColumnName||"id");return t(Ge,{children:[n&&"none"!=o?.templateProps?.editMode?.editMode?t(N,{onClick:o?.handleCreateNewRecord,children:[e(oe,{icon:"add",style:{marginRight:5,marginLeft:5}}),r("ADD_BTN_LABEL")]}):e(i,{}),o?.templateProps?.rowActions?o.templateProps.rowActions.map((t=>!0===t?.gridActionProps?.multiRecord?e(_i,{...t,reloadData:async()=>{o.templateProps.apiActions.reloadData(o?.templateProps?.gridLoadParametersValues)},recordIdsToProcessActionOn:d.selectedRecordIds,recordsToProcessActionOn:d.selectedRecords}):e(i,{}))):e(i,{}),e(A,{sx:{flex:1,mx:.5},children:o?.templateProps?.tBar}),e(U,{title:"Columns",children:e(Ye,{render:e(ke,{}),children:e(Ke,{fontSize:"small"})})}),e(U,{title:"Filters",children:e(qe,{render:(t,i)=>e(ke,{...t,color:"default",children:e(M,{badgeContent:i.filterCount,color:"primary",variant:"dot",children:e(Ve,{fontSize:"small"})})})})}),o?.templateProps?.gridStateKey?e(U,{title:r("RESET_GRID_STATE"),children:e(_,{onClick:o?.clearGridState,children:e(oe,{icon:"eraser"})})}):e(i,{}),e(h,{orientation:"vertical",variant:"middle",flexItem:!0,sx:{mx:.5}}),e(U,{title:r("EXPORT_EXECL_LABEL"),children:e(He,{render:e(P,{}),children:e(oe,{icon:"file-excel",color:"green"})})}),t(Mi,{children:[e(Qe,{render:(t,i)=>e(U,{title:r("SEARCH_BTN_LABEL"),enterDelay:0,children:e(hi,{...t,ownerState:{expanded:i.expanded},color:"default","aria-disabled":i.expanded,children:e(oe,{icon:"search"})})})}),e(ze,{render:({ref:t,...i},o)=>e(Pi,{...i,ownerState:{expanded:o.expanded},inputRef:t,"aria-label":"Search",placeholder:`${r("SEARCH_BTN_LABEL")}...`,size:"small",slotProps:{input:{startAdornment:e(b,{position:"start",children:e(oe,{icon:"search"})}),endAdornment:o.value?e(b,{position:"end",children:e(Ze,{edge:"end",size:"small","aria-label":"Clear search",children:e(oe,{icon:"xmark"})})}):null,...i.slotProps?.input},...i.slotProps}})})]}),e(_,{onClick:()=>{o.templateProps.apiActions.reloadData(o?.templateProps?.gridLoadParametersValues)},children:e(oe,{icon:"refresh"})})]})};function Si(e){return/^\d+$/.test(e)}function gi(e){return"number"==typeof e&&!isNaN(e)}function vi(e){return"string"==typeof e&&""!==e.trim()&&!isNaN(Number(e))}function xi(e){return e?e.charAt(0).toUpperCase()+e.slice(1):""}const Bi=o=>{const{t:r}=_e(),a=zt(),{ConfirmationWindow:n,setOpen:d}=pi({body:r(o?.confirmationMessage||"ACTION_CONFIRMATION"),title:r("CONFIRMATION"),onConfirmationCallBk:async()=>{await(o?.actionFn(o.record)),o?.reloadData&&o.reloadData()}});let l=!0;o.authority&&(l=a.isUserAuthorized(o.authority));let s={};o?.getActionIconStyleForRecord&&(s=o.getActionIconStyleForRecord(o.record));let p=!0;o?.isActionVisibleForRecord&&(p=o?.isActionVisibleForRecord(o.record));let _=!1;if(o?.isActionDisabledForRecord&&(_=o.isActionDisabledForRecord(o.record)),l&&p)return t(i,{children:[e(n,{}),e($e,{disabled:_,icon:e(U,{title:o?.label?r(o.label):"",children:e(oe,{icon:o.icon,style:{...s,color:_?"gray":null!=s?.color?s.color:void 0}})}),showInMenu:o?.gridActionProps?.showInMenu||!1,label:"",className:"textPrimary",color:"inherit",onClick:async()=>{if(!_){if(o?.preActionValidation&&!o.preActionValidation(o.record))return;!0===o?.isConfirmationRequired?d(!0):(await o.actionFn(o.record),o?.reloadData&&o.reloadData())}}})]})};function Wi(e,...t){const i=new URL(`https://mui.com/production-error/?code=${e}`);return t.forEach((e=>i.searchParams.append("args[]",e))),`Minified MUI error #${e}; visit ${i} for the full message.`}function wi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Fi,ki={exports:{}},Gi={exports:{}},Yi={};var Ki,qi,Vi,Hi,Qi,zi,Zi,$i,ji,Xi,Ji,eo,to,io,oo,ro={};
2
2
  /** @license React v16.13.1
3
3
  * react-is.development.js
4
4
  *
@@ -6,12 +6,12 @@ import{jsx as e,jsxs as t,Fragment as i}from"react/jsx-runtime";import{useDispat
6
6
  *
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
9
- */function po(){return zi||(zi=1,"production"===process.env.NODE_ENV?Vi.exports=function(){if(qi)return Hi;qi=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,i=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,r=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,n=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,s=e?Symbol.for("react.concurrent_mode"):60111,p=e?Symbol.for("react.forward_ref"):60112,_=e?Symbol.for("react.suspense"):60113,E=e?Symbol.for("react.suspense_list"):60120,T=e?Symbol.for("react.memo"):60115,c=e?Symbol.for("react.lazy"):60116,A=e?Symbol.for("react.block"):60121,u=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,O=e?Symbol.for("react.scope"):60119;function I(e){if("object"==typeof e&&null!==e){var E=e.$$typeof;switch(E){case t:switch(e=e.type){case l:case s:case o:case a:case r:case _:return e;default:switch(e=e&&e.$$typeof){case d:case p:case c:case T:case n:return e;default:return E}}case i:return E}}}function f(e){return I(e)===s}return Hi.AsyncMode=l,Hi.ConcurrentMode=s,Hi.ContextConsumer=d,Hi.ContextProvider=n,Hi.Element=t,Hi.ForwardRef=p,Hi.Fragment=o,Hi.Lazy=c,Hi.Memo=T,Hi.Portal=i,Hi.Profiler=a,Hi.StrictMode=r,Hi.Suspense=_,Hi.isAsyncMode=function(e){return f(e)||I(e)===l},Hi.isConcurrentMode=f,Hi.isContextConsumer=function(e){return I(e)===d},Hi.isContextProvider=function(e){return I(e)===n},Hi.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Hi.isForwardRef=function(e){return I(e)===p},Hi.isFragment=function(e){return I(e)===o},Hi.isLazy=function(e){return I(e)===c},Hi.isMemo=function(e){return I(e)===T},Hi.isPortal=function(e){return I(e)===i},Hi.isProfiler=function(e){return I(e)===a},Hi.isStrictMode=function(e){return I(e)===r},Hi.isSuspense=function(e){return I(e)===_},Hi.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===s||e===a||e===r||e===_||e===E||"object"==typeof e&&null!==e&&(e.$$typeof===c||e.$$typeof===T||e.$$typeof===n||e.$$typeof===d||e.$$typeof===p||e.$$typeof===u||e.$$typeof===m||e.$$typeof===O||e.$$typeof===A)},Hi.typeOf=I,Hi}():Vi.exports=(Qi||(Qi=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,i=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,r=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,n=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,s=e?Symbol.for("react.concurrent_mode"):60111,p=e?Symbol.for("react.forward_ref"):60112,_=e?Symbol.for("react.suspense"):60113,E=e?Symbol.for("react.suspense_list"):60120,T=e?Symbol.for("react.memo"):60115,c=e?Symbol.for("react.lazy"):60116,A=e?Symbol.for("react.block"):60121,u=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,O=e?Symbol.for("react.scope"):60119;function I(e){if("object"==typeof e&&null!==e){var E=e.$$typeof;switch(E){case t:var A=e.type;switch(A){case l:case s:case o:case a:case r:case _:return A;default:var u=A&&A.$$typeof;switch(u){case d:case p:case c:case T:case n:return u;default:return E}}case i:return E}}}var f=l,N=s,R=d,L=n,y=t,D=p,C=o,U=c,M=T,h=i,P=a,b=r,S=_,g=!1;function v(e){return I(e)===s}so.AsyncMode=f,so.ConcurrentMode=N,so.ContextConsumer=R,so.ContextProvider=L,so.Element=y,so.ForwardRef=D,so.Fragment=C,so.Lazy=U,so.Memo=M,so.Portal=h,so.Profiler=P,so.StrictMode=b,so.Suspense=S,so.isAsyncMode=function(e){return g||(g=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),v(e)||I(e)===l},so.isConcurrentMode=v,so.isContextConsumer=function(e){return I(e)===d},so.isContextProvider=function(e){return I(e)===n},so.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},so.isForwardRef=function(e){return I(e)===p},so.isFragment=function(e){return I(e)===o},so.isLazy=function(e){return I(e)===c},so.isMemo=function(e){return I(e)===T},so.isPortal=function(e){return I(e)===i},so.isProfiler=function(e){return I(e)===a},so.isStrictMode=function(e){return I(e)===r},so.isSuspense=function(e){return I(e)===_},so.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===s||e===a||e===r||e===_||e===E||"object"==typeof e&&null!==e&&(e.$$typeof===c||e.$$typeof===T||e.$$typeof===n||e.$$typeof===d||e.$$typeof===p||e.$$typeof===u||e.$$typeof===m||e.$$typeof===O||e.$$typeof===A)},so.typeOf=I}()),so)),Vi.exports}
9
+ */function ao(){return qi||(qi=1,"production"===process.env.NODE_ENV?Gi.exports=function(){if(Fi)return Yi;Fi=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,i=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,r=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,n=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,s=e?Symbol.for("react.concurrent_mode"):60111,p=e?Symbol.for("react.forward_ref"):60112,_=e?Symbol.for("react.suspense"):60113,E=e?Symbol.for("react.suspense_list"):60120,T=e?Symbol.for("react.memo"):60115,c=e?Symbol.for("react.lazy"):60116,A=e?Symbol.for("react.block"):60121,u=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,O=e?Symbol.for("react.scope"):60119;function I(e){if("object"==typeof e&&null!==e){var E=e.$$typeof;switch(E){case t:switch(e=e.type){case l:case s:case o:case a:case r:case _:return e;default:switch(e=e&&e.$$typeof){case d:case p:case c:case T:case n:return e;default:return E}}case i:return E}}}function f(e){return I(e)===s}return Yi.AsyncMode=l,Yi.ConcurrentMode=s,Yi.ContextConsumer=d,Yi.ContextProvider=n,Yi.Element=t,Yi.ForwardRef=p,Yi.Fragment=o,Yi.Lazy=c,Yi.Memo=T,Yi.Portal=i,Yi.Profiler=a,Yi.StrictMode=r,Yi.Suspense=_,Yi.isAsyncMode=function(e){return f(e)||I(e)===l},Yi.isConcurrentMode=f,Yi.isContextConsumer=function(e){return I(e)===d},Yi.isContextProvider=function(e){return I(e)===n},Yi.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Yi.isForwardRef=function(e){return I(e)===p},Yi.isFragment=function(e){return I(e)===o},Yi.isLazy=function(e){return I(e)===c},Yi.isMemo=function(e){return I(e)===T},Yi.isPortal=function(e){return I(e)===i},Yi.isProfiler=function(e){return I(e)===a},Yi.isStrictMode=function(e){return I(e)===r},Yi.isSuspense=function(e){return I(e)===_},Yi.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===s||e===a||e===r||e===_||e===E||"object"==typeof e&&null!==e&&(e.$$typeof===c||e.$$typeof===T||e.$$typeof===n||e.$$typeof===d||e.$$typeof===p||e.$$typeof===u||e.$$typeof===m||e.$$typeof===O||e.$$typeof===A)},Yi.typeOf=I,Yi}():Gi.exports=(Ki||(Ki=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,i=e?Symbol.for("react.portal"):60106,o=e?Symbol.for("react.fragment"):60107,r=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,n=e?Symbol.for("react.provider"):60109,d=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,s=e?Symbol.for("react.concurrent_mode"):60111,p=e?Symbol.for("react.forward_ref"):60112,_=e?Symbol.for("react.suspense"):60113,E=e?Symbol.for("react.suspense_list"):60120,T=e?Symbol.for("react.memo"):60115,c=e?Symbol.for("react.lazy"):60116,A=e?Symbol.for("react.block"):60121,u=e?Symbol.for("react.fundamental"):60117,m=e?Symbol.for("react.responder"):60118,O=e?Symbol.for("react.scope"):60119;function I(e){if("object"==typeof e&&null!==e){var E=e.$$typeof;switch(E){case t:var A=e.type;switch(A){case l:case s:case o:case a:case r:case _:return A;default:var u=A&&A.$$typeof;switch(u){case d:case p:case c:case T:case n:return u;default:return E}}case i:return E}}}var f=l,N=s,R=d,L=n,y=t,D=p,C=o,U=c,M=T,h=i,P=a,b=r,S=_,g=!1;function v(e){return I(e)===s}ro.AsyncMode=f,ro.ConcurrentMode=N,ro.ContextConsumer=R,ro.ContextProvider=L,ro.Element=y,ro.ForwardRef=D,ro.Fragment=C,ro.Lazy=U,ro.Memo=M,ro.Portal=h,ro.Profiler=P,ro.StrictMode=b,ro.Suspense=S,ro.isAsyncMode=function(e){return g||(g=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),v(e)||I(e)===l},ro.isConcurrentMode=v,ro.isContextConsumer=function(e){return I(e)===d},ro.isContextProvider=function(e){return I(e)===n},ro.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},ro.isForwardRef=function(e){return I(e)===p},ro.isFragment=function(e){return I(e)===o},ro.isLazy=function(e){return I(e)===c},ro.isMemo=function(e){return I(e)===T},ro.isPortal=function(e){return I(e)===i},ro.isProfiler=function(e){return I(e)===a},ro.isStrictMode=function(e){return I(e)===r},ro.isSuspense=function(e){return I(e)===_},ro.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===s||e===a||e===r||e===_||e===E||"object"==typeof e&&null!==e&&(e.$$typeof===c||e.$$typeof===T||e.$$typeof===n||e.$$typeof===d||e.$$typeof===p||e.$$typeof===u||e.$$typeof===m||e.$$typeof===O||e.$$typeof===A)},ro.typeOf=I}()),ro)),Gi.exports}
10
10
  /*
11
11
  object-assign
12
12
  (c) Sindre Sorhus
13
13
  @license MIT
14
- */function _o(){if($i)return Zi;$i=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;return Zi=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},i=0;i<10;i++)t["_"+String.fromCharCode(i)]=i;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(o,r){for(var a,n,d=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(o),l=1;l<arguments.length;l++){for(var s in a=Object(arguments[l]))t.call(a,s)&&(d[s]=a[s]);if(e){n=e(a);for(var p=0;p<n.length;p++)i.call(a,n[p])&&(d[n[p]]=a[n[p]])}}return d},Zi}function Eo(){if(Xi)return ji;Xi=1;return ji="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function To(){return eo?Ji:(eo=1,Ji=Function.call.bind(Object.prototype.hasOwnProperty))}function co(){if(io)return to;io=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=Eo(),i={},o=To();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function r(r,a,n,d,l){if("production"!==process.env.NODE_ENV)for(var s in r)if(o(r,s)){var p;try{if("function"!=typeof r[s]){var _=Error((d||"React class")+": "+n+" type `"+s+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof r[s]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw _.name="Invariant Violation",_}p=r[s](a,s,d,n,null,t)}catch(e){p=e}if(!p||p instanceof Error||e((d||"React class")+": type specification of "+n+" `"+s+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof p+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),p instanceof Error&&!(p.message in i)){i[p.message]=!0;var E=l?l():"";e("Failed "+n+" type: "+p.message+(null!=E?E:""))}}}return r.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(i={})},to=r}function Ao(){if(ro)return oo;ro=1;var e=po(),t=_o(),i=Eo(),o=To(),r=co(),a=function(){};function n(){return null}return"production"!==process.env.NODE_ENV&&(a=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),oo=function(d,l){var s="function"==typeof Symbol&&Symbol.iterator;var p="<<anonymous>>",_={array:A("array"),bigint:A("bigint"),bool:A("boolean"),func:A("function"),number:A("number"),object:A("object"),string:A("string"),symbol:A("symbol"),any:c(n),arrayOf:function(e){return c((function(t,o,r,a,n){if("function"!=typeof e)return new T("Property `"+n+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var d=t[o];if(!Array.isArray(d))return new T("Invalid "+a+" `"+n+"` of type `"+O(d)+"` supplied to `"+r+"`, expected an array.");for(var l=0;l<d.length;l++){var s=e(d,l,r,a,n+"["+l+"]",i);if(s instanceof Error)return s}return null}))},element:c((function(e,t,i,o,r){var a=e[t];return d(a)?null:new T("Invalid "+o+" `"+r+"` of type `"+O(a)+"` supplied to `"+i+"`, expected a single ReactElement.")})),elementType:c((function(t,i,o,r,a){var n=t[i];return e.isValidElementType(n)?null:new T("Invalid "+r+" `"+a+"` of type `"+O(n)+"` supplied to `"+o+"`, expected a single ReactElement type.")})),instanceOf:function(e){return c((function(t,i,o,r,a){if(!(t[i]instanceof e)){var n=e.name||p;return new T("Invalid "+r+" `"+a+"` of type `"+(((d=t[i]).constructor&&d.constructor.name?d.constructor.name:p)+"` supplied to `")+o+"`, expected instance of `"+n+"`.")}var d;return null}))},node:c((function(e,t,i,o,r){return m(e[t])?null:new T("Invalid "+o+" `"+r+"` supplied to `"+i+"`, expected a ReactNode.")})),objectOf:function(e){return c((function(t,r,a,n,d){if("function"!=typeof e)return new T("Property `"+d+"` of component `"+a+"` has invalid PropType notation inside objectOf.");var l=t[r],s=O(l);if("object"!==s)return new T("Invalid "+n+" `"+d+"` of type `"+s+"` supplied to `"+a+"`, expected an object.");for(var p in l)if(o(l,p)){var _=e(l,p,a,n,d+"."+p,i);if(_ instanceof Error)return _}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),n;return c((function(t,i,o,r,a){for(var n=t[i],d=0;d<e.length;d++)if(E(n,e[d]))return null;var l=JSON.stringify(e,(function(e,t){return"symbol"===I(t)?String(t):t}));return new T("Invalid "+r+" `"+a+"` of value `"+String(n)+"` supplied to `"+o+"`, expected one of "+l+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a("Invalid argument supplied to oneOfType, expected an instance of array."),n;for(var t=0;t<e.length;t++){var r=e[t];if("function"!=typeof r)return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+f(r)+" at index "+t+"."),n}return c((function(t,r,a,n,d){for(var l=[],s=0;s<e.length;s++){var p=(0,e[s])(t,r,a,n,d,i);if(null==p)return null;p.data&&o(p.data,"expectedType")&&l.push(p.data.expectedType)}return new T("Invalid "+n+" `"+d+"` supplied to `"+a+"`"+(l.length>0?", expected one of type ["+l.join(", ")+"]":"")+".")}))},shape:function(e){return c((function(t,o,r,a,n){var d=t[o],l=O(d);if("object"!==l)return new T("Invalid "+a+" `"+n+"` of type `"+l+"` supplied to `"+r+"`, expected `object`.");for(var s in e){var p=e[s];if("function"!=typeof p)return u(r,a,n,s,I(p));var _=p(d,s,r,a,n+"."+s,i);if(_)return _}return null}))},exact:function(e){return c((function(r,a,n,d,l){var s=r[a],p=O(s);if("object"!==p)return new T("Invalid "+d+" `"+l+"` of type `"+p+"` supplied to `"+n+"`, expected `object`.");var _=t({},r[a],e);for(var E in _){var c=e[E];if(o(e,E)&&"function"!=typeof c)return u(n,d,l,E,I(c));if(!c)return new T("Invalid "+d+" `"+l+"` key `"+E+"` supplied to `"+n+"`.\nBad object: "+JSON.stringify(r[a],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var A=c(s,E,n,d,l+"."+E,i);if(A)return A}return null}))}};function E(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function T(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function c(e){if("production"!==process.env.NODE_ENV)var t={},o=0;function r(r,n,d,s,_,E,c){if(s=s||p,E=E||d,c!==i){if(l){var A=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw A.name="Invariant Violation",A}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var u=s+":"+d;!t[u]&&o<3&&(a("You are manually calling a React.PropTypes validation function for the `"+E+"` prop on `"+s+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[u]=!0,o++)}}return null==n[d]?r?null===n[d]?new T("The "+_+" `"+E+"` is marked as required in `"+s+"`, but its value is `null`."):new T("The "+_+" `"+E+"` is marked as required in `"+s+"`, but its value is `undefined`."):null:e(n,d,s,_,E)}var n=r.bind(null,!1);return n.isRequired=r.bind(null,!0),n}function A(e){return c((function(t,i,o,r,a,n){var d=t[i];return O(d)!==e?new T("Invalid "+r+" `"+a+"` of type `"+I(d)+"` supplied to `"+o+"`, expected `"+e+"`.",{expectedType:e}):null}))}function u(e,t,i,o,r){return new T((e||"React class")+": "+t+" type `"+i+"."+o+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+r+"`.")}function m(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(m);if(null===e||d(e))return!0;var t=function(e){var t=e&&(s&&e[s]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var i,o=t.call(e);if(t!==e.entries){for(;!(i=o.next()).done;)if(!m(i.value))return!1}else for(;!(i=o.next()).done;){var r=i.value;if(r&&!m(r[1]))return!1}return!0;default:return!1}}function O(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function I(e){if(null==e)return""+e;var t=O(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function f(e){var t=I(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return T.prototype=Error.prototype,_.checkPropTypes=r,_.resetWarningCache=r.resetWarningCache,_.PropTypes=_,_},oo}function uo(){if(no)return ao;no=1;var e=Eo();function t(){}function i(){}return i.resetWarningCache=t,ao=function(){function o(t,i,o,r,a,n){if(n!==e){var d=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw d.name="Invariant Violation",d}}function r(){return o}o.isRequired=o;var a={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:r,element:o,elementType:o,instanceOf:r,node:o,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:i,resetWarningCache:t};return a.PropTypes=a,a}}function mo(){if(lo)return Ki.exports;if(lo=1,"production"!==process.env.NODE_ENV){var e=po();Ki.exports=Ao()(e.isElement,true)}else Ki.exports=uo()();return Ki.exports}var Oo=Yi(mo());var Io,fo={exports:{}},No={};function Ro(){if(Io)return No;Io=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),n=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),s=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),_=Symbol.for("react.lazy"),E=Symbol.for("react.view_transition"),T=Symbol.for("react.client.reference");function c(T){if("object"==typeof T&&null!==T){var c=T.$$typeof;switch(c){case e:switch(T=T.type){case i:case r:case o:case l:case s:case E:return T;default:switch(T=T&&T.$$typeof){case n:case d:case _:case p:case a:return T;default:return c}}case t:return c}}}return No.ContextConsumer=a,No.ContextProvider=n,No.Element=e,No.ForwardRef=d,No.Fragment=i,No.Lazy=_,No.Memo=p,No.Portal=t,No.Profiler=r,No.StrictMode=o,No.Suspense=l,No.SuspenseList=s,No.isContextConsumer=function(e){return c(e)===a},No.isContextProvider=function(e){return c(e)===n},No.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===e},No.isForwardRef=function(e){return c(e)===d},No.isFragment=function(e){return c(e)===i},No.isLazy=function(e){return c(e)===_},No.isMemo=function(e){return c(e)===p},No.isPortal=function(e){return c(e)===t},No.isProfiler=function(e){return c(e)===r},No.isStrictMode=function(e){return c(e)===o},No.isSuspense=function(e){return c(e)===l},No.isSuspenseList=function(e){return c(e)===s},No.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===r||e===o||e===l||e===s||"object"==typeof e&&null!==e&&(e.$$typeof===_||e.$$typeof===p||e.$$typeof===n||e.$$typeof===a||e.$$typeof===d||e.$$typeof===T||void 0!==e.getModuleId)},No.typeOf=c,No}var Lo,yo,Do={};
14
+ */function no(){if(Hi)return Vi;Hi=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,i=Object.prototype.propertyIsEnumerable;return Vi=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},i=0;i<10;i++)t["_"+String.fromCharCode(i)]=i;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach((function(e){o[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}()?Object.assign:function(o,r){for(var a,n,d=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(o),l=1;l<arguments.length;l++){for(var s in a=Object(arguments[l]))t.call(a,s)&&(d[s]=a[s]);if(e){n=e(a);for(var p=0;p<n.length;p++)i.call(a,n[p])&&(d[n[p]]=a[n[p]])}}return d},Vi}function lo(){if(zi)return Qi;zi=1;return Qi="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function so(){return $i?Zi:($i=1,Zi=Function.call.bind(Object.prototype.hasOwnProperty))}function po(){if(Xi)return ji;Xi=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=lo(),i={},o=so();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function r(r,a,n,d,l){if("production"!==process.env.NODE_ENV)for(var s in r)if(o(r,s)){var p;try{if("function"!=typeof r[s]){var _=Error((d||"React class")+": "+n+" type `"+s+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof r[s]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw _.name="Invariant Violation",_}p=r[s](a,s,d,n,null,t)}catch(e){p=e}if(!p||p instanceof Error||e((d||"React class")+": type specification of "+n+" `"+s+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof p+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),p instanceof Error&&!(p.message in i)){i[p.message]=!0;var E=l?l():"";e("Failed "+n+" type: "+p.message+(null!=E?E:""))}}}return r.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(i={})},ji=r}function _o(){if(eo)return Ji;eo=1;var e=ao(),t=no(),i=lo(),o=so(),r=po(),a=function(){};function n(){return null}return"production"!==process.env.NODE_ENV&&(a=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),Ji=function(d,l){var s="function"==typeof Symbol&&Symbol.iterator;var p="<<anonymous>>",_={array:A("array"),bigint:A("bigint"),bool:A("boolean"),func:A("function"),number:A("number"),object:A("object"),string:A("string"),symbol:A("symbol"),any:c(n),arrayOf:function(e){return c((function(t,o,r,a,n){if("function"!=typeof e)return new T("Property `"+n+"` of component `"+r+"` has invalid PropType notation inside arrayOf.");var d=t[o];if(!Array.isArray(d))return new T("Invalid "+a+" `"+n+"` of type `"+O(d)+"` supplied to `"+r+"`, expected an array.");for(var l=0;l<d.length;l++){var s=e(d,l,r,a,n+"["+l+"]",i);if(s instanceof Error)return s}return null}))},element:c((function(e,t,i,o,r){var a=e[t];return d(a)?null:new T("Invalid "+o+" `"+r+"` of type `"+O(a)+"` supplied to `"+i+"`, expected a single ReactElement.")})),elementType:c((function(t,i,o,r,a){var n=t[i];return e.isValidElementType(n)?null:new T("Invalid "+r+" `"+a+"` of type `"+O(n)+"` supplied to `"+o+"`, expected a single ReactElement type.")})),instanceOf:function(e){return c((function(t,i,o,r,a){if(!(t[i]instanceof e)){var n=e.name||p;return new T("Invalid "+r+" `"+a+"` of type `"+(((d=t[i]).constructor&&d.constructor.name?d.constructor.name:p)+"` supplied to `")+o+"`, expected instance of `"+n+"`.")}var d;return null}))},node:c((function(e,t,i,o,r){return m(e[t])?null:new T("Invalid "+o+" `"+r+"` supplied to `"+i+"`, expected a ReactNode.")})),objectOf:function(e){return c((function(t,r,a,n,d){if("function"!=typeof e)return new T("Property `"+d+"` of component `"+a+"` has invalid PropType notation inside objectOf.");var l=t[r],s=O(l);if("object"!==s)return new T("Invalid "+n+" `"+d+"` of type `"+s+"` supplied to `"+a+"`, expected an object.");for(var p in l)if(o(l,p)){var _=e(l,p,a,n,d+"."+p,i);if(_ instanceof Error)return _}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),n;return c((function(t,i,o,r,a){for(var n=t[i],d=0;d<e.length;d++)if(E(n,e[d]))return null;var l=JSON.stringify(e,(function(e,t){return"symbol"===I(t)?String(t):t}));return new T("Invalid "+r+" `"+a+"` of value `"+String(n)+"` supplied to `"+o+"`, expected one of "+l+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a("Invalid argument supplied to oneOfType, expected an instance of array."),n;for(var t=0;t<e.length;t++){var r=e[t];if("function"!=typeof r)return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+f(r)+" at index "+t+"."),n}return c((function(t,r,a,n,d){for(var l=[],s=0;s<e.length;s++){var p=(0,e[s])(t,r,a,n,d,i);if(null==p)return null;p.data&&o(p.data,"expectedType")&&l.push(p.data.expectedType)}return new T("Invalid "+n+" `"+d+"` supplied to `"+a+"`"+(l.length>0?", expected one of type ["+l.join(", ")+"]":"")+".")}))},shape:function(e){return c((function(t,o,r,a,n){var d=t[o],l=O(d);if("object"!==l)return new T("Invalid "+a+" `"+n+"` of type `"+l+"` supplied to `"+r+"`, expected `object`.");for(var s in e){var p=e[s];if("function"!=typeof p)return u(r,a,n,s,I(p));var _=p(d,s,r,a,n+"."+s,i);if(_)return _}return null}))},exact:function(e){return c((function(r,a,n,d,l){var s=r[a],p=O(s);if("object"!==p)return new T("Invalid "+d+" `"+l+"` of type `"+p+"` supplied to `"+n+"`, expected `object`.");var _=t({},r[a],e);for(var E in _){var c=e[E];if(o(e,E)&&"function"!=typeof c)return u(n,d,l,E,I(c));if(!c)return new T("Invalid "+d+" `"+l+"` key `"+E+"` supplied to `"+n+"`.\nBad object: "+JSON.stringify(r[a],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var A=c(s,E,n,d,l+"."+E,i);if(A)return A}return null}))}};function E(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function T(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function c(e){if("production"!==process.env.NODE_ENV)var t={},o=0;function r(r,n,d,s,_,E,c){if(s=s||p,E=E||d,c!==i){if(l){var A=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw A.name="Invariant Violation",A}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var u=s+":"+d;!t[u]&&o<3&&(a("You are manually calling a React.PropTypes validation function for the `"+E+"` prop on `"+s+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[u]=!0,o++)}}return null==n[d]?r?null===n[d]?new T("The "+_+" `"+E+"` is marked as required in `"+s+"`, but its value is `null`."):new T("The "+_+" `"+E+"` is marked as required in `"+s+"`, but its value is `undefined`."):null:e(n,d,s,_,E)}var n=r.bind(null,!1);return n.isRequired=r.bind(null,!0),n}function A(e){return c((function(t,i,o,r,a,n){var d=t[i];return O(d)!==e?new T("Invalid "+r+" `"+a+"` of type `"+I(d)+"` supplied to `"+o+"`, expected `"+e+"`.",{expectedType:e}):null}))}function u(e,t,i,o,r){return new T((e||"React class")+": "+t+" type `"+i+"."+o+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+r+"`.")}function m(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(m);if(null===e||d(e))return!0;var t=function(e){var t=e&&(s&&e[s]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var i,o=t.call(e);if(t!==e.entries){for(;!(i=o.next()).done;)if(!m(i.value))return!1}else for(;!(i=o.next()).done;){var r=i.value;if(r&&!m(r[1]))return!1}return!0;default:return!1}}function O(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function I(e){if(null==e)return""+e;var t=O(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function f(e){var t=I(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return T.prototype=Error.prototype,_.checkPropTypes=r,_.resetWarningCache=r.resetWarningCache,_.PropTypes=_,_},Ji}function Eo(){if(io)return to;io=1;var e=lo();function t(){}function i(){}return i.resetWarningCache=t,to=function(){function o(t,i,o,r,a,n){if(n!==e){var d=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw d.name="Invariant Violation",d}}function r(){return o}o.isRequired=o;var a={array:o,bigint:o,bool:o,func:o,number:o,object:o,string:o,symbol:o,any:o,arrayOf:r,element:o,elementType:o,instanceOf:r,node:o,objectOf:r,oneOf:r,oneOfType:r,shape:r,exact:r,checkPropTypes:i,resetWarningCache:t};return a.PropTypes=a,a}}function To(){if(oo)return ki.exports;if(oo=1,"production"!==process.env.NODE_ENV){var e=ao();ki.exports=_o()(e.isElement,true)}else ki.exports=Eo()();return ki.exports}var co=wi(To());var Ao,uo={exports:{}},mo={};function Oo(){if(Ao)return mo;Ao=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),r=Symbol.for("react.profiler"),a=Symbol.for("react.consumer"),n=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),s=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),_=Symbol.for("react.lazy"),E=Symbol.for("react.view_transition"),T=Symbol.for("react.client.reference");function c(T){if("object"==typeof T&&null!==T){var c=T.$$typeof;switch(c){case e:switch(T=T.type){case i:case r:case o:case l:case s:case E:return T;default:switch(T=T&&T.$$typeof){case n:case d:case _:case p:case a:return T;default:return c}}case t:return c}}}return mo.ContextConsumer=a,mo.ContextProvider=n,mo.Element=e,mo.ForwardRef=d,mo.Fragment=i,mo.Lazy=_,mo.Memo=p,mo.Portal=t,mo.Profiler=r,mo.StrictMode=o,mo.Suspense=l,mo.SuspenseList=s,mo.isContextConsumer=function(e){return c(e)===a},mo.isContextProvider=function(e){return c(e)===n},mo.isElement=function(t){return"object"==typeof t&&null!==t&&t.$$typeof===e},mo.isForwardRef=function(e){return c(e)===d},mo.isFragment=function(e){return c(e)===i},mo.isLazy=function(e){return c(e)===_},mo.isMemo=function(e){return c(e)===p},mo.isPortal=function(e){return c(e)===t},mo.isProfiler=function(e){return c(e)===r},mo.isStrictMode=function(e){return c(e)===o},mo.isSuspense=function(e){return c(e)===l},mo.isSuspenseList=function(e){return c(e)===s},mo.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===r||e===o||e===l||e===s||"object"==typeof e&&null!==e&&(e.$$typeof===_||e.$$typeof===p||e.$$typeof===n||e.$$typeof===a||e.$$typeof===d||e.$$typeof===T||void 0!==e.getModuleId)},mo.typeOf=c,mo}var Io,fo,No={};
15
15
  /**
16
16
  * @license React
17
17
  * react-is.development.js
@@ -20,7 +20,7 @@ object-assign
20
20
  *
21
21
  * This source code is licensed under the MIT license found in the
22
22
  * LICENSE file in the root directory of this source tree.
23
- */function Co(){return Lo||(Lo=1,"production"!==process.env.NODE_ENV&&function(){function e(e){if("object"==typeof e&&null!==e){var c=e.$$typeof;switch(c){case t:switch(e=e.type){case o:case a:case r:case s:case p:case T:return e;default:switch(e=e&&e.$$typeof){case d:case l:case E:case _:case n:return e;default:return c}}case i:return c}}}var t=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),n=Symbol.for("react.consumer"),d=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),s=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),_=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),T=Symbol.for("react.view_transition"),c=Symbol.for("react.client.reference");Do.ContextConsumer=n,Do.ContextProvider=d,Do.Element=t,Do.ForwardRef=l,Do.Fragment=o,Do.Lazy=E,Do.Memo=_,Do.Portal=i,Do.Profiler=a,Do.StrictMode=r,Do.Suspense=s,Do.SuspenseList=p,Do.isContextConsumer=function(t){return e(t)===n},Do.isContextProvider=function(t){return e(t)===d},Do.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Do.isForwardRef=function(t){return e(t)===l},Do.isFragment=function(t){return e(t)===o},Do.isLazy=function(t){return e(t)===E},Do.isMemo=function(t){return e(t)===_},Do.isPortal=function(t){return e(t)===i},Do.isProfiler=function(t){return e(t)===a},Do.isStrictMode=function(t){return e(t)===r},Do.isSuspense=function(t){return e(t)===s},Do.isSuspenseList=function(t){return e(t)===p},Do.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===r||e===s||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===E||e.$$typeof===_||e.$$typeof===d||e.$$typeof===n||e.$$typeof===l||e.$$typeof===c||void 0!==e.getModuleId)},Do.typeOf=e}()),Do}function Uo(){return yo||(yo=1,"production"===process.env.NODE_ENV?fo.exports=Ro():fo.exports=Co()),fo.exports}var Mo=Uo();function ho(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)}function Po(e){if(z.isValidElement(e)||Mo.isValidElementType(e)||!ho(e))return e;const t={};return Object.keys(e).forEach((i=>{t[i]=Po(e[i])})),t}function bo(e,t,i={clone:!0}){const o=i.clone?{...e}:e;return ho(e)&&ho(t)&&Object.keys(t).forEach((r=>{z.isValidElement(t[r])||Mo.isValidElementType(t[r])?o[r]=t[r]:ho(t[r])&&Object.prototype.hasOwnProperty.call(e,r)&&ho(e[r])?o[r]=bo(e[r],t[r],i):i.clone?o[r]=ho(t[r])?Po(t[r]):t[r]:o[r]=t[r]})),o}function So(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:i="px",step:o=5,...r}=e,a=(e=>{const t=Object.keys(e).map((t=>({key:t,val:e[t]})))||[];return t.sort(((e,t)=>e.val-t.val)),t.reduce(((e,t)=>({...e,[t.key]:t.val})),{})})(t),n=Object.keys(a);function d(e){return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${i})`}function l(e){return`@media (max-width:${("number"==typeof t[e]?t[e]:e)-o/100}${i})`}function s(e,r){const a=n.indexOf(r);return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${i}) and (max-width:${(-1!==a&&"number"==typeof t[n[a]]?t[n[a]]:r)-o/100}${i})`}return{keys:n,values:a,up:d,down:l,between:s,only:function(e){return n.indexOf(e)+1<n.length?s(e,n[n.indexOf(e)+1]):d(e)},not:function(e){const t=n.indexOf(e);return 0===t?d(n[1]):t===n.length-1?l(n[t]):s(e,n[n.indexOf(e)+1]).replace("@media","@media not all and")},unit:i,...r}}const go={borderRadius:4},vo="production"!==process.env.NODE_ENV?Oo.oneOfType([Oo.number,Oo.string,Oo.object,Oo.array]):{};function xo(e,t){return t?bo(e,t,{clone:!1}):e}const Bo={xs:0,sm:600,md:900,lg:1200,xl:1536},Wo={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${Bo[e]}px)`},wo={containerQueries:e=>({up:t=>{let i="number"==typeof t?t:Bo[t]||t;return"number"==typeof i&&(i=`${i}px`),e?`@container ${e} (min-width:${i})`:`@container (min-width:${i})`}})};function Fo(e,t,i){const o=e.theme||{};if(Array.isArray(t)){const e=o.breakpoints||Wo;return t.reduce(((o,r,a)=>(o[e.up(e.keys[a])]=i(t[a]),o)),{})}if("object"==typeof t){const e=o.breakpoints||Wo;return Object.keys(t).reduce(((r,a)=>{if(n=e.keys,"@"===(d=a)||d.startsWith("@")&&(n.some((e=>d.startsWith(`@${e}`)))||d.match(/^@\d/))){const e=function(e,t){const i=t.match(/^@([^/]+)?\/?(.+)?$/);if(!i){if("production"!==process.env.NODE_ENV)throw new Error("production"!==process.env.NODE_ENV?`MUI: The provided shorthand (${t}) is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\nFor example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:Gi(18,`(${t})`));return null}const[,o,r]=i,a=Number.isNaN(+o)?o||0:+o;return e.containerQueries(r).up(a)}(o.containerQueries?o:wo,a);e&&(r[e]=i(t[a],a))}else if(Object.keys(e.values||Bo).includes(a)){r[e.up(a)]=i(t[a],a)}else{const e=a;r[e]=t[e]}var n,d;return r}),{})}return i(t)}function ko(e){if("string"!=typeof e)throw new Error("production"!==process.env.NODE_ENV?"MUI: `capitalize(string)` expects a string argument.":Gi(7));return e.charAt(0).toUpperCase()+e.slice(1)}function Go(e,t,i=!0){if(!t||"string"!=typeof t)return null;if(e&&e.vars&&i){const i=`vars.${t}`.split(".").reduce(((e,t)=>e&&e[t]?e[t]:null),e);if(null!=i)return i}return t.split(".").reduce(((e,t)=>e&&null!=e[t]?e[t]:null),e)}function Yo(e,t,i,o=i){let r;return r="function"==typeof e?e(i):Array.isArray(e)?e[i]||o:Go(e,i)||o,t&&(r=t(r,o,e)),r}function qo(e){const{prop:t,cssProperty:i=e.prop,themeKey:o,transform:r}=e,a=e=>{if(null==e[t])return null;const a=e[t],n=Go(e.theme,o)||{};return Fo(e,a,(e=>{let o=Yo(n,r,e);return e===o&&"string"==typeof e&&(o=Yo(n,r,`${t}${"default"===e?"":ko(e)}`,e)),!1===i?o:{[i]:o}}))};return a.propTypes="production"!==process.env.NODE_ENV?{[t]:vo}:{},a.filterProps=[t],a}const Ko={m:"margin",p:"padding"},Vo={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Ho={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Qo=function(e){const t={};return i=>(void 0===t[i]&&(t[i]=e(i)),t[i])}((e=>{if(e.length>2){if(!Ho[e])return[e];e=Ho[e]}const[t,i]=e.split(""),o=Ko[t],r=Vo[i]||"";return Array.isArray(r)?r.map((e=>o+e)):[o+r]})),zo=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Zo=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],$o=[...zo,...Zo];function jo(e,t,i,o){const r=Go(e,t,!0)??i;return"number"==typeof r||"string"==typeof r?e=>"string"==typeof e?e:("production"!==process.env.NODE_ENV&&"number"!=typeof e&&console.error(`MUI: Expected ${o} argument to be a number or a string, got ${e}.`),"string"==typeof r?r.startsWith("var(")&&0===e?0:r.startsWith("var(")&&1===e?r:`calc(${e} * ${r})`:r*e):Array.isArray(r)?e=>{if("string"==typeof e)return e;const i=Math.abs(e);"production"!==process.env.NODE_ENV&&(Number.isInteger(i)?i>r.length-1&&console.error([`MUI: The value provided (${i}) overflows.`,`The supported values are: ${JSON.stringify(r)}.`,`${i} > ${r.length-1}, you need to add the missing values.`].join("\n")):console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join("\n")));const o=r[i];return e>=0?o:"number"==typeof o?-o:"string"==typeof o&&o.startsWith("var(")?`calc(-1 * ${o})`:`-${o}`}:"function"==typeof r?r:("production"!==process.env.NODE_ENV&&console.error([`MUI: The \`theme.${t}\` value (${r}) is invalid.`,"It should be a number, an array or a function."].join("\n")),()=>{})}function Xo(e){return jo(e,"spacing",8,"spacing")}function Jo(e,t){return"string"==typeof t||null==t?t:e(t)}function er(e,t,i,o){if(!t.includes(i))return null;const r=function(e,t){return i=>e.reduce(((e,o)=>(e[o]=Jo(t,i),e)),{})}(Qo(i),o);return Fo(e,e[i],r)}function tr(e,t){const i=Xo(e.theme);return Object.keys(e).map((o=>er(e,t,o,i))).reduce(xo,{})}function ir(e){return tr(e,zo)}function or(e){return tr(e,Zo)}function rr(...e){const t=e.reduce(((e,t)=>(t.filterProps.forEach((i=>{e[i]=t})),e)),{}),i=e=>Object.keys(e).reduce(((i,o)=>t[o]?xo(i,t[o](e)):i),{});return i.propTypes="production"!==process.env.NODE_ENV?e.reduce(((e,t)=>Object.assign(e,t.propTypes)),{}):{},i.filterProps=e.reduce(((e,t)=>e.concat(t.filterProps)),[]),i}function ar(e){return"number"!=typeof e?e:`${e}px solid`}function nr(e,t){return qo({prop:e,themeKey:"borders",transform:t})}ir.propTypes="production"!==process.env.NODE_ENV?zo.reduce(((e,t)=>(e[t]=vo,e)),{}):{},ir.filterProps=zo,or.propTypes="production"!==process.env.NODE_ENV?Zo.reduce(((e,t)=>(e[t]=vo,e)),{}):{},or.filterProps=Zo,"production"===process.env.NODE_ENV||$o.reduce(((e,t)=>(e[t]=vo,e)),{});const dr=nr("border",ar),lr=nr("borderTop",ar),sr=nr("borderRight",ar),pr=nr("borderBottom",ar),_r=nr("borderLeft",ar),Er=nr("borderColor"),Tr=nr("borderTopColor"),cr=nr("borderRightColor"),Ar=nr("borderBottomColor"),ur=nr("borderLeftColor"),mr=nr("outline",ar),Or=nr("outlineColor"),Ir=e=>{if(void 0!==e.borderRadius&&null!==e.borderRadius){const t=jo(e.theme,"shape.borderRadius",4,"borderRadius"),i=e=>({borderRadius:Jo(t,e)});return Fo(e,e.borderRadius,i)}return null};Ir.propTypes="production"!==process.env.NODE_ENV?{borderRadius:vo}:{},Ir.filterProps=["borderRadius"],rr(dr,lr,sr,pr,_r,Er,Tr,cr,Ar,ur,Ir,mr,Or);const fr=e=>{if(void 0!==e.gap&&null!==e.gap){const t=jo(e.theme,"spacing",8,"gap"),i=e=>({gap:Jo(t,e)});return Fo(e,e.gap,i)}return null};fr.propTypes="production"!==process.env.NODE_ENV?{gap:vo}:{},fr.filterProps=["gap"];const Nr=e=>{if(void 0!==e.columnGap&&null!==e.columnGap){const t=jo(e.theme,"spacing",8,"columnGap"),i=e=>({columnGap:Jo(t,e)});return Fo(e,e.columnGap,i)}return null};Nr.propTypes="production"!==process.env.NODE_ENV?{columnGap:vo}:{},Nr.filterProps=["columnGap"];const Rr=e=>{if(void 0!==e.rowGap&&null!==e.rowGap){const t=jo(e.theme,"spacing",8,"rowGap"),i=e=>({rowGap:Jo(t,e)});return Fo(e,e.rowGap,i)}return null};Rr.propTypes="production"!==process.env.NODE_ENV?{rowGap:vo}:{},Rr.filterProps=["rowGap"];function Lr(e,t){return"grey"===t?t:e}rr(fr,Nr,Rr,qo({prop:"gridColumn"}),qo({prop:"gridRow"}),qo({prop:"gridAutoFlow"}),qo({prop:"gridAutoColumns"}),qo({prop:"gridAutoRows"}),qo({prop:"gridTemplateColumns"}),qo({prop:"gridTemplateRows"}),qo({prop:"gridTemplateAreas"}),qo({prop:"gridArea"}));function yr(e){return e<=1&&0!==e?100*e+"%":e}rr(qo({prop:"color",themeKey:"palette",transform:Lr}),qo({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Lr}),qo({prop:"backgroundColor",themeKey:"palette",transform:Lr}));const Dr=qo({prop:"width",transform:yr}),Cr=e=>{if(void 0!==e.maxWidth&&null!==e.maxWidth){const t=t=>{const i=e.theme?.breakpoints?.values?.[t]||Bo[t];return i?"px"!==e.theme?.breakpoints?.unit?{maxWidth:`${i}${e.theme.breakpoints.unit}`}:{maxWidth:i}:{maxWidth:yr(t)}};return Fo(e,e.maxWidth,t)}return null};Cr.filterProps=["maxWidth"];const Ur=qo({prop:"minWidth",transform:yr}),Mr=qo({prop:"height",transform:yr}),hr=qo({prop:"maxHeight",transform:yr}),Pr=qo({prop:"minHeight",transform:yr});qo({prop:"size",cssProperty:"width",transform:yr}),qo({prop:"size",cssProperty:"height",transform:yr});rr(Dr,Cr,Ur,Mr,hr,Pr,qo({prop:"boxSizing"}));const br={border:{themeKey:"borders",transform:ar},borderTop:{themeKey:"borders",transform:ar},borderRight:{themeKey:"borders",transform:ar},borderBottom:{themeKey:"borders",transform:ar},borderLeft:{themeKey:"borders",transform:ar},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:ar},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Ir},color:{themeKey:"palette",transform:Lr},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Lr},backgroundColor:{themeKey:"palette",transform:Lr},p:{style:or},pt:{style:or},pr:{style:or},pb:{style:or},pl:{style:or},px:{style:or},py:{style:or},padding:{style:or},paddingTop:{style:or},paddingRight:{style:or},paddingBottom:{style:or},paddingLeft:{style:or},paddingX:{style:or},paddingY:{style:or},paddingInline:{style:or},paddingInlineStart:{style:or},paddingInlineEnd:{style:or},paddingBlock:{style:or},paddingBlockStart:{style:or},paddingBlockEnd:{style:or},m:{style:ir},mt:{style:ir},mr:{style:ir},mb:{style:ir},ml:{style:ir},mx:{style:ir},my:{style:ir},margin:{style:ir},marginTop:{style:ir},marginRight:{style:ir},marginBottom:{style:ir},marginLeft:{style:ir},marginX:{style:ir},marginY:{style:ir},marginInline:{style:ir},marginInlineStart:{style:ir},marginInlineEnd:{style:ir},marginBlock:{style:ir},marginBlockStart:{style:ir},marginBlockEnd:{style:ir},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:fr},rowGap:{style:Rr},columnGap:{style:Nr},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:yr},maxWidth:{style:Cr},minWidth:{transform:yr},height:{transform:yr},maxHeight:{transform:yr},minHeight:{transform:yr},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};const Sr=function(){function e(e,t,i,o){const r={[e]:t,theme:i},a=o[e];if(!a)return{[e]:t};const{cssProperty:n=e,themeKey:d,transform:l,style:s}=a;if(null==t)return null;if("typography"===d&&"inherit"===t)return{[e]:t};const p=Go(i,d)||{};if(s)return s(r);return Fo(r,t,(t=>{let i=Yo(p,l,t);return t===i&&"string"==typeof t&&(i=Yo(p,l,`${e}${"default"===t?"":ko(t)}`,t)),!1===n?i:{[n]:i}}))}return function t(i){const{sx:o,theme:r={}}=i||{};if(!o)return null;const a=r.unstable_sxConfig??br;function n(i){let o=i;if("function"==typeof i)o=i(r);else if("object"!=typeof i)return i;if(!o)return null;const n=function(e={}){const t=e.keys?.reduce(((t,i)=>(t[e.up(i)]={},t)),{});return t||{}}(r.breakpoints),d=Object.keys(n);let l=n;return Object.keys(o).forEach((i=>{const n=(d=o[i],s=r,"function"==typeof d?d(s):d);var d,s;if(null!=n)if("object"==typeof n)if(a[i])l=xo(l,e(i,n,r,a));else{const e=Fo({theme:r},n,(e=>({[i]:e})));!function(...e){const t=e.reduce(((e,t)=>e.concat(Object.keys(t))),[]),i=new Set(t);return e.every((e=>i.size===Object.keys(e).length))}(e,n)?l=xo(l,e):l[i]=t({sx:n,theme:r})}else l=xo(l,e(i,n,r,a))})),function(e,t){if(!e.containerQueries)return t;const i=Object.keys(t).filter((e=>e.startsWith("@container"))).sort(((e,t)=>{const i=/min-width:\s*([0-9.]+)/;return+(e.match(i)?.[1]||0)-+(t.match(i)?.[1]||0)}));return i.length?i.reduce(((e,i)=>{const o=t[i];return delete e[i],e[i]=o,e}),{...t}):t}(r,function(e,t){return e.reduce(((e,t)=>{const i=e[t];return(!i||0===Object.keys(i).length)&&delete e[t],e}),t)}(d,l))}return Array.isArray(o)?o.map(n):n(o)}}();function gr(e,t){const i=this;if(i.vars){if(!i.colorSchemes?.[e]||"function"!=typeof i.getColorSchemeSelector)return{};let o=i.getColorSchemeSelector(e);return"&"===o?t:((o.includes("data-")||o.includes("."))&&(o=`*:where(${o.replace(/\s*&$/,"")}) &`),{[o]:t})}return i.palette.mode===e?t:{}}function vr(e=null){const t=z.useContext(V);return t&&(i=t,0!==Object.keys(i).length)?t:e;var i}Sr.filterProps=["sx"];const xr=function(e={},...t){const{breakpoints:i={},palette:o={},spacing:r,shape:a={},...n}=e,d=So(i),l=function(e=8,t=Xo({spacing:e})){if(e.mui)return e;const i=(...e)=>("production"!==process.env.NODE_ENV&&(e.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${e.length}`)),(0===e.length?[1]:e).map((e=>{const i=t(e);return"number"==typeof i?`${i}px`:i})).join(" "));return i.mui=!0,i}(r);let s=bo({breakpoints:d,direction:"ltr",components:{},palette:{mode:"light",...o},spacing:l,shape:{...go,...a}},n);return s=function(e){const t=(e,t)=>e.replace("@media",t?`@container ${t}`:"@container");function i(i,o){i.up=(...i)=>t(e.breakpoints.up(...i),o),i.down=(...i)=>t(e.breakpoints.down(...i),o),i.between=(...i)=>t(e.breakpoints.between(...i),o),i.only=(...i)=>t(e.breakpoints.only(...i),o),i.not=(...i)=>{const r=t(e.breakpoints.not(...i),o);return r.includes("not all and")?r.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):r}}const o={},r=e=>(i(o,e),o);return i(r),{...e,containerQueries:r}}(s),s.applyStyles=gr,s=t.reduce(((e,t)=>bo(e,t)),s),s.unstable_sxConfig={...br,...n?.unstable_sxConfig},s.unstable_sx=function(e){return Sr({sx:e,theme:this})},s}();function Br(e){const{sx:t,...i}=e,{systemProps:o,otherProps:r}=(e=>{const t={systemProps:{},otherProps:{}},i=e?.theme?.unstable_sxConfig??br;return Object.keys(e).forEach((o=>{i[o]?t.systemProps[o]=e[o]:t.otherProps[o]=e[o]})),t})(i);let a;return a=Array.isArray(t)?[o,...t]:"function"==typeof t?(...e)=>{const i=t(...e);return ho(i)?{...o,...i}:o}:{...o,...t},{...r,sx:a}}const Wr=e=>e,wr=(()=>{let e=Wr;return{configure(t){e=t},generate:t=>e(t),reset(){e=Wr}}})();const Fr={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};const kr=function(t={}){const{themeId:i,defaultTheme:o,defaultClassName:r="MuiBox-root",generateClassName:a}=t,n=
23
+ */function Ro(){return Io||(Io=1,"production"!==process.env.NODE_ENV&&function(){function e(e){if("object"==typeof e&&null!==e){var c=e.$$typeof;switch(c){case t:switch(e=e.type){case o:case a:case r:case s:case p:case T:return e;default:switch(e=e&&e.$$typeof){case d:case l:case E:case _:case n:return e;default:return c}}case i:return c}}}var t=Symbol.for("react.transitional.element"),i=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),a=Symbol.for("react.profiler"),n=Symbol.for("react.consumer"),d=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),s=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),_=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),T=Symbol.for("react.view_transition"),c=Symbol.for("react.client.reference");No.ContextConsumer=n,No.ContextProvider=d,No.Element=t,No.ForwardRef=l,No.Fragment=o,No.Lazy=E,No.Memo=_,No.Portal=i,No.Profiler=a,No.StrictMode=r,No.Suspense=s,No.SuspenseList=p,No.isContextConsumer=function(t){return e(t)===n},No.isContextProvider=function(t){return e(t)===d},No.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},No.isForwardRef=function(t){return e(t)===l},No.isFragment=function(t){return e(t)===o},No.isLazy=function(t){return e(t)===E},No.isMemo=function(t){return e(t)===_},No.isPortal=function(t){return e(t)===i},No.isProfiler=function(t){return e(t)===a},No.isStrictMode=function(t){return e(t)===r},No.isSuspense=function(t){return e(t)===s},No.isSuspenseList=function(t){return e(t)===p},No.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===o||e===a||e===r||e===s||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===E||e.$$typeof===_||e.$$typeof===d||e.$$typeof===n||e.$$typeof===l||e.$$typeof===c||void 0!==e.getModuleId)},No.typeOf=e}()),No}function Lo(){return fo||(fo=1,"production"===process.env.NODE_ENV?uo.exports=Oo():uo.exports=Ro()),uo.exports}var yo=Lo();function Do(e){if("object"!=typeof e||null===e)return!1;const t=Object.getPrototypeOf(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)}function Co(e){if(Q.isValidElement(e)||yo.isValidElementType(e)||!Do(e))return e;const t={};return Object.keys(e).forEach((i=>{t[i]=Co(e[i])})),t}function Uo(e,t,i={clone:!0}){const o=i.clone?{...e}:e;return Do(e)&&Do(t)&&Object.keys(t).forEach((r=>{Q.isValidElement(t[r])||yo.isValidElementType(t[r])?o[r]=t[r]:Do(t[r])&&Object.prototype.hasOwnProperty.call(e,r)&&Do(e[r])?o[r]=Uo(e[r],t[r],i):i.clone?o[r]=Do(t[r])?Co(t[r]):t[r]:o[r]=t[r]})),o}function Mo(e){const{values:t={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:i="px",step:o=5,...r}=e,a=(e=>{const t=Object.keys(e).map((t=>({key:t,val:e[t]})))||[];return t.sort(((e,t)=>e.val-t.val)),t.reduce(((e,t)=>({...e,[t.key]:t.val})),{})})(t),n=Object.keys(a);function d(e){return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${i})`}function l(e){return`@media (max-width:${("number"==typeof t[e]?t[e]:e)-o/100}${i})`}function s(e,r){const a=n.indexOf(r);return`@media (min-width:${"number"==typeof t[e]?t[e]:e}${i}) and (max-width:${(-1!==a&&"number"==typeof t[n[a]]?t[n[a]]:r)-o/100}${i})`}return{keys:n,values:a,up:d,down:l,between:s,only:function(e){return n.indexOf(e)+1<n.length?s(e,n[n.indexOf(e)+1]):d(e)},not:function(e){const t=n.indexOf(e);return 0===t?d(n[1]):t===n.length-1?l(n[t]):s(e,n[n.indexOf(e)+1]).replace("@media","@media not all and")},unit:i,...r}}const ho={borderRadius:4},Po="production"!==process.env.NODE_ENV?co.oneOfType([co.number,co.string,co.object,co.array]):{};function bo(e,t){return t?Uo(e,t,{clone:!1}):e}const So={xs:0,sm:600,md:900,lg:1200,xl:1536},go={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${So[e]}px)`},vo={containerQueries:e=>({up:t=>{let i="number"==typeof t?t:So[t]||t;return"number"==typeof i&&(i=`${i}px`),e?`@container ${e} (min-width:${i})`:`@container (min-width:${i})`}})};function xo(e,t,i){const o=e.theme||{};if(Array.isArray(t)){const e=o.breakpoints||go;return t.reduce(((o,r,a)=>(o[e.up(e.keys[a])]=i(t[a]),o)),{})}if("object"==typeof t){const e=o.breakpoints||go;return Object.keys(t).reduce(((r,a)=>{if(n=e.keys,"@"===(d=a)||d.startsWith("@")&&(n.some((e=>d.startsWith(`@${e}`)))||d.match(/^@\d/))){const e=function(e,t){const i=t.match(/^@([^/]+)?\/?(.+)?$/);if(!i){if("production"!==process.env.NODE_ENV)throw new Error("production"!==process.env.NODE_ENV?`MUI: The provided shorthand (${t}) is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\nFor example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:Wi(18,`(${t})`));return null}const[,o,r]=i,a=Number.isNaN(+o)?o||0:+o;return e.containerQueries(r).up(a)}(o.containerQueries?o:vo,a);e&&(r[e]=i(t[a],a))}else if(Object.keys(e.values||So).includes(a)){r[e.up(a)]=i(t[a],a)}else{const e=a;r[e]=t[e]}var n,d;return r}),{})}return i(t)}function Bo(e){if("string"!=typeof e)throw new Error("production"!==process.env.NODE_ENV?"MUI: `capitalize(string)` expects a string argument.":Wi(7));return e.charAt(0).toUpperCase()+e.slice(1)}function Wo(e,t,i=!0){if(!t||"string"!=typeof t)return null;if(e&&e.vars&&i){const i=`vars.${t}`.split(".").reduce(((e,t)=>e&&e[t]?e[t]:null),e);if(null!=i)return i}return t.split(".").reduce(((e,t)=>e&&null!=e[t]?e[t]:null),e)}function wo(e,t,i,o=i){let r;return r="function"==typeof e?e(i):Array.isArray(e)?e[i]||o:Wo(e,i)||o,t&&(r=t(r,o,e)),r}function Fo(e){const{prop:t,cssProperty:i=e.prop,themeKey:o,transform:r}=e,a=e=>{if(null==e[t])return null;const a=e[t],n=Wo(e.theme,o)||{};return xo(e,a,(e=>{let o=wo(n,r,e);return e===o&&"string"==typeof e&&(o=wo(n,r,`${t}${"default"===e?"":Bo(e)}`,e)),!1===i?o:{[i]:o}}))};return a.propTypes="production"!==process.env.NODE_ENV?{[t]:Po}:{},a.filterProps=[t],a}const ko={m:"margin",p:"padding"},Go={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Yo={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Ko=function(e){const t={};return i=>(void 0===t[i]&&(t[i]=e(i)),t[i])}((e=>{if(e.length>2){if(!Yo[e])return[e];e=Yo[e]}const[t,i]=e.split(""),o=ko[t],r=Go[i]||"";return Array.isArray(r)?r.map((e=>o+e)):[o+r]})),qo=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Vo=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],Ho=[...qo,...Vo];function Qo(e,t,i,o){const r=Wo(e,t,!0)??i;return"number"==typeof r||"string"==typeof r?e=>"string"==typeof e?e:("production"!==process.env.NODE_ENV&&"number"!=typeof e&&console.error(`MUI: Expected ${o} argument to be a number or a string, got ${e}.`),"string"==typeof r?r.startsWith("var(")&&0===e?0:r.startsWith("var(")&&1===e?r:`calc(${e} * ${r})`:r*e):Array.isArray(r)?e=>{if("string"==typeof e)return e;const i=Math.abs(e);"production"!==process.env.NODE_ENV&&(Number.isInteger(i)?i>r.length-1&&console.error([`MUI: The value provided (${i}) overflows.`,`The supported values are: ${JSON.stringify(r)}.`,`${i} > ${r.length-1}, you need to add the missing values.`].join("\n")):console.error([`MUI: The \`theme.${t}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${t}\` as a number.`].join("\n")));const o=r[i];return e>=0?o:"number"==typeof o?-o:"string"==typeof o&&o.startsWith("var(")?`calc(-1 * ${o})`:`-${o}`}:"function"==typeof r?r:("production"!==process.env.NODE_ENV&&console.error([`MUI: The \`theme.${t}\` value (${r}) is invalid.`,"It should be a number, an array or a function."].join("\n")),()=>{})}function zo(e){return Qo(e,"spacing",8,"spacing")}function Zo(e,t){return"string"==typeof t||null==t?t:e(t)}function $o(e,t,i,o){if(!t.includes(i))return null;const r=function(e,t){return i=>e.reduce(((e,o)=>(e[o]=Zo(t,i),e)),{})}(Ko(i),o);return xo(e,e[i],r)}function jo(e,t){const i=zo(e.theme);return Object.keys(e).map((o=>$o(e,t,o,i))).reduce(bo,{})}function Xo(e){return jo(e,qo)}function Jo(e){return jo(e,Vo)}function er(...e){const t=e.reduce(((e,t)=>(t.filterProps.forEach((i=>{e[i]=t})),e)),{}),i=e=>Object.keys(e).reduce(((i,o)=>t[o]?bo(i,t[o](e)):i),{});return i.propTypes="production"!==process.env.NODE_ENV?e.reduce(((e,t)=>Object.assign(e,t.propTypes)),{}):{},i.filterProps=e.reduce(((e,t)=>e.concat(t.filterProps)),[]),i}function tr(e){return"number"!=typeof e?e:`${e}px solid`}function ir(e,t){return Fo({prop:e,themeKey:"borders",transform:t})}Xo.propTypes="production"!==process.env.NODE_ENV?qo.reduce(((e,t)=>(e[t]=Po,e)),{}):{},Xo.filterProps=qo,Jo.propTypes="production"!==process.env.NODE_ENV?Vo.reduce(((e,t)=>(e[t]=Po,e)),{}):{},Jo.filterProps=Vo,"production"===process.env.NODE_ENV||Ho.reduce(((e,t)=>(e[t]=Po,e)),{});const or=ir("border",tr),rr=ir("borderTop",tr),ar=ir("borderRight",tr),nr=ir("borderBottom",tr),dr=ir("borderLeft",tr),lr=ir("borderColor"),sr=ir("borderTopColor"),pr=ir("borderRightColor"),_r=ir("borderBottomColor"),Er=ir("borderLeftColor"),Tr=ir("outline",tr),cr=ir("outlineColor"),Ar=e=>{if(void 0!==e.borderRadius&&null!==e.borderRadius){const t=Qo(e.theme,"shape.borderRadius",4,"borderRadius"),i=e=>({borderRadius:Zo(t,e)});return xo(e,e.borderRadius,i)}return null};Ar.propTypes="production"!==process.env.NODE_ENV?{borderRadius:Po}:{},Ar.filterProps=["borderRadius"],er(or,rr,ar,nr,dr,lr,sr,pr,_r,Er,Ar,Tr,cr);const ur=e=>{if(void 0!==e.gap&&null!==e.gap){const t=Qo(e.theme,"spacing",8,"gap"),i=e=>({gap:Zo(t,e)});return xo(e,e.gap,i)}return null};ur.propTypes="production"!==process.env.NODE_ENV?{gap:Po}:{},ur.filterProps=["gap"];const mr=e=>{if(void 0!==e.columnGap&&null!==e.columnGap){const t=Qo(e.theme,"spacing",8,"columnGap"),i=e=>({columnGap:Zo(t,e)});return xo(e,e.columnGap,i)}return null};mr.propTypes="production"!==process.env.NODE_ENV?{columnGap:Po}:{},mr.filterProps=["columnGap"];const Or=e=>{if(void 0!==e.rowGap&&null!==e.rowGap){const t=Qo(e.theme,"spacing",8,"rowGap"),i=e=>({rowGap:Zo(t,e)});return xo(e,e.rowGap,i)}return null};Or.propTypes="production"!==process.env.NODE_ENV?{rowGap:Po}:{},Or.filterProps=["rowGap"];function Ir(e,t){return"grey"===t?t:e}er(ur,mr,Or,Fo({prop:"gridColumn"}),Fo({prop:"gridRow"}),Fo({prop:"gridAutoFlow"}),Fo({prop:"gridAutoColumns"}),Fo({prop:"gridAutoRows"}),Fo({prop:"gridTemplateColumns"}),Fo({prop:"gridTemplateRows"}),Fo({prop:"gridTemplateAreas"}),Fo({prop:"gridArea"}));function fr(e){return e<=1&&0!==e?100*e+"%":e}er(Fo({prop:"color",themeKey:"palette",transform:Ir}),Fo({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:Ir}),Fo({prop:"backgroundColor",themeKey:"palette",transform:Ir}));const Nr=Fo({prop:"width",transform:fr}),Rr=e=>{if(void 0!==e.maxWidth&&null!==e.maxWidth){const t=t=>{const i=e.theme?.breakpoints?.values?.[t]||So[t];return i?"px"!==e.theme?.breakpoints?.unit?{maxWidth:`${i}${e.theme.breakpoints.unit}`}:{maxWidth:i}:{maxWidth:fr(t)}};return xo(e,e.maxWidth,t)}return null};Rr.filterProps=["maxWidth"];const Lr=Fo({prop:"minWidth",transform:fr}),yr=Fo({prop:"height",transform:fr}),Dr=Fo({prop:"maxHeight",transform:fr}),Cr=Fo({prop:"minHeight",transform:fr});Fo({prop:"size",cssProperty:"width",transform:fr}),Fo({prop:"size",cssProperty:"height",transform:fr});er(Nr,Rr,Lr,yr,Dr,Cr,Fo({prop:"boxSizing"}));const Ur={border:{themeKey:"borders",transform:tr},borderTop:{themeKey:"borders",transform:tr},borderRight:{themeKey:"borders",transform:tr},borderBottom:{themeKey:"borders",transform:tr},borderLeft:{themeKey:"borders",transform:tr},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:tr},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Ar},color:{themeKey:"palette",transform:Ir},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:Ir},backgroundColor:{themeKey:"palette",transform:Ir},p:{style:Jo},pt:{style:Jo},pr:{style:Jo},pb:{style:Jo},pl:{style:Jo},px:{style:Jo},py:{style:Jo},padding:{style:Jo},paddingTop:{style:Jo},paddingRight:{style:Jo},paddingBottom:{style:Jo},paddingLeft:{style:Jo},paddingX:{style:Jo},paddingY:{style:Jo},paddingInline:{style:Jo},paddingInlineStart:{style:Jo},paddingInlineEnd:{style:Jo},paddingBlock:{style:Jo},paddingBlockStart:{style:Jo},paddingBlockEnd:{style:Jo},m:{style:Xo},mt:{style:Xo},mr:{style:Xo},mb:{style:Xo},ml:{style:Xo},mx:{style:Xo},my:{style:Xo},margin:{style:Xo},marginTop:{style:Xo},marginRight:{style:Xo},marginBottom:{style:Xo},marginLeft:{style:Xo},marginX:{style:Xo},marginY:{style:Xo},marginInline:{style:Xo},marginInlineStart:{style:Xo},marginInlineEnd:{style:Xo},marginBlock:{style:Xo},marginBlockStart:{style:Xo},marginBlockEnd:{style:Xo},displayPrint:{cssProperty:!1,transform:e=>({"@media print":{display:e}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:ur},rowGap:{style:Or},columnGap:{style:mr},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:fr},maxWidth:{style:Rr},minWidth:{transform:fr},height:{transform:fr},maxHeight:{transform:fr},minHeight:{transform:fr},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};const Mr=function(){function e(e,t,i,o){const r={[e]:t,theme:i},a=o[e];if(!a)return{[e]:t};const{cssProperty:n=e,themeKey:d,transform:l,style:s}=a;if(null==t)return null;if("typography"===d&&"inherit"===t)return{[e]:t};const p=Wo(i,d)||{};if(s)return s(r);return xo(r,t,(t=>{let i=wo(p,l,t);return t===i&&"string"==typeof t&&(i=wo(p,l,`${e}${"default"===t?"":Bo(t)}`,t)),!1===n?i:{[n]:i}}))}return function t(i){const{sx:o,theme:r={}}=i||{};if(!o)return null;const a=r.unstable_sxConfig??Ur;function n(i){let o=i;if("function"==typeof i)o=i(r);else if("object"!=typeof i)return i;if(!o)return null;const n=function(e={}){const t=e.keys?.reduce(((t,i)=>(t[e.up(i)]={},t)),{});return t||{}}(r.breakpoints),d=Object.keys(n);let l=n;return Object.keys(o).forEach((i=>{const n=(d=o[i],s=r,"function"==typeof d?d(s):d);var d,s;if(null!=n)if("object"==typeof n)if(a[i])l=bo(l,e(i,n,r,a));else{const e=xo({theme:r},n,(e=>({[i]:e})));!function(...e){const t=e.reduce(((e,t)=>e.concat(Object.keys(t))),[]),i=new Set(t);return e.every((e=>i.size===Object.keys(e).length))}(e,n)?l=bo(l,e):l[i]=t({sx:n,theme:r})}else l=bo(l,e(i,n,r,a))})),function(e,t){if(!e.containerQueries)return t;const i=Object.keys(t).filter((e=>e.startsWith("@container"))).sort(((e,t)=>{const i=/min-width:\s*([0-9.]+)/;return+(e.match(i)?.[1]||0)-+(t.match(i)?.[1]||0)}));return i.length?i.reduce(((e,i)=>{const o=t[i];return delete e[i],e[i]=o,e}),{...t}):t}(r,function(e,t){return e.reduce(((e,t)=>{const i=e[t];return(!i||0===Object.keys(i).length)&&delete e[t],e}),t)}(d,l))}return Array.isArray(o)?o.map(n):n(o)}}();function hr(e,t){const i=this;if(i.vars){if(!i.colorSchemes?.[e]||"function"!=typeof i.getColorSchemeSelector)return{};let o=i.getColorSchemeSelector(e);return"&"===o?t:((o.includes("data-")||o.includes("."))&&(o=`*:where(${o.replace(/\s*&$/,"")}) &`),{[o]:t})}return i.palette.mode===e?t:{}}function Pr(e=null){const t=Q.useContext(q);return t&&(i=t,0!==Object.keys(i).length)?t:e;var i}Mr.filterProps=["sx"];const br=function(e={},...t){const{breakpoints:i={},palette:o={},spacing:r,shape:a={},...n}=e,d=Mo(i),l=function(e=8,t=zo({spacing:e})){if(e.mui)return e;const i=(...e)=>("production"!==process.env.NODE_ENV&&(e.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${e.length}`)),(0===e.length?[1]:e).map((e=>{const i=t(e);return"number"==typeof i?`${i}px`:i})).join(" "));return i.mui=!0,i}(r);let s=Uo({breakpoints:d,direction:"ltr",components:{},palette:{mode:"light",...o},spacing:l,shape:{...ho,...a}},n);return s=function(e){const t=(e,t)=>e.replace("@media",t?`@container ${t}`:"@container");function i(i,o){i.up=(...i)=>t(e.breakpoints.up(...i),o),i.down=(...i)=>t(e.breakpoints.down(...i),o),i.between=(...i)=>t(e.breakpoints.between(...i),o),i.only=(...i)=>t(e.breakpoints.only(...i),o),i.not=(...i)=>{const r=t(e.breakpoints.not(...i),o);return r.includes("not all and")?r.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):r}}const o={},r=e=>(i(o,e),o);return i(r),{...e,containerQueries:r}}(s),s.applyStyles=hr,s=t.reduce(((e,t)=>Uo(e,t)),s),s.unstable_sxConfig={...Ur,...n?.unstable_sxConfig},s.unstable_sx=function(e){return Mr({sx:e,theme:this})},s}();function Sr(e){const{sx:t,...i}=e,{systemProps:o,otherProps:r}=(e=>{const t={systemProps:{},otherProps:{}},i=e?.theme?.unstable_sxConfig??Ur;return Object.keys(e).forEach((o=>{i[o]?t.systemProps[o]=e[o]:t.otherProps[o]=e[o]})),t})(i);let a;return a=Array.isArray(t)?[o,...t]:"function"==typeof t?(...e)=>{const i=t(...e);return Do(i)?{...o,...i}:o}:{...o,...t},{...r,sx:a}}const gr=e=>e,vr=(()=>{let e=gr;return{configure(t){e=t},generate:t=>e(t),reset(){e=gr}}})();const xr={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};const Br=function(t={}){const{themeId:i,defaultTheme:o,defaultClassName:r="MuiBox-root",generateClassName:a}=t,n=
24
24
  /**
25
25
  * @mui/styled-engine v7.1.0
26
26
  *
@@ -28,5 +28,5 @@ object-assign
28
28
  * This source code is licensed under the MIT license found in the
29
29
  * LICENSE file in the root directory of this source tree.
30
30
  */
31
- function(e,t){const i=lt(e,t);return"production"!==process.env.NODE_ENV?(...t)=>{const o=`"${e}"`;return 0===t.length?console.error([`MUI: Seems like you called \`styled(${o})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join("\n")):t.some((e=>void 0===e))&&console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`),i(...t)}:i}("div",{shouldForwardProp:e=>"theme"!==e&&"sx"!==e&&"as"!==e})(Sr),d=z.forwardRef((function(t,d){const l=function(e=xr){return vr(e)}(o),{className:s,component:p="div",..._}=Br(t);return e(n,{as:p,ref:d,className:ti(s,a?a(r):r),theme:i&&l[i]||l,..._})}));return d}({defaultClassName:function(e,t,i="Mui"){const o={};return t.forEach((t=>{o[t]=function(e,t,i="Mui"){const o=Fr[t];return o?`${i}-${o}`:`${wr.generate(e)}-${t}`}(e,t,i)})),o}("MuiBox",["root"]).root,generateClassName:wr.generate});"production"!==process.env.NODE_ENV&&(kr.propTypes={children:Oo.node,component:Oo.elementType,sx:Oo.oneOfType([Oo.arrayOf(Oo.oneOfType([Oo.func,Oo.object,Oo.bool])),Oo.func,Oo.object])});const Gr=t=>e(D,{...t,slotProps:{inputLabel:{shrink:!0}}}),Yr=t=>{if(t?.fieldInfo){const o=t.fieldInfo,r=t?.formManager||null,a=t?.formActions||null,n=t?.formValues||null,d=t?.fieldInfo?.fieldName||null,l=t?.fieldInfo?.fieldType||null;return o&&r&&n&&d&&l?void 0!==o?.hidden&&o?.hidden||t.hiddenFields.includes(d)?e(i,{}):e(v,{size:o?.formProps?.fieldSize||{lg:12,md:12,sm:12},sx:{padding:1,width:"100%"},children:"text"===l||"number"===l?e(Gr,{fullWidth:!0,type:l,disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),hidden:o?.hidden||!1,label:o?.fieldLabel,value:n[d],onChange:e=>{let t=null;""!=e.target.value&&(t="number"===l&&wi(e.target.value)?Number(e.target.value):e.target.value),r.setValue(d,t),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(t,r,a)},sx:o?.formProps?.style,error:null!=r.formState.errors[d],helperText:r?.formState?.errors[d]?.message?.toString()}):"date"===o?.fieldType?e(Ri,{format:o?.dateFormat||fi,sx:o?.formProps?.style||{width:"100%"},disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),label:o?.fieldLabel,onChangeCallBack:e=>{r.setValue(d,e),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(e,r,a)},value:n[d],error:null!=r.formState.errors[d],errorMessage:r?.formState?.errors[d]?.message?.toString()}):"datetime"===o?.fieldType?e(Li,{format:o?.dateFormat||Ni,sx:o?.formProps?.style||{width:"100%"},disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),label:o?.fieldLabel,onChangeCallBack:e=>{r.setValue(d,e),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(e,r,a)},value:n[d],error:null!=r.formState.errors[d],errorMessage:r?.formState?.errors[d]?.message?.toString()}):"checkbox"===o?.fieldType?e(Di,{label:o?.fieldLabel,onChangeCallBack:e=>{r.setValue(d,e),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(e,r,a)},value:n[d],checkedValue:o?.checkedValue||"true",unCheckedValue:o?.unCheckedValue||"false",disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),sx:o?.formProps?.style}):"combobox"===o?.fieldType?e(yi,{sx:o?.formProps?.style||{width:"100%"},label:o?.fieldLabel,disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),onChangeCallBack:(e,t)=>{let i=null;e&&(i=e+""),r.setValue(d,i),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(i,r,a,t)},options:o?.options||[],displayField:o?.optionDisplayField||"",valueField:o?.optionValueField||"",value:n[d],errorMessage:r?.formState?.errors[d]?.message?.toString()}):e(i,{children:"Unknown field type"})}):e(i,{})}return e(i,{})},qr=o=>{const r=ii(),{ConfirmationWindow:a,setOpen:n}=Oi({body:o?.confirmationMessage||"",title:"Confirmation",onConfirmationCallBk:()=>{o?.actionFn(o?.record)}});return null==o?.authority||r.isUserAuthorized(o.authority)?t(i,{children:[e(a,{}),t(L,{variant:o?.formActionProps?.actionButtonVariant,color:o?.formActionProps?.actionButtonColor,onClick:()=>{if(o?.actionFn){if(o?.preActionValidation&&!o.preActionValidation(o.record))return;!0===o?.isConfirmationRequired?n(!0):o?.actionFn(o.record)}},children:[o?.icon?e(re,{icon:o.icon,style:{marginRight:5,marginLeft:5}}):e(i,{}),e("div",{children:o?.label})]})]}):e(i,{})},Kr=o=>e(i,{children:t(v,{container:!0,sx:o?.style,alignItems:"flex-start",children:[o?.label?e(v,{size:12,sx:{padding:1,fontWeight:"bold",display:"flex"},children:o?.icon?t(i,{children:[e(re,{icon:o.icon,style:{marginRight:5,marginLeft:5}}),e("div",{children:o.label})]}):e(i,{children:o.label})}):e(i,{}),o?.elements?o.elements.map((t=>"group"===t.type?e(Kr,{...t.props,formManager:o.formManager,formValues:o.formValues,formActions:o.formActions,hiddenFields:o.hiddenFields,disabledFields:o.disabledFields}):"field"===t.type&&"props"===t.mode?e(Yr,{fieldInfo:t.props,formManager:o.formManager,formValues:o.formValues,formActions:o.formActions,hiddenFields:o.hiddenFields,disabledFields:o.disabledFields}):"field"===t.type&&"node"===t.mode?e(v,{size:t?.props?.formProps?.fieldSize||{lg:3,md:6,sm:12},sx:{padding:1,width:"100%"},children:e(t.node,{formManager:o.formManager,formValues:o.formValues,formActions:o.formActions})}):void 0)):null,o?.actions?e(v,{size:{sm:12},sx:{padding:1},children:o.actions.map((t=>e(qr,{...t,record:o.formValues})))}):e(i,{})]})}),Vr=o=>{const r=Pi(o.elements),[a,n]=$([]),[d,l]=$([]),s=rt.object(bi(r)),p=nt({resolver:dt(s)}),_=p.watch(),E=be(),T=o?.formRouteRecordIdParamName,c={setFieldValue:(e,t)=>{p.setValue(e,t)},hideField:e=>{n((t=>[...t,e]))},showField:e=>{n((t=>t.filter((t=>t!==e))))},disableField:e=>{l((t=>[...t,e]))},enableField:e=>{l((t=>t.filter((t=>t!==e))))}};return j((()=>{(async()=>{let e=null;if(o?.recordIdToEdit?e=o.recordIdToEdit:T&&E[T]&&(e=E[T]),e){const t=await o.apiActions.loadRecordById(e);t&&p.reset({...t})}})()}),[o?.recordIdToEdit]),t(i,{children:[e(kr,{sx:{display:"flex",flex:1,width:"100%",height:"fit-content",flexDirection:"column",alignItems:"center",overflow:"auto"},children:e(v,{sx:{width:"100%"},container:!0,children:o.elements.map((t=>"group"===t.type?e(Kr,{...t.props,formManager:p,formValues:_,formActions:c,hiddenFields:a,disabledFields:d}):"field"===t.type&&"props"===t.mode?e(Yr,{fieldInfo:t.props,formManager:p,formValues:_,formActions:c,hiddenFields:a,disabledFields:d}):"field"===t.type&&"node"===t.mode?e(v,{size:t?.props?.formProps?.fieldSize||{lg:3,md:6,xs:12},sx:{padding:1,width:"100%"},children:e(t.node,{formManager:p,formValues:_})}):void 0))})}),t(kr,{sx:{display:"flex",width:"100%",alignItems:"center",justifyContent:"flex-start"},children:[o?.actions?o.actions.map((t=>!0===t?.formActionProps?.enabled?e(qr,{...t,record:_}):e(i,{}))):e(i,{}),e("div",{style:{flex:1}}),e(L,{variant:o?.saveButtonSpecs?.actionButtonVariant?o.saveButtonSpecs.actionButtonVariant:"contained",sx:{m:1},startIcon:o?.saveButtonSpecs?.icon?e(re,{icon:o.saveButtonSpecs.icon}):null,color:o?.saveButtonSpecs?.actionButtonColor?o.saveButtonSpecs.actionButtonColor:"primary",onClick:p.handleSubmit((e=>{console.log("form values",e),(async e=>{if((!o?.preSaveValidation||o.preSaveValidation(e))&&e){const t=await o.apiActions.saveRecord(e);t&&(p.reset({...t}),o?.formSavedSuccessfullyCallBk&&o.formSavedSuccessfullyCallBk(t),o?.formCloseCallBk&&o.formCloseCallBk())}})(e)}),(e=>{ae.error("Form Data is not valid, make sure you have all field with valid data"),console.log("form validation error",e)})),children:o?.saveButtonSpecs?.label||"save"}),e(L,{variant:o?.cancelButtonSpecs?.actionButtonVariant?o.cancelButtonSpecs.actionButtonVariant:"contained",startIcon:o?.cancelButtonSpecs?.icon?e(re,{icon:o.cancelButtonSpecs.icon}):null,color:o?.cancelButtonSpecs?.actionButtonColor?o.cancelButtonSpecs.actionButtonColor:"error",sx:{m:1},onClick:()=>{o?.formCloseCallBk&&o.formCloseCallBk(),p.reset({})},children:o?.cancelButtonSpecs?.label||"cancel"})]})]})},Hr=i=>{const[o,r]=$(!1);return{windowState:o,setWindowState:r,Window:a=>e(x,{open:o,sx:{zIndex:e=>e.zIndex.drawer},onClose:()=>{!o&&i?.onCloseCallBack&&i.onCloseCallBack()},children:t(m,{sx:{position:"absolute",top:"50%",left:"50%",maxHeight:"90%",transform:"translate(-50%, -50%)",height:i?.height||"80%",width:i?.width||"90%",minWidth:i.minWidth||400,minHeight:i.minHeight||200,overflow:"hidden",bgcolor:"modalBackground.main",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-start"},children:[e(B,{position:"static",children:t(W,{variant:"dense",children:[e(re,{icon:i?.windowIcon||"window-maximize",style:{marginRight:5}}),e(A,{variant:"h6",color:"inherit",component:"div",children:i?.windowTitle||"window"}),e("div",{style:{flexGrow:1}}),e(T,{onClick:()=>{r(!1),null!=i.onCloseCallBack&&null!=i.onCloseCallBack&&i.onCloseCallBack()},color:"secondary",children:e(re,{icon:"xmark-square"})})]})}),e(w,{sx:{display:"flex",flexDirection:"column",alignItems:"center",width:"100%",height:"100%",padding:1,overflow:"hidden"},children:a?.children})]})})}};let Qr=-1;const zr=e=>{try{const t=localStorage.getItem(e);return t?JSON.parse(t):{}}catch(e){return console.error("Failed to load grid state",e),{}}},Zr=(e,t)=>{const i=zr(e);localStorage.setItem(e,JSON.stringify({...i,...t}))},$r=["__check__","actions"],jr=o=>{const{t:a}=pe(),n=Pi(o.formElements),d=[],l=Z.useMemo((()=>o?.gridStateKey?zr(o.gridStateKey):{}),[]);for(const e of n)!0===e?.gridProps?.hidden&&d.push(e.fieldName);let s={};if(l?.columnVisibilityModel){s=l.columnVisibilityModel;const e=Object.keys(s);for(const t of d)e.includes(t)||(s[t]=!1)}else for(const e of d)s[e]=!1;const p=r((e=>e.AppLayout.appDirection)),[_,E]=Z.useState(s),[c,u]=Z.useState(l.columnOrder||[]),[O,I]=Z.useState(l.columnWidths||{}),[f,N]=$(l.columnGroupingModel||[]);let R=l?.pinnedColumns?.left||[];R=R.filter((e=>!$r.includes(e)));let L=l?.pinnedColumns?.right||[]||[];L=L.filter((e=>!$r.includes(e)));const[y,D]=$({left:[..."ltr"===p?$r:[],...R],right:[..."rtl"===p?$r:[],...L]}),C=ii(),U=Pe(),[M,P]=$(null),[S,g]=$(null),[v,x]=$({}),[B,W]=$({ids:new Set,type:"include"});let w="id";o?.keyColumnName&&(w=o?.keyColumnName);const Y=o.setData,q=at.object(bi(n)),K=((t,i,o)=>{const r=[];for(const n of t)if("text"===n?.fieldType||"number"===n?.fieldType){const e={...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,type:"number"==n?.fieldType?"number":"string",field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,flex:1,minWidth:200};r.push(e)}else if("date"===n?.fieldType){const t=(a={...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,flex:1,minWidth:200},{...a,type:"string",renderEditCell:t=>e(Ri,{sx:{width:"100%"},label:"",value:t.value,onChangeCallBack:e=>{t.api.setEditCellValue({id:t.id,field:t.field,value:e})}}),valueParser:(e,t,i)=>{let o=null;return null!==e&&(o=Je(e).format(fi)),o},valueFormatter:(e,t,i)=>t[i.field]});r.push(t)}else if("datetime"===n?.fieldType){const e=Ci({...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,flex:1,minWidth:200});r.push(e)}else if("checkbox"===n?.fieldType){const e=Mi({...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,checkedValue:n?.checkedValue,unCheckedValue:n?.unCheckedValue,width:150});r.push(e)}else if("combobox"===n?.fieldType){const e=Ui({...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,valueField:n?.optionValueField||"value",displayField:n?.optionDisplayField||"display",options:n?.options||[],flex:1,minWidth:200});r.push(e)}var a;return r})(n,"row"===o?.editMode?.editMode||!1,a);let V=!0;o?.editAction?.authority&&(V=C.isUserAuthorized(o.editAction.authority));let H=!0;o?.deleteAction?.authority&&(H=C.isUserAuthorized(o.deleteAction.authority));const{ConfirmationWindow:Q,setOpen:z}=Oi({title:"Confirmation",body:"Are you sure you want to delete this record ?",onConfirmationCallBk:async()=>{let e=!0;M&&!0===M?.isNew||(e=await o.apiActions.deleteRecordById(M[w])),e&&(o?.deleteAction?.postActionCallBack&&await o.deleteAction.postActionCallBack(M),Y((e=>e.filter((e=>e[w]!=M[w])))))}});let X,J,ee,te,ie,oe;"modal"===o?.editMode?.editMode&&(X=o?.editMode?.specs?.modalHeight||"fit-content",J=o?.editMode?.specs?.modalWidth||"300",ee=o?.editMode?.specs?.modalMinHeight,te=o?.editMode?.specs?.modalMinWidth,ie=o?.editMode?.specs?.modalIcon||"window",oe=o?.editMode?.specs?.modalTitle||"Record Form");const{Window:ne,setWindowState:de}=Hr({height:X,minHeight:ee,minWidth:te,onCloseCallBack:()=>{o.apiActions.reloadData(o?.gridLoadParametersValues)},width:J,windowIcon:ie,windowTitle:oe}),le={type:"actions",field:"actions",headerName:"",headerAlign:"center",width:(o?.rowActions?30*o.rowActions.length:0)+(o?.editAction&&o?.editAction?.isEnabled?30:0)+(o?.deleteAction&&o?.deleteAction?.isEnabled?30:0),getActions:t=>{const i=t.row,r=[];if("none"!=o?.editMode?.editMode&&(void 0===o?.disableDefaultAction||!o.disableDefaultAction)){const t=v[i[w]]?.mode===Xe.Edit;if("row"===o.editMode.editMode&&t)V&&(r.push(e(Ze,{icon:e(re,{icon:"save"}),label:a("SAVE_BTN_LABEL"),onClick:()=>{(e=>{const t=e[w];x({...v,[t]:{mode:Xe.View}})})(i)}})),r.push(e(Ze,{icon:e(re,{icon:"cancel"}),label:a("CANCEL_BTN_LABEL"),onClick:()=>{(e=>{const t=e[w];t&&Wi(t)&&t<0?(x({...v,[t]:{mode:Xe.View,ignoreModifications:!0}}),Y((e=>{const i=e.filter((e=>e[w]!=t));return i}))):x({...v,[t]:{mode:Xe.View,ignoreModifications:!0}})})(i)},color:"inherit"})));else{if(o?.editAction&&!0===o?.editAction?.isEnabled){let t=!0;o?.editAction?.isActionVisibleForRecord&&(t=o?.editAction?.isActionVisibleForRecord(i));let n=!1;o?.editAction?.isActionDisabledForRecord&&(n=o?.editAction?.isActionDisabledForRecord(i)),V&&t&&r.push(e(Ze,{disabled:n,icon:e(h,{title:a("EDIT_BTN_LABEL"),children:e(re,{icon:"edit",style:{color:n?"gray":void 0}})}),showInMenu:o?.editAction?.gridActionProps?.showInMenu||!1,label:a("EDIT_BTN_LABEL"),className:"textPrimary",color:"inherit",onClick:()=>{V&&!n&&(async e=>{if(e)if(g(e),"form"===o.editMode.editMode)U(o.editMode.specs.formRoute+"/"+e[w]);else if("modal"===o.editMode.editMode)de(!0);else if("row"===o?.editMode?.editMode){const t=e[w];x({...v,[t]:{mode:Xe.Edit}})}})(i)}}))}if(o?.deleteAction&&!0===o?.deleteAction?.isEnabled){let t=!0;o?.deleteAction?.isActionVisibleForRecord&&(t=o?.deleteAction?.isActionVisibleForRecord(i));let n=!1;o?.deleteAction?.isActionDisabledForRecord&&(n=o?.deleteAction?.isActionDisabledForRecord(i)),H&&t&&r.push(e(Ze,{disabled:n,icon:e(h,{title:a("DELETE_BTN_LABEL"),children:e(re,{icon:"trash",style:{color:n?"gray":void 0}})}),showInMenu:o?.deleteAction?.gridActionProps?.showInMenu||!1,label:a("DELETE_BTN_LABEL"),className:"textPrimary",color:"inherit",onClick:()=>{if(H&&!n){if(o?.deleteAction?.preActionValidation&&!o.deleteAction.preActionValidation(i))return;P(i),z(!0)}}}))}}}if(o?.rowActions)for(const t of o.rowActions)t?.gridActionProps?.multiRecord&&!0===t?.gridActionProps?.multiRecord||r.push(e(ki,{...t,record:i,reloadData:async()=>{o.apiActions.reloadData(o?.gridLoadParametersValues)}}));return r}};let se=[];(void 0===o?.disableDefaultAction||!o.disableDefaultAction||o?.rowActions&&o?.rowActions.length>0)&&se.push(le),se=[...se,...K];j((()=>{void 0!==o?.autoLoad&&!0!==o.autoLoad||o.apiActions.reloadData(o?.gridLoadParametersValues)}),[]);const _e=Z.useMemo((()=>{const e=se.map((e=>({...e,width:O[e.field]||e.width})));if(c.length){const t=new Map(e.map((e=>[e.field,e])));return c.map((e=>t.get(e))).filter(Boolean)}return e}),[c,O,se]);return t(i,{children:[e(Q,{}),"modal"===o?.editMode?.editMode?e(ne,{children:o?.editMode?.specs?.formComponent?e(o.editMode.specs.formComponent,{recordIdToEdit:S?S[w]:void 0,formCloseCallBk:()=>{de(!1),o.apiActions.reloadData(o?.gridLoadParametersValues)}}):e(Vr,{recordIdToEdit:S?S[w]:void 0,formCloseCallBk:()=>{de(!1),o.apiActions.reloadData(o?.gridLoadParametersValues)},elements:o.formElements,apiActions:o.apiActions,editAuthorityKey:o?.editAction?.authority,formSavedSuccessfullyCallBk:o?.editAction?.postActionCallBack,preSaveValidation:o?.editAction?.preActionValidation,actions:o?.rowActions})}):e(i,{}),void 0!==o?.hideInfoBar||o?.hideInfoBar?e(i,{}):t(m,{sx:{display:"flex"},children:[void 0!==o?.hideBackButton||o?.hideBackButton?e(i,{}):e(T,{onClick:()=>{U("-1",{replace:!0})},children:e(re,{icon:"arrow-left"})}),t(m,{sx:{flex:1,display:"flex",alignItems:"center",justifyContent:"center"},children:[o?.girdIcon?e(re,{icon:o.girdIcon,style:{marginRight:5,marginLeft:5}}):e(i,{}),e(A,{variant:"h5",children:o?.gridTitle?Fi(a(o?.gridTitle)):""})]})]}),o?.gridLoadParameters&&o?.gridLoadParametersValues&&o?.setGridLoadParametersValues?t(F,{defaultExpanded:!0,children:[e(k,{expandIcon:e($e,{}),children:t(m,{sx:{display:"flex",alignItems:"center",justifyContent:"center"},children:[e(re,{style:{marginLeft:5,marginRight:5},icon:"search"}),e(A,{component:"span",children:"Filters"})]})}),e(G,{children:e(m,{children:e(Vr,{saveButtonSpecs:{label:a("SEARCH_BTN_LABEL"),icon:"search",actionButtonVariant:"outlined",actionButtonColor:"success"},cancelButtonSpecs:{label:a("RESET_BTN_LABEL"),icon:"eraser",actionButtonVariant:"outlined",actionButtonColor:"error"},apiActions:{deleteRecordById:async()=>!0,saveRecord:async e=>{null!=e?o.setGridLoadParametersValues(e):o.setGridLoadParametersValues({}),o.apiActions.reloadData(e)},reloadData:async()=>{},loadRecordById:async()=>{}},elements:o.gridLoadParameters})})})]}):e(i,{}),e(je,{...o?.muiProps,slots:{toolbar:xi},slotProps:{toolbar:{templateProps:{...o,rowSelectionModel:B,data:o?.data},handleCreateNewRecord:()=>{if("form"===o?.editMode?.editMode)U(o.editMode.specs.formRoute);else if("modal"===o?.editMode?.editMode)de(!0);else if("row"===o?.editMode?.editMode){Qr-=1;const e={};e[w]=Qr,e.isNew=!0;for(const t of K)"actions"!=t?.type&&t?.field!=w&&t?.field&&(e[t.field]=null);Y((t=>[e,...t])),x((e=>({...e,[Qr]:{mode:Xe.Edit}})))}},clearGridState:()=>{o?.gridStateKey&&localStorage.removeItem(o.gridStateKey),E({}),u([]),I({}),N([]),D({left:[..."ltr"===p?$r:[]],right:[..."rtl"===p?$r:[]]})}}},getRowId:e=>e[w],showToolbar:!0,rows:o?.data,columns:_e,checkboxSelection:!0,editMode:"row",rowModesModel:"row"==o.editMode.editMode?v:void 0,onRowModesModelChange:"row"==o.editMode.editMode?e=>{x(e)}:void 0,rowGroupingColumnMode:"multiple",processRowUpdate:async r=>{if("row"===o.editMode.editMode){let a=null;const n=(e=>{try{q.parse(e)}catch(e){console.log("validateRecord err",e);let t=null;return t=e instanceof at.ZodError?e.errors.map((e=>"Error in field ("+e.path+") : "+e.message)).join(","):"invalid record data",t}})(r);if(n){const o=n.split(",");throw ae.error(e("div",{style:{},children:o.map((o=>t(i,{children:[e("div",{children:o}),e(b,{})]})))})),new Error(n)}if(o?.editAction?.preActionValidation&&!o.editAction.preActionValidation(r))throw new Error("error on the configured presave validation");const d={...r};if(r[w]&&Wi(r[w])&&Number(r[w])<0&&(d[w]=null),a=await o.apiActions.saveRecord(d),null==a)throw new Error("Failed to process your request, contact your administrator");return o?.editAction?.postActionCallBack&&await o.editAction.postActionCallBack(r),!0===r?.isNew&&Y((e=>{const t=e.filter((e=>e[w]!==r[w]));return[a,...t]})),!0===o?.editMode?.reloadAfterSave&&o?.apiActions?.reloadData&&o?.apiActions?.reloadData(o?.gridLoadParametersValues),a}},rowSelectionModel:B,onRowSelectionModelChange:e=>{W(e)},columnVisibilityModel:_,onColumnVisibilityModelChange:e=>{E(e),o?.gridStateKey&&Zr(o.gridStateKey,{columnVisibilityModel:e})},onColumnOrderChange:e=>{const{column:t,targetIndex:i}=e;u((e=>{const r=e.length?[...e]:se.map((e=>e.field)),a=r.indexOf(t.field);return-1===a||(r.splice(a,1),r.splice(i,0,t.field),o?.gridStateKey&&Zr(o.gridStateKey,{columnOrder:r})),r}))},onColumnWidthChange:e=>{const t={...O,[e.colDef.field]:e.width};I(t),o?.gridStateKey&&Zr(o.gridStateKey,{columnWidths:t})},rowGroupingModel:f,onRowGroupingModelChange:e=>{(e=>{N(e),o?.gridStateKey&&Zr(o.gridStateKey,{columnGroupingModel:e})})(e)},pinnedColumns:y,onPinnedColumnsChange:e=>{let t=e?.left||[];t=t.filter((e=>!$r.includes(e)));let i=e?.right||[];i=i.filter((e=>!$r.includes(e)));const r={left:[..."ltr"===p?$r:[],...t],right:[..."rtl"===p?$r:[],...i]};D(r),o?.gridStateKey&&Zr(o.gridStateKey,{pinnedColumns:r})}})]})},Xr=e=>{const t=r((e=>e.commonStores)),i=o(),a=ii(),{handleGetRequest:n,handlePostRequest:d,handleDeleteRequest:l}=Qt();return{reloadData:async o=>{if(e?.commonStoreKey){const o=Object.keys(t);for(const r of o)if(r===e.commonStoreKey&&(void 0===t[r]?.authority||null===t[r]?.authority||a.isUserAuthorized(t[r]?.authority))&&""!=t[r]?.url){await n({endPointURI:t[r].url,showMask:!1,successCallBkFn:t=>{i(Ft({storeKey:r,data:t.data})),e.setData(t.data)},failureCallBkFn:()=>{i(Ft({storeKey:r,data:[]})),e.setData([])}});break}}else e?.findAll&&await n({endPointURI:e.findAll,showMask:!0,parameters:o||{},successCallBkFn:t=>{e.setData(t.data)}})},loadRecordById:async t=>{let i=null;if(e?.findById){const o={};o[e?.findByIdParamName||"id"]=t,await n({endPointURI:e.findById,showMask:!0,parameters:o,successCallBkFn:e=>{i=e.data}})}return i},saveRecord:async t=>{let i=null;return e?.save&&await d({endPointURI:e.save,data:t,showMask:!0,successCallBkFn:e=>{i=e.data}}),i},deleteRecordById:async t=>{let i=!0;if(e?.deleteById){const o={};o[e?.deleteByIdParamName||"id"]=t,await l({endPointURI:e.deleteById,showMask:!0,parameters:o,successCallBkFn:()=>{i=!0},failureCallBkFn:()=>{i=!1}})}return i}}},Jr=[{path:"/",component:()=>t(m,{sx:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",flex:1,fontSize:24,fontWeight:"bold"},children:[e("img",{src:"logo.png",style:{margin:5}}),e("div",{children:"Welcome to Ezzsteel Flat Product Management System"}),t("div",{style:{fontSize:16},children:["Use side menu [",e(re,{icon:"bars",style:{marginLeft:10,marginRight:10}}),"] to navigate to your authorized system modules"]})]})},...[...[{path:"admin/attachments",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/attachment/all",deleteById:"api/v1/admin/attachment",save:"api/v1/admin/attachment",findById:"api/v1/admin/attachment",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_ATTACHMENT_NUMBER",fieldName:"attachmentNumber",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_ATTACHMENT_SIZE",fieldName:"attachmentSize",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_ATTACHMENT_TYPE",fieldName:"attachmentType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_CATEGORY",fieldName:"category",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_DOC_TYPE",fieldName:"docType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_FILE_NAME",fieldName:"fileName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_REF_KEY",fieldName:"refKey",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_REMARK",fieldName:"remark",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ATTACHMENT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ATTACHMENT_EDIT"},deleteAction:{isEnabled:!0,authority:"ATTACHMENT_DELETE"}})},authority:"ATTACHMENT_VIEW"},{path:"admin/authorities",component:()=>{const[t,i]=$([]),o=Xr({commonStoreKey:"SystemAuthorities",deleteById:"api/v1/admin/authority",save:"api/v1/admin/authority",findById:"api/v1/admin/authority",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_AUTHORITY_CODE",fieldName:"authorityCode",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_AUTHORITY_DESCRIPTION",fieldName:"authorityDescription",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_AUTHORITY_NAME",fieldName:"authorityName",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_ORGANIZATION_APPLICATION_ID",fieldName:"organizationApplicationId",required:!1,fieldType:"text",gridProps:{hidden:!0}}}],keyColumnName:"id",gridTitle:"AUTHORITY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"AUTHORITY_EDIT"},deleteAction:{isEnabled:!0,authority:"AUTHORITY_DELETE"}})},authority:"AUTHORITY_VIEW"},{path:"admin/blueprints",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/blueprint/all",deleteById:"api/v1/admin/blueprint",save:"api/v1/admin/blueprint",findById:"api/v1/admin/blueprint",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_BLUE_PRINT_CODE",fieldName:"bluePrintCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_QUERY_ID",fieldName:"queryId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"BLUE_PRINT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"BLUE_PRINT_EDIT"},deleteAction:{isEnabled:!0,authority:"BLUE_PRINT_DELETE"}})},authority:"BLUE_PRINT_VIEW"},{path:"admin/blueprintpages",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/blueprintpage/all",deleteById:"api/v1/admin/blueprintpage",save:"api/v1/admin/blueprintpage",findById:"api/v1/admin/blueprintpage",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_BLUE_PRINT_ID",fieldName:"bluePrintId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_PAGE_NAME",fieldName:"pageName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_PAGE_ORDER",fieldName:"pageOrder",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_QUERY_ID",fieldName:"queryId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"BLUE_PRINT_PAGE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"BLUE_PRINT_PAGE_EDIT"},deleteAction:{isEnabled:!0,authority:"BLUE_PRINT_PAGE_DELETE"}})},authority:"BLUE_PRINT_PAGE_VIEW"},{path:"admin/blueprintpoints",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/blueprintpoint/all",deleteById:"api/v1/admin/blueprintpoint",save:"api/v1/admin/blueprintpoint",findById:"api/v1/admin/blueprintpoint",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_BLUE_PRINT_PAGE_ID",fieldName:"bluePrintPageId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_FONT_SIZE",fieldName:"fontSize",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_POINT_CODE",fieldName:"pointCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_X",fieldName:"x",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_Y",fieldName:"y",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"BLUE_PRINT_POINT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"BLUE_PRINT_POINT_EDIT"},deleteAction:{isEnabled:!0,authority:"BLUE_PRINT_POINT_DELETE"}})},authority:"BLUE_PRINT_POINT_VIEW"},{path:"admin/dashboards",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/dashboard/all",deleteById:"api/v1/admin/dashboard",save:"api/v1/admin/dashboard",findById:"api/v1/admin/dashboard",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_DASHBOARD_CODE",fieldName:"dashboardCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_DASHBOARD_NAME",fieldName:"dashboardName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_DASHBOARD_TITLE",fieldName:"dashboardTitle",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_LOAD_WIDGETS_INDIVIDUALLY",fieldName:"loadWidgetsIndividually",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_NUMBER_OF_COLUMNS",fieldName:"numberOfColumns",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"DASHBOARD_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DASHBOARD_EDIT"},deleteAction:{isEnabled:!0,authority:"DASHBOARD_DELETE"}})},authority:"DASHBOARD_VIEW"},{path:"admin/dashboardwidgets",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/dashboardwidget/all",deleteById:"api/v1/admin/dashboardwidget",save:"api/v1/admin/dashboardwidget",findById:"api/v1/admin/dashboardwidget",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_WIDGET_DASHBOARD_ID",fieldName:"dashboardId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_WIDGET_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_WIDGET_WIDGET_ID",fieldName:"widgetId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_WIDGET_WIDGET_ORDER",fieldName:"widgetOrder",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"DASHBOARD_WIDGET_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DASHBOARD_WIDGET_EDIT"},deleteAction:{isEnabled:!0,authority:"DASHBOARD_WIDGET_DELETE"}})},authority:"DASHBOARD_WIDGET_VIEW"},{path:"admin/dataqueries",component:()=>{const[t,i]=$([]),o=Xr({commonStoreKey:"SystemDataQueries",deleteById:"api/v1/admin/dataquery",save:"api/v1/admin/dataquery",findById:"api/v1/admin/dataquery",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_DATASOURCE_CON_ID",fieldName:"datasourceConId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_QUERY_NAME",fieldName:"queryName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_QUERY_STR",fieldName:"queryStr",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_USE_SYS_CON",fieldName:"useSysCon",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"DATA_QUERY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DATA_QUERY_EDIT"},deleteAction:{isEnabled:!0,authority:"DATA_QUERY_DELETE"}})},authority:"DATA_QUERY_VIEW"},{path:"admin/dataqueryparameters",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/dataqueryparameter/all",deleteById:"api/v1/admin/dataqueryparameter",save:"api/v1/admin/dataqueryparameter",findById:"api/v1/admin/dataqueryparameter",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_DATA_QUERY_ID",fieldName:"dataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_DEFAULT_VALUE",fieldName:"defaultValue",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_ENTITY_PARAMETER_ID",fieldName:"entityParameterId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_HIDDEN",fieldName:"hidden",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_MANDATORY",fieldName:"mandatory",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"DATA_QUERY_PARAMETER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DATA_QUERY_PARAMETER_EDIT"},deleteAction:{isEnabled:!0,authority:"DATA_QUERY_PARAMETER_DELETE"}})},authority:"DATA_QUERY_PARAMETER_VIEW"},{path:"admin/datasourceconnections",component:()=>{const[t,i]=$([]),o=Xr({commonStoreKey:"SystemDataSources",deleteById:"api/v1/admin/datasourceconnection",save:"api/v1/admin/datasourceconnection",findById:"api/v1/admin/datasourceconnection",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_CONNECTION_NAME",fieldName:"connectionName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_DATASOURCE_PASSWORD",fieldName:"datasourcePassword",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_DATASOURCE_TYPE",fieldName:"datasourceType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_DATASOURCE_URL",fieldName:"datasourceUrl",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_DATASOURCE_USERNAME",fieldName:"datasourceUsername",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"DATASOURCE_CONNECTION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DATASOURCE_CONNECTION_EDIT"},deleteAction:{isEnabled:!0,authority:"DATASOURCE_CONNECTION_DELETE"}})},authority:"DATASOURCE_CONNECTION_VIEW"},{path:"admin/employees",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/employee/all",deleteById:"api/v1/admin/employee",save:"api/v1/admin/employee",findById:"api/v1/admin/employee",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_EMAIL",fieldName:"email",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_EMPLOYEE_NAME",fieldName:"employeeName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_EMPLOYEE_NUMBER",fieldName:"employeeNumber",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_MOBILE_NUMBER",fieldName:"mobileNumber",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_ORGANIZATION_RANK_ID",fieldName:"organizationRankId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_ORGANIZATION_UNIT_ID",fieldName:"organizationUnitId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_USER_ACCOUNT_ID",fieldName:"userAccountId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"EMPLOYEE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"EMPLOYEE_EDIT"},deleteAction:{isEnabled:!0,authority:"EMPLOYEE_DELETE"}})},authority:"EMPLOYEE_VIEW"},{path:"admin/entityparameters",component:()=>{const[t,i]=$([]),o=Xr({commonStoreKey:"SystemEntityParameters",deleteById:"api/v1/admin/entityparameter",save:"api/v1/admin/entityparameter",findById:"api/v1/admin/entityparameter",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_CODE",fieldName:"parameterCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_DATA_QUERY_ID",fieldName:"parameterDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_DATASET",fieldName:"parameterDataset",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_DISPLAY_FIELD",fieldName:"parameterDisplayField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_LABEL",fieldName:"parameterLabel",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_TYPE",fieldName:"parameterType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_VALUE_FIELD",fieldName:"parameterValueField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_VALUE_FORMAT",fieldName:"parameterValueFormat",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ENTITY_PARAMETER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ENTITY_PARAMETER_EDIT"},deleteAction:{isEnabled:!0,authority:"ENTITY_PARAMETER_DELETE"}})},authority:"ENTITY_PARAMETER_VIEW"},{path:"admin/exceluploaderdetails",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/exceluploaderdetail/all",deleteById:"api/v1/admin/exceluploaderdetail",save:"api/v1/admin/exceluploaderdetail",findById:"api/v1/admin/exceluploaderdetail",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_DETAIL_COLUMN_INDEX",fieldName:"columnIndex",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_DETAIL_EXCEL_UPLOADER_HEADER_ID",fieldName:"excelUploaderHeaderId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_DETAIL_LOOKUP_QUERY_ID",fieldName:"lookupQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_DETAIL_TABLE_FIELD",fieldName:"tableField",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"EXCEL_UPLOADER_DETAIL_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"EXCEL_UPLOADER_DETAIL_EDIT"},deleteAction:{isEnabled:!0,authority:"EXCEL_UPLOADER_DETAIL_DELETE"}})},authority:"EXCEL_UPLOADER_DETAIL_VIEW"},{path:"admin/exceluploaderheaders",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/exceluploaderheader/all",deleteById:"api/v1/admin/exceluploaderheader",save:"api/v1/admin/exceluploaderheader",findById:"api/v1/admin/exceluploaderheader",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_HEADER_UPLOADER_CONNECTION_ID",fieldName:"uploaderConnectionId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_HEADER_UPLOADER_DATABASE_NAME",fieldName:"uploaderDatabaseName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_HEADER_UPLOADER_NAME",fieldName:"uploaderName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_HEADER_UPLOADER_TABLE_NAME",fieldName:"uploaderTableName",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"EXCEL_UPLOADER_HEADER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"EXCEL_UPLOADER_HEADER_EDIT"},deleteAction:{isEnabled:!0,authority:"EXCEL_UPLOADER_HEADER_DELETE"}})},authority:"EXCEL_UPLOADER_HEADER_VIEW"},{path:"admin/lookups",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/lookup/all",deleteById:"api/v1/admin/lookup",save:"api/v1/admin/lookup",findById:"api/v1/admin/lookup",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_LOOKUP_AR_DISPLAY",fieldName:"lookupArDisplay",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_LOOKUP_EN_DISPLAY",fieldName:"lookupEnDisplay",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_LOOKUP_TYPE",fieldName:"lookupType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_LOOKUP_VALUE",fieldName:"lookupValue",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_ORG_CODE",fieldName:"orgCode",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"LOOKUP_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"LOOKUP_EDIT"},deleteAction:{isEnabled:!0,authority:"LOOKUP_DELETE"}})},authority:"LOOKUP_VIEW"},{path:"admin/mailattachments",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/mailattachment/all",deleteById:"api/v1/admin/mailattachment",save:"api/v1/admin/mailattachment",findById:"api/v1/admin/mailattachment",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_ATTACHMENT_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_ATTACHMENT_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_ATTACHMENT_REPORT_ID",fieldName:"reportId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"MAIL_ATTACHMENT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_ATTACHMENT_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_ATTACHMENT_DELETE"}})},authority:"MAIL_ATTACHMENT_VIEW"},{path:"admin/mailbodies",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/mailbody/all",deleteById:"api/v1/admin/mailbody",save:"api/v1/admin/mailbody",findById:"api/v1/admin/mailbody",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_BODY_CONTENT",fieldName:"bodyContent",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_BODY_CONTENT_DATA_QUERY_ID",fieldName:"bodyContentDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_BODY_ORDER",fieldName:"bodyOrder",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_IS_MAIN",fieldName:"isMain",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_PRINT_FOR_EACH_RECORD",fieldName:"printForEachRecord",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"MAIL_BODY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_BODY_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_BODY_DELETE"}})},authority:"MAIL_BODY_VIEW"},{path:"admin/mailnotificationqueues",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/mailnotificationqueue/all",deleteById:"api/v1/admin/mailnotificationqueue",save:"api/v1/admin/mailnotificationqueue",findById:"api/v1/admin/mailnotificationqueue",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_ATTACHED_REPORT_ID",fieldName:"customMailAttachedReportId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_BODY",fieldName:"customMailBody",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_SUBJECT",fieldName:"customMailSubject",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_CUSTOM_RECIPIENTS",fieldName:"customRecipients",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_IS_NOTIFIED",fieldName:"isNotified",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_MAIL_PARAMETERS",fieldName:"mailParameters",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_NOTIFICATION_MESSAGE",fieldName:"notificationMessage",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_NOTIFICATION_TIME",fieldName:"notificationTime",required:!1,fieldType:"datetime"}}],keyColumnName:"id",gridTitle:"MAIL_NOTIFICATION_QUEUE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_NOTIFICATION_QUEUE_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_NOTIFICATION_QUEUE_DELETE"}})},authority:"MAIL_NOTIFICATION_QUEUE_VIEW"},{path:"admin/mailrecipients",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/mailrecipient/all",deleteById:"api/v1/admin/mailrecipient",save:"api/v1/admin/mailrecipient",findById:"api/v1/admin/mailrecipient",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_RECIPIENT_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_RECIPIENT_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_RECIPIENT_RECIPIENT_MAIL",fieldName:"recipientMail",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_RECIPIENT_RECIPIENT_TYPE",fieldName:"recipientType",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"MAIL_RECIPIENT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_RECIPIENT_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_RECIPIENT_DELETE"}})},authority:"MAIL_RECIPIENT_VIEW"},{path:"admin/mailtemplates",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/mailtemplate/all",deleteById:"api/v1/admin/mailtemplate",save:"api/v1/admin/mailtemplate",findById:"api/v1/admin/mailtemplate",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_CC_DATA_QUERY_ID",fieldName:"mailCcDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_SUBJECT",fieldName:"mailSubject",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_TEMPLATE_CODE",fieldName:"mailTemplateCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_TEMPLATE_NAME",fieldName:"mailTemplateName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_TO_DATA_QUERY_ID",fieldName:"mailToDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_PERIOD_TYPE",fieldName:"periodType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_PERIOD_VALUE",fieldName:"periodValue",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_PERIODICAL",fieldName:"periodical",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_START_SENDING_AT",fieldName:"startSendingAt",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_SUBJECT_DATA_QUERY_ID",fieldName:"subjectDataQueryId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"MAIL_TEMPLATE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_TEMPLATE_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_TEMPLATE_DELETE"}})},authority:"MAIL_TEMPLATE_VIEW"},{path:"admin/newtables",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/newtable/all",deleteById:"api/v1/admin/newtable",save:"api/v1/admin/newtable",findById:"api/v1/admin/newtable",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"NEW_TABLE_TEST_DATE",fieldName:"testDate",required:!1,fieldType:"date"}},{type:"field",mode:"props",props:{fieldLabel:"NEW_TABLE_TEST_LONG",fieldName:"testLong",required:!1,fieldType:"number"}},{type:"field",mode:"props",props:{fieldLabel:"NEW_TABLE_TEST_DECIMAL",fieldName:"testDecimal",required:!1,fieldType:"number"}}],keyColumnName:"id",gridTitle:"NEW_TABLE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"NEW_TABLE_EDIT"},deleteAction:{isEnabled:!0,authority:"NEW_TABLE_DELETE"}})},authority:"NEW_TABLE_VIEW"},{path:"admin/notifications",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/notification/all",deleteById:"api/v1/admin/notification",save:"api/v1/admin/notification",findById:"api/v1/admin/notification",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_ACTION_KEY",fieldName:"notificationActionKey",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_ACTION_PAYLOAD",fieldName:"notificationActionPayload",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_CODE",fieldName:"notificationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_ICON",fieldName:"notificationIcon",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_QUERY_ID",fieldName:"notificationQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_TEXT",fieldName:"notificationText",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_USERS_TO_NOTIFY_QUERY_ID",fieldName:"usersToNotifyQueryId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"NOTIFICATION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"NOTIFICATION_EDIT"},deleteAction:{isEnabled:!0,authority:"NOTIFICATION_DELETE"}})},authority:"NOTIFICATION_VIEW"},{path:"admin/notificationqueues",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/notificationqueue/all",deleteById:"api/v1/admin/notificationqueue",save:"api/v1/admin/notificationqueue",findById:"api/v1/admin/notificationqueue",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_KEY",fieldName:"customNotificationActionKey",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_PAYLOAD",fieldName:"customNotificationActionPayload",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ICON",fieldName:"customNotificationIcon",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_TEXT",fieldName:"customNotificationText",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_IS_NOTIFIED",fieldName:"isNotified",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_NOTIFICATION_CODE",fieldName:"notificationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_NOTIFICATION_PARAMS",fieldName:"notificationParams",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_NOTIFIED_TIME",fieldName:"notifiedTime",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_USERNAME",fieldName:"username",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"NOTIFICATION_QUEUE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"NOTIFICATION_QUEUE_EDIT"},deleteAction:{isEnabled:!0,authority:"NOTIFICATION_QUEUE_DELETE"}})},authority:"NOTIFICATION_QUEUE_VIEW"},{path:"admin/organizations",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/organization/all",deleteById:"api/v1/admin/organization",save:"api/v1/admin/organization",findById:"api/v1/admin/organization",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_ORGANIZATION_CODE",fieldName:"organizationCode",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_ORGANIZATION_NAME",fieldName:"organizationName",required:!1,fieldType:"text"}}],keyColumnName:"organizationCode",gridTitle:"ORGANIZATION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_DELETE"}})},authority:"ORGANIZATION_VIEW"},{path:"admin/organizationapplications",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/organizationapplication/all",deleteById:"api/v1/admin/organizationapplication",save:"api/v1/admin/organizationapplication",findById:"api/v1/admin/organizationapplication",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_APPLICATION_APPLICATION_CODE",fieldName:"applicationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_APPLICATION_APPLICATION_DESCRIPTION",fieldName:"applicationDescription",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_APPLICATION_APPLICATION_NAME",fieldName:"applicationName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_APPLICATION_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_APPLICATION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_APPLICATION_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_APPLICATION_DELETE"}})},authority:"ORGANIZATION_APPLICATION_VIEW"},{path:"admin/organizationranks",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/organizationrank/all",deleteById:"api/v1/admin/organizationrank",save:"api/v1/admin/organizationrank",findById:"api/v1/admin/organizationrank",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_ORGANIZATION_CODE",fieldName:"organizationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_RANK_CODE",fieldName:"rankCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_RANK_NAME",fieldName:"rankName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_RANK_ORDER",fieldName:"rankOrder",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_RANK_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_RANK_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_RANK_DELETE"}})},authority:"ORGANIZATION_RANK_VIEW"},{path:"admin/organizationunits",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/organizationunit/all",deleteById:"api/v1/admin/organizationunit",save:"api/v1/admin/organizationunit",findById:"api/v1/admin/organizationunit",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ORGANIZATION_CODE",fieldName:"organizationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ORGANIZATION_UNIT_AR_NAME",fieldName:"organizationUnitArName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ORGANIZATION_UNIT_EN_NAME",fieldName:"organizationUnitEnName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ORGANIZATION_UNIT_PARENT_ID",fieldName:"organizationUnitParentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_UNIT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_UNIT_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_UNIT_DELETE"}})},authority:"ORGANIZATION_UNIT_VIEW"},{path:"admin/organizationusers",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/organizationuser/all",deleteById:"api/v1/admin/organizationuser",save:"api/v1/admin/organizationuser",findById:"api/v1/admin/organizationuser",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_IS_DEFAULT",fieldName:"isDefault",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ORGANIZATION_CODE",fieldName:"organizationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_USERNAME",fieldName:"username",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_USER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_USER_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_USER_DELETE"}})},authority:"ORGANIZATION_USER_VIEW"},{path:"admin/organizationuserroles",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/organizationuserrole/all",deleteById:"api/v1/admin/organizationuserrole",save:"api/v1/admin/organizationuserrole",findById:"api/v1/admin/organizationuserrole",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_END_DATE",fieldName:"endDate",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_ORGANIZATION_CODE",fieldName:"organizationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_ROLE_ID",fieldName:"roleId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_START_DATE",fieldName:"startDate",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_USERNAME",fieldName:"username",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_USER_ROLE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_USER_ROLE_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_USER_ROLE_DELETE"}})},authority:"ORGANIZATION_USER_ROLE_VIEW"},{path:"admin/reports",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/report/all",deleteById:"api/v1/admin/report",save:"api/v1/admin/report",findById:"api/v1/admin/report",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"REPORT_DATASOURCE_CON_ID",fieldName:"datasourceConId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_BLUE_PRINT_ID",fieldName:"reportBluePrintId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_CATEGORY",fieldName:"reportCategory",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_CODE",fieldName:"reportCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_EXCEL_DATA_QUERY_ID",fieldName:"reportExcelDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_EXPORT_NAME",fieldName:"reportExportName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_JASPER_NAME",fieldName:"reportJasperName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_JASPER_PATH",fieldName:"reportJasperPath",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_MENU_CODE",fieldName:"reportMenuCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_NAME",fieldName:"reportName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_TYPE",fieldName:"reportType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_USE_SYS_DATASOURCE",fieldName:"useSysDatasource",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"REPORT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"REPORT_EDIT"},deleteAction:{isEnabled:!0,authority:"REPORT_DELETE"}})},authority:"REPORT_VIEW"},{path:"admin/reportparameters",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/reportparameter/all",deleteById:"api/v1/admin/reportparameter",save:"api/v1/admin/reportparameter",findById:"api/v1/admin/reportparameter",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_DEFAULT_VALUE",fieldName:"defaultValue",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_ENTITY_PARAMETER_ID",fieldName:"entityParameterId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_HIDDEN",fieldName:"hidden",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_MANDATORY",fieldName:"mandatory",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_REPORT_ID",fieldName:"reportId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"REPORT_PARAMETER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"REPORT_PARAMETER_EDIT"},deleteAction:{isEnabled:!0,authority:"REPORT_PARAMETER_DELETE"}})},authority:"REPORT_PARAMETER_VIEW"},{path:"admin/roles",component:()=>{const[t,i]=$([]),o=Xr({commonStoreKey:"SystemRoles",deleteById:"api/v1/admin/role",save:"api/v1/admin/role",findById:"api/v1/admin/role",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ROLE_ROLE_NAME",fieldName:"roleName",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_DESCRIPTION",fieldName:"description",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_ORGANIZATION_APPLICATION_ID",fieldName:"organizationApplicationId",required:!1,fieldType:"text",gridProps:{hidden:!0}}}],keyColumnName:"id",gridTitle:"ROLE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ROLE_EDIT"},deleteAction:{isEnabled:!0,authority:"ROLE_DELETE"}})},authority:"ROLE_VIEW"},{path:"admin/roleauthorities",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/roleauthority/all",deleteById:"api/v1/admin/roleauthority",save:"api/v1/admin/roleauthority",findById:"api/v1/admin/roleauthority",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ROLE_AUTHORITY_AUTHORITY_ID",fieldName:"authorityId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_AUTHORITY_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_AUTHORITY_ROLE_ID",fieldName:"roleId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ROLE_AUTHORITY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ROLE_AUTHORITY_EDIT"},deleteAction:{isEnabled:!0,authority:"ROLE_AUTHORITY_DELETE"}})},authority:"ROLE_AUTHORITY_VIEW"},{path:"admin/useraccounts",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/useraccount/all",deleteById:"api/v1/admin/useraccount",save:"api/v1/admin/useraccount",findById:"api/v1/admin/useraccount",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"USER_ACCOUNT_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"USER_ACCOUNT_PASSWORD",fieldName:"password",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_ACCOUNT_USERNAME",fieldName:"username",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"USER_ACCOUNT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"USER_ACCOUNT_EDIT"},deleteAction:{isEnabled:!0,authority:"USER_ACCOUNT_DELETE"}})},authority:"USER_ACCOUNT_VIEW"},{path:"admin/userrequests",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/userrequest/all",deleteById:"api/v1/admin/userrequest",save:"api/v1/admin/userrequest",findById:"api/v1/admin/userrequest",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_IS_NOTIFIED",fieldName:"isNotified",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_MAILS_TO_NOTIFY",fieldName:"mailsToNotify",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_NOTIFICATION_MESSAGE",fieldName:"notificationMessage",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_NOTIFICATION_TIME",fieldName:"notificationTime",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_NOTIFICATION_TYPE",fieldName:"notificationType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_NOTIFY_USER",fieldName:"notifyUser",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_REPORT_CODE",fieldName:"reportCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_REPORT_PARAMETERS",fieldName:"reportParameters",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_REQUEST_TYPE",fieldName:"requestType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_STATUS",fieldName:"status",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_STATUS_MESSAGE",fieldName:"statusMessage",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"USER_REQUEST_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"USER_REQUEST_EDIT"},deleteAction:{isEnabled:!0,authority:"USER_REQUEST_DELETE"}})},authority:"USER_REQUEST_VIEW"},{path:"admin/widgets",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/widget/all",deleteById:"api/v1/admin/widget",save:"api/v1/admin/widget",findById:"api/v1/admin/widget",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WIDGET_DATA_QUERY_ID",fieldName:"dataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_HEIGHT",fieldName:"height",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_HORIZONTAL_AXIS_FIELD",fieldName:"horizontalAxisField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_HORIZONTAL_AXIS_LABEL",fieldName:"horizontalAxisLabel",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_ICON",fieldName:"icon",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_SERIES_KEYS",fieldName:"seriesKeys",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_TITLE",fieldName:"title",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_VERTICAL_AXIS_FIELD",fieldName:"verticalAxisField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_VERTICAL_AXIS_LABEL",fieldName:"verticalAxisLabel",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_WIDGET_DESCRIPTION",fieldName:"widgetDescription",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_WIDGET_NAME",fieldName:"widgetName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_WIDGET_TYPE",fieldName:"widgetType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_WIDTH",fieldName:"width",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WIDGET_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WIDGET_EDIT"},deleteAction:{isEnabled:!0,authority:"WIDGET_DELETE"}})},authority:"WIDGET_VIEW"},{path:"admin/workflowdocuments",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/workflowdocument/all",deleteById:"api/v1/admin/workflowdocument",save:"api/v1/admin/workflowdocument",findById:"api/v1/admin/workflowdocument",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_APP_NOTIFICATION_ICON",fieldName:"appNotificationIcon",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_APP_NOTIFICATION_STYLE",fieldName:"appNotificationStyle",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_APP_VIEW_ROUTE",fieldName:"appViewRoute",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_CODE",fieldName:"documentCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_CON_ID",fieldName:"documentConId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_NAME",fieldName:"documentDatabaseName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_TABLE",fieldName:"documentDatabaseTable",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_ID_FIELD",fieldName:"documentIdField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_NAME",fieldName:"documentName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_NUMBER_FIELD",fieldName:"documentNumberField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_REPORT_ID",fieldName:"documentReportId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_STATUS_FIELD",fieldName:"documentStatusField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_APPROVAL_ALLOWED",fieldName:"mailApprovalAllowed",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ORG_CODE",fieldName:"orgCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_USE_SYSTEM_CON",fieldName:"useSystemCon",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_DELETE"}})},authority:"WORKFLOW_DOCUMENT_VIEW"},{path:"admin/workflowdocumentactions",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/workflowdocumentaction/all",deleteById:"api/v1/admin/workflowdocumentaction",save:"api/v1/admin/workflowdocumentaction",findById:"api/v1/admin/workflowdocumentaction",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_CODE",fieldName:"documentActionCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_NAME",fieldName:"documentActionName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_NEXT_DOCUMENT_STATUS_ID",fieldName:"nextDocumentStatusId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_POST_ACTION_ENDPOINT",fieldName:"postActionEndpoint",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_PRE_ACTION_ENDPOINT",fieldName:"preActionEndpoint",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_REQUIRE_COMMENT",fieldName:"requireComment",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_WORKFLOW_DOCUMENT_ID",fieldName:"workflowDocumentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_ACTION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_DELETE"}})},authority:"WORKFLOW_DOCUMENT_ACTION_VIEW"},{path:"admin/workflowdocumentactionhistories",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/workflowdocumentactionhistory/all",deleteById:"api/v1/admin/workflowdocumentactionhistory",save:"api/v1/admin/workflowdocumentactionhistory",findById:"api/v1/admin/workflowdocumentactionhistory",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_BY",fieldName:"actionBy",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_COMMENT",fieldName:"actionComment",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_METHOD",fieldName:"actionMethod",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_TIME",fieldName:"actionTime",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_ACTION_ID",fieldName:"documentActionId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_REF_ID",fieldName:"documentRefId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_WORKFLOW_DOCUMENT_ID",fieldName:"workflowDocumentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_ACTION_HISTORY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_HISTORY_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_HISTORY_DELETE"}})},authority:"WORKFLOW_DOCUMENT_ACTION_HISTORY_VIEW"},{path:"admin/workflowdocumentactionmails",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/workflowdocumentactionmail/all",deleteById:"api/v1/admin/workflowdocumentactionmail",save:"api/v1/admin/workflowdocumentactionmail",findById:"api/v1/admin/workflowdocumentactionmail",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_MAIL_DOCUMENT_ACTION_ID",fieldName:"documentActionId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_MAIL_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_MAIL_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_ACTION_MAIL_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_MAIL_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_MAIL_DELETE"}})},authority:"WORKFLOW_DOCUMENT_ACTION_MAIL_VIEW"},{path:"admin/workflowdocumentmaillogs",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/workflowdocumentmaillog/all",deleteById:"api/v1/admin/workflowdocumentmaillog",save:"api/v1/admin/workflowdocumentmaillog",findById:"api/v1/admin/workflowdocumentmaillog",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_GRAPH_API_MSG_ID",fieldName:"graphApiMsgId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_IS_PROCESSED",fieldName:"isProcessed",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_ACTION_CODE",fieldName:"mailActionCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_BODY_CONTENT",fieldName:"mailBodyContent",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_FROM",fieldName:"mailFrom",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_SUBJECT",fieldName:"mailSubject",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_MESSAGE",fieldName:"processMessage",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_TIME",fieldName:"processTime",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_REF_DOC_ID",fieldName:"refDocId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_WORKFLOW_DOCUMENT_ID",fieldName:"workflowDocumentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_MAIL_LOG_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_MAIL_LOG_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_MAIL_LOG_DELETE"}})},authority:"WORKFLOW_DOCUMENT_MAIL_LOG_VIEW"},{path:"admin/workflowdocumentstatuses",component:()=>{const[t,i]=$([]),o=Xr({findAll:"api/v1/admin/workflowdocumentstatus/all",deleteById:"api/v1/admin/workflowdocumentstatus",save:"api/v1/admin/workflowdocumentstatus",findById:"api/v1/admin/workflowdocumentstatus",setData:i});return e(jr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_CODE",fieldName:"documentStatusCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_NAME",fieldName:"documentStatusName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_ORDER",fieldName:"documentStatusOrder",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_IS_ZERO_STATE",fieldName:"isZeroState",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_NEXT_ACTION_TAKERS_QUERY_ID",fieldName:"nextActionTakersQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_NEXT_ACTIONS_QUERY_ID",fieldName:"nextActionsQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_WORKFLOW_DOCUMENT_ID",fieldName:"workflowDocumentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_STATUS_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_STATUS_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_STATUS_DELETE"}})},authority:"WORKFLOW_DOCUMENT_STATUS_VIEW"}]]],ea=()=>{const i=r((e=>e.AppLayout)),o=r((e=>e.AppInfo.value)),a=r((e=>e.AppInfo.value.businessRoutes));return e(H,{value:"ltr"===i.appDirection?mi:ui,children:e(m,{sx:{display:"flex",flexDirection:"column",justifyContent:"flex-start",flex:1,overflow:"hidden",padding:3},children:t(Se,{children:[o.enableAdministrationModule?Jr.map(((t,i)=>e(ge,{path:t.path,Component:t.component},"adm"+i))):null,a.map(((t,i)=>e(ge,{path:t.path,Component:t.component},"bs"+i)))]})})})},ta=X("div")((({theme:e})=>({width:30,height:6,margin:10,backgroundColor:st[300],borderRadius:3,top:8,...e.applyStyles("dark",{backgroundColor:st[900]})})));function ia(i){const{window:a}=i,n=r((e=>e.AppLayout)),d=r((e=>e.AppInfo.value)),l=o(),s=e=>{l(Mt.setSideBarState(e))};return e(pt,{container:void 0!==a?()=>a().document.body:void 0,anchor:"bottom",open:n.sideBarOpened,onClose:()=>{s(!1)},onOpen:()=>{s(!0)},swipeAreaWidth:56,disableSwipeToOpen:!1,ModalProps:{keepMounted:!0},children:t(m,{sx:{display:"flex",flexDirection:"column",alignItems:"center",height:"100%",overflow:"hidden"},children:[e(ta,{}),e(m,{sx:{flexGrow:1,display:"flex",justifyContent:"center",width:"99%",overflowY:"auto"},children:e(ci,{})}),t(m,{sx:{display:"flex",alignItems:"center",justifyContent:"space-around",marginTop:1,width:"100%"},children:[e(A,{sx:{fontSize:12},color:"textDisabled",children:d.appName}),t(A,{sx:{fontSize:12},color:"textDisabled",children:["V.",d.appVersion]})]})]})})}const oa=()=>{const t=r((e=>e.loadingMask.value));return e(Y,{sx:{color:"#fff",zIndex:e=>e.zIndex.drawer+1},open:t.isOpened,children:e(q,{color:"inherit"})})},ra=()=>{const a=r((e=>e.AppInfo.value)),[n,d]=$(""),[l,s]=$(""),[p,_]=$(!1),E=r((e=>e.UserSession.value)),T=o(),c=async()=>{if(null==n||""==n)return void ae.error("username is required to proceed");if(null==l||""==l)return void ae.error("password is required to proceed");_(!0);let e=null;try{if(e=await de.post(`${a.apiBaseUrl}/api/auth/login`,{username:n,password:l},{withCredentials:!0}),null!=e.data&&""!==e.data){_(!1);const t={isAuthenticated:!0,authorities:e.data.authorities,userProfile:e.data};T(bt.setAuthenticated(t))}}catch(e){_(!1),ae.error(e?.response?.data||"failed to authenticate, contact your administrator")}},u=r((e=>e.UserSession.value)),O=K({components:{MuiCssBaseline:{styleOverrides:`\n /* Custom Scrollbar */\n * {\n scrollbar-width: thin;\n scrollbar-color: ${a.appTheme.dark.primaryColor} #121212;\n }\n \n /* Webkit Browsers */\n *::-webkit-scrollbar {\n width: 12px;\n height: 10px;\n } \n `}},palette:{mode:"dark",primary:{main:a.appTheme.dark.primaryColor},secondary:{main:a.appTheme.dark.secondaryColor}}});return j((()=>{(async()=>{if(a?.apiBaseUrl&&null==u.isAuthenticated)try{let e=await de.get(`${a.apiBaseUrl}/api/auth/userInfo`,{withCredentials:!0});if(null!=e&&null!=e.data){const t={isAuthenticated:!0,authorities:e.data.authorities,userProfile:e.data};T(bt.setAuthenticated(t))}else T(bt.setUnAuthenticated())}catch(e){T(bt.setUnAuthenticated())}})()}),[a]),e(Q,{theme:O,children:e(w,{sx:{display:"flex",height:"100vh",width:"100%",borderRadius:0,alignItems:"center",justifyContent:"center"},children:0==E.isAuthenticated?t(m,{sx:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"},children:[e("img",{src:a?.appLogo,width:150,height:150}),e(A,{sx:{m:1},variant:"h4",color:"textSecondary",children:a?.appName}),t(A,{sx:{paddingRight:1,width:"100%",textAlign:"right",fontSize:10},variant:"caption",color:"textSecondary",children:["V.",a.appVersion]}),e(D,{label:"username",sx:{width:300,m:1},value:n,onChange:e=>{d(e.target.value)},onKeyDown:e=>{"Enter"===e.key&&c()}}),e(D,{label:"password",sx:{width:300,m:1},value:l,type:"password",onChange:e=>{s(e.target.value)},onKeyDown:e=>{"Enter"===e.key&&c()}}),e(L,{loading:p,onClick:c,variant:"contained",color:"primary",sx:{m:1},children:"login"})]}):t(i,{children:[e(q,{sx:{marginRight:1}}),e("div",{children:"You will be redirected shortly ... please wait"})]})})})},aa=X("main",{shouldForwardProp:e=>"open"!==e})((({theme:e,open:t})=>{const i=r((e=>e.AppLayout)),a=o(),{show:n,hide:d}=Ht(),l=r((e=>e.commonStores)),s=ee(),p=Vt(),{isUserAuthorized:_}=ii(),{handleGetRequest:E}=Qt();return j((()=>{(async()=>{n("Loading ... please wait");let e=Object.keys(l);for(let t of e)void 0!==l[t]?.authority&&null!==l[t]?.authority&&!_(l[t]?.authority)||""==l[t]?.url||!0!==l[t].autoLoad||await E({endPointURI:l[t].url,showMask:!1,successCallBkFn:e=>{a(Ft({storeKey:t,data:e.data}))},failureCallBkFn:()=>{a(Ft({storeKey:t,data:[]}))}});d()})()}),[]),{display:"flex",flexDirection:"column",overflow:"hidden",flexGrow:1,width:!p&&t?"calc(100% - 350px)":"100%",direction:i.appDirection,justifyContent:"flex-start",transition:!0===t?s.transitions.create(["margin","width"],{easing:s.transitions.easing.easeOut,duration:s.transitions.duration.enteringScreen}):s.transitions.create(["margin","width"],{easing:s.transitions.easing.sharp,duration:s.transitions.duration.leavingScreen}),marginLeft:p||"ltr"!==i.appDirection||!0!==t?0:Ct+"px",marginRight:p||"rtl"!==i.appDirection||!0!==t?0:Ct+"px"}}));function na(){const i=r((e=>e.AppLayout)),o=Vt(),a=r((e=>e.UserSession));return t(ve,{children:[e(ne,{draggable:!0,position:"bottom-center"}),e(oa,{}),!0===a.value.isAuthenticated?t(aa,{open:i.sideBarOpened,children:[e(te,{}),e(Xt,{}),o?null:e(Ai,{}),o?e(ia,{}):null,e(Jt,{}),e(ea,{})]}):e(ra,{})]})}const da=t=>{_t.setLicenseKey(t.muiPremiumKey);const i={components:{MuiCssBaseline:{styleOverrides:`\n /* Custom Scrollbar */\n * {\n scrollbar-width: thin;\n scrollbar-color: ${t.appTheme.light.primaryColor} #ffffff;\n }\n \n /* Webkit Browsers */\n *::-webkit-scrollbar {\n width: 12px;\n height: 10px;\n } \n `}},palette:{mode:"light",primary:{main:t.appTheme.light.primaryColor},secondary:{main:t.appTheme.light.secondaryColor},background:{default:"#f5f5f5",paper:"#f5f5f5"}}},a={components:{MuiCssBaseline:{styleOverrides:`\n /* Custom Scrollbar */\n * {\n scrollbar-width: thin;\n scrollbar-color: ${t.appTheme.dark.primaryColor} #121212;\n }\n \n /* Webkit Browsers */\n *::-webkit-scrollbar {\n width: 12px;\n height: 10px;\n } \n `}},palette:{mode:"dark",primary:{main:t.appTheme.dark.primaryColor},secondary:{main:t.appTheme.dark.secondaryColor}}},n=o(),d=r((e=>e.AppLayout));let l={...i};"dark"===d.themeMode&&(l={...a});const s=K({direction:d.appDirection,...l});return j((()=>{document.title=t.documentTitle,n(Yt.setAppInfo(t))}),[]),e(Q,{theme:s,children:e(na,{})})},la={SystemDataSourceType:{autoLoad:!1,data:[{value:"Mysql"},{value:"Oracle"},{value:"DB2"}],url:""},SystemParameterTypes:{autoLoad:!1,url:"",data:[{value:"datetime"},{value:"date"},{value:"text"},{value:"number"},{value:"droplist"}]},SystemReportTypes:{autoLoad:!1,url:"",data:[{value:"Excel"},{value:"Jasper"},{value:"Blueprint"}]},SystemWidgetTypes:{autoLoad:!1,url:"",data:[{name:"LineChart"},{name:"ColumnChart"},{name:"PieChart"},{name:"Card"},{name:"CircularProgress"},{name:"LinearProgress"}]},SystemMailRecipientTypes:{autoLoad:!1,url:"",data:[{name:"To"},{name:"CC"}]},SystemDataSources:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/datasourceconnection/all"},SystemDataQueries:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/dataquery/all"},SystemEntityParameters:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/entityparameter/all"},SystemAuthorities:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/authority/all"},SystemRoles:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/role/all"}};l.add(s),l.add(p),l.add(_);const sa=t=>{if(t.enableAdministrationModule)for(let e of Object.keys(la))Wt[e]=la[e];if(t?.businessCommonStoresMetaData)for(let e of Object.keys(t.businessCommonStoresMetaData))Wt[e]=t.businessCommonStoresMetaData[e];if(t?.businessReduxReducers)for(let e of Object.keys(t.businessReduxReducers))i=e,o=t.businessReduxReducers[e],qt[i]||(qt[i]=o);var i,o;return e(a,{store:Kt,children:e(da,{...t})})};function pa(e,t){return e.filter((e=>-1===t.indexOf(e)))}function _a(e,t){return e.filter((e=>-1!==t.indexOf(e)))}const Ea=({valueField:i="id",displayField:o="name",options:r=[],selectedOptions:a=[],setSelection:n})=>{const[d,l]=z.useState([]),[s,p]=z.useState(r),[_,E]=z.useState(a),[T,c]=z.useState(""),[A,u]=z.useState(""),O=_a(d,s),I=_a(d,_),f=e=>()=>{const t=d.indexOf(e),i=[...d];-1===t?i.push(e):i.splice(t,1),l(i)},N=e=>_a(d,e).length,R=e=>()=>{var t,i;N(e)===e.length?l(pa(d,e)):l((t=d,i=e,[...t,...pa(i,t)]))},L=(r,a,n)=>{const l=a.filter((e=>{if(e[o]){const t=e[o];if("left"===n&&t.toLocaleLowerCase().includes(T.toLocaleLowerCase()))return!0;if("right"===n&&t.toLocaleLowerCase().includes(A.toLocaleLowerCase()))return!0}return!1}));return t(Tt,{sx:{height:"100%"},children:[e(ct,{sx:{px:2,py:1},avatar:e(Ot,{onClick:R(l),checked:N(l)===l.length&&0!==l.length,indeterminate:N(l)!==l.length&&0!==N(l),disabled:0===l.length,inputProps:{"aria-label":"all items selected"}}),title:r,subheader:`${N(a)} / ${a.length} Selected`}),e(m,{sx:{width:"100%",padding:1},children:e(Gr,{fullWidth:!0,label:"search",value:"left"===n?T:A,onChange:e=>{"left"===n?c(e.target.value):u(e.target.value)}})}),e(_e,{}),e(Et,{sx:{width:"100%",height:"100%",bgcolor:"secondary",overflow:"auto"},dense:!0,component:"div",role:"list",children:l.map((r=>{const a=`transfer-list-all-item-${r[i]}-label`;return t(At,{role:"listitem",component:"button",onClick:f(r),children:[e(mt,{children:e(Ot,{checked:-1!==d.indexOf(r),tabIndex:-1,disableRipple:!0,inputProps:{"aria-labelledby":a}})}),e(ut,{id:r[i],primary:r[o]})]},r[i])}))})]})};return t(v,{container:!0,spacing:2,sx:{flexGrow:1,overflow:"auto",margin:1,display:"flex",width:"100%"},justifyContent:"center",alignItems:"center",children:[e(v,{sx:{height:"100%",flex:1},children:L("Available Items",s,"left")}),e(v,{children:t(v,{container:!0,direction:"column",alignItems:"center",children:[e(It,{sx:{my:.5},variant:"outlined",size:"small",onClick:()=>{E((e=>{let t=_.concat(O);return n(t),t})),p(pa(s,O)),l(pa(d,O))},disabled:0===O.length,"aria-label":"move selected right",children:">"}),e(It,{sx:{my:.5},variant:"outlined",size:"small",onClick:()=>{p(s.concat(I)),E((e=>{let t=pa(_,I);return n(t),t})),l(pa(d,I))},disabled:0===I.length,"aria-label":"move selected left",children:"<"})]})}),e(v,{sx:{height:"100%",flex:1},children:L("Currently Selected",_,"right")})]})},Ta=t=>{const i=t.data.map(((e,i)=>({id:i,value:e[t.valueField],label:e[t.labelField]+""})));return console.log("chartData",i),e(Nt,{series:[{data:i}]})},ca=t=>e(Rt,{dataset:t.data,xAxis:[{dataKey:t.valueField,scaleType:"band"}],series:t.labelField?.split(",").map((e=>({dataKey:e,label:e})))}),Aa=t=>e(Lt,{dataset:t.data,xAxis:[{dataKey:t.valueField,scaleType:"band"}],series:t.labelField?.split(",").map((e=>({dataKey:e,label:e})))}),ua=o=>t(i,{children:[t(A,{sx:{fontSize:16,fontWeight:"bold"},children:[o.widgetTitle," - ",o.record[o.labelField]]}),e(yt,{width:200,height:200,value:o.record[o.valueField]})]}),ma=i=>t(w,{sx:{display:"flex",flexDirection:"column",height:150,padding:1,flexGrow:1,justifyContent:"center",alignItems:"center"},children:[e(m,{sx:{display:"flex",width:"100%",justifyContent:"space-evenly",alignItems:"center"},children:e(A,{sx:{fontSize:16,fontWeight:"bold"},children:i.widgetTitle})}),e(m,{sx:{flex:1,display:"flex",width:"100%",justifyContent:"space-evenly",alignItems:"center"},children:e("div",{children:`${i.record[i.labelField]} : ${i.record[i.valueField]}`})}),e(m,{sx:{display:"flex",width:"100%",justifyContent:"space-evenly",alignItems:"center"}})]});function Oa(i){return t(ue,{sx:{display:"flex",alignItems:"center"},children:[e(ue,{sx:{width:"100%",mr:1},children:e(Dt,{variant:"determinate",...i})}),e(ue,{sx:{minWidth:35},children:e(Oe,{variant:"body2",sx:{color:"text.secondary"},children:`${Math.round(i.value)}%`})})]})}const Ia=i=>t(ue,{sx:{width:"100%"},children:[t(Oe,{sx:{fontSize:16,fontWeight:"bold"},children:[i.widgetTitle," - ",i.record[i.labelField]]}),e(Oa,{value:i.record[i.valueField]})]}),fa=({children:t,widgetType:i})=>e(ft,{size:{xs:12,sm:6,md:4},sx:{alignItems:"center",justifyContent:"center",padding:1,display:"flex",flexDirection:"Card"!=i?"column":void 0,height:300},children:t}),Na=o=>t(i,{children:[e(A,{sx:{fontSize:20,fontWeight:"bold"},children:o.dashboardTitle}),e(ft,{container:!0,sx:{flexGrow:1,width:"100%",overflowY:"auto",padding:2},children:o.dashboardWidgets.map(((o,r)=>"Card"===o.widgetType||"Gauge"===o.widgetType||"Progress"===o.widgetType?e(i,{children:o.data.map(((i,r)=>{const a={widgetTitle:o.widgetTitle,record:i,labelField:o.labelField,valueField:o.valueField};return t(fa,{widgetType:o.widgetType,children:["Card"===o.widgetType?e(ma,{...a}):null,"Gauge"===o.widgetType?e(ua,{...a}):null,"Progress"===o.widgetType?e(Ia,{...a}):null]},r)}))}):t(fa,{widgetType:o.widgetType,children:["Pie"===o.widgetType?e(Ta,{...o}):null,"Line"===o.widgetType?e(Aa,{...o}):null,"Bar"===o.widgetType?e(ca,{...o}):null]},r)))})]});export{sa as BaseApp,Di as CheckBox,yi as ComboBox,fi as DATE_FORMAT,Ni as DATE_TIME_FORMAT,Ri as Datefield,Li as DatetimeField,ca as TemplateBarChart,Na as TemplateDashboard,ma as TemplateDataCard,Vr as TemplateForm,ua as TemplateGauge,jr as TemplateGrid,Aa as TemplateLineChart,Ia as TemplateLineProgress,Ta as TemplatePieChart,Gr as TemplateTextField,Ea as TransferList,Fi as capitalizeFirstLetter,Bi as hasDigitsOnly,Wi as isNumber,wi as isNumeric,Xr as useApiActions,Qt as useAxios,Oi as useConfirmationWindow,Vt as useIsMobile,Ht as useLoadingMask,ii as useSession,Hr as useWindow};
31
+ function(e,t){const i=st(e,t);return"production"!==process.env.NODE_ENV?(...t)=>{const o=`"${e}"`;return 0===t.length?console.error([`MUI: Seems like you called \`styled(${o})()\` without a \`style\` argument.`,'You must provide a `styles` argument: `styled("div")(styleYouForgotToPass)`.'].join("\n")):t.some((e=>void 0===e))&&console.error(`MUI: the styled(${o})(...args) API requires all its args to be defined.`),i(...t)}:i}("div",{shouldForwardProp:e=>"theme"!==e&&"sx"!==e&&"as"!==e})(Mr),d=Q.forwardRef((function(t,d){const l=function(e=br){return Pr(e)}(o),{className:s,component:p="div",..._}=Sr(t);return e(n,{as:p,ref:d,className:Qt(s,a?a(r):r),theme:i&&l[i]||l,..._})}));return d}({defaultClassName:function(e,t,i="Mui"){const o={};return t.forEach((t=>{o[t]=function(e,t,i="Mui"){const o=xr[t];return o?`${i}-${o}`:`${vr.generate(e)}-${t}`}(e,t,i)})),o}("MuiBox",["root"]).root,generateClassName:vr.generate});"production"!==process.env.NODE_ENV&&(Br.propTypes={children:co.node,component:co.elementType,sx:co.oneOfType([co.arrayOf(co.oneOfType([co.func,co.object,co.bool])),co.func,co.object])});const Wr=t=>e(L,{...t,slotProps:{inputLabel:{shrink:!0}}}),wr=t=>{if(t?.fieldInfo){const o=t.fieldInfo,r=t?.formManager||null,a=t?.formActions||null,n=t?.formValues||null,d=t?.fieldInfo?.fieldName||null,l=t?.fieldInfo?.fieldType||null;return o&&r&&n&&d&&l?void 0!==o?.hidden&&o?.hidden||t.hiddenFields.includes(d)?e(i,{}):e(S,{size:o?.formProps?.fieldSize||{lg:12,md:12,sm:12},sx:{padding:1,width:"100%"},children:"text"===l||"number"===l?e(Wr,{fullWidth:!0,type:l,disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),hidden:o?.hidden||!1,label:o?.fieldLabel,value:n[d],onChange:e=>{let t=null;""!=e.target.value&&(t="number"===l&&vi(e.target.value)?Number(e.target.value):e.target.value),r.setValue(d,t),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(t,r,a)},sx:o?.formProps?.style,error:null!=r.formState.errors[d],helperText:r?.formState?.errors[d]?.message?.toString()}):"date"===o?.fieldType?e(Oi,{format:o?.dateFormat||Ei,sx:o?.formProps?.style||{width:"100%"},disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),label:o?.fieldLabel,onChangeCallBack:e=>{r.setValue(d,e),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(e,r,a)},value:n[d],error:null!=r.formState.errors[d],errorMessage:r?.formState?.errors[d]?.message?.toString()}):"datetime"===o?.fieldType?e(Ii,{format:o?.dateFormat||Ti,sx:o?.formProps?.style||{width:"100%"},disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),label:o?.fieldLabel,onChangeCallBack:e=>{r.setValue(d,e),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(e,r,a)},value:n[d],error:null!=r.formState.errors[d],errorMessage:r?.formState?.errors[d]?.message?.toString()}):"checkbox"===o?.fieldType?e(Ni,{label:o?.fieldLabel,onChangeCallBack:e=>{r.setValue(d,e),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(e,r,a)},value:n[d],checkedValue:o?.checkedValue||"true",unCheckedValue:o?.unCheckedValue||"false",disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),sx:o?.formProps?.style}):"combobox"===o?.fieldType?e(fi,{sx:o?.formProps?.style||{width:"100%"},label:o?.fieldLabel,disabled:!(!o?.disabled&&!t.disabledFields.includes(d)),onChangeCallBack:(e,t)=>{let i=null;e&&(i=e+""),r.setValue(d,i),o?.formProps?.onValueChangeCallBack&&o?.formProps?.onValueChangeCallBack(i,r,a,t)},options:o?.options||[],displayField:o?.optionDisplayField||"",valueField:o?.optionValueField||"",value:n[d],errorMessage:r?.formState?.errors[d]?.message?.toString()}):e(i,{children:"Unknown field type"})}):e(i,{})}return e(i,{})},Fr=o=>{const r=zt(),{ConfirmationWindow:a,setOpen:n}=pi({body:o?.confirmationMessage||"",title:"Confirmation",onConfirmationCallBk:()=>{o?.actionFn(o?.record)}});return null==o?.authority||r.isUserAuthorized(o.authority)?t(i,{children:[e(a,{}),t(N,{variant:o?.formActionProps?.actionButtonVariant,color:o?.formActionProps?.actionButtonColor,onClick:()=>{if(o?.actionFn){if(o?.preActionValidation&&!o.preActionValidation(o.record))return;!0===o?.isConfirmationRequired?n(!0):o?.actionFn(o.record)}},children:[o?.icon?e(oe,{icon:o.icon,style:{marginRight:5,marginLeft:5}}):e(i,{}),e("div",{children:o?.label})]})]}):e(i,{})},kr=o=>e(i,{children:t(S,{container:!0,sx:o?.style,alignItems:"flex-start",children:[o?.label?e(S,{size:12,sx:{padding:1,fontWeight:"bold",display:"flex"},children:o?.icon?t(i,{children:[e(oe,{icon:o.icon,style:{marginRight:5,marginLeft:5}}),e("div",{children:o.label})]}):e(i,{children:o.label})}):e(i,{}),o?.elements?o.elements.map((t=>"group"===t.type?e(kr,{...t.props,formManager:o.formManager,formValues:o.formValues,formActions:o.formActions,hiddenFields:o.hiddenFields,disabledFields:o.disabledFields}):"field"===t.type&&"props"===t.mode?e(wr,{fieldInfo:t.props,formManager:o.formManager,formValues:o.formValues,formActions:o.formActions,hiddenFields:o.hiddenFields,disabledFields:o.disabledFields}):"field"===t.type&&"node"===t.mode?e(S,{size:t?.props?.formProps?.fieldSize||{lg:3,md:6,sm:12},sx:{padding:1,width:"100%"},children:e(t.node,{formManager:o.formManager,formValues:o.formValues,formActions:o.formActions})}):void 0)):null,o?.actions?e(S,{size:{sm:12},sx:{padding:1},children:o.actions.map((t=>e(Fr,{...t,record:o.formValues})))}):e(i,{})]})}),Gr=o=>{const r=Ci(o.elements),[a,n]=Z([]),[d,l]=Z([]),s=at.object(Ui(r)),p=dt({resolver:lt(s)}),_=p.watch(),E=Se(),T=o?.formRouteRecordIdParamName,c={setFieldValue:(e,t)=>{p.setValue(e,t)},hideField:e=>{n((t=>[...t,e]))},showField:e=>{n((t=>t.filter((t=>t!==e))))},disableField:e=>{l((t=>[...t,e]))},enableField:e=>{l((t=>t.filter((t=>t!==e))))}};return $((()=>{(async()=>{let e=null;if(o?.recordIdToEdit?e=o.recordIdToEdit:T&&E[T]&&(e=E[T]),e){const t=await o.apiActions.loadRecordById(e);t&&p.reset({...t})}})()}),[o?.recordIdToEdit]),t(i,{children:[e(Br,{sx:{display:"flex",flex:1,width:"100%",height:"fit-content",flexDirection:"column",alignItems:"center",overflow:"auto"},children:e(S,{sx:{width:"100%"},container:!0,children:o.elements.map((t=>"group"===t.type?e(kr,{...t.props,formManager:p,formValues:_,formActions:c,hiddenFields:a,disabledFields:d}):"field"===t.type&&"props"===t.mode?e(wr,{fieldInfo:t.props,formManager:p,formValues:_,formActions:c,hiddenFields:a,disabledFields:d}):"field"===t.type&&"node"===t.mode?e(S,{size:t?.props?.formProps?.fieldSize||{lg:3,md:6,xs:12},sx:{padding:1,width:"100%"},children:e(t.node,{formManager:p,formValues:_})}):void 0))})}),t(Br,{sx:{display:"flex",width:"100%",alignItems:"center",justifyContent:"flex-start"},children:[o?.actions?o.actions.map((t=>!0===t?.formActionProps?.enabled?e(Fr,{...t,record:_}):e(i,{}))):e(i,{}),e("div",{style:{flex:1}}),e(N,{variant:o?.saveButtonSpecs?.actionButtonVariant?o.saveButtonSpecs.actionButtonVariant:"contained",sx:{m:1},startIcon:o?.saveButtonSpecs?.icon?e(oe,{icon:o.saveButtonSpecs.icon}):null,color:o?.saveButtonSpecs?.actionButtonColor?o.saveButtonSpecs.actionButtonColor:"primary",onClick:p.handleSubmit((e=>{console.log("form values",e),(async e=>{if((!o?.preSaveValidation||o.preSaveValidation(e))&&e){const t=await o.apiActions.saveRecord(e);t&&(p.reset({...t}),o?.formSavedSuccessfullyCallBk&&o.formSavedSuccessfullyCallBk(t),o?.formCloseCallBk&&o.formCloseCallBk())}})(e)}),(e=>{ne.error("Form Data is not valid, make sure you have all field with valid data"),console.log("form validation error",e)})),children:o?.saveButtonSpecs?.label||"save"}),e(N,{variant:o?.cancelButtonSpecs?.actionButtonVariant?o.cancelButtonSpecs.actionButtonVariant:"contained",startIcon:o?.cancelButtonSpecs?.icon?e(oe,{icon:o.cancelButtonSpecs.icon}):null,color:o?.cancelButtonSpecs?.actionButtonColor?o.cancelButtonSpecs.actionButtonColor:"error",sx:{m:1},onClick:()=>{o?.formCloseCallBk&&o.formCloseCallBk(),p.reset({})},children:o?.cancelButtonSpecs?.label||"cancel"})]})]})},Yr=i=>{const[o,r]=Z(!1);return{windowState:o,setWindowState:r,Window:a=>e(g,{open:o,sx:{zIndex:e=>e.zIndex.drawer},onClose:()=>{!o&&i?.onCloseCallBack&&i.onCloseCallBack()},children:t(A,{sx:{position:"absolute",top:"50%",left:"50%",maxHeight:"90%",transform:"translate(-50%, -50%)",height:i?.height||"80%",width:i?.width||"90%",minWidth:i.minWidth||400,minHeight:i.minHeight||200,overflow:"hidden",bgcolor:"modalBackground.main",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"flex-start"},children:[e(v,{position:"static",children:t(x,{variant:"dense",children:[e(oe,{icon:i?.windowIcon||"window-maximize",style:{marginRight:5}}),e(T,{variant:"h6",color:"inherit",component:"div",children:i?.windowTitle||"window"}),e("div",{style:{flexGrow:1}}),e(_,{onClick:()=>{r(!1),null!=i.onCloseCallBack&&null!=i.onCloseCallBack&&i.onCloseCallBack()},color:"secondary",children:e(oe,{icon:"xmark-square"})})]})}),e(B,{sx:{display:"flex",flexDirection:"column",alignItems:"center",width:"100%",height:"100%",padding:1,overflow:"hidden"},children:a?.children})]})})}};let Kr=-1;const qr=e=>{try{const t=localStorage.getItem(e);return t?JSON.parse(t):{}}catch(e){return console.error("Failed to load grid state",e),{}}},Vr=(e,t)=>{const i=qr(e);localStorage.setItem(e,JSON.stringify({...i,...t}))},Hr=["__check__","actions"],Qr=o=>{const{t:a}=_e(),n=Ci(o.formElements),d=[],l=z.useMemo((()=>o?.gridStateKey?qr(o.gridStateKey):{}),[]);for(const e of n)!0===e?.gridProps?.hidden&&d.push(e.fieldName);let s={};if(l?.columnVisibilityModel){s=l.columnVisibilityModel;const e=Object.keys(s);for(const t of d)e.includes(t)||(s[t]=!1)}else for(const e of d)s[e]=!1;const p=r((e=>e.AppLayout.appDirection)),[E,c]=z.useState(s),[u,m]=z.useState(l.columnOrder||[]),[O,I]=z.useState(l.columnWidths||{}),[f,N]=Z(l.columnGroupingModel||[]);let R=l?.pinnedColumns?.left||[];R=R.filter((e=>!Hr.includes(e)));let L=l?.pinnedColumns?.right||[]||[];L=L.filter((e=>!Hr.includes(e)));const[y,D]=Z({left:[..."ltr"===p?Hr:[],...R],right:[..."rtl"===p?Hr:[],...L]}),C=zt(),M=be(),[P,b]=Z(null),[S,g]=Z(null),[v,x]=Z({}),[B,k]=Z({ids:new Set,type:"include"});let G="id";o?.keyColumnName&&(G=o?.keyColumnName);const Y=o.setData,K=nt.object(Ui(n)),q=((t,i,o)=>{const r=[];for(const n of t)if("text"===n?.fieldType||"number"===n?.fieldType){const e={...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,type:"number"==n?.fieldType?"number":"string",field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,flex:1,minWidth:200};r.push(e)}else if("date"===n?.fieldType){const t=(a={...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,flex:1,minWidth:200},{...a,type:"string",renderEditCell:t=>e(Oi,{sx:{width:"100%"},label:"",value:t.value,onChangeCallBack:e=>{t.api.setEditCellValue({id:t.id,field:t.field,value:e})}}),valueParser:(e,t,i)=>{let o=null;return null!==e&&(o=et(e).format(Ei)),o},valueFormatter:(e,t,i)=>t[i.field]});r.push(t)}else if("datetime"===n?.fieldType){const e=Ri({...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,flex:1,minWidth:200});r.push(e)}else if("checkbox"===n?.fieldType){const e=yi({...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,checkedValue:n?.checkedValue,unCheckedValue:n?.unCheckedValue,width:150});r.push(e)}else if("combobox"===n?.fieldType){const e=Li({...n?.gridProps?.muiProps,editable:n?.gridProps?.muiProps?.editable||i,field:n?.fieldName,headerName:o(n?.fieldLabel||n?.fieldName),headerAlign:"center",align:"center",hidden:n?.hidden,searchable:n?.gridProps?.searchable,valueField:n?.optionValueField||"value",displayField:n?.optionDisplayField||"display",options:n?.options||[],flex:1,minWidth:200});r.push(e)}var a;return r})(n,"row"===o?.editMode?.editMode||!1,a);let V=!0;o?.editAction?.authority&&(V=C.isUserAuthorized(o.editAction.authority));let H=!0;o?.deleteAction?.authority&&(H=C.isUserAuthorized(o.deleteAction.authority));const{ConfirmationWindow:Q,setOpen:j}=pi({title:"Confirmation",body:"Are you sure you want to delete this record ?",onConfirmationCallBk:async()=>{let e=!0;P&&!0===P?.isNew||(e=await o.apiActions.deleteRecordById(P[G])),e&&(o?.deleteAction?.postActionCallBack&&await o.deleteAction.postActionCallBack(P),Y((e=>e.filter((e=>e[G]!=P[G])))))}});let X,J,ee,te,ie,re;"modal"===o?.editMode?.editMode&&(X=o?.editMode?.specs?.modalHeight||"fit-content",J=o?.editMode?.specs?.modalWidth||"300",ee=o?.editMode?.specs?.modalMinHeight,te=o?.editMode?.specs?.modalMinWidth,ie=o?.editMode?.specs?.modalIcon||"window",re=o?.editMode?.specs?.modalTitle||"Record Form");const{Window:ae,setWindowState:de}=Yr({height:X,minHeight:ee,minWidth:te,onCloseCallBack:()=>{o.apiActions.reloadData(o?.gridLoadParametersValues)},width:J,windowIcon:ie,windowTitle:re}),le={type:"actions",field:"actions",headerName:"",headerAlign:"center",width:(o?.rowActions?30*o.rowActions.length:0)+(o?.editAction&&o?.editAction?.isEnabled?30:0)+(o?.deleteAction&&o?.deleteAction?.isEnabled?30:0),getActions:t=>{const i=t.row,r=[];if("none"!=o?.editMode?.editMode&&(void 0===o?.disableDefaultAction||!o.disableDefaultAction)){const t=v[i[G]]?.mode===Je.Edit;if("row"===o.editMode.editMode&&t)V&&(r.push(e($e,{icon:e(oe,{icon:"save"}),label:a("SAVE_BTN_LABEL"),onClick:()=>{(e=>{const t=e[G];x({...v,[t]:{mode:Je.View}})})(i)}})),r.push(e($e,{icon:e(oe,{icon:"cancel"}),label:a("CANCEL_BTN_LABEL"),onClick:()=>{(e=>{const t=e[G];t&&gi(t)&&t<0?(x({...v,[t]:{mode:Je.View,ignoreModifications:!0}}),Y((e=>{const i=e.filter((e=>e[G]!=t));return i}))):x({...v,[t]:{mode:Je.View,ignoreModifications:!0}})})(i)},color:"inherit"})));else{if(o?.editAction&&!0===o?.editAction?.isEnabled){let t=!0;o?.editAction?.isActionVisibleForRecord&&(t=o?.editAction?.isActionVisibleForRecord(i));let n=!1;o?.editAction?.isActionDisabledForRecord&&(n=o?.editAction?.isActionDisabledForRecord(i)),V&&t&&r.push(e($e,{disabled:n,icon:e(U,{title:a("EDIT_BTN_LABEL"),children:e(oe,{icon:"edit",style:{color:n?"gray":void 0}})}),showInMenu:o?.editAction?.gridActionProps?.showInMenu||!1,label:a("EDIT_BTN_LABEL"),className:"textPrimary",color:"inherit",onClick:()=>{V&&!n&&(async e=>{if(e)if(g(e),"form"===o.editMode.editMode)M(o.editMode.specs.formRoute+"/"+e[G]);else if("modal"===o.editMode.editMode)de(!0);else if("row"===o?.editMode?.editMode){const t=e[G];x({...v,[t]:{mode:Je.Edit}})}})(i)}}))}if(o?.deleteAction&&!0===o?.deleteAction?.isEnabled){let t=!0;o?.deleteAction?.isActionVisibleForRecord&&(t=o?.deleteAction?.isActionVisibleForRecord(i));let n=!1;o?.deleteAction?.isActionDisabledForRecord&&(n=o?.deleteAction?.isActionDisabledForRecord(i)),H&&t&&r.push(e($e,{disabled:n,icon:e(U,{title:a("DELETE_BTN_LABEL"),children:e(oe,{icon:"trash",style:{color:n?"gray":void 0}})}),showInMenu:o?.deleteAction?.gridActionProps?.showInMenu||!1,label:a("DELETE_BTN_LABEL"),className:"textPrimary",color:"inherit",onClick:()=>{if(H&&!n){if(o?.deleteAction?.preActionValidation&&!o.deleteAction.preActionValidation(i))return;b(i),j(!0)}}}))}}}if(o?.rowActions)for(const t of o.rowActions)t?.gridActionProps?.multiRecord&&!0===t?.gridActionProps?.multiRecord||r.push(e(Bi,{...t,record:i,reloadData:async()=>{o.apiActions.reloadData(o?.gridLoadParametersValues)}}));return r}};let se=[];(void 0===o?.disableDefaultAction||!o.disableDefaultAction||o?.rowActions&&o?.rowActions.length>0)&&se.push(le),se=[...se,...q];$((()=>{void 0!==o?.autoLoad&&!0!==o.autoLoad||o.apiActions.reloadData(o?.gridLoadParametersValues)}),[]);const pe=z.useMemo((()=>{const e=se.map((e=>({...e,width:O[e.field]||e.width})));if(u.length){const t=new Map(e.map((e=>[e.field,e])));return u.map((e=>t.get(e))).filter(Boolean)}return e}),[u,O,se]);return t(i,{children:[e(Q,{}),"modal"===o?.editMode?.editMode?e(ae,{children:o?.editMode?.specs?.formComponent?e(o.editMode.specs.formComponent,{recordIdToEdit:S?S[G]:void 0,formCloseCallBk:()=>{de(!1),o.apiActions.reloadData(o?.gridLoadParametersValues)}}):e(Gr,{recordIdToEdit:S?S[G]:void 0,formCloseCallBk:()=>{de(!1),o.apiActions.reloadData(o?.gridLoadParametersValues)},elements:o.formElements,apiActions:o.apiActions,editAuthorityKey:o?.editAction?.authority,formSavedSuccessfullyCallBk:o?.editAction?.postActionCallBack,preSaveValidation:o?.editAction?.preActionValidation,actions:o?.rowActions})}):e(i,{}),void 0!==o?.hideInfoBar||o?.hideInfoBar?e(i,{}):t(A,{sx:{display:"flex"},children:[void 0!==o?.hideBackButton||o?.hideBackButton?e(i,{}):e(_,{onClick:()=>{M("-1",{replace:!0})},children:e(oe,{icon:"arrow-left"})}),t(A,{sx:{flex:1,display:"flex",alignItems:"center",justifyContent:"center"},children:[o?.girdIcon?e(oe,{icon:o.girdIcon,style:{marginRight:5,marginLeft:5}}):e(i,{}),e(T,{variant:"h5",children:o?.gridTitle?xi(a(o?.gridTitle)):""})]})]}),o?.gridLoadParameters&&o?.gridLoadParametersValues&&o?.setGridLoadParametersValues?t(W,{defaultExpanded:!0,children:[e(w,{expandIcon:e(je,{}),children:t(A,{sx:{display:"flex",alignItems:"center",justifyContent:"center"},children:[e(oe,{style:{marginLeft:5,marginRight:5},icon:"search"}),e(T,{component:"span",children:"Filters"})]})}),e(F,{children:e(A,{children:e(Gr,{saveButtonSpecs:{label:a("SEARCH_BTN_LABEL"),icon:"search",actionButtonVariant:"outlined",actionButtonColor:"success"},cancelButtonSpecs:{label:a("RESET_BTN_LABEL"),icon:"eraser",actionButtonVariant:"outlined",actionButtonColor:"error"},apiActions:{deleteRecordById:async()=>!0,saveRecord:async e=>{null!=e?o.setGridLoadParametersValues(e):o.setGridLoadParametersValues({}),o.apiActions.reloadData(e)},reloadData:async()=>{},loadRecordById:async()=>{}},elements:o.gridLoadParameters})})})]}):e(i,{}),e(Xe,{...o?.muiProps,slots:{toolbar:bi},slotProps:{toolbar:{templateProps:{...o,rowSelectionModel:B,data:o?.data},handleCreateNewRecord:()=>{if("form"===o?.editMode?.editMode)M(o.editMode.specs.formRoute);else if("modal"===o?.editMode?.editMode)de(!0);else if("row"===o?.editMode?.editMode){Kr-=1;const e={};e[G]=Kr,e.isNew=!0;for(const t of q)"actions"!=t?.type&&t?.field!=G&&t?.field&&(e[t.field]=null);Y((t=>[e,...t])),x((e=>({...e,[Kr]:{mode:Je.Edit}})))}},clearGridState:()=>{o?.gridStateKey&&localStorage.removeItem(o.gridStateKey),c({}),m([]),I({}),N([]),D({left:[..."ltr"===p?Hr:[]],right:[..."rtl"===p?Hr:[]]})}}},getRowId:e=>e[G],showToolbar:!0,rows:o?.data,columns:pe,checkboxSelection:!0,editMode:"row",rowModesModel:"row"==o.editMode.editMode?v:void 0,onRowModesModelChange:"row"==o.editMode.editMode?e=>{x(e)}:void 0,rowGroupingColumnMode:"multiple",processRowUpdate:async r=>{if("row"===o.editMode.editMode){let a=null;const n=(e=>{try{K.parse(e)}catch(e){console.log("validateRecord err",e);let t=null;return t=e instanceof nt.ZodError?e.errors.map((e=>"Error in field ("+e.path+") : "+e.message)).join(","):"invalid record data",t}})(r);if(n){const o=n.split(",");throw ne.error(e("div",{style:{},children:o.map((o=>t(i,{children:[e("div",{children:o}),e(h,{})]})))})),new Error(n)}if(o?.editAction?.preActionValidation&&!o.editAction.preActionValidation(r))throw new Error("error on the configured presave validation");const d={...r};if(r[G]&&gi(r[G])&&Number(r[G])<0&&(d[G]=null),a=await o.apiActions.saveRecord(d),null==a)throw new Error("Failed to process your request, contact your administrator");return o?.editAction?.postActionCallBack&&await o.editAction.postActionCallBack(r),!0===r?.isNew&&Y((e=>{const t=e.filter((e=>e[G]!==r[G]));return[a,...t]})),!0===o?.editMode?.reloadAfterSave&&o?.apiActions?.reloadData&&o?.apiActions?.reloadData(o?.gridLoadParametersValues),a}},rowSelectionModel:B,onRowSelectionModelChange:e=>{k(e)},columnVisibilityModel:E,onColumnVisibilityModelChange:e=>{c(e),o?.gridStateKey&&Vr(o.gridStateKey,{columnVisibilityModel:e})},onColumnOrderChange:e=>{const{column:t,targetIndex:i}=e;m((e=>{const r=e.length?[...e]:se.map((e=>e.field)),a=r.indexOf(t.field);return-1===a||(r.splice(a,1),r.splice(i,0,t.field),o?.gridStateKey&&Vr(o.gridStateKey,{columnOrder:r})),r}))},onColumnWidthChange:e=>{const t={...O,[e.colDef.field]:e.width};I(t),o?.gridStateKey&&Vr(o.gridStateKey,{columnWidths:t})},rowGroupingModel:f,onRowGroupingModelChange:e=>{(e=>{N(e),o?.gridStateKey&&Vr(o.gridStateKey,{columnGroupingModel:e})})(e)},pinnedColumns:y,onPinnedColumnsChange:e=>{let t=e?.left||[];t=t.filter((e=>!Hr.includes(e)));let i=e?.right||[];i=i.filter((e=>!Hr.includes(e)));const r={left:[..."ltr"===p?Hr:[],...t],right:[..."rtl"===p?Hr:[],...i]};D(r),o?.gridStateKey&&Vr(o.gridStateKey,{pinnedColumns:r})}})]})},zr=re({name:"loadingMask",initialState:{stores:{},storeKeys:[],isAutoLoadLoaded:!1},reducers:{setStoresMetaData:(e,t)=>{e.stores=t.payload,e.storeKeys=Object.keys(t.payload)},setStoreData:(e,t)=>{e.stores[t.payload.storeKey].data=t.payload.data},setAutoLoadLoaded:()=>{state.isAutoLoadLoaded=!0}}}),{setStoreData:Zr,setStoresMetaData:$r,setAutoLoadLoaded:jr}=zr.actions;var Xr=zr.reducer;const Jr=e=>{const t=r((e=>e.commonStores.stores)),i=o(),a=zt(),{handleGetRequest:n,handlePostRequest:d,handleDeleteRequest:l}=Bt();return{reloadData:async o=>{if(e?.commonStoreKey){const o=Object.keys(t);for(const r of o)if(r===e.commonStoreKey&&(void 0===t[r]?.authority||null===t[r]?.authority||a.isUserAuthorized(t[r]?.authority))&&""!=t[r]?.url){await n({endPointURI:t[r].url,showMask:!1,successCallBkFn:t=>{i(Zr({storeKey:r,data:t.data})),e.setData(t.data)},failureCallBkFn:()=>{i(Zr({storeKey:r,data:[]})),e.setData([])}});break}}else e?.findAll&&await n({endPointURI:e.findAll,showMask:!0,parameters:o||{},successCallBkFn:t=>{e.setData(t.data)}})},loadRecordById:async t=>{let i=null;if(e?.findById){const o={};o[e?.findByIdParamName||"id"]=t,await n({endPointURI:e.findById,showMask:!0,parameters:o,successCallBkFn:e=>{i=e.data}})}return i},saveRecord:async t=>{let i=null;return e?.save&&await d({endPointURI:e.save,data:t,showMask:!0,successCallBkFn:e=>{i=e.data}}),i},deleteRecordById:async t=>{let i=!0;if(e?.deleteById){const o={};o[e?.deleteByIdParamName||"id"]=t,await l({endPointURI:e.deleteById,showMask:!0,parameters:o,successCallBkFn:()=>{i=!0},failureCallBkFn:()=>{i=!1}})}return i}}};function ea(e,t){return e.filter((e=>-1===t.indexOf(e)))}function ta(e,t){return e.filter((e=>-1!==t.indexOf(e)))}const ia=({valueField:i="id",displayField:o="name",options:r=[],selectedOptions:a=[],setSelection:n})=>{const[d,l]=Q.useState([]),[s,p]=Q.useState(r),[_,E]=Q.useState(a),[T,c]=Q.useState(""),[u,m]=Q.useState(""),O=ta(d,s),I=ta(d,_),f=e=>()=>{const t=d.indexOf(e),i=[...d];-1===t?i.push(e):i.splice(t,1),l(i)},N=e=>ta(d,e).length,R=e=>()=>{var t,i;N(e)===e.length?l(ea(d,e)):l((t=d,i=e,[...t,...ea(i,t)]))},L=(r,a,n)=>{const l=a.filter((e=>{if(e[o]){const t=e[o];if("left"===n&&t.toLocaleLowerCase().includes(T.toLocaleLowerCase()))return!0;if("right"===n&&t.toLocaleLowerCase().includes(u.toLocaleLowerCase()))return!0}return!1}));return t(_t,{sx:{height:"100%"},children:[e(Et,{sx:{px:2,py:1},avatar:e(At,{onClick:R(l),checked:N(l)===l.length&&0!==l.length,indeterminate:N(l)!==l.length&&0!==N(l),disabled:0===l.length,inputProps:{"aria-label":"all items selected"}}),title:r,subheader:`${N(a)} / ${a.length} Selected`}),e(A,{sx:{width:"100%",padding:1},children:e(Wr,{fullWidth:!0,label:"search",value:"left"===n?T:u,onChange:e=>{"left"===n?c(e.target.value):m(e.target.value)}})}),e(Ee,{}),e(pt,{sx:{width:"100%",height:"100%",bgcolor:"secondary",overflow:"auto"},dense:!0,component:"div",role:"list",children:l.map((r=>(r[i],t(k,{role:"listitem",onClick:f(r),sx:{cursor:"pointer"},children:[e(ct,{children:e(At,{checked:-1!==d.indexOf(r),tabIndex:-1,disableRipple:!0})}),e(Tt,{id:r[i],primary:r[o]})]},r[i]))))})]})};return t(S,{container:!0,spacing:2,sx:{flexGrow:1,overflow:"auto",margin:1,display:"flex",width:"100%"},justifyContent:"center",alignItems:"center",children:[e(S,{sx:{height:"100%",flex:1},children:L("Available Items",s,"left")}),e(S,{children:t(S,{container:!0,direction:"column",alignItems:"center",children:[e(ut,{sx:{my:.5},variant:"outlined",size:"small",onClick:()=>{E((e=>{let t=_.concat(O);return n(t),t})),p(ea(s,O)),l(ea(d,O))},disabled:0===O.length,"aria-label":"move selected right",children:">"}),e(ut,{sx:{my:.5},variant:"outlined",size:"small",onClick:()=>{p(s.concat(I)),E((e=>{let t=ea(_,I);return n(t),t})),l(ea(d,I))},disabled:0===I.length,"aria-label":"move selected left",children:"<"})]})}),e(S,{sx:{height:"100%",flex:1},children:L("Currently Selected",_,"right")})]})},oa=t=>{const i=t.data.map(((e,i)=>({id:i,value:e[t.valueField],label:e[t.labelField]+""})));return console.log("chartData",i),e(Ot,{series:[{data:i}]})},ra=t=>e(It,{dataset:t.data,xAxis:[{dataKey:t.valueField,scaleType:"band"}],series:t.labelField?.split(",").map((e=>({dataKey:e,label:e})))}),aa=t=>e(ft,{dataset:t.data,xAxis:[{dataKey:t.valueField,scaleType:"band"}],series:t.labelField?.split(",").map((e=>({dataKey:e,label:e})))}),na=o=>t(i,{children:[t(T,{sx:{fontSize:16,fontWeight:"bold"},children:[o.widgetTitle," - ",o.record[o.labelField]]}),e(Nt,{width:200,height:200,value:o.record[o.valueField]})]}),da=i=>t(B,{sx:{display:"flex",flexDirection:"column",height:150,padding:1,flexGrow:1,justifyContent:"center",alignItems:"center"},children:[e(A,{sx:{display:"flex",width:"100%",justifyContent:"space-evenly",alignItems:"center"},children:e(T,{sx:{fontSize:16,fontWeight:"bold"},children:i.widgetTitle})}),e(A,{sx:{flex:1,display:"flex",width:"100%",justifyContent:"space-evenly",alignItems:"center"},children:e("div",{children:`${i.record[i.labelField]} : ${i.record[i.valueField]}`})}),e(A,{sx:{display:"flex",width:"100%",justifyContent:"space-evenly",alignItems:"center"}})]});function la(i){return t(me,{sx:{display:"flex",alignItems:"center"},children:[e(me,{sx:{width:"100%",mr:1},children:e(Rt,{variant:"determinate",...i})}),e(me,{sx:{minWidth:35},children:e(Ie,{variant:"body2",sx:{color:"text.secondary"},children:`${Math.round(i.value)}%`})})]})}const sa=i=>t(me,{sx:{width:"100%"},children:[t(Ie,{sx:{fontSize:16,fontWeight:"bold"},children:[i.widgetTitle," - ",i.record[i.labelField]]}),e(la,{value:i.record[i.valueField]})]}),pa=({children:t,widgetType:i})=>e(mt,{size:{xs:12,sm:6,md:4},sx:{alignItems:"center",justifyContent:"center",padding:1,display:"flex",flexDirection:"Card"!=i?"column":void 0,height:300},children:t}),_a=o=>t(i,{children:[e(T,{sx:{fontSize:20,fontWeight:"bold"},children:o.dashboardTitle}),e(mt,{container:!0,sx:{flexGrow:1,width:"100%",overflowY:"auto",padding:2},children:o.dashboardWidgets.map(((o,r)=>"Card"===o.widgetType||"Gauge"===o.widgetType||"Progress"===o.widgetType?e(i,{children:o.data.map(((i,r)=>{const a={widgetTitle:o.widgetTitle,record:i,labelField:o.labelField,valueField:o.valueField};return t(pa,{widgetType:o.widgetType,children:["Card"===o.widgetType?e(da,{...a}):null,"Gauge"===o.widgetType?e(na,{...a}):null,"Progress"===o.widgetType?e(sa,{...a}):null]},r)}))}):t(pa,{widgetType:o.widgetType,children:["Pie"===o.widgetType?e(oa,{...o}):null,"Line"===o.widgetType?e(aa,{...o}):null,"Bar"===o.widgetType?e(ra,{...o}):null]},r)))})]}),Ea=o=>{const[r,a]=Z([...o.currentRoleAuthorities]),{handlePostRequest:n}=Bt();return t(i,{children:[e(ia,{displayField:"authorityName",options:o.availableAuthorities,valueField:"id",selectedOptions:r,setSelection:a}),t(A,{sx:{display:"flex",alignItems:"center",justifyContent:"flex-end",width:"100%"},children:[e(N,{variant:"contained",onClick:async()=>{await n({endPointURI:"api/v1/admin/role/authorities",showMask:!0,parameters:{roleId:o.roleId},data:r,successCallBkFn:()=>{ne.success("Your request has been proccesed successfully"),o.closeModalFn&&o.closeModalFn()}})},sx:{marginRight:1,marginLeft:1},children:"Save"}),e(N,{variant:"contained",color:"error",onClick:o.closeModalFn,children:"Cancel"})]})]})},Ta=[{path:"/",component:()=>{const i=r((e=>e.counter.value));return t(A,{sx:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",flex:1,fontSize:24,fontWeight:"bold"},children:[e("img",{src:"logo.png",style:{margin:5}}),e("div",{children:"Welcome to Ezzsteel Flat Product Management System"}),t("div",{style:{fontSize:16},children:["Use side menu [",e(oe,{icon:"bars",style:{marginLeft:10,marginRight:10}}),"] to navigate to your authorized system modules"]}),t("div",{children:["counter [",i,"]"]})]})}},...[...[{path:"admin/attachments",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/attachment/all",deleteById:"api/v1/admin/attachment",save:"api/v1/admin/attachment",findById:"api/v1/admin/attachment",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_ATTACHMENT_NUMBER",fieldName:"attachmentNumber",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_ATTACHMENT_SIZE",fieldName:"attachmentSize",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_ATTACHMENT_TYPE",fieldName:"attachmentType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_CATEGORY",fieldName:"category",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_DOC_TYPE",fieldName:"docType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_FILE_NAME",fieldName:"fileName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_REF_KEY",fieldName:"refKey",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ATTACHMENT_REMARK",fieldName:"remark",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ATTACHMENT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ATTACHMENT_EDIT"},deleteAction:{isEnabled:!0,authority:"ATTACHMENT_DELETE"}})},authority:"ATTACHMENT_VIEW"},{path:"admin/authorities",component:()=>{const[t,i]=Z([]),o=Jr({commonStoreKey:"SystemAuthorities",deleteById:"api/v1/admin/authority",save:"api/v1/admin/authority",findById:"api/v1/admin/authority",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_AUTHORITY_CODE",fieldName:"authorityCode",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_AUTHORITY_DESCRIPTION",fieldName:"authorityDescription",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_AUTHORITY_NAME",fieldName:"authorityName",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"AUTHORITY_ORGANIZATION_APPLICATION_ID",fieldName:"organizationApplicationId",required:!1,fieldType:"text",gridProps:{hidden:!0}}}],keyColumnName:"id",gridTitle:"AUTHORITY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"AUTHORITY_EDIT"},deleteAction:{isEnabled:!0,authority:"AUTHORITY_DELETE"}})},authority:"AUTHORITY_VIEW"},{path:"admin/blueprints",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/blueprint/all",deleteById:"api/v1/admin/blueprint",save:"api/v1/admin/blueprint",findById:"api/v1/admin/blueprint",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_BLUE_PRINT_CODE",fieldName:"bluePrintCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_QUERY_ID",fieldName:"queryId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"BLUE_PRINT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"BLUE_PRINT_EDIT"},deleteAction:{isEnabled:!0,authority:"BLUE_PRINT_DELETE"}})},authority:"BLUE_PRINT_VIEW"},{path:"admin/blueprintpages",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/blueprintpage/all",deleteById:"api/v1/admin/blueprintpage",save:"api/v1/admin/blueprintpage",findById:"api/v1/admin/blueprintpage",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_BLUE_PRINT_ID",fieldName:"bluePrintId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_PAGE_NAME",fieldName:"pageName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_PAGE_ORDER",fieldName:"pageOrder",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_PAGE_QUERY_ID",fieldName:"queryId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"BLUE_PRINT_PAGE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"BLUE_PRINT_PAGE_EDIT"},deleteAction:{isEnabled:!0,authority:"BLUE_PRINT_PAGE_DELETE"}})},authority:"BLUE_PRINT_PAGE_VIEW"},{path:"admin/blueprintpoints",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/blueprintpoint/all",deleteById:"api/v1/admin/blueprintpoint",save:"api/v1/admin/blueprintpoint",findById:"api/v1/admin/blueprintpoint",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_BLUE_PRINT_PAGE_ID",fieldName:"bluePrintPageId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_FONT_SIZE",fieldName:"fontSize",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_POINT_CODE",fieldName:"pointCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_X",fieldName:"x",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"BLUE_PRINT_POINT_Y",fieldName:"y",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"BLUE_PRINT_POINT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"BLUE_PRINT_POINT_EDIT"},deleteAction:{isEnabled:!0,authority:"BLUE_PRINT_POINT_DELETE"}})},authority:"BLUE_PRINT_POINT_VIEW"},{path:"admin/dashboards",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/dashboard/all",deleteById:"api/v1/admin/dashboard",save:"api/v1/admin/dashboard",findById:"api/v1/admin/dashboard",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_DASHBOARD_CODE",fieldName:"dashboardCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_DASHBOARD_NAME",fieldName:"dashboardName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_DASHBOARD_TITLE",fieldName:"dashboardTitle",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_LOAD_WIDGETS_INDIVIDUALLY",fieldName:"loadWidgetsIndividually",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_NUMBER_OF_COLUMNS",fieldName:"numberOfColumns",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"DASHBOARD_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DASHBOARD_EDIT"},deleteAction:{isEnabled:!0,authority:"DASHBOARD_DELETE"}})},authority:"DASHBOARD_VIEW"},{path:"admin/dashboardwidgets",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/dashboardwidget/all",deleteById:"api/v1/admin/dashboardwidget",save:"api/v1/admin/dashboardwidget",findById:"api/v1/admin/dashboardwidget",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_WIDGET_DASHBOARD_ID",fieldName:"dashboardId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_WIDGET_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_WIDGET_WIDGET_ID",fieldName:"widgetId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DASHBOARD_WIDGET_WIDGET_ORDER",fieldName:"widgetOrder",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"DASHBOARD_WIDGET_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DASHBOARD_WIDGET_EDIT"},deleteAction:{isEnabled:!0,authority:"DASHBOARD_WIDGET_DELETE"}})},authority:"DASHBOARD_WIDGET_VIEW"},{path:"admin/dataqueries",component:()=>{const[t,i]=Z([]),o=Jr({commonStoreKey:"SystemDataQueries",deleteById:"api/v1/admin/dataquery",save:"api/v1/admin/dataquery",findById:"api/v1/admin/dataquery",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_DATASOURCE_CON_ID",fieldName:"datasourceConId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_QUERY_NAME",fieldName:"queryName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_QUERY_STR",fieldName:"queryStr",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_USE_SYS_CON",fieldName:"useSysCon",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"DATA_QUERY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DATA_QUERY_EDIT"},deleteAction:{isEnabled:!0,authority:"DATA_QUERY_DELETE"}})},authority:"DATA_QUERY_VIEW"},{path:"admin/dataqueryparameters",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/dataqueryparameter/all",deleteById:"api/v1/admin/dataqueryparameter",save:"api/v1/admin/dataqueryparameter",findById:"api/v1/admin/dataqueryparameter",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_DATA_QUERY_ID",fieldName:"dataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_DEFAULT_VALUE",fieldName:"defaultValue",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_ENTITY_PARAMETER_ID",fieldName:"entityParameterId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_HIDDEN",fieldName:"hidden",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"DATA_QUERY_PARAMETER_MANDATORY",fieldName:"mandatory",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"DATA_QUERY_PARAMETER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DATA_QUERY_PARAMETER_EDIT"},deleteAction:{isEnabled:!0,authority:"DATA_QUERY_PARAMETER_DELETE"}})},authority:"DATA_QUERY_PARAMETER_VIEW"},{path:"admin/datasourceconnections",component:()=>{const[t,i]=Z([]),o=Jr({commonStoreKey:"SystemDataSources",deleteById:"api/v1/admin/datasourceconnection",save:"api/v1/admin/datasourceconnection",findById:"api/v1/admin/datasourceconnection",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_CONNECTION_NAME",fieldName:"connectionName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_DATASOURCE_PASSWORD",fieldName:"datasourcePassword",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_DATASOURCE_TYPE",fieldName:"datasourceType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_DATASOURCE_URL",fieldName:"datasourceUrl",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_DATASOURCE_USERNAME",fieldName:"datasourceUsername",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"DATASOURCE_CONNECTION_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"DATASOURCE_CONNECTION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"DATASOURCE_CONNECTION_EDIT"},deleteAction:{isEnabled:!0,authority:"DATASOURCE_CONNECTION_DELETE"}})},authority:"DATASOURCE_CONNECTION_VIEW"},{path:"admin/employees",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/employee/all",deleteById:"api/v1/admin/employee",save:"api/v1/admin/employee",findById:"api/v1/admin/employee",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_EMAIL",fieldName:"email",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_EMPLOYEE_NAME",fieldName:"employeeName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_EMPLOYEE_NUMBER",fieldName:"employeeNumber",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_MOBILE_NUMBER",fieldName:"mobileNumber",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_ORGANIZATION_RANK_ID",fieldName:"organizationRankId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_ORGANIZATION_UNIT_ID",fieldName:"organizationUnitId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EMPLOYEE_USER_ACCOUNT_ID",fieldName:"userAccountId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"EMPLOYEE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"EMPLOYEE_EDIT"},deleteAction:{isEnabled:!0,authority:"EMPLOYEE_DELETE"}})},authority:"EMPLOYEE_VIEW"},{path:"admin/entityparameters",component:()=>{const[t,i]=Z([]),o=Jr({commonStoreKey:"SystemEntityParameters",deleteById:"api/v1/admin/entityparameter",save:"api/v1/admin/entityparameter",findById:"api/v1/admin/entityparameter",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_CODE",fieldName:"parameterCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_DATA_QUERY_ID",fieldName:"parameterDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_DATASET",fieldName:"parameterDataset",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_DISPLAY_FIELD",fieldName:"parameterDisplayField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_LABEL",fieldName:"parameterLabel",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_TYPE",fieldName:"parameterType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_VALUE_FIELD",fieldName:"parameterValueField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ENTITY_PARAMETER_PARAMETER_VALUE_FORMAT",fieldName:"parameterValueFormat",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ENTITY_PARAMETER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ENTITY_PARAMETER_EDIT"},deleteAction:{isEnabled:!0,authority:"ENTITY_PARAMETER_DELETE"}})},authority:"ENTITY_PARAMETER_VIEW"},{path:"admin/exceluploaderdetails",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/exceluploaderdetail/all",deleteById:"api/v1/admin/exceluploaderdetail",save:"api/v1/admin/exceluploaderdetail",findById:"api/v1/admin/exceluploaderdetail",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_DETAIL_COLUMN_INDEX",fieldName:"columnIndex",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_DETAIL_EXCEL_UPLOADER_HEADER_ID",fieldName:"excelUploaderHeaderId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_DETAIL_LOOKUP_QUERY_ID",fieldName:"lookupQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_DETAIL_TABLE_FIELD",fieldName:"tableField",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"EXCEL_UPLOADER_DETAIL_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"EXCEL_UPLOADER_DETAIL_EDIT"},deleteAction:{isEnabled:!0,authority:"EXCEL_UPLOADER_DETAIL_DELETE"}})},authority:"EXCEL_UPLOADER_DETAIL_VIEW"},{path:"admin/exceluploaderheaders",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/exceluploaderheader/all",deleteById:"api/v1/admin/exceluploaderheader",save:"api/v1/admin/exceluploaderheader",findById:"api/v1/admin/exceluploaderheader",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_HEADER_UPLOADER_CONNECTION_ID",fieldName:"uploaderConnectionId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_HEADER_UPLOADER_DATABASE_NAME",fieldName:"uploaderDatabaseName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_HEADER_UPLOADER_NAME",fieldName:"uploaderName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"EXCEL_UPLOADER_HEADER_UPLOADER_TABLE_NAME",fieldName:"uploaderTableName",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"EXCEL_UPLOADER_HEADER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"EXCEL_UPLOADER_HEADER_EDIT"},deleteAction:{isEnabled:!0,authority:"EXCEL_UPLOADER_HEADER_DELETE"}})},authority:"EXCEL_UPLOADER_HEADER_VIEW"},{path:"admin/lookups",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/lookup/all",deleteById:"api/v1/admin/lookup",save:"api/v1/admin/lookup",findById:"api/v1/admin/lookup",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_LOOKUP_AR_DISPLAY",fieldName:"lookupArDisplay",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_LOOKUP_EN_DISPLAY",fieldName:"lookupEnDisplay",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_LOOKUP_TYPE",fieldName:"lookupType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_LOOKUP_VALUE",fieldName:"lookupValue",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"LOOKUP_ORG_CODE",fieldName:"orgCode",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"LOOKUP_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"LOOKUP_EDIT"},deleteAction:{isEnabled:!0,authority:"LOOKUP_DELETE"}})},authority:"LOOKUP_VIEW"},{path:"admin/mailattachments",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/mailattachment/all",deleteById:"api/v1/admin/mailattachment",save:"api/v1/admin/mailattachment",findById:"api/v1/admin/mailattachment",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_ATTACHMENT_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_ATTACHMENT_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_ATTACHMENT_REPORT_ID",fieldName:"reportId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"MAIL_ATTACHMENT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_ATTACHMENT_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_ATTACHMENT_DELETE"}})},authority:"MAIL_ATTACHMENT_VIEW"},{path:"admin/mailbodies",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/mailbody/all",deleteById:"api/v1/admin/mailbody",save:"api/v1/admin/mailbody",findById:"api/v1/admin/mailbody",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_BODY_CONTENT",fieldName:"bodyContent",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_BODY_CONTENT_DATA_QUERY_ID",fieldName:"bodyContentDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_BODY_ORDER",fieldName:"bodyOrder",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_IS_MAIN",fieldName:"isMain",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_BODY_PRINT_FOR_EACH_RECORD",fieldName:"printForEachRecord",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"MAIL_BODY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_BODY_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_BODY_DELETE"}})},authority:"MAIL_BODY_VIEW"},{path:"admin/mailnotificationqueues",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/mailnotificationqueue/all",deleteById:"api/v1/admin/mailnotificationqueue",save:"api/v1/admin/mailnotificationqueue",findById:"api/v1/admin/mailnotificationqueue",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_ATTACHED_REPORT_ID",fieldName:"customMailAttachedReportId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_BODY",fieldName:"customMailBody",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_CUSTOM_MAIL_SUBJECT",fieldName:"customMailSubject",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_CUSTOM_RECIPIENTS",fieldName:"customRecipients",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_IS_NOTIFIED",fieldName:"isNotified",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_MAIL_PARAMETERS",fieldName:"mailParameters",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_NOTIFICATION_MESSAGE",fieldName:"notificationMessage",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_NOTIFICATION_QUEUE_NOTIFICATION_TIME",fieldName:"notificationTime",required:!1,fieldType:"datetime"}}],keyColumnName:"id",gridTitle:"MAIL_NOTIFICATION_QUEUE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_NOTIFICATION_QUEUE_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_NOTIFICATION_QUEUE_DELETE"}})},authority:"MAIL_NOTIFICATION_QUEUE_VIEW"},{path:"admin/mailrecipients",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/mailrecipient/all",deleteById:"api/v1/admin/mailrecipient",save:"api/v1/admin/mailrecipient",findById:"api/v1/admin/mailrecipient",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_RECIPIENT_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_RECIPIENT_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_RECIPIENT_RECIPIENT_MAIL",fieldName:"recipientMail",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_RECIPIENT_RECIPIENT_TYPE",fieldName:"recipientType",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"MAIL_RECIPIENT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_RECIPIENT_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_RECIPIENT_DELETE"}})},authority:"MAIL_RECIPIENT_VIEW"},{path:"admin/mailtemplates",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/mailtemplate/all",deleteById:"api/v1/admin/mailtemplate",save:"api/v1/admin/mailtemplate",findById:"api/v1/admin/mailtemplate",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_CC_DATA_QUERY_ID",fieldName:"mailCcDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_SUBJECT",fieldName:"mailSubject",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_TEMPLATE_CODE",fieldName:"mailTemplateCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_TEMPLATE_NAME",fieldName:"mailTemplateName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_MAIL_TO_DATA_QUERY_ID",fieldName:"mailToDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_PERIOD_TYPE",fieldName:"periodType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_PERIOD_VALUE",fieldName:"periodValue",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_PERIODICAL",fieldName:"periodical",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_START_SENDING_AT",fieldName:"startSendingAt",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"MAIL_TEMPLATE_SUBJECT_DATA_QUERY_ID",fieldName:"subjectDataQueryId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"MAIL_TEMPLATE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"MAIL_TEMPLATE_EDIT"},deleteAction:{isEnabled:!0,authority:"MAIL_TEMPLATE_DELETE"}})},authority:"MAIL_TEMPLATE_VIEW"},{path:"admin/newtables",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/newtable/all",deleteById:"api/v1/admin/newtable",save:"api/v1/admin/newtable",findById:"api/v1/admin/newtable",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"NEW_TABLE_TEST_DATE",fieldName:"testDate",required:!1,fieldType:"date"}},{type:"field",mode:"props",props:{fieldLabel:"NEW_TABLE_TEST_LONG",fieldName:"testLong",required:!1,fieldType:"number"}},{type:"field",mode:"props",props:{fieldLabel:"NEW_TABLE_TEST_DECIMAL",fieldName:"testDecimal",required:!1,fieldType:"number"}}],keyColumnName:"id",gridTitle:"NEW_TABLE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"NEW_TABLE_EDIT"},deleteAction:{isEnabled:!0,authority:"NEW_TABLE_DELETE"}})},authority:"NEW_TABLE_VIEW"},{path:"admin/notifications",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/notification/all",deleteById:"api/v1/admin/notification",save:"api/v1/admin/notification",findById:"api/v1/admin/notification",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_ACTION_KEY",fieldName:"notificationActionKey",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_ACTION_PAYLOAD",fieldName:"notificationActionPayload",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_CODE",fieldName:"notificationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_ICON",fieldName:"notificationIcon",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_QUERY_ID",fieldName:"notificationQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_NOTIFICATION_TEXT",fieldName:"notificationText",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_USERS_TO_NOTIFY_QUERY_ID",fieldName:"usersToNotifyQueryId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"NOTIFICATION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"NOTIFICATION_EDIT"},deleteAction:{isEnabled:!0,authority:"NOTIFICATION_DELETE"}})},authority:"NOTIFICATION_VIEW"},{path:"admin/notificationqueues",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/notificationqueue/all",deleteById:"api/v1/admin/notificationqueue",save:"api/v1/admin/notificationqueue",findById:"api/v1/admin/notificationqueue",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_KEY",fieldName:"customNotificationActionKey",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ACTION_PAYLOAD",fieldName:"customNotificationActionPayload",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_ICON",fieldName:"customNotificationIcon",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_CUSTOM_NOTIFICATION_TEXT",fieldName:"customNotificationText",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_IS_NOTIFIED",fieldName:"isNotified",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_NOTIFICATION_CODE",fieldName:"notificationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_NOTIFICATION_PARAMS",fieldName:"notificationParams",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_NOTIFIED_TIME",fieldName:"notifiedTime",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"NOTIFICATION_QUEUE_USERNAME",fieldName:"username",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"NOTIFICATION_QUEUE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"NOTIFICATION_QUEUE_EDIT"},deleteAction:{isEnabled:!0,authority:"NOTIFICATION_QUEUE_DELETE"}})},authority:"NOTIFICATION_QUEUE_VIEW"},{path:"admin/organizations",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/organization/all",deleteById:"api/v1/admin/organization",save:"api/v1/admin/organization",findById:"api/v1/admin/organization",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_ORGANIZATION_CODE",fieldName:"organizationCode",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_ORGANIZATION_NAME",fieldName:"organizationName",required:!1,fieldType:"text"}}],keyColumnName:"organizationCode",gridTitle:"ORGANIZATION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_DELETE"}})},authority:"ORGANIZATION_VIEW"},{path:"admin/organizationapplications",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/organizationapplication/all",deleteById:"api/v1/admin/organizationapplication",save:"api/v1/admin/organizationapplication",findById:"api/v1/admin/organizationapplication",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_APPLICATION_APPLICATION_CODE",fieldName:"applicationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_APPLICATION_APPLICATION_DESCRIPTION",fieldName:"applicationDescription",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_APPLICATION_APPLICATION_NAME",fieldName:"applicationName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_APPLICATION_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_APPLICATION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_APPLICATION_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_APPLICATION_DELETE"}})},authority:"ORGANIZATION_APPLICATION_VIEW"},{path:"admin/organizationranks",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/organizationrank/all",deleteById:"api/v1/admin/organizationrank",save:"api/v1/admin/organizationrank",findById:"api/v1/admin/organizationrank",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_ORGANIZATION_CODE",fieldName:"organizationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_RANK_CODE",fieldName:"rankCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_RANK_NAME",fieldName:"rankName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_RANK_RANK_ORDER",fieldName:"rankOrder",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_RANK_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_RANK_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_RANK_DELETE"}})},authority:"ORGANIZATION_RANK_VIEW"},{path:"admin/organizationunits",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/organizationunit/all",deleteById:"api/v1/admin/organizationunit",save:"api/v1/admin/organizationunit",findById:"api/v1/admin/organizationunit",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ORGANIZATION_CODE",fieldName:"organizationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ORGANIZATION_UNIT_AR_NAME",fieldName:"organizationUnitArName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ORGANIZATION_UNIT_EN_NAME",fieldName:"organizationUnitEnName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_UNIT_ORGANIZATION_UNIT_PARENT_ID",fieldName:"organizationUnitParentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_UNIT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_UNIT_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_UNIT_DELETE"}})},authority:"ORGANIZATION_UNIT_VIEW"},{path:"admin/organizationusers",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/organizationuser/all",deleteById:"api/v1/admin/organizationuser",save:"api/v1/admin/organizationuser",findById:"api/v1/admin/organizationuser",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_IS_DEFAULT",fieldName:"isDefault",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ORGANIZATION_CODE",fieldName:"organizationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_USERNAME",fieldName:"username",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_USER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_USER_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_USER_DELETE"}})},authority:"ORGANIZATION_USER_VIEW"},{path:"admin/organizationuserroles",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/organizationuserrole/all",deleteById:"api/v1/admin/organizationuserrole",save:"api/v1/admin/organizationuserrole",findById:"api/v1/admin/organizationuserrole",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_END_DATE",fieldName:"endDate",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_ORGANIZATION_CODE",fieldName:"organizationCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_ROLE_ID",fieldName:"roleId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_START_DATE",fieldName:"startDate",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"ORGANIZATION_USER_ROLE_USERNAME",fieldName:"username",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ORGANIZATION_USER_ROLE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ORGANIZATION_USER_ROLE_EDIT"},deleteAction:{isEnabled:!0,authority:"ORGANIZATION_USER_ROLE_DELETE"}})},authority:"ORGANIZATION_USER_ROLE_VIEW"},{path:"admin/reports",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/report/all",deleteById:"api/v1/admin/report",save:"api/v1/admin/report",findById:"api/v1/admin/report",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"REPORT_DATASOURCE_CON_ID",fieldName:"datasourceConId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_BLUE_PRINT_ID",fieldName:"reportBluePrintId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_CATEGORY",fieldName:"reportCategory",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_CODE",fieldName:"reportCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_EXCEL_DATA_QUERY_ID",fieldName:"reportExcelDataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_EXPORT_NAME",fieldName:"reportExportName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_JASPER_NAME",fieldName:"reportJasperName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_JASPER_PATH",fieldName:"reportJasperPath",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_MENU_CODE",fieldName:"reportMenuCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_NAME",fieldName:"reportName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_REPORT_TYPE",fieldName:"reportType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_USE_SYS_DATASOURCE",fieldName:"useSysDatasource",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"REPORT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"REPORT_EDIT"},deleteAction:{isEnabled:!0,authority:"REPORT_DELETE"}})},authority:"REPORT_VIEW"},{path:"admin/reportparameters",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/reportparameter/all",deleteById:"api/v1/admin/reportparameter",save:"api/v1/admin/reportparameter",findById:"api/v1/admin/reportparameter",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_DEFAULT_VALUE",fieldName:"defaultValue",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_ENTITY_PARAMETER_ID",fieldName:"entityParameterId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_HIDDEN",fieldName:"hidden",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_MANDATORY",fieldName:"mandatory",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"REPORT_PARAMETER_REPORT_ID",fieldName:"reportId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"REPORT_PARAMETER_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"REPORT_PARAMETER_EDIT"},deleteAction:{isEnabled:!0,authority:"REPORT_PARAMETER_DELETE"}})},authority:"REPORT_PARAMETER_VIEW"},{path:"admin/roles",component:()=>{const[o,r]=Z([]),a=Jr({commonStoreKey:"SystemRoles",deleteById:"api/v1/admin/role",save:"api/v1/admin/role",findById:"api/v1/admin/role",setData:r}),[n,d]=Z(null),{handleGetRequest:l}=Bt(),[s,p]=Z([]),[_,E]=Z([]),{Window:T,setWindowState:c}=Yr({width:"50%",windowIcon:"key",windowTitle:"Role Authorities"});return t(i,{children:[e(T,{children:e(Ea,{roleId:n?.id,availableAuthorities:_,currentRoleAuthorities:s,closeModalFn:()=>{c(!1)}})}),e(Qr,{rowActions:[{icon:"key",label:"authorities",actionFn:async e=>{d(e),(async e=>{await l({endPointURI:"api/v1/admin/role/authorities",showMask:!0,parameters:{roleId:e.id},successCallBkFn:e=>{c(!0),p(e.data.selectedAuthorities),E(e.data.availableAuthorities)}})})(e)}}],apiActions:a,data:o,setData:r,editMode:{editMode:"row",reloadAfterSave:!0},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ROLE_ROLE_NAME",fieldName:"roleName",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_DESCRIPTION",fieldName:"description",required:!0,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_ORGANIZATION_APPLICATION_ID",fieldName:"organizationApplicationId",required:!1,fieldType:"text",gridProps:{hidden:!0}}}],keyColumnName:"id",gridTitle:"ROLE_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ROLE_EDIT"},deleteAction:{isEnabled:!0,authority:"ROLE_DELETE"}})]})},authority:"ROLE_VIEW"},{path:"admin/roleauthorities",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/roleauthority/all",deleteById:"api/v1/admin/roleauthority",save:"api/v1/admin/roleauthority",findById:"api/v1/admin/roleauthority",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"ROLE_AUTHORITY_AUTHORITY_ID",fieldName:"authorityId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_AUTHORITY_IS_ACTIVE",fieldName:"isActive",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"ROLE_AUTHORITY_ROLE_ID",fieldName:"roleId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"ROLE_AUTHORITY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"ROLE_AUTHORITY_EDIT"},deleteAction:{isEnabled:!0,authority:"ROLE_AUTHORITY_DELETE"}})},authority:"ROLE_AUTHORITY_VIEW"},{path:"admin/useraccounts",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/useraccount/all",deleteById:"api/v1/admin/useraccount",save:"api/v1/admin/useraccount",findById:"api/v1/admin/useraccount",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"USER_ACCOUNT_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"USER_ACCOUNT_PASSWORD",fieldName:"password",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_ACCOUNT_USERNAME",fieldName:"username",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"USER_ACCOUNT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"USER_ACCOUNT_EDIT"},deleteAction:{isEnabled:!0,authority:"USER_ACCOUNT_DELETE"}})},authority:"USER_ACCOUNT_VIEW"},{path:"admin/userrequests",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/userrequest/all",deleteById:"api/v1/admin/userrequest",save:"api/v1/admin/userrequest",findById:"api/v1/admin/userrequest",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_IS_NOTIFIED",fieldName:"isNotified",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_MAILS_TO_NOTIFY",fieldName:"mailsToNotify",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_NOTIFICATION_MESSAGE",fieldName:"notificationMessage",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_NOTIFICATION_TIME",fieldName:"notificationTime",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_NOTIFICATION_TYPE",fieldName:"notificationType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_NOTIFY_USER",fieldName:"notifyUser",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_REPORT_CODE",fieldName:"reportCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_REPORT_PARAMETERS",fieldName:"reportParameters",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_REQUEST_TYPE",fieldName:"requestType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_STATUS",fieldName:"status",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"USER_REQUEST_STATUS_MESSAGE",fieldName:"statusMessage",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"USER_REQUEST_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"USER_REQUEST_EDIT"},deleteAction:{isEnabled:!0,authority:"USER_REQUEST_DELETE"}})},authority:"USER_REQUEST_VIEW"},{path:"admin/widgets",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/widget/all",deleteById:"api/v1/admin/widget",save:"api/v1/admin/widget",findById:"api/v1/admin/widget",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WIDGET_DATA_QUERY_ID",fieldName:"dataQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_HEIGHT",fieldName:"height",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_HORIZONTAL_AXIS_FIELD",fieldName:"horizontalAxisField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_HORIZONTAL_AXIS_LABEL",fieldName:"horizontalAxisLabel",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_ICON",fieldName:"icon",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_SERIES_KEYS",fieldName:"seriesKeys",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_TITLE",fieldName:"title",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_VERTICAL_AXIS_FIELD",fieldName:"verticalAxisField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_VERTICAL_AXIS_LABEL",fieldName:"verticalAxisLabel",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_WIDGET_DESCRIPTION",fieldName:"widgetDescription",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_WIDGET_NAME",fieldName:"widgetName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_WIDGET_TYPE",fieldName:"widgetType",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WIDGET_WIDTH",fieldName:"width",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WIDGET_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WIDGET_EDIT"},deleteAction:{isEnabled:!0,authority:"WIDGET_DELETE"}})},authority:"WIDGET_VIEW"},{path:"admin/workflowdocuments",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/workflowdocument/all",deleteById:"api/v1/admin/workflowdocument",save:"api/v1/admin/workflowdocument",findById:"api/v1/admin/workflowdocument",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_APP_NOTIFICATION_ICON",fieldName:"appNotificationIcon",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_APP_NOTIFICATION_STYLE",fieldName:"appNotificationStyle",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_APP_VIEW_ROUTE",fieldName:"appViewRoute",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_CODE",fieldName:"documentCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_CON_ID",fieldName:"documentConId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_NAME",fieldName:"documentDatabaseName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_DATABASE_TABLE",fieldName:"documentDatabaseTable",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_ID_FIELD",fieldName:"documentIdField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_NAME",fieldName:"documentName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_NUMBER_FIELD",fieldName:"documentNumberField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_REPORT_ID",fieldName:"documentReportId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_DOCUMENT_STATUS_FIELD",fieldName:"documentStatusField",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_APPROVAL_ALLOWED",fieldName:"mailApprovalAllowed",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ORG_CODE",fieldName:"orgCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_USE_SYSTEM_CON",fieldName:"useSystemCon",required:!1,fieldType:"checkbox"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_DELETE"}})},authority:"WORKFLOW_DOCUMENT_VIEW"},{path:"admin/workflowdocumentactions",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/workflowdocumentaction/all",deleteById:"api/v1/admin/workflowdocumentaction",save:"api/v1/admin/workflowdocumentaction",findById:"api/v1/admin/workflowdocumentaction",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_CODE",fieldName:"documentActionCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_DOCUMENT_ACTION_NAME",fieldName:"documentActionName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_NEXT_DOCUMENT_STATUS_ID",fieldName:"nextDocumentStatusId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_POST_ACTION_ENDPOINT",fieldName:"postActionEndpoint",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_PRE_ACTION_ENDPOINT",fieldName:"preActionEndpoint",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_REQUIRE_COMMENT",fieldName:"requireComment",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_WORKFLOW_DOCUMENT_ID",fieldName:"workflowDocumentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_ACTION_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_DELETE"}})},authority:"WORKFLOW_DOCUMENT_ACTION_VIEW"},{path:"admin/workflowdocumentactionhistories",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/workflowdocumentactionhistory/all",deleteById:"api/v1/admin/workflowdocumentactionhistory",save:"api/v1/admin/workflowdocumentactionhistory",findById:"api/v1/admin/workflowdocumentactionhistory",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_BY",fieldName:"actionBy",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_COMMENT",fieldName:"actionComment",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_METHOD",fieldName:"actionMethod",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_ACTION_TIME",fieldName:"actionTime",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_ACTION_ID",fieldName:"documentActionId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_DOCUMENT_REF_ID",fieldName:"documentRefId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_HISTORY_WORKFLOW_DOCUMENT_ID",fieldName:"workflowDocumentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_ACTION_HISTORY_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_HISTORY_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_HISTORY_DELETE"}})},authority:"WORKFLOW_DOCUMENT_ACTION_HISTORY_VIEW"},{path:"admin/workflowdocumentactionmails",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/workflowdocumentactionmail/all",deleteById:"api/v1/admin/workflowdocumentactionmail",save:"api/v1/admin/workflowdocumentactionmail",findById:"api/v1/admin/workflowdocumentactionmail",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_MAIL_DOCUMENT_ACTION_ID",fieldName:"documentActionId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_MAIL_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_ACTION_MAIL_MAIL_TEMPLATE_ID",fieldName:"mailTemplateId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_ACTION_MAIL_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_MAIL_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_ACTION_MAIL_DELETE"}})},authority:"WORKFLOW_DOCUMENT_ACTION_MAIL_VIEW"},{path:"admin/workflowdocumentmaillogs",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/workflowdocumentmaillog/all",deleteById:"api/v1/admin/workflowdocumentmaillog",save:"api/v1/admin/workflowdocumentmaillog",findById:"api/v1/admin/workflowdocumentmaillog",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_GRAPH_API_MSG_ID",fieldName:"graphApiMsgId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_IS_PROCESSED",fieldName:"isProcessed",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_ACTION_CODE",fieldName:"mailActionCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_BODY_CONTENT",fieldName:"mailBodyContent",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_FROM",fieldName:"mailFrom",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_MAIL_SUBJECT",fieldName:"mailSubject",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_MESSAGE",fieldName:"processMessage",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_PROCESS_TIME",fieldName:"processTime",required:!1,fieldType:"datetime"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_REF_DOC_ID",fieldName:"refDocId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_MAIL_LOG_WORKFLOW_DOCUMENT_ID",fieldName:"workflowDocumentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_MAIL_LOG_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_MAIL_LOG_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_MAIL_LOG_DELETE"}})},authority:"WORKFLOW_DOCUMENT_MAIL_LOG_VIEW"},{path:"admin/workflowdocumentstatuses",component:()=>{const[t,i]=Z([]),o=Jr({findAll:"api/v1/admin/workflowdocumentstatus/all",deleteById:"api/v1/admin/workflowdocumentstatus",save:"api/v1/admin/workflowdocumentstatus",findById:"api/v1/admin/workflowdocumentstatus",setData:i});return e(Qr,{apiActions:o,data:t,setData:i,editMode:{editMode:"row"},formElements:[{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_CODE",fieldName:"documentStatusCode",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_NAME",fieldName:"documentStatusName",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_DOCUMENT_STATUS_ORDER",fieldName:"documentStatusOrder",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_ENABLED",fieldName:"enabled",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_IS_ZERO_STATE",fieldName:"isZeroState",required:!1,fieldType:"checkbox"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_NEXT_ACTION_TAKERS_QUERY_ID",fieldName:"nextActionTakersQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_NEXT_ACTIONS_QUERY_ID",fieldName:"nextActionsQueryId",required:!1,fieldType:"text"}},{type:"field",mode:"props",props:{fieldLabel:"WORKFLOW_DOCUMENT_STATUS_WORKFLOW_DOCUMENT_ID",fieldName:"workflowDocumentId",required:!1,fieldType:"text"}}],keyColumnName:"id",gridTitle:"WORKFLOW_DOCUMENT_STATUS_PLURAL",girdIcon:"table-cells",editAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_STATUS_EDIT"},deleteAction:{isEnabled:!0,authority:"WORKFLOW_DOCUMENT_STATUS_DELETE"}})},authority:"WORKFLOW_DOCUMENT_STATUS_VIEW"}]]],ca=()=>{const i=r((e=>e.AppLayout)),o=r((e=>e.AppInfo.value)),a=r((e=>e.AppInfo.value.businessRoutes));return e(V,{value:"ltr"===i.appDirection?si:li,children:e(A,{sx:{display:"flex",flexDirection:"column",justifyContent:"flex-start",flex:1,overflow:"hidden",padding:3},children:t(ge,{children:[o.enableAdministrationModule?Ta.map(((t,i)=>e(ve,{path:t.path,Component:t.component},"adm"+i))):null,a.map(((t,i)=>e(ve,{path:t.path,Component:t.component},"bs"+i)))]})})})},Aa=j("div")((({theme:e})=>({width:30,height:6,margin:10,backgroundColor:Lt[300],borderRadius:3,top:8,...e.applyStyles("dark",{backgroundColor:Lt[900]})})));function ua(i){const{window:a}=i,n=r((e=>e.AppLayout)),d=r((e=>e.AppInfo.value)),l=o(),s=e=>{l(ht.setSideBarState(e))};return e(yt,{container:void 0!==a?()=>a().document.body:void 0,anchor:"bottom",open:n.sideBarOpened,onClose:()=>{s(!1)},onOpen:()=>{s(!0)},swipeAreaWidth:56,disableSwipeToOpen:!1,ModalProps:{keepMounted:!0},children:t(A,{sx:{display:"flex",flexDirection:"column",alignItems:"center",height:"100%",overflow:"hidden"},children:[e(Aa,{}),e(A,{sx:{flexGrow:1,display:"flex",justifyContent:"center",width:"99%",overflowY:"auto"},children:e(ni,{})}),t(A,{sx:{display:"flex",alignItems:"center",justifyContent:"space-around",marginTop:1,width:"100%"},children:[e(T,{sx:{fontSize:12},color:"textDisabled",children:d.appName}),t(T,{sx:{fontSize:12},color:"textDisabled",children:["V.",d.appVersion]})]})]})})}const ma=()=>{const t=r((e=>e.loadingMask.value));return e(G,{sx:{color:"#fff",zIndex:e=>e.zIndex.drawer+1},open:t.isOpened,children:e(Y,{color:"inherit"})})},Oa=()=>{const a=r((e=>e.AppInfo.value)),[n,d]=Z(""),[l,s]=Z(""),[p,_]=Z(!1),E=r((e=>e.UserSession.value)),c=o(),u=async()=>{if(null==n||""==n)return void ne.error("username is required to proceed");if(null==l||""==l)return void ne.error("password is required to proceed");_(!0);let e=null;try{if(e=await le.post(`${a.apiBaseUrl}/api/auth/login`,{username:n,password:l},{withCredentials:!0}),null!=e.data&&""!==e.data){_(!1);const t={isAuthenticated:!0,authorities:e.data.authorities,userProfile:e.data};c(wt.setAuthenticated(t))}}catch(e){_(!1),ne.error(e?.response?.data||"failed to authenticate, contact your administrator")}},m=r((e=>e.UserSession.value)),O=K({components:{MuiCssBaseline:{styleOverrides:`\n /* Custom Scrollbar */\n * {\n scrollbar-width: thin;\n scrollbar-color: ${a.appTheme?.dark?.primaryColor||ui} #121212;\n }\n \n /* Webkit Browsers */\n *::-webkit-scrollbar {\n width: 12px;\n height: 10px;\n } \n `}},palette:{mode:"dark",primary:{main:a.appTheme?.dark?.primaryColor||ui},secondary:{main:a.appTheme?.dark?.secondaryColor||mi}}});return $((()=>{(async()=>{if(a?.apiBaseUrl&&null==m.isAuthenticated)try{let e=await le.get(`${a.apiBaseUrl}/api/auth/userInfo`,{withCredentials:!0});if(null!=e&&null!=e.data){const t={isAuthenticated:!0,authorities:e.data.authorities,userProfile:e.data};c(wt.setAuthenticated(t))}else c(wt.setUnAuthenticated())}catch(e){c(wt.setUnAuthenticated())}})()}),[a]),e(H,{theme:O,children:e(B,{sx:{display:"flex",height:"100vh",width:"100%",borderRadius:0,alignItems:"center",justifyContent:"center"},children:0==E.isAuthenticated?t(A,{sx:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center"},children:[e("img",{src:a?.appLogo,width:150,height:150}),e(T,{sx:{m:1},variant:"h4",color:"textSecondary",children:a?.appName}),t(T,{sx:{paddingRight:1,width:"100%",textAlign:"right",fontSize:10},variant:"caption",color:"textSecondary",children:["V.",a.appVersion]}),e(L,{label:"username",sx:{width:300,m:1},value:n,onChange:e=>{d(e.target.value)},onKeyDown:e=>{"Enter"===e.key&&u()}}),e(L,{label:"password",sx:{width:300,m:1},value:l,type:"password",onChange:e=>{s(e.target.value)},onKeyDown:e=>{"Enter"===e.key&&u()}}),e(N,{loading:p,onClick:u,variant:"contained",color:"primary",sx:{m:1},children:"login"})]}):t(i,{children:[e(Y,{sx:{marginRight:1}}),e("div",{children:"You will be redirected shortly ... please wait"})]})})})},Ia=j("main",{shouldForwardProp:e=>"open"!==e})((({theme:e,open:t})=>{const i=r((e=>e.AppLayout)),a=o(),{show:n,hide:d}=xt(),l=r((e=>e.commonStores)),[s,p]=Z(!1),_=J(),E=Ct(),{isUserAuthorized:T}=zt(),{handleGetRequest:c}=Bt();return $((()=>{l.storeKeys&&(async()=>{if(!s){p(!0),n("Loading ... please wait");const e=l.stores,t=l.storeKeys;for(let i of t)void 0!==e[i]?.authority&&null!==e[i]?.authority&&!T(e[i]?.authority)||""==e[i]?.url||!0!==e[i].autoLoad||await c({endPointURI:e[i].url,showMask:!1,successCallBkFn:e=>{a(Zr({storeKey:i,data:e.data}))},failureCallBkFn:()=>{a(Zr({storeKey:i,data:[]}))}});d()}})()}),[l.storeKeys]),{display:"flex",flexDirection:"column",overflow:"hidden",flexGrow:1,width:!E&&t?"calc(100% - 350px)":"100%",direction:i.appDirection,justifyContent:"flex-start",transition:!0===t?_.transitions.create(["margin","width"],{easing:_.transitions.easing.easeOut,duration:_.transitions.duration.enteringScreen}):_.transitions.create(["margin","width"],{easing:_.transitions.easing.sharp,duration:_.transitions.duration.leavingScreen}),marginLeft:E||"ltr"!==i.appDirection||!0!==t?0:Ut+"px",marginRight:E||"rtl"!==i.appDirection||!0!==t?0:Ut+"px"}}));function fa(){const i=r((e=>e.AppLayout)),o=Ct(),a=r((e=>e.UserSession));return t(xe,{children:[e(de,{draggable:!0,position:"bottom-center"}),e(ma,{}),!0===a.value.isAuthenticated?t(Ia,{open:i.sideBarOpened,children:[e(ee,{}),e(qt,{}),o?null:e(di,{}),o?e(ua,{}):null,e(Vt,{}),e(ca,{})]}):e(Oa,{})]})}const Na=re({name:"AppInfo",initialState:{value:{documentTitle:null,apiBaseUrl:null,appName:null,appVersion:null,appLogo:null,muiPremiumKey:null,enableAdministrationModule:!1,businessRoutes:[],businessNavigationItems:[],businessReduxReducers:{},businessCommonStoresMetaData:{},appTheme:{light:{primaryColor:"#37505C",secondaryColor:"#ff6d00"},dark:{primaryColor:"#ea690e",secondaryColor:"#74776B"}}}},reducers:{setAppInfo:(e,t)=>{e.value=t.payload}}}),Ra=Na.actions;var La=Na.reducer;const ya={SystemDataSourceType:{autoLoad:!1,data:[{value:"Mysql"},{value:"Oracle"},{value:"DB2"}],url:""},SystemParameterTypes:{autoLoad:!1,url:"",data:[{value:"datetime"},{value:"date"},{value:"text"},{value:"number"},{value:"droplist"}]},SystemReportTypes:{autoLoad:!1,url:"",data:[{value:"Excel"},{value:"Jasper"},{value:"Blueprint"}]},SystemWidgetTypes:{autoLoad:!1,url:"",data:[{name:"LineChart"},{name:"ColumnChart"},{name:"PieChart"},{name:"Card"},{name:"CircularProgress"},{name:"LinearProgress"}]},SystemMailRecipientTypes:{autoLoad:!1,url:"",data:[{name:"To"},{name:"CC"}]},SystemDataSources:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/datasourceconnection/all"},SystemDataQueries:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/dataquery/all"},SystemEntityParameters:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/entityparameter/all"},SystemAuthorities:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/authority/all"},SystemRoles:{autoLoad:!0,data:[],authority:"DEVELOPMENT_ADMIN",url:"api/v1/admin/role/all"}},Da=t=>{const i=o();Dt.setLicenseKey(t.muiPremiumKey);const a={components:{MuiCssBaseline:{styleOverrides:`\n /* Custom Scrollbar */\n * {\n scrollbar-width: thin;\n scrollbar-color: ${t.appTheme?.light?.primaryColor||ci} #ffffff;\n }\n \n /* Webkit Browsers */\n *::-webkit-scrollbar {\n width: 12px;\n height: 10px;\n } \n `}},palette:{mode:"light",primary:{main:t.appTheme?.light?.primaryColor||ci},secondary:{main:t.appTheme?.light?.secondaryColor||Ai},background:{default:"#f5f5f5",paper:"#f5f5f5"}}},n={components:{MuiCssBaseline:{styleOverrides:`\n /* Custom Scrollbar */\n * {\n scrollbar-width: thin;\n scrollbar-color: ${t.appTheme?.dark?.primaryColor||ui} #121212;\n }\n \n /* Webkit Browsers */\n *::-webkit-scrollbar {\n width: 12px;\n height: 10px;\n } \n `}},palette:{mode:"dark",primary:{main:t.appTheme?.dark?.primaryColor||ui},secondary:{main:t.appTheme?.dark?.secondaryColor||mi}}};let d={};t.enableAdministrationModule&&(d={...ya}),t.businessCommonStoresMetaData&&(d={...d,...t.businessCommonStoresMetaData}),i($r(d));const l=r((e=>e.AppLayout));let s={...a};"dark"===l.themeMode&&(s={...n});const p=K({direction:l.appDirection,...s});return $((()=>{document.title=t.documentTitle,i(Ra.setAppInfo(t))}),[]),e(H,{theme:p,children:e(fa,{})})};n.add(d),n.add(l),n.add(s);const Ca=t=>{const i={AppLayout:Pt,UserSession:Ft,loadingMask:vt,commonStores:Xr,AppInfo:La,...t.businessReduxReducers},o=ae({reducer:i});return e(a,{store:o,children:e(Da,{...t})})};export{Ca as BaseApp,Ni as CheckBox,fi as ComboBox,ui as DARK_THEME_INITIAL_MAIN_COLOR,mi as DARK_THEME_INITIAL_SECANDARY_COLOR,Ei as DATE_FORMAT,Ti as DATE_TIME_FORMAT,Oi as Datefield,Ii as DatetimeField,ci as LIGHT_THEME_INITIAL_MAIN_COLOR,Ai as LIGHT_THEME_INITIAL_SECANDARY_COLOR,ra as TemplateBarChart,_a as TemplateDashboard,da as TemplateDataCard,Gr as TemplateForm,na as TemplateGauge,Qr as TemplateGrid,aa as TemplateLineChart,sa as TemplateLineProgress,oa as TemplatePieChart,Wr as TemplateTextField,ia as TransferList,xi as capitalizeFirstLetter,Si as hasDigitsOnly,gi as isNumber,vi as isNumeric,Jr as useApiActions,Bt as useAxios,pi as useConfirmationWindow,Ct as useIsMobile,xt as useLoadingMask,zt as useSession,Yr as useWindow};
32
32
  //# sourceMappingURL=index.mjs.map