ng-pli-commons 1.0.13-dev.0 → 1.0.14-dev.0
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.
|
@@ -16735,31 +16735,31 @@ class CustomValidator {
|
|
|
16735
16735
|
/* tslint:disable */
|
|
16736
16736
|
const VERSION = {
|
|
16737
16737
|
"dirty": true,
|
|
16738
|
-
"raw": "v1.0.
|
|
16739
|
-
"hash": "
|
|
16738
|
+
"raw": "v1.0.14-dev.0-0-g630c33ec-dirty",
|
|
16739
|
+
"hash": "g630c33ec",
|
|
16740
16740
|
"distance": 0,
|
|
16741
|
-
"tag": "v1.0.
|
|
16741
|
+
"tag": "v1.0.14-dev.0",
|
|
16742
16742
|
"semver": {
|
|
16743
16743
|
"options": {
|
|
16744
16744
|
"loose": false,
|
|
16745
16745
|
"includePrerelease": false
|
|
16746
16746
|
},
|
|
16747
16747
|
"loose": false,
|
|
16748
|
-
"raw": "v1.0.
|
|
16748
|
+
"raw": "v1.0.14-dev.0",
|
|
16749
16749
|
"major": 1,
|
|
16750
16750
|
"minor": 0,
|
|
16751
|
-
"patch":
|
|
16751
|
+
"patch": 14,
|
|
16752
16752
|
"prerelease": [
|
|
16753
16753
|
"dev",
|
|
16754
16754
|
0
|
|
16755
16755
|
],
|
|
16756
16756
|
"build": [],
|
|
16757
|
-
"version": "1.0.
|
|
16757
|
+
"version": "1.0.14-dev.0"
|
|
16758
16758
|
},
|
|
16759
|
-
"suffix": "0-
|
|
16760
|
-
"semverString": "1.0.
|
|
16761
|
-
"version": "1.0.
|
|
16762
|
-
"buildTimestamp": "2026-03-
|
|
16759
|
+
"suffix": "0-g630c33ec-dirty",
|
|
16760
|
+
"semverString": "1.0.14-dev.0",
|
|
16761
|
+
"version": "1.0.14-dev.0",
|
|
16762
|
+
"buildTimestamp": "2026-03-26T19:58:11.802Z"
|
|
16763
16763
|
};
|
|
16764
16764
|
/* tslint:enable */
|
|
16765
16765
|
|
|
@@ -17644,6 +17644,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
17644
17644
|
args: ['environment']
|
|
17645
17645
|
}] }, { type: i1.HttpClient }] });
|
|
17646
17646
|
|
|
17647
|
+
class PliCnfInstallmentSimulatorConfigService {
|
|
17648
|
+
constructor(environment, httpClient) {
|
|
17649
|
+
this.environment = environment;
|
|
17650
|
+
this.httpClient = httpClient;
|
|
17651
|
+
}
|
|
17652
|
+
getByPromCodigo(promCodigo) {
|
|
17653
|
+
return this.httpClient.get(this.environment.host.backend.configuration + 'pliCnfInstallmentSimulatorConfigController/getByPromCodigo', { params: new HttpParams().set('promCodigo', promCodigo) });
|
|
17654
|
+
}
|
|
17655
|
+
/**
|
|
17656
|
+
* Save the university
|
|
17657
|
+
* @param university
|
|
17658
|
+
*/
|
|
17659
|
+
save(pliCnfInstallmentSimulatorConfig) {
|
|
17660
|
+
return this.httpClient.post(this.environment.host.backend.configuration + 'pliCnfInstallmentSimulatorConfigController/save', pliCnfInstallmentSimulatorConfig, HEADER_JSON);
|
|
17661
|
+
}
|
|
17662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfInstallmentSimulatorConfigService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17663
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfInstallmentSimulatorConfigService, providedIn: 'root' }); }
|
|
17664
|
+
}
|
|
17665
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfInstallmentSimulatorConfigService, decorators: [{
|
|
17666
|
+
type: Injectable,
|
|
17667
|
+
args: [{
|
|
17668
|
+
providedIn: 'root'
|
|
17669
|
+
}]
|
|
17670
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
17671
|
+
type: Inject,
|
|
17672
|
+
args: ['environment']
|
|
17673
|
+
}] }, { type: i1.HttpClient }] });
|
|
17674
|
+
|
|
17647
17675
|
/*
|
|
17648
17676
|
* Public API Surface of ng-pli-commons
|
|
17649
17677
|
*/
|
|
@@ -17652,5 +17680,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
17652
17680
|
* Generated bundle index. Do not edit.
|
|
17653
17681
|
*/
|
|
17654
17682
|
|
|
17655
|
-
export { ApplicationFillPercentageService, ApplicationPdfFormService, ApplicationService, ApplicationTagService, AssignTaskService, AuthenticationService, BackofficeCommonsComponent, BlockedBeneficiaryService, BudgetApplicationService, BudgetService, BudgetSetupService, BudgetSimulationService, ClosureWalletService, CnfCorrespondenceDocumentManagerService, CodebtorService, CommitteMoneyServiceService, CommitteeAssistantService, CommitteePdfService, CommitteeSnapshotService, CommonInfoService, CommonListsComponent, CommonService, ConfigurationCommonsComponent, ConfigurationDocumentService, ConfigurationMinisiteService, ConfigurationService, ConfigurationTokenComponent, ConfigurationTokenSubjectService, CorrespondenceDocumentCategoryService, CorrespondenceManagerService, CreditScoreService, CreditStudyService, CubeService, CurrencyColfuturoFormatterDirective, CurrencyColfuturoPipe, CurrencyDecimalColfuturoFormatterDirective, CurrencyDecimalColfuturoPipe, CurrencyPrintColfuturoPipe, CustomValidator, DashboardCommonsComponent, DataFormHistoryService, DataFormService, DataLetterSegmentationService, DocumentAnalysisAutoService, DocumentHistoryService, DocumentManagementService, DocumentProcessService, DocumentService, DocumentValidationAttemptService, DocumentaryTypeService, DynamicFilterComponent, EmailService, EvaluationService, ExcelToJsonComponent, ExportExcelService, FileService, FormService, FormUtil, FormioUtil, FrontofficeCommonsComponent, GicClientDisbursementMetadataService, GicClientService, GicCnfBankvisionTransactionService, GicCnfClosingDateService, GicCnfMaintenaceService, GicCollectionService, GicDisbursementService, GicExtractService, GicLogService, GicPaymentApplicationService, GicPaymentPlanCubeService, GicPaymentPlanService, GicTRMService, GlobalShowTaskService, GuaranteeDocumentService, GuaranteeEnrollmentService, GuaranteeService, GuaranteeTokenComponent, GuaranteesSummaryService, HashService, ImportDataService, ImportExcelGICService, InitialConfigurationGicParametersService, InitialRecordService, IntegrationADOService, InteractionApplicationUserService, InterestAdjustmentService, KeysAssignationService, LegalizationService, LetterCampaingService, LetterTaskMappingService, LogService, MaintenanceService, MasterCategoryService, MasterProgramService, MasterUniversityService, MigrationPlisService, MigrationSurveyQueueService, NgPliCommonsModule, NgPliCommonsService, OpenKMDocumentService, PageService, PartnerService, PartnerSystemService, PdfAnalyzerComponent, PdfAnalyzerService, PdfConfigComponent, PdfGeneratorComponent, PdfMergeVisualizerComponent, PdfVisualizerComponent, PeopleMasterService, PermissionService, PliCnfAcuityFieldsService, PliCnfAppCardFilterService, PliCnfAppointmentTypeService, PliCnfBudgetProgramTypeService, PliCnfBudgetService, PliCnfCloningService, PliCnfCommitteePdfConfigTableConfigService, PliCnfCommitteePdfGenStatusService, PliCnfCommitteeService, PliCnfCommitteeValproColumnsService, PliCnfCommitteeVisualizationModeService, PliCnfConfigMinisiteService, PliCnfConfigurationCreditStudyService, PliCnfDocumentManagementService, PliCnfDynamicKeysAssignService, PliCnfEvaluationTaskMailingService, PliCnfEvaluationTaskService, PliCnfEvaluationTaskTemplateService, PliCnfEvaluationTemplateService, PliCnfFormEditService, PliCnfFormMultiaplicacionService, PliCnfGuaranteeDocumentsTemplateService, PliCnfGuaranteeTokenService, PliCnfHeaderService, PliCnfIndicatorService, PliCnfInformationSystemService, PliCnfInteractionService, PliCnfLetterTemplateService, PliCnfLetterTemplateTypeService, PliCnfLookAndFeelService, PliCnfMailService, PliCnfMenuFormService, PliCnfMigrationPlisFieldBudgetService, PliCnfMigrationPlisFieldService, PliCnfMigrationStatusPlisService, PliCnfPageSectionFormService, PliCnfPageSubProcessService, PliCnfPdfsService, PliCnfProfileFormService, PliCnfProfileUserService, PliCnfProjectSummaryService, PliCnfScenarioService, PliCnfSegmentationService, PliCnfSnapshotTokenServices, PliCnfStatusFlowInteractionService, PliCnfStatusFlowService, PliCnfSupportDocumentCategoryService, PliCnfSupportDocumentService, PliCnfSurveyDocumentService, PliCnfSurveyPdfService, PliCnfSurveyService, PliCnfTaskGroupService, PliCnfTextCategoryService, PliCnfTextOptionService, PliCnfTextService, PliCnfTypeTextService, PliCnfUniversityArticleService, PliCnfUserCalendarService, PliCnfUserWorkspaceService, PliCnfValproKeysService, PliCnfWorkspaceSegmentationService, PliMessageTypeService, PliMultipleValueFilterService, PliPromocionUsernameService, PliSegActionUserService, PliSegmentationService, PliTagAssignmentService, PliTagService, PliUserService, PlisBeneficiarioService, PlisEstatusChangeService, PostSelectionService, PppService, ProfileService, ProgressBarComponent, ProgressBarService, PromotionScoreService, RegistryIdentifierService, ReturnRefundService, SegmentationService, SegmentationTokensComponent, SegmentationTokensService, SegmentationUserService, SelectPppComponent, SendApplicationService, SesionFormService, SesionService, ShowHideColumnsTableComponent, SpinnerService, SponsorshipLetterService, StatusService, SummaryBudgetService, SurveyMetadataService, SurveyQueueService, SurveyService, TagManagementService, TasaCambioService, ThousandsPipe, TokenComponent, TokenService, TokenTransformationService, TokensCalculatorComponent, UniversityService, UploadDocumentsService, UserService, VersionCommons, VisualizationCommitteeService };
|
|
17683
|
+
export { ApplicationFillPercentageService, ApplicationPdfFormService, ApplicationService, ApplicationTagService, AssignTaskService, AuthenticationService, BackofficeCommonsComponent, BlockedBeneficiaryService, BudgetApplicationService, BudgetService, BudgetSetupService, BudgetSimulationService, ClosureWalletService, CnfCorrespondenceDocumentManagerService, CodebtorService, CommitteMoneyServiceService, CommitteeAssistantService, CommitteePdfService, CommitteeSnapshotService, CommonInfoService, CommonListsComponent, CommonService, ConfigurationCommonsComponent, ConfigurationDocumentService, ConfigurationMinisiteService, ConfigurationService, ConfigurationTokenComponent, ConfigurationTokenSubjectService, CorrespondenceDocumentCategoryService, CorrespondenceManagerService, CreditScoreService, CreditStudyService, CubeService, CurrencyColfuturoFormatterDirective, CurrencyColfuturoPipe, CurrencyDecimalColfuturoFormatterDirective, CurrencyDecimalColfuturoPipe, CurrencyPrintColfuturoPipe, CustomValidator, DashboardCommonsComponent, DataFormHistoryService, DataFormService, DataLetterSegmentationService, DocumentAnalysisAutoService, DocumentHistoryService, DocumentManagementService, DocumentProcessService, DocumentService, DocumentValidationAttemptService, DocumentaryTypeService, DynamicFilterComponent, EmailService, EvaluationService, ExcelToJsonComponent, ExportExcelService, FileService, FormService, FormUtil, FormioUtil, FrontofficeCommonsComponent, GicClientDisbursementMetadataService, GicClientService, GicCnfBankvisionTransactionService, GicCnfClosingDateService, GicCnfMaintenaceService, GicCollectionService, GicDisbursementService, GicExtractService, GicLogService, GicPaymentApplicationService, GicPaymentPlanCubeService, GicPaymentPlanService, GicTRMService, GlobalShowTaskService, GuaranteeDocumentService, GuaranteeEnrollmentService, GuaranteeService, GuaranteeTokenComponent, GuaranteesSummaryService, HashService, ImportDataService, ImportExcelGICService, InitialConfigurationGicParametersService, InitialRecordService, IntegrationADOService, InteractionApplicationUserService, InterestAdjustmentService, KeysAssignationService, LegalizationService, LetterCampaingService, LetterTaskMappingService, LogService, MaintenanceService, MasterCategoryService, MasterProgramService, MasterUniversityService, MigrationPlisService, MigrationSurveyQueueService, NgPliCommonsModule, NgPliCommonsService, OpenKMDocumentService, PageService, PartnerService, PartnerSystemService, PdfAnalyzerComponent, PdfAnalyzerService, PdfConfigComponent, PdfGeneratorComponent, PdfMergeVisualizerComponent, PdfVisualizerComponent, PeopleMasterService, PermissionService, PliCnfAcuityFieldsService, PliCnfAppCardFilterService, PliCnfAppointmentTypeService, PliCnfBudgetProgramTypeService, PliCnfBudgetService, PliCnfCloningService, PliCnfCommitteePdfConfigTableConfigService, PliCnfCommitteePdfGenStatusService, PliCnfCommitteeService, PliCnfCommitteeValproColumnsService, PliCnfCommitteeVisualizationModeService, PliCnfConfigMinisiteService, PliCnfConfigurationCreditStudyService, PliCnfDocumentManagementService, PliCnfDynamicKeysAssignService, PliCnfEvaluationTaskMailingService, PliCnfEvaluationTaskService, PliCnfEvaluationTaskTemplateService, PliCnfEvaluationTemplateService, PliCnfFormEditService, PliCnfFormMultiaplicacionService, PliCnfGuaranteeDocumentsTemplateService, PliCnfGuaranteeTokenService, PliCnfHeaderService, PliCnfIndicatorService, PliCnfInformationSystemService, PliCnfInstallmentSimulatorConfigService, PliCnfInteractionService, PliCnfLetterTemplateService, PliCnfLetterTemplateTypeService, PliCnfLookAndFeelService, PliCnfMailService, PliCnfMenuFormService, PliCnfMigrationPlisFieldBudgetService, PliCnfMigrationPlisFieldService, PliCnfMigrationStatusPlisService, PliCnfPageSectionFormService, PliCnfPageSubProcessService, PliCnfPdfsService, PliCnfProfileFormService, PliCnfProfileUserService, PliCnfProjectSummaryService, PliCnfScenarioService, PliCnfSegmentationService, PliCnfSnapshotTokenServices, PliCnfStatusFlowInteractionService, PliCnfStatusFlowService, PliCnfSupportDocumentCategoryService, PliCnfSupportDocumentService, PliCnfSurveyDocumentService, PliCnfSurveyPdfService, PliCnfSurveyService, PliCnfTaskGroupService, PliCnfTextCategoryService, PliCnfTextOptionService, PliCnfTextService, PliCnfTypeTextService, PliCnfUniversityArticleService, PliCnfUserCalendarService, PliCnfUserWorkspaceService, PliCnfValproKeysService, PliCnfWorkspaceSegmentationService, PliMessageTypeService, PliMultipleValueFilterService, PliPromocionUsernameService, PliSegActionUserService, PliSegmentationService, PliTagAssignmentService, PliTagService, PliUserService, PlisBeneficiarioService, PlisEstatusChangeService, PostSelectionService, PppService, ProfileService, ProgressBarComponent, ProgressBarService, PromotionScoreService, RegistryIdentifierService, ReturnRefundService, SegmentationService, SegmentationTokensComponent, SegmentationTokensService, SegmentationUserService, SelectPppComponent, SendApplicationService, SesionFormService, SesionService, ShowHideColumnsTableComponent, SpinnerService, SponsorshipLetterService, StatusService, SummaryBudgetService, SurveyMetadataService, SurveyQueueService, SurveyService, TagManagementService, TasaCambioService, ThousandsPipe, TokenComponent, TokenService, TokenTransformationService, TokensCalculatorComponent, UniversityService, UploadDocumentsService, UserService, VersionCommons, VisualizationCommitteeService };
|
|
17656
17684
|
//# sourceMappingURL=ng-pli-commons.mjs.map
|