@indigina/ui-kit 1.1.7 → 1.1.9
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/kit-autocomplete/kit-autocomplete.component.mjs +183 -0
- package/{esm2020 → esm2022}/lib/components/kit-autocomplete/kit-autocomplete.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-autocomplete/kit-autocomplete.module.mjs +23 -23
- package/{esm2020 → esm2022}/lib/components/kit-button/kit-button.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-button/kit-button.module.mjs +9 -9
- package/esm2022/lib/components/kit-checkbox/kit-checkbox.component.mjs +108 -0
- package/{esm2020 → esm2022}/lib/components/kit-checkbox/kit-checkbox.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/components/kit-copy-text/kit-copy-text.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-copy-text/kit-copy-text.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-abstract-confirmation/kit-cta-panel-abstract-confirmation.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-abstract-confirmation/kit-cta-panel-abstract-confirmation.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-action/kit-cta-panel-action.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-action/kit-cta-panel-action.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-confirmation/abstract-kit-cta-panel-confirmation.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-confirmation/kit-cta-panel-confirmation.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-confirmation/kit-cta-panel-confirmation.module.mjs +21 -21
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-item/kit-cta-panel-item.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-cta-panel-item/kit-cta-panel-item.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/components/kit-daterange/kit-daterange.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-daterange/kit-daterange.module.mjs +15 -15
- package/esm2022/lib/components/kit-datetimepicker/kit-datetimepicker.component.mjs +129 -0
- package/{esm2020 → esm2022}/lib/components/kit-datetimepicker/kit-datetimepicker.module.mjs +13 -13
- package/{esm2020 → esm2022}/lib/components/kit-dialog/kit-dialog.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-dialog/kit-dialog.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/components/kit-dialog/kit-dialog.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-dialog-actions/kit-dialog-actions.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-dialog-actions/kit-dialog-actions.module.mjs +5 -5
- package/esm2022/lib/components/kit-dropdown/kit-dropdown.component.mjs +146 -0
- package/esm2022/lib/components/kit-dropdown/kit-dropdown.module.mjs +47 -0
- package/{esm2020 → esm2022}/lib/components/kit-file-upload/kit-file-upload.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-file-upload/kit-file-upload.module.mjs +15 -15
- package/{esm2020 → esm2022}/lib/components/kit-input-message/kit-input-message.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-input-message/kit-input-message.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/kit-loader/kit-loader.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-loader/kit-loader.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/kit-location-stepper/kit-location-stepper.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-location-stepper/kit-location-stepper.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/components/kit-navigation-tabs/kit-navigation-tabs.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-navigation-tabs/kit-navigation-tabs.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/components/kit-note/kit-note.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-note/kit-note.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/kit-notification/kit-notification.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-notification/kit-notification.module.mjs +7 -7
- package/esm2022/lib/components/kit-numeric-textbox/kit-numeric-textbox.component.mjs +108 -0
- package/{esm2020 → esm2022}/lib/components/kit-numeric-textbox/kit-numeric-textbox.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/components/kit-pill/kit-pill.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-pill/kit-pill.module.mjs +7 -7
- package/esm2022/lib/components/kit-radio-button/kit-radio-button.component.mjs +85 -0
- package/{esm2020 → esm2022}/lib/components/kit-radio-button/kit-radio-button.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/components/kit-skeleton/kit-skeleton.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-skeleton/kit-skeleton.module.mjs +7 -7
- package/{esm2020 → esm2022}/lib/components/kit-svg-icon/kit-svg-icon.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-svg-icon/kit-svg-icon.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/kit-svg-sprite/kit-svg-sprite.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-svg-sprite/kit-svg-sprite.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/kit-switch/kit-switch.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-switch/kit-switch.module.mjs +13 -13
- package/{esm2020 → esm2022}/lib/components/kit-text-label/kit-text-label.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/kit-text-label/kit-text-label.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/components/kit-textarea/kit-textarea-autoresize.directive.mjs +4 -4
- package/esm2022/lib/components/kit-textarea/kit-textarea.component.mjs +142 -0
- package/{esm2020 → esm2022}/lib/components/kit-textarea/kit-textarea.module.mjs +11 -11
- package/esm2022/lib/components/kit-textbox/kit-textbox.component.mjs +104 -0
- package/{esm2020 → esm2022}/lib/components/kit-textbox/kit-textbox.module.mjs +11 -11
- package/esm2022/lib/components/kit-timepicker/kit-timepicker.component.mjs +91 -0
- package/{esm2020 → esm2022}/lib/components/kit-timepicker/kit-timepicker.module.mjs +9 -9
- package/{esm2020 → esm2022}/lib/components/kit-toastr/kit-toastr.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/components/kit-toastr/kit-toastr.service.mjs +4 -4
- package/esm2022/lib/components/kit-toggle/kit-toggle.component.mjs +111 -0
- package/{esm2020 → esm2022}/lib/components/kit-toggle/kit-toggle.module.mjs +11 -11
- package/esm2022/lib/components/kit-units-textbox/kit-units-textbox.component.mjs +176 -0
- package/esm2022/lib/components/kit-units-textbox/kit-units-textbox.module.mjs +55 -0
- package/{esm2020 → esm2022}/lib/directives/kit-permission/kit-permission.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/directives/kit-permission/kit-permission.module.mjs +5 -5
- package/esm2022/lib/directives/kit-tooltip/kit-tooltip.directive.mjs +46 -0
- package/{esm2020 → esm2022}/lib/directives/kit-tooltip/kit-tooltip.module.mjs +6 -6
- package/{esm2020 → esm2022}/lib/services/kit-query-params.service.mjs +4 -4
- package/{fesm2020 → fesm2022}/indigina-ui-kit.mjs +518 -513
- package/fesm2022/indigina-ui-kit.mjs.map +1 -0
- package/lib/components/kit-autocomplete/kit-autocomplete.component.d.ts +1 -1
- package/lib/components/kit-button/kit-button.component.d.ts +1 -1
- package/lib/components/kit-checkbox/kit-checkbox.component.d.ts +2 -2
- package/lib/components/kit-copy-text/kit-copy-text.component.d.ts +1 -1
- package/lib/components/kit-cta-panel-abstract-confirmation/kit-cta-panel-abstract-confirmation.component.d.ts +1 -1
- package/lib/components/kit-cta-panel-action/kit-cta-panel-action.component.d.ts +1 -1
- package/lib/components/kit-cta-panel-confirmation/kit-cta-panel-confirmation.component.d.ts +1 -1
- package/lib/components/kit-cta-panel-item/kit-cta-panel-item.component.d.ts +1 -1
- package/lib/components/kit-daterange/kit-daterange.component.d.ts +1 -1
- package/lib/components/kit-datetimepicker/kit-datetimepicker.component.d.ts +1 -1
- package/lib/components/kit-dropdown/kit-dropdown.component.d.ts +2 -1
- package/lib/components/kit-dropdown/kit-dropdown.module.d.ts +2 -1
- package/lib/components/kit-file-upload/kit-file-upload.component.d.ts +1 -1
- package/lib/components/kit-file-upload/kit-file-upload.model.d.ts +1 -1
- package/lib/components/kit-input-message/kit-input-message.component.d.ts +1 -1
- package/lib/components/kit-location-stepper/kit-location-stepper.component.d.ts +1 -1
- package/lib/components/kit-navigation-tabs/kit-navigation-tabs.component.d.ts +2 -2
- package/lib/components/kit-notification/kit-notification.component.d.ts +1 -1
- package/lib/components/kit-numeric-textbox/kit-numeric-textbox.component.d.ts +1 -1
- package/lib/components/kit-pill/kit-pill.component.d.ts +1 -1
- package/lib/components/kit-radio-button/kit-radio-button.component.d.ts +1 -1
- package/lib/components/kit-skeleton/kit-skeleton.component.d.ts +1 -1
- package/lib/components/kit-svg-icon/kit-svg-icon.component.d.ts +1 -1
- package/lib/components/kit-switch/kit-switch.component.d.ts +1 -1
- package/lib/components/kit-text-label/kit-text-label.component.d.ts +1 -1
- package/lib/components/kit-textarea/kit-textarea.component.d.ts +1 -1
- package/lib/components/kit-textbox/kit-textbox.component.d.ts +1 -1
- package/lib/components/kit-timepicker/kit-timepicker.component.d.ts +1 -1
- package/lib/components/kit-toastr/kit-toastr.service.d.ts +1 -1
- package/lib/components/kit-toggle/kit-toggle.component.d.ts +1 -1
- package/lib/components/kit-units-textbox/kit-units-textbox.component.d.ts +2 -1
- package/lib/components/kit-units-textbox/kit-units-textbox.module.d.ts +2 -1
- package/lib/directives/kit-permission/kit-permission.directive.d.ts +1 -1
- package/lib/directives/kit-tooltip/kit-tooltip.directive.d.ts +4 -4
- package/lib/services/kit-query-params.service.d.ts +1 -1
- package/package.json +32 -38
- package/esm2020/lib/components/kit-autocomplete/kit-autocomplete.component.mjs +0 -183
- package/esm2020/lib/components/kit-checkbox/kit-checkbox.component.mjs +0 -108
- package/esm2020/lib/components/kit-datetimepicker/kit-datetimepicker.component.mjs +0 -129
- package/esm2020/lib/components/kit-dropdown/kit-dropdown.component.mjs +0 -143
- package/esm2020/lib/components/kit-dropdown/kit-dropdown.module.mjs +0 -43
- package/esm2020/lib/components/kit-numeric-textbox/kit-numeric-textbox.component.mjs +0 -108
- package/esm2020/lib/components/kit-radio-button/kit-radio-button.component.mjs +0 -85
- package/esm2020/lib/components/kit-textarea/kit-textarea.component.mjs +0 -142
- package/esm2020/lib/components/kit-textbox/kit-textbox.component.mjs +0 -104
- package/esm2020/lib/components/kit-timepicker/kit-timepicker.component.mjs +0 -91
- package/esm2020/lib/components/kit-toggle/kit-toggle.component.mjs +0 -111
- package/esm2020/lib/components/kit-units-textbox/kit-units-textbox.component.mjs +0 -173
- package/esm2020/lib/components/kit-units-textbox/kit-units-textbox.module.mjs +0 -51
- package/esm2020/lib/directives/kit-tooltip/kit-tooltip.directive.mjs +0 -49
- package/fesm2015/indigina-ui-kit.mjs +0 -3579
- package/fesm2015/indigina-ui-kit.mjs.map +0 -1
- package/fesm2020/indigina-ui-kit.mjs.map +0 -1
- /package/{esm2020 → esm2022}/indigina-ui-kit.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/kit-button/kit-button.const.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/kit-cta-panel-confirmation/kit-cta-panel-confirmation.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/kit-cta-panel-item/kit-cta-panel-item.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/kit-file-upload/kit-file-upload.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/kit-radio-button/kit-radio-button.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/kit-svg-icon/kit-svg-icon.const.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/kit-switch/kit-switch-item.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utils/random.util.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
|
@@ -120,5 +120,5 @@ export declare class KitAutocompleteComponent<T> implements ControlValueAccessor
|
|
|
120
120
|
registerOnTouched(fn: () => void): void;
|
|
121
121
|
setDisabledState(disabled: boolean): void;
|
|
122
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitAutocompleteComponent<any>, never>;
|
|
123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitAutocompleteComponent<any>, "kit-autocomplete", never, { "label": "label"; "placeholder": "placeholder"; "items": "items"; "selectedValue": "selectedValue"; "disabled": "disabled"; "loaderVisible": "loaderVisible"; "messageIcon": "messageIcon"; "messageText": "messageText"; "messageType": "messageType"; "state": "state"; }, { "changed": "changed"; "selected": "selected"; "blured": "blured"; "focused": "focused"; }, never, never, false, 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; }; "messageType": { "alias": "messageType"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "changed": "changed"; "selected": "selected"; "blured": "blured"; "focused": "focused"; }, never, never, false, never>;
|
|
124
124
|
}
|
|
@@ -36,5 +36,5 @@ export declare class KitButtonComponent {
|
|
|
36
36
|
*/
|
|
37
37
|
clicked: EventEmitter<void>;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitButtonComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitButtonComponent, "kit-button", never, { "disabled": "disabled"; "label": "label"; "type": "type"; "icon": "icon"; "kind": "kind"; "iconPosition": "iconPosition"; "buttonClass": "buttonClass"; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitButtonComponent, "kit-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "kind": { "alias": "kind"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "buttonClass": { "alias": "buttonClass"; "required": false; }; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
40
40
|
}
|
|
@@ -7,7 +7,7 @@ export declare enum KitCheckboxState {
|
|
|
7
7
|
REGULAR = "regular",
|
|
8
8
|
DANGER = "danger"
|
|
9
9
|
}
|
|
10
|
-
|
|
10
|
+
type CheckboxValueFn = (value: boolean) => void;
|
|
11
11
|
export declare class KitCheckboxComponent implements ControlValueAccessor {
|
|
12
12
|
/**
|
|
13
13
|
* Defines a label for checkbox; exact this text will be displayed next to the checkbox
|
|
@@ -60,6 +60,6 @@ export declare class KitCheckboxComponent implements ControlValueAccessor {
|
|
|
60
60
|
writeValue(value: boolean): void;
|
|
61
61
|
setDisabledState(disabled: boolean): void;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCheckboxComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCheckboxComponent, "kit-checkbox", never, { "label": "label"; "disabled": "disabled"; "defaultChecked": "defaultChecked"; "readonly": "readonly"; "state": "state"; "messageIcon": "messageIcon"; "messageText": "messageText"; "messageType": "messageType"; }, { "changed": "changed"; }, never, never, false, never>;
|
|
63
|
+
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; }; "messageType": { "alias": "messageType"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
64
64
|
}
|
|
65
65
|
export {};
|
|
@@ -28,5 +28,5 @@ export declare class KitCopyTextComponent {
|
|
|
28
28
|
private handleCopyStateChange;
|
|
29
29
|
private copyTextToClipboard;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCopyTextComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCopyTextComponent, "kit-copy-text", never, { "textToCopy": "textToCopy"; "tooltipTextBefore": "tooltipTextBefore"; "tooltipTextAfter": "tooltipTextAfter"; }, {}, never, never, false, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCopyTextComponent, "kit-copy-text", never, { "textToCopy": { "alias": "textToCopy"; "required": false; }; "tooltipTextBefore": { "alias": "tooltipTextBefore"; "required": false; }; "tooltipTextAfter": { "alias": "tooltipTextAfter"; "required": false; }; }, {}, never, never, false, never>;
|
|
32
32
|
}
|
|
@@ -7,5 +7,5 @@ export declare class KitCtaPanelAbstractConfirmationComponent {
|
|
|
7
7
|
quitClicked: EventEmitter<void>;
|
|
8
8
|
confirmClicked: EventEmitter<void>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelAbstractConfirmationComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelAbstractConfirmationComponent, "kit-cta-panel-abstract-confirmation", never, { "confirmButtonDisabled": "confirmButtonDisabled"; "quitText": "quitText"; "confirmText": "confirmText"; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, [".confirmation-head", ".confirmation-main"], false, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelAbstractConfirmationComponent, "kit-cta-panel-abstract-confirmation", never, { "confirmButtonDisabled": { "alias": "confirmButtonDisabled"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, [".confirmation-head", ".confirmation-main"], false, never>;
|
|
11
11
|
}
|
|
@@ -12,5 +12,5 @@ export declare class KitCtaPanelActionComponent {
|
|
|
12
12
|
readonly KitButtonKind: typeof KitButtonKind;
|
|
13
13
|
readonly KitButtonType: typeof KitButtonType;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelActionComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelActionComponent, "kit-cta-panel-action", never, { "disabled": "disabled"; "confirmText": "confirmText"; "quitText": "quitText"; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, never, false, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelActionComponent, "kit-cta-panel-action", never, { "disabled": { "alias": "disabled"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -15,5 +15,5 @@ export declare class KitCtaPanelConfirmationComponent<T> {
|
|
|
15
15
|
constructor(formBuilder: UntypedFormBuilder);
|
|
16
16
|
onConfirmButtonClick(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelConfirmationComponent<any>, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelConfirmationComponent<any>, "kit-cta-panel-confirmation", never, { "data": "data"; "confirmButtonDisabled": "confirmButtonDisabled"; "dropdownListHeight": "dropdownListHeight"; "quitText": "quitText"; "confirmText": "confirmText"; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, never, false, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelConfirmationComponent<any>, "kit-cta-panel-confirmation", never, { "data": { "alias": "data"; "required": false; }; "confirmButtonDisabled": { "alias": "confirmButtonDisabled"; "required": false; }; "dropdownListHeight": { "alias": "dropdownListHeight"; "required": false; }; "quitText": { "alias": "quitText"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; }, { "quitClicked": "quitClicked"; "confirmClicked": "confirmClicked"; }, never, never, false, never>;
|
|
19
19
|
}
|
|
@@ -10,5 +10,5 @@ export declare class KitCtaPanelItemComponent {
|
|
|
10
10
|
readonly KitCtaPanelItemType: typeof KitCtaPanelItemType;
|
|
11
11
|
onButtonClick(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCtaPanelItemComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelItemComponent, "kit-cta-panel-item", never, { "item": "item"; "type": "type"; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitCtaPanelItemComponent, "kit-cta-panel-item", never, { "item": { "alias": "item"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
14
14
|
}
|
|
@@ -109,5 +109,5 @@ export declare class KitDaterangeComponent {
|
|
|
109
109
|
onBlur(): void;
|
|
110
110
|
onClose(): void;
|
|
111
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDaterangeComponent, never>;
|
|
112
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitDaterangeComponent, "kit-daterange", never, { "type": "type"; "label": "label"; "startLabel": "startLabel"; "endLabel": "endLabel"; "startPlaceholder": "startPlaceholder"; "endPlaceholder": "endPlaceholder"; "format": "format"; "defaultStartDate": "defaultStartDate"; "defaultEndDate": "defaultEndDate"; "min": "min"; "max": "max"; "disabled": "disabled"; "isValid": "isValid"; "iconPosition": "iconPosition"; "messageIcon": "messageIcon"; "messageText": "messageText"; "startDateControl": "startDateControl"; "endDateControl": "endDateControl"; }, { "startDateChanged": "startDateChanged"; "closed": "closed"; "endDateChanged": "endDateChanged"; }, never, never, false, never>;
|
|
112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitDaterangeComponent, "kit-daterange", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "startLabel": { "alias": "startLabel"; "required": false; }; "endLabel": { "alias": "endLabel"; "required": false; }; "startPlaceholder": { "alias": "startPlaceholder"; "required": false; }; "endPlaceholder": { "alias": "endPlaceholder"; "required": false; }; "format": { "alias": "format"; "required": false; }; "defaultStartDate": { "alias": "defaultStartDate"; "required": false; }; "defaultEndDate": { "alias": "defaultEndDate"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isValid": { "alias": "isValid"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "startDateControl": { "alias": "startDateControl"; "required": false; }; "endDateControl": { "alias": "endDateControl"; "required": false; }; }, { "startDateChanged": "startDateChanged"; "closed": "closed"; "endDateChanged": "endDateChanged"; }, never, never, false, never>;
|
|
113
113
|
}
|
|
@@ -92,5 +92,5 @@ export declare class KitDatetimepickerComponent implements ControlValueAccessor
|
|
|
92
92
|
registerOnTouched(fn: () => void): void;
|
|
93
93
|
setDisabledState(disabled: boolean): void;
|
|
94
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDatetimepickerComponent, never>;
|
|
95
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitDatetimepickerComponent, "kit-datetimepicker", never, { "label": "label"; "placeholder": "placeholder"; "disabled": "disabled"; "messageIcon": "messageIcon"; "messageText": "messageText"; "isValid": "isValid"; "format": "format"; "defaultDate": "defaultDate"; "min": "min"; "max": "max"; }, { "changed": "changed"; }, never, never, false, never>;
|
|
95
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitDatetimepickerComponent, "kit-datetimepicker", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "isValid": { "alias": "isValid"; "required": false; }; "format": { "alias": "format"; "required": false; }; "defaultDate": { "alias": "defaultDate"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
96
96
|
}
|
|
@@ -70,6 +70,7 @@ export declare class KitDropdownComponent<T> implements ControlValueAccessor {
|
|
|
70
70
|
* Defines template for a dropdown list item
|
|
71
71
|
*/
|
|
72
72
|
kitDropdownItemTemplate?: TemplateRef<HTMLTemplateElement>;
|
|
73
|
+
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
73
74
|
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
74
75
|
/**
|
|
75
76
|
* Build an object with appropriate options, based on hiding default item state
|
|
@@ -94,5 +95,5 @@ export declare class KitDropdownComponent<T> implements ControlValueAccessor {
|
|
|
94
95
|
setDisabledState(disabled: boolean): void;
|
|
95
96
|
reset(value: T): void;
|
|
96
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDropdownComponent<any>, never>;
|
|
97
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitDropdownComponent<any>, "kit-dropdown", never, { "items": "items"; "selectedItem": "selectedItem"; "label": "label"; "disabled": "disabled"; "messageIcon": "messageIcon"; "messageText": "messageText"; "messageType": "messageType"; "state": "state"; "defaultItem": "defaultItem"; "listHeight": "listHeight"; "hideDefaultItem": "hideDefaultItem"; }, { "selected": "selected"; }, ["kitDropdownItemTemplate"], never, false, never>;
|
|
98
|
+
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; }; "messageType": { "alias": "messageType"; "required": false; }; "state": { "alias": "state"; "required": false; }; "defaultItem": { "alias": "defaultItem"; "required": false; }; "listHeight": { "alias": "listHeight"; "required": false; }; "hideDefaultItem": { "alias": "hideDefaultItem"; "required": false; }; }, { "selected": "selected"; }, ["kitDropdownItemTemplate"], never, false, never>;
|
|
98
99
|
}
|
|
@@ -5,8 +5,9 @@ import * as i3 from "@progress/kendo-angular-label";
|
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
6
|
import * as i5 from "../kit-input-message/kit-input-message.module";
|
|
7
7
|
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "../kit-svg-icon/kit-svg-icon.module";
|
|
8
9
|
export declare class KitDropdownModule {
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitDropdownModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDropdownModule, [typeof i1.KitDropdownComponent], [typeof i2.DropDownListModule, typeof i3.LabelModule, typeof i4.CommonModule, typeof i5.KitInputMessageModule, typeof i6.ReactiveFormsModule, typeof i6.FormsModule], [typeof i1.KitDropdownComponent]>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitDropdownModule, [typeof i1.KitDropdownComponent], [typeof i2.DropDownListModule, typeof i3.LabelModule, typeof i4.CommonModule, typeof i5.KitInputMessageModule, typeof i6.ReactiveFormsModule, typeof i6.FormsModule, typeof i7.KitSvgIconModule], [typeof i1.KitDropdownComponent]>;
|
|
11
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitDropdownModule>;
|
|
12
13
|
}
|
|
@@ -57,5 +57,5 @@ export declare class KitFileUploadComponent {
|
|
|
57
57
|
getValidationError(error: string): string;
|
|
58
58
|
getTypedFiles(files: KitFileUploadFile[]): KitFileUploadFile[];
|
|
59
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitFileUploadComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitFileUploadComponent, "kit-file-upload", never, { "saveUrl": "saveUrl"; "files": "files"; "selectFilesLabel": "selectFilesLabel"; "dropzoneLabel": "dropzoneLabel"; "restrictions": "restrictions"; "restrictionsErrorMessages": "restrictionsErrorMessages"; "hasActionButton": "hasActionButton"; "actionButtonLabel": "actionButtonLabel"; }, { "fileDownloaded": "fileDownloaded"; "filesSelected": "filesSelected"; "actionButtonClicked": "actionButtonClicked"; }, never, never, false, never>;
|
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitFileUploadComponent, "kit-file-upload", never, { "saveUrl": { "alias": "saveUrl"; "required": false; }; "files": { "alias": "files"; "required": false; }; "selectFilesLabel": { "alias": "selectFilesLabel"; "required": false; }; "dropzoneLabel": { "alias": "dropzoneLabel"; "required": false; }; "restrictions": { "alias": "restrictions"; "required": false; }; "restrictionsErrorMessages": { "alias": "restrictionsErrorMessages"; "required": false; }; "hasActionButton": { "alias": "hasActionButton"; "required": false; }; "actionButtonLabel": { "alias": "actionButtonLabel"; "required": false; }; }, { "fileDownloaded": "fileDownloaded"; "filesSelected": "filesSelected"; "actionButtonClicked": "actionButtonClicked"; }, never, never, false, never>;
|
|
61
61
|
}
|
|
@@ -20,5 +20,5 @@ export declare class KitInputMessageComponent {
|
|
|
20
20
|
*/
|
|
21
21
|
message: string;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitInputMessageComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputMessageComponent, "kit-input-message", never, { "type": "type"; "icon": "icon"; "message": "message"; }, {}, never, never, false, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitInputMessageComponent, "kit-input-message", never, { "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
24
|
}
|
|
@@ -23,5 +23,5 @@ export declare class KitLocationStepperComponent {
|
|
|
23
23
|
toolTipPosition: KitTooltipPosition;
|
|
24
24
|
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitLocationStepperComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitLocationStepperComponent, "kit-location-stepper", never, { "items": "items"; "toolTipPosition": "toolTipPosition"; }, {}, never, never, false, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitLocationStepperComponent, "kit-location-stepper", never, { "items": { "alias": "items"; "required": false; }; "toolTipPosition": { "alias": "toolTipPosition"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
27
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Predicate } from '@angular/core';
|
|
2
2
|
import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export
|
|
4
|
+
export type KitNavigationTabsItemLink = string | number;
|
|
5
5
|
export interface KitNavigationTabsItem {
|
|
6
6
|
title: string;
|
|
7
7
|
link: string | KitNavigationTabsItemLink[];
|
|
@@ -21,5 +21,5 @@ export declare class KitNavigationTabsComponent {
|
|
|
21
21
|
getRouterLink(item: KitNavigationTabsItem): string | KitNavigationTabsItemLink[] | null;
|
|
22
22
|
getItemIconCssClass(item: KitNavigationTabsItem): KitNavigationTabsItemIconType;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationTabsComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationTabsComponent, "kit-navigation-tabs", never, { "items": "items"; }, {}, never, never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationTabsComponent, "kit-navigation-tabs", never, { "items": { "alias": "items"; "required": false; }; }, {}, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -11,5 +11,5 @@ export declare class KitNotificationComponent {
|
|
|
11
11
|
*/
|
|
12
12
|
type: KitNotificationType;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNotificationComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitNotificationComponent, "kit-notification", never, { "type": "type"; }, {}, never, ["*"], false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitNotificationComponent, "kit-notification", never, { "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
15
15
|
}
|
|
@@ -81,5 +81,5 @@ export declare class KitNumericTextboxComponent implements ControlValueAccessor
|
|
|
81
81
|
*/
|
|
82
82
|
onInputChange(value: number): void;
|
|
83
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNumericTextboxComponent, never>;
|
|
84
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitNumericTextboxComponent, "kit-numeric-textbox", never, { "placeholder": "placeholder"; "label": "label"; "defaultValue": "defaultValue"; "decimals": "decimals"; "min": "min"; "max": "max"; "maxlength": "maxlength"; "messageIcon": "messageIcon"; "messageText": "messageText"; "messageType": "messageType"; "disabled": "disabled"; "format": "format"; }, { "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
84
|
+
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; }; "messageType": { "alias": "messageType"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, { "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
85
85
|
}
|
|
@@ -10,5 +10,5 @@ export declare class KitPillComponent {
|
|
|
10
10
|
onComponentClick(): void;
|
|
11
11
|
readonly closeIcon: KitSvgIcon;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitPillComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitPillComponent, "kit-pill", never, { "removable": "removable"; "selectable": "selectable"; "selected": "selected"; }, { "clicked": "clicked"; "removed": "removed"; }, never, ["*"], false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitPillComponent, "kit-pill", never, { "removable": { "alias": "removable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "clicked": "clicked"; "removed": "removed"; }, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -22,5 +22,5 @@ export declare class KitRadioButtonComponent<T> implements ControlValueAccessor
|
|
|
22
22
|
private getFirstPartOfUUID;
|
|
23
23
|
private needToPrevent;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitRadioButtonComponent<any>, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitRadioButtonComponent<any>, "kit-radio-button", never, { "items": "items"; "label": "label"; "name": "name"; "readonly": "readonly"; "disabled": "disabled"; }, { "changed": "changed"; }, never, never, false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitRadioButtonComponent<any>, "kit-radio-button", never, { "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
26
26
|
}
|
|
@@ -26,5 +26,5 @@ export declare class KitSkeletonComponent {
|
|
|
26
26
|
*/
|
|
27
27
|
animation: KitSkeletonAnimation | false;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSkeletonComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSkeletonComponent, "kit-skeleton", never, { "width": "width"; "height": "height"; "shape": "shape"; "animation": "animation"; }, {}, never, never, false, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitSkeletonComponent, "kit-skeleton", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
30
|
}
|
|
@@ -9,5 +9,5 @@ export declare class KitSvgIconComponent {
|
|
|
9
9
|
*/
|
|
10
10
|
iconClass: string | null;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSvgIconComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSvgIconComponent, "kit-svg-icon", never, { "icon": "icon"; "iconClass": "iconClass"; }, {}, never, never, false, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitSvgIconComponent, "kit-svg-icon", never, { "icon": { "alias": "icon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
13
|
}
|
|
@@ -79,5 +79,5 @@ export declare class KitSwitchComponent {
|
|
|
79
79
|
*/
|
|
80
80
|
private isSingleMode;
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitSwitchComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitSwitchComponent, "kit-switch", never, { "items": "items"; "mode": "mode"; "label": "label"; "disabled": "disabled"; "selection": "selection"; "messageIcon": "messageIcon"; "messageText": "messageText"; "messageType": "messageType"; "state": "state"; }, { "selected": "selected"; }, never, never, false, 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; }; "messageType": { "alias": "messageType"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "selected": "selected"; }, never, never, false, never>;
|
|
83
83
|
}
|
|
@@ -34,5 +34,5 @@ export declare class KitTextLabelComponent {
|
|
|
34
34
|
*/
|
|
35
35
|
state: KitTextLabelState;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextLabelComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextLabelComponent, "kit-text-label", never, { "label": "label"; "value": "value"; "htmlMode": "htmlMode"; "noValueMessage": "noValueMessage"; "messageText": "messageText"; "messageType": "messageType"; "state": "state"; }, {}, never, never, false, 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; }; "messageType": { "alias": "messageType"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
@@ -103,5 +103,5 @@ export declare class KitTextareaComponent implements ControlValueAccessor, OnCha
|
|
|
103
103
|
*/
|
|
104
104
|
onTextareaChange(event: Event): void;
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextareaComponent, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextareaComponent, "kit-textarea", never, { "placeholder": "placeholder"; "label": "label"; "defaultValue": "defaultValue"; "maxlength": "maxlength"; "minLines": "minLines"; "maxLines": "maxLines"; "disabled": "disabled"; "messageIcon": "messageIcon"; "messageText": "messageText"; "state": "state"; "readonly": "readonly"; }, { "focused": "focused"; "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextareaComponent, "kit-textarea", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minLines": { "alias": "minLines"; "required": false; }; "maxLines": { "alias": "maxLines"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "messageIcon": { "alias": "messageIcon"; "required": false; }; "messageText": { "alias": "messageText"; "required": false; }; "state": { "alias": "state"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "focused": "focused"; "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
107
107
|
}
|
|
@@ -65,5 +65,5 @@ export declare class KitTextboxComponent implements ControlValueAccessor {
|
|
|
65
65
|
*/
|
|
66
66
|
onInputChange(value: string): void;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTextboxComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTextboxComponent, "kit-textbox", never, { "placeholder": "placeholder"; "label": "label"; "defaultValue": "defaultValue"; "messageIcon": "messageIcon"; "messageText": "messageText"; "messageType": "messageType"; "disabled": "disabled"; "maxlength": "maxlength"; }, { "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
68
|
+
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; }; "messageType": { "alias": "messageType"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; }, { "blured": "blured"; "changed": "changed"; }, never, never, false, never>;
|
|
69
69
|
}
|
|
@@ -29,5 +29,5 @@ export declare class KitTimepickerComponent implements ControlValueAccessor {
|
|
|
29
29
|
registerOnTouched(fn: () => void): void;
|
|
30
30
|
setDisabledState(disabled: boolean): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTimepickerComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitTimepickerComponent, "kit-timepicker", never, { "label": "label"; "placeholder": "placeholder"; "defaultValue": "defaultValue"; "longFormatEnabled": "longFormatEnabled"; "disabled": "disabled"; "readonly": "readonly"; "min": "min"; "max": "max"; }, { "popupOpened": "popupOpened"; "popupClosed": "popupClosed"; "changed": "changed"; "blured": "blured"; }, never, never, false, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitTimepickerComponent, "kit-timepicker", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "longFormatEnabled": { "alias": "longFormatEnabled"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, { "popupOpened": "popupOpened"; "popupClosed": "popupClosed"; "changed": "changed"; "blured": "blured"; }, never, never, false, never>;
|
|
33
33
|
}
|
|
@@ -28,7 +28,7 @@ export interface KitToastrConfig {
|
|
|
28
28
|
progressbar?: boolean;
|
|
29
29
|
disableTimeout?: boolean;
|
|
30
30
|
}
|
|
31
|
-
export
|
|
31
|
+
export type KitToastr = ActiveToast<void>;
|
|
32
32
|
export declare class KitToastrService {
|
|
33
33
|
private toastrService;
|
|
34
34
|
private rendererFactory2;
|
|
@@ -65,5 +65,5 @@ export declare class KitToggleComponent implements ControlValueAccessor {
|
|
|
65
65
|
writeValue(value: boolean): void;
|
|
66
66
|
setDisabledState(disabled: boolean): void;
|
|
67
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitToggleComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitToggleComponent, "kit-toggle", never, { "label": "label"; "disabled": "disabled"; "readonly": "readonly"; "defaultChecked": "defaultChecked"; "onOffLabel": "onOffLabel"; "onLabel": "onLabel"; "offLabel": "offLabel"; "messageIcon": "messageIcon"; "messageText": "messageText"; "messageType": "messageType"; }, { "changed": "changed"; }, never, never, false, 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; }; "messageType": { "alias": "messageType"; "required": false; }; }, { "changed": "changed"; }, never, never, false, never>;
|
|
69
69
|
}
|
|
@@ -122,6 +122,7 @@ export declare class KitUnitsTextboxComponent<T> {
|
|
|
122
122
|
* Defines dropdown positioning types
|
|
123
123
|
*/
|
|
124
124
|
readonly KitUnitsTextboxDropdownPosition: typeof KitUnitsTextboxDropdownPosition;
|
|
125
|
+
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
125
126
|
onItemDisabled(): ItemDisabledFn;
|
|
126
127
|
/**
|
|
127
128
|
* Function that is called when input value changed
|
|
@@ -140,5 +141,5 @@ export declare class KitUnitsTextboxComponent<T> {
|
|
|
140
141
|
*/
|
|
141
142
|
onDropdownBlur(): void;
|
|
142
143
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxComponent<any>, never>;
|
|
143
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitUnitsTextboxComponent<any>, "kit-units-textbox", never, { "placeholder": "placeholder"; "label": "label"; "disabledTextBox": "disabledTextBox"; "disabledDropdown": "disabledDropdown"; "dropdownItems": "dropdownItems"; "selectedDropdownItem": "selectedDropdownItem"; "textBoxValue": "textBoxValue"; "textBoxFormControl": "textBoxFormControl"; "dropdownFormControl": "dropdownFormControl"; "messageIcon": "messageIcon"; "messageText": "messageText"; "messageType": "messageType"; "dropdownPosition": "dropdownPosition"; "textboxType": "textboxType"; "decimals": "decimals"; "min": "min"; "max": "max"; "maxlength": "maxlength"; "format": "format"; "state": "state"; }, { "blured": "blured"; "selected": "selected"; "changed": "changed"; }, never, never, false, 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; }; "messageType": { "alias": "messageType"; "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>;
|
|
144
145
|
}
|
|
@@ -7,8 +7,9 @@ import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
|
7
7
|
import * as i5 from "@progress/kendo-angular-label";
|
|
8
8
|
import * as i6 from "../kit-input-message/kit-input-message.module";
|
|
9
9
|
import * as i7 from "@angular/forms";
|
|
10
|
+
import * as i8 from "../kit-svg-icon/kit-svg-icon.module";
|
|
10
11
|
export declare class KitUnitsTextboxModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitUnitsTextboxModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KitUnitsTextboxModule, [typeof i1.KitUnitsTextboxComponent], [typeof i2.CommonModule, typeof i3.TextBoxModule, typeof i3.NumericTextBoxModule, typeof i4.DropDownListModule, typeof i5.LabelModule, typeof i6.KitInputMessageModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule], [typeof i1.KitUnitsTextboxComponent]>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KitUnitsTextboxModule, [typeof i1.KitUnitsTextboxComponent], [typeof i2.CommonModule, typeof i3.TextBoxModule, typeof i3.NumericTextBoxModule, typeof i4.DropDownListModule, typeof i5.LabelModule, typeof i6.KitInputMessageModule, typeof i7.FormsModule, typeof i7.ReactiveFormsModule, typeof i8.KitSvgIconModule], [typeof i1.KitUnitsTextboxComponent]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<KitUnitsTextboxModule>;
|
|
14
15
|
}
|
|
@@ -16,5 +16,5 @@ export declare class KitPermissionDirective implements OnInit {
|
|
|
16
16
|
private updateView;
|
|
17
17
|
private hasPermissions;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitPermissionDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KitPermissionDirective, "[kitPermission]", never, { "kitPermission": "kitPermission"; "kitPermissionUser": "kitPermissionUser"; }, {}, never, never, false, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KitPermissionDirective, "[kitPermission]", never, { "kitPermission": { "alias": "kitPermission"; "required": false; }; "kitPermissionUser": { "alias": "kitPermissionUser"; "required": false; }; }, {}, never, never, false, never>;
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AfterViewInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { TooltipDirective } from '@progress/kendo-angular-tooltip';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare enum KitTooltipPosition {
|
|
@@ -7,11 +7,11 @@ export declare enum KitTooltipPosition {
|
|
|
7
7
|
RIGHT = "right",
|
|
8
8
|
LEFT = "left"
|
|
9
9
|
}
|
|
10
|
-
export declare class KitTooltipDirective extends TooltipDirective implements
|
|
10
|
+
export declare class KitTooltipDirective extends TooltipDirective implements AfterViewInit {
|
|
11
11
|
kitTooltipPosition: KitTooltipPosition;
|
|
12
12
|
kitTooltipFilter: string;
|
|
13
13
|
kitTooltipTemplateRef?: TemplateRef<HTMLElement>;
|
|
14
|
-
|
|
14
|
+
ngAfterViewInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitTooltipDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTooltipDirective, "[kitTooltip]", never, { "kitTooltipPosition": "kitTooltipPosition"; "kitTooltipFilter": "kitTooltipFilter"; "kitTooltipTemplateRef": "kitTooltipTemplateRef"; }, {}, never, never, false, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<KitTooltipDirective, "[kitTooltip]", never, { "kitTooltipPosition": { "alias": "kitTooltipPosition"; "required": false; }; "kitTooltipFilter": { "alias": "kitTooltipFilter"; "required": false; }; "kitTooltipTemplateRef": { "alias": "kitTooltipTemplateRef"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare enum KitQueryParamsName {
|
|
4
4
|
FILTER = "filter"
|
|
5
5
|
}
|
|
6
|
-
export
|
|
6
|
+
export type KitQueryParams = Record<string, string | string[]>;
|
|
7
7
|
export declare class KitQueryParamsService {
|
|
8
8
|
private activatedRoute;
|
|
9
9
|
constructor(activatedRoute: ActivatedRoute);
|
package/package.json
CHANGED
|
@@ -7,43 +7,39 @@
|
|
|
7
7
|
"components",
|
|
8
8
|
"shared"
|
|
9
9
|
],
|
|
10
|
-
"version": "1.1.
|
|
10
|
+
"version": "1.1.9",
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@angular/common": "^
|
|
13
|
-
"@angular/core": "^
|
|
12
|
+
"@angular/common": "^16.2.8",
|
|
13
|
+
"@angular/core": "^16.2.8"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@progress/kendo-angular-buttons": "
|
|
17
|
-
"@progress/kendo-angular-common": "
|
|
18
|
-
"@progress/kendo-angular-dateinputs": "
|
|
19
|
-
"@progress/kendo-angular-dropdowns": "
|
|
20
|
-
"@progress/kendo-angular-icons": "
|
|
21
|
-
"@progress/kendo-angular-indicators": "
|
|
22
|
-
"@progress/kendo-angular-inputs": "
|
|
23
|
-
"@progress/kendo-angular-intl": "
|
|
24
|
-
"@progress/kendo-angular-l10n": "
|
|
25
|
-
"@progress/kendo-angular-label": "
|
|
26
|
-
"@progress/kendo-angular-layout": "
|
|
27
|
-
"@progress/kendo-angular-menu": "
|
|
28
|
-
"@progress/kendo-angular-navigation": "
|
|
29
|
-
"@progress/kendo-angular-popup": "
|
|
30
|
-
"@progress/kendo-angular-progressbar": "
|
|
31
|
-
"@progress/kendo-angular-treeview": "
|
|
32
|
-
"@progress/kendo-angular-tooltip": "
|
|
33
|
-
"@progress/kendo-angular-dialog": "
|
|
34
|
-
"@progress/kendo-angular-upload": "
|
|
35
|
-
"@progress/kendo-drawing": "1.
|
|
36
|
-
"@progress/kendo-licensing": "1.3.
|
|
37
|
-
"@progress/kendo-svg-icons": "1.
|
|
38
|
-
"@progress/kendo-theme-default": "6.
|
|
39
|
-
"tslib": "2.
|
|
40
|
-
"ngx-toastr": "
|
|
16
|
+
"@progress/kendo-angular-buttons": "13.5.0",
|
|
17
|
+
"@progress/kendo-angular-common": "13.5.0",
|
|
18
|
+
"@progress/kendo-angular-dateinputs": "13.5.0",
|
|
19
|
+
"@progress/kendo-angular-dropdowns": "13.5.0",
|
|
20
|
+
"@progress/kendo-angular-icons": "13.5.0",
|
|
21
|
+
"@progress/kendo-angular-indicators": "13.5.0",
|
|
22
|
+
"@progress/kendo-angular-inputs": "13.5.0",
|
|
23
|
+
"@progress/kendo-angular-intl": "13.5.0",
|
|
24
|
+
"@progress/kendo-angular-l10n": "13.5.0",
|
|
25
|
+
"@progress/kendo-angular-label": "13.5.0",
|
|
26
|
+
"@progress/kendo-angular-layout": "13.5.0",
|
|
27
|
+
"@progress/kendo-angular-menu": "13.5.0",
|
|
28
|
+
"@progress/kendo-angular-navigation": "13.5.0",
|
|
29
|
+
"@progress/kendo-angular-popup": "13.5.0",
|
|
30
|
+
"@progress/kendo-angular-progressbar": "13.5.0",
|
|
31
|
+
"@progress/kendo-angular-treeview": "13.5.0",
|
|
32
|
+
"@progress/kendo-angular-tooltip": "13.5.0",
|
|
33
|
+
"@progress/kendo-angular-dialog": "13.5.0",
|
|
34
|
+
"@progress/kendo-angular-upload": "13.5.0",
|
|
35
|
+
"@progress/kendo-drawing": "1.18.0",
|
|
36
|
+
"@progress/kendo-licensing": "1.3.2",
|
|
37
|
+
"@progress/kendo-svg-icons": "1.9.0",
|
|
38
|
+
"@progress/kendo-theme-default": "6.7.0",
|
|
39
|
+
"tslib": "2.6.2",
|
|
40
|
+
"ngx-toastr": "17.0.2"
|
|
41
41
|
},
|
|
42
|
-
"module": "
|
|
43
|
-
"es2020": "fesm2020/indigina-ui-kit.mjs",
|
|
44
|
-
"esm2020": "esm2020/indigina-ui-kit.mjs",
|
|
45
|
-
"fesm2020": "fesm2020/indigina-ui-kit.mjs",
|
|
46
|
-
"fesm2015": "fesm2015/indigina-ui-kit.mjs",
|
|
42
|
+
"module": "fesm2022/indigina-ui-kit.mjs",
|
|
47
43
|
"typings": "index.d.ts",
|
|
48
44
|
"exports": {
|
|
49
45
|
"./package.json": {
|
|
@@ -51,11 +47,9 @@
|
|
|
51
47
|
},
|
|
52
48
|
".": {
|
|
53
49
|
"types": "./index.d.ts",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"node": "./fesm2015/indigina-ui-kit.mjs",
|
|
58
|
-
"default": "./fesm2020/indigina-ui-kit.mjs"
|
|
50
|
+
"esm2022": "./esm2022/indigina-ui-kit.mjs",
|
|
51
|
+
"esm": "./esm2022/indigina-ui-kit.mjs",
|
|
52
|
+
"default": "./fesm2022/indigina-ui-kit.mjs"
|
|
59
53
|
}
|
|
60
54
|
},
|
|
61
55
|
"sideEffects": false
|