Skip to content

Commit

Permalink
Merge pull request #1724 from andes/plex-update
Browse files Browse the repository at this point in the history
chore(plex): update V6.5.0
  • Loading branch information
kroce authored Jun 11, 2020
2 parents afa7451 + 837c021 commit c93c275
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@andes/auth": "^6.1.0",
"@andes/icons": "^0.6.1",
"@andes/match": "^1.1.12",
"@andes/plex": "^6.0.5",
"@andes/plex": "^6.5.0",
"@andes/shared": "^5.4.0",
"@angular/animations": "8.1.0",
"@angular/cdk": "^7.0.1",
Expand Down
6 changes: 3 additions & 3 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ de la siguiente manera:

// Angular
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { LOCALE_ID } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { HttpClientModule } from '@angular/common/http';
Expand Down Expand Up @@ -370,11 +370,11 @@ registerLocaleData(localeEs, 'es');
// Main module
@NgModule({
imports: [
BrowserModule,
BrowserAnimationsModule,
PlexModule,
ReactiveFormsModule,
FormsModule,
HttpClientModule,
PlexModule,
AuthModule,
ScrollingModule,
TurneroProvidersModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h4 class="text-capitalize">Plantilla: {{ procedimiento.term }}</h4>
<b badge>Tipo</b>
</plex-heading>
<ng-container *ngFor="let pr of procedimientos">
<plex-item class="hover" [botonera]="false" (click)="cargarPlantillas(pr)">
<plex-item class="hover" (click)="cargarPlantillas(pr)">
<plex-label class="text-capitalize">{{ pr.term }}</plex-label>
<plex-badge type="{{servicioPrestacion.getCssClass(pr)}}">
{{pr.semanticTag}}</plex-badge>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ $rotate: -90deg;
padding: 10px 20px;
flex: 1;
border-top: 1px solid #666;
height: 100%;
}
}
.plex-footer {
Expand Down
1 change: 1 addition & 0 deletions src/app/modules/rup/components/core/_rup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ $rotate: -90deg;
padding: 10px 20px;
flex: 1;
border-top: 1px solid #666;
height: 100%;
}
}

Expand Down

0 comments on commit c93c275

Please sign in to comment.