Comparing version 2.7.0 to 2.8.0
@@ -28,7 +28,2 @@ import './inbox-element/inbox-element'; | ||
standardValue(valueString: string | number): JBInputStandardValueObject; | ||
/** | ||
* | ||
* @param {String} inputValueString | ||
* @return {String} standard value | ||
*/ | ||
standardValueForNumberInput(inputValueString: string): JBInputStandardValueObject; | ||
@@ -35,0 +30,0 @@ registerEventListener(): void; |
@@ -37,3 +37,3 @@ /*! ***************************************************************************** | ||
var css_248z = ".jb-input-inbox-element-web-component {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n max-height: 100%;\n overflow-y: hidden;\n background-color: transparent;\n padding: 0 8px;\n width: auto; }\n"; | ||
var css_248z = ".jb-input-inbox-element-web-component {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n max-height: 100%;\n overflow-y: hidden;\n background-color: transparent;\n padding: var(--jb-input-box-indicator-padding, 8px 16px);\n width: auto; }\n"; | ||
@@ -40,0 +40,0 @@ class JBInputInboxElementWebComponent extends HTMLElement { |
@@ -43,3 +43,3 @@ (function (global, factory) { | ||
var css_248z = ".jb-input-inbox-element-web-component {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n max-height: 100%;\n overflow-y: hidden;\n background-color: transparent;\n padding: 0 8px;\n width: auto; }\n"; | ||
var css_248z = ".jb-input-inbox-element-web-component {\n height: 100%;\n display: flex;\n justify-content: center;\n align-items: center;\n max-height: 100%;\n overflow-y: hidden;\n background-color: transparent;\n padding: var(--jb-input-box-indicator-padding, 8px 16px);\n width: auto; }\n"; | ||
@@ -46,0 +46,0 @@ class JBInputInboxElementWebComponent extends HTMLElement { |
@@ -20,2 +20,3 @@ export declare type ElementsObject = { | ||
showButtons: boolean; | ||
showPersianNumber: boolean; | ||
}; | ||
@@ -22,0 +23,0 @@ declare type Paritial<T> = { |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"bugs": "https://github.com/javadbat/jb-input/issues", | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
@@ -211,2 +211,8 @@ # jb-input | ||
</jb-input> | ||
``` | ||
``` | ||
#### number input inbox element style | ||
| css variable name | description | | ||
| ------------- | ------------- | | ||
| --jb-input-box-indicator-padding | padding of jb-input-inbox-element, the value default is `8px16px` | |
Sorry, the diff of this file is not supported yet
301025
26
217