@indigina/ui-kit 1.1.28 → 1.1.30
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/assets/icons/question-circle.svg +4 -0
- package/esm2022/lib/components/kit-autocomplete/kit-autocomplete.component.mjs +9 -17
- package/esm2022/lib/components/kit-autocomplete/kit-autocomplete.module.mjs +7 -7
- package/esm2022/lib/components/kit-checkbox/kit-checkbox.component.mjs +4 -11
- package/esm2022/lib/components/kit-cta-panel-confirmation/kit-cta-panel-confirmation.component.mjs +1 -1
- package/esm2022/lib/components/kit-datepicker/kit-datepicker.component.mjs +117 -0
- package/esm2022/lib/components/kit-datepicker/kit-datepicker.module.mjs +40 -0
- package/esm2022/lib/components/kit-daterange/kit-daterange.component.mjs +6 -6
- package/esm2022/lib/components/kit-daterange/kit-daterange.module.mjs +7 -7
- package/esm2022/lib/components/kit-datetimepicker/kit-datetimepicker.component.mjs +7 -7
- package/esm2022/lib/components/kit-datetimepicker/kit-datetimepicker.module.mjs +7 -7
- package/esm2022/lib/components/kit-dropdown/kit-dropdown.component.mjs +9 -16
- package/esm2022/lib/components/kit-dropdown/kit-dropdown.module.mjs +7 -7
- package/esm2022/lib/components/kit-input-label/kit-input-label.component.mjs +23 -0
- package/esm2022/lib/components/kit-input-label/kit-input-label.module.mjs +32 -0
- package/esm2022/lib/components/kit-input-message/kit-input-message.component.mjs +5 -19
- package/esm2022/lib/components/kit-multiselect/kit-multiselect.component.mjs +6 -13
- package/esm2022/lib/components/kit-multiselect/kit-multiselect.module.mjs +7 -7
- package/esm2022/lib/components/kit-numeric-textbox/kit-numeric-textbox.component.mjs +7 -14
- package/esm2022/lib/components/kit-numeric-textbox/kit-numeric-textbox.module.mjs +7 -7
- package/esm2022/lib/components/kit-radio-button/kit-radio-button.component.mjs +5 -5
- package/esm2022/lib/components/kit-radio-button/kit-radio-button.module.mjs +7 -7
- package/esm2022/lib/components/kit-svg-icon/kit-svg-icon.const.mjs +2 -1
- package/esm2022/lib/components/kit-svg-sprite/kit-svg-sprite.component.mjs +3 -3
- package/esm2022/lib/components/kit-switch/kit-switch.component.mjs +4 -10
- package/esm2022/lib/components/kit-switch/kit-switch.module.mjs +7 -3
- package/esm2022/lib/components/kit-text-label/kit-text-label.component.mjs +5 -12
- package/esm2022/lib/components/kit-text-label/kit-text-label.module.mjs +7 -7
- package/esm2022/lib/components/kit-textarea/kit-textarea.component.mjs +6 -6
- package/esm2022/lib/components/kit-textarea/kit-textarea.module.mjs +7 -7
- package/esm2022/lib/components/kit-textbox/kit-textbox.component.mjs +5 -12
- package/esm2022/lib/components/kit-textbox/kit-textbox.module.mjs +5 -5
- package/esm2022/lib/components/kit-toggle/kit-toggle.component.mjs +6 -13
- package/esm2022/lib/components/kit-toggle/kit-toggle.module.mjs +7 -7
- package/esm2022/lib/components/kit-units-textbox/kit-units-textbox.component.mjs +6 -13
- package/esm2022/lib/components/kit-units-textbox/kit-units-textbox.module.mjs +7 -7
- package/esm2022/public-api.mjs +8 -2
- package/fesm2022/indigina-ui-kit.mjs +319 -204
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/lib/components/kit-autocomplete/kit-autocomplete.component.d.ts +1 -6
- package/lib/components/kit-autocomplete/kit-autocomplete.module.d.ts +6 -6
- package/lib/components/kit-checkbox/kit-checkbox.component.d.ts +1 -6
- package/lib/components/kit-datepicker/kit-datepicker.component.d.ts +77 -0
- package/lib/components/kit-datepicker/kit-datepicker.module.d.ts +12 -0
- package/lib/components/kit-daterange/kit-daterange.module.d.ts +4 -4
- package/lib/components/kit-datetimepicker/kit-datetimepicker.module.d.ts +4 -4
- package/lib/components/kit-dropdown/kit-dropdown.component.d.ts +1 -6
- package/lib/components/kit-dropdown/kit-dropdown.module.d.ts +6 -6
- package/lib/components/kit-input-label/kit-input-label.component.d.ts +20 -0
- package/lib/components/kit-input-label/kit-input-label.module.d.ts +10 -0
- package/lib/components/kit-input-message/kit-input-message.component.d.ts +1 -11
- package/lib/components/kit-multiselect/kit-multiselect.component.d.ts +1 -6
- package/lib/components/kit-multiselect/kit-multiselect.module.d.ts +3 -3
- package/lib/components/kit-numeric-textbox/kit-numeric-textbox.component.d.ts +1 -6
- package/lib/components/kit-numeric-textbox/kit-numeric-textbox.module.d.ts +4 -4
- package/lib/components/kit-radio-button/kit-radio-button.module.d.ts +3 -3
- package/lib/components/kit-svg-icon/kit-svg-icon.const.d.ts +2 -1
- package/lib/components/kit-switch/kit-switch.component.d.ts +1 -6
- package/lib/components/kit-switch/kit-switch.module.d.ts +2 -1
- package/lib/components/kit-text-label/kit-text-label.component.d.ts +1 -6
- package/lib/components/kit-text-label/kit-text-label.module.d.ts +3 -3
- package/lib/components/kit-textarea/kit-textarea.module.d.ts +4 -4
- package/lib/components/kit-textbox/kit-textbox.component.d.ts +1 -6
- package/lib/components/kit-textbox/kit-textbox.module.d.ts +2 -2
- package/lib/components/kit-toggle/kit-toggle.component.d.ts +1 -6
- package/lib/components/kit-toggle/kit-toggle.module.d.ts +3 -3
- package/lib/components/kit-units-textbox/kit-units-textbox.component.d.ts +1 -6
- package/lib/components/kit-units-textbox/kit-units-textbox.module.d.ts +5 -5
- package/package.json +1 -1
- package/public-api.d.ts +5 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
3
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
4
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
5
4
|
import { Observable } from 'rxjs';
|
|
6
5
|
import { PopupSettings } from '@progress/kendo-angular-dropdowns';
|
|
@@ -48,10 +47,6 @@ export declare class KitAutocompleteComponent<T> implements ControlValueAccessor
|
|
|
48
47
|
* Defines a value which going to be an info message text
|
|
49
48
|
*/
|
|
50
49
|
messageText?: string;
|
|
51
|
-
/**
|
|
52
|
-
* Defines a value which going to be an info message type
|
|
53
|
-
*/
|
|
54
|
-
messageType: KitInputMessageType;
|
|
55
50
|
/**
|
|
56
51
|
* Defines a particular state for the component
|
|
57
52
|
*/
|
|
@@ -120,5 +115,5 @@ export declare class KitAutocompleteComponent<T> implements ControlValueAccessor
|
|
|
120
115
|
registerOnTouched(fn: () => void): void;
|
|
121
116
|
setDisabledState(disabled: boolean): void;
|
|
122
117
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitAutocompleteComponent<any>, never>;
|
|
123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitAutocompleteComponent<any>, "kit-autocomplete", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "items": { "alias": "items"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loaderVisible": { "alias": "loaderVisible"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "
|
|
118
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitAutocompleteComponent<any>, "kit-autocomplete", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "items": { "alias": "items"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loaderVisible": { "alias": "loaderVisible"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "changed": "changed"; "selected": "selected"; "blured": "blured"; "focused": "focused"; }, never, never, false, never>;
|
|
124
119
|
}
|
|
@@ -4,13 +4,13 @@ import * as i2 from "./kit-autocomplete.directive";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@progress/kendo-angular-
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "../kit-
|
|
10
|
-
import * as i9 from "../kit-
|
|
11
|
-
import * as i10 from "../kit-
|
|
7
|
+
import * as i6 from "@progress/kendo-angular-inputs";
|
|
8
|
+
import * as i7 from "../kit-input-message/kit-input-message.module";
|
|
9
|
+
import * as i8 from "../kit-loader/kit-loader.module";
|
|
10
|
+
import * as i9 from "../kit-svg-icon/kit-svg-icon.module";
|
|
11
|
+
import * as i10 from "../kit-input-label/kit-input-label.module";
|
|
12
12
|
export declare class KitAutocompleteModule {
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitAutocompleteModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitAutocompleteModule, [typeof i1.KitAutocompleteComponent, typeof i2.KitAutocompleteDirective], [typeof i3.CommonModule, typeof i4.DropDownsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitAutocompleteModule, [typeof i1.KitAutocompleteComponent, typeof i2.KitAutocompleteDirective], [typeof i3.CommonModule, typeof i4.DropDownsModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.InputsModule, typeof i7.KitInputMessageModule, typeof i8.KitLoaderModule, typeof i9.KitSvgIconModule, typeof i10.KitInputLabelModule], [typeof i1.KitAutocompleteComponent, typeof i2.KitAutocompleteDirective]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitAutocompleteModule>;
|
|
16
16
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
4
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare enum KitCheckboxState {
|
|
7
6
|
REGULAR = "regular",
|
|
@@ -37,10 +36,6 @@ export declare class KitCheckboxComponent implements ControlValueAccessor {
|
|
|
37
36
|
* Defines a value which going to be an info message text
|
|
38
37
|
*/
|
|
39
38
|
messageText?: string;
|
|
40
|
-
/**
|
|
41
|
-
* Defines a value which going to be an info message type
|
|
42
|
-
*/
|
|
43
|
-
messageType: KitInputMessageType;
|
|
44
39
|
/**
|
|
45
40
|
* Occurs as soon as input checked state is changed
|
|
46
41
|
*/
|
|
@@ -62,6 +57,6 @@ export declare class KitCheckboxComponent implements ControlValueAccessor {
|
|
|
62
57
|
setDisabledState(disabled: boolean): void;
|
|
63
58
|
setCssClasses(checkbox: HTMLInputElement): Record<string, boolean>;
|
|
64
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCheckboxComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCheckboxComponent, "kit-checkbox", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "defaultChecked": { "alias": "defaultChecked"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "state": { "alias": "state"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; };
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCheckboxComponent, "kit-checkbox", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "defaultChecked": { "alias": "defaultChecked"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "state": { "alias": "state"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
66
61
|
}
|
|
67
62
|
export {};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
import { PreventableEvent } from '@progress/kendo-angular-common';
|
|
5
|
+
import { PopupSettings } from '@progress/kendo-angular-dropdowns';
|
|
6
|
+
import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class KitDatepickerComponent implements ControlValueAccessor {
|
|
9
|
+
private elementRef;
|
|
10
|
+
private document;
|
|
11
|
+
/**
|
|
12
|
+
* Defines a value that is going to be applied as a datepicker placeholder
|
|
13
|
+
*/
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Defines a value that is going to be applied as a datepicker label
|
|
17
|
+
*/
|
|
18
|
+
label?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Defines a value that is going to be applied as a default datepicker value
|
|
21
|
+
*/
|
|
22
|
+
defaultDate?: Date;
|
|
23
|
+
/**
|
|
24
|
+
* Defines whether the component will be in disabled state
|
|
25
|
+
*/
|
|
26
|
+
disabled?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Defines a value that is going to be applied as a datepicker format
|
|
29
|
+
*/
|
|
30
|
+
format: string;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies the smallest valid date
|
|
33
|
+
*/
|
|
34
|
+
min?: Date;
|
|
35
|
+
/**
|
|
36
|
+
* Specifies the biggest valid date
|
|
37
|
+
*/
|
|
38
|
+
max?: Date;
|
|
39
|
+
/**
|
|
40
|
+
* Defines an icon which will be used to the left of the info message
|
|
41
|
+
*/
|
|
42
|
+
messageIcon?: KitSvgIcon;
|
|
43
|
+
/**
|
|
44
|
+
* Defines a value which going to be an info message text
|
|
45
|
+
*/
|
|
46
|
+
messageText?: string;
|
|
47
|
+
/**
|
|
48
|
+
* An action which is emitted when datepicker value changed
|
|
49
|
+
*/
|
|
50
|
+
changed: EventEmitter<Date>;
|
|
51
|
+
/**
|
|
52
|
+
* Defines a reference of the DatePicker component
|
|
53
|
+
*/
|
|
54
|
+
datepicker: DatePickerComponent;
|
|
55
|
+
/**
|
|
56
|
+
* Defines settings for datepicker popup
|
|
57
|
+
*/
|
|
58
|
+
readonly datepickerPopupSettings: PopupSettings;
|
|
59
|
+
/**
|
|
60
|
+
* An icon which will be used in a datepicker toggle button
|
|
61
|
+
*/
|
|
62
|
+
readonly calendarIcon: KitSvgIcon;
|
|
63
|
+
constructor(elementRef: ElementRef, document: Document);
|
|
64
|
+
documentClick(event: Event): void;
|
|
65
|
+
onValueChange(value: Date): void;
|
|
66
|
+
onPopupToggle(): void;
|
|
67
|
+
onBlur(): void;
|
|
68
|
+
onClose(event: PreventableEvent): void;
|
|
69
|
+
onChange: (value: Date) => void;
|
|
70
|
+
onTouched: () => void;
|
|
71
|
+
writeValue(value: string): void;
|
|
72
|
+
registerOnChange(fn: (_: Date) => void): void;
|
|
73
|
+
registerOnTouched(fn: () => void): void;
|
|
74
|
+
setDisabledState(disabled: boolean): void;
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatepickerComponent, never>;
|
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitDatepickerComponent, "kit-datepicker", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
77
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./kit-datepicker.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@progress/kendo-angular-dateinputs";
|
|
5
|
+
import * as i4 from "../kit-input-label/kit-input-label.module";
|
|
6
|
+
import * as i5 from "../kit-input-message/kit-input-message.module";
|
|
7
|
+
import * as i6 from "../kit-svg-icon/kit-svg-icon.module";
|
|
8
|
+
export declare class KitDatepickerModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatepickerModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatepickerModule, [typeof i1.KitDatepickerComponent], [typeof i2.CommonModule, typeof i3.DateInputsModule, typeof i4.KitInputLabelModule, typeof i5.KitInputMessageModule, typeof i6.KitSvgIconModule], [typeof i1.KitDatepickerComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KitDatepickerModule>;
|
|
12
|
+
}
|
|
@@ -3,11 +3,11 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./kit-daterange.component";
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
5
|
import * as i3 from "@progress/kendo-angular-dateinputs";
|
|
6
|
-
import * as i4 from "
|
|
7
|
-
import * as i5 from "../kit-
|
|
8
|
-
import * as i6 from "../kit-input-
|
|
6
|
+
import * as i4 from "../kit-svg-icon/kit-svg-icon.module";
|
|
7
|
+
import * as i5 from "../kit-input-message/kit-input-message.module";
|
|
8
|
+
import * as i6 from "../kit-input-label/kit-input-label.module";
|
|
9
9
|
export declare class KitDaterangeModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDaterangeModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDaterangeModule, [typeof i1.KitDaterangeComponent], [typeof i2.CommonModule, typeof i3.DateInputsModule, typeof i4.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDaterangeModule, [typeof i1.KitDaterangeComponent], [typeof i2.CommonModule, typeof i3.DateInputsModule, typeof i4.KitSvgIconModule, typeof i5.KitInputMessageModule, typeof i6.KitInputLabelModule], [typeof i1.KitDaterangeComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDaterangeModule>;
|
|
13
13
|
}
|
|
@@ -3,11 +3,11 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./kit-datetimepicker.component";
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
5
|
import * as i3 from "@progress/kendo-angular-dateinputs";
|
|
6
|
-
import * as i4 from "
|
|
7
|
-
import * as i5 from "../kit-
|
|
8
|
-
import * as i6 from "../kit-input-
|
|
6
|
+
import * as i4 from "../kit-svg-icon/kit-svg-icon.module";
|
|
7
|
+
import * as i5 from "../kit-input-message/kit-input-message.module";
|
|
8
|
+
import * as i6 from "../kit-input-label/kit-input-label.module";
|
|
9
9
|
export declare class KitDatetimepickerModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatetimepickerModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatetimepickerModule, [typeof i1.KitDatetimepickerComponent], [typeof i2.CommonModule, typeof i3.DateInputsModule, typeof i4.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDatetimepickerModule, [typeof i1.KitDatetimepickerComponent], [typeof i2.CommonModule, typeof i3.DateInputsModule, typeof i4.KitSvgIconModule, typeof i5.KitInputMessageModule, typeof i6.KitInputLabelModule], [typeof i1.KitDatetimepickerComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDatetimepickerModule>;
|
|
13
13
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, Predicate, TemplateRef, WritableSignal } from '@angular/core';
|
|
2
2
|
import { DropDownListComponent, ItemDisabledFn, PopupSettings } from '@progress/kendo-angular-dropdowns';
|
|
3
3
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
4
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
5
4
|
import { ControlValueAccessor } from '@angular/forms';
|
|
6
5
|
import { KitAutocompleteState } from '../kit-autocomplete/kit-autocomplete.component';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
@@ -41,10 +40,6 @@ export declare class KitDropdownComponent<T> implements ControlValueAccessor {
|
|
|
41
40
|
* Defines a value which going to be an info message text
|
|
42
41
|
*/
|
|
43
42
|
messageText?: string;
|
|
44
|
-
/**
|
|
45
|
-
* Defines a value which going to be an info message type
|
|
46
|
-
*/
|
|
47
|
-
messageType: KitInputMessageType;
|
|
48
43
|
/**
|
|
49
44
|
* Defines a particular state for the component
|
|
50
45
|
*/
|
|
@@ -108,5 +103,5 @@ export declare class KitDropdownComponent<T> implements ControlValueAccessor {
|
|
|
108
103
|
onClose(): void;
|
|
109
104
|
getCssClasses(): Record<string, boolean>;
|
|
110
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDropdownComponent<any>, never>;
|
|
111
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitDropdownComponent<any>, "kit-dropdown", never, { "items": { "alias": "items"; "required": false; }; "selectedItem": { "alias": "selectedItem"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitDropdownComponent<any>, "kit-dropdown", never, { "items": { "alias": "items"; "required": false; }; "selectedItem": { "alias": "selectedItem"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; "defaultItem": { "alias": "defaultItem"; "required": false; }; "listHeight": { "alias": "listHeight"; "required": false; }; "hideDefaultItem": { "alias": "hideDefaultItem"; "required": false; }; "toggleIcon": { "alias": "toggleIcon"; "required": false; }; }, { "selected": "selected"; }, ["kitDropdownValueTemplate", "kitDropdownItemTemplate"], never, false, never>;
|
|
112
107
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./kit-dropdown.component";
|
|
3
3
|
import * as i2 from "@progress/kendo-angular-dropdowns";
|
|
4
|
-
import * as i3 from "@
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "../kit-
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../kit-input-message/kit-input-message.module";
|
|
6
|
+
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "../kit-svg-icon/kit-svg-icon.module";
|
|
8
|
+
import * as i7 from "../kit-input-label/kit-input-label.module";
|
|
9
9
|
export declare class KitDropdownModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDropdownModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDropdownModule, [typeof i1.KitDropdownComponent], [typeof i2.DropDownListModule, typeof i3.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDropdownModule, [typeof i1.KitDropdownComponent], [typeof i2.DropDownListModule, typeof i3.CommonModule, typeof i4.KitInputMessageModule, typeof i5.ReactiveFormsModule, typeof i5.FormsModule, typeof i6.KitSvgIconModule, typeof i7.KitInputLabelModule], [typeof i1.KitDropdownComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDropdownModule>;
|
|
13
13
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class KitInputLabelComponent {
|
|
5
|
+
/**
|
|
6
|
+
* Defines the text content of the label
|
|
7
|
+
*/
|
|
8
|
+
text?: string;
|
|
9
|
+
/**
|
|
10
|
+
* Associates the label with a component by a template reference
|
|
11
|
+
*/
|
|
12
|
+
for?: ElementRef;
|
|
13
|
+
/**
|
|
14
|
+
* Defines the tooltip text
|
|
15
|
+
*/
|
|
16
|
+
tooltip?: string;
|
|
17
|
+
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputLabelComponent, "kit-input-label", never, { "text": { "alias": "text"; "required": false; }; "for": { "alias": "for"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./kit-input-label.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@progress/kendo-angular-label";
|
|
5
|
+
import * as i4 from "../kit-svg-icon/kit-svg-icon.module";
|
|
6
|
+
export declare class KitInputLabelModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputLabelModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitInputLabelModule, [typeof i1.KitInputLabelComponent], [typeof i2.CommonModule, typeof i3.LabelModule, typeof i4.KitSvgIconModule], [typeof i1.KitInputLabelComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<KitInputLabelModule>;
|
|
10
|
+
}
|
|
@@ -1,16 +1,6 @@
|
|
|
1
1
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export declare enum KitInputMessageType {
|
|
4
|
-
DEFAULT = "default",
|
|
5
|
-
HINT = "hint",
|
|
6
|
-
DANGER = "danger",
|
|
7
|
-
SUCCESS = "success"
|
|
8
|
-
}
|
|
9
3
|
export declare class KitInputMessageComponent {
|
|
10
|
-
/**
|
|
11
|
-
* Defines a value which going to be an info message text
|
|
12
|
-
*/
|
|
13
|
-
type: KitInputMessageType;
|
|
14
4
|
/**
|
|
15
5
|
* An icon which will be used to the left of the info message
|
|
16
6
|
*/
|
|
@@ -20,5 +10,5 @@ export declare class KitInputMessageComponent {
|
|
|
20
10
|
*/
|
|
21
11
|
message: string;
|
|
22
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputMessageComponent, "kit-input-message", never, { "
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputMessageComponent, "kit-input-message", never, { "icon": { "alias": "icon"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
14
|
}
|
|
@@ -3,7 +3,6 @@ import { KitMultiselectItem } from './kit-multiselect.model';
|
|
|
3
3
|
import { ItemDisabledFn, PopupSettings } from '@progress/kendo-angular-dropdowns';
|
|
4
4
|
import { ControlValueAccessor } from '@angular/forms';
|
|
5
5
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
6
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare class KitMultiselectComponent<T> implements ControlValueAccessor {
|
|
9
8
|
private elementRef;
|
|
@@ -39,10 +38,6 @@ export declare class KitMultiselectComponent<T> implements ControlValueAccessor
|
|
|
39
38
|
* Defines a value which going to be an info message text
|
|
40
39
|
*/
|
|
41
40
|
messageText?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Defines a value which going to be an info message type
|
|
44
|
-
*/
|
|
45
|
-
messageType: KitInputMessageType;
|
|
46
41
|
/**
|
|
47
42
|
* An action which is emitted when value is changed
|
|
48
43
|
*/
|
|
@@ -69,5 +64,5 @@ export declare class KitMultiselectComponent<T> implements ControlValueAccessor
|
|
|
69
64
|
registerOnTouched(fn: () => void): void;
|
|
70
65
|
setDisabledState(disabled: boolean): void;
|
|
71
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitMultiselectComponent<any>, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitMultiselectComponent<any>, "kit-multiselect", never, { "items": { "alias": "items"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; };
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitMultiselectComponent<any>, "kit-multiselect", never, { "items": { "alias": "items"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoClose": { "alias": "autoClose"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
73
68
|
}
|
|
@@ -4,10 +4,10 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
5
5
|
import * as i4 from "@angular/forms";
|
|
6
6
|
import * as i5 from "../kit-svg-icon/kit-svg-icon.module";
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "../kit-input-
|
|
7
|
+
import * as i6 from "../kit-input-message/kit-input-message.module";
|
|
8
|
+
import * as i7 from "../kit-input-label/kit-input-label.module";
|
|
9
9
|
export declare class KitMultiselectModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitMultiselectModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitMultiselectModule, [typeof i1.KitMultiselectComponent], [typeof i2.CommonModule, typeof i3.MultiSelectModule, typeof i3.DropDownListModule, typeof i4.FormsModule, typeof i5.KitSvgIconModule, typeof i6.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitMultiselectModule, [typeof i1.KitMultiselectComponent], [typeof i2.CommonModule, typeof i3.MultiSelectModule, typeof i3.DropDownListModule, typeof i4.FormsModule, typeof i5.KitSvgIconModule, typeof i6.KitInputMessageModule, typeof i7.KitInputLabelModule], [typeof i1.KitMultiselectComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitMultiselectModule>;
|
|
13
13
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
4
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
5
4
|
import { KitNumericTextboxState } from './kit-numeric-textbox.const';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class KitNumericTextboxComponent implements ControlValueAccessor {
|
|
@@ -41,10 +40,6 @@ export declare class KitNumericTextboxComponent implements ControlValueAccessor
|
|
|
41
40
|
* Defines a value which going to be an info message text
|
|
42
41
|
*/
|
|
43
42
|
messageText?: string;
|
|
44
|
-
/**
|
|
45
|
-
* Defines a value which going to be an info message type
|
|
46
|
-
*/
|
|
47
|
-
messageType: KitInputMessageType;
|
|
48
43
|
/**
|
|
49
44
|
* Defines a state whether the textbox will be disabled or not
|
|
50
45
|
*/
|
|
@@ -91,5 +86,5 @@ export declare class KitNumericTextboxComponent implements ControlValueAccessor
|
|
|
91
86
|
*/
|
|
92
87
|
onInputChange(value: number): void;
|
|
93
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNumericTextboxComponent, never>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitNumericTextboxComponent, "kit-numeric-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitNumericTextboxComponent, "kit-numeric-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; "state": { "alias": "state"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
95
90
|
}
|
|
@@ -3,11 +3,11 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./kit-numeric-textbox.component";
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
5
|
import * as i3 from "@progress/kendo-angular-inputs";
|
|
6
|
-
import * as i4 from "
|
|
7
|
-
import * as i5 from "../kit-
|
|
8
|
-
import * as i6 from "../kit-
|
|
6
|
+
import * as i4 from "../kit-input-message/kit-input-message.module";
|
|
7
|
+
import * as i5 from "../kit-svg-icon/kit-svg-icon.module";
|
|
8
|
+
import * as i6 from "../kit-input-label/kit-input-label.module";
|
|
9
9
|
export declare class KitNumericTextboxModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNumericTextboxModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNumericTextboxModule, [typeof i1.KitNumericTextboxComponent], [typeof i2.CommonModule, typeof i3.NumericTextBoxModule, typeof i4.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitNumericTextboxModule, [typeof i1.KitNumericTextboxComponent], [typeof i2.CommonModule, typeof i3.NumericTextBoxModule, typeof i4.KitInputMessageModule, typeof i5.KitSvgIconModule, typeof i6.KitInputLabelModule], [typeof i1.KitNumericTextboxComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitNumericTextboxModule>;
|
|
13
13
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./kit-radio-button.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@progress/kendo-angular-
|
|
5
|
-
import * as i4 from "
|
|
4
|
+
import * as i3 from "@progress/kendo-angular-inputs";
|
|
5
|
+
import * as i4 from "../kit-input-label/kit-input-label.module";
|
|
6
6
|
export declare class KitRadioButtonModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitRadioButtonModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitRadioButtonModule, [typeof i1.KitRadioButtonComponent], [typeof i2.CommonModule, typeof i3.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitRadioButtonModule, [typeof i1.KitRadioButtonComponent], [typeof i2.CommonModule, typeof i3.RadioButtonModule, typeof i4.KitInputLabelModule], [typeof i1.KitRadioButtonComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitRadioButtonModule>;
|
|
10
10
|
}
|
|
@@ -83,5 +83,6 @@ export declare enum KitSvgIcon {
|
|
|
83
83
|
INFO_CIRCLE = "info-circle",
|
|
84
84
|
CHECK_CIRCLE_FILLED = "check-circle-filled",
|
|
85
85
|
WARNING_CIRCLE_FILLED = "warning-circle-filled",
|
|
86
|
-
CLOSE_CIRCLE_FILLED = "close-circle-filled"
|
|
86
|
+
CLOSE_CIRCLE_FILLED = "close-circle-filled",
|
|
87
|
+
QUESTION_CIRCLE = "question-circle"
|
|
87
88
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { KitSwitchItem } from './kit-switch-item.model';
|
|
3
3
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
4
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
5
|
export declare enum KitSwitchMode {
|
|
7
6
|
SINGLE = "single",
|
|
@@ -47,10 +46,6 @@ export declare class KitSwitchComponent {
|
|
|
47
46
|
* Defines a value which going to be an info message text
|
|
48
47
|
*/
|
|
49
48
|
messageText?: string;
|
|
50
|
-
/**
|
|
51
|
-
* Defines a value which going to be an info message type
|
|
52
|
-
*/
|
|
53
|
-
messageType: KitInputMessageType;
|
|
54
49
|
/**
|
|
55
50
|
* Defines a particular state for the component
|
|
56
51
|
*/
|
|
@@ -79,5 +74,5 @@ export declare class KitSwitchComponent {
|
|
|
79
74
|
*/
|
|
80
75
|
private isSingleMode;
|
|
81
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSwitchComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSwitchComponent, "kit-switch", never, { "items": { "alias": "items"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitSwitchComponent, "kit-switch", never, { "items": { "alias": "items"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "selected": "selected"; }, never, never, false, never>;
|
|
83
78
|
}
|
|
@@ -4,8 +4,9 @@ import * as i2 from "@progress/kendo-angular-buttons";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "../kit-svg-icon/kit-svg-icon.module";
|
|
6
6
|
import * as i5 from "../kit-input-message/kit-input-message.module";
|
|
7
|
+
import * as i6 from "../kit-input-label/kit-input-label.module";
|
|
7
8
|
export declare class KitSwitchModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSwitchModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitSwitchModule, [typeof i1.KitSwitchComponent], [typeof i2.ButtonGroupModule, typeof i2.ButtonModule, typeof i3.CommonModule, typeof i4.KitSvgIconModule, typeof i5.KitInputMessageModule], [typeof i1.KitSwitchComponent]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitSwitchModule, [typeof i1.KitSwitchComponent], [typeof i2.ButtonGroupModule, typeof i2.ButtonModule, typeof i3.CommonModule, typeof i4.KitSvgIconModule, typeof i5.KitInputMessageModule, typeof i6.KitInputLabelModule], [typeof i1.KitSwitchComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitSwitchModule>;
|
|
11
12
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export declare enum KitTextLabelState {
|
|
4
3
|
REGULAR = "regular",
|
|
@@ -25,14 +24,10 @@ export declare class KitTextLabelComponent {
|
|
|
25
24
|
* Defines a value which going to be as a label info message text
|
|
26
25
|
*/
|
|
27
26
|
messageText?: string;
|
|
28
|
-
/**
|
|
29
|
-
* Defines a value which going to be an info message type
|
|
30
|
-
*/
|
|
31
|
-
messageType: KitInputMessageType;
|
|
32
27
|
/**
|
|
33
28
|
* Defines a particular state for the component
|
|
34
29
|
*/
|
|
35
30
|
state: KitTextLabelState;
|
|
36
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextLabelComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextLabelComponent, "kit-text-label", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "htmlMode": { "alias": "htmlMode"; "required": false; }; "noValueMessage": { "alias": "noValueMessage"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextLabelComponent, "kit-text-label", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "htmlMode": { "alias": "htmlMode"; "required": false; }; "noValueMessage": { "alias": "noValueMessage"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
33
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./kit-text-label.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "../kit-input-
|
|
4
|
+
import * as i3 from "../kit-input-message/kit-input-message.module";
|
|
5
|
+
import * as i4 from "../kit-input-label/kit-input-label.module";
|
|
6
6
|
export declare class KitTextLabelModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextLabelModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextLabelModule, [typeof i1.KitTextLabelComponent], [typeof i2.CommonModule, typeof i3.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextLabelModule, [typeof i1.KitTextLabelComponent], [typeof i2.CommonModule, typeof i3.KitInputMessageModule, typeof i4.KitInputLabelModule], [typeof i1.KitTextLabelComponent]>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitTextLabelModule>;
|
|
10
10
|
}
|
|
@@ -2,11 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./kit-textarea.component";
|
|
3
3
|
import * as i2 from "./kit-textarea-autoresize.directive";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "../kit-
|
|
7
|
-
import * as i6 from "../kit-
|
|
5
|
+
import * as i4 from "../kit-input-message/kit-input-message.module";
|
|
6
|
+
import * as i5 from "../kit-svg-icon/kit-svg-icon.module";
|
|
7
|
+
import * as i6 from "../kit-input-label/kit-input-label.module";
|
|
8
8
|
export declare class KitTextareaModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextareaModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextareaModule, [typeof i1.KitTextareaComponent, typeof i2.KitTextareaAutoresizeDirective], [typeof i3.CommonModule, typeof i4.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextareaModule, [typeof i1.KitTextareaComponent, typeof i2.KitTextareaAutoresizeDirective], [typeof i3.CommonModule, typeof i4.KitInputMessageModule, typeof i5.KitSvgIconModule, typeof i6.KitInputLabelModule], [typeof i1.KitTextareaComponent, typeof i2.KitTextareaAutoresizeDirective]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitTextareaModule>;
|
|
12
12
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
3
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
4
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
5
4
|
import { KitTextboxState } from './kit-textbox.const';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class KitTextboxComponent implements ControlValueAccessor {
|
|
@@ -25,10 +24,6 @@ export declare class KitTextboxComponent implements ControlValueAccessor {
|
|
|
25
24
|
* Defines a value which going to be an info message text
|
|
26
25
|
*/
|
|
27
26
|
messageText?: string;
|
|
28
|
-
/**
|
|
29
|
-
* Defines a value which going to be an info message type
|
|
30
|
-
*/
|
|
31
|
-
messageType: KitInputMessageType;
|
|
32
27
|
/**
|
|
33
28
|
* Defines a state whether the textbox will be disabled or not
|
|
34
29
|
*/
|
|
@@ -75,5 +70,5 @@ export declare class KitTextboxComponent implements ControlValueAccessor {
|
|
|
75
70
|
*/
|
|
76
71
|
onInputChange(value: string): void;
|
|
77
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextboxComponent, "kit-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextboxComponent, "kit-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "state": { "alias": "state"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
79
74
|
}
|
|
@@ -2,11 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./kit-textbox.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-inputs";
|
|
5
|
-
import * as i4 from "
|
|
5
|
+
import * as i4 from "../kit-input-label/kit-input-label.module";
|
|
6
6
|
import * as i5 from "../kit-input-message/kit-input-message.module";
|
|
7
7
|
import * as i6 from "../kit-svg-icon/kit-svg-icon.module";
|
|
8
8
|
export declare class KitTextboxModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextboxModule, [typeof i1.KitTextboxComponent], [typeof i2.CommonModule, typeof i3.TextBoxModule, typeof i4.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitTextboxModule, [typeof i1.KitTextboxComponent], [typeof i2.CommonModule, typeof i3.TextBoxModule, typeof i4.KitInputLabelModule, typeof i5.KitInputMessageModule, typeof i6.KitSvgIconModule], [typeof i1.KitTextboxComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitTextboxModule>;
|
|
12
12
|
}
|