Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vgr-komponentkartan

Package Overview
Dependencies
Maintainers
1
Versions
725
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vgr-komponentkartan - npm Package Compare versions

Comparing version 0.0.43 to 0.0.44

2

component-package/controls/dropdown/dropdown.component.js

@@ -14,3 +14,3 @@ "use strict";

var filterTextbox_component_1 = require("../filterTextbox/filterTextbox.component");
var scrollbarStyle = "\n\n:host /deep/ .ps {\n -ms-touch-action: auto;\n touch-action: auto;\n overflow: hidden !important;\n -ms-overflow-style: none;\n z-index:999;\n}\n\n:host /deep/ .ps.ps--active-y>.ps__scrollbar-y-rail {\n display: block;\n background-color: transparent;\n}\n\n:host /deep/ .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {\n background-color: transparent !important;\n opacity: .9;\n}\n\n:host /deep/ .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n background-color: transparent !important;\n width: 11px;\n}\n\n\n\n:host /deep/ .ps>.ps__scrollbar-y-rail {\n display: none;\n position: absolute;\n opacity: 0;\n -webkit-transition: background-color .2s linear, opacity .2s linear;\n -o-transition: background-color .2s linear, opacity .2s linear;\n -moz-transition: background-color .2s linear, opacity .2s linear;\n transition: background-color .2s linear, opacity .2s linear;\n right: 0;\n width: 11px;\n}\n\n:host /deep/ .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n position: absolute;\n background-color: #aaa;\n -webkit-border-radius: 6px;\n -moz-border-radius: 6px;\n border-radius: 6px;\n -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;\n transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;\n -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;\n -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;\n transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;\n transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;\n right: 2px;\n width: 8px;\n\n}\n\n:host /deep/ .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,\n:host /deep/ .ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {\n width: 8px;\n}\n\n:host /deep/ .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {\n background-color: transparent;\n opacity: .9;\n}\n\n:host /deep/ .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n width: 8px;\n}\n\n:host /deep/ .ps:hover>.ps__scrollbar-y-rail {\n opacity: .6;\n}\n\n\n:host /deep/ .ps:hover>.ps__scrollbar-y-rail:hover {\n background-color: transparent;\n opacity: .9;\n}\n\n:host /deep/ .ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {\n background-color: #999;\n}\n\n:host /deep/ .ps.ps--active-y>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n background-color: #999;\n}\n\n:host /deep/ .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n background-color: #999;\n}\n\n\n:host /deep/ .ps {\n position: relative;\n display: block;\n}\n\n:host /deep/ .ps[hidden] {\n display: none;\n}\n\n:host /deep/ .ps[fxlayout]>.ps-content {\n display: flex;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n\n:host /deep/ .ps.ps-static {\n position: static;\n}\n\n:host /deep/ .ps.ps-static>.ps__scrollbar-y-rail {\n top: 0 !important;\n}\n\n:host /deep/ .ps.ps-outside.ps--active-y {\n padding-right: 24px;\n margin-right: -24px;\n}\n\n:host /deep/ .ps.ps-outside>.ps__scrollbar-x-rail {\n margin: 0 8px;\n}\n\n:host /deep/ .ps.ps-outside>.ps__scrollbar-y-rail {\n margin: 8px 0;\n}";
var scrollbarStyle = "\n\n:host /deep/ .ps {\n -ms-touch-action: auto;\n touch-action: auto;\n overflow: hidden !important;\n -ms-overflow-style: none;\n z-index:999;\n}\n\n:host /deep/ .ps.ps--active-y>.ps__scrollbar-y-rail {\n display: block;\n background-color: transparent;\n}\n\n:host /deep/ .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {\n background-color: transparent !important;\n opacity: .9;\n}\n\n:host /deep/ .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n background-color: transparent !important;\n width: 11px;\n min-height: 40px;\n}\n\n\n\n:host /deep/ .ps>.ps__scrollbar-y-rail {\n display: none;\n position: absolute;\n opacity: 0;\n -webkit-transition: background-color .2s linear, opacity .2s linear;\n -o-transition: background-color .2s linear, opacity .2s linear;\n -moz-transition: background-color .2s linear, opacity .2s linear;\n transition: background-color .2s linear, opacity .2s linear;\n right: 0;\n width: 11px;\n}\n\n:host /deep/ .ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n position: absolute;\n background-color: #aaa;\n -webkit-border-radius: 6px;\n -moz-border-radius: 6px;\n border-radius: 6px;\n -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;\n transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;\n -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;\n -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;\n transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;\n transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;\n right: 2px;\n width: 8px;\n min-height: 40px;\n\n\n}\n\n:host /deep/ .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,\n:host /deep/ .ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {\n width: 8px;\n min-height: 40px;\n\n}\n\n:host /deep/ .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {\n background-color: transparent;\n opacity: .9;\n}\n\n:host /deep/ .ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n width: 8px;\n}\n\n:host /deep/ .ps:hover>.ps__scrollbar-y-rail {\n opacity: .6;\n}\n\n\n:host /deep/ .ps:hover>.ps__scrollbar-y-rail:hover {\n background-color: transparent;\n opacity: .9;\n}\n\n:host /deep/ .ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {\n background-color: #999;\n}\n\n:host /deep/ .ps.ps--active-y>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n background-color: #999;\n}\n\n:host /deep/ .ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {\n background-color: #999;\n}\n\n\n:host /deep/ .ps {\n position: relative;\n display: block;\n}\n\n:host /deep/ .ps[hidden] {\n display: none;\n}\n\n:host /deep/ .ps[fxlayout]>.ps-content {\n display: flex;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n\n:host /deep/ .ps.ps-static {\n position: static;\n}\n\n:host /deep/ .ps.ps-static>.ps__scrollbar-y-rail {\n top: 0 !important;\n}\n\n:host /deep/ .ps.ps-outside.ps--active-y {\n padding-right: 24px;\n margin-right: -24px;\n}\n\n:host /deep/ .ps.ps-outside>.ps__scrollbar-x-rail {\n margin: 0 8px;\n}\n\n:host /deep/ .ps.ps-outside>.ps__scrollbar-y-rail {\n margin: 8px 0;\n}";
var DropdownComponent = (function () {

@@ -17,0 +17,0 @@ function DropdownComponent(elementRef) {

@@ -32,2 +32,3 @@

width: 11px;
min-height: 40px;
}

@@ -63,3 +64,5 @@

width: 8px;
min-height: 40px;
}

@@ -70,2 +73,4 @@

width: 8px;
min-height: 40px;
}

@@ -72,0 +77,0 @@

{
"name": "vgr-komponentkartan",
"version": "0.0.43",
"version": "0.0.44",
"author": "Västra Götalandsregionen",

@@ -15,21 +15,21 @@ "scripts": {

"dependencies": {
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@angular/http": "^4.2.2",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@angular/router": "^4.1.3",
"@angular/upgrade": "^4.1.3",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@angular/upgrade": "^4.2.4",
"@types/core-js": "0.9.36",
"@types/jquery": "^2.0.40",
"@types/jquery": "^2.0.48",
"@types/node": "7.0.7",
"core-js": "~2.4.1",
"jquery": "^3.1.1",
"ngx-perfect-scrollbar": "~4.4.0",
"reflect-metadata": "~0.1.10",
"rxjs": "~5.4.0",
"rxjs": "^5.4.1",
"systemjs": "0.19.47",
"zone.js": "~0.8.12",
"ngx-perfect-scrollbar": "~4.4.0"
"zone.js": "~0.8.12"
},

@@ -54,2 +54,2 @@ "devDependencies": {

}
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc