@eturnity/eturnity_reusable_components 7.39.4--EPDM-12129.0 → 7.39.4--EPDM-10842.0
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -21,6 +21,7 @@
|
|
21
21
|
v-if="labelInfoText"
|
22
22
|
:align-arrow="labelInfoAlign"
|
23
23
|
:text="labelInfoText"
|
24
|
+
:width="infoWidth"
|
24
25
|
/>
|
25
26
|
</LabelWrapper>
|
26
27
|
<InputWrapper>
|
@@ -449,6 +450,11 @@
|
|
449
450
|
required: false,
|
450
451
|
default: null,
|
451
452
|
},
|
453
|
+
infoWidth: {
|
454
|
+
required: false,
|
455
|
+
default: '200px',
|
456
|
+
type: String,
|
457
|
+
},
|
452
458
|
labelInfoAlign: {
|
453
459
|
required: false,
|
454
460
|
default: 'left',
|
@@ -28,7 +28,6 @@
|
|
28
28
|
ref="inputElement"
|
29
29
|
:background-color="backgroundColor"
|
30
30
|
:data-id="inputDataId"
|
31
|
-
:data-test-id="dataTestId"
|
32
31
|
:disabled="disabled"
|
33
32
|
:disabled-background-color="disabledBackgroundColor"
|
34
33
|
:font-color="fontColor"
|
@@ -325,10 +324,6 @@
|
|
325
324
|
required: false,
|
326
325
|
default: '',
|
327
326
|
},
|
328
|
-
dataTestId: {
|
329
|
-
required: false,
|
330
|
-
default: '',
|
331
|
-
},
|
332
327
|
},
|
333
328
|
data() {
|
334
329
|
return {
|