@apipass/inputs 0.2.5-alpha.4 → 0.2.5-alpha.7

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.
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('@angular/common'), require('@angular/material/form-field'), require('@angular/material/select'), require('@angular/material/core'), require('@apipass/pipes'), require('@angular/material/input'), require('@angular/material/icon'), require('@angular/material/tooltip'), require('lodash'), require('@angular-material-extensions/password-strength'), require('@apipass/icons'), require('rxjs'), require('rxjs/operators'), require('@ng-select/ng-select'), require('mat-select-filter'), require('@angular/cdk/overlay'), require('ngx-drag-drop'), require('@angular/router'), require('brace'), require('brace/theme/monokai'), require('@apipass/buttons')) :
3
3
  typeof define === 'function' && define.amd ? define('@apipass/inputs', ['exports', '@angular/core', '@angular/forms', '@angular/common', '@angular/material/form-field', '@angular/material/select', '@angular/material/core', '@apipass/pipes', '@angular/material/input', '@angular/material/icon', '@angular/material/tooltip', 'lodash', '@angular-material-extensions/password-strength', '@apipass/icons', 'rxjs', 'rxjs/operators', '@ng-select/ng-select', 'mat-select-filter', '@angular/cdk/overlay', 'ngx-drag-drop', '@angular/router', 'brace', 'brace/theme/monokai', '@apipass/buttons'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.apipass = global.apipass || {}, global.apipass.inputs = {}), global.ng.core, global.ng.forms, global.ng.common, global.ng.material.formField, global.ng.material.select, global.ng.material.core, global.i6, global.ng.material.input, global.ng.material.icon, global.ng.material.tooltip, global.lodash, global.i5$1, global.i3$1, global.rxjs, global.rxjs.operators, global.i1$3, global.matSelectFilter, global.ng.cdk.overlay, global.i6$1, global.ng.router, null, null, global.i1$4));
5
- }(this, (function (exports, i0, i4, i1$2, i1, i1$1, i5, i6, i3, i5$2, i2, lodash, i5$1, i3$1, rxjs, operators, i1$3, matSelectFilter, i2$1, i6$1, i1$5, brace, monokai, i1$4) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.apipass = global.apipass || {}, global.apipass.inputs = {}), global.ng.core, global.ng.forms, global.ng.common, global.ng.material.formField, global.ng.material.select, global.ng.material.core, global.i6, global.ng.material.input, global.ng.material.icon, global.ng.material.tooltip, global.lodash, global.i5$1, global.i3$1, global.rxjs, global.rxjs.operators, global.i1$3, global.matSelectFilter, global.ng.cdk.overlay, global.i6$1, global.ng.router, null, null, global.i1$5));
5
+ }(this, (function (exports, i0, i4, i1$2, i1, i1$1, i5, i6, i3, i5$2, i2, lodash, i5$1, i3$1, rxjs, operators, i1$3, matSelectFilter, i1$4, i6$1, i1$6, brace, monokai, i1$5) { 'use strict';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -1523,9 +1523,8 @@
1523
1523
  }
1524
1524
  if (rf & 2) {
1525
1525
  var i_r8 = ctx.$implicit;
1526
- var ctx_r7 = i0.ɵɵnextContext(2);
1527
1526
  i0.ɵɵadvance(1);
1528
- i0.ɵɵtextInterpolate2(" ", i_r8.text, " - ", ctx_r7._triggerRect == null ? null : ctx_r7._triggerRect.width, " ");
1527
+ i0.ɵɵtextInterpolate1(" ", i_r8.text, " ");
1529
1528
  }
1530
1529
  }
1531
1530
  function CustomSelectComponent_ng_template_10_Template(rf, ctx) {
@@ -1539,7 +1538,7 @@
1539
1538
  i0.ɵɵelementEnd();
1540
1539
  i0.ɵɵelementEnd();
1541
1540
  i0.ɵɵelementEnd();
1542
- i0.ɵɵtemplate(4, CustomSelectComponent_ng_template_10_li_4_Template, 2, 2, "li", 17);
1541
+ i0.ɵɵtemplate(4, CustomSelectComponent_ng_template_10_li_4_Template, 2, 1, "li", 17);
1543
1542
  i0.ɵɵpipe(5, "selectFilter");
1544
1543
  i0.ɵɵelementStart(6, "li", 18);
1545
1544
  i0.ɵɵlistener("mousedown", function CustomSelectComponent_ng_template_10_Template_li_mousedown_6_listener() { i0.ɵɵrestoreView(_r13_1); var ctx_r15 = i0.ɵɵnextContext(); return ctx_r15.addItem(); })("click", function CustomSelectComponent_ng_template_10_Template_li_click_6_listener() { i0.ɵɵrestoreView(_r13_1); var ctx_r16 = i0.ɵɵnextContext(); return ctx_r16.addItem(); });
@@ -1564,7 +1563,8 @@
1564
1563
  var _c3$1 = function () { return { standalone: true }; };
1565
1564
  var _c4 = function (a0, a1) { return { "fa-caret-down": a0, "fa-caret-up": a1 }; };
1566
1565
  var CustomSelectComponent = /** @class */ (function () {
1567
- function CustomSelectComponent() {
1566
+ function CustomSelectComponent(sso) {
1567
+ this.sso = sso;
1568
1568
  this.disabled = false;
1569
1569
  this.items = [];
1570
1570
  this.allowTyping = false;
@@ -1583,6 +1583,7 @@
1583
1583
  };
1584
1584
  this.onChangeCallback = function () {
1585
1585
  };
1586
+ this.scrollStrategy = this.sso.block();
1586
1587
  }
1587
1588
  CustomSelectComponent.prototype.onBlur = function (target) {
1588
1589
  if (this.allowTyping) {
@@ -1710,7 +1711,7 @@
1710
1711
  };
1711
1712
  return CustomSelectComponent;
1712
1713
  }());
1713
- CustomSelectComponent.ɵfac = function CustomSelectComponent_Factory(t) { return new (t || CustomSelectComponent)(); };
1714
+ CustomSelectComponent.ɵfac = function CustomSelectComponent_Factory(t) { return new (t || CustomSelectComponent)(i0.ɵɵdirectiveInject(i1$4.ScrollStrategyOptions)); };
1714
1715
  CustomSelectComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CustomSelectComponent, selectors: [["custom-select"]], viewQuery: function CustomSelectComponent_Query(rf, ctx) {
1715
1716
  if (rf & 1) {
1716
1717
  i0.ɵɵviewQuery(_c0$4, true);
@@ -1732,7 +1733,7 @@
1732
1733
  provide: i4.NG_VALUE_ACCESSOR,
1733
1734
  useExisting: i0.forwardRef(function () { return CustomSelectComponent; }),
1734
1735
  multi: true
1735
- }])], decls: 11, vars: 16, consts: [[1, "custom-select-input"], ["trigger", ""], ["cdkOverlayOrigin", "", "appearance", "fill", "autocomplete", "off", 1, "custom-select-component", 3, "ngClass"], ["origin", "cdkOverlayOrigin"], ["matInput", "", "dndDropzone", "", "autocomplete", "off", 3, "placeholder", "ngModel", "ngModelOptions", "disabled", "focus", "blur", "ngModelChange", "keyup", "click", "dndDrop"], ["input", ""], ["title", "Remover", "class", "remove-icon", 3, "click", 4, "ngIf"], [1, "open-icon", 3, "click"], [1, "fas", 3, "ngClass"], [1, "custom-select-component"], ["cdkConnectedOverlay", "", 3, "cdkConnectedOverlayOrigin", "cdkConnectedOverlayOpen", "cdkConnectedOverlayMinWidth"], ["title", "Remover", 1, "remove-icon", 3, "click"], [1, "fa", "fa-times"], [1, "ul-ac"], [1, "li-search", "search-input-item"], ["appearance", "fill", 1, "apipass-input-text", "search-input-item"], ["matInput", "", "aria-autocomplete", "none", "autocomplete", "off", 1, "search-input-item", 3, "placeholder", "ngModel", "ngModelChange", "blur"], ["class", "clickable", 3, "click", "mousedown", 4, "ngFor", "ngForOf"], [1, "li-add", 3, "mousedown", "click"], [1, "fa", "fa-plus-circle"], [1, "clickable", 3, "click", "mousedown"]], template: function CustomSelectComponent_Template(rf, ctx) {
1736
+ }])], decls: 11, vars: 18, consts: [[1, "custom-select-input"], ["trigger", ""], ["cdkOverlayOrigin", "", "appearance", "fill", "autocomplete", "off", 1, "custom-select-component", 3, "ngClass"], ["origin", "cdkOverlayOrigin"], ["matInput", "", "dndDropzone", "", "autocomplete", "off", 3, "placeholder", "ngModel", "ngModelOptions", "disabled", "focus", "blur", "ngModelChange", "keyup", "click", "dndDrop"], ["input", ""], ["title", "Remover", "class", "remove-icon", 3, "click", 4, "ngIf"], [1, "open-icon", 3, "click"], [1, "fas", 3, "ngClass"], [1, "custom-select-component"], ["cdkConnectedOverlay", "", 3, "cdkConnectedOverlayPanelClass", "cdkConnectedOverlayScrollStrategy", "cdkConnectedOverlayOrigin", "cdkConnectedOverlayOpen", "cdkConnectedOverlayMinWidth"], ["title", "Remover", 1, "remove-icon", 3, "click"], [1, "fa", "fa-times"], [1, "ul-ac"], [1, "li-search", "search-input-item"], ["appearance", "fill", 1, "apipass-input-text", "search-input-item"], ["matInput", "", "aria-autocomplete", "none", "autocomplete", "off", 1, "search-input-item", 3, "placeholder", "ngModel", "ngModelChange", "blur"], ["class", "clickable", 3, "click", "mousedown", 4, "ngFor", "ngForOf"], [1, "li-add", 3, "mousedown", "click"], [1, "fa", "fa-plus-circle"], [1, "clickable", 3, "click", "mousedown"]], template: function CustomSelectComponent_Template(rf, ctx) {
1736
1737
  if (rf & 1) {
1737
1738
  i0.ɵɵelementStart(0, "div", 0, 1);
1738
1739
  i0.ɵɵelementStart(2, "mat-form-field", 2, 3);
@@ -1753,17 +1754,17 @@
1753
1754
  if (rf & 2) {
1754
1755
  var _r1 = i0.ɵɵreference(3);
1755
1756
  i0.ɵɵadvance(2);
1756
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c2$1, ctx.opened));
1757
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c2$1, ctx.opened));
1757
1758
  i0.ɵɵadvance(2);
1758
- i0.ɵɵproperty("placeholder", ctx.placeHolder)("ngModel", ctx.value)("ngModelOptions", i0.ɵɵpureFunction0(12, _c3$1))("disabled", ctx.disabled);
1759
+ i0.ɵɵproperty("placeholder", ctx.placeHolder)("ngModel", ctx.value)("ngModelOptions", i0.ɵɵpureFunction0(14, _c3$1))("disabled", ctx.disabled);
1759
1760
  i0.ɵɵadvance(2);
1760
1761
  i0.ɵɵproperty("ngIf", ctx.allowRemove);
1761
1762
  i0.ɵɵadvance(2);
1762
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(13, _c4, !ctx.opened, ctx.opened));
1763
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(15, _c4, !ctx.opened, ctx.opened));
1763
1764
  i0.ɵɵadvance(2);
1764
- i0.ɵɵproperty("cdkConnectedOverlayOrigin", _r1)("cdkConnectedOverlayOpen", ctx.opened)("cdkConnectedOverlayMinWidth", ctx._triggerRect == null ? null : ctx._triggerRect.width);
1765
+ i0.ɵɵproperty("cdkConnectedOverlayPanelClass", "custom-select-overlay-panel")("cdkConnectedOverlayScrollStrategy", ctx.scrollStrategy)("cdkConnectedOverlayOrigin", _r1)("cdkConnectedOverlayOpen", ctx.opened)("cdkConnectedOverlayMinWidth", ctx._triggerRect == null ? null : ctx._triggerRect.width);
1765
1766
  }
1766
- }, directives: [i1.MatFormField, i2$1.CdkOverlayOrigin, i1$2.NgClass, i3.MatInput, i4.DefaultValueAccessor, i6$1.DndDropzoneDirective, i4.NgControlStatus, i4.NgModel, i1$2.NgIf, i2$1.CdkConnectedOverlay, i1$2.NgForOf], pipes: [i6.SelectFilterPipe], styles: ["{cursor:pointer} input{background:#fff!important;height:37px} .ul-ac{background:#fff;border:1px solid #ccc;box-sizing:border-box;list-style:none;margin-top:-1px;padding:0;position:relative;width:100%} .ul-ac li{cursor:pointer;font-size:12px;overflow:hidden;padding:10px;text-align:left;text-overflow:ellipsis;white-space:nowrap} .ul-ac li:hover{background:#bbbcbc} .ul-ac li .mat-form-field-flex{height:37px!important} .ul-ac li .mat-form-field-flex input{height:auto} .ul-ac .li-add{border-top:1px solid #d3d3d3} .ul-ac .li-add .fa{color:#ff8f17;padding-right:5px} .selected{background-color:#898a8a!important} .selected .fa{color:#fff!important} .remove-icon i{color:red;margin-right:10px} .open-icon{cursor:pointer} .open-icon i{color:rgba(0,0,0,.54)} .li-search{border-bottom:1px solid #ccc!important;cursor:default!important} .li-search:hover{background:#fff!important}.select-open[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%]{border-radius:6px 6px 0 0!important}"] });
1767
+ }, directives: [i1.MatFormField, i1$4.CdkOverlayOrigin, i1$2.NgClass, i3.MatInput, i4.DefaultValueAccessor, i6$1.DndDropzoneDirective, i4.NgControlStatus, i4.NgModel, i1$2.NgIf, i1$4.CdkConnectedOverlay, i1$2.NgForOf], pipes: [i6.SelectFilterPipe], styles: [".custom-select-component[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%], .custom-select-overlay-panel{cursor:pointer}.custom-select-component[_ngcontent-%COMP%] input[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] input[_ngcontent-%COMP%], .custom-select-overlay-panel input{background:#fff!important;height:37px}.custom-select-component[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%], .custom-select-overlay-panel .ul-ac{background:#fff;border:1px solid #ccc;box-sizing:border-box;list-style:none;margin-top:-1px;padding:0;position:relative;width:100%}.custom-select-component[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] li[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] li[_ngcontent-%COMP%], .custom-select-overlay-panel .ul-ac li{cursor:pointer;font-size:12px;overflow:hidden;padding:10px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.custom-select-component[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover, .custom-select-input[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover, .custom-select-overlay-panel .ul-ac li:hover{background:#bbbcbc}.custom-select-component[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%], .custom-select-overlay-panel .ul-ac li .mat-form-field-flex{height:37px!important}.custom-select-component[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%] input[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%] input[_ngcontent-%COMP%], .custom-select-overlay-panel .ul-ac li .mat-form-field-flex input{height:auto}.custom-select-component[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] .li-add[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] .li-add[_ngcontent-%COMP%], .custom-select-overlay-panel .ul-ac .li-add{border-top:1px solid #d3d3d3}.custom-select-component[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] .li-add[_ngcontent-%COMP%] .fa[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .ul-ac[_ngcontent-%COMP%] .li-add[_ngcontent-%COMP%] .fa[_ngcontent-%COMP%], .custom-select-overlay-panel .ul-ac .li-add .fa{color:#ff8f17;padding-right:5px}.custom-select-component[_ngcontent-%COMP%] .selected[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .selected[_ngcontent-%COMP%], .custom-select-overlay-panel .selected{background-color:#898a8a!important}.custom-select-component[_ngcontent-%COMP%] .selected[_ngcontent-%COMP%] .fa[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .selected[_ngcontent-%COMP%] .fa[_ngcontent-%COMP%], .custom-select-overlay-panel .selected .fa{color:#fff!important}.custom-select-component[_ngcontent-%COMP%] .remove-icon[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .remove-icon[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .custom-select-overlay-panel .remove-icon i{color:red;margin-right:10px}.custom-select-component[_ngcontent-%COMP%] .open-icon[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .open-icon[_ngcontent-%COMP%], .custom-select-overlay-panel .open-icon{cursor:pointer}.custom-select-component[_ngcontent-%COMP%] .open-icon[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .open-icon[_ngcontent-%COMP%] i[_ngcontent-%COMP%], .custom-select-overlay-panel .open-icon i{color:rgba(0,0,0,.54)}.custom-select-component[_ngcontent-%COMP%] .li-search[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .li-search[_ngcontent-%COMP%], .custom-select-overlay-panel .li-search{border-bottom:1px solid #ccc!important;cursor:default!important}.custom-select-component[_ngcontent-%COMP%] .li-search[_ngcontent-%COMP%]:hover, .custom-select-input[_ngcontent-%COMP%] .li-search[_ngcontent-%COMP%]:hover, .custom-select-overlay-panel .li-search:hover{background:#fff!important}.custom-select-component[_ngcontent-%COMP%] .select-open[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%], .custom-select-input[_ngcontent-%COMP%] .select-open[_ngcontent-%COMP%] .mat-form-field-flex[_ngcontent-%COMP%], .custom-select-overlay-panel .select-open .mat-form-field-flex{border-radius:6px 6px 0 0!important}"] });
1767
1768
  /*@__PURE__*/ (function () {
1768
1769
  i0.ɵsetClassMetadata(CustomSelectComponent, [{
1769
1770
  type: i0.Component,
@@ -1777,7 +1778,7 @@
1777
1778
  multi: true
1778
1779
  }]
1779
1780
  }]
1780
- }], null, { disabled: [{
1781
+ }], function () { return [{ type: i1$4.ScrollStrategyOptions }]; }, { disabled: [{
1781
1782
  type: i0.Input
1782
1783
  }], items: [{
1783
1784
  type: i0.Input
@@ -2553,7 +2554,7 @@
2553
2554
  i0.ɵɵadvance(1);
2554
2555
  i0.ɵɵproperty("selected", ctx.value === false || ctx.value === undefined)("label", ctx.falseLabel)("icon", ctx.falseIconPrefix)("suffixIcon", ctx.falseIconSuffix)("btnDisabled", ctx.disabled);
2555
2556
  }
2556
- }, directives: [i1$4.PrimaryButtonComponent], styles: [".input-boolean{display:flex;flex-wrap:wrap;width:100%}.input-boolean primary-button:first-child{margin-right:5px}.input-boolean primary-button button:not(.selected){background:#fff;border:1px solid var(--color-fonts-tertiary);color:var(--color-fonts-tertiary);cursor:pointer}.input-boolean primary-button button:not(.selected):hover{color:#fff}.input-boolean primary-button button:not(.selected).mat-button-disabled{color:var(--color-fonts-tertiary)!important;cursor:default!important;pointer-events:none!important}.input-boolean primary-button button.selected{cursor:default;pointer-events:none}.input-boolean primary-button button.selected,.input-boolean primary-button button.selected:hover{background:#fff;border:1px solid var(--color-primary);color:var(--color-primary)}.input-boolean primary-button button.selected.mat-button-disabled{background:var(--color-fonts-tertiary);color:#fff!important;cursor:default!important;pointer-events:none!important}"], encapsulation: 2 });
2557
+ }, directives: [i1$5.PrimaryButtonComponent], styles: [".input-boolean{display:flex;flex-wrap:wrap;width:100%}.input-boolean primary-button:first-child{margin-right:5px}.input-boolean primary-button button:not(.selected){background:#fff;border:1px solid var(--color-fonts-tertiary);color:var(--color-fonts-tertiary);cursor:pointer}.input-boolean primary-button button:not(.selected):hover{color:#fff}.input-boolean primary-button button:not(.selected).mat-button-disabled{color:var(--color-fonts-tertiary)!important;cursor:default!important;pointer-events:none!important}.input-boolean primary-button button.selected{cursor:default;pointer-events:none}.input-boolean primary-button button.selected,.input-boolean primary-button button.selected:hover{background:#fff;border:1px solid var(--color-primary);color:var(--color-primary)}.input-boolean primary-button button.selected.mat-button-disabled{background:var(--color-fonts-tertiary);color:#fff!important;cursor:default!important;pointer-events:none!important}"], encapsulation: 2 });
2557
2558
  var ɵInputBooleanComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(InputBooleanComponent);
2558
2559
  /*@__PURE__*/ (function () {
2559
2560
  i0.ɵsetClassMetadata(InputBooleanComponent, [{
@@ -2623,7 +2624,7 @@
2623
2624
  }());
2624
2625
  InputsModule.ɵmod = i0.ɵɵdefineNgModule({ type: InputsModule });
2625
2626
  InputsModule.ɵinj = i0.ɵɵdefineInjector({ factory: function InputsModule_Factory(t) { return new (t || InputsModule)(); }, providers: [], imports: [[
2626
- i1$5.RouterModule.forChild([]),
2627
+ i1$6.RouterModule.forChild([]),
2627
2628
  i1$2.CommonModule,
2628
2629
  i4.FormsModule,
2629
2630
  i1.MatFormFieldModule,
@@ -2637,8 +2638,8 @@
2637
2638
  i3$1.IconsModule,
2638
2639
  i2.MatTooltipModule,
2639
2640
  i6$1.DndModule,
2640
- i1$4.ButtonsModule,
2641
- i2$1.OverlayModule,
2641
+ i1$5.ButtonsModule,
2642
+ i1$4.OverlayModule,
2642
2643
  ]] });
2643
2644
  (function () {
2644
2645
  (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(InputsModule, { declarations: [MatSelectInfiniteScrollDirective,
@@ -2654,7 +2655,7 @@
2654
2655
  FieldComponent,
2655
2656
  AceEditorComponent,
2656
2657
  AceEditorDirective,
2657
- DebouceInputDirective], imports: [i1$5.RouterModule, i1$2.CommonModule,
2658
+ DebouceInputDirective], imports: [i1$6.RouterModule, i1$2.CommonModule,
2658
2659
  i4.FormsModule,
2659
2660
  i1.MatFormFieldModule,
2660
2661
  i3.MatInputModule,
@@ -2667,8 +2668,8 @@
2667
2668
  i3$1.IconsModule,
2668
2669
  i2.MatTooltipModule,
2669
2670
  i6$1.DndModule,
2670
- i1$4.ButtonsModule,
2671
- i2$1.OverlayModule], exports: [SelectBoxComponent,
2671
+ i1$5.ButtonsModule,
2672
+ i1$4.OverlayModule], exports: [SelectBoxComponent,
2672
2673
  SelectEnumComponent,
2673
2674
  InputTextComponent,
2674
2675
  InputNumberComponent,
@@ -2687,7 +2688,7 @@
2687
2688
  type: i0.NgModule,
2688
2689
  args: [{
2689
2690
  imports: [
2690
- i1$5.RouterModule.forChild([]),
2691
+ i1$6.RouterModule.forChild([]),
2691
2692
  i1$2.CommonModule,
2692
2693
  i4.FormsModule,
2693
2694
  i1.MatFormFieldModule,
@@ -2701,8 +2702,8 @@
2701
2702
  i3$1.IconsModule,
2702
2703
  i2.MatTooltipModule,
2703
2704
  i6$1.DndModule,
2704
- i1$4.ButtonsModule,
2705
- i2$1.OverlayModule,
2705
+ i1$5.ButtonsModule,
2706
+ i1$4.OverlayModule,
2706
2707
  ],
2707
2708
  declarations: [
2708
2709
  MatSelectInfiniteScrollDirective,