keevo-components 1.8.501 → 1.8.502

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.
Files changed (40) hide show
  1. package/esm2022/lib/components/keevo-components.module.mjs +14 -7
  2. package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +2 -2
  3. package/esm2022/lib/components/kv-button/kv-button.component.mjs +2 -2
  4. package/esm2022/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.mjs +2 -2
  5. package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +3 -3
  6. package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +2 -2
  7. package/esm2022/lib/components/kv-icon/kv-icon.component.mjs +23 -0
  8. package/esm2022/lib/components/kv-icon/kv-icon.module.mjs +24 -0
  9. package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +2 -2
  10. package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +2 -2
  11. package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +2 -2
  12. package/esm2022/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.mjs +2 -2
  13. package/esm2022/lib/components/kv-inputs/kv-input-number/kv-input-number.component.mjs +2 -2
  14. package/esm2022/lib/components/kv-inputs/kv-input-password/kv-input-password.component.mjs +2 -2
  15. package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +2 -2
  16. package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +2 -2
  17. package/esm2022/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.mjs +2 -2
  18. package/esm2022/lib/components/kv-inputs/kv-input-time/kv-input-time.component.mjs +2 -2
  19. package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +2 -2
  20. package/esm2022/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.mjs +2 -2
  21. package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +2 -2
  22. package/esm2022/lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component.mjs +2 -2
  23. package/esm2022/lib/components/kv-layout/dropdown-master/dropdown-master.component.mjs +5 -4
  24. package/esm2022/lib/components/kv-layout/kv-layout.module.mjs +22 -4
  25. package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +74 -24
  26. package/esm2022/lib/components/kv-layout/top-icons/top-icons.component.mjs +18 -0
  27. package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +3 -15
  28. package/esm2022/public-api.mjs +6 -1
  29. package/fesm2022/keevo-components.mjs +215 -104
  30. package/fesm2022/keevo-components.mjs.map +1 -1
  31. package/lib/components/keevo-components.module.d.ts +3 -2
  32. package/lib/components/kv-icon/kv-icon.component.d.ts +12 -0
  33. package/lib/components/kv-icon/kv-icon.module.d.ts +8 -0
  34. package/lib/components/kv-layout/kv-layout.module.d.ts +7 -4
  35. package/lib/components/kv-layout/layout/kv-layout.component.d.ts +27 -27
  36. package/lib/components/kv-layout/top-icons/top-icons.component.d.ts +13 -0
  37. package/lib/components/kv-pick-list/kv-pick-list.component.d.ts +1 -5
  38. package/package.json +1 -1
  39. package/public-api.d.ts +5 -0
  40. package/src/lib/components/keevo-components-styles.scss +44 -0
@@ -26,9 +26,10 @@ import * as i24 from "./kv-file-viewer/kv-file-viewer.module";
26
26
  import * as i25 from "./kv-file-viewer-novo/kv-file-viewer-novo.module";
27
27
  import * as i26 from "./kv-filter-fieldset/kv-filter-fieldset.module";
28
28
  import * as i27 from "./kv-card-selection/kv-card-selection.module";
29
- import * as i28 from "./kv-table-edit/kv-table-edit.module";
29
+ import * as i28 from "./kv-icon/kv-icon.module";
30
+ import * as i29 from "./kv-table-edit/kv-table-edit.module";
30
31
  export declare class KeevoComponentsModule {
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<KeevoComponentsModule, never>;
32
- static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i25.KvFileViewerNovoModule, typeof i26.KvFilterFieldsetModule, typeof i27.KvCardSelectionModule], [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i28.KvTableEditModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i26.KvFilterFieldsetModule, typeof i25.KvFileViewerNovoModule, typeof i27.KvCardSelectionModule]>;
33
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KeevoComponentsModule, never, [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i25.KvFileViewerNovoModule, typeof i26.KvFilterFieldsetModule, typeof i27.KvCardSelectionModule, typeof i28.KvIconModule], [typeof i1.KvAvatarModule, typeof i2.KvButtonsModule, typeof i3.KvButtonModule, typeof i4.KvCarouselModule, typeof i5.KvChartModule, typeof i6.KvInputsModule, typeof i7.KvLoaderModule, typeof i8.KvLoginModule, typeof i9.KvLayoutModule, typeof i10.KvModalModule, typeof i11.KvOrgchartModule, typeof i12.KvPageFormModule, typeof i13.KvPickListModule, typeof i14.KvProgressBarModule, typeof i29.KvTableEditModule, typeof i15.KvTableModule, typeof i16.KvTreetableModule, typeof i17.KvtreeViewModule, typeof i18.KvWorkspaceModule, typeof i19.KvStepperModule, typeof i20.KvImageUploadModule, typeof i21.KvTableExpandableModule, typeof i22.KvGIconModule, typeof i23.KvFilterCardModule, typeof i24.KvFileViewerModule, typeof i26.KvFilterFieldsetModule, typeof i25.KvFileViewerNovoModule, typeof i27.KvCardSelectionModule, typeof i28.KvIconModule]>;
33
34
  static ɵinj: i0.ɵɵInjectorDeclaration<KeevoComponentsModule>;
34
35
  }
@@ -0,0 +1,12 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class KvIconComponent {
4
+ icon: import("@angular/core").InputSignal<string | undefined>;
5
+ numNotifications: import("@angular/core").InputSignal<number>;
6
+ onClick: import("@angular/core").OutputEmitterRef<EventEmitter<any>>;
7
+ img: import("@angular/core").InputSignal<string | undefined>;
8
+ clickable: import("@angular/core").InputSignal<boolean>;
9
+ click(e: any): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvIconComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvIconComponent, "kv-icon", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "numNotifications": { "alias": "numNotifications"; "required": false; "isSignal": true; }; "img": { "alias": "img"; "required": false; "isSignal": true; }; "clickable": { "alias": "clickable"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, never, false, never>;
12
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./kv-icon.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class KvIconModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvIconModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvIconModule, [typeof i1.KvIconComponent], [typeof i2.CommonModule], [typeof i1.KvIconComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<KvIconModule>;
8
+ }
@@ -4,11 +4,14 @@ import * as i2 from "./layout/kv-layout.component";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../kv-buttons/kv-button.module";
7
- import * as i6 from "../kv-inputs/kv-inputs.module";
8
- import * as i7 from "../../api/pipes/pipes.module";
9
- import * as i8 from "../../api/modules/primeng.module";
7
+ import * as i6 from "../kv-button/kv-button.module";
8
+ import * as i7 from "../kv-icon/kv-icon.module";
9
+ import * as i8 from "../kv-inputs/kv-inputs.module";
10
+ import * as i9 from "../../api/pipes/pipes.module";
11
+ import * as i10 from "../../api/modules/primeng.module";
12
+ import * as i11 from "./top-icons/top-icons.component";
10
13
  export declare class KvLayoutModule {
11
14
  static ɵfac: i0.ɵɵFactoryDeclaration<KvLayoutModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<KvLayoutModule, [typeof i1.DropdownMasterComponent, typeof i2.KvLayoutComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.KvButtonsModule, typeof i6.KvInputsModule, typeof i7.PipesModule, typeof i8.PrimeNgModule, typeof i4.ReactiveFormsModule], [typeof i2.KvLayoutComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvLayoutModule, [typeof i1.DropdownMasterComponent, typeof i2.KvLayoutComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.KvButtonsModule, typeof i6.KvButtonModule, typeof i7.KvIconModule, typeof i8.KvInputsModule, typeof i9.PipesModule, typeof i10.PrimeNgModule, typeof i4.ReactiveFormsModule, typeof i11.TopIconsComponent, typeof i6.KvButtonModule, typeof i10.PrimeNgModule], [typeof i2.KvLayoutComponent]>;
13
16
  static ɵinj: i0.ɵɵInjectorDeclaration<KvLayoutModule>;
14
17
  }
@@ -3,7 +3,26 @@ import { ChangeDetectorRef, EventEmitter, OnChanges, OnInit, SimpleChanges, Temp
3
3
  import { OverlayPanel } from 'primeng/overlaypanel';
4
4
  import { Sidebar } from 'primeng/sidebar';
5
5
  import { FormBuilder, FormGroup } from '@angular/forms';
6
+ import { TopActionsModel } from '../top-icons/top-icons.component';
7
+ import { MenuItem } from 'primeng/api';
6
8
  import * as i0 from "@angular/core";
9
+ export interface LayoutMenuItem {
10
+ idmenu: number;
11
+ idmenupai: number | null;
12
+ idaplicativo: number;
13
+ descricaomenu: string;
14
+ link: string | null;
15
+ icone: string | null;
16
+ indpublicado: boolean;
17
+ indmenupai: boolean;
18
+ listaidvisaomenu: number[];
19
+ bgColor?: string;
20
+ textColor?: string;
21
+ }
22
+ export interface PMenuItem {
23
+ label: string;
24
+ items: PMenuItem[];
25
+ }
7
26
  export declare class KvLayoutComponent implements OnInit, OnChanges {
8
27
  private cdr;
9
28
  private fb;
@@ -25,6 +44,7 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
25
44
  label: string;
26
45
  action: () => void;
27
46
  }[];
47
+ topActions: import("@angular/core").InputSignal<TopActionsModel[]>;
28
48
  breadCrumbItems: {
29
49
  label: string;
30
50
  routerLink: string;
@@ -35,19 +55,10 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
35
55
  nome: string;
36
56
  idmasternome: string;
37
57
  }[];
38
- menus: {
39
- idmenu: number;
40
- idmenupai: number | null;
41
- idaplicativo: number;
42
- descricaomenu: string;
43
- link: string | null;
44
- icone: string | null;
45
- indpublicado: boolean;
46
- indmenupai: boolean;
47
- listaidvisaomenu: number[];
48
- bgColor?: string;
49
- textColor?: string;
50
- }[];
58
+ menus: import("@angular/core").ModelSignal<LayoutMenuItem[]>;
59
+ menuPModels: import("@angular/core").Signal<MenuItem[]>;
60
+ ver(x: any): void;
61
+ returnMenuChilds: import("@angular/core").Signal<(idmenu: number) => MenuItem[]>;
51
62
  expandMenu: import("@angular/core").ModelSignal<boolean>;
52
63
  logoMenuExpand: any;
53
64
  logoMenuHide: any;
@@ -60,6 +71,7 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
60
71
  showDropdownLicenca: boolean;
61
72
  showMenu: boolean;
62
73
  showTrocaEmpresa: boolean;
74
+ showBreadcrumb: boolean;
63
75
  userName: string;
64
76
  masterName: string;
65
77
  empresaName: string;
@@ -100,24 +112,12 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
100
112
  onWindowResize(): void;
101
113
  isSelectedMenuPai(menu: any): boolean;
102
114
  selecionarMenu(): void;
103
- returnMenuChild(idmenu: number): {
104
- idmenu: number;
105
- idmenupai: number | null;
106
- idaplicativo: number;
107
- descricaomenu: string;
108
- link: string | null;
109
- icone: string | null;
110
- indpublicado: boolean;
111
- indmenupai: boolean;
112
- listaidvisaomenu: number[];
113
- bgColor?: string | undefined;
114
- textColor?: string | undefined;
115
- }[];
115
+ returnMenuChild(idmenu: number): LayoutMenuItem[];
116
116
  selectApp(idaplicativo: number): void;
117
117
  showLicencas(): boolean;
118
118
  toggleMenu(): void;
119
119
  navigateToDefaultRoute(): void;
120
120
  get exibirNomes(): string | false;
121
121
  static ɵfac: i0.ɵɵFactoryDeclaration<KvLayoutComponent, never>;
122
- static ɵcmp: i0.ɵɵComponentDeclaration<KvLayoutComponent, "kv-layout", never, { "apps": { "alias": "apps"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "breadCrumbItems": { "alias": "breadCrumbItems"; "required": false; }; "masters": { "alias": "masters"; "required": false; }; "menus": { "alias": "menus"; "required": false; }; "expandMenu": { "alias": "expandMenu"; "required": false; "isSignal": true; }; "logoMenuExpand": { "alias": "logoMenuExpand"; "required": false; }; "logoMenuHide": { "alias": "logoMenuHide"; "required": false; }; "selectedApp": { "alias": "selectedApp"; "required": false; }; "selectedEmpresa": { "alias": "selectedEmpresa"; "required": false; }; "selectedMaster": { "alias": "selectedMaster"; "required": false; }; "showButtonApps": { "alias": "showButtonApps"; "required": false; }; "showButtonUser": { "alias": "showButtonUser"; "required": false; }; "showExpandMenu": { "alias": "showExpandMenu"; "required": false; }; "showDropdownLicenca": { "alias": "showDropdownLicenca"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; "showTrocaEmpresa": { "alias": "showTrocaEmpresa"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "masterName": { "alias": "masterName"; "required": false; }; "empresaName": { "alias": "empresaName"; "required": false; }; }, { "expandMenu": "expandMenuChange"; "accessKeePassEmit": "accessKeePassEmit"; "changeEmpresaEmit": "changeEmpresaEmit"; "changeLicenseEmit": "changeLicenseEmit"; "expandMenuEmit": "expandMenuEmit"; "logoutEmit": "logoutEmit"; "selectAppEmit": "selectAppEmit"; "navigateToDefaultRouteEmit": "navigateToDefaultRouteEmit"; }, ["topMenuActions"], ["*"], false, never>;
122
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvLayoutComponent, "kv-layout", never, { "apps": { "alias": "apps"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "topActions": { "alias": "topActions"; "required": false; "isSignal": true; }; "breadCrumbItems": { "alias": "breadCrumbItems"; "required": false; }; "masters": { "alias": "masters"; "required": false; }; "menus": { "alias": "menus"; "required": false; "isSignal": true; }; "expandMenu": { "alias": "expandMenu"; "required": false; "isSignal": true; }; "logoMenuExpand": { "alias": "logoMenuExpand"; "required": false; }; "logoMenuHide": { "alias": "logoMenuHide"; "required": false; }; "selectedApp": { "alias": "selectedApp"; "required": false; }; "selectedEmpresa": { "alias": "selectedEmpresa"; "required": false; }; "selectedMaster": { "alias": "selectedMaster"; "required": false; }; "showButtonApps": { "alias": "showButtonApps"; "required": false; }; "showButtonUser": { "alias": "showButtonUser"; "required": false; }; "showExpandMenu": { "alias": "showExpandMenu"; "required": false; }; "showDropdownLicenca": { "alias": "showDropdownLicenca"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; "showTrocaEmpresa": { "alias": "showTrocaEmpresa"; "required": false; }; "showBreadcrumb": { "alias": "showBreadcrumb"; "required": false; }; "userName": { "alias": "userName"; "required": false; }; "masterName": { "alias": "masterName"; "required": false; }; "empresaName": { "alias": "empresaName"; "required": false; }; }, { "menus": "menusChange"; "expandMenu": "expandMenuChange"; "accessKeePassEmit": "accessKeePassEmit"; "changeEmpresaEmit": "changeEmpresaEmit"; "changeLicenseEmit": "changeLicenseEmit"; "expandMenuEmit": "expandMenuEmit"; "logoutEmit": "logoutEmit"; "selectAppEmit": "selectAppEmit"; "navigateToDefaultRouteEmit": "navigateToDefaultRouteEmit"; }, ["topMenuActions"], ["*"], false, never>;
123
123
  }
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ export interface TopActionsModel {
3
+ icon?: string;
4
+ tooltip?: string;
5
+ numNotifications?: number;
6
+ img?: string;
7
+ action: () => void;
8
+ }
9
+ export declare class TopIconsComponent {
10
+ topActions: import("@angular/core").InputSignal<TopActionsModel[]>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<TopIconsComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<TopIconsComponent, "kv-top-icons", never, { "topActions": { "alias": "topActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
13
+ }
@@ -27,8 +27,6 @@ export declare class KvPickListComponent implements OnInit {
27
27
  onMoveToTarget: EventEmitter<any>;
28
28
  onMoveAllToSource: EventEmitter<any>;
29
29
  onMoveAllToTarget: EventEmitter<any>;
30
- onSourceSelect: EventEmitter<any>;
31
- onTargetSelect: EventEmitter<any>;
32
30
  selectedPreview: any;
33
31
  ngModel: boolean;
34
32
  selectedItems: {
@@ -38,13 +36,11 @@ export declare class KvPickListComponent implements OnInit {
38
36
  OnMoveToTarget(event: any): void;
39
37
  OnMoveAllToSource(event: any): void;
40
38
  OnMoveAllToTarget(event: any): void;
41
- OnSourceSelect(event: any): void;
42
- OnTargetSelect(event: any): void;
43
39
  onSelectAll(): void;
44
40
  selectAllItems(isSelected: boolean): void;
45
41
  selectCheckBox(item: any): void;
46
42
  isItemSelected(item: any): boolean;
47
43
  ngOnInit(): void;
48
44
  static ɵfac: i0.ɵɵFactoryDeclaration<KvPickListComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<KvPickListComponent, "kv-picklist", never, { "itemIdField": { "alias": "itemIdField"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "dragdrop": { "alias": "dragdrop"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "source": { "alias": "source"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; "sourceStyle": { "alias": "sourceStyle"; "required": false; }; "stripedRows": { "alias": "stripedRows"; "required": false; }; "target": { "alias": "target"; "required": false; }; "targetHeader": { "alias": "targetHeader"; "required": false; }; "targetStyle": { "alias": "targetStyle"; "required": false; }; "showSourceControls": { "alias": "showSourceControls"; "required": false; }; "showTargetControls": { "alias": "showTargetControls"; "required": false; }; "showCheckBox": { "alias": "showCheckBox"; "required": false; }; }, { "onMoveToSource": "onMoveToSource"; "onMoveToTarget": "onMoveToTarget"; "onMoveAllToSource": "onMoveAllToSource"; "onMoveAllToTarget": "onMoveAllToTarget"; "onSourceSelect": "onSourceSelect"; "onTargetSelect": "onTargetSelect"; }, never, never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvPickListComponent, "kv-picklist", never, { "itemIdField": { "alias": "itemIdField"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "dragdrop": { "alias": "dragdrop"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "source": { "alias": "source"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; "sourceStyle": { "alias": "sourceStyle"; "required": false; }; "stripedRows": { "alias": "stripedRows"; "required": false; }; "target": { "alias": "target"; "required": false; }; "targetHeader": { "alias": "targetHeader"; "required": false; }; "targetStyle": { "alias": "targetStyle"; "required": false; }; "showSourceControls": { "alias": "showSourceControls"; "required": false; }; "showTargetControls": { "alias": "showTargetControls"; "required": false; }; "showCheckBox": { "alias": "showCheckBox"; "required": false; }; }, { "onMoveToSource": "onMoveToSource"; "onMoveToTarget": "onMoveToTarget"; "onMoveAllToSource": "onMoveAllToSource"; "onMoveAllToTarget": "onMoveAllToTarget"; }, never, never, false, never>;
50
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "1.8.501",
3
+ "version": "1.8.502",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -249,3 +249,8 @@ export * from './lib/components/kv-avatar/kv-avatar.module';
249
249
  */
250
250
  export * from './lib/components/kv-card-selection/kv-card-selection.component';
251
251
  export * from './lib/components/kv-card-selection/kv-card-selection.module';
252
+ /**
253
+ * Card Selection
254
+ */
255
+ export * from './lib/components/kv-icon/kv-icon.component';
256
+ export * from './lib/components/kv-icon/kv-icon.module';
@@ -2,17 +2,61 @@
2
2
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
3
3
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
4
4
 
5
+ @import url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css");
6
+ // @import url("./styles/tabler-icons.css");
7
+
5
8
  $font-family-keevo: "Inter var", "Inter", sans-serif;
6
9
 
7
10
  // Importar outras fontes
8
11
  @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
9
12
 
10
13
  ::ng-deep :root {
14
+ --kv-color-system: 10,58,120;
15
+ --kv-background-system: 248,250,253;
16
+ --kv-background-card: 255,255,255;
17
+
11
18
  --kv-primary-color: 41, 185, 45;
12
19
  --kv-secondary-color: 0, 37, 66;
13
20
  --kv-tertiary-color: 165, 165, 165;
14
21
  }
15
22
 
23
+ ::ng-deep .padrao {
24
+ --kv-color-system: 10,58,120;
25
+ --kv-background-system: 248,250,253;
26
+ --kv-background-card: 255,255,255;
27
+ }
28
+
29
+ ::ng-deep .theme-keevocenter {
30
+ --kv-color-system: 88,25,153;
31
+ --kv-background-system: 248,250,253;
32
+ --kv-background-card: 255,255,255;
33
+ }
34
+
35
+ ::ng-deep .theme-holos {
36
+ --kv-color-system: 241,90,36;
37
+ --kv-background-system: 240,240,240;
38
+ --kv-background-card: 2255,255,255;
39
+ }
40
+
41
+
42
+
43
+ .system-color{
44
+ color: rgb(var(--kv-color-system), 1);
45
+ }
46
+
47
+ .bg-system-100{
48
+ background: rgb(var(--kv-color-system), 1);
49
+ }
50
+ .bg-system-75{
51
+ background: rgb(var(--kv-color-system), .75);
52
+ }
53
+ .bg-system-50{
54
+ background: rgb(var(--kv-color-system), .5);
55
+ }
56
+ .bg-system-25{
57
+ background: rgb(var(--kv-color-system), .25);
58
+ }
59
+
16
60
  .material-symbols-outlined {
17
61
  font-family: "Material Symbols Outlined" !important;
18
62
  }