RubyGems
npm
Organizations
Log in
Sign up
npm
@eturnity/eturnity_reusable_components
Versions diffs
7.45.2--EPDM-12129.3 → 7.45.2--EPDM-12129.4
@eturnity/eturnity_reusable_components 7.45.2--EPDM-12129.3 → 7.45.2--EPDM-12129.4
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/components/inputs/inputText/index.vue
+1
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@eturnity/eturnity_reusable_components",
3
-
"version": "7.45.2--EPDM-12129.
3
",
3
+
"version": "7.45.2--EPDM-12129.
4
",
4
4
"files": [
5
5
"dist",
6
6
"src"
package/src/components/inputs/inputText/index.vue
CHANGED
Viewed
@@ -328,6 +328,7 @@
328
328
dataQaId: {
329
329
required: false,
330
330
default: '',
331
+
type: String,
331
332
},
332
333
},
333
334
data() {