iptdevs-design-system 3.2.138 → 3.2.140

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.
@@ -2814,6 +2814,7 @@ SidenavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
2814
2814
  <img class="img-logo" src="./assets/logos/IPT-logo.png" alt="" />
2815
2815
 
2816
2816
  <div class="text-container">
2817
+ <span *ngIf="campus" class="p1">Sede {{ campus }}</span>
2817
2818
  <span class="p1">{{ currentDay }}</span>
2818
2819
  <span *ngIf="hour >= 0 && hour < 12" class="p2">
2819
2820
  Hey {{ userName }}, Good morning!
@@ -2824,9 +2825,6 @@ SidenavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
2824
2825
  <p *ngIf="hour >= 18 && hour < 24" class="p2">
2825
2826
  Hey {{ userName }}, Good evening!
2826
2827
  </p>
2827
- <span *ngIf="campus" class="p3">
2828
- Campus: {{ campus }}
2829
- </span>
2830
2828
  </div>
2831
2829
 
2832
2830
  <div *ngIf="!this.appUser" class="logout-container" (click)="logout()">
@@ -2867,6 +2865,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
2867
2865
  <img class="img-logo" src="./assets/logos/IPT-logo.png" alt="" />
2868
2866
 
2869
2867
  <div class="text-container">
2868
+ <span *ngIf="campus" class="p1">Sede {{ campus }}</span>
2870
2869
  <span class="p1">{{ currentDay }}</span>
2871
2870
  <span *ngIf="hour >= 0 && hour < 12" class="p2">
2872
2871
  Hey {{ userName }}, Good morning!
@@ -2877,9 +2876,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
2877
2876
  <p *ngIf="hour >= 18 && hour < 24" class="p2">
2878
2877
  Hey {{ userName }}, Good evening!
2879
2878
  </p>
2880
- <span *ngIf="campus" class="p3">
2881
- Campus: {{ campus }}
2882
- </span>
2883
2879
  </div>
2884
2880
 
2885
2881
  <div *ngIf="!this.appUser" class="logout-container" (click)="logout()">
@@ -8117,6 +8113,11 @@ class BudgetService extends IPTGeneralService {
8117
8113
  this.generateRequestParams(param);
8118
8114
  return this.http.post(serviceUrl, this.httpOptions);
8119
8115
  }
8116
+ getAllDiscountWithModality(param) {
8117
+ let serviceUrl = this.SERVICE_URL + 'post/discounts/coupon/all/with/modality';
8118
+ this.generateRequestParams(param);
8119
+ return this.http.post(serviceUrl, this.httpOptions);
8120
+ }
8120
8121
  }
8121
8122
  BudgetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: BudgetService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
8122
8123
  BudgetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: BudgetService, providedIn: 'root' });