Comparing version 2.1.6 to 2.1.7
@@ -24,3 +24,3 @@ import './inbox-element/inbox-element'; | ||
* this function will get user inputed or pasted text and convert it to standard one base on developer config | ||
* @param {String} valueString | ||
* @param {String | number} valueString | ||
* @return {String} standard value | ||
@@ -27,0 +27,0 @@ */ |
@@ -144,3 +144,3 @@ var HTML = "<div class=\"jb-input-web-component\">\r\n <label class=\"--hide\"><span class=\"label-value\"></span></label>\r\n <div class=\"input-box\">\r\n <div class=\"jb-input-start-section-wrapper\">\r\n <slot name=\"start-section\"></slot>\r\n </div>\r\n <input>\r\n <div class=\"password-trigger\">\r\n <svg viewBox=\"0 0 120 120\">\r\n <path class=\"eye-line\" stroke-linecap=\"round\"></path>\r\n <circle cx=\"60\" cy=\"60\" r=\"20\"></circle>\r\n </svg>\r\n </div>\r\n <div class=\"jb-input-end-section-wrapper\">\r\n <slot name=\"end-section\"></slot>\r\n </div>\r\n </div>\r\n <div class=\"message-box\"></div>\r\n</div>"; | ||
* this function will get user inputed or pasted text and convert it to standard one base on developer config | ||
* @param {String} valueString | ||
* @param {String | number} valueString | ||
* @return {String} standard value | ||
@@ -147,0 +147,0 @@ */ |
@@ -82,3 +82,3 @@ import HTML from './JBInput.html'; | ||
* this function will get user inputed or pasted text and convert it to standard one base on developer config | ||
* @param {String} valueString | ||
* @param {String | number} valueString | ||
* @return {String} standard value | ||
@@ -85,0 +85,0 @@ */ |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"bugs": "https://github.com/javadbat/jb-input/issues", | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
151316