cloud-ide-academics 0.0.65 → 0.0.67
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/fesm2022/{cloud-ide-academics-bonafide-request-form.component-DIBzUNbF.mjs → cloud-ide-academics-bonafide-request-form.component-DeUWElpB.mjs} +2 -2
- package/fesm2022/{cloud-ide-academics-bonafide-request-form.component-DIBzUNbF.mjs.map → cloud-ide-academics-bonafide-request-form.component-DeUWElpB.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-academics-class-program-term-create.component-A5Ed_CAc.mjs → cloud-ide-academics-class-program-term-create.component-BTs7_WgJ.mjs} +2 -2
- package/fesm2022/{cloud-ide-academics-class-program-term-create.component-A5Ed_CAc.mjs.map → cloud-ide-academics-class-program-term-create.component-BTs7_WgJ.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-academics-class-program-term-list.component-BWQ4BI9Z.mjs → cloud-ide-academics-class-program-term-list.component-Do0Kme-9.mjs} +2 -2
- package/fesm2022/{cloud-ide-academics-class-program-term-list.component-BWQ4BI9Z.mjs.map → cloud-ide-academics-class-program-term-list.component-Do0Kme-9.mjs.map} +1 -1
- package/fesm2022/{cloud-ide-academics-cloud-ide-academics-BRQerudY.mjs → cloud-ide-academics-cloud-ide-academics-dHJloslE.mjs} +548 -253
- package/fesm2022/cloud-ide-academics-cloud-ide-academics-dHJloslE.mjs.map +1 -0
- package/fesm2022/{cloud-ide-academics-program-class-create.component-Bd6yGQ3X.mjs → cloud-ide-academics-program-class-create.component-BuASCxbQ.mjs} +37 -6
- package/fesm2022/cloud-ide-academics-program-class-create.component-BuASCxbQ.mjs.map +1 -0
- package/fesm2022/{cloud-ide-academics-program-class-list.component-D591YMJ3.mjs → cloud-ide-academics-program-class-list.component-D_-uqNsv.mjs} +2 -2
- package/fesm2022/{cloud-ide-academics-program-class-list.component-D591YMJ3.mjs.map → cloud-ide-academics-program-class-list.component-D_-uqNsv.mjs.map} +1 -1
- package/fesm2022/cloud-ide-academics.mjs +1 -1
- package/index.d.ts +163 -64
- package/package.json +1 -1
- package/fesm2022/cloud-ide-academics-cloud-ide-academics-BRQerudY.mjs.map +0 -1
- package/fesm2022/cloud-ide-academics-program-class-create.component-Bd6yGQ3X.mjs.map +0 -1
package/index.d.ts
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { Route } from '@angular/router';
|
|
2
2
|
import * as _angular_core from '@angular/core';
|
|
3
3
|
import { OnInit, OnDestroy, TemplateRef } from '@angular/core';
|
|
4
|
+
import * as _angular_forms from '@angular/forms';
|
|
4
5
|
import { FormGroup, FormArray, FormControl } from '@angular/forms';
|
|
5
6
|
import { TabItem, TemplateContext, GridConfiguration, GridEvent, DropdownConfig, DropdownItem, SelectOption as SelectOption$1 } from 'cloud-ide-element';
|
|
6
7
|
import { CideLytSharedWrapperSetupParam, BreadcrumbItem } from 'cloud-ide-layout';
|
|
7
8
|
import { Observable } from 'rxjs';
|
|
8
9
|
import { MAcademicYear, academicYearControllerResponse, MAcademicYearGetByIdPayload, academicYearByIdControllerResponse, MAcademicYearInsertUpdatePayload, academicYearInsertUpdateControllerResponse, MAcademicYearDeletePayload, academicYearDeleteControllerResponse, MAcademicYearToggleStatusPayload, academicYearToggleStatusControllerResponse, academicYearMappingInsertUpdateControllerResponse, MAcademicYearMapping, academicYearMappingControllerResponse, MAcademicYearMappingGetByIdPayload, academicYearMappingByIdControllerResponse, MAcademicYearMappingInsertUpdatePayload, MAcademicYearMappingDeletePayload, academicYearMappingDeleteControllerResponse, MAcademicYearMappingToggleStatusPayload, academicYearMappingToggleStatusControllerResponse, AcaClassPrgBranchResponse, ICoreSygms, AcaClassPrgBranchListPayload, classPrgBranchControllerResponse, AcaClassPrgBranchGetByIdPayload, classPrgBranchByIdControllerResponse, AcaClassPrgBranchInsertUpdatePayload, classPrgBranchInsertUpdateControllerResponse, AcaClassPrgBranchDeletePayload, classPrgBranchDeleteControllerResponse, AcaClassPrgBranchToggleStatusPayload, classPrgBranchToggleStatusControllerResponse, AcaClassPrgBranchToggleLockPayload, classPrgBranchToggleLockControllerResponse, AcaPrgTrmSectionResponse, MPrgTrmSection, prgTrmSectionControllerResponse, MPrgTrmSectionGetByIdPayload, prgTrmSectionByIdControllerResponse, MPrgTrmSectionInsertUpdatePayload, prgTrmSectionInsertUpdateControllerResponse, MPrgTrmSectionDeletePayload, prgTrmSectionDeleteControllerResponse, MPrgTrmSectionToggleStatusPayload, prgTrmSectionToggleStatusControllerResponse, MPrgTrmSectionToggleLockPayload, prgTrmSectionToggleLockControllerResponse, AcaClassProgramMasterResponse, selectSearchType } from 'cloud-ide-lms-model';
|
|
10
|
+
import { IEducationBoardService, EducationBoardSearchParams as EducationBoardSearchParams$1 } from 'cloud-ide-shared';
|
|
9
11
|
|
|
10
12
|
declare const academicsRoutes: Route[];
|
|
11
13
|
|
|
@@ -427,7 +429,7 @@ interface ClassProgramBranch$2 {
|
|
|
427
429
|
acabrn_isactive?: boolean;
|
|
428
430
|
acabrn_islocked?: boolean;
|
|
429
431
|
}
|
|
430
|
-
interface ClassProgramConfiguration$
|
|
432
|
+
interface ClassProgramConfiguration$1 {
|
|
431
433
|
branchType?: boolean;
|
|
432
434
|
semesterType?: boolean;
|
|
433
435
|
}
|
|
@@ -441,7 +443,7 @@ interface ProgramClass$3 {
|
|
|
441
443
|
_id?: string;
|
|
442
444
|
sygms_code?: string;
|
|
443
445
|
sygms_title?: string;
|
|
444
|
-
sygms_configuration?: ClassProgramConfiguration$
|
|
446
|
+
sygms_configuration?: ClassProgramConfiguration$1 | string;
|
|
445
447
|
} | string;
|
|
446
448
|
}
|
|
447
449
|
declare class CideLytClassProgramBranchListComponent implements OnInit {
|
|
@@ -574,26 +576,21 @@ declare class CideLytClassProgramBranchListComponent implements OnInit {
|
|
|
574
576
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CideLytClassProgramBranchListComponent, "cide-academics-class-program-branch-list", never, {}, {}, never, never, true, never>;
|
|
575
577
|
}
|
|
576
578
|
|
|
577
|
-
interface ClassProgramConfiguration$1 {
|
|
578
|
-
branchType?: boolean;
|
|
579
|
-
semesterType?: boolean;
|
|
580
|
-
}
|
|
581
579
|
interface ProgramClass$2 {
|
|
582
580
|
_id?: string;
|
|
583
|
-
|
|
584
|
-
acacpm_code?: string;
|
|
585
|
-
acacpm_description?: string;
|
|
581
|
+
acacpm_class_program_id_sygms?: string | ICoreSygms;
|
|
586
582
|
acacpm_alise_title?: string;
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
sygms_configuration?: ClassProgramConfiguration$1 | string;
|
|
592
|
-
} | string;
|
|
583
|
+
acacpm_academic_year_id_acayr?: string;
|
|
584
|
+
acacpm_entity_id_syen?: string;
|
|
585
|
+
acacpm_education_board_id_edbrd?: string;
|
|
586
|
+
acacpm_isactive?: boolean;
|
|
593
587
|
}
|
|
594
|
-
interface BranchMaster
|
|
595
|
-
|
|
596
|
-
|
|
588
|
+
interface BranchMaster {
|
|
589
|
+
_id: string;
|
|
590
|
+
sygms_name?: string;
|
|
591
|
+
sygms_title?: string;
|
|
592
|
+
value: string;
|
|
593
|
+
label: string;
|
|
597
594
|
}
|
|
598
595
|
declare class CideLytClassProgramBranchFormComponent implements OnInit, OnDestroy {
|
|
599
596
|
private destroyRef;
|
|
@@ -608,12 +605,9 @@ declare class CideLytClassProgramBranchFormComponent implements OnInit, OnDestro
|
|
|
608
605
|
private programClassService;
|
|
609
606
|
private generalMasterService;
|
|
610
607
|
private rightsService;
|
|
611
|
-
branchForm: FormGroup;
|
|
612
|
-
loading: _angular_core.WritableSignal<boolean>;
|
|
613
|
-
error: _angular_core.WritableSignal<string | null>;
|
|
614
|
-
isEditMode: _angular_core.WritableSignal<boolean>;
|
|
615
|
-
isViewMode: _angular_core.WritableSignal<boolean>;
|
|
616
608
|
branchId: _angular_core.WritableSignal<string | null>;
|
|
609
|
+
isEditMode: _angular_core.Signal<boolean>;
|
|
610
|
+
isViewMode: _angular_core.WritableSignal<boolean>;
|
|
617
611
|
programClasses: _angular_core.WritableSignal<ProgramClass$2[]>;
|
|
618
612
|
branchMasters: _angular_core.WritableSignal<BranchMaster[]>;
|
|
619
613
|
breadcrumbData: _angular_core.WritableSignal<{
|
|
@@ -622,43 +616,29 @@ declare class CideLytClassProgramBranchFormComponent implements OnInit, OnDestro
|
|
|
622
616
|
icon?: string;
|
|
623
617
|
url?: string;
|
|
624
618
|
}[]>;
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
619
|
+
branchForm: FormGroup<{
|
|
620
|
+
acabrn_name: _angular_forms.FormControl<string | null>;
|
|
621
|
+
acabrn_code: _angular_forms.FormControl<string | null>;
|
|
622
|
+
acabrn_sequence: _angular_forms.FormControl<number | null>;
|
|
623
|
+
acabrn_class_program_id_acacpm: _angular_forms.FormControl<string | null>;
|
|
624
|
+
acabrn_branch_id_sygms: _angular_forms.FormControl<string | null>;
|
|
625
|
+
acabrn_isactive: _angular_forms.FormControl<boolean | null>;
|
|
626
|
+
acabrn_islocked: _angular_forms.FormControl<boolean | null>;
|
|
627
|
+
}>;
|
|
628
|
+
loading: _angular_core.WritableSignal<boolean>;
|
|
629
|
+
error: _angular_core.WritableSignal<string | null>;
|
|
630
|
+
isLoadingData: boolean;
|
|
628
631
|
ngOnInit(): void;
|
|
629
632
|
/**
|
|
630
|
-
*
|
|
631
|
-
*/
|
|
632
|
-
private setupFormListeners;
|
|
633
|
-
/**
|
|
634
|
-
* Handle Program Class selection change
|
|
635
|
-
* This will load standard branch names based on the program's general master code
|
|
636
|
-
*/
|
|
637
|
-
private onProgramClassChange;
|
|
638
|
-
ngOnDestroy(): void;
|
|
639
|
-
/**
|
|
640
|
-
* Initialize component
|
|
641
|
-
*/
|
|
642
|
-
private initializeComponent;
|
|
643
|
-
/**
|
|
644
|
-
* Check route parameters to determine mode
|
|
633
|
+
* Handle program class change
|
|
645
634
|
*/
|
|
646
|
-
|
|
647
|
-
/**
|
|
648
|
-
* Load master data
|
|
649
|
-
*/
|
|
650
|
-
private loadMasterData;
|
|
635
|
+
onProgramClassChange(programClassId: string): void;
|
|
651
636
|
/**
|
|
652
637
|
* Load program classes
|
|
653
638
|
* Only loads programs that have branchType: true in their configuration
|
|
654
639
|
* (except in edit/view mode where we need to show the current program even if it doesn't have branchType)
|
|
655
640
|
*/
|
|
656
641
|
private loadProgramClasses;
|
|
657
|
-
/**
|
|
658
|
-
* Load branch masters from SYGMS (General Master)
|
|
659
|
-
* This method is called initially without program filter
|
|
660
|
-
*/
|
|
661
|
-
private loadBranchMasters;
|
|
662
642
|
/**
|
|
663
643
|
* Load branch masters filtered by program code
|
|
664
644
|
* The API will:
|
|
@@ -667,18 +647,6 @@ declare class CideLytClassProgramBranchFormComponent implements OnInit, OnDestro
|
|
|
667
647
|
* All done in a single API call
|
|
668
648
|
*/
|
|
669
649
|
private loadBranchMastersByProgramCode;
|
|
670
|
-
/**
|
|
671
|
-
* Handle SYGMS selection change - auto-populate name and code
|
|
672
|
-
*/
|
|
673
|
-
onBranchMasterChange(sygmsId: string): void;
|
|
674
|
-
/**
|
|
675
|
-
* Load branch for viewing
|
|
676
|
-
*/
|
|
677
|
-
private loadBranchForView;
|
|
678
|
-
/**
|
|
679
|
-
* Load branch for editing
|
|
680
|
-
*/
|
|
681
|
-
private loadBranchForEdit;
|
|
682
650
|
/**
|
|
683
651
|
* Load branch data
|
|
684
652
|
*/
|
|
@@ -719,6 +687,10 @@ declare class CideLytClassProgramBranchFormComponent implements OnInit, OnDestro
|
|
|
719
687
|
* Update breadcrumb data based on mode
|
|
720
688
|
*/
|
|
721
689
|
private updateBreadcrumbData;
|
|
690
|
+
/**
|
|
691
|
+
* Cleanup
|
|
692
|
+
*/
|
|
693
|
+
ngOnDestroy(): void;
|
|
722
694
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CideLytClassProgramBranchFormComponent, never>;
|
|
723
695
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CideLytClassProgramBranchFormComponent, "cide-academics-class-program-branch-form", never, {}, {}, never, never, true, never>;
|
|
724
696
|
}
|
|
@@ -777,6 +749,7 @@ interface ClassProgramConfiguration {
|
|
|
777
749
|
termAdmissionLevelUpTo?: number;
|
|
778
750
|
termProgramLevelOneConnected?: boolean;
|
|
779
751
|
getAdmission?: boolean;
|
|
752
|
+
programCategory?: string;
|
|
780
753
|
[key: string]: unknown;
|
|
781
754
|
}
|
|
782
755
|
|
|
@@ -1162,6 +1135,131 @@ declare class CideLytProgramTermSectionService {
|
|
|
1162
1135
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<CideLytProgramTermSectionService>;
|
|
1163
1136
|
}
|
|
1164
1137
|
|
|
1138
|
+
interface EducationBoard {
|
|
1139
|
+
_id?: string;
|
|
1140
|
+
edbrd_code: string;
|
|
1141
|
+
edbrd_name: string;
|
|
1142
|
+
edbrd_short_name: string;
|
|
1143
|
+
edbrd_state?: string;
|
|
1144
|
+
edbrd_isactive: boolean;
|
|
1145
|
+
edbrd_website?: string;
|
|
1146
|
+
edbrd_contact_email?: string;
|
|
1147
|
+
edbrd_contact_phone?: string;
|
|
1148
|
+
edbrd_address?: string;
|
|
1149
|
+
edbrd_country_id_syctr?: string | GeneralOption;
|
|
1150
|
+
edbrd_udise_format?: string;
|
|
1151
|
+
edbrd_affiliation_format?: string;
|
|
1152
|
+
edbrd_roll_number_format?: string;
|
|
1153
|
+
edbrd_registration_number_format?: string;
|
|
1154
|
+
edbrd_grade_scale?: string;
|
|
1155
|
+
edbrd_type_sygms?: string | GeneralOption;
|
|
1156
|
+
edbrd_category_sygms?: string | GeneralOption;
|
|
1157
|
+
}
|
|
1158
|
+
interface GeneralOption {
|
|
1159
|
+
_id: string;
|
|
1160
|
+
sygms_name?: string;
|
|
1161
|
+
sygms_title?: string;
|
|
1162
|
+
syctr_name?: string;
|
|
1163
|
+
syctr_country_iso_name?: string;
|
|
1164
|
+
[key: string]: any;
|
|
1165
|
+
}
|
|
1166
|
+
interface ServiceResponse<T> {
|
|
1167
|
+
success?: boolean;
|
|
1168
|
+
code?: number;
|
|
1169
|
+
data: T;
|
|
1170
|
+
message?: string;
|
|
1171
|
+
}
|
|
1172
|
+
interface EducationBoardSearchParams {
|
|
1173
|
+
q?: string;
|
|
1174
|
+
page?: number;
|
|
1175
|
+
limit?: number;
|
|
1176
|
+
sort?: string;
|
|
1177
|
+
order?: string;
|
|
1178
|
+
[key: string]: any;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
declare class CideLytEducationBoardService implements IEducationBoardService {
|
|
1182
|
+
private http;
|
|
1183
|
+
private get educationBoardUrl();
|
|
1184
|
+
private getBaseUrl;
|
|
1185
|
+
getEducationBoardList(payload?: EducationBoardSearchParams$1): Observable<ServiceResponse<EducationBoard[]>>;
|
|
1186
|
+
getEducationBoardById(id: string): Observable<ServiceResponse<EducationBoard>>;
|
|
1187
|
+
saveUpdateEducationBoard(data: EducationBoard): Observable<ServiceResponse<EducationBoard>>;
|
|
1188
|
+
deleteEducationBoard(id: string): Observable<ServiceResponse<null>>;
|
|
1189
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CideLytEducationBoardService, never>;
|
|
1190
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<CideLytEducationBoardService>;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
declare class EducationBoardListComponent implements OnInit {
|
|
1194
|
+
readonly shared_wrapper_setup_param: CideLytSharedWrapperSetupParam;
|
|
1195
|
+
private readonly destroyRef;
|
|
1196
|
+
private readonly educationBoardService;
|
|
1197
|
+
private readonly router;
|
|
1198
|
+
private readonly notificationService;
|
|
1199
|
+
private readonly confirmationService;
|
|
1200
|
+
private readonly rightsService;
|
|
1201
|
+
readonly boardDetailsRendererTemplate: _angular_core.Signal<TemplateRef<TemplateContext<Record<string, unknown>>>>;
|
|
1202
|
+
readonly typeRendererTemplate: _angular_core.Signal<TemplateRef<TemplateContext<Record<string, unknown>>>>;
|
|
1203
|
+
readonly locationRendererTemplate: _angular_core.Signal<TemplateRef<TemplateContext<Record<string, unknown>>>>;
|
|
1204
|
+
readonly statusRendererTemplate: _angular_core.Signal<TemplateRef<TemplateContext<Record<string, unknown>>>>;
|
|
1205
|
+
readonly actionsDropdownRendererTemplate: _angular_core.Signal<TemplateRef<TemplateContext<Record<string, unknown>>>>;
|
|
1206
|
+
readonly educationBoards: _angular_core.WritableSignal<EducationBoard[]>;
|
|
1207
|
+
readonly loading: _angular_core.WritableSignal<boolean>;
|
|
1208
|
+
readonly canEdit: _angular_core.Signal<boolean>;
|
|
1209
|
+
readonly canDelete: _angular_core.Signal<boolean>;
|
|
1210
|
+
readonly canCreate: _angular_core.Signal<boolean>;
|
|
1211
|
+
createBoard(): void;
|
|
1212
|
+
readonly gridConfig: _angular_core.Signal<GridConfiguration<EducationBoard>>;
|
|
1213
|
+
ngOnInit(): void;
|
|
1214
|
+
loadEducationBoards(): void;
|
|
1215
|
+
templateRenderers: _angular_core.Signal<Record<string, TemplateRef<TemplateContext<Record<string, unknown>>>>>;
|
|
1216
|
+
onGridEvent(event: GridEvent<EducationBoard>): void;
|
|
1217
|
+
getActionDropdownItems(row: EducationBoard): DropdownItem[];
|
|
1218
|
+
onDropdownItemClick(item: DropdownItem, row: EducationBoard): void;
|
|
1219
|
+
confirmDelete(row: EducationBoard): void;
|
|
1220
|
+
get dropdownConfig(): Record<string, any>;
|
|
1221
|
+
deleteBoard(id: string): void;
|
|
1222
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EducationBoardListComponent, never>;
|
|
1223
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EducationBoardListComponent, "cide-academics-education-board-list", never, {}, {}, never, never, true, never>;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
declare class EducationBoardFormComponent implements OnInit {
|
|
1227
|
+
shared_wrapper_setup_param: CideLytSharedWrapperSetupParam;
|
|
1228
|
+
private fb;
|
|
1229
|
+
private destroyRef;
|
|
1230
|
+
private educationBoardService;
|
|
1231
|
+
private generalMasterService;
|
|
1232
|
+
private countryService;
|
|
1233
|
+
private router;
|
|
1234
|
+
private route;
|
|
1235
|
+
private notificationService;
|
|
1236
|
+
boardForm: FormGroup;
|
|
1237
|
+
loading: _angular_core.WritableSignal<boolean>;
|
|
1238
|
+
isEditMode: _angular_core.WritableSignal<boolean>;
|
|
1239
|
+
boardId: string | null;
|
|
1240
|
+
activeTab: _angular_core.WritableSignal<string>;
|
|
1241
|
+
tabs: _angular_core.WritableSignal<{
|
|
1242
|
+
id: string;
|
|
1243
|
+
label: string;
|
|
1244
|
+
}[]>;
|
|
1245
|
+
typeOptions: _angular_core.WritableSignal<ICoreSygms[]>;
|
|
1246
|
+
categoryOptions: _angular_core.WritableSignal<ICoreSygms[]>;
|
|
1247
|
+
countryOptions: _angular_core.WritableSignal<GeneralOption[]>;
|
|
1248
|
+
constructor();
|
|
1249
|
+
ngOnInit(): void;
|
|
1250
|
+
initForm(): void;
|
|
1251
|
+
loadDropdownOptions(): void;
|
|
1252
|
+
loadBoard(id: string): void;
|
|
1253
|
+
onTabChange(tab: {
|
|
1254
|
+
id: string;
|
|
1255
|
+
label: string;
|
|
1256
|
+
}): void;
|
|
1257
|
+
onSubmit(): void;
|
|
1258
|
+
cancel(): void;
|
|
1259
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<EducationBoardFormComponent, never>;
|
|
1260
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<EducationBoardFormComponent, "cide-academics-education-board-form", never, {}, {}, never, never, true, never>;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1165
1263
|
interface SelectOption {
|
|
1166
1264
|
value: string;
|
|
1167
1265
|
label: string;
|
|
@@ -1230,4 +1328,5 @@ declare class CideLytProgramSectionSelectorComponent implements OnInit, OnDestro
|
|
|
1230
1328
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CideLytProgramSectionSelectorComponent, "cide-lyt-program-section-selector", never, { "formGroup": { "alias": "formGroup"; "required": true; "isSignal": true; }; "classProgramControlName": { "alias": "classProgramControlName"; "required": false; "isSignal": true; }; "branchControlName": { "alias": "branchControlName"; "required": false; "isSignal": true; }; "termControlName": { "alias": "termControlName"; "required": false; "isSignal": true; }; "sectionControlName": { "alias": "sectionControlName"; "required": false; "isSignal": true; }; "academicYearId": { "alias": "academicYearId"; "required": false; "isSignal": true; }; "entityId": { "alias": "entityId"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showLabels": { "alias": "showLabels"; "required": false; "isSignal": true; }; "gridCols": { "alias": "gridCols"; "required": false; "isSignal": true; }; "showAllPrograms": { "alias": "showAllPrograms"; "required": false; "isSignal": true; }; "includeInactive": { "alias": "includeInactive"; "required": false; "isSignal": true; }; }, { "valuesChange": "valuesChange"; }, never, never, true, never>;
|
|
1231
1329
|
}
|
|
1232
1330
|
|
|
1233
|
-
export { AcademicYearCreateComponent, AcademicYearListComponent, CideLytAcademicYearMappingService, CideLytAcademicYearService, CideLytClassProgramBranchFormComponent, CideLytClassProgramBranchListComponent, CideLytClassProgramBranchService, CideLytProgramSectionSelectorComponent, CideLytProgramTermSectionService, ProgramTermSectionCreateComponent, ProgramTermSectionListComponent, academicsRoutes };
|
|
1331
|
+
export { AcademicYearCreateComponent, AcademicYearListComponent, CideLytAcademicYearMappingService, CideLytAcademicYearService, CideLytClassProgramBranchFormComponent, CideLytClassProgramBranchListComponent, CideLytClassProgramBranchService, CideLytEducationBoardService, CideLytProgramSectionSelectorComponent, CideLytProgramTermSectionService, EducationBoardFormComponent, EducationBoardListComponent, ProgramTermSectionCreateComponent, ProgramTermSectionListComponent, academicsRoutes };
|
|
1332
|
+
export type { EducationBoard, EducationBoardSearchParams, GeneralOption, ServiceResponse };
|