utn-cli 2.0.43 → 2.0.44

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utn-cli",
3
- "version": "2.0.43",
3
+ "version": "2.0.44",
4
4
  "description": "Herramienta CLI unificada para la gestión de plantillas en SIGU.",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -9,15 +9,15 @@ services:
9
9
  volumes:
10
10
  - ./docker-scripts:/docker-entrypoint-initdb.d
11
11
 
12
- CumuloDB:
13
- image: mariadb:lts
14
- ports:
15
- - "3308:3306"
16
- environment:
17
- MYSQL_ROOT_PASSWORD: root
18
- MYSQL_DATABASE: DatosFederados
19
- volumes:
20
- - ./cumulodb-scripts:/docker-entrypoint-initdb.d
12
+ # CumuloDB:
13
+ # image: mariadb:lts
14
+ # ports:
15
+ # - "3308:3306"
16
+ # environment:
17
+ # MYSQL_ROOT_PASSWORD: root
18
+ # MYSQL_DATABASE: DatosFederados
19
+ # volumes:
20
+ # - ./cumulodb-scripts:/docker-entrypoint-initdb.d
21
21
 
22
22
  SIGU:
23
23
  image: registry.git.utn.ac.cr/sistema-integrado-de-gesti-n-universitaria-sigu/sigu-framework/framework-base-de-datos:desarrollo-latest
@@ -17,10 +17,10 @@
17
17
  }
18
18
  </div>
19
19
  @if(EsEditable) {
20
- <div class="zona-archivo" [class.deshabilitado]="ListaArchivos.length >= CantidadMaximaArchivos" (click)="AbrirGestorDeArchivos()" (dragover)="ArrastrarAdentro($event)"
20
+ <div class="zona-archivo" [class.deshabilitado]="ListaArchivos.length >= CantidadMaximaDeArchivos" (click)="AbrirGestorDeArchivos()" (dragover)="ArrastrarAdentro($event)"
21
21
  (dragleave)="ArrastrarAfuera($event)" (drop)="Soltar($event)">
22
- @if(ListaArchivos.length >= CantidadMaximaArchivos) {
23
- <p class="texto-limite">Límite de {{CantidadMaximaArchivos}} archivos alcanzado</p>
22
+ @if(ListaArchivos.length >= CantidadMaximaDeArchivos) {
23
+ <p class="texto-limite">Límite de {{CantidadMaximaDeArchivos}} archivos alcanzado</p>
24
24
  } @else {
25
25
  @if(!Archivo){
26
26
  <p class="texto">Arrastra y suelta un archivo aquí o <span class="texto-clic">haz clic para subir</span></p>