keevo-components 2.0.264 → 2.0.266
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-card-color/kv-card-color.component.mjs +18 -0
- package/esm2022/lib/components/kv-file-upload-new/kv-file-upload-new.component.mjs +3 -3
- package/esm2022/lib/components/kv-image-upload/kv-image-upload.component.mjs +3 -1
- package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +11 -4
- package/esm2022/lib/components/kv-progress-bar-new/kv-progress-bar-new.component.mjs +35 -0
- package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +1 -1
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/keevo-components.mjs +64 -6
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/components/kv-button/kv-button.component.d.ts +2 -2
- package/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.d.ts +2 -2
- package/lib/components/kv-card-color/kv-card-color.component.d.ts +10 -0
- package/lib/components/kv-icon/kv-icon.component.d.ts +1 -1
- package/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.d.ts +6 -3
- package/lib/components/kv-progress-bar-new/kv-progress-bar-new.component.d.ts +10 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -7,9 +7,9 @@ export declare class KvButtonComponent {
|
|
|
7
7
|
type: import("@angular/core").InputSignal<"text" | "outline" | undefined>;
|
|
8
8
|
loading: import("@angular/core").InputSignal<boolean>;
|
|
9
9
|
severity: import("@angular/core").InputSignal<"primary" | "secondary" | "tertiary" | "danger">;
|
|
10
|
-
size: import("@angular/core").InputSignal<"small" | "
|
|
10
|
+
size: import("@angular/core").InputSignal<"small" | "large" | "normal">;
|
|
11
11
|
icon: import("@angular/core").ModelSignal<string>;
|
|
12
|
-
iconPosition: import("@angular/core").InputSignal<"
|
|
12
|
+
iconPosition: import("@angular/core").InputSignal<"right" | "left">;
|
|
13
13
|
label: import("@angular/core").InputSignal<string>;
|
|
14
14
|
disabled: import("@angular/core").InputSignal<boolean>;
|
|
15
15
|
onClick: import("@angular/core").OutputEmitterRef<any>;
|
|
@@ -7,8 +7,8 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class KvButtonPopupComponent extends BaseComponentButton {
|
|
8
8
|
items: MenuItem[];
|
|
9
9
|
classBtn: string;
|
|
10
|
-
size: import("@angular/core").InputSignal<"small" | "
|
|
11
|
-
type: import("@angular/core").InputSignal<"
|
|
10
|
+
size: import("@angular/core").InputSignal<"small" | "large" | "normal">;
|
|
11
|
+
type: import("@angular/core").InputSignal<"text" | "normal" | "outline">;
|
|
12
12
|
icon: string;
|
|
13
13
|
constructor();
|
|
14
14
|
handleShow(): void;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class KvCardColorComponent {
|
|
3
|
+
color: import("@angular/core").InputSignal<string>;
|
|
4
|
+
icon: import("@angular/core").InputSignal<string>;
|
|
5
|
+
title: import("@angular/core").InputSignal<string>;
|
|
6
|
+
subtitle: import("@angular/core").InputSignal<string | undefined>;
|
|
7
|
+
value: import("@angular/core").InputSignal<string | undefined>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KvCardColorComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvCardColorComponent, "kv-card-color", never, { "color": { "alias": "color"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
@@ -17,7 +17,7 @@ export declare class KvIconComponent {
|
|
|
17
17
|
icon: import("@angular/core").InputSignal<string>;
|
|
18
18
|
shape: import("@angular/core").InputSignal<"circle" | "square" | "hexagon">;
|
|
19
19
|
severity: import("@angular/core").InputSignal<"info" | "success" | "warning" | "danger" | "system" | "contrast">;
|
|
20
|
-
size: import("@angular/core").InputSignal<"small" | "
|
|
20
|
+
size: import("@angular/core").InputSignal<"small" | "medium" | "large">;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvIconComponent, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<KvIconComponent, "kv-icon", never, { "icon": { "alias": "icon"; "required": true; "isSignal": true; }; "shape": { "alias": "shape"; "required": true; "isSignal": true; }; "severity": { "alias": "severity"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { CalendarTypeView } from 'primeng/calendar';
|
|
2
|
+
import { Calendar, CalendarTypeView } from 'primeng/calendar';
|
|
3
3
|
import { BaseComponentInput } from '../../../api/base-components/base-component-input';
|
|
4
4
|
import { ComponentService } from '../../../api/services/component.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class KvInputCalendarComponent extends BaseComponentInput<Date> implements OnInit {
|
|
7
|
+
clearEmit(event: any): void;
|
|
7
8
|
isYear: boolean;
|
|
8
9
|
isMonthYear: boolean;
|
|
9
10
|
minDate: Date;
|
|
10
11
|
maxDate: Date;
|
|
12
|
+
showClear: import("@angular/core").InputSignal<boolean | undefined>;
|
|
11
13
|
defaultDate: Date;
|
|
12
14
|
showButtonBar: boolean;
|
|
13
15
|
showIcon: boolean;
|
|
@@ -15,7 +17,8 @@ export declare class KvInputCalendarComponent extends BaseComponentInput<Date> i
|
|
|
15
17
|
selectionMode: 'single' | 'multiple' | 'range';
|
|
16
18
|
onSelectionChange: EventEmitter<any>;
|
|
17
19
|
onSelectionValue: EventEmitter<any>;
|
|
18
|
-
|
|
20
|
+
onClear: EventEmitter<any>;
|
|
21
|
+
dateFilter: Calendar;
|
|
19
22
|
typeView: CalendarTypeView;
|
|
20
23
|
dateFormat: string;
|
|
21
24
|
screenWidth: number;
|
|
@@ -30,5 +33,5 @@ export declare class KvInputCalendarComponent extends BaseComponentInput<Date> i
|
|
|
30
33
|
onInputBlur(event: Event): void;
|
|
31
34
|
maskDate(date: string): string;
|
|
32
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvInputCalendarComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvInputCalendarComponent, "kv-input-calendar", never, { "isYear": { "alias": "isYear"; "required": false; }; "isMonthYear": { "alias": "isMonthYear"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "showButtonBar": { "alias": "showButtonBar"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; "onSelectionValue": "onSelectionValue"; }, never, ["*"], false, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvInputCalendarComponent, "kv-input-calendar", never, { "isYear": { "alias": "isYear"; "required": false; }; "isMonthYear": { "alias": "isMonthYear"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; "isSignal": true; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "showButtonBar": { "alias": "showButtonBar"; "required": false; }; "showIcon": { "alias": "showIcon"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; }, { "onSelectionChange": "onSelectionChange"; "onSelectionValue": "onSelectionValue"; "onClear": "onClear"; }, never, ["*"], false, never>;
|
|
34
37
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class KvProgressBarNewComponent {
|
|
3
|
+
currentProgress: import("@angular/core").InputSignal<number>;
|
|
4
|
+
totalProgress: import("@angular/core").InputSignal<number>;
|
|
5
|
+
size: import("@angular/core").InputSignal<"small" | "medium" | "large">;
|
|
6
|
+
percentage: import("@angular/core").Signal<string | 0>;
|
|
7
|
+
setSize: import("@angular/core").Signal<"xs" | "sm" | "md">;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KvProgressBarNewComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvProgressBarNewComponent, "kv-progress-bar-new", never, { "currentProgress": { "alias": "currentProgress"; "required": false; "isSignal": true; }; "totalProgress": { "alias": "totalProgress"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -336,3 +336,5 @@ export * from './lib/components/kv-inputs/kv-chips/kv-chips.component';
|
|
|
336
336
|
export * from './lib/components/kv-select-cards/kv-select-cards.component';
|
|
337
337
|
export * from './lib/components/kv-file-upload-new/kv-file-upload-new.component';
|
|
338
338
|
export * from './lib/components/kv-accordion/kv-accordion.component';
|
|
339
|
+
export * from './lib/components/kv-card-color/kv-card-color.component';
|
|
340
|
+
export * from './lib/components/kv-progress-bar-new/kv-progress-bar-new.component';
|