ng-pli-commons 1.0.14-dev.0 → 1.0.16-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.16-dev.0-0-gf303a35a-dirty",
|
|
16739
|
+
"hash": "gf303a35a",
|
|
16740
16740
|
"distance": 0,
|
|
16741
|
-
"tag": "v1.0.
|
|
16741
|
+
"tag": "v1.0.16-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.16-dev.0",
|
|
16749
16749
|
"major": 1,
|
|
16750
16750
|
"minor": 0,
|
|
16751
|
-
"patch":
|
|
16751
|
+
"patch": 16,
|
|
16752
16752
|
"prerelease": [
|
|
16753
16753
|
"dev",
|
|
16754
16754
|
0
|
|
16755
16755
|
],
|
|
16756
16756
|
"build": [],
|
|
16757
|
-
"version": "1.0.
|
|
16757
|
+
"version": "1.0.16-dev.0"
|
|
16758
16758
|
},
|
|
16759
|
-
"suffix": "0-
|
|
16760
|
-
"semverString": "1.0.
|
|
16761
|
-
"version": "1.0.
|
|
16762
|
-
"buildTimestamp": "2026-03-
|
|
16759
|
+
"suffix": "0-gf303a35a-dirty",
|
|
16760
|
+
"semverString": "1.0.16-dev.0",
|
|
16761
|
+
"version": "1.0.16-dev.0",
|
|
16762
|
+
"buildTimestamp": "2026-03-27T23:21:40.134Z"
|
|
16763
16763
|
};
|
|
16764
16764
|
/* tslint:enable */
|
|
16765
16765
|
|
|
@@ -17653,8 +17653,8 @@ class PliCnfInstallmentSimulatorConfigService {
|
|
|
17653
17653
|
return this.httpClient.get(this.environment.host.backend.configuration + 'pliCnfInstallmentSimulatorConfigController/getByPromCodigo', { params: new HttpParams().set('promCodigo', promCodigo) });
|
|
17654
17654
|
}
|
|
17655
17655
|
/**
|
|
17656
|
-
* Save the
|
|
17657
|
-
* @param
|
|
17656
|
+
* Save the PliCnfInstallmentSimulatorConfig
|
|
17657
|
+
* @param pliCnfInstallmentSimulatorConfig
|
|
17658
17658
|
*/
|
|
17659
17659
|
save(pliCnfInstallmentSimulatorConfig) {
|
|
17660
17660
|
return this.httpClient.post(this.environment.host.backend.configuration + 'pliCnfInstallmentSimulatorConfigController/save', pliCnfInstallmentSimulatorConfig, HEADER_JSON);
|
|
@@ -17672,6 +17672,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
17672
17672
|
args: ['environment']
|
|
17673
17673
|
}] }, { type: i1.HttpClient }] });
|
|
17674
17674
|
|
|
17675
|
+
class PliCnfAnnualInterestRateService {
|
|
17676
|
+
constructor(environment, httpClient) {
|
|
17677
|
+
this.environment = environment;
|
|
17678
|
+
this.httpClient = httpClient;
|
|
17679
|
+
}
|
|
17680
|
+
getAllByPromCodigo(promCodigo) {
|
|
17681
|
+
return this.httpClient.get(this.environment.host.backend.configuration + 'annual-interest-rate-config/getAllByPromCodigo', { params: new HttpParams().set('promCodigo', promCodigo) });
|
|
17682
|
+
}
|
|
17683
|
+
/**
|
|
17684
|
+
* Save the PliCnfAnualInterestRate
|
|
17685
|
+
* @param pliCnfAnualInterestRate
|
|
17686
|
+
*/
|
|
17687
|
+
save(pliCnfAnualInterestRate) {
|
|
17688
|
+
return this.httpClient.post(this.environment.host.backend.configuration + 'annual-interest-rate-config/save', pliCnfAnualInterestRate, HEADER_JSON);
|
|
17689
|
+
}
|
|
17690
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfAnnualInterestRateService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17691
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfAnnualInterestRateService, providedIn: 'root' }); }
|
|
17692
|
+
}
|
|
17693
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: PliCnfAnnualInterestRateService, decorators: [{
|
|
17694
|
+
type: Injectable,
|
|
17695
|
+
args: [{
|
|
17696
|
+
providedIn: 'root'
|
|
17697
|
+
}]
|
|
17698
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
17699
|
+
type: Inject,
|
|
17700
|
+
args: ['environment']
|
|
17701
|
+
}] }, { type: i1.HttpClient }] });
|
|
17702
|
+
|
|
17675
17703
|
/*
|
|
17676
17704
|
* Public API Surface of ng-pli-commons
|
|
17677
17705
|
*/
|
|
@@ -17680,5 +17708,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
17680
17708
|
* Generated bundle index. Do not edit.
|
|
17681
17709
|
*/
|
|
17682
17710
|
|
|
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 };
|
|
17711
|
+
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, PliCnfAnnualInterestRateService, 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 };
|
|
17684
17712
|
//# sourceMappingURL=ng-pli-commons.mjs.map
|