keevo-components 1.8.198 → 1.8.199
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/components/kv-modal/kv-modal.module.mjs +8 -22
- package/fesm2022/keevo-components.mjs +24 -39
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-modal/kv-modal.module.d.ts +2 -3
- package/lib/components/kv-table/kv-table.component.d.ts +1 -1
- package/lib/components/kv-table-expandable/kv-table-expandable.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2,10 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./kv-modal.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../../api/modules/primeng.module";
|
|
5
|
-
import * as i4 from "../kv-
|
|
6
|
-
import * as i5 from "../kv-button/kv-button.module";
|
|
5
|
+
import * as i4 from "../kv-button/kv-button.module";
|
|
7
6
|
export declare class KvModalModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvModalModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KvModalModule, [typeof i1.KvModalComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvModalModule, [typeof i1.KvModalComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.KvButtonModule], [typeof i1.KvModalComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KvModalModule>;
|
|
11
10
|
}
|
|
@@ -116,7 +116,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
|
|
|
116
116
|
onClickEvent(event: any): void;
|
|
117
117
|
styleSetter(style: string, data: string): void;
|
|
118
118
|
checkMenuFiltro(col: any): void;
|
|
119
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
119
|
+
sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
|
|
120
120
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
121
121
|
checkHideColumns(): void;
|
|
122
122
|
getCustomTemplate(templatename: string): TemplateRef<any>;
|
|
@@ -61,7 +61,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
|
|
|
61
61
|
onGlobalFilter(table: Table, event: Event): void;
|
|
62
62
|
adicionaAcoesTabela(): void;
|
|
63
63
|
checkMenuFiltro(col: any): void;
|
|
64
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
64
|
+
sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
|
|
65
65
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
66
66
|
dinamicColumnSet(e: any, col: any): void;
|
|
67
67
|
addColumn(field: string): void;
|