ubk.erp.webpack 1.1.5 → 1.1.7

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.
Files changed (358) hide show
  1. package/README.md +0 -21
  2. package/dist/Api/api.d.ts +21 -0
  3. package/dist/Api/apiOption.d.ts +12 -0
  4. package/dist/ErpDashboard.d.ts +2 -0
  5. package/dist/Layout/Academics/Academics.d.ts +2 -0
  6. package/dist/Layout/Academics/AssignByClass/AssignByClass.d.ts +5 -0
  7. package/dist/Layout/Academics/AssignByClass/Pages/AssignByClassPage.d.ts +5 -0
  8. package/dist/Layout/Academics/AssignByClass/Services/assignByClassService.d.ts +8 -0
  9. package/dist/Layout/Academics/AssignByClass/hooks.d.ts +1 -0
  10. package/dist/Layout/Academics/AssignByClass/index.d.ts +1 -0
  11. package/dist/Layout/Academics/AssignSubjects/AssignSubjects.d.ts +5 -0
  12. package/dist/Layout/Academics/AssignSubjects/Pages/AssignSubjectsPage.d.ts +5 -0
  13. package/dist/Layout/Academics/AssignSubjects/Services/assignSubjectsService.d.ts +6 -0
  14. package/dist/Layout/Academics/AssignSubjects/hooks.d.ts +5 -0
  15. package/dist/Layout/Academics/AssignSubjects/index.d.ts +1 -0
  16. package/dist/Layout/Academics/AssignTimeGroup/AssignTimeGroup.d.ts +5 -0
  17. package/dist/Layout/Academics/AssignTimeGroup/Pages/AssignTimeGroupPage.d.ts +5 -0
  18. package/dist/Layout/Academics/AssignTimeGroup/Services/assignTimeGroupService.d.ts +8 -0
  19. package/dist/Layout/Academics/AssignTimeGroup/hooks.d.ts +1 -0
  20. package/dist/Layout/Academics/AssignTimeGroup/index.d.ts +1 -0
  21. package/dist/Layout/Academics/Class/Class.d.ts +5 -0
  22. package/dist/Layout/Academics/Class/Pages/ClassPage.d.ts +5 -0
  23. package/dist/Layout/Academics/Class/Services/classService.d.ts +8 -0
  24. package/dist/Layout/Academics/Class/hooks.d.ts +5 -0
  25. package/dist/Layout/Academics/Class/index.d.ts +1 -0
  26. package/dist/Layout/Academics/CoScholasticArea/CoScholasticArea.d.ts +5 -0
  27. package/dist/Layout/Academics/CoScholasticArea/Pages/CoScholasticAreaPage.d.ts +5 -0
  28. package/dist/Layout/Academics/CoScholasticArea/Services/coScholasticAreaService.d.ts +8 -0
  29. package/dist/Layout/Academics/CoScholasticArea/hooks.d.ts +10 -0
  30. package/dist/Layout/Academics/CoScholasticArea/index.d.ts +1 -0
  31. package/dist/Layout/Academics/Components/SingleUpload.d.ts +7 -0
  32. package/dist/Layout/Academics/Components/index.d.ts +1 -0
  33. package/dist/Layout/Academics/CreateTimeGroup/CreateTimeGroup.d.ts +5 -0
  34. package/dist/Layout/Academics/CreateTimeGroup/Pages/CreateTimeGroupPage.d.ts +5 -0
  35. package/dist/Layout/Academics/CreateTimeGroup/Services/createTimeGroupService.d.ts +8 -0
  36. package/dist/Layout/Academics/CreateTimeGroup/hooks.d.ts +1 -0
  37. package/dist/Layout/Academics/CreateTimeGroup/index.d.ts +1 -0
  38. package/dist/Layout/Academics/Holidays/Holidays.d.ts +5 -0
  39. package/dist/Layout/Academics/Holidays/Pages/HolidaysPage.d.ts +5 -0
  40. package/dist/Layout/Academics/Holidays/Services/holidaysService.d.ts +7 -0
  41. package/dist/Layout/Academics/Holidays/hooks.d.ts +5 -0
  42. package/dist/Layout/Academics/Holidays/index.d.ts +1 -0
  43. package/dist/Layout/Academics/Notes/Notes.d.ts +5 -0
  44. package/dist/Layout/Academics/Notes/Pages/NotesPage.d.ts +5 -0
  45. package/dist/Layout/Academics/Notes/Services/notesService.d.ts +4 -0
  46. package/dist/Layout/Academics/Notes/hooks.d.ts +6 -0
  47. package/dist/Layout/Academics/Notes/index.d.ts +1 -0
  48. package/dist/Layout/Academics/PromoteStudents/Pages/PromoteStudentsPage.d.ts +5 -0
  49. package/dist/Layout/Academics/PromoteStudents/PromoteStudents.d.ts +5 -0
  50. package/dist/Layout/Academics/PromoteStudents/Services/promoteStudentsService.d.ts +5 -0
  51. package/dist/Layout/Academics/PromoteStudents/hooks.d.ts +3 -0
  52. package/dist/Layout/Academics/PromoteStudents/index.d.ts +1 -0
  53. package/dist/Layout/Academics/Sections/Pages/SectionsPage.d.ts +5 -0
  54. package/dist/Layout/Academics/Sections/Sections.d.ts +5 -0
  55. package/dist/Layout/Academics/Sections/Services/sectionsService.d.ts +9 -0
  56. package/dist/Layout/Academics/Sections/hooks.d.ts +5 -0
  57. package/dist/Layout/Academics/Sections/index.d.ts +1 -0
  58. package/dist/Layout/Academics/Services/academicsService.d.ts +147 -0
  59. package/dist/Layout/Academics/Subjects/Pages/SubjectsPage.d.ts +5 -0
  60. package/dist/Layout/Academics/Subjects/Services/subjectsService.d.ts +9 -0
  61. package/dist/Layout/Academics/Subjects/Subjects.d.ts +5 -0
  62. package/dist/Layout/Academics/Subjects/hooks.d.ts +5 -0
  63. package/dist/Layout/Academics/Subjects/index.d.ts +1 -0
  64. package/dist/Layout/Academics/Syllabus/Pages/SyllabusPage.d.ts +5 -0
  65. package/dist/Layout/Academics/Syllabus/Services/syllabusService.d.ts +5 -0
  66. package/dist/Layout/Academics/Syllabus/Syllabus.d.ts +5 -0
  67. package/dist/Layout/Academics/Syllabus/hooks.d.ts +6 -0
  68. package/dist/Layout/Academics/Syllabus/index.d.ts +1 -0
  69. package/dist/Layout/Academics/TimeTable/Components/Routine.d.ts +5 -0
  70. package/dist/Layout/Academics/TimeTable/Components/TeacherTable.d.ts +5 -0
  71. package/dist/Layout/Academics/TimeTable/Pages/TimeTablePage.d.ts +5 -0
  72. package/dist/Layout/Academics/TimeTable/Services/timeTableService.d.ts +6 -0
  73. package/dist/Layout/Academics/TimeTable/Services/timetableEngine.d.ts +5 -0
  74. package/dist/Layout/Academics/TimeTable/Services/validator.d.ts +10 -0
  75. package/dist/Layout/Academics/TimeTable/TimeTable.d.ts +5 -0
  76. package/dist/Layout/Academics/TimeTable/index.d.ts +1 -0
  77. package/dist/Layout/Academics/TransferCertificate/Pages/TransferCertificatePage.d.ts +7 -0
  78. package/dist/Layout/Academics/TransferCertificate/Services/transferCertificateService.d.ts +5 -0
  79. package/dist/Layout/Academics/TransferCertificate/TransferCertificate.d.ts +7 -0
  80. package/dist/Layout/Academics/TransferCertificate/hooks.d.ts +5 -0
  81. package/dist/Layout/Academics/TransferCertificate/index.d.ts +1 -0
  82. package/dist/Layout/Academics/hooks.d.ts +6 -0
  83. package/dist/Layout/Academics/index.d.ts +15 -0
  84. package/dist/Layout/AttendanceDashboard/AttendanceDashboard.d.ts +5 -0
  85. package/dist/Layout/AttendanceDashboard/Charts/index.d.ts +1 -0
  86. package/dist/Layout/AttendanceDashboard/Components/index.d.ts +1 -0
  87. package/dist/Layout/AttendanceDashboard/Components/shared.d.ts +77 -0
  88. package/dist/Layout/AttendanceDashboard/DailyAttendance/DailyAttendance.d.ts +5 -0
  89. package/dist/Layout/AttendanceDashboard/DailyAttendance/Services/dailyAttendanceService.d.ts +8 -0
  90. package/dist/Layout/AttendanceDashboard/DailyAttendance/hooks.d.ts +1 -0
  91. package/dist/Layout/AttendanceDashboard/DailyAttendance/index.d.ts +1 -0
  92. package/dist/Layout/AttendanceDashboard/MonthlyReport/MonthlyReport.d.ts +5 -0
  93. package/dist/Layout/AttendanceDashboard/MonthlyReport/Services/monthlyReportService.d.ts +9 -0
  94. package/dist/Layout/AttendanceDashboard/MonthlyReport/hooks.d.ts +1 -0
  95. package/dist/Layout/AttendanceDashboard/MonthlyReport/index.d.ts +1 -0
  96. package/dist/Layout/AttendanceDashboard/Reports/index.d.ts +1 -0
  97. package/dist/Layout/AttendanceDashboard/Services/attendanceDashboardService.d.ts +35 -0
  98. package/dist/Layout/AttendanceDashboard/StudentAttendance/Services/studentAttendanceService.d.ts +10 -0
  99. package/dist/Layout/AttendanceDashboard/StudentAttendance/StudentAttendance.d.ts +5 -0
  100. package/dist/Layout/AttendanceDashboard/StudentAttendance/hooks.d.ts +1 -0
  101. package/dist/Layout/AttendanceDashboard/StudentAttendance/index.d.ts +1 -0
  102. package/dist/Layout/AttendanceDashboard/YearlyReport/Services/yearlyReportService.d.ts +8 -0
  103. package/dist/Layout/AttendanceDashboard/YearlyReport/YearlyReport.d.ts +5 -0
  104. package/dist/Layout/AttendanceDashboard/YearlyReport/hooks.d.ts +1 -0
  105. package/dist/Layout/AttendanceDashboard/YearlyReport/index.d.ts +1 -0
  106. package/dist/Layout/AttendanceDashboard/hooks.d.ts +34 -0
  107. package/dist/Layout/AttendanceDashboard/index.d.ts +5 -0
  108. package/dist/Layout/Export/BranchHeader.d.ts +2 -0
  109. package/dist/Layout/Export/ExportAttendance.d.ts +6 -0
  110. package/dist/Layout/Export/ExportDataWithHeader.d.ts +2 -0
  111. package/dist/Layout/FontOffice/AdmissionEnquiry.d.ts +5 -0
  112. package/dist/Layout/FontOffice/FontOfficeMenu.d.ts +5 -0
  113. package/dist/Layout/GeneralSetting/About/About.d.ts +5 -0
  114. package/dist/Layout/GeneralSetting/About/Pages/AboutPage.d.ts +5 -0
  115. package/dist/Layout/GeneralSetting/About/Services/aboutService.d.ts +5 -0
  116. package/dist/Layout/GeneralSetting/About/hooks.d.ts +3 -0
  117. package/dist/Layout/GeneralSetting/About/index.d.ts +1 -0
  118. package/dist/Layout/GeneralSetting/AcademicYear/AcademicYear.d.ts +5 -0
  119. package/dist/Layout/GeneralSetting/AcademicYear/Pages/AcademicYearPage.d.ts +5 -0
  120. package/dist/Layout/GeneralSetting/AcademicYear/Services/academicYearService.d.ts +6 -0
  121. package/dist/Layout/GeneralSetting/AcademicYear/hooks.d.ts +5 -0
  122. package/dist/Layout/GeneralSetting/AcademicYear/index.d.ts +1 -0
  123. package/dist/Layout/GeneralSetting/Components/IconActionToolbar.d.ts +5 -0
  124. package/dist/Layout/GeneralSetting/Components/LegalPageEditor.d.ts +10 -0
  125. package/dist/Layout/GeneralSetting/Components/RichTextEditor.d.ts +7 -0
  126. package/dist/Layout/GeneralSetting/Components/SettingsPageLayout.d.ts +8 -0
  127. package/dist/Layout/GeneralSetting/Components/SingleUpload.d.ts +11 -0
  128. package/dist/Layout/GeneralSetting/Components/index.d.ts +5 -0
  129. package/dist/Layout/GeneralSetting/FeeReceiptSetting/FeeReceiptSetting.d.ts +5 -0
  130. package/dist/Layout/GeneralSetting/FeeReceiptSetting/Pages/FeeReceiptSettingPage.d.ts +5 -0
  131. package/dist/Layout/GeneralSetting/FeeReceiptSetting/Services/feeReceiptSettingService.d.ts +4 -0
  132. package/dist/Layout/GeneralSetting/FeeReceiptSetting/hooks.d.ts +3 -0
  133. package/dist/Layout/GeneralSetting/FeeReceiptSetting/index.d.ts +1 -0
  134. package/dist/Layout/GeneralSetting/FeesInfo/FeesInfo.d.ts +5 -0
  135. package/dist/Layout/GeneralSetting/FeesInfo/Pages/FeesInfoPage.d.ts +5 -0
  136. package/dist/Layout/GeneralSetting/FeesInfo/Services/feesInfoService.d.ts +5 -0
  137. package/dist/Layout/GeneralSetting/FeesInfo/hooks.d.ts +6 -0
  138. package/dist/Layout/GeneralSetting/FeesInfo/index.d.ts +1 -0
  139. package/dist/Layout/GeneralSetting/GeneralSetting.d.ts +2 -0
  140. package/dist/Layout/GeneralSetting/MarksheetSetting/MarksheetSetting.d.ts +5 -0
  141. package/dist/Layout/GeneralSetting/MarksheetSetting/Pages/MarksheetSettingPage.d.ts +5 -0
  142. package/dist/Layout/GeneralSetting/MarksheetSetting/Services/marksheetSettingService.d.ts +7 -0
  143. package/dist/Layout/GeneralSetting/MarksheetSetting/hooks.d.ts +9 -0
  144. package/dist/Layout/GeneralSetting/MarksheetSetting/index.d.ts +1 -0
  145. package/dist/Layout/GeneralSetting/Organization/Organization.d.ts +5 -0
  146. package/dist/Layout/GeneralSetting/Organization/Pages/OrganizationPage.d.ts +5 -0
  147. package/dist/Layout/GeneralSetting/Organization/Services/organizationService.d.ts +14 -0
  148. package/dist/Layout/GeneralSetting/Organization/hooks.d.ts +16 -0
  149. package/dist/Layout/GeneralSetting/Organization/index.d.ts +1 -0
  150. package/dist/Layout/GeneralSetting/PaymentGateway/Pages/PaymentGatewayPage.d.ts +5 -0
  151. package/dist/Layout/GeneralSetting/PaymentGateway/PaymentGateway.d.ts +5 -0
  152. package/dist/Layout/GeneralSetting/PaymentGateway/Services/paymentGatewayService.d.ts +4 -0
  153. package/dist/Layout/GeneralSetting/PaymentGateway/hooks.d.ts +3 -0
  154. package/dist/Layout/GeneralSetting/PaymentGateway/index.d.ts +1 -0
  155. package/dist/Layout/GeneralSetting/PayrollSettings/Pages/PayrollSettingsPage.d.ts +5 -0
  156. package/dist/Layout/GeneralSetting/PayrollSettings/PayrollSettings.d.ts +5 -0
  157. package/dist/Layout/GeneralSetting/PayrollSettings/Services/payrollSettingsService.d.ts +7 -0
  158. package/dist/Layout/GeneralSetting/PayrollSettings/hooks.d.ts +5 -0
  159. package/dist/Layout/GeneralSetting/PayrollSettings/index.d.ts +1 -0
  160. package/dist/Layout/GeneralSetting/Privacy/Pages/PrivacyPage.d.ts +5 -0
  161. package/dist/Layout/GeneralSetting/Privacy/Privacy.d.ts +5 -0
  162. package/dist/Layout/GeneralSetting/Privacy/Services/privacyService.d.ts +5 -0
  163. package/dist/Layout/GeneralSetting/Privacy/hooks.d.ts +3 -0
  164. package/dist/Layout/GeneralSetting/Privacy/index.d.ts +1 -0
  165. package/dist/Layout/GeneralSetting/Services/generalSettingService.d.ts +77 -0
  166. package/dist/Layout/GeneralSetting/Terms/Pages/TermsPage.d.ts +5 -0
  167. package/dist/Layout/GeneralSetting/Terms/Services/termsService.d.ts +5 -0
  168. package/dist/Layout/GeneralSetting/Terms/Terms.d.ts +5 -0
  169. package/dist/Layout/GeneralSetting/Terms/hooks.d.ts +3 -0
  170. package/dist/Layout/GeneralSetting/Terms/index.d.ts +1 -0
  171. package/dist/Layout/GeneralSetting/hooks.d.ts +10 -0
  172. package/dist/Layout/GeneralSetting/index.d.ts +11 -0
  173. package/dist/Layout/HumanResource/AddStaff/AddStaff.d.ts +5 -0
  174. package/dist/Layout/HumanResource/AddStaff/Components/Step1.d.ts +1 -0
  175. package/dist/Layout/HumanResource/AddStaff/Components/Step2.d.ts +1 -0
  176. package/dist/Layout/HumanResource/AddStaff/Components/Step3.d.ts +1 -0
  177. package/dist/Layout/HumanResource/AddStaff/Components/index.d.ts +3 -0
  178. package/dist/Layout/HumanResource/AddStaff/Pages/AddStaffPage.d.ts +5 -0
  179. package/dist/Layout/HumanResource/AddStaff/Services/addStaffService.d.ts +22 -0
  180. package/dist/Layout/HumanResource/AddStaff/index.d.ts +1 -0
  181. package/dist/Layout/HumanResource/ApplyLeave/ApplyLeave.d.ts +5 -0
  182. package/dist/Layout/HumanResource/ApplyLeave/Pages/ApplyLeavePage.d.ts +5 -0
  183. package/dist/Layout/HumanResource/ApplyLeave/Services/applyLeaveService.d.ts +7 -0
  184. package/dist/Layout/HumanResource/ApplyLeave/hooks.d.ts +5 -0
  185. package/dist/Layout/HumanResource/ApplyLeave/index.d.ts +1 -0
  186. package/dist/Layout/HumanResource/AprroveLeaveRequest/AprroveLeaveRequest.d.ts +5 -0
  187. package/dist/Layout/HumanResource/AprroveLeaveRequest/Pages/AprroveLeaveRequestPage.d.ts +5 -0
  188. package/dist/Layout/HumanResource/AprroveLeaveRequest/Services/approveLeaveService.d.ts +6 -0
  189. package/dist/Layout/HumanResource/AprroveLeaveRequest/hooks.d.ts +5 -0
  190. package/dist/Layout/HumanResource/AprroveLeaveRequest/index.d.ts +1 -0
  191. package/dist/Layout/HumanResource/Components/SingleUpload.d.ts +7 -0
  192. package/dist/Layout/HumanResource/Components/index.d.ts +1 -0
  193. package/dist/Layout/HumanResource/Department/Department.d.ts +5 -0
  194. package/dist/Layout/HumanResource/Department/Pages/DepartmentPage.d.ts +5 -0
  195. package/dist/Layout/HumanResource/Department/Services/departmentService.d.ts +8 -0
  196. package/dist/Layout/HumanResource/Department/hooks.d.ts +5 -0
  197. package/dist/Layout/HumanResource/Department/index.d.ts +1 -0
  198. package/dist/Layout/HumanResource/Designation/Designation.d.ts +5 -0
  199. package/dist/Layout/HumanResource/Designation/Pages/DesignationPage.d.ts +5 -0
  200. package/dist/Layout/HumanResource/Designation/Services/designationService.d.ts +8 -0
  201. package/dist/Layout/HumanResource/Designation/hooks.d.ts +5 -0
  202. package/dist/Layout/HumanResource/Designation/index.d.ts +1 -0
  203. package/dist/Layout/HumanResource/HumanResource.d.ts +5 -0
  204. package/dist/Layout/HumanResource/HumanResourceDashboard/HumanResourceDashboard.d.ts +5 -0
  205. package/dist/Layout/HumanResource/HumanResourceDashboard/Pages/HumanResourceDashboardPage.d.ts +5 -0
  206. package/dist/Layout/HumanResource/HumanResourceDashboard/index.d.ts +1 -0
  207. package/dist/Layout/HumanResource/LeaveType/LeaveType.d.ts +5 -0
  208. package/dist/Layout/HumanResource/LeaveType/Pages/LeaveTypePage.d.ts +5 -0
  209. package/dist/Layout/HumanResource/LeaveType/Services/leaveTypeService.d.ts +8 -0
  210. package/dist/Layout/HumanResource/LeaveType/hooks.d.ts +5 -0
  211. package/dist/Layout/HumanResource/LeaveType/index.d.ts +1 -0
  212. package/dist/Layout/HumanResource/MonthlyAttendanceReport/MonthlyAttendanceReport.d.ts +5 -0
  213. package/dist/Layout/HumanResource/MonthlyAttendanceReport/Pages/MonthlyAttendanceReportPage.d.ts +5 -0
  214. package/dist/Layout/HumanResource/MonthlyAttendanceReport/index.d.ts +1 -0
  215. package/dist/Layout/HumanResource/Payroll/Pages/PayrollPage.d.ts +7 -0
  216. package/dist/Layout/HumanResource/Payroll/Payroll.d.ts +5 -0
  217. package/dist/Layout/HumanResource/Payroll/Services/payrollService.d.ts +8 -0
  218. package/dist/Layout/HumanResource/Payroll/index.d.ts +1 -0
  219. package/dist/Layout/HumanResource/PayrollReceiptDetails.d.ts +6 -0
  220. package/dist/Layout/HumanResource/PayrollReport/Pages/PayrollReportPage.d.ts +5 -0
  221. package/dist/Layout/HumanResource/PayrollReport/PayrollReport.d.ts +5 -0
  222. package/dist/Layout/HumanResource/PayrollReport/index.d.ts +1 -0
  223. package/dist/Layout/HumanResource/Services/humanResourceService.d.ts +115 -0
  224. package/dist/Layout/HumanResource/Shift/Pages/ShiftPage.d.ts +5 -0
  225. package/dist/Layout/HumanResource/Shift/Services/shiftService.d.ts +8 -0
  226. package/dist/Layout/HumanResource/Shift/Shift.d.ts +5 -0
  227. package/dist/Layout/HumanResource/Shift/hooks.d.ts +5 -0
  228. package/dist/Layout/HumanResource/Shift/index.d.ts +1 -0
  229. package/dist/Layout/HumanResource/StaffAttendance/Components/AttendancePaginationTable.d.ts +13 -0
  230. package/dist/Layout/HumanResource/StaffAttendance/Pages/StaffAttendancePage.d.ts +5 -0
  231. package/dist/Layout/HumanResource/StaffAttendance/Services/staffAttendanceService.d.ts +10 -0
  232. package/dist/Layout/HumanResource/StaffAttendance/StaffAttendance.d.ts +5 -0
  233. package/dist/Layout/HumanResource/StaffAttendance/index.d.ts +1 -0
  234. package/dist/Layout/HumanResource/StaffAttendanceReport/Pages/StaffAttendanceReportPage.d.ts +5 -0
  235. package/dist/Layout/HumanResource/StaffAttendanceReport/Services/staffAttendanceReportService.d.ts +2 -0
  236. package/dist/Layout/HumanResource/StaffAttendanceReport/StaffAttendanceReport.d.ts +5 -0
  237. package/dist/Layout/HumanResource/StaffAttendanceReport/StaffAttendanceReportCopy.d.ts +5 -0
  238. package/dist/Layout/HumanResource/StaffAttendanceReport/index.d.ts +1 -0
  239. package/dist/Layout/HumanResource/StaffDailyAttendance/Components/StaffMultipleShiftAtt.d.ts +5 -0
  240. package/dist/Layout/HumanResource/StaffDailyAttendance/Pages/StaffDailyAttendancePage.d.ts +5 -0
  241. package/dist/Layout/HumanResource/StaffDailyAttendance/Services/staffDailyAttendanceService.d.ts +9 -0
  242. package/dist/Layout/HumanResource/StaffDailyAttendance/StaffDailyAttendance.d.ts +5 -0
  243. package/dist/Layout/HumanResource/StaffDailyAttendance/index.d.ts +1 -0
  244. package/dist/Layout/HumanResource/StaffDirectory/Pages/StaffDirectoryPage.d.ts +5 -0
  245. package/dist/Layout/HumanResource/StaffDirectory/Services/staffDirectoryService.d.ts +19 -0
  246. package/dist/Layout/HumanResource/StaffDirectory/StaffDirectory.d.ts +5 -0
  247. package/dist/Layout/HumanResource/StaffDirectory/index.d.ts +1 -0
  248. package/dist/Layout/HumanResource/StaffDirectoryEdit/Pages/StaffDirectoryEditPage.d.ts +6 -0
  249. package/dist/Layout/HumanResource/StaffDirectoryEdit/StaffDirectoryEdit.d.ts +6 -0
  250. package/dist/Layout/HumanResource/StaffDirectoryEdit/index.d.ts +1 -0
  251. package/dist/Layout/HumanResource/StaffDirectoryEdit/staffEdit/Step1.d.ts +1 -0
  252. package/dist/Layout/HumanResource/StaffDirectoryEdit/staffEdit/Step2.d.ts +1 -0
  253. package/dist/Layout/HumanResource/StaffDirectoryEdit/staffEdit/Step3.d.ts +1 -0
  254. package/dist/Layout/HumanResource/StaffDirectoryEdit/staffEdit/index.d.ts +3 -0
  255. package/dist/Layout/HumanResource/StaffFullInformation/Components/PayrollInformation.d.ts +5 -0
  256. package/dist/Layout/HumanResource/StaffFullInformation/Components/StaffAttendanceByMonth.d.ts +5 -0
  257. package/dist/Layout/HumanResource/StaffFullInformation/Components/StaffBasicInformation.d.ts +5 -0
  258. package/dist/Layout/HumanResource/StaffFullInformation/Components/StaffExperience.d.ts +5 -0
  259. package/dist/Layout/HumanResource/StaffFullInformation/Components/index.d.ts +4 -0
  260. package/dist/Layout/HumanResource/StaffFullInformation/Pages/StaffFullInformationPage.d.ts +6 -0
  261. package/dist/Layout/HumanResource/StaffFullInformation/StaffFullInformation.d.ts +6 -0
  262. package/dist/Layout/HumanResource/StaffFullInformation/index.d.ts +1 -0
  263. package/dist/Layout/HumanResource/StaffWizard/StaffWizard.d.ts +8 -0
  264. package/dist/Layout/HumanResource/StaffWizard/Step1.d.ts +9 -0
  265. package/dist/Layout/HumanResource/StaffWizard/Step2.d.ts +10 -0
  266. package/dist/Layout/HumanResource/StaffWizard/Step3.d.ts +10 -0
  267. package/dist/Layout/HumanResource/StaffWizard/index.d.ts +1 -0
  268. package/dist/Layout/HumanResource/hooks.d.ts +6 -0
  269. package/dist/Layout/HumanResource/index.d.ts +21 -0
  270. package/dist/Layout/HumanResource/innerPage/PayrollReceiptDetails.d.ts +6 -0
  271. package/dist/Layout/HumanResource/innerPage/StaffAttendanceSingle.d.ts +9 -0
  272. package/dist/Layout/HumanResource/innerPage/index.d.ts +2 -0
  273. package/dist/Layout/Library/AddBook.d.ts +5 -0
  274. package/dist/Layout/Library/AddStudent.d.ts +5 -0
  275. package/dist/Layout/Library/BookList.d.ts +5 -0
  276. package/dist/Layout/Library/Category.d.ts +5 -0
  277. package/dist/Layout/Library/IssueReturn.d.ts +5 -0
  278. package/dist/Layout/Library/LibMonthlyReport.d.ts +5 -0
  279. package/dist/Layout/Transport/AddDriver.d.ts +5 -0
  280. package/dist/Layout/Transport/AssignStudentToTransport.d.ts +8 -0
  281. package/dist/Layout/Transport/AssignVehicles.d.ts +5 -0
  282. package/dist/Layout/Transport/Edit/EditAssignStudentToTransport.d.ts +9 -0
  283. package/dist/Layout/Transport/RouteTimeTable.d.ts +5 -0
  284. package/dist/Layout/Transport/Stoppage copy.d.ts +5 -0
  285. package/dist/Layout/Transport/Stoppage.d.ts +5 -0
  286. package/dist/Layout/Transport/TransportRoutes.d.ts +5 -0
  287. package/dist/Layout/Transport/TransportVehicles.d.ts +5 -0
  288. package/dist/Layout/store/BuySellProduct/BuySellProduct.d.ts +5 -0
  289. package/dist/Layout/store/BuySellProduct/Pages/BuySellProductPage.d.ts +5 -0
  290. package/dist/Layout/store/BuySellProduct/Services/buySellService.d.ts +14 -0
  291. package/dist/Layout/store/BuySellProduct/index.d.ts +1 -0
  292. package/dist/Layout/store/Category/Category.d.ts +5 -0
  293. package/dist/Layout/store/Category/Pages/CategoryPage.d.ts +5 -0
  294. package/dist/Layout/store/Category/Services/categoryService.d.ts +7 -0
  295. package/dist/Layout/store/Category/hooks.d.ts +5 -0
  296. package/dist/Layout/store/Category/index.d.ts +1 -0
  297. package/dist/Layout/store/Components/SingleUpload.d.ts +7 -0
  298. package/dist/Layout/store/ManageStock/ManageStock.d.ts +5 -0
  299. package/dist/Layout/store/ManageStock/Pages/ManageStockPage.d.ts +5 -0
  300. package/dist/Layout/store/ManageStock/Services/manageStockService.d.ts +11 -0
  301. package/dist/Layout/store/ManageStock/index.d.ts +1 -0
  302. package/dist/Layout/store/Products/Pages/ProductsPage.d.ts +5 -0
  303. package/dist/Layout/store/Products/Products.d.ts +5 -0
  304. package/dist/Layout/store/Products/Services/productsService.d.ts +15 -0
  305. package/dist/Layout/store/Products/hooks.d.ts +18 -0
  306. package/dist/Layout/store/Products/index.d.ts +1 -0
  307. package/dist/Layout/store/SellReports/Pages/SellReportsPage.d.ts +5 -0
  308. package/dist/Layout/store/SellReports/SellReports.d.ts +5 -0
  309. package/dist/Layout/store/SellReports/Services/sellReportsService.d.ts +4 -0
  310. package/dist/Layout/store/SellReports/index.d.ts +1 -0
  311. package/dist/Layout/store/Services/storeService.d.ts +84 -0
  312. package/dist/Layout/store/StockReport/Pages/StockReportPage.d.ts +5 -0
  313. package/dist/Layout/store/StockReport/Services/stockReportService.d.ts +2 -0
  314. package/dist/Layout/store/StockReport/StockReport.d.ts +5 -0
  315. package/dist/Layout/store/StockReport/index.d.ts +1 -0
  316. package/dist/Layout/store/SubCategory/Pages/SubCategoryPage.d.ts +5 -0
  317. package/dist/Layout/store/SubCategory/Services/subCategoryService.d.ts +8 -0
  318. package/dist/Layout/store/SubCategory/SubCategory.d.ts +5 -0
  319. package/dist/Layout/store/SubCategory/hooks.d.ts +8 -0
  320. package/dist/Layout/store/SubCategory/index.d.ts +1 -0
  321. package/dist/Layout/store/Unit/Pages/UnitPage.d.ts +5 -0
  322. package/dist/Layout/store/Unit/Services/unitService.d.ts +7 -0
  323. package/dist/Layout/store/Unit/Unit.d.ts +5 -0
  324. package/dist/Layout/store/Unit/hooks.d.ts +5 -0
  325. package/dist/Layout/store/Unit/index.d.ts +1 -0
  326. package/dist/Layout/store/Vendor/Pages/VendorPage.d.ts +5 -0
  327. package/dist/Layout/store/Vendor/Services/vendorService.d.ts +7 -0
  328. package/dist/Layout/store/Vendor/Vendor.d.ts +5 -0
  329. package/dist/Layout/store/Vendor/hooks.d.ts +5 -0
  330. package/dist/Layout/store/Vendor/index.d.ts +1 -0
  331. package/dist/Layout/store/hooks.d.ts +6 -0
  332. package/dist/RoutePage.d.ts +5 -0
  333. package/dist/Secondary/CommonFuntion.d.ts +35 -0
  334. package/dist/Secondary/DummyDataGenerator.d.ts +6 -0
  335. package/dist/Secondary/TextChangeGlobal.d.ts +6 -0
  336. package/dist/Secondary/Year.d.ts +2 -0
  337. package/dist/Services/timetableEngine.test.d.ts +1 -0
  338. package/dist/Services/validator.test.d.ts +1 -0
  339. package/dist/UBKDeleteButton/index.d.ts +7 -0
  340. package/dist/components/Cards/MenuCard/Index.d.ts +7 -0
  341. package/dist/components/CommonActionButtons/CommonActionButtons.d.ts +11 -0
  342. package/dist/components/CommonActionButtons/index.d.ts +1 -0
  343. package/dist/components/MDInput/index.d.ts +2 -0
  344. package/dist/components/UBKBox/index.d.ts +13 -0
  345. package/dist/components/UBKDate/index.d.ts +3 -0
  346. package/dist/components/UBKDeleteButton/index.d.ts +7 -0
  347. package/dist/components/UBKSelect/FixRequiredSelect.d.ts +26 -0
  348. package/dist/components/UBKSelect/MySelect.d.ts +2 -0
  349. package/dist/components/UBKSelect/UBKSelectWL.d.ts +2 -0
  350. package/dist/components/UBKSelect/index.d.ts +2 -0
  351. package/dist/components/UBKSubmit/index.d.ts +2 -0
  352. package/dist/components/UBKTable/UBKantdTable.d.ts +4 -0
  353. package/dist/components/UBKTextarea/index.d.ts +7 -0
  354. package/dist/components/UBKTypography/index.d.ts +8 -0
  355. package/dist/index.cjs +2 -2
  356. package/dist/index.d.ts +48 -289
  357. package/dist/index.js +24 -16
  358. package/package.json +1 -1
package/README.md CHANGED
@@ -51,7 +51,6 @@ The library determines the base URL for API calls and assets using the following
51
51
 
52
52
  1. **Manual Configuration**: Using the `setBaseUrl()` function in your code.
53
53
  2. **Environment Variable**: `VITE_ASSET_BASE_URL` in your `.env` file.
54
- 3. **Default Fallback**: `https://npmapi.ubkerp.com/` (used if no other config is found).
55
54
 
56
55
  ### 1. Manual Setup (Recommended for NPM Users)
57
56
 
@@ -61,26 +60,6 @@ import { setBaseUrl } from "ubk.erp.webpack";
61
60
  // Set your base URL once
62
61
  setBaseUrl("https://your-api-domain.com/");
63
62
  ```
64
-
65
- ### Environment Variables (Alternative)
66
-
67
- If you prefer using environment variables, the library also supports:
68
-
69
- ```env
70
- # Provide a full URL for asset/API base; if omitted the default
71
- # fallback `yourbase_url` will be used.
72
- VITE_ASSET_BASE_URL=yourbase_url
73
- REACT_APP_API_URL=yourbase_url
74
-
75
- # API Endpoints
76
- VITE_MENU_URL=api/sdk/Menus
77
- VITE_ADMISSION_ENQUIRY_URL=api/branchapi/frontoffice/enquirytablelist
78
- # Library endpoints (examples)
79
- VITE_LIBRARY_ADD_CATEGORY_URL=api/branchapi/library/addBookCategory
80
- VITE_LIBRARY_DELETE_CATEGORY_URL=api/branchapi/library/deleteBookCategory
81
- VITE_LIBRARY_MONTHLY_REPORT_URL=api/branchapi/library/libraryReport
82
- ```
83
-
84
63
  ## 🛠️ Usage
85
64
 
86
65
  ### Basic Component Integration
@@ -0,0 +1,21 @@
1
+ export function setBaseUrl(url: any): void;
2
+ export function getAssetBaseUrl(): any;
3
+ export function addData(url: any, data: any, token: any): Promise<any>;
4
+ export function getNewData(url: any, token: any): Promise<any>;
5
+ export function getMenuData(url: any, token: any): Promise<any>;
6
+ export function addDataReturn(url: any, data: any, token: any): Promise<boolean>;
7
+ export function addDataTigget(url: any, data: any, token: any): Promise<any>;
8
+ export function addDataTiggetwithOutArg(url: any, data: any, token: any): Promise<any>;
9
+ export function addDataTiggetGET(url: any, data: any, token: any): Promise<any>;
10
+ export const studentsearchByNameID: "api/branchapi/library/studentsearchByNameID";
11
+ export const booksearchBybookname: "api/branchapi/library/booksearchBybookname";
12
+ export const returnedLibrarybook: "api/branchapi/library/returnedLibrarybook";
13
+ export const issueLibrarybook: "api/branchapi/library/issueLibrarybook";
14
+ export const FeesDetailsUrl: "/fess_managment/FessStatement/getStudentFeesDetails";
15
+ export const getsetting_allowances_dedectionBranch: "api/branchapi/GeneralSettings/getsetting_allowances_dedectionBranch";
16
+ export function addDataTigger(url: any, data: any, token: any): Promise<any>;
17
+ export function sendRequest(url: any, data: any, token: any): Promise<any>;
18
+ export function updateData(url: any, data: any, token: any): Promise<any>;
19
+ export function getDataById(url: any, data: any, token: any): Promise<any>;
20
+ export function getwhatsapp(url: any, data: any): Promise<any>;
21
+ export function deleteData(url: any, id: any, token: any): Promise<any>;
@@ -0,0 +1,12 @@
1
+ export function addOptions(newTodo: any): {
2
+ optimisticData: (data: any) => any[];
3
+ populateCache: (added: any, data: any) => any[];
4
+ };
5
+ export function addOptionsTest(newTodo: any): {
6
+ optimisticData: (data: any) => any[];
7
+ populateCache: (added: any, data: any) => any[];
8
+ };
9
+ export function deleteTodoOptions(id: any): {
10
+ optimisticData: (data: any) => any;
11
+ populateCache: (emptyResponseObj: any, data: any) => any;
12
+ };
@@ -0,0 +1,2 @@
1
+ export default ErpDashboard;
2
+ declare function ErpDashboard(): import("react").JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default Academics;
2
+ declare function Academics(): null;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default AssignByClass;
3
+ declare function AssignByClass({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default AssignByClassPage;
3
+ declare function AssignByClassPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ export const assignByClassEndpoints: {
2
+ teacherDropdown: any;
3
+ classWithSection: any;
4
+ assignedSubjectsOfTeacher: any;
5
+ subjectsOfTeacherByTeacherId: any;
6
+ assignClassToTeacher: any;
7
+ deleteTeacherSub: any;
8
+ };
@@ -0,0 +1 @@
1
+ export function useAssignByClass(): null;
@@ -0,0 +1 @@
1
+ export { default } from './AssignByClass';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default AssignSubjects;
3
+ declare function AssignSubjects({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default AssignSubjectsPage;
3
+ declare function AssignSubjectsPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ export const assignSubjectsEndpoints: {
2
+ assign: any;
3
+ list: any;
4
+ update: any;
5
+ editByClass: any;
6
+ };
@@ -0,0 +1,5 @@
1
+ export function useAssignedSubjectsList({ token, page, perPage }: {
2
+ token: any;
3
+ page?: number | undefined;
4
+ perPage?: number | undefined;
5
+ }): import('swr').SWRResponse<any, any, any>;
@@ -0,0 +1 @@
1
+ export { default } from './AssignSubjects';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default AssignTimeGroup;
3
+ declare function AssignTimeGroup({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default AssignTimeGroupPage;
3
+ declare function AssignTimeGroupPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ export const assignTimeGroupEndpoints: {
2
+ classIdByTimeGroup: any;
3
+ table: any;
4
+ show: any;
5
+ assign: any;
6
+ };
7
+ export const timeGroupDropdownEndpoint: any;
8
+ export const classDropdownEndpoint: any;
@@ -0,0 +1 @@
1
+ export function useAssignTimeGroup(): null;
@@ -0,0 +1 @@
1
+ export { default } from './AssignTimeGroup';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default Class;
3
+ declare function Class({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default ClassPage;
3
+ declare function ClassPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ export const classEndpoints: {
2
+ dropdown: any;
3
+ table: any;
4
+ add: any;
5
+ edit: any;
6
+ remove: any;
7
+ show: any;
8
+ };
@@ -0,0 +1,5 @@
1
+ export function useClassList({ token, page, perPage }: {
2
+ token: any;
3
+ page?: number | undefined;
4
+ perPage?: number | undefined;
5
+ }): import('swr').SWRResponse<any, any, any>;
@@ -0,0 +1 @@
1
+ export { default } from './Class';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default CoScholasticArea;
3
+ declare function CoScholasticArea({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default CoScholasticAreaPage;
3
+ declare function CoScholasticAreaPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ export const coScholasticEndpoints: {
2
+ table: any;
3
+ addSkill: any;
4
+ deleteSkill: any;
5
+ categoryDropdown: any;
6
+ addCategory: any;
7
+ deleteCategory: any;
8
+ };
@@ -0,0 +1,10 @@
1
+ export function useCoScholasticList({ token }: {
2
+ token: any;
3
+ }): import('swr').SWRResponse<any, any, {
4
+ revalidateOnFocus: false;
5
+ }>;
6
+ export function useCoScholasticCategoryDropdown({ token }: {
7
+ token: any;
8
+ }): import('swr').SWRResponse<any, any, {
9
+ revalidateOnFocus: false;
10
+ }>;
@@ -0,0 +1 @@
1
+ export { default } from './CoScholasticArea';
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ export default SingleUpload;
3
+ declare function SingleUpload({ token, value, onChange }: {
4
+ token: any;
5
+ value: any;
6
+ onChange: any;
7
+ }): React.JSX.Element;
@@ -0,0 +1 @@
1
+ export { default as SingleUpload } from './SingleUpload';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default CreateTimeGroup;
3
+ declare function CreateTimeGroup({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default CreateTimeGroupPage;
3
+ declare function CreateTimeGroupPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ export const createTimeGroupEndpoints: {
2
+ table: any;
3
+ add: any;
4
+ edit: any;
5
+ remove: any;
6
+ show: any;
7
+ dropdown: any;
8
+ };
@@ -0,0 +1 @@
1
+ export function useCreateTimeGroup(): null;
@@ -0,0 +1 @@
1
+ export { default } from './CreateTimeGroup';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default Holidays;
3
+ declare function Holidays({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default HolidaysPage;
3
+ declare function HolidaysPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ export const holidaysEndpoints: {
2
+ table: any;
3
+ add: any;
4
+ edit: any;
5
+ remove: any;
6
+ show: any;
7
+ };
@@ -0,0 +1,5 @@
1
+ export function useHolidaysList({ token, page, perPage }: {
2
+ token: any;
3
+ page?: number | undefined;
4
+ perPage?: number | undefined;
5
+ }): import('swr').SWRResponse<any, any, any>;
@@ -0,0 +1 @@
1
+ export { default } from './Holidays';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default Notes;
3
+ declare function Notes({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default NotesPage;
3
+ declare function NotesPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ export const notesEndpoints: {
2
+ table: any;
3
+ add: any;
4
+ };
@@ -0,0 +1,6 @@
1
+ export function useNotesList({ token, url }: {
2
+ token: any;
3
+ url: any;
4
+ }): import('swr').SWRResponse<any, any, {
5
+ revalidateOnFocus: false;
6
+ }>;
@@ -0,0 +1 @@
1
+ export { default } from './Notes';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default PromoteStudentsPage;
3
+ declare function PromoteStudentsPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default PromoteStudents;
3
+ declare function PromoteStudents({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ export const promoteStudentsEndpoints: {
2
+ searchByClassSection: any;
3
+ sessionDropdown: any;
4
+ promote: any;
5
+ };
@@ -0,0 +1,3 @@
1
+ export function useSessionsDropdown({ token }: {
2
+ token: any;
3
+ }): import('swr').SWRResponse<any, any, any>;
@@ -0,0 +1 @@
1
+ export { default } from './PromoteStudents';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default SectionsPage;
3
+ declare function SectionsPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default Sections;
3
+ declare function Sections({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,9 @@
1
+ export const sectionsEndpoints: {
2
+ list: any;
3
+ table: any;
4
+ add: any;
5
+ edit: any;
6
+ remove: any;
7
+ show: any;
8
+ byClass: any;
9
+ };
@@ -0,0 +1,5 @@
1
+ export function useSectionsList({ token, page, perPage }: {
2
+ token: any;
3
+ page?: number | undefined;
4
+ perPage?: number | undefined;
5
+ }): import('swr').SWRResponse<any, any, any>;
@@ -0,0 +1 @@
1
+ export { default } from './Sections';
@@ -0,0 +1,147 @@
1
+ export namespace endpoints {
2
+ let uploadNotes: any;
3
+ namespace master {
4
+ namespace classes {
5
+ let dropdown: any;
6
+ let table: any;
7
+ let add: any;
8
+ let edit: any;
9
+ let remove: any;
10
+ let show: any;
11
+ }
12
+ namespace sections {
13
+ export let list: any;
14
+ let table_1: any;
15
+ export { table_1 as table };
16
+ let add_1: any;
17
+ export { add_1 as add };
18
+ let edit_1: any;
19
+ export { edit_1 as edit };
20
+ let remove_1: any;
21
+ export { remove_1 as remove };
22
+ let show_1: any;
23
+ export { show_1 as show };
24
+ export let byClass: any;
25
+ }
26
+ namespace subjects {
27
+ let dropdown_1: any;
28
+ export { dropdown_1 as dropdown };
29
+ export let byClassLabelValue: any;
30
+ let table_2: any;
31
+ export { table_2 as table };
32
+ let add_2: any;
33
+ export { add_2 as add };
34
+ let edit_2: any;
35
+ export { edit_2 as edit };
36
+ let remove_2: any;
37
+ export { remove_2 as remove };
38
+ let show_2: any;
39
+ export { show_2 as show };
40
+ }
41
+ namespace holidays {
42
+ let table_3: any;
43
+ export { table_3 as table };
44
+ let add_3: any;
45
+ export { add_3 as add };
46
+ let edit_3: any;
47
+ export { edit_3 as edit };
48
+ let remove_3: any;
49
+ export { remove_3 as remove };
50
+ let show_3: any;
51
+ export { show_3 as show };
52
+ }
53
+ }
54
+ namespace assignSubjects {
55
+ export let assign: any;
56
+ let list_1: any;
57
+ export { list_1 as list };
58
+ export let update: any;
59
+ export let editByClass: any;
60
+ }
61
+ namespace assignByClass {
62
+ let teacherDropdown: any;
63
+ let classWithSection: any;
64
+ let assignedSubjectsOfTeacher: any;
65
+ let subjectsOfTeacherByTeacherId: any;
66
+ let assignClassToTeacher: any;
67
+ let deleteTeacherSub: any;
68
+ }
69
+ namespace promoteStudents {
70
+ let searchByClassSection: any;
71
+ let sessionDropdown: any;
72
+ let promote: any;
73
+ }
74
+ namespace timeGroup {
75
+ let table_4: any;
76
+ export { table_4 as table };
77
+ let add_4: any;
78
+ export { add_4 as add };
79
+ let edit_4: any;
80
+ export { edit_4 as edit };
81
+ let remove_4: any;
82
+ export { remove_4 as remove };
83
+ let show_4: any;
84
+ export { show_4 as show };
85
+ let dropdown_2: any;
86
+ export { dropdown_2 as dropdown };
87
+ }
88
+ namespace assignTimeGroup {
89
+ export let classIdByTimeGroup: any;
90
+ let table_5: any;
91
+ export { table_5 as table };
92
+ let show_5: any;
93
+ export { show_5 as show };
94
+ let assign_1: any;
95
+ export { assign_1 as assign };
96
+ }
97
+ namespace timetable {
98
+ let save: any;
99
+ let byClassSection: any;
100
+ let teacherTimetable: any;
101
+ let teachersBySubject: any;
102
+ }
103
+ namespace notes {
104
+ let table_6: any;
105
+ export { table_6 as table };
106
+ let add_5: any;
107
+ export { add_5 as add };
108
+ }
109
+ namespace syllabus {
110
+ let table_7: any;
111
+ export { table_7 as table };
112
+ let add_6: any;
113
+ export { add_6 as add };
114
+ let edit_5: any;
115
+ export { edit_5 as edit };
116
+ }
117
+ namespace transferCertificate {
118
+ let studentList: any;
119
+ let addData: any;
120
+ let view: any;
121
+ }
122
+ namespace coscholastic {
123
+ let table_8: any;
124
+ export { table_8 as table };
125
+ export let addSkill: any;
126
+ export let deleteSkill: any;
127
+ export let categoryDropdown: any;
128
+ export let addCategory: any;
129
+ export let deleteCategory: any;
130
+ }
131
+ }
132
+ export function getNotesUploadAction(): string;
133
+ export function fetchPagedList({ baseUrl, page, perPage }: {
134
+ baseUrl: any;
135
+ page?: number | undefined;
136
+ perPage?: number | undefined;
137
+ }, token: any): Promise<any>;
138
+ export function createEntity(url: any, formData: any, token: any, { includeSession }?: {
139
+ includeSession?: boolean | undefined;
140
+ }): Promise<any>;
141
+ export function updateEntity(url: any, formData: any, token: any, { includeSession }?: {
142
+ includeSession?: boolean | undefined;
143
+ }): Promise<any>;
144
+ export function deleteEntity(url: any, id: any, token: any): Promise<any>;
145
+ export function triggerGet(url: any, arg: any, token: any): Promise<any>;
146
+ export function triggerPost(url: any, arg: any, token: any): Promise<any>;
147
+ export function fetchById(url: any, payload: any, token: any): Promise<any>;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default SubjectsPage;
3
+ declare function SubjectsPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,9 @@
1
+ export const subjectsEndpoints: {
2
+ dropdown: any;
3
+ byClassLabelValue: any;
4
+ table: any;
5
+ add: any;
6
+ edit: any;
7
+ remove: any;
8
+ show: any;
9
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default Subjects;
3
+ declare function Subjects({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ export function useSubjectsList({ token, page, perPage }: {
2
+ token: any;
3
+ page?: number | undefined;
4
+ perPage?: number | undefined;
5
+ }): import('swr').SWRResponse<any, any, any>;
@@ -0,0 +1 @@
1
+ export { default } from './Subjects';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default SyllabusPage;
3
+ declare function SyllabusPage({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ export const syllabusEndpoints: {
2
+ table: any;
3
+ add: any;
4
+ edit: any;
5
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default Syllabus;
3
+ declare function Syllabus({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ export function useSyllabusList({ token, url }: {
2
+ token: any;
3
+ url: any;
4
+ }): import('swr').SWRResponse<any, any, {
5
+ revalidateOnFocus: false;
6
+ }>;
@@ -0,0 +1 @@
1
+ export { default } from './Syllabus';
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ export default Routine;
3
+ declare function Routine({ token }: {
4
+ token: any;
5
+ }): React.JSX.Element;