@spacebartech/text-input
Advanced tools
+13
-1
| { | ||
| "name": "@spacebartech/text-input", | ||
| "version": "1.2.7", | ||
| "version": "1.2.8", | ||
| "description": "Text input component", | ||
@@ -76,2 +76,14 @@ "main": "dist/index.js", | ||
| }, | ||
| "release": { | ||
| "analyzeCommits": { | ||
| "preset": "angular", | ||
| "releaseRules": [ | ||
| { | ||
| "type": "docs", | ||
| "scope": "readme", | ||
| "release": "patch" | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| "publishConfig": { | ||
@@ -78,0 +90,0 @@ "access": "public" |
+30
-0
@@ -12,4 +12,34 @@ Text Input | ||
| ``` | ||
| props : { | ||
| options : { | ||
| type : Object, | ||
| default : () => ( {} ) | ||
| }, | ||
| errors : { | ||
| type : String, | ||
| default : () => '' | ||
| }, | ||
| value : { | ||
| type : String, | ||
| default : () => '', | ||
| }, | ||
| } | ||
| Options must have the following props : | ||
| label : String, | ||
| placeholder : String, | ||
| classList : String | ||
| text-input( | ||
| :options="options" | ||
| :errors="'Error String'" | ||
| @value='value' | ||
| @change='' // emits when inner textarea has changed | ||
| ) | ||
| ``` | ||
| ## Tests | ||
| `npm test` |
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
61217
1.15%45
200%