keevo-components 1.8.314 → 1.8.316

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.
@@ -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 | -1 | 0;
130
130
  dinamicDisableColumn(col: TableConfigColumn): boolean;
131
131
  checkHideColumns(): void;
132
132
  getCustomTemplate(templatename: string): TemplateRef<any>;
@@ -24,7 +24,8 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
24
24
  [key: string]: any;
25
25
  };
26
26
  menuItems: MenuItem[];
27
- collapsed: boolean;
27
+ collapsedAll: boolean;
28
+ iconCollapsed: string;
28
29
  tableData: {
29
30
  data: any;
30
31
  actions?: MenuItem[];
@@ -49,6 +50,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
49
50
  rowTrackBy: Function;
50
51
  showFirstLastIcon: boolean;
51
52
  showTopHeader: boolean;
53
+ showButtonCollapsed: boolean;
52
54
  filterField: EventEmitter<any>;
53
55
  onActiveItem: EventEmitter<any>;
54
56
  onActiveItemLote: EventEmitter<any>;
@@ -60,9 +62,9 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
60
62
  ngOnInit(): void;
61
63
  ngDoCheck(): void;
62
64
  onGlobalFilter(table: Table, event: Event): void;
63
- adicionaAcoesTabela(): void;
65
+ executeCollapsed(): void;
64
66
  checkMenuFiltro(col: any): void;
65
- sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
67
+ sortByPosition(): (elem1: any, elem2: any) => 1 | -1 | 0;
66
68
  dinamicDisableColumn(col: TableConfigColumn): boolean;
67
69
  dinamicColumnSet(e: any, col: any): void;
68
70
  addColumn(field: string): void;
@@ -107,5 +109,5 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
107
109
  returnRowDataActions(rowData: any): void;
108
110
  onSort(e: any): void;
109
111
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTableExpandableComponent, never>;
110
- static ɵcmp: i0.ɵɵComponentDeclaration<KvTableExpandableComponent, "kv-table-expandable", never, { "_templates": { "alias": "templates"; "required": false; }; "setConfig": { "alias": "config"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "showTopHeader": { "alias": "showTopHeader"; "required": false; }; }, { "filterField": "filterField"; "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "doubleClickEvent": "doubleClickEvent"; "onSwitchTableChange": "onSwitchTableChange"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; }, never, ["*"], false, never>;
112
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvTableExpandableComponent, "kv-table-expandable", never, { "_templates": { "alias": "templates"; "required": false; }; "setConfig": { "alias": "config"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "showTopHeader": { "alias": "showTopHeader"; "required": false; }; "showButtonCollapsed": { "alias": "showButtonCollapsed"; "required": false; }; }, { "filterField": "filterField"; "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "doubleClickEvent": "doubleClickEvent"; "onSwitchTableChange": "onSwitchTableChange"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; }, never, ["*"], false, never>;
111
113
  }
@@ -5,8 +5,9 @@ import * as i3 from "../../api/modules/primeng.module";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../kv-inputs/kv-inputs.module";
7
7
  import * as i6 from "../kv-buttons/kv-button.module";
8
+ import * as i7 from "projects/keevo-components/src/public-api";
8
9
  export declare class KvTableExpandableModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTableExpandableModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<KvTableExpandableModule, [typeof i1.KvTableExpandableComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.FormsModule, typeof i5.KvInputsModule, typeof i6.KvButtonsModule], [typeof i1.KvTableExpandableComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvTableExpandableModule, [typeof i1.KvTableExpandableComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.FormsModule, typeof i5.KvInputsModule, typeof i6.KvButtonsModule, typeof i7.KvButtonModule], [typeof i1.KvTableExpandableComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<KvTableExpandableModule>;
12
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.314",
3
+ "version": "1.8.316",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",