keevo-components 2.0.41 → 2.0.43

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.
@@ -0,0 +1,21 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { InputNumber } from 'primeng/inputnumber';
3
+ import { BaseComponentInput } from '../../../api/base-components/base-component-input';
4
+ import { ComponentService } from '../../../api/services/component.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class KvInputNumberAddonComponent extends BaseComponentInput<string> implements OnInit {
7
+ mode: 'currency' | 'decimal';
8
+ digits: number;
9
+ min: number;
10
+ max: number;
11
+ suffix: string;
12
+ addonText: string;
13
+ addonPosition: 'left' | 'right';
14
+ inputNumber: InputNumber;
15
+ constructor(componentService: ComponentService);
16
+ ngOnInit(): void;
17
+ private configDecimal;
18
+ private configCurrency;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvInputNumberAddonComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvInputNumberAddonComponent, "kv-input-number-addon", never, { "mode": { "alias": "mode"; "required": false; }; "digits": { "alias": "digits"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "addonText": { "alias": "addonText"; "required": false; }; "addonPosition": { "alias": "addonPosition"; "required": false; }; }, {}, never, ["[leftAddon]", "[buttonLeftAddon]", "[buttonRightAddon]", "[rightAddon]", "*"], false, never>;
21
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BaseComponentInput } from '../../../api/base-components/base-component-input';
3
+ import { ComponentService } from '../../../api/services/component.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class KvInputTextAddonComponent extends BaseComponentInput<string> implements OnInit {
6
+ textCaptalized: boolean;
7
+ addonPosition: 'left' | 'right';
8
+ addonText: string;
9
+ constructor(componentService: ComponentService);
10
+ ngOnInit(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvInputTextAddonComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvInputTextAddonComponent, "kv-input-text-addon", never, { "textCaptalized": { "alias": "textCaptalized"; "required": false; }; "addonPosition": { "alias": "addonPosition"; "required": false; }; "addonText": { "alias": "addonText"; "required": false; }; }, {}, never, ["[leftAddon]", "[buttonLeftAddon]", "[buttonRightAddon]", "[rightAddon]", "*"], false, never>;
13
+ }
@@ -16,15 +16,17 @@ import * as i14 from "./kv-switch/kv-switch.component";
16
16
  import * as i15 from "./kv-select-button/kv-select-button.component";
17
17
  import * as i16 from "./kv-select-buttons/kv-select-buttons.component";
18
18
  import * as i17 from "./kv-tree-multi-select/kv-tree-multi-select.component";
19
- import * as i18 from "@angular/common";
20
- import * as i19 from "@angular/forms";
21
- import * as i20 from "../kv-error/kv-error.module";
22
- import * as i21 from "../kv-label/kv-label.module";
23
- import * as i22 from "../../api/modules/primeng.module";
24
- import * as i23 from "primeng/selectbutton";
25
- import * as i24 from "primeng/icons/timescircle";
19
+ import * as i18 from "./kv-input-text-addon/kv-input-text-addon.component";
20
+ import * as i19 from "./kv-input-number-addon/kv-input-number-addon.component";
21
+ import * as i20 from "@angular/common";
22
+ import * as i21 from "@angular/forms";
23
+ import * as i22 from "../kv-error/kv-error.module";
24
+ import * as i23 from "../kv-label/kv-label.module";
25
+ import * as i24 from "../../api/modules/primeng.module";
26
+ import * as i25 from "primeng/selectbutton";
27
+ import * as i26 from "primeng/icons/timescircle";
26
28
  export declare class KvInputsModule {
27
29
  static ɵfac: i0.ɵɵFactoryDeclaration<KvInputsModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<KvInputsModule, [typeof i1.KvCheckComponent, typeof i2.KvDropdownComponent, typeof i3.KvEditorComponent, typeof i4.KvInputCalendarComponent, typeof i5.KvInputMaskComponent, typeof i6.KvInputNumberComponent, typeof i7.KvInputPasswordComponent, typeof i8.KvInputTextareaComponent, typeof i9.KvInputTextCheckboxComponent, typeof i10.KvInputTextComponent, typeof i11.KvInputTimeComponent, typeof i12.KvMultiSelectComponent, typeof i13.KvRadioGroupComponent, typeof i14.KvSwitchComponent, typeof i15.KvSelectButtonComponent, typeof i16.KvSelectButtonsComponent, typeof i17.KvTreeMultiSelectComponent], [typeof i18.CommonModule, typeof i19.FormsModule, typeof i20.kvErrorModule, typeof i21.KvLabelModule, typeof i22.PrimeNgModule, typeof i19.ReactiveFormsModule, typeof i23.SelectButtonModule, typeof i24.TimesCircleIcon], [typeof i1.KvCheckComponent, typeof i2.KvDropdownComponent, typeof i3.KvEditorComponent, typeof i4.KvInputCalendarComponent, typeof i5.KvInputMaskComponent, typeof i6.KvInputNumberComponent, typeof i7.KvInputPasswordComponent, typeof i8.KvInputTextareaComponent, typeof i9.KvInputTextCheckboxComponent, typeof i10.KvInputTextComponent, typeof i11.KvInputTimeComponent, typeof i12.KvMultiSelectComponent, typeof i13.KvRadioGroupComponent, typeof i14.KvSwitchComponent, typeof i15.KvSelectButtonComponent, typeof i16.KvSelectButtonsComponent, typeof i17.KvTreeMultiSelectComponent]>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvInputsModule, [typeof i1.KvCheckComponent, typeof i2.KvDropdownComponent, typeof i3.KvEditorComponent, typeof i4.KvInputCalendarComponent, typeof i5.KvInputMaskComponent, typeof i6.KvInputNumberComponent, typeof i7.KvInputPasswordComponent, typeof i8.KvInputTextareaComponent, typeof i9.KvInputTextCheckboxComponent, typeof i10.KvInputTextComponent, typeof i11.KvInputTimeComponent, typeof i12.KvMultiSelectComponent, typeof i13.KvRadioGroupComponent, typeof i14.KvSwitchComponent, typeof i15.KvSelectButtonComponent, typeof i16.KvSelectButtonsComponent, typeof i17.KvTreeMultiSelectComponent, typeof i18.KvInputTextAddonComponent, typeof i19.KvInputNumberAddonComponent], [typeof i20.CommonModule, typeof i21.FormsModule, typeof i22.kvErrorModule, typeof i23.KvLabelModule, typeof i24.PrimeNgModule, typeof i21.ReactiveFormsModule, typeof i25.SelectButtonModule, typeof i26.TimesCircleIcon], [typeof i1.KvCheckComponent, typeof i2.KvDropdownComponent, typeof i3.KvEditorComponent, typeof i4.KvInputCalendarComponent, typeof i5.KvInputMaskComponent, typeof i6.KvInputNumberComponent, typeof i7.KvInputPasswordComponent, typeof i8.KvInputTextareaComponent, typeof i9.KvInputTextCheckboxComponent, typeof i10.KvInputTextComponent, typeof i11.KvInputTimeComponent, typeof i12.KvMultiSelectComponent, typeof i13.KvRadioGroupComponent, typeof i14.KvSwitchComponent, typeof i15.KvSelectButtonComponent, typeof i16.KvSelectButtonsComponent, typeof i17.KvTreeMultiSelectComponent, typeof i18.KvInputTextAddonComponent, typeof i19.KvInputNumberAddonComponent]>;
29
31
  static ɵinj: i0.ɵɵInjectorDeclaration<KvInputsModule>;
30
32
  }
@@ -12,19 +12,16 @@ export declare class ProgressBarComponent {
12
12
  maxValue: number | undefined;
13
13
  /**
14
14
  * Label value of the progress.
15
- * @deprecated Use label instead.
16
15
  * @group Props
17
16
  */
18
17
  label: string | undefined;
19
18
  /**
20
19
  * Whether to display the progress bar value.
21
- * @deprecated Use showValue instead.
22
20
  * @group Props
23
21
  */
24
22
  showValue: boolean;
25
23
  /**
26
24
  * Whether to display the progress bar value.
27
- * @deprecated Use showValue instead.
28
25
  * @group Props
29
26
  */
30
27
  showLabel: boolean;
@@ -65,7 +62,6 @@ export declare class ProgressBarComponent {
65
62
  * @group Props
66
63
  */
67
64
  color: string | undefined;
68
- progressBarHeight: string | undefined;
69
65
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "kv-progress-bar", never, { "value": { "alias": "value"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "barStyleClass": { "alias": "barStyleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "progressBarHeight": { "alias": "progressBarHeight"; "required": false; }; }, {}, never, never, false, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "kv-progress-bar", never, { "value": { "alias": "value"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "barStyleClass": { "alias": "barStyleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
71
67
  }
@@ -0,0 +1,71 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class KvProgressBarAlternativeComponent {
3
+ /**
4
+ * Current value of the progress.
5
+ * @group Props
6
+ */
7
+ value: number | undefined;
8
+ /**
9
+ * Max value of the progress.
10
+ * @group Props
11
+ */
12
+ maxValue: number | undefined;
13
+ /**
14
+ * Label value of the progress.
15
+ * @deprecated Use label instead.
16
+ * @group Props
17
+ */
18
+ label: string | undefined;
19
+ /**
20
+ * Whether to display the progress bar value.
21
+ * @deprecated Use showValue instead.
22
+ * @group Props
23
+ */
24
+ showValue: boolean;
25
+ /**
26
+ * Whether to display the progress bar value.
27
+ * @deprecated Use showValue instead.
28
+ * @group Props
29
+ */
30
+ showLabel: boolean;
31
+ /**
32
+ * Class of the element.
33
+ * @group Props
34
+ */
35
+ styleClass: string | undefined;
36
+ /**
37
+ * Class of the element.
38
+ * @group Props
39
+ */
40
+ labelStyleClass: string | undefined;
41
+ /**
42
+ * Class of the element.
43
+ * @group Props
44
+ */
45
+ barStyleClass: string | undefined;
46
+ /**
47
+ * Inline style of the element.
48
+ * @group Props
49
+ */
50
+ style: {
51
+ [klass: string]: any;
52
+ } | null | undefined;
53
+ /**
54
+ * Unit sign appended to the value.
55
+ * @group Props
56
+ */
57
+ unit: string;
58
+ /**
59
+ * Defines the mode of the progress
60
+ * @group Props
61
+ */
62
+ mode: 'determinate' | 'indeterminate';
63
+ /**
64
+ * Color for the background of the progress.
65
+ * @group Props
66
+ */
67
+ color: string | undefined;
68
+ progressBarHeight: string | undefined;
69
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvProgressBarAlternativeComponent, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvProgressBarAlternativeComponent, "kv-progress-bar-alternative", never, { "value": { "alias": "value"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "barStyleClass": { "alias": "barStyleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "progressBarHeight": { "alias": "progressBarHeight"; "required": false; }; }, {}, never, never, false, never>;
71
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./kv-progress-bar-alternative.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../api/modules/primeng.module";
5
+ export declare class KvProgressBarAlternativeModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvProgressBarAlternativeModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvProgressBarAlternativeModule, [typeof i1.KvProgressBarAlternativeComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule], [typeof i1.KvProgressBarAlternativeComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<KvProgressBarAlternativeModule>;
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "2.0.41",
3
+ "version": "2.0.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -88,6 +88,8 @@ export * from './lib/components/kv-inputs/kv-switch/kv-switch.component';
88
88
  export * from './lib/components/kv-inputs/kv-select-button/kv-select-button.component';
89
89
  export * from './lib/components/kv-inputs/kv-select-buttons/kv-select-buttons.component';
90
90
  export * from './lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component';
91
+ export * from './lib/components/kv-inputs/kv-input-text-addon/kv-input-text-addon.component';
92
+ export * from './lib/components/kv-inputs/kv-input-number-addon/kv-input-number-addon.component';
91
93
  /**
92
94
  * Orgchart
93
95
  */
@@ -179,6 +181,8 @@ export * from './lib/components/kv-carousel/kv-carousel.module';
179
181
  */
180
182
  export * from './lib/components/kv-progress-bar/kv-progress-bar.component';
181
183
  export * from './lib/components/kv-progress-bar/kv-progress-bar.module';
184
+ export * from './lib/components/kv-progress-bar-alternative/kv-progress-bar-alternative.component';
185
+ export * from './lib/components/kv-progress-bar-alternative/kv-progress-bar-alternative.module';
182
186
  /**
183
187
  * Modal
184
188
  */
@@ -195,7 +199,7 @@ export * from './lib/components/kv-stepper/kv-stepper.module';
195
199
  export * from './lib/components/kv-image-upload/kv-image-upload.component';
196
200
  export * from './lib/components/kv-image-upload/kv-image-upload.module';
197
201
  /**
198
- * File Upload
202
+ * File Upload'
199
203
  */
200
204
  export * from './lib/components/kv-file-upload/kv-file-upload.component';
201
205
  export * from './lib/components/kv-file-upload/kv-file-upload.module';