@indigina/ui-kit 1.0.63 → 1.0.64
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/bundles/indigina-ui-kit.umd.js +3 -2
- package/bundles/indigina-ui-kit.umd.js.map +1 -1
- package/esm2015/lib/components/kit-dropdown/kit-dropdown.component.js +4 -3
- package/fesm2015/indigina-ui-kit.js +3 -2
- package/fesm2015/indigina-ui-kit.js.map +1 -1
- package/indigina-ui-kit.metadata.json +1 -1
- package/lib/components/kit-dropdown/kit-dropdown.component.d.ts +5 -0
- package/package.json +1 -1
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
KitDropdownComponent.decorators = [
|
|
841
841
|
{ type: core.Component, args: [{
|
|
842
842
|
selector: 'kit-dropdown',
|
|
843
|
-
template: "<div class=\"kit-dropdown {{ state }}\" [class.disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"dropdown\"\n ></kendo-label>\n <kendo-dropdownlist #dropdown valueField=\"value\" textField=\"text\" class=\"dropdown\"\n [data]=\"items\"\n [value]=\"selectedItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabled\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n (selectionChange)=\"onItemSelect($event)\"\n ></kendo-dropdownlist>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
|
|
843
|
+
template: "<div class=\"kit-dropdown {{ state }}\" [class.disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"dropdown\"\n ></kendo-label>\n <kendo-dropdownlist #dropdown valueField=\"value\" textField=\"text\" class=\"dropdown\"\n [data]=\"items\"\n [value]=\"selectedItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabled\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n [defaultItem]=\"defaultItem\"\n (selectionChange)=\"onItemSelect($event)\"\n ></kendo-dropdownlist>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
|
|
844
844
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
845
845
|
encapsulation: core.ViewEncapsulation.None,
|
|
846
846
|
providers: [{
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
useExisting: core.forwardRef(function () { return KitDropdownComponent; }),
|
|
849
849
|
multi: true,
|
|
850
850
|
}],
|
|
851
|
-
styles: ["@charset \"UTF-8\";.display-flex{display:flex}.flex-align-items-center{align-items:center}.flex-justify-content-center{justify-content:center}.flex-justify-content-end{justify-content:flex-end}.display-block{display:block}.kit-dropdown .label{margin-bottom:4px;font-weight:500;font-size:13px;color:#a9a8a8}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{height:100%;font-size:13px;font-weight:400;color:#002a3a}.kit-dropdown .k-icon:before{content:\"\\e015\";color:#002a3a}.kit-dropdown .k-dropdown{width:100%;height:34px}.kit-dropdown .k-dropdown-wrap{border-radius:4px;background:#ffffff;border:1px solid #efefef}.kit-dropdown .k-dropdown-wrap:hover{background-color:#fff}.kit-dropdown .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-dropdown:focus-within .k-dropdown-wrap{border:1px solid #00b0ad}.kit-dropdown.disabled .label{color:#74777d}.kit-dropdown.danger .k-dropdown-wrap{border-color:#ef3e42;background:#f8e0e0}.kit-dropdown-popup.k-popup{margin-top:4px;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px #003e5680;background-color:#f3f4f6;padding:4px}.kit-dropdown-popup.k-popup .k-item{padding:8px;background-color:#fff;font-size:13px;font-weight:500;box-shadow:none!important;border-radius:2px;color:#002a3a;line-height:1}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item:hover,.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover{background-color:#f3f5fa;color:#56a2f7}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#56a2f7;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}\n"]
|
|
851
|
+
styles: ["@charset \"UTF-8\";.display-flex{display:flex}.flex-align-items-center{align-items:center}.flex-justify-content-center{justify-content:center}.flex-justify-content-end{justify-content:flex-end}.display-block{display:block}.kit-dropdown .label{margin-bottom:4px;font-weight:500;font-size:13px;color:#a9a8a8}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{height:100%;font-size:13px;font-weight:400;color:#002a3a}.kit-dropdown .k-icon:before{content:\"\\e015\";color:#002a3a}.kit-dropdown .k-dropdown{width:100%;height:34px}.kit-dropdown .k-dropdown-wrap{border-radius:4px;background:#ffffff;border:1px solid #efefef}.kit-dropdown .k-dropdown-wrap:hover{background-color:#fff}.kit-dropdown .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-dropdown:focus-within .k-dropdown-wrap{border:1px solid #00b0ad}.kit-dropdown.disabled .label{color:#74777d}.kit-dropdown.danger .k-dropdown-wrap{border-color:#ef3e42;background:#f8e0e0}.kit-dropdown-popup.k-popup{margin-top:4px;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px #003e5680;background-color:#f3f4f6;padding:4px}.kit-dropdown-popup.k-popup .k-list-optionlabel{display:none}.kit-dropdown-popup.k-popup .k-item{padding:8px;background-color:#fff;font-size:13px;font-weight:500;box-shadow:none!important;border-radius:2px;color:#002a3a;line-height:1}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item:hover,.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover{background-color:#f3f5fa;color:#56a2f7}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#56a2f7;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}\n"]
|
|
852
852
|
},] }
|
|
853
853
|
];
|
|
854
854
|
KitDropdownComponent.propDecorators = {
|
|
@@ -860,6 +860,7 @@
|
|
|
860
860
|
messageText: [{ type: core.Input }],
|
|
861
861
|
messageType: [{ type: core.Input }],
|
|
862
862
|
state: [{ type: core.Input }],
|
|
863
|
+
defaultItem: [{ type: core.Input }],
|
|
863
864
|
selected: [{ type: core.Output }]
|
|
864
865
|
};
|
|
865
866
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indigina-ui-kit.umd.js","sources":["../../../projects/ui-kit/src/lib/components/kit-button/kit-button.const.ts","../../../projects/ui-kit/src/lib/components/kit-button/kit-button.component.ts","../../../projects/ui-kit/src/lib/components/kit-svg-icon/kit-svg-icon.component.ts","../../../projects/ui-kit/src/lib/components/kit-svg-icon/kit-svg-icon.module.ts","../../../projects/ui-kit/src/lib/components/kit-button/kit-button.module.ts","../../../projects/ui-kit/src/lib/components/kit-svg-sprite/kit-svg-sprite.component.ts","../../../projects/ui-kit/src/lib/components/kit-svg-sprite/kit-svg-sprite.module.ts","../../../projects/ui-kit/src/lib/components/kit-svg-icon/kit-svg-icon.const.ts","../../../projects/ui-kit/src/lib/components/kit-loader/kit-loader.component.ts","../../../projects/ui-kit/src/lib/components/kit-loader/kit-loader.module.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.component.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.component.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.module.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.module.ts","../../../projects/ui-kit/src/lib/components/kit-textbox/kit-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-textbox/kit-textbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-numeric-textbox/kit-numeric-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-numeric-textbox/kit-numeric-textbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-autocomplete/kit-autocomplete.component.ts","../../../projects/ui-kit/src/lib/components/kit-dropdown/kit-dropdown.component.ts","../../../projects/ui-kit/src/lib/components/kit-dropdown/kit-dropdown.module.ts","../../../projects/ui-kit/src/lib/components/kit-textarea/kit-textarea.component.ts","../../../projects/ui-kit/src/lib/components/kit-textarea/kit-textarea-autoresize.directive.ts","../../../projects/ui-kit/src/lib/components/kit-textarea/kit-textarea.module.ts","../../../projects/ui-kit/src/lib/components/kit-text-label/kit-text-label.component.ts","../../../projects/ui-kit/src/lib/components/kit-text-label/kit-text-label.module.ts","../../../projects/ui-kit/src/lib/components/kit-units-textbox/kit-units-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-units-textbox/kit-units-textbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-datetimepicker/kit-datetimepicker.component.ts","../../../projects/ui-kit/src/lib/components/kit-datetimepicker/kit-datetimepicker.module.ts","../../../projects/ui-kit/src/lib/components/kit-notification/kit-notification.component.ts","../../../projects/ui-kit/src/lib/components/kit-notification/kit-notification.module.ts","../../../projects/ui-kit/src/lib/components/kit-location-stepper/kit-location-stepper.component.ts","../../../projects/ui-kit/src/lib/components/kit-location-stepper/kit-location-stepper.module.ts","../../../projects/ui-kit/src/lib/components/kit-autocomplete/kit-autocomplete.module.ts","../../../projects/ui-kit/src/lib/components/kit-checkbox/kit-checkbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-checkbox/kit-checkbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-toggle/kit-toggle.component.ts","../../../projects/ui-kit/src/lib/components/kit-toggle/kit-toggle.module.ts","../../../projects/ui-kit/src/lib/components/kit-pill/kit-pill.component.ts","../../../projects/ui-kit/src/lib/components/kit-pill/kit-pill.module.ts","../../../projects/ui-kit/src/public-api.ts","../../../projects/ui-kit/src/indigina-ui-kit.ts"],"sourcesContent":["export enum KitButtonType {\n FILLED = 'filled',\n OUTLINED = 'outlined',\n}\n\nexport enum KitButtonKind {\n LARGE = 'large',\n SMALL = 'small',\n}\n\nexport enum KitButtonIconPosition {\n LEFT = 'icon-left',\n RIGHT = 'icon-right',\n}\n","import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { KitButtonIconPosition, KitButtonKind, KitButtonType } from './kit-button.const';\n\n@Component({\n selector: 'kit-button',\n styleUrls: ['./kit-button.component.scss'],\n templateUrl: './kit-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitButtonComponent {\n /**\n * States whether the button will be disabled or not from appearance point of view\n */\n @Input() disabled: boolean = false;\n\n /**\n * Defines a value that is going to be applied as a button label\n */\n @Input() label: string = '';\n\n /**\n * This value defines button type\n */\n @Input() type: KitButtonType = KitButtonType.FILLED;\n\n /**\n * An icon which will be used in a button with icon\n */\n @Input() icon?: KitSvgIcon;\n\n /**\n * Defines a kind of button (regular, mini, etc.)\n */\n @Input() kind: KitButtonKind = KitButtonKind.LARGE;\n\n /**\n * A place where the icon will be displayed. By default is \"right\"\n */\n @Input() iconPosition: KitButtonIconPosition = KitButtonIconPosition.RIGHT;\n\n /**\n * An action which is emitted as soon as user clicked the button\n */\n @Output() clicked: EventEmitter<void> = new EventEmitter<void>();\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'kit-svg-icon',\n templateUrl: './kit-svg-icon.component.html',\n styleUrls: ['./kit-svg-icon.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitSvgIconComponent {\n /**\n * Defines an icon which to be shown\n */\n @Input() icon: string | null = null;\n\n /**\n * Defines a CSS class that will be applied to an icon\n */\n @Input() iconClass: string | null = null;\n}\n","import { NgModule } from '@angular/core';\nimport { KitSvgIconComponent } from '../kit-svg-icon/kit-svg-icon.component';\n\n@NgModule({\n declarations: [\n KitSvgIconComponent,\n ],\n exports: [\n KitSvgIconComponent,\n ],\n})\nexport class KitSvgIconModule {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitButtonComponent } from './kit-button.component';\nimport { ButtonModule } from '@progress/kendo-angular-buttons';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n imports: [\n ButtonModule,\n CommonModule,\n KitSvgIconModule,\n ],\n declarations: [\n KitButtonComponent,\n ],\n exports: [\n KitButtonComponent,\n ],\n})\nexport class KitButtonModule {\n}\n","import { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'kit-svg-sprite',\n templateUrl: 'kit-svg-sprite.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n // this is needed in order to hide the svg-sprite by default\n hidden: 'true',\n },\n})\nexport class KitSvgSpriteComponent {\n}\n","import { NgModule } from '@angular/core';\nimport { KitSvgSpriteComponent } from './kit-svg-sprite.component';\n\n@NgModule({\n declarations: [\n KitSvgSpriteComponent,\n ],\n exports: [\n KitSvgSpriteComponent,\n ],\n})\nexport class KitSvgSpriteModule {\n}\n","export enum KitSvgIcon {\n LOGO = 'logo',\n CHEVRON_DOWN = 'chevron-down',\n CHEVRON_UP = 'chevron-up',\n CHEVRON_RIGHT = 'chevron-right',\n PLUS = 'plus',\n INFO = 'info',\n CALENDAR = 'calendar',\n WARNING = 'warning',\n ERROR = 'error',\n SUCCESS = 'success',\n EYE = 'eye',\n SEARCH = 'search',\n EDIT = 'edit',\n LOCATION = 'location',\n CROSS = 'cross',\n CHECK = 'check',\n DISKETTE = 'diskette',\n CLIPBOARD = 'clipboard',\n LAYERS = 'layers',\n KNAUF = 'knauf-logo',\n HOME = 'home',\n DOUBLE_CIRCLE = 'double-circle',\n PENCIL = 'pencil',\n ORDER = 'order',\n RESET = 'reset',\n CIRCLE_CROSS = 'circle-cross',\n TRUCK = 'truck',\n DELIVERED = 'delivered',\n FTL = 'ftl',\n LTL = 'ltl',\n}\n","import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\n@Component({\n selector: 'kit-loader',\n templateUrl: './kit-loader.component.html',\n styleUrls: ['./kit-loader.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitLoaderComponent {\n /**\n * An icon which will be used for loader\n */\n readonly SvgIconLogo: string = KitSvgIcon.LOGO;\n}\n","import { NgModule } from '@angular/core';\nimport { KitLoaderComponent } from './kit-loader.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitLoaderComponent,\n ],\n exports: [\n KitLoaderComponent,\n ],\n imports: [\n KitSvgIconModule,\n ],\n})\nexport class KitLoaderModule {\n}\n","import { Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport enum KitInputMessageType {\n DEFAULT = 'default',\n HINT = 'hint',\n DANGER = 'danger',\n SUCCESS = 'success',\n}\n\n@Component({\n selector: 'kit-input-message',\n templateUrl: './kit-input-message.component.html',\n styleUrls: ['./kit-input-message.component.scss'],\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitInputMessageComponent {\n /**\n * Defines a value which going to be an info message text\n */\n @Input() type: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * An icon which will be used to the left of the info message\n */\n @Input() icon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() message: string = '';\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitSwitchItem } from './kit-switch-item.model';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\nexport enum KitSwitchMode {\n SINGLE = 'single',\n MULTI = 'multiple',\n}\n\nexport interface KitSwitchItemSelection {\n selected: boolean;\n item: KitSwitchItem;\n mode: KitSwitchMode;\n}\n\nexport enum KitSwitchState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-switch',\n templateUrl: './kit-switch.component.html',\n styleUrls: ['./kit-switch.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitSwitchComponent {\n /**\n * items list which is going to be rendered as switch buttons\n * each of them should have uniq value but not uniq title\n */\n @Input() items: KitSwitchItem[] = [];\n\n /**\n * defines whether it will be possible to choose several options at time\n */\n @Input() mode: KitSwitchMode = KitSwitchMode.SINGLE;\n\n /**\n * a label which will be shown above the switch group\n */\n @Input() label?: string;\n\n /**\n * defines whether the entire group will be disabled and will no have an ability to be changed\n */\n @Input() disabled?: boolean;\n\n /**\n * defines what values have to be selected\n * in case of \"single\" mode it should be only one value\n */\n @Input() selection?: string[];\n\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitSwitchState = KitSwitchState.REGULAR;\n\n /**\n * emits when an items has been selected\n */\n @Output() selected: EventEmitter<KitSwitchItemSelection> = new EventEmitter<KitSwitchItemSelection>();\n\n /**\n * occurs when an item has been selected\n *\n * @param selected false if a previous value comes\n * @param item an item which is selected currently or a previous one\n */\n onItemSelect(selected: boolean, item: KitSwitchItem): void {\n // we don't need to emit an event in case it's an old value and \"single\" mode is turned on\n if (this.isSingleMode() && !selected) {\n return;\n }\n\n this.selected.emit({\n item,\n selected,\n mode: this.mode,\n });\n }\n\n /**\n * returns true if \"selection\" input contains a value for an item\n *\n * @param item an item for which need to check whether it needs to be selected\n */\n isItemSelected(item: KitSwitchItem): boolean {\n return !!this.selection && this.selection.includes(item.value);\n }\n\n /**\n * returns \"true\" in case the mode is set to \"single\"\n *\n * @private\n */\n private isSingleMode(): boolean {\n return this.mode === KitSwitchMode.SINGLE;\n }\n}\n","import { KitSvgIconModule } from './../kit-svg-icon/kit-svg-icon.module';\nimport { KitInputMessageComponent } from './kit-input-message.component';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n KitInputMessageComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitInputMessageComponent,\n ],\n})\nexport class KitInputMessageModule { }\n","import { NgModule } from '@angular/core';\nimport { KitSwitchComponent } from './kit-switch.component';\nimport { ButtonGroupModule, ButtonModule } from '@progress/kendo-angular-buttons';\nimport { CommonModule } from '@angular/common';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitSwitchComponent,\n ],\n exports: [\n KitSwitchComponent,\n ],\n imports: [\n ButtonGroupModule,\n ButtonModule,\n CommonModule,\n KitSvgIconModule,\n KitInputMessageModule,\n ],\n})\nexport class KitSwitchModule {\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n forwardRef,\n Input,\n Output,\n ViewEncapsulation,\n} from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\n@Component({\n selector: 'kit-textbox',\n templateUrl: './kit-textbox.component.html',\n styleUrls: ['./kit-textbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitTextboxComponent),\n multi: true,\n }],\n})\nexport class KitTextboxComponent implements ControlValueAccessor {\n /**\n * Defines a value that is going to be applied as an input placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines a value that is going to be applied as an input label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as a default input value\n */\n @Input() defaultValue?: string = '';\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a state whether the textbox will be disabled or not\n */\n @Input() disabled: boolean = false;\n\n /**\n * An action which is emitted when input field lost focus\n */\n @Output() blured: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * An action which is emitted when input value changed\n */\n @Output() changed: EventEmitter<string> = new EventEmitter<string>();\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: string): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: string): void {\n this.onChange(value);\n this.defaultValue = value;\n }\n\n registerOnChange(fn: (_: string) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onInputBlur(): void {\n this.onTouched();\n this.blured.emit();\n }\n\n /**\n * Function that is called when input value changed\n */\n onInputChange(value: string): void {\n this.onChange(value);\n this.changed.emit(value);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitTextboxComponent } from './kit-textbox.component';\nimport { TextBoxModule } from '@progress/kendo-angular-inputs';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitTextboxComponent,\n ],\n imports: [\n CommonModule,\n TextBoxModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitTextboxComponent,\n ],\n})\nexport class KitTextboxModule { }\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\n@Component({\n selector: 'kit-numeric-textbox',\n templateUrl: './kit-numeric-textbox.component.html',\n styleUrls: ['./kit-numeric-textbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitNumericTextboxComponent),\n multi: true,\n }],\n})\nexport class KitNumericTextboxComponent implements ControlValueAccessor {\n /**\n * Defines a value that is going to be applied as an input placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines a value that is going to be applied as an input label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as a default input value\n */\n @Input() defaultValue?: number;\n\n /**\n * Specifies the number of decimals that the user can enter when the input is focused\n */\n\n @Input() decimals?: number;\n\n /**\n * Specifies the smallest value that is valid\n */\n @Input() min?: number;\n\n /**\n * Specifies the greatest value that is valid\n */\n @Input() max?: number;\n\n /**\n * Specifies the maximum number of characters the end user can type\n */\n @Input() maxlength?: number;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a state whether the textbox will be disabled or not\n */\n @Input() disabled: boolean = false;\n\n /**\n * Specifies the number format\n */\n @Input() format?: string;\n\n /**\n * An action which is emitted when input field lost focus\n */\n @Output() blured: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * An action which is emitted when input value changed\n */\n @Output() changed: EventEmitter<number> = new EventEmitter<number>();\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: number): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: number): void {\n this.onChange(value);\n this.defaultValue = value;\n }\n\n registerOnChange(fn: (_: number) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onInputBlur(): void {\n this.onTouched();\n this.blured.emit();\n }\n\n /**\n * Function that is called when input value changed\n */\n onInputChange(value: number): void {\n this.onChange(value);\n this.changed.emit(value);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitNumericTextboxComponent } from './kit-numeric-textbox.component';\nimport { NumericTextBoxModule } from '@progress/kendo-angular-inputs';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitNumericTextboxComponent,\n ],\n imports: [\n CommonModule,\n NumericTextBoxModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitNumericTextboxComponent,\n ],\n})\nexport class KitNumericTextboxModule {\n}\n","import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, forwardRef, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { map } from 'rxjs/operators';\nimport { Observable } from 'rxjs';\nimport { PopupSettings } from '@progress/kendo-angular-dropdowns';\n\nexport interface KitAutocompleteItem<T> {\n text: string;\n value: T;\n\n getText?(): string;\n}\n\nexport enum KitAutocompleteState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-autocomplete',\n templateUrl: './kit-autocomplete.component.html',\n styleUrls: ['./kit-autocomplete.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitAutocompleteComponent),\n multi: true,\n }],\n})\n\nexport class KitAutocompleteComponent<T> implements ControlValueAccessor {\n /**\n * Defines a value that is going to be applied as an input label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as an input placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines an items list which is going to be an autocomplete items data\n */\n @Input() items: KitAutocompleteItem<T>[] = [];\n\n /**\n * An item which is going to be an autocomplete selected value\n */\n @Input() selectedValue?: KitAutocompleteItem<T> | null;\n\n /**\n * Defines whether the component will be in disabled state\n */\n @Input() disabled?: boolean;\n\n /**\n * Defines whether the loader will be visible or not\n */\n @Input() loaderVisible: boolean = false;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitAutocompleteState = KitAutocompleteState.REGULAR;\n\n /**\n * An action which is emitted when input value changed\n */\n @Output() changed: EventEmitter<string> = new EventEmitter<string>();\n\n /**\n * An action which is emitted once an item in the dropdown is selected\n */\n @Output() selected: EventEmitter<KitAutocompleteItem<T> | null> = new EventEmitter<KitAutocompleteItem<T> | null>();\n\n /**\n * An action which is emitted when input lost focus\n */\n @Output() blured: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * Function that emit normalized selected dropdown list item in case when\n * inputted data changed and component lost focus\n */\n readonly normalizedSelectedValue$ = (text$: Observable<string>): Observable<KitAutocompleteItem<T> | null> => text$.pipe(\n map((content: string) => {\n this.selectedValue = content && this.selectedValue || null;\n this.selected.emit(this.selectedValue);\n this.onChange(this.selectedValue || null);\n return this.selectedValue;\n }),\n );\n\n /**\n * Settings for popup that will be opened as dropdown options list\n */\n readonly dropdownPopupSettings: PopupSettings = {\n appendTo: 'component',\n popupClass: 'kit-autocomplete-popup',\n };\n\n constructor(\n private elementRef: ElementRef,\n ) {\n }\n\n /**\n * Callback function that return dropdown list item text\n */\n getOptionText(item: KitAutocompleteItem<T>): string {\n return item.getText && item.getText() || item.text;\n }\n\n /**\n * Function that is called when input value changed\n */\n onFilterChange(value: string): void {\n this.changed.emit(value);\n }\n\n /**\n * Function that is called when dropdown list item selected\n */\n onValueSelect(item: KitAutocompleteItem<T> | null): void {\n if (!item) {\n return;\n }\n this.selectedValue = item;\n this.selected.emit(this.selectedValue);\n this.onChange(this.selectedValue);\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onBlur(): void {\n this.onTouched();\n this.blured.emit();\n }\n\n /**\n * Function that is called when input field get focus\n */\n onFocus(): void {\n this.elementRef.nativeElement.querySelector('.k-input').select();\n }\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: KitAutocompleteItem<T> | null): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: KitAutocompleteItem<T>): void {\n this.onChange(value);\n this.selectedValue = value;\n }\n\n registerOnChange(fn: (_: KitAutocompleteItem<T> | null) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output, Predicate, ViewEncapsulation } from '@angular/core';\nimport { ItemArgs, ItemDisabledFn, PopupSettings } from '@progress/kendo-angular-dropdowns';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitAutocompleteState } from '../kit-autocomplete/kit-autocomplete.component';\n\ninterface KitDropdownItemDisabledFnArgs<T> extends ItemArgs {\n dataItem: KitDropdownItem<T>;\n}\n\nexport interface KitDropdownItem<T> {\n text: string;\n value: T;\n disabled?: Predicate<KitDropdownItem<T>>;\n}\n\nexport enum KitDropdownState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-dropdown',\n templateUrl: './kit-dropdown.component.html',\n styleUrls: ['./kit-dropdown.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitDropdownComponent),\n multi: true,\n }],\n})\nexport class KitDropdownComponent<T> implements ControlValueAccessor {\n /**\n * an items list which is going to be rendered as dropdown items\n */\n @Input() items: KitDropdownItem<T>[] = [];\n\n /**\n * an item which needs to be selected as a default value\n */\n @Input() selectedItem?: T;\n\n /**\n * an informative text that will be above the dropdown\n */\n @Input() label?: string;\n\n /**\n * defines whether the component will be in disabled state\n */\n @Input() disabled?: boolean;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitAutocompleteState = KitAutocompleteState.REGULAR;\n\n /**\n * occurs once an item in the dropdown is selected\n */\n @Output() selected: EventEmitter<KitDropdownItem<T>> = new EventEmitter<KitDropdownItem<T>>();\n\n /**\n * settings for popup that will be opened as dropdown options list\n */\n readonly dropdownPopupSettings: PopupSettings = {\n popupClass: 'kit-dropdown-popup',\n };\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: T): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n onItemDisabled(): ItemDisabledFn {\n return ((context: KitDropdownItemDisabledFnArgs<T>): boolean =>\n !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem));\n }\n\n /**\n * Function that is called when dropdown list item selected\n */\n onItemSelect(item: KitDropdownItem<T>): void {\n this.onChange(item.value);\n this.selected.emit(item);\n }\n\n writeValue(value: T): void {\n this.selectedItem = value;\n this.onChange(value);\n }\n\n registerOnChange(fn: (_: T) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { KitDropdownComponent } from './kit-dropdown.component';\nimport { DropDownListModule } from '@progress/kendo-angular-dropdowns';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { CommonModule } from '@angular/common';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n@NgModule({\n declarations: [\n KitDropdownComponent,\n ],\n exports: [\n KitDropdownComponent,\n ],\n imports: [\n DropDownListModule,\n LabelModule,\n CommonModule,\n KitInputMessageModule,\n ReactiveFormsModule,\n ],\n})\nexport class KitDropdownModule {\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, OnChanges, Output, ViewEncapsulation } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport enum KitTextareaState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-textarea',\n templateUrl: './kit-textarea.component.html',\n styleUrls: ['./kit-textarea.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitTextareaComponent),\n multi: true,\n }],\n})\nexport class KitTextareaComponent implements ControlValueAccessor, OnChanges {\n /**\n * Defines a value that is going to be applied as a textarea placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines a value that is going to be applied as a textarea label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as a default textarea value\n */\n @Input() defaultValue?: string = '';\n\n /**\n * Defines a value that will determine the maximum number of characters in the textarea field\n */\n @Input() maxlength?: number;\n\n /**\n * Defines a value that is going to be applied as a minimal number of visible text lines in\n * the textarea field\n */\n @Input() minLines?: number;\n\n /**\n * Defines a value that is going to be applied as a maximal number of visible text lines in\n * the textarea field\n */\n @Input() maxLines?: number;\n\n /**\n * Defines a state whether the textarea will be disabled or not\n */\n @Input() disabled: boolean = false;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitTextareaState = KitTextareaState.REGULAR;\n\n /**\n * Defines a value that is going to be applied as a minimal textarea height\n */\n minHeight?: number;\n\n /**\n * Defines a value that is going to be applied as a maximal textarea height\n */\n maxHeight?: number;\n\n /**\n * An action which is emitted when textarea field received focus\n */\n @Output() focused: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * An action which is emitted when textarea field lost focus\n */\n @Output() blured: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * An action which is emitted when textarea value changed\n */\n @Output() changed: EventEmitter<string> = new EventEmitter<string>();\n\n ngOnChanges(): void {\n this.calculateLineHeight();\n }\n\n /**\n * Function that should be called every time values of minLines and maxLines changes\n */\n calculateLineHeight(): void {\n const fontSize: number = 14,\n lineHeight: number = 1.2,\n padding: number = 16;\n\n this.minHeight = this.minLines && this.minLines * fontSize * lineHeight + padding;\n this.maxHeight = this.maxLines && this.maxLines * fontSize * lineHeight + padding;\n }\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: string): void => {\n };\n\n /**\n * Function that should be called when textarea lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: string): void {\n this.onChange(value);\n this.defaultValue = value;\n }\n\n registerOnChange(fn: (_: string) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n\n /**\n * Function that is called when textarea field received focus\n */\n onTextareaFocus(): void {\n this.focused.emit();\n }\n\n /**\n * Function that is called when textarea field lost focus\n */\n onTextareaBlur(): void {\n this.onTouched();\n this.blured.emit();\n }\n\n /**\n * Function that is called when textarea value changed\n */\n onTextareaChange(event: Event): void {\n const target: HTMLInputElement = <HTMLInputElement> event.target;\n this.onChange(target.value);\n this.changed.emit(target.value);\n }\n}\n","import { Directive, ElementRef, HostListener } from '@angular/core';\n\n@Directive({\n selector: '[autoresize]',\n})\nexport class KitTextareaAutoresizeDirective {\n\n constructor(\n private elementRef: ElementRef,\n ) {\n }\n\n @HostListener(':input')\n onInput(): void {\n this.resize();\n }\n\n ngOnInit(): void {\n if (this.elementRef.nativeElement.scrollHeight) {\n this.resize();\n }\n }\n\n resize(): void {\n this.elementRef.nativeElement.style.height = '0';\n const scrollHeight: string = this.elementRef.nativeElement.scrollHeight;\n this.elementRef.nativeElement.style.height = `${scrollHeight}px`;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitTextareaComponent } from './kit-textarea.component';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitTextareaAutoresizeDirective } from './kit-textarea-autoresize.directive';\nimport { KitInputMessageModule } from './../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitTextareaComponent,\n KitTextareaAutoresizeDirective,\n ],\n imports: [\n CommonModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitTextareaComponent,\n KitTextareaAutoresizeDirective,\n ],\n})\nexport class KitTextareaModule { }\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\nexport enum KitTextLabelState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-text-label',\n templateUrl: './kit-text-label.component.html',\n styleUrls: ['./kit-text-label.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitTextLabelComponent {\n /**\n * Defines a value that is going to be applied as a label top text\n */\n @Input() label: string = '';\n\n /**\n * Defines a value that is going to be applied as a label main text\n */\n @Input() value: string = '';\n\n /**\n * Defines whether the message will be displayed as HTML (including rendering HTML tags)\n */\n @Input() htmlMode: boolean = false;\n\n /**\n * Defines a value that is going to be applied as a label top text in case when no value passed\n */\n @Input() noValueMessage?: string;\n\n /**\n * Defines a value which going to be as a label info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.HINT;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitTextLabelState = KitTextLabelState.REGULAR;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitTextLabelComponent } from './kit-text-label.component';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from './../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitTextLabelComponent,\n ],\n imports: [\n CommonModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitTextLabelComponent,\n ],\n})\nexport class KitTextLabelModule { }\n","import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitDropdownItem } from '../kit-dropdown/kit-dropdown.component';\nimport { ItemArgs, ItemDisabledFn, PopupSettings } from '@progress/kendo-angular-dropdowns';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\nimport { AbstractControl, FormControl } from '@angular/forms';\n\ninterface KitDropdownItemDisabledFnArgs<T> extends ItemArgs {\n dataItem: KitDropdownItem<T>;\n}\n\nexport enum KitUnitsTextboxDropdownPosition {\n LEFT = 'left',\n RIGHT = 'right'\n}\n\nexport enum KitUnitsTextboxType {\n TEXT = 'text',\n NUMBER = 'number'\n}\n\nexport enum KitUnitsTextboxState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-units-textbox',\n templateUrl: './kit-units-textbox.component.html',\n styleUrls: ['./kit-units-textbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitUnitsTextboxComponent<T> {\n /**\n * Defines a value that is going to be applied as a textbox placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines a value that is going to be applied as a textbox label\n */\n @Input() label?: string;\n\n /**\n * Defines whether the textbox will be in disabled state\n */\n @Input() disabledTextBox?: boolean;\n\n /**\n * Defines whether the dropdown list will be in disabled state\n */\n @Input() disabledDropdown?: boolean;\n\n /**\n * An items list which is going to be rendered as dropdown items\n */\n @Input() dropdownItems: KitDropdownItem<T>[] = [];\n\n /**\n * An item which needs to be selected as a default value of the dropdown list\n */\n @Input() selectedDropdownItem?: T;\n\n /**\n * Defines a value that is going to be applied as a default textbox value\n */\n @Input() textBoxValue: string | number = '';\n\n /**\n * Defines a value that is going to be applied as a textbox form control\n */\n @Input() textBoxFormControl: AbstractControl = new FormControl();\n\n /**\n * Defines a value that is going to be applied as a dropdown list form control\n */\n @Input() dropdownFormControl: AbstractControl = new FormControl();\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a value which used to set position of the dropdown list\n */\n @Input() dropdownPosition: KitUnitsTextboxDropdownPosition = KitUnitsTextboxDropdownPosition.RIGHT;\n\n /**\n * Defines a value which used to set type ot he textbox field\n */\n @Input() textboxType: KitUnitsTextboxType = KitUnitsTextboxType.TEXT;\n\n /**\n * Specifies the number of decimals that the user can enter when the numeric input is focused\n */\n\n @Input() decimals?: number;\n\n /**\n * Specifies the smallest numeric textbox value that is valid\n */\n @Input() min?: number;\n\n /**\n * Specifies the greatest numeric textbox value that is valid\n */\n @Input() max?: number;\n\n /**\n * Specifies the maximum number of characters the end user can type\n */\n @Input() maxlength?: number;\n\n /**\n * Specifies the number format of the numeric textbox\n */\n @Input() format?: string;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitUnitsTextboxState = KitUnitsTextboxState.REGULAR;\n\n /**\n * Occurs once an item in the dropdown is selected\n */\n @Output() selected: EventEmitter<KitDropdownItem<T>> = new EventEmitter<KitDropdownItem<T>>();\n\n /**\n * An action which is emitted when input value changed\n */\n @Output() changed: EventEmitter<string | number> = new EventEmitter<string | number>();\n\n /**\n * Settings for popup that will be opened as dropdown options list\n */\n readonly dropdownPopupSettings: PopupSettings = {\n appendTo: 'component',\n popupClass: 'kit-dropdown-popup',\n width: 'auto',\n };\n\n /**\n * Defines textbox types\n */\n readonly KitUnitsTextboxType: typeof KitUnitsTextboxType = KitUnitsTextboxType;\n\n /**\n * Defines dropdown positioning types\n */\n readonly KitUnitsTextboxDropdownPosition: typeof KitUnitsTextboxDropdownPosition = KitUnitsTextboxDropdownPosition;\n\n onItemDisabled(): ItemDisabledFn {\n return ((context: KitDropdownItemDisabledFnArgs<T>): boolean =>\n !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem));\n }\n\n /**\n * Function that is called when input value changed\n */\n onInputChange(value: string | number): void {\n this.textBoxFormControl.patchValue(value);\n this.textBoxFormControl.markAsDirty();\n this.changed.emit(value);\n }\n\n /**\n * Function that is called when dropdown list item selected\n */\n onItemSelect(item: KitDropdownItem<T>): void {\n this.dropdownFormControl.patchValue(item.value);\n this.dropdownFormControl.markAsDirty();\n this.selected.emit(item);\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onInputBlur(): void {\n this.textBoxFormControl.markAsTouched();\n }\n\n /**\n * Function that is called when dropdown lost focus\n */\n onDropdownBlur(): void {\n this.dropdownFormControl.markAsTouched();\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitUnitsTextboxComponent } from './kit-units-textbox.component';\nimport { NumericTextBoxModule, TextBoxModule } from '@progress/kendo-angular-inputs';\nimport { DropDownListModule } from '@progress/kendo-angular-dropdowns';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\n\n@NgModule({\n declarations: [\n KitUnitsTextboxComponent,\n ],\n imports: [\n CommonModule,\n TextBoxModule,\n NumericTextBoxModule,\n DropDownListModule,\n LabelModule,\n KitInputMessageModule,\n FormsModule,\n ReactiveFormsModule,\n ],\n exports: [\n KitUnitsTextboxComponent,\n ],\n})\nexport class KitUnitsTextboxModule {\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n forwardRef,\n Input,\n Output,\n ViewChild,\n ViewEncapsulation,\n} from '@angular/core';\nimport { PopupSettings } from '@progress/kendo-angular-dropdowns';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { DateTimePickerComponent } from '@progress/kendo-angular-dateinputs';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n\n@Component({\n selector: 'kit-datetimepicker',\n templateUrl: './kit-datetimepicker.component.html',\n styleUrls: ['./kit-datetimepicker.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitDatetimepickerComponent),\n multi: true,\n }],\n})\nexport class KitDatetimepickerComponent implements ControlValueAccessor {\n /**\n * Defines a value that is going to be applied as a datetimepicker label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as a datetimepicker placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines whether the component will be in disabled state\n */\n @Input() disabled?: boolean;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a state whether the component will be valid or not\n */\n @Input() isValid?: boolean = true;\n\n /**\n * Defines a value that is going to be applied as a datetimepicker format\n */\n @Input() format: string = 'dd MMM yyyy HH:mm';\n\n /**\n * Defines a value that is going to be applied as a default datetimepicker value\n */\n @Input() defaultDate?: Date;\n\n /**\n * Specifies the smallest valid date\n */\n @Input() min?: Date;\n\n /**\n * Specifies the biggest valid date\n */\n @Input() max?: Date;\n\n /**\n * An action which is emitted when datetimepicker value changed\n */\n @Output() changed: EventEmitter<Date> = new EventEmitter<Date>();\n\n /**\n * Defines a reference of the DateTimePicker component\n */\n @ViewChild('datetimepicker') datetimepicker!: DateTimePickerComponent;\n\n /**\n * An icon which will be used in a datetimepicker toggle button\n */\n icon: KitSvgIcon = KitSvgIcon.CALENDAR;\n\n /**\n * Settings for datetimepicker popup that will be opened\n */\n readonly datetimepickerPopupSettings: PopupSettings = {\n popupClass: 'kit-datetimepicker-popup',\n };\n\n /**\n * Function used to toggle visibility of the datetimepicker popup\n */\n onPopupToggle(): void {\n this.datetimepicker.focus();\n this.datetimepicker.toggle();\n }\n\n /**\n * Function that is called when datetimepicker lost focus\n */\n onBlur(): void {\n this.onTouched();\n }\n\n /**\n * Function that is called when datetimepicker popup closes\n */\n onClose(): void {\n }\n\n /**\n * Function that should be called every time datetimepicker value changes\n */\n onValueChange(value: Date): void {\n this.changed.emit(value);\n this.onChange(value);\n }\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: Date): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: string): void {\n if (!value) {\n return;\n }\n\n this.onChange(new Date(value));\n this.defaultDate = new Date(value);\n }\n\n registerOnChange(fn: (_: Date) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitDatetimepickerComponent } from './kit-datetimepicker.component';\nimport { DateInputsModule } from '@progress/kendo-angular-dateinputs';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitDatetimepickerComponent,\n ],\n imports: [\n CommonModule,\n DateInputsModule,\n LabelModule,\n KitSvgIconModule,\n KitInputMessageModule,\n ],\n exports: [\n KitDatetimepickerComponent,\n ],\n})\n\nexport class KitDatetimepickerModule {\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\nexport enum KitNotificationType {\n INFO = 'info',\n WARNING = 'warning',\n ERROR = 'error',\n SUCCESS = 'success'\n}\n\n@Component({\n selector: 'kit-notification',\n templateUrl: './kit-notification.component.html',\n styleUrls: ['./kit-notification.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitNotificationComponent {\n /**\n * Defines a value that is going to be applied as a notification type\n */\n @Input() type: KitNotificationType = KitNotificationType.INFO;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitNotificationComponent } from './kit-notification.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitNotificationComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitNotificationComponent,\n ],\n})\nexport class KitNotificationModule {\n}\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport interface KitLocationStepperItemDate {\n value: string;\n description?: string;\n}\n\nexport interface KitLocationStepperItem {\n title: string;\n icon: KitSvgIcon;\n description?: string;\n dates?: KitLocationStepperItemDate[];\n cssClass?: string;\n subItems?: KitLocationStepperItem[];\n}\n\n@Component({\n selector: 'kit-location-stepper',\n templateUrl: './kit-location-stepper.component.html',\n styleUrls: ['./kit-location-stepper.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitLocationStepperComponent {\n /**\n * An items list to be shown as steps\n */\n @Input() items: KitLocationStepperItem[] = [];\n\n readonly KitSvgIcon: typeof KitSvgIcon = KitSvgIcon;\n}\n","import { NgModule } from '@angular/core';\nimport { KitLocationStepperComponent } from './kit-location-stepper.component';\nimport { CommonModule } from '@angular/common';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n declarations: [\n KitLocationStepperComponent,\n ],\n exports: [\n KitLocationStepperComponent,\n ],\n})\nexport class KitLocationStepperModule {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitAutocompleteComponent } from './kit-autocomplete.component';\nimport { DropDownsModule } from '@progress/kendo-angular-dropdowns';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { InputsModule } from '@progress/kendo-angular-inputs';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\nimport { KitLoaderModule } from '../kit-loader/kit-loader.module';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitAutocompleteComponent,\n ],\n imports: [\n CommonModule,\n DropDownsModule,\n FormsModule,\n ReactiveFormsModule,\n LabelModule,\n InputsModule,\n KitInputMessageModule,\n KitLoaderModule,\n KitSvgIconModule,\n ],\n exports: [\n KitAutocompleteComponent,\n ],\n})\nexport class KitAutocompleteModule {\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\nexport enum KitCheckboxState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\ntype CheckboxValueFn = (value: boolean) => void;\n\n@Component({\n selector: 'kit-checkbox',\n templateUrl: './kit-checkbox.component.html',\n styleUrls: ['./kit-checkbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitCheckboxComponent),\n multi: true,\n }],\n})\nexport class KitCheckboxComponent implements ControlValueAccessor {\n /**\n * Defines a label for checkbox; exact this text will be displayed next to the checkbox\n */\n @Input() label?: string;\n\n /**\n * States the component is disabled\n */\n @Input() disabled: boolean = false;\n\n /**\n * Defines a default value\n */\n @Input() defaultChecked: boolean = false;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitCheckboxState = KitCheckboxState.REGULAR;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Occurs as soon as input checked state is changed\n */\n @Output() changed: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: boolean): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (value: boolean): void => {\n };\n\n onInputStateChange(event: Event): void {\n const target: HTMLInputElement = <HTMLInputElement> event.target;\n const checked: boolean = target.checked;\n\n this.onChange(checked);\n this.changed.emit(checked);\n }\n\n registerOnChange(fn: CheckboxValueFn): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: CheckboxValueFn): void {\n this.onTouched = fn;\n }\n\n writeValue(value: boolean): void {\n this.onChange(value);\n this.defaultChecked = value;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { KitCheckboxComponent } from './kit-checkbox.component';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { CheckBoxModule } from '@progress/kendo-angular-inputs';\nimport { CommonModule } from '@angular/common';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitCheckboxComponent,\n ],\n exports: [\n KitCheckboxComponent,\n ],\n imports: [\n LabelModule,\n CheckBoxModule,\n CommonModule,\n KitInputMessageModule,\n ],\n})\nexport class KitCheckboxModule {\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\n@Component({\n selector: 'kit-toggle',\n templateUrl: './kit-toggle.component.html',\n styleUrls: ['./kit-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitToggleComponent),\n multi: true,\n }],\n})\nexport class KitToggleComponent implements ControlValueAccessor {\n /**\n * Defines a label text which will be displayed next to the toggle\n */\n @Input() label?: string;\n\n /**\n * Defines whether the component will be in disabled state\n */\n @Input() disabled: boolean = false;\n\n /**\n * Defines a default value\n */\n @Input() defaultChecked: boolean = false;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Occurs as soon as toggle state is changed\n */\n @Output() changed: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n /**\n * Function that is called when toggle state changed\n */\n onInputStateChange(checked: boolean): void {\n this.onChange(checked);\n this.changed.emit(checked);\n }\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: boolean): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n registerOnChange(fn: (_: boolean) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n writeValue(value: boolean): void {\n this.onChange(value);\n this.defaultChecked = value;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitToggleComponent } from './kit-toggle.component';\nimport { SwitchModule } from '@progress/kendo-angular-inputs';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitToggleComponent,\n ],\n imports: [\n CommonModule,\n SwitchModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitToggleComponent,\n ],\n})\nexport class KitToggleModule {\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, HostListener, Input, Output } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\n@Component({\n selector: 'kit-pill',\n templateUrl: './kit-pill.component.html',\n styleUrls: ['./kit-pill.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitPillComponent {\n @Input() removable: boolean = false;\n @Input() selectable: boolean = false;\n @Input() selected: boolean = false;\n\n @Output() clicked: EventEmitter<boolean> = new EventEmitter<boolean>();\n @Output() removed: EventEmitter<void> = new EventEmitter<void>();\n\n @HostListener('click')\n onComponentClick(): void {\n if (!this.selectable) {\n return;\n }\n this.clicked.emit(!this.selected);\n }\n\n readonly closeIcon: KitSvgIcon = KitSvgIcon.CROSS;\n}\n","import { NgModule } from '@angular/core';\nimport { KitPillComponent } from './kit-pill.component';\nimport { CommonModule } from '@angular/common';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitPillComponent,\n ],\n exports: [\n KitPillComponent,\n ],\n imports: [\n KitSvgIconModule,\n CommonModule,\n ],\n})\nexport class KitPillModule {\n}\n","// KitButton\nexport { KitButtonComponent } from './lib/components/kit-button/kit-button.component';\nexport { KitButtonModule } from './lib/components/kit-button/kit-button.module';\nexport { KitButtonType, KitButtonKind, KitButtonIconPosition } from './lib/components/kit-button/kit-button.const';\n\n// SvgSprite\nexport { KitSvgSpriteModule } from './lib/components/kit-svg-sprite/kit-svg-sprite.module';\n\n// SvgIcon\nexport { KitSvgIconComponent } from './lib/components/kit-svg-icon/kit-svg-icon.component';\nexport { KitSvgIconModule } from './lib/components/kit-svg-icon/kit-svg-icon.module';\nexport { KitSvgIcon } from './lib/components/kit-svg-icon/kit-svg-icon.const';\n\n// KitLoader\nexport { KitLoaderComponent } from './lib/components/kit-loader/kit-loader.component';\nexport { KitLoaderModule } from './lib/components/kit-loader/kit-loader.module';\n\n// KitSwitch\nexport {\n KitSwitchComponent, KitSwitchMode, KitSwitchItemSelection, KitSwitchState,\n} from './lib/components/kit-switch/kit-switch.component';\nexport { KitSwitchModule } from './lib/components/kit-switch/kit-switch.module';\nexport { KitSwitchItem } from './lib/components/kit-switch/kit-switch-item.model';\n\n// KitTextbox\nexport { KitTextboxComponent } from './lib/components/kit-textbox/kit-textbox.component';\nexport { KitTextboxModule } from './lib/components/kit-textbox/kit-textbox.module';\n\n// KitNumericTextbox\nexport { KitNumericTextboxComponent } from './lib/components/kit-numeric-textbox/kit-numeric-textbox.component';\nexport { KitNumericTextboxModule } from './lib/components/kit-numeric-textbox/kit-numeric-textbox.module';\n\n// KitInputMessage\nexport { KitInputMessageComponent, KitInputMessageType } from './lib/components/kit-input-message/kit-input-message.component';\nexport { KitInputMessageModule } from './lib/components/kit-input-message/kit-input-message.module';\n\n// KitDropdown\nexport { KitDropdownComponent, KitDropdownItem, KitDropdownState } from './lib/components/kit-dropdown/kit-dropdown.component';\nexport { KitDropdownModule } from './lib/components/kit-dropdown/kit-dropdown.module';\n\n// KitTextarea\nexport { KitTextareaComponent, KitTextareaState } from './lib/components/kit-textarea/kit-textarea.component';\nexport { KitTextareaModule } from './lib/components/kit-textarea/kit-textarea.module';\nexport { KitTextareaAutoresizeDirective } from './lib/components/kit-textarea/kit-textarea-autoresize.directive';\n\n// KitTextLabel\nexport { KitTextLabelComponent } from './lib/components/kit-text-label/kit-text-label.component';\nexport { KitTextLabelModule } from './lib/components/kit-text-label/kit-text-label.module';\n\n// KitUnitsTextbox\nexport {\n KitUnitsTextboxComponent, KitUnitsTextboxDropdownPosition, KitUnitsTextboxType,\n} from './lib/components/kit-units-textbox/kit-units-textbox.component';\nexport { KitUnitsTextboxModule } from './lib/components/kit-units-textbox/kit-units-textbox.module';\n\n// KitDatetimepicker\nexport { KitDatetimepickerComponent } from './lib/components/kit-datetimepicker/kit-datetimepicker.component';\nexport { KitDatetimepickerModule } from './lib/components/kit-datetimepicker/kit-datetimepicker.module';\n\n// KitNotification\nexport { KitNotificationComponent, KitNotificationType } from './lib/components/kit-notification/kit-notification.component';\nexport { KitNotificationModule } from './lib/components/kit-notification/kit-notification.module';\n\n// KitLocationStepper\nexport {\n KitLocationStepperComponent, KitLocationStepperItem, KitLocationStepperItemDate,\n} from './lib/components/kit-location-stepper/kit-location-stepper.component';\nexport { KitLocationStepperModule } from './lib/components/kit-location-stepper/kit-location-stepper.module';\n\n// KitAutocomplete\nexport {\n KitAutocompleteComponent, KitAutocompleteItem, KitAutocompleteState,\n} from './lib/components/kit-autocomplete/kit-autocomplete.component';\nexport { KitAutocompleteModule } from './lib/components/kit-autocomplete/kit-autocomplete.module';\n\n// KitCheckbox\nexport { KitCheckboxComponent, KitCheckboxState } from './lib/components/kit-checkbox/kit-checkbox.component';\nexport { KitCheckboxModule } from './lib/components/kit-checkbox/kit-checkbox.module';\n\n// KitToggle\nexport { KitToggleComponent } from './lib/components/kit-toggle/kit-toggle.component';\nexport { KitToggleModule } from './lib/components/kit-toggle/kit-toggle.module';\n\n// KitPill\nexport { KitPillComponent } from './lib/components/kit-pill/kit-pill.component';\nexport { KitPillModule } from './lib/components/kit-pill/kit-pill.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n\nexport {KitSvgSpriteComponent as ɵa} from './lib/components/kit-svg-sprite/kit-svg-sprite.component';"],"names":["KitButtonType","KitButtonKind","KitButtonIconPosition","EventEmitter","Component","ChangeDetectionStrategy","Input","Output","NgModule","ButtonModule","CommonModule","KitSvgIcon","KitInputMessageType","ViewEncapsulation","KitSwitchMode","KitSwitchState","ButtonGroupModule","NG_VALUE_ACCESSOR","forwardRef","TextBoxModule","LabelModule","NumericTextBoxModule","KitAutocompleteState","map","ElementRef","KitDropdownState","DropDownListModule","ReactiveFormsModule","KitTextareaState","Directive","HostListener","KitUnitsTextboxDropdownPosition","KitUnitsTextboxType","FormControl","FormsModule","ViewChild","DateInputsModule","KitNotificationType","DropDownsModule","InputsModule","KitCheckboxState","CheckBoxModule","SwitchModule"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"indigina-ui-kit.umd.js","sources":["../../../projects/ui-kit/src/lib/components/kit-button/kit-button.const.ts","../../../projects/ui-kit/src/lib/components/kit-button/kit-button.component.ts","../../../projects/ui-kit/src/lib/components/kit-svg-icon/kit-svg-icon.component.ts","../../../projects/ui-kit/src/lib/components/kit-svg-icon/kit-svg-icon.module.ts","../../../projects/ui-kit/src/lib/components/kit-button/kit-button.module.ts","../../../projects/ui-kit/src/lib/components/kit-svg-sprite/kit-svg-sprite.component.ts","../../../projects/ui-kit/src/lib/components/kit-svg-sprite/kit-svg-sprite.module.ts","../../../projects/ui-kit/src/lib/components/kit-svg-icon/kit-svg-icon.const.ts","../../../projects/ui-kit/src/lib/components/kit-loader/kit-loader.component.ts","../../../projects/ui-kit/src/lib/components/kit-loader/kit-loader.module.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.component.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.component.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.module.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.module.ts","../../../projects/ui-kit/src/lib/components/kit-textbox/kit-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-textbox/kit-textbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-numeric-textbox/kit-numeric-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-numeric-textbox/kit-numeric-textbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-autocomplete/kit-autocomplete.component.ts","../../../projects/ui-kit/src/lib/components/kit-dropdown/kit-dropdown.component.ts","../../../projects/ui-kit/src/lib/components/kit-dropdown/kit-dropdown.module.ts","../../../projects/ui-kit/src/lib/components/kit-textarea/kit-textarea.component.ts","../../../projects/ui-kit/src/lib/components/kit-textarea/kit-textarea-autoresize.directive.ts","../../../projects/ui-kit/src/lib/components/kit-textarea/kit-textarea.module.ts","../../../projects/ui-kit/src/lib/components/kit-text-label/kit-text-label.component.ts","../../../projects/ui-kit/src/lib/components/kit-text-label/kit-text-label.module.ts","../../../projects/ui-kit/src/lib/components/kit-units-textbox/kit-units-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-units-textbox/kit-units-textbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-datetimepicker/kit-datetimepicker.component.ts","../../../projects/ui-kit/src/lib/components/kit-datetimepicker/kit-datetimepicker.module.ts","../../../projects/ui-kit/src/lib/components/kit-notification/kit-notification.component.ts","../../../projects/ui-kit/src/lib/components/kit-notification/kit-notification.module.ts","../../../projects/ui-kit/src/lib/components/kit-location-stepper/kit-location-stepper.component.ts","../../../projects/ui-kit/src/lib/components/kit-location-stepper/kit-location-stepper.module.ts","../../../projects/ui-kit/src/lib/components/kit-autocomplete/kit-autocomplete.module.ts","../../../projects/ui-kit/src/lib/components/kit-checkbox/kit-checkbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-checkbox/kit-checkbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-toggle/kit-toggle.component.ts","../../../projects/ui-kit/src/lib/components/kit-toggle/kit-toggle.module.ts","../../../projects/ui-kit/src/lib/components/kit-pill/kit-pill.component.ts","../../../projects/ui-kit/src/lib/components/kit-pill/kit-pill.module.ts","../../../projects/ui-kit/src/public-api.ts","../../../projects/ui-kit/src/indigina-ui-kit.ts"],"sourcesContent":["export enum KitButtonType {\n FILLED = 'filled',\n OUTLINED = 'outlined',\n}\n\nexport enum KitButtonKind {\n LARGE = 'large',\n SMALL = 'small',\n}\n\nexport enum KitButtonIconPosition {\n LEFT = 'icon-left',\n RIGHT = 'icon-right',\n}\n","import { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { KitButtonIconPosition, KitButtonKind, KitButtonType } from './kit-button.const';\n\n@Component({\n selector: 'kit-button',\n styleUrls: ['./kit-button.component.scss'],\n templateUrl: './kit-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitButtonComponent {\n /**\n * States whether the button will be disabled or not from appearance point of view\n */\n @Input() disabled: boolean = false;\n\n /**\n * Defines a value that is going to be applied as a button label\n */\n @Input() label: string = '';\n\n /**\n * This value defines button type\n */\n @Input() type: KitButtonType = KitButtonType.FILLED;\n\n /**\n * An icon which will be used in a button with icon\n */\n @Input() icon?: KitSvgIcon;\n\n /**\n * Defines a kind of button (regular, mini, etc.)\n */\n @Input() kind: KitButtonKind = KitButtonKind.LARGE;\n\n /**\n * A place where the icon will be displayed. By default is \"right\"\n */\n @Input() iconPosition: KitButtonIconPosition = KitButtonIconPosition.RIGHT;\n\n /**\n * An action which is emitted as soon as user clicked the button\n */\n @Output() clicked: EventEmitter<void> = new EventEmitter<void>();\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'kit-svg-icon',\n templateUrl: './kit-svg-icon.component.html',\n styleUrls: ['./kit-svg-icon.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitSvgIconComponent {\n /**\n * Defines an icon which to be shown\n */\n @Input() icon: string | null = null;\n\n /**\n * Defines a CSS class that will be applied to an icon\n */\n @Input() iconClass: string | null = null;\n}\n","import { NgModule } from '@angular/core';\nimport { KitSvgIconComponent } from '../kit-svg-icon/kit-svg-icon.component';\n\n@NgModule({\n declarations: [\n KitSvgIconComponent,\n ],\n exports: [\n KitSvgIconComponent,\n ],\n})\nexport class KitSvgIconModule {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitButtonComponent } from './kit-button.component';\nimport { ButtonModule } from '@progress/kendo-angular-buttons';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n imports: [\n ButtonModule,\n CommonModule,\n KitSvgIconModule,\n ],\n declarations: [\n KitButtonComponent,\n ],\n exports: [\n KitButtonComponent,\n ],\n})\nexport class KitButtonModule {\n}\n","import { ChangeDetectionStrategy, Component } from '@angular/core';\n\n@Component({\n selector: 'kit-svg-sprite',\n templateUrl: 'kit-svg-sprite.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {\n // this is needed in order to hide the svg-sprite by default\n hidden: 'true',\n },\n})\nexport class KitSvgSpriteComponent {\n}\n","import { NgModule } from '@angular/core';\nimport { KitSvgSpriteComponent } from './kit-svg-sprite.component';\n\n@NgModule({\n declarations: [\n KitSvgSpriteComponent,\n ],\n exports: [\n KitSvgSpriteComponent,\n ],\n})\nexport class KitSvgSpriteModule {\n}\n","export enum KitSvgIcon {\n LOGO = 'logo',\n CHEVRON_DOWN = 'chevron-down',\n CHEVRON_UP = 'chevron-up',\n CHEVRON_RIGHT = 'chevron-right',\n PLUS = 'plus',\n INFO = 'info',\n CALENDAR = 'calendar',\n WARNING = 'warning',\n ERROR = 'error',\n SUCCESS = 'success',\n EYE = 'eye',\n SEARCH = 'search',\n EDIT = 'edit',\n LOCATION = 'location',\n CROSS = 'cross',\n CHECK = 'check',\n DISKETTE = 'diskette',\n CLIPBOARD = 'clipboard',\n LAYERS = 'layers',\n KNAUF = 'knauf-logo',\n HOME = 'home',\n DOUBLE_CIRCLE = 'double-circle',\n PENCIL = 'pencil',\n ORDER = 'order',\n RESET = 'reset',\n CIRCLE_CROSS = 'circle-cross',\n TRUCK = 'truck',\n DELIVERED = 'delivered',\n FTL = 'ftl',\n LTL = 'ltl',\n}\n","import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\n@Component({\n selector: 'kit-loader',\n templateUrl: './kit-loader.component.html',\n styleUrls: ['./kit-loader.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitLoaderComponent {\n /**\n * An icon which will be used for loader\n */\n readonly SvgIconLogo: string = KitSvgIcon.LOGO;\n}\n","import { NgModule } from '@angular/core';\nimport { KitLoaderComponent } from './kit-loader.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitLoaderComponent,\n ],\n exports: [\n KitLoaderComponent,\n ],\n imports: [\n KitSvgIconModule,\n ],\n})\nexport class KitLoaderModule {\n}\n","import { Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport enum KitInputMessageType {\n DEFAULT = 'default',\n HINT = 'hint',\n DANGER = 'danger',\n SUCCESS = 'success',\n}\n\n@Component({\n selector: 'kit-input-message',\n templateUrl: './kit-input-message.component.html',\n styleUrls: ['./kit-input-message.component.scss'],\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitInputMessageComponent {\n /**\n * Defines a value which going to be an info message text\n */\n @Input() type: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * An icon which will be used to the left of the info message\n */\n @Input() icon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() message: string = '';\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitSwitchItem } from './kit-switch-item.model';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\nexport enum KitSwitchMode {\n SINGLE = 'single',\n MULTI = 'multiple',\n}\n\nexport interface KitSwitchItemSelection {\n selected: boolean;\n item: KitSwitchItem;\n mode: KitSwitchMode;\n}\n\nexport enum KitSwitchState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-switch',\n templateUrl: './kit-switch.component.html',\n styleUrls: ['./kit-switch.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitSwitchComponent {\n /**\n * items list which is going to be rendered as switch buttons\n * each of them should have uniq value but not uniq title\n */\n @Input() items: KitSwitchItem[] = [];\n\n /**\n * defines whether it will be possible to choose several options at time\n */\n @Input() mode: KitSwitchMode = KitSwitchMode.SINGLE;\n\n /**\n * a label which will be shown above the switch group\n */\n @Input() label?: string;\n\n /**\n * defines whether the entire group will be disabled and will no have an ability to be changed\n */\n @Input() disabled?: boolean;\n\n /**\n * defines what values have to be selected\n * in case of \"single\" mode it should be only one value\n */\n @Input() selection?: string[];\n\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitSwitchState = KitSwitchState.REGULAR;\n\n /**\n * emits when an items has been selected\n */\n @Output() selected: EventEmitter<KitSwitchItemSelection> = new EventEmitter<KitSwitchItemSelection>();\n\n /**\n * occurs when an item has been selected\n *\n * @param selected false if a previous value comes\n * @param item an item which is selected currently or a previous one\n */\n onItemSelect(selected: boolean, item: KitSwitchItem): void {\n // we don't need to emit an event in case it's an old value and \"single\" mode is turned on\n if (this.isSingleMode() && !selected) {\n return;\n }\n\n this.selected.emit({\n item,\n selected,\n mode: this.mode,\n });\n }\n\n /**\n * returns true if \"selection\" input contains a value for an item\n *\n * @param item an item for which need to check whether it needs to be selected\n */\n isItemSelected(item: KitSwitchItem): boolean {\n return !!this.selection && this.selection.includes(item.value);\n }\n\n /**\n * returns \"true\" in case the mode is set to \"single\"\n *\n * @private\n */\n private isSingleMode(): boolean {\n return this.mode === KitSwitchMode.SINGLE;\n }\n}\n","import { KitSvgIconModule } from './../kit-svg-icon/kit-svg-icon.module';\nimport { KitInputMessageComponent } from './kit-input-message.component';\nimport { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n declarations: [\n KitInputMessageComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitInputMessageComponent,\n ],\n})\nexport class KitInputMessageModule { }\n","import { NgModule } from '@angular/core';\nimport { KitSwitchComponent } from './kit-switch.component';\nimport { ButtonGroupModule, ButtonModule } from '@progress/kendo-angular-buttons';\nimport { CommonModule } from '@angular/common';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitSwitchComponent,\n ],\n exports: [\n KitSwitchComponent,\n ],\n imports: [\n ButtonGroupModule,\n ButtonModule,\n CommonModule,\n KitSvgIconModule,\n KitInputMessageModule,\n ],\n})\nexport class KitSwitchModule {\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n forwardRef,\n Input,\n Output,\n ViewEncapsulation,\n} from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\n@Component({\n selector: 'kit-textbox',\n templateUrl: './kit-textbox.component.html',\n styleUrls: ['./kit-textbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitTextboxComponent),\n multi: true,\n }],\n})\nexport class KitTextboxComponent implements ControlValueAccessor {\n /**\n * Defines a value that is going to be applied as an input placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines a value that is going to be applied as an input label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as a default input value\n */\n @Input() defaultValue?: string = '';\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a state whether the textbox will be disabled or not\n */\n @Input() disabled: boolean = false;\n\n /**\n * An action which is emitted when input field lost focus\n */\n @Output() blured: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * An action which is emitted when input value changed\n */\n @Output() changed: EventEmitter<string> = new EventEmitter<string>();\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: string): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: string): void {\n this.onChange(value);\n this.defaultValue = value;\n }\n\n registerOnChange(fn: (_: string) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onInputBlur(): void {\n this.onTouched();\n this.blured.emit();\n }\n\n /**\n * Function that is called when input value changed\n */\n onInputChange(value: string): void {\n this.onChange(value);\n this.changed.emit(value);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitTextboxComponent } from './kit-textbox.component';\nimport { TextBoxModule } from '@progress/kendo-angular-inputs';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitTextboxComponent,\n ],\n imports: [\n CommonModule,\n TextBoxModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitTextboxComponent,\n ],\n})\nexport class KitTextboxModule { }\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\n@Component({\n selector: 'kit-numeric-textbox',\n templateUrl: './kit-numeric-textbox.component.html',\n styleUrls: ['./kit-numeric-textbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitNumericTextboxComponent),\n multi: true,\n }],\n})\nexport class KitNumericTextboxComponent implements ControlValueAccessor {\n /**\n * Defines a value that is going to be applied as an input placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines a value that is going to be applied as an input label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as a default input value\n */\n @Input() defaultValue?: number;\n\n /**\n * Specifies the number of decimals that the user can enter when the input is focused\n */\n\n @Input() decimals?: number;\n\n /**\n * Specifies the smallest value that is valid\n */\n @Input() min?: number;\n\n /**\n * Specifies the greatest value that is valid\n */\n @Input() max?: number;\n\n /**\n * Specifies the maximum number of characters the end user can type\n */\n @Input() maxlength?: number;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a state whether the textbox will be disabled or not\n */\n @Input() disabled: boolean = false;\n\n /**\n * Specifies the number format\n */\n @Input() format?: string;\n\n /**\n * An action which is emitted when input field lost focus\n */\n @Output() blured: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * An action which is emitted when input value changed\n */\n @Output() changed: EventEmitter<number> = new EventEmitter<number>();\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: number): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: number): void {\n this.onChange(value);\n this.defaultValue = value;\n }\n\n registerOnChange(fn: (_: number) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onInputBlur(): void {\n this.onTouched();\n this.blured.emit();\n }\n\n /**\n * Function that is called when input value changed\n */\n onInputChange(value: number): void {\n this.onChange(value);\n this.changed.emit(value);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitNumericTextboxComponent } from './kit-numeric-textbox.component';\nimport { NumericTextBoxModule } from '@progress/kendo-angular-inputs';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitNumericTextboxComponent,\n ],\n imports: [\n CommonModule,\n NumericTextBoxModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitNumericTextboxComponent,\n ],\n})\nexport class KitNumericTextboxModule {\n}\n","import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, forwardRef, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { map } from 'rxjs/operators';\nimport { Observable } from 'rxjs';\nimport { PopupSettings } from '@progress/kendo-angular-dropdowns';\n\nexport interface KitAutocompleteItem<T> {\n text: string;\n value: T;\n\n getText?(): string;\n}\n\nexport enum KitAutocompleteState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-autocomplete',\n templateUrl: './kit-autocomplete.component.html',\n styleUrls: ['./kit-autocomplete.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitAutocompleteComponent),\n multi: true,\n }],\n})\n\nexport class KitAutocompleteComponent<T> implements ControlValueAccessor {\n /**\n * Defines a value that is going to be applied as an input label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as an input placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines an items list which is going to be an autocomplete items data\n */\n @Input() items: KitAutocompleteItem<T>[] = [];\n\n /**\n * An item which is going to be an autocomplete selected value\n */\n @Input() selectedValue?: KitAutocompleteItem<T> | null;\n\n /**\n * Defines whether the component will be in disabled state\n */\n @Input() disabled?: boolean;\n\n /**\n * Defines whether the loader will be visible or not\n */\n @Input() loaderVisible: boolean = false;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitAutocompleteState = KitAutocompleteState.REGULAR;\n\n /**\n * An action which is emitted when input value changed\n */\n @Output() changed: EventEmitter<string> = new EventEmitter<string>();\n\n /**\n * An action which is emitted once an item in the dropdown is selected\n */\n @Output() selected: EventEmitter<KitAutocompleteItem<T> | null> = new EventEmitter<KitAutocompleteItem<T> | null>();\n\n /**\n * An action which is emitted when input lost focus\n */\n @Output() blured: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * Function that emit normalized selected dropdown list item in case when\n * inputted data changed and component lost focus\n */\n readonly normalizedSelectedValue$ = (text$: Observable<string>): Observable<KitAutocompleteItem<T> | null> => text$.pipe(\n map((content: string) => {\n this.selectedValue = content && this.selectedValue || null;\n this.selected.emit(this.selectedValue);\n this.onChange(this.selectedValue || null);\n return this.selectedValue;\n }),\n );\n\n /**\n * Settings for popup that will be opened as dropdown options list\n */\n readonly dropdownPopupSettings: PopupSettings = {\n appendTo: 'component',\n popupClass: 'kit-autocomplete-popup',\n };\n\n constructor(\n private elementRef: ElementRef,\n ) {\n }\n\n /**\n * Callback function that return dropdown list item text\n */\n getOptionText(item: KitAutocompleteItem<T>): string {\n return item.getText && item.getText() || item.text;\n }\n\n /**\n * Function that is called when input value changed\n */\n onFilterChange(value: string): void {\n this.changed.emit(value);\n }\n\n /**\n * Function that is called when dropdown list item selected\n */\n onValueSelect(item: KitAutocompleteItem<T> | null): void {\n if (!item) {\n return;\n }\n this.selectedValue = item;\n this.selected.emit(this.selectedValue);\n this.onChange(this.selectedValue);\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onBlur(): void {\n this.onTouched();\n this.blured.emit();\n }\n\n /**\n * Function that is called when input field get focus\n */\n onFocus(): void {\n this.elementRef.nativeElement.querySelector('.k-input').select();\n }\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: KitAutocompleteItem<T> | null): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: KitAutocompleteItem<T>): void {\n this.onChange(value);\n this.selectedValue = value;\n }\n\n registerOnChange(fn: (_: KitAutocompleteItem<T> | null) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output, Predicate, ViewEncapsulation } from '@angular/core';\nimport { ItemArgs, ItemDisabledFn, PopupSettings } from '@progress/kendo-angular-dropdowns';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitAutocompleteState } from '../kit-autocomplete/kit-autocomplete.component';\n\ninterface KitDropdownItemDisabledFnArgs<T> extends ItemArgs {\n dataItem: KitDropdownItem<T>;\n}\n\nexport interface KitDropdownItem<T> {\n text: string;\n value: T;\n disabled?: Predicate<KitDropdownItem<T>>;\n}\n\nexport enum KitDropdownState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-dropdown',\n templateUrl: './kit-dropdown.component.html',\n styleUrls: ['./kit-dropdown.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitDropdownComponent),\n multi: true,\n }],\n})\nexport class KitDropdownComponent<T> implements ControlValueAccessor {\n /**\n * an items list which is going to be rendered as dropdown items\n */\n @Input() items: KitDropdownItem<T>[] = [];\n\n /**\n * an item which needs to be selected as a default value\n */\n @Input() selectedItem?: T;\n\n /**\n * an informative text that will be above the dropdown\n */\n @Input() label?: string;\n\n /**\n * defines whether the component will be in disabled state\n */\n @Input() disabled?: boolean;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitAutocompleteState = KitAutocompleteState.REGULAR;\n\n /**\n * An item that is going to be presented as a default value.\n * Using as a placeholder\n */\n @Input() defaultItem?: KitDropdownItem<T>;\n\n /**\n * occurs once an item in the dropdown is selected\n */\n @Output() selected: EventEmitter<KitDropdownItem<T>> = new EventEmitter<KitDropdownItem<T>>();\n\n /**\n * settings for popup that will be opened as dropdown options list\n */\n readonly dropdownPopupSettings: PopupSettings = {\n popupClass: 'kit-dropdown-popup',\n };\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: T): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n onItemDisabled(): ItemDisabledFn {\n return ((context: KitDropdownItemDisabledFnArgs<T>): boolean =>\n !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem));\n }\n\n /**\n * Function that is called when dropdown list item selected\n */\n onItemSelect(item: KitDropdownItem<T>): void {\n this.onChange(item.value);\n this.selected.emit(item);\n }\n\n writeValue(value: T): void {\n this.selectedItem = value;\n this.onChange(value);\n }\n\n registerOnChange(fn: (_: T) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { KitDropdownComponent } from './kit-dropdown.component';\nimport { DropDownListModule } from '@progress/kendo-angular-dropdowns';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { CommonModule } from '@angular/common';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\nimport { ReactiveFormsModule } from '@angular/forms';\n\n@NgModule({\n declarations: [\n KitDropdownComponent,\n ],\n exports: [\n KitDropdownComponent,\n ],\n imports: [\n DropDownListModule,\n LabelModule,\n CommonModule,\n KitInputMessageModule,\n ReactiveFormsModule,\n ],\n})\nexport class KitDropdownModule {\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, OnChanges, Output, ViewEncapsulation } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport enum KitTextareaState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-textarea',\n templateUrl: './kit-textarea.component.html',\n styleUrls: ['./kit-textarea.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitTextareaComponent),\n multi: true,\n }],\n})\nexport class KitTextareaComponent implements ControlValueAccessor, OnChanges {\n /**\n * Defines a value that is going to be applied as a textarea placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines a value that is going to be applied as a textarea label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as a default textarea value\n */\n @Input() defaultValue?: string = '';\n\n /**\n * Defines a value that will determine the maximum number of characters in the textarea field\n */\n @Input() maxlength?: number;\n\n /**\n * Defines a value that is going to be applied as a minimal number of visible text lines in\n * the textarea field\n */\n @Input() minLines?: number;\n\n /**\n * Defines a value that is going to be applied as a maximal number of visible text lines in\n * the textarea field\n */\n @Input() maxLines?: number;\n\n /**\n * Defines a state whether the textarea will be disabled or not\n */\n @Input() disabled: boolean = false;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitTextareaState = KitTextareaState.REGULAR;\n\n /**\n * Defines a value that is going to be applied as a minimal textarea height\n */\n minHeight?: number;\n\n /**\n * Defines a value that is going to be applied as a maximal textarea height\n */\n maxHeight?: number;\n\n /**\n * An action which is emitted when textarea field received focus\n */\n @Output() focused: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * An action which is emitted when textarea field lost focus\n */\n @Output() blured: EventEmitter<void> = new EventEmitter<void>();\n\n /**\n * An action which is emitted when textarea value changed\n */\n @Output() changed: EventEmitter<string> = new EventEmitter<string>();\n\n ngOnChanges(): void {\n this.calculateLineHeight();\n }\n\n /**\n * Function that should be called every time values of minLines and maxLines changes\n */\n calculateLineHeight(): void {\n const fontSize: number = 14,\n lineHeight: number = 1.2,\n padding: number = 16;\n\n this.minHeight = this.minLines && this.minLines * fontSize * lineHeight + padding;\n this.maxHeight = this.maxLines && this.maxLines * fontSize * lineHeight + padding;\n }\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: string): void => {\n };\n\n /**\n * Function that should be called when textarea lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: string): void {\n this.onChange(value);\n this.defaultValue = value;\n }\n\n registerOnChange(fn: (_: string) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n\n /**\n * Function that is called when textarea field received focus\n */\n onTextareaFocus(): void {\n this.focused.emit();\n }\n\n /**\n * Function that is called when textarea field lost focus\n */\n onTextareaBlur(): void {\n this.onTouched();\n this.blured.emit();\n }\n\n /**\n * Function that is called when textarea value changed\n */\n onTextareaChange(event: Event): void {\n const target: HTMLInputElement = <HTMLInputElement> event.target;\n this.onChange(target.value);\n this.changed.emit(target.value);\n }\n}\n","import { Directive, ElementRef, HostListener } from '@angular/core';\n\n@Directive({\n selector: '[autoresize]',\n})\nexport class KitTextareaAutoresizeDirective {\n\n constructor(\n private elementRef: ElementRef,\n ) {\n }\n\n @HostListener(':input')\n onInput(): void {\n this.resize();\n }\n\n ngOnInit(): void {\n if (this.elementRef.nativeElement.scrollHeight) {\n this.resize();\n }\n }\n\n resize(): void {\n this.elementRef.nativeElement.style.height = '0';\n const scrollHeight: string = this.elementRef.nativeElement.scrollHeight;\n this.elementRef.nativeElement.style.height = `${scrollHeight}px`;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitTextareaComponent } from './kit-textarea.component';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitTextareaAutoresizeDirective } from './kit-textarea-autoresize.directive';\nimport { KitInputMessageModule } from './../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitTextareaComponent,\n KitTextareaAutoresizeDirective,\n ],\n imports: [\n CommonModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitTextareaComponent,\n KitTextareaAutoresizeDirective,\n ],\n})\nexport class KitTextareaModule { }\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\nexport enum KitTextLabelState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-text-label',\n templateUrl: './kit-text-label.component.html',\n styleUrls: ['./kit-text-label.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitTextLabelComponent {\n /**\n * Defines a value that is going to be applied as a label top text\n */\n @Input() label: string = '';\n\n /**\n * Defines a value that is going to be applied as a label main text\n */\n @Input() value: string = '';\n\n /**\n * Defines whether the message will be displayed as HTML (including rendering HTML tags)\n */\n @Input() htmlMode: boolean = false;\n\n /**\n * Defines a value that is going to be applied as a label top text in case when no value passed\n */\n @Input() noValueMessage?: string;\n\n /**\n * Defines a value which going to be as a label info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.HINT;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitTextLabelState = KitTextLabelState.REGULAR;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitTextLabelComponent } from './kit-text-label.component';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from './../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitTextLabelComponent,\n ],\n imports: [\n CommonModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitTextLabelComponent,\n ],\n})\nexport class KitTextLabelModule { }\n","import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitDropdownItem } from '../kit-dropdown/kit-dropdown.component';\nimport { ItemArgs, ItemDisabledFn, PopupSettings } from '@progress/kendo-angular-dropdowns';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\nimport { AbstractControl, FormControl } from '@angular/forms';\n\ninterface KitDropdownItemDisabledFnArgs<T> extends ItemArgs {\n dataItem: KitDropdownItem<T>;\n}\n\nexport enum KitUnitsTextboxDropdownPosition {\n LEFT = 'left',\n RIGHT = 'right'\n}\n\nexport enum KitUnitsTextboxType {\n TEXT = 'text',\n NUMBER = 'number'\n}\n\nexport enum KitUnitsTextboxState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\n@Component({\n selector: 'kit-units-textbox',\n templateUrl: './kit-units-textbox.component.html',\n styleUrls: ['./kit-units-textbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitUnitsTextboxComponent<T> {\n /**\n * Defines a value that is going to be applied as a textbox placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines a value that is going to be applied as a textbox label\n */\n @Input() label?: string;\n\n /**\n * Defines whether the textbox will be in disabled state\n */\n @Input() disabledTextBox?: boolean;\n\n /**\n * Defines whether the dropdown list will be in disabled state\n */\n @Input() disabledDropdown?: boolean;\n\n /**\n * An items list which is going to be rendered as dropdown items\n */\n @Input() dropdownItems: KitDropdownItem<T>[] = [];\n\n /**\n * An item which needs to be selected as a default value of the dropdown list\n */\n @Input() selectedDropdownItem?: T;\n\n /**\n * Defines a value that is going to be applied as a default textbox value\n */\n @Input() textBoxValue: string | number = '';\n\n /**\n * Defines a value that is going to be applied as a textbox form control\n */\n @Input() textBoxFormControl: AbstractControl = new FormControl();\n\n /**\n * Defines a value that is going to be applied as a dropdown list form control\n */\n @Input() dropdownFormControl: AbstractControl = new FormControl();\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Defines a value which used to set position of the dropdown list\n */\n @Input() dropdownPosition: KitUnitsTextboxDropdownPosition = KitUnitsTextboxDropdownPosition.RIGHT;\n\n /**\n * Defines a value which used to set type ot he textbox field\n */\n @Input() textboxType: KitUnitsTextboxType = KitUnitsTextboxType.TEXT;\n\n /**\n * Specifies the number of decimals that the user can enter when the numeric input is focused\n */\n\n @Input() decimals?: number;\n\n /**\n * Specifies the smallest numeric textbox value that is valid\n */\n @Input() min?: number;\n\n /**\n * Specifies the greatest numeric textbox value that is valid\n */\n @Input() max?: number;\n\n /**\n * Specifies the maximum number of characters the end user can type\n */\n @Input() maxlength?: number;\n\n /**\n * Specifies the number format of the numeric textbox\n */\n @Input() format?: string;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitUnitsTextboxState = KitUnitsTextboxState.REGULAR;\n\n /**\n * Occurs once an item in the dropdown is selected\n */\n @Output() selected: EventEmitter<KitDropdownItem<T>> = new EventEmitter<KitDropdownItem<T>>();\n\n /**\n * An action which is emitted when input value changed\n */\n @Output() changed: EventEmitter<string | number> = new EventEmitter<string | number>();\n\n /**\n * Settings for popup that will be opened as dropdown options list\n */\n readonly dropdownPopupSettings: PopupSettings = {\n appendTo: 'component',\n popupClass: 'kit-dropdown-popup',\n width: 'auto',\n };\n\n /**\n * Defines textbox types\n */\n readonly KitUnitsTextboxType: typeof KitUnitsTextboxType = KitUnitsTextboxType;\n\n /**\n * Defines dropdown positioning types\n */\n readonly KitUnitsTextboxDropdownPosition: typeof KitUnitsTextboxDropdownPosition = KitUnitsTextboxDropdownPosition;\n\n onItemDisabled(): ItemDisabledFn {\n return ((context: KitDropdownItemDisabledFnArgs<T>): boolean =>\n !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem));\n }\n\n /**\n * Function that is called when input value changed\n */\n onInputChange(value: string | number): void {\n this.textBoxFormControl.patchValue(value);\n this.textBoxFormControl.markAsDirty();\n this.changed.emit(value);\n }\n\n /**\n * Function that is called when dropdown list item selected\n */\n onItemSelect(item: KitDropdownItem<T>): void {\n this.dropdownFormControl.patchValue(item.value);\n this.dropdownFormControl.markAsDirty();\n this.selected.emit(item);\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onInputBlur(): void {\n this.textBoxFormControl.markAsTouched();\n }\n\n /**\n * Function that is called when dropdown lost focus\n */\n onDropdownBlur(): void {\n this.dropdownFormControl.markAsTouched();\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitUnitsTextboxComponent } from './kit-units-textbox.component';\nimport { NumericTextBoxModule, TextBoxModule } from '@progress/kendo-angular-inputs';\nimport { DropDownListModule } from '@progress/kendo-angular-dropdowns';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\n\n@NgModule({\n declarations: [\n KitUnitsTextboxComponent,\n ],\n imports: [\n CommonModule,\n TextBoxModule,\n NumericTextBoxModule,\n DropDownListModule,\n LabelModule,\n KitInputMessageModule,\n FormsModule,\n ReactiveFormsModule,\n ],\n exports: [\n KitUnitsTextboxComponent,\n ],\n})\nexport class KitUnitsTextboxModule {\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n forwardRef,\n Input,\n Output,\n ViewChild,\n ViewEncapsulation,\n} from '@angular/core';\nimport { PopupSettings } from '@progress/kendo-angular-dropdowns';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { DateTimePickerComponent } from '@progress/kendo-angular-dateinputs';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n\n@Component({\n selector: 'kit-datetimepicker',\n templateUrl: './kit-datetimepicker.component.html',\n styleUrls: ['./kit-datetimepicker.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitDatetimepickerComponent),\n multi: true,\n }],\n})\nexport class KitDatetimepickerComponent implements ControlValueAccessor {\n /**\n * Defines a value that is going to be applied as a datetimepicker label\n */\n @Input() label?: string;\n\n /**\n * Defines a value that is going to be applied as a datetimepicker placeholder\n */\n @Input() placeholder?: string;\n\n /**\n * Defines whether the component will be in disabled state\n */\n @Input() disabled?: boolean;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a state whether the component will be valid or not\n */\n @Input() isValid?: boolean = true;\n\n /**\n * Defines a value that is going to be applied as a datetimepicker format\n */\n @Input() format: string = 'dd MMM yyyy HH:mm';\n\n /**\n * Defines a value that is going to be applied as a default datetimepicker value\n */\n @Input() defaultDate?: Date;\n\n /**\n * Specifies the smallest valid date\n */\n @Input() min?: Date;\n\n /**\n * Specifies the biggest valid date\n */\n @Input() max?: Date;\n\n /**\n * An action which is emitted when datetimepicker value changed\n */\n @Output() changed: EventEmitter<Date> = new EventEmitter<Date>();\n\n /**\n * Defines a reference of the DateTimePicker component\n */\n @ViewChild('datetimepicker') datetimepicker!: DateTimePickerComponent;\n\n /**\n * An icon which will be used in a datetimepicker toggle button\n */\n icon: KitSvgIcon = KitSvgIcon.CALENDAR;\n\n /**\n * Settings for datetimepicker popup that will be opened\n */\n readonly datetimepickerPopupSettings: PopupSettings = {\n popupClass: 'kit-datetimepicker-popup',\n };\n\n /**\n * Function used to toggle visibility of the datetimepicker popup\n */\n onPopupToggle(): void {\n this.datetimepicker.focus();\n this.datetimepicker.toggle();\n }\n\n /**\n * Function that is called when datetimepicker lost focus\n */\n onBlur(): void {\n this.onTouched();\n }\n\n /**\n * Function that is called when datetimepicker popup closes\n */\n onClose(): void {\n }\n\n /**\n * Function that should be called every time datetimepicker value changes\n */\n onValueChange(value: Date): void {\n this.changed.emit(value);\n this.onChange(value);\n }\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: Date): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n writeValue(value: string): void {\n if (!value) {\n return;\n }\n\n this.onChange(new Date(value));\n this.defaultDate = new Date(value);\n }\n\n registerOnChange(fn: (_: Date) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitDatetimepickerComponent } from './kit-datetimepicker.component';\nimport { DateInputsModule } from '@progress/kendo-angular-dateinputs';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitDatetimepickerComponent,\n ],\n imports: [\n CommonModule,\n DateInputsModule,\n LabelModule,\n KitSvgIconModule,\n KitInputMessageModule,\n ],\n exports: [\n KitDatetimepickerComponent,\n ],\n})\n\nexport class KitDatetimepickerModule {\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\nexport enum KitNotificationType {\n INFO = 'info',\n WARNING = 'warning',\n ERROR = 'error',\n SUCCESS = 'success'\n}\n\n@Component({\n selector: 'kit-notification',\n templateUrl: './kit-notification.component.html',\n styleUrls: ['./kit-notification.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitNotificationComponent {\n /**\n * Defines a value that is going to be applied as a notification type\n */\n @Input() type: KitNotificationType = KitNotificationType.INFO;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitNotificationComponent } from './kit-notification.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitNotificationComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitNotificationComponent,\n ],\n})\nexport class KitNotificationModule {\n}\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport interface KitLocationStepperItemDate {\n value: string;\n description?: string;\n}\n\nexport interface KitLocationStepperItem {\n title: string;\n icon: KitSvgIcon;\n description?: string;\n dates?: KitLocationStepperItemDate[];\n cssClass?: string;\n subItems?: KitLocationStepperItem[];\n}\n\n@Component({\n selector: 'kit-location-stepper',\n templateUrl: './kit-location-stepper.component.html',\n styleUrls: ['./kit-location-stepper.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitLocationStepperComponent {\n /**\n * An items list to be shown as steps\n */\n @Input() items: KitLocationStepperItem[] = [];\n\n readonly KitSvgIcon: typeof KitSvgIcon = KitSvgIcon;\n}\n","import { NgModule } from '@angular/core';\nimport { KitLocationStepperComponent } from './kit-location-stepper.component';\nimport { CommonModule } from '@angular/common';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n declarations: [\n KitLocationStepperComponent,\n ],\n exports: [\n KitLocationStepperComponent,\n ],\n})\nexport class KitLocationStepperModule {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitAutocompleteComponent } from './kit-autocomplete.component';\nimport { DropDownsModule } from '@progress/kendo-angular-dropdowns';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { InputsModule } from '@progress/kendo-angular-inputs';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\nimport { KitLoaderModule } from '../kit-loader/kit-loader.module';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitAutocompleteComponent,\n ],\n imports: [\n CommonModule,\n DropDownsModule,\n FormsModule,\n ReactiveFormsModule,\n LabelModule,\n InputsModule,\n KitInputMessageModule,\n KitLoaderModule,\n KitSvgIconModule,\n ],\n exports: [\n KitAutocompleteComponent,\n ],\n})\nexport class KitAutocompleteModule {\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\nexport enum KitCheckboxState {\n REGULAR = 'regular',\n DANGER = 'danger',\n}\n\ntype CheckboxValueFn = (value: boolean) => void;\n\n@Component({\n selector: 'kit-checkbox',\n templateUrl: './kit-checkbox.component.html',\n styleUrls: ['./kit-checkbox.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitCheckboxComponent),\n multi: true,\n }],\n})\nexport class KitCheckboxComponent implements ControlValueAccessor {\n /**\n * Defines a label for checkbox; exact this text will be displayed next to the checkbox\n */\n @Input() label?: string;\n\n /**\n * States the component is disabled\n */\n @Input() disabled: boolean = false;\n\n /**\n * Defines a default value\n */\n @Input() defaultChecked: boolean = false;\n\n /**\n * Defines a particular state for the component\n */\n @Input() state: KitCheckboxState = KitCheckboxState.REGULAR;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Occurs as soon as input checked state is changed\n */\n @Output() changed: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: boolean): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (value: boolean): void => {\n };\n\n onInputStateChange(event: Event): void {\n const target: HTMLInputElement = <HTMLInputElement> event.target;\n const checked: boolean = target.checked;\n\n this.onChange(checked);\n this.changed.emit(checked);\n }\n\n registerOnChange(fn: CheckboxValueFn): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: CheckboxValueFn): void {\n this.onTouched = fn;\n }\n\n writeValue(value: boolean): void {\n this.onChange(value);\n this.defaultChecked = value;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { KitCheckboxComponent } from './kit-checkbox.component';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { CheckBoxModule } from '@progress/kendo-angular-inputs';\nimport { CommonModule } from '@angular/common';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitCheckboxComponent,\n ],\n exports: [\n KitCheckboxComponent,\n ],\n imports: [\n LabelModule,\n CheckBoxModule,\n CommonModule,\n KitInputMessageModule,\n ],\n})\nexport class KitCheckboxModule {\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, forwardRef, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { KitInputMessageType } from '../kit-input-message/kit-input-message.component';\n\n@Component({\n selector: 'kit-toggle',\n templateUrl: './kit-toggle.component.html',\n styleUrls: ['./kit-toggle.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [{\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => KitToggleComponent),\n multi: true,\n }],\n})\nexport class KitToggleComponent implements ControlValueAccessor {\n /**\n * Defines a label text which will be displayed next to the toggle\n */\n @Input() label?: string;\n\n /**\n * Defines whether the component will be in disabled state\n */\n @Input() disabled: boolean = false;\n\n /**\n * Defines a default value\n */\n @Input() defaultChecked: boolean = false;\n\n /**\n * Defines an icon which will be used to the left of the info message\n */\n @Input() messageIcon?: KitSvgIcon;\n\n /**\n * Defines a value which going to be an info message text\n */\n @Input() messageText?: string;\n\n /**\n * Defines a value which going to be an info message type\n */\n @Input() messageType: KitInputMessageType = KitInputMessageType.DEFAULT;\n\n /**\n * Occurs as soon as toggle state is changed\n */\n @Output() changed: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n /**\n * Function that is called when toggle state changed\n */\n onInputStateChange(checked: boolean): void {\n this.onChange(checked);\n this.changed.emit(checked);\n }\n\n /**\n * Function that should be called every time the form control value changes\n */\n onChange = (value: boolean): void => {\n };\n\n /**\n * Function that should be called when input lost focus and changed form control state to \"touched\"\n */\n onTouched = (): void => {\n };\n\n registerOnChange(fn: (_: boolean) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n writeValue(value: boolean): void {\n this.onChange(value);\n this.defaultChecked = value;\n }\n\n setDisabledState(disabled: boolean): void {\n this.disabled = disabled;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitToggleComponent } from './kit-toggle.component';\nimport { SwitchModule } from '@progress/kendo-angular-inputs';\nimport { LabelModule } from '@progress/kendo-angular-label';\nimport { KitInputMessageModule } from '../kit-input-message/kit-input-message.module';\n\n@NgModule({\n declarations: [\n KitToggleComponent,\n ],\n imports: [\n CommonModule,\n SwitchModule,\n LabelModule,\n KitInputMessageModule,\n ],\n exports: [\n KitToggleComponent,\n ],\n})\nexport class KitToggleModule {\n}\n","import { ChangeDetectionStrategy, Component, EventEmitter, HostListener, Input, Output } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\n@Component({\n selector: 'kit-pill',\n templateUrl: './kit-pill.component.html',\n styleUrls: ['./kit-pill.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class KitPillComponent {\n @Input() removable: boolean = false;\n @Input() selectable: boolean = false;\n @Input() selected: boolean = false;\n\n @Output() clicked: EventEmitter<boolean> = new EventEmitter<boolean>();\n @Output() removed: EventEmitter<void> = new EventEmitter<void>();\n\n @HostListener('click')\n onComponentClick(): void {\n if (!this.selectable) {\n return;\n }\n this.clicked.emit(!this.selected);\n }\n\n readonly closeIcon: KitSvgIcon = KitSvgIcon.CROSS;\n}\n","import { NgModule } from '@angular/core';\nimport { KitPillComponent } from './kit-pill.component';\nimport { CommonModule } from '@angular/common';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitPillComponent,\n ],\n exports: [\n KitPillComponent,\n ],\n imports: [\n KitSvgIconModule,\n CommonModule,\n ],\n})\nexport class KitPillModule {\n}\n","// KitButton\nexport { KitButtonComponent } from './lib/components/kit-button/kit-button.component';\nexport { KitButtonModule } from './lib/components/kit-button/kit-button.module';\nexport { KitButtonType, KitButtonKind, KitButtonIconPosition } from './lib/components/kit-button/kit-button.const';\n\n// SvgSprite\nexport { KitSvgSpriteModule } from './lib/components/kit-svg-sprite/kit-svg-sprite.module';\n\n// SvgIcon\nexport { KitSvgIconComponent } from './lib/components/kit-svg-icon/kit-svg-icon.component';\nexport { KitSvgIconModule } from './lib/components/kit-svg-icon/kit-svg-icon.module';\nexport { KitSvgIcon } from './lib/components/kit-svg-icon/kit-svg-icon.const';\n\n// KitLoader\nexport { KitLoaderComponent } from './lib/components/kit-loader/kit-loader.component';\nexport { KitLoaderModule } from './lib/components/kit-loader/kit-loader.module';\n\n// KitSwitch\nexport {\n KitSwitchComponent, KitSwitchMode, KitSwitchItemSelection, KitSwitchState,\n} from './lib/components/kit-switch/kit-switch.component';\nexport { KitSwitchModule } from './lib/components/kit-switch/kit-switch.module';\nexport { KitSwitchItem } from './lib/components/kit-switch/kit-switch-item.model';\n\n// KitTextbox\nexport { KitTextboxComponent } from './lib/components/kit-textbox/kit-textbox.component';\nexport { KitTextboxModule } from './lib/components/kit-textbox/kit-textbox.module';\n\n// KitNumericTextbox\nexport { KitNumericTextboxComponent } from './lib/components/kit-numeric-textbox/kit-numeric-textbox.component';\nexport { KitNumericTextboxModule } from './lib/components/kit-numeric-textbox/kit-numeric-textbox.module';\n\n// KitInputMessage\nexport { KitInputMessageComponent, KitInputMessageType } from './lib/components/kit-input-message/kit-input-message.component';\nexport { KitInputMessageModule } from './lib/components/kit-input-message/kit-input-message.module';\n\n// KitDropdown\nexport { KitDropdownComponent, KitDropdownItem, KitDropdownState } from './lib/components/kit-dropdown/kit-dropdown.component';\nexport { KitDropdownModule } from './lib/components/kit-dropdown/kit-dropdown.module';\n\n// KitTextarea\nexport { KitTextareaComponent, KitTextareaState } from './lib/components/kit-textarea/kit-textarea.component';\nexport { KitTextareaModule } from './lib/components/kit-textarea/kit-textarea.module';\nexport { KitTextareaAutoresizeDirective } from './lib/components/kit-textarea/kit-textarea-autoresize.directive';\n\n// KitTextLabel\nexport { KitTextLabelComponent } from './lib/components/kit-text-label/kit-text-label.component';\nexport { KitTextLabelModule } from './lib/components/kit-text-label/kit-text-label.module';\n\n// KitUnitsTextbox\nexport {\n KitUnitsTextboxComponent, KitUnitsTextboxDropdownPosition, KitUnitsTextboxType,\n} from './lib/components/kit-units-textbox/kit-units-textbox.component';\nexport { KitUnitsTextboxModule } from './lib/components/kit-units-textbox/kit-units-textbox.module';\n\n// KitDatetimepicker\nexport { KitDatetimepickerComponent } from './lib/components/kit-datetimepicker/kit-datetimepicker.component';\nexport { KitDatetimepickerModule } from './lib/components/kit-datetimepicker/kit-datetimepicker.module';\n\n// KitNotification\nexport { KitNotificationComponent, KitNotificationType } from './lib/components/kit-notification/kit-notification.component';\nexport { KitNotificationModule } from './lib/components/kit-notification/kit-notification.module';\n\n// KitLocationStepper\nexport {\n KitLocationStepperComponent, KitLocationStepperItem, KitLocationStepperItemDate,\n} from './lib/components/kit-location-stepper/kit-location-stepper.component';\nexport { KitLocationStepperModule } from './lib/components/kit-location-stepper/kit-location-stepper.module';\n\n// KitAutocomplete\nexport {\n KitAutocompleteComponent, KitAutocompleteItem, KitAutocompleteState,\n} from './lib/components/kit-autocomplete/kit-autocomplete.component';\nexport { KitAutocompleteModule } from './lib/components/kit-autocomplete/kit-autocomplete.module';\n\n// KitCheckbox\nexport { KitCheckboxComponent, KitCheckboxState } from './lib/components/kit-checkbox/kit-checkbox.component';\nexport { KitCheckboxModule } from './lib/components/kit-checkbox/kit-checkbox.module';\n\n// KitToggle\nexport { KitToggleComponent } from './lib/components/kit-toggle/kit-toggle.component';\nexport { KitToggleModule } from './lib/components/kit-toggle/kit-toggle.module';\n\n// KitPill\nexport { KitPillComponent } from './lib/components/kit-pill/kit-pill.component';\nexport { KitPillModule } from './lib/components/kit-pill/kit-pill.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n\nexport {KitSvgSpriteComponent as ɵa} from './lib/components/kit-svg-sprite/kit-svg-sprite.component';"],"names":["KitButtonType","KitButtonKind","KitButtonIconPosition","EventEmitter","Component","ChangeDetectionStrategy","Input","Output","NgModule","ButtonModule","CommonModule","KitSvgIcon","KitInputMessageType","ViewEncapsulation","KitSwitchMode","KitSwitchState","ButtonGroupModule","NG_VALUE_ACCESSOR","forwardRef","TextBoxModule","LabelModule","NumericTextBoxModule","KitAutocompleteState","map","ElementRef","KitDropdownState","DropDownListModule","ReactiveFormsModule","KitTextareaState","Directive","HostListener","KitUnitsTextboxDropdownPosition","KitUnitsTextboxType","FormControl","FormsModule","ViewChild","DateInputsModule","KitNotificationType","DropDownsModule","InputsModule","KitCheckboxState","CheckBoxModule","SwitchModule"],"mappings":";;;;;;AAAYA;IAAZ,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,sCAAqB,CAAA;IACvB,CAAC,EAHWA,qBAAa,KAAbA,qBAAa,QAGxB;AAEWC;IAAZ,WAAY,aAAa;QACvB,gCAAe,CAAA;QACf,gCAAe,CAAA;IACjB,CAAC,EAHWA,qBAAa,KAAbA,qBAAa,QAGxB;AAEWC;IAAZ,WAAY,qBAAqB;QAC/B,2CAAkB,CAAA;QAClB,6CAAoB,CAAA;IACtB,CAAC,EAHWA,6BAAqB,KAArBA,6BAAqB;;;QCNjC;;;;YAUW,aAAQ,GAAY,KAAK,CAAC;;;;YAK1B,UAAK,GAAW,EAAE,CAAC;;;;YAKnB,SAAI,GAAkBF,qBAAa,CAAC,MAAM,CAAC;;;;YAU3C,SAAI,GAAkBC,qBAAa,CAAC,KAAK,CAAC;;;;YAK1C,iBAAY,GAA0BC,6BAAqB,CAAC,KAAK,CAAC;;;;YAKjE,YAAO,GAAuB,IAAIC,iBAAY,EAAQ,CAAC;SAClE;;;;gBAzCAC,cAAS,SAAC;oBACT,QAAQ,EAAE,YAAY;oBAEtB,uWAA0C;oBAC1C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;;iBAChD;;;2BAKEC,UAAK;wBAKLA,UAAK;uBAKLA,UAAK;uBAKLA,UAAK;uBAKLA,UAAK;+BAKLA,UAAK;0BAKLC,WAAM;;;;QC1CT;;;;YAUW,SAAI,GAAkB,IAAI,CAAC;;;;YAK3B,cAAS,GAAkB,IAAI,CAAC;SAC1C;;;;gBAhBAH,cAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,0KAA4C;oBAE5C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;;iBAChD;;;uBAKEC,UAAK;4BAKLA,UAAK;;;;QCNR;;;;;gBARCE,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,mBAAmB;qBACpB;oBACD,OAAO,EAAE;wBACP,mBAAmB;qBACpB;iBACF;;;;QCSD;;;;;gBAbCA,aAAQ,SAAC;oBACR,OAAO,EAAE;wBACPC,gCAAY;wBACZC,mBAAY;wBACZ,gBAAgB;qBACjB;oBACD,YAAY,EAAE;wBACZ,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACP,kBAAkB;qBACnB;iBACF;;;;QCPD;;;;;gBATCN,cAAS,SAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,2xxBAA4C;oBAC5C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,IAAI,EAAE;;wBAEJ,MAAM,EAAE,MAAM;qBACf;iBACF;;;;QCCD;;;;;gBARCG,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,qBAAqB;qBACtB;iBACF;;;ACVWG;IAAZ,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,2CAA6B,CAAA;QAC7B,uCAAyB,CAAA;QACzB,6CAA+B,CAAA;QAC/B,2BAAa,CAAA;QACb,2BAAa,CAAA;QACb,mCAAqB,CAAA;QACrB,iCAAmB,CAAA;QACnB,6BAAe,CAAA;QACf,iCAAmB,CAAA;QACnB,yBAAW,CAAA;QACX,+BAAiB,CAAA;QACjB,2BAAa,CAAA;QACb,mCAAqB,CAAA;QACrB,6BAAe,CAAA;QACf,6BAAe,CAAA;QACf,mCAAqB,CAAA;QACrB,qCAAuB,CAAA;QACvB,+BAAiB,CAAA;QACjB,kCAAoB,CAAA;QACpB,2BAAa,CAAA;QACb,6CAA+B,CAAA;QAC/B,+BAAiB,CAAA;QACjB,6BAAe,CAAA;QACf,6BAAe,CAAA;QACf,2CAA6B,CAAA;QAC7B,6BAAe,CAAA;QACf,qCAAuB,CAAA;QACvB,yBAAW,CAAA;QACX,yBAAW,CAAA;IACb,CAAC,EA/BWA,kBAAU,KAAVA,kBAAU;;;QCGtB;;;;YAUW,gBAAW,GAAWA,kBAAU,CAAC,IAAI,CAAC;SAChD;;;;gBAXAP,cAAS,SAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,maAA0C;oBAE1C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;;iBAChD;;;;QCOD;;;;;gBAXCG,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACP,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACP,gBAAgB;qBACjB;iBACF;;;ACXWI;IAAZ,WAAY,mBAAmB;QAC7B,0CAAmB,CAAA;QACnB,oCAAa,CAAA;QACb,wCAAiB,CAAA;QACjB,0CAAmB,CAAA;IACrB,CAAC,EALWA,2BAAmB,KAAnBA,2BAAmB,QAK9B;;QAED;;;;YAUW,SAAI,GAAwBA,2BAAmB,CAAC,OAAO,CAAC;;;;YAUxD,YAAO,GAAW,EAAE,CAAC;SAC/B;;;;gBArBAR,cAAS,SAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,uSAAiD;oBAEjD,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;uBAKEP,UAAK;uBAKLA,UAAK;0BAKLA,UAAK;;;ACzBIQ;IAAZ,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;IACpB,CAAC,EAHWA,qBAAa,KAAbA,qBAAa,QAGxB;AAQWC;IAAZ,WAAY,cAAc;QACxB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAHWA,sBAAc,KAAdA,sBAAc,QAGzB;;QAED;;;;;YAYW,UAAK,GAAoB,EAAE,CAAC;;;;YAK5B,SAAI,GAAkBD,qBAAa,CAAC,MAAM,CAAC;;;;YAgC3C,gBAAW,GAAwBF,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,UAAK,GAAmBG,sBAAc,CAAC,OAAO,CAAC;;;;YAK9C,aAAQ,GAAyC,IAAIZ,iBAAY,EAA0B,CAAC;SAsCvG;;;;;;;QA9BC,yCAAY,GAAZ,UAAa,QAAiB,EAAE,IAAmB;;YAEjD,IAAI,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,QAAQ,EAAE;gBACpC,OAAO;aACR;YAED,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC;gBACjB,IAAI,MAAA;gBACJ,QAAQ,UAAA;gBACR,IAAI,EAAE,IAAI,CAAC,IAAI;aAChB,CAAC,CAAC;SACJ;;;;;;QAOD,2CAAc,GAAd,UAAe,IAAmB;YAChC,OAAO,CAAC,CAAC,IAAI,CAAC,SAAS,IAAI,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAChE;;;;;;QAOO,yCAAY,GAAZ;YACN,OAAO,IAAI,CAAC,IAAI,KAAKW,qBAAa,CAAC,MAAM,CAAC;SAC3C;;;;gBAhGFV,cAAS,SAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,qtCAA0C;oBAE1C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;;iBACtC;;;wBAMEP,UAAK;uBAKLA,UAAK;wBAKLA,UAAK;2BAKLA,UAAK;4BAMLA,UAAK;8BAMLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;wBAKLA,UAAK;2BAKLC,WAAM;;;;QC/DT;;;;;gBAZCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,wBAAwB;qBACzB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZ,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,wBAAwB;qBACzB;iBACF;;;;QCMD;;;;;gBAfCF,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACP,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACPQ,qCAAiB;wBACjBP,gCAAY;wBACZC,mBAAY;wBACZ,gBAAgB;wBAChB,qBAAqB;qBACtB;iBACF;;;;QCRD;;;;YA0BW,iBAAY,GAAY,EAAE,CAAC;;;;YAe3B,gBAAW,GAAwBE,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,aAAQ,GAAY,KAAK,CAAC;;;;YAKzB,WAAM,GAAuB,IAAIT,iBAAY,EAAQ,CAAC;;;;YAKtD,YAAO,GAAyB,IAAIA,iBAAY,EAAU,CAAC;;;;YAKrE,aAAQ,GAAG,UAAC,KAAa;aACxB,CAAC;;;;YAKF,cAAS,GAAG;aACX,CAAC;SAkCH;QAhCC,wCAAU,GAAV,UAAW,KAAa;YACtB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACrB,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;SAC3B;QAED,8CAAgB,GAAhB,UAAiB,EAAuB;YACtC,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;SACpB;QAED,+CAAiB,GAAjB,UAAkB,EAAc;YAC9B,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;SACrB;QAED,8CAAgB,GAAhB,UAAiB,QAAiB;YAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;;;;QAKD,yCAAW,GAAX;YACE,IAAI,CAAC,SAAS,EAAE,CAAC;YACjB,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;SACpB;;;;QAKD,2CAAa,GAAb,UAAc,KAAa;YACzB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACrB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC1B;;;;gBArGFC,cAAS,SAAC;oBACT,QAAQ,EAAE,aAAa;oBACvB,ksBAA2C;oBAE3C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEI,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,mBAAmB,GAAA,CAAC;4BAClD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;8BAKEZ,UAAK;wBAKLA,UAAK;+BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;2BAKLA,UAAK;yBAKLC,WAAM;0BAKNA,WAAM;;;;QChDT;;;;;gBAdCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,mBAAmB;qBACpB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZS,gCAAa;wBACbC,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,mBAAmB;qBACpB;iBACF;;;;QCfD;;;;YA8DW,gBAAW,GAAwBR,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,aAAQ,GAAY,KAAK,CAAC;;;;YAUzB,WAAM,GAAuB,IAAIT,iBAAY,EAAQ,CAAC;;;;YAKtD,YAAO,GAAyB,IAAIA,iBAAY,EAAU,CAAC;;;;YAKrE,aAAQ,GAAG,UAAC,KAAa;aACxB,CAAC;;;;YAKF,cAAS,GAAG;aACX,CAAC;SAkCH;QAhCC,+CAAU,GAAV,UAAW,KAAa;YACtB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACrB,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;SAC3B;QAED,qDAAgB,GAAhB,UAAiB,EAAuB;YACtC,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;SACpB;QAED,sDAAiB,GAAjB,UAAkB,EAAc;YAC9B,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;SACrB;QAED,qDAAgB,GAAhB,UAAiB,QAAiB;YAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;;;;QAKD,gDAAW,GAAX;YACE,IAAI,CAAC,SAAS,EAAE,CAAC;YACjB,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;SACpB;;;;QAKD,kDAAa,GAAb,UAAc,KAAa;YACzB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACrB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC1B;;;;gBA/HFC,cAAS,SAAC;oBACT,QAAQ,EAAE,qBAAqB;oBAC/B,2mCAAmD;oBAEnD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEI,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,0BAA0B,GAAA,CAAC;4BACzD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;8BAKEZ,UAAK;wBAKLA,UAAK;+BAKLA,UAAK;2BAMLA,UAAK;sBAKLA,UAAK;sBAKLA,UAAK;4BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;2BAKLA,UAAK;yBAKLA,UAAK;yBAKLC,WAAM;0BAKNA,WAAM;;;;QClET;;;;;gBAdCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,0BAA0B;qBAC3B;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZW,uCAAoB;wBACpBD,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,0BAA0B;qBAC3B;iBACF;;;ACLWE;IAAZ,WAAY,oBAAoB;QAC9B,2CAAmB,CAAA;QACnB,yCAAiB,CAAA;IACnB,CAAC,EAHWA,4BAAoB,KAApBA,4BAAoB,QAG/B;;QAsGC,kCACU,UAAsB;YADhC,iBAGC;YAFS,eAAU,GAAV,UAAU,CAAY;;;;YA1EvB,UAAK,GAA6B,EAAE,CAAC;;;;YAerC,kBAAa,GAAY,KAAK,CAAC;;;;YAe/B,gBAAW,GAAwBV,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,UAAK,GAAyBU,4BAAoB,CAAC,OAAO,CAAC;;;;YAK1D,YAAO,GAAyB,IAAInB,iBAAY,EAAU,CAAC;;;;YAK3D,aAAQ,GAAgD,IAAIA,iBAAY,EAAiC,CAAC;;;;YAK1G,WAAM,GAAuB,IAAIA,iBAAY,EAAQ,CAAC;;;;;YAMvD,6BAAwB,GAAG,UAAC,KAAyB,IAAgD,OAAA,KAAK,CAAC,IAAI,CACtHoB,aAAG,CAAC,UAAC,OAAe;gBAClB,KAAI,CAAC,aAAa,GAAG,OAAO,IAAI,KAAI,CAAC,aAAa,IAAI,IAAI,CAAC;gBAC3D,KAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAI,CAAC,aAAa,CAAC,CAAC;gBACvC,KAAI,CAAC,QAAQ,CAAC,KAAI,CAAC,aAAa,IAAI,IAAI,CAAC,CAAC;gBAC1C,OAAO,KAAI,CAAC,aAAa,CAAC;aAC3B,CAAC,CACH,GAAA,CAAC;;;;YAKO,0BAAqB,GAAkB;gBAC9C,QAAQ,EAAE,WAAW;gBACrB,UAAU,EAAE,wBAAwB;aACrC,CAAC;;;;YAmDF,aAAQ,GAAG,UAAC,KAAoC;aAC/C,CAAC;;;;YAKF,cAAS,GAAG;aACX,CAAC;SArDD;;;;QAKD,gDAAa,GAAb,UAAc,IAA4B;YACxC,OAAO,IAAI,CAAC,OAAO,IAAI,IAAI,CAAC,OAAO,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC;SACpD;;;;QAKD,iDAAc,GAAd,UAAe,KAAa;YAC1B,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC1B;;;;QAKD,gDAAa,GAAb,UAAc,IAAmC;YAC/C,IAAI,CAAC,IAAI,EAAE;gBACT,OAAO;aACR;YACD,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC;YAC1B,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;YACvC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;SACnC;;;;QAKD,yCAAM,GAAN;YACE,IAAI,CAAC,SAAS,EAAE,CAAC;YACjB,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;SACpB;;;;QAKD,0CAAO,GAAP;YACE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,MAAM,EAAE,CAAC;SAClE;QAcD,6CAAU,GAAV,UAAW,KAA6B;YACtC,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACrB,IAAI,CAAC,aAAa,GAAG,KAAK,CAAC;SAC5B;QAED,mDAAgB,GAAhB,UAAiB,EAA8C;YAC7D,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;SACpB;QAED,oDAAiB,GAAjB,UAAkB,EAAc;YAC9B,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;SACrB;QAED,mDAAgB,GAAhB,UAAiB,QAAiB;YAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;;;;gBA7KFnB,cAAS,SAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,o1DAAgD;oBAEhD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEI,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,wBAAwB,GAAA,CAAC;4BACvD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;gBA/B4CM,eAAU;;;wBAqCpDlB,UAAK;8BAKLA,UAAK;wBAKLA,UAAK;gCAKLA,UAAK;2BAKLA,UAAK;gCAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;wBAKLA,UAAK;0BAKLC,WAAM;2BAKNA,WAAM;yBAKNA,WAAM;;;AChFGkB;IAAZ,WAAY,gBAAgB;QAC1B,uCAAmB,CAAA;QACnB,qCAAiB,CAAA;IACnB,CAAC,EAHWA,wBAAgB,KAAhBA,wBAAgB,QAG3B;;QAED;;;;YAgBW,UAAK,GAAyB,EAAE,CAAC;;;;YA8BjC,gBAAW,GAAwBb,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,UAAK,GAAyBU,4BAAoB,CAAC,OAAO,CAAC;;;;YAW1D,aAAQ,GAAqC,IAAInB,iBAAY,EAAsB,CAAC;;;;YAKrF,0BAAqB,GAAkB;gBAC9C,UAAU,EAAE,oBAAoB;aACjC,CAAC;;;;YAKF,aAAQ,GAAG,UAAC,KAAQ;aACnB,CAAC;;;;YAKF,cAAS,GAAG;aACX,CAAC;SA+BH;QA7BC,6CAAc,GAAd;YACE,QAAQ,UAAC,OAAyC,IAChD,OAAA,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAA,EAAE;SAC/E;;;;QAKD,2CAAY,GAAZ,UAAa,IAAwB;YACnC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC1B,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SAC1B;QAED,yCAAU,GAAV,UAAW,KAAQ;YACjB,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;YAC1B,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;SACtB;QAED,+CAAgB,GAAhB,UAAiB,EAAkB;YACjC,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;SACpB;QAED,gDAAiB,GAAjB,UAAkB,EAAc;YAC9B,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;SACrB;QAED,+CAAgB,GAAhB,UAAiB,QAAiB;YAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;;;;gBA/GFC,cAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,i+BAA4C;oBAE5C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEI,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,oBAAoB,GAAA,CAAC;4BACnD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;wBAKEZ,UAAK;+BAKLA,UAAK;wBAKLA,UAAK;2BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;wBAKLA,UAAK;8BAMLA,UAAK;2BAKLC,WAAM;;;;QC7DT;;;;;gBAfCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACP,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACPkB,wCAAkB;wBAClBN,6BAAW;wBACXV,mBAAY;wBACZ,qBAAqB;wBACrBiB,yBAAmB;qBACpB;iBACF;;;AClBWC;IAAZ,WAAY,gBAAgB;QAC1B,uCAAmB,CAAA;QACnB,qCAAiB,CAAA;IACnB,CAAC,EAHWA,wBAAgB,KAAhBA,wBAAgB,QAG3B;;QAED;;;;YA0BW,iBAAY,GAAY,EAAE,CAAC;;;;YAsB3B,aAAQ,GAAY,KAAK,CAAC;;;;YAgB1B,UAAK,GAAqBA,wBAAgB,CAAC,OAAO,CAAC;;;;YAelD,YAAO,GAAuB,IAAIzB,iBAAY,EAAQ,CAAC;;;;YAKvD,WAAM,GAAuB,IAAIA,iBAAY,EAAQ,CAAC;;;;YAKtD,YAAO,GAAyB,IAAIA,iBAAY,EAAU,CAAC;;;;YAqBrE,aAAQ,GAAG,UAAC,KAAa;aACxB,CAAC;;;;YAKF,cAAS,GAAG;aACX,CAAC;SA0CH;QApEC,0CAAW,GAAX;YACE,IAAI,CAAC,mBAAmB,EAAE,CAAC;SAC5B;;;;QAKD,kDAAmB,GAAnB;YACE,IAAM,QAAQ,GAAW,EAAE,EACzB,UAAU,GAAW,GAAG,EACxB,OAAO,GAAW,EAAE,CAAC;YAEvB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;YAClF,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAC;SACnF;QAcD,yCAAU,GAAV,UAAW,KAAa;YACtB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACrB,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC;SAC3B;QAED,+CAAgB,GAAhB,UAAiB,EAAuB;YACtC,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;SACpB;QAED,gDAAiB,GAAjB,UAAkB,EAAc;YAC9B,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;SACrB;QAED,+CAAgB,GAAhB,UAAiB,QAAiB;YAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;;;;QAKD,8CAAe,GAAf;YACE,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;SACrB;;;;QAKD,6CAAc,GAAd;YACE,IAAI,CAAC,SAAS,EAAE,CAAC;YACjB,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC;SACpB;;;;QAKD,+CAAgB,GAAhB,UAAiB,KAAY;YAC3B,IAAM,MAAM,GAAwC,KAAK,CAAC,MAAM,CAAC;YACjE,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAC5B,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;SACjC;;;;gBA9JFC,cAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,i3BAA4C;oBAE5C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEI,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,oBAAoB,GAAA,CAAC;4BACnD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;8BAKEZ,UAAK;wBAKLA,UAAK;+BAKLA,UAAK;4BAKLA,UAAK;2BAMLA,UAAK;2BAMLA,UAAK;2BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;wBAMLA,UAAK;0BAeLC,WAAM;yBAKNA,WAAM;0BAKNA,WAAM;;;;QC3FP,wCACU,UAAsB;YAAtB,eAAU,GAAV,UAAU,CAAY;SAE/B;QAGD,gDAAO,GAAP;YACE,IAAI,CAAC,MAAM,EAAE,CAAC;SACf;QAED,iDAAQ,GAAR;YACE,IAAI,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY,EAAE;gBAC9C,IAAI,CAAC,MAAM,EAAE,CAAC;aACf;SACF;QAED,+CAAM,GAAN;YACE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,MAAM,GAAG,GAAG,CAAC;YACjD,IAAM,YAAY,GAAW,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,YAAY,CAAC;YACxE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,CAAC,MAAM,GAAM,YAAY,OAAI,CAAC;SAClE;;;;gBAzBFsB,cAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;iBACzB;;;gBAJmBL,eAAU;;;0BAY3BM,iBAAY,SAAC,QAAQ;;;;QCUxB;;;;;gBAfCtB,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,oBAAoB;wBACpB,8BAA8B;qBAC/B;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZU,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,oBAAoB;wBACpB,8BAA8B;qBAC/B;iBACF;;;IClBD,IAAY,iBAGX;IAHD,WAAY,iBAAiB;QAC3B,wCAAmB,CAAA;QACnB,sCAAiB,CAAA;IACnB,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;;QAED;;;;YAWW,UAAK,GAAW,EAAE,CAAC;;;;YAKnB,UAAK,GAAW,EAAE,CAAC;;;;YAKnB,aAAQ,GAAY,KAAK,CAAC;;;;YAe1B,gBAAW,GAAwBR,2BAAmB,CAAC,IAAI,CAAC;;;;YAK5D,UAAK,GAAsB,iBAAiB,CAAC,OAAO,CAAC;SAC/D;;;;gBA1CAR,cAAS,SAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,knBAA8C;oBAE9C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;;iBACtC;;;wBAKEP,UAAK;wBAKLA,UAAK;2BAKLA,UAAK;iCAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;wBAKLA,UAAK;;;;QC9BR;;;;;gBAbCE,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZU,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,qBAAqB;qBACtB;iBACF;;;ACPWW;IAAZ,WAAY,+BAA+B;QACzC,gDAAa,CAAA;QACb,kDAAe,CAAA;IACjB,CAAC,EAHWA,uCAA+B,KAA/BA,uCAA+B,QAG1C;AAEWC;IAAZ,WAAY,mBAAmB;QAC7B,oCAAa,CAAA;QACb,wCAAiB,CAAA;IACnB,CAAC,EAHWA,2BAAmB,KAAnBA,2BAAmB,QAG9B;IAED,IAAY,oBAGX;IAHD,WAAY,oBAAoB;QAC9B,2CAAmB,CAAA;QACnB,yCAAiB,CAAA;IACnB,CAAC,EAHW,oBAAoB,KAApB,oBAAoB,QAG/B;;QAED;;;;YA+BW,kBAAa,GAAyB,EAAE,CAAC;;;;YAUzC,iBAAY,GAAoB,EAAE,CAAC;;;;YAKnC,uBAAkB,GAAoB,IAAIC,iBAAW,EAAE,CAAC;;;;YAKxD,wBAAmB,GAAoB,IAAIA,iBAAW,EAAE,CAAC;;;;YAezD,gBAAW,GAAwBrB,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,qBAAgB,GAAoCmB,uCAA+B,CAAC,KAAK,CAAC;;;;YAK1F,gBAAW,GAAwBC,2BAAmB,CAAC,IAAI,CAAC;;;;YA+B5D,UAAK,GAAyB,oBAAoB,CAAC,OAAO,CAAC;;;;YAK1D,aAAQ,GAAqC,IAAI7B,iBAAY,EAAsB,CAAC;;;;YAKpF,YAAO,GAAkC,IAAIA,iBAAY,EAAmB,CAAC;;;;YAK9E,0BAAqB,GAAkB;gBAC9C,QAAQ,EAAE,WAAW;gBACrB,UAAU,EAAE,oBAAoB;gBAChC,KAAK,EAAE,MAAM;aACd,CAAC;;;;YAKO,wBAAmB,GAA+B6B,2BAAmB,CAAC;;;;YAKtE,oCAA+B,GAA2CD,uCAA+B,CAAC;SAsCpH;QApCC,iDAAc,GAAd;YACE,QAAQ,UAAC,OAAyC,IAChD,OAAA,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,QAAQ,IAAI,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAA,EAAE;SAC/E;;;;QAKD,gDAAa,GAAb,UAAc,KAAsB;YAClC,IAAI,CAAC,kBAAkB,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;YAC1C,IAAI,CAAC,kBAAkB,CAAC,WAAW,EAAE,CAAC;YACtC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC1B;;;;QAKD,+CAAY,GAAZ,UAAa,IAAwB;YACnC,IAAI,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAChD,IAAI,CAAC,mBAAmB,CAAC,WAAW,EAAE,CAAC;YACvC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SAC1B;;;;QAKD,8CAAW,GAAX;YACE,IAAI,CAAC,kBAAkB,CAAC,aAAa,EAAE,CAAC;SACzC;;;;QAKD,iDAAc,GAAd;YACE,IAAI,CAAC,mBAAmB,CAAC,aAAa,EAAE,CAAC;SAC1C;;;;gBA7KF3B,cAAS,SAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,87EAAiD;oBAEjD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;;iBACtC;;;8BAKEP,UAAK;wBAKLA,UAAK;kCAKLA,UAAK;mCAKLA,UAAK;gCAKLA,UAAK;uCAKLA,UAAK;+BAKLA,UAAK;qCAKLA,UAAK;sCAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;mCAKLA,UAAK;8BAKLA,UAAK;2BAMLA,UAAK;sBAKLA,UAAK;sBAKLA,UAAK;4BAKLA,UAAK;yBAKLA,UAAK;wBAKLA,UAAK;2BAKLC,WAAM;0BAKNA,WAAM;;;;QCpHT;;;;;gBAlBCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,wBAAwB;qBACzB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZS,gCAAa;wBACbE,uCAAoB;wBACpBK,wCAAkB;wBAClBN,6BAAW;wBACX,qBAAqB;wBACrBc,iBAAW;wBACXP,yBAAmB;qBACpB;oBACD,OAAO,EAAE;wBACP,wBAAwB;qBACzB;iBACF;;;;QCXD;;;;YAyCW,YAAO,GAAa,IAAI,CAAC;;;;YAKzB,WAAM,GAAW,mBAAmB,CAAC;;;;YAoBpC,YAAO,GAAuB,IAAIxB,iBAAY,EAAQ,CAAC;;;;YAUjE,SAAI,GAAeQ,kBAAU,CAAC,QAAQ,CAAC;;;;YAK9B,gCAA2B,GAAkB;gBACpD,UAAU,EAAE,0BAA0B;aACvC,CAAC;;;;YAkCF,aAAQ,GAAG,UAAC,KAAW;aACtB,CAAC;;;;YAKF,cAAS,GAAG;aACX,CAAC;SAsBH;;;;QA1DC,kDAAa,GAAb;YACE,IAAI,CAAC,cAAc,CAAC,KAAK,EAAE,CAAC;YAC5B,IAAI,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC;SAC9B;;;;QAKD,2CAAM,GAAN;YACE,IAAI,CAAC,SAAS,EAAE,CAAC;SAClB;;;;QAKD,4CAAO,GAAP;SACC;;;;QAKD,kDAAa,GAAb,UAAc,KAAW;YACvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YACzB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;SACtB;QAcD,+CAAU,GAAV,UAAW,KAAa;YACtB,IAAI,CAAC,KAAK,EAAE;gBACV,OAAO;aACR;YAED,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;YAC/B,IAAI,CAAC,WAAW,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,CAAC;SACpC;QAED,qDAAgB,GAAhB,UAAiB,EAAqB;YACpC,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;SACpB;QAED,sDAAiB,GAAjB,UAAkB,EAAc;YAC9B,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;SACrB;QAED,qDAAgB,GAAhB,UAAiB,QAAiB;YAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;;;;gBAjJFP,cAAS,SAAC;oBACT,QAAQ,EAAE,oBAAoB;oBAC9B,i2CAAkD;oBAElD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEI,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,0BAA0B,GAAA,CAAC;4BACzD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;wBAKEZ,UAAK;8BAKLA,UAAK;2BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;0BAKLA,UAAK;yBAKLA,UAAK;8BAKLA,UAAK;sBAKLA,UAAK;sBAKLA,UAAK;0BAKLC,WAAM;iCAKN4B,cAAS,SAAC,gBAAgB;;;;QC9D7B;;;;;gBAhBC3B,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,0BAA0B;qBAC3B;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZ0B,uCAAgB;wBAChBhB,6BAAW;wBACX,gBAAgB;wBAChB,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,0BAA0B;qBAC3B;iBACF;;;ACpBWiB;IAAZ,WAAY,mBAAmB;QAC7B,oCAAa,CAAA;QACb,0CAAmB,CAAA;QACnB,sCAAe,CAAA;QACf,0CAAmB,CAAA;IACrB,CAAC,EALWA,2BAAmB,KAAnBA,2BAAmB,QAK9B;;QAED;;;;YAUW,SAAI,GAAwBA,2BAAmB,CAAC,IAAI,CAAC;SAC/D;;;;gBAXAjC,cAAS,SAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,8PAAgD;oBAEhD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;;iBAChD;;;uBAKEC,UAAK;;;;QCFR;;;;;gBAZCE,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,wBAAwB;qBACzB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZ,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,wBAAwB;qBACzB;iBACF;;;;QCCD;;;;YAWW,UAAK,GAA6B,EAAE,CAAC;YAErC,eAAU,GAAsBC,kBAAU,CAAC;SACrD;;;;gBAdAP,cAAS,SAAC;oBACT,QAAQ,EAAE,sBAAsB;oBAChC,qgEAAoD;oBAEpD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;;iBACtC;;;wBAKEP,UAAK;;;;QCXR;;;;;gBAZCE,aAAQ,SAAC;oBACR,OAAO,EAAE;wBACPE,mBAAY;wBACZ,gBAAgB;qBACjB;oBACD,YAAY,EAAE;wBACZ,2BAA2B;qBAC5B;oBACD,OAAO,EAAE;wBACP,2BAA2B;qBAC5B;iBACF;;;;QCcD;;;;;gBAnBCF,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,wBAAwB;qBACzB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZ4B,qCAAe;wBACfJ,iBAAW;wBACXP,yBAAmB;wBACnBP,6BAAW;wBACXmB,+BAAY;wBACZ,qBAAqB;wBACrB,eAAe;wBACf,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,wBAAwB;qBACzB;iBACF;;;ACxBWC;IAAZ,WAAY,gBAAgB;QAC1B,uCAAmB,CAAA;QACnB,qCAAiB,CAAA;IACnB,CAAC,EAHWA,wBAAgB,KAAhBA,wBAAgB,QAG3B;;QAID;;;;YAoBW,aAAQ,GAAY,KAAK,CAAC;;;;YAK1B,mBAAc,GAAY,KAAK,CAAC;;;;YAKhC,UAAK,GAAqBA,wBAAgB,CAAC,OAAO,CAAC;;;;YAenD,gBAAW,GAAwB5B,2BAAmB,CAAC,OAAO,CAAC;;;;YAK9D,YAAO,GAA0B,IAAIT,iBAAY,EAAW,CAAC;;;;YAMvE,aAAQ,GAAG,UAAC,KAAc;aACzB,CAAC;;;;YAKF,cAAS,GAAG,UAAC,KAAc;aAC1B,CAAC;SA0BH;QAxBC,iDAAkB,GAAlB,UAAmB,KAAY;YAC7B,IAAM,MAAM,GAAwC,KAAK,CAAC,MAAM,CAAC;YACjE,IAAM,OAAO,GAAY,MAAM,CAAC,OAAO,CAAC;YAExC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;YACvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;SAC5B;QAED,+CAAgB,GAAhB,UAAiB,EAAmB;YAClC,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;SACpB;QAED,gDAAiB,GAAjB,UAAkB,EAAmB;YACnC,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;SACrB;QAED,yCAAU,GAAV,UAAW,KAAc;YACvB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACrB,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;SAC7B;QAED,+CAAgB,GAAhB,UAAiB,QAAiB;YAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;;;;gBAxFFC,cAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,2rBAA4C;oBAE5C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEY,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,oBAAoB,GAAA,CAAC;4BACnD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;wBAKEZ,UAAK;2BAKLA,UAAK;iCAKLA,UAAK;wBAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;0BAKLC,WAAM;;;;QCzCT;;;;;gBAdCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACP,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACPY,6BAAW;wBACXqB,iCAAc;wBACd/B,mBAAY;wBACZ,qBAAqB;qBACtB;iBACF;;;;QCfD;;;;YAqBW,aAAQ,GAAY,KAAK,CAAC;;;;YAK1B,mBAAc,GAAY,KAAK,CAAC;;;;YAehC,gBAAW,GAAwBE,2BAAmB,CAAC,OAAO,CAAC;;;;YAK9D,YAAO,GAA0B,IAAIT,iBAAY,EAAW,CAAC;;;;YAavE,aAAQ,GAAG,UAAC,KAAc;aACzB,CAAC;;;;YAKF,cAAS,GAAG;aACX,CAAC;SAkBH;;;;QAjCC,+CAAkB,GAAlB,UAAmB,OAAgB;YACjC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;YACvB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;SAC5B;QAcD,6CAAgB,GAAhB,UAAiB,EAAwB;YACvC,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;SACpB;QAED,8CAAiB,GAAjB,UAAkB,EAAc;YAC9B,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;SACrB;QAED,uCAAU,GAAV,UAAW,KAAc;YACvB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACrB,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;SAC7B;QAED,6CAAgB,GAAhB,UAAiB,QAAiB;YAChC,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;SAC1B;;;;gBAnFFC,cAAS,SAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,ojBAA0C;oBAE1C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAEQ,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEI,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,kBAAkB,GAAA,CAAC;4BACjD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;wBAKEZ,UAAK;2BAKLA,UAAK;iCAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;0BAKLC,WAAM;;;;QC9BT;;;;;gBAdCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZgC,+BAAY;wBACZtB,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,kBAAkB;qBACnB;iBACF;;;;QCjBD;YAOW,cAAS,GAAY,KAAK,CAAC;YAC3B,eAAU,GAAY,KAAK,CAAC;YAC5B,aAAQ,GAAY,KAAK,CAAC;YAEzB,YAAO,GAA0B,IAAIjB,iBAAY,EAAW,CAAC;YAC7D,YAAO,GAAuB,IAAIA,iBAAY,EAAQ,CAAC;YAUxD,cAAS,GAAeQ,kBAAU,CAAC,KAAK,CAAC;SACnD;QARC,2CAAgB,GAAhB;YACE,IAAI,CAAC,IAAI,CAAC,UAAU,EAAE;gBACpB,OAAO;aACR;YACD,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SACnC;;;;gBApBFP,cAAS,SAAC;oBACT,QAAQ,EAAE,UAAU;oBACpB,ygBAAwC;oBAExC,eAAe,EAAEC,4BAAuB,CAAC,MAAM;;iBAChD;;;4BAEEC,UAAK;6BACLA,UAAK;2BACLA,UAAK;0BAELC,WAAM;0BACNA,WAAM;mCAENuB,iBAAY,SAAC,OAAO;;;;QCAvB;;;;;gBAZCtB,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,gBAAgB;wBAChBE,mBAAY;qBACb;iBACF;;;IChBD;;ICAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -69,7 +69,7 @@ export class KitDropdownComponent {
|
|
|
69
69
|
KitDropdownComponent.decorators = [
|
|
70
70
|
{ type: Component, args: [{
|
|
71
71
|
selector: 'kit-dropdown',
|
|
72
|
-
template: "<div class=\"kit-dropdown {{ state }}\" [class.disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"dropdown\"\n ></kendo-label>\n <kendo-dropdownlist #dropdown valueField=\"value\" textField=\"text\" class=\"dropdown\"\n [data]=\"items\"\n [value]=\"selectedItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabled\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n (selectionChange)=\"onItemSelect($event)\"\n ></kendo-dropdownlist>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
|
|
72
|
+
template: "<div class=\"kit-dropdown {{ state }}\" [class.disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"dropdown\"\n ></kendo-label>\n <kendo-dropdownlist #dropdown valueField=\"value\" textField=\"text\" class=\"dropdown\"\n [data]=\"items\"\n [value]=\"selectedItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabled\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n [defaultItem]=\"defaultItem\"\n (selectionChange)=\"onItemSelect($event)\"\n ></kendo-dropdownlist>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
|
|
73
73
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
74
74
|
encapsulation: ViewEncapsulation.None,
|
|
75
75
|
providers: [{
|
|
@@ -77,7 +77,7 @@ KitDropdownComponent.decorators = [
|
|
|
77
77
|
useExisting: forwardRef(() => KitDropdownComponent),
|
|
78
78
|
multi: true,
|
|
79
79
|
}],
|
|
80
|
-
styles: ["@charset \"UTF-8\";.display-flex{display:flex}.flex-align-items-center{align-items:center}.flex-justify-content-center{justify-content:center}.flex-justify-content-end{justify-content:flex-end}.display-block{display:block}.kit-dropdown .label{margin-bottom:4px;font-weight:500;font-size:13px;color:#a9a8a8}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{height:100%;font-size:13px;font-weight:400;color:#002a3a}.kit-dropdown .k-icon:before{content:\"\\e015\";color:#002a3a}.kit-dropdown .k-dropdown{width:100%;height:34px}.kit-dropdown .k-dropdown-wrap{border-radius:4px;background:#ffffff;border:1px solid #efefef}.kit-dropdown .k-dropdown-wrap:hover{background-color:#fff}.kit-dropdown .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-dropdown:focus-within .k-dropdown-wrap{border:1px solid #00b0ad}.kit-dropdown.disabled .label{color:#74777d}.kit-dropdown.danger .k-dropdown-wrap{border-color:#ef3e42;background:#f8e0e0}.kit-dropdown-popup.k-popup{margin-top:4px;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px #003e5680;background-color:#f3f4f6;padding:4px}.kit-dropdown-popup.k-popup .k-item{padding:8px;background-color:#fff;font-size:13px;font-weight:500;box-shadow:none!important;border-radius:2px;color:#002a3a;line-height:1}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item:hover,.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover{background-color:#f3f5fa;color:#56a2f7}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#56a2f7;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}\n"]
|
|
80
|
+
styles: ["@charset \"UTF-8\";.display-flex{display:flex}.flex-align-items-center{align-items:center}.flex-justify-content-center{justify-content:center}.flex-justify-content-end{justify-content:flex-end}.display-block{display:block}.kit-dropdown .label{margin-bottom:4px;font-weight:500;font-size:13px;color:#a9a8a8}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{height:100%;font-size:13px;font-weight:400;color:#002a3a}.kit-dropdown .k-icon:before{content:\"\\e015\";color:#002a3a}.kit-dropdown .k-dropdown{width:100%;height:34px}.kit-dropdown .k-dropdown-wrap{border-radius:4px;background:#ffffff;border:1px solid #efefef}.kit-dropdown .k-dropdown-wrap:hover{background-color:#fff}.kit-dropdown .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-dropdown:focus-within .k-dropdown-wrap{border:1px solid #00b0ad}.kit-dropdown.disabled .label{color:#74777d}.kit-dropdown.danger .k-dropdown-wrap{border-color:#ef3e42;background:#f8e0e0}.kit-dropdown-popup.k-popup{margin-top:4px;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px #003e5680;background-color:#f3f4f6;padding:4px}.kit-dropdown-popup.k-popup .k-list-optionlabel{display:none}.kit-dropdown-popup.k-popup .k-item{padding:8px;background-color:#fff;font-size:13px;font-weight:500;box-shadow:none!important;border-radius:2px;color:#002a3a;line-height:1}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item:hover,.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover{background-color:#f3f5fa;color:#56a2f7}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#56a2f7;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}\n"]
|
|
81
81
|
},] }
|
|
82
82
|
];
|
|
83
83
|
KitDropdownComponent.propDecorators = {
|
|
@@ -89,6 +89,7 @@ KitDropdownComponent.propDecorators = {
|
|
|
89
89
|
messageText: [{ type: Input }],
|
|
90
90
|
messageType: [{ type: Input }],
|
|
91
91
|
state: [{ type: Input }],
|
|
92
|
+
defaultItem: [{ type: Input }],
|
|
92
93
|
selected: [{ type: Output }]
|
|
93
94
|
};
|
|
94
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
95
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LWRyb3Bkb3duLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMva2l0LWRyb3Bkb3duL2tpdC1kcm9wZG93bi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQWEsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHMUksT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDdkYsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGdEQUFnRCxDQUFDO0FBWXRGLE1BQU0sQ0FBTixJQUFZLGdCQUdYO0FBSEQsV0FBWSxnQkFBZ0I7SUFDMUIsdUNBQW1CLENBQUE7SUFDbkIscUNBQWlCLENBQUE7QUFDbkIsQ0FBQyxFQUhXLGdCQUFnQixLQUFoQixnQkFBZ0IsUUFHM0I7QUFjRCxNQUFNLE9BQU8sb0JBQW9CO0lBWmpDO1FBYUU7O1dBRUc7UUFDTSxVQUFLLEdBQXlCLEVBQUUsQ0FBQztRQTJCMUM7O1dBRUc7UUFDTSxnQkFBVyxHQUF3QixtQkFBbUIsQ0FBQyxPQUFPLENBQUM7UUFFeEU7O1dBRUc7UUFDTSxVQUFLLEdBQXlCLG9CQUFvQixDQUFDLE9BQU8sQ0FBQztRQVFwRTs7V0FFRztRQUNPLGFBQVEsR0FBcUMsSUFBSSxZQUFZLEVBQXNCLENBQUM7UUFFOUY7O1dBRUc7UUFDTSwwQkFBcUIsR0FBa0I7WUFDOUMsVUFBVSxFQUFFLG9CQUFvQjtTQUNqQyxDQUFDO1FBRUY7O1dBRUc7UUFDSCxhQUFRLEdBQUcsQ0FBQyxLQUFRLEVBQVEsRUFBRTtRQUM5QixDQUFDLENBQUM7UUFFRjs7V0FFRztRQUNILGNBQVMsR0FBRyxHQUFTLEVBQUU7UUFDdkIsQ0FBQyxDQUFDO0lBK0JKLENBQUM7SUE3QkMsY0FBYztRQUNaLE9BQU8sQ0FBQyxDQUFDLE9BQXlDLEVBQVcsRUFBRSxDQUM3RCxDQUFDLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxRQUFRLElBQUksT0FBTyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDaEYsQ0FBQztJQUVEOztPQUVHO0lBQ0gsWUFBWSxDQUFDLElBQXdCO1FBQ25DLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzFCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBUTtRQUNqQixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztRQUMxQixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUFrQjtRQUNqQyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBYztRQUM5QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsUUFBaUI7UUFDaEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLENBQUM7SUFDM0IsQ0FBQzs7O1lBL0dGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsY0FBYztnQkFDeEIsaStCQUE0QztnQkFFNUMsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07Z0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2dCQUNyQyxTQUFTLEVBQUUsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG9CQUFvQixDQUFDO3dCQUNuRCxLQUFLLEVBQUUsSUFBSTtxQkFDWixDQUFDOzthQUNIOzs7b0JBS0UsS0FBSzsyQkFLTCxLQUFLO29CQUtMLEtBQUs7dUJBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7MEJBS0wsS0FBSztvQkFLTCxLQUFLOzBCQU1MLEtBQUs7dUJBS0wsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgZm9yd2FyZFJlZiwgSW5wdXQsIE91dHB1dCwgUHJlZGljYXRlLCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSXRlbUFyZ3MsIEl0ZW1EaXNhYmxlZEZuLCBQb3B1cFNldHRpbmdzIH0gZnJvbSAnQHByb2dyZXNzL2tlbmRvLWFuZ3VsYXItZHJvcGRvd25zJztcbmltcG9ydCB7IEtpdFN2Z0ljb24gfSBmcm9tICcuLi9raXQtc3ZnLWljb24va2l0LXN2Zy1pY29uLmNvbnN0JztcbmltcG9ydCB7IEtpdElucHV0TWVzc2FnZVR5cGUgfSBmcm9tICcuLi9raXQtaW5wdXQtbWVzc2FnZS9raXQtaW5wdXQtbWVzc2FnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgS2l0QXV0b2NvbXBsZXRlU3RhdGUgfSBmcm9tICcuLi9raXQtYXV0b2NvbXBsZXRlL2tpdC1hdXRvY29tcGxldGUuY29tcG9uZW50JztcblxuaW50ZXJmYWNlIEtpdERyb3Bkb3duSXRlbURpc2FibGVkRm5BcmdzPFQ+IGV4dGVuZHMgSXRlbUFyZ3Mge1xuICBkYXRhSXRlbTogS2l0RHJvcGRvd25JdGVtPFQ+O1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEtpdERyb3Bkb3duSXRlbTxUPiB7XG4gIHRleHQ6IHN0cmluZztcbiAgdmFsdWU6IFQ7XG4gIGRpc2FibGVkPzogUHJlZGljYXRlPEtpdERyb3Bkb3duSXRlbTxUPj47XG59XG5cbmV4cG9ydCBlbnVtIEtpdERyb3Bkb3duU3RhdGUge1xuICBSRUdVTEFSID0gJ3JlZ3VsYXInLFxuICBEQU5HRVIgPSAnZGFuZ2VyJyxcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAna2l0LWRyb3Bkb3duJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2tpdC1kcm9wZG93bi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2tpdC1kcm9wZG93bi5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEtpdERyb3Bkb3duQ29tcG9uZW50KSxcbiAgICBtdWx0aTogdHJ1ZSxcbiAgfV0sXG59KVxuZXhwb3J0IGNsYXNzIEtpdERyb3Bkb3duQ29tcG9uZW50PFQ+IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuICAvKipcbiAgICogYW4gaXRlbXMgbGlzdCB3aGljaCBpcyBnb2luZyB0byBiZSByZW5kZXJlZCBhcyBkcm9wZG93biBpdGVtc1xuICAgKi9cbiAgQElucHV0KCkgaXRlbXM6IEtpdERyb3Bkb3duSXRlbTxUPltdID0gW107XG5cbiAgLyoqXG4gICAqIGFuIGl0ZW0gd2hpY2ggbmVlZHMgdG8gYmUgc2VsZWN0ZWQgYXMgYSBkZWZhdWx0IHZhbHVlXG4gICAqL1xuICBASW5wdXQoKSBzZWxlY3RlZEl0ZW0/OiBUO1xuXG4gIC8qKlxuICAgKiBhbiBpbmZvcm1hdGl2ZSB0ZXh0IHRoYXQgd2lsbCBiZSBhYm92ZSB0aGUgZHJvcGRvd25cbiAgICovXG4gIEBJbnB1dCgpIGxhYmVsPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBkZWZpbmVzIHdoZXRoZXIgdGhlIGNvbXBvbmVudCB3aWxsIGJlIGluIGRpc2FibGVkIHN0YXRlXG4gICAqL1xuICBASW5wdXQoKSBkaXNhYmxlZD86IGJvb2xlYW47XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYW4gaWNvbiB3aGljaCB3aWxsIGJlIHVzZWQgdG8gdGhlIGxlZnQgb2YgdGhlIGluZm8gbWVzc2FnZVxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZUljb24/OiBLaXRTdmdJY29uO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgd2hpY2ggZ29pbmcgdG8gYmUgYW4gaW5mbyBtZXNzYWdlIHRleHRcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VUZXh0Pzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgd2hpY2ggZ29pbmcgdG8gYmUgYW4gaW5mbyBtZXNzYWdlIHR5cGVcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VUeXBlOiBLaXRJbnB1dE1lc3NhZ2VUeXBlID0gS2l0SW5wdXRNZXNzYWdlVHlwZS5ERUZBVUxUO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgcGFydGljdWxhciBzdGF0ZSBmb3IgdGhlIGNvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgc3RhdGU6IEtpdEF1dG9jb21wbGV0ZVN0YXRlID0gS2l0QXV0b2NvbXBsZXRlU3RhdGUuUkVHVUxBUjtcblxuICAvKipcbiAgICogQW4gaXRlbSB0aGF0IGlzIGdvaW5nIHRvIGJlIHByZXNlbnRlZCBhcyBhIGRlZmF1bHQgdmFsdWUuXG4gICAqIFVzaW5nIGFzIGEgcGxhY2Vob2xkZXJcbiAgICovXG4gIEBJbnB1dCgpIGRlZmF1bHRJdGVtPzogS2l0RHJvcGRvd25JdGVtPFQ+O1xuXG4gIC8qKlxuICAgKiBvY2N1cnMgb25jZSBhbiBpdGVtIGluIHRoZSBkcm9wZG93biBpcyBzZWxlY3RlZFxuICAgKi9cbiAgQE91dHB1dCgpIHNlbGVjdGVkOiBFdmVudEVtaXR0ZXI8S2l0RHJvcGRvd25JdGVtPFQ+PiA9IG5ldyBFdmVudEVtaXR0ZXI8S2l0RHJvcGRvd25JdGVtPFQ+PigpO1xuXG4gIC8qKlxuICAgKiBzZXR0aW5ncyBmb3IgcG9wdXAgdGhhdCB3aWxsIGJlIG9wZW5lZCBhcyBkcm9wZG93biBvcHRpb25zIGxpc3RcbiAgICovXG4gIHJlYWRvbmx5IGRyb3Bkb3duUG9wdXBTZXR0aW5nczogUG9wdXBTZXR0aW5ncyA9IHtcbiAgICBwb3B1cENsYXNzOiAna2l0LWRyb3Bkb3duLXBvcHVwJyxcbiAgfTtcblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIGV2ZXJ5IHRpbWUgdGhlIGZvcm0gY29udHJvbCB2YWx1ZSBjaGFuZ2VzXG4gICAqL1xuICBvbkNoYW5nZSA9ICh2YWx1ZTogVCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgd2hlbiBpbnB1dCBsb3N0IGZvY3VzIGFuZCBjaGFuZ2VkIGZvcm0gY29udHJvbCBzdGF0ZSB0byBcInRvdWNoZWRcIlxuICAgKi9cbiAgb25Ub3VjaGVkID0gKCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIG9uSXRlbURpc2FibGVkKCk6IEl0ZW1EaXNhYmxlZEZuIHtcbiAgICByZXR1cm4gKChjb250ZXh0OiBLaXREcm9wZG93bkl0ZW1EaXNhYmxlZEZuQXJnczxUPik6IGJvb2xlYW4gPT5cbiAgICAgICEhY29udGV4dC5kYXRhSXRlbS5kaXNhYmxlZCAmJiBjb250ZXh0LmRhdGFJdGVtLmRpc2FibGVkKGNvbnRleHQuZGF0YUl0ZW0pKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIGRyb3Bkb3duIGxpc3QgaXRlbSBzZWxlY3RlZFxuICAgKi9cbiAgb25JdGVtU2VsZWN0KGl0ZW06IEtpdERyb3Bkb3duSXRlbTxUPik6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UoaXRlbS52YWx1ZSk7XG4gICAgdGhpcy5zZWxlY3RlZC5lbWl0KGl0ZW0pO1xuICB9XG5cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogVCk6IHZvaWQge1xuICAgIHRoaXMuc2VsZWN0ZWRJdGVtID0gdmFsdWU7XG4gICAgdGhpcy5vbkNoYW5nZSh2YWx1ZSk7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAoXzogVCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGUoZGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB0aGlzLmRpc2FibGVkID0gZGlzYWJsZWQ7XG4gIH1cbn1cbiJdfQ==
|