@eturnity/eturnity_reusable_components 8.26.11-autiFill.6 → 8.26.11-autoFill.8
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/dist/main.es21.js
CHANGED
package/package.json
CHANGED
@@ -21,6 +21,7 @@
|
|
21
21
|
<CheckWrapper :has-label="hasLabel">
|
22
22
|
<span class="checkmark"></span>
|
23
23
|
</CheckWrapper>
|
24
|
+
|
24
25
|
<LabelText v-if="hasLabel" :is-disabled="isDisabled">
|
25
26
|
{{ label }}
|
26
27
|
</LabelText>
|
@@ -232,6 +233,16 @@
|
|
232
233
|
type: String,
|
233
234
|
default: 'pointer',
|
234
235
|
},
|
236
|
+
labelInfoText: {
|
237
|
+
type: String,
|
238
|
+
required: false,
|
239
|
+
default: null,
|
240
|
+
},
|
241
|
+
labelInfoAlign: {
|
242
|
+
type: String,
|
243
|
+
required: false,
|
244
|
+
default: 'left',
|
245
|
+
},
|
235
246
|
},
|
236
247
|
computed: {
|
237
248
|
hasLabel() {
|