info-library 2.14.4 → 2.14.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.
- package/controls/grid/grid.component.d.ts +0 -1
- package/controls/paginator/paginator.component.d.ts +1 -0
- package/esm2020/controls/grid/grid.component.mjs +25 -17
- package/esm2020/controls/paginator/paginator.component.mjs +17 -7
- package/fesm2015/info-library.mjs +40 -22
- package/fesm2015/info-library.mjs.map +1 -1
- package/fesm2020/info-library.mjs +40 -22
- package/fesm2020/info-library.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -143,7 +143,6 @@ export declare class InfoGridComponent implements OnInit, AfterViewInit {
|
|
|
143
143
|
detail(model: any): void;
|
|
144
144
|
mostrarMais(linha: any, coluna: any): void;
|
|
145
145
|
access(model: any): void;
|
|
146
|
-
over(index: any): void;
|
|
147
146
|
view(model: any): void;
|
|
148
147
|
edit(model: any, disabledClick?: boolean): void;
|
|
149
148
|
delete(model: any): void;
|
|
@@ -21,6 +21,7 @@ export declare class InfoPaginatorComponent {
|
|
|
21
21
|
goto(index: number): void;
|
|
22
22
|
previous(): Observable<any>;
|
|
23
23
|
next(): Observable<any>;
|
|
24
|
+
setNumberItensPage(): void;
|
|
24
25
|
setDescription(): void;
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoPaginatorComponent, never>;
|
|
26
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<InfoPaginatorComponent, "info-paginator", never, { "size": "size"; "min": "min"; "show": "show"; "total": "total"; }, { "index": "index"; "change": "change"; }, never, never, false>;
|