ay-menu-button
Advanced tools
Comparing version 1.0.4 to 1.0.5
/*! Copyright 2016 Ayogo Health Inc. */ | ||
declare const modName = "ayMenuButton"; | ||
export default modName; |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
/*! Copyright 2016 Ayogo Health Inc. */ | ||
import { MenuButtonBehaviour } from './button'; | ||
export default function MenuButton(el: HTMLButtonElement): MenuButtonBehaviour; |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -77,3 +77,3 @@ /*! Copyright 2016 Ayogo Health Inc. */ | ||
let openMnu = this.curMenu; | ||
if (this.isOpen && btn === this.curButton) { | ||
if (this.isOpen) { | ||
this.closeMenu(); | ||
@@ -80,0 +80,0 @@ } |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -91,3 +91,3 @@ /*! Copyright 2017 Ayogo Health Inc. */ | ||
var openMnu = this.curMenu; | ||
if (this.isOpen && btn === this.curButton) { | ||
if (this.isOpen) { | ||
this.closeMenu(); | ||
@@ -94,0 +94,0 @@ } |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -91,3 +91,3 @@ /*! Copyright 2017 Ayogo Health Inc. */ | ||
var openMnu = this.curMenu; | ||
if (this.isOpen && btn === this.curButton) { | ||
if (this.isOpen) { | ||
this.closeMenu(); | ||
@@ -94,0 +94,0 @@ } |
{ | ||
"name": "ay-menu-button", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"copyright": "Copyright 2016 Ayogo Health Inc.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -0,0 +0,0 @@ ayMenuButton |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -0,0 +0,0 @@ /*! Copyright 2016 Ayogo Health Inc. */ |
@@ -110,3 +110,3 @@ /*! Copyright 2016 Ayogo Health Inc. */ | ||
if (this.isOpen && btn === this.curButton) { | ||
if (this.isOpen) { | ||
this.closeMenu(); | ||
@@ -113,0 +113,0 @@ } |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ { |
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
147867