keevo-components 1.8.500 → 1.8.501
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/keevo-components.module.mjs +7 -14
- package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +2 -2
- package/esm2022/lib/components/kv-button/kv-button.component.mjs +2 -2
- package/esm2022/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.mjs +2 -2
- package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +3 -3
- package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-number/kv-input-number.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-password/kv-input-password.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-input-time/kv-input-time.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +2 -2
- package/esm2022/lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component.mjs +2 -2
- package/esm2022/lib/components/kv-layout/dropdown-master/dropdown-master.component.mjs +4 -5
- package/esm2022/lib/components/kv-layout/kv-layout.module.mjs +4 -22
- package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +24 -74
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +15 -3
- package/esm2022/public-api.mjs +1 -6
- package/fesm2022/keevo-components.mjs +104 -215
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/keevo-components.module.d.ts +2 -3
- package/lib/components/kv-layout/kv-layout.module.d.ts +4 -7
- package/lib/components/kv-layout/layout/kv-layout.component.d.ts +27 -27
- package/lib/components/kv-pick-list/kv-pick-list.component.d.ts +5 -1
- package/package.json +1 -1
- package/public-api.d.ts +0 -5
- package/src/lib/components/keevo-components-styles.scss +0 -44
- package/esm2022/lib/components/kv-icon/kv-icon.component.mjs +0 -23
- package/esm2022/lib/components/kv-icon/kv-icon.module.mjs +0 -24
- package/esm2022/lib/components/kv-layout/top-icons/top-icons.component.mjs +0 -18
- package/lib/components/kv-icon/kv-icon.component.d.ts +0 -12
- package/lib/components/kv-icon/kv-icon.module.d.ts +0 -8
- package/lib/components/kv-layout/top-icons/top-icons.component.d.ts +0 -13
|
@@ -26,10 +26,9 @@ 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-
|
|
30
|
-
import * as i29 from "./kv-table-edit/kv-table-edit.module";
|
|
29
|
+
import * as i28 from "./kv-table-edit/kv-table-edit.module";
|
|
31
30
|
export declare class KeevoComponentsModule {
|
|
32
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<KeevoComponentsModule, never>;
|
|
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
|
|
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]>;
|
|
34
33
|
static ɵinj: i0.ɵɵInjectorDeclaration<KeevoComponentsModule>;
|
|
35
34
|
}
|
|
@@ -4,14 +4,11 @@ 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-
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
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";
|
|
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";
|
|
13
10
|
export declare class KvLayoutModule {
|
|
14
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvLayoutModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KvLayoutModule, [typeof i1.DropdownMasterComponent, typeof i2.KvLayoutComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.KvButtonsModule, typeof i6.
|
|
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]>;
|
|
16
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<KvLayoutModule>;
|
|
17
14
|
}
|
|
@@ -3,26 +3,7 @@ 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';
|
|
8
6
|
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
|
-
}
|
|
26
7
|
export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
27
8
|
private cdr;
|
|
28
9
|
private fb;
|
|
@@ -44,7 +25,6 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
44
25
|
label: string;
|
|
45
26
|
action: () => void;
|
|
46
27
|
}[];
|
|
47
|
-
topActions: import("@angular/core").InputSignal<TopActionsModel[]>;
|
|
48
28
|
breadCrumbItems: {
|
|
49
29
|
label: string;
|
|
50
30
|
routerLink: string;
|
|
@@ -55,10 +35,19 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
55
35
|
nome: string;
|
|
56
36
|
idmasternome: string;
|
|
57
37
|
}[];
|
|
58
|
-
menus:
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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
|
+
}[];
|
|
62
51
|
expandMenu: import("@angular/core").ModelSignal<boolean>;
|
|
63
52
|
logoMenuExpand: any;
|
|
64
53
|
logoMenuHide: any;
|
|
@@ -71,7 +60,6 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
71
60
|
showDropdownLicenca: boolean;
|
|
72
61
|
showMenu: boolean;
|
|
73
62
|
showTrocaEmpresa: boolean;
|
|
74
|
-
showBreadcrumb: boolean;
|
|
75
63
|
userName: string;
|
|
76
64
|
masterName: string;
|
|
77
65
|
empresaName: string;
|
|
@@ -112,12 +100,24 @@ export declare class KvLayoutComponent implements OnInit, OnChanges {
|
|
|
112
100
|
onWindowResize(): void;
|
|
113
101
|
isSelectedMenuPai(menu: any): boolean;
|
|
114
102
|
selecionarMenu(): void;
|
|
115
|
-
returnMenuChild(idmenu: number):
|
|
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
|
+
}[];
|
|
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; }; "
|
|
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>;
|
|
123
123
|
}
|
|
@@ -27,6 +27,8 @@ 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>;
|
|
30
32
|
selectedPreview: any;
|
|
31
33
|
ngModel: boolean;
|
|
32
34
|
selectedItems: {
|
|
@@ -36,11 +38,13 @@ export declare class KvPickListComponent implements OnInit {
|
|
|
36
38
|
OnMoveToTarget(event: any): void;
|
|
37
39
|
OnMoveAllToSource(event: any): void;
|
|
38
40
|
OnMoveAllToTarget(event: any): void;
|
|
41
|
+
OnSourceSelect(event: any): void;
|
|
42
|
+
OnTargetSelect(event: any): void;
|
|
39
43
|
onSelectAll(): void;
|
|
40
44
|
selectAllItems(isSelected: boolean): void;
|
|
41
45
|
selectCheckBox(item: any): void;
|
|
42
46
|
isItemSelected(item: any): boolean;
|
|
43
47
|
ngOnInit(): void;
|
|
44
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvPickListComponent, 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>;
|
|
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>;
|
|
46
50
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -249,8 +249,3 @@ 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,61 +2,17 @@
|
|
|
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
|
-
|
|
8
5
|
$font-family-keevo: "Inter var", "Inter", sans-serif;
|
|
9
6
|
|
|
10
7
|
// Importar outras fontes
|
|
11
8
|
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
|
|
12
9
|
|
|
13
10
|
::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
|
-
|
|
18
11
|
--kv-primary-color: 41, 185, 45;
|
|
19
12
|
--kv-secondary-color: 0, 37, 66;
|
|
20
13
|
--kv-tertiary-color: 165, 165, 165;
|
|
21
14
|
}
|
|
22
15
|
|
|
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
|
-
|
|
60
16
|
.material-symbols-outlined {
|
|
61
17
|
font-family: "Material Symbols Outlined" !important;
|
|
62
18
|
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Component, input, output } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class KvIconComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.icon = input();
|
|
6
|
-
this.numNotifications = input(0);
|
|
7
|
-
this.onClick = output();
|
|
8
|
-
this.img = input();
|
|
9
|
-
this.clickable = input(false);
|
|
10
|
-
}
|
|
11
|
-
click(e) {
|
|
12
|
-
if (this.clickable()) {
|
|
13
|
-
this.onClick.emit(e);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
17
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.8", type: KvIconComponent, selector: "kv-icon", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, numNotifications: { classPropertyName: "numNotifications", publicName: "numNotifications", isSignal: true, isRequired: false, transformFunction: null }, img: { classPropertyName: "img", publicName: "img", isSignal: true, isRequired: false, transformFunction: null }, clickable: { classPropertyName: "clickable", publicName: "clickable", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onClick: "onClick" }, ngImport: i0, template: "<div class=\"kv-icon\" (click)=\"click($event)\" [class.clickable]=\"clickable()\" >\r\n @if(img()){\r\n <img\r\n src=\"{{img()}}\"\r\n />\r\n }\r\n @else {\r\n <i [class]=\"'ti ti-'+icon() \"></i>\r\n }\r\n @if(numNotifications() > 0 ){\r\n <div class=\"notification-badge\" >\r\n {{numNotifications()}}\r\n </div>\r\n }\r\n</div>", styles: [".kv-icon{position:relative;display:inline-block;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.kv-icon .material-symbols-outlined{font-size:inherit;color:#333}.kv-icon .notification-badge{position:absolute;top:-.25rem;right:-.25rem;background-color:#f44336;color:#fff;font-size:.6rem;width:.9rem;height:.9rem;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0}.kv-icon img{height:2rem;width:2rem;border-radius:50%;object-fit:cover;object-position:center}.clickable{cursor:pointer}.clickable:hover{text-shadow:0 0 1px rgb(0,0,0)}\n"] }); }
|
|
18
|
-
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvIconComponent, decorators: [{
|
|
20
|
-
type: Component,
|
|
21
|
-
args: [{ selector: 'kv-icon', template: "<div class=\"kv-icon\" (click)=\"click($event)\" [class.clickable]=\"clickable()\" >\r\n @if(img()){\r\n <img\r\n src=\"{{img()}}\"\r\n />\r\n }\r\n @else {\r\n <i [class]=\"'ti ti-'+icon() \"></i>\r\n }\r\n @if(numNotifications() > 0 ){\r\n <div class=\"notification-badge\" >\r\n {{numNotifications()}}\r\n </div>\r\n }\r\n</div>", styles: [".kv-icon{position:relative;display:inline-block;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.kv-icon .material-symbols-outlined{font-size:inherit;color:#333}.kv-icon .notification-badge{position:absolute;top:-.25rem;right:-.25rem;background-color:#f44336;color:#fff;font-size:.6rem;width:.9rem;height:.9rem;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0}.kv-icon img{height:2rem;width:2rem;border-radius:50%;object-fit:cover;object-position:center}.clickable{cursor:pointer}.clickable:hover{text-shadow:0 0 1px rgb(0,0,0)}\n"] }]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia3YtaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rZWV2by1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9rdi1pY29uL2t2LWljb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMva2Vldm8tY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMva3YtaWNvbi9rdi1pY29uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWdCLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3ZFLE1BQU0sT0FBTyxlQUFlO0lBTDVCO1FBTUUsU0FBSSxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQ3ZCLHFCQUFnQixHQUFHLEtBQUssQ0FBUyxDQUFDLENBQUMsQ0FBQztRQUNwQyxZQUFPLEdBQUcsTUFBTSxFQUFxQixDQUFDO1FBQ3RDLFFBQUcsR0FBRyxLQUFLLEVBQVUsQ0FBQztRQUN0QixjQUFTLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO0tBT25DO0lBTEMsS0FBSyxDQUFDLENBQU07UUFDVixJQUFHLElBQUksQ0FBQyxTQUFTLEVBQUUsRUFBQyxDQUFDO1lBQ25CLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3ZCLENBQUM7SUFDSCxDQUFDOzhHQVhVLGVBQWU7a0dBQWYsZUFBZSxnbUJDUDVCLHdaQWNNOzsyRkRQTyxlQUFlO2tCQUwzQixTQUFTOytCQUNFLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgaW5wdXQsIG91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdrdi1pY29uJyxcclxuICB0ZW1wbGF0ZVVybDogJy4va3YtaWNvbi5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmw6ICcuL2t2LWljb24uY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBLdkljb25Db21wb25lbnQge1xyXG4gIGljb24gPSBpbnB1dDxzdHJpbmc+KCk7XHJcbiAgbnVtTm90aWZpY2F0aW9ucyA9IGlucHV0PG51bWJlcj4oMCk7XHJcbiAgb25DbGljayA9IG91dHB1dDxFdmVudEVtaXR0ZXI8YW55Pj4oKTtcclxuICBpbWcgPSBpbnB1dDxzdHJpbmc+KCk7XHJcbiAgY2xpY2thYmxlID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xyXG5cclxuICBjbGljayhlOiBhbnkpIHtcclxuICAgIGlmKHRoaXMuY2xpY2thYmxlKCkpe1xyXG4gICAgICB0aGlzLm9uQ2xpY2suZW1pdChlKTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImt2LWljb25cIiAoY2xpY2spPVwiY2xpY2soJGV2ZW50KVwiIFtjbGFzcy5jbGlja2FibGVdPVwiY2xpY2thYmxlKClcIiA+XHJcbiAgICBAaWYoaW1nKCkpe1xyXG4gICAgICAgIDxpbWdcclxuICAgICAgICAgICAgc3JjPVwie3tpbWcoKX19XCJcclxuICAgICAgICAvPlxyXG4gICAgfVxyXG4gICAgQGVsc2Uge1xyXG4gICAgICAgIDxpIFtjbGFzc109XCIndGkgdGktJytpY29uKCkgXCI+PC9pPlxyXG4gICAgfVxyXG4gICAgQGlmKG51bU5vdGlmaWNhdGlvbnMoKSA+IDAgKXtcclxuICAgICAgICA8ZGl2IGNsYXNzPVwibm90aWZpY2F0aW9uLWJhZGdlXCIgPlxyXG4gICAgICAgICAgICB7e251bU5vdGlmaWNhdGlvbnMoKX19XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICB9XHJcbjwvZGl2PiJdfQ==
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { KvIconComponent } from './kv-icon.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export class KvIconModule {
|
|
6
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
7
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.8", ngImport: i0, type: KvIconModule, declarations: [KvIconComponent], imports: [CommonModule], exports: [KvIconComponent] }); }
|
|
8
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvIconModule, imports: [CommonModule] }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvIconModule, decorators: [{
|
|
11
|
-
type: NgModule,
|
|
12
|
-
args: [{
|
|
13
|
-
declarations: [
|
|
14
|
-
KvIconComponent
|
|
15
|
-
],
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule,
|
|
18
|
-
],
|
|
19
|
-
exports: [
|
|
20
|
-
KvIconComponent
|
|
21
|
-
]
|
|
22
|
-
}]
|
|
23
|
-
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia3YtaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rZWV2by1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9rdi1pY29uL2t2LWljb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFldEQsTUFBTSxPQUFPLFlBQVk7OEdBQVosWUFBWTsrR0FBWixZQUFZLGlCQVRyQixlQUFlLGFBR2YsWUFBWSxhQUdaLGVBQWU7K0dBR04sWUFBWSxZQU5yQixZQUFZOzsyRkFNSCxZQUFZO2tCQVh4QixRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRTt3QkFDWixlQUFlO3FCQUNoQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsWUFBWTtxQkFDYjtvQkFDRCxPQUFPLEVBQUU7d0JBQ1AsZUFBZTtxQkFDaEI7aUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBLdkljb25Db21wb25lbnQgfSBmcm9tICcuL2t2LWljb24uY29tcG9uZW50JztcclxuXHJcblxyXG5cclxuQE5nTW9kdWxlKHtcclxuICBkZWNsYXJhdGlvbnM6IFtcclxuICAgIEt2SWNvbkNvbXBvbmVudFxyXG4gIF0sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gIF0sXHJcbiAgZXhwb3J0czogW1xyXG4gICAgS3ZJY29uQ29tcG9uZW50XHJcbiAgXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgS3ZJY29uTW9kdWxlIHsgfVxyXG4iXX0=
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Component, input } from '@angular/core';
|
|
2
|
-
import { TooltipModule } from 'primeng/tooltip';
|
|
3
|
-
import { KvIconModule } from '../../kv-icon/kv-icon.module';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "primeng/tooltip";
|
|
6
|
-
import * as i2 from "../../kv-icon/kv-icon.component";
|
|
7
|
-
export class TopIconsComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.topActions = input([]);
|
|
10
|
-
}
|
|
11
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TopIconsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.8", type: TopIconsComponent, isStandalone: true, selector: "kv-top-icons", inputs: { topActions: { classPropertyName: "topActions", publicName: "topActions", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"top-icons-container\">\r\n @for (item of topActions(); track $index) {\r\n\r\n <kv-icon\r\n [icon]=\"item.icon\"\r\n [numNotifications]=\"item.numNotifications||0\"\r\n [pTooltip]=\"item.tooltip\"\r\n [tooltipPosition]=\"'left'\"\r\n (onClick)=\"item.action()\"\r\n [img]=\"item.img\"\r\n [clickable]=\"true\"\r\n />\r\n }\r\n</div>", styles: [".top-icons-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.8rem}\n"], dependencies: [{ kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i1.Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "ngmodule", type: KvIconModule }, { kind: "component", type: i2.KvIconComponent, selector: "kv-icon", inputs: ["icon", "numNotifications", "img", "clickable"], outputs: ["onClick"] }] }); }
|
|
13
|
-
}
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: TopIconsComponent, decorators: [{
|
|
15
|
-
type: Component,
|
|
16
|
-
args: [{ selector: 'kv-top-icons', standalone: true, imports: [TooltipModule, KvIconModule], template: "<div class=\"top-icons-container\">\r\n @for (item of topActions(); track $index) {\r\n\r\n <kv-icon\r\n [icon]=\"item.icon\"\r\n [numNotifications]=\"item.numNotifications||0\"\r\n [pTooltip]=\"item.tooltip\"\r\n [tooltipPosition]=\"'left'\"\r\n (onClick)=\"item.action()\"\r\n [img]=\"item.img\"\r\n [clickable]=\"true\"\r\n />\r\n }\r\n</div>", styles: [".top-icons-container{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.8rem}\n"] }]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9wLWljb25zLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tlZXZvLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2t2LWxheW91dC90b3AtaWNvbnMvdG9wLWljb25zLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2tlZXZvLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2t2LWxheW91dC90b3AtaWNvbnMvdG9wLWljb25zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRWpELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNoRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sOEJBQThCLENBQUM7Ozs7QUFpQjVELE1BQU0sT0FBTyxpQkFBaUI7SUFQOUI7UUFTRSxlQUFVLEdBQUcsS0FBSyxDQUFvQixFQUFFLENBQUMsQ0FBQztLQUUzQzs4R0FKWSxpQkFBaUI7a0dBQWpCLGlCQUFpQiwyTkNwQjlCLGdlQWFNLHNLREdNLGFBQWEscVhBQUUsWUFBWTs7MkZBSTFCLGlCQUFpQjtrQkFQN0IsU0FBUzsrQkFDRSxjQUFjLGNBQ1osSUFBSSxXQUNQLENBQUMsYUFBYSxFQUFFLFlBQVksQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgS3ZJY29uQ29tcG9uZW50IH0gZnJvbSBcIi4uLy4uL2t2LWljb24va3YtaWNvbi5jb21wb25lbnRcIjtcclxuaW1wb3J0IHsgVG9vbHRpcE1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvdG9vbHRpcCc7XHJcbmltcG9ydCB7IEt2SWNvbk1vZHVsZSB9IGZyb20gJy4uLy4uL2t2LWljb24va3YtaWNvbi5tb2R1bGUnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBUb3BBY3Rpb25zTW9kZWwge1xyXG4gIGljb24/OiBzdHJpbmc7XHJcbiAgdG9vbHRpcD86IHN0cmluZztcclxuICBudW1Ob3RpZmljYXRpb25zPzogbnVtYmVyO1xyXG4gIGltZz86IHN0cmluZztcclxuICBhY3Rpb246ICgpID0+IHZvaWQ7XHJcbn1cclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAna3YtdG9wLWljb25zJyxcclxuICBzdGFuZGFsb25lOiB0cnVlLFxyXG4gIGltcG9ydHM6IFtUb29sdGlwTW9kdWxlLCBLdkljb25Nb2R1bGVdLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi90b3AtaWNvbnMuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsOiAnLi90b3AtaWNvbnMuY29tcG9uZW50LnNjc3MnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBUb3BJY29uc0NvbXBvbmVudCB7XHJcblxyXG4gIHRvcEFjdGlvbnMgPSBpbnB1dDxUb3BBY3Rpb25zTW9kZWxbXT4oW10pO1xyXG5cclxufVxyXG4iLCI8ZGl2IGNsYXNzPVwidG9wLWljb25zLWNvbnRhaW5lclwiPlxyXG4gICAgQGZvciAoaXRlbSBvZiB0b3BBY3Rpb25zKCk7IHRyYWNrICRpbmRleCkge1xyXG5cclxuICAgICAgICAgICAgPGt2LWljb25cclxuICAgICAgICAgICAgICAgIFtpY29uXT1cIml0ZW0uaWNvblwiXHJcbiAgICAgICAgICAgICAgICBbbnVtTm90aWZpY2F0aW9uc109XCJpdGVtLm51bU5vdGlmaWNhdGlvbnN8fDBcIlxyXG4gICAgICAgICAgICAgICAgW3BUb29sdGlwXT1cIml0ZW0udG9vbHRpcFwiXHJcbiAgICAgICAgICAgICAgICBbdG9vbHRpcFBvc2l0aW9uXT1cIidsZWZ0J1wiXHJcbiAgICAgICAgICAgICAgICAob25DbGljayk9XCJpdGVtLmFjdGlvbigpXCJcclxuICAgICAgICAgICAgICAgIFtpbWddPVwiaXRlbS5pbWdcIlxyXG4gICAgICAgICAgICAgICAgW2NsaWNrYWJsZV09XCJ0cnVlXCJcclxuICAgICAgICAgICAgLz5cclxuICAgIH1cclxuPC9kaXY+Il19
|
|
@@ -1,12 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
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
|
-
}
|