keevo-components 1.8.70 → 1.8.72
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/README.md +24 -24
- package/esm2022/lib/api/base-components/base-component-button.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-chart.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-crud-form.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-crud-list.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-crud.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-dropdown-external.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-dropdown.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-input.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-multi-select.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component.mjs +1 -1
- package/esm2022/lib/api/components/chart/chart.config.mjs +1 -1
- package/esm2022/lib/api/components/chart/chart.model.mjs +1 -1
- package/esm2022/lib/api/components/chart/orchart.config.mjs +1 -1
- package/esm2022/lib/api/components/chart/orchart.item.mjs +1 -1
- package/esm2022/lib/api/components/dropdown/filtro.combo.mjs +1 -1
- package/esm2022/lib/api/components/table/action-item.mjs +1 -1
- package/esm2022/lib/api/components/table/kv-menuitem.mjs +1 -1
- package/esm2022/lib/api/components/table/table-dropdown-control.mjs +1 -1
- package/esm2022/lib/api/components/table/table.config.column.mjs +1 -1
- package/esm2022/lib/api/components/table/table.config.mjs +1 -1
- package/esm2022/lib/api/components/table/table.paginate.mjs +1 -1
- package/esm2022/lib/api/components/table/tabledit.config.mjs +1 -1
- package/esm2022/lib/api/components/table/tableedit.config.column.mjs +1 -1
- package/esm2022/lib/api/directives/template/template.directive.mjs +1 -1
- package/esm2022/lib/api/helpers/component-providers.mjs +1 -1
- package/esm2022/lib/api/helpers/keevo-validators.mjs +14 -5
- package/esm2022/lib/api/helpers/translate-primeng.mjs +1 -1
- package/esm2022/lib/api/models/aplicativo-model.mjs +12 -0
- package/esm2022/lib/api/models/master-combo-model.mjs +2 -0
- package/esm2022/lib/api/models/menu-model.mjs +2 -0
- package/esm2022/lib/api/modules/primeng.module.mjs +1 -1
- package/esm2022/lib/api/pipes/cpfcnpj.pipe.mjs +1 -1
- package/esm2022/lib/api/pipes/mask.pipe.mjs +1 -1
- package/esm2022/lib/api/pipes/pipes.module.mjs +1 -1
- package/esm2022/lib/api/pipes/telefone.pipe.mjs +1 -1
- package/esm2022/lib/api/services/base.api.service.mjs +1 -1
- package/esm2022/lib/api/services/breadcrumbs.service.mjs +1 -1
- package/esm2022/lib/api/services/component.service.mjs +1 -1
- package/esm2022/lib/api/services/docs.service.mjs +129 -0
- package/esm2022/lib/api/services/form.service.mjs +1 -1
- package/esm2022/lib/api/services/imagens.service.mjs +1 -1
- package/esm2022/lib/api/services/notification.service.mjs +1 -1
- package/esm2022/lib/api/services/object.service.mjs +1 -1
- package/esm2022/lib/components/keevo-components.module.mjs +12 -5
- package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +3 -3
- package/esm2022/lib/components/kv-avatar/kv-avatar.module.mjs +1 -1
- package/esm2022/lib/components/kv-buttons/kv-button-personalize/kv-button-personalize.component.mjs +3 -3
- package/esm2022/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.mjs +3 -3
- package/esm2022/lib/components/kv-buttons/kv-button-secondary/kv-button-secondary.component.mjs +3 -3
- package/esm2022/lib/components/kv-buttons/kv-button-success/kv-button-success.component.mjs +3 -3
- package/esm2022/lib/components/kv-buttons/kv-button.module.mjs +1 -1
- package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +3 -3
- package/esm2022/lib/components/kv-carousel/kv-carousel.module.mjs +1 -1
- package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +3 -3
- package/esm2022/lib/components/kv-chart/kv-chart.module.mjs +1 -1
- package/esm2022/lib/components/kv-error/kv-error.component.mjs +3 -3
- package/esm2022/lib/components/kv-error/kv-error.module.mjs +1 -1
- package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-editor/kv-editor.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-number/kv-input-number.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-password/kv-input-password.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-time/kv-input-time.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-inputs.module.mjs +1 -1
- package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-select-button/kv-select-button.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +3 -3
- package/esm2022/lib/components/kv-label/kv-label.component.mjs +3 -3
- package/esm2022/lib/components/kv-label/kv-label.module.mjs +1 -1
- package/esm2022/lib/components/kv-loader/kv-loader.component.mjs +3 -3
- package/esm2022/lib/components/kv-loader/kv-loader.module.mjs +1 -1
- package/esm2022/lib/components/kv-loader/kv-loader.service.mjs +1 -1
- package/esm2022/lib/components/kv-login/kv-login.component.mjs +3 -3
- package/esm2022/lib/components/kv-login/kv-login.module.mjs +1 -1
- package/esm2022/lib/components/kv-menu/kv-menu.component.mjs +3 -3
- package/esm2022/lib/components/kv-menu/kv-menu.module.mjs +1 -1
- package/esm2022/lib/components/kv-modal/kv-modal.component.mjs +3 -3
- package/esm2022/lib/components/kv-modal/kv-modal.module.mjs +1 -1
- package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +3 -3
- package/esm2022/lib/components/kv-orgchart/kv-orgchart.module.mjs +1 -1
- package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +3 -3
- package/esm2022/lib/components/kv-page-form/kv-page-form.module.mjs +1 -1
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +3 -3
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.module.mjs +1 -1
- package/esm2022/lib/components/kv-progress-bar/kv-progress-bar.component.mjs +3 -3
- package/esm2022/lib/components/kv-progress-bar/kv-progress-bar.module.mjs +1 -1
- package/esm2022/lib/components/kv-stepper/kv-stepper.component.mjs +49 -0
- package/esm2022/lib/components/kv-stepper/kv-stepper.module.mjs +32 -0
- package/esm2022/lib/components/kv-table/kv-table.component.mjs +3 -3
- package/esm2022/lib/components/kv-table/kv-table.module.mjs +1 -1
- package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +17 -15
- package/esm2022/lib/components/kv-table-edit/kv-table-edit.module.mjs +1 -1
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +3 -3
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.module.mjs +1 -1
- package/esm2022/lib/components/kv-tree-view/kv-tree-view.component.mjs +3 -3
- package/esm2022/lib/components/kv-tree-view/kv-tree-view.module.mjs +1 -1
- package/esm2022/lib/components/kv-workspace/kv-workspace.component.mjs +3 -3
- package/esm2022/lib/components/kv-workspace/kv-workspace.module.mjs +1 -1
- package/esm2022/public-api.mjs +6 -1
- package/fesm2022/keevo-components.mjs +308 -95
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/api/helpers/keevo-validators.d.ts +1 -0
- package/lib/api/models/aplicativo-model.d.ts +22 -0
- package/lib/api/models/master-combo-model.d.ts +5 -0
- package/lib/api/models/menu-model.d.ts +10 -0
- package/lib/api/services/docs.service.d.ts +12 -0
- package/lib/components/keevo-components.module.d.ts +3 -2
- package/lib/components/kv-menu/kv-menu.component.d.ts +3 -1
- package/lib/components/kv-stepper/kv-stepper.component.d.ts +21 -0
- package/lib/components/kv-stepper/kv-stepper.module.d.ts +10 -0
- package/lib/components/kv-table/kv-table.component.d.ts +1 -1
- package/lib/components/kv-table-edit/kv-table-edit.component.d.ts +4 -4
- package/package.json +2 -2
- package/public-api.d.ts +5 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { MenuModel } from "./menu-model";
|
|
2
|
+
export interface AplicativoModel {
|
|
3
|
+
idaplicativo: number;
|
|
4
|
+
idsistema: number;
|
|
5
|
+
nomeaplicativo: string;
|
|
6
|
+
descricaoaplicativo: string;
|
|
7
|
+
rotapadrao: string;
|
|
8
|
+
indpublicado: boolean;
|
|
9
|
+
indpublicacaogradativa: boolean;
|
|
10
|
+
indexigeempresaentrada: boolean;
|
|
11
|
+
menus: MenuModel[];
|
|
12
|
+
}
|
|
13
|
+
export declare enum en_aplicativo {
|
|
14
|
+
KeevoCenter = -1,
|
|
15
|
+
CapturaNotas = 7,
|
|
16
|
+
Reinf = 12,
|
|
17
|
+
Bot = 18,
|
|
18
|
+
Ged = 23,
|
|
19
|
+
IntegraContador = 24,
|
|
20
|
+
PGDAS = 25,
|
|
21
|
+
eKeep = 26
|
|
22
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FormControl } from "@angular/forms";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DocsService {
|
|
4
|
+
static validaCpfCnpj(cpfcnpj: string): boolean;
|
|
5
|
+
static validaCpf(cpf: string): boolean;
|
|
6
|
+
static validaCnpj(cnpj: string): boolean;
|
|
7
|
+
static validatorCpfCnpj(fc: FormControl): false | {
|
|
8
|
+
cpfCnpj: boolean;
|
|
9
|
+
};
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocsService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DocsService>;
|
|
12
|
+
}
|
|
@@ -16,9 +16,10 @@ import * as i14 from "./kv-table/kv-table.module";
|
|
|
16
16
|
import * as i15 from "./kv-tree-table/kv-tree-table.module";
|
|
17
17
|
import * as i16 from "./kv-tree-view/kv-tree-view.module";
|
|
18
18
|
import * as i17 from "./kv-workspace/kv-workspace.module";
|
|
19
|
-
import * as i18 from "./kv-
|
|
19
|
+
import * as i18 from "./kv-stepper/kv-stepper.module";
|
|
20
|
+
import * as i19 from "./kv-table-edit/kv-table-edit.module";
|
|
20
21
|
export declare class KeevoComponentsModule {
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeevoComponentsModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvCarouselModule, typeof i4.KvChartModule, typeof i5.KvInputsModule, typeof i6.KvLoaderModule, typeof i7.KvLoginModule, typeof i8.KvMenuModule, typeof i9.KvModalModule, typeof i10.KvOrgchartModule, typeof i11.KvPageFormModule, typeof i12.KvPickListModule, typeof i13.KvProgressBarModule, typeof i14.KvTableModule, typeof i15.KvTreetableModule, typeof i16.KvtreeViewModule, typeof i17.KvWorkspaceModule], [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvCarouselModule, typeof i4.KvChartModule, typeof i5.KvInputsModule, typeof i6.KvLoaderModule, typeof i7.KvLoginModule, typeof i8.KvMenuModule, typeof i9.KvModalModule, typeof i10.KvOrgchartModule, typeof i11.KvPageFormModule, typeof i12.KvPickListModule, typeof i13.KvProgressBarModule, typeof
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvCarouselModule, typeof i4.KvChartModule, typeof i5.KvInputsModule, typeof i6.KvLoaderModule, typeof i7.KvLoginModule, typeof i8.KvMenuModule, typeof i9.KvModalModule, typeof i10.KvOrgchartModule, typeof i11.KvPageFormModule, typeof i12.KvPickListModule, typeof i13.KvProgressBarModule, typeof i14.KvTableModule, typeof i15.KvTreetableModule, typeof i16.KvtreeViewModule, typeof i17.KvWorkspaceModule, typeof i18.KvStepperModule], [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvCarouselModule, typeof i4.KvChartModule, typeof i5.KvInputsModule, typeof i6.KvLoaderModule, typeof i7.KvLoginModule, typeof i8.KvMenuModule, typeof i9.KvModalModule, typeof i10.KvOrgchartModule, typeof i11.KvPageFormModule, typeof i12.KvPickListModule, typeof i13.KvProgressBarModule, typeof i19.KvTableEditModule, typeof i14.KvTableModule, typeof i15.KvTreetableModule, typeof i16.KvtreeViewModule, typeof i17.KvWorkspaceModule, typeof i18.KvStepperModule]>;
|
|
23
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<KeevoComponentsModule>;
|
|
24
25
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
2
2
|
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
3
|
-
import { AplicativoModel, MasterComboModel, MenuModel } from 'keevo-api-services-keevocenter';
|
|
4
3
|
import { OverlayPanel } from 'primeng/overlaypanel';
|
|
5
4
|
import { Sidebar } from 'primeng/sidebar';
|
|
5
|
+
import { AplicativoModel } from '../../api/models/aplicativo-model';
|
|
6
|
+
import { MasterComboModel } from '../../api/models/master-combo-model';
|
|
7
|
+
import { MenuModel } from '../../api/models/menu-model';
|
|
6
8
|
import * as i0 from "@angular/core";
|
|
7
9
|
export declare class KvMenuComponent implements OnInit {
|
|
8
10
|
private cdr;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EventEmitter, Type } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class KvStepperComponent {
|
|
4
|
+
panels: KvStepperPanel[];
|
|
5
|
+
activeStep: number;
|
|
6
|
+
orientation: 'vertical' | 'horizontal';
|
|
7
|
+
linear: boolean;
|
|
8
|
+
btnConcluir: boolean;
|
|
9
|
+
activeStepChange: EventEmitter<number>;
|
|
10
|
+
concluirCallback: EventEmitter<void>;
|
|
11
|
+
onActiveStepChange(step: number): void;
|
|
12
|
+
assignIdsToPanels(): void;
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KvStepperComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvStepperComponent, "kv-stepper", never, { "panels": { "alias": "panels"; "required": false; }; "activeStep": { "alias": "activeStep"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "linear": { "alias": "linear"; "required": false; }; "btnConcluir": { "alias": "btnConcluir"; "required": false; }; }, { "activeStepChange": "activeStepChange"; "concluirCallback": "concluirCallback"; }, never, never, false, never>;
|
|
16
|
+
}
|
|
17
|
+
export interface KvStepperPanel {
|
|
18
|
+
id: number;
|
|
19
|
+
header: string;
|
|
20
|
+
contentTemplate: Type<any>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./kv-stepper.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../../api/modules/primeng.module";
|
|
5
|
+
import * as i4 from "primeng/stepper";
|
|
6
|
+
export declare class KvStepperModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KvStepperModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvStepperModule, [typeof i1.KvStepperComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule, typeof i4.StepperModule], [typeof i1.KvStepperComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KvStepperModule>;
|
|
10
|
+
}
|
|
@@ -99,7 +99,7 @@ export declare class KvTableComponent implements OnInit {
|
|
|
99
99
|
addColumn(field: string): void;
|
|
100
100
|
dinamicColumnSet(e: any, col: any): void;
|
|
101
101
|
checkMenuFiltro(col: any): void;
|
|
102
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
102
|
+
sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
|
|
103
103
|
callDisabled(action: KvMenuItem, data: any): boolean;
|
|
104
104
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
105
105
|
checkHideColumns(): void;
|
|
@@ -35,15 +35,13 @@ export declare class KvTableEditComponent implements OnInit, OnChanges {
|
|
|
35
35
|
isTableScrollable: boolean;
|
|
36
36
|
rowTrackBy: Function;
|
|
37
37
|
responsiveLayout: boolean;
|
|
38
|
-
espacamentoPai: string;
|
|
39
|
-
espacamentoLateral: boolean;
|
|
40
38
|
tamanhoTotalTabela: number;
|
|
41
39
|
editMode: 'row' | 'cell';
|
|
42
40
|
isEditing: boolean;
|
|
43
41
|
isShowSizes: boolean;
|
|
44
42
|
private itemsParaSalvamento;
|
|
43
|
+
protected itemInitialState: any;
|
|
45
44
|
enableSizes: boolean;
|
|
46
|
-
onFilter: EventEmitter<any>;
|
|
47
45
|
_templates: any;
|
|
48
46
|
tamanhoTela: number;
|
|
49
47
|
selecteIems: any[];
|
|
@@ -64,6 +62,7 @@ export declare class KvTableEditComponent implements OnInit, OnChanges {
|
|
|
64
62
|
doubleClickEvent: EventEmitter<any>;
|
|
65
63
|
filterField: EventEmitter<any>;
|
|
66
64
|
onSwitchTableChange: EventEmitter<any>;
|
|
65
|
+
onFilter: EventEmitter<any>;
|
|
67
66
|
constructor(datePipe: DatePipe, decimalPipe: DecimalPipe, cpfCnpjPipe: CpfCnpjPipe, telefonePipe: TelefonePipe, notificationService: NotificationService);
|
|
68
67
|
selectedProduct: any;
|
|
69
68
|
items: MenuItem[];
|
|
@@ -84,6 +83,7 @@ export declare class KvTableEditComponent implements OnInit, OnChanges {
|
|
|
84
83
|
isRowSelectable(event: any): boolean;
|
|
85
84
|
ngOnChanges(changes: SimpleChanges): void;
|
|
86
85
|
onRowEditInit(rowData: any): void;
|
|
86
|
+
onEditInit(event1: any): void;
|
|
87
87
|
onEditComplete(event: any): void;
|
|
88
88
|
adicionarCelulaParaSalvar(item: any): void;
|
|
89
89
|
onRowEditSave(): void;
|
|
@@ -127,5 +127,5 @@ export declare class KvTableEditComponent implements OnInit, OnChanges {
|
|
|
127
127
|
isDisableEditRowCellFunction(rowData: any, col: any): boolean;
|
|
128
128
|
isEditableTable(): boolean | null;
|
|
129
129
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvTableEditComponent, never>;
|
|
130
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvTableEditComponent, "kv-table-edit", never, { "setConfig": { "alias": "config"; "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; }; "acoesLinhaTabela": { "alias": "acoesLinhaTabela"; "required": false; }; "filterColumnsBtn": { "alias": "filterColumnsBtn"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; "
|
|
130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvTableEditComponent, "kv-table-edit", never, { "setConfig": { "alias": "config"; "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; }; "acoesLinhaTabela": { "alias": "acoesLinhaTabela"; "required": false; }; "filterColumnsBtn": { "alias": "filterColumnsBtn"; "required": false; }; "filtrosAvancados": { "alias": "filtrosAvancados"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "isTableScrollable": { "alias": "isTableScrollable"; "required": false; }; "rowTrackBy": { "alias": "rowTrackBy"; "required": false; }; "responsiveLayout": { "alias": "responsiveLayout"; "required": false; }; "tamanhoTotalTabela": { "alias": "tamanhoTotalTabela"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; }; "enableSizes": { "alias": "enableSizes"; "required": false; }; "_templates": { "alias": "templates"; "required": false; }; }, { "onSave": "onSave"; "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "onSwitchTableChange": "onSwitchTableChange"; "onFilter": "onFilter"; }, never, ["*"], false, never>;
|
|
131
131
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keevo-components",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.72",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^17.3.8",
|
|
6
6
|
"@angular/core": "^17.3.8",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"chart.js": "^4.4.2",
|
|
10
10
|
"d3-org-chart": "^3.1.1",
|
|
11
11
|
"d3": "^7.9.0",
|
|
12
|
-
"keevo-api-services-keevocenter": "^0.0.
|
|
12
|
+
"keevo-api-services-keevocenter": "^0.0.62",
|
|
13
13
|
"ngx-loading": "^17.0.0",
|
|
14
14
|
"primeflex": "^3.3.1",
|
|
15
15
|
"primeicons": "^7.0.0",
|
package/public-api.d.ts
CHANGED
|
@@ -161,3 +161,8 @@ export * from './lib/components/kv-progress-bar/kv-progress-bar.module';
|
|
|
161
161
|
*/
|
|
162
162
|
export * from './lib/components/kv-modal/kv-modal.component';
|
|
163
163
|
export * from './lib/components/kv-modal/kv-modal.module';
|
|
164
|
+
/**
|
|
165
|
+
* Stepper
|
|
166
|
+
*/
|
|
167
|
+
export * from './lib/components/kv-stepper/kv-stepper.component';
|
|
168
|
+
export * from './lib/components/kv-stepper/kv-stepper.module';
|