@eturnity/eturnity_reusable_components 8.4.0 → 8.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -47,6 +47,7 @@
47
47
  :is-disabled="disabled"
48
48
  :is-error="hasError"
49
49
  :min-width="minWidth"
50
+ :name="inputName"
50
51
  :no-border="noBorder"
51
52
  :placeholder="placeholder"
52
53
  :type="inputTypeData"
@@ -392,6 +393,11 @@
392
393
  default: 'off',
393
394
  type: String,
394
395
  },
396
+ inputName: {
397
+ required: false,
398
+ default: '',
399
+ type: String,
400
+ },
395
401
  },
396
402
  data() {
397
403
  return {