vgr-komponentkartan
Advanced tools
Comparing version 0.0.57 to 0.0.58
@@ -25,2 +25,3 @@ "use strict"; | ||
this.filterPipe = new filterPipe_1.FilterPipe(); | ||
this.scrollbarConfig = new ngx_perfect_scrollbar_1.PerfectScrollbarConfig({ minScrollbarLength: 40 }); | ||
} | ||
@@ -27,0 +28,0 @@ Object.defineProperty(DropdownBaseComponent.prototype, "items", { |
@@ -6,3 +6,3 @@ import { Component, Input, AfterViewInit, ElementRef, Output, EventEmitter, ViewChild, SimpleChanges } from "@angular/core"; | ||
import { FilterTextboxComponent } from "../filterTextbox/filterTextbox.component"; | ||
import { PerfectScrollbarComponent } from 'ngx-perfect-scrollbar'; | ||
import { PerfectScrollbarComponent, PerfectScrollbarConfig, PerfectScrollbarConfigInterface } from 'ngx-perfect-scrollbar'; | ||
@@ -27,2 +27,3 @@ | ||
filter: string; | ||
scrollbarConfig: PerfectScrollbarConfig; | ||
@@ -63,2 +64,4 @@ protected filterLimit = 20; | ||
this.filterPipe = new FilterPipe(); | ||
this.scrollbarConfig = new PerfectScrollbarConfig({ minScrollbarLength: 40 } as PerfectScrollbarConfigInterface); | ||
} | ||
@@ -65,0 +68,0 @@ |
{ | ||
"name": "vgr-komponentkartan", | ||
"version": "0.0.57", | ||
"version": "0.0.58", | ||
"author": "Västra Götalandsregionen", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
840152
9292