keevo-components 1.8.379 → 1.8.381

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.
@@ -0,0 +1,37 @@
1
+ import { EventEmitter, InputSignal, TemplateRef } from '@angular/core';
2
+ import { SafeHtml } from '@angular/platform-browser';
3
+ import * as i0 from "@angular/core";
4
+ export declare class KvContentViewerComponent {
5
+ dataSource: InputSignal<any[]>;
6
+ paginaInicial: import("@angular/core").WritableSignal<number>;
7
+ arquivo: InputSignal<string | undefined>;
8
+ arquivoPreview: import("@angular/core").WritableSignal<any>;
9
+ nomeArquivo: import("@angular/core").WritableSignal<string>;
10
+ type: InputSignal<string | undefined>;
11
+ blob: InputSignal<Blob>;
12
+ idarquivo: import("@angular/core").WritableSignal<number | undefined>;
13
+ ekpContent: InputSignal<SafeHtml | undefined>;
14
+ totalItensCarregado: import("@angular/core").Signal<number>;
15
+ empresaSelecionada: any;
16
+ idtipodocumento: number[];
17
+ extencaoDocumento: string;
18
+ previewOn: boolean;
19
+ selectedItem: any;
20
+ totalRecords: number;
21
+ isLoading: boolean;
22
+ displaySidebar: boolean;
23
+ isSelected: boolean;
24
+ visualizadorDocumentos: boolean;
25
+ cardTemplate: TemplateRef<any>;
26
+ contentTemplate: TemplateRef<any>;
27
+ noDocumentSelectedTemplate: TemplateRef<any>;
28
+ noDocumentListTemplate: TemplateRef<any>;
29
+ todayDate(): string;
30
+ onScrollHandler: EventEmitter<any>;
31
+ onSelectFile: EventEmitter<any>;
32
+ trackByFn(index: number, item: any): any;
33
+ visualizarPreview(arquivo: any): void;
34
+ scrollHandler($event: Event): void;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvContentViewerComponent, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvContentViewerComponent, "kv-content-viewer", never, { "dataSource": { "alias": "dataSource"; "required": false; "isSignal": true; }; "arquivo": { "alias": "arquivo"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "blob": { "alias": "blob"; "required": false; "isSignal": true; }; "ekpContent": { "alias": "ekpContent"; "required": false; "isSignal": true; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "visualizadorDocumentos": { "alias": "visualizadorDocumentos"; "required": false; }; "cardTemplate": { "alias": "cardTemplate"; "required": false; }; "contentTemplate": { "alias": "contentTemplate"; "required": false; }; "noDocumentSelectedTemplate": { "alias": "noDocumentSelectedTemplate"; "required": false; }; "noDocumentListTemplate": { "alias": "noDocumentListTemplate"; "required": false; }; }, { "onScrollHandler": "onScrollHandler"; "onSelectFile": "onSelectFile"; }, never, never, false, never>;
37
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./kv-content-viewer.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "ng2-pdf-viewer";
5
+ import * as i4 from "../kv-file-viewer-novo/kv-file-viewer-novo.module";
6
+ import * as i5 from "ngx-loading";
7
+ export declare class KvContentViewerModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvContentViewerModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvContentViewerModule, [typeof i1.KvContentViewerComponent], [typeof i2.CommonModule, typeof i3.PdfViewerModule, typeof i4.KvFileViewerNovoModule, typeof i5.NgxLoadingModule], [typeof i1.KvContentViewerComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<KvContentViewerModule>;
11
+ }
@@ -127,7 +127,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
127
127
  onClickEvent(event: any): void;
128
128
  styleSetter(style: string, data: string): void;
129
129
  checkMenuFiltro(col: TableConfigColumn): void;
130
- sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
130
+ sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
131
131
  dinamicDisableColumn(col: TableConfigColumn): boolean;
132
132
  checkHideColumns(): void;
133
133
  getCustomTemplate(templatename: string): TemplateRef<any>;
@@ -64,7 +64,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
64
64
  onGlobalFilter(table: Table, event: Event): void;
65
65
  executeCollapsed(): void;
66
66
  checkMenuFiltro(col: any): void;
67
- sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
67
+ sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
68
68
  dinamicDisableColumn(col: TableConfigColumn): boolean;
69
69
  dinamicColumnSet(e: any, col: any): void;
70
70
  addColumn(field: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.379",
3
+ "version": "1.8.381",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -228,6 +228,11 @@ export * from './lib/components/kv-file-viewer/kv-file-viewer.module';
228
228
  */
229
229
  export * from './lib/components/kv-file-viewer-novo/kv-file-viewer-novo.component';
230
230
  export * from './lib/components/kv-file-viewer-novo/kv-file-viewer-novo.module';
231
+ /**
232
+ * Content-Viewer
233
+ */
234
+ export * from './lib/components/kv-content-viewer/kv-content-viewer.component';
235
+ export * from './lib/components/kv-content-viewer/kv-content-viewer.module';
231
236
  /**
232
237
  * Componentes comuns utilizados no keex
233
238
  */