@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
- iconDisplay="input"
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-2 text-xs fws-error-text">
233
+ <p v-if="checkErrors" class="mt-0.5 text-xs fws-error-text">
241
234
  {{ checkErrors }}
242
235
  </p>
243
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {