ubk.erp.webpack 1.3.5 → 1.3.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.
- package/dist/Layout/Exam/AdmitCardSetting.d.ts +5 -0
- package/dist/Layout/Exam/Assessment.d.ts +5 -0
- package/dist/Layout/Exam/AssignMarks.d.ts +5 -0
- package/dist/Layout/Exam/CoScholasticAreaMarks.d.ts +5 -0
- package/dist/Layout/Exam/Exam.d.ts +5 -0
- package/dist/Layout/Exam/ExamDashboard.d.ts +5 -0
- package/dist/Layout/Exam/ExamDetails.d.ts +5 -0
- package/dist/Layout/Exam/ExamEdit.d.ts +5 -0
- package/dist/Layout/Exam/ExamInstruction.d.ts +5 -0
- package/dist/Layout/Exam/ExamLink.d.ts +5 -0
- package/dist/Layout/Exam/ExamList.d.ts +5 -0
- package/dist/Layout/Exam/ExamSetting.d.ts +5 -0
- package/dist/Layout/Exam/ExamType.d.ts +5 -0
- package/dist/Layout/Exam/MarksReport.d.ts +5 -0
- package/dist/Layout/Exam/Pages/AdmitCardSettingPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/AssessmentPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/AssignMarksPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/CoScholasticAreaMarksPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamDashboardPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamDetailsPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamEditPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamInstructionPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamLinkPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamListPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamSettingPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/ExamTypePage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/MarksReportPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/RoomManagementPage.d.ts +5 -0
- package/dist/Layout/Exam/Pages/StudentResultPage.d.ts +5 -0
- package/dist/Layout/Exam/RoomManagment.d.ts +5 -0
- package/dist/Layout/Exam/Services/examsService.d.ts +131 -0
- package/dist/Layout/Exam/StudentResult.d.ts +5 -0
- package/dist/Layout/Exam/hooks.d.ts +35 -0
- package/dist/Layout/Exam/index.d.ts +16 -0
- package/dist/Secondary/CommonFuntion.d.ts +2 -0
- package/dist/Secondary/TextChangeGlobal.d.ts +1 -0
- package/dist/index.cjs +79 -15
- package/dist/index.d.ts +3 -2
- package/dist/index.js +19244 -11964
- package/package.json +4 -2
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
export namespace endpoints {
|
|
2
|
+
export namespace examType {
|
|
3
|
+
let dropdown: any;
|
|
4
|
+
let table: any;
|
|
5
|
+
let add: any;
|
|
6
|
+
let edit: any;
|
|
7
|
+
let remove: any;
|
|
8
|
+
}
|
|
9
|
+
export namespace examSchedule {
|
|
10
|
+
let add_1: any;
|
|
11
|
+
export { add_1 as add };
|
|
12
|
+
let edit_1: any;
|
|
13
|
+
export { edit_1 as edit };
|
|
14
|
+
export let getById: any;
|
|
15
|
+
export let list: any;
|
|
16
|
+
let dropdown_1: any;
|
|
17
|
+
export { dropdown_1 as dropdown };
|
|
18
|
+
export let groupDropdown: any;
|
|
19
|
+
export let groupList: any;
|
|
20
|
+
export let addGroup: any;
|
|
21
|
+
export let slUpdate: any;
|
|
22
|
+
export let subjectGroup: any;
|
|
23
|
+
export let mainAdditional: any;
|
|
24
|
+
}
|
|
25
|
+
export namespace examInstruction {
|
|
26
|
+
let dropdown_2: any;
|
|
27
|
+
export { dropdown_2 as dropdown };
|
|
28
|
+
export let get: any;
|
|
29
|
+
export let update: any;
|
|
30
|
+
}
|
|
31
|
+
export namespace examSetting {
|
|
32
|
+
let table_1: any;
|
|
33
|
+
export { table_1 as table };
|
|
34
|
+
let add_2: any;
|
|
35
|
+
export { add_2 as add };
|
|
36
|
+
export let uploadSignature: any;
|
|
37
|
+
export let typeByExamId: any;
|
|
38
|
+
export let assignMarksheetClass: any;
|
|
39
|
+
}
|
|
40
|
+
export namespace assessment {
|
|
41
|
+
let table_2: any;
|
|
42
|
+
export { table_2 as table };
|
|
43
|
+
let dropdown_3: any;
|
|
44
|
+
export { dropdown_3 as dropdown };
|
|
45
|
+
let _delete: any;
|
|
46
|
+
export { _delete as delete };
|
|
47
|
+
let getById_1: any;
|
|
48
|
+
export { getById_1 as getById };
|
|
49
|
+
export let dropdownSelect: any;
|
|
50
|
+
}
|
|
51
|
+
export namespace studentResult {
|
|
52
|
+
let marklistUrl: any;
|
|
53
|
+
let marklistBulkUrl: any;
|
|
54
|
+
let getSubjectsAccordingToExam: any;
|
|
55
|
+
let getExamSubject: any;
|
|
56
|
+
let marksheetDetailNew: any;
|
|
57
|
+
let templeteDetails: any;
|
|
58
|
+
let studentExamRemarks: any;
|
|
59
|
+
let getStudentListForExam: any;
|
|
60
|
+
let getStudentListForCoscholastic: any;
|
|
61
|
+
let addExamMarks: any;
|
|
62
|
+
let getGradeTable: any;
|
|
63
|
+
let getGradeTableCoScholastic: any;
|
|
64
|
+
let getAdmitCard: any;
|
|
65
|
+
}
|
|
66
|
+
export namespace admitCardSetting {
|
|
67
|
+
let get_1: any;
|
|
68
|
+
export { get_1 as get };
|
|
69
|
+
let update_1: any;
|
|
70
|
+
export { update_1 as update };
|
|
71
|
+
}
|
|
72
|
+
export namespace roomManagement {
|
|
73
|
+
let list_1: any;
|
|
74
|
+
export { list_1 as list };
|
|
75
|
+
let remove_1: any;
|
|
76
|
+
export { remove_1 as remove };
|
|
77
|
+
export let assign: any;
|
|
78
|
+
let add_3: any;
|
|
79
|
+
export { add_3 as add };
|
|
80
|
+
export let roomDropdown: any;
|
|
81
|
+
}
|
|
82
|
+
export let examDropdown: any;
|
|
83
|
+
export let examDropdownInstruction: any;
|
|
84
|
+
export namespace observation {
|
|
85
|
+
let dropdown_4: any;
|
|
86
|
+
export { dropdown_4 as dropdown };
|
|
87
|
+
let _delete_1: any;
|
|
88
|
+
export { _delete_1 as delete };
|
|
89
|
+
export let deleteType: any;
|
|
90
|
+
export let editType: any;
|
|
91
|
+
export let addType: any;
|
|
92
|
+
let add_4: any;
|
|
93
|
+
export { add_4 as add };
|
|
94
|
+
}
|
|
95
|
+
export let coscholasticCategoryDropdown: any;
|
|
96
|
+
export namespace templateType {
|
|
97
|
+
let get_2: any;
|
|
98
|
+
export { get_2 as get };
|
|
99
|
+
export let assignClassDropdown: any;
|
|
100
|
+
export let assignTable: any;
|
|
101
|
+
let assign_1: any;
|
|
102
|
+
export { assign_1 as assign };
|
|
103
|
+
let remove_2: any;
|
|
104
|
+
export { remove_2 as remove };
|
|
105
|
+
}
|
|
106
|
+
export let classSubjectDropdown: any;
|
|
107
|
+
export let sectionDropdown: any;
|
|
108
|
+
let getStudentListForExam_1: any;
|
|
109
|
+
export { getStudentListForExam_1 as getStudentListForExam };
|
|
110
|
+
let getStudentListForCoscholastic_1: any;
|
|
111
|
+
export { getStudentListForCoscholastic_1 as getStudentListForCoscholastic };
|
|
112
|
+
export let marksheetTemplate: any;
|
|
113
|
+
let assignMarksheetClass_1: any;
|
|
114
|
+
export { assignMarksheetClass_1 as assignMarksheetClass };
|
|
115
|
+
export let examDropdownUrl: any;
|
|
116
|
+
export let classSubjectDropdownUrl: any;
|
|
117
|
+
export let studentMarklist: any;
|
|
118
|
+
export let studentMarklistBulk: any;
|
|
119
|
+
}
|
|
120
|
+
export function fetchPagedList({ baseUrl, page, perPage }: {
|
|
121
|
+
baseUrl: any;
|
|
122
|
+
page?: number | undefined;
|
|
123
|
+
perPage?: number | undefined;
|
|
124
|
+
}, token: any): Promise<any>;
|
|
125
|
+
export function fetchGet(url: any, token: any): Promise<any>;
|
|
126
|
+
export function createEntity(url: any, formData: any, token: any): Promise<any>;
|
|
127
|
+
export function updateEntity(url: any, formData: any, token: any): Promise<any>;
|
|
128
|
+
export function deleteEntity(url: any, id: any, token: any): Promise<any>;
|
|
129
|
+
export function triggerGet(url: any, arg: any, token: any): Promise<any>;
|
|
130
|
+
export function triggerPost(url: any, arg: any, token: any): Promise<any>;
|
|
131
|
+
export function triggerPostNoArg(url: any, arg: any, token: any): Promise<any>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export function useExamTypeDropdown(token: any): {
|
|
2
|
+
isLoading: boolean;
|
|
3
|
+
error: any;
|
|
4
|
+
examTypeOptions: any;
|
|
5
|
+
};
|
|
6
|
+
export function useExamDropdown(classId: any, token: any): {
|
|
7
|
+
isLoading: boolean;
|
|
8
|
+
error: any;
|
|
9
|
+
examList: any;
|
|
10
|
+
mutate: import('swr').KeyedMutator<any>;
|
|
11
|
+
};
|
|
12
|
+
export function useExamSchedule(token: any): {
|
|
13
|
+
isLoading: boolean;
|
|
14
|
+
error: any;
|
|
15
|
+
examSchedule: any;
|
|
16
|
+
mutate: import('swr').KeyedMutator<any>;
|
|
17
|
+
};
|
|
18
|
+
export function useAssessmentTable(token: any): {
|
|
19
|
+
isLoading: boolean;
|
|
20
|
+
error: any;
|
|
21
|
+
assessmentData: any;
|
|
22
|
+
mutate: import('swr').KeyedMutator<any>;
|
|
23
|
+
};
|
|
24
|
+
export function useExamSettingTable(page: any, perPage: any, token: any): {
|
|
25
|
+
isLoading: boolean;
|
|
26
|
+
error: any;
|
|
27
|
+
examSettingData: any;
|
|
28
|
+
mutate: import('swr').KeyedMutator<any>;
|
|
29
|
+
};
|
|
30
|
+
export function useStudentResult(token: any): {
|
|
31
|
+
isLoading: boolean;
|
|
32
|
+
error: any;
|
|
33
|
+
studentResultData: any;
|
|
34
|
+
mutate: import('swr').KeyedMutator<any>;
|
|
35
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { default as StudentResult } from './StudentResult';
|
|
2
|
+
export { default as Exam } from './Exam';
|
|
3
|
+
export { default as ExamList } from './ExamList';
|
|
4
|
+
export { default as ExamType } from './ExamType';
|
|
5
|
+
export { default as ExamSetting } from './ExamSetting';
|
|
6
|
+
export { default as Assessment } from './Assessment';
|
|
7
|
+
export { default as ExamInstruction } from './ExamInstruction';
|
|
8
|
+
export { default as RoomManagment } from './RoomManagment';
|
|
9
|
+
export { default as AssignMarks } from './AssignMarks';
|
|
10
|
+
export { default as AdmitCardSetting } from './AdmitCardSetting';
|
|
11
|
+
export { default as MarksReport } from './MarksReport';
|
|
12
|
+
export { default as ExamDashboard } from './ExamDashboard';
|
|
13
|
+
export { default as ExamEdit } from './ExamEdit';
|
|
14
|
+
export { default as ExamDetails } from './ExamDetails';
|
|
15
|
+
export { default as ExamLink } from './ExamLink';
|
|
16
|
+
export { default as CoScholasticAreaMarks } from './CoScholasticAreaMarks';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { dateFormatUbk } from './TextChangeGlobal';
|
|
1
2
|
export function getMonthsConvert(month: any): string;
|
|
2
3
|
export function getPreviousNYears(n: any): {
|
|
3
4
|
label: string;
|
|
@@ -28,6 +29,7 @@ export function extraSubfindKey(value: any): string;
|
|
|
28
29
|
export function converToFormData(objct: any): FormData;
|
|
29
30
|
export function convertTimeFormatToHHMM(time: any): any;
|
|
30
31
|
export function convartArraytoDropdown(value: any): any;
|
|
32
|
+
export { dateFormatUbk };
|
|
31
33
|
export function checkDate(date: any): boolean;
|
|
32
34
|
export function deleteFunc(funcName: any, id: any): void;
|
|
33
35
|
export const formatter: Intl.NumberFormat;
|
|
@@ -4,3 +4,4 @@ export function AmountFormat(amount: any): import("react").JSX.Element;
|
|
|
4
4
|
export function dateCalculation(duration: any, billdate: any): import("react").JSX.Element;
|
|
5
5
|
export function convertNumberToWords(amount: any): string;
|
|
6
6
|
export function checkisitIndia(): boolean;
|
|
7
|
+
export function dateFormatUbk(date: any): any;
|