@indigina/ui-kit 1.0.35 → 1.0.39

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.
@@ -542,7 +542,7 @@
542
542
  KitTextboxComponent.decorators = [
543
543
  { type: core.Component, args: [{
544
544
  selector: 'kit-textbox',
545
- template: "<div class=\"kit-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-textbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
545
+ template: "<div class=\"kit-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-textbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
546
546
  changeDetection: core.ChangeDetectionStrategy.OnPush,
547
547
  encapsulation: core.ViewEncapsulation.None,
548
548
  providers: [{
@@ -550,7 +550,7 @@
550
550
  useExisting: core.forwardRef(function () { return KitTextboxComponent; }),
551
551
  multi: true,
552
552
  }],
553
- styles: [".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-textbox .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-textbox .k-input::-moz-placeholder{color:#74777d}.kit-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-textbox .k-input::placeholder{color:#74777d}.kit-textbox .k-input:focus{border-color:#006890}.kit-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-textbox .k-input-prefix,.kit-textbox .k-input-suffix{height:0}.kit-textbox:focus-within .k-label{color:#74777d}.kit-textbox.textbox-danger .k-label,.kit-textbox.textbox-disabled .k-label{color:#74777d}.kit-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#da1e28}"]
553
+ styles: [".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-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-textbox .k-input::-moz-placeholder{color:#74777d}.kit-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-textbox .k-input::placeholder{color:#74777d}.kit-textbox .k-input:focus{border-color:#006890}.kit-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-textbox .k-input-prefix,.kit-textbox .k-input-suffix{height:0}.kit-textbox.textbox-disabled .label{color:#74777d}.kit-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#ef3e42}"]
554
554
  },] }
555
555
  ];
556
556
  KitTextboxComponent.propDecorators = {
@@ -668,7 +668,7 @@
668
668
  KitNumericTextboxComponent.decorators = [
669
669
  { type: core.Component, args: [{
670
670
  selector: 'kit-numeric-textbox',
671
- template: "<div class=\"kit-numeric-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-numerictextbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
671
+ template: "<div class=\"kit-numeric-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-numerictextbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [selectOnFocus]=\"false\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
672
672
  changeDetection: core.ChangeDetectionStrategy.OnPush,
673
673
  encapsulation: core.ViewEncapsulation.None,
674
674
  providers: [{
@@ -676,7 +676,7 @@
676
676
  useExisting: core.forwardRef(function () { return KitNumericTextboxComponent; }),
677
677
  multi: true,
678
678
  }],
679
- styles: [".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-numeric-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-numeric-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-numeric-textbox .k-input::-moz-placeholder{color:#74777d}.kit-numeric-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-numeric-textbox .k-input::placeholder{color:#74777d}.kit-numeric-textbox .k-input:focus{border-color:#006890}.kit-numeric-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input::-moz-selection{background:#006890;color:#fff}.kit-numeric-textbox .k-input::selection{background:#006890;color:#fff}.kit-numeric-textbox .k-input-prefix,.kit-numeric-textbox .k-input-suffix{height:0}.kit-numeric-textbox:focus-within .k-label{color:#74777d}.kit-numeric-textbox.textbox-danger .label,.kit-numeric-textbox.textbox-disabled .label{color:#74777d}.kit-numeric-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#da1e28}"]
679
+ styles: [".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-numeric-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-numeric-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-numeric-textbox .k-input::-moz-placeholder{color:#74777d}.kit-numeric-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-numeric-textbox .k-input::placeholder{color:#74777d}.kit-numeric-textbox .k-input:focus{border-color:#006890}.kit-numeric-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input-prefix,.kit-numeric-textbox .k-input-suffix{height:0}.kit-numeric-textbox.textbox-disabled .label{color:#74777d}.kit-numeric-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#ef3e42}"]
680
680
  },] }
681
681
  ];
682
682
  KitNumericTextboxComponent.propDecorators = {
@@ -738,10 +738,6 @@
738
738
  this.dropdownPopupSettings = {
739
739
  popupClass: 'kit-dropdown-popup',
740
740
  };
741
- /**
742
- * defines a state whether the dropdown will be hovered or not
743
- */
744
- this.isHovered = false;
745
741
  /**
746
742
  * Function that should be called every time the form control value changes
747
743
  */
@@ -753,12 +749,6 @@
753
749
  this.onTouched = function () {
754
750
  };
755
751
  }
756
- /**
757
- * Function that is called when mouse over on dropdown or mouse pointer moved out from it
758
- */
759
- KitDropdownComponent.prototype.onHovered = function () {
760
- this.isHovered = !this.isHovered;
761
- };
762
752
  KitDropdownComponent.prototype.onItemDisabled = function () {
763
753
  return (function (context) { return !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem); });
764
754
  };
@@ -787,7 +777,7 @@
787
777
  KitDropdownComponent.decorators = [
788
778
  { type: core.Component, args: [{
789
779
  selector: 'kit-dropdown',
790
- template: "<div class=\"kit-dropdown\" [class.disabled]=\"disabled\" [class.hovered]=\"isHovered\">\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 (mouseenter)=\"onHovered()\"\n (mouseleave)=\"onHovered()\"\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",
780
+ template: "<div class=\"kit-dropdown\" [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",
791
781
  changeDetection: core.ChangeDetectionStrategy.OnPush,
792
782
  encapsulation: core.ViewEncapsulation.None,
793
783
  providers: [{
@@ -795,7 +785,7 @@
795
785
  useExisting: core.forwardRef(function () { return KitDropdownComponent; }),
796
786
  multi: true,
797
787
  }],
798
- 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{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{color:#74777d;font-size:14px;font-weight:400;height:100%}.kit-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-dropdown .k-dropdown{height:34px;width:100%}.kit-dropdown .k-dropdown-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-dropdown .k-dropdown-wrap:hover{background-color:#fff;border-color:#006890}.kit-dropdown .k-dropdown-wrap:hover .k-icon:before{color:#006890}.kit-dropdown:focus-within .label{color:#74777d}.kit-dropdown:focus-within .k-dropdown-wrap{border:1px solid #006890;box-shadow:0 0 8px rgba(0,62,86,.5)}.kit-dropdown:focus-within .k-dropdown-wrap .k-icon:before{color:#006890}.kit-dropdown:focus-within .k-input{color:#27282a}.kit-dropdown.disabled .label,.kit-dropdown.hovered .label{color:#74777d}.kit-dropdown-popup.k-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-dropdown-popup.k-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover,.kit-dropdown-popup.k-popup .k-item:hover{background-color:#fff;color:#006890}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#fff;color:#27282a}.kit-dropdown-popup.k-popup .k-item:active{background-color:#006890;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}"]
788
+ 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{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-dropdown .k-dropdown{height:34px;width:100%}.kit-dropdown .k-dropdown-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.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 #006890}.kit-dropdown:focus-within .k-dropdown-wrap .k-icon:before{color:#006890}.kit-dropdown.disabled .label{color:#74777d}.kit-dropdown-popup.k-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-dropdown-popup.k-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;line-height:1}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover,.kit-dropdown-popup.k-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#006890;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}"]
799
789
  },] }
800
790
  ];
801
791
  KitDropdownComponent.propDecorators = {
@@ -915,7 +905,7 @@
915
905
  KitTextareaComponent.decorators = [
916
906
  { type: core.Component, args: [{
917
907
  selector: 'kit-textarea',
918
- template: "<div class=\"kit-textarea\" [class.textarea-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textarea\"></kendo-label>\n <textarea autoresize #textarea class=\"k-input\"\n [attr.placeholder]=\"placeholder\"\n [style.min-height.px]=\"minHeight\"\n [style.max-height.px]=\"maxHeight\"\n [attr.maxlength]=\"maxlength\"\n [disabled]=\"disabled\"\n (focus)=\"onTextareaFocus()\"\n (blur)=\"onTextareaBlur()\"\n (input)=\"onTextareaChange($event)\"\n ></textarea>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
908
+ template: "<div class=\"kit-textarea\" [class.textarea-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textarea\"></kendo-label>\n <textarea autoresize #textarea class=\"k-input\"\n [attr.placeholder]=\"placeholder\"\n [style.min-height.px]=\"minHeight\"\n [style.max-height.px]=\"maxHeight\"\n [attr.maxlength]=\"maxlength\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (focus)=\"onTextareaFocus()\"\n (blur)=\"onTextareaBlur()\"\n (input)=\"onTextareaChange($event)\"\n ></textarea>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
919
909
  changeDetection: core.ChangeDetectionStrategy.OnPush,
920
910
  encapsulation: core.ViewEncapsulation.None,
921
911
  providers: [{
@@ -923,7 +913,7 @@
923
913
  useExisting: core.forwardRef(function () { return KitTextareaComponent; }),
924
914
  multi: true,
925
915
  }],
926
- styles: [".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-textarea .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textarea .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;color:#27282a;font-size:14px;line-height:1.2;min-height:34px;overflow:auto;padding:8px;resize:none;width:100%}.kit-textarea .k-input::-moz-placeholder{color:#74777d}.kit-textarea .k-input:-ms-input-placeholder{color:#74777d}.kit-textarea .k-input::placeholder{color:#74777d}.kit-textarea .k-input:focus{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-textarea .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textarea .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled::placeholder{color:#9a9fa6}.kit-textarea.textarea-disabled .k-label{color:#74777d}"]
916
+ styles: [".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-textarea .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textarea .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;color:#27282a;font-size:14px;line-height:1.2;min-height:34px;overflow:auto;padding:8px;resize:none;width:100%}.kit-textarea .k-input::-moz-placeholder{color:#74777d}.kit-textarea .k-input:-ms-input-placeholder{color:#74777d}.kit-textarea .k-input::placeholder{color:#74777d}.kit-textarea .k-input:focus{border-color:#006890}.kit-textarea .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textarea .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled::placeholder{color:#9a9fa6}.kit-textarea.textarea-disabled .k-label{color:#74777d}"]
927
917
  },] }
928
918
  ];
929
919
  KitTextareaComponent.propDecorators = {
@@ -1248,10 +1238,6 @@
1248
1238
  * Defines dropdown positioning types
1249
1239
  */
1250
1240
  this.KitUnitsTextboxDropdownPosition = exports.KitUnitsTextboxDropdownPosition;
1251
- /**
1252
- * Defines a state whether the component will be hovered or not
1253
- */
1254
- this.isHovered = false;
1255
1241
  }
1256
1242
  KitUnitsTextboxComponent.prototype.onItemDisabled = function () {
1257
1243
  return (function (context) { return !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem); });
@@ -1282,23 +1268,17 @@
1282
1268
  * Function that is called when dropdown lost focus
1283
1269
  */
1284
1270
  KitUnitsTextboxComponent.prototype.onDropdownBlur = function () {
1285
- this.isHovered = false;
1286
- };
1287
- /**
1288
- * Function that is called when mouse over on component or mouse pointer moved out from it
1289
- */
1290
- KitUnitsTextboxComponent.prototype.onHover = function () {
1291
- this.isHovered = !this.isHovered;
1271
+ this.dropdownFormControl.markAsTouched();
1292
1272
  };
1293
1273
  return KitUnitsTextboxComponent;
1294
1274
  }());
1295
1275
  KitUnitsTextboxComponent.decorators = [
1296
1276
  { type: core.Component, args: [{
1297
1277
  selector: 'kit-units-textbox',
1298
- template: "<div class=\"kit-units-textbox\" [class.textbox-disabled]=\"disabledTextBox\"\n [class.dropdown-disabled]=\"disabledDropdown\"\n [class.hovered]=\"isHovered\"\n [class.units-left]=\"dropdownPosition === KitUnitsTextboxDropdownPosition.LEFT\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n ></kendo-label>\n <div class=\"units-textbox-wrap\" (mouseenter)=\"onHover()\" (mouseleave)=\"onHover()\">\n <kendo-textbox *ngIf=\"textboxType === KitUnitsTextboxType.TEXT; else numericTextboxTemplate\"\n [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <ng-template #numericTextboxTemplate>\n <kendo-numerictextbox [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n </ng-template>\n <kendo-dropdownlist valueField=\"value\" textField=\"text\"\n [data]=\"dropdownItems\"\n [value]=\"dropdownFormControl.value || selectedDropdownItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabledDropdown\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n (selectionChange)=\"onItemSelect($event)\"\n (blur)=\"onDropdownBlur()\"\n ></kendo-dropdownlist>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
1278
+ template: "<div class=\"kit-units-textbox\" [class.textbox-disabled]=\"disabledTextBox\"\n [class.dropdown-disabled]=\"disabledDropdown\"\n [class.units-left]=\"dropdownPosition === KitUnitsTextboxDropdownPosition.LEFT\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n ></kendo-label>\n <div class=\"units-textbox-wrap\">\n <kendo-textbox *ngIf=\"textboxType === KitUnitsTextboxType.TEXT; else numericTextboxTemplate\"\n [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <ng-template #numericTextboxTemplate>\n <kendo-numerictextbox [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [selectOnFocus]=\"false\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n </ng-template>\n <kendo-dropdownlist valueField=\"value\" textField=\"text\"\n [data]=\"dropdownItems\"\n [value]=\"dropdownFormControl.value || selectedDropdownItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabledDropdown\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n (selectionChange)=\"onItemSelect($event)\"\n (blur)=\"onDropdownBlur()\"\n ></kendo-dropdownlist>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
1299
1279
  changeDetection: core.ChangeDetectionStrategy.OnPush,
1300
1280
  encapsulation: core.ViewEncapsulation.None,
1301
- 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-units-textbox .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-units-textbox .units-textbox-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;display:flex;height:34px}.kit-units-textbox .k-numerictextbox,.kit-units-textbox .k-textbox{flex-grow:1}.kit-units-textbox .k-numerictextbox .k-input,.kit-units-textbox .k-textbox .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-units-textbox .k-numerictextbox .k-input::-moz-selection,.kit-units-textbox .k-textbox .k-input::-moz-selection{background:#006890;color:#fff}.kit-units-textbox .k-numerictextbox .k-input::selection,.kit-units-textbox .k-textbox .k-input::selection{background:#006890;color:#fff}.kit-units-textbox .k-dropdown{width:auto}.kit-units-textbox .k-dropdown .k-input{color:#74777d;font-size:13px;font-weight:500;height:100%;justify-content:flex-end;padding:0}.kit-units-textbox .k-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-units-textbox:focus-within .label{color:#74777d}.kit-units-textbox:focus-within .units-textbox-wrap{border:1px solid #006890;box-shadow:0 0 0 3px #e7f4ec}.kit-units-textbox .k-dropdown-wrap{background:none;border:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-icon:before,.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-input{color:#006890}.kit-units-textbox .k-dropdown-wrap:hover{background:none}.kit-units-textbox .k-animation-container{left:auto!important;right:0!important}.kit-units-textbox .kit-dropdown-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:8px;min-width:75px;padding:4px}.kit-units-textbox .kit-dropdown-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;justify-content:flex-end;text-align:right}.kit-units-textbox .kit-dropdown-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused:hover,.kit-units-textbox .kit-dropdown-popup .k-item:hover{background-color:#fff;color:#006890}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-selected{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item:active{background-color:#006890;color:#fff}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}.kit-units-textbox.hovered .label{color:#74777d}.kit-units-textbox.hovered .units-textbox-wrap{border-color:#006890}.kit-units-textbox.hovered .k-dropdown-wrap .k-icon:before,.kit-units-textbox.hovered .k-dropdown-wrap .k-input{color:#006890}.kit-units-textbox.textbox-disabled .label{color:#74777d}.kit-units-textbox.textbox-disabled .units-textbox-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-units-textbox.textbox-disabled .k-textbox .k-input{color:#9a9fa6}.kit-units-textbox.units-left .units-textbox-wrap{flex-direction:row-reverse}.kit-units-textbox.units-left .k-textbox{-ms-grid-column:2;-ms-grid-row:1;grid-column:2;grid-row:1}.kit-units-textbox.units-left .k-textbox .k-input{padding-left:0}.kit-units-textbox.units-left .k-dropdown{-ms-grid-column:1;grid-column:1}.kit-units-textbox.units-left .k-dropdown .k-input{padding-left:10px;width:auto}.kit-units-textbox.units-left .k-animation-container{left:0!important;right:auto!important}.kit-units-textbox.units-left .kit-dropdown-popup .k-item{justify-content:flex-start;text-align:left}.kit-units-textbox .k-input-prefix,.kit-units-textbox .k-input-suffix{height:0}.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-icon:before,.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-input{color:#9a9fa6}"]
1281
+ 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-units-textbox .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-units-textbox .units-textbox-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;display:flex;height:34px}.kit-units-textbox .k-numerictextbox,.kit-units-textbox .k-textbox{flex-grow:1}.kit-units-textbox .k-numerictextbox .k-input,.kit-units-textbox .k-textbox .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-units-textbox .k-dropdown{width:auto}.kit-units-textbox .k-dropdown .k-input{color:#74777d;font-size:13px;font-weight:500;height:100%;justify-content:flex-end;padding:0}.kit-units-textbox .k-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-units-textbox:focus-within .units-textbox-wrap{border:1px solid #006890}.kit-units-textbox .k-dropdown-wrap{background:none;border:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-icon:before,.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-input{color:#006890}.kit-units-textbox .k-dropdown-wrap:hover{background:none}.kit-units-textbox .k-animation-container{left:auto!important;right:0!important}.kit-units-textbox .kit-dropdown-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:8px;min-width:75px;padding:4px}.kit-units-textbox .kit-dropdown-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;justify-content:flex-end;line-height:1;text-align:right}.kit-units-textbox .kit-dropdown-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused:hover,.kit-units-textbox .kit-dropdown-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-selected{background-color:#006890;color:#fff}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}.kit-units-textbox.textbox-disabled .label{color:#74777d}.kit-units-textbox.textbox-disabled .units-textbox-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-units-textbox.textbox-disabled .k-textbox .k-input{color:#9a9fa6}.kit-units-textbox.units-left .units-textbox-wrap{flex-direction:row-reverse}.kit-units-textbox.units-left .k-textbox{-ms-grid-column:2;-ms-grid-row:1;grid-column:2;grid-row:1}.kit-units-textbox.units-left .k-textbox .k-input{padding-left:0}.kit-units-textbox.units-left .k-dropdown{-ms-grid-column:1;grid-column:1}.kit-units-textbox.units-left .k-dropdown .k-input{padding-left:10px;width:auto}.kit-units-textbox.units-left .k-animation-container{left:0!important;right:auto!important}.kit-units-textbox.units-left .kit-dropdown-popup .k-item{justify-content:flex-start;text-align:left}.kit-units-textbox .k-input-prefix,.kit-units-textbox .k-input-suffix{height:0}.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-icon:before,.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-input{color:#9a9fa6}"]
1302
1282
  },] }
1303
1283
  ];
1304
1284
  KitUnitsTextboxComponent.propDecorators = {
@@ -1400,10 +1380,6 @@
1400
1380
  * An action which is emitted when datetimepicker value changed
1401
1381
  */
1402
1382
  this.changed = new core.EventEmitter();
1403
- /**
1404
- * Defines a state whether the component will be hovered or not
1405
- */
1406
- this.isHovered = false;
1407
1383
  /**
1408
1384
  * An icon which will be used in a datetimepicker toggle button
1409
1385
  */
@@ -1425,12 +1401,6 @@
1425
1401
  this.onTouched = function () {
1426
1402
  };
1427
1403
  }
1428
- /**
1429
- * Function that is called when mouse over on component or mouse pointer moved out from it
1430
- */
1431
- KitDatetimepickerComponent.prototype.onHover = function () {
1432
- this.isHovered = !this.isHovered;
1433
- };
1434
1404
  /**
1435
1405
  * Function used to toggle visibility of the datetimepicker popup
1436
1406
  */
@@ -1474,7 +1444,7 @@
1474
1444
  KitDatetimepickerComponent.decorators = [
1475
1445
  { type: core.Component, args: [{
1476
1446
  selector: 'kit-datetimepicker',
1477
- template: "<div class=\"kit-datetimepicker\"\n [class.datetimepicker-hovered]=\"isHovered\"\n [class.datetimepicker-disabled]=\"disabled\"\n [class.datetimepicker-invalid]=\"!isValid\"\n [class.datetimepicker-opened]=\"datetimepicker.isOpen\"\n>\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"datetimepicker\"\n ></kendo-label>\n <div class=\"datetimepicker-wrap\" (mouseenter)=\"onHover()\" (mouseleave)=\"onHover()\">\n <kendo-datetimepicker #datetimepicker\n [placeholder]=\"placeholder\"\n [format]=\"format\"\n [disabled]=\"disabled\"\n [popupSettings]=\"datetimepickerPopupSettings\"\n [value]=\"defaultDate\"\n [min]=\"min\" [max]=\"max\"\n (valueChange)=\"onValueChange($event)\"\n (blur)=\"onBlur()\"\n (close)=\"onClose()\"\n ></kendo-datetimepicker>\n <button class=\"toggle-btn\" (click)=\"onPopupToggle()\">\n <kit-svg-icon *ngIf=\"icon\"\n class=\"button-icon\"\n [icon]=\"icon\"\n ></kit-svg-icon>\n </button>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
1447
+ template: "<div class=\"kit-datetimepicker\"\n [class.datetimepicker-disabled]=\"disabled\"\n [class.datetimepicker-invalid]=\"!isValid\"\n [class.datetimepicker-opened]=\"datetimepicker.isOpen\"\n>\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"datetimepicker\"\n ></kendo-label>\n <div class=\"datetimepicker-wrap\">\n <kendo-datetimepicker #datetimepicker\n [placeholder]=\"placeholder\"\n [format]=\"format\"\n [disabled]=\"disabled\"\n [popupSettings]=\"datetimepickerPopupSettings\"\n [value]=\"defaultDate\"\n [min]=\"min\" [max]=\"max\"\n (valueChange)=\"onValueChange($event)\"\n (blur)=\"onBlur()\"\n (close)=\"onClose()\"\n ></kendo-datetimepicker>\n <button class=\"toggle-btn\" (click)=\"onPopupToggle()\">\n <kit-svg-icon *ngIf=\"icon\"\n class=\"button-icon\"\n [icon]=\"icon\"\n ></kit-svg-icon>\n </button>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
1478
1448
  changeDetection: core.ChangeDetectionStrategy.OnPush,
1479
1449
  encapsulation: core.ViewEncapsulation.None,
1480
1450
  providers: [{
@@ -1482,7 +1452,7 @@
1482
1452
  useExisting: core.forwardRef(function () { return KitDatetimepickerComponent; }),
1483
1453
  multi: true,
1484
1454
  }],
1485
- styles: [".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-datetimepicker .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-datetimepicker .datetimepicker-wrap{position:relative}.kit-datetimepicker .k-datetimepicker{height:34px;width:100%}.kit-datetimepicker .k-datetimepicker .k-dateinput-wrap{background:none;border-radius:6px}.kit-datetimepicker .k-picker-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-datetimepicker .k-picker-wrap.k-state-focused{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-datetimepicker .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-datetimepicker .k-input::-moz-placeholder{color:#74777d}.kit-datetimepicker .k-input:-ms-input-placeholder{color:#74777d}.kit-datetimepicker .k-input::placeholder{color:#74777d}.kit-datetimepicker .k-input::-moz-selection{background:#006890}.kit-datetimepicker .k-input::selection{background:#006890}.kit-datetimepicker .toggle-btn{background:none;border:none;cursor:pointer;height:100%;padding:0 8px;position:absolute;right:0;top:0}.kit-datetimepicker .toggle-btn .button-icon{display:block;fill:transparent;height:16px;stroke:#000;width:16px}.kit-datetimepicker.datetimepicker-hovered .label{color:#74777d}.kit-datetimepicker.datetimepicker-hovered .k-picker-wrap{border-color:#006890}.kit-datetimepicker.datetimepicker-hovered .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-hovered .toggle-btn .button-icon,.kit-datetimepicker.datetimepicker-opened .toggle-btn .button-icon{stroke:#006890}.kit-datetimepicker:focus-within .label{color:#74777d}.kit-datetimepicker:focus-within .k-picker-wrap{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-datetimepicker:focus-within .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-disabled .label{color:#74777d}.kit-datetimepicker.datetimepicker-disabled .k-picker-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-datetimepicker.datetimepicker-disabled .k-input{color:#9a9fa6}.kit-datetimepicker.datetimepicker-disabled .toggle-btn{cursor:default}.kit-datetimepicker.datetimepicker-disabled .toggle-btn .button-icon{stroke:#c1c7d0}.kit-datetimepicker.datetimepicker-invalid .label{color:#74777d}.kit-datetimepicker.datetimepicker-invalid .k-picker-wrap{background-color:#f8e0e0;border-color:#da1e28}.kit-datetimepicker.datetimepicker-invalid .k-input{color:#27282a}.kit-datetimepicker .k-select{display:none}.kit-datetimepicker-popup.k-popup{background:#f3f4f6;border:1px solid #006890;border-radius:6px;box-shadow:none;margin-top:8px}.kit-datetimepicker-popup.k-popup .k-datetime-wrap{width:296px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup{background:#dadde3;border-radius:6px 6px 0 0;padding:4px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button{background:#dadde3;border:1px solid #c1c7d0;border-radius:6px 6px 0 0;color:#27282a;font-size:13px;font-weight:400;height:32px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button.k-state-active{background:#fff}.kit-datetimepicker-popup.k-popup .k-datetime-selector{background:none;padding-top:6px}.kit-datetimepicker-popup.k-popup .kalendar-view{padding:0}.kit-datetimepicker-popup.k-popup .k-datetime-calendar-wrap,.kit-datetimepicker-popup.k-popup .k-datetime-time-wrap{flex-basis:296px}.kit-datetimepicker-popup.k-popup .k-calendar{background:none;width:100%}.kit-datetimepicker-popup.k-popup .k-link{align-items:center;border-radius:50%;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;height:100%;width:100%}.kit-datetimepicker-popup.k-popup .k-link:hover{background:none;color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-view{padding:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-view:after{display:none}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-calendar-th{color:#9a9fa6;font-size:16px;font-weight:700;height:auto;padding:6px 0}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-link{width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-table{border-collapse:collapse}.kit-datetimepicker-popup.k-popup .k-calendar-header,.kit-datetimepicker-popup.k-popup .k-time-header{background:#fff;border-radius:6px 6px 0 0;margin:0 0 6px;padding:4px 30px}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-title,.kit-datetimepicker-popup.k-popup .k-time-header .k-title{color:#27282a;font-size:16px;font-weight:700;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-time-header .k-today{color:#7ccdf4;font-size:16px;font-weight:400;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-today:hover{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays{padding:6px 8px 0}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays .k-calendar-th{color:#27282a;font-size:13px;font-weight:500;height:40px;line-height:1;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-content{box-sizing:border-box;margin:0;padding:0 8px}.kit-datetimepicker-popup.k-popup .k-calendar-content>.k-calendar-table{margin:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-td{border:1px solid #dfdfdf;height:40px;width:40px}.kit-datetimepicker-popup.k-popup .k-calendar-td:hover .k-link{background:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-empty{border:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-today .k-link{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-selected .k-link{background:#7ccdf4;border:1px solid #dfdfdf;color:#fff}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-focused .k-link{box-shadow:none}.kit-datetimepicker-popup.k-popup .k-action-buttons{border-top:1px solid #006890;justify-content:center;margin-top:0;padding:12px}.kit-datetimepicker-popup.k-popup .k-action-buttons .k-button{border:none;border-radius:4px;flex:0 0 auto;font-size:14px;font-weight:400;height:30px;margin:0 5px;width:110px}.kit-datetimepicker-popup.k-popup .k-time-cancel{background:#dadde3;color:#27282a}.kit-datetimepicker-popup.k-popup .k-time-accept{background:#006890;color:#fff}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper{background:#fff;height:252px;padding:0}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:after,.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper.k-state-focused{background:#f3f4f6}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper .k-title{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;margin:0}.kit-datetimepicker-popup.k-popup .k-time-list:after,.kit-datetimepicker-popup.k-popup .k-time-list:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list .k-item{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0}.kit-datetimepicker-popup.k-popup .k-time-container{bottom:0;top:40px}.kit-datetimepicker-popup.k-popup .k-time-highlight{border-color:#cdd2d9;height:40px;transform:none}.kit-datetimepicker-popup.k-popup .k-time-separator{margin-top:40px}"]
1455
+ styles: [".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-datetimepicker .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-datetimepicker .datetimepicker-wrap{position:relative}.kit-datetimepicker .k-datetimepicker{height:34px;width:100%}.kit-datetimepicker .k-datetimepicker .k-dateinput-wrap{background:none;border-radius:6px}.kit-datetimepicker .k-picker-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-datetimepicker .k-picker-wrap:hover{border-color:#c1c7d0}.kit-datetimepicker .k-picker-wrap.k-state-focused{border-color:#006890;box-shadow:none}.kit-datetimepicker .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-datetimepicker .k-input::-moz-placeholder{color:#74777d}.kit-datetimepicker .k-input:-ms-input-placeholder{color:#74777d}.kit-datetimepicker .k-input::placeholder{color:#74777d}.kit-datetimepicker .k-input::-moz-selection{background:#006890}.kit-datetimepicker .k-input::selection{background:#006890}.kit-datetimepicker .toggle-btn{background:none;border:none;cursor:pointer;height:100%;padding:0 8px;position:absolute;right:0;top:0}.kit-datetimepicker .toggle-btn .button-icon{display:block;fill:transparent;height:16px;stroke:#000;width:16px}.kit-datetimepicker.datetimepicker-opened .toggle-btn .button-icon{stroke:#006890}.kit-datetimepicker:focus-within .k-picker-wrap{border-color:#006890}.kit-datetimepicker:focus-within .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-disabled .label{color:#74777d}.kit-datetimepicker.datetimepicker-disabled .k-picker-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-datetimepicker.datetimepicker-disabled .k-input{color:#9a9fa6}.kit-datetimepicker.datetimepicker-disabled .toggle-btn{cursor:default}.kit-datetimepicker.datetimepicker-disabled .toggle-btn .button-icon{stroke:#c1c7d0}.kit-datetimepicker.datetimepicker-invalid .k-picker-wrap{background-color:#f8e0e0;border-color:#ef3e42}.kit-datetimepicker.datetimepicker-invalid .k-input{color:#27282a}.kit-datetimepicker .k-select{display:none}.kit-datetimepicker-popup.k-popup{background:#f3f4f6;border:1px solid #006890;border-radius:6px;box-shadow:none;margin-top:8px}.kit-datetimepicker-popup.k-popup .k-datetime-wrap{width:296px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup{background:#dadde3;border-radius:6px 6px 0 0;padding:4px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button{background:#dadde3;border:1px solid #c1c7d0;border-radius:6px 6px 0 0;color:#27282a;font-size:13px;font-weight:400;height:32px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button.k-state-active{background:#fff}.kit-datetimepicker-popup.k-popup .k-datetime-selector{background:none;padding-top:6px}.kit-datetimepicker-popup.k-popup .kalendar-view{padding:0}.kit-datetimepicker-popup.k-popup .k-datetime-calendar-wrap,.kit-datetimepicker-popup.k-popup .k-datetime-time-wrap{flex-basis:296px}.kit-datetimepicker-popup.k-popup .k-calendar{background:none;width:100%}.kit-datetimepicker-popup.k-popup .k-link{align-items:center;border-radius:50%;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;height:100%;width:100%}.kit-datetimepicker-popup.k-popup .k-link:hover{background:none;color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-view{padding:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-view:after{display:none}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-calendar-th{color:#9a9fa6;font-size:16px;font-weight:700;height:auto;padding:6px 0}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-link{width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-table{border-collapse:collapse}.kit-datetimepicker-popup.k-popup .k-calendar-header,.kit-datetimepicker-popup.k-popup .k-time-header{background:#fff;border-radius:6px 6px 0 0;margin:0 0 6px;padding:4px 30px}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-title,.kit-datetimepicker-popup.k-popup .k-time-header .k-title{color:#27282a;font-size:16px;font-weight:700;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-time-header .k-today{color:#7ccdf4;font-size:16px;font-weight:400;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-today:hover{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays{padding:6px 8px 0}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays .k-calendar-th{color:#27282a;font-size:13px;font-weight:500;height:40px;line-height:1;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-content{box-sizing:border-box;margin:0;padding:0 8px}.kit-datetimepicker-popup.k-popup .k-calendar-content>.k-calendar-table{margin:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-td{border:1px solid #dfdfdf;height:40px;width:40px}.kit-datetimepicker-popup.k-popup .k-calendar-td:hover .k-link{background:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-empty{border:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-today .k-link{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-selected .k-link{background:#7ccdf4;border:1px solid #dfdfdf;color:#fff}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-focused .k-link{box-shadow:none}.kit-datetimepicker-popup.k-popup .k-action-buttons{border-top:1px solid #006890;justify-content:center;margin-top:0;padding:12px}.kit-datetimepicker-popup.k-popup .k-action-buttons .k-button{border:none;border-radius:4px;flex:0 0 auto;font-size:14px;font-weight:400;height:30px;margin:0 5px;width:110px}.kit-datetimepicker-popup.k-popup .k-time-cancel{background:#dadde3;color:#27282a}.kit-datetimepicker-popup.k-popup .k-time-accept{background:#006890;color:#fff}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper{background:#fff;height:252px;padding:0}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:after,.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper.k-state-focused{background:#f3f4f6}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper .k-title{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;margin:0}.kit-datetimepicker-popup.k-popup .k-time-list:after,.kit-datetimepicker-popup.k-popup .k-time-list:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list .k-item{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0}.kit-datetimepicker-popup.k-popup .k-time-container{bottom:0;top:40px}.kit-datetimepicker-popup.k-popup .k-time-highlight{border-color:#cdd2d9;height:40px;transform:none}.kit-datetimepicker-popup.k-popup .k-time-separator{margin-top:40px}"]
1486
1456
  },] }
1487
1457
  ];
1488
1458
  KitDatetimepickerComponent.propDecorators = {
@@ -1546,7 +1516,7 @@
1546
1516
  { type: core.Component, args: [{
1547
1517
  selector: 'kit-notification',
1548
1518
  template: "<div class=\"kit-notification notification-{{ type }}\">\n <kit-svg-icon class=\"notification-icon\"\n [icon]=\"type\"\n ></kit-svg-icon>\n <div class=\"notification-text\">{{ message }}</div>\n</div>\n",
1549
- styles: [".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-notification{align-items:center;display:flex;padding:12px}.kit-notification .notification-icon{fill:none;height:20px;margin-right:10px;width:20px}.kit-notification .notification-text{color:#000;font-size:14px;font-weight:400;line-height:1.26;max-width:480px}.kit-notification.notification-info{background-color:#fff8e0}.kit-notification.notification-warning{background-color:#ffeee5}.kit-notification.notification-error{background-color:#f8e0e0}.kit-notification.notification-success{background-color:#e7f4ec}"]
1519
+ styles: [".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-notification{align-items:center;display:flex;padding:12px}.kit-notification .notification-icon{fill:none;height:20px;margin-right:10px;width:20px}.kit-notification .notification-text{color:#000;font-size:14px;font-weight:400;line-height:1.26;white-space:pre-wrap}.kit-notification.notification-info{background-color:#fff8e0}.kit-notification.notification-warning{background-color:#ffeee5}.kit-notification.notification-error{background-color:#f8e0e0}.kit-notification.notification-success{background-color:#e7f4ec}"]
1550
1520
  },] }
1551
1521
  ];
1552
1522
  KitNotificationComponent.propDecorators = {
@@ -1847,7 +1817,7 @@
1847
1817
  useExisting: core.forwardRef(function () { return KitAutocompleteComponent; }),
1848
1818
  multi: true,
1849
1819
  }],
1850
- styles: [".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-autocomplete .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-autocomplete .k-select{display:none}.kit-autocomplete .k-combobox{width:100%}.kit-autocomplete .k-dropdown-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;height:34px}.kit-autocomplete .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-autocomplete .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-autocomplete .k-input::-moz-selection{background:#006890}.kit-autocomplete .k-input::selection{background:#006890}.kit-autocomplete .kit-loader,.kit-autocomplete .kit-loader>div,.kit-autocomplete .loader{height:100%}.kit-autocomplete .kit-autocomplete-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 5px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-autocomplete .kit-autocomplete-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none;color:#006890;font-size:13px;font-weight:500;line-height:1.26;min-height:auto;padding:8px 20px}.kit-autocomplete .kit-autocomplete-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-autocomplete .kit-autocomplete-popup .k-item.k-state-selected{background-color:#fff;color:#006890}.kit-autocomplete .kit-autocomplete-popup .k-item.k-state-selected,.kit-autocomplete .kit-autocomplete-popup .k-item:active{background-color:#006890;color:#fff;font-size:14px;font-weight:400;padding:8px}.kit-autocomplete:focus-within .k-dropdown-wrap{border-color:#cce1e9}.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup{height:200px}.kit-autocomplete.autocomplete-empty .kit-autocomplete-popup,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-list-scroller,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-nodata{display:none}.kit-autocomplete.autocomplete-disabled .label{color:#74777d}"]
1820
+ styles: [".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-autocomplete .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-autocomplete .k-select{display:none}.kit-autocomplete .k-combobox{width:100%}.kit-autocomplete .k-dropdown-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;height:34px}.kit-autocomplete .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-autocomplete .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-autocomplete .k-input::-moz-selection{background:#006890}.kit-autocomplete .k-input::selection{background:#006890}.kit-autocomplete .kit-loader,.kit-autocomplete .kit-loader>div,.kit-autocomplete .loader{height:100%}.kit-autocomplete .kit-autocomplete-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 5px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-autocomplete .kit-autocomplete-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;line-height:1.26;min-height:auto;padding:8px}.kit-autocomplete .kit-autocomplete-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-autocomplete .kit-autocomplete-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-autocomplete:focus-within .k-dropdown-wrap{border-color:#006890}.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup{height:200px}.kit-autocomplete.autocomplete-empty .kit-autocomplete-popup,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-list-scroller,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-nodata{display:none}.kit-autocomplete.autocomplete-disabled .label{color:#74777d}"]
1851
1821
  },] }
1852
1822
  ];
1853
1823
  KitAutocompleteComponent.ctorParameters = function () { return [
@@ -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-icon/kit-svg-icon.const.ts","../../../projects/ui-kit/src/lib/components/kit-header/kit-header.component.ts","../../../projects/ui-kit/src/lib/components/kit-header/kit-header.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-loader/kit-loader.component.ts","../../../projects/ui-kit/src/lib/components/kit-loader/kit-loader.module.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.component.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.module.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.component.ts","../../../projects/ui-kit/src/lib/components/kit-textbox/kit-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.module.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-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-expandable-panel/kit-expandable-panel.component.ts","../../../projects/ui-kit/src/lib/components/kit-expandable-panel/kit-expandable-panel.module.ts","../../../projects/ui-kit/src/lib/components/kit-entity-card/kit-entity-card.component.ts","../../../projects/ui-kit/src/lib/components/kit-entity-card/kit-entity-card.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-cta-panel/kit-cta-panel.component.ts","../../../projects/ui-kit/src/lib/components/kit-cta-panel/kit-cta-panel.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-navbar/kit-navbar.component.ts","../../../projects/ui-kit/src/lib/components/kit-navbar/kit-navbar.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.component.ts","../../../projects/ui-kit/src/lib/components/kit-autocomplete/kit-autocomplete.module.ts","../../../projects/ui-kit/src/public-api.ts","../../../projects/ui-kit/src/indigina-ui-kit.ts"],"sourcesContent":["export enum KitButtonType {\n PRIMARY = 'primary',\n SECONDARY = 'secondary',\n TERTIARY = 'tertiary',\n GHOST = 'ghost',\n GREY = 'grey',\n}\n\nexport enum KitButtonKind {\n REGULAR = 'regular',\n MINI = 'mini',\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.PRIMARY;\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.REGULAR;\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","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}\n","import { ChangeDetectionStrategy, Component, Input, Predicate, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { MenuSelectEvent, OpenOnClickSettings } from '@progress/kendo-angular-menu';\nimport { BehaviorSubject } from 'rxjs';\nimport initials from 'initials';\n\ntype KitHeaderMenuItemCallback = () => void;\n\nexport interface KitHeaderLink {\n title: string;\n link: string;\n disabled?: Predicate<void>;\n}\n\nexport interface KitHeaderMenuItem {\n text: string;\n action: KitHeaderMenuItemCallback;\n}\n\n/**\n * We need this to run callback from items not from parent component\n */\ninterface KitHeaderMenuItemData {\n action: KitHeaderMenuItemCallback;\n}\n\n/**\n * This is needed in order to check whether this is the root menu item\n */\nconst ROOT_MENU_ITEM_INDEX: string = '0';\n\nconst getInitialsByName = (name: string | null | undefined): string => {\n // we don't like reflexion but \"initials\" library returns union type\n // so we don't want to have union type in our app\n const result: string | string[] = initials(name || '');\n\n return Array.isArray(result) && result.join() || result as string;\n};\n\n@Component({\n selector: 'kit-header',\n templateUrl: './kit-header.component.html',\n styleUrls: ['./kit-header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitHeaderComponent {\n /**\n * Defines a value that is going to be applied as a title in the header\n */\n @Input() caption?: string;\n\n /**\n * Defines a value that is going to be reflected in an avatar\n */\n @Input() initials?: string;\n\n /**\n * Defines a list of link that will be in the header as the main nav\n */\n @Input() links: KitHeaderLink[] = [];\n\n /**\n * Menu items that will be under avatar dropdown\n */\n @Input() menuItems: KitHeaderMenuItem[] = [];\n\n /**\n * Needs to be used to extract initials for avatar and show it there\n */\n @Input() username: string | null = null;\n\n /**\n * A link which will be open upon clicking the app logo\n */\n @Input() logoLink?: string;\n\n /**\n * States whether the menu is open\n * needed to control CSS class to rotate expand icon\n */\n readonly menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false);\n\n /**\n * An icon which will be used as a primary logotype in the header\n */\n readonly SvgIconLogo: string = KitSvgIcon.LOGO;\n\n /**\n * An icon which will be used as an expand icon next to avatar\n */\n readonly SvgIconChevronDown: string = KitSvgIcon.CHEVRON_DOWN;\n\n /**\n * This defines how menu will behave in case of menu opening\n */\n readonly openOnClickSettings: OpenOnClickSettings = {\n // \"click\" means that menu will be closed only in case of clicking outside of menu\n toggle: 'click',\n };\n\n /**\n * Called once menu is opened\n */\n onMenuOpened(): void {\n this.menuOpen$.next(true);\n }\n\n /**\n * Called once menu is closed\n */\n onMenuClosed(): void {\n this.menuOpen$.next(false);\n }\n\n /**\n * Occurs when any menu item is selected\n * we need to check whether the item is not the root one\n */\n onMenuSelect({ index, item }: MenuSelectEvent): void {\n if (index === ROOT_MENU_ITEM_INDEX) {\n return;\n }\n item.data.action();\n }\n\n /**\n * Builds an object to pass action though events\n */\n getMenuItemData(item: KitHeaderMenuItem): KitHeaderMenuItemData {\n return {\n action: item.action,\n };\n }\n\n getUsernameInitials(): string {\n return getInitialsByName(this.username);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { KitHeaderComponent } from './kit-header.component';\nimport { AvatarModule } from '@progress/kendo-angular-layout';\nimport { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { MenuModule } from '@progress/kendo-angular-menu';\n\n@NgModule({\n declarations: [\n KitHeaderComponent,\n ],\n exports: [\n KitHeaderComponent,\n ],\n imports: [\n AvatarModule,\n CommonModule,\n RouterModule,\n KitSvgIconModule,\n MenuModule,\n ],\n})\nexport class KitHeaderModule {\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","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 { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitSwitchItem } from './kit-switch-item.model';\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\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 * 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 { 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';\n\n@NgModule({\n declarations: [\n KitSwitchComponent,\n ],\n exports: [\n KitSwitchComponent,\n ],\n imports: [\n ButtonGroupModule,\n ButtonModule,\n CommonModule,\n KitSvgIconModule,\n ],\n})\nexport class KitSwitchModule {\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 {\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 { 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 { 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, 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';\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\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 * 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 * defines a state whether the dropdown will be hovered or not\n */\n isHovered: boolean = false;\n\n /**\n * Function that is called when mouse over on dropdown or mouse pointer moved out from it\n */\n onHovered(): void {\n this.isHovered = !this.isHovered;\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 {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n forwardRef,\n Input,\n OnChanges,\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';\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 * 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\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","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, TemplateRef } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { animate, state, style, transition, trigger } from '@angular/animations';\n\n@Component({\n selector: 'kit-expandable-panel',\n templateUrl: './kit-expandable-panel.component.html',\n styleUrls: ['./kit-expandable-panel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('expandInOut', [\n state('true', style({ height: '*' })),\n state('false', style({ height: 0 })),\n transition('true <=> false', animate('200ms')),\n ]),\n ],\n})\nexport class KitExpandablePanelComponent {\n /**\n * Defines a value that is going to be applied as panel title\n */\n @Input() caption: string = '';\n\n /**\n * An icon which will be used as a panel expand button icon\n */\n @Input() expandIcon?: KitSvgIcon = KitSvgIcon.CHEVRON_UP;\n\n /**\n * An icon which will be used as a panel collapse button icon\n */\n @Input() collapseIcon?: KitSvgIcon = KitSvgIcon.CHEVRON_DOWN;\n\n /**\n * States whether the panel will be expandable or not\n */\n @Input() expandable?: boolean = true;\n\n /**\n * States whether the panel will be expanded or collapsed\n */\n @Input() expanded?: boolean = true;\n\n /**\n * Defines a template ref which is going to be as an additional header section\n */\n @Input() additionalHeaderTemplateRef?: TemplateRef<HTMLElement>;\n\n /**\n * An event which will occur once the panel changes its state\n */\n @Output() toggled: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n /**\n * Function that is called when clicking on toggle button\n */\n onPanelToggle(): void {\n this.expanded = !this.expanded;\n this.toggled.emit(this.expanded);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitExpandablePanelComponent } from './kit-expandable-panel.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitExpandablePanelComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitExpandablePanelComponent,\n ],\n})\n\nexport class KitExpandablePanelModule { }\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport enum KitCardSize {\n XLARGE = 'x-large',\n LARGE = 'large'\n}\n\n@Component({\n selector: 'kit-entity-card',\n templateUrl: './kit-entity-card.component.html',\n styleUrls: ['./kit-entity-card.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitEntityCardComponent {\n /**\n * Defines an icon which to be shown on the card\n */\n icon: KitSvgIcon = KitSvgIcon.CHEVRON_RIGHT;\n\n /**\n * Defines a CSS class that will be applied to the card\n */\n @Input() size: KitCardSize = KitCardSize.XLARGE;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitEntityCardComponent } from './kit-entity-card.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitEntityCardComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitEntityCardComponent,\n ],\n})\nexport class KitEntityCardModule {\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output,\n ViewEncapsulation,\n} 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\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 * 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 /**\n * Defines a state whether the component will be hovered or not\n */\n isHovered: boolean = false;\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.isHovered = false;\n }\n\n /**\n * Function that is called when mouse over on component or mouse pointer moved out from it\n */\n onHover(): void {\n this.isHovered = !this.isHovered;\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 { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'kit-cta-panel',\n templateUrl: './kit-cta-panel.component.html',\n styleUrls: ['./kit-cta-panel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitCtaPanelComponent {\n}\n","import { NgModule } from '@angular/core';\nimport { KitCtaPanelComponent } from './kit-cta-panel.component';\nimport { CommonModule } from '@angular/common';\nimport { KitButtonModule } from '../kit-button/kit-button.module';\n\n@NgModule({\n declarations: [\n KitCtaPanelComponent,\n ],\n exports: [\n KitCtaPanelComponent,\n ],\n imports: [\n KitButtonModule,\n CommonModule,\n ],\n})\nexport class KitCtaPanelModule {\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 * Defines a state whether the component will be hovered or not\n */\n isHovered: boolean = false;\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 that is called when mouse over on component or mouse pointer moved out from it\n */\n onHover(): void {\n this.isHovered = !this.isHovered;\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 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 { 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})\nexport class KitNotificationComponent {\n /**\n * Defines a value which going to be an notification message text\n */\n @Input() message: string = '';\n\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, Predicate, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { MenuSelectEvent, OpenOnClickSettings } from '@progress/kendo-angular-menu';\nimport { BehaviorSubject } from 'rxjs';\nimport initials from 'initials';\n\ntype KitNavbarMenuItemCallback = () => void;\n\nexport interface KitNavbarLink {\n title: string;\n link: string | string[];\n subTitle: string | null;\n disabled?: Predicate<void>;\n}\n\nexport interface KitNavbarMenuItem {\n text: string;\n action: KitNavbarMenuItemCallback;\n}\n\n/**\n * We need this to run callback from items not from parent component\n */\ninterface KitNavbarMenuItemData {\n action: KitNavbarMenuItemCallback;\n}\n\n/**\n * This is needed in order to check whether this is the root menu item\n */\nconst ROOT_MENU_ITEM_INDEX: string = '0';\n\nconst getInitialsByName = (name: string | null | undefined): string => {\n // we don't like reflexion but \"initials\" library returns union type\n // so we don't want to have union type in our app\n const result: string | string[] = initials(name || '');\n\n return Array.isArray(result) && result.join() || result as string;\n};\n\n@Component({\n selector: 'kit-navbar',\n templateUrl: './kit-navbar.component.html',\n styleUrls: ['./kit-navbar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitNavbarComponent {\n /**\n * Defines a value that is going to be applied as a title in the navbar\n */\n @Input() caption?: string;\n\n /**\n * Defines a value that is going to be reflected in an avatar\n */\n @Input() initials?: string;\n\n /**\n * Defines a list of link that will be in the navbar as the main nav\n */\n @Input() links: KitNavbarLink[] = [];\n\n /**\n * Menu items that will be under avatar dropdown\n */\n @Input() menuItems: KitNavbarMenuItem[] = [];\n\n /**\n * Needs to be used to extract initials for avatar and show it there\n */\n @Input() username: string | null = null;\n\n /**\n * A link which will be open upon clicking the app logo\n */\n @Input() logoLink?: string;\n\n /**\n * States whether the menu is open\n * needed to control CSS class to rotate expand icon\n */\n readonly menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false);\n\n /**\n * Defines an icons list constant\n */\n readonly KitSvgIcon: typeof KitSvgIcon = KitSvgIcon;\n\n /**\n * This defines how menu will behave in case of menu opening\n */\n readonly openOnClickSettings: OpenOnClickSettings = {\n // \"click\" means that menu will be closed only in case of clicking outside of menu\n toggle: 'click',\n };\n\n /**\n * Called once menu is opened\n */\n onMenuOpened(): void {\n this.menuOpen$.next(true);\n }\n\n /**\n * Called once menu is closed\n */\n onMenuClosed(): void {\n this.menuOpen$.next(false);\n }\n\n /**\n * Occurs when any menu item is selected\n * we need to check whether the item is not the root one\n */\n onMenuSelect({ index, item }: MenuSelectEvent): void {\n if (index === ROOT_MENU_ITEM_INDEX) {\n return;\n }\n item.data.action();\n }\n\n /**\n * Builds an object to pass action though events\n */\n getMenuItemData(item: KitNavbarMenuItem): KitNavbarMenuItemData {\n return {\n action: item.action,\n };\n }\n\n getUsernameInitials(): string {\n return getInitialsByName(this.username);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitNavbarComponent } from './kit-navbar.component';\nimport { RouterModule } from '@angular/router';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { MenuModule } from '@progress/kendo-angular-menu';\nimport { AvatarModule } from '@progress/kendo-angular-layout';\n\n@NgModule({\n declarations: [\n KitNavbarComponent,\n ],\n imports: [\n CommonModule,\n RouterModule,\n KitSvgIconModule,\n MenuModule,\n AvatarModule,\n ],\n exports: [\n KitNavbarComponent,\n ],\n})\nexport class KitNavbarModule {\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 {\n ChangeDetectionStrategy,\n Component,\n ElementRef,\n EventEmitter,\n forwardRef,\n Input,\n Output,\n ViewEncapsulation,\n} 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\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 needs to be selected as a default value\n */\n @Input() defaultValue?: KitAutocompleteItem<T>;\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 * 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 * Defines a value of the current selected dropdown list item\n */\n selectedValue: KitAutocompleteItem<T> | null = null;\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?.value || 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 * 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.value);\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onBlur(): void {\n this.onTouched();\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: 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: T): void {\n this.onChange(value);\n }\n\n registerOnChange(fn: (_: 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 { 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';\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 ],\n exports: [\n KitAutocompleteComponent,\n ],\n})\nexport class KitAutocompleteModule {\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// KitHeader\nexport { KitHeaderComponent, KitHeaderLink, KitHeaderMenuItem } from './lib/components/kit-header/kit-header.component';\nexport { KitHeaderModule } from './lib/components/kit-header/kit-header.module';\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 { KitSwitchComponent, KitSwitchMode, KitSwitchItemSelection } 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 } from './lib/components/kit-dropdown/kit-dropdown.component';\nexport { KitDropdownModule } from './lib/components/kit-dropdown/kit-dropdown.module';\n\n// KitTextarea\nexport { KitTextareaComponent } 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// KitExpandablePanel\nexport { KitExpandablePanelComponent } from './lib/components/kit-expandable-panel/kit-expandable-panel.component';\nexport { KitExpandablePanelModule } from './lib/components/kit-expandable-panel/kit-expandable-panel.module';\n\n// KitEntityCard\nexport { KitEntityCardComponent, KitCardSize } from './lib/components/kit-entity-card/kit-entity-card.component';\nexport { KitEntityCardModule } from './lib/components/kit-entity-card/kit-entity-card.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// KitCtaPanel\nexport { KitCtaPanelComponent } from './lib/components/kit-cta-panel/kit-cta-panel.component';\nexport { KitCtaPanelModule } from './lib/components/kit-cta-panel/kit-cta-panel.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// KitNavbar\nexport { KitNavbarComponent, KitNavbarLink, KitNavbarMenuItem } from './lib/components/kit-navbar/kit-navbar.component';\nexport { KitNavbarModule } from './lib/components/kit-navbar/kit-navbar.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 { KitAutocompleteComponent, KitAutocompleteItem } from './lib/components/kit-autocomplete/kit-autocomplete.component';\nexport { KitAutocompleteModule } from './lib/components/kit-autocomplete/kit-autocomplete.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","initials","BehaviorSubject","ViewEncapsulation","AvatarModule","RouterModule","MenuModule","KitSwitchMode","ButtonGroupModule","KitInputMessageType","NG_VALUE_ACCESSOR","forwardRef","TextBoxModule","LabelModule","NumericTextBoxModule","DropDownListModule","ReactiveFormsModule","Directive","ElementRef","HostListener","trigger","state","style","transition","animate","KitCardSize","KitUnitsTextboxDropdownPosition","KitUnitsTextboxType","FormControl","FormsModule","ViewChild","DateInputsModule","KitNotificationType","ROOT_MENU_ITEM_INDEX","getInitialsByName","map","DropDownsModule","InputsModule"],"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-icon/kit-svg-icon.const.ts","../../../projects/ui-kit/src/lib/components/kit-header/kit-header.component.ts","../../../projects/ui-kit/src/lib/components/kit-header/kit-header.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-loader/kit-loader.component.ts","../../../projects/ui-kit/src/lib/components/kit-loader/kit-loader.module.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.component.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.module.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.component.ts","../../../projects/ui-kit/src/lib/components/kit-textbox/kit-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.module.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-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-expandable-panel/kit-expandable-panel.component.ts","../../../projects/ui-kit/src/lib/components/kit-expandable-panel/kit-expandable-panel.module.ts","../../../projects/ui-kit/src/lib/components/kit-entity-card/kit-entity-card.component.ts","../../../projects/ui-kit/src/lib/components/kit-entity-card/kit-entity-card.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-cta-panel/kit-cta-panel.component.ts","../../../projects/ui-kit/src/lib/components/kit-cta-panel/kit-cta-panel.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-navbar/kit-navbar.component.ts","../../../projects/ui-kit/src/lib/components/kit-navbar/kit-navbar.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.component.ts","../../../projects/ui-kit/src/lib/components/kit-autocomplete/kit-autocomplete.module.ts","../../../projects/ui-kit/src/public-api.ts","../../../projects/ui-kit/src/indigina-ui-kit.ts"],"sourcesContent":["export enum KitButtonType {\n PRIMARY = 'primary',\n SECONDARY = 'secondary',\n TERTIARY = 'tertiary',\n GHOST = 'ghost',\n GREY = 'grey',\n}\n\nexport enum KitButtonKind {\n REGULAR = 'regular',\n MINI = 'mini',\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.PRIMARY;\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.REGULAR;\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","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}\n","import { ChangeDetectionStrategy, Component, Input, Predicate, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { MenuSelectEvent, OpenOnClickSettings } from '@progress/kendo-angular-menu';\nimport { BehaviorSubject } from 'rxjs';\nimport initials from 'initials';\n\ntype KitHeaderMenuItemCallback = () => void;\n\nexport interface KitHeaderLink {\n title: string;\n link: string;\n disabled?: Predicate<void>;\n}\n\nexport interface KitHeaderMenuItem {\n text: string;\n action: KitHeaderMenuItemCallback;\n}\n\n/**\n * We need this to run callback from items not from parent component\n */\ninterface KitHeaderMenuItemData {\n action: KitHeaderMenuItemCallback;\n}\n\n/**\n * This is needed in order to check whether this is the root menu item\n */\nconst ROOT_MENU_ITEM_INDEX: string = '0';\n\nconst getInitialsByName = (name: string | null | undefined): string => {\n // we don't like reflexion but \"initials\" library returns union type\n // so we don't want to have union type in our app\n const result: string | string[] = initials(name || '');\n\n return Array.isArray(result) && result.join() || result as string;\n};\n\n@Component({\n selector: 'kit-header',\n templateUrl: './kit-header.component.html',\n styleUrls: ['./kit-header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitHeaderComponent {\n /**\n * Defines a value that is going to be applied as a title in the header\n */\n @Input() caption?: string;\n\n /**\n * Defines a value that is going to be reflected in an avatar\n */\n @Input() initials?: string;\n\n /**\n * Defines a list of link that will be in the header as the main nav\n */\n @Input() links: KitHeaderLink[] = [];\n\n /**\n * Menu items that will be under avatar dropdown\n */\n @Input() menuItems: KitHeaderMenuItem[] = [];\n\n /**\n * Needs to be used to extract initials for avatar and show it there\n */\n @Input() username: string | null = null;\n\n /**\n * A link which will be open upon clicking the app logo\n */\n @Input() logoLink?: string;\n\n /**\n * States whether the menu is open\n * needed to control CSS class to rotate expand icon\n */\n readonly menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false);\n\n /**\n * An icon which will be used as a primary logotype in the header\n */\n readonly SvgIconLogo: string = KitSvgIcon.LOGO;\n\n /**\n * An icon which will be used as an expand icon next to avatar\n */\n readonly SvgIconChevronDown: string = KitSvgIcon.CHEVRON_DOWN;\n\n /**\n * This defines how menu will behave in case of menu opening\n */\n readonly openOnClickSettings: OpenOnClickSettings = {\n // \"click\" means that menu will be closed only in case of clicking outside of menu\n toggle: 'click',\n };\n\n /**\n * Called once menu is opened\n */\n onMenuOpened(): void {\n this.menuOpen$.next(true);\n }\n\n /**\n * Called once menu is closed\n */\n onMenuClosed(): void {\n this.menuOpen$.next(false);\n }\n\n /**\n * Occurs when any menu item is selected\n * we need to check whether the item is not the root one\n */\n onMenuSelect({ index, item }: MenuSelectEvent): void {\n if (index === ROOT_MENU_ITEM_INDEX) {\n return;\n }\n item.data.action();\n }\n\n /**\n * Builds an object to pass action though events\n */\n getMenuItemData(item: KitHeaderMenuItem): KitHeaderMenuItemData {\n return {\n action: item.action,\n };\n }\n\n getUsernameInitials(): string {\n return getInitialsByName(this.username);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { KitHeaderComponent } from './kit-header.component';\nimport { AvatarModule } from '@progress/kendo-angular-layout';\nimport { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { MenuModule } from '@progress/kendo-angular-menu';\n\n@NgModule({\n declarations: [\n KitHeaderComponent,\n ],\n exports: [\n KitHeaderComponent,\n ],\n imports: [\n AvatarModule,\n CommonModule,\n RouterModule,\n KitSvgIconModule,\n MenuModule,\n ],\n})\nexport class KitHeaderModule {\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","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 { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitSwitchItem } from './kit-switch-item.model';\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\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 * 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 { 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';\n\n@NgModule({\n declarations: [\n KitSwitchComponent,\n ],\n exports: [\n KitSwitchComponent,\n ],\n imports: [\n ButtonGroupModule,\n ButtonModule,\n CommonModule,\n KitSvgIconModule,\n ],\n})\nexport class KitSwitchModule {\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 {\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 { 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 { 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, 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';\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\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 * 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 {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n forwardRef,\n Input,\n OnChanges,\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';\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 * 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\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","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, TemplateRef } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { animate, state, style, transition, trigger } from '@angular/animations';\n\n@Component({\n selector: 'kit-expandable-panel',\n templateUrl: './kit-expandable-panel.component.html',\n styleUrls: ['./kit-expandable-panel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('expandInOut', [\n state('true', style({ height: '*' })),\n state('false', style({ height: 0 })),\n transition('true <=> false', animate('200ms')),\n ]),\n ],\n})\nexport class KitExpandablePanelComponent {\n /**\n * Defines a value that is going to be applied as panel title\n */\n @Input() caption: string = '';\n\n /**\n * An icon which will be used as a panel expand button icon\n */\n @Input() expandIcon?: KitSvgIcon = KitSvgIcon.CHEVRON_UP;\n\n /**\n * An icon which will be used as a panel collapse button icon\n */\n @Input() collapseIcon?: KitSvgIcon = KitSvgIcon.CHEVRON_DOWN;\n\n /**\n * States whether the panel will be expandable or not\n */\n @Input() expandable?: boolean = true;\n\n /**\n * States whether the panel will be expanded or collapsed\n */\n @Input() expanded?: boolean = true;\n\n /**\n * Defines a template ref which is going to be as an additional header section\n */\n @Input() additionalHeaderTemplateRef?: TemplateRef<HTMLElement>;\n\n /**\n * An event which will occur once the panel changes its state\n */\n @Output() toggled: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n /**\n * Function that is called when clicking on toggle button\n */\n onPanelToggle(): void {\n this.expanded = !this.expanded;\n this.toggled.emit(this.expanded);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitExpandablePanelComponent } from './kit-expandable-panel.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitExpandablePanelComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitExpandablePanelComponent,\n ],\n})\n\nexport class KitExpandablePanelModule { }\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport enum KitCardSize {\n XLARGE = 'x-large',\n LARGE = 'large'\n}\n\n@Component({\n selector: 'kit-entity-card',\n templateUrl: './kit-entity-card.component.html',\n styleUrls: ['./kit-entity-card.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitEntityCardComponent {\n /**\n * Defines an icon which to be shown on the card\n */\n icon: KitSvgIcon = KitSvgIcon.CHEVRON_RIGHT;\n\n /**\n * Defines a CSS class that will be applied to the card\n */\n @Input() size: KitCardSize = KitCardSize.XLARGE;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitEntityCardComponent } from './kit-entity-card.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitEntityCardComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitEntityCardComponent,\n ],\n})\nexport class KitEntityCardModule {\n}\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output,\n ViewEncapsulation,\n} 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\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 * 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 { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'kit-cta-panel',\n templateUrl: './kit-cta-panel.component.html',\n styleUrls: ['./kit-cta-panel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitCtaPanelComponent {\n}\n","import { NgModule } from '@angular/core';\nimport { KitCtaPanelComponent } from './kit-cta-panel.component';\nimport { CommonModule } from '@angular/common';\nimport { KitButtonModule } from '../kit-button/kit-button.module';\n\n@NgModule({\n declarations: [\n KitCtaPanelComponent,\n ],\n exports: [\n KitCtaPanelComponent,\n ],\n imports: [\n KitButtonModule,\n CommonModule,\n ],\n})\nexport class KitCtaPanelModule {\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 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 { 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})\nexport class KitNotificationComponent {\n /**\n * Defines a value which going to be an notification message text\n */\n @Input() message: string = '';\n\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, Predicate, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { MenuSelectEvent, OpenOnClickSettings } from '@progress/kendo-angular-menu';\nimport { BehaviorSubject } from 'rxjs';\nimport initials from 'initials';\n\ntype KitNavbarMenuItemCallback = () => void;\n\nexport interface KitNavbarLink {\n title: string;\n link: string | string[];\n subTitle: string | null;\n disabled?: Predicate<void>;\n}\n\nexport interface KitNavbarMenuItem {\n text: string;\n action: KitNavbarMenuItemCallback;\n}\n\n/**\n * We need this to run callback from items not from parent component\n */\ninterface KitNavbarMenuItemData {\n action: KitNavbarMenuItemCallback;\n}\n\n/**\n * This is needed in order to check whether this is the root menu item\n */\nconst ROOT_MENU_ITEM_INDEX: string = '0';\n\nconst getInitialsByName = (name: string | null | undefined): string => {\n // we don't like reflexion but \"initials\" library returns union type\n // so we don't want to have union type in our app\n const result: string | string[] = initials(name || '');\n\n return Array.isArray(result) && result.join() || result as string;\n};\n\n@Component({\n selector: 'kit-navbar',\n templateUrl: './kit-navbar.component.html',\n styleUrls: ['./kit-navbar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitNavbarComponent {\n /**\n * Defines a value that is going to be applied as a title in the navbar\n */\n @Input() caption?: string;\n\n /**\n * Defines a value that is going to be reflected in an avatar\n */\n @Input() initials?: string;\n\n /**\n * Defines a list of link that will be in the navbar as the main nav\n */\n @Input() links: KitNavbarLink[] = [];\n\n /**\n * Menu items that will be under avatar dropdown\n */\n @Input() menuItems: KitNavbarMenuItem[] = [];\n\n /**\n * Needs to be used to extract initials for avatar and show it there\n */\n @Input() username: string | null = null;\n\n /**\n * A link which will be open upon clicking the app logo\n */\n @Input() logoLink?: string;\n\n /**\n * States whether the menu is open\n * needed to control CSS class to rotate expand icon\n */\n readonly menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false);\n\n /**\n * Defines an icons list constant\n */\n readonly KitSvgIcon: typeof KitSvgIcon = KitSvgIcon;\n\n /**\n * This defines how menu will behave in case of menu opening\n */\n readonly openOnClickSettings: OpenOnClickSettings = {\n // \"click\" means that menu will be closed only in case of clicking outside of menu\n toggle: 'click',\n };\n\n /**\n * Called once menu is opened\n */\n onMenuOpened(): void {\n this.menuOpen$.next(true);\n }\n\n /**\n * Called once menu is closed\n */\n onMenuClosed(): void {\n this.menuOpen$.next(false);\n }\n\n /**\n * Occurs when any menu item is selected\n * we need to check whether the item is not the root one\n */\n onMenuSelect({ index, item }: MenuSelectEvent): void {\n if (index === ROOT_MENU_ITEM_INDEX) {\n return;\n }\n item.data.action();\n }\n\n /**\n * Builds an object to pass action though events\n */\n getMenuItemData(item: KitNavbarMenuItem): KitNavbarMenuItemData {\n return {\n action: item.action,\n };\n }\n\n getUsernameInitials(): string {\n return getInitialsByName(this.username);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitNavbarComponent } from './kit-navbar.component';\nimport { RouterModule } from '@angular/router';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { MenuModule } from '@progress/kendo-angular-menu';\nimport { AvatarModule } from '@progress/kendo-angular-layout';\n\n@NgModule({\n declarations: [\n KitNavbarComponent,\n ],\n imports: [\n CommonModule,\n RouterModule,\n KitSvgIconModule,\n MenuModule,\n AvatarModule,\n ],\n exports: [\n KitNavbarComponent,\n ],\n})\nexport class KitNavbarModule {\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 {\n ChangeDetectionStrategy,\n Component,\n ElementRef,\n EventEmitter,\n forwardRef,\n Input,\n Output,\n ViewEncapsulation,\n} 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\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 needs to be selected as a default value\n */\n @Input() defaultValue?: KitAutocompleteItem<T>;\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 * 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 * Defines a value of the current selected dropdown list item\n */\n selectedValue: KitAutocompleteItem<T> | null = null;\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?.value || 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 * 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.value);\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onBlur(): void {\n this.onTouched();\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: 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: T): void {\n this.onChange(value);\n }\n\n registerOnChange(fn: (_: 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 { 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';\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 ],\n exports: [\n KitAutocompleteComponent,\n ],\n})\nexport class KitAutocompleteModule {\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// KitHeader\nexport { KitHeaderComponent, KitHeaderLink, KitHeaderMenuItem } from './lib/components/kit-header/kit-header.component';\nexport { KitHeaderModule } from './lib/components/kit-header/kit-header.module';\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 { KitSwitchComponent, KitSwitchMode, KitSwitchItemSelection } 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 } from './lib/components/kit-dropdown/kit-dropdown.component';\nexport { KitDropdownModule } from './lib/components/kit-dropdown/kit-dropdown.module';\n\n// KitTextarea\nexport { KitTextareaComponent } 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// KitExpandablePanel\nexport { KitExpandablePanelComponent } from './lib/components/kit-expandable-panel/kit-expandable-panel.component';\nexport { KitExpandablePanelModule } from './lib/components/kit-expandable-panel/kit-expandable-panel.module';\n\n// KitEntityCard\nexport { KitEntityCardComponent, KitCardSize } from './lib/components/kit-entity-card/kit-entity-card.component';\nexport { KitEntityCardModule } from './lib/components/kit-entity-card/kit-entity-card.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// KitCtaPanel\nexport { KitCtaPanelComponent } from './lib/components/kit-cta-panel/kit-cta-panel.component';\nexport { KitCtaPanelModule } from './lib/components/kit-cta-panel/kit-cta-panel.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// KitNavbar\nexport { KitNavbarComponent, KitNavbarLink, KitNavbarMenuItem } from './lib/components/kit-navbar/kit-navbar.component';\nexport { KitNavbarModule } from './lib/components/kit-navbar/kit-navbar.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 { KitAutocompleteComponent, KitAutocompleteItem } from './lib/components/kit-autocomplete/kit-autocomplete.component';\nexport { KitAutocompleteModule } from './lib/components/kit-autocomplete/kit-autocomplete.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","initials","BehaviorSubject","ViewEncapsulation","AvatarModule","RouterModule","MenuModule","KitSwitchMode","ButtonGroupModule","KitInputMessageType","NG_VALUE_ACCESSOR","forwardRef","TextBoxModule","LabelModule","NumericTextBoxModule","DropDownListModule","ReactiveFormsModule","Directive","ElementRef","HostListener","trigger","state","style","transition","animate","KitCardSize","KitUnitsTextboxDropdownPosition","KitUnitsTextboxType","FormControl","FormsModule","ViewChild","DateInputsModule","KitNotificationType","ROOT_MENU_ITEM_INDEX","getInitialsByName","map","DropDownsModule","InputsModule"],"mappings":";;;;;;;;;;IAAA,WAAY,aAAa;QACvB,oCAAmB,CAAA;QACnB,wCAAuB,CAAA;QACvB,sCAAqB,CAAA;QACrB,gCAAe,CAAA;QACf,8BAAa,CAAA;IACf,CAAC,EANWA,qBAAa,KAAbA,qBAAa,QAMxB;IAED,WAAY,aAAa;QACvB,oCAAmB,CAAA;QACnB,8BAAa,CAAA;IACf,CAAC,EAHWC,qBAAa,KAAbA,qBAAa,QAGxB;IAED,WAAY,qBAAqB;QAC/B,2CAAkB,CAAA;QAClB,6CAAoB,CAAA;IACtB,CAAC,EAHWC,6BAAqB,KAArBA,6BAAqB;;;QCTjC;;;;YAUW,aAAQ,GAAY,KAAK,CAAC;;;;YAK1B,UAAK,GAAW,EAAE,CAAC;;;;YAKnB,SAAI,GAAkBF,qBAAa,CAAC,OAAO,CAAC;;;;YAU5C,SAAI,GAAkBC,qBAAa,CAAC,OAAO,CAAC;;;;YAK5C,iBAAY,GAA0BC,6BAAqB,CAAC,KAAK,CAAC;;;;YAKjE,YAAO,GAAuB,IAAIC,iBAAY,EAAQ,CAAC;SAClE;;;;gBAzCAC,cAAS,SAAC;oBACT,QAAQ,EAAE,YAAY;oBAEtB,6WAA0C;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;;;IClBD,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;IACnB,CAAC,EApBWC,kBAAU,KAAVA,kBAAU;;IC0BtB;;;IAGA,IAAM,oBAAoB,GAAW,GAAG,CAAC;IAEzC,IAAM,iBAAiB,GAAG,UAAC,IAA+B;;;QAGxD,IAAM,MAAM,GAAsBC,4BAAQ,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC;QAEvD,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,IAAI,EAAE,IAAI,MAAgB,CAAC;IACpE,CAAC,CAAC;;;QAEF;;;;YAqBW,UAAK,GAAoB,EAAE,CAAC;;;;YAK5B,cAAS,GAAwB,EAAE,CAAC;;;;YAKpC,aAAQ,GAAkB,IAAI,CAAC;;;;;YAW/B,cAAS,GAA6B,IAAIC,oBAAe,CAAU,KAAK,CAAC,CAAC;;;;YAK1E,gBAAW,GAAWF,kBAAU,CAAC,IAAI,CAAC;;;;YAKtC,uBAAkB,GAAWA,kBAAU,CAAC,YAAY,CAAC;;;;YAKrD,wBAAmB,GAAwB;;gBAElD,MAAM,EAAE,OAAO;aAChB,CAAC;SAuCH;;;;QAlCC,yCAAY,GAAZ;YACE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SAC3B;;;;QAKD,yCAAY,GAAZ;YACE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC5B;;;;;QAMD,yCAAY,GAAZ,UAAa,EAAgC;gBAA9B,KAAK,WAAA,EAAE,IAAI,UAAA;YACxB,IAAI,KAAK,KAAK,oBAAoB,EAAE;gBAClC,OAAO;aACR;YACD,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;SACpB;;;;QAKD,4CAAe,GAAf,UAAgB,IAAuB;YACrC,OAAO;gBACL,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB,CAAC;SACH;QAED,gDAAmB,GAAnB;YACE,OAAO,iBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SACzC;;;;gBAlGFP,cAAS,SAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,4wDAA0C;oBAE1C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;0BAKER,UAAK;2BAKLA,UAAK;wBAKLA,UAAK;4BAKLA,UAAK;2BAKLA,UAAK;2BAKLA,UAAK;;;;QCpDR;;;;;gBAfCE,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACP,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACPO,+BAAY;wBACZL,mBAAY;wBACZM,mBAAY;wBACZ,gBAAgB;wBAChBC,2BAAU;qBACX;iBACF;;;;QCXD;;;;;gBATCb,cAAS,SAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,kpXAA4C;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;;;;QCPD;;;;YAUW,gBAAW,GAAWG,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;;;ICXD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;IACpB,CAAC,EAHWU,qBAAa,KAAbA,qBAAa,QAGxB;;QAQD;;;;;YAYW,UAAK,GAAoB,EAAE,CAAC;;;;YAK5B,SAAI,GAAkBA,qBAAa,CAAC,MAAM,CAAC;;;;YAqB1C,aAAQ,GAAyC,IAAIf,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,KAAKe,qBAAa,CAAC,MAAM,CAAC;SAC3C;;;;gBA3EFd,cAAS,SAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,g/BAA0C;oBAE1C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;wBAMER,UAAK;uBAKLA,UAAK;wBAKLA,UAAK;2BAKLA,UAAK;4BAMLA,UAAK;2BAKLC,WAAM;;;;QChCT;;;;;gBAdCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACP,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACPW,qCAAiB;wBACjBV,gCAAY;wBACZC,mBAAY;wBACZ,gBAAgB;qBACjB;iBACF;;;IChBD,WAAY,mBAAmB;QAC7B,0CAAmB,CAAA;QACnB,oCAAa,CAAA;QACb,wCAAiB,CAAA;QACjB,0CAAmB,CAAA;IACrB,CAAC,EALWU,2BAAmB,KAAnBA,2BAAmB,QAK9B;;QAED;;;;YAUW,SAAI,GAAwBA,2BAAmB,CAAC,OAAO,CAAC;;;;YAUxD,YAAO,GAAW,EAAE,CAAC;SAC/B;;;;gBArBAhB,cAAS,SAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,uSAAiD;oBAEjD,aAAa,EAAEU,sBAAiB,CAAC,IAAI;;iBACtC;;;uBAKER,UAAK;uBAKLA,UAAK;0BAKLA,UAAK;;;;QCjBR;;;;YA0BW,iBAAY,GAAY,EAAE,CAAC;;;;YAe3B,gBAAW,GAAwBc,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,aAAQ,GAAY,KAAK,CAAC;;;;YAKzB,WAAM,GAAuB,IAAIjB,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,EAAES,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEO,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,mBAAmB,GAAA,CAAC;4BAClD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;8BAKEhB,UAAK;wBAKLA,UAAK;+BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;2BAKLA,UAAK;yBAKLC,WAAM;0BAKNA,WAAM;;;;QCpDT;;;;;gBAZCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,wBAAwB;qBACzB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZ,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,wBAAwB;qBACzB;iBACF;;;;QCKD;;;;;gBAdCF,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,mBAAmB;qBACpB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZa,gCAAa;wBACbC,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,mBAAmB;qBACpB;iBACF;;;;QCfD;;;;YA8DW,gBAAW,GAAwBJ,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,aAAQ,GAAY,KAAK,CAAC;;;;YAUzB,WAAM,GAAuB,IAAIjB,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,EAAES,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEO,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,0BAA0B,GAAA,CAAC;4BACzD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;8BAKEhB,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;wBACZe,uCAAoB;wBACpBD,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,0BAA0B;qBAC3B;iBACF;;;;QCJD;;;;YAgBW,UAAK,GAAyB,EAAE,CAAC;;;;YA8BjC,gBAAW,GAAwBJ,2BAAmB,CAAC,OAAO,CAAC;;;;YAK9D,aAAQ,GAAqC,IAAIjB,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;;;;gBApGFC,cAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,g6BAA4C;oBAE5C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEO,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,oBAAoB,GAAA,CAAC;4BACnD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;wBAKEhB,UAAK;+BAKLA,UAAK;wBAKLA,UAAK;2BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;2BAKLC,WAAM;;;;QC5CT;;;;;gBAfCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACP,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACPkB,wCAAkB;wBAClBF,6BAAW;wBACXd,mBAAY;wBACZ,qBAAqB;wBACrBiB,yBAAmB;qBACpB;iBACF;;;;QCTD;;;;YA0BW,iBAAY,GAAY,EAAE,CAAC;;;;YAsB3B,aAAQ,GAAY,KAAK,CAAC;;;;YAyBzB,YAAO,GAAuB,IAAIxB,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;;;;gBAxJFC,cAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;oBACxB,iyBAA4C;oBAE5C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEO,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,oBAAoB,GAAA,CAAC;4BACnD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;8BAKEhB,UAAK;wBAKLA,UAAK;+BAKLA,UAAK;4BAKLA,UAAK;2BAMLA,UAAK;2BAMLA,UAAK;2BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;0BAeLC,WAAM;yBAKNA,WAAM;0BAKNA,WAAM;;;;QCzFP,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;;;;gBAzBFqB,cAAS,SAAC;oBACT,QAAQ,EAAE,cAAc;iBACzB;;;gBAJmBC,eAAU;;;0BAY3BC,iBAAY,SAAC,QAAQ;;;;QCUxB;;;;;gBAfCtB,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,oBAAoB;wBACpB,8BAA8B;qBAC/B;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZc,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,oBAAoB;wBACpB,8BAA8B;qBAC/B;iBACF;;;;QClBD;;;;YAWW,UAAK,GAAW,EAAE,CAAC;;;;YAKnB,UAAK,GAAW,EAAE,CAAC;;;;YAKnB,aAAQ,GAAY,KAAK,CAAC;;;;YAe1B,gBAAW,GAAwBJ,2BAAmB,CAAC,IAAI,CAAC;SACtE;;;;gBArCAhB,cAAS,SAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,smBAA8C;oBAE9C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;wBAKER,UAAK;wBAKLA,UAAK;2BAKLA,UAAK;iCAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;;;;QCpBR;;;;;gBAbCE,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZc,6BAAW;wBACX,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,qBAAqB;qBACtB;iBACF;;;;QCdD;;;;YAiBW,YAAO,GAAW,EAAE,CAAC;;;;YAKrB,eAAU,GAAgBb,kBAAU,CAAC,UAAU,CAAC;;;;YAKhD,iBAAY,GAAgBA,kBAAU,CAAC,YAAY,CAAC;;;;YAKpD,eAAU,GAAa,IAAI,CAAC;;;;YAK5B,aAAQ,GAAa,IAAI,CAAC;;;;YAUzB,YAAO,GAA0B,IAAIR,iBAAY,EAAW,CAAC;SASxE;;;;QAJC,mDAAa,GAAb;YACE,IAAI,CAAC,QAAQ,GAAG,CAAC,IAAI,CAAC,QAAQ,CAAC;YAC/B,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SAClC;;;;gBAvDFC,cAAS,SAAC;oBACT,QAAQ,EAAE,sBAAsB;oBAChC,u2BAAoD;oBAEpD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,UAAU,EAAE;wBACV0B,kBAAO,CAAC,aAAa,EAAE;4BACrBC,gBAAK,CAAC,MAAM,EAAEC,gBAAK,CAAC,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC;4BACrCD,gBAAK,CAAC,OAAO,EAAEC,gBAAK,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;4BACpCC,qBAAU,CAAC,gBAAgB,EAAEC,kBAAO,CAAC,OAAO,CAAC,CAAC;yBAC/C,CAAC;qBACH;;iBACF;;;0BAKE7B,UAAK;6BAKLA,UAAK;+BAKLA,UAAK;6BAKLA,UAAK;2BAKLA,UAAK;8CAKLA,UAAK;0BAKLC,WAAM;;;;QCjCT;;;;;gBAbCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,2BAA2B;qBAC5B;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZ,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,2BAA2B;qBAC5B;iBACF;;;ICbD,WAAY,WAAW;QACrB,iCAAkB,CAAA;QAClB,8BAAe,CAAA;IACjB,CAAC,EAHW0B,mBAAW,KAAXA,mBAAW,QAGtB;;QAED;;;;YAWE,SAAI,GAAezB,kBAAU,CAAC,aAAa,CAAC;;;;YAKnC,SAAI,GAAgByB,mBAAW,CAAC,MAAM,CAAC;SACjD;;;;gBAjBAhC,cAAS,SAAC;oBACT,QAAQ,EAAE,iBAAiB;oBAC3B,+kDAA+C;oBAE/C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;uBAUER,UAAK;;;;QCPR;;;;;gBAZCE,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,sBAAsB;qBACvB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZ,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,sBAAsB;qBACvB;iBACF;;;ICED,WAAY,+BAA+B;QACzC,gDAAa,CAAA;QACb,kDAAe,CAAA;IACjB,CAAC,EAHW2B,uCAA+B,KAA/BA,uCAA+B,QAG1C;IAED,WAAY,mBAAmB;QAC7B,oCAAa,CAAA;QACb,wCAAiB,CAAA;IACnB,CAAC,EAHWC,2BAAmB,KAAnBA,2BAAmB,QAG9B;;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,GAAwBnB,2BAAmB,CAAC,OAAO,CAAC;;;;YAK/D,qBAAgB,GAAoCiB,uCAA+B,CAAC,KAAK,CAAC;;;;YAK1F,gBAAW,GAAwBC,2BAAmB,CAAC,IAAI,CAAC;;;;YA+B3D,aAAQ,GAAqC,IAAInC,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+BmC,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;;;;gBAxKFjC,cAAS,SAAC;oBACT,QAAQ,EAAE,mBAAmB;oBAC7B,k7EAAiD;oBAEjD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;8BAKER,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;2BAKLC,WAAM;0BAKNA,WAAM;;;;QCjHT;;;;;gBAlBCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,wBAAwB;qBACzB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZa,gCAAa;wBACbE,uCAAoB;wBACpBC,wCAAkB;wBAClBF,6BAAW;wBACX,qBAAqB;wBACrBgB,iBAAW;wBACXb,yBAAmB;qBACpB;oBACD,OAAO,EAAE;wBACP,wBAAwB;qBACzB;iBACF;;;;QCjBD;;;;;gBAPCvB,cAAS,SAAC;oBACT,QAAQ,EAAE,eAAe;oBACzB,+JAA6C;oBAE7C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;;QCSD;;;;;gBAZCN,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACP,oBAAoB;qBACrB;oBACD,OAAO,EAAE;wBACP,eAAe;wBACfE,mBAAY;qBACb;iBACF;;;;QCDD;;;;YAyCW,YAAO,GAAa,IAAI,CAAC;;;;YAKzB,WAAM,GAAW,mBAAmB,CAAC;;;;YAoBpC,YAAO,GAAuB,IAAIP,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;SAkBH;;;;QAtDC,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,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;;;;gBA7IFP,cAAS,SAAC;oBACT,QAAQ,EAAE,oBAAoB;oBAC9B,i2CAAkD;oBAElD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEO,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,0BAA0B,GAAA,CAAC;4BACzD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;wBAKEhB,UAAK;8BAKLA,UAAK;2BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;0BAKLA,UAAK;yBAKLA,UAAK;8BAKLA,UAAK;sBAKLA,UAAK;sBAKLA,UAAK;0BAKLC,WAAM;iCAKNkC,cAAS,SAAC,gBAAgB;;;;QC9D7B;;;;;gBAhBCjC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,0BAA0B;qBAC3B;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZgC,uCAAgB;wBAChBlB,6BAAW;wBACX,gBAAgB;wBAChB,qBAAqB;qBACtB;oBACD,OAAO,EAAE;wBACP,0BAA0B;qBAC3B;iBACF;;;ICpBD,WAAY,mBAAmB;QAC7B,oCAAa,CAAA;QACb,0CAAmB,CAAA;QACnB,sCAAe,CAAA;QACf,0CAAmB,CAAA;IACrB,CAAC,EALWmB,2BAAmB,KAAnBA,2BAAmB,QAK9B;;QAED;;;;YASW,YAAO,GAAW,EAAE,CAAC;;;;YAKrB,SAAI,GAAwBA,2BAAmB,CAAC,IAAI,CAAC;SAC/D;;;;gBAfAvC,cAAS,SAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,wOAAgD;;iBAEjD;;;0BAKEE,UAAK;uBAKLA,UAAK;;;;QCNR;;;;;gBAZCE,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,wBAAwB;qBACzB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZ,gBAAgB;qBACjB;oBACD,OAAO,EAAE;wBACP,wBAAwB;qBACzB;iBACF;;;ICWD;;;IAGA,IAAMkC,sBAAoB,GAAW,GAAG,CAAC;IAEzC,IAAMC,mBAAiB,GAAG,UAAC,IAA+B;;;QAGxD,IAAM,MAAM,GAAsBjC,4BAAQ,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC;QAEvD,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,IAAI,EAAE,IAAI,MAAgB,CAAC;IACpE,CAAC,CAAC;;;QAEF;;;;YAqBW,UAAK,GAAoB,EAAE,CAAC;;;;YAK5B,cAAS,GAAwB,EAAE,CAAC;;;;YAKpC,aAAQ,GAAkB,IAAI,CAAC;;;;;YAW/B,cAAS,GAA6B,IAAIC,oBAAe,CAAU,KAAK,CAAC,CAAC;;;;YAK1E,eAAU,GAAsBF,kBAAU,CAAC;;;;YAK3C,wBAAmB,GAAwB;;gBAElD,MAAM,EAAE,OAAO;aAChB,CAAC;SAuCH;;;;QAlCC,yCAAY,GAAZ;YACE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;SAC3B;;;;QAKD,yCAAY,GAAZ;YACE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC5B;;;;;QAMD,yCAAY,GAAZ,UAAa,EAAgC;gBAA9B,KAAK,WAAA,EAAE,IAAI,UAAA;YACxB,IAAI,KAAK,KAAKiC,sBAAoB,EAAE;gBAClC,OAAO;aACR;YACD,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;SACpB;;;;QAKD,4CAAe,GAAf,UAAgB,IAAuB;YACrC,OAAO;gBACL,MAAM,EAAE,IAAI,CAAC,MAAM;aACpB,CAAC;SACH;QAED,gDAAmB,GAAnB;YACE,OAAOC,mBAAiB,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;SACzC;;;;gBA7FFzC,cAAS,SAAC;oBACT,QAAQ,EAAE,YAAY;oBACtB,m9EAA0C;oBAE1C,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;0BAKER,UAAK;2BAKLA,UAAK;wBAKLA,UAAK;4BAKLA,UAAK;2BAKLA,UAAK;2BAKLA,UAAK;;;;QCrDR;;;;;gBAfCE,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZM,mBAAY;wBACZ,gBAAgB;wBAChBC,2BAAU;wBACVF,+BAAY;qBACb;oBACD,OAAO,EAAE;wBACP,kBAAkB;qBACnB;iBACF;;;;QCLD;;;;YAWW,UAAK,GAA6B,EAAE,CAAC;YAErC,eAAU,GAAsBJ,kBAAU,CAAC;SACrD;;;;gBAdAP,cAAS,SAAC;oBACT,QAAQ,EAAE,sBAAsB;oBAChC,05DAAoD;oBAEpD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;;iBACtC;;;wBAKER,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;;;;QCqGC,kCACU,UAAsB;YADhC,iBAGC;YAFS,eAAU,GAAV,UAAU,CAAY;;;;YArEvB,UAAK,GAA6B,EAAE,CAAC;;;;YAerC,kBAAa,GAAY,KAAK,CAAC;;;;YAe/B,gBAAW,GAAwBU,2BAAmB,CAAC,OAAO,CAAC;;;;YAK9D,YAAO,GAAyB,IAAIjB,iBAAY,EAAU,CAAC;;;;YAK3D,aAAQ,GAAgD,IAAIA,iBAAY,EAAiC,CAAC;;;;YAKpH,kBAAa,GAAkC,IAAI,CAAC;;;;;YAM3C,6BAAwB,GAAG,UAAC,KAAyB,IAAgD,OAAA,KAAK,CAAC,IAAI,CACtH2C,aAAG,CAAC,UAAC,OAAe;;gBAClB,KAAI,CAAC,aAAa,GAAG,OAAO,GAAG,KAAI,CAAC,aAAa,GAAG,IAAI,CAAC;gBACzD,KAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAI,CAAC,aAAa,CAAC,CAAC;gBACvC,KAAI,CAAC,QAAQ,CAAC,OAAA,KAAI,CAAC,aAAa,0CAAE,KAAK,KAAI,IAAI,CAAC,CAAC;gBACjD,OAAO,KAAI,CAAC,aAAa,CAAC;aAC3B,CAAC,CACH,GAAA,CAAC;;;;YAKO,0BAAqB,GAAkB;gBAC9C,QAAQ,EAAE,WAAW;gBACrB,UAAU,EAAE,wBAAwB;aACrC,CAAC;;;;YA2CF,aAAQ,GAAG,UAAC,KAAe;aAC1B,CAAA;;;;YAKD,cAAS,GAAG;aACX,CAAA;SA7CA;;;;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,KAAK,CAAC,CAAC;SACzC;;;;QAKD,yCAAM,GAAN;YACE,IAAI,CAAC,SAAS,EAAE,CAAC;SAClB;;;;QAKD,0CAAO,GAAP;YACE,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,MAAM,EAAE,CAAC;SAClE;QAcD,6CAAU,GAAV,UAAW,KAAQ;YACjB,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;SACtB;QAED,mDAAgB,GAAhB,UAAiB,EAAyB;YACxC,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;;;;gBA/JF1C,cAAS,SAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,upDAAgD;oBAEhD,eAAe,EAAEC,4BAAuB,CAAC,MAAM;oBAC/C,aAAa,EAAES,sBAAiB,CAAC,IAAI;oBACrC,SAAS,EAAE,CAAC;4BACV,OAAO,EAAEO,uBAAiB;4BAC1B,WAAW,EAAEC,eAAU,CAAC,cAAM,OAAA,wBAAwB,GAAA,CAAC;4BACvD,KAAK,EAAE,IAAI;yBACZ,CAAC;;iBACH;;;gBA9BCO,eAAU;;;wBAoCTvB,UAAK;8BAKLA,UAAK;wBAKLA,UAAK;+BAKLA,UAAK;2BAKLA,UAAK;gCAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;8BAKLA,UAAK;0BAKLC,WAAM;2BAKNA,WAAM;;;;QC7DT;;;;;gBAlBCC,aAAQ,SAAC;oBACR,YAAY,EAAE;wBACZ,wBAAwB;qBACzB;oBACD,OAAO,EAAE;wBACPE,mBAAY;wBACZqC,qCAAe;wBACfP,iBAAW;wBACXb,yBAAmB;wBACnBH,6BAAW;wBACXwB,+BAAY;wBACZ,qBAAqB;wBACrB,eAAe;qBAChB;oBACD,OAAO,EAAE;wBACP,wBAAwB;qBACzB;iBACF;;;IC3BD;;ICAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,2 +1,2 @@
1
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/common"),require("@progress/kendo-angular-buttons"),require("rxjs"),require("initials"),require("@progress/kendo-angular-layout"),require("@angular/router"),require("@progress/kendo-angular-menu"),require("@angular/forms"),require("@progress/kendo-angular-inputs"),require("@progress/kendo-angular-label"),require("@progress/kendo-angular-dropdowns"),require("@angular/animations"),require("@progress/kendo-angular-dateinputs"),require("rxjs/operators")):"function"==typeof define&&define.amd?define("@indigina/ui-kit",["exports","@angular/core","@angular/common","@progress/kendo-angular-buttons","rxjs","initials","@progress/kendo-angular-layout","@angular/router","@progress/kendo-angular-menu","@angular/forms","@progress/kendo-angular-inputs","@progress/kendo-angular-label","@progress/kendo-angular-dropdowns","@angular/animations","@progress/kendo-angular-dateinputs","rxjs/operators"],e):e(((t="undefined"!=typeof globalThis?globalThis:t||self).indigina=t.indigina||{},t.indigina["ui-kit"]={}),t.ng.core,t.ng.common,t["@progress/kendo-angular-buttons"],t.rxjs,t.initials,t["@progress/kendo-angular-layout"],t.ng.router,t["@progress/kendo-angular-menu"],t.ng.forms,t["@progress/kendo-angular-inputs"],t["@progress/kendo-angular-label"],t["@progress/kendo-angular-dropdowns"],t.ng.animations,t["@progress/kendo-angular-dateinputs"],t.rxjs.operators)}(this,(function(t,e,n,o,i,a,r,p,l,s,d,c,u,k,m,g){"use strict";function x(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var f,h,b,y=x(a);(f=t.KitButtonType||(t.KitButtonType={})).PRIMARY="primary",f.SECONDARY="secondary",f.TERTIARY="tertiary",f.GHOST="ghost",f.GREY="grey",(h=t.KitButtonKind||(t.KitButtonKind={})).REGULAR="regular",h.MINI="mini",(b=t.KitButtonIconPosition||(t.KitButtonIconPosition={})).LEFT="icon-left",b.RIGHT="icon-right";var v=function(){this.disabled=!1,this.label="",this.type=t.KitButtonType.PRIMARY,this.kind=t.KitButtonKind.REGULAR,this.iconPosition=t.KitButtonIconPosition.RIGHT,this.clicked=new e.EventEmitter};v.decorators=[{type:e.Component,args:[{selector:"kit-button",template:'<div class="kit-button">\n <button kendoButton\n [disabled]="disabled"\n [ngClass]="[type, kind, iconPosition]"\n (click)="clicked.emit($event)">\n {{ label }}\n <kit-svg-icon *ngIf="icon"\n class="button-icon"\n [icon]="icon"\n ></kit-svg-icon>\n </button>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,styles:[".kit-button .icon-right{flex-direction:row}.kit-button .icon-right .button-icon{margin-left:8px}.kit-button .icon-left{flex-direction:row-reverse}.kit-button .icon-left .button-icon{margin-right:8px}.kit-button .k-button{border:2px solid transparent;border-radius:4px;color:#fff;font-size:16px;font-weight:500;gap:0;height:36px;padding:0 10px}.kit-button .k-button .button-icon{fill:none;height:16px;stroke:#fff;width:16px}.kit-button .k-button.mini{font-size:14px;font-weight:400;height:26px;padding:0 11px}.kit-button .k-button.mini .button-icon{height:14px;width:14px}.kit-button .k-button:disabled{opacity:.3}.kit-button .k-button.primary{background:var(--theme-color-1,#006890)}.kit-button .k-button.secondary{background:var(--theme-color-3,#4e4696)}.kit-button .k-button.tertiary{background:none;border-color:var(--theme-color-1,#006890);color:var(--theme-color-1,#006890)}.kit-button .k-button.tertiary .button-icon{stroke:var(--theme-color-1,#006890)}.kit-button .k-button.ghost{background:#fff;color:var(--theme-color-1,#006890)}.kit-button .k-button.ghost .button-icon{stroke:var(--theme-color-1,#006890)}.kit-button .k-button.grey{background-color:#cdd2d9;color:#27282a}.kit-button .k-button.grey .button-icon{stroke:#27282a}.kit-button .primary:hover{background:var(--theme-color-4,#003e56)}.kit-button .primary:focus{border-color:#fff;box-shadow:0 0 0 2px var(--theme-color-8,#cce1e9)}.kit-button .primary:active{background:var(--theme-color-7,#1f1c3c)}.kit-button .secondary:hover{background:var(--theme-color-6,#2f2a5a)}.kit-button .secondary:focus{border-color:#fff;box-shadow:0 0 0 2px var(--theme-color-8,#cce1e9)}.kit-button .secondary:active{background:var(--theme-color-7,#1f1c3c)}.kit-button .tertiary:hover{background:transparent;border-color:var(--theme-color-4,#003e56);color:var(--theme-color-4,#003e56)}.kit-button .tertiary:hover .button-icon{stroke:var(--theme-color-4,#003e56)}.kit-button .tertiary:focus{box-shadow:0 0 0 2px var(--theme-color-8,#cce1e9)}.kit-button .tertiary:active{background:var(--theme-color-7,#1f1c3c);color:#fff}.kit-button .tertiary:active .button-icon{stroke:#fff}.kit-button .ghost:hover{background:var(--theme-color-8,#cce1e9);border-color:var(--theme-color-8,#cce1e9);color:var(--theme-color-4,#003e56)}.kit-button .ghost:hover .button-icon{stroke:var(--theme-color-4,#003e56)}.kit-button .ghost:focus{border-color:var(--theme-color-1,#006890);box-shadow:0 0 0 2px var(--theme-color-8,#cce1e9);color:var(--theme-color-4,#003e56)}.kit-button .ghost:focus .button-icon{stroke:var(--theme-color-4,#003e56)}.kit-button .ghost:active{color:var(--theme-color-5,#002a3a)}.kit-button .ghost:active .button-icon{stroke:var(--theme-color-5,#002a3a)}.kit-button .icon-right.k-button.mini .button-icon{margin-left:4px}.kit-button .icon-left.k-button.mini .button-icon{margin-right:4px}"]}]}],v.propDecorators={disabled:[{type:e.Input}],label:[{type:e.Input}],type:[{type:e.Input}],icon:[{type:e.Input}],kind:[{type:e.Input}],iconPosition:[{type:e.Input}],clicked:[{type:e.Output}]};var w=function(){this.icon=null,this.iconClass=null};w.decorators=[{type:e.Component,args:[{selector:"kit-svg-icon",template:'<div class="kit-svg-icon">\n <svg attr.class="{{ iconClass }} {{ icon }}-icon icon">\n <use attr.xlink:href="#{{ icon }}"></use>\n </svg>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,styles:[".kit-svg-icon,.kit-svg-icon .icon{display:block;height:100%;width:100%}"]}]}],w.propDecorators={icon:[{type:e.Input}],iconClass:[{type:e.Input}]};var C=function(){};C.decorators=[{type:e.NgModule,args:[{declarations:[w],exports:[w]}]}];var I,T=function(){};T.decorators=[{type:e.NgModule,args:[{imports:[o.ButtonModule,n.CommonModule,C],declarations:[v],exports:[v]}]}],(I=t.KitSvgIcon||(t.KitSvgIcon={})).LOGO="logo",I.CHEVRON_DOWN="chevron-down",I.CHEVRON_UP="chevron-up",I.CHEVRON_RIGHT="chevron-right",I.PLUS="plus",I.INFO="info",I.CALENDAR="calendar",I.WARNING="warning",I.ERROR="error",I.SUCCESS="success",I.EYE="eye",I.SEARCH="search",I.EDIT="edit",I.LOCATION="location",I.CROSS="cross",I.CHECK="check",I.DISKETTE="diskette",I.CLIPBOARD="clipboard",I.LAYERS="layers";var M=function(t){var e=y.default(t||"");return Array.isArray(e)&&e.join()||e},D=function(){function e(){this.links=[],this.menuItems=[],this.username=null,this.menuOpen$=new i.BehaviorSubject(!1),this.SvgIconLogo=t.KitSvgIcon.LOGO,this.SvgIconChevronDown=t.KitSvgIcon.CHEVRON_DOWN,this.openOnClickSettings={toggle:"click"}}return e.prototype.onMenuOpened=function(){this.menuOpen$.next(!0)},e.prototype.onMenuClosed=function(){this.menuOpen$.next(!1)},e.prototype.onMenuSelect=function(t){var e=t.index,n=t.item;"0"!==e&&n.data.action()},e.prototype.getMenuItemData=function(t){return{action:t.action}},e.prototype.getUsernameInitials=function(){return M(this.username)},e}();D.decorators=[{type:e.Component,args:[{selector:"kit-header",template:'<header class="kit-header">\n <a class="logo display-flex flex-justify-content-center"\n [class.clickable]="logoLink"\n [title]="caption"\n [routerLink]="logoLink">\n <kit-svg-icon class="icon"\n [icon]="SvgIconLogo"\n ></kit-svg-icon>\n\n <h1 class="caption">{{ caption }}</h1>\n </a>\n\n <nav *ngIf="links.length" class="display-flex">\n <a *ngFor="let link of links; let index = index"\n class="link"\n routerLinkActive="active"\n [class.disabled]="link.disabled && link.disabled()"\n [routerLink]="link.link"\n [tabIndex]="index"\n [title]="link.title"\n >{{ link.title }}</a>\n </nav>\n\n <div class="profile display-flex flex-align-items-center flex-justify-content-end">\n <kendo-avatar class="avatar"\n shape="circle"\n [initials]="getUsernameInitials()"\n ></kendo-avatar>\n\n <ng-container *ngIf="menuItems.length">\n <kit-svg-icon class="expand-menu-icon"\n [class.open]="menuOpen$ | async"\n [icon]="SvgIconChevronDown"\n ></kit-svg-icon>\n\n <kendo-menu [openOnClick]="openOnClickSettings"\n [title]="username"\n (open)="onMenuOpened()"\n (select)="onMenuSelect($event)"\n (close)="onMenuClosed()">\n <kendo-menu-item>\n <kendo-menu-item *ngFor="let item of menuItems"\n [data]="getMenuItemData(item)"\n [text]="item.text"\n [title]="item.text"\n ></kendo-menu-item>\n </kendo-menu-item>\n </kendo-menu>\n </ng-container>\n </div>\n</header>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:['.kit-header{-ms-grid-columns:1fr 2fr 1fr;background-color:#fff;display:-ms-grid;display:grid;grid-template-columns:1fr 2fr 1fr}.kit-header .logo{align-items:flex-start;flex-flow:column;margin-left:20px;pointer-events:none;text-decoration:none}.kit-header .logo.clickable{pointer-events:auto}.kit-header .logo .icon{height:16px;width:20px}.kit-header .logo .caption{color:#74777d;font-size:14px;font-weight:700;margin:0;text-transform:uppercase}.kit-header .link{color:var(--theme-color-1,#006890);display:block;font-size:18px;font-weight:500;padding:28px 8px;position:relative;text-decoration:none}.kit-header .link:after{border-bottom:4px solid var(--theme-color-1,#006890);bottom:0;left:0;opacity:.3;position:absolute;right:0}.kit-header .link:hover{color:var(--theme-color-4,#003e56)}.kit-header .link:hover:after{content:""}.kit-header .link.active{color:var(--theme-color-5,#002a3a)}.kit-header .link.active:after{border-color:var(--theme-color-4,#003e56);content:"";opacity:1}.kit-header .disabled{opacity:.2;pointer-events:none}.kit-header .profile{margin-right:20px}.kit-header .profile .avatar{background-color:#cce1e9;color:#27282a;flex-basis:44px;height:44px;width:44px}.kit-header .profile .avatar .k-avatar-text{font-size:16px}.kit-header .profile .k-menu{border-radius:50%;cursor:pointer;margin-left:-64px;outline:0;overflow:hidden}.kit-header .profile .k-menu .k-link{visibility:hidden}.kit-header .profile .k-menu .k-first{box-shadow:none;height:44px;padding-right:20px;width:44px}.kit-header .profile .expand-menu-icon{height:20px;width:20px}.kit-header .profile .expand-menu-icon.open .icon{transform:rotate(180deg)}.kit-header .profile .expand-menu-icon .chevron-down-icon{fill:#fff;stroke:#006890}@media screen and (max-width:768px){.kit-header .caption{display:none}}@media screen and (min-width:768px){.kit-header .link{margin:0 10px}}@media screen and (min-width:1080px){.kit-header .link{margin:0 16px}}@media screen and (min-width:1366px){.kit-header .link{margin:0 20px}}@media screen and (min-width:2000px){.kit-header .link{margin:0 30px}}@media screen and (min-width:2366px){.kit-header .link{margin:0 60px}}']}]}],D.propDecorators={caption:[{type:e.Input}],initials:[{type:e.Input}],links:[{type:e.Input}],menuItems:[{type:e.Input}],username:[{type:e.Input}],logoLink:[{type:e.Input}]};var E=function(){};E.decorators=[{type:e.NgModule,args:[{declarations:[D],exports:[D],imports:[r.AvatarModule,n.CommonModule,p.RouterModule,C,l.MenuModule]}]}];var S=function(){};S.decorators=[{type:e.Component,args:[{selector:"kit-svg-sprite",template:'<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs>\n<clipPath id="clip0">\n<rect width="16" height="16" fill="white"/>\n</clipPath>\n\n<clipPath id="clip0">\n<path d="M0 4C0 1.79086 1.79086 0 4 0H10C12.2091 0 14 1.79086 14 4V10C14 12.2091 12.2091 14 10 14H4C1.79086 14 0 12.2091 0 10V4Z" fill="white"/>\n</clipPath>\n\n<clipPath id="clip0">\n<rect width="16" height="16" fill="white"/>\n</clipPath>\n</defs><symbol id="calendar" viewBox="0 0 16 16">\n<path d="M12.6667 2.6665H3.33333C2.59695 2.6665 2 3.26346 2 3.99984V13.3332C2 14.0696 2.59695 14.6665 3.33333 14.6665H12.6667C13.403 14.6665 14 14.0696 14 13.3332V3.99984C14 3.26346 13.403 2.6665 12.6667 2.6665Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M10.666 1.3335V4.00016" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M5.33398 1.3335V4.00016" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M2 6.6665H14" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="check" viewBox="0 0 17 16">\n <path d="M13.8327 4L6.49935 11.3333L3.16602 8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="chevron-down" viewBox="0 0 20 21">\n <path d="M5 8L10 13L15 8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="chevron-right" viewBox="0 0 20 20">\n<path d="M7.66797 14L12.6568 9.5L7.66797 5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="chevron-up" viewBox="0 0 20 21">\n <path d="M5 13L10 8L15 13" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="clipboard" viewBox="0 0 24 25">\n <path d="M16 4.00195H18C18.5304 4.00195 19.0391 4.21267 19.4142 4.58774C19.7893 4.96281 20 5.47152 20 6.00195V20.002C20 20.5324 19.7893 21.0411 19.4142 21.4162C19.0391 21.7912 18.5304 22.002 18 22.002H6C5.46957 22.002 4.96086 21.7912 4.58579 21.4162C4.21071 21.0411 4 20.5324 4 20.002V6.00195C4 5.47152 4.21071 4.96281 4.58579 4.58774C4.96086 4.21267 5.46957 4.00195 6 4.00195H8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M15 2.00195H9C8.44772 2.00195 8 2.44967 8 3.00195V5.00195C8 5.55424 8.44772 6.00195 9 6.00195H15C15.5523 6.00195 16 5.55424 16 5.00195V3.00195C16 2.44967 15.5523 2.00195 15 2.00195Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="cross" viewBox="0 0 16 16">\n <path d="M12 4L4 12" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M4 4L12 12" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="diskette" viewBox="0 0 17 16">\n <path d="M13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667L14.5 5.33333V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M11.8327 14.0003V8.66699H5.16602V14.0003" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M5.16602 2V5.33333H10.4993" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="edit" viewBox="0 0 17 16">\n <path d="M7.83398 2.66602H3.16732C2.8137 2.66602 2.47456 2.80649 2.22451 3.05654C1.97446 3.30659 1.83398 3.64573 1.83398 3.99935V13.3327C1.83398 13.6863 1.97446 14.0254 2.22451 14.2755C2.47456 14.5255 2.8137 14.666 3.16732 14.666H12.5007C12.8543 14.666 13.1934 14.5255 13.4435 14.2755C13.6935 14.0254 13.834 13.6863 13.834 13.3327V8.66602" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M12.834 1.66617C13.0992 1.40095 13.4589 1.25195 13.834 1.25195C14.2091 1.25195 14.5688 1.40095 14.834 1.66617C15.0992 1.93138 15.2482 2.29109 15.2482 2.66617C15.2482 3.04124 15.0992 3.40095 14.834 3.66617L8.50065 9.9995L5.83398 10.6662L6.50065 7.9995L12.834 1.66617Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="error" viewBox="0 0 16 16">\n<g clip-path="url(#clip0)">\n<path d="M5.24065 1.3335H10.7607L14.6673 5.24016V10.7602L10.7607 14.6668H5.24065L1.33398 10.7602V5.24016L5.24065 1.3335Z" stroke="#DA1E28" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M8 5.3335V8.00016" stroke="#DA1E28" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M8 10.6665H8.00667" stroke="#DA1E28" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</g>\n\n</symbol><symbol id="eye" viewBox="0 0 14 14">\n<g clip-path="url(#clip0)">\n<path d="M0.583374 7.00065C0.583374 7.00065 2.91671 2.33398 7.00004 2.33398C11.0834 2.33398 13.4167 7.00065 13.4167 7.00065C13.4167 7.00065 11.0834 11.6673 7.00004 11.6673C2.91671 11.6673 0.583374 7.00065 0.583374 7.00065Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M7 8.75C7.9665 8.75 8.75 7.9665 8.75 7C8.75 6.0335 7.9665 5.25 7 5.25C6.0335 5.25 5.25 6.0335 5.25 7C5.25 7.9665 6.0335 8.75 7 8.75Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</g>\n\n</symbol><symbol id="info" viewBox="0 0 16 16">\n<g clip-path="url(#clip0)">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99964 1.99846C4.68501 1.99846 1.99797 4.68549 1.99797 8.00012C1.99797 11.3148 4.68501 14.0018 7.99964 14.0018C11.3143 14.0018 14.0013 11.3148 14.0013 8.00012C14.0013 4.68549 11.3143 1.99846 7.99964 1.99846ZM0.667969 8.00012C0.667969 3.95096 3.95047 0.668457 7.99964 0.668457C12.0488 0.668457 15.3313 3.95096 15.3313 8.00012C15.3313 12.0493 12.0488 15.3318 7.99964 15.3318C3.95047 15.3318 0.667969 12.0493 0.667969 8.00012ZM7.99964 4.66846C8.3669 4.66846 8.66464 4.96619 8.66464 5.33346V8.00012C8.66464 8.36739 8.3669 8.66512 7.99964 8.66512C7.63237 8.66512 7.33464 8.36739 7.33464 8.00012V5.33346C7.33464 4.96619 7.63237 4.66846 7.99964 4.66846ZM7.99964 10.0018C7.63237 10.0018 7.33464 10.2995 7.33464 10.6668C7.33464 11.0341 7.63237 11.3318 7.99964 11.3318H8.0063C8.37357 11.3318 8.6713 11.0341 8.6713 10.6668C8.6713 10.2995 8.37357 10.0018 8.0063 10.0018H7.99964Z" fill="#B2880A"/>\n</g>\n\n</symbol><symbol id="layers" viewBox="0 0 24 25">\n <path fill-rule="evenodd" clip-rule="evenodd" d="M11.553 1.10753C11.8345 0.966762 12.1659 0.966762 12.4474 1.10753L22.4474 6.10753C22.7862 6.27692 23.0002 6.62318 23.0002 7.00195C23.0002 7.38073 22.7862 7.72699 22.4474 7.89638L12.4474 12.8964C12.1659 13.0371 11.8345 13.0371 11.553 12.8964L1.55301 7.89638C1.21422 7.72699 1.00022 7.38073 1.00022 7.00195C1.00022 6.62318 1.21422 6.27692 1.55301 6.10753L11.553 1.10753ZM4.23629 7.00195L12.0002 10.8839L19.7642 7.00195L12.0002 3.11999L4.23629 7.00195ZM1.10579 16.5547C1.35278 16.0608 1.95345 15.8605 2.44743 16.1075L12.0002 20.8839L21.553 16.1075C22.047 15.8605 22.6477 16.0608 22.8946 16.5547C23.1416 17.0487 22.9414 17.6494 22.4474 17.8964L12.4474 22.8964C12.1659 23.0371 11.8345 23.0371 11.553 22.8964L1.55301 17.8964C1.05903 17.6494 0.858803 17.0487 1.10579 16.5547ZM2.44743 11.1075C1.95345 10.8605 1.35278 11.0608 1.10579 11.5547C0.858803 12.0487 1.05903 12.6494 1.55301 12.8964L11.553 17.8964C11.8345 18.0371 12.1659 18.0371 12.4474 17.8964L22.4474 12.8964C22.9414 12.6494 23.1416 12.0487 22.8946 11.5547C22.6477 11.0608 22.047 10.8605 21.553 11.1075L12.0002 15.8839L2.44743 11.1075Z"/>\n</symbol><symbol id="location" viewBox="0 0 26 26">\n <path d="M22 10C22 17 13 23 13 23C13 23 4 17 4 10C4 7.61305 4.94821 5.32387 6.63604 3.63604C8.32387 1.94821 10.6131 1 13 1C15.3869 1 17.6761 1.94821 19.364 3.63604C21.0518 5.32387 22 7.61305 22 10Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M13 13C14.6569 13 16 11.6569 16 10C16 8.34315 14.6569 7 13 7C11.3431 7 10 8.34315 10 10C10 11.6569 11.3431 13 13 13Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="logo" viewBox="0 0 20 16">\n <circle cx="3.20006" cy="3.20006" r="3.20006" fill="#888C88"/>\n <circle cx="1.60003" cy="14.3998" r="1.60003" fill="#EF3E42"/>\n <circle cx="14.4017" cy="8.00028" r="4.80009" fill="#8D1B3D"/>\n</symbol><symbol id="plus" viewBox="0 0 16 16">\n<path d="M8 3.3335V12.6668" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M3.33301 8H12.6663" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="search" viewBox="0 0 25 24">\n<path d="M11.5 19C15.9183 19 19.5 15.4183 19.5 11C19.5 6.58172 15.9183 3 11.5 3C7.08172 3 3.5 6.58172 3.5 11C3.5 15.4183 7.08172 19 11.5 19Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M21.5 21.0004L17.15 16.6504" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="success" viewBox="0 0 24 24">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0166 3.21542C11.9096 2.78771 13.8902 2.9834 15.663 3.77329C16.1675 3.99807 16.7587 3.77134 16.9834 3.26687C17.2082 2.76239 16.9815 2.17122 16.477 1.94644C14.3103 0.981007 11.8896 0.741837 9.57581 1.2646C7.26206 1.78736 5.17929 3.04404 3.63811 4.84722C2.09693 6.6504 1.17992 8.90346 1.02384 11.2704C0.86777 13.6373 1.48099 15.9913 2.77206 17.9812C4.06312 19.9711 5.96285 21.4904 8.18792 22.3125C10.413 23.1345 12.8442 23.2153 15.1189 22.5427C17.3936 21.8702 19.39 20.4803 20.8103 18.5804C22.2306 16.6806 22.9986 14.3725 23 12.0004V11.9999V11.0799C23 10.5276 22.5523 10.0799 22 10.0799C21.4477 10.0799 21 10.5276 21 11.0799V11.9993C20.9989 13.9401 20.3705 15.8285 19.2084 17.3829C18.0464 18.9374 16.413 20.0745 14.5518 20.6248C12.6907 21.1751 10.7015 21.109 8.88103 20.4364C7.06051 19.7638 5.50619 18.5208 4.44987 16.8927C3.39354 15.2645 2.89181 13.3386 3.01951 11.402C3.14721 9.4654 3.89749 7.62199 5.15845 6.14666C6.41942 4.67133 8.12351 3.64314 10.0166 3.21542ZM22.7075 4.70651C23.0978 4.31579 23.0975 3.68263 22.7068 3.2923C22.316 2.90197 21.6829 2.90228 21.2925 3.293L11.9996 12.5952L9.70711 10.3027C9.31658 9.91213 8.68342 9.91213 8.29289 10.3027C7.90237 10.6932 7.90237 11.3263 8.29289 11.7169L11.2929 14.7169C11.4805 14.9045 11.7349 15.0098 12.0003 15.0098C12.2656 15.0097 12.52 14.9042 12.7075 14.7165L22.7075 4.70651Z" fill="#0F8732"/>\n</symbol><symbol id="warning" viewBox="0 0 24 24">\n<path d="M10.2908 3.8602L1.82075 18.0002C1.64612 18.3026 1.55372 18.6455 1.55274 18.9947C1.55176 19.3439 1.64224 19.6873 1.81518 19.9907C1.98812 20.2941 2.23748 20.547 2.53846 20.7241C2.83944 20.9012 3.18155 20.9964 3.53075 21.0002H20.4708C20.82 20.9964 21.1621 20.9012 21.463 20.7241C21.764 20.547 22.0134 20.2941 22.1863 19.9907C22.3593 19.6873 22.4497 19.3439 22.4488 18.9947C22.4478 18.6455 22.3554 18.3026 22.1808 18.0002L13.7108 3.8602C13.5325 3.56631 13.2815 3.32332 12.9819 3.15469C12.6824 2.98605 12.3445 2.89746 12.0008 2.89746C11.657 2.89746 11.3191 2.98605 11.0196 3.15469C10.72 3.32332 10.469 3.56631 10.2908 3.8602V3.8602Z" stroke="#EB5C0F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M12 9V13" stroke="#EB5C0F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M12 17H12.01" stroke="#EB5C0F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol></svg>',changeDetection:e.ChangeDetectionStrategy.OnPush,host:{hidden:"true"}}]}];var L=function(){};L.decorators=[{type:e.NgModule,args:[{declarations:[S],exports:[S]}]}];var O=function(){this.SvgIconLogo=t.KitSvgIcon.LOGO};O.decorators=[{type:e.Component,args:[{selector:"kit-loader",template:'<div class="kit-loader">\n <div class="display-flex flex-justify-content-center flex-align-items-center">\n <div class="pulsing">\n <div class="circle"></div>\n <div class="circle slow-circle"></div>\n </div>\n\n <div class="icon-wrapper">\n <kit-svg-icon class="icon"\n [icon]="SvgIconLogo"\n ></kit-svg-icon>\n </div>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,styles:["@-webkit-keyframes pulsing{0%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}@keyframes pulsing{0%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}.kit-loader .icon{display:block;height:20px;width:20px}.kit-loader .icon-wrapper{background-color:#fff;border-radius:50%;padding:10px;z-index:2}.kit-loader .pulsing{display:inline-block;height:80px;position:absolute;width:80px;z-index:1}.kit-loader .circle{-webkit-animation:pulsing 1.5s cubic-bezier(0,.2,.8,1) infinite;animation:pulsing 1.5s cubic-bezier(0,.2,.8,1) infinite;background-color:#fff;border-radius:50%;box-shadow:0 0 40px #000;opacity:1;padding:4px;position:absolute}.kit-loader .slow-circle{-webkit-animation-delay:-.5s;animation-delay:-.5s}"]}]}];var V,j=function(){};j.decorators=[{type:e.NgModule,args:[{declarations:[O],exports:[O],imports:[C]}]}],(V=t.KitSwitchMode||(t.KitSwitchMode={})).SINGLE="single",V.MULTI="multiple";var K=function(){function n(){this.items=[],this.mode=t.KitSwitchMode.SINGLE,this.selected=new e.EventEmitter}return n.prototype.onItemSelect=function(t,e){this.isSingleMode()&&!t||this.selected.emit({item:e,selected:t,mode:this.mode})},n.prototype.isItemSelected=function(t){return!!this.selection&&this.selection.includes(t.value)},n.prototype.isSingleMode=function(){return this.mode===t.KitSwitchMode.SINGLE},n}();K.decorators=[{type:e.Component,args:[{selector:"kit-switch",template:'<div class="kit-switch">\n <ng-container *ngIf="items.length">\n <label *ngIf="label" class="label display-block"\n [title]="label"\n >{{ label }}</label>\n\n <kendo-buttongroup look="outline" class="button-group"\n [selection]="mode"\n [class.disabled]="disabled">\n <button *ngFor="let item of items" class="button" kendoButton\n [selected]="isItemSelected(item)"\n [togglable]="true"\n [disabled]="item.disabled && item.disabled(item)"\n (selectedChange)="onItemSelect($event, item)">\n <ng-container *ngIf="item.title; else icon">\n {{ item.title }}\n </ng-container>\n\n <ng-template #icon>\n <kit-svg-icon class="icon-wrapper"\n [icon]="item.icon"\n ></kit-svg-icon>\n </ng-template>\n </button>\n </kendo-buttongroup>\n </ng-container>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".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-switch .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-switch .button-group{background:#fff;border:1px solid #c1c7d0;border-radius:4px;overflow:hidden}.kit-switch .button-group.disabled{color:#fff;pointer-events:none}.kit-switch .button-group.disabled .button{color:#c1c7d0}.kit-switch .button-group.disabled .icon{stroke:#c1c7d0}.kit-switch .button-group.disabled .button.k-state-selected{background-color:#abcad6;color:#fff}.kit-switch .button.k-button{border:0;border-radius:4px;box-shadow:none;color:var(--theme-color-1,#006890);opacity:1;padding:8px}.kit-switch .button.k-button .icon{fill:none;stroke:var(--theme-color-1,#006890)}.kit-switch .button.k-button.k-state-hover,.kit-switch .button.k-button.k-state-selected,.kit-switch .button.k-button:hover{background-color:var(--theme-color-5,#002a3a);color:#fff}.kit-switch .button.k-button.k-state-hover .icon,.kit-switch .button.k-button.k-state-selected .icon,.kit-switch .button.k-button:hover .icon{stroke:#fff}.kit-switch .button.k-button.k-state-disabled{color:#c1c7d0}.kit-switch .button.k-button.k-state-selected.k-state-disabled{background-color:#abcad6;color:#fff}.kit-switch .icon-wrapper{height:16px;width:16px}"]}]}],K.propDecorators={items:[{type:e.Input}],mode:[{type:e.Input}],label:[{type:e.Input}],disabled:[{type:e.Input}],selection:[{type:e.Input}],selected:[{type:e.Output}]};var N,z=function(){};z.decorators=[{type:e.NgModule,args:[{declarations:[K],exports:[K],imports:[o.ButtonGroupModule,o.ButtonModule,n.CommonModule,C]}]}],(N=t.KitInputMessageType||(t.KitInputMessageType={})).DEFAULT="default",N.HINT="hint",N.DANGER="danger",N.SUCCESS="success";var H=function(){this.type=t.KitInputMessageType.DEFAULT,this.message=""};H.decorators=[{type:e.Component,args:[{selector:"kit-input-message",template:'<div class="kit-input-message kit-input-message-{{type}} display-flex flex-align-items-center">\n <kit-svg-icon *ngIf="icon"\n class="message-icon"\n [icon]="icon"\n ></kit-svg-icon>\n <div class="message-text">{{ message }}</div>\n</div>\n',encapsulation:e.ViewEncapsulation.None,styles:[".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-input-message{margin-top:4px}.kit-input-message .message-icon{height:16px;margin-right:4px;width:16px}.kit-input-message .icon{fill:none}.kit-input-message .message-text{color:#27282a;font-size:13px;font-weight:400}.kit-input-message.kit-input-message-hint .message-text{color:#4d5053}.kit-input-message.kit-input-message-success .message-text{color:#0f8732}"]}]}],H.propDecorators={type:[{type:e.Input}],icon:[{type:e.Input}],message:[{type:e.Input}]};var B=function(){function n(){this.defaultValue="",this.messageType=t.KitInputMessageType.DEFAULT,this.disabled=!1,this.blured=new e.EventEmitter,this.changed=new e.EventEmitter,this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.writeValue=function(t){this.onChange(t),this.defaultValue=t},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n.prototype.onInputBlur=function(){this.onTouched(),this.blured.emit()},n.prototype.onInputChange=function(t){this.onChange(t),this.changed.emit(t)},n}();B.decorators=[{type:e.Component,args:[{selector:"kit-textbox",template:'<div class="kit-textbox textbox-{{ messageType }}"\n [class.textbox-disabled]="disabled">\n <kendo-label *ngIf="label" [text]="label" [for]="textbox"></kendo-label>\n <kendo-textbox #textbox\n [placeholder]="placeholder"\n [disabled]="disabled"\n [value]="defaultValue"\n (blur)="onInputBlur()"\n (valueChange)="onInputChange($event)"\n ></kendo-textbox>\n <kit-input-message *ngIf="messageText"\n [type]="messageType"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return B})),multi:!0}],styles:[".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-textbox .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-textbox .k-input::-moz-placeholder{color:#74777d}.kit-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-textbox .k-input::placeholder{color:#74777d}.kit-textbox .k-input:focus{border-color:#006890}.kit-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-textbox .k-input-prefix,.kit-textbox .k-input-suffix{height:0}.kit-textbox:focus-within .k-label{color:#74777d}.kit-textbox.textbox-danger .k-label,.kit-textbox.textbox-disabled .k-label{color:#74777d}.kit-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#da1e28}"]}]}],B.propDecorators={placeholder:[{type:e.Input}],label:[{type:e.Input}],defaultValue:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],disabled:[{type:e.Input}],blured:[{type:e.Output}],changed:[{type:e.Output}]};var R=function(){};R.decorators=[{type:e.NgModule,args:[{declarations:[H],imports:[n.CommonModule,C],exports:[H]}]}];var P=function(){};P.decorators=[{type:e.NgModule,args:[{declarations:[B],imports:[n.CommonModule,d.TextBoxModule,c.LabelModule,R],exports:[B]}]}];var F=function(){function n(){this.messageType=t.KitInputMessageType.DEFAULT,this.disabled=!1,this.blured=new e.EventEmitter,this.changed=new e.EventEmitter,this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.writeValue=function(t){this.onChange(t),this.defaultValue=t},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n.prototype.onInputBlur=function(){this.onTouched(),this.blured.emit()},n.prototype.onInputChange=function(t){this.onChange(t),this.changed.emit(t)},n}();F.decorators=[{type:e.Component,args:[{selector:"kit-numeric-textbox",template:'<div class="kit-numeric-textbox textbox-{{ messageType }}"\n [class.textbox-disabled]="disabled">\n <kendo-label *ngIf="label" class="label" [text]="label" [for]="textbox"></kendo-label>\n <kendo-numerictextbox #textbox\n [placeholder]="placeholder"\n [disabled]="disabled"\n [value]="defaultValue"\n [decimals]="decimals"\n [min]="min"\n [max]="max"\n [maxlength]="maxlength"\n [format]="format"\n [autoCorrect]="true"\n [spinners]="false"\n (blur)="onInputBlur()"\n (valueChange)="onInputChange($event)"\n ></kendo-numerictextbox>\n <kit-input-message *ngIf="messageText"\n [type]="messageType"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return F})),multi:!0}],styles:[".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-numeric-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-numeric-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-numeric-textbox .k-input::-moz-placeholder{color:#74777d}.kit-numeric-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-numeric-textbox .k-input::placeholder{color:#74777d}.kit-numeric-textbox .k-input:focus{border-color:#006890}.kit-numeric-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input::-moz-selection{background:#006890;color:#fff}.kit-numeric-textbox .k-input::selection{background:#006890;color:#fff}.kit-numeric-textbox .k-input-prefix,.kit-numeric-textbox .k-input-suffix{height:0}.kit-numeric-textbox:focus-within .k-label{color:#74777d}.kit-numeric-textbox.textbox-danger .label,.kit-numeric-textbox.textbox-disabled .label{color:#74777d}.kit-numeric-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#da1e28}"]}]}],F.propDecorators={placeholder:[{type:e.Input}],label:[{type:e.Input}],defaultValue:[{type:e.Input}],decimals:[{type:e.Input}],min:[{type:e.Input}],max:[{type:e.Input}],maxlength:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],disabled:[{type:e.Input}],format:[{type:e.Input}],blured:[{type:e.Output}],changed:[{type:e.Output}]};var A=function(){};A.decorators=[{type:e.NgModule,args:[{declarations:[F],imports:[n.CommonModule,d.NumericTextBoxModule,c.LabelModule,R],exports:[F]}]}];var U=function(){function n(){this.items=[],this.messageType=t.KitInputMessageType.DEFAULT,this.selected=new e.EventEmitter,this.dropdownPopupSettings={popupClass:"kit-dropdown-popup"},this.isHovered=!1,this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.onHovered=function(){this.isHovered=!this.isHovered},n.prototype.onItemDisabled=function(){return function(t){return!!t.dataItem.disabled&&t.dataItem.disabled(t.dataItem)}},n.prototype.onItemSelect=function(t){this.onChange(t.value),this.selected.emit(t)},n.prototype.writeValue=function(t){this.selectedItem=t,this.onChange(t)},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n}();U.decorators=[{type:e.Component,args:[{selector:"kit-dropdown",template:'<div class="kit-dropdown" [class.disabled]="disabled" [class.hovered]="isHovered">\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 (mouseenter)="onHovered()"\n (mouseleave)="onHovered()"\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',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return U})),multi:!0}],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{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{color:#74777d;font-size:14px;font-weight:400;height:100%}.kit-dropdown .k-icon:before{color:#000;content:""}.kit-dropdown .k-dropdown{height:34px;width:100%}.kit-dropdown .k-dropdown-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-dropdown .k-dropdown-wrap:hover{background-color:#fff;border-color:#006890}.kit-dropdown .k-dropdown-wrap:hover .k-icon:before{color:#006890}.kit-dropdown:focus-within .label{color:#74777d}.kit-dropdown:focus-within .k-dropdown-wrap{border:1px solid #006890;box-shadow:0 0 8px rgba(0,62,86,.5)}.kit-dropdown:focus-within .k-dropdown-wrap .k-icon:before{color:#006890}.kit-dropdown:focus-within .k-input{color:#27282a}.kit-dropdown.disabled .label,.kit-dropdown.hovered .label{color:#74777d}.kit-dropdown-popup.k-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-dropdown-popup.k-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover,.kit-dropdown-popup.k-popup .k-item:hover{background-color:#fff;color:#006890}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#fff;color:#27282a}.kit-dropdown-popup.k-popup .k-item:active{background-color:#006890;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}']}]}],U.propDecorators={items:[{type:e.Input}],selectedItem:[{type:e.Input}],label:[{type:e.Input}],disabled:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],selected:[{type:e.Output}]};var G=function(){};G.decorators=[{type:e.NgModule,args:[{declarations:[U],exports:[U],imports:[u.DropDownListModule,c.LabelModule,n.CommonModule,R,s.ReactiveFormsModule]}]}];var $=function(){function t(){this.defaultValue="",this.disabled=!1,this.focused=new e.EventEmitter,this.blured=new e.EventEmitter,this.changed=new e.EventEmitter,this.onChange=function(t){},this.onTouched=function(){}}return t.prototype.ngOnChanges=function(){this.calculateLineHeight()},t.prototype.calculateLineHeight=function(){this.minHeight=this.minLines&&14*this.minLines*1.2+16,this.maxHeight=this.maxLines&&14*this.maxLines*1.2+16},t.prototype.writeValue=function(t){this.onChange(t),this.defaultValue=t},t.prototype.registerOnChange=function(t){this.onChange=t},t.prototype.registerOnTouched=function(t){this.onTouched=t},t.prototype.setDisabledState=function(t){this.disabled=t},t.prototype.onTextareaFocus=function(){this.focused.emit()},t.prototype.onTextareaBlur=function(){this.onTouched(),this.blured.emit()},t.prototype.onTextareaChange=function(t){var e=t.target;this.onChange(e.value),this.changed.emit(e.value)},t}();$.decorators=[{type:e.Component,args:[{selector:"kit-textarea",template:'<div class="kit-textarea" [class.textarea-disabled]="disabled">\n <kendo-label *ngIf="label" [text]="label" [for]="textarea"></kendo-label>\n <textarea autoresize #textarea class="k-input"\n [attr.placeholder]="placeholder"\n [style.min-height.px]="minHeight"\n [style.max-height.px]="maxHeight"\n [attr.maxlength]="maxlength"\n [disabled]="disabled"\n (focus)="onTextareaFocus()"\n (blur)="onTextareaBlur()"\n (input)="onTextareaChange($event)"\n ></textarea>\n <kit-input-message *ngIf="messageText"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return $})),multi:!0}],styles:[".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-textarea .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textarea .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;color:#27282a;font-size:14px;line-height:1.2;min-height:34px;overflow:auto;padding:8px;resize:none;width:100%}.kit-textarea .k-input::-moz-placeholder{color:#74777d}.kit-textarea .k-input:-ms-input-placeholder{color:#74777d}.kit-textarea .k-input::placeholder{color:#74777d}.kit-textarea .k-input:focus{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-textarea .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textarea .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled::placeholder{color:#9a9fa6}.kit-textarea.textarea-disabled .k-label{color:#74777d}"]}]}],$.propDecorators={placeholder:[{type:e.Input}],label:[{type:e.Input}],defaultValue:[{type:e.Input}],maxlength:[{type:e.Input}],minLines:[{type:e.Input}],maxLines:[{type:e.Input}],disabled:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],focused:[{type:e.Output}],blured:[{type:e.Output}],changed:[{type:e.Output}]};var _=function(){function t(t){this.elementRef=t}return t.prototype.onInput=function(){this.resize()},t.prototype.ngOnInit=function(){this.elementRef.nativeElement.scrollHeight&&this.resize()},t.prototype.resize=function(){this.elementRef.nativeElement.style.height="0";var t=this.elementRef.nativeElement.scrollHeight;this.elementRef.nativeElement.style.height=t+"px"},t}();_.decorators=[{type:e.Directive,args:[{selector:"[autoresize]"}]}],_.ctorParameters=function(){return[{type:e.ElementRef}]},_.propDecorators={onInput:[{type:e.HostListener,args:[":input"]}]};var Z=function(){};Z.decorators=[{type:e.NgModule,args:[{declarations:[$,_],imports:[n.CommonModule,c.LabelModule,R],exports:[$,_]}]}];var q=function(){this.label="",this.value="",this.htmlMode=!1,this.messageType=t.KitInputMessageType.HINT};q.decorators=[{type:e.Component,args:[{selector:"kit-text-label",template:'<div class="kit-text-label" tabindex="0" [class.text-label-empty]="!value">\n <kendo-label *ngIf="value" [text]="label"></kendo-label>\n <kendo-label *ngIf="!value" [text]="noValueMessage || label"></kendo-label>\n <div *ngIf="!htmlMode; else htmlModeTemplate" class="value">{{ value }}</div>\n <ng-template #htmlModeTemplate>\n <div class="value" [innerHTML]="value"></div>\n </ng-template>\n <kit-input-message *ngIf="messageText && value"\n [type]="messageType"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".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-text-label{background:#fff;border:1px solid transparent;border-radius:4px;display:inline-block;outline:none;padding:6px 4px 4px}.kit-text-label:focus{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-text-label .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-text-label .value{border-radius:4px;color:#27282a;font-size:14px;font-weight:400}.kit-text-label.text-label-empty .value{background:#f3f4f6;height:22px;min-width:112px}"]}]}],q.propDecorators={label:[{type:e.Input}],value:[{type:e.Input}],htmlMode:[{type:e.Input}],noValueMessage:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}]};var Y=function(){};Y.decorators=[{type:e.NgModule,args:[{declarations:[q],imports:[n.CommonModule,c.LabelModule,R],exports:[q]}]}];var W=function(){function n(){this.caption="",this.expandIcon=t.KitSvgIcon.CHEVRON_UP,this.collapseIcon=t.KitSvgIcon.CHEVRON_DOWN,this.expandable=!0,this.expanded=!0,this.toggled=new e.EventEmitter}return n.prototype.onPanelToggle=function(){this.expanded=!this.expanded,this.toggled.emit(this.expanded)},n}();W.decorators=[{type:e.Component,args:[{selector:"kit-expandable-panel",template:'<div class="kit-panel"\n [class.kit-panel-expanded]="expanded"\n [class.expandable]="expandable">\n <div class="kit-panel-header">\n <div class="panel-title">{{ caption }}</div>\n\n <div *ngIf="additionalHeaderTemplateRef" class="header display-flex flex-align-items-center">\n <ng-template [ngTemplateOutlet]="additionalHeaderTemplateRef"\n ></ng-template>\n </div>\n\n <button *ngIf="expandable"\n class="toggle-button"\n (click)="onPanelToggle()"\n >\n <kit-svg-icon class="toggle-icon"\n [icon]="expanded && collapseIcon || expandIcon"\n ></kit-svg-icon>\n </button>\n </div>\n <div class="kit-panel-content" [@expandInOut]="expanded">\n <div class="inner-content">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,animations:[k.trigger("expandInOut",[k.state("true",k.style({height:"*"})),k.state("false",k.style({height:0})),k.transition("true <=> false",k.animate("200ms"))])],styles:[".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-panel .kit-panel-header{background:#fff;border:1px solid #cce1e9;border-radius:4px;display:flex;justify-content:space-between}.kit-panel .panel-title{flex:1 0;font-size:16px;font-weight:700;padding:12px}.kit-panel .header{margin-right:12px}.kit-panel.expandable .header{margin-right:28px}.kit-panel .kit-panel-content{background:#fff;border-left:1px solid #cce1e9;border-radius:0 0 4px 4px;border-right:1px solid #cce1e9;overflow:hidden}.kit-panel .inner-content{padding:12px}.kit-panel .toggle-button{background:none;border:none;border-left:1px solid #cce1e9;cursor:pointer;width:44px}.kit-panel .toggle-icon{display:block;fill:#fff;height:20px;margin:0 auto;stroke:#000;width:20px}.kit-panel.kit-panel-expanded .kit-panel-header{border-radius:4px 4px 0 0}.kit-panel.kit-panel-expanded .kit-panel-content{border-bottom:1px solid #cce1e9;overflow:visible}.kit-panel.kit-panel-expanded .kit-panel-content.ng-animating{overflow:hidden}"]}]}],W.propDecorators={caption:[{type:e.Input}],expandIcon:[{type:e.Input}],collapseIcon:[{type:e.Input}],expandable:[{type:e.Input}],expanded:[{type:e.Input}],additionalHeaderTemplateRef:[{type:e.Input}],toggled:[{type:e.Output}]};var X,J=function(){};J.decorators=[{type:e.NgModule,args:[{declarations:[W],imports:[n.CommonModule,C],exports:[W]}]}],(X=t.KitCardSize||(t.KitCardSize={})).XLARGE="x-large",X.LARGE="large";var Q=function(){this.icon=t.KitSvgIcon.CHEVRON_RIGHT,this.size=t.KitCardSize.XLARGE};Q.decorators=[{type:e.Component,args:[{selector:"kit-entity-card",template:'<div class="kit-entity-card {{ size }}">\n <div class="card-wrap">\n <div class="card-left">\n <div class="left-col-1">\n <ng-content select="[leftLabel]"></ng-content>\n <ng-content select="[leftValue]"></ng-content>\n </div>\n <div class="left-col-2">\n <div class="left-name">Booking</div>\n <ng-content select="[leftType]"></ng-content>\n </div>\n </div>\n <div class="card-mid">\n <div class="mid-col mid-col-1">\n <div class="mid-col-wrap">\n <ng-content select="[midLeftLabel]"></ng-content>\n <ng-content select="[midLeftValue]"></ng-content>\n <ng-content select="[midLeftInfo]"></ng-content>\n </div>\n </div>\n <div class="mid-icon">\n <kit-svg-icon class="card-icon" [icon]="icon"></kit-svg-icon>\n </div>\n <div class="mid-col mid-col-2">\n <div class="mid-col-wrap">\n <ng-content select="[midRightLabel]"></ng-content>\n <ng-content select="[midRightValue]"></ng-content>\n <ng-content select="[midRightInfo]"></ng-content>\n </div>\n </div>\n </div>\n <div class="card-right">\n <div class="right-row">\n <ng-content select="[rightTopLabel]"></ng-content>\n <ng-content select="[rightTopValue]"></ng-content>\n </div>\n <div class="right-row">\n <ng-content select="[rightBottomLabel]"></ng-content>\n <ng-content select="[rightBottomValue]"></ng-content>\n </div>\n </div>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".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-entity-card .card-wrap{-ms-grid-columns:172px minmax(0,1fr) 128px;background:#fff;border-radius:4px;box-sizing:border-box;display:-ms-grid;display:grid;grid-column-gap:10px;grid-template-columns:172px minmax(0,1fr) 128px;max-width:720px}.kit-entity-card .card-left{-ms-grid-columns:6fr 4fr;display:-ms-grid;display:grid;grid-column-gap:10px;grid-template-columns:6fr 4fr;padding:4px 8px}.kit-entity-card .left-label{color:#74777d;font-size:13px;margin-bottom:2px;white-space:nowrap}.kit-entity-card .left-value{color:#000;font-size:13px;font-weight:500}.kit-entity-card .left-name{color:#27282a;font-size:12px;margin:1px 0 2px}.kit-entity-card .left-type{color:#74777d;font-size:12px;font-weight:500}.kit-entity-card .card-mid{-ms-grid-columns:minmax(0,1fr) 20px minmax(0,1fr);display:-ms-grid;display:grid;grid-column-gap:10px;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);padding:4px 0}.kit-entity-card .mid-icon{align-items:center;display:flex}.kit-entity-card .card-icon{display:block;fill:#fff;height:20px;stroke:#006890;width:20px}.kit-entity-card .mid-col{display:flex}.kit-entity-card .mid-col-1{justify-content:flex-end}.kit-entity-card .mid-col-wrap{-ms-grid-columns:minmax(74px,4.5fr) 5.5fr;display:-ms-grid;display:grid;grid-column-gap:4px;grid-template-columns:minmax(74px,4.5fr) 5.5fr;width:180px}.kit-entity-card .mid-label{-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;color:#74777d;font-size:13px;grid-area:1/1/2/2}.kit-entity-card .mid-value{-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;color:#000;font-size:13px;font-weight:500;grid-area:1/2/2/3}.kit-entity-card .mid-info,.kit-entity-card .mid-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kit-entity-card .mid-info{-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;color:#27282a;font-size:12px;grid-area:2/2/3/3}.kit-entity-card .card-right{background:#f3f4f6;border-radius:0 4px 4px 0;flex-direction:column;padding:4px 8px}.kit-entity-card .card-right,.kit-entity-card .right-row{display:flex;justify-content:space-between}.kit-entity-card .right-label,.kit-entity-card .right-value{font-size:12px;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kit-entity-card .right-label{color:#000;margin-right:2px}.kit-entity-card .right-value{color:#4d5053;margin-left:auto}.kit-entity-card.large .card-wrap{-ms-grid-columns:112px minmax(0,1fr) 128px;grid-template-columns:112px minmax(0,1fr) 128px}.kit-entity-card.large .card-left{display:block;padding-right:0}.kit-entity-card.large .left-col-2{display:flex}.kit-entity-card.large .left-label{margin-bottom:0}.kit-entity-card.large .left-name{margin:0 4px 0 0}.kit-entity-card.large .card-mid{grid-column-gap:4px}.kit-entity-card.large .mid-col-wrap{display:block;min-width:0;width:102px}"]}]}],Q.propDecorators={size:[{type:e.Input}]};var tt,et,nt=function(){};nt.decorators=[{type:e.NgModule,args:[{declarations:[Q],imports:[n.CommonModule,C],exports:[Q]}]}],(tt=t.KitUnitsTextboxDropdownPosition||(t.KitUnitsTextboxDropdownPosition={})).LEFT="left",tt.RIGHT="right",(et=t.KitUnitsTextboxType||(t.KitUnitsTextboxType={})).TEXT="text",et.NUMBER="number";var ot=function(){function n(){this.dropdownItems=[],this.textBoxValue="",this.textBoxFormControl=new s.FormControl,this.dropdownFormControl=new s.FormControl,this.messageType=t.KitInputMessageType.DEFAULT,this.dropdownPosition=t.KitUnitsTextboxDropdownPosition.RIGHT,this.textboxType=t.KitUnitsTextboxType.TEXT,this.selected=new e.EventEmitter,this.changed=new e.EventEmitter,this.dropdownPopupSettings={appendTo:"component",popupClass:"kit-dropdown-popup",width:"auto"},this.KitUnitsTextboxType=t.KitUnitsTextboxType,this.KitUnitsTextboxDropdownPosition=t.KitUnitsTextboxDropdownPosition,this.isHovered=!1}return n.prototype.onItemDisabled=function(){return function(t){return!!t.dataItem.disabled&&t.dataItem.disabled(t.dataItem)}},n.prototype.onInputChange=function(t){this.textBoxFormControl.patchValue(t),this.textBoxFormControl.markAsDirty(),this.changed.emit(t)},n.prototype.onItemSelect=function(t){this.dropdownFormControl.patchValue(t.value),this.dropdownFormControl.markAsDirty(),this.selected.emit(t)},n.prototype.onInputBlur=function(){this.textBoxFormControl.markAsTouched()},n.prototype.onDropdownBlur=function(){this.isHovered=!1},n.prototype.onHover=function(){this.isHovered=!this.isHovered},n}();ot.decorators=[{type:e.Component,args:[{selector:"kit-units-textbox",template:'<div class="kit-units-textbox" [class.textbox-disabled]="disabledTextBox"\n [class.dropdown-disabled]="disabledDropdown"\n [class.hovered]="isHovered"\n [class.units-left]="dropdownPosition === KitUnitsTextboxDropdownPosition.LEFT">\n <kendo-label *ngIf="label" class="label display-block"\n [text]="label"\n ></kendo-label>\n <div class="units-textbox-wrap" (mouseenter)="onHover()" (mouseleave)="onHover()">\n <kendo-textbox *ngIf="textboxType === KitUnitsTextboxType.TEXT; else numericTextboxTemplate"\n [placeholder]="placeholder"\n [value]="textBoxFormControl.value || textBoxValue"\n [disabled]="disabledTextBox"\n (blur)="onInputBlur()"\n (valueChange)="onInputChange($event)"\n ></kendo-textbox>\n <ng-template #numericTextboxTemplate>\n <kendo-numerictextbox [placeholder]="placeholder"\n [value]="textBoxFormControl.value || textBoxValue"\n [decimals]="decimals"\n [min]="min"\n [max]="max"\n [maxlength]="maxlength"\n [format]="format"\n [autoCorrect]="true"\n [spinners]="false"\n [disabled]="disabledTextBox"\n (blur)="onInputBlur()"\n (valueChange)="onInputChange($event)"\n ></kendo-numerictextbox>\n </ng-template>\n <kendo-dropdownlist valueField="value" textField="text"\n [data]="dropdownItems"\n [value]="dropdownFormControl.value || selectedDropdownItem"\n [valuePrimitive]="true"\n [disabled]="disabledDropdown"\n [popupSettings]="dropdownPopupSettings"\n [itemDisabled]="onItemDisabled()"\n (selectionChange)="onItemSelect($event)"\n (blur)="onDropdownBlur()"\n ></kendo-dropdownlist>\n </div>\n <kit-input-message *ngIf="messageText"\n [type]="messageType"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,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-units-textbox .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-units-textbox .units-textbox-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;display:flex;height:34px}.kit-units-textbox .k-numerictextbox,.kit-units-textbox .k-textbox{flex-grow:1}.kit-units-textbox .k-numerictextbox .k-input,.kit-units-textbox .k-textbox .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-units-textbox .k-numerictextbox .k-input::-moz-selection,.kit-units-textbox .k-textbox .k-input::-moz-selection{background:#006890;color:#fff}.kit-units-textbox .k-numerictextbox .k-input::selection,.kit-units-textbox .k-textbox .k-input::selection{background:#006890;color:#fff}.kit-units-textbox .k-dropdown{width:auto}.kit-units-textbox .k-dropdown .k-input{color:#74777d;font-size:13px;font-weight:500;height:100%;justify-content:flex-end;padding:0}.kit-units-textbox .k-dropdown .k-icon:before{color:#000;content:""}.kit-units-textbox:focus-within .label{color:#74777d}.kit-units-textbox:focus-within .units-textbox-wrap{border:1px solid #006890;box-shadow:0 0 0 3px #e7f4ec}.kit-units-textbox .k-dropdown-wrap{background:none;border:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-icon:before,.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-input{color:#006890}.kit-units-textbox .k-dropdown-wrap:hover{background:none}.kit-units-textbox .k-animation-container{left:auto!important;right:0!important}.kit-units-textbox .kit-dropdown-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:8px;min-width:75px;padding:4px}.kit-units-textbox .kit-dropdown-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;justify-content:flex-end;text-align:right}.kit-units-textbox .kit-dropdown-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused:hover,.kit-units-textbox .kit-dropdown-popup .k-item:hover{background-color:#fff;color:#006890}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-selected{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item:active{background-color:#006890;color:#fff}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}.kit-units-textbox.hovered .label{color:#74777d}.kit-units-textbox.hovered .units-textbox-wrap{border-color:#006890}.kit-units-textbox.hovered .k-dropdown-wrap .k-icon:before,.kit-units-textbox.hovered .k-dropdown-wrap .k-input{color:#006890}.kit-units-textbox.textbox-disabled .label{color:#74777d}.kit-units-textbox.textbox-disabled .units-textbox-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-units-textbox.textbox-disabled .k-textbox .k-input{color:#9a9fa6}.kit-units-textbox.units-left .units-textbox-wrap{flex-direction:row-reverse}.kit-units-textbox.units-left .k-textbox{-ms-grid-column:2;-ms-grid-row:1;grid-column:2;grid-row:1}.kit-units-textbox.units-left .k-textbox .k-input{padding-left:0}.kit-units-textbox.units-left .k-dropdown{-ms-grid-column:1;grid-column:1}.kit-units-textbox.units-left .k-dropdown .k-input{padding-left:10px;width:auto}.kit-units-textbox.units-left .k-animation-container{left:0!important;right:auto!important}.kit-units-textbox.units-left .kit-dropdown-popup .k-item{justify-content:flex-start;text-align:left}.kit-units-textbox .k-input-prefix,.kit-units-textbox .k-input-suffix{height:0}.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-icon:before,.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-input{color:#9a9fa6}']}]}],ot.propDecorators={placeholder:[{type:e.Input}],label:[{type:e.Input}],disabledTextBox:[{type:e.Input}],disabledDropdown:[{type:e.Input}],dropdownItems:[{type:e.Input}],selectedDropdownItem:[{type:e.Input}],textBoxValue:[{type:e.Input}],textBoxFormControl:[{type:e.Input}],dropdownFormControl:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],dropdownPosition:[{type:e.Input}],textboxType:[{type:e.Input}],decimals:[{type:e.Input}],min:[{type:e.Input}],max:[{type:e.Input}],maxlength:[{type:e.Input}],format:[{type:e.Input}],selected:[{type:e.Output}],changed:[{type:e.Output}]};var it=function(){};it.decorators=[{type:e.NgModule,args:[{declarations:[ot],imports:[n.CommonModule,d.TextBoxModule,d.NumericTextBoxModule,u.DropDownListModule,c.LabelModule,R,s.FormsModule,s.ReactiveFormsModule],exports:[ot]}]}];var at=function(){};at.decorators=[{type:e.Component,args:[{selector:"kit-cta-panel",template:'<div class="kit-cta-panel">\n <div class="items rtl display-flex flex-justify-content-end">\n <ng-content></ng-content>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".kit-cta-panel{background-color:#fff;box-shadow:0 -12px 40px rgba(0,0,0,.2);padding:40px}.kit-cta-panel .items{height:42px}.kit-cta-panel .rtl .item:not(:first-child){margin-left:40px}"]}]}];var rt=function(){};rt.decorators=[{type:e.NgModule,args:[{declarations:[at],exports:[at],imports:[T,n.CommonModule]}]}];var pt=function(){function n(){this.isValid=!0,this.format="dd MMM yyyy HH:mm",this.changed=new e.EventEmitter,this.isHovered=!1,this.icon=t.KitSvgIcon.CALENDAR,this.datetimepickerPopupSettings={popupClass:"kit-datetimepicker-popup"},this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.onHover=function(){this.isHovered=!this.isHovered},n.prototype.onPopupToggle=function(){this.datetimepicker.focus(),this.datetimepicker.toggle()},n.prototype.onBlur=function(){this.onTouched()},n.prototype.onClose=function(){},n.prototype.onValueChange=function(t){this.changed.emit(t),this.onChange(t)},n.prototype.writeValue=function(t){this.onChange(new Date(t)),this.defaultDate=new Date(t)},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n}();pt.decorators=[{type:e.Component,args:[{selector:"kit-datetimepicker",template:'<div class="kit-datetimepicker"\n [class.datetimepicker-hovered]="isHovered"\n [class.datetimepicker-disabled]="disabled"\n [class.datetimepicker-invalid]="!isValid"\n [class.datetimepicker-opened]="datetimepicker.isOpen"\n>\n <kendo-label *ngIf="label" class="label display-block"\n [text]="label"\n [for]="datetimepicker"\n ></kendo-label>\n <div class="datetimepicker-wrap" (mouseenter)="onHover()" (mouseleave)="onHover()">\n <kendo-datetimepicker #datetimepicker\n [placeholder]="placeholder"\n [format]="format"\n [disabled]="disabled"\n [popupSettings]="datetimepickerPopupSettings"\n [value]="defaultDate"\n [min]="min" [max]="max"\n (valueChange)="onValueChange($event)"\n (blur)="onBlur()"\n (close)="onClose()"\n ></kendo-datetimepicker>\n <button class="toggle-btn" (click)="onPopupToggle()">\n <kit-svg-icon *ngIf="icon"\n class="button-icon"\n [icon]="icon"\n ></kit-svg-icon>\n </button>\n </div>\n <kit-input-message *ngIf="messageText"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return pt})),multi:!0}],styles:[".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-datetimepicker .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-datetimepicker .datetimepicker-wrap{position:relative}.kit-datetimepicker .k-datetimepicker{height:34px;width:100%}.kit-datetimepicker .k-datetimepicker .k-dateinput-wrap{background:none;border-radius:6px}.kit-datetimepicker .k-picker-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-datetimepicker .k-picker-wrap.k-state-focused{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-datetimepicker .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-datetimepicker .k-input::-moz-placeholder{color:#74777d}.kit-datetimepicker .k-input:-ms-input-placeholder{color:#74777d}.kit-datetimepicker .k-input::placeholder{color:#74777d}.kit-datetimepicker .k-input::-moz-selection{background:#006890}.kit-datetimepicker .k-input::selection{background:#006890}.kit-datetimepicker .toggle-btn{background:none;border:none;cursor:pointer;height:100%;padding:0 8px;position:absolute;right:0;top:0}.kit-datetimepicker .toggle-btn .button-icon{display:block;fill:transparent;height:16px;stroke:#000;width:16px}.kit-datetimepicker.datetimepicker-hovered .label{color:#74777d}.kit-datetimepicker.datetimepicker-hovered .k-picker-wrap{border-color:#006890}.kit-datetimepicker.datetimepicker-hovered .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-hovered .toggle-btn .button-icon,.kit-datetimepicker.datetimepicker-opened .toggle-btn .button-icon{stroke:#006890}.kit-datetimepicker:focus-within .label{color:#74777d}.kit-datetimepicker:focus-within .k-picker-wrap{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-datetimepicker:focus-within .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-disabled .label{color:#74777d}.kit-datetimepicker.datetimepicker-disabled .k-picker-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-datetimepicker.datetimepicker-disabled .k-input{color:#9a9fa6}.kit-datetimepicker.datetimepicker-disabled .toggle-btn{cursor:default}.kit-datetimepicker.datetimepicker-disabled .toggle-btn .button-icon{stroke:#c1c7d0}.kit-datetimepicker.datetimepicker-invalid .label{color:#74777d}.kit-datetimepicker.datetimepicker-invalid .k-picker-wrap{background-color:#f8e0e0;border-color:#da1e28}.kit-datetimepicker.datetimepicker-invalid .k-input{color:#27282a}.kit-datetimepicker .k-select{display:none}.kit-datetimepicker-popup.k-popup{background:#f3f4f6;border:1px solid #006890;border-radius:6px;box-shadow:none;margin-top:8px}.kit-datetimepicker-popup.k-popup .k-datetime-wrap{width:296px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup{background:#dadde3;border-radius:6px 6px 0 0;padding:4px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button{background:#dadde3;border:1px solid #c1c7d0;border-radius:6px 6px 0 0;color:#27282a;font-size:13px;font-weight:400;height:32px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button.k-state-active{background:#fff}.kit-datetimepicker-popup.k-popup .k-datetime-selector{background:none;padding-top:6px}.kit-datetimepicker-popup.k-popup .kalendar-view{padding:0}.kit-datetimepicker-popup.k-popup .k-datetime-calendar-wrap,.kit-datetimepicker-popup.k-popup .k-datetime-time-wrap{flex-basis:296px}.kit-datetimepicker-popup.k-popup .k-calendar{background:none;width:100%}.kit-datetimepicker-popup.k-popup .k-link{align-items:center;border-radius:50%;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;height:100%;width:100%}.kit-datetimepicker-popup.k-popup .k-link:hover{background:none;color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-view{padding:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-view:after{display:none}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-calendar-th{color:#9a9fa6;font-size:16px;font-weight:700;height:auto;padding:6px 0}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-link{width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-table{border-collapse:collapse}.kit-datetimepicker-popup.k-popup .k-calendar-header,.kit-datetimepicker-popup.k-popup .k-time-header{background:#fff;border-radius:6px 6px 0 0;margin:0 0 6px;padding:4px 30px}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-title,.kit-datetimepicker-popup.k-popup .k-time-header .k-title{color:#27282a;font-size:16px;font-weight:700;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-time-header .k-today{color:#7ccdf4;font-size:16px;font-weight:400;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-today:hover{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays{padding:6px 8px 0}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays .k-calendar-th{color:#27282a;font-size:13px;font-weight:500;height:40px;line-height:1;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-content{box-sizing:border-box;margin:0;padding:0 8px}.kit-datetimepicker-popup.k-popup .k-calendar-content>.k-calendar-table{margin:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-td{border:1px solid #dfdfdf;height:40px;width:40px}.kit-datetimepicker-popup.k-popup .k-calendar-td:hover .k-link{background:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-empty{border:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-today .k-link{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-selected .k-link{background:#7ccdf4;border:1px solid #dfdfdf;color:#fff}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-focused .k-link{box-shadow:none}.kit-datetimepicker-popup.k-popup .k-action-buttons{border-top:1px solid #006890;justify-content:center;margin-top:0;padding:12px}.kit-datetimepicker-popup.k-popup .k-action-buttons .k-button{border:none;border-radius:4px;flex:0 0 auto;font-size:14px;font-weight:400;height:30px;margin:0 5px;width:110px}.kit-datetimepicker-popup.k-popup .k-time-cancel{background:#dadde3;color:#27282a}.kit-datetimepicker-popup.k-popup .k-time-accept{background:#006890;color:#fff}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper{background:#fff;height:252px;padding:0}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:after,.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper.k-state-focused{background:#f3f4f6}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper .k-title{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;margin:0}.kit-datetimepicker-popup.k-popup .k-time-list:after,.kit-datetimepicker-popup.k-popup .k-time-list:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list .k-item{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0}.kit-datetimepicker-popup.k-popup .k-time-container{bottom:0;top:40px}.kit-datetimepicker-popup.k-popup .k-time-highlight{border-color:#cdd2d9;height:40px;transform:none}.kit-datetimepicker-popup.k-popup .k-time-separator{margin-top:40px}"]}]}],pt.propDecorators={label:[{type:e.Input}],placeholder:[{type:e.Input}],disabled:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],isValid:[{type:e.Input}],format:[{type:e.Input}],defaultDate:[{type:e.Input}],min:[{type:e.Input}],max:[{type:e.Input}],changed:[{type:e.Output}],datetimepicker:[{type:e.ViewChild,args:["datetimepicker"]}]};var lt,st=function(){};st.decorators=[{type:e.NgModule,args:[{declarations:[pt],imports:[n.CommonModule,m.DateInputsModule,c.LabelModule,C,R],exports:[pt]}]}],(lt=t.KitNotificationType||(t.KitNotificationType={})).INFO="info",lt.WARNING="warning",lt.ERROR="error",lt.SUCCESS="success";var dt=function(){this.message="",this.type=t.KitNotificationType.INFO};dt.decorators=[{type:e.Component,args:[{selector:"kit-notification",template:'<div class="kit-notification notification-{{ type }}">\n <kit-svg-icon class="notification-icon"\n [icon]="type"\n ></kit-svg-icon>\n <div class="notification-text">{{ message }}</div>\n</div>\n',styles:[".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-notification{align-items:center;display:flex;padding:12px}.kit-notification .notification-icon{fill:none;height:20px;margin-right:10px;width:20px}.kit-notification .notification-text{color:#000;font-size:14px;font-weight:400;line-height:1.26;max-width:480px}.kit-notification.notification-info{background-color:#fff8e0}.kit-notification.notification-warning{background-color:#ffeee5}.kit-notification.notification-error{background-color:#f8e0e0}.kit-notification.notification-success{background-color:#e7f4ec}"]}]}],dt.propDecorators={message:[{type:e.Input}],type:[{type:e.Input}]};var ct=function(){};ct.decorators=[{type:e.NgModule,args:[{declarations:[dt],imports:[n.CommonModule,C],exports:[dt]}]}];var ut=function(t){var e=y.default(t||"");return Array.isArray(e)&&e.join()||e},kt=function(){function e(){this.links=[],this.menuItems=[],this.username=null,this.menuOpen$=new i.BehaviorSubject(!1),this.KitSvgIcon=t.KitSvgIcon,this.openOnClickSettings={toggle:"click"}}return e.prototype.onMenuOpened=function(){this.menuOpen$.next(!0)},e.prototype.onMenuClosed=function(){this.menuOpen$.next(!1)},e.prototype.onMenuSelect=function(t){var e=t.index,n=t.item;"0"!==e&&n.data.action()},e.prototype.getMenuItemData=function(t){return{action:t.action}},e.prototype.getUsernameInitials=function(){return ut(this.username)},e}();kt.decorators=[{type:e.Component,args:[{selector:"kit-navbar",template:'<header class="kit-navbar">\n <a class="logo display-flex flex-justify-content-center"\n [class.clickable]="logoLink"\n [title]="caption"\n [routerLink]="logoLink">\n <kit-svg-icon class="icon"\n [icon]="KitSvgIcon.LOGO"\n ></kit-svg-icon>\n\n <h1 class="caption">{{ caption }}</h1>\n </a>\n <div class="nav">\n <nav *ngIf="links.length" class="nav-list">\n <a *ngFor="let item of links; let index = index"\n class="link"\n routerLinkActive="active"\n [class.disabled]="item.disabled && item.disabled()"\n [routerLink]="item.link"\n [tabIndex]="index"\n [title]="item.title"\n >\n <span class="title">{{ item.title }}<kit-svg-icon class="active-icon"\n [icon]="KitSvgIcon.EYE"\n ></kit-svg-icon>\n </span>\n <span class="status">{{ item.subTitle }}</span>\n <kit-svg-icon class="arrow-icon"\n [icon]="KitSvgIcon.CHEVRON_RIGHT"\n ></kit-svg-icon>\n </a>\n </nav>\n </div>\n <div class="search display-flex flex-align-items-center">\n <div class="search-link">\n <kit-svg-icon class="icon"\n [icon]="KitSvgIcon.SEARCH"\n ></kit-svg-icon>\n </div>\n </div>\n\n <div class="profile display-flex flex-align-items-center flex-justify-content-end">\n <kendo-avatar class="avatar"\n shape="circle"\n [initials]="getUsernameInitials()"\n ></kendo-avatar>\n\n <ng-container *ngIf="menuItems.length">\n <kit-svg-icon class="expand-menu-icon"\n [class.open]="menuOpen$ | async"\n [icon]="KitSvgIcon.CHEVRON_DOWN"\n ></kit-svg-icon>\n\n <kendo-menu [openOnClick]="openOnClickSettings"\n [title]="username"\n (open)="onMenuOpened()"\n (select)="onMenuSelect($event)"\n (close)="onMenuClosed()">\n <kendo-menu-item>\n <kendo-menu-item *ngFor="let item of menuItems"\n [data]="getMenuItemData(item)"\n [text]="item.text"\n [title]="item.text"\n ></kendo-menu-item>\n </kendo-menu-item>\n </kendo-menu>\n </ng-container>\n </div>\n</header>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".kit-navbar{-ms-grid-columns:260px 4fr 2fr 1fr;background-color:#002a3a;display:-ms-grid;display:grid;grid-template-columns:260px 4fr 2fr 1fr;height:80px}.kit-navbar .logo{align-items:flex-start;flex-flow:column;margin-left:20px;pointer-events:none;text-decoration:none}.kit-navbar .logo.clickable{pointer-events:auto}.kit-navbar .logo .icon{height:16px;width:20px}.kit-navbar .logo .caption{color:#fff;font-size:14px;font-weight:700;margin:0;text-transform:uppercase}.kit-navbar .nav-list{display:flex;height:100%}.kit-navbar .link{color:#9a9fa6;display:flex;flex-direction:column;font-size:14px;justify-content:center;margin:0 48px;position:relative;text-decoration:none}.kit-navbar .link .active-icon{display:block;fill:none;height:16px;margin-left:8px;stroke:#fff;visibility:hidden;width:16px}.kit-navbar .link .title{align-items:center;display:flex;font-weight:700}.kit-navbar .link .arrow-icon{fill:none;height:14px;pointer-events:none;position:absolute;right:-55px;stroke:#fff;width:14px}.kit-navbar .link.active{color:#fff}.kit-navbar .link.active .active-icon{visibility:visible}.kit-navbar .link.disabled{pointer-events:none}.kit-navbar .link.disabled .arrow-icon{stroke:#9a9fa6}.kit-navbar .link:hover{color:#fff}.kit-navbar .link:first-child{margin-left:0}.kit-navbar .link:last-child .arrow-icon{display:none}.kit-navbar .search-link{display:inline-block;fill:none;stroke:#fff}.kit-navbar .search-link .icon{display:block;height:24px;width:24px}.kit-navbar .profile{margin-right:20px}.kit-navbar .profile .avatar{background-color:#fff;color:#27282a;flex-basis:44px;height:44px;width:44px}.kit-navbar .profile .avatar .k-avatar-text{font-size:16px}.kit-navbar .profile .k-menu{border-radius:50%;cursor:pointer;margin-left:-64px;outline:0;overflow:hidden}.kit-navbar .profile .k-menu .k-link{visibility:hidden}.kit-navbar .profile .k-menu .k-first{box-shadow:none;height:44px;padding-right:20px;width:44px}.kit-navbar .profile .expand-menu-icon{height:20px;width:20px}.kit-navbar .profile .expand-menu-icon.open .icon{transform:rotate(180deg)}.kit-navbar .profile .expand-menu-icon .chevron-down-icon{fill:#002a3a;stroke:#fff}"]}]}],kt.propDecorators={caption:[{type:e.Input}],initials:[{type:e.Input}],links:[{type:e.Input}],menuItems:[{type:e.Input}],username:[{type:e.Input}],logoLink:[{type:e.Input}]};var mt=function(){};mt.decorators=[{type:e.NgModule,args:[{declarations:[kt],imports:[n.CommonModule,p.RouterModule,C,l.MenuModule,r.AvatarModule],exports:[kt]}]}];var gt=function(){this.items=[],this.KitSvgIcon=t.KitSvgIcon};gt.decorators=[{type:e.Component,args:[{selector:"kit-location-stepper",template:'<ng-template #icon let-item="item">\n <kit-svg-icon [icon]="item.icon" class="display-block location-icon"\n [title]="item.title"\n ></kit-svg-icon>\n</ng-template>\n\n<ng-template #description let-item="item">\n <div class="title">{{ item.title }}</div>\n <div *ngIf="item.description" class="caption">{{ item.description }}</div>\n</ng-template>\n\n<ng-template #dates let-dates="dates">\n <div *ngFor="let date of dates" class="date">\n <span class="date-description">{{ date.description }}</span>\n <span>{{ date.value }}</span>\n </div>\n</ng-template>\n\n<div class="kit-location-stepper">\n <div *ngFor="let item of items; let first = first; let last = last" class="step display-flex {{ item.cssClass }}"\n [class.first]="first"\n [class.last]="last"\n [class.has-sub-items]="!!item.subItems">\n <div *ngIf="item.dates?.length" class="dates">\n <ng-container *ngTemplateOutlet="dates; context: { dates: item.dates }"></ng-container>\n </div>\n\n <ng-container *ngTemplateOutlet="icon; context: { item: item }"></ng-container>\n\n <div class="description">\n <ng-container *ngTemplateOutlet="description; context: { item: item }"></ng-container>\n\n <div *ngIf="item.subItems?.length" class="sub-items">\n <div *ngFor="let subItem of item.subItems" class="sub-item display-flex">\n <div *ngIf="subItem.dates?.length" class="dates">\n <ng-container *ngTemplateOutlet="dates; context: { dates: subItem.dates }"></ng-container>\n </div>\n\n <ng-container *ngTemplateOutlet="icon; context: { item: subItem }"></ng-container>\n\n <div class="description">\n <ng-container *ngTemplateOutlet="description; context: { item: subItem }"></ng-container>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:['.kit-location-stepper .step{position:relative}.kit-location-stepper .step:not(:first-child){margin-top:28px}.kit-location-stepper .caption{color:#27282a}.kit-location-stepper .title{color:#1c0e52;text-transform:uppercase}.kit-location-stepper .caption,.kit-location-stepper .date:not(:first-child){margin-top:10px}.kit-location-stepper .caption,.kit-location-stepper .dates,.kit-location-stepper .title{font-size:13px;font-weight:500}.kit-location-stepper .description{flex:1 0;margin-left:10px}.kit-location-stepper .location-icon{background:#fff;fill:#fff;height:24px;position:relative;stroke:#cdd2d9;width:24px}.kit-location-stepper .first .location-icon{stroke:#00b0ad}.kit-location-stepper .location-icon:after{background-color:#dadde3;bottom:1px;content:"";display:block;height:43px;left:calc(50% - 1px);position:absolute;right:50%;top:24px;transform:scale(1);width:2px}.kit-location-stepper .last .location-icon{stroke:#4e4696}.kit-location-stepper .last .location-icon:after{display:none}.kit-location-stepper .has-sub-items .location-icon:after{height:125px}.kit-location-stepper .dates{color:#000;margin-right:10px;min-height:40px;min-width:140px;text-align:right}.kit-location-stepper .sub-item .dates{margin-left:-185px;margin-right:50px}.kit-location-stepper .date-description{color:#cdd2d9;margin-right:4px}.kit-location-stepper .sub-items{margin-bottom:6px;margin-top:32px}.kit-location-stepper .sub-item .location-icon:after{height:18px;left:calc(50% - .5px);top:-18px;transform:scale(1);transform-origin:0;width:1px}.kit-location-stepper .sub-item:not(:first-child){margin-top:16px}.kit-location-stepper .sub-item:not(:first-child) .location-icon:after{height:33px;top:-33px}.kit-location-stepper .sub-item .description{margin-left:8px}']}]}],gt.propDecorators={items:[{type:e.Input}]};var xt=function(){};xt.decorators=[{type:e.NgModule,args:[{imports:[n.CommonModule,C],declarations:[gt],exports:[gt]}]}];var ft=function(){function n(n){var o=this;this.elementRef=n,this.items=[],this.loaderVisible=!1,this.messageType=t.KitInputMessageType.DEFAULT,this.changed=new e.EventEmitter,this.selected=new e.EventEmitter,this.selectedValue=null,this.normalizedSelectedValue$=function(t){return t.pipe(g.map((function(t){var e;return o.selectedValue=t?o.selectedValue:null,o.selected.emit(o.selectedValue),o.onChange((null===(e=o.selectedValue)||void 0===e?void 0:e.value)||null),o.selectedValue})))},this.dropdownPopupSettings={appendTo:"component",popupClass:"kit-autocomplete-popup"},this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.onFilterChange=function(t){this.changed.emit(t)},n.prototype.onValueSelect=function(t){t&&(this.selectedValue=t,this.selected.emit(this.selectedValue),this.onChange(this.selectedValue.value))},n.prototype.onBlur=function(){this.onTouched()},n.prototype.onFocus=function(){this.elementRef.nativeElement.querySelector(".k-input").select()},n.prototype.writeValue=function(t){this.onChange(t)},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n}();ft.decorators=[{type:e.Component,args:[{selector:"kit-autocomplete",template:'<div class="kit-autocomplete"\n [class.autocomplete-empty]="!items || !items.length"\n [class.autocomplete-disabled]="disabled"\n [class.autocomplete-loading]="loaderVisible">\n <kendo-label *ngIf="label" class="label display-block"\n [text]="label"\n [for]="combobox">\n </kendo-label>\n <kendo-combobox #combobox textField="value" valueField="value"\n kendoDropDownFilter\n [data]="items"\n [placeholder]="placeholder"\n [filterable]="true"\n [disabled]="disabled"\n [clearButton]="false"\n [value]="defaultValue"\n [allowCustom]="true"\n [valueNormalizer]="normalizedSelectedValue$"\n [popupSettings]="dropdownPopupSettings"\n (focus)="onFocus()"\n (blur)="onBlur()"\n (selectionChange)="onValueSelect($event)"\n (filterChange)="onFilterChange($event)"\n >\n <ng-template kendoAutoCompleteNoDataTemplate></ng-template>\n <ng-template kendoComboBoxHeaderTemplate>\n <kit-loader *ngIf="loaderVisible" class="loader"></kit-loader>\n </ng-template>\n <ng-template kendoComboBoxItemTemplate let-item>\n <span class="template">{{ item.text }}</span>\n </ng-template>\n </kendo-combobox>\n <kit-input-message *ngIf="messageText"\n [type]="messageType"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return ft})),multi:!0}],styles:[".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-autocomplete .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-autocomplete .k-select{display:none}.kit-autocomplete .k-combobox{width:100%}.kit-autocomplete .k-dropdown-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;height:34px}.kit-autocomplete .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-autocomplete .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-autocomplete .k-input::-moz-selection{background:#006890}.kit-autocomplete .k-input::selection{background:#006890}.kit-autocomplete .kit-loader,.kit-autocomplete .kit-loader>div,.kit-autocomplete .loader{height:100%}.kit-autocomplete .kit-autocomplete-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 5px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-autocomplete .kit-autocomplete-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none;color:#006890;font-size:13px;font-weight:500;line-height:1.26;min-height:auto;padding:8px 20px}.kit-autocomplete .kit-autocomplete-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-autocomplete .kit-autocomplete-popup .k-item.k-state-selected{background-color:#fff;color:#006890}.kit-autocomplete .kit-autocomplete-popup .k-item.k-state-selected,.kit-autocomplete .kit-autocomplete-popup .k-item:active{background-color:#006890;color:#fff;font-size:14px;font-weight:400;padding:8px}.kit-autocomplete:focus-within .k-dropdown-wrap{border-color:#cce1e9}.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup{height:200px}.kit-autocomplete.autocomplete-empty .kit-autocomplete-popup,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-list-scroller,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-nodata{display:none}.kit-autocomplete.autocomplete-disabled .label{color:#74777d}"]}]}],ft.ctorParameters=function(){return[{type:e.ElementRef}]},ft.propDecorators={label:[{type:e.Input}],placeholder:[{type:e.Input}],items:[{type:e.Input}],defaultValue:[{type:e.Input}],disabled:[{type:e.Input}],loaderVisible:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],changed:[{type:e.Output}],selected:[{type:e.Output}]};var ht=function(){};ht.decorators=[{type:e.NgModule,args:[{declarations:[ft],imports:[n.CommonModule,u.DropDownsModule,s.FormsModule,s.ReactiveFormsModule,c.LabelModule,d.InputsModule,R,j],exports:[ft]}]}],t.KitAutocompleteComponent=ft,t.KitAutocompleteModule=ht,t.KitButtonComponent=v,t.KitButtonModule=T,t.KitCtaPanelComponent=at,t.KitCtaPanelModule=rt,t.KitDatetimepickerComponent=pt,t.KitDatetimepickerModule=st,t.KitDropdownComponent=U,t.KitDropdownModule=G,t.KitEntityCardComponent=Q,t.KitEntityCardModule=nt,t.KitExpandablePanelComponent=W,t.KitExpandablePanelModule=J,t.KitHeaderComponent=D,t.KitHeaderModule=E,t.KitInputMessageComponent=H,t.KitInputMessageModule=R,t.KitLoaderComponent=O,t.KitLoaderModule=j,t.KitLocationStepperComponent=gt,t.KitLocationStepperModule=xt,t.KitNavbarComponent=kt,t.KitNavbarModule=mt,t.KitNotificationComponent=dt,t.KitNotificationModule=ct,t.KitNumericTextboxComponent=F,t.KitNumericTextboxModule=A,t.KitSvgIconComponent=w,t.KitSvgIconModule=C,t.KitSvgSpriteModule=L,t.KitSwitchComponent=K,t.KitSwitchModule=z,t.KitTextLabelComponent=q,t.KitTextLabelModule=Y,t.KitTextareaAutoresizeDirective=_,t.KitTextareaComponent=$,t.KitTextareaModule=Z,t.KitTextboxComponent=B,t.KitTextboxModule=P,t.KitUnitsTextboxComponent=ot,t.KitUnitsTextboxModule=it,t.ɵa=S,Object.defineProperty(t,"__esModule",{value:!0})}));
1
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@angular/common"),require("@progress/kendo-angular-buttons"),require("rxjs"),require("initials"),require("@progress/kendo-angular-layout"),require("@angular/router"),require("@progress/kendo-angular-menu"),require("@angular/forms"),require("@progress/kendo-angular-inputs"),require("@progress/kendo-angular-label"),require("@progress/kendo-angular-dropdowns"),require("@angular/animations"),require("@progress/kendo-angular-dateinputs"),require("rxjs/operators")):"function"==typeof define&&define.amd?define("@indigina/ui-kit",["exports","@angular/core","@angular/common","@progress/kendo-angular-buttons","rxjs","initials","@progress/kendo-angular-layout","@angular/router","@progress/kendo-angular-menu","@angular/forms","@progress/kendo-angular-inputs","@progress/kendo-angular-label","@progress/kendo-angular-dropdowns","@angular/animations","@progress/kendo-angular-dateinputs","rxjs/operators"],e):e(((t="undefined"!=typeof globalThis?globalThis:t||self).indigina=t.indigina||{},t.indigina["ui-kit"]={}),t.ng.core,t.ng.common,t["@progress/kendo-angular-buttons"],t.rxjs,t.initials,t["@progress/kendo-angular-layout"],t.ng.router,t["@progress/kendo-angular-menu"],t.ng.forms,t["@progress/kendo-angular-inputs"],t["@progress/kendo-angular-label"],t["@progress/kendo-angular-dropdowns"],t.ng.animations,t["@progress/kendo-angular-dateinputs"],t.rxjs.operators)}(this,(function(t,e,n,o,i,a,r,p,l,s,d,c,u,k,m,g){"use strict";function f(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var x,h,b,y=f(a);(x=t.KitButtonType||(t.KitButtonType={})).PRIMARY="primary",x.SECONDARY="secondary",x.TERTIARY="tertiary",x.GHOST="ghost",x.GREY="grey",(h=t.KitButtonKind||(t.KitButtonKind={})).REGULAR="regular",h.MINI="mini",(b=t.KitButtonIconPosition||(t.KitButtonIconPosition={})).LEFT="icon-left",b.RIGHT="icon-right";var v=function(){this.disabled=!1,this.label="",this.type=t.KitButtonType.PRIMARY,this.kind=t.KitButtonKind.REGULAR,this.iconPosition=t.KitButtonIconPosition.RIGHT,this.clicked=new e.EventEmitter};v.decorators=[{type:e.Component,args:[{selector:"kit-button",template:'<div class="kit-button">\n <button kendoButton\n [disabled]="disabled"\n [ngClass]="[type, kind, iconPosition]"\n (click)="clicked.emit($event)">\n {{ label }}\n <kit-svg-icon *ngIf="icon"\n class="button-icon"\n [icon]="icon"\n ></kit-svg-icon>\n </button>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,styles:[".kit-button .icon-right{flex-direction:row}.kit-button .icon-right .button-icon{margin-left:8px}.kit-button .icon-left{flex-direction:row-reverse}.kit-button .icon-left .button-icon{margin-right:8px}.kit-button .k-button{border:2px solid transparent;border-radius:4px;color:#fff;font-size:16px;font-weight:500;gap:0;height:36px;padding:0 10px}.kit-button .k-button .button-icon{fill:none;height:16px;stroke:#fff;width:16px}.kit-button .k-button.mini{font-size:14px;font-weight:400;height:26px;padding:0 11px}.kit-button .k-button.mini .button-icon{height:14px;width:14px}.kit-button .k-button:disabled{opacity:.3}.kit-button .k-button.primary{background:var(--theme-color-1,#006890)}.kit-button .k-button.secondary{background:var(--theme-color-3,#4e4696)}.kit-button .k-button.tertiary{background:none;border-color:var(--theme-color-1,#006890);color:var(--theme-color-1,#006890)}.kit-button .k-button.tertiary .button-icon{stroke:var(--theme-color-1,#006890)}.kit-button .k-button.ghost{background:#fff;color:var(--theme-color-1,#006890)}.kit-button .k-button.ghost .button-icon{stroke:var(--theme-color-1,#006890)}.kit-button .k-button.grey{background-color:#cdd2d9;color:#27282a}.kit-button .k-button.grey .button-icon{stroke:#27282a}.kit-button .primary:hover{background:var(--theme-color-4,#003e56)}.kit-button .primary:focus{border-color:#fff;box-shadow:0 0 0 2px var(--theme-color-8,#cce1e9)}.kit-button .primary:active{background:var(--theme-color-7,#1f1c3c)}.kit-button .secondary:hover{background:var(--theme-color-6,#2f2a5a)}.kit-button .secondary:focus{border-color:#fff;box-shadow:0 0 0 2px var(--theme-color-8,#cce1e9)}.kit-button .secondary:active{background:var(--theme-color-7,#1f1c3c)}.kit-button .tertiary:hover{background:transparent;border-color:var(--theme-color-4,#003e56);color:var(--theme-color-4,#003e56)}.kit-button .tertiary:hover .button-icon{stroke:var(--theme-color-4,#003e56)}.kit-button .tertiary:focus{box-shadow:0 0 0 2px var(--theme-color-8,#cce1e9)}.kit-button .tertiary:active{background:var(--theme-color-7,#1f1c3c);color:#fff}.kit-button .tertiary:active .button-icon{stroke:#fff}.kit-button .ghost:hover{background:var(--theme-color-8,#cce1e9);border-color:var(--theme-color-8,#cce1e9);color:var(--theme-color-4,#003e56)}.kit-button .ghost:hover .button-icon{stroke:var(--theme-color-4,#003e56)}.kit-button .ghost:focus{border-color:var(--theme-color-1,#006890);box-shadow:0 0 0 2px var(--theme-color-8,#cce1e9);color:var(--theme-color-4,#003e56)}.kit-button .ghost:focus .button-icon{stroke:var(--theme-color-4,#003e56)}.kit-button .ghost:active{color:var(--theme-color-5,#002a3a)}.kit-button .ghost:active .button-icon{stroke:var(--theme-color-5,#002a3a)}.kit-button .icon-right.k-button.mini .button-icon{margin-left:4px}.kit-button .icon-left.k-button.mini .button-icon{margin-right:4px}"]}]}],v.propDecorators={disabled:[{type:e.Input}],label:[{type:e.Input}],type:[{type:e.Input}],icon:[{type:e.Input}],kind:[{type:e.Input}],iconPosition:[{type:e.Input}],clicked:[{type:e.Output}]};var w=function(){this.icon=null,this.iconClass=null};w.decorators=[{type:e.Component,args:[{selector:"kit-svg-icon",template:'<div class="kit-svg-icon">\n <svg attr.class="{{ iconClass }} {{ icon }}-icon icon">\n <use attr.xlink:href="#{{ icon }}"></use>\n </svg>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,styles:[".kit-svg-icon,.kit-svg-icon .icon{display:block;height:100%;width:100%}"]}]}],w.propDecorators={icon:[{type:e.Input}],iconClass:[{type:e.Input}]};var C=function(){};C.decorators=[{type:e.NgModule,args:[{declarations:[w],exports:[w]}]}];var I,T=function(){};T.decorators=[{type:e.NgModule,args:[{imports:[o.ButtonModule,n.CommonModule,C],declarations:[v],exports:[v]}]}],(I=t.KitSvgIcon||(t.KitSvgIcon={})).LOGO="logo",I.CHEVRON_DOWN="chevron-down",I.CHEVRON_UP="chevron-up",I.CHEVRON_RIGHT="chevron-right",I.PLUS="plus",I.INFO="info",I.CALENDAR="calendar",I.WARNING="warning",I.ERROR="error",I.SUCCESS="success",I.EYE="eye",I.SEARCH="search",I.EDIT="edit",I.LOCATION="location",I.CROSS="cross",I.CHECK="check",I.DISKETTE="diskette",I.CLIPBOARD="clipboard",I.LAYERS="layers";var M=function(t){var e=y.default(t||"");return Array.isArray(e)&&e.join()||e},D=function(){function e(){this.links=[],this.menuItems=[],this.username=null,this.menuOpen$=new i.BehaviorSubject(!1),this.SvgIconLogo=t.KitSvgIcon.LOGO,this.SvgIconChevronDown=t.KitSvgIcon.CHEVRON_DOWN,this.openOnClickSettings={toggle:"click"}}return e.prototype.onMenuOpened=function(){this.menuOpen$.next(!0)},e.prototype.onMenuClosed=function(){this.menuOpen$.next(!1)},e.prototype.onMenuSelect=function(t){var e=t.index,n=t.item;"0"!==e&&n.data.action()},e.prototype.getMenuItemData=function(t){return{action:t.action}},e.prototype.getUsernameInitials=function(){return M(this.username)},e}();D.decorators=[{type:e.Component,args:[{selector:"kit-header",template:'<header class="kit-header">\n <a class="logo display-flex flex-justify-content-center"\n [class.clickable]="logoLink"\n [title]="caption"\n [routerLink]="logoLink">\n <kit-svg-icon class="icon"\n [icon]="SvgIconLogo"\n ></kit-svg-icon>\n\n <h1 class="caption">{{ caption }}</h1>\n </a>\n\n <nav *ngIf="links.length" class="display-flex">\n <a *ngFor="let link of links; let index = index"\n class="link"\n routerLinkActive="active"\n [class.disabled]="link.disabled && link.disabled()"\n [routerLink]="link.link"\n [tabIndex]="index"\n [title]="link.title"\n >{{ link.title }}</a>\n </nav>\n\n <div class="profile display-flex flex-align-items-center flex-justify-content-end">\n <kendo-avatar class="avatar"\n shape="circle"\n [initials]="getUsernameInitials()"\n ></kendo-avatar>\n\n <ng-container *ngIf="menuItems.length">\n <kit-svg-icon class="expand-menu-icon"\n [class.open]="menuOpen$ | async"\n [icon]="SvgIconChevronDown"\n ></kit-svg-icon>\n\n <kendo-menu [openOnClick]="openOnClickSettings"\n [title]="username"\n (open)="onMenuOpened()"\n (select)="onMenuSelect($event)"\n (close)="onMenuClosed()">\n <kendo-menu-item>\n <kendo-menu-item *ngFor="let item of menuItems"\n [data]="getMenuItemData(item)"\n [text]="item.text"\n [title]="item.text"\n ></kendo-menu-item>\n </kendo-menu-item>\n </kendo-menu>\n </ng-container>\n </div>\n</header>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:['.kit-header{-ms-grid-columns:1fr 2fr 1fr;background-color:#fff;display:-ms-grid;display:grid;grid-template-columns:1fr 2fr 1fr}.kit-header .logo{align-items:flex-start;flex-flow:column;margin-left:20px;pointer-events:none;text-decoration:none}.kit-header .logo.clickable{pointer-events:auto}.kit-header .logo .icon{height:16px;width:20px}.kit-header .logo .caption{color:#74777d;font-size:14px;font-weight:700;margin:0;text-transform:uppercase}.kit-header .link{color:var(--theme-color-1,#006890);display:block;font-size:18px;font-weight:500;padding:28px 8px;position:relative;text-decoration:none}.kit-header .link:after{border-bottom:4px solid var(--theme-color-1,#006890);bottom:0;left:0;opacity:.3;position:absolute;right:0}.kit-header .link:hover{color:var(--theme-color-4,#003e56)}.kit-header .link:hover:after{content:""}.kit-header .link.active{color:var(--theme-color-5,#002a3a)}.kit-header .link.active:after{border-color:var(--theme-color-4,#003e56);content:"";opacity:1}.kit-header .disabled{opacity:.2;pointer-events:none}.kit-header .profile{margin-right:20px}.kit-header .profile .avatar{background-color:#cce1e9;color:#27282a;flex-basis:44px;height:44px;width:44px}.kit-header .profile .avatar .k-avatar-text{font-size:16px}.kit-header .profile .k-menu{border-radius:50%;cursor:pointer;margin-left:-64px;outline:0;overflow:hidden}.kit-header .profile .k-menu .k-link{visibility:hidden}.kit-header .profile .k-menu .k-first{box-shadow:none;height:44px;padding-right:20px;width:44px}.kit-header .profile .expand-menu-icon{height:20px;width:20px}.kit-header .profile .expand-menu-icon.open .icon{transform:rotate(180deg)}.kit-header .profile .expand-menu-icon .chevron-down-icon{fill:#fff;stroke:#006890}@media screen and (max-width:768px){.kit-header .caption{display:none}}@media screen and (min-width:768px){.kit-header .link{margin:0 10px}}@media screen and (min-width:1080px){.kit-header .link{margin:0 16px}}@media screen and (min-width:1366px){.kit-header .link{margin:0 20px}}@media screen and (min-width:2000px){.kit-header .link{margin:0 30px}}@media screen and (min-width:2366px){.kit-header .link{margin:0 60px}}']}]}],D.propDecorators={caption:[{type:e.Input}],initials:[{type:e.Input}],links:[{type:e.Input}],menuItems:[{type:e.Input}],username:[{type:e.Input}],logoLink:[{type:e.Input}]};var E=function(){};E.decorators=[{type:e.NgModule,args:[{declarations:[D],exports:[D],imports:[r.AvatarModule,n.CommonModule,p.RouterModule,C,l.MenuModule]}]}];var S=function(){};S.decorators=[{type:e.Component,args:[{selector:"kit-svg-sprite",template:'<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs>\n<clipPath id="clip0">\n<rect width="16" height="16" fill="white"/>\n</clipPath>\n\n<clipPath id="clip0">\n<path d="M0 4C0 1.79086 1.79086 0 4 0H10C12.2091 0 14 1.79086 14 4V10C14 12.2091 12.2091 14 10 14H4C1.79086 14 0 12.2091 0 10V4Z" fill="white"/>\n</clipPath>\n\n<clipPath id="clip0">\n<rect width="16" height="16" fill="white"/>\n</clipPath>\n</defs><symbol id="calendar" viewBox="0 0 16 16">\n<path d="M12.6667 2.6665H3.33333C2.59695 2.6665 2 3.26346 2 3.99984V13.3332C2 14.0696 2.59695 14.6665 3.33333 14.6665H12.6667C13.403 14.6665 14 14.0696 14 13.3332V3.99984C14 3.26346 13.403 2.6665 12.6667 2.6665Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M10.666 1.3335V4.00016" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M5.33398 1.3335V4.00016" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M2 6.6665H14" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="check" viewBox="0 0 17 16">\n <path d="M13.8327 4L6.49935 11.3333L3.16602 8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="chevron-down" viewBox="0 0 20 21">\n <path d="M5 8L10 13L15 8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="chevron-right" viewBox="0 0 20 20">\n<path d="M7.66797 14L12.6568 9.5L7.66797 5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="chevron-up" viewBox="0 0 20 21">\n <path d="M5 13L10 8L15 13" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="clipboard" viewBox="0 0 24 25">\n <path d="M16 4.00195H18C18.5304 4.00195 19.0391 4.21267 19.4142 4.58774C19.7893 4.96281 20 5.47152 20 6.00195V20.002C20 20.5324 19.7893 21.0411 19.4142 21.4162C19.0391 21.7912 18.5304 22.002 18 22.002H6C5.46957 22.002 4.96086 21.7912 4.58579 21.4162C4.21071 21.0411 4 20.5324 4 20.002V6.00195C4 5.47152 4.21071 4.96281 4.58579 4.58774C4.96086 4.21267 5.46957 4.00195 6 4.00195H8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M15 2.00195H9C8.44772 2.00195 8 2.44967 8 3.00195V5.00195C8 5.55424 8.44772 6.00195 9 6.00195H15C15.5523 6.00195 16 5.55424 16 5.00195V3.00195C16 2.44967 15.5523 2.00195 15 2.00195Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="cross" viewBox="0 0 16 16">\n <path d="M12 4L4 12" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M4 4L12 12" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="diskette" viewBox="0 0 17 16">\n <path d="M13.1667 14H3.83333C3.47971 14 3.14057 13.8595 2.89052 13.6095C2.64048 13.3594 2.5 13.0203 2.5 12.6667V3.33333C2.5 2.97971 2.64048 2.64057 2.89052 2.39052C3.14057 2.14048 3.47971 2 3.83333 2H11.1667L14.5 5.33333V12.6667C14.5 13.0203 14.3595 13.3594 14.1095 13.6095C13.8594 13.8595 13.5203 14 13.1667 14Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M11.8327 14.0003V8.66699H5.16602V14.0003" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M5.16602 2V5.33333H10.4993" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="edit" viewBox="0 0 17 16">\n <path d="M7.83398 2.66602H3.16732C2.8137 2.66602 2.47456 2.80649 2.22451 3.05654C1.97446 3.30659 1.83398 3.64573 1.83398 3.99935V13.3327C1.83398 13.6863 1.97446 14.0254 2.22451 14.2755C2.47456 14.5255 2.8137 14.666 3.16732 14.666H12.5007C12.8543 14.666 13.1934 14.5255 13.4435 14.2755C13.6935 14.0254 13.834 13.6863 13.834 13.3327V8.66602" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M12.834 1.66617C13.0992 1.40095 13.4589 1.25195 13.834 1.25195C14.2091 1.25195 14.5688 1.40095 14.834 1.66617C15.0992 1.93138 15.2482 2.29109 15.2482 2.66617C15.2482 3.04124 15.0992 3.40095 14.834 3.66617L8.50065 9.9995L5.83398 10.6662L6.50065 7.9995L12.834 1.66617Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="error" viewBox="0 0 16 16">\n<g clip-path="url(#clip0)">\n<path d="M5.24065 1.3335H10.7607L14.6673 5.24016V10.7602L10.7607 14.6668H5.24065L1.33398 10.7602V5.24016L5.24065 1.3335Z" stroke="#DA1E28" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M8 5.3335V8.00016" stroke="#DA1E28" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M8 10.6665H8.00667" stroke="#DA1E28" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</g>\n\n</symbol><symbol id="eye" viewBox="0 0 14 14">\n<g clip-path="url(#clip0)">\n<path d="M0.583374 7.00065C0.583374 7.00065 2.91671 2.33398 7.00004 2.33398C11.0834 2.33398 13.4167 7.00065 13.4167 7.00065C13.4167 7.00065 11.0834 11.6673 7.00004 11.6673C2.91671 11.6673 0.583374 7.00065 0.583374 7.00065Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M7 8.75C7.9665 8.75 8.75 7.9665 8.75 7C8.75 6.0335 7.9665 5.25 7 5.25C6.0335 5.25 5.25 6.0335 5.25 7C5.25 7.9665 6.0335 8.75 7 8.75Z" stroke-width="1.33" stroke-linecap="round" stroke-linejoin="round"/>\n</g>\n\n</symbol><symbol id="info" viewBox="0 0 16 16">\n<g clip-path="url(#clip0)">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M7.99964 1.99846C4.68501 1.99846 1.99797 4.68549 1.99797 8.00012C1.99797 11.3148 4.68501 14.0018 7.99964 14.0018C11.3143 14.0018 14.0013 11.3148 14.0013 8.00012C14.0013 4.68549 11.3143 1.99846 7.99964 1.99846ZM0.667969 8.00012C0.667969 3.95096 3.95047 0.668457 7.99964 0.668457C12.0488 0.668457 15.3313 3.95096 15.3313 8.00012C15.3313 12.0493 12.0488 15.3318 7.99964 15.3318C3.95047 15.3318 0.667969 12.0493 0.667969 8.00012ZM7.99964 4.66846C8.3669 4.66846 8.66464 4.96619 8.66464 5.33346V8.00012C8.66464 8.36739 8.3669 8.66512 7.99964 8.66512C7.63237 8.66512 7.33464 8.36739 7.33464 8.00012V5.33346C7.33464 4.96619 7.63237 4.66846 7.99964 4.66846ZM7.99964 10.0018C7.63237 10.0018 7.33464 10.2995 7.33464 10.6668C7.33464 11.0341 7.63237 11.3318 7.99964 11.3318H8.0063C8.37357 11.3318 8.6713 11.0341 8.6713 10.6668C8.6713 10.2995 8.37357 10.0018 8.0063 10.0018H7.99964Z" fill="#B2880A"/>\n</g>\n\n</symbol><symbol id="layers" viewBox="0 0 24 25">\n <path fill-rule="evenodd" clip-rule="evenodd" d="M11.553 1.10753C11.8345 0.966762 12.1659 0.966762 12.4474 1.10753L22.4474 6.10753C22.7862 6.27692 23.0002 6.62318 23.0002 7.00195C23.0002 7.38073 22.7862 7.72699 22.4474 7.89638L12.4474 12.8964C12.1659 13.0371 11.8345 13.0371 11.553 12.8964L1.55301 7.89638C1.21422 7.72699 1.00022 7.38073 1.00022 7.00195C1.00022 6.62318 1.21422 6.27692 1.55301 6.10753L11.553 1.10753ZM4.23629 7.00195L12.0002 10.8839L19.7642 7.00195L12.0002 3.11999L4.23629 7.00195ZM1.10579 16.5547C1.35278 16.0608 1.95345 15.8605 2.44743 16.1075L12.0002 20.8839L21.553 16.1075C22.047 15.8605 22.6477 16.0608 22.8946 16.5547C23.1416 17.0487 22.9414 17.6494 22.4474 17.8964L12.4474 22.8964C12.1659 23.0371 11.8345 23.0371 11.553 22.8964L1.55301 17.8964C1.05903 17.6494 0.858803 17.0487 1.10579 16.5547ZM2.44743 11.1075C1.95345 10.8605 1.35278 11.0608 1.10579 11.5547C0.858803 12.0487 1.05903 12.6494 1.55301 12.8964L11.553 17.8964C11.8345 18.0371 12.1659 18.0371 12.4474 17.8964L22.4474 12.8964C22.9414 12.6494 23.1416 12.0487 22.8946 11.5547C22.6477 11.0608 22.047 10.8605 21.553 11.1075L12.0002 15.8839L2.44743 11.1075Z"/>\n</symbol><symbol id="location" viewBox="0 0 26 26">\n <path d="M22 10C22 17 13 23 13 23C13 23 4 17 4 10C4 7.61305 4.94821 5.32387 6.63604 3.63604C8.32387 1.94821 10.6131 1 13 1C15.3869 1 17.6761 1.94821 19.364 3.63604C21.0518 5.32387 22 7.61305 22 10Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n <path d="M13 13C14.6569 13 16 11.6569 16 10C16 8.34315 14.6569 7 13 7C11.3431 7 10 8.34315 10 10C10 11.6569 11.3431 13 13 13Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="logo" viewBox="0 0 20 16">\n <circle cx="3.20006" cy="3.20006" r="3.20006" fill="#888C88"/>\n <circle cx="1.60003" cy="14.3998" r="1.60003" fill="#EF3E42"/>\n <circle cx="14.4017" cy="8.00028" r="4.80009" fill="#8D1B3D"/>\n</symbol><symbol id="plus" viewBox="0 0 16 16">\n<path d="M8 3.3335V12.6668" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M3.33301 8H12.6663" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="search" viewBox="0 0 25 24">\n<path d="M11.5 19C15.9183 19 19.5 15.4183 19.5 11C19.5 6.58172 15.9183 3 11.5 3C7.08172 3 3.5 6.58172 3.5 11C3.5 15.4183 7.08172 19 11.5 19Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M21.5 21.0004L17.15 16.6504" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol><symbol id="success" viewBox="0 0 24 24">\n<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0166 3.21542C11.9096 2.78771 13.8902 2.9834 15.663 3.77329C16.1675 3.99807 16.7587 3.77134 16.9834 3.26687C17.2082 2.76239 16.9815 2.17122 16.477 1.94644C14.3103 0.981007 11.8896 0.741837 9.57581 1.2646C7.26206 1.78736 5.17929 3.04404 3.63811 4.84722C2.09693 6.6504 1.17992 8.90346 1.02384 11.2704C0.86777 13.6373 1.48099 15.9913 2.77206 17.9812C4.06312 19.9711 5.96285 21.4904 8.18792 22.3125C10.413 23.1345 12.8442 23.2153 15.1189 22.5427C17.3936 21.8702 19.39 20.4803 20.8103 18.5804C22.2306 16.6806 22.9986 14.3725 23 12.0004V11.9999V11.0799C23 10.5276 22.5523 10.0799 22 10.0799C21.4477 10.0799 21 10.5276 21 11.0799V11.9993C20.9989 13.9401 20.3705 15.8285 19.2084 17.3829C18.0464 18.9374 16.413 20.0745 14.5518 20.6248C12.6907 21.1751 10.7015 21.109 8.88103 20.4364C7.06051 19.7638 5.50619 18.5208 4.44987 16.8927C3.39354 15.2645 2.89181 13.3386 3.01951 11.402C3.14721 9.4654 3.89749 7.62199 5.15845 6.14666C6.41942 4.67133 8.12351 3.64314 10.0166 3.21542ZM22.7075 4.70651C23.0978 4.31579 23.0975 3.68263 22.7068 3.2923C22.316 2.90197 21.6829 2.90228 21.2925 3.293L11.9996 12.5952L9.70711 10.3027C9.31658 9.91213 8.68342 9.91213 8.29289 10.3027C7.90237 10.6932 7.90237 11.3263 8.29289 11.7169L11.2929 14.7169C11.4805 14.9045 11.7349 15.0098 12.0003 15.0098C12.2656 15.0097 12.52 14.9042 12.7075 14.7165L22.7075 4.70651Z" fill="#0F8732"/>\n</symbol><symbol id="warning" viewBox="0 0 24 24">\n<path d="M10.2908 3.8602L1.82075 18.0002C1.64612 18.3026 1.55372 18.6455 1.55274 18.9947C1.55176 19.3439 1.64224 19.6873 1.81518 19.9907C1.98812 20.2941 2.23748 20.547 2.53846 20.7241C2.83944 20.9012 3.18155 20.9964 3.53075 21.0002H20.4708C20.82 20.9964 21.1621 20.9012 21.463 20.7241C21.764 20.547 22.0134 20.2941 22.1863 19.9907C22.3593 19.6873 22.4497 19.3439 22.4488 18.9947C22.4478 18.6455 22.3554 18.3026 22.1808 18.0002L13.7108 3.8602C13.5325 3.56631 13.2815 3.32332 12.9819 3.15469C12.6824 2.98605 12.3445 2.89746 12.0008 2.89746C11.657 2.89746 11.3191 2.98605 11.0196 3.15469C10.72 3.32332 10.469 3.56631 10.2908 3.8602V3.8602Z" stroke="#EB5C0F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M12 9V13" stroke="#EB5C0F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n<path d="M12 17H12.01" stroke="#EB5C0F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\n</symbol></svg>',changeDetection:e.ChangeDetectionStrategy.OnPush,host:{hidden:"true"}}]}];var L=function(){};L.decorators=[{type:e.NgModule,args:[{declarations:[S],exports:[S]}]}];var O=function(){this.SvgIconLogo=t.KitSvgIcon.LOGO};O.decorators=[{type:e.Component,args:[{selector:"kit-loader",template:'<div class="kit-loader">\n <div class="display-flex flex-justify-content-center flex-align-items-center">\n <div class="pulsing">\n <div class="circle"></div>\n <div class="circle slow-circle"></div>\n </div>\n\n <div class="icon-wrapper">\n <kit-svg-icon class="icon"\n [icon]="SvgIconLogo"\n ></kit-svg-icon>\n </div>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,styles:["@-webkit-keyframes pulsing{0%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}@keyframes pulsing{0%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}.kit-loader .icon{display:block;height:20px;width:20px}.kit-loader .icon-wrapper{background-color:#fff;border-radius:50%;padding:10px;z-index:2}.kit-loader .pulsing{display:inline-block;height:80px;position:absolute;width:80px;z-index:1}.kit-loader .circle{-webkit-animation:pulsing 1.5s cubic-bezier(0,.2,.8,1) infinite;animation:pulsing 1.5s cubic-bezier(0,.2,.8,1) infinite;background-color:#fff;border-radius:50%;box-shadow:0 0 40px #000;opacity:1;padding:4px;position:absolute}.kit-loader .slow-circle{-webkit-animation-delay:-.5s;animation-delay:-.5s}"]}]}];var V,j=function(){};j.decorators=[{type:e.NgModule,args:[{declarations:[O],exports:[O],imports:[C]}]}],(V=t.KitSwitchMode||(t.KitSwitchMode={})).SINGLE="single",V.MULTI="multiple";var K=function(){function n(){this.items=[],this.mode=t.KitSwitchMode.SINGLE,this.selected=new e.EventEmitter}return n.prototype.onItemSelect=function(t,e){this.isSingleMode()&&!t||this.selected.emit({item:e,selected:t,mode:this.mode})},n.prototype.isItemSelected=function(t){return!!this.selection&&this.selection.includes(t.value)},n.prototype.isSingleMode=function(){return this.mode===t.KitSwitchMode.SINGLE},n}();K.decorators=[{type:e.Component,args:[{selector:"kit-switch",template:'<div class="kit-switch">\n <ng-container *ngIf="items.length">\n <label *ngIf="label" class="label display-block"\n [title]="label"\n >{{ label }}</label>\n\n <kendo-buttongroup look="outline" class="button-group"\n [selection]="mode"\n [class.disabled]="disabled">\n <button *ngFor="let item of items" class="button" kendoButton\n [selected]="isItemSelected(item)"\n [togglable]="true"\n [disabled]="item.disabled && item.disabled(item)"\n (selectedChange)="onItemSelect($event, item)">\n <ng-container *ngIf="item.title; else icon">\n {{ item.title }}\n </ng-container>\n\n <ng-template #icon>\n <kit-svg-icon class="icon-wrapper"\n [icon]="item.icon"\n ></kit-svg-icon>\n </ng-template>\n </button>\n </kendo-buttongroup>\n </ng-container>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".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-switch .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-switch .button-group{background:#fff;border:1px solid #c1c7d0;border-radius:4px;overflow:hidden}.kit-switch .button-group.disabled{color:#fff;pointer-events:none}.kit-switch .button-group.disabled .button{color:#c1c7d0}.kit-switch .button-group.disabled .icon{stroke:#c1c7d0}.kit-switch .button-group.disabled .button.k-state-selected{background-color:#abcad6;color:#fff}.kit-switch .button.k-button{border:0;border-radius:4px;box-shadow:none;color:var(--theme-color-1,#006890);opacity:1;padding:8px}.kit-switch .button.k-button .icon{fill:none;stroke:var(--theme-color-1,#006890)}.kit-switch .button.k-button.k-state-hover,.kit-switch .button.k-button.k-state-selected,.kit-switch .button.k-button:hover{background-color:var(--theme-color-5,#002a3a);color:#fff}.kit-switch .button.k-button.k-state-hover .icon,.kit-switch .button.k-button.k-state-selected .icon,.kit-switch .button.k-button:hover .icon{stroke:#fff}.kit-switch .button.k-button.k-state-disabled{color:#c1c7d0}.kit-switch .button.k-button.k-state-selected.k-state-disabled{background-color:#abcad6;color:#fff}.kit-switch .icon-wrapper{height:16px;width:16px}"]}]}],K.propDecorators={items:[{type:e.Input}],mode:[{type:e.Input}],label:[{type:e.Input}],disabled:[{type:e.Input}],selection:[{type:e.Input}],selected:[{type:e.Output}]};var N,B=function(){};B.decorators=[{type:e.NgModule,args:[{declarations:[K],exports:[K],imports:[o.ButtonGroupModule,o.ButtonModule,n.CommonModule,C]}]}],(N=t.KitInputMessageType||(t.KitInputMessageType={})).DEFAULT="default",N.HINT="hint",N.DANGER="danger",N.SUCCESS="success";var z=function(){this.type=t.KitInputMessageType.DEFAULT,this.message=""};z.decorators=[{type:e.Component,args:[{selector:"kit-input-message",template:'<div class="kit-input-message kit-input-message-{{type}} display-flex flex-align-items-center">\n <kit-svg-icon *ngIf="icon"\n class="message-icon"\n [icon]="icon"\n ></kit-svg-icon>\n <div class="message-text">{{ message }}</div>\n</div>\n',encapsulation:e.ViewEncapsulation.None,styles:[".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-input-message{margin-top:4px}.kit-input-message .message-icon{height:16px;margin-right:4px;width:16px}.kit-input-message .icon{fill:none}.kit-input-message .message-text{color:#27282a;font-size:13px;font-weight:400}.kit-input-message.kit-input-message-hint .message-text{color:#4d5053}.kit-input-message.kit-input-message-success .message-text{color:#0f8732}"]}]}],z.propDecorators={type:[{type:e.Input}],icon:[{type:e.Input}],message:[{type:e.Input}]};var R=function(){function n(){this.defaultValue="",this.messageType=t.KitInputMessageType.DEFAULT,this.disabled=!1,this.blured=new e.EventEmitter,this.changed=new e.EventEmitter,this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.writeValue=function(t){this.onChange(t),this.defaultValue=t},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n.prototype.onInputBlur=function(){this.onTouched(),this.blured.emit()},n.prototype.onInputChange=function(t){this.onChange(t),this.changed.emit(t)},n}();R.decorators=[{type:e.Component,args:[{selector:"kit-textbox",template:'<div class="kit-textbox textbox-{{ messageType }}"\n [class.textbox-disabled]="disabled">\n <kendo-label *ngIf="label" class="label" [text]="label" [for]="textbox"></kendo-label>\n <kendo-textbox #textbox\n [placeholder]="placeholder"\n [disabled]="disabled"\n [value]="defaultValue"\n (blur)="onInputBlur()"\n (valueChange)="onInputChange($event)"\n ></kendo-textbox>\n <kit-input-message *ngIf="messageText"\n [type]="messageType"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return R})),multi:!0}],styles:[".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-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-textbox .k-input::-moz-placeholder{color:#74777d}.kit-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-textbox .k-input::placeholder{color:#74777d}.kit-textbox .k-input:focus{border-color:#006890}.kit-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-textbox .k-input-prefix,.kit-textbox .k-input-suffix{height:0}.kit-textbox.textbox-disabled .label{color:#74777d}.kit-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#ef3e42}"]}]}],R.propDecorators={placeholder:[{type:e.Input}],label:[{type:e.Input}],defaultValue:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],disabled:[{type:e.Input}],blured:[{type:e.Output}],changed:[{type:e.Output}]};var P=function(){};P.decorators=[{type:e.NgModule,args:[{declarations:[z],imports:[n.CommonModule,C],exports:[z]}]}];var F=function(){};F.decorators=[{type:e.NgModule,args:[{declarations:[R],imports:[n.CommonModule,d.TextBoxModule,c.LabelModule,P],exports:[R]}]}];var H=function(){function n(){this.messageType=t.KitInputMessageType.DEFAULT,this.disabled=!1,this.blured=new e.EventEmitter,this.changed=new e.EventEmitter,this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.writeValue=function(t){this.onChange(t),this.defaultValue=t},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n.prototype.onInputBlur=function(){this.onTouched(),this.blured.emit()},n.prototype.onInputChange=function(t){this.onChange(t),this.changed.emit(t)},n}();H.decorators=[{type:e.Component,args:[{selector:"kit-numeric-textbox",template:'<div class="kit-numeric-textbox textbox-{{ messageType }}"\n [class.textbox-disabled]="disabled">\n <kendo-label *ngIf="label" class="label" [text]="label" [for]="textbox"></kendo-label>\n <kendo-numerictextbox #textbox\n [placeholder]="placeholder"\n [disabled]="disabled"\n [value]="defaultValue"\n [decimals]="decimals"\n [min]="min"\n [max]="max"\n [maxlength]="maxlength"\n [format]="format"\n [autoCorrect]="true"\n [spinners]="false"\n [selectOnFocus]="false"\n (blur)="onInputBlur()"\n (valueChange)="onInputChange($event)"\n ></kendo-numerictextbox>\n <kit-input-message *ngIf="messageText"\n [type]="messageType"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return H})),multi:!0}],styles:[".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-numeric-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-numeric-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-numeric-textbox .k-input::-moz-placeholder{color:#74777d}.kit-numeric-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-numeric-textbox .k-input::placeholder{color:#74777d}.kit-numeric-textbox .k-input:focus{border-color:#006890}.kit-numeric-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input-prefix,.kit-numeric-textbox .k-input-suffix{height:0}.kit-numeric-textbox.textbox-disabled .label{color:#74777d}.kit-numeric-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#ef3e42}"]}]}],H.propDecorators={placeholder:[{type:e.Input}],label:[{type:e.Input}],defaultValue:[{type:e.Input}],decimals:[{type:e.Input}],min:[{type:e.Input}],max:[{type:e.Input}],maxlength:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],disabled:[{type:e.Input}],format:[{type:e.Input}],blured:[{type:e.Output}],changed:[{type:e.Output}]};var A=function(){};A.decorators=[{type:e.NgModule,args:[{declarations:[H],imports:[n.CommonModule,d.NumericTextBoxModule,c.LabelModule,P],exports:[H]}]}];var U=function(){function n(){this.items=[],this.messageType=t.KitInputMessageType.DEFAULT,this.selected=new e.EventEmitter,this.dropdownPopupSettings={popupClass:"kit-dropdown-popup"},this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.onItemDisabled=function(){return function(t){return!!t.dataItem.disabled&&t.dataItem.disabled(t.dataItem)}},n.prototype.onItemSelect=function(t){this.onChange(t.value),this.selected.emit(t)},n.prototype.writeValue=function(t){this.selectedItem=t,this.onChange(t)},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n}();U.decorators=[{type:e.Component,args:[{selector:"kit-dropdown",template:'<div class="kit-dropdown" [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',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return U})),multi:!0}],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{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-dropdown .k-icon:before{color:#000;content:""}.kit-dropdown .k-dropdown{height:34px;width:100%}.kit-dropdown .k-dropdown-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.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 #006890}.kit-dropdown:focus-within .k-dropdown-wrap .k-icon:before{color:#006890}.kit-dropdown.disabled .label{color:#74777d}.kit-dropdown-popup.k-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-dropdown-popup.k-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;line-height:1}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover,.kit-dropdown-popup.k-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#006890;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}']}]}],U.propDecorators={items:[{type:e.Input}],selectedItem:[{type:e.Input}],label:[{type:e.Input}],disabled:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],selected:[{type:e.Output}]};var G=function(){};G.decorators=[{type:e.NgModule,args:[{declarations:[U],exports:[U],imports:[u.DropDownListModule,c.LabelModule,n.CommonModule,P,s.ReactiveFormsModule]}]}];var $=function(){function t(){this.defaultValue="",this.disabled=!1,this.focused=new e.EventEmitter,this.blured=new e.EventEmitter,this.changed=new e.EventEmitter,this.onChange=function(t){},this.onTouched=function(){}}return t.prototype.ngOnChanges=function(){this.calculateLineHeight()},t.prototype.calculateLineHeight=function(){this.minHeight=this.minLines&&14*this.minLines*1.2+16,this.maxHeight=this.maxLines&&14*this.maxLines*1.2+16},t.prototype.writeValue=function(t){this.onChange(t),this.defaultValue=t},t.prototype.registerOnChange=function(t){this.onChange=t},t.prototype.registerOnTouched=function(t){this.onTouched=t},t.prototype.setDisabledState=function(t){this.disabled=t},t.prototype.onTextareaFocus=function(){this.focused.emit()},t.prototype.onTextareaBlur=function(){this.onTouched(),this.blured.emit()},t.prototype.onTextareaChange=function(t){var e=t.target;this.onChange(e.value),this.changed.emit(e.value)},t}();$.decorators=[{type:e.Component,args:[{selector:"kit-textarea",template:'<div class="kit-textarea" [class.textarea-disabled]="disabled">\n <kendo-label *ngIf="label" [text]="label" [for]="textarea"></kendo-label>\n <textarea autoresize #textarea class="k-input"\n [attr.placeholder]="placeholder"\n [style.min-height.px]="minHeight"\n [style.max-height.px]="maxHeight"\n [attr.maxlength]="maxlength"\n [disabled]="disabled"\n [value]="defaultValue"\n (focus)="onTextareaFocus()"\n (blur)="onTextareaBlur()"\n (input)="onTextareaChange($event)"\n ></textarea>\n <kit-input-message *ngIf="messageText"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return $})),multi:!0}],styles:[".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-textarea .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textarea .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;color:#27282a;font-size:14px;line-height:1.2;min-height:34px;overflow:auto;padding:8px;resize:none;width:100%}.kit-textarea .k-input::-moz-placeholder{color:#74777d}.kit-textarea .k-input:-ms-input-placeholder{color:#74777d}.kit-textarea .k-input::placeholder{color:#74777d}.kit-textarea .k-input:focus{border-color:#006890}.kit-textarea .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textarea .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled::placeholder{color:#9a9fa6}.kit-textarea.textarea-disabled .k-label{color:#74777d}"]}]}],$.propDecorators={placeholder:[{type:e.Input}],label:[{type:e.Input}],defaultValue:[{type:e.Input}],maxlength:[{type:e.Input}],minLines:[{type:e.Input}],maxLines:[{type:e.Input}],disabled:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],focused:[{type:e.Output}],blured:[{type:e.Output}],changed:[{type:e.Output}]};var _=function(){function t(t){this.elementRef=t}return t.prototype.onInput=function(){this.resize()},t.prototype.ngOnInit=function(){this.elementRef.nativeElement.scrollHeight&&this.resize()},t.prototype.resize=function(){this.elementRef.nativeElement.style.height="0";var t=this.elementRef.nativeElement.scrollHeight;this.elementRef.nativeElement.style.height=t+"px"},t}();_.decorators=[{type:e.Directive,args:[{selector:"[autoresize]"}]}],_.ctorParameters=function(){return[{type:e.ElementRef}]},_.propDecorators={onInput:[{type:e.HostListener,args:[":input"]}]};var Z=function(){};Z.decorators=[{type:e.NgModule,args:[{declarations:[$,_],imports:[n.CommonModule,c.LabelModule,P],exports:[$,_]}]}];var q=function(){this.label="",this.value="",this.htmlMode=!1,this.messageType=t.KitInputMessageType.HINT};q.decorators=[{type:e.Component,args:[{selector:"kit-text-label",template:'<div class="kit-text-label" tabindex="0" [class.text-label-empty]="!value">\n <kendo-label *ngIf="value" [text]="label"></kendo-label>\n <kendo-label *ngIf="!value" [text]="noValueMessage || label"></kendo-label>\n <div *ngIf="!htmlMode; else htmlModeTemplate" class="value">{{ value }}</div>\n <ng-template #htmlModeTemplate>\n <div class="value" [innerHTML]="value"></div>\n </ng-template>\n <kit-input-message *ngIf="messageText && value"\n [type]="messageType"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".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-text-label{background:#fff;border:1px solid transparent;border-radius:4px;display:inline-block;outline:none;padding:6px 4px 4px}.kit-text-label:focus{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-text-label .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-text-label .value{border-radius:4px;color:#27282a;font-size:14px;font-weight:400}.kit-text-label.text-label-empty .value{background:#f3f4f6;height:22px;min-width:112px}"]}]}],q.propDecorators={label:[{type:e.Input}],value:[{type:e.Input}],htmlMode:[{type:e.Input}],noValueMessage:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}]};var Y=function(){};Y.decorators=[{type:e.NgModule,args:[{declarations:[q],imports:[n.CommonModule,c.LabelModule,P],exports:[q]}]}];var W=function(){function n(){this.caption="",this.expandIcon=t.KitSvgIcon.CHEVRON_UP,this.collapseIcon=t.KitSvgIcon.CHEVRON_DOWN,this.expandable=!0,this.expanded=!0,this.toggled=new e.EventEmitter}return n.prototype.onPanelToggle=function(){this.expanded=!this.expanded,this.toggled.emit(this.expanded)},n}();W.decorators=[{type:e.Component,args:[{selector:"kit-expandable-panel",template:'<div class="kit-panel"\n [class.kit-panel-expanded]="expanded"\n [class.expandable]="expandable">\n <div class="kit-panel-header">\n <div class="panel-title">{{ caption }}</div>\n\n <div *ngIf="additionalHeaderTemplateRef" class="header display-flex flex-align-items-center">\n <ng-template [ngTemplateOutlet]="additionalHeaderTemplateRef"\n ></ng-template>\n </div>\n\n <button *ngIf="expandable"\n class="toggle-button"\n (click)="onPanelToggle()"\n >\n <kit-svg-icon class="toggle-icon"\n [icon]="expanded && collapseIcon || expandIcon"\n ></kit-svg-icon>\n </button>\n </div>\n <div class="kit-panel-content" [@expandInOut]="expanded">\n <div class="inner-content">\n <ng-content></ng-content>\n </div>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,animations:[k.trigger("expandInOut",[k.state("true",k.style({height:"*"})),k.state("false",k.style({height:0})),k.transition("true <=> false",k.animate("200ms"))])],styles:[".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-panel .kit-panel-header{background:#fff;border:1px solid #cce1e9;border-radius:4px;display:flex;justify-content:space-between}.kit-panel .panel-title{flex:1 0;font-size:16px;font-weight:700;padding:12px}.kit-panel .header{margin-right:12px}.kit-panel.expandable .header{margin-right:28px}.kit-panel .kit-panel-content{background:#fff;border-left:1px solid #cce1e9;border-radius:0 0 4px 4px;border-right:1px solid #cce1e9;overflow:hidden}.kit-panel .inner-content{padding:12px}.kit-panel .toggle-button{background:none;border:none;border-left:1px solid #cce1e9;cursor:pointer;width:44px}.kit-panel .toggle-icon{display:block;fill:#fff;height:20px;margin:0 auto;stroke:#000;width:20px}.kit-panel.kit-panel-expanded .kit-panel-header{border-radius:4px 4px 0 0}.kit-panel.kit-panel-expanded .kit-panel-content{border-bottom:1px solid #cce1e9;overflow:visible}.kit-panel.kit-panel-expanded .kit-panel-content.ng-animating{overflow:hidden}"]}]}],W.propDecorators={caption:[{type:e.Input}],expandIcon:[{type:e.Input}],collapseIcon:[{type:e.Input}],expandable:[{type:e.Input}],expanded:[{type:e.Input}],additionalHeaderTemplateRef:[{type:e.Input}],toggled:[{type:e.Output}]};var X,J=function(){};J.decorators=[{type:e.NgModule,args:[{declarations:[W],imports:[n.CommonModule,C],exports:[W]}]}],(X=t.KitCardSize||(t.KitCardSize={})).XLARGE="x-large",X.LARGE="large";var Q=function(){this.icon=t.KitSvgIcon.CHEVRON_RIGHT,this.size=t.KitCardSize.XLARGE};Q.decorators=[{type:e.Component,args:[{selector:"kit-entity-card",template:'<div class="kit-entity-card {{ size }}">\n <div class="card-wrap">\n <div class="card-left">\n <div class="left-col-1">\n <ng-content select="[leftLabel]"></ng-content>\n <ng-content select="[leftValue]"></ng-content>\n </div>\n <div class="left-col-2">\n <div class="left-name">Booking</div>\n <ng-content select="[leftType]"></ng-content>\n </div>\n </div>\n <div class="card-mid">\n <div class="mid-col mid-col-1">\n <div class="mid-col-wrap">\n <ng-content select="[midLeftLabel]"></ng-content>\n <ng-content select="[midLeftValue]"></ng-content>\n <ng-content select="[midLeftInfo]"></ng-content>\n </div>\n </div>\n <div class="mid-icon">\n <kit-svg-icon class="card-icon" [icon]="icon"></kit-svg-icon>\n </div>\n <div class="mid-col mid-col-2">\n <div class="mid-col-wrap">\n <ng-content select="[midRightLabel]"></ng-content>\n <ng-content select="[midRightValue]"></ng-content>\n <ng-content select="[midRightInfo]"></ng-content>\n </div>\n </div>\n </div>\n <div class="card-right">\n <div class="right-row">\n <ng-content select="[rightTopLabel]"></ng-content>\n <ng-content select="[rightTopValue]"></ng-content>\n </div>\n <div class="right-row">\n <ng-content select="[rightBottomLabel]"></ng-content>\n <ng-content select="[rightBottomValue]"></ng-content>\n </div>\n </div>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".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-entity-card .card-wrap{-ms-grid-columns:172px minmax(0,1fr) 128px;background:#fff;border-radius:4px;box-sizing:border-box;display:-ms-grid;display:grid;grid-column-gap:10px;grid-template-columns:172px minmax(0,1fr) 128px;max-width:720px}.kit-entity-card .card-left{-ms-grid-columns:6fr 4fr;display:-ms-grid;display:grid;grid-column-gap:10px;grid-template-columns:6fr 4fr;padding:4px 8px}.kit-entity-card .left-label{color:#74777d;font-size:13px;margin-bottom:2px;white-space:nowrap}.kit-entity-card .left-value{color:#000;font-size:13px;font-weight:500}.kit-entity-card .left-name{color:#27282a;font-size:12px;margin:1px 0 2px}.kit-entity-card .left-type{color:#74777d;font-size:12px;font-weight:500}.kit-entity-card .card-mid{-ms-grid-columns:minmax(0,1fr) 20px minmax(0,1fr);display:-ms-grid;display:grid;grid-column-gap:10px;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);padding:4px 0}.kit-entity-card .mid-icon{align-items:center;display:flex}.kit-entity-card .card-icon{display:block;fill:#fff;height:20px;stroke:#006890;width:20px}.kit-entity-card .mid-col{display:flex}.kit-entity-card .mid-col-1{justify-content:flex-end}.kit-entity-card .mid-col-wrap{-ms-grid-columns:minmax(74px,4.5fr) 5.5fr;display:-ms-grid;display:grid;grid-column-gap:4px;grid-template-columns:minmax(74px,4.5fr) 5.5fr;width:180px}.kit-entity-card .mid-label{-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;color:#74777d;font-size:13px;grid-area:1/1/2/2}.kit-entity-card .mid-value{-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;color:#000;font-size:13px;font-weight:500;grid-area:1/2/2/3}.kit-entity-card .mid-info,.kit-entity-card .mid-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kit-entity-card .mid-info{-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;color:#27282a;font-size:12px;grid-area:2/2/3/3}.kit-entity-card .card-right{background:#f3f4f6;border-radius:0 4px 4px 0;flex-direction:column;padding:4px 8px}.kit-entity-card .card-right,.kit-entity-card .right-row{display:flex;justify-content:space-between}.kit-entity-card .right-label,.kit-entity-card .right-value{font-size:12px;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kit-entity-card .right-label{color:#000;margin-right:2px}.kit-entity-card .right-value{color:#4d5053;margin-left:auto}.kit-entity-card.large .card-wrap{-ms-grid-columns:112px minmax(0,1fr) 128px;grid-template-columns:112px minmax(0,1fr) 128px}.kit-entity-card.large .card-left{display:block;padding-right:0}.kit-entity-card.large .left-col-2{display:flex}.kit-entity-card.large .left-label{margin-bottom:0}.kit-entity-card.large .left-name{margin:0 4px 0 0}.kit-entity-card.large .card-mid{grid-column-gap:4px}.kit-entity-card.large .mid-col-wrap{display:block;min-width:0;width:102px}"]}]}],Q.propDecorators={size:[{type:e.Input}]};var tt,et,nt=function(){};nt.decorators=[{type:e.NgModule,args:[{declarations:[Q],imports:[n.CommonModule,C],exports:[Q]}]}],(tt=t.KitUnitsTextboxDropdownPosition||(t.KitUnitsTextboxDropdownPosition={})).LEFT="left",tt.RIGHT="right",(et=t.KitUnitsTextboxType||(t.KitUnitsTextboxType={})).TEXT="text",et.NUMBER="number";var ot=function(){function n(){this.dropdownItems=[],this.textBoxValue="",this.textBoxFormControl=new s.FormControl,this.dropdownFormControl=new s.FormControl,this.messageType=t.KitInputMessageType.DEFAULT,this.dropdownPosition=t.KitUnitsTextboxDropdownPosition.RIGHT,this.textboxType=t.KitUnitsTextboxType.TEXT,this.selected=new e.EventEmitter,this.changed=new e.EventEmitter,this.dropdownPopupSettings={appendTo:"component",popupClass:"kit-dropdown-popup",width:"auto"},this.KitUnitsTextboxType=t.KitUnitsTextboxType,this.KitUnitsTextboxDropdownPosition=t.KitUnitsTextboxDropdownPosition}return n.prototype.onItemDisabled=function(){return function(t){return!!t.dataItem.disabled&&t.dataItem.disabled(t.dataItem)}},n.prototype.onInputChange=function(t){this.textBoxFormControl.patchValue(t),this.textBoxFormControl.markAsDirty(),this.changed.emit(t)},n.prototype.onItemSelect=function(t){this.dropdownFormControl.patchValue(t.value),this.dropdownFormControl.markAsDirty(),this.selected.emit(t)},n.prototype.onInputBlur=function(){this.textBoxFormControl.markAsTouched()},n.prototype.onDropdownBlur=function(){this.dropdownFormControl.markAsTouched()},n}();ot.decorators=[{type:e.Component,args:[{selector:"kit-units-textbox",template:'<div class="kit-units-textbox" [class.textbox-disabled]="disabledTextBox"\n [class.dropdown-disabled]="disabledDropdown"\n [class.units-left]="dropdownPosition === KitUnitsTextboxDropdownPosition.LEFT">\n <kendo-label *ngIf="label" class="label display-block"\n [text]="label"\n ></kendo-label>\n <div class="units-textbox-wrap">\n <kendo-textbox *ngIf="textboxType === KitUnitsTextboxType.TEXT; else numericTextboxTemplate"\n [placeholder]="placeholder"\n [value]="textBoxFormControl.value || textBoxValue"\n [disabled]="disabledTextBox"\n (blur)="onInputBlur()"\n (valueChange)="onInputChange($event)"\n ></kendo-textbox>\n <ng-template #numericTextboxTemplate>\n <kendo-numerictextbox [placeholder]="placeholder"\n [value]="textBoxFormControl.value || textBoxValue"\n [decimals]="decimals"\n [min]="min"\n [max]="max"\n [maxlength]="maxlength"\n [format]="format"\n [autoCorrect]="true"\n [spinners]="false"\n [selectOnFocus]="false"\n [disabled]="disabledTextBox"\n (blur)="onInputBlur()"\n (valueChange)="onInputChange($event)"\n ></kendo-numerictextbox>\n </ng-template>\n <kendo-dropdownlist valueField="value" textField="text"\n [data]="dropdownItems"\n [value]="dropdownFormControl.value || selectedDropdownItem"\n [valuePrimitive]="true"\n [disabled]="disabledDropdown"\n [popupSettings]="dropdownPopupSettings"\n [itemDisabled]="onItemDisabled()"\n (selectionChange)="onItemSelect($event)"\n (blur)="onDropdownBlur()"\n ></kendo-dropdownlist>\n </div>\n <kit-input-message *ngIf="messageText"\n [type]="messageType"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,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-units-textbox .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-units-textbox .units-textbox-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;display:flex;height:34px}.kit-units-textbox .k-numerictextbox,.kit-units-textbox .k-textbox{flex-grow:1}.kit-units-textbox .k-numerictextbox .k-input,.kit-units-textbox .k-textbox .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-units-textbox .k-dropdown{width:auto}.kit-units-textbox .k-dropdown .k-input{color:#74777d;font-size:13px;font-weight:500;height:100%;justify-content:flex-end;padding:0}.kit-units-textbox .k-dropdown .k-icon:before{color:#000;content:""}.kit-units-textbox:focus-within .units-textbox-wrap{border:1px solid #006890}.kit-units-textbox .k-dropdown-wrap{background:none;border:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-icon:before,.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-input{color:#006890}.kit-units-textbox .k-dropdown-wrap:hover{background:none}.kit-units-textbox .k-animation-container{left:auto!important;right:0!important}.kit-units-textbox .kit-dropdown-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:8px;min-width:75px;padding:4px}.kit-units-textbox .kit-dropdown-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;justify-content:flex-end;line-height:1;text-align:right}.kit-units-textbox .kit-dropdown-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused:hover,.kit-units-textbox .kit-dropdown-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-selected{background-color:#006890;color:#fff}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}.kit-units-textbox.textbox-disabled .label{color:#74777d}.kit-units-textbox.textbox-disabled .units-textbox-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-units-textbox.textbox-disabled .k-textbox .k-input{color:#9a9fa6}.kit-units-textbox.units-left .units-textbox-wrap{flex-direction:row-reverse}.kit-units-textbox.units-left .k-textbox{-ms-grid-column:2;-ms-grid-row:1;grid-column:2;grid-row:1}.kit-units-textbox.units-left .k-textbox .k-input{padding-left:0}.kit-units-textbox.units-left .k-dropdown{-ms-grid-column:1;grid-column:1}.kit-units-textbox.units-left .k-dropdown .k-input{padding-left:10px;width:auto}.kit-units-textbox.units-left .k-animation-container{left:0!important;right:auto!important}.kit-units-textbox.units-left .kit-dropdown-popup .k-item{justify-content:flex-start;text-align:left}.kit-units-textbox .k-input-prefix,.kit-units-textbox .k-input-suffix{height:0}.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-icon:before,.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-input{color:#9a9fa6}']}]}],ot.propDecorators={placeholder:[{type:e.Input}],label:[{type:e.Input}],disabledTextBox:[{type:e.Input}],disabledDropdown:[{type:e.Input}],dropdownItems:[{type:e.Input}],selectedDropdownItem:[{type:e.Input}],textBoxValue:[{type:e.Input}],textBoxFormControl:[{type:e.Input}],dropdownFormControl:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],dropdownPosition:[{type:e.Input}],textboxType:[{type:e.Input}],decimals:[{type:e.Input}],min:[{type:e.Input}],max:[{type:e.Input}],maxlength:[{type:e.Input}],format:[{type:e.Input}],selected:[{type:e.Output}],changed:[{type:e.Output}]};var it=function(){};it.decorators=[{type:e.NgModule,args:[{declarations:[ot],imports:[n.CommonModule,d.TextBoxModule,d.NumericTextBoxModule,u.DropDownListModule,c.LabelModule,P,s.FormsModule,s.ReactiveFormsModule],exports:[ot]}]}];var at=function(){};at.decorators=[{type:e.Component,args:[{selector:"kit-cta-panel",template:'<div class="kit-cta-panel">\n <div class="items rtl display-flex flex-justify-content-end">\n <ng-content></ng-content>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".kit-cta-panel{background-color:#fff;box-shadow:0 -12px 40px rgba(0,0,0,.2);padding:40px}.kit-cta-panel .items{height:42px}.kit-cta-panel .rtl .item:not(:first-child){margin-left:40px}"]}]}];var rt=function(){};rt.decorators=[{type:e.NgModule,args:[{declarations:[at],exports:[at],imports:[T,n.CommonModule]}]}];var pt=function(){function n(){this.isValid=!0,this.format="dd MMM yyyy HH:mm",this.changed=new e.EventEmitter,this.icon=t.KitSvgIcon.CALENDAR,this.datetimepickerPopupSettings={popupClass:"kit-datetimepicker-popup"},this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.onPopupToggle=function(){this.datetimepicker.focus(),this.datetimepicker.toggle()},n.prototype.onBlur=function(){this.onTouched()},n.prototype.onClose=function(){},n.prototype.onValueChange=function(t){this.changed.emit(t),this.onChange(t)},n.prototype.writeValue=function(t){this.onChange(new Date(t)),this.defaultDate=new Date(t)},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n}();pt.decorators=[{type:e.Component,args:[{selector:"kit-datetimepicker",template:'<div class="kit-datetimepicker"\n [class.datetimepicker-disabled]="disabled"\n [class.datetimepicker-invalid]="!isValid"\n [class.datetimepicker-opened]="datetimepicker.isOpen"\n>\n <kendo-label *ngIf="label" class="label display-block"\n [text]="label"\n [for]="datetimepicker"\n ></kendo-label>\n <div class="datetimepicker-wrap">\n <kendo-datetimepicker #datetimepicker\n [placeholder]="placeholder"\n [format]="format"\n [disabled]="disabled"\n [popupSettings]="datetimepickerPopupSettings"\n [value]="defaultDate"\n [min]="min" [max]="max"\n (valueChange)="onValueChange($event)"\n (blur)="onBlur()"\n (close)="onClose()"\n ></kendo-datetimepicker>\n <button class="toggle-btn" (click)="onPopupToggle()">\n <kit-svg-icon *ngIf="icon"\n class="button-icon"\n [icon]="icon"\n ></kit-svg-icon>\n </button>\n </div>\n <kit-input-message *ngIf="messageText"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return pt})),multi:!0}],styles:[".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-datetimepicker .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-datetimepicker .datetimepicker-wrap{position:relative}.kit-datetimepicker .k-datetimepicker{height:34px;width:100%}.kit-datetimepicker .k-datetimepicker .k-dateinput-wrap{background:none;border-radius:6px}.kit-datetimepicker .k-picker-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-datetimepicker .k-picker-wrap:hover{border-color:#c1c7d0}.kit-datetimepicker .k-picker-wrap.k-state-focused{border-color:#006890;box-shadow:none}.kit-datetimepicker .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-datetimepicker .k-input::-moz-placeholder{color:#74777d}.kit-datetimepicker .k-input:-ms-input-placeholder{color:#74777d}.kit-datetimepicker .k-input::placeholder{color:#74777d}.kit-datetimepicker .k-input::-moz-selection{background:#006890}.kit-datetimepicker .k-input::selection{background:#006890}.kit-datetimepicker .toggle-btn{background:none;border:none;cursor:pointer;height:100%;padding:0 8px;position:absolute;right:0;top:0}.kit-datetimepicker .toggle-btn .button-icon{display:block;fill:transparent;height:16px;stroke:#000;width:16px}.kit-datetimepicker.datetimepicker-opened .toggle-btn .button-icon{stroke:#006890}.kit-datetimepicker:focus-within .k-picker-wrap{border-color:#006890}.kit-datetimepicker:focus-within .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-disabled .label{color:#74777d}.kit-datetimepicker.datetimepicker-disabled .k-picker-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-datetimepicker.datetimepicker-disabled .k-input{color:#9a9fa6}.kit-datetimepicker.datetimepicker-disabled .toggle-btn{cursor:default}.kit-datetimepicker.datetimepicker-disabled .toggle-btn .button-icon{stroke:#c1c7d0}.kit-datetimepicker.datetimepicker-invalid .k-picker-wrap{background-color:#f8e0e0;border-color:#ef3e42}.kit-datetimepicker.datetimepicker-invalid .k-input{color:#27282a}.kit-datetimepicker .k-select{display:none}.kit-datetimepicker-popup.k-popup{background:#f3f4f6;border:1px solid #006890;border-radius:6px;box-shadow:none;margin-top:8px}.kit-datetimepicker-popup.k-popup .k-datetime-wrap{width:296px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup{background:#dadde3;border-radius:6px 6px 0 0;padding:4px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button{background:#dadde3;border:1px solid #c1c7d0;border-radius:6px 6px 0 0;color:#27282a;font-size:13px;font-weight:400;height:32px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button.k-state-active{background:#fff}.kit-datetimepicker-popup.k-popup .k-datetime-selector{background:none;padding-top:6px}.kit-datetimepicker-popup.k-popup .kalendar-view{padding:0}.kit-datetimepicker-popup.k-popup .k-datetime-calendar-wrap,.kit-datetimepicker-popup.k-popup .k-datetime-time-wrap{flex-basis:296px}.kit-datetimepicker-popup.k-popup .k-calendar{background:none;width:100%}.kit-datetimepicker-popup.k-popup .k-link{align-items:center;border-radius:50%;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;height:100%;width:100%}.kit-datetimepicker-popup.k-popup .k-link:hover{background:none;color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-view{padding:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-view:after{display:none}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-calendar-th{color:#9a9fa6;font-size:16px;font-weight:700;height:auto;padding:6px 0}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-link{width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-table{border-collapse:collapse}.kit-datetimepicker-popup.k-popup .k-calendar-header,.kit-datetimepicker-popup.k-popup .k-time-header{background:#fff;border-radius:6px 6px 0 0;margin:0 0 6px;padding:4px 30px}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-title,.kit-datetimepicker-popup.k-popup .k-time-header .k-title{color:#27282a;font-size:16px;font-weight:700;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-time-header .k-today{color:#7ccdf4;font-size:16px;font-weight:400;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-today:hover{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays{padding:6px 8px 0}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays .k-calendar-th{color:#27282a;font-size:13px;font-weight:500;height:40px;line-height:1;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-content{box-sizing:border-box;margin:0;padding:0 8px}.kit-datetimepicker-popup.k-popup .k-calendar-content>.k-calendar-table{margin:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-td{border:1px solid #dfdfdf;height:40px;width:40px}.kit-datetimepicker-popup.k-popup .k-calendar-td:hover .k-link{background:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-empty{border:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-today .k-link{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-selected .k-link{background:#7ccdf4;border:1px solid #dfdfdf;color:#fff}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-focused .k-link{box-shadow:none}.kit-datetimepicker-popup.k-popup .k-action-buttons{border-top:1px solid #006890;justify-content:center;margin-top:0;padding:12px}.kit-datetimepicker-popup.k-popup .k-action-buttons .k-button{border:none;border-radius:4px;flex:0 0 auto;font-size:14px;font-weight:400;height:30px;margin:0 5px;width:110px}.kit-datetimepicker-popup.k-popup .k-time-cancel{background:#dadde3;color:#27282a}.kit-datetimepicker-popup.k-popup .k-time-accept{background:#006890;color:#fff}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper{background:#fff;height:252px;padding:0}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:after,.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper.k-state-focused{background:#f3f4f6}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper .k-title{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;margin:0}.kit-datetimepicker-popup.k-popup .k-time-list:after,.kit-datetimepicker-popup.k-popup .k-time-list:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list .k-item{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0}.kit-datetimepicker-popup.k-popup .k-time-container{bottom:0;top:40px}.kit-datetimepicker-popup.k-popup .k-time-highlight{border-color:#cdd2d9;height:40px;transform:none}.kit-datetimepicker-popup.k-popup .k-time-separator{margin-top:40px}"]}]}],pt.propDecorators={label:[{type:e.Input}],placeholder:[{type:e.Input}],disabled:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],isValid:[{type:e.Input}],format:[{type:e.Input}],defaultDate:[{type:e.Input}],min:[{type:e.Input}],max:[{type:e.Input}],changed:[{type:e.Output}],datetimepicker:[{type:e.ViewChild,args:["datetimepicker"]}]};var lt,st=function(){};st.decorators=[{type:e.NgModule,args:[{declarations:[pt],imports:[n.CommonModule,m.DateInputsModule,c.LabelModule,C,P],exports:[pt]}]}],(lt=t.KitNotificationType||(t.KitNotificationType={})).INFO="info",lt.WARNING="warning",lt.ERROR="error",lt.SUCCESS="success";var dt=function(){this.message="",this.type=t.KitNotificationType.INFO};dt.decorators=[{type:e.Component,args:[{selector:"kit-notification",template:'<div class="kit-notification notification-{{ type }}">\n <kit-svg-icon class="notification-icon"\n [icon]="type"\n ></kit-svg-icon>\n <div class="notification-text">{{ message }}</div>\n</div>\n',styles:[".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-notification{align-items:center;display:flex;padding:12px}.kit-notification .notification-icon{fill:none;height:20px;margin-right:10px;width:20px}.kit-notification .notification-text{color:#000;font-size:14px;font-weight:400;line-height:1.26;white-space:pre-wrap}.kit-notification.notification-info{background-color:#fff8e0}.kit-notification.notification-warning{background-color:#ffeee5}.kit-notification.notification-error{background-color:#f8e0e0}.kit-notification.notification-success{background-color:#e7f4ec}"]}]}],dt.propDecorators={message:[{type:e.Input}],type:[{type:e.Input}]};var ct=function(){};ct.decorators=[{type:e.NgModule,args:[{declarations:[dt],imports:[n.CommonModule,C],exports:[dt]}]}];var ut=function(t){var e=y.default(t||"");return Array.isArray(e)&&e.join()||e},kt=function(){function e(){this.links=[],this.menuItems=[],this.username=null,this.menuOpen$=new i.BehaviorSubject(!1),this.KitSvgIcon=t.KitSvgIcon,this.openOnClickSettings={toggle:"click"}}return e.prototype.onMenuOpened=function(){this.menuOpen$.next(!0)},e.prototype.onMenuClosed=function(){this.menuOpen$.next(!1)},e.prototype.onMenuSelect=function(t){var e=t.index,n=t.item;"0"!==e&&n.data.action()},e.prototype.getMenuItemData=function(t){return{action:t.action}},e.prototype.getUsernameInitials=function(){return ut(this.username)},e}();kt.decorators=[{type:e.Component,args:[{selector:"kit-navbar",template:'<header class="kit-navbar">\n <a class="logo display-flex flex-justify-content-center"\n [class.clickable]="logoLink"\n [title]="caption"\n [routerLink]="logoLink">\n <kit-svg-icon class="icon"\n [icon]="KitSvgIcon.LOGO"\n ></kit-svg-icon>\n\n <h1 class="caption">{{ caption }}</h1>\n </a>\n <div class="nav">\n <nav *ngIf="links.length" class="nav-list">\n <a *ngFor="let item of links; let index = index"\n class="link"\n routerLinkActive="active"\n [class.disabled]="item.disabled && item.disabled()"\n [routerLink]="item.link"\n [tabIndex]="index"\n [title]="item.title"\n >\n <span class="title">{{ item.title }}<kit-svg-icon class="active-icon"\n [icon]="KitSvgIcon.EYE"\n ></kit-svg-icon>\n </span>\n <span class="status">{{ item.subTitle }}</span>\n <kit-svg-icon class="arrow-icon"\n [icon]="KitSvgIcon.CHEVRON_RIGHT"\n ></kit-svg-icon>\n </a>\n </nav>\n </div>\n <div class="search display-flex flex-align-items-center">\n <div class="search-link">\n <kit-svg-icon class="icon"\n [icon]="KitSvgIcon.SEARCH"\n ></kit-svg-icon>\n </div>\n </div>\n\n <div class="profile display-flex flex-align-items-center flex-justify-content-end">\n <kendo-avatar class="avatar"\n shape="circle"\n [initials]="getUsernameInitials()"\n ></kendo-avatar>\n\n <ng-container *ngIf="menuItems.length">\n <kit-svg-icon class="expand-menu-icon"\n [class.open]="menuOpen$ | async"\n [icon]="KitSvgIcon.CHEVRON_DOWN"\n ></kit-svg-icon>\n\n <kendo-menu [openOnClick]="openOnClickSettings"\n [title]="username"\n (open)="onMenuOpened()"\n (select)="onMenuSelect($event)"\n (close)="onMenuClosed()">\n <kendo-menu-item>\n <kendo-menu-item *ngFor="let item of menuItems"\n [data]="getMenuItemData(item)"\n [text]="item.text"\n [title]="item.text"\n ></kendo-menu-item>\n </kendo-menu-item>\n </kendo-menu>\n </ng-container>\n </div>\n</header>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:[".kit-navbar{-ms-grid-columns:260px 4fr 2fr 1fr;background-color:#002a3a;display:-ms-grid;display:grid;grid-template-columns:260px 4fr 2fr 1fr;height:80px}.kit-navbar .logo{align-items:flex-start;flex-flow:column;margin-left:20px;pointer-events:none;text-decoration:none}.kit-navbar .logo.clickable{pointer-events:auto}.kit-navbar .logo .icon{height:16px;width:20px}.kit-navbar .logo .caption{color:#fff;font-size:14px;font-weight:700;margin:0;text-transform:uppercase}.kit-navbar .nav-list{display:flex;height:100%}.kit-navbar .link{color:#9a9fa6;display:flex;flex-direction:column;font-size:14px;justify-content:center;margin:0 48px;position:relative;text-decoration:none}.kit-navbar .link .active-icon{display:block;fill:none;height:16px;margin-left:8px;stroke:#fff;visibility:hidden;width:16px}.kit-navbar .link .title{align-items:center;display:flex;font-weight:700}.kit-navbar .link .arrow-icon{fill:none;height:14px;pointer-events:none;position:absolute;right:-55px;stroke:#fff;width:14px}.kit-navbar .link.active{color:#fff}.kit-navbar .link.active .active-icon{visibility:visible}.kit-navbar .link.disabled{pointer-events:none}.kit-navbar .link.disabled .arrow-icon{stroke:#9a9fa6}.kit-navbar .link:hover{color:#fff}.kit-navbar .link:first-child{margin-left:0}.kit-navbar .link:last-child .arrow-icon{display:none}.kit-navbar .search-link{display:inline-block;fill:none;stroke:#fff}.kit-navbar .search-link .icon{display:block;height:24px;width:24px}.kit-navbar .profile{margin-right:20px}.kit-navbar .profile .avatar{background-color:#fff;color:#27282a;flex-basis:44px;height:44px;width:44px}.kit-navbar .profile .avatar .k-avatar-text{font-size:16px}.kit-navbar .profile .k-menu{border-radius:50%;cursor:pointer;margin-left:-64px;outline:0;overflow:hidden}.kit-navbar .profile .k-menu .k-link{visibility:hidden}.kit-navbar .profile .k-menu .k-first{box-shadow:none;height:44px;padding-right:20px;width:44px}.kit-navbar .profile .expand-menu-icon{height:20px;width:20px}.kit-navbar .profile .expand-menu-icon.open .icon{transform:rotate(180deg)}.kit-navbar .profile .expand-menu-icon .chevron-down-icon{fill:#002a3a;stroke:#fff}"]}]}],kt.propDecorators={caption:[{type:e.Input}],initials:[{type:e.Input}],links:[{type:e.Input}],menuItems:[{type:e.Input}],username:[{type:e.Input}],logoLink:[{type:e.Input}]};var mt=function(){};mt.decorators=[{type:e.NgModule,args:[{declarations:[kt],imports:[n.CommonModule,p.RouterModule,C,l.MenuModule,r.AvatarModule],exports:[kt]}]}];var gt=function(){this.items=[],this.KitSvgIcon=t.KitSvgIcon};gt.decorators=[{type:e.Component,args:[{selector:"kit-location-stepper",template:'<ng-template #icon let-item="item">\n <kit-svg-icon [icon]="item.icon" class="display-block location-icon"\n [title]="item.title"\n ></kit-svg-icon>\n</ng-template>\n\n<ng-template #description let-item="item">\n <div class="title">{{ item.title }}</div>\n <div *ngIf="item.description" class="caption">{{ item.description }}</div>\n</ng-template>\n\n<ng-template #dates let-dates="dates">\n <div *ngFor="let date of dates" class="date">\n <span class="date-description">{{ date.description }}</span>\n <span>{{ date.value }}</span>\n </div>\n</ng-template>\n\n<div class="kit-location-stepper">\n <div *ngFor="let item of items; let first = first; let last = last" class="step display-flex {{ item.cssClass }}"\n [class.first]="first"\n [class.last]="last"\n [class.has-sub-items]="!!item.subItems">\n <div *ngIf="item.dates?.length" class="dates">\n <ng-container *ngTemplateOutlet="dates; context: { dates: item.dates }"></ng-container>\n </div>\n\n <ng-container *ngTemplateOutlet="icon; context: { item: item }"></ng-container>\n\n <div class="description">\n <ng-container *ngTemplateOutlet="description; context: { item: item }"></ng-container>\n\n <div *ngIf="item.subItems?.length" class="sub-items">\n <div *ngFor="let subItem of item.subItems" class="sub-item display-flex">\n <div *ngIf="subItem.dates?.length" class="dates">\n <ng-container *ngTemplateOutlet="dates; context: { dates: subItem.dates }"></ng-container>\n </div>\n\n <ng-container *ngTemplateOutlet="icon; context: { item: subItem }"></ng-container>\n\n <div class="description">\n <ng-container *ngTemplateOutlet="description; context: { item: subItem }"></ng-container>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,styles:['.kit-location-stepper .step{position:relative}.kit-location-stepper .step:not(:first-child){margin-top:28px}.kit-location-stepper .caption{color:#27282a}.kit-location-stepper .title{color:#1c0e52;text-transform:uppercase}.kit-location-stepper .caption,.kit-location-stepper .date:not(:first-child){margin-top:10px}.kit-location-stepper .caption,.kit-location-stepper .dates,.kit-location-stepper .title{font-size:13px;font-weight:500}.kit-location-stepper .description{flex:1 0;margin-left:10px}.kit-location-stepper .location-icon{background:#fff;fill:#fff;height:24px;position:relative;stroke:#cdd2d9;width:24px}.kit-location-stepper .first .location-icon{stroke:#00b0ad}.kit-location-stepper .location-icon:after{background-color:#dadde3;bottom:1px;content:"";display:block;height:43px;left:calc(50% - 1px);position:absolute;right:50%;top:24px;transform:scale(1);width:2px}.kit-location-stepper .last .location-icon{stroke:#4e4696}.kit-location-stepper .last .location-icon:after{display:none}.kit-location-stepper .has-sub-items .location-icon:after{height:125px}.kit-location-stepper .dates{color:#000;margin-right:10px;min-height:40px;min-width:140px;text-align:right}.kit-location-stepper .sub-item .dates{margin-left:-185px;margin-right:50px}.kit-location-stepper .date-description{color:#cdd2d9;margin-right:4px}.kit-location-stepper .sub-items{margin-bottom:6px;margin-top:32px}.kit-location-stepper .sub-item .location-icon:after{height:18px;left:calc(50% - .5px);top:-18px;transform:scale(1);transform-origin:0;width:1px}.kit-location-stepper .sub-item:not(:first-child){margin-top:16px}.kit-location-stepper .sub-item:not(:first-child) .location-icon:after{height:33px;top:-33px}.kit-location-stepper .sub-item .description{margin-left:8px}']}]}],gt.propDecorators={items:[{type:e.Input}]};var ft=function(){};ft.decorators=[{type:e.NgModule,args:[{imports:[n.CommonModule,C],declarations:[gt],exports:[gt]}]}];var xt=function(){function n(n){var o=this;this.elementRef=n,this.items=[],this.loaderVisible=!1,this.messageType=t.KitInputMessageType.DEFAULT,this.changed=new e.EventEmitter,this.selected=new e.EventEmitter,this.selectedValue=null,this.normalizedSelectedValue$=function(t){return t.pipe(g.map((function(t){var e;return o.selectedValue=t?o.selectedValue:null,o.selected.emit(o.selectedValue),o.onChange((null===(e=o.selectedValue)||void 0===e?void 0:e.value)||null),o.selectedValue})))},this.dropdownPopupSettings={appendTo:"component",popupClass:"kit-autocomplete-popup"},this.onChange=function(t){},this.onTouched=function(){}}return n.prototype.onFilterChange=function(t){this.changed.emit(t)},n.prototype.onValueSelect=function(t){t&&(this.selectedValue=t,this.selected.emit(this.selectedValue),this.onChange(this.selectedValue.value))},n.prototype.onBlur=function(){this.onTouched()},n.prototype.onFocus=function(){this.elementRef.nativeElement.querySelector(".k-input").select()},n.prototype.writeValue=function(t){this.onChange(t)},n.prototype.registerOnChange=function(t){this.onChange=t},n.prototype.registerOnTouched=function(t){this.onTouched=t},n.prototype.setDisabledState=function(t){this.disabled=t},n}();xt.decorators=[{type:e.Component,args:[{selector:"kit-autocomplete",template:'<div class="kit-autocomplete"\n [class.autocomplete-empty]="!items || !items.length"\n [class.autocomplete-disabled]="disabled"\n [class.autocomplete-loading]="loaderVisible">\n <kendo-label *ngIf="label" class="label display-block"\n [text]="label"\n [for]="combobox">\n </kendo-label>\n <kendo-combobox #combobox textField="value" valueField="value"\n kendoDropDownFilter\n [data]="items"\n [placeholder]="placeholder"\n [filterable]="true"\n [disabled]="disabled"\n [clearButton]="false"\n [value]="defaultValue"\n [allowCustom]="true"\n [valueNormalizer]="normalizedSelectedValue$"\n [popupSettings]="dropdownPopupSettings"\n (focus)="onFocus()"\n (blur)="onBlur()"\n (selectionChange)="onValueSelect($event)"\n (filterChange)="onFilterChange($event)"\n >\n <ng-template kendoAutoCompleteNoDataTemplate></ng-template>\n <ng-template kendoComboBoxHeaderTemplate>\n <kit-loader *ngIf="loaderVisible" class="loader"></kit-loader>\n </ng-template>\n <ng-template kendoComboBoxItemTemplate let-item>\n <span class="template">{{ item.text }}</span>\n </ng-template>\n </kendo-combobox>\n <kit-input-message *ngIf="messageText"\n [type]="messageType"\n [icon]="messageIcon"\n [message]="messageText"\n ></kit-input-message>\n</div>\n',changeDetection:e.ChangeDetectionStrategy.OnPush,encapsulation:e.ViewEncapsulation.None,providers:[{provide:s.NG_VALUE_ACCESSOR,useExisting:e.forwardRef((function(){return xt})),multi:!0}],styles:[".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-autocomplete .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-autocomplete .k-select{display:none}.kit-autocomplete .k-combobox{width:100%}.kit-autocomplete .k-dropdown-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;height:34px}.kit-autocomplete .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-autocomplete .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-autocomplete .k-input::-moz-selection{background:#006890}.kit-autocomplete .k-input::selection{background:#006890}.kit-autocomplete .kit-loader,.kit-autocomplete .kit-loader>div,.kit-autocomplete .loader{height:100%}.kit-autocomplete .kit-autocomplete-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 5px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-autocomplete .kit-autocomplete-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;line-height:1.26;min-height:auto;padding:8px}.kit-autocomplete .kit-autocomplete-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-autocomplete .kit-autocomplete-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-autocomplete:focus-within .k-dropdown-wrap{border-color:#006890}.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup{height:200px}.kit-autocomplete.autocomplete-empty .kit-autocomplete-popup,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-list-scroller,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-nodata{display:none}.kit-autocomplete.autocomplete-disabled .label{color:#74777d}"]}]}],xt.ctorParameters=function(){return[{type:e.ElementRef}]},xt.propDecorators={label:[{type:e.Input}],placeholder:[{type:e.Input}],items:[{type:e.Input}],defaultValue:[{type:e.Input}],disabled:[{type:e.Input}],loaderVisible:[{type:e.Input}],messageIcon:[{type:e.Input}],messageText:[{type:e.Input}],messageType:[{type:e.Input}],changed:[{type:e.Output}],selected:[{type:e.Output}]};var ht=function(){};ht.decorators=[{type:e.NgModule,args:[{declarations:[xt],imports:[n.CommonModule,u.DropDownsModule,s.FormsModule,s.ReactiveFormsModule,c.LabelModule,d.InputsModule,P,j],exports:[xt]}]}],t.KitAutocompleteComponent=xt,t.KitAutocompleteModule=ht,t.KitButtonComponent=v,t.KitButtonModule=T,t.KitCtaPanelComponent=at,t.KitCtaPanelModule=rt,t.KitDatetimepickerComponent=pt,t.KitDatetimepickerModule=st,t.KitDropdownComponent=U,t.KitDropdownModule=G,t.KitEntityCardComponent=Q,t.KitEntityCardModule=nt,t.KitExpandablePanelComponent=W,t.KitExpandablePanelModule=J,t.KitHeaderComponent=D,t.KitHeaderModule=E,t.KitInputMessageComponent=z,t.KitInputMessageModule=P,t.KitLoaderComponent=O,t.KitLoaderModule=j,t.KitLocationStepperComponent=gt,t.KitLocationStepperModule=ft,t.KitNavbarComponent=kt,t.KitNavbarModule=mt,t.KitNotificationComponent=dt,t.KitNotificationModule=ct,t.KitNumericTextboxComponent=H,t.KitNumericTextboxModule=A,t.KitSvgIconComponent=w,t.KitSvgIconModule=C,t.KitSvgSpriteModule=L,t.KitSwitchComponent=K,t.KitSwitchModule=B,t.KitTextLabelComponent=q,t.KitTextLabelModule=Y,t.KitTextareaAutoresizeDirective=_,t.KitTextareaComponent=$,t.KitTextareaModule=Z,t.KitTextboxComponent=R,t.KitTextboxModule=F,t.KitUnitsTextboxComponent=ot,t.KitUnitsTextboxModule=it,t.ɵa=S,Object.defineProperty(t,"__esModule",{value:!0})}));
2
2
  //# sourceMappingURL=indigina-ui-kit.umd.min.js.map
@@ -1 +1 @@
1
- {"version":3,"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-svg-icon/kit-svg-icon.const.ts","../../../projects/ui-kit/src/lib/components/kit-button/kit-button.module.ts","../../../projects/ui-kit/src/lib/components/kit-header/kit-header.component.ts","../../../projects/ui-kit/src/lib/components/kit-header/kit-header.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-loader/kit-loader.component.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.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.module.ts","../../../projects/ui-kit/src/lib/components/kit-textbox/kit-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.module.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-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-expandable-panel/kit-expandable-panel.component.ts","../../../projects/ui-kit/src/lib/components/kit-entity-card/kit-entity-card.component.ts","../../../projects/ui-kit/src/lib/components/kit-expandable-panel/kit-expandable-panel.module.ts","../../../projects/ui-kit/src/lib/components/kit-units-textbox/kit-units-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-entity-card/kit-entity-card.module.ts","../../../projects/ui-kit/src/lib/components/kit-units-textbox/kit-units-textbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-cta-panel/kit-cta-panel.component.ts","../../../projects/ui-kit/src/lib/components/kit-cta-panel/kit-cta-panel.module.ts","../../../projects/ui-kit/src/lib/components/kit-datetimepicker/kit-datetimepicker.component.ts","../../../projects/ui-kit/src/lib/components/kit-notification/kit-notification.component.ts","../../../projects/ui-kit/src/lib/components/kit-datetimepicker/kit-datetimepicker.module.ts","../../../projects/ui-kit/src/lib/components/kit-notification/kit-notification.module.ts","../../../projects/ui-kit/src/lib/components/kit-navbar/kit-navbar.component.ts","../../../projects/ui-kit/src/lib/components/kit-navbar/kit-navbar.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.component.ts","../../../projects/ui-kit/src/lib/components/kit-autocomplete/kit-autocomplete.module.ts"],"names":["KitButtonType","KitButtonKind","KitButtonIconPosition","this","disabled","label","type","PRIMARY","kind","REGULAR","iconPosition","RIGHT","clicked","EventEmitter","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","Input","Output","icon","iconClass","NgModule","declarations","KitSvgIconComponent","exports","KitSvgIcon","imports","ButtonModule","CommonModule","KitSvgIconModule","KitButtonComponent","getInitialsByName","name","result","initials","Array","isArray","join","KitHeaderComponent","links","menuItems","username","menuOpen$","BehaviorSubject","SvgIconLogo","LOGO","SvgIconChevronDown","CHEVRON_DOWN","openOnClickSettings","toggle","prototype","onMenuOpened","next","onMenuClosed","onMenuSelect","_a","index","item","data","action","getMenuItemData","getUsernameInitials","encapsulation","ViewEncapsulation","None","AvatarModule","RouterModule","MenuModule","host","hidden","KitSvgSpriteComponent","KitSwitchMode","KitLoaderComponent","KitSwitchComponent","items","mode","SINGLE","selected","onItemSelect","isSingleMode","emit","isItemSelected","selection","includes","value","KitInputMessageType","ButtonGroupModule","DEFAULT","message","KitTextboxComponent","defaultValue","messageType","blured","changed","onChange","onTouched","writeValue","registerOnChange","fn","registerOnTouched","setDisabledState","onInputBlur","onInputChange","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","KitInputMessageComponent","TextBoxModule","LabelModule","KitInputMessageModule","KitNumericTextboxComponent","NumericTextBoxModule","KitDropdownComponent","dropdownPopupSettings","popupClass","isHovered","onHovered","onItemDisabled","context","dataItem","selectedItem","DropDownListModule","ReactiveFormsModule","KitTextareaComponent","focused","ngOnChanges","calculateLineHeight","minHeight","minLines","maxHeight","maxLines","onTextareaFocus","onTextareaBlur","onTextareaChange","event","target","KitTextareaAutoresizeDirective","elementRef","onInput","resize","ngOnInit","nativeElement","scrollHeight","style","height","Directive","ElementRef","HostListener","htmlMode","HINT","KitTextLabelComponent","KitExpandablePanelComponent","caption","expandIcon","CHEVRON_UP","collapseIcon","expandable","expanded","toggled","onPanelToggle","animations","trigger","state","transition","animate","KitCardSize","CHEVRON_RIGHT","size","XLARGE","KitUnitsTextboxDropdownPosition","KitUnitsTextboxType","KitEntityCardComponent","KitUnitsTextboxComponent","dropdownItems","textBoxValue","textBoxFormControl","FormControl","dropdownFormControl","dropdownPosition","textboxType","TEXT","appendTo","width","patchValue","markAsDirty","markAsTouched","onDropdownBlur","onHover","FormsModule","KitCtaPanelComponent","KitButtonModule","KitDatetimepickerComponent","isValid","format","CALENDAR","datetimepickerPopupSettings","onPopupToggle","datetimepicker","focus","onBlur","onClose","onValueChange","Date","defaultDate","ViewChild","KitNotificationType","DateInputsModule","INFO","KitNotificationComponent","KitNavbarComponent","KitLocationStepperComponent","KitAutocompleteComponent","_this","loaderVisible","selectedValue","normalizedSelectedValue$","text$","pipe","map","content","onFilterChange","onValueSelect","onFocus","querySelector","select","DropDownsModule","InputsModule","KitLoaderModule"],"mappings":"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","sourcesContent":["export enum KitButtonType {\n PRIMARY = 'primary',\n SECONDARY = 'secondary',\n TERTIARY = 'tertiary',\n GHOST = 'ghost',\n GREY = 'grey',\n}\n\nexport enum KitButtonKind {\n REGULAR = 'regular',\n MINI = 'mini',\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.PRIMARY;\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.REGULAR;\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","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}\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, Input, Predicate, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { MenuSelectEvent, OpenOnClickSettings } from '@progress/kendo-angular-menu';\nimport { BehaviorSubject } from 'rxjs';\nimport initials from 'initials';\n\ntype KitHeaderMenuItemCallback = () => void;\n\nexport interface KitHeaderLink {\n title: string;\n link: string;\n disabled?: Predicate<void>;\n}\n\nexport interface KitHeaderMenuItem {\n text: string;\n action: KitHeaderMenuItemCallback;\n}\n\n/**\n * We need this to run callback from items not from parent component\n */\ninterface KitHeaderMenuItemData {\n action: KitHeaderMenuItemCallback;\n}\n\n/**\n * This is needed in order to check whether this is the root menu item\n */\nconst ROOT_MENU_ITEM_INDEX: string = '0';\n\nconst getInitialsByName = (name: string | null | undefined): string => {\n // we don't like reflexion but \"initials\" library returns union type\n // so we don't want to have union type in our app\n const result: string | string[] = initials(name || '');\n\n return Array.isArray(result) && result.join() || result as string;\n};\n\n@Component({\n selector: 'kit-header',\n templateUrl: './kit-header.component.html',\n styleUrls: ['./kit-header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitHeaderComponent {\n /**\n * Defines a value that is going to be applied as a title in the header\n */\n @Input() caption?: string;\n\n /**\n * Defines a value that is going to be reflected in an avatar\n */\n @Input() initials?: string;\n\n /**\n * Defines a list of link that will be in the header as the main nav\n */\n @Input() links: KitHeaderLink[] = [];\n\n /**\n * Menu items that will be under avatar dropdown\n */\n @Input() menuItems: KitHeaderMenuItem[] = [];\n\n /**\n * Needs to be used to extract initials for avatar and show it there\n */\n @Input() username: string | null = null;\n\n /**\n * A link which will be open upon clicking the app logo\n */\n @Input() logoLink?: string;\n\n /**\n * States whether the menu is open\n * needed to control CSS class to rotate expand icon\n */\n readonly menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false);\n\n /**\n * An icon which will be used as a primary logotype in the header\n */\n readonly SvgIconLogo: string = KitSvgIcon.LOGO;\n\n /**\n * An icon which will be used as an expand icon next to avatar\n */\n readonly SvgIconChevronDown: string = KitSvgIcon.CHEVRON_DOWN;\n\n /**\n * This defines how menu will behave in case of menu opening\n */\n readonly openOnClickSettings: OpenOnClickSettings = {\n // \"click\" means that menu will be closed only in case of clicking outside of menu\n toggle: 'click',\n };\n\n /**\n * Called once menu is opened\n */\n onMenuOpened(): void {\n this.menuOpen$.next(true);\n }\n\n /**\n * Called once menu is closed\n */\n onMenuClosed(): void {\n this.menuOpen$.next(false);\n }\n\n /**\n * Occurs when any menu item is selected\n * we need to check whether the item is not the root one\n */\n onMenuSelect({ index, item }: MenuSelectEvent): void {\n if (index === ROOT_MENU_ITEM_INDEX) {\n return;\n }\n item.data.action();\n }\n\n /**\n * Builds an object to pass action though events\n */\n getMenuItemData(item: KitHeaderMenuItem): KitHeaderMenuItemData {\n return {\n action: item.action,\n };\n }\n\n getUsernameInitials(): string {\n return getInitialsByName(this.username);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { KitHeaderComponent } from './kit-header.component';\nimport { AvatarModule } from '@progress/kendo-angular-layout';\nimport { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { MenuModule } from '@progress/kendo-angular-menu';\n\n@NgModule({\n declarations: [\n KitHeaderComponent,\n ],\n exports: [\n KitHeaderComponent,\n ],\n imports: [\n AvatarModule,\n CommonModule,\n RouterModule,\n KitSvgIconModule,\n MenuModule,\n ],\n})\nexport class KitHeaderModule {\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","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 { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitSwitchItem } from './kit-switch-item.model';\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\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 * 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 { 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 { 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';\n\n@NgModule({\n declarations: [\n KitSwitchComponent,\n ],\n exports: [\n KitSwitchComponent,\n ],\n imports: [\n ButtonGroupModule,\n ButtonModule,\n CommonModule,\n KitSvgIconModule,\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 { 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 { 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, 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';\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\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 * 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 * defines a state whether the dropdown will be hovered or not\n */\n isHovered: boolean = false;\n\n /**\n * Function that is called when mouse over on dropdown or mouse pointer moved out from it\n */\n onHovered(): void {\n this.isHovered = !this.isHovered;\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 {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n forwardRef,\n Input,\n OnChanges,\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';\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 * 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\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","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, TemplateRef } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { animate, state, style, transition, trigger } from '@angular/animations';\n\n@Component({\n selector: 'kit-expandable-panel',\n templateUrl: './kit-expandable-panel.component.html',\n styleUrls: ['./kit-expandable-panel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('expandInOut', [\n state('true', style({ height: '*' })),\n state('false', style({ height: 0 })),\n transition('true <=> false', animate('200ms')),\n ]),\n ],\n})\nexport class KitExpandablePanelComponent {\n /**\n * Defines a value that is going to be applied as panel title\n */\n @Input() caption: string = '';\n\n /**\n * An icon which will be used as a panel expand button icon\n */\n @Input() expandIcon?: KitSvgIcon = KitSvgIcon.CHEVRON_UP;\n\n /**\n * An icon which will be used as a panel collapse button icon\n */\n @Input() collapseIcon?: KitSvgIcon = KitSvgIcon.CHEVRON_DOWN;\n\n /**\n * States whether the panel will be expandable or not\n */\n @Input() expandable?: boolean = true;\n\n /**\n * States whether the panel will be expanded or collapsed\n */\n @Input() expanded?: boolean = true;\n\n /**\n * Defines a template ref which is going to be as an additional header section\n */\n @Input() additionalHeaderTemplateRef?: TemplateRef<HTMLElement>;\n\n /**\n * An event which will occur once the panel changes its state\n */\n @Output() toggled: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n /**\n * Function that is called when clicking on toggle button\n */\n onPanelToggle(): void {\n this.expanded = !this.expanded;\n this.toggled.emit(this.expanded);\n }\n}\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport enum KitCardSize {\n XLARGE = 'x-large',\n LARGE = 'large'\n}\n\n@Component({\n selector: 'kit-entity-card',\n templateUrl: './kit-entity-card.component.html',\n styleUrls: ['./kit-entity-card.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitEntityCardComponent {\n /**\n * Defines an icon which to be shown on the card\n */\n icon: KitSvgIcon = KitSvgIcon.CHEVRON_RIGHT;\n\n /**\n * Defines a CSS class that will be applied to the card\n */\n @Input() size: KitCardSize = KitCardSize.XLARGE;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitExpandablePanelComponent } from './kit-expandable-panel.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitExpandablePanelComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitExpandablePanelComponent,\n ],\n})\n\nexport class KitExpandablePanelModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output,\n ViewEncapsulation,\n} 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\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 * 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 /**\n * Defines a state whether the component will be hovered or not\n */\n isHovered: boolean = false;\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.isHovered = false;\n }\n\n /**\n * Function that is called when mouse over on component or mouse pointer moved out from it\n */\n onHover(): void {\n this.isHovered = !this.isHovered;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitEntityCardComponent } from './kit-entity-card.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitEntityCardComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitEntityCardComponent,\n ],\n})\nexport class KitEntityCardModule {\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 { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'kit-cta-panel',\n templateUrl: './kit-cta-panel.component.html',\n styleUrls: ['./kit-cta-panel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitCtaPanelComponent {\n}\n","import { NgModule } from '@angular/core';\nimport { KitCtaPanelComponent } from './kit-cta-panel.component';\nimport { CommonModule } from '@angular/common';\nimport { KitButtonModule } from '../kit-button/kit-button.module';\n\n@NgModule({\n declarations: [\n KitCtaPanelComponent,\n ],\n exports: [\n KitCtaPanelComponent,\n ],\n imports: [\n KitButtonModule,\n CommonModule,\n ],\n})\nexport class KitCtaPanelModule {\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 * Defines a state whether the component will be hovered or not\n */\n isHovered: boolean = false;\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 that is called when mouse over on component or mouse pointer moved out from it\n */\n onHover(): void {\n this.isHovered = !this.isHovered;\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 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 { 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})\nexport class KitNotificationComponent {\n /**\n * Defines a value which going to be an notification message text\n */\n @Input() message: string = '';\n\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 { 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 { 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, Predicate, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { MenuSelectEvent, OpenOnClickSettings } from '@progress/kendo-angular-menu';\nimport { BehaviorSubject } from 'rxjs';\nimport initials from 'initials';\n\ntype KitNavbarMenuItemCallback = () => void;\n\nexport interface KitNavbarLink {\n title: string;\n link: string | string[];\n subTitle: string | null;\n disabled?: Predicate<void>;\n}\n\nexport interface KitNavbarMenuItem {\n text: string;\n action: KitNavbarMenuItemCallback;\n}\n\n/**\n * We need this to run callback from items not from parent component\n */\ninterface KitNavbarMenuItemData {\n action: KitNavbarMenuItemCallback;\n}\n\n/**\n * This is needed in order to check whether this is the root menu item\n */\nconst ROOT_MENU_ITEM_INDEX: string = '0';\n\nconst getInitialsByName = (name: string | null | undefined): string => {\n // we don't like reflexion but \"initials\" library returns union type\n // so we don't want to have union type in our app\n const result: string | string[] = initials(name || '');\n\n return Array.isArray(result) && result.join() || result as string;\n};\n\n@Component({\n selector: 'kit-navbar',\n templateUrl: './kit-navbar.component.html',\n styleUrls: ['./kit-navbar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitNavbarComponent {\n /**\n * Defines a value that is going to be applied as a title in the navbar\n */\n @Input() caption?: string;\n\n /**\n * Defines a value that is going to be reflected in an avatar\n */\n @Input() initials?: string;\n\n /**\n * Defines a list of link that will be in the navbar as the main nav\n */\n @Input() links: KitNavbarLink[] = [];\n\n /**\n * Menu items that will be under avatar dropdown\n */\n @Input() menuItems: KitNavbarMenuItem[] = [];\n\n /**\n * Needs to be used to extract initials for avatar and show it there\n */\n @Input() username: string | null = null;\n\n /**\n * A link which will be open upon clicking the app logo\n */\n @Input() logoLink?: string;\n\n /**\n * States whether the menu is open\n * needed to control CSS class to rotate expand icon\n */\n readonly menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false);\n\n /**\n * Defines an icons list constant\n */\n readonly KitSvgIcon: typeof KitSvgIcon = KitSvgIcon;\n\n /**\n * This defines how menu will behave in case of menu opening\n */\n readonly openOnClickSettings: OpenOnClickSettings = {\n // \"click\" means that menu will be closed only in case of clicking outside of menu\n toggle: 'click',\n };\n\n /**\n * Called once menu is opened\n */\n onMenuOpened(): void {\n this.menuOpen$.next(true);\n }\n\n /**\n * Called once menu is closed\n */\n onMenuClosed(): void {\n this.menuOpen$.next(false);\n }\n\n /**\n * Occurs when any menu item is selected\n * we need to check whether the item is not the root one\n */\n onMenuSelect({ index, item }: MenuSelectEvent): void {\n if (index === ROOT_MENU_ITEM_INDEX) {\n return;\n }\n item.data.action();\n }\n\n /**\n * Builds an object to pass action though events\n */\n getMenuItemData(item: KitNavbarMenuItem): KitNavbarMenuItemData {\n return {\n action: item.action,\n };\n }\n\n getUsernameInitials(): string {\n return getInitialsByName(this.username);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitNavbarComponent } from './kit-navbar.component';\nimport { RouterModule } from '@angular/router';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { MenuModule } from '@progress/kendo-angular-menu';\nimport { AvatarModule } from '@progress/kendo-angular-layout';\n\n@NgModule({\n declarations: [\n KitNavbarComponent,\n ],\n imports: [\n CommonModule,\n RouterModule,\n KitSvgIconModule,\n MenuModule,\n AvatarModule,\n ],\n exports: [\n KitNavbarComponent,\n ],\n})\nexport class KitNavbarModule {\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 {\n ChangeDetectionStrategy,\n Component,\n ElementRef,\n EventEmitter,\n forwardRef,\n Input,\n Output,\n ViewEncapsulation,\n} 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\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 needs to be selected as a default value\n */\n @Input() defaultValue?: KitAutocompleteItem<T>;\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 * 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 * Defines a value of the current selected dropdown list item\n */\n selectedValue: KitAutocompleteItem<T> | null = null;\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?.value || 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 * 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.value);\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onBlur(): void {\n this.onTouched();\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: 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: T): void {\n this.onChange(value);\n }\n\n registerOnChange(fn: (_: 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 { 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';\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 ],\n exports: [\n KitAutocompleteComponent,\n ],\n})\nexport class KitAutocompleteModule {\n}\n"]}
1
+ {"version":3,"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-svg-icon/kit-svg-icon.const.ts","../../../projects/ui-kit/src/lib/components/kit-button/kit-button.module.ts","../../../projects/ui-kit/src/lib/components/kit-header/kit-header.component.ts","../../../projects/ui-kit/src/lib/components/kit-header/kit-header.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-loader/kit-loader.component.ts","../../../projects/ui-kit/src/lib/components/kit-switch/kit-switch.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.module.ts","../../../projects/ui-kit/src/lib/components/kit-textbox/kit-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-input-message/kit-input-message.module.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-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-expandable-panel/kit-expandable-panel.component.ts","../../../projects/ui-kit/src/lib/components/kit-entity-card/kit-entity-card.component.ts","../../../projects/ui-kit/src/lib/components/kit-expandable-panel/kit-expandable-panel.module.ts","../../../projects/ui-kit/src/lib/components/kit-units-textbox/kit-units-textbox.component.ts","../../../projects/ui-kit/src/lib/components/kit-entity-card/kit-entity-card.module.ts","../../../projects/ui-kit/src/lib/components/kit-units-textbox/kit-units-textbox.module.ts","../../../projects/ui-kit/src/lib/components/kit-cta-panel/kit-cta-panel.component.ts","../../../projects/ui-kit/src/lib/components/kit-cta-panel/kit-cta-panel.module.ts","../../../projects/ui-kit/src/lib/components/kit-datetimepicker/kit-datetimepicker.component.ts","../../../projects/ui-kit/src/lib/components/kit-notification/kit-notification.component.ts","../../../projects/ui-kit/src/lib/components/kit-datetimepicker/kit-datetimepicker.module.ts","../../../projects/ui-kit/src/lib/components/kit-notification/kit-notification.module.ts","../../../projects/ui-kit/src/lib/components/kit-navbar/kit-navbar.component.ts","../../../projects/ui-kit/src/lib/components/kit-navbar/kit-navbar.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.component.ts","../../../projects/ui-kit/src/lib/components/kit-autocomplete/kit-autocomplete.module.ts"],"names":["KitButtonType","KitButtonKind","KitButtonIconPosition","this","disabled","label","type","PRIMARY","kind","REGULAR","iconPosition","RIGHT","clicked","EventEmitter","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","Input","Output","icon","iconClass","NgModule","declarations","KitSvgIconComponent","exports","KitSvgIcon","imports","ButtonModule","CommonModule","KitSvgIconModule","KitButtonComponent","getInitialsByName","name","result","initials","Array","isArray","join","KitHeaderComponent","links","menuItems","username","menuOpen$","BehaviorSubject","SvgIconLogo","LOGO","SvgIconChevronDown","CHEVRON_DOWN","openOnClickSettings","toggle","prototype","onMenuOpened","next","onMenuClosed","onMenuSelect","_a","index","item","data","action","getMenuItemData","getUsernameInitials","encapsulation","ViewEncapsulation","None","AvatarModule","RouterModule","MenuModule","host","hidden","KitSvgSpriteComponent","KitSwitchMode","KitLoaderComponent","KitSwitchComponent","items","mode","SINGLE","selected","onItemSelect","isSingleMode","emit","isItemSelected","selection","includes","value","KitInputMessageType","ButtonGroupModule","DEFAULT","message","KitTextboxComponent","defaultValue","messageType","blured","changed","onChange","onTouched","writeValue","registerOnChange","fn","registerOnTouched","setDisabledState","onInputBlur","onInputChange","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","KitInputMessageComponent","TextBoxModule","LabelModule","KitInputMessageModule","KitNumericTextboxComponent","NumericTextBoxModule","KitDropdownComponent","dropdownPopupSettings","popupClass","onItemDisabled","context","dataItem","selectedItem","DropDownListModule","ReactiveFormsModule","KitTextareaComponent","focused","ngOnChanges","calculateLineHeight","minHeight","minLines","maxHeight","maxLines","onTextareaFocus","onTextareaBlur","onTextareaChange","event","target","KitTextareaAutoresizeDirective","elementRef","onInput","resize","ngOnInit","nativeElement","scrollHeight","style","height","Directive","ElementRef","HostListener","htmlMode","HINT","KitTextLabelComponent","KitExpandablePanelComponent","caption","expandIcon","CHEVRON_UP","collapseIcon","expandable","expanded","toggled","onPanelToggle","animations","trigger","state","transition","animate","KitCardSize","CHEVRON_RIGHT","size","XLARGE","KitUnitsTextboxDropdownPosition","KitUnitsTextboxType","KitEntityCardComponent","KitUnitsTextboxComponent","dropdownItems","textBoxValue","textBoxFormControl","FormControl","dropdownFormControl","dropdownPosition","textboxType","TEXT","appendTo","width","patchValue","markAsDirty","markAsTouched","onDropdownBlur","FormsModule","KitCtaPanelComponent","KitButtonModule","KitDatetimepickerComponent","isValid","format","CALENDAR","datetimepickerPopupSettings","onPopupToggle","datetimepicker","focus","onBlur","onClose","onValueChange","Date","defaultDate","ViewChild","KitNotificationType","DateInputsModule","INFO","KitNotificationComponent","KitNavbarComponent","KitLocationStepperComponent","KitAutocompleteComponent","_this","loaderVisible","selectedValue","normalizedSelectedValue$","text$","pipe","map","content","onFilterChange","onValueSelect","onFocus","querySelector","select","DropDownsModule","InputsModule","KitLoaderModule"],"mappings":"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","sourcesContent":["export enum KitButtonType {\n PRIMARY = 'primary',\n SECONDARY = 'secondary',\n TERTIARY = 'tertiary',\n GHOST = 'ghost',\n GREY = 'grey',\n}\n\nexport enum KitButtonKind {\n REGULAR = 'regular',\n MINI = 'mini',\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.PRIMARY;\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.REGULAR;\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","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}\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, Input, Predicate, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { MenuSelectEvent, OpenOnClickSettings } from '@progress/kendo-angular-menu';\nimport { BehaviorSubject } from 'rxjs';\nimport initials from 'initials';\n\ntype KitHeaderMenuItemCallback = () => void;\n\nexport interface KitHeaderLink {\n title: string;\n link: string;\n disabled?: Predicate<void>;\n}\n\nexport interface KitHeaderMenuItem {\n text: string;\n action: KitHeaderMenuItemCallback;\n}\n\n/**\n * We need this to run callback from items not from parent component\n */\ninterface KitHeaderMenuItemData {\n action: KitHeaderMenuItemCallback;\n}\n\n/**\n * This is needed in order to check whether this is the root menu item\n */\nconst ROOT_MENU_ITEM_INDEX: string = '0';\n\nconst getInitialsByName = (name: string | null | undefined): string => {\n // we don't like reflexion but \"initials\" library returns union type\n // so we don't want to have union type in our app\n const result: string | string[] = initials(name || '');\n\n return Array.isArray(result) && result.join() || result as string;\n};\n\n@Component({\n selector: 'kit-header',\n templateUrl: './kit-header.component.html',\n styleUrls: ['./kit-header.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitHeaderComponent {\n /**\n * Defines a value that is going to be applied as a title in the header\n */\n @Input() caption?: string;\n\n /**\n * Defines a value that is going to be reflected in an avatar\n */\n @Input() initials?: string;\n\n /**\n * Defines a list of link that will be in the header as the main nav\n */\n @Input() links: KitHeaderLink[] = [];\n\n /**\n * Menu items that will be under avatar dropdown\n */\n @Input() menuItems: KitHeaderMenuItem[] = [];\n\n /**\n * Needs to be used to extract initials for avatar and show it there\n */\n @Input() username: string | null = null;\n\n /**\n * A link which will be open upon clicking the app logo\n */\n @Input() logoLink?: string;\n\n /**\n * States whether the menu is open\n * needed to control CSS class to rotate expand icon\n */\n readonly menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false);\n\n /**\n * An icon which will be used as a primary logotype in the header\n */\n readonly SvgIconLogo: string = KitSvgIcon.LOGO;\n\n /**\n * An icon which will be used as an expand icon next to avatar\n */\n readonly SvgIconChevronDown: string = KitSvgIcon.CHEVRON_DOWN;\n\n /**\n * This defines how menu will behave in case of menu opening\n */\n readonly openOnClickSettings: OpenOnClickSettings = {\n // \"click\" means that menu will be closed only in case of clicking outside of menu\n toggle: 'click',\n };\n\n /**\n * Called once menu is opened\n */\n onMenuOpened(): void {\n this.menuOpen$.next(true);\n }\n\n /**\n * Called once menu is closed\n */\n onMenuClosed(): void {\n this.menuOpen$.next(false);\n }\n\n /**\n * Occurs when any menu item is selected\n * we need to check whether the item is not the root one\n */\n onMenuSelect({ index, item }: MenuSelectEvent): void {\n if (index === ROOT_MENU_ITEM_INDEX) {\n return;\n }\n item.data.action();\n }\n\n /**\n * Builds an object to pass action though events\n */\n getMenuItemData(item: KitHeaderMenuItem): KitHeaderMenuItemData {\n return {\n action: item.action,\n };\n }\n\n getUsernameInitials(): string {\n return getInitialsByName(this.username);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { KitHeaderComponent } from './kit-header.component';\nimport { AvatarModule } from '@progress/kendo-angular-layout';\nimport { CommonModule } from '@angular/common';\nimport { RouterModule } from '@angular/router';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { MenuModule } from '@progress/kendo-angular-menu';\n\n@NgModule({\n declarations: [\n KitHeaderComponent,\n ],\n exports: [\n KitHeaderComponent,\n ],\n imports: [\n AvatarModule,\n CommonModule,\n RouterModule,\n KitSvgIconModule,\n MenuModule,\n ],\n})\nexport class KitHeaderModule {\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","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 { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewEncapsulation } from '@angular/core';\nimport { KitSwitchItem } from './kit-switch-item.model';\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\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 * 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 { 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 { 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';\n\n@NgModule({\n declarations: [\n KitSwitchComponent,\n ],\n exports: [\n KitSwitchComponent,\n ],\n imports: [\n ButtonGroupModule,\n ButtonModule,\n CommonModule,\n KitSvgIconModule,\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 { 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 { 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, 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';\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\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 * 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 {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n forwardRef,\n Input,\n OnChanges,\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';\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 * 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\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","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, TemplateRef } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { animate, state, style, transition, trigger } from '@angular/animations';\n\n@Component({\n selector: 'kit-expandable-panel',\n templateUrl: './kit-expandable-panel.component.html',\n styleUrls: ['./kit-expandable-panel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('expandInOut', [\n state('true', style({ height: '*' })),\n state('false', style({ height: 0 })),\n transition('true <=> false', animate('200ms')),\n ]),\n ],\n})\nexport class KitExpandablePanelComponent {\n /**\n * Defines a value that is going to be applied as panel title\n */\n @Input() caption: string = '';\n\n /**\n * An icon which will be used as a panel expand button icon\n */\n @Input() expandIcon?: KitSvgIcon = KitSvgIcon.CHEVRON_UP;\n\n /**\n * An icon which will be used as a panel collapse button icon\n */\n @Input() collapseIcon?: KitSvgIcon = KitSvgIcon.CHEVRON_DOWN;\n\n /**\n * States whether the panel will be expandable or not\n */\n @Input() expandable?: boolean = true;\n\n /**\n * States whether the panel will be expanded or collapsed\n */\n @Input() expanded?: boolean = true;\n\n /**\n * Defines a template ref which is going to be as an additional header section\n */\n @Input() additionalHeaderTemplateRef?: TemplateRef<HTMLElement>;\n\n /**\n * An event which will occur once the panel changes its state\n */\n @Output() toggled: EventEmitter<boolean> = new EventEmitter<boolean>();\n\n /**\n * Function that is called when clicking on toggle button\n */\n onPanelToggle(): void {\n this.expanded = !this.expanded;\n this.toggled.emit(this.expanded);\n }\n}\n","import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\n\nexport enum KitCardSize {\n XLARGE = 'x-large',\n LARGE = 'large'\n}\n\n@Component({\n selector: 'kit-entity-card',\n templateUrl: './kit-entity-card.component.html',\n styleUrls: ['./kit-entity-card.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitEntityCardComponent {\n /**\n * Defines an icon which to be shown on the card\n */\n icon: KitSvgIcon = KitSvgIcon.CHEVRON_RIGHT;\n\n /**\n * Defines a CSS class that will be applied to the card\n */\n @Input() size: KitCardSize = KitCardSize.XLARGE;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitExpandablePanelComponent } from './kit-expandable-panel.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitExpandablePanelComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitExpandablePanelComponent,\n ],\n})\n\nexport class KitExpandablePanelModule { }\n","import {\n ChangeDetectionStrategy,\n Component,\n EventEmitter,\n Input,\n Output,\n ViewEncapsulation,\n} 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\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 * 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 { KitEntityCardComponent } from './kit-entity-card.component';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\n\n@NgModule({\n declarations: [\n KitEntityCardComponent,\n ],\n imports: [\n CommonModule,\n KitSvgIconModule,\n ],\n exports: [\n KitEntityCardComponent,\n ],\n})\nexport class KitEntityCardModule {\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 { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';\n\n@Component({\n selector: 'kit-cta-panel',\n templateUrl: './kit-cta-panel.component.html',\n styleUrls: ['./kit-cta-panel.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitCtaPanelComponent {\n}\n","import { NgModule } from '@angular/core';\nimport { KitCtaPanelComponent } from './kit-cta-panel.component';\nimport { CommonModule } from '@angular/common';\nimport { KitButtonModule } from '../kit-button/kit-button.module';\n\n@NgModule({\n declarations: [\n KitCtaPanelComponent,\n ],\n exports: [\n KitCtaPanelComponent,\n ],\n imports: [\n KitButtonModule,\n CommonModule,\n ],\n})\nexport class KitCtaPanelModule {\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 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 { 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})\nexport class KitNotificationComponent {\n /**\n * Defines a value which going to be an notification message text\n */\n @Input() message: string = '';\n\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 { 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 { 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, Predicate, ViewEncapsulation } from '@angular/core';\nimport { KitSvgIcon } from '../kit-svg-icon/kit-svg-icon.const';\nimport { MenuSelectEvent, OpenOnClickSettings } from '@progress/kendo-angular-menu';\nimport { BehaviorSubject } from 'rxjs';\nimport initials from 'initials';\n\ntype KitNavbarMenuItemCallback = () => void;\n\nexport interface KitNavbarLink {\n title: string;\n link: string | string[];\n subTitle: string | null;\n disabled?: Predicate<void>;\n}\n\nexport interface KitNavbarMenuItem {\n text: string;\n action: KitNavbarMenuItemCallback;\n}\n\n/**\n * We need this to run callback from items not from parent component\n */\ninterface KitNavbarMenuItemData {\n action: KitNavbarMenuItemCallback;\n}\n\n/**\n * This is needed in order to check whether this is the root menu item\n */\nconst ROOT_MENU_ITEM_INDEX: string = '0';\n\nconst getInitialsByName = (name: string | null | undefined): string => {\n // we don't like reflexion but \"initials\" library returns union type\n // so we don't want to have union type in our app\n const result: string | string[] = initials(name || '');\n\n return Array.isArray(result) && result.join() || result as string;\n};\n\n@Component({\n selector: 'kit-navbar',\n templateUrl: './kit-navbar.component.html',\n styleUrls: ['./kit-navbar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})\nexport class KitNavbarComponent {\n /**\n * Defines a value that is going to be applied as a title in the navbar\n */\n @Input() caption?: string;\n\n /**\n * Defines a value that is going to be reflected in an avatar\n */\n @Input() initials?: string;\n\n /**\n * Defines a list of link that will be in the navbar as the main nav\n */\n @Input() links: KitNavbarLink[] = [];\n\n /**\n * Menu items that will be under avatar dropdown\n */\n @Input() menuItems: KitNavbarMenuItem[] = [];\n\n /**\n * Needs to be used to extract initials for avatar and show it there\n */\n @Input() username: string | null = null;\n\n /**\n * A link which will be open upon clicking the app logo\n */\n @Input() logoLink?: string;\n\n /**\n * States whether the menu is open\n * needed to control CSS class to rotate expand icon\n */\n readonly menuOpen$: BehaviorSubject<boolean> = new BehaviorSubject<boolean>(false);\n\n /**\n * Defines an icons list constant\n */\n readonly KitSvgIcon: typeof KitSvgIcon = KitSvgIcon;\n\n /**\n * This defines how menu will behave in case of menu opening\n */\n readonly openOnClickSettings: OpenOnClickSettings = {\n // \"click\" means that menu will be closed only in case of clicking outside of menu\n toggle: 'click',\n };\n\n /**\n * Called once menu is opened\n */\n onMenuOpened(): void {\n this.menuOpen$.next(true);\n }\n\n /**\n * Called once menu is closed\n */\n onMenuClosed(): void {\n this.menuOpen$.next(false);\n }\n\n /**\n * Occurs when any menu item is selected\n * we need to check whether the item is not the root one\n */\n onMenuSelect({ index, item }: MenuSelectEvent): void {\n if (index === ROOT_MENU_ITEM_INDEX) {\n return;\n }\n item.data.action();\n }\n\n /**\n * Builds an object to pass action though events\n */\n getMenuItemData(item: KitNavbarMenuItem): KitNavbarMenuItemData {\n return {\n action: item.action,\n };\n }\n\n getUsernameInitials(): string {\n return getInitialsByName(this.username);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { KitNavbarComponent } from './kit-navbar.component';\nimport { RouterModule } from '@angular/router';\nimport { KitSvgIconModule } from '../kit-svg-icon/kit-svg-icon.module';\nimport { MenuModule } from '@progress/kendo-angular-menu';\nimport { AvatarModule } from '@progress/kendo-angular-layout';\n\n@NgModule({\n declarations: [\n KitNavbarComponent,\n ],\n imports: [\n CommonModule,\n RouterModule,\n KitSvgIconModule,\n MenuModule,\n AvatarModule,\n ],\n exports: [\n KitNavbarComponent,\n ],\n})\nexport class KitNavbarModule {\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 {\n ChangeDetectionStrategy,\n Component,\n ElementRef,\n EventEmitter,\n forwardRef,\n Input,\n Output,\n ViewEncapsulation,\n} 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\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 needs to be selected as a default value\n */\n @Input() defaultValue?: KitAutocompleteItem<T>;\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 * 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 * Defines a value of the current selected dropdown list item\n */\n selectedValue: KitAutocompleteItem<T> | null = null;\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?.value || 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 * 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.value);\n }\n\n /**\n * Function that is called when input field lost focus\n */\n onBlur(): void {\n this.onTouched();\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: 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: T): void {\n this.onChange(value);\n }\n\n registerOnChange(fn: (_: 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 { 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';\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 ],\n exports: [\n KitAutocompleteComponent,\n ],\n})\nexport class KitAutocompleteModule {\n}\n"]}
@@ -111,7 +111,7 @@ KitAutocompleteComponent.decorators = [
111
111
  useExisting: forwardRef(() => KitAutocompleteComponent),
112
112
  multi: true,
113
113
  }],
114
- styles: [".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-autocomplete .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-autocomplete .k-select{display:none}.kit-autocomplete .k-combobox{width:100%}.kit-autocomplete .k-dropdown-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;height:34px}.kit-autocomplete .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-autocomplete .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-autocomplete .k-input::-moz-selection{background:#006890}.kit-autocomplete .k-input::selection{background:#006890}.kit-autocomplete .kit-loader,.kit-autocomplete .kit-loader>div,.kit-autocomplete .loader{height:100%}.kit-autocomplete .kit-autocomplete-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 5px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-autocomplete .kit-autocomplete-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none;color:#006890;font-size:13px;font-weight:500;line-height:1.26;min-height:auto;padding:8px 20px}.kit-autocomplete .kit-autocomplete-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-autocomplete .kit-autocomplete-popup .k-item.k-state-selected{background-color:#fff;color:#006890}.kit-autocomplete .kit-autocomplete-popup .k-item.k-state-selected,.kit-autocomplete .kit-autocomplete-popup .k-item:active{background-color:#006890;color:#fff;font-size:14px;font-weight:400;padding:8px}.kit-autocomplete:focus-within .k-dropdown-wrap{border-color:#cce1e9}.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup{height:200px}.kit-autocomplete.autocomplete-empty .kit-autocomplete-popup,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-list-scroller,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-nodata{display:none}.kit-autocomplete.autocomplete-disabled .label{color:#74777d}"]
114
+ styles: [".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-autocomplete .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-autocomplete .k-select{display:none}.kit-autocomplete .k-combobox{width:100%}.kit-autocomplete .k-dropdown-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;height:34px}.kit-autocomplete .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-autocomplete .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-autocomplete .k-input::-moz-selection{background:#006890}.kit-autocomplete .k-input::selection{background:#006890}.kit-autocomplete .kit-loader,.kit-autocomplete .kit-loader>div,.kit-autocomplete .loader{height:100%}.kit-autocomplete .kit-autocomplete-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 5px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-autocomplete .kit-autocomplete-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;line-height:1.26;min-height:auto;padding:8px}.kit-autocomplete .kit-autocomplete-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-autocomplete .kit-autocomplete-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-autocomplete:focus-within .k-dropdown-wrap{border-color:#006890}.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup{height:200px}.kit-autocomplete.autocomplete-empty .kit-autocomplete-popup,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-list-scroller,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-nodata{display:none}.kit-autocomplete.autocomplete-disabled .label{color:#74777d}"]
115
115
  },] }
116
116
  ];
117
117
  KitAutocompleteComponent.ctorParameters = () => [
@@ -15,10 +15,6 @@ export class KitDatetimepickerComponent {
15
15
  * An action which is emitted when datetimepicker value changed
16
16
  */
17
17
  this.changed = new EventEmitter();
18
- /**
19
- * Defines a state whether the component will be hovered or not
20
- */
21
- this.isHovered = false;
22
18
  /**
23
19
  * An icon which will be used in a datetimepicker toggle button
24
20
  */
@@ -40,12 +36,6 @@ export class KitDatetimepickerComponent {
40
36
  this.onTouched = () => {
41
37
  };
42
38
  }
43
- /**
44
- * Function that is called when mouse over on component or mouse pointer moved out from it
45
- */
46
- onHover() {
47
- this.isHovered = !this.isHovered;
48
- }
49
39
  /**
50
40
  * Function used to toggle visibility of the datetimepicker popup
51
41
  */
@@ -88,7 +78,7 @@ export class KitDatetimepickerComponent {
88
78
  KitDatetimepickerComponent.decorators = [
89
79
  { type: Component, args: [{
90
80
  selector: 'kit-datetimepicker',
91
- template: "<div class=\"kit-datetimepicker\"\n [class.datetimepicker-hovered]=\"isHovered\"\n [class.datetimepicker-disabled]=\"disabled\"\n [class.datetimepicker-invalid]=\"!isValid\"\n [class.datetimepicker-opened]=\"datetimepicker.isOpen\"\n>\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"datetimepicker\"\n ></kendo-label>\n <div class=\"datetimepicker-wrap\" (mouseenter)=\"onHover()\" (mouseleave)=\"onHover()\">\n <kendo-datetimepicker #datetimepicker\n [placeholder]=\"placeholder\"\n [format]=\"format\"\n [disabled]=\"disabled\"\n [popupSettings]=\"datetimepickerPopupSettings\"\n [value]=\"defaultDate\"\n [min]=\"min\" [max]=\"max\"\n (valueChange)=\"onValueChange($event)\"\n (blur)=\"onBlur()\"\n (close)=\"onClose()\"\n ></kendo-datetimepicker>\n <button class=\"toggle-btn\" (click)=\"onPopupToggle()\">\n <kit-svg-icon *ngIf=\"icon\"\n class=\"button-icon\"\n [icon]=\"icon\"\n ></kit-svg-icon>\n </button>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
81
+ template: "<div class=\"kit-datetimepicker\"\n [class.datetimepicker-disabled]=\"disabled\"\n [class.datetimepicker-invalid]=\"!isValid\"\n [class.datetimepicker-opened]=\"datetimepicker.isOpen\"\n>\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"datetimepicker\"\n ></kendo-label>\n <div class=\"datetimepicker-wrap\">\n <kendo-datetimepicker #datetimepicker\n [placeholder]=\"placeholder\"\n [format]=\"format\"\n [disabled]=\"disabled\"\n [popupSettings]=\"datetimepickerPopupSettings\"\n [value]=\"defaultDate\"\n [min]=\"min\" [max]=\"max\"\n (valueChange)=\"onValueChange($event)\"\n (blur)=\"onBlur()\"\n (close)=\"onClose()\"\n ></kendo-datetimepicker>\n <button class=\"toggle-btn\" (click)=\"onPopupToggle()\">\n <kit-svg-icon *ngIf=\"icon\"\n class=\"button-icon\"\n [icon]=\"icon\"\n ></kit-svg-icon>\n </button>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
92
82
  changeDetection: ChangeDetectionStrategy.OnPush,
93
83
  encapsulation: ViewEncapsulation.None,
94
84
  providers: [{
@@ -96,7 +86,7 @@ KitDatetimepickerComponent.decorators = [
96
86
  useExisting: forwardRef(() => KitDatetimepickerComponent),
97
87
  multi: true,
98
88
  }],
99
- styles: [".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-datetimepicker .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-datetimepicker .datetimepicker-wrap{position:relative}.kit-datetimepicker .k-datetimepicker{height:34px;width:100%}.kit-datetimepicker .k-datetimepicker .k-dateinput-wrap{background:none;border-radius:6px}.kit-datetimepicker .k-picker-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-datetimepicker .k-picker-wrap.k-state-focused{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-datetimepicker .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-datetimepicker .k-input::-moz-placeholder{color:#74777d}.kit-datetimepicker .k-input:-ms-input-placeholder{color:#74777d}.kit-datetimepicker .k-input::placeholder{color:#74777d}.kit-datetimepicker .k-input::-moz-selection{background:#006890}.kit-datetimepicker .k-input::selection{background:#006890}.kit-datetimepicker .toggle-btn{background:none;border:none;cursor:pointer;height:100%;padding:0 8px;position:absolute;right:0;top:0}.kit-datetimepicker .toggle-btn .button-icon{display:block;fill:transparent;height:16px;stroke:#000;width:16px}.kit-datetimepicker.datetimepicker-hovered .label{color:#74777d}.kit-datetimepicker.datetimepicker-hovered .k-picker-wrap{border-color:#006890}.kit-datetimepicker.datetimepicker-hovered .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-hovered .toggle-btn .button-icon,.kit-datetimepicker.datetimepicker-opened .toggle-btn .button-icon{stroke:#006890}.kit-datetimepicker:focus-within .label{color:#74777d}.kit-datetimepicker:focus-within .k-picker-wrap{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-datetimepicker:focus-within .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-disabled .label{color:#74777d}.kit-datetimepicker.datetimepicker-disabled .k-picker-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-datetimepicker.datetimepicker-disabled .k-input{color:#9a9fa6}.kit-datetimepicker.datetimepicker-disabled .toggle-btn{cursor:default}.kit-datetimepicker.datetimepicker-disabled .toggle-btn .button-icon{stroke:#c1c7d0}.kit-datetimepicker.datetimepicker-invalid .label{color:#74777d}.kit-datetimepicker.datetimepicker-invalid .k-picker-wrap{background-color:#f8e0e0;border-color:#da1e28}.kit-datetimepicker.datetimepicker-invalid .k-input{color:#27282a}.kit-datetimepicker .k-select{display:none}.kit-datetimepicker-popup.k-popup{background:#f3f4f6;border:1px solid #006890;border-radius:6px;box-shadow:none;margin-top:8px}.kit-datetimepicker-popup.k-popup .k-datetime-wrap{width:296px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup{background:#dadde3;border-radius:6px 6px 0 0;padding:4px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button{background:#dadde3;border:1px solid #c1c7d0;border-radius:6px 6px 0 0;color:#27282a;font-size:13px;font-weight:400;height:32px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button.k-state-active{background:#fff}.kit-datetimepicker-popup.k-popup .k-datetime-selector{background:none;padding-top:6px}.kit-datetimepicker-popup.k-popup .kalendar-view{padding:0}.kit-datetimepicker-popup.k-popup .k-datetime-calendar-wrap,.kit-datetimepicker-popup.k-popup .k-datetime-time-wrap{flex-basis:296px}.kit-datetimepicker-popup.k-popup .k-calendar{background:none;width:100%}.kit-datetimepicker-popup.k-popup .k-link{align-items:center;border-radius:50%;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;height:100%;width:100%}.kit-datetimepicker-popup.k-popup .k-link:hover{background:none;color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-view{padding:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-view:after{display:none}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-calendar-th{color:#9a9fa6;font-size:16px;font-weight:700;height:auto;padding:6px 0}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-link{width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-table{border-collapse:collapse}.kit-datetimepicker-popup.k-popup .k-calendar-header,.kit-datetimepicker-popup.k-popup .k-time-header{background:#fff;border-radius:6px 6px 0 0;margin:0 0 6px;padding:4px 30px}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-title,.kit-datetimepicker-popup.k-popup .k-time-header .k-title{color:#27282a;font-size:16px;font-weight:700;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-time-header .k-today{color:#7ccdf4;font-size:16px;font-weight:400;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-today:hover{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays{padding:6px 8px 0}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays .k-calendar-th{color:#27282a;font-size:13px;font-weight:500;height:40px;line-height:1;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-content{box-sizing:border-box;margin:0;padding:0 8px}.kit-datetimepicker-popup.k-popup .k-calendar-content>.k-calendar-table{margin:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-td{border:1px solid #dfdfdf;height:40px;width:40px}.kit-datetimepicker-popup.k-popup .k-calendar-td:hover .k-link{background:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-empty{border:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-today .k-link{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-selected .k-link{background:#7ccdf4;border:1px solid #dfdfdf;color:#fff}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-focused .k-link{box-shadow:none}.kit-datetimepicker-popup.k-popup .k-action-buttons{border-top:1px solid #006890;justify-content:center;margin-top:0;padding:12px}.kit-datetimepicker-popup.k-popup .k-action-buttons .k-button{border:none;border-radius:4px;flex:0 0 auto;font-size:14px;font-weight:400;height:30px;margin:0 5px;width:110px}.kit-datetimepicker-popup.k-popup .k-time-cancel{background:#dadde3;color:#27282a}.kit-datetimepicker-popup.k-popup .k-time-accept{background:#006890;color:#fff}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper{background:#fff;height:252px;padding:0}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:after,.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper.k-state-focused{background:#f3f4f6}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper .k-title{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;margin:0}.kit-datetimepicker-popup.k-popup .k-time-list:after,.kit-datetimepicker-popup.k-popup .k-time-list:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list .k-item{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0}.kit-datetimepicker-popup.k-popup .k-time-container{bottom:0;top:40px}.kit-datetimepicker-popup.k-popup .k-time-highlight{border-color:#cdd2d9;height:40px;transform:none}.kit-datetimepicker-popup.k-popup .k-time-separator{margin-top:40px}"]
89
+ styles: [".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-datetimepicker .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-datetimepicker .datetimepicker-wrap{position:relative}.kit-datetimepicker .k-datetimepicker{height:34px;width:100%}.kit-datetimepicker .k-datetimepicker .k-dateinput-wrap{background:none;border-radius:6px}.kit-datetimepicker .k-picker-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-datetimepicker .k-picker-wrap:hover{border-color:#c1c7d0}.kit-datetimepicker .k-picker-wrap.k-state-focused{border-color:#006890;box-shadow:none}.kit-datetimepicker .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-datetimepicker .k-input::-moz-placeholder{color:#74777d}.kit-datetimepicker .k-input:-ms-input-placeholder{color:#74777d}.kit-datetimepicker .k-input::placeholder{color:#74777d}.kit-datetimepicker .k-input::-moz-selection{background:#006890}.kit-datetimepicker .k-input::selection{background:#006890}.kit-datetimepicker .toggle-btn{background:none;border:none;cursor:pointer;height:100%;padding:0 8px;position:absolute;right:0;top:0}.kit-datetimepicker .toggle-btn .button-icon{display:block;fill:transparent;height:16px;stroke:#000;width:16px}.kit-datetimepicker.datetimepicker-opened .toggle-btn .button-icon{stroke:#006890}.kit-datetimepicker:focus-within .k-picker-wrap{border-color:#006890}.kit-datetimepicker:focus-within .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-disabled .label{color:#74777d}.kit-datetimepicker.datetimepicker-disabled .k-picker-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-datetimepicker.datetimepicker-disabled .k-input{color:#9a9fa6}.kit-datetimepicker.datetimepicker-disabled .toggle-btn{cursor:default}.kit-datetimepicker.datetimepicker-disabled .toggle-btn .button-icon{stroke:#c1c7d0}.kit-datetimepicker.datetimepicker-invalid .k-picker-wrap{background-color:#f8e0e0;border-color:#ef3e42}.kit-datetimepicker.datetimepicker-invalid .k-input{color:#27282a}.kit-datetimepicker .k-select{display:none}.kit-datetimepicker-popup.k-popup{background:#f3f4f6;border:1px solid #006890;border-radius:6px;box-shadow:none;margin-top:8px}.kit-datetimepicker-popup.k-popup .k-datetime-wrap{width:296px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup{background:#dadde3;border-radius:6px 6px 0 0;padding:4px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button{background:#dadde3;border:1px solid #c1c7d0;border-radius:6px 6px 0 0;color:#27282a;font-size:13px;font-weight:400;height:32px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button.k-state-active{background:#fff}.kit-datetimepicker-popup.k-popup .k-datetime-selector{background:none;padding-top:6px}.kit-datetimepicker-popup.k-popup .kalendar-view{padding:0}.kit-datetimepicker-popup.k-popup .k-datetime-calendar-wrap,.kit-datetimepicker-popup.k-popup .k-datetime-time-wrap{flex-basis:296px}.kit-datetimepicker-popup.k-popup .k-calendar{background:none;width:100%}.kit-datetimepicker-popup.k-popup .k-link{align-items:center;border-radius:50%;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;height:100%;width:100%}.kit-datetimepicker-popup.k-popup .k-link:hover{background:none;color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-view{padding:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-view:after{display:none}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-calendar-th{color:#9a9fa6;font-size:16px;font-weight:700;height:auto;padding:6px 0}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-link{width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-table{border-collapse:collapse}.kit-datetimepicker-popup.k-popup .k-calendar-header,.kit-datetimepicker-popup.k-popup .k-time-header{background:#fff;border-radius:6px 6px 0 0;margin:0 0 6px;padding:4px 30px}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-title,.kit-datetimepicker-popup.k-popup .k-time-header .k-title{color:#27282a;font-size:16px;font-weight:700;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-time-header .k-today{color:#7ccdf4;font-size:16px;font-weight:400;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-today:hover{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays{padding:6px 8px 0}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays .k-calendar-th{color:#27282a;font-size:13px;font-weight:500;height:40px;line-height:1;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-content{box-sizing:border-box;margin:0;padding:0 8px}.kit-datetimepicker-popup.k-popup .k-calendar-content>.k-calendar-table{margin:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-td{border:1px solid #dfdfdf;height:40px;width:40px}.kit-datetimepicker-popup.k-popup .k-calendar-td:hover .k-link{background:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-empty{border:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-today .k-link{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-selected .k-link{background:#7ccdf4;border:1px solid #dfdfdf;color:#fff}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-focused .k-link{box-shadow:none}.kit-datetimepicker-popup.k-popup .k-action-buttons{border-top:1px solid #006890;justify-content:center;margin-top:0;padding:12px}.kit-datetimepicker-popup.k-popup .k-action-buttons .k-button{border:none;border-radius:4px;flex:0 0 auto;font-size:14px;font-weight:400;height:30px;margin:0 5px;width:110px}.kit-datetimepicker-popup.k-popup .k-time-cancel{background:#dadde3;color:#27282a}.kit-datetimepicker-popup.k-popup .k-time-accept{background:#006890;color:#fff}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper{background:#fff;height:252px;padding:0}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:after,.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper.k-state-focused{background:#f3f4f6}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper .k-title{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;margin:0}.kit-datetimepicker-popup.k-popup .k-time-list:after,.kit-datetimepicker-popup.k-popup .k-time-list:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list .k-item{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0}.kit-datetimepicker-popup.k-popup .k-time-container{bottom:0;top:40px}.kit-datetimepicker-popup.k-popup .k-time-highlight{border-color:#cdd2d9;height:40px;transform:none}.kit-datetimepicker-popup.k-popup .k-time-separator{margin-top:40px}"]
100
90
  },] }
101
91
  ];
102
92
  KitDatetimepickerComponent.propDecorators = {
@@ -113,4 +103,4 @@ KitDatetimepickerComponent.propDecorators = {
113
103
  changed: [{ type: Output }],
114
104
  datetimepicker: [{ type: ViewChild, args: ['datetimepicker',] }]
115
105
  };
116
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LWRhdGV0aW1lcGlja2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMva2l0LWRhdGV0aW1lcGlja2VyL2tpdC1kYXRldGltZXBpY2tlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUNOLFNBQVMsRUFDVCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBRWhFLE9BQU8sRUFBdUIsaUJBQWlCLEVBQUMsTUFBTSxnQkFBZ0IsQ0FBQztBQWN2RSxNQUFNLE9BQU8sMEJBQTBCO0lBWnZDO1FBc0NFOztXQUVHO1FBQ00sWUFBTyxHQUFhLElBQUksQ0FBQztRQUVsQzs7V0FFRztRQUNNLFdBQU0sR0FBVyxtQkFBbUIsQ0FBQztRQWlCOUM7O1dBRUc7UUFDTyxZQUFPLEdBQXVCLElBQUksWUFBWSxFQUFRLENBQUM7UUFPakU7O1dBRUc7UUFDSCxjQUFTLEdBQVksS0FBSyxDQUFDO1FBRTNCOztXQUVHO1FBQ0gsU0FBSSxHQUFlLFVBQVUsQ0FBQyxRQUFRLENBQUM7UUFFdkM7O1dBRUc7UUFDTSxnQ0FBMkIsR0FBa0I7WUFDcEQsVUFBVSxFQUFFLDBCQUEwQjtTQUN2QyxDQUFDO1FBc0NGOztXQUVHO1FBQ0gsYUFBUSxHQUFHLENBQUMsS0FBVyxFQUFRLEVBQUU7UUFDakMsQ0FBQyxDQUFDO1FBRUY7O1dBRUc7UUFDSCxjQUFTLEdBQUcsR0FBUyxFQUFFO1FBQ3ZCLENBQUMsQ0FBQztJQWtCSixDQUFDO0lBaEVDOztPQUVHO0lBQ0gsT0FBTztRQUNMLElBQUksQ0FBQyxTQUFTLEdBQUcsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDO0lBQ25DLENBQUM7SUFFRDs7T0FFRztJQUNILGFBQWE7UUFDWCxJQUFJLENBQUMsY0FBYyxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQzVCLElBQUksQ0FBQyxjQUFjLENBQUMsTUFBTSxFQUFFLENBQUM7SUFDL0IsQ0FBQztJQUVEOztPQUVHO0lBQ0gsTUFBTTtRQUNKLElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztJQUNuQixDQUFDO0lBRUQ7O09BRUc7SUFDSCxPQUFPO0lBQ1AsQ0FBQztJQUVEOztPQUVHO0lBQ0gsYUFBYSxDQUFDLEtBQVc7UUFDdkIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDekIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN2QixDQUFDO0lBY0QsVUFBVSxDQUFDLEtBQWE7UUFDdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDO1FBQy9CLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDckMsQ0FBQztJQUVELGdCQUFnQixDQUFDLEVBQXFCO1FBQ3BDLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxFQUFjO1FBQzlCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxRQUFpQjtRQUNoQyxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztJQUMzQixDQUFDOzs7WUF6SkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxvQkFBb0I7Z0JBQzlCLDA4Q0FBa0Q7Z0JBRWxELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2dCQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtnQkFDckMsU0FBUyxFQUFFLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQzt3QkFDekQsS0FBSyxFQUFFLElBQUk7cUJBQ1osQ0FBQzs7YUFDSDs7O29CQUtFLEtBQUs7MEJBS0wsS0FBSzt1QkFLTCxLQUFLOzBCQUtMLEtBQUs7MEJBS0wsS0FBSztzQkFLTCxLQUFLO3FCQUtMLEtBQUs7MEJBS0wsS0FBSztrQkFLTCxLQUFLO2tCQUtMLEtBQUs7c0JBS0wsTUFBTTs2QkFLTixTQUFTLFNBQUMsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRXZlbnRFbWl0dGVyLFxuICBmb3J3YXJkUmVmLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBWaWV3Q2hpbGQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFBvcHVwU2V0dGluZ3MgfSBmcm9tICdAcHJvZ3Jlc3Mva2VuZG8tYW5ndWxhci1kcm9wZG93bnMnO1xuaW1wb3J0IHsgS2l0U3ZnSWNvbiB9IGZyb20gJy4uL2tpdC1zdmctaWNvbi9raXQtc3ZnLWljb24uY29uc3QnO1xuaW1wb3J0IHsgRGF0ZVRpbWVQaWNrZXJDb21wb25lbnQgfSBmcm9tICdAcHJvZ3Jlc3Mva2VuZG8tYW5ndWxhci1kYXRlaW5wdXRzJztcbmltcG9ydCB7Q29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2tpdC1kYXRldGltZXBpY2tlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9raXQtZGF0ZXRpbWVwaWNrZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9raXQtZGF0ZXRpbWVwaWNrZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIHByb3ZpZGVyczogW3tcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBLaXREYXRldGltZXBpY2tlckNvbXBvbmVudCksXG4gICAgbXVsdGk6IHRydWUsXG4gIH1dLFxufSlcbmV4cG9ydCBjbGFzcyBLaXREYXRldGltZXBpY2tlckNvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yIHtcbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBkYXRldGltZXBpY2tlciBsYWJlbFxuICAgKi9cbiAgQElucHV0KCkgbGFiZWw/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBkYXRldGltZXBpY2tlciBwbGFjZWhvbGRlclxuICAgKi9cbiAgQElucHV0KCkgcGxhY2Vob2xkZXI/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgd2hldGhlciB0aGUgY29tcG9uZW50IHdpbGwgYmUgaW4gZGlzYWJsZWQgc3RhdGVcbiAgICovXG4gIEBJbnB1dCgpIGRpc2FibGVkPzogYm9vbGVhbjtcblxuICAvKipcbiAgICogRGVmaW5lcyBhbiBpY29uIHdoaWNoIHdpbGwgYmUgdXNlZCB0byB0aGUgbGVmdCBvZiB0aGUgaW5mbyBtZXNzYWdlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlSWNvbj86IEtpdFN2Z0ljb247XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCBnb2luZyB0byBiZSBhbiBpbmZvIG1lc3NhZ2UgdGV4dFxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZVRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSBzdGF0ZSB3aGV0aGVyIHRoZSBjb21wb25lbnQgd2lsbCBiZSB2YWxpZCBvciBub3RcbiAgICovXG4gIEBJbnB1dCgpIGlzVmFsaWQ/OiBib29sZWFuID0gdHJ1ZTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIGRhdGV0aW1lcGlja2VyIGZvcm1hdFxuICAgKi9cbiAgQElucHV0KCkgZm9ybWF0OiBzdHJpbmcgPSAnZGQgTU1NIHl5eXkgSEg6bW0nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgZGVmYXVsdCBkYXRldGltZXBpY2tlciB2YWx1ZVxuICAgKi9cbiAgQElucHV0KCkgZGVmYXVsdERhdGU/OiBEYXRlO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIHNtYWxsZXN0IHZhbGlkIGRhdGVcbiAgICovXG4gIEBJbnB1dCgpIG1pbj86IERhdGU7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgYmlnZ2VzdCB2YWxpZCBkYXRlXG4gICAqL1xuICBASW5wdXQoKSBtYXg/OiBEYXRlO1xuXG4gIC8qKlxuICAgKiBBbiBhY3Rpb24gd2hpY2ggaXMgZW1pdHRlZCB3aGVuIGRhdGV0aW1lcGlja2VyIHZhbHVlIGNoYW5nZWRcbiAgICovXG4gIEBPdXRwdXQoKSBjaGFuZ2VkOiBFdmVudEVtaXR0ZXI8RGF0ZT4gPSBuZXcgRXZlbnRFbWl0dGVyPERhdGU+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSByZWZlcmVuY2Ugb2YgdGhlIERhdGVUaW1lUGlja2VyIGNvbXBvbmVudFxuICAgKi9cbiAgQFZpZXdDaGlsZCgnZGF0ZXRpbWVwaWNrZXInKSBkYXRldGltZXBpY2tlciE6IERhdGVUaW1lUGlja2VyQ29tcG9uZW50O1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgc3RhdGUgd2hldGhlciB0aGUgY29tcG9uZW50IHdpbGwgYmUgaG92ZXJlZCBvciBub3RcbiAgICovXG4gIGlzSG92ZXJlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIC8qKlxuICAgKiBBbiBpY29uIHdoaWNoIHdpbGwgYmUgdXNlZCBpbiBhIGRhdGV0aW1lcGlja2VyIHRvZ2dsZSBidXR0b25cbiAgICovXG4gIGljb246IEtpdFN2Z0ljb24gPSBLaXRTdmdJY29uLkNBTEVOREFSO1xuXG4gIC8qKlxuICAgKiBTZXR0aW5ncyBmb3IgZGF0ZXRpbWVwaWNrZXIgcG9wdXAgdGhhdCB3aWxsIGJlIG9wZW5lZFxuICAgKi9cbiAgcmVhZG9ubHkgZGF0ZXRpbWVwaWNrZXJQb3B1cFNldHRpbmdzOiBQb3B1cFNldHRpbmdzID0ge1xuICAgIHBvcHVwQ2xhc3M6ICdraXQtZGF0ZXRpbWVwaWNrZXItcG9wdXAnLFxuICB9O1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIG1vdXNlIG92ZXIgb24gY29tcG9uZW50IG9yIG1vdXNlIHBvaW50ZXIgbW92ZWQgb3V0IGZyb20gaXRcbiAgICovXG4gIG9uSG92ZXIoKTogdm9pZCB7XG4gICAgdGhpcy5pc0hvdmVyZWQgPSAhdGhpcy5pc0hvdmVyZWQ7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdXNlZCB0byB0b2dnbGUgdmlzaWJpbGl0eSBvZiB0aGUgZGF0ZXRpbWVwaWNrZXIgcG9wdXBcbiAgICovXG4gIG9uUG9wdXBUb2dnbGUoKTogdm9pZCB7XG4gICAgdGhpcy5kYXRldGltZXBpY2tlci5mb2N1cygpO1xuICAgIHRoaXMuZGF0ZXRpbWVwaWNrZXIudG9nZ2xlKCk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiBkYXRldGltZXBpY2tlciBsb3N0IGZvY3VzXG4gICAqL1xuICBvbkJsdXIoKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQoKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIGRhdGV0aW1lcGlja2VyIHBvcHVwIGNsb3Nlc1xuICAgKi9cbiAgb25DbG9zZSgpOiB2b2lkIHtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgZXZlcnkgdGltZSBkYXRldGltZXBpY2tlciB2YWx1ZSBjaGFuZ2VzXG4gICAqL1xuICBvblZhbHVlQ2hhbmdlKHZhbHVlOiBEYXRlKTogdm9pZCB7XG4gICAgdGhpcy5jaGFuZ2VkLmVtaXQodmFsdWUpO1xuICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgc2hvdWxkIGJlIGNhbGxlZCBldmVyeSB0aW1lIHRoZSBmb3JtIGNvbnRyb2wgdmFsdWUgY2hhbmdlc1xuICAgKi9cbiAgb25DaGFuZ2UgPSAodmFsdWU6IERhdGUpOiB2b2lkID0+IHtcbiAgfTtcblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIHdoZW4gaW5wdXQgbG9zdCBmb2N1cyBhbmQgY2hhbmdlZCBmb3JtIGNvbnRyb2wgc3RhdGUgdG8gXCJ0b3VjaGVkXCJcbiAgICovXG4gIG9uVG91Y2hlZCA9ICgpOiB2b2lkID0+IHtcbiAgfTtcblxuICB3cml0ZVZhbHVlKHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlKG5ldyBEYXRlKHZhbHVlKSk7XG4gICAgdGhpcy5kZWZhdWx0RGF0ZSA9IG5ldyBEYXRlKHZhbHVlKTtcbiAgfVxuXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChfOiBEYXRlKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSA9IGZuO1xuICB9XG5cbiAgcmVnaXN0ZXJPblRvdWNoZWQoZm46ICgpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCA9IGZuO1xuICB9XG5cbiAgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIHRoaXMuZGlzYWJsZWQgPSBkaXNhYmxlZDtcbiAgfVxufVxuIl19
106
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LWRhdGV0aW1lcGlja2VyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMva2l0LWRhdGV0aW1lcGlja2VyL2tpdC1kYXRldGltZXBpY2tlci5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUNOLFNBQVMsRUFDVCxpQkFBaUIsR0FDbEIsTUFBTSxlQUFlLENBQUM7QUFFdkIsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLG9DQUFvQyxDQUFDO0FBRWhFLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQWN6RSxNQUFNLE9BQU8sMEJBQTBCO0lBWnZDO1FBc0NFOztXQUVHO1FBQ00sWUFBTyxHQUFhLElBQUksQ0FBQztRQUVsQzs7V0FFRztRQUNNLFdBQU0sR0FBVyxtQkFBbUIsQ0FBQztRQWlCOUM7O1dBRUc7UUFDTyxZQUFPLEdBQXVCLElBQUksWUFBWSxFQUFRLENBQUM7UUFPakU7O1dBRUc7UUFDSCxTQUFJLEdBQWUsVUFBVSxDQUFDLFFBQVEsQ0FBQztRQUV2Qzs7V0FFRztRQUNNLGdDQUEyQixHQUFrQjtZQUNwRCxVQUFVLEVBQUUsMEJBQTBCO1NBQ3ZDLENBQUM7UUErQkY7O1dBRUc7UUFDSCxhQUFRLEdBQUcsQ0FBQyxLQUFXLEVBQVEsRUFBRTtRQUNqQyxDQUFDLENBQUM7UUFFRjs7V0FFRztRQUNILGNBQVMsR0FBRyxHQUFTLEVBQUU7UUFDdkIsQ0FBQyxDQUFDO0lBa0JKLENBQUM7SUF6REM7O09BRUc7SUFDSCxhQUFhO1FBQ1gsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLEVBQUUsQ0FBQztRQUM1QixJQUFJLENBQUMsY0FBYyxDQUFDLE1BQU0sRUFBRSxDQUFDO0lBQy9CLENBQUM7SUFFRDs7T0FFRztJQUNILE1BQU07UUFDSixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7SUFDbkIsQ0FBQztJQUVEOztPQUVHO0lBQ0gsT0FBTztJQUNQLENBQUM7SUFFRDs7T0FFRztJQUNILGFBQWEsQ0FBQyxLQUFXO1FBQ3ZCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3pCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDdkIsQ0FBQztJQWNELFVBQVUsQ0FBQyxLQUFhO1FBQ3RCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQztRQUMvQixJQUFJLENBQUMsV0FBVyxHQUFHLElBQUksSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3JDLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUFxQjtRQUNwQyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBYztRQUM5QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsUUFBaUI7UUFDaEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLENBQUM7SUFDM0IsQ0FBQzs7O1lBN0lGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsb0JBQW9CO2dCQUM5QixpMkNBQWtEO2dCQUVsRCxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtnQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7Z0JBQ3JDLFNBQVMsRUFBRSxDQUFDO3dCQUNWLE9BQU8sRUFBRSxpQkFBaUI7d0JBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsMEJBQTBCLENBQUM7d0JBQ3pELEtBQUssRUFBRSxJQUFJO3FCQUNaLENBQUM7O2FBQ0g7OztvQkFLRSxLQUFLOzBCQUtMLEtBQUs7dUJBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7c0JBS0wsS0FBSztxQkFLTCxLQUFLOzBCQUtMLEtBQUs7a0JBS0wsS0FBSztrQkFLTCxLQUFLO3NCQUtMLE1BQU07NkJBS04sU0FBUyxTQUFDLGdCQUFnQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgZm9yd2FyZFJlZixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgVmlld0NoaWxkLFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBQb3B1cFNldHRpbmdzIH0gZnJvbSAnQHByb2dyZXNzL2tlbmRvLWFuZ3VsYXItZHJvcGRvd25zJztcbmltcG9ydCB7IEtpdFN2Z0ljb24gfSBmcm9tICcuLi9raXQtc3ZnLWljb24va2l0LXN2Zy1pY29uLmNvbnN0JztcbmltcG9ydCB7IERhdGVUaW1lUGlja2VyQ29tcG9uZW50IH0gZnJvbSAnQHByb2dyZXNzL2tlbmRvLWFuZ3VsYXItZGF0ZWlucHV0cyc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2tpdC1kYXRldGltZXBpY2tlcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9raXQtZGF0ZXRpbWVwaWNrZXIuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9raXQtZGF0ZXRpbWVwaWNrZXIuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIHByb3ZpZGVyczogW3tcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBLaXREYXRldGltZXBpY2tlckNvbXBvbmVudCksXG4gICAgbXVsdGk6IHRydWUsXG4gIH1dLFxufSlcbmV4cG9ydCBjbGFzcyBLaXREYXRldGltZXBpY2tlckNvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yIHtcbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBkYXRldGltZXBpY2tlciBsYWJlbFxuICAgKi9cbiAgQElucHV0KCkgbGFiZWw/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBkYXRldGltZXBpY2tlciBwbGFjZWhvbGRlclxuICAgKi9cbiAgQElucHV0KCkgcGxhY2Vob2xkZXI/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgd2hldGhlciB0aGUgY29tcG9uZW50IHdpbGwgYmUgaW4gZGlzYWJsZWQgc3RhdGVcbiAgICovXG4gIEBJbnB1dCgpIGRpc2FibGVkPzogYm9vbGVhbjtcblxuICAvKipcbiAgICogRGVmaW5lcyBhbiBpY29uIHdoaWNoIHdpbGwgYmUgdXNlZCB0byB0aGUgbGVmdCBvZiB0aGUgaW5mbyBtZXNzYWdlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlSWNvbj86IEtpdFN2Z0ljb247XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCBnb2luZyB0byBiZSBhbiBpbmZvIG1lc3NhZ2UgdGV4dFxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZVRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSBzdGF0ZSB3aGV0aGVyIHRoZSBjb21wb25lbnQgd2lsbCBiZSB2YWxpZCBvciBub3RcbiAgICovXG4gIEBJbnB1dCgpIGlzVmFsaWQ/OiBib29sZWFuID0gdHJ1ZTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIGRhdGV0aW1lcGlja2VyIGZvcm1hdFxuICAgKi9cbiAgQElucHV0KCkgZm9ybWF0OiBzdHJpbmcgPSAnZGQgTU1NIHl5eXkgSEg6bW0nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgZGVmYXVsdCBkYXRldGltZXBpY2tlciB2YWx1ZVxuICAgKi9cbiAgQElucHV0KCkgZGVmYXVsdERhdGU/OiBEYXRlO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIHNtYWxsZXN0IHZhbGlkIGRhdGVcbiAgICovXG4gIEBJbnB1dCgpIG1pbj86IERhdGU7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgYmlnZ2VzdCB2YWxpZCBkYXRlXG4gICAqL1xuICBASW5wdXQoKSBtYXg/OiBEYXRlO1xuXG4gIC8qKlxuICAgKiBBbiBhY3Rpb24gd2hpY2ggaXMgZW1pdHRlZCB3aGVuIGRhdGV0aW1lcGlja2VyIHZhbHVlIGNoYW5nZWRcbiAgICovXG4gIEBPdXRwdXQoKSBjaGFuZ2VkOiBFdmVudEVtaXR0ZXI8RGF0ZT4gPSBuZXcgRXZlbnRFbWl0dGVyPERhdGU+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSByZWZlcmVuY2Ugb2YgdGhlIERhdGVUaW1lUGlja2VyIGNvbXBvbmVudFxuICAgKi9cbiAgQFZpZXdDaGlsZCgnZGF0ZXRpbWVwaWNrZXInKSBkYXRldGltZXBpY2tlciE6IERhdGVUaW1lUGlja2VyQ29tcG9uZW50O1xuXG4gIC8qKlxuICAgKiBBbiBpY29uIHdoaWNoIHdpbGwgYmUgdXNlZCBpbiBhIGRhdGV0aW1lcGlja2VyIHRvZ2dsZSBidXR0b25cbiAgICovXG4gIGljb246IEtpdFN2Z0ljb24gPSBLaXRTdmdJY29uLkNBTEVOREFSO1xuXG4gIC8qKlxuICAgKiBTZXR0aW5ncyBmb3IgZGF0ZXRpbWVwaWNrZXIgcG9wdXAgdGhhdCB3aWxsIGJlIG9wZW5lZFxuICAgKi9cbiAgcmVhZG9ubHkgZGF0ZXRpbWVwaWNrZXJQb3B1cFNldHRpbmdzOiBQb3B1cFNldHRpbmdzID0ge1xuICAgIHBvcHVwQ2xhc3M6ICdraXQtZGF0ZXRpbWVwaWNrZXItcG9wdXAnLFxuICB9O1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB1c2VkIHRvIHRvZ2dsZSB2aXNpYmlsaXR5IG9mIHRoZSBkYXRldGltZXBpY2tlciBwb3B1cFxuICAgKi9cbiAgb25Qb3B1cFRvZ2dsZSgpOiB2b2lkIHtcbiAgICB0aGlzLmRhdGV0aW1lcGlja2VyLmZvY3VzKCk7XG4gICAgdGhpcy5kYXRldGltZXBpY2tlci50b2dnbGUoKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIGRhdGV0aW1lcGlja2VyIGxvc3QgZm9jdXNcbiAgICovXG4gIG9uQmx1cigpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCgpO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gZGF0ZXRpbWVwaWNrZXIgcG9wdXAgY2xvc2VzXG4gICAqL1xuICBvbkNsb3NlKCk6IHZvaWQge1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgc2hvdWxkIGJlIGNhbGxlZCBldmVyeSB0aW1lIGRhdGV0aW1lcGlja2VyIHZhbHVlIGNoYW5nZXNcbiAgICovXG4gIG9uVmFsdWVDaGFuZ2UodmFsdWU6IERhdGUpOiB2b2lkIHtcbiAgICB0aGlzLmNoYW5nZWQuZW1pdCh2YWx1ZSk7XG4gICAgdGhpcy5vbkNoYW5nZSh2YWx1ZSk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIGV2ZXJ5IHRpbWUgdGhlIGZvcm0gY29udHJvbCB2YWx1ZSBjaGFuZ2VzXG4gICAqL1xuICBvbkNoYW5nZSA9ICh2YWx1ZTogRGF0ZSk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgd2hlbiBpbnB1dCBsb3N0IGZvY3VzIGFuZCBjaGFuZ2VkIGZvcm0gY29udHJvbCBzdGF0ZSB0byBcInRvdWNoZWRcIlxuICAgKi9cbiAgb25Ub3VjaGVkID0gKCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIHdyaXRlVmFsdWUodmFsdWU6IHN0cmluZyk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UobmV3IERhdGUodmFsdWUpKTtcbiAgICB0aGlzLmRlZmF1bHREYXRlID0gbmV3IERhdGUodmFsdWUpO1xuICB9XG5cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogKF86IERhdGUpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogKCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaGVkID0gZm47XG4gIH1cblxuICBzZXREaXNhYmxlZFN0YXRlKGRpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5kaXNhYmxlZCA9IGRpc2FibGVkO1xuICB9XG59XG4iXX0=
@@ -21,10 +21,6 @@ export class KitDropdownComponent {
21
21
  this.dropdownPopupSettings = {
22
22
  popupClass: 'kit-dropdown-popup',
23
23
  };
24
- /**
25
- * defines a state whether the dropdown will be hovered or not
26
- */
27
- this.isHovered = false;
28
24
  /**
29
25
  * Function that should be called every time the form control value changes
30
26
  */
@@ -36,12 +32,6 @@ export class KitDropdownComponent {
36
32
  this.onTouched = () => {
37
33
  };
38
34
  }
39
- /**
40
- * Function that is called when mouse over on dropdown or mouse pointer moved out from it
41
- */
42
- onHovered() {
43
- this.isHovered = !this.isHovered;
44
- }
45
35
  onItemDisabled() {
46
36
  return ((context) => !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem));
47
37
  }
@@ -69,7 +59,7 @@ export class KitDropdownComponent {
69
59
  KitDropdownComponent.decorators = [
70
60
  { type: Component, args: [{
71
61
  selector: 'kit-dropdown',
72
- template: "<div class=\"kit-dropdown\" [class.disabled]=\"disabled\" [class.hovered]=\"isHovered\">\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 (mouseenter)=\"onHovered()\"\n (mouseleave)=\"onHovered()\"\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",
62
+ template: "<div class=\"kit-dropdown\" [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",
73
63
  changeDetection: ChangeDetectionStrategy.OnPush,
74
64
  encapsulation: ViewEncapsulation.None,
75
65
  providers: [{
@@ -77,7 +67,7 @@ KitDropdownComponent.decorators = [
77
67
  useExisting: forwardRef(() => KitDropdownComponent),
78
68
  multi: true,
79
69
  }],
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{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{color:#74777d;font-size:14px;font-weight:400;height:100%}.kit-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-dropdown .k-dropdown{height:34px;width:100%}.kit-dropdown .k-dropdown-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-dropdown .k-dropdown-wrap:hover{background-color:#fff;border-color:#006890}.kit-dropdown .k-dropdown-wrap:hover .k-icon:before{color:#006890}.kit-dropdown:focus-within .label{color:#74777d}.kit-dropdown:focus-within .k-dropdown-wrap{border:1px solid #006890;box-shadow:0 0 8px rgba(0,62,86,.5)}.kit-dropdown:focus-within .k-dropdown-wrap .k-icon:before{color:#006890}.kit-dropdown:focus-within .k-input{color:#27282a}.kit-dropdown.disabled .label,.kit-dropdown.hovered .label{color:#74777d}.kit-dropdown-popup.k-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-dropdown-popup.k-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover,.kit-dropdown-popup.k-popup .k-item:hover{background-color:#fff;color:#006890}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#fff;color:#27282a}.kit-dropdown-popup.k-popup .k-item:active{background-color:#006890;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}"]
70
+ 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{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-dropdown .k-dropdown{height:34px;width:100%}.kit-dropdown .k-dropdown-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.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 #006890}.kit-dropdown:focus-within .k-dropdown-wrap .k-icon:before{color:#006890}.kit-dropdown.disabled .label{color:#74777d}.kit-dropdown-popup.k-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-dropdown-popup.k-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;line-height:1}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover,.kit-dropdown-popup.k-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#006890;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}"]
81
71
  },] }
82
72
  ];
83
73
  KitDropdownComponent.propDecorators = {
@@ -90,4 +80,4 @@ KitDropdownComponent.propDecorators = {
90
80
  messageType: [{ type: Input }],
91
81
  selected: [{ type: Output }]
92
82
  };
93
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LWRyb3Bkb3duLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMva2l0LWRyb3Bkb3duL2tpdC1kcm9wZG93bi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQWEsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHMUksT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDdkYsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBd0J6RSxNQUFNLE9BQU8sb0JBQW9CO0lBWmpDO1FBYUU7O1dBRUc7UUFDTSxVQUFLLEdBQXlCLEVBQUUsQ0FBQztRQTJCMUM7O1dBRUc7UUFDTSxnQkFBVyxHQUF3QixtQkFBbUIsQ0FBQyxPQUFPLENBQUM7UUFFeEU7O1dBRUc7UUFDTyxhQUFRLEdBQXFDLElBQUksWUFBWSxFQUFzQixDQUFDO1FBRTlGOztXQUVHO1FBQ00sMEJBQXFCLEdBQWtCO1lBQzlDLFVBQVUsRUFBRSxvQkFBb0I7U0FDakMsQ0FBQztRQUVGOztXQUVHO1FBQ0gsY0FBUyxHQUFZLEtBQUssQ0FBQztRQVMzQjs7V0FFRztRQUNILGFBQVEsR0FBRyxDQUFDLEtBQVEsRUFBUSxFQUFFO1FBQzlCLENBQUMsQ0FBQztRQUVGOztXQUVHO1FBQ0gsY0FBUyxHQUFHLEdBQVMsRUFBRTtRQUN2QixDQUFDLENBQUM7SUErQkosQ0FBQztJQWhEQzs7T0FFRztJQUNILFNBQVM7UUFDUCxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUNuQyxDQUFDO0lBY0QsY0FBYztRQUNaLE9BQU8sQ0FBQyxDQUFDLE9BQXlDLEVBQVcsRUFBRSxDQUM3RCxDQUFDLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxRQUFRLElBQUksT0FBTyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDaEYsQ0FBQztJQUVEOztPQUVHO0lBQ0gsWUFBWSxDQUFDLElBQXdCO1FBQ25DLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzFCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFRCxVQUFVLENBQUMsS0FBUTtRQUNqQixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztRQUMxQixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUFrQjtRQUNqQyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBYztRQUM5QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsUUFBaUI7UUFDaEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLENBQUM7SUFDM0IsQ0FBQzs7O1lBaEhGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsY0FBYztnQkFDeEIsc2lDQUE0QztnQkFFNUMsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07Z0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2dCQUNyQyxTQUFTLEVBQUUsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG9CQUFvQixDQUFDO3dCQUNuRCxLQUFLLEVBQUUsSUFBSTtxQkFDWixDQUFDOzthQUNIOzs7b0JBS0UsS0FBSzsyQkFLTCxLQUFLO29CQUtMLEtBQUs7dUJBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7MEJBS0wsS0FBSzt1QkFLTCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBmb3J3YXJkUmVmLCBJbnB1dCwgT3V0cHV0LCBQcmVkaWNhdGUsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJdGVtQXJncywgSXRlbURpc2FibGVkRm4sIFBvcHVwU2V0dGluZ3MgfSBmcm9tICdAcHJvZ3Jlc3Mva2VuZG8tYW5ndWxhci1kcm9wZG93bnMnO1xuaW1wb3J0IHsgS2l0U3ZnSWNvbiB9IGZyb20gJy4uL2tpdC1zdmctaWNvbi9raXQtc3ZnLWljb24uY29uc3QnO1xuaW1wb3J0IHsgS2l0SW5wdXRNZXNzYWdlVHlwZSB9IGZyb20gJy4uL2tpdC1pbnB1dC1tZXNzYWdlL2tpdC1pbnB1dC1tZXNzYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmludGVyZmFjZSBLaXREcm9wZG93bkl0ZW1EaXNhYmxlZEZuQXJnczxUPiBleHRlbmRzIEl0ZW1BcmdzIHtcbiAgZGF0YUl0ZW06IEtpdERyb3Bkb3duSXRlbTxUPjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBLaXREcm9wZG93bkl0ZW08VD4ge1xuICB0ZXh0OiBzdHJpbmc7XG4gIHZhbHVlOiBUO1xuICBkaXNhYmxlZD86IFByZWRpY2F0ZTxLaXREcm9wZG93bkl0ZW08VD4+O1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdraXQtZHJvcGRvd24nLFxuICB0ZW1wbGF0ZVVybDogJy4va2l0LWRyb3Bkb3duLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4va2l0LWRyb3Bkb3duLmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gS2l0RHJvcGRvd25Db21wb25lbnQpLFxuICAgIG11bHRpOiB0cnVlLFxuICB9XSxcbn0pXG5leHBvcnQgY2xhc3MgS2l0RHJvcGRvd25Db21wb25lbnQ8VD4gaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG4gIC8qKlxuICAgKiBhbiBpdGVtcyBsaXN0IHdoaWNoIGlzIGdvaW5nIHRvIGJlIHJlbmRlcmVkIGFzIGRyb3Bkb3duIGl0ZW1zXG4gICAqL1xuICBASW5wdXQoKSBpdGVtczogS2l0RHJvcGRvd25JdGVtPFQ+W10gPSBbXTtcblxuICAvKipcbiAgICogYW4gaXRlbSB3aGljaCBuZWVkcyB0byBiZSBzZWxlY3RlZCBhcyBhIGRlZmF1bHQgdmFsdWVcbiAgICovXG4gIEBJbnB1dCgpIHNlbGVjdGVkSXRlbT86IFQ7XG5cbiAgLyoqXG4gICAqIGFuIGluZm9ybWF0aXZlIHRleHQgdGhhdCB3aWxsIGJlIGFib3ZlIHRoZSBkcm9wZG93blxuICAgKi9cbiAgQElucHV0KCkgbGFiZWw/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIGRlZmluZXMgd2hldGhlciB0aGUgY29tcG9uZW50IHdpbGwgYmUgaW4gZGlzYWJsZWQgc3RhdGVcbiAgICovXG4gIEBJbnB1dCgpIGRpc2FibGVkPzogYm9vbGVhbjtcblxuICAvKipcbiAgICogRGVmaW5lcyBhbiBpY29uIHdoaWNoIHdpbGwgYmUgdXNlZCB0byB0aGUgbGVmdCBvZiB0aGUgaW5mbyBtZXNzYWdlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlSWNvbj86IEtpdFN2Z0ljb247XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCBnb2luZyB0byBiZSBhbiBpbmZvIG1lc3NhZ2UgdGV4dFxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZVRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCBnb2luZyB0byBiZSBhbiBpbmZvIG1lc3NhZ2UgdHlwZVxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZVR5cGU6IEtpdElucHV0TWVzc2FnZVR5cGUgPSBLaXRJbnB1dE1lc3NhZ2VUeXBlLkRFRkFVTFQ7XG5cbiAgLyoqXG4gICAqIG9jY3VycyBvbmNlIGFuIGl0ZW0gaW4gdGhlIGRyb3Bkb3duIGlzIHNlbGVjdGVkXG4gICAqL1xuICBAT3V0cHV0KCkgc2VsZWN0ZWQ6IEV2ZW50RW1pdHRlcjxLaXREcm9wZG93bkl0ZW08VD4+ID0gbmV3IEV2ZW50RW1pdHRlcjxLaXREcm9wZG93bkl0ZW08VD4+KCk7XG5cbiAgLyoqXG4gICAqIHNldHRpbmdzIGZvciBwb3B1cCB0aGF0IHdpbGwgYmUgb3BlbmVkIGFzIGRyb3Bkb3duIG9wdGlvbnMgbGlzdFxuICAgKi9cbiAgcmVhZG9ubHkgZHJvcGRvd25Qb3B1cFNldHRpbmdzOiBQb3B1cFNldHRpbmdzID0ge1xuICAgIHBvcHVwQ2xhc3M6ICdraXQtZHJvcGRvd24tcG9wdXAnLFxuICB9O1xuXG4gIC8qKlxuICAgKiBkZWZpbmVzIGEgc3RhdGUgd2hldGhlciB0aGUgZHJvcGRvd24gd2lsbCBiZSBob3ZlcmVkIG9yIG5vdFxuICAgKi9cbiAgaXNIb3ZlcmVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gbW91c2Ugb3ZlciBvbiBkcm9wZG93biBvciBtb3VzZSBwb2ludGVyIG1vdmVkIG91dCBmcm9tIGl0XG4gICAqL1xuICBvbkhvdmVyZWQoKTogdm9pZCB7XG4gICAgdGhpcy5pc0hvdmVyZWQgPSAhdGhpcy5pc0hvdmVyZWQ7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIGV2ZXJ5IHRpbWUgdGhlIGZvcm0gY29udHJvbCB2YWx1ZSBjaGFuZ2VzXG4gICAqL1xuICBvbkNoYW5nZSA9ICh2YWx1ZTogVCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgd2hlbiBpbnB1dCBsb3N0IGZvY3VzIGFuZCBjaGFuZ2VkIGZvcm0gY29udHJvbCBzdGF0ZSB0byBcInRvdWNoZWRcIlxuICAgKi9cbiAgb25Ub3VjaGVkID0gKCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIG9uSXRlbURpc2FibGVkKCk6IEl0ZW1EaXNhYmxlZEZuIHtcbiAgICByZXR1cm4gKChjb250ZXh0OiBLaXREcm9wZG93bkl0ZW1EaXNhYmxlZEZuQXJnczxUPik6IGJvb2xlYW4gPT5cbiAgICAgICEhY29udGV4dC5kYXRhSXRlbS5kaXNhYmxlZCAmJiBjb250ZXh0LmRhdGFJdGVtLmRpc2FibGVkKGNvbnRleHQuZGF0YUl0ZW0pKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIGRyb3Bkb3duIGxpc3QgaXRlbSBzZWxlY3RlZFxuICAgKi9cbiAgb25JdGVtU2VsZWN0KGl0ZW06IEtpdERyb3Bkb3duSXRlbTxUPik6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UoaXRlbS52YWx1ZSk7XG4gICAgdGhpcy5zZWxlY3RlZC5lbWl0KGl0ZW0pO1xuICB9XG5cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogVCk6IHZvaWQge1xuICAgIHRoaXMuc2VsZWN0ZWRJdGVtID0gdmFsdWU7XG4gICAgdGhpcy5vbkNoYW5nZSh2YWx1ZSk7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAoXzogVCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGUoZGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB0aGlzLmRpc2FibGVkID0gZGlzYWJsZWQ7XG4gIH1cbn1cbiJdfQ==
83
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LWRyb3Bkb3duLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMva2l0LWRyb3Bkb3duL2tpdC1kcm9wZG93bi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQWEsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFHMUksT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDdkYsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBd0J6RSxNQUFNLE9BQU8sb0JBQW9CO0lBWmpDO1FBYUU7O1dBRUc7UUFDTSxVQUFLLEdBQXlCLEVBQUUsQ0FBQztRQTJCMUM7O1dBRUc7UUFDTSxnQkFBVyxHQUF3QixtQkFBbUIsQ0FBQyxPQUFPLENBQUM7UUFFeEU7O1dBRUc7UUFDTyxhQUFRLEdBQXFDLElBQUksWUFBWSxFQUFzQixDQUFDO1FBRTlGOztXQUVHO1FBQ00sMEJBQXFCLEdBQWtCO1lBQzlDLFVBQVUsRUFBRSxvQkFBb0I7U0FDakMsQ0FBQztRQUVGOztXQUVHO1FBQ0gsYUFBUSxHQUFHLENBQUMsS0FBUSxFQUFRLEVBQUU7UUFDOUIsQ0FBQyxDQUFDO1FBRUY7O1dBRUc7UUFDSCxjQUFTLEdBQUcsR0FBUyxFQUFFO1FBQ3ZCLENBQUMsQ0FBQztJQStCSixDQUFDO0lBN0JDLGNBQWM7UUFDWixPQUFPLENBQUMsQ0FBQyxPQUF5QyxFQUFXLEVBQUUsQ0FDN0QsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsUUFBUSxJQUFJLE9BQU8sQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDO0lBQ2hGLENBQUM7SUFFRDs7T0FFRztJQUNILFlBQVksQ0FBQyxJQUF3QjtRQUNuQyxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUMxQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBRUQsVUFBVSxDQUFDLEtBQVE7UUFDakIsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7UUFDMUIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUN2QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBa0I7UUFDakMsSUFBSSxDQUFDLFFBQVEsR0FBRyxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVELGlCQUFpQixDQUFDLEVBQWM7UUFDOUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELGdCQUFnQixDQUFDLFFBQWlCO1FBQ2hDLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO0lBQzNCLENBQUM7OztZQXBHRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLGNBQWM7Z0JBQ3hCLGc2QkFBNEM7Z0JBRTVDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2dCQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtnQkFDckMsU0FBUyxFQUFFLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQzt3QkFDbkQsS0FBSyxFQUFFLElBQUk7cUJBQ1osQ0FBQzs7YUFDSDs7O29CQUtFLEtBQUs7MkJBS0wsS0FBSztvQkFLTCxLQUFLO3VCQUtMLEtBQUs7MEJBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7dUJBS0wsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgZm9yd2FyZFJlZiwgSW5wdXQsIE91dHB1dCwgUHJlZGljYXRlLCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSXRlbUFyZ3MsIEl0ZW1EaXNhYmxlZEZuLCBQb3B1cFNldHRpbmdzIH0gZnJvbSAnQHByb2dyZXNzL2tlbmRvLWFuZ3VsYXItZHJvcGRvd25zJztcbmltcG9ydCB7IEtpdFN2Z0ljb24gfSBmcm9tICcuLi9raXQtc3ZnLWljb24va2l0LXN2Zy1pY29uLmNvbnN0JztcbmltcG9ydCB7IEtpdElucHV0TWVzc2FnZVR5cGUgfSBmcm9tICcuLi9raXQtaW5wdXQtbWVzc2FnZS9raXQtaW5wdXQtbWVzc2FnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbnRlcmZhY2UgS2l0RHJvcGRvd25JdGVtRGlzYWJsZWRGbkFyZ3M8VD4gZXh0ZW5kcyBJdGVtQXJncyB7XG4gIGRhdGFJdGVtOiBLaXREcm9wZG93bkl0ZW08VD47XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgS2l0RHJvcGRvd25JdGVtPFQ+IHtcbiAgdGV4dDogc3RyaW5nO1xuICB2YWx1ZTogVDtcbiAgZGlzYWJsZWQ/OiBQcmVkaWNhdGU8S2l0RHJvcGRvd25JdGVtPFQ+Pjtcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAna2l0LWRyb3Bkb3duJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2tpdC1kcm9wZG93bi5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2tpdC1kcm9wZG93bi5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgcHJvdmlkZXJzOiBbe1xuICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEtpdERyb3Bkb3duQ29tcG9uZW50KSxcbiAgICBtdWx0aTogdHJ1ZSxcbiAgfV0sXG59KVxuZXhwb3J0IGNsYXNzIEtpdERyb3Bkb3duQ29tcG9uZW50PFQ+IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuICAvKipcbiAgICogYW4gaXRlbXMgbGlzdCB3aGljaCBpcyBnb2luZyB0byBiZSByZW5kZXJlZCBhcyBkcm9wZG93biBpdGVtc1xuICAgKi9cbiAgQElucHV0KCkgaXRlbXM6IEtpdERyb3Bkb3duSXRlbTxUPltdID0gW107XG5cbiAgLyoqXG4gICAqIGFuIGl0ZW0gd2hpY2ggbmVlZHMgdG8gYmUgc2VsZWN0ZWQgYXMgYSBkZWZhdWx0IHZhbHVlXG4gICAqL1xuICBASW5wdXQoKSBzZWxlY3RlZEl0ZW0/OiBUO1xuXG4gIC8qKlxuICAgKiBhbiBpbmZvcm1hdGl2ZSB0ZXh0IHRoYXQgd2lsbCBiZSBhYm92ZSB0aGUgZHJvcGRvd25cbiAgICovXG4gIEBJbnB1dCgpIGxhYmVsPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBkZWZpbmVzIHdoZXRoZXIgdGhlIGNvbXBvbmVudCB3aWxsIGJlIGluIGRpc2FibGVkIHN0YXRlXG4gICAqL1xuICBASW5wdXQoKSBkaXNhYmxlZD86IGJvb2xlYW47XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYW4gaWNvbiB3aGljaCB3aWxsIGJlIHVzZWQgdG8gdGhlIGxlZnQgb2YgdGhlIGluZm8gbWVzc2FnZVxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZUljb24/OiBLaXRTdmdJY29uO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgd2hpY2ggZ29pbmcgdG8gYmUgYW4gaW5mbyBtZXNzYWdlIHRleHRcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VUZXh0Pzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgd2hpY2ggZ29pbmcgdG8gYmUgYW4gaW5mbyBtZXNzYWdlIHR5cGVcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VUeXBlOiBLaXRJbnB1dE1lc3NhZ2VUeXBlID0gS2l0SW5wdXRNZXNzYWdlVHlwZS5ERUZBVUxUO1xuXG4gIC8qKlxuICAgKiBvY2N1cnMgb25jZSBhbiBpdGVtIGluIHRoZSBkcm9wZG93biBpcyBzZWxlY3RlZFxuICAgKi9cbiAgQE91dHB1dCgpIHNlbGVjdGVkOiBFdmVudEVtaXR0ZXI8S2l0RHJvcGRvd25JdGVtPFQ+PiA9IG5ldyBFdmVudEVtaXR0ZXI8S2l0RHJvcGRvd25JdGVtPFQ+PigpO1xuXG4gIC8qKlxuICAgKiBzZXR0aW5ncyBmb3IgcG9wdXAgdGhhdCB3aWxsIGJlIG9wZW5lZCBhcyBkcm9wZG93biBvcHRpb25zIGxpc3RcbiAgICovXG4gIHJlYWRvbmx5IGRyb3Bkb3duUG9wdXBTZXR0aW5nczogUG9wdXBTZXR0aW5ncyA9IHtcbiAgICBwb3B1cENsYXNzOiAna2l0LWRyb3Bkb3duLXBvcHVwJyxcbiAgfTtcblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIGV2ZXJ5IHRpbWUgdGhlIGZvcm0gY29udHJvbCB2YWx1ZSBjaGFuZ2VzXG4gICAqL1xuICBvbkNoYW5nZSA9ICh2YWx1ZTogVCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgd2hlbiBpbnB1dCBsb3N0IGZvY3VzIGFuZCBjaGFuZ2VkIGZvcm0gY29udHJvbCBzdGF0ZSB0byBcInRvdWNoZWRcIlxuICAgKi9cbiAgb25Ub3VjaGVkID0gKCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIG9uSXRlbURpc2FibGVkKCk6IEl0ZW1EaXNhYmxlZEZuIHtcbiAgICByZXR1cm4gKChjb250ZXh0OiBLaXREcm9wZG93bkl0ZW1EaXNhYmxlZEZuQXJnczxUPik6IGJvb2xlYW4gPT5cbiAgICAgICEhY29udGV4dC5kYXRhSXRlbS5kaXNhYmxlZCAmJiBjb250ZXh0LmRhdGFJdGVtLmRpc2FibGVkKGNvbnRleHQuZGF0YUl0ZW0pKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIGRyb3Bkb3duIGxpc3QgaXRlbSBzZWxlY3RlZFxuICAgKi9cbiAgb25JdGVtU2VsZWN0KGl0ZW06IEtpdERyb3Bkb3duSXRlbTxUPik6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UoaXRlbS52YWx1ZSk7XG4gICAgdGhpcy5zZWxlY3RlZC5lbWl0KGl0ZW0pO1xuICB9XG5cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogVCk6IHZvaWQge1xuICAgIHRoaXMuc2VsZWN0ZWRJdGVtID0gdmFsdWU7XG4gICAgdGhpcy5vbkNoYW5nZSh2YWx1ZSk7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAoXzogVCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGUoZGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB0aGlzLmRpc2FibGVkID0gZGlzYWJsZWQ7XG4gIH1cbn1cbiJdfQ==
@@ -22,7 +22,7 @@ KitNotificationComponent.decorators = [
22
22
  { type: Component, args: [{
23
23
  selector: 'kit-notification',
24
24
  template: "<div class=\"kit-notification notification-{{ type }}\">\n <kit-svg-icon class=\"notification-icon\"\n [icon]=\"type\"\n ></kit-svg-icon>\n <div class=\"notification-text\">{{ message }}</div>\n</div>\n",
25
- styles: [".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-notification{align-items:center;display:flex;padding:12px}.kit-notification .notification-icon{fill:none;height:20px;margin-right:10px;width:20px}.kit-notification .notification-text{color:#000;font-size:14px;font-weight:400;line-height:1.26;max-width:480px}.kit-notification.notification-info{background-color:#fff8e0}.kit-notification.notification-warning{background-color:#ffeee5}.kit-notification.notification-error{background-color:#f8e0e0}.kit-notification.notification-success{background-color:#e7f4ec}"]
25
+ styles: [".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-notification{align-items:center;display:flex;padding:12px}.kit-notification .notification-icon{fill:none;height:20px;margin-right:10px;width:20px}.kit-notification .notification-text{color:#000;font-size:14px;font-weight:400;line-height:1.26;white-space:pre-wrap}.kit-notification.notification-info{background-color:#fff8e0}.kit-notification.notification-warning{background-color:#ffeee5}.kit-notification.notification-error{background-color:#f8e0e0}.kit-notification.notification-success{background-color:#e7f4ec}"]
26
26
  },] }
27
27
  ];
28
28
  KitNotificationComponent.propDecorators = {
@@ -61,7 +61,7 @@ export class KitNumericTextboxComponent {
61
61
  KitNumericTextboxComponent.decorators = [
62
62
  { type: Component, args: [{
63
63
  selector: 'kit-numeric-textbox',
64
- template: "<div class=\"kit-numeric-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-numerictextbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
64
+ template: "<div class=\"kit-numeric-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-numerictextbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [selectOnFocus]=\"false\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
65
65
  changeDetection: ChangeDetectionStrategy.OnPush,
66
66
  encapsulation: ViewEncapsulation.None,
67
67
  providers: [{
@@ -69,7 +69,7 @@ KitNumericTextboxComponent.decorators = [
69
69
  useExisting: forwardRef(() => KitNumericTextboxComponent),
70
70
  multi: true,
71
71
  }],
72
- styles: [".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-numeric-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-numeric-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-numeric-textbox .k-input::-moz-placeholder{color:#74777d}.kit-numeric-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-numeric-textbox .k-input::placeholder{color:#74777d}.kit-numeric-textbox .k-input:focus{border-color:#006890}.kit-numeric-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input::-moz-selection{background:#006890;color:#fff}.kit-numeric-textbox .k-input::selection{background:#006890;color:#fff}.kit-numeric-textbox .k-input-prefix,.kit-numeric-textbox .k-input-suffix{height:0}.kit-numeric-textbox:focus-within .k-label{color:#74777d}.kit-numeric-textbox.textbox-danger .label,.kit-numeric-textbox.textbox-disabled .label{color:#74777d}.kit-numeric-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#da1e28}"]
72
+ styles: [".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-numeric-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-numeric-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-numeric-textbox .k-input::-moz-placeholder{color:#74777d}.kit-numeric-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-numeric-textbox .k-input::placeholder{color:#74777d}.kit-numeric-textbox .k-input:focus{border-color:#006890}.kit-numeric-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input-prefix,.kit-numeric-textbox .k-input-suffix{height:0}.kit-numeric-textbox.textbox-disabled .label{color:#74777d}.kit-numeric-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#ef3e42}"]
73
73
  },] }
74
74
  ];
75
75
  KitNumericTextboxComponent.propDecorators = {
@@ -88,4 +88,4 @@ KitNumericTextboxComponent.propDecorators = {
88
88
  blured: [{ type: Output }],
89
89
  changed: [{ type: Output }]
90
90
  };
91
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LW51bWVyaWMtdGV4dGJveC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2tpdC1udW1lcmljLXRleHRib3gva2l0LW51bWVyaWMtdGV4dGJveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0gsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXpFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBY3ZGLE1BQU0sT0FBTywwQkFBMEI7SUFadkM7UUEyREU7O1dBRUc7UUFDTSxnQkFBVyxHQUF3QixtQkFBbUIsQ0FBQyxPQUFPLENBQUM7UUFFeEU7O1dBRUc7UUFDTSxhQUFRLEdBQVksS0FBSyxDQUFDO1FBT25DOztXQUVHO1FBQ08sV0FBTSxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBRWhFOztXQUVHO1FBQ08sWUFBTyxHQUF5QixJQUFJLFlBQVksRUFBVSxDQUFDO1FBRXJFOztXQUVHO1FBQ0gsYUFBUSxHQUFHLENBQUMsS0FBYSxFQUFRLEVBQUU7UUFDbkMsQ0FBQyxDQUFDO1FBRUY7O1dBRUc7UUFDSCxjQUFTLEdBQUcsR0FBUyxFQUFFO1FBQ3ZCLENBQUMsQ0FBQztJQWtDSixDQUFDO0lBaENDLFVBQVUsQ0FBQyxLQUFhO1FBQ3RCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDckIsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7SUFDNUIsQ0FBQztJQUVELGdCQUFnQixDQUFDLEVBQXVCO1FBQ3RDLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxFQUFjO1FBQzlCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxRQUFpQjtRQUNoQyxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztJQUMzQixDQUFDO0lBRUQ7O09BRUc7SUFDSCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVEOztPQUVHO0lBQ0gsYUFBYSxDQUFDLEtBQWE7UUFDekIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNyQixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMzQixDQUFDOzs7WUEvSEYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxxQkFBcUI7Z0JBQy9CLHdqQ0FBbUQ7Z0JBRW5ELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2dCQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtnQkFDckMsU0FBUyxFQUFFLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQzt3QkFDekQsS0FBSyxFQUFFLElBQUk7cUJBQ1osQ0FBQzs7YUFDSDs7OzBCQUtFLEtBQUs7b0JBS0wsS0FBSzsyQkFLTCxLQUFLO3VCQU1MLEtBQUs7a0JBS0wsS0FBSztrQkFLTCxLQUFLO3dCQUtMLEtBQUs7MEJBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7dUJBS0wsS0FBSztxQkFLTCxLQUFLO3FCQUtMLE1BQU07c0JBS04sTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgZm9yd2FyZFJlZiwgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEtpdFN2Z0ljb24gfSBmcm9tICcuLi9raXQtc3ZnLWljb24va2l0LXN2Zy1pY29uLmNvbnN0JztcbmltcG9ydCB7IEtpdElucHV0TWVzc2FnZVR5cGUgfSBmcm9tICcuLi9raXQtaW5wdXQtbWVzc2FnZS9raXQtaW5wdXQtbWVzc2FnZS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdraXQtbnVtZXJpYy10ZXh0Ym94JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2tpdC1udW1lcmljLXRleHRib3guY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9raXQtbnVtZXJpYy10ZXh0Ym94LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gS2l0TnVtZXJpY1RleHRib3hDb21wb25lbnQpLFxuICAgIG11bHRpOiB0cnVlLFxuICB9XSxcbn0pXG5leHBvcnQgY2xhc3MgS2l0TnVtZXJpY1RleHRib3hDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGFuIGlucHV0IHBsYWNlaG9sZGVyXG4gICAqL1xuICBASW5wdXQoKSBwbGFjZWhvbGRlcj86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhbiBpbnB1dCBsYWJlbFxuICAgKi9cbiAgQElucHV0KCkgbGFiZWw/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBkZWZhdWx0IGlucHV0IHZhbHVlXG4gICAqL1xuICBASW5wdXQoKSBkZWZhdWx0VmFsdWU/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbnVtYmVyIG9mIGRlY2ltYWxzIHRoYXQgdGhlIHVzZXIgY2FuIGVudGVyIHdoZW4gdGhlIGlucHV0IGlzIGZvY3VzZWRcbiAgICovXG5cbiAgQElucHV0KCkgZGVjaW1hbHM/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgc21hbGxlc3QgdmFsdWUgdGhhdCBpcyB2YWxpZFxuICAgKi9cbiAgQElucHV0KCkgbWluPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIGdyZWF0ZXN0IHZhbHVlIHRoYXQgaXMgdmFsaWRcbiAgICovXG4gIEBJbnB1dCgpIG1heD86IG51bWJlcjtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBtYXhpbXVtIG51bWJlciBvZiBjaGFyYWN0ZXJzIHRoZSBlbmQgdXNlciBjYW4gdHlwZVxuICAgKi9cbiAgQElucHV0KCkgbWF4bGVuZ3RoPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGFuIGljb24gd2hpY2ggd2lsbCBiZSB1c2VkIHRvIHRoZSBsZWZ0IG9mIHRoZSBpbmZvIG1lc3NhZ2VcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VJY29uPzogS2l0U3ZnSWNvbjtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHdoaWNoIGdvaW5nIHRvIGJlIGFuIGluZm8gbWVzc2FnZSB0ZXh0XG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlVGV4dD86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHdoaWNoIGdvaW5nIHRvIGJlIGFuIGluZm8gbWVzc2FnZSB0eXBlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlVHlwZTogS2l0SW5wdXRNZXNzYWdlVHlwZSA9IEtpdElucHV0TWVzc2FnZVR5cGUuREVGQVVMVDtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHN0YXRlIHdoZXRoZXIgdGhlIHRleHRib3ggd2lsbCBiZSBkaXNhYmxlZCBvciBub3RcbiAgICovXG4gIEBJbnB1dCgpIGRpc2FibGVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbnVtYmVyIGZvcm1hdFxuICAgKi9cbiAgQElucHV0KCkgZm9ybWF0Pzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBBbiBhY3Rpb24gd2hpY2ggaXMgZW1pdHRlZCB3aGVuIGlucHV0IGZpZWxkIGxvc3QgZm9jdXNcbiAgICovXG4gIEBPdXRwdXQoKSBibHVyZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiBpbnB1dCB2YWx1ZSBjaGFuZ2VkXG4gICAqL1xuICBAT3V0cHV0KCkgY2hhbmdlZDogRXZlbnRFbWl0dGVyPG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIGV2ZXJ5IHRpbWUgdGhlIGZvcm0gY29udHJvbCB2YWx1ZSBjaGFuZ2VzXG4gICAqL1xuICBvbkNoYW5nZSA9ICh2YWx1ZTogbnVtYmVyKTogdm9pZCA9PiB7XG4gIH07XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgc2hvdWxkIGJlIGNhbGxlZCB3aGVuIGlucHV0IGxvc3QgZm9jdXMgYW5kIGNoYW5nZWQgZm9ybSBjb250cm9sIHN0YXRlIHRvIFwidG91Y2hlZFwiXG4gICAqL1xuICBvblRvdWNoZWQgPSAoKTogdm9pZCA9PiB7XG4gIH07XG5cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogbnVtYmVyKTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSh2YWx1ZSk7XG4gICAgdGhpcy5kZWZhdWx0VmFsdWUgPSB2YWx1ZTtcbiAgfVxuXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChfOiBudW1iZXIpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogKCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaGVkID0gZm47XG4gIH1cblxuICBzZXREaXNhYmxlZFN0YXRlKGRpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5kaXNhYmxlZCA9IGRpc2FibGVkO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gaW5wdXQgZmllbGQgbG9zdCBmb2N1c1xuICAgKi9cbiAgb25JbnB1dEJsdXIoKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQoKTtcbiAgICB0aGlzLmJsdXJlZC5lbWl0KCk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiBpbnB1dCB2YWx1ZSBjaGFuZ2VkXG4gICAqL1xuICBvbklucHV0Q2hhbmdlKHZhbHVlOiBudW1iZXIpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlKHZhbHVlKTtcbiAgICB0aGlzLmNoYW5nZWQuZW1pdCh2YWx1ZSk7XG4gIH1cbn1cbiJdfQ==
91
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LW51bWVyaWMtdGV4dGJveC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy91aS1raXQvc3JjL2xpYi9jb21wb25lbnRzL2tpdC1udW1lcmljLXRleHRib3gva2l0LW51bWVyaWMtdGV4dGJveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0gsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXpFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBY3ZGLE1BQU0sT0FBTywwQkFBMEI7SUFadkM7UUEyREU7O1dBRUc7UUFDTSxnQkFBVyxHQUF3QixtQkFBbUIsQ0FBQyxPQUFPLENBQUM7UUFFeEU7O1dBRUc7UUFDTSxhQUFRLEdBQVksS0FBSyxDQUFDO1FBT25DOztXQUVHO1FBQ08sV0FBTSxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBRWhFOztXQUVHO1FBQ08sWUFBTyxHQUF5QixJQUFJLFlBQVksRUFBVSxDQUFDO1FBRXJFOztXQUVHO1FBQ0gsYUFBUSxHQUFHLENBQUMsS0FBYSxFQUFRLEVBQUU7UUFDbkMsQ0FBQyxDQUFDO1FBRUY7O1dBRUc7UUFDSCxjQUFTLEdBQUcsR0FBUyxFQUFFO1FBQ3ZCLENBQUMsQ0FBQztJQWtDSixDQUFDO0lBaENDLFVBQVUsQ0FBQyxLQUFhO1FBQ3RCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDckIsSUFBSSxDQUFDLFlBQVksR0FBRyxLQUFLLENBQUM7SUFDNUIsQ0FBQztJQUVELGdCQUFnQixDQUFDLEVBQXVCO1FBQ3RDLElBQUksQ0FBQyxRQUFRLEdBQUcsRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRCxpQkFBaUIsQ0FBQyxFQUFjO1FBQzlCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxRQUFpQjtRQUNoQyxJQUFJLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQztJQUMzQixDQUFDO0lBRUQ7O09BRUc7SUFDSCxXQUFXO1FBQ1QsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1FBQ2pCLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVEOztPQUVHO0lBQ0gsYUFBYSxDQUFDLEtBQWE7UUFDekIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNyQixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMzQixDQUFDOzs7WUEvSEYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxxQkFBcUI7Z0JBQy9CLDJtQ0FBbUQ7Z0JBRW5ELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2dCQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTtnQkFDckMsU0FBUyxFQUFFLENBQUM7d0JBQ1YsT0FBTyxFQUFFLGlCQUFpQjt3QkFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQywwQkFBMEIsQ0FBQzt3QkFDekQsS0FBSyxFQUFFLElBQUk7cUJBQ1osQ0FBQzs7YUFDSDs7OzBCQUtFLEtBQUs7b0JBS0wsS0FBSzsyQkFLTCxLQUFLO3VCQU1MLEtBQUs7a0JBS0wsS0FBSztrQkFLTCxLQUFLO3dCQUtMLEtBQUs7MEJBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7dUJBS0wsS0FBSztxQkFLTCxLQUFLO3FCQUtMLE1BQU07c0JBS04sTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgZm9yd2FyZFJlZiwgSW5wdXQsIE91dHB1dCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEtpdFN2Z0ljb24gfSBmcm9tICcuLi9raXQtc3ZnLWljb24va2l0LXN2Zy1pY29uLmNvbnN0JztcbmltcG9ydCB7IEtpdElucHV0TWVzc2FnZVR5cGUgfSBmcm9tICcuLi9raXQtaW5wdXQtbWVzc2FnZS9raXQtaW5wdXQtbWVzc2FnZS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdraXQtbnVtZXJpYy10ZXh0Ym94JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2tpdC1udW1lcmljLXRleHRib3guY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9raXQtbnVtZXJpYy10ZXh0Ym94LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gS2l0TnVtZXJpY1RleHRib3hDb21wb25lbnQpLFxuICAgIG11bHRpOiB0cnVlLFxuICB9XSxcbn0pXG5leHBvcnQgY2xhc3MgS2l0TnVtZXJpY1RleHRib3hDb21wb25lbnQgaW1wbGVtZW50cyBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGFuIGlucHV0IHBsYWNlaG9sZGVyXG4gICAqL1xuICBASW5wdXQoKSBwbGFjZWhvbGRlcj86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhbiBpbnB1dCBsYWJlbFxuICAgKi9cbiAgQElucHV0KCkgbGFiZWw/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBkZWZhdWx0IGlucHV0IHZhbHVlXG4gICAqL1xuICBASW5wdXQoKSBkZWZhdWx0VmFsdWU/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbnVtYmVyIG9mIGRlY2ltYWxzIHRoYXQgdGhlIHVzZXIgY2FuIGVudGVyIHdoZW4gdGhlIGlucHV0IGlzIGZvY3VzZWRcbiAgICovXG5cbiAgQElucHV0KCkgZGVjaW1hbHM/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgc21hbGxlc3QgdmFsdWUgdGhhdCBpcyB2YWxpZFxuICAgKi9cbiAgQElucHV0KCkgbWluPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIGdyZWF0ZXN0IHZhbHVlIHRoYXQgaXMgdmFsaWRcbiAgICovXG4gIEBJbnB1dCgpIG1heD86IG51bWJlcjtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBtYXhpbXVtIG51bWJlciBvZiBjaGFyYWN0ZXJzIHRoZSBlbmQgdXNlciBjYW4gdHlwZVxuICAgKi9cbiAgQElucHV0KCkgbWF4bGVuZ3RoPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGFuIGljb24gd2hpY2ggd2lsbCBiZSB1c2VkIHRvIHRoZSBsZWZ0IG9mIHRoZSBpbmZvIG1lc3NhZ2VcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VJY29uPzogS2l0U3ZnSWNvbjtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHdoaWNoIGdvaW5nIHRvIGJlIGFuIGluZm8gbWVzc2FnZSB0ZXh0XG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlVGV4dD86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHdoaWNoIGdvaW5nIHRvIGJlIGFuIGluZm8gbWVzc2FnZSB0eXBlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlVHlwZTogS2l0SW5wdXRNZXNzYWdlVHlwZSA9IEtpdElucHV0TWVzc2FnZVR5cGUuREVGQVVMVDtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHN0YXRlIHdoZXRoZXIgdGhlIHRleHRib3ggd2lsbCBiZSBkaXNhYmxlZCBvciBub3RcbiAgICovXG4gIEBJbnB1dCgpIGRpc2FibGVkOiBib29sZWFuID0gZmFsc2U7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbnVtYmVyIGZvcm1hdFxuICAgKi9cbiAgQElucHV0KCkgZm9ybWF0Pzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBBbiBhY3Rpb24gd2hpY2ggaXMgZW1pdHRlZCB3aGVuIGlucHV0IGZpZWxkIGxvc3QgZm9jdXNcbiAgICovXG4gIEBPdXRwdXQoKSBibHVyZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiBpbnB1dCB2YWx1ZSBjaGFuZ2VkXG4gICAqL1xuICBAT3V0cHV0KCkgY2hhbmdlZDogRXZlbnRFbWl0dGVyPG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPG51bWJlcj4oKTtcblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIGV2ZXJ5IHRpbWUgdGhlIGZvcm0gY29udHJvbCB2YWx1ZSBjaGFuZ2VzXG4gICAqL1xuICBvbkNoYW5nZSA9ICh2YWx1ZTogbnVtYmVyKTogdm9pZCA9PiB7XG4gIH07XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgc2hvdWxkIGJlIGNhbGxlZCB3aGVuIGlucHV0IGxvc3QgZm9jdXMgYW5kIGNoYW5nZWQgZm9ybSBjb250cm9sIHN0YXRlIHRvIFwidG91Y2hlZFwiXG4gICAqL1xuICBvblRvdWNoZWQgPSAoKTogdm9pZCA9PiB7XG4gIH07XG5cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogbnVtYmVyKTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSh2YWx1ZSk7XG4gICAgdGhpcy5kZWZhdWx0VmFsdWUgPSB2YWx1ZTtcbiAgfVxuXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IChfOiBudW1iZXIpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogKCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaGVkID0gZm47XG4gIH1cblxuICBzZXREaXNhYmxlZFN0YXRlKGRpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgdGhpcy5kaXNhYmxlZCA9IGRpc2FibGVkO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gaW5wdXQgZmllbGQgbG9zdCBmb2N1c1xuICAgKi9cbiAgb25JbnB1dEJsdXIoKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQoKTtcbiAgICB0aGlzLmJsdXJlZC5lbWl0KCk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiBpbnB1dCB2YWx1ZSBjaGFuZ2VkXG4gICAqL1xuICBvbklucHV0Q2hhbmdlKHZhbHVlOiBudW1iZXIpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlKHZhbHVlKTtcbiAgICB0aGlzLmNoYW5nZWQuZW1pdCh2YWx1ZSk7XG4gIH1cbn1cbiJdfQ==
@@ -82,7 +82,7 @@ export class KitTextareaComponent {
82
82
  KitTextareaComponent.decorators = [
83
83
  { type: Component, args: [{
84
84
  selector: 'kit-textarea',
85
- template: "<div class=\"kit-textarea\" [class.textarea-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textarea\"></kendo-label>\n <textarea autoresize #textarea class=\"k-input\"\n [attr.placeholder]=\"placeholder\"\n [style.min-height.px]=\"minHeight\"\n [style.max-height.px]=\"maxHeight\"\n [attr.maxlength]=\"maxlength\"\n [disabled]=\"disabled\"\n (focus)=\"onTextareaFocus()\"\n (blur)=\"onTextareaBlur()\"\n (input)=\"onTextareaChange($event)\"\n ></textarea>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
85
+ template: "<div class=\"kit-textarea\" [class.textarea-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textarea\"></kendo-label>\n <textarea autoresize #textarea class=\"k-input\"\n [attr.placeholder]=\"placeholder\"\n [style.min-height.px]=\"minHeight\"\n [style.max-height.px]=\"maxHeight\"\n [attr.maxlength]=\"maxlength\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (focus)=\"onTextareaFocus()\"\n (blur)=\"onTextareaBlur()\"\n (input)=\"onTextareaChange($event)\"\n ></textarea>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
86
86
  changeDetection: ChangeDetectionStrategy.OnPush,
87
87
  encapsulation: ViewEncapsulation.None,
88
88
  providers: [{
@@ -90,7 +90,7 @@ KitTextareaComponent.decorators = [
90
90
  useExisting: forwardRef(() => KitTextareaComponent),
91
91
  multi: true,
92
92
  }],
93
- styles: [".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-textarea .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textarea .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;color:#27282a;font-size:14px;line-height:1.2;min-height:34px;overflow:auto;padding:8px;resize:none;width:100%}.kit-textarea .k-input::-moz-placeholder{color:#74777d}.kit-textarea .k-input:-ms-input-placeholder{color:#74777d}.kit-textarea .k-input::placeholder{color:#74777d}.kit-textarea .k-input:focus{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-textarea .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textarea .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled::placeholder{color:#9a9fa6}.kit-textarea.textarea-disabled .k-label{color:#74777d}"]
93
+ styles: [".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-textarea .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textarea .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;color:#27282a;font-size:14px;line-height:1.2;min-height:34px;overflow:auto;padding:8px;resize:none;width:100%}.kit-textarea .k-input::-moz-placeholder{color:#74777d}.kit-textarea .k-input:-ms-input-placeholder{color:#74777d}.kit-textarea .k-input::placeholder{color:#74777d}.kit-textarea .k-input:focus{border-color:#006890}.kit-textarea .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textarea .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled::placeholder{color:#9a9fa6}.kit-textarea.textarea-disabled .k-label{color:#74777d}"]
94
94
  },] }
95
95
  ];
96
96
  KitTextareaComponent.propDecorators = {
@@ -107,4 +107,4 @@ KitTextareaComponent.propDecorators = {
107
107
  blured: [{ type: Output }],
108
108
  changed: [{ type: Output }]
109
109
  };
110
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LXRleHRhcmVhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMva2l0LXRleHRhcmVhL2tpdC10ZXh0YXJlYS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFVBQVUsRUFDVixLQUFLLEVBRUwsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFlekUsTUFBTSxPQUFPLG9CQUFvQjtJQVpqQztRQXVCRTs7V0FFRztRQUNNLGlCQUFZLEdBQVksRUFBRSxDQUFDO1FBbUJwQzs7V0FFRztRQUNNLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFzQm5DOztXQUVHO1FBQ08sWUFBTyxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBRWpFOztXQUVHO1FBQ08sV0FBTSxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBRWhFOztXQUVHO1FBQ08sWUFBTyxHQUF5QixJQUFJLFlBQVksRUFBVSxDQUFDO1FBa0JyRTs7V0FFRztRQUNILGFBQVEsR0FBRyxDQUFDLEtBQWEsRUFBUSxFQUFFO1FBQ25DLENBQUMsQ0FBQztRQUVGOztXQUVHO1FBQ0gsY0FBUyxHQUFHLEdBQVMsRUFBRTtRQUN2QixDQUFDLENBQUM7SUEwQ0osQ0FBQztJQXBFQyxXQUFXO1FBQ1QsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7SUFDN0IsQ0FBQztJQUVEOztPQUVHO0lBQ0gsbUJBQW1CO1FBQ2pCLE1BQU0sUUFBUSxHQUFXLEVBQUUsRUFDekIsVUFBVSxHQUFXLEdBQUcsRUFDeEIsT0FBTyxHQUFXLEVBQUUsQ0FBQztRQUV2QixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLEdBQUcsVUFBVSxHQUFHLE9BQU8sQ0FBQztRQUNsRixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLEdBQUcsVUFBVSxHQUFHLE9BQU8sQ0FBQztJQUNwRixDQUFDO0lBY0QsVUFBVSxDQUFDLEtBQWE7UUFDdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNyQixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztJQUM1QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBdUI7UUFDdEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVELGlCQUFpQixDQUFDLEVBQWM7UUFDOUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELGdCQUFnQixDQUFDLFFBQWlCO1FBQ2hDLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO0lBQzNCLENBQUM7SUFFRDs7T0FFRztJQUNILGVBQWU7UUFDYixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRDs7T0FFRztJQUNILGNBQWM7UUFDWixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQ7O09BRUc7SUFDSCxnQkFBZ0IsQ0FBQyxLQUFZO1FBQzNCLE1BQU0sTUFBTSxHQUF3QyxLQUFLLENBQUMsTUFBTSxDQUFDO1FBQ2pFLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzVCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNsQyxDQUFDOzs7WUF4SkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxjQUFjO2dCQUN4QiwydkJBQTRDO2dCQUU1QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtnQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7Z0JBQ3JDLFNBQVMsRUFBRSxDQUFDO3dCQUNWLE9BQU8sRUFBRSxpQkFBaUI7d0JBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsb0JBQW9CLENBQUM7d0JBQ25ELEtBQUssRUFBRSxJQUFJO3FCQUNaLENBQUM7O2FBQ0g7OzswQkFLRSxLQUFLO29CQUtMLEtBQUs7MkJBS0wsS0FBSzt3QkFLTCxLQUFLO3VCQU1MLEtBQUs7dUJBTUwsS0FBSzt1QkFLTCxLQUFLOzBCQUtMLEtBQUs7MEJBS0wsS0FBSztzQkFlTCxNQUFNO3FCQUtOLE1BQU07c0JBS04sTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgZm9yd2FyZFJlZixcbiAgSW5wdXQsXG4gIE9uQ2hhbmdlcyxcbiAgT3V0cHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBLaXRTdmdJY29uIH0gZnJvbSAnLi4va2l0LXN2Zy1pY29uL2tpdC1zdmctaWNvbi5jb25zdCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2tpdC10ZXh0YXJlYScsXG4gIHRlbXBsYXRlVXJsOiAnLi9raXQtdGV4dGFyZWEuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9raXQtdGV4dGFyZWEuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIHByb3ZpZGVyczogW3tcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBLaXRUZXh0YXJlYUNvbXBvbmVudCksXG4gICAgbXVsdGk6IHRydWUsXG4gIH1dLFxufSlcbmV4cG9ydCBjbGFzcyBLaXRUZXh0YXJlYUNvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkNoYW5nZXMge1xuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIHRleHRhcmVhIHBsYWNlaG9sZGVyXG4gICAqL1xuICBASW5wdXQoKSBwbGFjZWhvbGRlcj86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIHRleHRhcmVhIGxhYmVsXG4gICAqL1xuICBASW5wdXQoKSBsYWJlbD86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIGRlZmF1bHQgdGV4dGFyZWEgdmFsdWVcbiAgICovXG4gIEBJbnB1dCgpIGRlZmF1bHRWYWx1ZT86IHN0cmluZyA9ICcnO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCB3aWxsIGRldGVybWluZSB0aGUgbWF4aW11bSBudW1iZXIgb2YgY2hhcmFjdGVycyBpbiB0aGUgdGV4dGFyZWEgZmllbGRcbiAgICovXG4gIEBJbnB1dCgpIG1heGxlbmd0aD86IG51bWJlcjtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIG1pbmltYWwgbnVtYmVyIG9mIHZpc2libGUgdGV4dCBsaW5lcyBpblxuICAgKiB0aGUgdGV4dGFyZWEgZmllbGRcbiAgICovXG4gIEBJbnB1dCgpIG1pbkxpbmVzPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgbWF4aW1hbCBudW1iZXIgb2YgdmlzaWJsZSB0ZXh0IGxpbmVzIGluXG4gICAqIHRoZSB0ZXh0YXJlYSBmaWVsZFxuICAgKi9cbiAgQElucHV0KCkgbWF4TGluZXM/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSBzdGF0ZSB3aGV0aGVyIHRoZSB0ZXh0YXJlYSB3aWxsIGJlIGRpc2FibGVkIG9yIG5vdFxuICAgKi9cbiAgQElucHV0KCkgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhbiBpY29uIHdoaWNoIHdpbGwgYmUgdXNlZCB0byB0aGUgbGVmdCBvZiB0aGUgaW5mbyBtZXNzYWdlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlSWNvbj86IEtpdFN2Z0ljb247XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCBnb2luZyB0byBiZSBhbiBpbmZvIG1lc3NhZ2UgdGV4dFxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZVRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBtaW5pbWFsIHRleHRhcmVhIGhlaWdodFxuICAgKi9cbiAgbWluSGVpZ2h0PzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgbWF4aW1hbCB0ZXh0YXJlYSBoZWlnaHRcbiAgICovXG4gIG1heEhlaWdodD86IG51bWJlcjtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiB0ZXh0YXJlYSBmaWVsZCByZWNlaXZlZCBmb2N1c1xuICAgKi9cbiAgQE91dHB1dCgpIGZvY3VzZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiB0ZXh0YXJlYSBmaWVsZCBsb3N0IGZvY3VzXG4gICAqL1xuICBAT3V0cHV0KCkgYmx1cmVkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgLyoqXG4gICAqIEFuIGFjdGlvbiB3aGljaCBpcyBlbWl0dGVkIHdoZW4gdGV4dGFyZWEgdmFsdWUgY2hhbmdlZFxuICAgKi9cbiAgQE91dHB1dCgpIGNoYW5nZWQ6IEV2ZW50RW1pdHRlcjxzdHJpbmc+ID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgbmdPbkNoYW5nZXMoKTogdm9pZCB7XG4gICAgdGhpcy5jYWxjdWxhdGVMaW5lSGVpZ2h0KCk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIGV2ZXJ5IHRpbWUgdmFsdWVzIG9mIG1pbkxpbmVzIGFuZCBtYXhMaW5lcyBjaGFuZ2VzXG4gICAqL1xuICBjYWxjdWxhdGVMaW5lSGVpZ2h0KCk6IHZvaWQge1xuICAgIGNvbnN0IGZvbnRTaXplOiBudW1iZXIgPSAxNCxcbiAgICAgIGxpbmVIZWlnaHQ6IG51bWJlciA9IDEuMixcbiAgICAgIHBhZGRpbmc6IG51bWJlciA9IDE2O1xuXG4gICAgdGhpcy5taW5IZWlnaHQgPSB0aGlzLm1pbkxpbmVzICYmIHRoaXMubWluTGluZXMgKiBmb250U2l6ZSAqIGxpbmVIZWlnaHQgKyBwYWRkaW5nO1xuICAgIHRoaXMubWF4SGVpZ2h0ID0gdGhpcy5tYXhMaW5lcyAmJiB0aGlzLm1heExpbmVzICogZm9udFNpemUgKiBsaW5lSGVpZ2h0ICsgcGFkZGluZztcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgZXZlcnkgdGltZSB0aGUgZm9ybSBjb250cm9sIHZhbHVlIGNoYW5nZXNcbiAgICovXG4gIG9uQ2hhbmdlID0gKHZhbHVlOiBzdHJpbmcpOiB2b2lkID0+IHtcbiAgfTtcblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIHdoZW4gdGV4dGFyZWEgbG9zdCBmb2N1cyBhbmQgY2hhbmdlZCBmb3JtIGNvbnRyb2wgc3RhdGUgdG8gXCJ0b3VjaGVkXCJcbiAgICovXG4gIG9uVG91Y2hlZCA9ICgpOiB2b2lkID0+IHtcbiAgfTtcblxuICB3cml0ZVZhbHVlKHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlKHZhbHVlKTtcbiAgICB0aGlzLmRlZmF1bHRWYWx1ZSA9IHZhbHVlO1xuICB9XG5cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogKF86IHN0cmluZykgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGUoZGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB0aGlzLmRpc2FibGVkID0gZGlzYWJsZWQ7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiB0ZXh0YXJlYSBmaWVsZCByZWNlaXZlZCBmb2N1c1xuICAgKi9cbiAgb25UZXh0YXJlYUZvY3VzKCk6IHZvaWQge1xuICAgIHRoaXMuZm9jdXNlZC5lbWl0KCk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiB0ZXh0YXJlYSBmaWVsZCBsb3N0IGZvY3VzXG4gICAqL1xuICBvblRleHRhcmVhQmx1cigpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCgpO1xuICAgIHRoaXMuYmx1cmVkLmVtaXQoKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIHRleHRhcmVhIHZhbHVlIGNoYW5nZWRcbiAgICovXG4gIG9uVGV4dGFyZWFDaGFuZ2UoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XG4gICAgY29uc3QgdGFyZ2V0OiBIVE1MSW5wdXRFbGVtZW50ID0gPEhUTUxJbnB1dEVsZW1lbnQ+IGV2ZW50LnRhcmdldDtcbiAgICB0aGlzLm9uQ2hhbmdlKHRhcmdldC52YWx1ZSk7XG4gICAgdGhpcy5jaGFuZ2VkLmVtaXQodGFyZ2V0LnZhbHVlKTtcbiAgfVxufVxuIl19
110
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LXRleHRhcmVhLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3VpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMva2l0LXRleHRhcmVhL2tpdC10ZXh0YXJlYS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFVBQVUsRUFDVixLQUFLLEVBRUwsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFlekUsTUFBTSxPQUFPLG9CQUFvQjtJQVpqQztRQXVCRTs7V0FFRztRQUNNLGlCQUFZLEdBQVksRUFBRSxDQUFDO1FBbUJwQzs7V0FFRztRQUNNLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFzQm5DOztXQUVHO1FBQ08sWUFBTyxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBRWpFOztXQUVHO1FBQ08sV0FBTSxHQUF1QixJQUFJLFlBQVksRUFBUSxDQUFDO1FBRWhFOztXQUVHO1FBQ08sWUFBTyxHQUF5QixJQUFJLFlBQVksRUFBVSxDQUFDO1FBa0JyRTs7V0FFRztRQUNILGFBQVEsR0FBRyxDQUFDLEtBQWEsRUFBUSxFQUFFO1FBQ25DLENBQUMsQ0FBQztRQUVGOztXQUVHO1FBQ0gsY0FBUyxHQUFHLEdBQVMsRUFBRTtRQUN2QixDQUFDLENBQUM7SUEwQ0osQ0FBQztJQXBFQyxXQUFXO1FBQ1QsSUFBSSxDQUFDLG1CQUFtQixFQUFFLENBQUM7SUFDN0IsQ0FBQztJQUVEOztPQUVHO0lBQ0gsbUJBQW1CO1FBQ2pCLE1BQU0sUUFBUSxHQUFXLEVBQUUsRUFDekIsVUFBVSxHQUFXLEdBQUcsRUFDeEIsT0FBTyxHQUFXLEVBQUUsQ0FBQztRQUV2QixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLEdBQUcsVUFBVSxHQUFHLE9BQU8sQ0FBQztRQUNsRixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLElBQUksSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLEdBQUcsVUFBVSxHQUFHLE9BQU8sQ0FBQztJQUNwRixDQUFDO0lBY0QsVUFBVSxDQUFDLEtBQWE7UUFDdEIsSUFBSSxDQUFDLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNyQixJQUFJLENBQUMsWUFBWSxHQUFHLEtBQUssQ0FBQztJQUM1QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBdUI7UUFDdEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxFQUFFLENBQUM7SUFDckIsQ0FBQztJQUVELGlCQUFpQixDQUFDLEVBQWM7UUFDOUIsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUVELGdCQUFnQixDQUFDLFFBQWlCO1FBQ2hDLElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO0lBQzNCLENBQUM7SUFFRDs7T0FFRztJQUNILGVBQWU7UUFDYixJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFFRDs7T0FFRztJQUNILGNBQWM7UUFDWixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7UUFDakIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQ7O09BRUc7SUFDSCxnQkFBZ0IsQ0FBQyxLQUFZO1FBQzNCLE1BQU0sTUFBTSxHQUF3QyxLQUFLLENBQUMsTUFBTSxDQUFDO1FBQ2pFLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzVCLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNsQyxDQUFDOzs7WUF4SkYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxjQUFjO2dCQUN4QixpeUJBQTRDO2dCQUU1QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtnQkFDL0MsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7Z0JBQ3JDLFNBQVMsRUFBRSxDQUFDO3dCQUNWLE9BQU8sRUFBRSxpQkFBaUI7d0JBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsb0JBQW9CLENBQUM7d0JBQ25ELEtBQUssRUFBRSxJQUFJO3FCQUNaLENBQUM7O2FBQ0g7OzswQkFLRSxLQUFLO29CQUtMLEtBQUs7MkJBS0wsS0FBSzt3QkFLTCxLQUFLO3VCQU1MLEtBQUs7dUJBTUwsS0FBSzt1QkFLTCxLQUFLOzBCQUtMLEtBQUs7MEJBS0wsS0FBSztzQkFlTCxNQUFNO3FCQUtOLE1BQU07c0JBS04sTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgZm9yd2FyZFJlZixcbiAgSW5wdXQsXG4gIE9uQ2hhbmdlcyxcbiAgT3V0cHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBLaXRTdmdJY29uIH0gZnJvbSAnLi4va2l0LXN2Zy1pY29uL2tpdC1zdmctaWNvbi5jb25zdCc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2tpdC10ZXh0YXJlYScsXG4gIHRlbXBsYXRlVXJsOiAnLi9raXQtdGV4dGFyZWEuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9raXQtdGV4dGFyZWEuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIHByb3ZpZGVyczogW3tcbiAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBLaXRUZXh0YXJlYUNvbXBvbmVudCksXG4gICAgbXVsdGk6IHRydWUsXG4gIH1dLFxufSlcbmV4cG9ydCBjbGFzcyBLaXRUZXh0YXJlYUNvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBPbkNoYW5nZXMge1xuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIHRleHRhcmVhIHBsYWNlaG9sZGVyXG4gICAqL1xuICBASW5wdXQoKSBwbGFjZWhvbGRlcj86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIHRleHRhcmVhIGxhYmVsXG4gICAqL1xuICBASW5wdXQoKSBsYWJlbD86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIGRlZmF1bHQgdGV4dGFyZWEgdmFsdWVcbiAgICovXG4gIEBJbnB1dCgpIGRlZmF1bHRWYWx1ZT86IHN0cmluZyA9ICcnO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCB3aWxsIGRldGVybWluZSB0aGUgbWF4aW11bSBudW1iZXIgb2YgY2hhcmFjdGVycyBpbiB0aGUgdGV4dGFyZWEgZmllbGRcbiAgICovXG4gIEBJbnB1dCgpIG1heGxlbmd0aD86IG51bWJlcjtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIG1pbmltYWwgbnVtYmVyIG9mIHZpc2libGUgdGV4dCBsaW5lcyBpblxuICAgKiB0aGUgdGV4dGFyZWEgZmllbGRcbiAgICovXG4gIEBJbnB1dCgpIG1pbkxpbmVzPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgbWF4aW1hbCBudW1iZXIgb2YgdmlzaWJsZSB0ZXh0IGxpbmVzIGluXG4gICAqIHRoZSB0ZXh0YXJlYSBmaWVsZFxuICAgKi9cbiAgQElucHV0KCkgbWF4TGluZXM/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSBzdGF0ZSB3aGV0aGVyIHRoZSB0ZXh0YXJlYSB3aWxsIGJlIGRpc2FibGVkIG9yIG5vdFxuICAgKi9cbiAgQElucHV0KCkgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhbiBpY29uIHdoaWNoIHdpbGwgYmUgdXNlZCB0byB0aGUgbGVmdCBvZiB0aGUgaW5mbyBtZXNzYWdlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlSWNvbj86IEtpdFN2Z0ljb247XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCBnb2luZyB0byBiZSBhbiBpbmZvIG1lc3NhZ2UgdGV4dFxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZVRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBtaW5pbWFsIHRleHRhcmVhIGhlaWdodFxuICAgKi9cbiAgbWluSGVpZ2h0PzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgbWF4aW1hbCB0ZXh0YXJlYSBoZWlnaHRcbiAgICovXG4gIG1heEhlaWdodD86IG51bWJlcjtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiB0ZXh0YXJlYSBmaWVsZCByZWNlaXZlZCBmb2N1c1xuICAgKi9cbiAgQE91dHB1dCgpIGZvY3VzZWQ6IEV2ZW50RW1pdHRlcjx2b2lkPiA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiB0ZXh0YXJlYSBmaWVsZCBsb3N0IGZvY3VzXG4gICAqL1xuICBAT3V0cHV0KCkgYmx1cmVkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgLyoqXG4gICAqIEFuIGFjdGlvbiB3aGljaCBpcyBlbWl0dGVkIHdoZW4gdGV4dGFyZWEgdmFsdWUgY2hhbmdlZFxuICAgKi9cbiAgQE91dHB1dCgpIGNoYW5nZWQ6IEV2ZW50RW1pdHRlcjxzdHJpbmc+ID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgbmdPbkNoYW5nZXMoKTogdm9pZCB7XG4gICAgdGhpcy5jYWxjdWxhdGVMaW5lSGVpZ2h0KCk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIGV2ZXJ5IHRpbWUgdmFsdWVzIG9mIG1pbkxpbmVzIGFuZCBtYXhMaW5lcyBjaGFuZ2VzXG4gICAqL1xuICBjYWxjdWxhdGVMaW5lSGVpZ2h0KCk6IHZvaWQge1xuICAgIGNvbnN0IGZvbnRTaXplOiBudW1iZXIgPSAxNCxcbiAgICAgIGxpbmVIZWlnaHQ6IG51bWJlciA9IDEuMixcbiAgICAgIHBhZGRpbmc6IG51bWJlciA9IDE2O1xuXG4gICAgdGhpcy5taW5IZWlnaHQgPSB0aGlzLm1pbkxpbmVzICYmIHRoaXMubWluTGluZXMgKiBmb250U2l6ZSAqIGxpbmVIZWlnaHQgKyBwYWRkaW5nO1xuICAgIHRoaXMubWF4SGVpZ2h0ID0gdGhpcy5tYXhMaW5lcyAmJiB0aGlzLm1heExpbmVzICogZm9udFNpemUgKiBsaW5lSGVpZ2h0ICsgcGFkZGluZztcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgZXZlcnkgdGltZSB0aGUgZm9ybSBjb250cm9sIHZhbHVlIGNoYW5nZXNcbiAgICovXG4gIG9uQ2hhbmdlID0gKHZhbHVlOiBzdHJpbmcpOiB2b2lkID0+IHtcbiAgfTtcblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBzaG91bGQgYmUgY2FsbGVkIHdoZW4gdGV4dGFyZWEgbG9zdCBmb2N1cyBhbmQgY2hhbmdlZCBmb3JtIGNvbnRyb2wgc3RhdGUgdG8gXCJ0b3VjaGVkXCJcbiAgICovXG4gIG9uVG91Y2hlZCA9ICgpOiB2b2lkID0+IHtcbiAgfTtcblxuICB3cml0ZVZhbHVlKHZhbHVlOiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlKHZhbHVlKTtcbiAgICB0aGlzLmRlZmF1bHRWYWx1ZSA9IHZhbHVlO1xuICB9XG5cbiAgcmVnaXN0ZXJPbkNoYW5nZShmbjogKF86IHN0cmluZykgPT4gdm9pZCk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UgPSBmbjtcbiAgfVxuXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiAoKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoZWQgPSBmbjtcbiAgfVxuXG4gIHNldERpc2FibGVkU3RhdGUoZGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB0aGlzLmRpc2FibGVkID0gZGlzYWJsZWQ7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiB0ZXh0YXJlYSBmaWVsZCByZWNlaXZlZCBmb2N1c1xuICAgKi9cbiAgb25UZXh0YXJlYUZvY3VzKCk6IHZvaWQge1xuICAgIHRoaXMuZm9jdXNlZC5lbWl0KCk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiB0ZXh0YXJlYSBmaWVsZCBsb3N0IGZvY3VzXG4gICAqL1xuICBvblRleHRhcmVhQmx1cigpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCgpO1xuICAgIHRoaXMuYmx1cmVkLmVtaXQoKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIHRleHRhcmVhIHZhbHVlIGNoYW5nZWRcbiAgICovXG4gIG9uVGV4dGFyZWFDaGFuZ2UoZXZlbnQ6IEV2ZW50KTogdm9pZCB7XG4gICAgY29uc3QgdGFyZ2V0OiBIVE1MSW5wdXRFbGVtZW50ID0gPEhUTUxJbnB1dEVsZW1lbnQ+IGV2ZW50LnRhcmdldDtcbiAgICB0aGlzLm9uQ2hhbmdlKHRhcmdldC52YWx1ZSk7XG4gICAgdGhpcy5jaGFuZ2VkLmVtaXQodGFyZ2V0LnZhbHVlKTtcbiAgfVxufVxuIl19
@@ -65,7 +65,7 @@ export class KitTextboxComponent {
65
65
  KitTextboxComponent.decorators = [
66
66
  { type: Component, args: [{
67
67
  selector: 'kit-textbox',
68
- template: "<div class=\"kit-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-textbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
68
+ template: "<div class=\"kit-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-textbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
69
69
  changeDetection: ChangeDetectionStrategy.OnPush,
70
70
  encapsulation: ViewEncapsulation.None,
71
71
  providers: [{
@@ -73,7 +73,7 @@ KitTextboxComponent.decorators = [
73
73
  useExisting: forwardRef(() => KitTextboxComponent),
74
74
  multi: true,
75
75
  }],
76
- styles: [".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-textbox .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-textbox .k-input::-moz-placeholder{color:#74777d}.kit-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-textbox .k-input::placeholder{color:#74777d}.kit-textbox .k-input:focus{border-color:#006890}.kit-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-textbox .k-input-prefix,.kit-textbox .k-input-suffix{height:0}.kit-textbox:focus-within .k-label{color:#74777d}.kit-textbox.textbox-danger .k-label,.kit-textbox.textbox-disabled .k-label{color:#74777d}.kit-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#da1e28}"]
76
+ styles: [".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-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-textbox .k-input::-moz-placeholder{color:#74777d}.kit-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-textbox .k-input::placeholder{color:#74777d}.kit-textbox .k-input:focus{border-color:#006890}.kit-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-textbox .k-input-prefix,.kit-textbox .k-input-suffix{height:0}.kit-textbox.textbox-disabled .label{color:#74777d}.kit-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#ef3e42}"]
77
77
  },] }
78
78
  ];
79
79
  KitTextboxComponent.propDecorators = {
@@ -87,4 +87,4 @@ KitTextboxComponent.propDecorators = {
87
87
  blured: [{ type: Output }],
88
88
  changed: [{ type: Output }]
89
89
  };
90
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LXRleHRib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9raXQtdGV4dGJveC9raXQtdGV4dGJveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFekUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFjdkYsTUFBTSxPQUFPLG1CQUFtQjtJQVpoQztRQXVCRTs7V0FFRztRQUNNLGlCQUFZLEdBQVksRUFBRSxDQUFDO1FBWXBDOztXQUVHO1FBQ00sZ0JBQVcsR0FBd0IsbUJBQW1CLENBQUMsT0FBTyxDQUFDO1FBRXhFOztXQUVHO1FBQ00sYUFBUSxHQUFZLEtBQUssQ0FBQztRQUVuQzs7V0FFRztRQUNPLFdBQU0sR0FBdUIsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUVoRTs7V0FFRztRQUNPLFlBQU8sR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUVyRTs7V0FFRztRQUNILGFBQVEsR0FBRyxDQUFDLEtBQWEsRUFBUSxFQUFFO1FBQ25DLENBQUMsQ0FBQztRQUVGOztXQUVHO1FBQ0gsY0FBUyxHQUFHLEdBQVMsRUFBRTtRQUN2QixDQUFDLENBQUM7SUFrQ0osQ0FBQztJQWhDQyxVQUFVLENBQUMsS0FBYTtRQUN0QixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3JCLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO0lBQzVCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUF1QjtRQUN0QyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBYztRQUM5QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsUUFBaUI7UUFDaEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLENBQUM7SUFDM0IsQ0FBQztJQUVEOztPQUVHO0lBQ0gsV0FBVztRQUNULElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRDs7T0FFRztJQUNILGFBQWEsQ0FBQyxLQUFhO1FBQ3pCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDckIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0IsQ0FBQzs7O1lBckdGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsYUFBYTtnQkFDdkIsa3JCQUEyQztnQkFFM0MsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07Z0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2dCQUNyQyxTQUFTLEVBQUUsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG1CQUFtQixDQUFDO3dCQUNsRCxLQUFLLEVBQUUsSUFBSTtxQkFDWixDQUFDOzthQUNIOzs7MEJBS0UsS0FBSztvQkFLTCxLQUFLOzJCQUtMLEtBQUs7MEJBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7dUJBS0wsS0FBSztxQkFLTCxNQUFNO3NCQUtOLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIGZvcndhcmRSZWYsXG4gIElucHV0LFxuICBPdXRwdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEtpdFN2Z0ljb24gfSBmcm9tICcuLi9raXQtc3ZnLWljb24va2l0LXN2Zy1pY29uLmNvbnN0JztcbmltcG9ydCB7IEtpdElucHV0TWVzc2FnZVR5cGUgfSBmcm9tICcuLi9raXQtaW5wdXQtbWVzc2FnZS9raXQtaW5wdXQtbWVzc2FnZS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdraXQtdGV4dGJveCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9raXQtdGV4dGJveC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2tpdC10ZXh0Ym94LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gS2l0VGV4dGJveENvbXBvbmVudCksXG4gICAgbXVsdGk6IHRydWUsXG4gIH1dLFxufSlcbmV4cG9ydCBjbGFzcyBLaXRUZXh0Ym94Q29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhbiBpbnB1dCBwbGFjZWhvbGRlclxuICAgKi9cbiAgQElucHV0KCkgcGxhY2Vob2xkZXI/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYW4gaW5wdXQgbGFiZWxcbiAgICovXG4gIEBJbnB1dCgpIGxhYmVsPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgZGVmYXVsdCBpbnB1dCB2YWx1ZVxuICAgKi9cbiAgQElucHV0KCkgZGVmYXVsdFZhbHVlPzogc3RyaW5nID0gJyc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYW4gaWNvbiB3aGljaCB3aWxsIGJlIHVzZWQgdG8gdGhlIGxlZnQgb2YgdGhlIGluZm8gbWVzc2FnZVxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZUljb24/OiBLaXRTdmdJY29uO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgd2hpY2ggZ29pbmcgdG8gYmUgYW4gaW5mbyBtZXNzYWdlIHRleHRcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VUZXh0Pzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgd2hpY2ggZ29pbmcgdG8gYmUgYW4gaW5mbyBtZXNzYWdlIHR5cGVcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VUeXBlOiBLaXRJbnB1dE1lc3NhZ2VUeXBlID0gS2l0SW5wdXRNZXNzYWdlVHlwZS5ERUZBVUxUO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgc3RhdGUgd2hldGhlciB0aGUgdGV4dGJveCB3aWxsIGJlIGRpc2FibGVkIG9yIG5vdFxuICAgKi9cbiAgQElucHV0KCkgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiBpbnB1dCBmaWVsZCBsb3N0IGZvY3VzXG4gICAqL1xuICBAT3V0cHV0KCkgYmx1cmVkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgLyoqXG4gICAqIEFuIGFjdGlvbiB3aGljaCBpcyBlbWl0dGVkIHdoZW4gaW5wdXQgdmFsdWUgY2hhbmdlZFxuICAgKi9cbiAgQE91dHB1dCgpIGNoYW5nZWQ6IEV2ZW50RW1pdHRlcjxzdHJpbmc+ID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgc2hvdWxkIGJlIGNhbGxlZCBldmVyeSB0aW1lIHRoZSBmb3JtIGNvbnRyb2wgdmFsdWUgY2hhbmdlc1xuICAgKi9cbiAgb25DaGFuZ2UgPSAodmFsdWU6IHN0cmluZyk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgd2hlbiBpbnB1dCBsb3N0IGZvY3VzIGFuZCBjaGFuZ2VkIGZvcm0gY29udHJvbCBzdGF0ZSB0byBcInRvdWNoZWRcIlxuICAgKi9cbiAgb25Ub3VjaGVkID0gKCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIHdyaXRlVmFsdWUodmFsdWU6IHN0cmluZyk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICAgIHRoaXMuZGVmYXVsdFZhbHVlID0gdmFsdWU7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAoXzogc3RyaW5nKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSA9IGZuO1xuICB9XG5cbiAgcmVnaXN0ZXJPblRvdWNoZWQoZm46ICgpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCA9IGZuO1xuICB9XG5cbiAgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIHRoaXMuZGlzYWJsZWQgPSBkaXNhYmxlZDtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIGlucHV0IGZpZWxkIGxvc3QgZm9jdXNcbiAgICovXG4gIG9uSW5wdXRCbHVyKCk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaGVkKCk7XG4gICAgdGhpcy5ibHVyZWQuZW1pdCgpO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gaW5wdXQgdmFsdWUgY2hhbmdlZFxuICAgKi9cbiAgb25JbnB1dENoYW5nZSh2YWx1ZTogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSh2YWx1ZSk7XG4gICAgdGhpcy5jaGFuZ2VkLmVtaXQodmFsdWUpO1xuICB9XG59XG4iXX0=
90
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LXRleHRib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9raXQtdGV4dGJveC9raXQtdGV4dGJveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUNOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFekUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFjdkYsTUFBTSxPQUFPLG1CQUFtQjtJQVpoQztRQXVCRTs7V0FFRztRQUNNLGlCQUFZLEdBQVksRUFBRSxDQUFDO1FBWXBDOztXQUVHO1FBQ00sZ0JBQVcsR0FBd0IsbUJBQW1CLENBQUMsT0FBTyxDQUFDO1FBRXhFOztXQUVHO1FBQ00sYUFBUSxHQUFZLEtBQUssQ0FBQztRQUVuQzs7V0FFRztRQUNPLFdBQU0sR0FBdUIsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUVoRTs7V0FFRztRQUNPLFlBQU8sR0FBeUIsSUFBSSxZQUFZLEVBQVUsQ0FBQztRQUVyRTs7V0FFRztRQUNILGFBQVEsR0FBRyxDQUFDLEtBQWEsRUFBUSxFQUFFO1FBQ25DLENBQUMsQ0FBQztRQUVGOztXQUVHO1FBQ0gsY0FBUyxHQUFHLEdBQVMsRUFBRTtRQUN2QixDQUFDLENBQUM7SUFrQ0osQ0FBQztJQWhDQyxVQUFVLENBQUMsS0FBYTtRQUN0QixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQ3JCLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO0lBQzVCLENBQUM7SUFFRCxnQkFBZ0IsQ0FBQyxFQUF1QjtRQUN0QyxJQUFJLENBQUMsUUFBUSxHQUFHLEVBQUUsQ0FBQztJQUNyQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBYztRQUM5QixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN0QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsUUFBaUI7UUFDaEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxRQUFRLENBQUM7SUFDM0IsQ0FBQztJQUVEOztPQUVHO0lBQ0gsV0FBVztRQUNULElBQUksQ0FBQyxTQUFTLEVBQUUsQ0FBQztRQUNqQixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksRUFBRSxDQUFDO0lBQ3JCLENBQUM7SUFFRDs7T0FFRztJQUNILGFBQWEsQ0FBQyxLQUFhO1FBQ3pCLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDckIsSUFBSSxDQUFDLE9BQU8sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDM0IsQ0FBQzs7O1lBckdGLFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsYUFBYTtnQkFDdkIsa3NCQUEyQztnQkFFM0MsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07Z0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO2dCQUNyQyxTQUFTLEVBQUUsQ0FBQzt3QkFDVixPQUFPLEVBQUUsaUJBQWlCO3dCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLG1CQUFtQixDQUFDO3dCQUNsRCxLQUFLLEVBQUUsSUFBSTtxQkFDWixDQUFDOzthQUNIOzs7MEJBS0UsS0FBSztvQkFLTCxLQUFLOzJCQUtMLEtBQUs7MEJBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7dUJBS0wsS0FBSztxQkFLTCxNQUFNO3NCQUtOLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIGZvcndhcmRSZWYsXG4gIElucHV0LFxuICBPdXRwdXQsXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbnRyb2xWYWx1ZUFjY2Vzc29yLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEtpdFN2Z0ljb24gfSBmcm9tICcuLi9raXQtc3ZnLWljb24va2l0LXN2Zy1pY29uLmNvbnN0JztcbmltcG9ydCB7IEtpdElucHV0TWVzc2FnZVR5cGUgfSBmcm9tICcuLi9raXQtaW5wdXQtbWVzc2FnZS9raXQtaW5wdXQtbWVzc2FnZS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdraXQtdGV4dGJveCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9raXQtdGV4dGJveC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2tpdC10ZXh0Ym94LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBwcm92aWRlcnM6IFt7XG4gICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gS2l0VGV4dGJveENvbXBvbmVudCksXG4gICAgbXVsdGk6IHRydWUsXG4gIH1dLFxufSlcbmV4cG9ydCBjbGFzcyBLaXRUZXh0Ym94Q29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhbiBpbnB1dCBwbGFjZWhvbGRlclxuICAgKi9cbiAgQElucHV0KCkgcGxhY2Vob2xkZXI/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYW4gaW5wdXQgbGFiZWxcbiAgICovXG4gIEBJbnB1dCgpIGxhYmVsPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgZGVmYXVsdCBpbnB1dCB2YWx1ZVxuICAgKi9cbiAgQElucHV0KCkgZGVmYXVsdFZhbHVlPzogc3RyaW5nID0gJyc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYW4gaWNvbiB3aGljaCB3aWxsIGJlIHVzZWQgdG8gdGhlIGxlZnQgb2YgdGhlIGluZm8gbWVzc2FnZVxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZUljb24/OiBLaXRTdmdJY29uO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgd2hpY2ggZ29pbmcgdG8gYmUgYW4gaW5mbyBtZXNzYWdlIHRleHRcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VUZXh0Pzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgd2hpY2ggZ29pbmcgdG8gYmUgYW4gaW5mbyBtZXNzYWdlIHR5cGVcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VUeXBlOiBLaXRJbnB1dE1lc3NhZ2VUeXBlID0gS2l0SW5wdXRNZXNzYWdlVHlwZS5ERUZBVUxUO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgc3RhdGUgd2hldGhlciB0aGUgdGV4dGJveCB3aWxsIGJlIGRpc2FibGVkIG9yIG5vdFxuICAgKi9cbiAgQElucHV0KCkgZGlzYWJsZWQ6IGJvb2xlYW4gPSBmYWxzZTtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiBpbnB1dCBmaWVsZCBsb3N0IGZvY3VzXG4gICAqL1xuICBAT3V0cHV0KCkgYmx1cmVkOiBFdmVudEVtaXR0ZXI8dm9pZD4gPSBuZXcgRXZlbnRFbWl0dGVyPHZvaWQ+KCk7XG5cbiAgLyoqXG4gICAqIEFuIGFjdGlvbiB3aGljaCBpcyBlbWl0dGVkIHdoZW4gaW5wdXQgdmFsdWUgY2hhbmdlZFxuICAgKi9cbiAgQE91dHB1dCgpIGNoYW5nZWQ6IEV2ZW50RW1pdHRlcjxzdHJpbmc+ID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmc+KCk7XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgc2hvdWxkIGJlIGNhbGxlZCBldmVyeSB0aW1lIHRoZSBmb3JtIGNvbnRyb2wgdmFsdWUgY2hhbmdlc1xuICAgKi9cbiAgb25DaGFuZ2UgPSAodmFsdWU6IHN0cmluZyk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IHNob3VsZCBiZSBjYWxsZWQgd2hlbiBpbnB1dCBsb3N0IGZvY3VzIGFuZCBjaGFuZ2VkIGZvcm0gY29udHJvbCBzdGF0ZSB0byBcInRvdWNoZWRcIlxuICAgKi9cbiAgb25Ub3VjaGVkID0gKCk6IHZvaWQgPT4ge1xuICB9O1xuXG4gIHdyaXRlVmFsdWUodmFsdWU6IHN0cmluZyk6IHZvaWQge1xuICAgIHRoaXMub25DaGFuZ2UodmFsdWUpO1xuICAgIHRoaXMuZGVmYXVsdFZhbHVlID0gdmFsdWU7XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiAoXzogc3RyaW5nKSA9PiB2b2lkKTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSA9IGZuO1xuICB9XG5cbiAgcmVnaXN0ZXJPblRvdWNoZWQoZm46ICgpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB0aGlzLm9uVG91Y2hlZCA9IGZuO1xuICB9XG5cbiAgc2V0RGlzYWJsZWRTdGF0ZShkaXNhYmxlZDogYm9vbGVhbik6IHZvaWQge1xuICAgIHRoaXMuZGlzYWJsZWQgPSBkaXNhYmxlZDtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIGlucHV0IGZpZWxkIGxvc3QgZm9jdXNcbiAgICovXG4gIG9uSW5wdXRCbHVyKCk6IHZvaWQge1xuICAgIHRoaXMub25Ub3VjaGVkKCk7XG4gICAgdGhpcy5ibHVyZWQuZW1pdCgpO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gaW5wdXQgdmFsdWUgY2hhbmdlZFxuICAgKi9cbiAgb25JbnB1dENoYW5nZSh2YWx1ZTogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5vbkNoYW5nZSh2YWx1ZSk7XG4gICAgdGhpcy5jaGFuZ2VkLmVtaXQodmFsdWUpO1xuICB9XG59XG4iXX0=
@@ -65,10 +65,6 @@ export class KitUnitsTextboxComponent {
65
65
  * Defines dropdown positioning types
66
66
  */
67
67
  this.KitUnitsTextboxDropdownPosition = KitUnitsTextboxDropdownPosition;
68
- /**
69
- * Defines a state whether the component will be hovered or not
70
- */
71
- this.isHovered = false;
72
68
  }
73
69
  onItemDisabled() {
74
70
  return ((context) => !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem));
@@ -99,22 +95,16 @@ export class KitUnitsTextboxComponent {
99
95
  * Function that is called when dropdown lost focus
100
96
  */
101
97
  onDropdownBlur() {
102
- this.isHovered = false;
103
- }
104
- /**
105
- * Function that is called when mouse over on component or mouse pointer moved out from it
106
- */
107
- onHover() {
108
- this.isHovered = !this.isHovered;
98
+ this.dropdownFormControl.markAsTouched();
109
99
  }
110
100
  }
111
101
  KitUnitsTextboxComponent.decorators = [
112
102
  { type: Component, args: [{
113
103
  selector: 'kit-units-textbox',
114
- template: "<div class=\"kit-units-textbox\" [class.textbox-disabled]=\"disabledTextBox\"\n [class.dropdown-disabled]=\"disabledDropdown\"\n [class.hovered]=\"isHovered\"\n [class.units-left]=\"dropdownPosition === KitUnitsTextboxDropdownPosition.LEFT\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n ></kendo-label>\n <div class=\"units-textbox-wrap\" (mouseenter)=\"onHover()\" (mouseleave)=\"onHover()\">\n <kendo-textbox *ngIf=\"textboxType === KitUnitsTextboxType.TEXT; else numericTextboxTemplate\"\n [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <ng-template #numericTextboxTemplate>\n <kendo-numerictextbox [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n </ng-template>\n <kendo-dropdownlist valueField=\"value\" textField=\"text\"\n [data]=\"dropdownItems\"\n [value]=\"dropdownFormControl.value || selectedDropdownItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabledDropdown\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n (selectionChange)=\"onItemSelect($event)\"\n (blur)=\"onDropdownBlur()\"\n ></kendo-dropdownlist>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
104
+ template: "<div class=\"kit-units-textbox\" [class.textbox-disabled]=\"disabledTextBox\"\n [class.dropdown-disabled]=\"disabledDropdown\"\n [class.units-left]=\"dropdownPosition === KitUnitsTextboxDropdownPosition.LEFT\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n ></kendo-label>\n <div class=\"units-textbox-wrap\">\n <kendo-textbox *ngIf=\"textboxType === KitUnitsTextboxType.TEXT; else numericTextboxTemplate\"\n [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <ng-template #numericTextboxTemplate>\n <kendo-numerictextbox [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [selectOnFocus]=\"false\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n </ng-template>\n <kendo-dropdownlist valueField=\"value\" textField=\"text\"\n [data]=\"dropdownItems\"\n [value]=\"dropdownFormControl.value || selectedDropdownItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabledDropdown\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n (selectionChange)=\"onItemSelect($event)\"\n (blur)=\"onDropdownBlur()\"\n ></kendo-dropdownlist>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
115
105
  changeDetection: ChangeDetectionStrategy.OnPush,
116
106
  encapsulation: ViewEncapsulation.None,
117
- 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-units-textbox .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-units-textbox .units-textbox-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;display:flex;height:34px}.kit-units-textbox .k-numerictextbox,.kit-units-textbox .k-textbox{flex-grow:1}.kit-units-textbox .k-numerictextbox .k-input,.kit-units-textbox .k-textbox .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-units-textbox .k-numerictextbox .k-input::-moz-selection,.kit-units-textbox .k-textbox .k-input::-moz-selection{background:#006890;color:#fff}.kit-units-textbox .k-numerictextbox .k-input::selection,.kit-units-textbox .k-textbox .k-input::selection{background:#006890;color:#fff}.kit-units-textbox .k-dropdown{width:auto}.kit-units-textbox .k-dropdown .k-input{color:#74777d;font-size:13px;font-weight:500;height:100%;justify-content:flex-end;padding:0}.kit-units-textbox .k-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-units-textbox:focus-within .label{color:#74777d}.kit-units-textbox:focus-within .units-textbox-wrap{border:1px solid #006890;box-shadow:0 0 0 3px #e7f4ec}.kit-units-textbox .k-dropdown-wrap{background:none;border:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-icon:before,.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-input{color:#006890}.kit-units-textbox .k-dropdown-wrap:hover{background:none}.kit-units-textbox .k-animation-container{left:auto!important;right:0!important}.kit-units-textbox .kit-dropdown-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:8px;min-width:75px;padding:4px}.kit-units-textbox .kit-dropdown-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;justify-content:flex-end;text-align:right}.kit-units-textbox .kit-dropdown-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused:hover,.kit-units-textbox .kit-dropdown-popup .k-item:hover{background-color:#fff;color:#006890}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-selected{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item:active{background-color:#006890;color:#fff}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}.kit-units-textbox.hovered .label{color:#74777d}.kit-units-textbox.hovered .units-textbox-wrap{border-color:#006890}.kit-units-textbox.hovered .k-dropdown-wrap .k-icon:before,.kit-units-textbox.hovered .k-dropdown-wrap .k-input{color:#006890}.kit-units-textbox.textbox-disabled .label{color:#74777d}.kit-units-textbox.textbox-disabled .units-textbox-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-units-textbox.textbox-disabled .k-textbox .k-input{color:#9a9fa6}.kit-units-textbox.units-left .units-textbox-wrap{flex-direction:row-reverse}.kit-units-textbox.units-left .k-textbox{-ms-grid-column:2;-ms-grid-row:1;grid-column:2;grid-row:1}.kit-units-textbox.units-left .k-textbox .k-input{padding-left:0}.kit-units-textbox.units-left .k-dropdown{-ms-grid-column:1;grid-column:1}.kit-units-textbox.units-left .k-dropdown .k-input{padding-left:10px;width:auto}.kit-units-textbox.units-left .k-animation-container{left:0!important;right:auto!important}.kit-units-textbox.units-left .kit-dropdown-popup .k-item{justify-content:flex-start;text-align:left}.kit-units-textbox .k-input-prefix,.kit-units-textbox .k-input-suffix{height:0}.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-icon:before,.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-input{color:#9a9fa6}"]
107
+ 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-units-textbox .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-units-textbox .units-textbox-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;display:flex;height:34px}.kit-units-textbox .k-numerictextbox,.kit-units-textbox .k-textbox{flex-grow:1}.kit-units-textbox .k-numerictextbox .k-input,.kit-units-textbox .k-textbox .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-units-textbox .k-dropdown{width:auto}.kit-units-textbox .k-dropdown .k-input{color:#74777d;font-size:13px;font-weight:500;height:100%;justify-content:flex-end;padding:0}.kit-units-textbox .k-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-units-textbox:focus-within .units-textbox-wrap{border:1px solid #006890}.kit-units-textbox .k-dropdown-wrap{background:none;border:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-icon:before,.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-input{color:#006890}.kit-units-textbox .k-dropdown-wrap:hover{background:none}.kit-units-textbox .k-animation-container{left:auto!important;right:0!important}.kit-units-textbox .kit-dropdown-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:8px;min-width:75px;padding:4px}.kit-units-textbox .kit-dropdown-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;justify-content:flex-end;line-height:1;text-align:right}.kit-units-textbox .kit-dropdown-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused:hover,.kit-units-textbox .kit-dropdown-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-selected{background-color:#006890;color:#fff}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}.kit-units-textbox.textbox-disabled .label{color:#74777d}.kit-units-textbox.textbox-disabled .units-textbox-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-units-textbox.textbox-disabled .k-textbox .k-input{color:#9a9fa6}.kit-units-textbox.units-left .units-textbox-wrap{flex-direction:row-reverse}.kit-units-textbox.units-left .k-textbox{-ms-grid-column:2;-ms-grid-row:1;grid-column:2;grid-row:1}.kit-units-textbox.units-left .k-textbox .k-input{padding-left:0}.kit-units-textbox.units-left .k-dropdown{-ms-grid-column:1;grid-column:1}.kit-units-textbox.units-left .k-dropdown .k-input{padding-left:10px;width:auto}.kit-units-textbox.units-left .k-animation-container{left:0!important;right:auto!important}.kit-units-textbox.units-left .kit-dropdown-popup .k-item{justify-content:flex-start;text-align:left}.kit-units-textbox .k-input-prefix,.kit-units-textbox .k-input-suffix{height:0}.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-icon:before,.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-input{color:#9a9fa6}"]
118
108
  },] }
119
109
  ];
120
110
  KitUnitsTextboxComponent.propDecorators = {
@@ -140,4 +130,4 @@ KitUnitsTextboxComponent.propDecorators = {
140
130
  selected: [{ type: Output }],
141
131
  changed: [{ type: Output }]
142
132
  };
143
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LXVuaXRzLXRleHRib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9raXQtdW5pdHMtdGV4dGJveC9raXQtdW5pdHMtdGV4dGJveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEVBQ04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBSXZCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQ3ZGLE9BQU8sRUFBbUIsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFNOUQsTUFBTSxDQUFOLElBQVksK0JBR1g7QUFIRCxXQUFZLCtCQUErQjtJQUN6QyxnREFBYSxDQUFBO0lBQ2Isa0RBQWUsQ0FBQTtBQUNqQixDQUFDLEVBSFcsK0JBQStCLEtBQS9CLCtCQUErQixRQUcxQztBQUVELE1BQU0sQ0FBTixJQUFZLG1CQUdYO0FBSEQsV0FBWSxtQkFBbUI7SUFDN0Isb0NBQWEsQ0FBQTtJQUNiLHdDQUFpQixDQUFBO0FBQ25CLENBQUMsRUFIVyxtQkFBbUIsS0FBbkIsbUJBQW1CLFFBRzlCO0FBU0QsTUFBTSxPQUFPLHdCQUF3QjtJQVByQztRQTRCRTs7V0FFRztRQUNNLGtCQUFhLEdBQXlCLEVBQUUsQ0FBQztRQU9sRDs7V0FFRztRQUNNLGlCQUFZLEdBQW9CLEVBQUUsQ0FBQztRQUU1Qzs7V0FFRztRQUNNLHVCQUFrQixHQUFvQixJQUFJLFdBQVcsRUFBRSxDQUFDO1FBRWpFOztXQUVHO1FBQ00sd0JBQW1CLEdBQW9CLElBQUksV0FBVyxFQUFFLENBQUM7UUFZbEU7O1dBRUc7UUFDTSxnQkFBVyxHQUF3QixtQkFBbUIsQ0FBQyxPQUFPLENBQUM7UUFFeEU7O1dBRUc7UUFDTSxxQkFBZ0IsR0FBb0MsK0JBQStCLENBQUMsS0FBSyxDQUFDO1FBRW5HOztXQUVHO1FBQ00sZ0JBQVcsR0FBd0IsbUJBQW1CLENBQUMsSUFBSSxDQUFDO1FBNEJyRTs7V0FFRztRQUNPLGFBQVEsR0FBcUMsSUFBSSxZQUFZLEVBQXNCLENBQUM7UUFFOUY7O1dBRUc7UUFDTyxZQUFPLEdBQWtDLElBQUksWUFBWSxFQUFtQixDQUFDO1FBRXZGOztXQUVHO1FBQ00sMEJBQXFCLEdBQWtCO1lBQzlDLFFBQVEsRUFBRSxXQUFXO1lBQ3JCLFVBQVUsRUFBRSxvQkFBb0I7WUFDaEMsS0FBSyxFQUFFLE1BQU07U0FDZCxDQUFDO1FBRUY7O1dBRUc7UUFDTSx3QkFBbUIsR0FBK0IsbUJBQW1CLENBQUM7UUFFL0U7O1dBRUc7UUFDTSxvQ0FBK0IsR0FBMkMsK0JBQStCLENBQUM7UUFFbkg7O1dBRUc7UUFDSCxjQUFTLEdBQVksS0FBSyxDQUFDO0lBNkM3QixDQUFDO0lBM0NDLGNBQWM7UUFDWixPQUFPLENBQUMsQ0FBQyxPQUF5QyxFQUFXLEVBQUUsQ0FDN0QsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsUUFBUSxJQUFJLE9BQU8sQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDO0lBQ2hGLENBQUM7SUFFRDs7T0FFRztJQUNILGFBQWEsQ0FBQyxLQUFzQjtRQUNsQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzFDLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxXQUFXLEVBQUUsQ0FBQztRQUN0QyxJQUFJLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMzQixDQUFDO0lBRUQ7O09BRUc7SUFDSCxZQUFZLENBQUMsSUFBd0I7UUFDbkMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLFVBQVUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDaEQsSUFBSSxDQUFDLG1CQUFtQixDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ3ZDLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFRDs7T0FFRztJQUNILFdBQVc7UUFDVCxJQUFJLENBQUMsa0JBQWtCLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDMUMsQ0FBQztJQUVEOztPQUVHO0lBQ0gsY0FBYztRQUNaLElBQUksQ0FBQyxTQUFTLEdBQUcsS0FBSyxDQUFDO0lBQ3pCLENBQUM7SUFFRDs7T0FFRztJQUNILE9BQU87UUFDTCxJQUFJLENBQUMsU0FBUyxHQUFHLENBQUMsSUFBSSxDQUFDLFNBQVMsQ0FBQztJQUNuQyxDQUFDOzs7WUFwTEYsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxtQkFBbUI7Z0JBQzdCLCsrRUFBaUQ7Z0JBRWpELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2dCQUMvQyxhQUFhLEVBQUUsaUJBQWlCLENBQUMsSUFBSTs7YUFDdEM7OzswQkFLRSxLQUFLO29CQUtMLEtBQUs7OEJBS0wsS0FBSzsrQkFLTCxLQUFLOzRCQUtMLEtBQUs7bUNBS0wsS0FBSzsyQkFLTCxLQUFLO2lDQUtMLEtBQUs7a0NBS0wsS0FBSzswQkFLTCxLQUFLOzBCQUtMLEtBQUs7MEJBS0wsS0FBSzsrQkFLTCxLQUFLOzBCQUtMLEtBQUs7dUJBTUwsS0FBSztrQkFLTCxLQUFLO2tCQUtMLEtBQUs7d0JBS0wsS0FBSztxQkFLTCxLQUFLO3VCQUtMLE1BQU07c0JBS04sTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEV2ZW50RW1pdHRlcixcbiAgSW5wdXQsXG4gIE91dHB1dCxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgS2l0RHJvcGRvd25JdGVtIH0gZnJvbSAnLi4va2l0LWRyb3Bkb3duL2tpdC1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgSXRlbUFyZ3MsIEl0ZW1EaXNhYmxlZEZuLCBQb3B1cFNldHRpbmdzIH0gZnJvbSAnQHByb2dyZXNzL2tlbmRvLWFuZ3VsYXItZHJvcGRvd25zJztcbmltcG9ydCB7IEtpdFN2Z0ljb24gfSBmcm9tICcuLi9raXQtc3ZnLWljb24va2l0LXN2Zy1pY29uLmNvbnN0JztcbmltcG9ydCB7IEtpdElucHV0TWVzc2FnZVR5cGUgfSBmcm9tICcuLi9raXQtaW5wdXQtbWVzc2FnZS9raXQtaW5wdXQtbWVzc2FnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQWJzdHJhY3RDb250cm9sLCBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuaW50ZXJmYWNlIEtpdERyb3Bkb3duSXRlbURpc2FibGVkRm5BcmdzPFQ+IGV4dGVuZHMgSXRlbUFyZ3Mge1xuICBkYXRhSXRlbTogS2l0RHJvcGRvd25JdGVtPFQ+O1xufVxuXG5leHBvcnQgZW51bSBLaXRVbml0c1RleHRib3hEcm9wZG93blBvc2l0aW9uIHtcbiAgTEVGVCA9ICdsZWZ0JyxcbiAgUklHSFQgPSAncmlnaHQnXG59XG5cbmV4cG9ydCBlbnVtIEtpdFVuaXRzVGV4dGJveFR5cGUge1xuICBURVhUID0gJ3RleHQnLFxuICBOVU1CRVIgPSAnbnVtYmVyJ1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdraXQtdW5pdHMtdGV4dGJveCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9raXQtdW5pdHMtdGV4dGJveC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2tpdC11bml0cy10ZXh0Ym94LmNvbXBvbmVudC5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBLaXRVbml0c1RleHRib3hDb21wb25lbnQ8VD4ge1xuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIHRleHRib3ggcGxhY2Vob2xkZXJcbiAgICovXG4gIEBJbnB1dCgpIHBsYWNlaG9sZGVyPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgdGV4dGJveCBsYWJlbFxuICAgKi9cbiAgQElucHV0KCkgbGFiZWw/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgd2hldGhlciB0aGUgdGV4dGJveCB3aWxsIGJlIGluIGRpc2FibGVkIHN0YXRlXG4gICAqL1xuICBASW5wdXQoKSBkaXNhYmxlZFRleHRCb3g/OiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHdoZXRoZXIgdGhlIGRyb3Bkb3duIGxpc3Qgd2lsbCBiZSBpbiBkaXNhYmxlZCBzdGF0ZVxuICAgKi9cbiAgQElucHV0KCkgZGlzYWJsZWREcm9wZG93bj86IGJvb2xlYW47XG5cbiAgLyoqXG4gICAqIEFuIGl0ZW1zIGxpc3Qgd2hpY2ggaXMgZ29pbmcgdG8gYmUgcmVuZGVyZWQgYXMgZHJvcGRvd24gaXRlbXNcbiAgICovXG4gIEBJbnB1dCgpIGRyb3Bkb3duSXRlbXM6IEtpdERyb3Bkb3duSXRlbTxUPltdID0gW107XG5cbiAgLyoqXG4gICAqIEFuIGl0ZW0gd2hpY2ggbmVlZHMgdG8gYmUgc2VsZWN0ZWQgYXMgYSBkZWZhdWx0IHZhbHVlIG9mIHRoZSBkcm9wZG93biBsaXN0XG4gICAqL1xuICBASW5wdXQoKSBzZWxlY3RlZERyb3Bkb3duSXRlbT86IFQ7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSBkZWZhdWx0IHRleHRib3ggdmFsdWVcbiAgICovXG4gIEBJbnB1dCgpIHRleHRCb3hWYWx1ZTogc3RyaW5nIHwgbnVtYmVyID0gJyc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSB0ZXh0Ym94IGZvcm0gY29udHJvbFxuICAgKi9cbiAgQElucHV0KCkgdGV4dEJveEZvcm1Db250cm9sOiBBYnN0cmFjdENvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2woKTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIGRyb3Bkb3duIGxpc3QgZm9ybSBjb250cm9sXG4gICAqL1xuICBASW5wdXQoKSBkcm9wZG93bkZvcm1Db250cm9sOiBBYnN0cmFjdENvbnRyb2wgPSBuZXcgRm9ybUNvbnRyb2woKTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhbiBpY29uIHdoaWNoIHdpbGwgYmUgdXNlZCB0byB0aGUgbGVmdCBvZiB0aGUgaW5mbyBtZXNzYWdlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlSWNvbj86IEtpdFN2Z0ljb247XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCBnb2luZyB0byBiZSBhbiBpbmZvIG1lc3NhZ2UgdGV4dFxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZVRleHQ/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCBnb2luZyB0byBiZSBhbiBpbmZvIG1lc3NhZ2UgdHlwZVxuICAgKi9cbiAgQElucHV0KCkgbWVzc2FnZVR5cGU6IEtpdElucHV0TWVzc2FnZVR5cGUgPSBLaXRJbnB1dE1lc3NhZ2VUeXBlLkRFRkFVTFQ7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCB1c2VkIHRvIHNldCBwb3NpdGlvbiBvZiB0aGUgZHJvcGRvd24gbGlzdFxuICAgKi9cbiAgQElucHV0KCkgZHJvcGRvd25Qb3NpdGlvbjogS2l0VW5pdHNUZXh0Ym94RHJvcGRvd25Qb3NpdGlvbiA9IEtpdFVuaXRzVGV4dGJveERyb3Bkb3duUG9zaXRpb24uUklHSFQ7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB3aGljaCB1c2VkIHRvIHNldCB0eXBlIG90IGhlIHRleHRib3ggZmllbGRcbiAgICovXG4gIEBJbnB1dCgpIHRleHRib3hUeXBlOiBLaXRVbml0c1RleHRib3hUeXBlID0gS2l0VW5pdHNUZXh0Ym94VHlwZS5URVhUO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIG51bWJlciBvZiBkZWNpbWFscyB0aGF0IHRoZSB1c2VyIGNhbiBlbnRlciB3aGVuIHRoZSBudW1lcmljIGlucHV0IGlzIGZvY3VzZWRcbiAgICovXG5cbiAgQElucHV0KCkgZGVjaW1hbHM/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgc21hbGxlc3QgbnVtZXJpYyB0ZXh0Ym94IHZhbHVlIHRoYXQgaXMgdmFsaWRcbiAgICovXG4gIEBJbnB1dCgpIG1pbj86IG51bWJlcjtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBncmVhdGVzdCBudW1lcmljIHRleHRib3ggdmFsdWUgdGhhdCBpcyB2YWxpZFxuICAgKi9cbiAgQElucHV0KCkgbWF4PzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIG1heGltdW0gbnVtYmVyIG9mIGNoYXJhY3RlcnMgdGhlIGVuZCB1c2VyIGNhbiB0eXBlXG4gICAqL1xuICBASW5wdXQoKSBtYXhsZW5ndGg/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbnVtYmVyIGZvcm1hdCBvZiB0aGUgbnVtZXJpYyB0ZXh0Ym94XG4gICAqL1xuICBASW5wdXQoKSBmb3JtYXQ/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIE9jY3VycyBvbmNlIGFuIGl0ZW0gaW4gdGhlIGRyb3Bkb3duIGlzIHNlbGVjdGVkXG4gICAqL1xuICBAT3V0cHV0KCkgc2VsZWN0ZWQ6IEV2ZW50RW1pdHRlcjxLaXREcm9wZG93bkl0ZW08VD4+ID0gbmV3IEV2ZW50RW1pdHRlcjxLaXREcm9wZG93bkl0ZW08VD4+KCk7XG5cbiAgLyoqXG4gICAqIEFuIGFjdGlvbiB3aGljaCBpcyBlbWl0dGVkIHdoZW4gaW5wdXQgdmFsdWUgY2hhbmdlZFxuICAgKi9cbiAgQE91dHB1dCgpIGNoYW5nZWQ6IEV2ZW50RW1pdHRlcjxzdHJpbmcgfCBudW1iZXI+ID0gbmV3IEV2ZW50RW1pdHRlcjxzdHJpbmcgfCBudW1iZXI+KCk7XG5cbiAgLyoqXG4gICAqIFNldHRpbmdzIGZvciBwb3B1cCB0aGF0IHdpbGwgYmUgb3BlbmVkIGFzIGRyb3Bkb3duIG9wdGlvbnMgbGlzdFxuICAgKi9cbiAgcmVhZG9ubHkgZHJvcGRvd25Qb3B1cFNldHRpbmdzOiBQb3B1cFNldHRpbmdzID0ge1xuICAgIGFwcGVuZFRvOiAnY29tcG9uZW50JyxcbiAgICBwb3B1cENsYXNzOiAna2l0LWRyb3Bkb3duLXBvcHVwJyxcbiAgICB3aWR0aDogJ2F1dG8nLFxuICB9O1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRleHRib3ggdHlwZXNcbiAgICovXG4gIHJlYWRvbmx5IEtpdFVuaXRzVGV4dGJveFR5cGU6IHR5cGVvZiBLaXRVbml0c1RleHRib3hUeXBlID0gS2l0VW5pdHNUZXh0Ym94VHlwZTtcblxuICAvKipcbiAgICogRGVmaW5lcyBkcm9wZG93biBwb3NpdGlvbmluZyB0eXBlc1xuICAgKi9cbiAgcmVhZG9ubHkgS2l0VW5pdHNUZXh0Ym94RHJvcGRvd25Qb3NpdGlvbjogdHlwZW9mIEtpdFVuaXRzVGV4dGJveERyb3Bkb3duUG9zaXRpb24gPSBLaXRVbml0c1RleHRib3hEcm9wZG93blBvc2l0aW9uO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgc3RhdGUgd2hldGhlciB0aGUgY29tcG9uZW50IHdpbGwgYmUgaG92ZXJlZCBvciBub3RcbiAgICovXG4gIGlzSG92ZXJlZDogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIG9uSXRlbURpc2FibGVkKCk6IEl0ZW1EaXNhYmxlZEZuIHtcbiAgICByZXR1cm4gKChjb250ZXh0OiBLaXREcm9wZG93bkl0ZW1EaXNhYmxlZEZuQXJnczxUPik6IGJvb2xlYW4gPT5cbiAgICAgICEhY29udGV4dC5kYXRhSXRlbS5kaXNhYmxlZCAmJiBjb250ZXh0LmRhdGFJdGVtLmRpc2FibGVkKGNvbnRleHQuZGF0YUl0ZW0pKTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIGlucHV0IHZhbHVlIGNoYW5nZWRcbiAgICovXG4gIG9uSW5wdXRDaGFuZ2UodmFsdWU6IHN0cmluZyB8IG51bWJlcik6IHZvaWQge1xuICAgIHRoaXMudGV4dEJveEZvcm1Db250cm9sLnBhdGNoVmFsdWUodmFsdWUpO1xuICAgIHRoaXMudGV4dEJveEZvcm1Db250cm9sLm1hcmtBc0RpcnR5KCk7XG4gICAgdGhpcy5jaGFuZ2VkLmVtaXQodmFsdWUpO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gZHJvcGRvd24gbGlzdCBpdGVtIHNlbGVjdGVkXG4gICAqL1xuICBvbkl0ZW1TZWxlY3QoaXRlbTogS2l0RHJvcGRvd25JdGVtPFQ+KTogdm9pZCB7XG4gICAgdGhpcy5kcm9wZG93bkZvcm1Db250cm9sLnBhdGNoVmFsdWUoaXRlbS52YWx1ZSk7XG4gICAgdGhpcy5kcm9wZG93bkZvcm1Db250cm9sLm1hcmtBc0RpcnR5KCk7XG4gICAgdGhpcy5zZWxlY3RlZC5lbWl0KGl0ZW0pO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gaW5wdXQgZmllbGQgbG9zdCBmb2N1c1xuICAgKi9cbiAgb25JbnB1dEJsdXIoKTogdm9pZCB7XG4gICAgdGhpcy50ZXh0Qm94Rm9ybUNvbnRyb2wubWFya0FzVG91Y2hlZCgpO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gZHJvcGRvd24gbG9zdCBmb2N1c1xuICAgKi9cbiAgb25Ecm9wZG93bkJsdXIoKTogdm9pZCB7XG4gICAgdGhpcy5pc0hvdmVyZWQgPSBmYWxzZTtcbiAgfVxuXG4gIC8qKlxuICAgKiBGdW5jdGlvbiB0aGF0IGlzIGNhbGxlZCB3aGVuIG1vdXNlIG92ZXIgb24gY29tcG9uZW50IG9yIG1vdXNlIHBvaW50ZXIgbW92ZWQgb3V0IGZyb20gaXRcbiAgICovXG4gIG9uSG92ZXIoKTogdm9pZCB7XG4gICAgdGhpcy5pc0hvdmVyZWQgPSAhdGhpcy5pc0hvdmVyZWQ7XG4gIH1cbn1cbiJdfQ==
133
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia2l0LXVuaXRzLXRleHRib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9raXQtdW5pdHMtdGV4dGJveC9raXQtdW5pdHMtdGV4dGJveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEVBQ04saUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBSXZCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQ3ZGLE9BQU8sRUFBbUIsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFNOUQsTUFBTSxDQUFOLElBQVksK0JBR1g7QUFIRCxXQUFZLCtCQUErQjtJQUN6QyxnREFBYSxDQUFBO0lBQ2Isa0RBQWUsQ0FBQTtBQUNqQixDQUFDLEVBSFcsK0JBQStCLEtBQS9CLCtCQUErQixRQUcxQztBQUVELE1BQU0sQ0FBTixJQUFZLG1CQUdYO0FBSEQsV0FBWSxtQkFBbUI7SUFDN0Isb0NBQWEsQ0FBQTtJQUNiLHdDQUFpQixDQUFBO0FBQ25CLENBQUMsRUFIVyxtQkFBbUIsS0FBbkIsbUJBQW1CLFFBRzlCO0FBU0QsTUFBTSxPQUFPLHdCQUF3QjtJQVByQztRQTRCRTs7V0FFRztRQUNNLGtCQUFhLEdBQXlCLEVBQUUsQ0FBQztRQU9sRDs7V0FFRztRQUNNLGlCQUFZLEdBQW9CLEVBQUUsQ0FBQztRQUU1Qzs7V0FFRztRQUNNLHVCQUFrQixHQUFvQixJQUFJLFdBQVcsRUFBRSxDQUFDO1FBRWpFOztXQUVHO1FBQ00sd0JBQW1CLEdBQW9CLElBQUksV0FBVyxFQUFFLENBQUM7UUFZbEU7O1dBRUc7UUFDTSxnQkFBVyxHQUF3QixtQkFBbUIsQ0FBQyxPQUFPLENBQUM7UUFFeEU7O1dBRUc7UUFDTSxxQkFBZ0IsR0FBb0MsK0JBQStCLENBQUMsS0FBSyxDQUFDO1FBRW5HOztXQUVHO1FBQ00sZ0JBQVcsR0FBd0IsbUJBQW1CLENBQUMsSUFBSSxDQUFDO1FBNEJyRTs7V0FFRztRQUNPLGFBQVEsR0FBcUMsSUFBSSxZQUFZLEVBQXNCLENBQUM7UUFFOUY7O1dBRUc7UUFDTyxZQUFPLEdBQWtDLElBQUksWUFBWSxFQUFtQixDQUFDO1FBRXZGOztXQUVHO1FBQ00sMEJBQXFCLEdBQWtCO1lBQzlDLFFBQVEsRUFBRSxXQUFXO1lBQ3JCLFVBQVUsRUFBRSxvQkFBb0I7WUFDaEMsS0FBSyxFQUFFLE1BQU07U0FDZCxDQUFDO1FBRUY7O1dBRUc7UUFDTSx3QkFBbUIsR0FBK0IsbUJBQW1CLENBQUM7UUFFL0U7O1dBRUc7UUFDTSxvQ0FBK0IsR0FBMkMsK0JBQStCLENBQUM7SUFzQ3JILENBQUM7SUFwQ0MsY0FBYztRQUNaLE9BQU8sQ0FBQyxDQUFDLE9BQXlDLEVBQVcsRUFBRSxDQUM3RCxDQUFDLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxRQUFRLElBQUksT0FBTyxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDaEYsQ0FBQztJQUVEOztPQUVHO0lBQ0gsYUFBYSxDQUFDLEtBQXNCO1FBQ2xDLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDMUMsSUFBSSxDQUFDLGtCQUFrQixDQUFDLFdBQVcsRUFBRSxDQUFDO1FBQ3RDLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzNCLENBQUM7SUFFRDs7T0FFRztJQUNILFlBQVksQ0FBQyxJQUF3QjtRQUNuQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUNoRCxJQUFJLENBQUMsbUJBQW1CLENBQUMsV0FBVyxFQUFFLENBQUM7UUFDdkMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDM0IsQ0FBQztJQUVEOztPQUVHO0lBQ0gsV0FBVztRQUNULElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUMxQyxDQUFDO0lBRUQ7O09BRUc7SUFDSCxjQUFjO1FBQ1osSUFBSSxDQUFDLG1CQUFtQixDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQzNDLENBQUM7OztZQXhLRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsazdFQUFpRDtnQkFFakQsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07Z0JBQy9DLGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJOzthQUN0Qzs7OzBCQUtFLEtBQUs7b0JBS0wsS0FBSzs4QkFLTCxLQUFLOytCQUtMLEtBQUs7NEJBS0wsS0FBSzttQ0FLTCxLQUFLOzJCQUtMLEtBQUs7aUNBS0wsS0FBSztrQ0FLTCxLQUFLOzBCQUtMLEtBQUs7MEJBS0wsS0FBSzswQkFLTCxLQUFLOytCQUtMLEtBQUs7MEJBS0wsS0FBSzt1QkFNTCxLQUFLO2tCQUtMLEtBQUs7a0JBS0wsS0FBSzt3QkFLTCxLQUFLO3FCQUtMLEtBQUs7dUJBS0wsTUFBTTtzQkFLTixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBLaXREcm9wZG93bkl0ZW0gfSBmcm9tICcuLi9raXQtZHJvcGRvd24va2l0LWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJdGVtQXJncywgSXRlbURpc2FibGVkRm4sIFBvcHVwU2V0dGluZ3MgfSBmcm9tICdAcHJvZ3Jlc3Mva2VuZG8tYW5ndWxhci1kcm9wZG93bnMnO1xuaW1wb3J0IHsgS2l0U3ZnSWNvbiB9IGZyb20gJy4uL2tpdC1zdmctaWNvbi9raXQtc3ZnLWljb24uY29uc3QnO1xuaW1wb3J0IHsgS2l0SW5wdXRNZXNzYWdlVHlwZSB9IGZyb20gJy4uL2tpdC1pbnB1dC1tZXNzYWdlL2tpdC1pbnB1dC1tZXNzYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wsIEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuXG5pbnRlcmZhY2UgS2l0RHJvcGRvd25JdGVtRGlzYWJsZWRGbkFyZ3M8VD4gZXh0ZW5kcyBJdGVtQXJncyB7XG4gIGRhdGFJdGVtOiBLaXREcm9wZG93bkl0ZW08VD47XG59XG5cbmV4cG9ydCBlbnVtIEtpdFVuaXRzVGV4dGJveERyb3Bkb3duUG9zaXRpb24ge1xuICBMRUZUID0gJ2xlZnQnLFxuICBSSUdIVCA9ICdyaWdodCdcbn1cblxuZXhwb3J0IGVudW0gS2l0VW5pdHNUZXh0Ym94VHlwZSB7XG4gIFRFWFQgPSAndGV4dCcsXG4gIE5VTUJFUiA9ICdudW1iZXInXG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2tpdC11bml0cy10ZXh0Ym94JyxcbiAgdGVtcGxhdGVVcmw6ICcuL2tpdC11bml0cy10ZXh0Ym94LmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4va2l0LXVuaXRzLXRleHRib3guY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEtpdFVuaXRzVGV4dGJveENvbXBvbmVudDxUPiB7XG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgdGV4dGJveCBwbGFjZWhvbGRlclxuICAgKi9cbiAgQElucHV0KCkgcGxhY2Vob2xkZXI/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSB0aGF0IGlzIGdvaW5nIHRvIGJlIGFwcGxpZWQgYXMgYSB0ZXh0Ym94IGxhYmVsXG4gICAqL1xuICBASW5wdXQoKSBsYWJlbD86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSB0ZXh0Ym94IHdpbGwgYmUgaW4gZGlzYWJsZWQgc3RhdGVcbiAgICovXG4gIEBJbnB1dCgpIGRpc2FibGVkVGV4dEJveD86IGJvb2xlYW47XG5cbiAgLyoqXG4gICAqIERlZmluZXMgd2hldGhlciB0aGUgZHJvcGRvd24gbGlzdCB3aWxsIGJlIGluIGRpc2FibGVkIHN0YXRlXG4gICAqL1xuICBASW5wdXQoKSBkaXNhYmxlZERyb3Bkb3duPzogYm9vbGVhbjtcblxuICAvKipcbiAgICogQW4gaXRlbXMgbGlzdCB3aGljaCBpcyBnb2luZyB0byBiZSByZW5kZXJlZCBhcyBkcm9wZG93biBpdGVtc1xuICAgKi9cbiAgQElucHV0KCkgZHJvcGRvd25JdGVtczogS2l0RHJvcGRvd25JdGVtPFQ+W10gPSBbXTtcblxuICAvKipcbiAgICogQW4gaXRlbSB3aGljaCBuZWVkcyB0byBiZSBzZWxlY3RlZCBhcyBhIGRlZmF1bHQgdmFsdWUgb2YgdGhlIGRyb3Bkb3duIGxpc3RcbiAgICovXG4gIEBJbnB1dCgpIHNlbGVjdGVkRHJvcGRvd25JdGVtPzogVDtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIGRlZmF1bHQgdGV4dGJveCB2YWx1ZVxuICAgKi9cbiAgQElucHV0KCkgdGV4dEJveFZhbHVlOiBzdHJpbmcgfCBudW1iZXIgPSAnJztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHRoYXQgaXMgZ29pbmcgdG8gYmUgYXBwbGllZCBhcyBhIHRleHRib3ggZm9ybSBjb250cm9sXG4gICAqL1xuICBASW5wdXQoKSB0ZXh0Qm94Rm9ybUNvbnRyb2w6IEFic3RyYWN0Q29udHJvbCA9IG5ldyBGb3JtQ29udHJvbCgpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgdmFsdWUgdGhhdCBpcyBnb2luZyB0byBiZSBhcHBsaWVkIGFzIGEgZHJvcGRvd24gbGlzdCBmb3JtIGNvbnRyb2xcbiAgICovXG4gIEBJbnB1dCgpIGRyb3Bkb3duRm9ybUNvbnRyb2w6IEFic3RyYWN0Q29udHJvbCA9IG5ldyBGb3JtQ29udHJvbCgpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGFuIGljb24gd2hpY2ggd2lsbCBiZSB1c2VkIHRvIHRoZSBsZWZ0IG9mIHRoZSBpbmZvIG1lc3NhZ2VcbiAgICovXG4gIEBJbnB1dCgpIG1lc3NhZ2VJY29uPzogS2l0U3ZnSWNvbjtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHdoaWNoIGdvaW5nIHRvIGJlIGFuIGluZm8gbWVzc2FnZSB0ZXh0XG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlVGV4dD86IHN0cmluZztcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHdoaWNoIGdvaW5nIHRvIGJlIGFuIGluZm8gbWVzc2FnZSB0eXBlXG4gICAqL1xuICBASW5wdXQoKSBtZXNzYWdlVHlwZTogS2l0SW5wdXRNZXNzYWdlVHlwZSA9IEtpdElucHV0TWVzc2FnZVR5cGUuREVGQVVMVDtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHdoaWNoIHVzZWQgdG8gc2V0IHBvc2l0aW9uIG9mIHRoZSBkcm9wZG93biBsaXN0XG4gICAqL1xuICBASW5wdXQoKSBkcm9wZG93blBvc2l0aW9uOiBLaXRVbml0c1RleHRib3hEcm9wZG93blBvc2l0aW9uID0gS2l0VW5pdHNUZXh0Ym94RHJvcGRvd25Qb3NpdGlvbi5SSUdIVDtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHZhbHVlIHdoaWNoIHVzZWQgdG8gc2V0IHR5cGUgb3QgaGUgdGV4dGJveCBmaWVsZFxuICAgKi9cbiAgQElucHV0KCkgdGV4dGJveFR5cGU6IEtpdFVuaXRzVGV4dGJveFR5cGUgPSBLaXRVbml0c1RleHRib3hUeXBlLlRFWFQ7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbnVtYmVyIG9mIGRlY2ltYWxzIHRoYXQgdGhlIHVzZXIgY2FuIGVudGVyIHdoZW4gdGhlIG51bWVyaWMgaW5wdXQgaXMgZm9jdXNlZFxuICAgKi9cblxuICBASW5wdXQoKSBkZWNpbWFscz86IG51bWJlcjtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBzbWFsbGVzdCBudW1lcmljIHRleHRib3ggdmFsdWUgdGhhdCBpcyB2YWxpZFxuICAgKi9cbiAgQElucHV0KCkgbWluPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIGdyZWF0ZXN0IG51bWVyaWMgdGV4dGJveCB2YWx1ZSB0aGF0IGlzIHZhbGlkXG4gICAqL1xuICBASW5wdXQoKSBtYXg/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFNwZWNpZmllcyB0aGUgbWF4aW11bSBudW1iZXIgb2YgY2hhcmFjdGVycyB0aGUgZW5kIHVzZXIgY2FuIHR5cGVcbiAgICovXG4gIEBJbnB1dCgpIG1heGxlbmd0aD86IG51bWJlcjtcblxuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBudW1iZXIgZm9ybWF0IG9mIHRoZSBudW1lcmljIHRleHRib3hcbiAgICovXG4gIEBJbnB1dCgpIGZvcm1hdD86IHN0cmluZztcblxuICAvKipcbiAgICogT2NjdXJzIG9uY2UgYW4gaXRlbSBpbiB0aGUgZHJvcGRvd24gaXMgc2VsZWN0ZWRcbiAgICovXG4gIEBPdXRwdXQoKSBzZWxlY3RlZDogRXZlbnRFbWl0dGVyPEtpdERyb3Bkb3duSXRlbTxUPj4gPSBuZXcgRXZlbnRFbWl0dGVyPEtpdERyb3Bkb3duSXRlbTxUPj4oKTtcblxuICAvKipcbiAgICogQW4gYWN0aW9uIHdoaWNoIGlzIGVtaXR0ZWQgd2hlbiBpbnB1dCB2YWx1ZSBjaGFuZ2VkXG4gICAqL1xuICBAT3V0cHV0KCkgY2hhbmdlZDogRXZlbnRFbWl0dGVyPHN0cmluZyB8IG51bWJlcj4gPSBuZXcgRXZlbnRFbWl0dGVyPHN0cmluZyB8IG51bWJlcj4oKTtcblxuICAvKipcbiAgICogU2V0dGluZ3MgZm9yIHBvcHVwIHRoYXQgd2lsbCBiZSBvcGVuZWQgYXMgZHJvcGRvd24gb3B0aW9ucyBsaXN0XG4gICAqL1xuICByZWFkb25seSBkcm9wZG93blBvcHVwU2V0dGluZ3M6IFBvcHVwU2V0dGluZ3MgPSB7XG4gICAgYXBwZW5kVG86ICdjb21wb25lbnQnLFxuICAgIHBvcHVwQ2xhc3M6ICdraXQtZHJvcGRvd24tcG9wdXAnLFxuICAgIHdpZHRoOiAnYXV0bycsXG4gIH07XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGV4dGJveCB0eXBlc1xuICAgKi9cbiAgcmVhZG9ubHkgS2l0VW5pdHNUZXh0Ym94VHlwZTogdHlwZW9mIEtpdFVuaXRzVGV4dGJveFR5cGUgPSBLaXRVbml0c1RleHRib3hUeXBlO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGRyb3Bkb3duIHBvc2l0aW9uaW5nIHR5cGVzXG4gICAqL1xuICByZWFkb25seSBLaXRVbml0c1RleHRib3hEcm9wZG93blBvc2l0aW9uOiB0eXBlb2YgS2l0VW5pdHNUZXh0Ym94RHJvcGRvd25Qb3NpdGlvbiA9IEtpdFVuaXRzVGV4dGJveERyb3Bkb3duUG9zaXRpb247XG5cbiAgb25JdGVtRGlzYWJsZWQoKTogSXRlbURpc2FibGVkRm4ge1xuICAgIHJldHVybiAoKGNvbnRleHQ6IEtpdERyb3Bkb3duSXRlbURpc2FibGVkRm5BcmdzPFQ+KTogYm9vbGVhbiA9PlxuICAgICAgISFjb250ZXh0LmRhdGFJdGVtLmRpc2FibGVkICYmIGNvbnRleHQuZGF0YUl0ZW0uZGlzYWJsZWQoY29udGV4dC5kYXRhSXRlbSkpO1xuICB9XG5cbiAgLyoqXG4gICAqIEZ1bmN0aW9uIHRoYXQgaXMgY2FsbGVkIHdoZW4gaW5wdXQgdmFsdWUgY2hhbmdlZFxuICAgKi9cbiAgb25JbnB1dENoYW5nZSh2YWx1ZTogc3RyaW5nIHwgbnVtYmVyKTogdm9pZCB7XG4gICAgdGhpcy50ZXh0Qm94Rm9ybUNvbnRyb2wucGF0Y2hWYWx1ZSh2YWx1ZSk7XG4gICAgdGhpcy50ZXh0Qm94Rm9ybUNvbnRyb2wubWFya0FzRGlydHkoKTtcbiAgICB0aGlzLmNoYW5nZWQuZW1pdCh2YWx1ZSk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiBkcm9wZG93biBsaXN0IGl0ZW0gc2VsZWN0ZWRcbiAgICovXG4gIG9uSXRlbVNlbGVjdChpdGVtOiBLaXREcm9wZG93bkl0ZW08VD4pOiB2b2lkIHtcbiAgICB0aGlzLmRyb3Bkb3duRm9ybUNvbnRyb2wucGF0Y2hWYWx1ZShpdGVtLnZhbHVlKTtcbiAgICB0aGlzLmRyb3Bkb3duRm9ybUNvbnRyb2wubWFya0FzRGlydHkoKTtcbiAgICB0aGlzLnNlbGVjdGVkLmVtaXQoaXRlbSk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiBpbnB1dCBmaWVsZCBsb3N0IGZvY3VzXG4gICAqL1xuICBvbklucHV0Qmx1cigpOiB2b2lkIHtcbiAgICB0aGlzLnRleHRCb3hGb3JtQ29udHJvbC5tYXJrQXNUb3VjaGVkKCk7XG4gIH1cblxuICAvKipcbiAgICogRnVuY3Rpb24gdGhhdCBpcyBjYWxsZWQgd2hlbiBkcm9wZG93biBsb3N0IGZvY3VzXG4gICAqL1xuICBvbkRyb3Bkb3duQmx1cigpOiB2b2lkIHtcbiAgICB0aGlzLmRyb3Bkb3duRm9ybUNvbnRyb2wubWFya0FzVG91Y2hlZCgpO1xuICB9XG59XG4iXX0=
@@ -525,7 +525,7 @@ class KitTextboxComponent {
525
525
  KitTextboxComponent.decorators = [
526
526
  { type: Component, args: [{
527
527
  selector: 'kit-textbox',
528
- template: "<div class=\"kit-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-textbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
528
+ template: "<div class=\"kit-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-textbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
529
529
  changeDetection: ChangeDetectionStrategy.OnPush,
530
530
  encapsulation: ViewEncapsulation.None,
531
531
  providers: [{
@@ -533,7 +533,7 @@ KitTextboxComponent.decorators = [
533
533
  useExisting: forwardRef(() => KitTextboxComponent),
534
534
  multi: true,
535
535
  }],
536
- styles: [".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-textbox .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-textbox .k-input::-moz-placeholder{color:#74777d}.kit-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-textbox .k-input::placeholder{color:#74777d}.kit-textbox .k-input:focus{border-color:#006890}.kit-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-textbox .k-input-prefix,.kit-textbox .k-input-suffix{height:0}.kit-textbox:focus-within .k-label{color:#74777d}.kit-textbox.textbox-danger .k-label,.kit-textbox.textbox-disabled .k-label{color:#74777d}.kit-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#da1e28}"]
536
+ styles: [".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-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-textbox .k-input::-moz-placeholder{color:#74777d}.kit-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-textbox .k-input::placeholder{color:#74777d}.kit-textbox .k-input:focus{border-color:#006890}.kit-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-textbox .k-input-prefix,.kit-textbox .k-input-suffix{height:0}.kit-textbox.textbox-disabled .label{color:#74777d}.kit-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#ef3e42}"]
537
537
  },] }
538
538
  ];
539
539
  KitTextboxComponent.propDecorators = {
@@ -644,7 +644,7 @@ class KitNumericTextboxComponent {
644
644
  KitNumericTextboxComponent.decorators = [
645
645
  { type: Component, args: [{
646
646
  selector: 'kit-numeric-textbox',
647
- template: "<div class=\"kit-numeric-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-numerictextbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
647
+ template: "<div class=\"kit-numeric-textbox textbox-{{ messageType }}\"\n [class.textbox-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" class=\"label\" [text]=\"label\" [for]=\"textbox\"></kendo-label>\n <kendo-numerictextbox #textbox\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [selectOnFocus]=\"false\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
648
648
  changeDetection: ChangeDetectionStrategy.OnPush,
649
649
  encapsulation: ViewEncapsulation.None,
650
650
  providers: [{
@@ -652,7 +652,7 @@ KitNumericTextboxComponent.decorators = [
652
652
  useExisting: forwardRef(() => KitNumericTextboxComponent),
653
653
  multi: true,
654
654
  }],
655
- styles: [".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-numeric-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-numeric-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-numeric-textbox .k-input::-moz-placeholder{color:#74777d}.kit-numeric-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-numeric-textbox .k-input::placeholder{color:#74777d}.kit-numeric-textbox .k-input:focus{border-color:#006890}.kit-numeric-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input::-moz-selection{background:#006890;color:#fff}.kit-numeric-textbox .k-input::selection{background:#006890;color:#fff}.kit-numeric-textbox .k-input-prefix,.kit-numeric-textbox .k-input-suffix{height:0}.kit-numeric-textbox:focus-within .k-label{color:#74777d}.kit-numeric-textbox.textbox-danger .label,.kit-numeric-textbox.textbox-disabled .label{color:#74777d}.kit-numeric-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#da1e28}"]
655
+ styles: [".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-numeric-textbox .label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-numeric-textbox .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;color:#27282a;font-size:14px;height:34px;padding:0 8px}.kit-numeric-textbox .k-input::-moz-placeholder{color:#74777d}.kit-numeric-textbox .k-input:-ms-input-placeholder{color:#74777d}.kit-numeric-textbox .k-input::placeholder{color:#74777d}.kit-numeric-textbox .k-input:focus{border-color:#006890}.kit-numeric-textbox .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input:disabled::placeholder{color:#9a9fa6}.kit-numeric-textbox .k-input-prefix,.kit-numeric-textbox .k-input-suffix{height:0}.kit-numeric-textbox.textbox-disabled .label{color:#74777d}.kit-numeric-textbox.textbox-danger .k-input{background:#f8e0e0;border-color:#ef3e42}"]
656
656
  },] }
657
657
  ];
658
658
  KitNumericTextboxComponent.propDecorators = {
@@ -711,10 +711,6 @@ class KitDropdownComponent {
711
711
  this.dropdownPopupSettings = {
712
712
  popupClass: 'kit-dropdown-popup',
713
713
  };
714
- /**
715
- * defines a state whether the dropdown will be hovered or not
716
- */
717
- this.isHovered = false;
718
714
  /**
719
715
  * Function that should be called every time the form control value changes
720
716
  */
@@ -726,12 +722,6 @@ class KitDropdownComponent {
726
722
  this.onTouched = () => {
727
723
  };
728
724
  }
729
- /**
730
- * Function that is called when mouse over on dropdown or mouse pointer moved out from it
731
- */
732
- onHovered() {
733
- this.isHovered = !this.isHovered;
734
- }
735
725
  onItemDisabled() {
736
726
  return ((context) => !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem));
737
727
  }
@@ -759,7 +749,7 @@ class KitDropdownComponent {
759
749
  KitDropdownComponent.decorators = [
760
750
  { type: Component, args: [{
761
751
  selector: 'kit-dropdown',
762
- template: "<div class=\"kit-dropdown\" [class.disabled]=\"disabled\" [class.hovered]=\"isHovered\">\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 (mouseenter)=\"onHovered()\"\n (mouseleave)=\"onHovered()\"\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",
752
+ template: "<div class=\"kit-dropdown\" [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",
763
753
  changeDetection: ChangeDetectionStrategy.OnPush,
764
754
  encapsulation: ViewEncapsulation.None,
765
755
  providers: [{
@@ -767,7 +757,7 @@ KitDropdownComponent.decorators = [
767
757
  useExisting: forwardRef(() => KitDropdownComponent),
768
758
  multi: true,
769
759
  }],
770
- 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{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{color:#74777d;font-size:14px;font-weight:400;height:100%}.kit-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-dropdown .k-dropdown{height:34px;width:100%}.kit-dropdown .k-dropdown-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-dropdown .k-dropdown-wrap:hover{background-color:#fff;border-color:#006890}.kit-dropdown .k-dropdown-wrap:hover .k-icon:before{color:#006890}.kit-dropdown:focus-within .label{color:#74777d}.kit-dropdown:focus-within .k-dropdown-wrap{border:1px solid #006890;box-shadow:0 0 8px rgba(0,62,86,.5)}.kit-dropdown:focus-within .k-dropdown-wrap .k-icon:before{color:#006890}.kit-dropdown:focus-within .k-input{color:#27282a}.kit-dropdown.disabled .label,.kit-dropdown.hovered .label{color:#74777d}.kit-dropdown-popup.k-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-dropdown-popup.k-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover,.kit-dropdown-popup.k-popup .k-item:hover{background-color:#fff;color:#006890}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#fff;color:#27282a}.kit-dropdown-popup.k-popup .k-item:active{background-color:#006890;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}"]
760
+ 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{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-dropdown .k-state-disabled{background-color:#f3f4f6}.kit-dropdown .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-dropdown .k-dropdown{height:34px;width:100%}.kit-dropdown .k-dropdown-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.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 #006890}.kit-dropdown:focus-within .k-dropdown-wrap .k-icon:before{color:#006890}.kit-dropdown.disabled .label{color:#74777d}.kit-dropdown-popup.k-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-dropdown-popup.k-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;line-height:1}.kit-dropdown-popup.k-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-dropdown-popup.k-popup .k-item.k-state-focused:hover,.kit-dropdown-popup.k-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-dropdown-popup.k-popup .k-item.k-state-selected{background-color:#006890;color:#fff}.kit-dropdown-popup.k-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}"]
771
761
  },] }
772
762
  ];
773
763
  KitDropdownComponent.propDecorators = {
@@ -883,7 +873,7 @@ class KitTextareaComponent {
883
873
  KitTextareaComponent.decorators = [
884
874
  { type: Component, args: [{
885
875
  selector: 'kit-textarea',
886
- template: "<div class=\"kit-textarea\" [class.textarea-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textarea\"></kendo-label>\n <textarea autoresize #textarea class=\"k-input\"\n [attr.placeholder]=\"placeholder\"\n [style.min-height.px]=\"minHeight\"\n [style.max-height.px]=\"maxHeight\"\n [attr.maxlength]=\"maxlength\"\n [disabled]=\"disabled\"\n (focus)=\"onTextareaFocus()\"\n (blur)=\"onTextareaBlur()\"\n (input)=\"onTextareaChange($event)\"\n ></textarea>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
876
+ template: "<div class=\"kit-textarea\" [class.textarea-disabled]=\"disabled\">\n <kendo-label *ngIf=\"label\" [text]=\"label\" [for]=\"textarea\"></kendo-label>\n <textarea autoresize #textarea class=\"k-input\"\n [attr.placeholder]=\"placeholder\"\n [style.min-height.px]=\"minHeight\"\n [style.max-height.px]=\"maxHeight\"\n [attr.maxlength]=\"maxlength\"\n [disabled]=\"disabled\"\n [value]=\"defaultValue\"\n (focus)=\"onTextareaFocus()\"\n (blur)=\"onTextareaBlur()\"\n (input)=\"onTextareaChange($event)\"\n ></textarea>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
887
877
  changeDetection: ChangeDetectionStrategy.OnPush,
888
878
  encapsulation: ViewEncapsulation.None,
889
879
  providers: [{
@@ -891,7 +881,7 @@ KitTextareaComponent.decorators = [
891
881
  useExisting: forwardRef(() => KitTextareaComponent),
892
882
  multi: true,
893
883
  }],
894
- styles: [".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-textarea .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textarea .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;color:#27282a;font-size:14px;line-height:1.2;min-height:34px;overflow:auto;padding:8px;resize:none;width:100%}.kit-textarea .k-input::-moz-placeholder{color:#74777d}.kit-textarea .k-input:-ms-input-placeholder{color:#74777d}.kit-textarea .k-input::placeholder{color:#74777d}.kit-textarea .k-input:focus{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-textarea .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textarea .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled::placeholder{color:#9a9fa6}.kit-textarea.textarea-disabled .k-label{color:#74777d}"]
884
+ styles: [".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-textarea .k-label{color:#27282a;display:block;font-size:13px;font-weight:500;margin-bottom:4px}.kit-textarea .k-input{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;color:#27282a;font-size:14px;line-height:1.2;min-height:34px;overflow:auto;padding:8px;resize:none;width:100%}.kit-textarea .k-input::-moz-placeholder{color:#74777d}.kit-textarea .k-input:-ms-input-placeholder{color:#74777d}.kit-textarea .k-input::placeholder{color:#74777d}.kit-textarea .k-input:focus{border-color:#006890}.kit-textarea .k-input:disabled{background:#f3f4f6;color:#9a9fa6}.kit-textarea .k-input:disabled::-moz-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled:-ms-input-placeholder{color:#9a9fa6}.kit-textarea .k-input:disabled::placeholder{color:#9a9fa6}.kit-textarea.textarea-disabled .k-label{color:#74777d}"]
895
885
  },] }
896
886
  ];
897
887
  KitTextareaComponent.propDecorators = {
@@ -1203,10 +1193,6 @@ class KitUnitsTextboxComponent {
1203
1193
  * Defines dropdown positioning types
1204
1194
  */
1205
1195
  this.KitUnitsTextboxDropdownPosition = KitUnitsTextboxDropdownPosition;
1206
- /**
1207
- * Defines a state whether the component will be hovered or not
1208
- */
1209
- this.isHovered = false;
1210
1196
  }
1211
1197
  onItemDisabled() {
1212
1198
  return ((context) => !!context.dataItem.disabled && context.dataItem.disabled(context.dataItem));
@@ -1237,22 +1223,16 @@ class KitUnitsTextboxComponent {
1237
1223
  * Function that is called when dropdown lost focus
1238
1224
  */
1239
1225
  onDropdownBlur() {
1240
- this.isHovered = false;
1241
- }
1242
- /**
1243
- * Function that is called when mouse over on component or mouse pointer moved out from it
1244
- */
1245
- onHover() {
1246
- this.isHovered = !this.isHovered;
1226
+ this.dropdownFormControl.markAsTouched();
1247
1227
  }
1248
1228
  }
1249
1229
  KitUnitsTextboxComponent.decorators = [
1250
1230
  { type: Component, args: [{
1251
1231
  selector: 'kit-units-textbox',
1252
- template: "<div class=\"kit-units-textbox\" [class.textbox-disabled]=\"disabledTextBox\"\n [class.dropdown-disabled]=\"disabledDropdown\"\n [class.hovered]=\"isHovered\"\n [class.units-left]=\"dropdownPosition === KitUnitsTextboxDropdownPosition.LEFT\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n ></kendo-label>\n <div class=\"units-textbox-wrap\" (mouseenter)=\"onHover()\" (mouseleave)=\"onHover()\">\n <kendo-textbox *ngIf=\"textboxType === KitUnitsTextboxType.TEXT; else numericTextboxTemplate\"\n [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <ng-template #numericTextboxTemplate>\n <kendo-numerictextbox [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n </ng-template>\n <kendo-dropdownlist valueField=\"value\" textField=\"text\"\n [data]=\"dropdownItems\"\n [value]=\"dropdownFormControl.value || selectedDropdownItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabledDropdown\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n (selectionChange)=\"onItemSelect($event)\"\n (blur)=\"onDropdownBlur()\"\n ></kendo-dropdownlist>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
1232
+ template: "<div class=\"kit-units-textbox\" [class.textbox-disabled]=\"disabledTextBox\"\n [class.dropdown-disabled]=\"disabledDropdown\"\n [class.units-left]=\"dropdownPosition === KitUnitsTextboxDropdownPosition.LEFT\">\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n ></kendo-label>\n <div class=\"units-textbox-wrap\">\n <kendo-textbox *ngIf=\"textboxType === KitUnitsTextboxType.TEXT; else numericTextboxTemplate\"\n [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-textbox>\n <ng-template #numericTextboxTemplate>\n <kendo-numerictextbox [placeholder]=\"placeholder\"\n [value]=\"textBoxFormControl.value || textBoxValue\"\n [decimals]=\"decimals\"\n [min]=\"min\"\n [max]=\"max\"\n [maxlength]=\"maxlength\"\n [format]=\"format\"\n [autoCorrect]=\"true\"\n [spinners]=\"false\"\n [selectOnFocus]=\"false\"\n [disabled]=\"disabledTextBox\"\n (blur)=\"onInputBlur()\"\n (valueChange)=\"onInputChange($event)\"\n ></kendo-numerictextbox>\n </ng-template>\n <kendo-dropdownlist valueField=\"value\" textField=\"text\"\n [data]=\"dropdownItems\"\n [value]=\"dropdownFormControl.value || selectedDropdownItem\"\n [valuePrimitive]=\"true\"\n [disabled]=\"disabledDropdown\"\n [popupSettings]=\"dropdownPopupSettings\"\n [itemDisabled]=\"onItemDisabled()\"\n (selectionChange)=\"onItemSelect($event)\"\n (blur)=\"onDropdownBlur()\"\n ></kendo-dropdownlist>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [type]=\"messageType\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
1253
1233
  changeDetection: ChangeDetectionStrategy.OnPush,
1254
1234
  encapsulation: ViewEncapsulation.None,
1255
- 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-units-textbox .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-units-textbox .units-textbox-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;display:flex;height:34px}.kit-units-textbox .k-numerictextbox,.kit-units-textbox .k-textbox{flex-grow:1}.kit-units-textbox .k-numerictextbox .k-input,.kit-units-textbox .k-textbox .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-units-textbox .k-numerictextbox .k-input::-moz-selection,.kit-units-textbox .k-textbox .k-input::-moz-selection{background:#006890;color:#fff}.kit-units-textbox .k-numerictextbox .k-input::selection,.kit-units-textbox .k-textbox .k-input::selection{background:#006890;color:#fff}.kit-units-textbox .k-dropdown{width:auto}.kit-units-textbox .k-dropdown .k-input{color:#74777d;font-size:13px;font-weight:500;height:100%;justify-content:flex-end;padding:0}.kit-units-textbox .k-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-units-textbox:focus-within .label{color:#74777d}.kit-units-textbox:focus-within .units-textbox-wrap{border:1px solid #006890;box-shadow:0 0 0 3px #e7f4ec}.kit-units-textbox .k-dropdown-wrap{background:none;border:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-icon:before,.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-input{color:#006890}.kit-units-textbox .k-dropdown-wrap:hover{background:none}.kit-units-textbox .k-animation-container{left:auto!important;right:0!important}.kit-units-textbox .kit-dropdown-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:8px;min-width:75px;padding:4px}.kit-units-textbox .kit-dropdown-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;justify-content:flex-end;text-align:right}.kit-units-textbox .kit-dropdown-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused:hover,.kit-units-textbox .kit-dropdown-popup .k-item:hover{background-color:#fff;color:#006890}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-selected{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item:active{background-color:#006890;color:#fff}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}.kit-units-textbox.hovered .label{color:#74777d}.kit-units-textbox.hovered .units-textbox-wrap{border-color:#006890}.kit-units-textbox.hovered .k-dropdown-wrap .k-icon:before,.kit-units-textbox.hovered .k-dropdown-wrap .k-input{color:#006890}.kit-units-textbox.textbox-disabled .label{color:#74777d}.kit-units-textbox.textbox-disabled .units-textbox-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-units-textbox.textbox-disabled .k-textbox .k-input{color:#9a9fa6}.kit-units-textbox.units-left .units-textbox-wrap{flex-direction:row-reverse}.kit-units-textbox.units-left .k-textbox{-ms-grid-column:2;-ms-grid-row:1;grid-column:2;grid-row:1}.kit-units-textbox.units-left .k-textbox .k-input{padding-left:0}.kit-units-textbox.units-left .k-dropdown{-ms-grid-column:1;grid-column:1}.kit-units-textbox.units-left .k-dropdown .k-input{padding-left:10px;width:auto}.kit-units-textbox.units-left .k-animation-container{left:0!important;right:auto!important}.kit-units-textbox.units-left .kit-dropdown-popup .k-item{justify-content:flex-start;text-align:left}.kit-units-textbox .k-input-prefix,.kit-units-textbox .k-input-suffix{height:0}.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-icon:before,.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-input{color:#9a9fa6}"]
1235
+ 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-units-textbox .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-units-textbox .units-textbox-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;box-sizing:border-box;display:flex;height:34px}.kit-units-textbox .k-numerictextbox,.kit-units-textbox .k-textbox{flex-grow:1}.kit-units-textbox .k-numerictextbox .k-input,.kit-units-textbox .k-textbox .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-units-textbox .k-dropdown{width:auto}.kit-units-textbox .k-dropdown .k-input{color:#74777d;font-size:13px;font-weight:500;height:100%;justify-content:flex-end;padding:0}.kit-units-textbox .k-dropdown .k-icon:before{color:#000;content:\"\uE015\"}.kit-units-textbox:focus-within .units-textbox-wrap{border:1px solid #006890}.kit-units-textbox .k-dropdown-wrap{background:none;border:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-icon:before,.kit-units-textbox .k-dropdown-wrap.k-state-focused .k-input{color:#006890}.kit-units-textbox .k-dropdown-wrap:hover{background:none}.kit-units-textbox .k-animation-container{left:auto!important;right:0!important}.kit-units-textbox .kit-dropdown-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 8px rgba(0,62,86,.5);margin-top:8px;min-width:75px;padding:4px}.kit-units-textbox .kit-dropdown-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none!important;color:#27282a;font-size:13px;font-weight:500;justify-content:flex-end;line-height:1;text-align:right}.kit-units-textbox .kit-dropdown-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused{background-color:#fff;color:#27282a}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-focused:hover,.kit-units-textbox .kit-dropdown-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-selected{background-color:#006890;color:#fff}.kit-units-textbox .kit-dropdown-popup .k-item.k-state-disabled{background-color:#f3f4f6;color:#9a9fa6}.kit-units-textbox.textbox-disabled .label{color:#74777d}.kit-units-textbox.textbox-disabled .units-textbox-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-units-textbox.textbox-disabled .k-textbox .k-input{color:#9a9fa6}.kit-units-textbox.units-left .units-textbox-wrap{flex-direction:row-reverse}.kit-units-textbox.units-left .k-textbox{-ms-grid-column:2;-ms-grid-row:1;grid-column:2;grid-row:1}.kit-units-textbox.units-left .k-textbox .k-input{padding-left:0}.kit-units-textbox.units-left .k-dropdown{-ms-grid-column:1;grid-column:1}.kit-units-textbox.units-left .k-dropdown .k-input{padding-left:10px;width:auto}.kit-units-textbox.units-left .k-animation-container{left:0!important;right:auto!important}.kit-units-textbox.units-left .kit-dropdown-popup .k-item{justify-content:flex-start;text-align:left}.kit-units-textbox .k-input-prefix,.kit-units-textbox .k-input-suffix{height:0}.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-icon:before,.kit-units-textbox.dropdown-disabled .k-dropdown-wrap .k-input{color:#9a9fa6}"]
1256
1236
  },] }
1257
1237
  ];
1258
1238
  KitUnitsTextboxComponent.propDecorators = {
@@ -1345,10 +1325,6 @@ class KitDatetimepickerComponent {
1345
1325
  * An action which is emitted when datetimepicker value changed
1346
1326
  */
1347
1327
  this.changed = new EventEmitter();
1348
- /**
1349
- * Defines a state whether the component will be hovered or not
1350
- */
1351
- this.isHovered = false;
1352
1328
  /**
1353
1329
  * An icon which will be used in a datetimepicker toggle button
1354
1330
  */
@@ -1370,12 +1346,6 @@ class KitDatetimepickerComponent {
1370
1346
  this.onTouched = () => {
1371
1347
  };
1372
1348
  }
1373
- /**
1374
- * Function that is called when mouse over on component or mouse pointer moved out from it
1375
- */
1376
- onHover() {
1377
- this.isHovered = !this.isHovered;
1378
- }
1379
1349
  /**
1380
1350
  * Function used to toggle visibility of the datetimepicker popup
1381
1351
  */
@@ -1418,7 +1388,7 @@ class KitDatetimepickerComponent {
1418
1388
  KitDatetimepickerComponent.decorators = [
1419
1389
  { type: Component, args: [{
1420
1390
  selector: 'kit-datetimepicker',
1421
- template: "<div class=\"kit-datetimepicker\"\n [class.datetimepicker-hovered]=\"isHovered\"\n [class.datetimepicker-disabled]=\"disabled\"\n [class.datetimepicker-invalid]=\"!isValid\"\n [class.datetimepicker-opened]=\"datetimepicker.isOpen\"\n>\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"datetimepicker\"\n ></kendo-label>\n <div class=\"datetimepicker-wrap\" (mouseenter)=\"onHover()\" (mouseleave)=\"onHover()\">\n <kendo-datetimepicker #datetimepicker\n [placeholder]=\"placeholder\"\n [format]=\"format\"\n [disabled]=\"disabled\"\n [popupSettings]=\"datetimepickerPopupSettings\"\n [value]=\"defaultDate\"\n [min]=\"min\" [max]=\"max\"\n (valueChange)=\"onValueChange($event)\"\n (blur)=\"onBlur()\"\n (close)=\"onClose()\"\n ></kendo-datetimepicker>\n <button class=\"toggle-btn\" (click)=\"onPopupToggle()\">\n <kit-svg-icon *ngIf=\"icon\"\n class=\"button-icon\"\n [icon]=\"icon\"\n ></kit-svg-icon>\n </button>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
1391
+ template: "<div class=\"kit-datetimepicker\"\n [class.datetimepicker-disabled]=\"disabled\"\n [class.datetimepicker-invalid]=\"!isValid\"\n [class.datetimepicker-opened]=\"datetimepicker.isOpen\"\n>\n <kendo-label *ngIf=\"label\" class=\"label display-block\"\n [text]=\"label\"\n [for]=\"datetimepicker\"\n ></kendo-label>\n <div class=\"datetimepicker-wrap\">\n <kendo-datetimepicker #datetimepicker\n [placeholder]=\"placeholder\"\n [format]=\"format\"\n [disabled]=\"disabled\"\n [popupSettings]=\"datetimepickerPopupSettings\"\n [value]=\"defaultDate\"\n [min]=\"min\" [max]=\"max\"\n (valueChange)=\"onValueChange($event)\"\n (blur)=\"onBlur()\"\n (close)=\"onClose()\"\n ></kendo-datetimepicker>\n <button class=\"toggle-btn\" (click)=\"onPopupToggle()\">\n <kit-svg-icon *ngIf=\"icon\"\n class=\"button-icon\"\n [icon]=\"icon\"\n ></kit-svg-icon>\n </button>\n </div>\n <kit-input-message *ngIf=\"messageText\"\n [icon]=\"messageIcon\"\n [message]=\"messageText\"\n ></kit-input-message>\n</div>\n",
1422
1392
  changeDetection: ChangeDetectionStrategy.OnPush,
1423
1393
  encapsulation: ViewEncapsulation.None,
1424
1394
  providers: [{
@@ -1426,7 +1396,7 @@ KitDatetimepickerComponent.decorators = [
1426
1396
  useExisting: forwardRef(() => KitDatetimepickerComponent),
1427
1397
  multi: true,
1428
1398
  }],
1429
- styles: [".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-datetimepicker .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-datetimepicker .datetimepicker-wrap{position:relative}.kit-datetimepicker .k-datetimepicker{height:34px;width:100%}.kit-datetimepicker .k-datetimepicker .k-dateinput-wrap{background:none;border-radius:6px}.kit-datetimepicker .k-picker-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-datetimepicker .k-picker-wrap.k-state-focused{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-datetimepicker .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-datetimepicker .k-input::-moz-placeholder{color:#74777d}.kit-datetimepicker .k-input:-ms-input-placeholder{color:#74777d}.kit-datetimepicker .k-input::placeholder{color:#74777d}.kit-datetimepicker .k-input::-moz-selection{background:#006890}.kit-datetimepicker .k-input::selection{background:#006890}.kit-datetimepicker .toggle-btn{background:none;border:none;cursor:pointer;height:100%;padding:0 8px;position:absolute;right:0;top:0}.kit-datetimepicker .toggle-btn .button-icon{display:block;fill:transparent;height:16px;stroke:#000;width:16px}.kit-datetimepicker.datetimepicker-hovered .label{color:#74777d}.kit-datetimepicker.datetimepicker-hovered .k-picker-wrap{border-color:#006890}.kit-datetimepicker.datetimepicker-hovered .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-hovered .toggle-btn .button-icon,.kit-datetimepicker.datetimepicker-opened .toggle-btn .button-icon{stroke:#006890}.kit-datetimepicker:focus-within .label{color:#74777d}.kit-datetimepicker:focus-within .k-picker-wrap{border-color:#006890;box-shadow:0 0 0 3px #e7f4ec}.kit-datetimepicker:focus-within .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-disabled .label{color:#74777d}.kit-datetimepicker.datetimepicker-disabled .k-picker-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-datetimepicker.datetimepicker-disabled .k-input{color:#9a9fa6}.kit-datetimepicker.datetimepicker-disabled .toggle-btn{cursor:default}.kit-datetimepicker.datetimepicker-disabled .toggle-btn .button-icon{stroke:#c1c7d0}.kit-datetimepicker.datetimepicker-invalid .label{color:#74777d}.kit-datetimepicker.datetimepicker-invalid .k-picker-wrap{background-color:#f8e0e0;border-color:#da1e28}.kit-datetimepicker.datetimepicker-invalid .k-input{color:#27282a}.kit-datetimepicker .k-select{display:none}.kit-datetimepicker-popup.k-popup{background:#f3f4f6;border:1px solid #006890;border-radius:6px;box-shadow:none;margin-top:8px}.kit-datetimepicker-popup.k-popup .k-datetime-wrap{width:296px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup{background:#dadde3;border-radius:6px 6px 0 0;padding:4px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button{background:#dadde3;border:1px solid #c1c7d0;border-radius:6px 6px 0 0;color:#27282a;font-size:13px;font-weight:400;height:32px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button.k-state-active{background:#fff}.kit-datetimepicker-popup.k-popup .k-datetime-selector{background:none;padding-top:6px}.kit-datetimepicker-popup.k-popup .kalendar-view{padding:0}.kit-datetimepicker-popup.k-popup .k-datetime-calendar-wrap,.kit-datetimepicker-popup.k-popup .k-datetime-time-wrap{flex-basis:296px}.kit-datetimepicker-popup.k-popup .k-calendar{background:none;width:100%}.kit-datetimepicker-popup.k-popup .k-link{align-items:center;border-radius:50%;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;height:100%;width:100%}.kit-datetimepicker-popup.k-popup .k-link:hover{background:none;color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-view{padding:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-view:after{display:none}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-calendar-th{color:#9a9fa6;font-size:16px;font-weight:700;height:auto;padding:6px 0}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-link{width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-table{border-collapse:collapse}.kit-datetimepicker-popup.k-popup .k-calendar-header,.kit-datetimepicker-popup.k-popup .k-time-header{background:#fff;border-radius:6px 6px 0 0;margin:0 0 6px;padding:4px 30px}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-title,.kit-datetimepicker-popup.k-popup .k-time-header .k-title{color:#27282a;font-size:16px;font-weight:700;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-time-header .k-today{color:#7ccdf4;font-size:16px;font-weight:400;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-today:hover{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays{padding:6px 8px 0}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays .k-calendar-th{color:#27282a;font-size:13px;font-weight:500;height:40px;line-height:1;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-content{box-sizing:border-box;margin:0;padding:0 8px}.kit-datetimepicker-popup.k-popup .k-calendar-content>.k-calendar-table{margin:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-td{border:1px solid #dfdfdf;height:40px;width:40px}.kit-datetimepicker-popup.k-popup .k-calendar-td:hover .k-link{background:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-empty{border:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-today .k-link{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-selected .k-link{background:#7ccdf4;border:1px solid #dfdfdf;color:#fff}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-focused .k-link{box-shadow:none}.kit-datetimepicker-popup.k-popup .k-action-buttons{border-top:1px solid #006890;justify-content:center;margin-top:0;padding:12px}.kit-datetimepicker-popup.k-popup .k-action-buttons .k-button{border:none;border-radius:4px;flex:0 0 auto;font-size:14px;font-weight:400;height:30px;margin:0 5px;width:110px}.kit-datetimepicker-popup.k-popup .k-time-cancel{background:#dadde3;color:#27282a}.kit-datetimepicker-popup.k-popup .k-time-accept{background:#006890;color:#fff}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper{background:#fff;height:252px;padding:0}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:after,.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper.k-state-focused{background:#f3f4f6}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper .k-title{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;margin:0}.kit-datetimepicker-popup.k-popup .k-time-list:after,.kit-datetimepicker-popup.k-popup .k-time-list:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list .k-item{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0}.kit-datetimepicker-popup.k-popup .k-time-container{bottom:0;top:40px}.kit-datetimepicker-popup.k-popup .k-time-highlight{border-color:#cdd2d9;height:40px;transform:none}.kit-datetimepicker-popup.k-popup .k-time-separator{margin-top:40px}"]
1399
+ styles: [".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-datetimepicker .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-datetimepicker .datetimepicker-wrap{position:relative}.kit-datetimepicker .k-datetimepicker{height:34px;width:100%}.kit-datetimepicker .k-datetimepicker .k-dateinput-wrap{background:none;border-radius:6px}.kit-datetimepicker .k-picker-wrap{background-color:#fff;border:1px solid #c1c7d0;border-radius:4px}.kit-datetimepicker .k-picker-wrap:hover{border-color:#c1c7d0}.kit-datetimepicker .k-picker-wrap.k-state-focused{border-color:#006890;box-shadow:none}.kit-datetimepicker .k-input{color:#27282a;font-size:14px;font-weight:400;height:100%}.kit-datetimepicker .k-input::-moz-placeholder{color:#74777d}.kit-datetimepicker .k-input:-ms-input-placeholder{color:#74777d}.kit-datetimepicker .k-input::placeholder{color:#74777d}.kit-datetimepicker .k-input::-moz-selection{background:#006890}.kit-datetimepicker .k-input::selection{background:#006890}.kit-datetimepicker .toggle-btn{background:none;border:none;cursor:pointer;height:100%;padding:0 8px;position:absolute;right:0;top:0}.kit-datetimepicker .toggle-btn .button-icon{display:block;fill:transparent;height:16px;stroke:#000;width:16px}.kit-datetimepicker.datetimepicker-opened .toggle-btn .button-icon{stroke:#006890}.kit-datetimepicker:focus-within .k-picker-wrap{border-color:#006890}.kit-datetimepicker:focus-within .k-input{color:#27282a}.kit-datetimepicker.datetimepicker-disabled .label{color:#74777d}.kit-datetimepicker.datetimepicker-disabled .k-picker-wrap{background-color:#f3f4f6;border-color:#c1c7d0;box-shadow:none}.kit-datetimepicker.datetimepicker-disabled .k-input{color:#9a9fa6}.kit-datetimepicker.datetimepicker-disabled .toggle-btn{cursor:default}.kit-datetimepicker.datetimepicker-disabled .toggle-btn .button-icon{stroke:#c1c7d0}.kit-datetimepicker.datetimepicker-invalid .k-picker-wrap{background-color:#f8e0e0;border-color:#ef3e42}.kit-datetimepicker.datetimepicker-invalid .k-input{color:#27282a}.kit-datetimepicker .k-select{display:none}.kit-datetimepicker-popup.k-popup{background:#f3f4f6;border:1px solid #006890;border-radius:6px;box-shadow:none;margin-top:8px}.kit-datetimepicker-popup.k-popup .k-datetime-wrap{width:296px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup{background:#dadde3;border-radius:6px 6px 0 0;padding:4px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button{background:#dadde3;border:1px solid #c1c7d0;border-radius:6px 6px 0 0;color:#27282a;font-size:13px;font-weight:400;height:32px}.kit-datetimepicker-popup.k-popup .k-datetime-buttongroup .k-button.k-state-active{background:#fff}.kit-datetimepicker-popup.k-popup .k-datetime-selector{background:none;padding-top:6px}.kit-datetimepicker-popup.k-popup .kalendar-view{padding:0}.kit-datetimepicker-popup.k-popup .k-datetime-calendar-wrap,.kit-datetimepicker-popup.k-popup .k-datetime-time-wrap{flex-basis:296px}.kit-datetimepicker-popup.k-popup .k-calendar{background:none;width:100%}.kit-datetimepicker-popup.k-popup .k-link{align-items:center;border-radius:50%;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;height:100%;width:100%}.kit-datetimepicker-popup.k-popup .k-link:hover{background:none;color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-view{padding:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-view:after{display:none}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-calendar-th{color:#9a9fa6;font-size:16px;font-weight:700;height:auto;padding:6px 0}.kit-datetimepicker-popup.k-popup .k-calendar-view .k-link{width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-table{border-collapse:collapse}.kit-datetimepicker-popup.k-popup .k-calendar-header,.kit-datetimepicker-popup.k-popup .k-time-header{background:#fff;border-radius:6px 6px 0 0;margin:0 0 6px;padding:4px 30px}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-title,.kit-datetimepicker-popup.k-popup .k-time-header .k-title{color:#27282a;font-size:16px;font-weight:700;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now,.kit-datetimepicker-popup.k-popup .k-time-header .k-today{color:#7ccdf4;font-size:16px;font-weight:400;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-calendar-header .k-today:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-time-now:hover,.kit-datetimepicker-popup.k-popup .k-time-header .k-today:hover{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays{padding:6px 8px 0}.kit-datetimepicker-popup.k-popup .k-calendar-weekdays .k-calendar-th{color:#27282a;font-size:13px;font-weight:500;height:40px;line-height:1;padding:0}.kit-datetimepicker-popup.k-popup .k-calendar-content{box-sizing:border-box;margin:0;padding:0 8px}.kit-datetimepicker-popup.k-popup .k-calendar-content>.k-calendar-table{margin:0;width:100%}.kit-datetimepicker-popup.k-popup .k-calendar-td{border:1px solid #dfdfdf;height:40px;width:40px}.kit-datetimepicker-popup.k-popup .k-calendar-td:hover .k-link{background:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-empty{border:none}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-today .k-link{color:#7ccdf4}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-selected .k-link{background:#7ccdf4;border:1px solid #dfdfdf;color:#fff}.kit-datetimepicker-popup.k-popup .k-calendar-td.k-state-focused .k-link{box-shadow:none}.kit-datetimepicker-popup.k-popup .k-action-buttons{border-top:1px solid #006890;justify-content:center;margin-top:0;padding:12px}.kit-datetimepicker-popup.k-popup .k-action-buttons .k-button{border:none;border-radius:4px;flex:0 0 auto;font-size:14px;font-weight:400;height:30px;margin:0 5px;width:110px}.kit-datetimepicker-popup.k-popup .k-time-cancel{background:#dadde3;color:#27282a}.kit-datetimepicker-popup.k-popup .k-time-accept{background:#006890;color:#fff}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper{background:#fff;height:252px;padding:0}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:after,.kit-datetimepicker-popup.k-popup .k-time-list-wrapper:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper.k-state-focused{background:#f3f4f6}.kit-datetimepicker-popup.k-popup .k-time-list-wrapper .k-title{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;margin:0}.kit-datetimepicker-popup.k-popup .k-time-list:after,.kit-datetimepicker-popup.k-popup .k-time-list:before{display:none}.kit-datetimepicker-popup.k-popup .k-time-list .k-item{align-items:center;color:#27282a;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;padding:0}.kit-datetimepicker-popup.k-popup .k-time-container{bottom:0;top:40px}.kit-datetimepicker-popup.k-popup .k-time-highlight{border-color:#cdd2d9;height:40px;transform:none}.kit-datetimepicker-popup.k-popup .k-time-separator{margin-top:40px}"]
1430
1400
  },] }
1431
1401
  ];
1432
1402
  KitDatetimepickerComponent.propDecorators = {
@@ -1487,7 +1457,7 @@ KitNotificationComponent.decorators = [
1487
1457
  { type: Component, args: [{
1488
1458
  selector: 'kit-notification',
1489
1459
  template: "<div class=\"kit-notification notification-{{ type }}\">\n <kit-svg-icon class=\"notification-icon\"\n [icon]=\"type\"\n ></kit-svg-icon>\n <div class=\"notification-text\">{{ message }}</div>\n</div>\n",
1490
- styles: [".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-notification{align-items:center;display:flex;padding:12px}.kit-notification .notification-icon{fill:none;height:20px;margin-right:10px;width:20px}.kit-notification .notification-text{color:#000;font-size:14px;font-weight:400;line-height:1.26;max-width:480px}.kit-notification.notification-info{background-color:#fff8e0}.kit-notification.notification-warning{background-color:#ffeee5}.kit-notification.notification-error{background-color:#f8e0e0}.kit-notification.notification-success{background-color:#e7f4ec}"]
1460
+ styles: [".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-notification{align-items:center;display:flex;padding:12px}.kit-notification .notification-icon{fill:none;height:20px;margin-right:10px;width:20px}.kit-notification .notification-text{color:#000;font-size:14px;font-weight:400;line-height:1.26;white-space:pre-wrap}.kit-notification.notification-info{background-color:#fff8e0}.kit-notification.notification-warning{background-color:#ffeee5}.kit-notification.notification-error{background-color:#f8e0e0}.kit-notification.notification-success{background-color:#e7f4ec}"]
1491
1461
  },] }
1492
1462
  ];
1493
1463
  KitNotificationComponent.propDecorators = {
@@ -1774,7 +1744,7 @@ KitAutocompleteComponent.decorators = [
1774
1744
  useExisting: forwardRef(() => KitAutocompleteComponent),
1775
1745
  multi: true,
1776
1746
  }],
1777
- styles: [".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-autocomplete .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-autocomplete .k-select{display:none}.kit-autocomplete .k-combobox{width:100%}.kit-autocomplete .k-dropdown-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;height:34px}.kit-autocomplete .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-autocomplete .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-autocomplete .k-input::-moz-selection{background:#006890}.kit-autocomplete .k-input::selection{background:#006890}.kit-autocomplete .kit-loader,.kit-autocomplete .kit-loader>div,.kit-autocomplete .loader{height:100%}.kit-autocomplete .kit-autocomplete-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 5px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-autocomplete .kit-autocomplete-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none;color:#006890;font-size:13px;font-weight:500;line-height:1.26;min-height:auto;padding:8px 20px}.kit-autocomplete .kit-autocomplete-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-autocomplete .kit-autocomplete-popup .k-item.k-state-selected{background-color:#fff;color:#006890}.kit-autocomplete .kit-autocomplete-popup .k-item.k-state-selected,.kit-autocomplete .kit-autocomplete-popup .k-item:active{background-color:#006890;color:#fff;font-size:14px;font-weight:400;padding:8px}.kit-autocomplete:focus-within .k-dropdown-wrap{border-color:#cce1e9}.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup{height:200px}.kit-autocomplete.autocomplete-empty .kit-autocomplete-popup,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-list-scroller,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-nodata{display:none}.kit-autocomplete.autocomplete-disabled .label{color:#74777d}"]
1747
+ styles: [".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-autocomplete .label{color:#27282a;font-size:13px;font-weight:500;margin-bottom:4px}.kit-autocomplete .k-select{display:none}.kit-autocomplete .k-combobox{width:100%}.kit-autocomplete .k-dropdown-wrap{background:#fff;border:1px solid #c1c7d0;border-radius:4px;height:34px}.kit-autocomplete .k-dropdown-wrap.k-state-focused{box-shadow:none}.kit-autocomplete .k-input{color:#27282a;font-size:14px;height:100%;padding:0 8px}.kit-autocomplete .k-input::-moz-selection{background:#006890}.kit-autocomplete .k-input::selection{background:#006890}.kit-autocomplete .kit-loader,.kit-autocomplete .kit-loader>div,.kit-autocomplete .loader{height:100%}.kit-autocomplete .kit-autocomplete-popup{background-color:#f3f4f6;border:1px solid #c1c7d0;border-radius:4px;box-shadow:0 0 5px rgba(0,62,86,.5);margin-top:4px;padding:4px}.kit-autocomplete .kit-autocomplete-popup .k-item{background-color:#fff;border-radius:2px;box-shadow:none;color:#27282a;font-size:13px;font-weight:500;line-height:1.26;min-height:auto;padding:8px}.kit-autocomplete .kit-autocomplete-popup .k-item:not(:last-of-type){margin-bottom:4px}.kit-autocomplete .kit-autocomplete-popup .k-item:hover{background-color:#f3f5fa;color:#006890}.kit-autocomplete:focus-within .k-dropdown-wrap{border-color:#006890}.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup{height:200px}.kit-autocomplete.autocomplete-empty .kit-autocomplete-popup,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-list-scroller,.kit-autocomplete.autocomplete-loading .kit-autocomplete-popup .k-nodata{display:none}.kit-autocomplete.autocomplete-disabled .label{color:#74777d}"]
1778
1748
  },] }
1779
1749
  ];
1780
1750
  KitAutocompleteComponent.ctorParameters = () => [