@natec/mef-dev-ui-kit 15.1.5 → 15.1.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.
@@ -10,7 +10,6 @@ import { CdkConnectedOverlay, OverlayModule } from '@angular/cdk/overlay';
10
10
  import * as i2 from '@angular/forms';
11
11
  import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
12
12
  import { TAB, DOWN_ARROW, ENTER } from '@angular/cdk/keycodes';
13
- import { ModalModule } from 'ngx-bootstrap/modal';
14
13
  import { auditTime, startWith, map } from 'rxjs/operators';
15
14
  import * as i1$2 from '@angular/cdk/bidi';
16
15
 
@@ -2293,7 +2292,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
2293
2292
  * Example of usage:
2294
2293
  *
2295
2294
  * ```
2296
- * <mefdev-slide-up-modal [size]="ModalSize.lg" [show]="showModal">
2295
+ * <mefdev-slide-up-modal [show]="showModal">
2297
2296
  * <ng-template #modal_header>
2298
2297
  * <h4>Modal Header</h4>
2299
2298
  * </ng-template>
@@ -2563,20 +2562,17 @@ MefDevModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", versio
2563
2562
  MefDevModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.9", ngImport: i0, type: MefDevModalModule, declarations: [FillComponent,
2564
2563
  SlideUpComponent,
2565
2564
  SlideRightComponent,
2566
- RightFilterComponent], imports: [ModalModule,
2567
- CommonModule,
2565
+ RightFilterComponent], imports: [CommonModule,
2568
2566
  MefDevSelectModule], exports: [FillComponent,
2569
2567
  SlideUpComponent,
2570
2568
  SlideRightComponent,
2571
2569
  RightFilterComponent] });
2572
- MefDevModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MefDevModalModule, imports: [ModalModule,
2573
- CommonModule,
2570
+ MefDevModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MefDevModalModule, imports: [CommonModule,
2574
2571
  MefDevSelectModule] });
2575
2572
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: MefDevModalModule, decorators: [{
2576
2573
  type: NgModule,
2577
2574
  args: [{
2578
2575
  imports: [
2579
- ModalModule,
2580
2576
  CommonModule,
2581
2577
  MefDevSelectModule
2582
2578
  ],