ng2-material-dropdown
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -718,3 +718,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
}; | ||
Ng2DropdownMenu.prototype.ngAfterViewChecked = function () { | ||
Ng2DropdownMenu.prototype.ngDoCheck = function () { | ||
if (this.state.isVisible) { | ||
@@ -968,3 +968,3 @@ var element = this.getMenuElement(); | ||
// module | ||
exports.push([module.id, ".ng2-dropdown-menu-container {\n position: absolute;\n z-index: 2;\n overflow-y: auto;\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);\n padding: 0.5em 0;\n background: #fff;\n border-radius: 2px;\n display: none; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open {\n display: block; }\n\n.ng2-dropdown-menu-container--2 {\n width: 150px; }\n\n.ng2-dropdown-menu-container--4 {\n width: 250px; }\n\n.ng2-dropdown-menu-container--6 {\n width: 320px; }\n\n.ng2-dropdown-menu-container:focus {\n outline: 0;\n box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }\n\n.ng2-dropdown-menu {\n position: relative; }\n\n.ng2-dropdown-menu * {\n opacity: 0;\n -webkit-transition: opacity 0.5s;\n transition: opacity 0.5s; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open * {\n opacity: 1; }\n\n.ng2-dropdown-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 1; }\n\n.ng2-menu-divider {\n height: 1px;\n min-height: 1px;\n max-height: 1px;\n width: 100%;\n display: block;\n background: #f9f9f9; }\n", ""]); | ||
exports.push([module.id, ".ng2-dropdown-menu-container {\n position: absolute;\n z-index: 2;\n overflow-y: auto;\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);\n padding: 0.5em 0;\n background: #fff;\n border-radius: 2px;\n display: none;\n max-height: 400px; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open {\n display: block; }\n\n.ng2-dropdown-menu-container--2 {\n width: 150px; }\n\n.ng2-dropdown-menu-container--4 {\n width: 250px; }\n\n.ng2-dropdown-menu-container--6 {\n width: 320px; }\n\n.ng2-dropdown-menu-container:focus {\n outline: 0;\n box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }\n\n.ng2-dropdown-menu {\n position: relative; }\n\n.ng2-dropdown-menu * {\n opacity: 0;\n -webkit-transition: opacity 0.5s;\n transition: opacity 0.5s; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open * {\n opacity: 1; }\n\n.ng2-dropdown-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 1; }\n\n.ng2-menu-divider {\n height: 1px;\n min-height: 1px;\n max-height: 1px;\n width: 100%;\n display: block;\n background: #f9f9f9; }\n", ""]); | ||
@@ -971,0 +971,0 @@ // exports |
@@ -26,3 +26,3 @@ import { ElementRef, Renderer, QueryList } from '@angular/core'; | ||
ngOnInit(): void; | ||
ngAfterViewChecked(): void; | ||
ngDoCheck(): void; | ||
} |
@@ -92,3 +92,3 @@ "use strict"; | ||
}; | ||
Ng2DropdownMenu.prototype.ngAfterViewChecked = function () { | ||
Ng2DropdownMenu.prototype.ngDoCheck = function () { | ||
if (this.state.isVisible) { | ||
@@ -95,0 +95,0 @@ var element = this.getMenuElement(); |
{ | ||
"name": "ng2-material-dropdown", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Angular 2 material-like Dropdown Component", | ||
@@ -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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
159882