keevo-components 1.8.309 → 1.8.310
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-home-card/kv-home-card.module.mjs +1 -1
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +6 -3
- package/fesm2022/keevo-components.mjs +5 -2
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-stepper/kv-stepper.component.d.ts +2 -2
- 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/lib/components/kv-tree-table/kv-tree-table.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -4,8 +4,8 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class KvStepperComponent {
|
|
5
5
|
panels: KvStepperPanel[];
|
|
6
6
|
activeStep: number;
|
|
7
|
-
orientation: import("@angular/core").InputSignal<"
|
|
8
|
-
buttonsAlign: import("@angular/core").InputSignal<"
|
|
7
|
+
orientation: import("@angular/core").InputSignal<"vertical" | "horizontal">;
|
|
8
|
+
buttonsAlign: import("@angular/core").InputSignal<"start" | "center" | "end">;
|
|
9
9
|
linear: import("@angular/core").InputSignal<boolean>;
|
|
10
10
|
activeStepChange: EventEmitter<number>;
|
|
11
11
|
concluirCallback: EventEmitter<void>;
|
|
@@ -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) =>
|
|
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>;
|
|
@@ -62,7 +62,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
|
|
|
62
62
|
onGlobalFilter(table: Table, event: Event): void;
|
|
63
63
|
adicionaAcoesTabela(): void;
|
|
64
64
|
checkMenuFiltro(col: any): void;
|
|
65
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
65
|
+
sortByPosition(): (elem1: any, elem2: any) => 1 | 0 | -1;
|
|
66
66
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
67
67
|
dinamicColumnSet(e: any, col: any): void;
|
|
68
68
|
addColumn(field: string): void;
|
|
@@ -23,6 +23,7 @@ export declare class KvTreetableComponent {
|
|
|
23
23
|
totalRecords: number;
|
|
24
24
|
textoEmptyMessage: string;
|
|
25
25
|
childrenRecoil: boolean;
|
|
26
|
+
showHeader: boolean;
|
|
26
27
|
constructor(elementRef: ElementRef);
|
|
27
28
|
/**
|
|
28
29
|
* @deprecated O valor de pageLinks é atribuído de acordo com o tamanho da tela, essa propriedade não está sendo utilizada
|
|
@@ -72,5 +73,5 @@ export declare class KvTreetableComponent {
|
|
|
72
73
|
align(col: TableConfigColumn): string;
|
|
73
74
|
resetTreeTable(): void;
|
|
74
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvTreetableComponent, never>;
|
|
75
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvTreetableComponent, "kv-tree-table", never, { "config": { "alias": "config"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "gridLines": { "alias": "gridLines"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "treeTableDraggable": { "alias": "treeTableDraggable"; "required": false; }; "transferArrayItem": { "alias": "transferArrayItem"; "required": false; }; "ordenacao": { "alias": "ordenacao"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "textoEmptyMessage": { "alias": "textoEmptyMessage"; "required": false; }; "childrenRecoil": { "alias": "childrenRecoil"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "pageLinks": { "alias": "pageLinks"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "_templates": { "alias": "templates"; "required": false; }; }, { "onFilter": "onFilter"; "onPaginate": "onPaginate"; "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "doubleClickEvent": "doubleClickEvent"; "onNodeSelect": "onNodeSelect"; "onNodeUnselect": "onNodeUnselect"; "onDropItem": "onDropItem"; }, ["templates"], never, false, never>;
|
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvTreetableComponent, "kv-tree-table", never, { "config": { "alias": "config"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "gridLines": { "alias": "gridLines"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "treeTableDraggable": { "alias": "treeTableDraggable"; "required": false; }; "transferArrayItem": { "alias": "transferArrayItem"; "required": false; }; "ordenacao": { "alias": "ordenacao"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "textoEmptyMessage": { "alias": "textoEmptyMessage"; "required": false; }; "childrenRecoil": { "alias": "childrenRecoil"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "pageLinks": { "alias": "pageLinks"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "_templates": { "alias": "templates"; "required": false; }; }, { "onFilter": "onFilter"; "onPaginate": "onPaginate"; "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "doubleClickEvent": "doubleClickEvent"; "onNodeSelect": "onNodeSelect"; "onNodeUnselect": "onNodeUnselect"; "onDropItem": "onDropItem"; }, ["templates"], never, false, never>;
|
|
76
77
|
}
|