@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,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 class KitToggleComponent implements ControlValueAccessor {
|
|
7
6
|
/**
|
|
@@ -40,10 +39,6 @@ export declare class KitToggleComponent implements ControlValueAccessor {
|
|
|
40
39
|
* Defines a value which going to be an info message text
|
|
41
40
|
*/
|
|
42
41
|
messageText?: string;
|
|
43
|
-
/**
|
|
44
|
-
* Defines a value which going to be an info message type
|
|
45
|
-
*/
|
|
46
|
-
messageType: KitInputMessageType;
|
|
47
42
|
/**
|
|
48
43
|
* Occurs as soon as toggle state is changed
|
|
49
44
|
*/
|
|
@@ -65,5 +60,5 @@ export declare class KitToggleComponent implements ControlValueAccessor {
|
|
|
65
60
|
writeValue(value: boolean): void;
|
|
66
61
|
setDisabledState(disabled: boolean): void;
|
|
67
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitToggleComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitToggleComponent, "kit-toggle", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "defaultChecked": { "alias": "defaultChecked"; "required": false; }; "onOffLabel": { "alias": "onOffLabel"; "required": false; }; "onLabel": { "alias": "onLabel"; "required": false; }; "offLabel": { "alias": "offLabel"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; };
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitToggleComponent, "kit-toggle", never, { "label": { "alias": "label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "defaultChecked": { "alias": "defaultChecked"; "required": false; }; "onOffLabel": { "alias": "onOffLabel"; "required": false; }; "onLabel": { "alias": "onLabel"; "required": false; }; "offLabel": { "alias": "offLabel"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
69
64
|
}
|
|
@@ -2,10 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./kit-toggle.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@progress/kendo-angular-inputs";
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "../kit-input-
|
|
5
|
+
import * as i4 from "../kit-input-message/kit-input-message.module";
|
|
6
|
+
import * as i5 from "../kit-input-label/kit-input-label.module";
|
|
7
7
|
export declare class KitToggleModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitToggleModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitToggleModule, [typeof i1.KitToggleComponent], [typeof i2.CommonModule, typeof i3.SwitchModule, typeof i4.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitToggleModule, [typeof i1.KitToggleComponent], [typeof i2.CommonModule, typeof i3.SwitchModule, typeof i4.KitInputMessageModule, typeof i5.KitInputLabelModule], [typeof i1.KitToggleComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitToggleModule>;
|
|
11
11
|
}
|
|
@@ -2,7 +2,6 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { KitDropdownItem } from '../kit-dropdown/kit-dropdown.component';
|
|
3
3
|
import { ItemDisabledFn, PopupSettings } from '@progress/kendo-angular-dropdowns';
|
|
4
4
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
5
|
-
import { KitInputMessageType } from '../kit-input-message/kit-input-message.component';
|
|
6
5
|
import { AbstractControl } from '@angular/forms';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
export declare enum KitUnitsTextboxDropdownPosition {
|
|
@@ -62,10 +61,6 @@ export declare class KitUnitsTextboxComponent<T> {
|
|
|
62
61
|
* Defines a value which going to be an info message text
|
|
63
62
|
*/
|
|
64
63
|
messageText?: string;
|
|
65
|
-
/**
|
|
66
|
-
* Defines a value which going to be an info message type
|
|
67
|
-
*/
|
|
68
|
-
messageType: KitInputMessageType;
|
|
69
64
|
/**
|
|
70
65
|
* Defines a value which used to set position of the dropdown list
|
|
71
66
|
*/
|
|
@@ -141,5 +136,5 @@ export declare class KitUnitsTextboxComponent<T> {
|
|
|
141
136
|
*/
|
|
142
137
|
onDropdownBlur(): void;
|
|
143
138
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxComponent<any>, never>;
|
|
144
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitUnitsTextboxComponent<any>, "kit-units-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabledTextBox": { "alias": "disabledTextBox"; "required": false; }; "disabledDropdown": { "alias": "disabledDropdown"; "required": false; }; "dropdownItems": { "alias": "dropdownItems"; "required": false; }; "selectedDropdownItem": { "alias": "selectedDropdownItem"; "required": false; }; "textBoxValue": { "alias": "textBoxValue"; "required": false; }; "textBoxFormControl": { "alias": "textBoxFormControl"; "required": false; }; "dropdownFormControl": { "alias": "dropdownFormControl"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "
|
|
139
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitUnitsTextboxComponent<any>, "kit-units-textbox", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "disabledTextBox": { "alias": "disabledTextBox"; "required": false; }; "disabledDropdown": { "alias": "disabledDropdown"; "required": false; }; "dropdownItems": { "alias": "dropdownItems"; "required": false; }; "selectedDropdownItem": { "alias": "selectedDropdownItem"; "required": false; }; "textBoxValue": { "alias": "textBoxValue"; "required": false; }; "textBoxFormControl": { "alias": "textBoxFormControl"; "required": false; }; "dropdownFormControl": { "alias": "dropdownFormControl"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "textboxType": { "alias": "textboxType"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "format": { "alias": "format"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "blured": "blured"; "selected": "selected"; "changed": "changed"; }, never, never, false, never>;
|
|
145
140
|
}
|
|
@@ -4,12 +4,12 @@ import * as i1 from "./kit-units-textbox.component";
|
|
|
4
4
|
import * as i2 from "@angular/common";
|
|
5
5
|
import * as i3 from "@progress/kendo-angular-inputs";
|
|
6
6
|
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
7
|
-
import * as i5 from "
|
|
8
|
-
import * as i6 from "
|
|
9
|
-
import * as i7 from "
|
|
10
|
-
import * as i8 from "../kit-
|
|
7
|
+
import * as i5 from "../kit-input-message/kit-input-message.module";
|
|
8
|
+
import * as i6 from "@angular/forms";
|
|
9
|
+
import * as i7 from "../kit-svg-icon/kit-svg-icon.module";
|
|
10
|
+
import * as i8 from "../kit-input-label/kit-input-label.module";
|
|
11
11
|
export declare class KitUnitsTextboxModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitUnitsTextboxModule, [typeof i1.KitUnitsTextboxComponent], [typeof i2.CommonModule, typeof i3.TextBoxModule, typeof i3.NumericTextBoxModule, typeof i4.DropDownListModule, typeof i5.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitUnitsTextboxModule, [typeof i1.KitUnitsTextboxComponent], [typeof i2.CommonModule, typeof i3.TextBoxModule, typeof i3.NumericTextBoxModule, typeof i4.DropDownListModule, typeof i5.KitInputMessageModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.KitSvgIconModule, typeof i8.KitInputLabelModule], [typeof i1.KitUnitsTextboxComponent]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitUnitsTextboxModule>;
|
|
15
15
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export { KitTextboxComponent } from './lib/components/kit-textbox/kit-textbox.co
|
|
|
15
15
|
export { KitTextboxModule } from './lib/components/kit-textbox/kit-textbox.module';
|
|
16
16
|
export { KitNumericTextboxComponent } from './lib/components/kit-numeric-textbox/kit-numeric-textbox.component';
|
|
17
17
|
export { KitNumericTextboxModule } from './lib/components/kit-numeric-textbox/kit-numeric-textbox.module';
|
|
18
|
-
export { KitInputMessageComponent
|
|
18
|
+
export { KitInputMessageComponent } from './lib/components/kit-input-message/kit-input-message.component';
|
|
19
19
|
export { KitInputMessageModule } from './lib/components/kit-input-message/kit-input-message.module';
|
|
20
20
|
export { KitDropdownComponent, KitDropdownItem, KitDropdownState } from './lib/components/kit-dropdown/kit-dropdown.component';
|
|
21
21
|
export { KitDropdownModule } from './lib/components/kit-dropdown/kit-dropdown.module';
|
|
@@ -99,3 +99,7 @@ export { KitMultiselectItem } from './lib/components/kit-multiselect/kit-multise
|
|
|
99
99
|
export { KitPopupModule } from './lib/components/kit-popup/kit-popup.module';
|
|
100
100
|
export { KitPopupComponent } from './lib/components/kit-popup/kit-popup.component';
|
|
101
101
|
export { KitPopupDirective } from './lib/components/kit-popup/kit-popup.directive';
|
|
102
|
+
export { KitInputLabelModule } from './lib/components/kit-input-label/kit-input-label.module';
|
|
103
|
+
export { KitInputLabelComponent } from './lib/components/kit-input-label/kit-input-label.component';
|
|
104
|
+
export { KitDatepickerModule } from './lib/components/kit-datepicker/kit-datepicker.module';
|
|
105
|
+
export { KitDatepickerComponent } from './lib/components/kit-datepicker/kit-datepicker.component';
|