keevo-components 1.8.180 → 1.8.182

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.
@@ -14,14 +14,15 @@ import * as i12 from "./kv-multi-select/kv-multi-select.component";
14
14
  import * as i13 from "./kv-radio-group/kv-radio-group.component";
15
15
  import * as i14 from "./kv-switch/kv-switch.component";
16
16
  import * as i15 from "./kv-select-button/kv-select-button.component";
17
- import * as i16 from "@angular/common";
18
- import * as i17 from "@angular/forms";
19
- import * as i18 from "../kv-error/kv-error.module";
20
- import * as i19 from "../kv-label/kv-label.module";
21
- import * as i20 from "../../api/modules/primeng.module";
22
- import * as i21 from "primeng/selectbutton";
17
+ import * as i16 from "./kv-select-buttons/kv-select-buttons.component";
18
+ import * as i17 from "@angular/common";
19
+ import * as i18 from "@angular/forms";
20
+ import * as i19 from "../kv-error/kv-error.module";
21
+ import * as i20 from "../kv-label/kv-label.module";
22
+ import * as i21 from "../../api/modules/primeng.module";
23
+ import * as i22 from "primeng/selectbutton";
23
24
  export declare class KvInputsModule {
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<KvInputsModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<KvInputsModule, [typeof i1.KvCheckComponent, typeof i2.KvDropdownComponent, typeof i3.KvEditorComponent, typeof i4.KvInputCalendarComponent, typeof i5.KvInputMaskComponent, typeof i6.KvInputNumberComponent, typeof i7.KvInputPasswordComponent, typeof i8.KvInputTextareaComponent, typeof i9.KvInputTextCheckboxComponent, typeof i10.KvInputTextComponent, typeof i11.KvInputTimeComponent, typeof i12.KvMultiSelectComponent, typeof i13.KvRadioGroupComponent, typeof i14.KvSwitchComponent, typeof i15.KvSelectButtonComponent], [typeof i16.CommonModule, typeof i17.FormsModule, typeof i18.kvErrorModule, typeof i19.KvLabelModule, typeof i20.PrimeNgModule, typeof i17.ReactiveFormsModule, typeof i21.SelectButtonModule], [typeof i1.KvCheckComponent, typeof i2.KvDropdownComponent, typeof i3.KvEditorComponent, typeof i4.KvInputCalendarComponent, typeof i5.KvInputMaskComponent, typeof i6.KvInputNumberComponent, typeof i7.KvInputPasswordComponent, typeof i8.KvInputTextareaComponent, typeof i9.KvInputTextCheckboxComponent, typeof i10.KvInputTextComponent, typeof i11.KvInputTimeComponent, typeof i12.KvMultiSelectComponent, typeof i13.KvRadioGroupComponent, typeof i14.KvSwitchComponent, typeof i15.KvSelectButtonComponent]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvInputsModule, [typeof i1.KvCheckComponent, typeof i2.KvDropdownComponent, typeof i3.KvEditorComponent, typeof i4.KvInputCalendarComponent, typeof i5.KvInputMaskComponent, typeof i6.KvInputNumberComponent, typeof i7.KvInputPasswordComponent, typeof i8.KvInputTextareaComponent, typeof i9.KvInputTextCheckboxComponent, typeof i10.KvInputTextComponent, typeof i11.KvInputTimeComponent, typeof i12.KvMultiSelectComponent, typeof i13.KvRadioGroupComponent, typeof i14.KvSwitchComponent, typeof i15.KvSelectButtonComponent, typeof i16.KvSelectButtonsComponent], [typeof i17.CommonModule, typeof i18.FormsModule, typeof i19.kvErrorModule, typeof i20.KvLabelModule, typeof i21.PrimeNgModule, typeof i18.ReactiveFormsModule, typeof i22.SelectButtonModule], [typeof i1.KvCheckComponent, typeof i2.KvDropdownComponent, typeof i3.KvEditorComponent, typeof i4.KvInputCalendarComponent, typeof i5.KvInputMaskComponent, typeof i6.KvInputNumberComponent, typeof i7.KvInputPasswordComponent, typeof i8.KvInputTextareaComponent, typeof i9.KvInputTextCheckboxComponent, typeof i10.KvInputTextComponent, typeof i11.KvInputTimeComponent, typeof i12.KvMultiSelectComponent, typeof i13.KvRadioGroupComponent, typeof i14.KvSwitchComponent, typeof i15.KvSelectButtonComponent, typeof i16.KvSelectButtonsComponent]>;
26
27
  static ɵinj: i0.ɵɵInjectorDeclaration<KvInputsModule>;
27
28
  }
@@ -0,0 +1,17 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class KvSelectButtonsComponent implements OnInit {
4
+ options: {
5
+ label: string;
6
+ action: () => void;
7
+ value: any;
8
+ icon?: string;
9
+ }[];
10
+ defaultValue: any;
11
+ selectChange: EventEmitter<any>;
12
+ selectedOption: any;
13
+ ngOnInit(): void;
14
+ select(value: any): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvSelectButtonsComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvSelectButtonsComponent, "kv-select-buttons", never, { "options": { "alias": "options"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; }, { "selectChange": "selectChange"; }, never, never, false, never>;
17
+ }
@@ -44,13 +44,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
44
44
  paginator: boolean;
45
45
  rowsPerPageOptions: number[];
46
46
  rows: number;
47
- pageLinksOptions: number;
48
- showFirstLastIcon: boolean;
49
47
  tableSize: number;
50
- /**
51
- * @deprecated Use a propriedade "tagColor" na configuração da coluna para estilizar a tag
52
- */
53
- applyStyle: Function;
54
48
  filterColumnsBtn: boolean;
55
49
  filtrosAvancados: boolean;
56
50
  scrollHeight: string;
@@ -59,6 +53,18 @@ export declare class KvTableComponent implements OnInit, DoCheck {
59
53
  rowTrackBy: Function;
60
54
  responsiveLayout: boolean;
61
55
  disabledHeaderCheckbox: boolean;
56
+ /**
57
+ * @deprecated Use a propriedade "tagColor" na configuração da coluna para estilizar a tag
58
+ */
59
+ applyStyle: Function;
60
+ /**
61
+ * @deprecated O valor de pageLinks é atribuído de acordo com o tamanho da tela, essa propriedade não está sendo utilizada
62
+ */
63
+ pageLinksOptions: number;
64
+ /**
65
+ * @deprecated A quantidade de paginitorPageIcons é atribuído de acordo com o tamanho da tela, essa propriedade não está sendo utilizada
66
+ */
67
+ showFirstLastIcon: boolean;
62
68
  onActiveItem: EventEmitter<any>;
63
69
  onActiveItemLote: EventEmitter<any>;
64
70
  onPaginate: EventEmitter<TablePaginate>;
@@ -109,5 +115,5 @@ export declare class KvTableComponent implements OnInit, DoCheck {
109
115
  createTableActions(): void;
110
116
  onSort(e: any): void;
111
117
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTableComponent, never>;
112
- static ɵcmp: i0.ɵɵComponentDeclaration<KvTableComponent, "kv-table", never, { "_templates": { "alias": "templates"; "required": false; }; "setConfig": { "alias": "config"; "required": false; }; "defaultSortField": { "alias": "defaultSortField"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "filterColumnsBtn": { "alias": "filterColumnsBtn"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; "disabledHeaderCheckbox": { "alias": "disabledHeaderCheckbox"; "required": false; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "onSwitchTableChange": "onSwitchTableChange"; }, ["templates"], ["*"], false, never>;
118
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvTableComponent, "kv-table", never, { "_templates": { "alias": "templates"; "required": false; }; "setConfig": { "alias": "config"; "required": false; }; "defaultSortField": { "alias": "defaultSortField"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "rowsPerPageOptions": { "alias": "rowsPerPageOptions"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "tableSize": { "alias": "tableSize"; "required": false; }; "filterColumnsBtn": { "alias": "filterColumnsBtn"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "tableCaptalized": { "alias": "tableCaptalized"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; "disabledHeaderCheckbox": { "alias": "disabledHeaderCheckbox"; "required": false; }; "applyStyle": { "alias": "applyStyle"; "required": false; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "onSwitchTableChange": "onSwitchTableChange"; }, ["templates"], ["*"], false, never>;
113
119
  }
@@ -15,15 +15,24 @@ export declare class KvTreetableComponent {
15
15
  selectedItems: any;
16
16
  paginator: boolean;
17
17
  rows: number;
18
- pageLinks: number;
19
18
  treeTableDraggable: boolean;
20
19
  transferArrayItem: boolean;
21
20
  ordenacao: string;
22
21
  totalRecords: number;
23
22
  textoEmptyMessage: string;
23
+ childrenRecoil: boolean;
24
+ /**
25
+ * @deprecated O valor de pageLinks é atribuído de acordo com o tamanho da tela, essa propriedade não está sendo utilizada
26
+ */
24
27
  pageLinksOptions: number;
28
+ /**
29
+ * @deprecated O valor de pageLinks é atribuído de acordo com o tamanho da tela, essa propriedade não está sendo utilizada
30
+ */
31
+ pageLinks: number;
32
+ /**
33
+ * @deprecated A quantidade de paginitorPageIcons é atribuído de acordo com o tamanho da tela, essa propriedade não está sendo utilizada
34
+ */
25
35
  showFirstLastIcon: boolean;
26
- childrenRecoil: boolean;
27
36
  onFilter: EventEmitter<any>;
28
37
  onPaginate: EventEmitter<any>;
29
38
  onActiveItem: EventEmitter<any>;
@@ -58,5 +67,5 @@ export declare class KvTreetableComponent {
58
67
  validateShowTemplate(rowNode: any, col: any): boolean;
59
68
  getIcon(icon: string): string;
60
69
  static ɵfac: i0.ɵɵFactoryDeclaration<KvTreetableComponent, never>;
61
- 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; }; "pageLinks": { "alias": "pageLinks"; "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; }; "pageLinksOptions": { "alias": "pageLinksOptions"; "required": false; }; "showFirstLastIcon": { "alias": "showFirstLastIcon"; "required": false; }; "childrenRecoil": { "alias": "childrenRecoil"; "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>;
70
+ 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>;
62
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.180",
3
+ "version": "1.8.182",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -81,6 +81,7 @@ export * from './lib/components/kv-inputs/kv-multi-select/kv-multi-select.compon
81
81
  export * from './lib/components/kv-inputs/kv-radio-group/kv-radio-group.component';
82
82
  export * from './lib/components/kv-inputs/kv-switch/kv-switch.component';
83
83
  export * from './lib/components/kv-inputs/kv-select-button/kv-select-button.component';
84
+ export * from './lib/components/kv-inputs/kv-select-buttons/kv-select-buttons.component';
84
85
  /**
85
86
  * Orgchart
86
87
  */