keevo-components 1.8.322 → 1.8.323

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.
@@ -6,6 +6,8 @@ export declare class KvFileViewerComponent implements OnInit, OnChanges {
6
6
  arquivo: string;
7
7
  type: string;
8
8
  blob: Blob;
9
+ width: string;
10
+ height: string;
9
11
  xmlBeautified: any;
10
12
  xmlFormat: any;
11
13
  sanitizedPdfSrc: SafeResourceUrl;
@@ -15,5 +17,5 @@ export declare class KvFileViewerComponent implements OnInit, OnChanges {
15
17
  getSanitizer(url: string): SafeResourceUrl;
16
18
  visualizarXml(): Promise<void>;
17
19
  static ɵfac: i0.ɵɵFactoryDeclaration<KvFileViewerComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<KvFileViewerComponent, "kv-file-viewer", never, { "arquivo": { "alias": "arquivo"; "required": false; }; "type": { "alias": "type"; "required": false; }; "blob": { "alias": "blob"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvFileViewerComponent, "kv-file-viewer", never, { "arquivo": { "alias": "arquivo"; "required": false; }; "type": { "alias": "type"; "required": false; }; "blob": { "alias": "blob"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, false, never>;
19
21
  }
@@ -126,7 +126,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
126
126
  onClickEvent(event: any): void;
127
127
  styleSetter(style: string, data: string): void;
128
128
  checkMenuFiltro(col: any): void;
129
- sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
129
+ sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
130
130
  dinamicDisableColumn(col: TableConfigColumn): boolean;
131
131
  checkHideColumns(): void;
132
132
  getCustomTemplate(templatename: string): TemplateRef<any>;
@@ -7,8 +7,9 @@ import * as i5 from "../kv-inputs/kv-inputs.module";
7
7
  import * as i6 from "../kv-buttons/kv-button.module";
8
8
  import * as i7 from "../../api/pipes/pipes.module";
9
9
  import * as i8 from "primeng/selectbutton";
10
+ import * as i9 from "../kv-button/kv-button.module";
10
11
  export declare class KvTableEditModule {
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTableEditModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<KvTableEditModule, [typeof i1.KvTableEditComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.FormsModule, typeof i5.KvInputsModule, typeof i6.KvButtonsModule, typeof i7.PipesModule, typeof i8.SelectButtonModule], [typeof i1.KvTableEditComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvTableEditModule, [typeof i1.KvTableEditComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.FormsModule, typeof i5.KvInputsModule, typeof i6.KvButtonsModule, typeof i7.PipesModule, typeof i8.SelectButtonModule, typeof i9.KvButtonModule], [typeof i1.KvTableEditComponent]>;
13
14
  static ɵinj: i0.ɵɵInjectorDeclaration<KvTableEditModule>;
14
15
  }
@@ -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.322",
3
+ "version": "1.8.323",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",