@fy-/fws-vue 0.1.6 → 0.1.7
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.
|
@@ -162,7 +162,7 @@ defineExpose({ focus, getInputRef });
|
|
|
162
162
|
showTime
|
|
163
163
|
hourFormat="24"
|
|
164
164
|
showIcon
|
|
165
|
-
|
|
165
|
+
dateFormat="dd/mm/yy"
|
|
166
166
|
:aria-describedby="
|
|
167
167
|
help && !['checkbox', 'radio'].includes(type)
|
|
168
168
|
? `${id}-help`
|
|
@@ -206,13 +206,6 @@ defineExpose({ focus, getInputRef });
|
|
|
206
206
|
>
|
|
207
207
|
{{ help }}
|
|
208
208
|
</small>
|
|
209
|
-
<small
|
|
210
|
-
:id="`${id}-error`"
|
|
211
|
-
v-if="checkErrors"
|
|
212
|
-
class="mt-2 text-xs fws-error-text"
|
|
213
|
-
>
|
|
214
|
-
{{ checkErrors }}
|
|
215
|
-
</small>
|
|
216
209
|
</div>
|
|
217
210
|
</template>
|
|
218
211
|
|
|
@@ -237,7 +230,7 @@ defineExpose({ focus, getInputRef });
|
|
|
237
230
|
</label>
|
|
238
231
|
</div>
|
|
239
232
|
</template>
|
|
240
|
-
<p v-if="checkErrors" class="mt-
|
|
233
|
+
<p v-if="checkErrors" class="mt-0.5 text-xs fws-error-text">
|
|
241
234
|
{{ checkErrors }}
|
|
242
235
|
</p>
|
|
243
236
|
|