keevo-components 1.7.10 → 1.7.12
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/carousel/carousel.component.mjs +92 -0
- package/esm2022/lib/carousel/kv-carousel.module.mjs +28 -0
- package/esm2022/lib/inputs/input-text-checkbox/input-text-checkbox.component.mjs +3 -3
- package/esm2022/lib/inputs/multi-select/multi-select.component.mjs +6 -3
- package/esm2022/lib/keevo-components.module.mjs +14 -7
- package/esm2022/lib/label/label.component.mjs +3 -3
- package/esm2022/lib/label/label.module.mjs +1 -1
- package/esm2022/lib/table/table.component.mjs +21 -2
- package/esm2022/lib/workspace/workspace.component.mjs +1 -1
- package/esm2022/public-api.mjs +6 -1
- package/fesm2022/keevo-components.mjs +154 -15
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/carousel/carousel.component.d.ts +16 -0
- package/lib/carousel/kv-carousel.module.d.ts +9 -0
- package/lib/inputs/multi-select/multi-select.component.d.ts +2 -1
- package/lib/keevo-components.module.d.ts +2 -1
- package/lib/table/table.component.d.ts +2 -1
- package/package.json +1 -1
- package/public-api.d.ts +5 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CarouselComponent implements OnInit {
|
|
4
|
+
carouselData: any[];
|
|
5
|
+
exibirCarousel: boolean;
|
|
6
|
+
tamanhoTela: number;
|
|
7
|
+
imageHeight: string;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
onWindowResize(): void;
|
|
11
|
+
ImageSizeTake(): void;
|
|
12
|
+
listarCarousel(): void;
|
|
13
|
+
validarCarousel(res: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "kv-carousel", never, { "carouselData": { "alias": "carouselData"; "required": false; }; "exibirCarousel": { "alias": "exibirCarousel"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./carousel.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../api/modules/primeng.module";
|
|
5
|
+
export declare class KvCarouselModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KvCarouselModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KvCarouselModule, [typeof i1.CarouselComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule], [typeof i1.CarouselComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KvCarouselModule>;
|
|
9
|
+
}
|
|
@@ -5,10 +5,11 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class MultiSelectComponent extends BaseComponentMultiSelect {
|
|
6
6
|
optionInactive: boolean;
|
|
7
7
|
group: boolean;
|
|
8
|
+
maxSelectedLabels: number;
|
|
8
9
|
itemTemplate: TemplateRef<any>;
|
|
9
10
|
inactiveOptions: string;
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
constructor(componentService: ComponentService);
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "kv-multi-select", never, { "optionInactive": { "alias": "optionInactive"; "required": false; }; "group": { "alias": "group"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "kv-multi-select", never, { "optionInactive": { "alias": "optionInactive"; "required": false; }; "group": { "alias": "group"; "required": false; }; "maxSelectedLabels": { "alias": "maxSelectedLabels"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
15
|
}
|
|
@@ -13,8 +13,9 @@ import * as i11 from "./login/kvlogin.module";
|
|
|
13
13
|
import * as i12 from "./page-form/kv-page-form.module";
|
|
14
14
|
import * as i13 from "./loader/kvloader.module";
|
|
15
15
|
import * as i14 from "./avatar/kv-avatar.module";
|
|
16
|
+
import * as i15 from "./carousel/kv-carousel.module";
|
|
16
17
|
export declare class KeevoComponentsModule {
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeevoComponentsModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvInputsModule, typeof i2.KvButtonsModule, typeof i3.KvTableModule, typeof i4.KvtreeViewModule, typeof i5.KvChartModule, typeof i6.KvMenuModule, typeof i7.KvPickListModule, typeof i8.KVTreeTableModule, typeof i9.KvWorkspaceModule, typeof i10.OrgchartModule, typeof i11.KvLoginModule, typeof i12.KvPageFormModule, typeof i13.KvLoaderModule, typeof i14.KvAvatarModule], [typeof i1.KvInputsModule, typeof i2.KvButtonsModule, typeof i3.KvTableModule, typeof i4.KvtreeViewModule, typeof i5.KvChartModule, typeof i6.KvMenuModule, typeof i7.KvPickListModule, typeof i8.KVTreeTableModule, typeof i9.KvWorkspaceModule, typeof i10.OrgchartModule, typeof i11.KvLoginModule, typeof i12.KvPageFormModule, typeof i13.KvLoaderModule, typeof i14.KvAvatarModule]>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvInputsModule, typeof i2.KvButtonsModule, typeof i3.KvTableModule, typeof i4.KvtreeViewModule, typeof i5.KvChartModule, typeof i6.KvMenuModule, typeof i7.KvPickListModule, typeof i8.KVTreeTableModule, typeof i9.KvWorkspaceModule, typeof i10.OrgchartModule, typeof i11.KvLoginModule, typeof i12.KvPageFormModule, typeof i13.KvLoaderModule, typeof i14.KvAvatarModule, typeof i15.KvCarouselModule], [typeof i1.KvInputsModule, typeof i2.KvButtonsModule, typeof i3.KvTableModule, typeof i4.KvtreeViewModule, typeof i5.KvChartModule, typeof i6.KvMenuModule, typeof i7.KvPickListModule, typeof i8.KVTreeTableModule, typeof i9.KvWorkspaceModule, typeof i10.OrgchartModule, typeof i11.KvLoginModule, typeof i12.KvPageFormModule, typeof i13.KvLoaderModule, typeof i14.KvAvatarModule, typeof i15.KvCarouselModule]>;
|
|
19
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<KeevoComponentsModule>;
|
|
20
21
|
}
|
|
@@ -36,6 +36,7 @@ export declare class TableComponent implements OnInit {
|
|
|
36
36
|
table: Table;
|
|
37
37
|
deletedColumnsIndex: any[];
|
|
38
38
|
set setConfig(value: TableConfig);
|
|
39
|
+
defaultSortField: string;
|
|
39
40
|
dataSource: any;
|
|
40
41
|
selectedItems: any[];
|
|
41
42
|
totalRecords: number;
|
|
@@ -107,5 +108,5 @@ export declare class TableComponent implements OnInit {
|
|
|
107
108
|
isButtonDisable(action: any, rowData: any, commandEvent: any): any;
|
|
108
109
|
onSwitchChange(estado: any, rowData: boolean): void;
|
|
109
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "kv-table", never, { "_templates": { "alias": "templates"; "required": false; }; "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; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "filtrosAvancadosEmit": "filtrosAvancadosEmit"; "onSwitchTableChange": "onSwitchTableChange"; }, ["templates"], ["*"], false, never>;
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "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; }; "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; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "filtrosAvancadosEmit": "filtrosAvancadosEmit"; "onSwitchTableChange": "onSwitchTableChange"; }, ["templates"], ["*"], false, never>;
|
|
111
112
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -138,3 +138,8 @@ export * from './lib/loader/loader.service';
|
|
|
138
138
|
*/
|
|
139
139
|
export * from './lib/avatar/avatar.component';
|
|
140
140
|
export * from './lib/avatar/kv-avatar.module';
|
|
141
|
+
/**
|
|
142
|
+
* Carousel
|
|
143
|
+
*/
|
|
144
|
+
export * from './lib/carousel/carousel.component';
|
|
145
|
+
export * from './lib/carousel/kv-carousel.module';
|