@adlfe/campaign-management-library 2.10.3 → 2.10.5

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.
@@ -5293,11 +5293,11 @@ var NewNumberBasesComponent = /** @class */ (function () {
5293
5293
  };
5294
5294
  NewNumberBasesComponent.prototype.onFileSelected = function (event) {
5295
5295
  var file = event.target.files;
5296
- var MAXIMUM_SIZE = 10 * 1024 * 1024;
5296
+ var MAXIMUM_SIZE = 30 * 1024 * 1024;
5297
5297
  if (file.length === 0)
5298
5298
  return;
5299
5299
  if (file[0].size > MAXIMUM_SIZE) {
5300
- this.toastr.error('Upload media failed, max size 10mb');
5300
+ this.toastr.error('Upload media failed, max size 30mb');
5301
5301
  return;
5302
5302
  }
5303
5303
  // this.uploadMediaService(file[0]);
@@ -5659,5 +5659,5 @@ var ConfirmationModule = /** @class */ (function () {
5659
5659
  * Generated bundle index. Do not edit.
5660
5660
  */
5661
5661
 
5662
- export { AdlCampaignManagementLibraryInternalComponent, AdlCampaignManagementLibraryInternalModule, CampaignIndexModule, CampaignManagementComponent, CampaignManagementModule, ConfirmationComponent, ConfirmationModule, DashboardModule, SearchModule, WizardComponent as ɵa, NewCampaignComponent as ɵb, GeneralInformationComponent as ɵc, SchedulerComponent as ɵd, SummaryComponent as ɵe, NewNumberBasesComponent as ɵf, GeneralInformationLineComponent as ɵg, GeneralInformationWAComponent as ɵh, GeneralInformationSMSComponent as ɵi, GeneralInformationEmailComponent as ɵj, PendingApprovalDialogViewComponent as ɵk, FailoverMechanismComponent as ɵl, DashboardComponent as ɵm, ApiAdapterServiceService as ɵn, SearchComponent as ɵo, ViewingListOfCampaignTableComponent as ɵp, FilterInListOfCampaignComponent as ɵq, CampaignIndexComponent as ɵr, ApiAdapterServiceService as ɵs, MatSelectInfiniteScrollDirective as ɵt, CustomPaginator as ɵu, ConfirmationComponent as ɵv, ConfirmationModel as ɵw, SharedServicesService as ɵx };
5662
+ export { AdlCampaignManagementLibraryInternalComponent, AdlCampaignManagementLibraryInternalModule, CampaignIndexComponent, CampaignIndexModule, CampaignManagementComponent, CampaignManagementModule, ConfirmationComponent, ConfirmationModule, DashboardComponent, DashboardModule, MatSelectInfiniteScrollDirective, SearchComponent, SearchModule, SummaryComponent, WizardComponent as ɵa, NewCampaignComponent as ɵb, GeneralInformationComponent as ɵc, SchedulerComponent as ɵd, SummaryComponent as ɵe, NewNumberBasesComponent as ɵf, GeneralInformationLineComponent as ɵg, GeneralInformationWAComponent as ɵh, GeneralInformationSMSComponent as ɵi, GeneralInformationEmailComponent as ɵj, PendingApprovalDialogViewComponent as ɵk, FailoverMechanismComponent as ɵl, ApiAdapterServiceService as ɵm, ViewingListOfCampaignTableComponent as ɵn, FilterInListOfCampaignComponent as ɵo, ApiAdapterServiceService as ɵp, MatSelectInfiniteScrollDirective as ɵq, CustomPaginator as ɵr, ConfirmationComponent as ɵs, ConfirmationModel as ɵt, SharedServicesService as ɵu };
5663
5663
  //# sourceMappingURL=adlfe-campaign-management-library.js.map