keevo-components 1.8.513 → 1.8.514
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/image.cutter.service.mjs +2 -2
- 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 +3 -4
- 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-home-card/kv-home-card.component.mjs +1 -1
- 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-editor/kv-editor.component.mjs +5 -5
- 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 +48 -112
- package/esm2022/lib/components/kv-modal/kv-modal.component.mjs +1 -1
- package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +1 -1
- package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +1 -1
- package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.component.mjs +8 -6
- package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.module.mjs +4 -8
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +15 -3
- package/esm2022/lib/components/kv-stepper/kv-stepper.component.mjs +7 -5
- package/esm2022/lib/components/kv-stepper/kv-stepper.module.mjs +4 -11
- package/esm2022/lib/components/kv-table/kv-table.component.mjs +1 -1
- package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +1 -1
- package/esm2022/lib/components/kv-table-expandable/kv-table-expandable.component.mjs +1 -1
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +1 -1
- package/esm2022/lib/components/kv-workspace/workspace/kv-workspace.component.mjs +1 -1
- package/esm2022/public-api.mjs +1 -6
- package/fesm2022/keevo-components.mjs +134 -271
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/keevo-components.module.d.ts +2 -3
- package/lib/components/kv-button/kv-button.component.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 +33 -47
- package/lib/components/kv-page-stepper/kv-page-stepper.module.d.ts +1 -2
- package/lib/components/kv-pick-list/kv-pick-list.component.d.ts +5 -1
- package/lib/components/kv-stepper/kv-stepper.module.d.ts +1 -2
- 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/package.json +1 -1
- package/public-api.d.ts +0 -5
- package/src/lib/components/keevo-components-styles.scss +3 -59
- package/src/lib/components/kv-button/kv-button.component.scss +0 -145
- package/esm2022/lib/components/kv-icon/kv-icon.component.mjs +0 -24
- 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 -13
- 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 -15
|
@@ -1,13 +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
|
-
size: import("@angular/core").InputSignal<string>;
|
|
6
|
-
numNotifications: import("@angular/core").InputSignal<number>;
|
|
7
|
-
onClick: import("@angular/core").OutputEmitterRef<EventEmitter<any>>;
|
|
8
|
-
img: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
-
clickable: import("@angular/core").InputSignal<boolean>;
|
|
10
|
-
click(e: any): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KvIconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvIconComponent, "kv-icon", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "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>;
|
|
13
|
-
}
|
|
@@ -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,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface TopActionsModel {
|
|
3
|
-
id: number;
|
|
4
|
-
visible: boolean;
|
|
5
|
-
icon?: string;
|
|
6
|
-
tooltip?: string;
|
|
7
|
-
numNotifications?: number;
|
|
8
|
-
img?: string;
|
|
9
|
-
action: (e: any) => void;
|
|
10
|
-
}
|
|
11
|
-
export declare class TopIconsComponent {
|
|
12
|
-
topActions: import("@angular/core").InputSignal<TopActionsModel[]>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TopIconsComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TopIconsComponent, "kv-top-icons", never, { "topActions": { "alias": "topActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|