keevo-components 1.8.329 → 1.8.330
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/api/services/breadcrumbs.service.mjs +10 -21
- package/esm2022/lib/api/services/chat.service.mjs +1 -1
- package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +21 -8
- package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +2 -2
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +6 -3
- package/fesm2022/keevo-components.mjs +48 -43
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-inputs/kv-input-text/kv-input-text.component.d.ts +2 -1
- package/lib/components/kv-table/kv-table.component.d.ts +1 -1
- package/lib/components/kv-table-expandable/kv-table-expandable.component.d.ts +1 -1
- package/lib/components/kv-tree-table/kv-tree-table.component.d.ts +2 -1
- package/package.json +2 -9
|
@@ -3,8 +3,9 @@ import { BaseComponentInput } from '../../../api/base-components/base-component-
|
|
|
3
3
|
import { ComponentService } from '../../../api/services/component.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class KvInputTextComponent extends BaseComponentInput<string> implements OnInit {
|
|
6
|
-
constructor(componentService: ComponentService);
|
|
7
6
|
textCaptalized: boolean;
|
|
7
|
+
constructor(componentService: ComponentService);
|
|
8
|
+
ngOnInit(): void;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvInputTextComponent, never>;
|
|
9
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<KvInputTextComponent, "kv-input-text", never, { "textCaptalized": { "alias": "textCaptalized"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
10
11
|
}
|
|
@@ -127,7 +127,7 @@ export declare class KvTableComponent implements OnInit, DoCheck, AfterViewInit
|
|
|
127
127
|
onClickEvent(event: any): void;
|
|
128
128
|
styleSetter(style: string, data: string): void;
|
|
129
129
|
checkMenuFiltro(col: any): void;
|
|
130
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
130
|
+
sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
|
|
131
131
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
132
132
|
checkHideColumns(): void;
|
|
133
133
|
getCustomTemplate(templatename: string): TemplateRef<any>;
|
|
@@ -64,7 +64,7 @@ export declare class KvTableExpandableComponent implements OnInit, DoCheck {
|
|
|
64
64
|
onGlobalFilter(table: Table, event: Event): void;
|
|
65
65
|
executeCollapsed(): void;
|
|
66
66
|
checkMenuFiltro(col: any): void;
|
|
67
|
-
sortByPosition(): (elem1: any, elem2: any) =>
|
|
67
|
+
sortByPosition(): (elem1: any, elem2: any) => 0 | 1 | -1;
|
|
68
68
|
dinamicDisableColumn(col: TableConfigColumn): boolean;
|
|
69
69
|
dinamicColumnSet(e: any, col: any): void;
|
|
70
70
|
addColumn(field: string): void;
|
|
@@ -25,6 +25,7 @@ export declare class KvTreetableComponent {
|
|
|
25
25
|
textoEmptyMessage: string;
|
|
26
26
|
childrenRecoil: boolean;
|
|
27
27
|
showHeader: boolean;
|
|
28
|
+
scrollHeight: string;
|
|
28
29
|
constructor(elementRef: ElementRef);
|
|
29
30
|
/**
|
|
30
31
|
* @deprecated O valor de pageLinks é atribuído de acordo com o tamanho da tela, essa propriedade não está sendo utilizada
|
|
@@ -74,5 +75,5 @@ export declare class KvTreetableComponent {
|
|
|
74
75
|
align(col: TableConfigColumn): string;
|
|
75
76
|
resetTreeTable(): void;
|
|
76
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvTreetableComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvTreetableComponent, "kv-tree-table", never, { "disableRowNodeSticky": { "alias": "disableRowNodeSticky"; "required": false; }; "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; }; "showHeader": { "alias": "showHeader"; "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>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvTreetableComponent, "kv-tree-table", never, { "disableRowNodeSticky": { "alias": "disableRowNodeSticky"; "required": false; }; "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; }; "showHeader": { "alias": "showHeader"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "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>;
|
|
78
79
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "keevo-components",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.330",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^17.3.8",
|
|
6
6
|
"@angular/core": "^17.3.8",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"ngx-loading": "^17.0.0",
|
|
13
13
|
"primeflex": "^3.3.1",
|
|
14
14
|
"primeicons": "^7.0.0",
|
|
15
|
-
"primeng": "
|
|
15
|
+
"primeng": "17.17.0",
|
|
16
16
|
"quill": "^2.0.2",
|
|
17
17
|
"vkbeautify": "^0.99.3",
|
|
18
18
|
"@types/vkbeautify": "^0.99.4"
|
|
@@ -22,13 +22,6 @@
|
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"description": "Componentes utilizados no frontend dos sistemas da Keevo Software.",
|
|
25
|
-
"author": {
|
|
26
|
-
"name": "Rafael",
|
|
27
|
-
"url": "https://github.com/rafaelalvesmds"
|
|
28
|
-
},
|
|
29
|
-
"keywords": [
|
|
30
|
-
"keevo components library"
|
|
31
|
-
],
|
|
32
25
|
"module": "fesm2022/keevo-components.mjs",
|
|
33
26
|
"typings": "index.d.ts",
|
|
34
27
|
"exports": {
|