keevo-components 1.8.150 → 1.8.152
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-inputs/kv-switch/kv-switch.component.mjs +4 -7
- package/esm2022/lib/components/kv-table/kv-table.component.mjs +6 -3
- package/esm2022/lib/components/kv-workspace/kv-workspace.component.mjs +1 -1
- package/fesm2022/keevo-components.mjs +9 -9
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-inputs/kv-switch/kv-switch.component.d.ts +2 -3
- package/lib/components/kv-table/kv-table.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { EventEmitter
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { BaseComponentInput } from '../../../api/base-components/base-component-input';
|
|
3
3
|
import { ComponentService } from '../../../api/services/component.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class KvSwitchComponent extends BaseComponentInput<boolean>
|
|
5
|
+
export declare class KvSwitchComponent extends BaseComponentInput<boolean> {
|
|
6
6
|
readonly: boolean;
|
|
7
7
|
switchValue: boolean;
|
|
8
8
|
onSwitchChange: EventEmitter<any>;
|
|
9
9
|
constructor(componentService: ComponentService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
10
|
emitOnSwitchChange(event: any): void;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvSwitchComponent, never>;
|
|
13
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<KvSwitchComponent, "kv-switch", never, { "readonly": { "alias": "readonly"; "required": false; }; "switchValue": { "alias": "switchValue"; "required": false; }; }, { "onSwitchChange": "onSwitchChange"; }, never, never, false, never>;
|
|
@@ -55,6 +55,7 @@ export declare class KvTableComponent implements OnInit, DoCheck {
|
|
|
55
55
|
tableCaptalized: boolean;
|
|
56
56
|
rowTrackBy: Function;
|
|
57
57
|
responsiveLayout: boolean;
|
|
58
|
+
disabledHeaderCheckbox: boolean;
|
|
58
59
|
onActiveItem: EventEmitter<any>;
|
|
59
60
|
onActiveItemLote: EventEmitter<any>;
|
|
60
61
|
onPaginate: EventEmitter<TablePaginate>;
|
|
@@ -108,5 +109,5 @@ export declare class KvTableComponent implements OnInit, DoCheck {
|
|
|
108
109
|
createTableActions(): void;
|
|
109
110
|
onSort(e: any): void;
|
|
110
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvTableComponent, never>;
|
|
111
|
-
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; }; }, { "onActiveItem": "onActiveItem"; "onActiveItemLote": "onActiveItemLote"; "onPaginate": "onPaginate"; "onSelectionChange": "onSelectionChange"; "doubleClickEvent": "doubleClickEvent"; "filterField": "filterField"; "onSwitchTableChange": "onSwitchTableChange"; }, ["templates"], ["*"], false, 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>;
|
|
112
113
|
}
|