ng-pli-commons 1.0.74-dev.0 → 1.0.75-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.
|
@@ -16754,31 +16754,31 @@ class CustomValidator {
|
|
|
16754
16754
|
/* tslint:disable */
|
|
16755
16755
|
const VERSION = {
|
|
16756
16756
|
"dirty": true,
|
|
16757
|
-
"raw": "v1.0.
|
|
16758
|
-
"hash": "
|
|
16757
|
+
"raw": "v1.0.75-dev.0-0-g08c7915a-dirty",
|
|
16758
|
+
"hash": "g08c7915a",
|
|
16759
16759
|
"distance": 0,
|
|
16760
|
-
"tag": "v1.0.
|
|
16760
|
+
"tag": "v1.0.75-dev.0",
|
|
16761
16761
|
"semver": {
|
|
16762
16762
|
"options": {
|
|
16763
16763
|
"loose": false,
|
|
16764
16764
|
"includePrerelease": false
|
|
16765
16765
|
},
|
|
16766
16766
|
"loose": false,
|
|
16767
|
-
"raw": "v1.0.
|
|
16767
|
+
"raw": "v1.0.75-dev.0",
|
|
16768
16768
|
"major": 1,
|
|
16769
16769
|
"minor": 0,
|
|
16770
|
-
"patch":
|
|
16770
|
+
"patch": 75,
|
|
16771
16771
|
"prerelease": [
|
|
16772
16772
|
"dev",
|
|
16773
16773
|
0
|
|
16774
16774
|
],
|
|
16775
16775
|
"build": [],
|
|
16776
|
-
"version": "1.0.
|
|
16776
|
+
"version": "1.0.75-dev.0"
|
|
16777
16777
|
},
|
|
16778
|
-
"suffix": "0-
|
|
16779
|
-
"semverString": "1.0.
|
|
16780
|
-
"version": "1.0.
|
|
16781
|
-
"buildTimestamp": "2026-07-
|
|
16778
|
+
"suffix": "0-g08c7915a-dirty",
|
|
16779
|
+
"semverString": "1.0.75-dev.0",
|
|
16780
|
+
"version": "1.0.75-dev.0",
|
|
16781
|
+
"buildTimestamp": "2026-07-17T14:06:18.116Z"
|
|
16782
16782
|
};
|
|
16783
16783
|
/* tslint:enable */
|
|
16784
16784
|
|
|
@@ -17783,6 +17783,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
17783
17783
|
args: ['environment']
|
|
17784
17784
|
}] }, { type: i1.HttpClient }] });
|
|
17785
17785
|
|
|
17786
|
+
class VariableInterestRateNameService {
|
|
17787
|
+
constructor(environment, httpClient) {
|
|
17788
|
+
this.environment = environment;
|
|
17789
|
+
this.httpClient = httpClient;
|
|
17790
|
+
}
|
|
17791
|
+
getAll() {
|
|
17792
|
+
return this.httpClient.get(this.environment.host.backend.configuration + 'variable-interest-name/getAll');
|
|
17793
|
+
}
|
|
17794
|
+
/**
|
|
17795
|
+
* Save the VariableInterestName
|
|
17796
|
+
* @param VariableInterestName
|
|
17797
|
+
*/
|
|
17798
|
+
save(variableInterestName) {
|
|
17799
|
+
return this.httpClient.post(this.environment.host.backend.configuration + 'variable-interest-name/save', variableInterestName, HEADER_JSON);
|
|
17800
|
+
}
|
|
17801
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VariableInterestRateNameService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17802
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VariableInterestRateNameService, providedIn: 'root' }); }
|
|
17803
|
+
}
|
|
17804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VariableInterestRateNameService, decorators: [{
|
|
17805
|
+
type: Injectable,
|
|
17806
|
+
args: [{
|
|
17807
|
+
providedIn: 'root'
|
|
17808
|
+
}]
|
|
17809
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
17810
|
+
type: Inject,
|
|
17811
|
+
args: ['environment']
|
|
17812
|
+
}] }, { type: i1.HttpClient }] });
|
|
17813
|
+
|
|
17786
17814
|
/*
|
|
17787
17815
|
* Public API Surface of ng-pli-commons
|
|
17788
17816
|
*/
|
|
@@ -17791,5 +17819,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
17791
17819
|
* Generated bundle index. Do not edit.
|
|
17792
17820
|
*/
|
|
17793
17821
|
|
|
17794
|
-
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, PliCnfInterestRateMasterService, 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, PliCnfUseAnnualInterestRateService, 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, VariableInterestRateService, VersionCommons, VisualizationCommitteeService };
|
|
17822
|
+
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, PliCnfInterestRateMasterService, 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, PliCnfUseAnnualInterestRateService, 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, VariableInterestRateNameService, VariableInterestRateService, VersionCommons, VisualizationCommitteeService };
|
|
17795
17823
|
//# sourceMappingURL=ng-pli-commons.mjs.map
|