@litigiovirtual/ius-design-components 1.0.294 → 1.0.296
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/esm2022/lib/add-user-container/add-user-container.component.mjs +3 -3
- package/esm2022/lib/button-accounts/button-accounts.component.mjs +2 -2
- package/esm2022/lib/button-auth/button-auth.component.mjs +3 -3
- package/esm2022/lib/button-dynamic/button-dynamic.component.mjs +3 -3
- package/esm2022/lib/button-order/button-order.component.mjs +1 -1
- package/esm2022/lib/button-standard-outline/button-standard-outline.component.mjs +3 -3
- package/esm2022/lib/button-standard-outline/index.mjs +1 -1
- package/esm2022/lib/button-standard-primary/button-standard-primary.component.mjs +3 -3
- package/esm2022/lib/button-standard-tertiary/button-standard-tertiary.component.mjs +3 -3
- package/esm2022/lib/button-standard-tertiary-small/button-standard-tertiary-small.component.mjs +3 -3
- package/esm2022/lib/card-block/card-block.component.mjs +1 -1
- package/esm2022/lib/create-ticket/create-ticket.component.mjs +3 -3
- package/esm2022/lib/create-ticket/index.mjs +1 -1
- package/esm2022/lib/custom-dropdown/custom-dropdown.component.mjs +3 -3
- package/esm2022/lib/dropdown-option-item/dropdown-option-item.component.mjs +9 -3
- package/esm2022/lib/input-select-number/input-select-number.component.mjs +1 -1
- package/esm2022/lib/menu-item/menu-item.component.mjs +9 -3
- package/esm2022/lib/notification-card/notification-card.component.mjs +3 -3
- package/esm2022/lib/option/option.component.mjs +9 -3
- package/esm2022/lib/option-item/option-item.component.mjs +9 -3
- package/esm2022/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.mjs +9 -3
- package/esm2022/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.mjs +9 -3
- package/esm2022/lib/support-panel/support-panel.component.mjs +2 -2
- package/esm2022/lib/toolbar-user-menu/toolbar-user-menu.component.mjs +2 -2
- package/esm2022/lib/user-card/user-card.component.mjs +7 -3
- package/esm2022/public-api.mjs +1 -5
- package/esm2022/utils/currency-format.pipe.mjs +1 -1
- package/esm2022/utils/date-format.util.mjs +1 -1
- package/esm2022/utils/file-mime.util.mjs +1 -1
- package/esm2022/utils/file-size.util.mjs +1 -1
- package/esm2022/utils/formato-hora.pipe.mjs +1 -1
- package/esm2022/utils/list-filter.util.mjs +1 -1
- package/esm2022/utils/public-api.mjs +1 -1
- package/fesm2022/litigiovirtual-ius-design-components-utils.mjs.map +1 -1
- package/fesm2022/litigiovirtual-ius-design-components.mjs +81 -583
- package/fesm2022/litigiovirtual-ius-design-components.mjs.map +1 -1
- package/lib/dropdown-option-item/dropdown-option-item.component.d.ts +3 -1
- package/lib/menu-item/menu-item.component.d.ts +3 -1
- package/lib/option/option.component.d.ts +3 -1
- package/lib/option-item/option-item.component.d.ts +3 -1
- package/lib/section-collapse-drawer-child/section-collapse-drawer-child.component.d.ts +3 -1
- package/lib/section-collapse-drawer-parent/section-collapse-drawer-parent.component.d.ts +3 -1
- package/lib/user-card/user-card.component.d.ts +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +0 -4
- package/esm2022/lib/card-actividad-evento/card-actividad-evento.component.mjs +0 -209
- package/esm2022/lib/card-actividad-evento/index.mjs +0 -2
- package/esm2022/lib/card-etapa-subetapa/card-etapa-subetapa.component.mjs +0 -124
- package/esm2022/lib/card-etapa-subetapa/index.mjs +0 -2
- package/esm2022/lib/card-impulso-procesal/card-impulso-procesal.component.mjs +0 -120
- package/esm2022/lib/card-impulso-procesal/index.mjs +0 -2
- package/esm2022/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.mjs +0 -129
- package/esm2022/lib/card-vigilancia-judicial/index.mjs +0 -2
- package/lib/card-actividad-evento/card-actividad-evento.component.d.ts +0 -62
- package/lib/card-actividad-evento/index.d.ts +0 -1
- package/lib/card-etapa-subetapa/card-etapa-subetapa.component.d.ts +0 -32
- package/lib/card-etapa-subetapa/index.d.ts +0 -1
- package/lib/card-impulso-procesal/card-impulso-procesal.component.d.ts +0 -31
- package/lib/card-impulso-procesal/index.d.ts +0 -1
- package/lib/card-vigilancia-judicial/card-vigilancia-judicial.component.d.ts +0 -28
- package/lib/card-vigilancia-judicial/index.d.ts +0 -1
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { DatePipe } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/** Proceso individual al que está atada una tarea masiva. */
|
|
5
|
-
export interface ProcesoMasivaItem {
|
|
6
|
-
actividadID?: number;
|
|
7
|
-
tipoProceso?: string;
|
|
8
|
-
codigoInterno?: string;
|
|
9
|
-
radicado23Nit?: string;
|
|
10
|
-
parteActiva?: string;
|
|
11
|
-
partePasiva?: string;
|
|
12
|
-
warning?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare class CardActividadEventoComponent {
|
|
15
|
-
private datePipe;
|
|
16
|
-
constructor(datePipe: DatePipe);
|
|
17
|
-
read: boolean;
|
|
18
|
-
warning: boolean;
|
|
19
|
-
collapse: boolean;
|
|
20
|
-
done: boolean;
|
|
21
|
-
titulo?: string;
|
|
22
|
-
usuarioAsignado?: string;
|
|
23
|
-
fechaProgramacion?: Date;
|
|
24
|
-
fechaPrincipal?: Date;
|
|
25
|
-
text1?: string;
|
|
26
|
-
estado?: string;
|
|
27
|
-
fechaInicio?: Date;
|
|
28
|
-
fechaFin?: Date;
|
|
29
|
-
descripcion?: string;
|
|
30
|
-
link?: string;
|
|
31
|
-
/** Si el dato de hora viene null desde backend, el consumer debe ponerlo en false
|
|
32
|
-
* para que la card formatee solo la fecha (sin "12:00 AM" inventado). */
|
|
33
|
-
mostrarHoraInicio: boolean;
|
|
34
|
-
mostrarHoraFin: boolean;
|
|
35
|
-
mostrarHoraProgramacion: boolean;
|
|
36
|
-
get formatoFechaInicio(): string;
|
|
37
|
-
get formatoFechaFin(): string;
|
|
38
|
-
get formatoFechaProgramacion(): string;
|
|
39
|
-
masiva: boolean;
|
|
40
|
-
cantidadProcesos?: number;
|
|
41
|
-
procesos: ProcesoMasivaItem[];
|
|
42
|
-
onClickButtonCopy: EventEmitter<Event>;
|
|
43
|
-
onClickButtonRead: EventEmitter<Event>;
|
|
44
|
-
onClickButtonEdit: EventEmitter<Event>;
|
|
45
|
-
onClickButtonDelete: EventEmitter<Event>;
|
|
46
|
-
onClickButtonDone: EventEmitter<Event>;
|
|
47
|
-
get masivaLabel(): string;
|
|
48
|
-
toggleCollapse(): void;
|
|
49
|
-
get headerFechaLabel(): string;
|
|
50
|
-
get estadoLabel(): string;
|
|
51
|
-
get estadoLabelClass(): string;
|
|
52
|
-
clickButtonCopy(event: Event): Promise<void>;
|
|
53
|
-
private getCardSummary;
|
|
54
|
-
openLink(event: Event): void;
|
|
55
|
-
private formatDateTime;
|
|
56
|
-
clickButtonRead(event: Event): void;
|
|
57
|
-
clickButtonEdit(event: Event): void;
|
|
58
|
-
clickButtonDelete(event: Event): void;
|
|
59
|
-
clickButtonDone(event: Event): void;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardActividadEventoComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardActividadEventoComponent, "ius-card-actividad-evento", never, { "read": { "alias": "read"; "required": false; }; "warning": { "alias": "warning"; "required": false; }; "collapse": { "alias": "collapse"; "required": false; }; "done": { "alias": "done"; "required": false; }; "titulo": { "alias": "titulo"; "required": false; }; "usuarioAsignado": { "alias": "usuarioAsignado"; "required": false; }; "fechaProgramacion": { "alias": "fechaProgramacion"; "required": false; }; "fechaPrincipal": { "alias": "fechaPrincipal"; "required": false; }; "text1": { "alias": "text1"; "required": false; }; "estado": { "alias": "estado"; "required": false; }; "fechaInicio": { "alias": "fechaInicio"; "required": false; }; "fechaFin": { "alias": "fechaFin"; "required": false; }; "descripcion": { "alias": "descripcion"; "required": false; }; "link": { "alias": "link"; "required": false; }; "mostrarHoraInicio": { "alias": "mostrarHoraInicio"; "required": false; }; "mostrarHoraFin": { "alias": "mostrarHoraFin"; "required": false; }; "mostrarHoraProgramacion": { "alias": "mostrarHoraProgramacion"; "required": false; }; "masiva": { "alias": "masiva"; "required": false; }; "cantidadProcesos": { "alias": "cantidadProcesos"; "required": false; }; "procesos": { "alias": "procesos"; "required": false; }; }, { "onClickButtonCopy": "onClickButtonCopy"; "onClickButtonRead": "onClickButtonRead"; "onClickButtonEdit": "onClickButtonEdit"; "onClickButtonDelete": "onClickButtonDelete"; "onClickButtonDone": "onClickButtonDone"; }, never, never, true, never>;
|
|
62
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './card-actividad-evento.component';
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { DatePipe } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CardEtapaSubetapaComponent {
|
|
5
|
-
private datePipe;
|
|
6
|
-
constructor(datePipe: DatePipe);
|
|
7
|
-
priority: boolean;
|
|
8
|
-
hasDocuments: boolean;
|
|
9
|
-
read: boolean;
|
|
10
|
-
collapse: boolean;
|
|
11
|
-
etapa?: string;
|
|
12
|
-
subEtapa?: string;
|
|
13
|
-
text1?: string;
|
|
14
|
-
origen?: string;
|
|
15
|
-
fechaPrincipal?: Date;
|
|
16
|
-
descripcion?: string;
|
|
17
|
-
onClickButtonCopy: EventEmitter<Event>;
|
|
18
|
-
onClickButtonRead: EventEmitter<Event>;
|
|
19
|
-
onClickButtonEdit: EventEmitter<Event>;
|
|
20
|
-
onClickButtonDelete: EventEmitter<Event>;
|
|
21
|
-
onClickButtonDocs: EventEmitter<Event>;
|
|
22
|
-
toggleCollapse(): void;
|
|
23
|
-
clickButtonCopy(event: Event): Promise<void>;
|
|
24
|
-
private getCardSummary;
|
|
25
|
-
private formatDate;
|
|
26
|
-
clickButtonRead(event: Event): void;
|
|
27
|
-
clickButtonEdit(event: Event): void;
|
|
28
|
-
clickButtonDelete(event: Event): void;
|
|
29
|
-
clickButtonDocs(event: Event): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardEtapaSubetapaComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardEtapaSubetapaComponent, "ius-card-etapa-subetapa", never, { "priority": { "alias": "priority"; "required": false; }; "hasDocuments": { "alias": "hasDocuments"; "required": false; }; "read": { "alias": "read"; "required": false; }; "collapse": { "alias": "collapse"; "required": false; }; "etapa": { "alias": "etapa"; "required": false; }; "subEtapa": { "alias": "subEtapa"; "required": false; }; "text1": { "alias": "text1"; "required": false; }; "origen": { "alias": "origen"; "required": false; }; "fechaPrincipal": { "alias": "fechaPrincipal"; "required": false; }; "descripcion": { "alias": "descripcion"; "required": false; }; }, { "onClickButtonCopy": "onClickButtonCopy"; "onClickButtonRead": "onClickButtonRead"; "onClickButtonEdit": "onClickButtonEdit"; "onClickButtonDelete": "onClickButtonDelete"; "onClickButtonDocs": "onClickButtonDocs"; }, never, never, true, never>;
|
|
32
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './card-etapa-subetapa.component';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { DatePipe } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CardImpulsoProcesalComponent {
|
|
5
|
-
private datePipe;
|
|
6
|
-
constructor(datePipe: DatePipe);
|
|
7
|
-
priority: boolean;
|
|
8
|
-
hasDocuments: boolean;
|
|
9
|
-
read: boolean;
|
|
10
|
-
collapse: boolean;
|
|
11
|
-
titulo?: string;
|
|
12
|
-
text1?: string;
|
|
13
|
-
origen?: string;
|
|
14
|
-
fechaPrincipal?: Date;
|
|
15
|
-
descripcion?: string;
|
|
16
|
-
onClickButtonCopy: EventEmitter<Event>;
|
|
17
|
-
onClickButtonRead: EventEmitter<Event>;
|
|
18
|
-
onClickButtonEdit: EventEmitter<Event>;
|
|
19
|
-
onClickButtonDelete: EventEmitter<Event>;
|
|
20
|
-
onClickButtonDocs: EventEmitter<Event>;
|
|
21
|
-
toggleCollapse(): void;
|
|
22
|
-
clickButtonCopy(event: Event): Promise<void>;
|
|
23
|
-
private getCardSummary;
|
|
24
|
-
private formatDate;
|
|
25
|
-
clickButtonRead(event: Event): void;
|
|
26
|
-
clickButtonEdit(event: Event): void;
|
|
27
|
-
clickButtonDelete(event: Event): void;
|
|
28
|
-
clickButtonDocs(event: Event): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardImpulsoProcesalComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardImpulsoProcesalComponent, "ius-card-impulso-procesal", never, { "priority": { "alias": "priority"; "required": false; }; "hasDocuments": { "alias": "hasDocuments"; "required": false; }; "read": { "alias": "read"; "required": false; }; "collapse": { "alias": "collapse"; "required": false; }; "titulo": { "alias": "titulo"; "required": false; }; "text1": { "alias": "text1"; "required": false; }; "origen": { "alias": "origen"; "required": false; }; "fechaPrincipal": { "alias": "fechaPrincipal"; "required": false; }; "descripcion": { "alias": "descripcion"; "required": false; }; }, { "onClickButtonCopy": "onClickButtonCopy"; "onClickButtonRead": "onClickButtonRead"; "onClickButtonEdit": "onClickButtonEdit"; "onClickButtonDelete": "onClickButtonDelete"; "onClickButtonDocs": "onClickButtonDocs"; }, never, never, true, never>;
|
|
31
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './card-impulso-procesal.component';
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { DatePipe } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CardVigilanciaJudicialComponent {
|
|
5
|
-
private datePipe;
|
|
6
|
-
constructor(datePipe: DatePipe);
|
|
7
|
-
collapse: boolean;
|
|
8
|
-
hasNotificacion: boolean;
|
|
9
|
-
hasAuto: boolean;
|
|
10
|
-
read: boolean;
|
|
11
|
-
titulo?: string;
|
|
12
|
-
juzgado?: string;
|
|
13
|
-
fechaPrincipal?: Date;
|
|
14
|
-
actuaciones?: any[];
|
|
15
|
-
onClickButtonCopy: EventEmitter<Event>;
|
|
16
|
-
onClickButtonRead: EventEmitter<Event>;
|
|
17
|
-
onClickButtonNotificacion: EventEmitter<Event>;
|
|
18
|
-
onClickButtonAuto: EventEmitter<Event>;
|
|
19
|
-
toggleCollapse(): void;
|
|
20
|
-
clickButtonCopy(event: Event): Promise<void>;
|
|
21
|
-
private getCardSummary;
|
|
22
|
-
private formatDate;
|
|
23
|
-
clickButtonRead(event: Event): void;
|
|
24
|
-
clickButtonNotificacion(event: Event): void;
|
|
25
|
-
clickButtonAuto(event: Event): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CardVigilanciaJudicialComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CardVigilanciaJudicialComponent, "ius-card-vigilancia-judicial", never, { "collapse": { "alias": "collapse"; "required": false; }; "hasNotificacion": { "alias": "hasNotificacion"; "required": false; }; "hasAuto": { "alias": "hasAuto"; "required": false; }; "read": { "alias": "read"; "required": false; }; "titulo": { "alias": "titulo"; "required": false; }; "juzgado": { "alias": "juzgado"; "required": false; }; "fechaPrincipal": { "alias": "fechaPrincipal"; "required": false; }; "actuaciones": { "alias": "actuaciones"; "required": false; }; }, { "onClickButtonCopy": "onClickButtonCopy"; "onClickButtonRead": "onClickButtonRead"; "onClickButtonNotificacion": "onClickButtonNotificacion"; "onClickButtonAuto": "onClickButtonAuto"; }, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './card-vigilancia-judicial.component';
|