dialog-promise
Advanced tools
Comparing version 0.9.7 to 0.9.8
@@ -687,2 +687,5 @@ "use strict"; | ||
} | ||
mostrar(); | ||
}); | ||
var mostrar = function(){ | ||
span.style.position=''; | ||
@@ -693,3 +696,17 @@ if(cambiarTimeout){ | ||
cambiarTimeout=setTimeout(cambiar,200); | ||
}); | ||
if(document.activeElement === span){ | ||
var sel = window.getSelection() | ||
sel.collapse(document.activeElement,document.activeElement.childNodes.length); | ||
} | ||
} | ||
setTimeout(function(){ | ||
if(opts && opts.initialSearch){ | ||
span.textContent = opts.initialSearch.text || opts.initialSearch.initialKeystrokes; | ||
mostrar(); | ||
cambiar(); | ||
} | ||
if(opts && opts.whenReady){ | ||
opts.whenReady(); | ||
} | ||
},100); | ||
} | ||
@@ -696,0 +713,0 @@ var table=document.createElement('table'); |
{ | ||
"name": "dialog-promise", | ||
"description": "Dialog that returns promises", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"author": "Codenautas <codenautas@googlegroups.com>", | ||
@@ -12,9 +12,11 @@ "repository": "codenautas/dialog-promise", | ||
], | ||
"dependencies": {}, | ||
"dependencies": { | ||
"typescript": "^3.3.1" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "~5.2.5", | ||
"@types/puppeteer": "~1.11.1", | ||
"@types/puppeteer": "~1.12.0", | ||
"mocha": "~5.2.0", | ||
"puppeteer": "~1.11.0", | ||
"best-globals": "~0.10.7", | ||
"puppeteer": "~1.12.1", | ||
"best-globals": "~0.10.10", | ||
"discrepances": "~0.2.4", | ||
@@ -21,0 +23,0 @@ "server4test": "~0.2.1" |
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
55683
901
1
+ Addedtypescript@^3.3.1
+ Addedtypescript@3.9.10(transitive)